Talk:BezierCurve:render

"A list of (x,y) pairs on the curve" makes it sound like this function returns a table of the form { {x1,y1},{x2,y2}, ... }. But really, it returns {x1, y1, x2, y2, x3, y3, ...}. -Kclanc