checkIntersection method

bool checkIntersection(
  1. SVGElement element,
  2. DOMRectReadOnly rect
)

Implementation

external bool checkIntersection(
  SVGElement element,
  DOMRectReadOnly rect,
);