void relativeLineTo(double dx, double dy)

Adds a straight line segment from the current point to the point at the given offset from the current point.

Source

void relativeLineTo(double dx, double dy) native "Path_relativeLineTo";