Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfeitoHS committed Nov 8, 2023
2 parents 77291c2 + 36c0fb3 commit 409826a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,25 @@ Current Data Structure.
<td> <code>[succeed]</code>
</tr>
<tr>
<td > Edit
<td rowspan=3> Edit
<td> Color
<td> <code>[[x, y], color]</code>
</tr>
<td> Undo
<td> <code>[]</code>
</tr>
<tr>
<td> Redo
<td> <code>[]</code>
</tr>
<tr>
<td rowspan=8> Select
<td> Fill
<td rowspan=5> <code>[[x_min, y_min], [x_max, y_max], color]</code>
<td> <code>[[x_min, y_min], [x_max, y_max], color]</code>
</tr>
<tr>
<td> FlipX
<td rowspan=4> <code>[[x_min, y_min], [x_max, y_max]]</code>
</tr>
<tr>
<td> FlipY
Expand Down

0 comments on commit 409826a

Please sign in to comment.