From dfb86e3fc57cc39f35ad4e313f00e1996f58ee67 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 22 Mar 2020 10:16:02 +0000 Subject: [PATCH] Move sample image down by one (output) pixel Having a 3px margin at the top and a 5px margin at the bottom was silly. --- sample.ps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample.ps b/sample.ps index 05dfbc2..6a8af99 100644 --- a/sample.ps +++ b/sample.ps @@ -9,7 +9,7 @@ } forall 0 -10 bpx translate } def -0 93.25 bpx translate +0 93 bpx translate [ /A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z ] row [ /a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z ] row [ /a.sc/b.sc/c.sc/d.sc/e.sc/f.sc/g.sc/h.sc/i.sc/j.sc/k.sc/l.sc/m.sc -- 2.30.2