SVGFEImageElementBuilder class

SVGFEImageElementBuilder class

Builder class for creating SVG ‘feImage’ elements, which define an image to be used by other filter primitives.

The SVGFEImageElementBuilder type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of SVGFEImageElementBuilder

Methods

MethodDescription
build
build
hrefSets the ‘href’ attribute of the feImage element, defining the URL of the image to be used.
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