fix: prevent edge darkening on GPU-blurred wallpaper (v0.7.1)

GskBlurNode samples pixels outside texture bounds as transparent,
causing visible darkening at wallpaper edges. Fix renders the texture
with 3x-sigma padding before blur, then clips back to original size.
This commit is contained in:
2026-03-28 23:15:47 +01:00
parent 5a6900e85a
commit efc55aa372
4 changed files with 27 additions and 8 deletions
Generated
+1 -1
View File
@@ -616,7 +616,7 @@ dependencies = [
[[package]]
name = "moonset"
version = "0.7.0"
version = "0.7.1"
dependencies = [
"dirs",
"gdk-pixbuf",