Haxe API Documentation
Back | Index
extern class js.html.svg.Transformable
extends Locatable
Available in js
Interface SVGTransformable contains properties and methods that apply to all elements which have attribute transform.

Documentation for this class was provided by MDN.
var transform(default,null) : AnimatedTransformList
Corresponds to attribute transform on the given element.
Back | Index