Control: tags +patch Hello maintainers of rootskel-gtk, On Fri, 19 May 2023 10:58:35 +0200 Cyril Brulebois <kibi@debian.org> wrote:
When building the package on bullseye, I'm getting transparency on both left and right borders. When building it on sid, I'm get that at the bottom. It would be great if we had some better or at least reproducible export.
In the file `build/config/x86.cfg`, rsvg-convert is called without additional options. If the option `--background-color black` is used, all transparency will be pre-rendered and the image will have no transparency left.
The colour black would be suitable, since that would match the 'nothingness' at the border of the screen.
The slight stretching of the svg image in [1] could then be reverted. Old: rsvg-convert $(SPLASH_SVG) > $(SPLASH_PNG); New: rsvg-convert --background-color black $(SPLASH_SVG) > $(SPLASH_PNG); With kind regards, Roland Clobus[1] https://salsa.debian.org/installer-team/debian-installer/-/commit/698311cb81e26512a86a7b94682367cd047f491c
Attachment:
OpenPGP_signature.asc
Description: OpenPGP digital signature