diff options
Diffstat (limited to 'tools/draw/index.html')
| -rw-r--r-- | tools/draw/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/draw/index.html b/tools/draw/index.html index 5c3c3d9..4fcfee5 100644 --- a/tools/draw/index.html +++ b/tools/draw/index.html | |||
| @@ -25,13 +25,13 @@ | |||
| 25 | <button data-method="color" data-value="blueviolet"></button> | 25 | <button data-method="color" data-value="blueviolet"></button> |
| 26 | <button data-method="color" data-value="goldenrod"></button> | 26 | <button data-method="color" data-value="goldenrod"></button> |
| 27 | <button data-method="color" data-value="royalblue"></button> | 27 | <button data-method="color" data-value="royalblue"></button> |
| 28 | <button data-method="color" data-value="olivedrab"></button> | ||
| 28 | </nav> | 29 | </nav> |
| 29 | 30 | ||
| 30 | <nav class="tools"> | 31 | <nav class="tools"> |
| 31 | <button data-method="size" data-value="2">small</button> | 32 | <button data-method="size" data-value="2">small</button> |
| 32 | <button data-method="size" data-value="4">normal</button> | 33 | <button data-method="size" data-value="4">normal</button> |
| 33 | <button data-method="size" data-value="10">big</button> | 34 | <button data-method="size" data-value="10">big</button> |
| 34 | <br> | ||
| 35 | <button data-method="clear" data-value="">clear</button> | 35 | <button data-method="clear" data-value="">clear</button> |
| 36 | </nav> | 36 | </nav> |
| 37 | 37 | ||
