mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-29 22:35:27 -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 22 16
|
||||
%%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
|
||||
16 22 0 0 TR
|
||||
16 0 0 22 R
|
||||
0 0 0 setrgbcolor
|
||||
1 15 0.8 TD
|
||||
9 15 0.8 TD
|
||||
13 15 0.8 TD
|
||||
17 15 0.8 TD
|
||||
21 15 0.8 TD
|
||||
7 13 0.8 TD
|
||||
11 13 0.8 TD
|
||||
15 13 0.8 TD
|
||||
1 11 0.8 TD
|
||||
5 11 0.8 TD
|
||||
13 11 0.8 TD
|
||||
17 11 0.8 TD
|
||||
21 11 0.8 TD
|
||||
3 9 0.8 TD
|
||||
1 7 0.8 TD
|
||||
21 7 0.8 TD
|
||||
3 5 0.8 TD
|
||||
7 5 0.8 TD
|
||||
11 5 0.8 TD
|
||||
15 5 0.8 TD
|
||||
1 3 0.8 TD
|
||||
5 3 0.8 TD
|
||||
17 3 0.8 TD
|
||||
21 3 0.8 TD
|
||||
3 1 0.8 TD
|
||||
7 1 0.8 TD
|
||||
15 1 0.8 TD
|
||||
19 1 0.8 TD
|
||||
15 0.8 I 1 D
|
||||
I 9 D
|
||||
I 13 D
|
||||
I 17 D
|
||||
21 D
|
||||
13 0.8 I 7 D
|
||||
I 11 D
|
||||
15 D
|
||||
11 0.8 I 1 D
|
||||
I 5 D
|
||||
I 13 D
|
||||
I 17 D
|
||||
21 D
|
||||
9 0.8 3 D
|
||||
7 0.8 I 1 D
|
||||
21 D
|
||||
5 0.8 I 3 D
|
||||
I 7 D
|
||||
I 11 D
|
||||
15 D
|
||||
3 0.8 I 1 D
|
||||
I 5 D
|
||||
I 17 D
|
||||
21 D
|
||||
1 0.8 I 3 D
|
||||
I 7 D
|
||||
I 15 D
|
||||
19 D
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue