BruceSherwood/vpython-wx

Error in setting pos in a gcurve constructor

Closed this issue · 1 comments

The following erroneously draws a line from the last point back to the first point:

gcurve(pos=[(10,20), (50,30), (-5,-3)])

Fixed; see commit of 2014 June 27.