chiark / gitweb /
Remove a spurious "0 0 moveto" from glyph complement PS.
authorBen Harris <bjh21@bjh21.me.uk>
Mon, 31 Jul 2017 21:48:50 +0000 (22:48 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Mon, 31 Jul 2017 21:48:50 +0000 (22:48 +0100)
bedstead.c

index 3bde77a11d4a5d7f47ee70129069b2186cfd5aaa..698a49cf24447bf95e19a35043fedb994cf4d8e0 100644 (file)
@@ -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)