1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00
Files
egui/crates/epaint/src
Emil Ernerfeldt a15e6c2122 Prevent visual glitch when shadow blur width is very high (#4245)
* Closes https://github.com/emilk/egui/issues/4238

The comment in the code explains it well, but the short of it is this:
we can't handle a shadow blur width larger than the shadow rectangle, so
we need to clamp the blur. This means smaller things will cast shadows
with a smaller blur width, but that's better than having visual
glitches.
2024-03-27 11:22:38 +01:00
..
2024-01-08 17:41:21 +01:00
2024-01-08 17:41:21 +01:00
2024-03-26 09:05:29 +01:00
2024-03-26 09:05:29 +01:00
2024-03-20 13:23:21 +01:00
2024-01-08 17:41:21 +01:00