VKVG  
Vulkan Vector Graphics

◆ vkvg_line_join_t

define the joins shape for the stroke command between consecutive lines or curves. This setting is holded in the context and may be accessed with vkvg_set_line_join and vkvg_get_line_join.

Enumerator
VKVG_LINE_JOIN_MITER 

normal joins with sharp angles, this is the default.

VKVG_LINE_JOIN_ROUND 

joins are rounded on the exterior border of the line.

VKVG_LINE_JOIN_BEVEL 

beveled line joins.

Definition at line 207 of file vkvg.h.