W3cubDocs

/Haxe JavaScript

ImageElement

package js.html.svg

extends GraphicsElementElementDOMElementNodeEventTarget

Available on js

The SVGImageElement interface corresponds to the image element.

Documentation SVGImageElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Variables

decoding:String

read onlyheight:AnimatedLength

An SVGAnimatedLength corresponding to the height attribute of the given image element.

read onlyhref:AnimatedString

read onlypreserveAspectRatio:AnimatedPreserveAspectRatio

An SVGAnimatedPreserveAspectRatio corresponding to the preserveAspectRatio attribute of the given image element.

read onlywidth:AnimatedLength

An SVGAnimatedLength corresponding to the width attribute of the given image element.

read onlyx:AnimatedLength

An SVGAnimatedLength corresponding to the x attribute of the given image element.

read onlyy:AnimatedLength

An SVGAnimatedLength corresponding to the y attribute of the given image element.

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/svg/ImageElement.html