Extras: FlatSVGUtils: support loading SVG from URL (for JPMS) (issue #325)

This commit is contained in:
Karl Tauber
2021-11-12 09:28:24 +01:00
parent 53efb6711d
commit d80b581ace
2 changed files with 79 additions and 6 deletions

View File

@@ -55,6 +55,7 @@ FlatLaf Change Log
(About, Preferences and Quit) when using Java 8.
- `FlatSVGIcon`: Support loading SVG from `URL` (for JPMS), `URI`, `File` or
`InputStream`. (issues #419 and #325)
- `FlatSVGUtils`: Support loading SVG from `URL` (for JPMS). (issue #325)
#### Fixed bugs