The path item represents a path in a Paper.js project.
Path([segments])
Path(object)
Path(pathData)
Path.Line(from, to)
Path.Line(object)
Path.Circle(center, radius)
Path.Circle(object)
Path.Rectangle(rectangle[, radius])
Path.Rectangle(point, size)
Path.Rectangle(from, to)
Path.Rectangle(object)
Path.Ellipse(rectangle)
Path.Ellipse(object)
Path.Arc(from, through, to)
Path.Arc(object)