VKVG  
Vulkan Vector Graphics

◆ vkvg_line_cap_t

define the path ends shapes which may be rounded or squared. The context hold the current line cap configuration which may be accessed with vkvg_set_line_cap and vkvg_get_line_cap

Enumerator
VKVG_LINE_CAP_BUTT 

normal line endings, this is the default.

VKVG_LINE_CAP_ROUND 

rounded line caps

VKVG_LINE_CAP_SQUARE 

extend the caps with squared terminations having border equal to current line width.

Definition at line 196 of file vkvg.h.