DPaint-js
DPaint-js copied to clipboard
Allow users to delete the first frame (and replace it with a blank frame)
trafficstars
If I want to throw away the current drawing and start over with a blank one, I believe these are the only options:
Use the Eraser tool
- Very slow and manual process
Add new frame + delete existing frame
- Much quicker, but still 2 steps
File -> New (or Alt-N)
- Quick and easy, but if it was a mistake then I can't undo the change
Preferred solution:
- Allow users to delete the first frame (and replace it with a blank frame)
- If the deletion was a mistake, undo should bring it back
Right! Same for layers probably.
In the meantime, you can also press the "delete" key to quickly clear the current layer (including undo) Or use "Image" -> "Clear" in the menu.