@openattitude/steam-verticalspeedindicator-generic 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +11 -0
- package/README.md +55 -0
- package/dist/VerticalSpeedIndicator.spec.d.ts +1 -0
- package/dist/VerticalSpeedIndicator.vue.d.ts +5 -0
- package/dist/index.d.ts +1 -0
- package/dist/steam-verticalspeedindicator-generic.d.ts +2 -0
- package/dist/steam-verticalspeedindicator-generic.js +45 -0
- package/dist/steam-verticalspeedindicator-generic.js.map +1 -0
- package/package.json +52 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
Copyright (c) Torsten Dreyer <torsten@t3r.de>
|
|
2
|
+
|
|
3
|
+
SPDX-License-Identifier: LGPL-3.0-or-later
|
|
4
|
+
|
|
5
|
+
This library is free software; you can redistribute it and/or modify it under
|
|
6
|
+
the terms of the GNU Lesser General Public License as published by the Free
|
|
7
|
+
Software Foundation, either version 3 of the License, or (at your option) any
|
|
8
|
+
later version.
|
|
9
|
+
|
|
10
|
+
The full license text is available at:
|
|
11
|
+
https://www.gnu.org/licenses/lgpl-3.0.html
|
package/README.md
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
# @openattitude/steam-verticalspeedindicator-generic
|
|
2
|
+
|
|
3
|
+
Copyright (c) Torsten Dreyer (<torsten@t3r.de>). SPDX-License-Identifier: LGPL-3.0-or-later.
|
|
4
|
+
|
|
5
|
+
**Steam-style vertical speed indicator** (VSI): needle rotation from a piecewise-linear **±2000 fpm** calibration table; face is a prerendered SVG layer, needle is inline vector paths.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Installation
|
|
10
|
+
|
|
11
|
+
```bash
|
|
12
|
+
npm install @openattitude/steam-verticalspeedindicator-generic @openattitude/core vue
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
Peers: `vue` ^3.5.
|
|
16
|
+
|
|
17
|
+
**Important:** Call **`installPanelMath()`** once at application startup (`import { installPanelMath } from '@openattitude/core'`). The component uses **`Math.interpolate`** on the knot table.
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
## Export
|
|
22
|
+
|
|
23
|
+
**`VerticalSpeedIndicator`**
|
|
24
|
+
|
|
25
|
+
### Props
|
|
26
|
+
|
|
27
|
+
| Prop | Type | Description |
|
|
28
|
+
|------|------|-------------|
|
|
29
|
+
| `verticalSpeedFpm` | `number \| null \| undefined` | Vertical speed (ft/min). Treated as **0** when missing. |
|
|
30
|
+
|
|
31
|
+
Interpolation is defined internally for knots from **−2000** to **+2000** fpm; values outside the table clamp to the end angles.
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## Usage
|
|
36
|
+
|
|
37
|
+
```vue
|
|
38
|
+
<script setup lang="ts">
|
|
39
|
+
import { VerticalSpeedIndicator } from '@openattitude/steam-verticalspeedindicator-generic';
|
|
40
|
+
</script>
|
|
41
|
+
|
|
42
|
+
<template>
|
|
43
|
+
<VerticalSpeedIndicator :vertical-speed-fpm="vsiFpm" />
|
|
44
|
+
</template>
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
---
|
|
48
|
+
|
|
49
|
+
## Development
|
|
50
|
+
|
|
51
|
+
```bash
|
|
52
|
+
npm run dev:testbed --workspace=@openattitude/steam-verticalspeedindicator-generic
|
|
53
|
+
npm run test --workspace=@openattitude/steam-verticalspeedindicator-generic
|
|
54
|
+
npm run build --workspace=@openattitude/steam-verticalspeedindicator-generic
|
|
55
|
+
```
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
verticalSpeedFpm?: number | null;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, SVGSVGElement>;
|
|
5
|
+
export default _default;
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as VerticalSpeedIndicator } from './VerticalSpeedIndicator.vue';
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { computed as e, createElementBlock as t, createElementVNode as n, createVNode as r, defineComponent as i, openBlock as a, unref as o } from "vue";
|
|
2
|
+
import { PrerenderedSvgImage as s } from "@openattitude/core";
|
|
3
|
+
//#region src/face.svg
|
|
4
|
+
var c = "data:image/svg+xml,%3csvg%20width='500'%20height='500'%20viewBox='0%200%20500%20500'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='250'%20cy='250'%20r='250'%20/%3e%3cpath%20style='fill:%23ffffff'%20d='m%2097.48,326.62%20-16.24,-15.37%2018.79,-6.84%20z%20m%2040.47,-123.27%20q%20-0.04,0.43%20-0.08,0.87%20-0.02,0.4%20-0.04,0.87%20-0.02,0.46%20-0.04,1.02%200,0.56%200,1.24%20v%2016.64%20q%200,1.36%200.02,2.26%200.04,0.87%200.14,1.73%20h%20-2.96%20q%200.08,-0.87%200.12,-1.73%200.04,-0.9%200.04,-2.26%20v%20-16.64%20q%200,-0.71%20-0.02,-1.24%200,-0.56%20-0.02,-0.99%20-0.02,-0.46%20-0.06,-0.87%20-0.02,-0.43%20-0.06,-0.9%20z%20m%208.27,25.12%20q%20-2.51,0%20-4.09,-2.51%20-0.9,-1.42%20-1.28,-3.12%20-0.76,-3.28%20-0.76,-7.11%200,-1.24%200.08,-2.44%200.1,-1.24%200.25,-2.35%200.16,-1.14%200.37,-2.1%200.21,-0.96%200.49,-1.67%200.8,-2.1%202.06,-3.19%201.27,-1.11%202.9,-1.11%202.53,0%204.11,2.51%200.9,1.42%201.28,3.12%200.39,1.64%200.56,3.46%200.19,1.79%200.19,3.71%200,2.88%20-0.39,5.26%20-0.37,2.38%20-1.05,3.9%20-1.65,3.65%20-4.73,3.65%20z%20m%200.02,-3.59%20q%200.64,0%201.19,-0.34%200.55,-0.34%200.92,-0.96%200.66,-1.08%201.01,-3.16%200.35,-2.07%200.35,-4.79%200,-2.72%20-0.35,-4.73%20-0.35,-2.04%20-1.01,-3.19%20-0.35,-0.62%20-0.92,-0.96%20-0.55,-0.34%20-1.21,-0.34%20-1.36,0%20-2.18,1.58%20-1.28,2.41%20-1.28,7.52%200,2.44%200.25,4.36%200.27,1.92%200.74,3%200.9,2.01%202.49,2.01%20z%20m%2013.84,3.59%20q%20-2.51,0%20-4.09,-2.51%20-0.9,-1.42%20-1.28,-3.12%20-0.76,-3.28%20-0.76,-7.11%200,-1.24%200.08,-2.44%200.1,-1.24%200.25,-2.35%200.16,-1.14%200.37,-2.1%200.21,-0.96%200.49,-1.67%200.8,-2.1%202.06,-3.19%201.27,-1.11%202.9,-1.11%202.53,0%204.11,2.51%200.9,1.42%201.28,3.12%200.39,1.64%200.56,3.46%200.19,1.79%200.19,3.71%200,2.88%20-0.39,5.26%20-0.37,2.38%20-1.05,3.9%20-1.65,3.65%20-4.73,3.65%20z%20m%200.02,-3.59%20q%200.64,0%201.19,-0.34%200.55,-0.34%200.92,-0.96%200.66,-1.08%201.01,-3.16%200.35,-2.07%200.35,-4.79%200,-2.72%20-0.35,-4.73%20-0.35,-2.04%20-1.01,-3.19%20-0.35,-0.62%20-0.92,-0.96%20-0.55,-0.34%20-1.21,-0.34%20-1.36,0%20-2.18,1.58%20-1.28,2.41%20-1.28,7.52%200,2.44%200.25,4.36%200.27,1.92%200.74,3%200.9,2.01%202.49,2.01%20z%20m%2017.54,-1.36%20q%200,1.64%200.02,2.63%200.04,0.96%200.14,1.82%20h%20-2.9%20q%200.1,-0.8%200.12,-1.82%200.04,-1.02%200.04,-2.57%20v%20-16.3%20q%200,-0.65%20-0.02,-1.14%200,-0.49%20-0.02,-0.96%20-0.02,-0.46%20-0.06,-0.93%20-0.02,-0.46%20-0.06,-0.99%200.29,0.03%200.55,0.06%200.27,0%200.55,0.03%200.27,0%200.6,0%200.33,0%200.78,0%20h%205.45%20q%200.47,0%200.82,0%200.37,-0.03%200.66,-0.03%200.31,-0.03%200.58,-0.06%200.29,-0.06%200.6,-0.12%20v%204.18%20q%20-0.53,-0.12%20-1.13,-0.15%20-0.6,-0.06%20-1.54,-0.06%20h%20-5.18%20v%206.56%20h%204.17%20q%200.92,0%201.5,-0.03%200.58,-0.06%201.15,-0.19%20v%204.11%20q%20-0.55,-0.12%20-1.15,-0.15%20-0.6,-0.06%20-1.5,-0.06%20h%20-4.17%20z%20m%2020.85,4.67%20q%20-0.53,-0.12%20-1.07,-0.19%20-0.55,-0.03%20-1.44,-0.03%20h%20-6.07%20q%20-0.45,0%20-0.78,0%20-0.33,0%20-0.6,0%20-0.27,0.03%20-0.55,0.03%20-0.25,0.03%20-0.55,0.06%200.08,-0.93%200.12,-1.82%200.04,-0.9%200.04,-2.26%20v%20-16.73%20q%200,-1.21%20-0.04,-2.04%20-0.02,-0.87%20-0.12,-1.95%200.29,0.03%200.55,0.06%200.25,0%200.53,0.03%200.29,0%200.62,0%200.33,0%200.78,0%20h%205.88%20q%200.74,0%201.28,-0.03%200.55,-0.06%201.23,-0.19%20v%204.08%20q%20-0.27,-0.06%20-0.55,-0.09%20-0.27,-0.06%20-0.56,-0.06%20-0.29,-0.03%20-0.64,-0.03%20-0.33,-0.03%20-0.76,-0.03%20h%20-5.61%20v%206.37%20h%204.73%20q%200.76,0%201.32,-0.03%200.56,-0.06%201.21,-0.19%20v%204.05%20q%20-0.29,-0.06%20-0.56,-0.09%20-0.25,-0.06%20-0.55,-0.06%20-0.29,-0.03%20-0.64,-0.03%20-0.33,-0.03%20-0.78,-0.03%20h%20-4.75%20v%207.3%20H%20196%20q%200.82,0%201.34,-0.03%200.53,-0.06%201.15,-0.19%20z%20m%2013.34,0%20q%20-0.53,-0.12%20-1.07,-0.19%20-0.55,-0.03%20-1.44,-0.03%20h%20-6.07%20q%20-0.45,0%20-0.78,0%20-0.33,0%20-0.6,0%20-0.27,0.03%20-0.55,0.03%20-0.25,0.03%20-0.55,0.06%200.08,-0.93%200.12,-1.82%200.04,-0.9%200.04,-2.26%20v%20-16.73%20q%200,-1.21%20-0.04,-2.04%20-0.02,-0.87%20-0.12,-1.95%200.29,0.03%200.55,0.06%200.25,0%200.53,0.03%200.29,0%200.62,0%200.33,0%200.78,0%20h%205.88%20q%200.74,0%201.28,-0.03%200.55,-0.06%201.23,-0.19%20v%204.08%20q%20-0.27,-0.06%20-0.55,-0.09%20-0.27,-0.06%20-0.56,-0.06%20-0.29,-0.03%20-0.64,-0.03%20-0.33,-0.03%20-0.76,-0.03%20h%20-5.61%20v%206.37%20h%204.73%20q%200.76,0%201.32,-0.03%200.56,-0.06%201.21,-0.19%20v%204.05%20q%20-0.29,-0.06%20-0.56,-0.09%20-0.25,-0.06%20-0.55,-0.06%20-0.29,-0.03%20-0.64,-0.03%20-0.33,-0.03%20-0.78,-0.03%20h%20-4.75%20v%207.3%20h%205.84%20q%200.82,0%201.34,-0.03%200.53,-0.06%201.15,-0.19%20z%20m%209.11,-4.24%20q%200,1.27%200.02,2.17%200.04,0.9%200.14,1.86%20h%20-2.94%20q%200.1,-0.99%200.12,-1.86%200.04,-0.9%200.04,-2.17%20v%20-16.89%20h%20-2.63%20q%20-0.88,0%20-1.52,0.06%20-0.64,0.03%20-1.15,0.15%20v%20-4.14%20q%200.53,0.12%201.17,0.19%200.64,0.03%201.48,0.03%20h%207.71%20q%200.53,0%200.93,0%200.41,-0.03%200.74,-0.03%200.33,-0.03%200.62,-0.06%200.29,-0.06%200.56,-0.12%20v%204.14%20q%20-0.55,-0.12%20-1.19,-0.15%20-0.62,-0.06%20-1.67,-0.06%20h%20-2.43%20z%20m%2013.45,4.02%20q%200.1,-0.93%200.12,-1.82%200.04,-0.9%200.04,-2.17%20v%20-16.73%20q%200,-1.11%20-0.04,-2.01%20-0.02,-0.93%20-0.12,-1.98%200.62,0.06%201.15,0.09%200.55,0%201.32,0%20h%204.07%20q%201.42,0%202.43,0.56%201.01,0.53%201.71,1.64%200.6,0.93%200.9,2.29%200.31,1.36%200.31,3.03%200,3.53%20-1.3,5.69%20-0.72,1.14%20-1.73,1.7%20-1.01,0.53%20-2.41,0.53%20h%20-3.72%20v%205.17%20q%200,1.27%200.02,2.2%200.04,0.93%200.14,1.82%20z%20m%206.44,-12.74%20q%201.34,0%202.04,-1.08%200.72,-1.11%200.72,-3.16%200,-1.89%20-0.64,-2.97%20-0.33,-0.59%20-0.84,-0.84%20-0.51,-0.28%20-1.28,-0.28%20h%20-3.72%20v%208.32%20z%20m%2018.46,12.96%20q%20-0.53,-0.12%20-1.07,-0.19%20-0.55,-0.03%20-1.44,-0.03%20h%20-6.07%20q%20-0.45,0%20-0.78,0%20-0.33,0%20-0.6,0%20-0.27,0.03%20-0.55,0.03%20-0.25,0.03%20-0.55,0.06%200.08,-0.93%200.12,-1.82%200.04,-0.9%200.04,-2.26%20v%20-16.73%20q%200,-1.21%20-0.04,-2.04%20-0.02,-0.87%20-0.12,-1.95%200.29,0.03%200.55,0.06%200.25,0%200.53,0.03%200.29,0%200.62,0%200.33,0%200.78,0%20h%205.88%20q%200.74,0%201.28,-0.03%200.55,-0.06%201.23,-0.19%20v%204.08%20q%20-0.27,-0.06%20-0.55,-0.09%20-0.27,-0.06%20-0.56,-0.06%20-0.29,-0.03%20-0.64,-0.03%20-0.33,-0.03%20-0.76,-0.03%20h%20-5.61%20v%206.37%20h%204.73%20q%200.76,0%201.32,-0.03%200.56,-0.06%201.21,-0.19%20v%204.05%20q%20-0.29,-0.06%20-0.56,-0.09%20-0.25,-0.06%20-0.55,-0.06%20-0.29,-0.03%20-0.64,-0.03%20-0.33,-0.03%20-0.78,-0.03%20h%20-4.75%20v%207.3%20h%205.84%20q%200.82,0%201.34,-0.03%200.53,-0.06%201.15,-0.19%20z%20m%2012.17,-0.22%20q%20-0.04,-0.56%20-0.29,-1.76%20-0.23,-1.21%20-0.72,-3.19%20-0.39,-1.61%20-0.74,-2.63%20-0.35,-1.05%20-0.72,-1.67%20-0.35,-0.62%20-0.78,-0.87%20-0.43,-0.25%20-0.99,-0.25%20h%20-2.9%20v%206.31%20q%200,1.39%200.02,2.29%200.04,0.87%200.14,1.76%20h%20-2.9%20q%200.04,-0.49%200.06,-0.9%200.04,-0.43%200.06,-0.9%200.02,-0.46%200.02,-0.99%200.02,-0.53%200.02,-1.24%20v%20-16.65%20q%200,-0.62%20-0.02,-1.11%200,-0.49%20-0.02,-0.96%20-0.02,-0.46%20-0.06,-0.93%20-0.02,-0.46%20-0.06,-1.02%200.6,0.06%201.15,0.09%200.55,0%201.34,0%20h%204.67%20q%202.24,0%203.45,1.67%201.21,1.67%201.21,4.76%200,3%20-0.99,4.61%20-0.41,0.68%20-0.88,1.05%20-0.45,0.37%20-1.28,0.74%200.47,0.25%200.8,0.62%200.33,0.37%200.7,1.27%200.37,0.9%200.84,2.51%200.47,1.61%201.19,4.33%200.06,0.22%200.16,0.62%200.12,0.37%200.25,0.8%200.14,0.43%200.27,0.9%200.14,0.43%200.23,0.74%20z%20m%20-3.23,-13.89%20q%200.55,0%201.03,-0.28%200.49,-0.31%200.82,-0.84%200.62,-0.99%200.62,-2.72%200,-3.37%20-2.39,-3.37%20h%20-3.99%20v%207.21%20z%20m%2021.94,13.89%20q%20-0.08,-0.74%20-0.31,-1.79%20-0.21,-1.08%20-0.55,-2.38%20l%20-2.8,-10.61%20q%20-0.14,-0.53%20-0.25,-0.96%20-0.1,-0.46%20-0.21,-0.99%20-0.12,-0.53%20-0.23,-1.18%20-0.12,-0.68%20-0.29,-1.61%200.02,0.62%200.04,1.36%200.04,0.74%200.06,1.45%200.04,0.68%200.04,1.24%200.02,0.56%200.02,0.8%20v%2010.15%20q%200,1.61%200.02,2.63%200.04,0.99%200.14,1.89%20h%20-2.73%20q%200.08,-0.93%200.12,-1.95%200.04,-1.02%200.04,-2.57%20v%20-15.53%20q%200,-1.52%20-0.04,-2.57%20-0.02,-1.05%20-0.12,-2.01%20h%203.56%20q%200.21,1.7%200.72,3.68%20l%203.95,15.34%203.93,-15.34%20q%200.29,-1.14%200.45,-1.95%200.16,-0.84%200.25,-1.73%20h%203.58%20q%20-0.04,0.56%20-0.08,1.05%20-0.02,0.49%20-0.04,1.02%20-0.02,0.53%20-0.04,1.14%200,0.59%200,1.36%20v%2015.53%20q%200,1.7%200.02,2.69%200.04,0.96%200.14,1.82%20h%20-2.73%20q%200.1,-0.96%200.12,-1.92%200.04,-0.99%200.04,-2.6%20v%20-10.27%20q%200.06,-2.04%200.1,-3.22%200.04,-1.18%200.06,-1.52%20-0.19,1.27%20-0.45,2.47%20-0.23,1.21%20-0.45,2.04%20l%20-2.92,10.89%20q%20-0.16,0.56%20-0.29,1.14%20-0.12,0.56%20-0.23,1.11%20-0.12,0.56%20-0.21,1.05%20-0.08,0.46%20-0.12,0.8%20z%20m%2015.11,-24.62%20q%20-0.04,0.43%20-0.08,0.87%20-0.02,0.4%20-0.04,0.87%20-0.02,0.46%20-0.04,1.02%200,0.56%200,1.24%20v%2016.64%20q%200,1.36%200.02,2.26%200.04,0.87%200.14,1.73%20h%20-2.96%20q%200.08,-0.87%200.12,-1.73%200.04,-0.9%200.04,-2.26%20v%20-16.64%20q%200,-0.71%20-0.02,-1.24%200,-0.56%20-0.02,-0.99%20-0.02,-0.46%20-0.06,-0.87%20-0.02,-0.43%20-0.06,-0.9%20z%20m%2012.89,24.62%20q%20-0.25,-0.8%20-0.55,-1.55%20-0.27,-0.74%20-0.7,-1.76%20l%20-5.02,-12.03%20q%20-0.27,-0.71%20-0.62,-1.67%20-0.35,-0.96%20-0.7,-2.04%200,0.15%200,0.28%200.02,0.09%200.02,0.25%200.02,0.15%200.02,0.4%200.02,0.22%200.04,0.65%200,0.22%200,0.59%200.02,0.34%200.02,0.71%200.02,0.37%200.02,0.74%200.02,0.37%200.02,0.65%20v%2010.15%20q%200,1.58%200.04,2.69%200.04,1.11%200.12,1.95%20h%20-2.84%20q%200.08,-0.77%200.12,-1.92%200.04,-1.18%200.04,-2.75%20v%20-15.96%20q%200,-1.21%20-0.04,-2.1%20-0.02,-0.93%20-0.12,-1.89%20h%203.04%20q%200.14,0.59%200.41,1.36%200.27,0.74%200.78,1.92%20l%204.93,11.78%20q%200.35,0.84%200.76,1.95%200.43,1.08%200.76,2.01%20-0.04,-0.46%20-0.06,-1.02%20-0.02,-0.56%20-0.04,-1.11%20-0.02,-0.59%20-0.04,-1.14%200,-0.59%200,-1.08%20v%20-10.39%20q%200,-1.39%20-0.04,-2.38%20-0.02,-0.99%20-0.12,-1.89%20h%202.84%20q%20-0.1,0.93%20-0.14,1.89%20-0.02,0.96%20-0.02,2.38%20V%20224%20q%200,1.3%200.02,2.26%200.04,0.93%200.14,1.73%20z%20m%2019.23,-24.62%20q%20-0.1,0.87%20-0.14,1.79%20-0.02,0.93%20-0.02,2.41%20v%2010.98%20q%200,4.83%20-1.71,7.42%20-1.71,2.57%20-4.93,2.57%20-1.64,0%20-2.92,-0.77%20-1.28,-0.74%20-2.1,-2.13%20-1.46,-2.51%20-1.46,-7.11%20v%20-10.92%20q%200,-1.45%20-0.04,-2.41%20-0.02,-0.99%20-0.12,-1.82%20h%202.91%20q%20-0.1,0.8%20-0.14,1.76%20-0.02,0.96%20-0.02,2.47%20v%2010.92%20q%200,3.16%200.99,4.76%201.01,1.61%203,1.61%201.97,0%202.96,-1.61%200.99,-1.61%200.99,-4.79%20v%20-10.89%20q%200,-1.48%20-0.04,-2.41%20-0.02,-0.96%20-0.12,-1.82%20z%20m%209.58,20.6%20q%200,1.27%200.02,2.17%200.04,0.9%200.14,1.86%20h%20-2.94%20q%200.1,-0.99%200.12,-1.86%200.04,-0.9%200.04,-2.17%20v%20-16.89%20h%20-2.63%20q%20-0.88,0%20-1.52,0.06%20-0.64,0.03%20-1.15,0.15%20v%20-4.14%20q%200.53,0.12%201.17,0.19%200.64,0.03%201.48,0.03%20h%207.71%20q%200.53,0%200.93,0%200.41,-0.03%200.74,-0.03%200.33,-0.03%200.62,-0.06%200.29,-0.06%200.56,-0.12%20v%204.14%20q%20-0.55,-0.12%20-1.19,-0.15%20-0.62,-0.06%20-1.67,-0.06%20h%20-2.43%20z%20m%2018.03,4.24%20q%20-0.53,-0.12%20-1.07,-0.19%20-0.55,-0.03%20-1.44,-0.03%20h%20-6.07%20q%20-0.45,0%20-0.78,0%20-0.33,0%20-0.6,0%20-0.27,0.03%20-0.55,0.03%20-0.25,0.03%20-0.55,0.06%200.08,-0.93%200.12,-1.82%200.04,-0.9%200.04,-2.26%20v%20-16.73%20q%200,-1.21%20-0.04,-2.04%20-0.02,-0.87%20-0.12,-1.95%200.29,0.03%200.55,0.06%200.25,0%200.53,0.03%200.29,0%200.62,0%200.33,0%200.78,0%20h%205.88%20q%200.74,0%201.28,-0.03%200.55,-0.06%201.23,-0.19%20v%204.08%20q%20-0.27,-0.06%20-0.55,-0.09%20-0.27,-0.06%20-0.56,-0.06%20-0.29,-0.03%20-0.64,-0.03%20-0.33,-0.03%20-0.76,-0.03%20h%20-5.61%20v%206.37%20h%204.73%20q%200.76,0%201.32,-0.03%200.56,-0.06%201.21,-0.19%20v%204.05%20q%20-0.29,-0.06%20-0.56,-0.09%20-0.25,-0.06%20-0.55,-0.06%20-0.29,-0.03%20-0.64,-0.03%20-0.33,-0.03%20-0.78,-0.03%20h%20-4.75%20v%207.3%20h%205.84%20q%200.82,0%201.34,-0.03%200.53,-0.06%201.15,-0.19%20z%20M%20143.99,194.55%20q%20-0.07,-0.53%20-0.26,-1.27%20-0.19,-0.74%20-0.49,-1.82%20l%20-4.98,-17.85%20q%20-0.4,-1.39%20-0.65,-2.23%20-0.26,-0.84%20-0.51,-1.45%20h%203.84%20q%200.09,0.77%200.26,1.61%200.16,0.8%200.37,1.64%20l%203.86,15.28%20q%200.05,0.15%200.12,0.43%200.07,0.28%200.14,0.62%200.09,0.31%200.16,0.68%200.07,0.34%200.14,0.62%200.16,-0.71%200.28,-1.3%200.14,-0.62%200.26,-1.05%20l%203.86,-15.28%20q%200.14,-0.59%200.23,-1.02%200.12,-0.43%200.19,-0.77%200.07,-0.37%200.12,-0.71%200.05,-0.34%200.09,-0.74%20h%203.84%20q%20-0.12,0.28%20-0.23,0.62%20-0.12,0.31%20-0.26,0.74%20-0.14,0.43%20-0.3,0.99%20-0.16,0.56%20-0.37,1.33%20l%20-4.98,17.85%20q%20-0.58,2.07%20-0.72,3.09%20z%20m%2025.98,0.22%20q%20-0.63,-0.12%20-1.28,-0.19%20-0.65,-0.03%20-1.72,-0.03%20h%20-7.26%20q%20-0.54,0%20-0.93,0%20-0.4,0%20-0.72,0%20-0.33,0.03%20-0.65,0.03%20-0.3,0.03%20-0.65,0.06%200.09,-0.93%200.14,-1.82%200.05,-0.9%200.05,-2.26%20v%20-16.73%20q%200,-1.21%20-0.05,-2.04%20-0.02,-0.87%20-0.14,-1.95%200.35,0.03%200.65,0.06%200.3,0%200.63,0.03%200.35,0%200.74,0%200.4,0%200.93,0%20h%207.03%20q%200.88,0%201.54,-0.03%200.65,-0.06%201.47,-0.19%20v%204.08%20q%20-0.33,-0.06%20-0.65,-0.09%20-0.33,-0.06%20-0.68,-0.06%20-0.35,-0.03%20-0.77,-0.03%20-0.4,-0.03%20-0.91,-0.03%20h%20-6.7%20v%206.37%20h%205.66%20q%200.91,0%201.58,-0.03%200.68,-0.06%201.44,-0.19%20v%204.05%20q%20-0.35,-0.06%20-0.68,-0.09%20-0.3,-0.06%20-0.65,-0.06%20-0.35,-0.03%20-0.77,-0.03%20-0.4,-0.03%20-0.93,-0.03%20h%20-5.68%20v%207.3%20h%206.98%20q%200.98,0%201.61,-0.03%200.63,-0.06%201.37,-0.19%20z%20m%2014.55,-0.22%20q%20-0.05,-0.56%20-0.35,-1.76%20-0.28,-1.21%20-0.86,-3.19%20-0.47,-1.61%20-0.88,-2.63%20-0.42,-1.05%20-0.86,-1.67%20-0.42,-0.62%20-0.93,-0.87%20-0.51,-0.25%20-1.19,-0.25%20h%20-3.47%20v%206.31%20q%200,1.39%200.02,2.29%200.05,0.87%200.16,1.76%20h%20-3.47%20q%200.05,-0.49%200.07,-0.9%200.05,-0.43%200.07,-0.9%200.02,-0.46%200.02,-0.99%200.02,-0.53%200.02,-1.24%20v%20-16.67%20q%200,-0.62%20-0.02,-1.11%200,-0.49%20-0.02,-0.96%20-0.02,-0.46%20-0.07,-0.93%20-0.02,-0.46%20-0.07,-1.02%200.72,0.06%201.37,0.09%200.65,0%201.61,0%20h%205.59%20q%202.68,0%204.12,1.67%201.44,1.67%201.44,4.76%200,3%20-1.19,4.61%20-0.49,0.68%20-1.05,1.05%20-0.54,0.37%20-1.54,0.74%200.56,0.25%200.95,0.62%200.4,0.37%200.84,1.27%200.44,0.9%201,2.51%200.56,1.61%201.42,4.33%200.07,0.22%200.19,0.62%200.14,0.37%200.3,0.8%200.16,0.43%200.33,0.9%200.16,0.43%200.28,0.74%20z%20m%20-3.86,-13.89%20q%200.65,0%201.23,-0.28%200.58,-0.31%200.98,-0.84%200.74,-0.99%200.74,-2.72%200,-3.37%20-2.86,-3.37%20h%20-4.77%20v%207.21%20z%20m%2018.21,9.87%20q%200,1.27%200.02,2.17%200.05,0.9%200.16,1.86%20h%20-3.52%20q%200.12,-0.99%200.14,-1.86%200.05,-0.9%200.05,-2.17%20v%20-16.89%20h%20-3.14%20q%20-1.05,0%20-1.82,0.06%20-0.77,0.03%20-1.37,0.15%20v%20-4.14%20q%200.63,0.12%201.4,0.19%200.77,0.03%201.77,0.03%20h%209.22%20q%200.63,0%201.12,0%200.49,-0.03%200.88,-0.03%200.4,-0.03%200.74,-0.06%200.35,-0.06%200.68,-0.12%20v%204.14%20q%20-0.65,-0.12%20-1.42,-0.15%20-0.74,-0.06%20-2,-0.06%20h%20-2.91%20z%20m%2011.87,-20.6%20q%20-0.05,0.43%20-0.09,0.87%20-0.02,0.4%20-0.05,0.87%20-0.02,0.46%20-0.05,1.02%200,0.56%200,1.24%20v%2016.64%20q%200,1.36%200.02,2.26%200.05,0.87%200.16,1.73%20h%20-3.54%20q%200.09,-0.87%200.14,-1.73%200.05,-0.9%200.05,-2.26%20v%20-16.64%20q%200,-0.71%20-0.02,-1.24%200,-0.56%20-0.02,-0.99%20-0.02,-0.46%20-0.07,-0.87%20-0.02,-0.43%20-0.07,-0.9%20z%20m%2019.11,17.11%20q%20-0.33,1.67%20-0.68,2.72%20-0.35,1.02%20-0.88,1.92%20-1,1.64%20-2.63,2.51%20-1.61,0.87%20-3.72,0.87%20-3.82,0%20-5.98,-2.97%20-1.23,-1.7%20-1.89,-4.21%20-0.65,-2.51%20-0.65,-5.51%200,-3.09%200.7,-5.66%200.7,-2.57%202.03,-4.33%201.05,-1.42%202.56,-2.17%201.51,-0.77%203.26,-0.77%201.37,0%202.42,0.37%201.07,0.34%202.05,1.11%201.58,1.3%202.47,3.37%200.21,0.49%200.35,0.99%200.16,0.49%200.37,1.39%20l%20-3.24,0.99%20q%20-0.26,-1.02%20-0.47,-1.58%20-0.19,-0.56%20-0.54,-1.08%20-1.19,-1.92%20-3.4,-1.92%20-1.23,0%20-2.23,0.62%20-0.98,0.62%20-1.68,1.82%20-0.68,1.18%20-1.05,2.88%20-0.35,1.67%20-0.35,3.8%200,2.13%200.37,3.84%200.37,1.7%201.05,2.91%200.7,1.18%201.68,1.82%200.98,0.62%202.21,0.62%201.23,0%202.21,-0.59%201,-0.62%201.56,-1.7%200.3,-0.59%200.47,-1.18%200.16,-0.59%200.3,-1.67%20z%20m%2015.71,7.52%20q%20-0.12,-0.77%20-0.3,-1.67%20-0.16,-0.9%20-0.35,-1.58%20l%20-0.93,-3.37%20h%20-7.45%20l%20-0.93,3.37%20q%20-0.16,0.56%20-0.28,0.96%20-0.09,0.4%20-0.16,0.74%20-0.07,0.34%20-0.14,0.71%20-0.05,0.34%20-0.12,0.84%20h%20-3.82%20q%200.26,-0.62%200.58,-1.58%200.33,-0.99%200.65,-2.07%20l%205.12,-17.85%20q%200.33,-1.18%200.49,-1.82%200.16,-0.68%200.26,-1.3%20h%204.05%20q%200.05,0.28%200.09,0.56%200.05,0.25%200.14,0.59%200.09,0.34%200.21,0.8%200.14,0.46%200.35,1.18%20l%205.17,17.85%20q%200.44,1.48%200.68,2.29%200.26,0.77%200.51,1.36%20z%20m%20-4.91,-19.33%20q%20-0.07,-0.25%20-0.16,-0.59%20-0.07,-0.37%20-0.26,-1.14%20-0.14,0.56%20-0.23,0.87%20-0.07,0.28%20-0.12,0.46%20-0.02,0.15%20-0.05,0.25%20-0.02,0.06%20-0.05,0.15%20l%20-2.42,9.16%20h%205.77%20z%20m%2023.79,19.55%20q%20-0.63,-0.12%20-1.35,-0.19%20-0.72,-0.03%20-1.96,-0.03%20h%20-6.89%20q%20-0.98,0%20-1.65,0%20-0.68,0.03%20-1.3,0.09%200.12,-0.87%200.14,-1.79%200.05,-0.93%200.05,-2.29%20v%20-16.05%20q%200,-0.8%20-0.02,-1.42%200,-0.62%20-0.02,-1.14%20-0.02,-0.56%20-0.07,-1.02%20-0.02,-0.49%20-0.07,-0.99%20h%203.52%20q%20-0.05,0.46%20-0.09,0.93%20-0.02,0.46%20-0.05,0.99%20-0.02,0.49%20-0.05,1.14%200,0.65%200,1.48%20v%2016.33%20h%206.52%20q%200.58,0%201.02,0%200.47,-0.03%200.84,-0.03%200.4,-0.03%200.72,-0.06%200.35,-0.06%200.72,-0.12%20z%20m%2020.07,-7.89%20q%200.07,1.05%200.19,1.64%200.14,0.56%200.47,1.08%200.51,0.9%201.37,1.36%200.88,0.46%202.03,0.46%201.75,0%202.72,-0.96%201,-0.99%201,-2.75%200,-0.96%20-0.33,-1.7%20-0.3,-0.74%20-0.84,-1.14%20-0.26,-0.19%20-0.49,-0.31%20-0.21,-0.12%20-0.61,-0.25%20-0.37,-0.15%20-1.07,-0.37%20-0.68,-0.22%20-1.89,-0.59%20-1.3,-0.4%20-2.1,-0.8%20-0.79,-0.43%20-1.42,-1.08%20-1.79,-1.86%20-1.79,-5.01%200,-1.61%200.47,-2.91%200.47,-1.33%201.33,-2.26%200.88,-0.93%202.1,-1.42%201.21,-0.49%202.72,-0.49%202,0%203.47,0.8%201.47,0.77%202.33,2.32%200.44,0.77%200.68,1.58%200.26,0.77%200.47,2.01%20l%20-3.33,0.53%20q%20-0.12,-0.8%20-0.26,-1.27%20-0.14,-0.46%20-0.44,-0.93%20-0.93,-1.48%20-2.91,-1.48%20-1.54,0%20-2.47,0.93%20-0.93,0.93%20-0.93,2.44%200,1.89%201.58,2.81%200.19,0.09%200.35,0.19%200.19,0.06%200.51,0.19%200.33,0.12%200.88,0.31%200.56,0.15%201.54,0.43%201.4,0.4%202.28,0.87%200.88,0.43%201.51,1.02%201,0.99%201.47,2.29%200.47,1.27%200.47,3.03%200,3.31%20-1.47,5.26%20-1.84,2.35%20-5.56,2.35%20-1.44,0%20-2.75,-0.43%20-1.3,-0.43%20-2.14,-1.18%20-1.37,-1.24%20-2.05,-3.53%20-0.16,-0.53%20-0.26,-1.05%20-0.07,-0.56%20-0.19,-1.52%20z%20m%2013.9,7.67%20q%200.12,-0.93%200.14,-1.82%200.05,-0.9%200.05,-2.17%20v%20-16.73%20q%200,-1.11%20-0.05,-2.01%20-0.02,-0.93%20-0.14,-1.98%200.74,0.06%201.37,0.09%200.65,0%201.58,0%20h%204.87%20q%201.7,0%202.91,0.56%201.21,0.53%202.05,1.64%200.72,0.93%201.07,2.29%200.37,1.36%200.37,3.03%200,3.53%20-1.56,5.69%20-0.86,1.14%20-2.07,1.7%20-1.21,0.53%20-2.89,0.53%20h%20-4.45%20v%205.17%20q%200,1.27%200.02,2.2%200.05,0.93%200.16,1.82%20z%20m%207.71,-12.74%20q%201.61,0%202.44,-1.08%200.86,-1.11%200.86,-3.16%200,-1.89%20-0.77,-2.97%20-0.4,-0.59%20-1,-0.84%20-0.61,-0.28%20-1.54,-0.28%20h%20-4.45%20v%208.32%20z%20m%2022.07,12.96%20q%20-0.63,-0.12%20-1.28,-0.19%20-0.65,-0.03%20-1.72,-0.03%20h%20-7.26%20q%20-0.54,0%20-0.93,0%20-0.4,0%20-0.72,0%20-0.33,0.03%20-0.65,0.03%20-0.3,0.03%20-0.65,0.06%200.09,-0.93%200.14,-1.82%200.05,-0.9%200.05,-2.26%20v%20-16.73%20q%200,-1.21%20-0.05,-2.04%20-0.02,-0.87%20-0.14,-1.95%200.35,0.03%200.65,0.06%200.3,0%200.63,0.03%200.35,0%200.74,0%200.4,0%200.93,0%20h%207.03%20q%200.88,0%201.54,-0.03%200.65,-0.06%201.47,-0.19%20v%204.08%20q%20-0.33,-0.06%20-0.65,-0.09%20-0.33,-0.06%20-0.68,-0.06%20-0.35,-0.03%20-0.77,-0.03%20-0.4,-0.03%20-0.91,-0.03%20h%20-6.7%20v%206.37%20h%205.66%20q%200.91,0%201.58,-0.03%200.68,-0.06%201.44,-0.19%20v%204.05%20q%20-0.35,-0.06%20-0.68,-0.09%20-0.3,-0.06%20-0.65,-0.06%20-0.35,-0.03%20-0.77,-0.03%20-0.4,-0.03%20-0.93,-0.03%20h%20-5.68%20v%207.3%20h%206.98%20q%200.98,0%201.61,-0.03%200.63,-0.06%201.37,-0.19%20z%20m%2015.95,0%20q%20-0.63,-0.12%20-1.28,-0.19%20-0.65,-0.03%20-1.72,-0.03%20h%20-7.26%20q%20-0.54,0%20-0.93,0%20-0.4,0%20-0.72,0%20-0.33,0.03%20-0.65,0.03%20-0.3,0.03%20-0.65,0.06%200.09,-0.93%200.14,-1.82%200.05,-0.9%200.05,-2.26%20v%20-16.73%20q%200,-1.21%20-0.05,-2.04%20-0.02,-0.87%20-0.14,-1.95%200.35,0.03%200.65,0.06%200.3,0%200.63,0.03%200.35,0%200.74,0%200.4,0%200.93,0%20h%207.03%20q%200.88,0%201.54,-0.03%200.65,-0.06%201.47,-0.19%20v%204.08%20q%20-0.33,-0.06%20-0.65,-0.09%20-0.33,-0.06%20-0.68,-0.06%20-0.35,-0.03%20-0.77,-0.03%20-0.4,-0.03%20-0.91,-0.03%20h%20-6.7%20v%206.37%20h%205.66%20q%200.91,0%201.58,-0.03%200.68,-0.06%201.44,-0.19%20v%204.05%20q%20-0.35,-0.06%20-0.68,-0.09%20-0.3,-0.06%20-0.65,-0.06%20-0.35,-0.03%20-0.77,-0.03%20-0.4,-0.03%20-0.93,-0.03%20h%20-5.68%20v%207.3%20h%206.98%20q%200.98,0%201.61,-0.03%200.63,-0.06%201.37,-0.19%20z%20m%202.91,-20.91%20q%200,-1.3%20-0.05,-2.13%20-0.02,-0.87%20-0.14,-1.89%200.35,0.03%200.65,0.06%200.3,0%200.63,0.03%200.33,0%200.72,0%200.4,0%200.95,0%20h%204.21%20q%202.19,0%203.68,0.65%201.49,0.62%202.61,2.07%201.28,1.61%201.93,3.99%200.65,2.35%200.65,5.38%200,6.37%20-2.75,9.84%20-1.12,1.39%20-2.58,2.04%20-1.44,0.65%20-3.52,0.65%20h%20-4.24%20q%20-0.54,0%20-0.93,0%20-0.4,0%20-0.72,0%20-0.33,0.03%20-0.65,0.03%20-0.3,0.03%20-0.65,0.06%200.05,-0.46%200.07,-0.9%200.05,-0.46%200.07,-0.93%200.02,-0.46%200.02,-0.99%200.02,-0.56%200.02,-1.27%20z%20m%206.8,17.04%20q%201.44,0%202.4,-0.46%200.98,-0.46%201.72,-1.52%200.84,-1.18%201.26,-2.91%200.44,-1.76%200.44,-3.96%200,-4.39%20-1.61,-6.62%20-0.72,-0.99%20-1.7,-1.42%20-0.95,-0.43%20-2.49,-0.43%20h%20-3.72%20v%2017.32%20z%20M%20102.14,324.48%20q%200,-1.15%20-0.04,-1.89%20-0.02,-0.77%20-0.11,-1.67%200.27,0.03%200.51,0.05%200.23,0%200.49,0.03%200.25,0%200.56,0%200.31,0%200.74,0%20h%203.26%20q%201.7,0%202.85,0.58%201.15,0.55%202.02,1.84%200.99,1.43%201.5,3.54%200.51,2.08%200.51,4.77%200,5.65%20-2.13,8.72%20-0.87,1.23%20-2,1.81%20-1.12,0.58%20-2.72,0.58%20h%20-3.28%20q%20-0.41,0%20-0.72,0%20-0.31,0%20-0.56,0%20-0.25,0.03%20-0.51,0.03%20-0.23,0.03%20-0.51,0.05%200.04,-0.41%200.05,-0.8%200.04,-0.41%200.05,-0.82%200.02,-0.41%200.02,-0.88%200.02,-0.49%200.02,-1.12%20z%20m%205.27,15.11%20q%201.12,0%201.86,-0.41%200.76,-0.41%201.33,-1.34%200.65,-1.04%200.97,-2.58%200.34,-1.56%200.34,-3.51%200,-3.9%20-1.24,-5.87%20-0.56,-0.88%20-1.32,-1.26%20-0.74,-0.38%20-1.93,-0.38%20h%20-2.89%20v%2015.36%20z%20m%2015.37,-19.04%20q%202.94,0%204.74,2.74%200.99,1.51%201.5,3.7%200.52,2.17%200.52,4.86%200,2.61%20-0.49,4.72%20-0.47,2.11%20-1.35,3.62%20-0.88,1.48%20-2.13,2.3%20-1.24,0.8%20-2.78,0.8%20-1.53,0%20-2.78,-0.8%20-1.24,-0.82%20-2.13,-2.3%20-0.87,-1.51%20-1.35,-3.62%20-0.47,-2.11%20-0.47,-4.72%200,-2.66%200.52,-4.86%200.52,-2.22%201.53,-3.7%200.94,-1.4%202.07,-2.06%201.14,-0.69%202.58,-0.69%20z%20m%200.05,19.48%20q%200.97,0%201.75,-0.55%200.78,-0.58%201.32,-1.65%200.54,-1.07%200.83,-2.58%200.29,-1.51%200.29,-3.4%200,-2.08%20-0.38,-3.7%20-0.36,-1.65%20-1.05,-2.69%20-1.14,-1.67%20-2.78,-1.67%20-0.97,0%20-1.77,0.58%20-0.78,0.55%20-1.33,1.62%20-0.54,1.04%20-0.85,2.55%20-0.29,1.48%20-0.29,3.35%200,2.06%200.38,3.73%200.38,1.67%201.08,2.74%201.14,1.67%202.8,1.67%20z%20m%2019.97,2.8%20q%20-0.05,-0.49%20-0.18,-1.26%20-0.11,-0.8%20-0.25,-1.51%20l%20-1.93,-10.2%20q%20-0.14,-0.8%20-0.27,-1.62%20-0.13,-0.85%20-0.25,-1.89%20-0.14,1.18%20-0.29,2.03%20-0.13,0.82%20-0.25,1.48%20l%20-1.91,10.2%20q%20-0.16,0.93%20-0.27,1.62%20-0.11,0.66%20-0.14,1.15%20h%20-2.4%20q%20-0.04,-0.25%20-0.07,-0.41%20-0.02,-0.19%20-0.07,-0.44%20-0.04,-0.27%20-0.13,-0.71%20-0.07,-0.47%20-0.22,-1.26%20l%20-2.87,-15.74%20q%20-0.23,-1.21%20-0.4,-1.92%20-0.14,-0.71%20-0.32,-1.34%20h%202.89%20q%200.04,0.71%200.11,1.4%200.07,0.66%200.22,1.56%20l%201.68,10.45%20q%200.09,0.63%200.22,1.56%200.13,0.93%200.22,1.65%200.18,-1.26%200.29,-1.95%200.11,-0.71%200.22,-1.29%20l%202,-10.59%20q%200.31,-1.67%200.4,-2.8%20h%202.22%20q%200.04,0.49%200.14,1.23%200.13,0.74%200.27,1.51%20l%202.02,10.56%20q%200.05,0.27%200.09,0.55%200.05,0.25%200.11,0.6%200.05,0.36%200.13,0.88%200.07,0.52%200.18,1.29%200.04,-0.25%200.05,-0.38%200.02,-0.14%200.04,-0.27%200.02,-0.16%200.04,-0.36%200.04,-0.22%200.07,-0.58%200.02,-0.16%200.05,-0.41%200.04,-0.27%200.07,-0.52%200.04,-0.27%200.05,-0.49%200.04,-0.25%200.05,-0.33%20l%201.68,-10.34%20q%200.14,-0.8%200.22,-1.56%200.07,-0.8%200.09,-1.37%20h%202.89%20q%20-0.09,0.36%20-0.18,0.69%20-0.07,0.33%20-0.16,0.71%20-0.07,0.36%20-0.16,0.82%20-0.09,0.44%20-0.2,1.04%20l%20-2.89,15.72%20q%20-0.09,0.58%20-0.16,0.96%20-0.05,0.36%20-0.09,0.55%20-0.05,0.3%20-0.09,0.47%20-0.02,0.16%20-0.04,0.3%20-0.02,0.11%20-0.04,0.25%20-0.02,0.11%20-0.04,0.33%20z%20m%2017.33,0%20q%20-0.23,-0.71%20-0.51,-1.37%20-0.25,-0.66%20-0.65,-1.56%20l%20-4.65,-10.67%20q%20-0.25,-0.63%20-0.58,-1.48%20-0.32,-0.85%20-0.65,-1.81%200,0.14%200,0.25%200.02,0.08%200.02,0.22%200.02,0.14%200.02,0.36%200.02,0.19%200.04,0.58%200,0.19%200,0.52%200.02,0.3%200.02,0.63%200.02,0.33%200.02,0.66%200.02,0.33%200.02,0.58%20v%209%20q%200,1.4%200.04,2.39%200.04,0.99%200.11,1.73%20h%20-2.63%20q%200.07,-0.69%200.11,-1.7%200.04,-1.04%200.04,-2.44%20v%20-14.15%20q%200,-1.07%20-0.04,-1.87%20-0.02,-0.82%20-0.11,-1.67%20h%202.81%20q%200.13,0.52%200.38,1.21%200.25,0.66%200.72,1.7%20l%204.56,10.45%20q%200.32,0.74%200.7,1.73%200.4,0.96%200.7,1.78%20-0.04,-0.41%20-0.05,-0.91%20-0.02,-0.49%20-0.04,-0.99%20-0.02,-0.52%20-0.04,-1.01%200,-0.52%200,-0.96%20v%20-9.22%20q%200,-1.23%20-0.04,-2.11%20-0.02,-0.88%20-0.11,-1.67%20h%202.63%20q%20-0.09,0.82%20-0.13,1.67%20-0.02,0.85%20-0.02,2.11%20v%2014.51%20q%200,1.15%200.02,2%200.04,0.82%200.13,1.54%20z%20M%20117.11,156.78%20q%20-0.11,0.77%20-0.15,1.59%20-0.02,0.82%20-0.02,2.14%20v%209.74%20q%200,4.28%20-1.93,6.58%20-1.93,2.28%20-5.54,2.28%20-1.84,0%20-3.29,-0.69%20-1.45,-0.66%20-2.37,-1.89%20-1.64,-2.22%20-1.64,-6.31%20v%20-9.68%20q%200,-1.29%20-0.04,-2.14%20-0.02,-0.88%20-0.13,-1.62%20h%203.26%20q%20-0.11,0.71%20-0.15,1.56%20-0.02,0.85%20-0.02,2.19%20v%209.68%20q%200,2.8%201.12,4.22%201.14,1.43%203.37,1.43%202.21,0%203.33,-1.43%201.12,-1.43%201.12,-4.25%20v%20-9.66%20q%200,-1.32%20-0.04,-2.14%20-0.02,-0.85%20-0.13,-1.62%20z%20m%203.09,21.83%20q%200.11,-0.82%200.13,-1.62%200.04,-0.8%200.04,-1.92%20v%20-14.84%20q%200,-0.99%20-0.04,-1.78%20-0.02,-0.82%20-0.13,-1.76%200.7,0.05%201.29,0.08%200.61,0%201.49,0%20h%204.58%20q%201.6,0%202.74,0.49%201.14,0.47%201.93,1.45%200.68,0.82%201.01,2.03%200.35,1.21%200.35,2.69%200,3.13%20-1.47,5.05%20-0.81,1.01%20-1.95,1.51%20-1.14,0.47%20-2.72,0.47%20h%20-4.18%20v%204.58%20q%200,1.12%200.02,1.95%200.04,0.82%200.15,1.62%20z%20m%207.25,-11.3%20q%201.51,0%202.3,-0.96%200.81,-0.99%200.81,-2.8%200,-1.67%20-0.72,-2.63%20-0.37,-0.52%20-0.94,-0.74%20-0.57,-0.25%20-1.45,-0.25%20h%20-4.18%20v%207.38%20z%20m%20-23.54,-19.46%20q%200.22,0.68%200.42,1.05%200.19,0.37%200.54,0.74%201.34,1.58%203.93,1.58%202.4,0%203.81,-1.39%201.44,-1.39%201.44,-3.72%200,-2.29%20-1.38,-3.63%20-1.34,-1.36%20-3.65,-1.36%20-2.43,0%20-3.97,1.43%20-0.35,0.34%20-0.54,0.62%20-0.19,0.25%20-0.42,0.77%20l%20-4,-0.37%20q%200.13,-0.84%200.19,-1.3%200.06,-0.5%200.1,-0.81%200.06,-0.31%200.06,-0.53%200.03,-0.25%200.06,-0.59%20l%200.74,-7.68%20q%200.03,-0.43%200.06,-1.21%200.03,-0.77%200.06,-1.95%200.35,0.03%200.67,0.06%200.35,0%200.74,0.03%200.38,0%200.86,0%200.48,0%201.12,0%20h%207.87%20q%200.83,0%201.41,0%200.61,-0.03%201.09,-0.03%200.51,-0.03%200.96,-0.06%200.45,-0.06%200.99,-0.15%20v%203.9%20q%20-1.06,-0.15%20-2.08,-0.19%20Q%20114,133%20112.66,133%20h%20-7.52%20l%20-0.51,5.42%20q%20-0.06,0.37%20-0.19,1.3%201.18,-0.99%202.49,-1.43%201.31,-0.46%202.97,-0.46%203.93,0%206.24,2.32%201.18,1.12%201.73,2.54%200.54,1.43%200.54,3.28%200,2.05%20-0.67,3.69%20-0.67,1.64%20-1.92,2.79%20-1.25,1.12%20-3.04,1.74%20-1.76,0.62%20-4,0.62%20-4.7,0%20-7.29,-2.7%20-0.32,-0.34%20-0.58,-0.65%20-0.26,-0.34%20-0.51,-0.71%20-0.22,-0.4%20-0.45,-0.87%20-0.22,-0.5%20-0.48,-1.15%20z%20m%200,215.81%20q%200.22,0.68%200.42,1.05%200.19,0.37%200.54,0.74%201.34,1.58%203.93,1.58%202.4,0%203.81,-1.39%201.44,-1.39%201.44,-3.72%200,-2.29%20-1.38,-3.63%20-1.34,-1.36%20-3.65,-1.36%20-2.43,0%20-3.97,1.43%20-0.35,0.34%20-0.54,0.62%20-0.19,0.25%20-0.42,0.77%20l%20-4,-0.37%20q%200.13,-0.84%200.19,-1.3%200.06,-0.5%200.1,-0.81%200.06,-0.31%200.06,-0.53%200.03,-0.25%200.06,-0.59%20l%200.74,-7.68%20q%200.03,-0.43%200.06,-1.21%200.03,-0.77%200.06,-1.95%200.35,0.03%200.67,0.06%200.35,0%200.74,0.03%200.38,0%200.86,0%200.48,0%201.12,0%20h%207.87%20q%200.83,0%201.41,0%200.61,-0.03%201.09,-0.03%200.51,-0.03%200.96,-0.06%200.45,-0.06%200.99,-0.15%20v%203.9%20q%20-1.06,-0.15%20-2.08,-0.19%20-0.99,-0.06%20-2.33,-0.06%20h%20-7.52%20l%20-0.51,5.42%20q%20-0.06,0.37%20-0.19,1.3%201.18,-0.99%202.49,-1.43%201.31,-0.46%202.97,-0.46%203.93,0%206.24,2.32%201.18,1.12%201.73,2.54%200.54,1.43%200.54,3.28%200,2.05%20-0.67,3.69%20-0.67,1.64%20-1.92,2.79%20-1.25,1.12%20-3.04,1.74%20-1.76,0.62%20-4,0.62%20-4.7,0%20-7.29,-2.7%20-0.32,-0.34%20-0.58,-0.65%20-0.26,-0.34%20-0.51,-0.71%20-0.22,-0.4%20-0.45,-0.87%20-0.22,-0.5%20-0.48,-1.15%20z%20m%20246.43,7.64%20q%20-0.06,0.43%20-0.13,0.87%20-0.03,0.4%20-0.06,0.87%20-0.03,0.46%20-0.06,1.02%200,0.56%200,1.24%20v%2016.67%20q%200,1.36%200.03,2.26%200.06,0.87%200.22,1.74%20h%20-4.86%20q%200.13,-0.87%200.19,-1.74%200.06,-0.9%200.06,-2.26%20v%20-16.66%20q%200,-0.71%20-0.03,-1.24%200,-0.56%20-0.03,-0.99%20-0.03,-0.46%20-0.1,-0.87%20-0.03,-0.43%20-0.1,-0.9%20z%20m%208.54,18.25%20q%200.22,0.68%200.42,1.05%200.19,0.37%200.54,0.74%201.34,1.58%203.93,1.58%202.4,0%203.81,-1.39%201.44,-1.39%201.44,-3.72%200,-2.29%20-1.38,-3.63%20-1.34,-1.36%20-3.65,-1.36%20-2.43,0%20-3.97,1.43%20-0.35,0.34%20-0.54,0.62%20-0.19,0.25%20-0.42,0.77%20l%20-4,-0.37%20q%200.13,-0.84%200.19,-1.3%200.06,-0.5%200.1,-0.81%200.06,-0.31%200.06,-0.53%200.03,-0.25%200.06,-0.59%20l%200.74,-7.68%20q%200.03,-0.43%200.06,-1.21%200.03,-0.77%200.06,-1.95%200.35,0.03%200.67,0.06%200.35,0%200.74,0.03%200.38,0%200.86,0%200.48,0%201.12,0%20h%207.87%20q%200.83,0%201.41,0%200.61,-0.03%201.09,-0.03%200.51,-0.03%200.96,-0.06%200.45,-0.06%200.99,-0.15%20v%203.9%20q%20-1.06,-0.15%20-2.08,-0.19%20-0.99,-0.06%20-2.33,-0.06%20h%20-7.52%20l%20-0.51,5.42%20q%20-0.06,0.37%20-0.19,1.3%201.18,-0.99%202.49,-1.43%201.31,-0.46%202.97,-0.46%203.93,0%206.24,2.32%201.18,1.12%201.73,2.54%200.54,1.43%200.54,3.28%200,2.05%20-0.67,3.69%20-0.67,1.64%20-1.92,2.79%20-1.25,1.12%20-3.04,1.74%20-1.76,0.62%20-4,0.62%20-4.7,0%20-7.29,-2.7%20-0.32,-0.34%20-0.58,-0.65%20-0.26,-0.34%20-0.51,-0.71%20-0.22,-0.4%20-0.45,-0.87%20-0.22,-0.5%20-0.48,-1.15%20z%20M%20350.34,101%20q%20-0.06,0.43%20-0.13,0.87%20-0.03,0.4%20-0.06,0.87%20-0.03,0.46%20-0.06,1.02%200,0.56%200,1.24%20v%2016.67%20q%200,1.36%200.03,2.26%200.06,0.87%200.22,1.74%20h%20-4.86%20q%200.13,-0.87%200.19,-1.74%200.06,-0.9%200.06,-2.26%20V%20105%20q%200,-0.71%20-0.03,-1.24%200,-0.56%20-0.03,-0.99%20-0.03,-0.46%20-0.1,-0.87%20-0.03,-0.43%20-0.1,-0.9%20z%20m%208.54,18.25%20q%200.22,0.68%200.42,1.05%200.19,0.37%200.54,0.74%201.34,1.58%203.93,1.58%202.4,0%203.81,-1.39%201.44,-1.39%201.44,-3.72%200,-2.29%20-1.38,-3.63%20-1.34,-1.36%20-3.65,-1.36%20-2.43,0%20-3.97,1.43%20-0.35,0.34%20-0.54,0.62%20-0.19,0.25%20-0.42,0.77%20l%20-4,-0.37%20q%200.13,-0.84%200.19,-1.3%200.06,-0.5%200.1,-0.81%200.06,-0.31%200.06,-0.53%200.03,-0.25%200.06,-0.59%20l%200.74,-7.68%20q%200.03,-0.43%200.06,-1.21%200.03,-0.77%200.06,-1.95%200.35,0.03%200.67,0.06%200.35,0%200.74,0.03%200.38,0%200.86,0%200.48,0%201.12,0%20h%207.87%20q%200.83,0%201.41,0%200.61,-0.03%201.09,-0.03%200.51,-0.03%200.96,-0.06%200.45,-0.06%200.99,-0.15%20v%203.9%20q%20-1.06,-0.15%20-2.08,-0.19%20-0.99,-0.06%20-2.33,-0.06%20h%20-7.52%20l%20-0.51,5.42%20q%20-0.06,0.37%20-0.19,1.3%201.18,-0.99%202.49,-1.43%201.31,-0.46%202.97,-0.46%203.93,0%206.24,2.32%201.18,1.12%201.73,2.54%200.54,1.43%200.54,3.28%200,2.05%20-0.67,3.69%20-0.67,1.64%20-1.92,2.79%20-1.25,1.12%20-3.04,1.74%20-1.76,0.62%20-4,0.62%20-4.7,0%20-7.29,-2.7%20-0.32,-0.34%20-0.58,-0.65%20-0.26,-0.34%20-0.51,-0.71%20-0.22,-0.4%20-0.45,-0.87%20-0.22,-0.5%20-0.48,-1.15%20z%20M%20201.3,388.14%20q%20-0.13,0.89%20-0.25,1.78%20-0.06,0.83%20-0.13,1.78%20-0.06,0.96%20-0.13,2.1%200,1.15%200,2.55%20v%2034.27%20q%200,2.8%200.06,4.65%200.13,1.78%200.44,3.57%20h%20-9.54%20q%200.25,-1.78%200.38,-3.57%200.13,-1.85%200.13,-4.65%20v%20-34.27%20q%200,-1.46%20-0.06,-2.55%200,-1.15%20-0.06,-2.04%20-0.06,-0.96%20-0.19,-1.78%20-0.06,-0.89%20-0.19,-1.85%20z%20m%2026.67,51.72%20q%20-8.1,0%20-13.18,-5.16%20-2.89,-2.93%20-4.14,-6.43%20-2.45,-6.75%20-2.45,-14.65%200,-2.55%200.25,-5.03%200.31,-2.55%200.82,-4.84%200.5,-2.36%201.19,-4.33%200.69,-1.97%201.57,-3.44%202.57,-4.33%206.65,-6.56%204.08,-2.29%209.35,-2.29%208.16,0%2013.24,5.16%202.89,2.93%204.14,6.43%201.26,3.38%201.82,7.13%200.63,3.69%200.63,7.64%200,5.92%20-1.26,10.83%20-1.19,4.9%20-3.39,8.03%20-5.33,7.52%20-15.25,7.52%20z%20m%200.06,-7.39%20q%202.07,0%203.83,-0.7%201.76,-0.7%202.95,-1.97%202.13,-2.23%203.26,-6.5%201.13,-4.27%201.13,-9.87%200,-5.61%20-1.13,-9.75%20-1.13,-4.2%20-3.26,-6.56%20-1.13,-1.27%20-2.95,-1.97%20-1.76,-0.7%20-3.89,-0.7%20-4.39,0%20-7.03,3.25%20-4.14,4.97%20-4.14,15.48%200,5.03%200.82,8.98%200.88,3.95%202.38,6.18%202.89,4.14%208.03,4.14%20z%20M%20385.24,275.35%20q%20-1.27,0%20-2.09,0%20-0.83,0%20-1.44,0.06%20-0.57,0.06%20-1.05,0.13%20-0.48,0.06%20-1.05,0.13%200.22,-2.74%200.44,-4.59%200.26,-1.85%200.7,-3.57%201.75,-6.88%205.98,-12.48%200.57,-0.76%201.13,-1.4%200.61,-0.7%201.4,-1.53%200.79,-0.89%201.88,-2.04%201.13,-1.15%202.79,-2.74%201.48,-1.53%202.49,-2.68%201.05,-1.21%201.61,-2.29%200.61,-1.08%200.87,-2.1%200.26,-1.08%200.26,-2.29%200,-3.25%20-1.61,-5.1%20-1.61,-1.91%20-4.41,-1.91%20-3.88,0%20-5.54,3.76%20-0.57,1.15%20-0.87,2.42%20-0.26,1.21%20-0.48,3.44%20l%20-6.24,-1.08%20q%200.44,-3.63%201.09,-5.86%200.7,-2.29%201.92,-4.33%203.36,-5.67%209.99,-5.67%202.88,0%205.15,1.02%202.27,0.96%203.88,2.8%201.61,1.78%202.44,4.39%200.87,2.61%200.87,5.86%200,3.18%20-0.74,5.61%20-0.74,2.36%20-2.36,4.59%20-0.48,0.64%20-0.87,1.15%20-0.39,0.51%20-1.13,1.27%20-0.7,0.76%20-1.96,2.04%20-1.22,1.27%20-3.36,3.38%20-1.44,1.46%20-2.92,3.31%20-1.44,1.78%20-2.27,3.06%20-1,1.53%20-1.53,2.74%20-0.48,1.15%20-0.96,2.99%20h%2012.22%20q%202.09,0%203.67,-0.13%201.61,-0.13%202.71,-0.38%20v%208.41%20q%20-1.53,-0.19%20-3.01,-0.32%20-1.48,-0.06%20-3.58,-0.06%20z%20m%2038.57,1.02%20q%20-5.63,0%20-9.16,-5.16%20-2.01,-2.93%20-2.88,-6.43%20-1.7,-6.75%20-1.7,-14.65%200,-2.55%200.17,-5.03%200.22,-2.55%200.57,-4.84%200.35,-2.36%200.83,-4.33%200.48,-1.97%201.09,-3.44%201.79,-4.33%204.63,-6.56%202.84,-2.29%206.5,-2.29%205.67,0%209.21,5.16%202.01,2.93%202.88,6.43%200.87,3.38%201.27,7.13%200.44,3.69%200.44,7.64%200,5.92%20-0.87,10.83%20-0.83,4.9%20-2.36,8.03%20-3.71,7.52%20-10.6,7.52%20z%20m%200.04,-7.39%20q%201.44,0%202.66,-0.7%201.22,-0.7%202.05,-1.97%201.48,-2.23%202.27,-6.5%200.79,-4.27%200.79,-9.87%200,-5.61%20-0.79,-9.75%20-0.79,-4.2%20-2.27,-6.56%20-0.79,-1.27%20-2.05,-1.97%20-1.22,-0.7%20-2.71,-0.7%20-3.05,0%20-4.89,3.25%20-2.88,4.97%20-2.88,15.48%200,5.03%200.57,8.98%200.61,3.95%201.66,6.18%202.01,4.14%205.59,4.14%20z%20M%20201.3,61.16%20q%20-0.13,0.89%20-0.25,1.78%20-0.06,0.83%20-0.13,1.78%20-0.06,0.96%20-0.13,2.1%200,1.15%200,2.55%20v%2034.27%20q%200,2.8%200.06,4.65%200.13,1.78%200.44,3.57%20h%20-9.54%20q%200.25,-1.78%200.38,-3.57%200.13,-1.85%200.13,-4.65%20V%2069.38%20q%200,-1.46%20-0.06,-2.55%200,-1.15%20-0.06,-2.04%20-0.06,-0.96%20-0.19,-1.78%20-0.06,-0.89%20-0.19,-1.85%20z%20m%2026.67,51.72%20q%20-8.1,0%20-13.18,-5.16%20-2.89,-2.93%20-4.14,-6.43%20-2.45,-6.75%20-2.45,-14.65%200,-2.55%200.25,-5.03%200.31,-2.55%200.82,-4.84%200.5,-2.36%201.19,-4.33%200.69,-1.97%201.57,-3.44%202.57,-4.33%206.65,-6.56%204.08,-2.29%209.35,-2.29%208.16,0%2013.24,5.16%202.89,2.93%204.14,6.43%201.26,3.38%201.82,7.13%200.63,3.69%200.63,7.64%200,5.92%20-1.26,10.83%20-1.19,4.9%20-3.39,8.03%20-5.33,7.52%20-15.25,7.52%20z%20m%200.06,-7.39%20q%202.07,0%203.83,-0.7%201.76,-0.7%202.95,-1.97%202.13,-2.23%203.26,-6.5%201.13,-4.27%201.13,-9.87%200,-5.61%20-1.13,-9.75%20-1.13,-4.2%20-3.26,-6.56%20-1.13,-1.27%20-2.95,-1.97%20-1.76,-0.7%20-3.89,-0.7%20-4.39,0%20-7.03,3.25%20-4.14,4.97%20-4.14,15.48%200,5.03%200.82,8.98%200.88,3.95%202.38,6.18%202.89,4.14%208.03,4.14%20z%20m%20220.67,202.58%201.34,-4.82%2033.71,9.41%20-1.34,4.82%20z%20m%20-10.92,29.06%202.05,-4.56%2031.92,14.35%20-2.05,4.56%20z%20m%20-15.14,27.1%202.71,-4.2%2029.42,18.96%20-2.71,4.2%20z%20m%20-19.02,24.53%203.31,-3.75%2026.25,23.15%20-3.31,3.75%20z%20m%20-52.28,41.75%204.33,-2.5%2017.5,30.31%20-4.33,2.5%20z%20m%20-32.89,14.85%204.7,-1.71%2011.97,32.89%20-4.7,1.71%20z%20m%20-34.97,8.92%204.92,-0.87%206.08,34.47%20-4.92,0.87%20z%20m%20-35.98,2.71%20h%205%20v%2035%20h%20-5%20z%20m%20-67.26,-12.09%204.73,1.63%20-11.39,33.09%20-4.73,-1.63%20z%20m%20-29.63,-13.31%204.41,2.35%20-16.43,30.9%20-4.41,-2.35%20z%20m%20-27.18,-17.78%203.99,3.01%20-21.06,27.95%20-3.99,-3.01%20z%20m%20-24.07,-21.82%203.47,3.6%20-25.18,24.31%20-3.47,-3.6%20z%20m%20-33.3,-47.02%202.35,4.41%20-30.9,16.43%20-2.35,-4.41%20z%20m%20-10.2,-23.12%201.79,4.67%20-32.68,12.54%20-1.79,-4.67%20z%20m%20-7.31,-24.2%201.21,4.85%20-33.96,8.47%20-1.21,-4.85%20z%20m%20-4.31,-24.91%200.61,4.96%20-34.74,4.27%20-0.61,-4.96%20z%20M%2043,247.49%20v%205%20H%208%20v%20-5%20z%20m%20407.05,-50.76%20-1.34,-4.82%2033.71,-9.41%201.34,4.82%20z%20m%20-10.21,-29.32%20-2.05,-4.56%2031.92,-14.35%202.05,4.56%20z%20m%20-14.48,-27.46%20-2.71,-4.2%2029.42,-18.96%202.71,4.2%20z%20m%20-18.43,-24.98%20-3.31,-3.75%2026.25,-23.15%203.31,3.75%20z%20m%20-51.26,-43%20-4.33,-2.5%2017.5,-30.31%204.33,2.5%20z%20m%20-32.52,-15.64%20-4.7,-1.71%2011.97,-32.89%204.7,1.71%20z%20m%20-34.74,-9.76%20-4.92,-0.87%206.08,-34.47%204.92,0.87%20z%20M%20252.5,42.99%20h%20-5%20v%20-35%20h%205%20z%20m%20-67.53,10.46%20-4.73,1.63%20-11.39,-33.09%204.73,-1.63%20z%20m%20-29.94,12.59%20-4.41,2.35%20-16.43,-30.9%204.41,-2.35%20z%20m%20-27.61,17.12%20-3.99,3.01%20-21.06,-27.95%203.99,-3.01%20z%20m%20-24.59,21.23%20-3.47,3.6%20-25.18,-24.31%203.47,-3.6%20z%20m%20-34.43,46.2%20-2.35,4.41%20-30.9,-16.43%202.35,-4.41%20z%20m%20-10.76,22.87%20-1.79,4.67%20-32.68,-12.54%201.79,-4.67%20z%20m%20-7.89,24.01%20-1.21,4.85%20-33.96,-8.47%201.21,-4.85%20z%20m%20-4.91,24.8%20-0.61,4.96%20L%209.49,222.96%2010.1,218%20Z%20m%20395.11,56.07%201.22,-9.93%2049.63,6.09%20-1.22,9.93%20z%20m%20-70.37,121.93%207.66,-6.43%2032.14,38.3%20-7.66,6.43%20z%20m%20-157.85,37.92%209.85,1.74%20-8.68,49.24%20-9.85,-1.74%20z%20m%20-121.88,-82.18%205.74,8.19%20-40.96,28.68%20-5.74,-8.19%20z%20m%20351.32,-124.47%20-1.22,-9.93%2049.63,-6.09%201.22,9.93%20z%20m%20-63.93,-125.43%20-7.66,-6.43%2032.14,-38.3%207.66,6.43%20z%20m%20-155.66,-46.08%20-9.85,1.74%20-8.68,-49.24%209.85,-1.74%20z%20m%20-125.99,75.73%20-5.74,8.19%20-40.96,-28.68%205.74,-8.19%20z%20M%2058,244.98%20v%2010%20H%208%20v%20-10%20z%20m%2039.48,-71.62%202.56,22.21%20-18.79,-6.84%20z'%20/%3e%3cpath%20id='path96'%20style='fill:none;stroke:%23ffffff;stroke-width:5;'%20d='m%2090.25,308.14%20a%20170,170%200%200%201%200,-116.29%20m%20384.06,30.6%20a%20226,226%200%200%201%200,55.08'%20/%3e%3c/svg%3e", l = {
|
|
5
|
+
width: "500",
|
|
6
|
+
height: "500",
|
|
7
|
+
viewBox: "0 0 500 500",
|
|
8
|
+
version: "1.1",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
"xmlns:svg": "http://www.w3.org/2000/svg"
|
|
11
|
+
}, u = ["transform"], d = /* @__PURE__ */ i({
|
|
12
|
+
__name: "VerticalSpeedIndicator",
|
|
13
|
+
props: { verticalSpeedFpm: {} },
|
|
14
|
+
setup(i) {
|
|
15
|
+
let d = [
|
|
16
|
+
[-2e3, -173],
|
|
17
|
+
[-1500, -130],
|
|
18
|
+
[-1e3, -80],
|
|
19
|
+
[-500, -35],
|
|
20
|
+
[0, 0],
|
|
21
|
+
[500, 35],
|
|
22
|
+
[1e3, 80],
|
|
23
|
+
[1500, 130],
|
|
24
|
+
[2e3, 173]
|
|
25
|
+
], f = i, p = e(() => `rotate(${Math.interpolate(f.verticalSpeedFpm ?? 0, d)} 250 250)`);
|
|
26
|
+
return (e, i) => (a(), t("svg", l, [r(o(s), { href: o(c) }, null, 8, ["href"]), n("g", { transform: p.value }, [...i[0] ||= [n("path", {
|
|
27
|
+
style: {
|
|
28
|
+
stroke: "#717171",
|
|
29
|
+
"stroke-width": "1"
|
|
30
|
+
},
|
|
31
|
+
d: "M 334.39,236.02 A 14.8,13.98 0 0 0 324.11,240 H 257.83 A 12.73,12.73 0 0 0 250,237.27 12.73,12.73 0 0 0 242.17,240 h -22.13 v 20 h 22.13 a 12.73,12.73 0 0 0 7.83,2.73 12.73,12.73 0 0 0 7.83,-2.73 h 66.28 a 14.8,13.98 0 0 0 10.28,3.98 A 14.8,13.98 0 0 0 349.2,250 14.8,13.98 0 0 0 334.39,236.02 Z"
|
|
32
|
+
}, null, -1), n("path", {
|
|
33
|
+
style: {
|
|
34
|
+
fill: "#ffffff",
|
|
35
|
+
stroke: "#717171",
|
|
36
|
+
"stroke-width": "1"
|
|
37
|
+
},
|
|
38
|
+
d: "M 55.15,240 H 220.9 v 20 H 55.15 L 32.06,250 Z"
|
|
39
|
+
}, null, -1)]], 8, u)]));
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
//#endregion
|
|
43
|
+
export { d as VerticalSpeedIndicator };
|
|
44
|
+
|
|
45
|
+
//# sourceMappingURL=steam-verticalspeedindicator-generic.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"steam-verticalspeedindicator-generic.js","names":[],"sources":["../src/face.svg","../src/VerticalSpeedIndicator.vue","../src/VerticalSpeedIndicator.vue"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='500'%20height='500'%20viewBox='0%200%20500%20500'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='250'%20cy='250'%20r='250'%20/%3e%3cpath%20style='fill:%23ffffff'%20d='m%2097.48,326.62%20-16.24,-15.37%2018.79,-6.84%20z%20m%2040.47,-123.27%20q%20-0.04,0.43%20-0.08,0.87%20-0.02,0.4%20-0.04,0.87%20-0.02,0.46%20-0.04,1.02%200,0.56%200,1.24%20v%2016.64%20q%200,1.36%200.02,2.26%200.04,0.87%200.14,1.73%20h%20-2.96%20q%200.08,-0.87%200.12,-1.73%200.04,-0.9%200.04,-2.26%20v%20-16.64%20q%200,-0.71%20-0.02,-1.24%200,-0.56%20-0.02,-0.99%20-0.02,-0.46%20-0.06,-0.87%20-0.02,-0.43%20-0.06,-0.9%20z%20m%208.27,25.12%20q%20-2.51,0%20-4.09,-2.51%20-0.9,-1.42%20-1.28,-3.12%20-0.76,-3.28%20-0.76,-7.11%200,-1.24%200.08,-2.44%200.1,-1.24%200.25,-2.35%200.16,-1.14%200.37,-2.1%200.21,-0.96%200.49,-1.67%200.8,-2.1%202.06,-3.19%201.27,-1.11%202.9,-1.11%202.53,0%204.11,2.51%200.9,1.42%201.28,3.12%200.39,1.64%200.56,3.46%200.19,1.79%200.19,3.71%200,2.88%20-0.39,5.26%20-0.37,2.38%20-1.05,3.9%20-1.65,3.65%20-4.73,3.65%20z%20m%200.02,-3.59%20q%200.64,0%201.19,-0.34%200.55,-0.34%200.92,-0.96%200.66,-1.08%201.01,-3.16%200.35,-2.07%200.35,-4.79%200,-2.72%20-0.35,-4.73%20-0.35,-2.04%20-1.01,-3.19%20-0.35,-0.62%20-0.92,-0.96%20-0.55,-0.34%20-1.21,-0.34%20-1.36,0%20-2.18,1.58%20-1.28,2.41%20-1.28,7.52%200,2.44%200.25,4.36%200.27,1.92%200.74,3%200.9,2.01%202.49,2.01%20z%20m%2013.84,3.59%20q%20-2.51,0%20-4.09,-2.51%20-0.9,-1.42%20-1.28,-3.12%20-0.76,-3.28%20-0.76,-7.11%200,-1.24%200.08,-2.44%200.1,-1.24%200.25,-2.35%200.16,-1.14%200.37,-2.1%200.21,-0.96%200.49,-1.67%200.8,-2.1%202.06,-3.19%201.27,-1.11%202.9,-1.11%202.53,0%204.11,2.51%200.9,1.42%201.28,3.12%200.39,1.64%200.56,3.46%200.19,1.79%200.19,3.71%200,2.88%20-0.39,5.26%20-0.37,2.38%20-1.05,3.9%20-1.65,3.65%20-4.73,3.65%20z%20m%200.02,-3.59%20q%200.64,0%201.19,-0.34%200.55,-0.34%200.92,-0.96%200.66,-1.08%201.01,-3.16%200.35,-2.07%200.35,-4.79%200,-2.72%20-0.35,-4.73%20-0.35,-2.04%20-1.01,-3.19%20-0.35,-0.62%20-0.92,-0.96%20-0.55,-0.34%20-1.21,-0.34%20-1.36,0%20-2.18,1.58%20-1.28,2.41%20-1.28,7.52%200,2.44%200.25,4.36%200.27,1.92%200.74,3%200.9,2.01%202.49,2.01%20z%20m%2017.54,-1.36%20q%200,1.64%200.02,2.63%200.04,0.96%200.14,1.82%20h%20-2.9%20q%200.1,-0.8%200.12,-1.82%200.04,-1.02%200.04,-2.57%20v%20-16.3%20q%200,-0.65%20-0.02,-1.14%200,-0.49%20-0.02,-0.96%20-0.02,-0.46%20-0.06,-0.93%20-0.02,-0.46%20-0.06,-0.99%200.29,0.03%200.55,0.06%200.27,0%200.55,0.03%200.27,0%200.6,0%200.33,0%200.78,0%20h%205.45%20q%200.47,0%200.82,0%200.37,-0.03%200.66,-0.03%200.31,-0.03%200.58,-0.06%200.29,-0.06%200.6,-0.12%20v%204.18%20q%20-0.53,-0.12%20-1.13,-0.15%20-0.6,-0.06%20-1.54,-0.06%20h%20-5.18%20v%206.56%20h%204.17%20q%200.92,0%201.5,-0.03%200.58,-0.06%201.15,-0.19%20v%204.11%20q%20-0.55,-0.12%20-1.15,-0.15%20-0.6,-0.06%20-1.5,-0.06%20h%20-4.17%20z%20m%2020.85,4.67%20q%20-0.53,-0.12%20-1.07,-0.19%20-0.55,-0.03%20-1.44,-0.03%20h%20-6.07%20q%20-0.45,0%20-0.78,0%20-0.33,0%20-0.6,0%20-0.27,0.03%20-0.55,0.03%20-0.25,0.03%20-0.55,0.06%200.08,-0.93%200.12,-1.82%200.04,-0.9%200.04,-2.26%20v%20-16.73%20q%200,-1.21%20-0.04,-2.04%20-0.02,-0.87%20-0.12,-1.95%200.29,0.03%200.55,0.06%200.25,0%200.53,0.03%200.29,0%200.62,0%200.33,0%200.78,0%20h%205.88%20q%200.74,0%201.28,-0.03%200.55,-0.06%201.23,-0.19%20v%204.08%20q%20-0.27,-0.06%20-0.55,-0.09%20-0.27,-0.06%20-0.56,-0.06%20-0.29,-0.03%20-0.64,-0.03%20-0.33,-0.03%20-0.76,-0.03%20h%20-5.61%20v%206.37%20h%204.73%20q%200.76,0%201.32,-0.03%200.56,-0.06%201.21,-0.19%20v%204.05%20q%20-0.29,-0.06%20-0.56,-0.09%20-0.25,-0.06%20-0.55,-0.06%20-0.29,-0.03%20-0.64,-0.03%20-0.33,-0.03%20-0.78,-0.03%20h%20-4.75%20v%207.3%20H%20196%20q%200.82,0%201.34,-0.03%200.53,-0.06%201.15,-0.19%20z%20m%2013.34,0%20q%20-0.53,-0.12%20-1.07,-0.19%20-0.55,-0.03%20-1.44,-0.03%20h%20-6.07%20q%20-0.45,0%20-0.78,0%20-0.33,0%20-0.6,0%20-0.27,0.03%20-0.55,0.03%20-0.25,0.03%20-0.55,0.06%200.08,-0.93%200.12,-1.82%200.04,-0.9%200.04,-2.26%20v%20-16.73%20q%200,-1.21%20-0.04,-2.04%20-0.02,-0.87%20-0.12,-1.95%200.29,0.03%200.55,0.06%200.25,0%200.53,0.03%200.29,0%200.62,0%200.33,0%200.78,0%20h%205.88%20q%200.74,0%201.28,-0.03%200.55,-0.06%201.23,-0.19%20v%204.08%20q%20-0.27,-0.06%20-0.55,-0.09%20-0.27,-0.06%20-0.56,-0.06%20-0.29,-0.03%20-0.64,-0.03%20-0.33,-0.03%20-0.76,-0.03%20h%20-5.61%20v%206.37%20h%204.73%20q%200.76,0%201.32,-0.03%200.56,-0.06%201.21,-0.19%20v%204.05%20q%20-0.29,-0.06%20-0.56,-0.09%20-0.25,-0.06%20-0.55,-0.06%20-0.29,-0.03%20-0.64,-0.03%20-0.33,-0.03%20-0.78,-0.03%20h%20-4.75%20v%207.3%20h%205.84%20q%200.82,0%201.34,-0.03%200.53,-0.06%201.15,-0.19%20z%20m%209.11,-4.24%20q%200,1.27%200.02,2.17%200.04,0.9%200.14,1.86%20h%20-2.94%20q%200.1,-0.99%200.12,-1.86%200.04,-0.9%200.04,-2.17%20v%20-16.89%20h%20-2.63%20q%20-0.88,0%20-1.52,0.06%20-0.64,0.03%20-1.15,0.15%20v%20-4.14%20q%200.53,0.12%201.17,0.19%200.64,0.03%201.48,0.03%20h%207.71%20q%200.53,0%200.93,0%200.41,-0.03%200.74,-0.03%200.33,-0.03%200.62,-0.06%200.29,-0.06%200.56,-0.12%20v%204.14%20q%20-0.55,-0.12%20-1.19,-0.15%20-0.62,-0.06%20-1.67,-0.06%20h%20-2.43%20z%20m%2013.45,4.02%20q%200.1,-0.93%200.12,-1.82%200.04,-0.9%200.04,-2.17%20v%20-16.73%20q%200,-1.11%20-0.04,-2.01%20-0.02,-0.93%20-0.12,-1.98%200.62,0.06%201.15,0.09%200.55,0%201.32,0%20h%204.07%20q%201.42,0%202.43,0.56%201.01,0.53%201.71,1.64%200.6,0.93%200.9,2.29%200.31,1.36%200.31,3.03%200,3.53%20-1.3,5.69%20-0.72,1.14%20-1.73,1.7%20-1.01,0.53%20-2.41,0.53%20h%20-3.72%20v%205.17%20q%200,1.27%200.02,2.2%200.04,0.93%200.14,1.82%20z%20m%206.44,-12.74%20q%201.34,0%202.04,-1.08%200.72,-1.11%200.72,-3.16%200,-1.89%20-0.64,-2.97%20-0.33,-0.59%20-0.84,-0.84%20-0.51,-0.28%20-1.28,-0.28%20h%20-3.72%20v%208.32%20z%20m%2018.46,12.96%20q%20-0.53,-0.12%20-1.07,-0.19%20-0.55,-0.03%20-1.44,-0.03%20h%20-6.07%20q%20-0.45,0%20-0.78,0%20-0.33,0%20-0.6,0%20-0.27,0.03%20-0.55,0.03%20-0.25,0.03%20-0.55,0.06%200.08,-0.93%200.12,-1.82%200.04,-0.9%200.04,-2.26%20v%20-16.73%20q%200,-1.21%20-0.04,-2.04%20-0.02,-0.87%20-0.12,-1.95%200.29,0.03%200.55,0.06%200.25,0%200.53,0.03%200.29,0%200.62,0%200.33,0%200.78,0%20h%205.88%20q%200.74,0%201.28,-0.03%200.55,-0.06%201.23,-0.19%20v%204.08%20q%20-0.27,-0.06%20-0.55,-0.09%20-0.27,-0.06%20-0.56,-0.06%20-0.29,-0.03%20-0.64,-0.03%20-0.33,-0.03%20-0.76,-0.03%20h%20-5.61%20v%206.37%20h%204.73%20q%200.76,0%201.32,-0.03%200.56,-0.06%201.21,-0.19%20v%204.05%20q%20-0.29,-0.06%20-0.56,-0.09%20-0.25,-0.06%20-0.55,-0.06%20-0.29,-0.03%20-0.64,-0.03%20-0.33,-0.03%20-0.78,-0.03%20h%20-4.75%20v%207.3%20h%205.84%20q%200.82,0%201.34,-0.03%200.53,-0.06%201.15,-0.19%20z%20m%2012.17,-0.22%20q%20-0.04,-0.56%20-0.29,-1.76%20-0.23,-1.21%20-0.72,-3.19%20-0.39,-1.61%20-0.74,-2.63%20-0.35,-1.05%20-0.72,-1.67%20-0.35,-0.62%20-0.78,-0.87%20-0.43,-0.25%20-0.99,-0.25%20h%20-2.9%20v%206.31%20q%200,1.39%200.02,2.29%200.04,0.87%200.14,1.76%20h%20-2.9%20q%200.04,-0.49%200.06,-0.9%200.04,-0.43%200.06,-0.9%200.02,-0.46%200.02,-0.99%200.02,-0.53%200.02,-1.24%20v%20-16.65%20q%200,-0.62%20-0.02,-1.11%200,-0.49%20-0.02,-0.96%20-0.02,-0.46%20-0.06,-0.93%20-0.02,-0.46%20-0.06,-1.02%200.6,0.06%201.15,0.09%200.55,0%201.34,0%20h%204.67%20q%202.24,0%203.45,1.67%201.21,1.67%201.21,4.76%200,3%20-0.99,4.61%20-0.41,0.68%20-0.88,1.05%20-0.45,0.37%20-1.28,0.74%200.47,0.25%200.8,0.62%200.33,0.37%200.7,1.27%200.37,0.9%200.84,2.51%200.47,1.61%201.19,4.33%200.06,0.22%200.16,0.62%200.12,0.37%200.25,0.8%200.14,0.43%200.27,0.9%200.14,0.43%200.23,0.74%20z%20m%20-3.23,-13.89%20q%200.55,0%201.03,-0.28%200.49,-0.31%200.82,-0.84%200.62,-0.99%200.62,-2.72%200,-3.37%20-2.39,-3.37%20h%20-3.99%20v%207.21%20z%20m%2021.94,13.89%20q%20-0.08,-0.74%20-0.31,-1.79%20-0.21,-1.08%20-0.55,-2.38%20l%20-2.8,-10.61%20q%20-0.14,-0.53%20-0.25,-0.96%20-0.1,-0.46%20-0.21,-0.99%20-0.12,-0.53%20-0.23,-1.18%20-0.12,-0.68%20-0.29,-1.61%200.02,0.62%200.04,1.36%200.04,0.74%200.06,1.45%200.04,0.68%200.04,1.24%200.02,0.56%200.02,0.8%20v%2010.15%20q%200,1.61%200.02,2.63%200.04,0.99%200.14,1.89%20h%20-2.73%20q%200.08,-0.93%200.12,-1.95%200.04,-1.02%200.04,-2.57%20v%20-15.53%20q%200,-1.52%20-0.04,-2.57%20-0.02,-1.05%20-0.12,-2.01%20h%203.56%20q%200.21,1.7%200.72,3.68%20l%203.95,15.34%203.93,-15.34%20q%200.29,-1.14%200.45,-1.95%200.16,-0.84%200.25,-1.73%20h%203.58%20q%20-0.04,0.56%20-0.08,1.05%20-0.02,0.49%20-0.04,1.02%20-0.02,0.53%20-0.04,1.14%200,0.59%200,1.36%20v%2015.53%20q%200,1.7%200.02,2.69%200.04,0.96%200.14,1.82%20h%20-2.73%20q%200.1,-0.96%200.12,-1.92%200.04,-0.99%200.04,-2.6%20v%20-10.27%20q%200.06,-2.04%200.1,-3.22%200.04,-1.18%200.06,-1.52%20-0.19,1.27%20-0.45,2.47%20-0.23,1.21%20-0.45,2.04%20l%20-2.92,10.89%20q%20-0.16,0.56%20-0.29,1.14%20-0.12,0.56%20-0.23,1.11%20-0.12,0.56%20-0.21,1.05%20-0.08,0.46%20-0.12,0.8%20z%20m%2015.11,-24.62%20q%20-0.04,0.43%20-0.08,0.87%20-0.02,0.4%20-0.04,0.87%20-0.02,0.46%20-0.04,1.02%200,0.56%200,1.24%20v%2016.64%20q%200,1.36%200.02,2.26%200.04,0.87%200.14,1.73%20h%20-2.96%20q%200.08,-0.87%200.12,-1.73%200.04,-0.9%200.04,-2.26%20v%20-16.64%20q%200,-0.71%20-0.02,-1.24%200,-0.56%20-0.02,-0.99%20-0.02,-0.46%20-0.06,-0.87%20-0.02,-0.43%20-0.06,-0.9%20z%20m%2012.89,24.62%20q%20-0.25,-0.8%20-0.55,-1.55%20-0.27,-0.74%20-0.7,-1.76%20l%20-5.02,-12.03%20q%20-0.27,-0.71%20-0.62,-1.67%20-0.35,-0.96%20-0.7,-2.04%200,0.15%200,0.28%200.02,0.09%200.02,0.25%200.02,0.15%200.02,0.4%200.02,0.22%200.04,0.65%200,0.22%200,0.59%200.02,0.34%200.02,0.71%200.02,0.37%200.02,0.74%200.02,0.37%200.02,0.65%20v%2010.15%20q%200,1.58%200.04,2.69%200.04,1.11%200.12,1.95%20h%20-2.84%20q%200.08,-0.77%200.12,-1.92%200.04,-1.18%200.04,-2.75%20v%20-15.96%20q%200,-1.21%20-0.04,-2.1%20-0.02,-0.93%20-0.12,-1.89%20h%203.04%20q%200.14,0.59%200.41,1.36%200.27,0.74%200.78,1.92%20l%204.93,11.78%20q%200.35,0.84%200.76,1.95%200.43,1.08%200.76,2.01%20-0.04,-0.46%20-0.06,-1.02%20-0.02,-0.56%20-0.04,-1.11%20-0.02,-0.59%20-0.04,-1.14%200,-0.59%200,-1.08%20v%20-10.39%20q%200,-1.39%20-0.04,-2.38%20-0.02,-0.99%20-0.12,-1.89%20h%202.84%20q%20-0.1,0.93%20-0.14,1.89%20-0.02,0.96%20-0.02,2.38%20V%20224%20q%200,1.3%200.02,2.26%200.04,0.93%200.14,1.73%20z%20m%2019.23,-24.62%20q%20-0.1,0.87%20-0.14,1.79%20-0.02,0.93%20-0.02,2.41%20v%2010.98%20q%200,4.83%20-1.71,7.42%20-1.71,2.57%20-4.93,2.57%20-1.64,0%20-2.92,-0.77%20-1.28,-0.74%20-2.1,-2.13%20-1.46,-2.51%20-1.46,-7.11%20v%20-10.92%20q%200,-1.45%20-0.04,-2.41%20-0.02,-0.99%20-0.12,-1.82%20h%202.91%20q%20-0.1,0.8%20-0.14,1.76%20-0.02,0.96%20-0.02,2.47%20v%2010.92%20q%200,3.16%200.99,4.76%201.01,1.61%203,1.61%201.97,0%202.96,-1.61%200.99,-1.61%200.99,-4.79%20v%20-10.89%20q%200,-1.48%20-0.04,-2.41%20-0.02,-0.96%20-0.12,-1.82%20z%20m%209.58,20.6%20q%200,1.27%200.02,2.17%200.04,0.9%200.14,1.86%20h%20-2.94%20q%200.1,-0.99%200.12,-1.86%200.04,-0.9%200.04,-2.17%20v%20-16.89%20h%20-2.63%20q%20-0.88,0%20-1.52,0.06%20-0.64,0.03%20-1.15,0.15%20v%20-4.14%20q%200.53,0.12%201.17,0.19%200.64,0.03%201.48,0.03%20h%207.71%20q%200.53,0%200.93,0%200.41,-0.03%200.74,-0.03%200.33,-0.03%200.62,-0.06%200.29,-0.06%200.56,-0.12%20v%204.14%20q%20-0.55,-0.12%20-1.19,-0.15%20-0.62,-0.06%20-1.67,-0.06%20h%20-2.43%20z%20m%2018.03,4.24%20q%20-0.53,-0.12%20-1.07,-0.19%20-0.55,-0.03%20-1.44,-0.03%20h%20-6.07%20q%20-0.45,0%20-0.78,0%20-0.33,0%20-0.6,0%20-0.27,0.03%20-0.55,0.03%20-0.25,0.03%20-0.55,0.06%200.08,-0.93%200.12,-1.82%200.04,-0.9%200.04,-2.26%20v%20-16.73%20q%200,-1.21%20-0.04,-2.04%20-0.02,-0.87%20-0.12,-1.95%200.29,0.03%200.55,0.06%200.25,0%200.53,0.03%200.29,0%200.62,0%200.33,0%200.78,0%20h%205.88%20q%200.74,0%201.28,-0.03%200.55,-0.06%201.23,-0.19%20v%204.08%20q%20-0.27,-0.06%20-0.55,-0.09%20-0.27,-0.06%20-0.56,-0.06%20-0.29,-0.03%20-0.64,-0.03%20-0.33,-0.03%20-0.76,-0.03%20h%20-5.61%20v%206.37%20h%204.73%20q%200.76,0%201.32,-0.03%200.56,-0.06%201.21,-0.19%20v%204.05%20q%20-0.29,-0.06%20-0.56,-0.09%20-0.25,-0.06%20-0.55,-0.06%20-0.29,-0.03%20-0.64,-0.03%20-0.33,-0.03%20-0.78,-0.03%20h%20-4.75%20v%207.3%20h%205.84%20q%200.82,0%201.34,-0.03%200.53,-0.06%201.15,-0.19%20z%20M%20143.99,194.55%20q%20-0.07,-0.53%20-0.26,-1.27%20-0.19,-0.74%20-0.49,-1.82%20l%20-4.98,-17.85%20q%20-0.4,-1.39%20-0.65,-2.23%20-0.26,-0.84%20-0.51,-1.45%20h%203.84%20q%200.09,0.77%200.26,1.61%200.16,0.8%200.37,1.64%20l%203.86,15.28%20q%200.05,0.15%200.12,0.43%200.07,0.28%200.14,0.62%200.09,0.31%200.16,0.68%200.07,0.34%200.14,0.62%200.16,-0.71%200.28,-1.3%200.14,-0.62%200.26,-1.05%20l%203.86,-15.28%20q%200.14,-0.59%200.23,-1.02%200.12,-0.43%200.19,-0.77%200.07,-0.37%200.12,-0.71%200.05,-0.34%200.09,-0.74%20h%203.84%20q%20-0.12,0.28%20-0.23,0.62%20-0.12,0.31%20-0.26,0.74%20-0.14,0.43%20-0.3,0.99%20-0.16,0.56%20-0.37,1.33%20l%20-4.98,17.85%20q%20-0.58,2.07%20-0.72,3.09%20z%20m%2025.98,0.22%20q%20-0.63,-0.12%20-1.28,-0.19%20-0.65,-0.03%20-1.72,-0.03%20h%20-7.26%20q%20-0.54,0%20-0.93,0%20-0.4,0%20-0.72,0%20-0.33,0.03%20-0.65,0.03%20-0.3,0.03%20-0.65,0.06%200.09,-0.93%200.14,-1.82%200.05,-0.9%200.05,-2.26%20v%20-16.73%20q%200,-1.21%20-0.05,-2.04%20-0.02,-0.87%20-0.14,-1.95%200.35,0.03%200.65,0.06%200.3,0%200.63,0.03%200.35,0%200.74,0%200.4,0%200.93,0%20h%207.03%20q%200.88,0%201.54,-0.03%200.65,-0.06%201.47,-0.19%20v%204.08%20q%20-0.33,-0.06%20-0.65,-0.09%20-0.33,-0.06%20-0.68,-0.06%20-0.35,-0.03%20-0.77,-0.03%20-0.4,-0.03%20-0.91,-0.03%20h%20-6.7%20v%206.37%20h%205.66%20q%200.91,0%201.58,-0.03%200.68,-0.06%201.44,-0.19%20v%204.05%20q%20-0.35,-0.06%20-0.68,-0.09%20-0.3,-0.06%20-0.65,-0.06%20-0.35,-0.03%20-0.77,-0.03%20-0.4,-0.03%20-0.93,-0.03%20h%20-5.68%20v%207.3%20h%206.98%20q%200.98,0%201.61,-0.03%200.63,-0.06%201.37,-0.19%20z%20m%2014.55,-0.22%20q%20-0.05,-0.56%20-0.35,-1.76%20-0.28,-1.21%20-0.86,-3.19%20-0.47,-1.61%20-0.88,-2.63%20-0.42,-1.05%20-0.86,-1.67%20-0.42,-0.62%20-0.93,-0.87%20-0.51,-0.25%20-1.19,-0.25%20h%20-3.47%20v%206.31%20q%200,1.39%200.02,2.29%200.05,0.87%200.16,1.76%20h%20-3.47%20q%200.05,-0.49%200.07,-0.9%200.05,-0.43%200.07,-0.9%200.02,-0.46%200.02,-0.99%200.02,-0.53%200.02,-1.24%20v%20-16.67%20q%200,-0.62%20-0.02,-1.11%200,-0.49%20-0.02,-0.96%20-0.02,-0.46%20-0.07,-0.93%20-0.02,-0.46%20-0.07,-1.02%200.72,0.06%201.37,0.09%200.65,0%201.61,0%20h%205.59%20q%202.68,0%204.12,1.67%201.44,1.67%201.44,4.76%200,3%20-1.19,4.61%20-0.49,0.68%20-1.05,1.05%20-0.54,0.37%20-1.54,0.74%200.56,0.25%200.95,0.62%200.4,0.37%200.84,1.27%200.44,0.9%201,2.51%200.56,1.61%201.42,4.33%200.07,0.22%200.19,0.62%200.14,0.37%200.3,0.8%200.16,0.43%200.33,0.9%200.16,0.43%200.28,0.74%20z%20m%20-3.86,-13.89%20q%200.65,0%201.23,-0.28%200.58,-0.31%200.98,-0.84%200.74,-0.99%200.74,-2.72%200,-3.37%20-2.86,-3.37%20h%20-4.77%20v%207.21%20z%20m%2018.21,9.87%20q%200,1.27%200.02,2.17%200.05,0.9%200.16,1.86%20h%20-3.52%20q%200.12,-0.99%200.14,-1.86%200.05,-0.9%200.05,-2.17%20v%20-16.89%20h%20-3.14%20q%20-1.05,0%20-1.82,0.06%20-0.77,0.03%20-1.37,0.15%20v%20-4.14%20q%200.63,0.12%201.4,0.19%200.77,0.03%201.77,0.03%20h%209.22%20q%200.63,0%201.12,0%200.49,-0.03%200.88,-0.03%200.4,-0.03%200.74,-0.06%200.35,-0.06%200.68,-0.12%20v%204.14%20q%20-0.65,-0.12%20-1.42,-0.15%20-0.74,-0.06%20-2,-0.06%20h%20-2.91%20z%20m%2011.87,-20.6%20q%20-0.05,0.43%20-0.09,0.87%20-0.02,0.4%20-0.05,0.87%20-0.02,0.46%20-0.05,1.02%200,0.56%200,1.24%20v%2016.64%20q%200,1.36%200.02,2.26%200.05,0.87%200.16,1.73%20h%20-3.54%20q%200.09,-0.87%200.14,-1.73%200.05,-0.9%200.05,-2.26%20v%20-16.64%20q%200,-0.71%20-0.02,-1.24%200,-0.56%20-0.02,-0.99%20-0.02,-0.46%20-0.07,-0.87%20-0.02,-0.43%20-0.07,-0.9%20z%20m%2019.11,17.11%20q%20-0.33,1.67%20-0.68,2.72%20-0.35,1.02%20-0.88,1.92%20-1,1.64%20-2.63,2.51%20-1.61,0.87%20-3.72,0.87%20-3.82,0%20-5.98,-2.97%20-1.23,-1.7%20-1.89,-4.21%20-0.65,-2.51%20-0.65,-5.51%200,-3.09%200.7,-5.66%200.7,-2.57%202.03,-4.33%201.05,-1.42%202.56,-2.17%201.51,-0.77%203.26,-0.77%201.37,0%202.42,0.37%201.07,0.34%202.05,1.11%201.58,1.3%202.47,3.37%200.21,0.49%200.35,0.99%200.16,0.49%200.37,1.39%20l%20-3.24,0.99%20q%20-0.26,-1.02%20-0.47,-1.58%20-0.19,-0.56%20-0.54,-1.08%20-1.19,-1.92%20-3.4,-1.92%20-1.23,0%20-2.23,0.62%20-0.98,0.62%20-1.68,1.82%20-0.68,1.18%20-1.05,2.88%20-0.35,1.67%20-0.35,3.8%200,2.13%200.37,3.84%200.37,1.7%201.05,2.91%200.7,1.18%201.68,1.82%200.98,0.62%202.21,0.62%201.23,0%202.21,-0.59%201,-0.62%201.56,-1.7%200.3,-0.59%200.47,-1.18%200.16,-0.59%200.3,-1.67%20z%20m%2015.71,7.52%20q%20-0.12,-0.77%20-0.3,-1.67%20-0.16,-0.9%20-0.35,-1.58%20l%20-0.93,-3.37%20h%20-7.45%20l%20-0.93,3.37%20q%20-0.16,0.56%20-0.28,0.96%20-0.09,0.4%20-0.16,0.74%20-0.07,0.34%20-0.14,0.71%20-0.05,0.34%20-0.12,0.84%20h%20-3.82%20q%200.26,-0.62%200.58,-1.58%200.33,-0.99%200.65,-2.07%20l%205.12,-17.85%20q%200.33,-1.18%200.49,-1.82%200.16,-0.68%200.26,-1.3%20h%204.05%20q%200.05,0.28%200.09,0.56%200.05,0.25%200.14,0.59%200.09,0.34%200.21,0.8%200.14,0.46%200.35,1.18%20l%205.17,17.85%20q%200.44,1.48%200.68,2.29%200.26,0.77%200.51,1.36%20z%20m%20-4.91,-19.33%20q%20-0.07,-0.25%20-0.16,-0.59%20-0.07,-0.37%20-0.26,-1.14%20-0.14,0.56%20-0.23,0.87%20-0.07,0.28%20-0.12,0.46%20-0.02,0.15%20-0.05,0.25%20-0.02,0.06%20-0.05,0.15%20l%20-2.42,9.16%20h%205.77%20z%20m%2023.79,19.55%20q%20-0.63,-0.12%20-1.35,-0.19%20-0.72,-0.03%20-1.96,-0.03%20h%20-6.89%20q%20-0.98,0%20-1.65,0%20-0.68,0.03%20-1.3,0.09%200.12,-0.87%200.14,-1.79%200.05,-0.93%200.05,-2.29%20v%20-16.05%20q%200,-0.8%20-0.02,-1.42%200,-0.62%20-0.02,-1.14%20-0.02,-0.56%20-0.07,-1.02%20-0.02,-0.49%20-0.07,-0.99%20h%203.52%20q%20-0.05,0.46%20-0.09,0.93%20-0.02,0.46%20-0.05,0.99%20-0.02,0.49%20-0.05,1.14%200,0.65%200,1.48%20v%2016.33%20h%206.52%20q%200.58,0%201.02,0%200.47,-0.03%200.84,-0.03%200.4,-0.03%200.72,-0.06%200.35,-0.06%200.72,-0.12%20z%20m%2020.07,-7.89%20q%200.07,1.05%200.19,1.64%200.14,0.56%200.47,1.08%200.51,0.9%201.37,1.36%200.88,0.46%202.03,0.46%201.75,0%202.72,-0.96%201,-0.99%201,-2.75%200,-0.96%20-0.33,-1.7%20-0.3,-0.74%20-0.84,-1.14%20-0.26,-0.19%20-0.49,-0.31%20-0.21,-0.12%20-0.61,-0.25%20-0.37,-0.15%20-1.07,-0.37%20-0.68,-0.22%20-1.89,-0.59%20-1.3,-0.4%20-2.1,-0.8%20-0.79,-0.43%20-1.42,-1.08%20-1.79,-1.86%20-1.79,-5.01%200,-1.61%200.47,-2.91%200.47,-1.33%201.33,-2.26%200.88,-0.93%202.1,-1.42%201.21,-0.49%202.72,-0.49%202,0%203.47,0.8%201.47,0.77%202.33,2.32%200.44,0.77%200.68,1.58%200.26,0.77%200.47,2.01%20l%20-3.33,0.53%20q%20-0.12,-0.8%20-0.26,-1.27%20-0.14,-0.46%20-0.44,-0.93%20-0.93,-1.48%20-2.91,-1.48%20-1.54,0%20-2.47,0.93%20-0.93,0.93%20-0.93,2.44%200,1.89%201.58,2.81%200.19,0.09%200.35,0.19%200.19,0.06%200.51,0.19%200.33,0.12%200.88,0.31%200.56,0.15%201.54,0.43%201.4,0.4%202.28,0.87%200.88,0.43%201.51,1.02%201,0.99%201.47,2.29%200.47,1.27%200.47,3.03%200,3.31%20-1.47,5.26%20-1.84,2.35%20-5.56,2.35%20-1.44,0%20-2.75,-0.43%20-1.3,-0.43%20-2.14,-1.18%20-1.37,-1.24%20-2.05,-3.53%20-0.16,-0.53%20-0.26,-1.05%20-0.07,-0.56%20-0.19,-1.52%20z%20m%2013.9,7.67%20q%200.12,-0.93%200.14,-1.82%200.05,-0.9%200.05,-2.17%20v%20-16.73%20q%200,-1.11%20-0.05,-2.01%20-0.02,-0.93%20-0.14,-1.98%200.74,0.06%201.37,0.09%200.65,0%201.58,0%20h%204.87%20q%201.7,0%202.91,0.56%201.21,0.53%202.05,1.64%200.72,0.93%201.07,2.29%200.37,1.36%200.37,3.03%200,3.53%20-1.56,5.69%20-0.86,1.14%20-2.07,1.7%20-1.21,0.53%20-2.89,0.53%20h%20-4.45%20v%205.17%20q%200,1.27%200.02,2.2%200.05,0.93%200.16,1.82%20z%20m%207.71,-12.74%20q%201.61,0%202.44,-1.08%200.86,-1.11%200.86,-3.16%200,-1.89%20-0.77,-2.97%20-0.4,-0.59%20-1,-0.84%20-0.61,-0.28%20-1.54,-0.28%20h%20-4.45%20v%208.32%20z%20m%2022.07,12.96%20q%20-0.63,-0.12%20-1.28,-0.19%20-0.65,-0.03%20-1.72,-0.03%20h%20-7.26%20q%20-0.54,0%20-0.93,0%20-0.4,0%20-0.72,0%20-0.33,0.03%20-0.65,0.03%20-0.3,0.03%20-0.65,0.06%200.09,-0.93%200.14,-1.82%200.05,-0.9%200.05,-2.26%20v%20-16.73%20q%200,-1.21%20-0.05,-2.04%20-0.02,-0.87%20-0.14,-1.95%200.35,0.03%200.65,0.06%200.3,0%200.63,0.03%200.35,0%200.74,0%200.4,0%200.93,0%20h%207.03%20q%200.88,0%201.54,-0.03%200.65,-0.06%201.47,-0.19%20v%204.08%20q%20-0.33,-0.06%20-0.65,-0.09%20-0.33,-0.06%20-0.68,-0.06%20-0.35,-0.03%20-0.77,-0.03%20-0.4,-0.03%20-0.91,-0.03%20h%20-6.7%20v%206.37%20h%205.66%20q%200.91,0%201.58,-0.03%200.68,-0.06%201.44,-0.19%20v%204.05%20q%20-0.35,-0.06%20-0.68,-0.09%20-0.3,-0.06%20-0.65,-0.06%20-0.35,-0.03%20-0.77,-0.03%20-0.4,-0.03%20-0.93,-0.03%20h%20-5.68%20v%207.3%20h%206.98%20q%200.98,0%201.61,-0.03%200.63,-0.06%201.37,-0.19%20z%20m%2015.95,0%20q%20-0.63,-0.12%20-1.28,-0.19%20-0.65,-0.03%20-1.72,-0.03%20h%20-7.26%20q%20-0.54,0%20-0.93,0%20-0.4,0%20-0.72,0%20-0.33,0.03%20-0.65,0.03%20-0.3,0.03%20-0.65,0.06%200.09,-0.93%200.14,-1.82%200.05,-0.9%200.05,-2.26%20v%20-16.73%20q%200,-1.21%20-0.05,-2.04%20-0.02,-0.87%20-0.14,-1.95%200.35,0.03%200.65,0.06%200.3,0%200.63,0.03%200.35,0%200.74,0%200.4,0%200.93,0%20h%207.03%20q%200.88,0%201.54,-0.03%200.65,-0.06%201.47,-0.19%20v%204.08%20q%20-0.33,-0.06%20-0.65,-0.09%20-0.33,-0.06%20-0.68,-0.06%20-0.35,-0.03%20-0.77,-0.03%20-0.4,-0.03%20-0.91,-0.03%20h%20-6.7%20v%206.37%20h%205.66%20q%200.91,0%201.58,-0.03%200.68,-0.06%201.44,-0.19%20v%204.05%20q%20-0.35,-0.06%20-0.68,-0.09%20-0.3,-0.06%20-0.65,-0.06%20-0.35,-0.03%20-0.77,-0.03%20-0.4,-0.03%20-0.93,-0.03%20h%20-5.68%20v%207.3%20h%206.98%20q%200.98,0%201.61,-0.03%200.63,-0.06%201.37,-0.19%20z%20m%202.91,-20.91%20q%200,-1.3%20-0.05,-2.13%20-0.02,-0.87%20-0.14,-1.89%200.35,0.03%200.65,0.06%200.3,0%200.63,0.03%200.33,0%200.72,0%200.4,0%200.95,0%20h%204.21%20q%202.19,0%203.68,0.65%201.49,0.62%202.61,2.07%201.28,1.61%201.93,3.99%200.65,2.35%200.65,5.38%200,6.37%20-2.75,9.84%20-1.12,1.39%20-2.58,2.04%20-1.44,0.65%20-3.52,0.65%20h%20-4.24%20q%20-0.54,0%20-0.93,0%20-0.4,0%20-0.72,0%20-0.33,0.03%20-0.65,0.03%20-0.3,0.03%20-0.65,0.06%200.05,-0.46%200.07,-0.9%200.05,-0.46%200.07,-0.93%200.02,-0.46%200.02,-0.99%200.02,-0.56%200.02,-1.27%20z%20m%206.8,17.04%20q%201.44,0%202.4,-0.46%200.98,-0.46%201.72,-1.52%200.84,-1.18%201.26,-2.91%200.44,-1.76%200.44,-3.96%200,-4.39%20-1.61,-6.62%20-0.72,-0.99%20-1.7,-1.42%20-0.95,-0.43%20-2.49,-0.43%20h%20-3.72%20v%2017.32%20z%20M%20102.14,324.48%20q%200,-1.15%20-0.04,-1.89%20-0.02,-0.77%20-0.11,-1.67%200.27,0.03%200.51,0.05%200.23,0%200.49,0.03%200.25,0%200.56,0%200.31,0%200.74,0%20h%203.26%20q%201.7,0%202.85,0.58%201.15,0.55%202.02,1.84%200.99,1.43%201.5,3.54%200.51,2.08%200.51,4.77%200,5.65%20-2.13,8.72%20-0.87,1.23%20-2,1.81%20-1.12,0.58%20-2.72,0.58%20h%20-3.28%20q%20-0.41,0%20-0.72,0%20-0.31,0%20-0.56,0%20-0.25,0.03%20-0.51,0.03%20-0.23,0.03%20-0.51,0.05%200.04,-0.41%200.05,-0.8%200.04,-0.41%200.05,-0.82%200.02,-0.41%200.02,-0.88%200.02,-0.49%200.02,-1.12%20z%20m%205.27,15.11%20q%201.12,0%201.86,-0.41%200.76,-0.41%201.33,-1.34%200.65,-1.04%200.97,-2.58%200.34,-1.56%200.34,-3.51%200,-3.9%20-1.24,-5.87%20-0.56,-0.88%20-1.32,-1.26%20-0.74,-0.38%20-1.93,-0.38%20h%20-2.89%20v%2015.36%20z%20m%2015.37,-19.04%20q%202.94,0%204.74,2.74%200.99,1.51%201.5,3.7%200.52,2.17%200.52,4.86%200,2.61%20-0.49,4.72%20-0.47,2.11%20-1.35,3.62%20-0.88,1.48%20-2.13,2.3%20-1.24,0.8%20-2.78,0.8%20-1.53,0%20-2.78,-0.8%20-1.24,-0.82%20-2.13,-2.3%20-0.87,-1.51%20-1.35,-3.62%20-0.47,-2.11%20-0.47,-4.72%200,-2.66%200.52,-4.86%200.52,-2.22%201.53,-3.7%200.94,-1.4%202.07,-2.06%201.14,-0.69%202.58,-0.69%20z%20m%200.05,19.48%20q%200.97,0%201.75,-0.55%200.78,-0.58%201.32,-1.65%200.54,-1.07%200.83,-2.58%200.29,-1.51%200.29,-3.4%200,-2.08%20-0.38,-3.7%20-0.36,-1.65%20-1.05,-2.69%20-1.14,-1.67%20-2.78,-1.67%20-0.97,0%20-1.77,0.58%20-0.78,0.55%20-1.33,1.62%20-0.54,1.04%20-0.85,2.55%20-0.29,1.48%20-0.29,3.35%200,2.06%200.38,3.73%200.38,1.67%201.08,2.74%201.14,1.67%202.8,1.67%20z%20m%2019.97,2.8%20q%20-0.05,-0.49%20-0.18,-1.26%20-0.11,-0.8%20-0.25,-1.51%20l%20-1.93,-10.2%20q%20-0.14,-0.8%20-0.27,-1.62%20-0.13,-0.85%20-0.25,-1.89%20-0.14,1.18%20-0.29,2.03%20-0.13,0.82%20-0.25,1.48%20l%20-1.91,10.2%20q%20-0.16,0.93%20-0.27,1.62%20-0.11,0.66%20-0.14,1.15%20h%20-2.4%20q%20-0.04,-0.25%20-0.07,-0.41%20-0.02,-0.19%20-0.07,-0.44%20-0.04,-0.27%20-0.13,-0.71%20-0.07,-0.47%20-0.22,-1.26%20l%20-2.87,-15.74%20q%20-0.23,-1.21%20-0.4,-1.92%20-0.14,-0.71%20-0.32,-1.34%20h%202.89%20q%200.04,0.71%200.11,1.4%200.07,0.66%200.22,1.56%20l%201.68,10.45%20q%200.09,0.63%200.22,1.56%200.13,0.93%200.22,1.65%200.18,-1.26%200.29,-1.95%200.11,-0.71%200.22,-1.29%20l%202,-10.59%20q%200.31,-1.67%200.4,-2.8%20h%202.22%20q%200.04,0.49%200.14,1.23%200.13,0.74%200.27,1.51%20l%202.02,10.56%20q%200.05,0.27%200.09,0.55%200.05,0.25%200.11,0.6%200.05,0.36%200.13,0.88%200.07,0.52%200.18,1.29%200.04,-0.25%200.05,-0.38%200.02,-0.14%200.04,-0.27%200.02,-0.16%200.04,-0.36%200.04,-0.22%200.07,-0.58%200.02,-0.16%200.05,-0.41%200.04,-0.27%200.07,-0.52%200.04,-0.27%200.05,-0.49%200.04,-0.25%200.05,-0.33%20l%201.68,-10.34%20q%200.14,-0.8%200.22,-1.56%200.07,-0.8%200.09,-1.37%20h%202.89%20q%20-0.09,0.36%20-0.18,0.69%20-0.07,0.33%20-0.16,0.71%20-0.07,0.36%20-0.16,0.82%20-0.09,0.44%20-0.2,1.04%20l%20-2.89,15.72%20q%20-0.09,0.58%20-0.16,0.96%20-0.05,0.36%20-0.09,0.55%20-0.05,0.3%20-0.09,0.47%20-0.02,0.16%20-0.04,0.3%20-0.02,0.11%20-0.04,0.25%20-0.02,0.11%20-0.04,0.33%20z%20m%2017.33,0%20q%20-0.23,-0.71%20-0.51,-1.37%20-0.25,-0.66%20-0.65,-1.56%20l%20-4.65,-10.67%20q%20-0.25,-0.63%20-0.58,-1.48%20-0.32,-0.85%20-0.65,-1.81%200,0.14%200,0.25%200.02,0.08%200.02,0.22%200.02,0.14%200.02,0.36%200.02,0.19%200.04,0.58%200,0.19%200,0.52%200.02,0.3%200.02,0.63%200.02,0.33%200.02,0.66%200.02,0.33%200.02,0.58%20v%209%20q%200,1.4%200.04,2.39%200.04,0.99%200.11,1.73%20h%20-2.63%20q%200.07,-0.69%200.11,-1.7%200.04,-1.04%200.04,-2.44%20v%20-14.15%20q%200,-1.07%20-0.04,-1.87%20-0.02,-0.82%20-0.11,-1.67%20h%202.81%20q%200.13,0.52%200.38,1.21%200.25,0.66%200.72,1.7%20l%204.56,10.45%20q%200.32,0.74%200.7,1.73%200.4,0.96%200.7,1.78%20-0.04,-0.41%20-0.05,-0.91%20-0.02,-0.49%20-0.04,-0.99%20-0.02,-0.52%20-0.04,-1.01%200,-0.52%200,-0.96%20v%20-9.22%20q%200,-1.23%20-0.04,-2.11%20-0.02,-0.88%20-0.11,-1.67%20h%202.63%20q%20-0.09,0.82%20-0.13,1.67%20-0.02,0.85%20-0.02,2.11%20v%2014.51%20q%200,1.15%200.02,2%200.04,0.82%200.13,1.54%20z%20M%20117.11,156.78%20q%20-0.11,0.77%20-0.15,1.59%20-0.02,0.82%20-0.02,2.14%20v%209.74%20q%200,4.28%20-1.93,6.58%20-1.93,2.28%20-5.54,2.28%20-1.84,0%20-3.29,-0.69%20-1.45,-0.66%20-2.37,-1.89%20-1.64,-2.22%20-1.64,-6.31%20v%20-9.68%20q%200,-1.29%20-0.04,-2.14%20-0.02,-0.88%20-0.13,-1.62%20h%203.26%20q%20-0.11,0.71%20-0.15,1.56%20-0.02,0.85%20-0.02,2.19%20v%209.68%20q%200,2.8%201.12,4.22%201.14,1.43%203.37,1.43%202.21,0%203.33,-1.43%201.12,-1.43%201.12,-4.25%20v%20-9.66%20q%200,-1.32%20-0.04,-2.14%20-0.02,-0.85%20-0.13,-1.62%20z%20m%203.09,21.83%20q%200.11,-0.82%200.13,-1.62%200.04,-0.8%200.04,-1.92%20v%20-14.84%20q%200,-0.99%20-0.04,-1.78%20-0.02,-0.82%20-0.13,-1.76%200.7,0.05%201.29,0.08%200.61,0%201.49,0%20h%204.58%20q%201.6,0%202.74,0.49%201.14,0.47%201.93,1.45%200.68,0.82%201.01,2.03%200.35,1.21%200.35,2.69%200,3.13%20-1.47,5.05%20-0.81,1.01%20-1.95,1.51%20-1.14,0.47%20-2.72,0.47%20h%20-4.18%20v%204.58%20q%200,1.12%200.02,1.95%200.04,0.82%200.15,1.62%20z%20m%207.25,-11.3%20q%201.51,0%202.3,-0.96%200.81,-0.99%200.81,-2.8%200,-1.67%20-0.72,-2.63%20-0.37,-0.52%20-0.94,-0.74%20-0.57,-0.25%20-1.45,-0.25%20h%20-4.18%20v%207.38%20z%20m%20-23.54,-19.46%20q%200.22,0.68%200.42,1.05%200.19,0.37%200.54,0.74%201.34,1.58%203.93,1.58%202.4,0%203.81,-1.39%201.44,-1.39%201.44,-3.72%200,-2.29%20-1.38,-3.63%20-1.34,-1.36%20-3.65,-1.36%20-2.43,0%20-3.97,1.43%20-0.35,0.34%20-0.54,0.62%20-0.19,0.25%20-0.42,0.77%20l%20-4,-0.37%20q%200.13,-0.84%200.19,-1.3%200.06,-0.5%200.1,-0.81%200.06,-0.31%200.06,-0.53%200.03,-0.25%200.06,-0.59%20l%200.74,-7.68%20q%200.03,-0.43%200.06,-1.21%200.03,-0.77%200.06,-1.95%200.35,0.03%200.67,0.06%200.35,0%200.74,0.03%200.38,0%200.86,0%200.48,0%201.12,0%20h%207.87%20q%200.83,0%201.41,0%200.61,-0.03%201.09,-0.03%200.51,-0.03%200.96,-0.06%200.45,-0.06%200.99,-0.15%20v%203.9%20q%20-1.06,-0.15%20-2.08,-0.19%20Q%20114,133%20112.66,133%20h%20-7.52%20l%20-0.51,5.42%20q%20-0.06,0.37%20-0.19,1.3%201.18,-0.99%202.49,-1.43%201.31,-0.46%202.97,-0.46%203.93,0%206.24,2.32%201.18,1.12%201.73,2.54%200.54,1.43%200.54,3.28%200,2.05%20-0.67,3.69%20-0.67,1.64%20-1.92,2.79%20-1.25,1.12%20-3.04,1.74%20-1.76,0.62%20-4,0.62%20-4.7,0%20-7.29,-2.7%20-0.32,-0.34%20-0.58,-0.65%20-0.26,-0.34%20-0.51,-0.71%20-0.22,-0.4%20-0.45,-0.87%20-0.22,-0.5%20-0.48,-1.15%20z%20m%200,215.81%20q%200.22,0.68%200.42,1.05%200.19,0.37%200.54,0.74%201.34,1.58%203.93,1.58%202.4,0%203.81,-1.39%201.44,-1.39%201.44,-3.72%200,-2.29%20-1.38,-3.63%20-1.34,-1.36%20-3.65,-1.36%20-2.43,0%20-3.97,1.43%20-0.35,0.34%20-0.54,0.62%20-0.19,0.25%20-0.42,0.77%20l%20-4,-0.37%20q%200.13,-0.84%200.19,-1.3%200.06,-0.5%200.1,-0.81%200.06,-0.31%200.06,-0.53%200.03,-0.25%200.06,-0.59%20l%200.74,-7.68%20q%200.03,-0.43%200.06,-1.21%200.03,-0.77%200.06,-1.95%200.35,0.03%200.67,0.06%200.35,0%200.74,0.03%200.38,0%200.86,0%200.48,0%201.12,0%20h%207.87%20q%200.83,0%201.41,0%200.61,-0.03%201.09,-0.03%200.51,-0.03%200.96,-0.06%200.45,-0.06%200.99,-0.15%20v%203.9%20q%20-1.06,-0.15%20-2.08,-0.19%20-0.99,-0.06%20-2.33,-0.06%20h%20-7.52%20l%20-0.51,5.42%20q%20-0.06,0.37%20-0.19,1.3%201.18,-0.99%202.49,-1.43%201.31,-0.46%202.97,-0.46%203.93,0%206.24,2.32%201.18,1.12%201.73,2.54%200.54,1.43%200.54,3.28%200,2.05%20-0.67,3.69%20-0.67,1.64%20-1.92,2.79%20-1.25,1.12%20-3.04,1.74%20-1.76,0.62%20-4,0.62%20-4.7,0%20-7.29,-2.7%20-0.32,-0.34%20-0.58,-0.65%20-0.26,-0.34%20-0.51,-0.71%20-0.22,-0.4%20-0.45,-0.87%20-0.22,-0.5%20-0.48,-1.15%20z%20m%20246.43,7.64%20q%20-0.06,0.43%20-0.13,0.87%20-0.03,0.4%20-0.06,0.87%20-0.03,0.46%20-0.06,1.02%200,0.56%200,1.24%20v%2016.67%20q%200,1.36%200.03,2.26%200.06,0.87%200.22,1.74%20h%20-4.86%20q%200.13,-0.87%200.19,-1.74%200.06,-0.9%200.06,-2.26%20v%20-16.66%20q%200,-0.71%20-0.03,-1.24%200,-0.56%20-0.03,-0.99%20-0.03,-0.46%20-0.1,-0.87%20-0.03,-0.43%20-0.1,-0.9%20z%20m%208.54,18.25%20q%200.22,0.68%200.42,1.05%200.19,0.37%200.54,0.74%201.34,1.58%203.93,1.58%202.4,0%203.81,-1.39%201.44,-1.39%201.44,-3.72%200,-2.29%20-1.38,-3.63%20-1.34,-1.36%20-3.65,-1.36%20-2.43,0%20-3.97,1.43%20-0.35,0.34%20-0.54,0.62%20-0.19,0.25%20-0.42,0.77%20l%20-4,-0.37%20q%200.13,-0.84%200.19,-1.3%200.06,-0.5%200.1,-0.81%200.06,-0.31%200.06,-0.53%200.03,-0.25%200.06,-0.59%20l%200.74,-7.68%20q%200.03,-0.43%200.06,-1.21%200.03,-0.77%200.06,-1.95%200.35,0.03%200.67,0.06%200.35,0%200.74,0.03%200.38,0%200.86,0%200.48,0%201.12,0%20h%207.87%20q%200.83,0%201.41,0%200.61,-0.03%201.09,-0.03%200.51,-0.03%200.96,-0.06%200.45,-0.06%200.99,-0.15%20v%203.9%20q%20-1.06,-0.15%20-2.08,-0.19%20-0.99,-0.06%20-2.33,-0.06%20h%20-7.52%20l%20-0.51,5.42%20q%20-0.06,0.37%20-0.19,1.3%201.18,-0.99%202.49,-1.43%201.31,-0.46%202.97,-0.46%203.93,0%206.24,2.32%201.18,1.12%201.73,2.54%200.54,1.43%200.54,3.28%200,2.05%20-0.67,3.69%20-0.67,1.64%20-1.92,2.79%20-1.25,1.12%20-3.04,1.74%20-1.76,0.62%20-4,0.62%20-4.7,0%20-7.29,-2.7%20-0.32,-0.34%20-0.58,-0.65%20-0.26,-0.34%20-0.51,-0.71%20-0.22,-0.4%20-0.45,-0.87%20-0.22,-0.5%20-0.48,-1.15%20z%20M%20350.34,101%20q%20-0.06,0.43%20-0.13,0.87%20-0.03,0.4%20-0.06,0.87%20-0.03,0.46%20-0.06,1.02%200,0.56%200,1.24%20v%2016.67%20q%200,1.36%200.03,2.26%200.06,0.87%200.22,1.74%20h%20-4.86%20q%200.13,-0.87%200.19,-1.74%200.06,-0.9%200.06,-2.26%20V%20105%20q%200,-0.71%20-0.03,-1.24%200,-0.56%20-0.03,-0.99%20-0.03,-0.46%20-0.1,-0.87%20-0.03,-0.43%20-0.1,-0.9%20z%20m%208.54,18.25%20q%200.22,0.68%200.42,1.05%200.19,0.37%200.54,0.74%201.34,1.58%203.93,1.58%202.4,0%203.81,-1.39%201.44,-1.39%201.44,-3.72%200,-2.29%20-1.38,-3.63%20-1.34,-1.36%20-3.65,-1.36%20-2.43,0%20-3.97,1.43%20-0.35,0.34%20-0.54,0.62%20-0.19,0.25%20-0.42,0.77%20l%20-4,-0.37%20q%200.13,-0.84%200.19,-1.3%200.06,-0.5%200.1,-0.81%200.06,-0.31%200.06,-0.53%200.03,-0.25%200.06,-0.59%20l%200.74,-7.68%20q%200.03,-0.43%200.06,-1.21%200.03,-0.77%200.06,-1.95%200.35,0.03%200.67,0.06%200.35,0%200.74,0.03%200.38,0%200.86,0%200.48,0%201.12,0%20h%207.87%20q%200.83,0%201.41,0%200.61,-0.03%201.09,-0.03%200.51,-0.03%200.96,-0.06%200.45,-0.06%200.99,-0.15%20v%203.9%20q%20-1.06,-0.15%20-2.08,-0.19%20-0.99,-0.06%20-2.33,-0.06%20h%20-7.52%20l%20-0.51,5.42%20q%20-0.06,0.37%20-0.19,1.3%201.18,-0.99%202.49,-1.43%201.31,-0.46%202.97,-0.46%203.93,0%206.24,2.32%201.18,1.12%201.73,2.54%200.54,1.43%200.54,3.28%200,2.05%20-0.67,3.69%20-0.67,1.64%20-1.92,2.79%20-1.25,1.12%20-3.04,1.74%20-1.76,0.62%20-4,0.62%20-4.7,0%20-7.29,-2.7%20-0.32,-0.34%20-0.58,-0.65%20-0.26,-0.34%20-0.51,-0.71%20-0.22,-0.4%20-0.45,-0.87%20-0.22,-0.5%20-0.48,-1.15%20z%20M%20201.3,388.14%20q%20-0.13,0.89%20-0.25,1.78%20-0.06,0.83%20-0.13,1.78%20-0.06,0.96%20-0.13,2.1%200,1.15%200,2.55%20v%2034.27%20q%200,2.8%200.06,4.65%200.13,1.78%200.44,3.57%20h%20-9.54%20q%200.25,-1.78%200.38,-3.57%200.13,-1.85%200.13,-4.65%20v%20-34.27%20q%200,-1.46%20-0.06,-2.55%200,-1.15%20-0.06,-2.04%20-0.06,-0.96%20-0.19,-1.78%20-0.06,-0.89%20-0.19,-1.85%20z%20m%2026.67,51.72%20q%20-8.1,0%20-13.18,-5.16%20-2.89,-2.93%20-4.14,-6.43%20-2.45,-6.75%20-2.45,-14.65%200,-2.55%200.25,-5.03%200.31,-2.55%200.82,-4.84%200.5,-2.36%201.19,-4.33%200.69,-1.97%201.57,-3.44%202.57,-4.33%206.65,-6.56%204.08,-2.29%209.35,-2.29%208.16,0%2013.24,5.16%202.89,2.93%204.14,6.43%201.26,3.38%201.82,7.13%200.63,3.69%200.63,7.64%200,5.92%20-1.26,10.83%20-1.19,4.9%20-3.39,8.03%20-5.33,7.52%20-15.25,7.52%20z%20m%200.06,-7.39%20q%202.07,0%203.83,-0.7%201.76,-0.7%202.95,-1.97%202.13,-2.23%203.26,-6.5%201.13,-4.27%201.13,-9.87%200,-5.61%20-1.13,-9.75%20-1.13,-4.2%20-3.26,-6.56%20-1.13,-1.27%20-2.95,-1.97%20-1.76,-0.7%20-3.89,-0.7%20-4.39,0%20-7.03,3.25%20-4.14,4.97%20-4.14,15.48%200,5.03%200.82,8.98%200.88,3.95%202.38,6.18%202.89,4.14%208.03,4.14%20z%20M%20385.24,275.35%20q%20-1.27,0%20-2.09,0%20-0.83,0%20-1.44,0.06%20-0.57,0.06%20-1.05,0.13%20-0.48,0.06%20-1.05,0.13%200.22,-2.74%200.44,-4.59%200.26,-1.85%200.7,-3.57%201.75,-6.88%205.98,-12.48%200.57,-0.76%201.13,-1.4%200.61,-0.7%201.4,-1.53%200.79,-0.89%201.88,-2.04%201.13,-1.15%202.79,-2.74%201.48,-1.53%202.49,-2.68%201.05,-1.21%201.61,-2.29%200.61,-1.08%200.87,-2.1%200.26,-1.08%200.26,-2.29%200,-3.25%20-1.61,-5.1%20-1.61,-1.91%20-4.41,-1.91%20-3.88,0%20-5.54,3.76%20-0.57,1.15%20-0.87,2.42%20-0.26,1.21%20-0.48,3.44%20l%20-6.24,-1.08%20q%200.44,-3.63%201.09,-5.86%200.7,-2.29%201.92,-4.33%203.36,-5.67%209.99,-5.67%202.88,0%205.15,1.02%202.27,0.96%203.88,2.8%201.61,1.78%202.44,4.39%200.87,2.61%200.87,5.86%200,3.18%20-0.74,5.61%20-0.74,2.36%20-2.36,4.59%20-0.48,0.64%20-0.87,1.15%20-0.39,0.51%20-1.13,1.27%20-0.7,0.76%20-1.96,2.04%20-1.22,1.27%20-3.36,3.38%20-1.44,1.46%20-2.92,3.31%20-1.44,1.78%20-2.27,3.06%20-1,1.53%20-1.53,2.74%20-0.48,1.15%20-0.96,2.99%20h%2012.22%20q%202.09,0%203.67,-0.13%201.61,-0.13%202.71,-0.38%20v%208.41%20q%20-1.53,-0.19%20-3.01,-0.32%20-1.48,-0.06%20-3.58,-0.06%20z%20m%2038.57,1.02%20q%20-5.63,0%20-9.16,-5.16%20-2.01,-2.93%20-2.88,-6.43%20-1.7,-6.75%20-1.7,-14.65%200,-2.55%200.17,-5.03%200.22,-2.55%200.57,-4.84%200.35,-2.36%200.83,-4.33%200.48,-1.97%201.09,-3.44%201.79,-4.33%204.63,-6.56%202.84,-2.29%206.5,-2.29%205.67,0%209.21,5.16%202.01,2.93%202.88,6.43%200.87,3.38%201.27,7.13%200.44,3.69%200.44,7.64%200,5.92%20-0.87,10.83%20-0.83,4.9%20-2.36,8.03%20-3.71,7.52%20-10.6,7.52%20z%20m%200.04,-7.39%20q%201.44,0%202.66,-0.7%201.22,-0.7%202.05,-1.97%201.48,-2.23%202.27,-6.5%200.79,-4.27%200.79,-9.87%200,-5.61%20-0.79,-9.75%20-0.79,-4.2%20-2.27,-6.56%20-0.79,-1.27%20-2.05,-1.97%20-1.22,-0.7%20-2.71,-0.7%20-3.05,0%20-4.89,3.25%20-2.88,4.97%20-2.88,15.48%200,5.03%200.57,8.98%200.61,3.95%201.66,6.18%202.01,4.14%205.59,4.14%20z%20M%20201.3,61.16%20q%20-0.13,0.89%20-0.25,1.78%20-0.06,0.83%20-0.13,1.78%20-0.06,0.96%20-0.13,2.1%200,1.15%200,2.55%20v%2034.27%20q%200,2.8%200.06,4.65%200.13,1.78%200.44,3.57%20h%20-9.54%20q%200.25,-1.78%200.38,-3.57%200.13,-1.85%200.13,-4.65%20V%2069.38%20q%200,-1.46%20-0.06,-2.55%200,-1.15%20-0.06,-2.04%20-0.06,-0.96%20-0.19,-1.78%20-0.06,-0.89%20-0.19,-1.85%20z%20m%2026.67,51.72%20q%20-8.1,0%20-13.18,-5.16%20-2.89,-2.93%20-4.14,-6.43%20-2.45,-6.75%20-2.45,-14.65%200,-2.55%200.25,-5.03%200.31,-2.55%200.82,-4.84%200.5,-2.36%201.19,-4.33%200.69,-1.97%201.57,-3.44%202.57,-4.33%206.65,-6.56%204.08,-2.29%209.35,-2.29%208.16,0%2013.24,5.16%202.89,2.93%204.14,6.43%201.26,3.38%201.82,7.13%200.63,3.69%200.63,7.64%200,5.92%20-1.26,10.83%20-1.19,4.9%20-3.39,8.03%20-5.33,7.52%20-15.25,7.52%20z%20m%200.06,-7.39%20q%202.07,0%203.83,-0.7%201.76,-0.7%202.95,-1.97%202.13,-2.23%203.26,-6.5%201.13,-4.27%201.13,-9.87%200,-5.61%20-1.13,-9.75%20-1.13,-4.2%20-3.26,-6.56%20-1.13,-1.27%20-2.95,-1.97%20-1.76,-0.7%20-3.89,-0.7%20-4.39,0%20-7.03,3.25%20-4.14,4.97%20-4.14,15.48%200,5.03%200.82,8.98%200.88,3.95%202.38,6.18%202.89,4.14%208.03,4.14%20z%20m%20220.67,202.58%201.34,-4.82%2033.71,9.41%20-1.34,4.82%20z%20m%20-10.92,29.06%202.05,-4.56%2031.92,14.35%20-2.05,4.56%20z%20m%20-15.14,27.1%202.71,-4.2%2029.42,18.96%20-2.71,4.2%20z%20m%20-19.02,24.53%203.31,-3.75%2026.25,23.15%20-3.31,3.75%20z%20m%20-52.28,41.75%204.33,-2.5%2017.5,30.31%20-4.33,2.5%20z%20m%20-32.89,14.85%204.7,-1.71%2011.97,32.89%20-4.7,1.71%20z%20m%20-34.97,8.92%204.92,-0.87%206.08,34.47%20-4.92,0.87%20z%20m%20-35.98,2.71%20h%205%20v%2035%20h%20-5%20z%20m%20-67.26,-12.09%204.73,1.63%20-11.39,33.09%20-4.73,-1.63%20z%20m%20-29.63,-13.31%204.41,2.35%20-16.43,30.9%20-4.41,-2.35%20z%20m%20-27.18,-17.78%203.99,3.01%20-21.06,27.95%20-3.99,-3.01%20z%20m%20-24.07,-21.82%203.47,3.6%20-25.18,24.31%20-3.47,-3.6%20z%20m%20-33.3,-47.02%202.35,4.41%20-30.9,16.43%20-2.35,-4.41%20z%20m%20-10.2,-23.12%201.79,4.67%20-32.68,12.54%20-1.79,-4.67%20z%20m%20-7.31,-24.2%201.21,4.85%20-33.96,8.47%20-1.21,-4.85%20z%20m%20-4.31,-24.91%200.61,4.96%20-34.74,4.27%20-0.61,-4.96%20z%20M%2043,247.49%20v%205%20H%208%20v%20-5%20z%20m%20407.05,-50.76%20-1.34,-4.82%2033.71,-9.41%201.34,4.82%20z%20m%20-10.21,-29.32%20-2.05,-4.56%2031.92,-14.35%202.05,4.56%20z%20m%20-14.48,-27.46%20-2.71,-4.2%2029.42,-18.96%202.71,4.2%20z%20m%20-18.43,-24.98%20-3.31,-3.75%2026.25,-23.15%203.31,3.75%20z%20m%20-51.26,-43%20-4.33,-2.5%2017.5,-30.31%204.33,2.5%20z%20m%20-32.52,-15.64%20-4.7,-1.71%2011.97,-32.89%204.7,1.71%20z%20m%20-34.74,-9.76%20-4.92,-0.87%206.08,-34.47%204.92,0.87%20z%20M%20252.5,42.99%20h%20-5%20v%20-35%20h%205%20z%20m%20-67.53,10.46%20-4.73,1.63%20-11.39,-33.09%204.73,-1.63%20z%20m%20-29.94,12.59%20-4.41,2.35%20-16.43,-30.9%204.41,-2.35%20z%20m%20-27.61,17.12%20-3.99,3.01%20-21.06,-27.95%203.99,-3.01%20z%20m%20-24.59,21.23%20-3.47,3.6%20-25.18,-24.31%203.47,-3.6%20z%20m%20-34.43,46.2%20-2.35,4.41%20-30.9,-16.43%202.35,-4.41%20z%20m%20-10.76,22.87%20-1.79,4.67%20-32.68,-12.54%201.79,-4.67%20z%20m%20-7.89,24.01%20-1.21,4.85%20-33.96,-8.47%201.21,-4.85%20z%20m%20-4.91,24.8%20-0.61,4.96%20L%209.49,222.96%2010.1,218%20Z%20m%20395.11,56.07%201.22,-9.93%2049.63,6.09%20-1.22,9.93%20z%20m%20-70.37,121.93%207.66,-6.43%2032.14,38.3%20-7.66,6.43%20z%20m%20-157.85,37.92%209.85,1.74%20-8.68,49.24%20-9.85,-1.74%20z%20m%20-121.88,-82.18%205.74,8.19%20-40.96,28.68%20-5.74,-8.19%20z%20m%20351.32,-124.47%20-1.22,-9.93%2049.63,-6.09%201.22,9.93%20z%20m%20-63.93,-125.43%20-7.66,-6.43%2032.14,-38.3%207.66,6.43%20z%20m%20-155.66,-46.08%20-9.85,1.74%20-8.68,-49.24%209.85,-1.74%20z%20m%20-125.99,75.73%20-5.74,8.19%20-40.96,-28.68%205.74,-8.19%20z%20M%2058,244.98%20v%2010%20H%208%20v%20-10%20z%20m%2039.48,-71.62%202.56,22.21%20-18.79,-6.84%20z'%20/%3e%3cpath%20id='path96'%20style='fill:none;stroke:%23ffffff;stroke-width:5;'%20d='m%2090.25,308.14%20a%20170,170%200%200%201%200,-116.29%20m%20384.06,30.6%20a%20226,226%200%200%201%200,55.08'%20/%3e%3c/svg%3e\"","<script setup lang=\"ts\">\nimport { computed } from 'vue';\nimport { PrerenderedSvgImage } from '@openattitude/core';\nimport Face from './face.svg';\n\nconst VSI_TABLE: [number, number][] = [\n [-2000, -173],\n [-1500, -130],\n [-1000, -80],\n [-500, -35],\n [0, 0],\n [500, 35],\n [1000, 80],\n [1500, 130],\n [2000, 173],\n];\n\nconst props = defineProps<{\n verticalSpeedFpm?: number | null;\n}>();\n\nconst needleTransform = computed(() => {\n const a = Math.interpolate(props.verticalSpeedFpm ?? 0, VSI_TABLE);\n return `rotate(${a} 250 250)`;\n});\n</script>\n<template>\n <svg\n width=\"500\"\n height=\"500\"\n viewBox=\"0 0 500 500\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:svg=\"http://www.w3.org/2000/svg\"\n >\n <PrerenderedSvgImage :href=\"Face\" />\n <g :transform=\"needleTransform\">\n <path\n style=\"stroke: #717171; stroke-width: 1\"\n d=\"M 334.39,236.02 A 14.8,13.98 0 0 0 324.11,240 H 257.83 A 12.73,12.73 0 0 0 250,237.27 12.73,12.73 0 0 0 242.17,240 h -22.13 v 20 h 22.13 a 12.73,12.73 0 0 0 7.83,2.73 12.73,12.73 0 0 0 7.83,-2.73 h 66.28 a 14.8,13.98 0 0 0 10.28,3.98 A 14.8,13.98 0 0 0 349.2,250 14.8,13.98 0 0 0 334.39,236.02 Z\"\n />\n <path\n style=\"fill: #ffffff; stroke: #717171; stroke-width: 1\"\n d=\"M 55.15,240 H 220.9 v 20 H 55.15 L 32.06,250 Z\"\n />\n </g>\n </svg>\n</template>\n","<script setup lang=\"ts\">\nimport { computed } from 'vue';\nimport { PrerenderedSvgImage } from '@openattitude/core';\nimport Face from './face.svg';\n\nconst VSI_TABLE: [number, number][] = [\n [-2000, -173],\n [-1500, -130],\n [-1000, -80],\n [-500, -35],\n [0, 0],\n [500, 35],\n [1000, 80],\n [1500, 130],\n [2000, 173],\n];\n\nconst props = defineProps<{\n verticalSpeedFpm?: number | null;\n}>();\n\nconst needleTransform = computed(() => {\n const a = Math.interpolate(props.verticalSpeedFpm ?? 0, VSI_TABLE);\n return `rotate(${a} 250 250)`;\n});\n</script>\n<template>\n <svg\n width=\"500\"\n height=\"500\"\n viewBox=\"0 0 500 500\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:svg=\"http://www.w3.org/2000/svg\"\n >\n <PrerenderedSvgImage :href=\"Face\" />\n <g :transform=\"needleTransform\">\n <path\n style=\"stroke: #717171; stroke-width: 1\"\n d=\"M 334.39,236.02 A 14.8,13.98 0 0 0 324.11,240 H 257.83 A 12.73,12.73 0 0 0 250,237.27 12.73,12.73 0 0 0 242.17,240 h -22.13 v 20 h 22.13 a 12.73,12.73 0 0 0 7.83,2.73 12.73,12.73 0 0 0 7.83,-2.73 h 66.28 a 14.8,13.98 0 0 0 10.28,3.98 A 14.8,13.98 0 0 0 349.2,250 14.8,13.98 0 0 0 334.39,236.02 Z\"\n />\n <path\n style=\"fill: #ffffff; stroke: #717171; stroke-width: 1\"\n d=\"M 55.15,240 H 220.9 v 20 H 55.15 L 32.06,250 Z\"\n />\n </g>\n </svg>\n</template>\n"],"mappings":";;;AAAA,IAAA,IAAe;;;;;;;;;;;ECKf,IAAM,IAAgC;GACpC,CAAC,MAAO,KAAK;GACb,CAAC,OAAO,KAAK;GACb,CAAC,MAAO,IAAI;GACZ,CAAC,MAAM,IAAI;GACX,CAAC,GAAG,EAAE;GACN,CAAC,KAAK,GAAG;GACT,CAAC,KAAM,GAAG;GACV,CAAC,MAAM,IAAI;GACX,CAAC,KAAM,IAAI;GACZ,EAEK,IAAQ,GAIR,IAAkB,QAEf,UADG,KAAK,YAAY,EAAM,oBAAoB,GAAG,EAAU,CAC/C,WACnB;yBAGA,EAmBM,OAnBN,GAmBM,CAXJ,EAAoC,EAAA,EAAA,EAAA,EAAd,MAAM,EAAA,EAAI,EAAA,EAAA,MAAA,GAAA,CAAA,OAAA,CAAA,EAChC,EASI,KAAA,EATA,WAAW,EAAA,OAAe,EAAA,CAAA,GAAA,AAAA,EAAA,OAAA,CAC5B,EAGE,QAAA;GAFA,OAAA;IAAA,QAAA;IAAA,gBAAA;IAAwC;GACxC,GAAE;gBAEJ,EAGE,QAAA;GAFA,OAAA;IAAA,MAAA;IAAA,QAAA;IAAA,gBAAA;IAAuD;GACvD,GAAE"}
|
package/package.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@openattitude/steam-verticalspeedindicator-generic",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "Steam-style vertical speed indicator",
|
|
5
|
+
"author": "Torsten Dreyer <torsten@t3r.de>",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"main": "./dist/steam-verticalspeedindicator-generic.js",
|
|
8
|
+
"module": "./dist/steam-verticalspeedindicator-generic.js",
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"types": "./dist/steam-verticalspeedindicator-generic.d.ts",
|
|
12
|
+
"import": "./dist/steam-verticalspeedindicator-generic.js",
|
|
13
|
+
"default": "./dist/steam-verticalspeedindicator-generic.js"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"files": [
|
|
17
|
+
"dist"
|
|
18
|
+
],
|
|
19
|
+
"sideEffects": false,
|
|
20
|
+
"dependencies": {
|
|
21
|
+
"@openattitude/core": "^0.1.0"
|
|
22
|
+
},
|
|
23
|
+
"peerDependencies": {
|
|
24
|
+
"vue": "^3.5.0"
|
|
25
|
+
},
|
|
26
|
+
"devDependencies": {
|
|
27
|
+
"@vitejs/plugin-vue": "^6.0.5",
|
|
28
|
+
"@vue/test-utils": "^2.4.6",
|
|
29
|
+
"happy-dom": "^20.0.11",
|
|
30
|
+
"typescript": "~5.9.3",
|
|
31
|
+
"vite": "^8.0.2",
|
|
32
|
+
"vite-plugin-dts": "^4.5.4",
|
|
33
|
+
"vitest": "^4.1.1",
|
|
34
|
+
"vue": "^3.5.30"
|
|
35
|
+
},
|
|
36
|
+
"scripts": {
|
|
37
|
+
"build": "vite build",
|
|
38
|
+
"prepublishOnly": "npm run build",
|
|
39
|
+
"dev:testbed": "vite --config vite.testbed.config.ts",
|
|
40
|
+
"build:testbed": "vite build --config vite.testbed.config.ts",
|
|
41
|
+
"test": "vitest run",
|
|
42
|
+
"test:watch": "vitest"
|
|
43
|
+
},
|
|
44
|
+
"keywords": [
|
|
45
|
+
"flightgear",
|
|
46
|
+
"openattitude",
|
|
47
|
+
"vsi",
|
|
48
|
+
"vue"
|
|
49
|
+
],
|
|
50
|
+
"license": "LGPL-3.0-or-later",
|
|
51
|
+
"types": "./dist/steam-verticalspeedindicator-generic.d.ts"
|
|
52
|
+
}
|