<script src="./point_src/pointlistdraw"></script>
Ensure the path restarts, ensuring the colors don't bleed (from
ctx.stroke()
return this.stroke.apply(this, arguments)
Draw this list as a pointline, provide an init position for an offset.
To 'close' the old drawing.
Draw a startline lineTo through all points.
ctx.moveTo(200, 200);
: