| .. |
|
util
|
Fix compatibility with Node (including loadSVGFromString).
|
2012-07-31 20:55:49 +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
|
Avoid rendering dot in FF on click in free drawing mode.
|
2012-08-23 15:15:11 +02:00 |
|
canvas.serialization.js
|
Fix loadFromDatalessJSON when native text is present in data. Bump allowed node version to 0.8.6.
|
2012-08-15 15:30:59 +02:00 |
|
circle.class.js
|
Remove redundant "//= require" statements.
|
2012-06-26 16:42:45 +02: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
|
Remove redundant "//= require" statements.
|
2012-06-26 16:42:45 +02:00 |
|
gradient.class.js
|
gradient.js --> gradient.class.js
|
2012-08-20 18:23:53 +02:00 |
|
group.class.js
|
Add fabric.Group#toSVG.
|
2012-08-09 13:07:26 +02:00 |
|
image.class.js
|
add transform matrix to render method, reset image width and height
|
2012-08-21 17:19:55 +01:00 |
|
image_filters.js
|
New Tint filter
|
2012-07-25 13:22:07 +03:00 |
|
intersection.class.js
|
Remove redundant "//= require" statements.
|
2012-06-26 16:42:45 +02:00 |
|
line.class.js
|
Fix fabric.Line#set method to call _setWidthHeight after coordinates update.
|
2012-08-09 12:24:22 +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 |
|
node.js
|
Rename fabric_node.js to node.js
|
2012-07-31 20:50:06 +02:00 |
|
object.class.js
|
Fix _initGradient with non-empty non-gradient values.
|
2012-08-20 18:39:04 +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
|
Documentation fixes.
|
2012-07-19 11:43:46 +02:00 |
|
parser.js
|
Change the way gradients are initialized.
|
2012-08-20 18:23:53 +02:00 |
|
path.class.js
|
Fix gradient rendering in path objects.
|
2012-08-21 19:31:39 +02:00 |
|
path_group.class.js
|
Fix gradient rendering in path objects.
|
2012-08-21 19:31:39 +02:00 |
|
point.class.js
|
Preparing fabric to run on node.js
|
2011-08-05 19:00:26 -04:00 |
|
polygon.class.js
|
Remove incorrect offsets in polygon rendering and fix <rect> position when part of a group. Closes #113. Closes #229.
|
2012-08-14 14:03:20 +02:00 |
|
polyline.class.js
|
Fix polyline/polygon rendering in IE8. Closes #124.
|
2012-06-28 21:12:30 +02:00 |
|
rect.class.js
|
Add fabric.Group#toSVG.
|
2012-08-09 13:07:26 +02:00 |
|
scout.js
|
More documentation.
|
2010-10-19 16:27:24 -04:00 |
|
static_canvas.class.js
|
Unify object initialization logic used in add and insertAt.
|
2012-08-20 18:23:53 +02:00 |
|
text.class.js
|
Clear dummy DOM element used for Cufon rendering.
|
2012-08-21 16:00:09 +02:00 |
|
triangle.class.js
|
First (and almost complete) implementation of fabric.Canvas#toSVG.
|
2012-01-02 16:14:20 -05:00 |