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

Fix fillText and StrokeText & find similarly broken methods #8

Closed JakeSidSmith closed 8 years ago

JakeSidSmith commented 8 years ago

fillText and StrokeText both cannot take the argument to set the fill as they use the default canvas method which only supports [text, x, y, maxWidth].