SVGFETileElementBuilder class

SVGFETileElementBuilder class

Builder class for creating SVG ‘feTile’ elements, which replicate and tile the input image to fill the filter primitive subregion.

The SVGFETileElementBuilder type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of SVGFETileElementBuilder

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