Cameron Paul
Cameron Paul
Currently, LiterallyCanvas maintains a list of shapes to render. This could easily be expanded to a more general layer system allowing for a wider variety of use cases to be...
It would be nice if the cursor could reflect what tool is currently selected.
Improve bitmap caching to maintain the entire rendered image instead of just what is visible. This will allow the cached image to be used when panning or doing anything else...
I think that's the correct name for this. It's the thing where you make the path contain all the original sample points.
The requestAnimationFrame calls need to be moved closer to actual draw calls, as well as made to clear out unnecessary queued events..
If you set the image background to the same color as the canvas background you can't see where the drawing area ends.
I already have a branch for this that is 90% complete, I just wanted an issue to track it.