]> git.donarmstrong.com Git - debbugs.git/commitdiff
the icon background should be white
authorDon Armstrong <don@donarmstrong.com>
Wed, 7 Mar 2018 21:31:52 +0000 (13:31 -0800)
committerDon Armstrong <don@donarmstrong.com>
Wed, 7 Mar 2018 21:31:52 +0000 (13:31 -0800)
html/logo/Makefile

index 54c8d1410283a8beb507700e3d2010eddd6a7e6d..82ceaabaa5789742a571596f28f18c124ecdc6ca 100644 (file)
@@ -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 $@ $<