You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hopefully #289 fixes the infinite recursion, but I'm expecting there is more work still to be done to get it fully robust. Overall robustness is tracked in #279. Thanks for the report, I'll use it as a test case!
The
stroke()
will crash due to stack overflow for path with infinite cusp such asM100,100 C200,200,200,100,100,200 L100,100Z
.With slightly offset on a point, the final result will contain hundreds of points, see below
The text was updated successfully, but these errors were encountered: