-
Notifications
You must be signed in to change notification settings - Fork 1
jamesdaniels/jquery.chainvas.js
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
jQuery Chainvas - Chainable Canvas by James Daniels <james@jamesdaniels.net> A quick little dirty helper to let you do things like: $('#tutorial').getContext('2d') .clearRect(0,0,600,600) .save() .beginPath() .moveTo(200,200) .lineTo(0,0) .lineWidth(5) .stroke() .restore(); TODO: Make it less hackish and check it out on IE
About
jQuery Chainable Canvas
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published