package js.html.svg
extends Element › DOMElement › Node › EventTarget
Available on js
The SVGFilterElement interface provides access to the properties of filter elements, as well as methods to manipulate them.
Documentation SVGFilterElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
read onlyfilterUnits:AnimatedEnumerationAn SVGAnimatedEnumeration that corresponds to the filterUnits attribute of the given filter element. Takes one of the constants defined in SVGUnitTypes.
read onlyheight:AnimatedLengthAn SVGAnimatedLength that corresponds to the height attribute of the given filter element.
read onlyhref:AnimatedStringread onlyprimitiveUnits:AnimatedEnumerationAn SVGAnimatedEnumeration that corresponds to the primitiveUnits attribute of the given filter element. Takes one of the constants defined in SVGUnitTypes.
read onlywidth:AnimatedLengthAn SVGAnimatedLength that corresponds to the width attribute of the given filter element.
read onlyx:AnimatedLengthAn SVGAnimatedLength that corresponds to the x attribute on the given filter element.
read onlyy:AnimatedLengthAn SVGAnimatedLength that corresponds to the y attribute of the given filter element.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/svg/FilterElement.html