SVGFEImageElement
Baseline Widely available *
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
* Some parts of this feature may have varying levels of support.
TheSVGFEImageElement interface corresponds to the<feImage> element.
In this article
Instance properties
This interface also inherits properties from its parent interface,SVGElement.
SVGFEImageElement.crossOriginRead onlyAn
SVGAnimatedStringreflects thecrossoriginattribute of the given element, limited to only known values.SVGFEImageElement.heightRead onlyAn
SVGAnimatedLengthcorresponding to theheightattribute of the given element.SVGFEImageElement.hrefRead onlyAn
SVGAnimatedStringthat reflects thehreforxlink:hrefDeprecated attribute of the given element.SVGFEImageElement.preserveAspectRatioRead onlyAn
SVGAnimatedPreserveAspectRatiocorresponding to thepreserveAspectRatioattribute of the given element.SVGFEImageElement.resultRead onlyAn
SVGAnimatedStringcorresponding to theresultattribute of the given element.SVGFEImageElement.widthRead onlyAn
SVGAnimatedLengthcorresponding to thewidthattribute of the given element.SVGFEImageElement.xRead onlyAn
SVGAnimatedLengthcorresponding to thexattribute of the given element.SVGFEImageElement.yRead onlyAn
SVGAnimatedLengthcorresponding to theyattribute of the given element.
Instance methods
This interface does not provide any specific methods, but implements those of its parent,SVGElement.
Specifications
| Specification |
|---|
| Filter Effects Module Level 1> # InterfaceSVGFEImageElement> |