cairo_line_join_t

Specifies how to render the junction of two lines when stroking.

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

Values

ValueMeaning
Miter0

use a sharp (angled) corner, see cairo.context.Context.setMiterLimit (Since 1.0)

Round1

use a rounded join, the center of the circle is the joint point (Since 1.0)

Bevel2

use a cut-off join, the join is cut off at half the line width from the joint point (Since 1.0)