PathBuilderCommandOpts
See source codeTable 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?: 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
PageItemSubmenuPropsNext
PathBuilderLineOpts