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

Stroke cannot be called without arguments #98

Closed JakeSidSmith closed 6 years ago

JakeSidSmith commented 6 years ago

If color and path are undefined, call this.ctx.stroke() without parameters.

JakeSidSmith commented 6 years ago

Fixed in #99