:right-sidebar: True LineJoin =================================================================== .. currentmodule:: gi.repository.Gsk .. versionadded:: 4.14 .. class:: LineJoin :no-contents-entry: 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.
.. image:: https://docs.gtk.org/gsk4/join-light.png
GSK_LINE_JOINT_MITER, GSK_LINE_JOINT_ROUND, GSK_LINE_JOIN_BEVEL
Fields ------ .. rst-class:: interim-class .. class:: LineJoin :no-index: .. attribute:: BEVEL Use a cut-off join, the join is cut off at half the line width from the joint point .. attribute:: MITER Use a sharp angled corner .. attribute:: ROUND Use a round join, the center of the circle is the join point