On Tue, 28 May 2024 16:15:25 GMT, Michael Strauß <mstra...@openjdk.org> wrote:
> This PR fixes the incorrect computation of the `CornerRadii.uniform` flag for > the 16-argument constructor. > > I've also added tests for all other constructors. This pull request has now been integrated. Changeset: 2e1427e8 Author: Michael Strauß <mstra...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/2e1427e8c873c10c0929ffdf385bec305f13f41d Stats: 82 lines in 2 files changed: 69 ins; 1 del; 12 mod 8087444: CornerRadii with different horizontal and vertical values treated as uniform Reviewed-by: angorya, jhendrikx ------------- PR: https://git.openjdk.org/jfx/pull/1465