Todd Christensen
0cdd9416b6
Fallback to styleElement.text for IE9.
...
IE9 doesn't provide a `textContent` property on this object. This caused
errors when trying to import SVG files with `<style>` inside them.
2016-01-26 10:51:14 -08:00
Juriy Zaytsev
3336c625a7
Merge pull request #2720 from asturur/rotatedgroup
...
shift click with generally transformed active groups
2016-01-04 14:52:27 -08:00
Andrea Bogazzi
143e3ee66a
update _normalizePointer
2015-12-30 16:24:02 +01:00
Juriy Zaytsev
09dd12bff3
Merge pull request #2719 from asturur/textflip
...
Textflip
2015-12-30 10:14:24 -05:00
Andrea Bogazzi
b8b8cadfff
correct docs
2015-12-30 15:36:14 +01:00
Andrea Bogazzi
434f21b200
remove text flipping.
2015-12-30 15:35:31 +01:00
Juriy Zaytsev
7235f36856
Merge pull request #2627 from asturur/clean-polygon
...
Clean polygon class
2015-12-27 11:35:34 -05:00
Juriy Zaytsev
8ffa6a199d
Merge pull request #2708 from asturur/dispos
...
Add active instance cleaning to dispose.
2015-12-27 11:34:22 -05:00
Andrea Bogazzi
60a63faa12
Update removewhite_filter.class.js
2015-12-27 00:29:39 +01:00
Andrea Bogazzi
957b5b3a76
Update canvas.class.js
2015-12-26 13:08:55 +01:00
Andrea Bogazzi
ecc72f8b63
Update static_canvas.class.js
2015-12-26 13:08:32 +01:00
Andrea Bogazzi
ae6b00f33d
Update static_canvas.class.js
2015-12-24 17:19:40 +01:00
Juriy Zaytsev
5d0524a6bd
Build dist, fix lint errors
2015-12-24 10:57:55 -05:00
Juriy Zaytsev
7fc9d307af
Fix typo
2015-12-24 10:45:49 -05:00
Juriy Zaytsev
79278468a8
Merge pull request #2316 from mbrzuzy/master
...
IE9 bugfix for loading SVGs from URL that contain <text> nodes
2015-12-24 10:42:00 -05:00
Juriy Zaytsev
ae0aa7f981
Merge pull request #2689 from asturur/qrDecompone
...
use atan2 instead of atan and manual checks
2015-12-24 10:26:20 -05:00
Juriy Zaytsev
6f0cc79c47
Merge pull request #2703 from asturur/fill-opacity
...
Fill opacity and stroke opacity
2015-12-23 22:15:07 -05:00
Andrea Bogazzi
280746592c
check for default color property if attribute is not present
2015-12-22 01:29:11 +01:00
Andrea Bogazzi
7b3da5008f
use atan2 instead of atan and manual checks
2015-12-16 15:48:23 +01:00
Gábor Tóth
dfa5b4a103
fix for #2622
2015-12-15 15:50:00 +01:00
Andrea Bogazzi
bdb4f67f38
fixed error
...
of course i was testing with square image.
2015-12-13 03:11:04 +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
1f41cb3f13
Update text.class.js
2015-12-09 23:05:55 +01:00
Andrea Bogazzi
db0b026eef
Update itext.class.js
2015-12-09 09:42:23 +01:00
Andrea Bogazzi
185d8e2d31
Update text.class.js
2015-12-09 09:41:37 +01:00
Andrea Bogazzi
a79177e05b
Update shadow.class.js
2015-12-09 08:16:27 +01:00
Andrea Bogazzi
61daf81470
Update text.class.js
2015-12-08 19:53:44 +01:00
Andrea Bogazzi
411c8b446a
Update shadow.class.js
2015-12-08 12:20:45 +01:00
Andrea Bogazzi
2dfc5b9fbd
use NUM_FRACTION_DIGIT
2015-12-08 11:56:58 +01:00
Andrea Bogazzi
41a3aa8a4c
Update text.class.js
2015-12-08 11:52:07 +01:00
Andrea Bogazzi
f7f64d9ea2
Update misc.js
2015-12-07 22:55:18 +01:00
Andrea Bogazzi
b037095d6b
Update misc.js
2015-12-07 22:42:23 +01:00
Andrea Bogazzi
d9b7becb67
Update misc.js
2015-12-07 22:33:43 +01:00
Andrea Bogazzi
815b0acb20
Update shadow.class.js
2015-12-07 22:24:48 +01:00
Andrea Bogazzi
b93a46b353
Update misc.js
2015-12-07 22:19:37 +01:00
Juriy Zaytsev
35668b529b
Merge pull request #2645 from rodovich/rotate-anchor
...
Fix importing paths with `rotate` transforms with anchor coordinates.
2015-12-03 10:37:02 -08:00
Juriy Zaytsev
c415792eca
Merge pull request #2642 from asturur/svg-viewport
...
Svg viewport transform fixes
2015-12-02 15:18:31 -08:00
Juriy Zaytsev
6aeabcb10c
Merge pull request #2656 from asturur/groupopacity
...
Group opacity not delegated
2015-11-30 14:33:12 -05:00
Andrea Bogazzi
1a0bceb079
check for object editability
2015-11-29 10:02:32 +01:00
Andrea Bogazzi
37fb2c1e2d
Update group.class.js
2015-11-29 09:31:18 +01:00
Jim Rodovich
17c4962e19
Fix importing paths with rotate transforms with anchor coordinates.
2015-11-23 13:25:04 -06:00
Andrea Bogazzi
041e2747ab
Update static_canvas.class.js
2015-11-23 16:49:25 +01:00
Andrea Bogazzi
6aa09fc567
fix grammar typo
2015-11-22 14:34:00 +01:00
Andrea Bogazzi
842af5d993
change svg header to use viewbox
2015-11-22 14:32:11 +01:00
Juriy Zaytsev
a25459ceab
Merge pull request #2634 from asturur/convolutefilte
...
General code clean up for convolute filter
2015-11-18 08:14:02 -08:00
Andrea Bogazzi
fe7462cf46
General code clean up
...
we do not need to create a temporary canvas to call its createImageData, when normal canvas we are filtering can provide same method.
Removed 2 unused variables ( w and sw, h and sh where copies of each other and used in read only)
2015-11-18 14:23:52 +01:00
Juriy Zaytsev
540ecc6a39
Merge pull request #2632 from asturur/fixcontrols
...
Fixcontrols
2015-11-17 19:24:28 -08:00
Andrea Bogazzi
cc8ed6bac8
Update canvas.class.js
2015-11-17 21:29:39 +01:00
Andrea Bogazzi
cd9ae6e9a3
Update static_canvas.class.js
2015-11-17 21:28:50 +01:00
Andrea Bogazzi
1c9932f97f
Update polygon.class.js
2015-11-16 11:25:27 +01:00