mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-12 23:07:15 -06:00
fixed build error in flatlaf-testing-modular-app caused by moving to JSVG (PR #684)
This commit is contained in:
@@ -43,7 +43,8 @@ FlatLaf Change Log
|
|||||||
|
|
||||||
- Extras: Class `FlatSVGIcon` now uses [JSVG](https://github.com/weisJ/jsvg)
|
- Extras: Class `FlatSVGIcon` now uses [JSVG](https://github.com/weisJ/jsvg)
|
||||||
library for SVG rendering. You need to replace svgSalamander with JSVG in your
|
library for SVG rendering. You need to replace svgSalamander with JSVG in your
|
||||||
build scripts.
|
build scripts and distribute `jsvg.jar` with your application. Also replace
|
||||||
|
`com.kitfox.svg` with `com.github.weisj.jsvg` in `module-info.java` files.
|
||||||
|
|
||||||
|
|
||||||
## 3.1.1
|
## 3.1.1
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ module com.formdev.flatlaf.testing.modular.app {
|
|||||||
requires com.formdev.flatlaf;
|
requires com.formdev.flatlaf;
|
||||||
requires com.formdev.flatlaf.extras;
|
requires com.formdev.flatlaf.extras;
|
||||||
requires com.formdev.flatlaf.fonts.inter;
|
requires com.formdev.flatlaf.fonts.inter;
|
||||||
requires com.kitfox.svg;
|
requires com.github.weisj.jsvg;
|
||||||
|
|
||||||
exports com.formdev.flatlaf.testing.modular.app.plaf;
|
exports com.formdev.flatlaf.testing.modular.app.plaf;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user