Gets/sets the height of the parent
Gets the parent
Gets/sets the width of the parent
Creates a circle
Circle
Optional
opts: CircleDrawingOptsDrawing options
Optional
queryOrExisting: string | SVGCircleElementDOM query to look up existing element, or the element instance
Creates a grid of horizontal and vertical lines inside of a group
Grid origin
Cell size
Width of grid
Height of grid
Optional
opts: LineDrawingOptsDrawing options
Creates a line
Line
Optional
opts: LineDrawingOptsDrawing options
Optional
queryOrExisting: string | SVGLineElementDOM query to look up existing element, or the element instance
Creates a path
Path description, or empty string
Optional
opts: PathDrawingOptsDrawing options
Optional
queryOrExisting: string | SVGPathElementDOM query to look up existing element, or the element instance
Creates a text element
Text
Position
Optional
opts: TextDrawingOptsDrawing options
Optional
queryOrExisting: string | SVGTextElementDOM query to look up existing element, or the element instance
Creates text on a path
Reference to path element
Text
Optional
opts: TextDrawingOptsDrawing options
Optional
textQueryOrExisting: string | SVGTextElementDOM query to look up existing element, or the element instance
Optional
pathQueryOrExisting: string | SVGTextPathElementDOM query to look up existing element, or the element instance
Helper to make SVG elements with a common parent.
Create with makeHelper.