CairoLineJoin
for details about how the available line join
styles are drawn.cairoSetLineJoin(cr, line.join)
cr
Cairo
] a cairo contextline.join
CairoLineJoin
] a line join stylecairoStroke
, cairoStrokeExtents
, and
cairoStrokeToPath()
, but does not have any effect during path
construction.
The default line join style is CAIRO_LINE_JOIN_MITER
.