Holmes Futrell

Results 26 comments of Holmes Futrell

it's definitely coming from this assert ... but strange you would hit this even when forcing the start and end points to be equal (I can't see how this would...

> BTW: Is it possible to automatically reverse inner PathComponent to maka a hole somehow? One way you can accomplish this is not by modifying the path, but when you...

> After almost a year I still don't know how to close a path. This is a small app showing a problem: https://github.com/typoland/HowToCloseCurveInBezierKit > > ![](https://github.com/typoland/HowToCloseCurveInBezierKit/blob/main/OOutlines.png) ~It looks like you're...

this looks like it should work, what goes wrong in this case?

I see what's going on now. I was wrong in my initial assessment of what was going on in your app. Here is a workaround for you. ``` // //...

Basically the workaround I gave you checks if BezierKit considers the path closed, and if so adds the missing `.closeSubpath()` command to the list of drawing commands to generate the...