Haxe API Documentation
Back | Index
extern class js.html.svg.ImageElement
extends Element
Available in js
The SVGImageElement interface corresponds to the <image> element.

Documentation for this class was provided by MDN.
var height(default,null) : AnimatedLength
Corresponds to attribute height on the given <image> element.
var preserveAspectRatio(default,null) : AnimatedPreserveAspectRatio
Corresponds to attribute preserveAspectRatio on the given <image> element.
var width(default,null) : AnimatedLength
Corresponds to attribute width on the given <image> element.
var x(default,null) : AnimatedLength
var y(default,null) : AnimatedLength
Back | Index