Radial Gradient Builder
Builder for SVG <radialGradient> element. This class provides methods to set attributes specific to the <radialGradient> element, such as center coordinates, radii, gradient units, transformations, and spread methods.
Functions
Sets the fill-opacity attribute of the SVG element.
Sets the gradientTransform attribute of the <radialGradient> element, which applies a transformation to the gradient.
Sets the gradientUnits attribute of the <radialGradient> element, which specifies the coordinate system for the gradient.
Sets the gradientUnits attribute of the <radialGradient> element using the GradientUnits enum.
Sets the spreadMethod attribute of the <radialGradient> element, which defines how the gradient is spread outside its bounds.
Adds a <stop> child element to the <radialGradient> element.
Sets the stroke-dasharray attribute of the SVG element.
Sets the stroke-dashoffset attribute of the SVG element.
Sets the stroke-linecap attribute of the SVG element.
Sets the stroke-linejoin attribute of the SVG element.
Sets the stroke-opacity attribute of the SVG element.
Sets the stroke-width attribute of the SVG element.