uci-sdcl / CaliSmall

Calico on Android
Other
0 stars 0 forks source link

Out of bounds strokes management #9

Open nfmangano opened 11 years ago

nfmangano commented 11 years ago

Strokes should never be committed to the gray portion of the canvas, unless they're part of a Scrap (or Temp Scrap). This means that the way they work now is ok for strokes that are drawn to the outside of the drawing area (even partially), but not for strokes that are moved to the gray area using a temp scrap, and dropped there. When they get dropped, they should be deleted.

kflis commented 11 years ago

Strokes can also be moved to the grey portion of the canvas through resizing.