Open GoogleCodeExporter opened 9 years ago
I just found out that this is the effect of one too many items in the _bezier
array.
The cause seems to be a second call of initPoints() after the additional point
has
been added to close the path (in _assignControlPoints() )
As a quick workaround I just added this in line 597:
if (!c) break;
that sems to solve this issue for the moment ;)
Original comment by dorian....@googlemail.com
on 26 Jan 2009 at 9:23
Original issue reported on code.google.com by
dorian....@googlemail.com
on 26 Jan 2009 at 8:15