Clip Path Builder
Builder for SVG <clipPath> element. This class provides methods to set attributes and add child elements specific to the <clipPath> element.
Functions
Adds a <circle> child element to the <clipPath> element.
Sets the clipPathUnits attribute of the <clipPath> element, which specifies the coordinate system for the contents of the <clipPath>.
Adds an <ellipse> child element to the <clipPath> element.
Sets the fill-opacity attribute of the SVG element.
Adds a <path> child element to the <clipPath> element.
Adds a <rect> child element to the <clipPath> 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.