This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
fabric.js
Watch
1
Star
0
Fork
You've already forked fabric.js
0
mirror of
https://github.com/Hopiu/fabric.js.git
synced
2026-04-23 15:24:43 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
d7fd8f0af3
fabric.js
/
dist
History
kangax
d7fd8f0af3
fabric.Object#set
can now be passed an object of property/value pairs rather than just property and value. E.g.:
rect.set({ width: 100, height: 50, fill: 'red' })
.
2011-05-29 21:59:48 -04:00
..
all.js
fabric.Object#set
can now be passed an object of property/value pairs rather than just property and value. E.g.:
rect.set({ width: 100, height: 50, fill: 'red' })
.
2011-05-29 21:59:48 -04:00
all.min.js
fabric.Element
now has
forEachObject
. Add header to /demos, /tests and /docs pages.
2011-05-22 09:57:37 -04:00