- From: Philip Rogers via GitHub <sysbot+gh@w3.org>
- Date: Sat, 03 Mar 2018 15:52:13 +0000
- To: public-svg-issues@w3.org
Do `SVGGeometryInterface`'s `isPointInFill` and `isPointInStroke` have the same issue?
https://svgwg.org/svg2-draft/single-page.html#types-InterfaceSVGGeometryElement
These are currently defined as:
```
interface SVGGeometryElement : SVGGraphicsElement {
...
boolean isPointInFill(DOMPoint point);
boolean isPointInStroke(DOMPoint point);
...
}
```
--
GitHub Notification of comment by progers
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/389#issuecomment-370157524 using your GitHub account
Received on Saturday, 3 March 2018 15:52:17 UTC