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 = 2
staticinlineread onlySVG_MORPHOLOGY_OPERATOR_ERODE:Int = 1
staticinlineread onlySVG_MORPHOLOGY_OPERATOR_UNKNOWN:Int = 0
read onlyheight:AnimatedLength
read onlyin1:AnimatedString
An SVGAnimatedString
corresponding to the in
attribute of the given element.
read onlyoperator_:AnimatedEnumeration
An 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:AnimatedNumber
An SVGAnimatedNumber
corresponding to the X component of the radius
attribute of the given element.
read onlyradiusY:AnimatedNumber
An SVGAnimatedNumber
corresponding to the Y component of the radius
attribute of the given element.
read onlyresult:AnimatedString
read onlywidth:AnimatedLength
read onlyx:AnimatedLength
read onlyy:AnimatedLength
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/svg/FEMorphologyElement.html