Nilirad / bevy_prototype_lyon

Draw 2D shapes in Bevy
Apache License 2.0
702 stars 87 forks source link

It gets stuck when the drawn rectangle exceeds 352*351 #254

Open yIllusionSky opened 4 weeks ago

yIllusionSky commented 4 weeks ago

When drawing a rectangle, does it only support a maximum of 351352 data? I have tried many times and it still outputs in seconds when it is 351 352. Once it exceeds, it will immediately freeze.