Yuri Shmorgun
d5de9042cd
Issue #756 fixed - single click in free drawing mode now works for pencil brush, circle brush and pattern_brush (inherits pencil brush fix)
2013-07-24 23:30:48 +03:00
kangax
67b54a44a5
Fix pattern toSVG
2013-07-22 22:00:03 +02:00
kangax
974ed943b8
Fix polyline, polygon tests and JSHint warnings
2013-07-22 14:39:07 +02:00
kangax
6b36e72521
Make SVG output Corel Draw -compatible. Closes #758
2013-07-22 14:22:36 +02:00
kangax
5abd57909c
Update Fabric to 1.2.6
2013-07-22 14:22:36 +02:00
kangax
d3e2b03856
Start implementing pattern toSVG support
2013-07-22 14:22:36 +02:00
Juriy Zaytsev
24091157dc
Update README.md
2013-07-20 20:31:16 +02:00
kangax
680ece358b
Add pattern to build script
2013-07-20 15:30:31 +02:00
kangax
aabad2af49
Build distribution
2013-07-19 13:38:07 +02:00
kangax
71f81f5b32
Remove initial clause from Event.js that we added previously (since IE9 complains). Build distribution.
2013-07-18 23:15:41 +02:00
Juriy Zaytsev
28af7f7953
Merge pull request #755 from Kienz/loadFromJSONFix
...
Fix `fabric.PathGroup.fromObject`
2013-07-18 13:29:41 -07:00
Kienz
c9d866dcf9
Fixed fabric.PathGroup.fromObject - use fabric.util.enlivenObjects to instatiate fabric.Path objects
...
Corrected jsdoc tags for fabric.PathGroup.fromObject, fabric.Path.fromObject and fabric.Path.fromElement
Fixed quint tests for fabric.Path and fabric.PathGroup
2013-07-18 22:21:19 +02:00
kangax
6f1b6bf243
Avoid canvas re-rendering for each object when loading from JSON
2013-07-17 16:36:29 +02:00
kangax
45017eeed2
Fire 'path:created' event for circle and spray brushes
2013-07-16 23:46:11 +02:00
kangax
8a0e9bd6b4
Fix fabric.Path.fromElement. Version 1.2.5
2013-07-13 20:15:35 +02:00
kangax
86eaff99ed
Bring jsdom back to 0.5.6
2013-07-13 19:59:31 +02:00
kangax
35243428e5
Build distribution. Version 1.2.3
2013-07-13 18:57:12 +02:00
kangax
8f02189d50
Fix fabric.Path/fabric.PathGroup fromObject
2013-07-13 18:56:41 +02:00
kangax
384fe70edd
Build distribution
2013-07-13 11:10:34 +02:00
kangax
6a39ee978a
Update dependencies
2013-07-13 11:09:55 +02:00
Juriy Zaytsev
d741b647bc
Merge pull request #740 from nathan-muir/kangax-master
...
Fix issue with `fabric.Line` in browsers that don't support 'setLineDash'
2013-07-13 02:09:00 -07:00
kangax
b8ad7fa79e
Clip text background and decoration properly. Closes #743 .
2013-07-13 02:35:04 +02:00
kangax
c8cab03aac
[BACK_INCOMPAT] fabric.Path.fromObject is now async. fabric.Canvas#loadFromDatalessJSON is deprecated.
2013-07-12 22:38:21 +02:00
kangax
53f1368438
Update README
2013-07-12 21:09:07 +02:00
kangax
72ef6c67fa
Parse lineHeight in style attribute. This fixes IE11's only failing test.
2013-07-11 20:39:45 +02:00
Nathan Muir
f97d593c84
Fixed issue with fabric.Line when browser doesn't support 'setLineDash' (firefox & IE 10). Example at http://jsfiddle.net/taRvU/1/
2013-07-11 12:16:34 +10:00
kangax
39164c289a
Build distribution
2013-07-08 12:39:49 +02:00
kangax
4e5f5badc0
Avoid trailing comma in shadow.class.js when toSVG is stripped. Thanks @danielbeardsley
2013-07-08 12:39:19 +02:00
kangax
0bf607be2e
Revert polygon/polyline points change as it breaks shapes in SVG import section
2013-07-08 12:39:13 +02:00
kangax
3eb00518f8
Fix pointer detection in scrollable container. Thanks @kwicher. Closes #730
2013-07-07 22:32:03 +02:00
kangax
21f87bb63a
Fix polygon/polyline tests and minor cleanup
2013-07-07 22:25:01 +02:00
Juriy Zaytsev
3076a7b45f
Merge pull request #736 from timandres/master
...
Fix polygon/polyline bounding box
2013-07-07 13:09:30 -07:00
kangax
33fd6c66b5
Version 1.2.1
2013-07-06 16:04:29 +02:00
Juriy Zaytsev
e4989e3fbe
Merge pull request #709 from woutercommandeur/path
...
Fix path behaviour with top/left offsets. Closes #663
2013-07-06 05:56:43 -07:00
kangax
0b9a9fa9e2
Fix incorrectly created group. Closes #710
2013-07-05 23:10:45 +02:00
kangax
be72f68670
Make sure object angle is always positive
2013-07-04 14:18:30 +02:00
kangax
65d54581b4
Make gradient, pattern, shadow optional modules
2013-07-04 14:18:30 +02:00
kangax
a33a599417
Remove commented out code
2013-07-04 14:18:30 +02:00
Juriy Zaytsev
aca2a62a22
Merge pull request #734 from sn3p/master
...
Make `sendBackward` / `bringForward` work with non-intersecting objects
2013-07-03 15:38:20 -07:00
Juriy Zaytsev
8609f80254
Merge pull request #732 from Kienz/gradientFix
...
Bugfix for `fabric.Gradient#fromElement`; add more gradient tests
2013-07-03 15:29:56 -07:00
Matthijs Kuiper
fe4c0cbb32
Make sendBackward/bringForward work with non-intersecting objects
...
sendBackward/bringForward functions now take an additional parameter
`intersecting` (boolean).
If `true`, send object behind/in front of next intersecting object.
If `false` (default), send object one level down/up without checking for
intersection.
See issue https://github.com/kangax/fabric.js/issues/707
2013-07-03 23:05:05 +02:00
Kienz
520b2258d3
Convert opacity value into float value. If stop-opacity is set as attribute (not as style attribute) el.getAttribute('stop-opacity') returns null. Problem exists since commit a0b7fa4eb9.
...
Add default value rgb(0,0,0) for stop-color and 1 for stop-opacity.
Add more gradient tests.
2013-07-02 21:09:50 +02:00
Tim Andres
1576306ef0
Simplified fabric.util.getBoundingRect code
2013-06-28 17:29:07 -04:00
Tim Andres
09e438b0ee
Fixed bounding box bug with SVG parsed polylines and polygons
2013-06-28 16:39:15 -04:00
Juriy Zaytsev
b452f37429
Merge pull request #724 from ilsken/component
...
Add component.io support
2013-06-25 14:15:25 -07:00
Chris Tarquini
9d6348615b
Added component support
2013-06-25 16:08:24 -04:00
kangax
53aaedadb6
Fix docs
2013-06-20 14:24:00 +02:00
Juriy Zaytsev
4c3286b007
Merge pull request #720 from iFixit/center-transform-per-object
...
Add "centerTransform" to `fabric.Object` (similar to the one on `fabric.Canvas`)
2013-06-20 05:23:20 -07:00
Daniel Beardsley
f10bef57af
Resizing: allow centerTransform per-object
...
Instead of ONLY a global setting. Some objects (like circles) make far
more sense with centerTransform so it's nice to be able to do it
per-object.
2013-06-19 17:01:32 -07:00
Juriy Zaytsev
8805547e74
Merge pull request #716 from iFixit/load-image-buffer-support
...
Add support for Buffers in `fabric.utils.loadImage`
2013-06-19 04:19:33 -07:00