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 |
|
kangax
|
f140e2159e
|
Build distribution
|
2013-02-06 16:20:53 +01:00 |
|
Arthaey
|
48ab4607b9
|
Add option to suppress XML preamble in toSVG method.
|
2013-02-05 22:20:56 -08:00 |
|
kangax
|
18e6e4f353
|
Version 1.0.6
|
2013-02-04 20:49:05 +01:00 |
|
kangax
|
5ee9b13a92
|
Add support for shadows (via fabric.Shadow)
|
2013-02-04 20:49:05 +01:00 |
|
kangax
|
8b04e286a8
|
Log full errors instead of just its messages
|
2013-02-04 20:49:05 +01:00 |
|
kangax
|
d645c4e7dc
|
Add ability to specify pattern repeat via options
|
2013-02-04 20:49:05 +01:00 |
|
kangax
|
953f2a2d15
|
Version 1.0.5
|
2013-02-03 17:01:39 +01:00 |
|
kangax
|
7fd1a09174
|
Fix typo in serialization module
|
2013-02-03 02:17:46 +01:00 |
|
kangax
|
6777c50012
|
Add support for patterns
|
2013-02-03 02:15:29 +01:00 |
|
kangax
|
69f1b20a8e
|
Add fabric.Object#getBoundingRect. getBoundingRectWidth/getBoundingRectHeight are deprecated.
|
2013-01-29 18:06:44 +01:00 |
|
kangax
|
7adb624f0b
|
2012 -> 2013
|
2013-01-25 14:31:31 +01:00 |
|
kangax
|
87a1bb31bf
|
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 |
|
Fabian Hickert
|
18b7e05eb2
|
Fixed event handling for touch-supported devices.
|
2013-01-24 11:32:58 +00:00 |
|
kangax
|
e262606eee
|
Update uglyfyjs, build distribution
|
2013-01-21 21:14:57 +01:00 |
|
kangax
|
6da2ed6d65
|
More canvas refactoring
|
2013-01-20 20:40:26 +01:00 |
|
kangax
|
60af92a9c3
|
Version 1.0.2
|
2013-01-17 19:04:02 +01:00 |
|