mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-10 22:17:13 -06:00
change snapshot version from 3.5-SNAPSHOT to 3.4.1-SNAPSHOT
This commit is contained in:
@@ -707,12 +707,12 @@ public class FlatSVGIcon
|
||||
darkLaf = FlatLaf.isLafDark();
|
||||
}
|
||||
|
||||
/** @since 3.5 */
|
||||
/** @since 3.4.1 */
|
||||
public static boolean isSVGDocumentEnabled() {
|
||||
return svgCacheEnabled;
|
||||
}
|
||||
|
||||
/** @since 3.5 */
|
||||
/** @since 3.4.1 */
|
||||
public static void setSVGDocumentEnabled( boolean svgCacheEnabled ) {
|
||||
FlatSVGIcon.svgCacheEnabled = svgCacheEnabled;
|
||||
|
||||
@@ -720,7 +720,7 @@ public class FlatSVGIcon
|
||||
clearSVGDocumentCache();
|
||||
}
|
||||
|
||||
/** @since 3.5 */
|
||||
/** @since 3.4.1 */
|
||||
public static void clearSVGDocumentCache() {
|
||||
svgCache.clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user