FlatSVGIcon: color filters now can access painting component to implement component state based color mappings (PR #906)

This commit is contained in:
Karl Tauber
2024-12-07 19:52:23 +01:00
parent 1462636e97
commit ef61ae504b
2 changed files with 83 additions and 1 deletions

View File

@@ -1,6 +1,14 @@
FlatLaf Change Log
==================
## 3.6-SNAPSHOT
#### New features and improvements
- Extras: `FlatSVGIcon` color filters now can access painting component to
implement component state based color mappings. (PR #906)
## 3.5.3
#### Fixed bugs