BachiLi / diffvg

Differentiable Vector Graphics Rasterization
https://people.csail.mit.edu/tzumao/diffvg/
Apache License 2.0
902 stars 152 forks source link

How to plot a Path with Bezier rank more than 4? #52

Open ludysama opened 1 year ago

ludysama commented 1 year ago

In my project, I need to use some strokes that with about Bezier rank 6. I tried to do this, but it is likely that this tool just could plot stroke within Bezier rank 4.

Is there anyone could tell me how to fix it?