mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13: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:
@ -4,37 +4,37 @@
|
||||
%%Pages: 0
|
||||
%%BoundingBox: 0 0 79 58
|
||||
%%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
|
||||
57.4 78.4 0 0 TR
|
||||
57.4 0 0 78.4 R
|
||||
0 0 0 setrgbcolor
|
||||
4.2 53.2 3.85 TD
|
||||
32.2 53.2 3.85 TD
|
||||
46.2 53.2 3.85 TD
|
||||
60.2 53.2 3.85 TD
|
||||
74.2 53.2 3.85 TD
|
||||
25.2 46.2 3.85 TD
|
||||
39.2 46.2 3.85 TD
|
||||
53.2 46.2 3.85 TD
|
||||
4.2 39.2 3.85 TD
|
||||
18.2 39.2 3.85 TD
|
||||
46.2 39.2 3.85 TD
|
||||
60.2 39.2 3.85 TD
|
||||
74.2 39.2 3.85 TD
|
||||
11.2 32.2 3.85 TD
|
||||
4.2 25.2 3.85 TD
|
||||
74.2 25.2 3.85 TD
|
||||
11.2 18.2 3.85 TD
|
||||
25.2 18.2 3.85 TD
|
||||
39.2 18.2 3.85 TD
|
||||
53.2 18.2 3.85 TD
|
||||
4.2 11.2 3.85 TD
|
||||
18.2 11.2 3.85 TD
|
||||
60.2 11.2 3.85 TD
|
||||
74.2 11.2 3.85 TD
|
||||
11.2 4.2 3.85 TD
|
||||
25.2 4.2 3.85 TD
|
||||
53.2 4.2 3.85 TD
|
||||
67.2 4.2 3.85 TD
|
||||
53.2 3.85 I 4.2 D
|
||||
I 32.2 D
|
||||
I 46.2 D
|
||||
I 60.2 D
|
||||
74.2 D
|
||||
46.2 3.85 I 25.2 D
|
||||
I 39.2 D
|
||||
53.2 D
|
||||
39.2 3.85 I 4.2 D
|
||||
I 18.2 D
|
||||
I 46.2 D
|
||||
I 60.2 D
|
||||
74.2 D
|
||||
32.2 3.85 11.2 D
|
||||
25.2 3.85 I 4.2 D
|
||||
74.2 D
|
||||
18.2 3.85 I 11.2 D
|
||||
I 25.2 D
|
||||
I 39.2 D
|
||||
53.2 D
|
||||
11.2 3.85 I 4.2 D
|
||||
I 18.2 D
|
||||
I 60.2 D
|
||||
74.2 D
|
||||
4.2 3.85 I 11.2 D
|
||||
I 25.2 D
|
||||
I 53.2 D
|
||||
67.2 D
|
||||
|
Reference in New Issue
Block a user