guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#41163: [PATCH] gnu: grub: Allow a PNG image and replace (aspect-rati


From: Mathieu Othacehe
Subject: bug#41163: [PATCH] gnu: grub: Allow a PNG image and replace (aspect-ratio) with (resolution).
Date: Tue, 19 May 2020 09:36:16 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hello Stefan,

>  (define* (svg->png svg #:key width height)
> -  "Build a PNG of HEIGHT x WIDTH from SVG."
> +  "Build a PNG of HEIGHT x WIDTH from SVG if its file suffix is \".svg\".

I renamed this one "image->png" which is closer to what's happening I
think.

Tested your patch with both the default configuration and a custom PNG
image, it works fine.

Pushed as 9cdb10d5.

Bonus points if you come up with a documentation patch describing how to
setup a custom svg/png image :)

Thanks,

Mathieu





reply via email to

[Prev in Thread] Current Thread [Next in Thread]