- Add text_gap
option to allow adjustment of vertical gap between
barcode and text - EMF/EPS/SVG/GUI: ignore BOLD_TEXT for EAN/UPC - DAFT: up max to 250 chars - EMF/EPS/SVG: fix addon bars placement/length when text hidden - Qt backend: use `QFontMetrics::horizontalAdvance()` rather than `boundingRect()` to calc text width (seems to be more accurate) - library: make printf/sprintf() format arg always literal string - output: fix errtxt nos clash; use array for `out_upcean_split_text()` text parts - raster/vector: smallify addon text printing logic - frontend: warn if output file and direct options both given; add TODO note about `CommandLineToArgvW()` loading shell32.dll - manual: put HRT options in own section
|
@ -1,5 +1,5 @@
|
|||
%!PS-Adobe-3.0 EPSF-3.0
|
||||
%%Creator: Zint 2.10.0.9
|
||||
%%Creator: Zint 2.12.0.9
|
||||
%%Title: Zint Generated Symbol
|
||||
%%Pages: 0
|
||||
%%BoundingBox: 0 0 224 119
|
||||
|
@ -84,7 +84,7 @@ end
|
|||
matrix currentmatrix
|
||||
/Helvetica-ISOLatin1 findfont
|
||||
14.00 scalefont setfont
|
||||
0 0 moveto 112.00 3.50 translate 0.00 rotate 0 0 moveto
|
||||
0 0 moveto 112.00 4.90 translate 0.00 rotate 0 0 moveto
|
||||
(Égjpqy) stringwidth
|
||||
pop
|
||||
-2 div 0 rmoveto
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
%!PS-Adobe-3.0 EPSF-3.0
|
||||
%%Creator: Zint 2.10.0.9
|
||||
%%Creator: Zint 2.12.0.9
|
||||
%%Title: Zint Generated Symbol
|
||||
%%Pages: 0
|
||||
%%BoundingBox: 0 0 119 224
|
||||
|
@ -84,7 +84,7 @@ end
|
|||
matrix currentmatrix
|
||||
/Helvetica-ISOLatin1 findfont
|
||||
14.00 scalefont setfont
|
||||
0 0 moveto 3.50 112.00 translate 0.00 rotate 0 0 moveto
|
||||
0 0 moveto 4.90 112.00 translate 0.00 rotate 0 0 moveto
|
||||
(Égjpqy) stringwidth
|
||||
gsave
|
||||
270 rotate
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
%!PS-Adobe-3.0 EPSF-3.0
|
||||
%%Creator: Zint 2.10.0.9
|
||||
%%Creator: Zint 2.12.0.9
|
||||
%%Title: Zint Generated Symbol
|
||||
%%Pages: 0
|
||||
%%BoundingBox: 0 0 246 119
|
||||
|
@ -90,7 +90,7 @@ end
|
|||
matrix currentmatrix
|
||||
/Helvetica-ISOLatin1 findfont
|
||||
14.00 scalefont setfont
|
||||
0 0 moveto 123.00 3.50 translate 0.00 rotate 0 0 moveto
|
||||
0 0 moveto 123.00 4.90 translate 0.00 rotate 0 0 moveto
|
||||
(A\\B\)ç\(D) stringwidth
|
||||
pop
|
||||
-2 div 0 rmoveto
|
||||
|
|
|
@ -65,7 +65,7 @@ TE
|
|||
matrix currentmatrix
|
||||
/Helvetica findfont
|
||||
14.00 scalefont setfont
|
||||
0 0 moveto 64.00 3.50 translate 0.00 rotate 0 0 moveto
|
||||
0 0 moveto 64.00 4.90 translate 0.00 rotate 0 0 moveto
|
||||
(*123*) stringwidth
|
||||
pop
|
||||
-2 div 0 rmoveto
|
||||
|
|
|
@ -65,7 +65,7 @@ TE
|
|||
matrix currentmatrix
|
||||
/Helvetica findfont
|
||||
14.00 scalefont setfont
|
||||
0 0 moveto 64.00 3.50 translate 0.00 rotate 0 0 moveto
|
||||
0 0 moveto 64.00 4.90 translate 0.00 rotate 0 0 moveto
|
||||
(*123*) stringwidth
|
||||
pop
|
||||
-2 div 0 rmoveto
|
||||
|
|
|
@ -62,7 +62,7 @@ TE
|
|||
matrix currentmatrix
|
||||
/Helvetica findfont
|
||||
14.00 scalefont setfont
|
||||
0 0 moveto 64.00 3.50 translate 0.00 rotate 0 0 moveto
|
||||
0 0 moveto 64.00 4.90 translate 0.00 rotate 0 0 moveto
|
||||
(*123*) stringwidth
|
||||
pop
|
||||
-2 div 0 rmoveto
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
%!PS-Adobe-3.0 EPSF-3.0
|
||||
%%Creator: Zint 2.10.0.9
|
||||
%%Creator: Zint 2.12.0.9
|
||||
%%Title: Zint Generated Symbol
|
||||
%%Pages: 0
|
||||
%%BoundingBox: 0 0 158 119
|
||||
|
@ -61,7 +61,7 @@ TE
|
|||
matrix currentmatrix
|
||||
/Helvetica-Bold findfont
|
||||
14.00 scalefont setfont
|
||||
0 0 moveto 79.00 3.50 translate 0.00 rotate 0 0 moveto
|
||||
0 0 moveto 79.00 4.90 translate 0.00 rotate 0 0 moveto
|
||||
(\(01\)15012345678907) stringwidth
|
||||
pop
|
||||
-2 div 0 rmoveto
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
%!PS-Adobe-3.0 EPSF-3.0
|
||||
%%Creator: Zint 2.10.0.9
|
||||
%%Creator: Zint 2.12.0.9
|
||||
%%Title: Zint Generated Symbol
|
||||
%%Pages: 0
|
||||
%%BoundingBox: 0 0 276 117
|
||||
|
@ -9,87 +9,87 @@
|
|||
/TE { pop pop } bind def
|
||||
newpath
|
||||
1.00 1.00 1.00 setrgbcolor
|
||||
116.40 0.00 TB 0.00 276.00 TR
|
||||
116.90 0.00 TB 0.00 276.00 TR
|
||||
TE
|
||||
0.00 0.00 0.00 setrgbcolor
|
||||
110.00 6.40 TB 22.00 2.00 TR
|
||||
110.00 6.90 TB 22.00 2.00 TR
|
||||
TE
|
||||
110.00 6.40 TB 26.00 2.00 TR
|
||||
110.00 6.90 TB 26.00 2.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 30.00 6.00 TR
|
||||
100.00 16.90 TB 30.00 6.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 38.00 4.00 TR
|
||||
100.00 16.90 TB 38.00 4.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 46.00 2.00 TR
|
||||
100.00 16.90 TB 46.00 2.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 54.00 2.00 TR
|
||||
100.00 16.90 TB 54.00 2.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 58.00 4.00 TR
|
||||
100.00 16.90 TB 58.00 4.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 66.00 4.00 TR
|
||||
100.00 16.90 TB 66.00 4.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 72.00 8.00 TR
|
||||
100.00 16.90 TB 72.00 8.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 82.00 2.00 TR
|
||||
100.00 16.90 TB 82.00 2.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 90.00 2.00 TR
|
||||
100.00 16.90 TB 90.00 2.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 96.00 2.00 TR
|
||||
100.00 16.90 TB 96.00 2.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 100.00 2.00 TR
|
||||
100.00 16.90 TB 100.00 2.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 108.00 4.00 TR
|
||||
100.00 16.90 TB 108.00 4.00 TR
|
||||
TE
|
||||
110.00 6.40 TB 114.00 2.00 TR
|
||||
110.00 6.90 TB 114.00 2.00 TR
|
||||
TE
|
||||
110.00 6.40 TB 118.00 2.00 TR
|
||||
110.00 6.90 TB 118.00 2.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 122.00 2.00 TR
|
||||
100.00 16.90 TB 122.00 2.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 128.00 6.00 TR
|
||||
100.00 16.90 TB 128.00 6.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 136.00 4.00 TR
|
||||
100.00 16.90 TB 136.00 4.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 142.00 4.00 TR
|
||||
100.00 16.90 TB 142.00 4.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 150.00 2.00 TR
|
||||
100.00 16.90 TB 150.00 2.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 154.00 6.00 TR
|
||||
100.00 16.90 TB 154.00 6.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 164.00 6.00 TR
|
||||
100.00 16.90 TB 164.00 6.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 174.00 2.00 TR
|
||||
100.00 16.90 TB 174.00 2.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 178.00 4.00 TR
|
||||
100.00 16.90 TB 178.00 4.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 186.00 4.00 TR
|
||||
100.00 16.90 TB 186.00 4.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 192.00 2.00 TR
|
||||
100.00 16.90 TB 192.00 2.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 200.00 2.00 TR
|
||||
100.00 16.90 TB 200.00 2.00 TR
|
||||
TE
|
||||
110.00 6.40 TB 206.00 2.00 TR
|
||||
110.00 6.90 TB 206.00 2.00 TR
|
||||
TE
|
||||
110.00 6.40 TB 210.00 2.00 TR
|
||||
110.00 6.90 TB 210.00 2.00 TR
|
||||
TE
|
||||
91.00 6.40 TB 226.00 2.00 TR
|
||||
93.10 6.90 TB 226.00 2.00 TR
|
||||
TE
|
||||
91.00 6.40 TB 230.00 4.00 TR
|
||||
93.10 6.90 TB 230.00 4.00 TR
|
||||
TE
|
||||
91.00 6.40 TB 238.00 4.00 TR
|
||||
93.10 6.90 TB 238.00 4.00 TR
|
||||
TE
|
||||
91.00 6.40 TB 246.00 2.00 TR
|
||||
93.10 6.90 TB 246.00 2.00 TR
|
||||
TE
|
||||
91.00 6.40 TB 250.00 2.00 TR
|
||||
93.10 6.90 TB 250.00 2.00 TR
|
||||
TE
|
||||
91.00 6.40 TB 256.00 2.00 TR
|
||||
93.10 6.90 TB 256.00 2.00 TR
|
||||
TE
|
||||
91.00 6.40 TB 262.00 4.00 TR
|
||||
93.10 6.90 TB 262.00 4.00 TR
|
||||
TE
|
||||
matrix currentmatrix
|
||||
/Helvetica findfont
|
||||
20.00 scalefont setfont
|
||||
0 0 moveto 12.00 0.40 translate 0.00 rotate 0 0 moveto
|
||||
0 0 moveto 12.20 0.80 translate 0.00 rotate 0 0 moveto
|
||||
(9) stringwidth
|
||||
pop
|
||||
neg 0 rmoveto
|
||||
|
@ -98,7 +98,7 @@ setmatrix
|
|||
matrix currentmatrix
|
||||
/Helvetica findfont
|
||||
20.00 scalefont setfont
|
||||
0 0 moveto 70.00 0.40 translate 0.00 rotate 0 0 moveto
|
||||
0 0 moveto 71.00 0.80 translate 0.00 rotate 0 0 moveto
|
||||
(771384) stringwidth
|
||||
pop
|
||||
-2 div 0 rmoveto
|
||||
|
@ -107,7 +107,7 @@ setmatrix
|
|||
matrix currentmatrix
|
||||
/Helvetica findfont
|
||||
20.00 scalefont setfont
|
||||
0 0 moveto 164.00 0.40 translate 0.00 rotate 0 0 moveto
|
||||
0 0 moveto 163.00 0.80 translate 0.00 rotate 0 0 moveto
|
||||
(524017) stringwidth
|
||||
pop
|
||||
-2 div 0 rmoveto
|
||||
|
@ -116,7 +116,7 @@ setmatrix
|
|||
matrix currentmatrix
|
||||
/Helvetica findfont
|
||||
20.00 scalefont setfont
|
||||
0 0 moveto 246.00 101.40 translate 0.00 rotate 0 0 moveto
|
||||
0 0 moveto 246.00 101.90 translate 0.00 rotate 0 0 moveto
|
||||
(12) stringwidth
|
||||
pop
|
||||
-2 div 0 rmoveto
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
%!PS-Adobe-3.0 EPSF-3.0
|
||||
%%Creator: Zint 2.10.0.9
|
||||
%%Creator: Zint 2.12.0.9
|
||||
%%Title: Zint Generated Symbol
|
||||
%%Pages: 0
|
||||
%%BoundingBox: 0 0 276 117
|
||||
|
@ -9,87 +9,87 @@
|
|||
/TE { pop pop } bind def
|
||||
newpath
|
||||
1.00 1.00 1.00 setrgbcolor
|
||||
116.40 0.00 TB 0.00 276.00 TR
|
||||
116.90 0.00 TB 0.00 276.00 TR
|
||||
TE
|
||||
0.00 0.00 0.00 setrgbcolor
|
||||
110.00 6.40 TB 18.00 2.00 TR
|
||||
110.00 6.90 TB 18.00 2.00 TR
|
||||
TE
|
||||
110.00 6.40 TB 22.00 2.00 TR
|
||||
110.00 6.90 TB 22.00 2.00 TR
|
||||
TE
|
||||
110.00 6.40 TB 30.00 4.00 TR
|
||||
110.00 6.90 TB 30.00 4.00 TR
|
||||
TE
|
||||
110.00 6.40 TB 36.00 2.00 TR
|
||||
110.00 6.90 TB 36.00 2.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 42.00 4.00 TR
|
||||
100.00 16.90 TB 42.00 4.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 50.00 2.00 TR
|
||||
100.00 16.90 TB 50.00 2.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 56.00 2.00 TR
|
||||
100.00 16.90 TB 56.00 2.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 62.00 4.00 TR
|
||||
100.00 16.90 TB 62.00 4.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 68.00 8.00 TR
|
||||
100.00 16.90 TB 68.00 8.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 78.00 2.00 TR
|
||||
100.00 16.90 TB 78.00 2.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 82.00 2.00 TR
|
||||
100.00 16.90 TB 82.00 2.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 90.00 4.00 TR
|
||||
100.00 16.90 TB 90.00 4.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 96.00 4.00 TR
|
||||
100.00 16.90 TB 96.00 4.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 106.00 2.00 TR
|
||||
100.00 16.90 TB 106.00 2.00 TR
|
||||
TE
|
||||
110.00 6.40 TB 110.00 2.00 TR
|
||||
110.00 6.90 TB 110.00 2.00 TR
|
||||
TE
|
||||
110.00 6.40 TB 114.00 2.00 TR
|
||||
110.00 6.90 TB 114.00 2.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 118.00 2.00 TR
|
||||
100.00 16.90 TB 118.00 2.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 122.00 2.00 TR
|
||||
100.00 16.90 TB 122.00 2.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 132.00 2.00 TR
|
||||
100.00 16.90 TB 132.00 2.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 140.00 2.00 TR
|
||||
100.00 16.90 TB 140.00 2.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 146.00 2.00 TR
|
||||
100.00 16.90 TB 146.00 2.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 152.00 2.00 TR
|
||||
100.00 16.90 TB 152.00 2.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 160.00 6.00 TR
|
||||
100.00 16.90 TB 160.00 6.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 168.00 2.00 TR
|
||||
100.00 16.90 TB 168.00 2.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 174.00 6.00 TR
|
||||
100.00 16.90 TB 174.00 6.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 184.00 2.00 TR
|
||||
100.00 16.90 TB 184.00 2.00 TR
|
||||
TE
|
||||
110.00 6.40 TB 188.00 2.00 TR
|
||||
110.00 6.90 TB 188.00 2.00 TR
|
||||
TE
|
||||
110.00 6.40 TB 194.00 6.00 TR
|
||||
110.00 6.90 TB 194.00 6.00 TR
|
||||
TE
|
||||
110.00 6.40 TB 202.00 2.00 TR
|
||||
110.00 6.90 TB 202.00 2.00 TR
|
||||
TE
|
||||
110.00 6.40 TB 206.00 2.00 TR
|
||||
110.00 6.90 TB 206.00 2.00 TR
|
||||
TE
|
||||
81.00 16.40 TB 226.00 2.00 TR
|
||||
83.10 16.90 TB 226.00 2.00 TR
|
||||
TE
|
||||
81.00 16.40 TB 230.00 4.00 TR
|
||||
83.10 16.90 TB 230.00 4.00 TR
|
||||
TE
|
||||
81.00 16.40 TB 238.00 2.00 TR
|
||||
83.10 16.90 TB 238.00 2.00 TR
|
||||
TE
|
||||
81.00 16.40 TB 244.00 4.00 TR
|
||||
83.10 16.90 TB 244.00 4.00 TR
|
||||
TE
|
||||
81.00 16.40 TB 250.00 2.00 TR
|
||||
83.10 16.90 TB 250.00 2.00 TR
|
||||
TE
|
||||
81.00 16.40 TB 254.00 2.00 TR
|
||||
83.10 16.90 TB 254.00 2.00 TR
|
||||
TE
|
||||
81.00 16.40 TB 262.00 4.00 TR
|
||||
83.10 16.90 TB 262.00 4.00 TR
|
||||
TE
|
||||
matrix currentmatrix
|
||||
/Helvetica findfont
|
||||
14.00 scalefont setfont
|
||||
0 0 moveto 8.00 0.40 translate 0.00 rotate 0 0 moveto
|
||||
0 0 moveto 8.70 0.80 translate 0.00 rotate 0 0 moveto
|
||||
(0) stringwidth
|
||||
pop
|
||||
neg 0 rmoveto
|
||||
|
@ -98,7 +98,7 @@ setmatrix
|
|||
matrix currentmatrix
|
||||
/Helvetica findfont
|
||||
20.00 scalefont setfont
|
||||
0 0 moveto 72.00 0.40 translate 0.00 rotate 0 0 moveto
|
||||
0 0 moveto 74.00 0.80 translate 0.00 rotate 0 0 moveto
|
||||
(12345) stringwidth
|
||||
pop
|
||||
-2 div 0 rmoveto
|
||||
|
@ -107,7 +107,7 @@ setmatrix
|
|||
matrix currentmatrix
|
||||
/Helvetica findfont
|
||||
20.00 scalefont setfont
|
||||
0 0 moveto 152.00 0.40 translate 0.00 rotate 0 0 moveto
|
||||
0 0 moveto 152.00 0.80 translate 0.00 rotate 0 0 moveto
|
||||
(67890) stringwidth
|
||||
pop
|
||||
-2 div 0 rmoveto
|
||||
|
@ -116,13 +116,13 @@ setmatrix
|
|||
matrix currentmatrix
|
||||
/Helvetica findfont
|
||||
14.00 scalefont setfont
|
||||
0 0 moveto 218.00 0.40 translate 0.00 rotate 0 0 moveto
|
||||
0 0 moveto 217.30 0.80 translate 0.00 rotate 0 0 moveto
|
||||
(5) show
|
||||
setmatrix
|
||||
matrix currentmatrix
|
||||
/Helvetica findfont
|
||||
20.00 scalefont setfont
|
||||
0 0 moveto 246.00 101.40 translate 0.00 rotate 0 0 moveto
|
||||
0 0 moveto 246.00 101.90 translate 0.00 rotate 0 0 moveto
|
||||
(24) stringwidth
|
||||
pop
|
||||
-2 div 0 rmoveto
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
%!PS-Adobe-3.0 EPSF-3.0
|
||||
%%Creator: Zint 2.10.0.9
|
||||
%%Creator: Zint 2.12.0.9
|
||||
%%Title: Zint Generated Symbol
|
||||
%%Pages: 0
|
||||
%%BoundingBox: 0 0 238 117
|
||||
|
@ -9,79 +9,79 @@
|
|||
/TE { pop pop } bind def
|
||||
newpath
|
||||
1.00 1.00 1.00 setrgbcolor
|
||||
116.40 0.00 TB 0.00 238.00 TR
|
||||
116.90 0.00 TB 0.00 238.00 TR
|
||||
TE
|
||||
0.00 0.00 0.00 setrgbcolor
|
||||
110.00 6.40 TB 18.00 2.00 TR
|
||||
110.00 6.90 TB 18.00 2.00 TR
|
||||
TE
|
||||
110.00 6.40 TB 22.00 2.00 TR
|
||||
110.00 6.90 TB 22.00 2.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 26.00 4.00 TR
|
||||
100.00 16.90 TB 26.00 4.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 34.00 4.00 TR
|
||||
100.00 16.90 TB 34.00 4.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 42.00 2.00 TR
|
||||
100.00 16.90 TB 42.00 2.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 48.00 4.00 TR
|
||||
100.00 16.90 TB 48.00 4.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 54.00 8.00 TR
|
||||
100.00 16.90 TB 54.00 8.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 64.00 2.00 TR
|
||||
100.00 16.90 TB 64.00 2.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 70.00 6.00 TR
|
||||
100.00 16.90 TB 70.00 6.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 78.00 2.00 TR
|
||||
100.00 16.90 TB 78.00 2.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 82.00 6.00 TR
|
||||
100.00 16.90 TB 82.00 6.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 92.00 2.00 TR
|
||||
100.00 16.90 TB 92.00 2.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 96.00 2.00 TR
|
||||
100.00 16.90 TB 96.00 2.00 TR
|
||||
TE
|
||||
100.00 16.40 TB 100.00 8.00 TR
|
||||
100.00 16.90 TB 100.00 8.00 TR
|
||||
TE
|
||||
110.00 6.40 TB 110.00 2.00 TR
|
||||
110.00 6.90 TB 110.00 2.00 TR
|
||||
TE
|
||||
110.00 6.40 TB 114.00 2.00 TR
|
||||
110.00 6.90 TB 114.00 2.00 TR
|
||||
TE
|
||||
110.00 6.40 TB 118.00 2.00 TR
|
||||
110.00 6.90 TB 118.00 2.00 TR
|
||||
TE
|
||||
81.00 16.40 TB 134.00 2.00 TR
|
||||
83.10 16.90 TB 134.00 2.00 TR
|
||||
TE
|
||||
81.00 16.40 TB 138.00 4.00 TR
|
||||
83.10 16.90 TB 138.00 4.00 TR
|
||||
TE
|
||||
81.00 16.40 TB 144.00 4.00 TR
|
||||
83.10 16.90 TB 144.00 4.00 TR
|
||||
TE
|
||||
81.00 16.40 TB 152.00 4.00 TR
|
||||
83.10 16.90 TB 152.00 4.00 TR
|
||||
TE
|
||||
81.00 16.40 TB 158.00 2.00 TR
|
||||
83.10 16.90 TB 158.00 2.00 TR
|
||||
TE
|
||||
81.00 16.40 TB 164.00 2.00 TR
|
||||
83.10 16.90 TB 164.00 2.00 TR
|
||||
TE
|
||||
81.00 16.40 TB 170.00 4.00 TR
|
||||
83.10 16.90 TB 170.00 4.00 TR
|
||||
TE
|
||||
81.00 16.40 TB 176.00 2.00 TR
|
||||
83.10 16.90 TB 176.00 2.00 TR
|
||||
TE
|
||||
81.00 16.40 TB 180.00 2.00 TR
|
||||
83.10 16.90 TB 180.00 2.00 TR
|
||||
TE
|
||||
81.00 16.40 TB 190.00 2.00 TR
|
||||
83.10 16.90 TB 190.00 2.00 TR
|
||||
TE
|
||||
81.00 16.40 TB 194.00 2.00 TR
|
||||
83.10 16.90 TB 194.00 2.00 TR
|
||||
TE
|
||||
81.00 16.40 TB 198.00 2.00 TR
|
||||
83.10 16.90 TB 198.00 2.00 TR
|
||||
TE
|
||||
81.00 16.40 TB 206.00 4.00 TR
|
||||
83.10 16.90 TB 206.00 4.00 TR
|
||||
TE
|
||||
81.00 16.40 TB 212.00 2.00 TR
|
||||
83.10 16.90 TB 212.00 2.00 TR
|
||||
TE
|
||||
81.00 16.40 TB 216.00 4.00 TR
|
||||
83.10 16.90 TB 216.00 4.00 TR
|
||||
TE
|
||||
81.00 16.40 TB 226.00 2.00 TR
|
||||
83.10 16.90 TB 226.00 2.00 TR
|
||||
TE
|
||||
matrix currentmatrix
|
||||
/Helvetica findfont
|
||||
14.00 scalefont setfont
|
||||
0 0 moveto 8.00 0.40 translate 0.00 rotate 0 0 moveto
|
||||
0 0 moveto 8.70 0.80 translate 0.00 rotate 0 0 moveto
|
||||
(0) stringwidth
|
||||
pop
|
||||
neg 0 rmoveto
|
||||
|
@ -90,7 +90,7 @@ setmatrix
|
|||
matrix currentmatrix
|
||||
/Helvetica findfont
|
||||
20.00 scalefont setfont
|
||||
0 0 moveto 66.00 0.40 translate 0.00 rotate 0 0 moveto
|
||||
0 0 moveto 67.00 0.80 translate 0.00 rotate 0 0 moveto
|
||||
(123456) stringwidth
|
||||
pop
|
||||
-2 div 0 rmoveto
|
||||
|
@ -99,13 +99,13 @@ setmatrix
|
|||
matrix currentmatrix
|
||||
/Helvetica findfont
|
||||
14.00 scalefont setfont
|
||||
0 0 moveto 126.00 0.40 translate 0.00 rotate 0 0 moveto
|
||||
0 0 moveto 125.30 0.80 translate 0.00 rotate 0 0 moveto
|
||||
(5) show
|
||||
setmatrix
|
||||
matrix currentmatrix
|
||||
/Helvetica findfont
|
||||
20.00 scalefont setfont
|
||||
0 0 moveto 182.00 101.40 translate 0.00 rotate 0 0 moveto
|
||||
0 0 moveto 182.00 101.90 translate 0.00 rotate 0 0 moveto
|
||||
(12345) stringwidth
|
||||
pop
|
||||
-2 div 0 rmoveto
|
||||
|
|
|
@ -1,111 +1,111 @@
|
|||
%!PS-Adobe-3.0 EPSF-3.0
|
||||
%%Creator: Zint 2.10.0.9
|
||||
%%Creator: Zint 2.12.0.9
|
||||
%%Title: Zint Generated Symbol
|
||||
%%Pages: 0
|
||||
%%BoundingBox: 0 0 238 112
|
||||
%%BoundingBox: 0 0 238 113
|
||||
%%EndComments
|
||||
/TB { 2 copy } bind def
|
||||
/TR { newpath 4 1 roll exch moveto 1 index 0 rlineto 0 exch rlineto neg 0 rlineto closepath fill } bind def
|
||||
/TE { pop pop } bind def
|
||||
newpath
|
||||
1.00 1.00 1.00 setrgbcolor
|
||||
111.90 0.00 TB 0.00 238.00 TR
|
||||
112.28 0.00 TB 0.00 238.00 TR
|
||||
TE
|
||||
0.00 0.00 0.00 setrgbcolor
|
||||
110.00 1.90 TB 18.00 2.00 TR
|
||||
110.00 2.28 TB 18.00 2.00 TR
|
||||
TE
|
||||
110.00 1.90 TB 22.00 2.00 TR
|
||||
110.00 2.28 TB 22.00 2.00 TR
|
||||
TE
|
||||
100.00 11.90 TB 26.00 4.00 TR
|
||||
100.00 12.28 TB 26.00 4.00 TR
|
||||
TE
|
||||
100.00 11.90 TB 34.00 4.00 TR
|
||||
100.00 12.28 TB 34.00 4.00 TR
|
||||
TE
|
||||
100.00 11.90 TB 42.00 2.00 TR
|
||||
100.00 12.28 TB 42.00 2.00 TR
|
||||
TE
|
||||
100.00 11.90 TB 48.00 4.00 TR
|
||||
100.00 12.28 TB 48.00 4.00 TR
|
||||
TE
|
||||
100.00 11.90 TB 54.00 8.00 TR
|
||||
100.00 12.28 TB 54.00 8.00 TR
|
||||
TE
|
||||
100.00 11.90 TB 64.00 2.00 TR
|
||||
100.00 12.28 TB 64.00 2.00 TR
|
||||
TE
|
||||
100.00 11.90 TB 70.00 6.00 TR
|
||||
100.00 12.28 TB 70.00 6.00 TR
|
||||
TE
|
||||
100.00 11.90 TB 78.00 2.00 TR
|
||||
100.00 12.28 TB 78.00 2.00 TR
|
||||
TE
|
||||
100.00 11.90 TB 82.00 6.00 TR
|
||||
100.00 12.28 TB 82.00 6.00 TR
|
||||
TE
|
||||
100.00 11.90 TB 92.00 2.00 TR
|
||||
100.00 12.28 TB 92.00 2.00 TR
|
||||
TE
|
||||
100.00 11.90 TB 96.00 2.00 TR
|
||||
100.00 12.28 TB 96.00 2.00 TR
|
||||
TE
|
||||
100.00 11.90 TB 100.00 8.00 TR
|
||||
100.00 12.28 TB 100.00 8.00 TR
|
||||
TE
|
||||
110.00 1.90 TB 110.00 2.00 TR
|
||||
110.00 2.28 TB 110.00 2.00 TR
|
||||
TE
|
||||
110.00 1.90 TB 114.00 2.00 TR
|
||||
110.00 2.28 TB 114.00 2.00 TR
|
||||
TE
|
||||
110.00 1.90 TB 118.00 2.00 TR
|
||||
110.00 2.28 TB 118.00 2.00 TR
|
||||
TE
|
||||
87.00 11.90 TB 134.00 2.00 TR
|
||||
87.72 12.28 TB 134.00 2.00 TR
|
||||
TE
|
||||
87.00 11.90 TB 138.00 4.00 TR
|
||||
87.72 12.28 TB 138.00 4.00 TR
|
||||
TE
|
||||
87.00 11.90 TB 144.00 4.00 TR
|
||||
87.72 12.28 TB 144.00 4.00 TR
|
||||
TE
|
||||
87.00 11.90 TB 152.00 4.00 TR
|
||||
87.72 12.28 TB 152.00 4.00 TR
|
||||
TE
|
||||
87.00 11.90 TB 158.00 2.00 TR
|
||||
87.72 12.28 TB 158.00 2.00 TR
|
||||
TE
|
||||
87.00 11.90 TB 164.00 2.00 TR
|
||||
87.72 12.28 TB 164.00 2.00 TR
|
||||
TE
|
||||
87.00 11.90 TB 170.00 4.00 TR
|
||||
87.72 12.28 TB 170.00 4.00 TR
|
||||
TE
|
||||
87.00 11.90 TB 176.00 2.00 TR
|
||||
87.72 12.28 TB 176.00 2.00 TR
|
||||
TE
|
||||
87.00 11.90 TB 180.00 2.00 TR
|
||||
87.72 12.28 TB 180.00 2.00 TR
|
||||
TE
|
||||
87.00 11.90 TB 190.00 2.00 TR
|
||||
87.72 12.28 TB 190.00 2.00 TR
|
||||
TE
|
||||
87.00 11.90 TB 194.00 2.00 TR
|
||||
87.72 12.28 TB 194.00 2.00 TR
|
||||
TE
|
||||
87.00 11.90 TB 198.00 2.00 TR
|
||||
87.72 12.28 TB 198.00 2.00 TR
|
||||
TE
|
||||
87.00 11.90 TB 206.00 4.00 TR
|
||||
87.72 12.28 TB 206.00 4.00 TR
|
||||
TE
|
||||
87.00 11.90 TB 212.00 2.00 TR
|
||||
87.72 12.28 TB 212.00 2.00 TR
|
||||
TE
|
||||
87.00 11.90 TB 216.00 4.00 TR
|
||||
87.72 12.28 TB 216.00 4.00 TR
|
||||
TE
|
||||
87.00 11.90 TB 226.00 2.00 TR
|
||||
87.72 12.28 TB 226.00 2.00 TR
|
||||
TE
|
||||
matrix currentmatrix
|
||||
/Helvetica-Bold findfont
|
||||
/Helvetica findfont
|
||||
12.00 scalefont setfont
|
||||
0 0 moveto 8.00 0.40 translate 0.00 rotate 0 0 moveto
|
||||
0 0 moveto 8.70 0.56 translate 0.00 rotate 0 0 moveto
|
||||
(0) stringwidth
|
||||
pop
|
||||
neg 0 rmoveto
|
||||
(0) show
|
||||
setmatrix
|
||||
matrix currentmatrix
|
||||
/Helvetica-Bold findfont
|
||||
/Helvetica findfont
|
||||
14.00 scalefont setfont
|
||||
0 0 moveto 66.00 0.40 translate 0.00 rotate 0 0 moveto
|
||||
0 0 moveto 67.00 0.56 translate 0.00 rotate 0 0 moveto
|
||||
(123456) stringwidth
|
||||
pop
|
||||
-2 div 0 rmoveto
|
||||
(123456) show
|
||||
setmatrix
|
||||
matrix currentmatrix
|
||||
/Helvetica-Bold findfont
|
||||
/Helvetica findfont
|
||||
12.00 scalefont setfont
|
||||
0 0 moveto 126.00 0.40 translate 0.00 rotate 0 0 moveto
|
||||
0 0 moveto 125.30 0.56 translate 0.00 rotate 0 0 moveto
|
||||
(5) show
|
||||
setmatrix
|
||||
matrix currentmatrix
|
||||
/Helvetica-Bold findfont
|
||||
/Helvetica findfont
|
||||
14.00 scalefont setfont
|
||||
0 0 moveto 182.00 101.40 translate 0.00 rotate 0 0 moveto
|
||||
0 0 moveto 182.00 101.78 translate 0.00 rotate 0 0 moveto
|
||||
(12345) stringwidth
|
||||
pop
|
||||
-2 div 0 rmoveto
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
%!PS-Adobe-3.0 EPSF-3.0
|
||||
%%Creator: Zint 2.10.0.9
|
||||
%%Creator: Zint 2.12.0.9
|
||||
%%Title: Zint Generated Symbol
|
||||
%%Pages: 0
|
||||
%%BoundingBox: 0 0 136 119
|
||||
|
@ -53,7 +53,7 @@ TE
|
|||
matrix currentmatrix
|
||||
/Helvetica findfont
|
||||
14.00 scalefont setfont
|
||||
0 0 moveto 68.00 3.50 translate 0.00 rotate 0 0 moveto
|
||||
0 0 moveto 68.00 4.90 translate 0.00 rotate 0 0 moveto
|
||||
(AIM) stringwidth
|
||||
pop
|
||||
-2 div 0 rmoveto
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
<rect x="120.00" y="0.00" width="6.00" height="100.00" />
|
||||
<rect x="128.00" y="0.00" width="2.00" height="100.00" />
|
||||
<rect x="132.00" y="0.00" width="4.00" height="100.00" />
|
||||
<text x="68.00" y="115.40" text-anchor="middle"
|
||||
<text x="68.00" y="114.00" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" >
|
||||
AIM
|
||||
</text>
|
||||
|
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
@ -16,7 +16,7 @@
|
|||
<rect x="26.00" y="0.00" width="6.00" height="40.00" />
|
||||
<rect x="38.00" y="0.00" width="2.00" height="40.00" />
|
||||
<rect x="42.00" y="0.00" width="4.00" height="40.00" />
|
||||
<text x="23.00" y="55.40" text-anchor="middle"
|
||||
<text x="23.00" y="54.00" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" >
|
||||
123
|
||||
</text>
|
||||
|
|
Before Width: | Height: | Size: 1,013 B After Width: | Height: | Size: 1,013 B |
|
@ -33,7 +33,7 @@
|
|||
<rect x="164.00" y="0.00" width="6.00" height="100.00" />
|
||||
<rect x="172.00" y="0.00" width="2.00" height="100.00" />
|
||||
<rect x="176.00" y="0.00" width="4.00" height="100.00" />
|
||||
<text x="90.00" y="115.40" text-anchor="middle"
|
||||
<text x="90.00" y="114.00" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" >
|
||||
<>"&'
|
||||
</text>
|
||||
|
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
|
@ -39,7 +39,7 @@
|
|||
<rect x="208.00" y="0.00" width="6.00" height="100.00" />
|
||||
<rect x="216.00" y="0.00" width="2.00" height="100.00" />
|
||||
<rect x="220.00" y="0.00" width="4.00" height="100.00" />
|
||||
<text x="112.00" y="115.40" text-anchor="middle"
|
||||
<text x="112.00" y="114.00" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" font-weight="bold" >
|
||||
Égjpqy
|
||||
</text>
|
||||
|
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
|
@ -43,7 +43,7 @@
|
|||
<rect x="0.00" y="106.00" width="236.00" height="6.00" />
|
||||
<rect x="0.00" y="6.00" width="6.00" height="100.00" />
|
||||
<rect x="230.00" y="6.00" width="6.00" height="100.00" />
|
||||
<text x="118.00" y="127.40" text-anchor="middle"
|
||||
<text x="118.00" y="126.00" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" font-weight="bold" >
|
||||
Égjpqy
|
||||
</text>
|
||||
|
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
|
@ -43,7 +43,7 @@
|
|||
<rect x="0.00" y="108.00" width="240.00" height="4.00" />
|
||||
<rect x="0.00" y="8.00" width="4.00" height="100.00" />
|
||||
<rect x="236.00" y="8.00" width="4.00" height="100.00" />
|
||||
<text x="120.00" y="127.40" text-anchor="middle"
|
||||
<text x="120.00" y="126.00" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" font-weight="bold" >
|
||||
Égjpqy
|
||||
</text>
|
||||
|
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
|
@ -39,7 +39,7 @@
|
|||
<rect x="214.00" y="6.00" width="6.00" height="100.00" />
|
||||
<rect x="222.00" y="6.00" width="2.00" height="100.00" />
|
||||
<rect x="226.00" y="6.00" width="4.00" height="100.00" />
|
||||
<text x="118.00" y="121.40" text-anchor="middle"
|
||||
<text x="118.00" y="120.00" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" font-weight="bold" >
|
||||
Égjpqy
|
||||
</text>
|
||||
|
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
|
@ -33,7 +33,7 @@
|
|||
<rect x="114.00" y="0.00" width="4.00" height="100.00" />
|
||||
<rect x="120.00" y="0.00" width="4.00" height="100.00" />
|
||||
<rect x="126.00" y="0.00" width="2.00" height="100.00" />
|
||||
<text x="64.00" y="113.20" text-anchor="middle"
|
||||
<text x="64.00" y="112.00" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="12.0" >
|
||||
*123*
|
||||
</text>
|
||||
|
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
|
@ -31,7 +31,7 @@
|
|||
<rect x="132.00" y="0.00" width="4.00" height="100.00" />
|
||||
<rect x="138.00" y="0.00" width="6.00" height="100.00" />
|
||||
<rect x="146.00" y="0.00" width="2.00" height="100.00" />
|
||||
<text x="79.00" y="115.40" text-anchor="middle"
|
||||
<text x="79.00" y="114.00" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" >
|
||||
(01)00123456789098
|
||||
</text>
|
||||
|
|
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 2 KiB |
|
@ -67,7 +67,7 @@
|
|||
<rect x="439.00" y="6.00" width="2.00" height="133.33" />
|
||||
<rect x="443.00" y="6.00" width="4.00" height="133.33" />
|
||||
<rect x="25.00" y="0.00" width="422.00" height="6.00" />
|
||||
<text x="236.00" y="154.73" text-anchor="middle"
|
||||
<text x="236.00" y="153.33" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" >
|
||||
0081 827 0998 0000 0200 28 101 276 B
|
||||
</text>
|
||||
|
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
|
@ -38,22 +38,22 @@
|
|||
<rect x="200.00" y="0.00" width="2.00" height="100.00" />
|
||||
<rect x="206.00" y="0.00" width="2.00" height="110.00" />
|
||||
<rect x="210.00" y="0.00" width="2.00" height="110.00" />
|
||||
<rect x="226.00" y="19.00" width="2.00" height="91.00" />
|
||||
<rect x="230.00" y="19.00" width="4.00" height="91.00" />
|
||||
<rect x="238.00" y="19.00" width="4.00" height="91.00" />
|
||||
<rect x="246.00" y="19.00" width="2.00" height="91.00" />
|
||||
<rect x="250.00" y="19.00" width="2.00" height="91.00" />
|
||||
<rect x="256.00" y="19.00" width="2.00" height="91.00" />
|
||||
<rect x="262.00" y="19.00" width="4.00" height="91.00" />
|
||||
<text x="12.00" y="116.00" text-anchor="end"
|
||||
<rect x="226.00" y="16.90" width="2.00" height="93.10" />
|
||||
<rect x="230.00" y="16.90" width="4.00" height="93.10" />
|
||||
<rect x="238.00" y="16.90" width="4.00" height="93.10" />
|
||||
<rect x="246.00" y="16.90" width="2.00" height="93.10" />
|
||||
<rect x="250.00" y="16.90" width="2.00" height="93.10" />
|
||||
<rect x="256.00" y="16.90" width="2.00" height="93.10" />
|
||||
<rect x="262.00" y="16.90" width="4.00" height="93.10" />
|
||||
<text x="12.20" y="116.10" text-anchor="end"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
9
|
||||
</text>
|
||||
<text x="70.00" y="116.00" text-anchor="middle"
|
||||
<text x="71.00" y="116.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
771384
|
||||
</text>
|
||||
<text x="164.00" y="116.00" text-anchor="middle"
|
||||
<text x="163.00" y="116.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
524017
|
||||
</text>
|
||||
|
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
|
@ -38,31 +38,31 @@
|
|||
<rect x="196.00" y="0.00" width="2.00" height="100.00" />
|
||||
<rect x="206.00" y="0.00" width="2.00" height="110.00" />
|
||||
<rect x="210.00" y="0.00" width="2.00" height="110.00" />
|
||||
<rect x="226.00" y="19.00" width="2.00" height="91.00" />
|
||||
<rect x="230.00" y="19.00" width="4.00" height="91.00" />
|
||||
<rect x="236.00" y="19.00" width="6.00" height="91.00" />
|
||||
<rect x="246.00" y="19.00" width="2.00" height="91.00" />
|
||||
<rect x="250.00" y="19.00" width="2.00" height="91.00" />
|
||||
<rect x="254.00" y="19.00" width="2.00" height="91.00" />
|
||||
<rect x="262.00" y="19.00" width="4.00" height="91.00" />
|
||||
<rect x="268.00" y="19.00" width="2.00" height="91.00" />
|
||||
<rect x="272.00" y="19.00" width="2.00" height="91.00" />
|
||||
<rect x="282.00" y="19.00" width="2.00" height="91.00" />
|
||||
<rect x="286.00" y="19.00" width="2.00" height="91.00" />
|
||||
<rect x="292.00" y="19.00" width="2.00" height="91.00" />
|
||||
<rect x="298.00" y="19.00" width="4.00" height="91.00" />
|
||||
<rect x="304.00" y="19.00" width="2.00" height="91.00" />
|
||||
<rect x="310.00" y="19.00" width="4.00" height="91.00" />
|
||||
<rect x="318.00" y="19.00" width="2.00" height="91.00" />
|
||||
<text x="12.00" y="116.00" text-anchor="end"
|
||||
<rect x="226.00" y="16.90" width="2.00" height="93.10" />
|
||||
<rect x="230.00" y="16.90" width="4.00" height="93.10" />
|
||||
<rect x="236.00" y="16.90" width="6.00" height="93.10" />
|
||||
<rect x="246.00" y="16.90" width="2.00" height="93.10" />
|
||||
<rect x="250.00" y="16.90" width="2.00" height="93.10" />
|
||||
<rect x="254.00" y="16.90" width="2.00" height="93.10" />
|
||||
<rect x="262.00" y="16.90" width="4.00" height="93.10" />
|
||||
<rect x="268.00" y="16.90" width="2.00" height="93.10" />
|
||||
<rect x="272.00" y="16.90" width="2.00" height="93.10" />
|
||||
<rect x="282.00" y="16.90" width="2.00" height="93.10" />
|
||||
<rect x="286.00" y="16.90" width="2.00" height="93.10" />
|
||||
<rect x="292.00" y="16.90" width="2.00" height="93.10" />
|
||||
<rect x="298.00" y="16.90" width="4.00" height="93.10" />
|
||||
<rect x="304.00" y="16.90" width="2.00" height="93.10" />
|
||||
<rect x="310.00" y="16.90" width="4.00" height="93.10" />
|
||||
<rect x="318.00" y="16.90" width="2.00" height="93.10" />
|
||||
<text x="12.20" y="116.10" text-anchor="end"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
9
|
||||
</text>
|
||||
<text x="70.00" y="116.00" text-anchor="middle"
|
||||
<text x="71.00" y="116.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
780877
|
||||
</text>
|
||||
<text x="164.00" y="116.00" text-anchor="middle"
|
||||
<text x="163.00" y="116.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
799306
|
||||
</text>
|
||||
|
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
|
@ -120,22 +120,22 @@
|
|||
<rect x="198.00" y="28.00" width="2.00" height="72.00" />
|
||||
<rect x="204.00" y="28.00" width="2.00" height="72.00" />
|
||||
<rect x="212.00" y="28.00" width="2.00" height="82.00" />
|
||||
<rect x="232.00" y="47.00" width="2.00" height="63.00" />
|
||||
<rect x="236.00" y="47.00" width="4.00" height="63.00" />
|
||||
<rect x="244.00" y="47.00" width="4.00" height="63.00" />
|
||||
<rect x="252.00" y="47.00" width="2.00" height="63.00" />
|
||||
<rect x="256.00" y="47.00" width="2.00" height="63.00" />
|
||||
<rect x="262.00" y="47.00" width="2.00" height="63.00" />
|
||||
<rect x="268.00" y="47.00" width="4.00" height="63.00" />
|
||||
<text x="18.00" y="116.00" text-anchor="end"
|
||||
<rect x="232.00" y="44.90" width="2.00" height="65.10" />
|
||||
<rect x="236.00" y="44.90" width="4.00" height="65.10" />
|
||||
<rect x="244.00" y="44.90" width="4.00" height="65.10" />
|
||||
<rect x="252.00" y="44.90" width="2.00" height="65.10" />
|
||||
<rect x="256.00" y="44.90" width="2.00" height="65.10" />
|
||||
<rect x="262.00" y="44.90" width="2.00" height="65.10" />
|
||||
<rect x="268.00" y="44.90" width="4.00" height="65.10" />
|
||||
<text x="18.20" y="116.10" text-anchor="end"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
1
|
||||
</text>
|
||||
<text x="76.00" y="116.00" text-anchor="middle"
|
||||
<text x="77.00" y="116.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
234567
|
||||
</text>
|
||||
<text x="170.00" y="116.00" text-anchor="middle"
|
||||
<text x="169.00" y="116.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
890128
|
||||
</text>
|
||||
|
|
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 8.2 KiB |
|
@ -118,31 +118,31 @@
|
|||
<rect x="198.00" y="28.00" width="2.00" height="72.00" />
|
||||
<rect x="204.00" y="28.00" width="2.00" height="72.00" />
|
||||
<rect x="212.00" y="28.00" width="2.00" height="82.00" />
|
||||
<rect x="232.00" y="47.00" width="2.00" height="63.00" />
|
||||
<rect x="236.00" y="47.00" width="4.00" height="63.00" />
|
||||
<rect x="242.00" y="47.00" width="6.00" height="63.00" />
|
||||
<rect x="252.00" y="47.00" width="2.00" height="63.00" />
|
||||
<rect x="256.00" y="47.00" width="2.00" height="63.00" />
|
||||
<rect x="260.00" y="47.00" width="2.00" height="63.00" />
|
||||
<rect x="268.00" y="47.00" width="4.00" height="63.00" />
|
||||
<rect x="274.00" y="47.00" width="2.00" height="63.00" />
|
||||
<rect x="278.00" y="47.00" width="2.00" height="63.00" />
|
||||
<rect x="288.00" y="47.00" width="2.00" height="63.00" />
|
||||
<rect x="292.00" y="47.00" width="2.00" height="63.00" />
|
||||
<rect x="298.00" y="47.00" width="2.00" height="63.00" />
|
||||
<rect x="304.00" y="47.00" width="4.00" height="63.00" />
|
||||
<rect x="310.00" y="47.00" width="2.00" height="63.00" />
|
||||
<rect x="316.00" y="47.00" width="4.00" height="63.00" />
|
||||
<rect x="324.00" y="47.00" width="2.00" height="63.00" />
|
||||
<text x="18.00" y="116.00" text-anchor="end"
|
||||
<rect x="232.00" y="44.90" width="2.00" height="65.10" />
|
||||
<rect x="236.00" y="44.90" width="4.00" height="65.10" />
|
||||
<rect x="242.00" y="44.90" width="6.00" height="65.10" />
|
||||
<rect x="252.00" y="44.90" width="2.00" height="65.10" />
|
||||
<rect x="256.00" y="44.90" width="2.00" height="65.10" />
|
||||
<rect x="260.00" y="44.90" width="2.00" height="65.10" />
|
||||
<rect x="268.00" y="44.90" width="4.00" height="65.10" />
|
||||
<rect x="274.00" y="44.90" width="2.00" height="65.10" />
|
||||
<rect x="278.00" y="44.90" width="2.00" height="65.10" />
|
||||
<rect x="288.00" y="44.90" width="2.00" height="65.10" />
|
||||
<rect x="292.00" y="44.90" width="2.00" height="65.10" />
|
||||
<rect x="298.00" y="44.90" width="2.00" height="65.10" />
|
||||
<rect x="304.00" y="44.90" width="4.00" height="65.10" />
|
||||
<rect x="310.00" y="44.90" width="2.00" height="65.10" />
|
||||
<rect x="316.00" y="44.90" width="4.00" height="65.10" />
|
||||
<rect x="324.00" y="44.90" width="2.00" height="65.10" />
|
||||
<text x="18.20" y="116.10" text-anchor="end"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
1
|
||||
</text>
|
||||
<text x="76.00" y="116.00" text-anchor="middle"
|
||||
<text x="77.00" y="116.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
234567
|
||||
</text>
|
||||
<text x="170.00" y="116.00" text-anchor="middle"
|
||||
<text x="169.00" y="116.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
890128
|
||||
</text>
|
||||
|
|
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 8.7 KiB |
|
@ -118,21 +118,21 @@
|
|||
<rect x="198.00" y="28.00" width="2.00" height="72.00" />
|
||||
<rect x="204.00" y="28.00" width="2.00" height="72.00" />
|
||||
<rect x="212.00" y="28.00" width="2.00" height="82.00" />
|
||||
<rect x="232.00" y="47.00" width="2.00" height="63.00" />
|
||||
<rect x="236.00" y="47.00" width="4.00" height="63.00" />
|
||||
<rect x="242.00" y="47.00" width="6.00" height="63.00" />
|
||||
<rect x="252.00" y="47.00" width="2.00" height="63.00" />
|
||||
<rect x="256.00" y="47.00" width="2.00" height="63.00" />
|
||||
<rect x="260.00" y="47.00" width="2.00" height="63.00" />
|
||||
<rect x="268.00" y="47.00" width="4.00" height="63.00" />
|
||||
<rect x="274.00" y="47.00" width="2.00" height="63.00" />
|
||||
<rect x="278.00" y="47.00" width="2.00" height="63.00" />
|
||||
<rect x="288.00" y="47.00" width="2.00" height="63.00" />
|
||||
<rect x="292.00" y="47.00" width="2.00" height="63.00" />
|
||||
<rect x="298.00" y="47.00" width="2.00" height="63.00" />
|
||||
<rect x="304.00" y="47.00" width="4.00" height="63.00" />
|
||||
<rect x="310.00" y="47.00" width="2.00" height="63.00" />
|
||||
<rect x="316.00" y="47.00" width="4.00" height="63.00" />
|
||||
<rect x="324.00" y="47.00" width="2.00" height="63.00" />
|
||||
<rect x="232.00" y="44.90" width="2.00" height="65.10" />
|
||||
<rect x="236.00" y="44.90" width="4.00" height="65.10" />
|
||||
<rect x="242.00" y="44.90" width="6.00" height="65.10" />
|
||||
<rect x="252.00" y="44.90" width="2.00" height="65.10" />
|
||||
<rect x="256.00" y="44.90" width="2.00" height="65.10" />
|
||||
<rect x="260.00" y="44.90" width="2.00" height="65.10" />
|
||||
<rect x="268.00" y="44.90" width="4.00" height="65.10" />
|
||||
<rect x="274.00" y="44.90" width="2.00" height="65.10" />
|
||||
<rect x="278.00" y="44.90" width="2.00" height="65.10" />
|
||||
<rect x="288.00" y="44.90" width="2.00" height="65.10" />
|
||||
<rect x="292.00" y="44.90" width="2.00" height="65.10" />
|
||||
<rect x="298.00" y="44.90" width="2.00" height="65.10" />
|
||||
<rect x="304.00" y="44.90" width="4.00" height="65.10" />
|
||||
<rect x="310.00" y="44.90" width="2.00" height="65.10" />
|
||||
<rect x="316.00" y="44.90" width="4.00" height="65.10" />
|
||||
<rect x="324.00" y="44.90" width="2.00" height="65.10" />
|
||||
</g>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 8.1 KiB |
|
@ -15,7 +15,7 @@
|
|||
<rect x="38.00" y="0.00" width="2.00" height="100.00" />
|
||||
<rect x="44.00" y="0.00" width="2.00" height="100.00" />
|
||||
<rect x="50.00" y="0.00" width="4.00" height="100.00" />
|
||||
<text x="34.00" y="116.00" text-anchor="middle"
|
||||
<text x="34.00" y="116.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
12
|
||||
</text>
|
||||
|
|
Before Width: | Height: | Size: 966 B After Width: | Height: | Size: 966 B |
|
@ -24,7 +24,7 @@
|
|||
<rect x="92.00" y="0.00" width="2.00" height="100.00" />
|
||||
<rect x="96.00" y="0.00" width="4.00" height="100.00" />
|
||||
<rect x="106.00" y="0.00" width="2.00" height="100.00" />
|
||||
<text x="61.00" y="116.00" text-anchor="middle"
|
||||
<text x="61.00" y="116.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
12345
|
||||
</text>
|
||||
|
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
@ -30,18 +30,18 @@
|
|||
<rect x="138.00" y="0.00" width="2.00" height="100.00" />
|
||||
<rect x="142.00" y="0.00" width="2.00" height="110.00" />
|
||||
<rect x="146.00" y="0.00" width="2.00" height="110.00" />
|
||||
<rect x="162.00" y="19.00" width="2.00" height="91.00" />
|
||||
<rect x="166.00" y="19.00" width="4.00" height="91.00" />
|
||||
<rect x="174.00" y="19.00" width="4.00" height="91.00" />
|
||||
<rect x="182.00" y="19.00" width="2.00" height="91.00" />
|
||||
<rect x="186.00" y="19.00" width="2.00" height="91.00" />
|
||||
<rect x="192.00" y="19.00" width="2.00" height="91.00" />
|
||||
<rect x="198.00" y="19.00" width="4.00" height="91.00" />
|
||||
<text x="48.00" y="116.00" text-anchor="middle"
|
||||
<rect x="162.00" y="16.90" width="2.00" height="93.10" />
|
||||
<rect x="166.00" y="16.90" width="4.00" height="93.10" />
|
||||
<rect x="174.00" y="16.90" width="4.00" height="93.10" />
|
||||
<rect x="182.00" y="16.90" width="2.00" height="93.10" />
|
||||
<rect x="186.00" y="16.90" width="2.00" height="93.10" />
|
||||
<rect x="192.00" y="16.90" width="2.00" height="93.10" />
|
||||
<rect x="198.00" y="16.90" width="4.00" height="93.10" />
|
||||
<text x="49.00" y="116.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
1234
|
||||
</text>
|
||||
<text x="114.00" y="116.00" text-anchor="middle"
|
||||
<text x="113.00" y="116.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
5670
|
||||
</text>
|
||||
|
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
|
@ -30,27 +30,27 @@
|
|||
<rect x="138.00" y="0.00" width="2.00" height="100.00" />
|
||||
<rect x="142.00" y="0.00" width="2.00" height="110.00" />
|
||||
<rect x="146.00" y="0.00" width="2.00" height="110.00" />
|
||||
<rect x="162.00" y="19.00" width="2.00" height="91.00" />
|
||||
<rect x="166.00" y="19.00" width="4.00" height="91.00" />
|
||||
<rect x="172.00" y="19.00" width="4.00" height="91.00" />
|
||||
<rect x="180.00" y="19.00" width="4.00" height="91.00" />
|
||||
<rect x="186.00" y="19.00" width="2.00" height="91.00" />
|
||||
<rect x="192.00" y="19.00" width="2.00" height="91.00" />
|
||||
<rect x="198.00" y="19.00" width="4.00" height="91.00" />
|
||||
<rect x="204.00" y="19.00" width="2.00" height="91.00" />
|
||||
<rect x="208.00" y="19.00" width="2.00" height="91.00" />
|
||||
<rect x="218.00" y="19.00" width="2.00" height="91.00" />
|
||||
<rect x="222.00" y="19.00" width="2.00" height="91.00" />
|
||||
<rect x="226.00" y="19.00" width="2.00" height="91.00" />
|
||||
<rect x="234.00" y="19.00" width="4.00" height="91.00" />
|
||||
<rect x="240.00" y="19.00" width="2.00" height="91.00" />
|
||||
<rect x="244.00" y="19.00" width="4.00" height="91.00" />
|
||||
<rect x="254.00" y="19.00" width="2.00" height="91.00" />
|
||||
<text x="48.00" y="116.00" text-anchor="middle"
|
||||
<rect x="162.00" y="16.90" width="2.00" height="93.10" />
|
||||
<rect x="166.00" y="16.90" width="4.00" height="93.10" />
|
||||
<rect x="172.00" y="16.90" width="4.00" height="93.10" />
|
||||
<rect x="180.00" y="16.90" width="4.00" height="93.10" />
|
||||
<rect x="186.00" y="16.90" width="2.00" height="93.10" />
|
||||
<rect x="192.00" y="16.90" width="2.00" height="93.10" />
|
||||
<rect x="198.00" y="16.90" width="4.00" height="93.10" />
|
||||
<rect x="204.00" y="16.90" width="2.00" height="93.10" />
|
||||
<rect x="208.00" y="16.90" width="2.00" height="93.10" />
|
||||
<rect x="218.00" y="16.90" width="2.00" height="93.10" />
|
||||
<rect x="222.00" y="16.90" width="2.00" height="93.10" />
|
||||
<rect x="226.00" y="16.90" width="2.00" height="93.10" />
|
||||
<rect x="234.00" y="16.90" width="4.00" height="93.10" />
|
||||
<rect x="240.00" y="16.90" width="2.00" height="93.10" />
|
||||
<rect x="244.00" y="16.90" width="4.00" height="93.10" />
|
||||
<rect x="254.00" y="16.90" width="2.00" height="93.10" />
|
||||
<text x="49.00" y="116.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
1234
|
||||
</text>
|
||||
<text x="114.00" y="116.00" text-anchor="middle"
|
||||
<text x="113.00" y="116.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
5670
|
||||
</text>
|
||||
|
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
|
@ -93,18 +93,18 @@
|
|||
<rect x="136.00" y="28.00" width="6.00" height="72.00" />
|
||||
<rect x="146.00" y="28.00" width="2.00" height="72.00" />
|
||||
<rect x="150.00" y="28.00" width="2.00" height="82.00" />
|
||||
<rect x="170.00" y="47.00" width="2.00" height="63.00" />
|
||||
<rect x="174.00" y="47.00" width="4.00" height="63.00" />
|
||||
<rect x="180.00" y="47.00" width="2.00" height="63.00" />
|
||||
<rect x="184.00" y="47.00" width="8.00" height="63.00" />
|
||||
<rect x="194.00" y="47.00" width="2.00" height="63.00" />
|
||||
<rect x="198.00" y="47.00" width="6.00" height="63.00" />
|
||||
<rect x="208.00" y="47.00" width="2.00" height="63.00" />
|
||||
<text x="56.00" y="116.00" text-anchor="middle"
|
||||
<rect x="170.00" y="44.90" width="2.00" height="65.10" />
|
||||
<rect x="174.00" y="44.90" width="4.00" height="65.10" />
|
||||
<rect x="180.00" y="44.90" width="2.00" height="65.10" />
|
||||
<rect x="184.00" y="44.90" width="8.00" height="65.10" />
|
||||
<rect x="194.00" y="44.90" width="2.00" height="65.10" />
|
||||
<rect x="198.00" y="44.90" width="6.00" height="65.10" />
|
||||
<rect x="208.00" y="44.90" width="2.00" height="65.10" />
|
||||
<text x="57.00" y="116.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
9876
|
||||
</text>
|
||||
<text x="122.00" y="116.00" text-anchor="middle"
|
||||
<text x="121.00" y="116.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
5430
|
||||
</text>
|
||||
|
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.4 KiB |
|
@ -150,27 +150,27 @@
|
|||
<rect x="156.00" y="44.00" width="6.00" height="56.00" />
|
||||
<rect x="166.00" y="44.00" width="2.00" height="56.00" />
|
||||
<rect x="170.00" y="44.00" width="2.00" height="66.00" />
|
||||
<rect x="190.00" y="63.00" width="2.00" height="47.00" />
|
||||
<rect x="194.00" y="63.00" width="4.00" height="47.00" />
|
||||
<rect x="200.00" y="63.00" width="6.00" height="47.00" />
|
||||
<rect x="208.00" y="63.00" width="4.00" height="47.00" />
|
||||
<rect x="214.00" y="63.00" width="2.00" height="47.00" />
|
||||
<rect x="220.00" y="63.00" width="6.00" height="47.00" />
|
||||
<rect x="228.00" y="63.00" width="2.00" height="47.00" />
|
||||
<rect x="232.00" y="63.00" width="2.00" height="47.00" />
|
||||
<rect x="240.00" y="63.00" width="4.00" height="47.00" />
|
||||
<rect x="246.00" y="63.00" width="2.00" height="47.00" />
|
||||
<rect x="250.00" y="63.00" width="2.00" height="47.00" />
|
||||
<rect x="254.00" y="63.00" width="4.00" height="47.00" />
|
||||
<rect x="260.00" y="63.00" width="6.00" height="47.00" />
|
||||
<rect x="268.00" y="63.00" width="2.00" height="47.00" />
|
||||
<rect x="272.00" y="63.00" width="2.00" height="47.00" />
|
||||
<rect x="282.00" y="63.00" width="2.00" height="47.00" />
|
||||
<text x="76.00" y="116.00" text-anchor="middle"
|
||||
<rect x="190.00" y="60.90" width="2.00" height="49.10" />
|
||||
<rect x="194.00" y="60.90" width="4.00" height="49.10" />
|
||||
<rect x="200.00" y="60.90" width="6.00" height="49.10" />
|
||||
<rect x="208.00" y="60.90" width="4.00" height="49.10" />
|
||||
<rect x="214.00" y="60.90" width="2.00" height="49.10" />
|
||||
<rect x="220.00" y="60.90" width="6.00" height="49.10" />
|
||||
<rect x="228.00" y="60.90" width="2.00" height="49.10" />
|
||||
<rect x="232.00" y="60.90" width="2.00" height="49.10" />
|
||||
<rect x="240.00" y="60.90" width="4.00" height="49.10" />
|
||||
<rect x="246.00" y="60.90" width="2.00" height="49.10" />
|
||||
<rect x="250.00" y="60.90" width="2.00" height="49.10" />
|
||||
<rect x="254.00" y="60.90" width="4.00" height="49.10" />
|
||||
<rect x="260.00" y="60.90" width="6.00" height="49.10" />
|
||||
<rect x="268.00" y="60.90" width="2.00" height="49.10" />
|
||||
<rect x="272.00" y="60.90" width="2.00" height="49.10" />
|
||||
<rect x="282.00" y="60.90" width="2.00" height="49.10" />
|
||||
<text x="77.00" y="116.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
9876
|
||||
</text>
|
||||
<text x="142.00" y="116.00" text-anchor="middle"
|
||||
<text x="141.00" y="116.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
5430
|
||||
</text>
|
||||
|
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
@ -244,7 +244,7 @@
|
|||
<rect x="332.00" y="32.00" width="6.00" height="68.00" />
|
||||
<rect x="340.00" y="32.00" width="2.00" height="68.00" />
|
||||
<rect x="344.00" y="32.00" width="4.00" height="68.00" />
|
||||
<text x="174.00" y="115.40" text-anchor="middle"
|
||||
<text x="174.00" y="114.00" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" >
|
||||
(00)030123456789012340
|
||||
</text>
|
||||
|
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
@ -30,8 +30,8 @@
|
|||
<rect x="10.00" y="18.90" width="2.00" height="1.00" />
|
||||
<rect x="6.00" y="18.90" width="2.00" height="1.00" />
|
||||
<rect x="2.00" y="18.90" width="2.00" height="1.00" />
|
||||
<text x="64.00" y="3.50" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" transform="rotate(180,64.00,3.50)" >
|
||||
<text x="64.00" y="4.90" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" transform="rotate(180,64.00,4.90)" >
|
||||
A
|
||||
</text>
|
||||
</g>
|
||||
|
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
|
@ -38,26 +38,26 @@
|
|||
<rect x="194.00" y="0.00" width="6.00" height="110.00" />
|
||||
<rect x="202.00" y="0.00" width="2.00" height="110.00" />
|
||||
<rect x="206.00" y="0.00" width="2.00" height="110.00" />
|
||||
<rect x="226.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="230.00" y="19.00" width="4.00" height="81.00" />
|
||||
<rect x="238.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="244.00" y="19.00" width="4.00" height="81.00" />
|
||||
<rect x="250.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="254.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="262.00" y="19.00" width="4.00" height="81.00" />
|
||||
<text x="8.00" y="116.00" text-anchor="end"
|
||||
<rect x="226.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="230.00" y="16.90" width="4.00" height="83.10" />
|
||||
<rect x="238.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="244.00" y="16.90" width="4.00" height="83.10" />
|
||||
<rect x="250.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="254.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="262.00" y="16.90" width="4.00" height="83.10" />
|
||||
<text x="8.70" y="116.10" text-anchor="end"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" >
|
||||
0
|
||||
</text>
|
||||
<text x="72.00" y="116.00" text-anchor="middle"
|
||||
<text x="74.00" y="116.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
12345
|
||||
</text>
|
||||
<text x="152.00" y="116.00" text-anchor="middle"
|
||||
<text x="152.00" y="116.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
67890
|
||||
</text>
|
||||
<text x="218.00" y="116.00" text-anchor="start"
|
||||
<text x="217.30" y="116.10" text-anchor="start"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" >
|
||||
5
|
||||
</text>
|
||||
|
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
|
@ -38,35 +38,35 @@
|
|||
<rect x="196.00" y="0.00" width="2.00" height="110.00" />
|
||||
<rect x="202.00" y="0.00" width="2.00" height="110.00" />
|
||||
<rect x="206.00" y="0.00" width="2.00" height="110.00" />
|
||||
<rect x="226.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="230.00" y="19.00" width="4.00" height="81.00" />
|
||||
<rect x="236.00" y="19.00" width="4.00" height="81.00" />
|
||||
<rect x="244.00" y="19.00" width="4.00" height="81.00" />
|
||||
<rect x="250.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="256.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="262.00" y="19.00" width="4.00" height="81.00" />
|
||||
<rect x="268.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="272.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="282.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="286.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="290.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="298.00" y="19.00" width="4.00" height="81.00" />
|
||||
<rect x="304.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="308.00" y="19.00" width="4.00" height="81.00" />
|
||||
<rect x="318.00" y="19.00" width="2.00" height="81.00" />
|
||||
<text x="8.00" y="116.00" text-anchor="end"
|
||||
<rect x="226.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="230.00" y="16.90" width="4.00" height="83.10" />
|
||||
<rect x="236.00" y="16.90" width="4.00" height="83.10" />
|
||||
<rect x="244.00" y="16.90" width="4.00" height="83.10" />
|
||||
<rect x="250.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="256.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="262.00" y="16.90" width="4.00" height="83.10" />
|
||||
<rect x="268.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="272.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="282.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="286.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="290.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="298.00" y="16.90" width="4.00" height="83.10" />
|
||||
<rect x="304.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="308.00" y="16.90" width="4.00" height="83.10" />
|
||||
<rect x="318.00" y="16.90" width="2.00" height="83.10" />
|
||||
<text x="8.70" y="116.10" text-anchor="end"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" >
|
||||
6
|
||||
</text>
|
||||
<text x="72.00" y="116.00" text-anchor="middle"
|
||||
<text x="74.00" y="116.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
14141
|
||||
</text>
|
||||
<text x="152.00" y="116.00" text-anchor="middle"
|
||||
<text x="152.00" y="116.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
23441
|
||||
</text>
|
||||
<text x="218.00" y="116.00" text-anchor="start"
|
||||
<text x="217.30" y="116.10" text-anchor="start"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" >
|
||||
7
|
||||
</text>
|
||||
|
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
|
@ -38,37 +38,37 @@
|
|||
<rect x="196.00" y="6.00" width="2.00" height="110.00" />
|
||||
<rect x="202.00" y="6.00" width="2.00" height="110.00" />
|
||||
<rect x="206.00" y="6.00" width="2.00" height="110.00" />
|
||||
<rect x="226.00" y="25.00" width="2.00" height="81.00" />
|
||||
<rect x="230.00" y="25.00" width="4.00" height="81.00" />
|
||||
<rect x="236.00" y="25.00" width="4.00" height="81.00" />
|
||||
<rect x="244.00" y="25.00" width="4.00" height="81.00" />
|
||||
<rect x="250.00" y="25.00" width="2.00" height="81.00" />
|
||||
<rect x="256.00" y="25.00" width="2.00" height="81.00" />
|
||||
<rect x="262.00" y="25.00" width="4.00" height="81.00" />
|
||||
<rect x="268.00" y="25.00" width="2.00" height="81.00" />
|
||||
<rect x="272.00" y="25.00" width="2.00" height="81.00" />
|
||||
<rect x="282.00" y="25.00" width="2.00" height="81.00" />
|
||||
<rect x="286.00" y="25.00" width="2.00" height="81.00" />
|
||||
<rect x="290.00" y="25.00" width="2.00" height="81.00" />
|
||||
<rect x="298.00" y="25.00" width="4.00" height="81.00" />
|
||||
<rect x="304.00" y="25.00" width="2.00" height="81.00" />
|
||||
<rect x="308.00" y="25.00" width="4.00" height="81.00" />
|
||||
<rect x="318.00" y="25.00" width="2.00" height="81.00" />
|
||||
<rect x="226.00" y="22.90" width="2.00" height="83.10" />
|
||||
<rect x="230.00" y="22.90" width="4.00" height="83.10" />
|
||||
<rect x="236.00" y="22.90" width="4.00" height="83.10" />
|
||||
<rect x="244.00" y="22.90" width="4.00" height="83.10" />
|
||||
<rect x="250.00" y="22.90" width="2.00" height="83.10" />
|
||||
<rect x="256.00" y="22.90" width="2.00" height="83.10" />
|
||||
<rect x="262.00" y="22.90" width="4.00" height="83.10" />
|
||||
<rect x="268.00" y="22.90" width="2.00" height="83.10" />
|
||||
<rect x="272.00" y="22.90" width="2.00" height="83.10" />
|
||||
<rect x="282.00" y="22.90" width="2.00" height="83.10" />
|
||||
<rect x="286.00" y="22.90" width="2.00" height="83.10" />
|
||||
<rect x="290.00" y="22.90" width="2.00" height="83.10" />
|
||||
<rect x="298.00" y="22.90" width="4.00" height="83.10" />
|
||||
<rect x="304.00" y="22.90" width="2.00" height="83.10" />
|
||||
<rect x="308.00" y="22.90" width="4.00" height="83.10" />
|
||||
<rect x="318.00" y="22.90" width="2.00" height="83.10" />
|
||||
<rect x="0.00" y="0.00" width="330.00" height="6.00" />
|
||||
<rect x="0.00" y="106.00" width="330.00" height="6.00" />
|
||||
<text x="8.00" y="128.00" text-anchor="end"
|
||||
<text x="8.70" y="128.10" text-anchor="end"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" >
|
||||
6
|
||||
</text>
|
||||
<text x="72.00" y="128.00" text-anchor="middle"
|
||||
<text x="74.00" y="128.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
14141
|
||||
</text>
|
||||
<text x="152.00" y="128.00" text-anchor="middle"
|
||||
<text x="152.00" y="128.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
23441
|
||||
</text>
|
||||
<text x="218.00" y="128.00" text-anchor="start"
|
||||
<text x="217.30" y="128.10" text-anchor="start"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" >
|
||||
7
|
||||
</text>
|
||||
|
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
|
@ -1,13 +1,13 @@
|
|||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg width="330" height="112" version="1.1"
|
||||
<svg width="330" height="113" version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg">
|
||||
<desc>Zint Generated Symbol
|
||||
</desc>
|
||||
|
||||
<g id="barcode" fill="#000000">
|
||||
<rect x="0" y="0" width="330" height="112" fill="#FFFFFF" />
|
||||
<rect x="0" y="0" width="330" height="113" fill="#FFFFFF" />
|
||||
<rect x="18.00" y="0.00" width="2.00" height="110.00" />
|
||||
<rect x="22.00" y="0.00" width="2.00" height="110.00" />
|
||||
<rect x="26.00" y="0.00" width="2.00" height="110.00" />
|
||||
|
@ -38,40 +38,40 @@
|
|||
<rect x="196.00" y="0.00" width="2.00" height="110.00" />
|
||||
<rect x="202.00" y="0.00" width="2.00" height="110.00" />
|
||||
<rect x="206.00" y="0.00" width="2.00" height="110.00" />
|
||||
<rect x="226.00" y="13.00" width="2.00" height="87.00" />
|
||||
<rect x="230.00" y="13.00" width="4.00" height="87.00" />
|
||||
<rect x="236.00" y="13.00" width="4.00" height="87.00" />
|
||||
<rect x="244.00" y="13.00" width="4.00" height="87.00" />
|
||||
<rect x="250.00" y="13.00" width="2.00" height="87.00" />
|
||||
<rect x="256.00" y="13.00" width="2.00" height="87.00" />
|
||||
<rect x="262.00" y="13.00" width="4.00" height="87.00" />
|
||||
<rect x="268.00" y="13.00" width="2.00" height="87.00" />
|
||||
<rect x="272.00" y="13.00" width="2.00" height="87.00" />
|
||||
<rect x="282.00" y="13.00" width="2.00" height="87.00" />
|
||||
<rect x="286.00" y="13.00" width="2.00" height="87.00" />
|
||||
<rect x="290.00" y="13.00" width="2.00" height="87.00" />
|
||||
<rect x="298.00" y="13.00" width="4.00" height="87.00" />
|
||||
<rect x="304.00" y="13.00" width="2.00" height="87.00" />
|
||||
<rect x="308.00" y="13.00" width="4.00" height="87.00" />
|
||||
<rect x="318.00" y="13.00" width="2.00" height="87.00" />
|
||||
<text x="8.00" y="111.50" text-anchor="end"
|
||||
font-family="Helvetica, sans-serif" font-size="12.0" font-weight="bold" >
|
||||
<rect x="226.00" y="12.28" width="2.00" height="87.72" />
|
||||
<rect x="230.00" y="12.28" width="4.00" height="87.72" />
|
||||
<rect x="236.00" y="12.28" width="4.00" height="87.72" />
|
||||
<rect x="244.00" y="12.28" width="4.00" height="87.72" />
|
||||
<rect x="250.00" y="12.28" width="2.00" height="87.72" />
|
||||
<rect x="256.00" y="12.28" width="2.00" height="87.72" />
|
||||
<rect x="262.00" y="12.28" width="4.00" height="87.72" />
|
||||
<rect x="268.00" y="12.28" width="2.00" height="87.72" />
|
||||
<rect x="272.00" y="12.28" width="2.00" height="87.72" />
|
||||
<rect x="282.00" y="12.28" width="2.00" height="87.72" />
|
||||
<rect x="286.00" y="12.28" width="2.00" height="87.72" />
|
||||
<rect x="290.00" y="12.28" width="2.00" height="87.72" />
|
||||
<rect x="298.00" y="12.28" width="4.00" height="87.72" />
|
||||
<rect x="304.00" y="12.28" width="2.00" height="87.72" />
|
||||
<rect x="308.00" y="12.28" width="4.00" height="87.72" />
|
||||
<rect x="318.00" y="12.28" width="2.00" height="87.72" />
|
||||
<text x="8.70" y="111.72" text-anchor="end"
|
||||
font-family="Helvetica, sans-serif" font-size="12.0" >
|
||||
6
|
||||
</text>
|
||||
<text x="72.00" y="111.50" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" font-weight="bold" >
|
||||
<text x="74.00" y="111.72" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" >
|
||||
14141
|
||||
</text>
|
||||
<text x="152.00" y="111.50" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" font-weight="bold" >
|
||||
<text x="152.00" y="111.72" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" >
|
||||
23441
|
||||
</text>
|
||||
<text x="218.00" y="111.50" text-anchor="start"
|
||||
font-family="Helvetica, sans-serif" font-size="12.0" font-weight="bold" >
|
||||
<text x="217.30" y="111.72" text-anchor="start"
|
||||
font-family="Helvetica, sans-serif" font-size="12.0" >
|
||||
7
|
||||
</text>
|
||||
<text x="274.00" y="10.50" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" font-weight="bold" >
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" >
|
||||
12345
|
||||
</text>
|
||||
</g>
|
||||
|
|
Before Width: | Height: | Size: 4 KiB After Width: | Height: | Size: 3.9 KiB |
|
@ -103,26 +103,26 @@
|
|||
<rect x="194.00" y="24.00" width="4.00" height="86.00" />
|
||||
<rect x="200.00" y="24.00" width="4.00" height="86.00" />
|
||||
<rect x="208.00" y="24.00" width="2.00" height="86.00" />
|
||||
<rect x="232.00" y="43.00" width="2.00" height="57.00" />
|
||||
<rect x="236.00" y="43.00" width="4.00" height="57.00" />
|
||||
<rect x="244.00" y="43.00" width="4.00" height="57.00" />
|
||||
<rect x="252.00" y="43.00" width="2.00" height="57.00" />
|
||||
<rect x="256.00" y="43.00" width="2.00" height="57.00" />
|
||||
<rect x="262.00" y="43.00" width="2.00" height="57.00" />
|
||||
<rect x="268.00" y="43.00" width="4.00" height="57.00" />
|
||||
<text x="14.00" y="116.00" text-anchor="end"
|
||||
<rect x="232.00" y="40.90" width="2.00" height="59.10" />
|
||||
<rect x="236.00" y="40.90" width="4.00" height="59.10" />
|
||||
<rect x="244.00" y="40.90" width="4.00" height="59.10" />
|
||||
<rect x="252.00" y="40.90" width="2.00" height="59.10" />
|
||||
<rect x="256.00" y="40.90" width="2.00" height="59.10" />
|
||||
<rect x="262.00" y="40.90" width="2.00" height="59.10" />
|
||||
<rect x="268.00" y="40.90" width="4.00" height="59.10" />
|
||||
<text x="14.70" y="116.10" text-anchor="end"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" >
|
||||
1
|
||||
</text>
|
||||
<text x="78.00" y="116.00" text-anchor="middle"
|
||||
<text x="80.00" y="116.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
23456
|
||||
</text>
|
||||
<text x="158.00" y="116.00" text-anchor="middle"
|
||||
<text x="158.00" y="116.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
78901
|
||||
</text>
|
||||
<text x="224.00" y="116.00" text-anchor="start"
|
||||
<text x="223.30" y="116.10" text-anchor="start"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" >
|
||||
2
|
||||
</text>
|
||||
|
|
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 7.3 KiB |
|
@ -118,35 +118,35 @@
|
|||
<rect x="194.00" y="28.00" width="4.00" height="82.00" />
|
||||
<rect x="200.00" y="28.00" width="4.00" height="82.00" />
|
||||
<rect x="208.00" y="28.00" width="2.00" height="82.00" />
|
||||
<rect x="232.00" y="47.00" width="2.00" height="53.00" />
|
||||
<rect x="236.00" y="47.00" width="4.00" height="53.00" />
|
||||
<rect x="244.00" y="47.00" width="4.00" height="53.00" />
|
||||
<rect x="252.00" y="47.00" width="2.00" height="53.00" />
|
||||
<rect x="256.00" y="47.00" width="2.00" height="53.00" />
|
||||
<rect x="262.00" y="47.00" width="2.00" height="53.00" />
|
||||
<rect x="268.00" y="47.00" width="4.00" height="53.00" />
|
||||
<rect x="274.00" y="47.00" width="2.00" height="53.00" />
|
||||
<rect x="278.00" y="47.00" width="4.00" height="53.00" />
|
||||
<rect x="286.00" y="47.00" width="4.00" height="53.00" />
|
||||
<rect x="292.00" y="47.00" width="2.00" height="53.00" />
|
||||
<rect x="298.00" y="47.00" width="4.00" height="53.00" />
|
||||
<rect x="304.00" y="47.00" width="4.00" height="53.00" />
|
||||
<rect x="310.00" y="47.00" width="2.00" height="53.00" />
|
||||
<rect x="316.00" y="47.00" width="4.00" height="53.00" />
|
||||
<rect x="324.00" y="47.00" width="2.00" height="53.00" />
|
||||
<text x="14.00" y="116.00" text-anchor="end"
|
||||
<rect x="232.00" y="44.90" width="2.00" height="55.10" />
|
||||
<rect x="236.00" y="44.90" width="4.00" height="55.10" />
|
||||
<rect x="244.00" y="44.90" width="4.00" height="55.10" />
|
||||
<rect x="252.00" y="44.90" width="2.00" height="55.10" />
|
||||
<rect x="256.00" y="44.90" width="2.00" height="55.10" />
|
||||
<rect x="262.00" y="44.90" width="2.00" height="55.10" />
|
||||
<rect x="268.00" y="44.90" width="4.00" height="55.10" />
|
||||
<rect x="274.00" y="44.90" width="2.00" height="55.10" />
|
||||
<rect x="278.00" y="44.90" width="4.00" height="55.10" />
|
||||
<rect x="286.00" y="44.90" width="4.00" height="55.10" />
|
||||
<rect x="292.00" y="44.90" width="2.00" height="55.10" />
|
||||
<rect x="298.00" y="44.90" width="4.00" height="55.10" />
|
||||
<rect x="304.00" y="44.90" width="4.00" height="55.10" />
|
||||
<rect x="310.00" y="44.90" width="2.00" height="55.10" />
|
||||
<rect x="316.00" y="44.90" width="4.00" height="55.10" />
|
||||
<rect x="324.00" y="44.90" width="2.00" height="55.10" />
|
||||
<text x="14.70" y="116.10" text-anchor="end"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" >
|
||||
1
|
||||
</text>
|
||||
<text x="78.00" y="116.00" text-anchor="middle"
|
||||
<text x="80.00" y="116.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
23456
|
||||
</text>
|
||||
<text x="158.00" y="116.00" text-anchor="middle"
|
||||
<text x="158.00" y="116.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
78901
|
||||
</text>
|
||||
<text x="224.00" y="116.00" text-anchor="start"
|
||||
<text x="223.30" y="116.10" text-anchor="start"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" >
|
||||
2
|
||||
</text>
|
||||
|
|
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 8.8 KiB |
|
@ -118,37 +118,37 @@
|
|||
<rect x="194.00" y="34.00" width="4.00" height="82.00" />
|
||||
<rect x="200.00" y="34.00" width="4.00" height="82.00" />
|
||||
<rect x="208.00" y="34.00" width="2.00" height="82.00" />
|
||||
<rect x="232.00" y="53.00" width="2.00" height="53.00" />
|
||||
<rect x="236.00" y="53.00" width="4.00" height="53.00" />
|
||||
<rect x="244.00" y="53.00" width="4.00" height="53.00" />
|
||||
<rect x="252.00" y="53.00" width="2.00" height="53.00" />
|
||||
<rect x="256.00" y="53.00" width="2.00" height="53.00" />
|
||||
<rect x="262.00" y="53.00" width="2.00" height="53.00" />
|
||||
<rect x="268.00" y="53.00" width="4.00" height="53.00" />
|
||||
<rect x="274.00" y="53.00" width="2.00" height="53.00" />
|
||||
<rect x="278.00" y="53.00" width="4.00" height="53.00" />
|
||||
<rect x="286.00" y="53.00" width="4.00" height="53.00" />
|
||||
<rect x="292.00" y="53.00" width="2.00" height="53.00" />
|
||||
<rect x="298.00" y="53.00" width="4.00" height="53.00" />
|
||||
<rect x="304.00" y="53.00" width="4.00" height="53.00" />
|
||||
<rect x="310.00" y="53.00" width="2.00" height="53.00" />
|
||||
<rect x="316.00" y="53.00" width="4.00" height="53.00" />
|
||||
<rect x="324.00" y="53.00" width="2.00" height="53.00" />
|
||||
<rect x="232.00" y="50.90" width="2.00" height="55.10" />
|
||||
<rect x="236.00" y="50.90" width="4.00" height="55.10" />
|
||||
<rect x="244.00" y="50.90" width="4.00" height="55.10" />
|
||||
<rect x="252.00" y="50.90" width="2.00" height="55.10" />
|
||||
<rect x="256.00" y="50.90" width="2.00" height="55.10" />
|
||||
<rect x="262.00" y="50.90" width="2.00" height="55.10" />
|
||||
<rect x="268.00" y="50.90" width="4.00" height="55.10" />
|
||||
<rect x="274.00" y="50.90" width="2.00" height="55.10" />
|
||||
<rect x="278.00" y="50.90" width="4.00" height="55.10" />
|
||||
<rect x="286.00" y="50.90" width="4.00" height="55.10" />
|
||||
<rect x="292.00" y="50.90" width="2.00" height="55.10" />
|
||||
<rect x="298.00" y="50.90" width="4.00" height="55.10" />
|
||||
<rect x="304.00" y="50.90" width="4.00" height="55.10" />
|
||||
<rect x="310.00" y="50.90" width="2.00" height="55.10" />
|
||||
<rect x="316.00" y="50.90" width="4.00" height="55.10" />
|
||||
<rect x="324.00" y="50.90" width="2.00" height="55.10" />
|
||||
<rect x="0.00" y="0.00" width="338.00" height="6.00" />
|
||||
<rect x="0.00" y="106.00" width="338.00" height="6.00" />
|
||||
<text x="14.00" y="128.00" text-anchor="end"
|
||||
<text x="14.70" y="128.10" text-anchor="end"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" >
|
||||
1
|
||||
</text>
|
||||
<text x="78.00" y="128.00" text-anchor="middle"
|
||||
<text x="80.00" y="128.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
23456
|
||||
</text>
|
||||
<text x="158.00" y="128.00" text-anchor="middle"
|
||||
<text x="158.00" y="128.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
78901
|
||||
</text>
|
||||
<text x="224.00" y="128.00" text-anchor="start"
|
||||
<text x="223.30" y="128.10" text-anchor="start"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" >
|
||||
2
|
||||
</text>
|
||||
|
|
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 8.9 KiB |
|
@ -118,21 +118,21 @@
|
|||
<rect x="194.00" y="28.00" width="4.00" height="82.00" />
|
||||
<rect x="200.00" y="28.00" width="4.00" height="82.00" />
|
||||
<rect x="208.00" y="28.00" width="2.00" height="82.00" />
|
||||
<rect x="232.00" y="47.00" width="2.00" height="53.00" />
|
||||
<rect x="236.00" y="47.00" width="4.00" height="53.00" />
|
||||
<rect x="244.00" y="47.00" width="4.00" height="53.00" />
|
||||
<rect x="252.00" y="47.00" width="2.00" height="53.00" />
|
||||
<rect x="256.00" y="47.00" width="2.00" height="53.00" />
|
||||
<rect x="262.00" y="47.00" width="2.00" height="53.00" />
|
||||
<rect x="268.00" y="47.00" width="4.00" height="53.00" />
|
||||
<rect x="274.00" y="47.00" width="2.00" height="53.00" />
|
||||
<rect x="278.00" y="47.00" width="4.00" height="53.00" />
|
||||
<rect x="286.00" y="47.00" width="4.00" height="53.00" />
|
||||
<rect x="292.00" y="47.00" width="2.00" height="53.00" />
|
||||
<rect x="298.00" y="47.00" width="4.00" height="53.00" />
|
||||
<rect x="304.00" y="47.00" width="4.00" height="53.00" />
|
||||
<rect x="310.00" y="47.00" width="2.00" height="53.00" />
|
||||
<rect x="316.00" y="47.00" width="4.00" height="53.00" />
|
||||
<rect x="324.00" y="47.00" width="2.00" height="53.00" />
|
||||
<rect x="232.00" y="44.90" width="2.00" height="55.10" />
|
||||
<rect x="236.00" y="44.90" width="4.00" height="55.10" />
|
||||
<rect x="244.00" y="44.90" width="4.00" height="55.10" />
|
||||
<rect x="252.00" y="44.90" width="2.00" height="55.10" />
|
||||
<rect x="256.00" y="44.90" width="2.00" height="55.10" />
|
||||
<rect x="262.00" y="44.90" width="2.00" height="55.10" />
|
||||
<rect x="268.00" y="44.90" width="4.00" height="55.10" />
|
||||
<rect x="274.00" y="44.90" width="2.00" height="55.10" />
|
||||
<rect x="278.00" y="44.90" width="4.00" height="55.10" />
|
||||
<rect x="286.00" y="44.90" width="4.00" height="55.10" />
|
||||
<rect x="292.00" y="44.90" width="2.00" height="55.10" />
|
||||
<rect x="298.00" y="44.90" width="4.00" height="55.10" />
|
||||
<rect x="304.00" y="44.90" width="4.00" height="55.10" />
|
||||
<rect x="310.00" y="44.90" width="2.00" height="55.10" />
|
||||
<rect x="316.00" y="44.90" width="4.00" height="55.10" />
|
||||
<rect x="324.00" y="44.90" width="2.00" height="55.10" />
|
||||
</g>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 8.1 KiB |
|
@ -25,22 +25,22 @@
|
|||
<rect x="110.00" y="0.00" width="2.00" height="110.00" />
|
||||
<rect x="114.00" y="0.00" width="2.00" height="110.00" />
|
||||
<rect x="118.00" y="0.00" width="2.00" height="110.00" />
|
||||
<rect x="134.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="138.00" y="19.00" width="4.00" height="81.00" />
|
||||
<rect x="146.00" y="19.00" width="4.00" height="81.00" />
|
||||
<rect x="154.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="158.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="164.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="170.00" y="19.00" width="4.00" height="81.00" />
|
||||
<text x="8.00" y="116.00" text-anchor="end"
|
||||
<rect x="134.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="138.00" y="16.90" width="4.00" height="83.10" />
|
||||
<rect x="146.00" y="16.90" width="4.00" height="83.10" />
|
||||
<rect x="154.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="158.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="164.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="170.00" y="16.90" width="4.00" height="83.10" />
|
||||
<text x="8.70" y="116.10" text-anchor="end"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" >
|
||||
1
|
||||
</text>
|
||||
<text x="66.00" y="116.00" text-anchor="middle"
|
||||
<text x="67.00" y="116.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
234567
|
||||
</text>
|
||||
<text x="126.00" y="116.00" text-anchor="start"
|
||||
<text x="125.30" y="116.10" text-anchor="start"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" >
|
||||
0
|
||||
</text>
|
||||
|
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
|
@ -25,31 +25,31 @@
|
|||
<rect x="110.00" y="0.00" width="2.00" height="110.00" />
|
||||
<rect x="114.00" y="0.00" width="2.00" height="110.00" />
|
||||
<rect x="118.00" y="0.00" width="2.00" height="110.00" />
|
||||
<rect x="134.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="138.00" y="19.00" width="4.00" height="81.00" />
|
||||
<rect x="144.00" y="19.00" width="4.00" height="81.00" />
|
||||
<rect x="152.00" y="19.00" width="4.00" height="81.00" />
|
||||
<rect x="158.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="164.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="170.00" y="19.00" width="4.00" height="81.00" />
|
||||
<rect x="176.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="180.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="190.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="194.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="198.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="206.00" y="19.00" width="4.00" height="81.00" />
|
||||
<rect x="212.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="216.00" y="19.00" width="4.00" height="81.00" />
|
||||
<rect x="226.00" y="19.00" width="2.00" height="81.00" />
|
||||
<text x="8.00" y="116.00" text-anchor="end"
|
||||
<rect x="134.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="138.00" y="16.90" width="4.00" height="83.10" />
|
||||
<rect x="144.00" y="16.90" width="4.00" height="83.10" />
|
||||
<rect x="152.00" y="16.90" width="4.00" height="83.10" />
|
||||
<rect x="158.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="164.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="170.00" y="16.90" width="4.00" height="83.10" />
|
||||
<rect x="176.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="180.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="190.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="194.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="198.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="206.00" y="16.90" width="4.00" height="83.10" />
|
||||
<rect x="212.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="216.00" y="16.90" width="4.00" height="83.10" />
|
||||
<rect x="226.00" y="16.90" width="2.00" height="83.10" />
|
||||
<text x="8.70" y="116.10" text-anchor="end"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" >
|
||||
1
|
||||
</text>
|
||||
<text x="66.00" y="116.00" text-anchor="middle"
|
||||
<text x="67.00" y="116.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
234567
|
||||
</text>
|
||||
<text x="126.00" y="116.00" text-anchor="start"
|
||||
<text x="125.30" y="116.10" text-anchor="start"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" >
|
||||
0
|
||||
</text>
|
||||
|
|
Before Width: | Height: | Size: 3 KiB After Width: | Height: | Size: 3 KiB |
|
@ -25,21 +25,21 @@
|
|||
<rect x="110.00" y="0.00" width="2.00" height="110.00" />
|
||||
<rect x="114.00" y="0.00" width="2.00" height="110.00" />
|
||||
<rect x="118.00" y="0.00" width="2.00" height="110.00" />
|
||||
<rect x="134.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="138.00" y="19.00" width="4.00" height="81.00" />
|
||||
<rect x="144.00" y="19.00" width="4.00" height="81.00" />
|
||||
<rect x="152.00" y="19.00" width="4.00" height="81.00" />
|
||||
<rect x="158.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="164.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="170.00" y="19.00" width="4.00" height="81.00" />
|
||||
<rect x="176.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="180.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="190.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="194.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="198.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="206.00" y="19.00" width="4.00" height="81.00" />
|
||||
<rect x="212.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="216.00" y="19.00" width="4.00" height="81.00" />
|
||||
<rect x="226.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="134.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="138.00" y="16.90" width="4.00" height="83.10" />
|
||||
<rect x="144.00" y="16.90" width="4.00" height="83.10" />
|
||||
<rect x="152.00" y="16.90" width="4.00" height="83.10" />
|
||||
<rect x="158.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="164.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="170.00" y="16.90" width="4.00" height="83.10" />
|
||||
<rect x="176.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="180.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="190.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="194.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="198.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="206.00" y="16.90" width="4.00" height="83.10" />
|
||||
<rect x="212.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="216.00" y="16.90" width="4.00" height="83.10" />
|
||||
<rect x="226.00" y="16.90" width="2.00" height="83.10" />
|
||||
</g>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
|
@ -1,13 +1,13 @@
|
|||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg width="238" height="112" version="1.1"
|
||||
<svg width="238" height="113" version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg">
|
||||
<desc>Zint Generated Symbol
|
||||
</desc>
|
||||
|
||||
<g id="barcode" fill="#000000">
|
||||
<rect x="0" y="0" width="238" height="112" fill="#FFFFFF" />
|
||||
<rect x="0" y="0" width="238" height="113" fill="#FFFFFF" />
|
||||
<rect x="18.00" y="0.00" width="2.00" height="110.00" />
|
||||
<rect x="22.00" y="0.00" width="2.00" height="110.00" />
|
||||
<rect x="28.00" y="0.00" width="2.00" height="100.00" />
|
||||
|
@ -25,31 +25,31 @@
|
|||
<rect x="110.00" y="0.00" width="2.00" height="110.00" />
|
||||
<rect x="114.00" y="0.00" width="2.00" height="110.00" />
|
||||
<rect x="118.00" y="0.00" width="2.00" height="110.00" />
|
||||
<rect x="134.00" y="13.00" width="2.00" height="87.00" />
|
||||
<rect x="138.00" y="13.00" width="4.00" height="87.00" />
|
||||
<rect x="144.00" y="13.00" width="4.00" height="87.00" />
|
||||
<rect x="152.00" y="13.00" width="4.00" height="87.00" />
|
||||
<rect x="158.00" y="13.00" width="2.00" height="87.00" />
|
||||
<rect x="164.00" y="13.00" width="2.00" height="87.00" />
|
||||
<rect x="170.00" y="13.00" width="4.00" height="87.00" />
|
||||
<rect x="176.00" y="13.00" width="2.00" height="87.00" />
|
||||
<rect x="180.00" y="13.00" width="2.00" height="87.00" />
|
||||
<rect x="190.00" y="13.00" width="2.00" height="87.00" />
|
||||
<rect x="194.00" y="13.00" width="2.00" height="87.00" />
|
||||
<rect x="198.00" y="13.00" width="2.00" height="87.00" />
|
||||
<rect x="206.00" y="13.00" width="4.00" height="87.00" />
|
||||
<rect x="212.00" y="13.00" width="2.00" height="87.00" />
|
||||
<rect x="216.00" y="13.00" width="4.00" height="87.00" />
|
||||
<rect x="226.00" y="13.00" width="2.00" height="87.00" />
|
||||
<text x="8.00" y="111.50" text-anchor="end"
|
||||
<rect x="134.00" y="12.28" width="2.00" height="87.72" />
|
||||
<rect x="138.00" y="12.28" width="4.00" height="87.72" />
|
||||
<rect x="144.00" y="12.28" width="4.00" height="87.72" />
|
||||
<rect x="152.00" y="12.28" width="4.00" height="87.72" />
|
||||
<rect x="158.00" y="12.28" width="2.00" height="87.72" />
|
||||
<rect x="164.00" y="12.28" width="2.00" height="87.72" />
|
||||
<rect x="170.00" y="12.28" width="4.00" height="87.72" />
|
||||
<rect x="176.00" y="12.28" width="2.00" height="87.72" />
|
||||
<rect x="180.00" y="12.28" width="2.00" height="87.72" />
|
||||
<rect x="190.00" y="12.28" width="2.00" height="87.72" />
|
||||
<rect x="194.00" y="12.28" width="2.00" height="87.72" />
|
||||
<rect x="198.00" y="12.28" width="2.00" height="87.72" />
|
||||
<rect x="206.00" y="12.28" width="4.00" height="87.72" />
|
||||
<rect x="212.00" y="12.28" width="2.00" height="87.72" />
|
||||
<rect x="216.00" y="12.28" width="4.00" height="87.72" />
|
||||
<rect x="226.00" y="12.28" width="2.00" height="87.72" />
|
||||
<text x="8.70" y="111.72" text-anchor="end"
|
||||
font-family="Helvetica, sans-serif" font-size="12.0" >
|
||||
1
|
||||
</text>
|
||||
<text x="66.00" y="111.50" text-anchor="middle"
|
||||
<text x="67.00" y="111.72" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" >
|
||||
234567
|
||||
</text>
|
||||
<text x="126.00" y="111.50" text-anchor="start"
|
||||
<text x="125.30" y="111.72" text-anchor="start"
|
||||
font-family="Helvetica, sans-serif" font-size="12.0" >
|
||||
0
|
||||
</text>
|
||||
|
|
Before Width: | Height: | Size: 3 KiB After Width: | Height: | Size: 3 KiB |
|
@ -80,22 +80,22 @@
|
|||
<rect x="112.00" y="32.00" width="2.00" height="68.00" />
|
||||
<rect x="116.00" y="32.00" width="2.00" height="78.00" />
|
||||
<rect x="120.00" y="32.00" width="2.00" height="78.00" />
|
||||
<rect x="140.00" y="51.00" width="2.00" height="49.00" />
|
||||
<rect x="144.00" y="51.00" width="4.00" height="49.00" />
|
||||
<rect x="150.00" y="51.00" width="4.00" height="49.00" />
|
||||
<rect x="156.00" y="51.00" width="6.00" height="49.00" />
|
||||
<rect x="164.00" y="51.00" width="2.00" height="49.00" />
|
||||
<rect x="170.00" y="51.00" width="2.00" height="49.00" />
|
||||
<rect x="174.00" y="51.00" width="6.00" height="49.00" />
|
||||
<text x="14.00" y="116.00" text-anchor="end"
|
||||
<rect x="140.00" y="48.90" width="2.00" height="51.10" />
|
||||
<rect x="144.00" y="48.90" width="4.00" height="51.10" />
|
||||
<rect x="150.00" y="48.90" width="4.00" height="51.10" />
|
||||
<rect x="156.00" y="48.90" width="6.00" height="51.10" />
|
||||
<rect x="164.00" y="48.90" width="2.00" height="51.10" />
|
||||
<rect x="170.00" y="48.90" width="2.00" height="51.10" />
|
||||
<rect x="174.00" y="48.90" width="6.00" height="51.10" />
|
||||
<text x="14.70" y="116.10" text-anchor="end"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" >
|
||||
0
|
||||
</text>
|
||||
<text x="72.00" y="116.00" text-anchor="middle"
|
||||
<text x="73.00" y="116.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
654321
|
||||
</text>
|
||||
<text x="132.00" y="116.00" text-anchor="start"
|
||||
<text x="131.30" y="116.10" text-anchor="start"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" >
|
||||
7
|
||||
</text>
|
||||
|
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
|
@ -80,22 +80,22 @@
|
|||
<rect x="112.00" y="32.00" width="2.00" height="68.00" opacity="0.933" />
|
||||
<rect x="116.00" y="32.00" width="2.00" height="78.00" opacity="0.933" />
|
||||
<rect x="120.00" y="32.00" width="2.00" height="78.00" opacity="0.933" />
|
||||
<rect x="140.00" y="51.00" width="2.00" height="49.00" opacity="0.933" />
|
||||
<rect x="144.00" y="51.00" width="4.00" height="49.00" opacity="0.933" />
|
||||
<rect x="150.00" y="51.00" width="4.00" height="49.00" opacity="0.933" />
|
||||
<rect x="156.00" y="51.00" width="6.00" height="49.00" opacity="0.933" />
|
||||
<rect x="164.00" y="51.00" width="2.00" height="49.00" opacity="0.933" />
|
||||
<rect x="170.00" y="51.00" width="2.00" height="49.00" opacity="0.933" />
|
||||
<rect x="174.00" y="51.00" width="6.00" height="49.00" opacity="0.933" />
|
||||
<text x="14.00" y="116.00" text-anchor="end"
|
||||
<rect x="140.00" y="48.90" width="2.00" height="51.10" opacity="0.933" />
|
||||
<rect x="144.00" y="48.90" width="4.00" height="51.10" opacity="0.933" />
|
||||
<rect x="150.00" y="48.90" width="4.00" height="51.10" opacity="0.933" />
|
||||
<rect x="156.00" y="48.90" width="6.00" height="51.10" opacity="0.933" />
|
||||
<rect x="164.00" y="48.90" width="2.00" height="51.10" opacity="0.933" />
|
||||
<rect x="170.00" y="48.90" width="2.00" height="51.10" opacity="0.933" />
|
||||
<rect x="174.00" y="48.90" width="6.00" height="51.10" opacity="0.933" />
|
||||
<text x="14.70" y="116.10" text-anchor="end"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" opacity="0.933" >
|
||||
0
|
||||
</text>
|
||||
<text x="72.00" y="116.00" text-anchor="middle"
|
||||
<text x="73.00" y="116.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" opacity="0.933" >
|
||||
654321
|
||||
</text>
|
||||
<text x="132.00" y="116.00" text-anchor="start"
|
||||
<text x="131.30" y="116.10" text-anchor="start"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" opacity="0.933" >
|
||||
7
|
||||
</text>
|
||||
|
|
Before Width: | Height: | Size: 7 KiB After Width: | Height: | Size: 7 KiB |
|
@ -79,22 +79,22 @@
|
|||
<rect x="112.00" y="32.00" width="2.00" height="68.00" />
|
||||
<rect x="116.00" y="32.00" width="2.00" height="78.00" />
|
||||
<rect x="120.00" y="32.00" width="2.00" height="78.00" />
|
||||
<rect x="140.00" y="51.00" width="2.00" height="49.00" />
|
||||
<rect x="144.00" y="51.00" width="4.00" height="49.00" />
|
||||
<rect x="150.00" y="51.00" width="4.00" height="49.00" />
|
||||
<rect x="156.00" y="51.00" width="6.00" height="49.00" />
|
||||
<rect x="164.00" y="51.00" width="2.00" height="49.00" />
|
||||
<rect x="170.00" y="51.00" width="2.00" height="49.00" />
|
||||
<rect x="174.00" y="51.00" width="6.00" height="49.00" />
|
||||
<text x="14.00" y="116.00" text-anchor="end"
|
||||
<rect x="140.00" y="48.90" width="2.00" height="51.10" />
|
||||
<rect x="144.00" y="48.90" width="4.00" height="51.10" />
|
||||
<rect x="150.00" y="48.90" width="4.00" height="51.10" />
|
||||
<rect x="156.00" y="48.90" width="6.00" height="51.10" />
|
||||
<rect x="164.00" y="48.90" width="2.00" height="51.10" />
|
||||
<rect x="170.00" y="48.90" width="2.00" height="51.10" />
|
||||
<rect x="174.00" y="48.90" width="6.00" height="51.10" />
|
||||
<text x="14.70" y="116.10" text-anchor="end"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" >
|
||||
0
|
||||
</text>
|
||||
<text x="72.00" y="116.00" text-anchor="middle"
|
||||
<text x="73.00" y="116.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
654321
|
||||
</text>
|
||||
<text x="132.00" y="116.00" text-anchor="start"
|
||||
<text x="131.30" y="116.10" text-anchor="start"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" >
|
||||
7
|
||||
</text>
|
||||
|
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
|
@ -80,23 +80,23 @@
|
|||
<rect x="32.00" y="78.00" width="68.00" height="2.00" />
|
||||
<rect x="32.00" y="74.00" width="78.00" height="2.00" />
|
||||
<rect x="32.00" y="70.00" width="78.00" height="2.00" />
|
||||
<rect x="51.00" y="50.00" width="49.00" height="2.00" />
|
||||
<rect x="51.00" y="44.00" width="49.00" height="4.00" />
|
||||
<rect x="51.00" y="38.00" width="49.00" height="4.00" />
|
||||
<rect x="51.00" y="30.00" width="49.00" height="6.00" />
|
||||
<rect x="51.00" y="26.00" width="49.00" height="2.00" />
|
||||
<rect x="51.00" y="20.00" width="49.00" height="2.00" />
|
||||
<rect x="51.00" y="12.00" width="49.00" height="6.00" />
|
||||
<text x="116.00" y="178.00" text-anchor="end"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" transform="rotate(270,116.00,178.00)" >
|
||||
<rect x="48.90" y="50.00" width="51.10" height="2.00" />
|
||||
<rect x="48.90" y="44.00" width="51.10" height="4.00" />
|
||||
<rect x="48.90" y="38.00" width="51.10" height="4.00" />
|
||||
<rect x="48.90" y="30.00" width="51.10" height="6.00" />
|
||||
<rect x="48.90" y="26.00" width="51.10" height="2.00" />
|
||||
<rect x="48.90" y="20.00" width="51.10" height="2.00" />
|
||||
<rect x="48.90" y="12.00" width="51.10" height="6.00" />
|
||||
<text x="116.10" y="177.30" text-anchor="end"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" transform="rotate(270,116.10,177.30)" >
|
||||
0
|
||||
</text>
|
||||
<text x="116.00" y="120.00" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" transform="rotate(270,116.00,120.00)" >
|
||||
<text x="116.10" y="119.00" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" transform="rotate(270,116.10,119.00)" >
|
||||
654321
|
||||
</text>
|
||||
<text x="116.00" y="60.00" text-anchor="start"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" transform="rotate(270,116.00,60.00)" >
|
||||
<text x="116.10" y="60.70" text-anchor="start"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" transform="rotate(270,116.10,60.70)" >
|
||||
7
|
||||
</text>
|
||||
<text x="47.00" y="32.00" text-anchor="middle"
|
||||
|
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.9 KiB |
|
@ -106,31 +106,31 @@
|
|||
<rect x="112.00" y="44.00" width="2.00" height="56.00" />
|
||||
<rect x="116.00" y="44.00" width="2.00" height="66.00" />
|
||||
<rect x="120.00" y="44.00" width="2.00" height="66.00" />
|
||||
<rect x="140.00" y="63.00" width="2.00" height="37.00" />
|
||||
<rect x="144.00" y="63.00" width="4.00" height="37.00" />
|
||||
<rect x="150.00" y="63.00" width="4.00" height="37.00" />
|
||||
<rect x="160.00" y="63.00" width="2.00" height="37.00" />
|
||||
<rect x="164.00" y="63.00" width="2.00" height="37.00" />
|
||||
<rect x="168.00" y="63.00" width="2.00" height="37.00" />
|
||||
<rect x="172.00" y="63.00" width="8.00" height="37.00" />
|
||||
<rect x="182.00" y="63.00" width="2.00" height="37.00" />
|
||||
<rect x="188.00" y="63.00" width="2.00" height="37.00" />
|
||||
<rect x="196.00" y="63.00" width="2.00" height="37.00" />
|
||||
<rect x="200.00" y="63.00" width="2.00" height="37.00" />
|
||||
<rect x="204.00" y="63.00" width="4.00" height="37.00" />
|
||||
<rect x="210.00" y="63.00" width="6.00" height="37.00" />
|
||||
<rect x="218.00" y="63.00" width="2.00" height="37.00" />
|
||||
<rect x="224.00" y="63.00" width="2.00" height="37.00" />
|
||||
<rect x="228.00" y="63.00" width="6.00" height="37.00" />
|
||||
<text x="14.00" y="116.00" text-anchor="end"
|
||||
<rect x="140.00" y="60.90" width="2.00" height="39.10" />
|
||||
<rect x="144.00" y="60.90" width="4.00" height="39.10" />
|
||||
<rect x="150.00" y="60.90" width="4.00" height="39.10" />
|
||||
<rect x="160.00" y="60.90" width="2.00" height="39.10" />
|
||||
<rect x="164.00" y="60.90" width="2.00" height="39.10" />
|
||||
<rect x="168.00" y="60.90" width="2.00" height="39.10" />
|
||||
<rect x="172.00" y="60.90" width="8.00" height="39.10" />
|
||||
<rect x="182.00" y="60.90" width="2.00" height="39.10" />
|
||||
<rect x="188.00" y="60.90" width="2.00" height="39.10" />
|
||||
<rect x="196.00" y="60.90" width="2.00" height="39.10" />
|
||||
<rect x="200.00" y="60.90" width="2.00" height="39.10" />
|
||||
<rect x="204.00" y="60.90" width="4.00" height="39.10" />
|
||||
<rect x="210.00" y="60.90" width="6.00" height="39.10" />
|
||||
<rect x="218.00" y="60.90" width="2.00" height="39.10" />
|
||||
<rect x="224.00" y="60.90" width="2.00" height="39.10" />
|
||||
<rect x="228.00" y="60.90" width="6.00" height="39.10" />
|
||||
<text x="14.70" y="116.10" text-anchor="end"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" >
|
||||
1
|
||||
</text>
|
||||
<text x="72.00" y="116.00" text-anchor="middle"
|
||||
<text x="73.00" y="116.10" text-anchor="middle"
|
||||
font-family="Helvetica, sans-serif" font-size="20.0" >
|
||||
876543
|
||||
</text>
|
||||
<text x="132.00" y="116.00" text-anchor="start"
|
||||
<text x="131.30" y="116.10" text-anchor="start"
|
||||
font-family="Helvetica, sans-serif" font-size="14.0" >
|
||||
5
|
||||
</text>
|
||||
|
|
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 7.9 KiB |
|
@ -106,21 +106,21 @@
|
|||
<rect x="112.00" y="44.00" width="2.00" height="56.00" />
|
||||
<rect x="116.00" y="44.00" width="2.00" height="66.00" />
|
||||
<rect x="120.00" y="44.00" width="2.00" height="66.00" />
|
||||
<rect x="140.00" y="63.00" width="2.00" height="37.00" />
|
||||
<rect x="144.00" y="63.00" width="4.00" height="37.00" />
|
||||
<rect x="150.00" y="63.00" width="4.00" height="37.00" />
|
||||
<rect x="160.00" y="63.00" width="2.00" height="37.00" />
|
||||
<rect x="164.00" y="63.00" width="2.00" height="37.00" />
|
||||
<rect x="168.00" y="63.00" width="2.00" height="37.00" />
|
||||
<rect x="172.00" y="63.00" width="8.00" height="37.00" />
|
||||
<rect x="182.00" y="63.00" width="2.00" height="37.00" />
|
||||
<rect x="188.00" y="63.00" width="2.00" height="37.00" />
|
||||
<rect x="196.00" y="63.00" width="2.00" height="37.00" />
|
||||
<rect x="200.00" y="63.00" width="2.00" height="37.00" />
|
||||
<rect x="204.00" y="63.00" width="4.00" height="37.00" />
|
||||
<rect x="210.00" y="63.00" width="6.00" height="37.00" />
|
||||
<rect x="218.00" y="63.00" width="2.00" height="37.00" />
|
||||
<rect x="224.00" y="63.00" width="2.00" height="37.00" />
|
||||
<rect x="228.00" y="63.00" width="6.00" height="37.00" />
|
||||
<rect x="140.00" y="60.90" width="2.00" height="39.10" />
|
||||
<rect x="144.00" y="60.90" width="4.00" height="39.10" />
|
||||
<rect x="150.00" y="60.90" width="4.00" height="39.10" />
|
||||
<rect x="160.00" y="60.90" width="2.00" height="39.10" />
|
||||
<rect x="164.00" y="60.90" width="2.00" height="39.10" />
|
||||
<rect x="168.00" y="60.90" width="2.00" height="39.10" />
|
||||
<rect x="172.00" y="60.90" width="8.00" height="39.10" />
|
||||
<rect x="182.00" y="60.90" width="2.00" height="39.10" />
|
||||
<rect x="188.00" y="60.90" width="2.00" height="39.10" />
|
||||
<rect x="196.00" y="60.90" width="2.00" height="39.10" />
|
||||
<rect x="200.00" y="60.90" width="2.00" height="39.10" />
|
||||
<rect x="204.00" y="60.90" width="4.00" height="39.10" />
|
||||
<rect x="210.00" y="60.90" width="6.00" height="39.10" />
|
||||
<rect x="218.00" y="60.90" width="2.00" height="39.10" />
|
||||
<rect x="224.00" y="60.90" width="2.00" height="39.10" />
|
||||
<rect x="228.00" y="60.90" width="6.00" height="39.10" />
|
||||
</g>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 7.3 KiB |