Add old GitHub content.
This commit is contained in:
parent
de40bfa3ac
commit
396c5ea182
1
.prettierignore
Normal file
1
.prettierignore
Normal file
@ -0,0 +1 @@
|
|||||||
|
*.md
|
115
README.md
115
README.md
@ -1,3 +1,114 @@
|
|||||||
# Jesse Brault, Full-Stack Software Engineer
|
# Jesse Brault: Full-Stack Software Engineer
|
||||||
|
|
||||||
Hello!
|

|
||||||
|
|
||||||
|
**Welcome! I am a full-stack developer currently looking for work in the United States. If you would like my résumé, please message me.**
|
||||||
|
|
||||||
|
I began my career as a classically-trained conductor and composer, and am transitioning to software development full-time. I love programming, learning new languages and frameworks, and developing interesting and exciting projects. I am currently beginning studies at the University of Wisconsin Madison in computer science.
|
||||||
|
|
||||||
|
My programming interests lie in programming languages themselves (including grammars, lexers, parsers, ASTs, compilation, transpilation, etc.), web and app development (full-stack, including Spring, Node, and React), programming tools and plugins (Gradle and IntelliJ plugins), and functional programming. I have limited experience with PHP, and am also interested in graphics/game programming, and systems programming in C/C++.
|
||||||
|
|
||||||
|
Overall, I aim to be highly versatile and adept at adopting new technologies. I seek every day to hone my craft and become a better developer. I enjoy the logical and linguistic nature of software, and that sweet feeling When Things Just Work™️. I also enjoy the collaborative process of bringing new ideas and designs to life.
|
||||||
|
|
||||||
|
## Current Projects
|
||||||
|
|
||||||
|
### Full Stack
|
||||||
|
- **Meals Made Easy**: A full-stack remake of an earlier app, using a Java/Spring Boot backend and React/Vite frontend. 2024 *(in progress)*. [Frontend](https://github.com/JesseBrault0709/meals-made-easy-app) | [Backend](https://github.com/JesseBrault0709/meals-made-easy-api)
|
||||||
|
|
||||||
|
### JVM: Java and Groovy
|
||||||
|
- [**groowt**, or **Groovy Web Tools**](https://github.com/JesseBrault0709/groowt): A set of libraries, CLI tools, and Gradle plugins written mostly in Java for facilitating web-development in Groovy, emphasizing the model-view-controller paradigm. Includes a custom templating language inspired by ReactJS, with a compiler developed with the ANTLR parser generator. 2024 *(in progress)*.
|
||||||
|
- [**ssg**, or **Static Site Generator**](https://github.com/JesseBrault0709/ssg): A highly-extensible CLI application written entirely in Groovy for statically generating websites from text files and other input. I created this out of a need for a static site generator in which I could embed Groovy without all the hassle of a full-size server-oriented framework such as Grails. So far, I am using it for all my personal sites, and it has also been used outside of my own projects. 2023.
|
||||||
|
- [**jbarchiva**](https://github.com/JesseBrault0709/jbarchiva): A Gradle plugin to facilitate easy access to my personal Maven repository at [archiva.jessebrault.com](https://archiva.jessebrault.com/). 2022-2024.
|
||||||
|
|
||||||
|
### JavaScript/TypeScript
|
||||||
|
- [**jbci**, or **Jesse Brault Continuous Integration**](https://github.com/JesseBrault0709/jbci): A CI program written in TypeScript which listens to GitHub webhooks and then executes pre-configured shell scripts based on the webhook payload, mainly used to update my websites by simple pushes to my various GitHub repositories.
|
||||||
|
- [**jb-api**](https://github.com/JesseBrault0709/jb-api): A very simple utility backend written in TypeScript for my personal websites. Currently its only function is to recieve and handle mail requests (such as from a contact form).
|
||||||
|
|
||||||
|
### Web Sites
|
||||||
|
- [Personal Website](https://github.com/JesseBrault0709/temp-website): My personal website where I store information about my career as both a classical musician and a developer. <a href="https://jessebrault.com/" target="_blank">Visit site.</a>
|
||||||
|
- [Red Dog Ensemble](https://github.com/JesseBrault0709/reddog): A web site for a contemporary classical music ensemble I am co-founding in New York City. <a href="https://reddogensemble.com/" target="_blank">Visit site.</a>
|
||||||
|
|
||||||
|
## Past Projects
|
||||||
|
|
||||||
|
- [**Meals Made Easy**](https://github.com/JesseBrault0709/MealsMadeEasy): A fully-functioning meal-planning web-app developed during my time in _Co.Lab | You Belong in Tech_. I worked closely with a product manager and designer to make the project come alive! It is built with TypeScript, React, and SCSS.
|
||||||
|
|
||||||
|
## Languages
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<img src="images/javaWithColor.svg" alt="Java" width="48" height="92">
|
||||||
|
<img src="images/groovy.svg" alt="Groovy" width="72" height="48">
|
||||||
|
<img src="images/kotlin.svg" alt="Kotlin" width="48" height="48">
|
||||||
|
<img src="images/jsWithColor.svg" alt="JavaScript" width="48" height="48">
|
||||||
|
<img src="images/tsWithColor.svg" alt="TypeScript" width="48" height="48">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
I am most fluent with Java, Groovy, and Typescript. I am also fluent with standard web technologies such as HTML5, CSS, and sass; the type-setting technologies TeX and LaTex; and the scripting languages Ruby and Lua.
|
||||||
|
|
||||||
|
## Frameworks, Libraries, Tools, and Technologies
|
||||||
|
|
||||||
|
### JVM: Java and Groovy
|
||||||
|
|
||||||
|
#### Frameworks
|
||||||
|
- Spring, Spring Boot
|
||||||
|
|
||||||
|
#### Testing
|
||||||
|
- JUnit Jupiter, JUnit 4
|
||||||
|
|
||||||
|
#### Tools
|
||||||
|
- Gradle
|
||||||
|
- IntelliJ Idea
|
||||||
|
|
||||||
|
### JavaScript/TypeScript
|
||||||
|
|
||||||
|
#### Front-End
|
||||||
|
- React
|
||||||
|
- Redux
|
||||||
|
- Vite
|
||||||
|
|
||||||
|
#### Back-End
|
||||||
|
- Express
|
||||||
|
- GraphQL
|
||||||
|
- Prisma
|
||||||
|
- fp-ts (my favorite TS library!)
|
||||||
|
|
||||||
|
#### Testing
|
||||||
|
- Jest
|
||||||
|
|
||||||
|
#### Tools
|
||||||
|
- Npm
|
||||||
|
- Gulp
|
||||||
|
- VSCode
|
||||||
|
|
||||||
|
### Databases
|
||||||
|
- MySQL
|
||||||
|
- SQLite
|
||||||
|
|
||||||
|
### Documentation
|
||||||
|
- Asciidoc, Markdown
|
||||||
|
|
||||||
|
## Other Skills
|
||||||
|
|
||||||
|
- Server Administration: I run my own Ubuntu-based virtual private server at digitalocean.com, where I host a variety of services and web sites. Tasks I often do include:
|
||||||
|
- Package administration.
|
||||||
|
- Continuous integration.
|
||||||
|
- Securing the environment.
|
||||||
|
- Using `ssh` and `sftp`.
|
||||||
|
- Configuring `apache` for serving static content as well as reverse-proxying to various services.
|
||||||
|
- Web and App Design: I have some design experience for both web sites and apps. Particularly, I have an as-of-yet unfinished design at Figma for *The Pantry App*, which can be viewed [here](https://www.figma.com/file/VKrirPQi2FneCPaP3XdPzn/Pantry-App-Design?node-id=0%3A1&t=eSnEntKpbxK7LEJG-1). I have additionally done UX testing with Maze.
|
||||||
|
- (Human) Languages:
|
||||||
|
- English: native speaker.
|
||||||
|
- German: B1.
|
||||||
|
- Spanish: basic.
|
||||||
|
- Photography/Videography: experience with Adobe Photoshop, Lightroom, Premiere, and Creative Cloud.
|
||||||
|
|
||||||
|
## Education
|
||||||
|
|
||||||
|
- Professional Captsone Certificate in Computer Science. University of Wisconsin-Madison. 2024–2025 (expected graduation).
|
||||||
|
- Master of Music, orchestral conducting. The Juilliard School, 2018.
|
||||||
|
- Bachelor of Music, *summa cum laude*, music theory and composition. St. Olaf College, 2013. GPA 3.91.
|
||||||
|
|
||||||
|
## Contact
|
||||||
|
|
||||||
|
- [LinkedIn](https://www.linkedin.com/in/jessebrault0709/)
|
||||||
|
- [Email](mailto:jbrault@mac.com)
|
||||||
|
- [Personal Website](https://jessebrault.com/)
|
||||||
|
BIN
images/JesseBraultHeaderNoTextMin.jpg
Normal file
BIN
images/JesseBraultHeaderNoTextMin.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 627 KiB |
448
images/groovy.svg
Normal file
448
images/groovy.svg
Normal file
@ -0,0 +1,448 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
viewBox="0 0 445 221.89279"
|
||||||
|
height="221.89279"
|
||||||
|
width="445"
|
||||||
|
xml:space="preserve"
|
||||||
|
version="1.1"
|
||||||
|
id="svg2"
|
||||||
|
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
|
||||||
|
sodipodi:docname="groovy.svg"><sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1600"
|
||||||
|
inkscape:window-height="877"
|
||||||
|
id="namedview3495"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.1852457"
|
||||||
|
inkscape:cx="523.17563"
|
||||||
|
inkscape:cy="229.21677"
|
||||||
|
inkscape:window-x="-8"
|
||||||
|
inkscape:window-y="-8"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="g12"
|
||||||
|
fit-margin-top="0"
|
||||||
|
fit-margin-left="0"
|
||||||
|
fit-margin-right="0"
|
||||||
|
fit-margin-bottom="0" /><metadata
|
||||||
|
id="metadata8"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||||
|
id="defs6" /><g
|
||||||
|
transform="matrix(1.25,0,0,-1.25,0.10206869,221.89279)"
|
||||||
|
id="g10"><g
|
||||||
|
transform="scale(0.1)"
|
||||||
|
id="g12"><path
|
||||||
|
id="path14"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="M 2879.3174,1.7203399 1779.1983,428.14937 679.12504,1.8290318 1113.4909,681.45657 -0.81654949,1097.6377 1367.7497,1091.2558 l 411.3994,683.5339 411.4388,-683.5712 1368.5956,6.2554 L 2444.8762,681.3933 2879.3174,1.7203399"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path16"
|
||||||
|
style="fill:#619cbc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="M 2730.5061,123.27678 1780.1485,491.63841 829.84013,123.35303 1205.073,710.46107 242.46549,1069.9765 l 1182.24801,-5.506 355.4023,590.4824 355.4236,-590.5149 1182.266,5.412 -962.5961,-359.43922 375.2968,-587.134"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path18"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 1050.6455,1425.5157 c 94.9292,0 39.6021,-237.2078 5.8439,-308.7336 -28.9086,-61.2341 -93.98882,-149.5535 -171.11906,-149.5535 -92.54055,0 -89.7881,103.6483 -52.95145,181.6744 19.94198,42.2438 50.59058,89.5978 92.8158,124.4116 -10.80818,-36.3387 25.72702,-61.1594 10.95074,-92.4692 -10.09226,-21.3814 -30.98122,-44.7421 -41.83529,-67.7393 -17.55492,-37.1792 -10.84753,-103.1665 31.56281,-103.1665 37.96385,0 71.69747,47.0279 85.52675,76.3228 28.332,60.0287 99.1726,316.1198 19.9879,316.1198 -91.1971,0 -248.34432,-222.2344 -281.25222,-291.9432 -58.73814,-124.42782 -16.16069,-277.69308 117.67281,-277.69308 90.42873,0 164.80821,86.93728 200.73551,163.05078 21.4018,45.3342 33.0554,90.4414 37.6444,132.974 l 17.5549,3.212 c 3.878,-117.0805 127.7389,-310.94792 75.0119,-422.63612 -67.4804,-142.95089 -269.253,-141.67093 -384.46174,-192.40407 -24.21646,56.64633 -57.0228,109.31319 -103.21607,149.50811 102.76713,34.56889 355.30401,92.6152 410.21501,208.94309 23.0777,48.87725 7.366,129.91439 -19.2965,157.37939 -4.5366,-17.2756 -10.8148,-34.88528 -19.1474,-52.53393 -47.019,-99.59905 -147.68906,-176.84006 -251.47361,-176.84006 -144.49591,0 -205.75379,103.83159 -137.75082,247.90829 40.81294,86.4506 249.22251,374.2083 356.98173,374.2083"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path20"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:159.00854492;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:3.8636899;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 1050.6455,1425.5157 c 94.9292,0 39.6021,-237.2078 5.8439,-308.7336 -28.9086,-61.2341 -93.98882,-149.5535 -171.11906,-149.5535 -92.54055,0 -89.7881,103.6483 -52.95145,181.6744 19.94198,42.2438 50.59058,89.5978 92.8158,124.4116 -10.80818,-36.3387 25.72702,-61.1594 10.95074,-92.4692 -10.09226,-21.3814 -30.98122,-44.7421 -41.83529,-67.7393 -17.55492,-37.1792 -10.84753,-103.1665 31.56281,-103.1665 37.96385,0 71.69747,47.0279 85.52675,76.3228 28.332,60.0287 99.1726,316.1198 19.9879,316.1198 -91.1971,0 -248.34432,-222.2344 -281.25222,-291.9432 -58.73814,-124.42782 -16.16069,-277.69308 117.67281,-277.69308 90.42873,0 164.80821,86.93728 200.73551,163.05078 21.4018,45.3342 33.0554,90.4414 37.6444,132.974 l 17.5549,3.212 c 3.878,-117.0805 127.7389,-310.94792 75.0119,-422.63612 -67.4804,-142.95089 -269.253,-141.67093 -384.46174,-192.40407 -24.21646,56.64633 -57.0228,109.31319 -103.21607,149.50811 102.76713,34.56889 355.30401,92.6152 410.21501,208.94309 23.0777,48.87725 7.366,129.91439 -19.2965,157.37939 -4.5366,-17.2756 -10.8148,-34.88528 -19.1474,-52.53393 -47.019,-99.59905 -147.68906,-176.84006 -251.47361,-176.84006 -144.49591,0 -205.75379,103.83159 -137.75082,247.90829 40.81294,86.4506 249.22251,374.2083 356.98173,374.2083 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path22"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 1297.512,1082.2003 c 5.7408,-14.1056 22.3356,-93.97633 34.9427,-93.97633 27.2179,0 76.4078,74.05973 89.603,93.28683 24.205,-15.8495 10.7771,-49.1255 55.6335,-49.1255 20.3073,0 30.5208,43.7445 51.6538,44.455 0.7488,-17.6811 1.8809,-33.6815 -7.7575,-54.1059 -14.8664,-31.49464 -52.478,-74.16836 -89.449,-74.16836 -26.4823,0 -63.3648,31.88239 -70.6096,31.88239 -7.8723,0 -22.316,-3.68253 -26.9247,-13.43399 -19.2506,-40.79189 32.2182,-176.96656 83.8377,-176.96656 27.5832,0 60.4977,20.23289 89.3474,32.71785 -7.5119,-49.06868 -8.5555,-90.44137 1.3827,-132.65921 -26.2906,-16.65907 -57.0866,-23.68187 -81.8011,-23.68187 -126.8378,0 -56.8884,294.98 -173.8453,357.82505 l 43.9864,57.9506"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path24"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:159.00854492;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:3.8636899;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 1297.512,1082.2003 c 5.7408,-14.1056 22.3356,-93.97633 34.9427,-93.97633 27.2179,0 76.4078,74.05973 89.603,93.28683 24.205,-15.8495 10.7771,-49.1255 55.6335,-49.1255 20.3073,0 30.5208,43.7445 51.6538,44.455 0.7488,-17.6811 1.8809,-33.6815 -7.7575,-54.1059 -14.8664,-31.49464 -52.478,-74.16836 -89.449,-74.16836 -26.4823,0 -63.3648,31.88239 -70.6096,31.88239 -7.8723,0 -22.316,-3.68253 -26.9247,-13.43399 -19.2506,-40.79189 32.2182,-176.96656 83.8377,-176.96656 27.5832,0 60.4977,20.23289 89.3474,32.71785 -7.5119,-49.06868 -8.5555,-90.44137 1.3827,-132.65921 -26.2906,-16.65907 -57.0866,-23.68187 -81.8011,-23.68187 -126.8378,0 -56.8884,294.98 -173.8453,357.82505 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path26"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 1784.998,1105.8383 c 95.8599,0 133.7058,-172.44208 90.6991,-263.55508 -33.3732,-70.68375 -92.534,-121.92306 -168.3241,-121.92306 -133.8499,0 -117.0764,182.45959 -64.8622,293.08524 14.4011,30.4742 63.6007,96.898 102.0855,96.898 14.139,0 25.8532,-4.5051 40.4017,-4.5051 z m -2.9654,-16.0961 c -15.0892,0 -28.3598,-7.4592 -35.3555,-22.3062 -14.6961,-31.1151 58.5709,-62.6032 48.0527,-84.87212 -6.6189,-14.01637 -31.8167,-27.13402 -44.5303,-27.13402 -63.5188,0 -62.9782,82.64634 -25.1159,136.51044 -23.5431,-14.9994 -38.9763,-37.914 -49.003,-59.1672 -37.2234,-78.83899 -7.6839,-187.2956 77.2645,-187.2956 46.9388,0 101.0043,42.17243 122.0079,86.68906 25.8532,54.7385 -40.2542,157.57564 -93.3204,157.57564"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path28"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:159.00854492;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:3.8636899;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 1784.998,1105.8383 c 95.8599,0 133.7058,-172.44208 90.6991,-263.55508 -33.3732,-70.68375 -92.534,-121.92306 -168.3241,-121.92306 -133.8499,0 -117.0764,182.45959 -64.8622,293.08524 14.4011,30.4742 63.6007,96.898 102.0855,96.898 14.139,0 25.8532,-4.5051 40.4017,-4.5051 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path30"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:159.00854492;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:3.8636899;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 1782.0326,1089.7422 c -15.0892,0 -28.3598,-7.4592 -35.3555,-22.3062 -14.6961,-31.1151 58.5709,-62.6032 48.0527,-84.87212 -6.6189,-14.01637 -31.8167,-27.13402 -44.5303,-27.13402 -63.5188,0 -62.9782,82.64634 -25.1159,136.51044 -23.5431,-14.9994 -38.9763,-37.914 -49.003,-59.1672 -37.2234,-78.83899 -7.6839,-187.2956 77.2645,-187.2956 46.9388,0 101.0043,42.17243 122.0079,86.68906 25.8532,54.7385 -40.2542,157.57564 -93.3204,157.57564 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path32"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 2220.6517,821.9481 c -25.0504,-53.05945 -71.727,-82.19051 -124.2853,-82.19051 -166.8004,0 -199.895,152.09888 -127.611,305.23921 17.0716,36.1457 45.0873,76.133 87.8647,76.133 134.0006,0 227.3537,-165.02835 164.0316,-299.1817 z m -133.0832,279.9676 c -12.304,0 -23.1007,-4.4483 -28.9988,-16.9511 -12.9757,-27.4974 57.6207,-52.0147 57.7191,-80.4304 -7.3726,-8.73101 -28.0158,-18.50354 -37.0104,-18.50354 -50.838,0 -89.2081,68.92204 -45.8082,120.14344 -17.6123,-11.1855 -28.065,-27.9273 -35.5031,-43.6682 -44.006,-93.21703 18.7264,-187.46099 110.1299,-187.46099 38.0425,0 87.0783,21.17222 106.8368,63.0413 27.9666,59.25653 -71.645,163.82949 -127.3653,163.82949"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path34"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:159.00854492;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:3.8636899;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 2220.6517,821.9481 c -25.0504,-53.05945 -71.727,-82.19051 -124.2853,-82.19051 -166.8004,0 -199.895,152.09888 -127.611,305.23921 17.0716,36.1457 45.0873,76.133 87.8647,76.133 134.0006,0 227.3537,-165.02835 164.0316,-299.1817 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path36"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:159.00854492;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:3.8636899;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 2087.5685,1101.9157 c -12.304,0 -23.1007,-4.4483 -28.9988,-16.9511 -12.9757,-27.4974 57.6207,-52.0147 57.7191,-80.4304 -7.3726,-8.73101 -28.0158,-18.50354 -37.0104,-18.50354 -50.838,0 -89.2081,68.92204 -45.8082,120.14344 -17.6123,-11.1855 -28.065,-27.9273 -35.5031,-43.6682 -44.006,-93.21703 18.7264,-187.46099 110.1299,-187.46099 38.0425,0 87.0783,21.17222 106.8368,63.0413 27.9666,59.25653 -71.645,163.82949 -127.3653,163.82949 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path38"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 2393.1535,1102.8274 c 143.7488,0 216.7865,-263.78222 152.5468,-399.83687 -12.2713,-26.01463 -35.159,-52.01473 -65.3374,-52.01473 -164.2282,0 -122.3029,326.43737 -214.7549,419.1856 8.4539,8.9792 16.5473,18.3771 23.969,27.8381 62.4703,-73.3135 31.4236,-266.2545 164.8508,-266.2545 30.7354,0 53.9836,26.91342 66.3859,53.17952 33.1274,70.189 -28.1796,192.09258 -95.2864,192.09258 -0.6717,0 -10.3052,-0.399 -10.0922,-4.3022 2.4739,-44.7973 37.7148,-16.8635 2.2281,-93.10353 -36.2567,7.22392 -74.6596,65.42923 -54.8355,107.43133 5.8325,12.3439 20.4302,15.7847 30.3258,15.7847"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path40"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:159.00854492;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:3.8636899;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 2393.1535,1102.8274 c 143.7488,0 216.7865,-263.78222 152.5468,-399.83687 -12.2713,-26.01463 -35.159,-52.01473 -65.3374,-52.01473 -164.2282,0 -122.3029,326.43737 -214.7549,419.1856 8.4539,8.9792 16.5473,18.3771 23.969,27.8381 62.4703,-73.3135 31.4236,-266.2545 164.8508,-266.2545 30.7354,0 53.9836,26.91342 66.3859,53.17952 33.1274,70.189 -28.1796,192.09258 -95.2864,192.09258 -0.6717,0 -10.3052,-0.399 -10.0922,-4.3022 2.4739,-44.7973 37.7148,-16.8635 2.2281,-93.10353 -36.2567,7.22392 -74.6596,65.42923 -54.8355,107.43133 5.8325,12.3439 20.4302,15.7847 30.3258,15.7847 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path42"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 2750.5923,1105.762 c 13.5328,-1.2799 33.881,-0.07 45.497,-3.6062 2.179,-0.6587 0.5242,-3.3841 0.9011,-5.532 3.5224,-19.9295 9.0764,-38.8452 13.8768,-58.1031 18.7263,-75.04929 29.9982,-152.08749 51.4933,-226.47164 23.3792,-80.98682 47.7579,-172.2523 19.4472,-273.87755 -2.7688,-9.94289 -6.4714,-20.03825 -11.2554,-30.17093 -32.0953,-68.00218 -308.4849,-146.35279 -380.6378,-146.35279 -8.7652,0 -18.2349,2.48531 -22.4127,8.18758 30.4405,19.36013 49.511,39.20694 63.1256,68.03462 16.3016,34.5494 16.0559,66.91199 13.9096,96.70819 5.767,-3.3516 218.1135,1.88182 225.8138,1.88182 31.2106,0 58.014,30.18391 70.5309,56.71606 23.0025,48.72481 19.0705,98.45214 15.0892,139.94649 -1.9987,20.77148 -4.8003,41.26557 -8.6668,61.17077 l -5.8653,28.8261 -0.7373,3.15692 -0.7209,3.14879 c 3.4897,0 0.3605,-6.12077 0.4915,-9.20148 2.1463,-50.2335 1.2452,-120.36407 -25.7384,-177.53601 -12.5498,-26.56462 -33.0619,-53.95335 -64.551,-53.95335 -138.0146,0 -68.5977,391.42866 -179.2027,484.47371 6.1274,10.1214 11.5995,20.5331 16.1869,30.742 65.4521,-79.0482 68.8762,-296.95756 165.2112,-296.95756 23.3792,0 47.5449,21.91358 57.4897,42.97063 42.7937,90.65712 -28.2943,196.26993 -59.2755,255.79893"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path44"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:159.00854492;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:3.8636899;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 2750.5923,1105.762 c 13.5328,-1.2799 33.881,-0.07 45.497,-3.6062 2.179,-0.6587 0.5242,-3.3841 0.9011,-5.532 3.5224,-19.9295 9.0764,-38.8452 13.8768,-58.1031 18.7263,-75.04929 29.9982,-152.08749 51.4933,-226.47164 23.3792,-80.98682 47.7579,-172.2523 19.4472,-273.87755 -2.7688,-9.94289 -6.4714,-20.03825 -11.2554,-30.17093 -32.0953,-68.00218 -308.4849,-146.35279 -380.6378,-146.35279 -8.7652,0 -18.2349,2.48531 -22.4127,8.18758 30.4405,19.36013 49.511,39.20694 63.1256,68.03462 16.3016,34.5494 16.0559,66.91199 13.9096,96.70819 5.767,-3.3516 218.1135,1.88182 225.8138,1.88182 31.2106,0 58.014,30.18391 70.5309,56.71606 23.0025,48.72481 19.0705,98.45214 15.0892,139.94649 -1.9987,20.77148 -4.8003,41.26557 -8.6668,61.17077 l -5.8653,28.8261 -0.7373,3.15692 -0.7209,3.14879 c 3.4897,0 0.3605,-6.12077 0.4915,-9.20148 2.1463,-50.2335 1.2452,-120.36407 -25.7384,-177.53601 -12.5498,-26.56462 -33.0619,-53.95335 -64.551,-53.95335 -138.0146,0 -68.5977,391.42866 -179.2027,484.47371 6.1274,10.1214 11.5995,20.5331 16.1869,30.742 65.4521,-79.0482 68.8762,-296.95756 165.2112,-296.95756 23.3792,0 47.5449,21.91358 57.4897,42.97063 42.7937,90.65712 -28.2943,196.26993 -59.2755,255.79893 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path46"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 1050.6455,1425.5157 c 94.9292,0 39.6021,-237.2078 5.8439,-308.7336 -28.9086,-61.2341 -93.98882,-149.5535 -171.11906,-149.5535 -92.54055,0 -89.7881,103.6483 -52.95145,181.6744 19.94198,42.2438 50.59058,89.5978 92.8158,124.4116 -10.80818,-36.3387 25.72702,-61.1594 10.95074,-92.4692 -10.09226,-21.3814 -30.98122,-44.7421 -41.83529,-67.7393 -17.55492,-37.1792 -10.84753,-103.1665 31.56281,-103.1665 37.96385,0 71.69747,47.0279 85.52675,76.3228 28.332,60.0287 99.1726,316.1198 19.9879,316.1198 -91.1971,0 -248.34432,-222.2344 -281.25222,-291.9432 -58.73814,-124.42782 -16.16069,-277.69308 117.67281,-277.69308 90.42873,0 164.80821,86.93728 200.73551,163.05078 21.4018,45.3342 33.0554,90.4414 37.6444,132.974 l 17.5549,3.212 c 3.878,-117.0805 127.7389,-310.94792 75.0119,-422.63612 -67.4804,-142.95089 -269.253,-141.67093 -384.46174,-192.40407 -24.21646,56.64633 -57.0228,109.31319 -103.21607,149.50811 102.76713,34.56889 355.30401,92.6152 410.21501,208.94309 23.0777,48.87725 7.366,129.91439 -19.2965,157.37939 -4.5366,-17.2756 -10.8148,-34.88528 -19.1474,-52.53393 -47.019,-99.59905 -147.68906,-176.84006 -251.47361,-176.84006 -144.49591,0 -205.75379,103.83159 -137.75082,247.90829 40.81294,86.4506 249.22251,374.2083 356.98173,374.2083"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path48"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:13.25098515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.86370993;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 1050.6455,1425.5157 c 94.9292,0 39.6021,-237.2078 5.8439,-308.7336 -28.9086,-61.2341 -93.98882,-149.5535 -171.11906,-149.5535 -92.54055,0 -89.7881,103.6483 -52.95145,181.6744 19.94198,42.2438 50.59058,89.5978 92.8158,124.4116 -10.80818,-36.3387 25.72702,-61.1594 10.95074,-92.4692 -10.09226,-21.3814 -30.98122,-44.7421 -41.83529,-67.7393 -17.55492,-37.1792 -10.84753,-103.1665 31.56281,-103.1665 37.96385,0 71.69747,47.0279 85.52675,76.3228 28.332,60.0287 99.1726,316.1198 19.9879,316.1198 -91.1971,0 -248.34432,-222.2344 -281.25222,-291.9432 -58.73814,-124.42782 -16.16069,-277.69308 117.67281,-277.69308 90.42873,0 164.80821,86.93728 200.73551,163.05078 21.4018,45.3342 33.0554,90.4414 37.6444,132.974 l 17.5549,3.212 c 3.878,-117.0805 127.7389,-310.94792 75.0119,-422.63612 -67.4804,-142.95089 -269.253,-141.67093 -384.46174,-192.40407 -24.21646,56.64633 -57.0228,109.31319 -103.21607,149.50811 102.76713,34.56889 355.30401,92.6152 410.21501,208.94309 23.0777,48.87725 7.366,129.91439 -19.2965,157.37939 -4.5366,-17.2756 -10.8148,-34.88528 -19.1474,-52.53393 -47.019,-99.59905 -147.68906,-176.84006 -251.47361,-176.84006 -144.49591,0 -205.75379,103.83159 -137.75082,247.90829 40.81294,86.4506 249.22251,374.2083 356.98173,374.2083 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path50"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 1297.512,1082.2003 c 5.7408,-14.1056 22.3356,-93.97633 34.9427,-93.97633 27.2179,0 76.4078,74.05973 89.603,93.28683 24.205,-15.8495 10.7771,-49.1255 55.6335,-49.1255 20.3073,0 30.5208,43.7445 51.6538,44.455 0.7488,-17.6811 1.8809,-33.6815 -7.7575,-54.1059 -14.8664,-31.49464 -52.478,-74.16836 -89.449,-74.16836 -26.4823,0 -63.3648,31.88239 -70.6096,31.88239 -7.8723,0 -22.316,-3.68253 -26.9247,-13.43399 -19.2506,-40.79189 32.2182,-176.96656 83.8377,-176.96656 27.5832,0 60.4977,20.23289 89.3474,32.71785 -7.5119,-49.06868 -8.5555,-90.44137 1.3827,-132.65921 -26.2906,-16.65907 -57.0866,-23.68187 -81.8011,-23.68187 -126.8378,0 -56.8884,294.98 -173.8453,357.82505 l 43.9864,57.9506"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path52"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:13.25098515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.86370993;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 1297.512,1082.2003 c 5.7408,-14.1056 22.3356,-93.97633 34.9427,-93.97633 27.2179,0 76.4078,74.05973 89.603,93.28683 24.205,-15.8495 10.7771,-49.1255 55.6335,-49.1255 20.3073,0 30.5208,43.7445 51.6538,44.455 0.7488,-17.6811 1.8809,-33.6815 -7.7575,-54.1059 -14.8664,-31.49464 -52.478,-74.16836 -89.449,-74.16836 -26.4823,0 -63.3648,31.88239 -70.6096,31.88239 -7.8723,0 -22.316,-3.68253 -26.9247,-13.43399 -19.2506,-40.79189 32.2182,-176.96656 83.8377,-176.96656 27.5832,0 60.4977,20.23289 89.3474,32.71785 -7.5119,-49.06868 -8.5555,-90.44137 1.3827,-132.65921 -26.2906,-16.65907 -57.0866,-23.68187 -81.8011,-23.68187 -126.8378,0 -56.8884,294.98 -173.8453,357.82505 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path54"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 1784.998,1105.8383 c 95.8599,0 133.7058,-172.44208 90.6991,-263.55508 -33.3732,-70.68375 -92.534,-121.92306 -168.3241,-121.92306 -133.8499,0 -117.0764,182.45959 -64.8622,293.08524 14.4011,30.4742 63.6007,96.898 102.0855,96.898 14.139,0 25.8532,-4.5051 40.4017,-4.5051 z m -2.9654,-16.0961 c -15.0892,0 -28.3598,-7.4592 -35.3555,-22.3062 -14.6961,-31.1151 58.5709,-62.6032 48.0527,-84.87212 -6.6189,-14.01637 -31.8167,-27.13402 -44.5303,-27.13402 -63.5188,0 -62.9782,82.64634 -25.1159,136.51044 -23.5431,-14.9994 -38.9763,-37.914 -49.003,-59.1672 -37.2234,-78.83899 -7.6839,-187.2956 77.2645,-187.2956 46.9388,0 101.0043,42.17243 122.0079,86.68906 25.8532,54.7385 -40.2542,157.57564 -93.3204,157.57564"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path56"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:13.25098515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.86370993;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 1784.998,1105.8383 c 95.8599,0 133.7058,-172.44208 90.6991,-263.55508 -33.3732,-70.68375 -92.534,-121.92306 -168.3241,-121.92306 -133.8499,0 -117.0764,182.45959 -64.8622,293.08524 14.4011,30.4742 63.6007,96.898 102.0855,96.898 14.139,0 25.8532,-4.5051 40.4017,-4.5051 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path58"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:13.25098515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.86370993;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 1782.0326,1089.7422 c -15.0892,0 -28.3598,-7.4592 -35.3555,-22.3062 -14.6961,-31.1151 58.5709,-62.6032 48.0527,-84.87212 -6.6189,-14.01637 -31.8167,-27.13402 -44.5303,-27.13402 -63.5188,0 -62.9782,82.64634 -25.1159,136.51044 -23.5431,-14.9994 -38.9763,-37.914 -49.003,-59.1672 -37.2234,-78.83899 -7.6839,-187.2956 77.2645,-187.2956 46.9388,0 101.0043,42.17243 122.0079,86.68906 25.8532,54.7385 -40.2542,157.57564 -93.3204,157.57564 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path60"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 2220.6517,821.9481 c -25.0504,-53.05945 -71.727,-82.19051 -124.2853,-82.19051 -166.8004,0 -199.895,152.09888 -127.611,305.23921 17.0716,36.1457 45.0873,76.133 87.8647,76.133 134.0006,0 227.3537,-165.02835 164.0316,-299.1817 z m -133.0832,279.9676 c -12.304,0 -23.1007,-4.4483 -28.9988,-16.9511 -12.9757,-27.4974 57.6207,-52.0147 57.7191,-80.4304 -7.3726,-8.73101 -28.0158,-18.50354 -37.0104,-18.50354 -50.838,0 -89.2081,68.92204 -45.8082,120.14344 -17.6123,-11.1855 -28.065,-27.9273 -35.5031,-43.6682 -44.006,-93.21703 18.7264,-187.46099 110.1299,-187.46099 38.0425,0 87.0783,21.17222 106.8368,63.0413 27.9666,59.25653 -71.645,163.82949 -127.3653,163.82949"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path62"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:13.25098515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.86370993;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 2220.6517,821.9481 c -25.0504,-53.05945 -71.727,-82.19051 -124.2853,-82.19051 -166.8004,0 -199.895,152.09888 -127.611,305.23921 17.0716,36.1457 45.0873,76.133 87.8647,76.133 134.0006,0 227.3537,-165.02835 164.0316,-299.1817 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path64"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:13.25098515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.86370993;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 2087.5685,1101.9157 c -12.304,0 -23.1007,-4.4483 -28.9988,-16.9511 -12.9757,-27.4974 57.6207,-52.0147 57.7191,-80.4304 -7.3726,-8.73101 -28.0158,-18.50354 -37.0104,-18.50354 -50.838,0 -89.2081,68.92204 -45.8082,120.14344 -17.6123,-11.1855 -28.065,-27.9273 -35.5031,-43.6682 -44.006,-93.21703 18.7264,-187.46099 110.1299,-187.46099 38.0425,0 87.0783,21.17222 106.8368,63.0413 27.9666,59.25653 -71.645,163.82949 -127.3653,163.82949 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path66"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 2393.1535,1102.8274 c 143.7488,0 216.7865,-263.78222 152.5468,-399.83687 -12.2713,-26.01463 -35.159,-52.01473 -65.3374,-52.01473 -164.2282,0 -122.3029,326.43737 -214.7549,419.1856 8.4539,8.9792 16.5473,18.3771 23.969,27.8381 62.4703,-73.3135 31.4236,-266.2545 164.8508,-266.2545 30.7354,0 53.9836,26.91342 66.3859,53.17952 33.1274,70.189 -28.1796,192.09258 -95.2864,192.09258 -0.6717,0 -10.3052,-0.399 -10.0922,-4.3022 2.4739,-44.7973 37.7148,-16.8635 2.2281,-93.10353 -36.2567,7.22392 -74.6596,65.42923 -54.8355,107.43133 5.8325,12.3439 20.4302,15.7847 30.3258,15.7847"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path68"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:13.25098515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.86370993;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 2393.1535,1102.8274 c 143.7488,0 216.7865,-263.78222 152.5468,-399.83687 -12.2713,-26.01463 -35.159,-52.01473 -65.3374,-52.01473 -164.2282,0 -122.3029,326.43737 -214.7549,419.1856 8.4539,8.9792 16.5473,18.3771 23.969,27.8381 62.4703,-73.3135 31.4236,-266.2545 164.8508,-266.2545 30.7354,0 53.9836,26.91342 66.3859,53.17952 33.1274,70.189 -28.1796,192.09258 -95.2864,192.09258 -0.6717,0 -10.3052,-0.399 -10.0922,-4.3022 2.4739,-44.7973 37.7148,-16.8635 2.2281,-93.10353 -36.2567,7.22392 -74.6596,65.42923 -54.8355,107.43133 5.8325,12.3439 20.4302,15.7847 30.3258,15.7847 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path70"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 2750.5923,1105.762 c 13.5328,-1.2799 33.881,-0.07 45.497,-3.6062 2.179,-0.6587 0.5242,-3.3841 0.9011,-5.532 3.5224,-19.9295 9.0764,-38.8452 13.8768,-58.1031 18.7263,-75.04929 29.9982,-152.08749 51.4933,-226.47164 23.3792,-80.98682 47.7579,-172.2523 19.4472,-273.87755 -2.7688,-9.94289 -6.4714,-20.03825 -11.2554,-30.17093 -32.0953,-68.00218 -114.619,-132.73386 -186.7883,-132.73386 -8.7652,0 -18.2185,2.4772 -22.4126,8.18109 30.4569,19.35851 49.5109,39.21343 63.1256,68.03299 16.318,34.55591 16.0722,66.91851 13.926,96.70981 5.767,-3.3532 24.2475,-11.73061 31.9478,-11.73061 31.2106,0 58.014,30.18391 70.5309,56.71606 23.0025,48.72481 19.0705,98.45214 15.0892,139.94649 -1.9987,20.77148 -4.8003,41.26557 -8.6668,61.17077 l -5.8653,28.8261 -0.7373,3.15692 -0.7209,3.14879 c 3.4897,0 0.3605,-6.12077 0.4915,-9.20148 2.1463,-50.2335 1.2452,-120.36407 -25.7384,-177.53601 -12.5498,-26.56462 -33.0619,-53.95335 -64.551,-53.95335 -138.0146,0 -68.5977,391.42866 -179.2027,484.47371 6.1274,10.1214 11.5995,20.5331 16.1869,30.742 65.4521,-79.0482 68.8762,-296.95756 165.2112,-296.95756 23.3792,0 47.5449,21.91358 57.4897,42.97063 42.7937,90.65712 -28.2943,196.26993 -59.2755,255.79893"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path72"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:13.25098515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.86370993;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 2750.5923,1105.762 c 13.5328,-1.2799 33.881,-0.07 45.497,-3.6062 2.179,-0.6587 0.5242,-3.3841 0.9011,-5.532 3.5224,-19.9295 9.0764,-38.8452 13.8768,-58.1031 18.7263,-75.04929 29.9982,-152.08749 51.4933,-226.47164 23.3792,-80.98682 47.7579,-172.2523 19.4472,-273.87755 -2.7688,-9.94289 -6.4714,-20.03825 -11.2554,-30.17093 -32.0953,-68.00218 -114.619,-132.73386 -186.7883,-132.73386 -8.7652,0 -18.2185,2.4772 -22.4126,8.18109 30.4569,19.35851 49.5109,39.21343 63.1256,68.03299 16.318,34.55591 16.0722,66.91851 13.926,96.70981 5.767,-3.3532 24.2475,-11.73061 31.9478,-11.73061 31.2106,0 58.014,30.18391 70.5309,56.71606 23.0025,48.72481 19.0705,98.45214 15.0892,139.94649 -1.9987,20.77148 -4.8003,41.26557 -8.6668,61.17077 l -5.8653,28.8261 -0.7373,3.15692 -0.7209,3.14879 c 3.4897,0 0.3605,-6.12077 0.4915,-9.20148 2.1463,-50.2335 1.2452,-120.36407 -25.7384,-177.53601 -12.5498,-26.56462 -33.0619,-53.95335 -64.551,-53.95335 -138.0146,0 -68.5977,391.42866 -179.2027,484.47371 6.1274,10.1214 11.5995,20.5331 16.1869,30.742 65.4521,-79.0482 68.8762,-296.95756 165.2112,-296.95756 23.3792,0 47.5449,21.91358 57.4897,42.97063 42.7937,90.65712 -28.2943,196.26993 -59.2755,255.79893 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path74"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 1050.6455,1425.5157 c 94.9292,0 39.6021,-237.2078 5.8439,-308.7336 -28.9086,-61.2341 -93.98882,-149.5535 -171.11906,-149.5535 -92.54055,0 -89.7881,103.6483 -52.95145,181.6744 19.94198,42.2438 50.59058,89.5978 92.8158,124.4116 -10.80818,-36.3387 25.72702,-61.1594 10.95074,-92.4692 -10.09226,-21.3814 -30.98122,-44.7421 -41.83529,-67.7393 -17.55492,-37.1792 -10.84753,-103.1665 31.56281,-103.1665 37.96385,0 71.69747,47.0279 85.52675,76.3228 28.332,60.0287 99.1726,316.1198 19.9879,316.1198 -91.1971,0 -248.34432,-222.2344 -281.25222,-291.9432 -58.73814,-124.42782 -16.16069,-277.69308 117.67281,-277.69308 90.42873,0 164.80821,86.93728 200.73551,163.05078 21.4018,45.3342 33.0554,90.4414 37.6444,132.974 l 17.5549,3.212 c 3.878,-117.0805 127.7389,-310.94792 75.0119,-422.63612 -67.4804,-142.95089 -269.253,-141.67093 -384.46174,-192.40407 -24.21646,56.64633 -57.0228,109.31319 -103.21607,149.50811 102.76713,34.56889 355.30401,92.6152 410.21501,208.94309 23.0777,48.87725 7.366,129.91439 -19.2965,157.37939 -4.5366,-17.2756 -10.8148,-34.88528 -19.1474,-52.53393 -47.019,-99.59905 -147.68906,-176.84006 -251.47361,-176.84006 -144.49591,0 -205.75379,103.83159 -137.75082,247.90829 40.81294,86.4506 249.22251,374.2083 356.98173,374.2083"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path76"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:159.00854492;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:3.8636899;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 1050.6455,1425.5157 c 94.9292,0 39.6021,-237.2078 5.8439,-308.7336 -28.9086,-61.2341 -93.98882,-149.5535 -171.11906,-149.5535 -92.54055,0 -89.7881,103.6483 -52.95145,181.6744 19.94198,42.2438 50.59058,89.5978 92.8158,124.4116 -10.80818,-36.3387 25.72702,-61.1594 10.95074,-92.4692 -10.09226,-21.3814 -30.98122,-44.7421 -41.83529,-67.7393 -17.55492,-37.1792 -10.84753,-103.1665 31.56281,-103.1665 37.96385,0 71.69747,47.0279 85.52675,76.3228 28.332,60.0287 99.1726,316.1198 19.9879,316.1198 -91.1971,0 -248.34432,-222.2344 -281.25222,-291.9432 -58.73814,-124.42782 -16.16069,-277.69308 117.67281,-277.69308 90.42873,0 164.80821,86.93728 200.73551,163.05078 21.4018,45.3342 33.0554,90.4414 37.6444,132.974 l 17.5549,3.212 c 3.878,-117.0805 127.7389,-310.94792 75.0119,-422.63612 -67.4804,-142.95089 -269.253,-141.67093 -384.46174,-192.40407 -24.21646,56.64633 -57.0228,109.31319 -103.21607,149.50811 102.76713,34.56889 355.30401,92.6152 410.21501,208.94309 23.0777,48.87725 7.366,129.91439 -19.2965,157.37939 -4.5366,-17.2756 -10.8148,-34.88528 -19.1474,-52.53393 -47.019,-99.59905 -147.68906,-176.84006 -251.47361,-176.84006 -144.49591,0 -205.75379,103.83159 -137.75082,247.90829 40.81294,86.4506 249.22251,374.2083 356.98173,374.2083 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path78"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 1297.512,1082.2003 c 5.7408,-14.1056 22.3356,-93.97633 34.9427,-93.97633 27.2179,0 76.4078,74.05973 89.603,93.28683 24.205,-15.8495 10.7771,-49.1255 55.6335,-49.1255 20.3073,0 30.5208,43.7445 51.6538,44.455 0.7488,-17.6811 1.8809,-33.6815 -7.7575,-54.1059 -14.8664,-31.49464 -52.478,-74.16836 -89.449,-74.16836 -26.4823,0 -63.3648,31.88239 -70.6096,31.88239 -7.8723,0 -22.316,-3.68253 -26.9247,-13.43399 -19.2506,-40.79189 32.2182,-176.96656 83.8377,-176.96656 27.5832,0 60.4977,20.23289 89.3474,32.71785 -7.5119,-49.06868 -8.5555,-90.44137 1.3827,-132.65921 -26.2906,-16.65907 -57.0866,-23.68187 -81.8011,-23.68187 -126.8378,0 -56.8884,294.98 -173.8453,357.82505 l 43.9864,57.9506"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path80"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:159.00854492;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:3.8636899;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 1297.512,1082.2003 c 5.7408,-14.1056 22.3356,-93.97633 34.9427,-93.97633 27.2179,0 76.4078,74.05973 89.603,93.28683 24.205,-15.8495 10.7771,-49.1255 55.6335,-49.1255 20.3073,0 30.5208,43.7445 51.6538,44.455 0.7488,-17.6811 1.8809,-33.6815 -7.7575,-54.1059 -14.8664,-31.49464 -52.478,-74.16836 -89.449,-74.16836 -26.4823,0 -63.3648,31.88239 -70.6096,31.88239 -7.8723,0 -22.316,-3.68253 -26.9247,-13.43399 -19.2506,-40.79189 32.2182,-176.96656 83.8377,-176.96656 27.5832,0 60.4977,20.23289 89.3474,32.71785 -7.5119,-49.06868 -8.5555,-90.44137 1.3827,-132.65921 -26.2906,-16.65907 -57.0866,-23.68187 -81.8011,-23.68187 -126.8378,0 -56.8884,294.98 -173.8453,357.82505 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path82"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 1784.998,1105.8383 c 95.8599,0 133.7058,-172.44208 90.6991,-263.55508 -33.3732,-70.68375 -92.534,-121.92306 -168.3241,-121.92306 -133.8499,0 -117.0764,182.45959 -64.8622,293.08524 14.4011,30.4742 63.6007,96.898 102.0855,96.898 14.139,0 25.8532,-4.5051 40.4017,-4.5051 z m -2.9654,-16.0961 c -15.0892,0 -28.3598,-7.4592 -35.3555,-22.3062 -14.6961,-31.1151 58.5709,-62.6032 48.0527,-84.87212 -6.6189,-14.01637 -31.8167,-27.13402 -44.5303,-27.13402 -63.5188,0 -62.9782,82.64634 -25.1159,136.51044 -23.5431,-14.9994 -38.9763,-37.914 -49.003,-59.1672 -37.2234,-78.83899 -7.6839,-187.2956 77.2645,-187.2956 46.9388,0 101.0043,42.17243 122.0079,86.68906 25.8532,54.7385 -40.2542,157.57564 -93.3204,157.57564"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path84"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:159.00854492;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:3.8636899;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 1784.998,1105.8383 c 95.8599,0 133.7058,-172.44208 90.6991,-263.55508 -33.3732,-70.68375 -92.534,-121.92306 -168.3241,-121.92306 -133.8499,0 -117.0764,182.45959 -64.8622,293.08524 14.4011,30.4742 63.6007,96.898 102.0855,96.898 14.139,0 25.8532,-4.5051 40.4017,-4.5051 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path86"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:159.00854492;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:3.8636899;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 1782.0326,1089.7422 c -15.0892,0 -28.3598,-7.4592 -35.3555,-22.3062 -14.6961,-31.1151 58.5709,-62.6032 48.0527,-84.87212 -6.6189,-14.01637 -31.8167,-27.13402 -44.5303,-27.13402 -63.5188,0 -62.9782,82.64634 -25.1159,136.51044 -23.5431,-14.9994 -38.9763,-37.914 -49.003,-59.1672 -37.2234,-78.83899 -7.6839,-187.2956 77.2645,-187.2956 46.9388,0 101.0043,42.17243 122.0079,86.68906 25.8532,54.7385 -40.2542,157.57564 -93.3204,157.57564 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path88"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 2220.6517,821.9481 c -25.0504,-53.05945 -71.727,-82.19051 -124.2853,-82.19051 -166.8004,0 -199.895,152.09888 -127.611,305.23921 17.0716,36.1457 45.0873,76.133 87.8647,76.133 134.0006,0 227.3537,-165.02835 164.0316,-299.1817 z m -133.0832,279.9676 c -12.304,0 -23.1007,-4.4483 -28.9988,-16.9511 -12.9757,-27.4974 57.6207,-52.0147 57.7191,-80.4304 -7.3726,-8.73101 -28.0158,-18.50354 -37.0104,-18.50354 -50.838,0 -89.2081,68.92204 -45.8082,120.14344 -17.6123,-11.1855 -28.065,-27.9273 -35.5031,-43.6682 -44.006,-93.21703 18.7264,-187.46099 110.1299,-187.46099 38.0425,0 87.0783,21.17222 106.8368,63.0413 27.9666,59.25653 -71.645,163.82949 -127.3653,163.82949"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path90"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:159.00854492;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:3.8636899;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 2220.6517,821.9481 c -25.0504,-53.05945 -71.727,-82.19051 -124.2853,-82.19051 -166.8004,0 -199.895,152.09888 -127.611,305.23921 17.0716,36.1457 45.0873,76.133 87.8647,76.133 134.0006,0 227.3537,-165.02835 164.0316,-299.1817 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path92"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:159.00854492;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:3.8636899;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 2087.5685,1101.9157 c -12.304,0 -23.1007,-4.4483 -28.9988,-16.9511 -12.9757,-27.4974 57.6207,-52.0147 57.7191,-80.4304 -7.3726,-8.73101 -28.0158,-18.50354 -37.0104,-18.50354 -50.838,0 -89.2081,68.92204 -45.8082,120.14344 -17.6123,-11.1855 -28.065,-27.9273 -35.5031,-43.6682 -44.006,-93.21703 18.7264,-187.46099 110.1299,-187.46099 38.0425,0 87.0783,21.17222 106.8368,63.0413 27.9666,59.25653 -71.645,163.82949 -127.3653,163.82949 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path94"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 2393.1535,1102.8274 c 143.7488,0 216.7865,-263.78222 152.5468,-399.83687 -12.2713,-26.01463 -35.159,-52.01473 -65.3374,-52.01473 -164.2282,0 -122.3029,326.43737 -214.7549,419.1856 8.4539,8.9792 16.5473,18.3771 23.969,27.8381 62.4703,-73.3135 31.4236,-266.2545 164.8508,-266.2545 30.7354,0 53.9836,26.91342 66.3859,53.17952 33.1274,70.189 -28.1796,192.09258 -95.2864,192.09258 -0.6717,0 -10.3052,-0.399 -10.0922,-4.3022 2.4739,-44.7973 37.7148,-16.8635 2.2281,-93.10353 -36.2567,7.22392 -74.6596,65.42923 -54.8355,107.43133 5.8325,12.3439 20.4302,15.7847 30.3258,15.7847"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path96"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:159.00854492;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:3.8636899;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 2393.1535,1102.8274 c 143.7488,0 216.7865,-263.78222 152.5468,-399.83687 -12.2713,-26.01463 -35.159,-52.01473 -65.3374,-52.01473 -164.2282,0 -122.3029,326.43737 -214.7549,419.1856 8.4539,8.9792 16.5473,18.3771 23.969,27.8381 62.4703,-73.3135 31.4236,-266.2545 164.8508,-266.2545 30.7354,0 53.9836,26.91342 66.3859,53.17952 33.1274,70.189 -28.1796,192.09258 -95.2864,192.09258 -0.6717,0 -10.3052,-0.399 -10.0922,-4.3022 2.4739,-44.7973 37.7148,-16.8635 2.2281,-93.10353 -36.2567,7.22392 -74.6596,65.42923 -54.8355,107.43133 5.8325,12.3439 20.4302,15.7847 30.3258,15.7847 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path98"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 2750.5923,1105.762 c 13.5328,-1.2799 33.881,-0.07 45.497,-3.6062 2.179,-0.6587 0.5242,-3.3841 0.9011,-5.532 3.5224,-19.9295 9.0764,-38.8452 13.8768,-58.1031 18.7263,-75.04929 29.9982,-152.08749 51.4933,-226.47164 23.3792,-80.98682 47.7579,-172.2523 19.4472,-273.87755 -2.7688,-9.94289 -6.4714,-20.03825 -11.2554,-30.17093 -32.0953,-68.00218 -114.619,-132.73386 -186.7883,-132.73386 -8.7652,0 -18.2185,2.4772 -22.4126,8.18109 30.4569,19.35851 49.5109,39.21343 63.1256,68.03299 16.318,34.55591 16.0722,66.91851 13.926,96.70981 5.767,-3.3532 24.2475,-11.73061 31.9478,-11.73061 31.2106,0 58.014,30.18391 70.5309,56.71606 23.0025,48.72481 19.0705,98.45214 15.0892,139.94649 -1.9987,20.77148 -4.8003,41.26557 -8.6668,61.17077 l -5.8653,28.8261 -0.7373,3.15692 -0.7209,3.14879 c 3.4897,0 0.3605,-6.12077 0.4915,-9.20148 2.1463,-50.2335 1.2452,-120.36407 -25.7384,-177.53601 -12.5498,-26.56462 -33.0619,-53.95335 -64.551,-53.95335 -138.0146,0 -68.5977,391.42866 -179.2027,484.47371 6.1274,10.1214 11.5995,20.5331 16.1869,30.742 65.4521,-79.0482 68.8762,-296.95756 165.2112,-296.95756 23.3792,0 47.5449,21.91358 57.4897,42.97063 42.7937,90.65712 -28.2943,196.26993 -59.2755,255.79893"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path100"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:159.00854492;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:3.8636899;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 2750.5923,1105.762 c 13.5328,-1.2799 33.881,-0.07 45.497,-3.6062 2.179,-0.6587 0.5242,-3.3841 0.9011,-5.532 3.5224,-19.9295 9.0764,-38.8452 13.8768,-58.1031 18.7263,-75.04929 29.9982,-152.08749 51.4933,-226.47164 23.3792,-80.98682 47.7579,-172.2523 19.4472,-273.87755 -2.7688,-9.94289 -6.4714,-20.03825 -11.2554,-30.17093 -32.0953,-68.00218 -114.619,-132.73386 -186.7883,-132.73386 -8.7652,0 -18.2185,2.4772 -22.4126,8.18109 30.4569,19.35851 49.5109,39.21343 63.1256,68.03299 16.318,34.55591 16.0722,66.91851 13.926,96.70981 5.767,-3.3532 24.2475,-11.73061 31.9478,-11.73061 31.2106,0 58.014,30.18391 70.5309,56.71606 23.0025,48.72481 19.0705,98.45214 15.0892,139.94649 -1.9987,20.77148 -4.8003,41.26557 -8.6668,61.17077 l -5.8653,28.8261 -0.7373,3.15692 -0.7209,3.14879 c 3.4897,0 0.3605,-6.12077 0.4915,-9.20148 2.1463,-50.2335 1.2452,-120.36407 -25.7384,-177.53601 -12.5498,-26.56462 -33.0619,-53.95335 -64.551,-53.95335 -138.0146,0 -68.5977,391.42866 -179.2027,484.47371 6.1274,10.1214 11.5995,20.5331 16.1869,30.742 65.4521,-79.0482 68.8762,-296.95756 165.2112,-296.95756 23.3792,0 47.5449,21.91358 57.4897,42.97063 42.7937,90.65712 -28.2943,196.26993 -59.2755,255.79893 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path102"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 1050.6455,1425.5157 c 94.9292,0 39.6021,-237.2078 5.8439,-308.7336 -28.9086,-61.2341 -93.98882,-149.5535 -171.11906,-149.5535 -92.54055,0 -89.7881,103.6483 -52.95145,181.6744 19.94198,42.2438 50.59058,89.5978 92.8158,124.4116 -10.80818,-36.3387 25.72702,-61.1594 10.95074,-92.4692 -10.09226,-21.3814 -30.98122,-44.7421 -41.83529,-67.7393 -17.55492,-37.1792 -10.84753,-103.1665 31.56281,-103.1665 37.96385,0 71.69747,47.0279 85.52675,76.3228 28.332,60.0287 99.1726,316.1198 19.9879,316.1198 -91.1971,0 -248.34432,-222.2344 -281.25222,-291.9432 -58.73814,-124.42782 -16.16069,-277.69308 117.67281,-277.69308 90.42873,0 164.80821,86.93728 200.73551,163.05078 21.4018,45.3342 33.0554,90.4414 37.6444,132.974 l 17.5549,3.212 c 3.878,-117.0805 127.7389,-310.94792 75.0119,-422.63612 -67.4804,-142.95089 -269.253,-141.67093 -384.46174,-192.40407 -24.21646,56.64633 -57.0228,109.31319 -103.21607,149.50811 102.76713,34.56889 355.30401,92.6152 410.21501,208.94309 23.0777,48.87725 7.366,129.91439 -19.2965,157.37939 -4.5366,-17.2756 -10.8148,-34.88528 -19.1474,-52.53393 -47.019,-99.59905 -147.68906,-176.84006 -251.47361,-176.84006 -144.49591,0 -205.75379,103.83159 -137.75082,247.90829 40.81294,86.4506 249.22251,374.2083 356.98173,374.2083"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path104"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 1297.512,1082.2003 c 5.7408,-14.1056 22.3356,-93.97633 34.9427,-93.97633 27.2179,0 76.4078,74.05973 89.603,93.28683 24.205,-15.8495 10.7771,-49.1255 55.6335,-49.1255 20.3073,0 30.5208,43.7445 51.6538,44.455 0.7488,-17.6811 1.8809,-33.6815 -7.7575,-54.1059 -14.8664,-31.49464 -52.478,-74.16836 -89.449,-74.16836 -26.4823,0 -63.3648,31.88239 -70.6096,31.88239 -7.8723,0 -22.316,-3.68253 -26.9247,-13.43399 -19.2506,-40.79189 32.2182,-176.96656 83.8377,-176.96656 27.5832,0 60.4977,20.23289 89.3474,32.71785 -7.5119,-49.06868 -8.5555,-90.44137 1.3827,-132.65921 -26.2906,-16.65907 -57.0866,-23.68187 -81.8011,-23.68187 -126.8378,0 -56.8884,294.98 -173.8453,357.82505 l 43.9864,57.9506"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path106"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 1784.998,1105.8383 c 95.8599,0 133.7058,-172.44208 90.6991,-263.55508 -33.3732,-70.68375 -92.534,-121.92306 -168.3241,-121.92306 -133.8499,0 -117.0764,182.45959 -64.8622,293.08524 14.4011,30.4742 63.6007,96.898 102.0855,96.898 14.139,0 25.8532,-4.5051 40.4017,-4.5051 z m -2.9654,-16.0961 c -15.0892,0 -28.3598,-7.4592 -35.3555,-22.3062 -14.6961,-31.1151 58.5709,-62.6032 48.0527,-84.87212 -6.6189,-14.01637 -31.8167,-27.13402 -44.5303,-27.13402 -63.5188,0 -62.9782,82.64634 -25.1159,136.51044 -23.5431,-14.9994 -38.9763,-37.914 -49.003,-59.1672 -37.2234,-78.83899 -7.6839,-187.2956 77.2645,-187.2956 46.9388,0 101.0043,42.17243 122.0079,86.68906 25.8532,54.7385 -40.2542,157.57564 -93.3204,157.57564"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path108"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 2220.6517,821.9481 c -25.0504,-53.05945 -71.727,-82.19051 -124.2853,-82.19051 -166.8004,0 -199.895,152.09888 -127.611,305.23921 17.0716,36.1457 45.0873,76.133 87.8647,76.133 134.0006,0 227.3537,-165.02835 164.0316,-299.1817 z m -133.0832,279.9676 c -12.304,0 -23.1007,-4.4483 -28.9988,-16.9511 -12.9757,-27.4974 57.6207,-52.0147 57.7191,-80.4304 -7.3726,-8.73101 -28.0158,-18.50354 -37.0104,-18.50354 -50.838,0 -89.2081,68.92204 -45.8082,120.14344 -17.6123,-11.1855 -28.065,-27.9273 -35.5031,-43.6682 -44.006,-93.21703 18.7264,-187.46099 110.1299,-187.46099 38.0425,0 87.0783,21.17222 106.8368,63.0413 27.9666,59.25653 -71.645,163.82949 -127.3653,163.82949"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path110"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 2393.1535,1102.8274 c 143.7488,0 216.7865,-263.78222 152.5468,-399.83687 -12.2713,-26.01463 -35.159,-52.01473 -65.3374,-52.01473 -164.2282,0 -122.3029,326.43737 -214.7549,419.1856 8.4539,8.9792 16.5473,18.3771 23.969,27.8381 62.4703,-73.3135 31.4236,-266.2545 164.8508,-266.2545 30.7354,0 53.9836,26.91342 66.3859,53.17952 33.1274,70.189 -28.1796,192.09258 -95.2864,192.09258 -0.6717,0 -10.3052,-0.399 -10.0922,-4.3022 2.4739,-44.7973 37.7148,-16.8635 2.2281,-93.10353 -36.2567,7.22392 -74.6596,65.42923 -54.8355,107.43133 5.8325,12.3439 20.4302,15.7847 30.3258,15.7847"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path112"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 2750.5923,1105.762 c 13.5328,-1.2799 33.881,-0.07 45.497,-3.6062 2.179,-0.6587 0.5242,-3.3841 0.9011,-5.532 3.5224,-19.9295 9.0764,-38.8452 13.8768,-58.1031 18.7263,-75.04929 29.9982,-152.08749 51.4933,-226.47164 23.3792,-80.98682 47.7579,-172.2523 19.4472,-273.87755 -2.7688,-9.94289 -6.4714,-20.03825 -11.2554,-30.17093 -107.6232,-206.73031 -337.9588,-151.01032 -410.1118,-151.01032 -8.7652,0 -18.2348,2.48531 -22.4126,8.18758 30.4405,19.36013 49.5109,39.20694 63.1093,68.02813 16.3179,34.55589 16.0722,66.91849 13.9259,96.71469 5.767,-3.3581 24.264,-11.73062 31.9478,-11.73062 31.2106,0 205.187,-89.38852 293.8708,74.98602 23.0025,48.72481 19.0705,98.45214 15.0892,139.94649 -1.9987,20.77148 -4.8003,41.26557 -8.6668,61.17077 l -5.8653,28.8261 -0.7373,3.15692 -0.7209,3.14879 c 3.4897,0 0.3605,-6.12077 0.4915,-9.20148 2.1463,-50.2335 1.2452,-120.36407 -25.7384,-177.53601 -12.5498,-26.56462 -33.0619,-53.95335 -64.551,-53.95335 -138.0146,0 -68.5977,391.42866 -179.2027,484.47371 6.1274,10.1214 11.5995,20.5331 16.1869,30.742 65.4521,-79.0482 68.8762,-296.95756 165.2112,-296.95756 23.3792,0 47.5449,21.91358 57.4897,42.97063 42.7937,90.65712 -28.2943,196.26993 -59.2755,255.79893"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path212"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="M 2877.5765,0 1778.261,426.92756 678.99141,0.10881893 1113.04,680.53089 -0.45345041,1097.1986 1367.113,1090.8092 l 411.0989,684.3331 411.1382,-684.3705 1367.5958,6.2627 L 2443.4527,680.46753 2877.5765,0"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path214"
|
||||||
|
style="fill:#619cbc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="M 2730.5061,123.27678 1780.1485,491.63841 829.84013,123.35303 1205.073,710.46107 242.46549,1069.9765 l 1182.24801,-5.506 355.4023,590.4824 355.4236,-590.5149 1182.266,5.412 -962.5961,-359.43922 375.2968,-587.134"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path216"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 1050.6455,1425.5157 c 94.9292,0 39.6021,-237.2078 5.8439,-308.7336 -28.9086,-61.2341 -93.98882,-149.5535 -171.11906,-149.5535 -92.54055,0 -89.7881,103.6483 -52.95145,181.6744 19.94198,42.2438 50.59058,89.5978 92.8158,124.4116 -10.80818,-36.3387 25.72702,-61.1594 10.95074,-92.4692 -10.09226,-21.3814 -30.98122,-44.7421 -41.83529,-67.7393 -17.55492,-37.1792 -10.84753,-103.1665 31.56281,-103.1665 37.96385,0 71.69747,47.0279 85.52675,76.3228 28.332,60.0287 99.1726,316.1198 19.9879,316.1198 -91.1971,0 -248.34432,-222.2344 -281.25222,-291.9432 -58.73814,-124.42782 -16.16069,-277.69308 117.67281,-277.69308 90.42873,0 164.80821,86.93728 200.73551,163.05078 21.4018,45.3342 33.0554,90.4414 37.6444,132.974 l 17.5549,3.212 c 3.878,-117.0805 127.7389,-310.94792 75.0119,-422.63612 -67.4804,-142.95089 -269.253,-141.67093 -384.46174,-192.40407 -24.21646,56.64633 -57.0228,109.31319 -103.21607,149.50811 102.76713,34.56889 355.30401,92.6152 410.21501,208.94309 23.0777,48.87725 7.366,129.91439 -19.2965,157.37939 -4.5366,-17.2756 -10.8148,-34.88528 -19.1474,-52.53393 -47.019,-99.59905 -147.68906,-176.84006 -251.47361,-176.84006 -144.49591,0 -205.75379,103.83159 -137.75082,247.90829 40.81294,86.4506 249.22251,374.2083 356.98173,374.2083"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path218"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:159.00854492;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:3.8636899;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 1050.6455,1425.5157 c 94.9292,0 39.6021,-237.2078 5.8439,-308.7336 -28.9086,-61.2341 -93.98882,-149.5535 -171.11906,-149.5535 -92.54055,0 -89.7881,103.6483 -52.95145,181.6744 19.94198,42.2438 50.59058,89.5978 92.8158,124.4116 -10.80818,-36.3387 25.72702,-61.1594 10.95074,-92.4692 -10.09226,-21.3814 -30.98122,-44.7421 -41.83529,-67.7393 -17.55492,-37.1792 -10.84753,-103.1665 31.56281,-103.1665 37.96385,0 71.69747,47.0279 85.52675,76.3228 28.332,60.0287 99.1726,316.1198 19.9879,316.1198 -91.1971,0 -248.34432,-222.2344 -281.25222,-291.9432 -58.73814,-124.42782 -16.16069,-277.69308 117.67281,-277.69308 90.42873,0 164.80821,86.93728 200.73551,163.05078 21.4018,45.3342 33.0554,90.4414 37.6444,132.974 l 17.5549,3.212 c 3.878,-117.0805 127.7389,-310.94792 75.0119,-422.63612 -67.4804,-142.95089 -269.253,-141.67093 -384.46174,-192.40407 -24.21646,56.64633 -57.0228,109.31319 -103.21607,149.50811 102.76713,34.56889 355.30401,92.6152 410.21501,208.94309 23.0777,48.87725 7.366,129.91439 -19.2965,157.37939 -4.5366,-17.2756 -10.8148,-34.88528 -19.1474,-52.53393 -47.019,-99.59905 -147.68906,-176.84006 -251.47361,-176.84006 -144.49591,0 -205.75379,103.83159 -137.75082,247.90829 40.81294,86.4506 249.22251,374.2083 356.98173,374.2083 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path220"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 1297.512,1082.2003 c 5.7408,-14.1056 22.3356,-93.97633 34.9427,-93.97633 27.2179,0 76.4078,74.05973 89.603,93.28683 24.205,-15.8495 10.7771,-49.1255 55.6335,-49.1255 20.3073,0 30.5208,43.7445 51.6538,44.455 0.7488,-17.6811 1.8809,-33.6815 -7.7575,-54.1059 -14.8664,-31.49464 -52.478,-74.16836 -89.449,-74.16836 -26.4823,0 -63.3648,31.88239 -70.6096,31.88239 -7.8723,0 -22.316,-3.68253 -26.9247,-13.43399 -19.2506,-40.79189 32.2182,-176.96656 83.8377,-176.96656 27.5832,0 60.4977,20.23289 89.3474,32.71785 -7.5119,-49.06868 -8.5555,-90.44137 1.3827,-132.65921 -26.2906,-16.65907 -57.0866,-23.68187 -81.8011,-23.68187 -126.8378,0 -56.8884,294.98 -173.8453,357.82505 l 43.9864,57.9506"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path222"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:159.00854492;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:3.8636899;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 1297.512,1082.2003 c 5.7408,-14.1056 22.3356,-93.97633 34.9427,-93.97633 27.2179,0 76.4078,74.05973 89.603,93.28683 24.205,-15.8495 10.7771,-49.1255 55.6335,-49.1255 20.3073,0 30.5208,43.7445 51.6538,44.455 0.7488,-17.6811 1.8809,-33.6815 -7.7575,-54.1059 -14.8664,-31.49464 -52.478,-74.16836 -89.449,-74.16836 -26.4823,0 -63.3648,31.88239 -70.6096,31.88239 -7.8723,0 -22.316,-3.68253 -26.9247,-13.43399 -19.2506,-40.79189 32.2182,-176.96656 83.8377,-176.96656 27.5832,0 60.4977,20.23289 89.3474,32.71785 -7.5119,-49.06868 -8.5555,-90.44137 1.3827,-132.65921 -26.2906,-16.65907 -57.0866,-23.68187 -81.8011,-23.68187 -126.8378,0 -56.8884,294.98 -173.8453,357.82505 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path224"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 1784.998,1105.8383 c 95.8599,0 133.7058,-172.44208 90.6991,-263.55508 -33.3732,-70.68375 -92.534,-121.92306 -168.3241,-121.92306 -133.8499,0 -117.0764,182.45959 -64.8622,293.08524 14.4011,30.4742 63.6007,96.898 102.0855,96.898 14.139,0 25.8532,-4.5051 40.4017,-4.5051 z m -2.9654,-16.0961 c -15.0892,0 -28.3598,-7.4592 -35.3555,-22.3062 -14.6961,-31.1151 58.5709,-62.6032 48.0527,-84.87212 -6.6189,-14.01637 -31.8167,-27.13402 -44.5303,-27.13402 -63.5188,0 -62.9782,82.64634 -25.1159,136.51044 -23.5431,-14.9994 -38.9763,-37.914 -49.003,-59.1672 -37.2234,-78.83899 -7.6839,-187.2956 77.2645,-187.2956 46.9388,0 101.0043,42.17243 122.0079,86.68906 25.8532,54.7385 -40.2542,157.57564 -93.3204,157.57564"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path226"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:159.00854492;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:3.8636899;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 1784.998,1105.8383 c 95.8599,0 133.7058,-172.44208 90.6991,-263.55508 -33.3732,-70.68375 -92.534,-121.92306 -168.3241,-121.92306 -133.8499,0 -117.0764,182.45959 -64.8622,293.08524 14.4011,30.4742 63.6007,96.898 102.0855,96.898 14.139,0 25.8532,-4.5051 40.4017,-4.5051 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path228"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:159.00854492;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:3.8636899;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 1782.0326,1089.7422 c -15.0892,0 -28.3598,-7.4592 -35.3555,-22.3062 -14.6961,-31.1151 58.5709,-62.6032 48.0527,-84.87212 -6.6189,-14.01637 -31.8167,-27.13402 -44.5303,-27.13402 -63.5188,0 -62.9782,82.64634 -25.1159,136.51044 -23.5431,-14.9994 -38.9763,-37.914 -49.003,-59.1672 -37.2234,-78.83899 -7.6839,-187.2956 77.2645,-187.2956 46.9388,0 101.0043,42.17243 122.0079,86.68906 25.8532,54.7385 -40.2542,157.57564 -93.3204,157.57564 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path230"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 2220.6517,821.9481 c -25.0504,-53.05945 -71.727,-82.19051 -124.2853,-82.19051 -166.8004,0 -199.895,152.09888 -127.611,305.23921 17.0716,36.1457 45.0873,76.133 87.8647,76.133 134.0006,0 227.3537,-165.02835 164.0316,-299.1817 z m -133.0832,279.9676 c -12.304,0 -23.1007,-4.4483 -28.9988,-16.9511 -12.9757,-27.4974 57.6207,-52.0147 57.7191,-80.4304 -7.3726,-8.73101 -28.0158,-18.50354 -37.0104,-18.50354 -50.838,0 -89.2081,68.92204 -45.8082,120.14344 -17.6123,-11.1855 -28.065,-27.9273 -35.5031,-43.6682 -44.006,-93.21703 18.7264,-187.46099 110.1299,-187.46099 38.0425,0 87.0783,21.17222 106.8368,63.0413 27.9666,59.25653 -71.645,163.82949 -127.3653,163.82949"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path232"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:159.00854492;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:3.8636899;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 2220.6517,821.9481 c -25.0504,-53.05945 -71.727,-82.19051 -124.2853,-82.19051 -166.8004,0 -199.895,152.09888 -127.611,305.23921 17.0716,36.1457 45.0873,76.133 87.8647,76.133 134.0006,0 227.3537,-165.02835 164.0316,-299.1817 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path234"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:159.00854492;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:3.8636899;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 2087.5685,1101.9157 c -12.304,0 -23.1007,-4.4483 -28.9988,-16.9511 -12.9757,-27.4974 57.6207,-52.0147 57.7191,-80.4304 -7.3726,-8.73101 -28.0158,-18.50354 -37.0104,-18.50354 -50.838,0 -89.2081,68.92204 -45.8082,120.14344 -17.6123,-11.1855 -28.065,-27.9273 -35.5031,-43.6682 -44.006,-93.21703 18.7264,-187.46099 110.1299,-187.46099 38.0425,0 87.0783,21.17222 106.8368,63.0413 27.9666,59.25653 -71.645,163.82949 -127.3653,163.82949 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path236"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 2393.1535,1102.8274 c 143.7488,0 216.7865,-263.78222 152.5468,-399.83687 -12.2713,-26.01463 -35.159,-52.01473 -65.3374,-52.01473 -164.2282,0 -122.3029,326.43737 -214.7549,419.1856 8.4539,8.9792 16.5473,18.3771 23.969,27.8381 62.4703,-73.3135 31.4236,-266.2545 164.8508,-266.2545 30.7354,0 53.9836,26.91342 66.3859,53.17952 33.1274,70.189 -28.1796,192.09258 -95.2864,192.09258 -0.6717,0 -10.3052,-0.399 -10.0922,-4.3022 2.4739,-44.7973 37.7148,-16.8635 2.2281,-93.10353 -36.2567,7.22392 -74.6596,65.42923 -54.8355,107.43133 5.8325,12.3439 20.4302,15.7847 30.3258,15.7847"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path238"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:159.00854492;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:3.8636899;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 2393.1535,1102.8274 c 143.7488,0 216.7865,-263.78222 152.5468,-399.83687 -12.2713,-26.01463 -35.159,-52.01473 -65.3374,-52.01473 -164.2282,0 -122.3029,326.43737 -214.7549,419.1856 8.4539,8.9792 16.5473,18.3771 23.969,27.8381 62.4703,-73.3135 31.4236,-266.2545 164.8508,-266.2545 30.7354,0 53.9836,26.91342 66.3859,53.17952 33.1274,70.189 -28.1796,192.09258 -95.2864,192.09258 -0.6717,0 -10.3052,-0.399 -10.0922,-4.3022 2.4739,-44.7973 37.7148,-16.8635 2.2281,-93.10353 -36.2567,7.22392 -74.6596,65.42923 -54.8355,107.43133 5.8325,12.3439 20.4302,15.7847 30.3258,15.7847 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path240"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 2750.5923,1105.762 c 13.5328,-1.2799 33.881,-0.07 45.497,-3.6062 2.179,-0.6587 0.5242,-3.3841 0.9011,-5.532 3.5224,-19.9295 9.0764,-38.8452 13.8768,-58.1031 18.7263,-75.04929 29.9982,-152.08749 51.4933,-226.47164 23.3792,-80.98682 47.7579,-172.2523 19.4472,-273.87755 -2.7688,-9.94289 -6.4714,-20.03825 -11.2554,-30.17093 -32.0953,-68.00218 -308.4849,-146.35279 -380.6378,-146.35279 -8.7652,0 -18.2349,2.48531 -22.4127,8.18758 30.4405,19.36013 49.511,39.20694 63.1256,68.03462 16.3016,34.5494 16.0559,66.91199 13.9096,96.70819 5.767,-3.3516 218.1135,1.88182 225.8138,1.88182 31.2106,0 58.014,30.18391 70.5309,56.71606 23.0025,48.72481 19.0705,98.45214 15.0892,139.94649 -1.9987,20.77148 -4.8003,41.26557 -8.6668,61.17077 l -5.8653,28.8261 -0.7373,3.15692 -0.7209,3.14879 c 3.4897,0 0.3605,-6.12077 0.4915,-9.20148 2.1463,-50.2335 1.2452,-120.36407 -25.7384,-177.53601 -12.5498,-26.56462 -33.0619,-53.95335 -64.551,-53.95335 -138.0146,0 -68.5977,391.42866 -179.2027,484.47371 6.1274,10.1214 11.5995,20.5331 16.1869,30.742 65.4521,-79.0482 68.8762,-296.95756 165.2112,-296.95756 23.3792,0 47.5449,21.91358 57.4897,42.97063 42.7937,90.65712 -28.2943,196.26993 -59.2755,255.79893"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path242"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:159.00854492;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:3.8636899;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 2750.5923,1105.762 c 13.5328,-1.2799 33.881,-0.07 45.497,-3.6062 2.179,-0.6587 0.5242,-3.3841 0.9011,-5.532 3.5224,-19.9295 9.0764,-38.8452 13.8768,-58.1031 18.7263,-75.04929 29.9982,-152.08749 51.4933,-226.47164 23.3792,-80.98682 47.7579,-172.2523 19.4472,-273.87755 -2.7688,-9.94289 -6.4714,-20.03825 -11.2554,-30.17093 -32.0953,-68.00218 -308.4849,-146.35279 -380.6378,-146.35279 -8.7652,0 -18.2349,2.48531 -22.4127,8.18758 30.4405,19.36013 49.511,39.20694 63.1256,68.03462 16.3016,34.5494 16.0559,66.91199 13.9096,96.70819 5.767,-3.3516 218.1135,1.88182 225.8138,1.88182 31.2106,0 58.014,30.18391 70.5309,56.71606 23.0025,48.72481 19.0705,98.45214 15.0892,139.94649 -1.9987,20.77148 -4.8003,41.26557 -8.6668,61.17077 l -5.8653,28.8261 -0.7373,3.15692 -0.7209,3.14879 c 3.4897,0 0.3605,-6.12077 0.4915,-9.20148 2.1463,-50.2335 1.2452,-120.36407 -25.7384,-177.53601 -12.5498,-26.56462 -33.0619,-53.95335 -64.551,-53.95335 -138.0146,0 -68.5977,391.42866 -179.2027,484.47371 6.1274,10.1214 11.5995,20.5331 16.1869,30.742 65.4521,-79.0482 68.8762,-296.95756 165.2112,-296.95756 23.3792,0 47.5449,21.91358 57.4897,42.97063 42.7937,90.65712 -28.2943,196.26993 -59.2755,255.79893 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path244"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 1050.6455,1425.5157 c 94.9292,0 39.6021,-237.2078 5.8439,-308.7336 -28.9086,-61.2341 -93.98882,-149.5535 -171.11906,-149.5535 -92.54055,0 -89.7881,103.6483 -52.95145,181.6744 19.94198,42.2438 50.59058,89.5978 92.8158,124.4116 -10.80818,-36.3387 25.72702,-61.1594 10.95074,-92.4692 -10.09226,-21.3814 -30.98122,-44.7421 -41.83529,-67.7393 -17.55492,-37.1792 -10.84753,-103.1665 31.56281,-103.1665 37.96385,0 71.69747,47.0279 85.52675,76.3228 28.332,60.0287 99.1726,316.1198 19.9879,316.1198 -91.1971,0 -248.34432,-222.2344 -281.25222,-291.9432 -58.73814,-124.42782 -16.16069,-277.69308 117.67281,-277.69308 90.42873,0 164.80821,86.93728 200.73551,163.05078 21.4018,45.3342 33.0554,90.4414 37.6444,132.974 l 17.5549,3.212 c 3.878,-117.0805 127.7389,-310.94792 75.0119,-422.63612 -67.4804,-142.95089 -269.253,-141.67093 -384.46174,-192.40407 -24.21646,56.64633 -57.0228,109.31319 -103.21607,149.50811 102.76713,34.56889 355.30401,92.6152 410.21501,208.94309 23.0777,48.87725 7.366,129.91439 -19.2965,157.37939 -4.5366,-17.2756 -10.8148,-34.88528 -19.1474,-52.53393 -47.019,-99.59905 -147.68906,-176.84006 -251.47361,-176.84006 -144.49591,0 -205.75379,103.83159 -137.75082,247.90829 40.81294,86.4506 249.22251,374.2083 356.98173,374.2083"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path246"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:13.25098515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.86370993;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 1050.6455,1425.5157 c 94.9292,0 39.6021,-237.2078 5.8439,-308.7336 -28.9086,-61.2341 -93.98882,-149.5535 -171.11906,-149.5535 -92.54055,0 -89.7881,103.6483 -52.95145,181.6744 19.94198,42.2438 50.59058,89.5978 92.8158,124.4116 -10.80818,-36.3387 25.72702,-61.1594 10.95074,-92.4692 -10.09226,-21.3814 -30.98122,-44.7421 -41.83529,-67.7393 -17.55492,-37.1792 -10.84753,-103.1665 31.56281,-103.1665 37.96385,0 71.69747,47.0279 85.52675,76.3228 28.332,60.0287 99.1726,316.1198 19.9879,316.1198 -91.1971,0 -248.34432,-222.2344 -281.25222,-291.9432 -58.73814,-124.42782 -16.16069,-277.69308 117.67281,-277.69308 90.42873,0 164.80821,86.93728 200.73551,163.05078 21.4018,45.3342 33.0554,90.4414 37.6444,132.974 l 17.5549,3.212 c 3.878,-117.0805 127.7389,-310.94792 75.0119,-422.63612 -67.4804,-142.95089 -269.253,-141.67093 -384.46174,-192.40407 -24.21646,56.64633 -57.0228,109.31319 -103.21607,149.50811 102.76713,34.56889 355.30401,92.6152 410.21501,208.94309 23.0777,48.87725 7.366,129.91439 -19.2965,157.37939 -4.5366,-17.2756 -10.8148,-34.88528 -19.1474,-52.53393 -47.019,-99.59905 -147.68906,-176.84006 -251.47361,-176.84006 -144.49591,0 -205.75379,103.83159 -137.75082,247.90829 40.81294,86.4506 249.22251,374.2083 356.98173,374.2083 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path248"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 1297.512,1082.2003 c 5.7408,-14.1056 22.3356,-93.97633 34.9427,-93.97633 27.2179,0 76.4078,74.05973 89.603,93.28683 24.205,-15.8495 10.7771,-49.1255 55.6335,-49.1255 20.3073,0 30.5208,43.7445 51.6538,44.455 0.7488,-17.6811 1.8809,-33.6815 -7.7575,-54.1059 -14.8664,-31.49464 -52.478,-74.16836 -89.449,-74.16836 -26.4823,0 -63.3648,31.88239 -70.6096,31.88239 -7.8723,0 -22.316,-3.68253 -26.9247,-13.43399 -19.2506,-40.79189 32.2182,-176.96656 83.8377,-176.96656 27.5832,0 60.4977,20.23289 89.3474,32.71785 -7.5119,-49.06868 -8.5555,-90.44137 1.3827,-132.65921 -26.2906,-16.65907 -57.0866,-23.68187 -81.8011,-23.68187 -126.8378,0 -56.8884,294.98 -173.8453,357.82505 l 43.9864,57.9506"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path250"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:13.25098515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.86370993;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 1297.512,1082.2003 c 5.7408,-14.1056 22.3356,-93.97633 34.9427,-93.97633 27.2179,0 76.4078,74.05973 89.603,93.28683 24.205,-15.8495 10.7771,-49.1255 55.6335,-49.1255 20.3073,0 30.5208,43.7445 51.6538,44.455 0.7488,-17.6811 1.8809,-33.6815 -7.7575,-54.1059 -14.8664,-31.49464 -52.478,-74.16836 -89.449,-74.16836 -26.4823,0 -63.3648,31.88239 -70.6096,31.88239 -7.8723,0 -22.316,-3.68253 -26.9247,-13.43399 -19.2506,-40.79189 32.2182,-176.96656 83.8377,-176.96656 27.5832,0 60.4977,20.23289 89.3474,32.71785 -7.5119,-49.06868 -8.5555,-90.44137 1.3827,-132.65921 -26.2906,-16.65907 -57.0866,-23.68187 -81.8011,-23.68187 -126.8378,0 -56.8884,294.98 -173.8453,357.82505 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path252"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 1784.998,1105.8383 c 95.8599,0 133.7058,-172.44208 90.6991,-263.55508 -33.3732,-70.68375 -92.534,-121.92306 -168.3241,-121.92306 -133.8499,0 -117.0764,182.45959 -64.8622,293.08524 14.4011,30.4742 63.6007,96.898 102.0855,96.898 14.139,0 25.8532,-4.5051 40.4017,-4.5051 z m -2.9654,-16.0961 c -15.0892,0 -28.3598,-7.4592 -35.3555,-22.3062 -14.6961,-31.1151 58.5709,-62.6032 48.0527,-84.87212 -6.6189,-14.01637 -31.8167,-27.13402 -44.5303,-27.13402 -63.5188,0 -62.9782,82.64634 -25.1159,136.51044 -23.5431,-14.9994 -38.9763,-37.914 -49.003,-59.1672 -37.2234,-78.83899 -7.6839,-187.2956 77.2645,-187.2956 46.9388,0 101.0043,42.17243 122.0079,86.68906 25.8532,54.7385 -40.2542,157.57564 -93.3204,157.57564"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path254"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:13.25098515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.86370993;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 1784.998,1105.8383 c 95.8599,0 133.7058,-172.44208 90.6991,-263.55508 -33.3732,-70.68375 -92.534,-121.92306 -168.3241,-121.92306 -133.8499,0 -117.0764,182.45959 -64.8622,293.08524 14.4011,30.4742 63.6007,96.898 102.0855,96.898 14.139,0 25.8532,-4.5051 40.4017,-4.5051 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path256"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:13.25098515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.86370993;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 1782.0326,1089.7422 c -15.0892,0 -28.3598,-7.4592 -35.3555,-22.3062 -14.6961,-31.1151 58.5709,-62.6032 48.0527,-84.87212 -6.6189,-14.01637 -31.8167,-27.13402 -44.5303,-27.13402 -63.5188,0 -62.9782,82.64634 -25.1159,136.51044 -23.5431,-14.9994 -38.9763,-37.914 -49.003,-59.1672 -37.2234,-78.83899 -7.6839,-187.2956 77.2645,-187.2956 46.9388,0 101.0043,42.17243 122.0079,86.68906 25.8532,54.7385 -40.2542,157.57564 -93.3204,157.57564 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path258"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 2220.6517,821.9481 c -25.0504,-53.05945 -71.727,-82.19051 -124.2853,-82.19051 -166.8004,0 -199.895,152.09888 -127.611,305.23921 17.0716,36.1457 45.0873,76.133 87.8647,76.133 134.0006,0 227.3537,-165.02835 164.0316,-299.1817 z m -133.0832,279.9676 c -12.304,0 -23.1007,-4.4483 -28.9988,-16.9511 -12.9757,-27.4974 57.6207,-52.0147 57.7191,-80.4304 -7.3726,-8.73101 -28.0158,-18.50354 -37.0104,-18.50354 -50.838,0 -89.2081,68.92204 -45.8082,120.14344 -17.6123,-11.1855 -28.065,-27.9273 -35.5031,-43.6682 -44.006,-93.21703 18.7264,-187.46099 110.1299,-187.46099 38.0425,0 87.0783,21.17222 106.8368,63.0413 27.9666,59.25653 -71.645,163.82949 -127.3653,163.82949"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path260"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:13.25098515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.86370993;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 2220.6517,821.9481 c -25.0504,-53.05945 -71.727,-82.19051 -124.2853,-82.19051 -166.8004,0 -199.895,152.09888 -127.611,305.23921 17.0716,36.1457 45.0873,76.133 87.8647,76.133 134.0006,0 227.3537,-165.02835 164.0316,-299.1817 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path262"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:13.25098515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.86370993;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 2087.5685,1101.9157 c -12.304,0 -23.1007,-4.4483 -28.9988,-16.9511 -12.9757,-27.4974 57.6207,-52.0147 57.7191,-80.4304 -7.3726,-8.73101 -28.0158,-18.50354 -37.0104,-18.50354 -50.838,0 -89.2081,68.92204 -45.8082,120.14344 -17.6123,-11.1855 -28.065,-27.9273 -35.5031,-43.6682 -44.006,-93.21703 18.7264,-187.46099 110.1299,-187.46099 38.0425,0 87.0783,21.17222 106.8368,63.0413 27.9666,59.25653 -71.645,163.82949 -127.3653,163.82949 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path264"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 2393.1535,1102.8274 c 143.7488,0 216.7865,-263.78222 152.5468,-399.83687 -12.2713,-26.01463 -35.159,-52.01473 -65.3374,-52.01473 -164.2282,0 -122.3029,326.43737 -214.7549,419.1856 8.4539,8.9792 16.5473,18.3771 23.969,27.8381 62.4703,-73.3135 31.4236,-266.2545 164.8508,-266.2545 30.7354,0 53.9836,26.91342 66.3859,53.17952 33.1274,70.189 -28.1796,192.09258 -95.2864,192.09258 -0.6717,0 -10.3052,-0.399 -10.0922,-4.3022 2.4739,-44.7973 37.7148,-16.8635 2.2281,-93.10353 -36.2567,7.22392 -74.6596,65.42923 -54.8355,107.43133 5.8325,12.3439 20.4302,15.7847 30.3258,15.7847"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path266"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:13.25098515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.86370993;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 2393.1535,1102.8274 c 143.7488,0 216.7865,-263.78222 152.5468,-399.83687 -12.2713,-26.01463 -35.159,-52.01473 -65.3374,-52.01473 -164.2282,0 -122.3029,326.43737 -214.7549,419.1856 8.4539,8.9792 16.5473,18.3771 23.969,27.8381 62.4703,-73.3135 31.4236,-266.2545 164.8508,-266.2545 30.7354,0 53.9836,26.91342 66.3859,53.17952 33.1274,70.189 -28.1796,192.09258 -95.2864,192.09258 -0.6717,0 -10.3052,-0.399 -10.0922,-4.3022 2.4739,-44.7973 37.7148,-16.8635 2.2281,-93.10353 -36.2567,7.22392 -74.6596,65.42923 -54.8355,107.43133 5.8325,12.3439 20.4302,15.7847 30.3258,15.7847 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path268"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 2750.5923,1105.762 c 13.5328,-1.2799 33.881,-0.07 45.497,-3.6062 2.179,-0.6587 0.5242,-3.3841 0.9011,-5.532 3.5224,-19.9295 9.0764,-38.8452 13.8768,-58.1031 18.7263,-75.04929 29.9982,-152.08749 51.4933,-226.47164 23.3792,-80.98682 47.7579,-172.2523 19.4472,-273.87755 -2.7688,-9.94289 -6.4714,-20.03825 -11.2554,-30.17093 -32.0953,-68.00218 -114.619,-132.73386 -186.7883,-132.73386 -8.7652,0 -18.2185,2.4772 -22.4126,8.18109 30.4569,19.35851 49.5109,39.21343 63.1256,68.03299 16.318,34.55591 16.0722,66.91851 13.926,96.70981 5.767,-3.3532 24.2475,-11.73061 31.9478,-11.73061 31.2106,0 58.014,30.18391 70.5309,56.71606 23.0025,48.72481 19.0705,98.45214 15.0892,139.94649 -1.9987,20.77148 -4.8003,41.26557 -8.6668,61.17077 l -5.8653,28.8261 -0.7373,3.15692 -0.7209,3.14879 c 3.4897,0 0.3605,-6.12077 0.4915,-9.20148 2.1463,-50.2335 1.2452,-120.36407 -25.7384,-177.53601 -12.5498,-26.56462 -33.0619,-53.95335 -64.551,-53.95335 -138.0146,0 -68.5977,391.42866 -179.2027,484.47371 6.1274,10.1214 11.5995,20.5331 16.1869,30.742 65.4521,-79.0482 68.8762,-296.95756 165.2112,-296.95756 23.3792,0 47.5449,21.91358 57.4897,42.97063 42.7937,90.65712 -28.2943,196.26993 -59.2755,255.79893"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path270"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:13.25098515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.86370993;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 2750.5923,1105.762 c 13.5328,-1.2799 33.881,-0.07 45.497,-3.6062 2.179,-0.6587 0.5242,-3.3841 0.9011,-5.532 3.5224,-19.9295 9.0764,-38.8452 13.8768,-58.1031 18.7263,-75.04929 29.9982,-152.08749 51.4933,-226.47164 23.3792,-80.98682 47.7579,-172.2523 19.4472,-273.87755 -2.7688,-9.94289 -6.4714,-20.03825 -11.2554,-30.17093 -32.0953,-68.00218 -114.619,-132.73386 -186.7883,-132.73386 -8.7652,0 -18.2185,2.4772 -22.4126,8.18109 30.4569,19.35851 49.5109,39.21343 63.1256,68.03299 16.318,34.55591 16.0722,66.91851 13.926,96.70981 5.767,-3.3532 24.2475,-11.73061 31.9478,-11.73061 31.2106,0 58.014,30.18391 70.5309,56.71606 23.0025,48.72481 19.0705,98.45214 15.0892,139.94649 -1.9987,20.77148 -4.8003,41.26557 -8.6668,61.17077 l -5.8653,28.8261 -0.7373,3.15692 -0.7209,3.14879 c 3.4897,0 0.3605,-6.12077 0.4915,-9.20148 2.1463,-50.2335 1.2452,-120.36407 -25.7384,-177.53601 -12.5498,-26.56462 -33.0619,-53.95335 -64.551,-53.95335 -138.0146,0 -68.5977,391.42866 -179.2027,484.47371 6.1274,10.1214 11.5995,20.5331 16.1869,30.742 65.4521,-79.0482 68.8762,-296.95756 165.2112,-296.95756 23.3792,0 47.5449,21.91358 57.4897,42.97063 42.7937,90.65712 -28.2943,196.26993 -59.2755,255.79893 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path272"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 1050.6455,1425.5157 c 94.9292,0 39.6021,-237.2078 5.8439,-308.7336 -28.9086,-61.2341 -93.98882,-149.5535 -171.11906,-149.5535 -92.54055,0 -89.7881,103.6483 -52.95145,181.6744 19.94198,42.2438 50.59058,89.5978 92.8158,124.4116 -10.80818,-36.3387 25.72702,-61.1594 10.95074,-92.4692 -10.09226,-21.3814 -30.98122,-44.7421 -41.83529,-67.7393 -17.55492,-37.1792 -10.84753,-103.1665 31.56281,-103.1665 37.96385,0 71.69747,47.0279 85.52675,76.3228 28.332,60.0287 99.1726,316.1198 19.9879,316.1198 -91.1971,0 -248.34432,-222.2344 -281.25222,-291.9432 -58.73814,-124.42782 -16.16069,-277.69308 117.67281,-277.69308 90.42873,0 164.80821,86.93728 200.73551,163.05078 21.4018,45.3342 33.0554,90.4414 37.6444,132.974 l 17.5549,3.212 c 3.878,-117.0805 127.7389,-310.94792 75.0119,-422.63612 -67.4804,-142.95089 -269.253,-141.67093 -384.46174,-192.40407 -24.21646,56.64633 -57.0228,109.31319 -103.21607,149.50811 102.76713,34.56889 355.30401,92.6152 410.21501,208.94309 23.0777,48.87725 7.366,129.91439 -19.2965,157.37939 -4.5366,-17.2756 -10.8148,-34.88528 -19.1474,-52.53393 -47.019,-99.59905 -147.68906,-176.84006 -251.47361,-176.84006 -144.49591,0 -205.75379,103.83159 -137.75082,247.90829 40.81294,86.4506 249.22251,374.2083 356.98173,374.2083"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path274"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:159.00854492;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:3.8636899;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 1050.6455,1425.5157 c 94.9292,0 39.6021,-237.2078 5.8439,-308.7336 -28.9086,-61.2341 -93.98882,-149.5535 -171.11906,-149.5535 -92.54055,0 -89.7881,103.6483 -52.95145,181.6744 19.94198,42.2438 50.59058,89.5978 92.8158,124.4116 -10.80818,-36.3387 25.72702,-61.1594 10.95074,-92.4692 -10.09226,-21.3814 -30.98122,-44.7421 -41.83529,-67.7393 -17.55492,-37.1792 -10.84753,-103.1665 31.56281,-103.1665 37.96385,0 71.69747,47.0279 85.52675,76.3228 28.332,60.0287 99.1726,316.1198 19.9879,316.1198 -91.1971,0 -248.34432,-222.2344 -281.25222,-291.9432 -58.73814,-124.42782 -16.16069,-277.69308 117.67281,-277.69308 90.42873,0 164.80821,86.93728 200.73551,163.05078 21.4018,45.3342 33.0554,90.4414 37.6444,132.974 l 17.5549,3.212 c 3.878,-117.0805 127.7389,-310.94792 75.0119,-422.63612 -67.4804,-142.95089 -269.253,-141.67093 -384.46174,-192.40407 -24.21646,56.64633 -57.0228,109.31319 -103.21607,149.50811 102.76713,34.56889 355.30401,92.6152 410.21501,208.94309 23.0777,48.87725 7.366,129.91439 -19.2965,157.37939 -4.5366,-17.2756 -10.8148,-34.88528 -19.1474,-52.53393 -47.019,-99.59905 -147.68906,-176.84006 -251.47361,-176.84006 -144.49591,0 -205.75379,103.83159 -137.75082,247.90829 40.81294,86.4506 249.22251,374.2083 356.98173,374.2083 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path276"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 1297.512,1082.2003 c 5.7408,-14.1056 22.3356,-93.97633 34.9427,-93.97633 27.2179,0 76.4078,74.05973 89.603,93.28683 24.205,-15.8495 10.7771,-49.1255 55.6335,-49.1255 20.3073,0 30.5208,43.7445 51.6538,44.455 0.7488,-17.6811 1.8809,-33.6815 -7.7575,-54.1059 -14.8664,-31.49464 -52.478,-74.16836 -89.449,-74.16836 -26.4823,0 -63.3648,31.88239 -70.6096,31.88239 -7.8723,0 -22.316,-3.68253 -26.9247,-13.43399 -19.2506,-40.79189 32.2182,-176.96656 83.8377,-176.96656 27.5832,0 60.4977,20.23289 89.3474,32.71785 -7.5119,-49.06868 -8.5555,-90.44137 1.3827,-132.65921 -26.2906,-16.65907 -57.0866,-23.68187 -81.8011,-23.68187 -126.8378,0 -56.8884,294.98 -173.8453,357.82505 l 43.9864,57.9506"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path278"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:159.00854492;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:3.8636899;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 1297.512,1082.2003 c 5.7408,-14.1056 22.3356,-93.97633 34.9427,-93.97633 27.2179,0 76.4078,74.05973 89.603,93.28683 24.205,-15.8495 10.7771,-49.1255 55.6335,-49.1255 20.3073,0 30.5208,43.7445 51.6538,44.455 0.7488,-17.6811 1.8809,-33.6815 -7.7575,-54.1059 -14.8664,-31.49464 -52.478,-74.16836 -89.449,-74.16836 -26.4823,0 -63.3648,31.88239 -70.6096,31.88239 -7.8723,0 -22.316,-3.68253 -26.9247,-13.43399 -19.2506,-40.79189 32.2182,-176.96656 83.8377,-176.96656 27.5832,0 60.4977,20.23289 89.3474,32.71785 -7.5119,-49.06868 -8.5555,-90.44137 1.3827,-132.65921 -26.2906,-16.65907 -57.0866,-23.68187 -81.8011,-23.68187 -126.8378,0 -56.8884,294.98 -173.8453,357.82505 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path280"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 1784.998,1105.8383 c 95.8599,0 133.7058,-172.44208 90.6991,-263.55508 -33.3732,-70.68375 -92.534,-121.92306 -168.3241,-121.92306 -133.8499,0 -117.0764,182.45959 -64.8622,293.08524 14.4011,30.4742 63.6007,96.898 102.0855,96.898 14.139,0 25.8532,-4.5051 40.4017,-4.5051 z m -2.9654,-16.0961 c -15.0892,0 -28.3598,-7.4592 -35.3555,-22.3062 -14.6961,-31.1151 58.5709,-62.6032 48.0527,-84.87212 -6.6189,-14.01637 -31.8167,-27.13402 -44.5303,-27.13402 -63.5188,0 -62.9782,82.64634 -25.1159,136.51044 -23.5431,-14.9994 -38.9763,-37.914 -49.003,-59.1672 -37.2234,-78.83899 -7.6839,-187.2956 77.2645,-187.2956 46.9388,0 101.0043,42.17243 122.0079,86.68906 25.8532,54.7385 -40.2542,157.57564 -93.3204,157.57564"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path282"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:159.00854492;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:3.8636899;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 1784.998,1105.8383 c 95.8599,0 133.7058,-172.44208 90.6991,-263.55508 -33.3732,-70.68375 -92.534,-121.92306 -168.3241,-121.92306 -133.8499,0 -117.0764,182.45959 -64.8622,293.08524 14.4011,30.4742 63.6007,96.898 102.0855,96.898 14.139,0 25.8532,-4.5051 40.4017,-4.5051 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path284"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:159.00854492;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:3.8636899;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 1782.0326,1089.7422 c -15.0892,0 -28.3598,-7.4592 -35.3555,-22.3062 -14.6961,-31.1151 58.5709,-62.6032 48.0527,-84.87212 -6.6189,-14.01637 -31.8167,-27.13402 -44.5303,-27.13402 -63.5188,0 -62.9782,82.64634 -25.1159,136.51044 -23.5431,-14.9994 -38.9763,-37.914 -49.003,-59.1672 -37.2234,-78.83899 -7.6839,-187.2956 77.2645,-187.2956 46.9388,0 101.0043,42.17243 122.0079,86.68906 25.8532,54.7385 -40.2542,157.57564 -93.3204,157.57564 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path286"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 2220.6517,821.9481 c -25.0504,-53.05945 -71.727,-82.19051 -124.2853,-82.19051 -166.8004,0 -199.895,152.09888 -127.611,305.23921 17.0716,36.1457 45.0873,76.133 87.8647,76.133 134.0006,0 227.3537,-165.02835 164.0316,-299.1817 z m -133.0832,279.9676 c -12.304,0 -23.1007,-4.4483 -28.9988,-16.9511 -12.9757,-27.4974 57.6207,-52.0147 57.7191,-80.4304 -7.3726,-8.73101 -28.0158,-18.50354 -37.0104,-18.50354 -50.838,0 -89.2081,68.92204 -45.8082,120.14344 -17.6123,-11.1855 -28.065,-27.9273 -35.5031,-43.6682 -44.006,-93.21703 18.7264,-187.46099 110.1299,-187.46099 38.0425,0 87.0783,21.17222 106.8368,63.0413 27.9666,59.25653 -71.645,163.82949 -127.3653,163.82949"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path288"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:159.00854492;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:3.8636899;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 2220.6517,821.9481 c -25.0504,-53.05945 -71.727,-82.19051 -124.2853,-82.19051 -166.8004,0 -199.895,152.09888 -127.611,305.23921 17.0716,36.1457 45.0873,76.133 87.8647,76.133 134.0006,0 227.3537,-165.02835 164.0316,-299.1817 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path290"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:159.00854492;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:3.8636899;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 2087.5685,1101.9157 c -12.304,0 -23.1007,-4.4483 -28.9988,-16.9511 -12.9757,-27.4974 57.6207,-52.0147 57.7191,-80.4304 -7.3726,-8.73101 -28.0158,-18.50354 -37.0104,-18.50354 -50.838,0 -89.2081,68.92204 -45.8082,120.14344 -17.6123,-11.1855 -28.065,-27.9273 -35.5031,-43.6682 -44.006,-93.21703 18.7264,-187.46099 110.1299,-187.46099 38.0425,0 87.0783,21.17222 106.8368,63.0413 27.9666,59.25653 -71.645,163.82949 -127.3653,163.82949 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path292"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 2393.1535,1102.8274 c 143.7488,0 216.7865,-263.78222 152.5468,-399.83687 -12.2713,-26.01463 -35.159,-52.01473 -65.3374,-52.01473 -164.2282,0 -122.3029,326.43737 -214.7549,419.1856 8.4539,8.9792 16.5473,18.3771 23.969,27.8381 62.4703,-73.3135 31.4236,-266.2545 164.8508,-266.2545 30.7354,0 53.9836,26.91342 66.3859,53.17952 33.1274,70.189 -28.1796,192.09258 -95.2864,192.09258 -0.6717,0 -10.3052,-0.399 -10.0922,-4.3022 2.4739,-44.7973 37.7148,-16.8635 2.2281,-93.10353 -36.2567,7.22392 -74.6596,65.42923 -54.8355,107.43133 5.8325,12.3439 20.4302,15.7847 30.3258,15.7847"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path294"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:159.00854492;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:3.8636899;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 2393.1535,1102.8274 c 143.7488,0 216.7865,-263.78222 152.5468,-399.83687 -12.2713,-26.01463 -35.159,-52.01473 -65.3374,-52.01473 -164.2282,0 -122.3029,326.43737 -214.7549,419.1856 8.4539,8.9792 16.5473,18.3771 23.969,27.8381 62.4703,-73.3135 31.4236,-266.2545 164.8508,-266.2545 30.7354,0 53.9836,26.91342 66.3859,53.17952 33.1274,70.189 -28.1796,192.09258 -95.2864,192.09258 -0.6717,0 -10.3052,-0.399 -10.0922,-4.3022 2.4739,-44.7973 37.7148,-16.8635 2.2281,-93.10353 -36.2567,7.22392 -74.6596,65.42923 -54.8355,107.43133 5.8325,12.3439 20.4302,15.7847 30.3258,15.7847 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path296"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 2750.5923,1105.762 c 13.5328,-1.2799 33.881,-0.07 45.497,-3.6062 2.179,-0.6587 0.5242,-3.3841 0.9011,-5.532 3.5224,-19.9295 9.0764,-38.8452 13.8768,-58.1031 18.7263,-75.04929 29.9982,-152.08749 51.4933,-226.47164 23.3792,-80.98682 47.7579,-172.2523 19.4472,-273.87755 -2.7688,-9.94289 -6.4714,-20.03825 -11.2554,-30.17093 -32.0953,-68.00218 -114.619,-132.73386 -186.7883,-132.73386 -8.7652,0 -18.2185,2.4772 -22.4126,8.18109 30.4569,19.35851 49.5109,39.21343 63.1256,68.03299 16.318,34.55591 16.0722,66.91851 13.926,96.70981 5.767,-3.3532 24.2475,-11.73061 31.9478,-11.73061 31.2106,0 58.014,30.18391 70.5309,56.71606 23.0025,48.72481 19.0705,98.45214 15.0892,139.94649 -1.9987,20.77148 -4.8003,41.26557 -8.6668,61.17077 l -5.8653,28.8261 -0.7373,3.15692 -0.7209,3.14879 c 3.4897,0 0.3605,-6.12077 0.4915,-9.20148 2.1463,-50.2335 1.2452,-120.36407 -25.7384,-177.53601 -12.5498,-26.56462 -33.0619,-53.95335 -64.551,-53.95335 -138.0146,0 -68.5977,391.42866 -179.2027,484.47371 6.1274,10.1214 11.5995,20.5331 16.1869,30.742 65.4521,-79.0482 68.8762,-296.95756 165.2112,-296.95756 23.3792,0 47.5449,21.91358 57.4897,42.97063 42.7937,90.65712 -28.2943,196.26993 -59.2755,255.79893"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path298"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:159.00854492;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:3.8636899;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 2750.5923,1105.762 c 13.5328,-1.2799 33.881,-0.07 45.497,-3.6062 2.179,-0.6587 0.5242,-3.3841 0.9011,-5.532 3.5224,-19.9295 9.0764,-38.8452 13.8768,-58.1031 18.7263,-75.04929 29.9982,-152.08749 51.4933,-226.47164 23.3792,-80.98682 47.7579,-172.2523 19.4472,-273.87755 -2.7688,-9.94289 -6.4714,-20.03825 -11.2554,-30.17093 -32.0953,-68.00218 -114.619,-132.73386 -186.7883,-132.73386 -8.7652,0 -18.2185,2.4772 -22.4126,8.18109 30.4569,19.35851 49.5109,39.21343 63.1256,68.03299 16.318,34.55591 16.0722,66.91851 13.926,96.70981 5.767,-3.3532 24.2475,-11.73061 31.9478,-11.73061 31.2106,0 58.014,30.18391 70.5309,56.71606 23.0025,48.72481 19.0705,98.45214 15.0892,139.94649 -1.9987,20.77148 -4.8003,41.26557 -8.6668,61.17077 l -5.8653,28.8261 -0.7373,3.15692 -0.7209,3.14879 c 3.4897,0 0.3605,-6.12077 0.4915,-9.20148 2.1463,-50.2335 1.2452,-120.36407 -25.7384,-177.53601 -12.5498,-26.56462 -33.0619,-53.95335 -64.551,-53.95335 -138.0146,0 -68.5977,391.42866 -179.2027,484.47371 6.1274,10.1214 11.5995,20.5331 16.1869,30.742 65.4521,-79.0482 68.8762,-296.95756 165.2112,-296.95756 23.3792,0 47.5449,21.91358 57.4897,42.97063 42.7937,90.65712 -28.2943,196.26993 -59.2755,255.79893 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path300"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 1050.6455,1425.5157 c 94.9292,0 39.6021,-237.2078 5.8439,-308.7336 -28.9086,-61.2341 -93.98882,-149.5535 -171.11906,-149.5535 -92.54055,0 -89.7881,103.6483 -52.95145,181.6744 19.94198,42.2438 50.59058,89.5978 92.8158,124.4116 -10.80818,-36.3387 25.72702,-61.1594 10.95074,-92.4692 -10.09226,-21.3814 -30.98122,-44.7421 -41.83529,-67.7393 -17.55492,-37.1792 -10.84753,-103.1665 31.56281,-103.1665 37.96385,0 71.69747,47.0279 85.52675,76.3228 28.332,60.0287 99.1726,316.1198 19.9879,316.1198 -91.1971,0 -248.34432,-222.2344 -281.25222,-291.9432 -58.73814,-124.42782 -16.16069,-277.69308 117.67281,-277.69308 90.42873,0 164.80821,86.93728 200.73551,163.05078 21.4018,45.3342 33.0554,90.4414 37.6444,132.974 l 17.5549,3.212 c 3.878,-117.0805 127.7389,-310.94792 75.0119,-422.63612 -67.4804,-142.95089 -269.253,-141.67093 -384.46174,-192.40407 -24.21646,56.64633 -57.0228,109.31319 -103.21607,149.50811 102.76713,34.56889 355.30401,92.6152 410.21501,208.94309 23.0777,48.87725 7.366,129.91439 -19.2965,157.37939 -4.5366,-17.2756 -10.8148,-34.88528 -19.1474,-52.53393 -47.019,-99.59905 -147.68906,-176.84006 -251.47361,-176.84006 -144.49591,0 -205.75379,103.83159 -137.75082,247.90829 40.81294,86.4506 249.22251,374.2083 356.98173,374.2083"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path302"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 1297.512,1082.2003 c 5.7408,-14.1056 22.3356,-93.97633 34.9427,-93.97633 27.2179,0 76.4078,74.05973 89.603,93.28683 24.205,-15.8495 10.7771,-49.1255 55.6335,-49.1255 20.3073,0 30.5208,43.7445 51.6538,44.455 0.7488,-17.6811 1.8809,-33.6815 -7.7575,-54.1059 -14.8664,-31.49464 -52.478,-74.16836 -89.449,-74.16836 -26.4823,0 -63.3648,31.88239 -70.6096,31.88239 -7.8723,0 -22.316,-3.68253 -26.9247,-13.43399 -19.2506,-40.79189 32.2182,-176.96656 83.8377,-176.96656 27.5832,0 60.4977,20.23289 89.3474,32.71785 -7.5119,-49.06868 -8.5555,-90.44137 1.3827,-132.65921 -26.2906,-16.65907 -57.0866,-23.68187 -81.8011,-23.68187 -126.8378,0 -56.8884,294.98 -173.8453,357.82505 l 43.9864,57.9506"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path304"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 1784.998,1105.8383 c 95.8599,0 133.7058,-172.44208 90.6991,-263.55508 -33.3732,-70.68375 -92.534,-121.92306 -168.3241,-121.92306 -133.8499,0 -117.0764,182.45959 -64.8622,293.08524 14.4011,30.4742 63.6007,96.898 102.0855,96.898 14.139,0 25.8532,-4.5051 40.4017,-4.5051 z m -2.9654,-16.0961 c -15.0892,0 -28.3598,-7.4592 -35.3555,-22.3062 -14.6961,-31.1151 58.5709,-62.6032 48.0527,-84.87212 -6.6189,-14.01637 -31.8167,-27.13402 -44.5303,-27.13402 -63.5188,0 -62.9782,82.64634 -25.1159,136.51044 -23.5431,-14.9994 -38.9763,-37.914 -49.003,-59.1672 -37.2234,-78.83899 -7.6839,-187.2956 77.2645,-187.2956 46.9388,0 101.0043,42.17243 122.0079,86.68906 25.8532,54.7385 -40.2542,157.57564 -93.3204,157.57564"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path306"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 2220.6517,821.9481 c -25.0504,-53.05945 -71.727,-82.19051 -124.2853,-82.19051 -166.8004,0 -199.895,152.09888 -127.611,305.23921 17.0716,36.1457 45.0873,76.133 87.8647,76.133 134.0006,0 227.3537,-165.02835 164.0316,-299.1817 z m -133.0832,279.9676 c -12.304,0 -23.1007,-4.4483 -28.9988,-16.9511 -12.9757,-27.4974 57.6207,-52.0147 57.7191,-80.4304 -7.3726,-8.73101 -28.0158,-18.50354 -37.0104,-18.50354 -50.838,0 -89.2081,68.92204 -45.8082,120.14344 -17.6123,-11.1855 -28.065,-27.9273 -35.5031,-43.6682 -44.006,-93.21703 18.7264,-187.46099 110.1299,-187.46099 38.0425,0 87.0783,21.17222 106.8368,63.0413 27.9666,59.25653 -71.645,163.82949 -127.3653,163.82949"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path308"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 2393.1535,1102.8274 c 143.7488,0 216.7865,-263.78222 152.5468,-399.83687 -12.2713,-26.01463 -35.159,-52.01473 -65.3374,-52.01473 -164.2282,0 -122.3029,326.43737 -214.7549,419.1856 8.4539,8.9792 16.5473,18.3771 23.969,27.8381 62.4703,-73.3135 31.4236,-266.2545 164.8508,-266.2545 30.7354,0 53.9836,26.91342 66.3859,53.17952 33.1274,70.189 -28.1796,192.09258 -95.2864,192.09258 -0.6717,0 -10.3052,-0.399 -10.0922,-4.3022 2.4739,-44.7973 37.7148,-16.8635 2.2281,-93.10353 -36.2567,7.22392 -74.6596,65.42923 -54.8355,107.43133 5.8325,12.3439 20.4302,15.7847 30.3258,15.7847"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path310"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.44467491"
|
||||||
|
d="m 2750.5923,1105.762 c 13.5328,-1.2799 33.881,-0.07 45.497,-3.6062 2.179,-0.6587 0.5242,-3.3841 0.9011,-5.532 3.5224,-19.9295 9.0764,-38.8452 13.8768,-58.1031 18.7263,-75.04929 29.9982,-152.08749 51.4933,-226.47164 23.3792,-80.98682 47.7579,-172.2523 19.4472,-273.87755 -2.7688,-9.94289 -6.4714,-20.03825 -11.2554,-30.17093 -107.6232,-206.73031 -337.9588,-151.01032 -410.1118,-151.01032 -8.7652,0 -18.2348,2.48531 -22.4126,8.18758 30.4405,19.36013 49.5109,39.20694 63.1093,68.02813 16.3179,34.55589 16.0722,66.91849 13.9259,96.71469 5.767,-3.3581 24.264,-11.73062 31.9478,-11.73062 31.2106,0 205.187,-89.38852 293.8708,74.98602 23.0025,48.72481 19.0705,98.45214 15.0892,139.94649 -1.9987,20.77148 -4.8003,41.26557 -8.6668,61.17077 l -5.8653,28.8261 -0.7373,3.15692 -0.7209,3.14879 c 3.4897,0 0.3605,-6.12077 0.4915,-9.20148 2.1463,-50.2335 1.2452,-120.36407 -25.7384,-177.53601 -12.5498,-26.56462 -33.0619,-53.95335 -64.551,-53.95335 -138.0146,0 -68.5977,391.42866 -179.2027,484.47371 6.1274,10.1214 11.5995,20.5331 16.1869,30.742 65.4521,-79.0482 68.8762,-296.95756 165.2112,-296.95756 23.3792,0 47.5449,21.91358 57.4897,42.97063 42.7937,90.65712 -28.2943,196.26993 -59.2755,255.79893"
|
||||||
|
inkscape:connector-curvature="0" /></g></g></svg>
|
After Width: | Height: | Size: 93 KiB |
78
images/javaWithColor.svg
Normal file
78
images/javaWithColor.svg
Normal file
@ -0,0 +1,78 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://web.resource.org/cc/"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="242.75197"
|
||||||
|
height="460.24014"
|
||||||
|
id="svg1968"
|
||||||
|
sodipodi:version="0.32"
|
||||||
|
inkscape:version="0.44"
|
||||||
|
version="1.0"
|
||||||
|
sodipodi:docbase="C:\Dokumente und Einstellungen\Andreas\Eigene Dateien\Eigene Bilder\sonstiges\Logos\Vektor\Computer, Electronics"
|
||||||
|
sodipodi:docname="Java.svg">
|
||||||
|
<defs
|
||||||
|
id="defs1970" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="0.35"
|
||||||
|
inkscape:cx="350"
|
||||||
|
inkscape:cy="205.14359"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
width="68.51mm"
|
||||||
|
height="129.89mm"
|
||||||
|
units="mm"
|
||||||
|
inkscape:window-width="904"
|
||||||
|
inkscape:window-height="574"
|
||||||
|
inkscape:window-x="56"
|
||||||
|
inkscape:window-y="28" />
|
||||||
|
<metadata
|
||||||
|
id="metadata1973">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Ebene 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(3824.556,782.8939)">
|
||||||
|
<g
|
||||||
|
id="Ebene_x0020_1"
|
||||||
|
transform="translate(-3826.724,-785.8793)">
|
||||||
|
<metadata
|
||||||
|
id="CorelCorpID_0Corel-Layer" />
|
||||||
|
|
||||||
|
<g
|
||||||
|
id="_198302696">
|
||||||
|
<path
|
||||||
|
d="M 82.6262,243.321 C 82.6262,243.321 70.6871,250.5882 90.93145,252.66451 C 115.32815,255.77888 128.30555,255.26027 155.29775,250.06917 C 155.29775,250.06917 162.56495,254.74082 172.42745,258.37463 C 111.69475,284.32883 34.87045,256.81693 82.62615,243.32103 L 82.6262,243.321 z M 74.83977,209.5808 C 74.83977,209.5808 61.86287,219.44313 82.10697,221.5194 C 108.58047,224.11516 129.34377,224.63377 165.16037,217.36677 C 165.16037,217.36677 169.83223,222.55766 177.61827,225.1532 C 104.42767,246.9548 22.41227,227.22951 74.84027,209.5807 L 74.83977,209.5808 z M 218.10677,268.7562 C 218.10677,268.7562 226.93126,276.02361 208.24423,281.7331 C 173.46553,292.1149 62.38123,295.2292 31.23623,281.7331 C 20.33563,277.06166 41.09898,270.3133 47.84673,269.2752 C 54.5949,267.71812 58.22833,267.71812 58.22833,267.71812 C 46.28993,259.41266 -21.19117,284.84762 23.96883,292.11482 C 148.02983,312.35912 250.28983,283.29054 218.10583,268.75612 L 218.10677,268.7562 z M 88.33577,174.283 C 88.33577,174.283 31.75587,187.7791 68.09187,192.4508 C 83.66437,194.5269 114.29017,194.0083 142.83997,191.93177 C 166.19847,189.85546 189.55757,185.70283 189.55757,185.70283 C 189.55757,185.70283 181.25211,189.33622 175.54197,192.97024 C 117.92407,208.02324 7.35897,201.27528 39.02297,185.70283 C 66.01527,172.72553 88.33547,174.28303 88.33547,174.28303 L 88.33577,174.283 z M 189.55777,230.8629 C 247.69497,200.756 220.70287,171.6875 202.01567,175.3213 C 197.34381,176.35935 195.2675,177.39761 195.2675,177.39761 C 195.2675,177.39761 196.82479,174.28304 200.45818,173.24498 C 237.31338,160.26768 266.38198,212.17588 188.51978,232.42018 C 188.51978,232.42018 189.03839,231.90115 189.55783,230.86289 L 189.55777,230.8629 z M 94.04607,312.8782 C 150.10737,316.51201 235.75607,310.80189 237.83207,284.3288 C 237.83207,284.3288 233.67965,294.7106 191.63397,302.4964 C 143.87817,311.3211 84.70297,310.28283 49.92397,304.57271 C 49.92397,304.57271 57.19096,310.80186 94.04597,312.87817 L 94.04607,312.8782 z "
|
||||||
|
id="_227268128"
|
||||||
|
style="fill:#4e7896" />
|
||||||
|
|
||||||
|
<path
|
||||||
|
d="M 154.26,2.98539 C 154.26,2.98539 186.4432,35.68759 123.6339,85.00069 C 73.2827,124.96989 112.2141,147.80949 123.6339,173.76359 C 94.0461,147.29079 72.7637,123.93169 87.2979,102.13009 C 108.5807,69.94689 167.2369,54.37469 154.26,2.98549 L 154.26,2.98539 z M 137.6495,151.96239 C 152.7025,169.09229 133.49667,184.66499 133.49667,184.66499 C 133.49667,184.66499 171.90877,164.93969 154.25997,140.54259 C 138.16807,117.18409 125.71017,105.76429 193.19107,66.83279 C 193.19107,66.83279 86.77907,93.30629 137.64947,151.96249 L 137.6495,151.96239 z M 99.2372,430.71039 L 99.2372,379.84019 C 99.2372,366.86269 91.97,358.03859 73.8018,358.03859 C 63.4202,358.03859 54.5957,360.63393 46.8093,363.74829 L 49.40506,373.0918 C 55.11476,371.01549 62.38196,368.93897 70.16836,368.93897 C 80.0309,368.93897 84.70256,373.0918 84.70256,381.39727 L 84.70256,388.14544 L 79.51188,388.14544 C 54.59568,388.14544 43.17588,397.48895 43.17588,412.54214 C 43.17588,425.00024 50.96211,432.26744 64.97748,432.26744 C 73.80176,432.26744 80.55018,428.11461 86.77908,422.92393 L 87.81734,430.71036 L 99.23714,430.71036 L 99.2372,430.71039 z M 84.7026,414.09949 C 79.51192,418.77114 73.8018,421.3669 68.6109,421.3669 C 61.86314,421.3669 57.7105,417.21427 57.7105,409.9471 C 57.7105,402.67969 61.86313,397.489 78.4738,397.489 L 84.70253,397.489 L 84.70253,414.0995 L 84.7026,414.09949 z M 148.0311,430.71039 L 129.8627,430.71039 L 108.0613,359.59569 L 123.634,359.59569 L 137.1301,403.19869 L 140.24447,416.17579 C 146.99264,397.48899 152.18377,378.28249 154.26007,359.59569 L 169.83257,359.59569 C 165.67994,382.95459 158.41297,408.38939 148.03117,430.71039 L 148.0311,430.71039 z M 232.1225,430.71039 L 232.1225,379.84019 C 232.1225,366.86269 224.8553,358.03859 206.6873,358.03859 C 196.3055,358.03859 187.4812,360.63393 179.6948,363.74829 L 181.77132,373.0918 C 188.00026,371.01549 195.26742,368.93897 203.05392,368.93897 C 212.91646,368.93897 217.58812,373.0918 217.58812,381.39727 L 217.58812,388.14544 L 212.39744,388.14544 C 187.48124,388.14544 176.06144,397.48895 176.06144,412.54214 C 176.06144,425.00024 183.32864,432.26744 197.34384,432.26744 C 206.68735,432.26744 213.43554,428.11461 219.66464,422.92393 L 220.7029,430.71036 L 232.1225,430.71036 L 232.1225,430.71039 z M 217.5881,414.09949 C 212.39742,418.77114 206.6873,421.3669 201.4962,421.3669 C 194.74844,421.3669 190.5958,417.21427 190.5958,409.9471 C 190.5958,402.67969 194.74843,397.489 211.3591,397.489 L 217.58804,397.489 L 217.58804,414.0995 L 217.5881,414.09949 z M 27.0841,442.64909 C 22.93147,448.87803 16.7023,453.55009 8.9165,456.14519 L 2.16812,447.83973 C 7.3588,444.72536 12.54992,440.05392 14.62602,435.90113 C 16.70233,432.26753 17.22178,427.07643 17.22178,415.13783 L 17.22178,334.16083 L 32.79428,334.16083 L 32.79428,414.09963 C 32.79428,430.19113 31.23699,436.42003 27.08416,442.64923 L 27.0841,442.64909 z "
|
||||||
|
id="_230367536"
|
||||||
|
style="fill:#f58219" />
|
||||||
|
|
||||||
|
</g>
|
||||||
|
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 6.7 KiB |
4
images/jsWithColor.svg
Normal file
4
images/jsWithColor.svg
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 630 630">
|
||||||
|
<rect width="630" height="630" fill="#f7df1e"/>
|
||||||
|
<path d="m423.2 492.19c12.69 20.72 29.2 35.95 58.4 35.95 24.53 0 40.2-12.26 40.2-29.2 0-20.3-16.1-27.49-43.1-39.3l-14.8-6.35c-42.72-18.2-71.1-41-71.1-89.2 0-44.4 33.83-78.2 86.7-78.2 37.64 0 64.7 13.1 84.2 47.4l-46.1 29.6c-10.15-18.2-21.1-25.37-38.1-25.37-17.34 0-28.33 11-28.33 25.37 0 17.76 11 24.95 36.4 35.95l14.8 6.34c50.3 21.57 78.7 43.56 78.7 93 0 53.3-41.87 82.5-98.1 82.5-54.98 0-90.5-26.2-107.88-60.54zm-209.13 5.13c9.3 16.5 17.76 30.45 38.1 30.45 19.45 0 31.72-7.61 31.72-37.2v-201.3h59.2v202.1c0 61.3-35.94 89.2-88.4 89.2-47.4 0-74.85-24.53-88.81-54.075z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 687 B |
34
images/kotlin.svg
Normal file
34
images/kotlin.svg
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
viewBox="0 0 60 60" style="enable-background:new 0 0 60 60;" xml:space="preserve">
|
||||||
|
<g>
|
||||||
|
|
||||||
|
<linearGradient id="XMLID_3_" gradientUnits="userSpaceOnUse" x1="15.9594" y1="-13.0143" x2="44.3068" y2="15.3332" gradientTransform="matrix(1 0 0 -1 0 61)">
|
||||||
|
<stop offset="9.677000e-02" style="stop-color:#0095D5"/>
|
||||||
|
<stop offset="0.3007" style="stop-color:#238AD9"/>
|
||||||
|
<stop offset="0.6211" style="stop-color:#557BDE"/>
|
||||||
|
<stop offset="0.8643" style="stop-color:#7472E2"/>
|
||||||
|
<stop offset="1" style="stop-color:#806EE3"/>
|
||||||
|
</linearGradient>
|
||||||
|
<polygon id="XMLID_2_" style="fill:url(#XMLID_3_);" points="0,60 30.1,29.9 60,60 "/>
|
||||||
|
|
||||||
|
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="4.2092" y1="48.9409" x2="20.6734" y2="65.405" gradientTransform="matrix(1 0 0 -1 0 61)">
|
||||||
|
<stop offset="0.1183" style="stop-color:#0095D5"/>
|
||||||
|
<stop offset="0.4178" style="stop-color:#3C83DC"/>
|
||||||
|
<stop offset="0.6962" style="stop-color:#6D74E1"/>
|
||||||
|
<stop offset="0.8333" style="stop-color:#806EE3"/>
|
||||||
|
</linearGradient>
|
||||||
|
<polygon style="fill:url(#SVGID_1_);" points="0,0 30.1,0 0,32.5 "/>
|
||||||
|
|
||||||
|
<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-10.1017" y1="5.8362" x2="45.7315" y2="61.6694" gradientTransform="matrix(1 0 0 -1 0 61)">
|
||||||
|
<stop offset="0.1075" style="stop-color:#C757BC"/>
|
||||||
|
<stop offset="0.2138" style="stop-color:#D0609A"/>
|
||||||
|
<stop offset="0.4254" style="stop-color:#E1725C"/>
|
||||||
|
<stop offset="0.6048" style="stop-color:#EE7E2F"/>
|
||||||
|
<stop offset="0.743" style="stop-color:#F58613"/>
|
||||||
|
<stop offset="0.8232" style="stop-color:#F88909"/>
|
||||||
|
</linearGradient>
|
||||||
|
<polygon style="fill:url(#SVGID_2_);" points="30.1,0 0,31.7 0,60 30.1,29.9 60,0 "/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.9 KiB |
1
images/tsWithColor.svg
Normal file
1
images/tsWithColor.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg fill="none" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><rect fill="#3178c6" height="512" rx="50" width="512"/><rect fill="#3178c6" height="512" rx="50" width="512"/><path clip-rule="evenodd" d="m316.939 407.424v50.061c8.138 4.172 17.763 7.3 28.875 9.386s22.823 3.129 35.135 3.129c11.999 0 23.397-1.147 34.196-3.442 10.799-2.294 20.268-6.075 28.406-11.342 8.138-5.266 14.581-12.15 19.328-20.65s7.121-19.007 7.121-31.522c0-9.074-1.356-17.026-4.069-23.857s-6.625-12.906-11.738-18.225c-5.112-5.319-11.242-10.091-18.389-14.315s-15.207-8.213-24.18-11.967c-6.573-2.712-12.468-5.345-17.685-7.9-5.217-2.556-9.651-5.163-13.303-7.822-3.652-2.66-6.469-5.476-8.451-8.448-1.982-2.973-2.974-6.336-2.974-10.091 0-3.441.887-6.544 2.661-9.308s4.278-5.136 7.512-7.118c3.235-1.981 7.199-3.52 11.894-4.615 4.696-1.095 9.912-1.642 15.651-1.642 4.173 0 8.581.313 13.224.938 4.643.626 9.312 1.591 14.008 2.894 4.695 1.304 9.259 2.947 13.694 4.928 4.434 1.982 8.529 4.276 12.285 6.884v-46.776c-7.616-2.92-15.937-5.084-24.962-6.492s-19.381-2.112-31.066-2.112c-11.895 0-23.163 1.278-33.805 3.833s-20.006 6.544-28.093 11.967c-8.086 5.424-14.476 12.333-19.171 20.729-4.695 8.395-7.043 18.433-7.043 30.114 0 14.914 4.304 27.638 12.912 38.172 8.607 10.533 21.675 19.45 39.204 26.751 6.886 2.816 13.303 5.579 19.25 8.291s11.086 5.528 15.415 8.448c4.33 2.92 7.747 6.101 10.252 9.543 2.504 3.441 3.756 7.352 3.756 11.733 0 3.233-.783 6.231-2.348 8.995s-3.939 5.162-7.121 7.196-7.147 3.624-11.894 4.771c-4.748 1.148-10.303 1.721-16.668 1.721-10.851 0-21.597-1.903-32.24-5.71-10.642-3.806-20.502-9.516-29.579-17.13zm-84.159-123.342h64.22v-41.082h-179v41.082h63.906v182.918h50.874z" fill="#fff" fill-rule="evenodd"/></svg>
|
After Width: | Height: | Size: 1.7 KiB |
Loading…
Reference in New Issue
Block a user