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 110 80
|
||||
%%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
|
||||
80 110 0 0 TR
|
||||
80 0 0 110 R
|
||||
0 0 0 setrgbcolor
|
||||
5 75 1 TD
|
||||
45 75 1 TD
|
||||
65 75 1 TD
|
||||
85 75 1 TD
|
||||
105 75 1 TD
|
||||
35 65 1 TD
|
||||
55 65 1 TD
|
||||
75 65 1 TD
|
||||
5 55 1 TD
|
||||
25 55 1 TD
|
||||
65 55 1 TD
|
||||
85 55 1 TD
|
||||
105 55 1 TD
|
||||
15 45 1 TD
|
||||
5 35 1 TD
|
||||
105 35 1 TD
|
||||
15 25 1 TD
|
||||
35 25 1 TD
|
||||
55 25 1 TD
|
||||
75 25 1 TD
|
||||
5 15 1 TD
|
||||
25 15 1 TD
|
||||
85 15 1 TD
|
||||
105 15 1 TD
|
||||
15 5 1 TD
|
||||
35 5 1 TD
|
||||
75 5 1 TD
|
||||
95 5 1 TD
|
||||
75 1 I 5 D
|
||||
I 45 D
|
||||
I 65 D
|
||||
I 85 D
|
||||
105 D
|
||||
65 1 I 35 D
|
||||
I 55 D
|
||||
75 D
|
||||
55 1 I 5 D
|
||||
I 25 D
|
||||
I 65 D
|
||||
I 85 D
|
||||
105 D
|
||||
45 1 15 D
|
||||
35 1 I 5 D
|
||||
105 D
|
||||
25 1 I 15 D
|
||||
I 35 D
|
||||
I 55 D
|
||||
75 D
|
||||
15 1 I 5 D
|
||||
I 25 D
|
||||
I 85 D
|
||||
105 D
|
||||
5 1 I 15 D
|
||||
I 35 D
|
||||
I 75 D
|
||||
95 D
|
||||
|
Reference in New Issue
Block a user