On Fri, 7 Oct 2022 02:07:28 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
> The sun.java2d.pipe.Region#clipRound() seems have the same purpose, but it > also clip the double to int. Thank you, @mrserb. It's better to re-use the existing implementation. I tested with it, it gives the same result. ------------- PR: https://git.openjdk.org/jdk/pull/10274