fabric.js/src
2013-07-24 23:30:48 +03:00
..
brushes Issue #756 fixed - single click in free drawing mode now works for pencil brush, circle brush and pattern_brush (inherits pencil brush fix) 2013-07-24 23:30:48 +03:00
filters Fix indentation (2 whitespaces) 2013-05-28 21:44:10 +02:00
mixins Avoid canvas re-rendering for each object when loading from JSON 2013-07-17 16:36:29 +02:00
shapes Fix polyline, polygon tests and JSHint warnings 2013-07-22 14:39:07 +02:00
util Revert polygon/polyline points change as it breaks shapes in SVG import section 2013-07-08 12:39:13 +02:00
canvas.class.js Version 1.2.1 2013-07-06 16:04:29 +02:00
color.class.js Fix typo, add hsl/hsla (with whitespaces) unit tests and move stuff outside of functions 2013-05-25 19:42:31 +02:00
gradient.class.js Convert opacity value into float value. If stop-opacity is set as attribute (not as style attribute) el.getAttribute('stop-opacity') returns null. Problem exists since commit a0b7fa4eb9. 2013-07-02 21:09:50 +02:00
intersection.class.js Move dimensionAffectingProps to fabric.Text.prototype. Simplify and speed up Intersection class. Build distribution. 2013-06-06 03:06:17 +02:00
log.js Change inline docs to conform to jsdoc3 2013-04-24 12:58:04 -04:00
node.js Add support for Buffers to utils.loadImage 2013-06-19 04:11:06 -07:00
parser.js Parse lineHeight in style attribute. This fixes IE11's only failing test. 2013-07-11 20:39:45 +02:00
pattern.class.js Fix pattern toSVG 2013-07-22 22:00:03 +02:00
point.class.js Move drawArc to utils. Simplify and speed up fabric.Point 2013-06-06 02:49:42 +02:00
shadow.class.js Avoid trailing comma in shadow.class.js when toSVG is stripped. Thanks @danielbeardsley 2013-07-08 12:39:19 +02:00
static_canvas.class.js Make SVG output Corel Draw -compatible. Closes #758 2013-07-22 14:22:36 +02:00