Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cad20977d4 | ||
|
|
d7ac6f74ba | ||
|
|
8f1cc5a673 | ||
|
|
79de47d01b | ||
|
|
3cfa3b12ab | ||
|
|
3191797a9a | ||
|
|
cdfe3bbfdb | ||
|
|
9b44ade44b | ||
|
|
e69cbad3be | ||
|
|
41f0c98dd1 | ||
|
|
5d75af7391 | ||
|
|
debfb3bfb5 | ||
|
|
b3864db479 | ||
|
|
f7ac3ecf00 | ||
|
|
a530299cea | ||
|
|
4db20fb93f | ||
|
|
624852198f | ||
|
|
0b0dfd605d | ||
|
|
4449420e4f | ||
|
|
328eb69836 | ||
|
|
914de06f5c | ||
|
|
c93a7df6b5 | ||
|
|
b88bcf94a8 | ||
|
|
a2f3dcb5f8 | ||
|
|
089fafd407 | ||
|
|
5580c2422c | ||
|
|
1215c09b11 | ||
|
|
d656ed856f | ||
|
|
ed58e43463 | ||
|
|
bfefe30aef | ||
|
|
18ea38ea79 | ||
|
|
66d3b43bfd | ||
|
|
14fe72b1d8 | ||
|
|
eb2e70b42a | ||
|
|
4d10ba440f | ||
|
|
26c32a3f23 | ||
|
|
41b300b96c | ||
|
|
3f85227b42 | ||
|
|
bdb9c175fa | ||
|
|
7064463876 |
@@ -1,48 +0,0 @@
|
||||
|
||||
name: Build And Deploy
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
# 确保这是你正在使用的分支名称
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
deploy-gh-pages:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
# 如果你文档需要 Git 子模块,取消注释下一行
|
||||
# submodules: true
|
||||
|
||||
|
||||
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 20
|
||||
cache: yarn
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn install --frozen-lockfile
|
||||
|
||||
- name: Build docs
|
||||
env:
|
||||
NODE_OPTIONS: --max_old_space_size=8192
|
||||
run: |-
|
||||
yarn run docs:build
|
||||
> docs/.vuepress/dist/.nojekyll
|
||||
|
||||
- name: Deploy docs
|
||||
uses: JamesIves/github-pages-deploy-action@v4
|
||||
with:
|
||||
# 这是文档部署到的分支名称
|
||||
branch: gh-pages
|
||||
folder: docs/.vuepress/dist
|
||||
@@ -1,4 +0,0 @@
|
||||
/node_modules
|
||||
/docs/.vuepress/.cache
|
||||
/docs/.vuepress/.temp
|
||||
/docs/.vuepress/dist
|
||||
@@ -1,35 +0,0 @@
|
||||
# My Blog and Notebook
|
||||
|
||||
Visit: [https://thejinchao.github.io](https://thejinchao.github.io)
|
||||
|
||||
## 开发环境搭建
|
||||
1. 安装node.js [https://nodejs.org](https://nodejs.org)
|
||||
2. 安装yarn [https://classic.yarnpkg.com/lang/en/docs/install/#windows-stable](https://classic.yarnpkg.com/lang/en/docs/install/#windows-stable)
|
||||
```
|
||||
npm install --global yarn
|
||||
yarn --version
|
||||
```
|
||||
## 安装必须组件
|
||||
|
||||
### 安装 vuepress
|
||||
```
|
||||
npm install -D vuepress@next
|
||||
```
|
||||
### 安装打包工具和主题
|
||||
```
|
||||
npm install -D @vuepress/bundler-vite@next @vuepress/theme-default@next
|
||||
```
|
||||
### 安装sass-embedded
|
||||
```
|
||||
yarn add -D sass-embedded
|
||||
```
|
||||
#### Add math support to your VuePress site
|
||||
```
|
||||
npm i -D @vuepress/plugin-markdown-math@next
|
||||
npm i -D mathjax-full
|
||||
```
|
||||
### Add additional features to your markdown images
|
||||
```
|
||||
npm i -D @vuepress/plugin-markdown-image@next
|
||||
```
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
import{_ as e}from"./plugin-vue_export-helper-DlAUqK2U.js";import{c as o,b as n,o as r}from"./app-DlommLbD.js";const a={};function p(c,t){return r(),o("div",null,[...t[0]||(t[0]=[n("p",null,"404 Not Found",-1)])])}const l=e(a,[["render",p]]),m=JSON.parse('{"path":"/404.html","title":"","lang":"zh-CN","frontmatter":{"layout":"NotFound","description":"404 Not Found","head":[["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"WebPage\\",\\"name\\":\\"\\",\\"description\\":\\"404 Not Found\\"}"],["meta",{"property":"og:url","content":"https://thejinchao.github.io/404.html"}],["meta",{"property":"og:site_name","content":"我的博客和笔记"}],["meta",{"property":"og:description","content":"404 Not Found"}],["meta",{"property":"og:type","content":"website"}],["meta",{"property":"og:locale","content":"zh-CN"}]]},"git":{},"readingTime":{"minutes":0.01,"words":3},"filePathRelative":null,"autoDesc":true}');export{l as comp,m as data};
|
||||
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 79 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
@@ -0,0 +1,8 @@
|
||||
import{_ as t}from"./plugin-vue_export-helper-DlAUqK2U.js";import{c as i,a,o as n}from"./app-DlommLbD.js";const s={};function p(r,e){return n(),i("div",null,[...e[0]||(e[0]=[a(`<h1 id="jpeg算法解密-五" tabindex="-1"><a class="header-anchor" href="#jpeg算法解密-五"><span>JPEG算法解密(五)</span></a></h1><p>最后,我提供给大家一个简易的jpeg压缩算法的代码,这份代码用C++编写,以开源方式提供,放在了github上,可以到下面这个网址下载<br><a href="http://github.com/thejinchao/jpeg_encoder" target="_blank" rel="noopener noreferrer">http://github.com/thejinchao/jpeg_encoder</a><br> 使用方法很简单,像下面这样就可以了</p><div class="language-cpp" data-highlighter="shiki" data-ext="cpp" style="--shiki-light:#383A42;--shiki-dark:#abb2bf;--shiki-light-bg:#FAFAFA;--shiki-dark-bg:#282c34;"><pre class="shiki shiki-themes one-light one-dark-pro vp-code"><code class="language-cpp"><span class="line"><span style="--shiki-light:#A626A4;--shiki-dark:#C678DD;">#include</span><span style="--shiki-light:#50A14F;--shiki-dark:#98C379;"> "jpeg_encoder.h"</span></span>
|
||||
<span class="line"><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;"> </span></span>
|
||||
<span class="line"><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">JpegEncoder encoder;</span></span>
|
||||
<span class="line"><span style="--shiki-light:#A0A1A7;--shiki-light-font-style:italic;--shiki-dark:#7F848E;--shiki-dark-font-style:italic;">//输入的文件必须是24bit的bmp文件,尺寸必须是8的倍数</span></span>
|
||||
<span class="line"><span style="--shiki-light:#E45649;--shiki-dark:#E5C07B;">encoder</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">.</span><span style="--shiki-light:#4078F2;--shiki-dark:#61AFEF;">readFromBMP</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">(inputFileName);</span></span>
|
||||
<span class="line"><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;"> </span></span>
|
||||
<span class="line"><span style="--shiki-light:#A0A1A7;--shiki-light-font-style:italic;--shiki-dark:#7F848E;--shiki-dark-font-style:italic;">//第二个参数在1~199之间,代表文件压缩程度,数字越大,压缩后的文件体积越小</span></span>
|
||||
<span class="line"><span style="--shiki-light:#E45649;--shiki-dark:#E5C07B;">encoder</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">.</span><span style="--shiki-light:#4078F2;--shiki-dark:#61AFEF;">encodeToJPG</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">(outputFileName, </span><span style="--shiki-light:#986801;--shiki-dark:#D19A66;">50</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">);</span></span></code></pre></div><p>这份代码只是为了配合这个系列的文章,所以没有考虑优化,如果你想在实际工程中使用jpeg的压缩算法,还是使用被广泛应用的libjpeg或者OpenJpeg。</p><hr><p>参考资料:<br> 【1】<a href="http://www.impulseadventure.com/photo/jpeg-huffman-coding.html" target="_blank" rel="noopener noreferrer">http://www.impulseadventure.com/photo/jpeg-huffman-coding.html</a><br> 【2】<a href="http://www.mysanco.cn/index.php?class=wenku&action=wenku_item&id=96" target="_blank" rel="noopener noreferrer">http://www.mysanco.cn/index.php?class=wenku&action=wenku_item&id=96</a><br> 【3】<a href="http://www.codingnow.com/2000/download/jpeg.txt" target="_blank" rel="noopener noreferrer">http://www.codingnow.com/2000/download/jpeg.txt</a><br> 【4】<a href="http://jingyan.baidu.com/article/cbf0e500f1ce562eaa2893f4.html" target="_blank" rel="noopener noreferrer">http://jingyan.baidu.com/article/cbf0e500f1ce562eaa2893f4.html</a><br> 【5】<a href="http://www.codeproject.com/Articles/83225/A-Simple-JPEG-Encoder-in-C" target="_blank" rel="noopener noreferrer">http://www.codeproject.com/Articles/83225/A-Simple-JPEG-Encoder-in-C</a></p>`,6)])])}const l=t(s,[["render",p]]),c=JSON.parse('{"path":"/blog/2025/02/JPEG005.html","title":"JPEG算法解密(五)","lang":"zh-CN","frontmatter":{"title":"JPEG算法解密(五)","tags":"压缩 图像 程序 算法","prev":{"text":"JPEG算法解密(四)","link":"JPEG004.md"},"description":"JPEG算法解密(五) 最后,我提供给大家一个简易的jpeg压缩算法的代码,这份代码用C++编写,以开源方式提供,放在了github上,可以到下面这个网址下载 http://github.com/thejinchao/jpeg_encoder 使用方法很简单,像下面这样就可以了 这份代码只是为了配合这个系列的文章,所以没有考虑优化,如果你想在实际工程中...","head":[["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"JPEG算法解密(五)\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2025-08-31T08:33:30.000Z\\",\\"author\\":[{\\"@type\\":\\"Person\\",\\"name\\":\\"JinChao\\",\\"url\\":\\"https://thecodeway.com\\"}]}"],["meta",{"property":"og:url","content":"https://thejinchao.github.io/blog/2025/02/JPEG005.html"}],["meta",{"property":"og:site_name","content":"我的博客和笔记"}],["meta",{"property":"og:title","content":"JPEG算法解密(五)"}],["meta",{"property":"og:description","content":"JPEG算法解密(五) 最后,我提供给大家一个简易的jpeg压缩算法的代码,这份代码用C++编写,以开源方式提供,放在了github上,可以到下面这个网址下载 http://github.com/thejinchao/jpeg_encoder 使用方法很简单,像下面这样就可以了 这份代码只是为了配合这个系列的文章,所以没有考虑优化,如果你想在实际工程中..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2025-08-31T08:33:30.000Z"}],["meta",{"property":"article:modified_time","content":"2025-08-31T08:33:30.000Z"}]]},"git":{"createdTime":1740225290000,"updatedTime":1756629210000,"contributors":[{"name":"thejinchao","username":"thejinchao","email":"thejinchao@gmail.com","commits":2,"url":"https://github.com/thejinchao"}]},"readingTime":{"minutes":0.95,"words":285},"filePathRelative":"blog/2025/02/JPEG005.md","autoDesc":true}');export{l as comp,c as data};
|
||||
|
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 73 KiB |
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
|
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 9.7 KiB |
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.8 KiB |
@@ -0,0 +1,689 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="90mm"
|
||||
height="70mm"
|
||||
viewBox="0 0 90 70"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
inkscape:version="1.4 (86a8ad7, 2024-10-11)"
|
||||
sodipodi:docname="NDC_axis.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
borderopacity="0.25"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="mm"
|
||||
showgrid="true"
|
||||
inkscape:zoom="4.3366723"
|
||||
inkscape:cx="149.88451"
|
||||
inkscape:cy="133.8584"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1494"
|
||||
inkscape:window-x="-11"
|
||||
inkscape:window-y="-11"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1">
|
||||
<inkscape:grid
|
||||
id="grid1"
|
||||
units="mm"
|
||||
originx="0"
|
||||
originy="0"
|
||||
spacingx="0.99999998"
|
||||
spacingy="1"
|
||||
empcolor="#0099e5"
|
||||
empopacity="0.30196078"
|
||||
color="#0099e5"
|
||||
opacity="0.14901961"
|
||||
empspacing="5"
|
||||
enabled="true"
|
||||
visible="true" />
|
||||
</sodipodi:namedview>
|
||||
<defs
|
||||
id="defs1">
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="ConcaveTriangle"
|
||||
refX="0"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Concave triangle arrow"
|
||||
markerWidth="1"
|
||||
markerHeight="1"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
transform="scale(0.7)"
|
||||
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
id="path7" />
|
||||
</marker>
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="marker19"
|
||||
refX="5"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Concave triangle arrow"
|
||||
markerWidth="1"
|
||||
markerHeight="1"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
transform="scale(0.7)"
|
||||
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
id="path19" />
|
||||
</marker>
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="marker18"
|
||||
refX="5"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Concave triangle arrow"
|
||||
markerWidth="1"
|
||||
markerHeight="1"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
transform="scale(0.7)"
|
||||
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
id="path18" />
|
||||
</marker>
|
||||
<marker
|
||||
inkscape:isstock="true"
|
||||
style="overflow:visible"
|
||||
id="marker1711-3"
|
||||
refX="0"
|
||||
refY="0"
|
||||
orient="auto"
|
||||
inkscape:stockid="Arrow1Lstart">
|
||||
<path
|
||||
transform="matrix(0.8,0,0,0.8,10,0)"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
|
||||
d="M 0,0 5,-5 -12.5,0 5,5 Z"
|
||||
id="path1709-0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</marker>
|
||||
<marker
|
||||
inkscape:isstock="true"
|
||||
style="overflow:visible"
|
||||
id="marker1677"
|
||||
refX="0"
|
||||
refY="0"
|
||||
orient="auto"
|
||||
inkscape:stockid="Arrow1Lend">
|
||||
<path
|
||||
transform="matrix(-0.8,0,0,-0.8,-10,0)"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
|
||||
d="M 0,0 5,-5 -12.5,0 5,5 Z"
|
||||
id="path1675"
|
||||
inkscape:connector-curvature="0" />
|
||||
</marker>
|
||||
<g
|
||||
id="g175">
|
||||
<g
|
||||
id="g4857">
|
||||
<path
|
||||
d="m 3.890625,2.90625 c 0,-0.03125 0,-0.0625 -0.203125,-0.265625 C 2.484375,1.4375 1.8125,-0.53125 1.8125,-2.96875 c 0,-2.328125 0.5625,-4.328125 1.953125,-5.734375 0.125,-0.109375 0.125,-0.125 0.125,-0.171875 0,-0.0625 -0.0625,-0.09375 -0.109375,-0.09375 -0.15625,0 -1.140625,0.859375 -1.71875,2.03125 -0.609375,1.21875 -0.890625,2.484375 -0.890625,3.96875 0,1.0625 0.171875,2.484375 0.78125,3.75 C 2.671875,2.21875 3.640625,3 3.78125,3 3.828125,3 3.890625,2.96875 3.890625,2.90625 Z m 0,0"
|
||||
id="path5439" />
|
||||
</g>
|
||||
<g
|
||||
id="g9368">
|
||||
<path
|
||||
d="m 3.4375,-7.65625 c 0,-0.28125 0,-0.296875 -0.234375,-0.296875 C 2.921875,-7.625 2.3125,-7.1875 1.09375,-7.1875 v 0.34375 c 0.265625,0 0.859375,0 1.53125,-0.296875 v 6.21875 c 0,0.4375 -0.046875,0.578125 -1.09375,0.578125 h -0.375 V 0 c 0.328125,-0.03125 1.484375,-0.03125 1.875,-0.03125 0.40625,0 1.546875,0 1.875,0.03125 v -0.34375 h -0.375 c -1.046875,0 -1.09375,-0.140625 -1.09375,-0.578125 z m 0,0"
|
||||
id="path9763" />
|
||||
</g>
|
||||
<g
|
||||
id="g8593">
|
||||
<path
|
||||
d="m 5.359375,-3.828125 c 0,-0.984375 -0.0625,-1.953125 -0.5,-2.859375 -0.484375,-1 -1.34375,-1.265625 -1.9375,-1.265625 -0.6875,0 -1.53125,0.34375 -1.984375,1.34375 -0.328125,0.75 -0.453125,1.5 -0.453125,2.78125 0,1.15625 0.09375,2.03125 0.515625,2.890625 0.46875,0.90625 1.296875,1.1875 1.921875,1.1875 1.03125,0 1.625,-0.625 1.984375,-1.3125 0.421875,-0.890625 0.453125,-2.0625 0.453125,-2.765625 z m -2.4375,3.84375 C 2.53125,0.015625 1.75,-0.203125 1.53125,-1.5 c -0.125,-0.71875 -0.125,-1.625 -0.125,-2.46875 0,-0.984375 0,-1.859375 0.1875,-2.5625 0.203125,-0.8125 0.8125,-1.171875 1.328125,-1.171875 0.453125,0 1.140625,0.265625 1.375,1.296875 0.15625,0.6875 0.15625,1.625 0.15625,2.4375 0,0.796875 0,1.703125 -0.140625,2.4375 -0.21875,1.3125 -0.984375,1.546875 -1.390625,1.546875 z m 0,0"
|
||||
id="path4741" />
|
||||
</g>
|
||||
<g
|
||||
id="g7571">
|
||||
<path
|
||||
d="M 3.375,-2.96875 C 3.375,-3.890625 3.25,-5.359375 2.578125,-6.75 1.875,-8.1875 0.890625,-8.96875 0.765625,-8.96875 c -0.046875,0 -0.109375,0.03125 -0.109375,0.09375 0,0.046875 0,0.0625 0.203125,0.265625 1.203125,1.203125 1.859375,3.1875 1.859375,5.625 0,2.3125 -0.5625,4.3125 -1.9375,5.71875 C 0.65625,2.84375 0.65625,2.875 0.65625,2.90625 0.65625,2.96875 0.71875,3 0.765625,3 0.921875,3 1.90625,2.140625 2.484375,0.96875 3.09375,-0.25 3.375,-1.546875 3.375,-2.96875 Z m 0,0"
|
||||
id="path823" />
|
||||
</g>
|
||||
<g
|
||||
id="g7975">
|
||||
<path
|
||||
d="m 7.875,-2.75 c 0.203125,0 0.421875,0 0.421875,-0.234375 0,-0.25 -0.21875,-0.25 -0.421875,-0.25 H 1.40625 c -0.203125,0 -0.421875,0 -0.421875,0.25 0,0.234375 0.21875,0.234375 0.421875,0.234375 z m 0,0"
|
||||
id="path7254" />
|
||||
</g>
|
||||
<g
|
||||
id="g202">
|
||||
<path
|
||||
d="m 2.328125,0.046875 c 0,-0.6875 -0.21875,-1.203125 -0.71875,-1.203125 -0.375,0 -0.5625,0.3125 -0.5625,0.578125 C 1.046875,-0.328125 1.21875,0 1.625,0 1.78125,0 1.90625,-0.046875 2.015625,-0.15625 2.046875,-0.171875 2.0625,-0.171875 2.0625,-0.171875 c 0.03125,0 0.03125,0.15625 0.03125,0.21875 C 2.09375,0.4375 2.015625,1.21875 1.328125,2 1.1875,2.140625 1.1875,2.15625 1.1875,2.1875 c 0,0.0625 0.0625,0.125 0.125,0.125 0.09375,0 1.015625,-0.890625 1.015625,-2.265625 z m 0,0"
|
||||
id="path3411" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g5971">
|
||||
<g
|
||||
id="g8854">
|
||||
<path
|
||||
d="m 3.890625,2.90625 c 0,-0.03125 0,-0.0625 -0.203125,-0.265625 C 2.484375,1.4375 1.8125,-0.53125 1.8125,-2.96875 c 0,-2.328125 0.5625,-4.328125 1.953125,-5.734375 0.125,-0.109375 0.125,-0.125 0.125,-0.171875 0,-0.0625 -0.0625,-0.09375 -0.109375,-0.09375 -0.15625,0 -1.140625,0.859375 -1.71875,2.03125 -0.609375,1.21875 -0.890625,2.484375 -0.890625,3.96875 0,1.0625 0.171875,2.484375 0.78125,3.75 C 2.671875,2.21875 3.640625,3 3.78125,3 3.828125,3 3.890625,2.96875 3.890625,2.90625 Z m 0,0"
|
||||
id="path5318" />
|
||||
</g>
|
||||
<g
|
||||
id="g7209">
|
||||
<path
|
||||
d="m 3.4375,-7.65625 c 0,-0.28125 0,-0.296875 -0.234375,-0.296875 C 2.921875,-7.625 2.3125,-7.1875 1.09375,-7.1875 v 0.34375 c 0.265625,0 0.859375,0 1.53125,-0.296875 v 6.21875 c 0,0.4375 -0.046875,0.578125 -1.09375,0.578125 h -0.375 V 0 c 0.328125,-0.03125 1.484375,-0.03125 1.875,-0.03125 0.40625,0 1.546875,0 1.875,0.03125 v -0.34375 h -0.375 c -1.046875,0 -1.09375,-0.140625 -1.09375,-0.578125 z m 0,0"
|
||||
id="path7858" />
|
||||
</g>
|
||||
<g
|
||||
id="g3111">
|
||||
<path
|
||||
d="m 5.359375,-3.828125 c 0,-0.984375 -0.0625,-1.953125 -0.5,-2.859375 -0.484375,-1 -1.34375,-1.265625 -1.9375,-1.265625 -0.6875,0 -1.53125,0.34375 -1.984375,1.34375 -0.328125,0.75 -0.453125,1.5 -0.453125,2.78125 0,1.15625 0.09375,2.03125 0.515625,2.890625 0.46875,0.90625 1.296875,1.1875 1.921875,1.1875 1.03125,0 1.625,-0.625 1.984375,-1.3125 0.421875,-0.890625 0.453125,-2.0625 0.453125,-2.765625 z m -2.4375,3.84375 C 2.53125,0.015625 1.75,-0.203125 1.53125,-1.5 c -0.125,-0.71875 -0.125,-1.625 -0.125,-2.46875 0,-0.984375 0,-1.859375 0.1875,-2.5625 0.203125,-0.8125 0.8125,-1.171875 1.328125,-1.171875 0.453125,0 1.140625,0.265625 1.375,1.296875 0.15625,0.6875 0.15625,1.625 0.15625,2.4375 0,0.796875 0,1.703125 -0.140625,2.4375 -0.21875,1.3125 -0.984375,1.546875 -1.390625,1.546875 z m 0,0"
|
||||
id="path1358" />
|
||||
</g>
|
||||
<g
|
||||
id="g8428">
|
||||
<path
|
||||
d="M 3.375,-2.96875 C 3.375,-3.890625 3.25,-5.359375 2.578125,-6.75 1.875,-8.1875 0.890625,-8.96875 0.765625,-8.96875 c -0.046875,0 -0.109375,0.03125 -0.109375,0.09375 0,0.046875 0,0.0625 0.203125,0.265625 1.203125,1.203125 1.859375,3.1875 1.859375,5.625 0,2.3125 -0.5625,4.3125 -1.9375,5.71875 C 0.65625,2.84375 0.65625,2.875 0.65625,2.90625 0.65625,2.96875 0.71875,3 0.765625,3 0.921875,3 1.90625,2.140625 2.484375,0.96875 3.09375,-0.25 3.375,-1.546875 3.375,-2.96875 Z m 0,0"
|
||||
id="path8687" />
|
||||
</g>
|
||||
<g
|
||||
id="g5594">
|
||||
<path
|
||||
d="m 2.328125,0.046875 c 0,-0.6875 -0.21875,-1.203125 -0.71875,-1.203125 -0.375,0 -0.5625,0.3125 -0.5625,0.578125 C 1.046875,-0.328125 1.21875,0 1.625,0 1.78125,0 1.90625,-0.046875 2.015625,-0.15625 2.046875,-0.171875 2.0625,-0.171875 2.0625,-0.171875 c 0.03125,0 0.03125,0.15625 0.03125,0.21875 C 2.09375,0.4375 2.015625,1.21875 1.328125,2 1.1875,2.140625 1.1875,2.15625 1.1875,2.1875 c 0,0.0625 0.0625,0.125 0.125,0.125 0.09375,0 1.015625,-0.890625 1.015625,-2.265625 z m 0,0"
|
||||
id="path576" />
|
||||
</g>
|
||||
<g
|
||||
id="g3550">
|
||||
<path
|
||||
d="m 7.875,-2.75 c 0.203125,0 0.421875,0 0.421875,-0.234375 0,-0.25 -0.21875,-0.25 -0.421875,-0.25 H 1.40625 c -0.203125,0 -0.421875,0 -0.421875,0.25 0,0.234375 0.21875,0.234375 0.421875,0.234375 z m 0,0"
|
||||
id="path5588" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g1780">
|
||||
<g
|
||||
id="g8100">
|
||||
<path
|
||||
d="m 3.890625,2.90625 c 0,-0.03125 0,-0.0625 -0.203125,-0.265625 C 2.484375,1.4375 1.8125,-0.53125 1.8125,-2.96875 c 0,-2.328125 0.5625,-4.328125 1.953125,-5.734375 0.125,-0.109375 0.125,-0.125 0.125,-0.171875 0,-0.0625 -0.0625,-0.09375 -0.109375,-0.09375 -0.15625,0 -1.140625,0.859375 -1.71875,2.03125 -0.609375,1.21875 -0.890625,2.484375 -0.890625,3.96875 0,1.0625 0.171875,2.484375 0.78125,3.75 C 2.671875,2.21875 3.640625,3 3.78125,3 3.828125,3 3.890625,2.96875 3.890625,2.90625 Z m 0,0"
|
||||
id="path8550" />
|
||||
</g>
|
||||
<g
|
||||
id="g8987">
|
||||
<path
|
||||
d="m 3.4375,-7.65625 c 0,-0.28125 0,-0.296875 -0.234375,-0.296875 C 2.921875,-7.625 2.3125,-7.1875 1.09375,-7.1875 v 0.34375 c 0.265625,0 0.859375,0 1.53125,-0.296875 v 6.21875 c 0,0.4375 -0.046875,0.578125 -1.09375,0.578125 h -0.375 V 0 c 0.328125,-0.03125 1.484375,-0.03125 1.875,-0.03125 0.40625,0 1.546875,0 1.875,0.03125 v -0.34375 h -0.375 c -1.046875,0 -1.09375,-0.140625 -1.09375,-0.578125 z m 0,0"
|
||||
id="path1495" />
|
||||
</g>
|
||||
<g
|
||||
id="g2698">
|
||||
<path
|
||||
d="M 3.375,-2.96875 C 3.375,-3.890625 3.25,-5.359375 2.578125,-6.75 1.875,-8.1875 0.890625,-8.96875 0.765625,-8.96875 c -0.046875,0 -0.109375,0.03125 -0.109375,0.09375 0,0.046875 0,0.0625 0.203125,0.265625 1.203125,1.203125 1.859375,3.1875 1.859375,5.625 0,2.3125 -0.5625,4.3125 -1.9375,5.71875 C 0.65625,2.84375 0.65625,2.875 0.65625,2.90625 0.65625,2.96875 0.71875,3 0.765625,3 0.921875,3 1.90625,2.140625 2.484375,0.96875 3.09375,-0.25 3.375,-1.546875 3.375,-2.96875 Z m 0,0"
|
||||
id="path6359" />
|
||||
</g>
|
||||
<g
|
||||
id="g3392">
|
||||
<path
|
||||
d="m 2.328125,0.046875 c 0,-0.6875 -0.21875,-1.203125 -0.71875,-1.203125 -0.375,0 -0.5625,0.3125 -0.5625,0.578125 C 1.046875,-0.328125 1.21875,0 1.625,0 1.78125,0 1.90625,-0.046875 2.015625,-0.15625 2.046875,-0.171875 2.0625,-0.171875 2.0625,-0.171875 c 0.03125,0 0.03125,0.15625 0.03125,0.21875 C 2.09375,0.4375 2.015625,1.21875 1.328125,2 1.1875,2.140625 1.1875,2.15625 1.1875,2.1875 c 0,0.0625 0.0625,0.125 0.125,0.125 0.09375,0 1.015625,-0.890625 1.015625,-2.265625 z m 0,0"
|
||||
id="path9869" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g6475">
|
||||
<g
|
||||
id="g3418">
|
||||
<path
|
||||
d="m 5.671875,-4.875 c -0.390625,0.0625 -0.53125,0.359375 -0.53125,0.578125 0,0.296875 0.21875,0.390625 0.390625,0.390625 0.359375,0 0.609375,-0.3125 0.609375,-0.640625 0,-0.5 -0.578125,-0.71875 -1.078125,-0.71875 -0.71875,0 -1.125,0.71875 -1.234375,0.9375 -0.28125,-0.890625 -1.015625,-0.9375 -1.234375,-0.9375 -1.21875,0 -1.859375,1.5625 -1.859375,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.09375,0 0.125,-0.078125 0.140625,-0.125 0.40625,-1.328125 1.21875,-1.578125 1.5625,-1.578125 0.53125,0 0.640625,0.5 0.640625,0.78125 0,0.265625 -0.078125,0.546875 -0.21875,1.125 L 2.578125,-1.5 c -0.171875,0.71875 -0.515625,1.375 -1.15625,1.375 -0.0625,0 -0.359375,0 -0.609375,-0.15625 C 1.25,-0.359375 1.34375,-0.71875 1.34375,-0.859375 1.34375,-1.09375 1.15625,-1.25 0.9375,-1.25 c -0.296875,0 -0.609375,0.265625 -0.609375,0.640625 0,0.5 0.5625,0.734375 1.078125,0.734375 0.578125,0 0.984375,-0.453125 1.234375,-0.953125 C 2.828125,-0.125 3.4375,0.125 3.875,0.125 5.09375,0.125 5.734375,-1.453125 5.734375,-1.703125 5.734375,-1.765625 5.6875,-1.8125 5.625,-1.8125 5.515625,-1.8125 5.5,-1.75 5.46875,-1.65625 5.140625,-0.609375 4.453125,-0.125 3.90625,-0.125 3.484375,-0.125 3.265625,-0.4375 3.265625,-0.921875 3.265625,-1.1875 3.3125,-1.375 3.5,-2.15625 L 3.921875,-3.796875 C 4.09375,-4.5 4.5,-5.03125 5.0625,-5.03125 c 0.015625,0 0.359375,0 0.609375,0.15625 z m 0,0"
|
||||
id="path4765" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g7504">
|
||||
<g
|
||||
id="g1151">
|
||||
<path
|
||||
d="m 3.140625,1.34375 c -0.3125,0.453125 -0.78125,0.859375 -1.375,0.859375 C 1.625,2.203125 1.046875,2.171875 0.875,1.625 c 0.03125,0.015625 0.09375,0.015625 0.109375,0.015625 0.359375,0 0.609375,-0.3125 0.609375,-0.59375 C 1.59375,0.78125 1.359375,0.6875 1.1875,0.6875 c -0.203125,0 -0.609375,0.140625 -0.609375,0.71875 0,0.609375 0.515625,1.03125 1.1875,1.03125 C 2.96875,2.4375 4.171875,1.34375 4.5,0.015625 L 5.671875,-4.65625 C 5.6875,-4.703125 5.71875,-4.78125 5.71875,-4.859375 5.71875,-5.03125 5.5625,-5.15625 5.390625,-5.15625 5.28125,-5.15625 5.03125,-5.109375 4.9375,-4.75 L 4.046875,-1.234375 C 4,-1.015625 4,-0.984375 3.890625,-0.859375 3.65625,-0.53125 3.265625,-0.125 2.6875,-0.125 c -0.671875,0 -0.734375,-0.65625 -0.734375,-0.96875 0,-0.6875 0.328125,-1.609375 0.65625,-2.46875 0.125,-0.34375 0.203125,-0.515625 0.203125,-0.75 0,-0.5 -0.359375,-0.953125 -0.953125,-0.953125 -1.09375,0 -1.53125,1.734375 -1.53125,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.109375,0 0.125,-0.046875 0.171875,-0.21875 0.28125,-1 0.734375,-1.484375 1.203125,-1.484375 0.109375,0 0.3125,0 0.3125,0.390625 0,0.3125 -0.125,0.65625 -0.3125,1.109375 C 1.25,-1.953125 1.25,-1.5625 1.25,-1.28125 1.25,-0.140625 2.0625,0.125 2.65625,0.125 3,0.125 3.4375,0.015625 3.84375,-0.4375 l 0.015625,0.015625 C 3.6875,0.28125 3.5625,0.75 3.140625,1.34375 Z m 0,0"
|
||||
id="path3863" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g4325">
|
||||
<g
|
||||
id="g8233">
|
||||
<path
|
||||
d="m 1.515625,-0.96875 c 0.515625,-0.578125 0.9375,-0.953125 1.53125,-1.5 C 3.765625,-3.078125 4.078125,-3.375 4.25,-3.5625 5.078125,-4.390625 5.5,-5.078125 5.5,-5.171875 c 0,-0.09375 -0.09375,-0.09375 -0.125,-0.09375 -0.078125,0 -0.109375,0.046875 -0.15625,0.125 C 4.90625,-4.625 4.625,-4.375 4.3125,-4.375 c -0.25,0 -0.375,-0.109375 -0.609375,-0.390625 -0.25,-0.296875 -0.453125,-0.5 -0.796875,-0.5 -0.875,0 -1.40625,1.078125 -1.40625,1.328125 0,0.046875 0.015625,0.109375 0.125,0.109375 0.09375,0 0.109375,-0.046875 0.140625,-0.125 0.203125,-0.484375 0.78125,-0.5625 1,-0.5625 0.265625,0 0.5,0.078125 0.75,0.1875 0.453125,0.1875 0.640625,0.1875 0.765625,0.1875 0.078125,0 0.125,0 0.1875,0 C 4.078125,-3.6875 3.4375,-3.109375 2.890625,-2.625 L 1.6875,-1.5 c -0.734375,0.734375 -1.171875,1.4375 -1.171875,1.53125 0,0.0625 0.0625,0.09375 0.125,0.09375 0.078125,0 0.09375,-0.015625 0.171875,-0.15625 0.1875,-0.296875 0.578125,-0.75 1.015625,-0.75 0.25,0 0.375,0.09375 0.609375,0.390625 C 2.671875,-0.125 2.875,0.125 3.25,0.125 c 1.171875,0 1.84375,-1.53125 1.84375,-1.796875 0,-0.046875 -0.015625,-0.125 -0.140625,-0.125 -0.09375,0 -0.09375,0.046875 -0.140625,0.171875 -0.265625,0.703125 -0.96875,0.984375 -1.4375,0.984375 -0.25,0 -0.484375,-0.078125 -0.734375,-0.1875 -0.484375,-0.1875 -0.609375,-0.1875 -0.765625,-0.1875 -0.125,0 -0.25,0 -0.359375,0.046875 z m 0,0"
|
||||
id="path2770" />
|
||||
</g>
|
||||
</g>
|
||||
</defs>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 23.744801,8.6590733 37.284774,3.3086753"
|
||||
id="path1545"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 58.715879,25.897696 69.744802,16.659073"
|
||||
id="path1547"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 56.295859,61.041806 66.744802,49.659072"
|
||||
id="path1549"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker18)"
|
||||
d="M 6.2585962,41.435747 14,46.999999"
|
||||
id="path1553"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;stroke:#0000ff;stroke-width:0.132292;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.79375, 0.79375;stroke-dashoffset:0;stroke-opacity:1"
|
||||
d="M 39.2552,34.340925 37.284774,3.3086753"
|
||||
id="path1555"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;stroke:#0000ff;stroke-width:0.132292;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.79375, 0.79375;stroke-dashoffset:0;stroke-opacity:1"
|
||||
d="M 66.744802,49.659072 39.2552,34.340925"
|
||||
id="path1557"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.132292;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.79375, 0.79375;stroke-dashoffset:0;stroke-opacity:1"
|
||||
d="M 27.179029,41.292996 39.2552,34.340925"
|
||||
id="path1559"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker19)"
|
||||
d="M 6.2585962,41.435747 17,34.999999"
|
||||
id="path1561"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.264583"
|
||||
d="m 37.302235,3.4329243 32.442567,13.2261487 -3,32.999999"
|
||||
id="path1"
|
||||
sodipodi:nodetypes="ccc" />
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(6.9716102,7.0306873)"
|
||||
id="g1">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g7-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-1.1165,-0.702116)">
|
||||
<g
|
||||
id="use6-1-1"
|
||||
transform="translate(1.993,10.959)">
|
||||
<path
|
||||
d="m 3.890625,2.90625 c 0,-0.03125 0,-0.0625 -0.203125,-0.265625 C 2.484375,1.4375 1.8125,-0.53125 1.8125,-2.96875 c 0,-2.328125 0.5625,-4.328125 1.953125,-5.734375 0.125,-0.109375 0.125,-0.125 0.125,-0.171875 0,-0.0625 -0.0625,-0.09375 -0.109375,-0.09375 -0.15625,0 -1.140625,0.859375 -1.71875,2.03125 -0.609375,1.21875 -0.890625,2.484375 -0.890625,3.96875 0,1.0625 0.171875,2.484375 0.78125,3.75 C 2.671875,2.21875 3.640625,3 3.78125,3 3.828125,3 3.890625,2.96875 3.890625,2.90625 Z m 0,0"
|
||||
id="path13-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g8-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-1.1165,-0.702116)">
|
||||
<g
|
||||
id="use7-1"
|
||||
transform="translate(6.5450001,10.959)">
|
||||
<path
|
||||
d="m 7.875,-2.75 c 0.203125,0 0.421875,0 0.421875,-0.234375 0,-0.25 -0.21875,-0.25 -0.421875,-0.25 H 1.40625 c -0.203125,0 -0.421875,0 -0.421875,0.25 0,0.234375 0.21875,0.234375 0.421875,0.234375 z m 0,0"
|
||||
id="path14-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g9-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-1.1165,-0.702116)">
|
||||
<g
|
||||
id="use8-1"
|
||||
transform="translate(15.843,10.959)">
|
||||
<path
|
||||
d="m 3.4375,-7.65625 c 0,-0.28125 0,-0.296875 -0.234375,-0.296875 C 2.921875,-7.625 2.3125,-7.1875 1.09375,-7.1875 v 0.34375 c 0.265625,0 0.859375,0 1.53125,-0.296875 v 6.21875 c 0,0.4375 -0.046875,0.578125 -1.09375,0.578125 h -0.375 V 0 c 0.328125,-0.03125 1.484375,-0.03125 1.875,-0.03125 0.40625,0 1.546875,0 1.875,0.03125 v -0.34375 h -0.375 c -1.046875,0 -1.09375,-0.140625 -1.09375,-0.578125 z m 0,0"
|
||||
id="path15-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g10"
|
||||
transform="matrix(0.352778,0,0,0.352778,-1.1165,-0.702116)">
|
||||
<g
|
||||
id="use9-1"
|
||||
transform="translate(21.695999,10.959)">
|
||||
<path
|
||||
d="m 2.328125,0.046875 c 0,-0.6875 -0.21875,-1.203125 -0.71875,-1.203125 -0.375,0 -0.5625,0.3125 -0.5625,0.578125 C 1.046875,-0.328125 1.21875,0 1.625,0 1.78125,0 1.90625,-0.046875 2.015625,-0.15625 2.046875,-0.171875 2.0625,-0.171875 2.0625,-0.171875 c 0.03125,0 0.03125,0.15625 0.03125,0.21875 C 2.09375,0.4375 2.015625,1.21875 1.328125,2 1.1875,2.140625 1.1875,2.15625 1.1875,2.1875 c 0,0.0625 0.0625,0.125 0.125,0.125 0.09375,0 1.015625,-0.890625 1.015625,-2.265625 z m 0,0"
|
||||
id="path16-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g11-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-1.1165,-0.702116)">
|
||||
<g
|
||||
id="use10-1"
|
||||
transform="translate(26.940001,10.959)">
|
||||
<path
|
||||
d="m 3.4375,-7.65625 c 0,-0.28125 0,-0.296875 -0.234375,-0.296875 C 2.921875,-7.625 2.3125,-7.1875 1.09375,-7.1875 v 0.34375 c 0.265625,0 0.859375,0 1.53125,-0.296875 v 6.21875 c 0,0.4375 -0.046875,0.578125 -1.09375,0.578125 h -0.375 V 0 c 0.328125,-0.03125 1.484375,-0.03125 1.875,-0.03125 0.40625,0 1.546875,0 1.875,0.03125 v -0.34375 h -0.375 c -1.046875,0 -1.09375,-0.140625 -1.09375,-0.578125 z m 0,0"
|
||||
id="path17-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g12"
|
||||
transform="matrix(0.352778,0,0,0.352778,-1.1165,-0.702116)">
|
||||
<g
|
||||
id="use11-1"
|
||||
transform="translate(32.792999,10.959)">
|
||||
<path
|
||||
d="m 2.328125,0.046875 c 0,-0.6875 -0.21875,-1.203125 -0.71875,-1.203125 -0.375,0 -0.5625,0.3125 -0.5625,0.578125 C 1.046875,-0.328125 1.21875,0 1.625,0 1.78125,0 1.90625,-0.046875 2.015625,-0.15625 2.046875,-0.171875 2.0625,-0.171875 2.0625,-0.171875 c 0.03125,0 0.03125,0.15625 0.03125,0.21875 C 2.09375,0.4375 2.015625,1.21875 1.328125,2 1.1875,2.140625 1.1875,2.15625 1.1875,2.1875 c 0,0.0625 0.0625,0.125 0.125,0.125 0.09375,0 1.015625,-0.890625 1.015625,-2.265625 z m 0,0"
|
||||
id="path18-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g13-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-1.1165,-0.702116)">
|
||||
<g
|
||||
id="use12-1"
|
||||
transform="translate(38.037998,10.959)">
|
||||
<path
|
||||
d="m 5.359375,-3.828125 c 0,-0.984375 -0.0625,-1.953125 -0.5,-2.859375 -0.484375,-1 -1.34375,-1.265625 -1.9375,-1.265625 -0.6875,0 -1.53125,0.34375 -1.984375,1.34375 -0.328125,0.75 -0.453125,1.5 -0.453125,2.78125 0,1.15625 0.09375,2.03125 0.515625,2.890625 0.46875,0.90625 1.296875,1.1875 1.921875,1.1875 1.03125,0 1.625,-0.625 1.984375,-1.3125 0.421875,-0.890625 0.453125,-2.0625 0.453125,-2.765625 z m -2.4375,3.84375 C 2.53125,0.015625 1.75,-0.203125 1.53125,-1.5 c -0.125,-0.71875 -0.125,-1.625 -0.125,-2.46875 0,-0.984375 0,-1.859375 0.1875,-2.5625 0.203125,-0.8125 0.8125,-1.171875 1.328125,-1.171875 0.453125,0 1.140625,0.265625 1.375,1.296875 0.15625,0.6875 0.15625,1.625 0.15625,2.4375 0,0.796875 0,1.703125 -0.140625,2.4375 -0.21875,1.3125 -0.984375,1.546875 -1.390625,1.546875 z m 0,0"
|
||||
id="path19-1" />
|
||||
</g>
|
||||
<g
|
||||
id="use13"
|
||||
transform="translate(43.891266,10.959)">
|
||||
<path
|
||||
d="M 3.375,-2.96875 C 3.375,-3.890625 3.25,-5.359375 2.578125,-6.75 1.875,-8.1875 0.890625,-8.96875 0.765625,-8.96875 c -0.046875,0 -0.109375,0.03125 -0.109375,0.09375 0,0.046875 0,0.0625 0.203125,0.265625 1.203125,1.203125 1.859375,3.1875 1.859375,5.625 0,2.3125 -0.5625,4.3125 -1.9375,5.71875 C 0.65625,2.84375 0.65625,2.875 0.65625,2.90625 0.65625,2.96875 0.71875,3 0.765625,3 0.921875,3 1.90625,2.140625 2.484375,0.96875 3.09375,-0.25 3.375,-1.546875 3.375,-2.96875 Z m 0,0"
|
||||
id="path20" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(50.144788,61.820311)"
|
||||
id="g2">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g7-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-1.1165,-0.702116)">
|
||||
<g
|
||||
id="use6-1"
|
||||
transform="translate(1.993,10.959)">
|
||||
<path
|
||||
d="m 3.890625,2.90625 c 0,-0.03125 0,-0.0625 -0.203125,-0.265625 C 2.484375,1.4375 1.8125,-0.53125 1.8125,-2.96875 c 0,-2.328125 0.5625,-4.328125 1.953125,-5.734375 0.125,-0.109375 0.125,-0.125 0.125,-0.171875 0,-0.0625 -0.0625,-0.09375 -0.109375,-0.09375 -0.15625,0 -1.140625,0.859375 -1.71875,2.03125 -0.609375,1.21875 -0.890625,2.484375 -0.890625,3.96875 0,1.0625 0.171875,2.484375 0.78125,3.75 C 2.671875,2.21875 3.640625,3 3.78125,3 3.828125,3 3.890625,2.96875 3.890625,2.90625 Z m 0,0"
|
||||
id="path13-1" />
|
||||
</g>
|
||||
<g
|
||||
id="use7-1-1"
|
||||
transform="translate(6.5455399,10.959)">
|
||||
<path
|
||||
d="m 3.4375,-7.65625 c 0,-0.28125 0,-0.296875 -0.234375,-0.296875 C 2.921875,-7.625 2.3125,-7.1875 1.09375,-7.1875 v 0.34375 c 0.265625,0 0.859375,0 1.53125,-0.296875 v 6.21875 c 0,0.4375 -0.046875,0.578125 -1.09375,0.578125 h -0.375 V 0 c 0.328125,-0.03125 1.484375,-0.03125 1.875,-0.03125 0.40625,0 1.546875,0 1.875,0.03125 v -0.34375 h -0.375 c -1.046875,0 -1.09375,-0.140625 -1.09375,-0.578125 z m 0,0"
|
||||
id="path14-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g8-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-1.1165,-0.702116)">
|
||||
<g
|
||||
id="use8-1-1"
|
||||
transform="translate(12.398,10.959)">
|
||||
<path
|
||||
d="m 2.328125,0.046875 c 0,-0.6875 -0.21875,-1.203125 -0.71875,-1.203125 -0.375,0 -0.5625,0.3125 -0.5625,0.578125 C 1.046875,-0.328125 1.21875,0 1.625,0 1.78125,0 1.90625,-0.046875 2.015625,-0.15625 2.046875,-0.171875 2.0625,-0.171875 2.0625,-0.171875 c 0.03125,0 0.03125,0.15625 0.03125,0.21875 C 2.09375,0.4375 2.015625,1.21875 1.328125,2 1.1875,2.140625 1.1875,2.15625 1.1875,2.1875 c 0,0.0625 0.0625,0.125 0.125,0.125 0.09375,0 1.015625,-0.890625 1.015625,-2.265625 z m 0,0"
|
||||
id="path15-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g9-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-1.1165,-0.702116)">
|
||||
<g
|
||||
id="use9-1-1"
|
||||
transform="translate(17.642,10.959)">
|
||||
<path
|
||||
d="m 7.875,-2.75 c 0.203125,0 0.421875,0 0.421875,-0.234375 0,-0.25 -0.21875,-0.25 -0.421875,-0.25 H 1.40625 c -0.203125,0 -0.421875,0 -0.421875,0.25 0,0.234375 0.21875,0.234375 0.421875,0.234375 z m 0,0"
|
||||
id="path16-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g10-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-1.1165,-0.702116)">
|
||||
<g
|
||||
id="use10-1-1"
|
||||
transform="translate(26.940001,10.959)">
|
||||
<path
|
||||
d="m 3.4375,-7.65625 c 0,-0.28125 0,-0.296875 -0.234375,-0.296875 C 2.921875,-7.625 2.3125,-7.1875 1.09375,-7.1875 v 0.34375 c 0.265625,0 0.859375,0 1.53125,-0.296875 v 6.21875 c 0,0.4375 -0.046875,0.578125 -1.09375,0.578125 h -0.375 V 0 c 0.328125,-0.03125 1.484375,-0.03125 1.875,-0.03125 0.40625,0 1.546875,0 1.875,0.03125 v -0.34375 h -0.375 c -1.046875,0 -1.09375,-0.140625 -1.09375,-0.578125 z m 0,0"
|
||||
id="path17-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g11-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-1.1165,-0.702116)">
|
||||
<g
|
||||
id="use11-1-1"
|
||||
transform="translate(32.792999,10.959)">
|
||||
<path
|
||||
d="m 2.328125,0.046875 c 0,-0.6875 -0.21875,-1.203125 -0.71875,-1.203125 -0.375,0 -0.5625,0.3125 -0.5625,0.578125 C 1.046875,-0.328125 1.21875,0 1.625,0 1.78125,0 1.90625,-0.046875 2.015625,-0.15625 2.046875,-0.171875 2.0625,-0.171875 2.0625,-0.171875 c 0.03125,0 0.03125,0.15625 0.03125,0.21875 C 2.09375,0.4375 2.015625,1.21875 1.328125,2 1.1875,2.140625 1.1875,2.15625 1.1875,2.1875 c 0,0.0625 0.0625,0.125 0.125,0.125 0.09375,0 1.015625,-0.890625 1.015625,-2.265625 z m 0,0"
|
||||
id="path18-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g13-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-1.1165,-0.702116)">
|
||||
<g
|
||||
id="use12-1-1"
|
||||
transform="translate(38.037998,10.959)">
|
||||
<path
|
||||
d="m 5.359375,-3.828125 c 0,-0.984375 -0.0625,-1.953125 -0.5,-2.859375 -0.484375,-1 -1.34375,-1.265625 -1.9375,-1.265625 -0.6875,0 -1.53125,0.34375 -1.984375,1.34375 -0.328125,0.75 -0.453125,1.5 -0.453125,2.78125 0,1.15625 0.09375,2.03125 0.515625,2.890625 0.46875,0.90625 1.296875,1.1875 1.921875,1.1875 1.03125,0 1.625,-0.625 1.984375,-1.3125 0.421875,-0.890625 0.453125,-2.0625 0.453125,-2.765625 z m -2.4375,3.84375 C 2.53125,0.015625 1.75,-0.203125 1.53125,-1.5 c -0.125,-0.71875 -0.125,-1.625 -0.125,-2.46875 0,-0.984375 0,-1.859375 0.1875,-2.5625 0.203125,-0.8125 0.8125,-1.171875 1.328125,-1.171875 0.453125,0 1.140625,0.265625 1.375,1.296875 0.15625,0.6875 0.15625,1.625 0.15625,2.4375 0,0.796875 0,1.703125 -0.140625,2.4375 -0.21875,1.3125 -0.984375,1.546875 -1.390625,1.546875 z m 0,0"
|
||||
id="path19-1-1" />
|
||||
</g>
|
||||
<g
|
||||
id="use13-1"
|
||||
transform="translate(43.891266,10.959)">
|
||||
<path
|
||||
d="M 3.375,-2.96875 C 3.375,-3.890625 3.25,-5.359375 2.578125,-6.75 1.875,-8.1875 0.890625,-8.96875 0.765625,-8.96875 c -0.046875,0 -0.109375,0.03125 -0.109375,0.09375 0,0.046875 0,0.0625 0.203125,0.265625 1.203125,1.203125 1.859375,3.1875 1.859375,5.625 0,2.3125 -0.5625,4.3125 -1.9375,5.71875 C 0.65625,2.84375 0.65625,2.875 0.65625,2.90625 0.65625,2.96875 0.71875,3 0.765625,3 0.921875,3 1.90625,2.140625 2.484375,0.96875 3.09375,-0.25 3.375,-1.546875 3.375,-2.96875 Z m 0,0"
|
||||
id="path20-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(74.203469,11.699045)"
|
||||
id="g3">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g5"
|
||||
transform="matrix(0.352778,0,0,0.352778,-1.1165,-0.702116)">
|
||||
<g
|
||||
id="use4"
|
||||
transform="translate(1.993,10.959)">
|
||||
<path
|
||||
d="m 3.890625,2.90625 c 0,-0.03125 0,-0.0625 -0.203125,-0.265625 C 2.484375,1.4375 1.8125,-0.53125 1.8125,-2.96875 c 0,-2.328125 0.5625,-4.328125 1.953125,-5.734375 0.125,-0.109375 0.125,-0.125 0.125,-0.171875 0,-0.0625 -0.0625,-0.09375 -0.109375,-0.09375 -0.15625,0 -1.140625,0.859375 -1.71875,2.03125 -0.609375,1.21875 -0.890625,2.484375 -0.890625,3.96875 0,1.0625 0.171875,2.484375 0.78125,3.75 C 2.671875,2.21875 3.640625,3 3.78125,3 3.828125,3 3.890625,2.96875 3.890625,2.90625 Z m 0,0"
|
||||
id="path10" />
|
||||
</g>
|
||||
<g
|
||||
id="use5"
|
||||
transform="translate(6.5455399,10.959)">
|
||||
<path
|
||||
d="m 3.4375,-7.65625 c 0,-0.28125 0,-0.296875 -0.234375,-0.296875 C 2.921875,-7.625 2.3125,-7.1875 1.09375,-7.1875 v 0.34375 c 0.265625,0 0.859375,0 1.53125,-0.296875 v 6.21875 c 0,0.4375 -0.046875,0.578125 -1.09375,0.578125 h -0.375 V 0 c 0.328125,-0.03125 1.484375,-0.03125 1.875,-0.03125 0.40625,0 1.546875,0 1.875,0.03125 v -0.34375 h -0.375 c -1.046875,0 -1.09375,-0.140625 -1.09375,-0.578125 z m 0,0"
|
||||
id="path11" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g6"
|
||||
transform="matrix(0.352778,0,0,0.352778,-1.1165,-0.702116)">
|
||||
<g
|
||||
id="use6"
|
||||
transform="translate(12.398,10.959)">
|
||||
<path
|
||||
d="m 2.328125,0.046875 c 0,-0.6875 -0.21875,-1.203125 -0.71875,-1.203125 -0.375,0 -0.5625,0.3125 -0.5625,0.578125 C 1.046875,-0.328125 1.21875,0 1.625,0 1.78125,0 1.90625,-0.046875 2.015625,-0.15625 2.046875,-0.171875 2.0625,-0.171875 2.0625,-0.171875 c 0.03125,0 0.03125,0.15625 0.03125,0.21875 C 2.09375,0.4375 2.015625,1.21875 1.328125,2 1.1875,2.140625 1.1875,2.15625 1.1875,2.1875 c 0,0.0625 0.0625,0.125 0.125,0.125 0.09375,0 1.015625,-0.890625 1.015625,-2.265625 z m 0,0"
|
||||
id="path12" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g7"
|
||||
transform="matrix(0.352778,0,0,0.352778,-1.1165,-0.702116)">
|
||||
<g
|
||||
id="use7"
|
||||
transform="translate(17.642,10.959)">
|
||||
<path
|
||||
d="m 3.4375,-7.65625 c 0,-0.28125 0,-0.296875 -0.234375,-0.296875 C 2.921875,-7.625 2.3125,-7.1875 1.09375,-7.1875 v 0.34375 c 0.265625,0 0.859375,0 1.53125,-0.296875 v 6.21875 c 0,0.4375 -0.046875,0.578125 -1.09375,0.578125 h -0.375 V 0 c 0.328125,-0.03125 1.484375,-0.03125 1.875,-0.03125 0.40625,0 1.546875,0 1.875,0.03125 v -0.34375 h -0.375 c -1.046875,0 -1.09375,-0.140625 -1.09375,-0.578125 z m 0,0"
|
||||
id="path13" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g8"
|
||||
transform="matrix(0.352778,0,0,0.352778,-1.1165,-0.702116)">
|
||||
<g
|
||||
id="use8"
|
||||
transform="translate(23.495001,10.959)">
|
||||
<path
|
||||
d="m 2.328125,0.046875 c 0,-0.6875 -0.21875,-1.203125 -0.71875,-1.203125 -0.375,0 -0.5625,0.3125 -0.5625,0.578125 C 1.046875,-0.328125 1.21875,0 1.625,0 1.78125,0 1.90625,-0.046875 2.015625,-0.15625 2.046875,-0.171875 2.0625,-0.171875 2.0625,-0.171875 c 0.03125,0 0.03125,0.15625 0.03125,0.21875 C 2.09375,0.4375 2.015625,1.21875 1.328125,2 1.1875,2.140625 1.1875,2.15625 1.1875,2.1875 c 0,0.0625 0.0625,0.125 0.125,0.125 0.09375,0 1.015625,-0.890625 1.015625,-2.265625 z m 0,0"
|
||||
id="path14" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g10-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-1.1165,-0.702116)">
|
||||
<g
|
||||
id="use9"
|
||||
transform="translate(28.739,10.959)">
|
||||
<path
|
||||
d="m 3.4375,-7.65625 c 0,-0.28125 0,-0.296875 -0.234375,-0.296875 C 2.921875,-7.625 2.3125,-7.1875 1.09375,-7.1875 v 0.34375 c 0.265625,0 0.859375,0 1.53125,-0.296875 v 6.21875 c 0,0.4375 -0.046875,0.578125 -1.09375,0.578125 h -0.375 V 0 c 0.328125,-0.03125 1.484375,-0.03125 1.875,-0.03125 0.40625,0 1.546875,0 1.875,0.03125 v -0.34375 h -0.375 c -1.046875,0 -1.09375,-0.140625 -1.09375,-0.578125 z m 0,0"
|
||||
id="path15" />
|
||||
</g>
|
||||
<g
|
||||
id="use10"
|
||||
transform="translate(34.592266,10.959)">
|
||||
<path
|
||||
d="M 3.375,-2.96875 C 3.375,-3.890625 3.25,-5.359375 2.578125,-6.75 1.875,-8.1875 0.890625,-8.96875 0.765625,-8.96875 c -0.046875,0 -0.109375,0.03125 -0.109375,0.09375 0,0.046875 0,0.0625 0.203125,0.265625 1.203125,1.203125 1.859375,3.1875 1.859375,5.625 0,2.3125 -0.5625,4.3125 -1.9375,5.71875 C 0.65625,2.84375 0.65625,2.875 0.65625,2.90625 0.65625,2.96875 0.71875,3 0.765625,3 0.921875,3 1.90625,2.140625 2.484375,0.96875 3.09375,-0.25 3.375,-1.546875 3.375,-2.96875 Z m 0,0"
|
||||
id="path16" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(16.062933,46.244833)"
|
||||
id="g4">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g2-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.818841,-0.660885)">
|
||||
<g
|
||||
id="use1"
|
||||
transform="translate(1.993,7.1389999)">
|
||||
<path
|
||||
d="m 5.671875,-4.875 c -0.390625,0.0625 -0.53125,0.359375 -0.53125,0.578125 0,0.296875 0.21875,0.390625 0.390625,0.390625 0.359375,0 0.609375,-0.3125 0.609375,-0.640625 0,-0.5 -0.578125,-0.71875 -1.078125,-0.71875 -0.71875,0 -1.125,0.71875 -1.234375,0.9375 -0.28125,-0.890625 -1.015625,-0.9375 -1.234375,-0.9375 -1.21875,0 -1.859375,1.5625 -1.859375,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.09375,0 0.125,-0.078125 0.140625,-0.125 0.40625,-1.328125 1.21875,-1.578125 1.5625,-1.578125 0.53125,0 0.640625,0.5 0.640625,0.78125 0,0.265625 -0.078125,0.546875 -0.21875,1.125 L 2.578125,-1.5 c -0.171875,0.71875 -0.515625,1.375 -1.15625,1.375 -0.0625,0 -0.359375,0 -0.609375,-0.15625 C 1.25,-0.359375 1.34375,-0.71875 1.34375,-0.859375 1.34375,-1.09375 1.15625,-1.25 0.9375,-1.25 c -0.296875,0 -0.609375,0.265625 -0.609375,0.640625 0,0.5 0.5625,0.734375 1.078125,0.734375 0.578125,0 0.984375,-0.453125 1.234375,-0.953125 C 2.828125,-0.125 3.4375,0.125 3.875,0.125 5.09375,0.125 5.734375,-1.453125 5.734375,-1.703125 5.734375,-1.765625 5.6875,-1.8125 5.625,-1.8125 5.515625,-1.8125 5.5,-1.75 5.46875,-1.65625 5.140625,-0.609375 4.453125,-0.125 3.90625,-0.125 3.484375,-0.125 3.265625,-0.4375 3.265625,-0.921875 3.265625,-1.1875 3.3125,-1.375 3.5,-2.15625 L 3.921875,-3.796875 C 4.09375,-4.5 4.5,-5.03125 5.0625,-5.03125 c 0.015625,0 0.359375,0 0.609375,0.15625 z m 0,0"
|
||||
id="path2" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(6.6881062,29.577863)"
|
||||
id="g9">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g2-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.818841,-0.661238)">
|
||||
<g
|
||||
id="use1-1"
|
||||
transform="translate(1.993,7.1399999)">
|
||||
<path
|
||||
d="m 3.140625,1.34375 c -0.3125,0.453125 -0.78125,0.859375 -1.375,0.859375 C 1.625,2.203125 1.046875,2.171875 0.875,1.625 c 0.03125,0.015625 0.09375,0.015625 0.109375,0.015625 0.359375,0 0.609375,-0.3125 0.609375,-0.59375 C 1.59375,0.78125 1.359375,0.6875 1.1875,0.6875 c -0.203125,0 -0.609375,0.140625 -0.609375,0.71875 0,0.609375 0.515625,1.03125 1.1875,1.03125 C 2.96875,2.4375 4.171875,1.34375 4.5,0.015625 L 5.671875,-4.65625 C 5.6875,-4.703125 5.71875,-4.78125 5.71875,-4.859375 5.71875,-5.03125 5.5625,-5.15625 5.390625,-5.15625 5.28125,-5.15625 5.03125,-5.109375 4.9375,-4.75 L 4.046875,-1.234375 C 4,-1.015625 4,-0.984375 3.890625,-0.859375 3.65625,-0.53125 3.265625,-0.125 2.6875,-0.125 c -0.671875,0 -0.734375,-0.65625 -0.734375,-0.96875 0,-0.6875 0.328125,-1.609375 0.65625,-2.46875 0.125,-0.34375 0.203125,-0.515625 0.203125,-0.75 0,-0.5 -0.359375,-0.953125 -0.953125,-0.953125 -1.09375,0 -1.53125,1.734375 -1.53125,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.109375,0 0.125,-0.046875 0.171875,-0.21875 0.28125,-1 0.734375,-1.484375 1.203125,-1.484375 0.109375,0 0.3125,0 0.3125,0.390625 0,0.3125 -0.125,0.65625 -0.3125,1.109375 C 1.25,-1.953125 1.25,-1.5625 1.25,-1.28125 1.25,-0.140625 2.0625,0.125 2.65625,0.125 3,0.125 3.4375,0.015625 3.84375,-0.4375 l 0.015625,0.015625 C 3.6875,0.28125 3.5625,0.75 3.140625,1.34375 Z m 0,0"
|
||||
id="path2-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.278;stroke-dasharray:none;marker-end:url(#ConcaveTriangle)"
|
||||
d="M 6.2585962,41.435747 5,30.999998"
|
||||
id="path21" />
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(14.15664,31.999999)"
|
||||
id="g21">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g2-1-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.884987,-0.660885)">
|
||||
<g
|
||||
id="use1-1-1"
|
||||
transform="translate(1.993,7.1389999)">
|
||||
<path
|
||||
d="m 1.515625,-0.96875 c 0.515625,-0.578125 0.9375,-0.953125 1.53125,-1.5 C 3.765625,-3.078125 4.078125,-3.375 4.25,-3.5625 5.078125,-4.390625 5.5,-5.078125 5.5,-5.171875 c 0,-0.09375 -0.09375,-0.09375 -0.125,-0.09375 -0.078125,0 -0.109375,0.046875 -0.15625,0.125 C 4.90625,-4.625 4.625,-4.375 4.3125,-4.375 c -0.25,0 -0.375,-0.109375 -0.609375,-0.390625 -0.25,-0.296875 -0.453125,-0.5 -0.796875,-0.5 -0.875,0 -1.40625,1.078125 -1.40625,1.328125 0,0.046875 0.015625,0.109375 0.125,0.109375 0.09375,0 0.109375,-0.046875 0.140625,-0.125 0.203125,-0.484375 0.78125,-0.5625 1,-0.5625 0.265625,0 0.5,0.078125 0.75,0.1875 0.453125,0.1875 0.640625,0.1875 0.765625,0.1875 0.078125,0 0.125,0 0.1875,0 C 4.078125,-3.6875 3.4375,-3.109375 2.890625,-2.625 L 1.6875,-1.5 c -0.734375,0.734375 -1.171875,1.4375 -1.171875,1.53125 0,0.0625 0.0625,0.09375 0.125,0.09375 0.078125,0 0.09375,-0.015625 0.171875,-0.15625 0.1875,-0.296875 0.578125,-0.75 1.015625,-0.75 0.25,0 0.375,0.09375 0.609375,0.390625 C 2.671875,-0.125 2.875,0.125 3.25,0.125 c 1.171875,0 1.84375,-1.53125 1.84375,-1.796875 0,-0.046875 -0.015625,-0.125 -0.140625,-0.125 -0.09375,0 -0.09375,0.046875 -0.140625,0.171875 -0.265625,0.703125 -0.96875,0.984375 -1.4375,0.984375 -0.25,0 -0.484375,-0.078125 -0.734375,-0.1875 -0.484375,-0.1875 -0.609375,-0.1875 -0.765625,-0.1875 -0.125,0 -0.25,0 -0.359375,0.046875 z m 0,0"
|
||||
id="path2-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="fill:#009e00;fill-opacity:0.531609;stroke:#009100;stroke-width:0.278;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 48.999999,17 -14,18.999999 20.999999,14 z"
|
||||
id="path22"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
</g>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer2"
|
||||
inkscape:label="Front">
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 23.744801,8.6590733 34.971078,17.2386227 -2.42002,35.14411 -29.11683,-19.74881 z"
|
||||
id="path1533"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccc" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 43 KiB |
|
After Width: | Height: | Size: 97 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
@@ -0,0 +1 @@
|
||||
import{_ as e}from"./plugin-vue_export-helper-DlAUqK2U.js";import{c as i,a as o,o as a}from"./app-DlommLbD.js";const r="/images/2014/08/sph_45.jpg",n={};function l(p,t){return a(),i("div",null,[...t[0]||(t[0]=[o('<p>上几节,我们推导出一大推复杂无比的公式,似乎有点纸上谈兵,这节来点真的,写一个可以运行的SPH系统,下面就是SPH基本的运算流程</p><ol><li>初始化粒子,为每个粒子赋上初始位置</li><li>根据公式3.7计算每个粒子的密度</li><li>根据公式3.10计算每个粒子的压强</li><li>根据公式3.18计算每个粒子的加速度</li><li>根据临界条件调整加速度</li><li>根据加速度计算每个粒子的速度变化</li><li>根据速度计算粒子位置的变化</li><li>绘制粒子</li><li>回到步骤2<br> 下面有个简单的示例程序,运行效果如下</li></ol><figure><img src="'+r+'" alt="" tabindex="0" loading="lazy"><figcaption></figcaption></figure><p>这个程序基本上没有怎么考虑效率,只是让系统跑起来,所以比较适合拿来对照公式学习,按照惯例,放出源代码和可执行程序<br> Github:<a href="https://github.com/thejinchao/fluid" target="_blank" rel="noopener noreferrer">https://github.com/thejinchao/fluid</a><br> 可执行程序下载: <a href="https://github.com/thejinchao/fluid/releases/download/v1.0/fluid_relase_x64.zip" target="_blank" rel="noopener noreferrer">fluid_relase_x64.zip</a>(132KB)<br> SPH还有很多细节值得讨论,比如表面张力、并行计算、构建网格、真实材质的水渲染等,这些部分我会抽时间再写一些东西出来介绍。</p>',4)])])}const m=e(n,[["render",l]]),s=JSON.parse('{"path":"/blog/2025/02/SPH004.html","title":" SPH算法简介(四): 算法实现","lang":"zh-CN","frontmatter":{"title":" SPH算法简介(四): 算法实现","tags":"数学 流体 程序 算法","prev":{"text":"SPH算法简介(三): 光滑核函数","link":"SPH003.md"},"description":"上几节,我们推导出一大推复杂无比的公式,似乎有点纸上谈兵,这节来点真的,写一个可以运行的SPH系统,下面就是SPH基本的运算流程 初始化粒子,为每个粒子赋上初始位置 根据公式3.7计算每个粒子的密度 根据公式3.10计算每个粒子的压强 根据公式3.18计算每个粒子的加速度 根据临界条件调整加速度 根据加速度计算每个粒子的速度变化 根据速度计算粒子位置的...","head":[["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\" SPH算法简介(四): 算法实现\\",\\"image\\":[\\"https://thejinchao.github.io/images/2014/08/sph_45.jpg\\"],\\"dateModified\\":\\"2025-08-31T08:33:30.000Z\\",\\"author\\":[{\\"@type\\":\\"Person\\",\\"name\\":\\"JinChao\\",\\"url\\":\\"https://thecodeway.com\\"}]}"],["meta",{"property":"og:url","content":"https://thejinchao.github.io/blog/2025/02/SPH004.html"}],["meta",{"property":"og:site_name","content":"我的博客和笔记"}],["meta",{"property":"og:title","content":" SPH算法简介(四): 算法实现"}],["meta",{"property":"og:description","content":"上几节,我们推导出一大推复杂无比的公式,似乎有点纸上谈兵,这节来点真的,写一个可以运行的SPH系统,下面就是SPH基本的运算流程 初始化粒子,为每个粒子赋上初始位置 根据公式3.7计算每个粒子的密度 根据公式3.10计算每个粒子的压强 根据公式3.18计算每个粒子的加速度 根据临界条件调整加速度 根据加速度计算每个粒子的速度变化 根据速度计算粒子位置的..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:image","content":"https://thejinchao.github.io/images/2014/08/sph_45.jpg"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2025-08-31T08:33:30.000Z"}],["meta",{"property":"article:modified_time","content":"2025-08-31T08:33:30.000Z"}]]},"git":{"createdTime":1740225290000,"updatedTime":1756629210000,"contributors":[{"name":"thejinchao","username":"thejinchao","email":"thejinchao@gmail.com","commits":2,"url":"https://github.com/thejinchao"}]},"readingTime":{"minutes":1.15,"words":346},"filePathRelative":"blog/2025/02/SPH004.md","autoDesc":true}');export{m as comp,s as data};
|
||||
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
@@ -0,0 +1 @@
|
||||
import{_ as e}from"./plugin-vue_export-helper-DlAUqK2U.js";import{c as o,a as i,o as a}from"./app-DlommLbD.js";const r={};function n(c,t){return a(),o("div",null,[...t[0]||(t[0]=[i('<h1 id="关于我" tabindex="-1"><a class="header-anchor" href="#关于我"><span>关于我</span></a></h1><blockquote><p>淡泊明志,宁静致远</p></blockquote><p>靳超,生于70年代末,河北邯郸人。<br> 这里是我用来保存平时的经验和心得的地方。</p><hr><p>主要学习和工作经历:</p><ul><li>(1996~2000) 天津大学化工学院</li><li>(2000~2002) 中国纺织工业设计院</li><li>(2002~2003) 天人互动</li><li>(2003~2004) 国风因特(3721)</li><li>(2004~2005) 新浪</li><li>(2005~2016) 搜狐畅游</li><li>(2016~2018) 创业</li><li>(2018~2020) 香港乐游科技</li><li>(2020~至今) 腾讯</li></ul><p>我的邮箱:thejinchao@gmail.com<br> GitHub: <a href="http://www.github.com/thejinchao%5D" target="_blank" rel="noopener noreferrer">http://www.github.com/thejinchao</a></p>',7)])])}const h=e(r,[["render",n]]),m=JSON.parse('{"path":"/about.html","title":"关于","lang":"zh-CN","frontmatter":{"title":"关于","description":"关于我 淡泊明志,宁静致远 靳超,生于70年代末,河北邯郸人。 这里是我用来保存平时的经验和心得的地方。 主要学习和工作经历: (1996~2000) 天津大学化工学院 (2000~2002) 中国纺织工业设计院 (2002~2003) 天人互动 (2003~2004) 国风因特(3721) (2004~2005) 新浪 (2005~2016) 搜狐畅...","head":[["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"关于\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2025-02-22T14:42:02.000Z\\",\\"author\\":[{\\"@type\\":\\"Person\\",\\"name\\":\\"JinChao\\",\\"url\\":\\"https://thecodeway.com\\"}]}"],["meta",{"property":"og:url","content":"https://thejinchao.github.io/about.html"}],["meta",{"property":"og:site_name","content":"我的博客和笔记"}],["meta",{"property":"og:title","content":"关于"}],["meta",{"property":"og:description","content":"关于我 淡泊明志,宁静致远 靳超,生于70年代末,河北邯郸人。 这里是我用来保存平时的经验和心得的地方。 主要学习和工作经历: (1996~2000) 天津大学化工学院 (2000~2002) 中国纺织工业设计院 (2002~2003) 天人互动 (2003~2004) 国风因特(3721) (2004~2005) 新浪 (2005~2016) 搜狐畅..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2025-02-22T14:42:02.000Z"}],["meta",{"property":"article:modified_time","content":"2025-02-22T14:42:02.000Z"}]]},"git":{"createdTime":1740235322000,"updatedTime":1740235322000,"contributors":[{"name":"thejinchao","username":"thejinchao","email":"thejinchao@gmail.com","commits":1,"url":"https://github.com/thejinchao"}]},"readingTime":{"minutes":0.42,"words":126},"filePathRelative":"about.md","autoDesc":true}');export{h as comp,m as data};
|
||||
|
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 9.8 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
@@ -0,0 +1,688 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="110mm"
|
||||
height="60mm"
|
||||
viewBox="0 0 110 60"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
inkscape:version="1.4 (86a8ad7, 2024-10-11)"
|
||||
sodipodi:docname="barycentric_coordinates.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
borderopacity="0.25"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="mm"
|
||||
showgrid="true"
|
||||
inkscape:zoom="3.0664904"
|
||||
inkscape:cx="161.09622"
|
||||
inkscape:cy="56.253234"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1494"
|
||||
inkscape:window-x="-11"
|
||||
inkscape:window-y="-11"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1">
|
||||
<inkscape:grid
|
||||
id="grid1"
|
||||
units="mm"
|
||||
originx="0"
|
||||
originy="0"
|
||||
spacingx="0.99999998"
|
||||
spacingy="1"
|
||||
empcolor="#0099e5"
|
||||
empopacity="0.30196078"
|
||||
color="#0099e5"
|
||||
opacity="0.14901961"
|
||||
empspacing="5"
|
||||
enabled="true"
|
||||
visible="true" />
|
||||
</sodipodi:namedview>
|
||||
<defs
|
||||
id="defs1">
|
||||
<g
|
||||
id="g4257">
|
||||
<g
|
||||
id="g3737">
|
||||
<path
|
||||
d="m 3.890625,2.90625 c 0,-0.03125 0,-0.0625 -0.203125,-0.265625 C 2.484375,1.4375 1.8125,-0.53125 1.8125,-2.96875 c 0,-2.328125 0.5625,-4.328125 1.953125,-5.734375 0.125,-0.109375 0.125,-0.125 0.125,-0.171875 0,-0.0625 -0.0625,-0.09375 -0.109375,-0.09375 -0.15625,0 -1.140625,0.859375 -1.71875,2.03125 -0.609375,1.21875 -0.890625,2.484375 -0.890625,3.96875 0,1.0625 0.171875,2.484375 0.78125,3.75 C 2.671875,2.21875 3.640625,3 3.78125,3 3.828125,3 3.890625,2.96875 3.890625,2.90625 Z m 0,0"
|
||||
id="path9730" />
|
||||
</g>
|
||||
<g
|
||||
id="g4746">
|
||||
<path
|
||||
d="M 3.375,-2.96875 C 3.375,-3.890625 3.25,-5.359375 2.578125,-6.75 1.875,-8.1875 0.890625,-8.96875 0.765625,-8.96875 c -0.046875,0 -0.109375,0.03125 -0.109375,0.09375 0,0.046875 0,0.0625 0.203125,0.265625 1.203125,1.203125 1.859375,3.1875 1.859375,5.625 0,2.3125 -0.5625,4.3125 -1.9375,5.71875 C 0.65625,2.84375 0.65625,2.875 0.65625,2.90625 0.65625,2.96875 0.71875,3 0.765625,3 0.921875,3 1.90625,2.140625 2.484375,0.96875 3.09375,-0.25 3.375,-1.546875 3.375,-2.96875 Z m 0,0"
|
||||
id="path7060" />
|
||||
</g>
|
||||
<g
|
||||
id="g5722">
|
||||
<path
|
||||
d="m 5.671875,-4.875 c -0.390625,0.0625 -0.53125,0.359375 -0.53125,0.578125 0,0.296875 0.21875,0.390625 0.390625,0.390625 0.359375,0 0.609375,-0.3125 0.609375,-0.640625 0,-0.5 -0.578125,-0.71875 -1.078125,-0.71875 -0.71875,0 -1.125,0.71875 -1.234375,0.9375 -0.28125,-0.890625 -1.015625,-0.9375 -1.234375,-0.9375 -1.21875,0 -1.859375,1.5625 -1.859375,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.09375,0 0.125,-0.078125 0.140625,-0.125 0.40625,-1.328125 1.21875,-1.578125 1.5625,-1.578125 0.53125,0 0.640625,0.5 0.640625,0.78125 0,0.265625 -0.078125,0.546875 -0.21875,1.125 L 2.578125,-1.5 c -0.171875,0.71875 -0.515625,1.375 -1.15625,1.375 -0.0625,0 -0.359375,0 -0.609375,-0.15625 C 1.25,-0.359375 1.34375,-0.71875 1.34375,-0.859375 1.34375,-1.09375 1.15625,-1.25 0.9375,-1.25 c -0.296875,0 -0.609375,0.265625 -0.609375,0.640625 0,0.5 0.5625,0.734375 1.078125,0.734375 0.578125,0 0.984375,-0.453125 1.234375,-0.953125 C 2.828125,-0.125 3.4375,0.125 3.875,0.125 5.09375,0.125 5.734375,-1.453125 5.734375,-1.703125 5.734375,-1.765625 5.6875,-1.8125 5.625,-1.8125 5.515625,-1.8125 5.5,-1.75 5.46875,-1.65625 5.140625,-0.609375 4.453125,-0.125 3.90625,-0.125 3.484375,-0.125 3.265625,-0.4375 3.265625,-0.921875 3.265625,-1.1875 3.3125,-1.375 3.5,-2.15625 L 3.921875,-3.796875 C 4.09375,-4.5 4.5,-5.03125 5.0625,-5.03125 c 0.015625,0 0.359375,0 0.609375,0.15625 z m 0,0"
|
||||
id="path6664" />
|
||||
</g>
|
||||
<g
|
||||
id="g8247">
|
||||
<path
|
||||
d="m 2.328125,0.046875 c 0,-0.6875 -0.21875,-1.203125 -0.71875,-1.203125 -0.375,0 -0.5625,0.3125 -0.5625,0.578125 C 1.046875,-0.328125 1.21875,0 1.625,0 1.78125,0 1.90625,-0.046875 2.015625,-0.15625 2.046875,-0.171875 2.0625,-0.171875 2.0625,-0.171875 c 0.03125,0 0.03125,0.15625 0.03125,0.21875 C 2.09375,0.4375 2.015625,1.21875 1.328125,2 1.1875,2.140625 1.1875,2.15625 1.1875,2.1875 c 0,0.0625 0.0625,0.125 0.125,0.125 0.09375,0 1.015625,-0.890625 1.015625,-2.265625 z m 0,0"
|
||||
id="path3302" />
|
||||
</g>
|
||||
<g
|
||||
id="g4434">
|
||||
<path
|
||||
d="m 3.140625,1.34375 c -0.3125,0.453125 -0.78125,0.859375 -1.375,0.859375 C 1.625,2.203125 1.046875,2.171875 0.875,1.625 c 0.03125,0.015625 0.09375,0.015625 0.109375,0.015625 0.359375,0 0.609375,-0.3125 0.609375,-0.59375 C 1.59375,0.78125 1.359375,0.6875 1.1875,0.6875 c -0.203125,0 -0.609375,0.140625 -0.609375,0.71875 0,0.609375 0.515625,1.03125 1.1875,1.03125 C 2.96875,2.4375 4.171875,1.34375 4.5,0.015625 L 5.671875,-4.65625 C 5.6875,-4.703125 5.71875,-4.78125 5.71875,-4.859375 5.71875,-5.03125 5.5625,-5.15625 5.390625,-5.15625 5.28125,-5.15625 5.03125,-5.109375 4.9375,-4.75 L 4.046875,-1.234375 C 4,-1.015625 4,-0.984375 3.890625,-0.859375 3.65625,-0.53125 3.265625,-0.125 2.6875,-0.125 c -0.671875,0 -0.734375,-0.65625 -0.734375,-0.96875 0,-0.6875 0.328125,-1.609375 0.65625,-2.46875 0.125,-0.34375 0.203125,-0.515625 0.203125,-0.75 0,-0.5 -0.359375,-0.953125 -0.953125,-0.953125 -1.09375,0 -1.53125,1.734375 -1.53125,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.109375,0 0.125,-0.046875 0.171875,-0.21875 0.28125,-1 0.734375,-1.484375 1.203125,-1.484375 0.109375,0 0.3125,0 0.3125,0.390625 0,0.3125 -0.125,0.65625 -0.3125,1.109375 C 1.25,-1.953125 1.25,-1.5625 1.25,-1.28125 1.25,-0.140625 2.0625,0.125 2.65625,0.125 3,0.125 3.4375,0.015625 3.84375,-0.4375 l 0.015625,0.015625 C 3.6875,0.28125 3.5625,0.75 3.140625,1.34375 Z m 0,0"
|
||||
id="path5298" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g7684">
|
||||
<g
|
||||
id="g1017">
|
||||
<path
|
||||
d="M 2.03125,-1.328125 C 1.609375,-0.625 1.203125,-0.375 0.640625,-0.34375 0.5,-0.328125 0.40625,-0.328125 0.40625,-0.125 c 0,0.078125 0.0625,0.125 0.140625,0.125 0.21875,0 0.75,-0.03125 0.96875,-0.03125 C 1.859375,-0.03125 2.25,0 2.578125,0 c 0.078125,0 0.21875,0 0.21875,-0.234375 0,-0.09375 -0.09375,-0.109375 -0.171875,-0.109375 -0.265625,-0.03125 -0.5,-0.125 -0.5,-0.40625 0,-0.171875 0.078125,-0.296875 0.234375,-0.5625 l 0.90625,-1.515625 H 6.3125 c 0.015625,0.109375 0.015625,0.203125 0.015625,0.3125 0.046875,0.3125 0.1875,1.5625 0.1875,1.78125 0,0.359375 -0.609375,0.390625 -0.796875,0.390625 -0.140625,0 -0.265625,0 -0.265625,0.21875 C 5.453125,0 5.5625,0 5.625,0 5.828125,0 6.078125,-0.03125 6.28125,-0.03125 H 6.953125 C 7.6875,-0.03125 8.21875,0 8.21875,0 8.3125,0 8.4375,0 8.4375,-0.234375 8.4375,-0.34375 8.328125,-0.34375 8.15625,-0.34375 7.5,-0.34375 7.484375,-0.453125 7.453125,-0.8125 L 6.71875,-8.265625 c -0.03125,-0.25 -0.078125,-0.265625 -0.203125,-0.265625 -0.125,0 -0.1875,0.015625 -0.296875,0.203125 z M 3.46875,-3.171875 5.875,-7.1875 6.28125,-3.171875 Z m 0,0"
|
||||
id="path9126" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g741">
|
||||
<g
|
||||
id="g8729">
|
||||
<path
|
||||
d="M 4.375,-7.34375 C 4.484375,-7.796875 4.53125,-7.8125 5,-7.8125 h 1.546875 c 1.359375,0 1.359375,1.140625 1.359375,1.25 0,0.96875 -0.96875,2.203125 -2.546875,2.203125 h -1.71875 z m 2.015625,3.078125 C 7.703125,-4.5 8.875,-5.421875 8.875,-6.515625 8.875,-7.453125 8.0625,-8.15625 6.703125,-8.15625 H 2.875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.890625,-0.890625 C 1.78125,-0.46875 1.75,-0.34375 0.921875,-0.34375 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.0625,0.125 0.3125,0.125 h 4.09375 C 6.8125,0 8.21875,-1.390625 8.21875,-2.59375 c 0,-0.984375 -0.859375,-1.578125 -1.828125,-1.671875 z m -1.6875,3.921875 h -1.625 c -0.15625,0 -0.1875,0 -0.25,-0.015625 -0.140625,-0.015625 -0.15625,-0.03125 -0.15625,-0.125 0,-0.09375 0.03125,-0.15625 0.046875,-0.265625 L 3.5625,-4.125 h 2.25 c 1.40625,0 1.40625,1.3125 1.40625,1.40625 0,1.15625 -1.03125,2.375 -2.515625,2.375 z m 0,0"
|
||||
id="path6427" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g9409">
|
||||
<g
|
||||
id="g3598">
|
||||
<path
|
||||
d="m 8.921875,-8.3125 c 0,-0.109375 -0.078125,-0.109375 -0.09375,-0.109375 -0.03125,0 -0.078125,0 -0.171875,0.125 l -0.828125,1 c -0.421875,-0.71875 -1.078125,-1.125 -1.96875,-1.125 -2.578125,0 -5.265625,2.625 -5.265625,5.4375 0,2 1.40625,3.234375 3.140625,3.234375 0.96875,0 1.796875,-0.40625 2.5,-0.984375 1.03125,-0.875 1.34375,-2.03125 1.34375,-2.140625 0,-0.09375 -0.09375,-0.09375 -0.125,-0.09375 -0.109375,0 -0.125,0.0625 -0.15625,0.109375 -0.546875,1.875 -2.15625,2.765625 -3.359375,2.765625 -1.265625,0 -2.359375,-0.8125 -2.359375,-2.515625 0,-0.375 0.125,-2.453125 1.46875,-4.03125 0.65625,-0.765625 1.78125,-1.421875 2.921875,-1.421875 1.3125,0 1.890625,1.078125 1.890625,2.296875 0,0.3125 -0.03125,0.578125 -0.03125,0.625 0,0.109375 0.125,0.109375 0.15625,0.109375 0.125,0 0.140625,-0.015625 0.1875,-0.234375 z m 0,0"
|
||||
id="path1586" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g3993">
|
||||
<g
|
||||
id="g873">
|
||||
<path
|
||||
d="m 3.890625,2.90625 c 0,-0.03125 0,-0.0625 -0.203125,-0.265625 C 2.484375,1.4375 1.8125,-0.53125 1.8125,-2.96875 c 0,-2.328125 0.5625,-4.328125 1.953125,-5.734375 0.125,-0.109375 0.125,-0.125 0.125,-0.171875 0,-0.0625 -0.0625,-0.09375 -0.109375,-0.09375 -0.15625,0 -1.140625,0.859375 -1.71875,2.03125 -0.609375,1.21875 -0.890625,2.484375 -0.890625,3.96875 0,1.0625 0.171875,2.484375 0.78125,3.75 C 2.671875,2.21875 3.640625,3 3.78125,3 3.828125,3 3.890625,2.96875 3.890625,2.90625 Z m 0,0"
|
||||
id="path5074" />
|
||||
</g>
|
||||
<g
|
||||
id="g4976">
|
||||
<path
|
||||
d="M 3.375,-2.96875 C 3.375,-3.890625 3.25,-5.359375 2.578125,-6.75 1.875,-8.1875 0.890625,-8.96875 0.765625,-8.96875 c -0.046875,0 -0.109375,0.03125 -0.109375,0.09375 0,0.046875 0,0.0625 0.203125,0.265625 1.203125,1.203125 1.859375,3.1875 1.859375,5.625 0,2.3125 -0.5625,4.3125 -1.9375,5.71875 C 0.65625,2.84375 0.65625,2.875 0.65625,2.90625 0.65625,2.96875 0.71875,3 0.765625,3 0.921875,3 1.90625,2.140625 2.484375,0.96875 3.09375,-0.25 3.375,-1.546875 3.375,-2.96875 Z m 0,0"
|
||||
id="path3411" />
|
||||
</g>
|
||||
<g
|
||||
id="g2101">
|
||||
<path
|
||||
d="m 8.0625,-3.875 c 0.171875,0 0.390625,0 0.390625,-0.21875 C 8.453125,-4.3125 8.25,-4.3125 8.0625,-4.3125 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 z m 0,2.21875 c 0.171875,0 0.390625,0 0.390625,-0.203125 C 8.453125,-2.09375 8.25,-2.09375 8.0625,-2.09375 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 z m 0,0"
|
||||
id="path5746" />
|
||||
</g>
|
||||
<g
|
||||
id="g5199">
|
||||
<path
|
||||
d="M 4.765625,-2.765625 H 8.0625 c 0.171875,0 0.390625,0 0.390625,-0.203125 0,-0.234375 -0.203125,-0.234375 -0.390625,-0.234375 H 4.765625 V -6.5 c 0,-0.171875 0,-0.390625 -0.21875,-0.390625 -0.21875,0 -0.21875,0.203125 -0.21875,0.390625 v 3.296875 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 H 4.328125 V 0.53125 c 0,0.171875 0,0.390625 0.21875,0.390625 0.21875,0 0.21875,-0.203125 0.21875,-0.390625 z m 0,0"
|
||||
id="path8428" />
|
||||
</g>
|
||||
<g
|
||||
id="g5336">
|
||||
<path
|
||||
d="m 5.671875,-4.875 c -0.390625,0.0625 -0.53125,0.359375 -0.53125,0.578125 0,0.296875 0.21875,0.390625 0.390625,0.390625 0.359375,0 0.609375,-0.3125 0.609375,-0.640625 0,-0.5 -0.578125,-0.71875 -1.078125,-0.71875 -0.71875,0 -1.125,0.71875 -1.234375,0.9375 -0.28125,-0.890625 -1.015625,-0.9375 -1.234375,-0.9375 -1.21875,0 -1.859375,1.5625 -1.859375,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.09375,0 0.125,-0.078125 0.140625,-0.125 0.40625,-1.328125 1.21875,-1.578125 1.5625,-1.578125 0.53125,0 0.640625,0.5 0.640625,0.78125 0,0.265625 -0.078125,0.546875 -0.21875,1.125 L 2.578125,-1.5 c -0.171875,0.71875 -0.515625,1.375 -1.15625,1.375 -0.0625,0 -0.359375,0 -0.609375,-0.15625 C 1.25,-0.359375 1.34375,-0.71875 1.34375,-0.859375 1.34375,-1.09375 1.15625,-1.25 0.9375,-1.25 c -0.296875,0 -0.609375,0.265625 -0.609375,0.640625 0,0.5 0.5625,0.734375 1.078125,0.734375 0.578125,0 0.984375,-0.453125 1.234375,-0.953125 C 2.828125,-0.125 3.4375,0.125 3.875,0.125 5.09375,0.125 5.734375,-1.453125 5.734375,-1.703125 5.734375,-1.765625 5.6875,-1.8125 5.625,-1.8125 5.515625,-1.8125 5.5,-1.75 5.46875,-1.65625 5.140625,-0.609375 4.453125,-0.125 3.90625,-0.125 3.484375,-0.125 3.265625,-0.4375 3.265625,-0.921875 3.265625,-1.1875 3.3125,-1.375 3.5,-2.15625 L 3.921875,-3.796875 C 4.09375,-4.5 4.5,-5.03125 5.0625,-5.03125 c 0.015625,0 0.359375,0 0.609375,0.15625 z m 0,0"
|
||||
id="path8623" />
|
||||
</g>
|
||||
<g
|
||||
id="g987">
|
||||
<path
|
||||
d="m 2.328125,0.046875 c 0,-0.6875 -0.21875,-1.203125 -0.71875,-1.203125 -0.375,0 -0.5625,0.3125 -0.5625,0.578125 C 1.046875,-0.328125 1.21875,0 1.625,0 1.78125,0 1.90625,-0.046875 2.015625,-0.15625 2.046875,-0.171875 2.0625,-0.171875 2.0625,-0.171875 c 0.03125,0 0.03125,0.15625 0.03125,0.21875 C 2.09375,0.4375 2.015625,1.21875 1.328125,2 1.1875,2.140625 1.1875,2.15625 1.1875,2.1875 c 0,0.0625 0.0625,0.125 0.125,0.125 0.09375,0 1.015625,-0.890625 1.015625,-2.265625 z m 0,0"
|
||||
id="path2808" />
|
||||
</g>
|
||||
<g
|
||||
id="g1989">
|
||||
<path
|
||||
d="m 3.140625,1.34375 c -0.3125,0.453125 -0.78125,0.859375 -1.375,0.859375 C 1.625,2.203125 1.046875,2.171875 0.875,1.625 c 0.03125,0.015625 0.09375,0.015625 0.109375,0.015625 0.359375,0 0.609375,-0.3125 0.609375,-0.59375 C 1.59375,0.78125 1.359375,0.6875 1.1875,0.6875 c -0.203125,0 -0.609375,0.140625 -0.609375,0.71875 0,0.609375 0.515625,1.03125 1.1875,1.03125 C 2.96875,2.4375 4.171875,1.34375 4.5,0.015625 L 5.671875,-4.65625 C 5.6875,-4.703125 5.71875,-4.78125 5.71875,-4.859375 5.71875,-5.03125 5.5625,-5.15625 5.390625,-5.15625 5.28125,-5.15625 5.03125,-5.109375 4.9375,-4.75 L 4.046875,-1.234375 C 4,-1.015625 4,-0.984375 3.890625,-0.859375 3.65625,-0.53125 3.265625,-0.125 2.6875,-0.125 c -0.671875,0 -0.734375,-0.65625 -0.734375,-0.96875 0,-0.6875 0.328125,-1.609375 0.65625,-2.46875 0.125,-0.34375 0.203125,-0.515625 0.203125,-0.75 0,-0.5 -0.359375,-0.953125 -0.953125,-0.953125 -1.09375,0 -1.53125,1.734375 -1.53125,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.109375,0 0.125,-0.046875 0.171875,-0.21875 0.28125,-1 0.734375,-1.484375 1.203125,-1.484375 0.109375,0 0.3125,0 0.3125,0.390625 0,0.3125 -0.125,0.65625 -0.3125,1.109375 C 1.25,-1.953125 1.25,-1.5625 1.25,-1.28125 1.25,-0.140625 2.0625,0.125 2.65625,0.125 3,0.125 3.4375,0.015625 3.84375,-0.4375 l 0.015625,0.015625 C 3.6875,0.28125 3.5625,0.75 3.140625,1.34375 Z m 0,0"
|
||||
id="path5962" />
|
||||
</g>
|
||||
<g
|
||||
id="g1477">
|
||||
<path
|
||||
d="m 5.53125,-3.03125 c 0,-1.15625 -0.65625,-2.234375 -1.921875,-2.234375 -1.5625,0 -3.125,1.703125 -3.125,3.40625 0,1.03125 0.640625,1.984375 1.859375,1.984375 0.734375,0 1.625,-0.296875 2.46875,-1.015625 C 4.984375,-0.21875 5.359375,0.125 5.875,0.125 c 0.640625,0 0.96875,-0.671875 0.96875,-0.828125 0,-0.109375 -0.09375,-0.109375 -0.125,-0.109375 -0.09375,0 -0.109375,0.03125 -0.140625,0.125 C 6.46875,-0.375 6.1875,-0.125 5.90625,-0.125 c -0.375,0 -0.375,-0.765625 -0.375,-1.484375 1.21875,-1.46875 1.515625,-2.96875 1.515625,-2.984375 0,-0.109375 -0.109375,-0.109375 -0.140625,-0.109375 -0.109375,0 -0.109375,0.046875 -0.171875,0.25 -0.140625,0.53125 -0.453125,1.46875 -1.203125,2.4375 z m -0.75,1.859375 c -1.046875,0.9375 -2,1.046875 -2.421875,1.046875 -0.84375,0 -1.078125,-0.75 -1.078125,-1.3125 0,-0.515625 0.265625,-1.734375 0.625,-2.390625 0.5,-0.828125 1.171875,-1.203125 1.703125,-1.203125 1.15625,0 1.15625,1.515625 1.15625,2.515625 0,0.296875 -0.015625,0.609375 -0.015625,0.90625 0,0.25 0.015625,0.3125 0.03125,0.4375 z m 0,0"
|
||||
id="path4199" />
|
||||
</g>
|
||||
<g
|
||||
id="g2610">
|
||||
<path
|
||||
d="M 2.03125,-1.328125 C 1.609375,-0.625 1.203125,-0.375 0.640625,-0.34375 0.5,-0.328125 0.40625,-0.328125 0.40625,-0.125 c 0,0.078125 0.0625,0.125 0.140625,0.125 0.21875,0 0.75,-0.03125 0.96875,-0.03125 C 1.859375,-0.03125 2.25,0 2.578125,0 c 0.078125,0 0.21875,0 0.21875,-0.234375 0,-0.09375 -0.09375,-0.109375 -0.171875,-0.109375 -0.265625,-0.03125 -0.5,-0.125 -0.5,-0.40625 0,-0.171875 0.078125,-0.296875 0.234375,-0.5625 l 0.90625,-1.515625 H 6.3125 c 0.015625,0.109375 0.015625,0.203125 0.015625,0.3125 0.046875,0.3125 0.1875,1.5625 0.1875,1.78125 0,0.359375 -0.609375,0.390625 -0.796875,0.390625 -0.140625,0 -0.265625,0 -0.265625,0.21875 C 5.453125,0 5.5625,0 5.625,0 5.828125,0 6.078125,-0.03125 6.28125,-0.03125 H 6.953125 C 7.6875,-0.03125 8.21875,0 8.21875,0 8.3125,0 8.4375,0 8.4375,-0.234375 8.4375,-0.34375 8.328125,-0.34375 8.15625,-0.34375 7.5,-0.34375 7.484375,-0.453125 7.453125,-0.8125 L 6.71875,-8.265625 c -0.03125,-0.25 -0.078125,-0.265625 -0.203125,-0.265625 -0.125,0 -0.1875,0.015625 -0.296875,0.203125 z M 3.46875,-3.171875 5.875,-7.1875 6.28125,-3.171875 Z m 0,0"
|
||||
id="path2548" />
|
||||
</g>
|
||||
<g
|
||||
id="g2358">
|
||||
<path
|
||||
d="m 6.765625,-6.953125 c 0,-0.71875 -0.609375,-1.46875 -1.703125,-1.46875 -1.53125,0 -2.515625,1.890625 -2.828125,3.125 l -1.890625,7.5 C 0.328125,2.296875 0.390625,2.3125 0.453125,2.3125 c 0.078125,0 0.140625,0 0.15625,-0.0625 l 0.84375,-3.34375 C 1.5625,-0.4375 2.21875,0.125 2.921875,0.125 4.640625,0.125 6.25,-1.21875 6.25,-3 6.25,-3.453125 6.140625,-3.90625 5.890625,-4.296875 5.75,-4.515625 5.5625,-4.6875 5.375,-4.828125 c 0.859375,-0.453125 1.390625,-1.1875 1.390625,-2.125 z M 4.6875,-4.84375 C 4.5,-4.765625 4.296875,-4.75 4.078125,-4.75 3.90625,-4.75 3.75,-4.734375 3.53125,-4.8125 c 0.125,-0.078125 0.3125,-0.09375 0.5625,-0.09375 0.203125,0 0.421875,0.015625 0.59375,0.0625 z M 6.140625,-7.0625 c 0,0.65625 -0.3125,1.609375 -1.09375,2.046875 C 4.8125,-5.09375 4.5,-5.15625 4.25,-5.15625 4,-5.15625 3.28125,-5.171875 3.28125,-4.796875 3.28125,-4.46875 3.9375,-4.5 4.140625,-4.5 c 0.3125,0 0.578125,-0.078125 0.875,-0.15625 0.375,0.3125 0.546875,0.71875 0.546875,1.3125 0,0.6875 -0.203125,1.25 -0.421875,1.765625 C 4.75,-0.6875 3.8125,-0.125 2.984375,-0.125 c -0.875,0 -1.328125,-0.6875 -1.328125,-1.5 0,-0.109375 0,-0.265625 0.046875,-0.4375 l 0.78125,-3.15625 c 0.390625,-1.5625 1.40625,-2.96875 2.5625,-2.96875 0.859375,0 1.09375,0.59375 1.09375,1.125 z m 0,0"
|
||||
id="path6341" />
|
||||
</g>
|
||||
<g
|
||||
id="g395">
|
||||
<path
|
||||
d="M 4.375,-7.34375 C 4.484375,-7.796875 4.53125,-7.8125 5,-7.8125 h 1.546875 c 1.359375,0 1.359375,1.140625 1.359375,1.25 0,0.96875 -0.96875,2.203125 -2.546875,2.203125 h -1.71875 z m 2.015625,3.078125 C 7.703125,-4.5 8.875,-5.421875 8.875,-6.515625 8.875,-7.453125 8.0625,-8.15625 6.703125,-8.15625 H 2.875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.890625,-0.890625 C 1.78125,-0.46875 1.75,-0.34375 0.921875,-0.34375 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.0625,0.125 0.3125,0.125 h 4.09375 C 6.8125,0 8.21875,-1.390625 8.21875,-2.59375 c 0,-0.984375 -0.859375,-1.578125 -1.828125,-1.671875 z m -1.6875,3.921875 h -1.625 c -0.15625,0 -0.1875,0 -0.25,-0.015625 -0.140625,-0.015625 -0.15625,-0.03125 -0.15625,-0.125 0,-0.09375 0.03125,-0.15625 0.046875,-0.265625 L 3.5625,-4.125 h 2.25 c 1.40625,0 1.40625,1.3125 1.40625,1.40625 0,1.15625 -1.03125,2.375 -2.515625,2.375 z m 0,0"
|
||||
id="path8796" />
|
||||
</g>
|
||||
<g
|
||||
id="g6823">
|
||||
<path
|
||||
d="M 4.515625,-1.453125 C 4.5,-2.046875 4.46875,-2.96875 4.015625,-4.046875 3.78125,-4.640625 3.375,-5.265625 2.5,-5.265625 c -1.46875,0 -2.265625,1.875 -2.265625,2.1875 0,0.109375 0.078125,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.171875,-0.1875 0.25,-0.734375 1.015625,-1.328125 1.84375,-1.328125 1.65625,0 1.890625,1.859375 1.890625,3.03125 0,0.765625 -0.078125,1.015625 -0.15625,1.25 -0.21875,0.734375 -0.609375,2.21875 -0.609375,2.5625 0,0.09375 0.03125,0.203125 0.125,0.203125 0.1875,0 0.28125,-0.40625 0.421875,-0.875 0.28125,-1.046875 0.359375,-1.578125 0.421875,-2.0625 0.03125,-0.28125 0.703125,-2.25 1.65625,-4.125 0.078125,-0.203125 0.25,-0.515625 0.25,-0.5625 0,0 -0.015625,-0.09375 -0.125,-0.09375 -0.015625,0 -0.078125,0 -0.109375,0.046875 -0.015625,0.03125 -0.4375,0.84375 -0.796875,1.65625 -0.171875,0.40625 -0.421875,0.9375 -0.8125,2 z m 0,0"
|
||||
id="path7011" />
|
||||
</g>
|
||||
<g
|
||||
id="g8225">
|
||||
<path
|
||||
d="m 8.921875,-8.3125 c 0,-0.109375 -0.078125,-0.109375 -0.09375,-0.109375 -0.03125,0 -0.078125,0 -0.171875,0.125 l -0.828125,1 c -0.421875,-0.71875 -1.078125,-1.125 -1.96875,-1.125 -2.578125,0 -5.265625,2.625 -5.265625,5.4375 0,2 1.40625,3.234375 3.140625,3.234375 0.96875,0 1.796875,-0.40625 2.5,-0.984375 1.03125,-0.875 1.34375,-2.03125 1.34375,-2.140625 0,-0.09375 -0.09375,-0.09375 -0.125,-0.09375 -0.109375,0 -0.125,0.0625 -0.15625,0.109375 -0.546875,1.875 -2.15625,2.765625 -3.359375,2.765625 -1.265625,0 -2.359375,-0.8125 -2.359375,-2.515625 0,-0.375 0.125,-2.453125 1.46875,-4.03125 0.65625,-0.765625 1.78125,-1.421875 2.921875,-1.421875 1.3125,0 1.890625,1.078125 1.890625,2.296875 0,0.3125 -0.03125,0.578125 -0.03125,0.625 0,0.109375 0.125,0.109375 0.15625,0.109375 0.125,0 0.140625,-0.015625 0.1875,-0.234375 z m 0,0"
|
||||
id="path5340" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g8451">
|
||||
<g
|
||||
id="g976">
|
||||
<path
|
||||
d="m 3.890625,2.90625 c 0,-0.03125 0,-0.0625 -0.203125,-0.265625 C 2.484375,1.4375 1.8125,-0.53125 1.8125,-2.96875 c 0,-2.328125 0.5625,-4.328125 1.953125,-5.734375 0.125,-0.109375 0.125,-0.125 0.125,-0.171875 0,-0.0625 -0.0625,-0.09375 -0.109375,-0.09375 -0.15625,0 -1.140625,0.859375 -1.71875,2.03125 -0.609375,1.21875 -0.890625,2.484375 -0.890625,3.96875 0,1.0625 0.171875,2.484375 0.78125,3.75 C 2.671875,2.21875 3.640625,3 3.78125,3 3.828125,3 3.890625,2.96875 3.890625,2.90625 Z m 0,0"
|
||||
id="path650" />
|
||||
</g>
|
||||
<g
|
||||
id="g7602">
|
||||
<path
|
||||
d="M 3.375,-2.96875 C 3.375,-3.890625 3.25,-5.359375 2.578125,-6.75 1.875,-8.1875 0.890625,-8.96875 0.765625,-8.96875 c -0.046875,0 -0.109375,0.03125 -0.109375,0.09375 0,0.046875 0,0.0625 0.203125,0.265625 1.203125,1.203125 1.859375,3.1875 1.859375,5.625 0,2.3125 -0.5625,4.3125 -1.9375,5.71875 C 0.65625,2.84375 0.65625,2.875 0.65625,2.90625 0.65625,2.96875 0.71875,3 0.765625,3 0.921875,3 1.90625,2.140625 2.484375,0.96875 3.09375,-0.25 3.375,-1.546875 3.375,-2.96875 Z m 0,0"
|
||||
id="path7050" />
|
||||
</g>
|
||||
<g
|
||||
id="g1097">
|
||||
<path
|
||||
d="m 8.0625,-3.875 c 0.171875,0 0.390625,0 0.390625,-0.21875 C 8.453125,-4.3125 8.25,-4.3125 8.0625,-4.3125 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 z m 0,2.21875 c 0.171875,0 0.390625,0 0.390625,-0.203125 C 8.453125,-2.09375 8.25,-2.09375 8.0625,-2.09375 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 z m 0,0"
|
||||
id="path864" />
|
||||
</g>
|
||||
<g
|
||||
id="g5581">
|
||||
<path
|
||||
d="M 4.765625,-2.765625 H 8.0625 c 0.171875,0 0.390625,0 0.390625,-0.203125 0,-0.234375 -0.203125,-0.234375 -0.390625,-0.234375 H 4.765625 V -6.5 c 0,-0.171875 0,-0.390625 -0.21875,-0.390625 -0.21875,0 -0.21875,0.203125 -0.21875,0.390625 v 3.296875 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 H 4.328125 V 0.53125 c 0,0.171875 0,0.390625 0.21875,0.390625 0.21875,0 0.21875,-0.203125 0.21875,-0.390625 z m 0,0"
|
||||
id="path1989" />
|
||||
</g>
|
||||
<g
|
||||
id="g4739">
|
||||
<path
|
||||
d="m 3.4375,-7.65625 c 0,-0.28125 0,-0.296875 -0.234375,-0.296875 C 2.921875,-7.625 2.3125,-7.1875 1.09375,-7.1875 v 0.34375 c 0.265625,0 0.859375,0 1.53125,-0.296875 v 6.21875 c 0,0.4375 -0.046875,0.578125 -1.09375,0.578125 h -0.375 V 0 c 0.328125,-0.03125 1.484375,-0.03125 1.875,-0.03125 0.40625,0 1.546875,0 1.875,0.03125 v -0.34375 h -0.375 c -1.046875,0 -1.09375,-0.140625 -1.09375,-0.578125 z m 0,0"
|
||||
id="path267" />
|
||||
</g>
|
||||
<g
|
||||
id="g816">
|
||||
<path
|
||||
d="m 5.671875,-4.875 c -0.390625,0.0625 -0.53125,0.359375 -0.53125,0.578125 0,0.296875 0.21875,0.390625 0.390625,0.390625 0.359375,0 0.609375,-0.3125 0.609375,-0.640625 0,-0.5 -0.578125,-0.71875 -1.078125,-0.71875 -0.71875,0 -1.125,0.71875 -1.234375,0.9375 -0.28125,-0.890625 -1.015625,-0.9375 -1.234375,-0.9375 -1.21875,0 -1.859375,1.5625 -1.859375,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.09375,0 0.125,-0.078125 0.140625,-0.125 0.40625,-1.328125 1.21875,-1.578125 1.5625,-1.578125 0.53125,0 0.640625,0.5 0.640625,0.78125 0,0.265625 -0.078125,0.546875 -0.21875,1.125 L 2.578125,-1.5 c -0.171875,0.71875 -0.515625,1.375 -1.15625,1.375 -0.0625,0 -0.359375,0 -0.609375,-0.15625 C 1.25,-0.359375 1.34375,-0.71875 1.34375,-0.859375 1.34375,-1.09375 1.15625,-1.25 0.9375,-1.25 c -0.296875,0 -0.609375,0.265625 -0.609375,0.640625 0,0.5 0.5625,0.734375 1.078125,0.734375 0.578125,0 0.984375,-0.453125 1.234375,-0.953125 C 2.828125,-0.125 3.4375,0.125 3.875,0.125 5.09375,0.125 5.734375,-1.453125 5.734375,-1.703125 5.734375,-1.765625 5.6875,-1.8125 5.625,-1.8125 5.515625,-1.8125 5.5,-1.75 5.46875,-1.65625 5.140625,-0.609375 4.453125,-0.125 3.90625,-0.125 3.484375,-0.125 3.265625,-0.4375 3.265625,-0.921875 3.265625,-1.1875 3.3125,-1.375 3.5,-2.15625 L 3.921875,-3.796875 C 4.09375,-4.5 4.5,-5.03125 5.0625,-5.03125 c 0.015625,0 0.359375,0 0.609375,0.15625 z m 0,0"
|
||||
id="path3297" />
|
||||
</g>
|
||||
<g
|
||||
id="g5950">
|
||||
<path
|
||||
d="m 2.328125,0.046875 c 0,-0.6875 -0.21875,-1.203125 -0.71875,-1.203125 -0.375,0 -0.5625,0.3125 -0.5625,0.578125 C 1.046875,-0.328125 1.21875,0 1.625,0 1.78125,0 1.90625,-0.046875 2.015625,-0.15625 2.046875,-0.171875 2.0625,-0.171875 2.0625,-0.171875 c 0.03125,0 0.03125,0.15625 0.03125,0.21875 C 2.09375,0.4375 2.015625,1.21875 1.328125,2 1.1875,2.140625 1.1875,2.15625 1.1875,2.1875 c 0,0.0625 0.0625,0.125 0.125,0.125 0.09375,0 1.015625,-0.890625 1.015625,-2.265625 z m 0,0"
|
||||
id="path1672" />
|
||||
</g>
|
||||
<g
|
||||
id="g7373">
|
||||
<path
|
||||
d="m 3.140625,1.34375 c -0.3125,0.453125 -0.78125,0.859375 -1.375,0.859375 C 1.625,2.203125 1.046875,2.171875 0.875,1.625 c 0.03125,0.015625 0.09375,0.015625 0.109375,0.015625 0.359375,0 0.609375,-0.3125 0.609375,-0.59375 C 1.59375,0.78125 1.359375,0.6875 1.1875,0.6875 c -0.203125,0 -0.609375,0.140625 -0.609375,0.71875 0,0.609375 0.515625,1.03125 1.1875,1.03125 C 2.96875,2.4375 4.171875,1.34375 4.5,0.015625 L 5.671875,-4.65625 C 5.6875,-4.703125 5.71875,-4.78125 5.71875,-4.859375 5.71875,-5.03125 5.5625,-5.15625 5.390625,-5.15625 5.28125,-5.15625 5.03125,-5.109375 4.9375,-4.75 L 4.046875,-1.234375 C 4,-1.015625 4,-0.984375 3.890625,-0.859375 3.65625,-0.53125 3.265625,-0.125 2.6875,-0.125 c -0.671875,0 -0.734375,-0.65625 -0.734375,-0.96875 0,-0.6875 0.328125,-1.609375 0.65625,-2.46875 0.125,-0.34375 0.203125,-0.515625 0.203125,-0.75 0,-0.5 -0.359375,-0.953125 -0.953125,-0.953125 -1.09375,0 -1.53125,1.734375 -1.53125,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.109375,0 0.125,-0.046875 0.171875,-0.21875 0.28125,-1 0.734375,-1.484375 1.203125,-1.484375 0.109375,0 0.3125,0 0.3125,0.390625 0,0.3125 -0.125,0.65625 -0.3125,1.109375 C 1.25,-1.953125 1.25,-1.5625 1.25,-1.28125 1.25,-0.140625 2.0625,0.125 2.65625,0.125 3,0.125 3.4375,0.015625 3.84375,-0.4375 l 0.015625,0.015625 C 3.6875,0.28125 3.5625,0.75 3.140625,1.34375 Z m 0,0"
|
||||
id="path983" />
|
||||
</g>
|
||||
<g
|
||||
id="g8162">
|
||||
<path
|
||||
d="m 5.53125,-3.03125 c 0,-1.15625 -0.65625,-2.234375 -1.921875,-2.234375 -1.5625,0 -3.125,1.703125 -3.125,3.40625 0,1.03125 0.640625,1.984375 1.859375,1.984375 0.734375,0 1.625,-0.296875 2.46875,-1.015625 C 4.984375,-0.21875 5.359375,0.125 5.875,0.125 c 0.640625,0 0.96875,-0.671875 0.96875,-0.828125 0,-0.109375 -0.09375,-0.109375 -0.125,-0.109375 -0.09375,0 -0.109375,0.03125 -0.140625,0.125 C 6.46875,-0.375 6.1875,-0.125 5.90625,-0.125 c -0.375,0 -0.375,-0.765625 -0.375,-1.484375 1.21875,-1.46875 1.515625,-2.96875 1.515625,-2.984375 0,-0.109375 -0.109375,-0.109375 -0.140625,-0.109375 -0.109375,0 -0.109375,0.046875 -0.171875,0.25 -0.140625,0.53125 -0.453125,1.46875 -1.203125,2.4375 z m -0.75,1.859375 c -1.046875,0.9375 -2,1.046875 -2.421875,1.046875 -0.84375,0 -1.078125,-0.75 -1.078125,-1.3125 0,-0.515625 0.265625,-1.734375 0.625,-2.390625 0.5,-0.828125 1.171875,-1.203125 1.703125,-1.203125 1.15625,0 1.15625,1.515625 1.15625,2.515625 0,0.296875 -0.015625,0.609375 -0.015625,0.90625 0,0.25 0.015625,0.3125 0.03125,0.4375 z m 0,0"
|
||||
id="path968" />
|
||||
</g>
|
||||
<g
|
||||
id="g5972">
|
||||
<path
|
||||
d="m 6.765625,-6.953125 c 0,-0.71875 -0.609375,-1.46875 -1.703125,-1.46875 -1.53125,0 -2.515625,1.890625 -2.828125,3.125 l -1.890625,7.5 C 0.328125,2.296875 0.390625,2.3125 0.453125,2.3125 c 0.078125,0 0.140625,0 0.15625,-0.0625 l 0.84375,-3.34375 C 1.5625,-0.4375 2.21875,0.125 2.921875,0.125 4.640625,0.125 6.25,-1.21875 6.25,-3 6.25,-3.453125 6.140625,-3.90625 5.890625,-4.296875 5.75,-4.515625 5.5625,-4.6875 5.375,-4.828125 c 0.859375,-0.453125 1.390625,-1.1875 1.390625,-2.125 z M 4.6875,-4.84375 C 4.5,-4.765625 4.296875,-4.75 4.078125,-4.75 3.90625,-4.75 3.75,-4.734375 3.53125,-4.8125 c 0.125,-0.078125 0.3125,-0.09375 0.5625,-0.09375 0.203125,0 0.421875,0.015625 0.59375,0.0625 z M 6.140625,-7.0625 c 0,0.65625 -0.3125,1.609375 -1.09375,2.046875 C 4.8125,-5.09375 4.5,-5.15625 4.25,-5.15625 4,-5.15625 3.28125,-5.171875 3.28125,-4.796875 3.28125,-4.46875 3.9375,-4.5 4.140625,-4.5 c 0.3125,0 0.578125,-0.078125 0.875,-0.15625 0.375,0.3125 0.546875,0.71875 0.546875,1.3125 0,0.6875 -0.203125,1.25 -0.421875,1.765625 C 4.75,-0.6875 3.8125,-0.125 2.984375,-0.125 c -0.875,0 -1.328125,-0.6875 -1.328125,-1.5 0,-0.109375 0,-0.265625 0.046875,-0.4375 l 0.78125,-3.15625 c 0.390625,-1.5625 1.40625,-2.96875 2.5625,-2.96875 0.859375,0 1.09375,0.59375 1.09375,1.125 z m 0,0"
|
||||
id="path7372" />
|
||||
</g>
|
||||
<g
|
||||
id="g3486">
|
||||
<path
|
||||
d="M 4.515625,-1.453125 C 4.5,-2.046875 4.46875,-2.96875 4.015625,-4.046875 3.78125,-4.640625 3.375,-5.265625 2.5,-5.265625 c -1.46875,0 -2.265625,1.875 -2.265625,2.1875 0,0.109375 0.078125,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.171875,-0.1875 0.25,-0.734375 1.015625,-1.328125 1.84375,-1.328125 1.65625,0 1.890625,1.859375 1.890625,3.03125 0,0.765625 -0.078125,1.015625 -0.15625,1.25 -0.21875,0.734375 -0.609375,2.21875 -0.609375,2.5625 0,0.09375 0.03125,0.203125 0.125,0.203125 0.1875,0 0.28125,-0.40625 0.421875,-0.875 0.28125,-1.046875 0.359375,-1.578125 0.421875,-2.0625 0.03125,-0.28125 0.703125,-2.25 1.65625,-4.125 0.078125,-0.203125 0.25,-0.515625 0.25,-0.5625 0,0 -0.015625,-0.09375 -0.125,-0.09375 -0.015625,0 -0.078125,0 -0.109375,0.046875 -0.015625,0.03125 -0.4375,0.84375 -0.796875,1.65625 -0.171875,0.40625 -0.421875,0.9375 -0.8125,2 z m 0,0"
|
||||
id="path2759" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g8190">
|
||||
<g
|
||||
id="g5531">
|
||||
<path
|
||||
d="m 5.53125,-3.03125 c 0,-1.15625 -0.65625,-2.234375 -1.921875,-2.234375 -1.5625,0 -3.125,1.703125 -3.125,3.40625 0,1.03125 0.640625,1.984375 1.859375,1.984375 0.734375,0 1.625,-0.296875 2.46875,-1.015625 C 4.984375,-0.21875 5.359375,0.125 5.875,0.125 c 0.640625,0 0.96875,-0.671875 0.96875,-0.828125 0,-0.109375 -0.09375,-0.109375 -0.125,-0.109375 -0.09375,0 -0.109375,0.03125 -0.140625,0.125 C 6.46875,-0.375 6.1875,-0.125 5.90625,-0.125 c -0.375,0 -0.375,-0.765625 -0.375,-1.484375 1.21875,-1.46875 1.515625,-2.96875 1.515625,-2.984375 0,-0.109375 -0.109375,-0.109375 -0.140625,-0.109375 -0.109375,0 -0.109375,0.046875 -0.171875,0.25 -0.140625,0.53125 -0.453125,1.46875 -1.203125,2.4375 z m -0.75,1.859375 c -1.046875,0.9375 -2,1.046875 -2.421875,1.046875 -0.84375,0 -1.078125,-0.75 -1.078125,-1.3125 0,-0.515625 0.265625,-1.734375 0.625,-2.390625 0.5,-0.828125 1.171875,-1.203125 1.703125,-1.203125 1.15625,0 1.15625,1.515625 1.15625,2.515625 0,0.296875 -0.015625,0.609375 -0.015625,0.90625 0,0.25 0.015625,0.3125 0.03125,0.4375 z m 0,0"
|
||||
id="path5743" />
|
||||
</g>
|
||||
<g
|
||||
id="g9060">
|
||||
<path
|
||||
d="m 6.765625,-6.953125 c 0,-0.71875 -0.609375,-1.46875 -1.703125,-1.46875 -1.53125,0 -2.515625,1.890625 -2.828125,3.125 l -1.890625,7.5 C 0.328125,2.296875 0.390625,2.3125 0.453125,2.3125 c 0.078125,0 0.140625,0 0.15625,-0.0625 l 0.84375,-3.34375 C 1.5625,-0.4375 2.21875,0.125 2.921875,0.125 4.640625,0.125 6.25,-1.21875 6.25,-3 6.25,-3.453125 6.140625,-3.90625 5.890625,-4.296875 5.75,-4.515625 5.5625,-4.6875 5.375,-4.828125 c 0.859375,-0.453125 1.390625,-1.1875 1.390625,-2.125 z M 4.6875,-4.84375 C 4.5,-4.765625 4.296875,-4.75 4.078125,-4.75 3.90625,-4.75 3.75,-4.734375 3.53125,-4.8125 c 0.125,-0.078125 0.3125,-0.09375 0.5625,-0.09375 0.203125,0 0.421875,0.015625 0.59375,0.0625 z M 6.140625,-7.0625 c 0,0.65625 -0.3125,1.609375 -1.09375,2.046875 C 4.8125,-5.09375 4.5,-5.15625 4.25,-5.15625 4,-5.15625 3.28125,-5.171875 3.28125,-4.796875 3.28125,-4.46875 3.9375,-4.5 4.140625,-4.5 c 0.3125,0 0.578125,-0.078125 0.875,-0.15625 0.375,0.3125 0.546875,0.71875 0.546875,1.3125 0,0.6875 -0.203125,1.25 -0.421875,1.765625 C 4.75,-0.6875 3.8125,-0.125 2.984375,-0.125 c -0.875,0 -1.328125,-0.6875 -1.328125,-1.5 0,-0.109375 0,-0.265625 0.046875,-0.4375 l 0.78125,-3.15625 c 0.390625,-1.5625 1.40625,-2.96875 2.5625,-2.96875 0.859375,0 1.09375,0.59375 1.09375,1.125 z m 0,0"
|
||||
id="path7098" />
|
||||
</g>
|
||||
<g
|
||||
id="g225">
|
||||
<path
|
||||
d="M 4.515625,-1.453125 C 4.5,-2.046875 4.46875,-2.96875 4.015625,-4.046875 3.78125,-4.640625 3.375,-5.265625 2.5,-5.265625 c -1.46875,0 -2.265625,1.875 -2.265625,2.1875 0,0.109375 0.078125,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.171875,-0.1875 0.25,-0.734375 1.015625,-1.328125 1.84375,-1.328125 1.65625,0 1.890625,1.859375 1.890625,3.03125 0,0.765625 -0.078125,1.015625 -0.15625,1.25 -0.21875,0.734375 -0.609375,2.21875 -0.609375,2.5625 0,0.09375 0.03125,0.203125 0.125,0.203125 0.1875,0 0.28125,-0.40625 0.421875,-0.875 0.28125,-1.046875 0.359375,-1.578125 0.421875,-2.0625 0.03125,-0.28125 0.703125,-2.25 1.65625,-4.125 0.078125,-0.203125 0.25,-0.515625 0.25,-0.5625 0,0 -0.015625,-0.09375 -0.125,-0.09375 -0.015625,0 -0.078125,0 -0.109375,0.046875 -0.015625,0.03125 -0.4375,0.84375 -0.796875,1.65625 -0.171875,0.40625 -0.421875,0.9375 -0.8125,2 z m 0,0"
|
||||
id="path2953" />
|
||||
</g>
|
||||
<g
|
||||
id="g2646">
|
||||
<path
|
||||
d="M 4.765625,-2.765625 H 8.0625 c 0.171875,0 0.390625,0 0.390625,-0.203125 0,-0.234375 -0.203125,-0.234375 -0.390625,-0.234375 H 4.765625 V -6.5 c 0,-0.171875 0,-0.390625 -0.21875,-0.390625 -0.21875,0 -0.21875,0.203125 -0.21875,0.390625 v 3.296875 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 H 4.328125 V 0.53125 c 0,0.171875 0,0.390625 0.21875,0.390625 0.21875,0 0.21875,-0.203125 0.21875,-0.390625 z m 0,0"
|
||||
id="path2713" />
|
||||
</g>
|
||||
<g
|
||||
id="g8478">
|
||||
<path
|
||||
d="m 8.0625,-3.875 c 0.171875,0 0.390625,0 0.390625,-0.21875 C 8.453125,-4.3125 8.25,-4.3125 8.0625,-4.3125 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 z m 0,2.21875 c 0.171875,0 0.390625,0 0.390625,-0.203125 C 8.453125,-2.09375 8.25,-2.09375 8.0625,-2.09375 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 z m 0,0"
|
||||
id="path5096" />
|
||||
</g>
|
||||
<g
|
||||
id="g1192">
|
||||
<path
|
||||
d="m 3.4375,-7.65625 c 0,-0.28125 0,-0.296875 -0.234375,-0.296875 C 2.921875,-7.625 2.3125,-7.1875 1.09375,-7.1875 v 0.34375 c 0.265625,0 0.859375,0 1.53125,-0.296875 v 6.21875 c 0,0.4375 -0.046875,0.578125 -1.09375,0.578125 h -0.375 V 0 c 0.328125,-0.03125 1.484375,-0.03125 1.875,-0.03125 0.40625,0 1.546875,0 1.875,0.03125 v -0.34375 h -0.375 c -1.046875,0 -1.09375,-0.140625 -1.09375,-0.578125 z m 0,0"
|
||||
id="path107" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g3646">
|
||||
<g
|
||||
id="g3137">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path8530" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g9034">
|
||||
<g
|
||||
id="g6904">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path9201" />
|
||||
</g>
|
||||
<g
|
||||
id="g7897">
|
||||
<path
|
||||
d="m 5.53125,-3.03125 c 0,-1.15625 -0.65625,-2.234375 -1.921875,-2.234375 -1.5625,0 -3.125,1.703125 -3.125,3.40625 0,1.03125 0.640625,1.984375 1.859375,1.984375 0.734375,0 1.625,-0.296875 2.46875,-1.015625 C 4.984375,-0.21875 5.359375,0.125 5.875,0.125 c 0.640625,0 0.96875,-0.671875 0.96875,-0.828125 0,-0.109375 -0.09375,-0.109375 -0.125,-0.109375 -0.09375,0 -0.109375,0.03125 -0.140625,0.125 C 6.46875,-0.375 6.1875,-0.125 5.90625,-0.125 c -0.375,0 -0.375,-0.765625 -0.375,-1.484375 1.21875,-1.46875 1.515625,-2.96875 1.515625,-2.984375 0,-0.109375 -0.109375,-0.109375 -0.140625,-0.109375 -0.109375,0 -0.109375,0.046875 -0.171875,0.25 -0.140625,0.53125 -0.453125,1.46875 -1.203125,2.4375 z m -0.75,1.859375 c -1.046875,0.9375 -2,1.046875 -2.421875,1.046875 -0.84375,0 -1.078125,-0.75 -1.078125,-1.3125 0,-0.515625 0.265625,-1.734375 0.625,-2.390625 0.5,-0.828125 1.171875,-1.203125 1.703125,-1.203125 1.15625,0 1.15625,1.515625 1.15625,2.515625 0,0.296875 -0.015625,0.609375 -0.015625,0.90625 0,0.25 0.015625,0.3125 0.03125,0.4375 z m 0,0"
|
||||
id="path3316" />
|
||||
</g>
|
||||
<g
|
||||
id="g3302">
|
||||
<path
|
||||
d="M 2.03125,-1.328125 C 1.609375,-0.625 1.203125,-0.375 0.640625,-0.34375 0.5,-0.328125 0.40625,-0.328125 0.40625,-0.125 c 0,0.078125 0.0625,0.125 0.140625,0.125 0.21875,0 0.75,-0.03125 0.96875,-0.03125 C 1.859375,-0.03125 2.25,0 2.578125,0 c 0.078125,0 0.21875,0 0.21875,-0.234375 0,-0.09375 -0.09375,-0.109375 -0.171875,-0.109375 -0.265625,-0.03125 -0.5,-0.125 -0.5,-0.40625 0,-0.171875 0.078125,-0.296875 0.234375,-0.5625 l 0.90625,-1.515625 H 6.3125 c 0.015625,0.109375 0.015625,0.203125 0.015625,0.3125 0.046875,0.3125 0.1875,1.5625 0.1875,1.78125 0,0.359375 -0.609375,0.390625 -0.796875,0.390625 -0.140625,0 -0.265625,0 -0.265625,0.21875 C 5.453125,0 5.5625,0 5.625,0 5.828125,0 6.078125,-0.03125 6.28125,-0.03125 H 6.953125 C 7.6875,-0.03125 8.21875,0 8.21875,0 8.3125,0 8.4375,0 8.4375,-0.234375 8.4375,-0.34375 8.328125,-0.34375 8.15625,-0.34375 7.5,-0.34375 7.484375,-0.453125 7.453125,-0.8125 L 6.71875,-8.265625 c -0.03125,-0.25 -0.078125,-0.265625 -0.203125,-0.265625 -0.125,0 -0.1875,0.015625 -0.296875,0.203125 z M 3.46875,-3.171875 5.875,-7.1875 6.28125,-3.171875 Z m 0,0"
|
||||
id="path6501" />
|
||||
</g>
|
||||
<g
|
||||
id="g1249">
|
||||
<path
|
||||
d="m 6.765625,-6.953125 c 0,-0.71875 -0.609375,-1.46875 -1.703125,-1.46875 -1.53125,0 -2.515625,1.890625 -2.828125,3.125 l -1.890625,7.5 C 0.328125,2.296875 0.390625,2.3125 0.453125,2.3125 c 0.078125,0 0.140625,0 0.15625,-0.0625 l 0.84375,-3.34375 C 1.5625,-0.4375 2.21875,0.125 2.921875,0.125 4.640625,0.125 6.25,-1.21875 6.25,-3 6.25,-3.453125 6.140625,-3.90625 5.890625,-4.296875 5.75,-4.515625 5.5625,-4.6875 5.375,-4.828125 c 0.859375,-0.453125 1.390625,-1.1875 1.390625,-2.125 z M 4.6875,-4.84375 C 4.5,-4.765625 4.296875,-4.75 4.078125,-4.75 3.90625,-4.75 3.75,-4.734375 3.53125,-4.8125 c 0.125,-0.078125 0.3125,-0.09375 0.5625,-0.09375 0.203125,0 0.421875,0.015625 0.59375,0.0625 z M 6.140625,-7.0625 c 0,0.65625 -0.3125,1.609375 -1.09375,2.046875 C 4.8125,-5.09375 4.5,-5.15625 4.25,-5.15625 4,-5.15625 3.28125,-5.171875 3.28125,-4.796875 3.28125,-4.46875 3.9375,-4.5 4.140625,-4.5 c 0.3125,0 0.578125,-0.078125 0.875,-0.15625 0.375,0.3125 0.546875,0.71875 0.546875,1.3125 0,0.6875 -0.203125,1.25 -0.421875,1.765625 C 4.75,-0.6875 3.8125,-0.125 2.984375,-0.125 c -0.875,0 -1.328125,-0.6875 -1.328125,-1.5 0,-0.109375 0,-0.265625 0.046875,-0.4375 l 0.78125,-3.15625 c 0.390625,-1.5625 1.40625,-2.96875 2.5625,-2.96875 0.859375,0 1.09375,0.59375 1.09375,1.125 z m 0,0"
|
||||
id="path2583" />
|
||||
</g>
|
||||
<g
|
||||
id="g3309">
|
||||
<path
|
||||
d="M 4.375,-7.34375 C 4.484375,-7.796875 4.53125,-7.8125 5,-7.8125 h 1.546875 c 1.359375,0 1.359375,1.140625 1.359375,1.25 0,0.96875 -0.96875,2.203125 -2.546875,2.203125 h -1.71875 z m 2.015625,3.078125 C 7.703125,-4.5 8.875,-5.421875 8.875,-6.515625 8.875,-7.453125 8.0625,-8.15625 6.703125,-8.15625 H 2.875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.890625,-0.890625 C 1.78125,-0.46875 1.75,-0.34375 0.921875,-0.34375 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.0625,0.125 0.3125,0.125 h 4.09375 C 6.8125,0 8.21875,-1.390625 8.21875,-2.59375 c 0,-0.984375 -0.859375,-1.578125 -1.828125,-1.671875 z m -1.6875,3.921875 h -1.625 c -0.15625,0 -0.1875,0 -0.25,-0.015625 -0.140625,-0.015625 -0.15625,-0.03125 -0.15625,-0.125 0,-0.09375 0.03125,-0.15625 0.046875,-0.265625 L 3.5625,-4.125 h 2.25 c 1.40625,0 1.40625,1.3125 1.40625,1.40625 0,1.15625 -1.03125,2.375 -2.515625,2.375 z m 0,0"
|
||||
id="path717" />
|
||||
</g>
|
||||
<g
|
||||
id="g4982">
|
||||
<path
|
||||
d="M 4.515625,-1.453125 C 4.5,-2.046875 4.46875,-2.96875 4.015625,-4.046875 3.78125,-4.640625 3.375,-5.265625 2.5,-5.265625 c -1.46875,0 -2.265625,1.875 -2.265625,2.1875 0,0.109375 0.078125,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.171875,-0.1875 0.25,-0.734375 1.015625,-1.328125 1.84375,-1.328125 1.65625,0 1.890625,1.859375 1.890625,3.03125 0,0.765625 -0.078125,1.015625 -0.15625,1.25 -0.21875,0.734375 -0.609375,2.21875 -0.609375,2.5625 0,0.09375 0.03125,0.203125 0.125,0.203125 0.1875,0 0.28125,-0.40625 0.421875,-0.875 0.28125,-1.046875 0.359375,-1.578125 0.421875,-2.0625 0.03125,-0.28125 0.703125,-2.25 1.65625,-4.125 0.078125,-0.203125 0.25,-0.515625 0.25,-0.5625 0,0 -0.015625,-0.09375 -0.125,-0.09375 -0.015625,0 -0.078125,0 -0.109375,0.046875 -0.015625,0.03125 -0.4375,0.84375 -0.796875,1.65625 -0.171875,0.40625 -0.421875,0.9375 -0.8125,2 z m 0,0"
|
||||
id="path8655" />
|
||||
</g>
|
||||
<g
|
||||
id="g9584">
|
||||
<path
|
||||
d="m 8.921875,-8.3125 c 0,-0.109375 -0.078125,-0.109375 -0.09375,-0.109375 -0.03125,0 -0.078125,0 -0.171875,0.125 l -0.828125,1 c -0.421875,-0.71875 -1.078125,-1.125 -1.96875,-1.125 -2.578125,0 -5.265625,2.625 -5.265625,5.4375 0,2 1.40625,3.234375 3.140625,3.234375 0.96875,0 1.796875,-0.40625 2.5,-0.984375 1.03125,-0.875 1.34375,-2.03125 1.34375,-2.140625 0,-0.09375 -0.09375,-0.09375 -0.125,-0.09375 -0.109375,0 -0.125,0.0625 -0.15625,0.109375 -0.546875,1.875 -2.15625,2.765625 -3.359375,2.765625 -1.265625,0 -2.359375,-0.8125 -2.359375,-2.515625 0,-0.375 0.125,-2.453125 1.46875,-4.03125 0.65625,-0.765625 1.78125,-1.421875 2.921875,-1.421875 1.3125,0 1.890625,1.078125 1.890625,2.296875 0,0.3125 -0.03125,0.578125 -0.03125,0.625 0,0.109375 0.125,0.109375 0.15625,0.109375 0.125,0 0.140625,-0.015625 0.1875,-0.234375 z m 0,0"
|
||||
id="path661" />
|
||||
</g>
|
||||
<g
|
||||
id="g4465">
|
||||
<path
|
||||
d="m 8.0625,-3.875 c 0.171875,0 0.390625,0 0.390625,-0.21875 C 8.453125,-4.3125 8.25,-4.3125 8.0625,-4.3125 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 z m 0,2.21875 c 0.171875,0 0.390625,0 0.390625,-0.203125 C 8.453125,-2.09375 8.25,-2.09375 8.0625,-2.09375 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 z m 0,0"
|
||||
id="path7291" />
|
||||
</g>
|
||||
<g
|
||||
id="g417">
|
||||
<path
|
||||
d="M 4.765625,-2.765625 H 8.0625 c 0.171875,0 0.390625,0 0.390625,-0.203125 0,-0.234375 -0.203125,-0.234375 -0.390625,-0.234375 H 4.765625 V -6.5 c 0,-0.171875 0,-0.390625 -0.21875,-0.390625 -0.21875,0 -0.21875,0.203125 -0.21875,0.390625 v 3.296875 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 H 4.328125 V 0.53125 c 0,0.171875 0,0.390625 0.21875,0.390625 0.21875,0 0.21875,-0.203125 0.21875,-0.390625 z m 0,0"
|
||||
id="path9410" />
|
||||
</g>
|
||||
</g>
|
||||
</defs>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.684558;stroke-dasharray:none"
|
||||
d="M 6.0116414,54.152563 84.588132,42.843181 44.633981,5.1452376 Z"
|
||||
id="path1"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<circle
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.198438"
|
||||
id="path2"
|
||||
cx="51.811893"
|
||||
cy="29.620573"
|
||||
r="0.50000024" />
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(1.7657324,53.608635)"
|
||||
id="g3">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g2-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.846402,-0.57494)">
|
||||
<g
|
||||
id="use1"
|
||||
transform="translate(1.993,10.161)">
|
||||
<path
|
||||
d="M 2.03125,-1.328125 C 1.609375,-0.625 1.203125,-0.375 0.640625,-0.34375 0.5,-0.328125 0.40625,-0.328125 0.40625,-0.125 c 0,0.078125 0.0625,0.125 0.140625,0.125 0.21875,0 0.75,-0.03125 0.96875,-0.03125 C 1.859375,-0.03125 2.25,0 2.578125,0 c 0.078125,0 0.21875,0 0.21875,-0.234375 0,-0.09375 -0.09375,-0.109375 -0.171875,-0.109375 -0.265625,-0.03125 -0.5,-0.125 -0.5,-0.40625 0,-0.171875 0.078125,-0.296875 0.234375,-0.5625 l 0.90625,-1.515625 H 6.3125 c 0.015625,0.109375 0.015625,0.203125 0.015625,0.3125 0.046875,0.3125 0.1875,1.5625 0.1875,1.78125 0,0.359375 -0.609375,0.390625 -0.796875,0.390625 -0.140625,0 -0.265625,0 -0.265625,0.21875 C 5.453125,0 5.5625,0 5.625,0 5.828125,0 6.078125,-0.03125 6.28125,-0.03125 H 6.953125 C 7.6875,-0.03125 8.21875,0 8.21875,0 8.3125,0 8.4375,0 8.4375,-0.234375 8.4375,-0.34375 8.328125,-0.34375 8.15625,-0.34375 7.5,-0.34375 7.484375,-0.453125 7.453125,-0.8125 L 6.71875,-8.265625 c -0.03125,-0.25 -0.078125,-0.265625 -0.203125,-0.265625 -0.125,0 -0.1875,0.015625 -0.296875,0.203125 z M 3.46875,-3.171875 5.875,-7.1875 6.28125,-3.171875 Z m 0,0"
|
||||
id="path2-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(85.969228,41.702342)"
|
||||
id="g4">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g2-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.907036,-0.707231)">
|
||||
<g
|
||||
id="use1-1"
|
||||
transform="translate(1.993,10.161)">
|
||||
<path
|
||||
d="M 4.375,-7.34375 C 4.484375,-7.796875 4.53125,-7.8125 5,-7.8125 h 1.546875 c 1.359375,0 1.359375,1.140625 1.359375,1.25 0,0.96875 -0.96875,2.203125 -2.546875,2.203125 h -1.71875 z m 2.015625,3.078125 C 7.703125,-4.5 8.875,-5.421875 8.875,-6.515625 8.875,-7.453125 8.0625,-8.15625 6.703125,-8.15625 H 2.875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.890625,-0.890625 C 1.78125,-0.46875 1.75,-0.34375 0.921875,-0.34375 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.0625,0.125 0.3125,0.125 h 4.09375 C 6.8125,0 8.21875,-1.390625 8.21875,-2.59375 c 0,-0.984375 -0.859375,-1.578125 -1.828125,-1.671875 z m -1.6875,3.921875 h -1.625 c -0.15625,0 -0.1875,0 -0.25,-0.015625 -0.140625,-0.015625 -0.15625,-0.03125 -0.15625,-0.125 0,-0.09375 0.03125,-0.15625 0.046875,-0.265625 L 3.5625,-4.125 h 2.25 c 1.40625,0 1.40625,1.3125 1.40625,1.40625 0,1.15625 -1.03125,2.375 -2.515625,2.375 z m 0,0"
|
||||
id="path2-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(39.446484,2.9921877)"
|
||||
id="g5">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g2-1-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.912548,-0.613525)">
|
||||
<g
|
||||
id="use1-1-1"
|
||||
transform="translate(1.993,10.161)">
|
||||
<path
|
||||
d="m 8.921875,-8.3125 c 0,-0.109375 -0.078125,-0.109375 -0.09375,-0.109375 -0.03125,0 -0.078125,0 -0.171875,0.125 l -0.828125,1 c -0.421875,-0.71875 -1.078125,-1.125 -1.96875,-1.125 -2.578125,0 -5.265625,2.625 -5.265625,5.4375 0,2 1.40625,3.234375 3.140625,3.234375 0.96875,0 1.796875,-0.40625 2.5,-0.984375 1.03125,-0.875 1.34375,-2.03125 1.34375,-2.140625 0,-0.09375 -0.09375,-0.09375 -0.125,-0.09375 -0.109375,0 -0.125,0.0625 -0.15625,0.109375 -0.546875,1.875 -2.15625,2.765625 -3.359375,2.765625 -1.265625,0 -2.359375,-0.8125 -2.359375,-2.515625 0,-0.375 0.125,-2.453125 1.46875,-4.03125 0.65625,-0.765625 1.78125,-1.421875 2.921875,-1.421875 1.3125,0 1.890625,1.078125 1.890625,2.296875 0,0.3125 -0.03125,0.578125 -0.03125,0.625 0,0.109375 0.125,0.109375 0.15625,0.109375 0.125,0 0.140625,-0.015625 0.1875,-0.234375 z m 0,0"
|
||||
id="path2-1-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(67.538312,12.707855)"
|
||||
id="g27">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g7-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.873963,-0.660797)">
|
||||
<g
|
||||
id="use6-1"
|
||||
transform="translate(1.993,10.295)">
|
||||
<path
|
||||
d="m 5.53125,-3.03125 c 0,-1.15625 -0.65625,-2.234375 -1.921875,-2.234375 -1.5625,0 -3.125,1.703125 -3.125,3.40625 0,1.03125 0.640625,1.984375 1.859375,1.984375 0.734375,0 1.625,-0.296875 2.46875,-1.015625 C 4.984375,-0.21875 5.359375,0.125 5.875,0.125 c 0.640625,0 0.96875,-0.671875 0.96875,-0.828125 0,-0.109375 -0.09375,-0.109375 -0.125,-0.109375 -0.09375,0 -0.109375,0.03125 -0.140625,0.125 C 6.46875,-0.375 6.1875,-0.125 5.90625,-0.125 c -0.375,0 -0.375,-0.765625 -0.375,-1.484375 1.21875,-1.46875 1.515625,-2.96875 1.515625,-2.984375 0,-0.109375 -0.109375,-0.109375 -0.140625,-0.109375 -0.109375,0 -0.109375,0.046875 -0.171875,0.25 -0.140625,0.53125 -0.453125,1.46875 -1.203125,2.4375 z m -0.75,1.859375 c -1.046875,0.9375 -2,1.046875 -2.421875,1.046875 -0.84375,0 -1.078125,-0.75 -1.078125,-1.3125 0,-0.515625 0.265625,-1.734375 0.625,-2.390625 0.5,-0.828125 1.171875,-1.203125 1.703125,-1.203125 1.15625,0 1.15625,1.515625 1.15625,2.515625 0,0.296875 -0.015625,0.609375 -0.015625,0.90625 0,0.25 0.015625,0.3125 0.03125,0.4375 z m 0,0"
|
||||
id="path13-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g8-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.873963,-0.660797)">
|
||||
<g
|
||||
id="use7-1"
|
||||
transform="translate(12.171,10.295)">
|
||||
<path
|
||||
d="M 4.765625,-2.765625 H 8.0625 c 0.171875,0 0.390625,0 0.390625,-0.203125 0,-0.234375 -0.203125,-0.234375 -0.390625,-0.234375 H 4.765625 V -6.5 c 0,-0.171875 0,-0.390625 -0.21875,-0.390625 -0.21875,0 -0.21875,0.203125 -0.21875,0.390625 v 3.296875 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 H 4.328125 V 0.53125 c 0,0.171875 0,0.390625 0.21875,0.390625 0.21875,0 0.21875,-0.203125 0.21875,-0.390625 z m 0,0"
|
||||
id="path14" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g9-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.873963,-0.660797)">
|
||||
<g
|
||||
id="use8-1"
|
||||
transform="translate(23.931999,10.295)">
|
||||
<path
|
||||
d="m 6.765625,-6.953125 c 0,-0.71875 -0.609375,-1.46875 -1.703125,-1.46875 -1.53125,0 -2.515625,1.890625 -2.828125,3.125 l -1.890625,7.5 C 0.328125,2.296875 0.390625,2.3125 0.453125,2.3125 c 0.078125,0 0.140625,0 0.15625,-0.0625 l 0.84375,-3.34375 C 1.5625,-0.4375 2.21875,0.125 2.921875,0.125 4.640625,0.125 6.25,-1.21875 6.25,-3 6.25,-3.453125 6.140625,-3.90625 5.890625,-4.296875 5.75,-4.515625 5.5625,-4.6875 5.375,-4.828125 c 0.859375,-0.453125 1.390625,-1.1875 1.390625,-2.125 z M 4.6875,-4.84375 C 4.5,-4.765625 4.296875,-4.75 4.078125,-4.75 3.90625,-4.75 3.75,-4.734375 3.53125,-4.8125 c 0.125,-0.078125 0.3125,-0.09375 0.5625,-0.09375 0.203125,0 0.421875,0.015625 0.59375,0.0625 z M 6.140625,-7.0625 c 0,0.65625 -0.3125,1.609375 -1.09375,2.046875 C 4.8125,-5.09375 4.5,-5.15625 4.25,-5.15625 4,-5.15625 3.28125,-5.171875 3.28125,-4.796875 3.28125,-4.46875 3.9375,-4.5 4.140625,-4.5 c 0.3125,0 0.578125,-0.078125 0.875,-0.15625 0.375,0.3125 0.546875,0.71875 0.546875,1.3125 0,0.6875 -0.203125,1.25 -0.421875,1.765625 C 4.75,-0.6875 3.8125,-0.125 2.984375,-0.125 c -0.875,0 -1.328125,-0.6875 -1.328125,-1.5 0,-0.109375 0,-0.265625 0.046875,-0.4375 l 0.78125,-3.15625 c 0.390625,-1.5625 1.40625,-2.96875 2.5625,-2.96875 0.859375,0 1.09375,0.59375 1.09375,1.125 z m 0,0"
|
||||
id="path15" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g10-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.873963,-0.660797)">
|
||||
<g
|
||||
id="use9-1"
|
||||
transform="translate(33.860001,10.295)">
|
||||
<path
|
||||
d="M 4.765625,-2.765625 H 8.0625 c 0.171875,0 0.390625,0 0.390625,-0.203125 0,-0.234375 -0.203125,-0.234375 -0.390625,-0.234375 H 4.765625 V -6.5 c 0,-0.171875 0,-0.390625 -0.21875,-0.390625 -0.21875,0 -0.21875,0.203125 -0.21875,0.390625 v 3.296875 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 H 4.328125 V 0.53125 c 0,0.171875 0,0.390625 0.21875,0.390625 0.21875,0 0.21875,-0.203125 0.21875,-0.390625 z m 0,0"
|
||||
id="path16" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g11-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.873963,-0.660797)">
|
||||
<g
|
||||
id="use10"
|
||||
transform="translate(45.620998,10.295)">
|
||||
<path
|
||||
d="M 4.515625,-1.453125 C 4.5,-2.046875 4.46875,-2.96875 4.015625,-4.046875 3.78125,-4.640625 3.375,-5.265625 2.5,-5.265625 c -1.46875,0 -2.265625,1.875 -2.265625,2.1875 0,0.109375 0.078125,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.171875,-0.1875 0.25,-0.734375 1.015625,-1.328125 1.84375,-1.328125 1.65625,0 1.890625,1.859375 1.890625,3.03125 0,0.765625 -0.078125,1.015625 -0.15625,1.25 -0.21875,0.734375 -0.609375,2.21875 -0.609375,2.5625 0,0.09375 0.03125,0.203125 0.125,0.203125 0.1875,0 0.28125,-0.40625 0.421875,-0.875 0.28125,-1.046875 0.359375,-1.578125 0.421875,-2.0625 0.03125,-0.28125 0.703125,-2.25 1.65625,-4.125 0.078125,-0.203125 0.25,-0.515625 0.25,-0.5625 0,0 -0.015625,-0.09375 -0.125,-0.09375 -0.015625,0 -0.078125,0 -0.109375,0.046875 -0.015625,0.03125 -0.4375,0.84375 -0.796875,1.65625 -0.171875,0.40625 -0.421875,0.9375 -0.8125,2 z m 0,0"
|
||||
id="path17" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g12-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.873963,-0.660797)">
|
||||
<g
|
||||
id="use11-1"
|
||||
transform="translate(55.665001,10.295)">
|
||||
<path
|
||||
d="m 8.0625,-3.875 c 0.171875,0 0.390625,0 0.390625,-0.21875 C 8.453125,-4.3125 8.25,-4.3125 8.0625,-4.3125 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 z m 0,2.21875 c 0.171875,0 0.390625,0 0.390625,-0.203125 C 8.453125,-2.09375 8.25,-2.09375 8.0625,-2.09375 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 z m 0,0"
|
||||
id="path18" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g13-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.873963,-0.660797)">
|
||||
<g
|
||||
id="use12-1"
|
||||
transform="translate(68.093628,10.295)">
|
||||
<path
|
||||
d="m 3.4375,-7.65625 c 0,-0.28125 0,-0.296875 -0.234375,-0.296875 C 2.921875,-7.625 2.3125,-7.1875 1.09375,-7.1875 v 0.34375 c 0.265625,0 0.859375,0 1.53125,-0.296875 v 6.21875 c 0,0.4375 -0.046875,0.578125 -1.09375,0.578125 h -0.375 V 0 c 0.328125,-0.03125 1.484375,-0.03125 1.875,-0.03125 0.40625,0 1.546875,0 1.875,0.03125 v -0.34375 h -0.375 c -1.046875,0 -1.09375,-0.140625 -1.09375,-0.578125 z m 0,0"
|
||||
id="path19" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(49.67938,30.798349)"
|
||||
id="g28">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g2"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.707231)">
|
||||
<g
|
||||
id="use1-1-1-1"
|
||||
transform="translate(1.993,10.161)">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path2-1-1-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(66.947612,7.5117176)"
|
||||
id="g29">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g10-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.622212)">
|
||||
<g
|
||||
id="use9"
|
||||
transform="translate(1.993,10.295)">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path19-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g11"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.622212)">
|
||||
<g
|
||||
id="use10-1"
|
||||
transform="translate(14.484,10.295)">
|
||||
<path
|
||||
d="m 8.0625,-3.875 c 0.171875,0 0.390625,0 0.390625,-0.21875 C 8.453125,-4.3125 8.25,-4.3125 8.0625,-4.3125 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 z m 0,2.21875 c 0.171875,0 0.390625,0 0.390625,-0.203125 C 8.453125,-2.09375 8.25,-2.09375 8.0625,-2.09375 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 z m 0,0"
|
||||
id="path20" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g12"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.622212)">
|
||||
<g
|
||||
id="use11"
|
||||
transform="translate(26.91,10.295)">
|
||||
<path
|
||||
d="m 5.53125,-3.03125 c 0,-1.15625 -0.65625,-2.234375 -1.921875,-2.234375 -1.5625,0 -3.125,1.703125 -3.125,3.40625 0,1.03125 0.640625,1.984375 1.859375,1.984375 0.734375,0 1.625,-0.296875 2.46875,-1.015625 C 4.984375,-0.21875 5.359375,0.125 5.875,0.125 c 0.640625,0 0.96875,-0.671875 0.96875,-0.828125 0,-0.109375 -0.09375,-0.109375 -0.125,-0.109375 -0.09375,0 -0.109375,0.03125 -0.140625,0.125 C 6.46875,-0.375 6.1875,-0.125 5.90625,-0.125 c -0.375,0 -0.375,-0.765625 -0.375,-1.484375 1.21875,-1.46875 1.515625,-2.96875 1.515625,-2.984375 0,-0.109375 -0.109375,-0.109375 -0.140625,-0.109375 -0.109375,0 -0.109375,0.046875 -0.171875,0.25 -0.140625,0.53125 -0.453125,1.46875 -1.203125,2.4375 z m -0.75,1.859375 c -1.046875,0.9375 -2,1.046875 -2.421875,1.046875 -0.84375,0 -1.078125,-0.75 -1.078125,-1.3125 0,-0.515625 0.265625,-1.734375 0.625,-2.390625 0.5,-0.828125 1.171875,-1.203125 1.703125,-1.203125 1.15625,0 1.15625,1.515625 1.15625,2.515625 0,0.296875 -0.015625,0.609375 -0.015625,0.90625 0,0.25 0.015625,0.3125 0.03125,0.4375 z m 0,0"
|
||||
id="path21" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g13"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.622212)">
|
||||
<g
|
||||
id="use12"
|
||||
transform="translate(34.427429,10.295)">
|
||||
<path
|
||||
d="M 2.03125,-1.328125 C 1.609375,-0.625 1.203125,-0.375 0.640625,-0.34375 0.5,-0.328125 0.40625,-0.328125 0.40625,-0.125 c 0,0.078125 0.0625,0.125 0.140625,0.125 0.21875,0 0.75,-0.03125 0.96875,-0.03125 C 1.859375,-0.03125 2.25,0 2.578125,0 c 0.078125,0 0.21875,0 0.21875,-0.234375 0,-0.09375 -0.09375,-0.109375 -0.171875,-0.109375 -0.265625,-0.03125 -0.5,-0.125 -0.5,-0.40625 0,-0.171875 0.078125,-0.296875 0.234375,-0.5625 l 0.90625,-1.515625 H 6.3125 c 0.015625,0.109375 0.015625,0.203125 0.015625,0.3125 0.046875,0.3125 0.1875,1.5625 0.1875,1.78125 0,0.359375 -0.609375,0.390625 -0.796875,0.390625 -0.140625,0 -0.265625,0 -0.265625,0.21875 C 5.453125,0 5.5625,0 5.625,0 5.828125,0 6.078125,-0.03125 6.28125,-0.03125 H 6.953125 C 7.6875,-0.03125 8.21875,0 8.21875,0 8.3125,0 8.4375,0 8.4375,-0.234375 8.4375,-0.34375 8.328125,-0.34375 8.15625,-0.34375 7.5,-0.34375 7.484375,-0.453125 7.453125,-0.8125 L 6.71875,-8.265625 c -0.03125,-0.25 -0.078125,-0.265625 -0.203125,-0.265625 -0.125,0 -0.1875,0.015625 -0.296875,0.203125 z M 3.46875,-3.171875 5.875,-7.1875 6.28125,-3.171875 Z m 0,0"
|
||||
id="path22" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g14-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.622212)">
|
||||
<g
|
||||
id="use13-1"
|
||||
transform="translate(45.863998,10.295)">
|
||||
<path
|
||||
d="M 4.765625,-2.765625 H 8.0625 c 0.171875,0 0.390625,0 0.390625,-0.203125 0,-0.234375 -0.203125,-0.234375 -0.390625,-0.234375 H 4.765625 V -6.5 c 0,-0.171875 0,-0.390625 -0.21875,-0.390625 -0.21875,0 -0.21875,0.203125 -0.21875,0.390625 v 3.296875 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 H 4.328125 V 0.53125 c 0,0.171875 0,0.390625 0.21875,0.390625 0.21875,0 0.21875,-0.203125 0.21875,-0.390625 z m 0,0"
|
||||
id="path23" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g15-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.622212)">
|
||||
<g
|
||||
id="use14-1"
|
||||
transform="translate(57.625,10.295)">
|
||||
<path
|
||||
d="m 6.765625,-6.953125 c 0,-0.71875 -0.609375,-1.46875 -1.703125,-1.46875 -1.53125,0 -2.515625,1.890625 -2.828125,3.125 l -1.890625,7.5 C 0.328125,2.296875 0.390625,2.3125 0.453125,2.3125 c 0.078125,0 0.140625,0 0.15625,-0.0625 l 0.84375,-3.34375 C 1.5625,-0.4375 2.21875,0.125 2.921875,0.125 4.640625,0.125 6.25,-1.21875 6.25,-3 6.25,-3.453125 6.140625,-3.90625 5.890625,-4.296875 5.75,-4.515625 5.5625,-4.6875 5.375,-4.828125 c 0.859375,-0.453125 1.390625,-1.1875 1.390625,-2.125 z M 4.6875,-4.84375 C 4.5,-4.765625 4.296875,-4.75 4.078125,-4.75 3.90625,-4.75 3.75,-4.734375 3.53125,-4.8125 c 0.125,-0.078125 0.3125,-0.09375 0.5625,-0.09375 0.203125,0 0.421875,0.015625 0.59375,0.0625 z M 6.140625,-7.0625 c 0,0.65625 -0.3125,1.609375 -1.09375,2.046875 C 4.8125,-5.09375 4.5,-5.15625 4.25,-5.15625 4,-5.15625 3.28125,-5.171875 3.28125,-4.796875 3.28125,-4.46875 3.9375,-4.5 4.140625,-4.5 c 0.3125,0 0.578125,-0.078125 0.875,-0.15625 0.375,0.3125 0.546875,0.71875 0.546875,1.3125 0,0.6875 -0.203125,1.25 -0.421875,1.765625 C 4.75,-0.6875 3.8125,-0.125 2.984375,-0.125 c -0.875,0 -1.328125,-0.6875 -1.328125,-1.5 0,-0.109375 0,-0.265625 0.046875,-0.4375 l 0.78125,-3.15625 c 0.390625,-1.5625 1.40625,-2.96875 2.5625,-2.96875 0.859375,0 1.09375,0.59375 1.09375,1.125 z m 0,0"
|
||||
id="path24" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g16-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.622212)">
|
||||
<g
|
||||
id="use15-1"
|
||||
transform="translate(64.891373,10.295)">
|
||||
<path
|
||||
d="M 4.375,-7.34375 C 4.484375,-7.796875 4.53125,-7.8125 5,-7.8125 h 1.546875 c 1.359375,0 1.359375,1.140625 1.359375,1.25 0,0.96875 -0.96875,2.203125 -2.546875,2.203125 h -1.71875 z m 2.015625,3.078125 C 7.703125,-4.5 8.875,-5.421875 8.875,-6.515625 8.875,-7.453125 8.0625,-8.15625 6.703125,-8.15625 H 2.875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.890625,-0.890625 C 1.78125,-0.46875 1.75,-0.34375 0.921875,-0.34375 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.0625,0.125 0.3125,0.125 h 4.09375 C 6.8125,0 8.21875,-1.390625 8.21875,-2.59375 c 0,-0.984375 -0.859375,-1.578125 -1.828125,-1.671875 z m -1.6875,3.921875 h -1.625 c -0.15625,0 -0.1875,0 -0.25,-0.015625 -0.140625,-0.015625 -0.15625,-0.03125 -0.15625,-0.125 0,-0.09375 0.03125,-0.15625 0.046875,-0.265625 L 3.5625,-4.125 h 2.25 c 1.40625,0 1.40625,1.3125 1.40625,1.40625 0,1.15625 -1.03125,2.375 -2.515625,2.375 z m 0,0"
|
||||
id="path25" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g17-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.622212)">
|
||||
<g
|
||||
id="use16-1"
|
||||
transform="translate(77.049004,10.295)">
|
||||
<path
|
||||
d="M 4.765625,-2.765625 H 8.0625 c 0.171875,0 0.390625,0 0.390625,-0.203125 0,-0.234375 -0.203125,-0.234375 -0.390625,-0.234375 H 4.765625 V -6.5 c 0,-0.171875 0,-0.390625 -0.21875,-0.390625 -0.21875,0 -0.21875,0.203125 -0.21875,0.390625 v 3.296875 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 H 4.328125 V 0.53125 c 0,0.171875 0,0.390625 0.21875,0.390625 0.21875,0 0.21875,-0.203125 0.21875,-0.390625 z m 0,0"
|
||||
id="path26-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g18-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.622212)">
|
||||
<g
|
||||
id="use17-1"
|
||||
transform="translate(88.809998,10.295)">
|
||||
<path
|
||||
d="M 4.515625,-1.453125 C 4.5,-2.046875 4.46875,-2.96875 4.015625,-4.046875 3.78125,-4.640625 3.375,-5.265625 2.5,-5.265625 c -1.46875,0 -2.265625,1.875 -2.265625,2.1875 0,0.109375 0.078125,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.171875,-0.1875 0.25,-0.734375 1.015625,-1.328125 1.84375,-1.328125 1.65625,0 1.890625,1.859375 1.890625,3.03125 0,0.765625 -0.078125,1.015625 -0.15625,1.25 -0.21875,0.734375 -0.609375,2.21875 -0.609375,2.5625 0,0.09375 0.03125,0.203125 0.125,0.203125 0.1875,0 0.28125,-0.40625 0.421875,-0.875 0.28125,-1.046875 0.359375,-1.578125 0.421875,-2.0625 0.03125,-0.28125 0.703125,-2.25 1.65625,-4.125 0.078125,-0.203125 0.25,-0.515625 0.25,-0.5625 0,0 -0.015625,-0.09375 -0.125,-0.09375 -0.015625,0 -0.078125,0 -0.109375,0.046875 -0.015625,0.03125 -0.4375,0.84375 -0.796875,1.65625 -0.171875,0.40625 -0.421875,0.9375 -0.8125,2 z m 0,0"
|
||||
id="path27-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g19-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.622212)">
|
||||
<g
|
||||
id="use18-1"
|
||||
transform="translate(95.527626,10.295)">
|
||||
<path
|
||||
d="m 8.921875,-8.3125 c 0,-0.109375 -0.078125,-0.109375 -0.09375,-0.109375 -0.03125,0 -0.078125,0 -0.171875,0.125 l -0.828125,1 c -0.421875,-0.71875 -1.078125,-1.125 -1.96875,-1.125 -2.578125,0 -5.265625,2.625 -5.265625,5.4375 0,2 1.40625,3.234375 3.140625,3.234375 0.96875,0 1.796875,-0.40625 2.5,-0.984375 1.03125,-0.875 1.34375,-2.03125 1.34375,-2.140625 0,-0.09375 -0.09375,-0.09375 -0.125,-0.09375 -0.109375,0 -0.125,0.0625 -0.15625,0.109375 -0.546875,1.875 -2.15625,2.765625 -3.359375,2.765625 -1.265625,0 -2.359375,-0.8125 -2.359375,-2.515625 0,-0.375 0.125,-2.453125 1.46875,-4.03125 0.65625,-0.765625 1.78125,-1.421875 2.921875,-1.421875 1.3125,0 1.890625,1.078125 1.890625,2.296875 0,0.3125 -0.03125,0.578125 -0.03125,0.625 0,0.109375 0.125,0.109375 0.15625,0.109375 0.125,0 0.140625,-0.015625 0.1875,-0.234375 z m 0,0"
|
||||
id="path28-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 70 KiB |
@@ -0,0 +1,477 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="110mm"
|
||||
height="60mm"
|
||||
viewBox="0 0 110 60"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
inkscape:version="1.4 (86a8ad7, 2024-10-11)"
|
||||
sodipodi:docname="barycentric_coordinates - 副本.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
borderopacity="0.25"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="mm"
|
||||
showgrid="true"
|
||||
inkscape:zoom="4.3366723"
|
||||
inkscape:cx="186.08738"
|
||||
inkscape:cy="101.34499"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1494"
|
||||
inkscape:window-x="-11"
|
||||
inkscape:window-y="-11"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1">
|
||||
<inkscape:grid
|
||||
id="grid1"
|
||||
units="mm"
|
||||
originx="0"
|
||||
originy="0"
|
||||
spacingx="0.99999998"
|
||||
spacingy="1"
|
||||
empcolor="#0099e5"
|
||||
empopacity="0.30196078"
|
||||
color="#0099e5"
|
||||
opacity="0.14901961"
|
||||
empspacing="5"
|
||||
enabled="true"
|
||||
visible="true" />
|
||||
</sodipodi:namedview>
|
||||
<defs
|
||||
id="defs1">
|
||||
<linearGradient
|
||||
id="swatch16"
|
||||
inkscape:swatch="solid">
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop16" />
|
||||
</linearGradient>
|
||||
<g
|
||||
id="g4257">
|
||||
<g
|
||||
id="g3737">
|
||||
<path
|
||||
d="m 3.890625,2.90625 c 0,-0.03125 0,-0.0625 -0.203125,-0.265625 C 2.484375,1.4375 1.8125,-0.53125 1.8125,-2.96875 c 0,-2.328125 0.5625,-4.328125 1.953125,-5.734375 0.125,-0.109375 0.125,-0.125 0.125,-0.171875 0,-0.0625 -0.0625,-0.09375 -0.109375,-0.09375 -0.15625,0 -1.140625,0.859375 -1.71875,2.03125 -0.609375,1.21875 -0.890625,2.484375 -0.890625,3.96875 0,1.0625 0.171875,2.484375 0.78125,3.75 C 2.671875,2.21875 3.640625,3 3.78125,3 3.828125,3 3.890625,2.96875 3.890625,2.90625 Z m 0,0"
|
||||
id="path9730" />
|
||||
</g>
|
||||
<g
|
||||
id="g4746">
|
||||
<path
|
||||
d="M 3.375,-2.96875 C 3.375,-3.890625 3.25,-5.359375 2.578125,-6.75 1.875,-8.1875 0.890625,-8.96875 0.765625,-8.96875 c -0.046875,0 -0.109375,0.03125 -0.109375,0.09375 0,0.046875 0,0.0625 0.203125,0.265625 1.203125,1.203125 1.859375,3.1875 1.859375,5.625 0,2.3125 -0.5625,4.3125 -1.9375,5.71875 C 0.65625,2.84375 0.65625,2.875 0.65625,2.90625 0.65625,2.96875 0.71875,3 0.765625,3 0.921875,3 1.90625,2.140625 2.484375,0.96875 3.09375,-0.25 3.375,-1.546875 3.375,-2.96875 Z m 0,0"
|
||||
id="path7060" />
|
||||
</g>
|
||||
<g
|
||||
id="g5722">
|
||||
<path
|
||||
d="m 5.671875,-4.875 c -0.390625,0.0625 -0.53125,0.359375 -0.53125,0.578125 0,0.296875 0.21875,0.390625 0.390625,0.390625 0.359375,0 0.609375,-0.3125 0.609375,-0.640625 0,-0.5 -0.578125,-0.71875 -1.078125,-0.71875 -0.71875,0 -1.125,0.71875 -1.234375,0.9375 -0.28125,-0.890625 -1.015625,-0.9375 -1.234375,-0.9375 -1.21875,0 -1.859375,1.5625 -1.859375,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.09375,0 0.125,-0.078125 0.140625,-0.125 0.40625,-1.328125 1.21875,-1.578125 1.5625,-1.578125 0.53125,0 0.640625,0.5 0.640625,0.78125 0,0.265625 -0.078125,0.546875 -0.21875,1.125 L 2.578125,-1.5 c -0.171875,0.71875 -0.515625,1.375 -1.15625,1.375 -0.0625,0 -0.359375,0 -0.609375,-0.15625 C 1.25,-0.359375 1.34375,-0.71875 1.34375,-0.859375 1.34375,-1.09375 1.15625,-1.25 0.9375,-1.25 c -0.296875,0 -0.609375,0.265625 -0.609375,0.640625 0,0.5 0.5625,0.734375 1.078125,0.734375 0.578125,0 0.984375,-0.453125 1.234375,-0.953125 C 2.828125,-0.125 3.4375,0.125 3.875,0.125 5.09375,0.125 5.734375,-1.453125 5.734375,-1.703125 5.734375,-1.765625 5.6875,-1.8125 5.625,-1.8125 5.515625,-1.8125 5.5,-1.75 5.46875,-1.65625 5.140625,-0.609375 4.453125,-0.125 3.90625,-0.125 3.484375,-0.125 3.265625,-0.4375 3.265625,-0.921875 3.265625,-1.1875 3.3125,-1.375 3.5,-2.15625 L 3.921875,-3.796875 C 4.09375,-4.5 4.5,-5.03125 5.0625,-5.03125 c 0.015625,0 0.359375,0 0.609375,0.15625 z m 0,0"
|
||||
id="path6664" />
|
||||
</g>
|
||||
<g
|
||||
id="g8247">
|
||||
<path
|
||||
d="m 2.328125,0.046875 c 0,-0.6875 -0.21875,-1.203125 -0.71875,-1.203125 -0.375,0 -0.5625,0.3125 -0.5625,0.578125 C 1.046875,-0.328125 1.21875,0 1.625,0 1.78125,0 1.90625,-0.046875 2.015625,-0.15625 2.046875,-0.171875 2.0625,-0.171875 2.0625,-0.171875 c 0.03125,0 0.03125,0.15625 0.03125,0.21875 C 2.09375,0.4375 2.015625,1.21875 1.328125,2 1.1875,2.140625 1.1875,2.15625 1.1875,2.1875 c 0,0.0625 0.0625,0.125 0.125,0.125 0.09375,0 1.015625,-0.890625 1.015625,-2.265625 z m 0,0"
|
||||
id="path3302" />
|
||||
</g>
|
||||
<g
|
||||
id="g4434">
|
||||
<path
|
||||
d="m 3.140625,1.34375 c -0.3125,0.453125 -0.78125,0.859375 -1.375,0.859375 C 1.625,2.203125 1.046875,2.171875 0.875,1.625 c 0.03125,0.015625 0.09375,0.015625 0.109375,0.015625 0.359375,0 0.609375,-0.3125 0.609375,-0.59375 C 1.59375,0.78125 1.359375,0.6875 1.1875,0.6875 c -0.203125,0 -0.609375,0.140625 -0.609375,0.71875 0,0.609375 0.515625,1.03125 1.1875,1.03125 C 2.96875,2.4375 4.171875,1.34375 4.5,0.015625 L 5.671875,-4.65625 C 5.6875,-4.703125 5.71875,-4.78125 5.71875,-4.859375 5.71875,-5.03125 5.5625,-5.15625 5.390625,-5.15625 5.28125,-5.15625 5.03125,-5.109375 4.9375,-4.75 L 4.046875,-1.234375 C 4,-1.015625 4,-0.984375 3.890625,-0.859375 3.65625,-0.53125 3.265625,-0.125 2.6875,-0.125 c -0.671875,0 -0.734375,-0.65625 -0.734375,-0.96875 0,-0.6875 0.328125,-1.609375 0.65625,-2.46875 0.125,-0.34375 0.203125,-0.515625 0.203125,-0.75 0,-0.5 -0.359375,-0.953125 -0.953125,-0.953125 -1.09375,0 -1.53125,1.734375 -1.53125,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.109375,0 0.125,-0.046875 0.171875,-0.21875 0.28125,-1 0.734375,-1.484375 1.203125,-1.484375 0.109375,0 0.3125,0 0.3125,0.390625 0,0.3125 -0.125,0.65625 -0.3125,1.109375 C 1.25,-1.953125 1.25,-1.5625 1.25,-1.28125 1.25,-0.140625 2.0625,0.125 2.65625,0.125 3,0.125 3.4375,0.015625 3.84375,-0.4375 l 0.015625,0.015625 C 3.6875,0.28125 3.5625,0.75 3.140625,1.34375 Z m 0,0"
|
||||
id="path5298" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g7684">
|
||||
<g
|
||||
id="g1017">
|
||||
<path
|
||||
d="M 2.03125,-1.328125 C 1.609375,-0.625 1.203125,-0.375 0.640625,-0.34375 0.5,-0.328125 0.40625,-0.328125 0.40625,-0.125 c 0,0.078125 0.0625,0.125 0.140625,0.125 0.21875,0 0.75,-0.03125 0.96875,-0.03125 C 1.859375,-0.03125 2.25,0 2.578125,0 c 0.078125,0 0.21875,0 0.21875,-0.234375 0,-0.09375 -0.09375,-0.109375 -0.171875,-0.109375 -0.265625,-0.03125 -0.5,-0.125 -0.5,-0.40625 0,-0.171875 0.078125,-0.296875 0.234375,-0.5625 l 0.90625,-1.515625 H 6.3125 c 0.015625,0.109375 0.015625,0.203125 0.015625,0.3125 0.046875,0.3125 0.1875,1.5625 0.1875,1.78125 0,0.359375 -0.609375,0.390625 -0.796875,0.390625 -0.140625,0 -0.265625,0 -0.265625,0.21875 C 5.453125,0 5.5625,0 5.625,0 5.828125,0 6.078125,-0.03125 6.28125,-0.03125 H 6.953125 C 7.6875,-0.03125 8.21875,0 8.21875,0 8.3125,0 8.4375,0 8.4375,-0.234375 8.4375,-0.34375 8.328125,-0.34375 8.15625,-0.34375 7.5,-0.34375 7.484375,-0.453125 7.453125,-0.8125 L 6.71875,-8.265625 c -0.03125,-0.25 -0.078125,-0.265625 -0.203125,-0.265625 -0.125,0 -0.1875,0.015625 -0.296875,0.203125 z M 3.46875,-3.171875 5.875,-7.1875 6.28125,-3.171875 Z m 0,0"
|
||||
id="path9126" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g741">
|
||||
<g
|
||||
id="g8729">
|
||||
<path
|
||||
d="M 4.375,-7.34375 C 4.484375,-7.796875 4.53125,-7.8125 5,-7.8125 h 1.546875 c 1.359375,0 1.359375,1.140625 1.359375,1.25 0,0.96875 -0.96875,2.203125 -2.546875,2.203125 h -1.71875 z m 2.015625,3.078125 C 7.703125,-4.5 8.875,-5.421875 8.875,-6.515625 8.875,-7.453125 8.0625,-8.15625 6.703125,-8.15625 H 2.875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.890625,-0.890625 C 1.78125,-0.46875 1.75,-0.34375 0.921875,-0.34375 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.0625,0.125 0.3125,0.125 h 4.09375 C 6.8125,0 8.21875,-1.390625 8.21875,-2.59375 c 0,-0.984375 -0.859375,-1.578125 -1.828125,-1.671875 z m -1.6875,3.921875 h -1.625 c -0.15625,0 -0.1875,0 -0.25,-0.015625 -0.140625,-0.015625 -0.15625,-0.03125 -0.15625,-0.125 0,-0.09375 0.03125,-0.15625 0.046875,-0.265625 L 3.5625,-4.125 h 2.25 c 1.40625,0 1.40625,1.3125 1.40625,1.40625 0,1.15625 -1.03125,2.375 -2.515625,2.375 z m 0,0"
|
||||
id="path6427" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g9409">
|
||||
<g
|
||||
id="g3598">
|
||||
<path
|
||||
d="m 8.921875,-8.3125 c 0,-0.109375 -0.078125,-0.109375 -0.09375,-0.109375 -0.03125,0 -0.078125,0 -0.171875,0.125 l -0.828125,1 c -0.421875,-0.71875 -1.078125,-1.125 -1.96875,-1.125 -2.578125,0 -5.265625,2.625 -5.265625,5.4375 0,2 1.40625,3.234375 3.140625,3.234375 0.96875,0 1.796875,-0.40625 2.5,-0.984375 1.03125,-0.875 1.34375,-2.03125 1.34375,-2.140625 0,-0.09375 -0.09375,-0.09375 -0.125,-0.09375 -0.109375,0 -0.125,0.0625 -0.15625,0.109375 -0.546875,1.875 -2.15625,2.765625 -3.359375,2.765625 -1.265625,0 -2.359375,-0.8125 -2.359375,-2.515625 0,-0.375 0.125,-2.453125 1.46875,-4.03125 0.65625,-0.765625 1.78125,-1.421875 2.921875,-1.421875 1.3125,0 1.890625,1.078125 1.890625,2.296875 0,0.3125 -0.03125,0.578125 -0.03125,0.625 0,0.109375 0.125,0.109375 0.15625,0.109375 0.125,0 0.140625,-0.015625 0.1875,-0.234375 z m 0,0"
|
||||
id="path1586" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g3993">
|
||||
<g
|
||||
id="g873">
|
||||
<path
|
||||
d="m 3.890625,2.90625 c 0,-0.03125 0,-0.0625 -0.203125,-0.265625 C 2.484375,1.4375 1.8125,-0.53125 1.8125,-2.96875 c 0,-2.328125 0.5625,-4.328125 1.953125,-5.734375 0.125,-0.109375 0.125,-0.125 0.125,-0.171875 0,-0.0625 -0.0625,-0.09375 -0.109375,-0.09375 -0.15625,0 -1.140625,0.859375 -1.71875,2.03125 -0.609375,1.21875 -0.890625,2.484375 -0.890625,3.96875 0,1.0625 0.171875,2.484375 0.78125,3.75 C 2.671875,2.21875 3.640625,3 3.78125,3 3.828125,3 3.890625,2.96875 3.890625,2.90625 Z m 0,0"
|
||||
id="path5074" />
|
||||
</g>
|
||||
<g
|
||||
id="g4976">
|
||||
<path
|
||||
d="M 3.375,-2.96875 C 3.375,-3.890625 3.25,-5.359375 2.578125,-6.75 1.875,-8.1875 0.890625,-8.96875 0.765625,-8.96875 c -0.046875,0 -0.109375,0.03125 -0.109375,0.09375 0,0.046875 0,0.0625 0.203125,0.265625 1.203125,1.203125 1.859375,3.1875 1.859375,5.625 0,2.3125 -0.5625,4.3125 -1.9375,5.71875 C 0.65625,2.84375 0.65625,2.875 0.65625,2.90625 0.65625,2.96875 0.71875,3 0.765625,3 0.921875,3 1.90625,2.140625 2.484375,0.96875 3.09375,-0.25 3.375,-1.546875 3.375,-2.96875 Z m 0,0"
|
||||
id="path3411" />
|
||||
</g>
|
||||
<g
|
||||
id="g2101">
|
||||
<path
|
||||
d="m 8.0625,-3.875 c 0.171875,0 0.390625,0 0.390625,-0.21875 C 8.453125,-4.3125 8.25,-4.3125 8.0625,-4.3125 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 z m 0,2.21875 c 0.171875,0 0.390625,0 0.390625,-0.203125 C 8.453125,-2.09375 8.25,-2.09375 8.0625,-2.09375 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 z m 0,0"
|
||||
id="path5746" />
|
||||
</g>
|
||||
<g
|
||||
id="g5199">
|
||||
<path
|
||||
d="M 4.765625,-2.765625 H 8.0625 c 0.171875,0 0.390625,0 0.390625,-0.203125 0,-0.234375 -0.203125,-0.234375 -0.390625,-0.234375 H 4.765625 V -6.5 c 0,-0.171875 0,-0.390625 -0.21875,-0.390625 -0.21875,0 -0.21875,0.203125 -0.21875,0.390625 v 3.296875 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 H 4.328125 V 0.53125 c 0,0.171875 0,0.390625 0.21875,0.390625 0.21875,0 0.21875,-0.203125 0.21875,-0.390625 z m 0,0"
|
||||
id="path8428" />
|
||||
</g>
|
||||
<g
|
||||
id="g5336">
|
||||
<path
|
||||
d="m 5.671875,-4.875 c -0.390625,0.0625 -0.53125,0.359375 -0.53125,0.578125 0,0.296875 0.21875,0.390625 0.390625,0.390625 0.359375,0 0.609375,-0.3125 0.609375,-0.640625 0,-0.5 -0.578125,-0.71875 -1.078125,-0.71875 -0.71875,0 -1.125,0.71875 -1.234375,0.9375 -0.28125,-0.890625 -1.015625,-0.9375 -1.234375,-0.9375 -1.21875,0 -1.859375,1.5625 -1.859375,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.09375,0 0.125,-0.078125 0.140625,-0.125 0.40625,-1.328125 1.21875,-1.578125 1.5625,-1.578125 0.53125,0 0.640625,0.5 0.640625,0.78125 0,0.265625 -0.078125,0.546875 -0.21875,1.125 L 2.578125,-1.5 c -0.171875,0.71875 -0.515625,1.375 -1.15625,1.375 -0.0625,0 -0.359375,0 -0.609375,-0.15625 C 1.25,-0.359375 1.34375,-0.71875 1.34375,-0.859375 1.34375,-1.09375 1.15625,-1.25 0.9375,-1.25 c -0.296875,0 -0.609375,0.265625 -0.609375,0.640625 0,0.5 0.5625,0.734375 1.078125,0.734375 0.578125,0 0.984375,-0.453125 1.234375,-0.953125 C 2.828125,-0.125 3.4375,0.125 3.875,0.125 5.09375,0.125 5.734375,-1.453125 5.734375,-1.703125 5.734375,-1.765625 5.6875,-1.8125 5.625,-1.8125 5.515625,-1.8125 5.5,-1.75 5.46875,-1.65625 5.140625,-0.609375 4.453125,-0.125 3.90625,-0.125 3.484375,-0.125 3.265625,-0.4375 3.265625,-0.921875 3.265625,-1.1875 3.3125,-1.375 3.5,-2.15625 L 3.921875,-3.796875 C 4.09375,-4.5 4.5,-5.03125 5.0625,-5.03125 c 0.015625,0 0.359375,0 0.609375,0.15625 z m 0,0"
|
||||
id="path8623" />
|
||||
</g>
|
||||
<g
|
||||
id="g987">
|
||||
<path
|
||||
d="m 2.328125,0.046875 c 0,-0.6875 -0.21875,-1.203125 -0.71875,-1.203125 -0.375,0 -0.5625,0.3125 -0.5625,0.578125 C 1.046875,-0.328125 1.21875,0 1.625,0 1.78125,0 1.90625,-0.046875 2.015625,-0.15625 2.046875,-0.171875 2.0625,-0.171875 2.0625,-0.171875 c 0.03125,0 0.03125,0.15625 0.03125,0.21875 C 2.09375,0.4375 2.015625,1.21875 1.328125,2 1.1875,2.140625 1.1875,2.15625 1.1875,2.1875 c 0,0.0625 0.0625,0.125 0.125,0.125 0.09375,0 1.015625,-0.890625 1.015625,-2.265625 z m 0,0"
|
||||
id="path2808" />
|
||||
</g>
|
||||
<g
|
||||
id="g1989">
|
||||
<path
|
||||
d="m 3.140625,1.34375 c -0.3125,0.453125 -0.78125,0.859375 -1.375,0.859375 C 1.625,2.203125 1.046875,2.171875 0.875,1.625 c 0.03125,0.015625 0.09375,0.015625 0.109375,0.015625 0.359375,0 0.609375,-0.3125 0.609375,-0.59375 C 1.59375,0.78125 1.359375,0.6875 1.1875,0.6875 c -0.203125,0 -0.609375,0.140625 -0.609375,0.71875 0,0.609375 0.515625,1.03125 1.1875,1.03125 C 2.96875,2.4375 4.171875,1.34375 4.5,0.015625 L 5.671875,-4.65625 C 5.6875,-4.703125 5.71875,-4.78125 5.71875,-4.859375 5.71875,-5.03125 5.5625,-5.15625 5.390625,-5.15625 5.28125,-5.15625 5.03125,-5.109375 4.9375,-4.75 L 4.046875,-1.234375 C 4,-1.015625 4,-0.984375 3.890625,-0.859375 3.65625,-0.53125 3.265625,-0.125 2.6875,-0.125 c -0.671875,0 -0.734375,-0.65625 -0.734375,-0.96875 0,-0.6875 0.328125,-1.609375 0.65625,-2.46875 0.125,-0.34375 0.203125,-0.515625 0.203125,-0.75 0,-0.5 -0.359375,-0.953125 -0.953125,-0.953125 -1.09375,0 -1.53125,1.734375 -1.53125,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.109375,0 0.125,-0.046875 0.171875,-0.21875 0.28125,-1 0.734375,-1.484375 1.203125,-1.484375 0.109375,0 0.3125,0 0.3125,0.390625 0,0.3125 -0.125,0.65625 -0.3125,1.109375 C 1.25,-1.953125 1.25,-1.5625 1.25,-1.28125 1.25,-0.140625 2.0625,0.125 2.65625,0.125 3,0.125 3.4375,0.015625 3.84375,-0.4375 l 0.015625,0.015625 C 3.6875,0.28125 3.5625,0.75 3.140625,1.34375 Z m 0,0"
|
||||
id="path5962" />
|
||||
</g>
|
||||
<g
|
||||
id="g1477">
|
||||
<path
|
||||
d="m 5.53125,-3.03125 c 0,-1.15625 -0.65625,-2.234375 -1.921875,-2.234375 -1.5625,0 -3.125,1.703125 -3.125,3.40625 0,1.03125 0.640625,1.984375 1.859375,1.984375 0.734375,0 1.625,-0.296875 2.46875,-1.015625 C 4.984375,-0.21875 5.359375,0.125 5.875,0.125 c 0.640625,0 0.96875,-0.671875 0.96875,-0.828125 0,-0.109375 -0.09375,-0.109375 -0.125,-0.109375 -0.09375,0 -0.109375,0.03125 -0.140625,0.125 C 6.46875,-0.375 6.1875,-0.125 5.90625,-0.125 c -0.375,0 -0.375,-0.765625 -0.375,-1.484375 1.21875,-1.46875 1.515625,-2.96875 1.515625,-2.984375 0,-0.109375 -0.109375,-0.109375 -0.140625,-0.109375 -0.109375,0 -0.109375,0.046875 -0.171875,0.25 -0.140625,0.53125 -0.453125,1.46875 -1.203125,2.4375 z m -0.75,1.859375 c -1.046875,0.9375 -2,1.046875 -2.421875,1.046875 -0.84375,0 -1.078125,-0.75 -1.078125,-1.3125 0,-0.515625 0.265625,-1.734375 0.625,-2.390625 0.5,-0.828125 1.171875,-1.203125 1.703125,-1.203125 1.15625,0 1.15625,1.515625 1.15625,2.515625 0,0.296875 -0.015625,0.609375 -0.015625,0.90625 0,0.25 0.015625,0.3125 0.03125,0.4375 z m 0,0"
|
||||
id="path4199" />
|
||||
</g>
|
||||
<g
|
||||
id="g2610">
|
||||
<path
|
||||
d="M 2.03125,-1.328125 C 1.609375,-0.625 1.203125,-0.375 0.640625,-0.34375 0.5,-0.328125 0.40625,-0.328125 0.40625,-0.125 c 0,0.078125 0.0625,0.125 0.140625,0.125 0.21875,0 0.75,-0.03125 0.96875,-0.03125 C 1.859375,-0.03125 2.25,0 2.578125,0 c 0.078125,0 0.21875,0 0.21875,-0.234375 0,-0.09375 -0.09375,-0.109375 -0.171875,-0.109375 -0.265625,-0.03125 -0.5,-0.125 -0.5,-0.40625 0,-0.171875 0.078125,-0.296875 0.234375,-0.5625 l 0.90625,-1.515625 H 6.3125 c 0.015625,0.109375 0.015625,0.203125 0.015625,0.3125 0.046875,0.3125 0.1875,1.5625 0.1875,1.78125 0,0.359375 -0.609375,0.390625 -0.796875,0.390625 -0.140625,0 -0.265625,0 -0.265625,0.21875 C 5.453125,0 5.5625,0 5.625,0 5.828125,0 6.078125,-0.03125 6.28125,-0.03125 H 6.953125 C 7.6875,-0.03125 8.21875,0 8.21875,0 8.3125,0 8.4375,0 8.4375,-0.234375 8.4375,-0.34375 8.328125,-0.34375 8.15625,-0.34375 7.5,-0.34375 7.484375,-0.453125 7.453125,-0.8125 L 6.71875,-8.265625 c -0.03125,-0.25 -0.078125,-0.265625 -0.203125,-0.265625 -0.125,0 -0.1875,0.015625 -0.296875,0.203125 z M 3.46875,-3.171875 5.875,-7.1875 6.28125,-3.171875 Z m 0,0"
|
||||
id="path2548" />
|
||||
</g>
|
||||
<g
|
||||
id="g2358">
|
||||
<path
|
||||
d="m 6.765625,-6.953125 c 0,-0.71875 -0.609375,-1.46875 -1.703125,-1.46875 -1.53125,0 -2.515625,1.890625 -2.828125,3.125 l -1.890625,7.5 C 0.328125,2.296875 0.390625,2.3125 0.453125,2.3125 c 0.078125,0 0.140625,0 0.15625,-0.0625 l 0.84375,-3.34375 C 1.5625,-0.4375 2.21875,0.125 2.921875,0.125 4.640625,0.125 6.25,-1.21875 6.25,-3 6.25,-3.453125 6.140625,-3.90625 5.890625,-4.296875 5.75,-4.515625 5.5625,-4.6875 5.375,-4.828125 c 0.859375,-0.453125 1.390625,-1.1875 1.390625,-2.125 z M 4.6875,-4.84375 C 4.5,-4.765625 4.296875,-4.75 4.078125,-4.75 3.90625,-4.75 3.75,-4.734375 3.53125,-4.8125 c 0.125,-0.078125 0.3125,-0.09375 0.5625,-0.09375 0.203125,0 0.421875,0.015625 0.59375,0.0625 z M 6.140625,-7.0625 c 0,0.65625 -0.3125,1.609375 -1.09375,2.046875 C 4.8125,-5.09375 4.5,-5.15625 4.25,-5.15625 4,-5.15625 3.28125,-5.171875 3.28125,-4.796875 3.28125,-4.46875 3.9375,-4.5 4.140625,-4.5 c 0.3125,0 0.578125,-0.078125 0.875,-0.15625 0.375,0.3125 0.546875,0.71875 0.546875,1.3125 0,0.6875 -0.203125,1.25 -0.421875,1.765625 C 4.75,-0.6875 3.8125,-0.125 2.984375,-0.125 c -0.875,0 -1.328125,-0.6875 -1.328125,-1.5 0,-0.109375 0,-0.265625 0.046875,-0.4375 l 0.78125,-3.15625 c 0.390625,-1.5625 1.40625,-2.96875 2.5625,-2.96875 0.859375,0 1.09375,0.59375 1.09375,1.125 z m 0,0"
|
||||
id="path6341" />
|
||||
</g>
|
||||
<g
|
||||
id="g395">
|
||||
<path
|
||||
d="M 4.375,-7.34375 C 4.484375,-7.796875 4.53125,-7.8125 5,-7.8125 h 1.546875 c 1.359375,0 1.359375,1.140625 1.359375,1.25 0,0.96875 -0.96875,2.203125 -2.546875,2.203125 h -1.71875 z m 2.015625,3.078125 C 7.703125,-4.5 8.875,-5.421875 8.875,-6.515625 8.875,-7.453125 8.0625,-8.15625 6.703125,-8.15625 H 2.875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.890625,-0.890625 C 1.78125,-0.46875 1.75,-0.34375 0.921875,-0.34375 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.0625,0.125 0.3125,0.125 h 4.09375 C 6.8125,0 8.21875,-1.390625 8.21875,-2.59375 c 0,-0.984375 -0.859375,-1.578125 -1.828125,-1.671875 z m -1.6875,3.921875 h -1.625 c -0.15625,0 -0.1875,0 -0.25,-0.015625 -0.140625,-0.015625 -0.15625,-0.03125 -0.15625,-0.125 0,-0.09375 0.03125,-0.15625 0.046875,-0.265625 L 3.5625,-4.125 h 2.25 c 1.40625,0 1.40625,1.3125 1.40625,1.40625 0,1.15625 -1.03125,2.375 -2.515625,2.375 z m 0,0"
|
||||
id="path8796" />
|
||||
</g>
|
||||
<g
|
||||
id="g6823">
|
||||
<path
|
||||
d="M 4.515625,-1.453125 C 4.5,-2.046875 4.46875,-2.96875 4.015625,-4.046875 3.78125,-4.640625 3.375,-5.265625 2.5,-5.265625 c -1.46875,0 -2.265625,1.875 -2.265625,2.1875 0,0.109375 0.078125,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.171875,-0.1875 0.25,-0.734375 1.015625,-1.328125 1.84375,-1.328125 1.65625,0 1.890625,1.859375 1.890625,3.03125 0,0.765625 -0.078125,1.015625 -0.15625,1.25 -0.21875,0.734375 -0.609375,2.21875 -0.609375,2.5625 0,0.09375 0.03125,0.203125 0.125,0.203125 0.1875,0 0.28125,-0.40625 0.421875,-0.875 0.28125,-1.046875 0.359375,-1.578125 0.421875,-2.0625 0.03125,-0.28125 0.703125,-2.25 1.65625,-4.125 0.078125,-0.203125 0.25,-0.515625 0.25,-0.5625 0,0 -0.015625,-0.09375 -0.125,-0.09375 -0.015625,0 -0.078125,0 -0.109375,0.046875 -0.015625,0.03125 -0.4375,0.84375 -0.796875,1.65625 -0.171875,0.40625 -0.421875,0.9375 -0.8125,2 z m 0,0"
|
||||
id="path7011" />
|
||||
</g>
|
||||
<g
|
||||
id="g8225">
|
||||
<path
|
||||
d="m 8.921875,-8.3125 c 0,-0.109375 -0.078125,-0.109375 -0.09375,-0.109375 -0.03125,0 -0.078125,0 -0.171875,0.125 l -0.828125,1 c -0.421875,-0.71875 -1.078125,-1.125 -1.96875,-1.125 -2.578125,0 -5.265625,2.625 -5.265625,5.4375 0,2 1.40625,3.234375 3.140625,3.234375 0.96875,0 1.796875,-0.40625 2.5,-0.984375 1.03125,-0.875 1.34375,-2.03125 1.34375,-2.140625 0,-0.09375 -0.09375,-0.09375 -0.125,-0.09375 -0.109375,0 -0.125,0.0625 -0.15625,0.109375 -0.546875,1.875 -2.15625,2.765625 -3.359375,2.765625 -1.265625,0 -2.359375,-0.8125 -2.359375,-2.515625 0,-0.375 0.125,-2.453125 1.46875,-4.03125 0.65625,-0.765625 1.78125,-1.421875 2.921875,-1.421875 1.3125,0 1.890625,1.078125 1.890625,2.296875 0,0.3125 -0.03125,0.578125 -0.03125,0.625 0,0.109375 0.125,0.109375 0.15625,0.109375 0.125,0 0.140625,-0.015625 0.1875,-0.234375 z m 0,0"
|
||||
id="path5340" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g8451">
|
||||
<g
|
||||
id="g976">
|
||||
<path
|
||||
d="m 3.890625,2.90625 c 0,-0.03125 0,-0.0625 -0.203125,-0.265625 C 2.484375,1.4375 1.8125,-0.53125 1.8125,-2.96875 c 0,-2.328125 0.5625,-4.328125 1.953125,-5.734375 0.125,-0.109375 0.125,-0.125 0.125,-0.171875 0,-0.0625 -0.0625,-0.09375 -0.109375,-0.09375 -0.15625,0 -1.140625,0.859375 -1.71875,2.03125 -0.609375,1.21875 -0.890625,2.484375 -0.890625,3.96875 0,1.0625 0.171875,2.484375 0.78125,3.75 C 2.671875,2.21875 3.640625,3 3.78125,3 3.828125,3 3.890625,2.96875 3.890625,2.90625 Z m 0,0"
|
||||
id="path650" />
|
||||
</g>
|
||||
<g
|
||||
id="g7602">
|
||||
<path
|
||||
d="M 3.375,-2.96875 C 3.375,-3.890625 3.25,-5.359375 2.578125,-6.75 1.875,-8.1875 0.890625,-8.96875 0.765625,-8.96875 c -0.046875,0 -0.109375,0.03125 -0.109375,0.09375 0,0.046875 0,0.0625 0.203125,0.265625 1.203125,1.203125 1.859375,3.1875 1.859375,5.625 0,2.3125 -0.5625,4.3125 -1.9375,5.71875 C 0.65625,2.84375 0.65625,2.875 0.65625,2.90625 0.65625,2.96875 0.71875,3 0.765625,3 0.921875,3 1.90625,2.140625 2.484375,0.96875 3.09375,-0.25 3.375,-1.546875 3.375,-2.96875 Z m 0,0"
|
||||
id="path7050" />
|
||||
</g>
|
||||
<g
|
||||
id="g1097">
|
||||
<path
|
||||
d="m 8.0625,-3.875 c 0.171875,0 0.390625,0 0.390625,-0.21875 C 8.453125,-4.3125 8.25,-4.3125 8.0625,-4.3125 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 z m 0,2.21875 c 0.171875,0 0.390625,0 0.390625,-0.203125 C 8.453125,-2.09375 8.25,-2.09375 8.0625,-2.09375 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 z m 0,0"
|
||||
id="path864" />
|
||||
</g>
|
||||
<g
|
||||
id="g5581">
|
||||
<path
|
||||
d="M 4.765625,-2.765625 H 8.0625 c 0.171875,0 0.390625,0 0.390625,-0.203125 0,-0.234375 -0.203125,-0.234375 -0.390625,-0.234375 H 4.765625 V -6.5 c 0,-0.171875 0,-0.390625 -0.21875,-0.390625 -0.21875,0 -0.21875,0.203125 -0.21875,0.390625 v 3.296875 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 H 4.328125 V 0.53125 c 0,0.171875 0,0.390625 0.21875,0.390625 0.21875,0 0.21875,-0.203125 0.21875,-0.390625 z m 0,0"
|
||||
id="path1989" />
|
||||
</g>
|
||||
<g
|
||||
id="g4739">
|
||||
<path
|
||||
d="m 3.4375,-7.65625 c 0,-0.28125 0,-0.296875 -0.234375,-0.296875 C 2.921875,-7.625 2.3125,-7.1875 1.09375,-7.1875 v 0.34375 c 0.265625,0 0.859375,0 1.53125,-0.296875 v 6.21875 c 0,0.4375 -0.046875,0.578125 -1.09375,0.578125 h -0.375 V 0 c 0.328125,-0.03125 1.484375,-0.03125 1.875,-0.03125 0.40625,0 1.546875,0 1.875,0.03125 v -0.34375 h -0.375 c -1.046875,0 -1.09375,-0.140625 -1.09375,-0.578125 z m 0,0"
|
||||
id="path267" />
|
||||
</g>
|
||||
<g
|
||||
id="g816">
|
||||
<path
|
||||
d="m 5.671875,-4.875 c -0.390625,0.0625 -0.53125,0.359375 -0.53125,0.578125 0,0.296875 0.21875,0.390625 0.390625,0.390625 0.359375,0 0.609375,-0.3125 0.609375,-0.640625 0,-0.5 -0.578125,-0.71875 -1.078125,-0.71875 -0.71875,0 -1.125,0.71875 -1.234375,0.9375 -0.28125,-0.890625 -1.015625,-0.9375 -1.234375,-0.9375 -1.21875,0 -1.859375,1.5625 -1.859375,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.09375,0 0.125,-0.078125 0.140625,-0.125 0.40625,-1.328125 1.21875,-1.578125 1.5625,-1.578125 0.53125,0 0.640625,0.5 0.640625,0.78125 0,0.265625 -0.078125,0.546875 -0.21875,1.125 L 2.578125,-1.5 c -0.171875,0.71875 -0.515625,1.375 -1.15625,1.375 -0.0625,0 -0.359375,0 -0.609375,-0.15625 C 1.25,-0.359375 1.34375,-0.71875 1.34375,-0.859375 1.34375,-1.09375 1.15625,-1.25 0.9375,-1.25 c -0.296875,0 -0.609375,0.265625 -0.609375,0.640625 0,0.5 0.5625,0.734375 1.078125,0.734375 0.578125,0 0.984375,-0.453125 1.234375,-0.953125 C 2.828125,-0.125 3.4375,0.125 3.875,0.125 5.09375,0.125 5.734375,-1.453125 5.734375,-1.703125 5.734375,-1.765625 5.6875,-1.8125 5.625,-1.8125 5.515625,-1.8125 5.5,-1.75 5.46875,-1.65625 5.140625,-0.609375 4.453125,-0.125 3.90625,-0.125 3.484375,-0.125 3.265625,-0.4375 3.265625,-0.921875 3.265625,-1.1875 3.3125,-1.375 3.5,-2.15625 L 3.921875,-3.796875 C 4.09375,-4.5 4.5,-5.03125 5.0625,-5.03125 c 0.015625,0 0.359375,0 0.609375,0.15625 z m 0,0"
|
||||
id="path3297" />
|
||||
</g>
|
||||
<g
|
||||
id="g5950">
|
||||
<path
|
||||
d="m 2.328125,0.046875 c 0,-0.6875 -0.21875,-1.203125 -0.71875,-1.203125 -0.375,0 -0.5625,0.3125 -0.5625,0.578125 C 1.046875,-0.328125 1.21875,0 1.625,0 1.78125,0 1.90625,-0.046875 2.015625,-0.15625 2.046875,-0.171875 2.0625,-0.171875 2.0625,-0.171875 c 0.03125,0 0.03125,0.15625 0.03125,0.21875 C 2.09375,0.4375 2.015625,1.21875 1.328125,2 1.1875,2.140625 1.1875,2.15625 1.1875,2.1875 c 0,0.0625 0.0625,0.125 0.125,0.125 0.09375,0 1.015625,-0.890625 1.015625,-2.265625 z m 0,0"
|
||||
id="path1672" />
|
||||
</g>
|
||||
<g
|
||||
id="g7373">
|
||||
<path
|
||||
d="m 3.140625,1.34375 c -0.3125,0.453125 -0.78125,0.859375 -1.375,0.859375 C 1.625,2.203125 1.046875,2.171875 0.875,1.625 c 0.03125,0.015625 0.09375,0.015625 0.109375,0.015625 0.359375,0 0.609375,-0.3125 0.609375,-0.59375 C 1.59375,0.78125 1.359375,0.6875 1.1875,0.6875 c -0.203125,0 -0.609375,0.140625 -0.609375,0.71875 0,0.609375 0.515625,1.03125 1.1875,1.03125 C 2.96875,2.4375 4.171875,1.34375 4.5,0.015625 L 5.671875,-4.65625 C 5.6875,-4.703125 5.71875,-4.78125 5.71875,-4.859375 5.71875,-5.03125 5.5625,-5.15625 5.390625,-5.15625 5.28125,-5.15625 5.03125,-5.109375 4.9375,-4.75 L 4.046875,-1.234375 C 4,-1.015625 4,-0.984375 3.890625,-0.859375 3.65625,-0.53125 3.265625,-0.125 2.6875,-0.125 c -0.671875,0 -0.734375,-0.65625 -0.734375,-0.96875 0,-0.6875 0.328125,-1.609375 0.65625,-2.46875 0.125,-0.34375 0.203125,-0.515625 0.203125,-0.75 0,-0.5 -0.359375,-0.953125 -0.953125,-0.953125 -1.09375,0 -1.53125,1.734375 -1.53125,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.109375,0 0.125,-0.046875 0.171875,-0.21875 0.28125,-1 0.734375,-1.484375 1.203125,-1.484375 0.109375,0 0.3125,0 0.3125,0.390625 0,0.3125 -0.125,0.65625 -0.3125,1.109375 C 1.25,-1.953125 1.25,-1.5625 1.25,-1.28125 1.25,-0.140625 2.0625,0.125 2.65625,0.125 3,0.125 3.4375,0.015625 3.84375,-0.4375 l 0.015625,0.015625 C 3.6875,0.28125 3.5625,0.75 3.140625,1.34375 Z m 0,0"
|
||||
id="path983" />
|
||||
</g>
|
||||
<g
|
||||
id="g8162">
|
||||
<path
|
||||
d="m 5.53125,-3.03125 c 0,-1.15625 -0.65625,-2.234375 -1.921875,-2.234375 -1.5625,0 -3.125,1.703125 -3.125,3.40625 0,1.03125 0.640625,1.984375 1.859375,1.984375 0.734375,0 1.625,-0.296875 2.46875,-1.015625 C 4.984375,-0.21875 5.359375,0.125 5.875,0.125 c 0.640625,0 0.96875,-0.671875 0.96875,-0.828125 0,-0.109375 -0.09375,-0.109375 -0.125,-0.109375 -0.09375,0 -0.109375,0.03125 -0.140625,0.125 C 6.46875,-0.375 6.1875,-0.125 5.90625,-0.125 c -0.375,0 -0.375,-0.765625 -0.375,-1.484375 1.21875,-1.46875 1.515625,-2.96875 1.515625,-2.984375 0,-0.109375 -0.109375,-0.109375 -0.140625,-0.109375 -0.109375,0 -0.109375,0.046875 -0.171875,0.25 -0.140625,0.53125 -0.453125,1.46875 -1.203125,2.4375 z m -0.75,1.859375 c -1.046875,0.9375 -2,1.046875 -2.421875,1.046875 -0.84375,0 -1.078125,-0.75 -1.078125,-1.3125 0,-0.515625 0.265625,-1.734375 0.625,-2.390625 0.5,-0.828125 1.171875,-1.203125 1.703125,-1.203125 1.15625,0 1.15625,1.515625 1.15625,2.515625 0,0.296875 -0.015625,0.609375 -0.015625,0.90625 0,0.25 0.015625,0.3125 0.03125,0.4375 z m 0,0"
|
||||
id="path968" />
|
||||
</g>
|
||||
<g
|
||||
id="g5972">
|
||||
<path
|
||||
d="m 6.765625,-6.953125 c 0,-0.71875 -0.609375,-1.46875 -1.703125,-1.46875 -1.53125,0 -2.515625,1.890625 -2.828125,3.125 l -1.890625,7.5 C 0.328125,2.296875 0.390625,2.3125 0.453125,2.3125 c 0.078125,0 0.140625,0 0.15625,-0.0625 l 0.84375,-3.34375 C 1.5625,-0.4375 2.21875,0.125 2.921875,0.125 4.640625,0.125 6.25,-1.21875 6.25,-3 6.25,-3.453125 6.140625,-3.90625 5.890625,-4.296875 5.75,-4.515625 5.5625,-4.6875 5.375,-4.828125 c 0.859375,-0.453125 1.390625,-1.1875 1.390625,-2.125 z M 4.6875,-4.84375 C 4.5,-4.765625 4.296875,-4.75 4.078125,-4.75 3.90625,-4.75 3.75,-4.734375 3.53125,-4.8125 c 0.125,-0.078125 0.3125,-0.09375 0.5625,-0.09375 0.203125,0 0.421875,0.015625 0.59375,0.0625 z M 6.140625,-7.0625 c 0,0.65625 -0.3125,1.609375 -1.09375,2.046875 C 4.8125,-5.09375 4.5,-5.15625 4.25,-5.15625 4,-5.15625 3.28125,-5.171875 3.28125,-4.796875 3.28125,-4.46875 3.9375,-4.5 4.140625,-4.5 c 0.3125,0 0.578125,-0.078125 0.875,-0.15625 0.375,0.3125 0.546875,0.71875 0.546875,1.3125 0,0.6875 -0.203125,1.25 -0.421875,1.765625 C 4.75,-0.6875 3.8125,-0.125 2.984375,-0.125 c -0.875,0 -1.328125,-0.6875 -1.328125,-1.5 0,-0.109375 0,-0.265625 0.046875,-0.4375 l 0.78125,-3.15625 c 0.390625,-1.5625 1.40625,-2.96875 2.5625,-2.96875 0.859375,0 1.09375,0.59375 1.09375,1.125 z m 0,0"
|
||||
id="path7372" />
|
||||
</g>
|
||||
<g
|
||||
id="g3486">
|
||||
<path
|
||||
d="M 4.515625,-1.453125 C 4.5,-2.046875 4.46875,-2.96875 4.015625,-4.046875 3.78125,-4.640625 3.375,-5.265625 2.5,-5.265625 c -1.46875,0 -2.265625,1.875 -2.265625,2.1875 0,0.109375 0.078125,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.171875,-0.1875 0.25,-0.734375 1.015625,-1.328125 1.84375,-1.328125 1.65625,0 1.890625,1.859375 1.890625,3.03125 0,0.765625 -0.078125,1.015625 -0.15625,1.25 -0.21875,0.734375 -0.609375,2.21875 -0.609375,2.5625 0,0.09375 0.03125,0.203125 0.125,0.203125 0.1875,0 0.28125,-0.40625 0.421875,-0.875 0.28125,-1.046875 0.359375,-1.578125 0.421875,-2.0625 0.03125,-0.28125 0.703125,-2.25 1.65625,-4.125 0.078125,-0.203125 0.25,-0.515625 0.25,-0.5625 0,0 -0.015625,-0.09375 -0.125,-0.09375 -0.015625,0 -0.078125,0 -0.109375,0.046875 -0.015625,0.03125 -0.4375,0.84375 -0.796875,1.65625 -0.171875,0.40625 -0.421875,0.9375 -0.8125,2 z m 0,0"
|
||||
id="path2759" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g8190">
|
||||
<g
|
||||
id="g5531">
|
||||
<path
|
||||
d="m 5.53125,-3.03125 c 0,-1.15625 -0.65625,-2.234375 -1.921875,-2.234375 -1.5625,0 -3.125,1.703125 -3.125,3.40625 0,1.03125 0.640625,1.984375 1.859375,1.984375 0.734375,0 1.625,-0.296875 2.46875,-1.015625 C 4.984375,-0.21875 5.359375,0.125 5.875,0.125 c 0.640625,0 0.96875,-0.671875 0.96875,-0.828125 0,-0.109375 -0.09375,-0.109375 -0.125,-0.109375 -0.09375,0 -0.109375,0.03125 -0.140625,0.125 C 6.46875,-0.375 6.1875,-0.125 5.90625,-0.125 c -0.375,0 -0.375,-0.765625 -0.375,-1.484375 1.21875,-1.46875 1.515625,-2.96875 1.515625,-2.984375 0,-0.109375 -0.109375,-0.109375 -0.140625,-0.109375 -0.109375,0 -0.109375,0.046875 -0.171875,0.25 -0.140625,0.53125 -0.453125,1.46875 -1.203125,2.4375 z m -0.75,1.859375 c -1.046875,0.9375 -2,1.046875 -2.421875,1.046875 -0.84375,0 -1.078125,-0.75 -1.078125,-1.3125 0,-0.515625 0.265625,-1.734375 0.625,-2.390625 0.5,-0.828125 1.171875,-1.203125 1.703125,-1.203125 1.15625,0 1.15625,1.515625 1.15625,2.515625 0,0.296875 -0.015625,0.609375 -0.015625,0.90625 0,0.25 0.015625,0.3125 0.03125,0.4375 z m 0,0"
|
||||
id="path5743" />
|
||||
</g>
|
||||
<g
|
||||
id="g9060">
|
||||
<path
|
||||
d="m 6.765625,-6.953125 c 0,-0.71875 -0.609375,-1.46875 -1.703125,-1.46875 -1.53125,0 -2.515625,1.890625 -2.828125,3.125 l -1.890625,7.5 C 0.328125,2.296875 0.390625,2.3125 0.453125,2.3125 c 0.078125,0 0.140625,0 0.15625,-0.0625 l 0.84375,-3.34375 C 1.5625,-0.4375 2.21875,0.125 2.921875,0.125 4.640625,0.125 6.25,-1.21875 6.25,-3 6.25,-3.453125 6.140625,-3.90625 5.890625,-4.296875 5.75,-4.515625 5.5625,-4.6875 5.375,-4.828125 c 0.859375,-0.453125 1.390625,-1.1875 1.390625,-2.125 z M 4.6875,-4.84375 C 4.5,-4.765625 4.296875,-4.75 4.078125,-4.75 3.90625,-4.75 3.75,-4.734375 3.53125,-4.8125 c 0.125,-0.078125 0.3125,-0.09375 0.5625,-0.09375 0.203125,0 0.421875,0.015625 0.59375,0.0625 z M 6.140625,-7.0625 c 0,0.65625 -0.3125,1.609375 -1.09375,2.046875 C 4.8125,-5.09375 4.5,-5.15625 4.25,-5.15625 4,-5.15625 3.28125,-5.171875 3.28125,-4.796875 3.28125,-4.46875 3.9375,-4.5 4.140625,-4.5 c 0.3125,0 0.578125,-0.078125 0.875,-0.15625 0.375,0.3125 0.546875,0.71875 0.546875,1.3125 0,0.6875 -0.203125,1.25 -0.421875,1.765625 C 4.75,-0.6875 3.8125,-0.125 2.984375,-0.125 c -0.875,0 -1.328125,-0.6875 -1.328125,-1.5 0,-0.109375 0,-0.265625 0.046875,-0.4375 l 0.78125,-3.15625 c 0.390625,-1.5625 1.40625,-2.96875 2.5625,-2.96875 0.859375,0 1.09375,0.59375 1.09375,1.125 z m 0,0"
|
||||
id="path7098" />
|
||||
</g>
|
||||
<g
|
||||
id="g225">
|
||||
<path
|
||||
d="M 4.515625,-1.453125 C 4.5,-2.046875 4.46875,-2.96875 4.015625,-4.046875 3.78125,-4.640625 3.375,-5.265625 2.5,-5.265625 c -1.46875,0 -2.265625,1.875 -2.265625,2.1875 0,0.109375 0.078125,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.171875,-0.1875 0.25,-0.734375 1.015625,-1.328125 1.84375,-1.328125 1.65625,0 1.890625,1.859375 1.890625,3.03125 0,0.765625 -0.078125,1.015625 -0.15625,1.25 -0.21875,0.734375 -0.609375,2.21875 -0.609375,2.5625 0,0.09375 0.03125,0.203125 0.125,0.203125 0.1875,0 0.28125,-0.40625 0.421875,-0.875 0.28125,-1.046875 0.359375,-1.578125 0.421875,-2.0625 0.03125,-0.28125 0.703125,-2.25 1.65625,-4.125 0.078125,-0.203125 0.25,-0.515625 0.25,-0.5625 0,0 -0.015625,-0.09375 -0.125,-0.09375 -0.015625,0 -0.078125,0 -0.109375,0.046875 -0.015625,0.03125 -0.4375,0.84375 -0.796875,1.65625 -0.171875,0.40625 -0.421875,0.9375 -0.8125,2 z m 0,0"
|
||||
id="path2953" />
|
||||
</g>
|
||||
<g
|
||||
id="g2646">
|
||||
<path
|
||||
d="M 4.765625,-2.765625 H 8.0625 c 0.171875,0 0.390625,0 0.390625,-0.203125 0,-0.234375 -0.203125,-0.234375 -0.390625,-0.234375 H 4.765625 V -6.5 c 0,-0.171875 0,-0.390625 -0.21875,-0.390625 -0.21875,0 -0.21875,0.203125 -0.21875,0.390625 v 3.296875 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 H 4.328125 V 0.53125 c 0,0.171875 0,0.390625 0.21875,0.390625 0.21875,0 0.21875,-0.203125 0.21875,-0.390625 z m 0,0"
|
||||
id="path2713" />
|
||||
</g>
|
||||
<g
|
||||
id="g8478">
|
||||
<path
|
||||
d="m 8.0625,-3.875 c 0.171875,0 0.390625,0 0.390625,-0.21875 C 8.453125,-4.3125 8.25,-4.3125 8.0625,-4.3125 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 z m 0,2.21875 c 0.171875,0 0.390625,0 0.390625,-0.203125 C 8.453125,-2.09375 8.25,-2.09375 8.0625,-2.09375 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 z m 0,0"
|
||||
id="path5096" />
|
||||
</g>
|
||||
<g
|
||||
id="g1192">
|
||||
<path
|
||||
d="m 3.4375,-7.65625 c 0,-0.28125 0,-0.296875 -0.234375,-0.296875 C 2.921875,-7.625 2.3125,-7.1875 1.09375,-7.1875 v 0.34375 c 0.265625,0 0.859375,0 1.53125,-0.296875 v 6.21875 c 0,0.4375 -0.046875,0.578125 -1.09375,0.578125 h -0.375 V 0 c 0.328125,-0.03125 1.484375,-0.03125 1.875,-0.03125 0.40625,0 1.546875,0 1.875,0.03125 v -0.34375 h -0.375 c -1.046875,0 -1.09375,-0.140625 -1.09375,-0.578125 z m 0,0"
|
||||
id="path107" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g3646">
|
||||
<g
|
||||
id="g3137">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path8530" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g9034">
|
||||
<g
|
||||
id="g6904">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path9201" />
|
||||
</g>
|
||||
<g
|
||||
id="g7897">
|
||||
<path
|
||||
d="m 5.53125,-3.03125 c 0,-1.15625 -0.65625,-2.234375 -1.921875,-2.234375 -1.5625,0 -3.125,1.703125 -3.125,3.40625 0,1.03125 0.640625,1.984375 1.859375,1.984375 0.734375,0 1.625,-0.296875 2.46875,-1.015625 C 4.984375,-0.21875 5.359375,0.125 5.875,0.125 c 0.640625,0 0.96875,-0.671875 0.96875,-0.828125 0,-0.109375 -0.09375,-0.109375 -0.125,-0.109375 -0.09375,0 -0.109375,0.03125 -0.140625,0.125 C 6.46875,-0.375 6.1875,-0.125 5.90625,-0.125 c -0.375,0 -0.375,-0.765625 -0.375,-1.484375 1.21875,-1.46875 1.515625,-2.96875 1.515625,-2.984375 0,-0.109375 -0.109375,-0.109375 -0.140625,-0.109375 -0.109375,0 -0.109375,0.046875 -0.171875,0.25 -0.140625,0.53125 -0.453125,1.46875 -1.203125,2.4375 z m -0.75,1.859375 c -1.046875,0.9375 -2,1.046875 -2.421875,1.046875 -0.84375,0 -1.078125,-0.75 -1.078125,-1.3125 0,-0.515625 0.265625,-1.734375 0.625,-2.390625 0.5,-0.828125 1.171875,-1.203125 1.703125,-1.203125 1.15625,0 1.15625,1.515625 1.15625,2.515625 0,0.296875 -0.015625,0.609375 -0.015625,0.90625 0,0.25 0.015625,0.3125 0.03125,0.4375 z m 0,0"
|
||||
id="path3316" />
|
||||
</g>
|
||||
<g
|
||||
id="g3302">
|
||||
<path
|
||||
d="M 2.03125,-1.328125 C 1.609375,-0.625 1.203125,-0.375 0.640625,-0.34375 0.5,-0.328125 0.40625,-0.328125 0.40625,-0.125 c 0,0.078125 0.0625,0.125 0.140625,0.125 0.21875,0 0.75,-0.03125 0.96875,-0.03125 C 1.859375,-0.03125 2.25,0 2.578125,0 c 0.078125,0 0.21875,0 0.21875,-0.234375 0,-0.09375 -0.09375,-0.109375 -0.171875,-0.109375 -0.265625,-0.03125 -0.5,-0.125 -0.5,-0.40625 0,-0.171875 0.078125,-0.296875 0.234375,-0.5625 l 0.90625,-1.515625 H 6.3125 c 0.015625,0.109375 0.015625,0.203125 0.015625,0.3125 0.046875,0.3125 0.1875,1.5625 0.1875,1.78125 0,0.359375 -0.609375,0.390625 -0.796875,0.390625 -0.140625,0 -0.265625,0 -0.265625,0.21875 C 5.453125,0 5.5625,0 5.625,0 5.828125,0 6.078125,-0.03125 6.28125,-0.03125 H 6.953125 C 7.6875,-0.03125 8.21875,0 8.21875,0 8.3125,0 8.4375,0 8.4375,-0.234375 8.4375,-0.34375 8.328125,-0.34375 8.15625,-0.34375 7.5,-0.34375 7.484375,-0.453125 7.453125,-0.8125 L 6.71875,-8.265625 c -0.03125,-0.25 -0.078125,-0.265625 -0.203125,-0.265625 -0.125,0 -0.1875,0.015625 -0.296875,0.203125 z M 3.46875,-3.171875 5.875,-7.1875 6.28125,-3.171875 Z m 0,0"
|
||||
id="path6501" />
|
||||
</g>
|
||||
<g
|
||||
id="g1249">
|
||||
<path
|
||||
d="m 6.765625,-6.953125 c 0,-0.71875 -0.609375,-1.46875 -1.703125,-1.46875 -1.53125,0 -2.515625,1.890625 -2.828125,3.125 l -1.890625,7.5 C 0.328125,2.296875 0.390625,2.3125 0.453125,2.3125 c 0.078125,0 0.140625,0 0.15625,-0.0625 l 0.84375,-3.34375 C 1.5625,-0.4375 2.21875,0.125 2.921875,0.125 4.640625,0.125 6.25,-1.21875 6.25,-3 6.25,-3.453125 6.140625,-3.90625 5.890625,-4.296875 5.75,-4.515625 5.5625,-4.6875 5.375,-4.828125 c 0.859375,-0.453125 1.390625,-1.1875 1.390625,-2.125 z M 4.6875,-4.84375 C 4.5,-4.765625 4.296875,-4.75 4.078125,-4.75 3.90625,-4.75 3.75,-4.734375 3.53125,-4.8125 c 0.125,-0.078125 0.3125,-0.09375 0.5625,-0.09375 0.203125,0 0.421875,0.015625 0.59375,0.0625 z M 6.140625,-7.0625 c 0,0.65625 -0.3125,1.609375 -1.09375,2.046875 C 4.8125,-5.09375 4.5,-5.15625 4.25,-5.15625 4,-5.15625 3.28125,-5.171875 3.28125,-4.796875 3.28125,-4.46875 3.9375,-4.5 4.140625,-4.5 c 0.3125,0 0.578125,-0.078125 0.875,-0.15625 0.375,0.3125 0.546875,0.71875 0.546875,1.3125 0,0.6875 -0.203125,1.25 -0.421875,1.765625 C 4.75,-0.6875 3.8125,-0.125 2.984375,-0.125 c -0.875,0 -1.328125,-0.6875 -1.328125,-1.5 0,-0.109375 0,-0.265625 0.046875,-0.4375 l 0.78125,-3.15625 c 0.390625,-1.5625 1.40625,-2.96875 2.5625,-2.96875 0.859375,0 1.09375,0.59375 1.09375,1.125 z m 0,0"
|
||||
id="path2583" />
|
||||
</g>
|
||||
<g
|
||||
id="g3309">
|
||||
<path
|
||||
d="M 4.375,-7.34375 C 4.484375,-7.796875 4.53125,-7.8125 5,-7.8125 h 1.546875 c 1.359375,0 1.359375,1.140625 1.359375,1.25 0,0.96875 -0.96875,2.203125 -2.546875,2.203125 h -1.71875 z m 2.015625,3.078125 C 7.703125,-4.5 8.875,-5.421875 8.875,-6.515625 8.875,-7.453125 8.0625,-8.15625 6.703125,-8.15625 H 2.875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.890625,-0.890625 C 1.78125,-0.46875 1.75,-0.34375 0.921875,-0.34375 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.0625,0.125 0.3125,0.125 h 4.09375 C 6.8125,0 8.21875,-1.390625 8.21875,-2.59375 c 0,-0.984375 -0.859375,-1.578125 -1.828125,-1.671875 z m -1.6875,3.921875 h -1.625 c -0.15625,0 -0.1875,0 -0.25,-0.015625 -0.140625,-0.015625 -0.15625,-0.03125 -0.15625,-0.125 0,-0.09375 0.03125,-0.15625 0.046875,-0.265625 L 3.5625,-4.125 h 2.25 c 1.40625,0 1.40625,1.3125 1.40625,1.40625 0,1.15625 -1.03125,2.375 -2.515625,2.375 z m 0,0"
|
||||
id="path717" />
|
||||
</g>
|
||||
<g
|
||||
id="g4982">
|
||||
<path
|
||||
d="M 4.515625,-1.453125 C 4.5,-2.046875 4.46875,-2.96875 4.015625,-4.046875 3.78125,-4.640625 3.375,-5.265625 2.5,-5.265625 c -1.46875,0 -2.265625,1.875 -2.265625,2.1875 0,0.109375 0.078125,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.171875,-0.1875 0.25,-0.734375 1.015625,-1.328125 1.84375,-1.328125 1.65625,0 1.890625,1.859375 1.890625,3.03125 0,0.765625 -0.078125,1.015625 -0.15625,1.25 -0.21875,0.734375 -0.609375,2.21875 -0.609375,2.5625 0,0.09375 0.03125,0.203125 0.125,0.203125 0.1875,0 0.28125,-0.40625 0.421875,-0.875 0.28125,-1.046875 0.359375,-1.578125 0.421875,-2.0625 0.03125,-0.28125 0.703125,-2.25 1.65625,-4.125 0.078125,-0.203125 0.25,-0.515625 0.25,-0.5625 0,0 -0.015625,-0.09375 -0.125,-0.09375 -0.015625,0 -0.078125,0 -0.109375,0.046875 -0.015625,0.03125 -0.4375,0.84375 -0.796875,1.65625 -0.171875,0.40625 -0.421875,0.9375 -0.8125,2 z m 0,0"
|
||||
id="path8655" />
|
||||
</g>
|
||||
<g
|
||||
id="g9584">
|
||||
<path
|
||||
d="m 8.921875,-8.3125 c 0,-0.109375 -0.078125,-0.109375 -0.09375,-0.109375 -0.03125,0 -0.078125,0 -0.171875,0.125 l -0.828125,1 c -0.421875,-0.71875 -1.078125,-1.125 -1.96875,-1.125 -2.578125,0 -5.265625,2.625 -5.265625,5.4375 0,2 1.40625,3.234375 3.140625,3.234375 0.96875,0 1.796875,-0.40625 2.5,-0.984375 1.03125,-0.875 1.34375,-2.03125 1.34375,-2.140625 0,-0.09375 -0.09375,-0.09375 -0.125,-0.09375 -0.109375,0 -0.125,0.0625 -0.15625,0.109375 -0.546875,1.875 -2.15625,2.765625 -3.359375,2.765625 -1.265625,0 -2.359375,-0.8125 -2.359375,-2.515625 0,-0.375 0.125,-2.453125 1.46875,-4.03125 0.65625,-0.765625 1.78125,-1.421875 2.921875,-1.421875 1.3125,0 1.890625,1.078125 1.890625,2.296875 0,0.3125 -0.03125,0.578125 -0.03125,0.625 0,0.109375 0.125,0.109375 0.15625,0.109375 0.125,0 0.140625,-0.015625 0.1875,-0.234375 z m 0,0"
|
||||
id="path661" />
|
||||
</g>
|
||||
<g
|
||||
id="g4465">
|
||||
<path
|
||||
d="m 8.0625,-3.875 c 0.171875,0 0.390625,0 0.390625,-0.21875 C 8.453125,-4.3125 8.25,-4.3125 8.0625,-4.3125 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 z m 0,2.21875 c 0.171875,0 0.390625,0 0.390625,-0.203125 C 8.453125,-2.09375 8.25,-2.09375 8.0625,-2.09375 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 z m 0,0"
|
||||
id="path7291" />
|
||||
</g>
|
||||
<g
|
||||
id="g417">
|
||||
<path
|
||||
d="M 4.765625,-2.765625 H 8.0625 c 0.171875,0 0.390625,0 0.390625,-0.203125 0,-0.234375 -0.203125,-0.234375 -0.390625,-0.234375 H 4.765625 V -6.5 c 0,-0.171875 0,-0.390625 -0.21875,-0.390625 -0.21875,0 -0.21875,0.203125 -0.21875,0.390625 v 3.296875 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 H 4.328125 V 0.53125 c 0,0.171875 0,0.390625 0.21875,0.390625 0.21875,0 0.21875,-0.203125 0.21875,-0.390625 z m 0,0"
|
||||
id="path9410" />
|
||||
</g>
|
||||
</g>
|
||||
</defs>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<path
|
||||
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.685;stroke-dasharray:none"
|
||||
d="M 5.9999998,54 84.999997,43 44.999998,5 Z"
|
||||
id="path1"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<circle
|
||||
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.26458333;stroke-opacity:1;stroke-dasharray:none"
|
||||
id="path2"
|
||||
cx="52"
|
||||
cy="29.071476"
|
||||
r="0.50000024" />
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(1.7657324,53.608635)"
|
||||
id="g3">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g2-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.846402,-0.57494)">
|
||||
<g
|
||||
id="use1"
|
||||
transform="translate(1.993,10.161)">
|
||||
<path
|
||||
d="M 2.03125,-1.328125 C 1.609375,-0.625 1.203125,-0.375 0.640625,-0.34375 0.5,-0.328125 0.40625,-0.328125 0.40625,-0.125 c 0,0.078125 0.0625,0.125 0.140625,0.125 0.21875,0 0.75,-0.03125 0.96875,-0.03125 C 1.859375,-0.03125 2.25,0 2.578125,0 c 0.078125,0 0.21875,0 0.21875,-0.234375 0,-0.09375 -0.09375,-0.109375 -0.171875,-0.109375 -0.265625,-0.03125 -0.5,-0.125 -0.5,-0.40625 0,-0.171875 0.078125,-0.296875 0.234375,-0.5625 l 0.90625,-1.515625 H 6.3125 c 0.015625,0.109375 0.015625,0.203125 0.015625,0.3125 0.046875,0.3125 0.1875,1.5625 0.1875,1.78125 0,0.359375 -0.609375,0.390625 -0.796875,0.390625 -0.140625,0 -0.265625,0 -0.265625,0.21875 C 5.453125,0 5.5625,0 5.625,0 5.828125,0 6.078125,-0.03125 6.28125,-0.03125 H 6.953125 C 7.6875,-0.03125 8.21875,0 8.21875,0 8.3125,0 8.4375,0 8.4375,-0.234375 8.4375,-0.34375 8.328125,-0.34375 8.15625,-0.34375 7.5,-0.34375 7.484375,-0.453125 7.453125,-0.8125 L 6.71875,-8.265625 c -0.03125,-0.25 -0.078125,-0.265625 -0.203125,-0.265625 -0.125,0 -0.1875,0.015625 -0.296875,0.203125 z M 3.46875,-3.171875 5.875,-7.1875 6.28125,-3.171875 Z m 0,0"
|
||||
id="path2-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(85.969228,41.702342)"
|
||||
id="g4">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g2-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.907036,-0.707231)">
|
||||
<g
|
||||
id="use1-1"
|
||||
transform="translate(1.993,10.161)">
|
||||
<path
|
||||
d="M 4.375,-7.34375 C 4.484375,-7.796875 4.53125,-7.8125 5,-7.8125 h 1.546875 c 1.359375,0 1.359375,1.140625 1.359375,1.25 0,0.96875 -0.96875,2.203125 -2.546875,2.203125 h -1.71875 z m 2.015625,3.078125 C 7.703125,-4.5 8.875,-5.421875 8.875,-6.515625 8.875,-7.453125 8.0625,-8.15625 6.703125,-8.15625 H 2.875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.890625,-0.890625 C 1.78125,-0.46875 1.75,-0.34375 0.921875,-0.34375 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.0625,0.125 0.3125,0.125 h 4.09375 C 6.8125,0 8.21875,-1.390625 8.21875,-2.59375 c 0,-0.984375 -0.859375,-1.578125 -1.828125,-1.671875 z m -1.6875,3.921875 h -1.625 c -0.15625,0 -0.1875,0 -0.25,-0.015625 -0.140625,-0.015625 -0.15625,-0.03125 -0.15625,-0.125 0,-0.09375 0.03125,-0.15625 0.046875,-0.265625 L 3.5625,-4.125 h 2.25 c 1.40625,0 1.40625,1.3125 1.40625,1.40625 0,1.15625 -1.03125,2.375 -2.515625,2.375 z m 0,0"
|
||||
id="path2-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(39.446484,2.9921877)"
|
||||
id="g5">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g2-1-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.912548,-0.613525)">
|
||||
<g
|
||||
id="use1-1-1"
|
||||
transform="translate(1.993,10.161)">
|
||||
<path
|
||||
d="m 8.921875,-8.3125 c 0,-0.109375 -0.078125,-0.109375 -0.09375,-0.109375 -0.03125,0 -0.078125,0 -0.171875,0.125 l -0.828125,1 c -0.421875,-0.71875 -1.078125,-1.125 -1.96875,-1.125 -2.578125,0 -5.265625,2.625 -5.265625,5.4375 0,2 1.40625,3.234375 3.140625,3.234375 0.96875,0 1.796875,-0.40625 2.5,-0.984375 1.03125,-0.875 1.34375,-2.03125 1.34375,-2.140625 0,-0.09375 -0.09375,-0.09375 -0.125,-0.09375 -0.109375,0 -0.125,0.0625 -0.15625,0.109375 -0.546875,1.875 -2.15625,2.765625 -3.359375,2.765625 -1.265625,0 -2.359375,-0.8125 -2.359375,-2.515625 0,-0.375 0.125,-2.453125 1.46875,-4.03125 0.65625,-0.765625 1.78125,-1.421875 2.921875,-1.421875 1.3125,0 1.890625,1.078125 1.890625,2.296875 0,0.3125 -0.03125,0.578125 -0.03125,0.625 0,0.109375 0.125,0.109375 0.15625,0.109375 0.125,0 0.140625,-0.015625 0.1875,-0.234375 z m 0,0"
|
||||
id="path2-1-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(50.078555,30.377125)"
|
||||
id="g28">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g2"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.707231)">
|
||||
<g
|
||||
id="use1-1-1-1"
|
||||
transform="translate(1.993,10.161)">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path2-1-1-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="fill:none;stroke-width:0.26458333;stroke-dasharray:none;stroke:#000000;stroke-opacity:1"
|
||||
d="M 51.999999,29 5.9999998,54"
|
||||
id="path18" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 51.999999,29 84.999996,42.999998"
|
||||
id="path19" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 44.999997,5 7.000002,24"
|
||||
id="path20" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 52 KiB |
@@ -0,0 +1,676 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="160mm"
|
||||
height="60mm"
|
||||
viewBox="0 0 160 60"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
inkscape:version="1.4 (86a8ad7, 2024-10-11)"
|
||||
sodipodi:docname="bc_corrected.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
borderopacity="0.25"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="mm"
|
||||
showgrid="true"
|
||||
inkscape:zoom="2.1683362"
|
||||
inkscape:cx="270.2533"
|
||||
inkscape:cy="139.96907"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1494"
|
||||
inkscape:window-x="-11"
|
||||
inkscape:window-y="-11"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1">
|
||||
<inkscape:grid
|
||||
id="grid1"
|
||||
units="mm"
|
||||
originx="0"
|
||||
originy="0"
|
||||
spacingx="0.99999998"
|
||||
spacingy="1"
|
||||
empcolor="#0099e5"
|
||||
empopacity="0.30196078"
|
||||
color="#0099e5"
|
||||
opacity="0.14901961"
|
||||
empspacing="5"
|
||||
enabled="true"
|
||||
visible="true" />
|
||||
</sodipodi:namedview>
|
||||
<defs
|
||||
id="defs1">
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="DartArrow"
|
||||
refX="0"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Dart arrow"
|
||||
markerWidth="1"
|
||||
markerHeight="1"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
d="M 0,0 5,-5 -12.5,0 5,5 Z"
|
||||
transform="scale(-0.5)"
|
||||
id="path15" />
|
||||
</marker>
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="marker14"
|
||||
refX="0"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Concave triangle arrow"
|
||||
markerWidth="1"
|
||||
markerHeight="1"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
transform="scale(0.7)"
|
||||
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
id="path14" />
|
||||
</marker>
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="marker13"
|
||||
refX="0"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Concave triangle arrow"
|
||||
markerWidth="1"
|
||||
markerHeight="1"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
transform="scale(0.7)"
|
||||
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
id="path13" />
|
||||
</marker>
|
||||
<g
|
||||
id="g2358">
|
||||
<g
|
||||
id="g5365">
|
||||
<path
|
||||
d="m 5.671875,-4.875 c -0.390625,0.0625 -0.53125,0.359375 -0.53125,0.578125 0,0.296875 0.21875,0.390625 0.390625,0.390625 0.359375,0 0.609375,-0.3125 0.609375,-0.640625 0,-0.5 -0.578125,-0.71875 -1.078125,-0.71875 -0.71875,0 -1.125,0.71875 -1.234375,0.9375 -0.28125,-0.890625 -1.015625,-0.9375 -1.234375,-0.9375 -1.21875,0 -1.859375,1.5625 -1.859375,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.09375,0 0.125,-0.078125 0.140625,-0.125 0.40625,-1.328125 1.21875,-1.578125 1.5625,-1.578125 0.53125,0 0.640625,0.5 0.640625,0.78125 0,0.265625 -0.078125,0.546875 -0.21875,1.125 L 2.578125,-1.5 c -0.171875,0.71875 -0.515625,1.375 -1.15625,1.375 -0.0625,0 -0.359375,0 -0.609375,-0.15625 C 1.25,-0.359375 1.34375,-0.71875 1.34375,-0.859375 1.34375,-1.09375 1.15625,-1.25 0.9375,-1.25 c -0.296875,0 -0.609375,0.265625 -0.609375,0.640625 0,0.5 0.5625,0.734375 1.078125,0.734375 0.578125,0 0.984375,-0.453125 1.234375,-0.953125 C 2.828125,-0.125 3.4375,0.125 3.875,0.125 5.09375,0.125 5.734375,-1.453125 5.734375,-1.703125 5.734375,-1.765625 5.6875,-1.8125 5.625,-1.8125 5.515625,-1.8125 5.5,-1.75 5.46875,-1.65625 5.140625,-0.609375 4.453125,-0.125 3.90625,-0.125 3.484375,-0.125 3.265625,-0.4375 3.265625,-0.921875 3.265625,-1.1875 3.3125,-1.375 3.5,-2.15625 L 3.921875,-3.796875 C 4.09375,-4.5 4.5,-5.03125 5.0625,-5.03125 c 0.015625,0 0.359375,0 0.609375,0.15625 z m 0,0"
|
||||
id="path5381" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g4027">
|
||||
<g
|
||||
id="g4799">
|
||||
<path
|
||||
d="m 5.671875,-4.875 c -0.390625,0.0625 -0.53125,0.359375 -0.53125,0.578125 0,0.296875 0.21875,0.390625 0.390625,0.390625 0.359375,0 0.609375,-0.3125 0.609375,-0.640625 0,-0.5 -0.578125,-0.71875 -1.078125,-0.71875 -0.71875,0 -1.125,0.71875 -1.234375,0.9375 -0.28125,-0.890625 -1.015625,-0.9375 -1.234375,-0.9375 -1.21875,0 -1.859375,1.5625 -1.859375,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.09375,0 0.125,-0.078125 0.140625,-0.125 0.40625,-1.328125 1.21875,-1.578125 1.5625,-1.578125 0.53125,0 0.640625,0.5 0.640625,0.78125 0,0.265625 -0.078125,0.546875 -0.21875,1.125 L 2.578125,-1.5 c -0.171875,0.71875 -0.515625,1.375 -1.15625,1.375 -0.0625,0 -0.359375,0 -0.609375,-0.15625 C 1.25,-0.359375 1.34375,-0.71875 1.34375,-0.859375 1.34375,-1.09375 1.15625,-1.25 0.9375,-1.25 c -0.296875,0 -0.609375,0.265625 -0.609375,0.640625 0,0.5 0.5625,0.734375 1.078125,0.734375 0.578125,0 0.984375,-0.453125 1.234375,-0.953125 C 2.828125,-0.125 3.4375,0.125 3.875,0.125 5.09375,0.125 5.734375,-1.453125 5.734375,-1.703125 5.734375,-1.765625 5.6875,-1.8125 5.625,-1.8125 5.515625,-1.8125 5.5,-1.75 5.46875,-1.65625 5.140625,-0.609375 4.453125,-0.125 3.90625,-0.125 3.484375,-0.125 3.265625,-0.4375 3.265625,-0.921875 3.265625,-1.1875 3.3125,-1.375 3.5,-2.15625 L 3.921875,-3.796875 C 4.09375,-4.5 4.5,-5.03125 5.0625,-5.03125 c 0.015625,0 0.359375,0 0.609375,0.15625 z m 0,0"
|
||||
id="path9864" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g4818">
|
||||
<g
|
||||
id="g3711">
|
||||
<path
|
||||
d="m 3.140625,1.34375 c -0.3125,0.453125 -0.78125,0.859375 -1.375,0.859375 C 1.625,2.203125 1.046875,2.171875 0.875,1.625 c 0.03125,0.015625 0.09375,0.015625 0.109375,0.015625 0.359375,0 0.609375,-0.3125 0.609375,-0.59375 C 1.59375,0.78125 1.359375,0.6875 1.1875,0.6875 c -0.203125,0 -0.609375,0.140625 -0.609375,0.71875 0,0.609375 0.515625,1.03125 1.1875,1.03125 C 2.96875,2.4375 4.171875,1.34375 4.5,0.015625 L 5.671875,-4.65625 C 5.6875,-4.703125 5.71875,-4.78125 5.71875,-4.859375 5.71875,-5.03125 5.5625,-5.15625 5.390625,-5.15625 5.28125,-5.15625 5.03125,-5.109375 4.9375,-4.75 L 4.046875,-1.234375 C 4,-1.015625 4,-0.984375 3.890625,-0.859375 3.65625,-0.53125 3.265625,-0.125 2.6875,-0.125 c -0.671875,0 -0.734375,-0.65625 -0.734375,-0.96875 0,-0.6875 0.328125,-1.609375 0.65625,-2.46875 0.125,-0.34375 0.203125,-0.515625 0.203125,-0.75 0,-0.5 -0.359375,-0.953125 -0.953125,-0.953125 -1.09375,0 -1.53125,1.734375 -1.53125,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.109375,0 0.125,-0.046875 0.171875,-0.21875 0.28125,-1 0.734375,-1.484375 1.203125,-1.484375 0.109375,0 0.3125,0 0.3125,0.390625 0,0.3125 -0.125,0.65625 -0.3125,1.109375 C 1.25,-1.953125 1.25,-1.5625 1.25,-1.28125 1.25,-0.140625 2.0625,0.125 2.65625,0.125 3,0.125 3.4375,0.015625 3.84375,-0.4375 l 0.015625,0.015625 C 3.6875,0.28125 3.5625,0.75 3.140625,1.34375 Z m 0,0"
|
||||
id="path9477" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g6693">
|
||||
<g
|
||||
id="g7170">
|
||||
<path
|
||||
d="m 1.515625,-0.96875 c 0.515625,-0.578125 0.9375,-0.953125 1.53125,-1.5 C 3.765625,-3.078125 4.078125,-3.375 4.25,-3.5625 5.078125,-4.390625 5.5,-5.078125 5.5,-5.171875 c 0,-0.09375 -0.09375,-0.09375 -0.125,-0.09375 -0.078125,0 -0.109375,0.046875 -0.15625,0.125 C 4.90625,-4.625 4.625,-4.375 4.3125,-4.375 c -0.25,0 -0.375,-0.109375 -0.609375,-0.390625 -0.25,-0.296875 -0.453125,-0.5 -0.796875,-0.5 -0.875,0 -1.40625,1.078125 -1.40625,1.328125 0,0.046875 0.015625,0.109375 0.125,0.109375 0.09375,0 0.109375,-0.046875 0.140625,-0.125 0.203125,-0.484375 0.78125,-0.5625 1,-0.5625 0.265625,0 0.5,0.078125 0.75,0.1875 0.453125,0.1875 0.640625,0.1875 0.765625,0.1875 0.078125,0 0.125,0 0.1875,0 C 4.078125,-3.6875 3.4375,-3.109375 2.890625,-2.625 L 1.6875,-1.5 c -0.734375,0.734375 -1.171875,1.4375 -1.171875,1.53125 0,0.0625 0.0625,0.09375 0.125,0.09375 0.078125,0 0.09375,-0.015625 0.171875,-0.15625 0.1875,-0.296875 0.578125,-0.75 1.015625,-0.75 0.25,0 0.375,0.09375 0.609375,0.390625 C 2.671875,-0.125 2.875,0.125 3.25,0.125 c 1.171875,0 1.84375,-1.53125 1.84375,-1.796875 0,-0.046875 -0.015625,-0.125 -0.140625,-0.125 -0.09375,0 -0.09375,0.046875 -0.140625,0.171875 -0.265625,0.703125 -0.96875,0.984375 -1.4375,0.984375 -0.25,0 -0.484375,-0.078125 -0.734375,-0.1875 -0.484375,-0.1875 -0.609375,-0.1875 -0.765625,-0.1875 -0.125,0 -0.25,0 -0.359375,0.046875 z m 0,0"
|
||||
id="path1023" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g6915">
|
||||
<g
|
||||
id="g1517">
|
||||
<path
|
||||
d="M 2.03125,-1.328125 C 1.609375,-0.625 1.203125,-0.375 0.640625,-0.34375 0.5,-0.328125 0.40625,-0.328125 0.40625,-0.125 c 0,0.078125 0.0625,0.125 0.140625,0.125 0.21875,0 0.75,-0.03125 0.96875,-0.03125 C 1.859375,-0.03125 2.25,0 2.578125,0 c 0.078125,0 0.21875,0 0.21875,-0.234375 0,-0.09375 -0.09375,-0.109375 -0.171875,-0.109375 -0.265625,-0.03125 -0.5,-0.125 -0.5,-0.40625 0,-0.171875 0.078125,-0.296875 0.234375,-0.5625 l 0.90625,-1.515625 H 6.3125 c 0.015625,0.109375 0.015625,0.203125 0.015625,0.3125 0.046875,0.3125 0.1875,1.5625 0.1875,1.78125 0,0.359375 -0.609375,0.390625 -0.796875,0.390625 -0.140625,0 -0.265625,0 -0.265625,0.21875 C 5.453125,0 5.5625,0 5.625,0 5.828125,0 6.078125,-0.03125 6.28125,-0.03125 H 6.953125 C 7.6875,-0.03125 8.21875,0 8.21875,0 8.3125,0 8.4375,0 8.4375,-0.234375 8.4375,-0.34375 8.328125,-0.34375 8.15625,-0.34375 7.5,-0.34375 7.484375,-0.453125 7.453125,-0.8125 L 6.71875,-8.265625 c -0.03125,-0.25 -0.078125,-0.265625 -0.203125,-0.265625 -0.125,0 -0.1875,0.015625 -0.296875,0.203125 z M 3.46875,-3.171875 5.875,-7.1875 6.28125,-3.171875 Z m 0,0"
|
||||
id="path8353" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g9930">
|
||||
<g
|
||||
id="g6718">
|
||||
<path
|
||||
d="M 2.03125,-1.328125 C 1.609375,-0.625 1.203125,-0.375 0.640625,-0.34375 0.5,-0.328125 0.40625,-0.328125 0.40625,-0.125 c 0,0.078125 0.0625,0.125 0.140625,0.125 0.21875,0 0.75,-0.03125 0.96875,-0.03125 C 1.859375,-0.03125 2.25,0 2.578125,0 c 0.078125,0 0.21875,0 0.21875,-0.234375 0,-0.09375 -0.09375,-0.109375 -0.171875,-0.109375 -0.265625,-0.03125 -0.5,-0.125 -0.5,-0.40625 0,-0.171875 0.078125,-0.296875 0.234375,-0.5625 l 0.90625,-1.515625 H 6.3125 c 0.015625,0.109375 0.015625,0.203125 0.015625,0.3125 0.046875,0.3125 0.1875,1.5625 0.1875,1.78125 0,0.359375 -0.609375,0.390625 -0.796875,0.390625 -0.140625,0 -0.265625,0 -0.265625,0.21875 C 5.453125,0 5.5625,0 5.625,0 5.828125,0 6.078125,-0.03125 6.28125,-0.03125 H 6.953125 C 7.6875,-0.03125 8.21875,0 8.21875,0 8.3125,0 8.4375,0 8.4375,-0.234375 8.4375,-0.34375 8.328125,-0.34375 8.15625,-0.34375 7.5,-0.34375 7.484375,-0.453125 7.453125,-0.8125 L 6.71875,-8.265625 c -0.03125,-0.25 -0.078125,-0.265625 -0.203125,-0.265625 -0.125,0 -0.1875,0.015625 -0.296875,0.203125 z M 3.46875,-3.171875 5.875,-7.1875 6.28125,-3.171875 Z m 0,0"
|
||||
id="path7965" />
|
||||
</g>
|
||||
<g
|
||||
id="g8429">
|
||||
<path
|
||||
d="M 2.109375,-3.78125 C 2.15625,-3.875 2.1875,-3.9375 2.1875,-4.015625 c 0,-0.265625 -0.25,-0.4375 -0.46875,-0.4375 -0.3125,0 -0.40625,0.28125 -0.4375,0.390625 L 0.265625,-0.625 c -0.03125,0.09375 -0.03125,0.109375 -0.03125,0.125 0,0.0625 0.046875,0.078125 0.125,0.109375 0.15625,0.0625 0.171875,0.0625 0.1875,0.0625 0.015625,0 0.0625,0 0.125,-0.140625 z m 0,0"
|
||||
id="path1762" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g7957">
|
||||
<g
|
||||
id="g5894">
|
||||
<path
|
||||
d="M 4.375,-7.34375 C 4.484375,-7.796875 4.53125,-7.8125 5,-7.8125 h 1.546875 c 1.359375,0 1.359375,1.140625 1.359375,1.25 0,0.96875 -0.96875,2.203125 -2.546875,2.203125 h -1.71875 z m 2.015625,3.078125 C 7.703125,-4.5 8.875,-5.421875 8.875,-6.515625 8.875,-7.453125 8.0625,-8.15625 6.703125,-8.15625 H 2.875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.890625,-0.890625 C 1.78125,-0.46875 1.75,-0.34375 0.921875,-0.34375 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.0625,0.125 0.3125,0.125 h 4.09375 C 6.8125,0 8.21875,-1.390625 8.21875,-2.59375 c 0,-0.984375 -0.859375,-1.578125 -1.828125,-1.671875 z m -1.6875,3.921875 h -1.625 c -0.15625,0 -0.1875,0 -0.25,-0.015625 -0.140625,-0.015625 -0.15625,-0.03125 -0.15625,-0.125 0,-0.09375 0.03125,-0.15625 0.046875,-0.265625 L 3.5625,-4.125 h 2.25 c 1.40625,0 1.40625,1.3125 1.40625,1.40625 0,1.15625 -1.03125,2.375 -2.515625,2.375 z m 0,0"
|
||||
id="path2365" />
|
||||
</g>
|
||||
<g
|
||||
id="g5377">
|
||||
<path
|
||||
d="M 2.109375,-3.78125 C 2.15625,-3.875 2.1875,-3.9375 2.1875,-4.015625 c 0,-0.265625 -0.25,-0.4375 -0.46875,-0.4375 -0.3125,0 -0.40625,0.28125 -0.4375,0.390625 L 0.265625,-0.625 c -0.03125,0.09375 -0.03125,0.109375 -0.03125,0.125 0,0.0625 0.046875,0.078125 0.125,0.109375 0.15625,0.0625 0.171875,0.0625 0.1875,0.0625 0.015625,0 0.0625,0 0.125,-0.140625 z m 0,0"
|
||||
id="path6723" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g4850">
|
||||
<g
|
||||
id="g7859">
|
||||
<path
|
||||
d="m 8.921875,-8.3125 c 0,-0.109375 -0.078125,-0.109375 -0.09375,-0.109375 -0.03125,0 -0.078125,0 -0.171875,0.125 l -0.828125,1 c -0.421875,-0.71875 -1.078125,-1.125 -1.96875,-1.125 -2.578125,0 -5.265625,2.625 -5.265625,5.4375 0,2 1.40625,3.234375 3.140625,3.234375 0.96875,0 1.796875,-0.40625 2.5,-0.984375 1.03125,-0.875 1.34375,-2.03125 1.34375,-2.140625 0,-0.09375 -0.09375,-0.09375 -0.125,-0.09375 -0.109375,0 -0.125,0.0625 -0.15625,0.109375 -0.546875,1.875 -2.15625,2.765625 -3.359375,2.765625 -1.265625,0 -2.359375,-0.8125 -2.359375,-2.515625 0,-0.375 0.125,-2.453125 1.46875,-4.03125 0.65625,-0.765625 1.78125,-1.421875 2.921875,-1.421875 1.3125,0 1.890625,1.078125 1.890625,2.296875 0,0.3125 -0.03125,0.578125 -0.03125,0.625 0,0.109375 0.125,0.109375 0.15625,0.109375 0.125,0 0.140625,-0.015625 0.1875,-0.234375 z m 0,0"
|
||||
id="path9529" />
|
||||
</g>
|
||||
<g
|
||||
id="g5242">
|
||||
<path
|
||||
d="M 2.109375,-3.78125 C 2.15625,-3.875 2.1875,-3.9375 2.1875,-4.015625 c 0,-0.265625 -0.25,-0.4375 -0.46875,-0.4375 -0.3125,0 -0.40625,0.28125 -0.4375,0.390625 L 0.265625,-0.625 c -0.03125,0.09375 -0.03125,0.109375 -0.03125,0.125 0,0.0625 0.046875,0.078125 0.125,0.109375 0.15625,0.0625 0.171875,0.0625 0.1875,0.0625 0.015625,0 0.0625,0 0.125,-0.140625 z m 0,0"
|
||||
id="path4845" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g8392">
|
||||
<g
|
||||
id="g8385">
|
||||
<path
|
||||
d="m 8.921875,-8.3125 c 0,-0.109375 -0.078125,-0.109375 -0.09375,-0.109375 -0.03125,0 -0.078125,0 -0.171875,0.125 l -0.828125,1 c -0.421875,-0.71875 -1.078125,-1.125 -1.96875,-1.125 -2.578125,0 -5.265625,2.625 -5.265625,5.4375 0,2 1.40625,3.234375 3.140625,3.234375 0.96875,0 1.796875,-0.40625 2.5,-0.984375 1.03125,-0.875 1.34375,-2.03125 1.34375,-2.140625 0,-0.09375 -0.09375,-0.09375 -0.125,-0.09375 -0.109375,0 -0.125,0.0625 -0.15625,0.109375 -0.546875,1.875 -2.15625,2.765625 -3.359375,2.765625 -1.265625,0 -2.359375,-0.8125 -2.359375,-2.515625 0,-0.375 0.125,-2.453125 1.46875,-4.03125 0.65625,-0.765625 1.78125,-1.421875 2.921875,-1.421875 1.3125,0 1.890625,1.078125 1.890625,2.296875 0,0.3125 -0.03125,0.578125 -0.03125,0.625 0,0.109375 0.125,0.109375 0.15625,0.109375 0.125,0 0.140625,-0.015625 0.1875,-0.234375 z m 0,0"
|
||||
id="path1470" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g948">
|
||||
<g
|
||||
id="g3737">
|
||||
<path
|
||||
d="M 4.375,-7.34375 C 4.484375,-7.796875 4.53125,-7.8125 5,-7.8125 h 1.546875 c 1.359375,0 1.359375,1.140625 1.359375,1.25 0,0.96875 -0.96875,2.203125 -2.546875,2.203125 h -1.71875 z m 2.015625,3.078125 C 7.703125,-4.5 8.875,-5.421875 8.875,-6.515625 8.875,-7.453125 8.0625,-8.15625 6.703125,-8.15625 H 2.875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.890625,-0.890625 C 1.78125,-0.46875 1.75,-0.34375 0.921875,-0.34375 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.0625,0.125 0.3125,0.125 h 4.09375 C 6.8125,0 8.21875,-1.390625 8.21875,-2.59375 c 0,-0.984375 -0.859375,-1.578125 -1.828125,-1.671875 z m -1.6875,3.921875 h -1.625 c -0.15625,0 -0.1875,0 -0.25,-0.015625 -0.140625,-0.015625 -0.15625,-0.03125 -0.15625,-0.125 0,-0.09375 0.03125,-0.15625 0.046875,-0.265625 L 3.5625,-4.125 h 2.25 c 1.40625,0 1.40625,1.3125 1.40625,1.40625 0,1.15625 -1.03125,2.375 -2.515625,2.375 z m 0,0"
|
||||
id="path4194" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g5912">
|
||||
<g
|
||||
id="g7794">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path9233" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g8998">
|
||||
<g
|
||||
id="g816">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path8340" />
|
||||
</g>
|
||||
<g
|
||||
id="g4245">
|
||||
<path
|
||||
d="M 2.109375,-3.78125 C 2.15625,-3.875 2.1875,-3.9375 2.1875,-4.015625 c 0,-0.265625 -0.25,-0.4375 -0.46875,-0.4375 -0.3125,0 -0.40625,0.28125 -0.4375,0.390625 L 0.265625,-0.625 c -0.03125,0.09375 -0.03125,0.109375 -0.03125,0.125 0,0.0625 0.046875,0.078125 0.125,0.109375 0.15625,0.0625 0.171875,0.0625 0.1875,0.0625 0.015625,0 0.0625,0 0.125,-0.140625 z m 0,0"
|
||||
id="path8222" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g7569">
|
||||
<g
|
||||
id="g8465">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path4908" />
|
||||
</g>
|
||||
<g
|
||||
id="g2864">
|
||||
<path
|
||||
d="M 2.109375,-3.78125 C 2.15625,-3.875 2.1875,-3.9375 2.1875,-4.015625 c 0,-0.265625 -0.25,-0.4375 -0.46875,-0.4375 -0.3125,0 -0.40625,0.28125 -0.4375,0.390625 L 0.265625,-0.625 c -0.03125,0.09375 -0.03125,0.109375 -0.03125,0.125 0,0.0625 0.046875,0.078125 0.125,0.109375 0.15625,0.0625 0.171875,0.0625 0.1875,0.0625 0.015625,0 0.0625,0 0.125,-0.140625 z m 0,0"
|
||||
id="path6885" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g5271">
|
||||
<g
|
||||
id="g4344">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path7752" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g5565">
|
||||
<g
|
||||
id="g643">
|
||||
<path
|
||||
d="M 2.03125,-1.328125 C 1.609375,-0.625 1.203125,-0.375 0.640625,-0.34375 0.5,-0.328125 0.40625,-0.328125 0.40625,-0.125 c 0,0.078125 0.0625,0.125 0.140625,0.125 0.21875,0 0.75,-0.03125 0.96875,-0.03125 C 1.859375,-0.03125 2.25,0 2.578125,0 c 0.078125,0 0.21875,0 0.21875,-0.234375 0,-0.09375 -0.09375,-0.109375 -0.171875,-0.109375 -0.265625,-0.03125 -0.5,-0.125 -0.5,-0.40625 0,-0.171875 0.078125,-0.296875 0.234375,-0.5625 l 0.90625,-1.515625 H 6.3125 c 0.015625,0.109375 0.015625,0.203125 0.015625,0.3125 0.046875,0.3125 0.1875,1.5625 0.1875,1.78125 0,0.359375 -0.609375,0.390625 -0.796875,0.390625 -0.140625,0 -0.265625,0 -0.265625,0.21875 C 5.453125,0 5.5625,0 5.625,0 5.828125,0 6.078125,-0.03125 6.28125,-0.03125 H 6.953125 C 7.6875,-0.03125 8.21875,0 8.21875,0 8.3125,0 8.4375,0 8.4375,-0.234375 8.4375,-0.34375 8.328125,-0.34375 8.15625,-0.34375 7.5,-0.34375 7.484375,-0.453125 7.453125,-0.8125 L 6.71875,-8.265625 c -0.03125,-0.25 -0.078125,-0.265625 -0.203125,-0.265625 -0.125,0 -0.1875,0.015625 -0.296875,0.203125 z M 3.46875,-3.171875 5.875,-7.1875 6.28125,-3.171875 Z m 0,0"
|
||||
id="path9035" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g6698">
|
||||
<g
|
||||
id="g1736">
|
||||
<path
|
||||
d="M 4.375,-7.34375 C 4.484375,-7.796875 4.53125,-7.8125 5,-7.8125 h 1.546875 c 1.359375,0 1.359375,1.140625 1.359375,1.25 0,0.96875 -0.96875,2.203125 -2.546875,2.203125 h -1.71875 z m 2.015625,3.078125 C 7.703125,-4.5 8.875,-5.421875 8.875,-6.515625 8.875,-7.453125 8.0625,-8.15625 6.703125,-8.15625 H 2.875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.890625,-0.890625 C 1.78125,-0.46875 1.75,-0.34375 0.921875,-0.34375 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.0625,0.125 0.3125,0.125 h 4.09375 C 6.8125,0 8.21875,-1.390625 8.21875,-2.59375 c 0,-0.984375 -0.859375,-1.578125 -1.828125,-1.671875 z m -1.6875,3.921875 h -1.625 c -0.15625,0 -0.1875,0 -0.25,-0.015625 -0.140625,-0.015625 -0.15625,-0.03125 -0.15625,-0.125 0,-0.09375 0.03125,-0.15625 0.046875,-0.265625 L 3.5625,-4.125 h 2.25 c 1.40625,0 1.40625,1.3125 1.40625,1.40625 0,1.15625 -1.03125,2.375 -2.515625,2.375 z m 0,0"
|
||||
id="path7330" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g5381">
|
||||
<g
|
||||
id="g3651">
|
||||
<path
|
||||
d="m 8.921875,-8.3125 c 0,-0.109375 -0.078125,-0.109375 -0.09375,-0.109375 -0.03125,0 -0.078125,0 -0.171875,0.125 l -0.828125,1 c -0.421875,-0.71875 -1.078125,-1.125 -1.96875,-1.125 -2.578125,0 -5.265625,2.625 -5.265625,5.4375 0,2 1.40625,3.234375 3.140625,3.234375 0.96875,0 1.796875,-0.40625 2.5,-0.984375 1.03125,-0.875 1.34375,-2.03125 1.34375,-2.140625 0,-0.09375 -0.09375,-0.09375 -0.125,-0.09375 -0.109375,0 -0.125,0.0625 -0.15625,0.109375 -0.546875,1.875 -2.15625,2.765625 -3.359375,2.765625 -1.265625,0 -2.359375,-0.8125 -2.359375,-2.515625 0,-0.375 0.125,-2.453125 1.46875,-4.03125 0.65625,-0.765625 1.78125,-1.421875 2.921875,-1.421875 1.3125,0 1.890625,1.078125 1.890625,2.296875 0,0.3125 -0.03125,0.578125 -0.03125,0.625 0,0.109375 0.125,0.109375 0.15625,0.109375 0.125,0 0.140625,-0.015625 0.1875,-0.234375 z m 0,0"
|
||||
id="path4887" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g8872">
|
||||
<g
|
||||
id="g9890">
|
||||
<path
|
||||
d="m 8.921875,-8.3125 c 0,-0.109375 -0.078125,-0.109375 -0.09375,-0.109375 -0.03125,0 -0.078125,0 -0.171875,0.125 l -0.828125,1 c -0.421875,-0.71875 -1.078125,-1.125 -1.96875,-1.125 -2.578125,0 -5.265625,2.625 -5.265625,5.4375 0,2 1.40625,3.234375 3.140625,3.234375 0.96875,0 1.796875,-0.40625 2.5,-0.984375 1.03125,-0.875 1.34375,-2.03125 1.34375,-2.140625 0,-0.09375 -0.09375,-0.09375 -0.125,-0.09375 -0.109375,0 -0.125,0.0625 -0.15625,0.109375 -0.546875,1.875 -2.15625,2.765625 -3.359375,2.765625 -1.265625,0 -2.359375,-0.8125 -2.359375,-2.515625 0,-0.375 0.125,-2.453125 1.46875,-4.03125 0.65625,-0.765625 1.78125,-1.421875 2.921875,-1.421875 1.3125,0 1.890625,1.078125 1.890625,2.296875 0,0.3125 -0.03125,0.578125 -0.03125,0.625 0,0.109375 0.125,0.109375 0.15625,0.109375 0.125,0 0.140625,-0.015625 0.1875,-0.234375 z m 0,0"
|
||||
id="path5726" />
|
||||
</g>
|
||||
<g
|
||||
id="g4762">
|
||||
<path
|
||||
d="M 2.109375,-3.78125 C 2.15625,-3.875 2.1875,-3.9375 2.1875,-4.015625 c 0,-0.265625 -0.25,-0.4375 -0.46875,-0.4375 -0.3125,0 -0.40625,0.28125 -0.4375,0.390625 L 0.265625,-0.625 c -0.03125,0.09375 -0.03125,0.109375 -0.03125,0.125 0,0.0625 0.046875,0.078125 0.125,0.109375 0.15625,0.0625 0.171875,0.0625 0.1875,0.0625 0.015625,0 0.0625,0 0.125,-0.140625 z m 0,0"
|
||||
id="path698" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g947">
|
||||
<g
|
||||
id="g4878">
|
||||
<path
|
||||
d="M 4.375,-7.34375 C 4.484375,-7.796875 4.53125,-7.8125 5,-7.8125 h 1.546875 c 1.359375,0 1.359375,1.140625 1.359375,1.25 0,0.96875 -0.96875,2.203125 -2.546875,2.203125 h -1.71875 z m 2.015625,3.078125 C 7.703125,-4.5 8.875,-5.421875 8.875,-6.515625 8.875,-7.453125 8.0625,-8.15625 6.703125,-8.15625 H 2.875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.890625,-0.890625 C 1.78125,-0.46875 1.75,-0.34375 0.921875,-0.34375 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.0625,0.125 0.3125,0.125 h 4.09375 C 6.8125,0 8.21875,-1.390625 8.21875,-2.59375 c 0,-0.984375 -0.859375,-1.578125 -1.828125,-1.671875 z m -1.6875,3.921875 h -1.625 c -0.15625,0 -0.1875,0 -0.25,-0.015625 -0.140625,-0.015625 -0.15625,-0.03125 -0.15625,-0.125 0,-0.09375 0.03125,-0.15625 0.046875,-0.265625 L 3.5625,-4.125 h 2.25 c 1.40625,0 1.40625,1.3125 1.40625,1.40625 0,1.15625 -1.03125,2.375 -2.515625,2.375 z m 0,0"
|
||||
id="path3834" />
|
||||
</g>
|
||||
<g
|
||||
id="g1929">
|
||||
<path
|
||||
d="M 2.109375,-3.78125 C 2.15625,-3.875 2.1875,-3.9375 2.1875,-4.015625 c 0,-0.265625 -0.25,-0.4375 -0.46875,-0.4375 -0.3125,0 -0.40625,0.28125 -0.4375,0.390625 L 0.265625,-0.625 c -0.03125,0.09375 -0.03125,0.109375 -0.03125,0.125 0,0.0625 0.046875,0.078125 0.125,0.109375 0.15625,0.0625 0.171875,0.0625 0.1875,0.0625 0.015625,0 0.0625,0 0.125,-0.140625 z m 0,0"
|
||||
id="path2228" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g8335">
|
||||
<g
|
||||
id="g7900">
|
||||
<path
|
||||
d="M 2.03125,-1.328125 C 1.609375,-0.625 1.203125,-0.375 0.640625,-0.34375 0.5,-0.328125 0.40625,-0.328125 0.40625,-0.125 c 0,0.078125 0.0625,0.125 0.140625,0.125 0.21875,0 0.75,-0.03125 0.96875,-0.03125 C 1.859375,-0.03125 2.25,0 2.578125,0 c 0.078125,0 0.21875,0 0.21875,-0.234375 0,-0.09375 -0.09375,-0.109375 -0.171875,-0.109375 -0.265625,-0.03125 -0.5,-0.125 -0.5,-0.40625 0,-0.171875 0.078125,-0.296875 0.234375,-0.5625 l 0.90625,-1.515625 H 6.3125 c 0.015625,0.109375 0.015625,0.203125 0.015625,0.3125 0.046875,0.3125 0.1875,1.5625 0.1875,1.78125 0,0.359375 -0.609375,0.390625 -0.796875,0.390625 -0.140625,0 -0.265625,0 -0.265625,0.21875 C 5.453125,0 5.5625,0 5.625,0 5.828125,0 6.078125,-0.03125 6.28125,-0.03125 H 6.953125 C 7.6875,-0.03125 8.21875,0 8.21875,0 8.3125,0 8.4375,0 8.4375,-0.234375 8.4375,-0.34375 8.328125,-0.34375 8.15625,-0.34375 7.5,-0.34375 7.484375,-0.453125 7.453125,-0.8125 L 6.71875,-8.265625 c -0.03125,-0.25 -0.078125,-0.265625 -0.203125,-0.265625 -0.125,0 -0.1875,0.015625 -0.296875,0.203125 z M 3.46875,-3.171875 5.875,-7.1875 6.28125,-3.171875 Z m 0,0"
|
||||
id="path3219" />
|
||||
</g>
|
||||
<g
|
||||
id="g4610">
|
||||
<path
|
||||
d="M 2.109375,-3.78125 C 2.15625,-3.875 2.1875,-3.9375 2.1875,-4.015625 c 0,-0.265625 -0.25,-0.4375 -0.46875,-0.4375 -0.3125,0 -0.40625,0.28125 -0.4375,0.390625 L 0.265625,-0.625 c -0.03125,0.09375 -0.03125,0.109375 -0.03125,0.125 0,0.0625 0.046875,0.078125 0.125,0.109375 0.15625,0.0625 0.171875,0.0625 0.1875,0.0625 0.015625,0 0.0625,0 0.125,-0.140625 z m 0,0"
|
||||
id="path3448" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g1230">
|
||||
<g
|
||||
id="g7987">
|
||||
<path
|
||||
d="m 5.671875,-4.875 c -0.390625,0.0625 -0.53125,0.359375 -0.53125,0.578125 0,0.296875 0.21875,0.390625 0.390625,0.390625 0.359375,0 0.609375,-0.3125 0.609375,-0.640625 0,-0.5 -0.578125,-0.71875 -1.078125,-0.71875 -0.71875,0 -1.125,0.71875 -1.234375,0.9375 -0.28125,-0.890625 -1.015625,-0.9375 -1.234375,-0.9375 -1.21875,0 -1.859375,1.5625 -1.859375,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.09375,0 0.125,-0.078125 0.140625,-0.125 0.40625,-1.328125 1.21875,-1.578125 1.5625,-1.578125 0.53125,0 0.640625,0.5 0.640625,0.78125 0,0.265625 -0.078125,0.546875 -0.21875,1.125 L 2.578125,-1.5 c -0.171875,0.71875 -0.515625,1.375 -1.15625,1.375 -0.0625,0 -0.359375,0 -0.609375,-0.15625 C 1.25,-0.359375 1.34375,-0.71875 1.34375,-0.859375 1.34375,-1.09375 1.15625,-1.25 0.9375,-1.25 c -0.296875,0 -0.609375,0.265625 -0.609375,0.640625 0,0.5 0.5625,0.734375 1.078125,0.734375 0.578125,0 0.984375,-0.453125 1.234375,-0.953125 C 2.828125,-0.125 3.4375,0.125 3.875,0.125 5.09375,0.125 5.734375,-1.453125 5.734375,-1.703125 5.734375,-1.765625 5.6875,-1.8125 5.625,-1.8125 5.515625,-1.8125 5.5,-1.75 5.46875,-1.65625 5.140625,-0.609375 4.453125,-0.125 3.90625,-0.125 3.484375,-0.125 3.265625,-0.4375 3.265625,-0.921875 3.265625,-1.1875 3.3125,-1.375 3.5,-2.15625 L 3.921875,-3.796875 C 4.09375,-4.5 4.5,-5.03125 5.0625,-5.03125 c 0.015625,0 0.359375,0 0.609375,0.15625 z m 0,0"
|
||||
id="path3480" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g5990">
|
||||
<g
|
||||
id="g4210">
|
||||
<path
|
||||
d="m 3.140625,1.34375 c -0.3125,0.453125 -0.78125,0.859375 -1.375,0.859375 C 1.625,2.203125 1.046875,2.171875 0.875,1.625 c 0.03125,0.015625 0.09375,0.015625 0.109375,0.015625 0.359375,0 0.609375,-0.3125 0.609375,-0.59375 C 1.59375,0.78125 1.359375,0.6875 1.1875,0.6875 c -0.203125,0 -0.609375,0.140625 -0.609375,0.71875 0,0.609375 0.515625,1.03125 1.1875,1.03125 C 2.96875,2.4375 4.171875,1.34375 4.5,0.015625 L 5.671875,-4.65625 C 5.6875,-4.703125 5.71875,-4.78125 5.71875,-4.859375 5.71875,-5.03125 5.5625,-5.15625 5.390625,-5.15625 5.28125,-5.15625 5.03125,-5.109375 4.9375,-4.75 L 4.046875,-1.234375 C 4,-1.015625 4,-0.984375 3.890625,-0.859375 3.65625,-0.53125 3.265625,-0.125 2.6875,-0.125 c -0.671875,0 -0.734375,-0.65625 -0.734375,-0.96875 0,-0.6875 0.328125,-1.609375 0.65625,-2.46875 0.125,-0.34375 0.203125,-0.515625 0.203125,-0.75 0,-0.5 -0.359375,-0.953125 -0.953125,-0.953125 -1.09375,0 -1.53125,1.734375 -1.53125,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.109375,0 0.125,-0.046875 0.171875,-0.21875 0.28125,-1 0.734375,-1.484375 1.203125,-1.484375 0.109375,0 0.3125,0 0.3125,0.390625 0,0.3125 -0.125,0.65625 -0.3125,1.109375 C 1.25,-1.953125 1.25,-1.5625 1.25,-1.28125 1.25,-0.140625 2.0625,0.125 2.65625,0.125 3,0.125 3.4375,0.015625 3.84375,-0.4375 l 0.015625,0.015625 C 3.6875,0.28125 3.5625,0.75 3.140625,1.34375 Z m 0,0"
|
||||
id="path6392" />
|
||||
</g>
|
||||
</g>
|
||||
</defs>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<path
|
||||
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.26458333;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-end:url(#marker13);marker-start:url(#DartArrow)"
|
||||
d="m 18.000001,31.272661 c 0,0 5.000001,-4.27266 6,-5.272661 l 0,-7.535623"
|
||||
id="path12"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(13,22.999999)"
|
||||
id="g16">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g2-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.884987,-0.660885)">
|
||||
<g
|
||||
id="use1-1-1"
|
||||
transform="translate(1.993,7.1389999)">
|
||||
<path
|
||||
d="m 1.515625,-0.96875 c 0.515625,-0.578125 0.9375,-0.953125 1.53125,-1.5 C 3.765625,-3.078125 4.078125,-3.375 4.25,-3.5625 5.078125,-4.390625 5.5,-5.078125 5.5,-5.171875 c 0,-0.09375 -0.09375,-0.09375 -0.125,-0.09375 -0.078125,0 -0.109375,0.046875 -0.15625,0.125 C 4.90625,-4.625 4.625,-4.375 4.3125,-4.375 c -0.25,0 -0.375,-0.109375 -0.609375,-0.390625 -0.25,-0.296875 -0.453125,-0.5 -0.796875,-0.5 -0.875,0 -1.40625,1.078125 -1.40625,1.328125 0,0.046875 0.015625,0.109375 0.125,0.109375 0.09375,0 0.109375,-0.046875 0.140625,-0.125 0.203125,-0.484375 0.78125,-0.5625 1,-0.5625 0.265625,0 0.5,0.078125 0.75,0.1875 0.453125,0.1875 0.640625,0.1875 0.765625,0.1875 0.078125,0 0.125,0 0.1875,0 C 4.078125,-3.6875 3.4375,-3.109375 2.890625,-2.625 L 1.6875,-1.5 c -0.734375,0.734375 -1.171875,1.4375 -1.171875,1.53125 0,0.0625 0.0625,0.09375 0.125,0.09375 0.078125,0 0.09375,-0.015625 0.171875,-0.15625 0.1875,-0.296875 0.578125,-0.75 1.015625,-0.75 0.25,0 0.375,0.09375 0.609375,0.390625 C 2.671875,-0.125 2.875,0.125 3.25,0.125 c 1.171875,0 1.84375,-1.53125 1.84375,-1.796875 0,-0.046875 -0.015625,-0.125 -0.140625,-0.125 -0.09375,0 -0.09375,0.046875 -0.140625,0.171875 -0.265625,0.703125 -0.96875,0.984375 -1.4375,0.984375 -0.25,0 -0.484375,-0.078125 -0.734375,-0.1875 -0.484375,-0.1875 -0.609375,-0.1875 -0.765625,-0.1875 -0.125,0 -0.25,0 -0.359375,0.046875 z m 0,0"
|
||||
id="path2-1-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.168062;stroke-dasharray:0.672245, 0.672245;stroke-dashoffset:0"
|
||||
d="M 151.0383,26 H 87.519154"
|
||||
id="path1"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.336122"
|
||||
d="M 24.000001,26 106.5749,9.4850208"
|
||||
id="path2" />
|
||||
<path
|
||||
style="fill:#df4400;fill-opacity:0.371278;stroke:none;stroke-width:0.168062;stroke-dasharray:0.504183, 0.504183;stroke-dashoffset:0"
|
||||
d="M 74.815324,34.892679 81.167236,26 74.815324,15.836936 Z"
|
||||
id="path3"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:#00a700;fill-opacity:0.371278;stroke:#000000;stroke-width:0.168062;stroke-dasharray:none"
|
||||
d="M 131.98256,45.055743 106.5749,9.4850208 151.0383,26 Z"
|
||||
id="path4" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.336122;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
d="M 131.98256,45.055743 24.000001,26"
|
||||
id="path6" />
|
||||
<path
|
||||
style="fill:#df4400;fill-opacity:0.371278;stroke:#000000;stroke-width:0.0672245;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
d="M 24.000001,26 119.27873,17.10732"
|
||||
id="path7" />
|
||||
<circle
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.0672245;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path8"
|
||||
cx="118.64354"
|
||||
cy="17.107321"
|
||||
r="0.6351915" />
|
||||
<circle
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.0672245;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path8-8"
|
||||
cx="76.666092"
|
||||
cy="21.082884"
|
||||
r="0.6351915" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.168062;stroke-dasharray:0.672245, 0.672245;stroke-dashoffset:0;stroke-opacity:1"
|
||||
d="M 24.000001,26 H 82.43762"
|
||||
id="path27" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.168062;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
d="M 74.815324,15.836936 V 35.228801"
|
||||
id="path28"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.168062;stroke-dasharray:0.672246, 0.672246;stroke-dashoffset:0;stroke-opacity:1"
|
||||
d="M 81.167236,26 74.815324,15.836936"
|
||||
id="path29" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.168062;stroke-dasharray:0.672245, 0.672245;stroke-dashoffset:0;stroke-opacity:1"
|
||||
d="M 74.815324,34.892679 81.167236,26"
|
||||
id="path30" />
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(77.790081,17.397496)"
|
||||
id="g30">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g3-1-1-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.69387)">
|
||||
<g
|
||||
id="use2-1-1-1-1"
|
||||
transform="translate(1.993,10.758)">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path4-1-1-1-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g4-1-1-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.69387)">
|
||||
<g
|
||||
id="use3-1-1-1-1"
|
||||
transform="translate(11.164,6.4200001)">
|
||||
<path
|
||||
d="M 2.109375,-3.78125 C 2.15625,-3.875 2.1875,-3.9375 2.1875,-4.015625 c 0,-0.265625 -0.25,-0.4375 -0.46875,-0.4375 -0.3125,0 -0.40625,0.28125 -0.4375,0.390625 L 0.265625,-0.625 c -0.03125,0.09375 -0.03125,0.109375 -0.03125,0.125 0,0.0625 0.046875,0.078125 0.125,0.109375 0.15625,0.0625 0.171875,0.0625 0.1875,0.0625 0.015625,0 0.0625,0 0.125,-0.140625 z m 0,0"
|
||||
id="path5-1-1-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(120.07856,17.481362)"
|
||||
id="g31">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g2-1-1-1-1-1-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.707231)">
|
||||
<g
|
||||
id="use1-1-1-1-1-1-1-1"
|
||||
transform="translate(1.993,10.161)">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path2-1-1-1-1-1-1-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(151.99909,23.299005)"
|
||||
id="g32">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g2-1-1-1-1-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.846402,-0.57494)">
|
||||
<g
|
||||
id="use1-1-1-1-1-1-1"
|
||||
transform="translate(1.993,10.161)">
|
||||
<path
|
||||
d="M 2.03125,-1.328125 C 1.609375,-0.625 1.203125,-0.375 0.640625,-0.34375 0.5,-0.328125 0.40625,-0.328125 0.40625,-0.125 c 0,0.078125 0.0625,0.125 0.140625,0.125 0.21875,0 0.75,-0.03125 0.96875,-0.03125 C 1.859375,-0.03125 2.25,0 2.578125,0 c 0.078125,0 0.21875,0 0.21875,-0.234375 0,-0.09375 -0.09375,-0.109375 -0.171875,-0.109375 -0.265625,-0.03125 -0.5,-0.125 -0.5,-0.40625 0,-0.171875 0.078125,-0.296875 0.234375,-0.5625 l 0.90625,-1.515625 H 6.3125 c 0.015625,0.109375 0.015625,0.203125 0.015625,0.3125 0.046875,0.3125 0.1875,1.5625 0.1875,1.78125 0,0.359375 -0.609375,0.390625 -0.796875,0.390625 -0.140625,0 -0.265625,0 -0.265625,0.21875 C 5.453125,0 5.5625,0 5.625,0 5.828125,0 6.078125,-0.03125 6.28125,-0.03125 H 6.953125 C 7.6875,-0.03125 8.21875,0 8.21875,0 8.3125,0 8.4375,0 8.4375,-0.234375 8.4375,-0.34375 8.328125,-0.34375 8.15625,-0.34375 7.5,-0.34375 7.484375,-0.453125 7.453125,-0.8125 L 6.71875,-8.265625 c -0.03125,-0.25 -0.078125,-0.265625 -0.203125,-0.265625 -0.125,0 -0.1875,0.015625 -0.296875,0.203125 z M 3.46875,-3.171875 5.875,-7.1875 6.28125,-3.171875 Z m 0,0"
|
||||
id="path2-1-1-1-1-1-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(131.94948,46.627472)"
|
||||
id="g33">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g2-1-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.907036,-0.707231)">
|
||||
<g
|
||||
id="use1-1-1-1"
|
||||
transform="translate(1.993,10.161)">
|
||||
<path
|
||||
d="M 4.375,-7.34375 C 4.484375,-7.796875 4.53125,-7.8125 5,-7.8125 h 1.546875 c 1.359375,0 1.359375,1.140625 1.359375,1.25 0,0.96875 -0.96875,2.203125 -2.546875,2.203125 h -1.71875 z m 2.015625,3.078125 C 7.703125,-4.5 8.875,-5.421875 8.875,-6.515625 8.875,-7.453125 8.0625,-8.15625 6.703125,-8.15625 H 2.875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.890625,-0.890625 C 1.78125,-0.46875 1.75,-0.34375 0.921875,-0.34375 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.0625,0.125 0.3125,0.125 h 4.09375 C 6.8125,0 8.21875,-1.390625 8.21875,-2.59375 c 0,-0.984375 -0.859375,-1.578125 -1.828125,-1.671875 z m -1.6875,3.921875 h -1.625 c -0.15625,0 -0.1875,0 -0.25,-0.015625 -0.140625,-0.015625 -0.15625,-0.03125 -0.15625,-0.125 0,-0.09375 0.03125,-0.15625 0.046875,-0.265625 L 3.5625,-4.125 h 2.25 c 1.40625,0 1.40625,1.3125 1.40625,1.40625 0,1.15625 -1.03125,2.375 -2.515625,2.375 z m 0,0"
|
||||
id="path2-1-1-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(106.13459,5.8529769)"
|
||||
id="g34">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g2-1-1-1-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.912548,-0.613525)">
|
||||
<g
|
||||
id="use1-1-1-1-1-1"
|
||||
transform="translate(1.993,10.161)">
|
||||
<path
|
||||
d="m 8.921875,-8.3125 c 0,-0.109375 -0.078125,-0.109375 -0.09375,-0.109375 -0.03125,0 -0.078125,0 -0.171875,0.125 l -0.828125,1 c -0.421875,-0.71875 -1.078125,-1.125 -1.96875,-1.125 -2.578125,0 -5.265625,2.625 -5.265625,5.4375 0,2 1.40625,3.234375 3.140625,3.234375 0.96875,0 1.796875,-0.40625 2.5,-0.984375 1.03125,-0.875 1.34375,-2.03125 1.34375,-2.140625 0,-0.09375 -0.09375,-0.09375 -0.125,-0.09375 -0.109375,0 -0.125,0.0625 -0.15625,0.109375 -0.546875,1.875 -2.15625,2.765625 -3.359375,2.765625 -1.265625,0 -2.359375,-0.8125 -2.359375,-2.515625 0,-0.375 0.125,-2.453125 1.46875,-4.03125 0.65625,-0.765625 1.78125,-1.421875 2.921875,-1.421875 1.3125,0 1.890625,1.078125 1.890625,2.296875 0,0.3125 -0.03125,0.578125 -0.03125,0.625 0,0.109375 0.125,0.109375 0.15625,0.109375 0.125,0 0.140625,-0.015625 0.1875,-0.234375 z m 0,0"
|
||||
id="path2-1-1-1-1-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(72.999999,11.432869)"
|
||||
id="g35">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g3-1-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.912548,-0.69387)">
|
||||
<g
|
||||
id="use2-1-1-1"
|
||||
transform="translate(1.993,10.758)">
|
||||
<path
|
||||
d="m 8.921875,-8.3125 c 0,-0.109375 -0.078125,-0.109375 -0.09375,-0.109375 -0.03125,0 -0.078125,0 -0.171875,0.125 l -0.828125,1 c -0.421875,-0.71875 -1.078125,-1.125 -1.96875,-1.125 -2.578125,0 -5.265625,2.625 -5.265625,5.4375 0,2 1.40625,3.234375 3.140625,3.234375 0.96875,0 1.796875,-0.40625 2.5,-0.984375 1.03125,-0.875 1.34375,-2.03125 1.34375,-2.140625 0,-0.09375 -0.09375,-0.09375 -0.125,-0.09375 -0.109375,0 -0.125,0.0625 -0.15625,0.109375 -0.546875,1.875 -2.15625,2.765625 -3.359375,2.765625 -1.265625,0 -2.359375,-0.8125 -2.359375,-2.515625 0,-0.375 0.125,-2.453125 1.46875,-4.03125 0.65625,-0.765625 1.78125,-1.421875 2.921875,-1.421875 1.3125,0 1.890625,1.078125 1.890625,2.296875 0,0.3125 -0.03125,0.578125 -0.03125,0.625 0,0.109375 0.125,0.109375 0.15625,0.109375 0.125,0 0.140625,-0.015625 0.1875,-0.234375 z m 0,0"
|
||||
id="path4-1-1-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g4-1-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.912548,-0.69387)">
|
||||
<g
|
||||
id="use3-1-1-1"
|
||||
transform="translate(11.226,6.4200001)">
|
||||
<path
|
||||
d="M 2.109375,-3.78125 C 2.15625,-3.875 2.1875,-3.9375 2.1875,-4.015625 c 0,-0.265625 -0.25,-0.4375 -0.46875,-0.4375 -0.3125,0 -0.40625,0.28125 -0.4375,0.390625 L 0.265625,-0.625 c -0.03125,0.09375 -0.03125,0.109375 -0.03125,0.125 0,0.0625 0.046875,0.078125 0.125,0.109375 0.15625,0.0625 0.171875,0.0625 0.1875,0.0625 0.015625,0 0.0625,0 0.125,-0.140625 z m 0,0"
|
||||
id="path5-1-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(71.544789,35.501314)"
|
||||
id="g36">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g3-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.907036,-0.69387)">
|
||||
<g
|
||||
id="use2-1-1"
|
||||
transform="translate(1.993,10.758)">
|
||||
<path
|
||||
d="M 4.375,-7.34375 C 4.484375,-7.796875 4.53125,-7.8125 5,-7.8125 h 1.546875 c 1.359375,0 1.359375,1.140625 1.359375,1.25 0,0.96875 -0.96875,2.203125 -2.546875,2.203125 h -1.71875 z m 2.015625,3.078125 C 7.703125,-4.5 8.875,-5.421875 8.875,-6.515625 8.875,-7.453125 8.0625,-8.15625 6.703125,-8.15625 H 2.875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.890625,-0.890625 C 1.78125,-0.46875 1.75,-0.34375 0.921875,-0.34375 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.0625,0.125 0.3125,0.125 h 4.09375 C 6.8125,0 8.21875,-1.390625 8.21875,-2.59375 c 0,-0.984375 -0.859375,-1.578125 -1.828125,-1.671875 z m -1.6875,3.921875 h -1.625 c -0.15625,0 -0.1875,0 -0.25,-0.015625 -0.140625,-0.015625 -0.15625,-0.03125 -0.15625,-0.125 0,-0.09375 0.03125,-0.15625 0.046875,-0.265625 L 3.5625,-4.125 h 2.25 c 1.40625,0 1.40625,1.3125 1.40625,1.40625 0,1.15625 -1.03125,2.375 -2.515625,2.375 z m 0,0"
|
||||
id="path4-1-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g4-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.907036,-0.69387)">
|
||||
<g
|
||||
id="use3-1-1"
|
||||
transform="translate(11.489,6.4200001)">
|
||||
<path
|
||||
d="M 2.109375,-3.78125 C 2.15625,-3.875 2.1875,-3.9375 2.1875,-4.015625 c 0,-0.265625 -0.25,-0.4375 -0.46875,-0.4375 -0.3125,0 -0.40625,0.28125 -0.4375,0.390625 L 0.265625,-0.625 c -0.03125,0.09375 -0.03125,0.109375 -0.03125,0.125 0,0.0625 0.046875,0.078125 0.125,0.109375 0.15625,0.0625 0.171875,0.0625 0.1875,0.0625 0.015625,0 0.0625,0 0.125,-0.140625 z m 0,0"
|
||||
id="path5-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(82.688106,24.083303)"
|
||||
id="g37">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g3-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.846402,-0.69387)">
|
||||
<g
|
||||
id="use2-1"
|
||||
transform="translate(1.993,10.758)">
|
||||
<path
|
||||
d="M 2.03125,-1.328125 C 1.609375,-0.625 1.203125,-0.375 0.640625,-0.34375 0.5,-0.328125 0.40625,-0.328125 0.40625,-0.125 c 0,0.078125 0.0625,0.125 0.140625,0.125 0.21875,0 0.75,-0.03125 0.96875,-0.03125 C 1.859375,-0.03125 2.25,0 2.578125,0 c 0.078125,0 0.21875,0 0.21875,-0.234375 0,-0.09375 -0.09375,-0.109375 -0.171875,-0.109375 -0.265625,-0.03125 -0.5,-0.125 -0.5,-0.40625 0,-0.171875 0.078125,-0.296875 0.234375,-0.5625 l 0.90625,-1.515625 H 6.3125 c 0.015625,0.109375 0.015625,0.203125 0.015625,0.3125 0.046875,0.3125 0.1875,1.5625 0.1875,1.78125 0,0.359375 -0.609375,0.390625 -0.796875,0.390625 -0.140625,0 -0.265625,0 -0.265625,0.21875 C 5.453125,0 5.5625,0 5.625,0 5.828125,0 6.078125,-0.03125 6.28125,-0.03125 H 6.953125 C 7.6875,-0.03125 8.21875,0 8.21875,0 8.3125,0 8.4375,0 8.4375,-0.234375 8.4375,-0.34375 8.328125,-0.34375 8.15625,-0.34375 7.5,-0.34375 7.484375,-0.453125 7.453125,-0.8125 L 6.71875,-8.265625 c -0.03125,-0.25 -0.078125,-0.265625 -0.203125,-0.265625 -0.125,0 -0.1875,0.015625 -0.296875,0.203125 z M 3.46875,-3.171875 5.875,-7.1875 6.28125,-3.171875 Z m 0,0"
|
||||
id="path4-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g4-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.846402,-0.69387)">
|
||||
<g
|
||||
id="use3-1"
|
||||
transform="translate(10.768,6.4200001)">
|
||||
<path
|
||||
d="M 2.109375,-3.78125 C 2.15625,-3.875 2.1875,-3.9375 2.1875,-4.015625 c 0,-0.265625 -0.25,-0.4375 -0.46875,-0.4375 -0.3125,0 -0.40625,0.28125 -0.4375,0.390625 L 0.265625,-0.625 c -0.03125,0.09375 -0.03125,0.109375 -0.03125,0.125 0,0.0625 0.046875,0.078125 0.125,0.109375 0.15625,0.0625 0.171875,0.0625 0.1875,0.0625 0.015625,0 0.0625,0 0.125,-0.140625 z m 0,0"
|
||||
id="path5-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="fill:none;stroke-width:0.26458333;stroke-dasharray:none;stroke:#000000;stroke-opacity:1;marker-end:url(#marker14)"
|
||||
d="M 24,26 H 15"
|
||||
id="path5" />
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(18.785026,31.583375)"
|
||||
id="g15">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g2"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.818841,-0.660885)">
|
||||
<g
|
||||
id="use1"
|
||||
transform="translate(1.993,7.1389999)">
|
||||
<path
|
||||
d="m 5.671875,-4.875 c -0.390625,0.0625 -0.53125,0.359375 -0.53125,0.578125 0,0.296875 0.21875,0.390625 0.390625,0.390625 0.359375,0 0.609375,-0.3125 0.609375,-0.640625 0,-0.5 -0.578125,-0.71875 -1.078125,-0.71875 -0.71875,0 -1.125,0.71875 -1.234375,0.9375 -0.28125,-0.890625 -1.015625,-0.9375 -1.234375,-0.9375 -1.21875,0 -1.859375,1.5625 -1.859375,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.09375,0 0.125,-0.078125 0.140625,-0.125 0.40625,-1.328125 1.21875,-1.578125 1.5625,-1.578125 0.53125,0 0.640625,0.5 0.640625,0.78125 0,0.265625 -0.078125,0.546875 -0.21875,1.125 L 2.578125,-1.5 c -0.171875,0.71875 -0.515625,1.375 -1.15625,1.375 -0.0625,0 -0.359375,0 -0.609375,-0.15625 C 1.25,-0.359375 1.34375,-0.71875 1.34375,-0.859375 1.34375,-1.09375 1.15625,-1.25 0.9375,-1.25 c -0.296875,0 -0.609375,0.265625 -0.609375,0.640625 0,0.5 0.5625,0.734375 1.078125,0.734375 0.578125,0 0.984375,-0.453125 1.234375,-0.953125 C 2.828125,-0.125 3.4375,0.125 3.875,0.125 5.09375,0.125 5.734375,-1.453125 5.734375,-1.703125 5.734375,-1.765625 5.6875,-1.8125 5.625,-1.8125 5.515625,-1.8125 5.5,-1.75 5.46875,-1.65625 5.140625,-0.609375 4.453125,-0.125 3.90625,-0.125 3.484375,-0.125 3.265625,-0.4375 3.265625,-0.921875 3.265625,-1.1875 3.3125,-1.375 3.5,-2.15625 L 3.921875,-3.796875 C 4.09375,-4.5 4.5,-5.03125 5.0625,-5.03125 c 0.015625,0 0.359375,0 0.609375,0.15625 z m 0,0"
|
||||
id="path2-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(21.195225,16.399175)"
|
||||
id="g17">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g2-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.818841,-0.661238)">
|
||||
<g
|
||||
id="use1-1"
|
||||
transform="translate(1.993,7.1399999)">
|
||||
<path
|
||||
d="m 3.140625,1.34375 c -0.3125,0.453125 -0.78125,0.859375 -1.375,0.859375 C 1.625,2.203125 1.046875,2.171875 0.875,1.625 c 0.03125,0.015625 0.09375,0.015625 0.109375,0.015625 0.359375,0 0.609375,-0.3125 0.609375,-0.59375 C 1.59375,0.78125 1.359375,0.6875 1.1875,0.6875 c -0.203125,0 -0.609375,0.140625 -0.609375,0.71875 0,0.609375 0.515625,1.03125 1.1875,1.03125 C 2.96875,2.4375 4.171875,1.34375 4.5,0.015625 L 5.671875,-4.65625 C 5.6875,-4.703125 5.71875,-4.78125 5.71875,-4.859375 5.71875,-5.03125 5.5625,-5.15625 5.390625,-5.15625 5.28125,-5.15625 5.03125,-5.109375 4.9375,-4.75 L 4.046875,-1.234375 C 4,-1.015625 4,-0.984375 3.890625,-0.859375 3.65625,-0.53125 3.265625,-0.125 2.6875,-0.125 c -0.671875,0 -0.734375,-0.65625 -0.734375,-0.96875 0,-0.6875 0.328125,-1.609375 0.65625,-2.46875 0.125,-0.34375 0.203125,-0.515625 0.203125,-0.75 0,-0.5 -0.359375,-0.953125 -0.953125,-0.953125 -1.09375,0 -1.53125,1.734375 -1.53125,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.109375,0 0.125,-0.046875 0.171875,-0.21875 0.28125,-1 0.734375,-1.484375 1.203125,-1.484375 0.109375,0 0.3125,0 0.3125,0.390625 0,0.3125 -0.125,0.65625 -0.3125,1.109375 C 1.25,-1.953125 1.25,-1.5625 1.25,-1.28125 1.25,-0.140625 2.0625,0.125 2.65625,0.125 3,0.125 3.4375,0.015625 3.84375,-0.4375 l 0.015625,0.015625 C 3.6875,0.28125 3.5625,0.75 3.140625,1.34375 Z m 0,0"
|
||||
id="path2-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 55 KiB |
@@ -0,0 +1,262 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="160mm"
|
||||
height="60mm"
|
||||
viewBox="0 0 160 60"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
inkscape:version="1.4 (86a8ad7, 2024-10-11)"
|
||||
sodipodi:docname="bc_corrected_show.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
borderopacity="0.25"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="mm"
|
||||
showgrid="true"
|
||||
inkscape:zoom="3.0664904"
|
||||
inkscape:cx="327.41013"
|
||||
inkscape:cy="25.925403"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1494"
|
||||
inkscape:window-x="-11"
|
||||
inkscape:window-y="-11"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1">
|
||||
<inkscape:grid
|
||||
id="grid1"
|
||||
units="mm"
|
||||
originx="0"
|
||||
originy="0"
|
||||
spacingx="0.99999998"
|
||||
spacingy="1"
|
||||
empcolor="#0099e5"
|
||||
empopacity="0.30196078"
|
||||
color="#0099e5"
|
||||
opacity="0.14901961"
|
||||
empspacing="5"
|
||||
enabled="true"
|
||||
visible="true" />
|
||||
</sodipodi:namedview>
|
||||
<defs
|
||||
id="defs1">
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="ConcaveTriangle"
|
||||
refX="0"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Concave triangle arrow"
|
||||
markerWidth="1"
|
||||
markerHeight="1"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
transform="scale(0.7)"
|
||||
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
id="path7" />
|
||||
</marker>
|
||||
<g
|
||||
id="g5333">
|
||||
<g
|
||||
id="g3266">
|
||||
<path
|
||||
d="m 8.921875,-8.3125 c 0,-0.109375 -0.078125,-0.109375 -0.09375,-0.109375 -0.03125,0 -0.078125,0 -0.171875,0.125 l -0.828125,1 c -0.421875,-0.71875 -1.078125,-1.125 -1.96875,-1.125 -2.578125,0 -5.265625,2.625 -5.265625,5.4375 0,2 1.40625,3.234375 3.140625,3.234375 0.96875,0 1.796875,-0.40625 2.5,-0.984375 1.03125,-0.875 1.34375,-2.03125 1.34375,-2.140625 0,-0.09375 -0.09375,-0.09375 -0.125,-0.09375 -0.109375,0 -0.125,0.0625 -0.15625,0.109375 -0.546875,1.875 -2.15625,2.765625 -3.359375,2.765625 -1.265625,0 -2.359375,-0.8125 -2.359375,-2.515625 0,-0.375 0.125,-2.453125 1.46875,-4.03125 0.65625,-0.765625 1.78125,-1.421875 2.921875,-1.421875 1.3125,0 1.890625,1.078125 1.890625,2.296875 0,0.3125 -0.03125,0.578125 -0.03125,0.625 0,0.109375 0.125,0.109375 0.15625,0.109375 0.125,0 0.140625,-0.015625 0.1875,-0.234375 z m 0,0"
|
||||
id="path1743" />
|
||||
</g>
|
||||
<g
|
||||
id="g944">
|
||||
<path
|
||||
d="M 3.59375,-1.421875 C 3.53125,-1.21875 3.53125,-1.1875 3.375,-0.96875 3.109375,-0.640625 2.578125,-0.125 2.015625,-0.125 1.53125,-0.125 1.25,-0.5625 1.25,-1.265625 c 0,-0.65625 0.375,-2 0.609375,-2.5 0.40625,-0.84375 0.96875,-1.265625 1.421875,-1.265625 0.796875,0 0.953125,0.984375 0.953125,1.078125 0,0.015625 -0.03125,0.15625 -0.046875,0.1875 z m 0.765625,-3.0625 c -0.125,-0.3125 -0.453125,-0.78125 -1.078125,-0.78125 -1.34375,0 -2.796875,1.734375 -2.796875,3.515625 0,1.171875 0.6875,1.875 1.5,1.875 0.65625,0 1.21875,-0.515625 1.546875,-0.90625 0.125,0.703125 0.6875,0.90625 1.046875,0.90625 0.359375,0 0.640625,-0.21875 0.859375,-0.65625 0.1875,-0.40625 0.359375,-1.125 0.359375,-1.171875 0,-0.0625 -0.046875,-0.109375 -0.125,-0.109375 C 5.5625,-1.8125 5.5625,-1.75 5.515625,-1.578125 5.328125,-0.875 5.109375,-0.125 4.609375,-0.125 4.265625,-0.125 4.25,-0.4375 4.25,-0.671875 c 0,-0.265625 0.03125,-0.40625 0.140625,-0.875 C 4.46875,-1.84375 4.53125,-2.109375 4.625,-2.453125 5.0625,-4.25 5.171875,-4.671875 5.171875,-4.75 c 0,-0.15625 -0.125,-0.296875 -0.3125,-0.296875 -0.375,0 -0.46875,0.421875 -0.5,0.5625 z m 0,0"
|
||||
id="path5501" />
|
||||
</g>
|
||||
<g
|
||||
id="g707">
|
||||
<path
|
||||
d="M 2.46875,-3.5 C 2.484375,-3.578125 2.78125,-4.171875 3.234375,-4.546875 3.53125,-4.84375 3.9375,-5.03125 4.40625,-5.03125 c 0.484375,0 0.65625,0.359375 0.65625,0.828125 0,0.078125 0,0.3125 -0.15625,0.875 L 4.609375,-2.09375 c -0.09375,0.359375 -0.3125,1.25 -0.34375,1.375 -0.046875,0.1875 -0.125,0.484375 -0.125,0.546875 0,0.15625 0.140625,0.296875 0.3125,0.296875 0.359375,0 0.421875,-0.28125 0.53125,-0.703125 L 5.703125,-3.4375 C 5.71875,-3.53125 6.34375,-5.03125 7.65625,-5.03125 c 0.484375,0 0.65625,0.359375 0.65625,0.828125 0,0.671875 -0.46875,1.984375 -0.734375,2.703125 -0.109375,0.28125 -0.171875,0.4375 -0.171875,0.65625 0,0.53125 0.375,0.96875 0.953125,0.96875 1.109375,0 1.53125,-1.765625 1.53125,-1.828125 0,-0.0625 -0.046875,-0.109375 -0.125,-0.109375 -0.109375,0 -0.125,0.03125 -0.171875,0.234375 C 9.3125,-0.625 8.875,-0.125 8.390625,-0.125 c -0.125,0 -0.3125,0 -0.3125,-0.390625 0,-0.3125 0.140625,-0.6875 0.1875,-0.828125 0.21875,-0.5625 0.765625,-1.984375 0.765625,-2.671875 0,-0.71875 -0.421875,-1.25 -1.328125,-1.25 -0.8125,0 -1.453125,0.453125 -1.9375,1.15625 -0.03125,-0.640625 -0.421875,-1.15625 -1.3125,-1.15625 -1.078125,0 -1.625,0.75 -1.84375,1.046875 -0.046875,-0.6875 -0.53125,-1.046875 -1.0625,-1.046875 -0.34375,0 -0.609375,0.15625 -0.84375,0.609375 -0.21875,0.4375 -0.375,1.171875 -0.375,1.21875 0,0.046875 0.046875,0.109375 0.125,0.109375 0.09375,0 0.109375,-0.015625 0.1875,-0.296875 0.171875,-0.703125 0.40625,-1.40625 0.875,-1.40625 0.28125,0 0.375,0.1875 0.375,0.546875 0,0.265625 -0.125,0.734375 -0.203125,1.109375 l -0.34375,1.28125 c -0.046875,0.234375 -0.171875,0.765625 -0.234375,0.984375 -0.078125,0.3125 -0.21875,0.875 -0.21875,0.9375 0,0.15625 0.140625,0.296875 0.3125,0.296875 0.140625,0 0.3125,-0.078125 0.40625,-0.25 C 1.640625,-0.1875 1.75,-0.609375 1.8125,-0.84375 l 0.25,-1.078125 z m 0,0"
|
||||
id="path1315" />
|
||||
</g>
|
||||
<g
|
||||
id="g6809">
|
||||
<path
|
||||
d="m 2.140625,-2.765625 c 0.328125,0 1.140625,-0.03125 1.703125,-0.25 0.90625,-0.34375 1,-1.03125 1,-1.25 0,-0.53125 -0.453125,-1 -1.25,-1 -1.25,0 -3.0625,1.125 -3.0625,3.25 C 0.53125,-0.75 1.25,0.125 2.34375,0.125 3.96875,0.125 5,-1.140625 5,-1.296875 5,-1.375 4.921875,-1.4375 4.875,-1.4375 c -0.03125,0 -0.046875,0.015625 -0.15625,0.125 -0.765625,1.015625 -1.890625,1.1875 -2.359375,1.1875 -0.671875,0 -1.03125,-0.53125 -1.03125,-1.421875 0,-0.15625 0,-0.46875 0.171875,-1.21875 z m -0.578125,-0.25 c 0.515625,-1.84375 1.65625,-2.015625 2.03125,-2.015625 0.53125,0 0.890625,0.3125 0.890625,0.765625 0,1.25 -1.921875,1.25 -2.421875,1.25 z m 0,0"
|
||||
id="path313" />
|
||||
</g>
|
||||
<g
|
||||
id="g8630">
|
||||
<path
|
||||
d="m 4.65625,-4.890625 c -0.375,0.078125 -0.5625,0.34375 -0.5625,0.59375 0,0.296875 0.21875,0.390625 0.390625,0.390625 0.328125,0 0.609375,-0.296875 0.609375,-0.640625 0,-0.390625 -0.375,-0.71875 -0.96875,-0.71875 -0.484375,0 -1.03125,0.203125 -1.53125,0.9375 -0.078125,-0.625 -0.5625,-0.9375 -1.046875,-0.9375 -0.453125,0 -0.703125,0.359375 -0.84375,0.609375 -0.203125,0.4375 -0.375,1.15625 -0.375,1.21875 0,0.046875 0.046875,0.109375 0.125,0.109375 0.09375,0 0.109375,-0.015625 0.1875,-0.296875 0.171875,-0.71875 0.40625,-1.40625 0.875,-1.40625 0.296875,0 0.375,0.203125 0.375,0.546875 0,0.265625 -0.125,0.734375 -0.203125,1.109375 l -0.34375,1.28125 c -0.046875,0.234375 -0.171875,0.765625 -0.234375,0.984375 -0.078125,0.3125 -0.21875,0.875 -0.21875,0.9375 0,0.15625 0.140625,0.296875 0.3125,0.296875 0.140625,0 0.359375,-0.09375 0.4375,-0.328125 C 1.671875,-0.296875 2.109375,-2.109375 2.1875,-2.375 2.25,-2.640625 2.3125,-2.890625 2.375,-3.15625 2.421875,-3.328125 2.46875,-3.515625 2.515625,-3.671875 2.546875,-3.78125 2.875,-4.359375 3.171875,-4.625 3.3125,-4.75 3.625,-5.03125 4.109375,-5.03125 4.296875,-5.03125 4.5,-5 4.65625,-4.890625 Z m 0,0"
|
||||
id="path4353" />
|
||||
</g>
|
||||
</g>
|
||||
</defs>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer2"
|
||||
inkscape:label="bak" />
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<g
|
||||
id="g13"
|
||||
transform="translate(-0.43935191,8.9325597)">
|
||||
<rect
|
||||
style="fill:none;stroke:#000000;stroke-width:0.396875;stroke-dasharray:none"
|
||||
id="rect1"
|
||||
width="53.39505"
|
||||
height="13.34876"
|
||||
x="20.044302"
|
||||
y="16.718681" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.396875;stroke-dasharray:none"
|
||||
d="m 20.044303,16.718682 5.339504,-5.339505 h 53.395045 l -5.339504,5.339504"
|
||||
id="path1"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.396875;stroke-dasharray:none"
|
||||
d="m 73.439348,30.067442 5.339504,-5.339505 v -13.34876"
|
||||
id="path2" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.176593;stroke-dasharray:none"
|
||||
d="M 60.090589,16.718681 V 30.067442"
|
||||
id="path3-5-1-2" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.176593;stroke-dasharray:none"
|
||||
d="M 46.741828,16.718681 V 30.067442"
|
||||
id="path3-5-1-1" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.176593;stroke-dasharray:none"
|
||||
d="M 33.393065,16.718681 V 30.067442"
|
||||
id="path3-5-1-76" />
|
||||
</g>
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.396875;stroke-dasharray:none;marker-end:url(#ConcaveTriangle)"
|
||||
d="M 1.5606486,27.932559 H 9.5606481"
|
||||
id="path4" />
|
||||
<g
|
||||
id="g16"
|
||||
transform="translate(4.0231428,8.9999999)">
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:0.148862;stroke:#000000;stroke-width:0.396875;stroke-dasharray:none"
|
||||
id="rect14"
|
||||
width="64"
|
||||
height="37.999996"
|
||||
x="89.198441"
|
||||
y="2.1984375" />
|
||||
<path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.396875;stroke-dasharray:none"
|
||||
d="M 120,11 V 30.999998 L 146.69752,24.34876 V 17.67438 Z"
|
||||
id="path16" />
|
||||
<rect
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.396875;stroke-dasharray:none"
|
||||
id="rect4"
|
||||
width="20.023142"
|
||||
height="20.023142"
|
||||
x="99.97686"
|
||||
y="11" />
|
||||
<path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.396875;stroke-dasharray:none"
|
||||
d="m 146.69752,17.67438 v 6.67438"
|
||||
id="path5" />
|
||||
<path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.396875;stroke-dasharray:none"
|
||||
d="m 120,10.999999 26.69752,6.674381"
|
||||
id="path6" />
|
||||
<path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.396875;stroke-dasharray:none"
|
||||
d="M 120,31.023141 146.69752,24.34876"
|
||||
id="path8" />
|
||||
<path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.141274;stroke-dasharray:none"
|
||||
d="M 137.85095,15.672067 V 26.560403"
|
||||
id="path9" />
|
||||
<path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.141274;stroke-dasharray:none"
|
||||
d="m 143.37894,16.844735 -0.083,8.354428"
|
||||
id="path10" />
|
||||
<path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.176593;stroke-dasharray:none"
|
||||
d="m 130.04231,13.510578 0.0149,14.842811"
|
||||
id="path11" />
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(1.3102697,23.411204)"
|
||||
id="g11">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g6"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.912548,-0.613525)">
|
||||
<g
|
||||
id="use5"
|
||||
transform="translate(1.993,10.161)">
|
||||
<path
|
||||
d="m 8.921875,-8.3125 c 0,-0.109375 -0.078125,-0.109375 -0.09375,-0.109375 -0.03125,0 -0.078125,0 -0.171875,0.125 l -0.828125,1 c -0.421875,-0.71875 -1.078125,-1.125 -1.96875,-1.125 -2.578125,0 -5.265625,2.625 -5.265625,5.4375 0,2 1.40625,3.234375 3.140625,3.234375 0.96875,0 1.796875,-0.40625 2.5,-0.984375 1.03125,-0.875 1.34375,-2.03125 1.34375,-2.140625 0,-0.09375 -0.09375,-0.09375 -0.125,-0.09375 -0.109375,0 -0.125,0.0625 -0.15625,0.109375 -0.546875,1.875 -2.15625,2.765625 -3.359375,2.765625 -1.265625,0 -2.359375,-0.8125 -2.359375,-2.515625 0,-0.375 0.125,-2.453125 1.46875,-4.03125 0.65625,-0.765625 1.78125,-1.421875 2.921875,-1.421875 1.3125,0 1.890625,1.078125 1.890625,2.296875 0,0.3125 -0.03125,0.578125 -0.03125,0.625 0,0.109375 0.125,0.109375 0.15625,0.109375 0.125,0 0.140625,-0.015625 0.1875,-0.234375 z m 0,0"
|
||||
id="path10-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g9"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.912548,-0.613525)">
|
||||
<g
|
||||
id="use6"
|
||||
transform="translate(11.228392,10.161)">
|
||||
<path
|
||||
d="M 3.59375,-1.421875 C 3.53125,-1.21875 3.53125,-1.1875 3.375,-0.96875 3.109375,-0.640625 2.578125,-0.125 2.015625,-0.125 1.53125,-0.125 1.25,-0.5625 1.25,-1.265625 c 0,-0.65625 0.375,-2 0.609375,-2.5 0.40625,-0.84375 0.96875,-1.265625 1.421875,-1.265625 0.796875,0 0.953125,0.984375 0.953125,1.078125 0,0.015625 -0.03125,0.15625 -0.046875,0.1875 z m 0.765625,-3.0625 c -0.125,-0.3125 -0.453125,-0.78125 -1.078125,-0.78125 -1.34375,0 -2.796875,1.734375 -2.796875,3.515625 0,1.171875 0.6875,1.875 1.5,1.875 0.65625,0 1.21875,-0.515625 1.546875,-0.90625 0.125,0.703125 0.6875,0.90625 1.046875,0.90625 0.359375,0 0.640625,-0.21875 0.859375,-0.65625 0.1875,-0.40625 0.359375,-1.125 0.359375,-1.171875 0,-0.0625 -0.046875,-0.109375 -0.125,-0.109375 C 5.5625,-1.8125 5.5625,-1.75 5.515625,-1.578125 5.328125,-0.875 5.109375,-0.125 4.609375,-0.125 4.265625,-0.125 4.25,-0.4375 4.25,-0.671875 c 0,-0.265625 0.03125,-0.40625 0.140625,-0.875 C 4.46875,-1.84375 4.53125,-2.109375 4.625,-2.453125 5.0625,-4.25 5.171875,-4.671875 5.171875,-4.75 c 0,-0.15625 -0.125,-0.296875 -0.3125,-0.296875 -0.375,0 -0.46875,0.421875 -0.5,0.5625 z m 0,0"
|
||||
id="path11-1" />
|
||||
</g>
|
||||
<g
|
||||
id="use7"
|
||||
transform="translate(17.373365,10.161)">
|
||||
<path
|
||||
d="M 2.46875,-3.5 C 2.484375,-3.578125 2.78125,-4.171875 3.234375,-4.546875 3.53125,-4.84375 3.9375,-5.03125 4.40625,-5.03125 c 0.484375,0 0.65625,0.359375 0.65625,0.828125 0,0.078125 0,0.3125 -0.15625,0.875 L 4.609375,-2.09375 c -0.09375,0.359375 -0.3125,1.25 -0.34375,1.375 -0.046875,0.1875 -0.125,0.484375 -0.125,0.546875 0,0.15625 0.140625,0.296875 0.3125,0.296875 0.359375,0 0.421875,-0.28125 0.53125,-0.703125 L 5.703125,-3.4375 C 5.71875,-3.53125 6.34375,-5.03125 7.65625,-5.03125 c 0.484375,0 0.65625,0.359375 0.65625,0.828125 0,0.671875 -0.46875,1.984375 -0.734375,2.703125 -0.109375,0.28125 -0.171875,0.4375 -0.171875,0.65625 0,0.53125 0.375,0.96875 0.953125,0.96875 1.109375,0 1.53125,-1.765625 1.53125,-1.828125 0,-0.0625 -0.046875,-0.109375 -0.125,-0.109375 -0.109375,0 -0.125,0.03125 -0.171875,0.234375 C 9.3125,-0.625 8.875,-0.125 8.390625,-0.125 c -0.125,0 -0.3125,0 -0.3125,-0.390625 0,-0.3125 0.140625,-0.6875 0.1875,-0.828125 0.21875,-0.5625 0.765625,-1.984375 0.765625,-2.671875 0,-0.71875 -0.421875,-1.25 -1.328125,-1.25 -0.8125,0 -1.453125,0.453125 -1.9375,1.15625 -0.03125,-0.640625 -0.421875,-1.15625 -1.3125,-1.15625 -1.078125,0 -1.625,0.75 -1.84375,1.046875 -0.046875,-0.6875 -0.53125,-1.046875 -1.0625,-1.046875 -0.34375,0 -0.609375,0.15625 -0.84375,0.609375 -0.21875,0.4375 -0.375,1.171875 -0.375,1.21875 0,0.046875 0.046875,0.109375 0.125,0.109375 0.09375,0 0.109375,-0.015625 0.1875,-0.296875 0.171875,-0.703125 0.40625,-1.40625 0.875,-1.40625 0.28125,0 0.375,0.1875 0.375,0.546875 0,0.265625 -0.125,0.734375 -0.203125,1.109375 l -0.34375,1.28125 c -0.046875,0.234375 -0.171875,0.765625 -0.234375,0.984375 -0.078125,0.3125 -0.21875,0.875 -0.21875,0.9375 0,0.15625 0.140625,0.296875 0.3125,0.296875 0.140625,0 0.3125,-0.078125 0.40625,-0.25 C 1.640625,-0.1875 1.75,-0.609375 1.8125,-0.84375 l 0.25,-1.078125 z m 0,0"
|
||||
id="path12" />
|
||||
</g>
|
||||
<g
|
||||
id="use8"
|
||||
transform="translate(27.612993,10.161)">
|
||||
<path
|
||||
d="m 2.140625,-2.765625 c 0.328125,0 1.140625,-0.03125 1.703125,-0.25 0.90625,-0.34375 1,-1.03125 1,-1.25 0,-0.53125 -0.453125,-1 -1.25,-1 -1.25,0 -3.0625,1.125 -3.0625,3.25 C 0.53125,-0.75 1.25,0.125 2.34375,0.125 3.96875,0.125 5,-1.140625 5,-1.296875 5,-1.375 4.921875,-1.4375 4.875,-1.4375 c -0.03125,0 -0.046875,0.015625 -0.15625,0.125 -0.765625,1.015625 -1.890625,1.1875 -2.359375,1.1875 -0.671875,0 -1.03125,-0.53125 -1.03125,-1.421875 0,-0.15625 0,-0.46875 0.171875,-1.21875 z m -0.578125,-0.25 c 0.515625,-1.84375 1.65625,-2.015625 2.03125,-2.015625 0.53125,0 0.890625,0.3125 0.890625,0.765625 0,1.25 -1.921875,1.25 -2.421875,1.25 z m 0,0"
|
||||
id="path13" />
|
||||
</g>
|
||||
<g
|
||||
id="use9"
|
||||
transform="translate(33.038261,10.161)">
|
||||
<path
|
||||
d="m 4.65625,-4.890625 c -0.375,0.078125 -0.5625,0.34375 -0.5625,0.59375 0,0.296875 0.21875,0.390625 0.390625,0.390625 0.328125,0 0.609375,-0.296875 0.609375,-0.640625 0,-0.390625 -0.375,-0.71875 -0.96875,-0.71875 -0.484375,0 -1.03125,0.203125 -1.53125,0.9375 -0.078125,-0.625 -0.5625,-0.9375 -1.046875,-0.9375 -0.453125,0 -0.703125,0.359375 -0.84375,0.609375 -0.203125,0.4375 -0.375,1.15625 -0.375,1.21875 0,0.046875 0.046875,0.109375 0.125,0.109375 0.09375,0 0.109375,-0.015625 0.1875,-0.296875 0.171875,-0.71875 0.40625,-1.40625 0.875,-1.40625 0.296875,0 0.375,0.203125 0.375,0.546875 0,0.265625 -0.125,0.734375 -0.203125,1.109375 l -0.34375,1.28125 c -0.046875,0.234375 -0.171875,0.765625 -0.234375,0.984375 -0.078125,0.3125 -0.21875,0.875 -0.21875,0.9375 0,0.15625 0.140625,0.296875 0.3125,0.296875 0.140625,0 0.359375,-0.09375 0.4375,-0.328125 C 1.671875,-0.296875 2.109375,-2.109375 2.1875,-2.375 2.25,-2.640625 2.3125,-2.890625 2.375,-3.15625 2.421875,-3.328125 2.46875,-3.515625 2.515625,-3.671875 2.546875,-3.78125 2.875,-4.359375 3.171875,-4.625 3.3125,-4.75 3.625,-5.03125 4.109375,-5.03125 4.296875,-5.03125 4.5,-5 4.65625,-4.890625 Z m 0,0"
|
||||
id="path14" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g10"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.912548,-0.613525)">
|
||||
<g
|
||||
id="use10"
|
||||
transform="translate(38.636883,10.161)">
|
||||
<path
|
||||
d="M 3.59375,-1.421875 C 3.53125,-1.21875 3.53125,-1.1875 3.375,-0.96875 3.109375,-0.640625 2.578125,-0.125 2.015625,-0.125 1.53125,-0.125 1.25,-0.5625 1.25,-1.265625 c 0,-0.65625 0.375,-2 0.609375,-2.5 0.40625,-0.84375 0.96875,-1.265625 1.421875,-1.265625 0.796875,0 0.953125,0.984375 0.953125,1.078125 0,0.015625 -0.03125,0.15625 -0.046875,0.1875 z m 0.765625,-3.0625 c -0.125,-0.3125 -0.453125,-0.78125 -1.078125,-0.78125 -1.34375,0 -2.796875,1.734375 -2.796875,3.515625 0,1.171875 0.6875,1.875 1.5,1.875 0.65625,0 1.21875,-0.515625 1.546875,-0.90625 0.125,0.703125 0.6875,0.90625 1.046875,0.90625 0.359375,0 0.640625,-0.21875 0.859375,-0.65625 0.1875,-0.40625 0.359375,-1.125 0.359375,-1.171875 0,-0.0625 -0.046875,-0.109375 -0.125,-0.109375 C 5.5625,-1.8125 5.5625,-1.75 5.515625,-1.578125 5.328125,-0.875 5.109375,-0.125 4.609375,-0.125 4.265625,-0.125 4.25,-0.4375 4.25,-0.671875 c 0,-0.265625 0.03125,-0.40625 0.140625,-0.875 C 4.46875,-1.84375 4.53125,-2.109375 4.625,-2.453125 5.0625,-4.25 5.171875,-4.671875 5.171875,-4.75 c 0,-0.15625 -0.125,-0.296875 -0.3125,-0.296875 -0.375,0 -0.46875,0.421875 -0.5,0.5625 z m 0,0"
|
||||
id="path15" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 20 KiB |
@@ -0,0 +1,599 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="120mm"
|
||||
height="45mm"
|
||||
viewBox="0 0 120 45"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
inkscape:version="1.4 (86a8ad7, 2024-10-11)"
|
||||
sodipodi:docname="ccw_and_cw.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
borderopacity="0.25"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="mm"
|
||||
showgrid="true"
|
||||
inkscape:zoom="4.3366723"
|
||||
inkscape:cx="256.6484"
|
||||
inkscape:cy="169.3695"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1494"
|
||||
inkscape:window-x="-11"
|
||||
inkscape:window-y="-11"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1">
|
||||
<inkscape:grid
|
||||
id="grid1"
|
||||
units="mm"
|
||||
originx="0"
|
||||
originy="0"
|
||||
spacingx="0.99999998"
|
||||
spacingy="1"
|
||||
empcolor="#0099e5"
|
||||
empopacity="0.30196078"
|
||||
color="#0099e5"
|
||||
opacity="0.14901961"
|
||||
empspacing="5"
|
||||
enabled="true"
|
||||
visible="true" />
|
||||
</sodipodi:namedview>
|
||||
<defs
|
||||
id="defs1">
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="marker35"
|
||||
refX="6"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Concave triangle arrow"
|
||||
markerWidth="1"
|
||||
markerHeight="1"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
transform="scale(0.7)"
|
||||
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
id="path35" />
|
||||
</marker>
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="marker34"
|
||||
refX="6"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Concave triangle arrow"
|
||||
markerWidth="1"
|
||||
markerHeight="1"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
transform="scale(0.7)"
|
||||
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
id="path34" />
|
||||
</marker>
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="marker33"
|
||||
refX="6"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Concave triangle arrow"
|
||||
markerWidth="1"
|
||||
markerHeight="1"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
transform="scale(0.7)"
|
||||
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
id="path33" />
|
||||
</marker>
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="marker28"
|
||||
refX="6"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Concave triangle arrow"
|
||||
markerWidth="1"
|
||||
markerHeight="1"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
transform="scale(0.7)"
|
||||
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
id="path28" />
|
||||
</marker>
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="marker27"
|
||||
refX="6"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Concave triangle arrow"
|
||||
markerWidth="1"
|
||||
markerHeight="1"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
transform="scale(0.7)"
|
||||
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
id="path27" />
|
||||
</marker>
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="marker26"
|
||||
refX="6"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Concave triangle arrow"
|
||||
markerWidth="1"
|
||||
markerHeight="1"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
transform="scale(0.7)"
|
||||
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
id="path26" />
|
||||
</marker>
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="marker9"
|
||||
refX="0"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Concave triangle arrow"
|
||||
markerWidth="1"
|
||||
markerHeight="1"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
transform="scale(0.7)"
|
||||
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
id="path9" />
|
||||
</marker>
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="ConcaveTriangle"
|
||||
refX="0"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Concave triangle arrow"
|
||||
markerWidth="1"
|
||||
markerHeight="1"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
transform="scale(0.7)"
|
||||
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
id="path7" />
|
||||
</marker>
|
||||
<g
|
||||
id="g604">
|
||||
<g
|
||||
id="g5019">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path4451" />
|
||||
</g>
|
||||
<g
|
||||
id="g2569">
|
||||
<path
|
||||
d="m 2.5,-5.078125 c 0,-0.21875 -0.015625,-0.21875 -0.234375,-0.21875 -0.328125,0.3125 -0.75,0.5 -1.5,0.5 v 0.265625 c 0.21875,0 0.640625,0 1.109375,-0.203125 v 4.078125 c 0,0.296875 -0.03125,0.390625 -0.78125,0.390625 H 0.8125 V 0 c 0.328125,-0.03125 1.015625,-0.03125 1.375,-0.03125 0.359375,0 1.046875,0 1.375,0.03125 V -0.265625 H 3.28125 c -0.75,0 -0.78125,-0.09375 -0.78125,-0.390625 z m 0,0"
|
||||
id="path5076" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g6845">
|
||||
<g
|
||||
id="g4488">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path6539" />
|
||||
</g>
|
||||
<g
|
||||
id="g6095">
|
||||
<path
|
||||
d="m 2.25,-1.625 c 0.125,-0.125 0.453125,-0.390625 0.59375,-0.5 0.484375,-0.453125 0.953125,-0.890625 0.953125,-1.609375 0,-0.953125 -0.796875,-1.5625 -1.78125,-1.5625 -0.96875,0 -1.59375,0.71875 -1.59375,1.4375 0,0.390625 0.3125,0.4375 0.421875,0.4375 0.171875,0 0.421875,-0.109375 0.421875,-0.421875 0,-0.40625 -0.40625,-0.40625 -0.5,-0.40625 C 1,-4.84375 1.53125,-5.03125 1.921875,-5.03125 c 0.734375,0 1.125,0.625 1.125,1.296875 0,0.828125 -0.578125,1.4375 -1.53125,2.390625 l -1,1.046875 C 0.421875,-0.21875 0.421875,-0.203125 0.421875,0 H 3.5625 l 0.234375,-1.421875 h -0.25 C 3.53125,-1.265625 3.46875,-0.875 3.375,-0.71875 c -0.046875,0.0625 -0.65625,0.0625 -0.78125,0.0625 H 1.171875 Z m 0,0"
|
||||
id="path3535" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g1333">
|
||||
<g
|
||||
id="g6876">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path7947" />
|
||||
</g>
|
||||
<g
|
||||
id="g5821">
|
||||
<path
|
||||
d="m 2.015625,-2.65625 c 0.625,0 1.03125,0.453125 1.03125,1.296875 0,1 -0.5625,1.28125 -0.984375,1.28125 -0.4375,0 -1.046875,-0.15625 -1.328125,-0.578125 0.296875,0 0.5,-0.1875 0.5,-0.4375 0,-0.265625 -0.1875,-0.4375 -0.453125,-0.4375 -0.203125,0 -0.4375,0.125 -0.4375,0.453125 0,0.75 0.8125,1.25 1.734375,1.25 C 3.125,0.171875 3.875,-0.5625 3.875,-1.359375 3.875,-2.03125 3.34375,-2.625 2.53125,-2.8125 c 0.625,-0.21875 1.109375,-0.75 1.109375,-1.390625 0,-0.640625 -0.71875,-1.09375 -1.546875,-1.09375 -0.859375,0 -1.5,0.453125 -1.5,1.0625 0,0.296875 0.1875,0.421875 0.40625,0.421875 0.25,0 0.40625,-0.171875 0.40625,-0.40625 0,-0.296875 -0.265625,-0.40625 -0.4375,-0.40625 0.34375,-0.4375 0.953125,-0.46875 1.09375,-0.46875 0.203125,0 0.8125,0.0625 0.8125,0.890625 0,0.546875 -0.234375,0.890625 -0.34375,1.015625 -0.234375,0.25 -0.421875,0.265625 -0.90625,0.296875 -0.15625,0 -0.21875,0.015625 -0.21875,0.125 0,0.109375 0.078125,0.109375 0.21875,0.109375 z m 0,0"
|
||||
id="path639" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g9216">
|
||||
<g
|
||||
id="g1974">
|
||||
<path
|
||||
d="m 8.921875,-8.3125 c 0,-0.109375 -0.078125,-0.109375 -0.09375,-0.109375 -0.03125,0 -0.078125,0 -0.171875,0.125 l -0.828125,1 c -0.421875,-0.71875 -1.078125,-1.125 -1.96875,-1.125 -2.578125,0 -5.265625,2.625 -5.265625,5.4375 0,2 1.40625,3.234375 3.140625,3.234375 0.96875,0 1.796875,-0.40625 2.5,-0.984375 1.03125,-0.875 1.34375,-2.03125 1.34375,-2.140625 0,-0.09375 -0.09375,-0.09375 -0.125,-0.09375 -0.109375,0 -0.125,0.0625 -0.15625,0.109375 -0.546875,1.875 -2.15625,2.765625 -3.359375,2.765625 -1.265625,0 -2.359375,-0.8125 -2.359375,-2.515625 0,-0.375 0.125,-2.453125 1.46875,-4.03125 0.65625,-0.765625 1.78125,-1.421875 2.921875,-1.421875 1.3125,0 1.890625,1.078125 1.890625,2.296875 0,0.3125 -0.03125,0.578125 -0.03125,0.625 0,0.109375 0.125,0.109375 0.15625,0.109375 0.125,0 0.140625,-0.015625 0.1875,-0.234375 z m 0,0"
|
||||
id="path3359" />
|
||||
</g>
|
||||
<g
|
||||
id="g666">
|
||||
<path
|
||||
d="m 10.796875,-6.84375 c 0.265625,-0.453125 0.53125,-0.90625 1.25,-0.96875 0.109375,-0.015625 0.21875,-0.03125 0.21875,-0.21875 0,-0.125 -0.109375,-0.125 -0.140625,-0.125 -0.03125,0 -0.109375,0.015625 -0.90625,0.015625 -0.359375,0 -0.71875,-0.015625 -1.078125,-0.015625 -0.0625,0 -0.203125,0 -0.203125,0.21875 0,0.109375 0.09375,0.125 0.15625,0.125 0.25,0 0.625,0.078125 0.625,0.453125 0,0.15625 -0.04687,0.234375 -0.171875,0.4375 l -3.25,5.71875 -0.4375,-6.234375 c 0,-0.140625 0.140625,-0.375 0.796875,-0.375 0.15625,0 0.28125,0 0.28125,-0.234375 0,-0.109375 -0.125,-0.109375 -0.1875,-0.109375 -0.40625,0 -0.859375,0.015625 -1.28125,0.015625 h -0.625 c -0.171875,0 -0.390625,-0.015625 -0.578125,-0.015625 -0.0625,0 -0.203125,0 -0.203125,0.21875 0,0.125 0.078125,0.125 0.28125,0.125 0.546875,0 0.546875,0 0.59375,0.734375 l 0.03125,0.4375 L 2.875,-1.203125 2.4375,-7.375 c 0,-0.125 0,-0.4375 0.8125,-0.4375 0.125,0 0.265625,0 0.265625,-0.21875 0,-0.125 -0.109375,-0.125 -0.1875,-0.125 -0.40625,0 -0.859375,0.015625 -1.28125,0.015625 h -0.625 C 1.25,-8.140625 1.03125,-8.15625 0.84375,-8.15625 c -0.0625,0 -0.203125,0 -0.203125,0.21875 0,0.125 0.09375,0.125 0.25,0.125 0.5625,0 0.578125,0.0625 0.609375,0.453125 L 2.015625,-0.03125 C 2.03125,0.171875 2.046875,0.25 2.1875,0.25 c 0.125,0 0.140625,-0.046875 0.25,-0.21875 L 6,-6.203125 6.4375,-0.03125 C 6.453125,0.171875 6.46875,0.25 6.609375,0.25 c 0.125,0 0.15625,-0.0625 0.25,-0.21875 z m 0,0"
|
||||
id="path9059" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g1511">
|
||||
<g
|
||||
id="g7104">
|
||||
<path
|
||||
d="m 8.921875,-8.3125 c 0,-0.109375 -0.078125,-0.109375 -0.09375,-0.109375 -0.03125,0 -0.078125,0 -0.171875,0.125 l -0.828125,1 c -0.421875,-0.71875 -1.078125,-1.125 -1.96875,-1.125 -2.578125,0 -5.265625,2.625 -5.265625,5.4375 0,2 1.40625,3.234375 3.140625,3.234375 0.96875,0 1.796875,-0.40625 2.5,-0.984375 1.03125,-0.875 1.34375,-2.03125 1.34375,-2.140625 0,-0.09375 -0.09375,-0.09375 -0.125,-0.09375 -0.109375,0 -0.125,0.0625 -0.15625,0.109375 -0.546875,1.875 -2.15625,2.765625 -3.359375,2.765625 -1.265625,0 -2.359375,-0.8125 -2.359375,-2.515625 0,-0.375 0.125,-2.453125 1.46875,-4.03125 0.65625,-0.765625 1.78125,-1.421875 2.921875,-1.421875 1.3125,0 1.890625,1.078125 1.890625,2.296875 0,0.3125 -0.03125,0.578125 -0.03125,0.625 0,0.109375 0.125,0.109375 0.15625,0.109375 0.125,0 0.140625,-0.015625 0.1875,-0.234375 z m 0,0"
|
||||
id="path3860" />
|
||||
</g>
|
||||
<g
|
||||
id="g5081">
|
||||
<path
|
||||
d="m 10.796875,-6.84375 c 0.265625,-0.453125 0.53125,-0.90625 1.25,-0.96875 0.109375,-0.015625 0.21875,-0.03125 0.21875,-0.21875 0,-0.125 -0.109375,-0.125 -0.140625,-0.125 -0.03125,0 -0.109375,0.015625 -0.90625,0.015625 -0.359375,0 -0.71875,-0.015625 -1.078125,-0.015625 -0.0625,0 -0.203125,0 -0.203125,0.21875 0,0.109375 0.09375,0.125 0.15625,0.125 0.25,0 0.625,0.078125 0.625,0.453125 0,0.15625 -0.04687,0.234375 -0.171875,0.4375 l -3.25,5.71875 -0.4375,-6.234375 c 0,-0.140625 0.140625,-0.375 0.796875,-0.375 0.15625,0 0.28125,0 0.28125,-0.234375 0,-0.109375 -0.125,-0.109375 -0.1875,-0.109375 -0.40625,0 -0.859375,0.015625 -1.28125,0.015625 h -0.625 c -0.171875,0 -0.390625,-0.015625 -0.578125,-0.015625 -0.0625,0 -0.203125,0 -0.203125,0.21875 0,0.125 0.078125,0.125 0.28125,0.125 0.546875,0 0.546875,0 0.59375,0.734375 l 0.03125,0.4375 L 2.875,-1.203125 2.4375,-7.375 c 0,-0.125 0,-0.4375 0.8125,-0.4375 0.125,0 0.265625,0 0.265625,-0.21875 0,-0.125 -0.109375,-0.125 -0.1875,-0.125 -0.40625,0 -0.859375,0.015625 -1.28125,0.015625 h -0.625 C 1.25,-8.140625 1.03125,-8.15625 0.84375,-8.15625 c -0.0625,0 -0.203125,0 -0.203125,0.21875 0,0.125 0.09375,0.125 0.25,0.125 0.5625,0 0.578125,0.0625 0.609375,0.453125 L 2.015625,-0.03125 C 2.03125,0.171875 2.046875,0.25 2.1875,0.25 c 0.125,0 0.140625,-0.046875 0.25,-0.21875 L 6,-6.203125 6.4375,-0.03125 C 6.453125,0.171875 6.46875,0.25 6.609375,0.25 c 0.125,0 0.15625,-0.0625 0.25,-0.21875 z m 0,0"
|
||||
id="path640" />
|
||||
</g>
|
||||
</g>
|
||||
</defs>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(13.859436,36.65182)"
|
||||
id="g1">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g3"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.707584)">
|
||||
<g
|
||||
id="use2"
|
||||
transform="translate(1.993,10.162)">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path4" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g4"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.707584)">
|
||||
<g
|
||||
id="use3"
|
||||
transform="translate(9.5380001,11.955)">
|
||||
<path
|
||||
d="m 2.5,-5.078125 c 0,-0.21875 -0.015625,-0.21875 -0.234375,-0.21875 -0.328125,0.3125 -0.75,0.5 -1.5,0.5 v 0.265625 c 0.21875,0 0.640625,0 1.109375,-0.203125 v 4.078125 c 0,0.296875 -0.03125,0.390625 -0.78125,0.390625 H 0.8125 V 0 c 0.328125,-0.03125 1.015625,-0.03125 1.375,-0.03125 0.359375,0 1.046875,0 1.375,0.03125 V -0.265625 H 3.28125 c -0.75,0 -0.78125,-0.09375 -0.78125,-0.390625 z m 0,0"
|
||||
id="path5" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(68.785228,37.173629)"
|
||||
id="g2">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g3-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.707584)">
|
||||
<g
|
||||
id="use2-1"
|
||||
transform="translate(1.993,10.162)">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path4-5" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g4-2"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.707584)">
|
||||
<g
|
||||
id="use3-7"
|
||||
transform="translate(9.5380001,11.955)">
|
||||
<path
|
||||
d="m 2.5,-5.078125 c 0,-0.21875 -0.015625,-0.21875 -0.234375,-0.21875 -0.328125,0.3125 -0.75,0.5 -1.5,0.5 v 0.265625 c 0.21875,0 0.640625,0 1.109375,-0.203125 v 4.078125 c 0,0.296875 -0.03125,0.390625 -0.78125,0.390625 H 0.8125 V 0 c 0.328125,-0.03125 1.015625,-0.03125 1.375,-0.03125 0.359375,0 1.046875,0 1.375,0.03125 V -0.265625 H 3.28125 c -0.75,0 -0.78125,-0.09375 -0.78125,-0.390625 z m 0,0"
|
||||
id="path5-6" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(54.471286,37.547089)"
|
||||
id="g5">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g3-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.707584)">
|
||||
<g
|
||||
id="use2-1-1"
|
||||
transform="translate(1.993,10.162)">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path4-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g4-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.707584)">
|
||||
<g
|
||||
id="use3-1"
|
||||
transform="translate(9.5380001,11.955)">
|
||||
<path
|
||||
d="m 2.25,-1.625 c 0.125,-0.125 0.453125,-0.390625 0.59375,-0.5 0.484375,-0.453125 0.953125,-0.890625 0.953125,-1.609375 0,-0.953125 -0.796875,-1.5625 -1.78125,-1.5625 -0.96875,0 -1.59375,0.71875 -1.59375,1.4375 0,0.390625 0.3125,0.4375 0.421875,0.4375 0.171875,0 0.421875,-0.109375 0.421875,-0.421875 0,-0.40625 -0.40625,-0.40625 -0.5,-0.40625 C 1,-4.84375 1.53125,-5.03125 1.921875,-5.03125 c 0.734375,0 1.125,0.625 1.125,1.296875 0,0.828125 -0.578125,1.4375 -1.53125,2.390625 l -1,1.046875 C 0.421875,-0.21875 0.421875,-0.203125 0.421875,0 H 3.5625 l 0.234375,-1.421875 h -0.25 C 3.53125,-1.265625 3.46875,-0.875 3.375,-0.71875 c -0.046875,0.0625 -0.65625,0.0625 -0.78125,0.0625 H 1.171875 Z m 0,0"
|
||||
id="path5-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(97.952691,7.462109)"
|
||||
id="g5-2">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g3-1-1-2"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.707584)">
|
||||
<g
|
||||
id="use2-1-1-1"
|
||||
transform="translate(1.993,10.162)">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path4-1-6" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g4-1-8"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.707584)">
|
||||
<g
|
||||
id="use3-1-5"
|
||||
transform="translate(9.5380001,11.955)">
|
||||
<path
|
||||
d="m 2.25,-1.625 c 0.125,-0.125 0.453125,-0.390625 0.59375,-0.5 0.484375,-0.453125 0.953125,-0.890625 0.953125,-1.609375 0,-0.953125 -0.796875,-1.5625 -1.78125,-1.5625 -0.96875,0 -1.59375,0.71875 -1.59375,1.4375 0,0.390625 0.3125,0.4375 0.421875,0.4375 0.171875,0 0.421875,-0.109375 0.421875,-0.421875 0,-0.40625 -0.40625,-0.40625 -0.5,-0.40625 C 1,-4.84375 1.53125,-5.03125 1.921875,-5.03125 c 0.734375,0 1.125,0.625 1.125,1.296875 0,0.828125 -0.578125,1.4375 -1.53125,2.390625 l -1,1.046875 C 0.421875,-0.21875 0.421875,-0.203125 0.421875,0 H 3.5625 l 0.234375,-1.421875 h -0.25 C 3.53125,-1.265625 3.46875,-0.875 3.375,-0.71875 c -0.046875,0.0625 -0.65625,0.0625 -0.78125,0.0625 H 1.171875 Z m 0,0"
|
||||
id="path5-1-7" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(40.888845,5.9999994)"
|
||||
id="g6">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g3-1-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.707584)">
|
||||
<g
|
||||
id="use2-1-1-1-1"
|
||||
transform="translate(1.993,10.162)">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path4-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g4-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.707584)">
|
||||
<g
|
||||
id="use3-1-1"
|
||||
transform="translate(9.5380001,11.955)">
|
||||
<path
|
||||
d="m 2.015625,-2.65625 c 0.625,0 1.03125,0.453125 1.03125,1.296875 0,1 -0.5625,1.28125 -0.984375,1.28125 -0.4375,0 -1.046875,-0.15625 -1.328125,-0.578125 0.296875,0 0.5,-0.1875 0.5,-0.4375 0,-0.265625 -0.1875,-0.4375 -0.453125,-0.4375 -0.203125,0 -0.4375,0.125 -0.4375,0.453125 0,0.75 0.8125,1.25 1.734375,1.25 C 3.125,0.171875 3.875,-0.5625 3.875,-1.359375 3.875,-2.03125 3.34375,-2.625 2.53125,-2.8125 c 0.625,-0.21875 1.109375,-0.75 1.109375,-1.390625 0,-0.640625 -0.71875,-1.09375 -1.546875,-1.09375 -0.859375,0 -1.5,0.453125 -1.5,1.0625 0,0.296875 0.1875,0.421875 0.40625,0.421875 0.25,0 0.40625,-0.171875 0.40625,-0.40625 0,-0.296875 -0.265625,-0.40625 -0.4375,-0.40625 0.34375,-0.4375 0.953125,-0.46875 1.09375,-0.46875 0.203125,0 0.8125,0.0625 0.8125,0.890625 0,0.546875 -0.234375,0.890625 -0.34375,1.015625 -0.234375,0.25 -0.421875,0.265625 -0.90625,0.296875 -0.15625,0 -0.21875,0.015625 -0.21875,0.125 0,0.109375 0.078125,0.109375 0.21875,0.109375 z m 0,0"
|
||||
id="path5-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(109.59716,37.462107)"
|
||||
id="g6-2">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g3-1-1-1-7"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.707584)">
|
||||
<g
|
||||
id="use2-1-1-1-1-9"
|
||||
transform="translate(1.993,10.162)">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path4-1-1-5" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g4-1-1-4"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.707584)">
|
||||
<g
|
||||
id="use3-1-1-3"
|
||||
transform="translate(9.5380001,11.955)">
|
||||
<path
|
||||
d="m 2.015625,-2.65625 c 0.625,0 1.03125,0.453125 1.03125,1.296875 0,1 -0.5625,1.28125 -0.984375,1.28125 -0.4375,0 -1.046875,-0.15625 -1.328125,-0.578125 0.296875,0 0.5,-0.1875 0.5,-0.4375 0,-0.265625 -0.1875,-0.4375 -0.453125,-0.4375 -0.203125,0 -0.4375,0.125 -0.4375,0.453125 0,0.75 0.8125,1.25 1.734375,1.25 C 3.125,0.171875 3.875,-0.5625 3.875,-1.359375 3.875,-2.03125 3.34375,-2.625 2.53125,-2.8125 c 0.625,-0.21875 1.109375,-0.75 1.109375,-1.390625 0,-0.640625 -0.71875,-1.09375 -1.546875,-1.09375 -0.859375,0 -1.5,0.453125 -1.5,1.0625 0,0.296875 0.1875,0.421875 0.40625,0.421875 0.25,0 0.40625,-0.171875 0.40625,-0.40625 0,-0.296875 -0.265625,-0.40625 -0.4375,-0.40625 0.34375,-0.4375 0.953125,-0.46875 1.09375,-0.46875 0.203125,0 0.8125,0.0625 0.8125,0.890625 0,0.546875 -0.234375,0.890625 -0.34375,1.015625 -0.234375,0.25 -0.421875,0.265625 -0.90625,0.296875 -0.15625,0 -0.21875,0.015625 -0.21875,0.125 0,0.109375 0.078125,0.109375 0.21875,0.109375 z m 0,0"
|
||||
id="path5-1-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-dasharray:none;marker-start:url(#ConcaveTriangle)"
|
||||
id="path6"
|
||||
sodipodi:arc-type="arc"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="38"
|
||||
sodipodi:cy="26"
|
||||
sodipodi:rx="6"
|
||||
sodipodi:ry="5.9999995"
|
||||
sodipodi:start="5.5549"
|
||||
sodipodi:end="2.7635861"
|
||||
d="m 42.477901,22.006455 a 6,5.9999995 0 0 1 0.961619,6.525662 6,5.9999995 0 0 1 -5.612492,3.465389 6,5.9999995 0 0 1 -5.403441,-3.783095"
|
||||
sodipodi:open="true" />
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(31.741957,24.081769)"
|
||||
id="g9">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g3-1-1-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.912548,-0.613525)">
|
||||
<g
|
||||
id="use2-1-1-1-1-1"
|
||||
transform="translate(1.993,10.161)">
|
||||
<path
|
||||
d="m 8.921875,-8.3125 c 0,-0.109375 -0.078125,-0.109375 -0.09375,-0.109375 -0.03125,0 -0.078125,0 -0.171875,0.125 l -0.828125,1 c -0.421875,-0.71875 -1.078125,-1.125 -1.96875,-1.125 -2.578125,0 -5.265625,2.625 -5.265625,5.4375 0,2 1.40625,3.234375 3.140625,3.234375 0.96875,0 1.796875,-0.40625 2.5,-0.984375 1.03125,-0.875 1.34375,-2.03125 1.34375,-2.140625 0,-0.09375 -0.09375,-0.09375 -0.125,-0.09375 -0.109375,0 -0.125,0.0625 -0.15625,0.109375 -0.546875,1.875 -2.15625,2.765625 -3.359375,2.765625 -1.265625,0 -2.359375,-0.8125 -2.359375,-2.515625 0,-0.375 0.125,-2.453125 1.46875,-4.03125 0.65625,-0.765625 1.78125,-1.421875 2.921875,-1.421875 1.3125,0 1.890625,1.078125 1.890625,2.296875 0,0.3125 -0.03125,0.578125 -0.03125,0.625 0,0.109375 0.125,0.109375 0.15625,0.109375 0.125,0 0.140625,-0.015625 0.1875,-0.234375 z m 0,0"
|
||||
id="path5-1-1-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g4-1-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.912548,-0.613525)">
|
||||
<g
|
||||
id="use3-1-1-1"
|
||||
transform="translate(11.228392,10.161)">
|
||||
<path
|
||||
d="m 8.921875,-8.3125 c 0,-0.109375 -0.078125,-0.109375 -0.09375,-0.109375 -0.03125,0 -0.078125,0 -0.171875,0.125 l -0.828125,1 c -0.421875,-0.71875 -1.078125,-1.125 -1.96875,-1.125 -2.578125,0 -5.265625,2.625 -5.265625,5.4375 0,2 1.40625,3.234375 3.140625,3.234375 0.96875,0 1.796875,-0.40625 2.5,-0.984375 1.03125,-0.875 1.34375,-2.03125 1.34375,-2.140625 0,-0.09375 -0.09375,-0.09375 -0.125,-0.09375 -0.109375,0 -0.125,0.0625 -0.15625,0.109375 -0.546875,1.875 -2.15625,2.765625 -3.359375,2.765625 -1.265625,0 -2.359375,-0.8125 -2.359375,-2.515625 0,-0.375 0.125,-2.453125 1.46875,-4.03125 0.65625,-0.765625 1.78125,-1.421875 2.921875,-1.421875 1.3125,0 1.890625,1.078125 1.890625,2.296875 0,0.3125 -0.03125,0.578125 -0.03125,0.625 0,0.109375 0.125,0.109375 0.15625,0.109375 0.125,0 0.140625,-0.015625 0.1875,-0.234375 z m 0,0"
|
||||
id="path6-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g5-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.912548,-0.613525)">
|
||||
<g
|
||||
id="use4"
|
||||
transform="translate(20.463783,10.161)">
|
||||
<path
|
||||
d="m 10.796875,-6.84375 c 0.265625,-0.453125 0.53125,-0.90625 1.25,-0.96875 0.109375,-0.015625 0.21875,-0.03125 0.21875,-0.21875 0,-0.125 -0.109375,-0.125 -0.140625,-0.125 -0.03125,0 -0.109375,0.015625 -0.90625,0.015625 -0.359375,0 -0.71875,-0.015625 -1.078125,-0.015625 -0.0625,0 -0.203125,0 -0.203125,0.21875 0,0.109375 0.09375,0.125 0.15625,0.125 0.25,0 0.625,0.078125 0.625,0.453125 0,0.15625 -0.04687,0.234375 -0.171875,0.4375 l -3.25,5.71875 -0.4375,-6.234375 c 0,-0.140625 0.140625,-0.375 0.796875,-0.375 0.15625,0 0.28125,0 0.28125,-0.234375 0,-0.109375 -0.125,-0.109375 -0.1875,-0.109375 -0.40625,0 -0.859375,0.015625 -1.28125,0.015625 h -0.625 c -0.171875,0 -0.390625,-0.015625 -0.578125,-0.015625 -0.0625,0 -0.203125,0 -0.203125,0.21875 0,0.125 0.078125,0.125 0.28125,0.125 0.546875,0 0.546875,0 0.59375,0.734375 l 0.03125,0.4375 L 2.875,-1.203125 2.4375,-7.375 c 0,-0.125 0,-0.4375 0.8125,-0.4375 0.125,0 0.265625,0 0.265625,-0.21875 0,-0.125 -0.109375,-0.125 -0.1875,-0.125 -0.40625,0 -0.859375,0.015625 -1.28125,0.015625 h -0.625 C 1.25,-8.140625 1.03125,-8.15625 0.84375,-8.15625 c -0.0625,0 -0.203125,0 -0.203125,0.21875 0,0.125 0.09375,0.125 0.25,0.125 0.5625,0 0.578125,0.0625 0.609375,0.453125 L 2.015625,-0.03125 C 2.03125,0.171875 2.046875,0.25 2.1875,0.25 c 0.125,0 0.140625,-0.046875 0.25,-0.21875 L 6,-6.203125 6.4375,-0.03125 C 6.453125,0.171875 6.46875,0.25 6.609375,0.25 c 0.125,0 0.15625,-0.0625 0.25,-0.21875 z m 0,0"
|
||||
id="path7-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-dasharray:none;marker-end:url(#marker9)"
|
||||
id="path6-3"
|
||||
sodipodi:arc-type="arc"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="93"
|
||||
sodipodi:cy="26"
|
||||
sodipodi:rx="6"
|
||||
sodipodi:ry="5.9999995"
|
||||
sodipodi:start="5.5549"
|
||||
sodipodi:end="2.7635861"
|
||||
d="m 97.477901,22.006455 a 6,5.9999995 0 0 1 0.961619,6.525662 6,5.9999995 0 0 1 -5.612492,3.465389 6,5.9999995 0 0 1 -5.403441,-3.783095"
|
||||
sodipodi:open="true" />
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(90.091524,24.630685)"
|
||||
id="g10">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g3-1-1-1-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.912548,-0.613525)">
|
||||
<g
|
||||
id="use2-1-1-1-1-1-1"
|
||||
transform="translate(1.993,10.161)">
|
||||
<path
|
||||
d="m 8.921875,-8.3125 c 0,-0.109375 -0.078125,-0.109375 -0.09375,-0.109375 -0.03125,0 -0.078125,0 -0.171875,0.125 l -0.828125,1 c -0.421875,-0.71875 -1.078125,-1.125 -1.96875,-1.125 -2.578125,0 -5.265625,2.625 -5.265625,5.4375 0,2 1.40625,3.234375 3.140625,3.234375 0.96875,0 1.796875,-0.40625 2.5,-0.984375 1.03125,-0.875 1.34375,-2.03125 1.34375,-2.140625 0,-0.09375 -0.09375,-0.09375 -0.125,-0.09375 -0.109375,0 -0.125,0.0625 -0.15625,0.109375 -0.546875,1.875 -2.15625,2.765625 -3.359375,2.765625 -1.265625,0 -2.359375,-0.8125 -2.359375,-2.515625 0,-0.375 0.125,-2.453125 1.46875,-4.03125 0.65625,-0.765625 1.78125,-1.421875 2.921875,-1.421875 1.3125,0 1.890625,1.078125 1.890625,2.296875 0,0.3125 -0.03125,0.578125 -0.03125,0.625 0,0.109375 0.125,0.109375 0.15625,0.109375 0.125,0 0.140625,-0.015625 0.1875,-0.234375 z m 0,0"
|
||||
id="path4-1-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g4-1-1-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.912548,-0.613525)">
|
||||
<g
|
||||
id="use3-1-1-1-1"
|
||||
transform="translate(11.228392,10.161)">
|
||||
<path
|
||||
d="m 10.796875,-6.84375 c 0.265625,-0.453125 0.53125,-0.90625 1.25,-0.96875 0.109375,-0.015625 0.21875,-0.03125 0.21875,-0.21875 0,-0.125 -0.109375,-0.125 -0.140625,-0.125 -0.03125,0 -0.109375,0.015625 -0.90625,0.015625 -0.359375,0 -0.71875,-0.015625 -1.078125,-0.015625 -0.0625,0 -0.203125,0 -0.203125,0.21875 0,0.109375 0.09375,0.125 0.15625,0.125 0.25,0 0.625,0.078125 0.625,0.453125 0,0.15625 -0.04687,0.234375 -0.171875,0.4375 l -3.25,5.71875 -0.4375,-6.234375 c 0,-0.140625 0.140625,-0.375 0.796875,-0.375 0.15625,0 0.28125,0 0.28125,-0.234375 0,-0.109375 -0.125,-0.109375 -0.1875,-0.109375 -0.40625,0 -0.859375,0.015625 -1.28125,0.015625 h -0.625 c -0.171875,0 -0.390625,-0.015625 -0.578125,-0.015625 -0.0625,0 -0.203125,0 -0.203125,0.21875 0,0.125 0.078125,0.125 0.28125,0.125 0.546875,0 0.546875,0 0.59375,0.734375 l 0.03125,0.4375 L 2.875,-1.203125 2.4375,-7.375 c 0,-0.125 0,-0.4375 0.8125,-0.4375 0.125,0 0.265625,0 0.265625,-0.21875 0,-0.125 -0.109375,-0.125 -0.1875,-0.125 -0.40625,0 -0.859375,0.015625 -1.28125,0.015625 h -0.625 C 1.25,-8.140625 1.03125,-8.15625 0.84375,-8.15625 c -0.0625,0 -0.203125,0 -0.203125,0.21875 0,0.125 0.09375,0.125 0.25,0.125 0.5625,0 0.578125,0.0625 0.609375,0.453125 L 2.015625,-0.03125 C 2.03125,0.171875 2.046875,0.25 2.1875,0.25 c 0.125,0 0.140625,-0.046875 0.25,-0.21875 L 6,-6.203125 6.4375,-0.03125 C 6.453125,0.171875 6.46875,0.25 6.609375,0.25 c 0.125,0 0.15625,-0.0625 0.25,-0.21875 z m 0,0"
|
||||
id="path5-1-1-1-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.396875;stroke-dasharray:none;marker-start:url(#marker33)"
|
||||
d="M 73.137424,34.856848 H 111.13742"
|
||||
id="path22-8" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.396875;stroke-dasharray:none;marker-start:url(#marker35)"
|
||||
d="M 111.13742,34.856848 98.137424,10.856847"
|
||||
id="path24-6" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.396875;stroke-dasharray:none;marker-start:url(#marker34)"
|
||||
d="m 98.137424,10.85685 -25,23.999999"
|
||||
id="path25-5"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.396875;stroke-dasharray:none;marker-end:url(#marker26)"
|
||||
d="M 17,34.999998 H 54.999998"
|
||||
id="path22" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.396875;stroke-dasharray:none;marker-end:url(#marker27)"
|
||||
d="M 54.999998,34.999998 42,10.999997"
|
||||
id="path24" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.396875;stroke-dasharray:none;marker-end:url(#marker28)"
|
||||
d="M 42,11 17,34.999999"
|
||||
id="path25"
|
||||
sodipodi:nodetypes="cc" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 80 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
@@ -0,0 +1,708 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="100mm"
|
||||
height="40mm"
|
||||
viewBox="0 0 100 40"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
inkscape:version="1.4 (86a8ad7, 2024-10-11)"
|
||||
sodipodi:docname="edge_function.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
borderopacity="0.25"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="mm"
|
||||
showgrid="true"
|
||||
inkscape:zoom="3.0664904"
|
||||
inkscape:cx="196.64174"
|
||||
inkscape:cy="79.080633"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1494"
|
||||
inkscape:window-x="-11"
|
||||
inkscape:window-y="-11"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1">
|
||||
<inkscape:grid
|
||||
id="grid1"
|
||||
units="mm"
|
||||
originx="0"
|
||||
originy="0"
|
||||
spacingx="0.99999999"
|
||||
spacingy="0.99999999"
|
||||
empcolor="#0099e5"
|
||||
empopacity="0.30196078"
|
||||
color="#0099e5"
|
||||
opacity="0.14901961"
|
||||
empspacing="5"
|
||||
enabled="true"
|
||||
visible="true" />
|
||||
</sodipodi:namedview>
|
||||
<defs
|
||||
id="defs1">
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="ConcaveTriangle"
|
||||
refX="0"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Concave triangle arrow"
|
||||
markerWidth="1"
|
||||
markerHeight="1"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
transform="scale(0.7)"
|
||||
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
id="path7" />
|
||||
</marker>
|
||||
<g
|
||||
id="g1681">
|
||||
<g
|
||||
id="g260">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path3254" />
|
||||
</g>
|
||||
<g
|
||||
id="g5185">
|
||||
<path
|
||||
d="m 3.890625,-2.546875 c 0,-0.84375 -0.078125,-1.359375 -0.34375,-1.875 -0.34375,-0.703125 -1,-0.875 -1.4375,-0.875 -1,0 -1.375,0.75 -1.484375,0.96875 -0.28125,0.578125 -0.296875,1.375 -0.296875,1.78125 0,0.53125 0.015625,1.328125 0.40625,1.96875 0.359375,0.59375 0.953125,0.75 1.375,0.75 0.390625,0 1.0625,-0.125 1.46875,-0.90625 0.296875,-0.578125 0.3125,-1.296875 0.3125,-1.8125 z M 2.109375,-0.0625 C 1.84375,-0.0625 1.296875,-0.1875 1.125,-1.015625 1.03125,-1.46875 1.03125,-2.21875 1.03125,-2.640625 1.03125,-3.1875 1.03125,-3.75 1.125,-4.1875 1.296875,-5 1.90625,-5.078125 2.109375,-5.078125 c 0.265625,0 0.828125,0.140625 0.984375,0.859375 0.09375,0.4375 0.09375,1.046875 0.09375,1.578125 0,0.46875 0,1.1875 -0.09375,1.640625 -0.171875,0.828125 -0.71875,0.9375 -0.984375,0.9375 z m 0,0"
|
||||
id="path4218" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g1959">
|
||||
<g
|
||||
id="g4797">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path2226" />
|
||||
</g>
|
||||
<g
|
||||
id="g349">
|
||||
<path
|
||||
d="m 2.5,-5.078125 c 0,-0.21875 -0.015625,-0.21875 -0.234375,-0.21875 -0.328125,0.3125 -0.75,0.5 -1.5,0.5 v 0.265625 c 0.21875,0 0.640625,0 1.109375,-0.203125 v 4.078125 c 0,0.296875 -0.03125,0.390625 -0.78125,0.390625 H 0.8125 V 0 c 0.328125,-0.03125 1.015625,-0.03125 1.375,-0.03125 0.359375,0 1.046875,0 1.375,0.03125 V -0.265625 H 3.28125 c -0.75,0 -0.78125,-0.09375 -0.78125,-0.390625 z m 0,0"
|
||||
id="path5412" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g2306">
|
||||
<g
|
||||
id="g7741">
|
||||
<path
|
||||
d="m 2.140625,-2.765625 c 0.328125,0 1.140625,-0.03125 1.703125,-0.25 0.90625,-0.34375 1,-1.03125 1,-1.25 0,-0.53125 -0.453125,-1 -1.25,-1 -1.25,0 -3.0625,1.125 -3.0625,3.25 C 0.53125,-0.75 1.25,0.125 2.34375,0.125 3.96875,0.125 5,-1.140625 5,-1.296875 5,-1.375 4.921875,-1.4375 4.875,-1.4375 c -0.03125,0 -0.046875,0.015625 -0.15625,0.125 -0.765625,1.015625 -1.890625,1.1875 -2.359375,1.1875 -0.671875,0 -1.03125,-0.53125 -1.03125,-1.421875 0,-0.15625 0,-0.46875 0.171875,-1.21875 z m -0.578125,-0.25 c 0.515625,-1.84375 1.65625,-2.015625 2.03125,-2.015625 0.53125,0 0.890625,0.3125 0.890625,0.765625 0,1.25 -1.921875,1.25 -2.421875,1.25 z m 0,0"
|
||||
id="path5510" />
|
||||
</g>
|
||||
<g
|
||||
id="g4318">
|
||||
<path
|
||||
d="m 5.671875,-4.875 c -0.390625,0.0625 -0.53125,0.359375 -0.53125,0.578125 0,0.296875 0.21875,0.390625 0.390625,0.390625 0.359375,0 0.609375,-0.3125 0.609375,-0.640625 0,-0.5 -0.578125,-0.71875 -1.078125,-0.71875 -0.71875,0 -1.125,0.71875 -1.234375,0.9375 -0.28125,-0.890625 -1.015625,-0.9375 -1.234375,-0.9375 -1.21875,0 -1.859375,1.5625 -1.859375,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.09375,0 0.125,-0.078125 0.140625,-0.125 0.40625,-1.328125 1.21875,-1.578125 1.5625,-1.578125 0.53125,0 0.640625,0.5 0.640625,0.78125 0,0.265625 -0.078125,0.546875 -0.21875,1.125 L 2.578125,-1.5 c -0.171875,0.71875 -0.515625,1.375 -1.15625,1.375 -0.0625,0 -0.359375,0 -0.609375,-0.15625 C 1.25,-0.359375 1.34375,-0.71875 1.34375,-0.859375 1.34375,-1.09375 1.15625,-1.25 0.9375,-1.25 c -0.296875,0 -0.609375,0.265625 -0.609375,0.640625 0,0.5 0.5625,0.734375 1.078125,0.734375 0.578125,0 0.984375,-0.453125 1.234375,-0.953125 C 2.828125,-0.125 3.4375,0.125 3.875,0.125 5.09375,0.125 5.734375,-1.453125 5.734375,-1.703125 5.734375,-1.765625 5.6875,-1.8125 5.625,-1.8125 5.515625,-1.8125 5.5,-1.75 5.46875,-1.65625 5.140625,-0.609375 4.453125,-0.125 3.90625,-0.125 3.484375,-0.125 3.265625,-0.4375 3.265625,-0.921875 3.265625,-1.1875 3.3125,-1.375 3.5,-2.15625 L 3.921875,-3.796875 C 4.09375,-4.5 4.5,-5.03125 5.0625,-5.03125 c 0.015625,0 0.359375,0 0.609375,0.15625 z m 0,0"
|
||||
id="path2097" />
|
||||
</g>
|
||||
<g
|
||||
id="g3769">
|
||||
<path
|
||||
d="m 2.328125,0.046875 c 0,-0.6875 -0.21875,-1.203125 -0.71875,-1.203125 -0.375,0 -0.5625,0.3125 -0.5625,0.578125 C 1.046875,-0.328125 1.21875,0 1.625,0 1.78125,0 1.90625,-0.046875 2.015625,-0.15625 2.046875,-0.171875 2.0625,-0.171875 2.0625,-0.171875 c 0.03125,0 0.03125,0.15625 0.03125,0.21875 C 2.09375,0.4375 2.015625,1.21875 1.328125,2 1.1875,2.140625 1.1875,2.15625 1.1875,2.1875 c 0,0.0625 0.0625,0.125 0.125,0.125 0.09375,0 1.015625,-0.890625 1.015625,-2.265625 z m 0,0"
|
||||
id="path4658" />
|
||||
</g>
|
||||
<g
|
||||
id="g8717">
|
||||
<path
|
||||
d="m 3.140625,1.34375 c -0.3125,0.453125 -0.78125,0.859375 -1.375,0.859375 C 1.625,2.203125 1.046875,2.171875 0.875,1.625 c 0.03125,0.015625 0.09375,0.015625 0.109375,0.015625 0.359375,0 0.609375,-0.3125 0.609375,-0.59375 C 1.59375,0.78125 1.359375,0.6875 1.1875,0.6875 c -0.203125,0 -0.609375,0.140625 -0.609375,0.71875 0,0.609375 0.515625,1.03125 1.1875,1.03125 C 2.96875,2.4375 4.171875,1.34375 4.5,0.015625 L 5.671875,-4.65625 C 5.6875,-4.703125 5.71875,-4.78125 5.71875,-4.859375 5.71875,-5.03125 5.5625,-5.15625 5.390625,-5.15625 5.28125,-5.15625 5.03125,-5.109375 4.9375,-4.75 L 4.046875,-1.234375 C 4,-1.015625 4,-0.984375 3.890625,-0.859375 3.65625,-0.53125 3.265625,-0.125 2.6875,-0.125 c -0.671875,0 -0.734375,-0.65625 -0.734375,-0.96875 0,-0.6875 0.328125,-1.609375 0.65625,-2.46875 0.125,-0.34375 0.203125,-0.515625 0.203125,-0.75 0,-0.5 -0.359375,-0.953125 -0.953125,-0.953125 -1.09375,0 -1.53125,1.734375 -1.53125,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.109375,0 0.125,-0.046875 0.171875,-0.21875 0.28125,-1 0.734375,-1.484375 1.203125,-1.484375 0.109375,0 0.3125,0 0.3125,0.390625 0,0.3125 -0.125,0.65625 -0.3125,1.109375 C 1.25,-1.953125 1.25,-1.5625 1.25,-1.28125 1.25,-0.140625 2.0625,0.125 2.65625,0.125 3,0.125 3.4375,0.015625 3.84375,-0.4375 l 0.015625,0.015625 C 3.6875,0.28125 3.5625,0.75 3.140625,1.34375 Z m 0,0"
|
||||
id="path5499" />
|
||||
</g>
|
||||
<g
|
||||
id="g2050">
|
||||
<path
|
||||
d="m 7.875,-2.71875 c 0.234375,-0.109375 0.234375,-0.1875 0.234375,-0.265625 0,-0.078125 -0.015625,-0.15625 -0.234375,-0.25 L 1.40625,-6.21875 C 1.25,-6.28125 1.234375,-6.296875 1.203125,-6.296875 c -0.140625,0 -0.21875,0.109375 -0.21875,0.21875 0,0.140625 0.09375,0.1875 0.25,0.25 L 7.375,-2.984375 1.21875,-0.140625 C 0.984375,-0.03125 0.984375,0.046875 0.984375,0.125 c 0,0.09375 0.078125,0.203125 0.21875,0.203125 0.03125,0 0.046875,0 0.203125,-0.078125 z m 0,0"
|
||||
id="path6887" />
|
||||
</g>
|
||||
<g
|
||||
id="g5595">
|
||||
<path
|
||||
d="m 3.890625,2.90625 c 0,-0.03125 0,-0.0625 -0.203125,-0.265625 C 2.484375,1.4375 1.8125,-0.53125 1.8125,-2.96875 c 0,-2.328125 0.5625,-4.328125 1.953125,-5.734375 0.125,-0.109375 0.125,-0.125 0.125,-0.171875 0,-0.0625 -0.0625,-0.09375 -0.109375,-0.09375 -0.15625,0 -1.140625,0.859375 -1.71875,2.03125 -0.609375,1.21875 -0.890625,2.484375 -0.890625,3.96875 0,1.0625 0.171875,2.484375 0.78125,3.75 C 2.671875,2.21875 3.640625,3 3.78125,3 3.828125,3 3.890625,2.96875 3.890625,2.90625 Z m 0,0"
|
||||
id="path946" />
|
||||
</g>
|
||||
<g
|
||||
id="g7886">
|
||||
<path
|
||||
d="M 3.375,-2.96875 C 3.375,-3.890625 3.25,-5.359375 2.578125,-6.75 1.875,-8.1875 0.890625,-8.96875 0.765625,-8.96875 c -0.046875,0 -0.109375,0.03125 -0.109375,0.09375 0,0.046875 0,0.0625 0.203125,0.265625 1.203125,1.203125 1.859375,3.1875 1.859375,5.625 0,2.3125 -0.5625,4.3125 -1.9375,5.71875 C 0.65625,2.84375 0.65625,2.875 0.65625,2.90625 0.65625,2.96875 0.71875,3 0.765625,3 0.921875,3 1.90625,2.140625 2.484375,0.96875 3.09375,-0.25 3.375,-1.546875 3.375,-2.96875 Z m 0,0"
|
||||
id="path8967" />
|
||||
</g>
|
||||
<g
|
||||
id="g2403">
|
||||
<path
|
||||
d="m 5.359375,-3.828125 c 0,-0.984375 -0.0625,-1.953125 -0.5,-2.859375 -0.484375,-1 -1.34375,-1.265625 -1.9375,-1.265625 -0.6875,0 -1.53125,0.34375 -1.984375,1.34375 -0.328125,0.75 -0.453125,1.5 -0.453125,2.78125 0,1.15625 0.09375,2.03125 0.515625,2.890625 0.46875,0.90625 1.296875,1.1875 1.921875,1.1875 1.03125,0 1.625,-0.625 1.984375,-1.3125 0.421875,-0.890625 0.453125,-2.0625 0.453125,-2.765625 z m -2.4375,3.84375 C 2.53125,0.015625 1.75,-0.203125 1.53125,-1.5 c -0.125,-0.71875 -0.125,-1.625 -0.125,-2.46875 0,-0.984375 0,-1.859375 0.1875,-2.5625 0.203125,-0.8125 0.8125,-1.171875 1.328125,-1.171875 0.453125,0 1.140625,0.265625 1.375,1.296875 0.15625,0.6875 0.15625,1.625 0.15625,2.4375 0,0.796875 0,1.703125 -0.140625,2.4375 -0.21875,1.3125 -0.984375,1.546875 -1.390625,1.546875 z m 0,0"
|
||||
id="path7929" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g5038">
|
||||
<g
|
||||
id="g7721">
|
||||
<path
|
||||
d="m 2.140625,-2.765625 c 0.328125,0 1.140625,-0.03125 1.703125,-0.25 0.90625,-0.34375 1,-1.03125 1,-1.25 0,-0.53125 -0.453125,-1 -1.25,-1 -1.25,0 -3.0625,1.125 -3.0625,3.25 C 0.53125,-0.75 1.25,0.125 2.34375,0.125 3.96875,0.125 5,-1.140625 5,-1.296875 5,-1.375 4.921875,-1.4375 4.875,-1.4375 c -0.03125,0 -0.046875,0.015625 -0.15625,0.125 -0.765625,1.015625 -1.890625,1.1875 -2.359375,1.1875 -0.671875,0 -1.03125,-0.53125 -1.03125,-1.421875 0,-0.15625 0,-0.46875 0.171875,-1.21875 z m -0.578125,-0.25 c 0.515625,-1.84375 1.65625,-2.015625 2.03125,-2.015625 0.53125,0 0.890625,0.3125 0.890625,0.765625 0,1.25 -1.921875,1.25 -2.421875,1.25 z m 0,0"
|
||||
id="path5276" />
|
||||
</g>
|
||||
<g
|
||||
id="g2129">
|
||||
<path
|
||||
d="m 5.671875,-4.875 c -0.390625,0.0625 -0.53125,0.359375 -0.53125,0.578125 0,0.296875 0.21875,0.390625 0.390625,0.390625 0.359375,0 0.609375,-0.3125 0.609375,-0.640625 0,-0.5 -0.578125,-0.71875 -1.078125,-0.71875 -0.71875,0 -1.125,0.71875 -1.234375,0.9375 -0.28125,-0.890625 -1.015625,-0.9375 -1.234375,-0.9375 -1.21875,0 -1.859375,1.5625 -1.859375,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.09375,0 0.125,-0.078125 0.140625,-0.125 0.40625,-1.328125 1.21875,-1.578125 1.5625,-1.578125 0.53125,0 0.640625,0.5 0.640625,0.78125 0,0.265625 -0.078125,0.546875 -0.21875,1.125 L 2.578125,-1.5 c -0.171875,0.71875 -0.515625,1.375 -1.15625,1.375 -0.0625,0 -0.359375,0 -0.609375,-0.15625 C 1.25,-0.359375 1.34375,-0.71875 1.34375,-0.859375 1.34375,-1.09375 1.15625,-1.25 0.9375,-1.25 c -0.296875,0 -0.609375,0.265625 -0.609375,0.640625 0,0.5 0.5625,0.734375 1.078125,0.734375 0.578125,0 0.984375,-0.453125 1.234375,-0.953125 C 2.828125,-0.125 3.4375,0.125 3.875,0.125 5.09375,0.125 5.734375,-1.453125 5.734375,-1.703125 5.734375,-1.765625 5.6875,-1.8125 5.625,-1.8125 5.515625,-1.8125 5.5,-1.75 5.46875,-1.65625 5.140625,-0.609375 4.453125,-0.125 3.90625,-0.125 3.484375,-0.125 3.265625,-0.4375 3.265625,-0.921875 3.265625,-1.1875 3.3125,-1.375 3.5,-2.15625 L 3.921875,-3.796875 C 4.09375,-4.5 4.5,-5.03125 5.0625,-5.03125 c 0.015625,0 0.359375,0 0.609375,0.15625 z m 0,0"
|
||||
id="path9459" />
|
||||
</g>
|
||||
<g
|
||||
id="g96">
|
||||
<path
|
||||
d="m 2.328125,0.046875 c 0,-0.6875 -0.21875,-1.203125 -0.71875,-1.203125 -0.375,0 -0.5625,0.3125 -0.5625,0.578125 C 1.046875,-0.328125 1.21875,0 1.625,0 1.78125,0 1.90625,-0.046875 2.015625,-0.15625 2.046875,-0.171875 2.0625,-0.171875 2.0625,-0.171875 c 0.03125,0 0.03125,0.15625 0.03125,0.21875 C 2.09375,0.4375 2.015625,1.21875 1.328125,2 1.1875,2.140625 1.1875,2.15625 1.1875,2.1875 c 0,0.0625 0.0625,0.125 0.125,0.125 0.09375,0 1.015625,-0.890625 1.015625,-2.265625 z m 0,0"
|
||||
id="path2955" />
|
||||
</g>
|
||||
<g
|
||||
id="g6028">
|
||||
<path
|
||||
d="m 3.140625,1.34375 c -0.3125,0.453125 -0.78125,0.859375 -1.375,0.859375 C 1.625,2.203125 1.046875,2.171875 0.875,1.625 c 0.03125,0.015625 0.09375,0.015625 0.109375,0.015625 0.359375,0 0.609375,-0.3125 0.609375,-0.59375 C 1.59375,0.78125 1.359375,0.6875 1.1875,0.6875 c -0.203125,0 -0.609375,0.140625 -0.609375,0.71875 0,0.609375 0.515625,1.03125 1.1875,1.03125 C 2.96875,2.4375 4.171875,1.34375 4.5,0.015625 L 5.671875,-4.65625 C 5.6875,-4.703125 5.71875,-4.78125 5.71875,-4.859375 5.71875,-5.03125 5.5625,-5.15625 5.390625,-5.15625 5.28125,-5.15625 5.03125,-5.109375 4.9375,-4.75 L 4.046875,-1.234375 C 4,-1.015625 4,-0.984375 3.890625,-0.859375 3.65625,-0.53125 3.265625,-0.125 2.6875,-0.125 c -0.671875,0 -0.734375,-0.65625 -0.734375,-0.96875 0,-0.6875 0.328125,-1.609375 0.65625,-2.46875 0.125,-0.34375 0.203125,-0.515625 0.203125,-0.75 0,-0.5 -0.359375,-0.953125 -0.953125,-0.953125 -1.09375,0 -1.53125,1.734375 -1.53125,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.109375,0 0.125,-0.046875 0.171875,-0.21875 0.28125,-1 0.734375,-1.484375 1.203125,-1.484375 0.109375,0 0.3125,0 0.3125,0.390625 0,0.3125 -0.125,0.65625 -0.3125,1.109375 C 1.25,-1.953125 1.25,-1.5625 1.25,-1.28125 1.25,-0.140625 2.0625,0.125 2.65625,0.125 3,0.125 3.4375,0.015625 3.84375,-0.4375 l 0.015625,0.015625 C 3.6875,0.28125 3.5625,0.75 3.140625,1.34375 Z m 0,0"
|
||||
id="path3572" />
|
||||
</g>
|
||||
<g
|
||||
id="g524">
|
||||
<path
|
||||
d="m 7.875,-5.828125 c 0.21875,-0.09375 0.234375,-0.171875 0.234375,-0.25 0,-0.125 -0.09375,-0.21875 -0.21875,-0.21875 -0.03125,0 -0.03125,0.015625 -0.203125,0.078125 L 1.21875,-3.234375 C 1,-3.140625 0.984375,-3.0625 0.984375,-2.984375 c 0,0.078125 0,0.15625 0.234375,0.265625 L 7.6875,0.25 c 0.15625,0.078125 0.171875,0.078125 0.203125,0.078125 0.125,0 0.21875,-0.09375 0.21875,-0.21875 0,-0.078125 -0.015625,-0.15625 -0.234375,-0.25 L 1.71875,-2.96875 Z m 0,0"
|
||||
id="path70" />
|
||||
</g>
|
||||
<g
|
||||
id="g6713">
|
||||
<path
|
||||
d="m 3.890625,2.90625 c 0,-0.03125 0,-0.0625 -0.203125,-0.265625 C 2.484375,1.4375 1.8125,-0.53125 1.8125,-2.96875 c 0,-2.328125 0.5625,-4.328125 1.953125,-5.734375 0.125,-0.109375 0.125,-0.125 0.125,-0.171875 0,-0.0625 -0.0625,-0.09375 -0.109375,-0.09375 -0.15625,0 -1.140625,0.859375 -1.71875,2.03125 -0.609375,1.21875 -0.890625,2.484375 -0.890625,3.96875 0,1.0625 0.171875,2.484375 0.78125,3.75 C 2.671875,2.21875 3.640625,3 3.78125,3 3.828125,3 3.890625,2.96875 3.890625,2.90625 Z m 0,0"
|
||||
id="path6174" />
|
||||
</g>
|
||||
<g
|
||||
id="g4614">
|
||||
<path
|
||||
d="M 3.375,-2.96875 C 3.375,-3.890625 3.25,-5.359375 2.578125,-6.75 1.875,-8.1875 0.890625,-8.96875 0.765625,-8.96875 c -0.046875,0 -0.109375,0.03125 -0.109375,0.09375 0,0.046875 0,0.0625 0.203125,0.265625 1.203125,1.203125 1.859375,3.1875 1.859375,5.625 0,2.3125 -0.5625,4.3125 -1.9375,5.71875 C 0.65625,2.84375 0.65625,2.875 0.65625,2.90625 0.65625,2.96875 0.71875,3 0.765625,3 0.921875,3 1.90625,2.140625 2.484375,0.96875 3.09375,-0.25 3.375,-1.546875 3.375,-2.96875 Z m 0,0"
|
||||
id="path1045" />
|
||||
</g>
|
||||
<g
|
||||
id="g7961">
|
||||
<path
|
||||
d="m 5.359375,-3.828125 c 0,-0.984375 -0.0625,-1.953125 -0.5,-2.859375 -0.484375,-1 -1.34375,-1.265625 -1.9375,-1.265625 -0.6875,0 -1.53125,0.34375 -1.984375,1.34375 -0.328125,0.75 -0.453125,1.5 -0.453125,2.78125 0,1.15625 0.09375,2.03125 0.515625,2.890625 0.46875,0.90625 1.296875,1.1875 1.921875,1.1875 1.03125,0 1.625,-0.625 1.984375,-1.3125 0.421875,-0.890625 0.453125,-2.0625 0.453125,-2.765625 z m -2.4375,3.84375 C 2.53125,0.015625 1.75,-0.203125 1.53125,-1.5 c -0.125,-0.71875 -0.125,-1.625 -0.125,-2.46875 0,-0.984375 0,-1.859375 0.1875,-2.5625 0.203125,-0.8125 0.8125,-1.171875 1.328125,-1.171875 0.453125,0 1.140625,0.265625 1.375,1.296875 0.15625,0.6875 0.15625,1.625 0.15625,2.4375 0,0.796875 0,1.703125 -0.140625,2.4375 -0.21875,1.3125 -0.984375,1.546875 -1.390625,1.546875 z m 0,0"
|
||||
id="path1453" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g3927">
|
||||
<g
|
||||
id="g6331">
|
||||
<path
|
||||
d="m 2.140625,-2.765625 c 0.328125,0 1.140625,-0.03125 1.703125,-0.25 0.90625,-0.34375 1,-1.03125 1,-1.25 0,-0.53125 -0.453125,-1 -1.25,-1 -1.25,0 -3.0625,1.125 -3.0625,3.25 C 0.53125,-0.75 1.25,0.125 2.34375,0.125 3.96875,0.125 5,-1.140625 5,-1.296875 5,-1.375 4.921875,-1.4375 4.875,-1.4375 c -0.03125,0 -0.046875,0.015625 -0.15625,0.125 -0.765625,1.015625 -1.890625,1.1875 -2.359375,1.1875 -0.671875,0 -1.03125,-0.53125 -1.03125,-1.421875 0,-0.15625 0,-0.46875 0.171875,-1.21875 z m -0.578125,-0.25 c 0.515625,-1.84375 1.65625,-2.015625 2.03125,-2.015625 0.53125,0 0.890625,0.3125 0.890625,0.765625 0,1.25 -1.921875,1.25 -2.421875,1.25 z m 0,0"
|
||||
id="path9636" />
|
||||
</g>
|
||||
<g
|
||||
id="g3121">
|
||||
<path
|
||||
d="m 5.671875,-4.875 c -0.390625,0.0625 -0.53125,0.359375 -0.53125,0.578125 0,0.296875 0.21875,0.390625 0.390625,0.390625 0.359375,0 0.609375,-0.3125 0.609375,-0.640625 0,-0.5 -0.578125,-0.71875 -1.078125,-0.71875 -0.71875,0 -1.125,0.71875 -1.234375,0.9375 -0.28125,-0.890625 -1.015625,-0.9375 -1.234375,-0.9375 -1.21875,0 -1.859375,1.5625 -1.859375,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.09375,0 0.125,-0.078125 0.140625,-0.125 0.40625,-1.328125 1.21875,-1.578125 1.5625,-1.578125 0.53125,0 0.640625,0.5 0.640625,0.78125 0,0.265625 -0.078125,0.546875 -0.21875,1.125 L 2.578125,-1.5 c -0.171875,0.71875 -0.515625,1.375 -1.15625,1.375 -0.0625,0 -0.359375,0 -0.609375,-0.15625 C 1.25,-0.359375 1.34375,-0.71875 1.34375,-0.859375 1.34375,-1.09375 1.15625,-1.25 0.9375,-1.25 c -0.296875,0 -0.609375,0.265625 -0.609375,0.640625 0,0.5 0.5625,0.734375 1.078125,0.734375 0.578125,0 0.984375,-0.453125 1.234375,-0.953125 C 2.828125,-0.125 3.4375,0.125 3.875,0.125 5.09375,0.125 5.734375,-1.453125 5.734375,-1.703125 5.734375,-1.765625 5.6875,-1.8125 5.625,-1.8125 5.515625,-1.8125 5.5,-1.75 5.46875,-1.65625 5.140625,-0.609375 4.453125,-0.125 3.90625,-0.125 3.484375,-0.125 3.265625,-0.4375 3.265625,-0.921875 3.265625,-1.1875 3.3125,-1.375 3.5,-2.15625 L 3.921875,-3.796875 C 4.09375,-4.5 4.5,-5.03125 5.0625,-5.03125 c 0.015625,0 0.359375,0 0.609375,0.15625 z m 0,0"
|
||||
id="path8884" />
|
||||
</g>
|
||||
<g
|
||||
id="g2653">
|
||||
<path
|
||||
d="m 2.328125,0.046875 c 0,-0.6875 -0.21875,-1.203125 -0.71875,-1.203125 -0.375,0 -0.5625,0.3125 -0.5625,0.578125 C 1.046875,-0.328125 1.21875,0 1.625,0 1.78125,0 1.90625,-0.046875 2.015625,-0.15625 2.046875,-0.171875 2.0625,-0.171875 2.0625,-0.171875 c 0.03125,0 0.03125,0.15625 0.03125,0.21875 C 2.09375,0.4375 2.015625,1.21875 1.328125,2 1.1875,2.140625 1.1875,2.15625 1.1875,2.1875 c 0,0.0625 0.0625,0.125 0.125,0.125 0.09375,0 1.015625,-0.890625 1.015625,-2.265625 z m 0,0"
|
||||
id="path5257" />
|
||||
</g>
|
||||
<g
|
||||
id="g8535">
|
||||
<path
|
||||
d="m 3.140625,1.34375 c -0.3125,0.453125 -0.78125,0.859375 -1.375,0.859375 C 1.625,2.203125 1.046875,2.171875 0.875,1.625 c 0.03125,0.015625 0.09375,0.015625 0.109375,0.015625 0.359375,0 0.609375,-0.3125 0.609375,-0.59375 C 1.59375,0.78125 1.359375,0.6875 1.1875,0.6875 c -0.203125,0 -0.609375,0.140625 -0.609375,0.71875 0,0.609375 0.515625,1.03125 1.1875,1.03125 C 2.96875,2.4375 4.171875,1.34375 4.5,0.015625 L 5.671875,-4.65625 C 5.6875,-4.703125 5.71875,-4.78125 5.71875,-4.859375 5.71875,-5.03125 5.5625,-5.15625 5.390625,-5.15625 5.28125,-5.15625 5.03125,-5.109375 4.9375,-4.75 L 4.046875,-1.234375 C 4,-1.015625 4,-0.984375 3.890625,-0.859375 3.65625,-0.53125 3.265625,-0.125 2.6875,-0.125 c -0.671875,0 -0.734375,-0.65625 -0.734375,-0.96875 0,-0.6875 0.328125,-1.609375 0.65625,-2.46875 0.125,-0.34375 0.203125,-0.515625 0.203125,-0.75 0,-0.5 -0.359375,-0.953125 -0.953125,-0.953125 -1.09375,0 -1.53125,1.734375 -1.53125,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.109375,0 0.125,-0.046875 0.171875,-0.21875 0.28125,-1 0.734375,-1.484375 1.203125,-1.484375 0.109375,0 0.3125,0 0.3125,0.390625 0,0.3125 -0.125,0.65625 -0.3125,1.109375 C 1.25,-1.953125 1.25,-1.5625 1.25,-1.28125 1.25,-0.140625 2.0625,0.125 2.65625,0.125 3,0.125 3.4375,0.015625 3.84375,-0.4375 l 0.015625,0.015625 C 3.6875,0.28125 3.5625,0.75 3.140625,1.34375 Z m 0,0"
|
||||
id="path7258" />
|
||||
</g>
|
||||
<g
|
||||
id="g5168">
|
||||
<path
|
||||
d="m 3.890625,2.90625 c 0,-0.03125 0,-0.0625 -0.203125,-0.265625 C 2.484375,1.4375 1.8125,-0.53125 1.8125,-2.96875 c 0,-2.328125 0.5625,-4.328125 1.953125,-5.734375 0.125,-0.109375 0.125,-0.125 0.125,-0.171875 0,-0.0625 -0.0625,-0.09375 -0.109375,-0.09375 -0.15625,0 -1.140625,0.859375 -1.71875,2.03125 -0.609375,1.21875 -0.890625,2.484375 -0.890625,3.96875 0,1.0625 0.171875,2.484375 0.78125,3.75 C 2.671875,2.21875 3.640625,3 3.78125,3 3.828125,3 3.890625,2.96875 3.890625,2.90625 Z m 0,0"
|
||||
id="path7969" />
|
||||
</g>
|
||||
<g
|
||||
id="g7220">
|
||||
<path
|
||||
d="M 3.375,-2.96875 C 3.375,-3.890625 3.25,-5.359375 2.578125,-6.75 1.875,-8.1875 0.890625,-8.96875 0.765625,-8.96875 c -0.046875,0 -0.109375,0.03125 -0.109375,0.09375 0,0.046875 0,0.0625 0.203125,0.265625 1.203125,1.203125 1.859375,3.1875 1.859375,5.625 0,2.3125 -0.5625,4.3125 -1.9375,5.71875 C 0.65625,2.84375 0.65625,2.875 0.65625,2.90625 0.65625,2.96875 0.71875,3 0.765625,3 0.921875,3 1.90625,2.140625 2.484375,0.96875 3.09375,-0.25 3.375,-1.546875 3.375,-2.96875 Z m 0,0"
|
||||
id="path1969" />
|
||||
</g>
|
||||
<g
|
||||
id="g6980">
|
||||
<path
|
||||
d="m 8.0625,-3.875 c 0.171875,0 0.390625,0 0.390625,-0.21875 C 8.453125,-4.3125 8.25,-4.3125 8.0625,-4.3125 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 z m 0,2.21875 c 0.171875,0 0.390625,0 0.390625,-0.203125 C 8.453125,-2.09375 8.25,-2.09375 8.0625,-2.09375 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 z m 0,0"
|
||||
id="path8119" />
|
||||
</g>
|
||||
<g
|
||||
id="g6742">
|
||||
<path
|
||||
d="m 5.359375,-3.828125 c 0,-0.984375 -0.0625,-1.953125 -0.5,-2.859375 -0.484375,-1 -1.34375,-1.265625 -1.9375,-1.265625 -0.6875,0 -1.53125,0.34375 -1.984375,1.34375 -0.328125,0.75 -0.453125,1.5 -0.453125,2.78125 0,1.15625 0.09375,2.03125 0.515625,2.890625 0.46875,0.90625 1.296875,1.1875 1.921875,1.1875 1.03125,0 1.625,-0.625 1.984375,-1.3125 0.421875,-0.890625 0.453125,-2.0625 0.453125,-2.765625 z m -2.4375,3.84375 C 2.53125,0.015625 1.75,-0.203125 1.53125,-1.5 c -0.125,-0.71875 -0.125,-1.625 -0.125,-2.46875 0,-0.984375 0,-1.859375 0.1875,-2.5625 0.203125,-0.8125 0.8125,-1.171875 1.328125,-1.171875 0.453125,0 1.140625,0.265625 1.375,1.296875 0.15625,0.6875 0.15625,1.625 0.15625,2.4375 0,0.796875 0,1.703125 -0.140625,2.4375 -0.21875,1.3125 -0.984375,1.546875 -1.390625,1.546875 z m 0,0"
|
||||
id="path7750" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g1414">
|
||||
<g
|
||||
id="g2302">
|
||||
<path
|
||||
d="m 2.140625,-2.765625 c 0.328125,0 1.140625,-0.03125 1.703125,-0.25 0.90625,-0.34375 1,-1.03125 1,-1.25 0,-0.53125 -0.453125,-1 -1.25,-1 -1.25,0 -3.0625,1.125 -3.0625,3.25 C 0.53125,-0.75 1.25,0.125 2.34375,0.125 3.96875,0.125 5,-1.140625 5,-1.296875 5,-1.375 4.921875,-1.4375 4.875,-1.4375 c -0.03125,0 -0.046875,0.015625 -0.15625,0.125 -0.765625,1.015625 -1.890625,1.1875 -2.359375,1.1875 -0.671875,0 -1.03125,-0.53125 -1.03125,-1.421875 0,-0.15625 0,-0.46875 0.171875,-1.21875 z m -0.578125,-0.25 c 0.515625,-1.84375 1.65625,-2.015625 2.03125,-2.015625 0.53125,0 0.890625,0.3125 0.890625,0.765625 0,1.25 -1.921875,1.25 -2.421875,1.25 z m 0,0"
|
||||
id="path4273" />
|
||||
</g>
|
||||
<g
|
||||
id="g5992">
|
||||
<path
|
||||
d="m 5.671875,-4.875 c -0.390625,0.0625 -0.53125,0.359375 -0.53125,0.578125 0,0.296875 0.21875,0.390625 0.390625,0.390625 0.359375,0 0.609375,-0.3125 0.609375,-0.640625 0,-0.5 -0.578125,-0.71875 -1.078125,-0.71875 -0.71875,0 -1.125,0.71875 -1.234375,0.9375 -0.28125,-0.890625 -1.015625,-0.9375 -1.234375,-0.9375 -1.21875,0 -1.859375,1.5625 -1.859375,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.09375,0 0.125,-0.078125 0.140625,-0.125 0.40625,-1.328125 1.21875,-1.578125 1.5625,-1.578125 0.53125,0 0.640625,0.5 0.640625,0.78125 0,0.265625 -0.078125,0.546875 -0.21875,1.125 L 2.578125,-1.5 c -0.171875,0.71875 -0.515625,1.375 -1.15625,1.375 -0.0625,0 -0.359375,0 -0.609375,-0.15625 C 1.25,-0.359375 1.34375,-0.71875 1.34375,-0.859375 1.34375,-1.09375 1.15625,-1.25 0.9375,-1.25 c -0.296875,0 -0.609375,0.265625 -0.609375,0.640625 0,0.5 0.5625,0.734375 1.078125,0.734375 0.578125,0 0.984375,-0.453125 1.234375,-0.953125 C 2.828125,-0.125 3.4375,0.125 3.875,0.125 5.09375,0.125 5.734375,-1.453125 5.734375,-1.703125 5.734375,-1.765625 5.6875,-1.8125 5.625,-1.8125 5.515625,-1.8125 5.5,-1.75 5.46875,-1.65625 5.140625,-0.609375 4.453125,-0.125 3.90625,-0.125 3.484375,-0.125 3.265625,-0.4375 3.265625,-0.921875 3.265625,-1.1875 3.3125,-1.375 3.5,-2.15625 L 3.921875,-3.796875 C 4.09375,-4.5 4.5,-5.03125 5.0625,-5.03125 c 0.015625,0 0.359375,0 0.609375,0.15625 z m 0,0"
|
||||
id="path9069" />
|
||||
</g>
|
||||
<g
|
||||
id="g6827">
|
||||
<path
|
||||
d="m 2.328125,0.046875 c 0,-0.6875 -0.21875,-1.203125 -0.71875,-1.203125 -0.375,0 -0.5625,0.3125 -0.5625,0.578125 C 1.046875,-0.328125 1.21875,0 1.625,0 1.78125,0 1.90625,-0.046875 2.015625,-0.15625 2.046875,-0.171875 2.0625,-0.171875 2.0625,-0.171875 c 0.03125,0 0.03125,0.15625 0.03125,0.21875 C 2.09375,0.4375 2.015625,1.21875 1.328125,2 1.1875,2.140625 1.1875,2.15625 1.1875,2.1875 c 0,0.0625 0.0625,0.125 0.125,0.125 0.09375,0 1.015625,-0.890625 1.015625,-2.265625 z m 0,0"
|
||||
id="path847" />
|
||||
</g>
|
||||
<g
|
||||
id="g1209">
|
||||
<path
|
||||
d="m 3.140625,1.34375 c -0.3125,0.453125 -0.78125,0.859375 -1.375,0.859375 C 1.625,2.203125 1.046875,2.171875 0.875,1.625 c 0.03125,0.015625 0.09375,0.015625 0.109375,0.015625 0.359375,0 0.609375,-0.3125 0.609375,-0.59375 C 1.59375,0.78125 1.359375,0.6875 1.1875,0.6875 c -0.203125,0 -0.609375,0.140625 -0.609375,0.71875 0,0.609375 0.515625,1.03125 1.1875,1.03125 C 2.96875,2.4375 4.171875,1.34375 4.5,0.015625 L 5.671875,-4.65625 C 5.6875,-4.703125 5.71875,-4.78125 5.71875,-4.859375 5.71875,-5.03125 5.5625,-5.15625 5.390625,-5.15625 5.28125,-5.15625 5.03125,-5.109375 4.9375,-4.75 L 4.046875,-1.234375 C 4,-1.015625 4,-0.984375 3.890625,-0.859375 3.65625,-0.53125 3.265625,-0.125 2.6875,-0.125 c -0.671875,0 -0.734375,-0.65625 -0.734375,-0.96875 0,-0.6875 0.328125,-1.609375 0.65625,-2.46875 0.125,-0.34375 0.203125,-0.515625 0.203125,-0.75 0,-0.5 -0.359375,-0.953125 -0.953125,-0.953125 -1.09375,0 -1.53125,1.734375 -1.53125,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.109375,0 0.125,-0.046875 0.171875,-0.21875 0.28125,-1 0.734375,-1.484375 1.203125,-1.484375 0.109375,0 0.3125,0 0.3125,0.390625 0,0.3125 -0.125,0.65625 -0.3125,1.109375 C 1.25,-1.953125 1.25,-1.5625 1.25,-1.28125 1.25,-0.140625 2.0625,0.125 2.65625,0.125 3,0.125 3.4375,0.015625 3.84375,-0.4375 l 0.015625,0.015625 C 3.6875,0.28125 3.5625,0.75 3.140625,1.34375 Z m 0,0"
|
||||
id="path4899" />
|
||||
</g>
|
||||
<g
|
||||
id="g2708">
|
||||
<path
|
||||
d="m 3.890625,2.90625 c 0,-0.03125 0,-0.0625 -0.203125,-0.265625 C 2.484375,1.4375 1.8125,-0.53125 1.8125,-2.96875 c 0,-2.328125 0.5625,-4.328125 1.953125,-5.734375 0.125,-0.109375 0.125,-0.125 0.125,-0.171875 0,-0.0625 -0.0625,-0.09375 -0.109375,-0.09375 -0.15625,0 -1.140625,0.859375 -1.71875,2.03125 -0.609375,1.21875 -0.890625,2.484375 -0.890625,3.96875 0,1.0625 0.171875,2.484375 0.78125,3.75 C 2.671875,2.21875 3.640625,3 3.78125,3 3.828125,3 3.890625,2.96875 3.890625,2.90625 Z m 0,0"
|
||||
id="path2578" />
|
||||
</g>
|
||||
<g
|
||||
id="g9846">
|
||||
<path
|
||||
d="M 3.375,-2.96875 C 3.375,-3.890625 3.25,-5.359375 2.578125,-6.75 1.875,-8.1875 0.890625,-8.96875 0.765625,-8.96875 c -0.046875,0 -0.109375,0.03125 -0.109375,0.09375 0,0.046875 0,0.0625 0.203125,0.265625 1.203125,1.203125 1.859375,3.1875 1.859375,5.625 0,2.3125 -0.5625,4.3125 -1.9375,5.71875 C 0.65625,2.84375 0.65625,2.875 0.65625,2.90625 0.65625,2.96875 0.71875,3 0.765625,3 0.921875,3 1.90625,2.140625 2.484375,0.96875 3.09375,-0.25 3.375,-1.546875 3.375,-2.96875 Z m 0,0"
|
||||
id="path210" />
|
||||
</g>
|
||||
<g
|
||||
id="g7479">
|
||||
<path
|
||||
d="m 8.0625,-3.875 c 0.171875,0 0.390625,0 0.390625,-0.21875 C 8.453125,-4.3125 8.25,-4.3125 8.0625,-4.3125 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 z m 0,2.21875 c 0.171875,0 0.390625,0 0.390625,-0.203125 C 8.453125,-2.09375 8.25,-2.09375 8.0625,-2.09375 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 z m 0,0"
|
||||
id="path7710" />
|
||||
</g>
|
||||
<g
|
||||
id="g1722">
|
||||
<path
|
||||
d="m 5.359375,-3.828125 c 0,-0.984375 -0.0625,-1.953125 -0.5,-2.859375 -0.484375,-1 -1.34375,-1.265625 -1.9375,-1.265625 -0.6875,0 -1.53125,0.34375 -1.984375,1.34375 -0.328125,0.75 -0.453125,1.5 -0.453125,2.78125 0,1.15625 0.09375,2.03125 0.515625,2.890625 0.46875,0.90625 1.296875,1.1875 1.921875,1.1875 1.03125,0 1.625,-0.625 1.984375,-1.3125 0.421875,-0.890625 0.453125,-2.0625 0.453125,-2.765625 z m -2.4375,3.84375 C 2.53125,0.015625 1.75,-0.203125 1.53125,-1.5 c -0.125,-0.71875 -0.125,-1.625 -0.125,-2.46875 0,-0.984375 0,-1.859375 0.1875,-2.5625 0.203125,-0.8125 0.8125,-1.171875 1.328125,-1.171875 0.453125,0 1.140625,0.265625 1.375,1.296875 0.15625,0.6875 0.15625,1.625 0.15625,2.4375 0,0.796875 0,1.703125 -0.140625,2.4375 -0.21875,1.3125 -0.984375,1.546875 -1.390625,1.546875 z m 0,0"
|
||||
id="path3449" />
|
||||
</g>
|
||||
</g>
|
||||
</defs>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.264583"
|
||||
d="m 26.876433,31.539279 65,-20.000001"
|
||||
id="path1" />
|
||||
<path
|
||||
style="fill:#e6e600;fill-opacity:0.544658;stroke:none;stroke-width:0.264583"
|
||||
d="m 42.876434,13.539278 c 0,0 4.999998,0 12,-3 6.999999,-2.9999998 11.999999,-7.9999997 15.999999,-6.9999999 4,1.0000001 9.000001,4.0000001 12,4.0000001 2.999999,0 9,3.9999998 9,3.9999998 l -65,20.000001 c 0,0 -1,-2.000001 1,-6.000001 2,-4 3,-7 6,-9 3,-2 9.000001,-3 9.000001,-3 z"
|
||||
id="path2" />
|
||||
<circle
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.132292;stroke-opacity:1"
|
||||
id="path3"
|
||||
cx="46.876434"
|
||||
cy="25.366228"
|
||||
r="0.50000024" />
|
||||
<circle
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.132292;stroke-opacity:1"
|
||||
id="path3-8"
|
||||
cx="65.897438"
|
||||
cy="19.539278"
|
||||
r="0.50000024" />
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(44.812587,27.106117)"
|
||||
id="g5">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g3"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.707584)">
|
||||
<g
|
||||
id="use2"
|
||||
transform="translate(1.993,10.162)">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path4" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g4"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.707584)">
|
||||
<g
|
||||
id="use3"
|
||||
transform="translate(9.5380001,11.955)">
|
||||
<path
|
||||
d="m 3.890625,-2.546875 c 0,-0.84375 -0.078125,-1.359375 -0.34375,-1.875 -0.34375,-0.703125 -1,-0.875 -1.4375,-0.875 -1,0 -1.375,0.75 -1.484375,0.96875 -0.28125,0.578125 -0.296875,1.375 -0.296875,1.78125 0,0.53125 0.015625,1.328125 0.40625,1.96875 0.359375,0.59375 0.953125,0.75 1.375,0.75 0.390625,0 1.0625,-0.125 1.46875,-0.90625 0.296875,-0.578125 0.3125,-1.296875 0.3125,-1.8125 z M 2.109375,-0.0625 C 1.84375,-0.0625 1.296875,-0.1875 1.125,-1.015625 1.03125,-1.46875 1.03125,-2.21875 1.03125,-2.640625 1.03125,-3.1875 1.03125,-3.75 1.125,-4.1875 1.296875,-5 1.90625,-5.078125 2.109375,-5.078125 c 0.265625,0 0.828125,0.140625 0.984375,0.859375 0.09375,0.4375 0.09375,1.046875 0.09375,1.578125 0,0.46875 0,1.1875 -0.09375,1.640625 -0.171875,0.828125 -0.71875,0.9375 -0.984375,0.9375 z m 0,0"
|
||||
id="path5" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(64.613898,20.898022)"
|
||||
id="g6">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g3-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.707584)">
|
||||
<g
|
||||
id="use2-1"
|
||||
transform="translate(1.993,10.162)">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path4-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g4-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.707584)">
|
||||
<g
|
||||
id="use3-1"
|
||||
transform="translate(9.5380001,11.955)">
|
||||
<path
|
||||
d="m 2.5,-5.078125 c 0,-0.21875 -0.015625,-0.21875 -0.234375,-0.21875 -0.328125,0.3125 -0.75,0.5 -1.5,0.5 v 0.265625 c 0.21875,0 0.640625,0 1.109375,-0.203125 v 4.078125 c 0,0.296875 -0.03125,0.390625 -0.78125,0.390625 H 0.8125 V 0 c 0.328125,-0.03125 1.015625,-0.03125 1.375,-0.03125 0.359375,0 1.046875,0 1.375,0.03125 V -0.265625 H 3.28125 c -0.75,0 -0.78125,-0.09375 -0.78125,-0.390625 z m 0,0"
|
||||
id="path5-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(58.355077,9.8801192)"
|
||||
id="g7">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g9"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.890499,-0.702116)">
|
||||
<g
|
||||
id="use8"
|
||||
transform="translate(1.993,10.959)">
|
||||
<path
|
||||
d="m 2.140625,-2.765625 c 0.328125,0 1.140625,-0.03125 1.703125,-0.25 0.90625,-0.34375 1,-1.03125 1,-1.25 0,-0.53125 -0.453125,-1 -1.25,-1 -1.25,0 -3.0625,1.125 -3.0625,3.25 C 0.53125,-0.75 1.25,0.125 2.34375,0.125 3.96875,0.125 5,-1.140625 5,-1.296875 5,-1.375 4.921875,-1.4375 4.875,-1.4375 c -0.03125,0 -0.046875,0.015625 -0.15625,0.125 -0.765625,1.015625 -1.890625,1.1875 -2.359375,1.1875 -0.671875,0 -1.03125,-0.53125 -1.03125,-1.421875 0,-0.15625 0,-0.46875 0.171875,-1.21875 z m -0.578125,-0.25 c 0.515625,-1.84375 1.65625,-2.015625 2.03125,-2.015625 0.53125,0 0.890625,0.3125 0.890625,0.765625 0,1.25 -1.921875,1.25 -2.421875,1.25 z m 0,0"
|
||||
id="path15" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g10"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.890499,-0.702116)">
|
||||
<g
|
||||
id="use9"
|
||||
transform="translate(7.4180002,10.959)">
|
||||
<path
|
||||
d="m 3.890625,2.90625 c 0,-0.03125 0,-0.0625 -0.203125,-0.265625 C 2.484375,1.4375 1.8125,-0.53125 1.8125,-2.96875 c 0,-2.328125 0.5625,-4.328125 1.953125,-5.734375 0.125,-0.109375 0.125,-0.125 0.125,-0.171875 0,-0.0625 -0.0625,-0.09375 -0.109375,-0.09375 -0.15625,0 -1.140625,0.859375 -1.71875,2.03125 -0.609375,1.21875 -0.890625,2.484375 -0.890625,3.96875 0,1.0625 0.171875,2.484375 0.78125,3.75 C 2.671875,2.21875 3.640625,3 3.78125,3 3.828125,3 3.890625,2.96875 3.890625,2.90625 Z m 0,0"
|
||||
id="path16" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g11"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.890499,-0.702116)">
|
||||
<g
|
||||
id="use10"
|
||||
transform="translate(11.97,10.959)">
|
||||
<path
|
||||
d="m 5.671875,-4.875 c -0.390625,0.0625 -0.53125,0.359375 -0.53125,0.578125 0,0.296875 0.21875,0.390625 0.390625,0.390625 0.359375,0 0.609375,-0.3125 0.609375,-0.640625 0,-0.5 -0.578125,-0.71875 -1.078125,-0.71875 -0.71875,0 -1.125,0.71875 -1.234375,0.9375 -0.28125,-0.890625 -1.015625,-0.9375 -1.234375,-0.9375 -1.21875,0 -1.859375,1.5625 -1.859375,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.09375,0 0.125,-0.078125 0.140625,-0.125 0.40625,-1.328125 1.21875,-1.578125 1.5625,-1.578125 0.53125,0 0.640625,0.5 0.640625,0.78125 0,0.265625 -0.078125,0.546875 -0.21875,1.125 L 2.578125,-1.5 c -0.171875,0.71875 -0.515625,1.375 -1.15625,1.375 -0.0625,0 -0.359375,0 -0.609375,-0.15625 C 1.25,-0.359375 1.34375,-0.71875 1.34375,-0.859375 1.34375,-1.09375 1.15625,-1.25 0.9375,-1.25 c -0.296875,0 -0.609375,0.265625 -0.609375,0.640625 0,0.5 0.5625,0.734375 1.078125,0.734375 0.578125,0 0.984375,-0.453125 1.234375,-0.953125 C 2.828125,-0.125 3.4375,0.125 3.875,0.125 5.09375,0.125 5.734375,-1.453125 5.734375,-1.703125 5.734375,-1.765625 5.6875,-1.8125 5.625,-1.8125 5.515625,-1.8125 5.5,-1.75 5.46875,-1.65625 5.140625,-0.609375 4.453125,-0.125 3.90625,-0.125 3.484375,-0.125 3.265625,-0.4375 3.265625,-0.921875 3.265625,-1.1875 3.3125,-1.375 3.5,-2.15625 L 3.921875,-3.796875 C 4.09375,-4.5 4.5,-5.03125 5.0625,-5.03125 c 0.015625,0 0.359375,0 0.609375,0.15625 z m 0,0"
|
||||
id="path17" />
|
||||
</g>
|
||||
<g
|
||||
id="use11"
|
||||
transform="translate(18.621874,10.959)">
|
||||
<path
|
||||
d="m 2.328125,0.046875 c 0,-0.6875 -0.21875,-1.203125 -0.71875,-1.203125 -0.375,0 -0.5625,0.3125 -0.5625,0.578125 C 1.046875,-0.328125 1.21875,0 1.625,0 1.78125,0 1.90625,-0.046875 2.015625,-0.15625 2.046875,-0.171875 2.0625,-0.171875 2.0625,-0.171875 c 0.03125,0 0.03125,0.15625 0.03125,0.21875 C 2.09375,0.4375 2.015625,1.21875 1.328125,2 1.1875,2.140625 1.1875,2.15625 1.1875,2.1875 c 0,0.0625 0.0625,0.125 0.125,0.125 0.09375,0 1.015625,-0.890625 1.015625,-2.265625 z m 0,0"
|
||||
id="path18" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g12"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.890499,-0.702116)">
|
||||
<g
|
||||
id="use12"
|
||||
transform="translate(23.870207,10.959)">
|
||||
<path
|
||||
d="m 3.140625,1.34375 c -0.3125,0.453125 -0.78125,0.859375 -1.375,0.859375 C 1.625,2.203125 1.046875,2.171875 0.875,1.625 c 0.03125,0.015625 0.09375,0.015625 0.109375,0.015625 0.359375,0 0.609375,-0.3125 0.609375,-0.59375 C 1.59375,0.78125 1.359375,0.6875 1.1875,0.6875 c -0.203125,0 -0.609375,0.140625 -0.609375,0.71875 0,0.609375 0.515625,1.03125 1.1875,1.03125 C 2.96875,2.4375 4.171875,1.34375 4.5,0.015625 L 5.671875,-4.65625 C 5.6875,-4.703125 5.71875,-4.78125 5.71875,-4.859375 5.71875,-5.03125 5.5625,-5.15625 5.390625,-5.15625 5.28125,-5.15625 5.03125,-5.109375 4.9375,-4.75 L 4.046875,-1.234375 C 4,-1.015625 4,-0.984375 3.890625,-0.859375 3.65625,-0.53125 3.265625,-0.125 2.6875,-0.125 c -0.671875,0 -0.734375,-0.65625 -0.734375,-0.96875 0,-0.6875 0.328125,-1.609375 0.65625,-2.46875 0.125,-0.34375 0.203125,-0.515625 0.203125,-0.75 0,-0.5 -0.359375,-0.953125 -0.953125,-0.953125 -1.09375,0 -1.53125,1.734375 -1.53125,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.109375,0 0.125,-0.046875 0.171875,-0.21875 0.28125,-1 0.734375,-1.484375 1.203125,-1.484375 0.109375,0 0.3125,0 0.3125,0.390625 0,0.3125 -0.125,0.65625 -0.3125,1.109375 C 1.25,-1.953125 1.25,-1.5625 1.25,-1.28125 1.25,-0.140625 2.0625,0.125 2.65625,0.125 3,0.125 3.4375,0.015625 3.84375,-0.4375 l 0.015625,0.015625 C 3.6875,0.28125 3.5625,0.75 3.140625,1.34375 Z m 0,0"
|
||||
id="path19" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g13"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.890499,-0.702116)">
|
||||
<g
|
||||
id="use13"
|
||||
transform="translate(30.003,10.959)">
|
||||
<path
|
||||
d="M 3.375,-2.96875 C 3.375,-3.890625 3.25,-5.359375 2.578125,-6.75 1.875,-8.1875 0.890625,-8.96875 0.765625,-8.96875 c -0.046875,0 -0.109375,0.03125 -0.109375,0.09375 0,0.046875 0,0.0625 0.203125,0.265625 1.203125,1.203125 1.859375,3.1875 1.859375,5.625 0,2.3125 -0.5625,4.3125 -1.9375,5.71875 C 0.65625,2.84375 0.65625,2.875 0.65625,2.90625 0.65625,2.96875 0.71875,3 0.765625,3 0.921875,3 1.90625,2.140625 2.484375,0.96875 3.09375,-0.25 3.375,-1.546875 3.375,-2.96875 Z m 0,0"
|
||||
id="path20" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g14"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.890499,-0.702116)">
|
||||
<g
|
||||
id="use14"
|
||||
transform="translate(37.875999,10.959)">
|
||||
<path
|
||||
d="m 7.875,-2.71875 c 0.234375,-0.109375 0.234375,-0.1875 0.234375,-0.265625 0,-0.078125 -0.015625,-0.15625 -0.234375,-0.25 L 1.40625,-6.21875 C 1.25,-6.28125 1.234375,-6.296875 1.203125,-6.296875 c -0.140625,0 -0.21875,0.109375 -0.21875,0.21875 0,0.140625 0.09375,0.1875 0.25,0.25 L 7.375,-2.984375 1.21875,-0.140625 C 0.984375,-0.03125 0.984375,0.046875 0.984375,0.125 c 0,0.09375 0.078125,0.203125 0.21875,0.203125 0.03125,0 0.046875,0 0.203125,-0.078125 z m 0,0"
|
||||
id="path21" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g15"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.890499,-0.702116)">
|
||||
<g
|
||||
id="use15"
|
||||
transform="translate(50.301998,10.959)">
|
||||
<path
|
||||
d="m 5.359375,-3.828125 c 0,-0.984375 -0.0625,-1.953125 -0.5,-2.859375 -0.484375,-1 -1.34375,-1.265625 -1.9375,-1.265625 -0.6875,0 -1.53125,0.34375 -1.984375,1.34375 -0.328125,0.75 -0.453125,1.5 -0.453125,2.78125 0,1.15625 0.09375,2.03125 0.515625,2.890625 0.46875,0.90625 1.296875,1.1875 1.921875,1.1875 1.03125,0 1.625,-0.625 1.984375,-1.3125 0.421875,-0.890625 0.453125,-2.0625 0.453125,-2.765625 z m -2.4375,3.84375 C 2.53125,0.015625 1.75,-0.203125 1.53125,-1.5 c -0.125,-0.71875 -0.125,-1.625 -0.125,-2.46875 0,-0.984375 0,-1.859375 0.1875,-2.5625 0.203125,-0.8125 0.8125,-1.171875 1.328125,-1.171875 0.453125,0 1.140625,0.265625 1.375,1.296875 0.15625,0.6875 0.15625,1.625 0.15625,2.4375 0,0.796875 0,1.703125 -0.140625,2.4375 -0.21875,1.3125 -0.984375,1.546875 -1.390625,1.546875 z m 0,0"
|
||||
id="path22" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(76.241011,20.549389)"
|
||||
id="g8">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g9-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.890499,-0.702116)">
|
||||
<g
|
||||
id="use8-1"
|
||||
transform="translate(1.993,10.959)">
|
||||
<path
|
||||
d="m 2.140625,-2.765625 c 0.328125,0 1.140625,-0.03125 1.703125,-0.25 0.90625,-0.34375 1,-1.03125 1,-1.25 0,-0.53125 -0.453125,-1 -1.25,-1 -1.25,0 -3.0625,1.125 -3.0625,3.25 C 0.53125,-0.75 1.25,0.125 2.34375,0.125 3.96875,0.125 5,-1.140625 5,-1.296875 5,-1.375 4.921875,-1.4375 4.875,-1.4375 c -0.03125,0 -0.046875,0.015625 -0.15625,0.125 -0.765625,1.015625 -1.890625,1.1875 -2.359375,1.1875 -0.671875,0 -1.03125,-0.53125 -1.03125,-1.421875 0,-0.15625 0,-0.46875 0.171875,-1.21875 z m -0.578125,-0.25 c 0.515625,-1.84375 1.65625,-2.015625 2.03125,-2.015625 0.53125,0 0.890625,0.3125 0.890625,0.765625 0,1.25 -1.921875,1.25 -2.421875,1.25 z m 0,0"
|
||||
id="path15-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g10-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.890499,-0.702116)">
|
||||
<g
|
||||
id="use9-1"
|
||||
transform="translate(7.4180002,10.959)">
|
||||
<path
|
||||
d="m 3.890625,2.90625 c 0,-0.03125 0,-0.0625 -0.203125,-0.265625 C 2.484375,1.4375 1.8125,-0.53125 1.8125,-2.96875 c 0,-2.328125 0.5625,-4.328125 1.953125,-5.734375 0.125,-0.109375 0.125,-0.125 0.125,-0.171875 0,-0.0625 -0.0625,-0.09375 -0.109375,-0.09375 -0.15625,0 -1.140625,0.859375 -1.71875,2.03125 -0.609375,1.21875 -0.890625,2.484375 -0.890625,3.96875 0,1.0625 0.171875,2.484375 0.78125,3.75 C 2.671875,2.21875 3.640625,3 3.78125,3 3.828125,3 3.890625,2.96875 3.890625,2.90625 Z m 0,0"
|
||||
id="path16-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g11-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.890499,-0.702116)">
|
||||
<g
|
||||
id="use10-1"
|
||||
transform="translate(11.97,10.959)">
|
||||
<path
|
||||
d="m 5.671875,-4.875 c -0.390625,0.0625 -0.53125,0.359375 -0.53125,0.578125 0,0.296875 0.21875,0.390625 0.390625,0.390625 0.359375,0 0.609375,-0.3125 0.609375,-0.640625 0,-0.5 -0.578125,-0.71875 -1.078125,-0.71875 -0.71875,0 -1.125,0.71875 -1.234375,0.9375 -0.28125,-0.890625 -1.015625,-0.9375 -1.234375,-0.9375 -1.21875,0 -1.859375,1.5625 -1.859375,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.09375,0 0.125,-0.078125 0.140625,-0.125 0.40625,-1.328125 1.21875,-1.578125 1.5625,-1.578125 0.53125,0 0.640625,0.5 0.640625,0.78125 0,0.265625 -0.078125,0.546875 -0.21875,1.125 L 2.578125,-1.5 c -0.171875,0.71875 -0.515625,1.375 -1.15625,1.375 -0.0625,0 -0.359375,0 -0.609375,-0.15625 C 1.25,-0.359375 1.34375,-0.71875 1.34375,-0.859375 1.34375,-1.09375 1.15625,-1.25 0.9375,-1.25 c -0.296875,0 -0.609375,0.265625 -0.609375,0.640625 0,0.5 0.5625,0.734375 1.078125,0.734375 0.578125,0 0.984375,-0.453125 1.234375,-0.953125 C 2.828125,-0.125 3.4375,0.125 3.875,0.125 5.09375,0.125 5.734375,-1.453125 5.734375,-1.703125 5.734375,-1.765625 5.6875,-1.8125 5.625,-1.8125 5.515625,-1.8125 5.5,-1.75 5.46875,-1.65625 5.140625,-0.609375 4.453125,-0.125 3.90625,-0.125 3.484375,-0.125 3.265625,-0.4375 3.265625,-0.921875 3.265625,-1.1875 3.3125,-1.375 3.5,-2.15625 L 3.921875,-3.796875 C 4.09375,-4.5 4.5,-5.03125 5.0625,-5.03125 c 0.015625,0 0.359375,0 0.609375,0.15625 z m 0,0"
|
||||
id="path17-1" />
|
||||
</g>
|
||||
<g
|
||||
id="use11-1"
|
||||
transform="translate(18.621874,10.959)">
|
||||
<path
|
||||
d="m 2.328125,0.046875 c 0,-0.6875 -0.21875,-1.203125 -0.71875,-1.203125 -0.375,0 -0.5625,0.3125 -0.5625,0.578125 C 1.046875,-0.328125 1.21875,0 1.625,0 1.78125,0 1.90625,-0.046875 2.015625,-0.15625 2.046875,-0.171875 2.0625,-0.171875 2.0625,-0.171875 c 0.03125,0 0.03125,0.15625 0.03125,0.21875 C 2.09375,0.4375 2.015625,1.21875 1.328125,2 1.1875,2.140625 1.1875,2.15625 1.1875,2.1875 c 0,0.0625 0.0625,0.125 0.125,0.125 0.09375,0 1.015625,-0.890625 1.015625,-2.265625 z m 0,0"
|
||||
id="path18-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g12-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.890499,-0.702116)">
|
||||
<g
|
||||
id="use12-1"
|
||||
transform="translate(23.870207,10.959)">
|
||||
<path
|
||||
d="m 3.140625,1.34375 c -0.3125,0.453125 -0.78125,0.859375 -1.375,0.859375 C 1.625,2.203125 1.046875,2.171875 0.875,1.625 c 0.03125,0.015625 0.09375,0.015625 0.109375,0.015625 0.359375,0 0.609375,-0.3125 0.609375,-0.59375 C 1.59375,0.78125 1.359375,0.6875 1.1875,0.6875 c -0.203125,0 -0.609375,0.140625 -0.609375,0.71875 0,0.609375 0.515625,1.03125 1.1875,1.03125 C 2.96875,2.4375 4.171875,1.34375 4.5,0.015625 L 5.671875,-4.65625 C 5.6875,-4.703125 5.71875,-4.78125 5.71875,-4.859375 5.71875,-5.03125 5.5625,-5.15625 5.390625,-5.15625 5.28125,-5.15625 5.03125,-5.109375 4.9375,-4.75 L 4.046875,-1.234375 C 4,-1.015625 4,-0.984375 3.890625,-0.859375 3.65625,-0.53125 3.265625,-0.125 2.6875,-0.125 c -0.671875,0 -0.734375,-0.65625 -0.734375,-0.96875 0,-0.6875 0.328125,-1.609375 0.65625,-2.46875 0.125,-0.34375 0.203125,-0.515625 0.203125,-0.75 0,-0.5 -0.359375,-0.953125 -0.953125,-0.953125 -1.09375,0 -1.53125,1.734375 -1.53125,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.109375,0 0.125,-0.046875 0.171875,-0.21875 0.28125,-1 0.734375,-1.484375 1.203125,-1.484375 0.109375,0 0.3125,0 0.3125,0.390625 0,0.3125 -0.125,0.65625 -0.3125,1.109375 C 1.25,-1.953125 1.25,-1.5625 1.25,-1.28125 1.25,-0.140625 2.0625,0.125 2.65625,0.125 3,0.125 3.4375,0.015625 3.84375,-0.4375 l 0.015625,0.015625 C 3.6875,0.28125 3.5625,0.75 3.140625,1.34375 Z m 0,0"
|
||||
id="path19-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g13-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.890499,-0.702116)">
|
||||
<g
|
||||
id="use13-1"
|
||||
transform="translate(30.003,10.959)">
|
||||
<path
|
||||
d="M 3.375,-2.96875 C 3.375,-3.890625 3.25,-5.359375 2.578125,-6.75 1.875,-8.1875 0.890625,-8.96875 0.765625,-8.96875 c -0.046875,0 -0.109375,0.03125 -0.109375,0.09375 0,0.046875 0,0.0625 0.203125,0.265625 1.203125,1.203125 1.859375,3.1875 1.859375,5.625 0,2.3125 -0.5625,4.3125 -1.9375,5.71875 C 0.65625,2.84375 0.65625,2.875 0.65625,2.90625 0.65625,2.96875 0.71875,3 0.765625,3 0.921875,3 1.90625,2.140625 2.484375,0.96875 3.09375,-0.25 3.375,-1.546875 3.375,-2.96875 Z m 0,0"
|
||||
id="path20-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g14-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.890499,-0.702116)">
|
||||
<g
|
||||
id="use14-1"
|
||||
transform="translate(37.875999,10.959)">
|
||||
<path
|
||||
d="m 7.875,-5.828125 c 0.21875,-0.09375 0.234375,-0.171875 0.234375,-0.25 0,-0.125 -0.09375,-0.21875 -0.21875,-0.21875 -0.03125,0 -0.03125,0.015625 -0.203125,0.078125 L 1.21875,-3.234375 C 1,-3.140625 0.984375,-3.0625 0.984375,-2.984375 c 0,0.078125 0,0.15625 0.234375,0.265625 L 7.6875,0.25 c 0.15625,0.078125 0.171875,0.078125 0.203125,0.078125 0.125,0 0.21875,-0.09375 0.21875,-0.21875 0,-0.078125 -0.015625,-0.15625 -0.234375,-0.25 L 1.71875,-2.96875 Z m 0,0"
|
||||
id="path21-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g15-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.890499,-0.702116)">
|
||||
<g
|
||||
id="use15-1"
|
||||
transform="translate(50.301998,10.959)">
|
||||
<path
|
||||
d="m 5.359375,-3.828125 c 0,-0.984375 -0.0625,-1.953125 -0.5,-2.859375 -0.484375,-1 -1.34375,-1.265625 -1.9375,-1.265625 -0.6875,0 -1.53125,0.34375 -1.984375,1.34375 -0.328125,0.75 -0.453125,1.5 -0.453125,2.78125 0,1.15625 0.09375,2.03125 0.515625,2.890625 0.46875,0.90625 1.296875,1.1875 1.921875,1.1875 1.03125,0 1.625,-0.625 1.984375,-1.3125 0.421875,-0.890625 0.453125,-2.0625 0.453125,-2.765625 z m -2.4375,3.84375 C 2.53125,0.015625 1.75,-0.203125 1.53125,-1.5 c -0.125,-0.71875 -0.125,-1.625 -0.125,-2.46875 0,-0.984375 0,-1.859375 0.1875,-2.5625 0.203125,-0.8125 0.8125,-1.171875 1.328125,-1.171875 0.453125,0 1.140625,0.265625 1.375,1.296875 0.15625,0.6875 0.15625,1.625 0.15625,2.4375 0,0.796875 0,1.703125 -0.140625,2.4375 -0.21875,1.3125 -0.984375,1.546875 -1.390625,1.546875 z m 0,0"
|
||||
id="path22-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="rotate(-15.3,135.23346,-6.9526781)"
|
||||
id="g16">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g9-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.890499,-0.702116)">
|
||||
<g
|
||||
id="use8-1-1"
|
||||
transform="translate(1.993,10.959)">
|
||||
<path
|
||||
d="m 2.140625,-2.765625 c 0.328125,0 1.140625,-0.03125 1.703125,-0.25 0.90625,-0.34375 1,-1.03125 1,-1.25 0,-0.53125 -0.453125,-1 -1.25,-1 -1.25,0 -3.0625,1.125 -3.0625,3.25 C 0.53125,-0.75 1.25,0.125 2.34375,0.125 3.96875,0.125 5,-1.140625 5,-1.296875 5,-1.375 4.921875,-1.4375 4.875,-1.4375 c -0.03125,0 -0.046875,0.015625 -0.15625,0.125 -0.765625,1.015625 -1.890625,1.1875 -2.359375,1.1875 -0.671875,0 -1.03125,-0.53125 -1.03125,-1.421875 0,-0.15625 0,-0.46875 0.171875,-1.21875 z m -0.578125,-0.25 c 0.515625,-1.84375 1.65625,-2.015625 2.03125,-2.015625 0.53125,0 0.890625,0.3125 0.890625,0.765625 0,1.25 -1.921875,1.25 -2.421875,1.25 z m 0,0"
|
||||
id="path15-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g10-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.890499,-0.702116)">
|
||||
<g
|
||||
id="use9-1-1"
|
||||
transform="translate(7.4180002,10.959)">
|
||||
<path
|
||||
d="m 3.890625,2.90625 c 0,-0.03125 0,-0.0625 -0.203125,-0.265625 C 2.484375,1.4375 1.8125,-0.53125 1.8125,-2.96875 c 0,-2.328125 0.5625,-4.328125 1.953125,-5.734375 0.125,-0.109375 0.125,-0.125 0.125,-0.171875 0,-0.0625 -0.0625,-0.09375 -0.109375,-0.09375 -0.15625,0 -1.140625,0.859375 -1.71875,2.03125 -0.609375,1.21875 -0.890625,2.484375 -0.890625,3.96875 0,1.0625 0.171875,2.484375 0.78125,3.75 C 2.671875,2.21875 3.640625,3 3.78125,3 3.828125,3 3.890625,2.96875 3.890625,2.90625 Z m 0,0"
|
||||
id="path16-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g11-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.890499,-0.702116)">
|
||||
<g
|
||||
id="use10-1-1"
|
||||
transform="translate(11.97,10.959)">
|
||||
<path
|
||||
d="m 5.671875,-4.875 c -0.390625,0.0625 -0.53125,0.359375 -0.53125,0.578125 0,0.296875 0.21875,0.390625 0.390625,0.390625 0.359375,0 0.609375,-0.3125 0.609375,-0.640625 0,-0.5 -0.578125,-0.71875 -1.078125,-0.71875 -0.71875,0 -1.125,0.71875 -1.234375,0.9375 -0.28125,-0.890625 -1.015625,-0.9375 -1.234375,-0.9375 -1.21875,0 -1.859375,1.5625 -1.859375,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.09375,0 0.125,-0.078125 0.140625,-0.125 0.40625,-1.328125 1.21875,-1.578125 1.5625,-1.578125 0.53125,0 0.640625,0.5 0.640625,0.78125 0,0.265625 -0.078125,0.546875 -0.21875,1.125 L 2.578125,-1.5 c -0.171875,0.71875 -0.515625,1.375 -1.15625,1.375 -0.0625,0 -0.359375,0 -0.609375,-0.15625 C 1.25,-0.359375 1.34375,-0.71875 1.34375,-0.859375 1.34375,-1.09375 1.15625,-1.25 0.9375,-1.25 c -0.296875,0 -0.609375,0.265625 -0.609375,0.640625 0,0.5 0.5625,0.734375 1.078125,0.734375 0.578125,0 0.984375,-0.453125 1.234375,-0.953125 C 2.828125,-0.125 3.4375,0.125 3.875,0.125 5.09375,0.125 5.734375,-1.453125 5.734375,-1.703125 5.734375,-1.765625 5.6875,-1.8125 5.625,-1.8125 5.515625,-1.8125 5.5,-1.75 5.46875,-1.65625 5.140625,-0.609375 4.453125,-0.125 3.90625,-0.125 3.484375,-0.125 3.265625,-0.4375 3.265625,-0.921875 3.265625,-1.1875 3.3125,-1.375 3.5,-2.15625 L 3.921875,-3.796875 C 4.09375,-4.5 4.5,-5.03125 5.0625,-5.03125 c 0.015625,0 0.359375,0 0.609375,0.15625 z m 0,0"
|
||||
id="path17-1-1" />
|
||||
</g>
|
||||
<g
|
||||
id="use11-1-1"
|
||||
transform="translate(18.621874,10.959)">
|
||||
<path
|
||||
d="m 2.328125,0.046875 c 0,-0.6875 -0.21875,-1.203125 -0.71875,-1.203125 -0.375,0 -0.5625,0.3125 -0.5625,0.578125 C 1.046875,-0.328125 1.21875,0 1.625,0 1.78125,0 1.90625,-0.046875 2.015625,-0.15625 2.046875,-0.171875 2.0625,-0.171875 2.0625,-0.171875 c 0.03125,0 0.03125,0.15625 0.03125,0.21875 C 2.09375,0.4375 2.015625,1.21875 1.328125,2 1.1875,2.140625 1.1875,2.15625 1.1875,2.1875 c 0,0.0625 0.0625,0.125 0.125,0.125 0.09375,0 1.015625,-0.890625 1.015625,-2.265625 z m 0,0"
|
||||
id="path18-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g12-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.890499,-0.702116)">
|
||||
<g
|
||||
id="use12-1-1"
|
||||
transform="translate(23.870207,10.959)">
|
||||
<path
|
||||
d="m 3.140625,1.34375 c -0.3125,0.453125 -0.78125,0.859375 -1.375,0.859375 C 1.625,2.203125 1.046875,2.171875 0.875,1.625 c 0.03125,0.015625 0.09375,0.015625 0.109375,0.015625 0.359375,0 0.609375,-0.3125 0.609375,-0.59375 C 1.59375,0.78125 1.359375,0.6875 1.1875,0.6875 c -0.203125,0 -0.609375,0.140625 -0.609375,0.71875 0,0.609375 0.515625,1.03125 1.1875,1.03125 C 2.96875,2.4375 4.171875,1.34375 4.5,0.015625 L 5.671875,-4.65625 C 5.6875,-4.703125 5.71875,-4.78125 5.71875,-4.859375 5.71875,-5.03125 5.5625,-5.15625 5.390625,-5.15625 5.28125,-5.15625 5.03125,-5.109375 4.9375,-4.75 L 4.046875,-1.234375 C 4,-1.015625 4,-0.984375 3.890625,-0.859375 3.65625,-0.53125 3.265625,-0.125 2.6875,-0.125 c -0.671875,0 -0.734375,-0.65625 -0.734375,-0.96875 0,-0.6875 0.328125,-1.609375 0.65625,-2.46875 0.125,-0.34375 0.203125,-0.515625 0.203125,-0.75 0,-0.5 -0.359375,-0.953125 -0.953125,-0.953125 -1.09375,0 -1.53125,1.734375 -1.53125,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.109375,0 0.125,-0.046875 0.171875,-0.21875 0.28125,-1 0.734375,-1.484375 1.203125,-1.484375 0.109375,0 0.3125,0 0.3125,0.390625 0,0.3125 -0.125,0.65625 -0.3125,1.109375 C 1.25,-1.953125 1.25,-1.5625 1.25,-1.28125 1.25,-0.140625 2.0625,0.125 2.65625,0.125 3,0.125 3.4375,0.015625 3.84375,-0.4375 l 0.015625,0.015625 C 3.6875,0.28125 3.5625,0.75 3.140625,1.34375 Z m 0,0"
|
||||
id="path19-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g13-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.890499,-0.702116)">
|
||||
<g
|
||||
id="use13-1-1"
|
||||
transform="translate(30.003,10.959)">
|
||||
<path
|
||||
d="M 3.375,-2.96875 C 3.375,-3.890625 3.25,-5.359375 2.578125,-6.75 1.875,-8.1875 0.890625,-8.96875 0.765625,-8.96875 c -0.046875,0 -0.109375,0.03125 -0.109375,0.09375 0,0.046875 0,0.0625 0.203125,0.265625 1.203125,1.203125 1.859375,3.1875 1.859375,5.625 0,2.3125 -0.5625,4.3125 -1.9375,5.71875 C 0.65625,2.84375 0.65625,2.875 0.65625,2.90625 0.65625,2.96875 0.71875,3 0.765625,3 0.921875,3 1.90625,2.140625 2.484375,0.96875 3.09375,-0.25 3.375,-1.546875 3.375,-2.96875 Z m 0,0"
|
||||
id="path20-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g14-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.890499,-0.702116)">
|
||||
<g
|
||||
id="use14-1-1"
|
||||
transform="translate(37.879086,10.959)">
|
||||
<path
|
||||
d="m 8.0625,-3.875 c 0.171875,0 0.390625,0 0.390625,-0.21875 C 8.453125,-4.3125 8.25,-4.3125 8.0625,-4.3125 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 z m 0,2.21875 c 0.171875,0 0.390625,0 0.390625,-0.203125 C 8.453125,-2.09375 8.25,-2.09375 8.0625,-2.09375 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 z m 0,0"
|
||||
id="path21-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g15-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.890499,-0.702116)">
|
||||
<g
|
||||
id="use15-1-1"
|
||||
transform="translate(50.307713,10.959)">
|
||||
<path
|
||||
d="m 5.359375,-3.828125 c 0,-0.984375 -0.0625,-1.953125 -0.5,-2.859375 -0.484375,-1 -1.34375,-1.265625 -1.9375,-1.265625 -0.6875,0 -1.53125,0.34375 -1.984375,1.34375 -0.328125,0.75 -0.453125,1.5 -0.453125,2.78125 0,1.15625 0.09375,2.03125 0.515625,2.890625 0.46875,0.90625 1.296875,1.1875 1.921875,1.1875 1.03125,0 1.625,-0.625 1.984375,-1.3125 0.421875,-0.890625 0.453125,-2.0625 0.453125,-2.765625 z m -2.4375,3.84375 C 2.53125,0.015625 1.75,-0.203125 1.53125,-1.5 c -0.125,-0.71875 -0.125,-1.625 -0.125,-2.46875 0,-0.984375 0,-1.859375 0.1875,-2.5625 0.203125,-0.8125 0.8125,-1.171875 1.328125,-1.171875 0.453125,0 1.140625,0.265625 1.375,1.296875 0.15625,0.6875 0.15625,1.625 0.15625,2.4375 0,0.796875 0,1.703125 -0.140625,2.4375 -0.21875,1.3125 -0.984375,1.546875 -1.390625,1.546875 z m 0,0"
|
||||
id="path22-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.396875;stroke-opacity:1;marker-end:url(#ConcaveTriangle);stroke-dasharray:none"
|
||||
d="m 47.000001,25.471959 16.815378,-5.29851"
|
||||
id="path23"
|
||||
sodipodi:nodetypes="cc" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 63 KiB |
@@ -0,0 +1,711 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="80mm"
|
||||
height="60mm"
|
||||
viewBox="0 0 79.999999 60"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
inkscape:version="1.4 (86a8ad7, 2024-10-11)"
|
||||
sodipodi:docname="edge_function2.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
borderopacity="0.25"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:zoom="6.1329807"
|
||||
inkscape:cx="98.157817"
|
||||
inkscape:cy="159.54722"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1494"
|
||||
inkscape:window-x="-11"
|
||||
inkscape:window-y="-11"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true">
|
||||
<inkscape:grid
|
||||
id="grid6"
|
||||
units="mm"
|
||||
originx="0"
|
||||
originy="0"
|
||||
spacingx="0.99999998"
|
||||
spacingy="0.99999997"
|
||||
empcolor="#0099e5"
|
||||
empopacity="0.30196078"
|
||||
color="#0099e5"
|
||||
opacity="0.14901961"
|
||||
empspacing="5"
|
||||
enabled="true"
|
||||
visible="true" />
|
||||
</sodipodi:namedview>
|
||||
<defs
|
||||
id="defs1">
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="marker11"
|
||||
refX="6"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Concave triangle arrow"
|
||||
markerWidth="1"
|
||||
markerHeight="1"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
transform="scale(0.7)"
|
||||
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
id="path11" />
|
||||
</marker>
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="marker9"
|
||||
refX="6"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Concave triangle arrow"
|
||||
markerWidth="1"
|
||||
markerHeight="1"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
transform="scale(0.7)"
|
||||
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
id="path9" />
|
||||
</marker>
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="ConcaveTriangle"
|
||||
refX="6"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Concave triangle arrow"
|
||||
markerWidth="1"
|
||||
markerHeight="1"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
transform="scale(0.7)"
|
||||
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
id="path7" />
|
||||
</marker>
|
||||
<g
|
||||
id="g8065">
|
||||
<g
|
||||
id="g6334">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path5125" />
|
||||
</g>
|
||||
<g
|
||||
id="g5290">
|
||||
<path
|
||||
d="m 3.890625,-2.546875 c 0,-0.84375 -0.078125,-1.359375 -0.34375,-1.875 -0.34375,-0.703125 -1,-0.875 -1.4375,-0.875 -1,0 -1.375,0.75 -1.484375,0.96875 -0.28125,0.578125 -0.296875,1.375 -0.296875,1.78125 0,0.53125 0.015625,1.328125 0.40625,1.96875 0.359375,0.59375 0.953125,0.75 1.375,0.75 0.390625,0 1.0625,-0.125 1.46875,-0.90625 0.296875,-0.578125 0.3125,-1.296875 0.3125,-1.8125 z M 2.109375,-0.0625 C 1.84375,-0.0625 1.296875,-0.1875 1.125,-1.015625 1.03125,-1.46875 1.03125,-2.21875 1.03125,-2.640625 1.03125,-3.1875 1.03125,-3.75 1.125,-4.1875 1.296875,-5 1.90625,-5.078125 2.109375,-5.078125 c 0.265625,0 0.828125,0.140625 0.984375,0.859375 0.09375,0.4375 0.09375,1.046875 0.09375,1.578125 0,0.46875 0,1.1875 -0.09375,1.640625 -0.171875,0.828125 -0.71875,0.9375 -0.984375,0.9375 z m 0,0"
|
||||
id="path3475" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g775">
|
||||
<g
|
||||
id="g8590">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path1172" />
|
||||
</g>
|
||||
<g
|
||||
id="g1842">
|
||||
<path
|
||||
d="m 2.5,-5.078125 c 0,-0.21875 -0.015625,-0.21875 -0.234375,-0.21875 -0.328125,0.3125 -0.75,0.5 -1.5,0.5 v 0.265625 c 0.21875,0 0.640625,0 1.109375,-0.203125 v 4.078125 c 0,0.296875 -0.03125,0.390625 -0.78125,0.390625 H 0.8125 V 0 c 0.328125,-0.03125 1.015625,-0.03125 1.375,-0.03125 0.359375,0 1.046875,0 1.375,0.03125 V -0.265625 H 3.28125 c -0.75,0 -0.78125,-0.09375 -0.78125,-0.390625 z m 0,0"
|
||||
id="path2766" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g9587">
|
||||
<g
|
||||
id="g547">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path1190" />
|
||||
</g>
|
||||
<g
|
||||
id="g7288">
|
||||
<path
|
||||
d="m 2.25,-1.625 c 0.125,-0.125 0.453125,-0.390625 0.59375,-0.5 0.484375,-0.453125 0.953125,-0.890625 0.953125,-1.609375 0,-0.953125 -0.796875,-1.5625 -1.78125,-1.5625 -0.96875,0 -1.59375,0.71875 -1.59375,1.4375 0,0.390625 0.3125,0.4375 0.421875,0.4375 0.171875,0 0.421875,-0.109375 0.421875,-0.421875 0,-0.40625 -0.40625,-0.40625 -0.5,-0.40625 C 1,-4.84375 1.53125,-5.03125 1.921875,-5.03125 c 0.734375,0 1.125,0.625 1.125,1.296875 0,0.828125 -0.578125,1.4375 -1.53125,2.390625 l -1,1.046875 C 0.421875,-0.21875 0.421875,-0.203125 0.421875,0 H 3.5625 l 0.234375,-1.421875 h -0.25 C 3.53125,-1.265625 3.46875,-0.875 3.375,-0.71875 c -0.046875,0.0625 -0.65625,0.0625 -0.78125,0.0625 H 1.171875 Z m 0,0"
|
||||
id="path7393" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g1218">
|
||||
<g
|
||||
id="g4673">
|
||||
<path
|
||||
d="M 4.765625,-2.765625 H 8.0625 c 0.171875,0 0.390625,0 0.390625,-0.203125 0,-0.234375 -0.203125,-0.234375 -0.390625,-0.234375 H 4.765625 V -6.5 c 0,-0.171875 0,-0.390625 -0.21875,-0.390625 -0.21875,0 -0.21875,0.203125 -0.21875,0.390625 v 3.296875 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 H 4.328125 V 0.53125 c 0,0.171875 0,0.390625 0.21875,0.390625 0.21875,0 0.21875,-0.203125 0.21875,-0.390625 z m 0,0"
|
||||
id="path3640" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g8373">
|
||||
<g
|
||||
id="g7729">
|
||||
<path
|
||||
d="m 2.140625,-2.765625 c 0.328125,0 1.140625,-0.03125 1.703125,-0.25 0.90625,-0.34375 1,-1.03125 1,-1.25 0,-0.53125 -0.453125,-1 -1.25,-1 -1.25,0 -3.0625,1.125 -3.0625,3.25 C 0.53125,-0.75 1.25,0.125 2.34375,0.125 3.96875,0.125 5,-1.140625 5,-1.296875 5,-1.375 4.921875,-1.4375 4.875,-1.4375 c -0.03125,0 -0.046875,0.015625 -0.15625,0.125 -0.765625,1.015625 -1.890625,1.1875 -2.359375,1.1875 -0.671875,0 -1.03125,-0.53125 -1.03125,-1.421875 0,-0.15625 0,-0.46875 0.171875,-1.21875 z m -0.578125,-0.25 c 0.515625,-1.84375 1.65625,-2.015625 2.03125,-2.015625 0.53125,0 0.890625,0.3125 0.890625,0.765625 0,1.25 -1.921875,1.25 -2.421875,1.25 z m 0,0"
|
||||
id="path378" />
|
||||
</g>
|
||||
<g
|
||||
id="g9632">
|
||||
<path
|
||||
d="m 3.890625,-2.546875 c 0,-0.84375 -0.078125,-1.359375 -0.34375,-1.875 -0.34375,-0.703125 -1,-0.875 -1.4375,-0.875 -1,0 -1.375,0.75 -1.484375,0.96875 -0.28125,0.578125 -0.296875,1.375 -0.296875,1.78125 0,0.53125 0.015625,1.328125 0.40625,1.96875 0.359375,0.59375 0.953125,0.75 1.375,0.75 0.390625,0 1.0625,-0.125 1.46875,-0.90625 0.296875,-0.578125 0.3125,-1.296875 0.3125,-1.8125 z M 2.109375,-0.0625 C 1.84375,-0.0625 1.296875,-0.1875 1.125,-1.015625 1.03125,-1.46875 1.03125,-2.21875 1.03125,-2.640625 1.03125,-3.1875 1.03125,-3.75 1.125,-4.1875 1.296875,-5 1.90625,-5.078125 2.109375,-5.078125 c 0.265625,0 0.828125,0.140625 0.984375,0.859375 0.09375,0.4375 0.09375,1.046875 0.09375,1.578125 0,0.46875 0,1.1875 -0.09375,1.640625 -0.171875,0.828125 -0.71875,0.9375 -0.984375,0.9375 z m 0,0"
|
||||
id="path30" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g1851">
|
||||
<g
|
||||
id="g8689">
|
||||
<path
|
||||
d="m 2.140625,-2.765625 c 0.328125,0 1.140625,-0.03125 1.703125,-0.25 0.90625,-0.34375 1,-1.03125 1,-1.25 0,-0.53125 -0.453125,-1 -1.25,-1 -1.25,0 -3.0625,1.125 -3.0625,3.25 C 0.53125,-0.75 1.25,0.125 2.34375,0.125 3.96875,0.125 5,-1.140625 5,-1.296875 5,-1.375 4.921875,-1.4375 4.875,-1.4375 c -0.03125,0 -0.046875,0.015625 -0.15625,0.125 -0.765625,1.015625 -1.890625,1.1875 -2.359375,1.1875 -0.671875,0 -1.03125,-0.53125 -1.03125,-1.421875 0,-0.15625 0,-0.46875 0.171875,-1.21875 z m -0.578125,-0.25 c 0.515625,-1.84375 1.65625,-2.015625 2.03125,-2.015625 0.53125,0 0.890625,0.3125 0.890625,0.765625 0,1.25 -1.921875,1.25 -2.421875,1.25 z m 0,0"
|
||||
id="path9552" />
|
||||
</g>
|
||||
<g
|
||||
id="g2275">
|
||||
<path
|
||||
d="m 2.5,-5.078125 c 0,-0.21875 -0.015625,-0.21875 -0.234375,-0.21875 -0.328125,0.3125 -0.75,0.5 -1.5,0.5 v 0.265625 c 0.21875,0 0.640625,0 1.109375,-0.203125 v 4.078125 c 0,0.296875 -0.03125,0.390625 -0.78125,0.390625 H 0.8125 V 0 c 0.328125,-0.03125 1.015625,-0.03125 1.375,-0.03125 0.359375,0 1.046875,0 1.375,0.03125 V -0.265625 H 3.28125 c -0.75,0 -0.78125,-0.09375 -0.78125,-0.390625 z m 0,0"
|
||||
id="path7881" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g2893">
|
||||
<g
|
||||
id="g8510">
|
||||
<path
|
||||
d="m 2.140625,-2.765625 c 0.328125,0 1.140625,-0.03125 1.703125,-0.25 0.90625,-0.34375 1,-1.03125 1,-1.25 0,-0.53125 -0.453125,-1 -1.25,-1 -1.25,0 -3.0625,1.125 -3.0625,3.25 C 0.53125,-0.75 1.25,0.125 2.34375,0.125 3.96875,0.125 5,-1.140625 5,-1.296875 5,-1.375 4.921875,-1.4375 4.875,-1.4375 c -0.03125,0 -0.046875,0.015625 -0.15625,0.125 -0.765625,1.015625 -1.890625,1.1875 -2.359375,1.1875 -0.671875,0 -1.03125,-0.53125 -1.03125,-1.421875 0,-0.15625 0,-0.46875 0.171875,-1.21875 z m -0.578125,-0.25 c 0.515625,-1.84375 1.65625,-2.015625 2.03125,-2.015625 0.53125,0 0.890625,0.3125 0.890625,0.765625 0,1.25 -1.921875,1.25 -2.421875,1.25 z m 0,0"
|
||||
id="path7509" />
|
||||
</g>
|
||||
<g
|
||||
id="g3751">
|
||||
<path
|
||||
d="m 2.25,-1.625 c 0.125,-0.125 0.453125,-0.390625 0.59375,-0.5 0.484375,-0.453125 0.953125,-0.890625 0.953125,-1.609375 0,-0.953125 -0.796875,-1.5625 -1.78125,-1.5625 -0.96875,0 -1.59375,0.71875 -1.59375,1.4375 0,0.390625 0.3125,0.4375 0.421875,0.4375 0.171875,0 0.421875,-0.109375 0.421875,-0.421875 0,-0.40625 -0.40625,-0.40625 -0.5,-0.40625 C 1,-4.84375 1.53125,-5.03125 1.921875,-5.03125 c 0.734375,0 1.125,0.625 1.125,1.296875 0,0.828125 -0.578125,1.4375 -1.53125,2.390625 l -1,1.046875 C 0.421875,-0.21875 0.421875,-0.203125 0.421875,0 H 3.5625 l 0.234375,-1.421875 h -0.25 C 3.53125,-1.265625 3.46875,-0.875 3.375,-0.71875 c -0.046875,0.0625 -0.65625,0.0625 -0.78125,0.0625 H 1.171875 Z m 0,0"
|
||||
id="path4980" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g3425">
|
||||
<g
|
||||
id="g7560">
|
||||
<path
|
||||
d="m 4.078125,-2.296875 h 2.78125 C 7,-2.296875 7.1875,-2.296875 7.1875,-2.5 7.1875,-2.6875 7,-2.6875 6.859375,-2.6875 h -2.78125 v -2.796875 c 0,-0.140625 0,-0.328125 -0.203125,-0.328125 -0.203125,0 -0.203125,0.1875 -0.203125,0.328125 V -2.6875 h -2.78125 c -0.140625,0 -0.328125,0 -0.328125,0.1875 0,0.203125 0.1875,0.203125 0.328125,0.203125 h 2.78125 V 0.5 c 0,0.140625 0,0.328125 0.203125,0.328125 0.203125,0 0.203125,-0.1875 0.203125,-0.328125 z m 0,0"
|
||||
id="path7774" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g3975">
|
||||
<g
|
||||
id="g2079">
|
||||
<path
|
||||
d="m 6.5625,-2.296875 c 0.171875,0 0.359375,0 0.359375,-0.203125 0,-0.1875 -0.1875,-0.1875 -0.359375,-0.1875 H 1.171875 c -0.171875,0 -0.34375,0 -0.34375,0.1875 0,0.203125 0.171875,0.203125 0.34375,0.203125 z m 0,0"
|
||||
id="path3579" />
|
||||
</g>
|
||||
</g>
|
||||
</defs>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<path
|
||||
style="fill:#e6e600;fill-opacity:0.539405;stroke:none;stroke-width:0.217;stroke-dasharray:none"
|
||||
d="m 18.314895,46.199129 39.000001,-17 -43.000001,-9.999999 z"
|
||||
id="path1"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(12.393452,42.576255)"
|
||||
id="g1">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g3"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.707584)">
|
||||
<g
|
||||
id="use2"
|
||||
transform="translate(1.993,10.162)">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path4" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g4"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.707584)">
|
||||
<g
|
||||
id="use3"
|
||||
transform="translate(9.5380001,11.955)">
|
||||
<path
|
||||
d="m 3.890625,-2.546875 c 0,-0.84375 -0.078125,-1.359375 -0.34375,-1.875 -0.34375,-0.703125 -1,-0.875 -1.4375,-0.875 -1,0 -1.375,0.75 -1.484375,0.96875 -0.28125,0.578125 -0.296875,1.375 -0.296875,1.78125 0,0.53125 0.015625,1.328125 0.40625,1.96875 0.359375,0.59375 0.953125,0.75 1.375,0.75 0.390625,0 1.0625,-0.125 1.46875,-0.90625 0.296875,-0.578125 0.3125,-1.296875 0.3125,-1.8125 z M 2.109375,-0.0625 C 1.84375,-0.0625 1.296875,-0.1875 1.125,-1.015625 1.03125,-1.46875 1.03125,-2.21875 1.03125,-2.640625 1.03125,-3.1875 1.03125,-3.75 1.125,-4.1875 1.296875,-5 1.90625,-5.078125 2.109375,-5.078125 c 0.265625,0 0.828125,0.140625 0.984375,0.859375 0.09375,0.4375 0.09375,1.046875 0.09375,1.578125 0,0.46875 0,1.1875 -0.09375,1.640625 -0.171875,0.828125 -0.71875,0.9375 -0.984375,0.9375 z m 0,0"
|
||||
id="path5" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="fill:#e6e600;fill-opacity:0.539405;stroke:#000000;stroke-width:0.217;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#ConcaveTriangle)"
|
||||
d="M 18.314895,46.19913 57.314896,29.199129"
|
||||
id="path6" />
|
||||
<path
|
||||
style="fill:#e6e600;fill-opacity:0.539405;stroke:#000000;stroke-width:0.079375;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 9.3148955,50.199129 72.000003,22.999998"
|
||||
id="path6-7"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:#e6e600;fill-opacity:0.539405;stroke:#000000;stroke-width:0.217;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker9)"
|
||||
d="m 14.314895,19.19913 4,27"
|
||||
id="path8" />
|
||||
<path
|
||||
style="fill:#e6e600;fill-opacity:0.539405;stroke:#000000;stroke-width:0.0529167;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 12.314895,6.1991295 20.000001,56.999996"
|
||||
id="path8-6"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:#e6e600;fill-opacity:0.539405;stroke:#000000;stroke-width:0.217;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker11)"
|
||||
d="M 57.314896,29.199129 14.314895,19.19913"
|
||||
id="path10" />
|
||||
<path
|
||||
style="fill:#e6e600;fill-opacity:0.539405;stroke:#000000;stroke-width:0.079375;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 68.314896,31.701311 2.8393717,16.696948"
|
||||
id="path10-1"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(55.393453,24.576255)"
|
||||
id="g11">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g3-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.707584)">
|
||||
<g
|
||||
id="use2-1"
|
||||
transform="translate(1.993,10.162)">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path4-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g4-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.707584)">
|
||||
<g
|
||||
id="use3-1"
|
||||
transform="translate(9.5380001,11.955)">
|
||||
<path
|
||||
d="m 2.5,-5.078125 c 0,-0.21875 -0.015625,-0.21875 -0.234375,-0.21875 -0.328125,0.3125 -0.75,0.5 -1.5,0.5 v 0.265625 c 0.21875,0 0.640625,0 1.109375,-0.203125 v 4.078125 c 0,0.296875 -0.03125,0.390625 -0.78125,0.390625 H 0.8125 V 0 c 0.328125,-0.03125 1.015625,-0.03125 1.375,-0.03125 0.359375,0 1.046875,0 1.375,0.03125 V -0.265625 H 3.28125 c -0.75,0 -0.78125,-0.09375 -0.78125,-0.390625 z m 0,0"
|
||||
id="path5-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(16.203739,14.199129)"
|
||||
id="g12">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g3-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.707584)">
|
||||
<g
|
||||
id="use2-1-1"
|
||||
transform="translate(1.993,10.162)">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path4-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g4-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.707584)">
|
||||
<g
|
||||
id="use3-1-1"
|
||||
transform="translate(9.5380001,11.955)">
|
||||
<path
|
||||
d="m 2.25,-1.625 c 0.125,-0.125 0.453125,-0.390625 0.59375,-0.5 0.484375,-0.453125 0.953125,-0.890625 0.953125,-1.609375 0,-0.953125 -0.796875,-1.5625 -1.78125,-1.5625 -0.96875,0 -1.59375,0.71875 -1.59375,1.4375 0,0.390625 0.3125,0.4375 0.421875,0.4375 0.171875,0 0.421875,-0.109375 0.421875,-0.421875 0,-0.40625 -0.40625,-0.40625 -0.5,-0.40625 C 1,-4.84375 1.53125,-5.03125 1.921875,-5.03125 c 0.734375,0 1.125,0.625 1.125,1.296875 0,0.828125 -0.578125,1.4375 -1.53125,2.390625 l -1,1.046875 C 0.421875,-0.21875 0.421875,-0.203125 0.421875,0 H 3.5625 l 0.234375,-1.421875 h -0.25 C 3.53125,-1.265625 3.46875,-0.875 3.375,-0.71875 c -0.046875,0.0625 -0.65625,0.0625 -0.78125,0.0625 H 1.171875 Z m 0,0"
|
||||
id="path5-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(24.947194,30.24392)"
|
||||
id="g13">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g2"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.929084,-0.702866)">
|
||||
<g
|
||||
id="use1"
|
||||
transform="translate(1.993,8.8830004)">
|
||||
<path
|
||||
d="M 4.765625,-2.765625 H 8.0625 c 0.171875,0 0.390625,0 0.390625,-0.203125 0,-0.234375 -0.203125,-0.234375 -0.390625,-0.234375 H 4.765625 V -6.5 c 0,-0.171875 0,-0.390625 -0.21875,-0.390625 -0.21875,0 -0.21875,0.203125 -0.21875,0.390625 v 3.296875 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 H 4.328125 V 0.53125 c 0,0.171875 0,0.390625 0.21875,0.390625 0.21875,0 0.21875,-0.203125 0.21875,-0.390625 z m 0,0"
|
||||
id="path4-1-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g3-1-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.929084,-0.702866)">
|
||||
<g
|
||||
id="use2-1-1-1"
|
||||
transform="translate(13.752135,8.8830004)">
|
||||
<path
|
||||
d="M 4.765625,-2.765625 H 8.0625 c 0.171875,0 0.390625,0 0.390625,-0.203125 0,-0.234375 -0.203125,-0.234375 -0.390625,-0.234375 H 4.765625 V -6.5 c 0,-0.171875 0,-0.390625 -0.21875,-0.390625 -0.21875,0 -0.21875,0.203125 -0.21875,0.390625 v 3.296875 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 H 4.328125 V 0.53125 c 0,0.171875 0,0.390625 0.21875,0.390625 0.21875,0 0.21875,-0.203125 0.21875,-0.390625 z m 0,0"
|
||||
id="path5-1-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g4-1-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.929084,-0.702866)">
|
||||
<g
|
||||
id="use3-1-1-1"
|
||||
transform="translate(25.511269,8.8830004)">
|
||||
<path
|
||||
d="M 4.765625,-2.765625 H 8.0625 c 0.171875,0 0.390625,0 0.390625,-0.203125 0,-0.234375 -0.203125,-0.234375 -0.390625,-0.234375 H 4.765625 V -6.5 c 0,-0.171875 0,-0.390625 -0.21875,-0.390625 -0.21875,0 -0.21875,0.203125 -0.21875,0.390625 v 3.296875 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 H 4.328125 V 0.53125 c 0,0.171875 0,0.390625 0.21875,0.390625 0.21875,0 0.21875,-0.203125 0.21875,-0.390625 z m 0,0"
|
||||
id="path6-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(5.5337739,49.387235)"
|
||||
id="g14">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g3-1-1-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.890499,-0.661238)">
|
||||
<g
|
||||
id="use2-1-1-1-1"
|
||||
transform="translate(1.993,7.1399999)">
|
||||
<path
|
||||
d="m 2.140625,-2.765625 c 0.328125,0 1.140625,-0.03125 1.703125,-0.25 0.90625,-0.34375 1,-1.03125 1,-1.25 0,-0.53125 -0.453125,-1 -1.25,-1 -1.25,0 -3.0625,1.125 -3.0625,3.25 C 0.53125,-0.75 1.25,0.125 2.34375,0.125 3.96875,0.125 5,-1.140625 5,-1.296875 5,-1.375 4.921875,-1.4375 4.875,-1.4375 c -0.03125,0 -0.046875,0.015625 -0.15625,0.125 -0.765625,1.015625 -1.890625,1.1875 -2.359375,1.1875 -0.671875,0 -1.03125,-0.53125 -1.03125,-1.421875 0,-0.15625 0,-0.46875 0.171875,-1.21875 z m -0.578125,-0.25 c 0.515625,-1.84375 1.65625,-2.015625 2.03125,-2.015625 0.53125,0 0.890625,0.3125 0.890625,0.765625 0,1.25 -1.921875,1.25 -2.421875,1.25 z m 0,0"
|
||||
id="path4-1-1-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g4-1-1-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.890499,-0.661238)">
|
||||
<g
|
||||
id="use3-1-1-1-1"
|
||||
transform="translate(7.4180002,8.9329996)">
|
||||
<path
|
||||
d="m 3.890625,-2.546875 c 0,-0.84375 -0.078125,-1.359375 -0.34375,-1.875 -0.34375,-0.703125 -1,-0.875 -1.4375,-0.875 -1,0 -1.375,0.75 -1.484375,0.96875 -0.28125,0.578125 -0.296875,1.375 -0.296875,1.78125 0,0.53125 0.015625,1.328125 0.40625,1.96875 0.359375,0.59375 0.953125,0.75 1.375,0.75 0.390625,0 1.0625,-0.125 1.46875,-0.90625 0.296875,-0.578125 0.3125,-1.296875 0.3125,-1.8125 z M 2.109375,-0.0625 C 1.84375,-0.0625 1.296875,-0.1875 1.125,-1.015625 1.03125,-1.46875 1.03125,-2.21875 1.03125,-2.640625 1.03125,-3.1875 1.03125,-3.75 1.125,-4.1875 1.296875,-5 1.90625,-5.078125 2.109375,-5.078125 c 0.265625,0 0.828125,0.140625 0.984375,0.859375 0.09375,0.4375 0.09375,1.046875 0.09375,1.578125 0,0.46875 0,1.1875 -0.09375,1.640625 -0.171875,0.828125 -0.71875,0.9375 -0.984375,0.9375 z m 0,0"
|
||||
id="path5-1-1-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(68.818393,31.372066)"
|
||||
id="g15">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g3-1-1-1-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.890499,-0.661238)">
|
||||
<g
|
||||
id="use2-1-1-1-1-1"
|
||||
transform="translate(1.993,7.1399999)">
|
||||
<path
|
||||
d="m 2.140625,-2.765625 c 0.328125,0 1.140625,-0.03125 1.703125,-0.25 0.90625,-0.34375 1,-1.03125 1,-1.25 0,-0.53125 -0.453125,-1 -1.25,-1 -1.25,0 -3.0625,1.125 -3.0625,3.25 C 0.53125,-0.75 1.25,0.125 2.34375,0.125 3.96875,0.125 5,-1.140625 5,-1.296875 5,-1.375 4.921875,-1.4375 4.875,-1.4375 c -0.03125,0 -0.046875,0.015625 -0.15625,0.125 -0.765625,1.015625 -1.890625,1.1875 -2.359375,1.1875 -0.671875,0 -1.03125,-0.53125 -1.03125,-1.421875 0,-0.15625 0,-0.46875 0.171875,-1.21875 z m -0.578125,-0.25 c 0.515625,-1.84375 1.65625,-2.015625 2.03125,-2.015625 0.53125,0 0.890625,0.3125 0.890625,0.765625 0,1.25 -1.921875,1.25 -2.421875,1.25 z m 0,0"
|
||||
id="path4-1-1-1-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g4-1-1-1-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.890499,-0.661238)">
|
||||
<g
|
||||
id="use3-1-1-1-1-1"
|
||||
transform="translate(7.4180002,8.9329996)">
|
||||
<path
|
||||
d="m 2.5,-5.078125 c 0,-0.21875 -0.015625,-0.21875 -0.234375,-0.21875 -0.328125,0.3125 -0.75,0.5 -1.5,0.5 v 0.265625 c 0.21875,0 0.640625,0 1.109375,-0.203125 v 4.078125 c 0,0.296875 -0.03125,0.390625 -0.78125,0.390625 H 0.8125 V 0 c 0.328125,-0.03125 1.015625,-0.03125 1.375,-0.03125 0.359375,0 1.046875,0 1.375,0.03125 V -0.265625 H 3.28125 c -0.75,0 -0.78125,-0.09375 -0.78125,-0.390625 z m 0,0"
|
||||
id="path5-1-1-1-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(10.605424,2.6472216)"
|
||||
id="g16">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g3-1-1-1-1-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.890499,-0.661238)">
|
||||
<g
|
||||
id="use2-1-1-1-1-1-1"
|
||||
transform="translate(1.993,7.1399999)">
|
||||
<path
|
||||
d="m 2.140625,-2.765625 c 0.328125,0 1.140625,-0.03125 1.703125,-0.25 0.90625,-0.34375 1,-1.03125 1,-1.25 0,-0.53125 -0.453125,-1 -1.25,-1 -1.25,0 -3.0625,1.125 -3.0625,3.25 C 0.53125,-0.75 1.25,0.125 2.34375,0.125 3.96875,0.125 5,-1.140625 5,-1.296875 5,-1.375 4.921875,-1.4375 4.875,-1.4375 c -0.03125,0 -0.046875,0.015625 -0.15625,0.125 -0.765625,1.015625 -1.890625,1.1875 -2.359375,1.1875 -0.671875,0 -1.03125,-0.53125 -1.03125,-1.421875 0,-0.15625 0,-0.46875 0.171875,-1.21875 z m -0.578125,-0.25 c 0.515625,-1.84375 1.65625,-2.015625 2.03125,-2.015625 0.53125,0 0.890625,0.3125 0.890625,0.765625 0,1.25 -1.921875,1.25 -2.421875,1.25 z m 0,0"
|
||||
id="path4-1-1-1-1-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g4-1-1-1-1-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.890499,-0.661238)">
|
||||
<g
|
||||
id="use3-1-1-1-1-1-1"
|
||||
transform="translate(7.4180002,8.9329996)">
|
||||
<path
|
||||
d="m 2.25,-1.625 c 0.125,-0.125 0.453125,-0.390625 0.59375,-0.5 0.484375,-0.453125 0.953125,-0.890625 0.953125,-1.609375 0,-0.953125 -0.796875,-1.5625 -1.78125,-1.5625 -0.96875,0 -1.59375,0.71875 -1.59375,1.4375 0,0.390625 0.3125,0.4375 0.421875,0.4375 0.171875,0 0.421875,-0.109375 0.421875,-0.421875 0,-0.40625 -0.40625,-0.40625 -0.5,-0.40625 C 1,-4.84375 1.53125,-5.03125 1.921875,-5.03125 c 0.734375,0 1.125,0.625 1.125,1.296875 0,0.828125 -0.578125,1.4375 -1.53125,2.390625 l -1,1.046875 C 0.421875,-0.21875 0.421875,-0.203125 0.421875,0 H 3.5625 l 0.234375,-1.421875 h -0.25 C 3.53125,-1.265625 3.46875,-0.875 3.375,-0.71875 c -0.046875,0.0625 -0.65625,0.0625 -0.78125,0.0625 H 1.171875 Z m 0,0"
|
||||
id="path5-1-1-1-1-1-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(10,46.65733)"
|
||||
id="g17">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g2-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.702557)">
|
||||
<g
|
||||
id="use1-1"
|
||||
transform="translate(1.993,7.8039999)">
|
||||
<path
|
||||
d="m 4.078125,-2.296875 h 2.78125 C 7,-2.296875 7.1875,-2.296875 7.1875,-2.5 7.1875,-2.6875 7,-2.6875 6.859375,-2.6875 h -2.78125 v -2.796875 c 0,-0.140625 0,-0.328125 -0.203125,-0.328125 -0.203125,0 -0.203125,0.1875 -0.203125,0.328125 V -2.6875 h -2.78125 c -0.140625,0 -0.328125,0 -0.328125,0.1875 0,0.203125 0.1875,0.203125 0.328125,0.203125 h 2.78125 V 0.5 c 0,0.140625 0,0.328125 0.203125,0.328125 0.203125,0 0.203125,-0.1875 0.203125,-0.328125 z m 0,0"
|
||||
id="path2" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(68.778604,20.897567)"
|
||||
id="g17-1">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g2-1-8"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.702557)">
|
||||
<g
|
||||
id="use1-1-9"
|
||||
transform="translate(1.993,7.8039999)">
|
||||
<path
|
||||
d="m 4.078125,-2.296875 h 2.78125 C 7,-2.296875 7.1875,-2.296875 7.1875,-2.5 7.1875,-2.6875 7,-2.6875 6.859375,-2.6875 h -2.78125 v -2.796875 c 0,-0.140625 0,-0.328125 -0.203125,-0.328125 -0.203125,0 -0.203125,0.1875 -0.203125,0.328125 V -2.6875 h -2.78125 c -0.140625,0 -0.328125,0 -0.328125,0.1875 0,0.203125 0.1875,0.203125 0.328125,0.203125 h 2.78125 V 0.5 c 0,0.140625 0,0.328125 0.203125,0.328125 0.203125,0 0.203125,-0.1875 0.203125,-0.328125 z m 0,0"
|
||||
id="path2-2" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(64.000002,32.657331)"
|
||||
id="g17-3">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g2-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.702557)">
|
||||
<g
|
||||
id="use1-1-2"
|
||||
transform="translate(1.993,7.8039999)">
|
||||
<path
|
||||
d="m 4.078125,-2.296875 h 2.78125 C 7,-2.296875 7.1875,-2.296875 7.1875,-2.5 7.1875,-2.6875 7,-2.6875 6.859375,-2.6875 h -2.78125 v -2.796875 c 0,-0.140625 0,-0.328125 -0.203125,-0.328125 -0.203125,0 -0.203125,0.1875 -0.203125,0.328125 V -2.6875 h -2.78125 c -0.140625,0 -0.328125,0 -0.328125,0.1875 0,0.203125 0.1875,0.203125 0.328125,0.203125 h 2.78125 V 0.5 c 0,0.140625 0,0.328125 0.203125,0.328125 0.203125,0 0.203125,-0.1875 0.203125,-0.328125 z m 0,0"
|
||||
id="path2-3" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(14,8.657333)"
|
||||
id="g17-38">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g2-1-7"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.702557)">
|
||||
<g
|
||||
id="use1-1-4"
|
||||
transform="translate(1.993,7.8039999)">
|
||||
<path
|
||||
d="m 4.078125,-2.296875 h 2.78125 C 7,-2.296875 7.1875,-2.296875 7.1875,-2.5 7.1875,-2.6875 7,-2.6875 6.859375,-2.6875 h -2.78125 v -2.796875 c 0,-0.140625 0,-0.328125 -0.203125,-0.328125 -0.203125,0 -0.203125,0.1875 -0.203125,0.328125 V -2.6875 h -2.78125 c -0.140625,0 -0.328125,0 -0.328125,0.1875 0,0.203125 0.1875,0.203125 0.328125,0.203125 h 2.78125 V 0.5 c 0,0.140625 0,0.328125 0.203125,0.328125 0.203125,0 0.203125,-0.1875 0.203125,-0.328125 z m 0,0"
|
||||
id="path2-27" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(20.759766,51.390903)"
|
||||
id="g17-9">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g2-1-86"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.702557)">
|
||||
<g
|
||||
id="use1-1-5"
|
||||
transform="translate(1.993,7.8039999)">
|
||||
<path
|
||||
d="m 4.078125,-2.296875 h 2.78125 C 7,-2.296875 7.1875,-2.296875 7.1875,-2.5 7.1875,-2.6875 7,-2.6875 6.859375,-2.6875 h -2.78125 v -2.796875 c 0,-0.140625 0,-0.328125 -0.203125,-0.328125 -0.203125,0 -0.203125,0.1875 -0.203125,0.328125 V -2.6875 h -2.78125 c -0.140625,0 -0.328125,0 -0.328125,0.1875 0,0.203125 0.1875,0.203125 0.328125,0.203125 h 2.78125 V 0.5 c 0,0.140625 0,0.328125 0.203125,0.328125 0.203125,0 0.203125,-0.1875 0.203125,-0.328125 z m 0,0"
|
||||
id="path2-0" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(6.2691831,18.897567)"
|
||||
id="g17-2">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g2-1-4"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.702557)">
|
||||
<g
|
||||
id="use1-1-8"
|
||||
transform="translate(1.993,7.8039999)">
|
||||
<path
|
||||
d="m 4.078125,-2.296875 h 2.78125 C 7,-2.296875 7.1875,-2.296875 7.1875,-2.5 7.1875,-2.6875 7,-2.6875 6.859375,-2.6875 h -2.78125 v -2.796875 c 0,-0.140625 0,-0.328125 -0.203125,-0.328125 -0.203125,0 -0.203125,0.1875 -0.203125,0.328125 V -2.6875 h -2.78125 c -0.140625,0 -0.328125,0 -0.328125,0.1875 0,0.203125 0.1875,0.203125 0.328125,0.203125 h 2.78125 V 0.5 c 0,0.140625 0,0.328125 0.203125,0.328125 0.203125,0 0.203125,-0.1875 0.203125,-0.328125 z m 0,0"
|
||||
id="path2-6" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(7.1970684,16.240235)"
|
||||
id="g18">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g2-1-1-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.99523,-1.80499)">
|
||||
<g
|
||||
id="use1-1-1"
|
||||
transform="translate(1.993,7.8039999)">
|
||||
<path
|
||||
d="m 6.5625,-2.296875 c 0.171875,0 0.359375,0 0.359375,-0.203125 0,-0.1875 -0.1875,-0.1875 -0.359375,-0.1875 H 1.171875 c -0.171875,0 -0.34375,0 -0.34375,0.1875 0,0.203125 0.171875,0.203125 0.34375,0.203125 z m 0,0"
|
||||
id="path2-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(9.1970686,10.240235)"
|
||||
id="g18-0">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g2-1-1-1-6"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.99523,-1.80499)">
|
||||
<g
|
||||
id="use1-1-1-1"
|
||||
transform="translate(1.993,7.8039999)">
|
||||
<path
|
||||
d="m 6.5625,-2.296875 c 0.171875,0 0.359375,0 0.359375,-0.203125 0,-0.1875 -0.1875,-0.1875 -0.359375,-0.1875 H 1.171875 c -0.171875,0 -0.34375,0 -0.34375,0.1875 0,0.203125 0.171875,0.203125 0.34375,0.203125 z m 0,0"
|
||||
id="path2-1-3" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(70.197071,25.240234)"
|
||||
id="g18-4">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g2-1-1-1-60"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.99523,-1.80499)">
|
||||
<g
|
||||
id="use1-1-1-6"
|
||||
transform="translate(1.993,7.8039999)">
|
||||
<path
|
||||
d="m 6.5625,-2.296875 c 0.171875,0 0.359375,0 0.359375,-0.203125 0,-0.1875 -0.1875,-0.1875 -0.359375,-0.1875 H 1.171875 c -0.171875,0 -0.34375,0 -0.34375,0.1875 0,0.203125 0.171875,0.203125 0.34375,0.203125 z m 0,0"
|
||||
id="path2-1-6" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(65.19707,29.240234)"
|
||||
id="g18-6">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g2-1-1-1-3"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.99523,-1.80499)">
|
||||
<g
|
||||
id="use1-1-1-7"
|
||||
transform="translate(1.993,7.8039999)">
|
||||
<path
|
||||
d="m 6.5625,-2.296875 c 0.171875,0 0.359375,0 0.359375,-0.203125 0,-0.1875 -0.1875,-0.1875 -0.359375,-0.1875 H 1.171875 c -0.171875,0 -0.34375,0 -0.34375,0.1875 0,0.203125 0.171875,0.203125 0.34375,0.203125 z m 0,0"
|
||||
id="path2-1-8" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(15.927885,53.493336)"
|
||||
id="g18-3">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g2-1-1-1-5"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.99523,-1.80499)">
|
||||
<g
|
||||
id="use1-1-1-9"
|
||||
transform="translate(1.993,7.8039999)">
|
||||
<path
|
||||
d="m 6.5625,-2.296875 c 0.171875,0 0.359375,0 0.359375,-0.203125 0,-0.1875 -0.1875,-0.1875 -0.359375,-0.1875 H 1.171875 c -0.171875,0 -0.34375,0 -0.34375,0.1875 0,0.203125 0.171875,0.203125 0.34375,0.203125 z m 0,0"
|
||||
id="path2-1-84" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(11.197069,51.240233)"
|
||||
id="g18-61">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g2-1-1-1-54"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.99523,-1.80499)">
|
||||
<g
|
||||
id="use1-1-1-2"
|
||||
transform="translate(1.993,7.8039999)">
|
||||
<path
|
||||
d="m 6.5625,-2.296875 c 0.171875,0 0.359375,0 0.359375,-0.203125 0,-0.1875 -0.1875,-0.1875 -0.359375,-0.1875 H 1.171875 c -0.171875,0 -0.34375,0 -0.34375,0.1875 0,0.203125 0.171875,0.203125 0.34375,0.203125 z m 0,0"
|
||||
id="path2-1-0" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 40 KiB |
@@ -0,0 +1,351 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="160mm"
|
||||
height="60mm"
|
||||
viewBox="0 0 160 60"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
inkscape:version="1.4 (86a8ad7, 2024-10-11)"
|
||||
sodipodi:docname="edge_function3.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
borderopacity="0.25"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="mm"
|
||||
showgrid="true"
|
||||
inkscape:zoom="2.1683361"
|
||||
inkscape:cx="313.14333"
|
||||
inkscape:cy="102.61324"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1494"
|
||||
inkscape:window-x="-11"
|
||||
inkscape:window-y="-11"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1">
|
||||
<inkscape:grid
|
||||
id="grid1"
|
||||
units="mm"
|
||||
originx="0"
|
||||
originy="0"
|
||||
spacingx="0.99999999"
|
||||
spacingy="0.99999997"
|
||||
empcolor="#0099e5"
|
||||
empopacity="0.30196078"
|
||||
color="#0099e5"
|
||||
opacity="0.14901961"
|
||||
empspacing="5"
|
||||
enabled="true"
|
||||
visible="true" />
|
||||
</sodipodi:namedview>
|
||||
<defs
|
||||
id="defs1">
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="marker33"
|
||||
refX="6"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Concave triangle arrow"
|
||||
markerWidth="2"
|
||||
markerHeight="2"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
transform="scale(0.7)"
|
||||
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
id="path33" />
|
||||
</marker>
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="marker32"
|
||||
refX="6"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Concave triangle arrow"
|
||||
markerWidth="1"
|
||||
markerHeight="1"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
transform="scale(0.7)"
|
||||
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
id="path32" />
|
||||
</marker>
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="marker31"
|
||||
refX="6"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Concave triangle arrow"
|
||||
markerWidth="1"
|
||||
markerHeight="1"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
transform="scale(0.7)"
|
||||
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
id="path31" />
|
||||
</marker>
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="marker30"
|
||||
refX="6"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Concave triangle arrow"
|
||||
markerWidth="2"
|
||||
markerHeight="2"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
transform="scale(0.7)"
|
||||
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
id="path30" />
|
||||
</marker>
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="marker28"
|
||||
refX="6"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Concave triangle arrow"
|
||||
markerWidth="1"
|
||||
markerHeight="1"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
transform="scale(0.7)"
|
||||
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
id="path28" />
|
||||
</marker>
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="marker20"
|
||||
refX="6"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Concave triangle arrow"
|
||||
markerWidth="2"
|
||||
markerHeight="2"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
transform="scale(0.7)"
|
||||
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
id="path20" />
|
||||
</marker>
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="marker15"
|
||||
refX="6"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Concave triangle arrow"
|
||||
markerWidth="2"
|
||||
markerHeight="2"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
transform="scale(0.7)"
|
||||
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
id="path15" />
|
||||
</marker>
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="marker13"
|
||||
refX="6"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Concave triangle arrow"
|
||||
markerWidth="2"
|
||||
markerHeight="2"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
transform="scale(0.7)"
|
||||
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
id="path13" />
|
||||
</marker>
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="marker11"
|
||||
refX="6"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Concave triangle arrow"
|
||||
markerWidth="1"
|
||||
markerHeight="1"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
transform="scale(0.7)"
|
||||
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
id="path11" />
|
||||
</marker>
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="marker9"
|
||||
refX="6"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Concave triangle arrow"
|
||||
markerWidth="2"
|
||||
markerHeight="2"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
transform="scale(0.7)"
|
||||
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
id="path9" />
|
||||
</marker>
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="marker6"
|
||||
refX="6"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Concave triangle arrow"
|
||||
markerWidth="1"
|
||||
markerHeight="1"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
transform="scale(0.7)"
|
||||
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
id="path6" />
|
||||
</marker>
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="ConcaveTriangle"
|
||||
refX="6"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Concave triangle arrow"
|
||||
markerWidth="1"
|
||||
markerHeight="1"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
transform="scale(0.7)"
|
||||
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
id="path7" />
|
||||
</marker>
|
||||
</defs>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<path
|
||||
style="fill:#96e600;fill-opacity:0.539405;stroke:none;stroke-width:0.0912861"
|
||||
d="M 18.802266,5.5947237 10.176813,40.096537 37.778264,48.721989 Z"
|
||||
id="path1" />
|
||||
<path
|
||||
style="fill:#96e600;fill-opacity:0.539405;stroke:#000000;stroke-width:0.45643;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker6)"
|
||||
d="M 18.802266,5.5947237 10.176813,40.096537"
|
||||
id="path2" />
|
||||
<path
|
||||
style="fill:#96e600;fill-opacity:0.539405;stroke:#000000;stroke-width:0.45643;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#ConcaveTriangle)"
|
||||
d="m 10.176813,40.096537 27.601451,8.625452"
|
||||
id="path3" />
|
||||
<path
|
||||
style="fill:#96e600;fill-opacity:0.539405;stroke:#000000;stroke-width:0.228216;stroke-dasharray:0.684647, 0.684647;stroke-dashoffset:0;stroke-opacity:1;marker-start:url(#marker9)"
|
||||
d="M 18.802266,5.5947237 37.778264,48.721989"
|
||||
id="path4" />
|
||||
<path
|
||||
style="fill:#96e600;fill-opacity:0.539405;stroke:none;stroke-width:0.228216;stroke-dasharray:0.684645, 0.684645;stroke-dashoffset:0;stroke-opacity:1"
|
||||
d="M 46.403719,48.721989 70.554986,5.5947237 77.455349,40.096537 Z"
|
||||
id="path5" />
|
||||
<path
|
||||
style="fill:#96e600;fill-opacity:0.539405;stroke:#000000;stroke-width:0.45643;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-end:url(#marker11)"
|
||||
d="M 70.554986,5.5947237 46.403719,48.721989"
|
||||
id="path10" />
|
||||
<path
|
||||
style="fill:#96e600;fill-opacity:0.539405;stroke:#000000;stroke-width:0.228216;stroke-dasharray:0.684645, 0.684645;stroke-dashoffset:0;stroke-opacity:1;marker-end:url(#marker13)"
|
||||
d="M 77.455349,40.096537 70.554986,5.5947237"
|
||||
id="path12" />
|
||||
<path
|
||||
style="fill:#96e600;fill-opacity:0.539405;stroke:#000000;stroke-width:0.228216;stroke-dasharray:0.684645, 0.684645;stroke-dashoffset:0;stroke-opacity:1;marker-end:url(#marker15)"
|
||||
d="m 46.403719,48.721989 31.05163,-8.625452"
|
||||
id="path14" />
|
||||
<path
|
||||
style="fill:#96e600;fill-opacity:0.539405;stroke:none;stroke-width:0.45643;stroke-dasharray:0.684645, 0.684645;stroke-dashoffset:0;stroke-opacity:1"
|
||||
d="M 87.805895,5.5947248 V 48.721991 h 25.876365 z"
|
||||
id="path16" />
|
||||
<path
|
||||
style="fill:#96e600;fill-opacity:0.539405;stroke:#000000;stroke-width:0.45643;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-end:url(#marker28)"
|
||||
d="M 87.805895,5.5947248 V 48.721991"
|
||||
id="path17" />
|
||||
<path
|
||||
style="fill:#96e600;fill-opacity:0.539405;stroke:#000000;stroke-width:0.228216;stroke-dasharray:0.684645, 0.684645;stroke-dashoffset:0;stroke-opacity:1;marker-start:url(#marker20)"
|
||||
d="M 87.805895,5.5947248 113.68226,48.721991"
|
||||
id="path19" />
|
||||
<path
|
||||
style="fill:#96e600;fill-opacity:0.539405;stroke:none;stroke-width:0.228216;stroke-dasharray:0.684645, 0.684645;stroke-dashoffset:0;stroke-opacity:1"
|
||||
d="m 112.40425,5.4577964 h 25.87636 V 48.585061 Z"
|
||||
id="path21" />
|
||||
<path
|
||||
style="fill:#96e600;fill-opacity:0.539405;stroke:#000000;stroke-width:0.45643;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-start:url(#marker32)"
|
||||
d="M 138.28061,48.585061 112.40425,5.4577964"
|
||||
id="path22" />
|
||||
<path
|
||||
style="fill:#96e600;fill-opacity:0.539405;stroke:#000000;stroke-width:0.228216;stroke-dasharray:0.684645, 0.684645;stroke-dashoffset:0;stroke-opacity:1;marker-start:url(#marker33)"
|
||||
d="M 138.28061,5.4577964 V 48.585061"
|
||||
id="path24" />
|
||||
<path
|
||||
style="fill:#96e600;fill-opacity:0.539405;stroke:#000000;stroke-width:0.45643;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-start:url(#marker31)"
|
||||
d="m 112.40425,5.4577964 h 25.87636"
|
||||
id="path26" />
|
||||
<path
|
||||
style="fill:#96e600;fill-opacity:0.539405;stroke:#000000;stroke-width:0.228216;stroke-dasharray:0.684645, 0.684645;stroke-dashoffset:0;stroke-opacity:1;marker-start:url(#marker30)"
|
||||
d="M 113.68225,48.721989 H 87.805895"
|
||||
id="path29" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 12 KiB |
@@ -0,0 +1,939 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="180mm"
|
||||
height="100mm"
|
||||
viewBox="0 0 180 100"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
inkscape:version="1.4 (86a8ad7, 2024-10-11)"
|
||||
sodipodi:docname="edge_function4.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
borderopacity="0.25"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:zoom="8.6733444"
|
||||
inkscape:cx="545.75257"
|
||||
inkscape:cy="82.840017"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1494"
|
||||
inkscape:window-x="-11"
|
||||
inkscape:window-y="-11"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true">
|
||||
<inkscape:grid
|
||||
id="grid1"
|
||||
units="mm"
|
||||
originx="0"
|
||||
originy="0"
|
||||
spacingx="0.99999997"
|
||||
spacingy="0.99999997"
|
||||
empcolor="#0099e5"
|
||||
empopacity="0.30196078"
|
||||
color="#0099e5"
|
||||
opacity="0.14901961"
|
||||
empspacing="5"
|
||||
enabled="true"
|
||||
visible="true" />
|
||||
</sodipodi:namedview>
|
||||
<defs
|
||||
id="defs1" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer2"
|
||||
inkscape:label="back">
|
||||
<g
|
||||
id="g1">
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="M 69.999994,4.9999999 V 84.999995"
|
||||
id="path2-1-7"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="M 79.999993,4.9999999 V 84.999995"
|
||||
id="path2-1-7-2"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:#d42a30;fill-opacity:0.541176;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 15.066139,14.999999 29.933855,29.999998 0.06614,-29.999998 z"
|
||||
id="path10"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
style="fill:#165030;fill-opacity:0.541176;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 15.066139,14.999999 V 44.999997 H 44.999994 Z"
|
||||
id="path11"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
style="fill:#96e600;fill-opacity:0.541176;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 75.066134,14.999999 44.999995,44.999997 45.066136,14.999999 Z"
|
||||
id="path10-0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
style="fill:#eab800;fill-opacity:0.541176;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 75.066134,14.999999 V 44.999997 H 44.999995 Z"
|
||||
id="path11-8"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
style="fill:#00dad9;fill-opacity:0.541176;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 15.066139,74.999996 44.999994,44.999997 45.026157,74.87241 Z"
|
||||
id="path10-7"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
style="fill:#004fd9;fill-opacity:0.541176;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 15.066139,74.999996 V 44.999997 h 29.933855 z"
|
||||
id="path11-4"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
style="fill:#c4c7c3;fill-opacity:0.541176;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 75.066134,74.999996 45.026157,45.079123 V 74.87241 Z"
|
||||
id="path10-0-7"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
style="fill:#ff00ff;fill-opacity:0.541176;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 75.066134,74.999996 75.034708,45.001171 H 45.031032 Z"
|
||||
id="path11-8-8"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="M 4.9999956,9.9999994 H 84.999993"
|
||||
id="path3-8-1-8"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="M 4.9999956,19.999999 H 84.999993"
|
||||
id="path3-8-1-8-5"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="M 4.9999956,29.999998 H 84.999993"
|
||||
id="path3-8-1-8-1"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="M 4.9999956,39.999998 H 84.999993"
|
||||
id="path3-8-1-8-7"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="M 4.9999956,49.999998 H 84.999993"
|
||||
id="path3-8-1-8-2"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="M 4.9999956,59.999997 H 84.999993"
|
||||
id="path3-8-1-8-16"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="M 4.9999956,69.999997 H 84.999993"
|
||||
id="path3-8-1-8-6"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="M 4.9999973,79.999996 H 84.999995"
|
||||
id="path3-8-1-8-6-6"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="M 59.999995,4.9999999 V 84.999995"
|
||||
id="path2-1-7-4"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="M 49.999996,4.9999999 V 84.999995"
|
||||
id="path2-1-7-3"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="M 39.999997,4.9999999 V 84.999995"
|
||||
id="path2-1-7-1"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="M 29.999998,4.9999999 V 84.999995"
|
||||
id="path2-1-7-42"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="M 19.999998,4.9999999 V 84.999995"
|
||||
id="path2-1-7-31"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="M 9.9999986,4.9999999 V 84.999995"
|
||||
id="path2-1-7-5"
|
||||
sodipodi:nodetypes="cc" />
|
||||
</g>
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="M 94.999991,19.999999 H 174.99998"
|
||||
id="path3-8-1-8-5-8"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="M 94.999991,10 H 174.99998"
|
||||
id="path3-8-1-8-5-8-3"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="M 94.999991,29.999998 H 174.99998"
|
||||
id="path3-8-1-8-5-8-0"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="M 109.99998,4.9999999 V 84.999995"
|
||||
id="path2-1-7-5-9"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="M 119.99999,4.9999997 V 84.999995"
|
||||
id="path2-1-7-5-9-5"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="M 129.99999,4.9999997 V 84.999995"
|
||||
id="path2-1-7-5-9-5-9"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="M 99.999991,4.9999997 V 84.999995"
|
||||
id="path2-1-7-5-9-1"
|
||||
sodipodi:nodetypes="cc" />
|
||||
</g>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<rect
|
||||
style="fill:#004fd9;fill-opacity:0.539405;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-3"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="120.06612"
|
||||
y="40" />
|
||||
<rect
|
||||
style="fill:#004fd9;fill-opacity:0.539405;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-2"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="110.06612"
|
||||
y="40" />
|
||||
<rect
|
||||
style="fill:#004fd9;fill-opacity:0.539405;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-2-9"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="100.06612"
|
||||
y="40" />
|
||||
<rect
|
||||
style="fill:#004fd9;fill-opacity:0.539405;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-2-4"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="100.06612"
|
||||
y="50" />
|
||||
<rect
|
||||
style="fill:#004fd9;fill-opacity:0.539405;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-37"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="110.06612"
|
||||
y="49.999996" />
|
||||
<rect
|
||||
style="fill:#00dad9;fill-opacity:0.539405;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-7"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="120.06612"
|
||||
y="49.999996" />
|
||||
<rect
|
||||
style="fill:#00dad9;fill-opacity:0.539405;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-7-7"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="110.06612"
|
||||
y="59.999996" />
|
||||
<rect
|
||||
style="fill:#00dad9;fill-opacity:0.539405;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-7-5"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="120.06612"
|
||||
y="59.999996" />
|
||||
<rect
|
||||
style="fill:#c4c7c3;fill-opacity:0.541176;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-4"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="130.06613"
|
||||
y="49.999996" />
|
||||
<rect
|
||||
style="fill:#c4c7c3;fill-opacity:0.541176;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-4-4"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="130.06613"
|
||||
y="59.999996" />
|
||||
<rect
|
||||
style="fill:#c4c7c3;fill-opacity:0.541176;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-4-0"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="140.06613"
|
||||
y="59.999996" />
|
||||
<rect
|
||||
style="fill:#ff00ff;fill-opacity:0.539405;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-96"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="140.06613"
|
||||
y="40" />
|
||||
<rect
|
||||
style="fill:#ff00ff;fill-opacity:0.539405;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-96-3"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="149.99998"
|
||||
y="39.999996" />
|
||||
<rect
|
||||
style="fill:#ff00ff;fill-opacity:0.539405;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-96-5"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="150.06613"
|
||||
y="50" />
|
||||
<rect
|
||||
style="fill:#ff00ff;fill-opacity:0.539405;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-96-2"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="150.06613"
|
||||
y="59.999996" />
|
||||
<rect
|
||||
style="fill:#ff00ff;fill-opacity:0.541176;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-8"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="130.06613"
|
||||
y="40" />
|
||||
<rect
|
||||
style="fill:#ff00ff;fill-opacity:0.541176;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-81"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="140.06613"
|
||||
y="49.999996" />
|
||||
<rect
|
||||
style="fill:#eab800;fill-opacity:0.539405;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-9"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="140.06613"
|
||||
y="30" />
|
||||
<rect
|
||||
style="fill:#eab800;fill-opacity:0.539405;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-9-4"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="150.06613"
|
||||
y="20" />
|
||||
<rect
|
||||
style="fill:#eab800;fill-opacity:0.539405;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-9-3"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="150.06613"
|
||||
y="30" />
|
||||
<rect
|
||||
style="fill:#96e600;fill-opacity:0.539405;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-6"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="130.06613"
|
||||
y="20" />
|
||||
<rect
|
||||
style="fill:#96e600;fill-opacity:0.539405;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-6-1"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="129.99998"
|
||||
y="9.999999" />
|
||||
<rect
|
||||
style="fill:#96e600;fill-opacity:0.539405;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-6-4"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="139.99998"
|
||||
y="9.999999" />
|
||||
<rect
|
||||
style="fill:#96e600;fill-opacity:0.539405;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-6-40"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="150.06613"
|
||||
y="10" />
|
||||
<rect
|
||||
style="fill:#96e600;fill-opacity:0.539405;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-62"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="140.06613"
|
||||
y="20" />
|
||||
<rect
|
||||
style="fill:#96e600;fill-opacity:0.539405;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-0"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="130.06613"
|
||||
y="30" />
|
||||
<rect
|
||||
style="fill:#d42a30;fill-opacity:0.539405;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-21"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="120.06612"
|
||||
y="20" />
|
||||
<rect
|
||||
style="fill:#d42a30;fill-opacity:0.539405;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-5"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="120.06612"
|
||||
y="30" />
|
||||
<rect
|
||||
style="fill:#d42a30;fill-opacity:0.539405;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-22"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="110.06612"
|
||||
y="20" />
|
||||
<rect
|
||||
style="fill:#d42a30;fill-opacity:0.539405;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-22-1"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="110.06612"
|
||||
y="10" />
|
||||
<rect
|
||||
style="fill:#d42a30;fill-opacity:0.539405;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-22-3"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="120.06612"
|
||||
y="10" />
|
||||
<rect
|
||||
style="fill:#d42a30;fill-opacity:0.539405;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-22-8"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="100.06612"
|
||||
y="10" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.26458333;stroke-dasharray:none"
|
||||
d="m 104.99999,15 h 60"
|
||||
id="path4-1" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.264583;stroke-dasharray:none"
|
||||
d="m 104.99999,74.999997 h 60"
|
||||
id="path4-1-3" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.264583;stroke-dasharray:none"
|
||||
d="m 104.99999,44.999998 h 60"
|
||||
id="path4-9"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.264583;stroke-dasharray:none"
|
||||
d="m 134.99999,14.999999 0,59.999997"
|
||||
id="path5"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.264583;stroke-dasharray:none"
|
||||
d="m 104.99999,14.999999 -0.0473,59.999998"
|
||||
id="path5-3-8"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.264583;stroke-dasharray:none"
|
||||
d="M 164.95273,15.132292 V 74.999997"
|
||||
id="path5-3-8-6" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.264583;stroke-dasharray:none"
|
||||
d="m 105.06613,15.000002 60,59.999997"
|
||||
id="path6"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.264583;stroke-dasharray:none"
|
||||
d="M 104.99999,74.999996 164.95273,15.132292"
|
||||
id="path7"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 153.06613,32.999999 4,4"
|
||||
id="path8" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 153.06613,36.999999 4,-4"
|
||||
id="path9" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 153.06613,42.999999 4,4"
|
||||
id="path8-1" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 153.06613,46.999999 4,-4"
|
||||
id="path9-0" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 153.06613,52.999999 4,4"
|
||||
id="path8-8" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 153.06613,56.999999 4,-4"
|
||||
id="path9-3" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 153.06613,62.999999 4,4"
|
||||
id="path8-9" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 153.06613,66.999999 4,-4"
|
||||
id="path9-9" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 143.06613,62.999999 4,4"
|
||||
id="path8-3" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 143.06613,66.999999 4,-4"
|
||||
id="path9-33" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 133.06613,62.999999 4,4"
|
||||
id="path8-80" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 133.06613,66.999999 4,-4"
|
||||
id="path9-8" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 123.06613,62.999999 4,4"
|
||||
id="path8-81" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 123.06613,66.999999 4,-4"
|
||||
id="path9-98" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 113.06613,62.999999 4,4"
|
||||
id="path8-2" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 113.06613,66.999999 4,-4"
|
||||
id="path9-82" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 103.06613,13.000002 4,4"
|
||||
id="path8-2-1" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 103.06613,17.000002 4,-4"
|
||||
id="path9-82-2" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 113.06613,13.000002 4,4"
|
||||
id="path8-2-7" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 113.06613,17.000002 4,-4"
|
||||
id="path9-82-8" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 123.06613,13.000002 4,4"
|
||||
id="path8-2-0" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 123.06613,17.000002 4,-4"
|
||||
id="path9-82-1" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 133.06613,13.000002 4,4"
|
||||
id="path8-2-18" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 133.06613,17.000002 4,-4"
|
||||
id="path9-82-9" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 143.06613,13.000002 4,4"
|
||||
id="path8-2-3" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 143.06613,17.000002 4,-4"
|
||||
id="path9-82-98" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 153.06613,13.000002 4,4"
|
||||
id="path8-2-78" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 153.06613,17.000002 4,-4"
|
||||
id="path9-82-3" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 163.06613,13.000002 4,4"
|
||||
id="path8-2-07" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 163.06613,17.000002 4,-4"
|
||||
id="path9-82-34" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 163.06613,23.000001 4,4"
|
||||
id="path8-2-09" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 163.06613,27.000001 4,-4"
|
||||
id="path9-82-96" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 163.06613,33.000001 4,4"
|
||||
id="path8-2-4" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 163.06613,37.000001 4,-4"
|
||||
id="path9-82-99" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 163.06613,43 4,4"
|
||||
id="path8-2-33" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 163.06613,47 4,-4"
|
||||
id="path9-82-7" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 163.06613,53 4,4"
|
||||
id="path8-2-8" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 163.06613,57 4,-4"
|
||||
id="path9-82-80" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 163.06613,62.999999 4,4"
|
||||
id="path8-2-89" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 163.06613,66.999999 4,-4"
|
||||
id="path9-82-72" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 163.06613,72.999999 4,4"
|
||||
id="path8-2-9" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 163.06613,76.999999 4,-4"
|
||||
id="path9-82-0" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 153.06613,72.999999 4,4"
|
||||
id="path8-2-86" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 153.06613,76.999999 4,-4"
|
||||
id="path9-82-12" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 143.06613,72.999999 4,4"
|
||||
id="path8-2-6" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 143.06613,76.999999 4,-4"
|
||||
id="path9-82-26" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 133.06613,72.999999 4,4"
|
||||
id="path8-2-46" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 133.06613,76.999999 4,-4"
|
||||
id="path9-82-18" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 123.06613,72.999999 4,4"
|
||||
id="path8-2-76" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 123.06613,76.999999 4,-4"
|
||||
id="path9-82-29" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 113.06613,72.999999 4,4"
|
||||
id="path8-2-39" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 113.06613,76.999999 4,-4"
|
||||
id="path9-82-181" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 102.95269,72.999997 4,4"
|
||||
id="path8-2-5" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 102.95269,76.999997 4,-4"
|
||||
id="path9-82-25" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 102.99999,62.999997 4,4"
|
||||
id="path8-2-2" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 102.99999,66.999997 4,-4"
|
||||
id="path9-82-294" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 102.99999,52.999997 4,4"
|
||||
id="path8-2-82" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 102.99999,56.999997 4,-4"
|
||||
id="path9-82-5" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 102.99999,42.999998 4,4"
|
||||
id="path8-2-25" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 102.99999,46.999998 4,-4"
|
||||
id="path9-82-08" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 102.99999,32.999998 4,4"
|
||||
id="path8-2-67" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 102.99999,36.999998 4,-4"
|
||||
id="path9-82-997" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 103.06613,23.000001 4,4"
|
||||
id="path8-2-766" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 102.99999,26.999999 4,-4"
|
||||
id="path9-82-58" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 113.06613,52.999999 4,4"
|
||||
id="path8-7" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 113.06613,56.999999 4,-4"
|
||||
id="path9-81" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 113.06613,42.999999 4,4"
|
||||
id="path8-12" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 113.06613,46.999999 4,-4"
|
||||
id="path9-4" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 113.06613,32.999999 4,4"
|
||||
id="path8-6" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 113.06613,36.999999 4,-4"
|
||||
id="path9-2" />
|
||||
<rect
|
||||
style="fill:#165030;fill-opacity:0.539405;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-07"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="110.06612"
|
||||
y="30" />
|
||||
<rect
|
||||
style="fill:#165030;fill-opacity:0.539405;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-07-1"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="100.06612"
|
||||
y="20" />
|
||||
<rect
|
||||
style="fill:#165030;fill-opacity:0.539405;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-07-4"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="100.06612"
|
||||
y="30" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 123.06613,32.999999 4,4"
|
||||
id="path8-92" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 123.06613,36.999999 4,-4"
|
||||
id="path9-46" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 123.06613,42.999999 4,4"
|
||||
id="path8-11" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 123.06613,46.999999 4,-4"
|
||||
id="path9-97" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 123.06613,52.999999 4,4"
|
||||
id="path8-5" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 123.06613,56.999999 4,-4"
|
||||
id="path9-20" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 133.06613,52.999999 4,4"
|
||||
id="path8-18" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 133.06613,56.999999 4,-4"
|
||||
id="path9-1" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 143.06613,52.999999 4,4"
|
||||
id="path8-25" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 143.06613,56.999999 4,-4"
|
||||
id="path9-25" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 143.06613,42.999999 4,4"
|
||||
id="path8-72" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 143.06613,46.999999 4,-4"
|
||||
id="path9-29" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 143.06613,32.999999 4,4"
|
||||
id="path8-69" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 143.06613,36.999999 4,-4"
|
||||
id="path9-825" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 133.06613,32.999999 4,4"
|
||||
id="path8-125" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 133.06613,36.999999 4,-4"
|
||||
id="path9-08" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 133.06613,23 4,4"
|
||||
id="path8-96" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 133.06613,27 4,-4"
|
||||
id="path9-7" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 143.06613,23 4,4"
|
||||
id="path8-693" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 143.06613,27 4,-4"
|
||||
id="path9-5" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 153.06613,23 4,4"
|
||||
id="path8-58" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 153.06613,27 4,-4"
|
||||
id="path9-254" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 123.06613,23 4,4"
|
||||
id="path8-16" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 123.06613,27 4,-4"
|
||||
id="path9-335" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 113.06613,23 4,4"
|
||||
id="path8-82" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="m 113.06613,27 4,-4"
|
||||
id="path9-53" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="M 94.999991,39.999998 H 174.99998"
|
||||
id="path3-8-1-8-5-8-8"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="M 94.999991,49.999997 H 174.99998"
|
||||
id="path3-8-1-8-5-8-37"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="M 94.999991,59.999997 H 174.99998"
|
||||
id="path3-8-1-8-5-8-9"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="M 94.999991,69.999996 H 174.99998"
|
||||
id="path3-8-1-8-5-8-98"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="M 94.999991,79.999996 H 174.99998"
|
||||
id="path3-8-1-8-5-8-6"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="M 139.99999,4.9999997 V 84.999995"
|
||||
id="path2-1-7-5-9-5-2"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="M 149.99999,4.9999997 V 84.999995"
|
||||
id="path2-1-7-5-9-5-6"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="M 159.99999,4.9999997 V 84.999995"
|
||||
id="path2-1-7-5-9-5-4"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:0.539405;stroke:#000000;stroke-width:0.132292;stroke-dasharray:none"
|
||||
d="M 169.99999,4.9999997 V 84.999995"
|
||||
id="path2-1-7-5-9-5-4-1"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<rect
|
||||
style="fill:#004fd9;fill-opacity:0.539405;stroke:none;stroke-width:0.132292;stroke-dasharray:none"
|
||||
id="rect9-2-3"
|
||||
width="9.999999"
|
||||
height="9.999999"
|
||||
x="100.06612"
|
||||
y="59.999996" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 37 KiB |
@@ -0,0 +1,457 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="80mm"
|
||||
height="40mm"
|
||||
viewBox="0 0 80 40"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
inkscape:version="1.4 (86a8ad7, 2024-10-11)"
|
||||
sodipodi:docname="edge_title.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
borderopacity="0.25"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="mm"
|
||||
showgrid="true"
|
||||
inkscape:zoom="1.5332452"
|
||||
inkscape:cx="598.40396"
|
||||
inkscape:cy="66.851669"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1494"
|
||||
inkscape:window-x="-11"
|
||||
inkscape:window-y="-11"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1">
|
||||
<inkscape:grid
|
||||
id="grid1"
|
||||
units="mm"
|
||||
originx="0"
|
||||
originy="0"
|
||||
spacingx="0.99999999"
|
||||
spacingy="0.99999999"
|
||||
empcolor="#0099e5"
|
||||
empopacity="0.30196078"
|
||||
color="#0099e5"
|
||||
opacity="0.14901961"
|
||||
empspacing="5"
|
||||
enabled="true"
|
||||
visible="true" />
|
||||
</sodipodi:namedview>
|
||||
<defs
|
||||
id="defs1">
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="ConcaveTriangle"
|
||||
refX="0"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Concave triangle arrow"
|
||||
markerWidth="1"
|
||||
markerHeight="1"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
transform="scale(0.7)"
|
||||
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
id="path7" />
|
||||
</marker>
|
||||
<g
|
||||
id="g1681">
|
||||
<g
|
||||
id="g260">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path3254" />
|
||||
</g>
|
||||
<g
|
||||
id="g5185">
|
||||
<path
|
||||
d="m 3.890625,-2.546875 c 0,-0.84375 -0.078125,-1.359375 -0.34375,-1.875 -0.34375,-0.703125 -1,-0.875 -1.4375,-0.875 -1,0 -1.375,0.75 -1.484375,0.96875 -0.28125,0.578125 -0.296875,1.375 -0.296875,1.78125 0,0.53125 0.015625,1.328125 0.40625,1.96875 0.359375,0.59375 0.953125,0.75 1.375,0.75 0.390625,0 1.0625,-0.125 1.46875,-0.90625 0.296875,-0.578125 0.3125,-1.296875 0.3125,-1.8125 z M 2.109375,-0.0625 C 1.84375,-0.0625 1.296875,-0.1875 1.125,-1.015625 1.03125,-1.46875 1.03125,-2.21875 1.03125,-2.640625 1.03125,-3.1875 1.03125,-3.75 1.125,-4.1875 1.296875,-5 1.90625,-5.078125 2.109375,-5.078125 c 0.265625,0 0.828125,0.140625 0.984375,0.859375 0.09375,0.4375 0.09375,1.046875 0.09375,1.578125 0,0.46875 0,1.1875 -0.09375,1.640625 -0.171875,0.828125 -0.71875,0.9375 -0.984375,0.9375 z m 0,0"
|
||||
id="path4218" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g1959">
|
||||
<g
|
||||
id="g4797">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path2226" />
|
||||
</g>
|
||||
<g
|
||||
id="g349">
|
||||
<path
|
||||
d="m 2.5,-5.078125 c 0,-0.21875 -0.015625,-0.21875 -0.234375,-0.21875 -0.328125,0.3125 -0.75,0.5 -1.5,0.5 v 0.265625 c 0.21875,0 0.640625,0 1.109375,-0.203125 v 4.078125 c 0,0.296875 -0.03125,0.390625 -0.78125,0.390625 H 0.8125 V 0 c 0.328125,-0.03125 1.015625,-0.03125 1.375,-0.03125 0.359375,0 1.046875,0 1.375,0.03125 V -0.265625 H 3.28125 c -0.75,0 -0.78125,-0.09375 -0.78125,-0.390625 z m 0,0"
|
||||
id="path5412" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g2306">
|
||||
<g
|
||||
id="g7741">
|
||||
<path
|
||||
d="m 2.140625,-2.765625 c 0.328125,0 1.140625,-0.03125 1.703125,-0.25 0.90625,-0.34375 1,-1.03125 1,-1.25 0,-0.53125 -0.453125,-1 -1.25,-1 -1.25,0 -3.0625,1.125 -3.0625,3.25 C 0.53125,-0.75 1.25,0.125 2.34375,0.125 3.96875,0.125 5,-1.140625 5,-1.296875 5,-1.375 4.921875,-1.4375 4.875,-1.4375 c -0.03125,0 -0.046875,0.015625 -0.15625,0.125 -0.765625,1.015625 -1.890625,1.1875 -2.359375,1.1875 -0.671875,0 -1.03125,-0.53125 -1.03125,-1.421875 0,-0.15625 0,-0.46875 0.171875,-1.21875 z m -0.578125,-0.25 c 0.515625,-1.84375 1.65625,-2.015625 2.03125,-2.015625 0.53125,0 0.890625,0.3125 0.890625,0.765625 0,1.25 -1.921875,1.25 -2.421875,1.25 z m 0,0"
|
||||
id="path5510" />
|
||||
</g>
|
||||
<g
|
||||
id="g4318">
|
||||
<path
|
||||
d="m 5.671875,-4.875 c -0.390625,0.0625 -0.53125,0.359375 -0.53125,0.578125 0,0.296875 0.21875,0.390625 0.390625,0.390625 0.359375,0 0.609375,-0.3125 0.609375,-0.640625 0,-0.5 -0.578125,-0.71875 -1.078125,-0.71875 -0.71875,0 -1.125,0.71875 -1.234375,0.9375 -0.28125,-0.890625 -1.015625,-0.9375 -1.234375,-0.9375 -1.21875,0 -1.859375,1.5625 -1.859375,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.09375,0 0.125,-0.078125 0.140625,-0.125 0.40625,-1.328125 1.21875,-1.578125 1.5625,-1.578125 0.53125,0 0.640625,0.5 0.640625,0.78125 0,0.265625 -0.078125,0.546875 -0.21875,1.125 L 2.578125,-1.5 c -0.171875,0.71875 -0.515625,1.375 -1.15625,1.375 -0.0625,0 -0.359375,0 -0.609375,-0.15625 C 1.25,-0.359375 1.34375,-0.71875 1.34375,-0.859375 1.34375,-1.09375 1.15625,-1.25 0.9375,-1.25 c -0.296875,0 -0.609375,0.265625 -0.609375,0.640625 0,0.5 0.5625,0.734375 1.078125,0.734375 0.578125,0 0.984375,-0.453125 1.234375,-0.953125 C 2.828125,-0.125 3.4375,0.125 3.875,0.125 5.09375,0.125 5.734375,-1.453125 5.734375,-1.703125 5.734375,-1.765625 5.6875,-1.8125 5.625,-1.8125 5.515625,-1.8125 5.5,-1.75 5.46875,-1.65625 5.140625,-0.609375 4.453125,-0.125 3.90625,-0.125 3.484375,-0.125 3.265625,-0.4375 3.265625,-0.921875 3.265625,-1.1875 3.3125,-1.375 3.5,-2.15625 L 3.921875,-3.796875 C 4.09375,-4.5 4.5,-5.03125 5.0625,-5.03125 c 0.015625,0 0.359375,0 0.609375,0.15625 z m 0,0"
|
||||
id="path2097" />
|
||||
</g>
|
||||
<g
|
||||
id="g3769">
|
||||
<path
|
||||
d="m 2.328125,0.046875 c 0,-0.6875 -0.21875,-1.203125 -0.71875,-1.203125 -0.375,0 -0.5625,0.3125 -0.5625,0.578125 C 1.046875,-0.328125 1.21875,0 1.625,0 1.78125,0 1.90625,-0.046875 2.015625,-0.15625 2.046875,-0.171875 2.0625,-0.171875 2.0625,-0.171875 c 0.03125,0 0.03125,0.15625 0.03125,0.21875 C 2.09375,0.4375 2.015625,1.21875 1.328125,2 1.1875,2.140625 1.1875,2.15625 1.1875,2.1875 c 0,0.0625 0.0625,0.125 0.125,0.125 0.09375,0 1.015625,-0.890625 1.015625,-2.265625 z m 0,0"
|
||||
id="path4658" />
|
||||
</g>
|
||||
<g
|
||||
id="g8717">
|
||||
<path
|
||||
d="m 3.140625,1.34375 c -0.3125,0.453125 -0.78125,0.859375 -1.375,0.859375 C 1.625,2.203125 1.046875,2.171875 0.875,1.625 c 0.03125,0.015625 0.09375,0.015625 0.109375,0.015625 0.359375,0 0.609375,-0.3125 0.609375,-0.59375 C 1.59375,0.78125 1.359375,0.6875 1.1875,0.6875 c -0.203125,0 -0.609375,0.140625 -0.609375,0.71875 0,0.609375 0.515625,1.03125 1.1875,1.03125 C 2.96875,2.4375 4.171875,1.34375 4.5,0.015625 L 5.671875,-4.65625 C 5.6875,-4.703125 5.71875,-4.78125 5.71875,-4.859375 5.71875,-5.03125 5.5625,-5.15625 5.390625,-5.15625 5.28125,-5.15625 5.03125,-5.109375 4.9375,-4.75 L 4.046875,-1.234375 C 4,-1.015625 4,-0.984375 3.890625,-0.859375 3.65625,-0.53125 3.265625,-0.125 2.6875,-0.125 c -0.671875,0 -0.734375,-0.65625 -0.734375,-0.96875 0,-0.6875 0.328125,-1.609375 0.65625,-2.46875 0.125,-0.34375 0.203125,-0.515625 0.203125,-0.75 0,-0.5 -0.359375,-0.953125 -0.953125,-0.953125 -1.09375,0 -1.53125,1.734375 -1.53125,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.109375,0 0.125,-0.046875 0.171875,-0.21875 0.28125,-1 0.734375,-1.484375 1.203125,-1.484375 0.109375,0 0.3125,0 0.3125,0.390625 0,0.3125 -0.125,0.65625 -0.3125,1.109375 C 1.25,-1.953125 1.25,-1.5625 1.25,-1.28125 1.25,-0.140625 2.0625,0.125 2.65625,0.125 3,0.125 3.4375,0.015625 3.84375,-0.4375 l 0.015625,0.015625 C 3.6875,0.28125 3.5625,0.75 3.140625,1.34375 Z m 0,0"
|
||||
id="path5499" />
|
||||
</g>
|
||||
<g
|
||||
id="g2050">
|
||||
<path
|
||||
d="m 7.875,-2.71875 c 0.234375,-0.109375 0.234375,-0.1875 0.234375,-0.265625 0,-0.078125 -0.015625,-0.15625 -0.234375,-0.25 L 1.40625,-6.21875 C 1.25,-6.28125 1.234375,-6.296875 1.203125,-6.296875 c -0.140625,0 -0.21875,0.109375 -0.21875,0.21875 0,0.140625 0.09375,0.1875 0.25,0.25 L 7.375,-2.984375 1.21875,-0.140625 C 0.984375,-0.03125 0.984375,0.046875 0.984375,0.125 c 0,0.09375 0.078125,0.203125 0.21875,0.203125 0.03125,0 0.046875,0 0.203125,-0.078125 z m 0,0"
|
||||
id="path6887" />
|
||||
</g>
|
||||
<g
|
||||
id="g5595">
|
||||
<path
|
||||
d="m 3.890625,2.90625 c 0,-0.03125 0,-0.0625 -0.203125,-0.265625 C 2.484375,1.4375 1.8125,-0.53125 1.8125,-2.96875 c 0,-2.328125 0.5625,-4.328125 1.953125,-5.734375 0.125,-0.109375 0.125,-0.125 0.125,-0.171875 0,-0.0625 -0.0625,-0.09375 -0.109375,-0.09375 -0.15625,0 -1.140625,0.859375 -1.71875,2.03125 -0.609375,1.21875 -0.890625,2.484375 -0.890625,3.96875 0,1.0625 0.171875,2.484375 0.78125,3.75 C 2.671875,2.21875 3.640625,3 3.78125,3 3.828125,3 3.890625,2.96875 3.890625,2.90625 Z m 0,0"
|
||||
id="path946" />
|
||||
</g>
|
||||
<g
|
||||
id="g7886">
|
||||
<path
|
||||
d="M 3.375,-2.96875 C 3.375,-3.890625 3.25,-5.359375 2.578125,-6.75 1.875,-8.1875 0.890625,-8.96875 0.765625,-8.96875 c -0.046875,0 -0.109375,0.03125 -0.109375,0.09375 0,0.046875 0,0.0625 0.203125,0.265625 1.203125,1.203125 1.859375,3.1875 1.859375,5.625 0,2.3125 -0.5625,4.3125 -1.9375,5.71875 C 0.65625,2.84375 0.65625,2.875 0.65625,2.90625 0.65625,2.96875 0.71875,3 0.765625,3 0.921875,3 1.90625,2.140625 2.484375,0.96875 3.09375,-0.25 3.375,-1.546875 3.375,-2.96875 Z m 0,0"
|
||||
id="path8967" />
|
||||
</g>
|
||||
<g
|
||||
id="g2403">
|
||||
<path
|
||||
d="m 5.359375,-3.828125 c 0,-0.984375 -0.0625,-1.953125 -0.5,-2.859375 -0.484375,-1 -1.34375,-1.265625 -1.9375,-1.265625 -0.6875,0 -1.53125,0.34375 -1.984375,1.34375 -0.328125,0.75 -0.453125,1.5 -0.453125,2.78125 0,1.15625 0.09375,2.03125 0.515625,2.890625 0.46875,0.90625 1.296875,1.1875 1.921875,1.1875 1.03125,0 1.625,-0.625 1.984375,-1.3125 0.421875,-0.890625 0.453125,-2.0625 0.453125,-2.765625 z m -2.4375,3.84375 C 2.53125,0.015625 1.75,-0.203125 1.53125,-1.5 c -0.125,-0.71875 -0.125,-1.625 -0.125,-2.46875 0,-0.984375 0,-1.859375 0.1875,-2.5625 0.203125,-0.8125 0.8125,-1.171875 1.328125,-1.171875 0.453125,0 1.140625,0.265625 1.375,1.296875 0.15625,0.6875 0.15625,1.625 0.15625,2.4375 0,0.796875 0,1.703125 -0.140625,2.4375 -0.21875,1.3125 -0.984375,1.546875 -1.390625,1.546875 z m 0,0"
|
||||
id="path7929" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g5038">
|
||||
<g
|
||||
id="g7721">
|
||||
<path
|
||||
d="m 2.140625,-2.765625 c 0.328125,0 1.140625,-0.03125 1.703125,-0.25 0.90625,-0.34375 1,-1.03125 1,-1.25 0,-0.53125 -0.453125,-1 -1.25,-1 -1.25,0 -3.0625,1.125 -3.0625,3.25 C 0.53125,-0.75 1.25,0.125 2.34375,0.125 3.96875,0.125 5,-1.140625 5,-1.296875 5,-1.375 4.921875,-1.4375 4.875,-1.4375 c -0.03125,0 -0.046875,0.015625 -0.15625,0.125 -0.765625,1.015625 -1.890625,1.1875 -2.359375,1.1875 -0.671875,0 -1.03125,-0.53125 -1.03125,-1.421875 0,-0.15625 0,-0.46875 0.171875,-1.21875 z m -0.578125,-0.25 c 0.515625,-1.84375 1.65625,-2.015625 2.03125,-2.015625 0.53125,0 0.890625,0.3125 0.890625,0.765625 0,1.25 -1.921875,1.25 -2.421875,1.25 z m 0,0"
|
||||
id="path5276" />
|
||||
</g>
|
||||
<g
|
||||
id="g2129">
|
||||
<path
|
||||
d="m 5.671875,-4.875 c -0.390625,0.0625 -0.53125,0.359375 -0.53125,0.578125 0,0.296875 0.21875,0.390625 0.390625,0.390625 0.359375,0 0.609375,-0.3125 0.609375,-0.640625 0,-0.5 -0.578125,-0.71875 -1.078125,-0.71875 -0.71875,0 -1.125,0.71875 -1.234375,0.9375 -0.28125,-0.890625 -1.015625,-0.9375 -1.234375,-0.9375 -1.21875,0 -1.859375,1.5625 -1.859375,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.09375,0 0.125,-0.078125 0.140625,-0.125 0.40625,-1.328125 1.21875,-1.578125 1.5625,-1.578125 0.53125,0 0.640625,0.5 0.640625,0.78125 0,0.265625 -0.078125,0.546875 -0.21875,1.125 L 2.578125,-1.5 c -0.171875,0.71875 -0.515625,1.375 -1.15625,1.375 -0.0625,0 -0.359375,0 -0.609375,-0.15625 C 1.25,-0.359375 1.34375,-0.71875 1.34375,-0.859375 1.34375,-1.09375 1.15625,-1.25 0.9375,-1.25 c -0.296875,0 -0.609375,0.265625 -0.609375,0.640625 0,0.5 0.5625,0.734375 1.078125,0.734375 0.578125,0 0.984375,-0.453125 1.234375,-0.953125 C 2.828125,-0.125 3.4375,0.125 3.875,0.125 5.09375,0.125 5.734375,-1.453125 5.734375,-1.703125 5.734375,-1.765625 5.6875,-1.8125 5.625,-1.8125 5.515625,-1.8125 5.5,-1.75 5.46875,-1.65625 5.140625,-0.609375 4.453125,-0.125 3.90625,-0.125 3.484375,-0.125 3.265625,-0.4375 3.265625,-0.921875 3.265625,-1.1875 3.3125,-1.375 3.5,-2.15625 L 3.921875,-3.796875 C 4.09375,-4.5 4.5,-5.03125 5.0625,-5.03125 c 0.015625,0 0.359375,0 0.609375,0.15625 z m 0,0"
|
||||
id="path9459" />
|
||||
</g>
|
||||
<g
|
||||
id="g96">
|
||||
<path
|
||||
d="m 2.328125,0.046875 c 0,-0.6875 -0.21875,-1.203125 -0.71875,-1.203125 -0.375,0 -0.5625,0.3125 -0.5625,0.578125 C 1.046875,-0.328125 1.21875,0 1.625,0 1.78125,0 1.90625,-0.046875 2.015625,-0.15625 2.046875,-0.171875 2.0625,-0.171875 2.0625,-0.171875 c 0.03125,0 0.03125,0.15625 0.03125,0.21875 C 2.09375,0.4375 2.015625,1.21875 1.328125,2 1.1875,2.140625 1.1875,2.15625 1.1875,2.1875 c 0,0.0625 0.0625,0.125 0.125,0.125 0.09375,0 1.015625,-0.890625 1.015625,-2.265625 z m 0,0"
|
||||
id="path2955" />
|
||||
</g>
|
||||
<g
|
||||
id="g6028">
|
||||
<path
|
||||
d="m 3.140625,1.34375 c -0.3125,0.453125 -0.78125,0.859375 -1.375,0.859375 C 1.625,2.203125 1.046875,2.171875 0.875,1.625 c 0.03125,0.015625 0.09375,0.015625 0.109375,0.015625 0.359375,0 0.609375,-0.3125 0.609375,-0.59375 C 1.59375,0.78125 1.359375,0.6875 1.1875,0.6875 c -0.203125,0 -0.609375,0.140625 -0.609375,0.71875 0,0.609375 0.515625,1.03125 1.1875,1.03125 C 2.96875,2.4375 4.171875,1.34375 4.5,0.015625 L 5.671875,-4.65625 C 5.6875,-4.703125 5.71875,-4.78125 5.71875,-4.859375 5.71875,-5.03125 5.5625,-5.15625 5.390625,-5.15625 5.28125,-5.15625 5.03125,-5.109375 4.9375,-4.75 L 4.046875,-1.234375 C 4,-1.015625 4,-0.984375 3.890625,-0.859375 3.65625,-0.53125 3.265625,-0.125 2.6875,-0.125 c -0.671875,0 -0.734375,-0.65625 -0.734375,-0.96875 0,-0.6875 0.328125,-1.609375 0.65625,-2.46875 0.125,-0.34375 0.203125,-0.515625 0.203125,-0.75 0,-0.5 -0.359375,-0.953125 -0.953125,-0.953125 -1.09375,0 -1.53125,1.734375 -1.53125,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.109375,0 0.125,-0.046875 0.171875,-0.21875 0.28125,-1 0.734375,-1.484375 1.203125,-1.484375 0.109375,0 0.3125,0 0.3125,0.390625 0,0.3125 -0.125,0.65625 -0.3125,1.109375 C 1.25,-1.953125 1.25,-1.5625 1.25,-1.28125 1.25,-0.140625 2.0625,0.125 2.65625,0.125 3,0.125 3.4375,0.015625 3.84375,-0.4375 l 0.015625,0.015625 C 3.6875,0.28125 3.5625,0.75 3.140625,1.34375 Z m 0,0"
|
||||
id="path3572" />
|
||||
</g>
|
||||
<g
|
||||
id="g524">
|
||||
<path
|
||||
d="m 7.875,-5.828125 c 0.21875,-0.09375 0.234375,-0.171875 0.234375,-0.25 0,-0.125 -0.09375,-0.21875 -0.21875,-0.21875 -0.03125,0 -0.03125,0.015625 -0.203125,0.078125 L 1.21875,-3.234375 C 1,-3.140625 0.984375,-3.0625 0.984375,-2.984375 c 0,0.078125 0,0.15625 0.234375,0.265625 L 7.6875,0.25 c 0.15625,0.078125 0.171875,0.078125 0.203125,0.078125 0.125,0 0.21875,-0.09375 0.21875,-0.21875 0,-0.078125 -0.015625,-0.15625 -0.234375,-0.25 L 1.71875,-2.96875 Z m 0,0"
|
||||
id="path70" />
|
||||
</g>
|
||||
<g
|
||||
id="g6713">
|
||||
<path
|
||||
d="m 3.890625,2.90625 c 0,-0.03125 0,-0.0625 -0.203125,-0.265625 C 2.484375,1.4375 1.8125,-0.53125 1.8125,-2.96875 c 0,-2.328125 0.5625,-4.328125 1.953125,-5.734375 0.125,-0.109375 0.125,-0.125 0.125,-0.171875 0,-0.0625 -0.0625,-0.09375 -0.109375,-0.09375 -0.15625,0 -1.140625,0.859375 -1.71875,2.03125 -0.609375,1.21875 -0.890625,2.484375 -0.890625,3.96875 0,1.0625 0.171875,2.484375 0.78125,3.75 C 2.671875,2.21875 3.640625,3 3.78125,3 3.828125,3 3.890625,2.96875 3.890625,2.90625 Z m 0,0"
|
||||
id="path6174" />
|
||||
</g>
|
||||
<g
|
||||
id="g4614">
|
||||
<path
|
||||
d="M 3.375,-2.96875 C 3.375,-3.890625 3.25,-5.359375 2.578125,-6.75 1.875,-8.1875 0.890625,-8.96875 0.765625,-8.96875 c -0.046875,0 -0.109375,0.03125 -0.109375,0.09375 0,0.046875 0,0.0625 0.203125,0.265625 1.203125,1.203125 1.859375,3.1875 1.859375,5.625 0,2.3125 -0.5625,4.3125 -1.9375,5.71875 C 0.65625,2.84375 0.65625,2.875 0.65625,2.90625 0.65625,2.96875 0.71875,3 0.765625,3 0.921875,3 1.90625,2.140625 2.484375,0.96875 3.09375,-0.25 3.375,-1.546875 3.375,-2.96875 Z m 0,0"
|
||||
id="path1045" />
|
||||
</g>
|
||||
<g
|
||||
id="g7961">
|
||||
<path
|
||||
d="m 5.359375,-3.828125 c 0,-0.984375 -0.0625,-1.953125 -0.5,-2.859375 -0.484375,-1 -1.34375,-1.265625 -1.9375,-1.265625 -0.6875,0 -1.53125,0.34375 -1.984375,1.34375 -0.328125,0.75 -0.453125,1.5 -0.453125,2.78125 0,1.15625 0.09375,2.03125 0.515625,2.890625 0.46875,0.90625 1.296875,1.1875 1.921875,1.1875 1.03125,0 1.625,-0.625 1.984375,-1.3125 0.421875,-0.890625 0.453125,-2.0625 0.453125,-2.765625 z m -2.4375,3.84375 C 2.53125,0.015625 1.75,-0.203125 1.53125,-1.5 c -0.125,-0.71875 -0.125,-1.625 -0.125,-2.46875 0,-0.984375 0,-1.859375 0.1875,-2.5625 0.203125,-0.8125 0.8125,-1.171875 1.328125,-1.171875 0.453125,0 1.140625,0.265625 1.375,1.296875 0.15625,0.6875 0.15625,1.625 0.15625,2.4375 0,0.796875 0,1.703125 -0.140625,2.4375 -0.21875,1.3125 -0.984375,1.546875 -1.390625,1.546875 z m 0,0"
|
||||
id="path1453" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g3927">
|
||||
<g
|
||||
id="g6331">
|
||||
<path
|
||||
d="m 2.140625,-2.765625 c 0.328125,0 1.140625,-0.03125 1.703125,-0.25 0.90625,-0.34375 1,-1.03125 1,-1.25 0,-0.53125 -0.453125,-1 -1.25,-1 -1.25,0 -3.0625,1.125 -3.0625,3.25 C 0.53125,-0.75 1.25,0.125 2.34375,0.125 3.96875,0.125 5,-1.140625 5,-1.296875 5,-1.375 4.921875,-1.4375 4.875,-1.4375 c -0.03125,0 -0.046875,0.015625 -0.15625,0.125 -0.765625,1.015625 -1.890625,1.1875 -2.359375,1.1875 -0.671875,0 -1.03125,-0.53125 -1.03125,-1.421875 0,-0.15625 0,-0.46875 0.171875,-1.21875 z m -0.578125,-0.25 c 0.515625,-1.84375 1.65625,-2.015625 2.03125,-2.015625 0.53125,0 0.890625,0.3125 0.890625,0.765625 0,1.25 -1.921875,1.25 -2.421875,1.25 z m 0,0"
|
||||
id="path9636" />
|
||||
</g>
|
||||
<g
|
||||
id="g3121">
|
||||
<path
|
||||
d="m 5.671875,-4.875 c -0.390625,0.0625 -0.53125,0.359375 -0.53125,0.578125 0,0.296875 0.21875,0.390625 0.390625,0.390625 0.359375,0 0.609375,-0.3125 0.609375,-0.640625 0,-0.5 -0.578125,-0.71875 -1.078125,-0.71875 -0.71875,0 -1.125,0.71875 -1.234375,0.9375 -0.28125,-0.890625 -1.015625,-0.9375 -1.234375,-0.9375 -1.21875,0 -1.859375,1.5625 -1.859375,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.09375,0 0.125,-0.078125 0.140625,-0.125 0.40625,-1.328125 1.21875,-1.578125 1.5625,-1.578125 0.53125,0 0.640625,0.5 0.640625,0.78125 0,0.265625 -0.078125,0.546875 -0.21875,1.125 L 2.578125,-1.5 c -0.171875,0.71875 -0.515625,1.375 -1.15625,1.375 -0.0625,0 -0.359375,0 -0.609375,-0.15625 C 1.25,-0.359375 1.34375,-0.71875 1.34375,-0.859375 1.34375,-1.09375 1.15625,-1.25 0.9375,-1.25 c -0.296875,0 -0.609375,0.265625 -0.609375,0.640625 0,0.5 0.5625,0.734375 1.078125,0.734375 0.578125,0 0.984375,-0.453125 1.234375,-0.953125 C 2.828125,-0.125 3.4375,0.125 3.875,0.125 5.09375,0.125 5.734375,-1.453125 5.734375,-1.703125 5.734375,-1.765625 5.6875,-1.8125 5.625,-1.8125 5.515625,-1.8125 5.5,-1.75 5.46875,-1.65625 5.140625,-0.609375 4.453125,-0.125 3.90625,-0.125 3.484375,-0.125 3.265625,-0.4375 3.265625,-0.921875 3.265625,-1.1875 3.3125,-1.375 3.5,-2.15625 L 3.921875,-3.796875 C 4.09375,-4.5 4.5,-5.03125 5.0625,-5.03125 c 0.015625,0 0.359375,0 0.609375,0.15625 z m 0,0"
|
||||
id="path8884" />
|
||||
</g>
|
||||
<g
|
||||
id="g2653">
|
||||
<path
|
||||
d="m 2.328125,0.046875 c 0,-0.6875 -0.21875,-1.203125 -0.71875,-1.203125 -0.375,0 -0.5625,0.3125 -0.5625,0.578125 C 1.046875,-0.328125 1.21875,0 1.625,0 1.78125,0 1.90625,-0.046875 2.015625,-0.15625 2.046875,-0.171875 2.0625,-0.171875 2.0625,-0.171875 c 0.03125,0 0.03125,0.15625 0.03125,0.21875 C 2.09375,0.4375 2.015625,1.21875 1.328125,2 1.1875,2.140625 1.1875,2.15625 1.1875,2.1875 c 0,0.0625 0.0625,0.125 0.125,0.125 0.09375,0 1.015625,-0.890625 1.015625,-2.265625 z m 0,0"
|
||||
id="path5257" />
|
||||
</g>
|
||||
<g
|
||||
id="g8535">
|
||||
<path
|
||||
d="m 3.140625,1.34375 c -0.3125,0.453125 -0.78125,0.859375 -1.375,0.859375 C 1.625,2.203125 1.046875,2.171875 0.875,1.625 c 0.03125,0.015625 0.09375,0.015625 0.109375,0.015625 0.359375,0 0.609375,-0.3125 0.609375,-0.59375 C 1.59375,0.78125 1.359375,0.6875 1.1875,0.6875 c -0.203125,0 -0.609375,0.140625 -0.609375,0.71875 0,0.609375 0.515625,1.03125 1.1875,1.03125 C 2.96875,2.4375 4.171875,1.34375 4.5,0.015625 L 5.671875,-4.65625 C 5.6875,-4.703125 5.71875,-4.78125 5.71875,-4.859375 5.71875,-5.03125 5.5625,-5.15625 5.390625,-5.15625 5.28125,-5.15625 5.03125,-5.109375 4.9375,-4.75 L 4.046875,-1.234375 C 4,-1.015625 4,-0.984375 3.890625,-0.859375 3.65625,-0.53125 3.265625,-0.125 2.6875,-0.125 c -0.671875,0 -0.734375,-0.65625 -0.734375,-0.96875 0,-0.6875 0.328125,-1.609375 0.65625,-2.46875 0.125,-0.34375 0.203125,-0.515625 0.203125,-0.75 0,-0.5 -0.359375,-0.953125 -0.953125,-0.953125 -1.09375,0 -1.53125,1.734375 -1.53125,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.109375,0 0.125,-0.046875 0.171875,-0.21875 0.28125,-1 0.734375,-1.484375 1.203125,-1.484375 0.109375,0 0.3125,0 0.3125,0.390625 0,0.3125 -0.125,0.65625 -0.3125,1.109375 C 1.25,-1.953125 1.25,-1.5625 1.25,-1.28125 1.25,-0.140625 2.0625,0.125 2.65625,0.125 3,0.125 3.4375,0.015625 3.84375,-0.4375 l 0.015625,0.015625 C 3.6875,0.28125 3.5625,0.75 3.140625,1.34375 Z m 0,0"
|
||||
id="path7258" />
|
||||
</g>
|
||||
<g
|
||||
id="g5168">
|
||||
<path
|
||||
d="m 3.890625,2.90625 c 0,-0.03125 0,-0.0625 -0.203125,-0.265625 C 2.484375,1.4375 1.8125,-0.53125 1.8125,-2.96875 c 0,-2.328125 0.5625,-4.328125 1.953125,-5.734375 0.125,-0.109375 0.125,-0.125 0.125,-0.171875 0,-0.0625 -0.0625,-0.09375 -0.109375,-0.09375 -0.15625,0 -1.140625,0.859375 -1.71875,2.03125 -0.609375,1.21875 -0.890625,2.484375 -0.890625,3.96875 0,1.0625 0.171875,2.484375 0.78125,3.75 C 2.671875,2.21875 3.640625,3 3.78125,3 3.828125,3 3.890625,2.96875 3.890625,2.90625 Z m 0,0"
|
||||
id="path7969" />
|
||||
</g>
|
||||
<g
|
||||
id="g7220">
|
||||
<path
|
||||
d="M 3.375,-2.96875 C 3.375,-3.890625 3.25,-5.359375 2.578125,-6.75 1.875,-8.1875 0.890625,-8.96875 0.765625,-8.96875 c -0.046875,0 -0.109375,0.03125 -0.109375,0.09375 0,0.046875 0,0.0625 0.203125,0.265625 1.203125,1.203125 1.859375,3.1875 1.859375,5.625 0,2.3125 -0.5625,4.3125 -1.9375,5.71875 C 0.65625,2.84375 0.65625,2.875 0.65625,2.90625 0.65625,2.96875 0.71875,3 0.765625,3 0.921875,3 1.90625,2.140625 2.484375,0.96875 3.09375,-0.25 3.375,-1.546875 3.375,-2.96875 Z m 0,0"
|
||||
id="path1969" />
|
||||
</g>
|
||||
<g
|
||||
id="g6980">
|
||||
<path
|
||||
d="m 8.0625,-3.875 c 0.171875,0 0.390625,0 0.390625,-0.21875 C 8.453125,-4.3125 8.25,-4.3125 8.0625,-4.3125 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 z m 0,2.21875 c 0.171875,0 0.390625,0 0.390625,-0.203125 C 8.453125,-2.09375 8.25,-2.09375 8.0625,-2.09375 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 z m 0,0"
|
||||
id="path8119" />
|
||||
</g>
|
||||
<g
|
||||
id="g6742">
|
||||
<path
|
||||
d="m 5.359375,-3.828125 c 0,-0.984375 -0.0625,-1.953125 -0.5,-2.859375 -0.484375,-1 -1.34375,-1.265625 -1.9375,-1.265625 -0.6875,0 -1.53125,0.34375 -1.984375,1.34375 -0.328125,0.75 -0.453125,1.5 -0.453125,2.78125 0,1.15625 0.09375,2.03125 0.515625,2.890625 0.46875,0.90625 1.296875,1.1875 1.921875,1.1875 1.03125,0 1.625,-0.625 1.984375,-1.3125 0.421875,-0.890625 0.453125,-2.0625 0.453125,-2.765625 z m -2.4375,3.84375 C 2.53125,0.015625 1.75,-0.203125 1.53125,-1.5 c -0.125,-0.71875 -0.125,-1.625 -0.125,-2.46875 0,-0.984375 0,-1.859375 0.1875,-2.5625 0.203125,-0.8125 0.8125,-1.171875 1.328125,-1.171875 0.453125,0 1.140625,0.265625 1.375,1.296875 0.15625,0.6875 0.15625,1.625 0.15625,2.4375 0,0.796875 0,1.703125 -0.140625,2.4375 -0.21875,1.3125 -0.984375,1.546875 -1.390625,1.546875 z m 0,0"
|
||||
id="path7750" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g1414">
|
||||
<g
|
||||
id="g2302">
|
||||
<path
|
||||
d="m 2.140625,-2.765625 c 0.328125,0 1.140625,-0.03125 1.703125,-0.25 0.90625,-0.34375 1,-1.03125 1,-1.25 0,-0.53125 -0.453125,-1 -1.25,-1 -1.25,0 -3.0625,1.125 -3.0625,3.25 C 0.53125,-0.75 1.25,0.125 2.34375,0.125 3.96875,0.125 5,-1.140625 5,-1.296875 5,-1.375 4.921875,-1.4375 4.875,-1.4375 c -0.03125,0 -0.046875,0.015625 -0.15625,0.125 -0.765625,1.015625 -1.890625,1.1875 -2.359375,1.1875 -0.671875,0 -1.03125,-0.53125 -1.03125,-1.421875 0,-0.15625 0,-0.46875 0.171875,-1.21875 z m -0.578125,-0.25 c 0.515625,-1.84375 1.65625,-2.015625 2.03125,-2.015625 0.53125,0 0.890625,0.3125 0.890625,0.765625 0,1.25 -1.921875,1.25 -2.421875,1.25 z m 0,0"
|
||||
id="path4273" />
|
||||
</g>
|
||||
<g
|
||||
id="g5992">
|
||||
<path
|
||||
d="m 5.671875,-4.875 c -0.390625,0.0625 -0.53125,0.359375 -0.53125,0.578125 0,0.296875 0.21875,0.390625 0.390625,0.390625 0.359375,0 0.609375,-0.3125 0.609375,-0.640625 0,-0.5 -0.578125,-0.71875 -1.078125,-0.71875 -0.71875,0 -1.125,0.71875 -1.234375,0.9375 -0.28125,-0.890625 -1.015625,-0.9375 -1.234375,-0.9375 -1.21875,0 -1.859375,1.5625 -1.859375,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.09375,0 0.125,-0.078125 0.140625,-0.125 0.40625,-1.328125 1.21875,-1.578125 1.5625,-1.578125 0.53125,0 0.640625,0.5 0.640625,0.78125 0,0.265625 -0.078125,0.546875 -0.21875,1.125 L 2.578125,-1.5 c -0.171875,0.71875 -0.515625,1.375 -1.15625,1.375 -0.0625,0 -0.359375,0 -0.609375,-0.15625 C 1.25,-0.359375 1.34375,-0.71875 1.34375,-0.859375 1.34375,-1.09375 1.15625,-1.25 0.9375,-1.25 c -0.296875,0 -0.609375,0.265625 -0.609375,0.640625 0,0.5 0.5625,0.734375 1.078125,0.734375 0.578125,0 0.984375,-0.453125 1.234375,-0.953125 C 2.828125,-0.125 3.4375,0.125 3.875,0.125 5.09375,0.125 5.734375,-1.453125 5.734375,-1.703125 5.734375,-1.765625 5.6875,-1.8125 5.625,-1.8125 5.515625,-1.8125 5.5,-1.75 5.46875,-1.65625 5.140625,-0.609375 4.453125,-0.125 3.90625,-0.125 3.484375,-0.125 3.265625,-0.4375 3.265625,-0.921875 3.265625,-1.1875 3.3125,-1.375 3.5,-2.15625 L 3.921875,-3.796875 C 4.09375,-4.5 4.5,-5.03125 5.0625,-5.03125 c 0.015625,0 0.359375,0 0.609375,0.15625 z m 0,0"
|
||||
id="path9069" />
|
||||
</g>
|
||||
<g
|
||||
id="g6827">
|
||||
<path
|
||||
d="m 2.328125,0.046875 c 0,-0.6875 -0.21875,-1.203125 -0.71875,-1.203125 -0.375,0 -0.5625,0.3125 -0.5625,0.578125 C 1.046875,-0.328125 1.21875,0 1.625,0 1.78125,0 1.90625,-0.046875 2.015625,-0.15625 2.046875,-0.171875 2.0625,-0.171875 2.0625,-0.171875 c 0.03125,0 0.03125,0.15625 0.03125,0.21875 C 2.09375,0.4375 2.015625,1.21875 1.328125,2 1.1875,2.140625 1.1875,2.15625 1.1875,2.1875 c 0,0.0625 0.0625,0.125 0.125,0.125 0.09375,0 1.015625,-0.890625 1.015625,-2.265625 z m 0,0"
|
||||
id="path847" />
|
||||
</g>
|
||||
<g
|
||||
id="g1209">
|
||||
<path
|
||||
d="m 3.140625,1.34375 c -0.3125,0.453125 -0.78125,0.859375 -1.375,0.859375 C 1.625,2.203125 1.046875,2.171875 0.875,1.625 c 0.03125,0.015625 0.09375,0.015625 0.109375,0.015625 0.359375,0 0.609375,-0.3125 0.609375,-0.59375 C 1.59375,0.78125 1.359375,0.6875 1.1875,0.6875 c -0.203125,0 -0.609375,0.140625 -0.609375,0.71875 0,0.609375 0.515625,1.03125 1.1875,1.03125 C 2.96875,2.4375 4.171875,1.34375 4.5,0.015625 L 5.671875,-4.65625 C 5.6875,-4.703125 5.71875,-4.78125 5.71875,-4.859375 5.71875,-5.03125 5.5625,-5.15625 5.390625,-5.15625 5.28125,-5.15625 5.03125,-5.109375 4.9375,-4.75 L 4.046875,-1.234375 C 4,-1.015625 4,-0.984375 3.890625,-0.859375 3.65625,-0.53125 3.265625,-0.125 2.6875,-0.125 c -0.671875,0 -0.734375,-0.65625 -0.734375,-0.96875 0,-0.6875 0.328125,-1.609375 0.65625,-2.46875 0.125,-0.34375 0.203125,-0.515625 0.203125,-0.75 0,-0.5 -0.359375,-0.953125 -0.953125,-0.953125 -1.09375,0 -1.53125,1.734375 -1.53125,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.109375,0 0.125,-0.046875 0.171875,-0.21875 0.28125,-1 0.734375,-1.484375 1.203125,-1.484375 0.109375,0 0.3125,0 0.3125,0.390625 0,0.3125 -0.125,0.65625 -0.3125,1.109375 C 1.25,-1.953125 1.25,-1.5625 1.25,-1.28125 1.25,-0.140625 2.0625,0.125 2.65625,0.125 3,0.125 3.4375,0.015625 3.84375,-0.4375 l 0.015625,0.015625 C 3.6875,0.28125 3.5625,0.75 3.140625,1.34375 Z m 0,0"
|
||||
id="path4899" />
|
||||
</g>
|
||||
<g
|
||||
id="g2708">
|
||||
<path
|
||||
d="m 3.890625,2.90625 c 0,-0.03125 0,-0.0625 -0.203125,-0.265625 C 2.484375,1.4375 1.8125,-0.53125 1.8125,-2.96875 c 0,-2.328125 0.5625,-4.328125 1.953125,-5.734375 0.125,-0.109375 0.125,-0.125 0.125,-0.171875 0,-0.0625 -0.0625,-0.09375 -0.109375,-0.09375 -0.15625,0 -1.140625,0.859375 -1.71875,2.03125 -0.609375,1.21875 -0.890625,2.484375 -0.890625,3.96875 0,1.0625 0.171875,2.484375 0.78125,3.75 C 2.671875,2.21875 3.640625,3 3.78125,3 3.828125,3 3.890625,2.96875 3.890625,2.90625 Z m 0,0"
|
||||
id="path2578" />
|
||||
</g>
|
||||
<g
|
||||
id="g9846">
|
||||
<path
|
||||
d="M 3.375,-2.96875 C 3.375,-3.890625 3.25,-5.359375 2.578125,-6.75 1.875,-8.1875 0.890625,-8.96875 0.765625,-8.96875 c -0.046875,0 -0.109375,0.03125 -0.109375,0.09375 0,0.046875 0,0.0625 0.203125,0.265625 1.203125,1.203125 1.859375,3.1875 1.859375,5.625 0,2.3125 -0.5625,4.3125 -1.9375,5.71875 C 0.65625,2.84375 0.65625,2.875 0.65625,2.90625 0.65625,2.96875 0.71875,3 0.765625,3 0.921875,3 1.90625,2.140625 2.484375,0.96875 3.09375,-0.25 3.375,-1.546875 3.375,-2.96875 Z m 0,0"
|
||||
id="path210" />
|
||||
</g>
|
||||
<g
|
||||
id="g7479">
|
||||
<path
|
||||
d="m 8.0625,-3.875 c 0.171875,0 0.390625,0 0.390625,-0.21875 C 8.453125,-4.3125 8.25,-4.3125 8.0625,-4.3125 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 z m 0,2.21875 c 0.171875,0 0.390625,0 0.390625,-0.203125 C 8.453125,-2.09375 8.25,-2.09375 8.0625,-2.09375 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 z m 0,0"
|
||||
id="path7710" />
|
||||
</g>
|
||||
<g
|
||||
id="g1722">
|
||||
<path
|
||||
d="m 5.359375,-3.828125 c 0,-0.984375 -0.0625,-1.953125 -0.5,-2.859375 -0.484375,-1 -1.34375,-1.265625 -1.9375,-1.265625 -0.6875,0 -1.53125,0.34375 -1.984375,1.34375 -0.328125,0.75 -0.453125,1.5 -0.453125,2.78125 0,1.15625 0.09375,2.03125 0.515625,2.890625 0.46875,0.90625 1.296875,1.1875 1.921875,1.1875 1.03125,0 1.625,-0.625 1.984375,-1.3125 0.421875,-0.890625 0.453125,-2.0625 0.453125,-2.765625 z m -2.4375,3.84375 C 2.53125,0.015625 1.75,-0.203125 1.53125,-1.5 c -0.125,-0.71875 -0.125,-1.625 -0.125,-2.46875 0,-0.984375 0,-1.859375 0.1875,-2.5625 0.203125,-0.8125 0.8125,-1.171875 1.328125,-1.171875 0.453125,0 1.140625,0.265625 1.375,1.296875 0.15625,0.6875 0.15625,1.625 0.15625,2.4375 0,0.796875 0,1.703125 -0.140625,2.4375 -0.21875,1.3125 -0.984375,1.546875 -1.390625,1.546875 z m 0,0"
|
||||
id="path3449" />
|
||||
</g>
|
||||
</g>
|
||||
</defs>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.264583"
|
||||
d="M 7.0610543,32.365831 72.061054,12.36583"
|
||||
id="path1" />
|
||||
<path
|
||||
style="fill:#e6e600;fill-opacity:0.544658;stroke:none;stroke-width:0.264583"
|
||||
d="m 19.184621,8.8265518 c 4.394495,-2.732433 7.460768,-2.9229668 15,-4.0000001 7,-1 12.876433,-1.4607218 16.876433,-0.460722 4,1.0000001 9.000001,4.0000001 12,4.0000001 2.999999,0 9,4.0000002 9,4.0000002 L 7.0610543,32.365831 c 0,0 -1,-2.000001 1,-6.000001 1.9999997,-4 2.7844987,-6.191607 4.1235667,-9.539278 2,-5 3.990879,-6.128972 7,-8.0000002 z"
|
||||
id="path2"
|
||||
sodipodi:nodetypes="asssccssa" />
|
||||
<circle
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.132292;stroke-opacity:1"
|
||||
id="path3"
|
||||
cx="27.061056"
|
||||
cy="26.19278"
|
||||
r="0.50000024" />
|
||||
<circle
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.132292;stroke-opacity:1"
|
||||
id="path3-8"
|
||||
cx="46.082058"
|
||||
cy="20.365829"
|
||||
r="0.50000024" />
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(24.997208,27.932669)"
|
||||
id="g5">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g3"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.707584)">
|
||||
<g
|
||||
id="use2"
|
||||
transform="translate(1.993,10.162)">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path4" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g4"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.707584)">
|
||||
<g
|
||||
id="use3"
|
||||
transform="translate(9.5380001,11.955)">
|
||||
<path
|
||||
d="m 3.890625,-2.546875 c 0,-0.84375 -0.078125,-1.359375 -0.34375,-1.875 -0.34375,-0.703125 -1,-0.875 -1.4375,-0.875 -1,0 -1.375,0.75 -1.484375,0.96875 -0.28125,0.578125 -0.296875,1.375 -0.296875,1.78125 0,0.53125 0.015625,1.328125 0.40625,1.96875 0.359375,0.59375 0.953125,0.75 1.375,0.75 0.390625,0 1.0625,-0.125 1.46875,-0.90625 0.296875,-0.578125 0.3125,-1.296875 0.3125,-1.8125 z M 2.109375,-0.0625 C 1.84375,-0.0625 1.296875,-0.1875 1.125,-1.015625 1.03125,-1.46875 1.03125,-2.21875 1.03125,-2.640625 1.03125,-3.1875 1.03125,-3.75 1.125,-4.1875 1.296875,-5 1.90625,-5.078125 2.109375,-5.078125 c 0.265625,0 0.828125,0.140625 0.984375,0.859375 0.09375,0.4375 0.09375,1.046875 0.09375,1.578125 0,0.46875 0,1.1875 -0.09375,1.640625 -0.171875,0.828125 -0.71875,0.9375 -0.984375,0.9375 z m 0,0"
|
||||
id="path5" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="translate(44.798519,21.724574)"
|
||||
id="g6">
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g3-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.707584)">
|
||||
<g
|
||||
id="use2-1"
|
||||
transform="translate(1.993,10.162)">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path4-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
fill="#000000"
|
||||
fill-opacity="1"
|
||||
id="g4-1"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.901524,-0.707584)">
|
||||
<g
|
||||
id="use3-1"
|
||||
transform="translate(9.5380001,11.955)">
|
||||
<path
|
||||
d="m 2.5,-5.078125 c 0,-0.21875 -0.015625,-0.21875 -0.234375,-0.21875 -0.328125,0.3125 -0.75,0.5 -1.5,0.5 v 0.265625 c 0.21875,0 0.640625,0 1.109375,-0.203125 v 4.078125 c 0,0.296875 -0.03125,0.390625 -0.78125,0.390625 H 0.8125 V 0 c 0.328125,-0.03125 1.015625,-0.03125 1.375,-0.03125 0.359375,0 1.046875,0 1.375,0.03125 V -0.265625 H 3.28125 c -0.75,0 -0.78125,-0.09375 -0.78125,-0.390625 z m 0,0"
|
||||
id="path5-1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.396875;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#ConcaveTriangle)"
|
||||
d="M 27.184622,26.298511 44,21.000001"
|
||||
id="path23"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<rect
|
||||
style="fill:none;fill-opacity:0.541176;stroke:#000000;stroke-width:0.264583"
|
||||
id="rect1"
|
||||
width="10"
|
||||
height="10"
|
||||
x="33.132294"
|
||||
y="7.1322918" />
|
||||
<rect
|
||||
style="fill:none;fill-opacity:0.541176;stroke:#000000;stroke-width:0.257583;stroke-dasharray:none"
|
||||
id="rect1-8"
|
||||
width="9.7354164"
|
||||
height="9.7354164"
|
||||
x="60.132294"
|
||||
y="25.132292" />
|
||||
<rect
|
||||
style="fill:none;fill-opacity:0.541176;stroke:#000000;stroke-width:0.264583;stroke-dasharray:none"
|
||||
id="rect1-8-5"
|
||||
width="6.8677063"
|
||||
height="6.8677063"
|
||||
x="55.132294"
|
||||
y="14.132292" />
|
||||
<circle
|
||||
style="fill:#e60000;fill-opacity:1;stroke:#000000;stroke-width:0.264583;stroke-dasharray:none"
|
||||
id="path6-9"
|
||||
cx="55"
|
||||
cy="14.088414"
|
||||
r="0.91158646" />
|
||||
<circle
|
||||
style="fill:#e60000;fill-opacity:1;stroke:#000000;stroke-width:0.264583;stroke-dasharray:none"
|
||||
id="path6"
|
||||
cx="33"
|
||||
cy="7.0884137"
|
||||
r="0.91158646" />
|
||||
<circle
|
||||
style="fill:#e60000;fill-opacity:1;stroke:#000000;stroke-width:0.264583;stroke-dasharray:none"
|
||||
id="path6-5"
|
||||
cx="60"
|
||||
cy="25.088415"
|
||||
r="0.91158646" />
|
||||
<circle
|
||||
style="fill:#00ff00;fill-opacity:1;stroke:#000000;stroke-width:0.264583;stroke-dasharray:none"
|
||||
id="path6-5-2"
|
||||
cx="70"
|
||||
cy="35.088417"
|
||||
r="0.91158646" />
|
||||
<circle
|
||||
style="fill:#00ff00;fill-opacity:1;stroke:#000000;stroke-width:0.264583;stroke-dasharray:none"
|
||||
id="path6-5-2-1"
|
||||
cx="62"
|
||||
cy="21.088415"
|
||||
r="0.91158646" />
|
||||
<circle
|
||||
style="fill:#00ff00;fill-opacity:1;stroke:#000000;stroke-width:0.264583;stroke-dasharray:none"
|
||||
id="path6-5-2-7"
|
||||
cx="42.999996"
|
||||
cy="17.088415"
|
||||
r="0.91158646" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 40 KiB |
@@ -0,0 +1,580 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="450"
|
||||
height="230"
|
||||
viewBox="0 0 119.0625 60.854167"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
inkscape:version="1.4 (86a8ad7, 2024-10-11)"
|
||||
sodipodi:docname="edge_title_four.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
borderopacity="0.25"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="mm"
|
||||
showgrid="true"
|
||||
inkscape:zoom="2.1683362"
|
||||
inkscape:cx="239.81521"
|
||||
inkscape:cy="102.15206"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1494"
|
||||
inkscape:window-x="-11"
|
||||
inkscape:window-y="-11"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1">
|
||||
<inkscape:grid
|
||||
id="grid1"
|
||||
units="mm"
|
||||
originx="0"
|
||||
originy="0"
|
||||
spacingx="0.99999999"
|
||||
spacingy="0.99999999"
|
||||
empcolor="#0099e5"
|
||||
empopacity="0.30196078"
|
||||
color="#0099e5"
|
||||
opacity="0.14901961"
|
||||
empspacing="5"
|
||||
enabled="true"
|
||||
visible="true" />
|
||||
</sodipodi:namedview>
|
||||
<defs
|
||||
id="defs1">
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="ConcaveTriangle"
|
||||
refX="0"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Concave triangle arrow"
|
||||
markerWidth="1"
|
||||
markerHeight="1"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
transform="scale(0.7)"
|
||||
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
id="path7" />
|
||||
</marker>
|
||||
<g
|
||||
id="g1681">
|
||||
<g
|
||||
id="g260">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path3254" />
|
||||
</g>
|
||||
<g
|
||||
id="g5185">
|
||||
<path
|
||||
d="m 3.890625,-2.546875 c 0,-0.84375 -0.078125,-1.359375 -0.34375,-1.875 -0.34375,-0.703125 -1,-0.875 -1.4375,-0.875 -1,0 -1.375,0.75 -1.484375,0.96875 -0.28125,0.578125 -0.296875,1.375 -0.296875,1.78125 0,0.53125 0.015625,1.328125 0.40625,1.96875 0.359375,0.59375 0.953125,0.75 1.375,0.75 0.390625,0 1.0625,-0.125 1.46875,-0.90625 0.296875,-0.578125 0.3125,-1.296875 0.3125,-1.8125 z M 2.109375,-0.0625 C 1.84375,-0.0625 1.296875,-0.1875 1.125,-1.015625 1.03125,-1.46875 1.03125,-2.21875 1.03125,-2.640625 1.03125,-3.1875 1.03125,-3.75 1.125,-4.1875 1.296875,-5 1.90625,-5.078125 2.109375,-5.078125 c 0.265625,0 0.828125,0.140625 0.984375,0.859375 0.09375,0.4375 0.09375,1.046875 0.09375,1.578125 0,0.46875 0,1.1875 -0.09375,1.640625 -0.171875,0.828125 -0.71875,0.9375 -0.984375,0.9375 z m 0,0"
|
||||
id="path4218" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g1959">
|
||||
<g
|
||||
id="g4797">
|
||||
<path
|
||||
d="m 3.53125,-3.796875 h 2.015625 c 1.65625,0 3.296875,-1.21875 3.296875,-2.59375 0,-0.921875 -0.78125,-1.765625 -2.296875,-1.765625 h -3.6875 c -0.234375,0 -0.34375,0 -0.34375,0.21875 0,0.125 0.109375,0.125 0.296875,0.125 0.71875,0 0.71875,0.09375 0.71875,0.21875 0,0.03125 0,0.09375 -0.046875,0.28125 L 1.875,-0.890625 C 1.765625,-0.46875 1.75,-0.34375 0.90625,-0.34375 c -0.21875,0 -0.34375,0 -0.34375,0.21875 C 0.5625,0 0.671875,0 0.734375,0 0.96875,0 1.203125,-0.03125 1.4375,-0.03125 H 2.828125 C 3.0625,-0.03125 3.3125,0 3.53125,0 3.640625,0 3.765625,0 3.765625,-0.234375 3.765625,-0.34375 3.65625,-0.34375 3.484375,-0.34375 2.765625,-0.34375 2.75,-0.4375 2.75,-0.546875 2.75,-0.609375 2.765625,-0.6875 2.765625,-0.75 Z m 0.875,-3.546875 C 4.5,-7.796875 4.546875,-7.8125 5.015625,-7.8125 h 1.1875 c 0.890625,0 1.640625,0.28125 1.640625,1.171875 0,0.3125 -0.15625,1.328125 -0.703125,1.890625 -0.203125,0.203125 -0.78125,0.65625 -1.875,0.65625 h -1.6875 z m 0,0"
|
||||
id="path2226" />
|
||||
</g>
|
||||
<g
|
||||
id="g349">
|
||||
<path
|
||||
d="m 2.5,-5.078125 c 0,-0.21875 -0.015625,-0.21875 -0.234375,-0.21875 -0.328125,0.3125 -0.75,0.5 -1.5,0.5 v 0.265625 c 0.21875,0 0.640625,0 1.109375,-0.203125 v 4.078125 c 0,0.296875 -0.03125,0.390625 -0.78125,0.390625 H 0.8125 V 0 c 0.328125,-0.03125 1.015625,-0.03125 1.375,-0.03125 0.359375,0 1.046875,0 1.375,0.03125 V -0.265625 H 3.28125 c -0.75,0 -0.78125,-0.09375 -0.78125,-0.390625 z m 0,0"
|
||||
id="path5412" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g2306">
|
||||
<g
|
||||
id="g7741">
|
||||
<path
|
||||
d="m 2.140625,-2.765625 c 0.328125,0 1.140625,-0.03125 1.703125,-0.25 0.90625,-0.34375 1,-1.03125 1,-1.25 0,-0.53125 -0.453125,-1 -1.25,-1 -1.25,0 -3.0625,1.125 -3.0625,3.25 C 0.53125,-0.75 1.25,0.125 2.34375,0.125 3.96875,0.125 5,-1.140625 5,-1.296875 5,-1.375 4.921875,-1.4375 4.875,-1.4375 c -0.03125,0 -0.046875,0.015625 -0.15625,0.125 -0.765625,1.015625 -1.890625,1.1875 -2.359375,1.1875 -0.671875,0 -1.03125,-0.53125 -1.03125,-1.421875 0,-0.15625 0,-0.46875 0.171875,-1.21875 z m -0.578125,-0.25 c 0.515625,-1.84375 1.65625,-2.015625 2.03125,-2.015625 0.53125,0 0.890625,0.3125 0.890625,0.765625 0,1.25 -1.921875,1.25 -2.421875,1.25 z m 0,0"
|
||||
id="path5510" />
|
||||
</g>
|
||||
<g
|
||||
id="g4318">
|
||||
<path
|
||||
d="m 5.671875,-4.875 c -0.390625,0.0625 -0.53125,0.359375 -0.53125,0.578125 0,0.296875 0.21875,0.390625 0.390625,0.390625 0.359375,0 0.609375,-0.3125 0.609375,-0.640625 0,-0.5 -0.578125,-0.71875 -1.078125,-0.71875 -0.71875,0 -1.125,0.71875 -1.234375,0.9375 -0.28125,-0.890625 -1.015625,-0.9375 -1.234375,-0.9375 -1.21875,0 -1.859375,1.5625 -1.859375,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.09375,0 0.125,-0.078125 0.140625,-0.125 0.40625,-1.328125 1.21875,-1.578125 1.5625,-1.578125 0.53125,0 0.640625,0.5 0.640625,0.78125 0,0.265625 -0.078125,0.546875 -0.21875,1.125 L 2.578125,-1.5 c -0.171875,0.71875 -0.515625,1.375 -1.15625,1.375 -0.0625,0 -0.359375,0 -0.609375,-0.15625 C 1.25,-0.359375 1.34375,-0.71875 1.34375,-0.859375 1.34375,-1.09375 1.15625,-1.25 0.9375,-1.25 c -0.296875,0 -0.609375,0.265625 -0.609375,0.640625 0,0.5 0.5625,0.734375 1.078125,0.734375 0.578125,0 0.984375,-0.453125 1.234375,-0.953125 C 2.828125,-0.125 3.4375,0.125 3.875,0.125 5.09375,0.125 5.734375,-1.453125 5.734375,-1.703125 5.734375,-1.765625 5.6875,-1.8125 5.625,-1.8125 5.515625,-1.8125 5.5,-1.75 5.46875,-1.65625 5.140625,-0.609375 4.453125,-0.125 3.90625,-0.125 3.484375,-0.125 3.265625,-0.4375 3.265625,-0.921875 3.265625,-1.1875 3.3125,-1.375 3.5,-2.15625 L 3.921875,-3.796875 C 4.09375,-4.5 4.5,-5.03125 5.0625,-5.03125 c 0.015625,0 0.359375,0 0.609375,0.15625 z m 0,0"
|
||||
id="path2097" />
|
||||
</g>
|
||||
<g
|
||||
id="g3769">
|
||||
<path
|
||||
d="m 2.328125,0.046875 c 0,-0.6875 -0.21875,-1.203125 -0.71875,-1.203125 -0.375,0 -0.5625,0.3125 -0.5625,0.578125 C 1.046875,-0.328125 1.21875,0 1.625,0 1.78125,0 1.90625,-0.046875 2.015625,-0.15625 2.046875,-0.171875 2.0625,-0.171875 2.0625,-0.171875 c 0.03125,0 0.03125,0.15625 0.03125,0.21875 C 2.09375,0.4375 2.015625,1.21875 1.328125,2 1.1875,2.140625 1.1875,2.15625 1.1875,2.1875 c 0,0.0625 0.0625,0.125 0.125,0.125 0.09375,0 1.015625,-0.890625 1.015625,-2.265625 z m 0,0"
|
||||
id="path4658" />
|
||||
</g>
|
||||
<g
|
||||
id="g8717">
|
||||
<path
|
||||
d="m 3.140625,1.34375 c -0.3125,0.453125 -0.78125,0.859375 -1.375,0.859375 C 1.625,2.203125 1.046875,2.171875 0.875,1.625 c 0.03125,0.015625 0.09375,0.015625 0.109375,0.015625 0.359375,0 0.609375,-0.3125 0.609375,-0.59375 C 1.59375,0.78125 1.359375,0.6875 1.1875,0.6875 c -0.203125,0 -0.609375,0.140625 -0.609375,0.71875 0,0.609375 0.515625,1.03125 1.1875,1.03125 C 2.96875,2.4375 4.171875,1.34375 4.5,0.015625 L 5.671875,-4.65625 C 5.6875,-4.703125 5.71875,-4.78125 5.71875,-4.859375 5.71875,-5.03125 5.5625,-5.15625 5.390625,-5.15625 5.28125,-5.15625 5.03125,-5.109375 4.9375,-4.75 L 4.046875,-1.234375 C 4,-1.015625 4,-0.984375 3.890625,-0.859375 3.65625,-0.53125 3.265625,-0.125 2.6875,-0.125 c -0.671875,0 -0.734375,-0.65625 -0.734375,-0.96875 0,-0.6875 0.328125,-1.609375 0.65625,-2.46875 0.125,-0.34375 0.203125,-0.515625 0.203125,-0.75 0,-0.5 -0.359375,-0.953125 -0.953125,-0.953125 -1.09375,0 -1.53125,1.734375 -1.53125,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.109375,0 0.125,-0.046875 0.171875,-0.21875 0.28125,-1 0.734375,-1.484375 1.203125,-1.484375 0.109375,0 0.3125,0 0.3125,0.390625 0,0.3125 -0.125,0.65625 -0.3125,1.109375 C 1.25,-1.953125 1.25,-1.5625 1.25,-1.28125 1.25,-0.140625 2.0625,0.125 2.65625,0.125 3,0.125 3.4375,0.015625 3.84375,-0.4375 l 0.015625,0.015625 C 3.6875,0.28125 3.5625,0.75 3.140625,1.34375 Z m 0,0"
|
||||
id="path5499" />
|
||||
</g>
|
||||
<g
|
||||
id="g2050">
|
||||
<path
|
||||
d="m 7.875,-2.71875 c 0.234375,-0.109375 0.234375,-0.1875 0.234375,-0.265625 0,-0.078125 -0.015625,-0.15625 -0.234375,-0.25 L 1.40625,-6.21875 C 1.25,-6.28125 1.234375,-6.296875 1.203125,-6.296875 c -0.140625,0 -0.21875,0.109375 -0.21875,0.21875 0,0.140625 0.09375,0.1875 0.25,0.25 L 7.375,-2.984375 1.21875,-0.140625 C 0.984375,-0.03125 0.984375,0.046875 0.984375,0.125 c 0,0.09375 0.078125,0.203125 0.21875,0.203125 0.03125,0 0.046875,0 0.203125,-0.078125 z m 0,0"
|
||||
id="path6887" />
|
||||
</g>
|
||||
<g
|
||||
id="g5595">
|
||||
<path
|
||||
d="m 3.890625,2.90625 c 0,-0.03125 0,-0.0625 -0.203125,-0.265625 C 2.484375,1.4375 1.8125,-0.53125 1.8125,-2.96875 c 0,-2.328125 0.5625,-4.328125 1.953125,-5.734375 0.125,-0.109375 0.125,-0.125 0.125,-0.171875 0,-0.0625 -0.0625,-0.09375 -0.109375,-0.09375 -0.15625,0 -1.140625,0.859375 -1.71875,2.03125 -0.609375,1.21875 -0.890625,2.484375 -0.890625,3.96875 0,1.0625 0.171875,2.484375 0.78125,3.75 C 2.671875,2.21875 3.640625,3 3.78125,3 3.828125,3 3.890625,2.96875 3.890625,2.90625 Z m 0,0"
|
||||
id="path946" />
|
||||
</g>
|
||||
<g
|
||||
id="g7886">
|
||||
<path
|
||||
d="M 3.375,-2.96875 C 3.375,-3.890625 3.25,-5.359375 2.578125,-6.75 1.875,-8.1875 0.890625,-8.96875 0.765625,-8.96875 c -0.046875,0 -0.109375,0.03125 -0.109375,0.09375 0,0.046875 0,0.0625 0.203125,0.265625 1.203125,1.203125 1.859375,3.1875 1.859375,5.625 0,2.3125 -0.5625,4.3125 -1.9375,5.71875 C 0.65625,2.84375 0.65625,2.875 0.65625,2.90625 0.65625,2.96875 0.71875,3 0.765625,3 0.921875,3 1.90625,2.140625 2.484375,0.96875 3.09375,-0.25 3.375,-1.546875 3.375,-2.96875 Z m 0,0"
|
||||
id="path8967" />
|
||||
</g>
|
||||
<g
|
||||
id="g2403">
|
||||
<path
|
||||
d="m 5.359375,-3.828125 c 0,-0.984375 -0.0625,-1.953125 -0.5,-2.859375 -0.484375,-1 -1.34375,-1.265625 -1.9375,-1.265625 -0.6875,0 -1.53125,0.34375 -1.984375,1.34375 -0.328125,0.75 -0.453125,1.5 -0.453125,2.78125 0,1.15625 0.09375,2.03125 0.515625,2.890625 0.46875,0.90625 1.296875,1.1875 1.921875,1.1875 1.03125,0 1.625,-0.625 1.984375,-1.3125 0.421875,-0.890625 0.453125,-2.0625 0.453125,-2.765625 z m -2.4375,3.84375 C 2.53125,0.015625 1.75,-0.203125 1.53125,-1.5 c -0.125,-0.71875 -0.125,-1.625 -0.125,-2.46875 0,-0.984375 0,-1.859375 0.1875,-2.5625 0.203125,-0.8125 0.8125,-1.171875 1.328125,-1.171875 0.453125,0 1.140625,0.265625 1.375,1.296875 0.15625,0.6875 0.15625,1.625 0.15625,2.4375 0,0.796875 0,1.703125 -0.140625,2.4375 -0.21875,1.3125 -0.984375,1.546875 -1.390625,1.546875 z m 0,0"
|
||||
id="path7929" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g5038">
|
||||
<g
|
||||
id="g7721">
|
||||
<path
|
||||
d="m 2.140625,-2.765625 c 0.328125,0 1.140625,-0.03125 1.703125,-0.25 0.90625,-0.34375 1,-1.03125 1,-1.25 0,-0.53125 -0.453125,-1 -1.25,-1 -1.25,0 -3.0625,1.125 -3.0625,3.25 C 0.53125,-0.75 1.25,0.125 2.34375,0.125 3.96875,0.125 5,-1.140625 5,-1.296875 5,-1.375 4.921875,-1.4375 4.875,-1.4375 c -0.03125,0 -0.046875,0.015625 -0.15625,0.125 -0.765625,1.015625 -1.890625,1.1875 -2.359375,1.1875 -0.671875,0 -1.03125,-0.53125 -1.03125,-1.421875 0,-0.15625 0,-0.46875 0.171875,-1.21875 z m -0.578125,-0.25 c 0.515625,-1.84375 1.65625,-2.015625 2.03125,-2.015625 0.53125,0 0.890625,0.3125 0.890625,0.765625 0,1.25 -1.921875,1.25 -2.421875,1.25 z m 0,0"
|
||||
id="path5276" />
|
||||
</g>
|
||||
<g
|
||||
id="g2129">
|
||||
<path
|
||||
d="m 5.671875,-4.875 c -0.390625,0.0625 -0.53125,0.359375 -0.53125,0.578125 0,0.296875 0.21875,0.390625 0.390625,0.390625 0.359375,0 0.609375,-0.3125 0.609375,-0.640625 0,-0.5 -0.578125,-0.71875 -1.078125,-0.71875 -0.71875,0 -1.125,0.71875 -1.234375,0.9375 -0.28125,-0.890625 -1.015625,-0.9375 -1.234375,-0.9375 -1.21875,0 -1.859375,1.5625 -1.859375,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.09375,0 0.125,-0.078125 0.140625,-0.125 0.40625,-1.328125 1.21875,-1.578125 1.5625,-1.578125 0.53125,0 0.640625,0.5 0.640625,0.78125 0,0.265625 -0.078125,0.546875 -0.21875,1.125 L 2.578125,-1.5 c -0.171875,0.71875 -0.515625,1.375 -1.15625,1.375 -0.0625,0 -0.359375,0 -0.609375,-0.15625 C 1.25,-0.359375 1.34375,-0.71875 1.34375,-0.859375 1.34375,-1.09375 1.15625,-1.25 0.9375,-1.25 c -0.296875,0 -0.609375,0.265625 -0.609375,0.640625 0,0.5 0.5625,0.734375 1.078125,0.734375 0.578125,0 0.984375,-0.453125 1.234375,-0.953125 C 2.828125,-0.125 3.4375,0.125 3.875,0.125 5.09375,0.125 5.734375,-1.453125 5.734375,-1.703125 5.734375,-1.765625 5.6875,-1.8125 5.625,-1.8125 5.515625,-1.8125 5.5,-1.75 5.46875,-1.65625 5.140625,-0.609375 4.453125,-0.125 3.90625,-0.125 3.484375,-0.125 3.265625,-0.4375 3.265625,-0.921875 3.265625,-1.1875 3.3125,-1.375 3.5,-2.15625 L 3.921875,-3.796875 C 4.09375,-4.5 4.5,-5.03125 5.0625,-5.03125 c 0.015625,0 0.359375,0 0.609375,0.15625 z m 0,0"
|
||||
id="path9459" />
|
||||
</g>
|
||||
<g
|
||||
id="g96">
|
||||
<path
|
||||
d="m 2.328125,0.046875 c 0,-0.6875 -0.21875,-1.203125 -0.71875,-1.203125 -0.375,0 -0.5625,0.3125 -0.5625,0.578125 C 1.046875,-0.328125 1.21875,0 1.625,0 1.78125,0 1.90625,-0.046875 2.015625,-0.15625 2.046875,-0.171875 2.0625,-0.171875 2.0625,-0.171875 c 0.03125,0 0.03125,0.15625 0.03125,0.21875 C 2.09375,0.4375 2.015625,1.21875 1.328125,2 1.1875,2.140625 1.1875,2.15625 1.1875,2.1875 c 0,0.0625 0.0625,0.125 0.125,0.125 0.09375,0 1.015625,-0.890625 1.015625,-2.265625 z m 0,0"
|
||||
id="path2955" />
|
||||
</g>
|
||||
<g
|
||||
id="g6028">
|
||||
<path
|
||||
d="m 3.140625,1.34375 c -0.3125,0.453125 -0.78125,0.859375 -1.375,0.859375 C 1.625,2.203125 1.046875,2.171875 0.875,1.625 c 0.03125,0.015625 0.09375,0.015625 0.109375,0.015625 0.359375,0 0.609375,-0.3125 0.609375,-0.59375 C 1.59375,0.78125 1.359375,0.6875 1.1875,0.6875 c -0.203125,0 -0.609375,0.140625 -0.609375,0.71875 0,0.609375 0.515625,1.03125 1.1875,1.03125 C 2.96875,2.4375 4.171875,1.34375 4.5,0.015625 L 5.671875,-4.65625 C 5.6875,-4.703125 5.71875,-4.78125 5.71875,-4.859375 5.71875,-5.03125 5.5625,-5.15625 5.390625,-5.15625 5.28125,-5.15625 5.03125,-5.109375 4.9375,-4.75 L 4.046875,-1.234375 C 4,-1.015625 4,-0.984375 3.890625,-0.859375 3.65625,-0.53125 3.265625,-0.125 2.6875,-0.125 c -0.671875,0 -0.734375,-0.65625 -0.734375,-0.96875 0,-0.6875 0.328125,-1.609375 0.65625,-2.46875 0.125,-0.34375 0.203125,-0.515625 0.203125,-0.75 0,-0.5 -0.359375,-0.953125 -0.953125,-0.953125 -1.09375,0 -1.53125,1.734375 -1.53125,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.109375,0 0.125,-0.046875 0.171875,-0.21875 0.28125,-1 0.734375,-1.484375 1.203125,-1.484375 0.109375,0 0.3125,0 0.3125,0.390625 0,0.3125 -0.125,0.65625 -0.3125,1.109375 C 1.25,-1.953125 1.25,-1.5625 1.25,-1.28125 1.25,-0.140625 2.0625,0.125 2.65625,0.125 3,0.125 3.4375,0.015625 3.84375,-0.4375 l 0.015625,0.015625 C 3.6875,0.28125 3.5625,0.75 3.140625,1.34375 Z m 0,0"
|
||||
id="path3572" />
|
||||
</g>
|
||||
<g
|
||||
id="g524">
|
||||
<path
|
||||
d="m 7.875,-5.828125 c 0.21875,-0.09375 0.234375,-0.171875 0.234375,-0.25 0,-0.125 -0.09375,-0.21875 -0.21875,-0.21875 -0.03125,0 -0.03125,0.015625 -0.203125,0.078125 L 1.21875,-3.234375 C 1,-3.140625 0.984375,-3.0625 0.984375,-2.984375 c 0,0.078125 0,0.15625 0.234375,0.265625 L 7.6875,0.25 c 0.15625,0.078125 0.171875,0.078125 0.203125,0.078125 0.125,0 0.21875,-0.09375 0.21875,-0.21875 0,-0.078125 -0.015625,-0.15625 -0.234375,-0.25 L 1.71875,-2.96875 Z m 0,0"
|
||||
id="path70" />
|
||||
</g>
|
||||
<g
|
||||
id="g6713">
|
||||
<path
|
||||
d="m 3.890625,2.90625 c 0,-0.03125 0,-0.0625 -0.203125,-0.265625 C 2.484375,1.4375 1.8125,-0.53125 1.8125,-2.96875 c 0,-2.328125 0.5625,-4.328125 1.953125,-5.734375 0.125,-0.109375 0.125,-0.125 0.125,-0.171875 0,-0.0625 -0.0625,-0.09375 -0.109375,-0.09375 -0.15625,0 -1.140625,0.859375 -1.71875,2.03125 -0.609375,1.21875 -0.890625,2.484375 -0.890625,3.96875 0,1.0625 0.171875,2.484375 0.78125,3.75 C 2.671875,2.21875 3.640625,3 3.78125,3 3.828125,3 3.890625,2.96875 3.890625,2.90625 Z m 0,0"
|
||||
id="path6174" />
|
||||
</g>
|
||||
<g
|
||||
id="g4614">
|
||||
<path
|
||||
d="M 3.375,-2.96875 C 3.375,-3.890625 3.25,-5.359375 2.578125,-6.75 1.875,-8.1875 0.890625,-8.96875 0.765625,-8.96875 c -0.046875,0 -0.109375,0.03125 -0.109375,0.09375 0,0.046875 0,0.0625 0.203125,0.265625 1.203125,1.203125 1.859375,3.1875 1.859375,5.625 0,2.3125 -0.5625,4.3125 -1.9375,5.71875 C 0.65625,2.84375 0.65625,2.875 0.65625,2.90625 0.65625,2.96875 0.71875,3 0.765625,3 0.921875,3 1.90625,2.140625 2.484375,0.96875 3.09375,-0.25 3.375,-1.546875 3.375,-2.96875 Z m 0,0"
|
||||
id="path1045" />
|
||||
</g>
|
||||
<g
|
||||
id="g7961">
|
||||
<path
|
||||
d="m 5.359375,-3.828125 c 0,-0.984375 -0.0625,-1.953125 -0.5,-2.859375 -0.484375,-1 -1.34375,-1.265625 -1.9375,-1.265625 -0.6875,0 -1.53125,0.34375 -1.984375,1.34375 -0.328125,0.75 -0.453125,1.5 -0.453125,2.78125 0,1.15625 0.09375,2.03125 0.515625,2.890625 0.46875,0.90625 1.296875,1.1875 1.921875,1.1875 1.03125,0 1.625,-0.625 1.984375,-1.3125 0.421875,-0.890625 0.453125,-2.0625 0.453125,-2.765625 z m -2.4375,3.84375 C 2.53125,0.015625 1.75,-0.203125 1.53125,-1.5 c -0.125,-0.71875 -0.125,-1.625 -0.125,-2.46875 0,-0.984375 0,-1.859375 0.1875,-2.5625 0.203125,-0.8125 0.8125,-1.171875 1.328125,-1.171875 0.453125,0 1.140625,0.265625 1.375,1.296875 0.15625,0.6875 0.15625,1.625 0.15625,2.4375 0,0.796875 0,1.703125 -0.140625,2.4375 -0.21875,1.3125 -0.984375,1.546875 -1.390625,1.546875 z m 0,0"
|
||||
id="path1453" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g3927">
|
||||
<g
|
||||
id="g6331">
|
||||
<path
|
||||
d="m 2.140625,-2.765625 c 0.328125,0 1.140625,-0.03125 1.703125,-0.25 0.90625,-0.34375 1,-1.03125 1,-1.25 0,-0.53125 -0.453125,-1 -1.25,-1 -1.25,0 -3.0625,1.125 -3.0625,3.25 C 0.53125,-0.75 1.25,0.125 2.34375,0.125 3.96875,0.125 5,-1.140625 5,-1.296875 5,-1.375 4.921875,-1.4375 4.875,-1.4375 c -0.03125,0 -0.046875,0.015625 -0.15625,0.125 -0.765625,1.015625 -1.890625,1.1875 -2.359375,1.1875 -0.671875,0 -1.03125,-0.53125 -1.03125,-1.421875 0,-0.15625 0,-0.46875 0.171875,-1.21875 z m -0.578125,-0.25 c 0.515625,-1.84375 1.65625,-2.015625 2.03125,-2.015625 0.53125,0 0.890625,0.3125 0.890625,0.765625 0,1.25 -1.921875,1.25 -2.421875,1.25 z m 0,0"
|
||||
id="path9636" />
|
||||
</g>
|
||||
<g
|
||||
id="g3121">
|
||||
<path
|
||||
d="m 5.671875,-4.875 c -0.390625,0.0625 -0.53125,0.359375 -0.53125,0.578125 0,0.296875 0.21875,0.390625 0.390625,0.390625 0.359375,0 0.609375,-0.3125 0.609375,-0.640625 0,-0.5 -0.578125,-0.71875 -1.078125,-0.71875 -0.71875,0 -1.125,0.71875 -1.234375,0.9375 -0.28125,-0.890625 -1.015625,-0.9375 -1.234375,-0.9375 -1.21875,0 -1.859375,1.5625 -1.859375,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.09375,0 0.125,-0.078125 0.140625,-0.125 0.40625,-1.328125 1.21875,-1.578125 1.5625,-1.578125 0.53125,0 0.640625,0.5 0.640625,0.78125 0,0.265625 -0.078125,0.546875 -0.21875,1.125 L 2.578125,-1.5 c -0.171875,0.71875 -0.515625,1.375 -1.15625,1.375 -0.0625,0 -0.359375,0 -0.609375,-0.15625 C 1.25,-0.359375 1.34375,-0.71875 1.34375,-0.859375 1.34375,-1.09375 1.15625,-1.25 0.9375,-1.25 c -0.296875,0 -0.609375,0.265625 -0.609375,0.640625 0,0.5 0.5625,0.734375 1.078125,0.734375 0.578125,0 0.984375,-0.453125 1.234375,-0.953125 C 2.828125,-0.125 3.4375,0.125 3.875,0.125 5.09375,0.125 5.734375,-1.453125 5.734375,-1.703125 5.734375,-1.765625 5.6875,-1.8125 5.625,-1.8125 5.515625,-1.8125 5.5,-1.75 5.46875,-1.65625 5.140625,-0.609375 4.453125,-0.125 3.90625,-0.125 3.484375,-0.125 3.265625,-0.4375 3.265625,-0.921875 3.265625,-1.1875 3.3125,-1.375 3.5,-2.15625 L 3.921875,-3.796875 C 4.09375,-4.5 4.5,-5.03125 5.0625,-5.03125 c 0.015625,0 0.359375,0 0.609375,0.15625 z m 0,0"
|
||||
id="path8884" />
|
||||
</g>
|
||||
<g
|
||||
id="g2653">
|
||||
<path
|
||||
d="m 2.328125,0.046875 c 0,-0.6875 -0.21875,-1.203125 -0.71875,-1.203125 -0.375,0 -0.5625,0.3125 -0.5625,0.578125 C 1.046875,-0.328125 1.21875,0 1.625,0 1.78125,0 1.90625,-0.046875 2.015625,-0.15625 2.046875,-0.171875 2.0625,-0.171875 2.0625,-0.171875 c 0.03125,0 0.03125,0.15625 0.03125,0.21875 C 2.09375,0.4375 2.015625,1.21875 1.328125,2 1.1875,2.140625 1.1875,2.15625 1.1875,2.1875 c 0,0.0625 0.0625,0.125 0.125,0.125 0.09375,0 1.015625,-0.890625 1.015625,-2.265625 z m 0,0"
|
||||
id="path5257" />
|
||||
</g>
|
||||
<g
|
||||
id="g8535">
|
||||
<path
|
||||
d="m 3.140625,1.34375 c -0.3125,0.453125 -0.78125,0.859375 -1.375,0.859375 C 1.625,2.203125 1.046875,2.171875 0.875,1.625 c 0.03125,0.015625 0.09375,0.015625 0.109375,0.015625 0.359375,0 0.609375,-0.3125 0.609375,-0.59375 C 1.59375,0.78125 1.359375,0.6875 1.1875,0.6875 c -0.203125,0 -0.609375,0.140625 -0.609375,0.71875 0,0.609375 0.515625,1.03125 1.1875,1.03125 C 2.96875,2.4375 4.171875,1.34375 4.5,0.015625 L 5.671875,-4.65625 C 5.6875,-4.703125 5.71875,-4.78125 5.71875,-4.859375 5.71875,-5.03125 5.5625,-5.15625 5.390625,-5.15625 5.28125,-5.15625 5.03125,-5.109375 4.9375,-4.75 L 4.046875,-1.234375 C 4,-1.015625 4,-0.984375 3.890625,-0.859375 3.65625,-0.53125 3.265625,-0.125 2.6875,-0.125 c -0.671875,0 -0.734375,-0.65625 -0.734375,-0.96875 0,-0.6875 0.328125,-1.609375 0.65625,-2.46875 0.125,-0.34375 0.203125,-0.515625 0.203125,-0.75 0,-0.5 -0.359375,-0.953125 -0.953125,-0.953125 -1.09375,0 -1.53125,1.734375 -1.53125,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.109375,0 0.125,-0.046875 0.171875,-0.21875 0.28125,-1 0.734375,-1.484375 1.203125,-1.484375 0.109375,0 0.3125,0 0.3125,0.390625 0,0.3125 -0.125,0.65625 -0.3125,1.109375 C 1.25,-1.953125 1.25,-1.5625 1.25,-1.28125 1.25,-0.140625 2.0625,0.125 2.65625,0.125 3,0.125 3.4375,0.015625 3.84375,-0.4375 l 0.015625,0.015625 C 3.6875,0.28125 3.5625,0.75 3.140625,1.34375 Z m 0,0"
|
||||
id="path7258" />
|
||||
</g>
|
||||
<g
|
||||
id="g5168">
|
||||
<path
|
||||
d="m 3.890625,2.90625 c 0,-0.03125 0,-0.0625 -0.203125,-0.265625 C 2.484375,1.4375 1.8125,-0.53125 1.8125,-2.96875 c 0,-2.328125 0.5625,-4.328125 1.953125,-5.734375 0.125,-0.109375 0.125,-0.125 0.125,-0.171875 0,-0.0625 -0.0625,-0.09375 -0.109375,-0.09375 -0.15625,0 -1.140625,0.859375 -1.71875,2.03125 -0.609375,1.21875 -0.890625,2.484375 -0.890625,3.96875 0,1.0625 0.171875,2.484375 0.78125,3.75 C 2.671875,2.21875 3.640625,3 3.78125,3 3.828125,3 3.890625,2.96875 3.890625,2.90625 Z m 0,0"
|
||||
id="path7969" />
|
||||
</g>
|
||||
<g
|
||||
id="g7220">
|
||||
<path
|
||||
d="M 3.375,-2.96875 C 3.375,-3.890625 3.25,-5.359375 2.578125,-6.75 1.875,-8.1875 0.890625,-8.96875 0.765625,-8.96875 c -0.046875,0 -0.109375,0.03125 -0.109375,0.09375 0,0.046875 0,0.0625 0.203125,0.265625 1.203125,1.203125 1.859375,3.1875 1.859375,5.625 0,2.3125 -0.5625,4.3125 -1.9375,5.71875 C 0.65625,2.84375 0.65625,2.875 0.65625,2.90625 0.65625,2.96875 0.71875,3 0.765625,3 0.921875,3 1.90625,2.140625 2.484375,0.96875 3.09375,-0.25 3.375,-1.546875 3.375,-2.96875 Z m 0,0"
|
||||
id="path1969" />
|
||||
</g>
|
||||
<g
|
||||
id="g6980">
|
||||
<path
|
||||
d="m 8.0625,-3.875 c 0.171875,0 0.390625,0 0.390625,-0.21875 C 8.453125,-4.3125 8.25,-4.3125 8.0625,-4.3125 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 z m 0,2.21875 c 0.171875,0 0.390625,0 0.390625,-0.203125 C 8.453125,-2.09375 8.25,-2.09375 8.0625,-2.09375 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 z m 0,0"
|
||||
id="path8119" />
|
||||
</g>
|
||||
<g
|
||||
id="g6742">
|
||||
<path
|
||||
d="m 5.359375,-3.828125 c 0,-0.984375 -0.0625,-1.953125 -0.5,-2.859375 -0.484375,-1 -1.34375,-1.265625 -1.9375,-1.265625 -0.6875,0 -1.53125,0.34375 -1.984375,1.34375 -0.328125,0.75 -0.453125,1.5 -0.453125,2.78125 0,1.15625 0.09375,2.03125 0.515625,2.890625 0.46875,0.90625 1.296875,1.1875 1.921875,1.1875 1.03125,0 1.625,-0.625 1.984375,-1.3125 0.421875,-0.890625 0.453125,-2.0625 0.453125,-2.765625 z m -2.4375,3.84375 C 2.53125,0.015625 1.75,-0.203125 1.53125,-1.5 c -0.125,-0.71875 -0.125,-1.625 -0.125,-2.46875 0,-0.984375 0,-1.859375 0.1875,-2.5625 0.203125,-0.8125 0.8125,-1.171875 1.328125,-1.171875 0.453125,0 1.140625,0.265625 1.375,1.296875 0.15625,0.6875 0.15625,1.625 0.15625,2.4375 0,0.796875 0,1.703125 -0.140625,2.4375 -0.21875,1.3125 -0.984375,1.546875 -1.390625,1.546875 z m 0,0"
|
||||
id="path7750" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g1414">
|
||||
<g
|
||||
id="g2302">
|
||||
<path
|
||||
d="m 2.140625,-2.765625 c 0.328125,0 1.140625,-0.03125 1.703125,-0.25 0.90625,-0.34375 1,-1.03125 1,-1.25 0,-0.53125 -0.453125,-1 -1.25,-1 -1.25,0 -3.0625,1.125 -3.0625,3.25 C 0.53125,-0.75 1.25,0.125 2.34375,0.125 3.96875,0.125 5,-1.140625 5,-1.296875 5,-1.375 4.921875,-1.4375 4.875,-1.4375 c -0.03125,0 -0.046875,0.015625 -0.15625,0.125 -0.765625,1.015625 -1.890625,1.1875 -2.359375,1.1875 -0.671875,0 -1.03125,-0.53125 -1.03125,-1.421875 0,-0.15625 0,-0.46875 0.171875,-1.21875 z m -0.578125,-0.25 c 0.515625,-1.84375 1.65625,-2.015625 2.03125,-2.015625 0.53125,0 0.890625,0.3125 0.890625,0.765625 0,1.25 -1.921875,1.25 -2.421875,1.25 z m 0,0"
|
||||
id="path4273" />
|
||||
</g>
|
||||
<g
|
||||
id="g5992">
|
||||
<path
|
||||
d="m 5.671875,-4.875 c -0.390625,0.0625 -0.53125,0.359375 -0.53125,0.578125 0,0.296875 0.21875,0.390625 0.390625,0.390625 0.359375,0 0.609375,-0.3125 0.609375,-0.640625 0,-0.5 -0.578125,-0.71875 -1.078125,-0.71875 -0.71875,0 -1.125,0.71875 -1.234375,0.9375 -0.28125,-0.890625 -1.015625,-0.9375 -1.234375,-0.9375 -1.21875,0 -1.859375,1.5625 -1.859375,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.09375,0 0.125,-0.078125 0.140625,-0.125 0.40625,-1.328125 1.21875,-1.578125 1.5625,-1.578125 0.53125,0 0.640625,0.5 0.640625,0.78125 0,0.265625 -0.078125,0.546875 -0.21875,1.125 L 2.578125,-1.5 c -0.171875,0.71875 -0.515625,1.375 -1.15625,1.375 -0.0625,0 -0.359375,0 -0.609375,-0.15625 C 1.25,-0.359375 1.34375,-0.71875 1.34375,-0.859375 1.34375,-1.09375 1.15625,-1.25 0.9375,-1.25 c -0.296875,0 -0.609375,0.265625 -0.609375,0.640625 0,0.5 0.5625,0.734375 1.078125,0.734375 0.578125,0 0.984375,-0.453125 1.234375,-0.953125 C 2.828125,-0.125 3.4375,0.125 3.875,0.125 5.09375,0.125 5.734375,-1.453125 5.734375,-1.703125 5.734375,-1.765625 5.6875,-1.8125 5.625,-1.8125 5.515625,-1.8125 5.5,-1.75 5.46875,-1.65625 5.140625,-0.609375 4.453125,-0.125 3.90625,-0.125 3.484375,-0.125 3.265625,-0.4375 3.265625,-0.921875 3.265625,-1.1875 3.3125,-1.375 3.5,-2.15625 L 3.921875,-3.796875 C 4.09375,-4.5 4.5,-5.03125 5.0625,-5.03125 c 0.015625,0 0.359375,0 0.609375,0.15625 z m 0,0"
|
||||
id="path9069" />
|
||||
</g>
|
||||
<g
|
||||
id="g6827">
|
||||
<path
|
||||
d="m 2.328125,0.046875 c 0,-0.6875 -0.21875,-1.203125 -0.71875,-1.203125 -0.375,0 -0.5625,0.3125 -0.5625,0.578125 C 1.046875,-0.328125 1.21875,0 1.625,0 1.78125,0 1.90625,-0.046875 2.015625,-0.15625 2.046875,-0.171875 2.0625,-0.171875 2.0625,-0.171875 c 0.03125,0 0.03125,0.15625 0.03125,0.21875 C 2.09375,0.4375 2.015625,1.21875 1.328125,2 1.1875,2.140625 1.1875,2.15625 1.1875,2.1875 c 0,0.0625 0.0625,0.125 0.125,0.125 0.09375,0 1.015625,-0.890625 1.015625,-2.265625 z m 0,0"
|
||||
id="path847" />
|
||||
</g>
|
||||
<g
|
||||
id="g1209">
|
||||
<path
|
||||
d="m 3.140625,1.34375 c -0.3125,0.453125 -0.78125,0.859375 -1.375,0.859375 C 1.625,2.203125 1.046875,2.171875 0.875,1.625 c 0.03125,0.015625 0.09375,0.015625 0.109375,0.015625 0.359375,0 0.609375,-0.3125 0.609375,-0.59375 C 1.59375,0.78125 1.359375,0.6875 1.1875,0.6875 c -0.203125,0 -0.609375,0.140625 -0.609375,0.71875 0,0.609375 0.515625,1.03125 1.1875,1.03125 C 2.96875,2.4375 4.171875,1.34375 4.5,0.015625 L 5.671875,-4.65625 C 5.6875,-4.703125 5.71875,-4.78125 5.71875,-4.859375 5.71875,-5.03125 5.5625,-5.15625 5.390625,-5.15625 5.28125,-5.15625 5.03125,-5.109375 4.9375,-4.75 L 4.046875,-1.234375 C 4,-1.015625 4,-0.984375 3.890625,-0.859375 3.65625,-0.53125 3.265625,-0.125 2.6875,-0.125 c -0.671875,0 -0.734375,-0.65625 -0.734375,-0.96875 0,-0.6875 0.328125,-1.609375 0.65625,-2.46875 0.125,-0.34375 0.203125,-0.515625 0.203125,-0.75 0,-0.5 -0.359375,-0.953125 -0.953125,-0.953125 -1.09375,0 -1.53125,1.734375 -1.53125,1.828125 0,0.046875 0.046875,0.109375 0.125,0.109375 0.109375,0 0.125,-0.046875 0.171875,-0.21875 0.28125,-1 0.734375,-1.484375 1.203125,-1.484375 0.109375,0 0.3125,0 0.3125,0.390625 0,0.3125 -0.125,0.65625 -0.3125,1.109375 C 1.25,-1.953125 1.25,-1.5625 1.25,-1.28125 1.25,-0.140625 2.0625,0.125 2.65625,0.125 3,0.125 3.4375,0.015625 3.84375,-0.4375 l 0.015625,0.015625 C 3.6875,0.28125 3.5625,0.75 3.140625,1.34375 Z m 0,0"
|
||||
id="path4899" />
|
||||
</g>
|
||||
<g
|
||||
id="g2708">
|
||||
<path
|
||||
d="m 3.890625,2.90625 c 0,-0.03125 0,-0.0625 -0.203125,-0.265625 C 2.484375,1.4375 1.8125,-0.53125 1.8125,-2.96875 c 0,-2.328125 0.5625,-4.328125 1.953125,-5.734375 0.125,-0.109375 0.125,-0.125 0.125,-0.171875 0,-0.0625 -0.0625,-0.09375 -0.109375,-0.09375 -0.15625,0 -1.140625,0.859375 -1.71875,2.03125 -0.609375,1.21875 -0.890625,2.484375 -0.890625,3.96875 0,1.0625 0.171875,2.484375 0.78125,3.75 C 2.671875,2.21875 3.640625,3 3.78125,3 3.828125,3 3.890625,2.96875 3.890625,2.90625 Z m 0,0"
|
||||
id="path2578" />
|
||||
</g>
|
||||
<g
|
||||
id="g9846">
|
||||
<path
|
||||
d="M 3.375,-2.96875 C 3.375,-3.890625 3.25,-5.359375 2.578125,-6.75 1.875,-8.1875 0.890625,-8.96875 0.765625,-8.96875 c -0.046875,0 -0.109375,0.03125 -0.109375,0.09375 0,0.046875 0,0.0625 0.203125,0.265625 1.203125,1.203125 1.859375,3.1875 1.859375,5.625 0,2.3125 -0.5625,4.3125 -1.9375,5.71875 C 0.65625,2.84375 0.65625,2.875 0.65625,2.90625 0.65625,2.96875 0.71875,3 0.765625,3 0.921875,3 1.90625,2.140625 2.484375,0.96875 3.09375,-0.25 3.375,-1.546875 3.375,-2.96875 Z m 0,0"
|
||||
id="path210" />
|
||||
</g>
|
||||
<g
|
||||
id="g7479">
|
||||
<path
|
||||
d="m 8.0625,-3.875 c 0.171875,0 0.390625,0 0.390625,-0.21875 C 8.453125,-4.3125 8.25,-4.3125 8.0625,-4.3125 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 z m 0,2.21875 c 0.171875,0 0.390625,0 0.390625,-0.203125 C 8.453125,-2.09375 8.25,-2.09375 8.0625,-2.09375 H 1.03125 c -0.171875,0 -0.390625,0 -0.390625,0.21875 0,0.21875 0.203125,0.21875 0.390625,0.21875 z m 0,0"
|
||||
id="path7710" />
|
||||
</g>
|
||||
<g
|
||||
id="g1722">
|
||||
<path
|
||||
d="m 5.359375,-3.828125 c 0,-0.984375 -0.0625,-1.953125 -0.5,-2.859375 -0.484375,-1 -1.34375,-1.265625 -1.9375,-1.265625 -0.6875,0 -1.53125,0.34375 -1.984375,1.34375 -0.328125,0.75 -0.453125,1.5 -0.453125,2.78125 0,1.15625 0.09375,2.03125 0.515625,2.890625 0.46875,0.90625 1.296875,1.1875 1.921875,1.1875 1.03125,0 1.625,-0.625 1.984375,-1.3125 0.421875,-0.890625 0.453125,-2.0625 0.453125,-2.765625 z m -2.4375,3.84375 C 2.53125,0.015625 1.75,-0.203125 1.53125,-1.5 c -0.125,-0.71875 -0.125,-1.625 -0.125,-2.46875 0,-0.984375 0,-1.859375 0.1875,-2.5625 0.203125,-0.8125 0.8125,-1.171875 1.328125,-1.171875 0.453125,0 1.140625,0.265625 1.375,1.296875 0.15625,0.6875 0.15625,1.625 0.15625,2.4375 0,0.796875 0,1.703125 -0.140625,2.4375 -0.21875,1.3125 -0.984375,1.546875 -1.390625,1.546875 z m 0,0"
|
||||
id="path3449" />
|
||||
</g>
|
||||
</g>
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="ConcaveTriangle-3"
|
||||
refX="0"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Concave triangle arrow"
|
||||
markerWidth="1"
|
||||
markerHeight="1"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
transform="scale(0.7)"
|
||||
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
id="path7-5" />
|
||||
</marker>
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="ConcaveTriangle-3-2"
|
||||
refX="0"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Concave triangle arrow"
|
||||
markerWidth="1"
|
||||
markerHeight="1"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
transform="scale(0.7)"
|
||||
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
id="path7-5-5" />
|
||||
</marker>
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="ConcaveTriangle-3-2-0"
|
||||
refX="0"
|
||||
refY="0"
|
||||
orient="auto-start-reverse"
|
||||
inkscape:stockid="Concave triangle arrow"
|
||||
markerWidth="1"
|
||||
markerHeight="1"
|
||||
viewBox="0 0 1 1"
|
||||
inkscape:isstock="true"
|
||||
inkscape:collect="always"
|
||||
preserveAspectRatio="xMidYMid">
|
||||
<path
|
||||
transform="scale(0.7)"
|
||||
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
||||
id="path7-5-5-1" />
|
||||
</marker>
|
||||
</defs>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<g
|
||||
id="g8"
|
||||
transform="translate(-4.0000019,-2)">
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.183128"
|
||||
d="M 6.9840889,23.573873 51.973072,9.7311081"
|
||||
id="path1" />
|
||||
<path
|
||||
style="fill:#e6e600;fill-opacity:0.544658;stroke:none;stroke-width:0.183128"
|
||||
d="m 15.375273,7.2814384 c 3.041598,-1.8912213 5.163882,-2.023097 10.382073,-2.7685529 4.844967,-0.6921382 8.912271,-1.0110214 11.680824,-0.3188833 2.768553,0.6921383 6.229244,2.7685529 8.305658,2.7685529 2.076414,0 6.229244,2.768553 6.229244,2.768553 L 6.9840889,23.573873 c 0,0 -0.6921383,-1.384277 0.6921382,-4.15283 1.3842762,-2.768553 1.9272579,-4.285448 2.8540779,-6.602499 1.384277,-3.4606908 2.76224,-4.2420955 4.844968,-5.5371056 z"
|
||||
id="path2"
|
||||
sodipodi:nodetypes="asssccssa" />
|
||||
<circle
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.0915643;stroke-opacity:1"
|
||||
id="path3"
|
||||
cx="20.826855"
|
||||
cy="19.301268"
|
||||
r="0.34606928" />
|
||||
<circle
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.0915643;stroke-opacity:1"
|
||||
id="path3-8"
|
||||
cx="33.992016"
|
||||
cy="15.268213"
|
||||
r="0.34606928" />
|
||||
<path
|
||||
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.274692;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#ConcaveTriangle)"
|
||||
d="M 20.912379,19.374449 32.550945,15.707148"
|
||||
id="path23"
|
||||
sodipodi:nodetypes="cc" />
|
||||
</g>
|
||||
<g
|
||||
id="g10">
|
||||
<rect
|
||||
style="fill:none;fill-opacity:0.541176;stroke:#000000;stroke-width:0.257583;stroke-dasharray:none"
|
||||
id="rect1-8-7"
|
||||
width="9.7354164"
|
||||
height="9.7354164"
|
||||
x="34.132294"
|
||||
y="8" />
|
||||
<circle
|
||||
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.264583;stroke-dasharray:none"
|
||||
id="path6-5-7"
|
||||
cx="34"
|
||||
cy="7.9561234"
|
||||
r="0.91158646" />
|
||||
<circle
|
||||
style="fill:#00ff00;fill-opacity:1;stroke:#000000;stroke-width:0.264583;stroke-dasharray:none"
|
||||
id="path6-5-2-7"
|
||||
cx="44.000004"
|
||||
cy="17.956121"
|
||||
r="0.91158646" />
|
||||
</g>
|
||||
<g
|
||||
id="g14">
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.183128"
|
||||
d="M 109.74757,45.033074 64.75859,31.19031"
|
||||
id="path1-8" />
|
||||
<path
|
||||
style="fill:#e6e600;fill-opacity:0.544658;stroke:none;stroke-width:0.183128"
|
||||
d="m 88.876732,51.371446 c -9.8069,-2.255539 -18.965195,-3.85712 -24,-13 C 63.948131,36.514245 64.75859,31.19031 64.75859,31.19031 l 44.98898,13.842764 c -5.16835,6.392291 -18.784194,6.379189 -20.870838,6.338372 z"
|
||||
id="path2-1"
|
||||
sodipodi:nodetypes="ascca" />
|
||||
<circle
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.0915643;stroke-opacity:1"
|
||||
id="path3-82"
|
||||
cx="-95.904808"
|
||||
cy="40.760468"
|
||||
r="0.34606928"
|
||||
transform="scale(-1,1)" />
|
||||
<circle
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.0915643;stroke-opacity:1"
|
||||
id="path3-8-6"
|
||||
cx="-82.739647"
|
||||
cy="36.727413"
|
||||
r="0.34606928"
|
||||
transform="scale(-1,1)" />
|
||||
<path
|
||||
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.274692;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#ConcaveTriangle-3)"
|
||||
d="M 95.819283,40.83365 84.180717,37.166349"
|
||||
id="path23-6"
|
||||
sodipodi:nodetypes="cc" />
|
||||
</g>
|
||||
<g
|
||||
id="g12"
|
||||
transform="translate(-12.028084,-14.00034)">
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.183128"
|
||||
d="M 114.87084,16.073803 69.881858,29.916568"
|
||||
id="path1-8-4" />
|
||||
<path
|
||||
style="fill:#e6e600;fill-opacity:0.544658;stroke:none;stroke-width:0.183128"
|
||||
d="m 102,33 c -3.771026,1.491243 -6.73139,2.16424 -12,2 -4.994882,-0.155707 -5,0 -8,0 -2.853759,0 -4,0 -7,-1 -1.969859,-0.65662 -5.118142,-4.083432 -5.118142,-4.083432 L 114.87084,16.073803 C 114.87084,16.073803 117,21 113,24 c -2.47627,1.8572 -1,2 -5,5 -2.98182,2.236368 -3.76473,3.116067 -6,4 z"
|
||||
id="path2-1-7"
|
||||
sodipodi:nodetypes="asssccssa" />
|
||||
<circle
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.0915643;stroke-opacity:1"
|
||||
id="path3-82-8"
|
||||
cx="-101.02808"
|
||||
cy="-20.346409"
|
||||
r="0.34606928"
|
||||
transform="scale(-1)" />
|
||||
<circle
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.0915643;stroke-opacity:1"
|
||||
id="path3-8-6-3"
|
||||
cx="-87.862915"
|
||||
cy="-24.379463"
|
||||
r="0.34606928"
|
||||
transform="scale(-1)" />
|
||||
<path
|
||||
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.274692;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#ConcaveTriangle-3-2)"
|
||||
d="M 100.94255,20.273227 89.303985,23.940528"
|
||||
id="path23-6-5"
|
||||
sodipodi:nodetypes="cc" />
|
||||
</g>
|
||||
<g
|
||||
id="g13">
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.183128"
|
||||
d="M 5.12916,37.063333 50.118142,50.906098"
|
||||
id="path1-8-4-0" />
|
||||
<path
|
||||
style="fill:#e6e600;fill-opacity:0.544658;stroke:none;stroke-width:0.183128"
|
||||
d="m 34,35 c 3.078431,1.140632 4.285323,1.642661 9,4 7.470706,5.615626 6,4 7.118142,11.906098 L 5.12916,37.063333 c 0,0 2.0201275,-2.850655 6.87084,-4.063333 4,-1 7,-1 12,-1 4,0 6.736702,1.79087 10,3 z"
|
||||
id="path2-1-7-6"
|
||||
sodipodi:nodetypes="asccssa" />
|
||||
<circle
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.0915643;stroke-opacity:1"
|
||||
id="path3-82-8-1"
|
||||
cx="18.971916"
|
||||
cy="-41.335938"
|
||||
r="0.34606928"
|
||||
transform="scale(1,-1)" />
|
||||
<circle
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.0915643;stroke-opacity:1"
|
||||
id="path3-8-6-3-8"
|
||||
cx="32.137085"
|
||||
cy="-45.368992"
|
||||
r="0.34606928"
|
||||
transform="scale(1,-1)" />
|
||||
<path
|
||||
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.274692;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#ConcaveTriangle-3-2-0)"
|
||||
d="m 19.05745,41.262757 11.638565,3.667301"
|
||||
id="path23-6-5-9"
|
||||
sodipodi:nodetypes="cc" />
|
||||
</g>
|
||||
<g
|
||||
id="g9"
|
||||
transform="matrix(-1,0,0,1,103.13229,23)">
|
||||
<rect
|
||||
style="fill:none;fill-opacity:0.541176;stroke:#000000;stroke-width:0.257583;stroke-dasharray:none"
|
||||
id="rect1-8-7-0"
|
||||
width="9.7354164"
|
||||
height="9.7354164"
|
||||
x="59.264584"
|
||||
y="21" />
|
||||
<circle
|
||||
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.264583;stroke-dasharray:none"
|
||||
id="path6-5-7-3"
|
||||
cx="59.13229"
|
||||
cy="20.956123"
|
||||
r="0.91158646" />
|
||||
<circle
|
||||
style="fill:#00ff00;fill-opacity:1;stroke:#000000;stroke-width:0.264583;stroke-dasharray:none"
|
||||
id="path6-5-2-7-8"
|
||||
cx="69.132286"
|
||||
cy="30.956123"
|
||||
r="0.91158646" />
|
||||
</g>
|
||||
<g
|
||||
id="g9-4"
|
||||
transform="matrix(1,0,0,-1,10.735416,61.735416)">
|
||||
<rect
|
||||
style="fill:none;fill-opacity:0.541176;stroke:#000000;stroke-width:0.257583;stroke-dasharray:none"
|
||||
id="rect1-8-7-0-3"
|
||||
width="9.7354164"
|
||||
height="9.7354164"
|
||||
x="59.264584"
|
||||
y="21" />
|
||||
<circle
|
||||
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.264583;stroke-dasharray:none"
|
||||
id="path6-5-7-3-9"
|
||||
cx="59.13229"
|
||||
cy="20.956123"
|
||||
r="0.91158646" />
|
||||
<circle
|
||||
style="fill:#00ff00;fill-opacity:1;stroke:#000000;stroke-width:0.264583;stroke-dasharray:none"
|
||||
id="path6-5-2-7-8-8"
|
||||
cx="69.132286"
|
||||
cy="30.956123"
|
||||
r="0.91158646" />
|
||||
</g>
|
||||
<rect
|
||||
style="fill:none;fill-opacity:0.541176;stroke:#000000;stroke-width:0.257583;stroke-dasharray:none"
|
||||
id="rect1-8-7-0-3-7"
|
||||
width="9.7354164"
|
||||
height="9.7354164"
|
||||
x="63.13229"
|
||||
y="7" />
|
||||
<circle
|
||||
style="fill:#00ff00;fill-opacity:1;stroke:#000000;stroke-width:0.264583;stroke-dasharray:none"
|
||||
id="path6-5-7-3-9-8"
|
||||
cx="62.999996"
|
||||
cy="6.9561234"
|
||||
r="0.91158646" />
|
||||
<circle
|
||||
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.264583;stroke-dasharray:none"
|
||||
id="path6-5-2-7-8-8-3"
|
||||
cx="72.999992"
|
||||
cy="16.956123"
|
||||
r="0.91158646" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@@ -0,0 +1,13 @@
|
||||
import{_ as s}from"./plugin-vue_export-helper-DlAUqK2U.js";import{c as a,a as t,o as h}from"./app-DlommLbD.js";const n={};function e(l,i){return h(),a("div",null,[...i[0]||(i[0]=[t(`<h1 id="javascript函数" tabindex="-1"><a class="header-anchor" href="#javascript函数"><span>JavaScript函数</span></a></h1><h2 id="基本函数定义" tabindex="-1"><a class="header-anchor" href="#基本函数定义"><span>基本函数定义</span></a></h2><div class="language-javascript" data-highlighter="shiki" data-ext="javascript" style="--shiki-light:#383A42;--shiki-dark:#abb2bf;--shiki-light-bg:#FAFAFA;--shiki-dark-bg:#282c34;"><pre class="shiki shiki-themes one-light one-dark-pro vp-code"><code class="language-javascript"><span class="line"><span style="--shiki-light:#A626A4;--shiki-dark:#C678DD;">function</span><span style="--shiki-light:#4078F2;--shiki-dark:#61AFEF;"> greeter</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">(</span><span style="--shiki-light:#383A42;--shiki-light-font-style:inherit;--shiki-dark:#E06C75;--shiki-dark-font-style:italic;">name</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">)</span></span>
|
||||
<span class="line"><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">{</span></span>
|
||||
<span class="line"><span style="--shiki-light:#383A42;--shiki-dark:#E5C07B;"> console</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">.</span><span style="--shiki-light:#4078F2;--shiki-dark:#61AFEF;">log</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">(</span><span style="--shiki-light:#50A14F;--shiki-dark:#98C379;">"Hello, "</span><span style="--shiki-light:#0184BC;--shiki-dark:#56B6C2;"> +</span><span style="--shiki-light:#383A42;--shiki-dark:#E06C75;"> name</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">);</span></span>
|
||||
<span class="line"><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">}</span></span></code></pre></div><p>调用函数<code>greeter('Alice');</code></p><h2 id="箭头方式定义函数" tabindex="-1"><a class="header-anchor" href="#箭头方式定义函数"><span>箭头方式定义函数</span></a></h2><div class="language-javascript" data-highlighter="shiki" data-ext="javascript" style="--shiki-light:#383A42;--shiki-dark:#abb2bf;--shiki-light-bg:#FAFAFA;--shiki-dark-bg:#282c34;"><pre class="shiki shiki-themes one-light one-dark-pro vp-code"><code class="language-javascript"><span class="line"><span style="--shiki-light:#4078F2;--shiki-dark:#61AFEF;">funcGreeter</span><span style="--shiki-light:#0184BC;--shiki-dark:#56B6C2;"> =</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;"> (</span><span style="--shiki-light:#383A42;--shiki-light-font-style:inherit;--shiki-dark:#E06C75;--shiki-dark-font-style:italic;">name</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">) </span><span style="--shiki-light:#A626A4;--shiki-dark:#C678DD;">=></span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;"> {</span></span>
|
||||
<span class="line"><span style="--shiki-light:#383A42;--shiki-dark:#E5C07B;"> console</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">.</span><span style="--shiki-light:#4078F2;--shiki-dark:#61AFEF;">log</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">(</span><span style="--shiki-light:#50A14F;--shiki-dark:#98C379;">"Hello, "</span><span style="--shiki-light:#0184BC;--shiki-dark:#56B6C2;"> +</span><span style="--shiki-light:#383A42;--shiki-dark:#E06C75;"> name</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">);</span></span>
|
||||
<span class="line"><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">}</span></span></code></pre></div><p>如果只有一个参数的函数,可以省掉括号</p><div class="language-javascript" data-highlighter="shiki" data-ext="javascript" style="--shiki-light:#383A42;--shiki-dark:#abb2bf;--shiki-light-bg:#FAFAFA;--shiki-dark-bg:#282c34;"><pre class="shiki shiki-themes one-light one-dark-pro vp-code"><code class="language-javascript"><span class="line"><span style="--shiki-light:#383A42;--shiki-light-font-style:inherit;--shiki-dark:#E06C75;--shiki-dark-font-style:italic;">name</span><span style="--shiki-light:#A626A4;--shiki-dark:#C678DD;"> =></span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;"> {</span></span>
|
||||
<span class="line"><span style="--shiki-light:#383A42;--shiki-dark:#E5C07B;"> console</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">.</span><span style="--shiki-light:#4078F2;--shiki-dark:#61AFEF;">log</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">(</span><span style="--shiki-light:#50A14F;--shiki-dark:#98C379;">"Hello, "</span><span style="--shiki-light:#0184BC;--shiki-dark:#56B6C2;"> +</span><span style="--shiki-light:#383A42;--shiki-dark:#E06C75;"> name</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">);</span></span>
|
||||
<span class="line"><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">}</span></span></code></pre></div><p>如果函数体只包含一个返回语句,可以省略大括号</p><div class="language-javascript" data-highlighter="shiki" data-ext="javascript" style="--shiki-light:#383A42;--shiki-dark:#abb2bf;--shiki-light-bg:#FAFAFA;--shiki-dark-bg:#282c34;"><pre class="shiki shiki-themes one-light one-dark-pro vp-code"><code class="language-javascript"><span class="line"><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">(</span><span style="--shiki-light:#383A42;--shiki-light-font-style:inherit;--shiki-dark:#E06C75;--shiki-dark-font-style:italic;">a</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">, </span><span style="--shiki-light:#383A42;--shiki-light-font-style:inherit;--shiki-dark:#E06C75;--shiki-dark-font-style:italic;">b</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">) </span><span style="--shiki-light:#A626A4;--shiki-dark:#C678DD;">=></span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;"> {</span></span>
|
||||
<span class="line"><span style="--shiki-light:#A626A4;--shiki-dark:#C678DD;"> return</span><span style="--shiki-light:#383A42;--shiki-dark:#E06C75;"> a</span><span style="--shiki-light:#0184BC;--shiki-dark:#56B6C2;">+</span><span style="--shiki-light:#383A42;--shiki-dark:#E06C75;">b</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">;</span></span>
|
||||
<span class="line"><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">}</span></span>
|
||||
<span class="line"></span>
|
||||
<span class="line"><span style="--shiki-light:#A0A1A7;--shiki-light-font-style:italic;--shiki-dark:#7F848E;--shiki-dark-font-style:italic;">//可以写成</span></span>
|
||||
<span class="line"><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">(</span><span style="--shiki-light:#383A42;--shiki-light-font-style:inherit;--shiki-dark:#E06C75;--shiki-dark-font-style:italic;">a</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">, </span><span style="--shiki-light:#383A42;--shiki-light-font-style:inherit;--shiki-dark:#E06C75;--shiki-dark-font-style:italic;">b</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">) </span><span style="--shiki-light:#A626A4;--shiki-dark:#C678DD;">=></span><span style="--shiki-light:#383A42;--shiki-dark:#E06C75;"> a</span><span style="--shiki-light:#0184BC;--shiki-dark:#56B6C2;">+</span><span style="--shiki-light:#383A42;--shiki-dark:#E06C75;">b</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">;</span></span></code></pre></div>`,10)])])}const r=s(n,[["render",e]]),g=JSON.parse(`{"path":"/note/language/javascript/function.html","title":"JavaScript函数","lang":"zh-CN","frontmatter":{"description":"JavaScript函数 基本函数定义 调用函数greeter('Alice'); 箭头方式定义函数 如果只有一个参数的函数,可以省掉括号 如果函数体只包含一个返回语句,可以省略大括号","head":[["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"JavaScript函数\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2025-02-22T14:42:02.000Z\\",\\"author\\":[{\\"@type\\":\\"Person\\",\\"name\\":\\"JinChao\\",\\"url\\":\\"https://thecodeway.com\\"}]}"],["meta",{"property":"og:url","content":"https://thejinchao.github.io/note/language/javascript/function.html"}],["meta",{"property":"og:site_name","content":"我的博客和笔记"}],["meta",{"property":"og:title","content":"JavaScript函数"}],["meta",{"property":"og:description","content":"JavaScript函数 基本函数定义 调用函数greeter('Alice'); 箭头方式定义函数 如果只有一个参数的函数,可以省掉括号 如果函数体只包含一个返回语句,可以省略大括号"}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2025-02-22T14:42:02.000Z"}],["meta",{"property":"article:modified_time","content":"2025-02-22T14:42:02.000Z"}]]},"git":{"createdTime":1740235322000,"updatedTime":1740235322000,"contributors":[{"name":"thejinchao","username":"thejinchao","email":"thejinchao@gmail.com","commits":1,"url":"https://github.com/thejinchao"}]},"readingTime":{"minutes":0.35,"words":106},"filePathRelative":"note/language/javascript/function.md","autoDesc":true}`);export{r as comp,g as data};
|
||||
@@ -0,0 +1,33 @@
|
||||
import{_ as s}from"./plugin-vue_export-helper-DlAUqK2U.js";import{c as a,a as t,o as h}from"./app-DlommLbD.js";const n={};function l(k,i){return h(),a("div",null,[...i[0]||(i[0]=[t(`<h1 id="javascript基本语法" tabindex="-1"><a class="header-anchor" href="#javascript基本语法"><span>JavaScript基本语法</span></a></h1><h2 id="变量" tabindex="-1"><a class="header-anchor" href="#变量"><span>变量</span></a></h2><p>声明变量</p><div class="language-javascript" data-highlighter="shiki" data-ext="javascript" style="--shiki-light:#383A42;--shiki-dark:#abb2bf;--shiki-light-bg:#FAFAFA;--shiki-dark-bg:#282c34;"><pre class="shiki shiki-themes one-light one-dark-pro vp-code"><code class="language-javascript"><span class="line"><span style="--shiki-light:#A626A4;--shiki-dark:#C678DD;">var</span><span style="--shiki-light:#383A42;--shiki-dark:#E06C75;"> a</span><span style="--shiki-light:#0184BC;--shiki-dark:#56B6C2;"> =</span><span style="--shiki-light:#986801;--shiki-dark:#D19A66;"> 1</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">;</span></span></code></pre></div><p>JavaScript有如下基本的变量类型<code>Number</code>, <code>String</code>, <code>Boolean</code>, <code>Undefined</code>, <code>Null</code></p><div class="language-javascript" data-highlighter="shiki" data-ext="javascript" style="--shiki-light:#383A42;--shiki-dark:#abb2bf;--shiki-light-bg:#FAFAFA;--shiki-dark-bg:#282c34;"><pre class="shiki shiki-themes one-light one-dark-pro vp-code"><code class="language-javascript"><span class="line"><span style="--shiki-light:#A626A4;--shiki-dark:#C678DD;">var</span><span style="--shiki-light:#383A42;--shiki-dark:#E06C75;"> a</span><span style="--shiki-light:#0184BC;--shiki-dark:#56B6C2;">=</span><span style="--shiki-light:#986801;--shiki-dark:#D19A66;">1</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">; </span><span style="--shiki-light:#A0A1A7;--shiki-light-font-style:italic;--shiki-dark:#7F848E;--shiki-dark-font-style:italic;">//Number</span></span>
|
||||
<span class="line"><span style="--shiki-light:#A626A4;--shiki-dark:#C678DD;">var</span><span style="--shiki-light:#383A42;--shiki-dark:#E06C75;"> b</span><span style="--shiki-light:#0184BC;--shiki-dark:#56B6C2;">=</span><span style="--shiki-light:#50A14F;--shiki-dark:#98C379;">"hello"</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">; </span><span style="--shiki-light:#A0A1A7;--shiki-light-font-style:italic;--shiki-dark:#7F848E;--shiki-dark-font-style:italic;">//String\`</span></span>
|
||||
<span class="line"><span style="--shiki-light:#A626A4;--shiki-dark:#C678DD;">var</span><span style="--shiki-light:#383A42;--shiki-dark:#E06C75;"> c</span><span style="--shiki-light:#0184BC;--shiki-dark:#56B6C2;">=</span><span style="--shiki-light:#986801;--shiki-dark:#D19A66;">true</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">; </span><span style="--shiki-light:#A0A1A7;--shiki-light-font-style:italic;--shiki-dark:#7F848E;--shiki-dark-font-style:italic;">//Boolean</span></span>
|
||||
<span class="line"><span style="--shiki-light:#A626A4;--shiki-dark:#C678DD;">var</span><span style="--shiki-light:#383A42;--shiki-dark:#E06C75;"> d</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">; </span><span style="--shiki-light:#A0A1A7;--shiki-light-font-style:italic;--shiki-dark:#7F848E;--shiki-dark-font-style:italic;">//Undefined\`</span></span>
|
||||
<span class="line"><span style="--shiki-light:#A626A4;--shiki-dark:#C678DD;">var</span><span style="--shiki-light:#383A42;--shiki-dark:#E06C75;"> e</span><span style="--shiki-light:#0184BC;--shiki-dark:#56B6C2;">=</span><span style="--shiki-light:#986801;--shiki-dark:#D19A66;">null</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">; </span><span style="--shiki-light:#A0A1A7;--shiki-light-font-style:italic;--shiki-dark:#7F848E;--shiki-dark-font-style:italic;">//Null</span></span></code></pre></div><p>JavaScript 是一种动态类型语言,也就是说,变量的类型没有限制,变量可以随时更改类型。</p><div class="language-javascript" data-highlighter="shiki" data-ext="javascript" style="--shiki-light:#383A42;--shiki-dark:#abb2bf;--shiki-light-bg:#FAFAFA;--shiki-dark-bg:#282c34;"><pre class="shiki shiki-themes one-light one-dark-pro vp-code"><code class="language-javascript"><span class="line"><span style="--shiki-light:#A626A4;--shiki-dark:#C678DD;">var</span><span style="--shiki-light:#383A42;--shiki-dark:#E06C75;"> a</span><span style="--shiki-light:#0184BC;--shiki-dark:#56B6C2;">=</span><span style="--shiki-light:#986801;--shiki-dark:#D19A66;">1</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">;</span></span>
|
||||
<span class="line"><span style="--shiki-light:#383A42;--shiki-dark:#E06C75;">a</span><span style="--shiki-light:#0184BC;--shiki-dark:#56B6C2;">=</span><span style="--shiki-light:#50A14F;--shiki-dark:#98C379;">"hello"</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">;</span></span></code></pre></div><h2 id="流程控制" tabindex="-1"><a class="header-anchor" href="#流程控制"><span>流程控制</span></a></h2><h3 id="条件-if-else-结构" tabindex="-1"><a class="header-anchor" href="#条件-if-else-结构"><span>条件(if...else 结构)</span></a></h3><div class="language-javascript" data-highlighter="shiki" data-ext="javascript" style="--shiki-light:#383A42;--shiki-dark:#abb2bf;--shiki-light-bg:#FAFAFA;--shiki-dark-bg:#282c34;"><pre class="shiki shiki-themes one-light one-dark-pro vp-code"><code class="language-javascript"><span class="line"><span style="--shiki-light:#A626A4;--shiki-dark:#C678DD;">if</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;"> (</span><span style="--shiki-light:#383A42;--shiki-dark:#E06C75;">m</span><span style="--shiki-light:#0184BC;--shiki-dark:#56B6C2;"> ===</span><span style="--shiki-light:#986801;--shiki-dark:#D19A66;"> 0</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">) </span></span>
|
||||
<span class="line"><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">{ </span></span>
|
||||
<span class="line"><span style="--shiki-light:#A0A1A7;--shiki-light-font-style:italic;--shiki-dark:#7F848E;--shiki-dark-font-style:italic;"> // ...</span></span>
|
||||
<span class="line"><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">} </span></span>
|
||||
<span class="line"><span style="--shiki-light:#A626A4;--shiki-dark:#C678DD;">else</span><span style="--shiki-light:#A626A4;--shiki-dark:#C678DD;"> if</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;"> (</span><span style="--shiki-light:#383A42;--shiki-dark:#E06C75;">m</span><span style="--shiki-light:#0184BC;--shiki-dark:#56B6C2;"> ===</span><span style="--shiki-light:#986801;--shiki-dark:#D19A66;"> 1</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">) { </span></span>
|
||||
<span class="line"><span style="--shiki-light:#A0A1A7;--shiki-light-font-style:italic;--shiki-dark:#7F848E;--shiki-dark-font-style:italic;"> // ...</span></span>
|
||||
<span class="line"><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">} </span></span>
|
||||
<span class="line"><span style="--shiki-light:#A626A4;--shiki-dark:#C678DD;">else</span><span style="--shiki-light:#A626A4;--shiki-dark:#C678DD;"> if</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;"> (</span><span style="--shiki-light:#383A42;--shiki-dark:#E06C75;">m</span><span style="--shiki-light:#0184BC;--shiki-dark:#56B6C2;"> ===</span><span style="--shiki-light:#986801;--shiki-dark:#D19A66;"> 2</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">) { </span></span>
|
||||
<span class="line"><span style="--shiki-light:#A0A1A7;--shiki-light-font-style:italic;--shiki-dark:#7F848E;--shiki-dark-font-style:italic;">// ...</span></span>
|
||||
<span class="line"><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">} </span></span>
|
||||
<span class="line"><span style="--shiki-light:#A626A4;--shiki-dark:#C678DD;">else</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;"> { </span><span style="--shiki-light:#A0A1A7;--shiki-light-font-style:italic;--shiki-dark:#7F848E;--shiki-dark-font-style:italic;">// ... }</span></span></code></pre></div><h3 id="switch-结构" tabindex="-1"><a class="header-anchor" href="#switch-结构"><span>switch 结构</span></a></h3><div class="language-javascript" data-highlighter="shiki" data-ext="javascript" style="--shiki-light:#383A42;--shiki-dark:#abb2bf;--shiki-light-bg:#FAFAFA;--shiki-dark-bg:#282c34;"><pre class="shiki shiki-themes one-light one-dark-pro vp-code"><code class="language-javascript"><span class="line"><span style="--shiki-light:#A626A4;--shiki-dark:#C678DD;">switch</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;"> (</span><span style="--shiki-light:#383A42;--shiki-dark:#E06C75;">fruit</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">) { </span></span>
|
||||
<span class="line"><span style="--shiki-light:#A626A4;--shiki-dark:#C678DD;">case</span><span style="--shiki-light:#50A14F;--shiki-dark:#98C379;"> "banana"</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">:</span></span>
|
||||
<span class="line"><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;"> {</span></span>
|
||||
<span class="line"><span style="--shiki-light:#A0A1A7;--shiki-light-font-style:italic;--shiki-dark:#7F848E;--shiki-dark-font-style:italic;"> //...</span></span>
|
||||
<span class="line"><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;"> }</span></span>
|
||||
<span class="line"><span style="--shiki-light:#A626A4;--shiki-dark:#C678DD;"> break</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">; </span></span>
|
||||
<span class="line"><span style="--shiki-light:#A626A4;--shiki-dark:#C678DD;">case</span><span style="--shiki-light:#50A14F;--shiki-dark:#98C379;"> "apple"</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">: </span></span>
|
||||
<span class="line"><span style="--shiki-light:#A626A4;--shiki-dark:#C678DD;"> break</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">; </span></span>
|
||||
<span class="line"><span style="--shiki-light:#A626A4;--shiki-dark:#C678DD;">default</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">:</span></span>
|
||||
<span class="line"><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">}</span></span></code></pre></div><h3 id="循环" tabindex="-1"><a class="header-anchor" href="#循环"><span>循环</span></a></h3><p>while循环</p><div class="language-javascript" data-highlighter="shiki" data-ext="javascript" style="--shiki-light:#383A42;--shiki-dark:#abb2bf;--shiki-light-bg:#FAFAFA;--shiki-dark-bg:#282c34;"><pre class="shiki shiki-themes one-light one-dark-pro vp-code"><code class="language-javascript"><span class="line"><span style="--shiki-light:#A626A4;--shiki-dark:#C678DD;">while</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">(</span><span style="--shiki-light:#383A42;--shiki-dark:#E06C75;">condition</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">) {</span></span>
|
||||
<span class="line"><span style="--shiki-light:#A0A1A7;--shiki-light-font-style:italic;--shiki-dark:#7F848E;--shiki-dark-font-style:italic;"> //do something</span></span>
|
||||
<span class="line"><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">}</span></span>
|
||||
<span class="line"></span>
|
||||
<span class="line"><span style="--shiki-light:#A626A4;--shiki-dark:#C678DD;">do</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;"> {</span></span>
|
||||
<span class="line"><span style="--shiki-light:#A0A1A7;--shiki-light-font-style:italic;--shiki-dark:#7F848E;--shiki-dark-font-style:italic;"> //do something</span></span>
|
||||
<span class="line"><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">}</span><span style="--shiki-light:#A626A4;--shiki-dark:#C678DD;">while</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">(</span><span style="--shiki-light:#383A42;--shiki-dark:#E06C75;">condition</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">)</span></span></code></pre></div><p>for循环</p><div class="language-javascript" data-highlighter="shiki" data-ext="javascript" style="--shiki-light:#383A42;--shiki-dark:#abb2bf;--shiki-light-bg:#FAFAFA;--shiki-dark-bg:#282c34;"><pre class="shiki shiki-themes one-light one-dark-pro vp-code"><code class="language-javascript"><span class="line"><span style="--shiki-light:#A626A4;--shiki-dark:#C678DD;">for</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;"> (</span><span style="--shiki-light:#A626A4;--shiki-dark:#C678DD;">var</span><span style="--shiki-light:#383A42;--shiki-dark:#E06C75;"> i</span><span style="--shiki-light:#0184BC;--shiki-dark:#56B6C2;"> =</span><span style="--shiki-light:#986801;--shiki-dark:#D19A66;"> 0</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">; </span><span style="--shiki-light:#383A42;--shiki-dark:#E06C75;">i</span><span style="--shiki-light:#0184BC;--shiki-dark:#56B6C2;"> <</span><span style="--shiki-light:#986801;--shiki-dark:#D19A66;"> 3</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">; </span><span style="--shiki-light:#383A42;--shiki-dark:#E06C75;">i</span><span style="--shiki-light:#0184BC;--shiki-dark:#56B6C2;">++</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">) { </span></span>
|
||||
<span class="line"><span style="--shiki-light:#383A42;--shiki-dark:#E5C07B;"> console</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">.</span><span style="--shiki-light:#4078F2;--shiki-dark:#61AFEF;">log</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">(</span><span style="--shiki-light:#383A42;--shiki-dark:#E06C75;">i</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">); </span><span style="--shiki-light:#A0A1A7;--shiki-light-font-style:italic;--shiki-dark:#7F848E;--shiki-dark-font-style:italic;">// 0 1 2 </span></span>
|
||||
<span class="line"><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">}</span></span></code></pre></div><p>和c++一样,<code>continue</code>和<code>break</code>在循环体中起到同样作用</p>`,19)])])}const r=s(n,[["render",l]]),d=JSON.parse('{"path":"/note/language/javascript/grammar.html","title":"JavaScript基本语法","lang":"zh-CN","frontmatter":{"description":"JavaScript基本语法 变量 声明变量 JavaScript有如下基本的变量类型Number, String, Boolean, Undefined, Null JavaScript 是一种动态类型语言,也就是说,变量的类型没有限制,变量可以随时更改类型。 流程控制 条件(if...else 结构) switch 结构 循环 while循环 fo...","head":[["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"JavaScript基本语法\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2025-02-22T14:42:02.000Z\\",\\"author\\":[{\\"@type\\":\\"Person\\",\\"name\\":\\"JinChao\\",\\"url\\":\\"https://thecodeway.com\\"}]}"],["meta",{"property":"og:url","content":"https://thejinchao.github.io/note/language/javascript/grammar.html"}],["meta",{"property":"og:site_name","content":"我的博客和笔记"}],["meta",{"property":"og:title","content":"JavaScript基本语法"}],["meta",{"property":"og:description","content":"JavaScript基本语法 变量 声明变量 JavaScript有如下基本的变量类型Number, String, Boolean, Undefined, Null JavaScript 是一种动态类型语言,也就是说,变量的类型没有限制,变量可以随时更改类型。 流程控制 条件(if...else 结构) switch 结构 循环 while循环 fo..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2025-02-22T14:42:02.000Z"}],["meta",{"property":"article:modified_time","content":"2025-02-22T14:42:02.000Z"}]]},"git":{"createdTime":1740235322000,"updatedTime":1740235322000,"contributors":[{"name":"thejinchao","username":"thejinchao","email":"thejinchao@gmail.com","commits":1,"url":"https://github.com/thejinchao"}]},"readingTime":{"minutes":0.68,"words":205},"filePathRelative":"note/language/javascript/grammar.md","autoDesc":true}');export{r as comp,d as data};
|
||||
@@ -0,0 +1,2 @@
|
||||
import{_ as a}from"./plugin-vue_export-helper-DlAUqK2U.js";import{c as i,a as s,o as t}from"./app-DlommLbD.js";const n={};function o(l,e){return t(),i("div",null,[...e[0]||(e[0]=[s(`<h1 id="环境搭建" tabindex="-1"><a class="header-anchor" href="#环境搭建"><span>环境搭建</span></a></h1><h2 id="使用nodejs直接运行" tabindex="-1"><a class="header-anchor" href="#使用nodejs直接运行"><span>使用nodejs直接运行</span></a></h2><ol><li>下载安装<a href="https://nodejs.org/en" target="_blank" rel="noopener noreferrer">nodejs</a></li><li>创建一个js文件<code>helloworld.js</code></li></ol><div class="language-javascript" data-highlighter="shiki" data-ext="javascript" style="--shiki-light:#383A42;--shiki-dark:#abb2bf;--shiki-light-bg:#FAFAFA;--shiki-dark-bg:#282c34;"><pre class="shiki shiki-themes one-light one-dark-pro vp-code"><code class="language-javascript"><span class="line"><span style="--shiki-light:#A626A4;--shiki-dark:#C678DD;">var</span><span style="--shiki-light:#383A42;--shiki-dark:#E06C75;"> name</span><span style="--shiki-light:#0184BC;--shiki-dark:#56B6C2;">=</span><span style="--shiki-light:#50A14F;--shiki-dark:#98C379;">"Alice"</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">;</span></span>
|
||||
<span class="line"><span style="--shiki-light:#383A42;--shiki-dark:#E5C07B;">console</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">.</span><span style="--shiki-light:#4078F2;--shiki-dark:#61AFEF;">log</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">(</span><span style="--shiki-light:#50A14F;--shiki-dark:#98C379;">"Hello, "</span><span style="--shiki-light:#0184BC;--shiki-dark:#56B6C2;"> +</span><span style="--shiki-light:#383A42;--shiki-dark:#E06C75;"> name</span><span style="--shiki-light:#383A42;--shiki-dark:#ABB2BF;">);</span></span></code></pre></div><ol start="3"><li>在命令行中输入如下命令</li></ol><div class="language-" data-highlighter="shiki" data-ext="" style="--shiki-light:#383A42;--shiki-dark:#abb2bf;--shiki-light-bg:#FAFAFA;--shiki-dark-bg:#282c34;"><pre class="shiki shiki-themes one-light one-dark-pro vp-code"><code class="language-"><span class="line"><span>node helloworld.js</span></span></code></pre></div>`,6)])])}const p=a(n,[["render",o]]),d=JSON.parse('{"path":"/note/language/javascript/helloworld.html","title":"环境搭建","lang":"zh-CN","frontmatter":{"description":"环境搭建 使用nodejs直接运行 下载安装nodejs 创建一个js文件helloworld.js 在命令行中输入如下命令","head":[["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"环境搭建\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2025-02-22T14:42:02.000Z\\",\\"author\\":[{\\"@type\\":\\"Person\\",\\"name\\":\\"JinChao\\",\\"url\\":\\"https://thecodeway.com\\"}]}"],["meta",{"property":"og:url","content":"https://thejinchao.github.io/note/language/javascript/helloworld.html"}],["meta",{"property":"og:site_name","content":"我的博客和笔记"}],["meta",{"property":"og:title","content":"环境搭建"}],["meta",{"property":"og:description","content":"环境搭建 使用nodejs直接运行 下载安装nodejs 创建一个js文件helloworld.js 在命令行中输入如下命令"}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2025-02-22T14:42:02.000Z"}],["meta",{"property":"article:modified_time","content":"2025-02-22T14:42:02.000Z"}]]},"git":{"createdTime":1740235322000,"updatedTime":1740235322000,"contributors":[{"name":"thejinchao","username":"thejinchao","email":"thejinchao@gmail.com","commits":1,"url":"https://github.com/thejinchao"}]},"readingTime":{"minutes":0.18,"words":55},"filePathRelative":"note/language/javascript/helloworld.md","autoDesc":true}');export{p as comp,d as data};
|
||||
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 153 KiB After Width: | Height: | Size: 153 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 95 KiB |
@@ -0,0 +1 @@
|
||||
import{_ as e}from"./plugin-vue_export-helper-DlAUqK2U.js";import{c as o,d as a,r as n,o as r}from"./app-DlommLbD.js";const i={};function c(l,p){const t=n("Catalog");return r(),o("div",null,[a(t)])}const g=e(i,[["render",c]]),h=JSON.parse('{"path":"/note/graphics/illumination_model/BRDF/","title":"BRDF","lang":"zh-CN","frontmatter":{"title":"BRDF","article":false,"feed":false,"sitemap":false,"head":[["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"WebPage\\",\\"name\\":\\"BRDF\\"}"],["meta",{"property":"og:url","content":"https://thejinchao.github.io/note/graphics/illumination_model/BRDF/"}],["meta",{"property":"og:site_name","content":"我的博客和笔记"}],["meta",{"property":"og:title","content":"BRDF"}],["meta",{"property":"og:type","content":"website"}],["meta",{"property":"og:locale","content":"zh-CN"}]]},"git":{},"readingTime":{"minutes":0,"words":1},"filePathRelative":null}');export{g as comp,h as data};
|
||||
@@ -0,0 +1 @@
|
||||
import{_ as t}from"./plugin-vue_export-helper-DlAUqK2U.js";import{c as n,d as o,r as a,o as r}from"./app-DlommLbD.js";const i={};function c(l,p){const e=a("Catalog");return r(),n("div",null,[o(e)])}const d=t(i,[["render",c]]),_=JSON.parse('{"path":"/note/graphics/illumination_model/render_function/","title":"Render Function","lang":"zh-CN","frontmatter":{"title":"Render Function","article":false,"feed":false,"sitemap":false,"head":[["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"WebPage\\",\\"name\\":\\"Render Function\\"}"],["meta",{"property":"og:url","content":"https://thejinchao.github.io/note/graphics/illumination_model/render_function/"}],["meta",{"property":"og:site_name","content":"我的博客和笔记"}],["meta",{"property":"og:title","content":"Render Function"}],["meta",{"property":"og:type","content":"website"}],["meta",{"property":"og:locale","content":"zh-CN"}]]},"git":{},"readingTime":{"minutes":0,"words":1},"filePathRelative":null}');export{d as comp,_ as data};
|
||||
@@ -0,0 +1 @@
|
||||
import{_ as r}from"./plugin-vue_export-helper-DlAUqK2U.js";import{c as l,b as e,d as n,w as a,r as p,o as s,e as i}from"./app-DlommLbD.js";const m={};function c(d,t){const o=p("RouteLink");return s(),l("div",null,[t[4]||(t[4]=e("h1",{id:"图形学",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#图形学"},[e("span",null,"图形学")])],-1)),e("ul",null,[e("li",null,[n(o,{to:"/note/graphics/math/"},{default:a(()=>[...t[0]||(t[0]=[i("数学基础",-1)])]),_:1})]),e("li",null,[n(o,{to:"/note/graphics/rasterization/"},{default:a(()=>[...t[1]||(t[1]=[i("光栅化",-1)])]),_:1})]),e("li",null,[n(o,{to:"/note/graphics/illumination_model/"},{default:a(()=>[...t[2]||(t[2]=[i("光照模型",-1)])]),_:1})]),e("li",null,[n(o,{to:"/note/graphics/image_based_lighting/"},{default:a(()=>[...t[3]||(t[3]=[i("环境光渲染",-1)])]),_:1})])])])}const g=r(m,[["render",c]]),f=JSON.parse('{"path":"/note/graphics/","title":"图形学","lang":"zh-CN","frontmatter":{"description":"图形学","head":[["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"图形学\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2025-06-15T13:46:35.000Z\\",\\"author\\":[{\\"@type\\":\\"Person\\",\\"name\\":\\"JinChao\\",\\"url\\":\\"https://thecodeway.com\\"}]}"],["meta",{"property":"og:url","content":"https://thejinchao.github.io/note/graphics/"}],["meta",{"property":"og:site_name","content":"我的博客和笔记"}],["meta",{"property":"og:title","content":"图形学"}],["meta",{"property":"og:description","content":"图形学"}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2025-06-15T13:46:35.000Z"}],["meta",{"property":"article:modified_time","content":"2025-06-15T13:46:35.000Z"}]]},"git":{"createdTime":1740235322000,"updatedTime":1749995195000,"contributors":[{"name":"thejinchao","username":"thejinchao","email":"thejinchao@gmail.com","commits":2,"url":"https://github.com/thejinchao"}]},"readingTime":{"minutes":0.08,"words":23},"filePathRelative":"note/graphics/index.md","autoDesc":true}');export{g as comp,f as data};
|
||||
@@ -0,0 +1 @@
|
||||
import{_ as i}from"./plugin-vue_export-helper-DlAUqK2U.js";import{c as l,b as e,d as a,w as r,e as o,r as p,o as m}from"./app-DlommLbD.js";const s={};function d(u,t){const n=p("RouteLink");return m(),l("div",null,[t[5]||(t[5]=e("h1",{id:"读书笔记",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#读书笔记"},[e("span",null,"读书笔记")])],-1)),t[6]||(t[6]=e("p",null,"开卷有益",-1)),e("ul",null,[e("li",null,[a(n,{to:"/note/math/"},{default:r(()=>[...t[0]||(t[0]=[o("数学相关",-1)])]),_:1})]),e("li",null,[a(n,{to:"/note/cryptography/"},{default:r(()=>[...t[1]||(t[1]=[o("密码学",-1)])]),_:1})]),e("li",null,[a(n,{to:"/note/graphics/"},{default:r(()=>[...t[2]||(t[2]=[o("图形学",-1)])]),_:1})]),e("li",null,[t[4]||(t[4]=o("编程语言 ",-1)),e("ul",null,[e("li",null,[a(n,{to:"/note/language/javascript/"},{default:r(()=>[...t[3]||(t[3]=[o("JavaScript",-1)])]),_:1})])])])])])}const g=i(s,[["render",d]]),f=JSON.parse('{"path":"/note/","title":"读书笔记","lang":"zh-CN","frontmatter":{"description":"读书笔记 开卷有益 编程语言","head":[["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"读书笔记\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2025-02-22T15:08:13.000Z\\",\\"author\\":[{\\"@type\\":\\"Person\\",\\"name\\":\\"JinChao\\",\\"url\\":\\"https://thecodeway.com\\"}]}"],["meta",{"property":"og:url","content":"https://thejinchao.github.io/note/"}],["meta",{"property":"og:site_name","content":"我的博客和笔记"}],["meta",{"property":"og:title","content":"读书笔记"}],["meta",{"property":"og:description","content":"读书笔记 开卷有益 编程语言"}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2025-02-22T15:08:13.000Z"}],["meta",{"property":"article:modified_time","content":"2025-02-22T15:08:13.000Z"}]]},"git":{"createdTime":1740235322000,"updatedTime":1740236893000,"contributors":[{"name":"thejinchao","username":"thejinchao","email":"thejinchao@gmail.com","commits":2,"url":"https://github.com/thejinchao"}]},"readingTime":{"minutes":0.09,"words":27},"filePathRelative":"note/index.md","autoDesc":true}');export{g as comp,f as data};
|
||||
@@ -0,0 +1 @@
|
||||
import{_ as e}from"./plugin-vue_export-helper-DlAUqK2U.js";import{c as o,d as a,r as n,o as r}from"./app-DlommLbD.js";const c={};function p(l,s){const t=n("Catalog");return r(),o("div",null,[a(t)])}const g=e(c,[["render",p]]),h=JSON.parse('{"path":"/blog/2025/","title":"2025","lang":"zh-CN","frontmatter":{"title":"2025","article":false,"feed":false,"sitemap":false,"head":[["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"WebPage\\",\\"name\\":\\"2025\\"}"],["meta",{"property":"og:url","content":"https://thejinchao.github.io/blog/2025/"}],["meta",{"property":"og:site_name","content":"我的博客和笔记"}],["meta",{"property":"og:title","content":"2025"}],["meta",{"property":"og:type","content":"website"}],["meta",{"property":"og:locale","content":"zh-CN"}]]},"git":{},"readingTime":{"minutes":0,"words":1},"filePathRelative":null}');export{g as comp,h as data};
|
||||
@@ -0,0 +1 @@
|
||||
import{_ as r}from"./plugin-vue_export-helper-DlAUqK2U.js";import{c as i,b as e,d as n,w as a,r as m,o as p,e as l}from"./app-DlommLbD.js";const s={};function d(u,t){const o=m("RouteLink");return p(),i("div",null,[t[7]||(t[7]=e("h1",{id:"数学",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#数学"},[e("span",null,"数学")])],-1)),e("ul",null,[e("li",null,[n(o,{to:"/note/math/symbol.html"},{default:a(()=>[...t[0]||(t[0]=[l("常用数学符号",-1)])]),_:1})]),e("li",null,[n(o,{to:"/note/math/group.html"},{default:a(()=>[...t[1]||(t[1]=[l("群",-1)])]),_:1})]),e("li",null,[n(o,{to:"/note/math/number_theory_1.html"},{default:a(()=>[...t[2]||(t[2]=[l("数论(一)",-1)])]),_:1})]),e("li",null,[n(o,{to:"/note/math/number_theory_2.html"},{default:a(()=>[...t[3]||(t[3]=[l("数论(二)",-1)])]),_:1})]),e("li",null,[n(o,{to:"/note/math/number_theory_3.html"},{default:a(()=>[...t[4]||(t[4]=[l("数论(三)",-1)])]),_:1})]),e("li",null,[n(o,{to:"/note/math/probability.html"},{default:a(()=>[...t[5]||(t[5]=[l("概率",-1)])]),_:1})]),e("li",null,[n(o,{to:"/note/math/linear_algebra.html"},{default:a(()=>[...t[6]||(t[6]=[l("线性代数",-1)])]),_:1})])])])}const f=r(s,[["render",d]]),y=JSON.parse('{"path":"/note/math/","title":"数学","lang":"zh-CN","frontmatter":{"description":"数学","head":[["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"数学\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2026-07-23T16:10:01.000Z\\",\\"author\\":[{\\"@type\\":\\"Person\\",\\"name\\":\\"JinChao\\",\\"url\\":\\"https://thecodeway.com\\"}]}"],["meta",{"property":"og:url","content":"https://thejinchao.github.io/note/math/"}],["meta",{"property":"og:site_name","content":"我的博客和笔记"}],["meta",{"property":"og:title","content":"数学"}],["meta",{"property":"og:description","content":"数学"}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2026-07-23T16:10:01.000Z"}],["meta",{"property":"article:modified_time","content":"2026-07-23T16:10:01.000Z"}]]},"git":{"createdTime":1740235322000,"updatedTime":1784823001000,"contributors":[{"name":"thejinchao","username":"thejinchao","email":"thejinchao@gmail.com","commits":2,"url":"https://github.com/thejinchao"}]},"readingTime":{"minutes":0.1,"words":31},"filePathRelative":"note/math/index.md","autoDesc":true}');export{f as comp,y as data};
|
||||
@@ -0,0 +1 @@
|
||||
import{_ as e}from"./plugin-vue_export-helper-DlAUqK2U.js";import{c as o,d as n,r as a,o as i}from"./app-DlommLbD.js";const r={};function s(l,c){const t=a("Catalog");return i(),o("div",null,[n(t)])}const g=e(r,[["render",s]]),h=JSON.parse('{"path":"/note/graphics/illumination_model/luminosity/","title":"Luminosity","lang":"zh-CN","frontmatter":{"title":"Luminosity","article":false,"feed":false,"sitemap":false,"head":[["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"WebPage\\",\\"name\\":\\"Luminosity\\"}"],["meta",{"property":"og:url","content":"https://thejinchao.github.io/note/graphics/illumination_model/luminosity/"}],["meta",{"property":"og:site_name","content":"我的博客和笔记"}],["meta",{"property":"og:title","content":"Luminosity"}],["meta",{"property":"og:type","content":"website"}],["meta",{"property":"og:locale","content":"zh-CN"}]]},"git":{},"readingTime":{"minutes":0,"words":1},"filePathRelative":null}');export{g as comp,h as data};
|
||||
@@ -0,0 +1 @@
|
||||
import{_ as e}from"./plugin-vue_export-helper-DlAUqK2U.js";import{c as o,d as a,r as n,o as r}from"./app-DlommLbD.js";const c={};function p(l,s){const t=n("Catalog");return r(),o("div",null,[a(t)])}const g=e(c,[["render",p]]),h=JSON.parse('{"path":"/blog/2025/03/","title":"03","lang":"zh-CN","frontmatter":{"title":"03","article":false,"feed":false,"sitemap":false,"head":[["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"WebPage\\",\\"name\\":\\"03\\"}"],["meta",{"property":"og:url","content":"https://thejinchao.github.io/blog/2025/03/"}],["meta",{"property":"og:site_name","content":"我的博客和笔记"}],["meta",{"property":"og:title","content":"03"}],["meta",{"property":"og:type","content":"website"}],["meta",{"property":"og:locale","content":"zh-CN"}]]},"git":{},"readingTime":{"minutes":0,"words":1},"filePathRelative":null}');export{g as comp,h as data};
|
||||
@@ -0,0 +1 @@
|
||||
import{_ as i}from"./plugin-vue_export-helper-DlAUqK2U.js";import{c as l,b as e,d as n,w as r,e as a,r as p,o as c}from"./app-DlommLbD.js";const s={};function m(u,t){const o=p("RouteLink");return c(),l("div",null,[t[4]||(t[4]=e("h1",{id:"javascript",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#javascript"},[e("span",null,"JavaScript")])],-1)),e("ul",null,[e("li",null,[n(o,{to:"/note/language/javascript/helloworld.html"},{default:r(()=>[...t[0]||(t[0]=[a("环境搭建",-1)])]),_:1})]),e("li",null,[n(o,{to:"/note/language/javascript/grammar.html"},{default:r(()=>[...t[1]||(t[1]=[a("基本语法",-1)])]),_:1})]),e("li",null,[n(o,{to:"/note/language/javascript/function.html"},{default:r(()=>[...t[2]||(t[2]=[a("函数",-1)])]),_:1})]),e("li",null,[n(o,{to:"/note/language/javascript/object_and_class.html"},{default:r(()=>[...t[3]||(t[3]=[a("对象和类",-1)])]),_:1})])]),t[5]||(t[5]=e("p",null,[a("建议的教程网站"),e("br"),e("a",{href:"https://www.liaoxuefeng.com/wiki/1022910821149312",target:"_blank",rel:"noopener noreferrer"},"廖雪峰的JavaScript教程")],-1))])}const h=i(s,[["render",m]]),v=JSON.parse('{"path":"/note/language/javascript/","title":"JavaScript","lang":"zh-CN","frontmatter":{"description":"JavaScript 建议的教程网站 廖雪峰的JavaScript教程","head":[["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"JavaScript\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2025-02-22T14:42:02.000Z\\",\\"author\\":[{\\"@type\\":\\"Person\\",\\"name\\":\\"JinChao\\",\\"url\\":\\"https://thecodeway.com\\"}]}"],["meta",{"property":"og:url","content":"https://thejinchao.github.io/note/language/javascript/"}],["meta",{"property":"og:site_name","content":"我的博客和笔记"}],["meta",{"property":"og:title","content":"JavaScript"}],["meta",{"property":"og:description","content":"JavaScript 建议的教程网站 廖雪峰的JavaScript教程"}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2025-02-22T14:42:02.000Z"}],["meta",{"property":"article:modified_time","content":"2025-02-22T14:42:02.000Z"}]]},"git":{"createdTime":1740235322000,"updatedTime":1740235322000,"contributors":[{"name":"thejinchao","username":"thejinchao","email":"thejinchao@gmail.com","commits":1,"url":"https://github.com/thejinchao"}]},"readingTime":{"minutes":0.12,"words":35},"filePathRelative":"note/language/javascript/index.md","autoDesc":true}');export{h as comp,v as data};
|
||||
@@ -0,0 +1 @@
|
||||
import{_ as i}from"./plugin-vue_export-helper-DlAUqK2U.js";import{c as l,b as e,d as a,w as n,r as m,o as s,e as r}from"./app-DlommLbD.js";const p={};function h(d,t){const o=m("RouteLink");return s(),l("div",null,[t[7]||(t[7]=e("h1",{id:"数学基础",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#数学基础"},[e("span",null,"数学基础")])],-1)),e("ul",null,[e("li",null,[a(o,{to:"/note/graphics/math/math_01.html"},{default:n(()=>[...t[0]||(t[0]=[r("矢量",-1)])]),_:1})]),e("li",null,[a(o,{to:"/note/graphics/math/math_02.html"},{default:n(()=>[...t[1]||(t[1]=[r("矩阵",-1)])]),_:1})]),e("li",null,[a(o,{to:"/note/graphics/math/math_03.html"},{default:n(()=>[...t[2]||(t[2]=[r("立体角",-1)])]),_:1})]),e("li",null,[a(o,{to:"/note/graphics/math/transform_01.html"},{default:n(()=>[...t[3]||(t[3]=[r("几何变换(一)",-1)])]),_:1})]),e("li",null,[a(o,{to:"/note/graphics/math/transform_02.html"},{default:n(()=>[...t[4]||(t[4]=[r("几何变换(二)",-1)])]),_:1})]),e("li",null,[a(o,{to:"/note/graphics/math/transform_03.html"},{default:n(()=>[...t[5]||(t[5]=[r("法线变换",-1)])]),_:1})]),e("li",null,[a(o,{to:"/note/graphics/math/transform_04.html"},{default:n(()=>[...t[6]||(t[6]=[r("摄像机变换",-1)])]),_:1})])])])}const g=i(p,[["render",h]]),f=JSON.parse('{"path":"/note/graphics/math/","title":"数学基础","lang":"zh-CN","frontmatter":{"description":"数学基础","head":[["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"数学基础\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2025-02-22T14:42:02.000Z\\",\\"author\\":[{\\"@type\\":\\"Person\\",\\"name\\":\\"JinChao\\",\\"url\\":\\"https://thecodeway.com\\"}]}"],["meta",{"property":"og:url","content":"https://thejinchao.github.io/note/graphics/math/"}],["meta",{"property":"og:site_name","content":"我的博客和笔记"}],["meta",{"property":"og:title","content":"数学基础"}],["meta",{"property":"og:description","content":"数学基础"}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2025-02-22T14:42:02.000Z"}],["meta",{"property":"article:modified_time","content":"2025-02-22T14:42:02.000Z"}]]},"git":{"createdTime":1740235322000,"updatedTime":1740235322000,"contributors":[{"name":"thejinchao","username":"thejinchao","email":"thejinchao@gmail.com","commits":1,"url":"https://github.com/thejinchao"}]},"readingTime":{"minutes":0.12,"words":37},"filePathRelative":"note/graphics/math/index.md","autoDesc":true}');export{g as comp,f as data};
|
||||
@@ -0,0 +1 @@
|
||||
import{_ as e}from"./plugin-vue_export-helper-DlAUqK2U.js";import{c as o,d as a,r as n,o as c}from"./app-DlommLbD.js";const r={};function i(s,l){const t=n("Catalog");return c(),o("div",null,[a(t)])}const f=e(r,[["render",i]]),g=JSON.parse('{"path":"/note/graphics/illumination_model/microfacets/","title":"Microfacets","lang":"zh-CN","frontmatter":{"title":"Microfacets","article":false,"feed":false,"sitemap":false,"head":[["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"WebPage\\",\\"name\\":\\"Microfacets\\"}"],["meta",{"property":"og:url","content":"https://thejinchao.github.io/note/graphics/illumination_model/microfacets/"}],["meta",{"property":"og:site_name","content":"我的博客和笔记"}],["meta",{"property":"og:title","content":"Microfacets"}],["meta",{"property":"og:type","content":"website"}],["meta",{"property":"og:locale","content":"zh-CN"}]]},"git":{},"readingTime":{"minutes":0,"words":1},"filePathRelative":null}');export{f as comp,g as data};
|
||||
@@ -0,0 +1 @@
|
||||
import{_ as i}from"./plugin-vue_export-helper-DlAUqK2U.js";import{c as p,b as e,d as n,w as r,r as l,o as c,e as a}from"./app-DlommLbD.js";const m={};function s(d,t){const o=l("RouteLink");return c(),p("div",null,[t[3]||(t[3]=e("h1",{id:"密码学",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#密码学"},[e("span",null,"密码学")])],-1)),e("ul",null,[e("li",null,[n(o,{to:"/note/cryptography/rsa.html"},{default:r(()=>[...t[0]||(t[0]=[a("RSA",-1)])]),_:1})]),e("li",null,[n(o,{to:"/note/cryptography/flip_coin.html"},{default:r(()=>[...t[1]||(t[1]=[a("抛币协议",-1)])]),_:1})]),e("li",null,[n(o,{to:"/note/cryptography/mental_poker.html"},{default:r(()=>[...t[2]||(t[2]=[a("智能扑克",-1)])]),_:1})])])])}const y=i(m,[["render",s]]),g=JSON.parse('{"path":"/note/cryptography/","title":"密码学","lang":"zh-CN","frontmatter":{"description":"密码学","head":[["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"密码学\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2025-02-22T14:42:02.000Z\\",\\"author\\":[{\\"@type\\":\\"Person\\",\\"name\\":\\"JinChao\\",\\"url\\":\\"https://thecodeway.com\\"}]}"],["meta",{"property":"og:url","content":"https://thejinchao.github.io/note/cryptography/"}],["meta",{"property":"og:site_name","content":"我的博客和笔记"}],["meta",{"property":"og:title","content":"密码学"}],["meta",{"property":"og:description","content":"密码学"}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2025-02-22T14:42:02.000Z"}],["meta",{"property":"article:modified_time","content":"2025-02-22T14:42:02.000Z"}]]},"git":{"createdTime":1740235322000,"updatedTime":1740235322000,"contributors":[{"name":"thejinchao","username":"thejinchao","email":"thejinchao@gmail.com","commits":1,"url":"https://github.com/thejinchao"}]},"readingTime":{"minutes":0.05,"words":15},"filePathRelative":"note/cryptography/index.md","autoDesc":true}');export{y as comp,g as data};
|
||||
@@ -0,0 +1 @@
|
||||
import{_ as e}from"./plugin-vue_export-helper-DlAUqK2U.js";import{c as o,d as a,r as n,o as r}from"./app-DlommLbD.js";const c={};function p(l,s){const t=n("Catalog");return r(),o("div",null,[a(t)])}const g=e(c,[["render",p]]),h=JSON.parse('{"path":"/blog/2025/02/","title":"02","lang":"zh-CN","frontmatter":{"title":"02","article":false,"feed":false,"sitemap":false,"head":[["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"WebPage\\",\\"name\\":\\"02\\"}"],["meta",{"property":"og:url","content":"https://thejinchao.github.io/blog/2025/02/"}],["meta",{"property":"og:site_name","content":"我的博客和笔记"}],["meta",{"property":"og:title","content":"02"}],["meta",{"property":"og:type","content":"website"}],["meta",{"property":"og:locale","content":"zh-CN"}]]},"git":{},"readingTime":{"minutes":0,"words":1},"filePathRelative":null}');export{g as comp,h as data};
|
||||
@@ -0,0 +1 @@
|
||||
import{_ as r}from"./plugin-vue_export-helper-DlAUqK2U.js";import{c as s,b as e,d as a,w as i,r as l,o as m,e as n}from"./app-DlommLbD.js";const p={};function c(d,t){const o=l("RouteLink");return m(),s("div",null,[t[2]||(t[2]=e("h1",{id:"环境光渲染",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#环境光渲染"},[e("span",null,"环境光渲染")])],-1)),e("ul",null,[e("li",null,[a(o,{to:"/note/graphics/image_based_lighting/ibl_01.html"},{default:i(()=>[...t[0]||(t[0]=[n("环境光渲染(一)",-1)])]),_:1})]),e("li",null,[a(o,{to:"/note/graphics/image_based_lighting/ibl_02.html"},{default:i(()=>[...t[1]||(t[1]=[n("环境光渲染(二)",-1)])]),_:1})])])])}const u=r(p,[["render",c]]),_=JSON.parse('{"path":"/note/graphics/image_based_lighting/","title":"环境光渲染","lang":"zh-CN","frontmatter":{"description":"环境光渲染","head":[["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"环境光渲染\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2025-02-22T14:42:02.000Z\\",\\"author\\":[{\\"@type\\":\\"Person\\",\\"name\\":\\"JinChao\\",\\"url\\":\\"https://thecodeway.com\\"}]}"],["meta",{"property":"og:url","content":"https://thejinchao.github.io/note/graphics/image_based_lighting/"}],["meta",{"property":"og:site_name","content":"我的博客和笔记"}],["meta",{"property":"og:title","content":"环境光渲染"}],["meta",{"property":"og:description","content":"环境光渲染"}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2025-02-22T14:42:02.000Z"}],["meta",{"property":"article:modified_time","content":"2025-02-22T14:42:02.000Z"}]]},"git":{"createdTime":1740235322000,"updatedTime":1740235322000,"contributors":[{"name":"thejinchao","username":"thejinchao","email":"thejinchao@gmail.com","commits":1,"url":"https://github.com/thejinchao"}]},"readingTime":{"minutes":0.06,"words":19},"filePathRelative":"note/graphics/image_based_lighting/index.md","autoDesc":true}');export{u as comp,_ as data};
|
||||
@@ -0,0 +1 @@
|
||||
import{_ as a}from"./plugin-vue_export-helper-DlAUqK2U.js";import{c as n,b as e,d as r,w as i,r as c,o as p,e as m}from"./app-DlommLbD.js";const s={};function l(d,t){const o=c("RouteLink");return p(),n("div",null,[t[1]||(t[1]=e("h1",{id:"编程语言",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#编程语言"},[e("span",null,"编程语言")])],-1)),e("ul",null,[e("li",null,[r(o,{to:"/note/language/javascript/"},{default:i(()=>[...t[0]||(t[0]=[m("JavaScript",-1)])]),_:1})])])])}const g=a(s,[["render",l]]),y=JSON.parse('{"path":"/note/language/","title":"编程语言","lang":"zh-CN","frontmatter":{"description":"编程语言","head":[["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"编程语言\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2025-02-22T14:42:02.000Z\\",\\"author\\":[{\\"@type\\":\\"Person\\",\\"name\\":\\"JinChao\\",\\"url\\":\\"https://thecodeway.com\\"}]}"],["meta",{"property":"og:url","content":"https://thejinchao.github.io/note/language/"}],["meta",{"property":"og:site_name","content":"我的博客和笔记"}],["meta",{"property":"og:title","content":"编程语言"}],["meta",{"property":"og:description","content":"编程语言"}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2025-02-22T14:42:02.000Z"}],["meta",{"property":"article:modified_time","content":"2025-02-22T14:42:02.000Z"}]]},"git":{"createdTime":1740235322000,"updatedTime":1740235322000,"contributors":[{"name":"thejinchao","username":"thejinchao","email":"thejinchao@gmail.com","commits":1,"url":"https://github.com/thejinchao"}]},"readingTime":{"minutes":0.02,"words":6},"filePathRelative":"note/language/index.md","autoDesc":true}');export{g as comp,y as data};
|
||||
@@ -0,0 +1 @@
|
||||
import{_ as i}from"./plugin-vue_export-helper-DlAUqK2U.js";import{c as s,b as e,d as a,w as r,r as p,o as l,e as n}from"./app-DlommLbD.js";const c={};function m(d,t){const o=p("RouteLink");return l(),s("div",null,[t[3]||(t[3]=e("h1",{id:"光栅化",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#光栅化"},[e("span",null,"光栅化")])],-1)),e("ul",null,[e("li",null,[a(o,{to:"/note/graphics/rasterization/raster01.html"},{default:r(()=>[...t[0]||(t[0]=[n("基础",-1)])]),_:1})]),e("li",null,[a(o,{to:"/note/graphics/rasterization/raster02.html"},{default:r(()=>[...t[1]||(t[1]=[n("边界判定",-1)])]),_:1})]),e("li",null,[a(o,{to:"/note/graphics/rasterization/raster03.html"},{default:r(()=>[...t[2]||(t[2]=[n("像素遍历",-1)])]),_:1})])])])}const g=i(c,[["render",m]]),f=JSON.parse('{"path":"/note/graphics/rasterization/","title":"光栅化","lang":"zh-CN","frontmatter":{"description":"光栅化","head":[["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"光栅化\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2025-07-12T03:40:38.000Z\\",\\"author\\":[{\\"@type\\":\\"Person\\",\\"name\\":\\"JinChao\\",\\"url\\":\\"https://thecodeway.com\\"}]}"],["meta",{"property":"og:url","content":"https://thejinchao.github.io/note/graphics/rasterization/"}],["meta",{"property":"og:site_name","content":"我的博客和笔记"}],["meta",{"property":"og:title","content":"光栅化"}],["meta",{"property":"og:description","content":"光栅化"}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2025-07-12T03:40:38.000Z"}],["meta",{"property":"article:modified_time","content":"2025-07-12T03:40:38.000Z"}]]},"git":{"createdTime":1749995195000,"updatedTime":1752291638000,"contributors":[{"name":"thejinchao","username":"thejinchao","email":"thejinchao@gmail.com","commits":3,"url":"https://github.com/thejinchao"}]},"readingTime":{"minutes":0.05,"words":16},"filePathRelative":"note/graphics/rasterization/index.md","autoDesc":true}');export{g as comp,f as data};
|
||||
@@ -0,0 +1 @@
|
||||
import{_ as e}from"./plugin-vue_export-helper-DlAUqK2U.js";import{c as o,d as a,r as n,o as s}from"./app-DlommLbD.js";const c={};function i(l,r){const t=n("Catalog");return s(),o("div",null,[a(t)])}const g=e(c,[["render",i]]),h=JSON.parse('{"path":"/note/graphics/illumination_model/classic/","title":"Classic","lang":"zh-CN","frontmatter":{"title":"Classic","article":false,"feed":false,"sitemap":false,"head":[["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"WebPage\\",\\"name\\":\\"Classic\\"}"],["meta",{"property":"og:url","content":"https://thejinchao.github.io/note/graphics/illumination_model/classic/"}],["meta",{"property":"og:site_name","content":"我的博客和笔记"}],["meta",{"property":"og:title","content":"Classic"}],["meta",{"property":"og:type","content":"website"}],["meta",{"property":"og:locale","content":"zh-CN"}]]},"git":{},"readingTime":{"minutes":0,"words":1},"filePathRelative":null}');export{g as comp,h as data};
|
||||
@@ -0,0 +1 @@
|
||||
import{_ as a}from"./plugin-vue_export-helper-DlAUqK2U.js";import{c as r,b as e,d as i,w as n,r as m,o as s,e as l}from"./app-DlommLbD.js";const d={};function p(u,t){const o=m("RouteLink");return s(),r("div",null,[t[7]||(t[7]=e("h1",{id:"光照模型",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#光照模型"},[e("span",null,"光照模型")])],-1)),e("ul",null,[e("li",null,[i(o,{to:"/note/graphics/illumination_model/classic/illumination_model_01.html"},{default:n(()=>[...t[0]||(t[0]=[l("传统光照模型",-1)])]),_:1})]),e("li",null,[i(o,{to:"/note/graphics/illumination_model/luminosity/luminosity.html"},{default:n(()=>[...t[1]||(t[1]=[l("光度学",-1)])]),_:1})]),e("li",null,[i(o,{to:"/note/graphics/illumination_model/BRDF/BRDF.html"},{default:n(()=>[...t[2]||(t[2]=[l("双向反射分布函数(BRDF)",-1)])]),_:1})]),e("li",null,[i(o,{to:"/note/graphics/illumination_model/microfacets/microfacets_1.html"},{default:n(()=>[...t[3]||(t[3]=[l("微平面理论(一)",-1)])]),_:1})]),e("li",null,[i(o,{to:"/note/graphics/illumination_model/microfacets/microfacets_2.html"},{default:n(()=>[...t[4]||(t[4]=[l("微平面理论(二)",-1)])]),_:1})]),e("li",null,[i(o,{to:"/note/graphics/illumination_model/microfacets/microfacets_3.html"},{default:n(()=>[...t[5]||(t[5]=[l("微平面理论(三)",-1)])]),_:1})]),e("li",null,[i(o,{to:"/note/graphics/illumination_model/render_function/render_function_1.html"},{default:n(()=>[...t[6]||(t[6]=[l("光照方程",-1)])]),_:1})])])])}const f=a(d,[["render",p]]),g=JSON.parse('{"path":"/note/graphics/illumination_model/","title":"光照模型","lang":"zh-CN","frontmatter":{"description":"光照模型","head":[["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"光照模型\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2025-02-23T13:11:35.000Z\\",\\"author\\":[{\\"@type\\":\\"Person\\",\\"name\\":\\"JinChao\\",\\"url\\":\\"https://thecodeway.com\\"}]}"],["meta",{"property":"og:url","content":"https://thejinchao.github.io/note/graphics/illumination_model/"}],["meta",{"property":"og:site_name","content":"我的博客和笔记"}],["meta",{"property":"og:title","content":"光照模型"}],["meta",{"property":"og:description","content":"光照模型"}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2025-02-23T13:11:35.000Z"}],["meta",{"property":"article:modified_time","content":"2025-02-23T13:11:35.000Z"}]]},"git":{"createdTime":1740235322000,"updatedTime":1740316295000,"contributors":[{"name":"thejinchao","username":"thejinchao","email":"thejinchao@gmail.com","commits":2,"url":"https://github.com/thejinchao"}]},"readingTime":{"minutes":0.17,"words":51},"filePathRelative":"note/graphics/illumination_model/index.md","autoDesc":true}');export{f as comp,g as data};
|
||||