fabric.js/src
2013-02-19 13:34:50 +01:00
..
util Fix createCanvasElement canvas initialization. IE<9 now works again. 2013-02-19 13:34:50 +01:00
canvas.class.js Fix touch events if canvas is inside a scrolled container (see issue #123). 2013-02-01 18:27:20 +01:00
canvas_animation.mixin.js More canvas refactoring 2013-01-20 20:40:26 +01:00
canvas_events.mixin.js Fix touch events if canvas is inside a scrolled container (see issue #123). 2013-02-01 18:27:20 +01:00
canvas_gestures.mixin.js Refactor some logic from canvas and object classes into mixins 2013-01-20 20:40:26 +01:00
canvas_serialization.mixin.js Fix bug in loadFromJSON 2013-02-06 16:20:53 +01:00
circle.class.js Add support for shadows (via fabric.Shadow) 2013-02-04 20:49:05 +01:00
color.class.js Doc additions. 2012-12-15 17:29:40 +01:00
ellipse.class.js Add support for shadows (via fabric.Shadow) 2013-02-04 20:49:05 +01:00
freedrawing.class.js Fix free drawing path initialization 2013-02-06 20:41:58 +01:00
gradient.class.js Add support for patterns 2013-02-03 02:15:29 +01:00
group.class.js fabric.Group objects toSVG() order changed 2013-02-15 13:17:12 +01:00
image.class.js Fix for issue #433 - wrong width/height of image objects 2013-02-19 09:19:46 +01:00
image_filters.js Amalgamate canvas creation + VML initialization into one place. Add new method fabric.util.createCanvasElement. Version 1.0.3. 2013-01-25 14:23:13 +01:00
intersection.class.js Final doc additions. Every public method is now documented! 2012-12-16 20:44:26 +01:00
line.class.js Doc additions. 2012-12-15 17:29:40 +01:00
log.js Doc additions, fixes. 2012-11-23 13:38:26 +01:00
node.js Text fixes for node-canvas. Version 1.0.9 2013-02-15 14:11:58 +01:00
object.class.js [BACK_INCOMPAT] Add fabric.util.createAccessors. Add accessors for fabric.Text -specific properties (setTextDecoration, setFontWeight, setFontStyle, etc.). Make text object dimensions change when setting dimension-affecting properties. fabric.Text#setFontsize becomes setFontSize. Version 1.0.11. 2013-02-18 16:22:48 +01:00
object_geometry.mixin.js Add fabric.Object#getBoundingRect. getBoundingRectWidth/getBoundingRectHeight are deprecated. 2013-01-29 18:06:44 +01:00
object_interactivity.mixin.js Fix touch events if canvas is inside a scrolled container (see issue #123). 2013-02-01 18:27:20 +01:00
object_origin.mixin.js Refactor some logic from canvas and object classes into mixins 2013-01-20 20:40:26 +01:00
object_straightening.mixin.js Refactor some logic from canvas and object classes into mixins 2013-01-20 20:40:26 +01:00
observable.mixin.js Alias fabric.Observable.fire to trigger, similar to jQuery, Backbone, etc. Closes #401 2013-02-11 13:22:30 +01:00
parser.js Remove trailing comma 2013-02-17 13:26:45 +01:00
path.class.js Add support for shadows (via fabric.Shadow) 2013-02-04 20:49:05 +01:00
path_group.class.js Add support for shadows (via fabric.Shadow) 2013-02-04 20:49:05 +01:00
pattern.class.js Doc fixes 2013-02-06 16:20:53 +01:00
point.class.js Merge master 2012-12-18 18:12:08 +01:00
polygon.class.js Bugfix for wrong offset if object is cloned. Same bug as issue #416 2013-02-13 19:22:19 +01:00
polyline.class.js Bugfix for wrong offset if object is cloned. Same bug as issue #416 2013-02-13 19:22:19 +01:00
rect.class.js Add support for shadows (via fabric.Shadow) 2013-02-04 20:49:05 +01:00
scout.js More documentation. 2010-10-19 16:27:24 -04:00
shadow.class.js Add support for shadows (via fabric.Shadow) 2013-02-04 20:49:05 +01:00
stateful.js Doc additions. 2012-12-15 17:29:40 +01:00
static_canvas.class.js Fixed svg output for backgroundColorPattern with repeat: 'no-repeat' 2013-02-16 18:55:00 +01:00
text.class.js [BACK_INCOMPAT] Add fabric.util.createAccessors. Add accessors for fabric.Text -specific properties (setTextDecoration, setFontWeight, setFontStyle, etc.). Make text object dimensions change when setting dimension-affecting properties. fabric.Text#setFontsize becomes setFontSize. Version 1.0.11. 2013-02-18 16:22:48 +01:00
triangle.class.js Documentation additions. 2012-12-13 15:46:06 +01:00