SVGFEGaussianBlurElementBuilder class

SVGFEGaussianBlurElementBuilder class

Builder class for creating SVG ‘feGaussianBlur’ elements, which apply a Gaussian blur filter effect.

The SVGFEGaussianBlurElementBuilder type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of SVGFEGaussianBlurElementBuilder

Methods

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