FlatSVGIcon: some additions to PR #817:

- create new `LinearGradientPaint` only if color has changed
- preserve old `LinearGradientPaint.colorSpace` and `transform`
This commit is contained in:
Karl Tauber
2024-03-12 12:20:31 +01:00
parent 4be97b6ea6
commit 1f1ebc3c44
10 changed files with 142 additions and 10 deletions

View File

@@ -1,6 +1,13 @@
FlatLaf Change Log
==================
## 3.5-SNAPSHOT
#### Fixed bugs
- Extras: `FlatSVGIcon` color filters now support linear gradients. (PR #817)
## 3.4
#### New features and improvements