Dima Saviuk
Dima Saviuk
I guess you didn't add Jitpack to the list of repos
Just checked, works fine for me. Maybe it was some temporary Jitpack problem?
Fascinating. I haven't tested this kind of scenario, but a BlurView embedded in a Compose hierarchy should work, if that suits your needs. I'm assuming this breaks because of the...
Yeah, I wouldn't consider setting a software layer even if it fixes the problem
@anthony-fresneau-kiplin no updates. I'm not investigating it though. The only way to fix it on my side is to move to hardware rendering for UI snapshots, which comes with a...
I [reported](https://issuetracker.google.com/issues/333219065) this bug to Compose team, but they might just dismiss it and say I'm trying to do something stupid
Post your setup. Normally it shouldn't matter, since the bitmap from `internalCanvas` is then being drawn on the system `canvas` anyway. And drawing on `canvas` is also confined within the...
Is there anything blocking this PR?
I've encountered the same problem. Incremental file creation does not help though, because if you're downloading a fragment of a file close to its end, it will have to allocate...
Yes, this is a known limitation. `clipToOutline` doesn't work with complex shapes. You might want to subclass the BlurView and clip it to path on a Canvas level