package js.html.svg
extends Element › DOMElement › Node › EventTarget
Available on js
The SVGFEMorphologyElement interface corresponds to the feMorphology element.
Documentation SVGFEMorphologyElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
staticinlineread onlySVG_MORPHOLOGY_OPERATOR_DILATE:Int = 2staticinlineread onlySVG_MORPHOLOGY_OPERATOR_ERODE:Int = 1staticinlineread onlySVG_MORPHOLOGY_OPERATOR_UNKNOWN:Int = 0read onlyheight:AnimatedLengthread onlyin1:AnimatedStringAn SVGAnimatedString corresponding to the in attribute of the given element.
read onlyoperator_:AnimatedEnumerationAn SVGAnimatedEnumeration corresponding to the operator attribute of the given element. It takes one of the SVG_MORPHOLOGY_OPERATOR_* constants defined on this interface.
read onlyradiusX:AnimatedNumberAn SVGAnimatedNumber corresponding to the X component of the radius attribute of the given element.
read onlyradiusY:AnimatedNumberAn SVGAnimatedNumber corresponding to the Y component of the radius attribute of the given element.
read onlyresult:AnimatedStringread onlywidth:AnimatedLengthread onlyx:AnimatedLengthread onlyy:AnimatedLength
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/svg/FEMorphologyElement.html