The easiest way to work with HTML5 canvas. And it's just Javascript. See in action at fabricjs.com/demos By @kangax & @andreabogazzi

canvas, html5
Yay! First example is added to Fabric docs β€” github.com/kangax/fabric.js/… Expect more to come, thanks to @kienzle_s
Just passed 2300 watchers on @github! Thanks for your support, everyone! github.com/kangax/fabric.js
1
Here's how to change ONE of the parts of SVG with Fabric β€” stackoverflow.com/questions/… #fabricjs #canvas #html5 #js
2
Need to use SVG shape as a pattern? Not a problem β€” stackoverflow.com/questions/…
1
@Bitbridge Glad to hear that! We're constantly working on improving docs and tutorials.
@Bitbridge No problem. We should really add tint filter to filters demo, but it's a new filter. Didn't have a chance. fabricjs.com/image-filters/
@Bitbridge also, specify opacity like so: `new fabric.Image.filters.Tint({ color: 'red', opacity: 0.5 })`
@Bitbridge Damn it, the fix wasn't included in 1.3.0. Sorry, try 1.3.1 which I just pushed β€” github.com/kangax/fabric.js/…
Replying to @varungovil
.@VarunGovil we're planning 1.4.0 approximately at the end of october (+/- a week)
Want to know what's coming next in Fabric? Now you can! Check out 1.4.0 milestone β€” github.com/kangax/fabric.js/…
1
@Bitbridge This might also be helpful β€” github.com/Kienz/fabric.js/c… /cc @kienzle_s
@Bitbridge using which version?
Replying to @maneetrana9
.@maneetrana9 Unfortunately no built-in support to change background image opacity. Feel free to open a feature ticket on github.
Fabric docs are now better than ever β€” fabricjs.com/docs/ Lots of fixes, tweaks, additions over past months. Be sure to check it out!
Check out new pages on a site β€” Help/Discuss: fabricjs.com/help/ and a Team page β€” fabricjs.com/team/
`toDataURL` now supports cropping! It works with multiplier too β€” fabricjs.com/docs/fabric.Obj…