Canvasity.miterLimit

Set/get the limit on maximum pointiness allowed for miter joins.

If the distance from the point where the lines intersect to the point where the outside edges of the join intersect exceeds this ratio relative to the line width, then a bevel join will be used instead, and the miter will be lopped off. Larger values allow pointier miters. Only affects stroking and only when the line join style is miter. Must be positive. If it is not, this does nothing.

Defaults to 10.0.

Meta