Commit 5c2e8ad
committed
Fix rendering certain SVG shapes from Corel
by updating the SVGSalamander library.
For example, this ellipse from Corel uses "E" in the floating point format of the transformation, while Inkscape uses "e".
```
<ellipse
rx="270"
ry="243"
id="ellipse14"
style="stroke:#ff0000;stroke-width:85.43468178"
transform="matrix(1.47207E-14 -0.555823 0.616219 1.63203E-14 7384.16 4458.5)" />
```
VisiCut showed a very distorted shape due to a bug in the SVGSalamander library, which did not understand capital "E".
Upstream fix:
blackears/svgSalamander@09ed1b71 parent f6ca970 commit 5c2e8ad
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments