fxsvgImage.jar jar file contains the code to convert a svg file to a JavaFX Node tree. This jar file uses the cssParser.jar jar file which contain code to handle the Stylesheets used in the SVG file.
fxsvgBrowser.jar jar file contains the browser. It depends on the fxsvgImage.jar jar file which must be on the Classpath, or in the same directory.
fxsvgConverter.jar jar file contains the code to convert a JavaFX Node tree to a svg file. Copyright 2021-2022 Herve Girod. All Rights Reserved. Documentation and source under the BSD-3-Clause License