VKVG  
Vulkan Vector Graphics

◆ vkvg_rel_line_to()

void vkvg_rel_line_to ( VkvgContext  ctx,
float  dx,
float  dy 
)

Given a current point of (x, y), after this call the current point will be (x + dx, y + dy). If no current point is defined, this function call is equivalent to a single #move_to command to the absolute position given by the x and y arguments.

Parameters
ctxThe vkvg context pointer.
dxdelta x
dydelta y