mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-05 01:04:07 -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 77 56
|
||||
%%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
|
||||
56 77 0 0 TR
|
||||
56 0 0 77 R
|
||||
0 0 0 setrgbcolor
|
||||
3.5 52.5 2.8 TD
|
||||
31.5 52.5 2.8 TD
|
||||
45.5 52.5 2.8 TD
|
||||
59.5 52.5 2.8 TD
|
||||
73.5 52.5 2.8 TD
|
||||
24.5 45.5 2.8 TD
|
||||
38.5 45.5 2.8 TD
|
||||
52.5 45.5 2.8 TD
|
||||
3.5 38.5 2.8 TD
|
||||
17.5 38.5 2.8 TD
|
||||
45.5 38.5 2.8 TD
|
||||
59.5 38.5 2.8 TD
|
||||
73.5 38.5 2.8 TD
|
||||
10.5 31.5 2.8 TD
|
||||
3.5 24.5 2.8 TD
|
||||
73.5 24.5 2.8 TD
|
||||
10.5 17.5 2.8 TD
|
||||
24.5 17.5 2.8 TD
|
||||
38.5 17.5 2.8 TD
|
||||
52.5 17.5 2.8 TD
|
||||
3.5 10.5 2.8 TD
|
||||
17.5 10.5 2.8 TD
|
||||
59.5 10.5 2.8 TD
|
||||
73.5 10.5 2.8 TD
|
||||
10.5 3.5 2.8 TD
|
||||
24.5 3.5 2.8 TD
|
||||
52.5 3.5 2.8 TD
|
||||
66.5 3.5 2.8 TD
|
||||
52.5 2.8 I 3.5 D
|
||||
I 31.5 D
|
||||
I 45.5 D
|
||||
I 59.5 D
|
||||
73.5 D
|
||||
45.5 2.8 I 24.5 D
|
||||
I 38.5 D
|
||||
52.5 D
|
||||
38.5 2.8 I 3.5 D
|
||||
I 17.5 D
|
||||
I 45.5 D
|
||||
I 59.5 D
|
||||
73.5 D
|
||||
31.5 2.8 10.5 D
|
||||
24.5 2.8 I 3.5 D
|
||||
73.5 D
|
||||
17.5 2.8 I 10.5 D
|
||||
I 24.5 D
|
||||
I 38.5 D
|
||||
52.5 D
|
||||
10.5 2.8 I 3.5 D
|
||||
I 17.5 D
|
||||
I 59.5 D
|
||||
73.5 D
|
||||
3.5 2.8 I 10.5 D
|
||||
I 24.5 D
|
||||
I 52.5 D
|
||||
66.5 D
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue