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
+6
View File
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
Format based on [Keep a Changelog](https://keepachangelog.com/).
## [0.7.1] - 2026-03-28
### Fixed
- Fix edge darkening on blurred wallpaper — GskBlurNode sampled transparent pixels outside texture bounds, now renders with 3x-sigma padding and crops back
## [0.7.0] - 2026-03-28
### Added