Commit e365eda
authored
Fix overlapping content with layer transformations (#674)
There was a small optimization I made in the blurring code, to reject
areas which do not overlap, according to their layout bounds. Layer
transformations aren't based on layout sizes though, so we can not
safely assume that the overlapping check works correctly.
It's a tiny optimization, so better to just remove it.
Fixes #6751 parent a9de0fb commit e365eda
23 files changed
Lines changed: 50 additions & 32 deletions
File tree
- haze-screenshot-tests
- screenshots
- android
- desktop
- src
- commonMain/kotlin/dev/chrisbanes/haze
- commonTest/kotlin/dev/chrisbanes/haze
- haze/src/commonMain/kotlin/dev/chrisbanes/haze
0 commit comments