From 193da2bc4d347560d2d3656bfb3406e8495b1df9 Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Mon, 10 Jul 2023 13:49:30 +0200 Subject: [PATCH] jsvg: updated flatlaf-extras/README.md; removed svgSalamander from libs.versions.toml --- flatlaf-extras/README.md | 7 +++---- gradle/libs.versions.toml | 1 - 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/flatlaf-extras/README.md b/flatlaf-extras/README.md index 2933d1e4..55e38664 100644 --- a/flatlaf-extras/README.md +++ b/flatlaf-extras/README.md @@ -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).\ ![FlatSVGIcon.png](../images/extras-FlatSVGIcon.png) - [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-.jar` here: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.formdev/flatlaf-extras/badge.svg?style=flat-square&color=007ec6)](https://maven-badges.herokuapp.com/maven-central/com.formdev/flatlaf-extras) -If SVG classes are used, `svgSalamander-.jar` is also required: +If SVG classes are used, `jsvg-.jar` is also required: -[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.formdev/svgSalamander/badge.svg?style=flat-square&color=007ec6)](https://maven-badges.herokuapp.com/maven-central/com.formdev/svgSalamander) +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.weisj/jsvg/badge.svg?style=flat-square&color=007ec6)](https://maven-badges.herokuapp.com/maven-central/com.github.weisj/jsvg) Tools diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 764a7cff..c7d0dd9d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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