Svg Element Builder
Abstract base class for building SVG elements. Provides methods to set attributes and common properties for SVG elements.
Parameters
T
The type of the SVG element being built.
Inheritors
Functions
Link copied to clipboard
Sets the fill-opacity attribute of the SVG element.
Link copied to clipboard
Sets the stroke-dasharray attribute of the SVG element.
Link copied to clipboard
Sets the stroke-dashoffset attribute of the SVG element.
Link copied to clipboard
Sets the stroke-linecap attribute of the SVG element.
Link copied to clipboard
Sets the stroke-linejoin attribute of the SVG element.
Link copied to clipboard
Sets the stroke-opacity attribute of the SVG element.
Link copied to clipboard
Sets the stroke-width attribute of the SVG element.