SVGFEMergeElementBuilder class

SVGFEMergeElementBuilder class

Builder class for creating SVG ‘feMerge’ elements, which are used to composite together images or parts of images.

The SVGFEMergeElementBuilder type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of SVGFEMergeElementBuilder

Methods

MethodDescription
build
build
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