Nicolas Silva
Nicolas Silva
Indeed, I'll repurpose this issue for that.
It's not as much a priority than an available spare time issue. If you would like to contribute an implementation I'd be happy to take it. For what it's worth,...
Thanks for filing this and providing a test case. I'll have a look soon-ish.
Yes indeed. With the cli app you can visualize the issue fairly easily by pressing `w` to show the wireframe and playing with the strpoke with using `a` and `z`....
Lyon doesn't provide a workaround currently. I have a work in progress stroke-to-fill implementation here: https://github.com/nical/misc/blob/master/path_renderer/core/src/stroke.rs#L134 which you can copy into your own project, the intent is that it will...
Sounds like a useful addition to lyon_geom. I haven't looked into it yet so I don't have an answer to the question of the best way to do this, but...
Huh, I just remembered I already implemented something for quadratic bézier segments: https://docs.rs/lyon_geom/latest/lyon_geom/struct.QuadraticBezierSegment.html#method.closest_point It's actually an analytical solution. Certainly more difficult to solve for a higher degree but it might...
I'd like it but it's a lot of work so in practice I can't promise I'll ever get to it as a supported feature in the tessellator. That said, today...
Possible, yes, I like the idea but I don't have time to produce an implementation of this feature in the foreseeable future. I'll happily review a pull request if you...
I don't have a good workflow for github releases and It's not where I want to spend time and effort. It might change but in the mean time the easiest...