List<Node> getIntersectionList(
Rect rect,
SvgElement referenceElement
)

Not documented.

Source

@DomName('SVGSVGElement.getIntersectionList')
@DocsEditable()
List<Node> getIntersectionList(Rect rect, SvgElement referenceElement) => wrap_jso_list(_blink.BlinkSVGSVGElement.instance.getIntersectionList_Callback_2_(unwrap_jso(this), unwrap_jso(rect), unwrap_jso(referenceElement)));