From: Ben Harris Date: Mon, 31 Jul 2017 21:48:50 +0000 (+0100) Subject: Remove a spurious "0 0 moveto" from glyph complement PS. X-Git-Tag: bedstead-002.000~105 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=b7333078b796789af120736c757c04224cd99253;p=bedstead.git Remove a spurious "0 0 moveto" from glyph complement PS. --- diff --git a/bedstead.c b/bedstead.c index 3bde77a..698a49c 100644 --- a/bedstead.c +++ b/bedstead.c @@ -2179,7 +2179,7 @@ glyph_complement() printf("%%%%Page: %d %d\n", npages, npages); } g = sorted[i]; - printf("gsave %d %d translate 0 0 moveto ", + printf("gsave %d %d translate ", 20 + (((i%(nrow*ncol)/nrow) * 40)), 800 - ((i%nrow) * 40)); if (g->unicode != -1)