Andrea Bogazzi
|
d93f91febc
|
Start to cleant setSelections (#3119)
|
2016-07-31 12:21:52 -04:00 |
|
Andrea Bogazzi
|
948019f622
|
add object scaling function (#3134)
* add object scaling function
* Update object.class.js
|
2016-07-30 12:04:38 -04:00 |
|
Andrea Bogazzi
|
9e5f3ab7b9
|
numeric origin (#3121)
* Numeric object origin add tets
|
2016-07-25 10:07:50 -04:00 |
|
Andrea Bogazzi
|
7dad30c156
|
support style merging from css (#3114)
* supportstylemerging
* added test
|
2016-07-18 08:56:40 +02:00 |
|
Andrea Bogazzi
|
6601af9340
|
gradientInfinity (#3082)
* gradientInfinity
* updated tests
|
2016-07-17 10:31:51 +02:00 |
|
Andrea Bogazzi
|
72a6c273bf
|
remove lastRendered logic (#3111)
|
2016-07-17 08:35:18 +02:00 |
|
Andrea Bogazzi
|
51995a73d8
|
fix perPixelTargetFind (#3109)
|
2016-07-16 17:25:34 +02:00 |
|
Andrea Bogazzi
|
98f2d1b3dd
|
ignore svg namespace (#3081)
* ignore svg namespace
|
2016-07-03 23:52:25 +02:00 |
|
Andrea Bogazzi
|
725d48771f
|
Bump to 1.6.3 (#3080)
|
2016-07-03 13:52:08 +02:00 |
|
Andrea Bogazzi
|
4433809cb1
|
fix lineheight < 1 (#3078)
|
2016-07-02 19:23:36 +02:00 |
|
Andrea Bogazzi
|
be8dfae17e
|
Various fixes (#3057)
Fixes hidden textarea positioning, rendering fixes during canvas zoom.
|
2016-06-19 23:33:54 +02:00 |
|
Andrea Bogazzi
|
77dab21155
|
Additional method for centering objects (#3044)
|
2016-06-11 14:10:20 +02:00 |
|
Andrea Bogazzi
|
9ef51ff77d
|
load from options after the load backroung in the callback (#3029)
moved the load of the custom properties load after the callback
Added tests
|
2016-06-05 17:08:19 +02:00 |
|
Andrea Bogazzi
|
b52ca6ff55
|
add some failing tests on canvas (#3025)
|
2016-06-02 10:58:02 +02:00 |
|
Andrea Bogazzi
|
0c6a665bcb
|
Target in group (#2997)
Added gorup.subTargetCheck, fixed transparent target selected on mouse up, fix text grouping while editing
|
2016-05-31 11:41:02 +02:00 |
|
Andrea Bogazzi
|
d4e723e49d
|
update area clearing during rendering (#3016)
* update area clearing during rendering
* register event in correct way
* re render selection or cursor only if selectionStart changes
|
2016-05-30 23:22:55 +02:00 |
|
Andrea Bogazzi
|
dd3e6a81e2
|
do not set background or overlay image if the load fails. (#3003)
|
2016-05-23 14:53:09 +02:00 |
|
Andrea Bogazzi
|
eb9b7f45b9
|
Add ID to svg export (#2993)
|
2016-05-21 15:07:04 +02:00 |
|
Andrea Bogazzi
|
f425966162
|
give text its own dimension function (#2992)
* give text its own dimension function
* updated tests after verifying that the svg import from element is better than previous
|
2016-05-21 13:05:59 +02:00 |
|
Andrea Bogazzi
|
143c0758a7
|
add excludeFromExport property (#2976)
* add excludeFromExport property
* added test for SVG and JSON
|
2016-05-17 12:56:34 +02:00 |
|
Andrea Bogazzi
|
a0ba49ea5d
|
Use reviver also for background and overlay image in svg export (#2975)
* Use reviver also for background and overlay image
|
2016-05-17 02:56:25 +02:00 |
|
Andrea Bogazzi
|
cb0c71e1fe
|
* Remove rounding for minScaleLimit, added test.
* Remove rounding for minScaleLimit
|
2016-05-14 18:38:48 +02:00 |
|
Andrea Bogazzi
|
56ef2d2612
|
Update svg export to do not output colors in rgba format.
|
2016-05-09 12:41:48 +02:00 |
|
Andrea Bogazzi
|
a9cf96b9be
|
fix imageToObject with resize filters (#2954)
width and height get stored as before filtering in case of filters with type resize.
|
2016-05-09 12:11:48 +02:00 |
|
Andrea Bogazzi
|
e032cae7d1
|
Set line dash in external function (#2928)
* move dashed code in function for later reuse in controls
* Added functionTest
|
2016-05-02 11:33:09 +02:00 |
|
Andrea Bogazzi
|
17775fa567
|
Make iText fires object:modified on text change on exit editing (#2927)
added some tests also.
|
2016-05-02 08:25:03 +02:00 |
|
Andrea Bogazzi
|
015af249fa
|
Update canvas loadFromJSON to restore includeProperties (#2921)
added test also.
|
2016-04-30 13:51:12 +02:00 |
|
Andrea Bogazzi
|
940db388a8
|
Use sendToBack, bringToFront, bringForward, sendBackwards for multiple selections (#2908)
Use sendToBack, bringToFront, bringForward, sendBackwards for activeGroups.
Visually there is no effect if preserveObjectStacking is set to false.
|
2016-04-28 11:21:48 +02:00 |
|
Andrea Bogazzi
|
32b963bc0c
|
perPixelTargetFind shiftClick deselection fix
Make possible to shiftclick and remove object from active group while using perPixelTargetFind
|
2016-04-23 02:00:24 +02:00 |
|
Andrea Bogazzi
|
fd95729692
|
Safer event deleting (#2883)
made handler removal safer.
Add edge cases for event handler adding and deleting.
|
2016-04-14 00:05:46 +02:00 |
|
Andrea Bogazzi
|
a5192e487f
|
Fix svg parsing/rendering regressions (#2887)
* fix regression in svg parsing
* Added tests to catch regression
* Update parser.js
* Update parser.js
|
2016-04-13 01:44:15 +02:00 |
|
Andrea Bogazzi
|
c6815892f3
|
Check presence of originalElement before taking src (#2878)
* check presence of originalElement before taking src
* add test for image with null element
* Update image.js
* Update image.js
|
2016-04-11 15:30:35 +02:00 |
|
Andrea Bogazzi
|
2df1c1d37f
|
Canvas dispose unwrap the lowercanvas element back to its original place
Added unwrap logic to canvas.dispose()
Added tests.
|
2016-04-09 16:02:42 +02:00 |
|
Andrea Bogazzi
|
4dd392ca56
|
Added tests for flipped object
|
2016-03-27 22:58:02 +02:00 |
|
Juriy Zaytsev
|
3adaec2aae
|
Merge pull request #2797 from asturur/svg-text-f
Add font faces to svg
|
2016-02-18 12:15:53 -05:00 |
|
Andrea Bogazzi
|
8ec69e19de
|
Update itext.js
|
2016-02-18 12:19:40 +01:00 |
|
Andrea Bogazzi
|
c16b525d41
|
Update itext.js
|
2016-02-18 12:01:50 +01:00 |
|
Andrea Bogazzi
|
c04eb03acb
|
Update itext.js
|
2016-02-18 11:48:01 +01:00 |
|
Andrea Bogazzi
|
99ef58ad78
|
Update canvas_static.js
|
2016-02-08 15:25:10 +01:00 |
|
Juriy Zaytsev
|
c79e872ea2
|
Merge pull request #2712 from asturur/transformMatrix
Restore green check on tests
|
2016-02-07 17:37:44 -05:00 |
|
Andrea Bogazzi
|
84f75b5e9f
|
Update canvas_static.js
|
2016-02-07 18:36:28 +01:00 |
|
Andrea Bogazzi
|
4030b18d9f
|
add test for dataurl
|
2016-02-07 18:31:05 +01:00 |
|
Andrea Bogazzi
|
dfc574c099
|
Fix tests removing extra context.Restore();
|
2016-02-07 18:23:14 +01:00 |
|
Andrea Bogazzi
|
a8b56e783e
|
Update group.js
|
2015-12-26 14:27:37 +01:00 |
|
Andrea Bogazzi
|
917e7afa6a
|
Update parser.js
|
2015-12-26 14:11:10 +01:00 |
|
Juriy Zaytsev
|
8c2a882e64
|
Fix some unit tests
|
2015-12-24 11:22:00 -05:00 |
|
Andrea Bogazzi
|
127df5f000
|
Update parser.js
|
2015-12-22 01:34:45 +01:00 |
|
Juriy Zaytsev
|
0255ce9892
|
Merge pull request #2674 from asturur/justify-text-to-svg
Justify text to svg
|
2015-12-10 12:10:39 -05:00 |
|
Andrea Bogazzi
|
f63cd9862f
|
Update text.js
|
2015-12-10 09:36:24 +01:00 |
|
Juriy Zaytsev
|
9fbd20a076
|
Merge pull request #2671 from asturur/shadow_to_s
Fix shadow to SVG
|
2015-12-07 17:00:33 -05:00 |
|