Enumeration
GskLineJoin
unstable since: 4.14
Description [src]
Specifies how to render the junction of two lines when stroking.
The default line join style is GSK_LINE_JOIN_MITER.
New entries may be added in future versions.
 
  Available since: 4.14
Members
| Name | Description | 
|---|---|
| GSK_LINE_JOIN_MITER | Use a sharp angled corner. | 
| GSK_LINE_JOIN_ROUND | Use a round join, the center of the circle is the join point. | 
| GSK_LINE_JOIN_BEVEL | Use a cut-off join, the join is cut off at half the line width from the joint point. |