SVGGeometryElement.isPointInStroke()

The SVGGeometryElement.isPointInStroke() method determines whether a given point is within the stroke shape of an element. Normal hit testing rules apply; the value of the pointer-events property on the element determines whether a point is considered to be within the stroke. The point argument is interpreted as a point in the local coordiante system of the element.

Syntax

boolean someElement.isPointInStroke(DOMPoint point);

Parameters

point
A DOMPoint interpreted as a point in the local coordinate system of the element.

Return value

A boolean indicating whether the given point is within the stroke or not.

Specifications

Specification Status Comment
Scalable Vector Graphics (SVG) 2
The definition of 'SVGGeometryElement.isPointInStroke()' in that specification.
Candidate Recommendation Initial definition

Browser compatibility

Feature Chrome Edge Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support (Yes) ? No support[1] ? ? ?
Feature Android Android Webview Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile Android Webview
Basic support ? (Yes) No support[1] ? ? ? (Yes)

[1] This method is not yet implemented. See bug 1325319.

Document Tags and Contributors

 Contributors to this page: jpmedley, Sebastianz
 Last updated by: jpmedley,