git ssb

0+

cel / ssb-invitation-cards



Commit 4820fa19862722663667a28a0fb741b17c440cc5

Right-align wrapped feed ids

cel committed on 1/25/2019, 10:03:48 PM
Parent: 04bc1183cb84befc323d264801480627dd239ead

Files changed

common.pschanged
themes/original.pschanged
common.psView
@@ -30,8 +30,17 @@
3030 } ifelse
3131 } loop
3232 } def
3333
34 +/id2wrapshow {
35 + /height exch def
36 + dup 0 27 getinterval
37 + dup show
38 + stringwidth pop neg height neg rmoveto
39 + ( ) show
40 + 27 26 getinterval show
41 +} def
42 +
3443 /DrawEPS {
3544 /filename exch def
3645 /z exch def
3746 /bottom exch def
themes/original.psView
@@ -36,18 +36,18 @@
3636
3737 /LiberationMono 8 selectfont
3838 pub_id
3939 16 102 moveto
40- 27 10 wrapshow
40 + 10 id2wrapshow
4141
4242 /LiberationSans 12 selectfont
4343 16 68 moveto
4444 op_name show
4545
4646 /LiberationMono 8 selectfont
4747 op_id
4848 16 53 moveto
49- 27 10 wrapshow
49 + 10 id2wrapshow
5050
5151 180 62 1 3 div
5252 (rainbow-hermies-strong-border.eps) DrawEPS
5353

Built with git-ssb-web