draw-lines in dc<%>
Draws multiple connected lines. The current pen is used for drawing the lines.
( -> void
send a-dc draw-lines points xoffset yoffset)
points : list of point% objects
xoffset = : real number
0
yoffset = : real number0
Draws lines using a list of points, adding xoffset and
yoffset to each point.
Restrictions on the magnitude of
drawing coordinates are described with dc<%>.