fabric.js/src
2010-09-14 18:57:55 -04:00
..
util String.prototype.trim now strips '\xA0' characters in engines which fail to match that character via \s. Fix a couple of unit tests. 2010-09-14 18:57:55 -04:00
circle.class.js Only render circles and ellipses according to left/top when they are part of a group. 2010-09-09 17:55:43 -04:00
color.class.js Rename canvas_*.class.js files to just *.class.js 2010-07-09 21:50:13 -04:00
element.class.js Loading data from json (via loadFromJSON rather than loadFromDatalessJSON) should preserve z-index order of objects 2010-08-30 19:11:14 -04:00
ellipse.class.js Only render circles and ellipses according to left/top when they are part of a group. 2010-09-09 17:55:43 -04:00
group.class.js Fix simple shapes (triangle, circle, etc.) being drawn with corners while in selection. Minor perf. improvements. 2010-08-02 14:13:07 -04:00
image.class.js Fix simple shapes (triangle, circle, etc.) being drawn with corners while in selection. Minor perf. improvements. 2010-08-02 14:13:07 -04:00
intersection.class.js Rename canvas_*.class.js files to just *.class.js 2010-07-09 21:50:13 -04:00
line.class.js Create local aliases of some of the "long" methods. 2010-07-26 19:20:19 -04:00
object.class.js Only render circles and ellipses according to left/top when they are part of a group. 2010-09-09 17:55:43 -04:00
parser.js Fix bug in Polyline and Polygon points attribute parsing (thanks to unit tests). 2010-09-09 17:10:21 -04:00
path.class.js Make free drawing path round and make sure something it's drawn immediately, on mousedown, not just on mousemove. 2010-08-10 23:26:41 -04:00
path_group.class.js toJSON now returns object instead of a string (fixes bug with JSON.stringify returning incorrect — double — serialization of an object). 2010-07-29 13:50:09 -04:00
point.class.js Rename canvas_*.class.js files to just *.class.js 2010-07-09 21:50:13 -04:00
polygon.class.js Normalize points (according to containing box) when creating Polygon and Polyline objects from elements. 2010-09-08 16:39:51 -04:00
polyline.class.js Normalize points (according to containing box) when creating Polygon and Polyline objects from elements. 2010-09-08 16:39:51 -04:00
rect.class.js Rename canvas_*.class.js files to just *.class.js 2010-07-09 21:50:13 -04:00
scout.js Start experimenting with scout.js (on-demand code fetching based on feature test). Remove some redundant code from Canvas.Element. Add demo folder to /test. 2010-06-17 13:15:51 -04:00
text.class.js Create local aliases of some of the "long" methods. 2010-07-26 19:20:19 -04:00
triangle.class.js Rendering fixes. 2010-08-02 14:50:07 -04:00
util.js Function.prototype.bind now calls object it's being invoked on indirectly (better spec compliance), thanks Garrett Smith; 2010-09-14 12:53:29 -04:00