Add a button to delete the selection in canvas

This commit is contained in:
yflory
2017-04-10 11:55:39 +02:00
parent 33e19d5918
commit 63a130c678
6 changed files with 23 additions and 14 deletions

View File

@@ -23,6 +23,7 @@
<div id="controls">
<button id="clear" data-localization="canvas_clear">Clear</button>
<button id="toggleDraw" data-localization="canvas_disable"></button>
<button id="delete" style="display: none;" data-localization="canvas_delete"></button>
<input id="width" type="range" value="5" min="1" max="100"></input><label for="width">5</label>
<span class="selected"></span>
</div>