Dart API Referencedart:htmlSVGTransformable

SVGTransformable Interface

Interface SVGTransformable contains properties and methods that apply to all elements which have attribute transform.

Extends

SVGLocatable

Subinterfaces

SVGAElement, SVGCircleElement, SVGClipPathElement, SVGDefsElement, SVGEllipseElement, SVGForeignObjectElement, SVGGElement, SVGImageElement, SVGLineElement, SVGPathElement, SVGPolygonElement, SVGPolylineElement, SVGRectElement, SVGSwitchElement, SVGTextElement, SVGUseElement

Fields

Code final SVGAnimatedTransformList transform #

Corresponds to attribute transform on the given element.
final SVGAnimatedTransformList transform;

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.