| .. |
|
util
|
escape XML in SVG strings
|
2012-02-09 09:54:30 +01: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
|
fixed bug when text object are not being loaded with loadFromDatalessJSON method
|
2012-03-23 14:34:47 +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
|
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
|
Fix typo in docs.
|
2012-03-29 15:35:58 +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 |