Commit graph

2743 commits

Author SHA1 Message Date
Andrea Bogazzi
68a6af40a1
Add toCanvasElement for object, fixes a bug, speedUp cloneAsImage (#5481)
* a couple of changes

* removed unnecessary branching
2019-01-13 16:04:07 +01:00
Andrea Bogazzi
9c35ed263b
Add grapheme wrapping to textbox (#5479)
* add grapheme wrapping

* added to Object
2019-01-13 13:46:27 +01:00
Andrea Bogazzi
402fe954f1
removed debug code (#5478) 2019-01-13 12:29:20 +01:00
Andrea Bogazzi
03b98a0678
fixes a particular case of clipPath problem (#5477) 2019-01-13 12:13:03 +01:00
John Dean
1cf38e1886 Fix for IE11 IndexSizeError for negative source crops (#5428)
* Fix for IE11 IndexSizeError for negative source crops
2019-01-13 01:27:59 +01:00
Andrea Bogazzi
77321ca648
newScaleX undefined fixed (#5464)
* newScaleX undefined fixed
2019-01-07 02:10:28 +01:00
Andrea Bogazzi
1bb1f8eb85
fix svg export of gradients (#5456)
* fix svg export of gradients

* fixed UTs

* visual tests too

* and the pictures

* fixed test lint
2019-01-06 01:15:16 +01:00
Andrea Bogazzi
2aad1fde72
fixed control detection (#5455) 2018-12-31 00:24:02 +01:00
Andrea Bogazzi
576f34ab68
small-changes (#5454) 2018-12-30 18:12:41 +01:00
Andrea Bogazzi
a8bdd40612
Create a different dataUrl (#5452)
* changed toDataUrl

* ok not broken

* ok not broken

* fix

* missed the offscreen
2018-12-30 15:49:50 +01:00
Andrea Bogazzi
3f41626c87
Add some More data url tests (#5453)
* added some tests

* added flipped text example

* no navigator break down
2018-12-30 13:22:32 +01:00
Andrea Bogazzi
0e261137ca
fixing path exports to SVG (#5438)
* fixing path exports to SVG

* extend svg import tests

* added a failing test for the SVG export

* more tests for polygons
2018-12-25 21:58:13 +01:00
Andrea Bogazzi
aadfea00fa
various small svg fixes (#5424)
* various small svg fixes

* no debugger

* fontsize parsing fix - again

* added a visual test

* use min 9px

* added comment
2018-12-09 23:13:27 +01:00
Andrew Johnson
c2ca903ffb Save/restore the ctx during renderTopLayer(). (#5392)
Previously, the line dash setting could be left enabled within
_drawSelection() [which is called by renderTopLayer()], which could
cause subsequent user-side line stroke calls on the top canvas to be
dashed when they weren't explicitly specified to be by the user.

See http://jsfiddle.net/qtb4prok/ for a repro.
2018-12-09 12:32:47 +01:00
Andrea Bogazzi
f3317569ff
add-clipPath-to-cache-checks (#5384)
* add-clipPath-to-cache-checks

* added comment to skip canvas

* added a test

* more test

* avoid infinite recursion

* avoid using objects if some render will fire

* avoid rendering at all
2018-11-25 17:24:38 +01:00
Blob
3b314d11cc Add strokeDashOffset and svg corresponding attribute (#5398)
* Add strokeDashOffset and svg corresponding attribute
2018-11-23 00:56:00 +01:00
geekduck
f7dc333f37 Fix jsdoc (#5399)
* fix JSDoc.

* fix typo.
2018-11-23 00:46:36 +01:00
Andrea Bogazzi
d60ba22726
Fix the draggability of small objects (#5379)
* change to action logic

* fixed test

* added some tests
2018-11-17 15:48:18 +01:00
Andrea Bogazzi
cdb6b51385
Fix invisibility of objects with no widht/height but strokewidth (#5382)
* added test

* fixed ellipse test

* fixed ellipse lint
2018-11-12 01:20:28 +01:00
Andrea Bogazzi
3af833930f
more compliant gradient parsing (#5375)
* more compliant gradient parsing

* fixed back the getElementById
2018-11-08 09:04:00 +01:00
Andrea Bogazzi
8115d6969f
On shift select and multiselection, check for onSelect callback (#5348)
* add onSelect on the grouping logic

* added test for group selector

* another test
2018-10-28 22:06:39 +01:00
Andrea Bogazzi
847fe90c4b
added some tests for fabric.util (#5349)
* added some tests

* test
2018-10-28 21:46:32 +01:00
Andrea Bogazzi
8d14ec81bc
Add more test for subTargetCheck and zoom + pan (#5347)
* cleanedup and added test

* adding wider test
2018-10-28 00:29:43 +02:00
Andrea Bogazzi
37fbeb9eec
Fix interaction between filters on restore (#5346) 2018-10-27 17:18:31 +02:00
Andrea Bogazzi
09e8af10b8
remove special case (#5345) 2018-10-27 13:35:49 +02:00
Andrea Bogazzi
0a76ff3111
added test (#5344) 2018-10-27 12:19:26 +02:00
Andrea Bogazzi
5a57254df9
fixed interaction with shift click and unselectabled behind (#5324)
* fixed interaction with shift click and unselectabled behind

* added a test
2018-10-21 13:16:05 +02:00
Andrea Bogazzi
191099cb59
Add shadow option to toDataURL and cloneAsImage (#5308)
* first test

* less accuracy
2018-10-14 18:15:57 +02:00
Andrea Bogazzi
38999b867a
fixed loading in ie11 (#5307) 2018-10-14 13:00:48 +02:00
codert
839b54aa25 perPixelTargetFind not working in nested group. (#5287)
* fix perPixelTargetFind in nested object

* fix: lint

* add methods doc

* doc: update _serachPossibleTarget doc

* test: add test case

* fix: remove pointer check

* fix: object in nested group should normalize just once

* test: add test case

* restore to previous code style

* fix: update test case descriptions

* fix: test case

* test: add skew and angle test case
2018-10-14 00:07:23 +02:00
Andrea Bogazzi
a7ff2bfb10
Rework SVG code to have clipPath friendly transformations (#5284)
* so far i think i broke everything

* halp super hard

* this is what i wanted

* fixed error

* some fixes

* svg-working

* less code

* fixed shadow for text and groups

* fixed tests

* one file test more

* fixed lint

* works

* ok more tests

* remove a lint issue

* removed unused method
2018-10-07 15:43:37 -04:00
Charlie Schliesser
2ab5c5f851 Fix typo in resize_filter.class.js (#5290)
* Fix typo in resize_filter.class.js.

`sliceHack` filter referred to as `sliceHacl` in documentation.

* Fix typo in resize_filter.class.js.

`resizyType` typo.
2018-10-03 11:25:06 -04:00
Charlie Schliesser
f99f1a7e00 Fix typo in resize_filter.class.js. (#5289)
`sliceHack` filter referred to as `sliceHacl` in documentation.
2018-10-02 18:02:19 -04:00
Andrea Bogazzi
25d6e9163a
enable image caching just in case (#5283) 2018-09-30 15:03:58 -04:00
Andrea Bogazzi
de142eecbb
fixed (#5282) 2018-09-30 14:37:00 -04:00
Andrea Bogazzi
dd76fa2b6f
Clip path from json (#5279)
* better-than-nothing

* check that the active object exist

* test

* added a test

* added the code

* added a test for this case
2018-09-29 13:49:29 -04:00
Andrea Bogazzi
fdd2d94e77
fix toDataurl and zoom change (#5278) 2018-09-29 13:43:31 -04:00
Andrea Bogazzi
68a84a7da7
Avoid enter editing if there is another active object on the canvas (#5261)
* better-than-nothing
* check that the active object exist
* test
* added a test
2018-09-29 10:10:06 -04:00
Sergey
5c3f3a9594 Fix loadSVGFromUrl bug #5252 (#5263)
* Fix loadSVGFromURL bug
2018-09-27 22:35:33 -04:00
Sergey
6f9dbb981d Fix clipPath in node.js error #5260 (#5262) 2018-09-23 17:54:38 -04:00
Andrea Bogazzi
3167154624
avoid run selection logic on mouseup for clicks (#5259) 2018-09-22 21:11:01 +02:00
Andrea Bogazzi
f7e9177dbe
fix fontsize parsing (#5258) 2018-09-22 20:43:23 +02:00
Andrea Bogazzi
7dc02a8718
Do not access group property from the object (#5257)
use the group reference
2018-09-22 20:19:41 +02:00
Andrea Bogazzi
ffca4a8e56
fixes extra renders (#5256) 2018-09-22 18:52:25 +02:00
Andrea Bogazzi
ffe01ab9f6
ClipPath to svg (#5234)
* svg plain examples works

* more code reuse in visual tests
2018-09-16 16:39:54 +02:00
Andrea Bogazzi
513233bf78
Making clipPath absolute positionable (#5199)
Added visual tests
Added property absolutePositioned and inverse
2018-09-16 01:59:36 +02:00
Andrea Bogazzi
2a476e4277
Clip path parsing (#4786)
* first pass done

* restarted-clippaths

* some changes to element parser

* shared attribute

* done one piece

* cleaned

* mmm going there

* so far so good

* a very first draft

* removed dist

* sovled conflict

* now solved

* now solved

* some improvements

* toObject and fromObject added

* toObject and fromObject added

* more small changes

* added simple tests

* bumpedup qunit

* a test for svg export

* no ist

* more svg exporpt

* fix lint

* make possible to clip canvas

* improved JSOCS

* no builds

* invalidate cache anyway

* changes

* changes

* changes

* mmm working
2018-08-23 01:06:07 +02:00
BradleyHill
e7eca140b8 Issue 5185 fabric image (#5190)
* Issue-5185: Ensure fabric.Image exists

* Issue-5185: Ensure fabric.Image exists (right place)
2018-08-22 16:43:15 +02:00
Andrea Bogazzi
e8a5ad446b
naturalWidth and naturalHeight (#5178)
* naturalWidth and naturalHeight

* fixed test
2018-08-19 22:03:14 +02:00
Andrea Bogazzi
56fefbdb0d better jsdocs 2018-08-19 08:40:24 +02:00