Dart API Referencedart:htmlSVGLocatable

SVGLocatable Interface

Subinterfaces

SVGSVGElement, SVGTransformable

Methods

Code SVGRect getBBox() #

SVGRect getBBox();

Code SVGMatrix getCTM() #

SVGMatrix getCTM();

Code SVGMatrix getScreenCTM() #

SVGMatrix getScreenCTM();

Code SVGMatrix getTransformToElement(SVGElement element) #

SVGMatrix getTransformToElement(SVGElement element);

Fields

Code final SVGElement farthestViewportElement #

final SVGElement farthestViewportElement;

Code final SVGElement nearestViewportElement #

final SVGElement nearestViewportElement;