getIntersectionList method

NodeList getIntersectionList(
  1. DOMRectReadOnly rect,
  2. SVGElement? referenceElement
)

Implementation

external NodeList getIntersectionList(
  DOMRectReadOnly rect,
  SVGElement? referenceElement,
);