fabric.js/test/unit
2013-04-18 21:42:46 -04:00
..
canvas.js [BACK_INCOMPAT] fabric.Object.setActive(…) -> fabric.Object.set('active', …). fabric.Object.isActive is gone (use active instead) 2013-03-29 16:26:27 +01:00
canvas_static.js Implement fabric.StaticCanvas#moveTo to move object to specified level in stack of drawn objects 2013-03-22 15:10:44 +01:00
circle.js Add fabric.Object#visible property. Closes #342. Version 1.0.13. 2013-03-06 18:45:18 +01:00
color.js Move site into a different repository. 2012-08-10 17:20:04 +02:00
ellipse.js Add fabric.Object#visible property. Closes #342. Version 1.0.13. 2013-03-06 18:45:18 +01:00
gradient.js Fix gradient colorStops initialization. Thanks @Kienz 2013-03-18 13:11:31 +01:00
group.js Implement fabric.StaticCanvas#moveTo to move object to specified level in stack of drawn objects 2013-03-22 15:10:44 +01:00
image.js Only call change and complete callbacks once, when animating multiple properties. Closes #544 2013-04-06 12:44:10 +02:00
line.js Add fabric.Object#visible property. Closes #342. Version 1.0.13. 2013-03-06 18:45:18 +01:00
object.js Only call change and complete callbacks once, when animating multiple properties. Closes #544 2013-04-06 12:44:10 +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 tests. Build distribution. Version 0.9.35. 2012-12-23 15:28:08 +01:00
path.js Add fabric.Object#visible property. Closes #342. Version 1.0.13. 2013-03-06 18:45:18 +01:00
path_group.js Add fabric.Object#visible property. Closes #342. Version 1.0.13. 2013-03-06 18:45:18 +01:00
pattern.js Add fabric.Pattern tests 2013-02-03 17:01:01 +01:00
polygon.js Fix text and line rendering in path group. Add support for multiple declarations in "transform" attribute. Fix stroke color of line. Version 1.1.7 2013-04-18 21:42:46 -04:00
polyline.js Fix text and line rendering in path group. Add support for multiple declarations in "transform" attribute. Fix stroke color of line. Version 1.1.7 2013-04-18 21:42:46 -04:00
rect.js Fix unit tests 2013-03-10 20:58:48 +01:00
shadow.js Add support for shadows (via fabric.Shadow) 2013-02-04 20:49:05 +01:00
text.js Fix text unit test 2013-04-04 14:03:08 +02:00
util.js Temporarily comment out unit tests that fail due to Node 0.10 bug (https://github.com/joyent/node/issues/5011) 2013-03-19 13:10:33 +01:00