VKVG  
Vulkan Vector Graphics

◆ vkvg_new_path()

void vkvg_new_path ( VkvgContext  ctx)

Calling vkvg_new_path is equivalent to a clear of the current path stored in the context without drawing anything on the target surface. The current position is reseted to (0,0).

Parameters
ctxThe vkvg context pointer.