From 500c84d7111df5c4ed0071655bdf83ffda787fe0 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Mon, 17 Aug 2009 18:21:35 -0700 Subject: [PATCH] Web: fix PNG creation from SVG --- Documentation/pictures/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/pictures/GNUmakefile b/Documentation/pictures/GNUmakefile index 5aa845a6d1..d6cca648e2 100644 --- a/Documentation/pictures/GNUmakefile +++ b/Documentation/pictures/GNUmakefile @@ -35,7 +35,7 @@ $(outdir)/%-flat-bw.png: %-flat-bw.png convert -depth 8 -geometry 50x50% $< $@ $(outdir)/%.png: %.svg - convert $< $@ + convert -depth 8 -alpha Off -background white -layers flatten -trim +repage $< $@ $(outdir)/%.png: %.png ln -f $< $@ -- 2.39.5