Skip to content

Commit

Permalink
Documenting why an issue loading SVG in JavaFX cannot be solved. (#59)
Browse files Browse the repository at this point in the history
Documenting why an issue loading SVG in JavaFX cannot be solved.
  • Loading branch information
Claudio Rosati authored and berryma4 committed Feb 27, 2018
1 parent 473e7c1 commit 193d0e9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,14 @@
<artifact>
<id>org.controlsfx:controlsfx:8.40.14</id>
</artifact>
<!--
Not possible to use JavaFxSVG 1.3.0 with the new instantiaion method
SvgImageLoaderFactory.install(new PrimitiveDimensionProvider());
because of conflicts loading org.apache.batic... classes
Exception ... java.lang.NoClassDefFoundError: org/apache/batik/dom/svg/SVGDocumentFactory
Caused by: java.lang.ClassNotFoundException: org.apache.batik.dom.svg.SVGDocumentFactory cannot be found by org.apache.xmlgraphics.batik-anim_1.8.0
because of coexistence of ver. 1.7 and 1.8 of org.apache.batik.dom.svg.
-->
<artifact>
<id>de.codecentric.centerdevice:javafxsvg:1.2.1</id>
</artifact>
Expand Down

0 comments on commit 193d0e9

Please sign in to comment.