Package: gsk

GEnum gsk:line-join

Declaration

(gobject:define-genum "GskLineJoin" line-join
  (:export t
   :type-initializer "gsk_line_join_get_type")
  :miter
  :round
  :bevel)  

Values

:miter
Use a sharp angled corner.
:round
Use a round join, the center of the circle is the join point.
:bevel
Use a cut-off join, the join is cut off at half the line width from the joint point.

Details

Specifies how to render the junction of two lines when stroking. The default line join style is :miter.

Figure: GskLineJoin

Since 4.14
 

See also

2024-11-9