mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-01 07:38:26 -04:00
EPS: fix text rotation regression ([607e4ed]);
remove legacy "T" prefix from def commands; reinstate previous R (TR) def so as to use I (TB) copy to save file size, & for ULTRA pre-group rects by colour to enable use; adjust H (TH) def so can use new J copy to save file size; various other fiddles manual: Royal Mail Mailmark - put Destination+DPS & RTS in tables for readability
This commit is contained in:
parent
3c1980c284
commit
ee6b4a0efc
63 changed files with 3973 additions and 3171 deletions
|
@ -4,37 +4,37 @@
|
|||
%%Pages: 0
|
||||
%%BoundingBox: 0 0 33 24
|
||||
%%EndComments
|
||||
/TD { newpath 0 360 arc fill } bind def
|
||||
/TR { newpath moveto dup 3 1 roll 0 rlineto 0 exch rlineto neg 0 rlineto closepath fill } bind def
|
||||
newpath
|
||||
/D { newpath 3 1 roll 0 360 arc fill } bind def
|
||||
/R { newpath 4 1 roll exch moveto 1 index 0 rlineto 0 exch rlineto neg 0 rlineto closepath fill } bind def
|
||||
/I { 2 copy } bind def
|
||||
1 1 1 setrgbcolor
|
||||
24 33 0 0 TR
|
||||
24 0 0 33 R
|
||||
0 0 0 setrgbcolor
|
||||
1.5 22.5 0.6 TD
|
||||
13.5 22.5 0.6 TD
|
||||
19.5 22.5 0.6 TD
|
||||
25.5 22.5 0.6 TD
|
||||
31.5 22.5 0.6 TD
|
||||
10.5 19.5 0.6 TD
|
||||
16.5 19.5 0.6 TD
|
||||
22.5 19.5 0.6 TD
|
||||
1.5 16.5 0.6 TD
|
||||
7.5 16.5 0.6 TD
|
||||
19.5 16.5 0.6 TD
|
||||
25.5 16.5 0.6 TD
|
||||
31.5 16.5 0.6 TD
|
||||
4.5 13.5 0.6 TD
|
||||
1.5 10.5 0.6 TD
|
||||
31.5 10.5 0.6 TD
|
||||
4.5 7.5 0.6 TD
|
||||
10.5 7.5 0.6 TD
|
||||
16.5 7.5 0.6 TD
|
||||
22.5 7.5 0.6 TD
|
||||
1.5 4.5 0.6 TD
|
||||
7.5 4.5 0.6 TD
|
||||
25.5 4.5 0.6 TD
|
||||
31.5 4.5 0.6 TD
|
||||
4.5 1.5 0.6 TD
|
||||
10.5 1.5 0.6 TD
|
||||
22.5 1.5 0.6 TD
|
||||
28.5 1.5 0.6 TD
|
||||
22.5 0.6 I 1.5 D
|
||||
I 13.5 D
|
||||
I 19.5 D
|
||||
I 25.5 D
|
||||
31.5 D
|
||||
19.5 0.6 I 10.5 D
|
||||
I 16.5 D
|
||||
22.5 D
|
||||
16.5 0.6 I 1.5 D
|
||||
I 7.5 D
|
||||
I 19.5 D
|
||||
I 25.5 D
|
||||
31.5 D
|
||||
13.5 0.6 4.5 D
|
||||
10.5 0.6 I 1.5 D
|
||||
31.5 D
|
||||
7.5 0.6 I 4.5 D
|
||||
I 10.5 D
|
||||
I 16.5 D
|
||||
22.5 D
|
||||
4.5 0.6 I 1.5 D
|
||||
I 7.5 D
|
||||
I 25.5 D
|
||||
31.5 D
|
||||
1.5 0.6 I 4.5 D
|
||||
I 10.5 D
|
||||
I 22.5 D
|
||||
28.5 D
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue