fabric.js/test/unit
2013-08-30 13:52:24 +02:00
..
canvas.js Fix fabric.Canvas subclassing; fabric.Canvas, fabric.StaticCanvas now created via createClass. 2013-08-28 15:17:25 +02:00
canvas_static.js Add encoding to canvas.toSVG(options) 2013-08-27 20:32:15 +02:00
circle.js Build distribution, fix unit test 2013-08-30 13:52:24 +02:00
color.js Fix typo, add hsl/hsla (with whitespaces) unit tests and move stuff outside of functions 2013-05-25 19:42:31 +02:00
ellipse.js Implement clipTo serialization, deserialization, and initialization. Closes #583. Closes #677. Closes #676 2013-06-02 23:04:54 +02:00
gradient.js Fix pattern toSVG 2013-07-22 22:00:03 +02:00
group.js Implement clipTo serialization, deserialization, and initialization. Closes #583. Closes #677. Closes #676 2013-06-02 23:04:54 +02:00
image.js Fix fabric.Image.setElement - now _element and _originalElement (until now _originalImage) are set. Closes #745 2013-08-09 14:18:27 +02:00
image_filters.js Add fabric.Image.filters.Mask unit test 2013-08-18 21:01:50 +02:00
line.js Implement clipTo serialization, deserialization, and initialization. Closes #583. Closes #677. Closes #676 2013-06-02 23:04:54 +02:00
object.js Call abort in context of an object. Closes #803 2013-08-23 14:30:33 +02:00
observable.js Alias fabric.Observable.fire to trigger, similar to jQuery, Backbone, etc. Closes #401 2013-02-11 13:22:30 +01:00
parser.js Fix nested matrix multiplication. Closes #705 2013-06-13 23:10:33 +02:00
path.js Fixed fabric.PathGroup.fromObject - use fabric.util.enlivenObjects to instatiate fabric.Path objects 2013-07-18 22:21:19 +02:00
path_group.js Fixed fabric.PathGroup.fromObject - use fabric.util.enlivenObjects to instatiate fabric.Path objects 2013-07-18 22:21:19 +02:00
pattern.js Fix pattern toSVG 2013-07-22 22:00:03 +02:00
polygon.js Fix polyline, polygon tests and JSHint warnings 2013-07-22 14:39:07 +02:00
polyline.js Fix polyline, polygon tests and JSHint warnings 2013-07-22 14:39:07 +02:00
rect.js Fix rect positioning when loading from JSON. Closes #522 2013-06-03 02:24:41 +02:00
shadow.js Add support for shadows (via fabric.Shadow) 2013-02-04 20:49:05 +01:00
text.js Fix fabric.Text#fontFamily in SVG output - Closes issue #813 2013-08-29 22:06:24 +02:00
util.js Fix function body matching regex. Add fabric.util.getFunctionBody 2013-06-01 18:08:36 +02:00