On Sun, 6 Sep 2026 20:48:39 GMT, John Hendrikx <[email protected]> wrote:

>> 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.

Then it's probably best to remove the TODO.

-------------

PR Review Comment: https://git.openjdk.org/jfx/pull/1969#discussion_r3945264896

Reply via email to