From: Patrick McCarty Date: Tue, 18 Aug 2009 01:21:35 +0000 (-0700) Subject: Web: fix PNG creation from SVG X-Git-Tag: release/2.13.4-1~179^2~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=500c84d7111df5c4ed0071655bdf83ffda787fe0;p=lilypond.git Web: fix PNG creation from SVG --- 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 $< $@