| .. |
|
util
|
Fix fabric.util.requestAnimFrame erroring out due to wrong "context".
|
2012-06-15 17:35:05 +02:00 |
|
canvas.animation.js
|
[BACK_INCOMPAT] Move object straightening methods into its own, optional module (fabric.Object#straighten, fabric.Object.fxStraighten, fabric.Canvas#straightenObject).
|
2012-05-11 15:31:30 +04:00 |
|
canvas.class.js
|
Rotation point now works after flipY.
|
2012-05-29 13:04:25 +02:00 |
|
canvas.serialization.js
|
Cloned canvas now preserves background image (and all of its properties) properly.
|
2012-06-07 16:24:44 +02:00 |
|
circle.class.js
|
Fix size of selection border of scaled circles. Closes #157.
|
2012-05-25 15:34:01 +04: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 port recognition from URL when loading SVG's via node.
|
2012-06-14 14:12:42 +02:00 |
|
gradient.js
|
IE fix for gradient parsing.
|
2012-06-07 12:32:58 +02: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
|
Add more image filters (Sepia, Sepia2, Brightness, Noise, GradientTransparency) based on Stoyan's demo — http://www.phpied.com/pixel-manipulation-in-canvas/ Fix bug with fabric.Image and filters.
|
2012-06-11 19:17:24 +02:00 |
|
image_filters.js
|
Add more image filters (Sepia, Sepia2, Brightness, Noise, GradientTransparency) based on Stoyan's demo — http://www.phpied.com/pixel-manipulation-in-canvas/ Fix bug with fabric.Image and filters.
|
2012-06-11 19:17:24 +02: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 bugs in fabric.Object#animate (thanks Anton Ignatov).
|
2012-06-13 13:30:53 +02:00 |
|
object_straightening.js
|
[BACK_INCOMPAT] Move object straightening methods into its own, optional module (fabric.Object#straighten, fabric.Object.fxStraighten, fabric.Canvas#straightenObject).
|
2012-05-11 15:31:30 +04:00 |
|
observable.js
|
[BACK_INCOMPAT] Remove "memo" from event objects. e.memo.xxx is now e.xxx.
|
2012-05-12 13:44:26 +04:00 |
|
parser.js
|
Fix "stroke-width" being ignored in style attribute.
|
2012-06-10 12:13:12 +02: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
|
Output rx/ry in object, JSON, and SVG representations of fabric.Rect.
|
2012-05-12 14:30:23 +04:00 |
|
scout.js
|
More documentation.
|
2010-10-19 16:27:24 -04:00 |
|
static_canvas.class.js
|
Removing active object now fires "selection:cleared" events. Closes #121.
|
2012-06-07 12:47:15 +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 |