The Path.line() method draws a straight line from the current position to a given point.
Path.line()
Path path.line(Point to)
This method is chainable as it returns the Path object
Path