Type alias CapType

CapType: "butt" | "round" | "square"

Determines how lines are rendered at their ends. Possible values are butt (sharp square edge), round (rounded edge), and square (slightly elongated square edge).

Generated using TypeDoc