The SVGFEImageElement interface corresponds to the <feImage> element.
This interface also inherits properties from its parent interface, SVGElement.
SVGFEImageElement.crossOrigin Read onlyAn SVGAnimatedString reflects the crossorigin attribute of the given element, limited to only known values.
SVGFEImageElement.height Read onlyAn SVGAnimatedLength corresponding to the height attribute of the given element.
SVGFEImageElement.href Read onlyAn SVGAnimatedString that reflects the href or xlink:href attribute of the given element.
SVGFEImageElement.preserveAspectRatio Read onlyAn SVGAnimatedPreserveAspectRatio corresponding to the preserveAspectRatio attribute of the given element.
SVGFEImageElement.result Read onlyAn SVGAnimatedString corresponding to the result attribute of the given element.
SVGFEImageElement.width Read onlyAn SVGAnimatedLength corresponding to the width attribute of the given element.
SVGFEImageElement.x Read onlyAn SVGAnimatedLength corresponding to the x attribute of the given element.
SVGFEImageElement.y Read onlyAn SVGAnimatedLength corresponding to the y attribute of the given element.
This interface does not provide any specific methods, but implements those of its parent, SVGElement.