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
I am using lyon through bevy_prototype_lyon and it exposes the StrokeOptions struct. However setting end_cap has no effect on the tesselated result.
Going through the source code, it seems that the handling of the end_cap is simply missing for anything except round? I do not know the code well enough to suggest a PR myself however (and could be totally wrong here)
I am using lyon through
bevy_prototype_lyon
and it exposes theStrokeOptions
struct. However settingend_cap
has no effect on the tesselated result.Going through the source code, it seems that the handling of the end_cap is simply missing for anything except round? I do not know the code well enough to suggest a PR myself however (and could be totally wrong here)
lyon/crates/tessellation/src/stroke.rs
Lines 2162 to 2176 in 3c709ff
The text was updated successfully, but these errors were encountered: