Specifies how to render the junction of two lines when stroking.
The default line join style is gsk.types.LineJoin.Miter.
New entries may be added in future versions.
<figure> <picture> <source srcset="join-dark.png" media="(prefers-color-scheme: dark)"> <img alt="Line Join Styles" src="join-light.png"> </picture> <figcaption>GSK_LINE_JOINT_MITER, GSK_LINE_JOINT_ROUND, GSK_LINE_JOIN_BEVEL</figcaption> </figure>
Use a sharp angled corner
Use a round join, the center of the circle is the join point
use a cut-off join, the join is cut off at half the line width from the joint point
Specifies how to render the junction of two lines when stroking.
The default line join style is gsk.types.LineJoin.Miter.
New entries may be added in future versions.
<figure> <picture> <source srcset="join-dark.png" media="(prefers-color-scheme: dark)"> <img alt="Line Join Styles" src="join-light.png"> </picture> <figcaption>GSK_LINE_JOINT_MITER, GSK_LINE_JOINT_ROUND, GSK_LINE_JOIN_BEVEL</figcaption> </figure>