Jürg Lehni
|
01a0920c92
|
SVG: Fix faulty parsing of matrix values.
|
2013-10-16 15:27:49 +02:00 |
|
Jürg Lehni
|
cc29cab671
|
Fix issue with importing SVG document nodes.
Closes #276.
|
2013-08-26 16:35:15 -07:00 |
|
Jürg Lehni
|
19f50be897
|
No need to pass false for allowNull as it's the default.
|
2013-08-16 19:20:35 -07:00 |
|
Jürg Lehni
|
6b19f25f4b
|
Fix typos in comments.
|
2013-08-08 15:21:35 -07:00 |
|
Jürg Lehni
|
41746d2d25
|
Docs: Write documentation for #import/export JSON/SVG, for both Item and Project.
|
2013-06-27 18:03:49 -07:00 |
|
Jürg Lehni
|
1866e4ff15
|
Remove need for all special arguments in minification, and restructure code to avoid warnings.
|
2013-06-24 10:15:54 -07:00 |
|
Jürg Lehni
|
4bda878f5f
|
Fix accidental code removal.
|
2013-06-18 17:35:49 -07:00 |
|
Jürg Lehni
|
278a9771ba
|
Minor clean-ups.
|
2013-06-18 17:02:02 -07:00 |
|
Jürg Lehni
|
785381b148
|
No need to set default color anymore due to detection of CSS style changes on any level.
|
2013-06-18 16:59:47 -07:00 |
|
Jürg Lehni
|
30c96dc9c1
|
Remove access to _style since we're using getters / setters on items directly now for SVGStyles.
|
2013-06-18 16:58:28 -07:00 |
|
Jürg Lehni
|
7c1e10e35e
|
Move Item#opacity support to SVGStyles.
|
2013-06-18 16:54:48 -07:00 |
|
Jürg Lehni
|
938433c51f
|
Move Style#font support to SVGStyles.
|
2013-06-18 16:49:58 -07:00 |
|
Jürg Lehni
|
f48ef4d1a0
|
Move more styles to SVGStyles and make them work on export too.
SVGExport now supports text justification.
|
2013-06-18 16:14:47 -07:00 |
|
Jürg Lehni
|
177229f99f
|
Define Group#transformContent as a boolean to control #applyMatrix() behavior.
And use it for SVG Import.
|
2013-06-18 15:57:30 -07:00 |
|
Jürg Lehni
|
691b2f8094
|
Fix issues with SVG Import and matrices on groups.
|
2013-06-18 15:46:49 -07:00 |
|
Jürg Lehni
|
b4ff0d347e
|
Optimize SVG import for clipped groups.
|
2013-06-11 12:57:03 -07:00 |
|
Jürg Lehni
|
48651d5fb1
|
Fix regression in importing SVG viewBox.
|
2013-06-08 13:44:50 -07:00 |
|
Jürg Lehni
|
cd7db56249
|
Remove all create() constructors for basic types since new constructors are now faster.
Woop!
|
2013-05-27 23:57:31 -07:00 |
|
Jürg Lehni
|
15b1ea7af0
|
Solve issue with SVG gradients on Firefox.
|
2013-05-27 10:12:23 -07:00 |
|
Jürg Lehni
|
7f00ef8f05
|
Fix white-spaces.
|
2013-05-24 22:25:22 -07:00 |
|
Jürg Lehni
|
2b4dddbb1f
|
Handle allowNull correctly again in SVGImport.
|
2013-05-09 16:16:48 -07:00 |
|
Jürg Lehni
|
a4e875cf29
|
Simplify SVGImport attribute parsing and correctly handle failing tests with invalid coordinates.
|
2013-05-09 16:08:38 -07:00 |
|
Jürg Lehni
|
093f4cf7ba
|
Fix issue with SVG transformations not being applied to gradient fills.
|
2013-05-09 02:37:48 -07:00 |
|
Jürg Lehni
|
9e5b47c1ac
|
Implement SVG transform attribute parser, to completely remove dependency on baseVal.
|
2013-05-09 02:31:10 -07:00 |
|
Jürg Lehni
|
8cc74820a8
|
Handel issue in node-canvas where color stop offsets cannot be strings.
|
2013-05-09 01:57:07 -07:00 |
|
Jürg Lehni
|
e9fb78aa08
|
Start removing dependencies on SVG baseVal.
|
2013-05-09 01:46:13 -07:00 |
|
Jürg Lehni
|
8cd57743c8
|
Switch to handling SVG tagNames case-insensitively across the whole codebase.
Since Node's jsdom doesn't provide case-sensitive tagNames.
|
2013-05-09 01:45:38 -07:00 |
|
Jürg Lehni
|
aa757e1d7b
|
Use DOMParser to handle SVG strings.
|
2013-05-09 00:22:42 -07:00 |
|
Jürg Lehni
|
041f3a6c4d
|
jsdom uses uppercase values for nodeName with SVG too.
|
2013-05-08 18:18:47 -07:00 |
|
Jürg Lehni
|
96d9b6730f
|
Rename Svg acronyms in API to SVG.
|
2013-04-23 07:19:08 -07:00 |
|