draw_lines_relative/[2,3]
     draw_lines_relative(+Drawable, +Points)
     draw_lines_relative(+Drawable, +Gc, +Points)
     

Draw connected lines in Drawable. Points is a list of point(X,Y) terms, each specifying an x and y offset from the previous point. The first point is absolute.