class js.html.svg.ImageElement extends Element

Available on js

The SVGImageElement interface corresponds to the <image> element.

Documentation for this class was provided by MDN.

Instance Fields

var height:AnimatedLength

Corresponds to attribute height on the given <image> element.

var preserveAspectRatio:AnimatedPreserveAspectRatio

Corresponds to attribute preserveAspectRatio on the given <image> element.

var width:AnimatedLength

Corresponds to attribute width on the given <image> element.