fabric.js/test/demo
2011-01-09 01:37:04 -05:00
..
assets Add more shapes to the demo (all except few render properly). 2011-01-09 01:37:04 -05:00
aligning_guidelines.js Reorganize fabric.Element in such way so that centering and aligning guidelines could work together. 2010-10-31 22:42:20 -04:00
centering_guidelines.js Reorganize fabric.Element in such way so that centering and aligning guidelines could work together. 2010-10-31 22:42:20 -04:00
demo.css Update unit tests count. Add link to project on github to a demo page. Fix one of the remaining failing json tests. 2010-09-09 17:37:32 -04:00
demo.js Make it possible to delete object/group with "delete" key. 2011-01-07 02:12:41 -05:00
index.html Add support for parsing <image> SVG elements and creating fabric.Image instances out of them. Backwards-compatibility note: fabric.parseElements changed signature from (elements, options) to (elements, callback, options) and is now an "asynchronous" method -- doesn't return a value, but instead passes it to a callback function (second argument). 2011-01-07 19:53:19 -05:00