mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-04 08:49:45 -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 34 25
|
||||
%%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.6 33.6 0 0 TR
|
||||
24.6 0 0 33.6 R
|
||||
0 0 0 setrgbcolor
|
||||
1.8 22.8 1.65 TD
|
||||
13.8 22.8 1.65 TD
|
||||
19.8 22.8 1.65 TD
|
||||
25.8 22.8 1.65 TD
|
||||
31.8 22.8 1.65 TD
|
||||
10.8 19.8 1.65 TD
|
||||
16.8 19.8 1.65 TD
|
||||
22.8 19.8 1.65 TD
|
||||
1.8 16.8 1.65 TD
|
||||
7.8 16.8 1.65 TD
|
||||
19.8 16.8 1.65 TD
|
||||
25.8 16.8 1.65 TD
|
||||
31.8 16.8 1.65 TD
|
||||
4.8 13.8 1.65 TD
|
||||
1.8 10.8 1.65 TD
|
||||
31.8 10.8 1.65 TD
|
||||
4.8 7.8 1.65 TD
|
||||
10.8 7.8 1.65 TD
|
||||
16.8 7.8 1.65 TD
|
||||
22.8 7.8 1.65 TD
|
||||
1.8 4.8 1.65 TD
|
||||
7.8 4.8 1.65 TD
|
||||
25.8 4.8 1.65 TD
|
||||
31.8 4.8 1.65 TD
|
||||
4.8 1.8 1.65 TD
|
||||
10.8 1.8 1.65 TD
|
||||
22.8 1.8 1.65 TD
|
||||
28.8 1.8 1.65 TD
|
||||
22.8 1.65 I 1.8 D
|
||||
I 13.8 D
|
||||
I 19.8 D
|
||||
I 25.8 D
|
||||
31.8 D
|
||||
19.8 1.65 I 10.8 D
|
||||
I 16.8 D
|
||||
22.8 D
|
||||
16.8 1.65 I 1.8 D
|
||||
I 7.8 D
|
||||
I 19.8 D
|
||||
I 25.8 D
|
||||
31.8 D
|
||||
13.8 1.65 4.8 D
|
||||
10.8 1.65 I 1.8 D
|
||||
31.8 D
|
||||
7.8 1.65 I 4.8 D
|
||||
I 10.8 D
|
||||
I 16.8 D
|
||||
22.8 D
|
||||
4.8 1.65 I 1.8 D
|
||||
I 7.8 D
|
||||
I 25.8 D
|
||||
31.8 D
|
||||
1.8 1.65 I 4.8 D
|
||||
I 10.8 D
|
||||
I 22.8 D
|
||||
28.8 D
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue