I'm trying to draw a 6 grade (start point, 4 control points, end point) Bezier curve but the API offers me only cubic and quadratic curves methods.
Is there a way to split or approximate the 6 (or n) grade curve ONLY through cubic or quadratic ?
[Edit] After some struggle I decided to write the library myself. Take a look here How to draw n grade Bézier curve with Canvas API