#684 Fix some render size issues in SVGImageReader

Bonus: Minor code clean-up.

(cherry picked from commit be2d7d5f10)
This commit is contained in:
Harald Kuhr
2022-06-10 17:24:47 +02:00
parent 8ea8e061a9
commit cff4d88991
4 changed files with 190 additions and 110 deletions
+2 -2
View File
@@ -27,9 +27,9 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemPropertyVariables>
<com.twelvemonkeys.imageio.plugins.svg.allowexternalresources>
<com.twelvemonkeys.imageio.plugins.svg.allowExternalResources>
true
</com.twelvemonkeys.imageio.plugins.svg.allowexternalresources>
</com.twelvemonkeys.imageio.plugins.svg.allowExternalResources>
</systemPropertyVariables>
</configuration>
</plugin>