fabric.js/src
2012-05-09 19:14:42 +04:00
..
util Check event.touches[0] exists before accessing a property. Thanks @zj831007. Closes #149. 2012-04-08 18:20:19 +02:00
canvas.animation.js [BACK_INCOMPAT] Add support for static canvases — fabric.StaticCanvas. fabric.Canvas#loadImageFromURL -> fabric.util.loadImage. Add fabric.Canvas#centerObject. 2011-11-27 23:57:28 -05:00
canvas.class.js Fix object controls not working in IE8. Closes #92. 2012-01-26 19:39:30 -05:00
canvas.serialization.js Add fabric.Canvas#cloneWithoutData. Fix broken unit tests. Bump version to 0.8. 2012-04-20 13:37:46 +02:00
circle.class.js First (and almost complete) implementation of fabric.Canvas#toSVG. 2012-01-02 16:14:20 -05:00
color.class.js Fix wrong opacity setting in fabric.Color. (thanks Javier Valero) 2011-11-14 15:10:35 -05:00
ellipse.class.js First (and almost complete) implementation of fabric.Canvas#toSVG. 2012-01-02 16:14:20 -05:00
fabric_node.js Ditch o3-xml-fork for now (it fails even on node 0.4.x) when parsing SVG. 2012-02-15 16:26:58 -05:00
gradient.js Fix parsing of gradients with stops that have absolute values (rather than percents). 2012-01-21 13:33:49 -05:00
group.class.js [BACK_INCOMPAT] Add support for static canvases — fabric.StaticCanvas. fabric.Canvas#loadImageFromURL -> fabric.util.loadImage. Add fabric.Canvas#centerObject. 2011-11-27 23:57:28 -05:00
image.class.js Remove unused functionality in fabric.Image (maxwidth/maxheight). If we do add this in the future, it should really be on fabric.Object not only on fabric.Image. 2012-02-10 00:13:28 -05:00
image_filters.js Add fabric.Image.filters.Invert (thanks Travis Paul). 2012-01-05 17:38:35 -05:00
intersection.class.js Preparing fabric to run on node.js 2011-08-05 19:00:26 -04:00
line.class.js Revert "Fix rendering of lines where x1,y1 are less than x2,y2." 2012-03-26 00:30:29 +02:00
log.js Build files are now organized in such way that it's possible to build fabric w/o support for text and/or serialization. 2011-07-15 18:16:14 -04:00
object.class.js Fix trailing commas. Closes #118. 2012-02-03 09:18:35 -05:00
observable.js Update documentation and fix JSDoc templates. 2011-09-22 12:40:31 -04:00
parser.js Why shouldn't we allow GET parameters? Dynamicly generated SVG files (based on GET params) should be supported to 2012-01-20 11:29:51 +01:00
path.class.js Fix bug in SVG rendering. 2012-05-09 19:14:42 +04:00
path_group.class.js First (and almost complete) implementation of fabric.Canvas#toSVG. 2012-01-02 16:14:20 -05:00
point.class.js Preparing fabric to run on node.js 2011-08-05 19:00:26 -04:00
polygon.class.js First (and almost complete) implementation of fabric.Canvas#toSVG. 2012-01-02 16:14:20 -05:00
polyline.class.js First (and almost complete) implementation of fabric.Canvas#toSVG. 2012-01-02 16:14:20 -05:00
rect.class.js First (and almost complete) implementation of fabric.Canvas#toSVG. 2012-01-02 16:14:20 -05:00
scout.js More documentation. 2010-10-19 16:27:24 -04:00
static_canvas.class.js Fix bug where static canvas couldn't render overlay image. 2012-04-20 13:37:47 +02:00
text.class.js Fix text offset issue when exporting to SVG. 2012-02-10 00:37:06 -05:00
triangle.class.js First (and almost complete) implementation of fabric.Canvas#toSVG. 2012-01-02 16:14:20 -05:00