Contents

lineJoin

The style to use when drawing joins between line segments.

Declaration

lineJoin?: CanvasLineJoin;

Discussion

The three options for line joins are miter (the join is a sharp corner), round (the join is a rounded corner), or bevel (the join is a beveled corner). The default line join is round.

See Also

Setting line styles