#import #import #import #import // https://drafts.csswg.org/filter-effects-1/#InterfaceSVGFEOffsetElement [Exposed=Window] interface SVGFEOffsetElement : SVGElement { readonly attribute SVGAnimatedString in1; readonly attribute SVGAnimatedNumber dx; readonly attribute SVGAnimatedNumber dy; }; SVGFEOffsetElement includes SVGFilterPrimitiveStandardAttributes;