SVGImageElement
The SVGImageElement interface corresponds to the <image> element.
Properties
This interface also inherits properties from its parent, SVGGraphicsElement.
-
SVGImageElement.hrefRead only -
An
SVGAnimatedStringcorresponding to thehreforxlink:hrefattribute of the given<image>element. SVGImageElement.crossOrigin-
A
DOMStringcorresponding to thecrossoriginattribute of the given<image>element. SVGImageElement.decoding-
A
DOMStringrepresenting a hint given to the browser on how it should decode the image. -
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.
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
Browser compatibility
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
SVGImageElement |
1 |
12 |
1.5 |
9 |
≤12.1 |
3 |
≤37 |
18 |
4 |
≤12.1 |
1 |
1.0 |
crossOrigin |
No |
No |
No |
No |
No |
No |
No |
No |
No |
No |
No |
No |
decode |
65 |
79 |
No |
No |
52 |
No |
65 |
65 |
No |
47 |
No |
9.0 |
decoding |
65 |
79 |
63 |
No |
52 |
No |
65 |
65 |
63 |
47 |
No |
9.0 |
height |
1 |
12 |
1.5 |
9 |
≤12.1 |
3 |
≤37 |
18 |
4 |
≤12.1 |
1 |
1.0 |
href |
1 |
12 |
1.5 |
9 |
≤12.1 |
3 |
≤37 |
18 |
4 |
≤12.1 |
1 |
1.0 |
preserveAspectRatio |
1 |
12 |
1.5 |
9 |
≤12.1 |
3 |
≤37 |
18 |
4 |
≤12.1 |
1 |
1.0 |
width |
1 |
12 |
1.5 |
9 |
≤12.1 |
3 |
≤37 |
18 |
4 |
≤12.1 |
1 |
1.0 |
x |
1 |
12 |
1.5 |
9 |
≤12.1 |
3 |
≤37 |
18 |
4 |
≤12.1 |
1 |
1.0 |
y |
1 |
12 |
1.5 |
9 |
≤12.1 |
3 |
≤37 |
18 |
4 |
≤12.1 |
1 |
1.0 |
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/SVGImageElement