// https://drafts.csswg.org/filter-effects-1/#feImageElement
[Exposed=Window]
interface SVGFEImageElement : SVGElement {
    [FIXME] readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
    [FIXME] readonly attribute SVGAnimatedString crossOrigin;
};

SVGFEImageElement includes SVGFilterPrimitiveStandardAttributes;
SVGFEImageElement includes SVGURIReference;
