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
At the moment I don't have time to look into the issue, but maybe you can report back (or even send a PR) once you know whether this fix seems to work or not.
Had a case during some testing where StrokeCalcCap got called with Len = 0. This if course caused a division by zero crash on Da := 1 / Len.
As a hack fix, I just added a test to exit the procedure if Len is 0, but I am not sure what the implications of this are.
The text was updated successfully, but these errors were encountered: