Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
c4d78bd5b6 | |||
a6beaae3e3 |
3
.env.development
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
VITE_APP_BASE_URL=http://localhost:5173
|
||||||
|
VITE_FILE_API_BASEURL=https://ibms-uark.production.mjmtech.com.tw
|
||||||
|
VITE_APP_API_URL=http://localhost:8080
|
3
.env.production
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
VITE_APP_BASE_URL=https://ibms-uark.production.mjmtech.com.tw
|
||||||
|
VITE_FILE_API_BASEURL=https://ibms-uark.production.mjmtech.com.tw
|
||||||
|
VITE_APP_API_URL=https://ibms-uark-api.production.mjmtech.com.tw
|
@ -2,11 +2,18 @@
|
|||||||
<html lang="zh-Hant">
|
<html lang="zh-Hant">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
|
<meta name="google" content="notranslate" />
|
||||||
<link rel="icon" type="image/svg" href="/favicon/favicon.svg" />
|
<link rel="icon" type="image/svg" href="/favicon/favicon.svg" />
|
||||||
|
<link
|
||||||
|
rel="stylesheet"
|
||||||
|
href="https://developer.api.autodesk.com/modelderivative/v2/viewers/7.*/style.min.css"
|
||||||
|
/>
|
||||||
|
<script src="https://developer.api.autodesk.com/modelderivative/v2/viewers/7.*/viewer3D.min.js"></script>
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>諾亞克 U-ARK 戰情中心</title>
|
<title>諾亞克 U-ARK 戰情中心</title>
|
||||||
</head>
|
</head>
|
||||||
<body class="w-screen bg-gray-100">
|
<body class="w-screen bg-brand-neutral">
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
<script type="module" src="/src/main.js"></script>
|
<script type="module" src="/src/main.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
480
package-lock.json
generated
@ -8,11 +8,17 @@
|
|||||||
"name": "uark_front",
|
"name": "uark_front",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"vue": "^3.5.18"
|
"axios": "^1.11.0",
|
||||||
|
"echarts": "^6.0.0",
|
||||||
|
"pinia": "^3.0.3",
|
||||||
|
"three": "^0.179.1",
|
||||||
|
"vue": "^3.5.18",
|
||||||
|
"vue-router": "^4.5.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vitejs/plugin-vue": "^6.0.1",
|
"@vitejs/plugin-vue": "^6.0.1",
|
||||||
"autoprefixer": "^10.4.21",
|
"autoprefixer": "^10.4.21",
|
||||||
|
"cross-env": "^10.0.0",
|
||||||
"daisyui": "^5.0.50",
|
"daisyui": "^5.0.50",
|
||||||
"postcss": "^8.5.6",
|
"postcss": "^8.5.6",
|
||||||
"tailwindcss": "^3.4.17",
|
"tailwindcss": "^3.4.17",
|
||||||
@ -78,6 +84,13 @@
|
|||||||
"node": ">=6.9.0"
|
"node": ">=6.9.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@epic-web/invariant": {
|
||||||
|
"version": "1.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@epic-web/invariant/-/invariant-1.0.0.tgz",
|
||||||
|
"integrity": "sha512-lrTPqgvfFQtR/eY/qkIzp98OGdNJu0m5ji3q/nJI8v3SXkRKEnWiOxMmbvcSoAIzv/cGiuvRy57k4suKQSAdwA==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT"
|
||||||
|
},
|
||||||
"node_modules/@esbuild/aix-ppc64": {
|
"node_modules/@esbuild/aix-ppc64": {
|
||||||
"version": "0.25.9",
|
"version": "0.25.9",
|
||||||
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.9.tgz",
|
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.9.tgz",
|
||||||
@ -986,6 +999,36 @@
|
|||||||
"@vue/shared": "3.5.18"
|
"@vue/shared": "3.5.18"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@vue/devtools-api": {
|
||||||
|
"version": "6.6.4",
|
||||||
|
"resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
|
||||||
|
"integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
|
||||||
|
"license": "MIT"
|
||||||
|
},
|
||||||
|
"node_modules/@vue/devtools-kit": {
|
||||||
|
"version": "7.7.7",
|
||||||
|
"resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-7.7.7.tgz",
|
||||||
|
"integrity": "sha512-wgoZtxcTta65cnZ1Q6MbAfePVFxfM+gq0saaeytoph7nEa7yMXoi6sCPy4ufO111B9msnw0VOWjPEFCXuAKRHA==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"@vue/devtools-shared": "^7.7.7",
|
||||||
|
"birpc": "^2.3.0",
|
||||||
|
"hookable": "^5.5.3",
|
||||||
|
"mitt": "^3.0.1",
|
||||||
|
"perfect-debounce": "^1.0.0",
|
||||||
|
"speakingurl": "^14.0.1",
|
||||||
|
"superjson": "^2.2.2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@vue/devtools-shared": {
|
||||||
|
"version": "7.7.7",
|
||||||
|
"resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-7.7.7.tgz",
|
||||||
|
"integrity": "sha512-+udSj47aRl5aKb0memBvcUG9koarqnxNM5yjuREvqwK6T3ap4mn3Zqqc17QrBFTqSMjr3HK1cvStEZpMDpfdyw==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"rfdc": "^1.4.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@vue/reactivity": {
|
"node_modules/@vue/reactivity": {
|
||||||
"version": "3.5.18",
|
"version": "3.5.18",
|
||||||
"resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.18.tgz",
|
"resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.18.tgz",
|
||||||
@ -1103,6 +1146,12 @@
|
|||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
|
"node_modules/asynckit": {
|
||||||
|
"version": "0.4.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
|
||||||
|
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
|
||||||
|
"license": "MIT"
|
||||||
|
},
|
||||||
"node_modules/autoprefixer": {
|
"node_modules/autoprefixer": {
|
||||||
"version": "10.4.21",
|
"version": "10.4.21",
|
||||||
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.21.tgz",
|
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.21.tgz",
|
||||||
@ -1141,6 +1190,17 @@
|
|||||||
"postcss": "^8.1.0"
|
"postcss": "^8.1.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/axios": {
|
||||||
|
"version": "1.11.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/axios/-/axios-1.11.0.tgz",
|
||||||
|
"integrity": "sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"follow-redirects": "^1.15.6",
|
||||||
|
"form-data": "^4.0.4",
|
||||||
|
"proxy-from-env": "^1.1.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/balanced-match": {
|
"node_modules/balanced-match": {
|
||||||
"version": "1.0.2",
|
"version": "1.0.2",
|
||||||
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
||||||
@ -1161,6 +1221,15 @@
|
|||||||
"url": "https://github.com/sponsors/sindresorhus"
|
"url": "https://github.com/sponsors/sindresorhus"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/birpc": {
|
||||||
|
"version": "2.5.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/birpc/-/birpc-2.5.0.tgz",
|
||||||
|
"integrity": "sha512-VSWO/W6nNQdyP520F1mhf+Lc2f8pjGQOtoHHm7Ze8Go1kX7akpVIrtTa0fn+HB0QJEDVacl6aO08YE0PgXfdnQ==",
|
||||||
|
"license": "MIT",
|
||||||
|
"funding": {
|
||||||
|
"url": "https://github.com/sponsors/antfu"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/brace-expansion": {
|
"node_modules/brace-expansion": {
|
||||||
"version": "2.0.2",
|
"version": "2.0.2",
|
||||||
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
||||||
@ -1217,6 +1286,19 @@
|
|||||||
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/call-bind-apply-helpers": {
|
||||||
|
"version": "1.0.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
|
||||||
|
"integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"es-errors": "^1.3.0",
|
||||||
|
"function-bind": "^1.1.2"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 0.4"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/camelcase-css": {
|
"node_modules/camelcase-css": {
|
||||||
"version": "2.0.1",
|
"version": "2.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
|
||||||
@ -1306,6 +1388,18 @@
|
|||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
|
"node_modules/combined-stream": {
|
||||||
|
"version": "1.0.8",
|
||||||
|
"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
|
||||||
|
"integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"delayed-stream": "~1.0.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 0.8"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/commander": {
|
"node_modules/commander": {
|
||||||
"version": "4.1.1",
|
"version": "4.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
|
||||||
@ -1316,6 +1410,39 @@
|
|||||||
"node": ">= 6"
|
"node": ">= 6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/copy-anything": {
|
||||||
|
"version": "3.0.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-3.0.5.tgz",
|
||||||
|
"integrity": "sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"is-what": "^4.1.8"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12.13"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"url": "https://github.com/sponsors/mesqueeb"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/cross-env": {
|
||||||
|
"version": "10.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/cross-env/-/cross-env-10.0.0.tgz",
|
||||||
|
"integrity": "sha512-aU8qlEK/nHYtVuN4p7UQgAwVljzMg8hB4YK5ThRqD2l/ziSnryncPNn7bMLt5cFYsKVKBh8HqLqyCoTupEUu7Q==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"@epic-web/invariant": "^1.0.0",
|
||||||
|
"cross-spawn": "^7.0.6"
|
||||||
|
},
|
||||||
|
"bin": {
|
||||||
|
"cross-env": "dist/bin/cross-env.js",
|
||||||
|
"cross-env-shell": "dist/bin/cross-env-shell.js"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=20"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/cross-spawn": {
|
"node_modules/cross-spawn": {
|
||||||
"version": "7.0.6",
|
"version": "7.0.6",
|
||||||
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
||||||
@ -1360,6 +1487,15 @@
|
|||||||
"url": "https://github.com/saadeghi/daisyui?sponsor=1"
|
"url": "https://github.com/saadeghi/daisyui?sponsor=1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/delayed-stream": {
|
||||||
|
"version": "1.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
|
||||||
|
"integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
|
||||||
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=0.4.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/didyoumean": {
|
"node_modules/didyoumean": {
|
||||||
"version": "1.2.2",
|
"version": "1.2.2",
|
||||||
"resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
|
"resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
|
||||||
@ -1374,6 +1510,20 @@
|
|||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
|
"node_modules/dunder-proto": {
|
||||||
|
"version": "1.0.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
|
||||||
|
"integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"call-bind-apply-helpers": "^1.0.1",
|
||||||
|
"es-errors": "^1.3.0",
|
||||||
|
"gopd": "^1.2.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 0.4"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/eastasianwidth": {
|
"node_modules/eastasianwidth": {
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
|
||||||
@ -1381,6 +1531,16 @@
|
|||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
|
"node_modules/echarts": {
|
||||||
|
"version": "6.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/echarts/-/echarts-6.0.0.tgz",
|
||||||
|
"integrity": "sha512-Tte/grDQRiETQP4xz3iZWSvoHrkCQtwqd6hs+mifXcjrCuo2iKWbajFObuLJVBlDIJlOzgQPd1hsaKt/3+OMkQ==",
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"dependencies": {
|
||||||
|
"tslib": "2.3.0",
|
||||||
|
"zrender": "6.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/electron-to-chromium": {
|
"node_modules/electron-to-chromium": {
|
||||||
"version": "1.5.203",
|
"version": "1.5.203",
|
||||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.203.tgz",
|
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.203.tgz",
|
||||||
@ -1407,6 +1567,51 @@
|
|||||||
"url": "https://github.com/fb55/entities?sponsor=1"
|
"url": "https://github.com/fb55/entities?sponsor=1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/es-define-property": {
|
||||||
|
"version": "1.0.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
|
||||||
|
"integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
|
||||||
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 0.4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/es-errors": {
|
||||||
|
"version": "1.3.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
|
||||||
|
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
|
||||||
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 0.4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/es-object-atoms": {
|
||||||
|
"version": "1.1.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
|
||||||
|
"integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"es-errors": "^1.3.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 0.4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/es-set-tostringtag": {
|
||||||
|
"version": "2.1.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
|
||||||
|
"integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"es-errors": "^1.3.0",
|
||||||
|
"get-intrinsic": "^1.2.6",
|
||||||
|
"has-tostringtag": "^1.0.2",
|
||||||
|
"hasown": "^2.0.2"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 0.4"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/esbuild": {
|
"node_modules/esbuild": {
|
||||||
"version": "0.25.9",
|
"version": "0.25.9",
|
||||||
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.9.tgz",
|
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.9.tgz",
|
||||||
@ -1536,6 +1741,26 @@
|
|||||||
"node": ">=8"
|
"node": ">=8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/follow-redirects": {
|
||||||
|
"version": "1.15.11",
|
||||||
|
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz",
|
||||||
|
"integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
|
||||||
|
"funding": [
|
||||||
|
{
|
||||||
|
"type": "individual",
|
||||||
|
"url": "https://github.com/sponsors/RubenVerborgh"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=4.0"
|
||||||
|
},
|
||||||
|
"peerDependenciesMeta": {
|
||||||
|
"debug": {
|
||||||
|
"optional": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/foreground-child": {
|
"node_modules/foreground-child": {
|
||||||
"version": "3.3.1",
|
"version": "3.3.1",
|
||||||
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
|
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
|
||||||
@ -1553,6 +1778,22 @@
|
|||||||
"url": "https://github.com/sponsors/isaacs"
|
"url": "https://github.com/sponsors/isaacs"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/form-data": {
|
||||||
|
"version": "4.0.4",
|
||||||
|
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz",
|
||||||
|
"integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"asynckit": "^0.4.0",
|
||||||
|
"combined-stream": "^1.0.8",
|
||||||
|
"es-set-tostringtag": "^2.1.0",
|
||||||
|
"hasown": "^2.0.2",
|
||||||
|
"mime-types": "^2.1.12"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 6"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/fraction.js": {
|
"node_modules/fraction.js": {
|
||||||
"version": "4.3.7",
|
"version": "4.3.7",
|
||||||
"resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
|
"resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
|
||||||
@ -1586,12 +1827,48 @@
|
|||||||
"version": "1.1.2",
|
"version": "1.1.2",
|
||||||
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
||||||
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
||||||
"dev": true,
|
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"funding": {
|
"funding": {
|
||||||
"url": "https://github.com/sponsors/ljharb"
|
"url": "https://github.com/sponsors/ljharb"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/get-intrinsic": {
|
||||||
|
"version": "1.3.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
|
||||||
|
"integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"call-bind-apply-helpers": "^1.0.2",
|
||||||
|
"es-define-property": "^1.0.1",
|
||||||
|
"es-errors": "^1.3.0",
|
||||||
|
"es-object-atoms": "^1.1.1",
|
||||||
|
"function-bind": "^1.1.2",
|
||||||
|
"get-proto": "^1.0.1",
|
||||||
|
"gopd": "^1.2.0",
|
||||||
|
"has-symbols": "^1.1.0",
|
||||||
|
"hasown": "^2.0.2",
|
||||||
|
"math-intrinsics": "^1.1.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 0.4"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"url": "https://github.com/sponsors/ljharb"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/get-proto": {
|
||||||
|
"version": "1.0.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
|
||||||
|
"integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"dunder-proto": "^1.0.1",
|
||||||
|
"es-object-atoms": "^1.0.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 0.4"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/glob": {
|
"node_modules/glob": {
|
||||||
"version": "10.4.5",
|
"version": "10.4.5",
|
||||||
"resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
|
"resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
|
||||||
@ -1626,11 +1903,49 @@
|
|||||||
"node": ">=10.13.0"
|
"node": ">=10.13.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/gopd": {
|
||||||
|
"version": "1.2.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
|
||||||
|
"integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
|
||||||
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 0.4"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"url": "https://github.com/sponsors/ljharb"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/has-symbols": {
|
||||||
|
"version": "1.1.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
|
||||||
|
"integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
|
||||||
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 0.4"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"url": "https://github.com/sponsors/ljharb"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/has-tostringtag": {
|
||||||
|
"version": "1.0.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
|
||||||
|
"integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"has-symbols": "^1.0.3"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 0.4"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"url": "https://github.com/sponsors/ljharb"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/hasown": {
|
"node_modules/hasown": {
|
||||||
"version": "2.0.2",
|
"version": "2.0.2",
|
||||||
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
|
||||||
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
|
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
|
||||||
"dev": true,
|
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"function-bind": "^1.1.2"
|
"function-bind": "^1.1.2"
|
||||||
@ -1639,6 +1954,12 @@
|
|||||||
"node": ">= 0.4"
|
"node": ">= 0.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/hookable": {
|
||||||
|
"version": "5.5.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz",
|
||||||
|
"integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
|
||||||
|
"license": "MIT"
|
||||||
|
},
|
||||||
"node_modules/is-binary-path": {
|
"node_modules/is-binary-path": {
|
||||||
"version": "2.1.0",
|
"version": "2.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
|
||||||
@ -1711,6 +2032,18 @@
|
|||||||
"node": ">=0.12.0"
|
"node": ">=0.12.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/is-what": {
|
||||||
|
"version": "4.1.16",
|
||||||
|
"resolved": "https://registry.npmjs.org/is-what/-/is-what-4.1.16.tgz",
|
||||||
|
"integrity": "sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==",
|
||||||
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12.13"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"url": "https://github.com/sponsors/mesqueeb"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/isexe": {
|
"node_modules/isexe": {
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
||||||
@ -1780,6 +2113,15 @@
|
|||||||
"@jridgewell/sourcemap-codec": "^1.5.0"
|
"@jridgewell/sourcemap-codec": "^1.5.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/math-intrinsics": {
|
||||||
|
"version": "1.1.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
|
||||||
|
"integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
|
||||||
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 0.4"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/merge2": {
|
"node_modules/merge2": {
|
||||||
"version": "1.4.1",
|
"version": "1.4.1",
|
||||||
"resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
|
"resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
|
||||||
@ -1817,6 +2159,27 @@
|
|||||||
"url": "https://github.com/sponsors/jonschlinkert"
|
"url": "https://github.com/sponsors/jonschlinkert"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/mime-db": {
|
||||||
|
"version": "1.52.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
|
||||||
|
"integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
|
||||||
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 0.6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/mime-types": {
|
||||||
|
"version": "2.1.35",
|
||||||
|
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
|
||||||
|
"integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"mime-db": "1.52.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 0.6"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/minimatch": {
|
"node_modules/minimatch": {
|
||||||
"version": "9.0.5",
|
"version": "9.0.5",
|
||||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
||||||
@ -1843,6 +2206,12 @@
|
|||||||
"node": ">=16 || 14 >=14.17"
|
"node": ">=16 || 14 >=14.17"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/mitt": {
|
||||||
|
"version": "3.0.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
|
||||||
|
"integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
|
||||||
|
"license": "MIT"
|
||||||
|
},
|
||||||
"node_modules/mz": {
|
"node_modules/mz": {
|
||||||
"version": "2.7.0",
|
"version": "2.7.0",
|
||||||
"resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
|
"resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
|
||||||
@ -1961,6 +2330,12 @@
|
|||||||
"url": "https://github.com/sponsors/isaacs"
|
"url": "https://github.com/sponsors/isaacs"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/perfect-debounce": {
|
||||||
|
"version": "1.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
|
||||||
|
"integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
|
||||||
|
"license": "MIT"
|
||||||
|
},
|
||||||
"node_modules/picocolors": {
|
"node_modules/picocolors": {
|
||||||
"version": "1.1.1",
|
"version": "1.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
||||||
@ -1990,6 +2365,36 @@
|
|||||||
"node": ">=0.10.0"
|
"node": ">=0.10.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/pinia": {
|
||||||
|
"version": "3.0.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/pinia/-/pinia-3.0.3.tgz",
|
||||||
|
"integrity": "sha512-ttXO/InUULUXkMHpTdp9Fj4hLpD/2AoJdmAbAeW2yu1iy1k+pkFekQXw5VpC0/5p51IOR/jDaDRfRWRnMMsGOA==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"@vue/devtools-api": "^7.7.2"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"url": "https://github.com/sponsors/posva"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"typescript": ">=4.4.4",
|
||||||
|
"vue": "^2.7.0 || ^3.5.11"
|
||||||
|
},
|
||||||
|
"peerDependenciesMeta": {
|
||||||
|
"typescript": {
|
||||||
|
"optional": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/pinia/node_modules/@vue/devtools-api": {
|
||||||
|
"version": "7.7.7",
|
||||||
|
"resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-7.7.7.tgz",
|
||||||
|
"integrity": "sha512-lwOnNBH2e7x1fIIbVT7yF5D+YWhqELm55/4ZKf45R9T8r9dE2AIOy8HKjfqzGsoTHFbWbr337O4E0A0QADnjBg==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"@vue/devtools-kit": "^7.7.7"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/pirates": {
|
"node_modules/pirates": {
|
||||||
"version": "4.0.7",
|
"version": "4.0.7",
|
||||||
"resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz",
|
"resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz",
|
||||||
@ -2149,6 +2554,12 @@
|
|||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
|
"node_modules/proxy-from-env": {
|
||||||
|
"version": "1.1.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
|
||||||
|
"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
|
||||||
|
"license": "MIT"
|
||||||
|
},
|
||||||
"node_modules/queue-microtask": {
|
"node_modules/queue-microtask": {
|
||||||
"version": "1.2.3",
|
"version": "1.2.3",
|
||||||
"resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
|
"resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
|
||||||
@ -2238,6 +2649,12 @@
|
|||||||
"node": ">=0.10.0"
|
"node": ">=0.10.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/rfdc": {
|
||||||
|
"version": "1.4.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz",
|
||||||
|
"integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
|
||||||
|
"license": "MIT"
|
||||||
|
},
|
||||||
"node_modules/rollup": {
|
"node_modules/rollup": {
|
||||||
"version": "4.46.3",
|
"version": "4.46.3",
|
||||||
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.46.3.tgz",
|
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.46.3.tgz",
|
||||||
@ -2347,6 +2764,15 @@
|
|||||||
"node": ">=0.10.0"
|
"node": ">=0.10.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/speakingurl": {
|
||||||
|
"version": "14.0.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/speakingurl/-/speakingurl-14.0.1.tgz",
|
||||||
|
"integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
|
||||||
|
"license": "BSD-3-Clause",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=0.10.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/string-width": {
|
"node_modules/string-width": {
|
||||||
"version": "5.1.2",
|
"version": "5.1.2",
|
||||||
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
|
||||||
@ -2474,6 +2900,18 @@
|
|||||||
"node": ">=16 || 14 >=14.17"
|
"node": ">=16 || 14 >=14.17"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/superjson": {
|
||||||
|
"version": "2.2.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/superjson/-/superjson-2.2.2.tgz",
|
||||||
|
"integrity": "sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"copy-anything": "^3.0.2"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=16"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/supports-preserve-symlinks-flag": {
|
"node_modules/supports-preserve-symlinks-flag": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
|
||||||
@ -2548,6 +2986,12 @@
|
|||||||
"node": ">=0.8"
|
"node": ">=0.8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/three": {
|
||||||
|
"version": "0.179.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/three/-/three-0.179.1.tgz",
|
||||||
|
"integrity": "sha512-5y/elSIQbrvKOISxpwXCR4sQqHtGiOI+MKLc3SsBdDXA2hz3Mdp3X59aUp8DyybMa34aeBwbFTpdoLJaUDEWSw==",
|
||||||
|
"license": "MIT"
|
||||||
|
},
|
||||||
"node_modules/tinyglobby": {
|
"node_modules/tinyglobby": {
|
||||||
"version": "0.2.14",
|
"version": "0.2.14",
|
||||||
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz",
|
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz",
|
||||||
@ -2585,6 +3029,12 @@
|
|||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "Apache-2.0"
|
"license": "Apache-2.0"
|
||||||
},
|
},
|
||||||
|
"node_modules/tslib": {
|
||||||
|
"version": "2.3.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz",
|
||||||
|
"integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==",
|
||||||
|
"license": "0BSD"
|
||||||
|
},
|
||||||
"node_modules/update-browserslist-db": {
|
"node_modules/update-browserslist-db": {
|
||||||
"version": "1.1.3",
|
"version": "1.1.3",
|
||||||
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz",
|
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz",
|
||||||
@ -2719,6 +3169,21 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/vue-router": {
|
||||||
|
"version": "4.5.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.5.1.tgz",
|
||||||
|
"integrity": "sha512-ogAF3P97NPm8fJsE4by9dwSYtDwXIY1nFY9T6DyQnGHd1E2Da94w9JIolpe42LJGIl0DwOHBi8TcRPlPGwbTtw==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"@vue/devtools-api": "^6.6.4"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"url": "https://github.com/sponsors/posva"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"vue": "^3.2.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/which": {
|
"node_modules/which": {
|
||||||
"version": "2.0.2",
|
"version": "2.0.2",
|
||||||
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
||||||
@ -2845,6 +3310,15 @@
|
|||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 14.6"
|
"node": ">= 14.6"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"node_modules/zrender": {
|
||||||
|
"version": "6.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/zrender/-/zrender-6.0.0.tgz",
|
||||||
|
"integrity": "sha512-41dFXEEXuJpNecuUQq6JlbybmnHaqqpGlbH1yxnA5V9MMP4SbohSVZsJIwz+zdjQXSSlR1Vc34EgH1zxyTDvhg==",
|
||||||
|
"license": "BSD-3-Clause",
|
||||||
|
"dependencies": {
|
||||||
|
"tslib": "2.3.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -9,11 +9,17 @@
|
|||||||
"preview": "vite preview"
|
"preview": "vite preview"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"vue": "^3.5.18"
|
"axios": "^1.11.0",
|
||||||
|
"echarts": "^6.0.0",
|
||||||
|
"pinia": "^3.0.3",
|
||||||
|
"three": "^0.179.1",
|
||||||
|
"vue": "^3.5.18",
|
||||||
|
"vue-router": "^4.5.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vitejs/plugin-vue": "^6.0.1",
|
"@vitejs/plugin-vue": "^6.0.1",
|
||||||
"autoprefixer": "^10.4.21",
|
"autoprefixer": "^10.4.21",
|
||||||
|
"cross-env": "^10.0.0",
|
||||||
"daisyui": "^5.0.50",
|
"daisyui": "^5.0.50",
|
||||||
"postcss": "^8.5.6",
|
"postcss": "^8.5.6",
|
||||||
"tailwindcss": "^3.4.17",
|
"tailwindcss": "^3.4.17",
|
||||||
|
BIN
public/fonts/NATS/NATS-Regular.ttf
Normal file
BIN
public/fonts/NotoSansTC/NotoSansTC-Black.ttf
Normal file
BIN
public/fonts/NotoSansTC/NotoSansTC-Bold.ttf
Normal file
BIN
public/fonts/NotoSansTC/NotoSansTC-ExtraBold.ttf
Normal file
BIN
public/fonts/NotoSansTC/NotoSansTC-ExtraLight.ttf
Normal file
BIN
public/fonts/NotoSansTC/NotoSansTC-Light.ttf
Normal file
BIN
public/fonts/NotoSansTC/NotoSansTC-Medium.ttf
Normal file
BIN
public/fonts/NotoSansTC/NotoSansTC-Regular.ttf
Normal file
BIN
public/fonts/NotoSansTC/NotoSansTC-SemiBold.ttf
Normal file
BIN
public/fonts/NotoSansTC/NotoSansTC-Thin.ttf
Normal file
21
public/img/hotSpot.svg
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
<svg width="164" height="164" viewBox="0 0 164 164" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
|
||||||
|
<g>
|
||||||
|
<circle cx="81.7363" cy="81.8212" r="40" stroke-width="60" style="stroke:grey" />
|
||||||
|
</g>
|
||||||
|
<g filter="url(#filter0_d)">
|
||||||
|
<circle cx="81.7363" cy="81.8212" r="20" stroke="white" stroke-width="60"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<defs>
|
||||||
|
<filter id="filter0_d" x="0.174763" y="0.259602" width="163.123" height="163.123" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||||
|
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||||
|
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
|
||||||
|
<feOffset/>
|
||||||
|
<feGaussianBlur stdDeviation="5.61135"/>
|
||||||
|
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
|
||||||
|
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
|
||||||
|
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 938 B |
After Width: | Height: | Size: 8.2 KiB |
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 2.6 KiB |
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 8.2 KiB |
62208
public/upload/floor_map/044e6229-722c-4aa2-85aa-f9138cb0da7d.svg
Normal file
After Width: | Height: | Size: 1.9 MiB |
4731
public/upload/floor_map/0dd016a7-9a18-4ac3-8fbf-d32180f3533e.svg
Normal file
After Width: | Height: | Size: 944 KiB |
9181
public/upload/floor_map/27638680-6540-431b-867f-4069a1ab5760.svg
Normal file
After Width: | Height: | Size: 690 KiB |
245761
public/upload/floor_map/2dc07cc9-4003-49b5-9489-d01483daccb3.svg
Normal file
After Width: | Height: | Size: 7.6 MiB |
62208
public/upload/floor_map/36f4a351-13fe-49f9-bfa5-a35dab00941f.svg
Normal file
After Width: | Height: | Size: 1.9 MiB |
245751
public/upload/floor_map/388aa454-20af-42d4-b40f-476eea0699ff.svg
Normal file
After Width: | Height: | Size: 7.6 MiB |
62208
public/upload/floor_map/39fa08dc-718d-4d99-a13a-a153c5dd64fb.svg
Normal file
After Width: | Height: | Size: 1.9 MiB |
192684
public/upload/floor_map/5440fb9e-2f17-40ab-a715-f8a3cd5beace.svg
Normal file
After Width: | Height: | Size: 6.0 MiB |
79125
public/upload/floor_map/5537d7bf-aab7-4d39-b31f-6cd5650aacf3.svg
Normal file
After Width: | Height: | Size: 15 MiB |
62208
public/upload/floor_map/583fcb32-34be-4474-916f-15015b0834a8.svg
Normal file
After Width: | Height: | Size: 1.9 MiB |
711824
public/upload/floor_map/584f4b35-f59f-4684-8edf-9d40f787d125.svg
Normal file
After Width: | Height: | Size: 22 MiB |
62208
public/upload/floor_map/5cf3c8da-a5b4-42da-8b1a-14d5a44a0456.svg
Normal file
After Width: | Height: | Size: 1.9 MiB |
192684
public/upload/floor_map/73326592-3fe4-4d26-b245-110b5c52ed4c.svg
Normal file
After Width: | Height: | Size: 6.0 MiB |
62208
public/upload/floor_map/7ca8a3c8-4873-4882-a880-d0c73e5ec31f.svg
Normal file
After Width: | Height: | Size: 1.9 MiB |
BIN
public/upload/floor_map/7cdaaecd-23a4-47b5-ae78-d51f4da55eb0.pdf
Normal file
192684
public/upload/floor_map/85e7d4b3-9570-4149-95d4-3739c00cee6a.svg
Normal file
After Width: | Height: | Size: 6.0 MiB |
62208
public/upload/floor_map/996b9efa-9d88-4616-a290-2f8871403c0d.svg
Normal file
After Width: | Height: | Size: 1.9 MiB |
After Width: | Height: | Size: 1.0 MiB |
After Width: | Height: | Size: 1.7 MiB |
After Width: | Height: | Size: 911 KiB |
529
public/upload/floor_map/b1db4956-ba78-4c03-a493-0627cae21c36.svg
Normal file
@ -0,0 +1,529 @@
|
|||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||||
|
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||||
|
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="1600.000000pt" height="1280.000000pt" viewBox="0 0 1600.000000 1280.000000"
|
||||||
|
preserveAspectRatio="xMidYMid meet">
|
||||||
|
|
||||||
|
<g transform="translate(0.000000,1280.000000) scale(0.100000,-0.100000)"
|
||||||
|
fill="#000000" stroke="none">
|
||||||
|
<path d="M5 6400 c0 -2390 1 -3367 2 -2173 2 1195 2 3151 0 4345 -1 1195 -2
|
||||||
|
218 -2 -2172z"/>
|
||||||
|
<path d="M15995 6400 c0 -2390 1 -3367 2 -2173 2 1195 2 3151 0 4345 -1 1195
|
||||||
|
-2 218 -2 -2172z"/>
|
||||||
|
<path d="M2797 10337 l-198 -192 1 -822 0 -823 -913 0 -912 0 -273 -273 -272
|
||||||
|
-272 0 -2530 0 -2530 273 -273 272 -272 978 0 977 0 0 455 0 455 340 0 340 0
|
||||||
|
0 25 0 25 680 0 680 0 0 -25 0 -25 340 0 340 0 0 -480 0 -480 4897 0 4898 0
|
||||||
|
252 252 253 253 0 2575 0 2575 -273 273 -272 272 -643 0 -643 0 3 191 3 191
|
||||||
|
-65 -7 c-36 -4 -90 -17 -121 -30 -123 -50 -258 -180 -309 -300 -11 -25 -26
|
||||||
|
-45 -35 -45 -13 0 -15 90 -15 824 l0 824 -199 191 -199 191 -4993 0 -4994 -1
|
||||||
|
-198 -192z m643 -7 l0 -190 -222 0 -223 0 -107 -107 -108 -108 0 -2017 0
|
||||||
|
-2018 135 0 135 0 0 -30 0 -30 195 0 195 0 0 30 0 30 1070 0 1070 0 0 -70 0
|
||||||
|
-70 -1485 0 -1485 0 0 1270 0 1270 -315 0 -315 0 0 -145 0 -145 -55 0 -55 0 0
|
||||||
|
145 0 145 -465 0 -465 0 0 -475 0 -475 465 0 465 0 0 130 0 130 55 0 55 0 0
|
||||||
|
-175 0 -175 -800 0 -800 0 0 -610 0 -610 800 0 800 0 0 -90 0 -90 -190 0 -190
|
||||||
|
0 0 -140 0 -140 -85 0 -85 0 0 140 0 140 -525 0 -525 0 0 -495 0 -495 525 0
|
||||||
|
525 0 0 130 0 130 85 0 85 0 0 -335 0 -335 -85 0 -85 0 0 175 0 175 -525 0
|
||||||
|
-525 0 0 -520 0 -520 525 0 525 0 0 125 0 125 85 0 85 0 0 -125 0 -125 280 0
|
||||||
|
280 0 0 -75 0 -75 -530 0 -530 0 0 -525 0 -525 755 0 755 0 0 600 0 600 55 0
|
||||||
|
55 0 0 -700 0 -700 -972 0 -973 0 -267 267 -268 268 0 2530 0 2530 267 267
|
||||||
|
268 268 917 0 918 0 0 828 -1 827 193 187 193 187 223 1 222 0 0 -190z m9150
|
||||||
|
105 l0 -85 -4570 0 -4570 0 0 85 0 85 4570 0 4570 0 0 -85z m586 -101 l194
|
||||||
|
-186 0 -2179 0 -2179 -50 0 -50 0 0 2061 0 2062 -106 113 -106 114 -229 0
|
||||||
|
-229 0 0 190 0 190 191 0 191 0 194 -186z m-9656 -99 c0 -58 -1 -105 -3 -105
|
||||||
|
-16 0 -461 -61 -464 -63 -5 -6 -253 -1873 -252 -1899 1 -13 59 406 129 930 71
|
||||||
|
525 130 956 133 959 3 2 88 15 189 28 100 13 202 27 226 30 34 5 42 3 42 -9 0
|
||||||
|
-19 -4 -20 -234 -51 -104 -14 -191 -27 -193 -28 -1 -2 -61 -433 -133 -957
|
||||||
|
l-130 -954 130 -949 c71 -523 131 -952 133 -953 2 -2 89 -15 193 -29 230 -31
|
||||||
|
234 -32 234 -51 0 -12 -8 -14 -42 -9 -24 3 -126 17 -226 30 -101 13 -186 26
|
||||||
|
-189 28 -3 3 -62 432 -131 953 -70 521 -128 939 -130 928 -3 -19 245 -1884
|
||||||
|
251 -1891 3 -2 448 -63 464 -63 2 0 3 -47 3 -105 l0 -105 -365 0 -365 0 0
|
||||||
|
2012 0 2013 102 102 103 103 227 0 228 0 0 105 0 105 35 0 35 0 0 -105z m3650
|
||||||
|
-175 l0 -279 -63 24 c-34 13 -285 105 -557 205 -272 101 -500 185 -507 187 -9
|
||||||
|
4 -13 -29 -15 -129 l-3 -135 -530 194 -529 193 -691 -90 c-379 -49 -702 -92
|
||||||
|
-717 -95 l-28 -4 0 104 0 105 1820 0 1820 0 0 -280z m70 -120 l0 -400 -30 0
|
||||||
|
-30 0 0 400 0 400 30 0 30 0 0 -400z m2420 355 l0 -45 -70 0 -70 0 0 -355 0
|
||||||
|
-355 -45 0 -45 0 0 360 0 360 -365 0 -365 0 0 -360 0 -360 -240 0 -240 0 0
|
||||||
|
360 0 360 -365 0 -365 0 0 -360 0 -360 -45 0 -45 0 0 355 0 355 -75 0 -75 0 0
|
||||||
|
45 0 45 1205 0 1205 0 0 -45z m70 -515 l0 -560 -30 0 -30 0 0 560 0 560 30 0
|
||||||
|
30 0 0 -560z m750 446 c0 -123 -2 -126 -56 -126 -52 0 -200 -93 -237 -149 -39
|
||||||
|
-59 -84 -153 -90 -191 -15 -79 -35 -71 186 -70 l197 1 0 -26 0 -25 -370 0
|
||||||
|
-370 0 0 350 0 350 370 0 370 0 0 -114z m70 14 l0 -100 -30 0 -30 0 0 100 0
|
||||||
|
100 30 0 30 0 0 -100z m2040 0 l0 -100 -1015 0 -1015 0 0 100 0 100 1015 0
|
||||||
|
1015 0 0 -100z m-7096 -122 c469 -171 552 -206 534 -223 -3 -3 -245 83 -539
|
||||||
|
190 l-534 195 -707 -95 c-388 -52 -709 -95 -712 -95 -6 0 -9 29 -3 31 5 1
|
||||||
|
1403 187 1417 188 8 1 253 -86 544 -191z m571 -253 l1109 -405 238 0 238 0 0
|
||||||
|
40 0 40 -75 0 -75 0 0 355 0 355 355 0 355 0 0 -355 0 -355 -75 0 -75 0 0 -40
|
||||||
|
0 -40 400 0 400 0 0 40 0 40 -75 0 -75 0 0 355 0 355 355 0 355 0 0 -355 0
|
||||||
|
-355 -80 0 -80 0 0 -40 0 -40 200 0 200 0 0 -125 0 -125 40 0 40 0 0 60 0 60
|
||||||
|
305 0 305 0 0 -305 0 -305 -305 0 -305 0 0 55 0 55 -40 0 -40 0 0 -208 0 -207
|
||||||
|
172 -248 172 -247 237 0 238 0 3 -842 3 -843 49 -100 c70 -140 161 -231 301
|
||||||
|
-301 l100 -49 593 -3 592 -3 0 -1210 0 -1209 -815 0 -815 0 0 -250 0 -250
|
||||||
|
-1880 0 -1880 0 0 230 0 230 -570 0 -570 0 0 245 c0 211 2 245 15 245 13 0 15
|
||||||
|
59 15 475 0 416 -2 475 -15 475 -13 0 -15 70 -15 568 l0 568 -45 133 c-24 74
|
||||||
|
-46 135 -48 137 -2 2 -125 -41 -272 -96 l-269 -100 -707 95 c-388 52 -709 95
|
||||||
|
-713 95 -3 0 -6 882 -6 1960 0 1561 3 1960 13 1960 6 1 320 43 697 94 377 52
|
||||||
|
692 94 700 95 8 1 515 -181 1125 -404z m1325 25 c0 -227 -4 -350 -10 -350 -6
|
||||||
|
0 -10 65 -10 175 0 149 -2 175 -15 175 -13 0 -15 -26 -15 -175 0 -168 -1 -175
|
||||||
|
-20 -175 -19 0 -20 7 -20 175 0 149 -2 175 -15 175 -13 0 -15 -26 -15 -175 0
|
||||||
|
-110 -4 -175 -10 -175 -6 0 -10 123 -10 350 l0 350 70 0 70 0 0 -350z m2268
|
||||||
|
-2 c-1 -194 -4 -273 -5 -175 -3 169 -4 177 -23 177 -19 0 -20 -7 -20 -175 0
|
||||||
|
-149 -2 -175 -15 -175 -13 0 -15 26 -15 175 0 168 -1 175 -20 175 -19 0 -20
|
||||||
|
-8 -23 -177 -1 -98 -4 -19 -5 175 l-2 352 65 0 65 0 -2 -352z m-3003 73 l510
|
||||||
|
-187 3 -152 3 -152 -48 19 c-27 10 -281 103 -565 206 l-518 189 0 153 0 152
|
||||||
|
53 -20 c28 -11 282 -104 562 -208z m3895 -57 c0 -147 -3 -223 -10 -219 -6 4
|
||||||
|
-10 85 -10 210 0 182 4 235 16 235 2 0 4 -102 4 -226z m2500 -1899 l0 -2125
|
||||||
|
-997 0 c-683 0 -1017 3 -1062 11 -73 12 -226 86 -270 130 -14 14 -47 66 -72
|
||||||
|
115 -82 159 -77 23 -84 2132 l-7 1862 1246 0 1246 0 0 -2125z m209 1820 l0
|
||||||
|
-90 -94 185 c-52 102 -94 182 -94 177 -1 -4 42 -93 94 -197 l95 -190 -100 0
|
||||||
|
-100 0 0 193 c0 107 3 197 7 201 5 4 49 -37 100 -91 l92 -98 0 -90z m-2779 80
|
||||||
|
l0 -195 -190 0 -190 0 6 43 c7 41 54 144 92 201 20 29 77 71 147 108 34 18 57
|
||||||
|
25 128 37 4 0 7 -87 7 -194z m30 0 c0 -123 -4 -195 -10 -195 -6 0 -10 72 -10
|
||||||
|
195 0 123 4 195 10 195 6 0 10 -72 10 -195z m-6990 -1785 l0 -1959 -27 5 c-16
|
||||||
|
3 -108 16 -206 29 -99 13 -181 26 -184 29 -3 2 -63 429 -134 948 l-129 944
|
||||||
|
129 948 c71 521 132 950 134 953 3 2 95 17 204 33 109 15 201 28 206 29 4 0 7
|
||||||
|
-881 7 -1959z m3767 1503 c-1 -49 -3 -9 -3 87 0 96 2 136 3 88 2 -49 2 -127 0
|
||||||
|
-175z m70 0 c-1 -49 -3 -9 -3 87 0 96 2 136 3 88 2 -49 2 -127 0 -175z m2213
|
||||||
|
87 c0 -107 -4 -170 -10 -170 -6 0 -10 63 -10 170 0 107 4 170 10 170 6 0 10
|
||||||
|
-63 10 -170z m70 0 c0 -107 -4 -170 -10 -170 -6 0 -10 63 -10 170 0 107 4 170
|
||||||
|
10 170 6 0 10 -63 10 -170z m3620 -195 c0 -102 -3 -185 -8 -185 -4 0 -49 83
|
||||||
|
-100 185 l-92 185 100 0 100 0 0 -185z m-2710 -435 l0 -590 -30 0 -30 0 0 590
|
||||||
|
0 590 30 0 30 0 0 -590z m2679 258 c1 -5 -8 -8 -19 -8 -15 0 -20 -7 -20 -25 0
|
||||||
|
-24 -2 -25 -65 -25 l-65 0 1 198 0 197 84 -165 c46 -91 84 -168 84 -172z
|
||||||
|
m-2749 262 l0 -30 -370 0 -370 0 0 30 0 30 370 0 370 0 0 -30z m0 -575 l0
|
||||||
|
-535 -370 0 c-363 0 -370 0 -370 20 0 20 7 20 310 20 l310 0 0 45 0 45 -310 0
|
||||||
|
-310 0 0 45 0 45 310 0 310 0 0 315 0 315 -310 0 -310 0 0 110 0 110 370 0
|
||||||
|
370 0 0 -535z m-2840 475 l0 -30 -230 0 -230 0 0 30 0 30 230 0 230 0 0 -30z
|
||||||
|
m1210 0 l0 -30 -390 0 -390 0 0 30 0 30 390 0 390 0 0 -30z m810 0 l0 -30
|
||||||
|
-195 0 -195 0 0 30 0 30 195 0 195 0 0 -30z m3596 -202 c0 -13 -8 -18 -28 -18
|
||||||
|
-21 0 -28 5 -28 20 0 16 6 20 28 18 19 -1 28 -7 28 -20z m-67 -150 l0 -123
|
||||||
|
-59 115 c-32 63 -59 112 -59 107 -1 -4 26 -61 59 -127 56 -112 60 -124 60
|
||||||
|
-190 l0 -70 -65 0 -65 0 0 189 c0 104 3 196 6 205 5 12 21 16 65 16 l59 0 -1
|
||||||
|
-122z m71 -70 l-1 -193 -29 55 c-28 53 -29 60 -30 193 l0 137 30 0 30 0 0
|
||||||
|
-192z m-26 -165 l26 -53 -30 0 c-30 0 -30 0 -30 57 0 31 2 54 4 52 2 -2 15
|
||||||
|
-28 30 -56z m666 -228 l0 -185 -240 0 -239 0 19 45 c64 150 233 289 380 315
|
||||||
|
88 15 80 32 80 -175z m-710 38 c0 -69 -2 -124 -4 -122 -2 2 -31 59 -65 127
|
||||||
|
l-61 122 65 0 65 0 0 -127z m70 -70 l-1 -198 -29 55 c-28 53 -29 60 -30 198
|
||||||
|
l0 142 30 0 30 0 0 -197z m-3530 2 l0 -165 -30 0 -30 0 0 165 0 165 30 0 30 0
|
||||||
|
0 -165z m3459 -152 l1 -73 -65 0 -65 0 1 198 0 197 64 -125 c61 -119 64 -129
|
||||||
|
64 -197z m-2839 72 l0 -35 -305 0 c-197 0 -305 4 -305 10 0 6 58 10 155 10
|
||||||
|
148 0 155 1 155 20 0 18 -8 20 -157 23 -87 1 -20 4 150 5 l307 2 0 -35z m-310
|
||||||
|
5 c0 -6 -57 -10 -150 -10 -93 0 -150 4 -150 10 0 6 57 10 150 10 93 0 150 -4
|
||||||
|
150 -10z m3194 -97 l26 -53 -30 0 c-30 0 -30 0 -30 57 0 31 2 54 4 52 2 -2 15
|
||||||
|
-28 30 -56z m164 -55 c-11 -83 -18 -85 -18 -5 0 49 4 67 13 67 11 0 12 -13 5
|
||||||
|
-62z m502 -8 l0 -70 -250 0 -251 0 7 63 c4 34 9 65 11 70 2 4 112 7 244 7
|
||||||
|
l239 0 0 -70z m40 5 c0 -37 -4 -65 -10 -65 -6 0 -10 28 -10 65 0 37 4 65 10
|
||||||
|
65 6 0 10 -28 10 -65z m1532 -202 l268 -268 0 -2575 0 -2575 -247 -247 -248
|
||||||
|
-248 -987 0 -988 0 0 1510 0 1510 50 0 50 0 0 -1385 0 -1385 782 0 783 0 127
|
||||||
|
127 128 128 0 537 0 538 -685 0 -685 0 0 80 0 80 65 0 65 0 0 210 0 210 50 0
|
||||||
|
50 0 0 -210 0 -210 775 0 775 0 0 445 0 445 -825 0 -825 0 0 40 0 40 825 0
|
||||||
|
825 0 0 440 0 440 -775 0 -775 0 0 -205 0 -205 -50 0 -50 0 0 260 0 260 825 0
|
||||||
|
825 0 0 610 0 610 -825 0 -825 0 0 45 0 45 455 0 455 0 0 485 0 485 -455 0
|
||||||
|
-455 0 0 100 0 100 627 0 628 0 267 -267z m-5472 227 l0 -30 -165 0 -165 0 0
|
||||||
|
30 0 30 165 0 165 0 0 -30z m560 -245 l0 -275 -275 0 -275 0 0 275 0 275 275
|
||||||
|
0 275 0 0 -275z m2629 93 l0 -123 -59 115 c-32 63 -59 112 -59 107 -1 -4 26
|
||||||
|
-61 59 -127 56 -112 60 -124 60 -190 l0 -70 -65 0 -65 0 0 189 c0 104 3 196 6
|
||||||
|
205 5 12 21 16 65 16 l59 0 -1 -122z m71 -70 l-1 -193 -29 55 c-28 53 -29 60
|
||||||
|
-30 193 l0 137 30 0 30 0 0 -192z m-3260 -50 c0 -138 -4 -228 -9 -222 -15 15
|
||||||
|
-311 443 -311 449 0 3 72 5 160 5 l160 0 0 -232z m3937 150 c-3 -8 -6 -5 -6 6
|
||||||
|
-1 11 2 17 5 13 3 -3 4 -12 1 -19z m-11 -12 c8 -8 14 -17 14 -20 0 -3 -126 -6
|
||||||
|
-280 -6 -154 0 -280 2 -280 4 0 2 3 11 6 20 5 14 38 16 266 16 211 0 262 -3
|
||||||
|
274 -14z m-12066 -181 l0 -145 65 0 65 0 0 145 0 145 305 0 305 0 0 -1270 0
|
||||||
|
-1270 1250 0 1249 0 10 -37 c6 -21 11 -49 11 -62 0 -39 62 -142 122 -203 55
|
||||||
|
-57 144 -108 188 -108 17 0 20 -7 20 -40 0 -33 3 -40 20 -40 17 0 20 -7 22
|
||||||
|
-52 l2 -53 3 53 c3 37 8 52 19 52 12 0 14 -38 14 -250 l0 -250 25 0 25 0 0
|
||||||
|
-465 0 -465 -25 0 -25 0 0 -250 c0 -216 -2 -250 -15 -250 -11 0 -15 13 -17 53
|
||||||
|
l-2 52 -3 -52 -4 -53 -355 0 c-308 0 -354 2 -354 15 0 13 -83 15 -690 15 -607
|
||||||
|
0 -690 -2 -690 -15 0 -13 -44 -15 -335 -15 l-335 0 0 225 0 225 -560 0 -560 0
|
||||||
|
0 125 0 125 -95 0 -95 0 0 -125 0 -125 -515 0 -515 0 0 510 0 510 515 0 515 0
|
||||||
|
0 -175 0 -175 95 0 95 0 0 345 0 345 -95 0 -95 0 0 -130 0 -130 -515 0 -515 0
|
||||||
|
0 485 0 485 515 0 515 0 0 -140 0 -140 95 0 95 0 0 140 0 140 190 0 190 0 0
|
||||||
|
885 0 885 -65 0 -65 0 0 -130 0 -130 -455 0 -455 0 0 465 0 465 455 0 455 0 0
|
||||||
|
-145z m12990 -330 l0 -475 -467 2 -468 3 -6 47 c-19 131 -163 311 -302 377
|
||||||
|
-58 28 -151 52 -209 55 -17 0 -18 18 -18 233 l0 233 735 0 735 0 0 -475z
|
||||||
|
m-1616 258 l26 -53 -30 0 c-30 0 -30 0 -30 57 0 31 2 54 4 52 2 -2 15 -28 30
|
||||||
|
-56z m-44 -190 c0 -69 -2 -124 -4 -122 -2 2 -31 59 -65 127 l-61 122 65 0 65
|
||||||
|
0 0 -127z m70 -70 l-1 -198 -29 55 c-28 53 -29 60 -30 198 l0 142 30 0 30 0 0
|
||||||
|
-197z m-71 -150 l1 -73 -65 0 -65 0 1 198 0 197 64 -125 c61 -119 64 -129 64
|
||||||
|
-197z m-2669 -530 c0 -462 4 -823 10 -857 33 -204 239 -407 442 -437 35 -5
|
||||||
|
307 -9 606 -9 484 0 542 -2 542 -16 0 -14 -61 -15 -592 -12 l-593 3 -100 49
|
||||||
|
c-139 69 -222 152 -291 291 l-49 100 -3 843 c-3 753 -1 842 13 842 13 0 15
|
||||||
|
-86 15 -797z m43 10 c2 -656 6 -799 18 -853 18 -76 91 -221 135 -264 47 -48
|
||||||
|
199 -122 275 -135 42 -7 254 -11 597 -11 525 0 532 0 532 -20 0 -20 -7 -20
|
||||||
|
-542 -20 -299 0 -571 4 -606 9 -201 30 -399 225 -432 427 -6 34 -10 395 -10
|
||||||
|
857 0 698 2 797 15 797 13 0 15 -100 18 -787z m2824 315 c-1 -68 -3 -15 -3
|
||||||
|
117 0 132 2 187 3 123 2 -64 2 -172 0 -240z m186 316 c157 -62 302 -234 326
|
||||||
|
-384 l8 -50 -248 0 -249 0 0 235 0 236 53 -7 c28 -4 78 -17 110 -30z m-339
|
||||||
|
-131 l26 -53 -30 0 c-30 0 -30 0 -30 57 0 31 2 54 4 52 2 -2 15 -28 30 -56z
|
||||||
|
m-44 -190 c0 -69 -2 -124 -4 -122 -2 2 -31 59 -65 127 l-61 122 65 0 65 0 0
|
||||||
|
-127z m70 -70 l-1 -198 -29 55 c-28 53 -29 60 -30 198 l0 142 30 0 30 0 0
|
||||||
|
-197z m-71 -150 l1 -73 -65 0 -65 0 1 198 0 197 64 -125 c61 -119 64 -129 64
|
||||||
|
-197z m198 75 c-3 -8 -6 -5 -6 6 -1 11 2 17 5 13 3 -3 4 -12 1 -19z m523 2 c0
|
||||||
|
-19 -7 -20 -250 -20 -243 0 -250 1 -250 20 0 19 7 20 250 20 243 0 250 -1 250
|
||||||
|
-20z m30 5 c0 -8 -4 -15 -10 -15 -5 0 -10 7 -10 15 0 8 5 15 10 15 6 0 10 -7
|
||||||
|
10 -15z m-706 -102 l26 -53 -30 0 c-30 0 -30 0 -30 57 0 31 2 54 4 52 2 -2 15
|
||||||
|
-28 30 -56z m690 51 c49 -19 -10 -24 -264 -24 -154 0 -280 4 -280 8 0 5 3 12
|
||||||
|
7 15 8 9 516 9 537 1z m-12864 -614 l0 -600 -335 0 -335 0 0 600 0 600 335 0
|
||||||
|
335 0 0 -600z m130 320 l0 -280 -60 0 -60 0 0 280 0 280 60 0 60 0 0 -280z
|
||||||
|
m140 0 l0 -280 -65 0 -65 0 0 280 0 280 65 0 65 0 0 -280z m130 0 l0 -280 -60
|
||||||
|
0 -60 0 0 280 0 280 60 0 60 0 0 -280z m130 0 l0 -280 -60 0 -60 0 0 280 0
|
||||||
|
280 60 0 60 0 0 -280z m130 0 l0 -280 -60 0 -60 0 0 280 0 280 60 0 60 0 0
|
||||||
|
-280z m130 0 l0 -280 -60 0 -60 0 0 280 0 280 60 0 60 0 0 -280z m130 0 l0
|
||||||
|
-280 -60 0 -60 0 0 280 0 280 60 0 60 0 0 -280z m12040 -341 l0 -600 -52 3
|
||||||
|
-53 3 -6 47 c-13 85 -65 175 -153 264 -99 99 -181 142 -298 157 l-78 11 0 358
|
||||||
|
0 358 320 0 320 0 0 -601z m130 321 l0 -280 -60 0 -60 0 0 280 0 280 60 0 60
|
||||||
|
0 0 -280z m130 0 l0 -280 -60 0 -60 0 0 280 0 280 60 0 60 0 0 -280z m140 0
|
||||||
|
l0 -280 -65 0 -65 0 0 280 0 280 65 0 65 0 0 -280z m130 0 l0 -280 -60 0 -60
|
||||||
|
0 0 280 0 280 60 0 60 0 0 -280z m130 0 l0 -280 -60 0 -60 0 0 280 0 280 60 0
|
||||||
|
60 0 0 -280z m130 0 l0 -280 -60 0 -60 0 0 280 0 280 60 0 60 0 0 -280z m130
|
||||||
|
0 l0 -280 -60 0 -60 0 0 280 0 280 60 0 60 0 0 -280z m650 -320 l0 -600 -320
|
||||||
|
0 -320 0 0 600 0 600 320 0 320 0 0 -600z m-2401 398 l0 -123 -59 115 c-32 63
|
||||||
|
-59 112 -59 107 -1 -4 26 -61 59 -127 56 -112 60 -124 60 -190 l0 -70 -65 0
|
||||||
|
-65 0 0 189 c0 104 3 196 6 205 5 12 21 16 65 16 l59 0 -1 -122z m71 -70 l-1
|
||||||
|
-193 -29 55 c-28 53 -29 60 -30 193 l0 137 30 0 30 0 0 -192z m-26 -165 l26
|
||||||
|
-53 -30 0 c-30 0 -30 0 -30 57 0 31 2 54 4 52 2 -2 15 -28 30 -56z m-44 -190
|
||||||
|
c0 -69 -2 -124 -4 -122 -2 2 -31 59 -65 127 l-61 122 65 0 65 0 0 -127z m70
|
||||||
|
-70 l-1 -198 -29 55 c-28 53 -29 60 -30 198 l0 142 30 0 30 0 0 -197z m-71
|
||||||
|
-150 l1 -73 -65 0 -65 0 1 198 0 197 64 -125 c61 -119 64 -129 64 -197z
|
||||||
|
m-11209 267 l0 -30 -455 0 -455 0 0 30 0 30 455 0 455 0 0 -30z m12960 -20 l0
|
||||||
|
-30 -455 0 -455 0 0 30 0 30 455 0 455 0 0 -30z m-13750 -300 l0 -280 -60 0
|
||||||
|
-60 0 0 280 0 280 60 0 60 0 0 -280z m140 0 l0 -280 -65 0 -65 0 0 280 0 280
|
||||||
|
65 0 65 0 0 -280z m130 0 l0 -280 -60 0 -60 0 0 280 0 280 60 0 60 0 0 -280z
|
||||||
|
m130 0 l0 -280 -60 0 -60 0 0 280 0 280 60 0 60 0 0 -280z m130 0 l0 -280 -60
|
||||||
|
0 -60 0 0 280 0 280 60 0 60 0 0 -280z m130 0 l0 -280 -60 0 -60 0 0 280 0
|
||||||
|
280 60 0 60 0 0 -280z m130 0 l0 -280 -60 0 -60 0 0 280 0 280 60 0 60 0 0
|
||||||
|
-280z m12170 -20 l0 -280 -60 0 -60 0 0 280 0 280 60 0 60 0 0 -280z m130 0
|
||||||
|
l0 -280 -60 0 -60 0 0 280 0 280 60 0 60 0 0 -280z m140 0 l0 -280 -65 0 -65
|
||||||
|
0 0 280 0 280 65 0 65 0 0 -280z m130 0 l0 -280 -60 0 -60 0 0 280 0 280 60 0
|
||||||
|
60 0 0 -280z m130 0 l0 -280 -60 0 -60 0 0 280 0 280 60 0 60 0 0 -280z m130
|
||||||
|
0 l0 -280 -60 0 -60 0 0 280 0 280 60 0 60 0 0 -280z m130 0 l0 -280 -60 0
|
||||||
|
-60 0 0 280 0 280 60 0 60 0 0 -280z m-1553 -162 c-1 -68 -3 -15 -3 117 0 132
|
||||||
|
2 187 3 123 2 -64 2 -172 0 -240z m186 316 c157 -62 302 -234 326 -384 l8 -50
|
||||||
|
-248 0 -249 0 0 235 0 236 53 -7 c28 -4 78 -17 110 -30z m-339 -101 l26 -53
|
||||||
|
-30 0 c-30 0 -30 0 -30 57 0 31 2 54 4 52 2 -2 15 -28 30 -56z m-45 -185 l0
|
||||||
|
-123 -59 115 c-32 63 -59 112 -59 107 -1 -4 26 -61 59 -127 56 -112 60 -124
|
||||||
|
60 -190 l0 -70 -65 0 -65 0 0 189 c0 104 3 196 6 205 5 12 21 16 65 16 l59 0
|
||||||
|
-1 -122z m71 -70 l-1 -193 -29 55 c-28 53 -29 60 -30 193 l0 137 30 0 30 0 0
|
||||||
|
-192z m-7722 -75 c36 -109 38 -123 23 -123 -14 0 -24 21 -45 93 -15 52 -31 99
|
||||||
|
-35 105 -5 9 -83 -15 -261 -78 l-254 -90 -696 90 c-382 50 -705 93 -717 95
|
||||||
|
-20 5 -34 35 -17 35 4 0 325 -43 713 -95 l707 -95 264 99 c146 54 268 96 271
|
||||||
|
92 4 -3 25 -61 47 -128z m-1263 -13 l690 -90 240 84 c132 47 246 86 254 88 10
|
||||||
|
2 23 -23 42 -82 15 -47 28 -91 28 -97 1 -10 -205 -13 -999 -13 l-1000 0 0 105
|
||||||
|
0 105 28 -5 c15 -3 338 -46 717 -95z m9112 -22 c-3 -8 -6 -5 -6 6 -1 11 2 17
|
||||||
|
5 13 3 -3 4 -12 1 -19z m523 2 c0 -19 -7 -20 -250 -20 -243 0 -250 1 -250 20
|
||||||
|
0 19 7 20 250 20 243 0 250 -1 250 -20z m30 5 c0 -8 -4 -15 -10 -15 -5 0 -10
|
||||||
|
7 -10 15 0 8 5 15 10 15 6 0 10 -7 10 -15z m-706 -62 l26 -53 -30 0 c-30 0
|
||||||
|
-30 0 -30 57 0 31 2 54 4 52 2 -2 15 -28 30 -56z m703 15 c-3 -8 -6 -5 -6 6
|
||||||
|
-1 11 2 17 5 13 3 -3 4 -12 1 -19z m-11 -12 c33 -34 17 -36 -266 -36 -163 0
|
||||||
|
-280 4 -280 9 0 41 1 41 272 41 211 0 262 -3 274 -14z m-10496 -71 l0 -25
|
||||||
|
-185 0 -185 0 0 25 0 25 185 0 185 0 0 -25z m10510 -890 l0 -915 -280 0 -280
|
||||||
|
0 0 640 0 640 -60 0 -60 0 0 -170 0 -170 -537 2 c-296 2 -444 4 -330 5 191 3
|
||||||
|
208 5 203 20 -4 10 -10 38 -13 63 -11 87 -91 212 -167 263 -73 49 -131 77
|
||||||
|
-158 77 -13 0 -33 3 -45 6 -23 6 -23 7 -23 205 l0 199 255 0 c248 0 255 -1
|
||||||
|
255 -20 0 -20 7 -20 280 -20 180 0 280 -4 280 -10 0 -6 27 -10 60 -10 l60 0 0
|
||||||
|
55 0 55 280 0 280 0 0 -915z m1650 485 l0 -430 -767 2 c-423 2 -681 4 -575 5
|
||||||
|
177 3 193 5 188 20 -4 10 -10 38 -13 63 -11 87 -91 212 -167 263 -79 52 -132
|
||||||
|
77 -166 77 l-30 0 0 215 0 215 765 0 765 0 0 -430z m-3410 205 l0 -205 -25 0
|
||||||
|
-25 0 0 205 0 205 25 0 25 0 0 -205z m520 195 c0 -6 -92 -10 -255 -10 -163 0
|
||||||
|
-255 4 -255 10 0 6 92 10 255 10 163 0 255 -4 255 -10z m560 -20 l0 -30 -275
|
||||||
|
0 -275 0 0 30 0 30 275 0 275 0 0 -30z m-7680 -311 l0 -210 -22 3 c-23 3 -23
|
||||||
|
4 -26 198 -1 107 0 200 2 207 3 7 15 13 26 13 19 0 20 -6 20 -211z m-130 1 c0
|
||||||
|
-218 5 -210 -95 -165 -107 47 -215 190 -229 303 l-7 52 166 0 165 0 0 -190z
|
||||||
|
m60 -4 l0 -194 -24 -4 -24 -5 -2 199 -1 198 26 0 25 0 0 -194z m8478 -251 c3
|
||||||
|
-214 0 -245 -23 -245 -13 0 -15 33 -15 226 0 209 1 225 18 222 15 -3 17 -22
|
||||||
|
20 -203z m59 199 c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z m3
|
||||||
|
-214 c0 -193 -1 -200 -20 -200 -19 0 -20 7 -20 200 0 193 1 200 20 200 19 0
|
||||||
|
20 -7 20 -200z m-1900 -28 c0 -116 -5 -214 -10 -222 -6 -10 -10 62 -10 213 0
|
||||||
|
150 3 226 10 222 6 -4 10 -86 10 -213z m2018 194 c26 -14 67 -38 91 -54 70
|
||||||
|
-48 144 -170 155 -259 l7 -53 -181 0 -180 0 0 195 0 195 30 0 c17 0 52 -11 78
|
||||||
|
-24z m-1991 -298 c-1 -57 -3 -11 -3 102 0 113 2 159 3 103 2 -57 2 -149 0
|
||||||
|
-205z m153 266 c25 -13 65 -36 89 -52 70 -48 144 -170 155 -259 l7 -53 -196 0
|
||||||
|
-195 0 0 200 0 200 48 -7 c26 -3 67 -16 92 -29z m-6750 -109 c0 -24 -3 -25
|
||||||
|
-60 -25 -57 0 -60 1 -60 25 0 24 3 25 60 25 57 0 60 -1 60 -25z m-7 -42 c-7
|
||||||
|
-2 -19 -2 -25 0 -7 3 -2 5 12 5 14 0 19 -2 13 -5z m-13 -233 c0 -140 -4 -220
|
||||||
|
-10 -220 -6 0 -10 80 -10 220 0 140 4 220 10 220 6 0 10 -80 10 -220z m17
|
||||||
|
-112 c-1 -62 -3 -12 -3 112 0 124 2 174 3 113 2 -62 2 -164 0 -225z m8470 136
|
||||||
|
c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z m-1677 -69 l0 -25 -120
|
||||||
|
0 -120 0 0 25 0 25 120 0 120 0 0 -25z m70 -1255 l0 -1280 -30 0 -30 0 0 1280
|
||||||
|
0 1280 30 0 30 0 0 -1280z m338 1273 c-60 -2 -156 -2 -215 0 -60 1 -11 3 107
|
||||||
|
3 118 0 167 -2 108 -3z m482 -18 l0 -25 -180 0 -180 0 0 25 0 25 180 0 180 0
|
||||||
|
0 -25z m-390 -15 c0 -6 -73 -10 -200 -10 -127 0 -200 4 -200 10 0 6 73 10 200
|
||||||
|
10 127 0 200 -4 200 -10z m-506 -36 c3 -9 6 -87 6 -174 0 -87 -3 -165 -6 -174
|
||||||
|
-9 -24 -219 -24 -228 0 -3 9 -6 87 -6 174 0 87 3 165 6 174 5 13 25 16 114 16
|
||||||
|
89 0 109 -3 114 -16z m499 -26 c-9 -71 -86 -204 -139 -240 -60 -40 -161 -86
|
||||||
|
-206 -92 l-48 -7 0 190 0 191 199 0 199 0 -5 -42z m397 -1208 l0 -1250 -405 0
|
||||||
|
-405 0 0 1050 0 1049 38 10 c20 6 45 11 55 11 20 0 122 50 178 87 56 37 149
|
||||||
|
185 149 237 0 57 -4 56 201 56 l189 0 0 -1250z m725 1228 c3 -13 4 -113 3
|
||||||
|
-223 -3 -181 -5 -200 -20 -203 -17 -3 -18 13 -18 222 0 193 2 226 15 226 8 0
|
||||||
|
17 -10 20 -22z m62 16 c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z
|
||||||
|
m1543 -429 l0 -435 -765 0 -765 0 0 220 0 220 25 0 c27 0 122 45 186 87 62 41
|
||||||
|
142 174 152 253 3 25 9 53 13 63 5 15 -11 17 -188 20 -106 1 152 3 575 5 l767
|
||||||
|
2 0 -435z m-1540 205 c0 -193 -1 -200 -20 -200 -19 0 -20 7 -20 200 0 193 1
|
||||||
|
200 20 200 19 0 20 -7 20 -200z m364 148 c-10 -80 -84 -211 -140 -250 -56 -37
|
||||||
|
-164 -88 -189 -88 l-25 0 0 195 0 195 180 0 181 0 -7 -52z m-8834 -78 c0 -5
|
||||||
|
-9 -10 -20 -10 -11 0 -20 5 -20 10 0 6 9 10 20 10 11 0 20 -4 20 -10z m30 -35
|
||||||
|
c0 -8 -4 -15 -10 -15 -5 0 -10 7 -10 15 0 8 5 15 10 15 6 0 10 -7 10 -15z m0
|
||||||
|
-225 c0 -127 -4 -200 -10 -200 -6 0 -10 73 -10 200 0 127 4 200 10 200 6 0 10
|
||||||
|
-73 10 -200z m6754 14 c3 -9 6 -89 6 -179 0 -90 -3 -170 -6 -179 -9 -24 -219
|
||||||
|
-24 -228 0 -3 9 -6 89 -6 179 0 90 3 170 6 179 5 13 25 16 114 16 89 0 109 -3
|
||||||
|
114 -16z m1683 -40 c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z
|
||||||
|
m-8437 -424 c0 -127 -4 -200 -10 -200 -6 0 -10 73 -10 200 0 127 4 200 10 200
|
||||||
|
6 0 10 -73 10 -200z m6754 64 c3 -9 6 -89 6 -179 0 -90 -3 -170 -6 -179 -9
|
||||||
|
-24 -219 -24 -228 0 -3 9 -6 89 -6 179 0 90 3 170 6 179 5 13 25 16 114 16 89
|
||||||
|
0 109 -3 114 -16z m1446 -124 c0 -43 -3 -50 -22 -55 -13 -3 -108 -4 -213 -3
|
||||||
|
l-190 3 -3 53 -3 52 215 0 216 0 0 -50z m-20 -95 c0 -13 -28 -15 -195 -15
|
||||||
|
-167 0 -195 2 -195 15 0 13 28 15 195 15 167 0 195 -2 195 -15z m-10 -68 c-15
|
||||||
|
-99 -126 -239 -224 -282 -28 -12 -75 -25 -103 -29 l-53 -7 0 181 0 180 193 0
|
||||||
|
194 0 -7 -43z m1400 -489 l0 -533 -122 -122 -123 -123 -777 0 -778 0 0 469 0
|
||||||
|
469 63 7 c89 11 156 44 224 112 64 64 123 165 123 210 0 16 3 33 7 36 3 4 316
|
||||||
|
7 695 7 l688 0 0 -532z m-9570 487 c0 -8 -4 -15 -10 -15 -5 0 -10 7 -10 15 0
|
||||||
|
8 5 15 10 15 6 0 10 -7 10 -15z m-30 -35 c0 -5 -9 -10 -20 -10 -11 0 -20 5
|
||||||
|
-20 10 0 6 9 10 20 10 11 0 20 -4 20 -10z m-20 -235 c0 -137 -4 -215 -10 -215
|
||||||
|
-6 0 -10 78 -10 215 0 137 4 215 10 215 6 0 10 -78 10 -215z m17 -107 c-1 -62
|
||||||
|
-3 -14 -3 107 0 121 2 172 3 113 2 -59 2 -158 0 -220z m-2977 227 l0 -75 -215
|
||||||
|
0 -215 0 0 75 0 75 215 0 215 0 0 -75z m9764 39 c3 -9 6 -87 6 -174 0 -87 -3
|
||||||
|
-165 -6 -174 -9 -24 -219 -24 -228 0 -3 9 -6 87 -6 174 0 87 3 165 6 174 5 13
|
||||||
|
25 16 114 16 89 0 109 -3 114 -16z m-9764 -639 l0 -515 -745 0 -745 0 0 515 0
|
||||||
|
515 745 0 745 0 0 -515z m8020 -195 l0 -460 -25 0 -25 0 0 185 0 185 -35 0
|
||||||
|
-35 0 0 275 0 275 60 0 60 0 0 -460z m415 450 c-8 -13 -375 -13 -395 0 -10 6
|
||||||
|
55 10 193 10 136 0 206 -3 202 -10z m1335 -15 l0 -25 -660 0 -660 0 0 25 0 25
|
||||||
|
660 0 660 0 0 -25z m-8920 5 c0 -5 -9 -10 -20 -10 -11 0 -20 5 -20 10 0 6 9
|
||||||
|
10 20 10 11 0 20 -4 20 -10z m620 0 c0 -6 -108 -10 -305 -10 -197 0 -305 4
|
||||||
|
-305 10 0 6 108 10 305 10 197 0 305 -4 305 -10z m660 0 c0 -6 -108 -10 -305
|
||||||
|
-10 -197 0 -305 4 -305 10 0 6 108 10 305 10 197 0 305 -4 305 -10z m40 0 c0
|
||||||
|
-5 -7 -10 -15 -10 -8 0 -15 5 -15 10 0 6 7 10 15 10 8 0 15 -4 15 -10z m810 0
|
||||||
|
c0 -5 -9 -10 -20 -10 -11 0 -20 5 -20 10 0 6 9 10 20 10 11 0 20 -4 20 -10z
|
||||||
|
m-2830 -40 c0 -11 -4 -20 -10 -20 -5 0 -10 9 -10 20 0 11 5 20 10 20 6 0 10
|
||||||
|
-9 10 -20z m478 13 c-87 -2 -229 -2 -315 0 -87 1 -16 3 157 3 173 0 244 -2
|
||||||
|
158 -3z m169 -25 c-3 -7 -5 -2 -5 12 0 14 2 19 5 13 2 -7 2 -19 0 -25z m1390
|
||||||
|
0 c-3 -7 -5 -2 -5 12 0 14 2 19 5 13 2 -7 2 -19 0 -25z m481 25 c-87 -2 -229
|
||||||
|
-2 -315 0 -87 1 -16 3 157 3 173 0 244 -2 158 -3z m182 -13 c0 -11 -4 -20 -10
|
||||||
|
-20 -5 0 -10 9 -10 20 0 11 5 20 10 20 6 0 10 -9 10 -20z m130 -235 l0 -255
|
||||||
|
-60 0 -60 0 0 255 0 255 60 0 60 0 0 -255z m1140 230 l0 -25 -565 0 -565 0 0
|
||||||
|
25 0 25 565 0 565 0 0 -25z m4223 18 c-51 -2 -136 -2 -190 0 -54 1 -12 3 92 3
|
||||||
|
105 0 149 -2 98 -3z m-7563 -23 c0 -6 -110 -10 -310 -10 -200 0 -310 4 -310
|
||||||
|
10 0 6 110 10 310 10 200 0 310 -4 310 -10z m2040 0 c0 -6 -110 -10 -310 -10
|
||||||
|
-200 0 -310 4 -310 10 0 6 110 10 310 10 200 0 310 -4 310 -10z m5278 -355
|
||||||
|
c72 9 168 54 218 102 45 44 114 169 114 206 0 61 -51 57 676 57 l664 0 0 -430
|
||||||
|
0 -430 -870 0 -870 0 2 433 c2 237 4 347 5 244 l3 -188 58 6z m325 323 c-7
|
||||||
|
-56 -68 -172 -112 -215 -44 -42 -141 -89 -203 -97 l-48 -6 0 180 0 180 184 0
|
||||||
|
184 0 -5 -42z m-4709 -49 c4 -29 16 -69 27 -90 27 -55 24 -58 -18 -17 -49 46
|
||||||
|
-104 73 -178 87 -32 6 -60 11 -62 11 -2 0 -3 -74 -3 -165 l0 -165 -245 0 -245
|
||||||
|
0 0 195 0 195 359 0 358 0 7 -51z m259 44 c-45 -2 -122 -2 -170 0 -48 1 -11 3
|
||||||
|
82 3 94 0 133 -2 88 -3z m147 -190 c0 -132 -4 -193 -10 -183 -5 8 -10 94 -10
|
||||||
|
191 0 154 3 189 17 189 2 0 3 -89 3 -197z m-70 -2 l0 -168 -37 7 c-57 10 -139
|
||||||
|
56 -182 100 -45 46 -96 140 -105 193 l-7 37 166 0 165 0 0 -169z m30 -1 c0
|
||||||
|
-107 -4 -170 -10 -170 -6 0 -10 63 -10 170 0 107 4 170 10 170 6 0 10 -63 10
|
||||||
|
-170z m-436 88 c23 -11 58 -37 79 -57 21 -20 41 -36 45 -36 4 0 6 -3 4 -8 -1
|
||||||
|
-4 7 -25 18 -47 11 -22 23 -60 27 -85 l6 -45 -162 0 -161 0 0 159 0 158 52 -9
|
||||||
|
c29 -5 70 -19 92 -30z m285 -227 c33 -17 72 -31 85 -31 14 0 28 -4 31 -10 4
|
||||||
|
-6 -33 -10 -103 -10 l-109 0 -6 45 c-4 25 -16 64 -28 87 l-22 43 46 -47 c25
|
||||||
|
-26 72 -60 106 -77z m-889 -76 c0 -13 28 -15 195 -15 167 0 195 2 195 15 0 8
|
||||||
|
9 15 20 15 15 0 20 -7 20 -25 l0 -25 -240 0 -240 0 0 25 c0 20 5 25 25 25 16
|
||||||
|
0 25 -6 25 -15z m380 5 c0 -6 -68 -10 -185 -10 -117 0 -185 4 -185 10 0 6 68
|
||||||
|
10 185 10 117 0 185 -4 185 -10z m333 3 c-45 -2 -122 -2 -170 0 -48 1 -11 3
|
||||||
|
82 3 94 0 133 -2 88 -3z m4137 -18 l0 -25 -2020 0 -2020 0 0 25 0 25 2020 0
|
||||||
|
2020 0 0 -25z m-4055 -15 c4 -7 -57 -10 -175 -10 -118 0 -179 3 -175 10 4 6
|
||||||
|
73 10 175 10 102 0 171 -4 175 -10z m-365 -260 l0 -240 -305 0 -305 0 0 240 0
|
||||||
|
240 305 0 305 0 0 -240z m3990 50 l0 -190 -1990 0 -1990 0 0 190 0 190 1990 0
|
||||||
|
1990 0 0 -190z m500 -50 l0 -240 -245 0 -245 0 0 240 0 240 245 0 245 0 0
|
||||||
|
-240z m2700 -150 c0 -20 -7 -20 -1345 -20 -1338 0 -1345 0 -1345 20 0 20 7 20
|
||||||
|
1345 20 1338 0 1345 0 1345 -20z m-3200 -45 l0 -45 -1990 0 -1990 0 0 45 0 45
|
||||||
|
1990 0 1990 0 0 -45z m3200 0 c0 -10 -11 -16 -32 -17 l-33 -1 33 -4 c17 -2 32
|
||||||
|
-8 32 -14 0 -5 -516 -9 -1345 -9 -890 0 -1345 3 -1345 10 0 6 15 11 33 12 l32
|
||||||
|
1 -32 4 c-20 3 -33 10 -33 19 0 12 182 14 1345 14 1189 0 1345 -2 1345 -15z"/>
|
||||||
|
<path d="M577 8092 l-197 -197 0 -278 0 -277 235 0 235 0 0 475 0 475 -38 0
|
||||||
|
c-35 0 -48 -11 -235 -198z m263 -277 l0 -465 -225 0 -225 0 0 272 0 273 192
|
||||||
|
192 c172 172 196 193 225 193 l33 0 0 -465z"/>
|
||||||
|
<path d="M380 3282 l0 -327 198 -198 197 -197 123 0 122 0 0 525 0 525 -320 0
|
||||||
|
-320 0 0 -328z m630 -197 l0 -515 -118 0 -117 0 -193 193 -192 192 0 323 0
|
||||||
|
322 310 0 310 0 0 -515z"/>
|
||||||
|
<path d="M5464 8698 c-12 -5 -27 -21 -33 -34 -15 -34 -15 -793 0 -827 19 -41
|
||||||
|
48 -47 232 -47 l172 0 900 -766 900 -765 3 -177 c2 -195 10 -224 64 -255 26
|
||||||
|
-15 71 -17 413 -17 346 0 386 2 414 17 16 10 35 28 40 41 15 32 15 493 0 525
|
||||||
|
-20 45 -40 47 -397 47 l-337 0 -892 763 -893 762 0 332 c0 296 -2 335 -17 362
|
||||||
|
-10 16 -28 35 -41 40 -30 14 -499 13 -528 -1z m527 -8 c47 -26 49 -45 49 -440
|
||||||
|
0 -395 -2 -414 -49 -440 -12 -6 -116 -10 -266 -10 l-246 0 -24 25 -25 24 0
|
||||||
|
401 0 401 25 24 24 25 246 0 c150 0 254 -4 266 -10z m967 -1510 l860 -735 -62
|
||||||
|
-6 c-54 -5 -64 -3 -91 19 -16 14 -391 331 -832 705 -533 452 -800 684 -793
|
||||||
|
691 6 6 10 30 10 54 l0 44 24 -19 c14 -10 412 -349 884 -753z m-93 -54 c775
|
||||||
|
-657 822 -699 807 -717 -14 -17 -17 -17 -37 -1 -12 9 -386 325 -833 702 -763
|
||||||
|
644 -810 686 -794 702 9 9 21 16 25 15 5 -1 379 -317 832 -701z m-50 -37 l830
|
||||||
|
-700 -4 -57 c-1 -31 -4 -58 -5 -59 -2 -2 -1741 1472 -1785 1513 -2 2 27 4 65
|
||||||
|
4 l69 0 830 -701z m1730 -684 c16 -15 25 -36 25 -55 0 -27 -3 -30 -30 -30 -25
|
||||||
|
0 -30 4 -30 25 l0 25 -400 0 -400 0 0 -245 0 -245 400 0 400 0 0 30 c0 27 3
|
||||||
|
30 30 30 26 0 30 -4 30 -26 0 -36 -16 -61 -50 -79 -43 -22 -767 -22 -810 0
|
||||||
|
-55 29 -60 52 -60 295 0 232 5 265 47 289 12 7 166 11 421 11 l403 0 24 -25z
|
||||||
|
m-45 -74 c0 -26 -4 -29 -41 -35 -57 -9 -127 -47 -171 -93 -38 -40 -98 -154
|
||||||
|
-98 -188 0 -11 -3 -30 -6 -42 -6 -22 -10 -23 -145 -23 l-139 0 0 -30 0 -30
|
||||||
|
-90 0 c-73 0 -90 3 -90 15 0 10 11 15 35 15 l35 0 0 210 0 210 -35 0 c-19 0
|
||||||
|
-35 5 -35 10 0 6 137 10 390 10 l390 0 0 -29z m-722 -201 l4 -200 -29 0 -28 0
|
||||||
|
-3 200 -4 200 29 0 28 0 3 -200z m792 -1 c0 -117 -3 -178 -10 -174 -6 4 -10
|
||||||
|
73 -10 174 0 147 3 181 17 181 2 0 3 -81 3 -181z m-40 6 c0 -103 -4 -165 -10
|
||||||
|
-165 -6 0 -10 62 -10 165 0 103 4 165 10 165 6 0 10 -62 10 -165z m-30 -5 l0
|
||||||
|
-160 -154 0 -153 0 8 45 c11 58 53 141 93 183 44 48 128 89 184 91 22 1 22 1
|
||||||
|
22 -159z m0 -210 l0 -30 -85 0 -85 0 0 30 0 30 85 0 85 0 0 -30z m-180 -2 l0
|
||||||
|
-23 -205 -3 -205 -4 0 24 0 23 205 3 205 4 0 -24z"/>
|
||||||
|
<path d="M5450 8205 l0 -285 285 0 285 0 0 285 0 285 -285 0 -285 0 0 -285z
|
||||||
|
m560 0 l0 -275 -275 0 -275 0 0 275 0 275 275 0 275 0 0 -275z"/>
|
||||||
|
<path d="M7820 6130 l0 -160 165 0 165 0 0 160 0 160 -165 0 -165 0 0 -160z
|
||||||
|
m320 0 l0 -150 -155 0 -155 0 0 150 0 150 155 0 155 0 0 -150z"/>
|
||||||
|
<path d="M7746 6134 c-10 -63 -17 -117 -14 -119 2 -3 13 47 22 111 10 63 17
|
||||||
|
117 14 119 -2 3 -13 -47 -22 -111z"/>
|
||||||
|
<path d="M8085 5915 c44 -8 94 -13 110 -13 17 0 -6 6 -50 13 -44 8 -93 13
|
||||||
|
-110 13 -16 0 6 -6 50 -13z"/>
|
||||||
|
<path d="M6667 5336 c-7 -18 39 -40 49 -24 4 6 -1 17 -11 25 -24 17 -32 16
|
||||||
|
-38 -1z m43 -17 c0 -4 -7 -6 -15 -3 -8 4 -15 10 -15 15 0 4 7 6 15 3 8 -4 15
|
||||||
|
-10 15 -15z"/>
|
||||||
|
<path d="M6666 5263 c-7 -18 -8 -17 20 -31 38 -20 47 7 10 31 -22 15 -25 15
|
||||||
|
-30 0z m34 -13 c8 -5 12 -11 9 -14 -3 -3 -14 1 -25 9 -21 16 -8 20 16 5z"/>
|
||||||
|
<path d="M6667 5186 c-7 -18 39 -40 49 -24 4 6 -1 17 -11 25 -24 17 -32 16
|
||||||
|
-38 -1z m43 -17 c0 -4 -7 -6 -15 -3 -8 4 -15 10 -15 15 0 4 7 6 15 3 8 -4 15
|
||||||
|
-10 15 -15z"/>
|
||||||
|
<path d="M6660 5030 l0 -110 25 0 25 0 0 110 0 110 -25 0 -25 0 0 -110z m40 0
|
||||||
|
c0 -82 -3 -100 -15 -100 -12 0 -15 18 -15 100 0 82 3 100 15 100 12 0 15 -18
|
||||||
|
15 -100z"/>
|
||||||
|
<path d="M6666 4873 c-7 -18 -8 -17 20 -31 38 -20 47 7 10 31 -22 15 -25 15
|
||||||
|
-30 0z m34 -13 c8 -5 12 -11 9 -14 -3 -3 -14 1 -25 9 -21 16 -8 20 16 5z"/>
|
||||||
|
<path d="M6666 4803 c-7 -18 -8 -17 20 -31 38 -20 47 7 10 31 -22 15 -25 15
|
||||||
|
-30 0z m34 -13 c8 -5 12 -11 9 -14 -3 -3 -14 1 -25 9 -21 16 -8 20 16 5z"/>
|
||||||
|
<path d="M6666 4733 c-7 -18 -8 -17 20 -31 38 -20 47 7 10 31 -22 15 -25 15
|
||||||
|
-30 0z m34 -13 c8 -5 12 -11 9 -14 -3 -3 -14 1 -25 9 -21 16 -8 20 16 5z"/>
|
||||||
|
<path d="M6667 4656 c-7 -18 39 -40 49 -24 4 6 -1 17 -11 25 -24 17 -32 16
|
||||||
|
-38 -1z m43 -17 c0 -4 -7 -6 -15 -3 -8 4 -15 10 -15 15 0 4 7 6 15 3 8 -4 15
|
||||||
|
-10 15 -15z"/>
|
||||||
|
<path d="M6667 4586 c-7 -18 39 -40 49 -24 4 6 -1 17 -11 25 -24 17 -32 16
|
||||||
|
-38 -1z m43 -17 c0 -4 -7 -6 -15 -3 -8 4 -15 10 -15 15 0 4 7 6 15 3 8 -4 15
|
||||||
|
-10 15 -15z"/>
|
||||||
|
<path d="M6667 4516 c-7 -18 39 -40 49 -24 4 6 -1 17 -11 25 -24 17 -32 16
|
||||||
|
-38 -1z m43 -17 c0 -4 -7 -6 -15 -3 -8 4 -15 10 -15 15 0 4 7 6 15 3 8 -4 15
|
||||||
|
-10 15 -15z"/>
|
||||||
|
<path d="M6667 4446 c-7 -18 39 -40 49 -24 4 6 -1 17 -11 25 -24 17 -32 16
|
||||||
|
-38 -1z m43 -17 c0 -4 -7 -6 -15 -3 -8 4 -15 10 -15 15 0 4 7 6 15 3 8 -4 15
|
||||||
|
-10 15 -15z"/>
|
||||||
|
<path d="M6667 4376 c-7 -18 39 -40 49 -24 4 6 -1 17 -11 25 -24 17 -32 16
|
||||||
|
-38 -1z m43 -17 c0 -4 -7 -6 -15 -3 -8 4 -15 10 -15 15 0 4 7 6 15 3 8 -4 15
|
||||||
|
-10 15 -15z"/>
|
||||||
|
<path d="M6667 4306 c-7 -18 39 -40 49 -24 4 6 -1 17 -11 25 -24 17 -32 16
|
||||||
|
-38 -1z m43 -17 c0 -4 -7 -6 -15 -3 -8 4 -15 10 -15 15 0 4 7 6 15 3 8 -4 15
|
||||||
|
-10 15 -15z"/>
|
||||||
|
<path d="M6667 4236 c-7 -18 39 -40 49 -24 4 6 -1 17 -11 25 -24 17 -32 16
|
||||||
|
-38 -1z m43 -17 c0 -4 -7 -6 -15 -3 -8 4 -15 10 -15 15 0 4 7 6 15 3 8 -4 15
|
||||||
|
-10 15 -15z"/>
|
||||||
|
<path d="M6667 4166 c-7 -18 39 -40 49 -24 4 6 -1 17 -11 25 -24 17 -32 16
|
||||||
|
-38 -1z m43 -17 c0 -4 -7 -6 -15 -3 -8 4 -15 10 -15 15 0 4 7 6 15 3 8 -4 15
|
||||||
|
-10 15 -15z"/>
|
||||||
|
<path d="M6667 4096 c-7 -18 39 -40 49 -24 4 6 -1 17 -11 25 -24 17 -32 16
|
||||||
|
-38 -1z m43 -17 c0 -4 -7 -6 -15 -3 -8 4 -15 10 -15 15 0 4 7 6 15 3 8 -4 15
|
||||||
|
-10 15 -15z"/>
|
||||||
|
<path d="M6667 4026 c-3 -8 4 -21 18 -30 21 -14 24 -14 30 2 4 10 -1 21 -11
|
||||||
|
29 -23 17 -31 16 -37 -1z m43 -18 c0 -6 -7 -7 -16 -4 -9 3 -18 6 -20 6 -3 0
|
||||||
|
-3 4 1 10 7 11 35 2 35 -12z"/>
|
||||||
|
<path d="M6667 3956 c-3 -8 4 -21 18 -30 21 -14 24 -14 30 2 4 10 -1 21 -11
|
||||||
|
29 -23 17 -31 16 -37 -1z m43 -18 c0 -6 -7 -7 -16 -4 -9 3 -18 6 -20 6 -3 0
|
||||||
|
-3 4 1 10 7 11 35 2 35 -12z"/>
|
||||||
|
<path d="M6667 3886 c-3 -8 4 -21 18 -30 21 -14 24 -14 30 2 4 10 -1 21 -11
|
||||||
|
29 -23 17 -31 16 -37 -1z m43 -18 c0 -6 -7 -7 -16 -4 -9 3 -18 6 -20 6 -3 0
|
||||||
|
-3 4 1 10 7 11 35 2 35 -12z"/>
|
||||||
|
<path d="M6667 3816 c-3 -8 4 -21 18 -30 21 -14 24 -14 30 2 4 10 -1 21 -11
|
||||||
|
29 -23 17 -31 16 -37 -1z m43 -18 c0 -6 -7 -7 -16 -4 -9 3 -18 6 -20 6 -3 0
|
||||||
|
-3 4 1 10 7 11 35 2 35 -12z"/>
|
||||||
|
<path d="M6666 3743 c-7 -18 -8 -17 20 -31 38 -20 47 7 10 31 -22 15 -25 15
|
||||||
|
-30 0z m34 -13 c8 -5 12 -11 9 -14 -3 -3 -14 1 -25 9 -21 16 -8 20 16 5z"/>
|
||||||
|
<path d="M6666 3673 c-7 -18 -8 -17 20 -31 38 -20 47 7 10 31 -22 15 -25 15
|
||||||
|
-30 0z m34 -13 c8 -5 12 -11 9 -14 -3 -3 -14 1 -25 9 -21 16 -8 20 16 5z"/>
|
||||||
|
<path d="M6666 3603 c-7 -18 -8 -17 20 -31 38 -20 47 7 10 31 -22 15 -25 15
|
||||||
|
-30 0z m34 -13 c8 -5 12 -11 9 -14 -3 -3 -14 1 -25 9 -21 16 -8 20 16 5z"/>
|
||||||
|
<path d="M6666 3533 c-7 -18 -8 -17 20 -31 38 -20 47 7 10 31 -22 15 -25 15
|
||||||
|
-30 0z m34 -13 c8 -5 12 -11 9 -14 -3 -3 -14 1 -25 9 -21 16 -8 20 16 5z"/>
|
||||||
|
<path d="M6667 3456 c-7 -18 39 -40 49 -24 4 6 -1 17 -11 25 -24 17 -32 16
|
||||||
|
-38 -1z m43 -17 c0 -4 -7 -6 -15 -3 -8 4 -15 10 -15 15 0 4 7 6 15 3 8 -4 15
|
||||||
|
-10 15 -15z"/>
|
||||||
|
<path d="M6667 3386 c-7 -18 39 -40 49 -24 4 6 -1 17 -11 25 -24 17 -32 16
|
||||||
|
-38 -1z m43 -17 c0 -4 -7 -6 -15 -3 -8 4 -15 10 -15 15 0 4 7 6 15 3 8 -4 15
|
||||||
|
-10 15 -15z"/>
|
||||||
|
<path d="M14950 7805 l0 -485 325 0 325 0 0 288 0 287 -198 198 -197 197 -128
|
||||||
|
0 -127 0 0 -485z m447 283 l193 -193 0 -282 0 -283 -315 0 -315 0 0 475 0 475
|
||||||
|
122 0 123 0 192 -192z"/>
|
||||||
|
<path d="M15250 3338 l0 -553 -112 -112 -113 -113 135 0 135 0 153 153 152
|
||||||
|
152 0 513 0 512 -175 0 -175 0 0 -552z m340 34 l0 -507 -148 -148 -147 -147
|
||||||
|
-125 0 -125 0 108 108 107 107 0 548 0 547 165 0 165 0 0 -508z"/>
|
||||||
|
<path d="M1120 7800 l0 -400 360 0 360 0 0 400 0 400 -360 0 -360 0 0 -400z
|
||||||
|
m705 0 l0 -385 -345 0 -345 0 -3 375 c-1 206 0 381 3 388 3 10 78 12 347 10
|
||||||
|
l343 -3 0 -385z"/>
|
||||||
|
<path d="M1140 8178 c0 -3 74 -88 165 -189 91 -101 165 -186 165 -189 0 -3
|
||||||
|
-74 -88 -165 -189 -91 -101 -165 -186 -165 -189 0 -7 -16 -25 175 188 86 96
|
||||||
|
160 175 165 175 5 0 79 -79 165 -175 191 -213 175 -195 175 -188 0 3 -74 88
|
||||||
|
-165 189 -91 101 -165 186 -165 189 0 3 74 88 165 189 91 101 165 186 165 189
|
||||||
|
0 7 16 25 -175 -188 -86 -96 -160 -175 -165 -175 -5 0 -79 79 -165 175 -191
|
||||||
|
213 -175 195 -175 188z"/>
|
||||||
|
<path d="M980 7785 l0 -225 55 0 55 0 0 225 0 225 -55 0 -55 0 0 -225z m100 0
|
||||||
|
l0 -215 -45 0 -45 0 0 215 0 215 45 0 45 0 0 -215z"/>
|
||||||
|
<path d="M680 5360 l0 -400 360 0 360 0 0 400 0 400 -360 0 -360 0 0 -400z
|
||||||
|
m705 0 l0 -385 -345 0 -345 0 -3 375 c-1 206 0 381 3 388 3 10 78 12 347 10
|
||||||
|
l343 -3 0 -385z"/>
|
||||||
|
<path d="M700 5738 c0 -3 74 -88 165 -189 91 -101 165 -186 165 -189 0 -3 -74
|
||||||
|
-88 -165 -189 -91 -101 -165 -186 -165 -189 0 -7 -16 -25 175 188 86 96 160
|
||||||
|
175 165 175 5 0 79 -79 165 -175 191 -213 175 -195 175 -188 0 3 -74 88 -165
|
||||||
|
189 -91 101 -165 186 -165 189 0 3 74 88 165 189 91 101 165 186 165 189 0 7
|
||||||
|
16 25 -175 -188 -86 -96 -160 -175 -165 -175 -5 0 -79 79 -165 175 -191 213
|
||||||
|
-175 195 -175 188z"/>
|
||||||
|
<path d="M540 5335 l0 -225 55 0 55 0 0 225 0 225 -55 0 -55 0 0 -225z m100 0
|
||||||
|
l0 -215 -45 0 -45 0 0 215 0 215 45 0 45 0 0 -215z"/>
|
||||||
|
<path d="M5493 5025 c0 -38 2 -53 4 -32 2 20 2 52 0 70 -2 17 -4 1 -4 -38z"/>
|
||||||
|
<path d="M5493 4840 c0 -36 2 -50 4 -32 2 17 2 47 0 65 -2 17 -4 3 -4 -33z"/>
|
||||||
|
<path d="M5493 4655 c0 -38 2 -53 4 -32 2 20 2 52 0 70 -2 17 -4 1 -4 -38z"/>
|
||||||
|
<path d="M680 4270 l0 -400 360 0 360 0 0 400 0 400 -360 0 -360 0 0 -400z
|
||||||
|
m705 0 l0 -385 -345 0 -345 0 -3 375 c-1 206 0 381 3 388 3 10 78 12 347 10
|
||||||
|
l343 -3 0 -385z"/>
|
||||||
|
<path d="M700 4648 c0 -3 74 -88 165 -189 91 -101 165 -186 165 -189 0 -3 -74
|
||||||
|
-88 -165 -189 -91 -101 -165 -186 -165 -189 0 -7 -16 -25 175 188 86 96 160
|
||||||
|
175 165 175 5 0 79 -79 165 -175 191 -213 175 -195 175 -188 0 3 -74 88 -165
|
||||||
|
189 -91 101 -165 186 -165 189 0 3 74 88 165 189 91 101 165 186 165 189 0 7
|
||||||
|
16 25 -175 -188 -86 -96 -160 -175 -165 -175 -5 0 -79 79 -165 175 -191 213
|
||||||
|
-175 195 -175 188z"/>
|
||||||
|
<path d="M5493 4470 c0 -36 2 -50 4 -32 2 17 2 47 0 65 -2 17 -4 3 -4 -33z"/>
|
||||||
|
<path d="M540 4245 l0 -225 55 0 55 0 0 225 0 225 -55 0 -55 0 0 -225z m100 0
|
||||||
|
l0 -215 -45 0 -45 0 0 215 0 215 45 0 45 0 0 -215z"/>
|
||||||
|
<path d="M5493 4285 c0 -38 2 -53 4 -32 2 20 2 52 0 70 -2 17 -4 1 -4 -38z"/>
|
||||||
|
<path d="M5493 4100 c0 -36 2 -50 4 -32 2 17 2 47 0 65 -2 17 -4 3 -4 -33z"/>
|
||||||
|
<path d="M5493 3915 c0 -38 2 -53 4 -32 2 20 2 52 0 70 -2 17 -4 1 -4 -38z"/>
|
||||||
|
<path d="M5493 3730 c0 -36 2 -50 4 -32 2 17 2 47 0 65 -2 17 -4 3 -4 -33z"/>
|
||||||
|
<path d="M5493 3545 c0 -38 2 -53 4 -32 2 20 2 52 0 70 -2 17 -4 1 -4 -38z"/>
|
||||||
|
<path d="M12151 4888 c7 -13 29 -49 51 -80 21 -31 38 -62 38 -68 0 -6 -17 -37
|
||||||
|
-38 -68 -41 -60 -65 -102 -59 -102 2 0 25 34 51 75 26 41 51 75 56 75 5 0 30
|
||||||
|
-34 56 -75 26 -41 49 -75 51 -75 6 0 -18 42 -59 102 -21 31 -38 62 -38 68 0 6
|
||||||
|
17 37 38 68 41 60 65 102 59 102 -2 0 -25 -34 -51 -75 -26 -41 -51 -75 -56
|
||||||
|
-75 -5 0 -30 34 -56 75 -46 73 -67 99 -43 53z"/>
|
||||||
|
<path d="M12151 4498 c7 -13 31 -52 54 -88 l41 -65 -38 -60 c-44 -69 -70 -115
|
||||||
|
-64 -115 2 0 25 36 52 80 27 44 51 80 54 80 3 0 27 -36 55 -80 27 -43 51 -78
|
||||||
|
53 -76 2 2 -20 40 -49 85 -28 45 -49 87 -46 95 3 7 26 46 52 86 25 39 45 74
|
||||||
|
43 76 -2 1 -26 -33 -53 -76 -28 -44 -52 -80 -55 -80 -3 0 -27 36 -54 80 -27
|
||||||
|
44 -50 80 -53 80 -2 0 2 -10 8 -22z"/>
|
||||||
|
<path d="M12151 4098 c7 -13 31 -52 54 -88 l41 -65 -38 -60 c-44 -69 -70 -115
|
||||||
|
-64 -115 2 0 25 36 52 80 27 44 51 80 54 80 3 0 27 -36 55 -80 27 -43 51 -78
|
||||||
|
53 -76 2 2 -20 40 -49 85 -28 45 -49 87 -46 95 3 7 26 46 52 86 25 39 45 74
|
||||||
|
43 76 -2 1 -26 -33 -53 -76 -28 -44 -52 -80 -55 -80 -3 0 -27 36 -54 80 -27
|
||||||
|
44 -50 80 -53 80 -2 0 2 -10 8 -22z"/>
|
||||||
|
<path d="M12151 3698 c7 -13 29 -49 51 -80 21 -31 38 -62 38 -68 0 -6 -17 -37
|
||||||
|
-38 -68 -41 -60 -65 -102 -59 -102 2 0 25 34 51 75 26 41 51 75 56 75 5 0 30
|
||||||
|
-34 56 -75 26 -41 49 -75 51 -75 6 0 -18 42 -59 102 -21 31 -38 62 -38 68 0 6
|
||||||
|
17 37 38 68 41 60 65 102 59 102 -2 0 -25 -34 -51 -75 -26 -41 -51 -75 -56
|
||||||
|
-75 -5 0 -30 34 -56 75 -46 73 -67 99 -43 53z"/>
|
||||||
|
<path d="M10708 2333 c18 -2 45 -2 60 0 15 2 0 4 -33 4 -33 0 -45 -2 -27 -4z"/>
|
||||||
|
<path d="M10878 2333 c18 -2 45 -2 60 0 15 2 0 4 -33 4 -33 0 -45 -2 -27 -4z"/>
|
||||||
|
<path d="M11048 2333 c18 -2 45 -2 60 0 15 2 0 4 -33 4 -33 0 -45 -2 -27 -4z"/>
|
||||||
|
<path d="M11208 2333 c17 -2 47 -2 65 0 17 2 3 4 -33 4 -36 0 -50 -2 -32 -4z"/>
|
||||||
|
<path d="M11378 2333 c17 -2 47 -2 65 0 17 2 3 4 -33 4 -36 0 -50 -2 -32 -4z"/>
|
||||||
|
<path d="M11548 2333 c17 -2 47 -2 65 0 17 2 3 4 -33 4 -36 0 -50 -2 -32 -4z"/>
|
||||||
|
<path d="M11718 2333 c18 -2 45 -2 60 0 15 2 0 4 -33 4 -33 0 -45 -2 -27 -4z"/>
|
||||||
|
<path d="M11888 2333 c18 -2 45 -2 60 0 15 2 0 4 -33 4 -33 0 -45 -2 -27 -4z"/>
|
||||||
|
<path d="M12058 2333 c18 -2 45 -2 60 0 15 2 0 4 -33 4 -33 0 -45 -2 -27 -4z"/>
|
||||||
|
<path d="M12218 2333 c17 -2 47 -2 65 0 17 2 3 4 -33 4 -36 0 -50 -2 -32 -4z"/>
|
||||||
|
<path d="M12388 2333 c17 -2 47 -2 65 0 17 2 3 4 -33 4 -36 0 -50 -2 -32 -4z"/>
|
||||||
|
<path d="M12558 2333 c17 -2 47 -2 65 0 17 2 3 4 -33 4 -36 0 -50 -2 -32 -4z"/>
|
||||||
|
<path d="M12728 2333 c18 -2 45 -2 60 0 15 2 0 4 -33 4 -33 0 -45 -2 -27 -4z"/>
|
||||||
|
<path d="M12898 2333 c18 -2 45 -2 60 0 15 2 0 4 -33 4 -33 0 -45 -2 -27 -4z"/>
|
||||||
|
<path d="M13068 2333 c18 -2 45 -2 60 0 15 2 0 4 -33 4 -33 0 -45 -2 -27 -4z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 36 KiB |
33269
public/upload/floor_map/c68242bd-61a6-4751-a9a1-e915e2d7113d.svg
Normal file
After Width: | Height: | Size: 6.5 MiB |
62208
public/upload/floor_map/cfd24e30-a216-4032-b27e-03d936cfe715.svg
Normal file
After Width: | Height: | Size: 1.9 MiB |
62208
public/upload/floor_map/d5414550-e598-46db-856d-811580ea75ef.svg
Normal file
After Width: | Height: | Size: 1.9 MiB |
33269
public/upload/floor_map/d564e6ae-2752-4723-b020-d9aa1bd53bba.svg
Normal file
After Width: | Height: | Size: 6.5 MiB |
192684
public/upload/floor_map/df0e59cf-e7e5-4744-b2aa-2e2745cffbcc.svg
Normal file
After Width: | Height: | Size: 6.0 MiB |
529
public/upload/floor_map/df788c40-db50-40d3-838c-14817db2e715.svg
Normal file
@ -0,0 +1,529 @@
|
|||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||||
|
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||||
|
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="1600.000000pt" height="1280.000000pt" viewBox="0 0 1600.000000 1280.000000"
|
||||||
|
preserveAspectRatio="xMidYMid meet">
|
||||||
|
|
||||||
|
<g transform="translate(0.000000,1280.000000) scale(0.100000,-0.100000)"
|
||||||
|
fill="#000000" stroke="none">
|
||||||
|
<path d="M5 6400 c0 -2390 1 -3367 2 -2173 2 1195 2 3151 0 4345 -1 1195 -2
|
||||||
|
218 -2 -2172z"/>
|
||||||
|
<path d="M15995 6400 c0 -2390 1 -3367 2 -2173 2 1195 2 3151 0 4345 -1 1195
|
||||||
|
-2 218 -2 -2172z"/>
|
||||||
|
<path d="M2797 10337 l-198 -192 1 -822 0 -823 -913 0 -912 0 -273 -273 -272
|
||||||
|
-272 0 -2530 0 -2530 273 -273 272 -272 978 0 977 0 0 455 0 455 340 0 340 0
|
||||||
|
0 25 0 25 680 0 680 0 0 -25 0 -25 340 0 340 0 0 -480 0 -480 4897 0 4898 0
|
||||||
|
252 252 253 253 0 2575 0 2575 -273 273 -272 272 -643 0 -643 0 3 191 3 191
|
||||||
|
-65 -7 c-36 -4 -90 -17 -121 -30 -123 -50 -258 -180 -309 -300 -11 -25 -26
|
||||||
|
-45 -35 -45 -13 0 -15 90 -15 824 l0 824 -199 191 -199 191 -4993 0 -4994 -1
|
||||||
|
-198 -192z m643 -7 l0 -190 -222 0 -223 0 -107 -107 -108 -108 0 -2017 0
|
||||||
|
-2018 135 0 135 0 0 -30 0 -30 195 0 195 0 0 30 0 30 1070 0 1070 0 0 -70 0
|
||||||
|
-70 -1485 0 -1485 0 0 1270 0 1270 -315 0 -315 0 0 -145 0 -145 -55 0 -55 0 0
|
||||||
|
145 0 145 -465 0 -465 0 0 -475 0 -475 465 0 465 0 0 130 0 130 55 0 55 0 0
|
||||||
|
-175 0 -175 -800 0 -800 0 0 -610 0 -610 800 0 800 0 0 -90 0 -90 -190 0 -190
|
||||||
|
0 0 -140 0 -140 -85 0 -85 0 0 140 0 140 -525 0 -525 0 0 -495 0 -495 525 0
|
||||||
|
525 0 0 130 0 130 85 0 85 0 0 -335 0 -335 -85 0 -85 0 0 175 0 175 -525 0
|
||||||
|
-525 0 0 -520 0 -520 525 0 525 0 0 125 0 125 85 0 85 0 0 -125 0 -125 280 0
|
||||||
|
280 0 0 -75 0 -75 -530 0 -530 0 0 -525 0 -525 755 0 755 0 0 600 0 600 55 0
|
||||||
|
55 0 0 -700 0 -700 -972 0 -973 0 -267 267 -268 268 0 2530 0 2530 267 267
|
||||||
|
268 268 917 0 918 0 0 828 -1 827 193 187 193 187 223 1 222 0 0 -190z m9150
|
||||||
|
105 l0 -85 -4570 0 -4570 0 0 85 0 85 4570 0 4570 0 0 -85z m586 -101 l194
|
||||||
|
-186 0 -2179 0 -2179 -50 0 -50 0 0 2061 0 2062 -106 113 -106 114 -229 0
|
||||||
|
-229 0 0 190 0 190 191 0 191 0 194 -186z m-9656 -99 c0 -58 -1 -105 -3 -105
|
||||||
|
-16 0 -461 -61 -464 -63 -5 -6 -253 -1873 -252 -1899 1 -13 59 406 129 930 71
|
||||||
|
525 130 956 133 959 3 2 88 15 189 28 100 13 202 27 226 30 34 5 42 3 42 -9 0
|
||||||
|
-19 -4 -20 -234 -51 -104 -14 -191 -27 -193 -28 -1 -2 -61 -433 -133 -957
|
||||||
|
l-130 -954 130 -949 c71 -523 131 -952 133 -953 2 -2 89 -15 193 -29 230 -31
|
||||||
|
234 -32 234 -51 0 -12 -8 -14 -42 -9 -24 3 -126 17 -226 30 -101 13 -186 26
|
||||||
|
-189 28 -3 3 -62 432 -131 953 -70 521 -128 939 -130 928 -3 -19 245 -1884
|
||||||
|
251 -1891 3 -2 448 -63 464 -63 2 0 3 -47 3 -105 l0 -105 -365 0 -365 0 0
|
||||||
|
2012 0 2013 102 102 103 103 227 0 228 0 0 105 0 105 35 0 35 0 0 -105z m3650
|
||||||
|
-175 l0 -279 -63 24 c-34 13 -285 105 -557 205 -272 101 -500 185 -507 187 -9
|
||||||
|
4 -13 -29 -15 -129 l-3 -135 -530 194 -529 193 -691 -90 c-379 -49 -702 -92
|
||||||
|
-717 -95 l-28 -4 0 104 0 105 1820 0 1820 0 0 -280z m70 -120 l0 -400 -30 0
|
||||||
|
-30 0 0 400 0 400 30 0 30 0 0 -400z m2420 355 l0 -45 -70 0 -70 0 0 -355 0
|
||||||
|
-355 -45 0 -45 0 0 360 0 360 -365 0 -365 0 0 -360 0 -360 -240 0 -240 0 0
|
||||||
|
360 0 360 -365 0 -365 0 0 -360 0 -360 -45 0 -45 0 0 355 0 355 -75 0 -75 0 0
|
||||||
|
45 0 45 1205 0 1205 0 0 -45z m70 -515 l0 -560 -30 0 -30 0 0 560 0 560 30 0
|
||||||
|
30 0 0 -560z m750 446 c0 -123 -2 -126 -56 -126 -52 0 -200 -93 -237 -149 -39
|
||||||
|
-59 -84 -153 -90 -191 -15 -79 -35 -71 186 -70 l197 1 0 -26 0 -25 -370 0
|
||||||
|
-370 0 0 350 0 350 370 0 370 0 0 -114z m70 14 l0 -100 -30 0 -30 0 0 100 0
|
||||||
|
100 30 0 30 0 0 -100z m2040 0 l0 -100 -1015 0 -1015 0 0 100 0 100 1015 0
|
||||||
|
1015 0 0 -100z m-7096 -122 c469 -171 552 -206 534 -223 -3 -3 -245 83 -539
|
||||||
|
190 l-534 195 -707 -95 c-388 -52 -709 -95 -712 -95 -6 0 -9 29 -3 31 5 1
|
||||||
|
1403 187 1417 188 8 1 253 -86 544 -191z m571 -253 l1109 -405 238 0 238 0 0
|
||||||
|
40 0 40 -75 0 -75 0 0 355 0 355 355 0 355 0 0 -355 0 -355 -75 0 -75 0 0 -40
|
||||||
|
0 -40 400 0 400 0 0 40 0 40 -75 0 -75 0 0 355 0 355 355 0 355 0 0 -355 0
|
||||||
|
-355 -80 0 -80 0 0 -40 0 -40 200 0 200 0 0 -125 0 -125 40 0 40 0 0 60 0 60
|
||||||
|
305 0 305 0 0 -305 0 -305 -305 0 -305 0 0 55 0 55 -40 0 -40 0 0 -208 0 -207
|
||||||
|
172 -248 172 -247 237 0 238 0 3 -842 3 -843 49 -100 c70 -140 161 -231 301
|
||||||
|
-301 l100 -49 593 -3 592 -3 0 -1210 0 -1209 -815 0 -815 0 0 -250 0 -250
|
||||||
|
-1880 0 -1880 0 0 230 0 230 -570 0 -570 0 0 245 c0 211 2 245 15 245 13 0 15
|
||||||
|
59 15 475 0 416 -2 475 -15 475 -13 0 -15 70 -15 568 l0 568 -45 133 c-24 74
|
||||||
|
-46 135 -48 137 -2 2 -125 -41 -272 -96 l-269 -100 -707 95 c-388 52 -709 95
|
||||||
|
-713 95 -3 0 -6 882 -6 1960 0 1561 3 1960 13 1960 6 1 320 43 697 94 377 52
|
||||||
|
692 94 700 95 8 1 515 -181 1125 -404z m1325 25 c0 -227 -4 -350 -10 -350 -6
|
||||||
|
0 -10 65 -10 175 0 149 -2 175 -15 175 -13 0 -15 -26 -15 -175 0 -168 -1 -175
|
||||||
|
-20 -175 -19 0 -20 7 -20 175 0 149 -2 175 -15 175 -13 0 -15 -26 -15 -175 0
|
||||||
|
-110 -4 -175 -10 -175 -6 0 -10 123 -10 350 l0 350 70 0 70 0 0 -350z m2268
|
||||||
|
-2 c-1 -194 -4 -273 -5 -175 -3 169 -4 177 -23 177 -19 0 -20 -7 -20 -175 0
|
||||||
|
-149 -2 -175 -15 -175 -13 0 -15 26 -15 175 0 168 -1 175 -20 175 -19 0 -20
|
||||||
|
-8 -23 -177 -1 -98 -4 -19 -5 175 l-2 352 65 0 65 0 -2 -352z m-3003 73 l510
|
||||||
|
-187 3 -152 3 -152 -48 19 c-27 10 -281 103 -565 206 l-518 189 0 153 0 152
|
||||||
|
53 -20 c28 -11 282 -104 562 -208z m3895 -57 c0 -147 -3 -223 -10 -219 -6 4
|
||||||
|
-10 85 -10 210 0 182 4 235 16 235 2 0 4 -102 4 -226z m2500 -1899 l0 -2125
|
||||||
|
-997 0 c-683 0 -1017 3 -1062 11 -73 12 -226 86 -270 130 -14 14 -47 66 -72
|
||||||
|
115 -82 159 -77 23 -84 2132 l-7 1862 1246 0 1246 0 0 -2125z m209 1820 l0
|
||||||
|
-90 -94 185 c-52 102 -94 182 -94 177 -1 -4 42 -93 94 -197 l95 -190 -100 0
|
||||||
|
-100 0 0 193 c0 107 3 197 7 201 5 4 49 -37 100 -91 l92 -98 0 -90z m-2779 80
|
||||||
|
l0 -195 -190 0 -190 0 6 43 c7 41 54 144 92 201 20 29 77 71 147 108 34 18 57
|
||||||
|
25 128 37 4 0 7 -87 7 -194z m30 0 c0 -123 -4 -195 -10 -195 -6 0 -10 72 -10
|
||||||
|
195 0 123 4 195 10 195 6 0 10 -72 10 -195z m-6990 -1785 l0 -1959 -27 5 c-16
|
||||||
|
3 -108 16 -206 29 -99 13 -181 26 -184 29 -3 2 -63 429 -134 948 l-129 944
|
||||||
|
129 948 c71 521 132 950 134 953 3 2 95 17 204 33 109 15 201 28 206 29 4 0 7
|
||||||
|
-881 7 -1959z m3767 1503 c-1 -49 -3 -9 -3 87 0 96 2 136 3 88 2 -49 2 -127 0
|
||||||
|
-175z m70 0 c-1 -49 -3 -9 -3 87 0 96 2 136 3 88 2 -49 2 -127 0 -175z m2213
|
||||||
|
87 c0 -107 -4 -170 -10 -170 -6 0 -10 63 -10 170 0 107 4 170 10 170 6 0 10
|
||||||
|
-63 10 -170z m70 0 c0 -107 -4 -170 -10 -170 -6 0 -10 63 -10 170 0 107 4 170
|
||||||
|
10 170 6 0 10 -63 10 -170z m3620 -195 c0 -102 -3 -185 -8 -185 -4 0 -49 83
|
||||||
|
-100 185 l-92 185 100 0 100 0 0 -185z m-2710 -435 l0 -590 -30 0 -30 0 0 590
|
||||||
|
0 590 30 0 30 0 0 -590z m2679 258 c1 -5 -8 -8 -19 -8 -15 0 -20 -7 -20 -25 0
|
||||||
|
-24 -2 -25 -65 -25 l-65 0 1 198 0 197 84 -165 c46 -91 84 -168 84 -172z
|
||||||
|
m-2749 262 l0 -30 -370 0 -370 0 0 30 0 30 370 0 370 0 0 -30z m0 -575 l0
|
||||||
|
-535 -370 0 c-363 0 -370 0 -370 20 0 20 7 20 310 20 l310 0 0 45 0 45 -310 0
|
||||||
|
-310 0 0 45 0 45 310 0 310 0 0 315 0 315 -310 0 -310 0 0 110 0 110 370 0
|
||||||
|
370 0 0 -535z m-2840 475 l0 -30 -230 0 -230 0 0 30 0 30 230 0 230 0 0 -30z
|
||||||
|
m1210 0 l0 -30 -390 0 -390 0 0 30 0 30 390 0 390 0 0 -30z m810 0 l0 -30
|
||||||
|
-195 0 -195 0 0 30 0 30 195 0 195 0 0 -30z m3596 -202 c0 -13 -8 -18 -28 -18
|
||||||
|
-21 0 -28 5 -28 20 0 16 6 20 28 18 19 -1 28 -7 28 -20z m-67 -150 l0 -123
|
||||||
|
-59 115 c-32 63 -59 112 -59 107 -1 -4 26 -61 59 -127 56 -112 60 -124 60
|
||||||
|
-190 l0 -70 -65 0 -65 0 0 189 c0 104 3 196 6 205 5 12 21 16 65 16 l59 0 -1
|
||||||
|
-122z m71 -70 l-1 -193 -29 55 c-28 53 -29 60 -30 193 l0 137 30 0 30 0 0
|
||||||
|
-192z m-26 -165 l26 -53 -30 0 c-30 0 -30 0 -30 57 0 31 2 54 4 52 2 -2 15
|
||||||
|
-28 30 -56z m666 -228 l0 -185 -240 0 -239 0 19 45 c64 150 233 289 380 315
|
||||||
|
88 15 80 32 80 -175z m-710 38 c0 -69 -2 -124 -4 -122 -2 2 -31 59 -65 127
|
||||||
|
l-61 122 65 0 65 0 0 -127z m70 -70 l-1 -198 -29 55 c-28 53 -29 60 -30 198
|
||||||
|
l0 142 30 0 30 0 0 -197z m-3530 2 l0 -165 -30 0 -30 0 0 165 0 165 30 0 30 0
|
||||||
|
0 -165z m3459 -152 l1 -73 -65 0 -65 0 1 198 0 197 64 -125 c61 -119 64 -129
|
||||||
|
64 -197z m-2839 72 l0 -35 -305 0 c-197 0 -305 4 -305 10 0 6 58 10 155 10
|
||||||
|
148 0 155 1 155 20 0 18 -8 20 -157 23 -87 1 -20 4 150 5 l307 2 0 -35z m-310
|
||||||
|
5 c0 -6 -57 -10 -150 -10 -93 0 -150 4 -150 10 0 6 57 10 150 10 93 0 150 -4
|
||||||
|
150 -10z m3194 -97 l26 -53 -30 0 c-30 0 -30 0 -30 57 0 31 2 54 4 52 2 -2 15
|
||||||
|
-28 30 -56z m164 -55 c-11 -83 -18 -85 -18 -5 0 49 4 67 13 67 11 0 12 -13 5
|
||||||
|
-62z m502 -8 l0 -70 -250 0 -251 0 7 63 c4 34 9 65 11 70 2 4 112 7 244 7
|
||||||
|
l239 0 0 -70z m40 5 c0 -37 -4 -65 -10 -65 -6 0 -10 28 -10 65 0 37 4 65 10
|
||||||
|
65 6 0 10 -28 10 -65z m1532 -202 l268 -268 0 -2575 0 -2575 -247 -247 -248
|
||||||
|
-248 -987 0 -988 0 0 1510 0 1510 50 0 50 0 0 -1385 0 -1385 782 0 783 0 127
|
||||||
|
127 128 128 0 537 0 538 -685 0 -685 0 0 80 0 80 65 0 65 0 0 210 0 210 50 0
|
||||||
|
50 0 0 -210 0 -210 775 0 775 0 0 445 0 445 -825 0 -825 0 0 40 0 40 825 0
|
||||||
|
825 0 0 440 0 440 -775 0 -775 0 0 -205 0 -205 -50 0 -50 0 0 260 0 260 825 0
|
||||||
|
825 0 0 610 0 610 -825 0 -825 0 0 45 0 45 455 0 455 0 0 485 0 485 -455 0
|
||||||
|
-455 0 0 100 0 100 627 0 628 0 267 -267z m-5472 227 l0 -30 -165 0 -165 0 0
|
||||||
|
30 0 30 165 0 165 0 0 -30z m560 -245 l0 -275 -275 0 -275 0 0 275 0 275 275
|
||||||
|
0 275 0 0 -275z m2629 93 l0 -123 -59 115 c-32 63 -59 112 -59 107 -1 -4 26
|
||||||
|
-61 59 -127 56 -112 60 -124 60 -190 l0 -70 -65 0 -65 0 0 189 c0 104 3 196 6
|
||||||
|
205 5 12 21 16 65 16 l59 0 -1 -122z m71 -70 l-1 -193 -29 55 c-28 53 -29 60
|
||||||
|
-30 193 l0 137 30 0 30 0 0 -192z m-3260 -50 c0 -138 -4 -228 -9 -222 -15 15
|
||||||
|
-311 443 -311 449 0 3 72 5 160 5 l160 0 0 -232z m3937 150 c-3 -8 -6 -5 -6 6
|
||||||
|
-1 11 2 17 5 13 3 -3 4 -12 1 -19z m-11 -12 c8 -8 14 -17 14 -20 0 -3 -126 -6
|
||||||
|
-280 -6 -154 0 -280 2 -280 4 0 2 3 11 6 20 5 14 38 16 266 16 211 0 262 -3
|
||||||
|
274 -14z m-12066 -181 l0 -145 65 0 65 0 0 145 0 145 305 0 305 0 0 -1270 0
|
||||||
|
-1270 1250 0 1249 0 10 -37 c6 -21 11 -49 11 -62 0 -39 62 -142 122 -203 55
|
||||||
|
-57 144 -108 188 -108 17 0 20 -7 20 -40 0 -33 3 -40 20 -40 17 0 20 -7 22
|
||||||
|
-52 l2 -53 3 53 c3 37 8 52 19 52 12 0 14 -38 14 -250 l0 -250 25 0 25 0 0
|
||||||
|
-465 0 -465 -25 0 -25 0 0 -250 c0 -216 -2 -250 -15 -250 -11 0 -15 13 -17 53
|
||||||
|
l-2 52 -3 -52 -4 -53 -355 0 c-308 0 -354 2 -354 15 0 13 -83 15 -690 15 -607
|
||||||
|
0 -690 -2 -690 -15 0 -13 -44 -15 -335 -15 l-335 0 0 225 0 225 -560 0 -560 0
|
||||||
|
0 125 0 125 -95 0 -95 0 0 -125 0 -125 -515 0 -515 0 0 510 0 510 515 0 515 0
|
||||||
|
0 -175 0 -175 95 0 95 0 0 345 0 345 -95 0 -95 0 0 -130 0 -130 -515 0 -515 0
|
||||||
|
0 485 0 485 515 0 515 0 0 -140 0 -140 95 0 95 0 0 140 0 140 190 0 190 0 0
|
||||||
|
885 0 885 -65 0 -65 0 0 -130 0 -130 -455 0 -455 0 0 465 0 465 455 0 455 0 0
|
||||||
|
-145z m12990 -330 l0 -475 -467 2 -468 3 -6 47 c-19 131 -163 311 -302 377
|
||||||
|
-58 28 -151 52 -209 55 -17 0 -18 18 -18 233 l0 233 735 0 735 0 0 -475z
|
||||||
|
m-1616 258 l26 -53 -30 0 c-30 0 -30 0 -30 57 0 31 2 54 4 52 2 -2 15 -28 30
|
||||||
|
-56z m-44 -190 c0 -69 -2 -124 -4 -122 -2 2 -31 59 -65 127 l-61 122 65 0 65
|
||||||
|
0 0 -127z m70 -70 l-1 -198 -29 55 c-28 53 -29 60 -30 198 l0 142 30 0 30 0 0
|
||||||
|
-197z m-71 -150 l1 -73 -65 0 -65 0 1 198 0 197 64 -125 c61 -119 64 -129 64
|
||||||
|
-197z m-2669 -530 c0 -462 4 -823 10 -857 33 -204 239 -407 442 -437 35 -5
|
||||||
|
307 -9 606 -9 484 0 542 -2 542 -16 0 -14 -61 -15 -592 -12 l-593 3 -100 49
|
||||||
|
c-139 69 -222 152 -291 291 l-49 100 -3 843 c-3 753 -1 842 13 842 13 0 15
|
||||||
|
-86 15 -797z m43 10 c2 -656 6 -799 18 -853 18 -76 91 -221 135 -264 47 -48
|
||||||
|
199 -122 275 -135 42 -7 254 -11 597 -11 525 0 532 0 532 -20 0 -20 -7 -20
|
||||||
|
-542 -20 -299 0 -571 4 -606 9 -201 30 -399 225 -432 427 -6 34 -10 395 -10
|
||||||
|
857 0 698 2 797 15 797 13 0 15 -100 18 -787z m2824 315 c-1 -68 -3 -15 -3
|
||||||
|
117 0 132 2 187 3 123 2 -64 2 -172 0 -240z m186 316 c157 -62 302 -234 326
|
||||||
|
-384 l8 -50 -248 0 -249 0 0 235 0 236 53 -7 c28 -4 78 -17 110 -30z m-339
|
||||||
|
-131 l26 -53 -30 0 c-30 0 -30 0 -30 57 0 31 2 54 4 52 2 -2 15 -28 30 -56z
|
||||||
|
m-44 -190 c0 -69 -2 -124 -4 -122 -2 2 -31 59 -65 127 l-61 122 65 0 65 0 0
|
||||||
|
-127z m70 -70 l-1 -198 -29 55 c-28 53 -29 60 -30 198 l0 142 30 0 30 0 0
|
||||||
|
-197z m-71 -150 l1 -73 -65 0 -65 0 1 198 0 197 64 -125 c61 -119 64 -129 64
|
||||||
|
-197z m198 75 c-3 -8 -6 -5 -6 6 -1 11 2 17 5 13 3 -3 4 -12 1 -19z m523 2 c0
|
||||||
|
-19 -7 -20 -250 -20 -243 0 -250 1 -250 20 0 19 7 20 250 20 243 0 250 -1 250
|
||||||
|
-20z m30 5 c0 -8 -4 -15 -10 -15 -5 0 -10 7 -10 15 0 8 5 15 10 15 6 0 10 -7
|
||||||
|
10 -15z m-706 -102 l26 -53 -30 0 c-30 0 -30 0 -30 57 0 31 2 54 4 52 2 -2 15
|
||||||
|
-28 30 -56z m690 51 c49 -19 -10 -24 -264 -24 -154 0 -280 4 -280 8 0 5 3 12
|
||||||
|
7 15 8 9 516 9 537 1z m-12864 -614 l0 -600 -335 0 -335 0 0 600 0 600 335 0
|
||||||
|
335 0 0 -600z m130 320 l0 -280 -60 0 -60 0 0 280 0 280 60 0 60 0 0 -280z
|
||||||
|
m140 0 l0 -280 -65 0 -65 0 0 280 0 280 65 0 65 0 0 -280z m130 0 l0 -280 -60
|
||||||
|
0 -60 0 0 280 0 280 60 0 60 0 0 -280z m130 0 l0 -280 -60 0 -60 0 0 280 0
|
||||||
|
280 60 0 60 0 0 -280z m130 0 l0 -280 -60 0 -60 0 0 280 0 280 60 0 60 0 0
|
||||||
|
-280z m130 0 l0 -280 -60 0 -60 0 0 280 0 280 60 0 60 0 0 -280z m130 0 l0
|
||||||
|
-280 -60 0 -60 0 0 280 0 280 60 0 60 0 0 -280z m12040 -341 l0 -600 -52 3
|
||||||
|
-53 3 -6 47 c-13 85 -65 175 -153 264 -99 99 -181 142 -298 157 l-78 11 0 358
|
||||||
|
0 358 320 0 320 0 0 -601z m130 321 l0 -280 -60 0 -60 0 0 280 0 280 60 0 60
|
||||||
|
0 0 -280z m130 0 l0 -280 -60 0 -60 0 0 280 0 280 60 0 60 0 0 -280z m140 0
|
||||||
|
l0 -280 -65 0 -65 0 0 280 0 280 65 0 65 0 0 -280z m130 0 l0 -280 -60 0 -60
|
||||||
|
0 0 280 0 280 60 0 60 0 0 -280z m130 0 l0 -280 -60 0 -60 0 0 280 0 280 60 0
|
||||||
|
60 0 0 -280z m130 0 l0 -280 -60 0 -60 0 0 280 0 280 60 0 60 0 0 -280z m130
|
||||||
|
0 l0 -280 -60 0 -60 0 0 280 0 280 60 0 60 0 0 -280z m650 -320 l0 -600 -320
|
||||||
|
0 -320 0 0 600 0 600 320 0 320 0 0 -600z m-2401 398 l0 -123 -59 115 c-32 63
|
||||||
|
-59 112 -59 107 -1 -4 26 -61 59 -127 56 -112 60 -124 60 -190 l0 -70 -65 0
|
||||||
|
-65 0 0 189 c0 104 3 196 6 205 5 12 21 16 65 16 l59 0 -1 -122z m71 -70 l-1
|
||||||
|
-193 -29 55 c-28 53 -29 60 -30 193 l0 137 30 0 30 0 0 -192z m-26 -165 l26
|
||||||
|
-53 -30 0 c-30 0 -30 0 -30 57 0 31 2 54 4 52 2 -2 15 -28 30 -56z m-44 -190
|
||||||
|
c0 -69 -2 -124 -4 -122 -2 2 -31 59 -65 127 l-61 122 65 0 65 0 0 -127z m70
|
||||||
|
-70 l-1 -198 -29 55 c-28 53 -29 60 -30 198 l0 142 30 0 30 0 0 -197z m-71
|
||||||
|
-150 l1 -73 -65 0 -65 0 1 198 0 197 64 -125 c61 -119 64 -129 64 -197z
|
||||||
|
m-11209 267 l0 -30 -455 0 -455 0 0 30 0 30 455 0 455 0 0 -30z m12960 -20 l0
|
||||||
|
-30 -455 0 -455 0 0 30 0 30 455 0 455 0 0 -30z m-13750 -300 l0 -280 -60 0
|
||||||
|
-60 0 0 280 0 280 60 0 60 0 0 -280z m140 0 l0 -280 -65 0 -65 0 0 280 0 280
|
||||||
|
65 0 65 0 0 -280z m130 0 l0 -280 -60 0 -60 0 0 280 0 280 60 0 60 0 0 -280z
|
||||||
|
m130 0 l0 -280 -60 0 -60 0 0 280 0 280 60 0 60 0 0 -280z m130 0 l0 -280 -60
|
||||||
|
0 -60 0 0 280 0 280 60 0 60 0 0 -280z m130 0 l0 -280 -60 0 -60 0 0 280 0
|
||||||
|
280 60 0 60 0 0 -280z m130 0 l0 -280 -60 0 -60 0 0 280 0 280 60 0 60 0 0
|
||||||
|
-280z m12170 -20 l0 -280 -60 0 -60 0 0 280 0 280 60 0 60 0 0 -280z m130 0
|
||||||
|
l0 -280 -60 0 -60 0 0 280 0 280 60 0 60 0 0 -280z m140 0 l0 -280 -65 0 -65
|
||||||
|
0 0 280 0 280 65 0 65 0 0 -280z m130 0 l0 -280 -60 0 -60 0 0 280 0 280 60 0
|
||||||
|
60 0 0 -280z m130 0 l0 -280 -60 0 -60 0 0 280 0 280 60 0 60 0 0 -280z m130
|
||||||
|
0 l0 -280 -60 0 -60 0 0 280 0 280 60 0 60 0 0 -280z m130 0 l0 -280 -60 0
|
||||||
|
-60 0 0 280 0 280 60 0 60 0 0 -280z m-1553 -162 c-1 -68 -3 -15 -3 117 0 132
|
||||||
|
2 187 3 123 2 -64 2 -172 0 -240z m186 316 c157 -62 302 -234 326 -384 l8 -50
|
||||||
|
-248 0 -249 0 0 235 0 236 53 -7 c28 -4 78 -17 110 -30z m-339 -101 l26 -53
|
||||||
|
-30 0 c-30 0 -30 0 -30 57 0 31 2 54 4 52 2 -2 15 -28 30 -56z m-45 -185 l0
|
||||||
|
-123 -59 115 c-32 63 -59 112 -59 107 -1 -4 26 -61 59 -127 56 -112 60 -124
|
||||||
|
60 -190 l0 -70 -65 0 -65 0 0 189 c0 104 3 196 6 205 5 12 21 16 65 16 l59 0
|
||||||
|
-1 -122z m71 -70 l-1 -193 -29 55 c-28 53 -29 60 -30 193 l0 137 30 0 30 0 0
|
||||||
|
-192z m-7722 -75 c36 -109 38 -123 23 -123 -14 0 -24 21 -45 93 -15 52 -31 99
|
||||||
|
-35 105 -5 9 -83 -15 -261 -78 l-254 -90 -696 90 c-382 50 -705 93 -717 95
|
||||||
|
-20 5 -34 35 -17 35 4 0 325 -43 713 -95 l707 -95 264 99 c146 54 268 96 271
|
||||||
|
92 4 -3 25 -61 47 -128z m-1263 -13 l690 -90 240 84 c132 47 246 86 254 88 10
|
||||||
|
2 23 -23 42 -82 15 -47 28 -91 28 -97 1 -10 -205 -13 -999 -13 l-1000 0 0 105
|
||||||
|
0 105 28 -5 c15 -3 338 -46 717 -95z m9112 -22 c-3 -8 -6 -5 -6 6 -1 11 2 17
|
||||||
|
5 13 3 -3 4 -12 1 -19z m523 2 c0 -19 -7 -20 -250 -20 -243 0 -250 1 -250 20
|
||||||
|
0 19 7 20 250 20 243 0 250 -1 250 -20z m30 5 c0 -8 -4 -15 -10 -15 -5 0 -10
|
||||||
|
7 -10 15 0 8 5 15 10 15 6 0 10 -7 10 -15z m-706 -62 l26 -53 -30 0 c-30 0
|
||||||
|
-30 0 -30 57 0 31 2 54 4 52 2 -2 15 -28 30 -56z m703 15 c-3 -8 -6 -5 -6 6
|
||||||
|
-1 11 2 17 5 13 3 -3 4 -12 1 -19z m-11 -12 c33 -34 17 -36 -266 -36 -163 0
|
||||||
|
-280 4 -280 9 0 41 1 41 272 41 211 0 262 -3 274 -14z m-10496 -71 l0 -25
|
||||||
|
-185 0 -185 0 0 25 0 25 185 0 185 0 0 -25z m10510 -890 l0 -915 -280 0 -280
|
||||||
|
0 0 640 0 640 -60 0 -60 0 0 -170 0 -170 -537 2 c-296 2 -444 4 -330 5 191 3
|
||||||
|
208 5 203 20 -4 10 -10 38 -13 63 -11 87 -91 212 -167 263 -73 49 -131 77
|
||||||
|
-158 77 -13 0 -33 3 -45 6 -23 6 -23 7 -23 205 l0 199 255 0 c248 0 255 -1
|
||||||
|
255 -20 0 -20 7 -20 280 -20 180 0 280 -4 280 -10 0 -6 27 -10 60 -10 l60 0 0
|
||||||
|
55 0 55 280 0 280 0 0 -915z m1650 485 l0 -430 -767 2 c-423 2 -681 4 -575 5
|
||||||
|
177 3 193 5 188 20 -4 10 -10 38 -13 63 -11 87 -91 212 -167 263 -79 52 -132
|
||||||
|
77 -166 77 l-30 0 0 215 0 215 765 0 765 0 0 -430z m-3410 205 l0 -205 -25 0
|
||||||
|
-25 0 0 205 0 205 25 0 25 0 0 -205z m520 195 c0 -6 -92 -10 -255 -10 -163 0
|
||||||
|
-255 4 -255 10 0 6 92 10 255 10 163 0 255 -4 255 -10z m560 -20 l0 -30 -275
|
||||||
|
0 -275 0 0 30 0 30 275 0 275 0 0 -30z m-7680 -311 l0 -210 -22 3 c-23 3 -23
|
||||||
|
4 -26 198 -1 107 0 200 2 207 3 7 15 13 26 13 19 0 20 -6 20 -211z m-130 1 c0
|
||||||
|
-218 5 -210 -95 -165 -107 47 -215 190 -229 303 l-7 52 166 0 165 0 0 -190z
|
||||||
|
m60 -4 l0 -194 -24 -4 -24 -5 -2 199 -1 198 26 0 25 0 0 -194z m8478 -251 c3
|
||||||
|
-214 0 -245 -23 -245 -13 0 -15 33 -15 226 0 209 1 225 18 222 15 -3 17 -22
|
||||||
|
20 -203z m59 199 c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z m3
|
||||||
|
-214 c0 -193 -1 -200 -20 -200 -19 0 -20 7 -20 200 0 193 1 200 20 200 19 0
|
||||||
|
20 -7 20 -200z m-1900 -28 c0 -116 -5 -214 -10 -222 -6 -10 -10 62 -10 213 0
|
||||||
|
150 3 226 10 222 6 -4 10 -86 10 -213z m2018 194 c26 -14 67 -38 91 -54 70
|
||||||
|
-48 144 -170 155 -259 l7 -53 -181 0 -180 0 0 195 0 195 30 0 c17 0 52 -11 78
|
||||||
|
-24z m-1991 -298 c-1 -57 -3 -11 -3 102 0 113 2 159 3 103 2 -57 2 -149 0
|
||||||
|
-205z m153 266 c25 -13 65 -36 89 -52 70 -48 144 -170 155 -259 l7 -53 -196 0
|
||||||
|
-195 0 0 200 0 200 48 -7 c26 -3 67 -16 92 -29z m-6750 -109 c0 -24 -3 -25
|
||||||
|
-60 -25 -57 0 -60 1 -60 25 0 24 3 25 60 25 57 0 60 -1 60 -25z m-7 -42 c-7
|
||||||
|
-2 -19 -2 -25 0 -7 3 -2 5 12 5 14 0 19 -2 13 -5z m-13 -233 c0 -140 -4 -220
|
||||||
|
-10 -220 -6 0 -10 80 -10 220 0 140 4 220 10 220 6 0 10 -80 10 -220z m17
|
||||||
|
-112 c-1 -62 -3 -12 -3 112 0 124 2 174 3 113 2 -62 2 -164 0 -225z m8470 136
|
||||||
|
c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z m-1677 -69 l0 -25 -120
|
||||||
|
0 -120 0 0 25 0 25 120 0 120 0 0 -25z m70 -1255 l0 -1280 -30 0 -30 0 0 1280
|
||||||
|
0 1280 30 0 30 0 0 -1280z m338 1273 c-60 -2 -156 -2 -215 0 -60 1 -11 3 107
|
||||||
|
3 118 0 167 -2 108 -3z m482 -18 l0 -25 -180 0 -180 0 0 25 0 25 180 0 180 0
|
||||||
|
0 -25z m-390 -15 c0 -6 -73 -10 -200 -10 -127 0 -200 4 -200 10 0 6 73 10 200
|
||||||
|
10 127 0 200 -4 200 -10z m-506 -36 c3 -9 6 -87 6 -174 0 -87 -3 -165 -6 -174
|
||||||
|
-9 -24 -219 -24 -228 0 -3 9 -6 87 -6 174 0 87 3 165 6 174 5 13 25 16 114 16
|
||||||
|
89 0 109 -3 114 -16z m499 -26 c-9 -71 -86 -204 -139 -240 -60 -40 -161 -86
|
||||||
|
-206 -92 l-48 -7 0 190 0 191 199 0 199 0 -5 -42z m397 -1208 l0 -1250 -405 0
|
||||||
|
-405 0 0 1050 0 1049 38 10 c20 6 45 11 55 11 20 0 122 50 178 87 56 37 149
|
||||||
|
185 149 237 0 57 -4 56 201 56 l189 0 0 -1250z m725 1228 c3 -13 4 -113 3
|
||||||
|
-223 -3 -181 -5 -200 -20 -203 -17 -3 -18 13 -18 222 0 193 2 226 15 226 8 0
|
||||||
|
17 -10 20 -22z m62 16 c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z
|
||||||
|
m1543 -429 l0 -435 -765 0 -765 0 0 220 0 220 25 0 c27 0 122 45 186 87 62 41
|
||||||
|
142 174 152 253 3 25 9 53 13 63 5 15 -11 17 -188 20 -106 1 152 3 575 5 l767
|
||||||
|
2 0 -435z m-1540 205 c0 -193 -1 -200 -20 -200 -19 0 -20 7 -20 200 0 193 1
|
||||||
|
200 20 200 19 0 20 -7 20 -200z m364 148 c-10 -80 -84 -211 -140 -250 -56 -37
|
||||||
|
-164 -88 -189 -88 l-25 0 0 195 0 195 180 0 181 0 -7 -52z m-8834 -78 c0 -5
|
||||||
|
-9 -10 -20 -10 -11 0 -20 5 -20 10 0 6 9 10 20 10 11 0 20 -4 20 -10z m30 -35
|
||||||
|
c0 -8 -4 -15 -10 -15 -5 0 -10 7 -10 15 0 8 5 15 10 15 6 0 10 -7 10 -15z m0
|
||||||
|
-225 c0 -127 -4 -200 -10 -200 -6 0 -10 73 -10 200 0 127 4 200 10 200 6 0 10
|
||||||
|
-73 10 -200z m6754 14 c3 -9 6 -89 6 -179 0 -90 -3 -170 -6 -179 -9 -24 -219
|
||||||
|
-24 -228 0 -3 9 -6 89 -6 179 0 90 3 170 6 179 5 13 25 16 114 16 89 0 109 -3
|
||||||
|
114 -16z m1683 -40 c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z
|
||||||
|
m-8437 -424 c0 -127 -4 -200 -10 -200 -6 0 -10 73 -10 200 0 127 4 200 10 200
|
||||||
|
6 0 10 -73 10 -200z m6754 64 c3 -9 6 -89 6 -179 0 -90 -3 -170 -6 -179 -9
|
||||||
|
-24 -219 -24 -228 0 -3 9 -6 89 -6 179 0 90 3 170 6 179 5 13 25 16 114 16 89
|
||||||
|
0 109 -3 114 -16z m1446 -124 c0 -43 -3 -50 -22 -55 -13 -3 -108 -4 -213 -3
|
||||||
|
l-190 3 -3 53 -3 52 215 0 216 0 0 -50z m-20 -95 c0 -13 -28 -15 -195 -15
|
||||||
|
-167 0 -195 2 -195 15 0 13 28 15 195 15 167 0 195 -2 195 -15z m-10 -68 c-15
|
||||||
|
-99 -126 -239 -224 -282 -28 -12 -75 -25 -103 -29 l-53 -7 0 181 0 180 193 0
|
||||||
|
194 0 -7 -43z m1400 -489 l0 -533 -122 -122 -123 -123 -777 0 -778 0 0 469 0
|
||||||
|
469 63 7 c89 11 156 44 224 112 64 64 123 165 123 210 0 16 3 33 7 36 3 4 316
|
||||||
|
7 695 7 l688 0 0 -532z m-9570 487 c0 -8 -4 -15 -10 -15 -5 0 -10 7 -10 15 0
|
||||||
|
8 5 15 10 15 6 0 10 -7 10 -15z m-30 -35 c0 -5 -9 -10 -20 -10 -11 0 -20 5
|
||||||
|
-20 10 0 6 9 10 20 10 11 0 20 -4 20 -10z m-20 -235 c0 -137 -4 -215 -10 -215
|
||||||
|
-6 0 -10 78 -10 215 0 137 4 215 10 215 6 0 10 -78 10 -215z m17 -107 c-1 -62
|
||||||
|
-3 -14 -3 107 0 121 2 172 3 113 2 -59 2 -158 0 -220z m-2977 227 l0 -75 -215
|
||||||
|
0 -215 0 0 75 0 75 215 0 215 0 0 -75z m9764 39 c3 -9 6 -87 6 -174 0 -87 -3
|
||||||
|
-165 -6 -174 -9 -24 -219 -24 -228 0 -3 9 -6 87 -6 174 0 87 3 165 6 174 5 13
|
||||||
|
25 16 114 16 89 0 109 -3 114 -16z m-9764 -639 l0 -515 -745 0 -745 0 0 515 0
|
||||||
|
515 745 0 745 0 0 -515z m8020 -195 l0 -460 -25 0 -25 0 0 185 0 185 -35 0
|
||||||
|
-35 0 0 275 0 275 60 0 60 0 0 -460z m415 450 c-8 -13 -375 -13 -395 0 -10 6
|
||||||
|
55 10 193 10 136 0 206 -3 202 -10z m1335 -15 l0 -25 -660 0 -660 0 0 25 0 25
|
||||||
|
660 0 660 0 0 -25z m-8920 5 c0 -5 -9 -10 -20 -10 -11 0 -20 5 -20 10 0 6 9
|
||||||
|
10 20 10 11 0 20 -4 20 -10z m620 0 c0 -6 -108 -10 -305 -10 -197 0 -305 4
|
||||||
|
-305 10 0 6 108 10 305 10 197 0 305 -4 305 -10z m660 0 c0 -6 -108 -10 -305
|
||||||
|
-10 -197 0 -305 4 -305 10 0 6 108 10 305 10 197 0 305 -4 305 -10z m40 0 c0
|
||||||
|
-5 -7 -10 -15 -10 -8 0 -15 5 -15 10 0 6 7 10 15 10 8 0 15 -4 15 -10z m810 0
|
||||||
|
c0 -5 -9 -10 -20 -10 -11 0 -20 5 -20 10 0 6 9 10 20 10 11 0 20 -4 20 -10z
|
||||||
|
m-2830 -40 c0 -11 -4 -20 -10 -20 -5 0 -10 9 -10 20 0 11 5 20 10 20 6 0 10
|
||||||
|
-9 10 -20z m478 13 c-87 -2 -229 -2 -315 0 -87 1 -16 3 157 3 173 0 244 -2
|
||||||
|
158 -3z m169 -25 c-3 -7 -5 -2 -5 12 0 14 2 19 5 13 2 -7 2 -19 0 -25z m1390
|
||||||
|
0 c-3 -7 -5 -2 -5 12 0 14 2 19 5 13 2 -7 2 -19 0 -25z m481 25 c-87 -2 -229
|
||||||
|
-2 -315 0 -87 1 -16 3 157 3 173 0 244 -2 158 -3z m182 -13 c0 -11 -4 -20 -10
|
||||||
|
-20 -5 0 -10 9 -10 20 0 11 5 20 10 20 6 0 10 -9 10 -20z m130 -235 l0 -255
|
||||||
|
-60 0 -60 0 0 255 0 255 60 0 60 0 0 -255z m1140 230 l0 -25 -565 0 -565 0 0
|
||||||
|
25 0 25 565 0 565 0 0 -25z m4223 18 c-51 -2 -136 -2 -190 0 -54 1 -12 3 92 3
|
||||||
|
105 0 149 -2 98 -3z m-7563 -23 c0 -6 -110 -10 -310 -10 -200 0 -310 4 -310
|
||||||
|
10 0 6 110 10 310 10 200 0 310 -4 310 -10z m2040 0 c0 -6 -110 -10 -310 -10
|
||||||
|
-200 0 -310 4 -310 10 0 6 110 10 310 10 200 0 310 -4 310 -10z m5278 -355
|
||||||
|
c72 9 168 54 218 102 45 44 114 169 114 206 0 61 -51 57 676 57 l664 0 0 -430
|
||||||
|
0 -430 -870 0 -870 0 2 433 c2 237 4 347 5 244 l3 -188 58 6z m325 323 c-7
|
||||||
|
-56 -68 -172 -112 -215 -44 -42 -141 -89 -203 -97 l-48 -6 0 180 0 180 184 0
|
||||||
|
184 0 -5 -42z m-4709 -49 c4 -29 16 -69 27 -90 27 -55 24 -58 -18 -17 -49 46
|
||||||
|
-104 73 -178 87 -32 6 -60 11 -62 11 -2 0 -3 -74 -3 -165 l0 -165 -245 0 -245
|
||||||
|
0 0 195 0 195 359 0 358 0 7 -51z m259 44 c-45 -2 -122 -2 -170 0 -48 1 -11 3
|
||||||
|
82 3 94 0 133 -2 88 -3z m147 -190 c0 -132 -4 -193 -10 -183 -5 8 -10 94 -10
|
||||||
|
191 0 154 3 189 17 189 2 0 3 -89 3 -197z m-70 -2 l0 -168 -37 7 c-57 10 -139
|
||||||
|
56 -182 100 -45 46 -96 140 -105 193 l-7 37 166 0 165 0 0 -169z m30 -1 c0
|
||||||
|
-107 -4 -170 -10 -170 -6 0 -10 63 -10 170 0 107 4 170 10 170 6 0 10 -63 10
|
||||||
|
-170z m-436 88 c23 -11 58 -37 79 -57 21 -20 41 -36 45 -36 4 0 6 -3 4 -8 -1
|
||||||
|
-4 7 -25 18 -47 11 -22 23 -60 27 -85 l6 -45 -162 0 -161 0 0 159 0 158 52 -9
|
||||||
|
c29 -5 70 -19 92 -30z m285 -227 c33 -17 72 -31 85 -31 14 0 28 -4 31 -10 4
|
||||||
|
-6 -33 -10 -103 -10 l-109 0 -6 45 c-4 25 -16 64 -28 87 l-22 43 46 -47 c25
|
||||||
|
-26 72 -60 106 -77z m-889 -76 c0 -13 28 -15 195 -15 167 0 195 2 195 15 0 8
|
||||||
|
9 15 20 15 15 0 20 -7 20 -25 l0 -25 -240 0 -240 0 0 25 c0 20 5 25 25 25 16
|
||||||
|
0 25 -6 25 -15z m380 5 c0 -6 -68 -10 -185 -10 -117 0 -185 4 -185 10 0 6 68
|
||||||
|
10 185 10 117 0 185 -4 185 -10z m333 3 c-45 -2 -122 -2 -170 0 -48 1 -11 3
|
||||||
|
82 3 94 0 133 -2 88 -3z m4137 -18 l0 -25 -2020 0 -2020 0 0 25 0 25 2020 0
|
||||||
|
2020 0 0 -25z m-4055 -15 c4 -7 -57 -10 -175 -10 -118 0 -179 3 -175 10 4 6
|
||||||
|
73 10 175 10 102 0 171 -4 175 -10z m-365 -260 l0 -240 -305 0 -305 0 0 240 0
|
||||||
|
240 305 0 305 0 0 -240z m3990 50 l0 -190 -1990 0 -1990 0 0 190 0 190 1990 0
|
||||||
|
1990 0 0 -190z m500 -50 l0 -240 -245 0 -245 0 0 240 0 240 245 0 245 0 0
|
||||||
|
-240z m2700 -150 c0 -20 -7 -20 -1345 -20 -1338 0 -1345 0 -1345 20 0 20 7 20
|
||||||
|
1345 20 1338 0 1345 0 1345 -20z m-3200 -45 l0 -45 -1990 0 -1990 0 0 45 0 45
|
||||||
|
1990 0 1990 0 0 -45z m3200 0 c0 -10 -11 -16 -32 -17 l-33 -1 33 -4 c17 -2 32
|
||||||
|
-8 32 -14 0 -5 -516 -9 -1345 -9 -890 0 -1345 3 -1345 10 0 6 15 11 33 12 l32
|
||||||
|
1 -32 4 c-20 3 -33 10 -33 19 0 12 182 14 1345 14 1189 0 1345 -2 1345 -15z"/>
|
||||||
|
<path d="M577 8092 l-197 -197 0 -278 0 -277 235 0 235 0 0 475 0 475 -38 0
|
||||||
|
c-35 0 -48 -11 -235 -198z m263 -277 l0 -465 -225 0 -225 0 0 272 0 273 192
|
||||||
|
192 c172 172 196 193 225 193 l33 0 0 -465z"/>
|
||||||
|
<path d="M380 3282 l0 -327 198 -198 197 -197 123 0 122 0 0 525 0 525 -320 0
|
||||||
|
-320 0 0 -328z m630 -197 l0 -515 -118 0 -117 0 -193 193 -192 192 0 323 0
|
||||||
|
322 310 0 310 0 0 -515z"/>
|
||||||
|
<path d="M5464 8698 c-12 -5 -27 -21 -33 -34 -15 -34 -15 -793 0 -827 19 -41
|
||||||
|
48 -47 232 -47 l172 0 900 -766 900 -765 3 -177 c2 -195 10 -224 64 -255 26
|
||||||
|
-15 71 -17 413 -17 346 0 386 2 414 17 16 10 35 28 40 41 15 32 15 493 0 525
|
||||||
|
-20 45 -40 47 -397 47 l-337 0 -892 763 -893 762 0 332 c0 296 -2 335 -17 362
|
||||||
|
-10 16 -28 35 -41 40 -30 14 -499 13 -528 -1z m527 -8 c47 -26 49 -45 49 -440
|
||||||
|
0 -395 -2 -414 -49 -440 -12 -6 -116 -10 -266 -10 l-246 0 -24 25 -25 24 0
|
||||||
|
401 0 401 25 24 24 25 246 0 c150 0 254 -4 266 -10z m967 -1510 l860 -735 -62
|
||||||
|
-6 c-54 -5 -64 -3 -91 19 -16 14 -391 331 -832 705 -533 452 -800 684 -793
|
||||||
|
691 6 6 10 30 10 54 l0 44 24 -19 c14 -10 412 -349 884 -753z m-93 -54 c775
|
||||||
|
-657 822 -699 807 -717 -14 -17 -17 -17 -37 -1 -12 9 -386 325 -833 702 -763
|
||||||
|
644 -810 686 -794 702 9 9 21 16 25 15 5 -1 379 -317 832 -701z m-50 -37 l830
|
||||||
|
-700 -4 -57 c-1 -31 -4 -58 -5 -59 -2 -2 -1741 1472 -1785 1513 -2 2 27 4 65
|
||||||
|
4 l69 0 830 -701z m1730 -684 c16 -15 25 -36 25 -55 0 -27 -3 -30 -30 -30 -25
|
||||||
|
0 -30 4 -30 25 l0 25 -400 0 -400 0 0 -245 0 -245 400 0 400 0 0 30 c0 27 3
|
||||||
|
30 30 30 26 0 30 -4 30 -26 0 -36 -16 -61 -50 -79 -43 -22 -767 -22 -810 0
|
||||||
|
-55 29 -60 52 -60 295 0 232 5 265 47 289 12 7 166 11 421 11 l403 0 24 -25z
|
||||||
|
m-45 -74 c0 -26 -4 -29 -41 -35 -57 -9 -127 -47 -171 -93 -38 -40 -98 -154
|
||||||
|
-98 -188 0 -11 -3 -30 -6 -42 -6 -22 -10 -23 -145 -23 l-139 0 0 -30 0 -30
|
||||||
|
-90 0 c-73 0 -90 3 -90 15 0 10 11 15 35 15 l35 0 0 210 0 210 -35 0 c-19 0
|
||||||
|
-35 5 -35 10 0 6 137 10 390 10 l390 0 0 -29z m-722 -201 l4 -200 -29 0 -28 0
|
||||||
|
-3 200 -4 200 29 0 28 0 3 -200z m792 -1 c0 -117 -3 -178 -10 -174 -6 4 -10
|
||||||
|
73 -10 174 0 147 3 181 17 181 2 0 3 -81 3 -181z m-40 6 c0 -103 -4 -165 -10
|
||||||
|
-165 -6 0 -10 62 -10 165 0 103 4 165 10 165 6 0 10 -62 10 -165z m-30 -5 l0
|
||||||
|
-160 -154 0 -153 0 8 45 c11 58 53 141 93 183 44 48 128 89 184 91 22 1 22 1
|
||||||
|
22 -159z m0 -210 l0 -30 -85 0 -85 0 0 30 0 30 85 0 85 0 0 -30z m-180 -2 l0
|
||||||
|
-23 -205 -3 -205 -4 0 24 0 23 205 3 205 4 0 -24z"/>
|
||||||
|
<path d="M5450 8205 l0 -285 285 0 285 0 0 285 0 285 -285 0 -285 0 0 -285z
|
||||||
|
m560 0 l0 -275 -275 0 -275 0 0 275 0 275 275 0 275 0 0 -275z"/>
|
||||||
|
<path d="M7820 6130 l0 -160 165 0 165 0 0 160 0 160 -165 0 -165 0 0 -160z
|
||||||
|
m320 0 l0 -150 -155 0 -155 0 0 150 0 150 155 0 155 0 0 -150z"/>
|
||||||
|
<path d="M7746 6134 c-10 -63 -17 -117 -14 -119 2 -3 13 47 22 111 10 63 17
|
||||||
|
117 14 119 -2 3 -13 -47 -22 -111z"/>
|
||||||
|
<path d="M8085 5915 c44 -8 94 -13 110 -13 17 0 -6 6 -50 13 -44 8 -93 13
|
||||||
|
-110 13 -16 0 6 -6 50 -13z"/>
|
||||||
|
<path d="M6667 5336 c-7 -18 39 -40 49 -24 4 6 -1 17 -11 25 -24 17 -32 16
|
||||||
|
-38 -1z m43 -17 c0 -4 -7 -6 -15 -3 -8 4 -15 10 -15 15 0 4 7 6 15 3 8 -4 15
|
||||||
|
-10 15 -15z"/>
|
||||||
|
<path d="M6666 5263 c-7 -18 -8 -17 20 -31 38 -20 47 7 10 31 -22 15 -25 15
|
||||||
|
-30 0z m34 -13 c8 -5 12 -11 9 -14 -3 -3 -14 1 -25 9 -21 16 -8 20 16 5z"/>
|
||||||
|
<path d="M6667 5186 c-7 -18 39 -40 49 -24 4 6 -1 17 -11 25 -24 17 -32 16
|
||||||
|
-38 -1z m43 -17 c0 -4 -7 -6 -15 -3 -8 4 -15 10 -15 15 0 4 7 6 15 3 8 -4 15
|
||||||
|
-10 15 -15z"/>
|
||||||
|
<path d="M6660 5030 l0 -110 25 0 25 0 0 110 0 110 -25 0 -25 0 0 -110z m40 0
|
||||||
|
c0 -82 -3 -100 -15 -100 -12 0 -15 18 -15 100 0 82 3 100 15 100 12 0 15 -18
|
||||||
|
15 -100z"/>
|
||||||
|
<path d="M6666 4873 c-7 -18 -8 -17 20 -31 38 -20 47 7 10 31 -22 15 -25 15
|
||||||
|
-30 0z m34 -13 c8 -5 12 -11 9 -14 -3 -3 -14 1 -25 9 -21 16 -8 20 16 5z"/>
|
||||||
|
<path d="M6666 4803 c-7 -18 -8 -17 20 -31 38 -20 47 7 10 31 -22 15 -25 15
|
||||||
|
-30 0z m34 -13 c8 -5 12 -11 9 -14 -3 -3 -14 1 -25 9 -21 16 -8 20 16 5z"/>
|
||||||
|
<path d="M6666 4733 c-7 -18 -8 -17 20 -31 38 -20 47 7 10 31 -22 15 -25 15
|
||||||
|
-30 0z m34 -13 c8 -5 12 -11 9 -14 -3 -3 -14 1 -25 9 -21 16 -8 20 16 5z"/>
|
||||||
|
<path d="M6667 4656 c-7 -18 39 -40 49 -24 4 6 -1 17 -11 25 -24 17 -32 16
|
||||||
|
-38 -1z m43 -17 c0 -4 -7 -6 -15 -3 -8 4 -15 10 -15 15 0 4 7 6 15 3 8 -4 15
|
||||||
|
-10 15 -15z"/>
|
||||||
|
<path d="M6667 4586 c-7 -18 39 -40 49 -24 4 6 -1 17 -11 25 -24 17 -32 16
|
||||||
|
-38 -1z m43 -17 c0 -4 -7 -6 -15 -3 -8 4 -15 10 -15 15 0 4 7 6 15 3 8 -4 15
|
||||||
|
-10 15 -15z"/>
|
||||||
|
<path d="M6667 4516 c-7 -18 39 -40 49 -24 4 6 -1 17 -11 25 -24 17 -32 16
|
||||||
|
-38 -1z m43 -17 c0 -4 -7 -6 -15 -3 -8 4 -15 10 -15 15 0 4 7 6 15 3 8 -4 15
|
||||||
|
-10 15 -15z"/>
|
||||||
|
<path d="M6667 4446 c-7 -18 39 -40 49 -24 4 6 -1 17 -11 25 -24 17 -32 16
|
||||||
|
-38 -1z m43 -17 c0 -4 -7 -6 -15 -3 -8 4 -15 10 -15 15 0 4 7 6 15 3 8 -4 15
|
||||||
|
-10 15 -15z"/>
|
||||||
|
<path d="M6667 4376 c-7 -18 39 -40 49 -24 4 6 -1 17 -11 25 -24 17 -32 16
|
||||||
|
-38 -1z m43 -17 c0 -4 -7 -6 -15 -3 -8 4 -15 10 -15 15 0 4 7 6 15 3 8 -4 15
|
||||||
|
-10 15 -15z"/>
|
||||||
|
<path d="M6667 4306 c-7 -18 39 -40 49 -24 4 6 -1 17 -11 25 -24 17 -32 16
|
||||||
|
-38 -1z m43 -17 c0 -4 -7 -6 -15 -3 -8 4 -15 10 -15 15 0 4 7 6 15 3 8 -4 15
|
||||||
|
-10 15 -15z"/>
|
||||||
|
<path d="M6667 4236 c-7 -18 39 -40 49 -24 4 6 -1 17 -11 25 -24 17 -32 16
|
||||||
|
-38 -1z m43 -17 c0 -4 -7 -6 -15 -3 -8 4 -15 10 -15 15 0 4 7 6 15 3 8 -4 15
|
||||||
|
-10 15 -15z"/>
|
||||||
|
<path d="M6667 4166 c-7 -18 39 -40 49 -24 4 6 -1 17 -11 25 -24 17 -32 16
|
||||||
|
-38 -1z m43 -17 c0 -4 -7 -6 -15 -3 -8 4 -15 10 -15 15 0 4 7 6 15 3 8 -4 15
|
||||||
|
-10 15 -15z"/>
|
||||||
|
<path d="M6667 4096 c-7 -18 39 -40 49 -24 4 6 -1 17 -11 25 -24 17 -32 16
|
||||||
|
-38 -1z m43 -17 c0 -4 -7 -6 -15 -3 -8 4 -15 10 -15 15 0 4 7 6 15 3 8 -4 15
|
||||||
|
-10 15 -15z"/>
|
||||||
|
<path d="M6667 4026 c-3 -8 4 -21 18 -30 21 -14 24 -14 30 2 4 10 -1 21 -11
|
||||||
|
29 -23 17 -31 16 -37 -1z m43 -18 c0 -6 -7 -7 -16 -4 -9 3 -18 6 -20 6 -3 0
|
||||||
|
-3 4 1 10 7 11 35 2 35 -12z"/>
|
||||||
|
<path d="M6667 3956 c-3 -8 4 -21 18 -30 21 -14 24 -14 30 2 4 10 -1 21 -11
|
||||||
|
29 -23 17 -31 16 -37 -1z m43 -18 c0 -6 -7 -7 -16 -4 -9 3 -18 6 -20 6 -3 0
|
||||||
|
-3 4 1 10 7 11 35 2 35 -12z"/>
|
||||||
|
<path d="M6667 3886 c-3 -8 4 -21 18 -30 21 -14 24 -14 30 2 4 10 -1 21 -11
|
||||||
|
29 -23 17 -31 16 -37 -1z m43 -18 c0 -6 -7 -7 -16 -4 -9 3 -18 6 -20 6 -3 0
|
||||||
|
-3 4 1 10 7 11 35 2 35 -12z"/>
|
||||||
|
<path d="M6667 3816 c-3 -8 4 -21 18 -30 21 -14 24 -14 30 2 4 10 -1 21 -11
|
||||||
|
29 -23 17 -31 16 -37 -1z m43 -18 c0 -6 -7 -7 -16 -4 -9 3 -18 6 -20 6 -3 0
|
||||||
|
-3 4 1 10 7 11 35 2 35 -12z"/>
|
||||||
|
<path d="M6666 3743 c-7 -18 -8 -17 20 -31 38 -20 47 7 10 31 -22 15 -25 15
|
||||||
|
-30 0z m34 -13 c8 -5 12 -11 9 -14 -3 -3 -14 1 -25 9 -21 16 -8 20 16 5z"/>
|
||||||
|
<path d="M6666 3673 c-7 -18 -8 -17 20 -31 38 -20 47 7 10 31 -22 15 -25 15
|
||||||
|
-30 0z m34 -13 c8 -5 12 -11 9 -14 -3 -3 -14 1 -25 9 -21 16 -8 20 16 5z"/>
|
||||||
|
<path d="M6666 3603 c-7 -18 -8 -17 20 -31 38 -20 47 7 10 31 -22 15 -25 15
|
||||||
|
-30 0z m34 -13 c8 -5 12 -11 9 -14 -3 -3 -14 1 -25 9 -21 16 -8 20 16 5z"/>
|
||||||
|
<path d="M6666 3533 c-7 -18 -8 -17 20 -31 38 -20 47 7 10 31 -22 15 -25 15
|
||||||
|
-30 0z m34 -13 c8 -5 12 -11 9 -14 -3 -3 -14 1 -25 9 -21 16 -8 20 16 5z"/>
|
||||||
|
<path d="M6667 3456 c-7 -18 39 -40 49 -24 4 6 -1 17 -11 25 -24 17 -32 16
|
||||||
|
-38 -1z m43 -17 c0 -4 -7 -6 -15 -3 -8 4 -15 10 -15 15 0 4 7 6 15 3 8 -4 15
|
||||||
|
-10 15 -15z"/>
|
||||||
|
<path d="M6667 3386 c-7 -18 39 -40 49 -24 4 6 -1 17 -11 25 -24 17 -32 16
|
||||||
|
-38 -1z m43 -17 c0 -4 -7 -6 -15 -3 -8 4 -15 10 -15 15 0 4 7 6 15 3 8 -4 15
|
||||||
|
-10 15 -15z"/>
|
||||||
|
<path d="M14950 7805 l0 -485 325 0 325 0 0 288 0 287 -198 198 -197 197 -128
|
||||||
|
0 -127 0 0 -485z m447 283 l193 -193 0 -282 0 -283 -315 0 -315 0 0 475 0 475
|
||||||
|
122 0 123 0 192 -192z"/>
|
||||||
|
<path d="M15250 3338 l0 -553 -112 -112 -113 -113 135 0 135 0 153 153 152
|
||||||
|
152 0 513 0 512 -175 0 -175 0 0 -552z m340 34 l0 -507 -148 -148 -147 -147
|
||||||
|
-125 0 -125 0 108 108 107 107 0 548 0 547 165 0 165 0 0 -508z"/>
|
||||||
|
<path d="M1120 7800 l0 -400 360 0 360 0 0 400 0 400 -360 0 -360 0 0 -400z
|
||||||
|
m705 0 l0 -385 -345 0 -345 0 -3 375 c-1 206 0 381 3 388 3 10 78 12 347 10
|
||||||
|
l343 -3 0 -385z"/>
|
||||||
|
<path d="M1140 8178 c0 -3 74 -88 165 -189 91 -101 165 -186 165 -189 0 -3
|
||||||
|
-74 -88 -165 -189 -91 -101 -165 -186 -165 -189 0 -7 -16 -25 175 188 86 96
|
||||||
|
160 175 165 175 5 0 79 -79 165 -175 191 -213 175 -195 175 -188 0 3 -74 88
|
||||||
|
-165 189 -91 101 -165 186 -165 189 0 3 74 88 165 189 91 101 165 186 165 189
|
||||||
|
0 7 16 25 -175 -188 -86 -96 -160 -175 -165 -175 -5 0 -79 79 -165 175 -191
|
||||||
|
213 -175 195 -175 188z"/>
|
||||||
|
<path d="M980 7785 l0 -225 55 0 55 0 0 225 0 225 -55 0 -55 0 0 -225z m100 0
|
||||||
|
l0 -215 -45 0 -45 0 0 215 0 215 45 0 45 0 0 -215z"/>
|
||||||
|
<path d="M680 5360 l0 -400 360 0 360 0 0 400 0 400 -360 0 -360 0 0 -400z
|
||||||
|
m705 0 l0 -385 -345 0 -345 0 -3 375 c-1 206 0 381 3 388 3 10 78 12 347 10
|
||||||
|
l343 -3 0 -385z"/>
|
||||||
|
<path d="M700 5738 c0 -3 74 -88 165 -189 91 -101 165 -186 165 -189 0 -3 -74
|
||||||
|
-88 -165 -189 -91 -101 -165 -186 -165 -189 0 -7 -16 -25 175 188 86 96 160
|
||||||
|
175 165 175 5 0 79 -79 165 -175 191 -213 175 -195 175 -188 0 3 -74 88 -165
|
||||||
|
189 -91 101 -165 186 -165 189 0 3 74 88 165 189 91 101 165 186 165 189 0 7
|
||||||
|
16 25 -175 -188 -86 -96 -160 -175 -165 -175 -5 0 -79 79 -165 175 -191 213
|
||||||
|
-175 195 -175 188z"/>
|
||||||
|
<path d="M540 5335 l0 -225 55 0 55 0 0 225 0 225 -55 0 -55 0 0 -225z m100 0
|
||||||
|
l0 -215 -45 0 -45 0 0 215 0 215 45 0 45 0 0 -215z"/>
|
||||||
|
<path d="M5493 5025 c0 -38 2 -53 4 -32 2 20 2 52 0 70 -2 17 -4 1 -4 -38z"/>
|
||||||
|
<path d="M5493 4840 c0 -36 2 -50 4 -32 2 17 2 47 0 65 -2 17 -4 3 -4 -33z"/>
|
||||||
|
<path d="M5493 4655 c0 -38 2 -53 4 -32 2 20 2 52 0 70 -2 17 -4 1 -4 -38z"/>
|
||||||
|
<path d="M680 4270 l0 -400 360 0 360 0 0 400 0 400 -360 0 -360 0 0 -400z
|
||||||
|
m705 0 l0 -385 -345 0 -345 0 -3 375 c-1 206 0 381 3 388 3 10 78 12 347 10
|
||||||
|
l343 -3 0 -385z"/>
|
||||||
|
<path d="M700 4648 c0 -3 74 -88 165 -189 91 -101 165 -186 165 -189 0 -3 -74
|
||||||
|
-88 -165 -189 -91 -101 -165 -186 -165 -189 0 -7 -16 -25 175 188 86 96 160
|
||||||
|
175 165 175 5 0 79 -79 165 -175 191 -213 175 -195 175 -188 0 3 -74 88 -165
|
||||||
|
189 -91 101 -165 186 -165 189 0 3 74 88 165 189 91 101 165 186 165 189 0 7
|
||||||
|
16 25 -175 -188 -86 -96 -160 -175 -165 -175 -5 0 -79 79 -165 175 -191 213
|
||||||
|
-175 195 -175 188z"/>
|
||||||
|
<path d="M5493 4470 c0 -36 2 -50 4 -32 2 17 2 47 0 65 -2 17 -4 3 -4 -33z"/>
|
||||||
|
<path d="M540 4245 l0 -225 55 0 55 0 0 225 0 225 -55 0 -55 0 0 -225z m100 0
|
||||||
|
l0 -215 -45 0 -45 0 0 215 0 215 45 0 45 0 0 -215z"/>
|
||||||
|
<path d="M5493 4285 c0 -38 2 -53 4 -32 2 20 2 52 0 70 -2 17 -4 1 -4 -38z"/>
|
||||||
|
<path d="M5493 4100 c0 -36 2 -50 4 -32 2 17 2 47 0 65 -2 17 -4 3 -4 -33z"/>
|
||||||
|
<path d="M5493 3915 c0 -38 2 -53 4 -32 2 20 2 52 0 70 -2 17 -4 1 -4 -38z"/>
|
||||||
|
<path d="M5493 3730 c0 -36 2 -50 4 -32 2 17 2 47 0 65 -2 17 -4 3 -4 -33z"/>
|
||||||
|
<path d="M5493 3545 c0 -38 2 -53 4 -32 2 20 2 52 0 70 -2 17 -4 1 -4 -38z"/>
|
||||||
|
<path d="M12151 4888 c7 -13 29 -49 51 -80 21 -31 38 -62 38 -68 0 -6 -17 -37
|
||||||
|
-38 -68 -41 -60 -65 -102 -59 -102 2 0 25 34 51 75 26 41 51 75 56 75 5 0 30
|
||||||
|
-34 56 -75 26 -41 49 -75 51 -75 6 0 -18 42 -59 102 -21 31 -38 62 -38 68 0 6
|
||||||
|
17 37 38 68 41 60 65 102 59 102 -2 0 -25 -34 -51 -75 -26 -41 -51 -75 -56
|
||||||
|
-75 -5 0 -30 34 -56 75 -46 73 -67 99 -43 53z"/>
|
||||||
|
<path d="M12151 4498 c7 -13 31 -52 54 -88 l41 -65 -38 -60 c-44 -69 -70 -115
|
||||||
|
-64 -115 2 0 25 36 52 80 27 44 51 80 54 80 3 0 27 -36 55 -80 27 -43 51 -78
|
||||||
|
53 -76 2 2 -20 40 -49 85 -28 45 -49 87 -46 95 3 7 26 46 52 86 25 39 45 74
|
||||||
|
43 76 -2 1 -26 -33 -53 -76 -28 -44 -52 -80 -55 -80 -3 0 -27 36 -54 80 -27
|
||||||
|
44 -50 80 -53 80 -2 0 2 -10 8 -22z"/>
|
||||||
|
<path d="M12151 4098 c7 -13 31 -52 54 -88 l41 -65 -38 -60 c-44 -69 -70 -115
|
||||||
|
-64 -115 2 0 25 36 52 80 27 44 51 80 54 80 3 0 27 -36 55 -80 27 -43 51 -78
|
||||||
|
53 -76 2 2 -20 40 -49 85 -28 45 -49 87 -46 95 3 7 26 46 52 86 25 39 45 74
|
||||||
|
43 76 -2 1 -26 -33 -53 -76 -28 -44 -52 -80 -55 -80 -3 0 -27 36 -54 80 -27
|
||||||
|
44 -50 80 -53 80 -2 0 2 -10 8 -22z"/>
|
||||||
|
<path d="M12151 3698 c7 -13 29 -49 51 -80 21 -31 38 -62 38 -68 0 -6 -17 -37
|
||||||
|
-38 -68 -41 -60 -65 -102 -59 -102 2 0 25 34 51 75 26 41 51 75 56 75 5 0 30
|
||||||
|
-34 56 -75 26 -41 49 -75 51 -75 6 0 -18 42 -59 102 -21 31 -38 62 -38 68 0 6
|
||||||
|
17 37 38 68 41 60 65 102 59 102 -2 0 -25 -34 -51 -75 -26 -41 -51 -75 -56
|
||||||
|
-75 -5 0 -30 34 -56 75 -46 73 -67 99 -43 53z"/>
|
||||||
|
<path d="M10708 2333 c18 -2 45 -2 60 0 15 2 0 4 -33 4 -33 0 -45 -2 -27 -4z"/>
|
||||||
|
<path d="M10878 2333 c18 -2 45 -2 60 0 15 2 0 4 -33 4 -33 0 -45 -2 -27 -4z"/>
|
||||||
|
<path d="M11048 2333 c18 -2 45 -2 60 0 15 2 0 4 -33 4 -33 0 -45 -2 -27 -4z"/>
|
||||||
|
<path d="M11208 2333 c17 -2 47 -2 65 0 17 2 3 4 -33 4 -36 0 -50 -2 -32 -4z"/>
|
||||||
|
<path d="M11378 2333 c17 -2 47 -2 65 0 17 2 3 4 -33 4 -36 0 -50 -2 -32 -4z"/>
|
||||||
|
<path d="M11548 2333 c17 -2 47 -2 65 0 17 2 3 4 -33 4 -36 0 -50 -2 -32 -4z"/>
|
||||||
|
<path d="M11718 2333 c18 -2 45 -2 60 0 15 2 0 4 -33 4 -33 0 -45 -2 -27 -4z"/>
|
||||||
|
<path d="M11888 2333 c18 -2 45 -2 60 0 15 2 0 4 -33 4 -33 0 -45 -2 -27 -4z"/>
|
||||||
|
<path d="M12058 2333 c18 -2 45 -2 60 0 15 2 0 4 -33 4 -33 0 -45 -2 -27 -4z"/>
|
||||||
|
<path d="M12218 2333 c17 -2 47 -2 65 0 17 2 3 4 -33 4 -36 0 -50 -2 -32 -4z"/>
|
||||||
|
<path d="M12388 2333 c17 -2 47 -2 65 0 17 2 3 4 -33 4 -36 0 -50 -2 -32 -4z"/>
|
||||||
|
<path d="M12558 2333 c17 -2 47 -2 65 0 17 2 3 4 -33 4 -36 0 -50 -2 -32 -4z"/>
|
||||||
|
<path d="M12728 2333 c18 -2 45 -2 60 0 15 2 0 4 -33 4 -33 0 -45 -2 -27 -4z"/>
|
||||||
|
<path d="M12898 2333 c18 -2 45 -2 60 0 15 2 0 4 -33 4 -33 0 -45 -2 -27 -4z"/>
|
||||||
|
<path d="M13068 2333 c18 -2 45 -2 60 0 15 2 0 4 -33 4 -33 0 -45 -2 -27 -4z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 36 KiB |
192684
public/upload/floor_map/f0558a72-1701-46dd-9937-ea3368a85557.svg
Normal file
After Width: | Height: | Size: 6.0 MiB |
42449
public/upload/floor_map/f5e5215b-d689-4d25-9c95-421964040bf8.svg
Normal file
After Width: | Height: | Size: 1.3 MiB |
79125
public/upload/floor_map/f857c6a3-47db-45b1-972e-35d9c2b30601.svg
Normal file
After Width: | Height: | Size: 15 MiB |
62208
public/upload/floor_map/ffbcd71c-1c3e-4c19-9b18-d0f961457f1f.svg
Normal file
After Width: | Height: | Size: 1.9 MiB |
BIN
public/upload/forge/0.pf
Normal file
BIN
public/upload/forge/0.svf
Normal file
BIN
public/upload/forge/1.pf
Normal file
BIN
public/upload/forge/1/asphalt_uniform_color_dark.jpg
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
public/upload/forge/1/asphalt_uniform_color_light.jpg
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
public/upload/forge/1/asphalt_uniform_rough.jpg
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
public/upload/forge/1/concrete_walkway_bump.jpg
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
public/upload/forge/1/concrete_walkway_color.jpg
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
public/upload/forge/1/concrete_walkway_refl.jpg
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
public/upload/forge/1/concrete_walkway_rough.jpg
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
public/upload/forge/1/granite_base_bump.jpg
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
public/upload/forge/1/granite_base_color.jpg
Normal file
After Width: | Height: | Size: 62 KiB |
BIN
public/upload/forge/1/granite_base_refl.jpg
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
public/upload/forge/1/granite_base_specks_mask.jpg
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
public/upload/forge/1/granite_base_specks_norm.jpg
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
public/upload/forge/1/granite_blue_pearl_color.jpg
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
public/upload/forge/1/granite_blue_pearl_refl.jpg
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
public/upload/forge/1/granite_blue_pearl_rough.jpg
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
public/upload/forge/1/granite_blue_pearl_specks_mask.jpg
Normal file
After Width: | Height: | Size: 63 KiB |
BIN
public/upload/forge/1/granite_red_color.jpg
Normal file
After Width: | Height: | Size: 70 KiB |
BIN
public/upload/forge/1/granite_red_refl.jpg
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
public/upload/forge/1/granite_red_rough.jpg
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
public/upload/forge/1/granite_red_specks_mask.jpg
Normal file
After Width: | Height: | Size: 54 KiB |
BIN
public/upload/forge/1/granite_specks_bump.jpg
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
public/upload/forge/1/grass_high_quality_color.jpg
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
public/upload/forge/1/grass_high_quality_refl.jpg
Normal file
After Width: | Height: | Size: 55 KiB |
BIN
public/upload/forge/1/quartz_rust_brown_color.jpg
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
public/upload/forge/1/quartz_rust_brown_refl.jpg
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
public/upload/forge/1/quartz_rust_brown_rough.jpg
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
public/upload/forge/1/solid_desert_sand_color.jpg
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
public/upload/forge/1/solid_desert_sand_refl.jpg
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
public/upload/forge/1/solid_desert_sand_rough.jpg
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
public/upload/forge/1/texture_orangepeel_height.png
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
public/upload/forge/1/texture_rough_height.png
Normal file
After Width: | Height: | Size: 52 KiB |
BIN
public/upload/forge/1/texture_rough_rough.png
Normal file
After Width: | Height: | Size: 56 KiB |
BIN
public/upload/forge/1/texture_rough_smooth_rough.png
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
public/upload/forge/2.pf
Normal file
BIN
public/upload/forge/2/Simple_Metal_Mtl_Break_pattern.jpg
Normal file
After Width: | Height: | Size: 103 KiB |
BIN
public/upload/forge/2/Simple_Metal_Mtl_Brush_pattern.jpg
Normal file
After Width: | Height: | Size: 205 KiB |
BIN
public/upload/forge/2/Simple_Metal_Mtl_CheckerPlate_pattern.jpg
Normal file
After Width: | Height: | Size: 167 KiB |
BIN
public/upload/forge/2/Simple_Metal_Mtl_DiamondPlate_pattern.jpg
Normal file
After Width: | Height: | Size: 189 KiB |