SVGFilterElementBuilder class

SVGFilterElementBuilder class

Builder class for creating SVG ‘filter’ elements, which define filter effects that can be applied to SVG graphics.

The SVGFilterElementBuilder type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of SVGFilterElementBuilder

Methods

MethodDescription
build
build
filter_unitsSets the coordinate system for the filter’s x, y, width, and height attributes.
primitive_unitsSets the coordinate system for the filter’s primitive sub-elements.
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