VKVG  
Vulkan Vector Graphics

◆ vkvg_rel_move_to()

void vkvg_rel_move_to ( VkvgContext  ctx,
float  x,
float  y 
)

This command will set the current pen position of the context to the coordinate given by the x and y deltas in arguments. If the current path is not empty, this command will start a new subpath and set the current pen position.

Parameters
ctxThe vkvg context pointer.
xdelta in the horizontal direction.
ydelta in the vertical direction.