The SVGFEMorphologyElement
interface corresponds to the <feMorphology>
element.
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. |
This interface also inherits properties from its parent interface, SVGElement
, and also implements properties of SVGFilterPrimitiveStandardAttributes
.
SVGFEMorphologyElement.in1
Read only
SVGAnimatedString
corresponding to the in
attribute of the given element.SVGFEMorphologyElement.operator
Read only
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
SVGAnimatedNumber
corresponding to the X component of the radius
attribute of the given element.SVGFEMorphologyElement.radiusY
Read only
SVGAnimatedNumber
corresponding to the Y component of the radius
attribute of the given element.This interface does not provide any specific methods, but implements those of its parent, SVGElement
, and also implements methods of SVGFilterPrimitiveStandardAttributes
.
Specification | Status | Comment |
---|---|---|
Filter Effects Module Level 1 The definition of 'SVGFEMorphologyElement' in that specification. | Working Draft | No change |
Scalable Vector Graphics (SVG) 1.1 (Second Edition) The definition of 'SVGFEMorphologyElement' in that specification. | Recommendation | Initial definition |
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 | ? | ? | ? | ? | ? | ? | ? |
© 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