| .. |
|
util
|
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 |
|
base_brush.class.js
|
Fix reset shadow of fabric brushes
|
2013-04-03 21:09:31 +02:00 |
|
canvas.class.js
|
findTarget now retuns unselectable objects
|
2013-04-18 17:51:53 +03:00 |
|
canvas_animation.mixin.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_events.mixin.js
|
Merge pull request #568 from Kienz/patch-1
|
2013-04-20 08:58:41 -07:00 |
|
canvas_gestures.mixin.js
|
Cleanup events and gestures modules
|
2013-03-30 01:36:27 +01:00 |
|
canvas_serialization.mixin.js
|
Fix backgroundImageLoaded not checked
|
2013-04-19 00:01:53 +02:00 |
|
circle.class.js
|
[BACK_INCOMPAT] Implement fabric.Gradient#toSVG() and radialGradient
|
2013-02-23 17:02:52 +01:00 |
|
circle_brush.class.js
|
Fix reset shadow of fabric brushes
|
2013-04-03 21:09:31 +02:00 |
|
collection.mixin.js
|
Fix removal of event listeners in fabric.Canvas#dispose on touch-based devices. Version 1.1.3
|
2013-03-20 23:38:22 +01:00 |
|
color.class.js
|
JSHint - remove extra comma at the end of the fabric.Color.colorNameMap object
|
2013-03-09 22:38:42 +01:00 |
|
ellipse.class.js
|
Add docs for ellipse rx/ry
|
2013-03-10 21:04:44 +01:00 |
|
gradient.class.js
|
Fix gradient colorStops initialization. Thanks @Kienz
|
2013-03-18 13:11:31 +01:00 |
|
group.class.js
|
Preserve group reference on objects in group after adding/removing some object from group. Closes #533
|
2013-04-04 13:58:08 +02:00 |
|
image.class.js
|
Fix positioning of line and image instances when part of a group
|
2013-04-04 13:58:08 +02:00 |
|
image_filters.js
|
Fix pixelate filter. Thanks @Oleg. Closes #523
|
2013-03-30 01:30:46 +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
|
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 |
|
log.js
|
Doc additions, fixes.
|
2012-11-23 13:38:26 +01:00 |
|
node.js
|
req_handler -> reqHandler
|
2013-04-04 14:05:24 +02:00 |
|
object.class.js
|
Bugfix object.opacity == 0 in svg output
|
2013-04-19 14:35:52 +03: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
|
Return object reference in drawControls and drawBorders
|
2013-04-12 00:47:07 +03: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
|
[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 |
|
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
|
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 |
|
path.class.js
|
Remove pathOffset from object/json output for now
|
2013-04-04 14:03:22 +02:00 |
|
path_group.class.js
|
Add check if object is visible to fabric.Image and fabric.Path. Now all fabric instances with own render method should check for visible property.
|
2013-03-22 12:10:34 +01:00 |
|
pattern.class.js
|
Doc fixes
|
2013-02-06 16:20:53 +01:00 |
|
pattern_brush.class.js
|
Change pattern brush to work with fabric.Pattern
|
2013-02-03 02:14:47 +01:00 |
|
pencil_brush.class.js
|
Merge master
|
2013-03-19 15:52:14 +01:00 |
|
point.class.js
|
Merge master
|
2012-12-18 18:12:08 +01:00 |
|
polygon.class.js
|
[BACK_INCOMPAT] Implement fabric.Gradient#toSVG() and radialGradient
|
2013-02-23 17:02:52 +01:00 |
|
polyline.class.js
|
[BACK_INCOMPAT] Implement fabric.Gradient#toSVG() and radialGradient
|
2013-02-23 17:02:52 +01:00 |
|
rect.class.js
|
fabric.Rect.fromElement() are wrong positioned
|
2013-04-08 09:25:33 +03:00 |
|
scout.js
|
More documentation.
|
2010-10-19 16:27:24 -04:00 |
|
shadow.class.js
|
Add shadow support to brushes
|
2013-02-06 23:55:15 +01:00 |
|
spray_brush.class.js
|
Add shadow support to brushes
|
2013-02-06 23:55:15 +01:00 |
|
stateful.js
|
Doc additions.
|
2012-12-15 17:29:40 +01:00 |
|
static_canvas.class.js
|
Fix group selection when animation is in progress. Thanks @Kienz
|
2013-04-10 16:46:16 +02:00 |
|
text.class.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 |
|
triangle.class.js
|
[BACK_INCOMPAT] Implement fabric.Gradient#toSVG() and radialGradient
|
2013-02-23 17:02:52 +01:00 |