PathBuilderLineOpts
See source codeTable of contents
Extends PathBuilderCommandOpts
.
interface PathBuilderLineOpts extends PathBuilderCommandOpts {}
Properties
dashEnd
optional
dashEnd?: PerfectDashTerminal
dashStart
optional
dashStart?: PerfectDashTerminal
geometry
optional
geometry?: false | Omit<Geometry2dOptions, 'isClosed'>
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
PathBuilderCommandOptsNext
PathBuilderToDOpts