PathBuilderCommandOpts

See source code
Table of contents
interface PathBuilderCommandOpts {}

Properties

mergeWithPrevious

optional

When converting to a dash- or dot-style line, should the current segment be merged with the previous segment when calculating the dash pattern? This is false by default, meaning each command will start/end on a dash/dot boundary.

mergeWithPrevious?: boolean

offset

optional

When converting to a draw-style line, how much offset from the original point should be applied?

offset?: number

roundness

optional

When converting to a draw-style line, how much roundness should be applied to the end of this line?

roundness?: number

Prev
PageItemSubmenuProps
Next
PathBuilderLineOpts