package js.html.svg
extends GraphicsElement › Element › DOMElement › Node › EventTarget
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:
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