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

Michael Strauß mstrauss at openjdk.org
Sat Sep 14 07:46:51 UTC 2024


On Sat, 14 Sep 2024 07:08:22 GMT, Nir Lisker <nlisker at openjdk.org> wrote:

>> Yes, in your example, `red` will be linearly interpolated with `green`.
>> That's what I intended to say with "pairwise interpolation": you pair up elements of both lists, and then for each pair, you apply the interpolation rules as described. I don't understand what you mean that the spec "is for the list itself".
>
> Then maybe mention that paired elements are interpolated?
> By "this specs is for the list itself" I meant that pairwise interpolation is only relevant for the list itself and not for an element in the list (unless it's a list itself). So a question I would have as a user is what happens with the elements.

I added another sentence, do you think this clears things up?

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

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


More information about the openjfx-dev mailing list