From e3afd8deb1c14af09560835e25fedab1bb15e012 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Sun, 23 Aug 2009 12:41:59 -0700 Subject: [PATCH] Web build: modify convert options for SVG->PNG --- Documentation/pictures/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $< $@ -- 2.39.2