Svg Builder
Builder for SVG root element. This class provides methods to define attributes and child elements for the root <svg> element in an SVG document.
Functions
Adds a <circle> child element to the SVG element.
Adds a <defs> child element to the SVG element.
Adds an <ellipse> child element to the SVG element.
Sets the fill-opacity attribute of the SVG element.
Adds a <line> child element to the SVG element.
Adds a <path> child element to the SVG element.
Adds a <polygon> child element to the SVG element.
Adds a <polyline> child element to the SVG element.
Sets the preserveAspectRatio attribute of the SVG element.
Adds a <rect> child element to the SVG 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.
Adds a <symbol> child element to the SVG element.
Adds a <text> child element to the SVG element.
Adds a <use> child element to the SVG element.