From: Don Armstrong Date: Wed, 7 Mar 2018 21:31:52 +0000 (-0800) Subject: the icon background should be white X-Git-Tag: release/2.6.0~4 X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=085c1a7f08a4b109e62e071e1990a10375ae2aaf the icon background should be white --- 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 $@ $<