SVGFEDropShadowElementBuilder class

SVGFEDropShadowElementBuilder class

Builder class for creating SVG ‘feDropShadow’ elements, used within SVG filters to apply a drop shadow effect.

The SVGFEDropShadowElementBuilder type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of SVGFEDropShadowElementBuilder

Methods

MethodDescription
build
build
std_deviation
dxSets the horizontal offset (‘dx’) for the drop shadow.
dySets the vertical offset (‘dy’) for the drop shadow.
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