JakeSidSmith / canvasimo

An HTML5 canvas drawing library, with 150+ useful methods, jQuery-like fluent interface, and cross-browser compatibility enhancements.
http://canvasimo.com
MIT License
16 stars 2 forks source link

Clear canvas by setting its width #42

Closed JakeSidSmith closed 8 years ago

JakeSidSmith commented 8 years ago

Turns out that using resetTransform does not work for this, it retains the previous drawing somehow.