Optional
points: VectorLike[]Optional
options: PolygonOptionsArray 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.
Defines the shape to be used at the end of open subpaths when they are stroked.