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 37 28
|
||||
%%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
|
||||
27.6 36.6 0 0 TR
|
||||
27.6 0 0 36.6 R
|
||||
0 0 0 setrgbcolor
|
||||
3.3 24.3 3.15 TD
|
||||
15.3 24.3 3.15 TD
|
||||
21.3 24.3 3.15 TD
|
||||
27.3 24.3 3.15 TD
|
||||
33.3 24.3 3.15 TD
|
||||
12.3 21.3 3.15 TD
|
||||
18.3 21.3 3.15 TD
|
||||
24.3 21.3 3.15 TD
|
||||
3.3 18.3 3.15 TD
|
||||
9.3 18.3 3.15 TD
|
||||
21.3 18.3 3.15 TD
|
||||
27.3 18.3 3.15 TD
|
||||
33.3 18.3 3.15 TD
|
||||
6.3 15.3 3.15 TD
|
||||
3.3 12.3 3.15 TD
|
||||
33.3 12.3 3.15 TD
|
||||
6.3 9.3 3.15 TD
|
||||
12.3 9.3 3.15 TD
|
||||
18.3 9.3 3.15 TD
|
||||
24.3 9.3 3.15 TD
|
||||
3.3 6.3 3.15 TD
|
||||
9.3 6.3 3.15 TD
|
||||
27.3 6.3 3.15 TD
|
||||
33.3 6.3 3.15 TD
|
||||
6.3 3.3 3.15 TD
|
||||
12.3 3.3 3.15 TD
|
||||
24.3 3.3 3.15 TD
|
||||
30.3 3.3 3.15 TD
|
||||
24.3 3.15 I 3.3 D
|
||||
I 15.3 D
|
||||
I 21.3 D
|
||||
I 27.3 D
|
||||
33.3 D
|
||||
21.3 3.15 I 12.3 D
|
||||
I 18.3 D
|
||||
24.3 D
|
||||
18.3 3.15 I 3.3 D
|
||||
I 9.3 D
|
||||
I 21.3 D
|
||||
I 27.3 D
|
||||
33.3 D
|
||||
15.3 3.15 6.3 D
|
||||
12.3 3.15 I 3.3 D
|
||||
33.3 D
|
||||
9.3 3.15 I 6.3 D
|
||||
I 12.3 D
|
||||
I 18.3 D
|
||||
24.3 D
|
||||
6.3 3.15 I 3.3 D
|
||||
I 9.3 D
|
||||
I 27.3 D
|
||||
33.3 D
|
||||
3.3 3.15 I 6.3 D
|
||||
I 12.3 D
|
||||
I 24.3 D
|
||||
30.3 D
|
||||
|
Reference in New Issue
Block a user