VKVG
Vulkan Vector Graphics
|
◆ vkvg_rel_line_to()
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.
|