This commit is contained in:
Boris Marinov 2023-01-11 23:01:41 +02:00
parent 6f92703b7e
commit a7db5709df
10 changed files with 2602 additions and 474 deletions

View File

@ -277,6 +277,8 @@ One remark before we go: in the last paragraphs I sound as if I'm *comparing* ca
Defining Categories (again)
===
> "...deal with all elements of a set by ignoring them and working with the set's definition." - Dijkstra
All category theory books (including this one) starts by talking about set theory. However looking back I really don't know why that is the case - most books that focus around a given subject don't usually start off by introducing an *entirely different subject* before even starting to talk about the main one, even if the two subjects are so related.
Perhaps the set-first approach *is* the best way to introduce people to categories. Or perhaps using sets to introduce categories is just one of those things that people do because everyone else does it. But one thing is for certain - we don't need to study sets in order to understand categories. So now I would like to start over and talk about categories as a first concept. So pretend like it's a new book (I wonder if I can dedicate this to a different person.)

View File

@ -3,7 +3,7 @@ layout: default
title: Natural transformations
---
Natural transformations and advanced concepts
Natural transformations
===
In this chapter, we will introduce the central concept of category theory. It is the concept of a morphism between functors or *natural transformation*. Understanding natural transformations will enable us to define category equality and some other advanced concepts.
@ -16,26 +16,27 @@ Objects are overrated
> The world is the collection of facts, not of things.
> Ludwig Wittgenstein
Objects are all around us, both in mathematics and in real life - virtually everything that we see or imagine can be viewed as an object. Because of this, we might be inclined to think that the key to understanding the world is to understand what objects are. And this indeed is an idea shared between many people, you might even say that this is what set theory does - the main (some say only) concept of set theory is a concept of a set. When mathematicians say that "everything is a set", they are primarily saying that all objects can be represented by sets (although morphisms can be represented by sets as well.)
Objects are all around us, both in mathematics and in real life - virtually everything that we see or imagine can be viewed as an object. Because of this, we might be inclined to think that the key to understanding the world is to understand what objects are. And this indeed is a popular idea, you might even say that this is what set theory does - the main (we may say the only) atomic concept in set theory is a concept of a set. When mathematicians say that "everything is a set", they are primarily saying that all objects can be represented by sets (and morphisms can be represented by sets as well.)
However there is another way to look at things. Because, what is an object, when viewed by itself? Can we study an object in isolation? And is there anything left to study about it, once it is detached from its environment? When we think hard about everyday objects we realize that each of them has a specific *function* or functions without which, it would be just a piece of junk, and in many ways it won't be an object at all. And this is even more so for mathematical objects which you cannot even repurposed when they are no longer useful - functions, or relations, are key. So instead of thinking about objects which just happen to have some morphisms between them, we might take the opposite view and say that objects are only interesting as sources and targets of morphisms.
However, there is another way to look at things. What is an object, when viewed by itself? Can we study an object in isolation and will there anything left to study about it, once it is detached from its environment? When we think hard about everyday objects we realize that each of them has a specific *function* or functions without which, it would be just a piece of junk, and in many ways it won't be an object at all. And this is even more so for mathematical objects which you cannot even represent in isolation - functions, are key.
This view is best expressed by category theory and specifically by the notion of universal properties (limits) - as we said universal properties define an object *up to a unique isomorphism*. This means that if there are two or more objects that are isomorphic to one another and have exactly the same morphisms to all other objects in the category, then these objects are for all intends and purposes equivalent.
So instead of thinking about objects which just happen to have some morphisms between them, we might take the opposite view and say *that objects are only interesting as sources and targets of morphisms.*
This view is best expressed by category theory and specifically by the notion of *universal properties (limits)* - as we said universal properties define an object *up to a unique isomorphism*. This means that if there are two or more objects that are isomorphic to one another and have exactly the same morphisms to all other objects in the category, then these objects are for all intends and purposes equivalent.
Equivalence of categories
===
Are you ready to hear about natural transformations? Actually it is my opinion that you are not, so I would like to continue with something else. Let's ask ourselves the same question that we were poundering at the beginning of the previous chapter - what does it mean for two categories to be equal. This question is even more interesting in the context of the category of categories. We said that categorical isomorphism is somewhat too rigid to accurately capture the concept of equality. And the paragraph above can serve as a good summary as to why this is the case: in isomorphic categories, isomorphic *objects* aren't considered equal, for example the following two categories are not isomorphic.
Are you ready to hear about natural transformations? Actually it is my opinion that you are not, so I would like to continue with something else. Let's ask ourselves the same question that we were poundering at the beginning of the previous chapter - what does it mean for two categories to be equal. This question is even more interesting in the context of the category of categories. We said that categorical isomorphism is somewhat too rigid to accurately capture the concept of equality, as (though it may seem contradictory) in isomorphic categories, *isomorphic objects aren't considered equal*, and so this concept goes against the idea that functions (and not objects) are the primary concept. For example the following two categories are *not* isomorphic.
![Simple non-isomorphic categories](simple_non_isomorphic_categories.svg)
Being isomorphic means that two structures are completely the same. A map is isomorphic to an area only it represents the area completely, like if there is a arrow for each route and a point for each intersection.
So, being isomorphic means that two structures are completely the same. A map is isomorphic to an area only it represents the area completely, like if there is a arrow for each route and a point for each intersection.
![Isomorphic categories](isomorphic_categories.svg)
But that won't always be what we want. In category theory we specify most concepts by treating isomorphis objects as equal - this is valid for all definitions that are based on universal properties. Or to extend the map example, suppose, that there are two intersections that are positioned in such a way that for every road that goes to and from one of them, there is an identical road to the other one (maybe the one of these intercection was meant to replace the other one but it wasn't closed.) Then suppose that you have a map which displays these two intercections as one and the same intercection.
But, like we said, in category theory, we specify most concepts by treating isomorphis objects as equal - this is valid for all definitions that are based on universal properties. Or to extend the map example, suppose, that there are two intersections that are positioned in such a way that for every road that goes to and from one of them, there is an identical road to the other one (maybe the one of these intercection was meant to replace the other one but it wasn't closed.) Then suppose that you have a map which displays these two intercections as one and the same intercection.
![Non-isomorphic categories](non_isomorphic_categories.svg)
@ -61,7 +62,7 @@ And if we compose it in the other direction, we don't get the same object (which
![Equivalent categories, functor G F](equivalent_categories_g_f.svg)
The definition betwen the two concepts is small but crucial: categories are isomorphic if there exist an *invertable* functor between them. They are equivalent if they are connected by two *isomorphic functors.
The definition betwen the two concepts is small but crucial: categories are isomorphic if there exist an *invertable* functor between them. They are equivalent if they are connected by two *isomorphic functors.*
**Task:** Verify that the categories in the previous example are also equivalent.
@ -74,52 +75,94 @@ The progression that we made so far (morphisms -> functors -> natural transforma
But enough talking, let's draw some diagrams.
We know that natural transformations are morphisms between functors, so let's draw two functors (I am omitting the arrows between objects for brevity.)
We know that natural transformations are morphisms between functors, so let's draw two functors (I am omitting the arrows between the morphisms for brevity.)
![Two functors](natural_functors_objects.svg)
Note that the functors are similar have the same signature - both their input and output categories are the same - this is a necessary (but not sufficient) condition for them to be connected by a natural transformation.
Object mapping mapping
Building the object mapping mapping
---
A functor is comprised of two components - object mapping and morphism mapping, so a natural transformatiom, being a morphism between functors, should take those two mappings into account.
Let's first connect the object mappings of the two functors, creating what we called "object mapping mapping", but which is actually much simpler than it sounds - we only need to connect the functors' targets, because the sources would always be the same - both functors would include all object from the source category, and so mapping the two functors' object components involves nothing more than specifying a bunch of morphisms in the target category.
Let's first connect the object mappings of the two functors, creating what we called "object mapping mapping". It is simpler than it sounds when we realize that we only need to connect the object in functors' *target category*. The objects in the source category would just always be the same as both functors would include *all* object from the source category, (because that is what functions do, right?)
In other words, mapping the two functors' object components involves nothing more than specifying a bunch of morphisms in the target category.
![Two functors](natural_transformation.svg)
Note that the mappings between these objects does not have the character of a function, since not all objects are mapped to other objects.
Note that the mappings between these objects do not (always) have the character of a functor, since not all objects are mapped to other objects.
Morphism mapping mapping
Building the morphism mapping mapping
---
Next up, we should connect the morphism mappings of the two functors. Here things are even simpler: as with the "object mapping mapping" we have to only worry the morphisms in the target category, that is, we only need to connect all morphisms that are mapped by one functor to morphisms that are mapped by another, but furthermore when we try to establish such connections, we would realize that *there is only one natural way to do it* once the connections between the object mappings are already established. That way is to take each morphism in the source category and to connect the two images that this morphism has (generated by the two functors), in the target category.
Once the connections between the object mappings are already established, there is only one way to do the morphism mapping - take each morphism in the source category and connect the two images that this morphism has (generated by the two functors), in the target category.
![Two functors](natural_functors.svg)
In other words, connecting the morphism mappings of the two functors is redundant - if we have the object mapping, we don't need it (or alternatively, if we have it, we don't need the object mapping.) We draw it just to verify that the object mapping that we specified indeed gives rise to a natural transformation. In this case we have just one morphism, so it is easy to see that it does.
Definition
Formal definition
---
Before we finish up this chapter, let's distill the definition of natural transformations: A natural transformation between two functors **F** and **G**with source category **C** and a target category **D** (both functors have to have the same signature) is a collection of morphisms between objects in **D** that maps all target objects of functor **F** (or the image of **F** in **D** as it is also called) to target objects of functor **G**.
Before we finish up this chapter, let's distill a rigorous definition of natural transformations: For any two functors $F$ and $G$ that both have the same type signature of source category $C$ and a target category $D$ (so $F : C \to D$ and $G : C \to D$), a natural transformation $\alpha : F \Rightarrow G$ is a collection of morphisms between objects in $D$ that maps all target objects of functor $F$ (or the image of $F$ in $D$ as it is also called) to target objects of functor $G$.
Furthermore, the mapping must be such that any morphism in **C** with a signature **X -> Y**, the object **F(X)** in **D** should always be mapped to **G(X)** and object **F(Y)** should be mapped to **G(Y)**.
Furthermore, the mapping must be such that any morphism in $C$ with a signature $X \to Y$, the object $F(X)$ in $D$ should always be mapped to $G(X)$ and object $F(Y)$ should be mapped to $G(Y)$.
Note that if the condition above (sometimes called the "naturality condition") is met, the below diagram would commute. This works the other way too - if the diagram commutes, the condition is met, so, in a very categorical fashion, natural transformations can be defined using this diagram.
Note that if the condition above (sometimes called the "naturality condition") is met, the below diagram would commute. This works the other way too - if the diagram commutes, the condition is met, so we can say that *the diagram and the definition are isomorphic*. And because the diagram is much simpler we may think of it as the real definition.
![Two functors](natural_transformation_formula.svg)
If you look just a little bit closely, you will see that the only difference between this diagram and our example is that here morphisms are displayed vertically, while in the exam they are horizontal.
If you look just a little bit closely, you will see that the only difference between this diagram and our example is that here morphisms are displayed vertically, while in the example they are horizontal.
Natural transformations again
===
natural transformations from surjective functors are just regular morphisms.
I am sure that once you saw one definition of a natural transformation, you just cannot get enough of them. So let's work out one more. Let's start with our two functors.
![Two functors](natural_functors.svg)
This diagram might prompt us into thinking of natural transformations as some kind of "double functors" that have not one but two arrows coming from each object. This notion, of course, cannot be defined (as we said several times, the whole point of functions is the that there is just one arrow for each object), but a related notion that can be defined is that of *product categories*.
Product categories
---
We already saw products between *groups/monoids*, the product categories are similar: take any two categories (in practice it is good if one of them is a finite one, but any two would work).
![Product category - components](product_components.svg)
And then take the set of all possible pairs of the objects of these categories.
![Product category - objects](product_set.svg)
Is there a way to make a category from that set? Sure, we saw something similar in the chapter about group/monoid products - we just take all morphisms coming from any of the two categories and replicate them to all pairs that feature some objects from their type signature.
![Product category](product_category.svg)
This is the *product category* of the two categories.
Natural transformations as functors of product categories
---
When looking into the last diagram, you might suspect that the categories we chose to demonstrate the notion of the product category is not arbitrary. And you would be right - we can already see the naturality square in it.
![Product category](product_category_target_category.svg)
That is because the category with two objects and one morphism (which, if you remember is called $2$) is the key to constructing a functor that is equivalent to a natural transformation - because it has two objects, it produces two copies of the source category and because the two objects are connected, the two copies are connected in the same way as the two "images" in the target category are connected. And so all that is left is to draw the two functors.
![Product category](product_category_natural_transformation.svg)
Formal definition
---
Let's state formally what we saw in these diagrams. As you remember we call our two functors $F$ and $G$ and the our categoris $C$ and $D$ (so $F : C \to D$ and $G : C \to D$).
Also, we call the category with two connected objects $2$ and the morphisms in it are $0$ and $1$.
In this case, our natural transformation $\alpha : F \Rightarrow G$ is just a functor from the product category of $2$ to $C$ so $2 \times C \to G$, such that if we take the subcategory of $C$ comprised of just those objects that have the $0$ object, and the morphisms between them, then that functor is equivalent to $F$, and if we consider the subcategory that contains $1$, then the functor is equivalent to $G$ (we write $\alpha(-,0)=F$ and $\alpha(-,1)=G$.) Et voilà!
**Task:** See how the two definitions are equivalent.
/*
https://www.math3ma.com/blog/what-is-a-natural-transformation
Natural transformations from surjective functors are just regular functors.
Limits and colimits
@ -132,10 +175,6 @@ Isomorphism is not hard to construct - given two sets, containing three objects
But most of these isomorphisms, are just random. In our studies we are only interested in structures that *make sense*. In category theory the abstract notion of making sense is captured by the naturality condition.
Free objects
===
https://math.stackexchange.com/questions/131389/what-are-free-objects
@ -157,3 +196,13 @@ https://www.azimuthproject.org/azimuth/show/Applied+Category+Theory+Course#Cours
https://eed3si9n.com/herding-cats/day1.html
https://topology.mitpress.mit.edu/
https://www.math3ma.com/blog/what-is-a-natural-transformation
https://graphicallinearalgebra.net/2015/04/23/makelele-and-linear-algebra/
*/

View File

@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
viewBox="0 0 595.3 189.5"
version="1.1"
id="svg15613"
sodipodi:docname="natural_functors.svg"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
inkscape:version="1.2.2 (1:1.2.2+202212051552+b0a8486541)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<metadata
id="metadata15619">
<rdf:RDF>
@ -20,7 +20,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
@ -35,213 +35,176 @@
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2560"
inkscape:window-height="1376"
inkscape:window-width="1920"
inkscape:window-height="1024"
id="namedview15615"
showgrid="false"
inkscape:zoom="1.8505343"
inkscape:cx="192.83213"
inkscape:cy="107.6897"
inkscape:cx="280.99993"
inkscape:cy="83.759593"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg15613" />
inkscape:current-layer="svg15613"
inkscape:showpageshadow="2"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1" />
<g
id="g42748"
transform="matrix(1.3397762,-0.10017139,0.10080481,1.2924446,-197.932,-16.661939)" />
<ellipse
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:2.26216698;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-4"
cy="105.86644"
cx="154.74379"
transform="matrix(0.99721659,-0.07455915,0.07775931,0.99697216,0,0)"
rx="94.738716"
ry="91.414192" />
transform="matrix(1.8508385,-0.13838212,0.13925716,1.7854521,-330.79913,135.83735)" />
<g
id="g42748-8"
transform="matrix(1.3397762,-0.10017139,0.10080481,1.2924446,118.70837,-36.288284)" />
transform="matrix(1.8508385,-0.13838212,0.13925716,1.7854521,106.62482,108.72448)" />
<g
id="g42748-3"
transform="matrix(1.8508385,-0.13838212,0.13925716,1.7854521,-422.90689,-50.166726)" />
<ellipse
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:2.26216698;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-4-1"
cy="124.43816"
cx="417.07675"
transform="matrix(0.99721659,-0.07455915,0.07775931,0.99697216,0,0)"
rx="94.738716"
ry="91.414192" />
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:0;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-4-6"
cy="102.40331"
cx="154.05612"
transform="matrix(0.99687847,-0.0789514,0.07343263,0.99730018,0,0)"
rx="86.711418"
ry="88.568329" />
<g
inkscape:transform-center-y="-10.036943"
inkscape:transform-center-x="6.7535973"
transform="matrix(0.17360723,-0.01209243,0.02906643,0.23495793,363.47185,5.5667318)"
id="g1482-7-0-1-0-3-9-5"
style="display:inline;opacity:0.95400002;fill:#dddddd;stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1">
<path
d="m 298.19814,219.10584 c 4.66998,-0.36993 9.49727,-0.59529 14.4313,-0.74453 -3.38888,-2.33752 -7.01599,-4.64281 -10.88167,-6.91665 -1.22376,2.67854 -1.95604,4.81755 -3.54963,7.66118 z"
id="path1478-7-9-0-19-0-7-4"
inkscape:connector-curvature="0"
style="stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
d="M -1232.2555,291.62723 C -962.25551,98.088749 -120.39956,54.028486 303.99415,216.71262"
id="path1480-1-3-1-5-7-5-05"
inkscape:connector-curvature="0"
style="fill:none;stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
id="g42748-8-7"
transform="matrix(1.8508385,-0.13838212,0.13925716,1.7854521,14.517046,-77.279602)" />
<ellipse
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:0;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-4-1-5"
cy="126.95163"
cx="432.15366"
transform="matrix(0.99687847,-0.0789514,0.07343263,0.99730018,0,0)"
rx="86.711418"
ry="88.568329" />
<g
style="display:inline;fill:#dddddd;stroke:#483737;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-0-1-0-3-8"
transform="matrix(0.17071844,-0.00307217,0.02371191,0.24262732,383.02711,5.8353788)"
inkscape:transform-center-x="6.4482757"
inkscape:transform-center-y="-10.411233">
style="display:inline;fill:#dddddd;stroke:#483737;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-1-0-3-8-6"
transform="matrix(0.23583959,-0.00424406,0.0327569,0.33517836,379.6611,-19.087725)"
inkscape:transform-center-x="8.9079959"
inkscape:transform-center-y="-14.382634">
<path
style="stroke:#483737;stroke-width:35.52600098"
style="stroke:#483737;stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-50"
id="path1478-7-9-0-19-0-50-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:none;stroke:#483737;stroke-width:10.64900017;paint-order:markers fill stroke"
style="fill:none;stroke:#483737;stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-96"
id="path1480-1-3-1-5-7-96-9"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#445500;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-0-1-0-3-5-7-2-1-4"
transform="matrix(0.17286333,-0.01124732,0.03606305,0.23769178,379.46153,64.563011)"
inkscape:transform-center-x="6.7949115"
inkscape:transform-center-y="-10.589917">
style="display:inline;fill:#dddddd;stroke:#445500;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-1-0-3-5-7-2-1-4-1"
transform="matrix(0.23880265,-0.01553765,0.04981943,0.32836014,374.73542,62.041768)"
inkscape:transform-center-x="9.3868545"
inkscape:transform-center-y="-14.629477">
<path
style="stroke:#445500;stroke-width:35.52600098"
style="stroke:#445500;stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-0-2-2-0-4"
id="path1478-7-9-0-19-0-0-2-2-0-4-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:none;stroke:#445500;stroke-width:10.64900017;paint-order:markers fill stroke"
style="fill:none;stroke:#445500;stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-4-7-6-6-4"
id="path1480-1-3-1-5-7-4-7-6-6-4-7"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<g
id="g16122"
transform="translate(-77.934021,65.192757)">
id="g16122-0"
transform="matrix(1.3814535,0,0,1.3814535,-257.13527,62.911732)">
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.23000004;fill:#3a3a3a;fill-opacity:1;stroke:#cccccc;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-1-7"
style="opacity:0.23;fill:#3a3a3a;fill-opacity:1;stroke:#cccccc;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-1-7-9"
width="22.396215"
height="22.763296"
x="463.26157"
y="78.332275" />
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:1;fill:#1a1a1a;fill-opacity:1;stroke:#4d4d4d;stroke-width:1.81155717;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-8"
style="opacity:1;fill:#1a1a1a;fill-opacity:1;stroke:#4d4d4d;stroke-width:1.81156;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-8-3"
width="22.396215"
height="22.763296"
x="459.48129"
y="71.800171" />
</g>
<g
id="g16118"
transform="translate(-52.332684,9.7868769)">
id="g16118-6"
transform="matrix(1.3814535,0,0,1.3814535,-221.76821,-13.628911)">
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.23000004;fill:#3a3a3a;fill-opacity:1;stroke:#cccccc;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-1-7-5"
style="opacity:0.23;fill:#3a3a3a;fill-opacity:1;stroke:#cccccc;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-1-7-5-0"
width="22.396215"
height="22.763296"
x="439.1593"
y="73.547592" />
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:1;fill:#e6e7e8;fill-opacity:1;stroke:#bbbcbe;stroke-width:1.81155717;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-8-7"
style="opacity:1;fill:#e6e7e8;fill-opacity:1;stroke:#bbbcbe;stroke-width:1.81156;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-8-7-6"
width="22.396215"
height="22.763296"
x="435.14658"
y="69.540932" />
</g>
<g
id="g16130"
transform="translate(-63.031749,-36.448374)">
id="g16130-2"
transform="matrix(1.3814535,0,0,1.3814535,-236.54846,-77.500759)">
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.23000004;fill:#3a3a3a;fill-opacity:1;stroke:#cccccc;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-1-7-4"
style="opacity:0.23;fill:#3a3a3a;fill-opacity:1;stroke:#cccccc;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-1-7-4-6"
width="22.396215"
height="22.763296"
x="504.07468"
y="125.23235" />
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:1;fill:#fce600;fill-opacity:1;stroke:#ffdd00;stroke-width:1.81155717;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-8-1"
style="opacity:1;fill:#fce600;fill-opacity:1;stroke:#ffdd00;stroke-width:1.81156;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-8-1-1"
width="22.396215"
height="22.763296"
x="500.11612"
y="120.98653" />
</g>
<g
id="g16134"
transform="translate(-21.991414,-13.556902)">
id="g16134-8"
transform="matrix(1.3814535,0,0,1.3814535,-179.85315,-45.877257)">
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.23000004;fill:#3a3a3a;fill-opacity:1;stroke:#cccccc;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-1-7-4-8"
style="opacity:0.23;fill:#3a3a3a;fill-opacity:1;stroke:#cccccc;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-1-7-4-8-7"
width="22.396215"
height="22.763296"
x="460.30893"
y="155.98396" />
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:1;fill:#39bced;fill-opacity:1;stroke:#008dd2;stroke-width:1.81155717;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-8-1-5"
style="opacity:1;fill:#39bced;fill-opacity:1;stroke:#008dd2;stroke-width:1.81156;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-8-1-5-9"
width="22.396215"
height="22.763296"
x="457.04639"
y="151.73814" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#483737;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-0-1-0-3"
transform="matrix(0.20316841,-0.0122248,-0.02062295,0.23998804,119.29319,40.530061)"
inkscape:transform-center-x="5.5658533"
inkscape:transform-center-y="-10.420102">
<path
style="stroke:#483737;stroke-width:35.52600098"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke:#483737;stroke-width:10.64900017;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<ellipse
cx="162.57948"
cy="130.56163"
id="circle15605-2"
style="opacity:0.28400005;fill:#dedede;fill-opacity:1;stroke:none;stroke-width:1.67664468;stroke-miterlimit:10;stroke-opacity:1"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
rx="12.175604"
ry="11.748343" />
<g
id="g16153"
transform="translate(0.38210951,0.38210951)">
id="g16153-7"
transform="matrix(1.3814535,0,0,1.3814535,-75.845401,-39.658769)">
<ellipse
cx="179.0439"
cy="125.67704"
id="circle15601-9-4-6-2"
style="opacity:0.203;fill:#030303;fill-opacity:1;stroke:none;stroke-width:2.21405125;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-6-2-5"
style="opacity:0.203;fill:#030303;fill-opacity:1;stroke:none;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
transform="matrix(0.98724272,-0.15922253,0.16239023,0.98672662,0,0)"
rx="12.399649"
ry="11.964526" />
@ -249,49 +212,87 @@
ry="11.748343"
rx="12.175604"
transform="matrix(-0.07418163,-0.99724475,0.99700153,-0.07738188,0,0)"
style="fill:#fce600;fill-opacity:1;stroke:#ffcc00;stroke-width:1.67664468;stroke-miterlimit:10;stroke-opacity:1"
id="circle15605"
style="fill:#fce600;fill-opacity:1;stroke:#ffcc00;stroke-width:1.67664;stroke-miterlimit:10;stroke-opacity:1"
id="circle15605-9"
cy="186.48853"
cx="-106.90229" />
</g>
<g
id="g16126"
transform="rotate(-4.8858794,498.88678,555.47609)"
inkscape:transform-center-x="-0.55451459"
inkscape:transform-center-y="2.8463494">
inkscape:transform-center-y="-17.127165"
inkscape:transform-center-x="6.9685135"
transform="matrix(0.1833558,-0.00736204,0.01366546,0.32804397,376.82505,-21.999207)"
id="g1482-7-0-1-0-3-9-5"
style="display:inline;opacity:0.954;fill:#dddddd;stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1">
<path
d="m 298.19814,219.10584 c 4.66998,-0.36993 9.49727,-0.59529 14.4313,-0.74453 -3.38888,-2.33752 -7.01599,-4.64281 -10.88167,-6.91665 -1.22376,2.67854 -1.95604,4.81755 -3.54963,7.66118 z"
id="path1478-7-9-0-19-0-7-4"
inkscape:connector-curvature="0"
style="stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
d="M -1232.2555,291.62723 C -962.25551,98.088749 -120.39956,54.028486 303.99415,216.71262"
id="path1480-1-3-1-5-7-5-05"
inkscape:connector-curvature="0"
style="fill:none;stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
<g
inkscape:transform-center-y="14.405435"
inkscape:transform-center-x="7.2388786"
transform="matrix(0.18653968,0.01595436,0.02938325,-0.32983863,372.50897,199.73554)"
id="g1482-7-0-1-0-3-9-5-7"
style="display:inline;opacity:0.954;fill:#dddddd;stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1">
<path
d="m 298.19814,219.10584 c 4.66998,-0.36993 9.49727,-0.59529 14.4313,-0.74453 -3.38888,-2.33752 -7.01599,-4.64281 -10.88167,-6.91665 -1.22376,2.67854 -1.95604,4.81755 -3.54963,7.66118 z"
id="path1478-7-9-0-19-0-7-4-3"
inkscape:connector-curvature="0"
style="stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
d="M -1232.2555,291.62723 C -962.25551,98.088749 -120.39956,54.028486 303.99415,216.71262"
id="path1480-1-3-1-5-7-5-05-6"
inkscape:connector-curvature="0"
style="fill:none;stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#483737;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-1-0-3-0"
transform="matrix(0.28066771,-0.01688799,-0.02848965,0.33153232,88.424736,15.803757)"
inkscape:transform-center-x="7.6889686"
inkscape:transform-center-y="-14.394884">
<path
style="stroke:#483737;stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-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:none;stroke:#483737;stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-3"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<g
id="g16126-2"
transform="matrix(1.3764337,-0.11766029,0.11766029,1.3764337,-126.62879,22.087023)"
inkscape:transform-center-x="-0.76602835"
inkscape:transform-center-y="3.9320974">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.203;fill:#030303;fill-opacity:1;stroke:none;stroke-width:2.21405125;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-6"
style="opacity:0.203;fill:#030303;fill-opacity:1;stroke:none;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-6-28"
cy="76.348717"
cx="173.35909" />
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:2.21405125;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4"
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9"
cy="73.518608"
cx="172.10857" />
</g>
<g
inkscape:transform-center-y="10.036938"
inkscape:transform-center-x="6.7535973"
transform="matrix(0.17360723,0.01209243,0.02906643,-0.23495793,365.00029,164.47407)"
id="g1482-7-0-1-0-3-9-5-8"
style="display:inline;opacity:0.95400002;fill:#dddddd;stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1">
<path
d="m 298.19814,219.10584 c 4.66998,-0.36993 9.49727,-0.59529 14.4313,-0.74453 -3.38888,-2.33752 -7.01599,-4.64281 -10.88167,-6.91665 -1.22376,2.67854 -1.95604,4.81755 -3.54963,7.66118 z"
id="path1478-7-9-0-19-0-7-4-5"
inkscape:connector-curvature="0"
style="stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
d="M -1198.2179,259.22696 C -928.21785,65.688474 -120.39956,54.028486 303.99415,216.71262"
id="path1480-1-3-1-5-7-5-05-0"
inkscape:connector-curvature="0"
style="fill:none;stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
viewBox="0 0 595.3 189.5"
version="1.1"
id="svg15613"
sodipodi:docname="natural_functors_objects.svg"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
inkscape:version="1.2.2 (1:1.2.2+202212051552+b0a8486541)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<metadata
id="metadata15619">
<rdf:RDF>
@ -20,7 +20,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
@ -35,52 +35,56 @@
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2560"
inkscape:window-height="1376"
inkscape:window-width="960"
inkscape:window-height="1024"
id="namedview15615"
showgrid="false"
inkscape:zoom="5.2341015"
inkscape:cx="297.33908"
inkscape:cy="112.27502"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg15613" />
inkscape:zoom="1.3085254"
inkscape:cx="278.93994"
inkscape:cy="94.763159"
inkscape:window-x="12"
inkscape:window-y="10"
inkscape:window-maximized="0"
inkscape:current-layer="svg15613"
inkscape:showpageshadow="2"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1" />
<g
id="g42748"
transform="matrix(1.3397762,-0.10017139,0.10080481,1.2924446,-197.932,-16.661939)" />
transform="matrix(1.8527524,-0.13852522,0.13940116,1.7872984,-431.91195,-44.828737)" />
<ellipse
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:2.26216698;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:0;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-4"
cy="105.86644"
cx="154.74379"
transform="matrix(0.99721659,-0.07455915,0.07775931,0.99697216,0,0)"
rx="94.738716"
ry="91.414192" />
cy="107.98672"
cx="155.13821"
transform="matrix(0.99687847,-0.0789514,0.07343263,0.99730018,0,0)"
rx="86.801086"
ry="88.659912" />
<g
id="g42748-8"
transform="matrix(1.3397762,-0.10017139,0.10080481,1.2924446,118.70837,-36.288284)" />
transform="matrix(1.8527524,-0.13852522,0.13940116,1.7872984,5.964309,-71.96965)" />
<ellipse
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:2.26216698;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:0;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-4-1"
cy="124.43816"
cx="417.07675"
transform="matrix(0.99721659,-0.07455915,0.07775931,0.99697216,0,0)"
rx="94.738716"
ry="91.414192" />
cy="128.78745"
cx="419.25089"
transform="matrix(0.99687847,-0.0789514,0.07343263,0.99730018,0,0)"
rx="86.801086"
ry="88.659912" />
<g
id="g16319">
id="g16319"
transform="matrix(1.1275806,0,0,1.3863773,-42.154842,-22.086246)">
<g
transform="matrix(0.17360723,-0.01209243,0.02906643,0.23495793,334.83147,-5.2409574)"
id="g16254"
style="fill:#dddddd;stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1">
style="fill:#dddddd;stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1">
<path
style="stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
style="stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-7-4"
d="m 298.19814,219.10584 c 4.66998,-0.36993 9.49727,-0.59529 14.4313,-0.74453 -3.38888,-2.33752 -7.01599,-4.64281 -10.88167,-6.91665 -1.22376,2.67854 -1.95604,4.81755 -3.54963,7.66118 z" />
<path
style="fill:none;stroke:#626262;stroke-width:10.90854645;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
style="fill:none;stroke:#626262;stroke-width:10.9085;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-5-05"
d="M -1179.189,294.35837 C -917.46382,100.39401 -104.67048,54.838004 303.99415,216.71262"
@ -88,15 +92,15 @@
</g>
<g
transform="matrix(0.17360723,-0.01209243,0.02906643,0.23495793,391.54258,-4.5884323)"
style="display:inline;opacity:0.91011604;fill:#dddddd;stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
style="display:inline;opacity:0.910116;fill:#dddddd;stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="g16254-4">
<path
style="stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
style="stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-7-4-6"
d="m 298.19814,219.10584 c 4.66998,-0.36993 9.49727,-0.59529 14.4313,-0.74453 -3.38888,-2.33752 -7.01599,-4.64281 -10.88167,-6.91665 -1.22376,2.67854 -1.95604,4.81755 -3.54963,7.66118 z" />
<path
style="fill:none;stroke:#626262;stroke-width:10.90854645;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
style="fill:none;stroke:#626262;stroke-width:10.9085;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-5-05-2"
d="M -1176.1744,302.64497 C -914.44921,108.68061 -104.67048,54.838004 303.99415,216.71262"
@ -104,19 +108,19 @@
</g>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#483737;stroke-width:6.38899994;stroke-miterlimit:10"
style="display:inline;fill:#dddddd;stroke:#483737;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-1-0-3-8"
transform="matrix(0.17071844,-0.00307217,0.02371191,0.24262732,383.02711,5.8353788)"
inkscape:transform-center-x="6.4482757"
inkscape:transform-center-y="-10.411233">
transform="matrix(0.23608346,-0.00424845,0.03279077,0.33552496,371.48596,-13.717597)"
inkscape:transform-center-x="8.9172086"
inkscape:transform-center-y="-14.397507">
<path
style="stroke:#483737;stroke-width:35.52600098"
style="stroke:#483737;stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-50"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke:#483737;stroke-width:10.64900017;paint-order:markers fill stroke"
style="fill:none;stroke:#483737;stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-96"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
@ -124,19 +128,19 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#445500;stroke-width:6.38899994;stroke-miterlimit:10"
style="display:inline;fill:#dddddd;stroke:#445500;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-1-0-3-5-7-2-1-4"
transform="matrix(0.17286333,-0.01124732,0.03606305,0.23769178,379.46153,64.563011)"
inkscape:transform-center-x="6.7949115"
inkscape:transform-center-y="-10.589917">
transform="matrix(0.23904959,-0.01555372,0.04987094,0.32869969,366.55519,67.495787)"
inkscape:transform-center-x="9.3965584"
inkscape:transform-center-y="-14.644607">
<path
style="stroke:#445500;stroke-width:35.52600098"
style="stroke:#445500;stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-0-2-2-0-4"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke:#445500;stroke-width:10.64900017;paint-order:markers fill stroke"
style="fill:none;stroke:#445500;stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-4-7-6-6-4"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
@ -145,10 +149,10 @@
</g>
<g
id="g16122"
transform="translate(-77.934021,65.192757)">
transform="matrix(1.382882,0,0,1.382882,-265.96892,68.366651)">
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.23000004;fill:#3a3a3a;fill-opacity:1;stroke:#cccccc;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
style="opacity:0.23;fill:#3a3a3a;fill-opacity:1;stroke:#cccccc;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-1-7"
width="22.396215"
height="22.763296"
@ -156,7 +160,7 @@
y="78.332275" />
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:1;fill:#1a1a1a;fill-opacity:1;stroke:#4d4d4d;stroke-width:1.81155717;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
style="opacity:1;fill:#1a1a1a;fill-opacity:1;stroke:#4d4d4d;stroke-width:1.81156;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-8"
width="22.396215"
height="22.763296"
@ -165,10 +169,10 @@
</g>
<g
id="g16118"
transform="translate(-52.332684,9.7868769)">
transform="matrix(1.382882,0,0,1.382882,-230.56528,-8.2531392)">
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.23000004;fill:#3a3a3a;fill-opacity:1;stroke:#cccccc;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
style="opacity:0.23;fill:#3a3a3a;fill-opacity:1;stroke:#cccccc;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-1-7-5"
width="22.396215"
height="22.763296"
@ -176,7 +180,7 @@
y="73.547592" />
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:1;fill:#e6e7e8;fill-opacity:1;stroke:#bbbcbe;stroke-width:1.81155717;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
style="opacity:1;fill:#e6e7e8;fill-opacity:1;stroke:#bbbcbe;stroke-width:1.81156;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-8-7"
width="22.396215"
height="22.763296"
@ -185,10 +189,10 @@
</g>
<g
id="g16130"
transform="translate(-63.031749,-36.448374)">
transform="matrix(1.382882,0,0,1.382882,-245.36082,-72.191036)">
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.23000004;fill:#3a3a3a;fill-opacity:1;stroke:#cccccc;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
style="opacity:0.23;fill:#3a3a3a;fill-opacity:1;stroke:#cccccc;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-1-7-4"
width="22.396215"
height="22.763296"
@ -196,7 +200,7 @@
y="125.23235" />
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:1;fill:#fce600;fill-opacity:1;stroke:#ffdd00;stroke-width:1.81155717;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
style="opacity:1;fill:#fce600;fill-opacity:1;stroke:#ffdd00;stroke-width:1.81156;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-8-1"
width="22.396215"
height="22.763296"
@ -205,10 +209,10 @@
</g>
<g
id="g16134"
transform="translate(-21.991414,-13.556902)">
transform="matrix(1.382882,0,0,1.382882,-188.60688,-40.534833)">
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.23000004;fill:#3a3a3a;fill-opacity:1;stroke:#cccccc;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
style="opacity:0.23;fill:#3a3a3a;fill-opacity:1;stroke:#cccccc;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-1-7-4-8"
width="22.396215"
height="22.763296"
@ -216,35 +220,27 @@
y="155.98396" />
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:1;fill:#39bced;fill-opacity:1;stroke:#008dd2;stroke-width:1.81155717;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
style="opacity:1;fill:#39bced;fill-opacity:1;stroke:#008dd2;stroke-width:1.81156;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-8-1-5"
width="22.396215"
height="22.763296"
x="457.04639"
y="151.73814" />
</g>
<ellipse
cx="162.57948"
cy="130.56163"
id="circle15605-2"
style="opacity:0.28400005;fill:#dedede;fill-opacity:1;stroke:none;stroke-width:1.67664468;stroke-miterlimit:10;stroke-opacity:1"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
rx="12.175604"
ry="11.748343" />
<g
transform="matrix(1,0,0,-1,-1.4637866,172.23262)"
transform="matrix(1.1275806,0,0,-1.3863773,-43.805381,216.69315)"
id="g16319-7">
<g
transform="matrix(0.17360723,-0.01209243,0.02906643,0.23495793,338.65257,-3.3304098)"
id="g16254-2"
style="fill:#dddddd;stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1">
style="fill:#dddddd;stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1">
<path
style="stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
style="stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-7-4-4"
d="m 298.19814,219.10584 c 4.66998,-0.36993 9.49727,-0.59529 14.4313,-0.74453 -3.38888,-2.33752 -7.01599,-4.64281 -10.88167,-6.91665 -1.22376,2.67854 -1.95604,4.81755 -3.54963,7.66118 z" />
<path
style="fill:none;stroke:#626262;stroke-width:10.90854645;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
style="fill:none;stroke:#626262;stroke-width:10.9085;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-5-05-0"
d="M -1179.189,294.35837 C -917.46382,100.39401 -104.67048,54.838004 303.99415,216.71262"
@ -252,15 +248,15 @@
</g>
<g
transform="matrix(0.17360723,-0.01209243,0.02906643,0.23495793,391.54258,-4.5884323)"
style="display:inline;opacity:0.91011604;fill:#dddddd;stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
style="display:inline;opacity:0.910116;fill:#dddddd;stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="g16254-4-6">
<path
style="stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
style="stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-7-4-6-2"
d="m 298.19814,219.10584 c 4.66998,-0.36993 9.49727,-0.59529 14.4313,-0.74453 -3.38888,-2.33752 -7.01599,-4.64281 -10.88167,-6.91665 -1.22376,2.67854 -1.95604,4.81755 -3.54963,7.66118 z" />
<path
style="fill:none;stroke:#626262;stroke-width:10.90854645;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
style="fill:none;stroke:#626262;stroke-width:10.9085;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-5-05-2-9"
d="M -1176.1744,302.64497 C -914.44921,108.68061 -104.67048,54.838004 303.99415,216.71262"
@ -268,19 +264,19 @@
</g>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#483737;stroke-width:6.38899994;stroke-miterlimit:10"
style="display:inline;fill:#dddddd;stroke:#483737;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-1-0-3"
transform="matrix(0.20316841,-0.0122248,-0.02062295,0.23998804,124.45167,34.798418)"
inkscape:transform-center-x="5.5658533"
inkscape:transform-center-y="-10.420102">
transform="matrix(0.28095794,-0.01690546,-0.02851911,0.33187515,79.948427,21.209965)"
inkscape:transform-center-x="7.6969199"
inkscape:transform-center-y="-14.409772">
<path
style="stroke:#483737;stroke-width:35.52600098"
style="stroke:#483737;stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke:#483737;stroke-width:10.64900017;paint-order:markers fill stroke"
style="fill:none;stroke:#483737;stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
@ -289,12 +285,12 @@
</g>
<g
id="g16153"
transform="translate(5.540588,-5.3495332)">
transform="matrix(1.382882,0,0,1.382882,-84.491582,-34.309914)">
<ellipse
cx="179.0439"
cy="125.67704"
id="circle15601-9-4-6-2"
style="opacity:0.203;fill:#030303;fill-opacity:1;stroke:none;stroke-width:2.21405125;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
style="opacity:0.203;fill:#030303;fill-opacity:1;stroke:none;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
transform="matrix(0.98724272,-0.15922253,0.16239023,0.98672662,0,0)"
rx="12.399649"
ry="11.964526" />
@ -302,21 +298,21 @@
ry="11.748343"
rx="12.175604"
transform="matrix(-0.07418163,-0.99724475,0.99700153,-0.07738188,0,0)"
style="fill:#fce600;fill-opacity:1;stroke:#ffcc00;stroke-width:1.67664468;stroke-miterlimit:10;stroke-opacity:1"
style="fill:#fce600;fill-opacity:1;stroke:#ffcc00;stroke-width:1.67664;stroke-miterlimit:10;stroke-opacity:1"
id="circle15605"
cy="186.48853"
cx="-106.90229" />
</g>
<g
id="g16126"
transform="rotate(-4.8858794,434.29287,492.15443)"
inkscape:transform-center-x="-0.55451459"
inkscape:transform-center-y="2.8463494">
transform="matrix(1.3778571,-0.11778196,0.11778196,1.3778571,-135.32747,27.49973)"
inkscape:transform-center-x="-0.76683714"
inkscape:transform-center-y="3.9361668">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.203;fill:#030303;fill-opacity:1;stroke:none;stroke-width:2.21405125;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
style="opacity:0.203;fill:#030303;fill-opacity:1;stroke:none;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-6"
cy="76.348717"
cx="173.35909" />
@ -324,7 +320,7 @@
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:2.21405125;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4"
cy="73.518608"
cx="172.10857" />

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
viewBox="0 0 595.3 189.5"
version="1.1"
id="svg15613"
sodipodi:docname="natural_transformation.svg"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
inkscape:version="1.2.2 (1:1.2.2+202212051552+b0a8486541)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<metadata
id="metadata15619">
<rdf:RDF>
@ -35,52 +35,56 @@
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2560"
inkscape:window-height="1376"
inkscape:window-width="1080"
inkscape:window-height="1864"
id="namedview15615"
showgrid="false"
inkscape:zoom="3.1026363"
inkscape:cx="287.20657"
inkscape:cy="112.27502"
inkscape:zoom="1.5513182"
inkscape:cx="263.00214"
inkscape:cy="115.38574"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg15613" />
inkscape:current-layer="svg15613"
inkscape:showpageshadow="2"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1" />
<g
id="g42748"
transform="matrix(1.3397762,-0.10017139,0.10080481,1.2924446,-197.932,-16.661939)" />
transform="matrix(1.3397762,-0.10017139,0.10080481,1.2924446,-222.38952,-6.42367)" />
<ellipse
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:2.26216698;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:0;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-4"
cy="105.22964"
cx="163.52002"
transform="matrix(0.99721659,-0.07455915,0.07775931,0.99697216,0,0)"
rx="94.738716"
ry="91.414192" />
cy="108.13276"
cx="162.27782"
transform="matrix(0.99687847,-0.0789514,0.07343263,0.99730018,0,0)"
rx="87.544991"
ry="89.419746" />
<g
id="g42748-8"
transform="matrix(1.3397762,-0.10017139,0.10080481,1.2924446,118.70837,-36.288284)" />
transform="matrix(1.3397762,-0.10017139,0.10080481,1.2924446,94.250842,-26.050015)" />
<ellipse
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:2.26216698;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:0;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-4-1"
cy="124.43816"
cx="417.07675"
transform="matrix(0.99721659,-0.07455915,0.07775931,0.99697216,0,0)"
rx="94.738716"
ry="91.414192" />
cy="130.83025"
cx="435.94601"
transform="matrix(0.99687847,-0.0789514,0.07343263,0.99730018,0,0)"
rx="87.544991"
ry="89.419746" />
<g
id="g16319">
id="g16319"
transform="matrix(1.1372442,0,0,1.3982589,-36.781436,-23.511565)">
<g
transform="matrix(0.17360723,-0.01209243,0.02906643,0.23495793,334.83147,-5.2409574)"
id="g16254"
style="fill:#dddddd;stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1">
style="fill:#dddddd;stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1">
<path
style="stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
style="stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-7-4"
d="m 298.19814,219.10584 c 4.66998,-0.36993 9.49727,-0.59529 14.4313,-0.74453 -3.38888,-2.33752 -7.01599,-4.64281 -10.88167,-6.91665 -1.22376,2.67854 -1.95604,4.81755 -3.54963,7.66118 z" />
<path
style="fill:none;stroke:#626262;stroke-width:10.90854645;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
style="fill:none;stroke:#626262;stroke-width:10.9085;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-5-05"
d="M -1179.189,294.35837 C -917.46382,100.39401 -104.67048,54.838004 303.99415,216.71262"
@ -88,15 +92,15 @@
</g>
<g
transform="matrix(0.17360723,-0.01209243,0.02906643,0.23495793,391.54258,-4.5884323)"
style="display:inline;opacity:0.91011604;fill:#dddddd;stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
style="display:inline;opacity:0.910116;fill:#dddddd;stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="g16254-4">
<path
style="stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
style="stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-7-4-6"
d="m 298.19814,219.10584 c 4.66998,-0.36993 9.49727,-0.59529 14.4313,-0.74453 -3.38888,-2.33752 -7.01599,-4.64281 -10.88167,-6.91665 -1.22376,2.67854 -1.95604,4.81755 -3.54963,7.66118 z" />
<path
style="fill:none;stroke:#626262;stroke-width:10.90854645;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
style="fill:none;stroke:#626262;stroke-width:10.9085;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-5-05-2"
d="M -1176.1744,302.64497 C -914.44921,108.68061 -104.67048,54.838004 303.99415,216.71262"
@ -104,147 +108,19 @@
</g>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#483737;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-0-1-0-3-8"
transform="matrix(0.17071844,-0.00307217,0.02371191,0.24262732,383.02711,5.8353788)"
inkscape:transform-center-x="6.4482757"
inkscape:transform-center-y="-10.411233">
<path
style="stroke:#483737;stroke-width:35.52600098"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-50"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke:#483737;stroke-width:10.64900017;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-96"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#445500;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-0-1-0-3-5-7-2-1-4"
transform="matrix(0.17286333,-0.01124732,0.03606305,0.23769178,379.46153,64.563011)"
inkscape:transform-center-x="6.7949115"
inkscape:transform-center-y="-10.589917">
<path
style="stroke:#445500;stroke-width:35.52600098"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-0-2-2-0-4"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke:#445500;stroke-width:10.64900017;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-4-7-6-6-4"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<g
id="g16122"
transform="translate(-77.934021,65.192757)">
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.23000004;fill:#3a3a3a;fill-opacity:1;stroke:#cccccc;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-1-7"
width="22.396215"
height="22.763296"
x="463.26157"
y="78.332275" />
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:1;fill:#1a1a1a;fill-opacity:1;stroke:#4d4d4d;stroke-width:1.81155717;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-8"
width="22.396215"
height="22.763296"
x="459.48129"
y="71.800171" />
</g>
<g
id="g16118"
transform="translate(-52.332684,9.7868769)">
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.23000004;fill:#3a3a3a;fill-opacity:1;stroke:#cccccc;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-1-7-5"
width="22.396215"
height="22.763296"
x="439.1593"
y="73.547592" />
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:1;fill:#e6e7e8;fill-opacity:1;stroke:#bbbcbe;stroke-width:1.81155717;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-8-7"
width="22.396215"
height="22.763296"
x="435.14658"
y="69.540932" />
</g>
<g
id="g16130"
transform="translate(-63.031749,-36.448374)">
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.23000004;fill:#3a3a3a;fill-opacity:1;stroke:#cccccc;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-1-7-4"
width="22.396215"
height="22.763296"
x="504.07468"
y="125.23235" />
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:1;fill:#fce600;fill-opacity:1;stroke:#ffdd00;stroke-width:1.81155717;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-8-1"
width="22.396215"
height="22.763296"
x="500.11612"
y="120.98653" />
</g>
<g
id="g16134"
transform="translate(-21.991414,-13.556902)">
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.23000004;fill:#3a3a3a;fill-opacity:1;stroke:#cccccc;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-1-7-4-8"
width="22.396215"
height="22.763296"
x="460.30893"
y="155.98396" />
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:1;fill:#39bced;fill-opacity:1;stroke:#008dd2;stroke-width:1.81155717;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-8-1-5"
width="22.396215"
height="22.763296"
x="457.04639"
y="151.73814" />
</g>
<ellipse
cx="162.57948"
cy="130.56163"
id="circle15605-2"
style="opacity:0.28400005;fill:#dedede;fill-opacity:1;stroke:none;stroke-width:1.67664468;stroke-miterlimit:10;stroke-opacity:1"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
rx="12.175604"
ry="11.748343" />
<g
transform="matrix(1,0,0,-1,-1.4637866,172.23262)"
transform="matrix(1.1372442,0,0,-1.3982589,-38.446118,217.31423)"
id="g16319-7">
<g
transform="matrix(0.17360723,-0.01209243,0.02906643,0.23495793,338.65257,-3.3304098)"
id="g16254-2"
style="fill:#dddddd;stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1">
style="fill:#dddddd;stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1">
<path
style="stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
style="stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-7-4-4"
d="m 298.19814,219.10584 c 4.66998,-0.36993 9.49727,-0.59529 14.4313,-0.74453 -3.38888,-2.33752 -7.01599,-4.64281 -10.88167,-6.91665 -1.22376,2.67854 -1.95604,4.81755 -3.54963,7.66118 z" />
<path
style="fill:none;stroke:#626262;stroke-width:10.90854645;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
style="fill:none;stroke:#626262;stroke-width:10.9085;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-5-05-0"
d="M -1179.189,294.35837 C -917.46382,100.39401 -104.67048,54.838004 303.99415,216.71262"
@ -252,15 +128,15 @@
</g>
<g
transform="matrix(0.17360723,-0.01209243,0.02906643,0.23495793,391.54258,-4.5884323)"
style="display:inline;opacity:0.91011604;fill:#dddddd;stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
style="display:inline;opacity:0.910116;fill:#dddddd;stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="g16254-4-6">
<path
style="stroke:#626262;stroke-width:11.10534096;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
style="stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-7-4-6-2"
d="m 298.19814,219.10584 c 4.66998,-0.36993 9.49727,-0.59529 14.4313,-0.74453 -3.38888,-2.33752 -7.01599,-4.64281 -10.88167,-6.91665 -1.22376,2.67854 -1.95604,4.81755 -3.54963,7.66118 z" />
<path
style="fill:none;stroke:#626262;stroke-width:10.90854645;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
style="fill:none;stroke:#626262;stroke-width:10.9085;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-5-05-2-9"
d="M -1176.1744,302.64497 C -914.44921,108.68061 -104.67048,54.838004 303.99415,216.71262"
@ -268,19 +144,19 @@
</g>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#483737;stroke-width:6.38899994;stroke-miterlimit:10"
style="display:inline;fill:#dddddd;stroke:#483737;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-1-0-3"
transform="matrix(0.20316841,-0.0122248,-0.02062295,0.23998804,124.45167,34.798418)"
inkscape:transform-center-x="5.5658533"
inkscape:transform-center-y="-10.420102">
transform="matrix(0.28336582,-0.01705034,-0.02876352,0.3347194,86.368292,20.155705)"
inkscape:transform-center-x="7.762883"
inkscape:transform-center-y="-14.533267">
<path
style="stroke:#483737;stroke-width:35.52600098"
style="stroke:#483737;stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke:#483737;stroke-width:10.64900017;paint-order:markers fill stroke"
style="fill:none;stroke:#483737;stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
@ -289,12 +165,12 @@
</g>
<g
id="g16153"
transform="translate(5.540588,-5.3495332)">
transform="matrix(1.3947337,0,0,1.3947337,-79.48101,-35.839995)">
<ellipse
cx="179.0439"
cy="125.67704"
id="circle15601-9-4-6-2"
style="opacity:0.203;fill:#030303;fill-opacity:1;stroke:none;stroke-width:2.21405125;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
style="opacity:0.203;fill:#030303;fill-opacity:1;stroke:none;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
transform="matrix(0.98724272,-0.15922253,0.16239023,0.98672662,0,0)"
rx="12.399649"
ry="11.964526" />
@ -302,21 +178,21 @@
ry="11.748343"
rx="12.175604"
transform="matrix(-0.07418163,-0.99724475,0.99700153,-0.07738188,0,0)"
style="fill:#fce600;fill-opacity:1;stroke:#ffcc00;stroke-width:1.67664468;stroke-miterlimit:10;stroke-opacity:1"
style="fill:#fce600;fill-opacity:1;stroke:#ffcc00;stroke-width:1.67664;stroke-miterlimit:10;stroke-opacity:1"
id="circle15605"
cy="186.48853"
cx="-106.90229" />
</g>
<g
id="g16126"
transform="rotate(-4.8858794,434.29287,492.15443)"
inkscape:transform-center-x="-0.55451459"
inkscape:transform-center-y="2.8463494">
transform="matrix(1.3896657,-0.11879138,0.11879138,1.3896657,-130.75259,26.49938)"
inkscape:transform-center-x="-0.77340527"
inkscape:transform-center-y="3.9699017">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.203;fill:#030303;fill-opacity:1;stroke:none;stroke-width:2.21405125;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
style="opacity:0.203;fill:#030303;fill-opacity:1;stroke:none;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-6"
cy="76.348717"
cx="173.35909" />
@ -324,49 +200,169 @@
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:2.21405125;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4"
cy="73.518608"
cx="172.10857" />
</g>
<g
style="display:inline;fill:#ff8080;stroke:#838383;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-0-4"
transform="matrix(5.1353759e-4,0.11248981,-0.15700975,0.00866299,446.34841,56.083512)">
style="display:inline;fill:#dddddd;stroke:#aa0000;stroke-width:6.389;stroke-miterlimit:10;stroke-opacity:1"
id="g1482-7-0-1-0-3-8-5"
transform="matrix(0.23810676,-0.00428486,0.0330718,0.33840049,384.25583,-13.420455)"
inkscape:transform-center-x="8.9936283"
inkscape:transform-center-y="-14.520899">
<path
style="fill:#ff8080;stroke-width:36.89830017"
style="stroke:#aa0000;stroke-width:35.526;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-9"
id="path1478-7-9-0-19-0-50-0"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke:#aa0000;stroke-width:10.649;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-96-4"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#aa0000;stroke-width:6.389;stroke-miterlimit:10;stroke-opacity:1"
id="g1482-7-0-1-0-3-5-7-2-1-4-8"
transform="matrix(0.24109831,-0.01568702,0.05029835,0.33151673,379.2828,68.488955)"
inkscape:transform-center-x="9.4770886"
inkscape:transform-center-y="-14.770115">
<path
style="stroke:#aa0000;stroke-width:35.526;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-0-2-2-0-4-7"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke:#aa0000;stroke-width:10.649;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-4-7-6-6-4-1"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<g
id="g16122-7"
transform="matrix(1.3947337,0,0,1.3947337,-258.66219,69.367285)">
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.23;fill:#3a3a3a;fill-opacity:1;stroke:#cccccc;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-1-7-2"
width="22.396215"
height="22.763296"
x="463.26157"
y="78.332275" />
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:1;fill:#1a1a1a;fill-opacity:1;stroke:#4d4d4d;stroke-width:1.81156;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-8-72"
width="22.396215"
height="22.763296"
x="459.48129"
y="71.800171" />
</g>
<g
id="g16118-2"
transform="matrix(1.3947337,0,0,1.3947337,-222.95515,-7.9091653)">
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.23;fill:#3a3a3a;fill-opacity:1;stroke:#cccccc;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-1-7-5-6"
width="22.396215"
height="22.763296"
x="439.1593"
y="73.547592" />
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:1;fill:#e6e7e8;fill-opacity:1;stroke:#bbbcbe;stroke-width:1.81156;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-8-7-1"
width="22.396215"
height="22.763296"
x="435.14658"
y="69.540932" />
</g>
<g
id="g16130-0"
transform="matrix(1.3947337,0,0,1.3947337,-237.87749,-72.395025)">
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.23;fill:#3a3a3a;fill-opacity:1;stroke:#cccccc;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-1-7-4-6"
width="22.396215"
height="22.763296"
x="504.07468"
y="125.23235" />
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:1;fill:#fce600;fill-opacity:1;stroke:#ffdd00;stroke-width:1.81156;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-8-1-1"
width="22.396215"
height="22.763296"
x="500.11612"
y="120.98653" />
</g>
<g
id="g16134-5"
transform="matrix(1.3947337,0,0,1.3947337,-180.63715,-40.467515)">
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.23;fill:#3a3a3a;fill-opacity:1;stroke:#cccccc;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-1-7-4-8-9"
width="22.396215"
height="22.763296"
x="460.30893"
y="155.98396" />
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:1;fill:#39bced;fill-opacity:1;stroke:#008dd2;stroke-width:1.81156;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-8-1-5-4"
width="22.396215"
height="22.763296"
x="457.04639"
y="151.73814" />
</g>
<g
style="display:inline;fill:#ff8080;stroke:#008000;stroke-width:6.389;stroke-miterlimit:10;stroke-opacity:1"
id="g1482-7-0-4-90"
transform="matrix(7.1624817e-4,0.15689333,-0.21898679,0.01208256,472.57218,56.662315)">
<path
style="fill:#ff8080;stroke:#008000;stroke-width:36.8983;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-9-9"
d="m 300.11147,308.89056 c 11.45734,-5.05862 23.31627,-9.60141 35.44547,-13.89029 -8.57402,-7.71646 -17.73121,-15.11655 -27.47244,-22.20324 -2.74504,12.60642 -4.33418,22.49306 -7.97303,36.09353 z" />
<path
style="fill:#ff8080;stroke-width:14.27690029;paint-order:markers fill stroke"
style="fill:#ff8080;stroke:#008000;stroke-width:14.2769;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-7"
id="path1480-1-3-7-1"
d="m 130.20492,307.63343 c 55.06889,-12.45337 125.33622,-12.58656 169.06769,-4.24803" />
<path
style="display:inline;fill:#ff8080;stroke:#838383;stroke-width:14.27690029;stroke-miterlimit:10;paint-order:markers fill stroke"
style="display:inline;fill:#ff8080;stroke:#008000;stroke-width:14.2769;stroke-miterlimit:10;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-7-9"
id="path1480-1-3-7-9-7"
d="M 130.14688,279.92717 C 185.21577,267.47379 255.4831,267.3406 299.21457,275.67914" />
</g>
<g
style="display:inline;fill:#ff8080;stroke:#838383;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-0-4-9"
transform="matrix(5.1353759e-4,0.11248981,-0.15700975,0.00866299,504.87511,57.063937)">
style="display:inline;fill:#ff8080;stroke:#008000;stroke-width:6.389;stroke-miterlimit:10;stroke-opacity:1"
id="g1482-7-0-4-9-7"
transform="matrix(7.1624817e-4,0.15689333,-0.21898679,0.01208256,554.20134,58.029745)">
<path
style="fill:#ff8080;stroke-width:36.89830017"
style="fill:#ff8080;stroke:#008000;stroke-width:36.8983;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-9-0"
id="path1478-7-9-9-0-1"
d="m 300.11147,308.89056 c 11.45734,-5.05862 23.31627,-9.60141 35.44547,-13.89029 -8.57402,-7.71646 -17.73121,-15.11655 -27.47244,-22.20324 -2.74504,12.60642 -4.33418,22.49306 -7.97303,36.09353 z" />
<path
style="fill:#ff8080;stroke-width:14.27690029;paint-order:markers fill stroke"
style="fill:#ff8080;stroke:#008000;stroke-width:14.2769;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-7-8"
id="path1480-1-3-7-8-1"
d="m 130.20492,307.63343 c 55.06889,-12.45337 125.33622,-12.58656 169.06769,-4.24803" />
<path
style="display:inline;fill:#ff8080;stroke:#838383;stroke-width:14.27690029;stroke-miterlimit:10;paint-order:markers fill stroke"
style="display:inline;fill:#ff8080;stroke:#008000;stroke-width:14.2769;stroke-miterlimit:10;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-7-9-1"
id="path1480-1-3-7-9-1-5"
d="M 130.14688,279.92717 C 185.21577,267.47379 255.4831,267.3406 299.21457,275.67914" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -0,0 +1,384 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="0 0 595.3 189.5"
version="1.1"
id="svg15613"
sodipodi:docname="product_category.svg"
inkscape:version="1.2.2 (1:1.2.2+202212051552+b0a8486541)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<metadata
id="metadata15619">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs15617" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1080"
inkscape:window-height="1864"
id="namedview15615"
showgrid="false"
inkscape:zoom="2.6170507"
inkscape:cx="238.43634"
inkscape:cy="123.80349"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg15613"
inkscape:showpageshadow="2"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1" />
<g
id="g42748"
transform="matrix(1.8064408,-0.18998633,0.18891275,1.7424528,-330.75204,152.75635)" />
<g
id="g42748-8"
transform="matrix(1.8064408,-0.18998633,0.18891275,1.7424528,96.344053,113.32562)" />
<g
id="g42748-3"
transform="matrix(1.8064408,-0.18998633,0.18891275,1.7424528,-426.34254,-26.478175)" />
<g
id="g42748-8-7"
transform="matrix(1.8064408,-0.18998633,0.18891275,1.7424528,0.75353121,-65.908903)" />
<ellipse
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:0;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-4-6-1"
cy="126.61151"
cx="293.09616"
transform="matrix(0.99480921,-0.10175774,0.11080699,0.99384194,0,0)"
rx="97.769707"
ry="93.323944" />
<g
style="display:inline;fill:none;stroke:#008000;stroke-width:6.389;stroke-miterlimit:10;stroke-opacity:1"
id="g1482-7-0-1-0-3-0-1"
transform="matrix(0.26158411,-0.08541428,0.05502802,0.32097145,217.19349,5.8482411)"
inkscape:transform-center-x="10.68732"
inkscape:transform-center-y="-12.050429">
<path
style="fill:none;stroke:#008000;stroke-width:35.526;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-2-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="fill:none;stroke:#008000;stroke-width:10.649;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-3-4"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<g
style="display:inline;fill:none;stroke:#008000;stroke-width:6.389;stroke-miterlimit:10;stroke-opacity:1"
id="g1482-7-0-1-0-3-0-1-9"
transform="matrix(0.26158411,-0.08541428,0.05502802,0.32097145,229.54823,96.554507)"
inkscape:transform-center-x="10.68732"
inkscape:transform-center-y="-12.050429">
<path
style="fill:none;stroke:#008000;stroke-width:35.526;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-2-9-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:none;stroke:#008000;stroke-width:10.649;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-3-4-6"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#aa0000;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-1-0-3-0"
transform="matrix(0.05911836,0.26875057,-0.32484067,0.02300631,408.43203,19.280994)"
inkscape:transform-center-x="-13.251422"
inkscape:transform-center-y="-9.5329332">
<path
style="stroke:#aa0000;stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-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:none;stroke:#aa0000;stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-3"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#aa0000;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-1-0-3-0-0"
transform="matrix(0.09164294,0.25946757,-0.3195643,0.062685,305.95693,20.796554)"
inkscape:transform-center-x="-11.742481"
inkscape:transform-center-y="-10.950547">
<path
style="stroke:#aa0000;stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-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:none;stroke:#aa0000;stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-3-8"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<g
id="g22110"
transform="matrix(0.74973096,0,0,0.74973096,63.63187,-143.46508)">
<g
id="g16126-2-7-1-6"
transform="matrix(2.7210883,-0.31550515,0.31550515,2.7210883,-249.93277,163.80122)"
inkscape:transform-center-x="-1.7534042"
inkscape:transform-center-y="7.747707"
style="fill:#000000;fill-opacity:1;stroke-width:0.890368;stroke-dasharray:none">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.203;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.89037;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-6-28-8-06-1"
cy="76.348717"
cx="173.35909" />
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#ffffff;fill-opacity:1;stroke:#bbbcbe;stroke-width:0.89037;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-4-32-5"
cy="73.518608"
cx="172.10857" />
</g>
<g
id="g16126-2"
transform="matrix(1.3429807,-0.15571613,0.15571613,1.3429807,32.435996,270.30315)"
inkscape:transform-center-x="-0.86538355"
inkscape:transform-center-y="3.8238437">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9"
cy="35.279018"
cx="171.4617" />
</g>
<g
id="g16126-2-7"
transform="matrix(1.3429807,-0.15571613,0.15571613,1.3429807,-17.352618,119.10263)"
inkscape:transform-center-x="-0.86537927"
inkscape:transform-center-y="3.8238434"
style="fill:#000000;fill-opacity:1">
<g
id="g21847"
transform="translate(14.664614,100.86343)">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#ffffff;fill-opacity:1;stroke:#bbbcbe;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-4"
cy="45.03503"
cx="154.82559" />
<path
fill="#808285"
d="m 160.16385,39.610842 -3.45322,-0.295187 0.56732,-6.636634 c 0.0692,-0.809346 0.13375,-1.564735 0.24301,-2.207605 -0.2389,0.251334 -0.53175,0.498054 -0.87854,0.740162 l -1.50433,1.067121 -1.59608,-2.310462 4.61631,-3.13818 3.07552,0.262902 z"
id="path12009"
style="stroke-width:0.541531" />
</g>
</g>
</g>
<g
id="g22140"
transform="matrix(0.74973096,0,0,0.74973096,69.203436,-141.27083)">
<ellipse
ry="32.774647"
rx="33.966583"
transform="matrix(0.98199269,-0.1889189,0.1920696,0.98138131,0,0)"
style="opacity:0.203;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.43901;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-6-28-8-06-1-7"
cy="325.43878"
cx="313.86319" />
<ellipse
ry="32.774647"
rx="33.966583"
transform="matrix(0.98199269,-0.1889189,0.1920696,0.98138131,0,0)"
style="fill:#ffffff;fill-opacity:1;stroke:#bbbcbe;stroke-width:2.43901;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-4-32-5-6"
cy="317.68619"
cx="310.43762" />
<g
id="g16126-2-5"
transform="matrix(1.3429807,-0.15571613,0.15571613,1.3429807,146.58262,251.0522)"
inkscape:transform-center-x="-0.86538355"
inkscape:transform-center-y="3.8238437">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-6"
cy="35.279018"
cx="171.4617" />
</g>
<g
id="g16126-2-7-5"
transform="matrix(1.3429807,-0.15571613,0.15571613,1.3429807,102.42212,200.0054)"
inkscape:transform-center-x="-0.8653801"
inkscape:transform-center-y="3.8238434"
style="fill:#000000;fill-opacity:1">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#ffffff;fill-opacity:1;stroke:#bbbcbe;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-4-3"
cy="73.518608"
cx="172.10857" />
<path
fill="#808285"
d="m 182.04407,67.08842 -9.37018,-0.800982 0.19432,-2.273238 3.43525,-2.945649 c 0.96769,-0.86673 1.63446,-1.479933 1.94012,-1.788904 0.30566,-0.308972 0.50044,-0.627422 0.63029,-0.839722 0.12984,-0.2123 0.20898,-0.484785 0.23268,-0.76201 0.0284,-0.332668 -0.0588,-0.619372 -0.26631,-0.804664 -0.20282,-0.240738 -0.47531,-0.319881 -0.91887,-0.357797 -0.38811,-0.03318 -0.84115,0.0398 -1.24822,0.2284 -0.40708,0.188602 -0.93452,0.478615 -1.47617,0.934963 l -1.74625,-2.439122 c 0.71747,-0.553019 1.30509,-0.893738 1.77235,-1.133045 0.46726,-0.239308 0.98048,-0.362987 1.54915,-0.481926 0.56867,-0.11894 1.12785,-0.126989 1.79319,-0.07011 0.83167,0.07109 1.59368,0.303781 2.17988,0.63314 0.58619,0.329359 1.10273,0.820313 1.44344,1.407938 0.34072,0.587625 0.45492,1.211737 0.39805,1.877075 -0.0427,0.499004 -0.14076,0.993267 -0.28483,1.371903 -0.1488,0.434079 -0.40376,0.803235 -0.7189,1.223096 -0.31514,0.419861 -0.68098,0.779538 -1.1672,1.240625 -0.48147,0.405642 -1.49987,1.21219 -3.05044,2.364193 l -0.009,0.11089 4.87914,0.417079 -0.24645,2.883131 z"
id="path12021"
style="stroke-width:0.55647" />
</g>
</g>
<g
id="g22120"
transform="matrix(0.74973096,0,0,0.74973096,7.3467682,-96.2666)">
<g
id="g16126-2-7-1-6-5"
transform="matrix(2.7210883,-0.31550515,0.31550515,2.7210883,-151.68119,214.18784)"
inkscape:transform-center-x="-1.7534042"
inkscape:transform-center-y="7.747707"
style="fill:#000000;fill-opacity:1;stroke-width:0.890368;stroke-dasharray:none">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.203;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.89037;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-6-28-8-06-1-2"
cy="76.348717"
cx="173.35909" />
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#ffffff;fill-opacity:1;stroke:#bbbcbe;stroke-width:0.89037;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-4-32-5-5"
cy="73.518608"
cx="172.10857" />
</g>
<g
id="g16126-2-7-4"
transform="matrix(1.3429807,-0.15571613,0.15571613,1.3429807,80.898965,169.48925)"
inkscape:transform-center-x="-0.86537927"
inkscape:transform-center-y="3.8238434"
style="fill:#000000;fill-opacity:1">
<g
id="g21847-4"
transform="translate(14.664614,100.86343)">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#ffffff;fill-opacity:1;stroke:#bbbcbe;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-4-30"
cy="45.03503"
cx="154.82559" />
<path
fill="#808285"
d="m 160.16385,39.610842 -3.45322,-0.295187 0.56732,-6.636634 c 0.0692,-0.809346 0.13375,-1.564735 0.24301,-2.207605 -0.2389,0.251334 -0.53175,0.498054 -0.87854,0.740162 l -1.50433,1.067121 -1.59608,-2.310462 4.61631,-3.13818 3.07552,0.262902 z"
id="path12009-7"
style="stroke-width:0.541531" />
</g>
</g>
<ellipse
ry="15.883503"
rx="16.461149"
transform="matrix(-0.10421827,-0.99455445,0.99421484,-0.10740972,0,0)"
style="fill:#fce600;fill-opacity:1;stroke:#ffcc00;stroke-width:2.26678;stroke-miterlimit:10;stroke-opacity:1"
id="circle15605-9-9"
cy="331.84833"
cx="-361.1647" />
</g>
<g
id="g22129"
transform="matrix(0.74973096,0,0,0.74973096,6.8485312,-89.944011)">
<g
id="g16126-2-7-1-6-4-8"
transform="matrix(2.7210883,-0.31550515,0.31550515,2.7210883,-37.534557,194.93688)"
inkscape:transform-center-x="-1.7534042"
inkscape:transform-center-y="7.747707"
style="fill:#000000;fill-opacity:1;stroke-width:0.890368;stroke-dasharray:none">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.203;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.89037;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-6-28-8-06-1-7-6"
cy="76.348717"
cx="173.35909" />
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#ffffff;fill-opacity:1;stroke:#bbbcbe;stroke-width:0.89037;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-4-32-5-6-8"
cy="73.518608"
cx="172.10857" />
</g>
<g
id="g16126-2-7-5-3"
transform="matrix(1.3429807,-0.15571613,0.15571613,1.3429807,200.6737,250.39202)"
inkscape:transform-center-x="-0.8653801"
inkscape:transform-center-y="3.8238434"
style="fill:#000000;fill-opacity:1">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#ffffff;fill-opacity:1;stroke:#bbbcbe;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-4-3-1"
cy="73.518608"
cx="172.10857" />
<path
fill="#808285"
d="m 182.04407,67.08842 -9.37018,-0.800982 0.19432,-2.273238 3.43525,-2.945649 c 0.96769,-0.86673 1.63446,-1.479933 1.94012,-1.788904 0.30566,-0.308972 0.50044,-0.627422 0.63029,-0.839722 0.12984,-0.2123 0.20898,-0.484785 0.23268,-0.76201 0.0284,-0.332668 -0.0588,-0.619372 -0.26631,-0.804664 -0.20282,-0.240738 -0.47531,-0.319881 -0.91887,-0.357797 -0.38811,-0.03318 -0.84115,0.0398 -1.24822,0.2284 -0.40708,0.188602 -0.93452,0.478615 -1.47617,0.934963 l -1.74625,-2.439122 c 0.71747,-0.553019 1.30509,-0.893738 1.77235,-1.133045 0.46726,-0.239308 0.98048,-0.362987 1.54915,-0.481926 0.56867,-0.11894 1.12785,-0.126989 1.79319,-0.07011 0.83167,0.07109 1.59368,0.303781 2.17988,0.63314 0.58619,0.329359 1.10273,0.820313 1.44344,1.407938 0.34072,0.587625 0.45492,1.211737 0.39805,1.877075 -0.0427,0.499004 -0.14076,0.993267 -0.28483,1.371903 -0.1488,0.434079 -0.40376,0.803235 -0.7189,1.223096 -0.31514,0.419861 -0.68098,0.779538 -1.1672,1.240625 -0.48147,0.405642 -1.49987,1.21219 -3.05044,2.364193 l -0.009,0.11089 4.87914,0.417079 -0.24645,2.883131 z"
id="path12021-4"
style="stroke-width:0.55647" />
</g>
<ellipse
ry="15.883503"
rx="16.461149"
transform="matrix(-0.10421827,-0.99455445,0.99421484,-0.10740972,0,0)"
style="fill:#fce600;fill-opacity:1;stroke:#ffcc00;stroke-width:2.26678;stroke-miterlimit:10;stroke-opacity:1"
id="circle15605-9-9-2"
cy="447.02319"
cx="-353.06204" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -0,0 +1,620 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="0 0 595.3 189.5"
version="1.1"
id="svg15613"
sodipodi:docname="product_category_natural_transformation.svg"
inkscape:version="1.2.2 (1:1.2.2+202212051552+b0a8486541)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<metadata
id="metadata15619">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs15617" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1080"
inkscape:window-height="1864"
id="namedview15615"
showgrid="false"
inkscape:zoom="1.8505343"
inkscape:cx="244.25378"
inkscape:cy="138.87881"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg15613"
inkscape:showpageshadow="2"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1" />
<ellipse
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:0;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-4-6-1-3"
cy="109.55424"
cx="141.67665"
transform="matrix(0.99480921,-0.10175774,0.11080699,0.99384194,0,0)"
rx="84.42717"
ry="80.58812" />
<g
style="display:inline;fill:none;stroke:#008000;stroke-width:6.389;stroke-miterlimit:10;stroke-opacity:1"
id="g1482-7-0-1-0-3-0-1-6"
transform="matrix(0.05844494,0.23032345,-0.27973133,0.02882572,240.54238,23.831812)"
inkscape:transform-center-x="-37.596545"
inkscape:transform-center-y="-11.22469">
<path
style="fill:none;stroke:#008000;stroke-width:35.526;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-2-9-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:none;stroke:#008000;stroke-width:10.649;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-3-4-63"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<g
style="display:inline;fill:none;stroke:#008000;stroke-width:6.389;stroke-miterlimit:10;stroke-opacity:1"
id="g1482-7-0-1-0-3-0-1-9-9"
transform="matrix(0.08080516,0.22346192,-0.27554235,0.05618677,156.19911,27.175062)"
inkscape:transform-center-x="41.812203"
inkscape:transform-center-y="-1.6579031">
<path
style="fill:none;stroke:#008000;stroke-width:35.526;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-2-9-2-4"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke:#008000;stroke-width:10.649;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-3-4-6-8"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<g
id="g22129-5"
transform="matrix(0.64741592,0,0,0.64741592,-104.90418,-66.111568)">
<g
id="g16126-2-7-1-6-4-8-9"
transform="matrix(2.7210883,-0.31550515,0.31550515,2.7210883,-37.534557,194.93688)"
inkscape:transform-center-x="-1.7534042"
inkscape:transform-center-y="7.747707"
style="fill:#000000;fill-opacity:1;stroke-width:0.890368;stroke-dasharray:none">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.203;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.89037;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-6-28-8-06-1-7-6-6"
cy="76.348717"
cx="173.35909" />
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#ffffff;fill-opacity:1;stroke:#bbbcbe;stroke-width:0.89037;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-4-32-5-6-8-2"
cy="73.518608"
cx="172.10857" />
</g>
<g
id="g16126-2-7-5-3-1"
transform="matrix(1.3429807,-0.15571613,0.15571613,1.3429807,200.6737,250.39202)"
inkscape:transform-center-x="-0.8653801"
inkscape:transform-center-y="3.8238434"
style="fill:#000000;fill-opacity:1">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#ffffff;fill-opacity:1;stroke:#bbbcbe;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-4-3-1-7"
cy="73.518608"
cx="172.10857" />
<path
fill="#808285"
d="m 182.04407,67.08842 -9.37018,-0.800982 0.19432,-2.273238 3.43525,-2.945649 c 0.96769,-0.86673 1.63446,-1.479933 1.94012,-1.788904 0.30566,-0.308972 0.50044,-0.627422 0.63029,-0.839722 0.12984,-0.2123 0.20898,-0.484785 0.23268,-0.76201 0.0284,-0.332668 -0.0588,-0.619372 -0.26631,-0.804664 -0.20282,-0.240738 -0.47531,-0.319881 -0.91887,-0.357797 -0.38811,-0.03318 -0.84115,0.0398 -1.24822,0.2284 -0.40708,0.188602 -0.93452,0.478615 -1.47617,0.934963 l -1.74625,-2.439122 c 0.71747,-0.553019 1.30509,-0.893738 1.77235,-1.133045 0.46726,-0.239308 0.98048,-0.362987 1.54915,-0.481926 0.56867,-0.11894 1.12785,-0.126989 1.79319,-0.07011 0.83167,0.07109 1.59368,0.303781 2.17988,0.63314 0.58619,0.329359 1.10273,0.820313 1.44344,1.407938 0.34072,0.587625 0.45492,1.211737 0.39805,1.877075 -0.0427,0.499004 -0.14076,0.993267 -0.28483,1.371903 -0.1488,0.434079 -0.40376,0.803235 -0.7189,1.223096 -0.31514,0.419861 -0.68098,0.779538 -1.1672,1.240625 -0.48147,0.405642 -1.49987,1.21219 -3.05044,2.364193 l -0.009,0.11089 4.87914,0.417079 -0.24645,2.883131 z"
id="path12021-4-8"
style="stroke-width:0.55647" />
</g>
<ellipse
ry="15.883503"
rx="16.461149"
transform="matrix(-0.10421827,-0.99455445,0.99421484,-0.10740972,0,0)"
style="fill:#fce600;fill-opacity:1;stroke:#ffcc00;stroke-width:2.26678;stroke-miterlimit:10;stroke-opacity:1"
id="circle15605-9-9-2-5"
cy="447.02319"
cx="-353.06204" />
</g>
<g
id="g33271"
transform="translate(11.319808,191.01952)">
<ellipse
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:0;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-4-1-1"
cy="-56.267555"
cx="438.38962"
transform="matrix(0.99687847,-0.0789514,0.07343263,0.99730018,0,0)"
rx="87.544991"
ry="89.419746" />
<g
style="display:inline;fill:#dddddd;stroke:#aa0000;stroke-width:6.389;stroke-miterlimit:10;stroke-opacity:1"
id="g1482-7-0-1-0-3-8-8"
transform="matrix(0.23810676,-0.00428486,0.0330718,0.33840049,376.49667,-200.71868)"
inkscape:transform-center-x="8.9936283"
inkscape:transform-center-y="-14.520899">
<path
style="stroke:#aa0000;stroke-width:35.526;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-50-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:none;stroke:#aa0000;stroke-width:10.649;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-96-9"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#aa0000;stroke-width:6.389;stroke-miterlimit:10;stroke-opacity:1"
id="g1482-7-0-1-0-3-5-7-2-1-4-7"
transform="matrix(0.24109831,-0.01568702,0.05029835,0.33151673,371.52364,-118.80927)"
inkscape:transform-center-x="9.4770886"
inkscape:transform-center-y="-14.770115">
<path
style="stroke:#aa0000;stroke-width:35.526;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-0-2-2-0-4-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:none;stroke:#aa0000;stroke-width:10.649;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-4-7-6-6-4-3"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<g
id="g16122-8"
transform="matrix(1.3947337,0,0,1.3947337,-266.42135,-117.93094)">
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.23;fill:#3a3a3a;fill-opacity:1;stroke:#cccccc;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-1-7-8"
width="22.396215"
height="22.763296"
x="463.26157"
y="78.332275" />
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:1;fill:#1a1a1a;fill-opacity:1;stroke:#4d4d4d;stroke-width:1.81156;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-8-3"
width="22.396215"
height="22.763296"
x="459.48129"
y="71.800171" />
</g>
<g
id="g16118-1"
transform="matrix(1.3947337,0,0,1.3947337,-230.71431,-195.20739)">
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.23;fill:#3a3a3a;fill-opacity:1;stroke:#cccccc;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-1-7-5-8"
width="22.396215"
height="22.763296"
x="439.1593"
y="73.547592" />
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:1;fill:#e6e7e8;fill-opacity:1;stroke:#bbbcbe;stroke-width:1.81156;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-8-7-9"
width="22.396215"
height="22.763296"
x="435.14658"
y="69.540932" />
</g>
<g
id="g16130-6"
transform="matrix(1.3947337,0,0,1.3947337,-245.63665,-259.69325)">
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.23;fill:#3a3a3a;fill-opacity:1;stroke:#cccccc;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-1-7-4-4"
width="22.396215"
height="22.763296"
x="504.07468"
y="125.23235" />
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:1;fill:#fce600;fill-opacity:1;stroke:#ffdd00;stroke-width:1.81156;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-8-1-3"
width="22.396215"
height="22.763296"
x="500.11612"
y="120.98653" />
</g>
<g
id="g16134-3"
transform="matrix(1.3947337,0,0,1.3947337,-188.39631,-227.76574)">
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.23;fill:#3a3a3a;fill-opacity:1;stroke:#cccccc;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-1-7-4-8-3"
width="22.396215"
height="22.763296"
x="460.30893"
y="155.98396" />
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:1;fill:#39bced;fill-opacity:1;stroke:#008dd2;stroke-width:1.81156;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-8-1-5-8"
width="22.396215"
height="22.763296"
x="457.04639"
y="151.73814" />
</g>
<g
style="display:inline;fill:#ff8080;stroke:#008000;stroke-width:6.389;stroke-miterlimit:10;stroke-opacity:1"
id="g1482-7-0-4-6"
transform="matrix(7.1624817e-4,0.15689333,-0.21898679,0.01208256,464.81302,-130.63591)">
<path
style="fill:#ff8080;stroke:#008000;stroke-width:36.8983;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-9-04"
d="m 300.11147,308.89056 c 11.45734,-5.05862 23.31627,-9.60141 35.44547,-13.89029 -8.57402,-7.71646 -17.73121,-15.11655 -27.47244,-22.20324 -2.74504,12.60642 -4.33418,22.49306 -7.97303,36.09353 z" />
<path
style="fill:#ff8080;stroke:#008000;stroke-width:14.2769;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-7-88"
d="m 130.20492,307.63343 c 55.06889,-12.45337 125.33622,-12.58656 169.06769,-4.24803" />
<path
style="display:inline;fill:#ff8080;stroke:#008000;stroke-width:14.2769;stroke-miterlimit:10;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-7-9-8"
d="M 130.14688,279.92717 C 185.21577,267.47379 255.4831,267.3406 299.21457,275.67914" />
</g>
<g
style="display:inline;fill:#ff8080;stroke:#008000;stroke-width:6.389;stroke-miterlimit:10;stroke-opacity:1"
id="g1482-7-0-4-9-9"
transform="matrix(7.1624817e-4,0.15689333,-0.21898679,0.01208256,546.44218,-129.26848)">
<path
style="fill:#ff8080;stroke:#008000;stroke-width:36.8983;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-9-0-7"
d="m 300.11147,308.89056 c 11.45734,-5.05862 23.31627,-9.60141 35.44547,-13.89029 -8.57402,-7.71646 -17.73121,-15.11655 -27.47244,-22.20324 -2.74504,12.60642 -4.33418,22.49306 -7.97303,36.09353 z" />
<path
style="fill:#ff8080;stroke:#008000;stroke-width:14.2769;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-7-8-7"
d="m 130.20492,307.63343 c 55.06889,-12.45337 125.33622,-12.58656 169.06769,-4.24803" />
<path
style="display:inline;fill:#ff8080;stroke:#008000;stroke-width:14.2769;stroke-miterlimit:10;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-7-9-1-6"
d="M 130.14688,279.92717 C 185.21577,267.47379 255.4831,267.3406 299.21457,275.67914" />
</g>
</g>
<g
id="g42748"
transform="matrix(1.8064408,-0.18998633,0.18891275,1.7424528,-345.05745,152.27929)" />
<g
id="g42748-8"
transform="matrix(1.8064408,-0.18998633,0.18891275,1.7424528,82.038641,112.84856)" />
<g
id="g42748-3"
transform="matrix(1.8064408,-0.18998633,0.18891275,1.7424528,-440.64795,-26.955233)" />
<g
id="g42748-8-7"
transform="matrix(1.8064408,-0.18998633,0.18891275,1.7424528,-13.551881,-66.385961)" />
<g
id="g42748-6"
transform="matrix(1.3397762,-0.10017139,0.10080481,1.2924446,-339.34179,-197.78477)" />
<g
id="g42748-8-4"
transform="matrix(1.3397762,-0.10017139,0.10080481,1.2924446,-22.70143,-217.41111)" />
<g
id="g16319"
transform="matrix(1.1372442,0,0,1.3982589,6.3030976,-6.7086018)">
<g
transform="matrix(0.16982342,-0.00953618,0.02326195,0.23562036,332.01437,-2.4856069)"
style="display:inline;opacity:0.910116;fill:#dddddd;stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="g16254-4-4">
<path
style="stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-7-4-6-3"
d="m 296.52947,215.61926 c 4.44946,0.86804 8.93096,1.90714 13.4507,3.04247 -1.27344,-2.98356 -2.78389,-5.99934 -4.53107,-9.04812 -3.10309,2.10417 -5.36228,3.84757 -8.91963,6.00565 z" />
<path
style="fill:none;stroke:#626262;stroke-width:10.9085;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-5-05-2-0"
d="M -1267.4461,141.34363 C -850.83654,-40.59756 -84.442241,-3.4963302 303.99415,216.71262"
sodipodi:nodetypes="cc" />
</g>
</g>
<g
id="g16319-5"
transform="matrix(1.1064252,0.04870433,0.0660042,-1.30403,16.493391,183.12882)">
<g
transform="matrix(0.16982342,-0.00953618,0.02326195,0.23562036,332.01437,-2.4856069)"
style="display:inline;opacity:0.910116;fill:#dddddd;stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="g16254-4-4-6">
<path
style="stroke:#626262;stroke-width:11.1053;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-7-4-6-3-9"
d="m 296.52947,215.61926 c 4.44946,0.86804 8.93096,1.90714 13.4507,3.04247 -1.27344,-2.98356 -2.78389,-5.99934 -4.53107,-9.04812 -3.10309,2.10417 -5.36228,3.84757 -8.91963,6.00565 z" />
<path
style="fill:none;stroke:#626262;stroke-width:10.9085;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-5-05-2-0-2"
d="M -1263.4682,135.55687 C -846.85865,-46.384317 -84.442241,-3.4963302 303.99415,216.71262"
sodipodi:nodetypes="cc" />
</g>
</g>
<g
id="g42748-9"
transform="matrix(1.8064408,-0.18998633,0.18891275,1.7424528,-353.12021,-36.064217)" />
<g
id="g42748-8-77"
transform="matrix(1.8064408,-0.18998633,0.18891275,1.7424528,73.97588,-75.494947)" />
<g
id="g42748-3-6"
transform="matrix(1.8064408,-0.18998633,0.18891275,1.7424528,-448.71071,-215.29874)" />
<g
id="g42748-8-7-7"
transform="matrix(1.8064408,-0.18998633,0.18891275,1.7424528,-21.614641,-254.72947)" />
<g
id="g42748-6-7"
transform="matrix(1.3397762,-0.10017139,0.10080481,1.2924446,-347.40455,-386.12828)" />
<g
id="g42748-8-4-4"
transform="matrix(1.3397762,-0.10017139,0.10080481,1.2924446,-30.76419,-405.75462)" />
<g
id="g22120-4"
transform="matrix(0.64741592,0,0,0.64741592,-42.100516,-158.8923)">
<g
id="g16126-2-7-1-6-5-4"
transform="matrix(2.7210883,-0.31550515,0.31550515,2.7210883,-151.68119,214.18784)"
inkscape:transform-center-x="-1.7534042"
inkscape:transform-center-y="7.747707"
style="fill:#000000;fill-opacity:1;stroke-width:0.890368;stroke-dasharray:none">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.203;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.89037;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-6-28-8-06-1-2-4"
cy="76.348717"
cx="173.35909" />
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#ffffff;fill-opacity:1;stroke:#bbbcbe;stroke-width:0.89037;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-4-32-5-5-4"
cy="73.518608"
cx="172.10857" />
</g>
<g
id="g16126-2-7-4-7"
transform="matrix(1.3429807,-0.15571613,0.15571613,1.3429807,80.898965,169.48925)"
inkscape:transform-center-x="-0.86537927"
inkscape:transform-center-y="3.8238434"
style="fill:#000000;fill-opacity:1">
<g
id="g21847-4-6"
transform="translate(14.664614,100.86343)">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#ffffff;fill-opacity:1;stroke:#bbbcbe;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-4-30-3"
cy="45.03503"
cx="154.82559" />
<path
fill="#808285"
d="m 160.16385,39.610842 -3.45322,-0.295187 0.56732,-6.636634 c 0.0692,-0.809346 0.13375,-1.564735 0.24301,-2.207605 -0.2389,0.251334 -0.53175,0.498054 -0.87854,0.740162 l -1.50433,1.067121 -1.59608,-2.310462 4.61631,-3.13818 3.07552,0.262902 z"
id="path12009-7-1"
style="stroke-width:0.541531" />
</g>
</g>
<ellipse
ry="15.883503"
rx="16.461149"
transform="matrix(-0.10421827,-0.99455445,0.99421484,-0.10740972,0,0)"
style="fill:#fce600;fill-opacity:1;stroke:#ffcc00;stroke-width:2.26678;stroke-miterlimit:10;stroke-opacity:1"
id="circle15605-9-9-7"
cy="331.84833"
cx="-361.1647" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#aa0000;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-1-0-3-0-12"
transform="matrix(0.22888474,-0.06384735,0.03539868,0.27897575,77.612934,10.315042)"
inkscape:transform-center-x="14.924518"
inkscape:transform-center-y="-39.444189">
<path
style="fill:none;stroke:#aa0000;stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-3-9"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
<path
style="stroke:#aa0000;stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-2-93"
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" />
</g>
<g
id="g22110-5"
transform="matrix(0.64741592,0,0,0.64741592,-55.869996,-112.32867)">
<g
id="g16126-2-7-1-6-0"
transform="matrix(2.7210883,-0.31550515,0.31550515,2.7210883,-249.93277,163.80122)"
inkscape:transform-center-x="-1.7534042"
inkscape:transform-center-y="7.747707"
style="fill:#000000;fill-opacity:1;stroke-width:0.890368;stroke-dasharray:none">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.203;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.89037;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-6-28-8-06-1-9"
cy="76.348717"
cx="173.35909" />
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#ffffff;fill-opacity:1;stroke:#bbbcbe;stroke-width:0.89037;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-4-32-5-63"
cy="73.518608"
cx="172.10857" />
</g>
<g
id="g16126-2-8"
transform="matrix(1.3429807,-0.15571613,0.15571613,1.3429807,32.435996,270.30315)"
inkscape:transform-center-x="-0.86538355"
inkscape:transform-center-y="3.8238437">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-5"
cy="35.279018"
cx="171.4617" />
</g>
<g
id="g16126-2-7-6"
transform="matrix(1.3429807,-0.15571613,0.15571613,1.3429807,-17.352618,119.10263)"
inkscape:transform-center-x="-0.86537927"
inkscape:transform-center-y="3.8238434"
style="fill:#000000;fill-opacity:1">
<g
id="g21847-1"
transform="translate(14.664614,100.86343)">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#ffffff;fill-opacity:1;stroke:#bbbcbe;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-4-1"
cy="45.03503"
cx="154.82559" />
<path
fill="#808285"
d="m 160.16385,39.610842 -3.45322,-0.295187 0.56732,-6.636634 c 0.0692,-0.809346 0.13375,-1.564735 0.24301,-2.207605 -0.2389,0.251334 -0.53175,0.498054 -0.87854,0.740162 l -1.50433,1.067121 -1.59608,-2.310462 4.61631,-3.13818 3.07552,0.262902 z"
id="path12009-5"
style="stroke-width:0.541531" />
</g>
</g>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#aa0000;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-1-0-3-0-0-0"
transform="matrix(0.22344611,-0.08084886,0.05624066,0.27553136,83.808614,95.343223)"
inkscape:transform-center-x="5.3193666"
inkscape:transform-center-y="41.134411">
<path
style="stroke:#aa0000;stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-2-6-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:none;stroke:#aa0000;stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-3-8-8"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<g
id="g22140-9"
transform="matrix(0.64741592,0,0,0.64741592,-116.46594,-27.325788)">
<ellipse
ry="32.774647"
rx="33.966583"
transform="matrix(0.98199269,-0.1889189,0.1920696,0.98138131,0,0)"
style="opacity:0.203;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.43901;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-6-28-8-06-1-7-8"
cy="325.43878"
cx="313.86319" />
<ellipse
ry="32.774647"
rx="33.966583"
transform="matrix(0.98199269,-0.1889189,0.1920696,0.98138131,0,0)"
style="fill:#ffffff;fill-opacity:1;stroke:#bbbcbe;stroke-width:2.43901;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-4-32-5-6-4"
cy="317.68619"
cx="310.43762" />
<g
id="g16126-2-5-8"
transform="matrix(1.3429807,-0.15571613,0.15571613,1.3429807,146.58262,251.0522)"
inkscape:transform-center-x="-0.86538355"
inkscape:transform-center-y="3.8238437">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-6-1"
cy="35.279018"
cx="171.4617" />
</g>
<g
id="g16126-2-7-5-0"
transform="matrix(1.3429807,-0.15571613,0.15571613,1.3429807,102.42212,200.0054)"
inkscape:transform-center-x="-0.8653801"
inkscape:transform-center-y="3.8238434"
style="fill:#000000;fill-opacity:1">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#ffffff;fill-opacity:1;stroke:#bbbcbe;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-4-3-3"
cy="73.518608"
cx="172.10857" />
<path
fill="#808285"
d="m 182.04407,67.08842 -9.37018,-0.800982 0.19432,-2.273238 3.43525,-2.945649 c 0.96769,-0.86673 1.63446,-1.479933 1.94012,-1.788904 0.30566,-0.308972 0.50044,-0.627422 0.63029,-0.839722 0.12984,-0.2123 0.20898,-0.484785 0.23268,-0.76201 0.0284,-0.332668 -0.0588,-0.619372 -0.26631,-0.804664 -0.20282,-0.240738 -0.47531,-0.319881 -0.91887,-0.357797 -0.38811,-0.03318 -0.84115,0.0398 -1.24822,0.2284 -0.40708,0.188602 -0.93452,0.478615 -1.47617,0.934963 l -1.74625,-2.439122 c 0.71747,-0.553019 1.30509,-0.893738 1.77235,-1.133045 0.46726,-0.239308 0.98048,-0.362987 1.54915,-0.481926 0.56867,-0.11894 1.12785,-0.126989 1.79319,-0.07011 0.83167,0.07109 1.59368,0.303781 2.17988,0.63314 0.58619,0.329359 1.10273,0.820313 1.44344,1.407938 0.34072,0.587625 0.45492,1.211737 0.39805,1.877075 -0.0427,0.499004 -0.14076,0.993267 -0.28483,1.371903 -0.1488,0.434079 -0.40376,0.803235 -0.7189,1.223096 -0.31514,0.419861 -0.68098,0.779538 -1.1672,1.240625 -0.48147,0.405642 -1.49987,1.21219 -3.05044,2.364193 l -0.009,0.11089 4.87914,0.417079 -0.24645,2.883131 z"
id="path12021-0"
style="stroke-width:0.55647" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 31 KiB

View File

@ -0,0 +1,559 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="0 0 595.3 189.5"
version="1.1"
id="svg15613"
sodipodi:docname="product_category_target_category.svg"
inkscape:version="1.2.2 (1:1.2.2+202212051552+b0a8486541)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<metadata
id="metadata15619">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs15617" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1080"
inkscape:window-height="1864"
id="namedview15615"
showgrid="false"
inkscape:zoom="1.8505343"
inkscape:cx="306.398"
inkscape:cy="75.653826"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg15613"
inkscape:showpageshadow="2"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:lockguides="true" />
<g
id="g42748"
transform="matrix(1.8064408,-0.18998633,0.18891275,1.7424528,-330.75204,152.75635)" />
<g
id="g42748-8"
transform="matrix(1.8064408,-0.18998633,0.18891275,1.7424528,96.344053,113.32562)" />
<g
id="g42748-3"
transform="matrix(1.8064408,-0.18998633,0.18891275,1.7424528,-426.34254,-26.478175)" />
<g
id="g42748-8-7"
transform="matrix(1.8064408,-0.18998633,0.18891275,1.7424528,0.75353121,-65.908903)" />
<ellipse
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:0;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-4-6-1"
cy="115.18488"
cx="153.36613"
transform="matrix(0.99480921,-0.10175774,0.11080699,0.99384194,0,0)"
rx="84.42717"
ry="80.58812" />
<g
style="display:inline;fill:none;stroke:#008000;stroke-width:6.389;stroke-miterlimit:10;stroke-opacity:1"
id="g1482-7-0-1-0-3-0-1"
transform="matrix(0.05844494,0.23032345,-0.27973133,0.02882572,252.7951,28.238267)"
inkscape:transform-center-x="-37.596545"
inkscape:transform-center-y="-11.22469">
<path
style="fill:none;stroke:#008000;stroke-width:35.526;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-2-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="fill:none;stroke:#008000;stroke-width:10.649;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-3-4"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<g
style="display:inline;fill:none;stroke:#008000;stroke-width:6.389;stroke-miterlimit:10;stroke-opacity:1"
id="g1482-7-0-1-0-3-0-1-9"
transform="matrix(0.08080516,0.22346192,-0.27554235,0.05618677,168.45183,31.581522)"
inkscape:transform-center-x="41.812203"
inkscape:transform-center-y="-1.6579031">
<path
style="fill:none;stroke:#008000;stroke-width:35.526;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-2-9-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:none;stroke:#008000;stroke-width:10.649;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-3-4-6"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#aa0000;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-1-0-3-0"
transform="matrix(0.22888474,-0.06384735,0.03539868,0.27897575,89.865653,14.721504)"
inkscape:transform-center-x="14.924518"
inkscape:transform-center-y="-39.444189">
<path
style="stroke:#aa0000;stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-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:none;stroke:#aa0000;stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-3"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#aa0000;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-1-0-3-0-0"
transform="matrix(0.22344611,-0.08084886,0.05624066,0.27553136,96.061332,99.749679)"
inkscape:transform-center-x="5.3193666"
inkscape:transform-center-y="41.134411">
<path
style="stroke:#aa0000;stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-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:none;stroke:#aa0000;stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-3-8"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<g
id="g22110"
transform="matrix(0.64741592,0,0,0.64741592,-43.617283,-107.92221)">
<g
id="g16126-2-7-1-6"
transform="matrix(2.7210883,-0.31550515,0.31550515,2.7210883,-249.93277,163.80122)"
inkscape:transform-center-x="-1.7534042"
inkscape:transform-center-y="7.747707"
style="fill:#000000;fill-opacity:1;stroke-width:0.890368;stroke-dasharray:none">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.203;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.89037;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-6-28-8-06-1"
cy="76.348717"
cx="173.35909" />
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#ffffff;fill-opacity:1;stroke:#bbbcbe;stroke-width:0.89037;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-4-32-5"
cy="73.518608"
cx="172.10857" />
</g>
<g
id="g16126-2"
transform="matrix(1.3429807,-0.15571613,0.15571613,1.3429807,32.435996,270.30315)"
inkscape:transform-center-x="-0.86538355"
inkscape:transform-center-y="3.8238437">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9"
cy="35.279018"
cx="171.4617" />
</g>
<g
id="g16126-2-7"
transform="matrix(1.3429807,-0.15571613,0.15571613,1.3429807,-17.352618,119.10263)"
inkscape:transform-center-x="-0.86537927"
inkscape:transform-center-y="3.8238434"
style="fill:#000000;fill-opacity:1">
<g
id="g21847"
transform="translate(14.664614,100.86343)">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#ffffff;fill-opacity:1;stroke:#bbbcbe;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-4"
cy="45.03503"
cx="154.82559" />
<path
fill="#808285"
d="m 160.16385,39.610842 -3.45322,-0.295187 0.56732,-6.636634 c 0.0692,-0.809346 0.13375,-1.564735 0.24301,-2.207605 -0.2389,0.251334 -0.53175,0.498054 -0.87854,0.740162 l -1.50433,1.067121 -1.59608,-2.310462 4.61631,-3.13818 3.07552,0.262902 z"
id="path12009"
style="stroke-width:0.541531" />
</g>
</g>
</g>
<g
id="g22140"
transform="matrix(0.64741592,0,0,0.64741592,-104.21322,-22.919335)">
<ellipse
ry="32.774647"
rx="33.966583"
transform="matrix(0.98199269,-0.1889189,0.1920696,0.98138131,0,0)"
style="opacity:0.203;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.43901;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-6-28-8-06-1-7"
cy="325.43878"
cx="313.86319" />
<ellipse
ry="32.774647"
rx="33.966583"
transform="matrix(0.98199269,-0.1889189,0.1920696,0.98138131,0,0)"
style="fill:#ffffff;fill-opacity:1;stroke:#bbbcbe;stroke-width:2.43901;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-4-32-5-6"
cy="317.68619"
cx="310.43762" />
<g
id="g16126-2-5"
transform="matrix(1.3429807,-0.15571613,0.15571613,1.3429807,146.58262,251.0522)"
inkscape:transform-center-x="-0.86538355"
inkscape:transform-center-y="3.8238437">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-6"
cy="35.279018"
cx="171.4617" />
</g>
<g
id="g16126-2-7-5"
transform="matrix(1.3429807,-0.15571613,0.15571613,1.3429807,102.42212,200.0054)"
inkscape:transform-center-x="-0.8653801"
inkscape:transform-center-y="3.8238434"
style="fill:#000000;fill-opacity:1">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#ffffff;fill-opacity:1;stroke:#bbbcbe;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-4-3"
cy="73.518608"
cx="172.10857" />
<path
fill="#808285"
d="m 182.04407,67.08842 -9.37018,-0.800982 0.19432,-2.273238 3.43525,-2.945649 c 0.96769,-0.86673 1.63446,-1.479933 1.94012,-1.788904 0.30566,-0.308972 0.50044,-0.627422 0.63029,-0.839722 0.12984,-0.2123 0.20898,-0.484785 0.23268,-0.76201 0.0284,-0.332668 -0.0588,-0.619372 -0.26631,-0.804664 -0.20282,-0.240738 -0.47531,-0.319881 -0.91887,-0.357797 -0.38811,-0.03318 -0.84115,0.0398 -1.24822,0.2284 -0.40708,0.188602 -0.93452,0.478615 -1.47617,0.934963 l -1.74625,-2.439122 c 0.71747,-0.553019 1.30509,-0.893738 1.77235,-1.133045 0.46726,-0.239308 0.98048,-0.362987 1.54915,-0.481926 0.56867,-0.11894 1.12785,-0.126989 1.79319,-0.07011 0.83167,0.07109 1.59368,0.303781 2.17988,0.63314 0.58619,0.329359 1.10273,0.820313 1.44344,1.407938 0.34072,0.587625 0.45492,1.211737 0.39805,1.877075 -0.0427,0.499004 -0.14076,0.993267 -0.28483,1.371903 -0.1488,0.434079 -0.40376,0.803235 -0.7189,1.223096 -0.31514,0.419861 -0.68098,0.779538 -1.1672,1.240625 -0.48147,0.405642 -1.49987,1.21219 -3.05044,2.364193 l -0.009,0.11089 4.87914,0.417079 -0.24645,2.883131 z"
id="path12021"
style="stroke-width:0.55647" />
</g>
</g>
<g
id="g22120"
transform="matrix(0.64741592,0,0,0.64741592,-29.847805,-154.48584)">
<g
id="g16126-2-7-1-6-5"
transform="matrix(2.7210883,-0.31550515,0.31550515,2.7210883,-151.68119,214.18784)"
inkscape:transform-center-x="-1.7534042"
inkscape:transform-center-y="7.747707"
style="fill:#000000;fill-opacity:1;stroke-width:0.890368;stroke-dasharray:none">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.203;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.89037;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-6-28-8-06-1-2"
cy="76.348717"
cx="173.35909" />
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#ffffff;fill-opacity:1;stroke:#bbbcbe;stroke-width:0.89037;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-4-32-5-5"
cy="73.518608"
cx="172.10857" />
</g>
<g
id="g16126-2-7-4"
transform="matrix(1.3429807,-0.15571613,0.15571613,1.3429807,80.898965,169.48925)"
inkscape:transform-center-x="-0.86537927"
inkscape:transform-center-y="3.8238434"
style="fill:#000000;fill-opacity:1">
<g
id="g21847-4"
transform="translate(14.664614,100.86343)">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#ffffff;fill-opacity:1;stroke:#bbbcbe;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-4-30"
cy="45.03503"
cx="154.82559" />
<path
fill="#808285"
d="m 160.16385,39.610842 -3.45322,-0.295187 0.56732,-6.636634 c 0.0692,-0.809346 0.13375,-1.564735 0.24301,-2.207605 -0.2389,0.251334 -0.53175,0.498054 -0.87854,0.740162 l -1.50433,1.067121 -1.59608,-2.310462 4.61631,-3.13818 3.07552,0.262902 z"
id="path12009-7"
style="stroke-width:0.541531" />
</g>
</g>
<ellipse
ry="15.883503"
rx="16.461149"
transform="matrix(-0.10421827,-0.99455445,0.99421484,-0.10740972,0,0)"
style="fill:#fce600;fill-opacity:1;stroke:#ffcc00;stroke-width:2.26678;stroke-miterlimit:10;stroke-opacity:1"
id="circle15605-9-9"
cy="331.84833"
cx="-361.1647" />
</g>
<g
id="g22129"
transform="matrix(0.64741592,0,0,0.64741592,-92.65146,-61.705109)">
<g
id="g16126-2-7-1-6-4-8"
transform="matrix(2.7210883,-0.31550515,0.31550515,2.7210883,-37.534557,194.93688)"
inkscape:transform-center-x="-1.7534042"
inkscape:transform-center-y="7.747707"
style="fill:#000000;fill-opacity:1;stroke-width:0.890368;stroke-dasharray:none">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.203;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.89037;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-6-28-8-06-1-7-6"
cy="76.348717"
cx="173.35909" />
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#ffffff;fill-opacity:1;stroke:#bbbcbe;stroke-width:0.89037;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-4-32-5-6-8"
cy="73.518608"
cx="172.10857" />
</g>
<g
id="g16126-2-7-5-3"
transform="matrix(1.3429807,-0.15571613,0.15571613,1.3429807,200.6737,250.39202)"
inkscape:transform-center-x="-0.8653801"
inkscape:transform-center-y="3.8238434"
style="fill:#000000;fill-opacity:1">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#ffffff;fill-opacity:1;stroke:#bbbcbe;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-4-3-1"
cy="73.518608"
cx="172.10857" />
<path
fill="#808285"
d="m 182.04407,67.08842 -9.37018,-0.800982 0.19432,-2.273238 3.43525,-2.945649 c 0.96769,-0.86673 1.63446,-1.479933 1.94012,-1.788904 0.30566,-0.308972 0.50044,-0.627422 0.63029,-0.839722 0.12984,-0.2123 0.20898,-0.484785 0.23268,-0.76201 0.0284,-0.332668 -0.0588,-0.619372 -0.26631,-0.804664 -0.20282,-0.240738 -0.47531,-0.319881 -0.91887,-0.357797 -0.38811,-0.03318 -0.84115,0.0398 -1.24822,0.2284 -0.40708,0.188602 -0.93452,0.478615 -1.47617,0.934963 l -1.74625,-2.439122 c 0.71747,-0.553019 1.30509,-0.893738 1.77235,-1.133045 0.46726,-0.239308 0.98048,-0.362987 1.54915,-0.481926 0.56867,-0.11894 1.12785,-0.126989 1.79319,-0.07011 0.83167,0.07109 1.59368,0.303781 2.17988,0.63314 0.58619,0.329359 1.10273,0.820313 1.44344,1.407938 0.34072,0.587625 0.45492,1.211737 0.39805,1.877075 -0.0427,0.499004 -0.14076,0.993267 -0.28483,1.371903 -0.1488,0.434079 -0.40376,0.803235 -0.7189,1.223096 -0.31514,0.419861 -0.68098,0.779538 -1.1672,1.240625 -0.48147,0.405642 -1.49987,1.21219 -3.05044,2.364193 l -0.009,0.11089 4.87914,0.417079 -0.24645,2.883131 z"
id="path12021-4"
style="stroke-width:0.55647" />
</g>
<ellipse
ry="15.883503"
rx="16.461149"
transform="matrix(-0.10421827,-0.99455445,0.99421484,-0.10740972,0,0)"
style="fill:#fce600;fill-opacity:1;stroke:#ffcc00;stroke-width:2.26678;stroke-miterlimit:10;stroke-opacity:1"
id="circle15605-9-9-2"
cy="447.02319"
cx="-353.06204" />
</g>
<g
id="g42748-6"
transform="matrix(1.3397762,-0.10017139,0.10080481,1.2924446,-325.03638,-197.30771)" />
<g
id="g42748-8-4"
transform="matrix(1.3397762,-0.10017139,0.10080481,1.2924446,-8.396018,-216.93405)" />
<ellipse
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:0;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-4-1"
cy="132.12747"
cx="432.59995"
transform="matrix(0.99687847,-0.0789514,0.07343263,0.99730018,0,0)"
rx="87.544991"
ry="89.419746" />
<g
style="display:inline;fill:#dddddd;stroke:#aa0000;stroke-width:6.389;stroke-miterlimit:10;stroke-opacity:1"
id="g1482-7-0-1-0-3-8"
transform="matrix(0.23810676,-0.00428486,0.0330718,0.33840049,384.55943,-12.375168)"
inkscape:transform-center-x="8.9936283"
inkscape:transform-center-y="-14.520899">
<path
style="stroke:#aa0000;stroke-width:35.526;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-50"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke:#aa0000;stroke-width:10.649;paint-order:markers fill stroke;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-96"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#aa0000;stroke-width:6.389;stroke-miterlimit:10;stroke-opacity:1"
id="g1482-7-0-1-0-3-5-7-2-1-4"
transform="matrix(0.24109831,-0.01568702,0.05029835,0.33151673,379.5864,69.534242)"
inkscape:transform-center-x="9.4770886"
inkscape:transform-center-y="-14.770115">
<path
style="stroke:#aa0000;stroke-width:35.526;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-0-2-2-0-4"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke:#aa0000;stroke-width:10.649;paint-order:markers fill stroke;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-4-7-6-6-4"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<g
id="g16122"
transform="matrix(1.3947337,0,0,1.3947337,-258.35859,70.412572)">
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.23;fill:#3a3a3a;fill-opacity:1;stroke:#cccccc;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-1-7"
width="22.396215"
height="22.763296"
x="463.26157"
y="78.332275" />
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:1;fill:#1a1a1a;fill-opacity:1;stroke:#4d4d4d;stroke-width:1.81156;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-8"
width="22.396215"
height="22.763296"
x="459.48129"
y="71.800171" />
</g>
<g
id="g16118"
transform="matrix(1.3947337,0,0,1.3947337,-222.65155,-6.8638781)">
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.23;fill:#3a3a3a;fill-opacity:1;stroke:#cccccc;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-1-7-5"
width="22.396215"
height="22.763296"
x="439.1593"
y="73.547592" />
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:1;fill:#e6e7e8;fill-opacity:1;stroke:#bbbcbe;stroke-width:1.81156;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-8-7"
width="22.396215"
height="22.763296"
x="435.14658"
y="69.540932" />
</g>
<g
id="g16130"
transform="matrix(1.3947337,0,0,1.3947337,-237.57389,-71.349738)">
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.23;fill:#3a3a3a;fill-opacity:1;stroke:#cccccc;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-1-7-4"
width="22.396215"
height="22.763296"
x="504.07468"
y="125.23235" />
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:1;fill:#fce600;fill-opacity:1;stroke:#ffdd00;stroke-width:1.81156;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-8-1"
width="22.396215"
height="22.763296"
x="500.11612"
y="120.98653" />
</g>
<g
id="g16134"
transform="matrix(1.3947337,0,0,1.3947337,-180.33355,-39.422228)">
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.23;fill:#3a3a3a;fill-opacity:1;stroke:#cccccc;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-1-7-4-8"
width="22.396215"
height="22.763296"
x="460.30893"
y="155.98396" />
<rect
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:1;fill:#39bced;fill-opacity:1;stroke:#008dd2;stroke-width:1.81156;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect24164-8-1-5"
width="22.396215"
height="22.763296"
x="457.04639"
y="151.73814" />
</g>
<g
style="display:inline;fill:#ff8080;stroke:#008000;stroke-width:6.389;stroke-miterlimit:10;stroke-opacity:1"
id="g1482-7-0-4"
transform="matrix(7.1624817e-4,0.15689333,-0.21898679,0.01208256,472.87578,57.707602)">
<path
style="fill:#ff8080;stroke-width:36.8983;stroke:#008000;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-9"
d="m 300.11147,308.89056 c 11.45734,-5.05862 23.31627,-9.60141 35.44547,-13.89029 -8.57402,-7.71646 -17.73121,-15.11655 -27.47244,-22.20324 -2.74504,12.60642 -4.33418,22.49306 -7.97303,36.09353 z" />
<path
style="fill:#ff8080;stroke-width:14.2769;paint-order:markers fill stroke;stroke:#008000;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1480-1-3-7"
d="m 130.20492,307.63343 c 55.06889,-12.45337 125.33622,-12.58656 169.06769,-4.24803" />
<path
style="display:inline;fill:#ff8080;stroke:#008000;stroke-width:14.2769;stroke-miterlimit:10;paint-order:markers fill stroke;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1480-1-3-7-9"
d="M 130.14688,279.92717 C 185.21577,267.47379 255.4831,267.3406 299.21457,275.67914" />
</g>
<g
style="display:inline;fill:#ff8080;stroke:#008000;stroke-width:6.389;stroke-miterlimit:10;stroke-opacity:1"
id="g1482-7-0-4-9"
transform="matrix(7.1624817e-4,0.15689333,-0.21898679,0.01208256,554.50494,59.075032)">
<path
style="fill:#ff8080;stroke-width:36.8983;stroke:#008000;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-9-0"
d="m 300.11147,308.89056 c 11.45734,-5.05862 23.31627,-9.60141 35.44547,-13.89029 -8.57402,-7.71646 -17.73121,-15.11655 -27.47244,-22.20324 -2.74504,12.60642 -4.33418,22.49306 -7.97303,36.09353 z" />
<path
style="fill:#ff8080;stroke-width:14.2769;paint-order:markers fill stroke;stroke:#008000;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1480-1-3-7-8"
d="m 130.20492,307.63343 c 55.06889,-12.45337 125.33622,-12.58656 169.06769,-4.24803" />
<path
style="display:inline;fill:#ff8080;stroke:#008000;stroke-width:14.2769;stroke-miterlimit:10;paint-order:markers fill stroke;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1480-1-3-7-9-1"
d="M 130.14688,279.92717 C 185.21577,267.47379 255.4831,267.3406 299.21457,275.67914" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -0,0 +1,217 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="0 0 595.3 189.5"
version="1.1"
id="svg15613"
sodipodi:docname="product_components.svg"
inkscape:version="1.2.2 (1:1.2.2+202212051552+b0a8486541)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<metadata
id="metadata15619">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs15617" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1024"
id="namedview15615"
showgrid="false"
inkscape:zoom="3.7010686"
inkscape:cx="308.55953"
inkscape:cy="100.24132"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg15613"
inkscape:showpageshadow="2"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1" />
<g
id="g42748"
transform="matrix(1.8064408,-0.18998633,0.18891275,1.7424528,-318.95142,153.14016)" />
<g
id="g42748-8"
transform="matrix(1.8064408,-0.18998633,0.18891275,1.7424528,108.14467,113.70943)" />
<g
id="g42748-3"
transform="matrix(1.8064408,-0.18998633,0.18891275,1.7424528,-414.54192,-26.094364)" />
<ellipse
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:0;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-4-6"
cy="143.11365"
cx="436.97803"
transform="matrix(0.99404451,-0.10897482,0.10347127,0.99463244,0,0)"
rx="84.861298"
ry="86.678589" />
<g
id="g42748-8-7"
transform="matrix(1.8064408,-0.18998633,0.18891275,1.7424528,12.554148,-65.525092)" />
<g
id="g16153-7"
transform="matrix(1.3513633,-0.0407668,0.0407668,1.3513633,216.83856,-23.889083)">
<ellipse
cx="179.0439"
cy="125.67704"
id="circle15601-9-4-6-2-5"
style="opacity:0.203;fill:#030303;fill-opacity:1;stroke:none;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
transform="matrix(0.98724272,-0.15922253,0.16239023,0.98672662,0,0)"
rx="12.399649"
ry="11.964526" />
<ellipse
ry="11.748343"
rx="12.175604"
transform="matrix(-0.07418163,-0.99724475,0.99700153,-0.07738188,0,0)"
style="fill:#fce600;fill-opacity:1;stroke:#ffcc00;stroke-width:1.67664;stroke-miterlimit:10;stroke-opacity:1"
id="circle15605-9"
cy="186.48853"
cx="-106.90229" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#aa0000;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-1-0-3-0"
transform="matrix(0.27405597,-0.02480267,-0.01808556,0.32515176,379.16733,25.517761)"
inkscape:transform-center-x="7.9279302"
inkscape:transform-center-y="-14.494124">
<path
style="stroke:#aa0000;stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-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:none;stroke:#aa0000;stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-3"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<g
id="g16126-2"
transform="matrix(1.3429807,-0.15571613,0.15571613,1.3429807,168.98343,38.010413)"
inkscape:transform-center-x="-0.86538355"
inkscape:transform-center-y="3.8238437">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.203;fill:#030303;fill-opacity:1;stroke:none;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-6-28"
cy="76.348717"
cx="173.35909" />
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9"
cy="73.518608"
cx="172.10857" />
</g>
<ellipse
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:0;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-4-6-1"
cy="109.81017"
cx="159.48772"
transform="matrix(0.99404451,-0.10897482,0.10347127,0.99463244,0,0)"
rx="84.861298"
ry="86.678589" />
<g
style="display:inline;fill:none;stroke:#008000;stroke-width:6.389;stroke-miterlimit:10;stroke-opacity:1"
id="g1482-7-0-1-0-3-0-1"
transform="matrix(0.27405597,-0.02480267,-0.01808556,0.32515176,99.883641,22.632496)"
inkscape:transform-center-x="7.9279284"
inkscape:transform-center-y="-14.494124">
<path
style="fill:none;stroke:#008000;stroke-width:35.526;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path1478-7-9-0-19-0-2-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="fill:none;stroke:#008000;stroke-width:10.649;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1-5-7-3-4"
d="M 127.38575,78.377847 C 176.95734,66.301724 277.68509,72.076365 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<g
id="g16126-2-7"
transform="matrix(1.3429807,-0.15571613,0.15571613,1.3429807,-110.74407,31.108483)"
inkscape:transform-center-x="-0.86537927"
inkscape:transform-center-y="3.8238434"
style="fill:#000000;fill-opacity:1">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.203;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-6-28-8"
cy="76.348717"
cx="173.35909" />
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#ffffff;fill-opacity:1;stroke:#bbbcbe;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-4"
cy="73.518608"
cx="172.10857" />
<path
fill="#808285"
d="m 179.89114,66.501685 -3.45322,-0.295187 0.56732,-6.636634 c 0.0692,-0.809346 0.13375,-1.564735 0.24301,-2.207605 -0.2389,0.251334 -0.53175,0.498054 -0.87854,0.740162 l -1.50433,1.067121 -1.59608,-2.310462 4.61631,-3.13818 3.07552,0.262902 z"
id="path12009"
style="stroke-width:0.541531" />
</g>
<g
id="g16126-2-7-5"
transform="matrix(1.3429807,-0.15571613,0.15571613,1.3429807,-41.876468,37.498401)"
inkscape:transform-center-x="-0.8653801"
inkscape:transform-center-y="3.8238434"
style="fill:#000000;fill-opacity:1">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.203;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-6-28-8-0"
cy="76.348717"
cx="173.35909" />
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#ffffff;fill-opacity:1;stroke:#bbbcbe;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-4-3"
cy="73.518608"
cx="172.10857" />
<path
fill="#808285"
d="m 182.04407,67.08842 -9.37018,-0.800982 0.19432,-2.273238 3.43525,-2.945649 c 0.96769,-0.86673 1.63446,-1.479933 1.94012,-1.788904 0.30566,-0.308972 0.50044,-0.627422 0.63029,-0.839722 0.12984,-0.2123 0.20898,-0.484785 0.23268,-0.76201 0.0284,-0.332668 -0.0588,-0.619372 -0.26631,-0.804664 -0.20282,-0.240738 -0.47531,-0.319881 -0.91887,-0.357797 -0.38811,-0.03318 -0.84115,0.0398 -1.24822,0.2284 -0.40708,0.188602 -0.93452,0.478615 -1.47617,0.934963 l -1.74625,-2.439122 c 0.71747,-0.553019 1.30509,-0.893738 1.77235,-1.133045 0.46726,-0.239308 0.98048,-0.362987 1.54915,-0.481926 0.56867,-0.11894 1.12785,-0.126989 1.79319,-0.07011 0.83167,0.07109 1.59368,0.303781 2.17988,0.63314 0.58619,0.329359 1.10273,0.820313 1.44344,1.407938 0.34072,0.587625 0.45492,1.211737 0.39805,1.877075 -0.0427,0.499004 -0.14076,0.993267 -0.28483,1.371903 -0.1488,0.434079 -0.40376,0.803235 -0.7189,1.223096 -0.31514,0.419861 -0.68098,0.779538 -1.1672,1.240625 -0.48147,0.405642 -1.49987,1.21219 -3.05044,2.364193 l -0.009,0.11089 4.87914,0.417079 -0.24645,2.883131 z"
id="path12021"
style="stroke-width:0.55647" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.8 KiB

View File

@ -0,0 +1,304 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="0 0 595.3 189.5"
version="1.1"
id="svg15613"
sodipodi:docname="product_set.svg"
inkscape:version="1.2.2 (1:1.2.2+202212051552+b0a8486541)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<metadata
id="metadata15619">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs15617" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1024"
id="namedview15615"
showgrid="false"
inkscape:zoom="2.6170507"
inkscape:cx="238.81845"
inkscape:cy="123.80349"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg15613"
inkscape:showpageshadow="2"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1" />
<g
id="g42748"
transform="matrix(1.8064408,-0.18998633,0.18891275,1.7424528,-330.75204,148.75635)" />
<g
id="g42748-8"
transform="matrix(1.8064408,-0.18998633,0.18891275,1.7424528,96.344053,109.32562)" />
<g
id="g42748-3"
transform="matrix(1.8064408,-0.18998633,0.18891275,1.7424528,-426.34254,-30.478175)" />
<g
id="g42748-8-7"
transform="matrix(1.8064408,-0.18998633,0.18891275,1.7424528,0.75353121,-69.908903)" />
<ellipse
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:0;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-4-6-1"
cy="122.63211"
cx="293.5394"
transform="matrix(0.99480921,-0.10175774,0.11080699,0.99384194,0,0)"
rx="97.769707"
ry="93.323944" />
<g
id="g22110"
transform="matrix(0.74973096,0,0,0.74973096,83.185131,-148.81291)">
<g
id="g16126-2-7-1-6"
transform="matrix(2.7210883,-0.31550515,0.31550515,2.7210883,-249.93277,163.80122)"
inkscape:transform-center-x="-1.7534042"
inkscape:transform-center-y="7.747707"
style="fill:#000000;fill-opacity:1;stroke-width:0.890368;stroke-dasharray:none">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.203;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.89037;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-6-28-8-06-1"
cy="76.348717"
cx="173.35909" />
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#ffffff;fill-opacity:1;stroke:#bbbcbe;stroke-width:0.89037;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-4-32-5"
cy="73.518608"
cx="172.10857" />
</g>
<g
id="g16126-2"
transform="matrix(1.3429807,-0.15571613,0.15571613,1.3429807,32.435996,270.30315)"
inkscape:transform-center-x="-0.86538355"
inkscape:transform-center-y="3.8238437">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9"
cy="35.279018"
cx="171.4617" />
</g>
<g
id="g16126-2-7"
transform="matrix(1.3429807,-0.15571613,0.15571613,1.3429807,-17.352618,119.10263)"
inkscape:transform-center-x="-0.86537927"
inkscape:transform-center-y="3.8238434"
style="fill:#000000;fill-opacity:1">
<g
id="g21847"
transform="translate(14.664614,100.86343)">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#ffffff;fill-opacity:1;stroke:#bbbcbe;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-4"
cy="45.03503"
cx="154.82559" />
<path
fill="#808285"
d="m 160.16385,39.610842 -3.45322,-0.295187 0.56732,-6.636634 c 0.0692,-0.809346 0.13375,-1.564735 0.24301,-2.207605 -0.2389,0.251334 -0.53175,0.498054 -0.87854,0.740162 l -1.50433,1.067121 -1.59608,-2.310462 4.61631,-3.13818 3.07552,0.262902 z"
id="path12009"
style="stroke-width:0.541531" />
</g>
</g>
</g>
<g
id="g22140"
transform="matrix(0.74973096,0,0,0.74973096,65.831618,-141.89901)">
<ellipse
ry="32.774647"
rx="33.966583"
transform="matrix(0.98199269,-0.1889189,0.1920696,0.98138131,0,0)"
style="opacity:0.203;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.43901;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-6-28-8-06-1-7"
cy="325.43878"
cx="313.86319" />
<ellipse
ry="32.774647"
rx="33.966583"
transform="matrix(0.98199269,-0.1889189,0.1920696,0.98138131,0,0)"
style="fill:#ffffff;fill-opacity:1;stroke:#bbbcbe;stroke-width:2.43901;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-4-32-5-6"
cy="317.68619"
cx="310.43762" />
<g
id="g16126-2-5"
transform="matrix(1.3429807,-0.15571613,0.15571613,1.3429807,146.58262,251.0522)"
inkscape:transform-center-x="-0.86538355"
inkscape:transform-center-y="3.8238437">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#e6e7e8;stroke:#bbbcbe;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-6"
cy="35.279018"
cx="171.4617" />
</g>
<g
id="g16126-2-7-5"
transform="matrix(1.3429807,-0.15571613,0.15571613,1.3429807,102.42212,200.0054)"
inkscape:transform-center-x="-0.8653801"
inkscape:transform-center-y="3.8238434"
style="fill:#000000;fill-opacity:1">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#ffffff;fill-opacity:1;stroke:#bbbcbe;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-4-3"
cy="73.518608"
cx="172.10857" />
<path
fill="#808285"
d="m 182.04407,67.08842 -9.37018,-0.800982 0.19432,-2.273238 3.43525,-2.945649 c 0.96769,-0.86673 1.63446,-1.479933 1.94012,-1.788904 0.30566,-0.308972 0.50044,-0.627422 0.63029,-0.839722 0.12984,-0.2123 0.20898,-0.484785 0.23268,-0.76201 0.0284,-0.332668 -0.0588,-0.619372 -0.26631,-0.804664 -0.20282,-0.240738 -0.47531,-0.319881 -0.91887,-0.357797 -0.38811,-0.03318 -0.84115,0.0398 -1.24822,0.2284 -0.40708,0.188602 -0.93452,0.478615 -1.47617,0.934963 l -1.74625,-2.439122 c 0.71747,-0.553019 1.30509,-0.893738 1.77235,-1.133045 0.46726,-0.239308 0.98048,-0.362987 1.54915,-0.481926 0.56867,-0.11894 1.12785,-0.126989 1.79319,-0.07011 0.83167,0.07109 1.59368,0.303781 2.17988,0.63314 0.58619,0.329359 1.10273,0.820313 1.44344,1.407938 0.34072,0.587625 0.45492,1.211737 0.39805,1.877075 -0.0427,0.499004 -0.14076,0.993267 -0.28483,1.371903 -0.1488,0.434079 -0.40376,0.803235 -0.7189,1.223096 -0.31514,0.419861 -0.68098,0.779538 -1.1672,1.240625 -0.48147,0.405642 -1.49987,1.21219 -3.05044,2.364193 l -0.009,0.11089 4.87914,0.417079 -0.24645,2.883131 z"
id="path12021"
style="stroke-width:0.55647" />
</g>
</g>
<g
id="g22120"
transform="matrix(0.74973096,0,0,0.74973096,9.369262,-109.37006)">
<g
id="g16126-2-7-1-6-5"
transform="matrix(2.7210883,-0.31550515,0.31550515,2.7210883,-151.68119,214.18784)"
inkscape:transform-center-x="-1.7534042"
inkscape:transform-center-y="7.747707"
style="fill:#000000;fill-opacity:1;stroke-width:0.890368;stroke-dasharray:none">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.203;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.89037;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-6-28-8-06-1-2"
cy="76.348717"
cx="173.35909" />
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#ffffff;fill-opacity:1;stroke:#bbbcbe;stroke-width:0.89037;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-4-32-5-5"
cy="73.518608"
cx="172.10857" />
</g>
<g
id="g16126-2-7-4"
transform="matrix(1.3429807,-0.15571613,0.15571613,1.3429807,80.898965,169.48925)"
inkscape:transform-center-x="-0.86537927"
inkscape:transform-center-y="3.8238434"
style="fill:#000000;fill-opacity:1">
<g
id="g21847-4"
transform="translate(14.664614,100.86343)">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#ffffff;fill-opacity:1;stroke:#bbbcbe;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-4-30"
cy="45.03503"
cx="154.82559" />
<path
fill="#808285"
d="m 160.16385,39.610842 -3.45322,-0.295187 0.56732,-6.636634 c 0.0692,-0.809346 0.13375,-1.564735 0.24301,-2.207605 -0.2389,0.251334 -0.53175,0.498054 -0.87854,0.740162 l -1.50433,1.067121 -1.59608,-2.310462 4.61631,-3.13818 3.07552,0.262902 z"
id="path12009-7"
style="stroke-width:0.541531" />
</g>
</g>
<ellipse
ry="15.883503"
rx="16.461149"
transform="matrix(-0.10421827,-0.99455445,0.99421484,-0.10740972,0,0)"
style="fill:#fce600;fill-opacity:1;stroke:#ffcc00;stroke-width:2.26678;stroke-miterlimit:10;stroke-opacity:1"
id="circle15605-9-9"
cy="331.84833"
cx="-361.1647" />
</g>
<g
id="g22129"
transform="matrix(0.74973096,0,0,0.74973096,-8.322411,-99.675654)">
<g
id="g16126-2-7-1-6-4-8"
transform="matrix(2.7210883,-0.31550515,0.31550515,2.7210883,-37.534557,194.93688)"
inkscape:transform-center-x="-1.7534042"
inkscape:transform-center-y="7.747707"
style="fill:#000000;fill-opacity:1;stroke-width:0.890368;stroke-dasharray:none">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="opacity:0.203;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.89037;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-6-28-8-06-1-7-6"
cy="76.348717"
cx="173.35909" />
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#ffffff;fill-opacity:1;stroke:#bbbcbe;stroke-width:0.89037;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-4-32-5-6-8"
cy="73.518608"
cx="172.10857" />
</g>
<g
id="g16126-2-7-5-3"
transform="matrix(1.3429807,-0.15571613,0.15571613,1.3429807,200.6737,250.39202)"
inkscape:transform-center-x="-0.8653801"
inkscape:transform-center-y="3.8238434"
style="fill:#000000;fill-opacity:1">
<ellipse
ry="11.964526"
rx="12.399649"
transform="matrix(0.99721659,-0.07455915,0.0777593,0.99697216,0,0)"
style="fill:#ffffff;fill-opacity:1;stroke:#bbbcbe;stroke-width:2.21405;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="circle15601-9-4-9-4-3-1"
cy="73.518608"
cx="172.10857" />
<path
fill="#808285"
d="m 182.04407,67.08842 -9.37018,-0.800982 0.19432,-2.273238 3.43525,-2.945649 c 0.96769,-0.86673 1.63446,-1.479933 1.94012,-1.788904 0.30566,-0.308972 0.50044,-0.627422 0.63029,-0.839722 0.12984,-0.2123 0.20898,-0.484785 0.23268,-0.76201 0.0284,-0.332668 -0.0588,-0.619372 -0.26631,-0.804664 -0.20282,-0.240738 -0.47531,-0.319881 -0.91887,-0.357797 -0.38811,-0.03318 -0.84115,0.0398 -1.24822,0.2284 -0.40708,0.188602 -0.93452,0.478615 -1.47617,0.934963 l -1.74625,-2.439122 c 0.71747,-0.553019 1.30509,-0.893738 1.77235,-1.133045 0.46726,-0.239308 0.98048,-0.362987 1.54915,-0.481926 0.56867,-0.11894 1.12785,-0.126989 1.79319,-0.07011 0.83167,0.07109 1.59368,0.303781 2.17988,0.63314 0.58619,0.329359 1.10273,0.820313 1.44344,1.407938 0.34072,0.587625 0.45492,1.211737 0.39805,1.877075 -0.0427,0.499004 -0.14076,0.993267 -0.28483,1.371903 -0.1488,0.434079 -0.40376,0.803235 -0.7189,1.223096 -0.31514,0.419861 -0.68098,0.779538 -1.1672,1.240625 -0.48147,0.405642 -1.49987,1.21219 -3.05044,2.364193 l -0.009,0.11089 4.87914,0.417079 -0.24645,2.883131 z"
id="path12021-4"
style="stroke-width:0.55647" />
</g>
<ellipse
ry="15.883503"
rx="16.461149"
transform="matrix(-0.10421827,-0.99455445,0.99421484,-0.10740972,0,0)"
style="fill:#fce600;fill-opacity:1;stroke:#ffcc00;stroke-width:2.26678;stroke-miterlimit:10;stroke-opacity:1"
id="circle15605-9-9-2"
cy="447.02319"
cx="-353.06204" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 14 KiB