On Sun, 6 Sep 2026 08:54:42 GMT, Laurent Bourgès <[email protected]> wrote:
>> Yes I think marlin renderer determined the appropriate shape's bounds in >> pixels and subpixels... >> See >> https://github.com/openjdk/jfx/blob/6670f897b0614dfc6ae9f2b08162a56006870870/modules/javafx.graphics/src/main/java/com/sun/marlin/Renderer.java#L1426 >> >> It is trivial to share the info through jfx api... > > 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 ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1969#discussion_r3943498652
