Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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@09ed1b7
- Loading branch information