From 5c2e8adc3ee2f4f7e130e22c22352fec82529529 Mon Sep 17 00:00:00 2001 From: Max Gaukler Date: Wed, 1 May 2024 10:05:02 +0200 Subject: [PATCH] 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". ``` ``` VisiCut showed a very distorted shape due to a bug in the SVGSalamander library, which did not understand capital "E". Upstream fix: https://github.com/blackears/svgSalamander/commit/09ed1b7d451cca77afb7077a084e58f102b806ad --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e7cee4fb..548f715e 100644 --- a/pom.xml +++ b/pom.xml @@ -50,9 +50,9 @@ 2.1.6.RELEASE - guru.nidi.com.kitfox + com.formdev svgSalamander - 1.1.2 + 1.1.4 org.apache.httpcomponents