#import #import #import #import // https://www.w3.org/TR/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;