mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
The infinite limit caused arithmetic issues when rendering the preview with very large values, which led to a panic. The new limit should still be higher than anyone would reasonably want to set a stroke width to, but not high enough to trigger a panic. * Closes <https://github.com/emilk/egui/issues/7348> * [x] I have followed the instructions in the PR template