PathBuilderLineOpts
See source codeTable of contents
Extends PathBuilderCommandOpts.
interface PathBuilderLineOpts extends PathBuilderCommandOpts {}Properties
dashEnd
optional
dashEnd?: PerfectDashTerminaldashStart
optional
dashStart?: PerfectDashTerminalgeometry
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?: booleanoffset
optional
When converting to a draw-style line, how much offset from the original point should be applied?
offset?: numberroundness
optional
When converting to a draw-style line, how much roundness should be applied to the end of this line?
roundness?: numberPrev
PathBuilderCommandOptsNext
PathBuilderToDOpts