Enum CairoLineJoin (gb.cairo)

Enum CairoLineJoin Is LineJoinBevel, LineJoinMiter, LineJoinRound

Constant Description
LineJoinBevel   Specifies to render the junction of two lines by using a cut-off join, the join being cut off at half the line width from the joint point.

LineJoinMiter   Specifies to render the junction of two lines by using a sharp (angled) corner.

LineJoinRound   Specifies to render the junction of two lines by using a rounded join, the center of the circle being the joint point.