On Mon, 20 Jul 2026 10:10:05 GMT, Jayathirth D V <[email protected]> wrote:
> In AreaOp.pruneEdges() we are finalizing and consuming subcurves prematurely > based on link count and this causes artifacts. This PR updates the code to > not finalize the subcurves based on link count. Code is updated to finalize > and consume subcurves only when there is a not connected Y gap. > > Regression tests draws a circle with individual line segments, without the > fix we will see horizontal lines within the circle and with fix we don't see > any artifacts. Code change is also verified with clientlibs CI run. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). One question, is this included in release 21.0.12? Or planned for 21.0.13? I'm the original reporter of the issue. ------------- PR Comment: https://git.openjdk.org/jdk/pull/31971#issuecomment-5088887206
