Context.setLineJoin

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.

class Context
void
setLineJoin

Parameters

lineJoin cairo.types.LineJoin

a line join style