Commit graph

1801 commits

Author SHA1 Message Date
Kienz
61f65bc206 Fix path regExp for compressed path commands
Fix regExp for e^x numbers
Add unit test for e^x numbers
2014-01-12 13:50:03 +01:00
kangax
0fc31d09c5 Build distribution 2014-01-04 15:02:51 -05:00
kangax
c5f97d69af Remove console.log in itext 2014-01-04 15:02:51 -05:00
kangax
448dfad97e Fix unit tests 2014-01-04 15:02:51 -05:00
kangax
4b1c58ca6e Build distribution 2014-01-04 15:02:51 -05:00
kangax
92b0d5e282 Optimize rendering of 1x1 rectangles 2014-01-04 15:02:51 -05:00
kangax
d7c2076b8a Do not call shadowColor = ... when there's no shadow 2014-01-04 15:02:51 -05:00
Juriy Zaytsev
f335601af9 Merge pull request #1073 from bitdeli-chef/master
Add a Bitdeli Badge to README
2014-01-02 20:20:06 -08:00
Bitdeli Chef
bd09b5cc88 Add a Bitdeli badge to README 2014-01-03 04:23:00 +00:00
kangax
1a51dcbd7c Remove .sublime-project now that it's fabric.sublime-project 2013-12-31 09:29:14 -05:00
kangax
e0aed05c3d Build distribution 2013-12-31 09:29:14 -05:00
kangax
ea811cbb23 Fix fabric.Path#path being "cloned" by reference 2013-12-31 09:29:14 -05:00
Stefan Kienzle
6776e62d00 Fix overlayImage / overlayColor during selection mode. Closes #1068 2013-12-27 10:19:57 +01:00
kangax
e0246800fd Add node 0.11 to travis config 2013-12-23 00:34:36 +01:00
kangax
7c541da8cc Fix double callback in loadFromJSON if objects.length == 0. Closes #1056 2013-12-21 15:17:08 +01:00
kangax
af96d5265f Remove challengepost banner 2013-12-20 00:02:56 +01:00
kangax
cb6d381ca2 Add dependencies badge 2013-12-19 23:36:53 +01:00
kangax
3b8e2e4628 Build distribution 2013-12-19 22:14:50 +01:00
kangax
c858cc2f04 Version 1.4.1 2013-12-19 22:14:29 +01:00
Juriy Zaytsev
c8a18ffa79 Merge pull request #1061 from mizzack/patch-1
Correcting invalid control name
2013-12-19 08:58:58 -08:00
kangax
d7c9cabc4a Update jsdom to 0.8.x 2013-12-19 17:57:53 +01:00
mizzack
d13a4dd273 Correcting invalid control name 2013-12-19 11:02:23 -05:00
Juriy Zaytsev
d7c64cc83a Merge pull request #1058 from MarcoMiltenburg/20131218-01_xml-undefined
Loading non-existing files with loadSVGFromURL() throws an error
2013-12-18 05:16:23 -08:00
Marco Miltenburg
b97f850bbb Added check to make sure xml is defined and exit if undefined. 2013-12-18 13:44:04 +01:00
kangax
ea2b39f6cc Build distribution 2013-12-18 11:33:07 +01:00
kangax
2008df5f6a Update changelog 2013-12-18 11:30:22 +01:00
kangax
d478482a19 Fix number parsing in paths. Closes #961 2013-12-18 11:29:44 +01:00
kangax
ec629c6b59 Update text events 2013-12-18 11:28:06 +01:00
kangax
032cc05bd1 Fix background offset in iText. Closes #1029 2013-12-14 14:55:47 +01:00
kangax
63eb873e7f Fix style object deletion in iText. Closes #1035 2013-12-14 12:25:04 +01:00
kangax
dbd9193703 Debounce element parsing. Thanks @biovisualize. Closes #1052 2013-12-14 12:19:54 +01:00
kangax
dbbd4b2fa7 all.js -> fabric.js. Closes #1049 2013-12-14 12:10:42 +01:00
kangax
4a8c457680 Fix typo in _initCanvasHandlers. Closes #1048 2013-12-14 12:04:26 +01:00
kangax
79b4474e77 Mention that itext supports ctrl/cmd+a 2013-12-14 12:04:26 +01:00
Juriy Zaytsev
d3555a56c3 Merge pull request #1051 from PaulVI/patch-2
Add full HTML example in README
2013-12-14 03:03:57 -08:00
Juriy Zaytsev
fe5ef8eddb Merge pull request #1047 from nickyout/build_dest
build.js now supports 'dest' argument to specify a path other than 'dist/'
2013-12-13 02:49:14 -08:00
Nicky Out
97482b586d build.js with argument 'dest' to specify a path other than 'dist/' - ; (2) 2013-12-13 11:36:18 +01:00
Nicky Out
b5c255f53d build.js with argument 'dest' to specify a path other than 'dist/' - ; 2013-12-13 11:11:28 +01:00
Paul Verest
5caba51e18 full HTML example
not that fabric.js is missing #1049
2013-12-13 16:56:39 +08:00
Nicky Out
a0edff98d9 build.js with argument 'dest' to specify a path other than 'dist/' 2013-12-12 15:43:13 +01:00
kangax
db041fded5 Add note about clipTo origin. Update changelog 2013-12-11 11:09:59 +01:00
Juriy Zaytsev
defc9cdb01 Merge pull request #1042 from PaulVI/patch-1
typo be
2013-12-11 01:52:00 -08:00
Paul Verest
88b127714c typo be 2013-12-11 17:40:47 +08:00
Stefan Kienzle
a32088e2a1 Update CHANGELOG.md 2013-12-10 07:25:02 +01:00
kangax
8d8cd16f6c Add "mouse:over" and "mouse:out" events 2013-12-09 15:35:08 +01:00
Juriy Zaytsev
423bfd9f3b Merge pull request #1033 from nazar-pc/new_events
New events
2013-12-09 06:31:19 -08:00
Nazar Mokrynskyi
38bed8143e New events:
* object:over
* object:out
* mouseover
* mouseout

Based on demo example
2013-12-08 18:01:48 +02:00
kangax
37afbc2909 Fix transformMatrix not affecting text. Closes #1031 2013-12-07 13:59:38 +01:00
Juriy Zaytsev
6f88508da6 Merge pull request #1032 from Kienz/patch-1
[BACK_INCOMPAT] Possibility to remove multiple `fabric.Objects` from collection (canvas, group)
2013-12-07 03:16:38 -08:00
Kienz
fd3ace05bb [BACK_INCOMPAT] Possibility to remove multiple fabric.Objects from collection (canvas, group) - this (canvas, group or object) is returned instead of delete object
Update unit tests - use strictEqual for some cases
Add multiple objects raised `object:added` for last added object first - now 1st added object raises 1st `object:added` event, 2nd object raises 2nd `object:added`…
2013-12-07 11:07:46 +01:00