// Create a new empty pathvariable tPath asPathputtheemptypathinto tPath// Begin a new subpath of tPathmovetopoint [25, 50] on tPath// Continue path with a line to 50,100lineto [50,100] on tPath
Description
Adds a line from the previous point to mPoint on mPath.