kangax
|
4e1a26cc11
|
Update docs
|
2013-04-25 14:21:32 -04:00 |
|
kangax
|
56e6107752
|
Doc fixes
|
2013-04-25 13:52:05 -04:00 |
|
kangax
|
c269b7010f
|
Version 1.1.9
|
2013-04-24 13:00:02 -04:00 |
|
kangax
|
c16dcf88a4
|
Change inline docs to conform to jsdoc3
|
2013-04-24 12:58:04 -04:00 |
|
kangax
|
66c3c80d18
|
Fix doc
|
2013-04-22 09:26:57 -04:00 |
|
kangax
|
22de40dc54
|
Add support for pattern offsets (via fabric.Pattern#offsetX/offsetY). Version 1.1.8
|
2013-04-22 09:16:58 -04:00 |
|
kangax
|
395680d960
|
Build distribution
|
2013-04-20 12:04:59 -04:00 |
|
kangax
|
e56d37d9da
|
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 |
|
kangax
|
ee9a206738
|
Build distribution
|
2013-04-17 11:11:43 -04:00 |
|
kangax
|
8879c73af7
|
Document lock* properties. Build distribution
|
2013-04-16 12:44:54 -04:00 |
|
kangax
|
7f190662d1
|
Do not parse fill value if it's not a string (but, for example, a gradient or pattern)
|
2013-04-08 13:41:46 +02:00 |
|
kangax
|
a0bc7b6904
|
Fix doc typo
|
2013-04-06 12:46:01 +02:00 |
|
kangax
|
8f34f2ac34
|
Build distribution
|
2013-04-06 12:44:36 +02:00 |
|
kangax
|
fcc0c5cbbb
|
Only call change and complete callbacks once, when animating multiple properties. Closes #544
|
2013-04-06 12:44:10 +02:00 |
|
kangax
|
79a9d551c7
|
Build distribution. Version 1.1.6
|
2013-04-04 14:05:43 +02:00 |
|
shilo
|
2c2206b951
|
rendering canvas on node.js - fixed issue with segfault occuring when downloading an image that comes from https (secure) url
|
2013-04-03 13:40:48 +03:00 |
|
kangax
|
8bd52f98fb
|
Build distribution
|
2013-03-30 01:36:38 +01:00 |
|
kangax
|
d24d6307e5
|
[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 |
|
kangax
|
0d0763cad0
|
Build distribution. Version 1.1.5.
|
2013-03-29 13:21:13 +01:00 |
|
kangax
|
40bda07140
|
Fix fabric.Canvas#clipTo. Thanks @sn3p
|
2013-03-24 18:09:55 +01:00 |
|
kangax
|
14cbcb8ea3
|
Build distribution
|
2013-03-24 00:06:04 +01:00 |
|
kangax
|
83b7ef57e7
|
Build distribution. Version 1.1.4
|
2013-03-23 23:23:26 +01:00 |
|
kangax
|
4911cc036b
|
Make fabric.Image.fromURL use fabric.util.loadImage which fixes it under Node
|
2013-03-23 23:16:16 +01:00 |
|
kangax
|
24735e6e31
|
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 |
|
kangax
|
919f95a0a0
|
Move collection-related methods to fabric.Collection, shared by fabric.Canvas and fabric.Group.
|
2013-03-20 10:28:35 +01:00 |
|
kangax
|
da9cda6c90
|
[BACK_INCOMPAT] Version 1.1.2.
canvas.freeDrawingColor -> canvas.freeDrawingBrush.color;
canvas.freeDrawingLineWidth -> canvas.freeDrawingBrush.width;
|
2013-03-19 16:05:13 +01:00 |
|
kangax
|
8bea909a54
|
Merge master
|
2013-03-19 15:52:14 +01:00 |
|
kangax
|
2a5645fcd5
|
Fix scaling event not firing sometimes. Thanks @rcyrus.
|
2013-03-19 15:36:25 +01:00 |
|
kangax
|
030da0d36c
|
Build distribution
|
2013-03-19 13:31:57 +01:00 |
|
kangax
|
e8e32e80de
|
Fix gradient colorStops initialization. Thanks @Kienz
|
2013-03-18 13:11:31 +01:00 |
|
kangax
|
9bb38c144c
|
Fix toDataURL not honoring format. Thanks ebirbal.
|
2013-03-18 13:03:54 +01:00 |
|
kangax
|
ecc97413da
|
Version 1.1.1. Closes #447
|
2013-03-16 16:43:26 +01:00 |
|
kangax
|
d881340120
|
Version 1.1.0
|
2013-03-10 21:06:29 +01:00 |
|
kangax
|
e917b144aa
|
Remove unnecessary space in SVG output
|
2013-03-06 18:55:26 +01:00 |
|
kangax
|
506125bbe6
|
[BACK_INCOMPAT] fabric.Canvas.toDataURL now accepts options object instead linear arguments. fabric.Canvas.toDataURLWithMultiplier is deprecated; use toDataURL({ multiplier: … }) instead.
|
2013-03-06 18:47:50 +01:00 |
|
kangax
|
17a88e93e1
|
Doc fixes
|
2013-02-24 12:40:16 +01:00 |
|
kangax
|
7d9c91de70
|
res -> response and remove unnecessary semicolon
|
2013-02-22 17:24:22 +01:00 |
|
kangax
|
be4db2f409
|
Fix doc. Thanks @rodrigopandini
|
2013-02-20 23:42:38 +01:00 |
|
kangax
|
9be89b2f2f
|
drawCorners -> drawControls, for consistency. Remove unused hasCorners and use hasControls instead of hideCorners. Version 1.0.12
|
2013-02-20 13:19:22 +01:00 |
|
kangax
|
80469a23eb
|
Fix createCanvasElement canvas initialization. IE<9 now works again.
|
2013-02-19 13:34:50 +01:00 |
|
kangax
|
9df85553b9
|
[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 |
|
kangax
|
39e2078fb6
|
Version 1.0.10
|
2013-02-17 13:39:58 +01:00 |
|
kangax
|
a77cbfe2be
|
Text fixes for node-canvas. Version 1.0.9
|
2013-02-15 14:11:58 +01:00 |
|
kangax
|
cd93d7efd9
|
Build distribution. Version 1.0.7
|
2013-02-11 13:23:43 +01:00 |
|
kangax
|
d9291fbfe5
|
Add shadow support to brushes
|
2013-02-06 23:55:15 +01:00 |
|
kangax
|
b55c35f865
|
Merge master
|
2013-02-06 23:28:17 +01:00 |
|
kangax
|
776d966bdb
|
Remove polygon offsetting fix which broke some SVG shapes
|
2013-02-06 21:04:14 +01:00 |
|
kangax
|
ed0716718a
|
Fix build minification. Closes #417
|
2013-02-06 20:42:39 +01:00 |
|
kangax
|
4995fd9ed1
|
Fix free drawing path initialization
|
2013-02-06 20:41:58 +01:00 |
|
kangax
|
a4340fda45
|
Doc fixes
|
2013-02-06 16:20:53 +01:00 |
|