forked from tpai/taiwan-travel-level
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
618 lines (616 loc) · 45.7 KB
/
index.html
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta property="og:title" content="擼貓制霸" />
<!-- <meta property="og:url" content="https://github.com/cornguo/cat-pat-level" />-->
<meta property="og:description" content="什麼制縣傳說,貓奴看重的是貓給不給吸!你家的貓也是擼able嗎!?" />
<meta property="og:image" content="https://i.imgur.com/ZRFDgmF.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<title>擼貓制霸</title>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/canvg/1.4/rgbcolor.min.js"></script>
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/canvg/1.5/canvg.min.js"></script>
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/javascript-canvas-to-blob/3.14.0/js/canvas-to-blob.min.js"></script>
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/FileSaver.js/1.3.8/FileSaver.min.js"></script>
<link rel="stylesheet" href="./styles.css?ver=201806081220" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110478045-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-409889-8', {
'custom_map': {
'dimension1': 'body-part',
'metric1': 'body-part-level'
}
});
</script>
</head>
<body>
<div id="contextMenu" class="contextMenu">
<div class="row menuItem menuTitle">
<p id="menuTitle"></p>
</div>
<div id="lv4" class="row menuItem menuButton red-border">
<p>擼到脫毛</p>
</div>
<div id="lv3" class="row menuItem menuButton yellow-border">
<p>擼到呼嚕嚕</p>
</div>
<div id="lv2" class="row menuItem menuButton green-border">
<p>可擼</p>
</div>
<div id="lv1" class="row menuItem menuButton blue-border">
<p>勉強摸一把</p>
</div>
<div id="lv0" class="row menuItem menuButton white-border">
<p>不可摸</p>
</div>
<div id="lv-1" class="row menuItem menuButton grey-border">
<p>會被咬</p>
</div>
</div>
<div class="lockedMenu">
<a href="https://github.com/cornguo/cat-pat-level" target="_blank">
<svg class="github" aria-labelledby="simpleicons-github-icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title id="simpleicons-github-icon">GitHub icon</title><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/></svg>
</a>
<button id="saveAs" class="button">產生圖片</a>
</div>
<div id="view-area">
<div class="default">
<div class="map">
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:ns0="http://adobe.com"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="map"
x="0px"
y="0px"
viewBox="0 0 1200 700"
style="enable-background:new 0 0 1200 700;"
xml:space="preserve"
sodipodi:docname="cat-region-clean.svg"
inkscape:version="0.92.3 (2405546, 2018-03-11)"><metadata
id="metadata137"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
id="defs135">
</defs><sodipodi:namedview
pagecolor="#b4def7"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1280"
inkscape:window-height="971"
id="namedview133"
showgrid="false"
inkscape:zoom="0.70710678"
inkscape:cx="634.72537"
inkscape:cy="408.3452"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="圖層_3"
showguides="false" />
<style
type="text/css"
id="style2">
.st0{fill:none;stroke:#000000;stroke-width:5.1639;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st1{fill:none;stroke:#000000;stroke-width:3.8729;stroke-miterlimit:10;}
.st2{fill:none;stroke:#000000;stroke-width:3.8729;stroke-linecap:round;stroke-miterlimit:10;}
.st3{fill:none;stroke:#000000;stroke-width:3.8729;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
</style>
<rect x="-200" y="-200" width="150%" height="150%" fill="#B4DEF7" />
<text
id="text4887"
y="353.93713"
x="830.55084"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
xml:space="preserve"><tspan
y="390.43036"
x="830.55084"
id="tspan4885" /></text>
<path
id="back"
d="m 416.58382,173.5081 c -4.10792,1.28069 -1.70833,7.5795 -2.6756,11.03791 -0.86269,20.2378 -1.31906,40.4892 -1.95331,60.73553 64.05952,41.96607 127.41,85.04401 192.19727,125.87305 4.81128,0.53785 8.97636,-4.11586 13.42748,-5.63036 12.3491,-6.98694 25.52252,-13.03882 37.04322,-21.20949 -0.25741,-7.94342 -4.77418,-15.31027 -7.07647,-22.85014 -12.66016,-33.27968 -28.13755,-66.92125 -54.88446,-91.35845 -22.54661,-22.52036 -54.35531,-31.32002 -84.6129,-37.79327 -30.36354,-5.88499 -60.49941,-12.76424 -90.82852,-18.76767 -0.21229,0.009 -0.42379,-0.0587 -0.63671,-0.0371 z"
style="fill:#ffffff;stroke-width:1.48305082" /><path
id="neck"
d="m 350.85725,151.42802 c -3.78604,2.22186 -2.03617,8.54189 -3.56445,12.25977 -0.83499,8.6647 -3.37264,17.45169 -2.95508,26.11133 8.02612,10.06167 19.30116,17.07318 29.06443,25.34835 11.92663,9.29427 23.87345,18.57031 35.80862,27.85672 2.46443,-22.74941 3.70096,-45.73297 2.95703,-68.5996 -0.1112,-5.44026 -7.04919,-4.29418 -10.43212,-6.24676 -16.93826,-5.39394 -33.3864,-12.654 -50.68507,-16.76301 z"
style="fill:#ffffff;stroke-width:1.48305082" /><path
id="chest"
d="m 343.10139,196.09795 c -5.82976,16.88074 -9.45152,34.68552 -14.30468,51.9414 -10.10546,39.5145 -20.51399,79.07017 -30.32422,118.57813 4.38397,7.57179 13.40478,11.11304 19.788,16.76639 5.77169,3.27656 9.7902,11.07469 17.26866,9.04784 23.20679,-0.86928 46.48041,-0.84479 69.64646,-2.3572 2.1743,-48.03141 2.99882,-96.12745 5.60547,-144.14453 -21.87599,-16.71747 -43.17952,-34.26511 -65.55273,-50.28711 -0.99953,-0.7476 -1.48125,-0.42725 -2.12696,0.45508 z"
style="fill:#ffffff;stroke-width:1.48305082" /><path
id="chin"
d="m 336.06233,199.29521 c -12.7594,9.18741 -24.18327,20.17665 -36.30859,30.18945 -25.97526,0.71565 -51.95054,1.4303 -77.92578,2.14649 8.92879,20.10621 9.03816,42.8349 17.15453,63.19581 13.14109,22.70573 29.69031,43.44609 48.07398,62.12255 2.97186,2.01658 6.18162,7.70293 10.20313,5.42773 11.27718,-38.69054 20.64048,-77.97747 30.82369,-116.98798 3.50691,-14.85515 7.98042,-29.59251 10.73295,-44.57257 0.33583,-2.01317 -1.46622,-1.77011 -2.75391,-1.52148 z"
style="fill:#ffffff;stroke-width:1.48305082" /><path
id="side"
d="m 411.73811,250.6038 c -2.60174,46.49889 -2.57756,93.14339 -5.63086,139.63086 26.1377,30.69324 51.17037,62.38942 78.36328,92.14844 4.30372,1.09209 7.0724,-5.11689 10.57618,-7.03906 35.71526,-32.93372 71.56779,-65.76942 106.125,-99.91406 1.60314,-4.10836 -5.12387,-5.48938 -7.43743,-8.04552 -59.15127,-39.79673 -118.44431,-79.41291 -178.52742,-117.78651 -1.31497,-0.69326 -3.7381,-1.42841 -3.46875,1.00585 z"
style="fill:#ffffff;stroke-width:1.48305082" /><path
id="hands"
d="m 393.91585,392.03349 c -20.32156,0.38657 -40.62297,1.46337 -60.91211,2.63477 5.77103,10.89885 1.01598,22.98709 0.25455,34.56067 -4.29304,27.68067 -7.71799,55.58292 -14.43424,82.78112 -1.86225,7.01685 -10.94998,4.92581 -16.39453,6.52735 -8.7455,1.55623 -17.34525,9.35816 -17.63672,18.60156 0.99627,10.20119 12.30938,14.99409 20.91602,17.31641 11.58583,0.67729 24.06799,0.43031 34.64843,-4.86914 10.89943,-7.79125 15.14393,-21.46602 21.49396,-32.69218 11.32613,-23.2154 23.71443,-46.28778 29.22578,-71.75577 4.11683,-16.73673 9.12025,-33.39044 12.75292,-50.17315 -1.18702,-3.99407 -6.91571,-2.54881 -9.91406,-2.93164 z"
style="fill:#ffffff;stroke-width:1.48305082" /><path
id="stomach"
d="m 407.21272,396.25029 c -3.51488,1.35636 -2.84893,7.18445 -4.48272,10.34202 -4.92093,19.04302 -10.85022,37.95906 -14.53681,57.25173 3.5044,15.58874 17.22507,25.98976 28.87543,35.66175 8.43933,6.39803 16.45729,13.73569 25.78277,18.77184 5.66878,-1.55629 9.78394,-7.09063 14.73243,-10.22851 8.21266,-6.90895 17.1981,-13.23126 24.54687,-20.98047 -1.43415,-6.17384 -7.24621,-10.60217 -10.58047,-15.88067 -20.38726,-25.30553 -41.00237,-50.51379 -62.92343,-74.49433 -0.41505,-0.25534 -0.88537,-0.65121 -1.41407,-0.44336 z"
style="fill:#ffffff;stroke-width:1.48305082" /><path
id="legs"
d="m 601.24788,378.31865 c -51.44724,47.81055 -101.59515,97.11457 -155.74609,141.91797 -18.41051,-1.48142 -38.43361,-5.16916 -55.51172,4.19726 -7.13551,3.36577 -15.64747,10.12795 -12.86719,19.08594 2.51601,11.71483 15.94386,15.22005 26.25781,16.30859 19.87717,1.80307 39.86626,-0.31514 59.74307,1.37252 40.71857,1.445 81.44701,6.62907 122.24912,4.88334 7.23174,-0.38365 17.19332,-3.12252 17.80664,-11.82031 2.62855,-25.79128 0.92169,-51.83034 1.44071,-77.71679 -0.007,-33.79753 -10e-4,-67.59506 -0.003,-101.39258 -1.12305,1.05468 -2.24609,2.10937 -3.36914,3.16406 z"
style="fill:#ffffff;stroke-width:1.48305082" /><path
id="butt"
d="m 653.58968,347.56474 c -16.10639,7.7953 -31.32863,17.39266 -47.01954,26.00586 0.25214,58.64456 -0.60163,117.33696 0.65235,175.95313 0.61619,5.083 5.07582,-0.96728 6.7094,-2.8 14.71603,-17.36043 29.58036,-34.72839 43.62849,-52.56914 6.63421,-28.24764 8.57817,-57.49953 8.39554,-86.46659 -0.27854,-19.73777 -3.01328,-39.67593 -9.46781,-58.35373 -0.54184,-1.06075 -1.62498,-2.08411 -2.89843,-1.76953 z"
style="fill:#ffffff;stroke-width:1.48305082" /><path
id="tail"
d="m 658.71468,496.48466 c -5.00912,2.95951 -7.79859,9.34499 -12.07075,13.44095 -11.95939,14.20115 -23.51585,28.75163 -35.87066,42.61374 25.56017,12.21828 54.43751,12.66165 82.05163,15.85953 71.88016,6.88845 144.18026,5.74001 216.29986,6.00953 28.90045,-0.65525 58.48638,0.69642 86.63491,-6.98039 12.74773,-3.81805 22.54043,-18.97214 16.14653,-31.74414 -5.8866,-11.72224 -20.43343,-15.28582 -32.53333,-13.59179 -26.25923,1.47826 -52.07308,7.35064 -78.10929,10.27188 -58.25609,-0.75577 -116.7567,-0.0453 -174.8575,-2.02579 -12.10826,-0.84015 -24.59388,-3.43266 -35.89062,-8.28516 -11.01383,-7.31794 -21.87733,-15.3423 -30.48438,-25.25586 -0.3991,-0.215 -0.86147,-0.3512 -1.3164,-0.3125 z"
style="fill:#ffffff;stroke-width:1.48305082" /><path
id="face"
d="m 299.97835,93.660446 c -25.56835,0.4763 -51.13677,0.94953 -76.70508,1.42773 -13.43323,10.613914 -26.8685,21.225254 -40.30274,31.837894 -1.22315,22.44356 -6.68367,46.8263 4.15626,67.89453 6.40808,15.15385 19.6984,26.24993 33.59765,34.0625 25.78385,0.0971 51.5677,0.19534 77.35156,0.28906 14.54625,-12.43074 29.08875,-24.86586 43.63477,-37.29687 1.90703,-14.57165 5.26227,-29.4443 6.30664,-43.83594 -12.40822,-20.14399 -30.57651,-35.86205 -46.2084,-53.391634 -0.5583,-0.45232 -0.86654,-1.50019 -1.83066,-0.98727 z m -4.48828,45.162104 c 5.72861,0.79516 13.21017,-1.19812 17.62109,3.32422 3.98228,5.83597 -3.65325,12.41428 -9.63281,11.16016 -6.93048,-0.34154 -15.94762,2.93867 -21.37305,-2.875 -2.34023,-5.9489 5.58953,-10.49517 10.44141,-11.43359 0.97586,-0.12685 1.96041,-0.16226 2.94336,-0.17579 z m -72.60352,7.20899 c 5.37395,-0.0295 15.60728,1.08128 14.33398,8.67187 -3.38806,6.7611 -12.6771,5.42133 -19.04101,6.31446 -6.13547,0.98869 -14.63861,-1.84756 -15.17578,-8.91992 4.39183,-5.52155 13.46378,-5.64431 19.88281,-6.06641 z m 38.33789,19.36914 c 3.50961,0.35614 12.63316,-0.5637 11.22656,5.54101 -1.1974,5.07004 -9.04581,6.3364 -9.8831,10.04026 3.13462,3.29863 4.64756,10.75729 10.04912,11.0281 4.22138,-1.45787 5.62394,-7.62374 9.85742,-8.30859 2.08685,3.8549 -2.72735,8.07108 -5.62891,10.20703 -5.55203,4.14062 -11.50068,-1.1821 -15.04101,-5.31836 -4.882,5.06307 -14.04373,9.90752 -20.17773,4.35547 -0.62822,-4.00699 4.82885,-1.0282 6.99804,-1.33789 4.71449,0.12166 8.62826,-5.28302 8.40235,-9.67969 -1.34628,-4.65839 -9.33494,-6.6009 -7.69922,-12.0039 2.28249,-4.42141 7.53098,-4.63427 11.89648,-4.52344 z"
style="fill:#ffffff;stroke-width:1.48305082" /><path
id="ears"
d="m 345.50179,62.412396 c -10.7815,1.52468 -18.75371,10.26317 -27.19305,16.39598 -5.5249,4.54646 -10.99195,9.16314 -16.49445,13.73683 12.32983,13.179744 24.66319,26.356204 36.99804,39.531254 3.77709,-19.43262 11.01771,-37.922844 16.12305,-56.974614 1.23003,-5.61366 -3.30853,-12.88774 -9.43359,-12.68945 z m -167.38868,2.75781 c -6.95954,0.56052 -7.54431,9.58753 -7.28711,14.96484 0.45467,14.34965 6.8884,27.590474 10.98633,40.988294 3.47184,3.63636 7.60912,-2.234 10.63452,-3.6917 9.41382,-7.40836 19.60847,-14.16222 27.88501,-22.833694 0.3394,-4.2569 -5.54915,-5.89678 -8.00267,-8.66897 -10.35147,-7.04328 -19.89858,-15.93808 -31.73366,-20.41307 -0.80907,-0.21338 -1.64313,-0.36099 -2.48242,-0.3457 z"
style="fill:#ffffff;stroke-width:1.48305082" /><path
id="nose"
d="m 260.326,166.84209 c -4.00221,-0.27416 -7.79023,1.46884 -10.53515,4.33203 3.12327,4.582 9.25824,8.42911 14.57617,4.78711 2.82576,-1.12754 9.10755,-5.05908 4.62109,-7.98438 -2.73474,-1.05489 -5.76799,-1.10628 -8.66211,-1.13476 z"
style="fill:#ffffff;stroke-width:0.37076271" /><path
d="m 250.81819,468.05498 c -9.68164,0.52816 -20.66285,7.24447 -21.77148,17.55664 -0.38002,5.2513 5.02893,11.3247 10.30273,7.89062 4.56418,-1.33893 8.76007,-8.61082 13.63086,-4.17187 4.98892,3.64226 13.96039,7.83012 18.53125,1.45898 4.19313,-8.35074 -3.48082,-16.83063 -10.68555,-20.24414 -3.05768,-1.65356 -6.51045,-2.65162 -10.00781,-2.49023 z m -25.84375,-9.42188 c -8.62382,1.11363 -8.84098,16.25494 -0.67187,18.19922 7.46596,-0.20008 8.77711,-11.13913 4.72265,-15.9043 -1.0161,-1.18857 -2.4045,-2.32074 -4.05078,-2.29492 z m 48.93359,-1.96875 c -9.44918,0.26333 -9.33663,17.46492 0.0996,17.47656 8.90036,-1.02234 8.93703,-16.69587 -0.0996,-17.47656 z m -34.3125,-9.39648 c -7.96925,1.41418 -8.66035,13.3146 -3.63085,18.29101 4.35689,4.22649 10.56076,-1.16408 10.55078,-6.18945 0.87161,-4.74008 -1.15779,-11.90542 -6.91993,-12.10156 z m 17.80469,-1.60547 c -7.51126,1.13976 -8.14311,11.49079 -4.94726,16.88867 2.48613,4.4875 9.18539,3.44704 10.77539,-1.18359 2.53054,-5.11607 1.36311,-15.32908 -5.82813,-15.70508 z"
style="fill:#ffffff;stroke-width:0.37076271"
id="front-paws" /><path
d="m 197.05843,553.74052 c -9.30949,0.16753 -19.49982,6.90574 -21.17383,16.42969 -1.0557,5.55849 4.88598,12.32999 10.45117,8.66406 3.91144,-1.1992 6.9645,-6.23489 11.20312,-5.45703 5.51458,3.44599 13.54783,9.47218 19.72852,4.11328 5.82526,-6.53699 -0.29238,-15.66219 -6.33594,-19.53906 -4.02262,-2.98018 -8.81639,-4.77506 -13.87304,-4.21094 z m -25.95899,-9.55078 c -7.40012,1.65251 -7.62345,13.44554 -2.04297,17.36133 5.98801,3.16305 10.28976,-5.23747 8.88867,-10.29297 -0.5244,-3.37802 -2.93468,-7.41229 -6.8457,-7.06836 z m 49.15235,-2.13476 c -9.08074,1.07365 -8.83429,17.18826 0.47265,17.52343 9.09329,-1.00363 9.01371,-17.28556 -0.47265,-17.52343 z m -33.82032,-9.39453 c -7.35612,0.93364 -8.31533,11.47595 -4.9707,16.71093 2.1293,4.29188 8.24983,4.13397 10.26953,-0.13476 3.14691,-5.17264 2.17968,-16.01713 -5.29883,-16.57617 z m 17.77735,-1.72461 c -8.57718,1.68467 -9.05944,15.654 -1.99219,19.53906 6.30221,2.28408 10.01583,-5.99644 8.88867,-11.15039 -0.39469,-3.66532 -2.59694,-8.42835 -6.89648,-8.38867 z"
style="fill:#ffffff;stroke-width:0.37076271"
id="rear-paws" /><path
id="path4000"
d="m 211.23459,154.66978 c -2.2841,-1.10158 -2.09292,-1.79079 0.64883,-2.33914 4.82329,-0.96466 7.03267,-0.57725 7.92917,1.39036 0.84359,1.85147 0.83975,1.85375 -3.03246,1.80362 -2.13241,-0.0276 -4.6279,-0.41228 -5.54554,-0.85484 z"
style="fill:#ffffff;stroke-width:0.74152541" /><path
id="path4002"
d="m 288.16785,148.02543 -1.85381,-0.78165 2.9661,-1.37648 c 2.99781,-1.39119 7.03598,-1.88303 7.05462,-0.85923 0.006,0.30588 0.21133,1.30694 0.45725,2.22458 0.41995,1.56707 0.22787,1.66558 -3.16161,1.62143 -1.9848,-0.0258 -4.44295,-0.39875 -5.46255,-0.82865 z"
style="fill:#ffffff;stroke-width:0.74152541" /><text
y="147.85522"
x="501.34763"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42.66666794px;line-height:0px;font-family:sans-serif;-inkscape-font-specification:sans-serif;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="text90"><tspan
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42.66666794px;line-height:0px;font-family:sans-serif;-inkscape-font-specification:sans-serif;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="tspan87"
class="st2 st3 st4"
y="147.85522"
x="501.34763">擼貓制霸 等級</tspan><tspan
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42.66666794px;line-height:0px;font-family:sans-serif;-inkscape-font-specification:sans-serif;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
class="st2 st3 st5"
y="147.85522"
x="824.24762"
id="total">0</tspan></text>
<rect
ry="10"
y="187.57819"
x="740.47144"
height="290.7565"
width="296.38617"
id="rect4803"
style="fill:#ffffff;fill-opacity:0.50196078;stroke:#000000;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" /><circle
style="fill:#cccccc;fill-opacity:1;stroke:#000000;stroke-width:0.84190387;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle4764-4"
r="15.996173"
cy="449.26593"
cx="768.93512"
class="st11" /><g
transform="matrix(0.84190384,0,0,0.84190384,138.4498,76.068172)"
id="g4965"><circle
class="st7"
cx="748.88037"
cy="166.84651"
r="19"
id="circle4732"
style="fill:#ff7a7a;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
</g><g
transform="matrix(0.84190384,0,0,0.84190384,136.76599,70.410217)"
id="g4970"><circle
class="st8"
cx="750.88037"
cy="228.8533"
r="19"
id="circle4740"
style="fill:#f5a623;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
</g><g
transform="matrix(0.84190384,0,0,0.84190384,136.76599,71.487519)"
id="g4975"><circle
class="st9"
cx="750.88037"
cy="282.86008"
r="19"
id="circle4748"
style="fill:#88b14b;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
</g><g
transform="matrix(0.84190384,0,0,0.84190384,136.76599,72.564821)"
id="g4980"><circle
class="st10"
cx="750.88037"
cy="336.86685"
r="19"
id="circle4756"
style="fill:#27bbee;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
</g><g
transform="matrix(0.84190384,0,0,0.84190384,136.76599,73.642097)"
id="g4985"><circle
class="st11"
cx="750.88037"
cy="390.87363"
r="19"
id="circle4764"
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
</g><text
id="text4997"
y="225.2245"
x="792.10675"
style="font-style:normal;font-weight:normal;font-size:31.43107605px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.84190387"
xml:space="preserve"><tspan
style="font-size:22.45076942px;stroke-width:0.84190387"
y="225.2245"
x="792.10675"
id="tspan4995">擼到脫毛</tspan></text>
<text
id="text4997-4"
y="271.80316"
x="792.10675"
style="font-style:normal;font-weight:normal;font-size:31.43107605px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.84190387"
xml:space="preserve"><tspan
style="font-size:22.45076942px;stroke-width:0.84190387"
y="271.80316"
x="792.10675"
id="tspan4995-5">擼到呼嚕嚕</tspan></text>
<text
id="text4997-45"
y="318.34903"
x="792.10675"
style="font-style:normal;font-weight:normal;font-size:31.43107605px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.84190387"
xml:space="preserve"><tspan
style="font-size:22.45076942px;stroke-width:0.84190387"
y="318.34903"
x="792.10675"
id="tspan4995-6">可擼</tspan></text>
<text
id="text4997-8"
y="364.86743"
x="792.10675"
style="font-style:normal;font-weight:normal;font-size:31.43107605px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.84190387"
xml:space="preserve"><tspan
style="font-size:22.45076942px;stroke-width:0.84190387"
y="364.86743"
x="792.10675"
id="tspan4995-9">勉強摸一把</tspan></text>
<text
id="text4997-5"
y="411.35291"
x="792.10675"
style="font-style:normal;font-weight:normal;font-size:31.43107605px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.84190387"
xml:space="preserve"><tspan
style="font-size:22.45076942px;stroke-width:0.84190387"
y="411.35291"
x="792.10675"
id="tspan4995-4">不可摸</tspan></text>
<text
id="text4997-2"
y="457.9426"
x="792.10675"
style="font-style:normal;font-weight:normal;font-size:31.43107605px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.84190387"
xml:space="preserve"><tspan
style="font-size:22.45076942px;stroke-width:0.84190387"
y="457.9426"
x="792.10675"
id="tspan4995-90">會被咬</tspan></text>
<g
transform="translate(9.142408,-57.511434)"
id="g6">
<path
d="m 336.2,120.8 c 5.2,0 8.7,5.1 8.7,10.3 0,6.5 -7.1,21.4 -11.4,36.5 -3.8,13.4 -5,22.9 -1.6,29.5 9.4,18.4 25.4,15.9 40.7,22.5 28.3,12.2 65.3,19.9 103.2,26.7 37.9,6.9 81.8,16.4 106.7,41.3 25,25 41.3,48.2 62.8,115.3 21.5,67.1 4.3,123.1 4.3,142 0,18.9 9.5,17.2 22.4,30.1 12.9,12.9 49.1,15.5 70.6,15.5 21.5,0 115.8,1.2 140.7,1.2 20.9,0 64.6,-11.1 91.3,-11.1 5.1,0 9.6,0.4 13.2,1.4 22.4,6 21.3,37.9 -5.4,43 -26.7,5.2 -45.8,6.2 -78.5,6.2 -32.7,0 -103.7,-1.2 -133,-1.2 -29.3,0 -113.6,-6.9 -137.7,-11.2 -24.1,-4.3 -32.3,-11.6 -32.3,-11.6 0,0 0,0 -7.3,7.3 -7.3,7.3 -12,8.6 -32.7,8.6 -20.7,0 -129.1,-7.7 -138.6,-7.7 -6.3,0 -10.3,1.9 -18.2,1.9 -3.9,0 -8.8,-0.5 -15.4,-1.9 -19.8,-4.3 -19.8,-12 -19.8,-20.7 0,-8.6 24.1,-18.1 35.3,-18.1 7.6,0 21.6,1.6 29.8,2.6 0.1,0 0.2,0 0.2,0 1.5,0 2.3,-2 1,-3 -10.7,-7.8 -34.7,-25.8 -43,-34.1 -10.8,-10.8 -13.5,-24.5 -13.5,-24.5 0,0 -24.4,50.3 -32.8,68.6 -8.4,18.3 -12.2,20.6 -27.4,23.6 -4.7,0.9 -9.2,1.5 -13.5,1.5 -9.7,0 -18.3,-2.7 -25.4,-9.9 -10.3,-10.3 6.9,-24.4 13,-24.4 6.1,0 14.1,-0.4 17.5,-3.8 3.4,-3.4 18.3,-101.4 18.3,-110.5 0,-9.1 -9.1,-16.8 -30.5,-31.3 -21.3,-14.5 -57.9,-61 -67.5,-80.8 -9.5,-19.8 -6.5,-61 -26.3,-70.9 -19.8,-9.9 -26.7,-29 -30.5,-42.7 -3.8,-13.7 1.5,-39.6 1.5,-51.8 0,-12.2 -12.2,-29.7 -12.2,-45.4 0,-11.4 1.7,-15.9 6.1,-15.9 1.6,0 3.7,0.6 6.1,1.8 10.9,5 39.6,28.2 39.6,28.2 0,0 12.2,0 29.7,0 17.5,0 44.1,-1.5 47.6,-3.1 10.9,-5 23.7,-21.3 39.5,-29.2 1.8,-0.4 3.3,-0.8 4.7,-0.8 m 0,-5.1 c -2.2,0 -4.5,0.6 -6.7,1.7 -9,4.5 -16.9,11.4 -23.9,17.6 -5.6,4.9 -10.9,9.5 -15.3,11.6 -3.5,1.1 -27,2.6 -45.6,2.6 h -27.9 c -6.1,-4.8 -29.2,-23.1 -39.3,-27.7 -3.3,-1.5 -5.9,-2.2 -8.3,-2.2 -2.6,0 -7.2,0.9 -9.5,7 -1.2,3.1 -1.7,7.5 -1.7,14 0,9.3 3.7,18.8 7,27.3 2.7,6.8 5.2,13.3 5.2,18.1 0,3.8 -0.6,9.3 -1.2,15.1 -1.4,13.1 -2.9,28 -0.1,38.1 4.4,15.9 12.2,35.4 33.2,45.9 10.3,5.1 13.4,22.6 16.4,39.5 1.9,10.9 3.8,21.2 7.6,29.1 9.6,20 46.7,67.6 69.2,82.9 19.1,13 28.2,20.3 28.2,27 0,3.5 -3,26.1 -7.4,54.3 -5,31.5 -8.4,49 -9.8,53 -1.3,0.8 -4.7,1.9 -13.4,1.9 -6.8,0 -16.7,7.9 -20,15.9 -2.6,6.3 -1.4,12.6 3.4,17.3 7.7,7.7 17.2,11.4 29,11.4 4.5,0 9.2,-0.5 14.5,-1.6 16.6,-3.3 21.9,-6.4 31.1,-26.5 5.9,-12.8 19.8,-41.7 27.4,-57.6 2.3,4.7 5.7,10 10.5,14.9 6.3,6.3 20.9,17.6 33.1,26.8 -6.5,-0.7 -12.9,-1.2 -17.4,-1.2 -12.1,0 -40.5,9.8 -40.5,23.2 0,4.7 0,10 3.4,14.9 3.6,5.1 10.1,8.5 20.5,10.8 6.3,1.4 11.7,2 16.5,2 4.6,0 8,-0.6 11,-1.1 2.5,-0.4 4.6,-0.8 7.2,-0.8 3.7,0 23.9,1.3 47.2,2.8 35.1,2.2 78.8,5 91.3,5 21,0 27.4,-1.2 36.4,-10.1 l 4.3,-4.3 c 4.8,2.8 14.4,7.1 30.7,10 24.8,4.4 109,11.3 138.6,11.3 14.2,0 37.9,0.3 63,0.6 26.1,0.3 53.1,0.6 70,0.6 31.7,0 51.7,-0.9 79.5,-6.3 7.6,-1.5 14,-5 18.5,-10.2 4.2,-4.7 6.6,-10.8 6.8,-17 0.4,-12.2 -7.4,-22.7 -19.6,-25.9 -3.9,-1 -8.6,-1.6 -14.6,-1.6 -14.6,0 -33.5,3.1 -51.8,6.1 -15.5,2.5 -30.2,5 -39.6,5 -12.9,0 -44.4,-0.3 -74.9,-0.6 -28.5,-0.3 -55.5,-0.6 -65.9,-0.6 -25.6,0 -56.6,-3.7 -66.9,-14 -4.3,-4.3 -8.3,-7.1 -11.4,-9.4 -6.7,-4.7 -9.4,-6.7 -9.4,-17.1 0,-3.9 0.9,-10 2,-17.7 3.9,-27.3 10.5,-72.9 -6.5,-125.9 -21.4,-66.7 -37.7,-91 -64.1,-117.4 -25.8,-25.8 -70,-35.6 -109.4,-42.7 -34.2,-6.2 -73.1,-13.9 -102.1,-26.4 -4.8,-2.1 -9.6,-3.3 -14.2,-4.5 -10.3,-2.6 -18.4,-4.7 -24,-15.7 -2.4,-4.7 -1.8,-12.4 1.9,-25.7 1.7,-6.1 4,-12.3 6,-17.8 3.1,-8.6 5.6,-15.4 5.6,-20.1 0.1,-8.7 -6.2,-15.6 -13.8,-15.6 z"
id="path4" />
</g><g
transform="translate(9.142408,-57.511434)"
id="g38">
<g
id="g12">
<g
id="g10">
<path
d="m 177.4,591.9 c 2.9,0 5.2,3.7 5.2,8.2 0,4.5 -2.3,8.2 -5.2,8.2 -2.9,0 -5.2,-3.7 -5.2,-8.2 0,-4.5 2.3,-8.2 5.2,-8.2 m 0,-3.9 c -5.1,0 -9.1,5.3 -9.1,12.1 0,6.8 4,12.1 9.1,12.1 5.1,0 9.1,-5.3 9.1,-12.1 0.1,-6.8 -3.9,-12.1 -9.1,-12.1 z"
id="path8" />
</g>
</g>
<g
id="g18">
<g
id="g16">
<path
d="m 162.5,603.4 c 2.6,0 4.7,3.3 4.7,7.3 0,4 -2.1,7.3 -4.7,7.3 -2.6,0 -4.7,-3.3 -4.7,-7.3 0,-4.1 2.1,-7.3 4.7,-7.3 m 0,-3.9 c -4.8,0 -8.5,4.9 -8.5,11.2 0,6.3 3.8,11.2 8.5,11.2 4.7,0 8.5,-4.9 8.5,-11.2 0,-6.3 -3.7,-11.2 -8.5,-11.2 z"
id="path14" />
</g>
</g>
<g
id="g24">
<g
id="g22">
<path
d="m 195.2,590.3 c 2.9,0 5.2,3.7 5.2,8.2 0,4.5 -2.3,8.2 -5.2,8.2 -2.9,0 -5.2,-3.7 -5.2,-8.2 0,-4.5 2.3,-8.2 5.2,-8.2 m 0,-3.9 c -5.1,0 -9.1,5.3 -9.1,12.1 0,6.8 4,12.1 9.1,12.1 5.1,0 9.1,-5.3 9.1,-12.1 0,-6.8 -4,-12.1 -9.1,-12.1 z"
id="path20" />
</g>
</g>
<g
id="g30">
<g
id="g28">
<path
d="m 211.4,601.3 c 2.9,0 5.2,3.1 5.2,7 0,3.9 -2.3,7 -5.2,7 -2.9,0 -5.2,-3.1 -5.2,-7 0,-3.9 2.3,-7 5.2,-7 m 0,-3.9 c -5.1,0 -9.1,4.8 -9.1,10.9 0,6.1 4,10.9 9.1,10.9 5.1,0 9.1,-4.8 9.1,-10.9 0,-6.1 -4,-10.9 -9.1,-10.9 z"
id="path26" />
</g>
</g>
<g
id="g36">
<g
id="g34">
<path
d="m 189.1,612.7 c 4.1,0 8.3,1.5 13.6,5.7 9,7 7,17 0,17 -0.7,0 -1.4,-0.1 -2.2,-0.3 -8.7,-2.3 -9.2,-6.4 -13.4,-6.4 -3.3,0 -9.2,6.9 -13.6,6.9 -2.1,0 -3.9,-1.5 -5,-5.8 -1.3,-4.8 5.3,-12.8 12.4,-15.4 2.9,-1 5.5,-1.7 8.2,-1.7 m 0,-3.9 c -2.9,0 -5.8,0.6 -9.5,2 -8.3,3.1 -16.8,12.7 -14.8,20 1.9,7.1 5.8,8.6 8.7,8.6 3.6,0 7,-2.4 10,-4.5 1.2,-0.9 3,-2.1 3.7,-2.3 0.4,0 0.8,0.2 2.1,1.2 1.9,1.4 4.7,3.6 10.2,5 1.1,0.3 2.1,0.4 3.1,0.4 4.4,0 7.9,-2.5 9.3,-6.6 2,-5.7 -0.7,-12.5 -6.9,-17.3 -5.6,-4.4 -10.7,-6.5 -15.9,-6.5 z"
id="path32" />
</g>
</g>
</g><g
transform="translate(9.142408,-57.511434)"
id="g70">
<g
id="g44">
<g
id="g42">
<path
d="m 230.6,506.5 c 2.9,0 5.2,3.7 5.2,8.2 0,4.5 -2.3,8.2 -5.2,8.2 -2.9,0 -5.2,-3.7 -5.2,-8.2 0,-4.5 2.3,-8.2 5.2,-8.2 m 0,-3.9 c -5.1,0 -9.1,5.3 -9.1,12.1 0,6.8 4,12.1 9.1,12.1 5.1,0 9.1,-5.3 9.1,-12.1 0.1,-6.8 -4,-12.1 -9.1,-12.1 z"
id="path40" />
</g>
</g>
<g
id="g50">
<g
id="g48">
<path
d="m 215.7,518 c 2.6,0 4.7,3.3 4.7,7.3 0,4 -2.1,7.3 -4.7,7.3 -2.6,0 -4.7,-3.3 -4.7,-7.3 0,-4.1 2.1,-7.3 4.7,-7.3 m 0,-3.9 c -4.8,0 -8.5,4.9 -8.5,11.2 0,6.3 3.8,11.2 8.5,11.2 4.8,0 8.5,-4.9 8.5,-11.2 0,-6.3 -3.7,-11.2 -8.5,-11.2 z"
id="path46" />
</g>
</g>
<g
id="g56">
<g
id="g54">
<path
d="m 248.4,504.9 c 2.9,0 5.2,3.7 5.2,8.2 0,4.5 -2.3,8.2 -5.2,8.2 -2.9,0 -5.2,-3.7 -5.2,-8.2 0,-4.5 2.3,-8.2 5.2,-8.2 m 0,-3.9 c -5.1,0 -9.1,5.3 -9.1,12.1 0,6.8 4,12.1 9.1,12.1 5.1,0 9.1,-5.3 9.1,-12.1 0,-6.8 -4,-12.1 -9.1,-12.1 z"
id="path52" />
</g>
</g>
<g
id="g62">
<g
id="g60">
<path
d="m 264.6,515.9 c 2.9,0 5.2,3.1 5.2,7 0,3.9 -2.3,7 -5.2,7 -2.9,0 -5.2,-3.1 -5.2,-7 0,-3.9 2.3,-7 5.2,-7 m 0,-3.9 c -5.1,0 -9.1,4.8 -9.1,10.9 0,6.1 4,10.9 9.1,10.9 5.1,0 9.1,-4.8 9.1,-10.9 0,-6.1 -4,-10.9 -9.1,-10.9 z"
id="path58" />
</g>
</g>
<g
id="g68">
<g
id="g66">
<path
d="m 242.3,527.3 c 4.1,0 8.3,1.5 13.6,5.7 9,7 7,17 0,17 -0.7,0 -1.4,-0.1 -2.2,-0.3 -8.7,-2.3 -9.2,-6.4 -13.4,-6.4 -3.3,0 -9.2,6.9 -13.6,6.9 -2.1,0 -3.9,-1.5 -5,-5.8 -1.3,-4.8 5.3,-12.8 12.4,-15.4 2.9,-1 5.5,-1.7 8.2,-1.7 m 0,-3.9 c -2.9,0 -5.8,0.6 -9.5,2 -8.3,3.1 -16.8,12.7 -14.8,20 1.9,7.1 5.8,8.6 8.7,8.6 3.6,0 7,-2.4 10,-4.5 1.2,-0.9 3,-2.1 3.7,-2.3 0.4,0 0.8,0.2 2.1,1.2 1.9,1.4 4.7,3.6 10.2,5 1.1,0.3 2.1,0.4 3.1,0.4 4.4,0 7.9,-2.5 9.3,-6.6 2,-5.7 -0.7,-12.5 -6.9,-17.3 -5.6,-4.4 -10.7,-6.5 -15.9,-6.5 z"
id="path64" />
</g>
</g>
</g><path
id="path72"
d="m 250.14241,170.88857 c -0.8,2.4 5,7.7 9.5,7.4 4.5,-0.3 12.7,-5.4 12.5,-8.9 -0.2,-3.4 -19.5,-6.2 -22,1.5 z"
style="fill:none;stroke:#000000;stroke-width:5.1638999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
transform="translate(9.142408,-57.511434)"
style="fill:none;stroke:#000000;stroke-width:3.87290001;stroke-miterlimit:10"
class="st1"
points="476.2,543.4 596.2,431.1 596.2,616 653.2,547.6 "
id="polyline74" /><polyline
transform="translate(9.142408,-57.511434)"
style="fill:none;stroke:#000000;stroke-width:3.87290001;stroke-linecap:round;stroke-miterlimit:10"
class="st2"
points="376.1,527.9 396.8,448.5 476.2,543.4 434.8,578 "
id="polyline76" /><g
transform="translate(9.142408,-57.511434)"
id="g82">
<g
id="g80">
<path
d="m 231.7,251.5 c 4.4,3.5 10,4.1 14.9,1.1 5.3,-3.2 7.3,-9.6 7.3,-15.5 -2,0.5 -4,1.1 -6,1.6 2,4.2 4.6,7.7 7.2,11.5 1.7,2.6 3.4,4.2 6.7,4.6 6.4,0.7 12.4,-5.7 13.6,-11.5 0.9,-4.1 -5.4,-5.8 -6.2,-1.7 -0.7,3.2 -5,8.9 -8.2,5.7 -3.1,-3 -5.6,-8 -7.4,-11.9 -1.4,-3 -6,-1.4 -6,1.6 0,5.2 -4.6,15.1 -11.2,9.8 -3.3,-2.5 -7.9,2.1 -4.7,4.7 z"
id="path78" />
</g>
</g><g
transform="translate(9.142408,-57.511434)"
id="g96">
<g
id="g88">
<g
id="g86">
<path
d="m 295.6,205.6 c -4.6,0.8 -10,1.5 -14.7,0.8 -1.3,-0.2 -3.9,-0.7 -3.4,-1.9 0.5,-1.4 4.2,-2.3 5.4,-2.6 4.2,-0.9 9,-0.6 13.3,-0.2 1.5,0.1 3.5,0 3.6,1.7 0.1,2 -3.8,2.2 -5.2,2.5 -4.1,0.9 -2.3,7.1 1.7,6.2 4.1,-0.9 8,-1.3 9.4,-5.8 0.7,-2.2 0.7,-5 -0.5,-7.1 -1.9,-3.3 -5.7,-3.7 -9.1,-4 -4.7,-0.4 -9.8,-0.6 -14.4,0.3 -5.6,1.1 -15.1,7.1 -9.5,13.7 5.4,6.3 18.2,3.8 25,2.6 4.2,-0.7 2.4,-7 -1.6,-6.2 z"
id="path84" />
</g>
</g>
<g
id="g94">
<g
id="g92">
<path
d="m 293.9,197.7 c -1.4,0.1 -3,0.3 -4.2,1.1 -1.5,1 -2.3,2.6 -2.1,4.4 0.2,1.8 1.5,3.5 2.7,4.9 2.1,2.5 6.2,3.3 9,1.6 3.5,-2 3.9,-6.6 1.3,-9.4 -1.3,-1.4 -3.9,-1.4 -5.2,0 -1.4,1.5 -1.4,3.6 0,5.2 -0.2,-0.2 -0.3,-0.5 -0.4,-0.7 0.1,0.3 0.1,0.3 0,0 -0.1,-0.2 -0.1,-0.5 0,-0.7 -0.1,0.4 -0.1,0.3 0.1,-0.2 0.2,-0.4 0.5,-0.6 0.9,-0.5 -0.2,0 -0.4,0 -0.6,0 0.1,0 0.3,0 0.4,0 -0.4,-0.1 -0.4,-0.1 0.1,0.1 -0.1,-0.1 -0.3,-0.1 -0.4,-0.2 -0.2,-0.1 -0.2,-0.1 0.2,0.2 -0.3,-0.3 -0.3,-0.3 0.1,0.1 -0.1,-0.1 -0.2,-0.2 -0.2,-0.3 -0.2,-0.3 -0.4,-0.5 -0.6,-0.8 -0.3,-0.4 -0.7,-1.4 -0.2,-0.2 -0.1,-0.4 0,-0.6 0,0.5 0,0.9 -0.6,2 -1.4,2.4 0.5,-0.3 -0.8,0.2 -0.2,0.1 0.2,0 0.3,-0.1 0.5,-0.1 -0.5,0.1 -0.5,0.1 0,0 1.9,-0.1 3.8,-1.6 3.7,-3.7 0,-2 -1.5,-3.9 -3.5,-3.8 z"
id="path90" />
</g>
</g>
</g><g
transform="translate(9.142408,-57.511434)"
id="g110">
<g
id="g102">
<g
id="g100">
<path
d="m 198.9,211.3 c -0.2,-1.9 11.1,-2.7 12.5,-2.7 2.7,0 13,0.1 9.7,3.9 -1.4,1.6 -9.4,1.1 -11.7,1.1 -3.8,0 -7.7,-0.1 -10.3,-3.3 -2.6,-3.2 -7.2,1.4 -4.6,4.6 4.9,6 14,5.5 21.1,4.9 5.6,-0.5 16.1,-2.1 14.3,-10.4 -1.7,-7.5 -14.4,-7.6 -20.3,-7.3 -5.2,0.3 -18.1,1.3 -17.1,9.1 0.5,4.2 6.9,4.2 6.4,0.1 z"
id="path98" />
</g>
</g>
<g
id="g108">
<g
id="g106">
<path
d="m 209.9,208.5 c 0.8,3 3.2,7.4 6.7,7.6 2.1,0.1 3.8,-1.2 4.5,-3.1 0.3,-0.9 0.4,-1.8 0.2,-2.7 0,-0.1 -0.1,-1.3 -0.2,-1.3 0.4,0.3 -1.2,1.4 -1.1,1.4 -0.6,0 -1.1,0 -1.7,0 -0.3,-1.3 -0.6,-2.6 -0.9,-4 0.5,-0.3 0.9,-0.6 1.4,-0.8 -0.1,0 -0.1,0 -0.2,0.1 -4,1.1 -2.3,7.3 1.7,6.2 4.1,-1.1 3.4,-7.4 -0.7,-7.8 -2.1,-0.2 -3.8,1 -4.5,2.9 -0.4,0.9 -0.4,1.8 -0.3,2.8 0,0.3 0,1 0.2,1.3 -0.1,-0.2 1.5,-1.5 1.6,-1.5 0.5,0.1 1.1,0.3 1.6,0.4 -1.2,-0.5 -1.8,-2.1 -2.1,-3.3 -1.1,-3.9 -7.3,-2.3 -6.2,1.8 z"
id="path104" />
</g>
</g>
</g><line
style="fill:none;stroke:#000000;stroke-width:3.87290001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10"
class="st3"
x1="413.6424"
y1="170.18857"
x2="405.94238"
y2="390.98856"
id="line112" /><polyline
transform="translate(9.142408,-57.511434)"
style="fill:none;stroke:#000000;stroke-width:3.87290001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10"
class="st3"
points="645.4,403 596.2,431.1 402.6,303.3 333.3,249.5 "
id="polyline114" /><line
style="fill:none;stroke:#000000;stroke-width:3.87290001;stroke-miterlimit:10"
class="st1"
x1="328.54239"
y1="393.58856"
x2="405.94238"
y2="390.98856"
id="line116" /><line
style="fill:none;stroke:#000000;stroke-width:3.87290001;stroke-miterlimit:10"
class="st1"
x1="183.0424"
y1="125.98856"
x2="222.64241"
y2="94.68856"
id="line118" /><line
style="fill:none;stroke:#000000;stroke-width:3.87290001;stroke-miterlimit:10"
class="st1"
x1="299.44238"
y1="91.388557"
x2="341.7424"
y2="135.78857"
id="line120" /><polyline
transform="translate(9.142408,-57.511434)"
style="fill:none;stroke:#000000;stroke-width:3.87290001;stroke-miterlimit:10"
class="st1"
points="210.4,287.7 289.6,287 333.3,249.5 340.2,203.7 "
id="polyline122" /><line
style="fill:none;stroke:#000000;stroke-width:3.87290001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10"
class="st3"
x1="342.44238"
y1="191.98857"
x2="297.7424"
y2="365.98856"
id="line124" /><text
id="text4997-3"
y="225.2245"
x="932.91516"
style="font-style:normal;font-weight:normal;font-size:31.43107605px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.84190387"
xml:space="preserve"><tspan
style="font-size:22.45076942px;stroke-width:0.84190387"
y="225.2245"
x="932.91516"
id="tspan4995-65">等級:4</tspan></text>
<text
id="text4997-4-8"
y="271.80316"
x="932.91516"
style="font-style:normal;font-weight:normal;font-size:31.43107605px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.84190387"
xml:space="preserve"><tspan
id="tspan6108"
style="font-size:22.45076942px;stroke-width:0.84190387"
y="271.80316"
x="932.91516">等級:3</tspan></text>
<text
id="text4997-45-2"
y="318.34903"
x="932.91516"
style="font-style:normal;font-weight:normal;font-size:31.43107605px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.84190387"
xml:space="preserve"><tspan
style="font-size:22.45076942px;stroke-width:0.84190387"
y="318.34903"
x="932.91516"
id="tspan4995-6-3">等級:2</tspan></text>
<text
id="text4997-8-9"
y="364.86743"
x="932.91516"
style="font-style:normal;font-weight:normal;font-size:31.43107605px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.84190387"
xml:space="preserve"><tspan
style="font-size:22.45076942px;stroke-width:0.84190387"
y="364.86743"
x="932.91516"
id="tspan4995-9-2">等級:1</tspan></text>
<text
id="text4997-5-1"
y="411.35291"
x="932.91516"
style="font-style:normal;font-weight:normal;font-size:31.43107605px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.84190387"
xml:space="preserve"><tspan
style="font-size:22.45076942px;stroke-width:0.84190387"
y="411.35291"
x="932.91516"
id="tspan4995-4-3">等級:0</tspan></text>
<text
id="text4997-2-4"
y="457.9426"
x="932.91516"
style="font-style:normal;font-weight:normal;font-size:31.43107605px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.84190387"
xml:space="preserve"><tspan
style="font-size:22.45076942px;stroke-width:0.84190387"
y="457.9426"
x="932.91516"
id="tspan4995-90-7">等級:-1</tspan></text>
<text
id="cat-name"
y="97.855232"
x="501.34763"
style="font-style:normal;font-weight:normal;font-size:37.33333206px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;cursor:pointer"
xml:space="preserve"><tspan
style="font-size:42.66666794px"
y="97.855232"
x="501.34763"
id="tspan6114">點我修改貓貓名</tspan></text>
<a xlink:href="https://facebook.com/missjuhan/" target="_blank"><text
id="text6120"
y="640.34009"
x="376.36719"
style="font-style:normal;font-weight:normal;font-size:37.33333206px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;cursor:pointer"
xml:space="preserve"><tspan
style="font-size:26.66666603px"
y="640.34009"
x="376.36719"
id="tspan6118">插圖 菊漢小姐-Ju Han's illustration</tspan></text></a>
<path
id="path936"
d="m 251.73001,501.30299 v 24.74874 l 18.38478,7.07107"
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /><path
id="path954"
d="m 229,574.5 h 143 l 6.17163,-10.68958"
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /></svg>
</div>
</div>
</div>
<div id="image-area"></div>
<script src="./index.js?ver=201806081220"></script>
</body>
</html>