mySVGSVGElement.checkIntersection( element, rect ) in SVG 1.1

Does the element intersect the rect?

Arguments

nametypedescription
element SVGElement The element on which to perfor
rect SVGRect The test rectangle. The values
Return Type
Boolean

Description

Returns true if the rendered content of the given element intersects the supplied rectangle, honoring the 'pointer-events' property value on each candidate graphics element.