Convert a B-Spline into Bezier curves
问题 I have a B-Spline curve. I have all the knots, and the x,y coordinates of the Control Points. I need to convert the B-Spline curve into Bezier curves. My end goal is to be able to draw the shape on an html5 canvas element. The B-Spline is coming from a dxf file which doesn't support Beziers, while a canvas only supports Beziers. I've found several articles which attempt to explain the process, however they are quite a bit over my head and really seem to be very theory intensive. I really need