bevy_prototype_lyon icon indicating copy to clipboard operation
bevy_prototype_lyon copied to clipboard

Very dense paths do not render (with minimum example)

Open JoJoJet opened this issue 2 years ago • 0 comments

What you did

I created a very dense path object. This means that the distance between each point is very small, less than a pixel. The x coordinate of the points range from -10..10, with a very low step size.

What you expected to happen

It should render just like any other path.

What actually happened

It appears invisible -- I don't know if the mesh gets build incorrectly or if its a rendering problem.

Additional information

Minimum reproducible example: https://github.com/JoJoJet/bevy_lyon_path_example/blob/main/src/main.rs

JoJoJet avatar May 06 '22 18:05 JoJoJet