SVGFEMorphologyElementBuilder class

SVGFEMorphologyElementBuilder class

Builder class for creating SVG ‘feMorphology’ elements, which are used to apply morphological operations like dilation or erosion on an input image.

The SVGFEMorphologyElementBuilder type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of SVGFEMorphologyElementBuilder

Methods

MethodDescription
build
build
operatorSets the ‘operator’ attribute of the feMorphology element, specifying the type of morphological operation.
radius
build_elementBuilds and returns an SVGElement instance based on the current configuration of the builder.
attributeSets or updates an attribute on an SVG element.

See Also