fabric.js/test/demo
2011-05-31 00:56:01 -04:00
..
assets Add more shapes to the demo. 2011-02-13 15:28:18 -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 Add fabric.Text#backgroundColor (can be used for text highlighting). Change default lineheight of text objects from 1 to 1.6. 2011-05-13 14:34:24 -04:00
demo.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
font_definitions.js Much more usable multiline text. 2011-03-21 03:53:23 -04:00
index.html Add fabric.Text#backgroundColor (can be used for text highlighting). Change default lineheight of text objects from 1 to 1.6. 2011-05-13 14:34:24 -04:00