On Sun, 6 Sep 2026 09:05:57 GMT, John Hendrikx <[email protected]> wrote:
>> See >> https://github.com/openjdk/jfx/blob/6670f897b0614dfc6ae9f2b08162a56006870870/modules/javafx.graphics/src/main/java/com/sun/prism/impl/shape/DMarlinRasterizer.java#L92 > > @bourgesl Yeah, I didn't even have to reach that deep, `SWGraphics` has the > information already, I only needed to return it: see > https://github.com/openjdk/jfx/pull/1969/changes/5e7b57d36ea439aed20afe51c12a420a6ac74215#diff-db59d0f42d49901076557d479771d2668c651374b2dd7aa17f014cd572ca2605 Perfect! Moreover, it could be adapted if the final shape is a full - rectangle like cropped disk => rect. 😉 I did the trick in marlin-2D ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1969#discussion_r3943652505
