mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-30 06:45:28 -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 66 48
|
||||
%%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
|
||||
48 66 0 0 TR
|
||||
48 0 0 66 R
|
||||
0 0 0 setrgbcolor
|
||||
3 45 2.4 TD
|
||||
27 45 2.4 TD
|
||||
39 45 2.4 TD
|
||||
51 45 2.4 TD
|
||||
63 45 2.4 TD
|
||||
21 39 2.4 TD
|
||||
33 39 2.4 TD
|
||||
45 39 2.4 TD
|
||||
3 33 2.4 TD
|
||||
15 33 2.4 TD
|
||||
39 33 2.4 TD
|
||||
51 33 2.4 TD
|
||||
63 33 2.4 TD
|
||||
9 27 2.4 TD
|
||||
3 21 2.4 TD
|
||||
63 21 2.4 TD
|
||||
9 15 2.4 TD
|
||||
21 15 2.4 TD
|
||||
33 15 2.4 TD
|
||||
45 15 2.4 TD
|
||||
3 9 2.4 TD
|
||||
15 9 2.4 TD
|
||||
51 9 2.4 TD
|
||||
63 9 2.4 TD
|
||||
9 3 2.4 TD
|
||||
21 3 2.4 TD
|
||||
45 3 2.4 TD
|
||||
57 3 2.4 TD
|
||||
45 2.4 I 3 D
|
||||
I 27 D
|
||||
I 39 D
|
||||
I 51 D
|
||||
63 D
|
||||
39 2.4 I 21 D
|
||||
I 33 D
|
||||
45 D
|
||||
33 2.4 I 3 D
|
||||
I 15 D
|
||||
I 39 D
|
||||
I 51 D
|
||||
63 D
|
||||
27 2.4 9 D
|
||||
21 2.4 I 3 D
|
||||
63 D
|
||||
15 2.4 I 9 D
|
||||
I 21 D
|
||||
I 33 D
|
||||
45 D
|
||||
9 2.4 I 3 D
|
||||
I 15 D
|
||||
I 51 D
|
||||
63 D
|
||||
3 2.4 I 9 D
|
||||
I 21 D
|
||||
I 45 D
|
||||
57 D
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue