fabric.js/src
Tim de Koning c34bc926ed Fir fox IE7 and IE8 multiline strings
IE7 and IE8 are the only browsers to strip newlines and spaces in the DOM tree. This is an ugly fix to work around this issue and make mulitline strings possible in IE.
2012-01-18 15:36:17 +01:00
..
util Remove reference to window in util/misc.js for node compat. 2011-12-09 16:24:37 -05: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 Documentation tweaks. 2011-12-08 09:44:05 -05:00
canvas.serialization.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
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 Fix bug in canvas initialization in node. Thanks Urs. 2011-12-10 13:26:52 -05:00
gradient.js Fix gradient positioning in fabric.Gradient.forObject. 2011-11-20 12:34:36 -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 Allow excanvas to kick in for IE8 and lower 2012-01-18 10:01:34 +01: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 Avoid sub-pixel antialiasing when drawing straight vertical or horizontal lines. 2012-01-15 12:46:52 -05: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 Allow excanvas to kick in for IE8 and lower 2012-01-18 10:01:34 +01:00
observable.js Update documentation and fix JSDoc templates. 2011-09-22 12:40:31 -04:00
parser.js IE8 and lower now actually render and show any loaded SVG 2012-01-18 10:44:03 +01:00
path.class.js First (and almost complete) implementation of fabric.Canvas#toSVG. 2012-01-02 16:14:20 -05: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 Allow excanvas to kick in for IE8 and lower 2012-01-18 10:01:34 +01:00
text.class.js Fir fox IE7 and IE8 multiline strings 2012-01-18 15:36:17 +01:00
triangle.class.js First (and almost complete) implementation of fabric.Canvas#toSVG. 2012-01-02 16:14:20 -05:00