mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 14:00:55 +03:00
jsvg: updated flatlaf-extras/README.md; removed svgSalamander from libs.versions.toml
This commit is contained in:
@@ -4,8 +4,7 @@ FlatLaf Extras
|
||||
This sub-project provides some additional components and classes:
|
||||
|
||||
- [FlatSVGIcon](https://www.javadoc.io/doc/com.formdev/flatlaf-extras/latest/com/formdev/flatlaf/extras/FlatSVGIcon.html):
|
||||
An icon that displays SVG using
|
||||
[svgSalamander](https://github.com/JFormDesigner/svgSalamander).\
|
||||
An icon that displays SVG using [JSVG](https://github.com/weisJ/jsvg).\
|
||||

|
||||
- [FlatTriStateCheckBox](https://www.javadoc.io/doc/com.formdev/flatlaf-extras/latest/com/formdev/flatlaf/extras/components/FlatTriStateCheckBox.html):
|
||||
A tri-state check box.\
|
||||
@@ -38,9 +37,9 @@ Otherwise download `flatlaf-extras-<version>.jar` here:
|
||||
|
||||
[](https://maven-badges.herokuapp.com/maven-central/com.formdev/flatlaf-extras)
|
||||
|
||||
If SVG classes are used, `svgSalamander-<version>.jar` is also required:
|
||||
If SVG classes are used, `jsvg-<version>.jar` is also required:
|
||||
|
||||
[](https://maven-badges.herokuapp.com/maven-central/com.formdev/svgSalamander)
|
||||
[](https://maven-badges.herokuapp.com/maven-central/com.github.weisj/jsvg)
|
||||
|
||||
|
||||
Tools
|
||||
|
||||
@@ -24,7 +24,6 @@ junit = "5.7.2"
|
||||
sigtest = "org.netbeans.tools:sigtest-maven-plugin:1.7"
|
||||
|
||||
# flatlaf-extras
|
||||
svgSalamander = "com.formdev:svgSalamander:1.1.3"
|
||||
jsvg = "com.github.weisj:jsvg:1.0.0"
|
||||
|
||||
# flatlaf-jide-oss
|
||||
|
||||
Reference in New Issue
Block a user