Mobile app version of vmapp.org
Login or Join

Login to follow query

More posts by @Turnbaugh909

1 Comments

Sorted by latest first Latest Oldest Best

 

@Michele215

You should look over this question on StackOverflow.com: stackoverflow.com/questions/30419726/simplify-high-order-bezier-curve
Now... as far as supporting higher-order curves in inkscape, Wrzlprmft is right. SVG path data only has commands for orders of the 2nd and 3rd order.

You could, in theory, build a path effect with python that pretends that a set of points are all control points of a single curve, then go through the trouble of sub-dividing that curve into cubic and quadratic curves.
wiki.inkscape.org/wiki/index.php/Script_extensions
I would encourage you to crack open Inkscape to view the path effect python files that already exist to use as guidance. And be prepared to be frustrated. It's a long road.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme