RFR: 8332895: Support interpolation for backgrounds and borders [v2]

Michael Strauß mstrauss at openjdk.org
Fri Aug 2 15:55:39 UTC 2024


On Thu, 1 Aug 2024 22:51:06 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

>> Michael Strauß has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   fixed a bug
>
> modules/javafx.graphics/src/main/java/javafx/scene/layout/Background.java line 301:
> 
>> 299:         boolean opaqueFill = false;
>> 300: 
>> 301:         // We need to iterate over all of the supplied elements in the fills list.
> 
> is there a unit test for this scenario?

The closest one I can find is `BackgroundTest.backgroundOutsetsAreDefinedByFills`.

-------------

PR Review Comment: https://git.openjdk.org/jfx/pull/1522#discussion_r1702036374


More information about the openjfx-dev mailing list