web api interface
SVGFilterElement
The SVGFilterElement interface provides access to the properties of <filter> elements, as well as methods to manipulate them.
Instance properties
hrefRead only- : An
SVGAnimatedStringthat corresponds to thehreforxlink:hrefDeprecated attribute of the given<filter>element.
- : An
filterUnitsRead only- : An
SVGAnimatedEnumerationthat corresponds to thefilterUnitsattribute of the given<filter>element. Takes one of the constants defined inSVGUnitTypes.
- : An
primitiveUnitsRead only- : An
SVGAnimatedEnumerationthat corresponds to theprimitiveUnitsattribute of the given<filter>element. Takes one of the constants defined inSVGUnitTypes.
- : An
xRead only- : An
SVGAnimatedLengththat corresponds to thexattribute on the given<filter>element.
- : An
yRead only- : An
SVGAnimatedLengththat corresponds to theyattribute of the given<filter>element.
- : An
widthRead only- : An
SVGAnimatedLengththat corresponds to thewidthattribute of the given<filter>element.
- : An
heightRead only- : An
SVGAnimatedLengththat corresponds to theheightattribute of the given<filter>element.
- : An
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.