This commit is contained in:
Boris Marinov 2023-03-15 21:25:20 +02:00
parent c5b7e5a4de
commit 647482b494
16 changed files with 2647 additions and 2255 deletions

View File

@ -267,14 +267,16 @@ Category theory allows us to see the big picture when it comes to sets and simil
| Objects and Morphisms | Sets and functions |
| **N/A** | Element |
By switching to external diagrams, we lose sight of the particular (the elements of our sets), but we have gained the ability to see the whole universe that we have been previously trapped in. Just as the whole realm of sets can be thought as one category, a programming language can also be thought as a category. The concept of a category allows us to find and analyze similarities between these and other structures.
By switching to external diagrams, we lose sight of the particular (the elements of our sets), but we gain the ability to see the whole universe where we were previously trapped in. In the same way as the whole realm of sets can be thought as one category, a programming language can also be thought as a category. The concept of a category allows us to find and analyze similarities between these and other structures.
**NB:** The word "Object" is used in both programming languages and in category theory, but for completely different things. The equivalent a categorical object is equivalent to a *type* or a *class* in programming language theory.
Sets VS Categories
---
One remark before we go: in the last paragraphs I sound as if I'm *comparing* categories and sets (and rooting for categories, in order to get more copies of my book sold) and I don't want you to get the wrong impression that the two concepts are somehow competing with one another. Perhaps that notion would be somewhat correct if category and set theory were meant to describe *concrete* phenomena, in the way that the theory of relativity and the theory of quantum mechanics in physics. Concrete theories are conceived mainly as *descriptions* of the world, and as such it makes sense for them to be connected to one another in some sort of hierarchy. Abstract theories, like category theory and set theory, on the other hand, are more like languages for expressing such descriptions - they still can be connected, and are connected in more than one way, but there is no inherent hierarchy between the two and therefore arguing over which of the two is more basic, or more general, is just a chicken-and-egg problem, as you would see in the next chapter.
One remark before we go: in the last paragraphs I sound as if I'm *comparing* categories and sets (and rooting for categories, in order to get more copies of my book sold) and I don't want you to get the wrong impression that the two concepts are somehow competing with one another. Perhaps that notion would be somewhat correct if category and set theory were meant to describe *concrete* phenomena, in the way that the theory of relativity and the theory of quantum mechanics are both supposed to explain the physical world. Concrete theories are conceived mainly as *descriptions* of the world, and as such it makes sense for them to be connected to one another in some sort of hierarchy.
Abstract theories, like category theory and set theory, on the other hand, are more like *languages* for expressing such descriptions - they still can be connected, and *are* connected in more than one way, but there is no inherent hierarchy between the two and therefore arguing over which of the two is more basic, or more general, is just a chicken-and-egg problem, as you would see in the next chapter.
Defining Categories (again)
===
@ -387,7 +389,7 @@ Addendum: Why are categories like that?
===
*Why* are categories defined by those two laws and not some other two (or one, three, four etc.) laws? From one standpoint, the answer to that seems obvious - we study categories because they *work*, I mean, look at how many applications are there.
But at the same time category theory is an abstract theory, so everything about it is kinda arbitrary: you can remove a law - and you get another theory that looks similar to category theory (although it might actually turn out to be quite different in practice.) Or you add one more law and you get a yet another theory, so if this specific set of laws works better than any other, then this fact demands an explanation. Not a *mathematical* explanation (e.g. we cannot prove that this theory is better than some other one), but an explanation nevertheless. What follows is *my attempt* to provide such an explanation, regarding the laws of *identity* and *associativity*.
But at the same time category theory is an abstract theory, so everything about it is kinda arbitrary: you can remove a law - and you get another theory that looks similar to category theory (although it might actually turn out to be quite different in practice (due to a phenomenon called "emergence").) Or you add one more law and you get a yet another theory, so if this specific set of laws works better than any other, then this fact demands an explanation. Not a *mathematical* explanation (e.g. we cannot prove that this theory is better than some other one), but an explanation nevertheless. What follows is *my attempt* to provide such an explanation, regarding the laws of *identity* and *associativity*.
Identity and isomorphisms
===

View File

@ -237,7 +237,7 @@ Now there are some aspects of this which are non-obvious so let's go through eve
It might help you to remember that in classical logic $p → q$ ($p$ implies $q$) is true when $\neg p q$ (either $p$ is false or $q$ is true.)
The *in and only if* operation
The *if and only if* operation
---
Now, let's review the operation that indicates that two propositions are equivalent (or, when one proposition is *a necessary and sufficient condition* for the other (which implies that the reverse is also true.)) This operation yields true when the propositions have the same value.
@ -258,7 +258,7 @@ But what's more interesting about this operation is that it can be constructed u
| False | True | True | False | False |
| False | False | True | True | True |
Because of this, the equivalence operation is called "if and only if", or "iff" for short.
Because of this, the equivalence operation is called "if and only if", or "iff" for short.
Proving results by axioms/rules of inference
---
@ -287,7 +287,7 @@ Note that to really prove that the two formulas are equivalen we have to also do
Intuitionistic logic. The BHK interpretation
===
Although the classical truth-functional interpretation of logic works and is correct in its own right, it doesn't fit well the categorical framework that we are using here: It is too "low-level", it relies on manipulating the values of the propositions. According to it, the operations *and* *or* and *implies* are just 3 of the 16 possible binary logical operations and they are not really connected to each other.
Although the classical truth-functional interpretation of logic works and is correct in its own right, it doesn't fit well the categorical framework that we are using here: It is too "low-level", it relies on manipulating the values of the propositions. According to it, the operations *and* and *or* are just 2 of the 16 possible binary logical operations and they are not really connected to each other (but we know that they actually are.)
For these and other reasons (mostly other, probably), in the 20th century a whole new school of logic was founded, called *intuitionistic logic*. If we view classical logic as based on *set theory*, then intuitionistic logic would be based on *category theory* and its related theories. If *classical logic* is based on Plato's theory of forms, then intuinism began with a philosophical idea originating from Kant and Schopenhauer: the idea that the world as we experience it is largely predetermined of out perceptions of it. As the mathematician L.E.J. Brouwer puts it.
@ -330,10 +330,11 @@ And the *modus ponens* rule of inference is nothing more than *functional applic
The *if and only if* operation
---
In the section on classical logic, we proved that two propositions $A$ and $B$ are equivalent if $A$ implies $B$ and $B$ implies $A$. But if the *implies* operation is just a function, then proposition are equivalent precisely when the exist two functions, converting each of them to the other i.e. when the propositions are *isomorphic*.
In the section on classical logic, we proved that two propositions $A$ and $B$ are equivalent if $A$ implies $B$ and $B$ implies $A$. But if the *implies* operation is just a function, then proposition are equivalent precisely when there are two functions, converting each of them to the other i.e. when the sets containing the propositions are *isomorphic*.
![Implies in the BHK interpretation](bhk_iff.svg)
(Perhaps we should note that *not all functions are proofs*, a designated set of them. We say this, because in set theory you can construct functions and isomorphisms between any pair of singleton sets, but that won't mean that all proofs are equivalent.)
The *negation* operation
---

View File

@ -177,7 +177,7 @@ Note how the concepts of *homomorphism set* and of *underlying set* allowed us t
Functor laws
---
So these are the two mappings (one between objects and one between morphisms) that constitute a functor. But not every pair of such two mappings is a functon. As we said, in addition to existing, the mappings should *preserve the structure* of the source category into the target category. To see what that means, we revisit the definition of a category from chapter 2:
So these are the two mappings (one between objects and one between morphisms) that constitute a functor. But not every pair of such two mappings is a functor. As we said, in addition to existing, the mappings should *preserve the structure* of the source category into the target category. To see what that means, we revisit the definition of a category from chapter 2:
> A category is a collection of *objects* (we can think of them as points) and *morphisms* (arrows) that go from one object to another, where:
> 1. Each object has to have the identity morphism.
@ -211,7 +211,7 @@ For example, in chapter 1 we presented the following definition of functional co
![Functional composition - general definition](functions_compose_general.svg)
We all see the benefit of defining stuff by means of diagrams as opposed to writing lengthty definitions like
We all see the benefit of defining stuff by means of diagrams as opposed to writing lengthy definitions like
> "Suppose you have three objects $a$, $b$ and $c$ and two morphisms $f: b \to c$ and $g: a \to b$..."
@ -429,39 +429,37 @@ The smoothness of the mapping means that paths may stretch or collapse but not b
Functors in programming. The list functor
===
If types in programming language form a category, then what are the functors that are related to that category?
The short (but complex) answer to this question is that we can view functors between the category of types and itself as maps from the realm of simple (primitive) types and functions to the realm of more complex types and functions.
Types in programming language form a category, associated to that category are some functors that programmers use every day, such as the list functor, that we will use as an example. The list functor is an example of a functor that maps from the realm of simple (primitive) types and functions to the realm of more complex (generic) types and functions.
![A functor in programming](functor_programming.svg)
The long but simple answer - giving a definition of functor in programming context, is as simple as changing the terms we use, according to the table in chapter 2, and (more importantly) changing the font we use in our formulas from "modern" to "monospaced"
But let's start with the basics - defining the concept of a functor in programming context is as simple as changing the terms we use, according to the table in chapter 2 (the one that compares category theory with programming languages), and (perhaps more importantly) changing the font we use in our formulas from "modern" to "monospaced".
> A functor between two categories (let's call them `A` and `B`) consists of a mapping that maps each ~~object~~ *type* in `A` to a type in `B` and a mapping that maps each ~~morphism~~ *function* between types in `A` to a function between types in `B`, in a way that preserves the structure of the category.
Mathematicians and programmers - two very different communities, that are united by their appreciation of peculiar typefaces. And by the fact that they all use functors.
Comparing these definitions makes us realize that mathematicians and programmers are two very different communities, that are united by the fact that they both use functors (and by their appreciation of peculiar typefaces.)
Type mapping
---
The first component of a functor is a mapping that converts one type (let's call it `A`) to another type (`B`). So it is *like a function, but between types*. Such constructions are supported by almost all programming languages that have static type checking in the first place - they go by the name of *generic types*.
A generic type is nothing but a function (sometimes called a *type-level function*) that maps one concrete type to another concrete type. For example, the type `Array<A>` maps the type `String` to `Array<String>`, `Number` to `Array<Number>` etc.
The first component of a functor is a mapping that converts one type (let's call it `A`) to another type (`B`). So it is *like a function, but between types*. Such constructions are supported by almost all programming languages that have static type checking in the first place - they go by the name of *generic types*. A generic type is nothing but a function that maps one (concrete) type to another (this is why generic types are sometimes called *type-level functions*.)
![A functor in programming - type mapping](functor_programming_objects.svg)
Note that although the diagrams they look similar, a *type-level* function is completely different from a *value-level* function. A value-level function from `String`, to `List<String>` (or in mathy Haskell/ML-inspired notation $string \to List\ string$ is) converts a *value* of type `String` (such as `"foo"`) and to a value of type `List<String>`. You even have (as we will see later) a value-level functions with signature $a \to List\ a$ that can convert any value to a list of elements containing that value, but this is different from the *type-level* function `List<A>` as that one converts a *type* $a$ to a *type* $List\ a$ (e.g. the type `string` to the type $List\ string$, $number$ to $List\ number$ etc.)
Function mapping
---
So the type mapping of a functor is simply a generic type in a programming language (we can also have functors between two generic types, but we will review those later.) So what is the *function mapping* - that is a mapping that convert any function operating on simple types, like `String ➞ Number` to a function between their more complex counterparts e.g. `Array<String> ➞ Array<Number>`.
So the type mapping of a functor is simply a generic type in a programming language (we can also have functors between two generic types, but we will review those later.) So what is the *function mapping* - that is a mapping that convert any function operating on simple types, like $string \to number$ to a function between their more complex counterparts e.g. $List\ string \to List\ number$.
![A functor in programming - function mapping](functor_programming_morphisms.svg)
In programming languages, this mapping is represented by a higher-order function called `map` with a signature (using Haskell notation), `(a ➞ b) ➞ (Fa ➞ Fb)`, where `F` represents the generic type.
In programming languages, this mapping is represented by a higher-order function called `map` with a signature (using Haskell notation), $(a \to b) \to (Fa \to Fb)$, where $F$ represents the generic type.
Any function with that type signature that follows the laws gives rise to a functor, but not all such functors are useful. In practice, usually, there is only one of them that makes sense for a given generic type. For example, in the case of list and similar structures, `map` is a function that applies the original function (the one that converts simple types) to all elements of the list.
Note that although any possible function that has this type signature (that that obeys the functor laws) gives rise to a functor, *not all such functors are useful*. Usually, there is only one of them that makes sense for a given generic type and that's why we talk about *the* list functor, and see `map` is defined directly in the in the generic datatype, as a method.
Because only one `map` function per generic type is useful (and also for simple convenience) you might sometimes see `map` defined directly in the generic datatype, as a method. For example, Here is how the list functor might look in TypeScript, implemented in the way that I described above:
In the case of lists and similar structures, the *useful* implementation of `map` is the one that applies the original (simple) function to all elements of the list.
```
class Array<A> {
@ -475,15 +473,17 @@ class Array<A> {
}
```
Functor laws
---
Aside from facilitating code reuse by bringing in all standard functions of simple types in a more complex context, `map` allows us to work in a way that is predictable, courtesy of the functor laws, which in programming context look like this.
Identity law:
```
a.map(a => a) == a
```
Composition law:
```
a.map(f).map(g) == a.map((a) => g(f(a)))
```
@ -492,63 +492,68 @@ a.map(f).map(g) == a.map((a) => g(f(a)))
What are functors for
===
Now, that we have seen so many examples of functors, we can attempt to answer the million-dollar question: "How are functors *useful*?" (sometimes formulated also as "Why are you wasting my/your time with this (abstact) nonsense?") We just saw that *maps are functors* and we know that *maps are useful*, so let's start from there.
Now, that we have seen so many examples of functors, we finally can attempt to answer the million-dollar question, namely what are functors for and why are they useful? (often formulated also as "Why are you wasting your/my time with this (abstact) nonsense?")
So, why is a map (or any other kind of diagram) useful? Well, it obviously has to do with the fact that the points and arrows of the map corresponds to the cities and the roads in the place you are visiting in i.e. because of the very fact that it is a functor, but there is a second aspect as well - maps (or at least those of them that are useful) are *simpler to work with* than the actual things they represent. For example, road maps are useful, because they are *smaller* than the territory they represent, so it is much easier to go look up the routes between two given places by following a map, than to actually test those routes by driving through all them in real life.
Well, we saw that *maps are functors* and we know that *maps are useful*, so let's start from there.
So, why is a map useful? Well, it obviously has to do with the fact that the points and arrows of the map corresponds to the cities and the roads in the place you are visiting in i.e. due to the very fact that it is a functor, but there is a second aspect as well - maps (or at least those of them that are useful) are *simpler to work with* than the actual things they represent. For example, road maps are useful, because they are *smaller* than the territory they represent, so it is much easier to go look up the routes between two given places by following a map, than to actually travel through all them in real life.
And functors in programming are used for similar reason - functions that involve simple types like `string`, `number`, `boolean` etc are ... simple, and least when compared with functions that work with lists and other generic types. Using the `map` function allows us to operate on such types without having to think about them and to derive functions that transform them, from functions that transform simple values. In other words, functors are means of *abstraction*.
Of course, not all functions that manipulate generic datatypes can be derived just by functions containing their contents. This is generally true for all "useful" functors: because their source categories are "simpler" than the target, some of the morphisms in the target have no equivalents in the source i.e. making the model simpler inevitably results in losing some of its capabilities. This is a consequence of "the map is not the territory" principle (or "every abstraction is a leaky abstraction", as the programmer Joel Spolsky put it):
Of course, not all routes on the map and no functions that between generic datatypes can be derived just by functions between the types they contain. This is generally true for many "useful" functors: because their source categories are "simpler" than the target, some of the morphisms in the target have no equivalents in the source i.e. making the model simpler inevitably results in losing some of its capabilities. This is a consequence of "the map is not the territory" principle (or in programming context, "every abstraction is a leaky abstraction", as Joel Spolsky put it):
Pointed functors
===
There are many interesting types of functors that are worth exploring, we will look at one - pointed functors.
Now, before we close it off, we will review one more functor-related concept that is particularly useful in programming - *pointed endofunctors.*
Endofunctors
---
From the way the diagrams in the previous section looked like, we might get the impression that different type families belong to different categories.
To understand what pointed endofunctors are, we have to first understand what are *endofunctors*, and we already saw some examples of those in the last section. Let me explain: from the way the diagrams there looked like, we might get the impression that different type families belong to different categories.
![Endofunctors](endofunctor_1.svg)
![A functor in programming](functor_programming.svg)
but that is not the case - they are actually one and the same category - the category of types (which, as we said, is similar to the category of sets.)
But that is not the case - all type families from a given programming language are actually part of one and the same category - the category of *types*.
![Endofunctors](endofunctor_2.svg)
![A functor in programming](functor_programming_endo.svg)
So all functors used in programming are what we call *endofunctors* i.e. ones in which the source and target category is one and the same.
Wait, so this is permitted? Yes, these are exactly what we call *endofunctors* i.e. ones that have one and the same category as source and target.
Identity functors
The identity functor
---
There is one particular endofuctor that will probably look familiar to you - it is the *identity functor* of each category, the one that maps each object and morphism to itself.
So, what are some examples of endofunctors? I want to focus on one that will probably look familiar to you - it is the *identity functor* of each category, the one that maps each object and morphism to itself.
![Identity functor](identity_functor.svg)
Identity functors are defined for the same reason as identity morphisms - they allow us to talk about value-related stuff without actually involving values.
And it might be familiar, because an identity functor is similar to an identity morphism - it allow us to talk about value-related stuff without actually involving values.
Pointed functors
---
Finally, an interesting "species" of the endofunctors that we can define using the identity functor are the so-called *pointed* functors. This is a name for the functors that are *isomorphic to the identity functor*.
We still haven't said when two functors are isomorphic, but for now it suffices to say that they are isomorphic when the diagram below commutes for all objects and functions.
Finally, the identity functor, together with all other functors to which the identity functor can be *naturally transformed* are called *pointed functors* (i.e. a functor is pointed if there exist a morphism from the identity functor to it.) As we will see shortly, the list functor is a pointed functor.
![Pointed functor](pointed_functor.svg)
If we concentrate on the category of sets (or the category of types, if you will), then this would mean that there is a function that translates each value of what we called the "simple types" to a value of the functor's generic type, in a way that this diagram commutes (again, the function should make the diagram commute for all types (and not just `String` and `Number`) for all functions that exist, not only the four we outlined here.)
We still haven't discussed what does it mean for one functor to be naturally transformed to another one (although the commuting diagram above can give you some idea.) This is a complex concept and we have a whole chapter about it (the next one).
However if we concentrate solely on the category of types in programming languages, then *a natural transformation is just a function* that translates each value of what we called the "simple types" to a value of the functor's generic type i.e. $a \to F\ a$), in a way that this diagram commutes.
![Pointed functor in Set](pointed_functor_set.svg)
The list functor is pointed, because such a function exist for the list functor - it is the function that puts every value in a "singleton" list.
What does it take for this diagram to commute? It means that the you have two equivalent routes for reaching from the top-left diagonal to the bottom-right diagonal i.e. that applying any function between any two types ($a \to b$), followed by the lifting function ($b \to F\ b$), is equivalent to applying the lifting function first ($a \to F\ a$), and then the mapped version of the original function second ($F\ a \to F\ b$.)
The list functor is pointed, because such a function exist for the list functor - it is the function $a \to [\ a\ ]$ that puts every value in a "singleton" list. So, for every function between simple types, such as the function $length:\ string \to number$ we have a square like this one.
![Pointed functor in Set](pointed_functor_set_internal.svg)
And in programming context, the fact that the functor is pointed translates to the following:
And the fact that the square commutes is expressed by the following equality:
```
[a].map(f) = [f(a)]
```
By the way, it may not look like it right now, but this commuting square might be the one of the most-important diagram that exist in category theory, second to only the triangle of functional composition.
The category of small categories
===
@ -568,4 +573,4 @@ Categories all the way down
The recursive nature of category theory might leave some of you confused: we started by saying that categories are *composed of objects and morphisms*, but now we are saying that there are *morphisms between categories* (functors). And on top of that, there is a category where *the objects are categories themselves*. Does that mean that categories are an example of... categories? Sounds a bit weird on intuitive level (as for example biscuits don't contain other biscuits and houses don't use houses as building material) but it is actually the case. Like, for example, every monoid is a category with one just object, but at the same time, monoids can be seen as belonging to one category - the category of monoids - with monoid homomorphisms acting as objects. At the same time we have the category of groups, for example, which contains the category of monoids as a subcategory, as all monoids are groups etc.
Category theory does *categorize* everything, so from a category-theoretic standpoint all of maths is categories all the way down and whether you would threat a given category as a universe, or as a point depends solemnly on your viewpoint. We just stick to the level that make sense for us and not be obsessed with forming picture of the whole thing, because there is no *whole thing* - category theory is an *abstract* theory. That is, it does not seek to represent an actual state of affairs, but to provide a language that you can use to express many different ideas, actual or purely imaginary. So view the category of categories not as a structure, but as a space, where all these concepts live.
Category theory does *categorize* everything, so, from a category-theoretic standpoint, all of maths is *categories all the way down*. Whether you would threat a given category as a universe or as a point depends solemnly on the context. Category theory is an *abstract* theory. That is, it does not seek to represent an actual state of affairs, but to provide a language that you can use to express many different ideas, actual or purely imaginary.

View File

@ -1,17 +1,17 @@
<?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 595.3 189.5"
version="1.1"
id="svg15613"
sodipodi:docname="functor_programming.svg"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
inkscape:version="1.2.2 (1:1.2.2+202212051552+b0a8486541)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<metadata
id="metadata15619">
<rdf:RDF>
@ -35,410 +35,323 @@
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2560"
inkscape:window-height="1376"
inkscape:window-width="1920"
inkscape:window-height="1024"
id="namedview15615"
showgrid="false"
inkscape:zoom="2.2632155"
inkscape:cx="245.40313"
inkscape:cy="201.92561"
inkscape:cx="246.33094"
inkscape:cy="60.533343"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg15613" />
inkscape:current-layer="svg15613"
inkscape:showpageshadow="2"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1" />
<g
id="g42748"
transform="matrix(1.5213308,-0.07988467,0.08179232,1.4676901,-217.03672,174.08098)" />
<ellipse
style="fill:#e6e7e8;stroke:none;stroke-width:2.21775842;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-4"
cy="103.85719"
cx="184.75946"
transform="matrix(0.99862421,-0.05243749,0.05564228,0.99845077,0,0)"
rx="92.885521"
ry="89.62603" />
<g
id="g42748-8"
transform="matrix(1.5213308,-0.07988467,0.08179232,1.4676901,142.4102,159.7901)" />
<ellipse
style="fill:#e6e7e8;stroke:none;stroke-width:2.16419768;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-4-1"
cy="119.02538"
cx="427.23254"
transform="matrix(0.99862421,-0.05243749,0.05564228,0.99845077,0,0)"
rx="90.642258"
ry="87.461487" />
style="fill:#e6e7e8;stroke:none;stroke-width:2.24442;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-4-1-3"
cy="106.09784"
cx="177.02658"
transform="matrix(0.99850298,-0.05469725,0.05334371,0.99857621,0,0)"
rx="92.045799"
ry="92.631592" />
<ellipse
style="fill:#e6e7e8;stroke:none;stroke-width:2.24442;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-4-1-3-3"
cy="114.75402"
cx="376.7001"
transform="matrix(0.99850298,-0.05469725,0.05334371,0.99857621,0,0)"
rx="92.045799"
ry="92.631592" />
<g
id="g24413"
style="stroke:#797979;stroke-width:2;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
transform="matrix(1.065679,-0.07478639,0.05729482,1.3740212,5.0162041,31.58551)">
id="g12404-0"
transform="matrix(0.93083361,0.03969588,-0.03969588,0.93083361,155.5096,-91.87247)">
<rect
style="opacity:0.161929;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:3.63184;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
id="rect1814-6-6"
width="65.832924"
height="62.063396"
x="220.30284"
y="214.20256" />
<rect
style="fill:#a6d3e4;fill-opacity:1;stroke:#9bc0bf;stroke-width:3.63184;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
id="rect1814-2"
width="65.832924"
height="62.063396"
x="215.42094"
y="209.91783" />
<g
style="display:inline;opacity:0.95400002;fill:#dddddd;stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="g1482-7-0-1-0-3-9"
transform="matrix(0.15815945,0.00363238,0.01383482,0.16867354,369.39957,-0.27464808)"
inkscape:transform-center-x="7.0770773"
inkscape:transform-center-y="-7.9306638">
aria-label="[num]"
transform="rotate(1.2700671)"
id="text11431-5-2-4-6"
style="font-weight:bold;font-size:20.0611px;line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';letter-spacing:0px;word-spacing:0px;fill:#666666;stroke-width:0.501528">
<path
style="stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-7"
d="m 298.84692,219.75174 c 4.50048,-1.11094 9.19951,-2.10794 14.02668,-3.04881 -4.04495,-1.70563 -8.31549,-3.34171 -12.81219,-4.90893 -0.40756,2.77943 -0.49113,4.95944 -1.21449,7.95774 z" />
d="m 221.37573,226.21798 h 6.08298 v 2.20398 h -2.75252 v 13.47855 h 2.75252 v 2.20398 h -6.08298 z"
id="path4964" />
<path
style="fill:none;stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-5"
d="M -1074.4393,218.2691 C -655.7613,162.8326 -34.287636,168.429 303.99415,216.71262"
sodipodi:nodetypes="cc" />
</g>
<g
style="display:inline;opacity:0.422;fill:#dddddd;stroke:#797979;stroke-width:10.39722061;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="g1482-7-0-1-0-3-9-4"
transform="matrix(0.17388536,8.9640524e-4,0.01085518,0.21285148,347.87276,34.12266)"
inkscape:transform-center-x="7.7707699"
inkscape:transform-center-y="-10.036943">
d="m 241.53479,234.77921 v 6.68051 h -3.52637 v -1.0873 -4.02593 q 0,-1.42034 -0.0686,-1.95909 -0.0588,-0.53875 -0.2155,-0.79344 -0.20571,-0.34284 -0.55835,-0.52895 -0.35263,-0.19591 -0.80322,-0.19591 -1.0971,0 -1.724,0.8522 -0.62691,0.84241 -0.62691,2.34112 v 5.3973 H 230.5051 V 230.4888 h 3.50678 v 1.60646 q 0.79343,-0.95996 1.68482,-1.41055 0.89138,-0.46038 1.96888,-0.46038 1.90032,0 2.87987,1.16565 0.98934,1.16566 0.98934,3.38923 z"
id="path4966" />
<path
style="stroke:#797979;stroke-width:10.39722061;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-7-3"
d="m 298.84692,219.75174 c 4.50048,-1.11094 9.19951,-2.10794 14.02668,-3.04881 -4.04495,-1.70563 -8.31549,-3.34171 -12.81219,-4.90893 -0.40756,2.77943 -0.49113,4.95944 -1.21449,7.95774 z" />
d="m 244.66934,237.1889 v -6.7001 h 3.52636 v 1.09709 q 0,0.89139 -0.01,2.24316 -0.01,1.34198 -0.01,1.79257 0,1.32239 0.0686,1.91012 0.0686,0.57793 0.23509,0.84241 0.2155,0.34284 0.55834,0.52895 0.35264,0.18612 0.80323,0.18612 1.09709,0 1.724,-0.84241 0.62691,-0.84241 0.62691,-2.34112 v -5.41689 h 3.50677 v 10.97092 h -3.50677 v -1.58687 q -0.79343,0.95996 -1.68482,1.42034 -0.88159,0.4506 -1.9493,0.4506 -1.90032,0 -2.89945,-1.16566 -0.98934,-1.16566 -0.98934,-3.38923 z"
id="path4968" />
<path
style="fill:none;stroke:#797979;stroke-width:10.39722061;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-5-3"
d="M -1065.3687,201.07536 C -646.69068,145.63886 -34.287636,168.429 303.99415,216.71262"
sodipodi:nodetypes="cc" />
</g>
<g
style="display:inline;opacity:0.95400002;fill:#dddddd;stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="g1482-7-0-1-0-3-9-30"
transform="matrix(0.1524171,8.9640524e-4,0.00951498,0.21285148,311.86057,53.39677)"
inkscape:transform-center-x="6.8113705"
inkscape:transform-center-y="-10.036943">
d="m 269.23635,232.31076 q 0.66609,-1.01873 1.57707,-1.54768 0.92077,-0.53875 2.01786,-0.53875 1.89052,0 2.87987,1.16565 0.98934,1.16566 0.98934,3.38923 v 6.68051 h -3.52637 v -5.72055 q 0.01,-0.12734 0.01,-0.26448 0.01,-0.13714 0.01,-0.39182 0,-1.16566 -0.34284,-1.68482 -0.34284,-0.52895 -1.10688,-0.52895 -0.99914,0 -1.54769,0.82282 -0.53875,0.82282 -0.55834,2.38029 v 5.38751 h -3.52636 v -5.72055 q 0,-1.82196 -0.31346,-2.34112 -0.31345,-0.52895 -1.11668,-0.52895 -1.00893,0 -1.55748,0.83261 -0.54854,0.82282 -0.54854,2.36071 v 5.3973 h -3.52637 V 230.4888 h 3.52637 v 1.60646 q 0.6465,-0.93057 1.47911,-1.40075 0.84241,-0.47018 1.85134,-0.47018 1.13628,0 2.00807,0.54854 0.8718,0.54855 1.32239,1.53789 z"
id="path4970" />
<path
style="stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-7-30"
d="m 298.84692,219.75174 c 4.50048,-1.11094 9.19951,-2.10794 14.02668,-3.04881 -4.04495,-1.70563 -8.31549,-3.34171 -12.81219,-4.90893 -0.40756,2.77943 -0.49113,4.95944 -1.21449,7.95774 z" />
<path
style="fill:none;stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-5-92"
d="M -1116.0146,210.41161 C -697.33657,154.97511 -34.287636,168.429 303.99415,216.71262"
sodipodi:nodetypes="cc" />
</g>
<g
style="display:inline;opacity:0.95400002;fill:#dddddd;stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="g1482-7-0-1-0-3-9-5"
transform="matrix(0.1524171,8.9640524e-4,0.00951498,0.21285148,270.41091,13.199776)"
inkscape:transform-center-x="6.8113705"
inkscape:transform-center-y="-10.036943">
<path
style="stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-7-4"
d="m 298.84692,219.75174 c 4.50048,-1.11094 9.19951,-2.10794 14.02668,-3.04881 -4.04495,-1.70563 -8.31549,-3.34171 -12.81219,-4.90893 -0.40756,2.77943 -0.49113,4.95944 -1.21449,7.95774 z" />
<path
style="fill:none;stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-5-05"
d="M -1118.5689,206.40608 C -699.89091,150.96958 -34.287636,168.429 303.99415,216.71262"
sodipodi:nodetypes="cc" />
</g>
<g
style="display:inline;opacity:0.422;fill:#dddddd;stroke:#797979;stroke-width:10.39722061;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="g1482-7-0-1-0-3-9-4-4"
transform="matrix(0.17835506,0.00124283,0.01154561,0.21290499,358.83554,39.226133)"
inkscape:transform-center-x="7.9716051"
inkscape:transform-center-y="-10.036942">
<path
style="stroke:#797979;stroke-width:10.39722061;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-7-3-7"
d="m 298.84692,219.75174 c 4.50048,-1.11094 9.19951,-2.10794 14.02668,-3.04881 -4.04495,-1.70563 -8.31549,-3.34171 -12.81219,-4.90893 -0.40756,2.77943 -0.49113,4.95944 -1.21449,7.95774 z" />
<path
style="fill:none;stroke:#797979;stroke-width:10.39722061;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-5-3-7"
d="M -1052.873,206.03932 C -634.19497,150.60282 -34.287636,168.429 303.99415,216.71262"
sodipodi:nodetypes="cc" />
</g>
<g
style="display:inline;opacity:0.422;fill:#dddddd;stroke:#797979;stroke-width:10.39722061;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="g1482-7-0-1-0-3-9-4-1"
transform="matrix(0.17388536,8.9640884e-4,0.01085518,0.21285148,344.13502,26.174987)"
inkscape:transform-center-x="7.7707699"
inkscape:transform-center-y="-10.036943">
<path
style="stroke:#797979;stroke-width:10.39722061;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-7-3-9"
d="m 298.84692,219.75174 c 4.50048,-1.11094 9.19951,-2.10794 14.02668,-3.04881 -4.04495,-1.70563 -8.31549,-3.34171 -12.81219,-4.90893 -0.40756,2.77943 -0.49113,4.95944 -1.21449,7.95774 z" />
<path
style="fill:none;stroke:#797979;stroke-width:10.39722061;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-5-3-6"
d="M -1065.3687,201.07536 C -646.69068,145.63886 -34.287636,168.429 303.99415,216.71262"
sodipodi:nodetypes="cc" />
</g>
<g
style="display:inline;opacity:0.422;fill:#dddddd;stroke:#797979;stroke-width:10.39722061;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="g1482-7-0-1-0-3-9-4-4-1"
transform="matrix(0.17835506,0.00124283,0.01154561,0.21290499,362.48043,46.826856)"
inkscape:transform-center-x="7.9716051"
inkscape:transform-center-y="-10.036942">
<path
style="stroke:#797979;stroke-width:10.39722061;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-7-3-7-5"
d="m 298.84692,219.75174 c 4.50048,-1.11094 9.19951,-2.10794 14.02668,-3.04881 -4.04495,-1.70563 -8.31549,-3.34171 -12.81219,-4.90893 -0.40756,2.77943 -0.49113,4.95944 -1.21449,7.95774 z" />
<path
style="fill:none;stroke:#797979;stroke-width:10.39722061;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-5-3-7-9"
d="M -1052.873,206.03932 C -634.19497,150.60282 -34.287636,168.429 303.99415,216.71262"
sodipodi:nodetypes="cc" />
</g>
<g
style="display:inline;opacity:0.422;fill:#dddddd;stroke:#797979;stroke-width:10.39722061;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="g1482-7-0-1-0-3-9-4-4-1-9"
transform="matrix(0.17835506,0.00124283,0.01154561,0.21290499,332.6414,1.1875682)"
inkscape:transform-center-x="7.9716051"
inkscape:transform-center-y="-10.036942">
<path
style="stroke:#797979;stroke-width:10.39722061;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-7-3-7-5-1"
d="m 298.84692,219.75174 c 4.50048,-1.11094 9.19951,-2.10794 14.02668,-3.04881 -4.04495,-1.70563 -8.31549,-3.34171 -12.81219,-4.90893 -0.40756,2.77943 -0.49113,4.95944 -1.21449,7.95774 z" />
<path
style="fill:none;stroke:#797979;stroke-width:10.39722061;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-5-3-7-9-4"
d="M -1052.873,206.03932 C -634.19497,150.60282 -34.287636,168.429 303.99415,216.71262"
sodipodi:nodetypes="cc" />
d="m 285.7319,244.10449 h -6.08298 v -2.20398 h 2.75252 v -13.47855 h -2.75252 v -2.20398 h 6.08298 z"
id="path4972" />
</g>
</g>
<g
transform="matrix(1.133632,0.02513317,-0.02513317,1.133632,250.87632,-9.109814)"
id="g11661-6">
id="g6483-8"
transform="matrix(0.9268744,0.09450299,-0.09450299,0.9268744,210.691,-11.565329)">
<g
id="g6612"
transform="translate(73.173704,-42.395966)">
<path
id="path2810-7-7"
d="m 141.53377,88.423379 c 0,0 0.26891,0.750171 0.68857,2.050099 0.2295,0.683261 0.4984,1.433432 0.78374,2.357968 0.28537,0.924833 0.60977,1.916288 0.95098,3.082679 1.3474,4.490375 2.78065,10.595295 3.72141,16.747905 0.94132,6.15227 1.36787,12.46083 1.38087,17.18618 -0.0135,2.32949 0.0429,4.33455 -0.0289,5.68208 l -0.0199,0.84846 8.51441,0.48101 c -3.47819,6.29825 -7.33342,12.10386 -11.58245,17.2416 -2.09855,-6.49899 -4.75775,-12.62623 -7.79719,-18.22299 l 8.47535,0.41438 0.0194,-0.84843 c 0.0723,-1.34755 0.0558,-3.28599 0.006,-5.57407 -0.0363,-4.61758 -0.44629,-10.75088 -1.41026,-16.79542 -0.90194,-6.08567 -2.31845,-12.01596 -3.6268,-16.439699 -0.30149,-1.099509 -0.62621,-2.090943 -0.91159,-3.016068 -0.28504,-0.924554 -0.55395,-1.674724 -0.74407,-2.291093 -0.41993,-1.299893 -0.64944,-1.982863 -0.64944,-1.982863 z"
inkscape:connector-curvature="0"
style="fill:#666666;stroke-width:0.0891807" />
<path
id="path2812-9-5"
d="m 113.64103,85.101052 c 0,0 0.25991,0.803275 0.6668,2.194718 0.22223,0.73148 0.48185,1.534779 0.75878,2.524588 0.27694,0.990106 0.5915,2.051419 0.9231,3.299873 1.30873,4.806095 2.71303,11.336619 3.65484,17.913569 0.94178,6.57694 1.40106,13.31529 1.45674,18.36004 0.008,2.48677 0.0799,4.62814 0.0247,6.06599 l -0.0101,0.90561 8.01513,0.59148 c -3.21503,6.69176 -6.78881,12.85443 -10.73907,18.3006 -2.0338,-6.9576 -4.59196,-13.52337 -7.50268,-19.52606 l 7.97719,0.51998 0.0101,-0.90562 c 0.0554,-1.43755 0.0223,-3.50742 -0.0453,-5.95065 -0.0763,-4.92972 -0.51826,-11.48126 -1.48068,-17.94315 -0.90445,-6.50513 -2.29141,-12.84884 -3.56283,-17.583712 -0.29394,-1.176651 -0.60822,-2.237982 -0.88516,-3.228098 -0.27691,-0.989809 -0.53683,-1.793081 -0.72145,-2.453055 a 236.44572,236.44572 0 0 0 -0.62883,-2.122953 z"
inkscape:connector-curvature="0"
style="fill:#666666;stroke-width:0.0891807" />
<path
id="path2816-2-9"
d="m 98.559402,92.333331 c 0,0 -0.0849,0.773563 -0.1854,2.102303 -0.0618,0.700671 -0.14689,1.473942 -0.20484,2.416034 -0.0583,0.942127 -0.1393,1.956814 -0.19411,3.140102 -0.24448,4.56418 -0.17661,10.66817 0.39725,16.69222 0.57381,6.02375 1.702568,12.06358 2.855498,16.51044 0.58813,2.18697 1.02714,4.08665 1.43207,5.33518 l 0.22906,0.79297 -8.430248,2.61284 c 5.04685,5.03943 10.350878,9.5197 15.885378,13.27284 0.50275,-6.6437 1.66034,-13.07975 3.33061,-19.11339 l -8.40713,2.54023 -0.22936,-0.79295 c -0.40493,-1.24852 -0.86673,-3.07563 -1.38198,-5.23953 -1.10337,-4.35089 -2.20568,-10.22214 -2.72971,-16.15024 -0.5966,-5.95118 -0.63805,-11.88689 -0.41638,-16.37849 0.0316,-1.110378 0.11279,-2.125083 0.17076,-3.067185 0.0583,-0.941827 0.14301,-1.715073 0.18176,-2.343155 0.1008,-1.328749 0.16243,-2.029401 0.16243,-2.029401 z"
inkscape:connector-curvature="0"
style="fill:#666666;stroke-width:0.0891807" />
<path
id="path2814-02-2"
d="m 89.344406,82.730381 c 0,0 -0.15703,0.894684 -0.38149,2.437999 -0.12698,0.812647 -0.28387,1.707339 -0.42999,2.803316 -0.14572,1.09595 -0.32145,2.273932 -0.48619,3.653187 -0.66995,5.315167 -1.16996,12.477257 -1.15728,19.614957 0.0135,7.13769 0.57929,14.36961 1.31876,19.73828 0.38435,2.64333 0.64674,4.92946 0.93519,6.44807 l 0.15568,0.96039 -8.67643,1.9087 c 4.57925,6.59607 9.4679,12.572 14.6545,17.72713 1.12172,-7.71648 2.87896,-15.10026 5.111844,-21.94246 l -8.646584,1.82669 -0.1555,-0.9604 c -0.2885,-1.51889 -0.58045,-3.72302 -0.89446,-6.3291 -0.69842,-5.24972 -1.25416,-12.28065 -1.22635,-19.29907 -0.0424,-7.05566 0.46894,-14.017101 1.10903,-19.250249 0.1349,-1.296945 0.31057,-2.474918 0.45638,-3.570568 0.14605,-1.096277 0.30282,-1.990944 0.40012,-2.721595 0.22445,-1.543308 0.35132,-2.355951 0.35132,-2.355951 z"
inkscape:connector-curvature="0"
style="fill:#666666;stroke-width:0.0891807" />
</g>
<path
id="path2810-6-7"
d="m 201.73938,59.808358 c 0,0 -0.1954,0.749543 -0.57137,2.020508 -0.19039,0.673416 -0.38578,1.422955 -0.66378,2.319009 -0.27815,0.896278 -0.56138,1.868283 -0.92726,2.987452 -1.38124,4.328898 -3.58089,9.974575 -6.20432,15.361477 -2.62276,5.386959 -5.74703,10.586829 -8.3346,14.297426 -1.2912,1.817648 -2.34852,3.4224 -3.14752,4.43506 l -0.48262,0.65284 6.60862,5.49701 c -6.2706,2.8437 -12.57471,5.07461 -18.82947,6.54544 1.87928,-6.35455 3.10156,-12.75493 3.72524,-18.9683 l 6.6137,5.4213 0.48212,-0.653158 c 0.79925,-1.012511 1.85172,-2.541381 3.0701,-4.363855 2.50957,-3.640115 5.5508,-8.692747 8.09605,-14.008897 2.61792,-5.311094 4.73508,-10.809892 6.11123,-15.063069 0.36114,-1.042889 0.64413,-2.015053 0.92242,-2.911595 0.27825,-0.895877 0.47365,-1.645404 0.65905,-2.242726 0.37572,-1.271131 0.56596,-1.944319 0.56596,-1.944319 z"
style="fill:#338000;stroke-width:0.08752304"
inkscape:connector-curvature="0" />
id="path2810-7"
d="m 204.34093,47.157511 c 0,0 0.26891,0.750171 0.68857,2.050099 0.2295,0.683261 0.4984,1.433432 0.78374,2.357968 0.28537,0.924833 0.60977,1.916288 0.95098,3.082679 1.3474,4.490377 2.78065,10.595301 3.72141,16.747913 0.94132,6.152272 1.36787,12.460829 1.38087,17.186181 -0.0135,2.32949 0.0429,4.334546 -0.0289,5.68208 l -0.0199,0.848462 8.51441,0.481001 c -3.47819,6.298256 -7.33342,12.103866 -11.58245,17.241606 -2.09855,-6.49899 -4.75775,-12.62623 -7.79719,-18.222992 l 8.47535,0.414376 0.0194,-0.848422 c 0.0723,-1.347558 0.0558,-3.285999 0.006,-5.574079 -0.0363,-4.617577 -0.44629,-10.750874 -1.41026,-16.795416 -0.90194,-6.085669 -2.31845,-12.015956 -3.6268,-16.439704 -0.30149,-1.099509 -0.62621,-2.090943 -0.91159,-3.016068 -0.28504,-0.924554 -0.55395,-1.674724 -0.74407,-2.291093 -0.41993,-1.299893 -0.64944,-1.982863 -0.64944,-1.982863 z"
inkscape:connector-curvature="0"
style="fill:#9d539f;stroke-width:0.0891807" />
<path
id="path2812-2-5"
d="m 119.90886,83.109894 c 0,0 0.67769,-0.460316 1.8621,-1.215338 0.62059,-0.405083 1.29838,-0.865119 2.14393,-1.389974 0.84583,-0.524972 1.7482,-1.104967 2.81899,-1.749715 4.11441,-2.513486 9.79576,-5.563418 15.63207,-8.173433 5.83631,-2.610005 11.9385,-4.790103 16.57686,-6.140746 2.29086,-0.647929 4.2483,-1.267275 5.58759,-1.58267 l 0.83771,-0.222158 -1.3985,-7.982265 c 6.95035,1.42144 13.49982,3.329339 19.47989,5.789122 -5.92246,3.774645 -11.35646,7.960873 -16.18574,12.346861 l -1.45521,-7.926843 -0.83772,0.222155 c -1.33901,0.315316 -3.23966,0.879513 -5.47624,1.573178 -4.52728,1.341239 -10.46139,3.45639 -16.18663,6.057002 -5.77915,2.555078 -11.29244,5.540058 -15.35021,7.998794 -1.01372,0.589495 -1.91618,1.169225 -2.76201,1.694184 -0.84558,0.524863 -1.52324,0.985183 -2.08704,1.335118 a 225.44648,238.84961 0 0 0 -1.8051,1.159827 z"
style="fill:#338000;stroke-width:0.08752304"
inkscape:connector-curvature="0" />
id="path2816-2"
d="m 182.53882,48.621718 c 0,0 -0.0849,0.773563 -0.1854,2.102303 -0.0618,0.700671 -0.14689,1.473942 -0.20484,2.416034 -0.0583,0.942127 -0.1393,1.956814 -0.19411,3.140102 -0.24448,4.564179 -0.17661,10.668168 0.39725,16.692225 0.57381,6.023747 1.70257,12.063574 2.85549,16.510438 0.58813,2.186966 1.02714,4.086649 1.43207,5.335177 l 0.22906,0.792968 -8.43024,2.612838 c 5.04685,5.039437 10.35087,9.519707 15.88537,13.272847 0.50275,-6.6437 1.66034,-13.079751 3.33061,-19.113389 l -8.40713,2.540228 -0.22936,-0.792952 c -0.40493,-1.248525 -0.86673,-3.07563 -1.38198,-5.239535 -1.10337,-4.350883 -2.20568,-10.222135 -2.72971,-16.150231 -0.5966,-5.951179 -0.63805,-11.886897 -0.41638,-16.378497 0.0316,-1.110375 0.11279,-2.12508 0.17076,-3.067182 0.0583,-0.941827 0.14301,-1.715073 0.18176,-2.343155 0.1008,-1.328749 0.16243,-2.029401 0.16243,-2.029401 z"
inkscape:connector-curvature="0"
style="fill:#04bd3d;stroke-width:0.0891807" />
<path
id="path2810-6-9"
d="m 161.20448,115.65007 c 0,0 0.20969,-0.5866 0.60103,-1.58011 0.20029,-0.52663 0.40997,-1.11323 0.69623,-1.81332 0.2864,-0.70027 0.58224,-1.46019 0.95473,-2.3341 1.41356,-3.38119 3.57619,-7.78037 6.06001,-11.964032 2.4833,-4.18375 5.35514,-8.206546 7.6914,-11.067736 1.16339,-1.40093 2.12429,-2.63996 2.83625,-3.41836 l 0.43296,-0.50267 -4.90521,-4.51438 c 5.22569,-2.07952 10.43478,-3.67439 15.55046,-4.67042 -1.9562,4.967279 -3.38926,9.988099 -4.32944,14.877069 l -4.91466,-4.45474 -0.43259,0.50294 c -0.71214,0.77827 -1.66379,1.95752 -2.76917,3.36419 -2.26877,2.807602 -5.06363,6.716337 -7.47981,10.846227 -2.47404,4.123982 -4.56016,8.409362 -5.96427,11.730902 -0.36329,0.81382 -0.65894,1.57387 -0.94547,2.27434 -0.28645,0.69995 -0.49614,1.28654 -0.68704,1.75322 -0.39115,0.99365 -0.5913,1.5201 -0.5913,1.5201 z"
style="fill:#784421;stroke-width:0.069713"
inkscape:connector-curvature="0" />
<path
id="path2816-8-87"
d="m 128.74128,92.965665 c 0,0 0.73394,-0.115761 1.98354,-0.359059 0.66112,-0.11956 1.39479,-0.235209 2.27757,-0.420686 0.88287,-0.185188 1.83818,-0.366752 2.94262,-0.617191 4.268,-0.933911 9.88018,-2.568648 15.2959,-4.677131 5.41545,-2.108384 10.71114,-4.763019 14.53207,-7.031964 1.874,-1.136524 3.51926,-2.053522 4.57234,-2.769928 l 0.67566,-0.427534 4.45393,7.564468 c 3.42295,-6.225335 6.2679,-12.558243 8.38648,-18.929488 -6.24822,1.21593 -12.46378,1.738763 -18.4326,1.657338 l 4.38138,7.560561 -0.67558,0.427835 c -1.05308,0.716393 -2.6259,1.636996 -4.49633,2.696382 -3.74441,2.195896 -8.89108,4.781377 -14.2304,6.816543 -5.34301,2.112006 -10.80639,3.677671 -15.00196,4.61521 -1.03153,0.254524 -1.98694,0.435811 -2.86973,0.621287 -0.8826,0.185091 -1.61617,0.301031 -2.20474,0.424493 -1.24972,0.243021 -1.91073,0.362866 -1.91073,0.362866 z"
style="fill:#338000;stroke-width:0.08752304"
inkscape:connector-curvature="0" />
<path
id="path2812-2-1"
d="m 170.426,127.67358 c 0,0 0.24147,-0.61422 0.68593,-1.65668 0.22859,-0.55216 0.47025,-1.16625 0.79397,-1.90159 0.32386,-0.73554 0.66032,-1.53276 1.07931,-2.45148 1.59354,-3.55276 3.98479,-8.1947 6.67848,-12.63524 2.69368,-4.44053 5.75895,-8.73922 8.22789,-11.814542 1.22807,-1.50688 2.24761,-2.835655 2.99431,-3.676855 l 0.45578,-0.541761 -4.54877,-4.333421 c 5.26192,-2.447819 10.4781,-4.398009 15.56628,-5.728589 -2.2228,5.21222 -3.93445,10.447842 -5.15379,15.518206 l -4.56131,-4.271424 -0.45578,0.541764 c -0.74656,0.84102 -1.75337,2.10792 -2.92465,3.6174 -2.39941,3.016062 -5.38247,7.193272 -8.00663,11.574552 -2.68062,4.37863 -4.98967,8.8991 -6.57042,12.39032 -0.40612,0.85666 -0.74277,1.65375 -1.06663,2.38929 -0.32373,0.73535 -0.56519,1.34957 -0.78105,1.83986 a 184.83124,184.83124 0 0 0 -0.67324,1.59449 z"
style="fill:#784421;stroke-width:0.069713"
inkscape:connector-curvature="0" />
<path
id="path2816-8-0"
d="m 178.28882,129.75174 c 0,0 0.43508,-0.42519 1.1549,-1.1781 0.38499,-0.39259 0.81994,-0.81758 1.32229,-1.35799 0.50254,-0.54028 1.05485,-1.11309 1.675,-1.80073 2.41187,-2.63608 5.39891,-6.35738 8.04061,-10.28137 2.64157,-3.9238 4.95587,-8.13259 6.46533,-11.39101 0.72958,-1.61298 1.40675,-2.97841 1.78148,-3.933582 l 0.25499,-0.59269 6.38913,2.603542 c -0.54902,-5.548102 -1.5308,-10.885948 -3.01252,-15.898878 -3.5995,3.764269 -7.4916,7.078229 -11.4938,9.894766 l 6.33916,2.63593 -0.2548,0.59284 c -0.37473,0.95514 -1.00214,2.288032 -1.76432,3.850932 -1.49177,3.17586 -3.73842,7.26969 -6.36262,11.111 -2.5918,3.89126 -5.51131,7.49778 -7.87342,10.10133 -0.56986,0.65518 -1.12236,1.22786 -1.62471,1.76827 -0.50241,0.54009 -0.93717,0.96522 -1.27219,1.3254 -0.72002,0.75278 -1.10481,1.1455 -1.10481,1.1455 z"
style="fill:#784421;stroke-width:0.069713"
inkscape:connector-curvature="0" />
<path
id="path2814-0-4"
d="m 170.23762,143.31013 c 0,0 -0.62754,-0.33227 -1.68777,-0.93405 -0.56244,-0.31152 -1.18998,-0.64379 -1.93653,-1.07934 -0.74638,-0.43572 -1.55771,-0.89236 -2.48803,-1.45233 -3.602,-2.13614 -8.26241,-5.26319 -12.66185,-8.69492 -4.39943,-3.43174 -8.59128,-7.25061 -11.55019,-10.28234 -1.44714,-1.50523 -2.73233,-2.76382 -3.53125,-3.67033 l -0.51814,-0.55672 -5.34014,4.43964 c -1.87457,-5.9905 -3.21795,-11.87448 -3.91186,-17.54864 5.30086,3.00924 10.70118,5.46659 15.99541,7.37061 l -5.27519,4.46056 0.51815,0.55672 c 0.79908,0.90666 2.01947,2.14417 3.47736,3.58812 2.90519,2.94932 6.97821,6.66507 11.32345,10.0146 4.33448,3.41081 8.87655,6.43451 12.41359,8.54976 0.86522,0.53888 1.67654,0.99553 2.42275,1.43109 0.74671,0.43572 1.3741,0.76816 1.87173,1.05859 1.06023,0.60177 1.62268,0.91329 1.62268,0.91329 z"
style="fill:#aa4400;stroke-width:0.069713"
inkscape:connector-curvature="0" />
<path
id="path2810-6"
d="m 156.65358,113.85688 c 0,0 0.20969,-0.5866 0.60103,-1.58011 0.20029,-0.52663 0.40997,-1.11323 0.69623,-1.81332 0.2864,-0.70027 0.58224,-1.46019 0.95473,-2.3341 1.41356,-3.38119 3.57619,-7.78037 6.06001,-11.964036 2.4833,-4.18375 5.35514,-8.206542 7.6914,-11.067732 1.16339,-1.40093 2.12429,-2.63996 2.83625,-3.41836 l 0.43296,-0.50267 -4.90521,-4.51438 c 5.22569,-2.07952 10.43478,-3.67439 15.55046,-4.67042 -1.9562,4.96728 -3.38926,9.9881 -4.32944,14.87707 l -4.91466,-4.45474 -0.43259,0.50294 c -0.71214,0.77827 -1.66379,1.95752 -2.76917,3.36419 -2.26877,2.807602 -5.06363,6.716342 -7.47981,10.846232 -2.47404,4.123976 -4.56016,8.409356 -5.96427,11.730896 -0.36329,0.81382 -0.65894,1.57387 -0.94547,2.27434 -0.28645,0.69995 -0.49614,1.28654 -0.68704,1.75322 -0.39115,0.99365 -0.5913,1.5201 -0.5913,1.5201 z"
style="fill:#9d539f;stroke-width:0.069713"
inkscape:connector-curvature="0" />
<path
id="path2812-2"
d="m 161.61255,122.77892 c 0,0 0.24147,-0.61422 0.68593,-1.65668 0.22859,-0.55216 0.47025,-1.16625 0.79397,-1.90159 0.32386,-0.73554 0.66032,-1.53276 1.07931,-2.45148 1.59354,-3.55276 3.98479,-8.1947 6.67848,-12.63524 2.69368,-4.440536 5.75895,-8.739226 8.22789,-11.814546 1.22807,-1.50688 2.24761,-2.83565 2.99431,-3.67685 l 0.45578,-0.541762 -4.54877,-4.33342 c 5.26192,-2.44782 10.4781,-4.39801 15.56628,-5.72859 -2.2228,5.21222 -3.93445,10.447842 -5.15379,15.518202 l -4.56131,-4.27142 -0.45578,0.54176 c -0.74656,0.84102 -1.75337,2.10792 -2.92465,3.6174 -2.39941,3.01606 -5.38247,7.193276 -8.00663,11.574556 -2.68062,4.37863 -4.98967,8.8991 -6.57042,12.39032 -0.40612,0.85666 -0.74277,1.65375 -1.06663,2.38929 -0.32373,0.73535 -0.56519,1.34957 -0.78105,1.83986 a 184.83124,184.83124 0 0 0 -0.67324,1.59449 z"
style="fill:#e90909;stroke-width:0.069713"
inkscape:connector-curvature="0" />
<path
id="path2814-5"
d="m 173.74193,133.59789 c 0,0 0.53869,-0.46262 1.4399,-1.28363 0.47977,-0.42801 1.01847,-0.89063 1.65042,-1.48027 0.63176,-0.58976 1.32225,-1.21427 2.10599,-1.96581 3.04146,-2.87871 6.89646,-6.95753 10.42964,-11.27592 3.53318,-4.31839 6.77843,-8.96852 8.99496,-12.57872 1.07909,-1.7876 2.05468,-3.29888 2.63374,-4.35942 l 0.38244,-0.657386 6.18857,3.151056 c 0.50568,-6.256546 0.5168,-12.291926 -0.0592,-17.979258 -4.50563,4.105332 -9.23014,7.694362 -13.97333,10.720282 l 6.12984,3.18579 -0.38244,0.65739 c -0.57919,1.060716 -1.49624,2.537126 -2.59934,4.267326 -2.18233,3.51798 -5.33445,8.04129 -8.83292,12.26754 -3.47445,4.28364 -7.23684,8.23555 -10.21957,11.07953 -0.72489,0.7166 -1.41537,1.34111 -2.047,1.93068 -0.63208,0.58983 -1.17059,1.05258 -1.59182,1.44572 -0.9012,0.82101 -1.38098,1.24902 -1.38098,1.24902 z"
style="fill:#0e2db8;stroke-width:0.069713"
inkscape:connector-curvature="0" />
<path
id="path2816-8"
d="m 171.94948,124.71567 c 0,0 0.43508,-0.42519 1.1549,-1.1781 0.38499,-0.39259 0.81994,-0.81758 1.32229,-1.35799 0.50254,-0.54028 1.05485,-1.11309 1.675,-1.80073 2.41187,-2.63608 5.39891,-6.35738 8.04061,-10.28137 2.64157,-3.9238 4.95587,-8.13259 6.46533,-11.391016 0.72958,-1.61298 1.40675,-2.97841 1.78148,-3.93357 l 0.25499,-0.59269 6.38913,2.60353 c -0.54902,-5.54809 -1.5308,-10.885942 -3.01252,-15.898872 -3.5995,3.76427 -7.4916,7.07823 -11.4938,9.894762 l 6.33916,2.63593 -0.2548,0.59284 c -0.37473,0.95515 -1.00214,2.28804 -1.76432,3.85093 -1.49177,3.175866 -3.73842,7.269696 -6.36262,11.111006 -2.5918,3.89126 -5.51131,7.49778 -7.87342,10.10133 -0.56986,0.65518 -1.12236,1.22786 -1.62471,1.76827 -0.50241,0.54009 -0.93717,0.96522 -1.27219,1.3254 -0.72002,0.75278 -1.10481,1.1455 -1.10481,1.1455 z"
style="fill:#04bd3d;stroke-width:0.069713"
inkscape:connector-curvature="0" />
<path
id="circle268-6-9"
d="m 169.43455,118.74274 a 19.377501,19.377501 0 0 1 4.63041,27.00989 19.377501,19.377501 0 0 1 -27.0099,4.63041 19.377501,19.377501 0 0 1 -4.6304,-27.00989 19.377501,19.377501 0 0 1 27.00989,-4.63041 z"
style="opacity:0.12999998;stroke:#000000;stroke-width:4.72621632;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<path
id="circle2818-6"
d="m 172.91788,120.06934 a 20.827223,20.827223 0 0 1 -6.35904,28.75951 20.827223,20.827223 0 0 1 -28.75951,-6.35905 20.827223,20.827223 0 0 1 6.35905,-28.7595 20.827223,20.827223 0 0 1 28.7595,6.35904 z"
style="fill:#dbdb8b;stroke:#878578;stroke-width:2.45017958;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<text
id="text11431-9"
y="132.972"
x="141.17007"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.92882442px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.22322066"
xml:space="preserve"><tspan
id="tspan11815"
style="fill:#666666;stroke-width:0.22322066"
y="132.972"
x="141.17007"
sodipodi:role="line">[num]</tspan></text>
<path
id="circle268-8"
d="m 219.37511,46.099462 a 19.377501,19.377501 0 0 1 4.63041,27.00989 19.377501,19.377501 0 0 1 -27.00989,4.63041 19.377501,19.377501 0 0 1 -4.63041,-27.00989 19.377501,19.377501 0 0 1 27.00989,-4.63041 z"
style="opacity:0.12999998;stroke:#000000;stroke-width:4.72621632;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<path
id="circle2836-0"
d="m 222.30062,46.922742 a 20.827223,20.827223 0 0 1 -6.35904,28.75951 20.827223,20.827223 0 0 1 -28.75951,-6.35904 20.827223,20.827223 0 0 1 6.35905,-28.75951 20.827223,20.827223 0 0 1 28.7595,6.35904 z"
style="fill:#d9d98d;stroke:#878578;stroke-width:2.45017958;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<text
id="text11431-5-5"
y="60.537659"
x="190.30486"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.92882442px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.22322066"
xml:space="preserve"><tspan
id="tspan11813"
style="fill:#666666;stroke-width:0.22322066"
y="60.537659"
x="190.30486"
sodipodi:role="line">[bool]</tspan></text>
<path
id="path2810-5-6"
d="m 130.83859,81.55565 c 0,0 0.53646,-0.405623 1.48071,-1.074684 0.49348,-0.358191 1.02992,-0.763819 1.70564,-1.23008 0.67596,-0.466349 1.39477,-0.979832 2.2532,-1.554347 3.29409,-2.236506 7.89876,-4.986081 12.69881,-7.389308 4.79959,-2.403558 9.89161,-4.474785 13.80271,-5.802416 1.93422,-0.640397 3.57783,-1.240501 4.71713,-1.563848 l 0.70932,-0.222091 -2.2963,-6.35176 c 6.31932,0.783049 12.34982,1.978842 17.95158,3.648508 -4.72061,3.345317 -8.95574,6.996355 -12.63099,10.77709 l -2.33914,-6.304639 -0.7091,0.222509 c -1.13941,0.323145 -2.7403,0.875906 -4.62056,1.550033 -3.81447,1.314526 -8.7665,3.32483 -13.46966,5.714863 -4.75685,2.356226 -9.22213,5.044864 -12.47338,7.23424 -0.81557,0.52688 -1.53426,1.04057 -2.21047,1.507027 -0.67584,0.466046 -1.21228,0.87166 -1.6628,1.182431 -0.94414,0.669276 -1.43738,1.02738 -1.43738,1.02738 z"
style="fill:#668000;stroke-width:0.07425781"
inkscape:connector-curvature="0" />
<path
id="circle268-7-0"
d="m 127.91308,76.29116 a 19.377501,19.377501 0 0 1 4.63041,27.00989 19.377501,19.377501 0 0 1 -27.00989,4.63041 19.377501,19.377501 0 0 1 -4.63041,-27.00989 19.377501,19.377501 0 0 1 27.00989,-4.63041 z"
style="opacity:0.12999998;stroke:#000000;stroke-width:4.72621632;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<path
id="circle2836-7-0"
d="m 130.83859,77.11444 a 20.827223,20.827223 0 0 1 -6.35904,28.75951 20.827223,20.827223 0 0 1 -28.759505,-6.35904 20.827223,20.827223 0 0 1 6.359055,-28.75951 20.827223,20.827223 0 0 1 28.75949,6.35904 z"
style="fill:#d9d98d;stroke:#878578;stroke-width:2.45017958;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<text
id="path2814-02"
d="m 167.14918,41.948662 c 0,0 -0.15703,0.894684 -0.38149,2.437999 -0.12698,0.812647 -0.28387,1.707339 -0.42999,2.803316 -0.14572,1.09595 -0.32145,2.273932 -0.48619,3.653187 -0.66995,5.315167 -1.16996,12.477257 -1.15728,19.614955 0.0135,7.137696 0.57929,14.36961 1.31876,19.738278 0.38435,2.643335 0.64674,4.929461 0.93519,6.448071 l 0.15568,0.960397 -8.67643,1.908695 c 4.57925,6.59607 9.4679,12.572 14.6545,17.72713 1.12172,-7.71648 2.87896,-15.10026 5.11184,-21.942457 l -8.64658,1.826693 -0.1555,-0.960407 c -0.2885,-1.518892 -0.58045,-3.723015 -0.89446,-6.329101 -0.69842,-5.249711 -1.25416,-12.280648 -1.22635,-19.299064 -0.0424,-7.055665 0.46894,-14.017104 1.10903,-19.250252 0.1349,-1.296945 0.31057,-2.474918 0.45638,-3.570568 0.14605,-1.096277 0.30282,-1.990944 0.40012,-2.721595 0.22445,-1.543308 0.35132,-2.355951 0.35132,-2.355951 z"
inkscape:connector-curvature="0"
style="fill:#0e2db8;stroke-width:0.0891807" />
</g>
<g
id="g12404"
transform="matrix(0.93083361,0.03969588,-0.03969588,0.93083361,157.07461,-191.04245)">
<rect
style="opacity:0.161929;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:3.63184;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
id="rect1814-6"
width="65.832924"
height="62.063396"
x="220.30284"
y="214.20256" />
<rect
style="fill:#d9d98d;fill-opacity:1;stroke:#878578;stroke-width:3.63184;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
id="rect1814"
width="65.832924"
height="62.063396"
x="215.42094"
y="209.91783" />
<g
aria-label="[str]"
transform="matrix(1.4014079,0.03106989,-0.03106989,1.4014079,-81.924155,-95.373036)"
id="text11431-5-2-4"
y="90.486259"
x="94.298012"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.92882442px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.22322066"
xml:space="preserve"><tspan
style="fill:#666666;stroke-width:0.22322066"
y="90.486259"
x="94.298012"
id="tspan11429-9-2-6"
sodipodi:role="line">[string]</tspan></text>
style="font-weight:bold;font-size:14.1039px;line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';letter-spacing:0px;word-spacing:0px;fill:#666666;stroke-width:0.352597">
<path
d="m 224.3295,228.6437 h 4.27662 v 1.5495 h -1.93515 v 9.47606 h 1.93515 v 1.5495 h -4.27662 z"
id="path4953" />
<path
d="m 236.77371,231.88732 v 1.87318 q -0.79196,-0.33056 -1.52884,-0.49584 -0.73687,-0.16528 -1.3911,-0.16528 -0.70245,0 -1.04678,0.17905 -0.33745,0.17217 -0.33745,0.53716 0,0.29613 0.25481,0.45452 0.26169,0.15839 0.9297,0.23415 l 0.43386,0.062 q 1.89384,0.24103 2.54807,0.79196 0.65423,0.55094 0.65423,1.72856 0,1.23271 -0.90904,1.85251 -0.90904,0.6198 -2.71334,0.6198 -0.76443,0 -1.58394,-0.12396 -0.81263,-0.11707 -1.67346,-0.3581 v -1.87318 q 0.73687,0.35811 1.50818,0.53716 0.77819,0.17906 1.57705,0.17906 0.7231,0 1.08809,-0.19972 0.365,-0.19971 0.365,-0.59225 0,-0.33056 -0.25481,-0.48895 -0.24792,-0.16528 -0.99857,-0.25481 l -0.43386,-0.0551 q -1.64591,-0.2066 -2.30703,-0.76442 -0.66112,-0.55782 -0.66112,-1.69412 0,-1.22582 0.84017,-1.81808 0.84017,-0.59225 2.57562,-0.59225 0.68178,0 1.43242,0.1033 0.75065,0.1033 1.63214,0.32367 z"
id="path4955" />
<path
d="m 241.83542,229.45633 v 2.18996 h 2.54118 v 1.76299 h -2.54118 v 3.27117 q 0,0.53716 0.21348,0.72998 0.21349,0.18594 0.84706,0.18594 h 1.26715 v 1.76299 h -2.11421 q -1.45997,0 -2.07289,-0.60603 -0.60602,-0.61291 -0.60602,-2.07288 v -3.27117 h -1.22583 v -1.76299 h 1.22583 v -2.18996 z"
id="path4957" />
<path
d="m 251.61449,233.74672 q -0.32368,-0.1515 -0.64735,-0.22037 -0.31679,-0.0757 -0.64046,-0.0757 -0.95036,0 -1.46686,0.61291 -0.50962,0.60603 -0.50962,1.74233 v 3.55352 h -2.46542 v -7.71307 h 2.46542 v 1.26715 q 0.47518,-0.75754 1.0881,-1.10187 0.6198,-0.35122 1.48063,-0.35122 0.12396,0 0.26858,0.0138 0.14462,0.007 0.42009,0.0413 z"
id="path4959" />
<path
d="m 256.88968,241.21876 h -4.27663 v -1.5495 h 1.93516 v -9.47606 h -1.93516 v -1.5495 h 4.27663 z"
id="path4961" />
</g>
</g>
<g
transform="matrix(1.133632,0.02513317,-0.02513317,1.133632,5.4297971,-7.880138)"
id="g11661-6-6">
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-7"
transform="matrix(0.3682847,-0.00568743,0.03559165,0.42589135,225.75973,-19.01035)">
<path
id="path2814-0-4-7"
d="m 170.23762,143.31013 c 0,0 -0.62754,-0.33227 -1.68777,-0.93405 -0.56244,-0.31152 -1.18998,-0.64379 -1.93653,-1.07934 -0.74638,-0.43572 -1.55771,-0.89236 -2.48803,-1.45233 -3.602,-2.13614 -8.26241,-5.26319 -12.66185,-8.69492 -4.39943,-3.43174 -8.59128,-7.25061 -11.55019,-10.28234 -1.44714,-1.50523 -2.73233,-2.76382 -3.53125,-3.67033 l -0.51814,-0.55672 -5.34014,4.43964 c -1.87457,-5.9905 -3.21795,-11.87448 -3.91186,-17.54864 5.30086,3.00924 10.70118,5.46659 15.99541,7.37061 l -5.27519,4.46056 0.51815,0.55672 c 0.79908,0.90666 2.01947,2.14417 3.47736,3.58812 2.90519,2.94932 6.97821,6.66507 11.32345,10.0146 4.33448,3.41081 8.87655,6.43451 12.41359,8.54976 0.86522,0.53888 1.67654,0.99553 2.42275,1.43109 0.74671,0.43572 1.3741,0.76816 1.87173,1.05859 1.06023,0.60177 1.62268,0.91329 1.62268,0.91329 z"
style="fill:#aa4400;stroke-width:0.069713"
inkscape:connector-curvature="0" />
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-4"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
id="path2810-6-5"
d="m 156.65358,113.85688 c 0,0 0.20969,-0.5866 0.60103,-1.58011 0.20029,-0.52663 0.40997,-1.11323 0.69623,-1.81332 0.2864,-0.70027 0.58224,-1.46019 0.95473,-2.3341 1.41356,-3.38119 3.57619,-7.78037 6.06001,-11.964036 2.4833,-4.18375 5.35514,-8.206542 7.6914,-11.067732 1.16339,-1.40093 2.12429,-2.63996 2.83625,-3.41836 l 0.43296,-0.50267 -4.90521,-4.51438 c 5.22569,-2.07952 10.43478,-3.67439 15.55046,-4.67042 -1.9562,4.96728 -3.38926,9.9881 -4.32944,14.87707 l -4.91466,-4.45474 -0.43259,0.50294 c -0.71214,0.77827 -1.66379,1.95752 -2.76917,3.36419 -2.26877,2.807602 -5.06363,6.716342 -7.47981,10.846232 -2.47404,4.123976 -4.56016,8.409356 -5.96427,11.730896 -0.36329,0.81382 -0.65894,1.57387 -0.94547,2.27434 -0.28645,0.69995 -0.49614,1.28654 -0.68704,1.75322 -0.39115,0.99365 -0.5913,1.5201 -0.5913,1.5201 z"
style="fill:#9d539f;stroke-width:0.069713"
inkscape:connector-curvature="0" />
style="fill:none;stroke-width:5.17036;stroke-dasharray:none;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-4"
d="M -179.79084,228.10983 C -25.428208,193.201 148.45942,195.06166 302.59642,224.80545"
sodipodi:nodetypes="cc" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-7-3"
transform="matrix(0.36788405,-0.01809117,0.0499191,0.42445057,212.03655,-49.343506)">
<path
id="path2812-2-6"
d="m 161.61255,122.77892 c 0,0 0.24147,-0.61422 0.68593,-1.65668 0.22859,-0.55216 0.47025,-1.16625 0.79397,-1.90159 0.32386,-0.73554 0.66032,-1.53276 1.07931,-2.45148 1.59354,-3.55276 3.98479,-8.1947 6.67848,-12.63524 2.69368,-4.440536 5.75895,-8.739226 8.22789,-11.814546 1.22807,-1.50688 2.24761,-2.83565 2.99431,-3.67685 l 0.45578,-0.541762 -4.54877,-4.33342 c 5.26192,-2.44782 10.4781,-4.39801 15.56628,-5.72859 -2.2228,5.21222 -3.93445,10.447842 -5.15379,15.518202 l -4.56131,-4.27142 -0.45578,0.54176 c -0.74656,0.84102 -1.75337,2.10792 -2.92465,3.6174 -2.39941,3.01606 -5.38247,7.193276 -8.00663,11.574556 -2.68062,4.37863 -4.98967,8.8991 -6.57042,12.39032 -0.40612,0.85666 -0.74277,1.65375 -1.06663,2.38929 -0.32373,0.73535 -0.56519,1.34957 -0.78105,1.83986 a 184.83124,184.83124 0 0 0 -0.67324,1.59449 z"
style="fill:#e90909;stroke-width:0.069713"
inkscape:connector-curvature="0" />
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-4-1"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
id="path2814-5-9"
d="m 173.74193,133.59789 c 0,0 0.53869,-0.46262 1.4399,-1.28363 0.47977,-0.42801 1.01847,-0.89063 1.65042,-1.48027 0.63176,-0.58976 1.32225,-1.21427 2.10599,-1.96581 3.04146,-2.87871 6.89646,-6.95753 10.42964,-11.27592 3.53318,-4.31839 6.77843,-8.96852 8.99496,-12.57872 1.07909,-1.7876 2.05468,-3.29888 2.63374,-4.35942 l 0.38244,-0.657386 6.18857,3.151056 c 0.50568,-6.256546 0.5168,-12.291926 -0.0592,-17.979258 -4.50563,4.105332 -9.23014,7.694362 -13.97333,10.720282 l 6.12984,3.18579 -0.38244,0.65739 c -0.57919,1.060716 -1.49624,2.537126 -2.59934,4.267326 -2.18233,3.51798 -5.33445,8.04129 -8.83292,12.26754 -3.47445,4.28364 -7.23684,8.23555 -10.21957,11.07953 -0.72489,0.7166 -1.41537,1.34111 -2.047,1.93068 -0.63208,0.58983 -1.17059,1.05258 -1.59182,1.44572 -0.9012,0.82101 -1.38098,1.24902 -1.38098,1.24902 z"
style="fill:#0e2db8;stroke-width:0.069713"
inkscape:connector-curvature="0" />
style="fill:none;stroke-width:5.17036;stroke-dasharray:none;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-4-9"
d="M -179.79084,228.10983 C -25.428208,193.201 148.45942,195.06166 302.59642,224.80545"
sodipodi:nodetypes="cc" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-7-3-4"
transform="matrix(0.36703575,-0.03083378,0.06460358,0.42246489,208.64101,55.828838)">
<path
id="path2816-8-8"
d="m 171.94948,124.71567 c 0,0 0.43508,-0.42519 1.1549,-1.1781 0.38499,-0.39259 0.81994,-0.81758 1.32229,-1.35799 0.50254,-0.54028 1.05485,-1.11309 1.675,-1.80073 2.41187,-2.63608 5.39891,-6.35738 8.04061,-10.28137 2.64157,-3.9238 4.95587,-8.13259 6.46533,-11.391016 0.72958,-1.61298 1.40675,-2.97841 1.78148,-3.93357 l 0.25499,-0.59269 6.38913,2.60353 c -0.54902,-5.54809 -1.5308,-10.885942 -3.01252,-15.898872 -3.5995,3.76427 -7.4916,7.07823 -11.4938,9.894762 l 6.33916,2.63593 -0.2548,0.59284 c -0.37473,0.95515 -1.00214,2.28804 -1.76432,3.85093 -1.49177,3.175866 -3.73842,7.269696 -6.36262,11.111006 -2.5918,3.89126 -5.51131,7.49778 -7.87342,10.10133 -0.56986,0.65518 -1.12236,1.22786 -1.62471,1.76827 -0.50241,0.54009 -0.93717,0.96522 -1.27219,1.3254 -0.72002,0.75278 -1.10481,1.1455 -1.10481,1.1455 z"
style="fill:#04bd3d;stroke-width:0.069713"
inkscape:connector-curvature="0" />
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-4-1-7"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
id="circle268-6-9-7"
d="m 169.43455,118.74274 a 19.377501,19.377501 0 0 1 4.63041,27.00989 19.377501,19.377501 0 0 1 -27.0099,4.63041 19.377501,19.377501 0 0 1 -4.6304,-27.00989 19.377501,19.377501 0 0 1 27.00989,-4.63041 z"
style="opacity:0.12999998;stroke:#000000;stroke-width:4.72621632;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
style="fill:none;stroke-width:5.17036;stroke-dasharray:none;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-4-9-8"
d="M -179.79084,228.10983 C -25.428208,193.201 148.45942,195.06166 302.59642,224.80545"
sodipodi:nodetypes="cc" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-7-7"
transform="matrix(0.3682847,-0.00568743,0.03559165,0.42589135,242.11324,-13.04583)">
<path
id="circle2818-6-2"
d="m 172.91788,120.06934 a 20.827223,20.827223 0 0 1 -6.35904,28.75951 20.827223,20.827223 0 0 1 -28.75951,-6.35905 20.827223,20.827223 0 0 1 6.35905,-28.7595 20.827223,20.827223 0 0 1 28.7595,6.35904 z"
style="fill:#dbdb8b;stroke:#878578;stroke-width:2.45017958;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<text
id="text11431-9-8"
y="133.7122"
x="144.87108"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.92882442px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.22322066"
xml:space="preserve"><tspan
id="tspan11815-2"
style="fill:#666666;stroke-width:0.22322066"
y="133.7122"
x="144.87108"
sodipodi:role="line">num</tspan></text>
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-4-3"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
id="circle268-8-9"
d="m 219.37511,46.099462 a 19.377501,19.377501 0 0 1 4.63041,27.00989 19.377501,19.377501 0 0 1 -27.00989,4.63041 19.377501,19.377501 0 0 1 -4.63041,-27.00989 19.377501,19.377501 0 0 1 27.00989,-4.63041 z"
style="opacity:0.12999998;stroke:#000000;stroke-width:4.72621632;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
style="fill:none;stroke-width:5.17036;stroke-dasharray:none;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-4-6"
d="M -179.79084,228.10983 C -25.428208,193.201 148.45942,195.06166 302.59642,224.80545"
sodipodi:nodetypes="cc" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-7-7-1"
transform="matrix(0.36829442,0.00501858,0.02319876,0.42674586,266.94475,-5.9996882)">
<path
id="circle2836-0-9"
d="m 222.30062,46.922742 a 20.827223,20.827223 0 0 1 -6.35904,28.75951 20.827223,20.827223 0 0 1 -28.75951,-6.35904 20.827223,20.827223 0 0 1 6.35905,-28.75951 20.827223,20.827223 0 0 1 28.7595,6.35904 z"
style="fill:#d9d98d;stroke:#878578;stroke-width:2.45017958;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<text
id="text11431-5-5-6"
y="60.537659"
x="194.74606"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.92882442px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.22322066"
xml:space="preserve"><tspan
id="tspan11813-0"
style="fill:#666666;stroke-width:0.22322066"
y="60.537659"
x="194.74606"
sodipodi:role="line">bool</tspan></text>
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-4-3-2"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
id="path2810-5-6-2"
d="m 130.83859,81.55565 c 0,0 0.53646,-0.405623 1.48071,-1.074684 0.49348,-0.358191 1.02992,-0.763819 1.70564,-1.23008 0.67596,-0.466349 1.39477,-0.979832 2.2532,-1.554347 3.29409,-2.236506 7.89876,-4.986081 12.69881,-7.389308 4.79959,-2.403558 9.89161,-4.474785 13.80271,-5.802416 1.93422,-0.640397 3.57783,-1.240501 4.71713,-1.563848 l 0.70932,-0.222091 -2.2963,-6.35176 c 6.31932,0.783049 12.34982,1.978842 17.95158,3.648508 -4.72061,3.345317 -8.95574,6.996355 -12.63099,10.77709 l -2.33914,-6.304639 -0.7091,0.222509 c -1.13941,0.323145 -2.7403,0.875906 -4.62056,1.550033 -3.81447,1.314526 -8.7665,3.32483 -13.46966,5.714863 -4.75685,2.356226 -9.22213,5.044864 -12.47338,7.23424 -0.81557,0.52688 -1.53426,1.04057 -2.21047,1.507027 -0.67584,0.466046 -1.21228,0.87166 -1.6628,1.182431 -0.94414,0.669276 -1.43738,1.02738 -1.43738,1.02738 z"
style="fill:#668000;stroke-width:0.07425781"
inkscape:connector-curvature="0" />
style="fill:none;stroke-width:5.17036;stroke-dasharray:none;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-4-6-9"
d="M -179.79084,228.10983 C -25.428208,193.201 148.45942,195.06166 302.59642,224.80545"
sodipodi:nodetypes="cc" />
</g>
<g
id="g6483"
transform="rotate(5.1705267,224.02563,59.901278)">
<path
id="path2810"
d="m 202.20534,47.375253 c 0,0 0.26891,0.750171 0.68857,2.050099 0.2295,0.683261 0.4984,1.433432 0.78374,2.357968 0.28537,0.924833 0.60977,1.916288 0.95098,3.082679 1.3474,4.490377 2.78065,10.595301 3.72141,16.747913 0.94132,6.152272 1.36787,12.460829 1.38087,17.186181 -0.0135,2.32949 0.0429,4.334546 -0.0289,5.68208 l -0.0199,0.848462 8.51441,0.481001 c -3.47819,6.298254 -7.33342,12.103864 -11.58245,17.241604 -2.09855,-6.49899 -4.75775,-12.62623 -7.79719,-18.22299 l 8.47535,0.414376 0.0194,-0.848422 c 0.0723,-1.347558 0.0558,-3.285999 0.006,-5.574079 -0.0363,-4.617577 -0.44629,-10.750874 -1.41026,-16.795416 -0.90194,-6.085669 -2.31845,-12.015956 -3.6268,-16.439704 -0.30149,-1.099509 -0.62621,-2.090943 -0.91159,-3.016068 -0.28504,-0.924554 -0.55395,-1.674724 -0.74407,-2.291093 -0.41993,-1.299893 -0.64944,-1.982863 -0.64944,-1.982863 z"
inkscape:connector-curvature="0"
style="fill:#9d539f;stroke-width:0.0891807" />
<path
id="path2816"
d="m 182.25136,48.69672 c 0,0 -0.0849,0.773563 -0.1854,2.102303 -0.0618,0.700671 -0.14689,1.473942 -0.20484,2.416034 -0.0583,0.942127 -0.1393,1.956814 -0.19411,3.140102 -0.24448,4.564179 -0.17661,10.668168 0.39725,16.692225 0.57381,6.023747 1.70257,12.063574 2.85549,16.510438 0.58813,2.186966 1.02714,4.086649 1.43207,5.335177 l 0.22906,0.792968 -8.43024,2.612838 c 5.04685,5.039435 10.35087,9.519705 15.88537,13.272845 0.50275,-6.6437 1.66034,-13.079749 3.33061,-19.113387 l -8.40713,2.540228 -0.22936,-0.792952 c -0.40493,-1.248525 -0.86673,-3.07563 -1.38198,-5.239535 -1.10337,-4.350883 -2.20568,-10.222135 -2.72971,-16.150231 -0.5966,-5.951179 -0.63805,-11.886897 -0.41638,-16.378497 0.0316,-1.110375 0.11279,-2.12508 0.17076,-3.067182 0.0583,-0.941827 0.14301,-1.715073 0.18176,-2.343155 0.1008,-1.328749 0.16243,-2.029401 0.16243,-2.029401 z"
inkscape:connector-curvature="0"
style="fill:#04bd3d;stroke-width:0.0891807" />
<path
id="path2814"
d="m 169.28477,41.73092 c 0,0 -0.15703,0.894684 -0.38149,2.437999 -0.12698,0.812647 -0.28387,1.707339 -0.42999,2.803316 -0.14572,1.09595 -0.32145,2.273932 -0.48619,3.653187 -0.66995,5.315167 -1.16996,12.477257 -1.15728,19.614955 0.0135,7.137696 0.57929,14.36961 1.31876,19.738278 0.38435,2.643335 0.64674,4.929461 0.93519,6.448071 l 0.15568,0.960397 -8.67643,1.908695 c 4.57925,6.596072 9.4679,12.572002 14.6545,17.727132 1.12172,-7.71648 2.87896,-15.10026 5.11184,-21.942459 l -8.64658,1.826693 -0.1555,-0.960407 c -0.2885,-1.518892 -0.58045,-3.723015 -0.89446,-6.329101 -0.69842,-5.249711 -1.25416,-12.280648 -1.22635,-19.299064 -0.0424,-7.055665 0.46894,-14.017104 1.10903,-19.250252 0.1349,-1.296945 0.31057,-2.474918 0.45638,-3.570568 0.14605,-1.096277 0.30282,-1.990944 0.40012,-2.721595 0.22445,-1.543308 0.35132,-2.355951 0.35132,-2.355951 z"
inkscape:connector-curvature="0"
style="fill:#0e2db8;stroke-width:0.0891807" />
</g>
<g
id="g12392"
transform="matrix(1.3923638,0.04353214,-0.04353214,1.3923638,89.612821,-312.65537)">
<path
id="circle268-7-0-7"
d="m 127.91308,76.29116 a 19.377501,19.377501 0 0 1 4.63041,27.00989 19.377501,19.377501 0 0 1 -27.00989,4.63041 19.377501,19.377501 0 0 1 -4.63041,-27.00989 19.377501,19.377501 0 0 1 27.00989,-4.63041 z"
style="opacity:0.12999998;stroke:#000000;stroke-width:4.72621632;stroke-miterlimit:10"
d="m 93.273694,239.96336 a 21.972353,21.972353 0 0 1 4.57034,30.73565 21.972353,21.972353 0 0 1 -30.73565,4.57034 21.972353,21.972353 0 0 1 -4.570341,-30.73565 21.972353,21.972353 0 0 1 30.735651,-4.57034 z"
style="opacity:0.13;stroke:#000000;stroke-width:5.35911;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<path
id="circle2836-7-0-6"
d="m 130.83859,77.11444 a 20.827223,20.827223 0 0 1 -6.35904,28.75951 20.827223,20.827223 0 0 1 -28.759505,-6.35904 20.827223,20.827223 0 0 1 6.359055,-28.75951 20.827223,20.827223 0 0 1 28.75949,6.35904 z"
style="fill:#d9d98d;stroke:#878578;stroke-width:2.45017958;stroke-miterlimit:10"
d="m 96.569454,240.97019 a 23.616208,23.616208 0 0 1 -7.93163,32.44287 23.616208,23.616208 0 0 1 -32.44287,-7.93163 23.616208,23.616208 0 0 1 7.93165,-32.44287 23.616208,23.616208 0 0 1 32.44285,7.93163 z"
style="fill:#d9d98d;stroke:#878578;stroke-width:2.77828;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<text
<g
aria-label="str"
transform="rotate(1.2700671)"
id="text11431-5-2-4-1"
y="89.746063"
x="97.999016"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.92882442px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.22322066"
xml:space="preserve"><tspan
style="fill:#666666;stroke-width:0.22322066"
y="89.746063"
x="97.999016"
id="tspan11429-9-2-6-3"
sodipodi:role="line">string</tspan></text>
style="font-weight:bold;font-size:15.0965px;line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';letter-spacing:0px;word-spacing:0px;fill:#666666;stroke-width:0.377411">
<path
d="m 77.97906,247.41013 v 2.00501 q -0.847704,-0.35383 -1.636437,-0.53074 -0.788734,-0.17691 -1.489011,-0.17691 -0.751876,0 -1.120443,0.19165 -0.361196,0.18429 -0.361196,0.57497 0,0.31697 0.27274,0.48651 0.280111,0.16954 0.99513,0.25062 l 0.464395,0.0663 q 2.027118,0.258 2.727395,0.84771 0.700277,0.5897 0.700277,1.8502 0,1.31947 -0.973017,1.98289 -0.973016,0.66342 -2.904307,0.66342 -0.818218,0 -1.695408,-0.13268 -0.869818,-0.12531 -1.791235,-0.38331 v -2.005 q 0.788733,0.38331 1.614323,0.57496 0.832961,0.19166 1.688037,0.19166 0.77399,0 1.164671,-0.21377 0.390681,-0.21377 0.390681,-0.63394 0,-0.35382 -0.27274,-0.52336 -0.265368,-0.17692 -1.068844,-0.27274 l -0.464394,-0.059 q -1.76175,-0.22114 -2.469398,-0.81822 -0.707649,-0.59708 -0.707649,-1.81335 0,-1.3121 0.899304,-1.94603 0.899303,-0.63394 2.75688,-0.63394 0.729763,0 1.533238,0.11057 0.803476,0.11057 1.747008,0.34645 z"
id="path4946" />
<path
d="m 83.396993,244.80805 v 2.34409 h 2.720024 v 1.88706 h -2.720024 v 3.50138 q 0,0.57497 0.228512,0.78137 0.228511,0.19902 0.906675,0.19902 h 1.356326 v 1.88707 h -2.263001 q -1.562724,0 -2.218773,-0.64868 -0.648678,-0.65605 -0.648678,-2.21878 v -3.50138 h -1.312098 v -1.88706 h 1.312098 v -2.34409 z"
id="path4948" />
<path
d="m 93.864294,249.40039 q -0.346453,-0.16216 -0.692906,-0.23588 -0.339081,-0.0811 -0.685534,-0.0811 -1.017245,0 -1.570095,0.65605 -0.545479,0.64867 -0.545479,1.86494 v 3.80362 h -2.638939 v -8.2559 h 2.638939 v 1.35632 q 0.508622,-0.81084 1.164671,-1.17941 0.66342,-0.37594 1.584838,-0.37594 0.132684,0 0.287482,0.0147 0.154798,0.007 0.449652,0.0442 z"
id="path4950" />
</g>
</g>
<g
id="g12386-1"
transform="matrix(1.4568642,0.04554874,-0.04554874,1.4568642,122.16084,-299.30525)">
<path
id="circle268-6-9-7-2"
d="m 70.348346,289.1314 a 21.972353,21.972353 0 0 1 4.57033,30.73565 21.972353,21.972353 0 0 1 -30.73566,4.57034 21.972353,21.972353 0 0 1 -4.57033,-30.73566 21.972353,21.972353 0 0 1 30.73566,-4.57033 z"
style="opacity:0.13;stroke:#000000;stroke-width:5.35911;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<path
id="circle2818-6-2-7"
d="m 74.263816,290.72282 a 23.616208,23.616208 0 0 1 -7.93163,32.44288 23.616208,23.616208 0 0 1 -32.44288,-7.93164 23.616208,23.616208 0 0 1 7.93164,-32.44287 23.616208,23.616208 0 0 1 32.44287,7.93163 z"
style="fill:#a6d3e4;fill-opacity:1;stroke:#9bc0bf;stroke-width:2.77828;stroke-miterlimit:10;stroke-opacity:1"
inkscape:connector-curvature="0" />
<g
aria-label="num"
transform="rotate(1.2700671)"
id="text11431-9-8-0"
style="font-weight:bold;font-size:14.2583px;line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';letter-spacing:0px;word-spacing:0px;fill:#666666;stroke-width:0.356455">
<path
d="m 52.225826,301.07799 v 4.74812 h -2.506342 v -0.77279 -2.8614 q 0,-1.0095 -0.04873,-1.39242 -0.04177,-0.38291 -0.153165,-0.56392 -0.146204,-0.24368 -0.396838,-0.37595 -0.250634,-0.13925 -0.570889,-0.13925 -0.779751,0 -1.225322,0.6057 -0.445572,0.59874 -0.445572,1.66394 v 3.83609 H 44.38655 v -7.79751 h 2.492418 v 1.14178 q 0.563927,-0.68228 1.197474,-1.00254 0.633548,-0.32721 1.399374,-0.32721 1.35064,0 2.046846,0.82848 0.703168,0.82849 0.703168,2.40888 z"
id="path4939" />
<path
d="m 54.453686,302.79065 v -4.76205 h 2.506341 v 0.77975 q 0,0.63355 -0.007,1.59432 -0.007,0.9538 -0.007,1.27405 0,0.93988 0.04874,1.3576 0.04873,0.41077 0.167089,0.59874 0.153166,0.24367 0.396838,0.37595 0.250634,0.13228 0.570889,0.13228 0.77975,0 1.225322,-0.59873 0.445572,-0.59874 0.445572,-1.66394 v -3.85002 h 2.492418 v 7.79751 h -2.492418 v -1.12785 q -0.563927,0.68228 -1.197474,1.0095 -0.626586,0.32025 -1.38545,0.32025 -1.35064,0 -2.06077,-0.82848 -0.703168,-0.82849 -0.703168,-2.40888 z"
id="path4941" />
<path
d="m 71.914534,299.32355 q 0.47342,-0.72406 1.120891,-1.10001 0.654434,-0.38291 1.434185,-0.38291 1.343677,0 2.046845,0.82848 0.703169,0.82849 0.703169,2.40888 v 4.74812 h -2.506342 v -4.06584 q 0.007,-0.0905 0.007,-0.18798 0.007,-0.0975 0.007,-0.27848 0,-0.82849 -0.243672,-1.19747 -0.243672,-0.37596 -0.786713,-0.37596 -0.71013,0 -1.100006,0.58482 -0.382913,0.58481 -0.396837,1.69178 v 3.82913 h -2.506342 v -4.06584 q 0,-1.29495 -0.222786,-1.66393 -0.222786,-0.37596 -0.793675,-0.37596 -0.717092,0 -1.106967,0.59178 -0.389876,0.58481 -0.389876,1.67786 v 3.83609 h -2.506341 v -7.79751 h 2.506341 v 1.14178 q 0.459496,-0.66139 1.051272,-0.99557 0.598737,-0.33418 1.315829,-0.33418 0.807599,0 1.427222,0.38987 0.619624,0.38988 0.939879,1.09305 z"
id="path4943" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -0,0 +1,350 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="0 0 595.3 245.5"
version="1.1"
id="svg15613"
sodipodi:docname="functor_programming_endo.svg"
inkscape:version="1.2.2 (1:1.2.2+202212051552+b0a8486541)"
width="595.29999"
height="245.5"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<metadata
id="metadata15619">
<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>
<defs
id="defs15617" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1024"
id="namedview15615"
showgrid="false"
inkscape:zoom="1.600335"
inkscape:cx="295.25068"
inkscape:cy="131.84739"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg15613"
inkscape:showpageshadow="2"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1" />
<g
id="g42748"
transform="matrix(1.5213308,-0.07988467,0.08179232,1.4676901,-250.9672,204.42353)" />
<g
id="g42748-8"
transform="matrix(1.5213308,-0.07988467,0.08179232,1.4676901,108.47972,190.13265)" />
<ellipse
style="fill:#e6e7e8;stroke:none;stroke-width:2.93915;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-4-1-3-3"
cy="135.57056"
cx="284.11255"
transform="matrix(0.99875114,-0.04996159,0.05839792,0.99829339,0,0)"
rx="126.10274"
ry="115.95071" />
<g
id="g12404-0"
transform="matrix(0.93083361,0.03969588,-0.03969588,0.93083361,121.57912,-61.529914)">
<rect
style="opacity:0.161929;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:3.63184;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
id="rect1814-6-6"
width="65.832924"
height="62.063396"
x="220.30284"
y="214.20256" />
<rect
style="fill:#a6d3e4;fill-opacity:1;stroke:#9bc0bf;stroke-width:3.63184;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
id="rect1814-2"
width="65.832924"
height="62.063396"
x="215.42094"
y="209.91783" />
<g
aria-label="[num]"
transform="rotate(1.2700671)"
id="text11431-5-2-4-6"
style="font-weight:bold;font-size:20.0611px;line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';letter-spacing:0px;word-spacing:0px;fill:#666666;stroke-width:0.501528">
<path
d="m 221.37573,226.21798 h 6.08298 v 2.20398 h -2.75252 v 13.47855 h 2.75252 v 2.20398 h -6.08298 z"
id="path4964" />
<path
d="m 241.53479,234.77921 v 6.68051 h -3.52637 v -1.0873 -4.02593 q 0,-1.42034 -0.0686,-1.95909 -0.0588,-0.53875 -0.2155,-0.79344 -0.20571,-0.34284 -0.55835,-0.52895 -0.35263,-0.19591 -0.80322,-0.19591 -1.0971,0 -1.724,0.8522 -0.62691,0.84241 -0.62691,2.34112 v 5.3973 H 230.5051 V 230.4888 h 3.50678 v 1.60646 q 0.79343,-0.95996 1.68482,-1.41055 0.89138,-0.46038 1.96888,-0.46038 1.90032,0 2.87987,1.16565 0.98934,1.16566 0.98934,3.38923 z"
id="path4966" />
<path
d="m 244.66934,237.1889 v -6.7001 h 3.52636 v 1.09709 q 0,0.89139 -0.01,2.24316 -0.01,1.34198 -0.01,1.79257 0,1.32239 0.0686,1.91012 0.0686,0.57793 0.23509,0.84241 0.2155,0.34284 0.55834,0.52895 0.35264,0.18612 0.80323,0.18612 1.09709,0 1.724,-0.84241 0.62691,-0.84241 0.62691,-2.34112 v -5.41689 h 3.50677 v 10.97092 h -3.50677 v -1.58687 q -0.79343,0.95996 -1.68482,1.42034 -0.88159,0.4506 -1.9493,0.4506 -1.90032,0 -2.89945,-1.16566 -0.98934,-1.16566 -0.98934,-3.38923 z"
id="path4968" />
<path
d="m 269.23635,232.31076 q 0.66609,-1.01873 1.57707,-1.54768 0.92077,-0.53875 2.01786,-0.53875 1.89052,0 2.87987,1.16565 0.98934,1.16566 0.98934,3.38923 v 6.68051 h -3.52637 v -5.72055 q 0.01,-0.12734 0.01,-0.26448 0.01,-0.13714 0.01,-0.39182 0,-1.16566 -0.34284,-1.68482 -0.34284,-0.52895 -1.10688,-0.52895 -0.99914,0 -1.54769,0.82282 -0.53875,0.82282 -0.55834,2.38029 v 5.38751 h -3.52636 v -5.72055 q 0,-1.82196 -0.31346,-2.34112 -0.31345,-0.52895 -1.11668,-0.52895 -1.00893,0 -1.55748,0.83261 -0.54854,0.82282 -0.54854,2.36071 v 5.3973 h -3.52637 V 230.4888 h 3.52637 v 1.60646 q 0.6465,-0.93057 1.47911,-1.40075 0.84241,-0.47018 1.85134,-0.47018 1.13628,0 2.00807,0.54854 0.8718,0.54855 1.32239,1.53789 z"
id="path4970" />
<path
d="m 285.7319,244.10449 h -6.08298 v -2.20398 h 2.75252 v -13.47855 h -2.75252 v -2.20398 h 6.08298 z"
id="path4972" />
</g>
</g>
<g
id="g6483-8"
transform="matrix(0.9268744,0.09450299,-0.09450299,0.9268744,176.76052,18.777227)">
<g
id="g6612"
transform="translate(73.173704,-42.395966)">
<path
id="path2810-7-7"
d="m 141.53377,88.423379 c 0,0 0.26891,0.750171 0.68857,2.050099 0.2295,0.683261 0.4984,1.433432 0.78374,2.357968 0.28537,0.924833 0.60977,1.916288 0.95098,3.082679 1.3474,4.490375 2.78065,10.595295 3.72141,16.747905 0.94132,6.15227 1.36787,12.46083 1.38087,17.18618 -0.0135,2.32949 0.0429,4.33455 -0.0289,5.68208 l -0.0199,0.84846 8.51441,0.48101 c -3.47819,6.29825 -7.33342,12.10386 -11.58245,17.2416 -2.09855,-6.49899 -4.75775,-12.62623 -7.79719,-18.22299 l 8.47535,0.41438 0.0194,-0.84843 c 0.0723,-1.34755 0.0558,-3.28599 0.006,-5.57407 -0.0363,-4.61758 -0.44629,-10.75088 -1.41026,-16.79542 -0.90194,-6.08567 -2.31845,-12.01596 -3.6268,-16.439699 -0.30149,-1.099509 -0.62621,-2.090943 -0.91159,-3.016068 -0.28504,-0.924554 -0.55395,-1.674724 -0.74407,-2.291093 -0.41993,-1.299893 -0.64944,-1.982863 -0.64944,-1.982863 z"
inkscape:connector-curvature="0"
style="fill:#666666;stroke-width:0.0891807" />
<path
id="path2812-9-5"
d="m 113.64103,85.101052 c 0,0 0.25991,0.803275 0.6668,2.194718 0.22223,0.73148 0.48185,1.534779 0.75878,2.524588 0.27694,0.990106 0.5915,2.051419 0.9231,3.299873 1.30873,4.806095 2.71303,11.336619 3.65484,17.913569 0.94178,6.57694 1.40106,13.31529 1.45674,18.36004 0.008,2.48677 0.0799,4.62814 0.0247,6.06599 l -0.0101,0.90561 8.01513,0.59148 c -3.21503,6.69176 -6.78881,12.85443 -10.73907,18.3006 -2.0338,-6.9576 -4.59196,-13.52337 -7.50268,-19.52606 l 7.97719,0.51998 0.0101,-0.90562 c 0.0554,-1.43755 0.0223,-3.50742 -0.0453,-5.95065 -0.0763,-4.92972 -0.51826,-11.48126 -1.48068,-17.94315 -0.90445,-6.50513 -2.29141,-12.84884 -3.56283,-17.583712 -0.29394,-1.176651 -0.60822,-2.237982 -0.88516,-3.228098 -0.27691,-0.989809 -0.53683,-1.793081 -0.72145,-2.453055 a 236.44572,236.44572 0 0 0 -0.62883,-2.122953 z"
inkscape:connector-curvature="0"
style="fill:#666666;stroke-width:0.0891807" />
<path
id="path2816-2-9"
d="m 98.559402,92.333331 c 0,0 -0.0849,0.773563 -0.1854,2.102303 -0.0618,0.700671 -0.14689,1.473942 -0.20484,2.416034 -0.0583,0.942127 -0.1393,1.956814 -0.19411,3.140102 -0.24448,4.56418 -0.17661,10.66817 0.39725,16.69222 0.57381,6.02375 1.702568,12.06358 2.855498,16.51044 0.58813,2.18697 1.02714,4.08665 1.43207,5.33518 l 0.22906,0.79297 -8.430248,2.61284 c 5.04685,5.03943 10.350878,9.5197 15.885378,13.27284 0.50275,-6.6437 1.66034,-13.07975 3.33061,-19.11339 l -8.40713,2.54023 -0.22936,-0.79295 c -0.40493,-1.24852 -0.86673,-3.07563 -1.38198,-5.23953 -1.10337,-4.35089 -2.20568,-10.22214 -2.72971,-16.15024 -0.5966,-5.95118 -0.63805,-11.88689 -0.41638,-16.37849 0.0316,-1.110378 0.11279,-2.125083 0.17076,-3.067185 0.0583,-0.941827 0.14301,-1.715073 0.18176,-2.343155 0.1008,-1.328749 0.16243,-2.029401 0.16243,-2.029401 z"
inkscape:connector-curvature="0"
style="fill:#666666;stroke-width:0.0891807" />
<path
id="path2814-02-2"
d="m 89.344406,82.730381 c 0,0 -0.15703,0.894684 -0.38149,2.437999 -0.12698,0.812647 -0.28387,1.707339 -0.42999,2.803316 -0.14572,1.09595 -0.32145,2.273932 -0.48619,3.653187 -0.66995,5.315167 -1.16996,12.477257 -1.15728,19.614957 0.0135,7.13769 0.57929,14.36961 1.31876,19.73828 0.38435,2.64333 0.64674,4.92946 0.93519,6.44807 l 0.15568,0.96039 -8.67643,1.9087 c 4.57925,6.59607 9.4679,12.572 14.6545,17.72713 1.12172,-7.71648 2.87896,-15.10026 5.111844,-21.94246 l -8.646584,1.82669 -0.1555,-0.9604 c -0.2885,-1.51889 -0.58045,-3.72302 -0.89446,-6.3291 -0.69842,-5.24972 -1.25416,-12.28065 -1.22635,-19.29907 -0.0424,-7.05566 0.46894,-14.017101 1.10903,-19.250249 0.1349,-1.296945 0.31057,-2.474918 0.45638,-3.570568 0.14605,-1.096277 0.30282,-1.990944 0.40012,-2.721595 0.22445,-1.543308 0.35132,-2.355951 0.35132,-2.355951 z"
inkscape:connector-curvature="0"
style="fill:#666666;stroke-width:0.0891807" />
</g>
<path
id="path2810-7"
d="m 204.34093,47.157511 c 0,0 0.26891,0.750171 0.68857,2.050099 0.2295,0.683261 0.4984,1.433432 0.78374,2.357968 0.28537,0.924833 0.60977,1.916288 0.95098,3.082679 1.3474,4.490377 2.78065,10.595301 3.72141,16.747913 0.94132,6.152272 1.36787,12.460829 1.38087,17.186181 -0.0135,2.32949 0.0429,4.334546 -0.0289,5.68208 l -0.0199,0.848462 8.51441,0.481001 c -3.47819,6.298256 -7.33342,12.103866 -11.58245,17.241606 -2.09855,-6.49899 -4.75775,-12.62623 -7.79719,-18.222992 l 8.47535,0.414376 0.0194,-0.848422 c 0.0723,-1.347558 0.0558,-3.285999 0.006,-5.574079 -0.0363,-4.617577 -0.44629,-10.750874 -1.41026,-16.795416 -0.90194,-6.085669 -2.31845,-12.015956 -3.6268,-16.439704 -0.30149,-1.099509 -0.62621,-2.090943 -0.91159,-3.016068 -0.28504,-0.924554 -0.55395,-1.674724 -0.74407,-2.291093 -0.41993,-1.299893 -0.64944,-1.982863 -0.64944,-1.982863 z"
inkscape:connector-curvature="0"
style="fill:#9d539f;stroke-width:0.0891807" />
<path
id="path2816-2"
d="m 182.53882,48.621718 c 0,0 -0.0849,0.773563 -0.1854,2.102303 -0.0618,0.700671 -0.14689,1.473942 -0.20484,2.416034 -0.0583,0.942127 -0.1393,1.956814 -0.19411,3.140102 -0.24448,4.564179 -0.17661,10.668168 0.39725,16.692225 0.57381,6.023747 1.70257,12.063574 2.85549,16.510438 0.58813,2.186966 1.02714,4.086649 1.43207,5.335177 l 0.22906,0.792968 -8.43024,2.612838 c 5.04685,5.039437 10.35087,9.519707 15.88537,13.272847 0.50275,-6.6437 1.66034,-13.079751 3.33061,-19.113389 l -8.40713,2.540228 -0.22936,-0.792952 c -0.40493,-1.248525 -0.86673,-3.07563 -1.38198,-5.239535 -1.10337,-4.350883 -2.20568,-10.222135 -2.72971,-16.150231 -0.5966,-5.951179 -0.63805,-11.886897 -0.41638,-16.378497 0.0316,-1.110375 0.11279,-2.12508 0.17076,-3.067182 0.0583,-0.941827 0.14301,-1.715073 0.18176,-2.343155 0.1008,-1.328749 0.16243,-2.029401 0.16243,-2.029401 z"
inkscape:connector-curvature="0"
style="fill:#04bd3d;stroke-width:0.0891807" />
<path
id="path2814-02"
d="m 167.14918,41.948662 c 0,0 -0.15703,0.894684 -0.38149,2.437999 -0.12698,0.812647 -0.28387,1.707339 -0.42999,2.803316 -0.14572,1.09595 -0.32145,2.273932 -0.48619,3.653187 -0.66995,5.315167 -1.16996,12.477257 -1.15728,19.614955 0.0135,7.137696 0.57929,14.36961 1.31876,19.738278 0.38435,2.643335 0.64674,4.929461 0.93519,6.448071 l 0.15568,0.960397 -8.67643,1.908695 c 4.57925,6.59607 9.4679,12.572 14.6545,17.72713 1.12172,-7.71648 2.87896,-15.10026 5.11184,-21.942457 l -8.64658,1.826693 -0.1555,-0.960407 c -0.2885,-1.518892 -0.58045,-3.723015 -0.89446,-6.329101 -0.69842,-5.249711 -1.25416,-12.280648 -1.22635,-19.299064 -0.0424,-7.055665 0.46894,-14.017104 1.10903,-19.250252 0.1349,-1.296945 0.31057,-2.474918 0.45638,-3.570568 0.14605,-1.096277 0.30282,-1.990944 0.40012,-2.721595 0.22445,-1.543308 0.35132,-2.355951 0.35132,-2.355951 z"
inkscape:connector-curvature="0"
style="fill:#0e2db8;stroke-width:0.0891807" />
</g>
<g
id="g12404"
transform="matrix(0.93083361,0.03969588,-0.03969588,0.93083361,123.14413,-160.6999)">
<rect
style="opacity:0.161929;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:3.63184;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
id="rect1814-6"
width="65.832924"
height="62.063396"
x="220.30284"
y="214.20256" />
<rect
style="fill:#d9d98d;fill-opacity:1;stroke:#878578;stroke-width:3.63184;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
id="rect1814"
width="65.832924"
height="62.063396"
x="215.42094"
y="209.91783" />
<g
aria-label="[str]"
transform="matrix(1.4014079,0.03106989,-0.03106989,1.4014079,-81.924155,-95.373036)"
id="text11431-5-2-4"
style="font-weight:bold;font-size:14.1039px;line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';letter-spacing:0px;word-spacing:0px;fill:#666666;stroke-width:0.352597">
<path
d="m 224.3295,228.6437 h 4.27662 v 1.5495 h -1.93515 v 9.47606 h 1.93515 v 1.5495 h -4.27662 z"
id="path4953" />
<path
d="m 236.77371,231.88732 v 1.87318 q -0.79196,-0.33056 -1.52884,-0.49584 -0.73687,-0.16528 -1.3911,-0.16528 -0.70245,0 -1.04678,0.17905 -0.33745,0.17217 -0.33745,0.53716 0,0.29613 0.25481,0.45452 0.26169,0.15839 0.9297,0.23415 l 0.43386,0.062 q 1.89384,0.24103 2.54807,0.79196 0.65423,0.55094 0.65423,1.72856 0,1.23271 -0.90904,1.85251 -0.90904,0.6198 -2.71334,0.6198 -0.76443,0 -1.58394,-0.12396 -0.81263,-0.11707 -1.67346,-0.3581 v -1.87318 q 0.73687,0.35811 1.50818,0.53716 0.77819,0.17906 1.57705,0.17906 0.7231,0 1.08809,-0.19972 0.365,-0.19971 0.365,-0.59225 0,-0.33056 -0.25481,-0.48895 -0.24792,-0.16528 -0.99857,-0.25481 l -0.43386,-0.0551 q -1.64591,-0.2066 -2.30703,-0.76442 -0.66112,-0.55782 -0.66112,-1.69412 0,-1.22582 0.84017,-1.81808 0.84017,-0.59225 2.57562,-0.59225 0.68178,0 1.43242,0.1033 0.75065,0.1033 1.63214,0.32367 z"
id="path4955" />
<path
d="m 241.83542,229.45633 v 2.18996 h 2.54118 v 1.76299 h -2.54118 v 3.27117 q 0,0.53716 0.21348,0.72998 0.21349,0.18594 0.84706,0.18594 h 1.26715 v 1.76299 h -2.11421 q -1.45997,0 -2.07289,-0.60603 -0.60602,-0.61291 -0.60602,-2.07288 v -3.27117 h -1.22583 v -1.76299 h 1.22583 v -2.18996 z"
id="path4957" />
<path
d="m 251.61449,233.74672 q -0.32368,-0.1515 -0.64735,-0.22037 -0.31679,-0.0757 -0.64046,-0.0757 -0.95036,0 -1.46686,0.61291 -0.50962,0.60603 -0.50962,1.74233 v 3.55352 h -2.46542 v -7.71307 h 2.46542 v 1.26715 q 0.47518,-0.75754 1.0881,-1.10187 0.6198,-0.35122 1.48063,-0.35122 0.12396,0 0.26858,0.0138 0.14462,0.007 0.42009,0.0413 z"
id="path4959" />
<path
d="m 256.88968,241.21876 h -4.27663 v -1.5495 h 1.93516 v -9.47606 h -1.93516 v -1.5495 h 4.27663 z"
id="path4961" />
</g>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-7-3"
transform="matrix(0.36788405,-0.01809117,0.0499191,0.42445057,178.10607,-19.00095)">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-4-1"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke-width:5.17036;stroke-dasharray:none;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-4-9"
d="m 36.024608,215.55335 c 63.893378,-9.90582 204.676562,-9.46023 266.571812,9.2521"
sodipodi:nodetypes="cc" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-7-3-3"
transform="matrix(0.36788405,-0.01809117,0.0499191,0.42445057,187.88843,16.678766)">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-4-1-6"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke-width:5.34157;stroke-dasharray:none;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-4-9-1"
d="m 39.51228,219.90956 c 68.40939,-9.64939 196.54169,-13.95317 263.10892,4.87691"
sodipodi:nodetypes="cc" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-7-3-3-0"
transform="matrix(0.36788405,-0.01809117,0.0499191,0.42445057,204.73378,21.986135)">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-4-1-6-6"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke-width:5.34157;stroke-dasharray:none;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-4-9-1-3"
d="M 39.575179,214.10401 C 107.98456,204.45462 236.05397,205.95639 302.6212,224.78647"
sodipodi:nodetypes="cc" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-7-3-3-2"
transform="matrix(0.36830193,-0.00443339,0.03414129,0.42601006,232.71346,25.622184)">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-4-1-6-0"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke-width:5.34157;stroke-dasharray:none;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-4-9-1-6"
d="M 35.196835,213.95248 C 103.60622,204.30309 236.05397,205.95639 302.6212,224.78647"
sodipodi:nodetypes="cc" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-7-3-4"
transform="matrix(0.36703575,-0.03083378,0.06460358,0.42246489,174.71053,86.171394)">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-4-1-7"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke-width:5.17036;stroke-dasharray:none;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-4-9-8"
d="m 76.310105,211.11885 c 50.136905,-8.61853 170.328825,-7.9968 226.286315,13.6866"
sodipodi:nodetypes="cc" />
</g>
<g
id="g6483"
transform="rotate(5.1705267,-55.373147,587.72774)">
<path
id="path2810"
d="m 202.20534,47.375253 c 0,0 0.26891,0.750171 0.68857,2.050099 0.2295,0.683261 0.4984,1.433432 0.78374,2.357968 0.28537,0.924833 0.60977,1.916288 0.95098,3.082679 1.3474,4.490377 2.78065,10.595301 3.72141,16.747913 0.94132,6.152272 1.36787,12.460829 1.38087,17.186181 -0.0135,2.32949 0.0429,4.334546 -0.0289,5.68208 l -0.0199,0.848462 8.51441,0.481001 c -3.47819,6.298254 -7.33342,12.103864 -11.58245,17.241604 -2.09855,-6.49899 -4.75775,-12.62623 -7.79719,-18.22299 l 8.47535,0.414376 0.0194,-0.848422 c 0.0723,-1.347558 0.0558,-3.285999 0.006,-5.574079 -0.0363,-4.617577 -0.44629,-10.750874 -1.41026,-16.795416 -0.90194,-6.085669 -2.31845,-12.015956 -3.6268,-16.439704 -0.30149,-1.099509 -0.62621,-2.090943 -0.91159,-3.016068 -0.28504,-0.924554 -0.55395,-1.674724 -0.74407,-2.291093 -0.41993,-1.299893 -0.64944,-1.982863 -0.64944,-1.982863 z"
inkscape:connector-curvature="0"
style="fill:#9d539f;stroke-width:0.0891807" />
<path
id="path2816"
d="m 182.25136,48.69672 c 0,0 -0.0849,0.773563 -0.1854,2.102303 -0.0618,0.700671 -0.14689,1.473942 -0.20484,2.416034 -0.0583,0.942127 -0.1393,1.956814 -0.19411,3.140102 -0.24448,4.564179 -0.17661,10.668168 0.39725,16.692225 0.57381,6.023747 1.70257,12.063574 2.85549,16.510438 0.58813,2.186966 1.02714,4.086649 1.43207,5.335177 l 0.22906,0.792968 -8.43024,2.612838 c 5.04685,5.039435 10.35087,9.519705 15.88537,13.272845 0.50275,-6.6437 1.66034,-13.079749 3.33061,-19.113387 l -8.40713,2.540228 -0.22936,-0.792952 c -0.40493,-1.248525 -0.86673,-3.07563 -1.38198,-5.239535 -1.10337,-4.350883 -2.20568,-10.222135 -2.72971,-16.150231 -0.5966,-5.951179 -0.63805,-11.886897 -0.41638,-16.378497 0.0316,-1.110375 0.11279,-2.12508 0.17076,-3.067182 0.0583,-0.941827 0.14301,-1.715073 0.18176,-2.343155 0.1008,-1.328749 0.16243,-2.029401 0.16243,-2.029401 z"
inkscape:connector-curvature="0"
style="fill:#04bd3d;stroke-width:0.0891807" />
<path
id="path2814"
d="m 169.28477,41.73092 c 0,0 -0.15703,0.894684 -0.38149,2.437999 -0.12698,0.812647 -0.28387,1.707339 -0.42999,2.803316 -0.14572,1.09595 -0.32145,2.273932 -0.48619,3.653187 -0.66995,5.315167 -1.16996,12.477257 -1.15728,19.614955 0.0135,7.137696 0.57929,14.36961 1.31876,19.738278 0.38435,2.643335 0.64674,4.929461 0.93519,6.448071 l 0.15568,0.960397 -8.67643,1.908695 c 4.57925,6.596072 9.4679,12.572002 14.6545,17.727132 1.12172,-7.71648 2.87896,-15.10026 5.11184,-21.942459 l -8.64658,1.826693 -0.1555,-0.960407 c -0.2885,-1.518892 -0.58045,-3.723015 -0.89446,-6.329101 -0.69842,-5.249711 -1.25416,-12.280648 -1.22635,-19.299064 -0.0424,-7.055665 0.46894,-14.017104 1.10903,-19.250252 0.1349,-1.296945 0.31057,-2.474918 0.45638,-3.570568 0.14605,-1.096277 0.30282,-1.990944 0.40012,-2.721595 0.22445,-1.543308 0.35132,-2.355951 0.35132,-2.355951 z"
inkscape:connector-curvature="0"
style="fill:#0e2db8;stroke-width:0.0891807" />
</g>
<g
id="g12392"
transform="matrix(1.3923638,0.04353214,-0.04353214,1.3923638,136.04378,-285.3281)">
<path
id="circle268-7-0-7"
d="m 93.273694,239.96336 a 21.972353,21.972353 0 0 1 4.57034,30.73565 21.972353,21.972353 0 0 1 -30.73565,4.57034 21.972353,21.972353 0 0 1 -4.570341,-30.73565 21.972353,21.972353 0 0 1 30.735651,-4.57034 z"
style="opacity:0.13;stroke:#000000;stroke-width:5.35911;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<path
id="circle2836-7-0-6"
d="m 96.569454,240.97019 a 23.616208,23.616208 0 0 1 -7.93163,32.44287 23.616208,23.616208 0 0 1 -32.44287,-7.93163 23.616208,23.616208 0 0 1 7.93165,-32.44287 23.616208,23.616208 0 0 1 32.44285,7.93163 z"
style="fill:#d9d98d;stroke:#878578;stroke-width:2.77828;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<g
aria-label="str"
transform="rotate(1.2700671)"
id="text11431-5-2-4-1"
style="font-weight:bold;font-size:15.0965px;line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';letter-spacing:0px;word-spacing:0px;fill:#666666;stroke-width:0.377411">
<path
d="m 77.97906,247.41013 v 2.00501 q -0.847704,-0.35383 -1.636437,-0.53074 -0.788734,-0.17691 -1.489011,-0.17691 -0.751876,0 -1.120443,0.19165 -0.361196,0.18429 -0.361196,0.57497 0,0.31697 0.27274,0.48651 0.280111,0.16954 0.99513,0.25062 l 0.464395,0.0663 q 2.027118,0.258 2.727395,0.84771 0.700277,0.5897 0.700277,1.8502 0,1.31947 -0.973017,1.98289 -0.973016,0.66342 -2.904307,0.66342 -0.818218,0 -1.695408,-0.13268 -0.869818,-0.12531 -1.791235,-0.38331 v -2.005 q 0.788733,0.38331 1.614323,0.57496 0.832961,0.19166 1.688037,0.19166 0.77399,0 1.164671,-0.21377 0.390681,-0.21377 0.390681,-0.63394 0,-0.35382 -0.27274,-0.52336 -0.265368,-0.17692 -1.068844,-0.27274 l -0.464394,-0.059 q -1.76175,-0.22114 -2.469398,-0.81822 -0.707649,-0.59708 -0.707649,-1.81335 0,-1.3121 0.899304,-1.94603 0.899303,-0.63394 2.75688,-0.63394 0.729763,0 1.533238,0.11057 0.803476,0.11057 1.747008,0.34645 z"
id="path4946" />
<path
d="m 83.396993,244.80805 v 2.34409 h 2.720024 v 1.88706 h -2.720024 v 3.50138 q 0,0.57497 0.228512,0.78137 0.228511,0.19902 0.906675,0.19902 h 1.356326 v 1.88707 h -2.263001 q -1.562724,0 -2.218773,-0.64868 -0.648678,-0.65605 -0.648678,-2.21878 v -3.50138 h -1.312098 v -1.88706 h 1.312098 v -2.34409 z"
id="path4948" />
<path
d="m 93.864294,249.40039 q -0.346453,-0.16216 -0.692906,-0.23588 -0.339081,-0.0811 -0.685534,-0.0811 -1.017245,0 -1.570095,0.65605 -0.545479,0.64867 -0.545479,1.86494 v 3.80362 h -2.638939 v -8.2559 h 2.638939 v 1.35632 q 0.508622,-0.81084 1.164671,-1.17941 0.66342,-0.37594 1.584838,-0.37594 0.132684,0 0.287482,0.0147 0.154798,0.007 0.449652,0.0442 z"
id="path4950" />
</g>
</g>
<g
id="g12386-1"
transform="matrix(1.4568642,0.04554874,-0.04554874,1.4568642,168.5918,-271.97798)">
<path
id="circle268-6-9-7-2"
d="m 70.348346,289.1314 a 21.972353,21.972353 0 0 1 4.57033,30.73565 21.972353,21.972353 0 0 1 -30.73566,4.57034 21.972353,21.972353 0 0 1 -4.57033,-30.73566 21.972353,21.972353 0 0 1 30.73566,-4.57033 z"
style="opacity:0.13;stroke:#000000;stroke-width:5.35911;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<path
id="circle2818-6-2-7"
d="m 74.263816,290.72282 a 23.616208,23.616208 0 0 1 -7.93163,32.44288 23.616208,23.616208 0 0 1 -32.44288,-7.93164 23.616208,23.616208 0 0 1 7.93164,-32.44287 23.616208,23.616208 0 0 1 32.44287,7.93163 z"
style="fill:#a6d3e4;fill-opacity:1;stroke:#9bc0bf;stroke-width:2.77828;stroke-miterlimit:10;stroke-opacity:1"
inkscape:connector-curvature="0" />
<g
aria-label="num"
transform="rotate(1.2700671)"
id="text11431-9-8-0"
style="font-weight:bold;font-size:14.2583px;line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';letter-spacing:0px;word-spacing:0px;fill:#666666;stroke-width:0.356455">
<path
d="m 52.225826,301.07799 v 4.74812 h -2.506342 v -0.77279 -2.8614 q 0,-1.0095 -0.04873,-1.39242 -0.04177,-0.38291 -0.153165,-0.56392 -0.146204,-0.24368 -0.396838,-0.37595 -0.250634,-0.13925 -0.570889,-0.13925 -0.779751,0 -1.225322,0.6057 -0.445572,0.59874 -0.445572,1.66394 v 3.83609 H 44.38655 v -7.79751 h 2.492418 v 1.14178 q 0.563927,-0.68228 1.197474,-1.00254 0.633548,-0.32721 1.399374,-0.32721 1.35064,0 2.046846,0.82848 0.703168,0.82849 0.703168,2.40888 z"
id="path4939" />
<path
d="m 54.453686,302.79065 v -4.76205 h 2.506341 v 0.77975 q 0,0.63355 -0.007,1.59432 -0.007,0.9538 -0.007,1.27405 0,0.93988 0.04874,1.3576 0.04873,0.41077 0.167089,0.59874 0.153166,0.24367 0.396838,0.37595 0.250634,0.13228 0.570889,0.13228 0.77975,0 1.225322,-0.59873 0.445572,-0.59874 0.445572,-1.66394 v -3.85002 h 2.492418 v 7.79751 h -2.492418 v -1.12785 q -0.563927,0.68228 -1.197474,1.0095 -0.626586,0.32025 -1.38545,0.32025 -1.35064,0 -2.06077,-0.82848 -0.703168,-0.82849 -0.703168,-2.40888 z"
id="path4941" />
<path
d="m 71.914534,299.32355 q 0.47342,-0.72406 1.120891,-1.10001 0.654434,-0.38291 1.434185,-0.38291 1.343677,0 2.046845,0.82848 0.703169,0.82849 0.703169,2.40888 v 4.74812 h -2.506342 v -4.06584 q 0.007,-0.0905 0.007,-0.18798 0.007,-0.0975 0.007,-0.27848 0,-0.82849 -0.243672,-1.19747 -0.243672,-0.37596 -0.786713,-0.37596 -0.71013,0 -1.100006,0.58482 -0.382913,0.58481 -0.396837,1.69178 v 3.82913 h -2.506342 v -4.06584 q 0,-1.29495 -0.222786,-1.66393 -0.222786,-0.37596 -0.793675,-0.37596 -0.717092,0 -1.106967,0.59178 -0.389876,0.58481 -0.389876,1.67786 v 3.83609 h -2.506341 v -7.79751 h 2.506341 v 1.14178 q 0.459496,-0.66139 1.051272,-0.99557 0.598737,-0.33418 1.315829,-0.33418 0.807599,0 1.427222,0.38987 0.619624,0.38988 0.939879,1.09305 z"
id="path4943" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -1,17 +1,17 @@
<?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 595.3 189.5"
version="1.1"
id="svg15613"
sodipodi:docname="functor_programming_morphisms.svg"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
inkscape:version="1.2.2 (1:1.2.2+202212051552+b0a8486541)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<metadata
id="metadata15619">
<rdf:RDF>
@ -20,7 +20,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
@ -35,18 +35,22 @@
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1440"
inkscape:window-height="2496"
inkscape:window-width="1920"
inkscape:window-height="1024"
id="namedview15615"
showgrid="false"
inkscape:zoom="6.4013401"
inkscape:cx="401.60641"
inkscape:cy="122.76785"
inkscape:zoom="1.7338815"
inkscape:cx="336.81656"
inkscape:cy="82.473918"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg15613"
showguides="false" />
showguides="true"
inkscape:showpageshadow="2"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:lockguides="false" />
<g
id="g42748"
transform="matrix(1.5213308,-0.07988467,0.08179232,1.4676901,-217.03672,174.08098)" />
@ -54,259 +58,268 @@
id="g42748-8"
transform="matrix(1.5213308,-0.07988467,0.08179232,1.4676901,142.4102,159.7901)" />
<ellipse
style="fill:#e6e7e8;stroke:none;stroke-width:2.16419768;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-4-1"
cy="119.02538"
cx="427.23254"
transform="matrix(0.99862421,-0.05243749,0.05564228,0.99845077,0,0)"
rx="90.642258"
ry="87.461487" />
<path
id="path2810-3-9"
d="m 460.76815,68.393112 c 0,0 0.15926,0.538859 0.40781,1.472617 0.13592,0.490796 0.29518,1.029656 0.46417,1.693762 0.16901,0.664328 0.36114,1.376503 0.56322,2.214341 0.798,3.225496 1.64685,7.610757 2.20402,12.030269 0.55749,4.41927 0.81012,8.950801 0.81782,12.345105 -0.008,1.673295 0.0254,3.113564 -0.0171,4.081524 l -0.0118,0.60946 5.04268,0.34551 c -2.05997,4.52412 -4.34324,8.69437 -6.85974,12.38489 -1.24287,-4.66832 -2.81779,-9.06962 -4.61791,-13.08982 l 5.01955,0.29764 0.0115,-0.60944 c 0.0428,-0.96797 0.0331,-2.360386 0.004,-4.003931 -0.0215,-3.316894 -0.26432,-7.722531 -0.83523,-12.06442 -0.53418,-4.371423 -1.37311,-8.631238 -2.14798,-11.808887 -0.17856,-0.789785 -0.37088,-1.501948 -0.53989,-2.166481 -0.16882,-0.664122 -0.32808,-1.202981 -0.44068,-1.645728 -0.24871,-0.933733 -0.38463,-1.424321 -0.38463,-1.424321 z"
inkscape:connector-curvature="0"
style="fill:#666666;stroke-width:0.05816754" />
<ellipse
style="fill:#e6e7e8;stroke:none;stroke-width:2.16419768;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
style="fill:#e6e7e8;stroke:none;stroke-width:2.24442;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-4-1-3"
cy="104.48248"
cx="186.9032"
transform="matrix(0.99862421,-0.05243749,0.05564228,0.99845077,0,0)"
rx="90.642258"
ry="87.461487" />
cy="106.09784"
cx="177.02658"
transform="matrix(0.99850298,-0.05469725,0.05334371,0.99857621,0,0)"
rx="92.045799"
ry="92.631592" />
<ellipse
style="fill:#e6e7e8;stroke:none;stroke-width:2.24442;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-4-1-3-3"
cy="114.75402"
cx="376.7001"
transform="matrix(0.99850298,-0.05469725,0.05334371,0.99857621,0,0)"
rx="92.045799"
ry="92.631592" />
<g
inkscape:transform-center-y="-9.6473636"
inkscape:transform-center-x="7.3374513"
transform="matrix(0.18107734,0.00130906,0.01593509,0.23167384,387.25499,42.008898)"
id="g1482-7-0-1-0-3-9"
style="display:inline;opacity:0.95400002;fill:#dddddd;stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1">
<path
d="m 298.84692,219.75174 c 4.50048,-1.11094 9.19951,-2.10794 14.02668,-3.04881 -4.04495,-1.70563 -8.31549,-3.34171 -12.81219,-4.90893 -0.40756,2.77943 -0.49113,4.95944 -1.21449,7.95774 z"
id="path1478-7-9-0-19-0-7"
inkscape:connector-curvature="0"
style="stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
d="M -1074.4393,218.2691 C -655.7613,162.8326 -34.287636,168.429 303.99415,216.71262"
id="path1480-1-3-1-5-7-5"
inkscape:connector-curvature="0"
style="fill:none;stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
<path
id="path2812-6-7"
d="m 453.61204,68.197914 c 0,0 0.15393,0.475742 0.39491,1.299828 0.13162,0.433221 0.28538,0.908977 0.44939,1.495194 0.16402,0.586393 0.35032,1.214959 0.54671,1.954359 0.7751,2.846419 1.6068,6.714139 2.16459,10.609359 0.55777,3.89521 0.82978,7.88601 0.86276,10.87378 0.005,1.4728 0.0473,2.74103 0.0146,3.5926 l -0.006,0.53636 4.74698,0.3503 c -1.90411,3.963206 -4.02069,7.613066 -6.36024,10.838576 -1.20453,-4.12066 -2.7196,-8.00925 -4.44349,-11.564366 l 4.72452,0.30797 0.006,-0.53636 c 0.0328,-0.85139 0.0132,-2.07728 -0.0268,-3.52429 -0.0452,-2.91964 -0.30694,-6.7998 -0.87694,-10.62688 -0.53566,-3.85268 -1.35709,-7.60976 -2.11009,-10.414 -0.17409,-0.696873 -0.36022,-1.325449 -0.52424,-1.911848 -0.164,-0.586217 -0.31794,-1.061957 -0.42728,-1.452829 a 140.03563,140.03563 0 0 0 -0.37243,-1.257324 z"
inkscape:connector-curvature="0"
style="fill:#666666;stroke-width:0.05281736" />
<g
id="g12411"
transform="translate(195.71584,-207.43653)">
id="g12404-0"
transform="matrix(0.93083361,0.03969588,-0.03969588,0.93083361,155.5096,-91.87247)">
<rect
style="opacity:0.161929;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:3.63184;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
id="rect1814-6-6"
width="65.832924"
height="62.063396"
x="220.30284"
y="214.20256" />
<rect
style="fill:#a6d3e4;fill-opacity:1;stroke:#9bc0bf;stroke-width:3.63184;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
id="rect1814-2"
width="65.832924"
height="62.063396"
x="215.42094"
y="209.91783" />
<g
transform="matrix(1.3930441,0,0,1.3930441,-13.087451,-516.67291)"
id="g12398">
aria-label="[num]"
transform="rotate(1.2700671)"
id="text11431-5-2-4-6"
style="font-weight:bold;font-size:20.0611px;line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';letter-spacing:0px;word-spacing:0px;fill:#666666;stroke-width:0.501528">
<path
inkscape:connector-curvature="0"
style="opacity:0.12999998;stroke:#000000;stroke-width:5.35910654;stroke-miterlimit:10"
d="m 202.73415,608.54435 a 21.972353,21.972353 0 0 1 4.57033,30.73565 21.972353,21.972353 0 0 1 -30.73566,4.57034 21.972353,21.972353 0 0 1 -4.57033,-30.73566 21.972353,21.972353 0 0 1 30.73566,-4.57033 z"
id="circle268-6-9" />
d="m 221.37573,226.21798 h 6.08298 v 2.20398 h -2.75252 v 13.47855 h 2.75252 v 2.20398 h -6.08298 z"
id="path4964" />
<path
inkscape:connector-curvature="0"
style="fill:#dbdb8b;stroke:#878578;stroke-width:2.77828455;stroke-miterlimit:10"
d="m 206.64962,610.13577 a 23.616208,23.616208 0 0 1 -7.93163,32.44288 23.616208,23.616208 0 0 1 -32.44288,-7.93164 23.616208,23.616208 0 0 1 7.93164,-32.44287 23.616208,23.616208 0 0 1 32.44287,7.93163 z"
id="circle2818-6" />
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.12448883px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.25311226"
x="184.12337"
y="620.03595"
id="text11431-9"
transform="rotate(1.2700671)"><tspan
sodipodi:role="line"
x="184.12337"
y="620.03595"
style="fill:#666666;stroke-width:0.25311226"
id="tspan11815">[num]</tspan></text>
d="m 241.53479,234.77921 v 6.68051 h -3.52637 v -1.0873 -4.02593 q 0,-1.42034 -0.0686,-1.95909 -0.0588,-0.53875 -0.2155,-0.79344 -0.20571,-0.34284 -0.55835,-0.52895 -0.35263,-0.19591 -0.80322,-0.19591 -1.0971,0 -1.724,0.8522 -0.62691,0.84241 -0.62691,2.34112 v 5.3973 H 230.5051 V 230.4888 h 3.50678 v 1.60646 q 0.79343,-0.95996 1.68482,-1.41055 0.89138,-0.46038 1.96888,-0.46038 1.90032,0 2.87987,1.16565 0.98934,1.16566 0.98934,3.38923 z"
id="path4966" />
<path
d="m 244.66934,237.1889 v -6.7001 h 3.52636 v 1.09709 q 0,0.89139 -0.01,2.24316 -0.01,1.34198 -0.01,1.79257 0,1.32239 0.0686,1.91012 0.0686,0.57793 0.23509,0.84241 0.2155,0.34284 0.55834,0.52895 0.35264,0.18612 0.80323,0.18612 1.09709,0 1.724,-0.84241 0.62691,-0.84241 0.62691,-2.34112 v -5.41689 h 3.50677 v 10.97092 h -3.50677 v -1.58687 q -0.79343,0.95996 -1.68482,1.42034 -0.88159,0.4506 -1.9493,0.4506 -1.90032,0 -2.89945,-1.16566 -0.98934,-1.16566 -0.98934,-3.38923 z"
id="path4968" />
<path
d="m 269.23635,232.31076 q 0.66609,-1.01873 1.57707,-1.54768 0.92077,-0.53875 2.01786,-0.53875 1.89052,0 2.87987,1.16565 0.98934,1.16566 0.98934,3.38923 v 6.68051 h -3.52637 v -5.72055 q 0.01,-0.12734 0.01,-0.26448 0.01,-0.13714 0.01,-0.39182 0,-1.16566 -0.34284,-1.68482 -0.34284,-0.52895 -1.10688,-0.52895 -0.99914,0 -1.54769,0.82282 -0.53875,0.82282 -0.55834,2.38029 v 5.38751 h -3.52636 v -5.72055 q 0,-1.82196 -0.31346,-2.34112 -0.31345,-0.52895 -1.11668,-0.52895 -1.00893,0 -1.55748,0.83261 -0.54854,0.82282 -0.54854,2.36071 v 5.3973 h -3.52637 V 230.4888 h 3.52637 v 1.60646 q 0.6465,-0.93057 1.47911,-1.40075 0.84241,-0.47018 1.85134,-0.47018 1.13628,0 2.00807,0.54854 0.8718,0.54855 1.32239,1.53789 z"
id="path4970" />
<path
d="m 285.7319,244.10449 h -6.08298 v -2.20398 h 2.75252 v -13.47855 h -2.75252 v -2.20398 h 6.08298 z"
id="path4972" />
</g>
</g>
<path
id="path2814-0-3"
d="m 418.46313,70.361627 c 0,0 -0.093,0.529876 -0.22594,1.443916 -0.0752,0.48129 -0.16812,1.01117 -0.25466,1.66027 -0.0863,0.64908 -0.19038,1.34674 -0.28795,2.16361 -0.39678,3.14793 -0.69291,7.38969 -0.6854,11.61701 0.008,4.22732 0.34309,8.51044 0.78104,11.690046 0.22763,1.565531 0.38303,2.919491 0.55387,3.818891 l 0.0922,0.5688 -5.13864,1.13043 c 2.71207,3.90654 5.60739,7.4458 8.67917,10.49894 0.66434,-4.57011 1.70507,-8.94317 3.0275,-12.99548 l -5.12096,1.08186 -0.0921,-0.5688 c -0.17086,-0.89957 -0.34377,-2.20497 -0.52974,-3.748427 -0.41364,-3.10915 -0.74278,-7.27325 -0.72631,-11.42992 -0.0251,-4.17874 0.27773,-8.30167 0.65682,-11.40102 0.0799,-0.76812 0.18394,-1.46578 0.2703,-2.11468 0.0865,-0.64927 0.17934,-1.17914 0.23697,-1.61187 0.13293,-0.91403 0.20807,-1.39532 0.20807,-1.39532 z"
inkscape:connector-curvature="0"
style="fill:#666666;stroke-width:0.05281736" />
<g
id="g12386"
transform="matrix(1.3930441,0,0,1.3930441,111.26859,-278.4171)">
id="g6483-8"
transform="matrix(0.9268744,0.09450299,-0.09450299,0.9268744,210.691,-11.565329)">
<g
id="g6612"
transform="translate(73.173704,-42.395966)">
<path
id="path2810-7-7"
d="m 141.53377,88.423379 c 0,0 0.26891,0.750171 0.68857,2.050099 0.2295,0.683261 0.4984,1.433432 0.78374,2.357968 0.28537,0.924833 0.60977,1.916288 0.95098,3.082679 1.3474,4.490375 2.78065,10.595295 3.72141,16.747905 0.94132,6.15227 1.36787,12.46083 1.38087,17.18618 -0.0135,2.32949 0.0429,4.33455 -0.0289,5.68208 l -0.0199,0.84846 8.51441,0.48101 c -3.47819,6.29825 -7.33342,12.10386 -11.58245,17.2416 -2.09855,-6.49899 -4.75775,-12.62623 -7.79719,-18.22299 l 8.47535,0.41438 0.0194,-0.84843 c 0.0723,-1.34755 0.0558,-3.28599 0.006,-5.57407 -0.0363,-4.61758 -0.44629,-10.75088 -1.41026,-16.79542 -0.90194,-6.08567 -2.31845,-12.01596 -3.6268,-16.439699 -0.30149,-1.099509 -0.62621,-2.090943 -0.91159,-3.016068 -0.28504,-0.924554 -0.55395,-1.674724 -0.74407,-2.291093 -0.41993,-1.299893 -0.64944,-1.982863 -0.64944,-1.982863 z"
inkscape:connector-curvature="0"
style="fill:#666666;stroke-width:0.0891807" />
<path
id="path2812-9-5"
d="m 113.64103,85.101052 c 0,0 0.25991,0.803275 0.6668,2.194718 0.22223,0.73148 0.48185,1.534779 0.75878,2.524588 0.27694,0.990106 0.5915,2.051419 0.9231,3.299873 1.30873,4.806095 2.71303,11.336619 3.65484,17.913569 0.94178,6.57694 1.40106,13.31529 1.45674,18.36004 0.008,2.48677 0.0799,4.62814 0.0247,6.06599 l -0.0101,0.90561 8.01513,0.59148 c -3.21503,6.69176 -6.78881,12.85443 -10.73907,18.3006 -2.0338,-6.9576 -4.59196,-13.52337 -7.50268,-19.52606 l 7.97719,0.51998 0.0101,-0.90562 c 0.0554,-1.43755 0.0223,-3.50742 -0.0453,-5.95065 -0.0763,-4.92972 -0.51826,-11.48126 -1.48068,-17.94315 -0.90445,-6.50513 -2.29141,-12.84884 -3.56283,-17.583712 -0.29394,-1.176651 -0.60822,-2.237982 -0.88516,-3.228098 -0.27691,-0.989809 -0.53683,-1.793081 -0.72145,-2.453055 a 236.44572,236.44572 0 0 0 -0.62883,-2.122953 z"
inkscape:connector-curvature="0"
style="fill:#666666;stroke-width:0.0891807" />
<path
id="path2816-2-9"
d="m 98.559402,92.333331 c 0,0 -0.0849,0.773563 -0.1854,2.102303 -0.0618,0.700671 -0.14689,1.473942 -0.20484,2.416034 -0.0583,0.942127 -0.1393,1.956814 -0.19411,3.140102 -0.24448,4.56418 -0.17661,10.66817 0.39725,16.69222 0.57381,6.02375 1.702568,12.06358 2.855498,16.51044 0.58813,2.18697 1.02714,4.08665 1.43207,5.33518 l 0.22906,0.79297 -8.430248,2.61284 c 5.04685,5.03943 10.350878,9.5197 15.885378,13.27284 0.50275,-6.6437 1.66034,-13.07975 3.33061,-19.11339 l -8.40713,2.54023 -0.22936,-0.79295 c -0.40493,-1.24852 -0.86673,-3.07563 -1.38198,-5.23953 -1.10337,-4.35089 -2.20568,-10.22214 -2.72971,-16.15024 -0.5966,-5.95118 -0.63805,-11.88689 -0.41638,-16.37849 0.0316,-1.110378 0.11279,-2.125083 0.17076,-3.067185 0.0583,-0.941827 0.14301,-1.715073 0.18176,-2.343155 0.1008,-1.328749 0.16243,-2.029401 0.16243,-2.029401 z"
inkscape:connector-curvature="0"
style="fill:#666666;stroke-width:0.0891807" />
<path
id="path2814-02-2"
d="m 89.344406,82.730381 c 0,0 -0.15703,0.894684 -0.38149,2.437999 -0.12698,0.812647 -0.28387,1.707339 -0.42999,2.803316 -0.14572,1.09595 -0.32145,2.273932 -0.48619,3.653187 -0.66995,5.315167 -1.16996,12.477257 -1.15728,19.614957 0.0135,7.13769 0.57929,14.36961 1.31876,19.73828 0.38435,2.64333 0.64674,4.92946 0.93519,6.44807 l 0.15568,0.96039 -8.67643,1.9087 c 4.57925,6.59607 9.4679,12.572 14.6545,17.72713 1.12172,-7.71648 2.87896,-15.10026 5.111844,-21.94246 l -8.646584,1.82669 -0.1555,-0.9604 c -0.2885,-1.51889 -0.58045,-3.72302 -0.89446,-6.3291 -0.69842,-5.24972 -1.25416,-12.28065 -1.22635,-19.29907 -0.0424,-7.05566 0.46894,-14.017101 1.10903,-19.250249 0.1349,-1.296945 0.31057,-2.474918 0.45638,-3.570568 0.14605,-1.096277 0.30282,-1.990944 0.40012,-2.721595 0.22445,-1.543308 0.35132,-2.355951 0.35132,-2.355951 z"
inkscape:connector-curvature="0"
style="fill:#666666;stroke-width:0.0891807" />
</g>
<path
id="circle268-6-9-7"
d="m 70.348346,289.1314 a 21.972353,21.972353 0 0 1 4.57033,30.73565 21.972353,21.972353 0 0 1 -30.73566,4.57034 21.972353,21.972353 0 0 1 -4.57033,-30.73566 21.972353,21.972353 0 0 1 30.73566,-4.57033 z"
style="opacity:0.12999998;stroke:#000000;stroke-width:5.35910654;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
id="path2810-7"
d="m 204.34093,47.157511 c 0,0 0.26891,0.750171 0.68857,2.050099 0.2295,0.683261 0.4984,1.433432 0.78374,2.357968 0.28537,0.924833 0.60977,1.916288 0.95098,3.082679 1.3474,4.490377 2.78065,10.595301 3.72141,16.747913 0.94132,6.152272 1.36787,12.460829 1.38087,17.186181 -0.0135,2.32949 0.0429,4.334546 -0.0289,5.68208 l -0.0199,0.848462 8.51441,0.481001 c -3.47819,6.298256 -7.33342,12.103866 -11.58245,17.241606 -2.09855,-6.49899 -4.75775,-12.62623 -7.79719,-18.222992 l 8.47535,0.414376 0.0194,-0.848422 c 0.0723,-1.347558 0.0558,-3.285999 0.006,-5.574079 -0.0363,-4.617577 -0.44629,-10.750874 -1.41026,-16.795416 -0.90194,-6.085669 -2.31845,-12.015956 -3.6268,-16.439704 -0.30149,-1.099509 -0.62621,-2.090943 -0.91159,-3.016068 -0.28504,-0.924554 -0.55395,-1.674724 -0.74407,-2.291093 -0.41993,-1.299893 -0.64944,-1.982863 -0.64944,-1.982863 z"
inkscape:connector-curvature="0"
style="fill:#9d539f;stroke-width:0.0891807" />
<path
id="circle2818-6-2"
d="m 74.263816,290.72282 a 23.616208,23.616208 0 0 1 -7.93163,32.44288 23.616208,23.616208 0 0 1 -32.44288,-7.93164 23.616208,23.616208 0 0 1 7.93164,-32.44287 23.616208,23.616208 0 0 1 32.44287,7.93163 z"
style="fill:#dbdb8b;stroke:#878578;stroke-width:2.77828455;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<text
transform="rotate(1.2700671)"
id="text11431-9-8"
y="304.47513"
x="48.886883"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.12448883px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.25311226"
xml:space="preserve"><tspan
id="tspan11815-2"
style="fill:#666666;stroke-width:0.25311226"
y="304.47513"
x="48.886883"
sodipodi:role="line">num</tspan></text>
id="path2816-2"
d="m 182.53882,48.621718 c 0,0 -0.0849,0.773563 -0.1854,2.102303 -0.0618,0.700671 -0.14689,1.473942 -0.20484,2.416034 -0.0583,0.942127 -0.1393,1.956814 -0.19411,3.140102 -0.24448,4.564179 -0.17661,10.668168 0.39725,16.692225 0.57381,6.023747 1.70257,12.063574 2.85549,16.510438 0.58813,2.186966 1.02714,4.086649 1.43207,5.335177 l 0.22906,0.792968 -8.43024,2.612838 c 5.04685,5.039437 10.35087,9.519707 15.88537,13.272847 0.50275,-6.6437 1.66034,-13.079751 3.33061,-19.113389 l -8.40713,2.540228 -0.22936,-0.792952 c -0.40493,-1.248525 -0.86673,-3.07563 -1.38198,-5.239535 -1.10337,-4.350883 -2.20568,-10.222135 -2.72971,-16.150231 -0.5966,-5.951179 -0.63805,-11.886897 -0.41638,-16.378497 0.0316,-1.110375 0.11279,-2.12508 0.17076,-3.067182 0.0583,-0.941827 0.14301,-1.715073 0.18176,-2.343155 0.1008,-1.328749 0.16243,-2.029401 0.16243,-2.029401 z"
inkscape:connector-curvature="0"
style="fill:#04bd3d;stroke-width:0.0891807" />
<path
id="path2814-02"
d="m 167.14918,41.948662 c 0,0 -0.15703,0.894684 -0.38149,2.437999 -0.12698,0.812647 -0.28387,1.707339 -0.42999,2.803316 -0.14572,1.09595 -0.32145,2.273932 -0.48619,3.653187 -0.66995,5.315167 -1.16996,12.477257 -1.15728,19.614955 0.0135,7.137696 0.57929,14.36961 1.31876,19.738278 0.38435,2.643335 0.64674,4.929461 0.93519,6.448071 l 0.15568,0.960397 -8.67643,1.908695 c 4.57925,6.59607 9.4679,12.572 14.6545,17.72713 1.12172,-7.71648 2.87896,-15.10026 5.11184,-21.942457 l -8.64658,1.826693 -0.1555,-0.960407 c -0.2885,-1.518892 -0.58045,-3.723015 -0.89446,-6.329101 -0.69842,-5.249711 -1.25416,-12.280648 -1.22635,-19.299064 -0.0424,-7.055665 0.46894,-14.017104 1.10903,-19.250252 0.1349,-1.296945 0.31057,-2.474918 0.45638,-3.570568 0.14605,-1.096277 0.30282,-1.990944 0.40012,-2.721595 0.22445,-1.543308 0.35132,-2.355951 0.35132,-2.355951 z"
inkscape:connector-curvature="0"
style="fill:#0e2db8;stroke-width:0.0891807" />
</g>
<path
id="path2810"
d="m 193.01896,71.162858 c 0,0 0.15926,0.444291 0.40781,1.214177 0.13592,0.404663 0.29518,0.848954 0.46417,1.396513 0.16901,0.547735 0.36114,1.134927 0.56322,1.825725 0.798,2.659438 1.64685,6.275096 2.20402,9.918998 0.55749,3.6437 0.81012,7.37996 0.81782,10.178563 -0.008,1.379646 0.0254,2.567147 -0.0171,3.365231 l -0.0118,0.502505 5.04268,0.284873 c -2.05997,3.730157 -4.34324,7.168547 -6.85974,10.211387 -1.24287,-3.84905 -2.81779,-7.47792 -4.61791,-10.792616 l 5.01955,0.245413 0.0115,-0.502479 c 0.0428,-0.798095 0.0331,-1.946146 0.004,-3.301264 -0.0215,-2.734774 -0.26432,-6.367236 -0.83523,-9.947133 -0.53418,-3.604254 -1.37311,-7.116483 -2.14798,-9.73646 -0.17856,-0.651187 -0.37088,-1.238367 -0.53989,-1.786275 -0.16882,-0.547569 -0.32808,-0.99186 -0.44068,-1.356906 -0.24871,-0.769865 -0.38463,-1.174356 -0.38463,-1.174356 z"
inkscape:connector-curvature="0"
style="fill:#9d539f;stroke-width:0.05281736" />
<path
id="path2812"
d="m 185.82559,68.323007 c 0,0 0.15393,0.475742 0.39491,1.299828 0.13162,0.433221 0.28538,0.908977 0.44939,1.495194 0.16402,0.586393 0.35032,1.214959 0.54671,1.954359 0.7751,2.846423 1.6068,6.714144 2.16459,10.609359 0.55777,3.89521 0.82978,7.886015 0.86276,10.873785 0.005,1.472797 0.0473,2.741029 0.0146,3.592599 l -0.006,0.536353 4.74698,0.350301 c -1.90411,3.963215 -4.02069,7.613075 -6.36024,10.838585 -1.20453,-4.12066 -2.7196,-8.00925 -4.44349,-11.564367 l 4.72452,0.307963 0.006,-0.536358 c 0.0328,-0.851393 0.0132,-2.077282 -0.0268,-3.524289 -0.0452,-2.919638 -0.30694,-6.799805 -0.87694,-10.626882 -0.53566,-3.852678 -1.35709,-7.609757 -2.11009,-10.413998 -0.17409,-0.696875 -0.36022,-1.325451 -0.52424,-1.91185 -0.164,-0.586217 -0.31794,-1.061957 -0.42728,-1.452829 a 140.03563,140.03563 0 0 0 -0.37243,-1.257324 z"
inkscape:connector-curvature="0"
style="fill:#e90909;stroke-width:0.05281736" />
<path
id="path2816"
d="m 178.84179,72.158997 c 0,0 -0.0503,0.458145 -0.1098,1.245095 -0.0366,0.414974 -0.087,0.872946 -0.12132,1.430903 -0.0345,0.557977 -0.0825,1.158928 -0.11496,1.859734 -0.1448,2.703147 -0.1046,6.318252 0.23527,9.886016 0.33984,3.567581 1.00835,7.144685 1.69117,9.778355 0.34832,1.295236 0.60833,2.420328 0.84815,3.159775 l 0.13566,0.469638 -4.99283,1.547457 c 2.98901,2.98462 6.13033,5.63807 9.40815,7.86088 0.29776,-3.93475 0.98334,-7.74652 1.97257,-11.319958 l -4.97915,1.504461 -0.13584,-0.469632 c -0.23982,-0.739442 -0.51332,-1.82155 -0.81848,-3.10313 -0.65348,-2.576822 -1.30632,-6.054087 -1.61668,-9.565018 -0.35334,-3.524602 -0.37789,-7.040048 -0.2466,-9.70021 0.0187,-0.657623 0.0668,-1.258585 0.10113,-1.816547 0.0345,-0.5578 0.0847,-1.015757 0.10765,-1.38774 0.0597,-0.786956 0.0962,-1.201919 0.0962,-1.201919 z"
inkscape:connector-curvature="0"
style="fill:#04bd3d;stroke-width:0.05281736" />
<path
id="path2810-3"
d="m 447.23595,69.805293 c 0,0 0.15926,0.444291 0.40781,1.214177 0.13592,0.404663 0.29518,0.848954 0.46417,1.396513 0.16901,0.547735 0.36114,1.134927 0.56322,1.825725 0.798,2.659436 1.64685,6.275096 2.20402,9.918996 0.55749,3.6437 0.81012,7.37996 0.81782,10.17857 -0.008,1.37964 0.0254,2.56714 -0.0171,3.36523 l -0.0118,0.5025 5.04268,0.28487 c -2.05997,3.730156 -4.34324,7.168546 -6.85974,10.211386 -1.24287,-3.84905 -2.81779,-7.47792 -4.61791,-10.792606 l 5.01955,0.24541 0.0115,-0.50248 c 0.0428,-0.7981 0.0331,-1.94615 0.004,-3.30126 -0.0215,-2.73478 -0.26432,-6.36724 -0.83523,-9.94714 -0.53418,-3.60425 -1.37311,-7.11648 -2.14798,-9.736458 -0.17856,-0.651187 -0.37088,-1.238367 -0.53989,-1.786275 -0.16882,-0.547569 -0.32808,-0.99186 -0.44068,-1.356906 -0.24871,-0.769865 -0.38463,-1.174356 -0.38463,-1.174356 z"
inkscape:connector-curvature="0"
style="fill:#9d539f;stroke-width:0.05281736" />
<path
id="path2816-6-6"
d="m 435.87679,71.277954 c 0,0 -0.0503,0.458145 -0.1098,1.245095 -0.0366,0.414975 -0.087,0.872945 -0.12132,1.430905 -0.0345,0.55798 -0.0825,1.15893 -0.11496,1.85973 -0.1448,2.70315 -0.1046,6.31825 0.23527,9.88602 0.33984,3.56758 1.00835,7.14468 1.69117,9.77835 0.34832,1.29524 0.60833,2.42033 0.84815,3.15978 l 0.13566,0.46963 -4.99283,1.547456 c 2.98901,2.98462 6.13033,5.63807 9.40815,7.86088 0.29776,-3.93475 0.98334,-7.74652 1.97257,-11.319956 l -4.97915,1.50446 -0.13584,-0.46963 c -0.23982,-0.73944 -0.51332,-1.82155 -0.81848,-3.10313 -0.65348,-2.57682 -1.30632,-6.05408 -1.61668,-9.56502 -0.35334,-3.5246 -0.37789,-7.04004 -0.2466,-9.70021 0.0187,-0.65762 0.0668,-1.25858 0.10113,-1.81654 0.0345,-0.5578 0.0847,-1.01576 0.10765,-1.38774 0.0597,-0.786957 0.0962,-1.20192 0.0962,-1.20192 z"
inkscape:connector-curvature="0"
style="fill:#666666;stroke-width:0.05281736" />
<path
id="path2812-6"
d="m 440.04258,66.965442 c 0,0 0.15393,0.475742 0.39491,1.299828 0.13162,0.433221 0.28538,0.908977 0.44939,1.495194 0.16402,0.586393 0.35032,1.214959 0.54671,1.954359 0.7751,2.846423 1.6068,6.714141 2.16459,10.609361 0.55777,3.89521 0.82978,7.88601 0.86276,10.87378 0.005,1.4728 0.0473,2.74103 0.0146,3.5926 l -0.006,0.53636 4.74698,0.3503 c -1.90411,3.963206 -4.02069,7.613066 -6.36024,10.838576 -1.20453,-4.12066 -2.7196,-8.00925 -4.44349,-11.564366 l 4.72452,0.30797 0.006,-0.53636 c 0.0328,-0.85139 0.0132,-2.07728 -0.0268,-3.52429 -0.0452,-2.91964 -0.30694,-6.7998 -0.87694,-10.62688 -0.53566,-3.85268 -1.35709,-7.609759 -2.11009,-10.414 -0.17409,-0.696875 -0.36022,-1.325451 -0.52424,-1.91185 -0.164,-0.586217 -0.31794,-1.061957 -0.42728,-1.452829 a 140.03563,140.03563 0 0 0 -0.37243,-1.257324 z"
inkscape:connector-curvature="0"
style="fill:#e90909;stroke-width:0.05281736" />
<path
id="path2814-0"
d="m 427.73865,66.462421 c 0,0 -0.093,0.529879 -0.22594,1.443912 -0.0752,0.481292 -0.16812,1.011176 -0.25466,1.660272 -0.0863,0.649079 -0.19038,1.346742 -0.28795,2.16361 -0.39678,3.147922 -0.69291,7.389689 -0.6854,11.617009 0.008,4.22732 0.34309,8.51044 0.78104,11.69005 0.22763,1.56553 0.38303,2.91949 0.55387,3.81889 l 0.0922,0.5688 -5.13864,1.130426 c 2.71207,3.90654 5.60739,7.4458 8.67917,10.49894 0.66434,-4.57011 1.70507,-8.94317 3.0275,-12.995476 l -5.12096,1.08186 -0.0921,-0.5688 c -0.17086,-0.89957 -0.34377,-2.20497 -0.52974,-3.74843 -0.41364,-3.10915 -0.74278,-7.27325 -0.72631,-11.42992 -0.0251,-4.17874 0.27773,-8.301672 0.65682,-11.401018 0.0799,-0.768119 0.18394,-1.465777 0.2703,-2.114679 0.0865,-0.649273 0.17934,-1.179142 0.23697,-1.611872 0.13293,-0.914028 0.20807,-1.395319 0.20807,-1.395319 z"
inkscape:connector-curvature="0"
style="fill:#0e2db8;stroke-width:0.05281736" />
<path
id="path2816-6"
d="m 433.05878,70.801432 c 0,0 -0.0503,0.458145 -0.1098,1.245095 -0.0366,0.414974 -0.087,0.872946 -0.12132,1.430903 -0.0345,0.557977 -0.0825,1.158928 -0.11496,1.859734 -0.1448,2.70315 -0.1046,6.31825 0.23527,9.88602 0.33984,3.56758 1.00835,7.14468 1.69117,9.77835 0.34832,1.29524 0.60833,2.42033 0.84815,3.15978 l 0.13566,0.46963 -4.99283,1.547456 c 2.98901,2.98462 6.13033,5.63807 9.40815,7.86088 0.29776,-3.93475 0.98334,-7.74652 1.97257,-11.319956 l -4.97915,1.50446 -0.13584,-0.46963 c -0.23982,-0.73944 -0.51332,-1.82155 -0.81848,-3.10313 -0.65348,-2.57682 -1.30632,-6.05408 -1.61668,-9.56502 -0.35334,-3.5246 -0.37789,-7.04004 -0.2466,-9.70021 0.0187,-0.657619 0.0668,-1.258581 0.10113,-1.816543 0.0345,-0.5578 0.0847,-1.015757 0.10765,-1.38774 0.0597,-0.786956 0.0962,-1.201919 0.0962,-1.201919 z"
inkscape:connector-curvature="0"
style="fill:#04bd3d;stroke-width:0.05281736" />
<g
id="g12404"
transform="translate(189.55331,-199.78592)">
<path
id="circle268-7-0"
d="m 271.90352,225.26701 a 30.608457,30.608457 0 0 1 6.36669,42.81611 30.608457,30.608457 0 0 1 -42.81612,6.36669 30.608457,30.608457 0 0 1 -6.36668,-42.81612 30.608457,30.608457 0 0 1 42.81611,-6.36668 z"
style="opacity:0.12999998;stroke:#000000;stroke-width:7.46547174;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<path
id="circle2836-7-0"
d="m 276.49466,226.66956 a 32.898419,32.898419 0 0 1 -11.04911,45.19435 32.898419,32.898419 0 0 1 -45.19435,-11.04911 32.898419,32.898419 0 0 1 11.04914,-45.19435 32.898419,32.898419 0 0 1 45.19432,11.04911 z"
style="fill:#d9d98d;stroke:#878578;stroke-width:3.87027287;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<text
transform="rotate(1.2700671)"
transform="matrix(0.93083361,0.03969588,-0.03969588,0.93083361,157.07461,-191.04245)">
<rect
style="opacity:0.161929;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:3.63184;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
id="rect1814-6"
width="65.832924"
height="62.063396"
x="220.30284"
y="214.20256" />
<rect
style="fill:#d9d98d;fill-opacity:1;stroke:#878578;stroke-width:3.63184;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
id="rect1814"
width="65.832924"
height="62.063396"
x="215.42094"
y="209.91783" />
<g
aria-label="[str]"
transform="matrix(1.4014079,0.03106989,-0.03106989,1.4014079,-81.924155,-95.373036)"
id="text11431-5-2-4"
y="241.60732"
x="223.73181"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:14.10385895px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.35259652"
xml:space="preserve"><tspan
style="fill:#666666;stroke-width:0.35259652"
y="241.60732"
x="223.73181"
id="tspan11429-9-2-6"
sodipodi:role="line">[string]</tspan></text>
style="font-weight:bold;font-size:14.1039px;line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';letter-spacing:0px;word-spacing:0px;fill:#666666;stroke-width:0.352597">
<path
d="m 224.3295,228.6437 h 4.27662 v 1.5495 h -1.93515 v 9.47606 h 1.93515 v 1.5495 h -4.27662 z"
id="path4953" />
<path
d="m 236.77371,231.88732 v 1.87318 q -0.79196,-0.33056 -1.52884,-0.49584 -0.73687,-0.16528 -1.3911,-0.16528 -0.70245,0 -1.04678,0.17905 -0.33745,0.17217 -0.33745,0.53716 0,0.29613 0.25481,0.45452 0.26169,0.15839 0.9297,0.23415 l 0.43386,0.062 q 1.89384,0.24103 2.54807,0.79196 0.65423,0.55094 0.65423,1.72856 0,1.23271 -0.90904,1.85251 -0.90904,0.6198 -2.71334,0.6198 -0.76443,0 -1.58394,-0.12396 -0.81263,-0.11707 -1.67346,-0.3581 v -1.87318 q 0.73687,0.35811 1.50818,0.53716 0.77819,0.17906 1.57705,0.17906 0.7231,0 1.08809,-0.19972 0.365,-0.19971 0.365,-0.59225 0,-0.33056 -0.25481,-0.48895 -0.24792,-0.16528 -0.99857,-0.25481 l -0.43386,-0.0551 q -1.64591,-0.2066 -2.30703,-0.76442 -0.66112,-0.55782 -0.66112,-1.69412 0,-1.22582 0.84017,-1.81808 0.84017,-0.59225 2.57562,-0.59225 0.68178,0 1.43242,0.1033 0.75065,0.1033 1.63214,0.32367 z"
id="path4955" />
<path
d="m 241.83542,229.45633 v 2.18996 h 2.54118 v 1.76299 h -2.54118 v 3.27117 q 0,0.53716 0.21348,0.72998 0.21349,0.18594 0.84706,0.18594 h 1.26715 v 1.76299 h -2.11421 q -1.45997,0 -2.07289,-0.60603 -0.60602,-0.61291 -0.60602,-2.07288 v -3.27117 h -1.22583 v -1.76299 h 1.22583 v -2.18996 z"
id="path4957" />
<path
d="m 251.61449,233.74672 q -0.32368,-0.1515 -0.64735,-0.22037 -0.31679,-0.0757 -0.64046,-0.0757 -0.95036,0 -1.46686,0.61291 -0.50962,0.60603 -0.50962,1.74233 v 3.55352 h -2.46542 v -7.71307 h 2.46542 v 1.26715 q 0.47518,-0.75754 1.0881,-1.10187 0.6198,-0.35122 1.48063,-0.35122 0.12396,0 0.26858,0.0138 0.14462,0.007 0.42009,0.0413 z"
id="path4959" />
<path
d="m 256.88968,241.21876 h -4.27663 v -1.5495 h 1.93516 v -9.47606 h -1.93516 v -1.5495 h 4.27663 z"
id="path4961" />
</g>
</g>
<g
inkscape:transform-center-y="-9.6473636"
inkscape:transform-center-x="7.3374513"
transform="matrix(0.18107734,0.00130906,0.01593509,0.23167384,379.42304,32.746213)"
id="g1482-7-0-1-0-3-9-2"
style="display:inline;opacity:0.95400002;fill:#dddddd;stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1">
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-7"
transform="matrix(0.3682847,-0.00568743,0.03559165,0.42589135,225.75973,-19.01035)">
<path
d="m 298.84692,219.75174 c 4.50048,-1.11094 9.19951,-2.10794 14.02668,-3.04881 -4.04495,-1.70563 -8.31549,-3.34171 -12.81219,-4.90893 -0.40756,2.77943 -0.49113,4.95944 -1.21449,7.95774 z"
id="path1478-7-9-0-19-0-7-6"
style="stroke-width:35.526"
inkscape:connector-curvature="0"
style="stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
id="path1478-7-9-4"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
sodipodi:nodetypes="cc"
d="M -1074.4393,218.2691 C -655.7613,162.8326 -34.287636,168.429 303.99415,216.71262"
id="path1480-1-3-1-5-7-5-1"
style="fill:none;stroke-width:5.17036;stroke-dasharray:none;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
style="fill:none;stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke" />
id="path1480-1-3-4"
d="M -179.79084,228.10983 C -25.428208,193.201 148.45942,195.06166 302.59642,224.80545"
sodipodi:nodetypes="cc" />
</g>
<g
inkscape:transform-center-y="-9.6473636"
inkscape:transform-center-x="7.3374513"
transform="matrix(0.18107734,0.00130906,0.01593509,0.23167384,371.14353,35.089473)"
id="g1482-7-0-1-0-3-9-2-8"
style="display:inline;opacity:0.95400002;fill:#dddddd;stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1">
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-7-7"
transform="matrix(0.3682847,-0.00568743,0.03559165,0.42589135,242.11324,-13.04583)">
<path
d="m 298.84692,219.75174 c 4.50048,-1.11094 9.19951,-2.10794 14.02668,-3.04881 -4.04495,-1.70563 -8.31549,-3.34171 -12.81219,-4.90893 -0.40756,2.77943 -0.49113,4.95944 -1.21449,7.95774 z"
id="path1478-7-9-0-19-0-7-6-7"
style="stroke-width:35.526"
inkscape:connector-curvature="0"
style="stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
id="path1478-7-9-4-3"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
sodipodi:nodetypes="cc"
d="M -1074.4393,218.2691 C -655.7613,162.8326 -34.287636,168.429 303.99415,216.71262"
id="path1480-1-3-1-5-7-5-1-9"
style="fill:none;stroke-width:5.17036;stroke-dasharray:none;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
style="fill:none;stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke" />
id="path1480-1-3-4-6"
d="M -179.79084,228.10983 C -25.428208,193.201 148.45942,195.06166 302.59642,224.80545"
sodipodi:nodetypes="cc" />
</g>
<g
inkscape:transform-center-y="-9.6473636"
inkscape:transform-center-x="7.3374513"
transform="matrix(0.18107734,0.00130906,0.01593509,0.23167384,364.26996,44.774944)"
id="g1482-7-0-1-0-3-9-2-2"
style="display:inline;opacity:0.95400002;fill:#dddddd;stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1">
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-7-7-1"
transform="matrix(0.36829442,0.00501858,0.02319876,0.42674586,266.94475,-5.9996882)">
<path
d="m 298.84692,219.75174 c 4.50048,-1.11094 9.19951,-2.10794 14.02668,-3.04881 -4.04495,-1.70563 -8.31549,-3.34171 -12.81219,-4.90893 -0.40756,2.77943 -0.49113,4.95944 -1.21449,7.95774 z"
id="path1478-7-9-0-19-0-7-6-0"
style="stroke-width:35.526"
inkscape:connector-curvature="0"
style="stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
id="path1478-7-9-4-3-2"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
sodipodi:nodetypes="cc"
d="M -1074.4393,218.2691 C -655.7613,162.8326 -34.287636,168.429 303.99415,216.71262"
id="path1480-1-3-1-5-7-5-1-2"
style="fill:none;stroke-width:5.17036;stroke-dasharray:none;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
style="fill:none;stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke" />
id="path1480-1-3-4-6-9"
d="M -179.79084,228.10983 C -25.428208,193.201 148.45942,195.06166 302.59642,224.80545"
sodipodi:nodetypes="cc" />
</g>
<g
id="g6483"
transform="rotate(5.1705267,224.02563,59.901278)">
<path
id="path2810"
d="m 202.20534,47.375253 c 0,0 0.26891,0.750171 0.68857,2.050099 0.2295,0.683261 0.4984,1.433432 0.78374,2.357968 0.28537,0.924833 0.60977,1.916288 0.95098,3.082679 1.3474,4.490377 2.78065,10.595301 3.72141,16.747913 0.94132,6.152272 1.36787,12.460829 1.38087,17.186181 -0.0135,2.32949 0.0429,4.334546 -0.0289,5.68208 l -0.0199,0.848462 8.51441,0.481001 c -3.47819,6.298254 -7.33342,12.103864 -11.58245,17.241604 -2.09855,-6.49899 -4.75775,-12.62623 -7.79719,-18.22299 l 8.47535,0.414376 0.0194,-0.848422 c 0.0723,-1.347558 0.0558,-3.285999 0.006,-5.574079 -0.0363,-4.617577 -0.44629,-10.750874 -1.41026,-16.795416 -0.90194,-6.085669 -2.31845,-12.015956 -3.6268,-16.439704 -0.30149,-1.099509 -0.62621,-2.090943 -0.91159,-3.016068 -0.28504,-0.924554 -0.55395,-1.674724 -0.74407,-2.291093 -0.41993,-1.299893 -0.64944,-1.982863 -0.64944,-1.982863 z"
inkscape:connector-curvature="0"
style="fill:#9d539f;stroke-width:0.0891807" />
<path
id="path2816"
d="m 182.25136,48.69672 c 0,0 -0.0849,0.773563 -0.1854,2.102303 -0.0618,0.700671 -0.14689,1.473942 -0.20484,2.416034 -0.0583,0.942127 -0.1393,1.956814 -0.19411,3.140102 -0.24448,4.564179 -0.17661,10.668168 0.39725,16.692225 0.57381,6.023747 1.70257,12.063574 2.85549,16.510438 0.58813,2.186966 1.02714,4.086649 1.43207,5.335177 l 0.22906,0.792968 -8.43024,2.612838 c 5.04685,5.039435 10.35087,9.519705 15.88537,13.272845 0.50275,-6.6437 1.66034,-13.079749 3.33061,-19.113387 l -8.40713,2.540228 -0.22936,-0.792952 c -0.40493,-1.248525 -0.86673,-3.07563 -1.38198,-5.239535 -1.10337,-4.350883 -2.20568,-10.222135 -2.72971,-16.150231 -0.5966,-5.951179 -0.63805,-11.886897 -0.41638,-16.378497 0.0316,-1.110375 0.11279,-2.12508 0.17076,-3.067182 0.0583,-0.941827 0.14301,-1.715073 0.18176,-2.343155 0.1008,-1.328749 0.16243,-2.029401 0.16243,-2.029401 z"
inkscape:connector-curvature="0"
style="fill:#04bd3d;stroke-width:0.0891807" />
<path
id="path2814"
d="m 169.28477,41.73092 c 0,0 -0.15703,0.894684 -0.38149,2.437999 -0.12698,0.812647 -0.28387,1.707339 -0.42999,2.803316 -0.14572,1.09595 -0.32145,2.273932 -0.48619,3.653187 -0.66995,5.315167 -1.16996,12.477257 -1.15728,19.614955 0.0135,7.137696 0.57929,14.36961 1.31876,19.738278 0.38435,2.643335 0.64674,4.929461 0.93519,6.448071 l 0.15568,0.960397 -8.67643,1.908695 c 4.57925,6.596072 9.4679,12.572002 14.6545,17.727132 1.12172,-7.71648 2.87896,-15.10026 5.11184,-21.942459 l -8.64658,1.826693 -0.1555,-0.960407 c -0.2885,-1.518892 -0.58045,-3.723015 -0.89446,-6.329101 -0.69842,-5.249711 -1.25416,-12.280648 -1.22635,-19.299064 -0.0424,-7.055665 0.46894,-14.017104 1.10903,-19.250252 0.1349,-1.296945 0.31057,-2.474918 0.45638,-3.570568 0.14605,-1.096277 0.30282,-1.990944 0.40012,-2.721595 0.22445,-1.543308 0.35132,-2.355951 0.35132,-2.355951 z"
inkscape:connector-curvature="0"
style="fill:#0e2db8;stroke-width:0.0891807" />
</g>
<path
id="path2814"
d="m 173.52166,67.819986 c 0,0 -0.093,0.529879 -0.22594,1.443912 -0.0752,0.481292 -0.16812,1.011176 -0.25466,1.660272 -0.0863,0.649079 -0.19038,1.346742 -0.28795,2.16361 -0.39678,3.147922 -0.69291,7.38969 -0.6854,11.617011 0.008,4.22732 0.34309,8.510441 0.78104,11.690048 0.22763,1.565526 0.38303,2.919492 0.55387,3.818891 l 0.0922,0.5688 -5.13864,1.13043 c 2.71207,3.90654 5.60739,7.4458 8.67917,10.49894 0.66434,-4.57011 1.70507,-8.94317 3.0275,-12.995479 l -5.12096,1.081859 -0.0921,-0.5688 c -0.17086,-0.899568 -0.34377,-2.204968 -0.52974,-3.748431 -0.41364,-3.109155 -0.74278,-7.273247 -0.72631,-11.429923 -0.0251,-4.178737 0.27773,-8.301669 0.65682,-11.401015 0.0799,-0.768119 0.18394,-1.465777 0.2703,-2.114679 0.0865,-0.649273 0.17934,-1.179142 0.23697,-1.611872 0.13293,-0.914028 0.20807,-1.395319 0.20807,-1.395319 z"
inkscape:connector-curvature="0"
style="fill:#0e2db8;stroke-width:0.05281736" />
<g
id="g12392"
transform="matrix(1.3930441,0,0,1.3930441,78.337665,-306.57395)">
transform="matrix(1.3923638,0.04353214,-0.04353214,1.3923638,89.612821,-312.65537)">
<path
id="circle268-7-0-7"
d="m 93.273694,239.96336 a 21.972353,21.972353 0 0 1 4.57034,30.73565 21.972353,21.972353 0 0 1 -30.73565,4.57034 21.972353,21.972353 0 0 1 -4.570341,-30.73565 21.972353,21.972353 0 0 1 30.735651,-4.57034 z"
style="opacity:0.12999998;stroke:#000000;stroke-width:5.35910654;stroke-miterlimit:10"
style="opacity:0.13;stroke:#000000;stroke-width:5.35911;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<path
id="circle2836-7-0-6"
d="m 96.569454,240.97019 a 23.616208,23.616208 0 0 1 -7.93163,32.44287 23.616208,23.616208 0 0 1 -32.44287,-7.93163 23.616208,23.616208 0 0 1 7.93165,-32.44287 23.616208,23.616208 0 0 1 32.44285,7.93163 z"
style="fill:#d9d98d;stroke:#878578;stroke-width:2.77828455;stroke-miterlimit:10"
style="fill:#d9d98d;stroke:#878578;stroke-width:2.77828;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<text
<g
aria-label="str"
transform="rotate(1.2700671)"
id="text11431-5-2-4-1"
y="253.09364"
x="64.649704"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.12448883px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.25311226"
xml:space="preserve"><tspan
style="fill:#666666;stroke-width:0.25311226"
y="253.09364"
x="64.649704"
id="tspan11429-9-2-6-3"
sodipodi:role="line">string</tspan></text>
style="font-weight:bold;font-size:15.0965px;line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';letter-spacing:0px;word-spacing:0px;fill:#666666;stroke-width:0.377411">
<path
d="m 77.97906,247.41013 v 2.00501 q -0.847704,-0.35383 -1.636437,-0.53074 -0.788734,-0.17691 -1.489011,-0.17691 -0.751876,0 -1.120443,0.19165 -0.361196,0.18429 -0.361196,0.57497 0,0.31697 0.27274,0.48651 0.280111,0.16954 0.99513,0.25062 l 0.464395,0.0663 q 2.027118,0.258 2.727395,0.84771 0.700277,0.5897 0.700277,1.8502 0,1.31947 -0.973017,1.98289 -0.973016,0.66342 -2.904307,0.66342 -0.818218,0 -1.695408,-0.13268 -0.869818,-0.12531 -1.791235,-0.38331 v -2.005 q 0.788733,0.38331 1.614323,0.57496 0.832961,0.19166 1.688037,0.19166 0.77399,0 1.164671,-0.21377 0.390681,-0.21377 0.390681,-0.63394 0,-0.35382 -0.27274,-0.52336 -0.265368,-0.17692 -1.068844,-0.27274 l -0.464394,-0.059 q -1.76175,-0.22114 -2.469398,-0.81822 -0.707649,-0.59708 -0.707649,-1.81335 0,-1.3121 0.899304,-1.94603 0.899303,-0.63394 2.75688,-0.63394 0.729763,0 1.533238,0.11057 0.803476,0.11057 1.747008,0.34645 z"
id="path4946" />
<path
d="m 83.396993,244.80805 v 2.34409 h 2.720024 v 1.88706 h -2.720024 v 3.50138 q 0,0.57497 0.228512,0.78137 0.228511,0.19902 0.906675,0.19902 h 1.356326 v 1.88707 h -2.263001 q -1.562724,0 -2.218773,-0.64868 -0.648678,-0.65605 -0.648678,-2.21878 v -3.50138 h -1.312098 v -1.88706 h 1.312098 v -2.34409 z"
id="path4948" />
<path
d="m 93.864294,249.40039 q -0.346453,-0.16216 -0.692906,-0.23588 -0.339081,-0.0811 -0.685534,-0.0811 -1.017245,0 -1.570095,0.65605 -0.545479,0.64867 -0.545479,1.86494 v 3.80362 h -2.638939 v -8.2559 h 2.638939 v 1.35632 q 0.508622,-0.81084 1.164671,-1.17941 0.66342,-0.37594 1.584838,-0.37594 0.132684,0 0.287482,0.0147 0.154798,0.007 0.449652,0.0442 z"
id="path4950" />
</g>
</g>
<g
id="g12386-1"
transform="matrix(1.4568642,0.04554874,-0.04554874,1.4568642,122.16084,-299.30525)">
<path
id="circle268-6-9-7-2"
d="m 70.348346,289.1314 a 21.972353,21.972353 0 0 1 4.57033,30.73565 21.972353,21.972353 0 0 1 -30.73566,4.57034 21.972353,21.972353 0 0 1 -4.57033,-30.73566 21.972353,21.972353 0 0 1 30.73566,-4.57033 z"
style="opacity:0.13;stroke:#000000;stroke-width:5.35911;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<path
id="circle2818-6-2-7"
d="m 74.263816,290.72282 a 23.616208,23.616208 0 0 1 -7.93163,32.44288 23.616208,23.616208 0 0 1 -32.44288,-7.93164 23.616208,23.616208 0 0 1 7.93164,-32.44287 23.616208,23.616208 0 0 1 32.44287,7.93163 z"
style="fill:#a6d3e4;fill-opacity:1;stroke:#9bc0bf;stroke-width:2.77828;stroke-miterlimit:10;stroke-opacity:1"
inkscape:connector-curvature="0" />
<g
aria-label="num"
transform="rotate(1.2700671)"
id="text11431-9-8-0"
style="font-weight:bold;font-size:14.2583px;line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';letter-spacing:0px;word-spacing:0px;fill:#666666;stroke-width:0.356455">
<path
d="m 52.225826,301.07799 v 4.74812 h -2.506342 v -0.77279 -2.8614 q 0,-1.0095 -0.04873,-1.39242 -0.04177,-0.38291 -0.153165,-0.56392 -0.146204,-0.24368 -0.396838,-0.37595 -0.250634,-0.13925 -0.570889,-0.13925 -0.779751,0 -1.225322,0.6057 -0.445572,0.59874 -0.445572,1.66394 v 3.83609 H 44.38655 v -7.79751 h 2.492418 v 1.14178 q 0.563927,-0.68228 1.197474,-1.00254 0.633548,-0.32721 1.399374,-0.32721 1.35064,0 2.046846,0.82848 0.703168,0.82849 0.703168,2.40888 z"
id="path4939" />
<path
d="m 54.453686,302.79065 v -4.76205 h 2.506341 v 0.77975 q 0,0.63355 -0.007,1.59432 -0.007,0.9538 -0.007,1.27405 0,0.93988 0.04874,1.3576 0.04873,0.41077 0.167089,0.59874 0.153166,0.24367 0.396838,0.37595 0.250634,0.13228 0.570889,0.13228 0.77975,0 1.225322,-0.59873 0.445572,-0.59874 0.445572,-1.66394 v -3.85002 h 2.492418 v 7.79751 h -2.492418 v -1.12785 q -0.563927,0.68228 -1.197474,1.0095 -0.626586,0.32025 -1.38545,0.32025 -1.35064,0 -2.06077,-0.82848 -0.703168,-0.82849 -0.703168,-2.40888 z"
id="path4941" />
<path
d="m 71.914534,299.32355 q 0.47342,-0.72406 1.120891,-1.10001 0.654434,-0.38291 1.434185,-0.38291 1.343677,0 2.046845,0.82848 0.703169,0.82849 0.703169,2.40888 v 4.74812 h -2.506342 v -4.06584 q 0.007,-0.0905 0.007,-0.18798 0.007,-0.0975 0.007,-0.27848 0,-0.82849 -0.243672,-1.19747 -0.243672,-0.37596 -0.786713,-0.37596 -0.71013,0 -1.100006,0.58482 -0.382913,0.58481 -0.396837,1.69178 v 3.82913 h -2.506342 v -4.06584 q 0,-1.29495 -0.222786,-1.66393 -0.222786,-0.37596 -0.793675,-0.37596 -0.717092,0 -1.106967,0.59178 -0.389876,0.58481 -0.389876,1.67786 v 3.83609 h -2.506341 v -7.79751 h 2.506341 v 1.14178 q 0.459496,-0.66139 1.051272,-0.99557 0.598737,-0.33418 1.315829,-0.33418 0.807599,0 1.427222,0.38987 0.619624,0.38988 0.939879,1.09305 z"
id="path4943" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -1,17 +1,17 @@
<?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 595.3 189.5"
version="1.1"
id="svg15613"
sodipodi:docname="functor_programming_objects.svg"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
inkscape:version="1.2.2 (1:1.2.2+202212051552+b0a8486541)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<metadata
id="metadata15619">
<rdf:RDF>
@ -20,7 +20,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
@ -35,181 +35,210 @@
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1440"
inkscape:window-height="2496"
inkscape:window-width="1920"
inkscape:window-height="1024"
id="namedview15615"
showgrid="false"
inkscape:zoom="2.2632155"
inkscape:cx="292.09809"
inkscape:cy="116.05051"
inkscape:cx="392.80396"
inkscape:cy="116.20634"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg15613" />
inkscape:current-layer="svg15613"
inkscape:showpageshadow="2"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1" />
<g
id="g42748"
transform="matrix(1.5213308,-0.07988467,0.08179232,1.4676901,-217.03672,174.08098)" />
<ellipse
style="fill:#e6e7e8;stroke:none;stroke-width:2.21775842;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-4"
cy="103.85719"
cx="184.75946"
transform="matrix(0.99862421,-0.05243749,0.05564228,0.99845077,0,0)"
rx="92.885521"
ry="89.62603" />
<g
id="g42748-8"
transform="matrix(1.5213308,-0.07988467,0.08179232,1.4676901,142.4102,159.7901)" />
<ellipse
style="fill:#e6e7e8;stroke:none;stroke-width:2.16419768;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-4-1"
cy="119.02538"
cx="427.23254"
transform="matrix(0.99862421,-0.05243749,0.05564228,0.99845077,0,0)"
rx="90.642258"
ry="87.461487" />
style="fill:#e6e7e8;stroke:none;stroke-width:2.24442;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-4-1-3"
cy="106.09784"
cx="177.02658"
transform="matrix(0.99850298,-0.05469725,0.05334371,0.99857621,0,0)"
rx="92.045799"
ry="92.631592" />
<ellipse
style="fill:#e6e7e8;stroke:none;stroke-width:2.24442;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-4-1-3-3"
cy="114.75402"
cx="376.7001"
transform="matrix(0.99850298,-0.05469725,0.05334371,0.99857621,0,0)"
rx="92.045799"
ry="92.631592" />
<g
inkscape:transform-center-y="-7.9306638"
inkscape:transform-center-x="7.0770773"
transform="matrix(0.16875532,-0.00683721,0.0244076,0.23072636,341.93132,-6.0964568)"
id="g1482-7-0-1-0-3-9"
style="display:inline;opacity:0.95400002;fill:#dddddd;stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1">
<path
d="m 298.84692,219.75174 c 4.50048,-1.11094 9.19951,-2.10794 14.02668,-3.04881 -4.04495,-1.70563 -8.31549,-3.34171 -12.81219,-4.90893 -0.40756,2.77943 -0.49113,4.95944 -1.21449,7.95774 z"
id="path1478-7-9-0-19-0-7"
inkscape:connector-curvature="0"
style="stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
d="M -1074.4393,218.2691 C -655.7613,162.8326 -34.287636,168.429 303.99415,216.71262"
id="path1480-1-3-1-5-7-5"
inkscape:connector-curvature="0"
style="fill:none;stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
<g
inkscape:transform-center-y="-10.036943"
inkscape:transform-center-x="6.8113705"
transform="matrix(0.16247906,-0.01016704,0.0223352,0.29175085,348.09398,81.540409)"
id="g1482-7-0-1-0-3-9-5"
style="display:inline;opacity:0.95400002;fill:#dddddd;stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1">
<path
d="m 298.84692,219.75174 c 4.50048,-1.11094 9.19951,-2.10794 14.02668,-3.04881 -4.04495,-1.70563 -8.31549,-3.34171 -12.81219,-4.90893 -0.40756,2.77943 -0.49113,4.95944 -1.21449,7.95774 z"
id="path1478-7-9-0-19-0-7-4"
inkscape:connector-curvature="0"
style="stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
d="M -1118.5689,206.40608 C -699.89091,150.96958 -34.287636,168.429 303.99415,216.71262"
id="path1480-1-3-1-5-7-5-05"
inkscape:connector-curvature="0"
style="fill:none;stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
<g
id="g12411"
transform="translate(195.71584,-207.43653)">
id="g12404-0"
transform="matrix(0.93083361,0.03969588,-0.03969588,0.93083361,155.5096,-95.87247)">
<rect
style="opacity:0.161929;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:3.63184;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
id="rect1814-6-6"
width="65.832924"
height="62.063396"
x="220.30284"
y="214.20256" />
<rect
style="fill:#a6d3e4;fill-opacity:1;stroke:#9bc0bf;stroke-width:3.63184;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
id="rect1814-2"
width="65.832924"
height="62.063396"
x="215.42094"
y="209.91783" />
<g
transform="matrix(1.3930441,0,0,1.3930441,-13.087451,-516.67291)"
id="g12398">
aria-label="[num]"
transform="rotate(1.2700671)"
id="text11431-5-2-4-6"
style="font-weight:bold;font-size:20.0611px;line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';letter-spacing:0px;word-spacing:0px;fill:#666666;stroke-width:0.501528">
<path
inkscape:connector-curvature="0"
style="opacity:0.12999998;stroke:#000000;stroke-width:5.35910654;stroke-miterlimit:10"
d="m 202.73415,608.54435 a 21.972353,21.972353 0 0 1 4.57033,30.73565 21.972353,21.972353 0 0 1 -30.73566,4.57034 21.972353,21.972353 0 0 1 -4.57033,-30.73566 21.972353,21.972353 0 0 1 30.73566,-4.57033 z"
id="circle268-6-9" />
d="m 221.37573,226.21798 h 6.08298 v 2.20398 h -2.75252 v 13.47855 h 2.75252 v 2.20398 h -6.08298 z"
id="path4964" />
<path
inkscape:connector-curvature="0"
style="fill:#dbdb8b;stroke:#878578;stroke-width:2.77828455;stroke-miterlimit:10"
d="m 206.64962,610.13577 a 23.616208,23.616208 0 0 1 -7.93163,32.44288 23.616208,23.616208 0 0 1 -32.44288,-7.93164 23.616208,23.616208 0 0 1 7.93164,-32.44287 23.616208,23.616208 0 0 1 32.44287,7.93163 z"
id="circle2818-6" />
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.12448883px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.25311226"
x="184.12337"
y="620.03595"
id="text11431-9"
transform="rotate(1.2700671)"><tspan
sodipodi:role="line"
x="184.12337"
y="620.03595"
style="fill:#666666;stroke-width:0.25311226"
id="tspan11815">[num]</tspan></text>
d="m 241.53479,234.77921 v 6.68051 h -3.52637 v -1.0873 -4.02593 q 0,-1.42034 -0.0686,-1.95909 -0.0588,-0.53875 -0.2155,-0.79344 -0.20571,-0.34284 -0.55835,-0.52895 -0.35263,-0.19591 -0.80322,-0.19591 -1.0971,0 -1.724,0.8522 -0.62691,0.84241 -0.62691,2.34112 v 5.3973 H 230.5051 V 230.4888 h 3.50678 v 1.60646 q 0.79343,-0.95996 1.68482,-1.41055 0.89138,-0.46038 1.96888,-0.46038 1.90032,0 2.87987,1.16565 0.98934,1.16566 0.98934,3.38923 z"
id="path4966" />
<path
d="m 244.66934,237.1889 v -6.7001 h 3.52636 v 1.09709 q 0,0.89139 -0.01,2.24316 -0.01,1.34198 -0.01,1.79257 0,1.32239 0.0686,1.91012 0.0686,0.57793 0.23509,0.84241 0.2155,0.34284 0.55834,0.52895 0.35264,0.18612 0.80323,0.18612 1.09709,0 1.724,-0.84241 0.62691,-0.84241 0.62691,-2.34112 v -5.41689 h 3.50677 v 10.97092 h -3.50677 v -1.58687 q -0.79343,0.95996 -1.68482,1.42034 -0.88159,0.4506 -1.9493,0.4506 -1.90032,0 -2.89945,-1.16566 -0.98934,-1.16566 -0.98934,-3.38923 z"
id="path4968" />
<path
d="m 269.23635,232.31076 q 0.66609,-1.01873 1.57707,-1.54768 0.92077,-0.53875 2.01786,-0.53875 1.89052,0 2.87987,1.16565 0.98934,1.16566 0.98934,3.38923 v 6.68051 h -3.52637 v -5.72055 q 0.01,-0.12734 0.01,-0.26448 0.01,-0.13714 0.01,-0.39182 0,-1.16566 -0.34284,-1.68482 -0.34284,-0.52895 -1.10688,-0.52895 -0.99914,0 -1.54769,0.82282 -0.53875,0.82282 -0.55834,2.38029 v 5.38751 h -3.52636 v -5.72055 q 0,-1.82196 -0.31346,-2.34112 -0.31345,-0.52895 -1.11668,-0.52895 -1.00893,0 -1.55748,0.83261 -0.54854,0.82282 -0.54854,2.36071 v 5.3973 h -3.52637 V 230.4888 h 3.52637 v 1.60646 q 0.6465,-0.93057 1.47911,-1.40075 0.84241,-0.47018 1.85134,-0.47018 1.13628,0 2.00807,0.54854 0.8718,0.54855 1.32239,1.53789 z"
id="path4970" />
<path
d="m 285.7319,244.10449 h -6.08298 v -2.20398 h 2.75252 v -13.47855 h -2.75252 v -2.20398 h 6.08298 z"
id="path4972" />
</g>
</g>
<g
id="g12404"
transform="translate(189.55331,-199.78592)">
<path
id="circle268-7-0"
d="m 271.90352,225.26701 a 30.608457,30.608457 0 0 1 6.36669,42.81611 30.608457,30.608457 0 0 1 -42.81612,6.36669 30.608457,30.608457 0 0 1 -6.36668,-42.81612 30.608457,30.608457 0 0 1 42.81611,-6.36668 z"
style="opacity:0.12999998;stroke:#000000;stroke-width:7.46547174;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<path
id="circle2836-7-0"
d="m 276.49466,226.66956 a 32.898419,32.898419 0 0 1 -11.04911,45.19435 32.898419,32.898419 0 0 1 -45.19435,-11.04911 32.898419,32.898419 0 0 1 11.04914,-45.19435 32.898419,32.898419 0 0 1 45.19432,11.04911 z"
style="fill:#d9d98d;stroke:#878578;stroke-width:3.87027287;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<text
transform="rotate(1.2700671)"
transform="matrix(0.93083361,0.03969588,-0.03969588,0.93083361,157.07461,-181.04245)">
<rect
style="opacity:0.161929;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:3.63184;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
id="rect1814-6"
width="65.832924"
height="62.063396"
x="220.30284"
y="214.20256" />
<rect
style="fill:#d9d98d;fill-opacity:1;stroke:#878578;stroke-width:3.63184;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
id="rect1814"
width="65.832924"
height="62.063396"
x="215.42094"
y="209.91783" />
<g
aria-label="[str]"
transform="matrix(1.4014079,0.03106989,-0.03106989,1.4014079,-81.924155,-95.373036)"
id="text11431-5-2-4"
y="241.60732"
x="223.73181"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:14.10385895px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.35259652"
xml:space="preserve"><tspan
style="fill:#666666;stroke-width:0.35259652"
y="241.60732"
x="223.73181"
id="tspan11429-9-2-6"
sodipodi:role="line">[string]</tspan></text>
style="font-weight:bold;font-size:14.1039px;line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';letter-spacing:0px;word-spacing:0px;fill:#666666;stroke-width:0.352597">
<path
d="m 224.3295,228.6437 h 4.27662 v 1.5495 h -1.93515 v 9.47606 h 1.93515 v 1.5495 h -4.27662 z"
id="path4953" />
<path
d="m 236.77371,231.88732 v 1.87318 q -0.79196,-0.33056 -1.52884,-0.49584 -0.73687,-0.16528 -1.3911,-0.16528 -0.70245,0 -1.04678,0.17905 -0.33745,0.17217 -0.33745,0.53716 0,0.29613 0.25481,0.45452 0.26169,0.15839 0.9297,0.23415 l 0.43386,0.062 q 1.89384,0.24103 2.54807,0.79196 0.65423,0.55094 0.65423,1.72856 0,1.23271 -0.90904,1.85251 -0.90904,0.6198 -2.71334,0.6198 -0.76443,0 -1.58394,-0.12396 -0.81263,-0.11707 -1.67346,-0.3581 v -1.87318 q 0.73687,0.35811 1.50818,0.53716 0.77819,0.17906 1.57705,0.17906 0.7231,0 1.08809,-0.19972 0.365,-0.19971 0.365,-0.59225 0,-0.33056 -0.25481,-0.48895 -0.24792,-0.16528 -0.99857,-0.25481 l -0.43386,-0.0551 q -1.64591,-0.2066 -2.30703,-0.76442 -0.66112,-0.55782 -0.66112,-1.69412 0,-1.22582 0.84017,-1.81808 0.84017,-0.59225 2.57562,-0.59225 0.68178,0 1.43242,0.1033 0.75065,0.1033 1.63214,0.32367 z"
id="path4955" />
<path
d="m 241.83542,229.45633 v 2.18996 h 2.54118 v 1.76299 h -2.54118 v 3.27117 q 0,0.53716 0.21348,0.72998 0.21349,0.18594 0.84706,0.18594 h 1.26715 v 1.76299 h -2.11421 q -1.45997,0 -2.07289,-0.60603 -0.60602,-0.61291 -0.60602,-2.07288 v -3.27117 h -1.22583 v -1.76299 h 1.22583 v -2.18996 z"
id="path4957" />
<path
d="m 251.61449,233.74672 q -0.32368,-0.1515 -0.64735,-0.22037 -0.31679,-0.0757 -0.64046,-0.0757 -0.95036,0 -1.46686,0.61291 -0.50962,0.60603 -0.50962,1.74233 v 3.55352 h -2.46542 v -7.71307 h 2.46542 v 1.26715 q 0.47518,-0.75754 1.0881,-1.10187 0.6198,-0.35122 1.48063,-0.35122 0.12396,0 0.26858,0.0138 0.14462,0.007 0.42009,0.0413 z"
id="path4959" />
<path
d="m 256.88968,241.21876 h -4.27663 v -1.5495 h 1.93516 v -9.47606 h -1.93516 v -1.5495 h 4.27663 z"
id="path4961" />
</g>
</g>
<g
id="g12386"
transform="matrix(1.3930441,0,0,1.3930441,111.26859,-278.4171)">
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-7-3"
transform="matrix(0.36788405,-0.01809117,0.0499191,0.42445057,212.03655,-39.343506)">
<path
id="circle268-6-9-7"
d="m 70.348346,289.1314 a 21.972353,21.972353 0 0 1 4.57033,30.73565 21.972353,21.972353 0 0 1 -30.73566,4.57034 21.972353,21.972353 0 0 1 -4.57033,-30.73566 21.972353,21.972353 0 0 1 30.73566,-4.57033 z"
style="opacity:0.12999998;stroke:#000000;stroke-width:5.35910654;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-4-1"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
id="circle2818-6-2"
d="m 74.263816,290.72282 a 23.616208,23.616208 0 0 1 -7.93163,32.44288 23.616208,23.616208 0 0 1 -32.44288,-7.93164 23.616208,23.616208 0 0 1 7.93164,-32.44287 23.616208,23.616208 0 0 1 32.44287,7.93163 z"
style="fill:#dbdb8b;stroke:#878578;stroke-width:2.77828455;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<text
transform="rotate(1.2700671)"
id="text11431-9-8"
y="304.47513"
x="48.886883"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.12448883px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.25311226"
xml:space="preserve"><tspan
id="tspan11815-2"
style="fill:#666666;stroke-width:0.25311226"
y="304.47513"
x="48.886883"
sodipodi:role="line">num</tspan></text>
style="fill:none;stroke-width:5.17036;stroke-dasharray:none;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-4-9"
d="M -179.79084,228.10983 C -25.428208,193.201 148.45942,195.06166 302.59642,224.80545"
sodipodi:nodetypes="cc" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-7-3-4"
transform="matrix(0.36703575,-0.03083378,0.06460358,0.42246489,208.64101,51.828838)">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-4-1-7"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke-width:5.17036;stroke-dasharray:none;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-4-9-8"
d="M -179.79084,228.10983 C -25.428208,193.201 148.45942,195.06166 302.59642,224.80545"
sodipodi:nodetypes="cc" />
</g>
<g
id="g12392"
transform="matrix(1.3930441,0,0,1.3930441,78.337665,-306.57395)">
transform="matrix(1.3923638,0.04353214,-0.04353214,1.3923638,89.612821,-302.65537)">
<path
id="circle268-7-0-7"
d="m 93.273694,239.96336 a 21.972353,21.972353 0 0 1 4.57034,30.73565 21.972353,21.972353 0 0 1 -30.73565,4.57034 21.972353,21.972353 0 0 1 -4.570341,-30.73565 21.972353,21.972353 0 0 1 30.735651,-4.57034 z"
style="opacity:0.12999998;stroke:#000000;stroke-width:5.35910654;stroke-miterlimit:10"
style="opacity:0.13;stroke:#000000;stroke-width:5.35911;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<path
id="circle2836-7-0-6"
d="m 96.569454,240.97019 a 23.616208,23.616208 0 0 1 -7.93163,32.44287 23.616208,23.616208 0 0 1 -32.44287,-7.93163 23.616208,23.616208 0 0 1 7.93165,-32.44287 23.616208,23.616208 0 0 1 32.44285,7.93163 z"
style="fill:#d9d98d;stroke:#878578;stroke-width:2.77828455;stroke-miterlimit:10"
style="fill:#d9d98d;stroke:#878578;stroke-width:2.77828;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<text
<g
aria-label="str"
transform="rotate(1.2700671)"
id="text11431-5-2-4-1"
y="253.09364"
x="64.649704"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.12448883px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.25311226"
xml:space="preserve"><tspan
style="fill:#666666;stroke-width:0.25311226"
y="253.09364"
x="64.649704"
id="tspan11429-9-2-6-3"
sodipodi:role="line">string</tspan></text>
style="font-weight:bold;font-size:15.0965px;line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';letter-spacing:0px;word-spacing:0px;fill:#666666;stroke-width:0.377411">
<path
d="m 77.97906,247.41013 v 2.00501 q -0.847704,-0.35383 -1.636437,-0.53074 -0.788734,-0.17691 -1.489011,-0.17691 -0.751876,0 -1.120443,0.19165 -0.361196,0.18429 -0.361196,0.57497 0,0.31697 0.27274,0.48651 0.280111,0.16954 0.99513,0.25062 l 0.464395,0.0663 q 2.027118,0.258 2.727395,0.84771 0.700277,0.5897 0.700277,1.8502 0,1.31947 -0.973017,1.98289 -0.973016,0.66342 -2.904307,0.66342 -0.818218,0 -1.695408,-0.13268 -0.869818,-0.12531 -1.791235,-0.38331 v -2.005 q 0.788733,0.38331 1.614323,0.57496 0.832961,0.19166 1.688037,0.19166 0.77399,0 1.164671,-0.21377 0.390681,-0.21377 0.390681,-0.63394 0,-0.35382 -0.27274,-0.52336 -0.265368,-0.17692 -1.068844,-0.27274 l -0.464394,-0.059 q -1.76175,-0.22114 -2.469398,-0.81822 -0.707649,-0.59708 -0.707649,-1.81335 0,-1.3121 0.899304,-1.94603 0.899303,-0.63394 2.75688,-0.63394 0.729763,0 1.533238,0.11057 0.803476,0.11057 1.747008,0.34645 z"
id="path4946" />
<path
d="m 83.396993,244.80805 v 2.34409 h 2.720024 v 1.88706 h -2.720024 v 3.50138 q 0,0.57497 0.228512,0.78137 0.228511,0.19902 0.906675,0.19902 h 1.356326 v 1.88707 h -2.263001 q -1.562724,0 -2.218773,-0.64868 -0.648678,-0.65605 -0.648678,-2.21878 v -3.50138 h -1.312098 v -1.88706 h 1.312098 v -2.34409 z"
id="path4948" />
<path
d="m 93.864294,249.40039 q -0.346453,-0.16216 -0.692906,-0.23588 -0.339081,-0.0811 -0.685534,-0.0811 -1.017245,0 -1.570095,0.65605 -0.545479,0.64867 -0.545479,1.86494 v 3.80362 h -2.638939 v -8.2559 h 2.638939 v 1.35632 q 0.508622,-0.81084 1.164671,-1.17941 0.66342,-0.37594 1.584838,-0.37594 0.132684,0 0.287482,0.0147 0.154798,0.007 0.449652,0.0442 z"
id="path4950" />
</g>
</g>
<g
id="g12386-1"
transform="matrix(1.4568642,0.04554874,-0.04554874,1.4568642,122.16084,-303.30525)">
<path
id="circle268-6-9-7-2"
d="m 70.348346,289.1314 a 21.972353,21.972353 0 0 1 4.57033,30.73565 21.972353,21.972353 0 0 1 -30.73566,4.57034 21.972353,21.972353 0 0 1 -4.57033,-30.73566 21.972353,21.972353 0 0 1 30.73566,-4.57033 z"
style="opacity:0.13;stroke:#000000;stroke-width:5.35911;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<path
id="circle2818-6-2-7"
d="m 74.263816,290.72282 a 23.616208,23.616208 0 0 1 -7.93163,32.44288 23.616208,23.616208 0 0 1 -32.44288,-7.93164 23.616208,23.616208 0 0 1 7.93164,-32.44287 23.616208,23.616208 0 0 1 32.44287,7.93163 z"
style="fill:#a6d3e4;fill-opacity:1;stroke:#9bc0bf;stroke-width:2.77828;stroke-miterlimit:10;stroke-opacity:1"
inkscape:connector-curvature="0" />
<g
aria-label="num"
transform="rotate(1.2700671)"
id="text11431-9-8-0"
style="font-weight:bold;font-size:14.2583px;line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';letter-spacing:0px;word-spacing:0px;fill:#666666;stroke-width:0.356455">
<path
d="m 52.225826,301.07799 v 4.74812 h -2.506342 v -0.77279 -2.8614 q 0,-1.0095 -0.04873,-1.39242 -0.04177,-0.38291 -0.153165,-0.56392 -0.146204,-0.24368 -0.396838,-0.37595 -0.250634,-0.13925 -0.570889,-0.13925 -0.779751,0 -1.225322,0.6057 -0.445572,0.59874 -0.445572,1.66394 v 3.83609 H 44.38655 v -7.79751 h 2.492418 v 1.14178 q 0.563927,-0.68228 1.197474,-1.00254 0.633548,-0.32721 1.399374,-0.32721 1.35064,0 2.046846,0.82848 0.703168,0.82849 0.703168,2.40888 z"
id="path4939" />
<path
d="m 54.453686,302.79065 v -4.76205 h 2.506341 v 0.77975 q 0,0.63355 -0.007,1.59432 -0.007,0.9538 -0.007,1.27405 0,0.93988 0.04874,1.3576 0.04873,0.41077 0.167089,0.59874 0.153166,0.24367 0.396838,0.37595 0.250634,0.13228 0.570889,0.13228 0.77975,0 1.225322,-0.59873 0.445572,-0.59874 0.445572,-1.66394 v -3.85002 h 2.492418 v 7.79751 h -2.492418 v -1.12785 q -0.563927,0.68228 -1.197474,1.0095 -0.626586,0.32025 -1.38545,0.32025 -1.35064,0 -2.06077,-0.82848 -0.703168,-0.82849 -0.703168,-2.40888 z"
id="path4941" />
<path
d="m 71.914534,299.32355 q 0.47342,-0.72406 1.120891,-1.10001 0.654434,-0.38291 1.434185,-0.38291 1.343677,0 2.046845,0.82848 0.703169,0.82849 0.703169,2.40888 v 4.74812 h -2.506342 v -4.06584 q 0.007,-0.0905 0.007,-0.18798 0.007,-0.0975 0.007,-0.27848 0,-0.82849 -0.243672,-1.19747 -0.243672,-0.37596 -0.786713,-0.37596 -0.71013,0 -1.100006,0.58482 -0.382913,0.58481 -0.396837,1.69178 v 3.82913 h -2.506342 v -4.06584 q 0,-1.29495 -0.222786,-1.66393 -0.222786,-0.37596 -0.793675,-0.37596 -0.717092,0 -1.106967,0.59178 -0.389876,0.58481 -0.389876,1.67786 v 3.83609 h -2.506341 v -7.79751 h 2.506341 v 1.14178 q 0.459496,-0.66139 1.051272,-0.99557 0.598737,-0.33418 1.315829,-0.33418 0.807599,0 1.427222,0.38987 0.619624,0.38988 0.939879,1.09305 z"
id="path4943" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -1,17 +1,19 @@
<?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 595.3 189.5"
viewBox="0 0 595.3 236.5"
version="1.1"
id="svg15613"
sodipodi:docname="identity_functor.svg"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
inkscape:version="1.2.2 (1:1.2.2+202212051552+b0a8486541)"
width="595.29999"
height="236.5"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<metadata
id="metadata15619">
<rdf:RDF>
@ -20,7 +22,6 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
@ -35,460 +36,271 @@
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2560"
inkscape:window-height="1376"
inkscape:window-width="1920"
inkscape:window-height="1024"
id="namedview15615"
showgrid="false"
inkscape:zoom="3.6450999"
inkscape:cx="268.40535"
inkscape:cy="90.761743"
inkscape:zoom="1.82255"
inkscape:cx="269.12843"
inkscape:cy="90.532498"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg15613" />
inkscape:current-layer="svg15613"
inkscape:showpageshadow="2"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1" />
<g
id="g42748"
transform="matrix(1.1667859,0,0,1.1667859,-128.96393,-40.070981)" />
<circle
style="fill:#e6e7e8;stroke:none;stroke-width:2;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-4"
r="82.27652"
cy="96.532555"
cx="176.17781" />
transform="matrix(1.5213308,-0.07988467,0.08179232,1.4676901,-246.66886,202.5702)" />
<g
id="g42748-8"
transform="matrix(1.1667859,0,0,1.1667859,146.51886,-36.437748)" />
<circle
style="fill:#e6e7e8;stroke:none;stroke-width:2;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-4-1"
r="82.27652"
cy="96.165787"
cx="405.5" />
transform="matrix(1.5213308,-0.07988467,0.08179232,1.4676901,112.77806,188.27932)" />
<ellipse
style="fill:#e6e7e8;stroke:none;stroke-width:2.93915;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-4-1-3-3"
cy="133.93423"
cx="288.51196"
transform="matrix(0.99875114,-0.04996159,0.05839792,0.99829339,0,0)"
rx="126.10274"
ry="115.95071" />
<g
id="g24413"
style="stroke:#797979;stroke-width:1.70000005;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
transform="matrix(0.9961665,0,0,1,2.2357052,0.08750086)">
id="g6483-8"
transform="matrix(0.9268744,0.09450299,-0.09450299,0.9268744,181.05886,16.923892)">
<path
id="path2810-7"
d="m 204.34093,47.157511 c 0,0 0.26891,0.750171 0.68857,2.050099 0.2295,0.683261 0.4984,1.433432 0.78374,2.357968 0.28537,0.924833 0.60977,1.916288 0.95098,3.082679 1.3474,4.490377 2.78065,10.595301 3.72141,16.747913 0.94132,6.152272 1.36787,12.460829 1.38087,17.186181 -0.0135,2.32949 0.0429,4.334546 -0.0289,5.68208 l -0.0199,0.848462 8.51441,0.481001 c -3.47819,6.298256 -7.33342,12.103866 -11.58245,17.241606 -2.09855,-6.49899 -4.75775,-12.62623 -7.79719,-18.222992 l 8.47535,0.414376 0.0194,-0.848422 c 0.0723,-1.347558 0.0558,-3.285999 0.006,-5.574079 -0.0363,-4.617577 -0.44629,-10.750874 -1.41026,-16.795416 -0.90194,-6.085669 -2.31845,-12.015956 -3.6268,-16.439704 -0.30149,-1.099509 -0.62621,-2.090943 -0.91159,-3.016068 -0.28504,-0.924554 -0.55395,-1.674724 -0.74407,-2.291093 -0.41993,-1.299893 -0.64944,-1.982863 -0.64944,-1.982863 z"
inkscape:connector-curvature="0"
style="fill:#9d539f;stroke-width:0.0891807" />
<path
id="path2816-2"
d="m 182.53882,48.621718 c 0,0 -0.0849,0.773563 -0.1854,2.102303 -0.0618,0.700671 -0.14689,1.473942 -0.20484,2.416034 -0.0583,0.942127 -0.1393,1.956814 -0.19411,3.140102 -0.24448,4.564179 -0.17661,10.668168 0.39725,16.692225 0.57381,6.023747 1.70257,12.063574 2.85549,16.510438 0.58813,2.186966 1.02714,4.086649 1.43207,5.335177 l 0.22906,0.792968 -8.43024,2.612838 c 5.04685,5.039437 10.35087,9.519707 15.88537,13.272847 0.50275,-6.6437 1.66034,-13.079751 3.33061,-19.113389 l -8.40713,2.540228 -0.22936,-0.792952 c -0.40493,-1.248525 -0.86673,-3.07563 -1.38198,-5.239535 -1.10337,-4.350883 -2.20568,-10.222135 -2.72971,-16.150231 -0.5966,-5.951179 -0.63805,-11.886897 -0.41638,-16.378497 0.0316,-1.110375 0.11279,-2.12508 0.17076,-3.067182 0.0583,-0.941827 0.14301,-1.715073 0.18176,-2.343155 0.1008,-1.328749 0.16243,-2.029401 0.16243,-2.029401 z"
inkscape:connector-curvature="0"
style="fill:#04bd3d;stroke-width:0.0891807" />
<path
id="path2814-02"
d="m 167.14918,41.948662 c 0,0 -0.15703,0.894684 -0.38149,2.437999 -0.12698,0.812647 -0.28387,1.707339 -0.42999,2.803316 -0.14572,1.09595 -0.32145,2.273932 -0.48619,3.653187 -0.66995,5.315167 -1.16996,12.477257 -1.15728,19.614955 0.0135,7.137696 0.57929,14.36961 1.31876,19.738278 0.38435,2.643335 0.64674,4.929461 0.93519,6.448071 l 0.15568,0.960397 -8.67643,1.908695 c 4.57925,6.59607 9.4679,12.572 14.6545,17.72713 1.12172,-7.71648 2.87896,-15.10026 5.11184,-21.942457 l -8.64658,1.826693 -0.1555,-0.960407 c -0.2885,-1.518892 -0.58045,-3.723015 -0.89446,-6.329101 -0.69842,-5.249711 -1.25416,-12.280648 -1.22635,-19.299064 -0.0424,-7.055665 0.46894,-14.017104 1.10903,-19.250252 0.1349,-1.296945 0.31057,-2.474918 0.45638,-3.570568 0.14605,-1.096277 0.30282,-1.990944 0.40012,-2.721595 0.22445,-1.543308 0.35132,-2.355951 0.35132,-2.355951 z"
inkscape:connector-curvature="0"
style="fill:#0e2db8;stroke-width:0.0891807" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-7-3"
transform="matrix(0.36788405,-0.01809117,0.0499191,0.42445057,182.40441,-20.854285)">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-4-1"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke-width:5.17036;stroke-dasharray:none;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-4-9"
d="m 36.024608,215.55335 c 63.893378,-9.90582 204.676562,-9.46023 266.571812,9.2521"
sodipodi:nodetypes="cc" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-7-3-3"
transform="matrix(0.36788405,-0.01809117,0.0499191,0.42445057,192.18677,14.825431)">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-4-1-6"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke-width:5.34157;stroke-dasharray:none;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-4-9-1"
d="m 39.51228,219.90956 c 68.40939,-9.64939 196.54169,-13.95317 263.10892,4.87691"
sodipodi:nodetypes="cc" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-7-3-3-0"
transform="matrix(0.36788405,-0.01809117,0.0499191,0.42445057,209.03212,20.1328)">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-4-1-6-6"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke-width:5.34157;stroke-dasharray:none;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-4-9-1-3"
d="M 39.575179,214.10401 C 107.98456,204.45462 236.05397,205.95639 302.6212,224.78647"
sodipodi:nodetypes="cc" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-7-3-3-2"
transform="matrix(0.36830193,-0.00443339,0.03414129,0.42601006,237.0118,23.768849)">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-4-1-6-0"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke-width:5.34157;stroke-dasharray:none;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-4-9-1-6"
d="M 35.196835,213.95248 C 103.60622,204.30309 236.05397,205.95639 302.6212,224.78647"
sodipodi:nodetypes="cc" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-7-3-4"
transform="matrix(0.36703575,-0.03083378,0.06460358,0.42246489,179.00887,84.318059)">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-4-1-7"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke-width:5.17036;stroke-dasharray:none;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-4-9-8"
d="m 76.310105,211.11885 c 50.136905,-8.61853 170.328825,-7.9968 226.286315,13.6866"
sodipodi:nodetypes="cc" />
</g>
<g
id="g6483"
transform="rotate(5.1705267,-32.700687,634.39965)">
<path
id="path2810"
d="m 202.20534,47.375253 c 0,0 0.26891,0.750171 0.68857,2.050099 0.2295,0.683261 0.4984,1.433432 0.78374,2.357968 0.28537,0.924833 0.60977,1.916288 0.95098,3.082679 1.3474,4.490377 2.78065,10.595301 3.72141,16.747913 0.94132,6.152272 1.36787,12.460829 1.38087,17.186181 -0.0135,2.32949 0.0429,4.334546 -0.0289,5.68208 l -0.0199,0.848462 8.51441,0.481001 c -3.47819,6.298254 -7.33342,12.103864 -11.58245,17.241604 -2.09855,-6.49899 -4.75775,-12.62623 -7.79719,-18.22299 l 8.47535,0.414376 0.0194,-0.848422 c 0.0723,-1.347558 0.0558,-3.285999 0.006,-5.574079 -0.0363,-4.617577 -0.44629,-10.750874 -1.41026,-16.795416 -0.90194,-6.085669 -2.31845,-12.015956 -3.6268,-16.439704 -0.30149,-1.099509 -0.62621,-2.090943 -0.91159,-3.016068 -0.28504,-0.924554 -0.55395,-1.674724 -0.74407,-2.291093 -0.41993,-1.299893 -0.64944,-1.982863 -0.64944,-1.982863 z"
inkscape:connector-curvature="0"
style="fill:#9d539f;stroke-width:0.0891807" />
<path
id="path2816"
d="m 182.25136,48.69672 c 0,0 -0.0849,0.773563 -0.1854,2.102303 -0.0618,0.700671 -0.14689,1.473942 -0.20484,2.416034 -0.0583,0.942127 -0.1393,1.956814 -0.19411,3.140102 -0.24448,4.564179 -0.17661,10.668168 0.39725,16.692225 0.57381,6.023747 1.70257,12.063574 2.85549,16.510438 0.58813,2.186966 1.02714,4.086649 1.43207,5.335177 l 0.22906,0.792968 -8.43024,2.612838 c 5.04685,5.039435 10.35087,9.519705 15.88537,13.272845 0.50275,-6.6437 1.66034,-13.079749 3.33061,-19.113387 l -8.40713,2.540228 -0.22936,-0.792952 c -0.40493,-1.248525 -0.86673,-3.07563 -1.38198,-5.239535 -1.10337,-4.350883 -2.20568,-10.222135 -2.72971,-16.150231 -0.5966,-5.951179 -0.63805,-11.886897 -0.41638,-16.378497 0.0316,-1.110375 0.11279,-2.12508 0.17076,-3.067182 0.0583,-0.941827 0.14301,-1.715073 0.18176,-2.343155 0.1008,-1.328749 0.16243,-2.029401 0.16243,-2.029401 z"
inkscape:connector-curvature="0"
style="fill:#04bd3d;stroke-width:0.0891807" />
<path
id="path2814"
d="m 169.28477,41.73092 c 0,0 -0.15703,0.894684 -0.38149,2.437999 -0.12698,0.812647 -0.28387,1.707339 -0.42999,2.803316 -0.14572,1.09595 -0.32145,2.273932 -0.48619,3.653187 -0.66995,5.315167 -1.16996,12.477257 -1.15728,19.614955 0.0135,7.137696 0.57929,14.36961 1.31876,19.738278 0.38435,2.643335 0.64674,4.929461 0.93519,6.448071 l 0.15568,0.960397 -8.67643,1.908695 c 4.57925,6.596072 9.4679,12.572002 14.6545,17.727132 1.12172,-7.71648 2.87896,-15.10026 5.11184,-21.942459 l -8.64658,1.826693 -0.1555,-0.960407 c -0.2885,-1.518892 -0.58045,-3.723015 -0.89446,-6.329101 -0.69842,-5.249711 -1.25416,-12.280648 -1.22635,-19.299064 -0.0424,-7.055665 0.46894,-14.017104 1.10903,-19.250252 0.1349,-1.296945 0.31057,-2.474918 0.45638,-3.570568 0.14605,-1.096277 0.30282,-1.990944 0.40012,-2.721595 0.22445,-1.543308 0.35132,-2.355951 0.35132,-2.355951 z"
inkscape:connector-curvature="0"
style="fill:#0e2db8;stroke-width:0.0891807" />
</g>
<g
id="g12392"
transform="matrix(1.3923638,0.04353214,-0.04353214,1.3923638,140.34212,-287.18143)">
<path
id="circle268-7-0-7"
d="m 93.273694,239.96336 a 21.972353,21.972353 0 0 1 4.57034,30.73565 21.972353,21.972353 0 0 1 -30.73565,4.57034 21.972353,21.972353 0 0 1 -4.570341,-30.73565 21.972353,21.972353 0 0 1 30.735651,-4.57034 z"
style="opacity:0.13;stroke:#000000;stroke-width:5.35911;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<path
id="circle2836-7-0-6"
d="m 96.569454,240.97019 a 23.616208,23.616208 0 0 1 -7.93163,32.44287 23.616208,23.616208 0 0 1 -32.44287,-7.93163 23.616208,23.616208 0 0 1 7.93165,-32.44287 23.616208,23.616208 0 0 1 32.44285,7.93163 z"
style="fill:#d9d98d;stroke:#878578;stroke-width:2.77828;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<g
style="display:inline;opacity:0.919;fill:#dddddd;stroke:#797979;stroke-width:9.43953991;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="g1482-7-0-1-0-3-9"
transform="matrix(0.1524171,8.9640524e-4,0.00951498,0.21285148,350.15926,12.31869)"
inkscape:transform-center-x="6.8113705"
inkscape:transform-center-y="-10.036943">
aria-label="str"
transform="rotate(1.2700671)"
id="text11431-5-2-4-1"
style="font-weight:bold;font-size:15.0965px;line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';letter-spacing:0px;word-spacing:0px;fill:#666666;stroke-width:0.377411">
<path
style="stroke:#797979;stroke-width:9.43953991;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-7"
d="m 298.84692,219.75174 c 4.50048,-1.11094 9.19951,-2.10794 14.02668,-3.04881 -4.04495,-1.70563 -8.31549,-3.34171 -12.81219,-4.90893 -0.40756,2.77943 -0.49113,4.95944 -1.21449,7.95774 z" />
d="m 77.97906,247.41013 v 2.00501 q -0.847704,-0.35383 -1.636437,-0.53074 -0.788734,-0.17691 -1.489011,-0.17691 -0.751876,0 -1.120443,0.19165 -0.361196,0.18429 -0.361196,0.57497 0,0.31697 0.27274,0.48651 0.280111,0.16954 0.99513,0.25062 l 0.464395,0.0663 q 2.027118,0.258 2.727395,0.84771 0.700277,0.5897 0.700277,1.8502 0,1.31947 -0.973017,1.98289 -0.973016,0.66342 -2.904307,0.66342 -0.818218,0 -1.695408,-0.13268 -0.869818,-0.12531 -1.791235,-0.38331 v -2.005 q 0.788733,0.38331 1.614323,0.57496 0.832961,0.19166 1.688037,0.19166 0.77399,0 1.164671,-0.21377 0.390681,-0.21377 0.390681,-0.63394 0,-0.35382 -0.27274,-0.52336 -0.265368,-0.17692 -1.068844,-0.27274 l -0.464394,-0.059 q -1.76175,-0.22114 -2.469398,-0.81822 -0.707649,-0.59708 -0.707649,-1.81335 0,-1.3121 0.899304,-1.94603 0.899303,-0.63394 2.75688,-0.63394 0.729763,0 1.533238,0.11057 0.803476,0.11057 1.747008,0.34645 z"
id="path4946" />
<path
style="fill:none;stroke:#797979;stroke-width:9.43953991;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-5"
d="M -1067.5226,218.23997 C -648.84464,162.80347 -34.287636,168.429 303.99415,216.71262"
sodipodi:nodetypes="cc" />
</g>
<g
style="display:inline;opacity:0.919;fill:#dddddd;stroke:#797979;stroke-width:9.36306;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="g1482-7-0-1-0-3-9-48"
transform="matrix(0.15491724,8.9640524e-4,0.00967106,0.21285148,404.34408,59.403543)"
inkscape:transform-center-x="6.9230971"
inkscape:transform-center-y="-10.036943">
d="m 83.396993,244.80805 v 2.34409 h 2.720024 v 1.88706 h -2.720024 v 3.50138 q 0,0.57497 0.228512,0.78137 0.228511,0.19902 0.906675,0.19902 h 1.356326 v 1.88707 h -2.263001 q -1.562724,0 -2.218773,-0.64868 -0.648678,-0.65605 -0.648678,-2.21878 v -3.50138 h -1.312098 v -1.88706 h 1.312098 v -2.34409 z"
id="path4948" />
<path
style="stroke:#797979;stroke-width:9.36306;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-7-88"
d="m 298.84692,219.75174 c 4.50048,-1.11094 9.19951,-2.10794 14.02668,-3.04881 -4.04495,-1.70563 -8.31549,-3.34171 -12.81219,-4.90893 -0.40756,2.77943 -0.49113,4.95944 -1.21449,7.95774 z" />
<path
style="fill:none;stroke:#797979;stroke-width:9.36306;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-5-9"
d="M -1035.5454,216.09493 C -616.86743,160.65843 -34.287636,168.429 303.99415,216.71262"
sodipodi:nodetypes="cc" />
</g>
<g
style="display:inline;opacity:0.919;fill:#dddddd;stroke:#797979;stroke-width:9.43953991;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="g1482-7-0-1-0-3-9-7"
transform="matrix(0.1524171,8.9640524e-4,0.00951498,0.21285148,368.70762,85.935732)"
inkscape:transform-center-x="6.8113705"
inkscape:transform-center-y="-10.036943">
<path
style="stroke:#797979;stroke-width:9.43953991;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-7-7"
d="m 298.84692,219.75174 c 4.50048,-1.11094 9.19951,-2.10794 14.02668,-3.04881 -4.04495,-1.70563 -8.31549,-3.34171 -12.81219,-4.90893 -0.40756,2.77943 -0.49113,4.95944 -1.21449,7.95774 z" />
<path
style="fill:none;stroke:#797979;stroke-width:9.43953991;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-5-64"
d="M -1103.8156,215.91705 C -685.13758,160.48055 -34.287636,168.429 303.99415,216.71262"
sodipodi:nodetypes="cc" />
</g>
<g
style="display:inline;opacity:0.76999996;fill:#dddddd;stroke:#797979;stroke-width:9.43953991;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="g1482-7-0-1-0-3-9-30"
transform="matrix(0.1524171,8.9640524e-4,0.00951498,0.21285148,322.54449,55.801463)"
inkscape:transform-center-x="6.8113705"
inkscape:transform-center-y="-10.036943">
<path
style="stroke:#797979;stroke-width:9.43953991;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-7-30"
d="m 298.84692,219.75174 c 4.50048,-1.11094 9.19951,-2.10794 14.02668,-3.04881 -4.04495,-1.70563 -8.31549,-3.34171 -12.81219,-4.90893 -0.40756,2.77943 -0.49113,4.95944 -1.21449,7.95774 z" />
<path
style="fill:none;stroke:#797979;stroke-width:9.43953991;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-5-92"
d="M -1082.4383,205.62815 C -663.76028,150.19165 -34.287636,168.429 303.99415,216.71262"
sodipodi:nodetypes="cc" />
</g>
<g
style="display:inline;opacity:0.919;fill:#dddddd;stroke:#797979;stroke-width:9.43953991;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="g1482-7-0-1-0-3-9-5"
transform="matrix(0.1524171,8.9640524e-4,0.00951498,0.21285148,278.94597,31.010149)"
inkscape:transform-center-x="6.8113705"
inkscape:transform-center-y="-10.036943">
<path
style="stroke:#797979;stroke-width:9.43953991;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-7-4"
d="m 298.84692,219.75174 c 4.50048,-1.11094 9.19951,-2.10794 14.02668,-3.04881 -4.04495,-1.70563 -8.31549,-3.34171 -12.81219,-4.90893 -0.40756,2.77943 -0.49113,4.95944 -1.21449,7.95774 z" />
<path
style="fill:none;stroke:#797979;stroke-width:9.43953991;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-5-05"
d="M -1090.2767,203.19223 C -671.59874,147.75573 -34.287636,168.429 303.99415,216.71262"
sodipodi:nodetypes="cc" />
d="m 93.864294,249.40039 q -0.346453,-0.16216 -0.692906,-0.23588 -0.339081,-0.0811 -0.685534,-0.0811 -1.017245,0 -1.570095,0.65605 -0.545479,0.64867 -0.545479,1.86494 v 3.80362 h -2.638939 v -8.2559 h 2.638939 v 1.35632 q 0.508622,-0.81084 1.164671,-1.17941 0.66342,-0.37594 1.584838,-0.37594 0.132684,0 0.287482,0.0147 0.154798,0.007 0.449652,0.0442 z"
id="path4950" />
</g>
</g>
<g
id="g10229"
transform="matrix(0.57673261,0,0,0.57673261,26.001856,39.023639)">
<circle
style="opacity:0.203;fill:#030303;fill-opacity:1;stroke:none;stroke-width:2.57022929;stroke-miterlimit:10"
id="circle15603-3-6"
r="18.334303"
cy="65.832329"
cx="152.99588" />
<circle
style="opacity:0.203;fill:#030303;fill-opacity:1;stroke:none;stroke-width:3.39405203;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-6"
r="18.671675"
cy="37.181042"
cx="285.39355" />
<circle
style="opacity:0.203;fill:#030303;fill-opacity:1;stroke:none;stroke-width:2.57022929;stroke-miterlimit:10"
id="circle15605-4-4"
r="18.334303"
cy="163.15147"
cx="306.88229" />
<circle
transform="rotate(-84.232776)"
style="opacity:0.203;fill:#030303;fill-opacity:1;stroke:none;stroke-width:3.99253249;stroke-miterlimit:10"
id="circle3379-9"
r="16.369385"
cy="392.34567"
cx="-80.241524" />
<circle
style="fill:#f58235;stroke:#e76524;stroke-width:2.57022929;stroke-miterlimit:10"
id="circle15603-3"
r="18.334303"
cy="59.150921"
cx="149.86938" />
<circle
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:3.39405203;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4"
r="18.671675"
cy="30.49963"
cx="280.26703" />
id="g12386-1"
transform="matrix(1.4568642,0.04554874,-0.04554874,1.4568642,172.89014,-273.83131)">
<path
id="circle268-6-9-7-2"
d="m 70.348346,289.1314 a 21.972353,21.972353 0 0 1 4.57033,30.73565 21.972353,21.972353 0 0 1 -30.73566,4.57034 21.972353,21.972353 0 0 1 -4.57033,-30.73566 21.972353,21.972353 0 0 1 30.73566,-4.57033 z"
style="opacity:0.13;stroke:#000000;stroke-width:5.35911;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<path
id="circle2818-6-2-7"
d="m 74.263816,290.72282 a 23.616208,23.616208 0 0 1 -7.93163,32.44288 23.616208,23.616208 0 0 1 -32.44288,-7.93164 23.616208,23.616208 0 0 1 7.93164,-32.44287 23.616208,23.616208 0 0 1 32.44287,7.93163 z"
style="fill:#a6d3e4;fill-opacity:1;stroke:#9bc0bf;stroke-width:2.77828;stroke-miterlimit:10;stroke-opacity:1"
inkscape:connector-curvature="0" />
<g
inkscape:transform-center-y="-4.5768564"
inkscape:transform-center-x="-11.408259"
transform="matrix(-0.21605455,-0.15220095,-0.22774808,0.29088065,290.70694,52.449757)"
id="g1482-7-0-1-0-3-5-7"
style="display:inline;fill:#dddddd;stroke:#7c7c7c;stroke-width:6.38899994;stroke-miterlimit:10;stroke-opacity:1">
aria-label="num"
transform="rotate(1.2700671)"
id="text11431-9-8-0"
style="font-weight:bold;font-size:14.2583px;line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';letter-spacing:0px;word-spacing:0px;fill:#666666;stroke-width:0.356455">
<path
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
id="path1478-7-9-0-19-0-0-2"
inkscape:connector-curvature="0"
style="stroke:#7c7c7c;stroke-width:35.52600098;stroke-opacity:1" />
d="m 52.225826,301.07799 v 4.74812 h -2.506342 v -0.77279 -2.8614 q 0,-1.0095 -0.04873,-1.39242 -0.04177,-0.38291 -0.153165,-0.56392 -0.146204,-0.24368 -0.396838,-0.37595 -0.250634,-0.13925 -0.570889,-0.13925 -0.779751,0 -1.225322,0.6057 -0.445572,0.59874 -0.445572,1.66394 v 3.83609 H 44.38655 v -7.79751 h 2.492418 v 1.14178 q 0.563927,-0.68228 1.197474,-1.00254 0.633548,-0.32721 1.399374,-0.32721 1.35064,0 2.046846,0.82848 0.703168,0.82849 0.703168,2.40888 z"
id="path4939" />
<path
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
sodipodi:nodetypes="cc"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
id="path1480-1-3-1-5-7-4-7"
inkscape:connector-curvature="0"
style="fill:none;fill-opacity:1;stroke:#7c7c7c;stroke-width:10.64900017;stroke-opacity:1;paint-order:markers fill stroke" />
d="m 54.453686,302.79065 v -4.76205 h 2.506341 v 0.77975 q 0,0.63355 -0.007,1.59432 -0.007,0.9538 -0.007,1.27405 0,0.93988 0.04874,1.3576 0.04873,0.41077 0.167089,0.59874 0.153166,0.24367 0.396838,0.37595 0.250634,0.13228 0.570889,0.13228 0.77975,0 1.225322,-0.59873 0.445572,-0.59874 0.445572,-1.66394 v -3.85002 h 2.492418 v 7.79751 h -2.492418 v -1.12785 q -0.563927,0.68228 -1.197474,1.0095 -0.626586,0.32025 -1.38545,0.32025 -1.35064,0 -2.06077,-0.82848 -0.703168,-0.82849 -0.703168,-2.40888 z"
id="path4941" />
<path
d="m 71.914534,299.32355 q 0.47342,-0.72406 1.120891,-1.10001 0.654434,-0.38291 1.434185,-0.38291 1.343677,0 2.046845,0.82848 0.703169,0.82849 0.703169,2.40888 v 4.74812 h -2.506342 v -4.06584 q 0.007,-0.0905 0.007,-0.18798 0.007,-0.0975 0.007,-0.27848 0,-0.82849 -0.243672,-1.19747 -0.243672,-0.37596 -0.786713,-0.37596 -0.71013,0 -1.100006,0.58482 -0.382913,0.58481 -0.396837,1.69178 v 3.82913 h -2.506342 v -4.06584 q 0,-1.29495 -0.222786,-1.66393 -0.222786,-0.37596 -0.793675,-0.37596 -0.717092,0 -1.106967,0.59178 -0.389876,0.58481 -0.389876,1.67786 v 3.83609 h -2.506341 v -7.79751 h 2.506341 v 1.14178 q 0.459496,-0.66139 1.051272,-0.99557 0.598737,-0.33418 1.315829,-0.33418 0.807599,0 1.427222,0.38987 0.619624,0.38988 0.939879,1.09305 z"
id="path4943" />
</g>
<circle
style="opacity:0.28400005;fill:#dedede;fill-opacity:1;stroke:none;stroke-width:2.57022929;stroke-miterlimit:10;stroke-opacity:1"
id="circle15605-2"
r="18.334303"
cy="112.26966"
cx="232.31758" />
<g
inkscape:transform-center-y="-12.167418"
inkscape:transform-center-x="0.5354074"
transform="matrix(0.22455705,0.13935147,-0.17868507,0.32334562,251.23249,27.461247)"
id="g1482-7-0-1-0-3-5"
style="display:inline;fill:#dddddd;stroke:#7c7c7c;stroke-width:6.38899994;stroke-miterlimit:10;stroke-opacity:1">
<path
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
id="path1478-7-9-0-19-0-0"
inkscape:connector-curvature="0"
style="stroke:#7c7c7c;stroke-width:35.52600098;stroke-opacity:1" />
<path
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
sodipodi:nodetypes="cc"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
id="path1480-1-3-1-5-7-4"
inkscape:connector-curvature="0"
style="fill:none;stroke:#7c7c7c;stroke-width:10.64900017;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
<circle
style="fill:#ab6510;fill-opacity:1;stroke:#81510b;stroke-width:2.57022929;stroke-miterlimit:10;stroke-opacity:1"
id="circle15605"
r="18.334303"
cy="105.58823"
cx="227.19109" />
<g
inkscape:transform-center-y="4.5768618"
inkscape:transform-center-x="-11.40825"
transform="matrix(-0.21605455,0.15220095,-0.22774808,-0.29088065,442.7336,167.45992)"
id="g1482-7-0-1-0-3-5-7-2-1"
style="display:inline;fill:#dddddd;stroke:#7c7c7c;stroke-width:6.38899994;stroke-miterlimit:10;stroke-opacity:1">
<path
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
id="path1478-7-9-0-19-0-0-2-2-0"
inkscape:connector-curvature="0"
style="stroke:#7c7c7c;stroke-width:35.52600098;stroke-opacity:1" />
<path
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
sodipodi:nodetypes="cc"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
id="path1480-1-3-1-5-7-4-7-6-6"
inkscape:connector-curvature="0"
style="fill:none;stroke:#7c7c7c;stroke-width:10.64900017;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
<circle
transform="rotate(-84.232776)"
style="fill:#fce600;stroke:#ffdd00;stroke-width:3.99253249;stroke-miterlimit:10"
id="circle3379"
r="16.369385"
cy="386.25748"
cx="-74.496361" />
<g
inkscape:transform-center-y="-11.849154"
inkscape:transform-center-x="2.8428186"
transform="matrix(-0.17782756,0.19550462,0.26038086,0.26207354,230.93391,-39.380283)"
id="g1482-7-0-1-0-3-1"
style="display:inline;fill:#dddddd;stroke:#7c7c7c;stroke-width:6.38899994;stroke-miterlimit:10;stroke-opacity:1">
<path
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
id="path1478-7-9-0-19-0-5"
inkscape:connector-curvature="0"
style="stroke:#7c7c7c;stroke-width:35.52600098;stroke-opacity:1" />
<path
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
sodipodi:nodetypes="cc"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
id="path1480-1-3-1-5-7-9"
inkscape:connector-curvature="0"
style="fill:none;stroke:#7c7c7c;stroke-width:10.64900017;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
<g
inkscape:transform-center-y="-6.8316466"
inkscape:transform-center-x="10.541054"
transform="matrix(0.2383419,-0.11418335,0.17624638,0.32468131,239.75153,70.619936)"
id="g1482-7-0-1-0-3-5-7-2-4"
style="display:inline;fill:#dddddd;stroke:#7c7c7c;stroke-width:6.38899994;stroke-miterlimit:10;stroke-opacity:1">
<path
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
id="path1478-7-9-0-19-0-0-2-2-9"
inkscape:connector-curvature="0"
style="stroke:#7c7c7c;stroke-width:35.52600098;stroke-opacity:1" />
<path
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
sodipodi:nodetypes="cc"
d="M 85.255937,126.08872 C 157.92012,89.606392 277.68509,72.076365 317.498,86.173"
id="path1480-1-3-1-5-7-4-7-6-0"
inkscape:connector-curvature="0"
style="fill:none;stroke:#7c7c7c;stroke-width:10.64900017;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
<circle
style="fill:#39bced;stroke:#008dd2;stroke-width:2.57022929;stroke-miterlimit:10"
id="circle15605-4"
r="18.334303"
cy="158.23784"
cx="301.04865" />
</g>
<g
id="g10229-4"
transform="matrix(0.57673261,0,0,0.57673261,256.18279,45.597522)">
<circle
style="opacity:0.203;fill:#030303;fill-opacity:1;stroke:none;stroke-width:2.57022929;stroke-miterlimit:10"
id="circle15603-3-6-4"
r="18.334303"
cy="65.832329"
cx="152.99588" />
<circle
style="opacity:0.203;fill:#030303;fill-opacity:1;stroke:none;stroke-width:3.39405203;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-6-4"
r="18.671675"
cy="37.181042"
cx="285.39355" />
<circle
style="opacity:0.203;fill:#030303;fill-opacity:1;stroke:none;stroke-width:2.57022929;stroke-miterlimit:10"
id="circle15605-4-4-7"
r="18.334303"
cy="163.15147"
cx="306.88229" />
<circle
transform="rotate(-84.232776)"
style="opacity:0.203;fill:#030303;fill-opacity:1;stroke:none;stroke-width:3.99253249;stroke-miterlimit:10"
id="circle3379-9-6"
r="16.369385"
cy="392.34567"
cx="-80.241524" />
<circle
style="fill:#f58235;stroke:#e76524;stroke-width:2.57022929;stroke-miterlimit:10"
id="circle15603-3-3"
r="18.334303"
cy="59.150921"
cx="149.86938" />
<circle
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:3.39405203;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-1"
r="18.671675"
cy="30.49963"
cx="280.26703" />
id="g12392-1"
transform="matrix(1.3923638,0.04353214,-0.04353214,1.3923638,254.79942,-286.91757)">
<path
id="circle268-7-0-7-5"
d="m 93.273694,239.96336 a 21.972353,21.972353 0 0 1 4.57034,30.73565 21.972353,21.972353 0 0 1 -30.73565,4.57034 21.972353,21.972353 0 0 1 -4.570341,-30.73565 21.972353,21.972353 0 0 1 30.735651,-4.57034 z"
style="opacity:0.13;stroke:#000000;stroke-width:5.35911;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<path
id="circle2836-7-0-6-5"
d="m 96.569454,240.97019 a 23.616208,23.616208 0 0 1 -7.93163,32.44287 23.616208,23.616208 0 0 1 -32.44287,-7.93163 23.616208,23.616208 0 0 1 7.93165,-32.44287 23.616208,23.616208 0 0 1 32.44285,7.93163 z"
style="fill:#d9d98d;stroke:#878578;stroke-width:2.77828;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<g
inkscape:transform-center-y="-4.5768564"
inkscape:transform-center-x="-11.408259"
transform="matrix(-0.21605455,-0.15220095,-0.22774808,0.29088065,290.70694,52.449757)"
id="g1482-7-0-1-0-3-5-7-7"
style="display:inline;fill:#dddddd;stroke:#7c7c7c;stroke-width:6.38899994;stroke-miterlimit:10;stroke-opacity:1">
aria-label="str"
transform="rotate(1.2700671)"
id="text11431-5-2-4-1-4"
style="font-weight:bold;font-size:15.0965px;line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';letter-spacing:0px;word-spacing:0px;fill:#666666;stroke-width:0.377411">
<path
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
id="path1478-7-9-0-19-0-0-2-5"
inkscape:connector-curvature="0"
style="stroke:#7c7c7c;stroke-width:35.52600098;stroke-opacity:1" />
d="m 77.97906,247.41013 v 2.00501 q -0.847704,-0.35383 -1.636437,-0.53074 -0.788734,-0.17691 -1.489011,-0.17691 -0.751876,0 -1.120443,0.19165 -0.361196,0.18429 -0.361196,0.57497 0,0.31697 0.27274,0.48651 0.280111,0.16954 0.99513,0.25062 l 0.464395,0.0663 q 2.027118,0.258 2.727395,0.84771 0.700277,0.5897 0.700277,1.8502 0,1.31947 -0.973017,1.98289 -0.973016,0.66342 -2.904307,0.66342 -0.818218,0 -1.695408,-0.13268 -0.869818,-0.12531 -1.791235,-0.38331 v -2.005 q 0.788733,0.38331 1.614323,0.57496 0.832961,0.19166 1.688037,0.19166 0.77399,0 1.164671,-0.21377 0.390681,-0.21377 0.390681,-0.63394 0,-0.35382 -0.27274,-0.52336 -0.265368,-0.17692 -1.068844,-0.27274 l -0.464394,-0.059 q -1.76175,-0.22114 -2.469398,-0.81822 -0.707649,-0.59708 -0.707649,-1.81335 0,-1.3121 0.899304,-1.94603 0.899303,-0.63394 2.75688,-0.63394 0.729763,0 1.533238,0.11057 0.803476,0.11057 1.747008,0.34645 z"
id="path4946-7" />
<path
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
sodipodi:nodetypes="cc"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
id="path1480-1-3-1-5-7-4-7-9"
inkscape:connector-curvature="0"
style="fill:none;fill-opacity:1;stroke:#7c7c7c;stroke-width:10.64900017;stroke-opacity:1;paint-order:markers fill stroke" />
d="m 83.396993,244.80805 v 2.34409 h 2.720024 v 1.88706 h -2.720024 v 3.50138 q 0,0.57497 0.228512,0.78137 0.228511,0.19902 0.906675,0.19902 h 1.356326 v 1.88707 h -2.263001 q -1.562724,0 -2.218773,-0.64868 -0.648678,-0.65605 -0.648678,-2.21878 v -3.50138 h -1.312098 v -1.88706 h 1.312098 v -2.34409 z"
id="path4948-6" />
<path
d="m 93.864294,249.40039 q -0.346453,-0.16216 -0.692906,-0.23588 -0.339081,-0.0811 -0.685534,-0.0811 -1.017245,0 -1.570095,0.65605 -0.545479,0.64867 -0.545479,1.86494 v 3.80362 h -2.638939 v -8.2559 h 2.638939 v 1.35632 q 0.508622,-0.81084 1.164671,-1.17941 0.66342,-0.37594 1.584838,-0.37594 0.132684,0 0.287482,0.0147 0.154798,0.007 0.449652,0.0442 z"
id="path4950-5" />
</g>
<circle
style="opacity:0.28400005;fill:#dedede;fill-opacity:1;stroke:none;stroke-width:2.57022929;stroke-miterlimit:10;stroke-opacity:1"
id="circle15605-2-6"
r="18.334303"
cy="112.26966"
cx="232.31758" />
</g>
<g
id="g12386-1-6"
transform="matrix(1.4568642,0.04554874,-0.04554874,1.4568642,287.34744,-273.56745)">
<path
id="circle268-6-9-7-2-9"
d="m 70.348346,289.1314 a 21.972353,21.972353 0 0 1 4.57033,30.73565 21.972353,21.972353 0 0 1 -30.73566,4.57034 21.972353,21.972353 0 0 1 -4.57033,-30.73566 21.972353,21.972353 0 0 1 30.73566,-4.57033 z"
style="opacity:0.13;stroke:#000000;stroke-width:5.35911;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<path
id="circle2818-6-2-7-3"
d="m 74.263816,290.72282 a 23.616208,23.616208 0 0 1 -7.93163,32.44288 23.616208,23.616208 0 0 1 -32.44288,-7.93164 23.616208,23.616208 0 0 1 7.93164,-32.44287 23.616208,23.616208 0 0 1 32.44287,7.93163 z"
style="fill:#a6d3e4;fill-opacity:1;stroke:#9bc0bf;stroke-width:2.77828;stroke-miterlimit:10;stroke-opacity:1"
inkscape:connector-curvature="0" />
<g
inkscape:transform-center-y="-12.167418"
inkscape:transform-center-x="0.5354074"
transform="matrix(0.22455705,0.13935147,-0.17868507,0.32334562,251.23249,27.461247)"
id="g1482-7-0-1-0-3-5-2"
style="display:inline;fill:#dddddd;stroke:#7c7c7c;stroke-width:6.38899994;stroke-miterlimit:10;stroke-opacity:1">
aria-label="num"
transform="rotate(1.2700671)"
id="text11431-9-8-0-7"
style="font-weight:bold;font-size:14.2583px;line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';letter-spacing:0px;word-spacing:0px;fill:#666666;stroke-width:0.356455">
<path
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
id="path1478-7-9-0-19-0-0-1"
inkscape:connector-curvature="0"
style="stroke:#7c7c7c;stroke-width:35.52600098;stroke-opacity:1" />
d="m 52.225826,301.07799 v 4.74812 h -2.506342 v -0.77279 -2.8614 q 0,-1.0095 -0.04873,-1.39242 -0.04177,-0.38291 -0.153165,-0.56392 -0.146204,-0.24368 -0.396838,-0.37595 -0.250634,-0.13925 -0.570889,-0.13925 -0.779751,0 -1.225322,0.6057 -0.445572,0.59874 -0.445572,1.66394 v 3.83609 H 44.38655 v -7.79751 h 2.492418 v 1.14178 q 0.563927,-0.68228 1.197474,-1.00254 0.633548,-0.32721 1.399374,-0.32721 1.35064,0 2.046846,0.82848 0.703168,0.82849 0.703168,2.40888 z"
id="path4939-4" />
<path
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
sodipodi:nodetypes="cc"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
id="path1480-1-3-1-5-7-4-78"
inkscape:connector-curvature="0"
style="fill:none;stroke:#7c7c7c;stroke-width:10.64900017;stroke-opacity:1;paint-order:markers fill stroke" />
d="m 54.453686,302.79065 v -4.76205 h 2.506341 v 0.77975 q 0,0.63355 -0.007,1.59432 -0.007,0.9538 -0.007,1.27405 0,0.93988 0.04874,1.3576 0.04873,0.41077 0.167089,0.59874 0.153166,0.24367 0.396838,0.37595 0.250634,0.13228 0.570889,0.13228 0.77975,0 1.225322,-0.59873 0.445572,-0.59874 0.445572,-1.66394 v -3.85002 h 2.492418 v 7.79751 h -2.492418 v -1.12785 q -0.563927,0.68228 -1.197474,1.0095 -0.626586,0.32025 -1.38545,0.32025 -1.35064,0 -2.06077,-0.82848 -0.703168,-0.82849 -0.703168,-2.40888 z"
id="path4941-5" />
<path
d="m 71.914534,299.32355 q 0.47342,-0.72406 1.120891,-1.10001 0.654434,-0.38291 1.434185,-0.38291 1.343677,0 2.046845,0.82848 0.703169,0.82849 0.703169,2.40888 v 4.74812 h -2.506342 v -4.06584 q 0.007,-0.0905 0.007,-0.18798 0.007,-0.0975 0.007,-0.27848 0,-0.82849 -0.243672,-1.19747 -0.243672,-0.37596 -0.786713,-0.37596 -0.71013,0 -1.100006,0.58482 -0.382913,0.58481 -0.396837,1.69178 v 3.82913 h -2.506342 v -4.06584 q 0,-1.29495 -0.222786,-1.66393 -0.222786,-0.37596 -0.793675,-0.37596 -0.717092,0 -1.106967,0.59178 -0.389876,0.58481 -0.389876,1.67786 v 3.83609 h -2.506341 v -7.79751 h 2.506341 v 1.14178 q 0.459496,-0.66139 1.051272,-0.99557 0.598737,-0.33418 1.315829,-0.33418 0.807599,0 1.427222,0.38987 0.619624,0.38988 0.939879,1.09305 z"
id="path4943-2" />
</g>
<circle
style="fill:#ab6510;fill-opacity:1;stroke:#81510b;stroke-width:2.57022929;stroke-miterlimit:10;stroke-opacity:1"
id="circle15605-5"
r="18.334303"
cy="105.58823"
cx="227.19109" />
<g
inkscape:transform-center-y="4.5768618"
inkscape:transform-center-x="-11.40825"
transform="matrix(-0.21605455,0.15220095,-0.22774808,-0.29088065,442.7336,167.45992)"
id="g1482-7-0-1-0-3-5-7-2-1-7"
style="display:inline;fill:#dddddd;stroke:#7c7c7c;stroke-width:6.38899994;stroke-miterlimit:10;stroke-opacity:1">
<path
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
id="path1478-7-9-0-19-0-0-2-2-0-4"
inkscape:connector-curvature="0"
style="stroke:#7c7c7c;stroke-width:35.52600098;stroke-opacity:1" />
<path
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
sodipodi:nodetypes="cc"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
id="path1480-1-3-1-5-7-4-7-6-6-1"
inkscape:connector-curvature="0"
style="fill:none;stroke:#7c7c7c;stroke-width:10.64900017;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
<circle
transform="rotate(-84.232776)"
style="fill:#fce600;stroke:#ffdd00;stroke-width:3.99253249;stroke-miterlimit:10"
id="circle3379-8"
r="16.369385"
cy="386.25748"
cx="-74.496361" />
<g
inkscape:transform-center-y="-11.849154"
inkscape:transform-center-x="2.8428186"
transform="matrix(-0.17782756,0.19550462,0.26038086,0.26207354,230.93391,-39.380283)"
id="g1482-7-0-1-0-3-1-5"
style="display:inline;fill:#dddddd;stroke:#7c7c7c;stroke-width:6.38899994;stroke-miterlimit:10;stroke-opacity:1">
<path
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
id="path1478-7-9-0-19-0-5-9"
inkscape:connector-curvature="0"
style="stroke:#7c7c7c;stroke-width:35.52600098;stroke-opacity:1" />
<path
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
sodipodi:nodetypes="cc"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
id="path1480-1-3-1-5-7-9-7"
inkscape:connector-curvature="0"
style="fill:none;stroke:#7c7c7c;stroke-width:10.64900017;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
<g
inkscape:transform-center-y="-6.8316466"
inkscape:transform-center-x="10.541054"
transform="matrix(0.2383419,-0.11418335,0.17624638,0.32468131,239.75153,70.619936)"
id="g1482-7-0-1-0-3-5-7-2-4-5"
style="display:inline;fill:#dddddd;stroke:#7c7c7c;stroke-width:6.38899994;stroke-miterlimit:10;stroke-opacity:1">
<path
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
id="path1478-7-9-0-19-0-0-2-2-9-3"
inkscape:connector-curvature="0"
style="stroke:#7c7c7c;stroke-width:35.52600098;stroke-opacity:1" />
<path
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
sodipodi:nodetypes="cc"
d="M 85.255937,126.08872 C 157.92012,89.606392 277.68509,72.076365 317.498,86.173"
id="path1480-1-3-1-5-7-4-7-6-0-8"
inkscape:connector-curvature="0"
style="fill:none;stroke:#7c7c7c;stroke-width:10.64900017;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
<circle
style="fill:#39bced;stroke:#008dd2;stroke-width:2.57022929;stroke-miterlimit:10"
id="circle15605-4-8"
r="18.334303"
cy="158.23784"
cx="301.04865" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="0 0 595.3 250"
viewBox="0 0 595.3 389"
version="1.1"
id="svg15613"
sodipodi:docname="pointed_functor.svg"
inkscape:version="1.1.2 (1:1.1+202205011109+08b2f3d93c)"
inkscape:version="1.2.2 (1:1.2.2+202212051552+b0a8486541)"
width="595.29999"
height="250"
height="389"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
@ -40,194 +40,35 @@
inkscape:window-height="1024"
id="namedview15615"
showgrid="false"
inkscape:zoom="2.5774748"
inkscape:cx="260.13833"
inkscape:cy="134.23992"
inkscape:zoom="1.8225499"
inkscape:cx="265.28766"
inkscape:cy="172.28609"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg15613"
inkscape:pagecheckerboard="0"
inkscape:lockguides="true" />
inkscape:lockguides="true"
inkscape:showpageshadow="2"
inkscape:deskcolor="#d1d1d1" />
<g
id="g42748"
transform="matrix(1.3397762,-0.10017139,0.10080481,1.2924446,-230.61269,19.240589)" />
transform="matrix(1.3397762,-0.10017139,0.10080481,1.2924446,-224.29428,86.398386)" />
<ellipse
style="fill:#e6e7e8;stroke:none;stroke-width:2.00003381;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-4"
cy="148.49461"
cx="317.72464"
transform="matrix(0.99739366,-0.07215181,0.08035144,0.9967666,0,0)"
rx="130.45184"
ry="121.83504" />
style="fill:#e6e7e8;stroke:none;stroke-width:3.18838;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-4-5"
cy="216.7549"
cx="290.5177"
transform="matrix(0.997548,-0.06998561,0.08283441,0.99656332,0,0)"
rx="211.13431"
ry="191.30702" />
<g
id="g42748-8"
transform="matrix(1.3397762,-0.10017139,0.10080481,1.2924446,86.027682,-0.38575652)" />
<g
transform="matrix(0.09868208,-0.01209243,0.01652198,0.23495793,326.78911,30.66157)"
id="g16254"
style="fill:#dddddd;stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1">
<path
style="stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-7-4"
d="m 298.19814,219.10584 c 4.66998,-0.36993 9.49727,-0.59529 14.4313,-0.74453 -3.38888,-2.33752 -7.01599,-4.64281 -10.88167,-6.91665 -1.22376,2.67854 -1.95604,4.81755 -3.54963,7.66118 z" />
<path
style="fill:none;stroke:#626262;stroke-width:10.9085;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-5-05"
d="M -1179.189,294.35837 C -917.46382,100.39401 -104.67048,54.838004 303.99415,216.71262"
sodipodi:nodetypes="cc" />
</g>
<g
transform="matrix(0.09868208,-0.01209243,0.01652198,0.23495793,385.02492,31.314095)"
style="display:inline;opacity:0.910116;fill:#dddddd;stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="g16254-4">
<path
style="stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-7-4-6"
d="m 298.19814,219.10584 c 4.66998,-0.36993 9.49727,-0.59529 14.4313,-0.74453 -3.38888,-2.33752 -7.01599,-4.64281 -10.88167,-6.91665 -1.22376,2.67854 -1.95604,4.81755 -3.54963,7.66118 z" />
<path
style="fill:none;stroke:#626262;stroke-width:10.9085;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-5-05-2"
d="M -1176.1744,302.64497 C -914.44921,108.68061 -104.67048,54.838004 303.99415,216.71262"
sodipodi:nodetypes="cc" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#445500;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-1-0-3-5-7-2-1-4"
transform="matrix(0.17286333,-0.01124732,0.03606305,0.23769178,346.78084,100.46554)"
inkscape:transform-center-x="6.7949115"
inkscape:transform-center-y="-10.589917">
<path
style="stroke:#445500;stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-0-2-2-0-4"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke:#445500;stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-4-7-6-6-4"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<g
id="g16122"
transform="translate(-110.61471,101.09528)"
style="fill:#ffffac;fill-opacity:1;stroke:#bbbcbe;stroke-opacity:1">
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:1;fill:#d9d98d;fill-opacity:1;stroke:#878578;stroke-width:1.81156;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-8"
width="22.396215"
height="22.763296"
x="459.48129"
y="71.800171" />
</g>
<g
id="g16134"
transform="translate(-54.672103,22.345626)">
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:1;fill:#a6d3e4;fill-opacity:1;stroke:#9bc0bf;stroke-width:1.81156;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-8-1-5"
width="22.396"
height="22.763296"
x="457.04639"
y="151.73814" />
</g>
<g
transform="matrix(0.09868208,0.01209243,0.01652198,-0.23495793,328.12905,211.46556)"
id="g16254-2"
style="fill:#dddddd;stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1">
<path
style="stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-7-4-4"
d="m 298.19814,219.10584 c 4.66998,-0.36993 9.49727,-0.59529 14.4313,-0.74453 -3.38888,-2.33752 -7.01599,-4.64281 -10.88167,-6.91665 -1.22376,2.67854 -1.95604,4.81755 -3.54963,7.66118 z" />
<path
style="fill:none;stroke:#626262;stroke-width:10.9085;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-5-05-0"
d="M -1179.189,294.35837 C -917.46382,100.39401 -104.67048,54.838004 303.99415,216.71262"
sodipodi:nodetypes="cc" />
</g>
<g
transform="matrix(0.09868208,0.01209243,0.01652198,-0.23495793,385.20798,214.10613)"
style="display:inline;opacity:0.910116;fill:#dddddd;stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="g16254-4-6">
<path
style="stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-7-4-6-2"
d="m 298.19814,219.10584 c 4.66998,-0.36993 9.49727,-0.59529 14.4313,-0.74453 -3.38888,-2.33752 -7.01599,-4.64281 -10.88167,-6.91665 -1.22376,2.67854 -1.95604,4.81755 -3.54963,7.66118 z" />
<path
style="fill:none;stroke:#626262;stroke-width:10.9085;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-5-05-2-9"
d="M -1176.1744,302.64497 C -914.44921,108.68061 -104.67048,54.838004 303.99415,216.71262"
sodipodi:nodetypes="cc" />
</g>
<g
id="g3179"
transform="translate(78.458542,36.340738)">
<g
style="display:inline;fill:#dddddd;stroke:#483737;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-1-0-3"
transform="matrix(0.20316841,-0.0122248,-0.02062295,0.23998804,122.09075,34.938896)"
inkscape:transform-center-x="5.5658533"
inkscape:transform-center-y="-10.420102">
<path
style="stroke:#483737;stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke:#483737;stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<g
id="g16153"
transform="translate(3.1796673,-5.2090552)"
style="fill:#a6d3e4;fill-opacity:1">
<ellipse
ry="11.748343"
rx="12.175604"
transform="matrix(-0.07418163,-0.99724475,0.99700153,-0.07738188,0,0)"
style="fill:#a6d3e4;fill-opacity:1;stroke:#9bc0bf;stroke-width:1.67664;stroke-miterlimit:10;stroke-opacity:1"
id="circle15605"
cy="186.48853"
cx="-106.90229" />
</g>
<g
id="g16126"
transform="rotate(-4.8858794,434.75877,519.89396)"
inkscape:transform-center-x="-0.55451459"
inkscape:transform-center-y="2.8463494"
style="fill:#d9d98d;fill-opacity:1;stroke:#878578;stroke-opacity:1">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#d9d98d;stroke:#878578;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
id="circle15601-9-4"
cy="73.518608"
cx="172.10857" />
</g>
</g>
transform="matrix(1.3397762,-0.10017139,0.10080481,1.2924446,92.346096,66.772041)" />
<g
style="display:inline;fill:#ff8080;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-4"
transform="matrix(3.9844548e-4,0.10764464,-0.12182132,0.00828986,403.89079,93.655219)">
transform="matrix(9.0475613e-4,0.24443031,-0.2766215,0.01882391,422.68127,116.90607)">
<path
style="fill:#ff8080;stroke-width:36.8983"
inkscape:connector-curvature="0"
@ -247,7 +88,7 @@
<g
style="display:inline;fill:#ff8080;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-4-6"
transform="matrix(3.9844548e-4,0.10764464,-0.12182132,0.00828986,462.37062,94.280312)">
transform="matrix(9.0475613e-4,0.24443031,-0.2766215,0.01882391,537.22005,121.36684)">
<path
style="fill:#ff8080;stroke-width:36.8983"
inkscape:connector-curvature="0"
@ -265,55 +106,358 @@
d="M 130.14688,279.92717 C 185.21577,267.47379 255.4831,267.3406 299.21457,275.67914" />
</g>
<g
id="g3179-3"
transform="rotate(-2.3304549,457.57673,-5495.896)">
id="g12404-0"
transform="matrix(0.93083361,0.03969588,-0.03969588,0.93083361,237.40484,15.642517)">
<rect
style="opacity:0.161929;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:3.63184;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
id="rect1814-6-6"
width="65.832924"
height="62.063396"
x="220.30284"
y="214.20256" />
<rect
style="fill:#a6d3e4;fill-opacity:1;stroke:#9bc0bf;stroke-width:3.63184;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
id="rect1814-2"
width="65.832924"
height="62.063396"
x="215.42094"
y="209.91783" />
<g
style="display:inline;fill:#dddddd;stroke:#483737;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-1-0-3-1"
transform="matrix(0.20316841,-0.0122248,-0.02062295,0.23998804,122.09075,34.938896)"
inkscape:transform-center-x="5.5658533"
inkscape:transform-center-y="-10.420102">
aria-label="[num]"
transform="rotate(1.2700671)"
id="text11431-5-2-4-6"
style="font-weight:bold;font-size:20.0611px;line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';letter-spacing:0px;word-spacing:0px;fill:#666666;stroke-width:0.501528">
<path
style="stroke:#483737;stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-8"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
d="m 221.37573,226.21798 h 6.08298 v 2.20398 h -2.75252 v 13.47855 h 2.75252 v 2.20398 h -6.08298 z"
id="path4964" />
<path
style="fill:none;stroke:#483737;stroke-width:10.649;paint-order:markers fill stroke"
d="m 241.53479,234.77921 v 6.68051 h -3.52637 v -1.0873 -4.02593 q 0,-1.42034 -0.0686,-1.95909 -0.0588,-0.53875 -0.2155,-0.79344 -0.20571,-0.34284 -0.55835,-0.52895 -0.35263,-0.19591 -0.80322,-0.19591 -1.0971,0 -1.724,0.8522 -0.62691,0.84241 -0.62691,2.34112 v 5.3973 H 230.5051 V 230.4888 h 3.50678 v 1.60646 q 0.79343,-0.95996 1.68482,-1.41055 0.89138,-0.46038 1.96888,-0.46038 1.90032,0 2.87987,1.16565 0.98934,1.16566 0.98934,3.38923 z"
id="path4966" />
<path
d="m 244.66934,237.1889 v -6.7001 h 3.52636 v 1.09709 q 0,0.89139 -0.01,2.24316 -0.01,1.34198 -0.01,1.79257 0,1.32239 0.0686,1.91012 0.0686,0.57793 0.23509,0.84241 0.2155,0.34284 0.55834,0.52895 0.35264,0.18612 0.80323,0.18612 1.09709,0 1.724,-0.84241 0.62691,-0.84241 0.62691,-2.34112 v -5.41689 h 3.50677 v 10.97092 h -3.50677 v -1.58687 q -0.79343,0.95996 -1.68482,1.42034 -0.88159,0.4506 -1.9493,0.4506 -1.90032,0 -2.89945,-1.16566 -0.98934,-1.16566 -0.98934,-3.38923 z"
id="path4968" />
<path
d="m 269.23635,232.31076 q 0.66609,-1.01873 1.57707,-1.54768 0.92077,-0.53875 2.01786,-0.53875 1.89052,0 2.87987,1.16565 0.98934,1.16566 0.98934,3.38923 v 6.68051 h -3.52637 v -5.72055 q 0.01,-0.12734 0.01,-0.26448 0.01,-0.13714 0.01,-0.39182 0,-1.16566 -0.34284,-1.68482 -0.34284,-0.52895 -1.10688,-0.52895 -0.99914,0 -1.54769,0.82282 -0.53875,0.82282 -0.55834,2.38029 v 5.38751 h -3.52636 v -5.72055 q 0,-1.82196 -0.31346,-2.34112 -0.31345,-0.52895 -1.11668,-0.52895 -1.00893,0 -1.55748,0.83261 -0.54854,0.82282 -0.54854,2.36071 v 5.3973 h -3.52637 V 230.4888 h 3.52637 v 1.60646 q 0.6465,-0.93057 1.47911,-1.40075 0.84241,-0.47018 1.85134,-0.47018 1.13628,0 2.00807,0.54854 0.8718,0.54855 1.32239,1.53789 z"
id="path4970" />
<path
d="m 285.7319,244.10449 h -6.08298 v -2.20398 h 2.75252 v -13.47855 h -2.75252 v -2.20398 h 6.08298 z"
id="path4972" />
</g>
</g>
<g
id="g6483-8"
transform="matrix(0.15266302,-0.91908703,0.91908703,0.15266302,291.89876,413.05352)">
<g
id="g6612"
transform="translate(73.173704,-42.395966)">
<path
id="path2810-7-7"
d="m 141.53377,88.423379 c 0,0 0.26891,0.750171 0.68857,2.050099 0.2295,0.683261 0.4984,1.433432 0.78374,2.357968 0.28537,0.924833 0.60977,1.916288 0.95098,3.082679 1.3474,4.490375 2.78065,10.595295 3.72141,16.747905 0.94132,6.15227 1.36787,12.46083 1.38087,17.18618 -0.0135,2.32949 0.0429,4.33455 -0.0289,5.68208 l -0.0199,0.84846 8.51441,0.48101 c -3.47819,6.29825 -7.33342,12.10386 -11.58245,17.2416 -2.09855,-6.49899 -4.75775,-12.62623 -7.79719,-18.22299 l 8.47535,0.41438 0.0194,-0.84843 c 0.0723,-1.34755 0.0558,-3.28599 0.006,-5.57407 -0.0363,-4.61758 -0.44629,-10.75088 -1.41026,-16.79542 -0.90194,-6.08567 -2.31845,-12.01596 -3.6268,-16.439699 -0.30149,-1.099509 -0.62621,-2.090943 -0.91159,-3.016068 -0.28504,-0.924554 -0.55395,-1.674724 -0.74407,-2.291093 -0.41993,-1.299893 -0.64944,-1.982863 -0.64944,-1.982863 z"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-9"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
style="fill:#666666;stroke-width:0.0891807" />
<path
id="path2812-9-5"
d="m 113.64103,85.101052 c 0,0 0.25991,0.803275 0.6668,2.194718 0.22223,0.73148 0.48185,1.534779 0.75878,2.524588 0.27694,0.990106 0.5915,2.051419 0.9231,3.299873 1.30873,4.806095 2.71303,11.336619 3.65484,17.913569 0.94178,6.57694 1.40106,13.31529 1.45674,18.36004 0.008,2.48677 0.0799,4.62814 0.0247,6.06599 l -0.0101,0.90561 8.01513,0.59148 c -3.21503,6.69176 -6.78881,12.85443 -10.73907,18.3006 -2.0338,-6.9576 -4.59196,-13.52337 -7.50268,-19.52606 l 7.97719,0.51998 0.0101,-0.90562 c 0.0554,-1.43755 0.0223,-3.50742 -0.0453,-5.95065 -0.0763,-4.92972 -0.51826,-11.48126 -1.48068,-17.94315 -0.90445,-6.50513 -2.29141,-12.84884 -3.56283,-17.583712 -0.29394,-1.176651 -0.60822,-2.237982 -0.88516,-3.228098 -0.27691,-0.989809 -0.53683,-1.793081 -0.72145,-2.453055 a 236.44572,236.44572 0 0 0 -0.62883,-2.122953 z"
inkscape:connector-curvature="0"
style="fill:#666666;stroke-width:0.0891807" />
<path
id="path2816-2-9"
d="m 98.559402,92.333331 c 0,0 -0.0849,0.773563 -0.1854,2.102303 -0.0618,0.700671 -0.14689,1.473942 -0.20484,2.416034 -0.0583,0.942127 -0.1393,1.956814 -0.19411,3.140102 -0.24448,4.56418 -0.17661,10.66817 0.39725,16.69222 0.57381,6.02375 1.702568,12.06358 2.855498,16.51044 0.58813,2.18697 1.02714,4.08665 1.43207,5.33518 l 0.22906,0.79297 -8.430248,2.61284 c 5.04685,5.03943 10.350878,9.5197 15.885378,13.27284 0.50275,-6.6437 1.66034,-13.07975 3.33061,-19.11339 l -8.40713,2.54023 -0.22936,-0.79295 c -0.40493,-1.24852 -0.86673,-3.07563 -1.38198,-5.23953 -1.10337,-4.35089 -2.20568,-10.22214 -2.72971,-16.15024 -0.5966,-5.95118 -0.63805,-11.88689 -0.41638,-16.37849 0.0316,-1.110378 0.11279,-2.125083 0.17076,-3.067185 0.0583,-0.941827 0.14301,-1.715073 0.18176,-2.343155 0.1008,-1.328749 0.16243,-2.029401 0.16243,-2.029401 z"
inkscape:connector-curvature="0"
style="fill:#666666;stroke-width:0.0891807" />
<path
id="path2814-02-2"
d="m 89.344406,82.730381 c 0,0 -0.15703,0.894684 -0.38149,2.437999 -0.12698,0.812647 -0.28387,1.707339 -0.42999,2.803316 -0.14572,1.09595 -0.32145,2.273932 -0.48619,3.653187 -0.66995,5.315167 -1.16996,12.477257 -1.15728,19.614957 0.0135,7.13769 0.57929,14.36961 1.31876,19.73828 0.38435,2.64333 0.64674,4.92946 0.93519,6.44807 l 0.15568,0.96039 -8.67643,1.9087 c 4.57925,6.59607 9.4679,12.572 14.6545,17.72713 1.12172,-7.71648 2.87896,-15.10026 5.111844,-21.94246 l -8.646584,1.82669 -0.1555,-0.9604 c -0.2885,-1.51889 -0.58045,-3.72302 -0.89446,-6.3291 -0.69842,-5.24972 -1.25416,-12.28065 -1.22635,-19.29907 -0.0424,-7.05566 0.46894,-14.017101 1.10903,-19.250249 0.1349,-1.296945 0.31057,-2.474918 0.45638,-3.570568 0.14605,-1.096277 0.30282,-1.990944 0.40012,-2.721595 0.22445,-1.543308 0.35132,-2.355951 0.35132,-2.355951 z"
inkscape:connector-curvature="0"
style="fill:#666666;stroke-width:0.0891807" />
</g>
<path
id="path2810-7"
d="m 204.34093,47.157511 c 0,0 0.26891,0.750171 0.68857,2.050099 0.2295,0.683261 0.4984,1.433432 0.78374,2.357968 0.28537,0.924833 0.60977,1.916288 0.95098,3.082679 1.3474,4.490377 2.78065,10.595301 3.72141,16.747913 0.94132,6.152272 1.36787,12.460829 1.38087,17.186181 -0.0135,2.32949 0.0429,4.334546 -0.0289,5.68208 l -0.0199,0.848462 8.51441,0.481001 c -3.47819,6.298256 -7.33342,12.103866 -11.58245,17.241606 -2.09855,-6.49899 -4.75775,-12.62623 -7.79719,-18.222992 l 8.47535,0.414376 0.0194,-0.848422 c 0.0723,-1.347558 0.0558,-3.285999 0.006,-5.574079 -0.0363,-4.617577 -0.44629,-10.750874 -1.41026,-16.795416 -0.90194,-6.085669 -2.31845,-12.015956 -3.6268,-16.439704 -0.30149,-1.099509 -0.62621,-2.090943 -0.91159,-3.016068 -0.28504,-0.924554 -0.55395,-1.674724 -0.74407,-2.291093 -0.41993,-1.299893 -0.64944,-1.982863 -0.64944,-1.982863 z"
inkscape:connector-curvature="0"
style="fill:#9d539f;stroke-width:0.0891807" />
<path
id="path2816-2"
d="m 182.53882,48.621718 c 0,0 -0.0849,0.773563 -0.1854,2.102303 -0.0618,0.700671 -0.14689,1.473942 -0.20484,2.416034 -0.0583,0.942127 -0.1393,1.956814 -0.19411,3.140102 -0.24448,4.564179 -0.17661,10.668168 0.39725,16.692225 0.57381,6.023747 1.70257,12.063574 2.85549,16.510438 0.58813,2.186966 1.02714,4.086649 1.43207,5.335177 l 0.22906,0.792968 -8.43024,2.612838 c 5.04685,5.039437 10.35087,9.519707 15.88537,13.272847 0.50275,-6.6437 1.66034,-13.079751 3.33061,-19.113389 l -8.40713,2.540228 -0.22936,-0.792952 c -0.40493,-1.248525 -0.86673,-3.07563 -1.38198,-5.239535 -1.10337,-4.350883 -2.20568,-10.222135 -2.72971,-16.150231 -0.5966,-5.951179 -0.63805,-11.886897 -0.41638,-16.378497 0.0316,-1.110375 0.11279,-2.12508 0.17076,-3.067182 0.0583,-0.941827 0.14301,-1.715073 0.18176,-2.343155 0.1008,-1.328749 0.16243,-2.029401 0.16243,-2.029401 z"
inkscape:connector-curvature="0"
style="fill:#04bd3d;stroke-width:0.0891807" />
<path
id="path2814-02"
d="m 167.14918,41.948662 c 0,0 -0.15703,0.894684 -0.38149,2.437999 -0.12698,0.812647 -0.28387,1.707339 -0.42999,2.803316 -0.14572,1.09595 -0.32145,2.273932 -0.48619,3.653187 -0.66995,5.315167 -1.16996,12.477257 -1.15728,19.614955 0.0135,7.137696 0.57929,14.36961 1.31876,19.738278 0.38435,2.643335 0.64674,4.929461 0.93519,6.448071 l 0.15568,0.960397 -8.67643,1.908695 c 4.57925,6.59607 9.4679,12.572 14.6545,17.72713 1.12172,-7.71648 2.87896,-15.10026 5.11184,-21.942457 l -8.64658,1.826693 -0.1555,-0.960407 c -0.2885,-1.518892 -0.58045,-3.723015 -0.89446,-6.329101 -0.69842,-5.249711 -1.25416,-12.280648 -1.22635,-19.299064 -0.0424,-7.055665 0.46894,-14.017104 1.10903,-19.250252 0.1349,-1.296945 0.31057,-2.474918 0.45638,-3.570568 0.14605,-1.096277 0.30282,-1.990944 0.40012,-2.721595 0.22445,-1.543308 0.35132,-2.355951 0.35132,-2.355951 z"
inkscape:connector-curvature="0"
style="fill:#0e2db8;stroke-width:0.0891807" />
</g>
<g
id="g12404"
transform="matrix(0.93083361,0.03969588,-0.03969588,0.93083361,114.01398,11.943174)">
<rect
style="opacity:0.161929;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:3.63184;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
id="rect1814-6"
width="65.832924"
height="62.063396"
x="220.30284"
y="214.20256" />
<rect
style="fill:#d9d98d;fill-opacity:1;stroke:#878578;stroke-width:3.63184;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
id="rect1814"
width="65.832924"
height="62.063396"
x="215.42094"
y="209.91783" />
<g
id="g16153-6"
transform="translate(3.1796673,-5.2090552)"
style="fill:#a6d3e4;fill-opacity:1">
<ellipse
ry="11.748343"
rx="12.175604"
transform="matrix(-0.07418163,-0.99724475,0.99700153,-0.07738188,0,0)"
style="fill:#a6d3e4;fill-opacity:1;stroke:#9bc0bf;stroke-width:1.67664;stroke-miterlimit:10;stroke-opacity:1"
id="circle15605-4"
cy="186.48853"
cx="-106.90229" />
aria-label="[str]"
transform="matrix(1.4014079,0.03106989,-0.03106989,1.4014079,-81.924155,-95.373036)"
id="text11431-5-2-4"
style="font-weight:bold;font-size:14.1039px;line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';letter-spacing:0px;word-spacing:0px;fill:#666666;stroke-width:0.352597">
<path
d="m 224.3295,228.6437 h 4.27662 v 1.5495 h -1.93515 v 9.47606 h 1.93515 v 1.5495 h -4.27662 z"
id="path4953" />
<path
d="m 236.77371,231.88732 v 1.87318 q -0.79196,-0.33056 -1.52884,-0.49584 -0.73687,-0.16528 -1.3911,-0.16528 -0.70245,0 -1.04678,0.17905 -0.33745,0.17217 -0.33745,0.53716 0,0.29613 0.25481,0.45452 0.26169,0.15839 0.9297,0.23415 l 0.43386,0.062 q 1.89384,0.24103 2.54807,0.79196 0.65423,0.55094 0.65423,1.72856 0,1.23271 -0.90904,1.85251 -0.90904,0.6198 -2.71334,0.6198 -0.76443,0 -1.58394,-0.12396 -0.81263,-0.11707 -1.67346,-0.3581 v -1.87318 q 0.73687,0.35811 1.50818,0.53716 0.77819,0.17906 1.57705,0.17906 0.7231,0 1.08809,-0.19972 0.365,-0.19971 0.365,-0.59225 0,-0.33056 -0.25481,-0.48895 -0.24792,-0.16528 -0.99857,-0.25481 l -0.43386,-0.0551 q -1.64591,-0.2066 -2.30703,-0.76442 -0.66112,-0.55782 -0.66112,-1.69412 0,-1.22582 0.84017,-1.81808 0.84017,-0.59225 2.57562,-0.59225 0.68178,0 1.43242,0.1033 0.75065,0.1033 1.63214,0.32367 z"
id="path4955" />
<path
d="m 241.83542,229.45633 v 2.18996 h 2.54118 v 1.76299 h -2.54118 v 3.27117 q 0,0.53716 0.21348,0.72998 0.21349,0.18594 0.84706,0.18594 h 1.26715 v 1.76299 h -2.11421 q -1.45997,0 -2.07289,-0.60603 -0.60602,-0.61291 -0.60602,-2.07288 v -3.27117 h -1.22583 v -1.76299 h 1.22583 v -2.18996 z"
id="path4957" />
<path
d="m 251.61449,233.74672 q -0.32368,-0.1515 -0.64735,-0.22037 -0.31679,-0.0757 -0.64046,-0.0757 -0.95036,0 -1.46686,0.61291 -0.50962,0.60603 -0.50962,1.74233 v 3.55352 h -2.46542 v -7.71307 h 2.46542 v 1.26715 q 0.47518,-0.75754 1.0881,-1.10187 0.6198,-0.35122 1.48063,-0.35122 0.12396,0 0.26858,0.0138 0.14462,0.007 0.42009,0.0413 z"
id="path4959" />
<path
d="m 256.88968,241.21876 h -4.27663 v -1.5495 h 1.93516 v -9.47606 h -1.93516 v -1.5495 h 4.27663 z"
id="path4961" />
</g>
</g>
<g
id="g6483"
transform="rotate(-81.001861,315.85473,-5.8735899)">
<path
id="path2810"
d="m 202.20534,47.375253 c 0,0 0.26891,0.750171 0.68857,2.050099 0.2295,0.683261 0.4984,1.433432 0.78374,2.357968 0.28537,0.924833 0.60977,1.916288 0.95098,3.082679 1.3474,4.490377 2.78065,10.595301 3.72141,16.747913 0.94132,6.152272 1.36787,12.460829 1.38087,17.186181 -0.0135,2.32949 0.0429,4.334546 -0.0289,5.68208 l -0.0199,0.848462 8.51441,0.481001 c -3.47819,6.298254 -7.33342,12.103864 -11.58245,17.241604 -2.09855,-6.49899 -4.75775,-12.62623 -7.79719,-18.22299 l 8.47535,0.414376 0.0194,-0.848422 c 0.0723,-1.347558 0.0558,-3.285999 0.006,-5.574079 -0.0363,-4.617577 -0.44629,-10.750874 -1.41026,-16.795416 -0.90194,-6.085669 -2.31845,-12.015956 -3.6268,-16.439704 -0.30149,-1.099509 -0.62621,-2.090943 -0.91159,-3.016068 -0.28504,-0.924554 -0.55395,-1.674724 -0.74407,-2.291093 -0.41993,-1.299893 -0.64944,-1.982863 -0.64944,-1.982863 z"
inkscape:connector-curvature="0"
style="fill:#9d539f;stroke-width:0.0891807" />
<path
id="path2816"
d="m 182.25136,48.69672 c 0,0 -0.0849,0.773563 -0.1854,2.102303 -0.0618,0.700671 -0.14689,1.473942 -0.20484,2.416034 -0.0583,0.942127 -0.1393,1.956814 -0.19411,3.140102 -0.24448,4.564179 -0.17661,10.668168 0.39725,16.692225 0.57381,6.023747 1.70257,12.063574 2.85549,16.510438 0.58813,2.186966 1.02714,4.086649 1.43207,5.335177 l 0.22906,0.792968 -8.43024,2.612838 c 5.04685,5.039435 10.35087,9.519705 15.88537,13.272845 0.50275,-6.6437 1.66034,-13.079749 3.33061,-19.113387 l -8.40713,2.540228 -0.22936,-0.792952 c -0.40493,-1.248525 -0.86673,-3.07563 -1.38198,-5.239535 -1.10337,-4.350883 -2.20568,-10.222135 -2.72971,-16.150231 -0.5966,-5.951179 -0.63805,-11.886897 -0.41638,-16.378497 0.0316,-1.110375 0.11279,-2.12508 0.17076,-3.067182 0.0583,-0.941827 0.14301,-1.715073 0.18176,-2.343155 0.1008,-1.328749 0.16243,-2.029401 0.16243,-2.029401 z"
inkscape:connector-curvature="0"
style="fill:#04bd3d;stroke-width:0.0891807" />
<path
id="path2814"
d="m 169.28477,41.73092 c 0,0 -0.15703,0.894684 -0.38149,2.437999 -0.12698,0.812647 -0.28387,1.707339 -0.42999,2.803316 -0.14572,1.09595 -0.32145,2.273932 -0.48619,3.653187 -0.66995,5.315167 -1.16996,12.477257 -1.15728,19.614955 0.0135,7.137696 0.57929,14.36961 1.31876,19.738278 0.38435,2.643335 0.64674,4.929461 0.93519,6.448071 l 0.15568,0.960397 -8.67643,1.908695 c 4.57925,6.596072 9.4679,12.572002 14.6545,17.727132 1.12172,-7.71648 2.87896,-15.10026 5.11184,-21.942459 l -8.64658,1.826693 -0.1555,-0.960407 c -0.2885,-1.518892 -0.58045,-3.723015 -0.89446,-6.329101 -0.69842,-5.249711 -1.25416,-12.280648 -1.22635,-19.299064 -0.0424,-7.055665 0.46894,-14.017104 1.10903,-19.250252 0.1349,-1.296945 0.31057,-2.474918 0.45638,-3.570568 0.14605,-1.096277 0.30282,-1.990944 0.40012,-2.721595 0.22445,-1.543308 0.35132,-2.355951 0.35132,-2.355951 z"
inkscape:connector-curvature="0"
style="fill:#0e2db8;stroke-width:0.0891807" />
</g>
<g
id="g12392"
transform="matrix(1.3923638,0.04353214,-0.04353214,1.3923638,247.54978,-220.81853)">
<path
id="circle268-7-0-7"
d="m 93.273694,239.96336 a 21.972353,21.972353 0 0 1 4.57034,30.73565 21.972353,21.972353 0 0 1 -30.73565,4.57034 21.972353,21.972353 0 0 1 -4.570341,-30.73565 21.972353,21.972353 0 0 1 30.735651,-4.57034 z"
style="opacity:0.13;stroke:#000000;stroke-width:5.35911;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<path
id="circle2836-7-0-6"
d="m 96.569454,240.97019 a 23.616208,23.616208 0 0 1 -7.93163,32.44287 23.616208,23.616208 0 0 1 -32.44287,-7.93163 23.616208,23.616208 0 0 1 7.93165,-32.44287 23.616208,23.616208 0 0 1 32.44285,7.93163 z"
style="fill:#d9d98d;stroke:#878578;stroke-width:2.77828;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<g
id="g16126-3"
transform="rotate(-4.8858794,434.75877,519.89396)"
inkscape:transform-center-x="-0.55451459"
inkscape:transform-center-y="2.8463494"
style="fill:#d9d98d;fill-opacity:1;stroke:#878578;stroke-opacity:1">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#d9d98d;fill-opacity:1;stroke:#878578;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-3"
cy="73.518608"
cx="172.10857" />
aria-label="str"
transform="rotate(1.2700671)"
id="text11431-5-2-4-1"
style="font-weight:bold;font-size:15.0965px;line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';letter-spacing:0px;word-spacing:0px;fill:#666666;stroke-width:0.377411">
<path
d="m 77.97906,247.41013 v 2.00501 q -0.847704,-0.35383 -1.636437,-0.53074 -0.788734,-0.17691 -1.489011,-0.17691 -0.751876,0 -1.120443,0.19165 -0.361196,0.18429 -0.361196,0.57497 0,0.31697 0.27274,0.48651 0.280111,0.16954 0.99513,0.25062 l 0.464395,0.0663 q 2.027118,0.258 2.727395,0.84771 0.700277,0.5897 0.700277,1.8502 0,1.31947 -0.973017,1.98289 -0.973016,0.66342 -2.904307,0.66342 -0.818218,0 -1.695408,-0.13268 -0.869818,-0.12531 -1.791235,-0.38331 v -2.005 q 0.788733,0.38331 1.614323,0.57496 0.832961,0.19166 1.688037,0.19166 0.77399,0 1.164671,-0.21377 0.390681,-0.21377 0.390681,-0.63394 0,-0.35382 -0.27274,-0.52336 -0.265368,-0.17692 -1.068844,-0.27274 l -0.464394,-0.059 q -1.76175,-0.22114 -2.469398,-0.81822 -0.707649,-0.59708 -0.707649,-1.81335 0,-1.3121 0.899304,-1.94603 0.899303,-0.63394 2.75688,-0.63394 0.729763,0 1.533238,0.11057 0.803476,0.11057 1.747008,0.34645 z"
id="path4946" />
<path
d="m 83.396993,244.80805 v 2.34409 h 2.720024 v 1.88706 h -2.720024 v 3.50138 q 0,0.57497 0.228512,0.78137 0.228511,0.19902 0.906675,0.19902 h 1.356326 v 1.88707 h -2.263001 q -1.562724,0 -2.218773,-0.64868 -0.648678,-0.65605 -0.648678,-2.21878 v -3.50138 h -1.312098 v -1.88706 h 1.312098 v -2.34409 z"
id="path4948" />
<path
d="m 93.864294,249.40039 q -0.346453,-0.16216 -0.692906,-0.23588 -0.339081,-0.0811 -0.685534,-0.0811 -1.017245,0 -1.570095,0.65605 -0.545479,0.64867 -0.545479,1.86494 v 3.80362 h -2.638939 v -8.2559 h 2.638939 v 1.35632 q 0.508622,-0.81084 1.164671,-1.17941 0.66342,-0.37594 1.584838,-0.37594 0.132684,0 0.287482,0.0147 0.154798,0.007 0.449652,0.0442 z"
id="path4950" />
</g>
</g>
<g
id="g12386-1"
transform="matrix(1.4568642,0.04554874,-0.04554874,1.4568642,384.69457,-309.02384)">
<path
id="circle268-6-9-7-2"
d="m 70.348346,289.1314 a 21.972353,21.972353 0 0 1 4.57033,30.73565 21.972353,21.972353 0 0 1 -30.73566,4.57034 21.972353,21.972353 0 0 1 -4.57033,-30.73566 21.972353,21.972353 0 0 1 30.73566,-4.57033 z"
style="opacity:0.13;stroke:#000000;stroke-width:5.35911;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<path
id="circle2818-6-2-7"
d="m 74.263816,290.72282 a 23.616208,23.616208 0 0 1 -7.93163,32.44288 23.616208,23.616208 0 0 1 -32.44288,-7.93164 23.616208,23.616208 0 0 1 7.93164,-32.44287 23.616208,23.616208 0 0 1 32.44287,7.93163 z"
style="fill:#a6d3e4;fill-opacity:1;stroke:#9bc0bf;stroke-width:2.77828;stroke-miterlimit:10;stroke-opacity:1"
inkscape:connector-curvature="0" />
<g
aria-label="num"
transform="rotate(1.2700671)"
id="text11431-9-8-0"
style="font-weight:bold;font-size:14.2583px;line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';letter-spacing:0px;word-spacing:0px;fill:#666666;stroke-width:0.356455">
<path
d="m 52.225826,301.07799 v 4.74812 h -2.506342 v -0.77279 -2.8614 q 0,-1.0095 -0.04873,-1.39242 -0.04177,-0.38291 -0.153165,-0.56392 -0.146204,-0.24368 -0.396838,-0.37595 -0.250634,-0.13925 -0.570889,-0.13925 -0.779751,0 -1.225322,0.6057 -0.445572,0.59874 -0.445572,1.66394 v 3.83609 H 44.38655 v -7.79751 h 2.492418 v 1.14178 q 0.563927,-0.68228 1.197474,-1.00254 0.633548,-0.32721 1.399374,-0.32721 1.35064,0 2.046846,0.82848 0.703168,0.82849 0.703168,2.40888 z"
id="path4939" />
<path
d="m 54.453686,302.79065 v -4.76205 h 2.506341 v 0.77975 q 0,0.63355 -0.007,1.59432 -0.007,0.9538 -0.007,1.27405 0,0.93988 0.04874,1.3576 0.04873,0.41077 0.167089,0.59874 0.153166,0.24367 0.396838,0.37595 0.250634,0.13228 0.570889,0.13228 0.77975,0 1.225322,-0.59873 0.445572,-0.59874 0.445572,-1.66394 v -3.85002 h 2.492418 v 7.79751 h -2.492418 v -1.12785 q -0.563927,0.68228 -1.197474,1.0095 -0.626586,0.32025 -1.38545,0.32025 -1.35064,0 -2.06077,-0.82848 -0.703168,-0.82849 -0.703168,-2.40888 z"
id="path4941" />
<path
d="m 71.914534,299.32355 q 0.47342,-0.72406 1.120891,-1.10001 0.654434,-0.38291 1.434185,-0.38291 1.343677,0 2.046845,0.82848 0.703169,0.82849 0.703169,2.40888 v 4.74812 h -2.506342 v -4.06584 q 0.007,-0.0905 0.007,-0.18798 0.007,-0.0975 0.007,-0.27848 0,-0.82849 -0.243672,-1.19747 -0.243672,-0.37596 -0.786713,-0.37596 -0.71013,0 -1.100006,0.58482 -0.382913,0.58481 -0.396837,1.69178 v 3.82913 h -2.506342 v -4.06584 q 0,-1.29495 -0.222786,-1.66393 -0.222786,-0.37596 -0.793675,-0.37596 -0.717092,0 -1.106967,0.59178 -0.389876,0.58481 -0.389876,1.67786 v 3.83609 h -2.506341 v -7.79751 h 2.506341 v 1.14178 q 0.459496,-0.66139 1.051272,-0.99557 0.598737,-0.33418 1.315829,-0.33418 0.807599,0 1.427222,0.38987 0.619624,0.38988 0.939879,1.09305 z"
id="path4943" />
</g>
</g>
<g
id="g6483-4"
transform="rotate(-81.001861,244.14976,137.48369)">
<path
id="path2810-74"
d="m 202.20534,47.375253 c 0,0 0.26891,0.750171 0.68857,2.050099 0.2295,0.683261 0.4984,1.433432 0.78374,2.357968 0.28537,0.924833 0.60977,1.916288 0.95098,3.082679 1.3474,4.490377 2.78065,10.595301 3.72141,16.747913 0.94132,6.152272 1.36787,12.460829 1.38087,17.186181 -0.0135,2.32949 0.0429,4.334546 -0.0289,5.68208 l -0.0199,0.848462 8.51441,0.481001 c -3.47819,6.298254 -7.33342,12.103864 -11.58245,17.241604 -2.09855,-6.49899 -4.75775,-12.62623 -7.79719,-18.22299 l 8.47535,0.414376 0.0194,-0.848422 c 0.0723,-1.347558 0.0558,-3.285999 0.006,-5.574079 -0.0363,-4.617577 -0.44629,-10.750874 -1.41026,-16.795416 -0.90194,-6.085669 -2.31845,-12.015956 -3.6268,-16.439704 -0.30149,-1.099509 -0.62621,-2.090943 -0.91159,-3.016068 -0.28504,-0.924554 -0.55395,-1.674724 -0.74407,-2.291093 -0.41993,-1.299893 -0.64944,-1.982863 -0.64944,-1.982863 z"
inkscape:connector-curvature="0"
style="fill:#9d539f;stroke-width:0.0891807" />
<path
id="path2816-4"
d="m 182.25136,48.69672 c 0,0 -0.0849,0.773563 -0.1854,2.102303 -0.0618,0.700671 -0.14689,1.473942 -0.20484,2.416034 -0.0583,0.942127 -0.1393,1.956814 -0.19411,3.140102 -0.24448,4.564179 -0.17661,10.668168 0.39725,16.692225 0.57381,6.023747 1.70257,12.063574 2.85549,16.510438 0.58813,2.186966 1.02714,4.086649 1.43207,5.335177 l 0.22906,0.792968 -8.43024,2.612838 c 5.04685,5.039435 10.35087,9.519705 15.88537,13.272845 0.50275,-6.6437 1.66034,-13.079749 3.33061,-19.113387 l -8.40713,2.540228 -0.22936,-0.792952 c -0.40493,-1.248525 -0.86673,-3.07563 -1.38198,-5.239535 -1.10337,-4.350883 -2.20568,-10.222135 -2.72971,-16.150231 -0.5966,-5.951179 -0.63805,-11.886897 -0.41638,-16.378497 0.0316,-1.110375 0.11279,-2.12508 0.17076,-3.067182 0.0583,-0.941827 0.14301,-1.715073 0.18176,-2.343155 0.1008,-1.328749 0.16243,-2.029401 0.16243,-2.029401 z"
inkscape:connector-curvature="0"
style="fill:#04bd3d;stroke-width:0.0891807" />
<path
id="path2814-3"
d="m 169.28477,41.73092 c 0,0 -0.15703,0.894684 -0.38149,2.437999 -0.12698,0.812647 -0.28387,1.707339 -0.42999,2.803316 -0.14572,1.09595 -0.32145,2.273932 -0.48619,3.653187 -0.66995,5.315167 -1.16996,12.477257 -1.15728,19.614955 0.0135,7.137696 0.57929,14.36961 1.31876,19.738278 0.38435,2.643335 0.64674,4.929461 0.93519,6.448071 l 0.15568,0.960397 -8.67643,1.908695 c 4.57925,6.596072 9.4679,12.572002 14.6545,17.727132 1.12172,-7.71648 2.87896,-15.10026 5.11184,-21.942459 l -8.64658,1.826693 -0.1555,-0.960407 c -0.2885,-1.518892 -0.58045,-3.723015 -0.89446,-6.329101 -0.69842,-5.249711 -1.25416,-12.280648 -1.22635,-19.299064 -0.0424,-7.055665 0.46894,-14.017104 1.10903,-19.250252 0.1349,-1.296945 0.31057,-2.474918 0.45638,-3.570568 0.14605,-1.096277 0.30282,-1.990944 0.40012,-2.721595 0.22445,-1.543308 0.35132,-2.355951 0.35132,-2.355951 z"
inkscape:connector-curvature="0"
style="fill:#0e2db8;stroke-width:0.0891807" />
</g>
<g
id="g20349"
transform="translate(6.3184141,67.157797)">
<g
transform="matrix(0.13181922,-0.0215997,0.02207001,0.41968561,385.72718,-58.582706)"
style="display:inline;opacity:0.910116;fill:#dddddd;stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="g16254-4">
<path
style="fill:none;stroke:#626262;stroke-width:10.9085;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-5-05-2"
d="M -1176.1744,302.64497 C -914.44921,108.68061 -104.67048,54.838004 303.99415,216.71262"
sodipodi:nodetypes="cc" />
</g>
<path
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.07914;stroke-miterlimit:10"
inkscape:connector-curvature="0"
id="path1478-7-9-4-3"
d="m 427.0711,26.806395 c 1.68375,0.678918 3.35873,1.482317 5.03693,2.355956 -0.13512,-2.178963 -0.36171,-4.383926 -0.67954,-6.615428 -1.51776,1.492638 -2.64961,2.732754 -4.35736,4.259502 z" />
</g>
<g
id="g20349-2"
transform="translate(-101.59552,68.707165)">
<g
transform="matrix(0.13181922,-0.0215997,0.02207001,0.41968561,385.72718,-58.582706)"
style="display:inline;opacity:0.910116;fill:#dddddd;stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="g16254-4-6">
<path
style="fill:none;stroke:#626262;stroke-width:10.9085;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-5-05-2-6"
d="M -1176.1744,302.64497 C -914.44921,108.68061 -104.67048,54.838004 303.99415,216.71262"
sodipodi:nodetypes="cc" />
</g>
<path
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.07914;stroke-miterlimit:10"
inkscape:connector-curvature="0"
id="path1478-7-9-4-3-4"
d="m 427.0711,26.806395 c 1.68375,0.678918 3.35873,1.482317 5.03693,2.355956 -0.13512,-2.178963 -0.36171,-4.383926 -0.67954,-6.615428 -1.51776,1.492638 -2.64961,2.732754 -4.35736,4.259502 z" />
</g>
<g
id="g20349-9"
transform="matrix(1,0,0,-1,12.270648,311.85608)">
<g
transform="matrix(0.13181922,-0.0215997,0.02207001,0.41968561,385.72718,-58.582706)"
style="display:inline;opacity:0.910116;fill:#dddddd;stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="g16254-4-5">
<path
style="fill:none;stroke:#626262;stroke-width:10.9085;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-5-05-2-0"
d="M -1176.1744,302.64497 C -914.44921,108.68061 -104.67048,54.838004 303.99415,216.71262"
sodipodi:nodetypes="cc" />
</g>
<path
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.07914;stroke-miterlimit:10"
inkscape:connector-curvature="0"
id="path1478-7-9-4-3-48"
d="m 427.0711,26.806395 c 1.68375,0.678918 3.35873,1.482317 5.03693,2.355956 -0.13512,-2.178963 -0.36171,-4.383926 -0.67954,-6.615428 -1.51776,1.492638 -2.64961,2.732754 -4.35736,4.259502 z" />
</g>
<g
id="g20349-2-7"
transform="matrix(1,0,0,-1,-95.643276,310.30671)">
<g
transform="matrix(0.13181922,-0.0215997,0.02207001,0.41968561,385.72718,-58.582706)"
style="display:inline;opacity:0.910116;fill:#dddddd;stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="g16254-4-6-1">
<path
style="fill:none;stroke:#626262;stroke-width:10.9085;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-5-05-2-6-7"
d="M -1176.1744,302.64497 C -914.44921,108.68061 -104.67048,54.838004 303.99415,216.71262"
sodipodi:nodetypes="cc" />
</g>
<path
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.07914;stroke-miterlimit:10"
inkscape:connector-curvature="0"
id="path1478-7-9-4-3-4-2"
d="m 427.0711,26.806395 c 1.68375,0.678918 3.35873,1.482317 5.03693,2.355956 -0.13512,-2.178963 -0.36171,-4.383926 -0.67954,-6.615428 -1.51776,1.492638 -2.64961,2.732754 -4.35736,4.259502 z" />
</g>
<g
id="g12392-0"
transform="matrix(1.3923638,0.04353214,-0.04353214,1.3923638,45.466594,-170.70519)">
<path
id="circle268-7-0-7-7"
d="m 93.273694,239.96336 a 21.972353,21.972353 0 0 1 4.57034,30.73565 21.972353,21.972353 0 0 1 -30.73565,4.57034 21.972353,21.972353 0 0 1 -4.570341,-30.73565 21.972353,21.972353 0 0 1 30.735651,-4.57034 z"
style="opacity:0.13;stroke:#000000;stroke-width:5.35911;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<path
id="circle2836-7-0-6-8"
d="m 96.569454,240.97019 a 23.616208,23.616208 0 0 1 -7.93163,32.44287 23.616208,23.616208 0 0 1 -32.44287,-7.93163 23.616208,23.616208 0 0 1 7.93165,-32.44287 23.616208,23.616208 0 0 1 32.44285,7.93163 z"
style="fill:#d9d98d;stroke:#878578;stroke-width:2.77828;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<g
aria-label="str"
transform="rotate(1.2700671)"
id="text11431-5-2-4-1-6"
style="font-weight:bold;font-size:15.0965px;line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';letter-spacing:0px;word-spacing:0px;fill:#666666;stroke-width:0.377411">
<path
d="m 77.97906,247.41013 v 2.00501 q -0.847704,-0.35383 -1.636437,-0.53074 -0.788734,-0.17691 -1.489011,-0.17691 -0.751876,0 -1.120443,0.19165 -0.361196,0.18429 -0.361196,0.57497 0,0.31697 0.27274,0.48651 0.280111,0.16954 0.99513,0.25062 l 0.464395,0.0663 q 2.027118,0.258 2.727395,0.84771 0.700277,0.5897 0.700277,1.8502 0,1.31947 -0.973017,1.98289 -0.973016,0.66342 -2.904307,0.66342 -0.818218,0 -1.695408,-0.13268 -0.869818,-0.12531 -1.791235,-0.38331 v -2.005 q 0.788733,0.38331 1.614323,0.57496 0.832961,0.19166 1.688037,0.19166 0.77399,0 1.164671,-0.21377 0.390681,-0.21377 0.390681,-0.63394 0,-0.35382 -0.27274,-0.52336 -0.265368,-0.17692 -1.068844,-0.27274 l -0.464394,-0.059 q -1.76175,-0.22114 -2.469398,-0.81822 -0.707649,-0.59708 -0.707649,-1.81335 0,-1.3121 0.899304,-1.94603 0.899303,-0.63394 2.75688,-0.63394 0.729763,0 1.533238,0.11057 0.803476,0.11057 1.747008,0.34645 z"
id="path4946-8" />
<path
d="m 83.396993,244.80805 v 2.34409 h 2.720024 v 1.88706 h -2.720024 v 3.50138 q 0,0.57497 0.228512,0.78137 0.228511,0.19902 0.906675,0.19902 h 1.356326 v 1.88707 h -2.263001 q -1.562724,0 -2.218773,-0.64868 -0.648678,-0.65605 -0.648678,-2.21878 v -3.50138 h -1.312098 v -1.88706 h 1.312098 v -2.34409 z"
id="path4948-8" />
<path
d="m 93.864294,249.40039 q -0.346453,-0.16216 -0.692906,-0.23588 -0.339081,-0.0811 -0.685534,-0.0811 -1.017245,0 -1.570095,0.65605 -0.545479,0.64867 -0.545479,1.86494 v 3.80362 h -2.638939 v -8.2559 h 2.638939 v 1.35632 q 0.508622,-0.81084 1.164671,-1.17941 0.66342,-0.37594 1.584838,-0.37594 0.132684,0 0.287482,0.0147 0.154798,0.007 0.449652,0.0442 z"
id="path4950-4" />
</g>
</g>
<g
id="g12386-1-3"
transform="matrix(1.4568642,0.04554874,-0.04554874,1.4568642,182.61138,-258.9105)">
<path
id="circle268-6-9-7-2-1"
d="m 70.348346,289.1314 a 21.972353,21.972353 0 0 1 4.57033,30.73565 21.972353,21.972353 0 0 1 -30.73566,4.57034 21.972353,21.972353 0 0 1 -4.57033,-30.73566 21.972353,21.972353 0 0 1 30.73566,-4.57033 z"
style="opacity:0.13;stroke:#000000;stroke-width:5.35911;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<path
id="circle2818-6-2-7-4"
d="m 74.263816,290.72282 a 23.616208,23.616208 0 0 1 -7.93163,32.44288 23.616208,23.616208 0 0 1 -32.44288,-7.93164 23.616208,23.616208 0 0 1 7.93164,-32.44287 23.616208,23.616208 0 0 1 32.44287,7.93163 z"
style="fill:#a6d3e4;fill-opacity:1;stroke:#9bc0bf;stroke-width:2.77828;stroke-miterlimit:10;stroke-opacity:1"
inkscape:connector-curvature="0" />
<g
aria-label="num"
transform="rotate(1.2700671)"
id="text11431-9-8-0-9"
style="font-weight:bold;font-size:14.2583px;line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';letter-spacing:0px;word-spacing:0px;fill:#666666;stroke-width:0.356455">
<path
d="m 52.225826,301.07799 v 4.74812 h -2.506342 v -0.77279 -2.8614 q 0,-1.0095 -0.04873,-1.39242 -0.04177,-0.38291 -0.153165,-0.56392 -0.146204,-0.24368 -0.396838,-0.37595 -0.250634,-0.13925 -0.570889,-0.13925 -0.779751,0 -1.225322,0.6057 -0.445572,0.59874 -0.445572,1.66394 v 3.83609 H 44.38655 v -7.79751 h 2.492418 v 1.14178 q 0.563927,-0.68228 1.197474,-1.00254 0.633548,-0.32721 1.399374,-0.32721 1.35064,0 2.046846,0.82848 0.703168,0.82849 0.703168,2.40888 z"
id="path4939-2" />
<path
d="m 54.453686,302.79065 v -4.76205 h 2.506341 v 0.77975 q 0,0.63355 -0.007,1.59432 -0.007,0.9538 -0.007,1.27405 0,0.93988 0.04874,1.3576 0.04873,0.41077 0.167089,0.59874 0.153166,0.24367 0.396838,0.37595 0.250634,0.13228 0.570889,0.13228 0.77975,0 1.225322,-0.59873 0.445572,-0.59874 0.445572,-1.66394 v -3.85002 h 2.492418 v 7.79751 h -2.492418 v -1.12785 q -0.563927,0.68228 -1.197474,1.0095 -0.626586,0.32025 -1.38545,0.32025 -1.35064,0 -2.06077,-0.82848 -0.703168,-0.82849 -0.703168,-2.40888 z"
id="path4941-0" />
<path
d="m 71.914534,299.32355 q 0.47342,-0.72406 1.120891,-1.10001 0.654434,-0.38291 1.434185,-0.38291 1.343677,0 2.046845,0.82848 0.703169,0.82849 0.703169,2.40888 v 4.74812 h -2.506342 v -4.06584 q 0.007,-0.0905 0.007,-0.18798 0.007,-0.0975 0.007,-0.27848 0,-0.82849 -0.243672,-1.19747 -0.243672,-0.37596 -0.786713,-0.37596 -0.71013,0 -1.100006,0.58482 -0.382913,0.58481 -0.396837,1.69178 v 3.82913 h -2.506342 v -4.06584 q 0,-1.29495 -0.222786,-1.66393 -0.222786,-0.37596 -0.793675,-0.37596 -0.717092,0 -1.106967,0.59178 -0.389876,0.58481 -0.389876,1.67786 v 3.83609 h -2.506341 v -7.79751 h 2.506341 v 1.14178 q 0.459496,-0.66139 1.051272,-0.99557 0.598737,-0.33418 1.315829,-0.33418 0.807599,0 1.427222,0.38987 0.619624,0.38988 0.939879,1.09305 z"
id="path4943-6" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 39 KiB

View File

@ -4,7 +4,7 @@
version="1.1"
id="svg15613"
sodipodi:docname="pointed_functor_set.svg"
inkscape:version="1.1.2 (1:1.1+202205011109+08b2f3d93c)"
inkscape:version="1.2.2 (1:1.2.2+202212051552+b0a8486541)"
width="600"
height="250"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
@ -36,13 +36,13 @@
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1024"
inkscape:window-width="1080"
inkscape:window-height="1864"
id="namedview15615"
showgrid="false"
inkscape:zoom="2.8284271"
inkscape:cx="401.10632"
inkscape:cy="153.79573"
inkscape:zoom="0.99999999"
inkscape:cx="309.5"
inkscape:cy="150"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
@ -50,7 +50,10 @@
inkscape:pagecheckerboard="0"
showguides="false"
units="px"
inkscape:document-units="in" />
inkscape:document-units="in"
inkscape:showpageshadow="2"
inkscape:deskcolor="#d1d1d1"
inkscape:lockguides="false" />
<g
id="g42748"
transform="matrix(1.5638628,0,0,1.5638628,-134.36205,313.85009)" />
@ -78,173 +81,247 @@
rx="126.11223"
ry="121.68675" />
<g
id="g12411"
transform="matrix(0.90181829,0,0,0.90181829,149.51312,-135.09415)">
id="g42748-7"
transform="matrix(1.3397762,-0.10017139,0.10080481,1.2924446,-250.27314,384.45484)" />
<g
id="g42748-8-2"
transform="matrix(1.3397762,-0.10017139,0.10080481,1.2924446,66.367234,364.8285)" />
<g
style="display:inline;fill:#ff8080;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-4"
transform="matrix(9.0475613e-4,0.24443031,-0.2766215,0.01882391,339.55788,47.341433)">
<path
style="fill:#ff8080;stroke-width:36.8983"
inkscape:connector-curvature="0"
id="path1478-7-9-9"
d="m 300.11147,308.89056 c 11.45734,-5.05862 23.31627,-9.60141 35.44547,-13.89029 -8.57402,-7.71646 -17.73121,-15.11655 -27.47244,-22.20324 -2.74504,12.60642 -4.33418,22.49306 -7.97303,36.09353 z" />
<path
style="fill:#ff8080;stroke-width:14.2769;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-7"
d="m 130.20492,307.63343 c 55.06889,-12.45337 125.33622,-12.58656 169.06769,-4.24803" />
<path
style="display:inline;fill:#ff8080;stroke:#838383;stroke-width:14.2769;stroke-miterlimit:10;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-7-9"
d="M 130.14688,279.92717 C 185.21577,267.47379 255.4831,267.3406 299.21457,275.67914" />
</g>
<g
style="display:inline;fill:#ff8080;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-4-6"
transform="matrix(9.0475613e-4,0.24443031,-0.2766215,0.01882391,454.09666,51.802203)">
<path
style="fill:#ff8080;stroke-width:36.8983"
inkscape:connector-curvature="0"
id="path1478-7-9-9-1"
d="m 300.11147,308.89056 c 11.45734,-5.05862 23.31627,-9.60141 35.44547,-13.89029 -8.57402,-7.71646 -17.73121,-15.11655 -27.47244,-22.20324 -2.74504,12.60642 -4.33418,22.49306 -7.97303,36.09353 z" />
<path
style="fill:#ff8080;stroke-width:14.2769;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-7-93"
d="m 130.20492,307.63343 c 55.06889,-12.45337 125.33622,-12.58656 169.06769,-4.24803" />
<path
style="display:inline;fill:#ff8080;stroke:#838383;stroke-width:14.2769;stroke-miterlimit:10;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-7-9-1"
d="M 130.14688,279.92717 C 185.21577,267.47379 255.4831,267.3406 299.21457,275.67914" />
</g>
<g
id="g12404-0"
transform="matrix(0.93083361,0.03969588,-0.03969588,0.93083361,154.28145,-53.922127)">
<rect
style="opacity:0.161929;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:3.63184;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
id="rect1814-6-6"
width="65.832924"
height="62.063396"
x="220.30284"
y="214.20256" />
<rect
style="fill:#a6d3e4;fill-opacity:1;stroke:#9bc0bf;stroke-width:3.63184;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
id="rect1814-2"
width="65.832924"
height="62.063396"
x="215.42094"
y="209.91783" />
<g
transform="matrix(1.3930441,0,0,1.3930441,-13.087451,-516.67291)"
id="g12398">
aria-label="[num]"
transform="rotate(1.2700671)"
id="text11431-5-2-4-6"
style="font-weight:bold;font-size:20.0611px;line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';letter-spacing:0px;word-spacing:0px;fill:#666666;stroke-width:0.501528">
<path
inkscape:connector-curvature="0"
style="opacity:0.13;stroke:#000000;stroke-width:5.35911;stroke-miterlimit:10"
d="m 202.73415,608.54435 a 21.972353,21.972353 0 0 1 4.57033,30.73565 21.972353,21.972353 0 0 1 -30.73566,4.57034 21.972353,21.972353 0 0 1 -4.57033,-30.73566 21.972353,21.972353 0 0 1 30.73566,-4.57033 z"
id="circle268-6-9" />
d="m 221.37573,226.21798 h 6.08298 v 2.20398 h -2.75252 v 13.47855 h 2.75252 v 2.20398 h -6.08298 z"
id="path4964" />
<path
inkscape:connector-curvature="0"
style="fill:#a6d3e4;stroke:#9bc0bf;stroke-width:2.77828;stroke-miterlimit:10;fill-opacity:1;stroke-opacity:1"
d="m 206.64962,610.13577 a 23.616208,23.616208 0 0 1 -7.93163,32.44288 23.616208,23.616208 0 0 1 -32.44288,-7.93164 23.616208,23.616208 0 0 1 7.93164,-32.44287 23.616208,23.616208 0 0 1 32.44287,7.93163 z"
id="circle2818-6" />
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.1245px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.253112"
x="184.12337"
y="620.03595"
id="text11431-9"
transform="rotate(1.2700671)"><tspan
sodipodi:role="line"
x="184.12337"
y="620.03595"
style="fill:#666666;stroke-width:0.253112"
id="tspan11815">[num]</tspan></text>
d="m 241.53479,234.77921 v 6.68051 h -3.52637 v -1.0873 -4.02593 q 0,-1.42034 -0.0686,-1.95909 -0.0588,-0.53875 -0.2155,-0.79344 -0.20571,-0.34284 -0.55835,-0.52895 -0.35263,-0.19591 -0.80322,-0.19591 -1.0971,0 -1.724,0.8522 -0.62691,0.84241 -0.62691,2.34112 v 5.3973 H 230.5051 V 230.4888 h 3.50678 v 1.60646 q 0.79343,-0.95996 1.68482,-1.41055 0.89138,-0.46038 1.96888,-0.46038 1.90032,0 2.87987,1.16565 0.98934,1.16566 0.98934,3.38923 z"
id="path4966" />
<path
d="m 244.66934,237.1889 v -6.7001 h 3.52636 v 1.09709 q 0,0.89139 -0.01,2.24316 -0.01,1.34198 -0.01,1.79257 0,1.32239 0.0686,1.91012 0.0686,0.57793 0.23509,0.84241 0.2155,0.34284 0.55834,0.52895 0.35264,0.18612 0.80323,0.18612 1.09709,0 1.724,-0.84241 0.62691,-0.84241 0.62691,-2.34112 v -5.41689 h 3.50677 v 10.97092 h -3.50677 v -1.58687 q -0.79343,0.95996 -1.68482,1.42034 -0.88159,0.4506 -1.9493,0.4506 -1.90032,0 -2.89945,-1.16566 -0.98934,-1.16566 -0.98934,-3.38923 z"
id="path4968" />
<path
d="m 269.23635,232.31076 q 0.66609,-1.01873 1.57707,-1.54768 0.92077,-0.53875 2.01786,-0.53875 1.89052,0 2.87987,1.16565 0.98934,1.16566 0.98934,3.38923 v 6.68051 h -3.52637 v -5.72055 q 0.01,-0.12734 0.01,-0.26448 0.01,-0.13714 0.01,-0.39182 0,-1.16566 -0.34284,-1.68482 -0.34284,-0.52895 -1.10688,-0.52895 -0.99914,0 -1.54769,0.82282 -0.53875,0.82282 -0.55834,2.38029 v 5.38751 h -3.52636 v -5.72055 q 0,-1.82196 -0.31346,-2.34112 -0.31345,-0.52895 -1.11668,-0.52895 -1.00893,0 -1.55748,0.83261 -0.54854,0.82282 -0.54854,2.36071 v 5.3973 h -3.52637 V 230.4888 h 3.52637 v 1.60646 q 0.6465,-0.93057 1.47911,-1.40075 0.84241,-0.47018 1.85134,-0.47018 1.13628,0 2.00807,0.54854 0.8718,0.54855 1.32239,1.53789 z"
id="path4970" />
<path
d="m 285.7319,244.10449 h -6.08298 v -2.20398 h 2.75252 v -13.47855 h -2.75252 v -2.20398 h 6.08298 z"
id="path4972" />
</g>
</g>
<g
id="g20080-4"
transform="matrix(0.25991577,0,0,0.25991577,102.45041,76.468595)">
id="g6483-8"
transform="matrix(0.15266302,-0.91908703,0.91908703,0.15266302,208.77537,343.48888)">
<g
id="g20028-4"
transform="translate(105.47492,125.44516)">
id="g6612"
transform="translate(73.173704,-42.395966)">
<path
id="path2810-6-5-4"
d="m 562.81991,226.41346 c 0,0 2.93096,-0.77849 8.00305,-1.97723 2.66725,-0.65905 5.59825,-1.43761 9.20365,-2.24757 3.60652,-0.80995 7.47572,-1.73835 12.02148,-2.69925 17.50535,-3.80916 41.24549,-7.69437 65.09601,-9.97542 23.84935,-2.28303 48.22433,-2.87592 66.43644,-2.32556 8.97531,0.33412 16.71052,0.40409 21.89291,0.80658 l 3.26672,0.17109 3.12179,-27.5687 c 23.75367,12.07655 45.55269,25.31473 64.71922,39.74706 -25.35786,5.99466 -49.36654,13.85525 -71.38762,23.01627 l 2.85921,-27.45025 -3.26668,-0.16926 c -5.18239,-0.40344 -12.65506,-0.59304 -21.47996,-0.7206 -17.8003,-0.46151 -41.49745,0.10001 -64.93494,2.46991 -23.58677,2.1636 -46.65147,6.01638 -63.89415,9.70702 -4.28214,0.84047 -8.15125,1.7699 -11.75895,2.57993 -3.6054,0.80897 -6.5364,1.58742 -8.93998,2.12707 -5.07209,1.19973 -7.73826,1.85882 -7.73826,1.85882 z"
style="fill:#9d539f;stroke-width:0.315602"
inkscape:connector-curvature="0" />
id="path2810-7-7"
d="m 141.53377,88.423379 c 0,0 0.26891,0.750171 0.68857,2.050099 0.2295,0.683261 0.4984,1.433432 0.78374,2.357968 0.28537,0.924833 0.60977,1.916288 0.95098,3.082679 1.3474,4.490375 2.78065,10.595295 3.72141,16.747905 0.94132,6.15227 1.36787,12.46083 1.38087,17.18618 -0.0135,2.32949 0.0429,4.33455 -0.0289,5.68208 l -0.0199,0.84846 8.51441,0.48101 c -3.47819,6.29825 -7.33342,12.10386 -11.58245,17.2416 -2.09855,-6.49899 -4.75775,-12.62623 -7.79719,-18.22299 l 8.47535,0.41438 0.0194,-0.84843 c 0.0723,-1.34755 0.0558,-3.28599 0.006,-5.57407 -0.0363,-4.61758 -0.44629,-10.75088 -1.41026,-16.79542 -0.90194,-6.08567 -2.31845,-12.01596 -3.6268,-16.439699 -0.30149,-1.099509 -0.62621,-2.090943 -0.91159,-3.016068 -0.28504,-0.924554 -0.55395,-1.674724 -0.74407,-2.291093 -0.41993,-1.299893 -0.64944,-1.982863 -0.64944,-1.982863 z"
inkscape:connector-curvature="0"
style="fill:#666666;stroke-width:0.0891807" />
<path
id="path2812-2-6-4"
d="m 542.53223,265.22483 c 0,0 3.13436,-0.74266 8.55723,-1.88846 2.85199,-0.62948 5.9864,-1.37115 9.84201,-2.14561 3.85684,-0.77449 7.99374,-1.66211 12.85425,-2.58158 18.71634,-3.6441 44.09239,-7.382 69.57834,-9.61326 25.48595,-2.2313 51.52212,-2.87654 70.9715,-2.42456 9.58462,0.2821 17.84746,0.32094 23.38023,0.68092 l 3.4884,0.14875 3.47313,-25.93461 c 25.30939,11.27186 48.52633,23.64158 68.92596,37.14306 -27.11555,5.72703 -52.79916,13.20476 -76.36544,21.89714 l 3.19197,-25.82046 -3.4884,-0.14874 c -5.53168,-0.35977 -13.51332,-0.51199 -22.93883,-0.59959 -19.00915,-0.37061 -44.32272,0.2418 -69.36853,2.55447 -25.20362,2.11912 -49.8571,5.82419 -68.29342,9.35612 -4.57822,0.80625 -8.71512,1.69289 -12.57196,2.46742 -3.85571,0.77445 -6.99003,1.51711 -9.56086,2.03342 a 911.87652,767.83221 0 0 0 -8.2749,1.7743 z"
style="fill:#e90909;stroke-width:0.315602"
inkscape:connector-curvature="0" />
id="path2812-9-5"
d="m 113.64103,85.101052 c 0,0 0.25991,0.803275 0.6668,2.194718 0.22223,0.73148 0.48185,1.534779 0.75878,2.524588 0.27694,0.990106 0.5915,2.051419 0.9231,3.299873 1.30873,4.806095 2.71303,11.336619 3.65484,17.913569 0.94178,6.57694 1.40106,13.31529 1.45674,18.36004 0.008,2.48677 0.0799,4.62814 0.0247,6.06599 l -0.0101,0.90561 8.01513,0.59148 c -3.21503,6.69176 -6.78881,12.85443 -10.73907,18.3006 -2.0338,-6.9576 -4.59196,-13.52337 -7.50268,-19.52606 l 7.97719,0.51998 0.0101,-0.90562 c 0.0554,-1.43755 0.0223,-3.50742 -0.0453,-5.95065 -0.0763,-4.92972 -0.51826,-11.48126 -1.48068,-17.94315 -0.90445,-6.50513 -2.29141,-12.84884 -3.56283,-17.583712 -0.29394,-1.176651 -0.60822,-2.237982 -0.88516,-3.228098 -0.27691,-0.989809 -0.53683,-1.793081 -0.72145,-2.453055 a 236.44572,236.44572 0 0 0 -0.62883,-2.122953 z"
inkscape:connector-curvature="0"
style="fill:#666666;stroke-width:0.0891807" />
<path
id="path2814-5-9-7"
d="m 536.16495,332.53191 c 0,0 3.42453,0.62172 9.33861,1.54364 3.11274,0.5136 6.53732,1.13532 10.73914,1.74686 4.20173,0.61061 8.71517,1.32839 14.00594,2.03592 20.3834,2.84056 47.90967,5.36121 75.41828,6.21524 27.50852,0.85407 55.46275,-0.0777 76.26218,-1.8039 10.244,-0.91572 19.09318,-1.4804 24.98842,-2.22606 l 3.72431,-0.38439 6.06332,28.39416 c 26.10143,-14.03231 49.85911,-29.14634 70.49826,-45.33001 -29.57021,-4.60771 -57.76344,-11.23596 -83.79878,-19.33963 l 5.75171,28.28693 -3.72431,0.38442 c -5.89625,0.74566 -14.4339,1.41655 -24.52378,2.10875 -20.33498,1.6079 -47.51305,2.52956 -74.55597,1.55906 -27.19687,-0.74687 -53.9482,-3.27961 -74.01994,-6.01294 -4.97803,-0.60043 -9.49142,-1.31817 -13.69202,-1.92883 -4.20295,-0.6115 -7.62744,-1.23226 -10.42861,-1.63962 -5.91408,-0.92192 -9.02691,-1.43552 -9.02691,-1.43552 z"
style="fill:#0e2db8;stroke-width:0.315602"
inkscape:connector-curvature="0" />
id="path2816-2-9"
d="m 98.559402,92.333331 c 0,0 -0.0849,0.773563 -0.1854,2.102303 -0.0618,0.700671 -0.14689,1.473942 -0.20484,2.416034 -0.0583,0.942127 -0.1393,1.956814 -0.19411,3.140102 -0.24448,4.56418 -0.17661,10.66817 0.39725,16.69222 0.57381,6.02375 1.702568,12.06358 2.855498,16.51044 0.58813,2.18697 1.02714,4.08665 1.43207,5.33518 l 0.22906,0.79297 -8.430248,2.61284 c 5.04685,5.03943 10.350878,9.5197 15.885378,13.27284 0.50275,-6.6437 1.66034,-13.07975 3.33061,-19.11339 l -8.40713,2.54023 -0.22936,-0.79295 c -0.40493,-1.24852 -0.86673,-3.07563 -1.38198,-5.23953 -1.10337,-4.35089 -2.20568,-10.22214 -2.72971,-16.15024 -0.5966,-5.95118 -0.63805,-11.88689 -0.41638,-16.37849 0.0316,-1.110378 0.11279,-2.125083 0.17076,-3.067185 0.0583,-0.941827 0.14301,-1.715073 0.18176,-2.343155 0.1008,-1.328749 0.16243,-2.029401 0.16243,-2.029401 z"
inkscape:connector-curvature="0"
style="fill:#666666;stroke-width:0.0891807" />
<path
id="path2814-02-2"
d="m 89.344406,82.730381 c 0,0 -0.15703,0.894684 -0.38149,2.437999 -0.12698,0.812647 -0.28387,1.707339 -0.42999,2.803316 -0.14572,1.09595 -0.32145,2.273932 -0.48619,3.653187 -0.66995,5.315167 -1.16996,12.477257 -1.15728,19.614957 0.0135,7.13769 0.57929,14.36961 1.31876,19.73828 0.38435,2.64333 0.64674,4.92946 0.93519,6.44807 l 0.15568,0.96039 -8.67643,1.9087 c 4.57925,6.59607 9.4679,12.572 14.6545,17.72713 1.12172,-7.71648 2.87896,-15.10026 5.111844,-21.94246 l -8.646584,1.82669 -0.1555,-0.9604 c -0.2885,-1.51889 -0.58045,-3.72302 -0.89446,-6.3291 -0.69842,-5.24972 -1.25416,-12.28065 -1.22635,-19.29907 -0.0424,-7.05566 0.46894,-14.017101 1.10903,-19.250249 0.1349,-1.296945 0.31057,-2.474918 0.45638,-3.570568 0.14605,-1.096277 0.30282,-1.990944 0.40012,-2.721595 0.22445,-1.543308 0.35132,-2.355951 0.35132,-2.355951 z"
inkscape:connector-curvature="0"
style="fill:#666666;stroke-width:0.0891807" />
</g>
<path
id="path2816-8-8-6"
d="m 671.21125,429.74672 c 0,0 2.96847,0.37274 8.07411,0.86524 2.69096,0.28869 5.65825,0.66158 9.28022,0.96771 3.62202,0.30701 7.52027,0.69726 12.07217,1.02377 17.5526,1.36569 41.0859,1.91095 64.38633,0.80431 23.29939,-1.10656 46.74328,-4.01183 64.05201,-7.19534 8.51554,-1.63427 15.90177,-2.82056 20.77359,-3.97797 l 3.08998,-0.64385 8.81354,27.68352 c 20.17225,-15.74484 38.22786,-32.3943 53.5158,-49.88295 -25.52811,-2.46456 -50.1584,-7.0281 -73.16158,-13.20476 l 8.53721,27.59944 -3.09007,0.64483 c -4.87173,1.15742 -11.98171,2.42676 -20.39754,3.82733 -16.93142,3.03481 -39.72175,5.87541 -62.64504,6.83238 -23.02307,1.1897 -45.90385,0.57981 -63.18026,-0.7029 -4.27435,-0.24143 -8.17265,-0.6326 -11.79458,-0.93877 -3.62088,-0.30701 -6.58817,-0.67898 -9.00281,-0.8837 -5.10568,-0.4935 -7.7966,-0.78128 -7.7966,-0.78128 z"
style="fill:#04bd3d;stroke-width:0.315602"
inkscape:connector-curvature="0" />
id="path2810-7"
d="m 204.34093,47.157511 c 0,0 0.26891,0.750171 0.68857,2.050099 0.2295,0.683261 0.4984,1.433432 0.78374,2.357968 0.28537,0.924833 0.60977,1.916288 0.95098,3.082679 1.3474,4.490377 2.78065,10.595301 3.72141,16.747913 0.94132,6.152272 1.36787,12.460829 1.38087,17.186181 -0.0135,2.32949 0.0429,4.334546 -0.0289,5.68208 l -0.0199,0.848462 8.51441,0.481001 c -3.47819,6.298256 -7.33342,12.103866 -11.58245,17.241606 -2.09855,-6.49899 -4.75775,-12.62623 -7.79719,-18.222992 l 8.47535,0.414376 0.0194,-0.848422 c 0.0723,-1.347558 0.0558,-3.285999 0.006,-5.574079 -0.0363,-4.617577 -0.44629,-10.750874 -1.41026,-16.795416 -0.90194,-6.085669 -2.31845,-12.015956 -3.6268,-16.439704 -0.30149,-1.099509 -0.62621,-2.090943 -0.91159,-3.016068 -0.28504,-0.924554 -0.55395,-1.674724 -0.74407,-2.291093 -0.41993,-1.299893 -0.64944,-1.982863 -0.64944,-1.982863 z"
inkscape:connector-curvature="0"
style="fill:#9d539f;stroke-width:0.0891807" />
<path
id="path2816-2"
d="m 182.53882,48.621718 c 0,0 -0.0849,0.773563 -0.1854,2.102303 -0.0618,0.700671 -0.14689,1.473942 -0.20484,2.416034 -0.0583,0.942127 -0.1393,1.956814 -0.19411,3.140102 -0.24448,4.564179 -0.17661,10.668168 0.39725,16.692225 0.57381,6.023747 1.70257,12.063574 2.85549,16.510438 0.58813,2.186966 1.02714,4.086649 1.43207,5.335177 l 0.22906,0.792968 -8.43024,2.612838 c 5.04685,5.039437 10.35087,9.519707 15.88537,13.272847 0.50275,-6.6437 1.66034,-13.079751 3.33061,-19.113389 l -8.40713,2.540228 -0.22936,-0.792952 c -0.40493,-1.248525 -0.86673,-3.07563 -1.38198,-5.239535 -1.10337,-4.350883 -2.20568,-10.222135 -2.72971,-16.150231 -0.5966,-5.951179 -0.63805,-11.886897 -0.41638,-16.378497 0.0316,-1.110375 0.11279,-2.12508 0.17076,-3.067182 0.0583,-0.941827 0.14301,-1.715073 0.18176,-2.343155 0.1008,-1.328749 0.16243,-2.029401 0.16243,-2.029401 z"
inkscape:connector-curvature="0"
style="fill:#04bd3d;stroke-width:0.0891807" />
<path
id="path2814-02"
d="m 167.14918,41.948662 c 0,0 -0.15703,0.894684 -0.38149,2.437999 -0.12698,0.812647 -0.28387,1.707339 -0.42999,2.803316 -0.14572,1.09595 -0.32145,2.273932 -0.48619,3.653187 -0.66995,5.315167 -1.16996,12.477257 -1.15728,19.614955 0.0135,7.137696 0.57929,14.36961 1.31876,19.738278 0.38435,2.643335 0.64674,4.929461 0.93519,6.448071 l 0.15568,0.960397 -8.67643,1.908695 c 4.57925,6.59607 9.4679,12.572 14.6545,17.72713 1.12172,-7.71648 2.87896,-15.10026 5.11184,-21.942457 l -8.64658,1.826693 -0.1555,-0.960407 c -0.2885,-1.518892 -0.58045,-3.723015 -0.89446,-6.329101 -0.69842,-5.249711 -1.25416,-12.280648 -1.22635,-19.299064 -0.0424,-7.055665 0.46894,-14.017104 1.10903,-19.250252 0.1349,-1.296945 0.31057,-2.474918 0.45638,-3.570568 0.14605,-1.096277 0.30282,-1.990944 0.40012,-2.721595 0.22445,-1.543308 0.35132,-2.355951 0.35132,-2.355951 z"
inkscape:connector-curvature="0"
style="fill:#0e2db8;stroke-width:0.0891807" />
</g>
<g
id="g12404"
transform="matrix(0.90181829,0,0,0.90181829,26.80286,-36.492551)">
<path
id="circle268-7-0"
d="m 271.90352,225.26701 a 30.608457,30.608457 0 0 1 6.36669,42.81611 30.608457,30.608457 0 0 1 -42.81612,6.36669 30.608457,30.608457 0 0 1 -6.36668,-42.81612 30.608457,30.608457 0 0 1 42.81611,-6.36668 z"
style="opacity:0.13;stroke:#000000;stroke-width:7.46547;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<path
id="circle2836-7-0"
d="m 276.49466,226.66956 a 32.898419,32.898419 0 0 1 -11.04911,45.19435 32.898419,32.898419 0 0 1 -45.19435,-11.04911 32.898419,32.898419 0 0 1 11.04914,-45.19435 32.898419,32.898419 0 0 1 45.19432,11.04911 z"
style="fill:#d9d98d;stroke:#878578;stroke-width:3.87027;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<text
transform="rotate(1.2700671)"
id="text11431-5-2-4"
y="241.60732"
x="223.73181"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:14.1039px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.352597"
xml:space="preserve"><tspan
style="fill:#666666;stroke-width:0.352597"
y="241.60732"
x="223.73181"
id="tspan11429-9-2-6"
sodipodi:role="line">[string]</tspan></text>
id="g12404-2"
transform="matrix(0.93083361,0.03969588,-0.03969588,0.93083361,30.890588,-57.621467)">
<rect
style="opacity:0.161929;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:3.63184;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
id="rect1814-6"
width="65.832924"
height="62.063396"
x="220.30284"
y="214.20256" />
<rect
style="fill:#d9d98d;fill-opacity:1;stroke:#878578;stroke-width:3.63184;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
id="rect1814"
width="65.832924"
height="62.063396"
x="215.42094"
y="209.91783" />
<g
aria-label="[str]"
transform="matrix(1.4014079,0.03106989,-0.03106989,1.4014079,-81.924155,-95.373036)"
id="text11431-5-2-4-61"
style="font-weight:bold;font-size:14.1039px;line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';letter-spacing:0px;word-spacing:0px;fill:#666666;stroke-width:0.352597">
<path
d="m 224.3295,228.6437 h 4.27662 v 1.5495 h -1.93515 v 9.47606 h 1.93515 v 1.5495 h -4.27662 z"
id="path4953" />
<path
d="m 236.77371,231.88732 v 1.87318 q -0.79196,-0.33056 -1.52884,-0.49584 -0.73687,-0.16528 -1.3911,-0.16528 -0.70245,0 -1.04678,0.17905 -0.33745,0.17217 -0.33745,0.53716 0,0.29613 0.25481,0.45452 0.26169,0.15839 0.9297,0.23415 l 0.43386,0.062 q 1.89384,0.24103 2.54807,0.79196 0.65423,0.55094 0.65423,1.72856 0,1.23271 -0.90904,1.85251 -0.90904,0.6198 -2.71334,0.6198 -0.76443,0 -1.58394,-0.12396 -0.81263,-0.11707 -1.67346,-0.3581 v -1.87318 q 0.73687,0.35811 1.50818,0.53716 0.77819,0.17906 1.57705,0.17906 0.7231,0 1.08809,-0.19972 0.365,-0.19971 0.365,-0.59225 0,-0.33056 -0.25481,-0.48895 -0.24792,-0.16528 -0.99857,-0.25481 l -0.43386,-0.0551 q -1.64591,-0.2066 -2.30703,-0.76442 -0.66112,-0.55782 -0.66112,-1.69412 0,-1.22582 0.84017,-1.81808 0.84017,-0.59225 2.57562,-0.59225 0.68178,0 1.43242,0.1033 0.75065,0.1033 1.63214,0.32367 z"
id="path4955" />
<path
d="m 241.83542,229.45633 v 2.18996 h 2.54118 v 1.76299 h -2.54118 v 3.27117 q 0,0.53716 0.21348,0.72998 0.21349,0.18594 0.84706,0.18594 h 1.26715 v 1.76299 h -2.11421 q -1.45997,0 -2.07289,-0.60603 -0.60602,-0.61291 -0.60602,-2.07288 v -3.27117 h -1.22583 v -1.76299 h 1.22583 v -2.18996 z"
id="path4957" />
<path
d="m 251.61449,233.74672 q -0.32368,-0.1515 -0.64735,-0.22037 -0.31679,-0.0757 -0.64046,-0.0757 -0.95036,0 -1.46686,0.61291 -0.50962,0.60603 -0.50962,1.74233 v 3.55352 h -2.46542 v -7.71307 h 2.46542 v 1.26715 q 0.47518,-0.75754 1.0881,-1.10187 0.6198,-0.35122 1.48063,-0.35122 0.12396,0 0.26858,0.0138 0.14462,0.007 0.42009,0.0413 z"
id="path4959" />
<path
d="m 256.88968,241.21876 h -4.27663 v -1.5495 h 1.93516 v -9.47606 h -1.93516 v -1.5495 h 4.27663 z"
id="path4961" />
</g>
</g>
<g
id="g20028"
transform="matrix(0.25991577,0,0,0.25991577,126.36834,-1.4373898)">
id="g6483"
transform="rotate(-81.001861,233.56951,8.0049866)">
<path
id="path2810-6-5"
d="m 562.81991,226.41346 c 0,0 2.93096,-0.77849 8.00305,-1.97723 2.66725,-0.65905 5.59825,-1.43761 9.20365,-2.24757 3.60652,-0.80995 7.47572,-1.73835 12.02148,-2.69925 17.50535,-3.80916 41.24549,-7.69437 65.09601,-9.97542 23.84935,-2.28303 48.22433,-2.87592 66.43644,-2.32556 8.97531,0.33412 16.71052,0.40409 21.89291,0.80658 l 3.26672,0.17109 3.12179,-27.5687 c 23.75367,12.07655 45.55269,25.31473 64.71922,39.74706 -25.35786,5.99466 -49.36654,13.85525 -71.38762,23.01627 l 2.85921,-27.45025 -3.26668,-0.16926 c -5.18239,-0.40344 -12.65506,-0.59304 -21.47996,-0.7206 -17.8003,-0.46151 -41.49745,0.10001 -64.93494,2.46991 -23.58677,2.1636 -46.65147,6.01638 -63.89415,9.70702 -4.28214,0.84047 -8.15125,1.7699 -11.75895,2.57993 -3.6054,0.80897 -6.5364,1.58742 -8.93998,2.12707 -5.07209,1.19973 -7.73826,1.85882 -7.73826,1.85882 z"
style="fill:#9d539f;stroke-width:0.315602"
inkscape:connector-curvature="0" />
id="path2810"
d="m 202.20534,47.375253 c 0,0 0.26891,0.750171 0.68857,2.050099 0.2295,0.683261 0.4984,1.433432 0.78374,2.357968 0.28537,0.924833 0.60977,1.916288 0.95098,3.082679 1.3474,4.490377 2.78065,10.595301 3.72141,16.747913 0.94132,6.152272 1.36787,12.460829 1.38087,17.186181 -0.0135,2.32949 0.0429,4.334546 -0.0289,5.68208 l -0.0199,0.848462 8.51441,0.481001 c -3.47819,6.298254 -7.33342,12.103864 -11.58245,17.241604 -2.09855,-6.49899 -4.75775,-12.62623 -7.79719,-18.22299 l 8.47535,0.414376 0.0194,-0.848422 c 0.0723,-1.347558 0.0558,-3.285999 0.006,-5.574079 -0.0363,-4.617577 -0.44629,-10.750874 -1.41026,-16.795416 -0.90194,-6.085669 -2.31845,-12.015956 -3.6268,-16.439704 -0.30149,-1.099509 -0.62621,-2.090943 -0.91159,-3.016068 -0.28504,-0.924554 -0.55395,-1.674724 -0.74407,-2.291093 -0.41993,-1.299893 -0.64944,-1.982863 -0.64944,-1.982863 z"
inkscape:connector-curvature="0"
style="fill:#9d539f;stroke-width:0.0891807" />
<path
id="path2812-2-6"
d="m 542.53223,265.22483 c 0,0 3.13436,-0.74266 8.55723,-1.88846 2.85199,-0.62948 5.9864,-1.37115 9.84201,-2.14561 3.85684,-0.77449 7.99374,-1.66211 12.85425,-2.58158 18.71634,-3.6441 44.09239,-7.382 69.57834,-9.61326 25.48595,-2.2313 51.52212,-2.87654 70.9715,-2.42456 9.58462,0.2821 17.84746,0.32094 23.38023,0.68092 l 3.4884,0.14875 3.47313,-25.93461 c 25.30939,11.27186 48.52633,23.64158 68.92596,37.14306 -27.11555,5.72703 -52.79916,13.20476 -76.36544,21.89714 l 3.19197,-25.82046 -3.4884,-0.14874 c -5.53168,-0.35977 -13.51332,-0.51199 -22.93883,-0.59959 -19.00915,-0.37061 -44.32272,0.2418 -69.36853,2.55447 -25.20362,2.11912 -49.8571,5.82419 -68.29342,9.35612 -4.57822,0.80625 -8.71512,1.69289 -12.57196,2.46742 -3.85571,0.77445 -6.99003,1.51711 -9.56086,2.03342 a 911.87652,767.83221 0 0 0 -8.2749,1.7743 z"
style="fill:#e90909;stroke-width:0.315602"
inkscape:connector-curvature="0" />
id="path2816"
d="m 182.25136,48.69672 c 0,0 -0.0849,0.773563 -0.1854,2.102303 -0.0618,0.700671 -0.14689,1.473942 -0.20484,2.416034 -0.0583,0.942127 -0.1393,1.956814 -0.19411,3.140102 -0.24448,4.564179 -0.17661,10.668168 0.39725,16.692225 0.57381,6.023747 1.70257,12.063574 2.85549,16.510438 0.58813,2.186966 1.02714,4.086649 1.43207,5.335177 l 0.22906,0.792968 -8.43024,2.612838 c 5.04685,5.039435 10.35087,9.519705 15.88537,13.272845 0.50275,-6.6437 1.66034,-13.079749 3.33061,-19.113387 l -8.40713,2.540228 -0.22936,-0.792952 c -0.40493,-1.248525 -0.86673,-3.07563 -1.38198,-5.239535 -1.10337,-4.350883 -2.20568,-10.222135 -2.72971,-16.150231 -0.5966,-5.951179 -0.63805,-11.886897 -0.41638,-16.378497 0.0316,-1.110375 0.11279,-2.12508 0.17076,-3.067182 0.0583,-0.941827 0.14301,-1.715073 0.18176,-2.343155 0.1008,-1.328749 0.16243,-2.029401 0.16243,-2.029401 z"
inkscape:connector-curvature="0"
style="fill:#04bd3d;stroke-width:0.0891807" />
<path
id="path2814-5-9"
d="m 536.16495,332.53191 c 0,0 3.42453,0.62172 9.33861,1.54364 3.11274,0.5136 6.53732,1.13532 10.73914,1.74686 4.20173,0.61061 8.71517,1.32839 14.00594,2.03592 20.3834,2.84056 47.90967,5.36121 75.41828,6.21524 27.50852,0.85407 55.46275,-0.0777 76.26218,-1.8039 10.244,-0.91572 19.09318,-1.4804 24.98842,-2.22606 l 3.72431,-0.38439 6.06332,28.39416 c 26.10143,-14.03231 49.85911,-29.14634 70.49826,-45.33001 -29.57021,-4.60771 -57.76344,-11.23596 -83.79878,-19.33963 l 5.75171,28.28693 -3.72431,0.38442 c -5.89625,0.74566 -14.4339,1.41655 -24.52378,2.10875 -20.33498,1.6079 -47.51305,2.52956 -74.55597,1.55906 -27.19687,-0.74687 -53.9482,-3.27961 -74.01994,-6.01294 -4.97803,-0.60043 -9.49142,-1.31817 -13.69202,-1.92883 -4.20295,-0.6115 -7.62744,-1.23226 -10.42861,-1.63962 -5.91408,-0.92192 -9.02691,-1.43552 -9.02691,-1.43552 z"
style="fill:#0e2db8;stroke-width:0.315602"
inkscape:connector-curvature="0" />
<path
id="path2816-8-8"
d="m 561.67622,311.53987 c 0,0 2.96847,0.37274 8.07411,0.86524 2.69096,0.28869 5.65825,0.66158 9.28022,0.96771 3.62202,0.30701 7.52027,0.69726 12.07217,1.02377 17.5526,1.36569 41.0859,1.91095 64.38633,0.80431 23.29939,-1.10656 46.74328,-4.01183 64.05201,-7.19534 8.51554,-1.63427 15.90177,-2.82056 20.77359,-3.97797 l 3.08998,-0.64385 8.81354,27.68352 c 20.17225,-15.74484 38.22786,-32.3943 53.5158,-49.88295 -25.52811,-2.46456 -50.1584,-7.0281 -73.16158,-13.20476 l 8.53721,27.59944 -3.09007,0.64483 c -4.87173,1.15742 -11.98171,2.42676 -20.39754,3.82733 -16.93142,3.03481 -39.72175,5.87541 -62.64504,6.83238 -23.02307,1.1897 -45.90385,0.57981 -63.18026,-0.7029 -4.27435,-0.24143 -8.17265,-0.6326 -11.79458,-0.93877 -3.62088,-0.30701 -6.58817,-0.67898 -9.00281,-0.8837 -5.10568,-0.4935 -7.7966,-0.78128 -7.7966,-0.78128 z"
style="fill:#04bd3d;stroke-width:0.315602"
inkscape:connector-curvature="0" />
</g>
<path
id="path2816-8-8-3"
d="m 244.9431,88.932911 c 0,0 -0.12952,0.766752 -0.31357,2.087178 -0.10453,0.695618 -0.23408,1.462062 -0.35346,2.399259 -0.11961,0.937198 -0.26385,1.945213 -0.39874,3.123662 -0.54787,4.54306 -0.94852,10.64824 -0.91764,16.71115 0.031,6.06263 0.52725,12.18256 1.16342,16.71241 0.33064,2.2293 0.55739,4.16043 0.80432,5.43831 l 0.13315,0.80949 -7.28596,1.98399 c 3.86659,5.41169 7.99142,10.28369 12.36463,14.44625 0.92101,-6.60208 2.37723,-12.9479 4.23442,-18.85343 l -7.26108,1.91314 -0.13342,-0.80954 c -0.24693,-1.27785 -0.4983,-3.13816 -0.76936,-5.33901 -0.60169,-4.4302 -1.08848,-10.37972 -1.08464,-16.34303 -0.0555,-5.99179 0.35476,-11.92682 0.87803,-16.399074 0.1097,-1.107314 0.25424,-2.115329 0.37363,-3.052517 0.11961,-0.936899 0.24884,-1.703356 0.32857,-2.328143 0.18436,-1.320426 0.28871,-2.016038 0.28871,-2.016038 z"
style="fill:#4d4d4d;stroke-width:0.08203"
inkscape:connector-curvature="0" />
<path
id="path2816-8-8-3-1"
d="m 366.62727,85.023289 c 0,0 -0.12952,0.766754 -0.31357,2.087178 -0.10454,0.695618 -0.23408,1.462072 -0.35346,2.399263 -0.11961,0.937192 -0.26384,1.945208 -0.39875,3.123659 -0.54786,4.543063 -0.94851,10.648251 -0.91764,16.711151 0.0309,6.06264 0.52725,12.18257 1.16343,16.7124 0.33064,2.22932 0.55739,4.16044 0.80431,5.43834 l 0.13315,0.80947 -7.28595,1.984 c 3.86661,5.41168 7.99141,10.28369 12.36461,14.44623 0.92103,-6.60207 2.37724,-12.9479 4.23443,-18.85342 l -7.26107,1.91314 -0.13343,-0.80955 c -0.24693,-1.27784 -0.49827,-3.13815 -0.76935,-5.33901 -0.60169,-4.43019 -1.08846,-10.3797 -1.08464,-16.34302 -0.0555,-5.99179 0.35476,-11.926811 0.87804,-16.399076 0.1097,-1.107314 0.25424,-2.11533 0.37361,-3.052511 0.11961,-0.936898 0.24885,-1.703357 0.32858,-2.328144 0.18436,-1.320425 0.28871,-2.016044 0.28871,-2.016044 z"
style="fill:#4d4d4d;stroke-width:0.08203"
inkscape:connector-curvature="0" />
<g
id="g12386"
transform="matrix(1.2562726,0,0,1.2562726,302.03989,-313.71353)">
<path
id="circle268-6-9-7"
d="m 70.348346,289.1314 a 21.972353,21.972353 0 0 1 4.57033,30.73565 21.972353,21.972353 0 0 1 -30.73566,4.57034 21.972353,21.972353 0 0 1 -4.57033,-30.73566 21.972353,21.972353 0 0 1 30.73566,-4.57033 z"
style="opacity:0.13;stroke:#000000;stroke-width:5.35911;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<path
id="circle2818-6-2"
d="m 74.263816,290.72282 a 23.616208,23.616208 0 0 1 -7.93163,32.44288 23.616208,23.616208 0 0 1 -32.44288,-7.93164 23.616208,23.616208 0 0 1 7.93164,-32.44287 23.616208,23.616208 0 0 1 32.44287,7.93163 z"
style="fill:#a6d3e4;stroke:#9bc0bf;stroke-width:2.77828;stroke-miterlimit:10;fill-opacity:1;stroke-opacity:1"
inkscape:connector-curvature="0" />
<text
transform="rotate(1.2700671)"
id="text11431-9-8"
y="304.47513"
x="48.886883"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.1245px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.253112"
xml:space="preserve"><tspan
id="tspan11815-2"
style="fill:#666666;stroke-width:0.253112"
y="304.47513"
x="48.886883"
sodipodi:role="line">num</tspan></text>
id="path2814"
d="m 169.28477,41.73092 c 0,0 -0.15703,0.894684 -0.38149,2.437999 -0.12698,0.812647 -0.28387,1.707339 -0.42999,2.803316 -0.14572,1.09595 -0.32145,2.273932 -0.48619,3.653187 -0.66995,5.315167 -1.16996,12.477257 -1.15728,19.614955 0.0135,7.137696 0.57929,14.36961 1.31876,19.738278 0.38435,2.643335 0.64674,4.929461 0.93519,6.448071 l 0.15568,0.960397 -8.67643,1.908695 c 4.57925,6.596072 9.4679,12.572002 14.6545,17.727132 1.12172,-7.71648 2.87896,-15.10026 5.11184,-21.942459 l -8.64658,1.826693 -0.1555,-0.960407 c -0.2885,-1.518892 -0.58045,-3.723015 -0.89446,-6.329101 -0.69842,-5.249711 -1.25416,-12.280648 -1.22635,-19.299064 -0.0424,-7.055665 0.46894,-14.017104 1.10903,-19.250252 0.1349,-1.296945 0.31057,-2.474918 0.45638,-3.570568 0.14605,-1.096277 0.30282,-1.990944 0.40012,-2.721595 0.22445,-1.543308 0.35132,-2.355951 0.35132,-2.355951 z"
inkscape:connector-curvature="0"
style="fill:#0e2db8;stroke-width:0.0891807" />
</g>
<g
id="g12392"
transform="matrix(1.2562726,0,0,1.2562726,151.56395,-250.15527)">
id="g12392-06"
transform="matrix(1.3923638,0.04353214,-0.04353214,1.3923638,164.42639,-290.38317)">
<path
id="circle268-7-0-7"
id="circle268-7-0-7-1"
d="m 93.273694,239.96336 a 21.972353,21.972353 0 0 1 4.57034,30.73565 21.972353,21.972353 0 0 1 -30.73565,4.57034 21.972353,21.972353 0 0 1 -4.570341,-30.73565 21.972353,21.972353 0 0 1 30.735651,-4.57034 z"
style="opacity:0.13;stroke:#000000;stroke-width:5.35911;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<path
id="circle2836-7-0-6"
id="circle2836-7-0-6-5"
d="m 96.569454,240.97019 a 23.616208,23.616208 0 0 1 -7.93163,32.44287 23.616208,23.616208 0 0 1 -32.44287,-7.93163 23.616208,23.616208 0 0 1 7.93165,-32.44287 23.616208,23.616208 0 0 1 32.44285,7.93163 z"
style="fill:#d9d98d;stroke:#878578;stroke-width:2.77828;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<text
<g
aria-label="str"
transform="rotate(1.2700671)"
id="text11431-5-2-4-1"
y="253.09364"
x="64.649704"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.1245px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.253112"
xml:space="preserve"><tspan
style="fill:#666666;stroke-width:0.253112"
y="253.09364"
x="64.649704"
id="tspan11429-9-2-6-3"
sodipodi:role="line">string</tspan></text>
id="text11431-5-2-4-1-9"
style="font-weight:bold;font-size:15.0965px;line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';letter-spacing:0px;word-spacing:0px;fill:#666666;stroke-width:0.377411">
<path
d="m 77.97906,247.41013 v 2.00501 q -0.847704,-0.35383 -1.636437,-0.53074 -0.788734,-0.17691 -1.489011,-0.17691 -0.751876,0 -1.120443,0.19165 -0.361196,0.18429 -0.361196,0.57497 0,0.31697 0.27274,0.48651 0.280111,0.16954 0.99513,0.25062 l 0.464395,0.0663 q 2.027118,0.258 2.727395,0.84771 0.700277,0.5897 0.700277,1.8502 0,1.31947 -0.973017,1.98289 -0.973016,0.66342 -2.904307,0.66342 -0.818218,0 -1.695408,-0.13268 -0.869818,-0.12531 -1.791235,-0.38331 v -2.005 q 0.788733,0.38331 1.614323,0.57496 0.832961,0.19166 1.688037,0.19166 0.77399,0 1.164671,-0.21377 0.390681,-0.21377 0.390681,-0.63394 0,-0.35382 -0.27274,-0.52336 -0.265368,-0.17692 -1.068844,-0.27274 l -0.464394,-0.059 q -1.76175,-0.22114 -2.469398,-0.81822 -0.707649,-0.59708 -0.707649,-1.81335 0,-1.3121 0.899304,-1.94603 0.899303,-0.63394 2.75688,-0.63394 0.729763,0 1.533238,0.11057 0.803476,0.11057 1.747008,0.34645 z"
id="path4946" />
<path
d="m 83.396993,244.80805 v 2.34409 h 2.720024 v 1.88706 h -2.720024 v 3.50138 q 0,0.57497 0.228512,0.78137 0.228511,0.19902 0.906675,0.19902 h 1.356326 v 1.88707 h -2.263001 q -1.562724,0 -2.218773,-0.64868 -0.648678,-0.65605 -0.648678,-2.21878 v -3.50138 h -1.312098 v -1.88706 h 1.312098 v -2.34409 z"
id="path4948" />
<path
d="m 93.864294,249.40039 q -0.346453,-0.16216 -0.692906,-0.23588 -0.339081,-0.0811 -0.685534,-0.0811 -1.017245,0 -1.570095,0.65605 -0.545479,0.64867 -0.545479,1.86494 v 3.80362 h -2.638939 v -8.2559 h 2.638939 v 1.35632 q 0.508622,-0.81084 1.164671,-1.17941 0.66342,-0.37594 1.584838,-0.37594 0.132684,0 0.287482,0.0147 0.154798,0.007 0.449652,0.0442 z"
id="path4950" />
</g>
</g>
<g
id="g12386-1"
transform="matrix(1.4568642,0.04554874,-0.04554874,1.4568642,301.57118,-378.58848)">
<path
id="circle268-6-9-7-2"
d="m 70.348346,289.1314 a 21.972353,21.972353 0 0 1 4.57033,30.73565 21.972353,21.972353 0 0 1 -30.73566,4.57034 21.972353,21.972353 0 0 1 -4.57033,-30.73566 21.972353,21.972353 0 0 1 30.73566,-4.57033 z"
style="opacity:0.13;stroke:#000000;stroke-width:5.35911;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<path
id="circle2818-6-2-7"
d="m 74.263816,290.72282 a 23.616208,23.616208 0 0 1 -7.93163,32.44288 23.616208,23.616208 0 0 1 -32.44288,-7.93164 23.616208,23.616208 0 0 1 7.93164,-32.44287 23.616208,23.616208 0 0 1 32.44287,7.93163 z"
style="fill:#a6d3e4;fill-opacity:1;stroke:#9bc0bf;stroke-width:2.77828;stroke-miterlimit:10;stroke-opacity:1"
inkscape:connector-curvature="0" />
<g
aria-label="num"
transform="rotate(1.2700671)"
id="text11431-9-8-0"
style="font-weight:bold;font-size:14.2583px;line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';letter-spacing:0px;word-spacing:0px;fill:#666666;stroke-width:0.356455">
<path
d="m 52.225826,301.07799 v 4.74812 h -2.506342 v -0.77279 -2.8614 q 0,-1.0095 -0.04873,-1.39242 -0.04177,-0.38291 -0.153165,-0.56392 -0.146204,-0.24368 -0.396838,-0.37595 -0.250634,-0.13925 -0.570889,-0.13925 -0.779751,0 -1.225322,0.6057 -0.445572,0.59874 -0.445572,1.66394 v 3.83609 H 44.38655 v -7.79751 h 2.492418 v 1.14178 q 0.563927,-0.68228 1.197474,-1.00254 0.633548,-0.32721 1.399374,-0.32721 1.35064,0 2.046846,0.82848 0.703168,0.82849 0.703168,2.40888 z"
id="path4939" />
<path
d="m 54.453686,302.79065 v -4.76205 h 2.506341 v 0.77975 q 0,0.63355 -0.007,1.59432 -0.007,0.9538 -0.007,1.27405 0,0.93988 0.04874,1.3576 0.04873,0.41077 0.167089,0.59874 0.153166,0.24367 0.396838,0.37595 0.250634,0.13228 0.570889,0.13228 0.77975,0 1.225322,-0.59873 0.445572,-0.59874 0.445572,-1.66394 v -3.85002 h 2.492418 v 7.79751 h -2.492418 v -1.12785 q -0.563927,0.68228 -1.197474,1.0095 -0.626586,0.32025 -1.38545,0.32025 -1.35064,0 -2.06077,-0.82848 -0.703168,-0.82849 -0.703168,-2.40888 z"
id="path4941" />
<path
d="m 71.914534,299.32355 q 0.47342,-0.72406 1.120891,-1.10001 0.654434,-0.38291 1.434185,-0.38291 1.343677,0 2.046845,0.82848 0.703169,0.82849 0.703169,2.40888 v 4.74812 h -2.506342 v -4.06584 q 0.007,-0.0905 0.007,-0.18798 0.007,-0.0975 0.007,-0.27848 0,-0.82849 -0.243672,-1.19747 -0.243672,-0.37596 -0.786713,-0.37596 -0.71013,0 -1.100006,0.58482 -0.382913,0.58481 -0.396837,1.69178 v 3.82913 h -2.506342 v -4.06584 q 0,-1.29495 -0.222786,-1.66393 -0.222786,-0.37596 -0.793675,-0.37596 -0.717092,0 -1.106967,0.59178 -0.389876,0.58481 -0.389876,1.67786 v 3.83609 h -2.506341 v -7.79751 h 2.506341 v 1.14178 q 0.459496,-0.66139 1.051272,-0.99557 0.598737,-0.33418 1.315829,-0.33418 0.807599,0 1.427222,0.38987 0.619624,0.38988 0.939879,1.09305 z"
id="path4943" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 26 KiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 70 KiB

View File

@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:foo="foo"
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"
width="595.3"
height="200"
version="1.1"
id="svg2850"
sodipodi:docname="order_category.svg"
inkscape:version="1.0.1 (0767f8302a, 2020-10-17)">
sodipodi:docname="set_arrows.svg"
inkscape:version="1.2.2 (1:1.2.2+202212051552+b0a8486541)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:foo="foo">
<metadata
id="metadata2856">
<rdf:RDF>
@ -37,18 +37,21 @@
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2560"
inkscape:window-height="1376"
inkscape:window-width="1080"
inkscape:window-height="1864"
id="namedview2852"
showgrid="false"
inkscape:zoom="3.3021282"
inkscape:cx="294.10033"
inkscape:cy="100.74849"
inkscape:zoom="1.6510641"
inkscape:cx="294.65846"
inkscape:cy="100.54122"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="switch2848"
inkscape:document-rotation="0" />
inkscape:current-layer="g2846"
inkscape:document-rotation="0"
inkscape:showpageshadow="2"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1" />
<switch
transform="translate(0 -159)"
id="switch2848">
@ -82,22 +85,6 @@
fill="#04bd3d"
stroke-width="0.164458"
id="path2816" />
<circle
cx="200.04495"
cy="270.79187"
r="45.712955"
id="circle268-6"
style="opacity:0.13;stroke:#000000;stroke-width:11.1495;stroke-miterlimit:10" />
<circle
cy="173.33594"
cx="280.60294"
stroke-miterlimit="10"
transform="rotate(22.196)"
r="49.132961"
fill="#dbdb8b"
stroke="#878578"
stroke-width="5.78016"
id="circle2818" />
<text
style="line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;stroke-width:0.548194"
x="232.00705"
@ -162,40 +149,6 @@
y="302.50186"
id="tspan2832"
style="stroke-width:0.548194">&gt;0</tspan></text>
<text
style="line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start"
x="158.65335"
y="270.22379"
transform="rotate(0.221)"
font-weight="700"
font-size="16.6147px"
font-family="sans-serif"
letter-spacing="0"
word-spacing="0"
fill="#9d539f"
stroke-width="0.623296"
id="text2840"><tspan
x="158.65335"
y="270.22379"
fill="#797979"
id="tspan2838"
style="stroke-width:0.4138">number</tspan></text>
<text
style="line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;fill:#d45500;stroke-width:0.548194"
x="311.70355"
y="157.6181"
transform="rotate(5.4347187)"
font-weight="700"
font-size="14.6187px"
font-family="sans-serif"
letter-spacing="0"
word-spacing="0"
fill="#9d539f"
id="text2822-2"><tspan
x="311.70355"
y="157.6181"
id="tspan2820-9"
style="fill:#d45500;stroke-width:0.548194">toBit</tspan></text>
<circle
cy="96.078194"
cx="471.58591"
@ -208,37 +161,50 @@
id="circle2836" />
<text
style="line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start"
x="364.87466"
y="269.95184"
x="364.46014"
y="275.07004"
transform="rotate(0.221)"
font-weight="700"
font-size="16.6147px"
font-size="30.4924px"
font-family="sans-serif"
letter-spacing="0"
word-spacing="0"
fill="#9d539f"
stroke-width="0.623296"
stroke-width="1.14392"
id="text2844"><tspan
x="364.87466"
y="269.95184"
x="364.46014"
y="275.07004"
fill="#797979"
id="tspan2842"
style="stroke-width:0.4138">boolean</tspan></text>
style="stroke-width:0.759433">bool</tspan></text>
<g
id="g9775"
transform="matrix(0.82572983,0,0,0.82572983,58.271082,98.983539)">
id="g12386-1"
transform="matrix(2.1609381,0.06756155,-0.06756155,2.1609381,93.40026,-388.08209)">
<path
d="m 218.22815,109.35527 c -7.38305,14.27163 -13.38355,28.63245 -17.65523,42.89629 14.6729,-4.16347 29.35072,-6.82454 43.51498,-8.12144 z"
fill="#9d539f"
stroke-width="0.199167"
id="path2810-6"
style="fill:#d45500"
sodipodi:nodetypes="cccc" />
id="circle268-6-9-7-2"
d="m 70.348346,289.1314 a 21.972353,21.972353 0 0 1 4.57033,30.73565 21.972353,21.972353 0 0 1 -30.73566,4.57034 21.972353,21.972353 0 0 1 -4.57033,-30.73566 21.972353,21.972353 0 0 1 30.73566,-4.57033 z"
style="opacity:0.13;stroke:#000000;stroke-width:5.35911;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:0;stroke:#d45500;stroke-width:4.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 227.78876,129.15039 c 47.69223,-35.157956 129.04722,-22.13645 156.55801,19.40978"
id="path9756"
sodipodi:nodetypes="cc" />
id="circle2818-6-2-7"
d="m 74.263816,290.72282 a 23.616208,23.616208 0 0 1 -7.93163,32.44288 23.616208,23.616208 0 0 1 -32.44288,-7.93164 23.616208,23.616208 0 0 1 7.93164,-32.44287 23.616208,23.616208 0 0 1 32.44287,7.93163 z"
style="fill:#a6d3e4;fill-opacity:1;stroke:#9bc0bf;stroke-width:2.77828;stroke-miterlimit:10;stroke-opacity:1"
inkscape:connector-curvature="0" />
<g
aria-label="num"
transform="rotate(1.2700671)"
id="text11431-9-8-0"
style="font-weight:bold;font-size:14.2583px;line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';letter-spacing:0px;word-spacing:0px;fill:#666666;stroke-width:0.356455">
<path
d="m 52.225826,301.07799 v 4.74812 h -2.506342 v -0.77279 -2.8614 q 0,-1.0095 -0.04873,-1.39242 -0.04177,-0.38291 -0.153165,-0.56392 -0.146204,-0.24368 -0.396838,-0.37595 -0.250634,-0.13925 -0.570889,-0.13925 -0.779751,0 -1.225322,0.6057 -0.445572,0.59874 -0.445572,1.66394 v 3.83609 H 44.38655 v -7.79751 h 2.492418 v 1.14178 q 0.563927,-0.68228 1.197474,-1.00254 0.633548,-0.32721 1.399374,-0.32721 1.35064,0 2.046846,0.82848 0.703168,0.82849 0.703168,2.40888 z"
id="path4939" />
<path
d="m 54.453686,302.79065 v -4.76205 h 2.506341 v 0.77975 q 0,0.63355 -0.007,1.59432 -0.007,0.9538 -0.007,1.27405 0,0.93988 0.04874,1.3576 0.04873,0.41077 0.167089,0.59874 0.153166,0.24367 0.396838,0.37595 0.250634,0.13228 0.570889,0.13228 0.77975,0 1.225322,-0.59873 0.445572,-0.59874 0.445572,-1.66394 v -3.85002 h 2.492418 v 7.79751 h -2.492418 v -1.12785 q -0.563927,0.68228 -1.197474,1.0095 -0.626586,0.32025 -1.38545,0.32025 -1.35064,0 -2.06077,-0.82848 -0.703168,-0.82849 -0.703168,-2.40888 z"
id="path4941" />
<path
d="m 71.914534,299.32355 q 0.47342,-0.72406 1.120891,-1.10001 0.654434,-0.38291 1.434185,-0.38291 1.343677,0 2.046845,0.82848 0.703169,0.82849 0.703169,2.40888 v 4.74812 h -2.506342 v -4.06584 q 0.007,-0.0905 0.007,-0.18798 0.007,-0.0975 0.007,-0.27848 0,-0.82849 -0.243672,-1.19747 -0.243672,-0.37596 -0.786713,-0.37596 -0.71013,0 -1.100006,0.58482 -0.382913,0.58481 -0.396837,1.69178 v 3.82913 h -2.506342 v -4.06584 q 0,-1.29495 -0.222786,-1.66393 -0.222786,-0.37596 -0.793675,-0.37596 -0.717092,0 -1.106967,0.59178 -0.389876,0.58481 -0.389876,1.67786 v 3.83609 h -2.506341 v -7.79751 h 2.506341 v 1.14178 q 0.459496,-0.66139 1.051272,-0.99557 0.598737,-0.33418 1.315829,-0.33418 0.807599,0 1.427222,0.38987 0.619624,0.38988 0.939879,1.09305 z"
id="path4943" />
</g>
</g>
</g>
</switch>

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,4 +1,3 @@
---
layout: default
title: Natural transformations
---
@ -175,8 +174,16 @@ Isomorphism is not hard to construct - given two sets, containing three objects
But most of these isomorphisms, are just random. In our studies we are only interested in structures that *make sense*. In category theory the abstract notion of making sense is captured by the naturality condition.
Natural transformations and associativity
===
The definition of natural transformation just states that (ab)c = a(bc)
Free objects
===
https://math.stackexchange.com/questions/131389/what-are-free-objects
Monads

View File

@ -1,4 +1,3 @@
---
layout: default
title: Adjunctions
---

View File

@ -68,12 +68,12 @@ window.MathJax = {
<div class="footer" style="background-color:#39bcedff">
<div class="container">
<h1>Created by Boris Marinov</h1>
<h1>Created by Jencel Panic</h1>
<p><a target="_blank" href="/">personal blog</a></p>
<p><a href="mailto:marinovboris@protonmail.com">email</a></p>
<p><a target="_blank" href="https://mastodon.social/@borko">mastodon</a></p>
<p><a target="_blank" href="https://mathstodon.xyz/@abuseofnotation">mastodon</a></p>
<p><a target="_blank" href="https://twitter.com/AlexanderKatt/">twitter</a></p>
<p><a target="_blank" href="https://github.com/boris-marinov/category-theory-illustrated">Github</a></p>
<p><a target="_blank" href="https://github.com/abuseofnotation/category-theory-illustrated">Github</a></p>
<h1>Support this project</h1>
<p><a target="_blank" href="https://ko-fi.com/borismarinov">Ko-fi</a></p>

View File

@ -3,6 +3,7 @@ invertible
coproduct
Coproduct
morphism
morphism.
Morphism
coproducts
morphism
@ -95,6 +96,7 @@ cartesian
Functor
functor
functors
functors.
Functors
isomorphism
isomorphisms
@ -170,3 +172,5 @@ Peirce
Umberto
signifier
TODO
operandi
mathy