This commit is contained in:
Boris Marinov 2021-11-20 08:07:21 +02:00
parent c21742160a
commit 65689e6d5e
24 changed files with 3198 additions and 624 deletions

View File

@ -6,7 +6,9 @@ title: Sets
Sets
===
Let's begin our inquiry by looking at the basic theory of sets. You will understand why shortly. For now, it suffices to say that sets are an example of a category.
Let's begin our inquiry by looking at the basic theory of sets. Set theory and category theory share many similarities. We can view category theory is a *generalization* of set theory. That is it is is meant to describe the same thing as set theory (everything?), but to do it in a more absract manner, one that is more versatile and (hopefully) simpler.
In other words sets are an *example of a category* (the *proto-example*, we might say), and it is useful to have examples.
What is an Abstract Theory
===
@ -14,63 +16,69 @@ What is an Abstract Theory
> Instead of asking what can be defined and deduced from what is assumed to begin with, we ask instead what more general ideas and principles can be found, in terms of which what was our starting-point can be defined or deduced.
> Bertrand Russell, from Introduction to Mathematical Philosophy
Most scientific and mathematical theories have a specific domain, to which they are related, and in which they are valid. They are created with this domain in mind and are not intended to be used outside of it. For example, Darwin's theory of evolution is created so it explains how different biological species came to be. And quantum mechanics is a description of what particles are at the low scale. Even the work of most mathematicians, although it is not bound to a specific domain, is strongly related to it, as differential equations are linked to the description of events that change over time.
Most scientific and mathematical theories have a specific *domain*, to which they are tied to, and in which they are valid. They are created with this domain in mind and are not intended to be used outside of it. For example, Darwin's theory of evolution is created in order to explain how different *biological species* came to evolve using natural selection, quantum mechanics is a description of how particles behave at a specific scale etc.
Set theory and category theory are different. They are not created to provide a rigorous explanation of how a particular phenomenon works, but to try to provide a more general framework for explaining all kinds of phenomena. Theories that are like that are called *abstract* theories. All theories *use abstraction*, else they would be pretty useless (without it Darwin would have to speak about specific animal species or even individual animals) but few are inherently abstract, so some of their core concepts are left unspecified. Or in other words, all theories are applicable outside of their domains, but set theory and category theory do not have a domain, to begin with.
Even most mathematical theories, although not inherently *bound* to a specific domain, like the scientific ones, are often strongly related to one, as differential equations are linked to how events change over time.
Set theory and category theory are different. They are not created to provide a rigorous explanation of how a particular phenomenon works. Instead they provide a more general framework for explaining all kinds of phenomena. They work less like tools and more like languages for defining tools. Theories that are like that are called *abstract* theories.
The borders of the two are sometimes blurry, because all theories *use abstraction*, otherwise they would be pretty useless: without abstraction Darwin would have to speak about specific animal species or even individual animals. But theories have core concept that don't refer to anything in particular, but instead are left for people to generalize on. All theories are applicable outside of their domains, but set theory and category theory do not have a domain to begin with.
Concrete theories, like the theory of evolution, are composed of concrete concepts. For example the concept of a *population*, also called a *gene-pool*, refers to a group of individuals that can interbreed. Abstract theories, like set theory, are composed of abstract concepts, like the concept of a set. The concept for a set by itself does not refer to anything. However, we cannot say that it is empty concept, as there are countless things that can be represented by sets, like for example a gene pools can be (very aptly) represented by sets of individual animals. And species of animals can too be represented by set - a set of all populations that can theoretically interbreed.
You already see how abstract theories may be useful. Because they are so simple, they can be used as building blocks of many concrete theories. Because they are common, they can be used to unify and compare different concrete theories, by putting these theories in common grounds (this is very characteristic of category theory, as we will see later.) Moreover, good (abstract) theories can serve as *mental models* for developing our thoughts.
<!-- comic - brain on category theory -->
<!--
People have tried to be precise and at the same time down to Earth for centuries, and only recently discovered that "precise and down to Earth" is an oxymoron. Let's take Euclidian geometry as an example. Yes, Euclidian geometry is precise, because it is valid for all sets of objects, called ("point" "line" "angle" and "circle" etc.), which have relationships, as defined by the five famous axioms. Yes, geometry does, in many instances, describe the natural world, because there are many sets of objects which have these relations. However, its "precise" part and it's "down to Earth" part have nothing to do with each other. We can, for example, define a point as any stain on the floor of your room and that a line as a piece of duct tape, put on the same floor - that will be a completely valid application of the Euclidian laws, albeit not very useful one. Or we can try to use geometry to reason about points on the surface of the Earth, which is a very useful application, of geometry, however not of Euclidian geometry, because Euclidian geometry only describes points on a flat plane, and the Earth is not flat. You can argue that these are actually two separate theories there, which just happen to be perceived as one. You have the axioms, or the postulates on one hand, which are not useful for anything on their own, and you have applications in science and engineering which are somewhat based on them, but not quite.
-->
Sets
===
Everything in set theory is defined in terms of sets. A set is a collection of things where the "things" can be anything you want. Consider, for example, these balls:
Perhaps unsurprisingly, everything in set theory is defined in terms of sets. A set is an collection of things where the "things" can be anything you want (like individuals, populations, genes etc.) Consider, for example, these balls.
![Balls](elements.svg)
For example, let's construct a set, call it **G** (as gray), consisting of *all* of them. This is how we can mark it:
Let's construct a set, call it \\(G\\) (as gray) that contains *all* of them as elements. There can only be one such set: Because a set has no structure (there is not order, no ball goes before or after another, there are no members which are "special" with respect to their membership of the set) two sets that contain the same elements are just two pictures of the same set.
![The set of all balls](all.svg)
The example may look childish but in fact, this set is just as valid as any other set.
The things that are contained in the set are called its *elements*. A set is like a summary of its elements. It has no other structure, for example, there is not order, no ball goes before or after another, there are no members which are "special" with respect to their membership in the set. Two sets that contain the same elements are also the same.
The key insight about what a set it is that it enables you to reason about several things as if they were one.
This example may look overly-simple but in fact it is just as valid as any other one.
The key insight that makes the concept useful is the fact that it enables you to reason about several things as if they were one.
Subsets
---
Let's construct one more set. The set of *all balls that are warm color*. I will call it **Y**, because in the diagram is colored in **y**ellow.
Let's construct one more set. The set of *all balls that are warm color*. Let's call it \\(Y\\) (because in the diagram is colored in **y**ellow.)
![Y - the set of all balls of warm colors](subset.svg)
![The set of all balls of warm colors](subset.svg)
Notice that **Y** contains just elements that are also present in **G**. That is, every element of the set of **Y** is also an element in the set **G**. When two sets have this relation, we may say that **Y** is a *subset* of **G** (or **Y ⊆ G**).
Notice that \\(Y\\) contains only elements that are also present in \\(G\\). That is, every element of the set of \\(Y\\) is also an element in the set \\(G\\). When two sets have this relation, we may say that \\(Y\\) is a *subset* of \\(G\\) (or \\(Y \subseteq G \\) ). A subset resides completely inside its superset When the two are drawn together.
![Y and G together](set_subset.svg)
Singleton Sets
---
The set of all *red balls* contains just one ball.
The set of all *red balls* contains just one ball. We said above that sets summarize *several* elements into one. Still, sets that contain just one element are perfectly valid - simply put, there are things that are *one of a kind*. The set of queens of England is a singleton set. The set of books written by the American writer Harper Lee and published during her lifetime is a singleton set.
![The singleton set of red balls](singleton.svg)
Like we said above, sets are all about for summarizing *several* elements into one. Still, sets that contain just one element are perfectly valid. Simply, there are things which are one of a kind. Furthermore, if I have a function which expects a set of given items, here shouldn't be any issue if the "items" are just one item. Or to take a real-life example, the set of queens of England is a singleton set. The set of books written by the American writer Harper Lee and published during her lifetime is a singleton set - she has published just one novel.
What's the point of the singleton set? Well, it is part of the language of set theory e.g. if we have a function which expects a set of given items, but if there is only one item that meets the criteria, we can just create a singleton set with that item.
The Empty set
---
Of course if one is a valid answer, so can be zero. If we want a set of all *black balls* **B** or all the *white balls*, **W**, the answer to all these questions is the same - the empty set. Or in other words.
Of course if one is a valid answer, so can be zero. If we want a set of all *black balls* \\(B\\) or all the *white balls*, \\(W\\), the answer to all these questions is the same - the empty set. Or in other words.
![The empty set](void.svg)
Note that a set is defined only by the items it contains, which means that there is no difference between the set that contains zero *balls* and the set that contains zero *numbers*, for instance. In other words, the empty set is *unique* set, which makes it a very special one. Formally, the empty set is marked with the symbol \\(\varnothing\\) (so \\(B = W = \varnothing\\)).
Note that a set is defined only by the items it contains, which means that there is no difference between the set that contains zero *balls* and the set that contains zero *numbers*, for instance. In other words, the empty set is *unique* set, which makes it a very special one. Formally, the empty set is marked with the symbol **∅** (so **B = W = ∅**).
The empty set is a special one, for example, it is a subset of every other set (mathematically speaking, **∀ A \| ∅ ⊆ A**)
We will encounter the empty set again.
The empty set is a special one, for example, it is a subset of every other set or mathematically speaking, \\(\forall A \to \varnothing \subseteq A\\)) (\\(\forall\\) means "for all")
Functions
===
@ -80,9 +88,9 @@ Functions
A function is a relationship between two sets that matches each element of one set, called the *source set* of the function, with exactly one element from another set, called the **target set** of the function.
These two sets are also called the *domain* and *codomain* of the function, or its *input* and *output*. In programming, they go by the name of *argument type* and *return type*. In logic, they correspond to the *premise* and *conclusion* (we will get there.) We might also say, depending on the situation, that a given function *goes* from this set to that other one, *connects* this set to the other. Or that it *converts* a value from this set to one of the the other one. These different terms show the many different faces of functions.
These two sets are also called the *domain* and *codomain* of the function, or its *input* and *output*. In programming, they go by the name of *argument type* and *return type*. In logic, they correspond to the *premise* and *conclusion* (we will get there.) We might also say, depending on the situation, that a given function *goes* from this set to that other one, *connects* this set to the other, or that it *converts* a value from of this set to one of the the other one. These different terms demonstrate the multifaceted nature of the concept of function.
Here is a function, **f** which converts each ball from the set **R** to the ball with the opposite colour in another set **G** (in mathematics a function's name is often accompanied by the names of its source and target sets, like this: **f: R → G**)
Here is a function, \\(f\\) which converts each ball from the set \\(R\\) to the ball with the opposite colour in another set \\(G\\) (in mathematics a function's name is often accompanied by the names of its source and target sets, like this: \\(f: R → G\\))
![Opposite colors](function_one_one.svg)
@ -220,6 +228,8 @@ The concepts of types and sets are related. The concept of sets is simpler - in
- A type cannot contain other types, just values.
- value can be a member of only one type (there exist the concept of are subtypes, just as there are subsets, but again things are more strict).
{% if site.distribution == 'print'%}
Russell's Paradox
---
@ -243,6 +253,8 @@ If we look at the definition, we recognize that the set that we just defined - *
Hm, something is not quite right with this diagram as well - Because of the new adjustments that we made *R* **contains itself**. And removing it from the set would just bring us back to the previous situation. This is Russell's paradox. There are, of course, multiple theories that it does not apply to.
{%endif%}
Functional Composition
===

View File

@ -98,12 +98,6 @@ In order to form the correct intuition about monoids, it is sometimes useful to
In general, we use monoids and related structures as a way to model how a set of (associative) actions that are performed on a given object (or objects) alter it's state. We can do that, provided that the object's state is determined solely by the actions that are performed on it, this allows us to leave the object out of the equation and concentrate on how the actions are combined. And as per usual, the actions (and elements) can be anything, from mixing colors in paint, or adding a quantities to a given set of things etc.
<!--
TODO
Free Monoids
===
-->
Other monoid-like objects
===
@ -180,11 +174,11 @@ Enumerating all the rotations of a more complex geometrical figure looks quite m
![The group of rotations in a more complex figure](symmetry_rotation_square.svg)
But it's much simpler to grasp if we notice the following: although our group has many actions, and there are more still for figures with more sides (if I am not mistaken, the number of actions is equal to the number of the sides), all of those actions can be reduced to the repetitive application of just the simplest action, (the 120-degree rotation for triangles and the 45-degree rotation for octagons). Let's make up a symbol for this rotation.
But it's much simpler to grasp if we notice the following: although our group has many actions, and there are more still for figures with more sides (if I am not mistaken, the number of actions is equal to the number of the sides), *all those actions can be reduced to the repetitive application of just the simplest action*, (the 120-degree rotation for triangles and the 45-degree rotation for octagons). Let's make up a symbol for this action.
![The group of rotations in a triangle](symmetry_rotation_cyclic.svg)
Groups and monoids that have this "main" action (called a *generator*) that, when applied enough times, can get you to any state are called *cyclic groups*. All rotation groups are cyclic groups. Another example of a cyclic groups is, yes, the integers under addition. Here we can use **+1** or **-1** as generators.
Groups and monoids that have this "main" action (called a *generator*) that, when applied enough times, can get you to any state of the group, are called *cyclic groups*. All rotation groups are cyclic groups. Another example of a cyclic groups is, yes, the integers under addition. Here we can use **+1** or **-1** as generators.
![The group of numbers under addition](numbers_cyclic.svg)
@ -267,6 +261,8 @@ We already saw one way to create non-cyclic abelian groups - by creating a produ
We can use this law to gain intuitive understanding of the what abelian groups are, but also to test whether a given group can be broken down to a product of more elementary groups.
{% if site.distribution == 'print' %}
Color-mixing monoid as a product
---
@ -288,6 +284,8 @@ Or alternatively, you can view it as having multiple states, representing the di
In both cases the monoid would be cyclic.
{%endif%}
Groups/monoid of rotations and reflections
---
@ -374,7 +372,9 @@ Categories have an identity morphism for each object, so for categories with jus
Categories provide a way to compose two morphisms with an appropriate type signature, and for categories with one object this means that all morphisms should be composable with one another. And the monoid operation does exactly that - given any two objects (or two morphisms, if we use the categorical terminology), it creates a third.
Group presentations
{% if site.distribution == 'print' %}
Group/monoid presentations
---
When we view cyclic groups/monoids as categories, we would see that they correspond to categories that (besides having just one object) also have *just one morphism* (which, as we said is called *generator*), along with the morphisms that are created when this morphism is composed with itself. In fact the infinite cyclic monoid (which is isomorphic to the integers), can be completely described by this simple definition.
@ -385,30 +385,47 @@ This is so, because applying the generator again and again yields all elements o
![Presentation of an infinite cyclic monoid](infinite_cyclic_presentation_elements.svg)
Finite cyclic groups/monoids are the same, except that their definition contains an additional law, stating that that once you compose the generator with itself **n** number of times you get identity morphism. For the cyclic group **Z3** which can be visualized as the group of triangle rotations, this law states that composing the generator with itself **3** times yields the identity morphism.
Finite cyclic groups/monoids are the same, except that their definition contains an additional law, stating that that once you compose the generator with itself **n** number of times you get identity morphism. For the cyclic group **Z3** (which can be visualized as the group of triangle rotations) this law states that composing the generator with itself **3** times yields the identity morphism.
![Presentation of an finite cyclic monoid](finite_cyclic_presentation.svg)
Composing the group generator with itself, according to the laws, yields the three morphisms of Z3.
Composing the group generator with itself, and then applying the law, yields the three morphisms of **Z3**.
![Presentation of a finite cyclic monoid](finite_cyclic_presentation_elements.svg)
Representing product groups in this way is just a little more complicated than composing the generators and their laws. Let's take Klein four as an example, Klein four has two generators that it inherits from the groups that form it (we can denote them **f** and **g**) and two laws. **f • f = id** and **g • g = id**.
Representing product groups in this way is just a little more complex than composing the generators and their laws. But just a little. Let's take Klein four as an example, Klein four has two generators that it inherits from the groups that form it (which we viewed like vertical and horizontal rotation of a non-square rectangle) and two laws that it inherits from them.
![Presentation of Klein four](klein_four_presentation.svg)
To make the representation complete, we add the law that we can combine the two generators: **f • g • f • g = id**
To make the representation complete, we add the law that we can combine the two generators.
![Presentation of Klein four - third law](klein_four_presentation_third_law.svg)
And then, if we start applying the two generators and follow the laws, we get the four elements.
**id**
**f**
**g**
**f • g**
![The elements of of Klein four](klein_four_presentation_elements.svg)
The set of generators and laws that defines a given group is called the **presentation of a group**.
The set of generators and laws that defines a given group is called the **presentation of a group**. Every group has a presentation (and finite groups always have a finite presentation.)
Free groups/monoids
Free monoids
---
We saw how different selections of laws give rise to different types of monoids. But what type of monoid would we get if we have *no laws*.
We saw how picking a different selection of laws gives rise to different types of monoid. But what monoid would we get if we pick no laws at all? This monoid (or rather, monoids, as we get a different one depending on the set we picked) is called a *free monoid*. Here "free" is used in the sense that once you have the set, you can upgrade it to a monoid for free (i.e. without having to define anything else.)
If you revisit the previous section you will notice that we already saw one such monoid. The free monoid with just one generator is the monoid of integers.
![The free monoid with one generator](infinite_cyclic_presentation_elements.svg)
We can make a free monoid from the set of colorful balls - the monoid's elements would be all possible combinations of the balls.
![The free monoid with the set of balls as a generators](balls_free.svg)
The free monoid is a special one - each element of the free monoid over a given set, can be converted to a corresponding element in any other other monoid that uses the same set by just applying the monoid's laws. For example, here is how the elements above would look like if we apply the laws of the color-mixing monoid.
![Converting the elements of the free monoid to the elements of the color-mixing monoid](balls_free_color_mixing.svg)
**Task:** Write up the laws of the color-mixing monoid.
If we put out programmers' hat, we will see that the type of the free monoid under the set T (which we can denote as `FreeMonoid<T>`) is isomorphic to the type `List<T>` (or `Array<T>`, if you prefer) and that the intuition behind the special property that we described above is actually very simple: it is the fact that keeping objects in a list allows you to convert them to any other structure i.e. when we want to perform some manipulation on a bunch of objects, but we don't know exactly what this manipulation is, we just keep a list of those objects until it's time to do it.
{% endif %}

View File

@ -0,0 +1,390 @@
<?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 177"
version="1.1"
id="svg3397"
sodipodi:docname="balls_free.svg"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
<metadata
id="metadata3403">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs3401" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2560"
inkscape:window-height="1376"
id="namedview3399"
showgrid="false"
inkscape:zoom="1.9171047"
inkscape:cx="197.49898"
inkscape:cy="41.042844"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg3397"
inkscape:document-rotation="0" />
<g
id="g66242"
transform="translate(186.01097,150.14006)">
<circle
style="opacity:0.12999998;stroke:#000000;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3365"
r="10.394309"
cy="-87.105354"
cx="130.30402" />
<circle
style="fill:#fce600;stroke:#ffdd00;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3379"
r="10.394309"
cy="-90.570122"
cx="128.27586" />
</g>
<g
id="g66262"
transform="translate(57.69247,145.9671)">
<circle
style="opacity:0.12999998;stroke:#000000;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3367"
r="10.394309"
cy="-81.908195"
cx="209.90921" />
<circle
style="fill:#39bced;stroke:#008dd2;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3381"
r="10.394309"
cy="-85.372963"
cx="207.88106" />
</g>
<g
id="g66250"
transform="translate(158.94031,207.77769)">
<circle
style="opacity:0.12999998;stroke:#000000;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3373"
r="10.394309"
cy="-55.880161"
cx="323.10577" />
<circle
style="fill:#8967ac;stroke:#651c5f;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3387"
r="10.394309"
cy="-59.38718"
cx="321.07761" />
</g>
<ellipse
style="fill:#333333;fill-rule:evenodd;stroke-width:0.66224527"
id="path357"
cx="289.37817"
cy="61.16222"
rx="4.4447722"
ry="4.4073434" />
<g
id="g66262-9"
transform="translate(81.96692,106.67622)">
<circle
style="opacity:0.12999998;stroke:#000000;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3367-0"
r="10.394309"
cy="-81.908195"
cx="209.90921" />
<circle
style="fill:#39bced;stroke:#008dd2;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3381-2"
r="10.394309"
cy="-85.372963"
cx="207.88106" />
</g>
<g
id="g66262-2"
transform="translate(-12.7425,186.82184)">
<circle
style="opacity:0.12999998;stroke:#000000;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3367-1"
r="10.394309"
cy="-81.908195"
cx="209.90921" />
<circle
style="fill:#39bced;stroke:#008dd2;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3381-20"
r="10.394309"
cy="-85.372963"
cx="207.88106" />
</g>
<g
id="g66246-7"
transform="translate(182.34335,167.00028)">
<circle
style="opacity:0.12999998;stroke:#000000;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3369-3"
r="10.394309"
cy="-60.034081"
cx="108.4418" />
<circle
r="10.394309"
style="fill:#d71920;stroke:#be1e2d;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3383-1"
cy="-63.541103"
cx="106.41364" />
</g>
<ellipse
style="fill:#333333;fill-rule:evenodd;stroke-width:0.66224527"
id="path357-1"
cx="218.94321"
cy="102.01696"
rx="4.4447722"
ry="4.4073434" />
<ellipse
style="fill:#333333;fill-rule:evenodd;stroke-width:0.66224527"
id="path357-0-9"
cx="265.28091"
cy="103.5335"
rx="4.4447722"
ry="4.4073434" />
<g
id="g66254"
transform="translate(21.754269,229.16411)">
<circle
style="opacity:0.12999998;stroke:#000000;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3371"
r="10.394309"
cy="-78.401161"
cx="299.48618" />
<circle
style="fill:#f58235;stroke:#e76524;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3385"
r="10.394309"
cy="-81.908195"
cx="297.45801" />
</g>
<g
id="g66258"
transform="translate(121.38367,212.47227)">
<circle
style="opacity:0.12999998;stroke:#000000;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3375"
r="10.394309"
cy="-61.07732"
cx="253.00755" />
<circle
style="fill:#54b948;stroke:#00873a;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3389"
r="10.394309"
cy="-64.584343"
cx="250.97942" />
</g>
<ellipse
style="fill:#333333;fill-rule:evenodd;stroke-width:0.66224527"
id="path357-0-9-2-4"
cx="291.12714"
cy="147.61198"
rx="4.4447722"
ry="4.4073434" />
<ellipse
style="fill:#333333;fill-rule:evenodd;stroke-width:0.66224527"
id="path357-0-9-7-6-6"
cx="344.94168"
cy="148.3125"
rx="4.4447722"
ry="4.4073434" />
<g
id="g66262-2-0-6-7"
transform="translate(216.8335,234.23528)">
<circle
style="opacity:0.12999998;stroke:#000000;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3367-1-5-0-0"
r="10.394309"
cy="-81.908195"
cx="209.90921" />
<circle
style="fill:#39bced;stroke:#008dd2;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3381-20-6-6-1"
r="10.394309"
cy="-85.372963"
cx="207.88106" />
</g>
<ellipse
style="fill:#333333;fill-rule:evenodd;stroke-width:0.66224527"
id="path357-0-9-7-6-0"
cx="398.9733"
cy="148.72427"
rx="4.4447722"
ry="4.4073434" />
<ellipse
style="fill:#333333;fill-rule:evenodd;stroke-width:0.66224527"
id="path357-0-9-7-6-0-1"
cx="452.61237"
cy="148.48386"
rx="4.4447722"
ry="4.4073434" />
<g
id="g66242-3"
transform="translate(115.03953,193.24608)">
<circle
style="opacity:0.12999998;stroke:#000000;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3365-7"
r="10.394309"
cy="-87.105354"
cx="130.30402" />
<circle
style="fill:#fce600;stroke:#ffdd00;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3379-7"
r="10.394309"
cy="-90.570122"
cx="128.27586" />
</g>
<g
id="g66246-7-4-2"
transform="translate(229.2296,168.28243)">
<circle
style="opacity:0.12999998;stroke:#000000;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3369-3-8-6"
r="10.394309"
cy="-60.034081"
cx="108.4418" />
<circle
r="10.394309"
style="fill:#d71920;stroke:#be1e2d;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3383-1-5-4"
cy="-63.541103"
cx="106.41364" />
</g>
<ellipse
style="fill:#333333;fill-rule:evenodd;stroke-width:0.66224527"
id="path357-1-8-5"
cx="312.77527"
cy="103.29909"
rx="4.4447722"
ry="4.4073434" />
<g
id="g66262-2-2"
transform="translate(-85.86674,229.41385)">
<circle
style="opacity:0.12999998;stroke:#000000;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3367-1-0"
r="10.394309"
cy="-81.908195"
cx="209.90921" />
<circle
style="fill:#39bced;stroke:#008dd2;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3381-20-2"
r="10.394309"
cy="-85.372963"
cx="207.88106" />
</g>
<g
id="g66246-7-9"
transform="translate(109.21911,209.59229)">
<circle
style="opacity:0.12999998;stroke:#000000;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3369-3-0"
r="10.394309"
cy="-60.034081"
cx="108.4418" />
<circle
r="10.394309"
style="fill:#d71920;stroke:#be1e2d;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3383-1-9"
cy="-63.541103"
cx="106.41364" />
</g>
<ellipse
style="fill:#333333;fill-rule:evenodd;stroke-width:0.66224527"
id="path357-1-9"
cx="145.81894"
cy="144.60898"
rx="4.4447722"
ry="4.4073434" />
<ellipse
style="fill:#333333;fill-rule:evenodd;stroke-width:0.66224527"
id="path357-0-9-4"
cx="192.15668"
cy="146.12552"
rx="4.4447722"
ry="4.4073434" />
<g
id="g66242-3-5"
transform="translate(41.915292,235.83809)">
<circle
style="opacity:0.12999998;stroke:#000000;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3365-7-1"
r="10.394309"
cy="-87.105354"
cx="130.30402" />
<circle
style="fill:#fce600;stroke:#ffdd00;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3379-7-0"
r="10.394309"
cy="-90.570122"
cx="128.27586" />
</g>
<g
id="g66246-7-4-2-3"
transform="translate(156.10537,210.87444)">
<circle
style="opacity:0.12999998;stroke:#000000;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3369-3-8-6-7"
r="10.394309"
cy="-60.034081"
cx="108.4418" />
<circle
r="10.394309"
style="fill:#d71920;stroke:#be1e2d;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3383-1-5-4-8"
cy="-63.541103"
cx="106.41364" />
</g>
<ellipse
style="fill:#333333;fill-rule:evenodd;stroke-width:0.66224527"
id="path357-1-8-5-8"
cx="239.651"
cy="145.8911"
rx="4.4447722"
ry="4.4073434" />
<g
id="g66254-6"
transform="translate(91.60926,186.73598)">
<circle
style="opacity:0.12999998;stroke:#000000;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3371-0"
r="10.394309"
cy="-78.401161"
cx="299.48618" />
<circle
style="fill:#f58235;stroke:#e76524;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3385-4"
r="10.394309"
cy="-81.908195"
cx="297.45801" />
</g>
<ellipse
style="fill:#333333;fill-rule:evenodd;stroke-width:0.66224527"
id="path357-0-9-2-4-6"
cx="363.51196"
cy="104.31358"
rx="4.4447722"
ry="4.4073434" />
</svg>

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -0,0 +1,456 @@
<?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 177"
version="1.1"
id="svg3397"
sodipodi:docname="balls_free_color_mixing.svg"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
<metadata
id="metadata3403">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs3401" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2560"
inkscape:window-height="1376"
id="namedview3399"
showgrid="false"
inkscape:zoom="2.7111954"
inkscape:cx="235.12076"
inkscape:cy="52.476915"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg3397"
inkscape:document-rotation="0" />
<g
id="g66242"
transform="translate(186.01097,154.14006)">
<circle
style="opacity:0.12999998;stroke:#000000;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3365"
r="10.394309"
cy="-87.105354"
cx="130.30402" />
<circle
style="fill:#fce600;stroke:#ffdd00;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3379"
r="10.394309"
cy="-90.570122"
cx="128.27586" />
</g>
<g
id="g66262"
transform="translate(57.69247,149.9671)">
<circle
style="opacity:0.12999998;stroke:#000000;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3367"
r="10.394309"
cy="-81.908195"
cx="209.90921" />
<circle
style="fill:#39bced;stroke:#008dd2;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3381"
r="10.394309"
cy="-85.372963"
cx="207.88106" />
</g>
<g
id="g66250"
transform="translate(158.94031,211.77769)">
<circle
style="opacity:0.12999998;stroke:#000000;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3373"
r="10.394309"
cy="-55.880161"
cx="323.10577" />
<circle
style="fill:#8967ac;stroke:#651c5f;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3387"
r="10.394309"
cy="-59.38718"
cx="321.07761" />
</g>
<ellipse
style="fill:#333333;fill-rule:evenodd;stroke-width:0.66224527"
id="path357"
cx="289.37817"
cy="65.162216"
rx="4.4447722"
ry="4.4073434" />
<g
id="g66262-9"
transform="translate(81.96692,108.67622)">
<circle
style="opacity:0.12999998;stroke:#000000;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3367-0"
r="10.394309"
cy="-81.908195"
cx="209.90921" />
<circle
style="fill:#39bced;stroke:#008dd2;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3381-2"
r="10.394309"
cy="-85.372963"
cx="207.88106" />
</g>
<g
id="g66262-2"
transform="translate(-11.267136,192.44998)">
<circle
style="opacity:0.12999998;stroke:#000000;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3367-1"
r="10.394309"
cy="-81.908195"
cx="209.90921" />
<circle
style="fill:#39bced;stroke:#008dd2;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3381-20"
r="10.394309"
cy="-85.372963"
cx="207.88106" />
</g>
<g
id="g66246-7"
transform="translate(182.34335,171.36912)">
<circle
style="opacity:0.12999998;stroke:#000000;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3369-3"
r="10.394309"
cy="-60.034081"
cx="108.4418" />
<circle
r="10.394309"
style="fill:#d71920;stroke:#be1e2d;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3383-1"
cy="-63.541103"
cx="106.41364" />
</g>
<ellipse
style="fill:#333333;fill-rule:evenodd;stroke-width:0.66224527"
id="path357-1"
cx="219.68089"
cy="107.86116"
rx="4.4447722"
ry="4.4073434" />
<ellipse
style="fill:#333333;fill-rule:evenodd;stroke-width:0.66224527"
id="path357-0-9"
cx="265.28091"
cy="107.90234"
rx="4.4447722"
ry="4.4073434" />
<g
id="g66254"
transform="translate(21.754269,233.90179)">
<circle
style="opacity:0.12999998;stroke:#000000;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3371"
r="10.394309"
cy="-78.401161"
cx="299.48618" />
<circle
style="fill:#f58235;stroke:#e76524;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3385"
r="10.394309"
cy="-81.908195"
cx="297.45801" />
</g>
<g
id="g66258"
transform="translate(121.38367,216.47227)">
<circle
style="opacity:0.12999998;stroke:#000000;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3375"
r="10.394309"
cy="-61.07732"
cx="253.00755" />
<circle
style="fill:#54b948;stroke:#00873a;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3389"
r="10.394309"
cy="-64.584343"
cx="250.97942" />
</g>
<ellipse
style="fill:#333333;fill-rule:evenodd;stroke-width:0.66224527"
id="path357-0-9-2-4"
cx="291.12714"
cy="153.08736"
rx="4.4447722"
ry="4.4073434" />
<ellipse
style="fill:#333333;fill-rule:evenodd;stroke-width:0.66224527"
id="path357-0-9-7-6-6"
cx="344.94168"
cy="152.3125"
rx="4.4447722"
ry="4.4073434" />
<g
id="g66262-2-0-6-7"
transform="translate(216.8335,238.23528)">
<circle
style="opacity:0.12999998;stroke:#000000;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3367-1-5-0-0"
r="10.394309"
cy="-81.908195"
cx="209.90921" />
<circle
style="fill:#39bced;stroke:#008dd2;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3381-20-6-6-1"
r="10.394309"
cy="-85.372963"
cx="207.88106" />
</g>
<ellipse
style="fill:#333333;fill-rule:evenodd;stroke-width:0.66224527"
id="path357-0-9-7-6-0"
cx="398.9733"
cy="152.72427"
rx="4.4447722"
ry="4.4073434" />
<ellipse
style="fill:#333333;fill-rule:evenodd;stroke-width:0.66224527"
id="path357-0-9-7-6-0-1"
cx="452.61237"
cy="152.48386"
rx="4.4447722"
ry="4.4073434" />
<g
id="g66242-3"
transform="translate(115.03953,197.61492)">
<circle
style="opacity:0.12999998;stroke:#000000;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3365-7"
r="10.394309"
cy="-87.105354"
cx="130.30402" />
<circle
style="fill:#fce600;stroke:#ffdd00;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3379-7"
r="10.394309"
cy="-90.570122"
cx="128.27586" />
</g>
<g
id="g66246-7-4-2"
transform="translate(229.2296,172.28243)">
<circle
style="opacity:0.12999998;stroke:#000000;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3369-3-8-6"
r="10.394309"
cy="-60.034081"
cx="108.4418" />
<circle
r="10.394309"
style="fill:#d71920;stroke:#be1e2d;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3383-1-5-4"
cy="-63.541103"
cx="106.41364" />
</g>
<ellipse
style="fill:#333333;fill-rule:evenodd;stroke-width:0.66224527"
id="path357-1-8-5"
cx="312.77527"
cy="107.29909"
rx="4.4447722"
ry="4.4073434" />
<g
id="g66262-2-2"
transform="translate(-83.653694,236.88921)">
<circle
style="opacity:0.12999998;stroke:#000000;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3367-1-0"
r="10.394309"
cy="-81.908195"
cx="209.90921" />
<circle
style="fill:#39bced;stroke:#008dd2;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3381-20-2"
r="10.394309"
cy="-85.372963"
cx="207.88106" />
</g>
<g
id="g66246-7-9"
transform="translate(111.43216,214.32997)">
<circle
style="opacity:0.12999998;stroke:#000000;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3369-3-0"
r="10.394309"
cy="-60.034081"
cx="108.4418" />
<circle
r="10.394309"
style="fill:#d71920;stroke:#be1e2d;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3383-1-9"
cy="-63.541103"
cx="106.41364" />
</g>
<ellipse
style="fill:#333333;fill-rule:evenodd;stroke-width:0.66224527"
id="path357-1-9"
cx="148.03198"
cy="150.08435"
rx="4.4447722"
ry="4.4073434" />
<ellipse
style="fill:#333333;fill-rule:evenodd;stroke-width:0.66224527"
id="path357-0-9-4"
cx="194.36972"
cy="150.8632"
rx="4.4447722"
ry="4.4073434" />
<g
id="g66242-3-5"
transform="translate(44.128338,241.31345)">
<circle
style="opacity:0.12999998;stroke:#000000;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3365-7-1"
r="10.394309"
cy="-87.105354"
cx="130.30402" />
<circle
style="fill:#fce600;stroke:#ffdd00;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3379-7-0"
r="10.394309"
cy="-90.570122"
cx="128.27586" />
</g>
<g
id="g66246-7-4-2-3"
transform="translate(158.31842,215.61212)">
<circle
style="opacity:0.12999998;stroke:#000000;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3369-3-8-6-7"
r="10.394309"
cy="-60.034081"
cx="108.4418" />
<circle
r="10.394309"
style="fill:#d71920;stroke:#be1e2d;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3383-1-5-4-8"
cy="-63.541103"
cx="106.41364" />
</g>
<ellipse
style="fill:#333333;fill-rule:evenodd;stroke-width:0.66224527"
id="path357-1-8-5-8"
cx="241.86404"
cy="150.62878"
rx="4.4447722"
ry="4.4073434" />
<g
id="g66254-6"
transform="translate(91.60926,190.73598)">
<circle
style="opacity:0.12999998;stroke:#000000;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3371-0"
r="10.394309"
cy="-78.401161"
cx="299.48618" />
<circle
style="fill:#f58235;stroke:#e76524;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3385-4"
r="10.394309"
cy="-81.908195"
cx="297.45801" />
</g>
<ellipse
style="fill:#333333;fill-rule:evenodd;stroke-width:0.66224527"
id="path357-0-9-2-4-6"
cx="363.51196"
cy="108.31358"
rx="4.4447722"
ry="4.4073434" />
<g
id="g66258-7"
transform="translate(-225.73953,128.16079)">
<circle
style="opacity:0.12999998;stroke:#000000;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3375-6"
r="10.394309"
cy="-61.07732"
cx="253.00755" />
<circle
style="fill:#54b948;stroke:#00873a;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3389-0"
r="10.394309"
cy="-64.584343"
cx="250.97942" />
</g>
<g
id="g66262-9-9"
transform="translate(-183.68442,108.63613)">
<circle
style="opacity:0.12999998;stroke:#000000;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3367-0-7"
r="10.394309"
cy="-81.908195"
cx="209.90921" />
<circle
style="fill:#39bced;stroke:#008dd2;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3381-2-5"
r="10.394309"
cy="-85.372963"
cx="207.88106" />
</g>
<g
id="g66254-6-9"
transform="translate(-272.21814,189.46736)"
style="fill:#784421;stroke:#502d16">
<circle
style="opacity:0.12999998;fill:#784421;stroke:#502d16;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3371-0-7"
r="10.394309"
cy="-78.401161"
cx="299.48618" />
<circle
style="fill:#784421;stroke:#502d16;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3385-4-8"
r="10.394309"
cy="-81.908195"
cx="297.45801" />
</g>
<g
id="g66254-6-9-5"
transform="translate(-271.1749,233.24939)"
style="fill:#000000;stroke:#333333">
<circle
style="opacity:0.12999998;fill:#000000;stroke:#333333;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3371-0-7-3"
r="10.394309"
cy="-78.401161"
cx="299.48618" />
<circle
style="fill:#000000;stroke:#333333;stroke-width:2.53519726;stroke-miterlimit:10"
id="circle3385-4-8-3"
r="10.394309"
cy="-81.908195"
cx="297.45801" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -48,7 +48,7 @@
id="namedview292"
showgrid="false"
inkscape:zoom="2.6964588"
inkscape:cx="309.22622"
inkscape:cx="303.66337"
inkscape:cy="126.46989"
inkscape:window-x="0"
inkscape:window-y="27"
@ -59,7 +59,7 @@
inkscape:document-rotation="0" />
<g
id="g7972-3-3"
transform="matrix(0.9433111,0.01012789,-0.01012789,0.9433111,297.84566,-99.000406)"
transform="matrix(0.9433111,0.01012789,-0.01012789,0.9433111,277.84566,-99.000406)"
style="fill:#008000">
<g
style="fill:#008000;stroke:#838383;stroke-width:6.38899994;stroke-miterlimit:10"
@ -82,13 +82,13 @@
<ellipse
style="fill:#333333;fill-rule:evenodd;stroke-width:1.51714706"
id="path357"
cx="317.04819"
cx="297.04819"
cy="160.02408"
rx="10.182591"
ry="10.096846" />
<g
id="g7972-3-3-3"
transform="matrix(0.9433111,0.01012789,-0.01012789,0.9433111,252.09125,-25.231457)"
transform="matrix(0.9433111,0.01012789,-0.01012789,0.9433111,232.09125,-25.231457)"
style="fill:none;stroke:#008000">
<g
style="fill:none;stroke:#008000;stroke-width:6.38899994;stroke-miterlimit:10"
@ -110,7 +110,7 @@
</g>
<g
id="g7972-3-3-8"
transform="matrix(0.9433111,0.01012789,-0.01012789,0.9433111,343.42322,-24.736378)"
transform="matrix(0.9433111,0.01012789,-0.01012789,0.9433111,323.42322,-24.736378)"
style="fill:none;stroke:#008000">
<g
style="fill:none;stroke:#008000;stroke-width:6.38899994;stroke-miterlimit:10"
@ -132,7 +132,7 @@
</g>
<g
id="g7972-3-3-3-6-6"
transform="matrix(0.9433111,0.01012789,-0.01012789,0.9433111,297.60418,-167.10281)"
transform="matrix(0.9433111,0.01012789,-0.01012789,0.9433111,277.60418,-167.10281)"
style="fill:#cccccc;stroke:#999999">
<g
style="fill:#cccccc;stroke:#999999;stroke-width:6.38899994;stroke-miterlimit:10"
@ -199,8 +199,7 @@
id="path25106" />
</g>
<g
aria-label="
0° "
aria-label=" 0° "
transform="scale(0.98762448,1.0125306)"
style="font-style:normal;font-weight:normal;font-size:15.08829975px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.37720901"
id="text5016-15-3">

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -11,7 +11,7 @@
version="1.1"
id="svg290"
sodipodi:docname="groups_product.svg"
inkscape:version="1.0.1 (0767f8302a, 2020-10-17)">
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
<metadata
id="metadata296">
<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>
@ -47,8 +47,8 @@
inkscape:window-height="1376"
id="namedview292"
showgrid="false"
inkscape:zoom="2.8284271"
inkscape:cx="342.52257"
inkscape:zoom="3.2841795"
inkscape:cx="323.37776"
inkscape:cy="103.41711"
inkscape:window-x="0"
inkscape:window-y="27"
@ -59,9 +59,9 @@
inkscape:document-rotation="0" />
<g
id="g3737"
transform="matrix(-0.00437829,-0.68408837,0.68408837,-0.00437829,300.39582,136.85925)">
transform="matrix(-0.00437829,-0.68408837,0.68408837,-0.00437829,294.39582,136.85925)">
<rect
style="display:inline;fill:#f2f2f2;fill-opacity:1;stroke:#7d7d7d;stroke-width:2.04472;stroke-linejoin:round;stroke-opacity:1"
style="display:inline;fill:#f2f2f2;fill-opacity:1;stroke:#7d7d7d;stroke-width:2.04471993;stroke-linejoin:round;stroke-opacity:1"
id="rect10151-2"
width="42.339256"
height="49.350239"
@ -72,22 +72,26 @@
style="display:inline;fill:#8967ac;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 73.913442,229.16788 c 4.44209,10.92229 16.53433,16.34351 16.53433,16.34351 l -0.32443,-16.74272 z"
id="path1742-5-6"
sodipodi:nodetypes="cccc" />
sodipodi:nodetypes="cccc"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#8967ac;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 50.366052,245.9336 c 10.9223,-4.44209 16.34351,-16.53433 16.34351,-16.53433 l -16.74272,0.32443 z"
id="path1742-5-0-1"
sodipodi:nodetypes="cccc" />
sodipodi:nodetypes="cccc"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#fce600;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 66.417952,275.1861 c -4.3536,-10.95786 -16.40159,-16.47672 -16.40159,-16.47672 l 0.18899,16.7448 z"
id="path1742-5-8-8"
sodipodi:nodetypes="cccc" />
sodipodi:nodetypes="cccc"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#fce600;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 88.741632,258.82194 c -10.95786,4.35359 -16.47672,16.40158 -16.47672,16.40158 l 16.7448,-0.18898 z"
id="path1742-5-0-3-7"
sodipodi:nodetypes="cccc" />
sodipodi:nodetypes="cccc"
inkscape:connector-curvature="0" />
</g>
<g
id="g3737-9"
@ -125,22 +129,23 @@
<g
id="g12351"
transform="rotate(1.2665237,-3620.249,-6573.7845)"
style="display:inline">
style="display:inline;stroke:#aa0000;fill:#aa0000">
<g
id="g11392"
transform="translate(151.78231,-89.794275)">
transform="translate(151.78231,-89.794275)"
style="stroke:#aa0000;fill:#aa0000">
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
style="display:inline;fill:#aa0000;stroke:#aa0000;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7"
transform="matrix(0.24165829,-0.0085426,0.00819815,0.24814879,68.105864,32.802571)">
<path
style="stroke-width:35.526"
style="stroke-width:35.526;stroke:#aa0000;fill:#aa0000"
inkscape:connector-curvature="0"
id="path1478-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="stroke-width:10.649;paint-order:markers fill stroke"
style="stroke-width:10.649;paint-order:markers fill stroke;stroke:#aa0000;fill:#aa0000"
inkscape:connector-curvature="0"
id="path1480-1"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
@ -148,7 +153,7 @@
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.204442"
style="font-style:normal;font-weight:normal;font-size:8.17765px;line-height:1.25;font-family:sans-serif;display:inline;fill:#aa0000;fill-opacity:1;stroke:#aa0000;stroke-width:0.204442"
x="128.84366"
y="82.409126"
id="text5016-15"><tspan
@ -156,20 +161,20 @@
id="tspan5014-9"
x="128.84366"
y="82.409126"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.204442">V</tspan></text>
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#aa0000;stroke-width:0.204442;stroke:#aa0000">V</tspan></text>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
style="display:inline;fill:#aa0000;stroke:#aa0000;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-4"
transform="matrix(-0.2417761,-0.0040031,0.00468373,-0.24823999,346.71877,69.188724)">
<path
style="stroke-width:35.526"
style="stroke-width:35.526;stroke:#aa0000;fill:#aa0000"
inkscape:connector-curvature="0"
id="path1478-7-27"
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="stroke-width:10.649;paint-order:markers fill stroke"
style="stroke-width:10.649;paint-order:markers fill stroke;stroke:#aa0000;fill:#aa0000"
inkscape:connector-curvature="0"
id="path1480-1-4"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
@ -177,7 +182,7 @@
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.204442"
style="font-style:normal;font-weight:normal;font-size:8.17765px;line-height:1.25;font-family:sans-serif;display:inline;fill:#aa0000;fill-opacity:1;stroke:#aa0000;stroke-width:0.204442"
x="281.8624"
y="9.3519907"
id="text5016-15-0"><tspan
@ -185,28 +190,28 @@
id="tspan5014-9-3"
x="281.8624"
y="9.3519907"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.204442">V</tspan></text>
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#aa0000;stroke-width:0.204442;stroke:#aa0000">V</tspan></text>
</g>
<g
id="g12236-0"
transform="rotate(1.6725857,514.88309,5457.3044)"
style="display:inline">
style="display:inline;fill:#88aa00;stroke:#88aa00">
<g
id="g11392-2-4"
style="display:inline"
style="display:inline;fill:#88aa00;stroke:#88aa00"
transform="translate(134.1609,0.28601402)">
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
style="display:inline;fill:#88aa00;stroke:#88aa00;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-8-0"
transform="matrix(0.24165829,-0.0085426,0.00819815,0.24814879,68.105864,32.802571)">
<path
style="stroke-width:35.526"
style="stroke-width:35.526;fill:#88aa00;stroke:#88aa00"
inkscape:connector-curvature="0"
id="path1478-7-0-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="stroke-width:10.649;paint-order:markers fill stroke"
style="stroke-width:10.649;paint-order:markers fill stroke;fill:#88aa00;stroke:#88aa00"
inkscape:connector-curvature="0"
id="path1480-1-3-3"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
@ -214,7 +219,7 @@
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.204442"
style="font-style:normal;font-weight:normal;font-size:8.17765px;line-height:1.25;font-family:sans-serif;display:inline;fill:#88aa00;fill-opacity:1;stroke:#88aa00;stroke-width:0.204442"
x="128.84366"
y="82.409126"
id="text5016-15-7-7"><tspan
@ -222,20 +227,20 @@
id="tspan5014-9-0-4"
x="128.84366"
y="82.409126"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.204442">H</tspan></text>
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#88aa00;stroke-width:0.204442;stroke:#88aa00">H</tspan></text>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
style="display:inline;fill:#88aa00;stroke:#88aa00;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-4-3-1"
transform="matrix(-0.2417761,-0.0040031,0.00468373,-0.24823999,329.52372,159.66369)">
<path
style="stroke-width:35.526"
style="stroke-width:35.526;fill:#88aa00;stroke:#88aa00"
inkscape:connector-curvature="0"
id="path1478-7-27-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="stroke-width:10.649;paint-order:markers fill stroke"
style="stroke-width:10.649;paint-order:markers fill stroke;fill:#88aa00;stroke:#88aa00"
inkscape:connector-curvature="0"
id="path1480-1-4-9-3"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
@ -243,7 +248,7 @@
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.204442"
style="font-style:normal;font-weight:normal;font-size:8.17765px;line-height:1.25;font-family:sans-serif;display:inline;fill:#88aa00;fill-opacity:1;stroke:#88aa00;stroke-width:0.204442"
x="262.05066"
y="99.826958"
id="text5016-15-0-2-0"><tspan
@ -251,7 +256,7 @@
id="tspan5014-9-3-7-3"
x="262.05066"
y="99.826958"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.204442">H</tspan></text>
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#88aa00;stroke-width:0.204442;stroke:#88aa00">H</tspan></text>
</g>
<g
id="g10281-2-3"

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -47,8 +47,8 @@
inkscape:window-height="1376"
id="namedview292"
showgrid="false"
inkscape:zoom="1.1611328"
inkscape:cx="52.907251"
inkscape:zoom="1.9066843"
inkscape:cx="-4.3764739"
inkscape:cy="157.04065"
inkscape:window-x="0"
inkscape:window-y="27"
@ -647,16 +647,10 @@
</g>
</g>
<g
aria-label="0
1
2
3
4
5
6"
aria-label="0 1 2 3 4 5 6"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'HVD Comic Serif Pro';-inkscape-font-specification:'HVD Comic Serif Pro';letter-spacing:0px;word-spacing:0px;fill:#b3b3b3;fill-opacity:1;stroke:none"
id="text17260"
transform="matrix(0.51312396,0,0,0.51312396,13.142769,-8.8297463)">
transform="matrix(0.51312396,0,0,0.51312396,-32.857231,-8.8297463)">
<path
d="m 99.062492,37.731167 q 0,-4.375 -0.828125,-6.15625 -0.8125,-1.796875 -2.75,-1.796875 -1.9375,0 -2.765625,1.796875 -0.828125,1.78125 -0.828125,6.15625 0,4.421875 0.828125,6.234375 0.828125,1.8125 2.765625,1.8125 1.921875,0 2.75,-1.8125 0.828125,-1.8125 0.828125,-6.234375 z m 6.015628,0.04687 q 0,5.796875 -2.5,8.953125 -2.5,3.140625 -7.093753,3.140625 -4.609375,0 -7.109375,-3.140625 -2.5,-3.15625 -2.5,-8.953125 0,-5.8125 2.5,-8.953125 2.5,-3.15625 7.109375,-3.15625 4.593753,0 7.093753,3.15625 2.5,3.140625 2.5,8.953125 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:32px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3"
@ -697,7 +691,7 @@
aria-label="0 1 2 3 4 5 6"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'HVD Comic Serif Pro';-inkscape-font-specification:'HVD Comic Serif Pro';letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none"
id="text17260-2"
transform="matrix(0.51312396,0,0,0.51312396,12.035191,-9.4627765)">
transform="matrix(0.51312396,0,0,0.51312396,-33.964809,-9.4627765)">
<path
d="m 99.062492,37.731167 q 0,-4.375 -0.828125,-6.15625 -0.8125,-1.796875 -2.75,-1.796875 -1.9375,0 -2.765625,1.796875 -0.828125,1.78125 -0.828125,6.15625 0,4.421875 0.828125,6.234375 0.828125,1.8125 2.765625,1.8125 1.921875,0 2.75,-1.8125 0.828125,-1.8125 0.828125,-6.234375 z m 6.015628,0.04687 q 0,5.796875 -2.5,8.953125 -2.5,3.140625 -7.093753,3.140625 -4.609375,0 -7.109375,-3.140625 -2.5,-3.15625 -2.5,-8.953125 0,-5.8125 2.5,-8.953125 2.5,-3.15625 7.109375,-3.15625 4.593753,0 7.093753,3.15625 2.5,3.140625 2.5,8.953125 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:32px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d"

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View File

@ -39,9 +39,9 @@
inkscape:window-height="1376"
id="namedview3399"
showgrid="false"
inkscape:zoom="13.214058"
inkscape:cx="318.5205"
inkscape:cy="16.869972"
inkscape:zoom="3.8358191"
inkscape:cx="287.83116"
inkscape:cy="69.010074"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -83,127 +83,6 @@
<g
style="font-style:normal;font-weight:normal;font-size:39.7621994px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.994057"
id="text1739" />
<g
id="g12351"
transform="rotate(1.2665237,-1665.2768,1324.0667)">
<g
id="g11392"
transform="translate(151.78231,-89.794275)">
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7"
transform="matrix(0.24165829,-0.0085426,0.00819815,0.24814879,68.105864,32.802571)">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-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="stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<g
aria-label="V"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.20444199"
id="text5016-15">
<path
d="m 128.88359,76.447587 h 1.54529 l 1.58122,4.400279 1.57723,-4.400279 h 1.54529 l -2.20812,5.961539 h -1.83279 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.20444199"
id="path174954" />
</g>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-4"
transform="matrix(-0.2417761,-0.0040031,0.00468373,-0.24823999,346.71877,69.188724)">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-27"
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="stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-4"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<g
aria-label="V"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.20444199"
id="text5016-15-0">
<path
d="m 281.90233,3.3904516 h 1.54528 l 1.58123,4.4002787 1.57723,-4.4002787 h 1.54529 l -2.20812,5.9615391 h -1.83279 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.20444199"
id="path174957" />
</g>
</g>
<g
id="g12236"
transform="rotate(87.997825,263.71402,86.135205)">
<g
id="g11392-2"
style="display:inline"
transform="translate(134.1609,0.28601402)">
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-8"
transform="matrix(0.24165829,-0.0085426,0.00819815,0.24814879,68.105864,32.802571)">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-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="stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<g
aria-label="H"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.20444199"
id="text5016-15-7">
<path
d="m 129.59434,76.447587 h 1.5373 V 78.7196 h 2.26802 v -2.272013 h 1.53731 v 5.961539 h -1.53731 v -2.527565 h -2.26802 v 2.527565 h -1.5373 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.20444199"
id="path174960" />
</g>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-4-3"
transform="matrix(-0.2417761,-0.0040031,0.00468373,-0.24823999,329.52372,159.66369)">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-27-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="stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-4-9"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<g
aria-label="H"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.20444199"
id="text5016-15-0-2">
<path
d="m 262.80134,93.865419 h 1.5373 v 2.272013 h 2.26802 v -2.272013 h 1.53731 v 5.961539 h -1.53731 v -2.527565 h -2.26802 v 2.527565 h -1.5373 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.20444199"
id="path174963" />
</g>
</g>
<g
id="g10281-2"
transform="matrix(-0.00437829,-0.68408837,-0.7131312,0.00456417,319.40954,97.595776)"
@ -292,127 +171,268 @@
sodipodi:nodetypes="cccc" />
</g>
<g
id="g12351-9"
transform="rotate(1.2665237,-5546.8373,1487.7049)"
style="display:inline">
id="g12351-0"
transform="rotate(1.2665237,-5372.651,1509.2749)"
style="display:inline;fill:#aa0000;stroke:#aa0000">
<g
id="g11392-6"
transform="translate(151.78231,-89.794275)">
id="g11392-29"
transform="translate(151.78231,-89.794275)"
style="fill:#aa0000;stroke:#aa0000">
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-7"
style="display:inline;fill:#aa0000;stroke:#aa0000;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-43"
transform="matrix(0.24165829,-0.0085426,0.00819815,0.24814879,68.105864,32.802571)">
<path
style="stroke-width:35.526"
style="fill:#aa0000;stroke:#aa0000;stroke-width:35.52600098"
inkscape:connector-curvature="0"
id="path1478-7-7"
id="path1478-7-5"
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="stroke-width:10.649;paint-order:markers fill stroke"
style="fill:#aa0000;stroke:#aa0000;stroke-width:10.64900017;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-37"
id="path1480-1-1"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<g
aria-label="V"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.20444199"
id="text5016-15-1">
<path
d="m 128.88359,76.447587 h 1.54529 l 1.58122,4.400279 1.57723,-4.400279 h 1.54529 l -2.20812,5.961539 h -1.83279 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.20444199"
id="path174969" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#aa0000;fill-opacity:1;stroke:#aa0000;stroke-width:0.20444199"
x="128.84366"
y="82.409126"
id="text5016-15-74"><tspan
sodipodi:role="line"
id="tspan5014-9"
x="128.84366"
y="82.409126"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#aa0000;stroke:#aa0000;stroke-width:0.20444199">V</tspan></text>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-4-2"
style="display:inline;fill:#aa0000;stroke:#aa0000;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-4-31"
transform="matrix(-0.2417761,-0.0040031,0.00468373,-0.24823999,346.71877,69.188724)">
<path
style="stroke-width:35.526"
style="fill:#aa0000;stroke:#aa0000;stroke-width:35.52600098"
inkscape:connector-curvature="0"
id="path1478-7-27-1"
id="path1478-7-27-46"
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="stroke-width:10.649;paint-order:markers fill stroke"
style="fill:#aa0000;stroke:#aa0000;stroke-width:10.64900017;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-4-5"
id="path1480-1-4-94"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<g
aria-label="V"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.20444199"
id="text5016-15-0-0">
<path
d="m 281.90233,3.3904516 h 1.54528 l 1.58123,4.4002787 1.57723,-4.4002787 h 1.54529 l -2.20812,5.9615391 h -1.83279 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.20444199"
id="path174972" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#aa0000;fill-opacity:1;stroke:#aa0000;stroke-width:0.20444199"
x="281.8624"
y="9.3519907"
id="text5016-15-0-22"><tspan
sodipodi:role="line"
id="tspan5014-9-3"
x="281.8624"
y="9.3519907"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#aa0000;stroke:#aa0000;stroke-width:0.20444199">V</tspan></text>
</g>
<g
id="g12236-0"
transform="rotate(87.997825,323.57673,148.69646)"
style="display:inline">
id="g12236-0-6"
transform="rotate(91.672586,262.21275,82.987371)"
style="display:inline;fill:#88aa00;stroke:#88aa00">
<g
id="g11392-2-4"
style="display:inline"
id="g11392-2-4-4"
style="display:inline;fill:#88aa00;stroke:#88aa00"
transform="translate(134.1609,0.28601402)">
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-8-0"
style="display:inline;fill:#88aa00;stroke:#88aa00;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-8-0-1"
transform="matrix(0.24165829,-0.0085426,0.00819815,0.24814879,68.105864,32.802571)">
<path
style="stroke-width:35.526"
style="fill:#88aa00;stroke:#88aa00;stroke-width:35.52600098"
inkscape:connector-curvature="0"
id="path1478-7-0-1"
id="path1478-7-0-1-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
style="stroke-width:10.649;paint-order:markers fill stroke"
style="fill:#88aa00;stroke:#88aa00;stroke-width:10.64900017;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-3"
id="path1480-1-3-3-8"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<g
aria-label="H"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.20444199"
id="text5016-15-7-7">
<path
d="m 129.59434,76.447587 h 1.5373 V 78.7196 h 2.26802 v -2.272013 h 1.53731 v 5.961539 h -1.53731 v -2.527565 h -2.26802 v 2.527565 h -1.5373 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.20444199"
id="path174975" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#88aa00;fill-opacity:1;stroke:#88aa00;stroke-width:0.20444199"
x="128.84366"
y="82.409126"
id="text5016-15-7-7-8"><tspan
sodipodi:role="line"
id="tspan5014-9-0-4"
x="128.84366"
y="82.409126"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#88aa00;stroke:#88aa00;stroke-width:0.20444199">H</tspan></text>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-4-3-1"
style="display:inline;fill:#88aa00;stroke:#88aa00;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-4-3-1-9"
transform="matrix(-0.2417761,-0.0040031,0.00468373,-0.24823999,329.52372,159.66369)">
<path
style="stroke-width:35.526"
style="fill:#88aa00;stroke:#88aa00;stroke-width:35.52600098"
inkscape:connector-curvature="0"
id="path1478-7-27-4-1"
id="path1478-7-27-4-1-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
style="stroke-width:10.649;paint-order:markers fill stroke"
style="fill:#88aa00;stroke:#88aa00;stroke-width:10.64900017;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-4-9-3"
id="path1480-1-4-9-3-8"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<g
aria-label="H"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.20444199"
id="text5016-15-0-2-0">
<path
d="m 262.80134,93.865419 h 1.5373 v 2.272013 h 2.26802 v -2.272013 h 1.53731 v 5.961539 h -1.53731 v -2.527565 h -2.26802 v 2.527565 h -1.5373 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.20444199"
id="path174978" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#88aa00;fill-opacity:1;stroke:#88aa00;stroke-width:0.20444199"
x="262.05066"
y="99.826958"
id="text5016-15-0-2-0-8"><tspan
sodipodi:role="line"
id="tspan5014-9-3-7-3"
x="262.05066"
y="99.826958"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#88aa00;stroke:#88aa00;stroke-width:0.20444199">H</tspan></text>
</g>
<g
id="g12351-0-8"
transform="rotate(1.2665237,-1639.9244,1460.9906)"
style="display:inline;fill:#aa0000;stroke:#aa0000">
<g
id="g11392-29-6"
transform="translate(151.78231,-89.794275)"
style="fill:#aa0000;stroke:#aa0000">
<g
style="display:inline;fill:#aa0000;stroke:#aa0000;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-43-8"
transform="matrix(0.24165829,-0.0085426,0.00819815,0.24814879,68.105864,32.802571)">
<path
style="fill:#aa0000;stroke:#aa0000;stroke-width:35.52600098"
inkscape:connector-curvature="0"
id="path1478-7-5-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
style="fill:#aa0000;stroke:#aa0000;stroke-width:10.64900017;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-1-8"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#aa0000;fill-opacity:1;stroke:#aa0000;stroke-width:0.20444199"
x="128.84366"
y="82.409126"
id="text5016-15-74-3"><tspan
sodipodi:role="line"
id="tspan5014-9-33"
x="128.84366"
y="82.409126"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#aa0000;stroke:#aa0000;stroke-width:0.20444199">V</tspan></text>
</g>
<g
style="display:inline;fill:#aa0000;stroke:#aa0000;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-4-31-8"
transform="matrix(-0.2417761,-0.0040031,0.00468373,-0.24823999,346.71877,69.188724)">
<path
style="fill:#aa0000;stroke:#aa0000;stroke-width:35.52600098"
inkscape:connector-curvature="0"
id="path1478-7-27-46-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:#aa0000;stroke:#aa0000;stroke-width:10.64900017;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-4-94-4"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#aa0000;fill-opacity:1;stroke:#aa0000;stroke-width:0.20444199"
x="281.8624"
y="9.3519907"
id="text5016-15-0-22-7"><tspan
sodipodi:role="line"
id="tspan5014-9-3-6"
x="281.8624"
y="9.3519907"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#aa0000;stroke:#aa0000;stroke-width:0.20444199">V</tspan></text>
</g>
<g
id="g12236-0-6-8"
transform="rotate(91.672586,329.8494,149.48565)"
style="display:inline;fill:#88aa00;stroke:#88aa00">
<g
id="g11392-2-4-4-9"
style="display:inline;fill:#88aa00;stroke:#88aa00"
transform="translate(134.1609,0.28601402)">
<g
style="display:inline;fill:#88aa00;stroke:#88aa00;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-8-0-1-0"
transform="matrix(0.24165829,-0.0085426,0.00819815,0.24814879,68.105864,32.802571)">
<path
style="fill:#88aa00;stroke:#88aa00;stroke-width:35.52600098"
inkscape:connector-curvature="0"
id="path1478-7-0-1-2-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:#88aa00;stroke:#88aa00;stroke-width:10.64900017;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-3-8-8"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#88aa00;fill-opacity:1;stroke:#88aa00;stroke-width:0.20444199"
x="128.84366"
y="82.409126"
id="text5016-15-7-7-8-7"><tspan
sodipodi:role="line"
id="tspan5014-9-0-4-9"
x="128.84366"
y="82.409126"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#88aa00;stroke:#88aa00;stroke-width:0.20444199">H</tspan></text>
</g>
<g
style="display:inline;fill:#88aa00;stroke:#88aa00;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-4-3-1-9-0"
transform="matrix(-0.2417761,-0.0040031,0.00468373,-0.24823999,329.52372,159.66369)">
<path
style="fill:#88aa00;stroke:#88aa00;stroke-width:35.52600098"
inkscape:connector-curvature="0"
id="path1478-7-27-4-1-2-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
style="fill:#88aa00;stroke:#88aa00;stroke-width:10.64900017;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-4-9-3-8-3"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#88aa00;fill-opacity:1;stroke:#88aa00;stroke-width:0.20444199"
x="262.05066"
y="99.826958"
id="text5016-15-0-2-0-8-3"><tspan
sodipodi:role="line"
id="tspan5014-9-3-7-3-7"
x="262.05066"
y="99.826958"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#88aa00;stroke:#88aa00;stroke-width:0.20444199">H</tspan></text>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -35,16 +35,16 @@
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1683"
inkscape:window-height="838"
inkscape:window-width="2560"
inkscape:window-height="1376"
id="namedview3399"
showgrid="false"
inkscape:zoom="1.8174854"
inkscape:cx="244.48642"
inkscape:zoom="2.1103419"
inkscape:cx="190.07049"
inkscape:cy="44.18085"
inkscape:window-x="415"
inkscape:window-y="82"
inkscape:window-maximized="0"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="layer1"
inkscape:document-rotation="0" />
<g
@ -55,250 +55,6 @@
<g
style="font-style:normal;font-weight:normal;font-size:39.7621994px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.994057"
id="text1739" />
<g
id="g12351"
transform="rotate(1.2665237,-1665.2768,1324.0667)">
<g
id="g11392"
transform="translate(151.78231,-89.794275)">
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7"
transform="matrix(0.24165829,-0.0085426,0.00819815,0.24814879,68.105864,32.802571)">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-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="stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<g
aria-label="V"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.20444199"
id="text5016-15">
<path
d="m 128.88359,76.447587 h 1.54529 l 1.58122,4.400279 1.57723,-4.400279 h 1.54529 l -2.20812,5.961539 h -1.83279 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.20444199"
id="path176554" />
</g>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-4"
transform="matrix(-0.2417761,-0.0040031,0.00468373,-0.24823999,346.71877,69.188724)">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-27"
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="stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-4"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<g
aria-label="V"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.20444199"
id="text5016-15-0">
<path
d="m 281.90233,3.3904516 h 1.54528 l 1.58123,4.4002787 1.57723,-4.4002787 h 1.54529 l -2.20812,5.9615391 h -1.83279 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.20444199"
id="path176557" />
</g>
</g>
<g
id="g12236"
transform="rotate(87.997825,263.71402,86.135205)">
<g
id="g11392-2"
style="display:inline"
transform="translate(134.1609,0.28601402)">
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-8"
transform="matrix(0.24165829,-0.0085426,0.00819815,0.24814879,68.105864,32.802571)">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-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="stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<g
aria-label="H"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.20444199"
id="text5016-15-7">
<path
d="m 129.59434,76.447587 h 1.5373 V 78.7196 h 2.26802 v -2.272013 h 1.53731 v 5.961539 h -1.53731 v -2.527565 h -2.26802 v 2.527565 h -1.5373 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.20444199"
id="path176560" />
</g>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-4-3"
transform="matrix(-0.2417761,-0.0040031,0.00468373,-0.24823999,329.52372,159.66369)">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-27-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="stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-4-9"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<g
aria-label="H"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.20444199"
id="text5016-15-0-2">
<path
d="m 262.80134,93.865419 h 1.5373 v 2.272013 h 2.26802 v -2.272013 h 1.53731 v 5.961539 h -1.53731 v -2.527565 h -2.26802 v 2.527565 h -1.5373 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.20444199"
id="path176563" />
</g>
</g>
<g
id="g12351-9"
transform="rotate(1.2665237,-5546.8373,1487.7049)"
style="display:inline">
<g
id="g11392-6"
transform="translate(151.78231,-89.794275)">
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-7"
transform="matrix(0.24165829,-0.0085426,0.00819815,0.24814879,68.105864,32.802571)">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-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="stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-37"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<g
aria-label="V"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.20444199"
id="text5016-15-1">
<path
d="m 128.88359,76.447587 h 1.54529 l 1.58122,4.400279 1.57723,-4.400279 h 1.54529 l -2.20812,5.961539 h -1.83279 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.20444199"
id="path176566" />
</g>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-4-2"
transform="matrix(-0.2417761,-0.0040031,0.00468373,-0.24823999,346.71877,69.188724)">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-27-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="stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-4-5"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<g
aria-label="V"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.20444199"
id="text5016-15-0-0">
<path
d="m 281.90233,3.3904516 h 1.54528 l 1.58123,4.4002787 1.57723,-4.4002787 h 1.54529 l -2.20812,5.9615391 h -1.83279 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.20444199"
id="path176569" />
</g>
</g>
<g
id="g12236-0"
transform="rotate(87.997825,323.57673,148.69646)"
style="display:inline">
<g
id="g11392-2-4"
style="display:inline"
transform="translate(134.1609,0.28601402)">
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-8-0"
transform="matrix(0.24165829,-0.0085426,0.00819815,0.24814879,68.105864,32.802571)">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-0-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="stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-3"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<g
aria-label="H"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.20444199"
id="text5016-15-7-7">
<path
d="m 129.59434,76.447587 h 1.5373 V 78.7196 h 2.26802 v -2.272013 h 1.53731 v 5.961539 h -1.53731 v -2.527565 h -2.26802 v 2.527565 h -1.5373 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.20444199"
id="path176572" />
</g>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-4-3-1"
transform="matrix(-0.2417761,-0.0040031,0.00468373,-0.24823999,329.52372,159.66369)">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-27-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="stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-4-9-3"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<g
aria-label="H"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.20444199"
id="text5016-15-0-2-0">
<path
d="m 262.80134,93.865419 h 1.5373 v 2.272013 h 2.26802 v -2.272013 h 1.53731 v 5.961539 h -1.53731 v -2.527565 h -2.26802 v 2.527565 h -1.5373 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.20444199"
id="path176575" />
</g>
</g>
<path
style="opacity:0.56999996;fill:#f2f2f2;fill-opacity:1;stroke:#999999;stroke-width:1.75600004;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none"
d="m 212.49094,25.881086 h 79.90727 v 41.576336 h -79.90727 z"
@ -555,5 +311,269 @@
id="path1742-5-0-3-3-5-7"
sodipodi:nodetypes="cccc" />
</g>
<g
id="g12351-0"
transform="rotate(1.2665237,-5457.225,1354.5454)"
style="display:inline;fill:#aa0000;stroke:#aa0000">
<g
id="g11392-29"
transform="translate(151.78231,-89.794275)"
style="fill:#aa0000;stroke:#aa0000">
<g
style="display:inline;fill:#aa0000;stroke:#aa0000;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-43"
transform="matrix(0.24165829,-0.0085426,0.00819815,0.24814879,68.105864,32.802571)">
<path
style="fill:#aa0000;stroke:#aa0000;stroke-width:35.52600098"
inkscape:connector-curvature="0"
id="path1478-7-5"
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:#aa0000;stroke:#aa0000;stroke-width:10.64900017;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-1"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#aa0000;fill-opacity:1;stroke:#aa0000;stroke-width:0.20444199"
x="128.84366"
y="82.409126"
id="text5016-15-74"><tspan
sodipodi:role="line"
id="tspan5014-9"
x="128.84366"
y="82.409126"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#aa0000;stroke:#aa0000;stroke-width:0.20444199">V</tspan></text>
</g>
<g
style="display:inline;fill:#aa0000;stroke:#aa0000;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-4-31"
transform="matrix(-0.2417761,-0.0040031,0.00468373,-0.24823999,346.71877,69.188724)">
<path
style="fill:#aa0000;stroke:#aa0000;stroke-width:35.52600098"
inkscape:connector-curvature="0"
id="path1478-7-27-46"
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:#aa0000;stroke:#aa0000;stroke-width:10.64900017;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-4-94"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#aa0000;fill-opacity:1;stroke:#aa0000;stroke-width:0.20444199"
x="281.8624"
y="9.3519907"
id="text5016-15-0-22"><tspan
sodipodi:role="line"
id="tspan5014-9-3"
x="281.8624"
y="9.3519907"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#aa0000;stroke:#aa0000;stroke-width:0.20444199">V</tspan></text>
</g>
<g
id="g12236-0-6"
transform="rotate(91.672586,259.60298,82.232308)"
style="display:inline;fill:#88aa00;stroke:#88aa00">
<g
id="g11392-2-4-4"
style="display:inline;fill:#88aa00;stroke:#88aa00"
transform="translate(134.1609,0.28601402)">
<g
style="display:inline;fill:#88aa00;stroke:#88aa00;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-8-0-1"
transform="matrix(0.24165829,-0.0085426,0.00819815,0.24814879,68.105864,32.802571)">
<path
style="fill:#88aa00;stroke:#88aa00;stroke-width:35.52600098"
inkscape:connector-curvature="0"
id="path1478-7-0-1-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
style="fill:#88aa00;stroke:#88aa00;stroke-width:10.64900017;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-3-8"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#88aa00;fill-opacity:1;stroke:#88aa00;stroke-width:0.20444199"
x="128.84366"
y="82.409126"
id="text5016-15-7-7-8"><tspan
sodipodi:role="line"
id="tspan5014-9-0-4"
x="128.84366"
y="82.409126"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#88aa00;stroke:#88aa00;stroke-width:0.20444199">H</tspan></text>
</g>
<g
style="display:inline;fill:#88aa00;stroke:#88aa00;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-4-3-1-9"
transform="matrix(-0.2417761,-0.0040031,0.00468373,-0.24823999,329.52372,159.66369)">
<path
style="fill:#88aa00;stroke:#88aa00;stroke-width:35.52600098"
inkscape:connector-curvature="0"
id="path1478-7-27-4-1-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
style="fill:#88aa00;stroke:#88aa00;stroke-width:10.64900017;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-4-9-3-8"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#88aa00;fill-opacity:1;stroke:#88aa00;stroke-width:0.20444199"
x="262.05066"
y="99.826958"
id="text5016-15-0-2-0-8"><tspan
sodipodi:role="line"
id="tspan5014-9-3-7-3"
x="262.05066"
y="99.826958"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#88aa00;stroke:#88aa00;stroke-width:0.20444199">H</tspan></text>
</g>
<g
id="g12351-0-8"
transform="rotate(1.2665237,-1724.4985,1306.2611)"
style="display:inline;fill:#aa0000;stroke:#aa0000">
<g
id="g11392-29-6"
transform="translate(151.78231,-89.794275)"
style="fill:#aa0000;stroke:#aa0000">
<g
style="display:inline;fill:#aa0000;stroke:#aa0000;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-43-8"
transform="matrix(0.24165829,-0.0085426,0.00819815,0.24814879,68.105864,32.802571)">
<path
style="fill:#aa0000;stroke:#aa0000;stroke-width:35.52600098"
inkscape:connector-curvature="0"
id="path1478-7-5-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
style="fill:#aa0000;stroke:#aa0000;stroke-width:10.64900017;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-1-8"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#aa0000;fill-opacity:1;stroke:#aa0000;stroke-width:0.20444199"
x="128.84366"
y="82.409126"
id="text5016-15-74-3"><tspan
sodipodi:role="line"
id="tspan5014-9-33"
x="128.84366"
y="82.409126"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#aa0000;stroke:#aa0000;stroke-width:0.20444199">V</tspan></text>
</g>
<g
style="display:inline;fill:#aa0000;stroke:#aa0000;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-4-31-8"
transform="matrix(-0.2417761,-0.0040031,0.00468373,-0.24823999,346.71877,69.188724)">
<path
style="fill:#aa0000;stroke:#aa0000;stroke-width:35.52600098"
inkscape:connector-curvature="0"
id="path1478-7-27-46-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:#aa0000;stroke:#aa0000;stroke-width:10.64900017;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-4-94-4"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#aa0000;fill-opacity:1;stroke:#aa0000;stroke-width:0.20444199"
x="281.8624"
y="9.3519907"
id="text5016-15-0-22-7"><tspan
sodipodi:role="line"
id="tspan5014-9-3-6"
x="281.8624"
y="9.3519907"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#aa0000;stroke:#aa0000;stroke-width:0.20444199">V</tspan></text>
</g>
<g
id="g12236-0-6-8"
transform="rotate(91.672586,327.23963,148.73059)"
style="display:inline;fill:#88aa00;stroke:#88aa00">
<g
id="g11392-2-4-4-9"
style="display:inline;fill:#88aa00;stroke:#88aa00"
transform="translate(134.1609,0.28601402)">
<g
style="display:inline;fill:#88aa00;stroke:#88aa00;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-8-0-1-0"
transform="matrix(0.24165829,-0.0085426,0.00819815,0.24814879,68.105864,32.802571)">
<path
style="fill:#88aa00;stroke:#88aa00;stroke-width:35.52600098"
inkscape:connector-curvature="0"
id="path1478-7-0-1-2-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:#88aa00;stroke:#88aa00;stroke-width:10.64900017;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-3-8-8"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#88aa00;fill-opacity:1;stroke:#88aa00;stroke-width:0.20444199"
x="128.84366"
y="82.409126"
id="text5016-15-7-7-8-7"><tspan
sodipodi:role="line"
id="tspan5014-9-0-4-9"
x="128.84366"
y="82.409126"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#88aa00;stroke:#88aa00;stroke-width:0.20444199">H</tspan></text>
</g>
<g
style="display:inline;fill:#88aa00;stroke:#88aa00;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-4-3-1-9-0"
transform="matrix(-0.2417761,-0.0040031,0.00468373,-0.24823999,329.52372,159.66369)">
<path
style="fill:#88aa00;stroke:#88aa00;stroke-width:35.52600098"
inkscape:connector-curvature="0"
id="path1478-7-27-4-1-2-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
style="fill:#88aa00;stroke:#88aa00;stroke-width:10.64900017;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-4-9-3-8-3"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#88aa00;fill-opacity:1;stroke:#88aa00;stroke-width:0.20444199"
x="262.05066"
y="99.826958"
id="text5016-15-0-2-0-8-3"><tspan
sodipodi:role="line"
id="tspan5014-9-3-7-3-7"
x="262.05066"
y="99.826958"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#88aa00;stroke:#88aa00;stroke-width:0.20444199">H</tspan></text>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View File

@ -0,0 +1,318 @@
<?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 177"
version="1.1"
id="svg290"
sodipodi:docname="klein_four_presentation.svg"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
<metadata
id="metadata296">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs294">
<inkscape:perspective
sodipodi:type="inkscape:persp3d"
inkscape:vp_x="0 : 88.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_z="595.3 : 88.5 : 1"
inkscape:persp3d-origin="297.65 : 59 : 1"
id="perspective1968" />
</defs>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2560"
inkscape:window-height="1376"
id="namedview292"
showgrid="false"
inkscape:zoom="2.2139137"
inkscape:cx="279.28815"
inkscape:cy="67.750765"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="g44435-8"
showguides="true"
inkscape:guide-bbox="true"
inkscape:document-rotation="0" />
<g
id="g44435"
transform="translate(-263.17918,32.996238)">
<g
style="fill:none;stroke:#aa0000;stroke-opacity:1"
transform="matrix(0.70111371,0.00752753,-0.00752753,0.70111371,423.16268,-92.299503)"
id="g7972-3-3-3-3">
<g
transform="matrix(0.40743561,-0.00145477,5.2735526e-4,0.41834786,-83.083079,101.04713)"
id="g1482-7-3-4-6-6-7"
style="fill:none;stroke:#aa0000;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-6-6-7-7-5"
inkscape:connector-curvature="0"
style="fill:none;stroke:#aa0000;stroke-width:35.52600098;stroke-opacity:1" />
<path
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
id="path1480-1-1-3-5-5-9"
inkscape:connector-curvature="0"
style="fill:none;stroke:#aa0000;stroke-width:10.64900017;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
</g>
<ellipse
ry="7.5044565"
rx="7.5681868"
cy="45.391235"
cx="404.01779"
id="path357-3"
style="fill:#333333;fill-rule:evenodd;stroke-width:1.12761593" />
<g
style="fill:none;stroke:#aa0000;stroke-opacity:1"
transform="matrix(0.70111371,0.00752753,-0.00752753,0.70111371,355.73868,-92.299503)"
id="g7972-3-3-3-6">
<g
transform="matrix(0.40743561,-0.00145477,5.2735526e-4,0.41834786,-83.083079,101.04713)"
id="g1482-7-3-4-6-6-1"
style="fill:none;stroke:#aa0000;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-6-6-7-7-2"
inkscape:connector-curvature="0"
style="fill:none;stroke:#aa0000;stroke-width:35.52600098;stroke-opacity:1" />
<path
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
id="path1480-1-1-3-5-5-93"
inkscape:connector-curvature="0"
style="fill:none;stroke:#aa0000;stroke-width:10.64900017;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
</g>
<g
style="fill:#cccccc;stroke:#999999"
transform="matrix(0.70111371,0.00752753,-0.00752753,0.70111371,392.50154,-55.304669)"
id="g7972-3-3-3-6-6">
<g
transform="matrix(0.40743561,-0.00145477,5.2735526e-4,0.41834786,-83.083079,101.04713)"
id="g1482-7-3-4-6-6-1-9"
style="fill:#cccccc;stroke:#999999;stroke-width:6.38899994;stroke-miterlimit:10">
<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-6-6-7-7-2-8"
inkscape:connector-curvature="0"
style="fill:#cccccc;stroke:#999999;stroke-width:35.52600098" />
<path
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
id="path1480-1-1-3-5-5-93-7"
inkscape:connector-curvature="0"
style="fill:#cccccc;stroke:#999999;stroke-width:10.64900017;paint-order:markers fill stroke" />
</g>
</g>
<path
inkscape:connector-curvature="0"
id="path16207"
d="M 345.66566,63.254309 H 461.42747"
style="fill:#666666;stroke:#666666;stroke-width:3.04051018;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<g
id="g44451"
transform="translate(50.463969,-32.798556)">
<g
style="fill:none;stroke:#88aa00;stroke-opacity:1"
transform="matrix(0.70111371,0.00752753,-0.00752753,0.70111371,424.28604,-18.765937)"
id="g7972-3-3-3-3-2">
<g
transform="matrix(0.40743561,-0.00145477,5.2735526e-4,0.41834786,-83.083079,101.04713)"
id="g1482-7-3-4-6-6-7-6"
style="fill:none;stroke:#88aa00;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-6-6-7-7-5-5"
inkscape:connector-curvature="0"
style="fill:none;stroke:#88aa00;stroke-width:35.52600098;stroke-opacity:1" />
<path
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
id="path1480-1-1-3-5-5-9-2"
inkscape:connector-curvature="0"
style="fill:none;stroke:#88aa00;stroke-width:10.64900017;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
</g>
<ellipse
ry="7.5044565"
rx="7.5681868"
cy="118.9248"
cx="405.14111"
id="path357-3-6"
style="fill:#333333;fill-rule:evenodd;stroke-width:1.12761593" />
<g
style="fill:none;stroke:#88aa00;stroke-opacity:1"
transform="matrix(0.70111371,0.00752753,-0.00752753,0.70111371,356.86204,-18.765937)"
id="g7972-3-3-3-6-5">
<g
transform="matrix(0.40743561,-0.00145477,5.2735526e-4,0.41834786,-83.083079,101.04713)"
id="g1482-7-3-4-6-6-1-8"
style="fill:none;stroke:#88aa00;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-6-6-7-7-2-7"
inkscape:connector-curvature="0"
style="fill:none;stroke:#88aa00;stroke-width:35.52600098;stroke-opacity:1" />
<path
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
id="path1480-1-1-3-5-5-93-9"
inkscape:connector-curvature="0"
style="fill:none;stroke:#88aa00;stroke-width:10.64900017;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
</g>
<g
style="fill:#cccccc;stroke:#999999"
transform="matrix(0.70111371,0.00752753,-0.00752753,0.70111371,391.70855,16.312542)"
id="g7972-3-3-3-6-6-6">
<g
transform="matrix(0.40743561,-0.00145477,5.2735526e-4,0.41834786,-83.083079,101.04713)"
id="g1482-7-3-4-6-6-1-9-0"
style="fill:#cccccc;stroke:#999999;stroke-width:6.38899994;stroke-miterlimit:10">
<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-6-6-7-7-2-8-4"
inkscape:connector-curvature="0"
style="fill:#cccccc;stroke:#999999;stroke-width:35.52600098" />
<path
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
id="path1480-1-1-3-5-5-93-7-1"
inkscape:connector-curvature="0"
style="fill:#cccccc;stroke:#999999;stroke-width:10.64900017;paint-order:markers fill stroke" />
</g>
</g>
<path
inkscape:connector-curvature="0"
id="path16207-0"
d="M 345.51145,135.51031 H 461.27326"
style="fill:#666666;stroke:#666666;stroke-width:3.04051018;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<g
id="g44419"
transform="translate(45.39909,-10.221905)">
<ellipse
transform="rotate(20.686884)"
id="ellipse9933"
ry="27.396799"
rx="29.060246"
stroke-miterlimit="10"
cx="285.25275"
cy="14.511317"
style="opacity:0.13999999;stroke:#000000;stroke-width:2.89384079;stroke-miterlimit:10" />
<g
style="stroke:#aa0000;stroke-opacity:1"
transform="matrix(0.31244376,-0.35280917,0.35023387,0.3101631,30.930441,88.502361)"
id="g11563">
<g
transform="matrix(0.47831212,0,0,0.48430201,139.77588,155.01519)"
id="g9939"
stroke-miterlimit="10"
style="fill:none;stroke:#aa0000;stroke-width:6.38899994;stroke-miterlimit:10;stroke-opacity:1">
<path
id="path9935"
transform="matrix(0.06166,0.69487,-0.648,0.06164,394.029,56.19)"
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"
inkscape:connector-curvature="0"
style="stroke:#aa0000;stroke-width:35.52600098;stroke-opacity:1" />
<path
id="path9937"
transform="matrix(0.03241,1.30729,-1.23778,0.02809,454.669,-133.846)"
d="M 382.5,152.612 C 331.334,225.435 280.133,213.588 257.986,179.516 241.51,154.168 246.13,86.543 317.498,86.173"
inkscape:connector-curvature="0"
style="stroke:#aa0000;stroke-width:10.64900017;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
</g>
<g
style="stroke:#999999"
transform="matrix(0.47103565,0.01486048,-0.014752,0.46759735,133.35184,-74.531281)"
id="g11563-8">
<g
transform="matrix(0.47831212,0,0,0.48430201,139.77588,155.01519)"
id="g9939-5"
stroke-miterlimit="10"
style="fill:none;stroke:#999999;stroke-width:6.38899994;stroke-miterlimit:10">
<path
id="path9935-0"
transform="matrix(0.06166,0.69487,-0.648,0.06164,394.029,56.19)"
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"
inkscape:connector-curvature="0"
style="stroke:#999999;stroke-width:35.52600098" />
<path
id="path9937-9"
transform="matrix(0.03241,1.30729,-1.23778,0.02809,454.669,-133.846)"
d="M 382.5,152.612 C 331.334,225.435 280.133,213.588 257.986,179.516 241.51,154.168 246.13,86.543 317.498,86.173"
inkscape:connector-curvature="0"
style="stroke:#999999;stroke-width:10.64900017;paint-order:markers fill stroke" />
</g>
</g>
<g
style="stroke:#88aa00;stroke-opacity:1"
transform="matrix(0.1342558,0.45174195,-0.4484445,0.13327581,392.22348,-78.860576)"
id="g11563-4">
<g
transform="matrix(0.47831212,0,0,0.48430201,139.77588,155.01519)"
id="g9939-8"
stroke-miterlimit="10"
style="fill:none;stroke:#88aa00;stroke-width:6.38899994;stroke-miterlimit:10;stroke-opacity:1">
<path
id="path9935-7"
transform="matrix(0.06166,0.69487,-0.648,0.06164,394.029,56.19)"
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"
inkscape:connector-curvature="0"
style="stroke:#88aa00;stroke-width:35.52600098;stroke-opacity:1" />
<path
id="path9937-0"
transform="matrix(0.03241,1.30729,-1.23778,0.02809,454.669,-133.846)"
d="M 382.5,152.612 C 331.334,225.435 280.133,213.588 257.986,179.516 241.51,154.168 246.13,86.543 317.498,86.173"
inkscape:connector-curvature="0"
style="stroke:#88aa00;stroke-width:10.64900017;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
</g>
<ellipse
transform="rotate(20.686884)"
id="ellipse9941"
ry="27.396799"
rx="29.060246"
stroke-miterlimit="10"
cx="280.26352"
cy="10.729671"
style="fill:#e1e1e1;stroke:#808285;stroke-width:5.1360445;stroke-miterlimit:10" />
</g>
<g
id="g44435-8"
transform="translate(-85.105966,197.07482)" />
</svg>

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -0,0 +1,181 @@
<?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 177"
version="1.1"
id="svg290"
sodipodi:docname="klein_four_presentation_elements.svg"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
<metadata
id="metadata296">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs294">
<inkscape:perspective
sodipodi:type="inkscape:persp3d"
inkscape:vp_x="0 : 88.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_z="595.3 : 88.5 : 1"
inkscape:persp3d-origin="297.65 : 59 : 1"
id="perspective1968" />
</defs>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2560"
inkscape:window-height="1376"
id="namedview292"
showgrid="false"
inkscape:zoom="1.5654734"
inkscape:cx="87.067083"
inkscape:cy="84.268446"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="g44435-8"
showguides="true"
inkscape:guide-bbox="true"
inkscape:document-rotation="0" />
<g
id="g44435-8"
transform="translate(-85.105966,197.07482)">
<g
style="fill:#000000;fill-opacity:0;stroke:#88aa00;stroke-opacity:1"
transform="matrix(0.99352288,0.01066699,-0.01066699,0.99352288,349.98603,-279.69873)"
id="g7972-3-3-3-3-6">
<g
transform="matrix(0.40743561,-0.00145477,5.2735526e-4,0.41834786,-83.083079,101.04713)"
id="g1482-7-3-4-6-6-7-2"
style="fill:#000000;fill-opacity:0;stroke:#88aa00;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-6-6-7-7-5-4"
inkscape:connector-curvature="0"
style="fill:#000000;fill-opacity:0;stroke:#88aa00;stroke-width:35.52600098;stroke-opacity:1" />
<path
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
id="path1480-1-1-3-5-5-9-7"
inkscape:connector-curvature="0"
style="fill:#000000;fill-opacity:0;stroke:#88aa00;stroke-width:10.64900017;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
</g>
<g
style="fill:none;stroke:#aa0000;stroke-opacity:1"
transform="matrix(0.99352288,0.01066699,-0.01066699,0.99352288,349.26101,-319.13607)"
id="g7972-3-3-3-6-3">
<g
transform="matrix(0.40743561,-0.00145477,5.2735526e-4,0.41834786,-83.083079,101.04713)"
id="g1482-7-3-4-6-6-1-92"
style="fill:none;stroke:#aa0000;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-6-6-7-7-2-83"
inkscape:connector-curvature="0"
style="fill:none;stroke:#aa0000;stroke-width:35.52600098;stroke-opacity:1" />
<path
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
id="path1480-1-1-3-5-5-93-0"
inkscape:connector-curvature="0"
style="fill:none;stroke:#aa0000;stroke-width:10.64900017;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
</g>
<g
style="fill:none;stroke:#aa0000;stroke-opacity:1"
transform="matrix(0.99352288,0.01066699,-0.01066699,0.99352288,301.85492,-243.88596)"
id="g7972-3-3-3-3-6-57">
<g
transform="matrix(0.40743561,-0.00145477,5.2735526e-4,0.41834786,-83.083079,101.04713)"
id="g1482-7-3-4-6-6-7-2-49"
style="fill:none;stroke:#aa0000;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-6-6-7-7-5-4-94"
inkscape:connector-curvature="0"
style="fill:none;stroke:#aa0000;stroke-width:35.52600098;stroke-opacity:1" />
<path
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
id="path1480-1-1-3-5-5-9-7-5"
inkscape:connector-curvature="0"
style="fill:none;stroke:#aa0000;stroke-width:10.64900017;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
</g>
<g
style="fill:#000000;fill-opacity:0;stroke:#88aa00;stroke-opacity:1"
transform="matrix(0.99352288,0.01066699,-0.01066699,0.99352288,398.872,-243.2459)"
id="g7972-3-3-3-3-6-57-8">
<g
transform="matrix(0.40743561,-0.00145477,5.2735526e-4,0.41834786,-83.083079,101.04713)"
id="g1482-7-3-4-6-6-7-2-49-2"
style="fill:#000000;fill-opacity:0;stroke:#88aa00;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-6-6-7-7-5-4-94-5"
inkscape:connector-curvature="0"
style="fill:#000000;fill-opacity:0;stroke:#88aa00;stroke-width:35.52600098;stroke-opacity:1" />
<path
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
id="path1480-1-1-3-5-5-9-7-5-3"
inkscape:connector-curvature="0"
style="fill:#000000;fill-opacity:0;stroke:#88aa00;stroke-width:10.64900017;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
</g>
<ellipse
ry="10.634294"
rx="10.724604"
cy="-48.129311"
cx="371.74237"
id="path357-3-9-9-4"
style="fill:#333333;fill-rule:evenodd;stroke-width:1.59790373" />
<g
id="g7972-3-3-3-6-6"
transform="matrix(0.9433111,0.01012789,-0.01012789,0.9433111,349.86306,-347.66772)"
style="fill:#cccccc;stroke:#999999">
<g
style="fill:#cccccc;stroke:#999999;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-3-4-6-6-1-9"
transform="matrix(0.40743561,-0.00145477,5.2735526e-4,0.41834786,-83.083079,101.04713)">
<path
style="fill:#cccccc;stroke:#999999;stroke-width:35.52600098"
inkscape:connector-curvature="0"
id="path1478-7-6-6-7-7-2-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" />
<path
style="fill:#cccccc;stroke:#999999;stroke-width:10.64900017;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-1-3-5-5-93-7"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.2 KiB

View File

@ -0,0 +1,200 @@
<?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 177"
version="1.1"
id="svg290"
sodipodi:docname="klein_four_presentation_third_law.svg"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
<metadata
id="metadata296">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs294">
<inkscape:perspective
sodipodi:type="inkscape:persp3d"
inkscape:vp_x="0 : 88.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_z="595.3 : 88.5 : 1"
inkscape:persp3d-origin="297.65 : 59 : 1"
id="perspective1968" />
</defs>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2560"
inkscape:window-height="1376"
id="namedview292"
showgrid="false"
inkscape:zoom="1.5654734"
inkscape:cx="308.08649"
inkscape:cy="42.747459"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="g44435-8"
showguides="true"
inkscape:guide-bbox="true"
inkscape:document-rotation="0" />
<g
id="g44435-8"
transform="translate(-85.105966,197.07482)">
<g
style="fill:#000000;fill-opacity:0;stroke:#88aa00;stroke-opacity:1"
transform="matrix(0.70111371,0.00752753,-0.00752753,0.70111371,343.01784,-254.61952)"
id="g7972-3-3-3-3-6">
<g
transform="matrix(0.40743561,-0.00145477,5.2735526e-4,0.41834786,-83.083079,101.04713)"
id="g1482-7-3-4-6-6-7-2"
style="fill:#000000;fill-opacity:0;stroke:#88aa00;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-6-6-7-7-5-4"
inkscape:connector-curvature="0"
style="fill:#000000;fill-opacity:0;stroke:#88aa00;stroke-width:35.52600098;stroke-opacity:1" />
<path
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
id="path1480-1-1-3-5-5-9-7"
inkscape:connector-curvature="0"
style="fill:#000000;fill-opacity:0;stroke:#88aa00;stroke-width:10.64900017;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
</g>
<ellipse
ry="7.5044565"
rx="7.5681868"
cy="-116.92877"
cx="325.87296"
id="path357-3-9"
style="fill:#333333;fill-rule:evenodd;stroke-width:1.12761593" />
<g
style="fill:none;stroke:#aa0000;stroke-opacity:1"
transform="matrix(0.70111371,0.00752753,-0.00752753,0.70111371,277.59384,-254.61952)"
id="g7972-3-3-3-6-3">
<g
transform="matrix(0.40743561,-0.00145477,5.2735526e-4,0.41834786,-83.083079,101.04713)"
id="g1482-7-3-4-6-6-1-92"
style="fill:none;stroke:#aa0000;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-6-6-7-7-2-83"
inkscape:connector-curvature="0"
style="fill:none;stroke:#aa0000;stroke-width:35.52600098;stroke-opacity:1" />
<path
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
id="path1480-1-1-3-5-5-93-0"
inkscape:connector-curvature="0"
style="fill:none;stroke:#aa0000;stroke-width:10.64900017;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
</g>
<g
style="fill:#cccccc;stroke:#999999"
transform="matrix(0.70111371,0.00752753,-0.00752753,0.70111371,375.39988,-216.7213)"
id="g7972-3-3-3-6-6-1">
<g
transform="matrix(0.40743561,-0.00145477,5.2735526e-4,0.41834786,-83.083079,101.04713)"
id="g1482-7-3-4-6-6-1-9-7"
style="fill:#cccccc;stroke:#999999;stroke-width:6.38899994;stroke-miterlimit:10">
<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-6-6-7-7-2-8-8"
inkscape:connector-curvature="0"
style="fill:#cccccc;stroke:#999999;stroke-width:35.52600098" />
<path
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
id="path1480-1-1-3-5-5-93-7-9"
inkscape:connector-curvature="0"
style="fill:#cccccc;stroke:#999999;stroke-width:10.64900017;paint-order:markers fill stroke" />
</g>
</g>
<path
inkscape:connector-curvature="0"
id="path16207-1"
d="M 268.93323,-99.065702 H 511.9566"
style="fill:#666666;stroke:#666666;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<g
style="fill:none;stroke:#aa0000;stroke-opacity:1"
transform="matrix(0.70111371,0.00752753,-0.00752753,0.70111371,408.22412,-254.5907)"
id="g7972-3-3-3-3-6-57">
<g
transform="matrix(0.40743561,-0.00145477,5.2735526e-4,0.41834786,-83.083079,101.04713)"
id="g1482-7-3-4-6-6-7-2-49"
style="fill:none;stroke:#aa0000;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-6-6-7-7-5-4-94"
inkscape:connector-curvature="0"
style="fill:none;stroke:#aa0000;stroke-width:35.52600098;stroke-opacity:1" />
<path
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
id="path1480-1-1-3-5-5-9-7-5"
inkscape:connector-curvature="0"
style="fill:none;stroke:#aa0000;stroke-width:10.64900017;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
</g>
<ellipse
ry="7.5044565"
rx="7.5681868"
cy="-116.89996"
cx="391.07919"
id="path357-3-9-9"
style="fill:#333333;fill-rule:evenodd;stroke-width:1.12761593" />
<g
style="fill:#000000;fill-opacity:0;stroke:#88aa00;stroke-opacity:1"
transform="matrix(0.70111371,0.00752753,-0.00752753,0.70111371,476.68757,-254.13902)"
id="g7972-3-3-3-3-6-57-8">
<g
transform="matrix(0.40743561,-0.00145477,5.2735526e-4,0.41834786,-83.083079,101.04713)"
id="g1482-7-3-4-6-6-7-2-49-2"
style="fill:#000000;fill-opacity:0;stroke:#88aa00;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-6-6-7-7-5-4-94-5"
inkscape:connector-curvature="0"
style="fill:#000000;fill-opacity:0;stroke:#88aa00;stroke-width:35.52600098;stroke-opacity:1" />
<path
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
id="path1480-1-1-3-5-5-9-7-5-3"
inkscape:connector-curvature="0"
style="fill:#000000;fill-opacity:0;stroke:#88aa00;stroke-width:10.64900017;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
</g>
<ellipse
ry="7.5044565"
rx="7.5681868"
cy="-116.44827"
cx="457.54263"
id="path357-3-9-9-4"
style="fill:#333333;fill-rule:evenodd;stroke-width:1.12761593" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@ -47,13 +47,13 @@
inkscape:window-height="1376"
id="namedview292"
showgrid="false"
inkscape:zoom="13.214058"
inkscape:cx="256.66273"
inkscape:cy="103.41711"
inkscape:zoom="3.8358191"
inkscape:cx="125.53693"
inkscape:cy="123.23035"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="text5016-15-0-6"
inkscape:current-layer="svg290"
showguides="true"
inkscape:guide-bbox="true"
inkscape:document-rotation="0" />
@ -224,11 +224,11 @@
</g>
<g
aria-label="0"
style="font-style:normal;font-weight:normal;font-size:43.88330078px;line-height:1.25;font-family:sans-serif;fill:#445500;fill-opacity:1;stroke:none;stroke-width:1.09707999"
style="font-style:normal;font-weight:normal;font-size:43.88330078px;line-height:1.25;font-family:sans-serif;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:1.09707999"
id="text3032-3-2-1-0">
<path
d="m 83.013298,88.124753 q 0,-5.99967 -1.135652,-8.442393 -1.114225,-2.46415 -3.771221,-2.46415 -2.656997,0 -3.792649,2.46415 -1.135652,2.442723 -1.135652,8.442393 0,6.063952 1.135652,8.54953 1.135652,2.485577 3.792649,2.485577 2.635569,0 3.771221,-2.485577 1.135652,-2.485578 1.135652,-8.54953 z m 8.249546,0.06428 q 0,7.949563 -3.428383,12.277895 -3.428383,4.30691 -9.728036,4.30691 -6.321081,0 -9.749464,-4.30691 -3.428383,-4.328332 -3.428383,-12.277895 0,-7.97099 3.428383,-12.277896 3.428383,-4.328333 9.749464,-4.328333 6.299653,0 9.728036,4.328333 3.428383,4.306906 3.428383,12.277896 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#445500;stroke-width:1.09707999"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#e6e6e6;stroke-width:1.09707999"
id="path94415" />
</g>
<g

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -47,8 +47,8 @@
inkscape:window-height="1376"
id="namedview292"
showgrid="false"
inkscape:zoom="3.3035145"
inkscape:cx="256.66273"
inkscape:zoom="5.4246674"
inkscape:cx="240.27119"
inkscape:cy="103.41711"
inkscape:window-x="0"
inkscape:window-y="27"
@ -139,11 +139,11 @@
</g>
<g
aria-label="0"
style="font-style:normal;font-weight:normal;font-size:52.72060013px;line-height:1.25;font-family:sans-serif;fill:#445500;fill-opacity:1;stroke:none;stroke-width:1.31800997"
style="font-style:normal;font-weight:normal;font-size:52.72060013px;line-height:1.25;font-family:sans-serif;fill:#ececec;fill-opacity:1;stroke:none;stroke-width:1.31800997"
id="text3032-3-2">
<path
d="m 309.63266,35.128643 q 0,-7.207895 -1.36436,-10.142538 -1.3386,-2.960385 -4.53067,-2.960385 -3.19207,0 -4.55642,2.960385 -1.36435,2.934643 -1.36435,10.142538 0,7.285121 1.36435,10.271249 1.36435,2.986128 4.55642,2.986128 3.16632,0 4.53067,-2.986128 1.36436,-2.986128 1.36436,-10.271249 z m 9.91085,0.07723 q 0,9.55046 -4.1188,14.750441 -4.11879,5.174239 -11.68708,5.174239 -7.59403,0 -11.71283,-5.174239 -4.1188,-5.199981 -4.1188,-14.750441 0,-9.576203 4.1188,-14.750441 4.1188,-5.199981 11.71283,-5.199981 7.56829,0 11.68708,5.199981 4.1188,5.174238 4.1188,14.750441 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#445500;stroke-width:1.31800997"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#ececec;stroke-width:1.31800997"
id="path95801" />
</g>
<g

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -47,9 +47,9 @@
inkscape:window-height="1376"
id="namedview292"
showgrid="false"
inkscape:zoom="13.214058"
inkscape:cx="256.66273"
inkscape:cy="103.41711"
inkscape:zoom="10.849335"
inkscape:cx="263.25674"
inkscape:cy="91.250465"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -156,11 +156,11 @@
</g>
<g
aria-label="0"
style="font-style:normal;font-weight:normal;font-size:56.1780014px;line-height:1.25;font-family:sans-serif;fill:#445500;fill-opacity:1;stroke:none;stroke-width:1.40445006"
style="font-style:normal;font-weight:normal;font-size:56.1780014px;line-height:1.25;font-family:sans-serif;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:1.40445006"
id="text3032-3-2-1-0">
<path
d="m 255.26863,91.575002 q 0,-7.680586 -1.45383,-10.807681 -1.42639,-3.154527 -4.8278,-3.154527 -3.4014,0 -4.85522,3.154527 -1.45383,3.127095 -1.45383,10.807681 0,7.762879 1.45383,10.944838 1.45382,3.18195 4.85522,3.18195 3.37398,0 4.8278,-3.18195 1.45383,-3.181959 1.45383,-10.944838 z m 10.5608,0.08229 q 0,10.176776 -4.3889,15.717776 -4.38891,5.51356 -12.45353,5.51356 -8.09204,0 -12.48095,-5.51356 -4.38891,-5.541 -4.38891,-15.717776 0,-10.204207 4.38891,-15.71777 4.38891,-5.540995 12.48095,-5.540995 8.06462,0 12.45353,5.540995 4.3889,5.513563 4.3889,15.71777 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#445500;stroke-width:1.40445006"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#e6e6e6;stroke-width:1.40445006"
id="path98634" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

@ -47,8 +47,8 @@
inkscape:window-height="1376"
id="namedview292"
showgrid="false"
inkscape:zoom="2.3359375"
inkscape:cx="267.48312"
inkscape:zoom="3.8358191"
inkscape:cx="244.30198"
inkscape:cy="110.02476"
inkscape:window-x="0"
inkscape:window-y="27"
@ -414,11 +414,11 @@
</g>
<g
aria-label="0"
style="font-style:normal;font-weight:normal;font-size:56.1780014px;line-height:1.25;font-family:sans-serif;fill:#445500;fill-opacity:1;stroke:none;stroke-width:1.40445006"
style="font-style:normal;font-weight:normal;font-size:56.1780014px;line-height:1.25;font-family:sans-serif;fill:#ececec;fill-opacity:1;stroke:none;stroke-width:1.40445006"
id="text3032-3-2-1-0">
<path
d="m 402.16174,40.85322 q 0,-7.680586 -1.45383,-10.807682 -1.42639,-3.154527 -4.82779,-3.154527 -3.40141,0 -4.85523,3.154527 -1.45383,3.127096 -1.45383,10.807682 0,7.762878 1.45383,10.944835 1.45382,3.181957 4.85523,3.181957 3.37397,0 4.82779,-3.181957 1.45383,-3.181957 1.45383,-10.944835 z m 10.5608,0.08229 q 0,10.176776 -4.3889,15.717771 -4.38891,5.513563 -12.45352,5.513563 -8.09205,0 -12.48096,-5.513563 -4.3889,-5.540995 -4.3889,-15.717771 0,-10.204208 4.3889,-15.717771 4.38891,-5.540994 12.48096,-5.540994 8.06461,0 12.45352,5.540994 4.3889,5.513563 4.3889,15.717771 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#445500;stroke-width:1.40445006"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#ececec;stroke-width:1.40445006"
id="path100210" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -40,26 +40,20 @@
inkscape:window-height="1376"
id="namedview9951"
showgrid="false"
inkscape:zoom="5.492609"
inkscape:cx="274.75559"
inkscape:zoom="4.5096785"
inkscape:cx="264.89694"
inkscape:cy="100"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="g9947"
inkscape:current-layer="g11563"
inkscape:document-rotation="0" />
<g
transform="matrix(.47127 0 0 .46783 157.85 -68.789)"
id="g9947">
<ellipse
cy="386.62082"
cx="314.50177"
stroke-miterlimit="10"
rx="61.663685"
ry="58.56144"
opacity="0.14"
stroke="#000000"
stroke-width="6.16305"
<path
style="opacity:0.13999999;stroke:#000000;stroke-width:6.16305017;stroke-miterlimit:10"
d="m 376.16545,386.62082 a 61.663685,58.56144 0 0 1 -61.66368,58.56144 61.663685,58.56144 0 0 1 -61.66368,-58.56144 61.663685,58.56144 0 0 1 61.66368,-58.56144 61.663685,58.56144 0 0 1 61.66368,58.56144 z"
id="ellipse9933" />
<g
id="g11563"
@ -83,18 +77,28 @@
transform="matrix(0.03241,1.30729,-1.23778,0.02809,454.669,-133.846)"
id="path9937" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:22.8942px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.572352"
x="252.75365"
y="286.8175"
id="text5016-15"
transform="scale(0.98401333,1.0162464)"><tspan
sodipodi:role="line"
id="tspan5014-9"
x="252.75365"
y="286.8175"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.572352">120° </tspan></text>
<g
aria-label="120° "
transform="scale(0.98401333,1.0162464)"
style="font-style:normal;font-weight:normal;font-size:22.89419937px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.57235199"
id="text5016-15">
<path
d="m 255.43656,283.84394 h 3.8008 v -10.78755 l -3.90141,0.80488 v -2.92885 l 3.87905,-0.80488 h 4.09144 v 13.7164 h 3.8008 v 2.97356 h -11.67068 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.57235199"
id="path27896" />
<path
d="m 275.27895,283.6539 h 7.34447 v 3.1636 h -12.129 v -3.1636 l 6.09245,-5.377 q 0.81605,-0.73781 1.20731,-1.44207 0.39126,-0.70427 0.39126,-1.46442 0,-1.17378 -0.7937,-1.88922 -0.78252,-0.71545 -2.09044,-0.71545 -1.00609,0 -2.20222,0.43598 -1.19613,0.42479 -2.55995,1.27438 v -3.66665 q 1.45325,-0.48069 2.87295,-0.72662 1.41971,-0.25711 2.78353,-0.25711 2.99592,0 4.65038,1.3191 1.66564,1.3191 1.66564,3.67782 0,1.36382 -0.70426,2.54877 -0.70427,1.17378 -2.96238,3.15243 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.57235199"
id="path27898" />
<path
d="m 295.14369,278.45576 q 0,-3.13007 -0.59248,-4.40445 -0.5813,-1.28557 -1.96747,-1.28557 -1.38617,0 -1.97865,1.28557 -0.59247,1.27438 -0.59247,4.40445 0,3.1636 0.59247,4.46034 0.59248,1.29674 1.97865,1.29674 1.37499,0 1.96747,-1.29674 0.59248,-1.29674 0.59248,-4.46034 z m 4.30384,0.0335 q 0,4.14734 -1.78861,6.40546 -1.78861,2.24694 -5.07518,2.24694 -3.29775,0 -5.08636,-2.24694 -1.78861,-2.25812 -1.78861,-6.40546 0,-4.15851 1.78861,-6.40545 1.78861,-2.25812 5.08636,-2.25812 3.28657,0 5.07518,2.25812 1.78861,2.24694 1.78861,6.40545 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.57235199"
id="path27900" />
<path
d="m 306.2666,271.48018 q -0.80487,0 -1.36381,0.55894 -0.55894,0.55894 -0.55894,1.36381 0,0.80488 0.54776,1.35264 0.55894,0.54776 1.37499,0.54776 0.80488,0 1.36382,-0.54776 0.55894,-0.55894 0.55894,-1.35264 0,-0.80487 -0.57012,-1.36381 -0.55894,-0.55894 -1.35264,-0.55894 z m 0,-1.81097 q 0.7378,0 1.41971,0.29065 0.68191,0.27947 1.21849,0.80488 0.52541,0.53658 0.7937,1.20731 0.27947,0.67073 0.27947,1.43088 0,0.74899 -0.27947,1.43089 -0.26829,0.67073 -0.77134,1.17378 -0.53658,0.53658 -1.22967,0.82723 -0.69309,0.27947 -1.45325,0.27947 -1.57621,0 -2.64937,-1.06199 -1.06199,-1.07316 -1.06199,-2.64938 0,-1.57621 1.07317,-2.64937 1.08434,-1.08435 2.66055,-1.08435 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.57235199"
id="path27902" />
</g>
</g>
<g
id="g11563-1"
@ -118,18 +122,28 @@
transform="matrix(0.03241,1.30729,-1.23778,0.02809,454.669,-133.846)"
id="path9937-9" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:22.8942px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.572352"
x="-174.11951"
y="372.21515"
id="text5016-15-7"
transform="matrix(0.40981021,-0.90119423,0.91717663,0.42323425,0,0)"><tspan
sodipodi:role="line"
id="tspan5014-9-5"
x="-174.11951"
y="372.21515"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.572352">240° </tspan></text>
<g
aria-label="240° "
transform="matrix(0.40981021,-0.90119423,0.91717663,0.42323425,0,0)"
style="font-style:normal;font-weight:normal;font-size:22.89419937px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.57235199"
id="text5016-15-7">
<path
d="m -167.52401,369.05155 h 7.34448 v 3.1636 h -12.12901 v -3.1636 l 6.09245,-5.37701 q 0.81605,-0.7378 1.20731,-1.44207 0.39126,-0.70426 0.39126,-1.46442 0,-1.17378 -0.7937,-1.88922 -0.78251,-0.71544 -2.09043,-0.71544 -1.0061,0 -2.20223,0.43597 -1.19613,0.4248 -2.55994,1.27438 v -3.66664 q 1.45324,-0.48069 2.87295,-0.72663 1.41971,-0.25711 2.78352,-0.25711 2.99592,0 4.65039,1.3191 1.66564,1.3191 1.66564,3.67783 0,1.36381 -0.70427,2.54877 -0.70426,1.17377 -2.96238,3.15242 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.57235199"
id="path27905" />
<path
d="m -149.76088,359.06887 -4.71746,6.98676 h 4.71746 z m -0.71545,-3.54368 h 4.78453 v 10.53044 h 2.38109 v 3.11888 h -2.38109 v 3.04064 h -4.06908 v -3.04064 h -7.40037 v -3.689 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.57235199"
id="path27907" />
<path
d="m -131.72947,363.8534 q 0,-3.13007 -0.59247,-4.40445 -0.5813,-1.28556 -1.96747,-1.28556 -1.38617,0 -1.97865,1.28556 -0.59248,1.27438 -0.59248,4.40445 0,3.1636 0.59248,4.46034 0.59248,1.29675 1.97865,1.29675 1.37499,0 1.96747,-1.29675 0.59247,-1.29674 0.59247,-4.46034 z m 4.30385,0.0335 q 0,4.14733 -1.78861,6.40545 -1.78861,2.24694 -5.07518,2.24694 -3.29775,0 -5.08636,-2.24694 -1.78861,-2.25812 -1.78861,-6.40545 0,-4.15852 1.78861,-6.40546 1.78861,-2.25812 5.08636,-2.25812 3.28657,0 5.07518,2.25812 1.78861,2.24694 1.78861,6.40546 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.57235199"
id="path27909" />
<path
d="m -120.60655,356.87782 q -0.80488,0 -1.36382,0.55894 -0.55894,0.55894 -0.55894,1.36382 0,0.80487 0.54777,1.35263 0.55894,0.54777 1.37499,0.54777 0.80487,0 1.36381,-0.54777 0.55894,-0.55894 0.55894,-1.35263 0,-0.80488 -0.57012,-1.36382 -0.55894,-0.55894 -1.35263,-0.55894 z m 0,-1.81096 q 0.7378,0 1.41971,0.29065 0.6819,0.27947 1.21849,0.80487 0.5254,0.53658 0.79369,1.20731 0.27947,0.67073 0.27947,1.43089 0,0.74898 -0.27947,1.43089 -0.26829,0.67072 -0.77133,1.17377 -0.53659,0.53658 -1.22967,0.82723 -0.69309,0.27947 -1.45325,0.27947 -1.57621,0 -2.64938,-1.06198 -1.06198,-1.07317 -1.06198,-2.64938 0,-1.57621 1.07316,-2.64938 1.08435,-1.08434 2.66056,-1.08434 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.57235199"
id="path27911" />
</g>
</g>
<g
id="g11563-4"
@ -153,28 +167,24 @@
transform="matrix(0.03241,1.30729,-1.23778,0.02809,454.669,-133.846)"
id="path9937-6" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:22.8942px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.572352"
x="-407.68689"
y="48.468803"
id="text5016-15-72"
transform="matrix(-0.60250325,-0.783713,0.79761189,-0.6222393,0,0)"><tspan
sodipodi:role="line"
id="tspan5014-9-1"
x="-407.68689"
y="48.468803"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.572352">0° </tspan></text>
<g
aria-label="0° "
transform="matrix(-0.60250325,-0.783713,0.79761189,-0.6222393,0,0)"
style="font-style:normal;font-weight:normal;font-size:22.89419937px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.57235199"
id="text5016-15-72">
<path
d="m -397.15645,40.107055 q 0,-3.130067 -0.59248,-4.404451 -0.5813,-1.285563 -1.96747,-1.285563 -1.38617,0 -1.97865,1.285563 -0.59248,1.274384 -0.59248,4.404451 0,3.163603 0.59248,4.460344 0.59248,1.296742 1.97865,1.296742 1.37499,0 1.96747,-1.296742 0.59248,-1.296741 0.59248,-4.460344 z m 4.30384,0.03354 q 0,4.147338 -1.78861,6.405457 -1.78861,2.246941 -5.07518,2.246941 -3.29775,0 -5.08636,-2.246941 -1.78861,-2.258119 -1.78861,-6.405457 0,-4.158516 1.78861,-6.405457 1.78861,-2.258119 5.08636,-2.258119 3.28657,0 5.07518,2.258119 1.78861,2.246941 1.78861,6.405457 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.57235199"
id="path27914" />
<path
d="m -386.03354,33.131478 q -0.80487,0 -1.36381,0.558941 -0.55894,0.55894 -0.55894,1.363814 0,0.804875 0.54776,1.352636 0.55894,0.547762 1.37499,0.547762 0.80488,0 1.36382,-0.547762 0.55894,-0.55894 0.55894,-1.352636 0,-0.804874 -0.57012,-1.363814 -0.55894,-0.558941 -1.35264,-0.558941 z m 0,-1.810967 q 0.7378,0 1.41971,0.29065 0.68191,0.27947 1.21849,0.804874 0.5254,0.536583 0.7937,1.207311 0.27947,0.670728 0.27947,1.430887 0,0.748981 -0.27947,1.430888 -0.2683,0.670728 -0.77134,1.173775 -0.53658,0.536583 -1.22967,0.827232 -0.69309,0.27947 -1.45325,0.27947 -1.57621,0 -2.64937,-1.061987 -1.06199,-1.073166 -1.06199,-2.649378 0,-1.576212 1.07317,-2.649377 1.08434,-1.084345 2.66055,-1.084345 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.57235199"
id="path27916" />
</g>
<ellipse
cy="378.53741"
cx="303.91501"
stroke-miterlimit="10"
rx="61.663685"
ry="58.56144"
fill="#e1e1e1"
stroke="#808285"
stroke-width="10.9383"
</g>
<path
style="fill:#e1e1e1;stroke:#808285;stroke-width:10.93830013;stroke-miterlimit:10"
d="m 365.57869,378.53741 a 61.663685,58.56144 0 0 1 -61.66368,58.56144 61.663685,58.56144 0 0 1 -61.66369,-58.56144 61.663685,58.56144 0 0 1 61.66369,-58.56143 61.663685,58.56144 0 0 1 61.66368,58.56143 z"
id="ellipse9941" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -11,7 +11,7 @@
version="1.1"
id="svg290"
sodipodi:docname="trivial_group.svg"
inkscape:version="1.0.1 (0767f8302a, 2020-10-17)">
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
<metadata
id="metadata296">
<rdf:RDF>
@ -47,8 +47,8 @@
inkscape:window-height="1376"
id="namedview292"
showgrid="false"
inkscape:zoom="2.8284271"
inkscape:cx="272.8576"
inkscape:zoom="13.136718"
inkscape:cx="253.71279"
inkscape:cy="103.41711"
inkscape:window-x="0"
inkscape:window-y="27"
@ -70,7 +70,7 @@
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.40445">0</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:56.178px;line-height:1.25;font-family:sans-serif;fill:#445500;fill-opacity:1;stroke:none;stroke-width:1.40445;"
style="font-style:normal;font-weight:normal;font-size:56.178px;line-height:1.25;font-family:sans-serif;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:1.40445;"
x="286.37506"
y="104.40883"
id="text3032-3-2-1-0"><tspan
@ -78,5 +78,5 @@
id="tspan3030-5-47-7-8"
x="286.37506"
y="104.40883"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.40445;fill:#445500;">0</tspan></text>
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.40445;fill:#e6e6e6;">0</tspan></text>
</svg>

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -345,6 +345,8 @@ And as a result of that, all "circle" relationships (e.g. where you have a weake
All of that structure arises naturally from the simple law of transitivity.
{% if site.distribution == 'print' %}
Maps as preorders
---
@ -372,6 +374,8 @@ But as we saw, a finite state machine is similar to a preorder with a greatest a
Finite state machines are used in organization planning e.g. imagine a process where an item gets manifactured, gets checked by a quality control person, who, if they find some defficiencies, pass it to the necessary repairing departments and then they check it again and send it for shipping - this process can be modelled by the above diagram.
{%endif%}
<!--
Or alternatively, a finite state machine is just a preorder with a greatest and least object, in which the relations between the objects are represented by functions.

View File

@ -341,11 +341,11 @@ And now let's talk about one concept that is completely unrelated to functors, n
For example, the function that maps the current time to the distance travelled by some object is monotonoc because the distance travelled increases (or stays the same) as time increases.
![A monotonic function](monotonic_function.svg)
![A monotonic function](monotone_map.svg)
If we plot this or any other monotonic function on a line graph, we see that it goes just one direction.
![A monotonic function, represented as a line-graph](monotonic_function_line_graph.svg)
![A monotonic function, represented as a line-graph](monotone_map_plot.svg)
Now we are about to prove that monotonic functions are functors too, ready?
@ -372,10 +372,11 @@ If we compose the two morphisms in the source order, we get a morphism **g•f :
But both morphisms **F(g•f)** and **F(g)•F(f)** have the signature **F(a) ➞ F(c)** and so they must be equal to one another.
<!--
Forgetful Functors
===
<!--
Functors in logic
===
-->
@ -383,7 +384,7 @@ Functors in logic
The category of small categories
===
Ha, I got you this time (or at least I hope I did). You probably thought that I won't introduce another category in this chapter, but this is exactly what I am going to do. And another surprise is that the new category won't be the category of functors (don't worry, we will introduce that in the next chapter.) Instead, we will examine the category of (small) categories.
Ha, I got you this time (or at least I hope I did) - you probably thought that I won't introduce another category in this chapter, but this is exactly what I am going to do. And another surprise is that the new category won't be the category of functors (don't worry, we will introduce that in the next chapter.) Instead, we will examine the category of (small) categories.
This category has all the categories that we saw so far as objects and functors are its morphisms.
@ -395,11 +396,15 @@ There isn't much to say about this category, it is just a good exercise to try t
[The category of categories](category_of_categories)
{% if site.distribution == 'print' %}
The ghost of Russell's paradox
---
We say *small* because otherwise the category will include itself and it's going to be Russell's paradox all over again.
{% endif %}
Categories all the way down
---

View File

@ -0,0 +1,486 @@
<?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 177"
version="1.1"
id="svg3397"
sodipodi:docname="monotone_map.svg"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
width="595.29999"
height="177">
<metadata
id="metadata3403">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs3401" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2560"
inkscape:window-height="1376"
id="namedview3399"
showgrid="false"
inkscape:zoom="2.5999138"
inkscape:cx="309.25942"
inkscape:cy="88.510273"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg3397"
inkscape:document-rotation="0" />
<g
transform="matrix(0.20595847,-0.0038362,0.01990417,0.28726581,212.74123,65.200753)"
id="g80135"
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.38899994;stroke-miterlimit:10">
<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="path80131"
inkscape:connector-curvature="0"
style="stroke-width:35.52600098" />
<path
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
id="path80133"
inkscape:connector-curvature="0"
style="stroke-width:10.64900017;paint-order:markers fill stroke" />
</g>
<g
inkscape:transform-center-y="123.33143"
inkscape:transform-center-x="-26.208261"
transform="matrix(0.20595847,-0.0038362,0.01990417,0.28726581,277.65986,66.238863)"
id="g80141"
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.38899994;stroke-miterlimit:10">
<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="path80137"
inkscape:connector-curvature="0"
style="stroke-width:35.52600098" />
<path
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
id="path80139"
inkscape:connector-curvature="0"
style="stroke-width:10.64900017;paint-order:markers fill stroke" />
</g>
<g
transform="matrix(0.20595847,-0.0038362,0.01990417,0.28726581,340.35276,66.293863)"
id="g80147"
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.38899994;stroke-miterlimit:10">
<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="path80143"
inkscape:connector-curvature="0"
style="stroke-width:35.52600098" />
<path
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
id="path80145"
inkscape:connector-curvature="0"
style="stroke-width:10.64900017;paint-order:markers fill stroke" />
</g>
<g
inkscape:transform-center-y="10.942722"
inkscape:transform-center-x="7.1280998"
transform="matrix(-0.03801578,-0.23227916,0.32284295,-0.06970017,374.07123,161.06956)"
id="g1482-7-0-1-0-3-9-30-3"
style="display:inline;opacity:0.76999996;fill:#dddddd;stroke:#797979;stroke-width:9.43953991;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1">
<path
d="m 298.53447,218.7172 c 4.62206,-0.74856 9.42225,-1.36732 14.34016,-1.91968 -3.72638,-2.02949 -7.68664,-4.0076 -11.88123,-5.93506 -0.84241,2.74479 -1.26989,4.9166 -2.45893,7.85474 z"
id="path1478-7-9-0-19-0-7-30-4"
inkscape:connector-curvature="0"
style="stroke:#797979;stroke-width:9.43953991;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
d="m 65.28975,191.28623 c 73.04202,-4.5684 164.82709,4.39251 238.7044,25.42639"
id="path1480-1-3-1-5-7-5-92-9"
inkscape:connector-curvature="0"
style="fill:none;stroke:#797979;stroke-width:9.43953991;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
<path
inkscape:connector-curvature="0"
id="path80149"
d="m 262.29236,134.336 a 18.067285,18.067285 0 0 1 -18.0673,18.06729 18.067285,18.067285 0 0 1 -18.0673,-18.06729 18.067285,18.067285 0 0 1 18.0673,-18.06728 18.067285,18.067285 0 0 1 18.0673,18.06728 z"
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:4.40665483;stroke-miterlimit:10" />
<path
inkscape:connector-curvature="0"
id="path80155"
d="m 327.21096,135.37411 a 18.067285,18.067285 0 0 1 -18.0673,18.06729 18.067285,18.067285 0 0 1 -18.0673,-18.06729 18.067285,18.067285 0 0 1 18.0673,-18.06728 18.067285,18.067285 0 0 1 18.0673,18.06728 z"
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:4.40665483;stroke-miterlimit:10" />
<path
id="path80161"
d="m 391.90386,135.42912 a 18.067285,18.067285 0 0 1 -18.0673,18.06729 18.067285,18.067285 0 0 1 -18.0673,-18.06729 18.067285,18.067285 0 0 1 18.0673,-18.06728 18.067285,18.067285 0 0 1 18.0673,18.06728 z"
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:4.40665483;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<path
id="path80163"
d="m 389.01516,130.86524 a 18.067285,18.067285 0 0 1 -18.0673,18.06728 18.067285,18.067285 0 0 1 -18.0673,-18.06728 18.067285,18.067285 0 0 1 18.0673,-18.06729 18.067285,18.067285 0 0 1 18.0673,18.06729 z"
style="fill:#ffe6d5;stroke:#666666;stroke-width:4.40665483;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<g
aria-label="3"
transform="matrix(0.75080885,0,0,0.71843284,332.90876,68.690593)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="g80167">
<path
inkscape:connector-curvature="0"
d="m 54.223178,84.701208 q 2.104489,0.543543 3.191575,1.895433 1.101024,1.337953 1.101024,3.414568 0,3.094016 -2.369292,4.71071 -2.369292,1.602756 -6.912757,1.602756 -1.602757,0 -3.21945,-0.264803 -1.602756,-0.250866 -3.177638,-0.766536 v -4.139292 q 1.505197,0.752598 2.98252,1.142835 1.49126,0.376299 2.926772,0.376299 2.132363,0 3.261261,-0.738662 1.142835,-0.738661 1.142835,-2.118425 0,-1.421575 -1.170709,-2.1463 -1.156772,-0.738662 -3.428505,-0.738662 h -2.1463 v -3.456378 h 2.257796 q 2.020867,0 3.010395,-0.627166 0.989528,-0.641102 0.989528,-1.937245 0,-1.198583 -0.961654,-1.853622 -0.961654,-0.65504 -2.717717,-0.65504 -1.296143,0 -2.620159,0.292678 -1.324016,0.292677 -2.634095,0.864094 v -3.930237 q 1.58882,-0.445984 3.149765,-0.668976 1.560945,-0.222993 3.066142,-0.222993 4.055671,0 6.0626,1.337954 2.020867,1.324016 2.020867,3.999922 0,1.825748 -0.961654,2.996457 -0.961654,1.156772 -2.84315,1.630631 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path80165" />
</g>
<path
id="path80169"
d="m 453.72126,135.91457 a 18.067285,18.067285 0 0 1 -18.0673,18.06729 18.067285,18.067285 0 0 1 -18.0673,-18.06729 18.067285,18.067285 0 0 1 18.0673,-18.06728 18.067285,18.067285 0 0 1 18.0673,18.06728 z"
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:4.40665483;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<path
id="path80171"
d="m 450.83246,131.35069 a 18.067285,18.067285 0 0 1 -18.0672,18.06728 18.067285,18.067285 0 0 1 -18.0673,-18.06728 18.067285,18.067285 0 0 1 18.0673,-18.06729 18.067285,18.067285 0 0 1 18.0672,18.06729 z"
style="fill:#ffe6d5;stroke:#666666;stroke-width:4.40665483;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<g
aria-label="4"
transform="matrix(0.75080885,0,0,0.71843284,394.72616,69.176043)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="g80175">
<path
inkscape:connector-curvature="0"
d="m 51.435776,79.530576 -5.881419,8.710632 h 5.881419 z m -0.891969,-4.418032 h 5.965041 v 13.128664 h 2.968583 v 3.888427 h -2.968583 v 3.790867 h -5.073072 v -3.790867 h -9.226302 v -4.599214 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path80173" />
</g>
<g
transform="matrix(0.20595847,-0.0038362,0.01990417,0.28726581,148.16753,66.657303)"
id="g80181"
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.38899994;stroke-miterlimit:10">
<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="path80177"
inkscape:connector-curvature="0"
style="stroke-width:35.52600098" />
<path
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
id="path80179"
inkscape:connector-curvature="0"
style="stroke-width:10.64900017;paint-order:markers fill stroke" />
</g>
<g
transform="matrix(0.20595847,-0.0038362,0.01990417,0.28726581,212.56898,-17.592305)"
id="g80135-7"
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.38899994;stroke-miterlimit:10">
<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="path80131-6"
inkscape:connector-curvature="0"
style="stroke-width:35.52600098" />
<path
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
id="path80133-3"
inkscape:connector-curvature="0"
style="stroke-width:10.64900017;paint-order:markers fill stroke" />
</g>
<g
inkscape:transform-center-y="123.33143"
inkscape:transform-center-x="-26.208261"
transform="matrix(0.20595847,-0.0038362,0.01990417,0.28726581,277.48761,-16.554195)"
id="g80141-7"
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.38899994;stroke-miterlimit:10">
<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="path80137-6"
inkscape:connector-curvature="0"
style="stroke-width:35.52600098" />
<path
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
id="path80139-1"
inkscape:connector-curvature="0"
style="stroke-width:10.64900017;paint-order:markers fill stroke" />
</g>
<g
transform="matrix(0.20595847,-0.0038362,0.01990417,0.28726581,340.18051,-16.499195)"
id="g80147-5"
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.38899994;stroke-miterlimit:10">
<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="path80143-0"
inkscape:connector-curvature="0"
style="stroke-width:35.52600098" />
<path
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
id="path80145-6"
inkscape:connector-curvature="0"
style="stroke-width:10.64900017;paint-order:markers fill stroke" />
</g>
<path
inkscape:connector-curvature="0"
id="path80149-5"
d="m 262.12011,51.542933 a 18.067285,18.067285 0 0 1 -18.0673,18.06729 18.067285,18.067285 0 0 1 -18.0673,-18.06729 18.067285,18.067285 0 0 1 18.0673,-18.06728 18.067285,18.067285 0 0 1 18.0673,18.06728 z"
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:4.40665483;stroke-miterlimit:10" />
<path
inkscape:connector-curvature="0"
id="path80151-0"
d="m 259.23141,46.979053 a 18.067285,18.067285 0 0 1 -18.0673,18.06728 18.067285,18.067285 0 0 1 -18.0673,-18.06728 18.067285,18.067285 0 0 1 18.0673,-18.06729 18.067285,18.067285 0 0 1 18.0673,18.06729 z"
style="fill:#c6e9af;fill-opacity:1;stroke:#666666;stroke-width:4.40665483;stroke-miterlimit:10" />
<path
inkscape:connector-curvature="0"
id="path80153-8"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.52408123"
d="m 236.36501,51.053443 h 3.5577 v -9.66236 l -3.6519,0.72093 v -2.62336 l 3.631,-0.72092 h 3.8298 v 12.28571 h 3.5578 v 2.66341 h -10.9244 z" />
<path
inkscape:connector-curvature="0"
id="path80155-1"
d="m 327.03871,52.581043 a 18.067285,18.067285 0 0 1 -18.0673,18.06729 18.067285,18.067285 0 0 1 -18.0673,-18.06729 18.067285,18.067285 0 0 1 18.0673,-18.06728 18.067285,18.067285 0 0 1 18.0673,18.06728 z"
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:4.40665483;stroke-miterlimit:10" />
<path
inkscape:connector-curvature="0"
id="path80157-2"
d="m 324.15001,48.017163 a 18.067285,18.067285 0 0 1 -18.0673,18.06728 18.067285,18.067285 0 0 1 -18.0673,-18.06728 18.067285,18.067285 0 0 1 18.0673,-18.06729 18.067285,18.067285 0 0 1 18.0673,18.06729 z"
style="fill:#c6e9af;fill-opacity:1;stroke:#666666;stroke-width:4.40665483;stroke-miterlimit:10" />
<path
inkscape:connector-curvature="0"
id="path80159-2"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.52408123"
d="m 304.94601,51.921333 h 6.8748 v 2.83363 h -11.3534 v -2.83363 l 5.7029,-4.81616 q 0.7638,-0.66084 1.1301,-1.29165 0.3662,-0.6308 0.3662,-1.31168 0,-1.05134 -0.7429,-1.69216 -0.7325,-0.64082 -1.9568,-0.64082 -0.9418,0 -2.0614,0.3905 -1.1197,0.38049 -2.3963,1.14146 v -3.2842 q 1.3603,-0.43055 2.6893,-0.65083 1.3289,-0.2303 2.6055,-0.2303 2.8044,0 4.3531,1.18151 1.5591,1.18151 1.5591,3.29422 0,1.22156 -0.6592,2.28292 -0.6593,1.05134 -2.773,2.82361 z" />
<path
id="path80161-6"
d="m 391.73161,52.636053 a 18.067285,18.067285 0 0 1 -18.0673,18.06729 18.067285,18.067285 0 0 1 -18.0673,-18.06729 18.067285,18.067285 0 0 1 18.0673,-18.06728 18.067285,18.067285 0 0 1 18.0673,18.06728 z"
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:4.40665483;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<path
id="path80163-9"
d="m 388.84291,48.072173 a 18.067285,18.067285 0 0 1 -18.0673,18.06728 18.067285,18.067285 0 0 1 -18.0673,-18.06728 18.067285,18.067285 0 0 1 18.0673,-18.06729 18.067285,18.067285 0 0 1 18.0673,18.06729 z"
style="fill:#c6e9af;fill-opacity:1;stroke:#666666;stroke-width:4.40665483;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<g
aria-label="3"
transform="matrix(0.75080885,0,0,0.71843284,332.73651,-14.102465)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="g80167-1">
<path
inkscape:connector-curvature="0"
d="m 54.223178,84.701208 q 2.104489,0.543543 3.191575,1.895433 1.101024,1.337953 1.101024,3.414568 0,3.094016 -2.369292,4.71071 -2.369292,1.602756 -6.912757,1.602756 -1.602757,0 -3.21945,-0.264803 -1.602756,-0.250866 -3.177638,-0.766536 v -4.139292 q 1.505197,0.752598 2.98252,1.142835 1.49126,0.376299 2.926772,0.376299 2.132363,0 3.261261,-0.738662 1.142835,-0.738661 1.142835,-2.118425 0,-1.421575 -1.170709,-2.1463 -1.156772,-0.738662 -3.428505,-0.738662 h -2.1463 v -3.456378 h 2.257796 q 2.020867,0 3.010395,-0.627166 0.989528,-0.641102 0.989528,-1.937245 0,-1.198583 -0.961654,-1.853622 -0.961654,-0.65504 -2.717717,-0.65504 -1.296143,0 -2.620159,0.292678 -1.324016,0.292677 -2.634095,0.864094 v -3.930237 q 1.58882,-0.445984 3.149765,-0.668976 1.560945,-0.222993 3.066142,-0.222993 4.055671,0 6.0626,1.337954 2.020867,1.324016 2.020867,3.999922 0,1.825748 -0.961654,2.996457 -0.961654,1.156772 -2.84315,1.630631 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path80165-0" />
</g>
<path
id="path80169-4"
d="m 453.54901,53.121503 a 18.067285,18.067285 0 0 1 -18.0673,18.06729 18.067285,18.067285 0 0 1 -18.0673,-18.06729 18.067285,18.067285 0 0 1 18.0673,-18.06728 18.067285,18.067285 0 0 1 18.0673,18.06728 z"
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:4.40665483;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<path
id="path80171-2"
d="m 450.66021,48.557623 a 18.067285,18.067285 0 0 1 -18.0672,18.06728 18.067285,18.067285 0 0 1 -18.0673,-18.06728 18.067285,18.067285 0 0 1 18.0673,-18.06729 18.067285,18.067285 0 0 1 18.0672,18.06729 z"
style="fill:#c6e9af;fill-opacity:1;stroke:#666666;stroke-width:4.40665483;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<g
aria-label="4"
transform="matrix(0.75080885,0,0,0.71843284,394.55391,-13.617015)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="g80175-7">
<path
inkscape:connector-curvature="0"
d="m 51.435776,79.530576 -5.881419,8.710632 h 5.881419 z m -0.891969,-4.418032 h 5.965041 v 13.128664 h 2.968583 v 3.888427 h -2.968583 v 3.790867 h -5.073072 v -3.790867 h -9.226302 v -4.599214 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path80173-4" />
</g>
<g
transform="matrix(0.20595847,-0.0038362,0.01990417,0.28726581,147.99528,-16.135755)"
id="g80181-0"
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.38899994;stroke-miterlimit:10">
<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="path80177-3"
inkscape:connector-curvature="0"
style="stroke-width:35.52600098" />
<path
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
id="path80179-2"
inkscape:connector-curvature="0"
style="stroke-width:10.64900017;paint-order:markers fill stroke" />
</g>
<g
transform="matrix(0.73444246,0,0,0.73444246,146.07128,-8.464375)"
id="g80193-8">
<g
transform="translate(-3.3630029,-9.4412283)"
style="fill:#ececec;stroke:#666666"
id="g80187-0">
<path
inkscape:connector-curvature="0"
id="path80183-3"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
style="opacity:0.12999998;fill:#ececec;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
inkscape:connector-curvature="0"
id="path80185-7"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
style="fill:#ececec;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:54.46308517px;line-height:1.25;font-family:'HVD Comic Serif Pro';-inkscape-font-specification:'HVD Comic Serif Pro';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.36157715"
x="36.733299"
y="86.54644"
id="text80191-0"><tspan
sodipodi:role="line"
id="tspan80189-0"
x="36.733299"
y="86.54644"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:32.67784882px;line-height:0;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.36157715">0</tspan></text>
</g>
<g
inkscape:transform-center-y="10.942722"
inkscape:transform-center-x="7.1280998"
transform="matrix(-0.03801578,-0.23227916,0.32284295,-0.06970017,123.62007,158.45086)"
id="g1482-7-0-1-0-3-9-30"
style="display:inline;opacity:0.76999996;fill:#dddddd;stroke:#797979;stroke-width:9.43953991;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1">
<path
d="m 298.53447,218.7172 c 4.62206,-0.74856 9.42225,-1.36732 14.34016,-1.91968 -3.72638,-2.02949 -7.68664,-4.0076 -11.88123,-5.93506 -0.84241,2.74479 -1.26989,4.9166 -2.45893,7.85474 z"
id="path1478-7-9-0-19-0-7-30"
inkscape:connector-curvature="0"
style="stroke:#797979;stroke-width:9.43953991;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
d="m 65.28975,191.28623 c 73.04202,-4.5684 164.82709,4.39251 238.7044,25.42639"
id="path1480-1-3-1-5-7-5-92"
inkscape:connector-curvature="0"
style="fill:none;stroke:#797979;stroke-width:9.43953991;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
<g
transform="matrix(0.73444246,0,0,0.73444246,146.24353,74.328683)"
id="g80193">
<g
transform="translate(-3.3630029,-9.4412283)"
style="fill:#ececec;stroke:#666666"
id="g80187">
<path
inkscape:connector-curvature="0"
id="path80183"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
style="opacity:0.12999998;fill:#ececec;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
inkscape:connector-curvature="0"
id="path80185"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
style="fill:#ececec;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:54.46308517px;line-height:1.25;font-family:'HVD Comic Serif Pro';-inkscape-font-specification:'HVD Comic Serif Pro';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.36157715"
x="36.733299"
y="86.54644"
id="text80191"><tspan
sodipodi:role="line"
id="tspan80189"
x="36.733299"
y="86.54644"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:32.67784882px;line-height:0;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.36157715">0</tspan></text>
</g>
<g
inkscape:transform-center-y="10.942722"
inkscape:transform-center-x="7.1280998"
transform="matrix(-0.03801578,-0.23227916,0.32284295,-0.06970017,182.55539,157.98943)"
id="g1482-7-0-1-0-3-9-30-3-2"
style="display:inline;opacity:0.76999996;fill:#dddddd;stroke:#797979;stroke-width:9.43953991;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1">
<path
d="m 298.53447,218.7172 c 4.62206,-0.74856 9.42225,-1.36732 14.34016,-1.91968 -3.72638,-2.02949 -7.68664,-4.0076 -11.88123,-5.93506 -0.84241,2.74479 -1.26989,4.9166 -2.45893,7.85474 z"
id="path1478-7-9-0-19-0-7-30-4-7"
inkscape:connector-curvature="0"
style="stroke:#797979;stroke-width:9.43953991;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
d="m 65.28975,191.28623 c 73.04202,-4.5684 164.82709,4.39251 238.7044,25.42639"
id="path1480-1-3-1-5-7-5-92-9-4"
inkscape:connector-curvature="0"
style="fill:none;stroke:#797979;stroke-width:9.43953991;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
<path
inkscape:connector-curvature="0"
id="path80151"
d="m 259.40366,129.77212 a 18.067285,18.067285 0 0 1 -18.0673,18.06728 18.067285,18.067285 0 0 1 -18.0673,-18.06728 18.067285,18.067285 0 0 1 18.0673,-18.06729 18.067285,18.067285 0 0 1 18.0673,18.06729 z"
style="fill:#ffe6d5;stroke:#666666;stroke-width:4.40665483;stroke-miterlimit:10" />
<path
inkscape:connector-curvature="0"
id="path80153"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.52408123"
d="m 236.53726,133.84651 h 3.5577 v -9.66236 l -3.6519,0.72093 v -2.62336 l 3.631,-0.72092 h 3.8298 v 12.28571 h 3.5578 v 2.66341 h -10.9244 z" />
<g
inkscape:transform-center-y="4.6423662"
inkscape:transform-center-x="-11.555036"
transform="matrix(-0.11877741,-0.20320122,-0.29317677,0.15209559,419.56135,98.776805)"
id="g1482-7-0-1-0-3-9-30-3-25"
style="display:inline;opacity:0.76999996;fill:#dddddd;stroke:#797979;stroke-width:9.43953991;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1">
<path
d="m 298.53447,218.7172 c 4.62206,-0.74856 9.42225,-1.36732 14.34016,-1.91968 -3.72638,-2.02949 -7.68664,-4.0076 -11.88123,-5.93506 -0.84241,2.74479 -1.26989,4.9166 -2.45893,7.85474 z"
id="path1478-7-9-0-19-0-7-30-4-2"
inkscape:connector-curvature="0"
style="stroke:#797979;stroke-width:9.43953991;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
d="m 43.8206,180.30524 c 73.04202,-4.5684 186.29624,15.3735 260.17355,36.40738"
id="path1480-1-3-1-5-7-5-92-9-44"
inkscape:connector-curvature="0"
style="fill:none;stroke:#797979;stroke-width:9.43953991;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
<g
inkscape:transform-center-y="10.942722"
inkscape:transform-center-x="7.1280998"
transform="matrix(-0.03801578,-0.23227916,0.32284295,-0.06970017,249.48069,159.14331)"
id="g1482-7-0-1-0-3-9-30-3-3"
style="display:inline;opacity:0.76999996;fill:#dddddd;stroke:#797979;stroke-width:9.43953991;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1">
<path
d="m 298.53447,218.7172 c 4.62206,-0.74856 9.42225,-1.36732 14.34016,-1.91968 -3.72638,-2.02949 -7.68664,-4.0076 -11.88123,-5.93506 -0.84241,2.74479 -1.26989,4.9166 -2.45893,7.85474 z"
id="path1478-7-9-0-19-0-7-30-4-8"
inkscape:connector-curvature="0"
style="stroke:#797979;stroke-width:9.43953991;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
d="m 65.28975,191.28623 c 73.04202,-4.5684 164.82709,4.39251 238.7044,25.42639"
id="path1480-1-3-1-5-7-5-92-9-6"
inkscape:connector-curvature="0"
style="fill:none;stroke:#797979;stroke-width:9.43953991;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
<path
inkscape:connector-curvature="0"
id="path80157"
d="m 324.32226,130.81023 a 18.067285,18.067285 0 0 1 -18.0673,18.06728 18.067285,18.067285 0 0 1 -18.0673,-18.06728 18.067285,18.067285 0 0 1 18.0673,-18.06729 18.067285,18.067285 0 0 1 18.0673,18.06729 z"
style="fill:#ffe6d5;stroke:#666666;stroke-width:4.40665483;stroke-miterlimit:10" />
<path
inkscape:connector-curvature="0"
id="path80159"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.52408123"
d="m 305.11826,134.7144 h 6.8748 v 2.83363 h -11.3534 v -2.83363 l 5.7029,-4.81616 q 0.7638,-0.66084 1.1301,-1.29165 0.3662,-0.6308 0.3662,-1.31168 0,-1.05134 -0.7429,-1.69216 -0.7325,-0.64082 -1.9568,-0.64082 -0.9418,0 -2.0614,0.3905 -1.1197,0.38049 -2.3963,1.14146 v -3.2842 q 1.3603,-0.43055 2.6893,-0.65083 1.3289,-0.2303 2.6055,-0.2303 2.8044,0 4.3531,1.18151 1.5591,1.18151 1.5591,3.29422 0,1.22156 -0.6592,2.28292 -0.6593,1.05134 -2.773,2.82361 z" />
</svg>

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -0,0 +1,448 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
viewBox="0 0 595.3 300"
version="1.1"
id="svg3397"
sodipodi:docname="monotone_map_plot.svg"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
width="595.29999"
height="300">
<metadata
id="metadata3403">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs3401" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2560"
inkscape:window-height="1376"
id="namedview3399"
showgrid="false"
inkscape:zoom="2.2391184"
inkscape:cx="278.08237"
inkscape:cy="125.71159"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg3397"
inkscape:document-rotation="0" />
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-0-1"
transform="matrix(-0.01111649,-0.20935079,0.29148754,-0.03030776,126.25876,250.25343)">
<path
style="stroke-width:35.52600098"
inkscape:connector-curvature="0"
id="path1478-7-9-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="stroke-width:10.64900017;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-0"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<path
style="fill:none;stroke:#ba87c5;stroke-width:5.19999981;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 196.17649,263.72823 311.96861,152.5677 375.65438,153.1993 438.2874,23.090951"
id="path74087"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-0-7-4"
transform="matrix(0.0026862,-0.20962851,0.29285027,-0.01105755,123.04354,182.3661)"
inkscape:transform-center-x="-1.7371572"
inkscape:transform-center-y="5.4615326">
<path
style="stroke-width:35.52600098"
inkscape:connector-curvature="0"
id="path1478-7-9-4-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="stroke-width:10.64900017;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-3-8"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-0-5-5"
transform="matrix(-0.0039042,-0.20960936,0.29235801,-0.020257,126.18287,118.6098)">
<path
style="stroke-width:35.52600098"
inkscape:connector-curvature="0"
id="path1478-7-9-6-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="stroke-width:10.64900017;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-6"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<g
id="g78975"
style="stroke:#808080"
transform="translate(52.700716,-72.535345)">
<path
inkscape:connector-curvature="0"
id="path74125"
d="m 162.012,225.53648 161.0253,-0.27162 v 106.0936"
style="fill:none;stroke:#808080;stroke-width:2.29999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="ccc" />
<path
inkscape:connector-curvature="0"
id="path74129"
d="m 160.71518,287.74332 h 33.18415 v 42.83453"
style="fill:none;stroke:#808080;stroke-width:2.29999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="ccc" />
<path
inkscape:connector-curvature="0"
id="path74125-7"
d="m 259.2679,225.10305 v 106.2875"
style="fill:none;stroke:#808080;stroke-width:2.29999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="cc" />
<path
inkscape:connector-curvature="0"
id="path74127"
d="M 164.58413,95.57451 H 385.26811 V 330.89224"
style="fill:none;stroke:#808080;stroke-width:2.29999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="ccc" />
</g>
<g
transform="matrix(0.74746148,0,0,0.74746148,149.71627,152.14797)"
style="fill:#c6e9af;stroke:#666666"
id="g2749-48">
<path
inkscape:connector-curvature="0"
id="circle3369-0"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
style="opacity:0.12999998;fill:#c6e9af;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
inkscape:connector-curvature="0"
id="circle3383-81"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
style="fill:#c6e9af;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
</g>
<g
id="text2753-0"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
transform="matrix(0.76411799,0,0,0.73116807,149.50286,151.93259)"
aria-label="1">
<path
inkscape:connector-curvature="0"
id="path130720-2"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
d="m 44.272152,92.213257 h 4.738584 V 78.764041 l -4.864017,1.003465 v -3.651497 l 4.836143,-1.003465 h 5.100946 v 17.100713 h 4.738584 v 3.707245 h -14.55024 z" />
</g>
<g
transform="matrix(0.74746148,0,0,0.74746148,151.17031,89.778776)"
style="fill:#c6e9af;stroke:#666666"
id="g2749-4-9">
<path
inkscape:connector-curvature="0"
id="circle3369-5-7"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
style="opacity:0.12999998;fill:#c6e9af;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
inkscape:connector-curvature="0"
id="circle3383-6-5"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
style="fill:#c6e9af;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
</g>
<g
id="text2753-2-6"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
transform="matrix(0.76411799,0,0,0.73116807,150.9569,89.563396)"
aria-label="2">
<path
inkscape:connector-curvature="0"
id="path130728-4"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
d="m 49.150106,91.976327 h 9.156616 v 3.944175 H 43.185065 v -3.944175 l 7.595671,-6.703702 q 1.017402,-0.919843 1.505197,-1.797874 0.487796,-0.878032 0.487796,-1.825749 0,-1.463386 -0.989528,-2.355355 -0.975591,-0.891969 -2.606221,-0.891969 -1.254331,0 -2.745592,0.543544 -1.49126,0.529606 -3.191575,1.588819 v -4.57134 q 1.811811,-0.599291 3.581812,-0.905905 1.77,-0.320552 3.470316,-0.320552 3.735119,0 5.797796,1.644568 2.076615,1.644567 2.076615,4.585277 0,1.700315 -0.878032,3.177638 -0.878031,1.463386 -3.693308,3.930237 z" />
</g>
<g
transform="matrix(0.74746148,0,0,0.74746148,151.35051,26.062786)"
style="fill:#c6e9af;stroke:#666666"
id="g2749-7-7">
<path
id="circle3369-7-9"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
style="opacity:0.12999998;fill:#c6e9af;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<path
id="circle3383-4-7"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
style="fill:#c6e9af;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
</g>
<g
id="text2753-1-4"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
transform="matrix(0.76411799,0,0,0.73116807,151.1371,25.847406)"
aria-label="3">
<path
id="path130733-9"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
d="m 54.223178,84.701208 q 2.104489,0.543543 3.191575,1.895433 1.101024,1.337953 1.101024,3.414568 0,3.094016 -2.369292,4.71071 -2.369292,1.602756 -6.912757,1.602756 -1.602757,0 -3.21945,-0.264803 -1.602756,-0.250866 -3.177638,-0.766536 v -4.139292 q 1.505197,0.752598 2.98252,1.142835 1.49126,0.376299 2.926772,0.376299 2.132363,0 3.261261,-0.738662 1.142835,-0.738661 1.142835,-2.118425 0,-1.421575 -1.170709,-2.1463 -1.156772,-0.738662 -3.428505,-0.738662 h -2.1463 v -3.456378 h 2.257796 q 2.020867,0 3.010395,-0.627166 0.989528,-0.641102 0.989528,-1.937245 0,-1.198583 -0.961654,-1.853622 -0.961654,-0.65504 -2.717717,-0.65504 -1.296143,0 -2.620159,0.292678 -1.324016,0.292677 -2.634095,0.864094 v -3.930237 q 1.58882,-0.445984 3.149765,-0.668976 1.560945,-0.222993 3.066142,-0.222993 4.055671,0 6.0626,1.337954 2.020867,1.324016 2.020867,3.999922 0,1.825748 -0.961654,2.996457 -0.961654,1.156772 -2.84315,1.630631 z"
inkscape:connector-curvature="0" />
</g>
<g
transform="matrix(0.74746148,0,0,0.74746148,153.01908,-40.022225)"
style="fill:#c6e9af;stroke:#666666"
id="g2749-8-0">
<path
id="circle3369-74-6"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
style="opacity:0.12999998;fill:#c6e9af;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
<path
id="circle3383-9-0"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
style="fill:#c6e9af;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
inkscape:connector-curvature="0" />
</g>
<g
id="text2753-3-8"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
transform="matrix(0.76411799,0,0,0.73116807,152.80567,-40.237605)"
aria-label="4">
<path
id="path130738-5"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
d="m 51.435776,79.530576 -5.881419,8.710632 h 5.881419 z m -0.891969,-4.418032 h 5.965041 v 13.128664 h 2.968583 v 3.888427 h -2.968583 v 3.790867 h -5.073072 v -3.790867 h -9.226302 v -4.599214 z"
inkscape:connector-curvature="0" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-0-1-2"
transform="matrix(-0.01111649,-0.20935079,0.29148754,-0.03030776,124.90621,312.22066)">
<path
style="stroke-width:35.52600098"
inkscape:connector-curvature="0"
id="path1478-7-9-7-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
style="stroke-width:10.64900017;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-0-2"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-0"
transform="matrix(0.20595847,-0.0038362,0.01990417,0.28726581,217.05412,211.46396)">
<path
style="stroke-width:35.52600098"
inkscape:connector-curvature="0"
id="path1478-7-9"
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="stroke-width:10.64900017;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-0-7"
transform="matrix(0.20595847,-0.0038362,0.01990417,0.28726581,281.9727,212.50207)"
inkscape:transform-center-x="90.746292"
inkscape:transform-center-y="15.402261">
<path
style="stroke-width:35.52600098"
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
style="stroke-width:10.64900017;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-3"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-0-5"
transform="matrix(0.20595847,-0.0038362,0.01990417,0.28726581,344.66562,212.55707)">
<path
style="stroke-width:35.52600098"
inkscape:connector-curvature="0"
id="path1478-7-9-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="stroke-width:10.64900017;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:4.40665483;stroke-miterlimit:10"
d="m 266.60524,280.5992 a 18.067285,18.067285 0 0 1 -18.06728,18.06729 18.067285,18.067285 0 0 1 -18.06729,-18.06729 18.067285,18.067285 0 0 1 18.06729,-18.06728 18.067285,18.067285 0 0 1 18.06728,18.06728 z"
id="circle3369"
inkscape:connector-curvature="0" />
<path
style="fill:#ffe6d5;stroke:#666666;stroke-width:4.40665483;stroke-miterlimit:10"
d="m 263.71653,276.03532 a 18.067285,18.067285 0 0 1 -18.06728,18.06728 18.067285,18.067285 0 0 1 -18.06729,-18.06728 18.067285,18.067285 0 0 1 18.06729,-18.06729 18.067285,18.067285 0 0 1 18.06728,18.06729 z"
id="circle3383"
inkscape:connector-curvature="0" />
<path
d="m 240.85011,280.10971 h 3.55777 v -9.66236 l -3.65194,0.72093 v -2.62336 l 3.63102,-0.72092 h 3.82983 v 12.28571 h 3.55777 v 2.66341 h -10.92445 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.52408123"
id="path130720"
inkscape:connector-curvature="0" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:4.40665483;stroke-miterlimit:10"
d="m 331.52383,281.63731 a 18.067285,18.067285 0 0 1 -18.06729,18.06729 18.067285,18.067285 0 0 1 -18.06728,-18.06729 18.067285,18.067285 0 0 1 18.06728,-18.06728 18.067285,18.067285 0 0 1 18.06729,18.06728 z"
id="circle3369-5"
inkscape:connector-curvature="0" />
<path
style="fill:#ffe6d5;stroke:#666666;stroke-width:4.40665483;stroke-miterlimit:10"
d="m 328.63512,277.07343 a 18.067285,18.067285 0 0 1 -18.06729,18.06728 18.067285,18.067285 0 0 1 -18.06728,-18.06728 18.067285,18.067285 0 0 1 18.06728,-18.06729 18.067285,18.067285 0 0 1 18.06729,18.06729 z"
id="circle3383-6"
inkscape:connector-curvature="0" />
<path
d="m 309.43111,280.9776 h 6.87487 v 2.83363 h -11.35347 v -2.83363 l 5.7029,-4.81616 q 0.76387,-0.66084 1.13011,-1.29165 0.36624,-0.6308 0.36624,-1.31168 0,-1.05134 -0.74294,-1.69216 -0.73249,-0.64082 -1.95678,-0.64082 -0.94176,0 -2.06141,0.3905 -1.11965,0.38049 -2.39626,1.14146 v -3.2842 q 1.36032,-0.43055 2.68925,-0.65083 1.32893,-0.2303 2.60555,-0.2303 2.80436,0 4.35303,1.18151 1.55914,1.18151 1.55914,3.29422 0,1.22156 -0.65923,2.28292 -0.65923,1.05134 -2.77297,2.82361 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.52408123"
id="path130728"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:4.40665483;stroke-miterlimit:10"
d="m 396.21673,281.69232 a 18.067285,18.067285 0 0 1 -18.06729,18.06729 18.067285,18.067285 0 0 1 -18.06728,-18.06729 18.067285,18.067285 0 0 1 18.06728,-18.06728 18.067285,18.067285 0 0 1 18.06729,18.06728 z"
id="circle3369-7" />
<path
inkscape:connector-curvature="0"
style="fill:#ffe6d5;stroke:#666666;stroke-width:4.40665483;stroke-miterlimit:10"
d="m 393.32802,277.12844 a 18.067285,18.067285 0 0 1 -18.06729,18.06728 18.067285,18.067285 0 0 1 -18.06728,-18.06728 18.067285,18.067285 0 0 1 18.06728,-18.06729 18.067285,18.067285 0 0 1 18.06729,18.06729 z"
id="circle3383-4" />
<g
id="text2753-1"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
transform="matrix(0.75080885,0,0,0.71843284,337.22168,214.9538)"
aria-label="3">
<path
id="path130733"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
d="m 54.223178,84.701208 q 2.104489,0.543543 3.191575,1.895433 1.101024,1.337953 1.101024,3.414568 0,3.094016 -2.369292,4.71071 -2.369292,1.602756 -6.912757,1.602756 -1.602757,0 -3.21945,-0.264803 -1.602756,-0.250866 -3.177638,-0.766536 v -4.139292 q 1.505197,0.752598 2.98252,1.142835 1.49126,0.376299 2.926772,0.376299 2.132363,0 3.261261,-0.738662 1.142835,-0.738661 1.142835,-2.118425 0,-1.421575 -1.170709,-2.1463 -1.156772,-0.738662 -3.428505,-0.738662 h -2.1463 v -3.456378 h 2.257796 q 2.020867,0 3.010395,-0.627166 0.989528,-0.641102 0.989528,-1.937245 0,-1.198583 -0.961654,-1.853622 -0.961654,-0.65504 -2.717717,-0.65504 -1.296143,0 -2.620159,0.292678 -1.324016,0.292677 -2.634095,0.864094 v -3.930237 q 1.58882,-0.445984 3.149765,-0.668976 1.560945,-0.222993 3.066142,-0.222993 4.055671,0 6.0626,1.337954 2.020867,1.324016 2.020867,3.999922 0,1.825748 -0.961654,2.996457 -0.961654,1.156772 -2.84315,1.630631 z"
inkscape:connector-curvature="0" />
</g>
<path
inkscape:connector-curvature="0"
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:4.40665483;stroke-miterlimit:10"
d="m 458.0341,282.17777 a 18.067285,18.067285 0 0 1 -18.06729,18.06729 18.067285,18.067285 0 0 1 -18.06728,-18.06729 18.067285,18.067285 0 0 1 18.06728,-18.06728 18.067285,18.067285 0 0 1 18.06729,18.06728 z"
id="circle3369-74" />
<path
inkscape:connector-curvature="0"
style="fill:#ffe6d5;stroke:#666666;stroke-width:4.40665483;stroke-miterlimit:10"
d="m 455.14539,277.61389 a 18.067285,18.067285 0 0 1 -18.06729,18.06728 18.067285,18.067285 0 0 1 -18.06728,-18.06728 18.067285,18.067285 0 0 1 18.06728,-18.06729 18.067285,18.067285 0 0 1 18.06729,18.06729 z"
id="circle3383-9" />
<g
id="text2753-3"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
transform="matrix(0.75080885,0,0,0.71843284,399.03905,215.43925)"
aria-label="4">
<path
id="path130738"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
d="m 51.435776,79.530576 -5.881419,8.710632 h 5.881419 z m -0.891969,-4.418032 h 5.965041 v 13.128664 h 2.968583 v 3.888427 h -2.968583 v 3.790867 h -5.073072 v -3.790867 h -9.226302 v -4.599214 z"
inkscape:connector-curvature="0" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-0-70"
transform="matrix(0.20595847,-0.0038362,0.01990417,0.28726581,152.48044,212.92051)">
<path
style="stroke-width:35.52600098"
inkscape:connector-curvature="0"
id="path1478-7-9-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
style="stroke-width:10.64900017;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-4"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<g
id="g2760-5"
transform="matrix(0.73444246,0,0,0.73444246,150.55645,220.59189)">
<g
id="g2749-5"
style="fill:#ececec;stroke:#666666"
transform="translate(-3.3630029,-9.4412283)">
<path
style="opacity:0.12999998;fill:#ececec;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-4"
inkscape:connector-curvature="0" />
<path
style="fill:#ececec;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-98"
inkscape:connector-curvature="0" />
</g>
<text
id="text73945"
y="86.54644"
x="36.733299"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:54.46308517px;line-height:1.25;font-family:'HVD Comic Serif Pro';-inkscape-font-specification:'HVD Comic Serif Pro';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.36157715"
xml:space="preserve"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:32.67784882px;line-height:0;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.36157715"
y="86.54644"
x="36.733299"
id="tspan73943"
sodipodi:role="line">0</tspan></text>
</g>
<path
style="display:inline;opacity:0.919;fill:#dddddd;stroke:#797979;stroke-width:1.69673836;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-7-2"
d="m 216.47644,22.394109 c -0.65203,0.28553 -1.33715,0.5492 -2.04314,0.80245 0.65764,0.31505 1.34759,0.61286 2.06998,0.89357 -0.0119,-0.59218 -0.0569,-1.05401 -0.0268,-1.69602 z" />
<path
style="display:inline;opacity:0.919;fill:#dddddd;stroke:#797979;stroke-width:1.69673836;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-7-2-5"
d="m 214.47763,152.13017 c -0.65203,0.28553 -1.33715,0.5492 -2.04314,0.80245 0.65764,0.31505 1.34759,0.61286 2.06998,0.89357 -0.0119,-0.59218 -0.0569,-1.05401 -0.0268,-1.69602 z" />
<path
style="display:inline;opacity:0.919;fill:#dddddd;stroke:#797979;stroke-width:1.69673836;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-7-2-8"
d="m 212.97034,214.54312 c -0.65203,0.28553 -1.33715,0.5492 -2.04314,0.80245 0.65764,0.31505 1.34759,0.61286 2.06998,0.89357 -0.0119,-0.59218 -0.0569,-1.05401 -0.0268,-1.69602 z" />
</svg>

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -8,6 +8,8 @@ name: Category Theory Illustrated
# Short bio or description (displayed in the header)
description: A book about category theory
distribution: print
#
# Flags below are optional
#

View File

@ -3,7 +3,14 @@
<head>
<title> {{site.name}} - {{ page.title }}</title>
<link rel="stylesheet" type="text/css" href="{{site.baseurl}}/style.css">
<link rel="stylesheet" type="text/css" href="{{site.baseurl}}/custom-style.css">
<script type="text/javascript" id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js">
</script>
</head>
<body>