| .. |
|
util
|
Documentation fixes.
|
2012-07-19 11:43:46 +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
|
moveCursor and typing error defaultCursor
|
2012-07-29 11:05:07 +02:00 |
|
canvas.serialization.js
|
Fix callback to be invoked after background image is set.
|
2012-06-26 16:43:35 +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.js
|
IE fix for gradient parsing.
|
2012-06-07 12:32:58 +02:00 |
|
group.class.js
|
Remove redundant "//= require" statements.
|
2012-06-26 16:42:45 +02:00 |
|
image.class.js
|
Replace element in applyFilters directly, to avoid messing up image instance dimensions.
|
2012-07-20 21:16:14 +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
|
Remove redundant "//= require" statements.
|
2012-06-26 16:42:45 +02:00 |
|
line.class.js
|
Fix fabric.Line regression.
|
2012-06-28 21:14:19 +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
|
Fabric events related to objects can now be observed on objects themselves.
|
2012-07-18 18:29:27 +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
|
Fix "stroke-width" being ignored in style attribute.
|
2012-06-10 12:13:12 +02:00 |
|
path.class.js
|
Fix bug when exponent notation (e.g. "q 10.47e-3") would trip up path parsing mechanism.
|
2012-07-26 00:17:04 +02:00 |
|
path_group.class.js
|
Remove redundant "//= require" statements.
|
2012-06-26 16:42:45 +02:00 |
|
point.class.js
|
Preparing fabric to run on node.js
|
2011-08-05 19:00:26 -04:00 |
|
polygon.class.js
|
Fix polyline/polygon rendering in IE8. Closes #124.
|
2012-06-28 21:12:30 +02:00 |
|
polyline.class.js
|
Fix polyline/polygon rendering in IE8. Closes #124.
|
2012-06-28 21:12:30 +02:00 |
|
rect.class.js
|
Fix rendering artifact with rounded rectangles. Thanks Anne Poveda.
|
2012-07-09 18:11:18 +02:00 |
|
scout.js
|
More documentation.
|
2010-10-19 16:27:24 -04:00 |
|
static_canvas.class.js
|
Fabric events related to objects can now be observed on objects themselves.
|
2012-07-18 18:29:27 +02:00 |
|
text.class.js
|
Native textShadow bug - offsetX, offsetY und blur are wrong
|
2012-07-29 09:53:40 +02:00 |
|
triangle.class.js
|
First (and almost complete) implementation of fabric.Canvas#toSVG.
|
2012-01-02 16:14:20 -05:00 |