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-05-09 14:24:44 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
e3c311dfb5
fabric.js
/
dist
History
kangax
e3c311dfb5
Add support for elliptical arc commands (a, A) in SVG paths. Thanks @devongovett for initial code (and algorithm). Add 4 different arc test files (can be loaded in kitchensink demo).
2011-07-05 01:28:03 -04:00
..
all.js
Add support for elliptical arc commands (a, A) in SVG paths. Thanks @devongovett for initial code (and algorithm). Add 4 different arc test files (can be loaded in kitchensink demo).
2011-07-05 01:28:03 -04:00
all.min.js
Dynamically generate accessors based on state properties — width, height, fill, opacity, scaleX, scaleY, etc. For example,
rect.set('fill', 'red')
can now be replaced with
rect.setFill('red')
, and
rect.get('opacity')
with
rect.getOpacity()
.
2011-05-31 00:56:01 -04:00