Closed wolfv closed 10 years ago
For paramterizing the bezier curve, endpoint is not included because range(1, n) only goes to n - 1
range(1, n)
n - 1
https://github.com/cjlano/svg/blob/master/svg/geometry.py#L271
For paramterizing the bezier curve, endpoint is not included because
range(1, n)
only goes ton - 1
https://github.com/cjlano/svg/blob/master/svg/geometry.py#L271