Package: gsk

GEnum gsk:line-cap

Declaration

(gobject:define-genum "GskLineCap" line-cap
  (:export t
   :type-initializer "gsk_line_cap_get_type")
  :butt
  :round
  :square)  

Values

:butt
Start and stop the line exactly at the start and end point.
:round
Use a round ending, the center of the circle is the start or end point.
:square
Use squared ending, the center of the square is the start or end point.

Details

Specifies how to render the start and end points of contours or dashes when stroking. The default line cap style is :butt.

Figure: GskLineCap

Since 4.16
 

See also

2024-11-9