jzacsh / doodle

[clone of the original at https://gitlab.com/jzacsh/doodle] Yet another HTML5 webapp for drawing
https://study.j.zac.sh/doodle/
Apache License 2.0
0 stars 0 forks source link

Handle use case: running out of space #21

Open jzacsh opened 9 years ago

jzacsh commented 9 years ago

Real use-case: This happened in particular when I was writing out some math over a hangout, and needed to show what I was doing. Aside from issue #6, this app acted as an excellent whiteboard, with just two issues:

  1. Running out of space on the canvas. Could be fixed by any of:
    • ability to increase canvas size
    • hack: start app in new browser tab, or
    • best: create a new <canvas>, like turning a page on a notebook - this means managing multi-page document
  2. Undo is slow, and whiting something out feels more natural
    • maybe fix performance issues with undo
    • make undo buttons (or all buttons) easier to tap
    • best: add an eraser mode