Context.setLineJoin

void setLineJoin(cairo.types.LineJoin lineJoin)

Sets the current line join style within the cairo context. See #cairo_line_join_t for details about how the available line join styles are drawn.

As with the other stroke parameters, the current line join style is examined by [cairo.context.Context.stroke], and [cairo.context.Context.strokeExtents], but does not have any effect during path construction.

The default line join style is [cairo.types.LineJoin.Miter].

Parameters

lineJoina line join style