Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

Releases for Draw! jQuery drawing plugin.


Draw! jQuery drawing plugin. 1.3.0

Added drawArrow. Code by samiraek.
Arguments: x location, y location, length, angle, options.
$("#myCanvas").drawArrow(100, 150, 200, (Math.PI/4), {color:"#00FF00", stroke: 4});

Draw! jQuery drawing plugin. 1.2.0

Added ability to optionally close the bezier for draw bezier.

Draw! jQuery drawing plugin. 1.1.0

Added fillBezier and drawBezier.

Draw! jQuery drawing plugin. 1.0.1

Noticed I had forgotten some variables in one of the functions.

Draw! jQuery drawing plugin. 1.0.0

This is the first release of this plugin. I hope you enjoy it!