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