Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 365 Bytes

readme.md

File metadata and controls

10 lines (8 loc) · 365 Bytes

Sample application that showcases SVG image loading in JavaFX with PR 1093.

To run this application, replace the following line in build.gradle.kts with the path to a locally-built JavaFX SDK with the ImageIO loading capability:

javafx {
    sdk = "<path-to-jfx/build/sdk>"
}

Then invoke the run task.