W3cubDocs

/DOM

SVGFEMorphologyElement

The SVGFEMorphologyElement interface corresponds to the <feMorphology> element.

Constants

Name Value Description
SVG_MORPHOLOGY_OPERATOR_UNKNOWN 0 The type is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.
SVG_MORPHOLOGY_OPERATOR_ERODE 1 Corresponds to the erode value.
SVG_MORPHOLOGY_OPERATOR_DILATE 2 Corresponds to dilate value.

Properties

This interface also inherits properties from its parent interface, SVGElement, and also implements properties of SVGFilterPrimitiveStandardAttributes.

SVGFEMorphologyElement.in1 Read only
An SVGAnimatedString corresponding to the in attribute of the given element.
SVGFEMorphologyElement.operator Read only
An SVGAnimatedEnumeration corresponding to the operator attribute of the given element. It takes one of the SVG_MORPHOLOGY_OPERATOR_* constants defined on this interface.
SVGFEMorphologyElement.radiusX Read only
An SVGAnimatedNumber corresponding to the X component of the radius attribute of the given element.
SVGFEMorphologyElement.radiusY Read only
An SVGAnimatedNumber corresponding to the Y component of the radius attribute of the given element.

Methods

This interface does not provide any specific methods, but implements those of its parent, SVGElement, and also implements methods of SVGFilterPrimitiveStandardAttributes.

Specifications

Browser compatibilityUpdate compatibility data on GitHub

Desktop
Chrome Edge Firefox Internet Explorer Opera Safari
Basic support Yes Yes Yes Yes Yes ?
Mobile
Android webview Chrome for Android Edge Mobile Firefox for Android Opera for Android iOS Safari Samsung Internet
Basic support ? ? ? ? ? ? ?

See also

© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/SVGFEMorphologyElement