mySVGSVGElement.getIntersectionList( rect, referenceElement ) in SVG 1.1
Returns the list of graphics elements whose rendered content intersects the supplied rectangle, honoring the 'pointer-events' property value on each candidate graphics element.
Arguments
name | type | description |
---|---|---|
rect | SVGRect | The test rectangle. The values |
referenceElement | SVGElement |
If null , return a
|
- Return Type
- NodeList