Interface StrokePathOptions

Options for passing to the strokePath function

Hierarchy

  • StrokePathOptions

Properties

closed?: boolean

Whether to close the path (join the first and last vertex)

dashLength?: number

The length of each dash (only has effect if dashed is set to true)

dashed?: boolean

Whether to render the path as a dashed line

miterLimit?: number

The miter limit angle below which the line join becomes bevelled

Generated using TypeDoc