From: Patrick McCarty Date: Sun, 23 Aug 2009 19:41:59 +0000 (-0700) Subject: Web build: modify convert options for SVG->PNG X-Git-Tag: release/2.13.4-1~152 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e3afd8deb1c14af09560835e25fedab1bb15e012;p=lilypond.git Web build: modify convert options for SVG->PNG --- diff --git a/Documentation/pictures/GNUmakefile b/Documentation/pictures/GNUmakefile index d6cca648e2..301dccf512 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 -depth 8 -alpha Off -background white -layers flatten -trim +repage $< $@ + convert -depth 8 -alpha Off -background white -layers flatten -trim -page +0+0 $< $@ $(outdir)/%.png: %.png ln -f $< $@