SVGImageElement
The SVGImageElement interface corresponds to the <image> element.
Instance properties
This interface also inherits properties from its parent, SVGGraphicsElement.
SVGImageElement.hrefRead only-
An
SVGAnimatedStringcorresponding to thehreforxlink:hrefDeprecated attribute of the given<image>element. SVGImageElement.decoding-
Represents a hint given to the browser on how it should decode the image. If this value is provided, it must be one of the possible permitted values:
"sync"to decode the image synchronously,"async"to decode it asynchronously, or"auto"to indicate no preference (which is the default). SVGImageElement.heightRead only-
An
SVGAnimatedLengthcorresponding to theheightattribute of the given<image>element. SVGImageElement.preserveAspectRatioRead only-
An
SVGAnimatedPreserveAspectRatiocorresponding to thepreserveAspectRatioattribute of the given<image>element. SVGImageElement.widthRead only-
An
SVGAnimatedLengthcorresponding to thewidthattribute of the given<image>element. SVGImageElement.xRead only-
An
SVGAnimatedLengthcorresponding to thexattribute of the given<image>element. SVGImageElement.yRead only-
An
SVGAnimatedLengthcorresponding to theyattribute of the given<image>element.
Instance methods
This interface also inherits methods from its parent interface, SVGGraphicsElement.
SVGImageElement.decode()-
Initiates asynchronous decoding of the image data. Returns a
Promisewhich resolves once the image data is ready to be used.
Specifications
| Specification |
|---|
| Scalable Vector Graphics (SVG) 2 # InterfaceSVGImageElement |
Browser compatibility
| desktop | mobile | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
SVGImageElement | |||||||||||
crossOrigin | |||||||||||
decode() | |||||||||||
decoding | |||||||||||
height | |||||||||||
href | |||||||||||
preserveAspectRatio | |||||||||||
width | |||||||||||
x | |||||||||||
y | |||||||||||