On Wed, 6 Oct 2021 07:43:15 GMT, Marius Hanl <mh...@openjdk.org> wrote:
> This PR fixes a bug where the blend mode will be falsely recognized as a > color and therefore won't be set. > Also a ClassCastException is thrown (The converter expects a String, but gets > a Color). > > Note: There is another similar bug but I can't reproduce it (Tried with > 18-ea+3). > https://bugs.openjdk.java.net/browse/JDK-8268657 > It also looks different so I don't think this PR fixes this, if it is still > there. This pull request has now been integrated. Changeset: c6f4ff01 Author: Marius Hanl <mh...@openjdk.org> Committer: Kevin Rushforth <k...@openjdk.org> URL: https://git.openjdk.java.net/jfx/commit/c6f4ff01f2af7d2616b0b49a51ded3ec69f7b0a5 Stats: 13 lines in 2 files changed: 9 ins; 1 del; 3 mod 8274699: Certain blend modes cannot be set from CSS Reviewed-by: kcr, mstrauss ------------- PR: https://git.openjdk.java.net/jfx/pull/640