VKVG
Vulkan Vector Graphics
|
◆ vkvg_stroke()
A drawing operator that strokes the current path according to the current line width, line join, line cap, and dash settings. After vkvg_stroke(), the current path will be cleared from the vkvg context. See vkvg_set_line_width(), vkvg_set_line_join(), vkvg_set_line_cap(), vkvg_set_dash(), and vkvg_stroke_preserve().
|