SVGPathElementBuilder class

SVGPathElementBuilder class

Builder class for constructing an SVG ‘path’ element, which is used to define a path in an SVG document. This class provides methods to set various attributes specific to the ‘path’ element and to build its content.

The SVGPathElementBuilder type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of SVGPathElementBuilder

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