Optional
closed: booleanDescribes whether the path is closed or open.
Optional
curved: booleanDescribes whether the path automatically calculates bezier handles for each vertex.
Optional
manual: booleanDescribes whether the developer controls how vertices are plotted.
Defines the shape to be used at the end of open subpaths when they are stroked.
Array of numbers. Odd indices represent dash length. Even indices represent dash space. A list of numbers that represent the repeated dash length and dash space applied to the stroke of the text.
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/stroke-dasharray for more information on the SVG stroke-dasharray attribute.
TODO: Bad name. This function is called for its side effects which are to modify the Anchor. Originally the function appears to promote a Vector and return an Anchor, but this is not used and the call always involves an Anchor. There is a return value but it is not being used.
Given a float t
from 0 to 1, return a point or assign a passed obj
's coordinates to that percentage on this Path's curve.
A list of Anchors that represent the order and coordinates to construct the rendered shape.