blob: 778169a4639b84f498135e9de696414a4675824f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
|
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: cairo 1.18.4 (https://cairographics.org)
%%CreationDate: Sat Apr 4 16:05:38 2026
%%Pages: 1
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%BoundingBox: 4 5 217 218
%%EndComments
%%BeginProlog
50 dict begin
/q { gsave } bind def
/Q { grestore } bind def
/cm { 6 array astore concat } bind def
/w { setlinewidth } bind def
/J { setlinecap } bind def
/j { setlinejoin } bind def
/M { setmiterlimit } bind def
/d { setdash } bind def
/m { moveto } bind def
/l { lineto } bind def
/c { curveto } bind def
/h { closepath } bind def
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
0 exch rlineto 0 rlineto closepath } bind def
/S { stroke } bind def
/f { fill } bind def
/f* { eofill } bind def
/n { newpath } bind def
/W { clip } bind def
/W* { eoclip } bind def
/BT { } bind def
/ET { } bind def
/BDC { mark 3 1 roll /BDC pdfmark } bind def
/EMC { mark /EMC pdfmark } bind def
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
/Tj { show currentpoint cairo_store_point } bind def
/TJ {
{
dup
type /stringtype eq
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
} forall
currentpoint cairo_store_point
} bind def
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
/Tf { pop /cairo_font exch def /cairo_font_matrix where
{ pop cairo_selectfont } if } bind def
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
/cairo_font where { pop cairo_selectfont } if } bind def
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
/g { setgray } bind def
/rg { setrgbcolor } bind def
/d1 { setcachedevice } bind def
/cairo_data_source {
CairoDataIndex CairoData length lt
{ CairoData CairoDataIndex get /CairoDataIndex CairoDataIndex 1 add def }
{ () } ifelse
} def
/cairo_flush_ascii85_file { cairo_ascii85_file status { cairo_ascii85_file flushfile } if } def
/cairo_image { image cairo_flush_ascii85_file } def
/cairo_imagemask { imagemask cairo_flush_ascii85_file } def
%%EndProlog
%%BeginSetup
%%EndSetup
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 4 5 217 218
%%EndPageSetup
q 4 5 213 213 rectclip
1 0 0 -1 0 222 cm q
0.0196078 g
178.902 4.32 37.129 211.754 re f
4.32 178.902 211.754 37.129 re f
4.105 4.32 37.129 211.77 re f
4.105 4.32 211.754 37.133 re f
1 g
139.93 139.93 76.055 76.055 re f*
0.0572571 w
0 J
0 j
[] 0.0 d
4 M q 1 0 0 1 0 0 cm
139.93 139.93 76.055 76.055 re S Q
1 0 0.235294 rg
142.199 142.199 73.895 73.895 re f*
1 g
q 1 0 0 1 0 0 cm
142.199 142.199 73.895 73.895 re S Q
Q q
4.133 4.352 137.617 149.398 re W n
q
4 4 138 150 re W n
q
0.0352941 0.560784 0 rg
-57.34 133.676 m 121.184 -44.852 l 141.172 -24.863 l -37.355 153.66 l h
-57.34 133.676 m f*
Q
Q
Q q
4.133 4.352 137.617 150.148 re W n
q
4 4 138 151 re W n
q
1 g
0.0505025 w
0 J
0 j
[] 0.0 d
4 M q 1 -1 1 1 0 0 cm
-95.508 38.168 m 83.018 38.166 l 83.018 58.154 l -95.51 58.154 l h
-95.508 38.168 m S Q
Q
Q
Q Q
showpage
%%Trailer
end
%%EOF
|