vectory 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (68) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/rake.yml +1 -1
  3. data/.github/workflows/release.yml +24 -0
  4. data/.gitignore +4 -0
  5. data/README.adoc +157 -1
  6. data/Rakefile +4 -0
  7. data/bin/vectory +9 -0
  8. data/emf.emf +1 -0
  9. data/lib/vectory/cli.rb +140 -0
  10. data/lib/vectory/datauri.rb +48 -0
  11. data/lib/vectory/emf.rb +31 -0
  12. data/lib/vectory/eps.rb +31 -0
  13. data/lib/vectory/file_magic.rb +53 -0
  14. data/lib/vectory/image.rb +23 -0
  15. data/lib/vectory/inkscape_converter.rb +72 -0
  16. data/lib/vectory/ps.rb +25 -0
  17. data/lib/vectory/svg.rb +27 -0
  18. data/lib/vectory/system_call.rb +49 -0
  19. data/lib/vectory/utils.rb +54 -0
  20. data/lib/vectory/vector.rb +74 -0
  21. data/lib/vectory/version.rb +1 -1
  22. data/lib/vectory.rb +34 -1
  23. data/spec/examples/emf2eps/img.emf +0 -0
  24. data/spec/examples/emf2eps/img.emf.datauri +1 -0
  25. data/spec/examples/emf2eps/img.eps +88 -0
  26. data/spec/examples/emf2ps/img.emf +0 -0
  27. data/spec/examples/emf2ps/img.ps +125 -0
  28. data/spec/examples/emf2svg/img.emf +0 -0
  29. data/spec/examples/emf2svg/img.svg +9 -0
  30. data/spec/examples/eps2emf/img.emf +0 -0
  31. data/spec/examples/eps2emf/img.eps +199 -0
  32. data/spec/examples/eps2emf/img.eps.datauri +1 -0
  33. data/spec/examples/eps2ps/img.eps +199 -0
  34. data/spec/examples/eps2ps/img.ps +549 -0
  35. data/spec/examples/eps2svg/img.eps +199 -0
  36. data/spec/examples/eps2svg/img.svg +173 -0
  37. data/spec/examples/eps_but_svg_extension.svg +199 -0
  38. data/spec/examples/img.jpg +0 -0
  39. data/spec/examples/ps2emf/img.emf +0 -0
  40. data/spec/examples/ps2emf/img.ps +549 -0
  41. data/spec/examples/ps2emf/img.ps.datauri +1 -0
  42. data/spec/examples/ps2eps/img.eps +844 -0
  43. data/spec/examples/ps2eps/img.ps +549 -0
  44. data/spec/examples/ps2svg/img.ps +549 -0
  45. data/spec/examples/ps2svg/img.svg +476 -0
  46. data/spec/examples/svg2emf/img.emf +0 -0
  47. data/spec/examples/svg2emf/img.svg +1 -0
  48. data/spec/examples/svg2emf/img.svg.datauri +1 -0
  49. data/spec/examples/svg2eps/img.eps +88 -0
  50. data/spec/examples/svg2eps/img.svg +1 -0
  51. data/spec/examples/svg2ps/img.ps +125 -0
  52. data/spec/examples/svg2ps/img.svg +1 -0
  53. data/spec/spec_helper.rb +7 -0
  54. data/spec/support/matchers.rb +39 -0
  55. data/spec/support/text_matcher.rb +63 -0
  56. data/spec/support/vectory_helper.rb +17 -0
  57. data/spec/vectory/cli_spec.rb +214 -0
  58. data/spec/vectory/datauri_spec.rb +101 -0
  59. data/spec/vectory/emf_spec.rb +38 -0
  60. data/spec/vectory/eps_spec.rb +40 -0
  61. data/spec/vectory/file_magic_spec.rb +24 -0
  62. data/spec/vectory/inkscape_converter_spec.rb +38 -0
  63. data/spec/vectory/ps_spec.rb +33 -0
  64. data/spec/vectory/svg_spec.rb +33 -0
  65. data/spec/vectory/vector_spec.rb +60 -0
  66. data/tmp/.keep +0 -0
  67. data/vectory.gemspec +10 -3
  68. metadata +163 -20
@@ -0,0 +1,199 @@
1
+ %!PS-Adobe-3.0 EPSF-3.0
2
+ %%Document-Fonts: Times-Roman
3
+ %%Title: circle.eps
4
+ %%Creator: PS_Write.F
5
+ %%CreationDate: 02-Aug-99
6
+ %%Pages: 1
7
+ %%BoundingBox: 36 36 576 756
8
+ %%LanguageLevel: 1
9
+ %%EndComments
10
+ %%BeginProlog
11
+ %%EndProlog
12
+ /inch {72 mul} def
13
+ /Palatino-Roman findfont
14
+ 1.00 inch scalefont
15
+ setfont
16
+ 0.0000 0.0000 0.0000 setrgbcolor
17
+ %% Page: 1 1
18
+ save
19
+ 63 153 moveto
20
+ newpath
21
+ 63 153 moveto
22
+ 549 153 lineto
23
+ stroke
24
+ newpath
25
+ 549 153 moveto
26
+ 549 639 lineto
27
+ stroke
28
+ newpath
29
+ 549 639 moveto
30
+ 63 639 lineto
31
+ stroke
32
+ newpath
33
+ 63 639 moveto
34
+ 63 153 lineto
35
+ stroke
36
+ newpath
37
+ 360 261 108 0 360 arc
38
+ closepath stroke
39
+ newpath
40
+ 361 357 moveto
41
+ 358 358 lineto
42
+ 353 356 lineto
43
+ 348 353 lineto
44
+ 342 347 lineto
45
+ 336 340 lineto
46
+ 329 331 lineto
47
+ 322 321 lineto
48
+ 315 309 lineto
49
+ 307 296 lineto
50
+ 300 283 lineto
51
+ 292 268 lineto
52
+ 285 253 lineto
53
+ 278 237 lineto
54
+ 271 222 lineto
55
+ 266 206 lineto
56
+ 260 191 lineto
57
+ 256 177 lineto
58
+ 252 164 lineto
59
+ 249 152 lineto
60
+ 247 141 lineto
61
+ 246 131 lineto
62
+ 246 123 lineto
63
+ 247 117 lineto
64
+ 248 113 lineto
65
+ 251 111 lineto
66
+ 254 110 lineto
67
+ 259 112 lineto
68
+ 264 115 lineto
69
+ 270 121 lineto
70
+ 276 128 lineto
71
+ 283 137 lineto
72
+ 290 147 lineto
73
+ 297 159 lineto
74
+ 305 172 lineto
75
+ 312 185 lineto
76
+ 320 200 lineto
77
+ 327 215 lineto
78
+ 334 231 lineto
79
+ 341 246 lineto
80
+ 346 262 lineto
81
+ 352 277 lineto
82
+ 356 291 lineto
83
+ 360 304 lineto
84
+ 363 316 lineto
85
+ 365 327 lineto
86
+ 366 337 lineto
87
+ 366 345 lineto
88
+ 365 351 lineto
89
+ 364 355 lineto
90
+ 361 357 lineto
91
+ stroke
92
+ newpath
93
+ 171 261 moveto
94
+ 171 531 lineto
95
+ stroke
96
+ newpath
97
+ 198 261 moveto
98
+ 198 531 lineto
99
+ stroke
100
+ newpath
101
+ 225 261 moveto
102
+ 225 531 lineto
103
+ stroke
104
+ newpath
105
+ 252 261 moveto
106
+ 252 531 lineto
107
+ stroke
108
+ newpath
109
+ 279 261 moveto
110
+ 279 531 lineto
111
+ stroke
112
+ newpath
113
+ 306 261 moveto
114
+ 306 531 lineto
115
+ stroke
116
+ newpath
117
+ 333 261 moveto
118
+ 333 531 lineto
119
+ stroke
120
+ newpath
121
+ 360 261 moveto
122
+ 360 531 lineto
123
+ stroke
124
+ newpath
125
+ 387 261 moveto
126
+ 387 531 lineto
127
+ stroke
128
+ newpath
129
+ 414 261 moveto
130
+ 414 531 lineto
131
+ stroke
132
+ newpath
133
+ 441 261 moveto
134
+ 441 531 lineto
135
+ stroke
136
+ newpath
137
+ 171 261 moveto
138
+ 441 261 lineto
139
+ stroke
140
+ newpath
141
+ 171 288 moveto
142
+ 441 288 lineto
143
+ stroke
144
+ newpath
145
+ 171 315 moveto
146
+ 441 315 lineto
147
+ stroke
148
+ newpath
149
+ 171 342 moveto
150
+ 441 342 lineto
151
+ stroke
152
+ newpath
153
+ 171 369 moveto
154
+ 441 369 lineto
155
+ stroke
156
+ newpath
157
+ 171 396 moveto
158
+ 441 396 lineto
159
+ stroke
160
+ newpath
161
+ 171 423 moveto
162
+ 441 423 lineto
163
+ stroke
164
+ newpath
165
+ 171 450 moveto
166
+ 441 450 lineto
167
+ stroke
168
+ newpath
169
+ 171 477 moveto
170
+ 441 477 lineto
171
+ stroke
172
+ newpath
173
+ 171 504 moveto
174
+ 441 504 lineto
175
+ stroke
176
+ newpath
177
+ 171 531 moveto
178
+ 441 531 lineto
179
+ stroke
180
+ newpath
181
+ 306 396 5 0 360 arc
182
+ closepath stroke
183
+ 0.0000 1.0000 0.0000 setrgbcolor
184
+ newpath
185
+ 387 477 54 0 90 arc
186
+ stroke
187
+ 171 261 moveto
188
+ 0.0000 0.0000 0.0000 setrgbcolor
189
+ /Palatino-Roman findfont
190
+ 0.250 inch scalefont
191
+ setfont
192
+ (This is "circle.plot".) show
193
+ 171 342 moveto
194
+ /Palatino-Roman findfont
195
+ 0.125 inch scalefont
196
+ setfont
197
+ (This is small print.) show
198
+ restore showpage
199
+ %%Trailer
@@ -0,0 +1,173 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ version="1.1"
6
+ id="svg1"
7
+ width="720"
8
+ height="960"
9
+ viewBox="0 0 720 960"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ xmlns:svg="http://www.w3.org/2000/svg">
12
+ <defs
13
+ id="defs1" />
14
+ <g
15
+ id="g1">
16
+ <path
17
+ id="path1"
18
+ d="M 270,1170 H 5130"
19
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
20
+ transform="matrix(0.13333333,0,0,-0.13333333,0,960)" />
21
+ <path
22
+ id="path2"
23
+ d="M 5130,1170 V 6030"
24
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
25
+ transform="matrix(0.13333333,0,0,-0.13333333,0,960)" />
26
+ <path
27
+ id="path3"
28
+ d="M 5130,6030 H 270"
29
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
30
+ transform="matrix(0.13333333,0,0,-0.13333333,0,960)" />
31
+ <path
32
+ id="path4"
33
+ d="M 270,6030 V 1170"
34
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
35
+ transform="matrix(0.13333333,0,0,-0.13333333,0,960)" />
36
+ <path
37
+ id="path5"
38
+ d="m 4320,2250 c 0,596.46 -483.54,1080 -1080,1080 -596.46,0 -1080,-483.54 -1080,-1080 0,-596.46 483.54,-1080 1080,-1080 596.46,0 1080,483.54 1080,1080 z"
39
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
40
+ transform="matrix(0.13333333,0,0,-0.13333333,0,960)" />
41
+ <path
42
+ id="path6"
43
+ d="m 3250,3210 -30,10 -50,-20 -50,-30 -60,-60 -60,-70 -70,-90 -70,-100 -70,-120 -80,-130 -70,-130 -80,-150 -70,-150 -70,-160 -70,-150 -50,-160 -60,-150 -40,-140 -40,-130 -30,-120 -20,-110 -10,-100 v -80 l 10,-60 10,-40 30,-20 30,-10 50,20 50,30 60,60 60,70 70,90 70,100 70,120 80,130 70,130 80,150 70,150 70,160 70,150 50,160 60,150 40,140 40,130 30,120 20,110 10,100 v 80 l -10,60 -10,40 -30,20"
44
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
45
+ transform="matrix(0.13333333,0,0,-0.13333333,0,960)" />
46
+ <path
47
+ id="path7"
48
+ d="M 1350,2250 V 4950"
49
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
50
+ transform="matrix(0.13333333,0,0,-0.13333333,0,960)" />
51
+ <path
52
+ id="path8"
53
+ d="M 1620,2250 V 4950"
54
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
55
+ transform="matrix(0.13333333,0,0,-0.13333333,0,960)" />
56
+ <path
57
+ id="path9"
58
+ d="M 1890,2250 V 4950"
59
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
60
+ transform="matrix(0.13333333,0,0,-0.13333333,0,960)" />
61
+ <path
62
+ id="path10"
63
+ d="M 2160,2250 V 4950"
64
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
65
+ transform="matrix(0.13333333,0,0,-0.13333333,0,960)" />
66
+ <path
67
+ id="path11"
68
+ d="M 2430,2250 V 4950"
69
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
70
+ transform="matrix(0.13333333,0,0,-0.13333333,0,960)" />
71
+ <path
72
+ id="path12"
73
+ d="M 2700,2250 V 4950"
74
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
75
+ transform="matrix(0.13333333,0,0,-0.13333333,0,960)" />
76
+ <path
77
+ id="path13"
78
+ d="M 2970,2250 V 4950"
79
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
80
+ transform="matrix(0.13333333,0,0,-0.13333333,0,960)" />
81
+ <path
82
+ id="path14"
83
+ d="M 3240,2250 V 4950"
84
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
85
+ transform="matrix(0.13333333,0,0,-0.13333333,0,960)" />
86
+ <path
87
+ id="path15"
88
+ d="M 3510,2250 V 4950"
89
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
90
+ transform="matrix(0.13333333,0,0,-0.13333333,0,960)" />
91
+ <path
92
+ id="path16"
93
+ d="M 3780,2250 V 4950"
94
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
95
+ transform="matrix(0.13333333,0,0,-0.13333333,0,960)" />
96
+ <path
97
+ id="path17"
98
+ d="M 4050,2250 V 4950"
99
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
100
+ transform="matrix(0.13333333,0,0,-0.13333333,0,960)" />
101
+ <path
102
+ id="path18"
103
+ d="M 1350,2250 H 4050"
104
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
105
+ transform="matrix(0.13333333,0,0,-0.13333333,0,960)" />
106
+ <path
107
+ id="path19"
108
+ d="M 1350,2520 H 4050"
109
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
110
+ transform="matrix(0.13333333,0,0,-0.13333333,0,960)" />
111
+ <path
112
+ id="path20"
113
+ d="M 1350,2790 H 4050"
114
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
115
+ transform="matrix(0.13333333,0,0,-0.13333333,0,960)" />
116
+ <path
117
+ id="path21"
118
+ d="M 1350,3060 H 4050"
119
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
120
+ transform="matrix(0.13333333,0,0,-0.13333333,0,960)" />
121
+ <path
122
+ id="path22"
123
+ d="M 1350,3330 H 4050"
124
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
125
+ transform="matrix(0.13333333,0,0,-0.13333333,0,960)" />
126
+ <path
127
+ id="path23"
128
+ d="M 1350,3600 H 4050"
129
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
130
+ transform="matrix(0.13333333,0,0,-0.13333333,0,960)" />
131
+ <path
132
+ id="path24"
133
+ d="M 1350,3870 H 4050"
134
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
135
+ transform="matrix(0.13333333,0,0,-0.13333333,0,960)" />
136
+ <path
137
+ id="path25"
138
+ d="M 1350,4140 H 4050"
139
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
140
+ transform="matrix(0.13333333,0,0,-0.13333333,0,960)" />
141
+ <path
142
+ id="path26"
143
+ d="M 1350,4410 H 4050"
144
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
145
+ transform="matrix(0.13333333,0,0,-0.13333333,0,960)" />
146
+ <path
147
+ id="path27"
148
+ d="M 1350,4680 H 4050"
149
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
150
+ transform="matrix(0.13333333,0,0,-0.13333333,0,960)" />
151
+ <path
152
+ id="path28"
153
+ d="M 1350,4950 H 4050"
154
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
155
+ transform="matrix(0.13333333,0,0,-0.13333333,0,960)" />
156
+ <path
157
+ id="path29"
158
+ d="m 2750,3600 c 0,27.61 -22.39,50 -50,50 -27.61,0 -50,-22.39 -50,-50 0,-27.61 22.39,-50 50,-50 27.61,0 50,22.39 50,50 z"
159
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
160
+ transform="matrix(0.13333333,0,0,-0.13333333,0,960)" />
161
+ <path
162
+ id="path30"
163
+ d="m 4050,4410 c 0,298.23 -241.77,540 -540,540"
164
+ style="fill:none;stroke:#00ff00;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
165
+ transform="matrix(0.13333333,0,0,-0.13333333,0,960)" />
166
+ <path
167
+ id="path31"
168
+ d="M 1.4414062,-0.24609375 V 0.0234375 C 1.96875,0.01171875 2.2851563,0 2.7539063,0 3.2226563,0 3.5507813,0.01171875 4.078125,0.0234375 V -0.24609375 L 3.6445313,-0.26953125 C 3.234375,-0.29296875 3.1992188,-0.36328125 3.1875,-1.078125 v -3.8085937 c 0,-0.4570313 0.011719,-0.6445313 0.035156,-0.9023438 H 4.6171875 C 4.875,-5.7773437 4.9570312,-5.71875 4.9804687,-5.484375 l 0.035156,0.703125 h 0.28125 c 0,-0.5859375 0.011719,-0.9375 0.058594,-1.4414062 l -1.1953125,0.011719 c -0.5156249,0.011719 -0.6093749,0.011719 -0.7499999,0.011719 H 1.9921875 c -0.1054688,0 -0.5859375,-0.011719 -1.21875,-0.023437 h -0.609375 c 0.046875,0.5039062 0.0585938,0.8554687 0.0585938,1.4414062 h 0.28125 L 0.5390625,-5.484375 C 0.5625,-5.71875 0.6328125,-5.7773437 0.90234375,-5.7890625 H 2.296875 c 0.023437,0.28125 0.035156,0.4921875 0.035156,0.9023438 V -1.078125 C 2.3203125,-0.3515625 2.2851563,-0.29296875 1.875,-0.26953125 Z m 9.6503908,0 V 0.0234375 C 11.666016,0.01171875 11.912109,0 12.205078,0 c 0.28125,0 0.539063,0.01171875 1.113281,0.0234375 v -0.26953125 l -0.398437,-0.0234375 C 12.603516,-0.29296875 12.580078,-0.328125 12.580078,-0.9140625 v -1.9101563 c 0,-0.4101562 0.597656,-0.84375 1.148438,-0.84375 0.597656,0 0.996093,0.4453125 0.996093,1.1367188 V 0.0234375 C 15.134766,0.01171875 15.275391,0 15.439453,0 c 0.128906,0 0.292969,0.01171875 0.738281,0.0234375 v -0.26953125 l -0.363281,-0.0234375 C 15.498047,-0.29296875 15.486328,-0.328125 15.474609,-0.9140625 v -1.7460938 c 0,-1.0429687 -0.492187,-1.5585937 -1.5,-1.5585937 -0.328125,0 -0.515625,0.046875 -0.714843,0.2226562 l -0.679688,0.5976563 v -3.0585937 l -0.08203,-0.082031 c -0.398438,0.1523438 -0.691406,0.234375 -1.40625,0.3398438 v 0.2460937 h 0.503906 c 0.164063,0 0.234375,0.1054688 0.234375,0.375 v 4.6640625 c -0.01172,0.5859375 -0.02344,0.62109375 -0.339844,0.64453125 z M 23.197266,-4.1835937 23.115234,-4.21875 c -0.433593,0.1875 -0.925781,0.3164062 -1.394531,0.3632812 v 0.2578125 h 0.328125 c 0.375,0.011719 0.386719,0.046875 0.398438,0.65625 v 2.0273438 c 0,0.5859375 -0.02344,0.62109375 -0.339844,0.64453125 l -0.410156,0.0234375 V 0.0234375 C 22.330078,0.01171875 22.587891,0 22.822266,0 c 0.234375,0 0.492187,0.01171875 1.125,0.0234375 v -0.26953125 l -0.410157,-0.0234375 C 23.220703,-0.3046875 23.208984,-0.328125 23.197266,-0.9140625 Z M 22.787109,-6.1875 c -0.269531,0 -0.503906,0.234375 -0.503906,0.5039063 0,0.2695312 0.234375,0.5039062 0.492188,0.5039062 0.269531,0 0.503906,-0.234375 0.503906,-0.5039062 0,-0.2460938 -0.234375,-0.5039063 -0.492188,-0.5039063 z m 4.324219,4.8984375 c 0,0.62109375 -0.02344,0.890625 -0.09375,1.25390625 0.480469,0.15234375 0.820313,0.2109375 1.230469,0.2109375 1.183594,0 2.015625,-0.62109375 2.015625,-1.51171875 0,-0.28125 -0.08203,-0.4804687 -0.246094,-0.65625 C 29.783203,-2.2265625 29.490234,-2.3320313 28.693359,-2.484375 27.955078,-2.625 27.708984,-2.8125 27.708984,-3.2226563 c 0,-0.4453125 0.304688,-0.703125 0.867188,-0.703125 0.609375,0 1.066406,0.3164063 1.066406,0.7382813 v 0.2109375 h 0.246094 c 0.01172,-0.5273438 0.02344,-0.7382813 0.04687,-1.0195313 -0.492188,-0.1640624 -0.796875,-0.2226562 -1.171875,-0.2226562 -1.042969,0 -1.6875,0.4921875 -1.6875,1.3007812 0,0.4453125 0.199219,0.7265625 0.621094,0.9257813 0.234375,0.1054688 0.714843,0.2578125 1.324218,0.3867188 0.410157,0.09375 0.574219,0.2695312 0.574219,0.6210937 0,0.4921875 -0.445312,0.83203125 -1.078125,0.83203125 -0.667969,0 -1.125,-0.31640625 -1.125,-0.76171875 v -0.375 z m 13.456055,-2.8945312 -0.08203,-0.035156 c -0.433594,0.1875 -0.925782,0.3164062 -1.394532,0.3632812 v 0.2578125 h 0.328125 c 0.375,0.011719 0.386719,0.046875 0.398438,0.65625 v 2.0273438 c 0,0.5859375 -0.02344,0.62109375 -0.339844,0.64453125 l -0.410156,0.0234375 V 0.0234375 C 39.700195,0.01171875 39.958008,0 40.192383,0 c 0.234375,0 0.492187,0.01171875 1.125,0.0234375 v -0.26953125 l -0.410156,-0.0234375 C 40.59082,-0.3046875 40.579102,-0.328125 40.567383,-0.9140625 Z M 40.157227,-6.1875 c -0.269532,0 -0.503907,0.234375 -0.503907,0.5039063 0,0.2695312 0.234375,0.5039062 0.492188,0.5039062 0.269531,0 0.503906,-0.234375 0.503906,-0.5039062 0,-0.2460938 -0.234375,-0.5039063 -0.492187,-0.5039063 z m 4.324218,4.8984375 c 0,0.62109375 -0.02344,0.890625 -0.09375,1.25390625 0.480469,0.15234375 0.820313,0.2109375 1.230469,0.2109375 1.183594,0 2.015625,-0.62109375 2.015625,-1.51171875 0,-0.28125 -0.08203,-0.4804687 -0.246094,-0.65625 C 47.15332,-2.2265625 46.860352,-2.3320313 46.063477,-2.484375 45.325195,-2.625 45.079102,-2.8125 45.079102,-3.2226563 c 0,-0.4453125 0.304687,-0.703125 0.867187,-0.703125 0.609375,0 1.066406,0.3164063 1.066406,0.7382813 v 0.2109375 h 0.246094 c 0.01172,-0.5273438 0.02344,-0.7382813 0.04687,-1.0195313 -0.492187,-0.1640624 -0.796875,-0.2226562 -1.171875,-0.2226562 -1.042969,0 -1.6875,0.4921875 -1.6875,1.3007812 0,0.4453125 0.199219,0.7265625 0.621094,0.9257813 0.234375,0.1054688 0.714844,0.2578125 1.324219,0.3867188 0.410156,0.09375 0.574218,0.2695312 0.574218,0.6210937 0,0.4921875 -0.445312,0.83203125 -1.078125,0.83203125 -0.667968,0 -1.125,-0.31640625 -1.125,-0.76171875 v -0.375 z m 12.717774,-2.9296875 0.28125,-1.7695312 c 0.01172,-0.011719 0.01172,-0.035156 0.01172,-0.046875 0,-0.1757813 -0.199218,-0.3515625 -0.386718,-0.3515625 -0.199219,0 -0.386719,0.1757812 -0.386719,0.3515625 v 0.046875 l 0.292969,1.7695312 z m 1.628906,0 0.28125,-1.7695312 c 0.01172,-0.011719 0.01172,-0.035156 0.01172,-0.046875 0,-0.1757813 -0.199219,-0.3515625 -0.386719,-0.3515625 -0.199219,0 -0.386719,0.1757812 -0.386719,0.3515625 v 0.046875 l 0.292969,1.7695312 z m 7.68457,1.4179687 c 0,-0.4101562 0.04687,-0.7851562 0.128907,-1.1015625 C 66.27832,-4.125 65.973633,-4.21875 65.598633,-4.21875 c -0.445313,0 -0.9375,0.1640625 -1.476563,0.515625 -0.632812,0.3867187 -0.960937,1.0078125 -0.960937,1.8164063 0,1.2070312 0.84375,2.06249995 2.0625,2.06249995 0.46875,0 1.136719,-0.1640625 1.230469,-0.3046875 l 0.1875,-0.28125 -0.08203,-0.140625 c -0.351562,0.1875 -0.621093,0.2578125 -0.949218,0.2578125 -0.996094,0 -1.652344,-0.77343745 -1.652344,-1.95703125 0,-0.9609375 0.445312,-1.5 1.253906,-1.5 0.410156,0 0.832031,0.1640625 0.996094,0.3984375 l 0.05859,0.5507812 z m 6.09375,-1.3828124 -0.08203,-0.035156 c -0.433594,0.1875 -0.925781,0.3164062 -1.394531,0.3632812 v 0.2578125 h 0.328125 c 0.375,0.011719 0.386719,0.046875 0.398437,0.65625 v 2.0273438 c 0,0.5859375 -0.02344,0.62109375 -0.339843,0.64453125 l -0.410157,0.0234375 V 0.0234375 C 71.739258,0.01171875 71.99707,0 72.231445,0 c 0.234375,0 0.492188,0.01171875 1.125,0.0234375 v -0.26953125 l -0.410156,-0.0234375 C 72.629883,-0.3046875 72.618164,-0.328125 72.606445,-0.9140625 Z M 72.196289,-6.1875 c -0.269531,0 -0.503906,0.234375 -0.503906,0.5039063 0,0.2695312 0.234375,0.5039062 0.492187,0.5039062 0.269532,0 0.503907,-0.234375 0.503907,-0.5039062 0,-0.2460938 -0.234375,-0.5039063 -0.492188,-0.5039063 z m 4.148438,5.94140625 V 0.0234375 C 76.942383,0.01171875 77.200195,0 77.458008,0 c 0.210937,0 0.539062,0.01171875 1.277344,0.0234375 v -0.26953125 l -0.46875,-0.0234375 c -0.410157,-0.0234375 -0.421875,-0.0351563 -0.421875,-0.64453125 v -1.546875 c 0,-0.5507813 0.363281,-0.9960938 0.808593,-0.9960938 0.269532,0 0.457032,0.1289063 0.597657,0.4101563 h 0.1875 L 79.520508,-4.125 c -0.105469,-0.058594 -0.257813,-0.09375 -0.421875,-0.09375 -0.269531,0 -0.550781,0.140625 -0.75,0.3632812 l -0.503906,0.5976563 v -0.9257812 l -0.08203,-0.035156 c -0.433593,0.1875 -0.925781,0.3164062 -1.394531,0.3632812 v 0.2578125 h 0.328125 c 0.375,0.011719 0.386719,0.046875 0.398438,0.65625 v 2.0273438 c -0.01172,0.5859375 -0.02344,0.62109375 -0.339844,0.64453125 z M 86.853516,-2.8007813 c 0,-0.4101562 0.04687,-0.7851562 0.128906,-1.1015625 C 86.619141,-4.125 86.314453,-4.21875 85.939453,-4.21875 c -0.445312,0 -0.9375,0.1640625 -1.476562,0.515625 -0.632813,0.3867187 -0.960938,1.0078125 -0.960938,1.8164063 0,1.2070312 0.84375,2.06249995 2.0625,2.06249995 0.46875,0 1.136719,-0.1640625 1.230469,-0.3046875 l 0.1875,-0.28125 -0.08203,-0.140625 c -0.351563,0.1875 -0.621094,0.2578125 -0.949219,0.2578125 -0.996094,0 -1.652344,-0.77343745 -1.652344,-1.95703125 0,-0.9609375 0.445313,-1.5 1.253906,-1.5 0.410157,0 0.832032,0.1640625 0.996094,0.3984375 l 0.05859,0.5507812 z m 4.59375,2.55468755 V 0.0234375 C 92.080078,0.01171875 92.337891,0 92.572266,0 c 0.234375,0 0.492187,0.01171875 1.125,0.0234375 v -0.26953125 l -0.410157,-0.0234375 C 92.970703,-0.3046875 92.958984,-0.328125 92.947266,-0.9140625 v -5.5429687 l -0.08203,-0.082031 c -0.386718,0.1523438 -0.691406,0.234375 -1.394531,0.3398438 v 0.2460937 h 0.503906 c 0.152344,0 0.222657,0.1054688 0.222657,0.375 v 4.6640625 c -0.01172,0.5859375 -0.02344,0.62109375 -0.339844,0.64453125 z m 8.988284,-0.38671875 -0.11719,-0.0820313 c -0.574219,0.33984375 -0.785157,0.421875 -1.171876,0.421875 -0.585937,0 -1.078125,-0.26953125 -1.324218,-0.703125 -0.175782,-0.2929687 -0.234375,-0.5507812 -0.257813,-1.078125 h 1.324219 c 0.644531,0 1.054687,-0.035156 1.628908,-0.1171875 0,-0.1289062 0.0117,-0.2109375 0.0117,-0.3164062 0,-1.0429688 -0.667972,-1.7109375 -1.687503,-1.7109375 -0.316406,0 -0.703125,0.1171875 -1.078125,0.328125 -0.738281,0.4335937 -1.03125,0.984375 -1.03125,1.9335938 0,0.5507812 0.128906,1.0429687 0.375,1.38281245 0.363281,0.48046875 0.960937,0.75 1.640625,0.75 0.339844,0 0.667969,-0.0703125 1.03125,-0.234375 0.234373,-0.09375 0.433593,-0.2109375 0.468753,-0.26953125 z m -0.703128,-1.7695313 c -0.457031,0.011719 -0.679688,0.023437 -1.007813,0.023437 -0.421875,0 -0.65625,-0.011719 -1.136718,-0.046875 0,-0.421875 0.03516,-0.6210937 0.152343,-0.8671875 0.1875,-0.3867187 0.5625,-0.6328125 0.996094,-0.6328125 0.304688,0 0.539063,0.1171875 0.703125,0.3632813 0.199219,0.2929687 0.257813,0.5507812 0.292969,1.1601567 z m 6.500978,1.40625005 c -0.26953,0 -0.51563,0.24609375 -0.51563,0.515625 0,0.28125 0.2461,0.52734375 0.50391,0.52734375 0.29297,0 0.55078,-0.24609375 0.55078,-0.52734375 0,-0.26953125 -0.25781,-0.515625 -0.53906,-0.515625 z m 3.45703,3.25781255 V 2.53125 c 0.62109,-0.023437 0.87891,-0.023437 1.125,-0.023437 0.24609,0 0.50391,0 1.125,0.023437 V 2.2617188 l -0.41016,-0.035156 c -0.3164,-0.035156 -0.32812,-0.046875 -0.33984,-0.6445313 v -1.6992187 c 0.28125,0.1640625 0.5625,0.22265625 0.97266,0.22265625 0.26953,0 0.49218,-0.046875 0.63281,-0.140625 l 1.03125,-0.66796875 c 0.35156,-0.234375 0.77344,-1.1601562 0.77344,-1.734375 0,-0.9960938 -0.82032,-1.78125 -1.86329,-1.78125 -0.33984,0 -0.65625,0.082031 -0.80859,0.2226562 l -0.73828,0.6796875 v -0.8671874 l -0.082,-0.035156 c -0.4336,0.1875 -0.92578,0.3164062 -1.39453,0.3632812 v 0.2578125 h 0.32812 c 0.375,0.011719 0.38672,0.046875 0.39844,0.65625 v 4.5234375 c -0.0117,0.5976563 -0.0234,0.6093751 -0.33984,0.6445313 z m 1.5,-5.0156251 c 0,-0.1289062 0.0469,-0.2226562 0.16406,-0.375 0.25781,-0.3398437 0.64453,-0.5039062 1.07813,-0.5039062 0.85547,0 1.39453,0.5859375 1.39453,1.5234375 0,1.0078125 -0.60938,1.7578125 -1.41797,1.7578125 -0.49219,0 -0.86719,-0.1640625 -1.21875,-0.52734375 z m 9.43652,2.50781255 V 0.0234375 C 121.25977,0.01171875 121.51758,0 121.75195,0 c 0.23438,0 0.49219,0.01171875 1.125,0.0234375 v -0.26953125 l -0.41015,-0.0234375 c -0.31641,-0.0351563 -0.32813,-0.0585938 -0.33985,-0.64453125 v -5.5429687 l -0.082,-0.082031 c -0.38672,0.1523438 -0.6914,0.234375 -1.39453,0.3398438 v 0.2460937 h 0.50391 c 0.15234,0 0.22265,0.1054688 0.22265,0.375 v 4.6640625 c -0.0117,0.5859375 -0.0234,0.62109375 -0.33984,0.64453125 z M 128.18262,-4.21875 c -1.3125,0 -2.21485,0.9257812 -2.21485,2.2617188 0,1.2773437 0.78516,2.13281245 1.95703,2.13281245 1.38282,0 2.37891,-0.9609375 2.37891,-2.30859375 0,-1.21875 -0.89062,-2.0859375 -2.12109,-2.0859375 z m -0.16407,0.2929687 c 0.84375,0 1.44141,0.9023438 1.44141,2.1210938 0,1.04296875 -0.44531,1.6875 -1.18359,1.6875 -0.87891,0 -1.47657,-0.8671875 -1.47657,-2.1445313 0,-1.078125 0.4336,-1.6640625 1.21875,-1.6640625 z m 8.36426,0.4921875 V -0.84375 c 0,0.66796875 0.30469,0.94921875 0.9961,0.94921875 0.19921,0 0.42187,-0.046875 0.46875,-0.10546875 l 0.43359,-0.48046875 -0.11719,-0.15234375 c -0.23437,0.140625 -0.35156,0.17578125 -0.52734,0.17578125 -0.35156,0 -0.49219,-0.1875 -0.49219,-0.62109375 v -2.3554688 h 1.14844 l 0.082,-0.4921875 -1.23047,0.058594 V -4.207031 c 0,-0.375 0.0234,-0.7617188 0.0937,-1.2773438 l -0.10547,-0.1054687 c -0.22265,0.140625 -0.48047,0.2578125 -0.76172,0.3398437 0.0234,0.2578125 0.0352,0.4335938 0.0352,0.7148438 v 0.6328124 l -0.70313,0.3164063 v 0.1875 z m 5.93848,-0.7851562 0.28125,-1.7695312 c 0.0117,-0.011719 0.0117,-0.035156 0.0117,-0.046875 0,-0.1757813 -0.19922,-0.3515625 -0.38672,-0.3515625 -0.19922,0 -0.38672,0.1757812 -0.38672,0.3515625 v 0.046875 l 0.29297,1.7695312 z m 1.62891,0 0.28125,-1.7695312 c 0.0117,-0.011719 0.0117,-0.035156 0.0117,-0.046875 0,-0.1757813 -0.19921,-0.3515625 -0.38671,-0.3515625 -0.19922,0 -0.38672,0.1757812 -0.38672,0.3515625 v 0.046875 l 0.29297,1.7695312 z m 5.21191,3.22265625 c -0.26953,0 -0.51563,0.24609375 -0.51563,0.515625 0,0.28125 0.2461,0.52734375 0.50391,0.52734375 0.29297,0 0.55078,-0.24609375 0.55078,-0.52734375 0,-0.26953125 -0.25781,-0.515625 -0.53906,-0.515625 z M 1.4414062,-81.246094 v 0.269532 C 1.96875,-80.988281 2.2851563,-81 2.7539063,-81 c 0.46875,0 0.796875,0.01172 1.3242187,0.02344 v -0.269532 l -0.4335937,-0.02344 C 3.234375,-81.292969 3.1992188,-81.363281 3.1875,-82.078125 v -3.808594 c 0,-0.457031 0.011719,-0.644531 0.035156,-0.902343 h 1.3945312 c 0.2578125,0.01172 0.3398437,0.07031 0.3632812,0.304687 l 0.035156,0.703125 h 0.28125 c 0,-0.585937 0.011719,-0.9375 0.058594,-1.441406 l -1.1953125,0.01172 c -0.5156249,0.01172 -0.6093749,0.01172 -0.7499999,0.01172 H 1.9921875 c -0.1054688,0 -0.5859375,-0.01172 -1.21875,-0.02344 h -0.609375 c 0.046875,0.503906 0.0585938,0.855469 0.0585938,1.441406 h 0.28125 l 0.0351563,-0.703125 c 0.0234375,-0.234375 0.09375,-0.292969 0.36328125,-0.304687 H 2.296875 c 0.023437,0.28125 0.035156,0.492187 0.035156,0.902343 v 3.808594 c -0.011719,0.726563 -0.046875,0.785156 -0.4570313,0.808594 z m 4.1337891,0 v 0.269532 C 6.1494141,-80.988281 6.3955078,-81 6.6884766,-81 c 0.28125,0 0.5390625,0.01172 1.1132812,0.02344 v -0.269532 l -0.3984375,-0.02344 c -0.3164062,-0.02344 -0.3398437,-0.05859 -0.3398437,-0.644531 v -1.910157 c 0,-0.410156 0.5976562,-0.84375 1.1484375,-0.84375 0.5976562,0 0.9960937,0.445313 0.9960937,1.136719 v 2.554688 C 9.6181641,-80.988281 9.7587891,-81 9.9228516,-81 c 0.1289064,0 0.2929684,0.01172 0.7382814,0.02344 v -0.269532 l -0.363281,-0.02344 c -0.3164067,-0.02344 -0.3281254,-0.05859 -0.3398442,-0.644531 v -1.746094 c 0,-1.042969 -0.4921875,-1.558594 -1.5,-1.558594 -0.328125,0 -0.515625,0.04687 -0.7148437,0.222656 l -0.6796875,0.597657 v -3.058594 l -0.082031,-0.08203 c -0.3984375,0.152343 -0.6914062,0.234375 -1.40625,0.339843 v 0.246094 h 0.5039063 c 0.1640625,0 0.234375,0.105469 0.234375,0.375 v 4.664063 c -0.011719,0.585937 -0.023437,0.621093 -0.3398438,0.644531 z m 6.8671877,-3.9375 -0.08203,-0.03516 c -0.433594,0.1875 -0.925782,0.316406 -1.394532,0.363281 v 0.257813 h 0.328125 c 0.375,0.01172 0.386719,0.04687 0.398438,0.65625 v 2.027344 c 0,0.585937 -0.02344,0.621093 -0.339844,0.644531 l -0.410156,0.02344 v 0.269532 c 0.632812,-0.01172 0.890625,-0.02344 1.125,-0.02344 0.234375,0 0.492187,0.01172 1.125,0.02344 v -0.269532 l -0.410156,-0.02344 c -0.316407,-0.03516 -0.328125,-0.05859 -0.339844,-0.644531 z M 12.032227,-87.1875 c -0.269532,0 -0.503907,0.234375 -0.503907,0.503906 0,0.269532 0.234375,0.503907 0.492188,0.503907 0.269531,0 0.503906,-0.234375 0.503906,-0.503907 0,-0.246093 -0.234375,-0.503906 -0.492187,-0.503906 z m 1.705078,4.898438 c 0,0.621093 -0.02344,0.890625 -0.09375,1.253906 0.480468,0.152344 0.820312,0.210937 1.230468,0.210937 1.183594,0 2.015625,-0.621093 2.015625,-1.511718 0,-0.28125 -0.08203,-0.480469 -0.246093,-0.65625 -0.234375,-0.234375 -0.527344,-0.339844 -1.324219,-0.492188 -0.738281,-0.140625 -0.984375,-0.328125 -0.984375,-0.738281 0,-0.445313 0.304687,-0.703125 0.867187,-0.703125 0.609375,0 1.066407,0.316406 1.066407,0.738281 v 0.210938 h 0.246093 c 0.01172,-0.527344 0.02344,-0.738282 0.04687,-1.019532 -0.492187,-0.164062 -0.796875,-0.222656 -1.171875,-0.222656 -1.042968,0 -1.6875,0.492188 -1.6875,1.300781 0,0.445313 0.199219,0.726563 0.621094,0.925782 0.234375,0.105468 0.714844,0.257812 1.324219,0.386718 0.410156,0.09375 0.574219,0.269532 0.574219,0.621094 0,0.492188 -0.445313,0.832031 -1.078125,0.832031 -0.667969,0 -1.125,-0.316406 -1.125,-0.761718 v -0.375 z m 7.391601,-2.894532 -0.08203,-0.03516 c -0.433594,0.1875 -0.925781,0.316406 -1.394531,0.363281 v 0.257813 h 0.328125 c 0.375,0.01172 0.386718,0.04687 0.398437,0.65625 v 2.027344 c 0,0.585937 -0.02344,0.621093 -0.339844,0.644531 l -0.410156,0.02344 v 0.269532 c 0.632813,-0.01172 0.890625,-0.02344 1.125,-0.02344 0.234375,0 0.492188,0.01172 1.125,0.02344 v -0.269532 l -0.410156,-0.02344 c -0.316406,-0.03516 -0.328125,-0.05859 -0.339844,-0.644531 z M 20.71875,-87.1875 c -0.269531,0 -0.503906,0.234375 -0.503906,0.503906 0,0.269532 0.234375,0.503907 0.492187,0.503907 0.269531,0 0.503906,-0.234375 0.503906,-0.503907 0,-0.246093 -0.234375,-0.503906 -0.492187,-0.503906 z m 1.702148,4.898438 c 0,0.621093 -0.02344,0.890625 -0.09375,1.253906 0.480469,0.152344 0.820313,0.210937 1.230469,0.210937 1.183594,0 2.015625,-0.621093 2.015625,-1.511718 0,-0.28125 -0.08203,-0.480469 -0.246094,-0.65625 -0.234375,-0.234375 -0.527343,-0.339844 -1.324218,-0.492188 -0.738282,-0.140625 -0.984375,-0.328125 -0.984375,-0.738281 0,-0.445313 0.304687,-0.703125 0.867187,-0.703125 0.609375,0 1.066406,0.316406 1.066406,0.738281 v 0.210938 h 0.246094 c 0.01172,-0.527344 0.02344,-0.738282 0.04687,-1.019532 -0.492187,-0.164062 -0.796875,-0.222656 -1.171875,-0.222656 -1.042969,0 -1.6875,0.492188 -1.6875,1.300781 0,0.445313 0.199219,0.726563 0.621094,0.925782 0.234375,0.105468 0.714844,0.257812 1.324219,0.386718 0.410156,0.09375 0.574218,0.269532 0.574218,0.621094 0,0.492188 -0.445312,0.832031 -1.078125,0.832031 -0.667968,0 -1.125,-0.316406 -1.125,-0.761718 v -0.375 z m 6.067383,0 c 0,0.621093 -0.02344,0.890625 -0.09375,1.253906 0.480469,0.152344 0.820313,0.210937 1.230469,0.210937 1.183594,0 2.015625,-0.621093 2.015625,-1.511718 0,-0.28125 -0.08203,-0.480469 -0.246094,-0.65625 -0.234375,-0.234375 -0.527344,-0.339844 -1.324219,-0.492188 -0.738281,-0.140625 -0.984375,-0.328125 -0.984375,-0.738281 0,-0.445313 0.304688,-0.703125 0.867188,-0.703125 0.609375,0 1.066406,0.316406 1.066406,0.738281 v 0.210938 h 0.246094 c 0.01172,-0.527344 0.02344,-0.738282 0.04687,-1.019532 -0.492188,-0.164062 -0.796875,-0.222656 -1.171875,-0.222656 -1.042969,0 -1.6875,0.492188 -1.6875,1.300781 0,0.445313 0.199219,0.726563 0.621094,0.925782 0.234375,0.105468 0.714843,0.257812 1.324218,0.386718 0.410157,0.09375 0.574219,0.269532 0.574219,0.621094 0,0.492188 -0.445312,0.832031 -1.078125,0.832031 -0.667969,0 -1.125,-0.316406 -1.125,-0.761718 v -0.375 z m 3.594727,1.042968 v 0.269532 C 32.71582,-80.988281 32.973633,-81 33.231445,-81 c 0.28125,0 0.515625,0.01172 1.066407,0.02344 v -0.269532 l -0.375,-0.02344 c -0.316407,-0.02344 -0.328125,-0.05859 -0.328125,-0.644531 v -1.910157 c 0,-0.410156 0.585937,-0.84375 1.125,-0.84375 0.492187,0 0.820312,0.457032 0.820312,1.136719 v 1.617188 c 0,0.585937 -0.02344,0.621093 -0.328125,0.644531 l -0.421875,0.02344 v 0.269532 C 35.422852,-80.98828 35.680664,-81 35.915039,-81 c 0.234375,0 0.492188,0.01172 1.125,0.02344 v -0.269532 l -0.410156,-0.02344 c -0.316406,-0.03516 -0.328125,-0.05859 -0.328125,-0.644531 v -1.910157 c 0,-0.410156 0.585937,-0.84375 1.125,-0.84375 0.492187,0 0.820312,0.457032 0.820312,1.136719 v 2.554688 C 38.657227,-80.988281 38.80957,-81 38.961914,-81 c 0.140625,0 0.304688,0.01172 0.796875,0.02344 v -0.269532 l -0.421875,-0.02344 c -0.316406,-0.03516 -0.316406,-0.05859 -0.328125,-0.644531 v -1.863282 c 0,-0.890625 -0.527344,-1.441406 -1.347656,-1.441406 -0.328125,0 -0.574219,0.07031 -0.738281,0.222656 l -0.691407,0.609375 c -0.28125,-0.597656 -0.644531,-0.832031 -1.277343,-0.832031 -0.328125,0 -0.585938,0.07031 -0.738282,0.222656 l -0.621093,0.574219 v -0.761719 l -0.08203,-0.03516 c -0.445312,0.1875 -0.9375,0.316406 -1.40625,0.363281 v 0.257813 h 0.328125 c 0.375,0.01172 0.386719,0.04687 0.398438,0.65625 v 2.027344 c -0.01172,0.585937 -0.02344,0.621093 -0.328125,0.644531 z m 10.722656,-0.492187 -0.04687,0.761719 C 43.204102,-80.988281 43.333008,-81 43.461914,-81 c 0.117188,0 0.164063,0 0.480469,0.02344 h 0.1875 v -0.269532 l -0.351563,-0.01172 c -0.234375,-0.03516 -0.246093,-0.05859 -0.257812,-0.527344 v -1.640625 c 0,-1.3125 -0.375,-1.792969 -1.417969,-1.792969 -0.398437,0 -0.75,0.09375 -1.089844,0.304688 l -0.480468,0.28125 v 0.585937 l 0.234375,0.07031 0.117187,-0.28125 c 0.1875,-0.421875 0.28125,-0.480469 0.691406,-0.480469 0.855469,0 1.207032,0.328125 1.230469,1.148437 l -0.890625,0.164063 c -1.230469,0.222656 -1.734375,0.644531 -1.734375,1.441406 0,0.691406 0.410156,1.089844 1.125,1.089844 0.175781,0 0.316406,-0.02344 0.386719,-0.07031 z m 0,-0.375 c -0.257812,0.363281 -0.832031,0.703125 -1.183594,0.703125 -0.363281,0 -0.667968,-0.316406 -0.667968,-0.714844 0,-0.328125 0.175781,-0.644531 0.433593,-0.820312 0.234375,-0.128907 0.726563,-0.257813 1.417969,-0.363282 z m 1.769531,0.867187 v 0.269532 C 45.208008,-80.988281 45.46582,-81 45.700195,-81 c 0.234375,0 0.492188,0.01172 1.125,0.02344 v -0.269532 l -0.410156,-0.02344 c -0.316406,-0.03516 -0.328125,-0.05859 -0.339844,-0.644531 v -5.542969 l -0.08203,-0.08203 c -0.386719,0.152343 -0.691406,0.234375 -1.394531,0.339843 v 0.246094 h 0.503906 c 0.152344,0 0.222656,0.105469 0.222656,0.375 v 4.664063 c -0.01172,0.585937 -0.02344,0.621093 -0.339843,0.644531 z m 2.619141,0 v 0.269532 c 0.632812,-0.01172 0.890625,-0.02344 1.125,-0.02344 0.234375,0 0.492187,0.01172 1.125,0.02344 v -0.269532 l -0.410156,-0.02344 c -0.316407,-0.03516 -0.328125,-0.05859 -0.339844,-0.644531 v -5.542969 l -0.08203,-0.08203 c -0.386719,0.152343 -0.691407,0.234375 -1.394532,0.339843 v 0.246094 h 0.503907 c 0.152343,0 0.222656,0.105469 0.222656,0.375 v 4.664063 c -0.01172,0.585937 -0.02344,0.621093 -0.339844,0.644531 z m 4.751953,2.507813 v 0.269531 c 0.621094,-0.02344 0.878906,-0.02344 1.125,-0.02344 0.246094,0 0.503906,0 1.125,0.02344 v -0.269531 l -0.410156,-0.03516 c -0.316406,-0.03516 -0.328125,-0.04687 -0.339844,-0.644532 v -1.699218 c 0.28125,0.164062 0.5625,0.222656 0.972656,0.222656 0.269532,0 0.492188,-0.04687 0.632813,-0.140625 l 1.03125,-0.667969 c 0.351562,-0.234375 0.773437,-1.160156 0.773437,-1.734375 0,-0.996094 -0.820312,-1.78125 -1.863281,-1.78125 -0.339844,0 -0.65625,0.08203 -0.808594,0.222656 l -0.738281,0.679688 v -0.867188 l -0.08203,-0.03516 c -0.433594,0.1875 -0.925781,0.316406 -1.394531,0.363281 v 0.257813 h 0.328125 c 0.375,0.01172 0.386718,0.04687 0.398437,0.65625 v 4.523437 c -0.01172,0.597657 -0.02344,0.609375 -0.339844,0.644532 z m 1.5,-5.015625 c 0,-0.128906 0.04687,-0.222656 0.164063,-0.375 0.257812,-0.339844 0.644531,-0.503906 1.078125,-0.503906 0.855468,0 1.394531,0.585937 1.394531,1.523437 0,1.007813 -0.609375,1.757813 -1.417969,1.757813 -0.492187,0 -0.867187,-0.164063 -1.21875,-0.527344 z m 4.025391,2.507812 v 0.269532 C 58.069336,-80.988281 58.327148,-81 58.584961,-81 c 0.210937,0 0.539062,0.01172 1.277344,0.02344 v -0.269532 l -0.46875,-0.02344 c -0.410157,-0.02344 -0.421875,-0.03516 -0.421875,-0.644531 v -1.546875 c 0,-0.550782 0.363281,-0.996094 0.808593,-0.996094 0.269532,0 0.457032,0.128906 0.597657,0.410156 h 0.1875 l 0.08203,-1.078125 c -0.105469,-0.05859 -0.257813,-0.09375 -0.421875,-0.09375 -0.269531,0 -0.550781,0.140625 -0.75,0.363281 l -0.503906,0.597657 v -0.925782 l -0.08203,-0.03516 c -0.433593,0.1875 -0.925781,0.316406 -1.394531,0.363281 v 0.257813 h 0.328125 c 0.375,0.01172 0.386719,0.04687 0.398438,0.65625 v 2.027344 c -0.01172,0.585937 -0.02344,0.621093 -0.339844,0.644531 z m 5.05664,-3.9375 -0.08203,-0.03516 c -0.433594,0.1875 -0.925781,0.316406 -1.394531,0.363281 v 0.257813 h 0.328125 c 0.375,0.01172 0.386719,0.04687 0.398437,0.65625 v 2.027344 c 0,0.585937 -0.02344,0.621093 -0.339843,0.644531 l -0.410157,0.02344 v 0.269532 C 61.661133,-80.988281 61.918945,-81 62.15332,-81 c 0.234375,0 0.492188,0.01172 1.125,0.02344 v -0.269532 l -0.410156,-0.02344 c -0.316406,-0.03516 -0.328125,-0.05859 -0.339844,-0.644531 z M 62.118164,-87.1875 c -0.269531,0 -0.503906,0.234375 -0.503906,0.503906 0,0.269532 0.234375,0.503907 0.492187,0.503907 0.269532,0 0.503907,-0.234375 0.503907,-0.503907 0,-0.246093 -0.234375,-0.503906 -0.492188,-0.503906 z m 5.033203,6.210938 C 67.561523,-80.988281 67.702148,-81 67.866211,-81 c 0.128906,0 0.292969,0.01172 0.738281,0.02344 v -0.269532 l -0.363281,-0.02344 c -0.316406,-0.02344 -0.328125,-0.05859 -0.339844,-0.644531 v -1.746094 c 0,-1.042969 -0.492187,-1.558594 -1.5,-1.558594 -0.328125,0 -0.515625,0.04687 -0.714844,0.222656 l -0.679687,0.597657 v -0.785157 l -0.08203,-0.03516 c -0.433594,0.1875 -0.9375,0.316406 -1.40625,0.363281 v 0.257813 h 0.339843 c 0.363282,0.01172 0.386719,0.04687 0.398438,0.65625 v 2.027344 c 0,0.585937 -0.03516,0.621093 -0.339844,0.644531 l -0.398437,0.02344 v 0.269532 C 64.092773,-80.988281 64.338867,-81 64.631836,-81 c 0.28125,0 0.539062,0.01172 1.113281,0.02344 v -0.269532 l -0.398437,-0.02344 c -0.316407,-0.02344 -0.339844,-0.05859 -0.339844,-0.644531 v -1.910157 c 0,-0.410156 0.597656,-0.84375 1.148437,-0.84375 0.597657,0 0.996094,0.445313 0.996094,1.136719 z m 2.425781,-3.457032 v 2.589844 c 0,0.667969 0.304688,0.949219 0.996094,0.949219 0.199219,0 0.421875,-0.04687 0.46875,-0.105469 l 0.433594,-0.480469 -0.117188,-0.152343 c -0.234375,0.140625 -0.351562,0.175781 -0.527343,0.175781 -0.351563,0 -0.492188,-0.1875 -0.492188,-0.621094 v -2.355469 h 1.148438 l 0.08203,-0.492187 -1.230469,0.05859 v -0.339844 c 0,-0.375 0.02344,-0.761719 0.09375,-1.277344 l -0.105469,-0.105469 c -0.222656,0.140625 -0.480468,0.257813 -0.761718,0.339844 0.02344,0.257813 0.03516,0.433594 0.03516,0.714844 v 0.632812 l -0.703125,0.316407 v 0.1875 z m 3.166993,2.4375 c -0.269532,0 -0.515625,0.246094 -0.515625,0.515625 0,0.28125 0.246093,0.527344 0.503906,0.527344 0.292969,0 0.550781,-0.246094 0.550781,-0.527344 0,-0.269531 -0.257812,-0.515625 -0.539062,-0.515625 z m 0,0"
169
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
170
+ aria-label="This is &quot;circle.plot&quot;.&#10;This is small print."
171
+ transform="matrix(1.3333333,0,0,1.3333333,180,660)" />
172
+ </g>
173
+ </svg>
@@ -0,0 +1,199 @@
1
+ %!PS-Adobe-3.0 EPSF-3.0
2
+ %%Document-Fonts: Times-Roman
3
+ %%Title: circle.eps
4
+ %%Creator: PS_Write.F
5
+ %%CreationDate: 02-Aug-99
6
+ %%Pages: 1
7
+ %%BoundingBox: 36 36 576 756
8
+ %%LanguageLevel: 1
9
+ %%EndComments
10
+ %%BeginProlog
11
+ %%EndProlog
12
+ /inch {72 mul} def
13
+ /Palatino-Roman findfont
14
+ 1.00 inch scalefont
15
+ setfont
16
+ 0.0000 0.0000 0.0000 setrgbcolor
17
+ %% Page: 1 1
18
+ save
19
+ 63 153 moveto
20
+ newpath
21
+ 63 153 moveto
22
+ 549 153 lineto
23
+ stroke
24
+ newpath
25
+ 549 153 moveto
26
+ 549 639 lineto
27
+ stroke
28
+ newpath
29
+ 549 639 moveto
30
+ 63 639 lineto
31
+ stroke
32
+ newpath
33
+ 63 639 moveto
34
+ 63 153 lineto
35
+ stroke
36
+ newpath
37
+ 360 261 108 0 360 arc
38
+ closepath stroke
39
+ newpath
40
+ 361 357 moveto
41
+ 358 358 lineto
42
+ 353 356 lineto
43
+ 348 353 lineto
44
+ 342 347 lineto
45
+ 336 340 lineto
46
+ 329 331 lineto
47
+ 322 321 lineto
48
+ 315 309 lineto
49
+ 307 296 lineto
50
+ 300 283 lineto
51
+ 292 268 lineto
52
+ 285 253 lineto
53
+ 278 237 lineto
54
+ 271 222 lineto
55
+ 266 206 lineto
56
+ 260 191 lineto
57
+ 256 177 lineto
58
+ 252 164 lineto
59
+ 249 152 lineto
60
+ 247 141 lineto
61
+ 246 131 lineto
62
+ 246 123 lineto
63
+ 247 117 lineto
64
+ 248 113 lineto
65
+ 251 111 lineto
66
+ 254 110 lineto
67
+ 259 112 lineto
68
+ 264 115 lineto
69
+ 270 121 lineto
70
+ 276 128 lineto
71
+ 283 137 lineto
72
+ 290 147 lineto
73
+ 297 159 lineto
74
+ 305 172 lineto
75
+ 312 185 lineto
76
+ 320 200 lineto
77
+ 327 215 lineto
78
+ 334 231 lineto
79
+ 341 246 lineto
80
+ 346 262 lineto
81
+ 352 277 lineto
82
+ 356 291 lineto
83
+ 360 304 lineto
84
+ 363 316 lineto
85
+ 365 327 lineto
86
+ 366 337 lineto
87
+ 366 345 lineto
88
+ 365 351 lineto
89
+ 364 355 lineto
90
+ 361 357 lineto
91
+ stroke
92
+ newpath
93
+ 171 261 moveto
94
+ 171 531 lineto
95
+ stroke
96
+ newpath
97
+ 198 261 moveto
98
+ 198 531 lineto
99
+ stroke
100
+ newpath
101
+ 225 261 moveto
102
+ 225 531 lineto
103
+ stroke
104
+ newpath
105
+ 252 261 moveto
106
+ 252 531 lineto
107
+ stroke
108
+ newpath
109
+ 279 261 moveto
110
+ 279 531 lineto
111
+ stroke
112
+ newpath
113
+ 306 261 moveto
114
+ 306 531 lineto
115
+ stroke
116
+ newpath
117
+ 333 261 moveto
118
+ 333 531 lineto
119
+ stroke
120
+ newpath
121
+ 360 261 moveto
122
+ 360 531 lineto
123
+ stroke
124
+ newpath
125
+ 387 261 moveto
126
+ 387 531 lineto
127
+ stroke
128
+ newpath
129
+ 414 261 moveto
130
+ 414 531 lineto
131
+ stroke
132
+ newpath
133
+ 441 261 moveto
134
+ 441 531 lineto
135
+ stroke
136
+ newpath
137
+ 171 261 moveto
138
+ 441 261 lineto
139
+ stroke
140
+ newpath
141
+ 171 288 moveto
142
+ 441 288 lineto
143
+ stroke
144
+ newpath
145
+ 171 315 moveto
146
+ 441 315 lineto
147
+ stroke
148
+ newpath
149
+ 171 342 moveto
150
+ 441 342 lineto
151
+ stroke
152
+ newpath
153
+ 171 369 moveto
154
+ 441 369 lineto
155
+ stroke
156
+ newpath
157
+ 171 396 moveto
158
+ 441 396 lineto
159
+ stroke
160
+ newpath
161
+ 171 423 moveto
162
+ 441 423 lineto
163
+ stroke
164
+ newpath
165
+ 171 450 moveto
166
+ 441 450 lineto
167
+ stroke
168
+ newpath
169
+ 171 477 moveto
170
+ 441 477 lineto
171
+ stroke
172
+ newpath
173
+ 171 504 moveto
174
+ 441 504 lineto
175
+ stroke
176
+ newpath
177
+ 171 531 moveto
178
+ 441 531 lineto
179
+ stroke
180
+ newpath
181
+ 306 396 5 0 360 arc
182
+ closepath stroke
183
+ 0.0000 1.0000 0.0000 setrgbcolor
184
+ newpath
185
+ 387 477 54 0 90 arc
186
+ stroke
187
+ 171 261 moveto
188
+ 0.0000 0.0000 0.0000 setrgbcolor
189
+ /Palatino-Roman findfont
190
+ 0.250 inch scalefont
191
+ setfont
192
+ (This is "circle.plot".) show
193
+ 171 342 moveto
194
+ /Palatino-Roman findfont
195
+ 0.125 inch scalefont
196
+ setfont
197
+ (This is small print.) show
198
+ restore showpage
199
+ %%Trailer
Binary file
Binary file