Converting a list of points to an SVG cubic piecewise Bezier curve
问题 I have a list of points and want to connect them as smoothly as possible. I have a function that I evaluate to get these points. I could simply use more sampling points but that would only increase the SVG file size. I think using a piecewise cubic Bezier curve would be better suited. How do I do this? I did some research and came across the svgpathtools package, which looked promising. However, I did not find any functionality like this. 回答1: If you ever used Illustrator you certainly