chiark
/
gitweb
/
~bjharris
/
bedstead.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fba832b
)
Remove a spurious "0 0 moveto" from glyph complement PS.
author
Ben Harris
<bjh21@bjh21.me.uk>
Mon, 31 Jul 2017 21:48:50 +0000
(22:48 +0100)
committer
Ben Harris
<bjh21@bjh21.me.uk>
Mon, 31 Jul 2017 21:48:50 +0000
(22:48 +0100)
bedstead.c
patch
|
blob
|
history
diff --git
a/bedstead.c
b/bedstead.c
index 3bde77a11d4a5d7f47ee70129069b2186cfd5aaa..698a49cf24447bf95e19a35043fedb994cf4d8e0 100644
(file)
--- 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)