n4n0GH / hello

the complete KDE theme
219 stars 26 forks source link

[BUG] Transparent windows have shadow bleed #62

Closed n4n0GH closed 4 years ago

n4n0GH commented 4 years ago

Describe the bug The update a7d186ef introduced a bug with transparent windows which now exhibit a weird "bleed" of the shadow. This was discovered by @arun54321 here: https://github.com/n4n0GH/hello/commit/a7d186efc8acf340c36851fc244634fa626f46db#commitcomment-36760619

To Reproduce

  1. Using transparency on any window should show the result

Expected behavior The shadow should not bleed back into the frame, even if it's transparent.

Bug inheritance N/A

Additional files Screenshot provided by @arun54321 https://user-images.githubusercontent.com/42943340/72214311-62733180-3525-11ea-81eb-ceb3fcd2d7ac.png

Additional context The update included a change in how the alpha blending is calculated, I suspect that to be the cause.

n4n0GH commented 4 years ago

A demonstration of the issue with blur turned off for better visibility of the issue.

scrot_20200115030729

n4n0GH commented 4 years ago

Closing this as I most likely won't be working on this any further (see 5f57998e).