kangax
|
77013208de
|
Fix build.js, build distribution
|
2013-05-30 21:59:58 +02:00 |
|
kangax
|
0a44d30347
|
Fix fabric.Line to render properly when x2/y2 is smaller than x1/y1. Thanks @LimeyTX. Closes #648
|
2013-05-26 00:06:06 +02:00 |
|
kangax
|
6830985236
|
Build distribution
|
2013-05-23 20:21:04 +02:00 |
|
kangax
|
5e10c0011b
|
Fix regression in adjustPosition. Version 1.1.16
|
2013-05-23 03:52:56 +02:00 |
|
kangax
|
8a52f99292
|
Fix line rendering when points make height become negative. Closes #589
|
2013-05-21 18:38:32 +02:00 |
|
kangax
|
f3f1db63b3
|
Fix fabric.Line rendering
|
2013-05-21 17:47:44 +02:00 |
|
kangax
|
257d629575
|
Remove space at the bottom of containing box on text objects (with high line height). Fix underline/strike-through to work with line height correctly. Closes #608
|
2013-05-21 13:16:26 +02:00 |
|
kangax
|
7df7e41225
|
Build distribution
|
2013-05-20 19:45:38 +02:00 |
|
kangax
|
d2bcfc922d
|
Build distribution
|
2013-05-19 16:26:23 +02:00 |
|
kangax
|
1ed4e40bdf
|
Move brushes to /brushes and mixins to /mixins. Organize ATTRIBUTE_NAMES to use fabric.SHARED_ATTRIBUTES.
|
2013-05-18 16:43:49 +02:00 |
|
kangax
|
743a103e8e
|
Version 1.1.15
|
2013-05-18 15:32:03 +02:00 |
|
kangax
|
4491b24a75
|
Build distribution
|
2013-05-14 12:35:07 -04:00 |
|
kangax
|
b2bcb3aff5
|
Fix adjustPosition and _getLeftTopCoords
|
2013-05-14 11:25:52 -04:00 |
|
kangax
|
0be6a5d556
|
Fix node text rendering. Version 1.1.14
|
2013-05-12 20:30:24 -04:00 |
|
kangax
|
c65b1f5e7d
|
Add support for parsing shorthand font declaration in styles, such as "font: italic 12px Arial,Helvetica,sans-serif"
|
2013-05-12 13:01:23 -04:00 |
|
kangax
|
8c8f91a444
|
Build distribution. Version 1.1.13
|
2013-05-09 14:22:31 -04:00 |
|
kangax
|
2b6b64dd02
|
Add support for removing SVG export functionality during build (via no-svg-export flag)
|
2013-05-09 14:21:10 -04:00 |
|
kangax
|
6c3bfa5c92
|
Build distribution
|
2013-05-09 00:16:10 -04:00 |
|
kangax
|
5f8ca2cbc9
|
Make background white when generating data url jpeg image. Closes #613
|
2013-05-07 11:37:00 -04:00 |
|
kangax
|
a47128afa4
|
Add support for same options in fabric.Object#toDataURL as there are in fabric.Canvas#toDataURL. Closes #609
|
2013-05-06 11:52:16 -04:00 |
|
kangax
|
d6e292e482
|
Fix text rendering. Closes #590. Version 1.1.12
|
2013-05-05 13:23:49 -04:00 |
|
kangax
|
fde521317e
|
Store result of setLineDash support check. Build distribution. Version 1.1.11
|
2013-05-04 20:29:59 -04:00 |
|
kangax
|
35d5cf220f
|
[BACK_INCOMPAT] Make fabric.Object#toDataURL synchronous. Fix fabric.Object#cloneAsImage to preserve angle. Closes #596
|
2013-05-01 14:49:42 -04:00 |
|
kangax
|
f5b88b4045
|
Make fabric.Canvas#isTargetTransparent public. Closes #595
|
2013-05-01 09:58:39 -04:00 |
|
kangax
|
e8825bc581
|
Doc fixes
|
2013-05-01 09:35:26 -04:00 |
|
kangax
|
775df6e836
|
Move state-related methods to stateful mixin
|
2013-05-01 09:29:57 -04:00 |
|
kangax
|
17974a55be
|
Reuse mt coordinate values in mtr coordinates. Closes #592
|
2013-05-01 03:06:04 -04:00 |
|
kangax
|
eeecde62a8
|
Normalize style values. Closes #598
|
2013-05-01 02:58:59 -04:00 |
|
kangax
|
a6a5cb4a54
|
Load image via fabric.util.loadImage in cloneAsImage. Add fabric.util.createImage helper. Closes #593
|
2013-04-29 15:16:59 -04:00 |
|
kangax
|
f6da728aad
|
Add support for parsing "compressed" path data in SVG path's. Version 1.1.10
|
2013-04-29 11:12:20 -04:00 |
|
kangax
|
d755d64c76
|
Remove unnecessary renderAll calls. Thanks @Kienz. Closes #587
|
2013-04-26 21:49:13 -04:00 |
|
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 |
|