Dart API Referencedart:htmlSVGUseElement

SVGUseElement Interface

The SVGUseElement interface provides access to the properties of <use> elements, as well as methods to manipulate them.

Extends

SVGElement, SVGTransformable, SVGLangSpace, SVGStylable, SVGExternalResourcesRequired, SVGTests, SVGURIReference

Fields

Code final SVGElementInstance animatedInstanceRoot #

If the xlink:href attribute is being animated, contains the current animated root of the instance tree. If the xlink:href attribute is not currently being animated, contains the same value as instanceRoot. See description of SVGElementInstance to learn more about the instance tree.
final SVGElementInstance animatedInstanceRoot;

Code final SVGAnimatedLength height #

Corresponds to attribute height on the given <use> element.
final SVGAnimatedLength height;

Code final SVGElementInstance instanceRoot #

The root of the instance tree. See description of SVGElementInstance to learn more about the instance tree.
final SVGElementInstance instanceRoot;

Code final SVGAnimatedLength width #

Corresponds to attribute width on the given <use> element.
final SVGAnimatedLength width;

Code final SVGAnimatedLength x #

final SVGAnimatedLength x;

Code final SVGAnimatedLength y #

final SVGAnimatedLength y;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.