On Sun, 6 Sep 2026 15:46:36 GMT, Michael Strauß <[email protected]> wrote:
>> John Hendrikx has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Use actual painted pixels to compute dirty rects
>
> modules/javafx.graphics/src/main/java/com/sun/prism/sw/SWDrawingContext.java
> line 1029:
>
>> 1027: @Override
>> 1028: public boolean isPointInPath(double x, double y) {
>> 1029: // TODO: HTML5 considers points on the path to be inside, but
>> we
>
> What is left to do here?
Nothing I think, this comment comes from the `GraphicsContext` implementation,
and would apply equally to this one. A bit late to change it now when it is
already public API.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1969#discussion_r3945226348