From 085c1a7f08a4b109e62e071e1990a10375ae2aaf Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 7 Mar 2018 13:31:52 -0800 Subject: [PATCH] the icon background should be white --- html/logo/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/html/logo/Makefile b/html/logo/Makefile index 54c8d14..82ceaab 100644 --- a/html/logo/Makefile +++ b/html/logo/Makefile @@ -12,4 +12,5 @@ update_debbugs_logo: debbugs_logo_orig.svg debbugs_logo_icon.png: debbugs_logo.svg inkscape --without-gui \ --export-width 32 --export-height 32 \ + --export-background=white \ --export-png $@ $< -- 2.39.2