Merge branch 'master' into functors

This commit is contained in:
Boris Marinov 2021-11-15 18:15:20 +02:00
commit c21742160a
45 changed files with 5207 additions and 5652 deletions

View File

@ -15,8 +15,6 @@ title: About
{: style="text-align: right" }
Tom Lehrer
About this book
===

View File

@ -16,7 +16,7 @@ What is an Abstract Theory
Most scientific and mathematical theories have a specific domain, to which they are related, and in which they are valid. They are created with this domain in mind and are not intended to be used outside of it. For example, Darwin's theory of evolution is created so it explains how different biological species came to be. And quantum mechanics is a description of what particles are at the low scale. Even the work of most mathematicians, although it is not bound to a specific domain, is strongly related to it, as differential equations are linked to the description of events that change over time.
Set theory and category theory are different. They are not created for to provide a rigorous explanation of how a particular phenonium works, but to try to provide a more general framework for explaining all kinds of phenomena. Theories that are like that are called *abstract* theories. All theories *use abstraction*, else they would be pretty useless (without it Darwin would have to speak about specific animal species or even individual animals) but few are inherently abstract, so some of their core concepts are left unspecified. Or in other words, all theories are applicable outside of their domains, but set theory and category theory do not have a domain, to begin with.
Set theory and category theory are different. They are not created to provide a rigorous explanation of how a particular phenomenon works, but to try to provide a more general framework for explaining all kinds of phenomena. Theories that are like that are called *abstract* theories. All theories *use abstraction*, else they would be pretty useless (without it Darwin would have to speak about specific animal species or even individual animals) but few are inherently abstract, so some of their core concepts are left unspecified. Or in other words, all theories are applicable outside of their domains, but set theory and category theory do not have a domain, to begin with.
People have tried to be precise and at the same time down to Earth for centuries, and only recently discovered that "precise and down to Earth" is an oxymoron. Let's take Euclidian geometry as an example. Yes, Euclidian geometry is precise, because it is valid for all sets of objects, called ("point" "line" "angle" and "circle" etc.), which have relationships, as defined by the five famous axioms. Yes, geometry does, in many instances, describe the natural world, because there are many sets of objects which have these relations. However, its "precise" part and it's "down to Earth" part have nothing to do with each other. We can, for example, define a point as any stain on the floor of your room and that a line as a piece of duct tape, put on the same floor - that will be a completely valid application of the Euclidian laws, albeit not very useful one. Or we can try to use geometry to reason about points on the surface of the Earth, which is a very useful application, of geometry, however not of Euclidian geometry, because Euclidian geometry only describes points on a flat plane, and the Earth is not flat. You can argue that these are actually two separate theories there, which just happen to be perceived as one. You have the axioms, or the postulates on one hand, which are not useful for anything on their own, and you have applications in science and engineering which are somewhat based on them, but not quite.
@ -27,7 +27,7 @@ Everything in set theory is defined in terms of sets. A set is a collection of t
![Balls](elements.svg)
For example, let's construct a set, call it **G** (as grey), consisting of *all* of them. This is how we can mark it:
For example, let's construct a set, call it **G** (as gray), consisting of *all* of them. This is how we can mark it:
![The set of all balls](all.svg)
@ -41,9 +41,9 @@ The key insight about what a set it is that it enables you to reason about sever
Subsets
---
Let's construct one more set. The set of *all balls that are warm colour*. I will call it **Y**, because in the diagram is coloured in **y**ellow.
Let's construct one more set. The set of *all balls that are warm color*. I will call it **Y**, because in the diagram is colored in **y**ellow.
![Y - the set of all balls of warm colours](subset.svg)
![Y - the set of all balls of warm colors](subset.svg)
Notice that **Y** contains just elements that are also present in **G**. That is, every element of the set of **Y** is also an element in the set **G**. When two sets have this relation, we may say that **Y** is a *subset* of **G** (or **Y ⊆ G**).
@ -56,7 +56,7 @@ The set of all *red balls* contains just one ball.
![The singleton set of red balls](singleton.svg)
Like we said above, sets are all about for summarising *several* elements into one. Still, sets that contain just one element are perfectly valid. Simply, there are things which are one of a kind. Furthermore, if I have a function which expects a set of given items, here shouldn't be any issue if the "items" are just one item. Or to take a real-life example, the set of queens of England is a singleton set. The set of books written by the American writer Harper Lee and published during her lifetime is a singleton set - she has published just one novel.
Like we said above, sets are all about for summarizing *several* elements into one. Still, sets that contain just one element are perfectly valid. Simply, there are things which are one of a kind. Furthermore, if I have a function which expects a set of given items, here shouldn't be any issue if the "items" are just one item. Or to take a real-life example, the set of queens of England is a singleton set. The set of books written by the American writer Harper Lee and published during her lifetime is a singleton set - she has published just one novel.
The Empty set
---
@ -78,7 +78,6 @@ Functions
> By function I mean the unity of the act of arranging various representations under one common representation.
> Immanuel Kant, from Critique of Pure Reason
A function is a relationship between two sets that matches each element of one set, called the *source set* of the function, with exactly one element from another set, called the **target set** of the function.
These two sets are also called the *domain* and *codomain* of the function, or its *input* and *output*. In programming, they go by the name of *argument type* and *return type*. In logic, they correspond to the *premise* and *conclusion* (we will get there.) We might also say, depending on the situation, that a given function *goes* from this set to that other one, *connects* this set to the other. Or that it *converts* a value from this set to one of the the other one. These different terms show the many different faces of functions.
@ -116,11 +115,11 @@ Note that the question "Who is my child?" is *NOT* a straightforward function, b
The Identity Function
---
For every set **G**, no matter what it represents, we can define the function that does nothing, or in other words, a function which maps every element G to itself. It is called the *the identity function* of **G** or **idG: G → G**.
For every set **G**, no matter what it represents, we can define the function that does nothing, or in other words, a function which maps every element G to itself. It is called the *the identity function* of **G** or **id G: G → G**.
![The identity function](function_identity.svg)
You can think of **idG** as a function which represents the set **G** in the realm of functions. Its existence allows us to prove many theorems, that we "know" by intuition, formally.
You can think of **id G** as a function which represents the set **G** in the realm of functions. Its existence allows us to prove many theorems, that we "know" by intuition, formally.
Functions and Subsets
---
@ -179,7 +178,7 @@ I will use the occasion to reiterate some of the more important characteristics
Overall everything is permitted, as long as you can always provide exactly one result (also known as *The result™*) per value, and in mathematics almost always do. Actually, math is designed in a way so its operations are valid functions:
> Every generalisation of number has first presented itself as needed for some simple problem: negative numbers were needed in order that subtraction might be always possible, since otherwise a b would be meaningless if a were less than b; fractions were needed in order that division might be always possible; and complex numbers are needed in order that extraction of roots and solution of equations may be always possible.
> Every generalization of number has first presented itself as needed for some simple problem: negative numbers were needed in order that subtraction might be always possible, since otherwise a b would be meaningless if a were less than b; fractions were needed in order that division might be always possible; and complex numbers are needed in order that extraction of roots and solution of equations may be always possible.
> Bertrand Russell, from Introduction to Mathematical Philosophy
Note that most mathematical operations, such as addition, multiplication etc. require two numbers in order to produce a result. This does not mean that they are not functions, it means that they are just a little more fancy ones. Depending on what we need, we may present those operations as functions from the sets of *tuples* of numbers to the set of numbers, or we may say that they take a number and return a function. More on that later.
@ -203,7 +202,7 @@ Most of the types of programming are composite types - they are a combination of
**Question:** What is the type equivalent of subsets in programming?
**Question:** Do you recognise some of the basic functions we defined in programming languages you know?
**Question:** Do you recognize some of the basic functions we defined in programming languages you know?
Some functions in programming (also called methods, subroutines, etc.) kinda resemble mathematical functions - they sometimes take one value of a given type (or in other words, an element that belongs to a given set) and always return exactly one element which belongs to another type (or set). For example here is a function which that takes an argument of type `Char` and returns a `Boolean`, depending on whether the character is a letter.
@ -234,15 +233,15 @@ Unlike the set above, most sets that we discussed (like the empty set and single
![Sets that don't contains themselves](sets_dont_contain_themselves.svg)
In order to understand Russell's paradox we will try to visualise **the set all sets that do not contain themselves**. In the original set notation we can define this set as *Let R = { x => x ∉ x }* (let R be such that it contains all sets *x* such that *x* is not a member of *x*).
In order to understand Russell's paradox we will try to visualize **the set all sets that do not contain themselves**. In the original set notation we can define this set as *Let R = { x => x ∉ x }* (let R be such that it contains all sets *x* such that *x* is not a member of *x*).
![Russel's paradox - option one](russells_paradox.svg)
If we look at the definition, we recognise that the set that we just defined - *R* does not contain itself and therefore it belongs there as well.
If we look at the definition, we recognize that the set that we just defined - *R* does not contain itself and therefore it belongs there as well.
![Russel's paradox - option one](russells_paradox_2.svg)
Hm, something is not quite right with this diagram as well - Because of the new adjustments that we made *R* **contains itself**. And removing it from the set would just bring us back to the previous situation. This is Russell's paradox. There are, of couse, multiple theories that it does not apply to.
Hm, something is not quite right with this diagram as well - Because of the new adjustments that we made *R* **contains itself**. And removing it from the set would just bring us back to the previous situation. This is Russell's paradox. There are, of course, multiple theories that it does not apply to.
Functional Composition
===
@ -305,9 +304,9 @@ Notice that the function is invertible, that is if you flip its arrows you get a
![Opposite colors](isomorphism_one_one.svg)
Invertible functions are called *isomorphisms*. When there is an invertible function between two sets we can say that the sets are *isomorphic*. For example, the temperature measured in Celcius is isomorphic to the temperature, measured in Fahrenheit.
Invertible functions are called *isomorphisms*. When there is an invertible function between two sets we can say that the sets are *isomorphic*. For example, the temperature measured in Celsius is isomorphic to the temperature, measured in Fahrenheit.
More formally, two sets **R** and **G** are isomorphic, or **R ≅ G** if there exist functions **f: G → R** and its reverse **g R → G**, such that **f ∘ g = idR** and **g ∘ f = idG** (notice how the identity function comes in handy).
More formally, two sets **R** and **G** are isomorphic, or **R ≅ G** if there exist functions **f: G → R** and its reverse **g: R → G**, such that **f ∘ g = id R** and **g ∘ f = id G** (notice how the identity function comes in handy).
Isomorphism and equality
---
@ -329,7 +328,7 @@ Isomorphisms Between Singleton Sets
Between any two singleton sets, we may define the only possible function.
![The only possible function between sungletons](singleton_function.svg)
![The only possible function between singletons](singleton_function.svg)
The function is invertible, which means that all singleton sets are isomorphic to one another.

View File

@ -6,14 +6,14 @@ title: Categories
From Sets to Categories
===
In this chapter we will continue with set theory and at the same time we will start exploring categories, and talking about why they are important.
In this chapter we will continue with set theory, and at the same time we will start exploring categories and talking about why they are important.
Products
===
In the previous chapter, we needed a way to make a set that is a composite of other sets that we already have. For example, when we discussed mathematical functions, we couldn't define **+** and **-** functions, because we only knew about functions that take one argument. When we talked about programming, we talked about the primitive types, `Char` and `Number`, and we mentioned that most of the types are composite types. So how do we construct those?
The main composite type, of the sets **B** (which contains **b**-s) and the set **Y** (which contains **y**-s) is called the *cartesian product* or **B** and **Y**.
The simplest composite type, of the sets **B**, which contains **b**'s and the set **Y**, which contains **y**'s is the *product* of **B** and **Y**.
![Product parts](product_parts.svg)
@ -21,6 +21,8 @@ The product is the set of *ordered pairs* of **b**'s and **y**'s. It is denoted
![Product](product.svg)
The product is denoted **B x Y**, and it comes equipped with two functions for retrieving the **b** and the **y** from each **(b, y)**.
**Question**: Why is this called a product? Hint: How many elements does it have?
The Cartesian product was first defined by the mathematician and philosopher René Descartes as a basis for the Cartesian coordinate system. But as we shall see, it has many other use-cases.
@ -28,29 +30,29 @@ The Cartesian product was first defined by the mathematician and philosopher Ren
Products as Objects
---
We established that in programming sets resemble types and functions resemble functions. Products, in this case, are like stripped-out *classes* (also called *records* or *structs*). The composite sets (the ones which form the product) are just the class's fields (also called *members*). The functions for accessing them are like what programmers call *getter methods*.
We established that in programming, sets resemble types, and functions resemble functions. Products, in this case, are like stripped-out *classes* (also called *records* or *structs*). The composite sets (the ones which form the product) are just the class's fields (also called *members*). The functions for accessing them are like what programmers call *getter methods*.
For example, the famous OOP example of `Person` class with `name` and `age` fields is nothing more than a product of the set of strings, and the sets of numbers (we still haven't defined strings and lists in terms of set theory but we will get to that). Objects with more than two values can be expressed as products the composites of which are themselves products.
The famous example of object-oriented programming of a `Person` class with `name` and `age` fields is nothing more than a product of the set of strings, and the sets of numbers. (We still haven't defined strings and lists in terms of set theory but we will get to that.) Objects with more than two values can be expressed as products the composites of which are themselves products.
Using Products to Define Numeric Operations
---
Products can also be used for expressing functions which take more than one argument. For example, "plus" and "minus", are functions from the set of products of two numbers to the set of numbers. (so **+: R x R → R**). Of course, we cannot draw the function itself, even partly, because it has too much arrows and it would look messy.
Products can also be used for expressing functions which take more than one argument. For example, "plus" and "minus", are functions from the set of products of two numbers to the set of numbers. (So, **+: R x R → R**.) Of course, we cannot draw the function itself, even partly, because it has too much arrows and would look messy.
Joking, here it is.
![The plus function](plus.svg)
Note that there are languages where the *pair* datastructure (also called a *tuple*) is a first-level construct, and multi-argument functions are really implemented in this way.
Note that there are languages where the *pair* data structure (also called a *tuple*) is a first-level construct, and multi-argument functions are really implemented in this way.
Defining products in Terms of Sets
---
Now we will define the abstract concept of a product of two sets sets in terms of sets themselves. It is not hard: the product of two sets **Y** and **B** is just the set of all possible *ordered pairs*, which contain one element of the set **Y** and one element of the set **B**. Or formally speaking **Y x B = { (y, b) }** where **y ∈ Y, b ∈ B** (**∈** means "is an element of").
Now we will define the abstract concept of a product of two sets in terms of sets themselves. It is not hard: the product of two sets **Y** and **B** is just the set of all possible *ordered pairs*, which contain one element of the set **Y** and one element of the set **B**. Or formally speaking: **Y x B = { (y, b) }** where **y ∈ Y, b ∈ B** (**∈** means "is an element of").
![A pair](pair.svg)
The real challenge is defining what a pair means in terms of sets. Note that the pair have to be *ordered* (formally speaking **A x B ≠ B x A for all A and B **), so it cannot be just a set of the elements - some mathematical operations (such as addition) don't care about order, but others (such as subtraction) do.
The real challenge is defining what a pair means in terms of sets. Note that the pair have to be *ordered* (formally speaking **A x B ≠ B x A for all A and B**), so it cannot be just a set of the elements - some mathematical operations (such as addition) don't care about order, but others (such as subtraction) do.
In programming we have the ability to assign names to each member of an object, which accomplishes the same purpose as ordering does for pairs.
@ -69,7 +71,7 @@ Discovered in 1921 Kazimierz Kuratowski, this one uses just the component of the
Defining products in Terms of Functions
---
In the previous chapter we provided a definition of a product by *zooming in* the individual elements of the sets and seeing what they can be made of. This gave us a *low-level* view of products. This time we will try to do the opposite - be as oblivious to the contents of our sets as possible. Instead of zooming in we will *zoom out*, and try define the product in terms of functions and functional composition. Effectively we will be working at a *higher level* of abstraction.
In the previous chapter we provided a definition of a product by *zooming in* the individual elements of the sets and seeing what they can be made of. This gave us a *low-level* view of products. This time we will try to do the opposite - be as oblivious to the contents of our sets as possible. Instead of zooming in we will *zoom out*, and try to define the product in terms of functions and functional composition. Effectively we will be working at a *higher level* of abstraction.
So let's begin with an external diagram, showing the definition of the product. Disclaimer: I know that this is a somewhat weird notation, but don't worry, we will not be using it for very long.
@ -91,7 +93,7 @@ So how do we set apart the true product from all those "imposter" products? Simp
1. By definition, each "impostor" can be converted to both elements of the pair.
2. The pair is nothing more than the sum of its elements.
More formally, in order for a set **I** to serve as an impostor for the product of **B** and **Y** and there should be two functions, which we will call **b: I → B** and **y: I → Y**. In order to prove that **I** is an impostor we need a function **I → B x Y**. That function is simply (programmers will understand this best) **(a) → b(a) x y(a)** for each **a:I**.
More formally, in order for a set **I** to serve as an impostor for the product of **B** and **Y**, there should be two functions, which we will call **b: I → B** and **y: I → Y**. In order to prove that **I** is an impostor we need a function **I → B x Y**. That function is simply (programmers will understand this best) **(a) → b(a) x y(a)** for each **a:I**.
![Product, external diagram](products_morphisms.svg)
@ -102,7 +104,7 @@ Notice that this definition does not rule out the sets which are isomorphic to t
Sums
===
We will now study a construct that is pretty similar to the product but at the same time it is very different. Similar because, like the product, it is a relation between two sets which allows you to unite them into one without erasing their structure. Different because it encodes a different type of relation between them - a product encodes an **AND** relation between two sets, while the sum encodes an **OR** relation. For example, a parent is either a mother of a father of a child, so the set of parent's is a sum set of the sets of mothers and fathers.
We will now study a construct that is pretty similar to the product but at the same time is very different. Similar because, like the product, it is a relation between two sets which allows you to unite them into one without erasing their structure. Different because it encodes a different type of relation between them - a product encodes an **AND** relation between two sets, while the sum encodes an **OR** relation. For example, a parent is either a mother or a father of a child, so the set of parent's is a sum set of the sets of mothers and fathers.
![Sum or coproduct](coproduct.svg)
@ -123,7 +125,7 @@ Like with the product, there is a low-level way to express a sum using sets alon
![A member of a coproduct, examined](coproduct_member_set.svg)
But again, this distinction is only rellevant only when the two sets have common elements.
But again, this distinction is only relevant only when the two sets have common elements.
Defining Sums in Terms of Functions
@ -140,11 +142,11 @@ Why can it be expressed as a function? Because it is a *many-to-one* relationshi
What are we saying with this, if we apply it to the example, is simply that if parents are either mothers or fathers, then there surely exist a functions **mothers → parents** and **fathers → parents**.
You might already notice that this definition is pretty similar to the previous one, and the similarities don't end here - here again we have sets that can be thought as *impostor* sums - ones for which these functions exists, but which aren't real sums (where by "real sum" we mean a set which expresses the *OR* relation and contains no additional structure).
You might already notice that this definition is pretty similar to the previous one, and the similarities don't end here - here again we have sets that can be thought of as *impostor* sums - ones for which these functions exists, but which aren't real sums (where by "real sum" we mean a set which expresses the *OR* relation and contains no additional structure).
![Coproduct, external diagram](coproduct_candidates.svg)
All these sets are, express relationships which are more vague than the simple sum and therefore given any such set there would exist a function from the sum to it.
All these sets express relationships which are more vague than the simple sum, and therefore given any such set, there would exist a function from the sum to it.
For example, there exist a trivial function between the set **Y \| B** and the set **Y \| B \| R**.
@ -156,7 +158,7 @@ This diagram captures the **OR** relation in the same way as the previous one ca
Duality
===
If we have to compare the concepts of sum or and product we will find out that they are related:
If we compare the concepts of *sum* and *product*, we will find out that they are related:
- The *product* of two sets is related to an element of the first one *and* one element of the second one.
- A *sum* of two sets is related to an element of the first one *or* one element of the second one.
@ -167,14 +169,14 @@ The connection between the two has always been there, evidenced, for example, by
![Coproduct and product](coproduct_product_duality.svg)
Otherwise, when in category theory two concepts are captured by the same diagram, only with reversed arrows, we can say that the two concepts are **dual** to each other. That means that the concepts of *product* and *sum* are dual (this is why sum is also known as *converse product*, or *coproduct* in short).
Otherwise, when in category theory two concepts are captured by the same diagram, only with reversed arrows, we can say that the two concepts are **dual** to each other. That means that the concepts of *product* and *sum* are dual. (This is why sum is also known as *converse product*, or *coproduct* in short.)
Category Theory - brief definition
===
Maybe it is time to see what a category is. Well, a category consists of objects (an example of which are sets) and morphisms which go from one object to another (which can be viewed as functions) and which should be composable. We can say a lot more about categories, and even present a formal definition, but for now it is suffice for you to remember that sets are one example of a category and that categorical objects are like sets, except that we don't *see* their elements. This is why category-theoretic notions being captured by the external diagrams and strictly set-theoretic notions being captured by internal ones.
Maybe it is time to see what a category is. Well, a category consists of objects (an example of which are sets) and morphisms which go from one object to another (which can be viewed as functions) and which should be composable. We can say a lot more about categories, and even present a formal definition, but for now it is sufficient for you to remember that sets are one example of a category and that categorical objects are like sets, except that we don't *see* their elements. This is why category-theoretic notions are captured by the external diagrams, and strictly set-theoretic notions are captured by internal ones.
What other categories, or applications of category theory are there, other than sets? We already discussed one - types in programming languages. Remember that we said that programming types (classes) are somewhat similar to sets and programming functions are somewhat similar to functions between sets? This is another example of a connection between two things that we can be defined using category theory:
What other categories, or applications of category theory are there, other than sets? We already discussed one - types in programming languages. Remember that we said that programming types (classes) are somewhat similar to sets, and programming functions are somewhat similar to functions between sets? This is another example of a connection between two things that can be defined using category theory:
| Category Theory | Set theory | Programming Languages |
@ -183,11 +185,11 @@ What other categories, or applications of category theory are there, other than
| Objects and Morphisms | Sets and Functions | Classes and functions |
| N/A | Element | Object |
This diagram illustrates how category theory allows us to see the big picture when it comes to sets and similar structures - when we are at the realm of sets we can view the set as a collection of individual elements. In category theory we don't have such notion, but we saw how taking this notion away allows us to define concepts such as the sum and product sets in a whole different and more general way.
This table illustrates how category theory allows us to see the big picture when it comes to sets and similar structures - when we are at the realm of sets we can view the set as a collection of individual elements. In category theory we don't have such notion, but we saw how taking this notion away allows us to define concepts such as the sum and product sets in a whole different and more general way.
**NB: Do note how the word "Object" is used in both programming languages and in category theory, but for completely different things. The equivalent a categorical object is equivalent to a class in programming language.**
Looking at the table I cannot help but notice the somehow weird, but otherwise completely logical symmetry (or perhaps "reverse symetry") between the the world as viewed through the lense of set theory, and the way it is viewed through the (inverted) lens of cathegory theory:
Looking at the table I cannot help but notice the somehow weird, but otherwise completely logical, symmetry (or perhaps "reverse symmetry") between the world as viewed through the lenses of set theory, and the way it is viewed through the (inverted) lens of category theory:
| Category Theory | Set theory |
| --- | --- |
@ -195,11 +197,11 @@ Looking at the table I cannot help but notice the somehow weird, but otherwise c
| Objects and Morphisms | Sets and functions |
| **N/A** | Element |
By switching to external diagrams, we lose sight of the particular (the elements of our sets), but we have gained the ability to see the whole universe that we have been previously trapped in. The whole realm of sets, can be thought as one category, a programming language can also be thought as a category. The concept of a category allows us to find and analyse similarities between these and other structures.
By switching to external diagrams, we lose sight of the particular (the elements of our sets), but we have gained the ability to see the whole universe that we have been previously trapped in. Just as the whole realm of sets can be thought as one category, a programming language can also be thought as a category. The concept of a category allows us to find and analyze similarities between these and other structures.
![Category theory and set theory compared](set_category.svg)
One remark before we go - the last paragraphs I sound as if I'm *comparing* categories and sets and rooting for categories. I don't want you to get the wrong impression that the two concepts are somehow competing with one another.
One remark before we go: in the last paragraphs I sound as if I'm *comparing* categories and sets and rooting for categories. I don't want you to get the wrong impression that the two concepts are somehow competing with one another.
Perhaps that notion would be somewhat correct if category and set theory were meant to describe *concrete* phenomena, in the way that the theory of relativity and the theory of quantum mechanics in physics. Concrete theories are conceived mainly as *descriptions* of the world, and as such it makes sense for them to be connected to one another in some sort of hierarchy. Abstract theories, like category theory and set theory, on the other hand, are more like languages for expressing such descriptions. They still can be connected, and are connected in more than one way, but there is no inherent hierarchy between the two and therefore arguing over which of the two is more basic, or more general, is just a chicken-and-egg problem, as you would see in the next chapter.
@ -208,23 +210,23 @@ Defining Categories (again)
Every category theory guide (including mine) 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 start by introducing an entirely different subject. 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 the things that people just do because everyone else does it. But one thing is for sure - 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.
So, a category is a collection of objects (things) where the "things" can be anything you want. Consider, for example, these ~~colourful~~ grey balls:
So, a category is a collection of objects (things) where the "things" can be anything you want. Consider, for example, these ~~colorful~~ gray balls:
![Balls](elements.svg)
A category consists of a collection of objects as well as some arrows connecting some of them to one another, that we call (the arrows) morphisms.
A category consists of a collection of objects as well as some arrows connecting some of them to one another. We call the arrows, *morphisms*.
![A category](category.svg)
Wait a minute - we said that all sets form a category, but at the same time any one set can be seen as a category on its own right (just one which has no morphisms). This is true and an example of a phenomenon that is very characteristic of category theory - one structure can be examined from many different angles and may play many different roles, often in a recursive fashion.
This particular analogy (a set as a category with no morphisms) is, however, not very useful. Not because it's in any way incorrect, but because category theory is *all about the morphisms*. If in set theory arrows are nothing but a connection between a source and a destination, in category theory it's the *objects* that are nothing but a source and destination for the arrows that connect them to other objects. This is why, in the diagram above, the arrows, and not the objects, are coloured: the category of sets should really be called the category of set functions.
This particular analogy (a set as a category with no morphisms) is, however, not very useful. Not because it's in any way incorrect, but because category theory is *all about the morphisms*. If in set theory arrows are nothing but a connection between a source and a destination, in category theory it's the *objects* that are nothing but a source and destination for the arrows that connect them to other objects. This is why, in the diagram above, the arrows, and not the objects, are colored: the category of sets should really be called the category of set functions.
Speaking of which, note that objects in a category can be connected by multiple arrows and that arrows having the same source and target sets does not in any way make them equivalent (it does not actually mean that they would produce the same value).
![Two objects connected with multiple arrows](arrows.svg)
Why is that is pretty obvious if we go back to set theory for a second (OK, maybe we really *have* to do this from time to time) - there are, for example, an infinite number of functions that go from number to boolean and the fact that they have the same source type and the same target type (or the same *type signature*, as we like to say) does not in any way make them equivalent to one another.
Why that is true is pretty obvious if we go back to set theory for a second. (OK, maybe we really *have* to do this from time to time.) There are, for example, an infinite number of functions that go from number to boolean, and the fact that they have the same input type and the same output type (or the same *type signature*, as we like to say) does not in any way make them equivalent to one another.
![Two sets connected with multiple functions](set_arrows.svg)
@ -239,9 +241,9 @@ One of the few or maybe even the only requirement for a structure to be called a
Formally, this requirement says that there should exist an operation (denoted with the symbol **•**) such that for each two functions **g: A → B** and **f: B → C**, there exists exactly one function **(f • g): A → C**.
**NB:** Note that functional composition is written from right to left. e.g. applying **g** and then applying **f** is written **f • g** and not the other way around (you can think of it as a shortcut to **f(g(a))**).
**NB:** Note that functional composition is written from right to left. e.g. applying **g** and then applying **f** is written **f • g** and not the other way around. (You can think of it as a shortcut to **f(g(a))**.)
Again, note that this criteria is not met by just *any* morphism with this type signature. There is *exactly one* morphism that fits these criteria and there may be some which don't.
Again, note that this criteria is not met by just *any* morphism with this type signature. There is *exactly one* morphism that fits these criteria, and there may be some which don't.
![Composition of morphisms in the context of additional morphism](composition_arrows.svg)
@ -263,11 +265,11 @@ Functional composition is special not only because you can take any two morphism
![Composition of morphisms with many objects](composition_n_objects.svg)
This approach for building stuff is often used in programming. To see some examples, you don't need to look further than the way the pipe operator in bash (`|`), that feeds the standard output of a program with the standard input of another program, is (ab)used (if you *want* to look further, note that there is a whole programming paradigm based on functional composition, called "concatenative programming").
This approach for building stuff is often used in programming. To see some examples, you don't need to look further than the way the pipe operator in bash (`|`), that feeds the standard output of a program with the standard input of another program, is (ab)used. (If you *want* to look further, note that there is a whole programming paradigm based on functional composition, called "concatenative programming".)
But let's get back to the math. If we carefully review the definition above can see that it can be reduced to multiple applications of the following formula: given 4 objects and 3 morphisms between them **f** **g** **h**, combining **h** and **g** and then combining the end result with **f** should be the same as combining **h** to the result of **g** and **f** (or simply **(h • g) • f = h • (g • f)**.
But let's get back to the math. If we carefully review the definition above, we can see that it can be reduced to multiple applications of the following formula: given 4 objects and 3 morphisms between them **f** **g** **h**, combining **h** and **g** and then combining the end result with **f** should be the same as combining **h** to the result of **g** and **f** (or simply **(h • g) • f = h • (g • f)**).
**Task:** show how the definition can be reduced to the formula (the approach resembles mathematical induction).
**Task:** show how the definition can be reduced to the formula. (The approach resembles mathematical induction.)
This formula is true if and only if this diagram commutes.
@ -275,9 +277,9 @@ This formula is true if and only if this diagram commutes.
Given that all our category-theoretic diagrams commute, we can say, in such cases, that the formula and the diagram are equivalent.
This formula (and the diagram also) is the definition of a property called **associativity**. Being associative is required for functional composition to really be called functional composition (and for a category to really be called category). It is also required for our diagrams to work, as diagrams can only represent associative structures (imagine if the diagram above does not commute - it would be super weird).
This formula (and the diagram) is the definition of a property called **associativity**. Being associative is required for functional composition to really be called functional composition (and for a category to really be called category). It is also required for our diagrams to work, as diagrams can only represent associative structures. (Imagine if the diagram above does not commute - it would be super weird.)
Associativity is not just about diagrams, for example when we express relations using formulas, associativity law means that *the brackets don't matter*. The formulaic definition of associativity is **(h • g) • f = h • (g • f)**).
Associativity is not just about diagrams. For example when we express relations using formulas, associativity just means that brackets don't matter in our formulas (as evidenced by the definition **(h • g) • f = h • (g • f)**).
And it is not only about categories either, it is a property of many other operations on other types of objects as well e.g. if we look at numbers, we can see that the multiplication operation is associative e.g. **(1 . 2) . 3 = 1 . (2 . 3)**. While division is not **(1 / 2) / 3 = 1 / (2 / 3)**.
@ -295,17 +297,18 @@ It's important to mark this morphism, because there can be (let's add the very i
Isomorphisms
---
Why do we need to define a morphism that does nothing? It's because morphisms are the basic building blocks of our language and we need this one to be able to speak properly. For example, once we have the concept of identity morphism defined we can have a category-theoretic definition of an *isomoprhism* (which is important, because the concept of an isomorphism is very important for cathegory theory): An isomorphism between two objects (**A** and **B**) consists of two morphisms - (**A → B**. and **B → A**) such that their compositions are equivalent to the identity functions of the respective objects.
Why do we need to define a morphism that does nothing? It's because morphisms are the basic building blocks of our language, and we need this one to be able to speak properly. For example, once we have the concept of identity morphism defined, we can have a category-theoretic definition of an *isomorphism* (which is important, because the concept of an isomorphism is very important for category theory): An isomorphism between two objects (**A** and **B**) consists of two morphisms - (**A → B**. and **B → A**) such that their compositions are equivalent to the identity functions of the respective objects.
Here is how this looks when expressed using a formulas:
Objects **A** and **B** are isomorphic
iff there exist mophisms
iff there exist morphisms
**f: A → B**
**g: B → A**
such that
**f • g = idB**
**g • f = idA**
**f • g = id B**
and
**g • f = id A**
And here is the same thing expressed with a commuting diagram.

View File

@ -12,7 +12,7 @@
version="1.1"
id="svg1504"
sodipodi:docname="composition_associativity.svg"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)">
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
<metadata
id="metadata1510">
<rdf:RDF>
@ -21,7 +21,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>
@ -37,17 +37,17 @@
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2560"
inkscape:window-height="1411"
inkscape:window-height="1376"
id="namedview1506"
showgrid="false"
showguides="false"
inkscape:zoom="3.4789183"
inkscape:cx="297.64999"
inkscape:cy="72.692661"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg1504" />
inkscape:current-layer="g1502" />
<g
transform="matrix(0.47127,0,0,0.46783,156.70022,-62.465195)"
id="g1502">
@ -208,42 +208,36 @@
cy="274.26147"
r="61.799999" />
</g>
<text
xml:space="preserve"
<g
aria-label="f"
transform="scale(0.99634361,1.0036698)"
style="font-style:normal;font-weight:normal;font-size:42.73125076px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1.06828141"
x="9.370554"
y="373.67377"
id="text1699"
transform="scale(0.99634361,1.0036698)"><tspan
sodipodi:role="line"
id="tspan1697"
x="9.370554"
y="373.67377"
style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold Italic';fill:#808080;stroke-width:1.06828141">f</tspan></text>
<text
xml:space="preserve"
id="text1699">
<path
d="m 34.825694,341.20803 -0.980649,4.90325 h -4.131244 q -1.58573,0 -2.336865,0.58421 -0.730271,0.56335 -1.001514,1.98216 l -0.333838,1.62746 h 6.38465 l -1.064109,5.34141 h -6.384649 l -3.609623,18.02725 H 13.89823 l 3.609623,-18.02725 h -3.713947 l 1.064108,-5.34141 h 3.713947 l 0.333838,-1.62746 q 0.751135,-3.81827 3.234055,-5.63351 2.503784,-1.83611 6.968866,-1.83611 z"
style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold Italic';fill:#808080;stroke-width:1.06828141"
id="path86812" />
</g>
<g
aria-label="g"
transform="scale(0.99634361,1.0036698)"
style="font-style:normal;font-weight:normal;font-size:42.73125076px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1.06828141"
x="246.25824"
y="369.54282"
id="text1699-7"
transform="scale(0.99634361,1.0036698)"><tspan
sodipodi:role="line"
id="tspan1697-2"
x="246.25824"
y="369.54282"
style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold Italic';fill:#808080;stroke-width:1.06828141">g</tspan></text>
<text
xml:space="preserve"
id="text1699-7">
<path
d="m 266.53889,365.57849 q -1.9613,2.04476 -4.00605,3.00454 -2.04476,0.95979 -4.48595,0.95979 -4.2773,0 -6.40551,-3.35925 -2.10736,-3.38011 -1.06411,-8.59632 1.04324,-5.23709 4.50681,-8.57546 3.46357,-3.35925 7.74087,-3.35925 2.44118,0 4.11037,0.95979 1.66919,0.95978 2.7959,3.0254 l 0.68854,-3.46357 h 7.51135 l -4.19384,21.01093 q -1.1267,5.63351 -5.27881,8.59632 -4.15211,2.98368 -10.91233,2.98368 -2.19081,0 -4.17297,-0.33384 -1.98216,-0.33384 -3.90173,-1.02238 l 1.14757,-5.8213 q 1.75265,1.12671 3.5053,1.66919 1.77351,0.56335 3.67221,0.56335 3.67222,0 5.69611,-1.60659 2.04476,-1.6066 2.7333,-5.02843 z M 264.515,351.03568 q -2.316,0 -3.94346,1.71092 -1.62746,1.71092 -2.25341,4.84065 -0.64681,3.21319 0.27125,4.88238 0.91805,1.64832 3.31751,1.64832 2.33687,0 3.96433,-1.71092 1.64832,-1.71092 2.27427,-4.81978 0.62594,-3.12973 -0.33384,-4.84065 -0.95979,-1.71092 -3.29665,-1.71092 z"
style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold Italic';fill:#808080;stroke-width:1.06828141"
id="path86815" />
</g>
<g
aria-label="h"
transform="scale(0.99634361,1.0036698)"
style="font-style:normal;font-weight:normal;font-size:42.73125076px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1.06828141"
x="477.09814"
y="380.18198"
id="text1699-7-5"
transform="scale(0.99634361,1.0036698)"><tspan
sodipodi:role="line"
id="tspan1697-2-6"
x="477.09814"
y="380.18198"
style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold Italic';fill:#808080;stroke-width:1.06828141">h</tspan></text>
id="text1699-7-5">
<path
d="m 507.01837,365.95214 -2.83763,14.22984 h -7.51135 l 0.45903,-2.316 1.71092,-8.53374 q 0.60508,-3.06713 0.68854,-4.2147 0.10432,-1.14757 -0.10433,-1.69005 -0.2921,-0.73027 -0.98064,-1.12671 -0.66768,-0.41729 -1.62746,-0.41729 -2.33687,0 -4.02692,1.81524 -1.69006,1.79438 -2.33687,4.9867 l -2.29514,11.49655 h -7.46962 l 6.48898,-32.46574 h 7.46962 l -2.50379,12.51892 q 2.10736,-2.04476 4.19384,-3.00454 2.08649,-0.98065 4.38163,-0.98065 4.04778,0 5.65438,2.48292 1.60659,2.48292 0.64681,7.21925 z"
style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold Italic';fill:#808080;stroke-width:1.06828141"
id="path86818" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:85.18851471px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.12971306"
@ -274,37 +268,63 @@
sodipodi:nodetypes="cc" />
</g>
</g>
<text
xml:space="preserve"
<g
aria-label="h • g"
style="font-style:normal;font-weight:normal;font-size:20.06432343px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.50160819"
x="314.97449"
y="178.65068"
id="text1699-7-5-6"><tspan
sodipodi:role="line"
id="tspan1697-2-6-5"
x="314.97449"
y="178.65068"
style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold Italic';fill:#808080;stroke-width:0.50160819">h • g</tspan></text>
<text
xml:space="preserve"
id="text1699-7-5-6">
<path
d="m 329.02343,171.9691 -1.33239,6.68158 h -3.52694 l 0.21554,-1.08747 0.80336,-4.00699 q 0.28411,-1.44016 0.3233,-1.979 0.049,-0.53883 -0.049,-0.79356 -0.13716,-0.34289 -0.46046,-0.52904 -0.3135,-0.19594 -0.76417,-0.19594 -1.09726,0 -1.89082,0.85234 -0.79356,0.84255 -1.09727,2.3415 l -1.07768,5.39816 h -3.50733 l 3.04687,-15.24418 h 3.50734 l -1.17564,5.87822 q 0.9895,-0.96011 1.9692,-1.41078 0.9797,-0.46046 2.05738,-0.46046 1.90062,0 2.65499,1.16585 0.75438,1.16585 0.30371,3.38977 z"
style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold Italic';fill:#808080;stroke-width:0.50160819"
id="path86787" />
<path
d="m 340.62312,171.18534 q 0.14695,-0.72498 0.52904,-1.36179 0.39188,-0.6368 0.9895,-1.12665 0.61721,-0.49965 1.303,-0.75438 0.69559,-0.26452 1.41078,-0.26452 0.71518,0 1.303,0.26452 0.58782,0.26452 0.97971,0.75438 0.41147,0.50944 0.53883,1.14625 0.13716,0.62701 -0.01,1.34219 -0.13716,0.72498 -0.53884,1.37159 -0.39188,0.6368 -0.9895,1.13645 -0.59762,0.49965 -1.29321,0.76417 -0.69559,0.26452 -1.42057,0.26452 -0.71518,0 -1.30301,-0.26452 -0.57802,-0.26452 -0.9797,-0.76417 -0.39188,-0.49965 -0.52904,-1.13645 -0.12736,-0.64661 0.01,-1.37159 z"
style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold Italic';fill:#808080;stroke-width:0.50160819"
id="path86789" />
<path
d="m 365.57616,176.78924 q -0.92092,0.96011 -1.88103,1.41078 -0.96011,0.45066 -2.10636,0.45066 -2.00839,0 -3.00769,-1.57732 -0.9895,-1.58712 -0.49965,-4.03638 0.48985,-2.45905 2.11616,-4.02658 1.62631,-1.57732 3.6347,-1.57732 1.14625,0 1.93001,0.45066 0.78377,0.45066 1.31281,1.42057 l 0.3233,-1.62631 h 3.52693 l -1.9692,9.86562 q -0.52904,2.64519 -2.47865,4.03637 -1.94961,1.40098 -5.12385,1.40098 -1.02869,0 -1.95941,-0.15675 -0.93072,-0.15676 -1.83204,-0.48006 l 0.53883,-2.73337 q 0.82295,0.52904 1.64591,0.78376 0.83274,0.26452 1.72427,0.26452 1.72428,0 2.67459,-0.75437 0.96011,-0.75437 1.28341,-2.36108 z m -0.95031,-6.82853 q -1.08747,0 -1.85164,0.80336 -0.76417,0.80336 -1.05808,2.27291 -0.30371,1.50874 0.12736,2.29251 0.43107,0.77396 1.55773,0.77396 1.09727,0 1.86143,-0.80335 0.77397,-0.80336 1.06788,-2.26312 0.29391,-1.46955 -0.15675,-2.27291 -0.45066,-0.80336 -1.54793,-0.80336 z"
style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold Italic';fill:#808080;stroke-width:0.50160819"
id="path86791" />
</g>
<g
aria-label="g • f"
style="font-style:normal;font-weight:normal;font-size:20.06432343px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.50160819"
x="202.20953"
y="73.483025"
id="text1699-7-5-6-5"><tspan
sodipodi:role="line"
id="tspan1697-2-6-5-0"
x="202.20953"
y="73.483025"
style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold Italic';fill:#808080;stroke-width:0.50160819">g • f</tspan></text>
<text
xml:space="preserve"
id="text1699-7-5-6-5">
<path
d="m 211.73225,71.621588 q -0.92092,0.96011 -1.88103,1.410773 -0.96011,0.450664 -2.10636,0.450664 -2.00839,0 -3.00769,-1.577323 -0.9895,-1.587119 -0.49965,-4.036377 0.48985,-2.459056 2.11616,-4.026581 1.62631,-1.577322 3.6347,-1.577322 1.14625,0 1.93001,0.450663 0.78377,0.450664 1.31281,1.42057 l 0.3233,-1.626307 h 3.52693 l -1.9692,9.865612 q -0.52904,2.645199 -2.47865,4.036377 -1.94961,1.400976 -5.12385,1.400976 -1.02869,0 -1.95941,-0.156752 -0.93072,-0.156753 -1.83204,-0.480055 l 0.53883,-2.733372 q 0.82295,0.52904 1.64591,0.783762 0.83274,0.26452 1.72427,0.26452 1.72428,0 2.67459,-0.754371 0.96011,-0.754372 1.28341,-2.361085 z m -0.95031,-6.828532 q -1.08747,0 -1.85164,0.803357 -0.76417,0.803357 -1.05808,2.272912 -0.30371,1.508743 0.12736,2.292505 0.43107,0.773966 1.55773,0.773966 1.09727,0 1.86143,-0.803357 0.77397,-0.803356 1.06788,-2.263114 0.29391,-1.469555 -0.15675,-2.272912 -0.45066,-0.803357 -1.54793,-0.803357 z"
style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold Italic';fill:#808080;stroke-width:0.50160819"
id="path86794" />
<path
d="m 227.93654,66.017686 q 0.14696,-0.724981 0.52904,-1.361788 0.39188,-0.636807 0.9895,-1.126659 0.61722,-0.499649 1.30301,-0.754371 0.69559,-0.26452 1.41077,-0.26452 0.71518,0 1.30301,0.26452 0.58782,0.26452 0.9797,0.754371 0.41147,0.509446 0.53884,1.146253 0.13715,0.62701 -0.01,1.342194 -0.13716,0.72498 -0.53884,1.371584 -0.39188,0.636807 -0.9895,1.136456 -0.59762,0.499649 -1.29321,0.764169 -0.69559,0.264519 -1.42057,0.264519 -0.71518,0 -1.303,-0.264519 -0.57803,-0.26452 -0.97971,-0.764169 -0.39188,-0.499649 -0.52904,-1.136456 -0.12736,-0.646604 0.01,-1.371584 z"
style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold Italic';fill:#808080;stroke-width:0.50160819"
id="path86796" />
<path
d="m 255.31925,58.238841 -0.46046,2.302303 h -1.93982 q -0.74457,0 -1.09726,0.274317 -0.3429,0.26452 -0.47026,0.930718 l -0.15675,0.764169 h 2.99789 l -0.49965,2.50804 h -2.99789 l -1.69489,8.464637 h -3.50734 l 1.69489,-8.464637 h -1.74387 l 0.49965,-2.50804 h 1.74387 l 0.15675,-0.764169 q 0.35269,-1.792857 1.51854,-2.645199 1.17565,-0.862139 3.27221,-0.862139 z"
style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold Italic';fill:#808080;stroke-width:0.50160819"
id="path86798" />
</g>
<g
aria-label="h • g • f"
style="font-style:normal;font-weight:normal;font-size:20.06432343px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.50160819"
x="232.2213"
y="33.276993"
id="text1699-7-5-6-5-6"><tspan
sodipodi:role="line"
id="tspan1697-2-6-5-0-0"
x="232.2213"
y="33.276993"
style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold Italic';fill:#808080;stroke-width:0.50160819">h • g • f</tspan></text>
id="text1699-7-5-6-5-6">
<path
d="m 246.27024,26.595416 -1.33239,6.681577 h -3.52693 l 0.21553,-1.087471 0.80336,-4.006986 q 0.28411,-1.440164 0.3233,-1.979001 0.049,-0.538837 -0.049,-0.79356 -0.13716,-0.342896 -0.46046,-0.529039 -0.3135,-0.195941 -0.76417,-0.195941 -1.09726,0 -1.89082,0.852342 -0.79356,0.842545 -1.09727,2.341491 l -1.07767,5.398165 h -3.50734 l 3.04688,-15.244183 h 3.50733 l -1.17564,5.878219 q 0.9895,-0.960109 1.9692,-1.410772 0.97971,-0.460461 2.05738,-0.460461 1.90062,0 2.655,1.165847 0.75437,1.165847 0.3037,3.389773 z"
style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold Italic';fill:#808080;stroke-width:0.50160819"
id="path86801" />
<path
d="m 257.86993,25.811654 q 0.14696,-0.724981 0.52904,-1.361788 0.39188,-0.636807 0.9895,-1.126659 0.61721,-0.499648 1.30301,-0.754371 0.69558,-0.26452 1.41077,-0.26452 0.71518,0 1.303,0.26452 0.58783,0.26452 0.97971,0.754371 0.41147,0.509446 0.53883,1.146253 0.13716,0.62701 -0.01,1.342194 -0.13716,0.72498 -0.53884,1.371584 -0.39188,0.636807 -0.9895,1.136456 -0.59762,0.499649 -1.29321,0.764169 -0.69559,0.26452 -1.42057,0.26452 -0.71518,0 -1.303,-0.26452 -0.57803,-0.26452 -0.97971,-0.764169 -0.39188,-0.499649 -0.52904,-1.136456 -0.12736,-0.646604 0.01,-1.371584 z"
style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold Italic';fill:#808080;stroke-width:0.50160819"
id="path86803" />
<path
d="m 282.82297,31.415557 q -0.92092,0.960109 -1.88103,1.410772 -0.96011,0.450664 -2.10636,0.450664 -2.00839,0 -3.00769,-1.577323 -0.9895,-1.587119 -0.49965,-4.036377 0.48985,-2.459055 2.11616,-4.026581 1.62631,-1.577322 3.6347,-1.577322 1.14625,0 1.93001,0.450664 0.78377,0.450663 1.31281,1.420569 l 0.3233,-1.626307 h 3.52693 l -1.9692,9.865612 q -0.52904,2.645199 -2.47865,4.036378 -1.94961,1.400975 -5.12385,1.400975 -1.02869,0 -1.95941,-0.156752 -0.93072,-0.156753 -1.83204,-0.480055 l 0.53883,-2.733372 q 0.82296,0.52904 1.64591,0.783763 0.83274,0.26452 1.72427,0.26452 1.72428,0 2.67459,-0.754372 0.96011,-0.754372 1.28342,-2.361085 z m -0.95031,-6.828532 q -1.08747,0 -1.85164,0.803356 -0.76417,0.803357 -1.05808,2.272912 -0.30371,1.508743 0.12736,2.292506 0.43107,0.773965 1.55773,0.773965 1.09727,0 1.86144,-0.803356 0.77396,-0.803357 1.06787,-2.263115 0.29391,-1.469555 -0.15675,-2.272912 -0.45066,-0.803356 -1.54793,-0.803356 z"
style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold Italic';fill:#808080;stroke-width:0.50160819"
id="path86805" />
<path
d="m 299.02726,25.811654 q 0.14696,-0.724981 0.52904,-1.361788 0.39189,-0.636807 0.9895,-1.126659 0.61722,-0.499648 1.30301,-0.754371 0.69559,-0.26452 1.41077,-0.26452 0.71519,0 1.30301,0.26452 0.58782,0.26452 0.9797,0.754371 0.41148,0.509446 0.53884,1.146253 0.13716,0.62701 -0.01,1.342194 -0.13716,0.72498 -0.53884,1.371584 -0.39188,0.636807 -0.9895,1.136456 -0.59761,0.499649 -1.2932,0.764169 -0.69559,0.26452 -1.42057,0.26452 -0.71519,0 -1.30301,-0.26452 -0.57802,-0.26452 -0.9797,-0.764169 -0.39188,-0.499649 -0.52904,-1.136456 -0.12736,-0.646604 0.01,-1.371584 z"
style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold Italic';fill:#808080;stroke-width:0.50160819"
id="path86807" />
<path
d="m 326.40998,18.03281 -0.46046,2.302302 h -1.93982 q -0.74457,0 -1.09726,0.274317 -0.3429,0.26452 -0.47026,0.930718 l -0.15675,0.764169 h 2.99789 l -0.49965,2.50804 h -2.99789 l -1.69489,8.464637 h -3.50734 l 1.69489,-8.464637 h -1.74387 l 0.49965,-2.50804 h 1.74387 l 0.15675,-0.764169 q 0.35269,-1.792857 1.51854,-2.645199 1.17564,-0.862138 3.27221,-0.862138 z"
style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold Italic';fill:#808080;stroke-width:0.50160819"
id="path86809" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -36,8 +36,8 @@
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-width="2560"
inkscape:window-height="1376"
id="namedview8682"
showgrid="false"
inkscape:zoom="1.71"
@ -217,34 +217,34 @@
fill="#808285"
id="path8666"
style="stroke-width:0.504506" />
<text
<g
aria-label="AND"
style="font-weight:400;font-size:20.67840004px;line-height:1.25;font-family:sans-serif;letter-spacing:0;word-spacing:0;fill:#7e7e7e;stroke-width:0.51689899"
x="383.28946"
y="163.8709"
font-weight="400"
font-size="20.6784px"
letter-spacing="0"
word-spacing="0"
id="text8674">
<tspan
x="383.28946"
y="163.8709"
id="tspan8672"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:0.51689899">AND</tspan>
</text>
<text
<path
d="m 394.33544,161.12455 h -6.07832 l -0.9592,2.74635 h -3.90749 l 5.58357,-15.07464 h 4.63447 l 5.58357,15.07464 h -3.90749 z m -5.10902,-2.79684 h 4.12962 l -2.05976,-5.99754 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:0.51689899"
id="path83904" />
<path
d="m 401.19122,148.79626 h 4.34166 l 5.4826,10.3392 v -10.3392 h 3.68536 v 15.07464 h -4.34166 l -5.4826,-10.3392 v 10.3392 h -3.68536 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:0.51689899"
id="path83906" />
<path
d="m 422.38456,151.73445 v 9.19825 h 1.39337 q 2.38286,0 3.63488,-1.18133 1.2621,-1.18133 1.2621,-3.43294 0,-2.2415 -1.25201,-3.41274 -1.25201,-1.17124 -3.64497,-1.17124 z m -3.8873,-2.93819 h 4.09934 q 3.43293,0 5.10901,0.49475 1.68618,0.48465 2.88771,1.65589 1.06017,1.01978 1.57511,2.35257 0.51494,1.33278 0.51494,3.01896 0,1.70637 -0.51494,3.04926 -0.51494,1.33279 -1.57511,2.35257 -1.21162,1.17124 -2.9079,1.66599 -1.69627,0.48465 -5.08882,0.48465 h -4.09934 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:0.51689899"
id="path83908" />
</g>
<g
aria-label="OR"
style="font-weight:400;font-size:21.88019943px;line-height:1.25;font-family:sans-serif;letter-spacing:0;word-spacing:0;fill:#7e7e7e;stroke-width:0.54709399"
x="162.58644"
y="164.60921"
font-weight="400"
font-size="21.8802px"
letter-spacing="0"
word-spacing="0"
id="text8678">
<tspan
x="162.58644"
y="164.60921"
id="tspan8676"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:0.54709399">OR</tspan>
</text>
<path
d="m 171.88125,151.35075 q -1.88033,0 -2.91665,1.38888 -1.03631,1.38888 -1.03631,3.91023 0,2.51066 1.03631,3.89954 1.03632,1.38888 2.91665,1.38888 1.89102,0 2.92733,-1.38888 1.03632,-1.38888 1.03632,-3.89954 0,-2.52135 -1.03632,-3.91023 -1.03631,-1.38888 -2.92733,-1.38888 z m 0,-2.98075 q 3.84613,0 6.0256,2.20084 2.17948,2.20084 2.17948,6.07902 0,3.86749 -2.17948,6.06833 -2.17947,2.20084 -6.0256,2.20084 -3.83544,0 -6.0256,-2.20084 -2.17947,-2.20084 -2.17947,-6.06833 0,-3.87818 2.17947,-6.07902 2.19016,-2.20084 6.0256,-2.20084 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:0.54709399"
id="path83911" />
<path
d="m 189.03926,155.73106 q 1.29273,0 1.84828,-0.48077 0.56623,-0.48076 0.56623,-1.58118 0,-1.08974 -0.56623,-1.55982 -0.55555,-0.47008 -1.84828,-0.47008 h -1.73076 v 4.09185 z m -1.73076,2.84186 v 6.03629 h -4.11322 v -15.95075 h 6.28201 q 3.15169,0 4.61536,1.05768 1.47434,1.05769 1.47434,3.344 0,1.58118 -0.76922,2.59613 -0.75854,1.01495 -2.29699,1.49572 0.84401,0.19231 1.5064,0.87606 0.67307,0.67308 1.35682,2.05127 l 2.2329,4.52989 h -4.38032 l -1.94443,-3.96365 q -0.5876,-1.19658 -1.19657,-1.63461 -0.59829,-0.43803 -1.60256,-0.43803 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:0.54709399"
id="path83913" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -1 +1,105 @@
<svg xmlns="http://www.w3.org/2000/svg" width="595.3" height="200"><g transform="matrix(.47127 0 0 .46783 157.85 -68.789)"><ellipse cy="432.242" cx="362.485" stroke-miterlimit="10" rx="89.268" ry="84.777" opacity=".14" stroke="#000" stroke-width="8.922"/><g stroke="#6d6d6d" fill="none" stroke-width="6.389" stroke-miterlimit="10"><path d="M315.1 101.79c10.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.69z" transform="matrix(.06166 .69487 -.648 .06164 394.029 56.19)" stroke-width="35.526"/><path d="M382.5 152.612c-51.166 72.823-102.367 60.976-124.514 26.904-16.476-25.348-11.856-92.973 59.512-93.343" stroke-width="10.649" paint-order="markers fill stroke" transform="matrix(.03241 1.30729 -1.23778 .02809 454.669 -133.846)"/></g><ellipse cy="420.54" cx="347.159" stroke-miterlimit="10" rx="89.268" ry="84.777" fill="#e1e1e1" stroke="#808285" stroke-width="15.835"/><text style="line-height:1.25" x="255.196" y="289.324" transform="scale(.99634 1.00367)" font-weight="400" font-size="51.638" font-family="sans-serif" letter-spacing="0" word-spacing="0" fill="#6d6d6d" stroke-width="1.291"><tspan x="255.196" y="289.324" style="-inkscape-font-specification:'sans-serif Bold'" font-weight="700">ID</tspan></text></g></svg>
<?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"
width="595.3"
height="200"
version="1.1"
id="svg89207"
sodipodi:docname="identity.svg"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
<metadata
id="metadata89213">
<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="defs89211" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2560"
inkscape:window-height="1376"
id="namedview89209"
showgrid="false"
inkscape:zoom="3.2756594"
inkscape:cx="297.64999"
inkscape:cy="100"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="g89205" />
<g
transform="matrix(.47127 0 0 .46783 157.85 -68.789)"
id="g89205">
<ellipse
cy="432.242"
cx="362.485"
stroke-miterlimit="10"
rx="89.268"
ry="84.777"
opacity=".14"
stroke="#000"
stroke-width="8.922"
id="ellipse89191" />
<g
stroke="#6d6d6d"
fill="none"
stroke-width="6.389"
stroke-miterlimit="10"
id="g89197">
<path
d="M315.1 101.79c10.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.69z"
transform="matrix(.06166 .69487 -.648 .06164 394.029 56.19)"
stroke-width="35.526"
id="path89193" />
<path
d="M382.5 152.612c-51.166 72.823-102.367 60.976-124.514 26.904-16.476-25.348-11.856-92.973 59.512-93.343"
stroke-width="10.649"
paint-order="markers fill stroke"
transform="matrix(.03241 1.30729 -1.23778 .02809 454.669 -133.846)"
id="path89195" />
</g>
<ellipse
cy="420.54"
cx="347.159"
stroke-miterlimit="10"
rx="89.268"
ry="84.777"
fill="#e1e1e1"
stroke="#808285"
stroke-width="15.835"
id="ellipse89199" />
<g
aria-label="ID"
transform="scale(.99634 1.00367)"
style="font-weight:400;font-size:51.63800049px;line-height:1.25;font-family:sans-serif;letter-spacing:0;word-spacing:0;fill:#6d6d6d;stroke-width:1.29100001"
id="text89203">
<path
d="m 259.93621,251.6797 h 9.70734 v 37.64431 h -9.70734 z"
style="font-weight:700;-inkscape-font-specification:'sans-serif Bold'"
id="path89215" />
<path
d="m 288.85651,259.01694 v 22.96983 h 3.47952 q 5.95047,0 9.07699,-2.95002 3.15173,-2.95003 3.15173,-8.57272 0,-5.59748 -3.12652,-8.52228 -3.12652,-2.92481 -9.1022,-2.92481 z m -9.70734,-7.33724 H 289.386 q 8.57272,0 12.75822,1.23548 4.21072,1.21027 7.21117,4.13507 2.64745,2.54661 3.93336,5.87484 1.28591,3.32823 1.28591,7.53894 0,4.26115 -1.28591,7.61459 -1.28591,3.32823 -3.93336,5.87483 -3.02567,2.92481 -7.2616,4.16029 -4.23593,1.21027 -12.70779,1.21027 h -10.23683 z"
style="font-weight:700;-inkscape-font-specification:'sans-serif Bold'"
id="path89217" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -1 +1,145 @@
<svg xmlns:i="&amp;#38;ns_ai;" xmlns="http://www.w3.org/2000/svg" width="595.3" height="200"><switch transform="translate(0 -159)"><g i:extraneous="self"><path d="M234.227 253.974s1.35-.377 3.682-.95c1.227-.315 2.577-.692 4.234-1.076 1.658-.383 3.438-.827 5.527-1.278 8.045-1.796 18.932-3.538 29.84-4.412 10.91-.873 22.026-.825 30.315-.251 4.083.317 7.607.472 9.96.769l1.486.141 1.92-14.87c10.605 6.895 20.3 14.39 28.774 22.49a189.074 189.074 0 00-32.943 11.372l1.797-14.81-1.486-.142c-2.354-.297-5.756-.513-9.774-.716-8.103-.52-18.91-.575-29.633.353-10.786.813-21.365 2.548-29.288 4.284-1.967.39-3.747.834-5.404 1.218-1.658.383-3.008.76-4.113 1.015-2.332.572-3.56.889-3.56.889zM360.01 280.138s-1.442.355-3.934.892c-1.31.297-2.752.652-4.523 1.012s-3.672.778-5.903 1.202c-8.595 1.689-20.225 3.327-31.878 4.148-11.653.821-23.528.775-32.382.236-4.362-.298-8.126-.444-10.64-.723l-1.588-.133-2.05 13.981c-11.329-6.483-21.685-13.528-30.737-21.144 12.458-2.688 24.296-6.345 35.19-10.692l-1.919 13.925 1.587.133c2.514.278 6.148.482 10.441.672 8.655.488 20.2.54 31.654-.331 11.523-.765 22.823-2.396 31.287-4.028 2.101-.367 4.002-.784 5.773-1.145 1.771-.36 3.213-.714 4.393-.955 2.492-.538 3.803-.835 3.803-.835z" fill="#6d6d6d" stroke-width=".3"/><g stroke="#6d6d6d" fill="none" stroke-width="6.389" stroke-miterlimit="10"><path d="M315.1 101.79c10.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.69z" transform="matrix(.03347 .37874 -.3517 .0336 408.004 79.942)" stroke-width="35.526"/><path d="M382.5 152.612c-51.166 72.823-109.784 64.461-131.931 30.39-16.476-25.349-9.294-98.303 48.505-93.633" stroke-width="10.649" paint-order="markers fill stroke" transform="matrix(.01423 .54478 -.5436 .0117 433.444 35.347)"/></g><circle cy="98.283" cx="456.064" stroke-miterlimit="10" transform="rotate(22.196)" r="33.002" fill="#999491" stroke="#858585" stroke-width="8.049"/><g stroke="#6d6d6d" fill="none" stroke-width="6.389" stroke-miterlimit="10"><path d="M315.1 101.79c10.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.69z" transform="matrix(.03347 .37874 -.3517 .0336 231.245 83.6)" stroke-width="35.526"/><path d="M382.5 152.612c-51.166 72.823-109.784 64.461-131.931 30.39-16.476-25.349-9.294-98.303 48.505-93.633" stroke-width="10.649" paint-order="markers fill stroke" transform="matrix(.01423 .54478 -.5436 .0117 256.684 39.005)"/></g><circle cy="172.907" cx="286.776" stroke-miterlimit="10" transform="rotate(22.196)" r="33.002" fill="#999491" stroke="#858585" stroke-width="8.049"/><text style="line-height:1.25" x="342.857" y="211.48" font-weight="400" font-size="24.247" font-family="sans-serif" letter-spacing="0" word-spacing="0" fill="#6d6d6d" stroke-width=".606"><tspan x="342.857" y="211.48" style="-inkscape-font-specification:'sans-serif Bold'" font-weight="700">ID</tspan></text><text style="line-height:1.25" x="166.804" y="214.735" font-weight="400" font-size="24.247" font-family="sans-serif" letter-spacing="0" word-spacing="0" fill="#6d6d6d" stroke-width=".606"><tspan x="166.804" y="214.735" style="-inkscape-font-specification:'sans-serif Bold'" font-weight="700">ID</tspan></text></g></switch></svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:i="&amp;#38;#38;ns_ai;"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="595.3"
height="200"
version="1.1"
id="svg90513"
sodipodi:docname="isomorphism.svg"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
<metadata
id="metadata90519">
<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="defs90517" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2560"
inkscape:window-height="1376"
id="namedview90515"
showgrid="false"
inkscape:zoom="3.279019"
inkscape:cx="297.64999"
inkscape:cy="100"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="g90509" />
<switch
transform="translate(0 -159)"
id="switch90511">
<g
i:extraneous="self"
id="g90509">
<path
d="M234.227 253.974s1.35-.377 3.682-.95c1.227-.315 2.577-.692 4.234-1.076 1.658-.383 3.438-.827 5.527-1.278 8.045-1.796 18.932-3.538 29.84-4.412 10.91-.873 22.026-.825 30.315-.251 4.083.317 7.607.472 9.96.769l1.486.141 1.92-14.87c10.605 6.895 20.3 14.39 28.774 22.49a189.074 189.074 0 00-32.943 11.372l1.797-14.81-1.486-.142c-2.354-.297-5.756-.513-9.774-.716-8.103-.52-18.91-.575-29.633.353-10.786.813-21.365 2.548-29.288 4.284-1.967.39-3.747.834-5.404 1.218-1.658.383-3.008.76-4.113 1.015-2.332.572-3.56.889-3.56.889zM360.01 280.138s-1.442.355-3.934.892c-1.31.297-2.752.652-4.523 1.012s-3.672.778-5.903 1.202c-8.595 1.689-20.225 3.327-31.878 4.148-11.653.821-23.528.775-32.382.236-4.362-.298-8.126-.444-10.64-.723l-1.588-.133-2.05 13.981c-11.329-6.483-21.685-13.528-30.737-21.144 12.458-2.688 24.296-6.345 35.19-10.692l-1.919 13.925 1.587.133c2.514.278 6.148.482 10.441.672 8.655.488 20.2.54 31.654-.331 11.523-.765 22.823-2.396 31.287-4.028 2.101-.367 4.002-.784 5.773-1.145 1.771-.36 3.213-.714 4.393-.955 2.492-.538 3.803-.835 3.803-.835z"
fill="#6d6d6d"
stroke-width=".3"
id="path90483" />
<g
stroke="#6d6d6d"
fill="none"
stroke-width="6.389"
stroke-miterlimit="10"
id="g90489">
<path
d="M315.1 101.79c10.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.69z"
transform="matrix(.03347 .37874 -.3517 .0336 408.004 79.942)"
stroke-width="35.526"
id="path90485" />
<path
d="M382.5 152.612c-51.166 72.823-109.784 64.461-131.931 30.39-16.476-25.349-9.294-98.303 48.505-93.633"
stroke-width="10.649"
paint-order="markers fill stroke"
transform="matrix(.01423 .54478 -.5436 .0117 433.444 35.347)"
id="path90487" />
</g>
<circle
cy="98.283"
cx="456.064"
stroke-miterlimit="10"
transform="rotate(22.196)"
r="33.002"
fill="#999491"
stroke="#858585"
stroke-width="8.049"
id="circle90491" />
<g
stroke="#6d6d6d"
fill="none"
stroke-width="6.389"
stroke-miterlimit="10"
id="g90497">
<path
d="M315.1 101.79c10.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.69z"
transform="matrix(.03347 .37874 -.3517 .0336 231.245 83.6)"
stroke-width="35.526"
id="path90493" />
<path
d="M382.5 152.612c-51.166 72.823-109.784 64.461-131.931 30.39-16.476-25.349-9.294-98.303 48.505-93.633"
stroke-width="10.649"
paint-order="markers fill stroke"
transform="matrix(.01423 .54478 -.5436 .0117 256.684 39.005)"
id="path90495" />
</g>
<circle
cy="172.907"
cx="286.776"
stroke-miterlimit="10"
transform="rotate(22.196)"
r="33.002"
fill="#999491"
stroke="#858585"
stroke-width="8.049"
id="circle90499" />
<g
aria-label="ID"
style="font-weight:400;font-size:24.24699974px;line-height:1.25;font-family:sans-serif;letter-spacing:0;word-spacing:0;fill:#6d6d6d;stroke-width:0.60600001"
id="text90503">
<path
d="m 345.08279,193.80384 h 4.55816 V 211.48 h -4.55816 z"
style="font-weight:700;-inkscape-font-specification:'sans-serif Bold'"
id="path90521" />
<path
d="m 358.66253,197.24909 v 10.78565 h 1.63383 q 2.79409,0 4.26217,-1.3852 1.47992,-1.38521 1.47992,-4.02538 0,-2.62834 -1.46808,-4.0017 -1.46808,-1.37337 -4.27401,-1.37337 z m -4.55815,-3.44525 h 4.80678 q 4.02538,0 5.99071,0.58013 1.97718,0.56829 3.38606,1.94165 1.24313,1.19578 1.84694,2.75857 0.60381,1.5628 0.60381,3.53997 0,2.00085 -0.60381,3.57548 -0.60381,1.5628 -1.84694,2.75857 -1.42072,1.37337 -3.40973,1.9535 -1.98902,0.56829 -5.96704,0.56829 h -4.80678 z"
style="font-weight:700;-inkscape-font-specification:'sans-serif Bold'"
id="path90523" />
</g>
<g
aria-label="ID"
style="font-weight:400;font-size:24.24699974px;line-height:1.25;font-family:sans-serif;letter-spacing:0;word-spacing:0;fill:#6d6d6d;stroke-width:0.60600001"
id="text90507">
<path
d="m 169.0298,197.05884 h 4.55815 V 214.735 h -4.55815 z"
style="font-weight:700;-inkscape-font-specification:'sans-serif Bold'"
id="path90526" />
<path
d="m 182.60954,200.5041 v 10.78565 h 1.63383 q 2.79409,0 4.26217,-1.38521 1.47992,-1.3852 1.47992,-4.02538 0,-2.62833 -1.46808,-4.0017 -1.46808,-1.37336 -4.27401,-1.37336 z m -4.55815,-3.44526 h 4.80678 q 4.02538,0 5.99071,0.58013 1.97717,0.56829 3.38606,1.94166 1.24313,1.19577 1.84694,2.75857 0.6038,1.56279 0.6038,3.53996 0,2.00085 -0.6038,3.57549 -0.60381,1.56279 -1.84694,2.75857 -1.42073,1.37336 -3.40974,1.95349 -1.98901,0.56829 -5.96703,0.56829 h -4.80678 z"
style="font-weight:700;-inkscape-font-specification:'sans-serif Bold'"
id="path90528" />
</g>
</g>
</switch>
</svg>

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

View File

@ -13,7 +13,7 @@
version="1.1"
id="svg2850"
sodipodi:docname="set_arrows.svg"
inkscape:version="1.0.1 (0767f8302a, 2020-10-17)">
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
<metadata
id="metadata2856">
<rdf:RDF>
@ -22,7 +22,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>
@ -37,16 +37,16 @@
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1871"
inkscape:window-height="818"
inkscape:window-width="2560"
inkscape:window-height="1376"
id="namedview2852"
showgrid="false"
inkscape:zoom="0.82553204"
inkscape:cx="-57.326316"
inkscape:zoom="3.8567825"
inkscape:cx="284.62552"
inkscape:cy="100"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="0"
inkscape:window-maximized="1"
inkscape:current-layer="g2846"
inkscape:document-rotation="0" />
<switch
@ -98,70 +98,110 @@
stroke="#878578"
stroke-width="7.00006"
id="circle2818" />
<text
style="line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;stroke-width:0.66389"
x="225.62718"
y="239.03592"
<g
aria-label="isEven"
transform="rotate(-4.889)"
font-weight="700"
font-size="17.704px"
font-family="sans-serif"
letter-spacing="0"
word-spacing="0"
fill="#9d539f"
id="text2822"><tspan
x="225.62718"
y="239.03592"
id="tspan2820"
style="stroke-width:0.66389">isEven</tspan></text>
<text
style="line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;stroke-width:0.66389"
x="224.71373"
y="261.5994"
style="font-weight:700;font-size:17.70400047px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0;word-spacing:0;fill:#9d539f;stroke-width:0.66389"
id="text2822">
<path
d="m 227.11404,229.35404 h 3.09474 v 9.68188 h -3.09474 z m 0,-3.76901 h 3.09474 v 2.5242 h -3.09474 z"
style="stroke-width:0.66389"
id="path85763" />
<path
d="m 240.74647,229.6566 v 2.35132 q -0.99412,-0.41494 -1.91909,-0.62241 -0.92496,-0.20747 -1.74619,-0.20747 -0.88175,0 -1.31397,0.22476 -0.42358,0.21611 -0.42358,0.67427 0,0.37172 0.31984,0.57054 0.3285,0.19882 1.16701,0.29391 l 0.54461,0.0778 q 2.37725,0.30255 3.19848,0.99412 0.82123,0.69156 0.82123,2.16977 0,1.54737 -1.14108,2.32538 -1.14108,0.77801 -3.40595,0.77801 -0.95954,0 -1.98824,-0.1556 -1.02005,-0.14696 -2.10062,-0.44952 v -2.35131 q 0.92497,0.44952 1.89315,0.67427 0.97683,0.22476 1.9796,0.22476 0.90768,0 1.36584,-0.25069 0.45816,-0.25069 0.45816,-0.74343 0,-0.41494 -0.31985,-0.61376 -0.3112,-0.20747 -1.25346,-0.31985 l -0.5446,-0.0692 q -2.06605,-0.25934 -2.89592,-0.95955 -0.82988,-0.7002 -0.82988,-2.12655 0,-1.53873 1.05464,-2.28216 1.05463,-0.74343 3.23305,-0.74343 0.85581,0 1.79806,0.12967 0.94226,0.12967 2.04876,0.40629 z"
style="stroke-width:0.66389"
id="path85765" />
<path
d="m 243.8585,226.12963 h 8.98167 v 2.51556 h -5.65353 v 2.40318 h 5.31639 v 2.51556 h -5.31639 v 2.95643 h 5.84371 v 2.51556 h -9.17185 z"
style="stroke-width:0.66389"
id="path85767" />
<path
d="m 254.59501,229.35404 h 3.09474 l 2.41182,6.69087 2.40318,-6.69087 h 3.10339 l -3.81224,9.68188 h -3.3973 z"
style="stroke-width:0.66389"
id="path85769" />
<path
d="m 277.01892,234.16905 v 0.88174 h -7.23547 q 0.11238,1.08921 0.78665,1.63382 0.67427,0.5446 1.88451,0.5446 0.97683,0 1.99688,-0.28527 1.0287,-0.29391 2.10927,-0.88174 v 2.38589 q -1.09786,0.41494 -2.19571,0.62241 -1.09786,0.21611 -2.19571,0.21611 -2.62794,0 -4.08887,-1.33126 -1.45228,-1.3399 -1.45228,-3.75172 0,-2.36861 1.42635,-3.7258 1.43499,-1.35719 3.94191,-1.35719 2.28215,0 3.64799,1.37448 1.37448,1.37448 1.37448,3.67393 z m -3.18119,-1.0287 q 0,-0.88174 -0.51867,-1.4177 -0.51003,-0.54461 -1.3399,-0.54461 -0.89903,0 -1.46093,0.51003 -0.56189,0.50138 -0.70021,1.45228 z"
style="stroke-width:0.66389"
id="path85771" />
<path
d="m 289.09533,233.14035 v 5.89557 h -3.11203 v -0.95954 -3.55291 q 0,-1.25345 -0.0605,-1.7289 -0.0519,-0.47545 -0.19018,-0.70021 -0.18154,-0.30256 -0.49274,-0.4668 -0.3112,-0.17289 -0.70885,-0.17289 -0.96819,0 -1.52144,0.75207 -0.55325,0.74343 -0.55325,2.06604 v 4.76314 h -3.09474 v -9.68188 h 3.09474 v 1.41771 q 0.70021,-0.84717 1.48686,-1.24482 0.78665,-0.40629 1.73755,-0.40629 1.67704,0 2.54149,1.0287 0.8731,1.0287 0.8731,2.99101 z"
style="stroke-width:0.66389"
id="path85773" />
</g>
<g
aria-label="isOdd"
transform="rotate(-4.227)"
font-weight="700"
font-size="17.704px"
font-family="sans-serif"
letter-spacing="0"
word-spacing="0"
fill="#e90909"
id="text2826"><tspan
x="224.71373"
y="261.5994"
id="tspan2824"
style="stroke-width:0.66389">isOdd</tspan></text>
<text
style="line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;stroke-width:0.66389"
x="232.00917"
y="287.25305"
style="font-weight:700;font-size:17.70400047px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0;word-spacing:0;fill:#e90909;stroke-width:0.66389"
id="text2826">
<path
d="m 226.20059,251.91752 h 3.09474 v 9.68188 h -3.09474 z m 0,-3.76902 h 3.09474 v 2.52421 h -3.09474 z"
style="stroke-width:0.66389"
id="path85776" />
<path
d="m 239.83302,252.22008 v 2.35131 q -0.99413,-0.41494 -1.91909,-0.6224 -0.92497,-0.20747 -1.7462,-0.20747 -0.88174,0 -1.31396,0.22475 -0.42359,0.21612 -0.42359,0.67428 0,0.37171 0.31985,0.57054 0.32849,0.19882 1.16701,0.29391 l 0.54461,0.0778 q 2.37724,0.30256 3.19847,0.99412 0.82124,0.69157 0.82124,2.16978 0,1.54737 -1.14108,2.32538 -1.14108,0.77801 -3.40595,0.77801 -0.95954,0 -1.98824,-0.1556 -1.02006,-0.14696 -2.10062,-0.44952 v -2.35131 q 0.92496,0.44951 1.89315,0.67427 0.97683,0.22476 1.9796,0.22476 0.90767,0 1.36583,-0.25069 0.45816,-0.25069 0.45816,-0.74343 0,-0.41494 -0.31984,-0.61376 -0.31121,-0.20747 -1.25346,-0.31985 l -0.54461,-0.0692 q -2.06604,-0.25933 -2.89591,-0.95954 -0.82988,-0.70021 -0.82988,-2.12656 0,-1.53872 1.05463,-2.28215 1.05464,-0.74343 3.23306,-0.74343 0.85581,0 1.79806,0.12967 0.94226,0.12966 2.04876,0.40629 z"
style="stroke-width:0.66389"
id="path85778" />
<path
d="m 248.84062,250.87153 q -1.52144,0 -2.35996,1.12379 -0.83852,1.12379 -0.83852,3.1639 0,2.03146 0.83852,3.15525 0.83852,1.12379 2.35996,1.12379 1.53008,0 2.3686,-1.12379 0.83852,-1.12379 0.83852,-3.15525 0,-2.04011 -0.83852,-3.1639 -0.83852,-1.12379 -2.3686,-1.12379 z m 0,-2.41182 q 3.11203,0 4.87551,1.78077 1.76349,1.78077 1.76349,4.91874 0,3.12932 -1.76349,4.91009 -1.76348,1.78078 -4.87551,1.78078 -3.10339,0 -4.87552,-1.78078 -1.76348,-1.78077 -1.76348,-4.91009 0,-3.13797 1.76348,-4.91874 1.77213,-1.78077 4.87552,-1.78077 z"
style="stroke-width:0.66389"
id="path85780" />
<path
d="m 264.444,253.33522 v -5.18672 h 3.11203 v 13.4509 H 264.444 v -1.40042 q -0.6397,0.85581 -1.40906,1.25346 -0.76937,0.39765 -1.78078,0.39765 -1.78941,0 -2.93914,-1.41771 -1.14972,-1.42634 -1.14972,-3.66528 0,-2.23893 1.14972,-3.65663 1.14973,-1.42635 2.93914,-1.42635 1.00277,0 1.77213,0.40629 0.77801,0.39765 1.41771,1.24481 z m -2.04011,6.26729 q 0.99412,0 1.51279,-0.72614 0.52732,-0.72614 0.52732,-2.10927 0,-1.38312 -0.52732,-2.10926 -0.51867,-0.72614 -1.51279,-0.72614 -0.98548,0 -1.5128,0.72614 -0.51867,0.72614 -0.51867,2.10926 0,1.38313 0.51867,2.10927 0.52732,0.72614 1.5128,0.72614 z"
style="stroke-width:0.66389"
id="path85782" />
<path
d="m 277.11688,253.33522 v -5.18672 h 3.11203 v 13.4509 h -3.11203 v -1.40042 q -0.6397,0.85581 -1.40906,1.25346 -0.76936,0.39765 -1.78077,0.39765 -1.78942,0 -2.93915,-1.41771 -1.14972,-1.42634 -1.14972,-3.66528 0,-2.23893 1.14972,-3.65663 1.14973,-1.42635 2.93915,-1.42635 1.00276,0 1.77212,0.40629 0.77801,0.39765 1.41771,1.24481 z m -2.04011,6.26729 q 0.99412,0 1.51279,-0.72614 0.52732,-0.72614 0.52732,-2.10927 0,-1.38312 -0.52732,-2.10926 -0.51867,-0.72614 -1.51279,-0.72614 -0.98548,0 -1.5128,0.72614 -0.51867,0.72614 -0.51867,2.10926 0,1.38313 0.51867,2.10927 0.52732,0.72614 1.5128,0.72614 z"
style="stroke-width:0.66389"
id="path85784" />
</g>
<g
aria-label="isPrime"
transform="rotate(-2.197)"
font-weight="700"
font-size="17.704px"
font-family="sans-serif"
letter-spacing="0"
word-spacing="0"
fill="#04bd3d"
id="text2830"><tspan
x="232.00917"
y="287.25305"
id="tspan2828"
style="stroke-width:0.66389">isPrime</tspan></text>
<text
style="line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;stroke-width:0.66389"
x="272.09683"
y="299.49792"
style="font-weight:700;font-size:17.70400047px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0;word-spacing:0;fill:#04bd3d;stroke-width:0.66389"
id="text2830">
<path
d="m 233.49603,277.57118 h 3.09474 v 9.68187 h -3.09474 z m 0,-3.76902 h 3.09474 v 2.5242 h -3.09474 z"
style="stroke-width:0.66389"
id="path85748" />
<path
d="m 247.12846,277.87374 v 2.35131 q -0.99413,-0.41494 -1.91909,-0.62241 -0.92496,-0.20747 -1.7462,-0.20747 -0.88174,0 -1.31396,0.22476 -0.42359,0.21611 -0.42359,0.67427 0,0.37172 0.31985,0.57054 0.32849,0.19883 1.16701,0.29392 l 0.54461,0.0778 q 2.37724,0.30256 3.19848,0.99412 0.82123,0.69156 0.82123,2.16978 0,1.54737 -1.14108,2.32538 -1.14108,0.778 -3.40595,0.778 -0.95954,0 -1.98824,-0.1556 -1.02005,-0.14696 -2.10062,-0.44951 v -2.35132 q 0.92496,0.44952 1.89315,0.67428 0.97683,0.22475 1.9796,0.22475 0.90767,0 1.36583,-0.25069 0.45817,-0.25069 0.45817,-0.74343 0,-0.41493 -0.31985,-0.61376 -0.31121,-0.20747 -1.25346,-0.31985 l -0.54461,-0.0692 q -2.06604,-0.25934 -2.89591,-0.95955 -0.82988,-0.7002 -0.82988,-2.12655 0,-1.53873 1.05463,-2.28216 1.05464,-0.74343 3.23306,-0.74343 0.85581,0 1.79806,0.12967 0.94226,0.12967 2.04876,0.4063 z"
style="stroke-width:0.66389"
id="path85750" />
<path
d="m 250.24049,274.34677 h 5.52385 q 2.46369,0 3.77766,1.09785 1.32262,1.08921 1.32262,3.11203 0,2.03147 -1.32262,3.12932 -1.31397,1.08921 -3.77766,1.08921 h -2.19571 v 4.47787 h -3.32814 z m 3.32814,2.41182 v 3.60477 h 1.84129 q 0.96818,0 1.4955,-0.4668 0.52732,-0.47545 0.52732,-1.33991 0,-0.86445 -0.52732,-1.33125 -0.52732,-0.46681 -1.4955,-0.46681 z"
style="stroke-width:0.66389"
id="path85752" />
<path
d="m 270.26987,280.20776 q -0.4063,-0.19018 -0.81259,-0.27663 -0.39765,-0.0951 -0.80394,-0.0951 -1.19295,0 -1.84129,0.76937 -0.63969,0.76072 -0.63969,2.18706 v 4.46058 h -3.09474 v -9.68187 h 3.09474 v 1.59059 q 0.59647,-0.9509 1.36584,-1.38312 0.778,-0.44088 1.85857,-0.44088 0.1556,0 0.33714,0.0173 0.18153,0.009 0.52731,0.0519 z"
style="stroke-width:0.66389"
id="path85754" />
<path
d="m 271.80859,277.57118 h 3.09475 v 9.68187 h -3.09475 z m 0,-3.76902 h 3.09475 v 2.5242 h -3.09475 z"
style="stroke-width:0.66389"
id="path85756" />
<path
d="m 286.85008,279.17906 q 0.58783,-0.89903 1.39177,-1.36584 0.81258,-0.47545 1.78077,-0.47545 1.66839,0 2.54149,1.0287 0.8731,1.0287 0.8731,2.99101 v 5.89557 h -3.11203 v -5.0484 q 0.009,-0.11238 0.009,-0.23341 0.009,-0.12102 0.009,-0.34578 0,-1.0287 -0.30256,-1.48686 -0.30256,-0.4668 -0.97683,-0.4668 -0.88175,0 -1.36584,0.72614 -0.47545,0.72614 -0.49274,2.10062 v 4.75449 h -3.11203 v -5.0484 q 0,-1.60789 -0.27662,-2.06605 -0.27663,-0.4668 -0.98548,-0.4668 -0.89039,0 -1.37448,0.73478 -0.48409,0.72614 -0.48409,2.08333 v 4.76314 h -3.11204 v -9.68187 h 3.11204 v 1.4177 q 0.57053,-0.82123 1.30532,-1.23617 0.74343,-0.41494 1.63382,-0.41494 1.00276,0 1.77213,0.4841 0.76936,0.48409 1.16701,1.35719 z"
style="stroke-width:0.66389"
id="path85758" />
<path
d="m 305.98907,282.38618 v 0.88174 h -7.23547 q 0.11238,1.08921 0.78665,1.63382 0.67427,0.5446 1.88451,0.5446 0.97683,0 1.99688,-0.28526 1.0287,-0.29392 2.10927,-0.88175 v 2.38589 q -1.09786,0.41494 -2.19571,0.62241 -1.09786,0.21611 -2.19571,0.21611 -2.62794,0 -4.08887,-1.33125 -1.45228,-1.33991 -1.45228,-3.75173 0,-2.3686 1.42635,-3.72579 1.43499,-1.3572 3.94191,-1.3572 2.28215,0 3.64799,1.37448 1.37448,1.37449 1.37448,3.67393 z m -3.18119,-1.0287 q 0,-0.88174 -0.51867,-1.4177 -0.51003,-0.54461 -1.3399,-0.54461 -0.89903,0 -1.46093,0.51003 -0.56189,0.50138 -0.70021,1.45228 z"
style="stroke-width:0.66389"
id="path85760" />
</g>
<g
aria-label="&gt;0"
transform="rotate(0.662)"
font-weight="700"
font-size="17.704px"
font-family="sans-serif"
letter-spacing="0"
word-spacing="0"
fill="#0e2db8"
id="text2834"><tspan
x="272.09683"
y="299.49792"
id="tspan2832"
style="stroke-width:0.66389">&gt;0</tspan></text>
style="font-weight:700;font-size:17.70400047px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0;word-spacing:0;fill:#0e2db8;stroke-width:0.66389"
id="text2834">
<path
d="m 273.9727,291.0868 v -2.16114 l 11.08228,4.00242 v 2.04011 l -11.08228,4.00242 v -2.16113 l 8.34197,-2.8527 z"
style="stroke-width:0.66389"
id="path85743" />
<path
d="m 295.074,293.03182 q 0,-2.42047 -0.45816,-3.40595 -0.44952,-0.99412 -1.52144,-0.99412 -1.07192,0 -1.53008,0.99412 -0.45816,0.98548 -0.45816,3.40595 0,2.4464 0.45816,3.44916 0.45816,1.00277 1.53008,1.00277 1.06328,0 1.52144,-1.00277 0.45816,-1.00276 0.45816,-3.44916 z m 3.32814,0.0259 q 0,3.20712 -1.38312,4.95332 -1.38313,1.73755 -3.92462,1.73755 -2.55014,0 -3.93326,-1.73755 -1.38313,-1.7462 -1.38313,-4.95332 0,-3.21577 1.38313,-4.95332 1.38312,-1.74619 3.93326,-1.74619 2.54149,0 3.92462,1.74619 1.38312,1.73755 1.38312,4.95332 z"
style="stroke-width:0.66389"
id="path85745" />
</g>
<circle
cy="76.969345"
cx="488.81006"
@ -172,42 +212,70 @@
stroke="#878578"
stroke-width="7.00006"
id="circle2836" />
<text
style="line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start"
x="130.5511"
y="259.93155"
<g
aria-label="number"
transform="rotate(0.221)"
font-weight="700"
font-size="20.1212px"
font-family="sans-serif"
letter-spacing="0"
word-spacing="0"
fill="#9d539f"
stroke-width="0.754843"
id="text2840"><tspan
x="130.5511"
y="259.93155"
fill="#797979"
id="tspan2838"
style="stroke-width:0.501133">number</tspan></text>
<text
style="line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start"
x="380.29541"
y="259.6022"
style="font-weight:700;font-size:20.12120056px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0;word-spacing:0;fill:#9d539f;stroke-width:0.754843"
id="text2840">
<path
d="m 143.3037,253.23103 v 6.70052 h -3.53693 v -1.09055 -4.038 q 0,-1.4246 -0.0688,-1.96496 -0.059,-0.54036 -0.21615,-0.79581 -0.20632,-0.34387 -0.56001,-0.53054 -0.3537,-0.19649 -0.80564,-0.19649 -1.10038,0 -1.72916,0.85475 -0.62879,0.84494 -0.62879,2.34813 v 5.41347 h -3.51728 v -11.00378 h 3.51728 v 1.61127 q 0.79581,-0.96284 1.68986,-1.41478 0.89406,-0.46176 1.97479,-0.46176 1.90601,0 2.88849,1.16915 0.99231,1.16915 0.99231,3.39938 z"
style="fill:#797979;stroke-width:0.50113302"
id="path85787" />
<path
d="m 146.44764,255.64793 v -6.72016 h 3.53693 v 1.10038 q 0,0.89405 -0.01,2.24988 -0.01,1.34599 -0.01,1.79794 0,1.32634 0.0688,1.91583 0.0688,0.57967 0.2358,0.84494 0.21614,0.34386 0.56001,0.53053 0.35369,0.18668 0.80563,0.18668 1.10038,0 1.72917,-0.84494 0.62879,-0.84493 0.62879,-2.34813 v -5.43311 h 3.51728 v 11.00378 h -3.51728 v -1.59162 q -0.79581,0.96283 -1.68987,1.4246 -0.88423,0.45194 -1.95514,0.45194 -1.90601,0 -2.90814,-1.16915 -0.9923,-1.16916 -0.9923,-3.39939 z"
style="fill:#797979;stroke-width:0.50113302"
id="path85789" />
<path
d="m 171.08825,250.75518 q 0.66808,-1.02178 1.58179,-1.55232 0.92353,-0.54036 2.02391,-0.54036 1.89619,0 2.88849,1.16915 0.99231,1.16915 0.99231,3.39938 v 6.70052 h -3.53693 v -5.73769 q 0.01,-0.12772 0.01,-0.26527 0.01,-0.13754 0.01,-0.39299 0,-1.16915 -0.34387,-1.68987 -0.34387,-0.53053 -1.1102,-0.53053 -1.00213,0 -1.55232,0.82528 -0.54037,0.82528 -0.56002,2.38743 v 5.40364 h -3.53693 v -5.73769 q 0,-1.82741 -0.31439,-2.34813 -0.31439,-0.53053 -1.12003,-0.53053 -1.01195,0 -1.56214,0.8351 -0.55019,0.82529 -0.55019,2.36778 v 5.41347 h -3.53693 v -11.00378 h 3.53693 v 1.61127 q 0.64844,-0.93336 1.48355,-1.40495 0.84493,-0.47159 1.85688,-0.47159 1.13968,0 2.01409,0.55019 0.87441,0.55019 1.32635,1.54249 z"
style="fill:#797979;stroke-width:0.50113302"
id="path85791" />
<path
d="m 187.71182,257.66202 q 1.12985,0 1.71934,-0.82528 0.59931,-0.82529 0.59931,-2.39726 0,-1.57197 -0.59931,-2.39725 -0.58949,-0.82528 -1.71934,-0.82528 -1.12986,0 -1.73899,0.83511 -0.59932,0.82528 -0.59932,2.38742 0,1.56215 0.59932,2.39726 0.60913,0.82528 1.73899,0.82528 z m -2.33831,-7.12298 q 0.72704,-0.96284 1.61127,-1.41478 0.88423,-0.46176 2.03374,-0.46176 2.03373,0 3.34043,1.62109 1.3067,1.61127 1.3067,4.15589 0,2.54463 -1.3067,4.16572 -1.3067,1.61127 -3.34043,1.61127 -1.14951,0 -2.03374,-0.45194 -0.88423,-0.46177 -1.61127,-1.4246 v 1.59162 h -3.51728 v -15.2874 h 3.51728 z"
style="fill:#797979;stroke-width:0.50113302"
id="path85793" />
<path
d="m 207.24353,254.40018 v 1.00213 h -8.22336 q 0.12772,1.23793 0.89406,1.85689 0.76633,0.61896 2.14181,0.61896 1.1102,0 2.26953,-0.32421 1.16915,-0.33405 2.39725,-1.00213 v 2.71164 q -1.24775,0.47159 -2.4955,0.70739 -1.24775,0.24562 -2.4955,0.24562 -2.98674,0 -4.64714,-1.51302 -1.65056,-1.52285 -1.65056,-4.26397 0,-2.69199 1.62109,-4.23449 1.63092,-1.54249 4.48011,-1.54249 2.59375,0 4.14607,1.56214 1.56214,1.56215 1.56214,4.17554 z m -3.61553,-1.16915 q 0,-1.00213 -0.58948,-1.61127 -0.57967,-0.61896 -1.52285,-0.61896 -1.02178,0 -1.66039,0.57966 -0.63861,0.56984 -0.79581,1.65057 z"
style="fill:#797979;stroke-width:0.50113302"
id="path85795" />
<path
d="m 218.08029,251.92433 q -0.46177,-0.21614 -0.92353,-0.31439 -0.45194,-0.10807 -0.91371,-0.10807 -1.35582,0 -2.09268,0.8744 -0.72704,0.86459 -0.72704,2.48568 v 5.0696 h -3.51728 v -11.00378 h 3.51728 v 1.80776 q 0.67791,-1.08073 1.55232,-1.57197 0.88423,-0.50106 2.11234,-0.50106 0.17684,0 0.38316,0.0197 0.20632,0.01 0.59932,0.0589 z"
style="fill:#797979;stroke-width:0.50113302"
id="path85797" />
</g>
<g
aria-label="boolean"
transform="rotate(0.221)"
font-weight="700"
font-size="20.1212px"
font-family="sans-serif"
letter-spacing="0"
word-spacing="0"
fill="#9d539f"
stroke-width="0.754843"
id="text2844"><tspan
x="380.29541"
y="259.6022"
fill="#797979"
id="tspan2842"
style="stroke-width:0.501133">boolean</tspan></text>
style="font-weight:700;font-size:20.12120056px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0;word-spacing:0;fill:#9d539f;stroke-width:0.754843"
id="text2844">
<path
d="m 387.84086,257.33267 q 1.12985,0 1.71934,-0.82528 0.59931,-0.82528 0.59931,-2.39725 0,-1.57197 -0.59931,-2.39726 -0.58949,-0.82528 -1.71934,-0.82528 -1.12985,0 -1.73899,0.83511 -0.59931,0.82528 -0.59931,2.38743 0,1.56214 0.59931,2.39725 0.60914,0.82528 1.73899,0.82528 z m -2.3383,-7.12298 q 0.72703,-0.96283 1.61126,-1.41477 0.88424,-0.46177 2.03374,-0.46177 2.03373,0 3.34043,1.62109 1.3067,1.61127 1.3067,4.1559 0,2.54462 -1.3067,4.16571 -1.3067,1.61127 -3.34043,1.61127 -1.1495,0 -2.03374,-0.45194 -0.88423,-0.46176 -1.61126,-1.4246 v 1.59162 h -3.51728 v -15.28739 h 3.51728 z"
style="fill:#797979;stroke-width:0.50113302"
id="path85728" />
<path
d="m 401.62506,250.8483 q -1.16915,0 -1.78811,0.84494 -0.60914,0.8351 -0.60914,2.4169 0,1.58179 0.60914,2.42672 0.61896,0.83511 1.78811,0.83511 1.1495,0 1.75864,-0.83511 0.60914,-0.84493 0.60914,-2.42672 0,-1.5818 -0.60914,-2.4169 -0.60914,-0.84494 -1.75864,-0.84494 z m 0,-2.51515 q 2.83937,0 4.43099,1.53267 1.60144,1.53267 1.60144,4.24432 0,2.71164 -1.60144,4.24431 -1.59162,1.53267 -4.43099,1.53267 -2.84919,0 -4.46046,-1.53267 -1.60144,-1.53267 -1.60144,-4.24431 0,-2.71165 1.60144,-4.24432 1.61127,-1.53267 4.46046,-1.53267 z"
style="fill:#797979;stroke-width:0.50113302"
id="path85730" />
<path
d="m 415.44856,250.8483 q -1.16915,0 -1.78811,0.84494 -0.60914,0.8351 -0.60914,2.4169 0,1.58179 0.60914,2.42672 0.61896,0.83511 1.78811,0.83511 1.14951,0 1.75864,-0.83511 0.60914,-0.84493 0.60914,-2.42672 0,-1.5818 -0.60914,-2.4169 -0.60913,-0.84494 -1.75864,-0.84494 z m 0,-2.51515 q 2.83937,0 4.43099,1.53267 1.60144,1.53267 1.60144,4.24432 0,2.71164 -1.60144,4.24431 -1.59162,1.53267 -4.43099,1.53267 -2.84919,0 -4.46046,-1.53267 -1.60144,-1.53267 -1.60144,-4.24431 0,-2.71165 1.60144,-4.24432 1.61127,-1.53267 4.46046,-1.53267 z"
style="fill:#797979;stroke-width:0.50113302"
id="path85732" />
<path
d="m 424.03544,244.31481 h 3.51728 v 15.28739 h -3.51728 z"
style="fill:#797979;stroke-width:0.50113302"
id="path85734" />
<path
d="m 441.91659,254.07084 v 1.00213 h -8.22337 q 0.12773,1.23792 0.89406,1.85689 0.76634,0.61896 2.14181,0.61896 1.1102,0 2.26953,-0.32422 1.16915,-0.33404 2.39725,-1.00213 v 2.71165 q -1.24775,0.47159 -2.4955,0.70738 -1.24775,0.24562 -2.4955,0.24562 -2.98674,0 -4.64713,-1.51302 -1.65057,-1.52284 -1.65057,-4.26396 0,-2.692 1.62109,-4.23449 1.63092,-1.5425 4.48011,-1.5425 2.59375,0 4.14607,1.56215 1.56215,1.56214 1.56215,4.17554 z m -3.61553,-1.16915 q 0,-1.00213 -0.58949,-1.61127 -0.57966,-0.61896 -1.52284,-0.61896 -1.02178,0 -1.6604,0.57966 -0.63861,0.56984 -0.79581,1.65057 z"
style="fill:#797979;stroke-width:0.50113302"
id="path85736" />
<path
d="m 449.51116,254.6505 q -1.10038,0 -1.66039,0.37334 -0.55019,0.37335 -0.55019,1.10038 0,0.66809 0.44212,1.05126 0.45194,0.37334 1.24775,0.37334 0.9923,0 1.67021,-0.70739 0.67792,-0.71721 0.67792,-1.78811 v -0.40282 z m 5.37417,-1.32635 v 6.27805 h -3.54675 v -1.63091 q -0.70739,1.00213 -1.59162,1.46389 -0.88423,0.45194 -2.15163,0.45194 -1.70952,0 -2.78042,-0.9923 -1.06108,-1.00213 -1.06108,-2.59375 0,-1.93549 1.32635,-2.83937 1.33617,-0.90388 4.18536,-0.90388 h 2.07304 v -0.2751 q 0,-0.8351 -0.65827,-1.21827 -0.65826,-0.39299 -2.05338,-0.39299 -1.12985,0 -2.10251,0.22597 -0.97265,0.22597 -1.80776,0.67791 v -2.68217 q 1.12985,-0.2751 2.26953,-0.41265 1.13968,-0.14737 2.27935,-0.14737 2.97692,0 4.29344,1.17898 1.32635,1.16915 1.32635,3.81202 z"
style="fill:#797979;stroke-width:0.50113302"
id="path85738" />
<path
d="m 469.21972,252.90169 v 6.70051 h -3.53693 v -1.09055 -4.03799 q 0,-1.4246 -0.0688,-1.96497 -0.0589,-0.54036 -0.21615,-0.79581 -0.20632,-0.34386 -0.56001,-0.53053 -0.35369,-0.1965 -0.80564,-0.1965 -1.10037,0 -1.72916,0.85476 -0.62879,0.84493 -0.62879,2.34813 v 5.41346 h -3.51728 v -11.00378 h 3.51728 v 1.61127 q 0.79581,-0.96283 1.68987,-1.41477 0.89406,-0.46177 1.97478,-0.46177 1.90602,0 2.8885,1.16915 0.9923,1.16916 0.9923,3.39939 z"
style="fill:#797979;stroke-width:0.50113302"
id="path85740" />
</g>
</g>
</switch>
</svg>

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -11,7 +11,7 @@
version="1.1"
id="svg290"
sodipodi:docname="addition_commutative.svg"
inkscape:version="1.0.1 (0767f8302a, 2020-10-17)">
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
<metadata
id="metadata296">
<rdf:RDF>
@ -20,7 +20,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
@ -47,8 +47,8 @@
inkscape:window-height="1376"
id="namedview292"
showgrid="false"
inkscape:zoom="2.8284271"
inkscape:cx="363.75339"
inkscape:zoom="2.3359375"
inkscape:cx="347.55852"
inkscape:cy="81.929955"
inkscape:window-x="0"
inkscape:window-y="27"
@ -57,145 +57,125 @@
showguides="true"
inkscape:guide-bbox="true"
inkscape:document-rotation="0" />
<text
xml:space="preserve"
<g
aria-label="+"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none"
x="140.21312"
y="100.27731"
id="text2953"><tspan
sodipodi:role="line"
id="tspan2951"
x="140.21312"
y="100.27731"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold'">+</tspan></text>
id="text2953">
<path
d="m 159.29515,75.199188 v 10.234375 h 10.19531 v 4.609375 h -10.19531 v 10.234372 h -4.64844 V 90.042938 H 144.4514 v -4.609375 h 10.19531 V 75.199188 Z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold'"
id="path80107" />
</g>
<g
id="g701">
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:62.9988px;line-height:1.25;font-family:sans-serif;fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:1.57497"
x="68.63739"
y="107.01456"
id="text3032-1"><tspan
sodipodi:role="line"
id="tspan3030-8"
x="68.63739"
y="107.01456"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#cccccc;stroke-width:1.57497">x</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:62.9988px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.57497"
x="67.107735"
y="103.72162"
id="text3032"><tspan
sodipodi:role="line"
id="tspan3030"
x="67.107735"
y="103.72162"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.57497">x</tspan></text>
<g
aria-label="x"
style="font-style:normal;font-weight:normal;font-size:62.99879837px;line-height:1.25;font-family:sans-serif;fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:1.57497001"
id="text3032-1">
<path
d="M 82.633705,89.388428 70.206208,72.562089 h 11.658469 l 7.044299,10.212696 7.136583,-10.212696 h 11.658471 l -12.4275,16.764817 13.04272,17.687654 H 96.660781 L 88.908976,96.125116 81.249454,107.01456 H 69.590985 Z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#cccccc;stroke-width:1.57497001"
id="path80110" />
</g>
<g
aria-label="x"
style="font-style:normal;font-weight:normal;font-size:62.99879837px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.57497001"
id="text3032">
<path
d="M 81.10405,86.09549 68.676552,69.269151 h 11.658469 l 7.0443,10.212696 7.136582,-10.212696 H 106.17437 L 93.746875,86.033968 106.78959,103.72162 H 95.131126 L 87.379321,92.832178 79.719799,103.72162 H 68.06133 Z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.57497001"
id="path80113" />
</g>
</g>
<text
xml:space="preserve"
<g
aria-label="="
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none"
x="279.53336"
y="99.057312"
id="text2953-1"><tspan
sodipodi:role="line"
id="tspan2951-7"
x="279.53336"
y="99.057312"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold'">=</tspan></text>
<text
xml:space="preserve"
id="text2953-1">
<path
d="m 283.77164,79.779968 h 25.03906 v 4.589844 h -25.03906 z m 0,8.886719 h 25.03906 v 4.628906 h -25.03906 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold'"
id="path80116" />
</g>
<g
aria-label="+"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none"
x="410.26471"
y="100.97964"
id="text2953-3"><tspan
sodipodi:role="line"
id="tspan2951-6"
x="410.26471"
y="100.97964"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold'">+</tspan></text>
id="text2953-3">
<path
d="m 429.34674,75.901512 v 10.234375 h 10.19531 v 4.609375 H 429.34674 V 100.97964 H 424.6983 V 90.745262 H 414.50299 V 86.135887 H 424.6983 V 75.901512 Z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold'"
id="path80119" />
</g>
<g
id="g760">
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:62.9988px;line-height:1.25;font-family:sans-serif;fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:1.57497;"
x="203.11075"
y="106.17343"
id="text3032-7-2"><tspan
sodipodi:role="line"
id="tspan3030-9-0"
x="203.11075"
y="106.17343"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.57497;fill:#cccccc;">y</tspan></text>
<g
aria-label="y"
style="font-style:normal;font-weight:normal;font-size:62.99879837px;line-height:1.25;font-family:sans-serif;fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:1.57497001"
id="text3032-7-2"
transform="translate(2)">
<path
d="m 203.87978,71.720964 h 11.01248 l 9.2591,23.37846 7.87485,-23.37846 h 11.01249 l -14.4885,37.713146 q -2.18404,5.75233 -5.10634,8.02866 -2.89155,2.30708 -7.65953,2.30708 h -6.36755 v -7.22886 h 3.44525 q 2.79926,0 4.06047,-0.89208 1.29196,-0.89207 1.99947,-3.19915 l 0.30761,-0.9536 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#cccccc;stroke-width:1.57497001"
id="path80122"
inkscape:connector-curvature="0" />
</g>
<g
id="g705">
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:62.9988px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.57497"
x="199.92342"
y="104.64442"
id="text3032-7"><tspan
sodipodi:role="line"
id="tspan3030-9"
x="199.92342"
y="104.64442"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.57497">y</tspan></text>
<g
aria-label="y"
style="font-style:normal;font-weight:normal;font-size:62.99879837px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.57497001"
id="text3032-7">
<path
d="m 200.69244,70.191949 h 11.01249 l 9.2591,23.37846 7.87485,-23.37846 h 11.01249 l -14.4885,37.713151 q -2.18404,5.75233 -5.10635,8.02865 -2.89154,2.30709 -7.65952,2.30709 h -6.36755 v -7.22887 h 3.44524 q 2.79927,0 4.06047,-0.89207 1.29197,-0.89207 1.99948,-3.19916 l 0.30761,-0.95359 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.57497001"
id="path80125" />
</g>
</g>
</g>
<g
id="g701-7"
transform="translate(414.35522,1.7842463)">
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:62.9988px;line-height:1.25;font-family:sans-serif;fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:1.57497"
x="68.63739"
y="107.01456"
id="text3032-1-3"><tspan
sodipodi:role="line"
id="tspan3030-8-6"
x="68.63739"
y="107.01456"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#cccccc;stroke-width:1.57497">x</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:62.9988px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.57497"
x="67.107735"
y="103.72162"
id="text3032-12"><tspan
sodipodi:role="line"
id="tspan3030-93"
x="67.107735"
y="103.72162"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.57497">x</tspan></text>
<g
aria-label="x"
style="font-style:normal;font-weight:normal;font-size:62.99879837px;line-height:1.25;font-family:sans-serif;fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:1.57497001"
id="text3032-1-3">
<path
d="M 82.633705,89.388428 70.206208,72.562089 h 11.658469 l 7.044299,10.212696 7.136583,-10.212696 h 11.658471 l -12.4275,16.764817 13.04272,17.687654 H 96.660781 L 88.908976,96.125116 81.249454,107.01456 H 69.590985 Z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#cccccc;stroke-width:1.57497001"
id="path80128" />
</g>
<g
aria-label="x"
style="font-style:normal;font-weight:normal;font-size:62.99879837px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.57497001"
id="text3032-12">
<path
d="M 81.10405,86.09549 68.676552,69.269151 h 11.658469 l 7.0443,10.212696 7.136582,-10.212696 H 106.17437 L 93.746875,86.033968 106.78959,103.72162 H 95.131126 L 87.379321,92.832178 79.719799,103.72162 H 68.06133 Z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.57497001"
id="path80131" />
</g>
</g>
<g
id="g760-1"
transform="translate(140.26041,-2.6718727)">
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:62.9988px;line-height:1.25;font-family:sans-serif;fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:1.57497"
x="203.11075"
y="106.17343"
id="text3032-7-2-9"><tspan
sodipodi:role="line"
id="tspan3030-9-0-4"
x="203.11075"
y="106.17343"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#cccccc;stroke-width:1.57497">y</tspan></text>
<g
aria-label="y"
style="font-style:normal;font-weight:normal;font-size:62.99879837px;line-height:1.25;font-family:sans-serif;fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:1.57497001"
id="text3032-7-2-9">
<path
d="m 203.87978,71.720964 h 11.01248 l 9.2591,23.37846 7.87485,-23.37846 h 11.01249 l -14.4885,37.713146 q -2.18404,5.75233 -5.10634,8.02866 -2.89155,2.30708 -7.65953,2.30708 h -6.36755 v -7.22886 h 3.44525 q 2.79926,0 4.06047,-0.89208 1.29196,-0.89207 1.99947,-3.19915 l 0.30761,-0.9536 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#cccccc;stroke-width:1.57497001"
id="path80134" />
</g>
<g
id="g705-7">
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:62.9988px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.57497"
x="199.92342"
y="104.64442"
id="text3032-7-8"><tspan
sodipodi:role="line"
id="tspan3030-9-4"
x="199.92342"
y="104.64442"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.57497">y</tspan></text>
<g
aria-label="y"
style="font-style:normal;font-weight:normal;font-size:62.99879837px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.57497001"
id="text3032-7-8">
<path
d="m 200.69244,70.191949 h 11.01249 l 9.2591,23.37846 7.87485,-23.37846 h 11.01249 l -14.4885,37.713151 q -2.18404,5.75233 -5.10635,8.02865 -2.89154,2.30709 -7.65952,2.30709 h -6.36755 v -7.22887 h 3.44524 q 2.79927,0 4.06047,-0.89207 1.29197,-0.89207 1.99948,-3.19916 l 0.30761,-0.95359 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.57497001"
id="path80137" />
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

View File

@ -11,7 +11,7 @@
version="1.1"
id="svg3397"
sodipodi:docname="klein_four.svg"
inkscape:version="1.0.1 (0767f8302a, 2020-10-17)">
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
<metadata
id="metadata3403">
<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>
@ -39,8 +39,8 @@
inkscape:window-height="1376"
id="namedview3399"
showgrid="false"
inkscape:zoom="2.8284271"
inkscape:cx="334.71537"
inkscape:zoom="13.214058"
inkscape:cx="318.5205"
inkscape:cy="16.869972"
inkscape:window-x="0"
inkscape:window-y="27"
@ -55,13 +55,10 @@
<g
id="g10281"
transform="matrix(-0.00437829,-0.68408837,0.68408837,-0.00437829,188.86402,179.30649)">
<rect
style="display:inline;fill:#f2f2f2;fill-opacity:1;stroke:#7d7d7d;stroke-width:2.80116;stroke-linejoin:round;stroke-opacity:1"
id="rect10151"
width="42.339878"
height="92.617043"
x="54.172161"
y="45.651512" />
<path
style="display:inline;fill:#f2f2f2;fill-opacity:1;stroke:#7d7d7d;stroke-width:2.8011601;stroke-linejoin:round;stroke-opacity:1"
d="M 54.172161,45.651512 H 96.512039 V 138.26855 H 54.172161 Z"
id="rect10151" />
<path
style="display:inline;fill:#39bced;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 79.696436,46.549704 c 4.44209,10.92229 16.53433,16.34351 16.53433,16.34351 l -0.32443,-16.74272 z"
@ -83,11 +80,8 @@
id="path1742-5-0-3"
sodipodi:nodetypes="cccc" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:39.7622px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.994057"
x="500.26193"
y="-52.671074"
<g
style="font-style:normal;font-weight:normal;font-size:39.7621994px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.994057"
id="text1739" />
<g
id="g12351"
@ -112,17 +106,15 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.204442"
x="128.84366"
y="82.409126"
id="text5016-15"><tspan
sodipodi:role="line"
id="tspan5014-9"
x="128.84366"
y="82.409126"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.204442">V</tspan></text>
<g
aria-label="V"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.20444199"
id="text5016-15">
<path
d="m 128.88359,76.447587 h 1.54529 l 1.58122,4.400279 1.57723,-4.400279 h 1.54529 l -2.20812,5.961539 h -1.83279 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.20444199"
id="path174954" />
</g>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
@ -141,17 +133,15 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.204442"
x="281.8624"
y="9.3519907"
id="text5016-15-0"><tspan
sodipodi:role="line"
id="tspan5014-9-3"
x="281.8624"
y="9.3519907"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.204442">V</tspan></text>
<g
aria-label="V"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.20444199"
id="text5016-15-0">
<path
d="m 281.90233,3.3904516 h 1.54528 l 1.58123,4.4002787 1.57723,-4.4002787 h 1.54529 l -2.20812,5.9615391 h -1.83279 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.20444199"
id="path174957" />
</g>
</g>
<g
id="g12236"
@ -177,17 +167,15 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.204442"
x="128.84366"
y="82.409126"
id="text5016-15-7"><tspan
sodipodi:role="line"
id="tspan5014-9-0"
x="128.84366"
y="82.409126"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.204442">H</tspan></text>
<g
aria-label="H"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.20444199"
id="text5016-15-7">
<path
d="m 129.59434,76.447587 h 1.5373 V 78.7196 h 2.26802 v -2.272013 h 1.53731 v 5.961539 h -1.53731 v -2.527565 h -2.26802 v 2.527565 h -1.5373 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.20444199"
id="path174960" />
</g>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
@ -206,29 +194,24 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.204442"
x="262.05066"
y="99.826958"
id="text5016-15-0-2"><tspan
sodipodi:role="line"
id="tspan5014-9-3-7"
x="262.05066"
y="99.826958"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.204442">H</tspan></text>
<g
aria-label="H"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.20444199"
id="text5016-15-0-2">
<path
d="m 262.80134,93.865419 h 1.5373 v 2.272013 h 2.26802 v -2.272013 h 1.53731 v 5.961539 h -1.53731 v -2.527565 h -2.26802 v 2.527565 h -1.5373 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.20444199"
id="path174963" />
</g>
</g>
<g
id="g10281-2"
transform="matrix(-0.00437829,-0.68408837,-0.7131312,0.00456417,319.40954,97.595776)"
style="display:inline">
<rect
style="display:inline;fill:#f2f2f2;fill-opacity:1;stroke:#7d7d7d;stroke-width:2.80116;stroke-linejoin:round;stroke-opacity:1"
id="rect10151-5"
width="42.339878"
height="92.617043"
x="54.172161"
y="45.651512" />
<path
style="display:inline;fill:#f2f2f2;fill-opacity:1;stroke:#7d7d7d;stroke-width:2.8011601;stroke-linejoin:round;stroke-opacity:1"
d="M 54.172161,45.651512 H 96.512039 V 138.26855 H 54.172161 Z"
id="rect10151-5" />
<path
style="display:inline;fill:#39bced;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 79.696436,46.549704 c 4.44209,10.92229 16.53433,16.34351 16.53433,16.34351 l -0.32443,-16.74272 z"
@ -254,13 +237,10 @@
id="g10281-2-8"
transform="matrix(0.00456932,0.71393556,-0.7131312,0.00456417,441.48576,-9.5560845)"
style="display:inline">
<rect
style="display:inline;fill:#f2f2f2;fill-opacity:1;stroke:#7d7d7d;stroke-width:2.80116;stroke-linejoin:round;stroke-opacity:1"
id="rect10151-5-6"
width="42.339878"
height="92.617043"
x="54.172161"
y="45.651512" />
<path
style="display:inline;fill:#f2f2f2;fill-opacity:1;stroke:#7d7d7d;stroke-width:2.8011601;stroke-linejoin:round;stroke-opacity:1"
d="M 54.172161,45.651512 H 96.512039 V 138.26855 H 54.172161 Z"
id="rect10151-5-6" />
<path
style="display:inline;fill:#39bced;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 79.696436,46.549704 c 4.44209,10.92229 16.53433,16.34351 16.53433,16.34351 l -0.32443,-16.74272 z"
@ -286,13 +266,10 @@
id="g10281-2-8-2"
transform="matrix(0.0093944,0.63305482,0.68327321,-0.0047813,317.13472,81.266835)"
style="display:inline">
<rect
style="display:inline;fill:#f2f2f2;fill-opacity:1;stroke:#7d7d7d;stroke-width:2.80116;stroke-linejoin:round;stroke-opacity:1"
id="rect10151-5-6-3"
width="42.339878"
height="92.617043"
x="54.172161"
y="45.651512" />
<path
style="display:inline;fill:#f2f2f2;fill-opacity:1;stroke:#7d7d7d;stroke-width:2.8011601;stroke-linejoin:round;stroke-opacity:1"
d="M 54.172161,45.651512 H 96.512039 V 138.26855 H 54.172161 Z"
id="rect10151-5-6-3" />
<path
style="display:inline;fill:#39bced;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 79.696436,46.549704 c 4.44209,10.92229 16.53433,16.34351 16.53433,16.34351 l -0.32443,-16.74272 z"
@ -338,17 +315,15 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.204442"
x="128.84366"
y="82.409126"
id="text5016-15-1"><tspan
sodipodi:role="line"
id="tspan5014-9-2"
x="128.84366"
y="82.409126"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.204442">V</tspan></text>
<g
aria-label="V"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.20444199"
id="text5016-15-1">
<path
d="m 128.88359,76.447587 h 1.54529 l 1.58122,4.400279 1.57723,-4.400279 h 1.54529 l -2.20812,5.961539 h -1.83279 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.20444199"
id="path174969" />
</g>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
@ -367,17 +342,15 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.204442"
x="281.8624"
y="9.3519907"
id="text5016-15-0-0"><tspan
sodipodi:role="line"
id="tspan5014-9-3-9"
x="281.8624"
y="9.3519907"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.204442">V</tspan></text>
<g
aria-label="V"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.20444199"
id="text5016-15-0-0">
<path
d="m 281.90233,3.3904516 h 1.54528 l 1.58123,4.4002787 1.57723,-4.4002787 h 1.54529 l -2.20812,5.9615391 h -1.83279 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.20444199"
id="path174972" />
</g>
</g>
<g
id="g12236-0"
@ -404,17 +377,15 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.204442"
x="128.84366"
y="82.409126"
id="text5016-15-7-7"><tspan
sodipodi:role="line"
id="tspan5014-9-0-4"
x="128.84366"
y="82.409126"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.204442">H</tspan></text>
<g
aria-label="H"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.20444199"
id="text5016-15-7-7">
<path
d="m 129.59434,76.447587 h 1.5373 V 78.7196 h 2.26802 v -2.272013 h 1.53731 v 5.961539 h -1.53731 v -2.527565 h -2.26802 v 2.527565 h -1.5373 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.20444199"
id="path174975" />
</g>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
@ -433,17 +404,15 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.204442"
x="262.05066"
y="99.826958"
id="text5016-15-0-2-0"><tspan
sodipodi:role="line"
id="tspan5014-9-3-7-3"
x="262.05066"
y="99.826958"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.204442">H</tspan></text>
<g
aria-label="H"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.20444199"
id="text5016-15-0-2-0">
<path
d="m 262.80134,93.865419 h 1.5373 v 2.272013 h 2.26802 v -2.272013 h 1.53731 v 5.961539 h -1.53731 v -2.527565 h -2.26802 v 2.527565 h -1.5373 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.20444199"
id="path174978" />
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -11,7 +11,7 @@
version="1.1"
id="svg3397"
sodipodi:docname="klein_four_as_product.svg"
inkscape:version="1.0.1 (0767f8302a, 2020-10-17)">
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
<metadata
id="metadata3403">
<rdf:RDF>
@ -39,8 +39,8 @@
inkscape:window-height="838"
id="namedview3399"
showgrid="false"
inkscape:zoom="2.8284271"
inkscape:cx="273.9227"
inkscape:zoom="1.8174854"
inkscape:cx="244.48642"
inkscape:cy="44.18085"
inkscape:window-x="415"
inkscape:window-y="82"
@ -52,11 +52,8 @@
id="layer1"
inkscape:label="Layer 1"
style="display:inline">
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:39.7622px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.994057"
x="500.26193"
y="-52.671074"
<g
style="font-style:normal;font-weight:normal;font-size:39.7621994px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.994057"
id="text1739" />
<g
id="g12351"
@ -81,17 +78,15 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.204442"
x="128.84366"
y="82.409126"
id="text5016-15"><tspan
sodipodi:role="line"
id="tspan5014-9"
x="128.84366"
y="82.409126"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.204442">V</tspan></text>
<g
aria-label="V"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.20444199"
id="text5016-15">
<path
d="m 128.88359,76.447587 h 1.54529 l 1.58122,4.400279 1.57723,-4.400279 h 1.54529 l -2.20812,5.961539 h -1.83279 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.20444199"
id="path176554" />
</g>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
@ -110,17 +105,15 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.204442"
x="281.8624"
y="9.3519907"
id="text5016-15-0"><tspan
sodipodi:role="line"
id="tspan5014-9-3"
x="281.8624"
y="9.3519907"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.204442">V</tspan></text>
<g
aria-label="V"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.20444199"
id="text5016-15-0">
<path
d="m 281.90233,3.3904516 h 1.54528 l 1.58123,4.4002787 1.57723,-4.4002787 h 1.54529 l -2.20812,5.9615391 h -1.83279 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.20444199"
id="path176557" />
</g>
</g>
<g
id="g12236"
@ -146,17 +139,15 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.204442"
x="128.84366"
y="82.409126"
id="text5016-15-7"><tspan
sodipodi:role="line"
id="tspan5014-9-0"
x="128.84366"
y="82.409126"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.204442">H</tspan></text>
<g
aria-label="H"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.20444199"
id="text5016-15-7">
<path
d="m 129.59434,76.447587 h 1.5373 V 78.7196 h 2.26802 v -2.272013 h 1.53731 v 5.961539 h -1.53731 v -2.527565 h -2.26802 v 2.527565 h -1.5373 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.20444199"
id="path176560" />
</g>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
@ -175,17 +166,15 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.204442"
x="262.05066"
y="99.826958"
id="text5016-15-0-2"><tspan
sodipodi:role="line"
id="tspan5014-9-3-7"
x="262.05066"
y="99.826958"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.204442">H</tspan></text>
<g
aria-label="H"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.20444199"
id="text5016-15-0-2">
<path
d="m 262.80134,93.865419 h 1.5373 v 2.272013 h 2.26802 v -2.272013 h 1.53731 v 5.961539 h -1.53731 v -2.527565 h -2.26802 v 2.527565 h -1.5373 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.20444199"
id="path176563" />
</g>
</g>
<g
id="g12351-9"
@ -211,17 +200,15 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.204442"
x="128.84366"
y="82.409126"
id="text5016-15-1"><tspan
sodipodi:role="line"
id="tspan5014-9-2"
x="128.84366"
y="82.409126"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.204442">V</tspan></text>
<g
aria-label="V"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.20444199"
id="text5016-15-1">
<path
d="m 128.88359,76.447587 h 1.54529 l 1.58122,4.400279 1.57723,-4.400279 h 1.54529 l -2.20812,5.961539 h -1.83279 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.20444199"
id="path176566" />
</g>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
@ -240,17 +227,15 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.204442"
x="281.8624"
y="9.3519907"
id="text5016-15-0-0"><tspan
sodipodi:role="line"
id="tspan5014-9-3-9"
x="281.8624"
y="9.3519907"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.204442">V</tspan></text>
<g
aria-label="V"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.20444199"
id="text5016-15-0-0">
<path
d="m 281.90233,3.3904516 h 1.54528 l 1.58123,4.4002787 1.57723,-4.4002787 h 1.54529 l -2.20812,5.9615391 h -1.83279 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.20444199"
id="path176569" />
</g>
</g>
<g
id="g12236-0"
@ -277,17 +262,15 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.204442"
x="128.84366"
y="82.409126"
id="text5016-15-7-7"><tspan
sodipodi:role="line"
id="tspan5014-9-0-4"
x="128.84366"
y="82.409126"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.204442">H</tspan></text>
<g
aria-label="H"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.20444199"
id="text5016-15-7-7">
<path
d="m 129.59434,76.447587 h 1.5373 V 78.7196 h 2.26802 v -2.272013 h 1.53731 v 5.961539 h -1.53731 v -2.527565 h -2.26802 v 2.527565 h -1.5373 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.20444199"
id="path176572" />
</g>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
@ -306,37 +289,29 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8.17765px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.204442"
x="262.05066"
y="99.826958"
id="text5016-15-0-2-0"><tspan
sodipodi:role="line"
id="tspan5014-9-3-7-3"
x="262.05066"
y="99.826958"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.204442">H</tspan></text>
<g
aria-label="H"
style="font-style:normal;font-weight:normal;font-size:8.17765045px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.20444199"
id="text5016-15-0-2-0">
<path
d="m 262.80134,93.865419 h 1.5373 v 2.272013 h 2.26802 v -2.272013 h 1.53731 v 5.961539 h -1.53731 v -2.527565 h -2.26802 v 2.527565 h -1.5373 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.20444199"
id="path176575" />
</g>
</g>
<rect
style="opacity:0.57;fill:#f2f2f2;fill-opacity:1;stroke:#999999;stroke-width:1.756;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none"
id="rect4516"
width="79.907272"
height="41.576336"
x="212.49094"
y="25.881086" />
<path
style="opacity:0.56999996;fill:#f2f2f2;fill-opacity:1;stroke:#999999;stroke-width:1.75600004;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none"
d="m 212.49094,25.881086 h 79.90727 v 41.576336 h -79.90727 z"
id="rect4516" />
<g
id="g3737-9"
style="display:inline"
transform="matrix(0.0038953,-0.68408837,-0.60862236,-0.00437829,424.59958,95.538279)">
<rect
style="display:inline;fill:#f2f2f2;fill-opacity:1;stroke:#7d7d7d;stroke-width:2.04472;stroke-linejoin:round;stroke-opacity:1"
id="rect10151-2-2"
width="42.339256"
height="49.350239"
x="47.116268"
y="227.54781"
transform="matrix(0.99999553,0.00298999,0.00561133,0.99998426,0,0)" />
<path
transform="matrix(0.99999553,0.00298999,0.00561133,0.99998426,0,0)"
style="display:inline;fill:#f2f2f2;fill-opacity:1;stroke:#7d7d7d;stroke-width:2.04471993;stroke-linejoin:round;stroke-opacity:1"
d="m 47.116268,227.54781 h 42.339256 v 49.35023 H 47.116268 Z"
id="rect10151-2-2" />
<path
style="display:inline;fill:#8967ac;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 73.913442,229.16788 c 4.44209,10.92229 16.53433,16.34351 16.53433,16.34351 l -0.32443,-16.74272 z"
@ -362,14 +337,11 @@
id="g10281-2-3"
transform="matrix(-0.00437829,-0.648992,-0.7131312,0.00433001,318.12272,94.996847)"
style="display:inline">
<rect
style="display:inline;fill:#f2f2f2;fill-opacity:1;stroke:#7d7d7d;stroke-width:1.8763;stroke-linejoin:round;stroke-opacity:1"
id="rect10151-5-6-7"
width="42.358067"
height="41.536285"
x="55.289406"
y="96.218346"
transform="matrix(0.99999426,-0.0033875,-0.00821188,0.99996628,0,0)" />
<path
transform="matrix(0.99999426,-0.0033875,-0.00821188,0.99996628,0,0)"
style="display:inline;fill:#f2f2f2;fill-opacity:1;stroke:#7d7d7d;stroke-width:1.87629998;stroke-linejoin:round;stroke-opacity:1"
d="M 55.289406,96.218346 H 97.647472 V 137.75463 H 55.289406 Z"
id="rect10151-5-6-7" />
<path
style="display:inline;fill:#39bced;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 79.570588,96.743035 c 4.44209,10.922295 16.53433,16.343515 16.53433,16.343515 l -0.32443,-16.742725 z"
@ -391,25 +363,19 @@
id="path1742-5-0-3-3-5"
sodipodi:nodetypes="cccc" />
</g>
<rect
style="display:inline;opacity:0.57;fill:#f2f2f2;fill-opacity:1;stroke:#999999;stroke-width:1.756;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none"
id="rect4516-3"
width="79.907272"
height="41.576336"
x="339.23273"
y="25.813574" />
<path
style="display:inline;opacity:0.56999996;fill:#f2f2f2;fill-opacity:1;stroke:#999999;stroke-width:1.75600004;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none"
d="M 339.23273,25.813574 H 419.14 V 67.38991 h -79.90727 z"
id="rect4516-3" />
<g
id="g3737-9-6"
style="display:inline"
transform="matrix(0.0038953,-0.68408837,-0.60862236,-0.00437829,551.34136,95.470768)">
<rect
style="display:inline;fill:#f2f2f2;fill-opacity:1;stroke:#7d7d7d;stroke-width:2.04472;stroke-linejoin:round;stroke-opacity:1"
id="rect10151-2-2-1"
width="42.339256"
height="49.350239"
x="47.116268"
y="227.54781"
transform="matrix(0.99999553,0.00298999,0.00561133,0.99998426,0,0)" />
<path
transform="matrix(0.99999553,0.00298999,0.00561133,0.99998426,0,0)"
style="display:inline;fill:#f2f2f2;fill-opacity:1;stroke:#7d7d7d;stroke-width:2.04471993;stroke-linejoin:round;stroke-opacity:1"
d="m 47.116268,227.54781 h 42.339256 v 49.35023 H 47.116268 Z"
id="rect10151-2-2-1" />
<path
style="display:inline;fill:#8967ac;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 73.913442,229.16788 c 4.44209,10.92229 16.53433,16.34351 16.53433,16.34351 l -0.32443,-16.74272 z"
@ -435,14 +401,11 @@
id="g10281-2-3-9"
transform="matrix(-0.00437829,0.65869238,-0.7131312,-0.00439473,443.3611,-3.4689125)"
style="display:inline">
<rect
style="display:inline;fill:#f2f2f2;fill-opacity:1;stroke:#7d7d7d;stroke-width:1.8763;stroke-linejoin:round;stroke-opacity:1"
id="rect10151-5-6-7-4"
width="42.358067"
height="41.536285"
x="55.289406"
y="96.218346"
transform="matrix(0.99999426,-0.0033875,-0.00821188,0.99996628,0,0)" />
<path
transform="matrix(0.99999426,-0.0033875,-0.00821188,0.99996628,0,0)"
style="display:inline;fill:#f2f2f2;fill-opacity:1;stroke:#7d7d7d;stroke-width:1.87629998;stroke-linejoin:round;stroke-opacity:1"
d="M 55.289406,96.218346 H 97.647472 V 137.75463 H 55.289406 Z"
id="rect10151-5-6-7-4" />
<path
style="display:inline;fill:#39bced;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 79.570588,96.743035 c 4.44209,10.922295 16.53433,16.343515 16.53433,16.343515 l -0.32443,-16.742725 z"
@ -464,32 +427,23 @@
id="path1742-5-0-3-3-5-5"
sodipodi:nodetypes="cccc" />
</g>
<rect
style="display:inline;opacity:0.57;fill:#f2f2f2;fill-opacity:1;stroke:#999999;stroke-width:1.756;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none"
id="rect4516-3-7"
width="79.907272"
height="41.576336"
x="211.17017"
y="117.18656" />
<rect
style="display:inline;opacity:0.57;fill:#f2f2f2;fill-opacity:1;stroke:#999999;stroke-width:1.756;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none"
id="rect4516-3-7-4"
width="79.907272"
height="41.576336"
x="339.95523"
y="114.26884" />
<path
style="display:inline;opacity:0.56999996;fill:#f2f2f2;fill-opacity:1;stroke:#999999;stroke-width:1.75600004;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none"
d="m 211.17017,117.18656 h 79.90727 v 41.57634 h -79.90727 z"
id="rect4516-3-7" />
<path
style="display:inline;opacity:0.56999996;fill:#f2f2f2;fill-opacity:1;stroke:#999999;stroke-width:1.75600004;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none"
d="m 339.95523,114.26884 h 79.90727 v 41.57633 h -79.90727 z"
id="rect4516-3-7-4" />
<g
id="g3737-9-6-6-4"
style="display:inline"
transform="matrix(-0.00391408,-0.68408837,0.61155724,-0.00437829,114.3539,186.03364)">
<rect
style="display:inline;fill:#f2f2f2;fill-opacity:1;stroke:#7d7d7d;stroke-width:2.04472;stroke-linejoin:round;stroke-opacity:1"
id="rect10151-2-2-1-5-3"
width="42.339256"
height="49.350239"
x="47.116268"
y="227.54781"
transform="matrix(0.99999553,0.00298999,0.00561133,0.99998426,0,0)" />
<path
transform="matrix(0.99999553,0.00298999,0.00561133,0.99998426,0,0)"
style="display:inline;fill:#f2f2f2;fill-opacity:1;stroke:#7d7d7d;stroke-width:2.04471993;stroke-linejoin:round;stroke-opacity:1"
d="m 47.116268,227.54781 h 42.339256 v 49.35023 H 47.116268 Z"
id="rect10151-2-2-1-5-3" />
<path
style="display:inline;fill:#8967ac;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 73.913442,229.16788 c 4.44209,10.92229 16.53433,16.34351 16.53433,16.34351 l -0.32443,-16.74272 z"
@ -515,14 +469,11 @@
id="g10281-2-3-9-4-8"
transform="matrix(-0.00437829,0.65869238,-0.7131312,-0.00439473,444.08362,84.986354)"
style="display:inline">
<rect
style="display:inline;fill:#f2f2f2;fill-opacity:1;stroke:#7d7d7d;stroke-width:1.8763;stroke-linejoin:round;stroke-opacity:1"
id="rect10151-5-6-7-4-5-8"
width="42.358067"
height="41.536285"
x="55.289406"
y="96.218346"
transform="matrix(0.99999426,-0.0033875,-0.00821188,0.99996628,0,0)" />
<path
transform="matrix(0.99999426,-0.0033875,-0.00821188,0.99996628,0,0)"
style="display:inline;fill:#f2f2f2;fill-opacity:1;stroke:#7d7d7d;stroke-width:1.87629998;stroke-linejoin:round;stroke-opacity:1"
d="M 55.289406,96.218346 H 97.647472 V 137.75463 H 55.289406 Z"
id="rect10151-5-6-7-4-5-8" />
<path
style="display:inline;fill:#39bced;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 79.570588,96.743035 c 4.44209,10.922295 16.53433,16.343515 16.53433,16.343515 l -0.32443,-16.742725 z"
@ -548,14 +499,11 @@
id="g3737-9-6-6-4-3"
style="display:inline"
transform="matrix(-0.00391408,-0.68408837,0.61155724,-0.00437829,243.41005,184.09003)">
<rect
style="display:inline;fill:#f2f2f2;fill-opacity:1;stroke:#7d7d7d;stroke-width:2.04472;stroke-linejoin:round;stroke-opacity:1"
id="rect10151-2-2-1-5-3-6"
width="42.339256"
height="49.350239"
x="47.116268"
y="227.54781"
transform="matrix(0.99999553,0.00298999,0.00561133,0.99998426,0,0)" />
<path
transform="matrix(0.99999553,0.00298999,0.00561133,0.99998426,0,0)"
style="display:inline;fill:#f2f2f2;fill-opacity:1;stroke:#7d7d7d;stroke-width:2.04471993;stroke-linejoin:round;stroke-opacity:1"
d="m 47.116268,227.54781 h 42.339256 v 49.35023 H 47.116268 Z"
id="rect10151-2-2-1-5-3-6" />
<path
style="display:inline;fill:#8967ac;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 73.913442,229.16788 c 4.44209,10.92229 16.53433,16.34351 16.53433,16.34351 l -0.32443,-16.74272 z"
@ -581,14 +529,11 @@
id="g10281-2-3-6"
transform="matrix(-0.00437829,-0.648992,-0.7131312,0.00433001,315.15231,186.50881)"
style="display:inline">
<rect
style="display:inline;fill:#f2f2f2;fill-opacity:1;stroke:#7d7d7d;stroke-width:1.8763;stroke-linejoin:round;stroke-opacity:1"
id="rect10151-5-6-7-2"
width="42.358067"
height="41.536285"
x="55.289406"
y="96.218346"
transform="matrix(0.99999426,-0.0033875,-0.00821188,0.99996628,0,0)" />
<path
transform="matrix(0.99999426,-0.0033875,-0.00821188,0.99996628,0,0)"
style="display:inline;fill:#f2f2f2;fill-opacity:1;stroke:#7d7d7d;stroke-width:1.87629998;stroke-linejoin:round;stroke-opacity:1"
d="M 55.289406,96.218346 H 97.647472 V 137.75463 H 55.289406 Z"
id="rect10151-5-6-7-2" />
<path
style="display:inline;fill:#39bced;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 79.570588,96.743035 c 4.44209,10.922295 16.53433,16.343515 16.53433,16.343515 l -0.32443,-16.742725 z"

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -11,7 +11,7 @@
version="1.1"
id="svg290"
sodipodi:docname="numbers_addition.svg"
inkscape:version="1.0.1 (0767f8302a, 2020-10-17)">
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
<metadata
id="metadata296">
<rdf:RDF>
@ -20,7 +20,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
@ -47,8 +47,8 @@
inkscape:window-height="1376"
id="namedview292"
showgrid="false"
inkscape:zoom="2.8284271"
inkscape:cx="363.75339"
inkscape:zoom="13.214058"
inkscape:cx="347.55852"
inkscape:cy="81.929955"
inkscape:window-x="0"
inkscape:window-y="27"
@ -60,93 +60,77 @@
id="g3114"
transform="translate(6.8951543,-55.231453)"
style="fill:#b3b3b3">
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:62.9988px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.57497"
x="129.50179"
y="165.9559"
id="text3032-8"><tspan
sodipodi:role="line"
id="tspan3030-9"
x="129.50179"
y="165.9559"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.57497">1</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:62.9988px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.57497"
x="267.37091"
y="165.09778"
id="text3032-7-4"><tspan
sodipodi:role="line"
id="tspan3030-2-1"
x="267.37091"
y="165.09778"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.57497">1</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:62.9988px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.57497"
x="409.62881"
y="165.75974"
id="text3032-3-6"><tspan
sodipodi:role="line"
id="tspan3030-5-4"
x="409.62881"
y="165.75974"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.57497">2</tspan></text>
<g
aria-label="1"
style="font-style:normal;font-weight:normal;font-size:62.99879837px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.57497001"
id="text3032-8">
<path
d="m 136.88446,157.77344 h 10.45878 v -29.68449 l -10.73563,2.2148 v -8.05942 l 10.67411,-2.2148 h 11.25857 v 37.74391 h 10.45879 v 8.18246 h -32.11462 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.57497001"
id="path93021" />
</g>
<g
aria-label="1"
style="font-style:normal;font-weight:normal;font-size:62.99879837px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.57497001"
id="text3032-7-4">
<path
d="m 274.75358,156.91532 h 10.45879 v -29.6845 l -10.73564,2.21481 v -8.05942 l 10.67411,-2.2148 h 11.25858 v 37.74391 h 10.45878 v 8.18246 h -32.11462 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.57497001"
id="path93024" />
</g>
<g
aria-label="2"
style="font-style:normal;font-weight:normal;font-size:62.99879837px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.57497001"
id="text3032-3-6">
<path
d="m 427.77788,157.05433 h 20.21007 v 8.70541 h -33.37583 v -8.70541 l 16.76482,-14.7961 q 2.24556,-2.03023 3.3222,-3.96819 1.07664,-1.93795 1.07664,-4.0297 0,-3.22992 -2.18404,-5.19864 -2.15328,-1.96871 -5.75234,-1.96871 -2.7685,0 -6.05994,1.19969 -3.29144,1.16892 -7.0443,3.50677 v -10.08966 q 3.99895,-1.32272 7.90561,-1.99947 3.90667,-0.70751 7.65953,-0.70751 8.24398,0 12.79663,3.62982 4.58341,3.62981 4.58341,10.12041 0,3.75286 -1.93796,7.01354 -1.93795,3.22992 -8.1517,8.67464 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.57497001"
id="path93027" />
</g>
</g>
<text
xml:space="preserve"
<g
aria-label="+"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none"
x="209.64571"
y="100.67403"
id="text2953"><tspan
sodipodi:role="line"
id="tspan2951"
x="209.64571"
y="100.67403"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold'">+</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:62.9988px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.57497"
x="133.86652"
y="108.5712"
id="text3032"><tspan
sodipodi:role="line"
id="tspan3030"
x="133.86652"
y="108.5712"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.57497">1</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:62.9988px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.57497"
x="271.73563"
y="107.71309"
id="text3032-7"><tspan
sodipodi:role="line"
id="tspan3030-2"
x="271.73563"
y="107.71309"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.57497">1</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:62.9988px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.57497"
x="413.99356"
y="108.37503"
id="text3032-3"><tspan
sodipodi:role="line"
id="tspan3030-5"
x="413.99356"
y="108.37503"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.57497">2</tspan></text>
<text
xml:space="preserve"
id="text2953">
<path
d="m 228.72774,75.595901 v 10.234375 h 10.19531 v 4.609375 H 228.72774 V 100.67403 H 224.0793 V 90.439651 H 213.88399 V 85.830276 H 224.0793 V 75.595901 Z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold'"
id="path93030" />
</g>
<g
aria-label="1"
style="font-style:normal;font-weight:normal;font-size:62.99879837px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.57497001"
id="text3032">
<path
d="m 141.24919,100.38874 h 10.45878 V 70.704244 l -10.73563,2.214802 v -8.059417 l 10.67411,-2.214802 h 11.25857 v 37.743913 h 10.45879 v 8.18246 h -32.11462 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.57497001"
id="path93033" />
</g>
<g
aria-label="1"
style="font-style:normal;font-weight:normal;font-size:62.99879837px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.57497001"
id="text3032-7">
<path
d="m 279.1183,99.530628 h 10.45878 V 69.846135 l -10.73563,2.214802 V 64.00152 l 10.67411,-2.214801 h 11.25857 v 37.743909 h 10.45879 v 8.182462 H 279.1183 Z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.57497001"
id="path93036" />
</g>
<g
aria-label="2"
style="font-style:normal;font-weight:normal;font-size:62.99879837px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.57497001"
id="text3032-3">
<path
d="m 432.14263,99.66963 h 20.21006 v 8.7054 h -33.37583 v -8.7054 l 16.76482,-14.796104 q 2.24556,-2.030235 3.3222,-3.968186 1.07664,-1.937952 1.07664,-4.029709 0,-3.229919 -2.18404,-5.198631 -2.15328,-1.968712 -5.75233,-1.968712 -2.7685,0 -6.05994,1.199684 -3.29144,1.168923 -7.0443,3.506769 V 64.325089 q 3.99895,-1.322728 7.90561,-1.999473 3.90666,-0.707506 7.65952,-0.707506 8.24398,0 12.79663,3.629813 4.58341,3.629814 4.58341,10.120413 0,3.752858 -1.93795,7.013538 -1.93795,3.229919 -8.1517,8.674639 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.57497001"
id="path93039" />
</g>
<g
aria-label="="
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none"
x="348.96594"
y="97.454025"
id="text2953-1"><tspan
sodipodi:role="line"
id="tspan2951-7"
x="348.96594"
y="97.454025"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold'">=</tspan></text>
id="text2953-1">
<path
d="m 353.20422,78.176682 h 25.03907 v 4.589843 h -25.03907 z m 0,8.886718 h 25.03907 v 4.628907 h -25.03907 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold'"
id="path93042" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

@ -11,7 +11,7 @@
version="1.1"
id="svg290"
sodipodi:docname="numbers_cyclic.svg"
inkscape:version="1.0.1 (0767f8302a, 2020-10-17)">
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
<metadata
id="metadata296">
<rdf:RDF>
@ -47,60 +47,52 @@
inkscape:window-height="1376"
id="namedview292"
showgrid="false"
inkscape:zoom="2.8284271"
inkscape:cx="272.8576"
inkscape:zoom="13.214058"
inkscape:cx="256.66273"
inkscape:cy="103.41711"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg290"
inkscape:current-layer="text5016-15-0-6"
showguides="true"
inkscape:guide-bbox="true"
inkscape:document-rotation="0" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:43.8833px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.09708"
x="154.9644"
y="106.55493"
id="text3032-8"><tspan
sodipodi:role="line"
id="tspan3030-9"
x="154.9644"
y="106.55493"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.09708">1</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:43.8833px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.09708"
x="232.53021"
y="105.45053"
id="text3032-3-6"><tspan
sodipodi:role="line"
id="tspan3030-5-4"
x="232.53021"
y="105.45053"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.09708">2</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:43.8833px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.09708"
x="153.20178"
y="105.05503"
id="text3032"><tspan
sodipodi:role="line"
id="tspan3030"
x="153.20178"
y="105.05503"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.09708">1</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:43.8833px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.09708"
x="230.76761"
y="103.95061"
id="text3032-3"><tspan
sodipodi:role="line"
id="tspan3030-5"
x="230.76761"
y="103.95061"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.09708">2</tspan></text>
<g
aria-label="1"
style="font-style:normal;font-weight:normal;font-size:43.88330078px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.09707999"
id="text3032-8">
<path
d="m 160.10698,100.85525 h 7.28531 V 80.177811 l -7.47816,1.542772 v -5.613977 l 7.4353,-1.542772 h 7.84243 v 26.291416 h 7.28531 v 5.69968 h -22.37019 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.09707999"
id="path94372" />
</g>
<g
aria-label="2"
style="font-style:normal;font-weight:normal;font-size:43.88330078px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.09707999"
id="text3032-3-6">
<path
d="m 245.17237,99.386579 h 14.0778 v 6.063951 h -23.24872 v -6.063951 l 11.67793,-10.306576 q 1.5642,-1.414208 2.31416,-2.764134 0.74996,-1.349926 0.74996,-2.806988 0,-2.249877 -1.52135,-3.62123 -1.49992,-1.371353 -4.00692,-1.371353 -1.92847,0 -4.2212,0.835668 -2.29273,0.814241 -4.90687,2.442723 v -7.028185 q 2.78556,-0.921378 5.50684,-1.39278 2.72128,-0.49283 5.33542,-0.49283 5.74254,0 8.9138,2.528432 3.19268,2.528432 3.19268,7.049612 0,2.614142 -1.34993,4.885446 -1.34992,2.249876 -5.67826,6.042525 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.09707999"
id="path94375" />
</g>
<g
aria-label="1"
style="font-style:normal;font-weight:normal;font-size:43.88330078px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.09707999"
id="text3032">
<path
d="m 158.34436,99.355344 h 7.28531 V 78.67791 l -7.47816,1.542772 v -5.613977 l 7.43531,-1.542772 h 7.84242 v 26.291411 h 7.28531 v 5.699686 h -22.37019 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.09707999"
id="path94378" />
</g>
<g
aria-label="2"
style="font-style:normal;font-weight:normal;font-size:43.88330078px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.09707999"
id="text3032-3">
<path
d="m 243.40977,97.886655 h 14.0778 v 6.063955 h -23.24872 v -6.063955 l 11.67793,-10.306576 q 1.5642,-1.414208 2.31415,-2.764134 0.74996,-1.349925 0.74996,-2.806988 0,-2.249876 -1.52134,-3.62123 -1.49992,-1.371353 -4.00692,-1.371353 -1.92847,0 -4.2212,0.835669 -2.29273,0.814241 -4.90687,2.442722 v -7.028184 q 2.78556,-0.921378 5.50684,-1.392781 2.72127,-0.49283 5.33542,-0.49283 5.74254,0 8.91379,2.528432 3.19268,2.528433 3.19268,7.049613 0,2.614142 -1.34992,4.885445 -1.34993,2.249877 -5.67826,6.042525 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.09707999"
id="path94381" />
</g>
<g
id="g7972"
transform="matrix(0.67792685,0,0,0.67792685,190.14228,-49.792108)">
@ -121,18 +113,20 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:15.2749px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
x="11.883813"
y="189.13838"
id="text5016-15-0"
transform="rotate(1.8199807)"><tspan
sodipodi:role="line"
id="tspan5014-9-6"
x="11.883813"
y="189.13838"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872">+1</tspan></text>
<g
aria-label="+1"
transform="rotate(1.8199807)"
style="font-style:normal;font-weight:normal;font-size:15.27490044px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
id="text5016-15-0">
<path
d="m 19.170716,179.56174 v 3.90822 h 3.89331 v 1.7602 h -3.89331 v 3.90822 h -1.77511 v -3.90822 h -3.89331 v -1.7602 h 3.89331 v -3.90822 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path94384" />
<path
d="m 26.472536,187.15443 h 2.535872 v -7.1974 l -2.602998,0.53701 v -1.95411 l 2.588081,-0.53701 h 2.729792 v 9.15151 h 2.535872 v 1.98395 h -7.786619 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path94386" />
</g>
<g
style="fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-3-5"
@ -150,107 +144,93 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:15.275px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
x="16.666061"
y="214.22725"
id="text5016-15-0-9"
transform="rotate(-0.02279566)"><tspan
sodipodi:role="line"
id="tspan5014-9-6-6"
x="16.666061"
y="214.22725"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872">-1</tspan></text>
<g
aria-label="-1"
transform="rotate(-0.02279566)"
style="font-style:normal;font-weight:normal;font-size:15.27499962px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
id="text5016-15-0-9">
<path
d="m 17.493954,208.74525 h 4.683936 v 2.17043 h -4.683936 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path94389" />
<path
d="m 24.795822,212.24329 h 2.535889 v -7.19745 l -2.603015,0.53701 v -1.95412 l 2.588098,-0.53702 h 2.729809 v 9.15158 h 2.535889 v 1.98396 h -7.78667 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path94391" />
</g>
</g>
<g
aria-label="3"
style="font-style:normal;font-weight:normal;font-size:43.88330078px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.09707999"
id="text3032-3-6-8">
<path
d="m 335.21844,88.653392 q 3.23553,0.835668 4.90687,2.914125 1.69276,2.05703 1.69276,5.249711 0,4.756882 -3.64265,7.242462 -3.64266,2.46415 -10.62799,2.46415 -2.46415,0 -4.94973,-0.40712 -2.46415,-0.3857 -4.88544,-1.17851 v -6.363935 q 2.31415,1.157079 4.58546,1.757045 2.29273,0.57854 4.49975,0.57854 3.27839,0 5.01401,-1.135651 1.75705,-1.135652 1.75705,-3.256964 0,-2.185594 -1.7999,-3.299819 -1.77848,-1.135652 -5.27114,-1.135652 h -3.29982 v -5.313993 h 3.47124 q 3.10697,0 4.62831,-0.964233 1.52135,-0.98566 1.52135,-2.978407 0,-1.842756 -1.47849,-2.849844 -1.47849,-1.007087 -4.17834,-1.007087 -1.99275,0 -4.02835,0.449975 -2.03561,0.449975 -4.04978,1.328499 v -6.042525 q 2.44272,-0.685677 4.84259,-1.028515 2.39987,-0.342838 4.71403,-0.342838 6.23537,0 9.32091,2.057029 3.10697,2.035603 3.10697,6.149662 0,2.806989 -1.47849,4.60689 -1.47849,1.778473 -4.37118,2.507005 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.09707999"
id="path94394" />
</g>
<g
aria-label="3"
style="font-style:normal;font-weight:normal;font-size:43.88330078px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.09707999"
id="text3032-3-2">
<path
d="m 331.86788,87.169032 q 3.23554,0.835668 4.90687,2.914125 1.69277,2.05703 1.69277,5.249712 0,4.756881 -3.64266,7.242461 -3.64266,2.46415 -10.62799,2.46415 -2.46415,0 -4.94972,-0.40712 -2.46415,-0.3857 -4.88545,-1.17851 v -6.363935 q 2.31416,1.157079 4.58546,1.757046 2.29273,0.57854 4.49975,0.57854 3.2784,0 5.01401,-1.135652 1.75705,-1.135652 1.75705,-3.256964 0,-2.185594 -1.7999,-3.299818 -1.77847,-1.135652 -5.27114,-1.135652 h -3.29982 v -5.313994 h 3.47124 q 3.10697,0 4.62832,-0.964232 1.52134,-0.98566 1.52134,-2.978408 0,-1.842756 -1.47849,-2.849843 -1.47849,-1.007088 -4.17834,-1.007088 -1.99275,0 -4.02835,0.449975 -2.0356,0.449976 -4.04978,1.328499 v -6.042525 q 2.44273,-0.685677 4.84259,-1.028515 2.39987,-0.342838 4.71403,-0.342838 6.23537,0 9.32092,2.05703 3.10697,2.035602 3.10697,6.149661 0,2.806989 -1.47849,4.60689 -1.47849,1.778473 -4.37119,2.507005 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.09707999"
id="path94397" />
</g>
<g
aria-label="4"
style="font-style:normal;font-weight:normal;font-size:43.88330078px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.09707999"
id="text3032-3-6-8-9">
<path
d="m 416.78318,81.981409 -9.04236,13.392121 h 9.04236 z m -1.37136,-6.792483 h 9.17093 V 95.37353 h 4.56403 v 5.97824 h -4.56403 v 5.82825 h -7.79957 v -5.82825 h -14.18494 v -7.071037 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.09707999"
id="path94400" />
</g>
<g
aria-label="4"
style="font-style:normal;font-weight:normal;font-size:43.88330078px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.09707999"
id="text3032-3-2-9">
<path
d="m 415.10492,79.819193 -9.04236,13.39212 h 9.04236 z m -1.37135,-6.792484 h 9.17092 v 20.184604 h 4.56404 v 5.978243 h -4.56404 v 5.828254 h -7.79957 v -5.828254 h -14.18493 v -7.07104 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.09707999"
id="path94403" />
</g>
<g
aria-label="5"
style="font-style:normal;font-weight:normal;font-size:43.88330078px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.09707999"
id="text3032-3-6-8-8">
<path
d="m 485.81732,76.172759 h 20.50601 v 6.063952 h -13.9278 v 4.949728 q 0.9428,-0.257129 1.88561,-0.385693 0.96423,-0.149992 1.99274,-0.149992 5.84968,0 9.10665,2.935553 3.25696,2.914125 3.25696,8.142409 0,5.185434 -3.55695,8.120984 -3.53552,2.93555 -9.83517,2.93555 -2.72128,0 -5.3997,-0.53568 -2.657,-0.51426 -5.29257,-1.58563 v -6.4925 q 2.61414,1.49992 4.94973,2.24988 2.35701,0.74995 4.43547,0.74995 2.99983,0 4.71402,-1.45706 1.73562,-1.47849 1.73562,-3.985494 0,-2.528432 -1.73562,-3.985495 -1.71419,-1.457063 -4.71402,-1.457063 -1.77848,0 -3.79265,0.471403 -2.01418,0.449975 -4.32833,1.414208 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.09707999"
id="path94406" />
</g>
<g
aria-label="5"
style="font-style:normal;font-weight:normal;font-size:43.88330078px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.09707999"
id="text3032-3-2-1">
<path
d="m 482.96804,73.783934 h 20.50602 v 6.063953 h -13.92781 v 4.949727 q 0.94281,-0.257128 1.88561,-0.385693 0.96424,-0.149991 1.99275,-0.149991 5.84968,0 9.10664,2.935552 3.25697,2.914126 3.25697,8.14241 0,5.185428 -3.55695,8.120978 -3.53552,2.93556 -9.83517,2.93556 -2.72128,0 -5.39971,-0.53569 -2.65699,-0.51426 -5.29256,-1.58563 v -6.492496 q 2.61414,1.499918 4.94972,2.249876 2.35702,0.74996 4.43547,0.74996 2.99984,0 4.71403,-1.457063 1.73562,-1.47849 1.73562,-3.985495 0,-2.528433 -1.73562,-3.985495 -1.71419,-1.457063 -4.71403,-1.457063 -1.77847,0 -3.79264,0.471403 -2.01418,0.449975 -4.32834,1.414207 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.09707999"
id="path94409" />
</g>
<g
aria-label="0"
style="font-style:normal;font-weight:normal;font-size:43.88330078px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.09707999"
id="text3032-3-6-8-8-0">
<path
d="m 85.405635,89.841702 q 0,-5.99967 -1.135651,-8.442392 -1.114225,-2.464151 -3.771222,-2.464151 -2.656996,0 -3.792648,2.464151 -1.135652,2.442722 -1.135652,8.442392 0,6.063953 1.135652,8.54953 1.135652,2.485578 3.792648,2.485578 2.63557,0 3.771222,-2.485578 1.135651,-2.485577 1.135651,-8.54953 z m 8.249547,0.06428 q 0,7.949562 -3.428383,12.277895 -3.428383,4.30691 -9.728037,4.30691 -6.321081,0 -9.749463,-4.30691 -3.428383,-4.328333 -3.428383,-12.277895 0,-7.970991 3.428383,-12.277897 3.428382,-4.328333 9.749463,-4.328333 6.299654,0 9.728037,4.328333 3.428383,4.306906 3.428383,12.277897 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.09707999"
id="path94412" />
</g>
<g
aria-label="0"
style="font-style:normal;font-weight:normal;font-size:43.88330078px;line-height:1.25;font-family:sans-serif;fill:#445500;fill-opacity:1;stroke:none;stroke-width:1.09707999"
id="text3032-3-2-1-0">
<path
d="m 83.013298,88.124753 q 0,-5.99967 -1.135652,-8.442393 -1.114225,-2.46415 -3.771221,-2.46415 -2.656997,0 -3.792649,2.46415 -1.135652,2.442723 -1.135652,8.442393 0,6.063952 1.135652,8.54953 1.135652,2.485577 3.792649,2.485577 2.635569,0 3.771221,-2.485577 1.135652,-2.485578 1.135652,-8.54953 z m 8.249546,0.06428 q 0,7.949563 -3.428383,12.277895 -3.428383,4.30691 -9.728036,4.30691 -6.321081,0 -9.749464,-4.30691 -3.428383,-4.328332 -3.428383,-12.277895 0,-7.97099 3.428383,-12.277896 3.428383,-4.328333 9.749464,-4.328333 6.299653,0 9.728036,4.328333 3.428383,4.306906 3.428383,12.277896 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#445500;stroke-width:1.09707999"
id="path94415" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:43.8833px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.09708"
x="314.7767"
y="105.90244"
id="text3032-3-6-8"><tspan
sodipodi:role="line"
id="tspan3030-5-4-6"
x="314.7767"
y="105.90244"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.09708">3</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:43.8833px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.09708"
x="311.42615"
y="104.41808"
id="text3032-3-2"><tspan
sodipodi:role="line"
id="tspan3030-5-47"
x="311.42615"
y="104.41808"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.09708">3</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:43.8833px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.09708"
x="400.62692"
y="107.18002"
id="text3032-3-6-8-9"><tspan
sodipodi:role="line"
id="tspan3030-5-4-6-3"
x="400.62692"
y="107.18002"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.09708">4</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:43.8833px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.09708"
x="398.94867"
y="105.01781"
id="text3032-3-2-9"><tspan
sodipodi:role="line"
id="tspan3030-5-47-2"
x="398.94867"
y="105.01781"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.09708">4</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:43.8833px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.09708"
x="481.16757"
y="108.16386"
id="text3032-3-6-8-8"><tspan
sodipodi:role="line"
id="tspan3030-5-4-6-30"
x="481.16757"
y="108.16386"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.09708">5</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:43.8833px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.09708"
x="478.3183"
y="105.77503"
id="text3032-3-2-1"><tspan
sodipodi:role="line"
id="tspan3030-5-47-7"
x="478.3183"
y="105.77503"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.09708">5</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:43.8833px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.09708"
x="65.221031"
y="105.86939"
id="text3032-3-6-8-8-0"><tspan
sodipodi:role="line"
id="tspan3030-5-4-6-30-4"
x="65.221031"
y="105.86939"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.09708">0</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:43.8833px;line-height:1.25;font-family:sans-serif;fill:#445500;fill-opacity:1;stroke:none;stroke-width:1.09708;"
x="62.828693"
y="104.15244"
id="text3032-3-2-1-0"><tspan
sodipodi:role="line"
id="tspan3030-5-47-7-8"
x="62.828693"
y="104.15244"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.09708;fill:#445500;">0</tspan></text>
<g
id="g7972-3"
transform="matrix(0.67792685,0,0,0.67792685,269.05789,-49.56906)">
@ -271,18 +251,20 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:15.2749px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
x="11.883813"
y="189.13838"
id="text5016-15-0-6"
transform="rotate(1.8199807)"><tspan
sodipodi:role="line"
id="tspan5014-9-6-3"
x="11.883813"
y="189.13838"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872">+1</tspan></text>
<g
aria-label="+1"
transform="rotate(1.8199807)"
style="font-style:normal;font-weight:normal;font-size:15.27490044px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
id="text5016-15-0-6">
<path
d="m 19.170716,179.56174 v 3.90822 h 3.89331 v 1.7602 h -3.89331 v 3.90822 h -1.77511 v -3.90822 h -3.89331 v -1.7602 h 3.89331 v -3.90822 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path94418" />
<path
d="m 26.472536,187.15443 h 2.535872 v -7.1974 l -2.602998,0.53701 v -1.95411 l 2.588081,-0.53701 h 2.729792 v 9.15151 h 2.535872 v 1.98395 h -7.786619 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path94420" />
</g>
<g
style="fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-3-5-3"
@ -300,18 +282,20 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:15.275px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
x="16.666061"
y="214.22725"
id="text5016-15-0-9-3"
transform="rotate(-0.02279566)"><tspan
sodipodi:role="line"
id="tspan5014-9-6-6-9"
x="16.666061"
y="214.22725"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872">-1</tspan></text>
<g
aria-label="-1"
transform="rotate(-0.02279566)"
style="font-style:normal;font-weight:normal;font-size:15.27499962px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
id="text5016-15-0-9-3">
<path
d="m 17.493954,208.74525 h 4.683936 v 2.17043 h -4.683936 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path94423" />
<path
d="m 24.795822,212.24329 h 2.535889 v -7.19745 l -2.603015,0.53701 v -1.95412 l 2.588098,-0.53702 h 2.729809 v 9.15158 h 2.535889 v 1.98396 h -7.78667 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path94425" />
</g>
</g>
<g
id="g7972-7"
@ -333,18 +317,20 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:15.2749px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
x="11.883813"
y="189.13838"
id="text5016-15-0-90"
transform="rotate(1.8199807)"><tspan
sodipodi:role="line"
id="tspan5014-9-6-2"
x="11.883813"
y="189.13838"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872">+1</tspan></text>
<g
aria-label="+1"
transform="rotate(1.8199807)"
style="font-style:normal;font-weight:normal;font-size:15.27490044px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
id="text5016-15-0-90">
<path
d="m 19.170716,179.56174 v 3.90822 h 3.89331 v 1.7602 h -3.89331 v 3.90822 h -1.77511 v -3.90822 h -3.89331 v -1.7602 h 3.89331 v -3.90822 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path94428" />
<path
d="m 26.472536,187.15443 h 2.535872 v -7.1974 l -2.602998,0.53701 v -1.95411 l 2.588081,-0.53701 h 2.729792 v 9.15151 h 2.535872 v 1.98395 h -7.786619 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path94430" />
</g>
<g
style="fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-3-5-4"
@ -362,18 +348,20 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:15.275px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
x="16.666061"
y="214.22725"
id="text5016-15-0-9-5"
transform="rotate(-0.02279566)"><tspan
sodipodi:role="line"
id="tspan5014-9-6-6-7"
x="16.666061"
y="214.22725"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872">-1</tspan></text>
<g
aria-label="-1"
transform="rotate(-0.02279566)"
style="font-style:normal;font-weight:normal;font-size:15.27499962px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
id="text5016-15-0-9-5">
<path
d="m 17.493954,208.74525 h 4.683936 v 2.17043 h -4.683936 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path94433" />
<path
d="m 24.795822,212.24329 h 2.535889 v -7.19745 l -2.603015,0.53701 v -1.95412 l 2.588098,-0.53702 h 2.729809 v 9.15158 h 2.535889 v 1.98396 h -7.78667 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path94435" />
</g>
</g>
<g
id="g7972-1"
@ -395,18 +383,20 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:15.2749px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
x="11.883813"
y="189.13838"
id="text5016-15-0-5"
transform="rotate(1.8199807)"><tspan
sodipodi:role="line"
id="tspan5014-9-6-1"
x="11.883813"
y="189.13838"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872">+1</tspan></text>
<g
aria-label="+1"
transform="rotate(1.8199807)"
style="font-style:normal;font-weight:normal;font-size:15.27490044px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
id="text5016-15-0-5">
<path
d="m 19.170716,179.56174 v 3.90822 h 3.89331 v 1.7602 h -3.89331 v 3.90822 h -1.77511 v -3.90822 h -3.89331 v -1.7602 h 3.89331 v -3.90822 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path94438" />
<path
d="m 26.472536,187.15443 h 2.535872 v -7.1974 l -2.602998,0.53701 v -1.95411 l 2.588081,-0.53701 h 2.729792 v 9.15151 h 2.535872 v 1.98395 h -7.786619 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path94440" />
</g>
<g
style="fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-3-5-0"
@ -424,18 +414,20 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:15.275px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
x="16.666061"
y="214.22725"
id="text5016-15-0-9-6"
transform="rotate(-0.02279566)"><tspan
sodipodi:role="line"
id="tspan5014-9-6-6-3"
x="16.666061"
y="214.22725"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872">-1</tspan></text>
<g
aria-label="-1"
transform="rotate(-0.02279566)"
style="font-style:normal;font-weight:normal;font-size:15.27499962px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
id="text5016-15-0-9-6">
<path
d="m 17.493954,208.74525 h 4.683936 v 2.17043 h -4.683936 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path94443" />
<path
d="m 24.795822,212.24329 h 2.535889 v -7.19745 l -2.603015,0.53701 v -1.95412 l 2.588098,-0.53702 h 2.729809 v 9.15158 h 2.535889 v 1.98396 h -7.78667 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path94445" />
</g>
</g>
<g
id="g7972-5"
@ -457,18 +449,20 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:15.2749px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
x="11.883813"
y="189.13838"
id="text5016-15-0-4"
transform="rotate(1.8199807)"><tspan
sodipodi:role="line"
id="tspan5014-9-6-11"
x="11.883813"
y="189.13838"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872">+1</tspan></text>
<g
aria-label="+1"
transform="rotate(1.8199807)"
style="font-style:normal;font-weight:normal;font-size:15.27490044px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
id="text5016-15-0-4">
<path
d="m 19.170716,179.56174 v 3.90822 h 3.89331 v 1.7602 h -3.89331 v 3.90822 h -1.77511 v -3.90822 h -3.89331 v -1.7602 h 3.89331 v -3.90822 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path94448" />
<path
d="m 26.472536,187.15443 h 2.535872 v -7.1974 l -2.602998,0.53701 v -1.95411 l 2.588081,-0.53701 h 2.729792 v 9.15151 h 2.535872 v 1.98395 h -7.786619 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path94450" />
</g>
<g
style="fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-3-5-35"
@ -486,17 +480,19 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:15.275px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
x="16.666061"
y="214.22725"
id="text5016-15-0-9-4"
transform="rotate(-0.02279566)"><tspan
sodipodi:role="line"
id="tspan5014-9-6-6-1"
x="16.666061"
y="214.22725"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872">-1</tspan></text>
<g
aria-label="-1"
transform="rotate(-0.02279566)"
style="font-style:normal;font-weight:normal;font-size:15.27499962px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
id="text5016-15-0-9-4">
<path
d="m 17.493954,208.74525 h 4.683936 v 2.17043 h -4.683936 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path94453" />
<path
d="m 24.795822,212.24329 h 2.535889 v -7.19745 l -2.603015,0.53701 v -1.95412 l 2.588098,-0.53702 h 2.729809 v 9.15158 h 2.535889 v 1.98396 h -7.78667 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path94455" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -11,7 +11,7 @@
version="1.1"
id="svg290"
sodipodi:docname="numbers_modular.svg"
inkscape:version="1.0.1 (0767f8302a, 2020-10-17)">
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
<metadata
id="metadata296">
<rdf:RDF>
@ -47,8 +47,8 @@
inkscape:window-height="1376"
id="namedview292"
showgrid="false"
inkscape:zoom="2.8284271"
inkscape:cx="272.8576"
inkscape:zoom="3.3035145"
inkscape:cx="256.66273"
inkscape:cy="103.41711"
inkscape:window-x="0"
inkscape:window-y="27"
@ -57,50 +57,42 @@
showguides="true"
inkscape:guide-bbox="true"
inkscape:document-rotation="0" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:52.7206px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.31801"
x="347.02615"
y="158.7646"
id="text3032-8"><tspan
sodipodi:role="line"
id="tspan3030-9"
x="347.02615"
y="158.7646"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.31801">1</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:52.7206px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.31801"
x="230.88824"
y="159.12811"
id="text3032-3-6"><tspan
sodipodi:role="line"
id="tspan3030-5-4"
x="230.88824"
y="159.12811"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.31801">2</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:52.7206px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.31801"
x="344.90854"
y="156.96266"
id="text3032"><tspan
sodipodi:role="line"
id="tspan3030"
x="344.90854"
y="156.96266"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.31801">1</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:52.7206px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.31801"
x="228.77069"
y="157.32614"
id="text3032-3"><tspan
sodipodi:role="line"
id="tspan3030-5"
x="228.77069"
y="157.32614"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.31801">2</tspan></text>
<g
aria-label="1"
style="font-style:normal;font-weight:normal;font-size:52.72060013px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.31800997"
id="text3032-8">
<path
d="m 353.20435,151.9171 h 8.75244 v -24.84149 l -8.98412,1.85346 v -6.74453 l 8.93264,-1.85346 h 9.42175 v 31.58602 h 8.75244 v 6.8475 h -26.87515 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.31800997"
id="path95781" />
</g>
<g
aria-label="2"
style="font-style:normal;font-weight:normal;font-size:52.72060013px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.31800997"
id="text3032-3-6">
<path
d="m 246.07631,151.84299 h 16.91281 v 7.28512 h -27.93059 v -7.28512 l 14.02965,-12.38213 q 1.8792,-1.69901 2.78019,-3.32078 0.90098,-1.62178 0.90098,-3.37227 0,-2.70296 -1.82771,-4.35048 -1.80198,-1.64752 -4.81385,-1.64752 -2.31682,0 -5.07127,1.00396 -2.75444,0.97822 -5.89502,2.93464 v -8.44353 q 3.34652,-1.10693 6.61581,-1.67326 3.2693,-0.59208 6.40988,-0.59208 6.89899,0 10.70887,3.03762 3.83563,3.03761 3.83563,8.46927 0,3.14058 -1.62177,5.86929 -1.62178,2.70296 -6.82176,7.25938 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.31800997"
id="path95784" />
</g>
<g
aria-label="1"
style="font-style:normal;font-weight:normal;font-size:52.72060013px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.31800997"
id="text3032">
<path
d="m 351.08673,150.11516 h 8.75245 v -24.84149 l -8.98413,1.85346 v -6.74453 l 8.93264,-1.85346 h 9.42175 v 31.58602 h 8.75244 v 6.8475 h -26.87515 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.31800997"
id="path95787" />
</g>
<g
aria-label="2"
style="font-style:normal;font-weight:normal;font-size:52.72060013px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.31800997"
id="text3032-3">
<path
d="m 243.95875,150.04102 h 16.91281 v 7.28512 h -27.93059 v -7.28512 l 14.02965,-12.38213 q 1.87921,-1.69901 2.78019,-3.32078 0.90099,-1.62178 0.90099,-3.37227 0,-2.70296 -1.82772,-4.35048 -1.80197,-1.64752 -4.81384,-1.64752 -2.31682,0 -5.07127,1.00396 -2.75444,0.97821 -5.89503,2.93464 v -8.44353 q 3.34653,-1.10693 6.61582,-1.67326 3.2693,-0.59208 6.40988,-0.59208 6.89898,0 10.70887,3.03761 3.83563,3.03762 3.83563,8.46928 0,3.14058 -1.62178,5.86929 -1.62177,2.70296 -6.82175,7.25937 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.31800997"
id="path95790" />
</g>
<g
id="g7972"
transform="matrix(0.41732851,-0.56343058,0.56343058,0.41732851,142.05344,15.881013)">
@ -121,56 +113,56 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:15.2749px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
x="11.883813"
y="189.13838"
id="text5016-15-0"
transform="rotate(1.8199807)"><tspan
sodipodi:role="line"
id="tspan5014-9-6"
x="11.883813"
y="189.13838"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872">+1</tspan></text>
<g
aria-label="+1"
transform="rotate(1.8199807)"
style="font-style:normal;font-weight:normal;font-size:15.27490044px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
id="text5016-15-0">
<path
d="m 19.170716,179.56174 v 3.90822 h 3.89331 v 1.7602 h -3.89331 v 3.90822 h -1.77511 v -3.90822 h -3.89331 v -1.7602 h 3.89331 v -3.90822 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path95793" />
<path
d="m 26.472536,187.15443 h 2.535872 v -7.1974 l -2.602998,0.53701 v -1.95411 l 2.588081,-0.53701 h 2.729792 v 9.15151 h 2.535872 v 1.98395 h -7.786619 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path95795" />
</g>
</g>
<g
aria-label="0"
style="font-style:normal;font-weight:normal;font-size:52.72060013px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.31800997"
id="text3032-3-6-8">
<path
d="m 312.29995,38.473064 q 0,-7.207895 -1.36435,-10.142537 -1.33861,-2.960386 -4.53067,-2.960386 -3.19207,0 -4.55642,2.960386 -1.36435,2.934642 -1.36435,10.142537 0,7.285122 1.36435,10.27125 1.36435,2.986127 4.55642,2.986127 3.16632,0 4.53067,-2.986127 1.36435,-2.986128 1.36435,-10.27125 z m 9.91086,0.07723 q 0,9.550461 -4.1188,14.750442 -4.11879,5.174238 -11.68708,5.174238 -7.59404,0 -11.71283,-5.174238 -4.1188,-5.199981 -4.1188,-14.750442 0,-9.576202 4.1188,-14.750441 4.11879,-5.199981 11.71283,-5.199981 7.56829,0 11.68708,5.199981 4.1188,5.174239 4.1188,14.750441 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.31800997"
id="path95798" />
</g>
<g
aria-label="0"
style="font-style:normal;font-weight:normal;font-size:52.72060013px;line-height:1.25;font-family:sans-serif;fill:#445500;fill-opacity:1;stroke:none;stroke-width:1.31800997"
id="text3032-3-2">
<path
d="m 309.63266,35.128643 q 0,-7.207895 -1.36436,-10.142538 -1.3386,-2.960385 -4.53067,-2.960385 -3.19207,0 -4.55642,2.960385 -1.36435,2.934643 -1.36435,10.142538 0,7.285121 1.36435,10.271249 1.36435,2.986128 4.55642,2.986128 3.16632,0 4.53067,-2.986128 1.36436,-2.986128 1.36436,-10.271249 z m 9.91085,0.07723 q 0,9.55046 -4.1188,14.750441 -4.11879,5.174239 -11.68708,5.174239 -7.59403,0 -11.71283,-5.174239 -4.1188,-5.199981 -4.1188,-14.750441 0,-9.576203 4.1188,-14.750441 4.1188,-5.199981 11.71283,-5.199981 7.56829,0 11.68708,5.199981 4.1188,5.174238 4.1188,14.750441 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#445500;stroke-width:1.31800997"
id="path95801" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:52.7206px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.31801"
x="288.05054"
y="57.728439"
id="text3032-3-6-8"><tspan
sodipodi:role="line"
id="tspan3030-5-4-6"
x="288.05054"
y="57.728439"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.31801">0</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:52.7206px;line-height:1.25;font-family:sans-serif;fill:#445500;fill-opacity:1;stroke:none;stroke-width:1.31801;"
x="285.38324"
y="54.384018"
id="text3032-3-2"><tspan
sodipodi:role="line"
id="tspan3030-5-47"
x="285.38324"
y="54.384018"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.31801;fill:#445500;">0</tspan></text>
<g
id="g7972-3"
transform="matrix(0.70115412,0,0,0.70115412,287.40748,-6.9464369)">
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:15.2749px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
x="20.645454"
y="212.16415"
id="text5016-15-0-6"
transform="rotate(1.8199807)"><tspan
sodipodi:role="line"
id="tspan5014-9-6-3"
x="20.645454"
y="212.16415"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872">+1</tspan></text>
<g
aria-label="+1"
transform="rotate(1.8199807)"
style="font-style:normal;font-weight:normal;font-size:15.27490044px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
id="text5016-15-0-6">
<path
d="m 27.932358,202.58751 v 3.90822 h 3.893309 v 1.7602 h -3.893309 v 3.90822 h -1.775111 v -3.90822 h -3.893309 v -1.7602 h 3.893309 v -3.90822 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path95804" />
<path
d="m 35.234177,210.18021 h 2.535873 v -7.1974 l -2.602999,0.537 v -1.95411 l 2.588082,-0.53701 h 2.729791 v 9.15152 h 2.535873 v 1.98394 h -7.78662 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path95806" />
</g>
<g
style="fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-3-5-3"
@ -209,17 +201,19 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:15.2749px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
x="11.883813"
y="189.13838"
id="text5016-15-0-6-3"
transform="rotate(1.8199807)"><tspan
sodipodi:role="line"
id="tspan5014-9-6-3-5"
x="11.883813"
y="189.13838"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872">+1</tspan></text>
<g
aria-label="+1"
transform="rotate(1.8199807)"
style="font-style:normal;font-weight:normal;font-size:15.27490044px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
id="text5016-15-0-6-3">
<path
d="m 19.170716,179.56174 v 3.90822 h 3.89331 v 1.7602 h -3.89331 v 3.90822 h -1.77511 v -3.90822 h -3.89331 v -1.7602 h 3.89331 v -3.90822 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path95809" />
<path
d="m 26.472536,187.15443 h 2.535872 v -7.1974 l -2.602998,0.53701 v -1.95411 l 2.588081,-0.53701 h 2.729792 v 9.15151 h 2.535872 v 1.98395 h -7.786619 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path95811" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 9.9 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -11,7 +11,7 @@
version="1.1"
id="svg290"
sodipodi:docname="numbers_multiplication.svg"
inkscape:version="1.0.1 (0767f8302a, 2020-10-17)">
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
<metadata
id="metadata296">
<rdf:RDF>
@ -47,8 +47,8 @@
inkscape:window-height="1376"
id="namedview292"
showgrid="false"
inkscape:zoom="5.6568542"
inkscape:cx="363.75339"
inkscape:zoom="4.671875"
inkscape:cx="355.65595"
inkscape:cy="81.929955"
inkscape:window-x="0"
inkscape:window-y="27"
@ -61,93 +61,77 @@
id="g3114"
transform="translate(6.8951543,-55.231453)"
style="fill:#b3b3b3">
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:62.9988px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.57497"
x="129.50179"
y="165.9559"
id="text3032-8"><tspan
sodipodi:role="line"
id="tspan3030-9"
x="129.50179"
y="165.9559"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.57497">1</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:62.9988px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.57497"
x="267.37091"
y="165.09778"
id="text3032-7-4"><tspan
sodipodi:role="line"
id="tspan3030-2-1"
x="267.37091"
y="165.09778"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.57497">1</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:62.9988px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.57497"
x="409.62881"
y="165.75974"
id="text3032-3-6"><tspan
sodipodi:role="line"
id="tspan3030-5-4"
x="409.62881"
y="165.75974"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.57497">1</tspan></text>
<g
aria-label="1"
style="font-style:normal;font-weight:normal;font-size:62.99879837px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.57497001"
id="text3032-8">
<path
d="m 136.88446,157.77344 h 10.45878 v -29.68449 l -10.73563,2.2148 v -8.05942 l 10.67411,-2.2148 h 11.25857 v 37.74391 h 10.45879 v 8.18246 h -32.11462 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.57497001"
id="path97149" />
</g>
<g
aria-label="1"
style="font-style:normal;font-weight:normal;font-size:62.99879837px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.57497001"
id="text3032-7-4">
<path
d="m 274.75358,156.91532 h 10.45879 v -29.6845 l -10.73564,2.21481 v -8.05942 l 10.67411,-2.2148 h 11.25858 v 37.74391 h 10.45878 v 8.18246 h -32.11462 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.57497001"
id="path97152" />
</g>
<g
aria-label="1"
style="font-style:normal;font-weight:normal;font-size:62.99879837px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.57497001"
id="text3032-3-6">
<path
d="m 417.01149,157.57727 h 10.45878 v -29.68449 l -10.73563,2.2148 v -8.05941 l 10.67411,-2.2148 h 11.25857 v 37.7439 h 10.45879 v 8.18247 h -32.11462 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.57497001"
id="path97155" />
</g>
</g>
<text
xml:space="preserve"
<g
aria-label="x"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none"
x="209.64571"
y="100.67403"
id="text2953"><tspan
sodipodi:role="line"
id="tspan2951"
x="209.64571"
y="100.67403"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold'">x</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:62.9988px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.57497"
x="133.86652"
y="108.5712"
id="text3032"><tspan
sodipodi:role="line"
id="tspan3030"
x="133.86652"
y="108.5712"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.57497">1</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:62.9988px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.57497"
x="271.73563"
y="107.71309"
id="text3032-7"><tspan
sodipodi:role="line"
id="tspan3030-2"
x="271.73563"
y="107.71309"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.57497">1</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:62.9988px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.57497"
x="414.13214"
y="108.86767"
id="text3032-3"><tspan
sodipodi:role="line"
id="tspan3030-5"
x="414.13214"
y="108.86767"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.57497">1</tspan></text>
<text
xml:space="preserve"
id="text2953">
<path
d="M 218.53242,89.48262 210.6418,78.799026 h 7.40234 l 4.47266,6.484375 4.53125,-6.484375 h 7.40234 l -7.89062,10.644532 8.28125,11.230472 h -7.40235 l -4.92187,-6.914066 -4.86328,6.914066 h -7.40235 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold'"
id="path97158" />
</g>
<g
aria-label="1"
style="font-style:normal;font-weight:normal;font-size:62.99879837px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.57497001"
id="text3032">
<path
d="m 141.24919,100.38874 h 10.45878 V 70.704244 l -10.73563,2.214802 v -8.059417 l 10.67411,-2.214802 h 11.25857 v 37.743913 h 10.45879 v 8.18246 h -32.11462 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.57497001"
id="path97161" />
</g>
<g
aria-label="1"
style="font-style:normal;font-weight:normal;font-size:62.99879837px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.57497001"
id="text3032-7">
<path
d="m 279.1183,99.530628 h 10.45878 V 69.846135 l -10.73563,2.214802 V 64.00152 l 10.67411,-2.214801 h 11.25857 v 37.743909 h 10.45879 v 8.182462 H 279.1183 Z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.57497001"
id="path97164" />
</g>
<g
aria-label="1"
style="font-style:normal;font-weight:normal;font-size:62.99879837px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.57497001"
id="text3032-3">
<path
d="M 421.51481,100.68521 H 431.9736 V 71.000715 l -10.73564,2.214801 V 65.1561 l 10.67412,-2.214802 h 11.25857 v 37.743912 h 10.45878 v 8.18246 h -32.11462 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.57497001"
id="path97167" />
</g>
<g
aria-label="="
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none"
x="348.96594"
y="97.454025"
id="text2953-1"><tspan
sodipodi:role="line"
id="tspan2951-7"
x="348.96594"
y="97.454025"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold'">=</tspan></text>
id="text2953-1">
<path
d="m 353.20422,78.176682 h 25.03907 v 4.589843 h -25.03907 z m 0,8.886718 h 25.03907 v 4.628907 h -25.03907 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold'"
id="path97170" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

View File

@ -11,7 +11,7 @@
version="1.1"
id="svg290"
sodipodi:docname="smallest_group.svg"
inkscape:version="1.0.1 (0767f8302a, 2020-10-17)">
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
<metadata
id="metadata296">
<rdf:RDF>
@ -47,8 +47,8 @@
inkscape:window-height="1376"
id="namedview292"
showgrid="false"
inkscape:zoom="2.8284271"
inkscape:cx="272.8576"
inkscape:zoom="13.214058"
inkscape:cx="256.66273"
inkscape:cy="103.41711"
inkscape:window-x="0"
inkscape:window-y="27"
@ -57,28 +57,24 @@
showguides="true"
inkscape:guide-bbox="true"
inkscape:document-rotation="0" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:52.7206px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.31801"
x="344.25021"
y="114.53994"
id="text3032-8"><tspan
sodipodi:role="line"
id="tspan3030-9"
x="344.25021"
y="114.53994"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.31801">1</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:52.7206px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.31801"
x="342.1326"
y="112.73801"
id="text3032"><tspan
sodipodi:role="line"
id="tspan3030"
x="342.1326"
y="112.73801"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.31801">1</tspan></text>
<g
aria-label="1"
style="font-style:normal;font-weight:normal;font-size:52.72060013px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.31800997"
id="text3032-8">
<path
d="m 350.42841,107.69244 h 8.75244 V 82.850946 l -8.98412,1.853459 v -6.74453 l 8.93264,-1.853459 h 9.42175 v 31.586024 h 8.75244 v 6.8475 h -26.87515 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.31800997"
id="path98615" />
</g>
<g
aria-label="1"
style="font-style:normal;font-weight:normal;font-size:52.72060013px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.31800997"
id="text3032">
<path
d="m 348.31079,105.89051 h 8.75245 V 81.049013 l -8.98413,1.853459 v -6.74453 l 8.93264,-1.853459 h 9.42175 v 31.586027 h 8.75244 v 6.8475 h -26.87515 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.31800997"
id="path98618" />
</g>
<g
id="g7972-3-3"
transform="matrix(0.70111371,0.00752753,-0.00752753,0.70111371,289.74769,-60.287985)">
@ -99,18 +95,20 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:15.2749px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
x="11.883813"
y="189.13838"
id="text5016-15-0-6-3"
transform="rotate(1.8199807)"><tspan
sodipodi:role="line"
id="tspan5014-9-6-3-5"
x="11.883813"
y="189.13838"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872">+1</tspan></text>
<g
aria-label="+1"
transform="rotate(1.8199807)"
style="font-style:normal;font-weight:normal;font-size:15.27490044px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
id="text5016-15-0-6-3">
<path
d="m 19.170716,179.56174 v 3.90822 h 3.89331 v 1.7602 h -3.89331 v 3.90822 h -1.77511 v -3.90822 h -3.89331 v -1.7602 h 3.89331 v -3.90822 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path98621" />
<path
d="m 26.472536,187.15443 h 2.535872 v -7.1974 l -2.602998,0.53701 v -1.95411 l 2.588081,-0.53701 h 2.729792 v 9.15151 h 2.535872 v 1.98395 h -7.786619 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path98623" />
</g>
</g>
<g
id="g7972-3-3-5"
@ -132,39 +130,37 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:15.2749px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
x="11.883813"
y="189.13838"
id="text5016-15-0-6-3-2"
transform="rotate(1.8199807)"><tspan
sodipodi:role="line"
id="tspan5014-9-6-3-5-9"
x="11.883813"
y="189.13838"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872">+1</tspan></text>
<g
aria-label="+1"
transform="rotate(1.8199807)"
style="font-style:normal;font-weight:normal;font-size:15.27490044px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
id="text5016-15-0-6-3-2">
<path
d="m 19.170716,179.56174 v 3.90822 h 3.89331 v 1.7602 h -3.89331 v 3.90822 h -1.77511 v -3.90822 h -3.89331 v -1.7602 h 3.89331 v -3.90822 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path98626" />
<path
d="m 26.472536,187.15443 h 2.535872 v -7.1974 l -2.602998,0.53701 v -1.95411 l 2.588081,-0.53701 h 2.729792 v 9.15151 h 2.535872 v 1.98395 h -7.786619 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path98628" />
</g>
</g>
<g
aria-label="0"
style="font-style:normal;font-weight:normal;font-size:56.1780014px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.40445006"
id="text3032-3-6-8-8-0">
<path
d="m 258.33122,93.772962 q 0,-7.680586 -1.45383,-10.807682 -1.42639,-3.154526 -4.82779,-3.154526 -3.40141,0 -4.85523,3.154526 -1.45383,3.127096 -1.45383,10.807682 0,7.762878 1.45383,10.944838 1.45382,3.18195 4.85523,3.18195 3.37397,0 4.82779,-3.18195 1.45383,-3.18196 1.45383,-10.944838 z m 10.5608,0.08229 q 0,10.176776 -4.3889,15.717776 -4.38891,5.51356 -12.45352,5.51356 -8.09205,0 -12.48096,-5.51356 -4.3889,-5.541 -4.3889,-15.717776 0,-10.204207 4.3889,-15.717771 4.38891,-5.540994 12.48096,-5.540994 8.06461,0 12.45352,5.540994 4.3889,5.513564 4.3889,15.717771 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.40445006"
id="path98631" />
</g>
<g
aria-label="0"
style="font-style:normal;font-weight:normal;font-size:56.1780014px;line-height:1.25;font-family:sans-serif;fill:#445500;fill-opacity:1;stroke:none;stroke-width:1.40445006"
id="text3032-3-2-1-0">
<path
d="m 255.26863,91.575002 q 0,-7.680586 -1.45383,-10.807681 -1.42639,-3.154527 -4.8278,-3.154527 -3.4014,0 -4.85522,3.154527 -1.45383,3.127095 -1.45383,10.807681 0,7.762879 1.45383,10.944838 1.45382,3.18195 4.85522,3.18195 3.37398,0 4.8278,-3.18195 1.45383,-3.181959 1.45383,-10.944838 z m 10.5608,0.08229 q 0,10.176776 -4.3889,15.717776 -4.38891,5.51356 -12.45353,5.51356 -8.09204,0 -12.48095,-5.51356 -4.38891,-5.541 -4.38891,-15.717776 0,-10.204207 4.38891,-15.71777 4.38891,-5.540995 12.48095,-5.540995 8.06462,0 12.45353,5.540995 4.3889,5.513563 4.3889,15.71777 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#445500;stroke-width:1.40445006"
id="path98634" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:56.178px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.40445"
x="232.49153"
y="114.2911"
id="text3032-3-6-8-8-0"><tspan
sodipodi:role="line"
id="tspan3030-5-4-6-30-4"
x="232.49153"
y="114.2911"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.40445">0</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:56.178px;line-height:1.25;font-family:sans-serif;fill:#445500;fill-opacity:1;stroke:none;stroke-width:1.40445;"
x="229.42894"
y="112.09314"
id="text3032-3-2-1-0"><tspan
sodipodi:role="line"
id="tspan3030-5-47-7-8"
x="229.42894"
y="112.09314"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.40445;fill:#445500;">0</tspan></text>
</svg>

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

@ -11,7 +11,7 @@
version="1.1"
id="svg290"
sodipodi:docname="symmetry_modular.svg"
inkscape:version="1.0.1 (0767f8302a, 2020-10-17)">
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
<metadata
id="metadata296">
<rdf:RDF>
@ -47,8 +47,8 @@
inkscape:window-height="1376"
id="namedview292"
showgrid="false"
inkscape:zoom="2.8284271"
inkscape:cx="283.67799"
inkscape:zoom="2.3359375"
inkscape:cx="267.48312"
inkscape:cy="110.02476"
inkscape:window-x="0"
inkscape:window-y="27"
@ -57,50 +57,42 @@
showguides="true"
inkscape:guide-bbox="true"
inkscape:document-rotation="0" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:52.7206px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.31801"
x="438.61905"
y="159.56021"
id="text3032-8"><tspan
sodipodi:role="line"
id="tspan3030-9"
x="438.61905"
y="159.56021"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.31801">1</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:52.7206px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.31801"
x="327.61642"
y="156.23341"
id="text3032-3-6"><tspan
sodipodi:role="line"
id="tspan3030-5-4"
x="327.61642"
y="156.23341"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.31801">2</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:52.7206px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.31801"
x="436.50143"
y="157.75827"
id="text3032"><tspan
sodipodi:role="line"
id="tspan3030"
x="436.50143"
y="157.75827"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.31801">1</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:52.7206px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.31801"
x="325.49887"
y="154.43144"
id="text3032-3"><tspan
sodipodi:role="line"
id="tspan3030-5"
x="325.49887"
y="154.43144"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.31801">2</tspan></text>
<g
aria-label="1"
style="font-style:normal;font-weight:normal;font-size:52.72060013px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.31800997"
id="text3032-8">
<path
d="m 444.79724,152.71271 h 8.75245 v -24.84149 l -8.98413,1.85346 v -6.74453 l 8.93264,-1.85346 h 9.42175 v 31.58602 h 8.75244 v 6.8475 h -26.87515 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.31800997"
id="path100240" />
</g>
<g
aria-label="2"
style="font-style:normal;font-weight:normal;font-size:52.72060013px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.31800997"
id="text3032-3-6">
<path
d="m 342.80449,148.94829 h 16.91281 v 7.28512 h -27.93059 v -7.28512 l 14.02965,-12.38213 q 1.8792,-1.69901 2.78019,-3.32078 0.90098,-1.62178 0.90098,-3.37227 0,-2.70296 -1.82771,-4.35048 -1.80198,-1.64751 -4.81385,-1.64751 -2.31682,0 -5.07127,1.00395 -2.75444,0.97822 -5.89502,2.93465 v -8.44354 q 3.34652,-1.10693 6.61581,-1.67326 3.2693,-0.59208 6.40988,-0.59208 6.89899,0 10.70887,3.03762 3.83563,3.03761 3.83563,8.46927 0,3.14058 -1.62177,5.86929 -1.62178,2.70296 -6.82176,7.25938 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.31800997"
id="path100237" />
</g>
<g
aria-label="1"
style="font-style:normal;font-weight:normal;font-size:52.72060013px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.31800997"
id="text3032">
<path
d="m 442.67963,150.91077 h 8.75244 v -24.84149 l -8.98412,1.85346 v -6.74453 l 8.93264,-1.85346 h 9.42175 v 31.58602 h 8.75244 v 6.8475 h -26.87515 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.31800997"
id="path100234" />
</g>
<g
aria-label="2"
style="font-style:normal;font-weight:normal;font-size:52.72060013px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.31800997"
id="text3032-3">
<path
d="m 340.68693,147.14632 h 16.91281 v 7.28512 h -27.93059 v -7.28512 l 14.02965,-12.38213 q 1.87921,-1.69901 2.78019,-3.32078 0.90099,-1.62178 0.90099,-3.37227 0,-2.70296 -1.82772,-4.35048 -1.80197,-1.64752 -4.81384,-1.64752 -2.31682,0 -5.07127,1.00396 -2.75444,0.97822 -5.89503,2.93464 v -8.44353 q 3.34653,-1.10693 6.61582,-1.67326 3.2693,-0.59208 6.40988,-0.59208 6.89898,0 10.70887,3.03761 3.83563,3.03762 3.83563,8.46928 0,3.14058 -1.62178,5.86929 -1.62177,2.70296 -6.82175,7.25938 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.31800997"
id="path100231" />
</g>
<g
id="g7972"
transform="matrix(0.41732851,-0.56343058,0.56343058,0.41732851,235.54427,14.798674)">
@ -121,34 +113,38 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:15.2749px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
x="11.883813"
y="189.13838"
id="text5016-15-0"
transform="rotate(1.8199807)"><tspan
sodipodi:role="line"
id="tspan5014-9-6"
x="11.883813"
y="189.13838"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872">+1</tspan></text>
<g
aria-label="+1"
transform="rotate(1.8199807)"
style="font-style:normal;font-weight:normal;font-size:15.27490044px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
id="text5016-15-0">
<path
d="m 19.170716,179.56174 v 3.90822 h 3.89331 v 1.7602 h -3.89331 v 3.90822 h -1.77511 v -3.90822 h -3.89331 v -1.7602 h 3.89331 v -3.90822 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path100226" />
<path
d="m 26.472536,187.15443 h 2.535872 v -7.1974 l -2.602998,0.53701 v -1.95411 l 2.588081,-0.53701 h 2.729792 v 9.15151 h 2.535872 v 1.98395 h -7.786619 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path100228" />
</g>
</g>
<g
id="g7972-3"
transform="matrix(0.70115412,0,0,0.70115412,380.89831,-8.0287765)">
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:15.2749px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
x="20.645454"
y="212.16415"
id="text5016-15-0-6"
transform="rotate(1.8199807)"><tspan
sodipodi:role="line"
id="tspan5014-9-6-3"
x="20.645454"
y="212.16415"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872">+1</tspan></text>
<g
aria-label="+1"
transform="rotate(1.8199807)"
style="font-style:normal;font-weight:normal;font-size:15.27490044px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
id="text5016-15-0-6">
<path
d="m 27.932358,202.58751 v 3.90822 h 3.893309 v 1.7602 h -3.893309 v 3.90822 h -1.775111 v -3.90822 h -3.893309 v -1.7602 h 3.893309 v -3.90822 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path100221" />
<path
d="m 35.234177,210.18021 h 2.535873 v -7.1974 l -2.602999,0.537 v -1.95411 l 2.588082,-0.53701 h 2.729791 v 9.15152 h 2.535873 v 1.98394 h -7.78662 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path100223" />
</g>
<g
style="fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-3-5-3"
@ -187,18 +183,20 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:15.2749px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
x="11.883813"
y="189.13838"
id="text5016-15-0-6-3"
transform="rotate(1.8199807)"><tspan
sodipodi:role="line"
id="tspan5014-9-6-3-5"
x="11.883813"
y="189.13838"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872">+1</tspan></text>
<g
aria-label="+1"
transform="rotate(1.8199807)"
style="font-style:normal;font-weight:normal;font-size:15.27490044px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.381872"
id="text5016-15-0-6-3">
<path
d="m 19.170716,179.56174 v 3.90822 h 3.89331 v 1.7602 h -3.89331 v 3.90822 h -1.77511 v -3.90822 h -3.89331 v -1.7602 h 3.89331 v -3.90822 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path100216" />
<path
d="m 26.472536,187.15443 h 2.535872 v -7.1974 l -2.602998,0.53701 v -1.95411 l 2.588081,-0.53701 h 2.729792 v 9.15151 h 2.535872 v 1.98395 h -7.786619 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.381872"
id="path100218" />
</g>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
@ -405,26 +403,22 @@
id="path3793-3-6-7-4"
sodipodi:nodetypes="cc" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:56.178px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.40445"
x="379.38464"
y="63.569324"
id="text3032-3-6-8-8-0"><tspan
sodipodi:role="line"
id="tspan3030-5-4-6-30-4"
x="379.38464"
y="63.569324"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.40445">0</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:56.178px;line-height:1.25;font-family:sans-serif;fill:#445500;fill-opacity:1;stroke:none;stroke-width:1.40445;"
x="376.32205"
y="61.371357"
id="text3032-3-2-1-0"><tspan
sodipodi:role="line"
id="tspan3030-5-47-7-8"
x="376.32205"
y="61.371357"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:1.40445;fill:#445500;">0</tspan></text>
<g
aria-label="0"
style="font-style:normal;font-weight:normal;font-size:56.1780014px;line-height:1.25;font-family:sans-serif;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1.40445006"
id="text3032-3-6-8-8-0">
<path
d="m 405.22433,43.051187 q 0,-7.680586 -1.45383,-10.807682 -1.42639,-3.154526 -4.82779,-3.154526 -3.4014,0 -4.85523,3.154526 -1.45383,3.127096 -1.45383,10.807682 0,7.762878 1.45383,10.944835 1.45383,3.181958 4.85523,3.181958 3.37397,0 4.82779,-3.181958 1.45383,-3.181957 1.45383,-10.944835 z m 10.56081,0.08229 q 0,10.176777 -4.38891,15.717771 -4.38891,5.513564 -12.45352,5.513564 -8.09205,0 -12.48095,-5.513564 -4.38891,-5.540994 -4.38891,-15.717771 0,-10.204207 4.38891,-15.717771 4.3889,-5.540994 12.48095,-5.540994 8.06461,0 12.45352,5.540994 4.38891,5.513564 4.38891,15.717771 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3;stroke-width:1.40445006"
id="path100213" />
</g>
<g
aria-label="0"
style="font-style:normal;font-weight:normal;font-size:56.1780014px;line-height:1.25;font-family:sans-serif;fill:#445500;fill-opacity:1;stroke:none;stroke-width:1.40445006"
id="text3032-3-2-1-0">
<path
d="m 402.16174,40.85322 q 0,-7.680586 -1.45383,-10.807682 -1.42639,-3.154527 -4.82779,-3.154527 -3.40141,0 -4.85523,3.154527 -1.45383,3.127096 -1.45383,10.807682 0,7.762878 1.45383,10.944835 1.45382,3.181957 4.85523,3.181957 3.37397,0 4.82779,-3.181957 1.45383,-3.181957 1.45383,-10.944835 z m 10.5608,0.08229 q 0,10.176776 -4.3889,15.717771 -4.38891,5.513563 -12.45352,5.513563 -8.09205,0 -12.48096,-5.513563 -4.3889,-5.540995 -4.3889,-15.717771 0,-10.204208 4.3889,-15.717771 4.38891,-5.540994 12.48096,-5.540994 8.06461,0 12.45352,5.540994 4.3889,5.513563 4.3889,15.717771 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#445500;stroke-width:1.40445006"
id="path100210" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -11,7 +11,7 @@
version="1.1"
id="svg3397"
sodipodi:docname="symmetry_rotation_actions.svg"
inkscape:version="1.0.1 (0767f8302a, 2020-10-17)">
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
<metadata
id="metadata3403">
<rdf:RDF>
@ -39,8 +39,8 @@
inkscape:window-height="1376"
id="namedview3399"
showgrid="false"
inkscape:zoom="2.8284271"
inkscape:cx="222.49262"
inkscape:zoom="1.6517572"
inkscape:cx="206.29775"
inkscape:cy="16.869972"
inkscape:window-x="0"
inkscape:window-y="27"
@ -52,11 +52,8 @@
id="layer1"
inkscape:label="Layer 1"
style="display:inline">
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:39.7622px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.994057"
x="393.89487"
y="-31.518398"
<g
style="font-style:normal;font-weight:normal;font-size:39.7621994px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.994057"
id="text1739" />
<g
style="fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
@ -75,17 +72,27 @@
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:10.4387px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.260968"
x="303.57095"
y="161.08475"
id="text5016-7-72"><tspan
sodipodi:role="line"
id="tspan5014-1-26"
x="303.57095"
y="161.08475"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.260968">120° </tspan></text>
<g
aria-label="120° "
style="font-style:normal;font-weight:normal;font-size:10.43869972px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.260968"
id="text5016-7-72">
<path
d="m 304.79424,159.72894 h 1.73299 v -4.91863 l -1.77886,0.36699 v -1.33542 l 1.76866,-0.36699 h 1.86551 v 6.25405 h 1.73299 v 1.35581 h -5.32129 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.260968"
id="path104121" />
<path
d="m 313.84145,159.64229 h 3.34874 v 1.44246 h -5.53026 v -1.44246 l 2.77787,-2.45167 q 0.37209,-0.3364 0.55048,-0.65751 0.1784,-0.32112 0.1784,-0.66771 0,-0.53519 -0.36189,-0.8614 -0.35679,-0.32621 -0.95314,-0.32621 -0.45874,0 -1.00412,0.19879 -0.54538,0.19368 -1.16722,0.58106 v -1.67183 q 0.66262,-0.21917 1.30994,-0.3313 0.64732,-0.11724 1.26916,-0.11724 1.366,0 2.12036,0.60145 0.75945,0.60145 0.75945,1.67692 0,0.62184 -0.32111,1.16212 -0.32111,0.53519 -1.35071,1.43736 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.260968"
id="path104123" />
<path
d="m 322.89886,157.27218 q 0,-1.42717 -0.27014,-2.00823 -0.26505,-0.58616 -0.89708,-0.58616 -0.63203,0 -0.90217,0.58616 -0.27014,0.58106 -0.27014,2.00823 0,1.44245 0.27014,2.03371 0.27014,0.59125 0.90217,0.59125 0.62693,0 0.89708,-0.59125 0.27014,-0.59126 0.27014,-2.03371 z m 1.96235,0.0153 q 0,1.89099 -0.81552,2.92059 -0.81552,1.0245 -2.31405,1.0245 -1.50362,0 -2.31914,-1.0245 -0.81553,-1.0296 -0.81553,-2.92059 0,-1.8961 0.81553,-2.9206 0.81552,-1.0296 2.31914,-1.0296 1.49853,0 2.31405,1.0296 0.81552,1.0245 0.81552,2.9206 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.260968"
id="path104125" />
<path
d="m 327.97039,154.09163 q -0.36698,0 -0.62183,0.25486 -0.25485,0.25485 -0.25485,0.62183 0,0.36699 0.24975,0.61674 0.25485,0.24976 0.62693,0.24976 0.36699,0 0.62184,-0.24976 0.25485,-0.25485 0.25485,-0.61674 0,-0.36698 -0.25995,-0.62183 -0.25485,-0.25486 -0.61674,-0.25486 z m 0,-0.82571 q 0.33641,0 0.64733,0.13252 0.31091,0.12742 0.55557,0.36698 0.23956,0.24466 0.36189,0.55048 0.12743,0.30582 0.12743,0.65242 0,0.3415 -0.12743,0.65242 -0.12233,0.30582 -0.35169,0.53519 -0.24466,0.24465 -0.56068,0.37718 -0.31601,0.12742 -0.66261,0.12742 -0.71868,0 -1.20799,-0.48421 -0.48422,-0.48932 -0.48422,-1.208 0,-0.71868 0.48931,-1.20799 0.49441,-0.49441 1.21309,-0.49441 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.260968"
id="path104127" />
</g>
<g
id="g5310"
transform="translate(237.39588,-32.051824)">
@ -106,17 +113,27 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:10.4387px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.260968"
x="137.64281"
y="103.71581"
id="text5016"><tspan
sodipodi:role="line"
id="tspan5014"
x="137.64281"
y="103.71581"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.260968">120° </tspan></text>
<g
aria-label="120° "
style="font-style:normal;font-weight:normal;font-size:10.43869972px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.260968"
id="text5016">
<path
d="m 138.86609,102.36001 h 1.73299 v -4.918631 l -1.77886,0.366986 v -1.33542 l 1.76867,-0.366985 h 1.86551 v 6.25405 h 1.73298 v 1.3558 h -5.32129 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.260968"
id="path104130" />
<path
d="m 147.91331,102.27336 h 3.34874 v 1.44245 h -5.53027 v -1.44245 l 2.77788,-2.451672 q 0.37208,-0.336403 0.55048,-0.657515 0.17839,-0.321113 0.17839,-0.66771 0,-0.535187 -0.36189,-0.861397 -0.35679,-0.326209 -0.95314,-0.326209 -0.45873,0 -1.00411,0.198784 -0.54539,0.193686 -1.16722,0.58106 v -1.671823 q 0.66261,-0.219172 1.30993,-0.331306 0.64732,-0.117232 1.26916,-0.117232 1.366,0 2.12036,0.601449 0.75946,0.601448 0.75946,1.67692 0,0.621836 -0.32111,1.162121 -0.32112,0.535187 -1.35071,1.43736 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.260968"
id="path104132" />
<path
d="m 156.97071,99.903241 q 0,-1.427166 -0.27014,-2.008227 -0.26504,-0.586157 -0.89708,-0.586157 -0.63203,0 -0.90217,0.586157 -0.27014,0.581061 -0.27014,2.008227 0,1.442459 0.27014,2.033709 0.27014,0.59126 0.90217,0.59126 0.62694,0 0.89708,-0.59126 0.27014,-0.59125 0.27014,-2.033709 z m 1.96236,0.01529 q 0,1.890998 -0.81553,2.920598 -0.81552,1.0245 -2.31405,1.0245 -1.50362,0 -2.31914,-1.0245 -0.81552,-1.0296 -0.81552,-2.920598 0,-1.896092 0.81552,-2.920593 0.81552,-1.029599 2.31914,-1.029599 1.49853,0 2.31405,1.029599 0.81553,1.024501 0.81553,2.920593 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.260968"
id="path104134" />
<path
d="m 162.04225,96.722699 q -0.36699,0 -0.62184,0.254851 -0.25485,0.254852 -0.25485,0.621837 0,0.366986 0.24975,0.61674 0.25486,0.249754 0.62694,0.249754 0.36698,0 0.62183,-0.249754 0.25486,-0.254851 0.25486,-0.61674 0,-0.366985 -0.25995,-0.621837 -0.25485,-0.254851 -0.61674,-0.254851 z m 0,-0.825717 q 0.3364,0 0.64732,0.132522 0.31092,0.127426 0.55558,0.366986 0.23956,0.244657 0.36188,0.550478 0.12743,0.305822 0.12743,0.652419 0,0.3415 -0.12743,0.652419 -0.12232,0.305821 -0.35169,0.535187 -0.24466,0.244657 -0.56067,0.37718 -0.31602,0.127425 -0.66262,0.127425 -0.71868,0 -1.20799,-0.484217 -0.48422,-0.489314 -0.48422,-1.207994 0,-0.71868 0.48932,-1.207994 0.49441,-0.494411 1.21309,-0.494411 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.260968"
id="path104136" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-1"
@ -134,17 +151,27 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:10.4387px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.260968"
x="145.47377"
y="130.34914"
id="text5016-1"><tspan
sodipodi:role="line"
id="tspan5014-5"
x="145.47377"
y="130.34914"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.260968">240° </tspan></text>
<g
aria-label="240° "
style="font-style:normal;font-weight:normal;font-size:10.43869972px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.260968"
id="text5016-1">
<path
d="m 148.48101,128.90668 h 3.34875 v 1.44246 h -5.53027 v -1.44246 l 2.77787,-2.45167 q 0.37209,-0.3364 0.55048,-0.65751 0.1784,-0.32112 0.1784,-0.66771 0,-0.53519 -0.36189,-0.8614 -0.35679,-0.32621 -0.95314,-0.32621 -0.45874,0 -1.00412,0.19878 -0.54538,0.19369 -1.16721,0.58106 v -1.67182 q 0.66261,-0.21917 1.30993,-0.3313 0.64732,-0.11724 1.26916,-0.11724 1.366,0 2.12036,0.60145 0.75946,0.60145 0.75946,1.67692 0,0.62184 -0.32112,1.16212 -0.32111,0.53519 -1.35071,1.43736 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.260968"
id="path104139" />
<path
d="m 156.58018,124.35504 -2.15094,3.18564 h 2.15094 z m -0.32621,-1.61576 h 2.18153 v 4.8014 h 1.08566 v 1.42207 h -1.08566 v 1.38639 h -1.85532 v -1.38639 h -3.37423 v -1.68202 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.260968"
id="path104141" />
<path
d="m 164.80168,126.53656 q 0,-1.42716 -0.27015,-2.00822 -0.26504,-0.58616 -0.89707,-0.58616 -0.63203,0 -0.90218,0.58616 -0.27014,0.58106 -0.27014,2.00822 0,1.44246 0.27014,2.03372 0.27015,0.59125 0.90218,0.59125 0.62693,0 0.89707,-0.59125 0.27015,-0.59126 0.27015,-2.03372 z m 1.96235,0.0153 q 0,1.89099 -0.81552,2.92059 -0.81553,1.0245 -2.31405,1.0245 -1.50362,0 -2.31915,-1.0245 -0.81552,-1.0296 -0.81552,-2.92059 0,-1.8961 0.81552,-2.9206 0.81553,-1.0296 2.31915,-1.0296 1.49852,0 2.31405,1.0296 0.81552,1.0245 0.81552,2.9206 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.260968"
id="path104143" />
<path
d="m 169.87321,123.35602 q -0.36698,0 -0.62184,0.25485 -0.25485,0.25486 -0.25485,0.62184 0,0.36699 0.24976,0.61674 0.25485,0.24975 0.62693,0.24975 0.36699,0 0.62184,-0.24975 0.25485,-0.25485 0.25485,-0.61674 0,-0.36698 -0.25995,-0.62184 -0.25485,-0.25485 -0.61674,-0.25485 z m 0,-0.82571 q 0.3364,0 0.64732,0.13252 0.31092,0.12742 0.55558,0.36698 0.23956,0.24466 0.36189,0.55048 0.12742,0.30582 0.12742,0.65242 0,0.3415 -0.12742,0.65242 -0.12233,0.30582 -0.3517,0.53519 -0.24465,0.24465 -0.56067,0.37718 -0.31602,0.12742 -0.66261,0.12742 -0.71868,0 -1.208,-0.48422 -0.48421,-0.48931 -0.48421,-1.20799 0,-0.71868 0.48931,-1.20799 0.49441,-0.49441 1.21309,-0.49441 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.260968"
id="path104145" />
</g>
</g>
<g
id="g5310-1"
@ -167,17 +194,27 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:10.4387px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.260968"
x="137.64281"
y="103.71581"
id="text5016-15"><tspan
sodipodi:role="line"
id="tspan5014-9"
x="137.64281"
y="103.71581"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.260968">120° </tspan></text>
<g
aria-label="120° "
style="font-style:normal;font-weight:normal;font-size:10.43869972px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.260968"
id="text5016-15">
<path
d="m 138.86609,102.36001 h 1.73299 v -4.918631 l -1.77886,0.366986 v -1.33542 l 1.76867,-0.366985 h 1.86551 v 6.25405 h 1.73298 v 1.3558 h -5.32129 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.260968"
id="path104148" />
<path
d="m 147.91331,102.27336 h 3.34874 v 1.44245 h -5.53027 v -1.44245 l 2.77788,-2.451672 q 0.37208,-0.336403 0.55048,-0.657515 0.17839,-0.321113 0.17839,-0.66771 0,-0.535187 -0.36189,-0.861397 -0.35679,-0.326209 -0.95314,-0.326209 -0.45873,0 -1.00411,0.198784 -0.54539,0.193686 -1.16722,0.58106 v -1.671823 q 0.66261,-0.219172 1.30993,-0.331306 0.64732,-0.117232 1.26916,-0.117232 1.366,0 2.12036,0.601449 0.75946,0.601448 0.75946,1.67692 0,0.621836 -0.32111,1.162121 -0.32112,0.535187 -1.35071,1.43736 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.260968"
id="path104150" />
<path
d="m 156.97071,99.903241 q 0,-1.427166 -0.27014,-2.008227 -0.26504,-0.586157 -0.89708,-0.586157 -0.63203,0 -0.90217,0.586157 -0.27014,0.581061 -0.27014,2.008227 0,1.442459 0.27014,2.033709 0.27014,0.59126 0.90217,0.59126 0.62694,0 0.89708,-0.59126 0.27014,-0.59125 0.27014,-2.033709 z m 1.96236,0.01529 q 0,1.890998 -0.81553,2.920598 -0.81552,1.0245 -2.31405,1.0245 -1.50362,0 -2.31914,-1.0245 -0.81552,-1.0296 -0.81552,-2.920598 0,-1.896092 0.81552,-2.920593 0.81552,-1.029599 2.31914,-1.029599 1.49853,0 2.31405,1.029599 0.81553,1.024501 0.81553,2.920593 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.260968"
id="path104152" />
<path
d="m 162.04225,96.722699 q -0.36699,0 -0.62184,0.254851 -0.25485,0.254852 -0.25485,0.621837 0,0.366986 0.24975,0.61674 0.25486,0.249754 0.62694,0.249754 0.36698,0 0.62183,-0.249754 0.25486,-0.254851 0.25486,-0.61674 0,-0.366985 -0.25995,-0.621837 -0.25485,-0.254851 -0.61674,-0.254851 z m 0,-0.825717 q 0.3364,0 0.64732,0.132522 0.31092,0.127426 0.55558,0.366986 0.23956,0.244657 0.36188,0.550478 0.12743,0.305822 0.12743,0.652419 0,0.3415 -0.12743,0.652419 -0.12232,0.305821 -0.35169,0.535187 -0.24466,0.244657 -0.56067,0.37718 -0.31602,0.127425 -0.66262,0.127425 -0.71868,0 -1.20799,-0.484217 -0.48422,-0.489314 -0.48422,-1.207994 0,-0.71868 0.48932,-1.207994 0.49441,-0.494411 1.21309,-0.494411 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.260968"
id="path104154" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-1-7"
@ -195,17 +232,27 @@
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:10.4387px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.260968"
x="145.47377"
y="130.34914"
id="text5016-1-7"><tspan
sodipodi:role="line"
id="tspan5014-5-3"
x="145.47377"
y="130.34914"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.260968">240° </tspan></text>
<g
aria-label="240° "
style="font-style:normal;font-weight:normal;font-size:10.43869972px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.260968"
id="text5016-1-7">
<path
d="m 148.48101,128.90668 h 3.34875 v 1.44246 h -5.53027 v -1.44246 l 2.77787,-2.45167 q 0.37209,-0.3364 0.55048,-0.65751 0.1784,-0.32112 0.1784,-0.66771 0,-0.53519 -0.36189,-0.8614 -0.35679,-0.32621 -0.95314,-0.32621 -0.45874,0 -1.00412,0.19878 -0.54538,0.19369 -1.16721,0.58106 v -1.67182 q 0.66261,-0.21917 1.30993,-0.3313 0.64732,-0.11724 1.26916,-0.11724 1.366,0 2.12036,0.60145 0.75946,0.60145 0.75946,1.67692 0,0.62184 -0.32112,1.16212 -0.32111,0.53519 -1.35071,1.43736 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.260968"
id="path104157" />
<path
d="m 156.58018,124.35504 -2.15094,3.18564 h 2.15094 z m -0.32621,-1.61576 h 2.18153 v 4.8014 h 1.08566 v 1.42207 h -1.08566 v 1.38639 h -1.85532 v -1.38639 h -3.37423 v -1.68202 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.260968"
id="path104159" />
<path
d="m 164.80168,126.53656 q 0,-1.42716 -0.27015,-2.00822 -0.26504,-0.58616 -0.89707,-0.58616 -0.63203,0 -0.90218,0.58616 -0.27014,0.58106 -0.27014,2.00822 0,1.44246 0.27014,2.03372 0.27015,0.59125 0.90218,0.59125 0.62693,0 0.89707,-0.59125 0.27015,-0.59126 0.27015,-2.03372 z m 1.96235,0.0153 q 0,1.89099 -0.81552,2.92059 -0.81553,1.0245 -2.31405,1.0245 -1.50362,0 -2.31915,-1.0245 -0.81552,-1.0296 -0.81552,-2.92059 0,-1.8961 0.81552,-2.9206 0.81553,-1.0296 2.31915,-1.0296 1.49852,0 2.31405,1.0296 0.81552,1.0245 0.81552,2.9206 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.260968"
id="path104161" />
<path
d="m 169.87321,123.35602 q -0.36698,0 -0.62184,0.25485 -0.25485,0.25486 -0.25485,0.62184 0,0.36699 0.24976,0.61674 0.25485,0.24975 0.62693,0.24975 0.36699,0 0.62184,-0.24975 0.25485,-0.25485 0.25485,-0.61674 0,-0.36698 -0.25995,-0.62184 -0.25485,-0.25485 -0.61674,-0.25485 z m 0,-0.82571 q 0.3364,0 0.64732,0.13252 0.31092,0.12742 0.55558,0.36698 0.23956,0.24466 0.36189,0.55048 0.12742,0.30582 0.12742,0.65242 0,0.3415 -0.12742,0.65242 -0.12233,0.30582 -0.3517,0.53519 -0.24465,0.24465 -0.56067,0.37718 -0.31602,0.12742 -0.66261,0.12742 -0.71868,0 -1.208,-0.48422 -0.48421,-0.48931 -0.48421,-1.20799 0,-0.71868 0.48931,-1.20799 0.49441,-0.49441 1.21309,-0.49441 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.260968"
id="path104163" />
</g>
</g>
<g
id="g1779"
@ -313,17 +360,27 @@
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:10.4387px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.260968"
x="300.33191"
y="14.15502"
id="text5016-7-72-5"><tspan
sodipodi:role="line"
id="tspan5014-1-26-0"
x="300.33191"
y="14.15502"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.260968">240° </tspan></text>
<g
aria-label="240° "
style="font-style:normal;font-weight:normal;font-size:10.43869972px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.260968"
id="text5016-7-72-5">
<path
d="m 303.33915,12.712563 h 3.34874 v 1.442457 h -5.53026 v -1.442457 l 2.77787,-2.451668 q 0.37209,-0.336403 0.55048,-0.6575153 0.1784,-0.3211123 0.1784,-0.6677098 0,-0.5351872 -0.36189,-0.8613966 -0.35679,-0.3262094 -0.95314,-0.3262094 -0.45874,0 -1.00412,0.1987839 -0.54538,0.1936868 -1.16722,0.5810604 v -1.671823 q 0.66262,-0.2191719 1.30994,-0.3313064 0.64732,-0.1172315 1.26916,-0.1172315 1.366,0 2.12036,0.6014485 0.75945,0.6014485 0.75945,1.6769201 0,0.6218366 -0.32111,1.1621208 -0.32111,0.5351873 -1.35071,1.4373603 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.260968"
id="path104166" />
<path
d="m 311.43832,8.1609227 -2.15094,3.1856383 h 2.15094 z m -0.32621,-1.6157558 h 2.18152 v 4.8013941 h 1.08567 v 1.422069 h -1.08567 v 1.38639 h -1.85531 v -1.38639 h -3.37423 v -1.682017 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.260968"
id="path104168" />
<path
d="m 319.65981,10.342448 q 0,-1.4271662 -0.27014,-2.0082266 -0.26504,-0.5861575 -0.89707,-0.5861575 -0.63203,0 -0.90218,0.5861575 -0.27014,0.5810604 -0.27014,2.0082266 0,1.442457 0.27014,2.033711 0.27015,0.591255 0.90218,0.591255 0.62693,0 0.89707,-0.591255 0.27014,-0.591254 0.27014,-2.033711 z m 1.96236,0.01529 q 0,1.890995 -0.81553,2.920593 -0.81552,1.024501 -2.31404,1.024501 -1.50362,0 -2.31915,-1.024501 -0.81552,-1.029598 -0.81552,-2.920593 0,-1.8960921 0.81552,-2.9205934 0.81553,-1.0295983 2.31915,-1.0295983 1.49852,0 2.31404,1.0295983 0.81553,1.0245013 0.81553,2.9205934 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.260968"
id="path104170" />
<path
d="m 324.73135,7.1619065 q -0.36699,0 -0.62184,0.254851 -0.25485,0.2548511 -0.25485,0.6218366 0,0.3669856 0.24976,0.6167396 0.25485,0.2497541 0.62693,0.2497541 0.36699,0 0.62184,-0.2497541 0.25485,-0.254851 0.25485,-0.6167396 0,-0.3669855 -0.25995,-0.6218366 -0.25485,-0.254851 -0.61674,-0.254851 z m 0,-0.8257175 q 0.3364,0 0.64732,0.1325226 0.31092,0.1274255 0.55558,0.3669855 0.23956,0.244657 0.36189,0.5504783 0.12742,0.3058213 0.12742,0.6524187 0,0.3415005 -0.12742,0.6524188 -0.12233,0.3058213 -0.3517,0.5351872 -0.24466,0.244657 -0.56067,0.3771796 -0.31602,0.1274255 -0.66261,0.1274255 -0.71868,0 -1.208,-0.484217 -0.48421,-0.489314 -0.48421,-1.2079941 0,-0.71868 0.48931,-1.207994 0.49441,-0.4944111 1.21309,-0.4944111 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.260968"
id="path104172" />
</g>
<g
stroke="#6d6d6d"
fill="none"
@ -342,17 +399,19 @@
transform="matrix(0.01423,0.54478,-0.5436,0.0117,433.444,35.347)"
id="path3793"
sodipodi:nodetypes="ccc" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:24.9707px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.624268"
x="350.79449"
y="210.425"
id="text5016-7-72-5-3"><tspan
sodipodi:role="line"
id="tspan5014-1-26-0-6"
x="350.79449"
y="210.425"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.624268">0° </tspan></text>
<g
aria-label="0° "
style="font-style:normal;font-weight:normal;font-size:24.97069931px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.624268"
id="text5016-7-72-5-3">
<path
d="m 362.28004,201.30485 q 0,-3.41397 -0.64621,-4.80394 -0.63403,-1.40216 -2.14592,-1.40216 -1.5119,0 -2.15812,1.40216 -0.64621,1.38997 -0.64621,4.80394 0,3.45054 0.64621,4.86489 0.64622,1.41436 2.15812,1.41436 1.4997,0 2.14592,-1.41436 0.64621,-1.41435 0.64621,-4.86489 z m 4.6942,0.0366 q 0,4.5235 -1.95084,6.98643 -1.95083,2.45074 -5.53549,2.45074 -3.59686,0 -5.54769,-2.45074 -1.95084,-2.46293 -1.95084,-6.98643 0,-4.53569 1.95084,-6.98643 1.95083,-2.46293 5.54769,-2.46293 3.58466,0 5.53549,2.46293 1.95084,2.45074 1.95084,6.98643 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.624268"
id="path104175" />
<path
d="m 374.4118,193.69659 q -0.87787,0 -1.48751,0.60963 -0.60964,0.60964 -0.60964,1.48751 0,0.87788 0.59745,1.47532 0.60963,0.59745 1.4997,0.59745 0.87788,0 1.48751,-0.59745 0.60964,-0.60963 0.60964,-1.47532 0,-0.87787 -0.62183,-1.48751 -0.60964,-0.60963 -1.47532,-0.60963 z m 0,-1.97523 q 0.80472,0 1.54848,0.31701 0.74375,0.30482 1.329,0.87788 0.57306,0.58525 0.86569,1.31682 0.30482,0.73156 0.30482,1.56066 0,0.81692 -0.30482,1.56067 -0.29263,0.73157 -0.8413,1.28024 -0.58525,0.58525 -1.3412,0.90226 -0.75595,0.30482 -1.58505,0.30482 -1.71918,0 -2.88968,-1.15831 -1.15831,-1.1705 -1.15831,-2.88968 0,-1.71917 1.1705,-2.88967 1.1827,-1.1827 2.90187,-1.1827 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.624268"
id="path104177" />
</g>
</g>
<g
stroke="#6d6d6d"
@ -373,17 +432,19 @@
transform="matrix(0.01423,0.54478,-0.5436,0.0117,433.444,35.347)"
id="path3793-3"
sodipodi:nodetypes="ccc" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:24.9707px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.624268"
x="350.79449"
y="210.425"
id="text5016-7-72-5-3-5"><tspan
sodipodi:role="line"
id="tspan5014-1-26-0-6-6"
x="350.79449"
y="210.425"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.624268">0° </tspan></text>
<g
aria-label="0° "
style="font-style:normal;font-weight:normal;font-size:24.97069931px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.624268"
id="text5016-7-72-5-3-5">
<path
d="m 362.28004,201.30485 q 0,-3.41397 -0.64621,-4.80394 -0.63403,-1.40216 -2.14592,-1.40216 -1.5119,0 -2.15812,1.40216 -0.64621,1.38997 -0.64621,4.80394 0,3.45054 0.64621,4.86489 0.64622,1.41436 2.15812,1.41436 1.4997,0 2.14592,-1.41436 0.64621,-1.41435 0.64621,-4.86489 z m 4.6942,0.0366 q 0,4.5235 -1.95084,6.98643 -1.95083,2.45074 -5.53549,2.45074 -3.59686,0 -5.54769,-2.45074 -1.95084,-2.46293 -1.95084,-6.98643 0,-4.53569 1.95084,-6.98643 1.95083,-2.46293 5.54769,-2.46293 3.58466,0 5.53549,2.46293 1.95084,2.45074 1.95084,6.98643 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.624268"
id="path104180" />
<path
d="m 374.4118,193.69659 q -0.87787,0 -1.48751,0.60963 -0.60964,0.60964 -0.60964,1.48751 0,0.87788 0.59745,1.47532 0.60963,0.59745 1.4997,0.59745 0.87788,0 1.48751,-0.59745 0.60964,-0.60963 0.60964,-1.47532 0,-0.87787 -0.62183,-1.48751 -0.60964,-0.60963 -1.47532,-0.60963 z m 0,-1.97523 q 0.80472,0 1.54848,0.31701 0.74375,0.30482 1.329,0.87788 0.57306,0.58525 0.86569,1.31682 0.30482,0.73156 0.30482,1.56066 0,0.81692 -0.30482,1.56067 -0.29263,0.73157 -0.8413,1.28024 -0.58525,0.58525 -1.3412,0.90226 -0.75595,0.30482 -1.58505,0.30482 -1.71918,0 -2.88968,-1.15831 -1.15831,-1.1705 -1.15831,-2.88968 0,-1.71917 1.1705,-2.88967 1.1827,-1.1827 2.90187,-1.1827 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.624268"
id="path104182" />
</g>
</g>
<g
stroke="#6d6d6d"
@ -404,17 +465,19 @@
transform="matrix(0.01423,0.54478,-0.5436,0.0117,433.444,35.347)"
id="path3793-1"
sodipodi:nodetypes="ccc" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:24.9707px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.624268"
x="350.79449"
y="210.425"
id="text5016-7-72-5-3-2"><tspan
sodipodi:role="line"
id="tspan5014-1-26-0-6-7"
x="350.79449"
y="210.425"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.624268">0° </tspan></text>
<g
aria-label="0° "
style="font-style:normal;font-weight:normal;font-size:24.97069931px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.624268"
id="text5016-7-72-5-3-2">
<path
d="m 362.28004,201.30485 q 0,-3.41397 -0.64621,-4.80394 -0.63403,-1.40216 -2.14592,-1.40216 -1.5119,0 -2.15812,1.40216 -0.64621,1.38997 -0.64621,4.80394 0,3.45054 0.64621,4.86489 0.64622,1.41436 2.15812,1.41436 1.4997,0 2.14592,-1.41436 0.64621,-1.41435 0.64621,-4.86489 z m 4.6942,0.0366 q 0,4.5235 -1.95084,6.98643 -1.95083,2.45074 -5.53549,2.45074 -3.59686,0 -5.54769,-2.45074 -1.95084,-2.46293 -1.95084,-6.98643 0,-4.53569 1.95084,-6.98643 1.95083,-2.46293 5.54769,-2.46293 3.58466,0 5.53549,2.46293 1.95084,2.45074 1.95084,6.98643 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.624268"
id="path104185" />
<path
d="m 374.4118,193.69659 q -0.87787,0 -1.48751,0.60963 -0.60964,0.60964 -0.60964,1.48751 0,0.87788 0.59745,1.47532 0.60963,0.59745 1.4997,0.59745 0.87788,0 1.48751,-0.59745 0.60964,-0.60963 0.60964,-1.47532 0,-0.87787 -0.62183,-1.48751 -0.60964,-0.60963 -1.47532,-0.60963 z m 0,-1.97523 q 0.80472,0 1.54848,0.31701 0.74375,0.30482 1.329,0.87788 0.57306,0.58525 0.86569,1.31682 0.30482,0.73156 0.30482,1.56066 0,0.81692 -0.30482,1.56067 -0.29263,0.73157 -0.8413,1.28024 -0.58525,0.58525 -1.3412,0.90226 -0.75595,0.30482 -1.58505,0.30482 -1.71918,0 -2.88968,-1.15831 -1.15831,-1.1705 -1.15831,-2.88968 0,-1.71917 1.1705,-2.88967 1.1827,-1.1827 2.90187,-1.1827 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.624268"
id="path104187" />
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View File

@ -11,7 +11,7 @@
version="1.1"
id="svg3397"
sodipodi:docname="symmetry_rotation_functions.svg"
inkscape:version="1.0.1 (0767f8302a, 2020-10-17)"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
width="595.29999"
height="597">
<metadata
@ -22,7 +22,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>
@ -41,8 +41,8 @@
inkscape:window-height="1376"
id="namedview3399"
showgrid="false"
inkscape:zoom="1.948536"
inkscape:cx="283.75226"
inkscape:zoom="9.1033166"
inkscape:cx="260.24434"
inkscape:cy="337.79769"
inkscape:window-x="0"
inkscape:window-y="27"
@ -54,11 +54,8 @@
id="layer1"
inkscape:label="Layer 1"
style="display:inline">
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:63.1204px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.57801"
x="455.92236"
y="125.18813"
<g
style="font-style:normal;font-weight:normal;font-size:63.12039948px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.57800996"
id="text1739" />
<g
id="g4821"
@ -66,22 +63,14 @@
<g
id="g4798"
transform="matrix(0.98858826,0,0,0.95523463,28.163436,29.907632)">
<circle
opacity="0.14"
stroke="#000000"
cx="87.185303"
cy="-209.01434"
r="134.8"
id="circle4649"
style="stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#e6e7e8"
stroke="#808285"
cx="73.885315"
cy="-217.51434"
r="134.8"
id="circle4651"
style="stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.13999999;stroke:#000000;stroke-width:6;stroke-miterlimit:10"
d="m 221.98531,-209.01434 a 134.8,134.8 0 0 1 -134.800007,134.8 134.8,134.8 0 0 1 -134.800003,-134.8 134.8,134.8 0 0 1 134.800003,-134.80001 134.8,134.8 0 0 1 134.800007,134.80001 z"
id="circle4649" />
<path
style="fill:#e6e7e8;stroke:#808285;stroke-width:6;stroke-miterlimit:10"
d="m 208.68532,-217.51434 a 134.8,134.8 0 0 1 -134.800005,134.8 134.8,134.8 0 0 1 -134.800003,-134.8 134.8,134.8 0 0 1 134.800003,-134.80001 134.8,134.8 0 0 1 134.800005,134.80001 z"
id="circle4651" />
</g>
<g
id="g1779-6"
@ -180,22 +169,14 @@
<g
id="g4798-0"
transform="matrix(0.98858826,0,0,0.95523463,28.163436,29.907632)">
<circle
opacity="0.14"
stroke="#000000"
cx="87.185303"
cy="-209.01434"
r="134.8"
id="circle4649-9"
style="stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#e6e7e8"
stroke="#808285"
cx="73.885315"
cy="-217.51434"
r="134.8"
id="circle4651-2"
style="stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.13999999;stroke:#000000;stroke-width:6;stroke-miterlimit:10"
d="m 221.98531,-209.01434 a 134.8,134.8 0 0 1 -134.800007,134.8 134.8,134.8 0 0 1 -134.800003,-134.8 134.8,134.8 0 0 1 134.800003,-134.80001 134.8,134.8 0 0 1 134.800007,134.80001 z"
id="circle4649-9" />
<path
style="fill:#e6e7e8;stroke:#808285;stroke-width:6;stroke-miterlimit:10"
d="m 208.68532,-217.51434 a 134.8,134.8 0 0 1 -134.800005,134.8 134.8,134.8 0 0 1 -134.800003,-134.8 134.8,134.8 0 0 1 134.800003,-134.80001 134.8,134.8 0 0 1 134.800005,134.80001 z"
id="circle4651-2" />
</g>
<g
id="g1779-6-5"
@ -338,18 +319,28 @@
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:15.0883px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.377209"
x="269.96024"
y="229.73927"
id="text5016-15"
transform="scale(0.98762448,1.0125306)"><tspan
sodipodi:role="line"
id="tspan5014-9"
x="269.96024"
y="229.73927"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.377209">120° </tspan></text>
<g
aria-label="120° "
transform="scale(0.98762448,1.0125306)"
style="font-style:normal;font-weight:normal;font-size:15.08829975px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.37720901"
id="text5016-15">
<path
d="m 271.7284,227.77956 h 2.50489 v -7.10947 l -2.5712,0.53044 v -1.93024 l 2.55646,-0.53045 h 2.69645 v 9.03972 h 2.50489 v 1.95971 h -7.69149 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.37720901"
id="path111356" />
<path
d="m 284.80541,227.65432 h 4.84034 v 2.08495 h -7.99356 v -2.08495 l 4.0152,-3.54369 q 0.53782,-0.48624 0.79567,-0.95039 0.25786,-0.46414 0.25786,-0.96512 0,-0.77357 -0.52308,-1.24508 -0.51571,-0.47151 -1.37769,-0.47151 -0.66306,0 -1.45137,0.28733 -0.7883,0.27996 -1.68712,0.83988 v -2.41649 q 0.95776,-0.31679 1.89341,-0.47888 0.93565,-0.16944 1.83446,-0.16944 1.97445,0 3.06482,0.86934 1.09773,0.86935 1.09773,2.42385 0,0.89882 -0.46414,1.67976 -0.46415,0.77357 -1.95235,2.07758 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.37720901"
id="path111358" />
<path
d="m 297.89716,224.22851 q 0,-2.06286 -0.39046,-2.90273 -0.38311,-0.84725 -1.29665,-0.84725 -0.91355,0 -1.30402,0.84725 -0.39047,0.83987 -0.39047,2.90273 0,2.08495 0.39047,2.93956 0.39047,0.85461 1.30402,0.85461 0.90618,0 1.29665,-0.85461 0.39046,-0.85461 0.39046,-2.93956 z m 2.83643,0.0221 q 0,2.73328 -1.17878,4.22148 -1.17877,1.48084 -3.34476,1.48084 -2.17337,0 -3.35214,-1.48084 -1.17878,-1.4882 -1.17878,-4.22148 0,-2.74065 1.17878,-4.22148 1.17877,-1.4882 3.35214,-1.4882 2.16599,0 3.34476,1.4882 1.17878,1.48083 1.17878,4.22148 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.37720901"
id="path111360" />
<path
d="m 305.22766,219.63129 q -0.53045,0 -0.89881,0.36837 -0.36837,0.36836 -0.36837,0.89881 0,0.53045 0.361,0.89145 0.36837,0.361 0.90618,0.361 0.53045,0 0.89882,-0.361 0.36836,-0.36837 0.36836,-0.89145 0,-0.53045 -0.37573,-0.89881 -0.36837,-0.36837 -0.89145,-0.36837 z m 0,-1.19351 q 0.48624,0 0.93565,0.19155 0.44941,0.18419 0.80304,0.53045 0.34627,0.35363 0.52308,0.79567 0.18419,0.44204 0.18419,0.94302 0,0.49361 -0.18419,0.94302 -0.17681,0.44204 -0.50834,0.77357 -0.35364,0.35363 -0.81041,0.54518 -0.45678,0.18419 -0.95775,0.18419 -1.0388,0 -1.74606,-0.6999 -0.6999,-0.70726 -0.6999,-1.74606 0,-1.03879 0.70726,-1.74606 0.71464,-0.71463 1.75343,-0.71463 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.37720901"
id="path111362" />
</g>
<g
id="g4821-7"
transform="matrix(0.57695034,0,0,0.59149994,84.877524,584.99965)"
@ -357,22 +348,14 @@
<g
id="g4798-6"
transform="matrix(0.98858826,0,0,0.95523463,28.163436,29.907632)">
<circle
opacity="0.14"
stroke="#000000"
cx="87.185303"
cy="-209.01434"
r="134.8"
id="circle4649-3"
style="stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#e6e7e8"
stroke="#808285"
cx="73.885315"
cy="-217.51434"
r="134.8"
id="circle4651-1"
style="stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.13999999;stroke:#000000;stroke-width:6;stroke-miterlimit:10"
d="m 221.98531,-209.01434 a 134.8,134.8 0 0 1 -134.800007,134.8 134.8,134.8 0 0 1 -134.800003,-134.8 134.8,134.8 0 0 1 134.800003,-134.80001 134.8,134.8 0 0 1 134.800007,134.80001 z"
id="circle4649-3" />
<path
style="fill:#e6e7e8;stroke:#808285;stroke-width:6;stroke-miterlimit:10"
d="m 208.68532,-217.51434 a 134.8,134.8 0 0 1 -134.800005,134.8 134.8,134.8 0 0 1 -134.800003,-134.8 134.8,134.8 0 0 1 134.800003,-134.80001 134.8,134.8 0 0 1 134.800005,134.80001 z"
id="circle4651-1" />
</g>
<g
id="g1779-6-7"
@ -471,22 +454,14 @@
<g
id="g4798-0-5-6"
transform="matrix(0.98858826,0,0,0.95523463,28.163436,29.907632)">
<circle
opacity="0.14"
stroke="#000000"
cx="87.185303"
cy="-209.01434"
r="134.8"
id="circle4649-9-4-9"
style="stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#e6e7e8"
stroke="#808285"
cx="73.885315"
cy="-217.51434"
r="134.8"
id="circle4651-2-6-2"
style="stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.13999999;stroke:#000000;stroke-width:6;stroke-miterlimit:10"
d="m 221.98531,-209.01434 a 134.8,134.8 0 0 1 -134.800007,134.8 134.8,134.8 0 0 1 -134.800003,-134.8 134.8,134.8 0 0 1 134.800003,-134.80001 134.8,134.8 0 0 1 134.800007,134.80001 z"
id="circle4649-9-4-9" />
<path
style="fill:#e6e7e8;stroke:#808285;stroke-width:6;stroke-miterlimit:10"
d="m 208.68532,-217.51434 a 134.8,134.8 0 0 1 -134.800005,134.8 134.8,134.8 0 0 1 -134.800003,-134.8 134.8,134.8 0 0 1 134.800003,-134.80001 134.8,134.8 0 0 1 134.800005,134.80001 z"
id="circle4651-2-6-2" />
</g>
<g
id="g1779-6-5-4-2"
@ -578,20 +553,30 @@
sodipodi:nodetypes="cccc" />
</g>
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:15.0883px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.377209"
x="256.51025"
y="419.85971"
id="text5016-15-9-2"
<g
aria-label="240° "
transform="matrix(1.0025656,-0.00239059,0.0267502,0.99737718,0,0)"
inkscape:transform-center-x="127.70772"
inkscape:transform-center-y="252.37637"><tspan
sodipodi:role="line"
id="tspan5014-9-0-5"
x="256.51025"
y="419.85971"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.377209">240° </tspan></text>
inkscape:transform-center-y="252.37637"
style="font-style:normal;font-weight:normal;font-size:15.08829975px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.37720901"
id="text5016-15-9-2">
<path
d="m 260.85698,417.77476 h 4.84034 v 2.08495 h -7.99356 v -2.08495 l 4.0152,-3.54369 q 0.53781,-0.48625 0.79567,-0.95039 0.25786,-0.46414 0.25786,-0.96512 0,-0.77357 -0.52308,-1.24508 -0.51572,-0.47151 -1.37769,-0.47151 -0.66306,0 -1.45137,0.28733 -0.7883,0.27996 -1.68712,0.83987 v -2.41648 q 0.95775,-0.3168 1.89341,-0.47888 0.93565,-0.16945 1.83446,-0.16945 1.97445,0 3.06481,0.86935 1.09774,0.86934 1.09774,2.42385 0,0.89882 -0.46415,1.67975 -0.46414,0.77357 -1.95234,2.07759 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.37720901"
id="path111369" />
<path
d="m 272.56367,411.19573 -3.10901,4.60458 h 3.10901 z m -0.47151,-2.33545 h 3.15322 v 6.94003 h 1.56925 v 2.05549 h -1.56925 v 2.00391 h -2.68171 v -2.00391 h -4.87717 v -2.43122 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.37720901"
id="path111371" />
<path
d="m 284.44718,414.34894 q 0,-2.06285 -0.39047,-2.90272 -0.3831,-0.84725 -1.29665,-0.84725 -0.91355,0 -1.30401,0.84725 -0.39047,0.83987 -0.39047,2.90272 0,2.08496 0.39047,2.93957 0.39046,0.85461 1.30401,0.85461 0.90619,0 1.29665,-0.85461 0.39047,-0.85461 0.39047,-2.93957 z m 2.83643,0.0221 q 0,2.73328 -1.17878,4.22148 -1.17877,1.48083 -3.34477,1.48083 -2.17336,0 -3.35213,-1.48083 -1.17878,-1.4882 -1.17878,-4.22148 0,-2.74065 1.17878,-4.22149 1.17877,-1.4882 3.35213,-1.4882 2.166,0 3.34477,1.4882 1.17878,1.48084 1.17878,4.22149 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.37720901"
id="path111373" />
<path
d="m 291.77768,409.75173 q -0.53045,0 -0.89882,0.36837 -0.36836,0.36836 -0.36836,0.89881 0,0.53045 0.361,0.89145 0.36836,0.361 0.90618,0.361 0.53045,0 0.89881,-0.361 0.36837,-0.36837 0.36837,-0.89145 0,-0.53045 -0.37573,-0.89881 -0.36837,-0.36837 -0.89145,-0.36837 z m 0,-1.19351 q 0.48624,0 0.93565,0.19155 0.44941,0.18418 0.80304,0.53045 0.34626,0.35363 0.52308,0.79567 0.18418,0.44204 0.18418,0.94302 0,0.49361 -0.18418,0.94302 -0.17682,0.44204 -0.50835,0.77357 -0.35363,0.35363 -0.8104,0.54518 -0.45678,0.18418 -0.95776,0.18418 -1.03879,0 -1.74605,-0.69989 -0.6999,-0.70727 -0.6999,-1.74606 0,-1.03879 0.70726,-1.74606 0.71463,-0.71463 1.75343,-0.71463 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.37720901"
id="path111375" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-5-6-0-8"
@ -650,22 +635,14 @@
<g
id="g4798-1"
transform="matrix(0.98858826,0,0,0.95523463,28.163436,29.907632)">
<circle
opacity="0.14"
stroke="#000000"
cx="87.185303"
cy="-209.01434"
r="134.8"
id="circle4649-0"
style="stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#e6e7e8"
stroke="#808285"
cx="73.885315"
cy="-217.51434"
r="134.8"
id="circle4651-3"
style="stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.13999999;stroke:#000000;stroke-width:6;stroke-miterlimit:10"
d="m 221.98531,-209.01434 a 134.8,134.8 0 0 1 -134.800007,134.8 134.8,134.8 0 0 1 -134.800003,-134.8 134.8,134.8 0 0 1 134.800003,-134.80001 134.8,134.8 0 0 1 134.800007,134.80001 z"
id="circle4649-0" />
<path
style="fill:#e6e7e8;stroke:#808285;stroke-width:6;stroke-miterlimit:10"
d="m 208.68532,-217.51434 a 134.8,134.8 0 0 1 -134.800005,134.8 134.8,134.8 0 0 1 -134.800003,-134.8 134.8,134.8 0 0 1 134.800003,-134.80001 134.8,134.8 0 0 1 134.800005,134.80001 z"
id="circle4651-3" />
</g>
<g
id="g1779-6-4"
@ -764,22 +741,14 @@
<g
id="g4798-0-6"
transform="matrix(0.98858826,0,0,0.95523463,28.163436,29.907632)">
<circle
opacity="0.14"
stroke="#000000"
cx="87.185303"
cy="-209.01434"
r="134.8"
id="circle4649-9-7"
style="stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#e6e7e8"
stroke="#808285"
cx="73.885315"
cy="-217.51434"
r="134.8"
id="circle4651-2-5"
style="stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.13999999;stroke:#000000;stroke-width:6;stroke-miterlimit:10"
d="m 221.98531,-209.01434 a 134.8,134.8 0 0 1 -134.800007,134.8 134.8,134.8 0 0 1 -134.800003,-134.8 134.8,134.8 0 0 1 134.800003,-134.80001 134.8,134.8 0 0 1 134.800007,134.80001 z"
id="circle4649-9-7" />
<path
style="fill:#e6e7e8;stroke:#808285;stroke-width:6;stroke-miterlimit:10"
d="m 208.68532,-217.51434 a 134.8,134.8 0 0 1 -134.800005,134.8 134.8,134.8 0 0 1 -134.800003,-134.8 134.8,134.8 0 0 1 134.800003,-134.80001 134.8,134.8 0 0 1 134.800005,134.80001 z"
id="circle4651-2-5" />
</g>
<g
id="g1779-6-5-6"
@ -922,17 +891,19 @@
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:15.0883px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.377209"
x="280.57199"
y="33.531464"
id="text5016-15-8"
transform="scale(0.98762448,1.0125306)"><tspan
sodipodi:role="line"
id="tspan5014-9-7"
x="280.57199"
y="33.531464"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.377209">0° </tspan></text>
<g
aria-label="0° "
transform="scale(0.98762448,1.0125306)"
style="font-style:normal;font-weight:normal;font-size:15.08829975px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.37720901"
id="text5016-15-8">
<path
d="m 287.51202,28.020698 q 0,-2.062854 -0.39047,-2.90273 -0.3831,-0.847243 -1.29665,-0.847243 -0.91355,0 -1.30402,0.847243 -0.39047,0.839876 -0.39047,2.90273 0,2.084955 0.39047,2.939566 0.39047,0.854611 1.30402,0.854611 0.90618,0 1.29665,-0.854611 0.39047,-0.854611 0.39047,-2.939566 z m 2.83642,0.0221 q 0,2.733281 -1.17877,4.221482 -1.17877,1.480834 -3.34477,1.480834 -2.17336,0 -3.35214,-1.480834 -1.17877,-1.488201 -1.17877,-4.221482 0,-2.740648 1.17877,-4.221482 1.17878,-1.488202 3.35214,-1.488202 2.166,0 3.34477,1.488202 1.17877,1.480834 1.17877,4.221482 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.37720901"
id="path111382" />
<path
d="m 294.84252,23.423482 q -0.53045,0 -0.89882,0.368366 -0.36837,0.368367 -0.36837,0.898815 0,0.530448 0.361,0.891447 0.36837,0.361 0.90619,0.361 0.53044,0 0.89881,-0.361 0.36837,-0.368366 0.36837,-0.891447 0,-0.530448 -0.37574,-0.898815 -0.36836,-0.368366 -0.89144,-0.368366 z m 0,-1.193509 q 0.48624,0 0.93565,0.191551 0.4494,0.184184 0.80304,0.530448 0.34626,0.353632 0.52308,0.795672 0.18418,0.44204 0.18418,0.943019 0,0.493611 -0.18418,0.943019 -0.17682,0.44204 -0.50835,0.77357 -0.35363,0.353632 -0.81041,0.545182 -0.45677,0.184184 -0.95775,0.184184 -1.03879,0 -1.74606,-0.699897 -0.69989,-0.707264 -0.69989,-1.746058 0,-1.038794 0.70726,-1.746058 0.71463,-0.714632 1.75343,-0.714632 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.37720901"
id="path111384" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 59 KiB

View File

@ -11,7 +11,7 @@
version="1.1"
id="svg3397"
sodipodi:docname="symmetry_rotation_set.svg"
inkscape:version="1.0.1 (0767f8302a, 2020-10-17)"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
width="595.29999"
height="500">
<metadata
@ -22,7 +22,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>
@ -41,8 +41,8 @@
inkscape:window-height="1376"
id="namedview3399"
showgrid="false"
inkscape:zoom="1.948536"
inkscape:cx="296.58786"
inkscape:zoom="1.6092542"
inkscape:cx="273.07994"
inkscape:cy="243.25823"
inkscape:window-x="0"
inkscape:window-y="27"
@ -54,11 +54,8 @@
id="layer1"
inkscape:label="Layer 1"
style="display:inline">
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:63.1204px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.57801"
x="455.92236"
y="-58.358749"
<g
style="font-style:normal;font-weight:normal;font-size:63.12039948px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.57800996"
id="text1739" />
<g
id="g4821"
@ -66,22 +63,14 @@
<g
id="g4798"
transform="matrix(0.98858826,0,0,0.95523463,28.163436,29.907632)">
<circle
opacity="0.14"
stroke="#000000"
cx="87.185303"
cy="-209.01434"
r="134.8"
id="circle4649"
style="stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#e6e7e8"
stroke="#808285"
cx="73.885315"
cy="-217.51434"
r="134.8"
id="circle4651"
style="stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.13999999;stroke:#000000;stroke-width:6;stroke-miterlimit:10"
d="m 221.98531,-209.01434 a 134.8,134.8 0 0 1 -134.800007,134.8 134.8,134.8 0 0 1 -134.800003,-134.8 134.8,134.8 0 0 1 134.800003,-134.80001 134.8,134.8 0 0 1 134.800007,134.80001 z"
id="circle4649" />
<path
style="fill:#e6e7e8;stroke:#808285;stroke-width:6;stroke-miterlimit:10"
d="m 208.68532,-217.51434 a 134.8,134.8 0 0 1 -134.800005,134.8 134.8,134.8 0 0 1 -134.800003,-134.8 134.8,134.8 0 0 1 134.800003,-134.80001 134.8,134.8 0 0 1 134.800005,134.80001 z"
id="circle4651" />
</g>
<g
id="g1779-6"
@ -180,22 +169,14 @@
<g
id="g4798-0"
transform="matrix(0.98858826,0,0,0.95523463,28.163436,29.907632)">
<circle
opacity="0.14"
stroke="#000000"
cx="87.185303"
cy="-209.01434"
r="134.8"
id="circle4649-9"
style="stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#e6e7e8"
stroke="#808285"
cx="73.885315"
cy="-217.51434"
r="134.8"
id="circle4651-2"
style="stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.13999999;stroke:#000000;stroke-width:6;stroke-miterlimit:10"
d="m 221.98531,-209.01434 a 134.8,134.8 0 0 1 -134.800007,134.8 134.8,134.8 0 0 1 -134.800003,-134.8 134.8,134.8 0 0 1 134.800003,-134.80001 134.8,134.8 0 0 1 134.800007,134.80001 z"
id="circle4649-9" />
<path
style="fill:#e6e7e8;stroke:#808285;stroke-width:6;stroke-miterlimit:10"
d="m 208.68532,-217.51434 a 134.8,134.8 0 0 1 -134.800005,134.8 134.8,134.8 0 0 1 -134.800003,-134.8 134.8,134.8 0 0 1 134.800003,-134.80001 134.8,134.8 0 0 1 134.800005,134.80001 z"
id="circle4651-2" />
</g>
<g
id="g1779-6-5"
@ -338,18 +319,28 @@
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:15.0883px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.377209"
x="269.96024"
y="48.463886"
id="text5016-15"
transform="scale(0.98762448,1.0125306)"><tspan
sodipodi:role="line"
id="tspan5014-9"
x="269.96024"
y="48.463886"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.377209">120° </tspan></text>
<g
aria-label="120° "
transform="scale(0.98762448,1.0125306)"
style="font-style:normal;font-weight:normal;font-size:15.08829975px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.37720901"
id="text5016-15">
<path
d="m 271.7284,46.504175 h 2.50489 v -7.109477 l -2.5712,0.530448 v -1.930241 l 2.55646,-0.530448 h 2.69645 v 9.039718 h 2.50489 v 1.959711 h -7.69149 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.37720901"
id="path117788" />
<path
d="m 284.80541,46.378931 h 4.84034 v 2.084955 h -7.99356 v -2.084955 l 4.0152,-3.543688 q 0.53782,-0.486244 0.79567,-0.950386 0.25786,-0.464142 0.25786,-0.965121 0,-0.77357 -0.52308,-1.245079 -0.51571,-0.471509 -1.37769,-0.471509 -0.66306,0 -1.45137,0.287326 -0.7883,0.279958 -1.68712,0.839876 v -2.416486 q 0.95776,-0.316795 1.89341,-0.478877 0.93565,-0.169448 1.83446,-0.169448 1.97445,0 3.06482,0.869345 1.09773,0.869346 1.09773,2.423853 0,0.898815 -0.46414,1.679752 -0.46415,0.77357 -1.95235,2.077588 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.37720901"
id="path117790" />
<path
d="m 297.89716,42.953121 q 0,-2.062854 -0.39046,-2.90273 -0.38311,-0.847243 -1.29665,-0.847243 -0.91355,0 -1.30402,0.847243 -0.39047,0.839876 -0.39047,2.90273 0,2.084955 0.39047,2.939566 0.39047,0.85461 1.30402,0.85461 0.90618,0 1.29665,-0.85461 0.39046,-0.854611 0.39046,-2.939566 z m 2.83643,0.0221 q 0,2.73328 -1.17878,4.221482 -1.17877,1.480834 -3.34476,1.480834 -2.17337,0 -3.35214,-1.480834 -1.17878,-1.488202 -1.17878,-4.221482 0,-2.740649 1.17878,-4.221483 1.17877,-1.488201 3.35214,-1.488201 2.16599,0 3.34476,1.488201 1.17878,1.480834 1.17878,4.221483 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.37720901"
id="path117792" />
<path
d="m 305.22766,38.355904 q -0.53045,0 -0.89881,0.368367 -0.36837,0.368367 -0.36837,0.898815 0,0.530448 0.361,0.891447 0.36837,0.360999 0.90618,0.360999 0.53045,0 0.89882,-0.360999 0.36836,-0.368367 0.36836,-0.891447 0,-0.530448 -0.37573,-0.898815 -0.36837,-0.368367 -0.89145,-0.368367 z m 0,-1.193508 q 0.48624,0 0.93565,0.191551 0.44941,0.184183 0.80304,0.530448 0.34627,0.353632 0.52308,0.795672 0.18419,0.44204 0.18419,0.943019 0,0.493611 -0.18419,0.943018 -0.17681,0.44204 -0.50834,0.77357 -0.35364,0.353632 -0.81041,0.545183 -0.45678,0.184183 -0.95775,0.184183 -1.0388,0 -1.74606,-0.699896 -0.6999,-0.707264 -0.6999,-1.746058 0,-1.038794 0.70726,-1.746059 0.71464,-0.714631 1.75343,-0.714631 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.37720901"
id="path117794" />
</g>
<g
id="g4821-3-6"
style="display:inline"
@ -357,22 +348,14 @@
<g
id="g4798-0-5"
transform="matrix(0.98858826,0,0,0.95523463,28.163436,29.907632)">
<circle
opacity="0.14"
stroke="#000000"
cx="87.185303"
cy="-209.01434"
r="134.8"
id="circle4649-9-4"
style="stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#e6e7e8"
stroke="#808285"
cx="73.885315"
cy="-217.51434"
r="134.8"
id="circle4651-2-6"
style="stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.13999999;stroke:#000000;stroke-width:6;stroke-miterlimit:10"
d="m 221.98531,-209.01434 a 134.8,134.8 0 0 1 -134.800007,134.8 134.8,134.8 0 0 1 -134.800003,-134.8 134.8,134.8 0 0 1 134.800003,-134.80001 134.8,134.8 0 0 1 134.800007,134.80001 z"
id="circle4649-9-4" />
<path
style="fill:#e6e7e8;stroke:#808285;stroke-width:6;stroke-miterlimit:10"
d="m 208.68532,-217.51434 a 134.8,134.8 0 0 1 -134.800005,134.8 134.8,134.8 0 0 1 -134.800003,-134.8 134.8,134.8 0 0 1 134.800003,-134.80001 134.8,134.8 0 0 1 134.800005,134.80001 z"
id="circle4651-2-6" />
</g>
<g
id="g1779-6-5-4"
@ -464,20 +447,30 @@
sodipodi:nodetypes="cccc" />
</g>
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:15.0883px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.377209"
x="240.8419"
y="-506.27985"
id="text5016-15-4"
<g
aria-label="120° "
transform="matrix(0.04540019,1.0114602,-0.98658044,0.0465451,0,0)"
inkscape:transform-center-x="-12.55643"
inkscape:transform-center-y="-0.14505224"><tspan
sodipodi:role="line"
id="tspan5014-9-8"
x="240.8419"
y="-506.27985"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.377209">120° </tspan></text>
inkscape:transform-center-y="-0.14505224"
style="font-style:normal;font-weight:normal;font-size:15.08829975px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.37720901"
id="text5016-15-4">
<path
d="m 242.61006,-508.23956 h 2.5049 v -7.10947 l -2.5712,0.53044 v -1.93024 l 2.55646,-0.53045 h 2.69645 v 9.03972 h 2.50489 v 1.95971 h -7.6915 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.37720901"
id="path117799" />
<path
d="m 255.68708,-508.3648 h 4.84034 v 2.08495 h -7.99356 v -2.08495 l 4.0152,-3.54369 q 0.53781,-0.48624 0.79567,-0.95039 0.25786,-0.46414 0.25786,-0.96512 0,-0.77357 -0.52308,-1.24508 -0.51572,-0.4715 -1.37769,-0.4715 -0.66306,0 -1.45137,0.28732 -0.7883,0.27996 -1.68712,0.83988 v -2.41649 q 0.95775,-0.31679 1.89341,-0.47887 0.93565,-0.16945 1.83446,-0.16945 1.97445,0 3.06481,0.86934 1.09774,0.86935 1.09774,2.42385 0,0.89882 -0.46415,1.67976 -0.46414,0.77357 -1.95234,2.07758 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.37720901"
id="path117801" />
<path
d="m 268.77883,-511.79061 q 0,-2.06286 -0.39047,-2.90273 -0.3831,-0.84724 -1.29665,-0.84724 -0.91355,0 -1.30401,0.84724 -0.39047,0.83987 -0.39047,2.90273 0,2.08495 0.39047,2.93956 0.39046,0.85462 1.30401,0.85462 0.90619,0 1.29665,-0.85462 0.39047,-0.85461 0.39047,-2.93956 z m 2.83643,0.0221 q 0,2.73328 -1.17878,4.22148 -1.17877,1.48084 -3.34477,1.48084 -2.17336,0 -3.35213,-1.48084 -1.17878,-1.4882 -1.17878,-4.22148 0,-2.74065 1.17878,-4.22148 1.17877,-1.4882 3.35213,-1.4882 2.166,0 3.34477,1.4882 1.17878,1.48083 1.17878,4.22148 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.37720901"
id="path117803" />
<path
d="m 276.10933,-516.38783 q -0.53045,0 -0.89882,0.36837 -0.36836,0.36837 -0.36836,0.89881 0,0.53045 0.361,0.89145 0.36836,0.361 0.90618,0.361 0.53045,0 0.89881,-0.361 0.36837,-0.36837 0.36837,-0.89145 0,-0.53044 -0.37573,-0.89881 -0.36837,-0.36837 -0.89145,-0.36837 z m 0,-1.19351 q 0.48624,0 0.93565,0.19155 0.44941,0.18419 0.80304,0.53045 0.34626,0.35363 0.52308,0.79567 0.18418,0.44204 0.18418,0.94302 0,0.49361 -0.18418,0.94302 -0.17682,0.44204 -0.50835,0.77357 -0.35363,0.35363 -0.8104,0.54518 -0.45678,0.18419 -0.95776,0.18419 -1.03879,0 -1.74605,-0.6999 -0.6999,-0.70726 -0.6999,-1.74606 0,-1.03879 0.70726,-1.74605 0.71463,-0.71464 1.75343,-0.71464 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.37720901"
id="path117805" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-5-6-0-2-5"
@ -580,17 +573,27 @@
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:15.0883px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.377209"
x="-364.91379"
y="-17.031174"
id="text5016-15-9"
transform="matrix(-0.62694721,-0.78235589,0.76311165,-0.64275764,0,0)"><tspan
sodipodi:role="line"
id="tspan5014-9-0"
x="-364.91379"
y="-17.031174"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.377209">240° </tspan></text>
<g
aria-label="240° "
transform="matrix(-0.62694721,-0.78235589,0.76311165,-0.64275764,0,0)"
style="font-style:normal;font-weight:normal;font-size:15.08829975px;line-height:1.25;font-family:sans-serif;display:inline;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.37720901"
id="text5016-15-9">
<path
d="m -360.56706,-19.116129 h 4.84034 v 2.084955 h -7.99356 v -2.084955 l 4.0152,-3.543688 q 0.53781,-0.486244 0.79567,-0.950386 0.25786,-0.464142 0.25786,-0.965121 0,-0.77357 -0.52308,-1.245079 -0.51572,-0.471509 -1.3777,-0.471509 -0.66306,0 -1.45136,0.287326 -0.78831,0.279958 -1.68712,0.839876 v -2.416486 q 0.95775,-0.316795 1.8934,-0.478876 0.93566,-0.169449 1.83447,-0.169449 1.97445,0 3.06481,0.869345 1.09773,0.869346 1.09773,2.423853 0,0.898815 -0.46414,1.679752 -0.46414,0.77357 -1.95234,2.077588 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.37720901"
id="path117808" />
<path
d="m -348.86037,-25.695158 -3.10901,4.604583 h 3.10901 z m -0.47151,-2.335445 h 3.15322 v 6.940028 h 1.56924 v 2.055486 h -1.56924 v 2.003915 h -2.68171 v -2.003915 h -4.87717 v -2.43122 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.37720901"
id="path117810" />
<path
d="m -336.97686,-22.541939 q 0,-2.062854 -0.39047,-2.90273 -0.3831,-0.847243 -1.29665,-0.847243 -0.91355,0 -1.30402,0.847243 -0.39047,0.839876 -0.39047,2.90273 0,2.084955 0.39047,2.939566 0.39047,0.854611 1.30402,0.854611 0.90618,0 1.29665,-0.854611 0.39047,-0.854611 0.39047,-2.939566 z m 2.83642,0.0221 q 0,2.73328 -1.17877,4.221482 -1.17877,1.480834 -3.34477,1.480834 -2.17336,0 -3.35214,-1.480834 -1.17877,-1.488202 -1.17877,-4.221482 0,-2.740649 1.17877,-4.221483 1.17878,-1.488201 3.35214,-1.488201 2.166,0 3.34477,1.488201 1.17877,1.480834 1.17877,4.221483 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.37720901"
id="path117812" />
<path
d="m -329.64636,-27.139156 q -0.53045,0 -0.89882,0.368367 -0.36836,0.368367 -0.36836,0.898815 0,0.530448 0.36099,0.891447 0.36837,0.360999 0.90619,0.360999 0.53045,0 0.89881,-0.360999 0.36837,-0.368367 0.36837,-0.891447 0,-0.530448 -0.37574,-0.898815 -0.36836,-0.368367 -0.89144,-0.368367 z m 0,-1.193508 q 0.48624,0 0.93565,0.191551 0.44941,0.184183 0.80304,0.530448 0.34626,0.353632 0.52308,0.795672 0.18418,0.44204 0.18418,0.943019 0,0.493611 -0.18418,0.943018 -0.17682,0.44204 -0.50835,0.77357 -0.35363,0.353632 -0.8104,0.545183 -0.45678,0.184184 -0.95776,0.184184 -1.03879,0 -1.74606,-0.699897 -0.69989,-0.707264 -0.69989,-1.746058 0,-1.038794 0.70726,-1.746058 0.71463,-0.714632 1.75343,-0.714632 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.37720901"
id="path117814" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 40 KiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 128 KiB

View File

@ -140,7 +140,7 @@ The above set is not linearly-ordered - although the connection establishes the
Greatest and least
---
Although posets don't give us definitive answer to who is better than who, some of them still can give us an answer to the more important question (in sports, as well as in other domains), namely *who is number one*, who is the champion, the player who is better than anyone else, or more generally the element that is bigger than any other element.
Although partial orders don't give us definitive answer to who is better than who, some of them still can give us an answer to the more important question (in sports, as well as in other domains), namely *who is number one*, who is the champion, the player who is better than anyone else, or more generally the element that is bigger than any other element.
We call such elements the *greatest element* and some (not all) partial orders do have such element - in our last diagram **M** is the greatest element, in this diagram, the green element is the biggest one.
@ -237,21 +237,21 @@ We can define what is called the *inclusion order* of those sets, in which **A**
Note that the *join* operation in an inclusion order is the set union, and the *meet* operation as set intersection.
This diagram might remind you of something, because if we take the colors that are in each of its set and mix it into one color, we get the color-blending poset that we saw earlier.
This diagram might remind you of something, because if we take the colors that are in each of its set and mix it into one color, we get the color-blending partial order that we saw earlier.
![A color mixing poset, ordered by inclusion](color_mixing_poset_blend.svg)
The poset example with the number dividers is also isomorphic to an inclusion order - the inclusion order of all possible sets of *prime* numbers, including repeating ones (or alternatively the set of all *prime powers*). This is confirmed by the fundamental theory of arithmetic, which states that every number can be written as a product of primes in exactly one way.
The order example with the number dividers is also isomorphic to an inclusion order - the inclusion order of all possible sets of *prime* numbers, including repeating ones (or alternatively the set of all *prime powers*). This is confirmed by the fundamental theory of arithmetic, which states that every number can be written as a product of primes in exactly one way.
![Divides poset](divides_poset_inclusion.svg)
Order isomorphisms
---
We mentioned order isomorphisms several times already so this is about time to elaborate a bit about what they are. Take the isomorphism between the number poset and the prime inclusion order as an example. Like an isomorphism between any two sets, it is comprised of two functions:
We mentioned order isomorphisms several times already so this is about time to elaborate a bit about what they are. Take the isomorphism between the number partial order and the prime inclusion order as an example. Like an isomorphism between any two sets, it is comprised of two functions:
- One function from the prime inclusion order, to the number poset (which in this case is just the *multiplication* of all the elements in the set)
- One function from the number poset to the prime inclusion order (which is an operation called *prime factorization* of a number, consisting of finding the set of prime numbers that result in that number when multiplied with one another).
- One function from the prime inclusion order, to the number order (which in this case is just the *multiplication* of all the elements in the set)
- One function from the number order to the prime inclusion order (which is an operation called *prime factorization* of a number, consisting of finding the set of prime numbers that result in that number when multiplied with one another).
![Divides poset](divides_poset_isomorphism.svg)
@ -276,7 +276,7 @@ By the way, the partial orders that are *not* distributive lattices are also iso
Lattices
===
In the previous section we mentioned what *lattices* are - they are posets, in which every two elements have a *join* and a *meet*. So every lattice is also partial order, but not every partial order is a lattice (we will see even more members of this hierarchy). Most partial orders that are created based on some sort of rule, like the ones from the previous section, are also lattices when they are drawn in full, for example the color-mixing poset.
In the previous section we mentioned what *lattices* are - they are partial orders, in which every two elements have a *join* and a *meet*. So every lattice is also partial order, but not every partial order is a lattice (we will see even more members of this hierarchy). Most partial orders that are created based on some sort of rule, like the ones from the previous section, are also lattices when they are drawn in full, for example the color-mixing order.
![A color mixing lattice](color_mixing_lattice.svg)
@ -292,7 +292,7 @@ Our color-mixing lattice, has a *greatest element* (the black ball) and a *least
Semilattices and trees
---
Lattices are posets that have both *join* *and* *meet* for each pair of elements. Posets that just have *join* (and no *meet*), or just have *meet* and no *join* are called *semilattices*. More specifically, posets that have *meet* for every pair of elements are called *meet-semilattices*.
Lattices are partial orders that have both *join* *and* *meet* for each pair of elements. Partial orders that just have *join* (and no *meet*), or just have *meet* and no *join* are called *semilattices*. More specifically, partial orders that have *meet* for every pair of elements are called *meet-semilattices*.
![Semilattice](semilattice.svg)

View File

@ -11,7 +11,7 @@
version="1.1"
id="svg3397"
sodipodi:docname="divides_poset.svg"
inkscape:version="1.0.2 (e86c8708, 2021-01-15)"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
width="595.29999"
height="340">
<metadata
@ -37,17 +37,17 @@
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1251"
inkscape:window-height="1075"
inkscape:window-width="2560"
inkscape:window-height="1376"
id="namedview3399"
showgrid="false"
inkscape:zoom="1.6510641"
inkscape:cx="277.54184"
inkscape:zoom="10.444237"
inkscape:cx="240.46807"
inkscape:cy="117.51476"
inkscape:window-x="0"
inkscape:window-y="23"
inkscape:window-maximized="0"
inkscape:current-layer="svg3397"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="text2753-2"
inkscape:document-rotation="0"
showguides="false" />
<g
@ -97,33 +97,25 @@
id="g2749-8-4"
style="fill:#cccccc;stroke:#666666"
transform="translate(0.28551449,0.28815136)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-74-1"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-9-8"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-74-1" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-9-8" />
</g>
<g
aria-label="6"
transform="scale(1.0222841,0.97820167)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-3-5">
<path
d="m 51.254594,85.648924 q -1.407638,0 -2.118425,0.919843 -0.696851,0.905906 -0.696851,2.731654 0,1.825749 0.696851,2.745592 0.710787,0.905905 2.118425,0.905905 1.421576,0 2.118426,-0.905905 0.710788,-0.919843 0.710788,-2.745592 0,-1.825748 -0.710788,-2.731654 -0.69685,-0.919843 -2.118426,-0.919843 z m 6.634018,-9.992837 v 3.846615 q -1.324016,-0.627165 -2.494725,-0.919842 -1.170709,-0.306615 -2.28567,-0.306615 -2.397166,0 -3.735119,1.337953 -1.337953,1.324016 -1.560945,3.944175 0.919842,-0.682914 1.992992,-1.017402 1.07315,-0.348425 2.341418,-0.348425 3.191576,0 5.142757,1.867559 1.965119,1.86756 1.965119,4.891891 0,3.344883 -2.188111,5.365749 -2.188111,2.00693 -5.867482,2.00693 -4.05567,0 -6.285592,-2.731654 -2.215985,-2.745591 -2.215985,-7.776853 0,-5.156694 2.592285,-8.097403 2.606221,-2.954647 7.135749,-2.954647 1.435513,0 2.787403,0.222993 1.35189,0.222992 2.675906,0.668976 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path119525" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="40.927269"
y="95.920502"
id="text2753-3-5"
transform="scale(1.0222841,0.97820167)"><tspan
sodipodi:role="line"
id="tspan2751-13-8"
x="40.927269"
y="95.920502"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">6</tspan></text>
</g>
<g
id="g2760-913-0-6-8"
@ -133,33 +125,25 @@
id="g2749-8-6-8-6"
style="fill:#cccccc;stroke:#666666"
transform="translate(0.28551449,0.28815136)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-74-0-5-7"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-9-4-3-1"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-74-0-5-7" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-9-4-3-1" />
</g>
<g
aria-label="9"
transform="scale(1.0222841,0.97820167)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-3-0-7-8">
<path
d="m 43.784356,95.46058 v -3.846615 q 1.282205,0.599292 2.452914,0.905906 1.170709,0.292677 2.313544,0.292677 2.397166,0 3.735119,-1.324016 1.337953,-1.337953 1.574883,-3.958111 -0.947717,0.69685 -2.020867,1.045276 -1.07315,0.348425 -2.327481,0.348425 -3.191576,0 -5.156694,-1.853623 -1.951182,-1.867559 -1.951182,-4.905828 0,-3.358819 2.174174,-5.379686 2.188111,-2.020867 5.853545,-2.020867 4.069607,0 6.299529,2.745592 2.229922,2.745591 2.229922,7.762915 0,5.156694 -2.606221,8.111341 -2.606222,2.940709 -7.149687,2.940709 -1.463386,0 -2.80134,-0.222992 -1.337953,-0.209055 -2.620158,-0.641103 z m 6.620081,-10.020711 q 1.407638,0 2.118425,-0.905906 0.710788,-0.919842 0.710788,-2.745591 0,-1.811811 -0.710788,-2.731654 -0.710787,-0.919843 -2.118425,-0.919843 -1.407638,0 -2.118426,0.919843 -0.710788,0.919843 -0.710788,2.731654 0,1.825749 0.710788,2.745591 0.710788,0.905906 2.118426,0.905906 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path119530" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="40.927269"
y="95.920502"
id="text2753-3-0-7-8"
transform="scale(1.0222841,0.97820167)"><tspan
sodipodi:role="line"
id="tspan2751-13-5-6-4"
x="40.927269"
y="95.920502"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">9</tspan></text>
</g>
<g
id="g2760-91-7"
@ -168,33 +152,25 @@
id="g2749-7-5"
style="fill:#cccccc;stroke:#666666"
transform="translate(0.28551449,0.28815136)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-7-8"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-4-4"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-7-8" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-4-4" />
</g>
<g
aria-label="7"
transform="scale(1.0222841,0.97820167)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-1-2">
<path
d="m 42.83664,75.112544 h 15.679137 v 3.024331 l -8.11134,17.783627 h -5.22638 L 52.857351,79.056718 H 42.83664 Z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path119535" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="40.927269"
y="95.920502"
id="text2753-1-2"
transform="scale(1.0222841,0.97820167)"><tspan
sodipodi:role="line"
id="tspan2751-1-5"
x="40.927269"
y="95.920502"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">7</tspan></text>
</g>
<g
id="g2760-8-1"
@ -203,33 +179,25 @@
id="g2749-79"
style="fill:#cccccc;stroke:#666666"
transform="translate(0.28551449,0.28815136)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-3"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-8"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-3" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-8" />
</g>
<g
aria-label="5"
transform="scale(1.0222841,0.97820167)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-8">
<path
d="m 43.9516,75.112544 h 13.33772 v 3.944174 h -9.059057 v 3.21945 q 0.613228,-0.167245 1.226457,-0.250867 0.627165,-0.09756 1.296142,-0.09756 3.804804,0 5.92323,1.909371 2.118426,1.895433 2.118426,5.296064 0,3.372757 -2.313544,5.282127 -2.299607,1.909371 -6.397089,1.909371 -1.77,0 -3.512126,-0.348425 -1.72819,-0.334489 -3.442442,-1.031339 v -4.222915 q 1.700315,0.975591 3.219449,1.463387 1.533072,0.487795 2.884962,0.487795 1.951181,0 3.066142,-0.947717 1.128898,-0.961653 1.128898,-2.592284 0,-1.644567 -1.128898,-2.592284 -1.114961,-0.947717 -3.066142,-0.947717 -1.156772,0 -2.466851,0.306615 -1.310079,0.292677 -2.815277,0.919842 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path119540" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="40.927269"
y="95.920502"
id="text2753-8"
transform="scale(1.0222841,0.97820167)"><tspan
sodipodi:role="line"
id="tspan2751-4"
x="40.927269"
y="95.920502"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">5</tspan></text>
</g>
<g
id="g2760-91-7-0"
@ -238,33 +206,25 @@
id="g2749-7-5-7"
style="fill:#cccccc;stroke:#666666"
transform="translate(0.28551449,0.28815136)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-7-8-0"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-4-4-7"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-7-8-0" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-4-4-7" />
</g>
<g
aria-label="8"
transform="scale(1.0222841,0.97820167)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-1-2-6">
<path
d="m 50.864358,86.610578 q -1.505197,0 -2.313544,0.822284 -0.808346,0.822283 -0.808346,2.355355 0,1.533071 0.808346,2.355355 0.808347,0.808346 2.313544,0.808346 1.49126,0 2.28567,-0.808346 0.79441,-0.822284 0.79441,-2.355355 0,-1.547009 -0.79441,-2.355355 -0.79441,-0.822284 -2.28567,-0.822284 z m -3.9163,-1.77 q -1.895434,-0.571418 -2.857087,-1.756064 -0.961654,-1.184646 -0.961654,-2.954646 0,-2.634095 1.965118,-4.013859 1.965119,-1.379765 5.769923,-1.379765 3.77693,0 5.742049,1.379765 1.965118,1.365827 1.965118,4.013859 0,1.77 -0.97559,2.954646 -0.961654,1.184646 -2.857088,1.756064 2.118426,0.585354 3.191576,1.90937 1.087087,1.310079 1.087087,3.317009 0,3.094016 -2.062678,4.682836 -2.048741,1.574882 -6.090474,1.574882 -4.05567,0 -6.132285,-1.574882 -2.062678,-1.58882 -2.062678,-4.682836 0,-2.00693 1.07315,-3.317009 1.087087,-1.324016 3.205513,-1.90937 z m 1.254331,-4.167167 q 0,1.240394 0.682913,1.909371 0.696851,0.668976 1.979056,0.668976 1.254331,0 1.937245,-0.668976 0.682913,-0.668977 0.682913,-1.909371 0,-1.240394 -0.682913,-1.895433 -0.682914,-0.668977 -1.937245,-0.668977 -1.282205,0 -1.979056,0.668977 -0.682913,0.668976 -0.682913,1.895433 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path119545" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="40.927269"
y="95.920502"
id="text2753-1-2-6"
transform="scale(1.0222841,0.97820167)"><tspan
sodipodi:role="line"
id="tspan2751-1-5-8"
x="40.927269"
y="95.920502"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">8</tspan></text>
</g>
<g
id="g2760-91-7-0-2"
@ -273,33 +233,29 @@
id="g2749-7-5-7-3"
style="fill:#cccccc;stroke:#666666"
transform="translate(0.28551449,0.28815136)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-7-8-0-9"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-4-4-7-0"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-7-8-0-9" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-4-4-7-0" />
</g>
<g
aria-label="10"
transform="scale(1.0222841,0.97820166)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-1-2-6-3">
<path
d="m 34.603012,92.213257 h 4.738584 V 78.764041 l -4.864017,1.003465 v -3.651497 l 4.836143,-1.003465 h 5.100946 v 17.100713 h 4.738584 v 3.707245 h -14.55024 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path119550" />
<path
d="m 64.247035,85.495617 q 0,-3.902363 -0.738662,-5.491182 -0.724724,-1.602757 -2.452914,-1.602757 -1.728189,0 -2.466851,1.602757 -0.738661,1.588819 -0.738661,5.491182 0,3.944174 0.738661,5.560868 0.738662,1.616693 2.466851,1.616693 1.714253,0 2.452914,-1.616693 0.738662,-1.616694 0.738662,-5.560868 z m 5.365749,0.04181 q 0,5.170631 -2.229922,7.985908 -2.229922,2.801339 -6.327403,2.801339 -4.111418,0 -6.34134,-2.801339 -2.229922,-2.815277 -2.229922,-7.985908 0,-5.184568 2.229922,-7.985907 2.229922,-2.815277 6.34134,-2.815277 4.097481,0 6.327403,2.815277 2.229922,2.801339 2.229922,7.985907 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path119552" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="31.258129"
y="95.920502"
id="text2753-1-2-6-3"
transform="scale(1.0222841,0.97820166)"><tspan
sodipodi:role="line"
id="tspan2751-1-5-8-8"
x="31.258129"
y="95.920502"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">10</tspan></text>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
@ -348,33 +304,25 @@
id="g2749-8"
style="fill:#cccccc;stroke:#666666"
transform="translate(0.28551449,0.28815136)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-74"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-9"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-74" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-9" />
</g>
<g
aria-label="4"
transform="scale(1.0222841,0.97820167)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-3">
<path
d="m 51.435776,79.530576 -5.881419,8.710632 h 5.881419 z m -0.891969,-4.418032 h 5.965041 v 13.128664 h 2.968583 v 3.888427 h -2.968583 v 3.790867 h -5.073072 v -3.790867 h -9.226302 v -4.599214 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path119557" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="40.927269"
y="95.920502"
id="text2753-3"
transform="scale(1.0222841,0.97820167)"><tspan
sodipodi:role="line"
id="tspan2751-13"
x="40.927269"
y="95.920502"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">4</tspan></text>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
@ -432,33 +380,25 @@
id="g2749-4"
style="fill:#cccccc;stroke:#666666"
transform="translate(0.28551449,0.28815136)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-5"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-6"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-5" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-6" />
</g>
<g
aria-label="2"
transform="scale(1.0222841,0.97820167)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-2">
<path
d="m 49.150106,91.976327 h 9.156616 v 3.944175 H 43.185065 v -3.944175 l 7.595671,-6.703702 q 1.017402,-0.919843 1.505197,-1.797874 0.487796,-0.878032 0.487796,-1.825749 0,-1.463386 -0.989528,-2.355355 -0.975591,-0.891969 -2.606221,-0.891969 -1.254331,0 -2.745592,0.543544 -1.49126,0.529606 -3.191575,1.588819 v -4.57134 q 1.811811,-0.599291 3.581812,-0.905905 1.77,-0.320552 3.470316,-0.320552 3.735119,0 5.797796,1.644568 2.076615,1.644567 2.076615,4.585277 0,1.700315 -0.878032,3.177638 -0.878031,1.463386 -3.693308,3.930237 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path119562" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="40.927269"
y="95.920502"
id="text2753-2"
transform="scale(1.0222841,0.97820167)"><tspan
sodipodi:role="line"
id="tspan2751-5"
x="40.927269"
y="95.920502"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">2</tspan></text>
</g>
<g
id="g2760-91"
@ -468,33 +408,25 @@
id="g2749-7"
style="fill:#cccccc;stroke:#666666"
transform="translate(0.28551449,0.28815136)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-7"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-4"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-7" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-4" />
</g>
<g
aria-label="3"
transform="scale(1.0222841,0.97820167)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-1">
<path
d="m 54.223178,84.701208 q 2.104489,0.543543 3.191575,1.895433 1.101024,1.337953 1.101024,3.414568 0,3.094016 -2.369292,4.71071 -2.369292,1.602756 -6.912757,1.602756 -1.602757,0 -3.21945,-0.264803 -1.602756,-0.250866 -3.177638,-0.766536 v -4.139292 q 1.505197,0.752598 2.98252,1.142835 1.49126,0.376299 2.926772,0.376299 2.132363,0 3.261261,-0.738662 1.142835,-0.738661 1.142835,-2.118425 0,-1.421575 -1.170709,-2.1463 -1.156772,-0.738662 -3.428505,-0.738662 h -2.1463 v -3.456378 h 2.257796 q 2.020867,0 3.010395,-0.627166 0.989528,-0.641102 0.989528,-1.937245 0,-1.198583 -0.961654,-1.853622 -0.961654,-0.65504 -2.717717,-0.65504 -1.296143,0 -2.620159,0.292678 -1.324016,0.292677 -2.634095,0.864094 v -3.930237 q 1.58882,-0.445984 3.149765,-0.668976 1.560945,-0.222993 3.066142,-0.222993 4.055671,0 6.0626,1.337954 2.020867,1.324016 2.020867,3.999922 0,1.825748 -0.961654,2.996457 -0.961654,1.156772 -2.84315,1.630631 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path119567" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="40.927269"
y="95.920502"
id="text2753-1"
transform="scale(1.0222841,0.97820167)"><tspan
sodipodi:role="line"
id="tspan2751-1"
x="40.927269"
y="95.920502"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">3</tspan></text>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
@ -562,33 +494,25 @@
id="g2749"
style="fill:#cccccc;stroke:#666666"
transform="translate(0.28551449,0.28815136)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-33"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-85"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-33" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-85" />
</g>
<g
aria-label="1"
transform="scale(1.0222841,0.97820167)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753">
<path
d="m 44.272152,92.213257 h 4.738584 V 78.764041 l -4.864017,1.003465 v -3.651497 l 4.836143,-1.003465 h 5.100946 v 17.100713 h 4.738584 v 3.707245 h -14.55024 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path119572" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="40.927269"
y="95.920502"
id="text2753"
transform="scale(1.0222841,0.97820167)"><tspan
sodipodi:role="line"
id="tspan2751"
x="40.927269"
y="95.920502"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">1</tspan></text>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -11,7 +11,7 @@
version="1.1"
id="svg3397"
sodipodi:docname="divides_poset_inclusion.svg"
inkscape:version="1.0.2 (e86c8708, 2021-01-15)"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
width="595.29999"
height="340">
<metadata
@ -41,13 +41,13 @@
inkscape:window-height="1075"
id="namedview3399"
showgrid="false"
inkscape:zoom="1.6510641"
inkscape:cx="345.37688"
inkscape:zoom="5.7722749"
inkscape:cx="308.30311"
inkscape:cy="76.998326"
inkscape:window-x="0"
inkscape:window-y="23"
inkscape:window-y="27"
inkscape:window-maximized="0"
inkscape:current-layer="svg3397"
inkscape:current-layer="text2753-1"
inkscape:document-rotation="0"
showguides="false" />
<g
@ -152,20 +152,14 @@
<g
id="g10519-1"
style="fill:#ececec;stroke-width:2.60276;stroke-miterlimit:4;stroke-dasharray:none">
<circle
cx="52.563747"
cy="85.225021"
r="17.200493"
id="circle3369-5-5-8-0"
style="opacity:0.13;fill:#ececec;stroke:#666666;stroke-width:2.60276;stroke-miterlimit:4;stroke-dasharray:none" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.337112"
cy="84.338951"
id="circle3383-6-6-4-6"
style="fill:#ececec;stroke:#666666;stroke-width:2.60276;stroke-miterlimit:4;stroke-dasharray:none"
r="17.200493" />
<path
style="opacity:0.12999998;fill:#ececec;stroke:#666666;stroke-width:2.60276008;stroke-miterlimit:4;stroke-dasharray:none"
d="M 69.76424,85.225021 A 17.200493,17.200493 0 0 1 52.563747,102.42551 17.200493,17.200493 0 0 1 35.363255,85.225021 17.200493,17.200493 0 0 1 52.563747,68.024529 17.200493,17.200493 0 0 1 69.76424,85.225021 Z"
id="circle3369-5-5-8-0" />
<path
style="fill:#ececec;stroke:#666666;stroke-width:2.60276008;stroke-miterlimit:4;stroke-dasharray:none"
d="M 68.537605,84.338951 A 17.200493,17.200493 0 0 1 51.337112,101.53944 17.200493,17.200493 0 0 1 34.13662,84.338951 17.200493,17.200493 0 0 1 51.337112,67.138458 17.200493,17.200493 0 0 1 68.537605,84.338951 Z"
id="circle3383-6-6-4-6" />
</g>
</g>
</g>
@ -180,20 +174,14 @@
<g
id="g10519-1-9"
style="fill:#ececec;stroke-width:2.60276;stroke-miterlimit:4;stroke-dasharray:none">
<circle
cx="52.563747"
cy="85.225021"
r="17.200493"
id="circle3369-5-5-8-0-1"
style="opacity:0.13;fill:#ececec;stroke:#666666;stroke-width:2.60276;stroke-miterlimit:4;stroke-dasharray:none" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.337112"
cy="84.338951"
id="circle3383-6-6-4-6-2"
style="fill:#ececec;stroke:#666666;stroke-width:2.60276;stroke-miterlimit:4;stroke-dasharray:none"
r="17.200493" />
<path
style="opacity:0.12999998;fill:#ececec;stroke:#666666;stroke-width:2.60276008;stroke-miterlimit:4;stroke-dasharray:none"
d="M 69.76424,85.225021 A 17.200493,17.200493 0 0 1 52.563747,102.42551 17.200493,17.200493 0 0 1 35.363255,85.225021 17.200493,17.200493 0 0 1 52.563747,68.024529 17.200493,17.200493 0 0 1 69.76424,85.225021 Z"
id="circle3369-5-5-8-0-1" />
<path
style="fill:#ececec;stroke:#666666;stroke-width:2.60276008;stroke-miterlimit:4;stroke-dasharray:none"
d="M 68.537605,84.338951 A 17.200493,17.200493 0 0 1 51.337112,101.53944 17.200493,17.200493 0 0 1 34.13662,84.338951 17.200493,17.200493 0 0 1 51.337112,67.138458 17.200493,17.200493 0 0 1 68.537605,84.338951 Z"
id="circle3383-6-6-4-6-2" />
</g>
</g>
</g>
@ -208,20 +196,14 @@
<g
id="g10519-1-93"
style="fill:#ececec;stroke-width:2.60276;stroke-miterlimit:4;stroke-dasharray:none">
<circle
cx="52.563747"
cy="85.225021"
r="17.200493"
id="circle3369-5-5-8-0-6"
style="opacity:0.13;fill:#ececec;stroke:#666666;stroke-width:2.60276;stroke-miterlimit:4;stroke-dasharray:none" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.337112"
cy="84.338951"
id="circle3383-6-6-4-6-0"
style="fill:#ececec;stroke:#666666;stroke-width:2.60276;stroke-miterlimit:4;stroke-dasharray:none"
r="17.200493" />
<path
style="opacity:0.12999998;fill:#ececec;stroke:#666666;stroke-width:2.60276008;stroke-miterlimit:4;stroke-dasharray:none"
d="M 69.76424,85.225021 A 17.200493,17.200493 0 0 1 52.563747,102.42551 17.200493,17.200493 0 0 1 35.363255,85.225021 17.200493,17.200493 0 0 1 52.563747,68.024529 17.200493,17.200493 0 0 1 69.76424,85.225021 Z"
id="circle3369-5-5-8-0-6" />
<path
style="fill:#ececec;stroke:#666666;stroke-width:2.60276008;stroke-miterlimit:4;stroke-dasharray:none"
d="M 68.537605,84.338951 A 17.200493,17.200493 0 0 1 51.337112,101.53944 17.200493,17.200493 0 0 1 34.13662,84.338951 17.200493,17.200493 0 0 1 51.337112,67.138458 17.200493,17.200493 0 0 1 68.537605,84.338951 Z"
id="circle3383-6-6-4-6-0" />
</g>
</g>
</g>
@ -232,33 +214,25 @@
id="g2749-79"
style="fill:#cccccc;stroke:#666666"
transform="matrix(0.91911078,0,0,0.91911078,317.07892,136.97108)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-3"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-8"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-3" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-8" />
</g>
<g
aria-label="5"
transform="scale(1.0222841,0.97820166)"
style="font-style:normal;font-weight:normal;font-size:26.23419952px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.65585601"
id="text2753-8">
<path
d="m 352.08423,208.17018 h 12.25885 v 3.62514 h -8.32628 v 2.95903 q 0.56363,-0.15372 1.12725,-0.23058 0.57644,-0.0897 1.1913,-0.0897 3.49704,0 5.44411,1.75492 1.94707,1.74212 1.94707,4.86768 0,3.09993 -2.12641,4.85486 -2.11359,1.75492 -5.87963,1.75492 -1.62683,0 -3.22804,-0.32024 -1.5884,-0.30743 -3.16399,-0.94791 v -3.88133 q 1.56278,0.89667 2.95904,1.34501 1.40906,0.44834 2.6516,0.44834 1.79335,0 2.81812,-0.87106 1.03759,-0.88386 1.03759,-2.38259 0,-1.51155 -1.03759,-2.3826 -1.02477,-0.87106 -2.81812,-0.87106 -1.06321,0 -2.26731,0.28181 -1.20411,0.26901 -2.58756,0.84544 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.65585601"
id="path121014" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:26.2342px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.655856"
x="349.30453"
y="227.29501"
id="text2753-8"
transform="scale(1.0222841,0.97820166)"><tspan
sodipodi:role="line"
id="tspan2751-4"
x="349.30453"
y="227.29501"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.655856">5</tspan></text>
</g>
<g
id="g2760-9-8-7-4-3-62"
@ -271,20 +245,14 @@
<g
id="g10519-1-1"
style="fill:#ececec;stroke-width:2.60276;stroke-miterlimit:4;stroke-dasharray:none">
<circle
cx="52.563747"
cy="85.225021"
r="17.200493"
id="circle3369-5-5-8-0-8"
style="opacity:0.13;fill:#ececec;stroke:#666666;stroke-width:2.60276;stroke-miterlimit:4;stroke-dasharray:none" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.337112"
cy="84.338951"
id="circle3383-6-6-4-6-7"
style="fill:#ececec;stroke:#666666;stroke-width:2.60276;stroke-miterlimit:4;stroke-dasharray:none"
r="17.200493" />
<path
style="opacity:0.12999998;fill:#ececec;stroke:#666666;stroke-width:2.60276008;stroke-miterlimit:4;stroke-dasharray:none"
d="M 69.76424,85.225021 A 17.200493,17.200493 0 0 1 52.563747,102.42551 17.200493,17.200493 0 0 1 35.363255,85.225021 17.200493,17.200493 0 0 1 52.563747,68.024529 17.200493,17.200493 0 0 1 69.76424,85.225021 Z"
id="circle3369-5-5-8-0-8" />
<path
style="fill:#ececec;stroke:#666666;stroke-width:2.60276008;stroke-miterlimit:4;stroke-dasharray:none"
d="M 68.537605,84.338951 A 17.200493,17.200493 0 0 1 51.337112,101.53944 17.200493,17.200493 0 0 1 34.13662,84.338951 17.200493,17.200493 0 0 1 51.337112,67.138458 17.200493,17.200493 0 0 1 68.537605,84.338951 Z"
id="circle3383-6-6-4-6-7" />
</g>
</g>
</g>
@ -299,20 +267,14 @@
<g
id="g10519-1-9-0"
style="fill:#ececec;stroke-width:2.60276;stroke-miterlimit:4;stroke-dasharray:none">
<circle
cx="52.563747"
cy="85.225021"
r="17.200493"
id="circle3369-5-5-8-0-1-2"
style="opacity:0.13;fill:#ececec;stroke:#666666;stroke-width:2.60276;stroke-miterlimit:4;stroke-dasharray:none" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.337112"
cy="84.338951"
id="circle3383-6-6-4-6-2-3"
style="fill:#ececec;stroke:#666666;stroke-width:2.60276;stroke-miterlimit:4;stroke-dasharray:none"
r="17.200493" />
<path
style="opacity:0.12999998;fill:#ececec;stroke:#666666;stroke-width:2.60276008;stroke-miterlimit:4;stroke-dasharray:none"
d="M 69.76424,85.225021 A 17.200493,17.200493 0 0 1 52.563747,102.42551 17.200493,17.200493 0 0 1 35.363255,85.225021 17.200493,17.200493 0 0 1 52.563747,68.024529 17.200493,17.200493 0 0 1 69.76424,85.225021 Z"
id="circle3369-5-5-8-0-1-2" />
<path
style="fill:#ececec;stroke:#666666;stroke-width:2.60276008;stroke-miterlimit:4;stroke-dasharray:none"
d="M 68.537605,84.338951 A 17.200493,17.200493 0 0 1 51.337112,101.53944 17.200493,17.200493 0 0 1 34.13662,84.338951 17.200493,17.200493 0 0 1 51.337112,67.138458 17.200493,17.200493 0 0 1 68.537605,84.338951 Z"
id="circle3383-6-6-4-6-2-3" />
</g>
</g>
</g>
@ -327,20 +289,14 @@
<g
id="g10519-1-93-9"
style="fill:#ececec;stroke-width:2.60276;stroke-miterlimit:4;stroke-dasharray:none">
<circle
cx="52.563747"
cy="85.225021"
r="17.200493"
id="circle3369-5-5-8-0-6-2"
style="opacity:0.13;fill:#ececec;stroke:#666666;stroke-width:2.60276;stroke-miterlimit:4;stroke-dasharray:none" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.337112"
cy="84.338951"
id="circle3383-6-6-4-6-0-2"
style="fill:#ececec;stroke:#666666;stroke-width:2.60276;stroke-miterlimit:4;stroke-dasharray:none"
r="17.200493" />
<path
style="opacity:0.12999998;fill:#ececec;stroke:#666666;stroke-width:2.60276008;stroke-miterlimit:4;stroke-dasharray:none"
d="M 69.76424,85.225021 A 17.200493,17.200493 0 0 1 52.563747,102.42551 17.200493,17.200493 0 0 1 35.363255,85.225021 17.200493,17.200493 0 0 1 52.563747,68.024529 17.200493,17.200493 0 0 1 69.76424,85.225021 Z"
id="circle3369-5-5-8-0-6-2" />
<path
style="fill:#ececec;stroke:#666666;stroke-width:2.60276008;stroke-miterlimit:4;stroke-dasharray:none"
d="M 68.537605,84.338951 A 17.200493,17.200493 0 0 1 51.337112,101.53944 17.200493,17.200493 0 0 1 34.13662,84.338951 17.200493,17.200493 0 0 1 51.337112,67.138458 17.200493,17.200493 0 0 1 68.537605,84.338951 Z"
id="circle3383-6-6-4-6-0-2" />
</g>
</g>
</g>
@ -351,33 +307,25 @@
id="g2749-4"
style="fill:#cccccc;stroke:#666666"
transform="translate(0.28551449,0.28815136)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-5"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-6"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-5" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-6" />
</g>
<g
aria-label="2"
transform="scale(1.0222841,0.97820167)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-2">
<path
d="m 49.150106,91.976327 h 9.156616 v 3.944175 H 43.185065 v -3.944175 l 7.595671,-6.703702 q 1.017402,-0.919843 1.505197,-1.797874 0.487796,-0.878032 0.487796,-1.825749 0,-1.463386 -0.989528,-2.355355 -0.975591,-0.891969 -2.606221,-0.891969 -1.254331,0 -2.745592,0.543544 -1.49126,0.529606 -3.191575,1.588819 v -4.57134 q 1.811811,-0.599291 3.581812,-0.905905 1.77,-0.320552 3.470316,-0.320552 3.735119,0 5.797796,1.644568 2.076615,1.644567 2.076615,4.585277 0,1.700315 -0.878032,3.177638 -0.878031,1.463386 -3.693308,3.930237 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path121025" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="40.927269"
y="95.920502"
id="text2753-2"
transform="scale(1.0222841,0.97820167)"><tspan
sodipodi:role="line"
id="tspan2751-5"
x="40.927269"
y="95.920502"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">2</tspan></text>
</g>
<g
id="g2760-91"
@ -387,33 +335,25 @@
id="g2749-7"
style="fill:#cccccc;stroke:#666666"
transform="translate(0.28551449,0.28815136)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-7"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-4"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-7" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-4" />
</g>
<g
aria-label="3"
transform="scale(1.0222841,0.97820167)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-1">
<path
d="m 54.223178,84.701208 q 2.104489,0.543543 3.191575,1.895433 1.101024,1.337953 1.101024,3.414568 0,3.094016 -2.369292,4.71071 -2.369292,1.602756 -6.912757,1.602756 -1.602757,0 -3.21945,-0.264803 -1.602756,-0.250866 -3.177638,-0.766536 v -4.139292 q 1.505197,0.752598 2.98252,1.142835 1.49126,0.376299 2.926772,0.376299 2.132363,0 3.261261,-0.738662 1.142835,-0.738661 1.142835,-2.118425 0,-1.421575 -1.170709,-2.1463 -1.156772,-0.738662 -3.428505,-0.738662 h -2.1463 v -3.456378 h 2.257796 q 2.020867,0 3.010395,-0.627166 0.989528,-0.641102 0.989528,-1.937245 0,-1.198583 -0.961654,-1.853622 -0.961654,-0.65504 -2.717717,-0.65504 -1.296143,0 -2.620159,0.292678 -1.324016,0.292677 -2.634095,0.864094 v -3.930237 q 1.58882,-0.445984 3.149765,-0.668976 1.560945,-0.222993 3.066142,-0.222993 4.055671,0 6.0626,1.337954 2.020867,1.324016 2.020867,3.999922 0,1.825748 -0.961654,2.996457 -0.961654,1.156772 -2.84315,1.630631 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path121030" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="40.927269"
y="95.920502"
id="text2753-1"
transform="scale(1.0222841,0.97820167)"><tspan
sodipodi:role="line"
id="tspan2751-1"
x="40.927269"
y="95.920502"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">3</tspan></text>
</g>
<g
id="g2760-9-1"
@ -422,33 +362,25 @@
id="g2749-4-4"
style="fill:#cccccc;stroke:#666666"
transform="translate(0.28551449,0.28815136)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-5-9"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-6-5"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-5-9" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-6-5" />
</g>
<g
aria-label="2"
transform="scale(1.0222841,0.97820167)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-2-4">
<path
d="m 49.150106,91.976327 h 9.156616 v 3.944175 H 43.185065 v -3.944175 l 7.595671,-6.703702 q 1.017402,-0.919843 1.505197,-1.797874 0.487796,-0.878032 0.487796,-1.825749 0,-1.463386 -0.989528,-2.355355 -0.975591,-0.891969 -2.606221,-0.891969 -1.254331,0 -2.745592,0.543544 -1.49126,0.529606 -3.191575,1.588819 v -4.57134 q 1.811811,-0.599291 3.581812,-0.905905 1.77,-0.320552 3.470316,-0.320552 3.735119,0 5.797796,1.644568 2.076615,1.644567 2.076615,4.585277 0,1.700315 -0.878032,3.177638 -0.878031,1.463386 -3.693308,3.930237 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path121035" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="40.927269"
y="95.920502"
id="text2753-2-4"
transform="scale(1.0222841,0.97820167)"><tspan
sodipodi:role="line"
id="tspan2751-5-4"
x="40.927269"
y="95.920502"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">2</tspan></text>
</g>
<g
id="g2760-91-7"
@ -458,33 +390,25 @@
id="g2749-7-1"
style="fill:#cccccc;stroke:#666666"
transform="translate(0.28551449,0.28815136)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-7-7"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-4-9"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-7-7" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-4-9" />
</g>
<g
aria-label="3"
transform="scale(1.0222841,0.97820167)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-1-4">
<path
d="m 54.223178,84.701208 q 2.104489,0.543543 3.191575,1.895433 1.101024,1.337953 1.101024,3.414568 0,3.094016 -2.369292,4.71071 -2.369292,1.602756 -6.912757,1.602756 -1.602757,0 -3.21945,-0.264803 -1.602756,-0.250866 -3.177638,-0.766536 v -4.139292 q 1.505197,0.752598 2.98252,1.142835 1.49126,0.376299 2.926772,0.376299 2.132363,0 3.261261,-0.738662 1.142835,-0.738661 1.142835,-2.118425 0,-1.421575 -1.170709,-2.1463 -1.156772,-0.738662 -3.428505,-0.738662 h -2.1463 v -3.456378 h 2.257796 q 2.020867,0 3.010395,-0.627166 0.989528,-0.641102 0.989528,-1.937245 0,-1.198583 -0.961654,-1.853622 -0.961654,-0.65504 -2.717717,-0.65504 -1.296143,0 -2.620159,0.292678 -1.324016,0.292677 -2.634095,0.864094 v -3.930237 q 1.58882,-0.445984 3.149765,-0.668976 1.560945,-0.222993 3.066142,-0.222993 4.055671,0 6.0626,1.337954 2.020867,1.324016 2.020867,3.999922 0,1.825748 -0.961654,2.996457 -0.961654,1.156772 -2.84315,1.630631 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path121040" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="40.927269"
y="95.920502"
id="text2753-1-4"
transform="scale(1.0222841,0.97820167)"><tspan
sodipodi:role="line"
id="tspan2751-1-9"
x="40.927269"
y="95.920502"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">3</tspan></text>
</g>
<g
id="g2141-3"
@ -493,33 +417,25 @@
id="g2749-79-6"
style="fill:#cccccc;stroke:#666666"
transform="matrix(0.91911078,0,0,0.91911078,317.07892,136.97108)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-3-4"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-8-9"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-3-4" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-8-9" />
</g>
<g
aria-label="5"
transform="scale(1.0222841,0.97820166)"
style="font-style:normal;font-weight:normal;font-size:26.23419952px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.65585601"
id="text2753-8-1">
<path
d="m 352.08423,208.17018 h 12.25885 v 3.62514 h -8.32628 v 2.95903 q 0.56363,-0.15372 1.12725,-0.23058 0.57644,-0.0897 1.1913,-0.0897 3.49704,0 5.44411,1.75492 1.94707,1.74212 1.94707,4.86768 0,3.09993 -2.12641,4.85486 -2.11359,1.75492 -5.87963,1.75492 -1.62683,0 -3.22804,-0.32024 -1.5884,-0.30743 -3.16399,-0.94791 v -3.88133 q 1.56278,0.89667 2.95904,1.34501 1.40906,0.44834 2.6516,0.44834 1.79335,0 2.81812,-0.87106 1.03759,-0.88386 1.03759,-2.38259 0,-1.51155 -1.03759,-2.3826 -1.02477,-0.87106 -2.81812,-0.87106 -1.06321,0 -2.26731,0.28181 -1.20411,0.26901 -2.58756,0.84544 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.65585601"
id="path121045" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:26.2342px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.655856"
x="349.30453"
y="227.29501"
id="text2753-8-1"
transform="scale(1.0222841,0.97820166)"><tspan
sodipodi:role="line"
id="tspan2751-4-8"
x="349.30453"
y="227.29501"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.655856">5</tspan></text>
</g>
<g
id="g2760-9-9"
@ -528,33 +444,25 @@
id="g2749-4-0"
style="fill:#cccccc;stroke:#666666"
transform="translate(0.28551449,0.28815136)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-5-1"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-6-4"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-5-1" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-6-4" />
</g>
<g
aria-label="2"
transform="scale(1.0222841,0.97820167)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-2-3">
<path
d="m 49.150106,91.976327 h 9.156616 v 3.944175 H 43.185065 v -3.944175 l 7.595671,-6.703702 q 1.017402,-0.919843 1.505197,-1.797874 0.487796,-0.878032 0.487796,-1.825749 0,-1.463386 -0.989528,-2.355355 -0.975591,-0.891969 -2.606221,-0.891969 -1.254331,0 -2.745592,0.543544 -1.49126,0.529606 -3.191575,1.588819 v -4.57134 q 1.811811,-0.599291 3.581812,-0.905905 1.77,-0.320552 3.470316,-0.320552 3.735119,0 5.797796,1.644568 2.076615,1.644567 2.076615,4.585277 0,1.700315 -0.878032,3.177638 -0.878031,1.463386 -3.693308,3.930237 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path121050" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="40.927269"
y="95.920502"
id="text2753-2-3"
transform="scale(1.0222841,0.97820167)"><tspan
sodipodi:role="line"
id="tspan2751-5-45"
x="40.927269"
y="95.920502"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">2</tspan></text>
</g>
<g
id="g2760-91-9"
@ -564,33 +472,25 @@
id="g2749-7-7"
style="fill:#cccccc;stroke:#666666"
transform="translate(0.28551449,0.28815136)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-7-2"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-4-97"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-7-2" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-4-97" />
</g>
<g
aria-label="3"
transform="scale(1.0222841,0.97820167)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-1-6">
<path
d="m 54.223178,84.701208 q 2.104489,0.543543 3.191575,1.895433 1.101024,1.337953 1.101024,3.414568 0,3.094016 -2.369292,4.71071 -2.369292,1.602756 -6.912757,1.602756 -1.602757,0 -3.21945,-0.264803 -1.602756,-0.250866 -3.177638,-0.766536 v -4.139292 q 1.505197,0.752598 2.98252,1.142835 1.49126,0.376299 2.926772,0.376299 2.132363,0 3.261261,-0.738662 1.142835,-0.738661 1.142835,-2.118425 0,-1.421575 -1.170709,-2.1463 -1.156772,-0.738662 -3.428505,-0.738662 h -2.1463 v -3.456378 h 2.257796 q 2.020867,0 3.010395,-0.627166 0.989528,-0.641102 0.989528,-1.937245 0,-1.198583 -0.961654,-1.853622 -0.961654,-0.65504 -2.717717,-0.65504 -1.296143,0 -2.620159,0.292678 -1.324016,0.292677 -2.634095,0.864094 v -3.930237 q 1.58882,-0.445984 3.149765,-0.668976 1.560945,-0.222993 3.066142,-0.222993 4.055671,0 6.0626,1.337954 2.020867,1.324016 2.020867,3.999922 0,1.825748 -0.961654,2.996457 -0.961654,1.156772 -2.84315,1.630631 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path121055" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="40.927269"
y="95.920502"
id="text2753-1-6"
transform="scale(1.0222841,0.97820167)"><tspan
sodipodi:role="line"
id="tspan2751-1-3"
x="40.927269"
y="95.920502"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">3</tspan></text>
</g>
<g
id="g2760-91-9-0"
@ -600,32 +500,24 @@
id="g2749-7-7-9"
style="fill:#cccccc;stroke:#666666"
transform="translate(0.28551449,0.28815136)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-7-2-7"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-4-97-4"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-7-2-7" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-4-97-4" />
</g>
<g
aria-label="3"
transform="scale(1.0222841,0.97820167)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-1-6-7">
<path
d="m 54.223178,84.701208 q 2.104489,0.543543 3.191575,1.895433 1.101024,1.337953 1.101024,3.414568 0,3.094016 -2.369292,4.71071 -2.369292,1.602756 -6.912757,1.602756 -1.602757,0 -3.21945,-0.264803 -1.602756,-0.250866 -3.177638,-0.766536 v -4.139292 q 1.505197,0.752598 2.98252,1.142835 1.49126,0.376299 2.926772,0.376299 2.132363,0 3.261261,-0.738662 1.142835,-0.738661 1.142835,-2.118425 0,-1.421575 -1.170709,-2.1463 -1.156772,-0.738662 -3.428505,-0.738662 h -2.1463 v -3.456378 h 2.257796 q 2.020867,0 3.010395,-0.627166 0.989528,-0.641102 0.989528,-1.937245 0,-1.198583 -0.961654,-1.853622 -0.961654,-0.65504 -2.717717,-0.65504 -1.296143,0 -2.620159,0.292678 -1.324016,0.292677 -2.634095,0.864094 v -3.930237 q 1.58882,-0.445984 3.149765,-0.668976 1.560945,-0.222993 3.066142,-0.222993 4.055671,0 6.0626,1.337954 2.020867,1.324016 2.020867,3.999922 0,1.825748 -0.961654,2.996457 -0.961654,1.156772 -2.84315,1.630631 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path121060" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="40.927269"
y="95.920502"
id="text2753-1-6-7"
transform="scale(1.0222841,0.97820167)"><tspan
sodipodi:role="line"
id="tspan2751-1-3-9"
x="40.927269"
y="95.920502"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">3</tspan></text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 33 KiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 70 KiB

View File

@ -11,7 +11,7 @@
version="1.1"
id="svg3397"
sodipodi:docname="divides_poset_meet.svg"
inkscape:version="1.0.2 (e86c8708, 2021-01-15)"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
width="595.29999"
height="170">
<metadata
@ -22,7 +22,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>
@ -38,14 +38,14 @@
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2560"
inkscape:window-height="1395"
inkscape:window-height="1376"
id="namedview3399"
showgrid="false"
inkscape:zoom="1.6510641"
inkscape:cx="277.54184"
inkscape:zoom="7.7135651"
inkscape:cx="249.79851"
inkscape:cy="117.51476"
inkscape:window-x="0"
inkscape:window-y="23"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg3397"
inkscape:document-rotation="0"
@ -77,33 +77,25 @@
id="g2749-8-4"
style="fill:#cccccc;stroke:#666666"
transform="translate(0.28551449,0.28815136)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-74-1"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-9-8"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-74-1" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-9-8" />
</g>
<g
aria-label="6"
transform="scale(1.0222841,0.97820167)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-3-5">
<path
d="m 51.254594,85.648924 q -1.407638,0 -2.118425,0.919843 -0.696851,0.905906 -0.696851,2.731654 0,1.825749 0.696851,2.745592 0.710787,0.905905 2.118425,0.905905 1.421576,0 2.118426,-0.905905 0.710788,-0.919843 0.710788,-2.745592 0,-1.825748 -0.710788,-2.731654 -0.69685,-0.919843 -2.118426,-0.919843 z m 6.634018,-9.992837 v 3.846615 q -1.324016,-0.627165 -2.494725,-0.919842 -1.170709,-0.306615 -2.28567,-0.306615 -2.397166,0 -3.735119,1.337953 -1.337953,1.324016 -1.560945,3.944175 0.919842,-0.682914 1.992992,-1.017402 1.07315,-0.348425 2.341418,-0.348425 3.191576,0 5.142757,1.867559 1.965119,1.86756 1.965119,4.891891 0,3.344883 -2.188111,5.365749 -2.188111,2.00693 -5.867482,2.00693 -4.05567,0 -6.285592,-2.731654 -2.215985,-2.745591 -2.215985,-7.776853 0,-5.156694 2.592285,-8.097403 2.606221,-2.954647 7.135749,-2.954647 1.435513,0 2.787403,0.222993 1.35189,0.222992 2.675906,0.668976 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path128259" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="40.927269"
y="95.920502"
id="text2753-3-5"
transform="scale(1.0222841,0.97820167)"><tspan
sodipodi:role="line"
id="tspan2751-13-8"
x="40.927269"
y="95.920502"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">6</tspan></text>
</g>
<g
id="g2760-913-0-6-8"
@ -113,33 +105,25 @@
id="g2749-8-6-8-6"
style="fill:#cccccc;stroke:#666666"
transform="translate(0.28551449,0.28815136)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-74-0-5-7"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-9-4-3-1"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-74-0-5-7" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-9-4-3-1" />
</g>
<g
aria-label="9"
transform="scale(1.0222841,0.97820167)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-3-0-7-8">
<path
d="m 43.784356,95.46058 v -3.846615 q 1.282205,0.599292 2.452914,0.905906 1.170709,0.292677 2.313544,0.292677 2.397166,0 3.735119,-1.324016 1.337953,-1.337953 1.574883,-3.958111 -0.947717,0.69685 -2.020867,1.045276 -1.07315,0.348425 -2.327481,0.348425 -3.191576,0 -5.156694,-1.853623 -1.951182,-1.867559 -1.951182,-4.905828 0,-3.358819 2.174174,-5.379686 2.188111,-2.020867 5.853545,-2.020867 4.069607,0 6.299529,2.745592 2.229922,2.745591 2.229922,7.762915 0,5.156694 -2.606221,8.111341 -2.606222,2.940709 -7.149687,2.940709 -1.463386,0 -2.80134,-0.222992 -1.337953,-0.209055 -2.620158,-0.641103 z m 6.620081,-10.020711 q 1.407638,0 2.118425,-0.905906 0.710788,-0.919842 0.710788,-2.745591 0,-1.811811 -0.710788,-2.731654 -0.710787,-0.919843 -2.118425,-0.919843 -1.407638,0 -2.118426,0.919843 -0.710788,0.919843 -0.710788,2.731654 0,1.825749 0.710788,2.745591 0.710788,0.905906 2.118426,0.905906 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path128264" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="40.927269"
y="95.920502"
id="text2753-3-0-7-8"
transform="scale(1.0222841,0.97820167)"><tspan
sodipodi:role="line"
id="tspan2751-13-5-6-4"
x="40.927269"
y="95.920502"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">9</tspan></text>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
@ -169,32 +153,24 @@
id="g2749-7"
style="fill:#cccccc;stroke:#666666"
transform="translate(0.28551449,0.28815136)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-7"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-4"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-7" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-4" />
</g>
<g
aria-label="3"
transform="scale(1.0222841,0.97820167)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-1">
<path
d="m 54.223178,84.701208 q 2.104489,0.543543 3.191575,1.895433 1.101024,1.337953 1.101024,3.414568 0,3.094016 -2.369292,4.71071 -2.369292,1.602756 -6.912757,1.602756 -1.602757,0 -3.21945,-0.264803 -1.602756,-0.250866 -3.177638,-0.766536 v -4.139292 q 1.505197,0.752598 2.98252,1.142835 1.49126,0.376299 2.926772,0.376299 2.132363,0 3.261261,-0.738662 1.142835,-0.738661 1.142835,-2.118425 0,-1.421575 -1.170709,-2.1463 -1.156772,-0.738662 -3.428505,-0.738662 h -2.1463 v -3.456378 h 2.257796 q 2.020867,0 3.010395,-0.627166 0.989528,-0.641102 0.989528,-1.937245 0,-1.198583 -0.961654,-1.853622 -0.961654,-0.65504 -2.717717,-0.65504 -1.296143,0 -2.620159,0.292678 -1.324016,0.292677 -2.634095,0.864094 v -3.930237 q 1.58882,-0.445984 3.149765,-0.668976 1.560945,-0.222993 3.066142,-0.222993 4.055671,0 6.0626,1.337954 2.020867,1.324016 2.020867,3.999922 0,1.825748 -0.961654,2.996457 -0.961654,1.156772 -2.84315,1.630631 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path128269" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="40.927269"
y="95.920502"
id="text2753-1"
transform="scale(1.0222841,0.97820167)"><tspan
sodipodi:role="line"
id="tspan2751-1"
x="40.927269"
y="95.920502"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">3</tspan></text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -11,7 +11,7 @@
version="1.1"
id="svg3397"
sodipodi:docname="hasse.svg"
inkscape:version="1.0.1 (0767f8302a, 2020-10-17)">
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
<metadata
id="metadata3403">
<rdf:RDF>
@ -64,12 +64,12 @@
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-width="2560"
inkscape:window-height="1376"
id="namedview3399"
showgrid="false"
inkscape:zoom="1.4142136"
inkscape:cx="226.28301"
inkscape:zoom="6.6070292"
inkscape:cx="193.89326"
inkscape:cy="74.42429"
inkscape:window-x="0"
inkscape:window-y="27"
@ -103,40 +103,28 @@
id="g2749-4-6"
style="fill:#ffaaaa;fill-opacity:1;stroke:#666666"
transform="rotate(-37.328029,183.17645,-58.627543)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-5-5"
style="opacity:0.13;fill:#ffaaaa;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-6-6"
style="fill:#ffaaaa;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#ffaaaa;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-5-5" />
<path
style="fill:#ffaaaa;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-6-6" />
</g>
</g>
<g
id="g2749-7-7"
style="fill:#f8f7cb;fill-opacity:1;stroke:#666666"
transform="matrix(0.70959204,0.01739057,-0.01739057,0.70959204,213.22179,32.108129)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-7-4"
style="opacity:0.13;fill:#f8f7cb;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-4-5"
style="fill:#f8f7cb;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#f8f7cb;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-7-4" />
<path
style="fill:#f8f7cb;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-4-5" />
</g>
<g
id="g2760-0-7"
@ -145,20 +133,14 @@
id="g2749-6-8"
style="fill:#caebfc;fill-opacity:1;stroke:#666666"
transform="rotate(-44.545114,52.727379,84.306425)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-33-3-6"
style="opacity:0.13;fill:#caebfc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-85-2-8"
style="fill:#caebfc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#caebfc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-33-3-6" />
<path
style="fill:#caebfc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-85-2-8" />
</g>
</g>
<g
@ -169,20 +151,14 @@
id="g2749-4-6-6"
style="fill:#cee7cc;fill-opacity:1;stroke:#666666"
transform="rotate(-37.328029,183.17645,-58.627543)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-5-5-7"
style="opacity:0.13;fill:#cee7cc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-6-6-5"
style="fill:#cee7cc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cee7cc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-5-5-7" />
<path
style="fill:#cee7cc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-6-6-5" />
</g>
</g>
<g
@ -271,40 +247,28 @@
id="g2749-4-6-4"
style="fill:#ffaaaa;fill-opacity:1;stroke:#666666"
transform="rotate(-37.328029,183.17645,-58.627543)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-5-5-78"
style="opacity:0.13;fill:#ffaaaa;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-6-6-4"
style="fill:#ffaaaa;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#ffaaaa;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-5-5-78" />
<path
style="fill:#ffaaaa;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-6-6-4" />
</g>
</g>
<g
id="g2749-7-7-5"
style="fill:#f8f7cb;fill-opacity:1;stroke:#666666"
transform="matrix(0.70959204,0.01739057,-0.01739057,0.70959204,412.02218,96.812973)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-7-4-0"
style="opacity:0.13;fill:#f8f7cb;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-4-5-3"
style="fill:#f8f7cb;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#f8f7cb;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-7-4-0" />
<path
style="fill:#f8f7cb;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-4-5-3" />
</g>
<g
id="g2760-0-7-6"
@ -313,20 +277,14 @@
id="g2749-6-8-1"
style="fill:#caebfc;fill-opacity:1;stroke:#666666"
transform="rotate(-44.545114,52.727379,84.306425)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-33-3-6-0"
style="opacity:0.13;fill:#caebfc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-85-2-8-6"
style="fill:#caebfc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#caebfc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-33-3-6-0" />
<path
style="fill:#caebfc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-85-2-8-6" />
</g>
</g>
<g
@ -336,20 +294,14 @@
id="g2749-4-6-6-2"
style="fill:#cee7cc;fill-opacity:1;stroke:#666666"
transform="rotate(-37.328029,183.17645,-58.627543)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-5-5-7-0"
style="opacity:0.13;fill:#cee7cc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-6-6-5-6"
style="fill:#cee7cc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cee7cc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-5-5-7-0" />
<path
style="fill:#cee7cc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-6-6-5-6" />
</g>
</g>
<g
@ -451,43 +403,35 @@
d="M 114.81589,81.074446 C 182.75999,67.180639 241.85906,64.912232 317.498,86.173"
sodipodi:nodetypes="cc" />
</g>
<circle
id="path4170"
<path
style="fill:#e6e6e6;stroke:#cccccc"
cx="-49.175602"
cy="-38.577908"
r="0.9801296" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:19.8696px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.496742"
x="124.50941"
y="27.610792"
id="text4499"><tspan
sodipodi:role="line"
id="tspan4497"
x="124.50941"
y="27.610792"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:0.496742">1</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:19.8696px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.496742"
x="124.33109"
y="93.611427"
id="text4499-2"><tspan
sodipodi:role="line"
id="tspan4497-7"
x="124.33109"
y="93.611427"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:0.496742">2</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:19.8696px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.496742"
x="124.36346"
y="163.29214"
id="text4499-2-0"><tspan
sodipodi:role="line"
id="tspan4497-7-9"
x="124.36346"
y="163.29214"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:0.496742">3</tspan></text>
d="m -48.195472,-38.577908 a 0.9801296,0.9801296 0 0 1 -0.98013,0.98013 0.9801296,0.9801296 0 0 1 -0.98013,-0.98013 0.9801296,0.9801296 0 0 1 0.98013,-0.980129 0.9801296,0.9801296 0 0 1 0.98013,0.980129 z"
id="path4170" />
<g
aria-label="1"
style="font-style:normal;font-weight:normal;font-size:19.8696003px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.49674201"
id="text4499">
<path
d="m 126.83788,25.030073 h 3.29866 v -9.362385 l -3.38598,0.69854 v -2.541911 l 3.36658,-0.698541 h 3.55091 v 11.904297 h 3.29867 v 2.580719 h -10.12884 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:0.49674201"
id="path132242" />
</g>
<g
aria-label="2"
style="font-style:normal;font-weight:normal;font-size:19.8696003px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.49674201"
id="text4499-2">
<path
d="m 130.05525,90.865775 h 6.37418 v 2.745652 h -10.52662 v -2.745652 l 5.28756,-4.66664 q 0.70825,-0.640329 1.04781,-1.251552 0.33957,-0.611223 0.33957,-1.270956 0,-1.018705 -0.68884,-1.63963 -0.67913,-0.620925 -1.81426,-0.620925 -0.87318,0 -1.91129,0.378376 -1.0381,0.368674 -2.22174,1.106023 V 79.71823 q 1.26125,-0.417184 2.4934,-0.630627 1.23215,-0.223145 2.41579,-0.223145 2.60012,0 4.03601,1.144831 1.44559,1.14483 1.44559,3.191942 0,1.183639 -0.61122,2.212046 -0.61123,1.018705 -2.57102,2.735951 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:0.49674201"
id="path132245" />
</g>
<g
aria-label="3"
style="font-style:normal;font-weight:normal;font-size:19.8696003px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.49674201"
id="text4499-2-0">
<path
d="m 133.61912,155.48207 q 1.465,0.37838 2.22175,1.31947 0.76645,0.93139 0.76645,2.37698 0,2.15383 -1.64933,3.27926 -1.64933,1.11572 -4.81217,1.11572 -1.11572,0 -2.24115,-0.18434 -1.11572,-0.17463 -2.21205,-0.5336 v -2.88148 q 1.04782,0.5239 2.07622,0.79556 1.03811,0.26195 2.03741,0.26195 1.4844,0 2.27026,-0.5142 0.79556,-0.51421 0.79556,-1.4747 0,-0.9896 -0.81496,-1.4941 -0.80527,-0.51421 -2.38668,-0.51421 h -1.49411 v -2.40608 h 1.57172 q 1.40678,0 2.09562,-0.43659 0.68884,-0.44629 0.68884,-1.34857 0,-0.83437 -0.66943,-1.29036 -0.66944,-0.45599 -1.89188,-0.45599 -0.90229,0 -1.82397,0.20374 -0.92169,0.20374 -1.83367,0.60152 v -2.73595 q 1.10602,-0.31046 2.19264,-0.46569 1.08662,-0.15523 2.13443,-0.15523 2.82327,0 4.22035,0.93138 1.40678,0.92169 1.40678,2.78446 0,1.27096 -0.66943,2.08592 -0.66944,0.80527 -1.9792,1.13513 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:0.49674201"
id="path132248" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -21,7 +21,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>
@ -36,175 +36,103 @@
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-width="2560"
inkscape:window-height="1376"
id="namedview8682"
showgrid="false"
inkscape:zoom="1.9601497"
inkscape:cx="297.64999"
inkscape:zoom="2.2893936"
inkscape:cx="274.28136"
inkscape:cy="183.04094"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg8680" />
<ellipse
cy="49.774296"
cx="183.96703"
stroke-miterlimit="10"
rx="29.048471"
ry="28.48292"
opacity="0.14"
stroke="#000000"
stroke-width="2.98567"
<path
style="opacity:0.13999999;stroke:#000000;stroke-width:2.98567009;stroke-miterlimit:10"
d="m 213.0155,49.774296 a 29.048471,28.48292 0 0 1 -29.04847,28.482919 29.048471,28.48292 0 0 1 -29.04848,-28.482919 29.048471,28.48292 0 0 1 29.04848,-28.48292 29.048471,28.48292 0 0 1 29.04847,28.48292 z"
id="ellipse8632" />
<ellipse
cy="48.985752"
cx="181.80623"
stroke-miterlimit="10"
rx="29.048471"
ry="28.48292"
fill="#cee7cc"
stroke="#808285"
stroke-width="2.98567"
<path
style="fill:#cee7cc;stroke:#808285;stroke-width:2.98567009;stroke-miterlimit:10"
d="m 210.8547,48.985752 a 29.048471,28.48292 0 0 1 -29.04847,28.48292 29.048471,28.48292 0 0 1 -29.04847,-28.48292 29.048471,28.48292 0 0 1 29.04847,-28.48292 29.048471,28.48292 0 0 1 29.04847,28.48292 z"
id="ellipse8634" />
<ellipse
cy="116.34947"
cx="113.95921"
stroke-miterlimit="10"
rx="29.501013"
ry="28.92638"
opacity="0.14"
stroke="#000000"
stroke-width="2.98567"
<path
style="opacity:0.13999999;stroke:#000000;stroke-width:2.98567009;stroke-miterlimit:10"
d="M 143.46023,116.34947 A 29.501013,28.92638 0 0 1 113.95921,145.27585 29.501013,28.92638 0 0 1 84.4582,116.34947 29.501013,28.92638 0 0 1 113.95921,87.423092 29.501013,28.92638 0 0 1 143.46023,116.34947 Z"
id="ellipse8636" />
<ellipse
cy="114.52618"
cx="111.04417"
stroke-miterlimit="10"
rx="29.501013"
ry="28.92638"
fill="#caebfc"
stroke="#808285"
stroke-width="2.98567"
<path
style="fill:#caebfc;stroke:#808285;stroke-width:2.98567009;stroke-miterlimit:10"
d="M 140.54518,114.52618 A 29.501013,28.92638 0 0 1 111.04417,143.45256 29.501013,28.92638 0 0 1 81.543154,114.52618 29.501013,28.92638 0 0 1 111.04417,85.599796 29.501013,28.92638 0 0 1 140.54518,114.52618 Z"
id="ellipse8638" />
<ellipse
cy="117.33477"
cx="253.97536"
stroke-miterlimit="10"
rx="30.254747"
ry="29.665482"
opacity="0.14"
stroke="#000000"
stroke-width="2.98567"
<path
style="opacity:0.13999999;stroke:#000000;stroke-width:2.98567009;stroke-miterlimit:10"
d="m 284.2301,117.33477 a 30.254747,29.665482 0 0 1 -30.25474,29.66548 30.254747,29.665482 0 0 1 -30.25475,-29.66548 30.254747,29.665482 0 0 1 30.25475,-29.665481 30.254747,29.665482 0 0 1 30.25474,29.665481 z"
id="ellipse8640" />
<ellipse
cy="115.4131"
cx="251.01039"
stroke-miterlimit="10"
rx="30.254747"
ry="29.665482"
fill="#f8f7cb"
stroke="#808285"
stroke-width="2.98567"
<path
style="fill:#f8f7cb;stroke:#808285;stroke-width:2.98567009;stroke-miterlimit:10"
d="m 281.26514,115.4131 a 30.254747,29.665482 0 0 1 -30.25475,29.66548 30.254747,29.665482 0 0 1 -30.25475,-29.66548 30.254747,29.665482 0 0 1 30.25475,-29.66548 30.254747,29.665482 0 0 1 30.25475,29.66548 z"
id="ellipse8642" />
<path
d="m 243.06997,87.886225 c 0,0 -0.24721,-0.420758 -0.73002,-1.164401 a 87.338135,87.338135 0 0 0 -2.09219,-3.056804 c -0.88995,-1.24714 -1.99533,-2.620911 -3.21119,-4.082466 -1.2658,-1.45651 -2.63655,-2.951363 -4.10264,-4.387693 a 70.868018,70.868018 0 0 0 -4.46589,-4.004267 c -1.48981,-1.186095 -2.91958,-2.27936 -4.17278,-3.142571 -1.25369,-0.862706 -2.33637,-1.545303 -3.14307,-2.007935 -0.10595,-0.03935 -0.16094,-0.08324 -0.21593,-0.127136 -0.0555,-0.04389 -0.10494,-0.03885 -0.16043,-0.08274 l -0.11049,-0.08778 2.91151,-4.953244 c -2.49075,-0.142776 -5.01631,-0.133694 -7.4556,0.21391 -1.19417,0.171028 -2.37824,0.440435 -3.50733,0.753229 -1.12404,0.362235 -2.19258,0.768363 -3.1456,1.311212 a 15.851592,15.851592 0 0 1 2.52254,1.873737 c 0.73304,0.717912 1.41615,1.44087 1.99885,2.174422 1.17651,1.564475 2.10783,3.203616 2.9443,4.902289 l 2.91151,-4.953748 c 0,0 0.0555,0.04389 0.10493,0.03885 0.0505,-0.005 0.0555,0.04389 0.111,0.08829 0.055,0.04389 0.15992,0.08274 0.21492,0.126127 0.75171,0.419245 1.78494,1.106887 3.03813,1.970098 1.20376,0.868255 2.62798,1.912079 4.06784,3.103219 1.43986,1.191139 2.94531,2.524045 4.35591,3.916483 1.4106,1.392438 2.7763,2.838353 3.98711,4.250971 1.21082,1.412618 2.26624,2.791434 3.15064,3.989637 0.88491,1.198203 1.54884,2.220333 2.03216,2.963975 a 33.428596,33.428596 0 0 1 0.72951,1.164401 z m -117.158,0.375857 c 0,0 0.2124,-0.415713 0.50148,-1.085697 0.1675,-0.361732 0.3804,-0.77694 0.58825,-1.241591 0.25781,-0.469191 0.56152,-0.992364 0.86019,-1.56397 1.29456,-2.297017 3.23842,-5.197425 5.55562,-7.885435 2.3172,-2.687506 4.91793,-5.055155 7.03333,-6.68471 0.51308,-0.442957 1.04029,-0.739102 1.46206,-1.074599 0.42227,-0.336001 0.79913,-0.61802 1.13514,-0.79712 0.28655,-0.175064 0.42731,-0.287064 0.42731,-0.287064 l 3.27576,4.697963 a 42.308414,42.308414 0 0 1 6.41228,-10.537625 c -4.35591,-0.688652 -9.00645,-0.756255 -13.84568,-0.162956 l 3.27576,4.697964 -0.47726,0.2911 c -0.33146,0.228542 -0.70833,0.510561 -1.18054,0.851103 -0.42228,0.335496 -0.94444,0.681083 -1.50747,1.12858 -2.1608,1.683034 -4.90683,4.113241 -7.26943,6.854729 -2.41255,2.746029 -4.44723,5.754401 -5.78265,8.153833 -0.34862,0.576147 -0.64729,1.148257 -0.90509,1.617448 -0.25831,0.469191 -0.46616,0.933337 -0.63366,1.295572 -0.33449,0.723463 -0.54739,1.139176 -0.54739,1.139176 z"
fill="#808285"
id="path8648"
style="stroke-width:0.504506" />
<ellipse
cy="48.283623"
cx="408.12823"
stroke-miterlimit="10"
rx="29.048471"
ry="28.48292"
opacity="0.14"
stroke="#000000"
stroke-width="2.98567"
<path
style="opacity:0.13999999;stroke:#000000;stroke-width:2.98567009;stroke-miterlimit:10"
d="m 437.17671,48.283623 a 29.048471,28.48292 0 0 1 -29.04848,28.482919 29.048471,28.48292 0 0 1 -29.04847,-28.482919 29.048471,28.48292 0 0 1 29.04847,-28.48292 29.048471,28.48292 0 0 1 29.04848,28.48292 z"
id="ellipse8650" />
<ellipse
cy="47.495064"
cx="405.96741"
stroke-miterlimit="10"
rx="29.048471"
ry="28.48292"
fill="#cee7cc"
stroke="#808285"
stroke-width="2.98567"
<path
style="fill:#cee7cc;stroke:#808285;stroke-width:2.98567009;stroke-miterlimit:10"
d="m 435.01588,47.495064 a 29.048471,28.48292 0 0 1 -29.04847,28.482919 29.048471,28.48292 0 0 1 -29.04847,-28.482919 29.048471,28.48292 0 0 1 29.04847,-28.48292 29.048471,28.48292 0 0 1 29.04847,28.48292 z"
id="ellipse8652" />
<ellipse
cy="114.85828"
cx="338.1199"
stroke-miterlimit="10"
rx="29.501013"
ry="28.92638"
opacity="0.14"
stroke="#000000"
stroke-width="2.98567"
<path
style="opacity:0.13999999;stroke:#000000;stroke-width:2.98567009;stroke-miterlimit:10"
d="M 367.62092,114.85828 A 29.501013,28.92638 0 0 1 338.1199,143.78466 29.501013,28.92638 0 0 1 308.61889,114.85828 29.501013,28.92638 0 0 1 338.1199,85.931896 29.501013,28.92638 0 0 1 367.62092,114.85828 Z"
id="ellipse8654" />
<ellipse
cy="113.03498"
cx="335.20535"
stroke-miterlimit="10"
rx="29.501013"
ry="28.92638"
fill="#caebfc"
stroke="#808285"
stroke-width="2.98567"
<path
style="fill:#caebfc;stroke:#808285;stroke-width:2.98567009;stroke-miterlimit:10"
d="m 364.70637,113.03498 a 29.501013,28.92638 0 0 1 -29.50102,28.92638 29.501013,28.92638 0 0 1 -29.50101,-28.92638 29.501013,28.92638 0 0 1 29.50101,-28.926379 29.501013,28.92638 0 0 1 29.50102,28.926379 z"
id="ellipse8656" />
<ellipse
cy="115.84409"
cx="478.13657"
stroke-miterlimit="10"
rx="30.254747"
ry="29.665482"
opacity="0.14"
stroke="#000000"
stroke-width="2.98567"
<path
style="opacity:0.13999999;stroke:#000000;stroke-width:2.98567009;stroke-miterlimit:10"
d="m 508.39131,115.84409 a 30.254747,29.665482 0 0 1 -30.25474,29.66548 30.254747,29.665482 0 0 1 -30.25475,-29.66548 30.254747,29.665482 0 0 1 30.25475,-29.665478 30.254747,29.665482 0 0 1 30.25474,29.665478 z"
id="ellipse8658" />
<ellipse
cy="113.92243"
cx="475.1716"
stroke-miterlimit="10"
rx="30.254747"
ry="29.665482"
fill="#f8f7cb"
stroke="#808285"
stroke-width="2.98567"
<path
style="fill:#f8f7cb;stroke:#808285;stroke-width:2.98567009;stroke-miterlimit:10"
d="m 505.42635,113.92243 a 30.254747,29.665482 0 0 1 -30.25475,29.66548 30.254747,29.665482 0 0 1 -30.25475,-29.66548 30.254747,29.665482 0 0 1 30.25475,-29.66548 30.254747,29.665482 0 0 1 30.25475,29.66548 z"
id="ellipse8660" />
<path
d="m 376.7676,55.92184 c 0,0 -0.45204,0.19676 -1.25622,0.59129 a 89.797604,89.797604 0 0 0 -3.31713,1.7244 c -1.35712,0.73961 -2.86459,1.67546 -4.47245,2.71071 -1.60837,1.08419 -3.26718,2.26675 -4.87504,3.54769 a 70.925027,70.925027 0 0 0 -4.52341,3.94221 c -1.35712,1.33089 -2.61334,2.61183 -3.61832,3.74546 -1.00498,1.13312 -1.80916,2.11893 -2.3621,2.85803 -0.0505,0.0984 -0.1009,0.14782 -0.15085,0.19676 -0.0505,0.0494 -0.0505,0.0989 -0.1009,0.14832 l -0.0999,0.0984 -4.7242,-3.35093 c -0.40209,2.41457 -0.65333,4.87858 -0.55294,7.29314 0.0505,1.18257 0.2008,2.36563 0.40209,3.49876 0.25125,1.13362 0.55294,2.21781 1.00498,3.20361 a 15.6957,15.6957 0 0 1 2.16131,-2.26725 c 0.80368,-0.64072 1.60786,-1.23201 2.41204,-1.72491 1.70877,-0.9853 3.46798,-1.7244 5.27714,-2.36512 l -4.7242,-3.35094 c 0,0 0.0504,-0.0494 0.0504,-0.0984 0,-0.0494 0.0505,-0.0494 0.1004,-0.0989 0.0505,-0.0489 0.1009,-0.14782 0.15085,-0.19676 0.50248,-0.69016 1.30667,-1.62652 2.31164,-2.75965 1.00498,-1.08468 2.21126,-2.36563 3.56838,-3.64657 1.35712,-1.28144 2.86459,-2.61183 4.4225,-3.84434 1.55792,-1.2315 3.16628,-2.41406 4.7242,-3.4488 1.55792,-1.03525 3.06589,-1.92217 4.37256,-2.66127 1.30667,-0.73911 2.41204,-1.28145 3.21623,-1.67497 0.80418,-0.39452 1.25622,-0.59178 1.25622,-0.59178 z m 57.29326,2.95692 c 0,0 0.4021,0.2462 1.05543,0.59077 0.35215,0.19727 0.75373,0.44397 1.20628,0.69017 0.45254,0.29564 0.95503,0.64072 1.50797,0.9853 2.21125,1.4782 4.97544,3.64657 7.48788,6.16002 2.51295,2.51295 4.67425,5.2726 6.13177,7.49041 0.40209,0.54184 0.65334,1.08418 0.95453,1.52765 0.30169,0.44346 0.55294,0.83748 0.70379,1.18256 0.15084,0.29564 0.25124,0.44346 0.25124,0.44346 l -5.07584,2.75965 a 43.290688,43.290688 0 0 1 10.10173,7.2437 c 1.10538,-4.18841 1.60786,-8.7219 1.45752,-13.5021 l -5.07634,2.75965 -0.25125,-0.49291 c -0.20079,-0.34508 -0.45203,-0.7391 -0.75373,-1.232 -0.30169,-0.44346 -0.60288,-0.9853 -1.00498,-1.57709 -1.50797,-2.26674 -3.71922,-5.17421 -6.28211,-7.7366 -2.56289,-2.61183 -5.42798,-4.87858 -7.73963,-6.40623 -0.55294,-0.39402 -1.10588,-0.7391 -1.55792,-1.03423 -0.45254,-0.29615 -0.90508,-0.54235 -1.25622,-0.73961 a 36.323454,36.323454 0 0 1 -1.10588,-0.64072 z"
fill="#808285"
id="path8666"
style="stroke-width:0.504506" />
<text
<g
aria-label="AND"
style="font-weight:400;font-size:20.67840004px;line-height:1.25;font-family:sans-serif;letter-spacing:0;word-spacing:0;fill:#7e7e7e;stroke-width:0.51689899"
x="383.28946"
y="163.8709"
font-weight="400"
font-size="20.6784px"
letter-spacing="0"
word-spacing="0"
id="text8674">
<tspan
x="383.28946"
y="163.8709"
id="tspan8672"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:0.51689899">AND</tspan>
</text>
<text
<path
d="m 394.33544,161.12455 h -6.07832 l -0.9592,2.74635 h -3.90749 l 5.58357,-15.07464 h 4.63447 l 5.58357,15.07464 h -3.90749 z m -5.10902,-2.79684 h 4.12962 l -2.05976,-5.99754 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:0.51689899"
id="path124490" />
<path
d="m 401.19122,148.79626 h 4.34166 l 5.4826,10.3392 v -10.3392 h 3.68536 v 15.07464 h -4.34166 l -5.4826,-10.3392 v 10.3392 h -3.68536 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:0.51689899"
id="path124492" />
<path
d="m 422.38456,151.73445 v 9.19825 h 1.39337 q 2.38286,0 3.63488,-1.18133 1.2621,-1.18133 1.2621,-3.43294 0,-2.2415 -1.25201,-3.41274 -1.25201,-1.17124 -3.64497,-1.17124 z m -3.8873,-2.93819 h 4.09934 q 3.43293,0 5.10901,0.49475 1.68618,0.48465 2.88771,1.65589 1.06017,1.01978 1.57511,2.35257 0.51494,1.33278 0.51494,3.01896 0,1.70637 -0.51494,3.04926 -0.51494,1.33279 -1.57511,2.35257 -1.21162,1.17124 -2.9079,1.66599 -1.69627,0.48465 -5.08882,0.48465 h -4.09934 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:0.51689899"
id="path124494" />
</g>
<g
aria-label="OR"
style="font-weight:400;font-size:21.88019943px;line-height:1.25;font-family:sans-serif;letter-spacing:0;word-spacing:0;fill:#7e7e7e;stroke-width:0.54709399"
x="162.58644"
y="164.60921"
font-weight="400"
font-size="21.8802px"
letter-spacing="0"
word-spacing="0"
id="text8678">
<tspan
x="162.58644"
y="164.60921"
id="tspan8676"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:0.54709399">OR</tspan>
</text>
<path
d="m 171.88125,151.35075 q -1.88033,0 -2.91665,1.38888 -1.03631,1.38888 -1.03631,3.91023 0,2.51066 1.03631,3.89954 1.03632,1.38888 2.91665,1.38888 1.89102,0 2.92733,-1.38888 1.03632,-1.38888 1.03632,-3.89954 0,-2.52135 -1.03632,-3.91023 -1.03631,-1.38888 -2.92733,-1.38888 z m 0,-2.98075 q 3.84613,0 6.0256,2.20084 2.17948,2.20084 2.17948,6.07902 0,3.86749 -2.17948,6.06833 -2.17947,2.20084 -6.0256,2.20084 -3.83544,0 -6.0256,-2.20084 -2.17947,-2.20084 -2.17947,-6.06833 0,-3.87818 2.17947,-6.07902 2.19016,-2.20084 6.0256,-2.20084 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:0.54709399"
id="path124497" />
<path
d="m 189.03926,155.73106 q 1.29273,0 1.84828,-0.48077 0.56623,-0.48076 0.56623,-1.58118 0,-1.08974 -0.56623,-1.55982 -0.55555,-0.47008 -1.84828,-0.47008 h -1.73076 v 4.09185 z m -1.73076,2.84186 v 6.03629 h -4.11322 v -15.95075 h 6.28201 q 3.15169,0 4.61536,1.05768 1.47434,1.05769 1.47434,3.344 0,1.58118 -0.76922,2.59613 -0.75854,1.01495 -2.29699,1.49572 0.84401,0.19231 1.5064,0.87606 0.67307,0.67308 1.35682,2.05127 l 2.2329,4.52989 h -4.38032 l -1.94443,-3.96365 q -0.5876,-1.19658 -1.19657,-1.63461 -0.59829,-0.43803 -1.60256,-0.43803 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:0.54709399"
id="path124499" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -11,7 +11,7 @@
version="1.1"
id="svg3397"
sodipodi:docname="linear_order_isomorphism.svg"
inkscape:version="1.0.1 (0767f8302a, 2020-10-17)">
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
<metadata
id="metadata3403">
<rdf:RDF>
@ -39,8 +39,8 @@
inkscape:window-height="1376"
id="namedview3399"
showgrid="false"
inkscape:zoom="2"
inkscape:cx="391.02126"
inkscape:zoom="9.34375"
inkscape:cx="368.11825"
inkscape:cy="164.58828"
inkscape:window-x="0"
inkscape:window-y="27"
@ -52,7 +52,8 @@
<sodipodi:guide
position="578.41487,-35.590171"
orientation="1,0"
id="guide3917" />
id="guide3917"
inkscape:locked="false" />
</sodipodi:namedview>
<g
id="g2760-8"
@ -67,80 +68,50 @@
d="m -352.49858,39.027533 c 0,-19.567904 10.90205,-39.91825486 264.73435,-39.91825486 233.03142,0 249.0353,19.70242586 248.17799,39.25269286 -0.87438,19.939498 -7.00743,41.00425 -242.572632,41.00425 -258.900608,0 -270.339708,-17.657948 -270.339708,-40.338688 z"
id="path4135-3"
sodipodi:nodetypes="ccssc" />
<circle
cx="-96.153954"
cy="135.06291"
r="22.610125"
id="circle3365"
style="opacity:0.13;stroke:#000000;stroke-width:5.51466;stroke-miterlimit:10" />
<circle
cx="-274.32922"
cy="136.96002"
r="22.610125"
id="circle3369"
style="opacity:0.13;stroke:#000000;stroke-width:5.51466;stroke-miterlimit:10" />
<circle
cx="-185.34447"
cy="135.13693"
r="22.610125"
id="circle3371"
style="opacity:0.13;stroke:#000000;stroke-width:5.51466;stroke-miterlimit:10" />
<circle
cx="-3.4363174"
cy="139.10188"
r="22.610125"
id="circle3375"
style="opacity:0.13;stroke:#000000;stroke-width:5.51466;stroke-miterlimit:10" />
<circle
fill="#fce600"
stroke="#ffdd00"
cx="-100.56569"
cy="129.36444"
r="22.610125"
id="circle3379"
style="stroke-width:5.51466;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;stroke:#000000;stroke-width:5.51465988;stroke-miterlimit:10"
d="m -73.543829,135.06291 a 22.610125,22.610125 0 0 1 -22.610125,22.61013 22.610125,22.610125 0 0 1 -22.610126,-22.61013 22.610125,22.610125 0 0 1 22.610126,-22.61012 22.610125,22.610125 0 0 1 22.610125,22.61012 z"
id="circle3365" />
<path
style="opacity:0.12999998;stroke:#000000;stroke-width:5.51465988;stroke-miterlimit:10"
d="m -251.7191,136.96002 a 22.610125,22.610125 0 0 1 -22.61012,22.61013 22.610125,22.610125 0 0 1 -22.61013,-22.61013 22.610125,22.610125 0 0 1 22.61013,-22.61012 22.610125,22.610125 0 0 1 22.61012,22.61012 z"
id="circle3369" />
<path
style="opacity:0.12999998;stroke:#000000;stroke-width:5.51465988;stroke-miterlimit:10"
d="m -162.73434,135.13693 a 22.610125,22.610125 0 0 1 -22.61013,22.61013 22.610125,22.610125 0 0 1 -22.61012,-22.61013 22.610125,22.610125 0 0 1 22.61012,-22.61012 22.610125,22.610125 0 0 1 22.61013,22.61012 z"
id="circle3371" />
<path
style="opacity:0.12999998;stroke:#000000;stroke-width:5.51465988;stroke-miterlimit:10"
d="M 19.173807,139.10188 A 22.610125,22.610125 0 0 1 -3.4363174,161.71201 22.610125,22.610125 0 0 1 -26.046442,139.10188 22.610125,22.610125 0 0 1 -3.4363174,116.49176 22.610125,22.610125 0 0 1 19.173807,139.10188 Z"
id="circle3375" />
<path
style="fill:#fce600;stroke:#ffdd00;stroke-width:5.51465988;stroke-miterlimit:10"
d="m -77.955564,129.36444 a 22.610125,22.610125 0 0 1 -22.610126,22.61013 22.610125,22.610125 0 0 1 -22.61012,-22.61013 22.610125,22.610125 0 0 1 22.61012,-22.61012 22.610125,22.610125 0 0 1 22.610126,22.61012 z"
id="circle3379" />
<g
id="g4359"
transform="matrix(0.91911078,0,0,0.91911078,-161.55425,71.475645)">
<circle
cx="271.79999"
cy="72.099998"
r="24.6"
id="circle3367"
style="opacity:0.13;stroke:#000000;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#39bced"
stroke="#008dd2"
cx="264.84811"
cy="65.602043"
r="24.6"
id="circle3381"
style="stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;stroke:#000000;stroke-width:6;stroke-miterlimit:10"
d="m 296.39999,72.099998 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.6 24.6,24.6 0 0 1 24.6,24.6 z"
id="circle3367" />
<path
style="fill:#39bced;stroke:#008dd2;stroke-width:6;stroke-miterlimit:10"
d="m 289.44811,65.602043 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.6 24.6,24.6 0 0 1 24.6,24.6 z"
id="circle3381" />
</g>
<circle
fill="#d71920"
stroke="#be1e2d"
cx="-278.741"
cy="129.33139"
r="22.610125"
id="circle3383"
style="stroke-width:5.51466;stroke-miterlimit:10" />
<circle
fill="#f58235"
stroke="#e76524"
cx="-189.75618"
cy="129.34654"
r="22.610125"
id="circle3385"
style="stroke-width:5.51466;stroke-miterlimit:10" />
<circle
fill="#54b948"
stroke="#00873a"
cx="-9.9365425"
cy="131.34355"
r="22.610125"
id="circle3389"
style="stroke-width:5.51466;stroke-miterlimit:10" />
<path
style="fill:#d71920;stroke:#be1e2d;stroke-width:5.51465988;stroke-miterlimit:10"
d="m -256.13087,129.33139 a 22.610125,22.610125 0 0 1 -22.61013,22.61012 22.610125,22.610125 0 0 1 -22.61012,-22.61012 22.610125,22.610125 0 0 1 22.61012,-22.61012 22.610125,22.610125 0 0 1 22.61013,22.61012 z"
id="circle3383" />
<path
style="fill:#f58235;stroke:#e76524;stroke-width:5.51465988;stroke-miterlimit:10"
d="m -167.14606,129.34654 a 22.610125,22.610125 0 0 1 -22.61012,22.61013 22.610125,22.610125 0 0 1 -22.61012,-22.61013 22.610125,22.610125 0 0 1 22.61012,-22.61012 22.610125,22.610125 0 0 1 22.61012,22.61012 z"
id="circle3385" />
<path
style="fill:#54b948;stroke:#00873a;stroke-width:5.51465988;stroke-miterlimit:10"
d="M 12.673582,131.34355 A 22.610125,22.610125 0 0 1 -9.9365425,153.95368 22.610125,22.610125 0 0 1 -32.546667,131.34355 22.610125,22.610125 0 0 1 -9.9365425,108.73343 22.610125,22.610125 0 0 1 12.673582,131.34355 Z"
id="circle3389" />
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0"
@ -288,33 +259,25 @@
id="g2749"
style="fill:#cccccc;stroke:#666666"
transform="translate(0.28551449,0.28815136)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-33"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-85"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-33" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-85" />
</g>
<g
aria-label="1"
transform="scale(1.0222841,0.97820167)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753">
<path
d="m 44.272152,92.213257 h 4.738584 V 78.764041 l -4.864017,1.003465 v -3.651497 l 4.836143,-1.003465 h 5.100946 v 17.100713 h 4.738584 v 3.707245 h -14.55024 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path126237" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="40.927269"
y="95.920502"
id="text2753"
transform="scale(1.0222841,0.97820167)"><tspan
sodipodi:role="line"
id="tspan2751"
x="40.927269"
y="95.920502"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">1</tspan></text>
</g>
<g
id="g2760-9"
@ -323,33 +286,25 @@
id="g2749-4"
style="fill:#cccccc;stroke:#666666"
transform="translate(0.28551449,0.28815136)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-5"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-6"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-5" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-6" />
</g>
<g
aria-label="2"
transform="scale(1.0222841,0.97820167)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-2">
<path
d="m 49.150106,91.976327 h 9.156616 v 3.944175 H 43.185065 v -3.944175 l 7.595671,-6.703702 q 1.017402,-0.919843 1.505197,-1.797874 0.487796,-0.878032 0.487796,-1.825749 0,-1.463386 -0.989528,-2.355355 -0.975591,-0.891969 -2.606221,-0.891969 -1.254331,0 -2.745592,0.543544 -1.49126,0.529606 -3.191575,1.588819 v -4.57134 q 1.811811,-0.599291 3.581812,-0.905905 1.77,-0.320552 3.470316,-0.320552 3.735119,0 5.797796,1.644568 2.076615,1.644567 2.076615,4.585277 0,1.700315 -0.878032,3.177638 -0.878031,1.463386 -3.693308,3.930237 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path126242" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="40.927269"
y="95.920502"
id="text2753-2"
transform="scale(1.0222841,0.97820167)"><tspan
sodipodi:role="line"
id="tspan2751-5"
x="40.927269"
y="95.920502"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">2</tspan></text>
</g>
<g
id="g2760-91"
@ -358,33 +313,25 @@
id="g2749-7"
style="fill:#cccccc;stroke:#666666"
transform="translate(0.28551449,0.28815136)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-7"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-4"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-7" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-4" />
</g>
<g
aria-label="3"
transform="scale(1.0222841,0.97820167)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-1">
<path
d="m 54.223178,84.701208 q 2.104489,0.543543 3.191575,1.895433 1.101024,1.337953 1.101024,3.414568 0,3.094016 -2.369292,4.71071 -2.369292,1.602756 -6.912757,1.602756 -1.602757,0 -3.21945,-0.264803 -1.602756,-0.250866 -3.177638,-0.766536 v -4.139292 q 1.505197,0.752598 2.98252,1.142835 1.49126,0.376299 2.926772,0.376299 2.132363,0 3.261261,-0.738662 1.142835,-0.738661 1.142835,-2.118425 0,-1.421575 -1.170709,-2.1463 -1.156772,-0.738662 -3.428505,-0.738662 h -2.1463 v -3.456378 h 2.257796 q 2.020867,0 3.010395,-0.627166 0.989528,-0.641102 0.989528,-1.937245 0,-1.198583 -0.961654,-1.853622 -0.961654,-0.65504 -2.717717,-0.65504 -1.296143,0 -2.620159,0.292678 -1.324016,0.292677 -2.634095,0.864094 v -3.930237 q 1.58882,-0.445984 3.149765,-0.668976 1.560945,-0.222993 3.066142,-0.222993 4.055671,0 6.0626,1.337954 2.020867,1.324016 2.020867,3.999922 0,1.825748 -0.961654,2.996457 -0.961654,1.156772 -2.84315,1.630631 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path126247" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="40.927269"
y="95.920502"
id="text2753-1"
transform="scale(1.0222841,0.97820167)"><tspan
sodipodi:role="line"
id="tspan2751-1"
x="40.927269"
y="95.920502"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">3</tspan></text>
</g>
<g
id="g2760-913"
@ -393,33 +340,25 @@
id="g2749-8"
style="fill:#cccccc;stroke:#666666"
transform="translate(0.28551449,0.28815136)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-74"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-9"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-74" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-9" />
</g>
<g
aria-label="4"
transform="scale(1.0222841,0.97820167)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-3">
<path
d="m 51.435776,79.530576 -5.881419,8.710632 h 5.881419 z m -0.891969,-4.418032 h 5.965041 v 13.128664 h 2.968583 v 3.888427 h -2.968583 v 3.790867 h -5.073072 v -3.790867 h -9.226302 v -4.599214 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path126252" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="40.927269"
y="95.920502"
id="text2753-3"
transform="scale(1.0222841,0.97820167)"><tspan
sodipodi:role="line"
id="tspan2751-13"
x="40.927269"
y="95.920502"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">4</tspan></text>
</g>
<g
id="g2760-8-1"
@ -428,33 +367,25 @@
id="g2749-79"
style="fill:#cccccc;stroke:#666666"
transform="translate(0.28551449,0.28815136)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-3"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-8"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-3" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-8" />
</g>
<g
aria-label="5"
transform="scale(1.0222841,0.97820167)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-8">
<path
d="m 43.9516,75.112544 h 13.33772 v 3.944174 h -9.059057 v 3.21945 q 0.613228,-0.167245 1.226457,-0.250867 0.627165,-0.09756 1.296142,-0.09756 3.804804,0 5.92323,1.909371 2.118426,1.895433 2.118426,5.296064 0,3.372757 -2.313544,5.282127 -2.299607,1.909371 -6.397089,1.909371 -1.77,0 -3.512126,-0.348425 -1.72819,-0.334489 -3.442442,-1.031339 v -4.222915 q 1.700315,0.975591 3.219449,1.463387 1.533072,0.487795 2.884962,0.487795 1.951181,0 3.066142,-0.947717 1.128898,-0.961653 1.128898,-2.592284 0,-1.644567 -1.128898,-2.592284 -1.114961,-0.947717 -3.066142,-0.947717 -1.156772,0 -2.466851,0.306615 -1.310079,0.292677 -2.815277,0.919842 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path126257" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="40.927269"
y="95.920502"
id="text2753-8"
transform="scale(1.0222841,0.97820167)"><tspan
sodipodi:role="line"
id="tspan2751-4"
x="40.927269"
y="95.920502"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">5</tspan></text>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View File

@ -11,7 +11,7 @@
version="1.1"
id="svg3397"
sodipodi:docname="numbers.svg"
inkscape:version="1.0.1 (0767f8302a, 2020-10-17)">
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
<metadata
id="metadata3403">
<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,12 +35,12 @@
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-width="2560"
inkscape:window-height="1376"
id="namedview3399"
showgrid="false"
inkscape:zoom="1.6510641"
inkscape:cx="289.76595"
inkscape:zoom="7.7135651"
inkscape:cx="262.02262"
inkscape:cy="101.91541"
inkscape:window-x="0"
inkscape:window-y="27"
@ -123,55 +123,41 @@
id="g2749"
style="fill:#cccccc;stroke:#666666"
transform="translate(0.28551449,0.28815136)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383" />
</g>
<g
aria-label="1"
transform="scale(1.0222841,0.97820167)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753">
<path
d="m 44.272152,92.213257 h 4.738584 V 78.764041 l -4.864017,1.003465 v -3.651497 l 4.836143,-1.003465 h 5.100946 v 17.100713 h 4.738584 v 3.707245 h -14.55024 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path130720" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="40.927269"
y="95.920502"
id="text2753"
transform="scale(1.0222841,0.97820167)"><tspan
sodipodi:role="line"
id="tspan2751"
x="40.927269"
y="95.920502"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">1</tspan></text>
</g>
<g
id="g12254"
transform="matrix(1.1126644,0,0,1.1126644,15.048392,66.014377)">
<circle
<path
style="fill:#4d4d4d;stroke:#666666;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10"
id="path12228"
cx="429.88391"
cy="18.628122"
r="4.3499632" />
<circle
d="m 434.23387,18.628122 a 4.3499632,4.3499632 0 0 1 -4.34996,4.349964 4.3499632,4.3499632 0 0 1 -4.34996,-4.349964 4.3499632,4.3499632 0 0 1 4.34996,-4.349963 4.3499632,4.3499632 0 0 1 4.34996,4.349963 z"
id="path12228" />
<path
style="fill:#4d4d4d;stroke:#666666;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10"
id="path12228-1"
cx="448.58627"
cy="18.629177"
r="4.3499632" />
<circle
d="m 452.93624,18.629177 a 4.3499632,4.3499632 0 0 1 -4.34997,4.349963 4.3499632,4.3499632 0 0 1 -4.34996,-4.349963 4.3499632,4.3499632 0 0 1 4.34996,-4.349963 4.3499632,4.3499632 0 0 1 4.34997,4.349963 z"
id="path12228-1" />
<path
style="fill:#4d4d4d;stroke:#666666;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10"
id="path12228-0"
cx="467.23801"
cy="18.919893"
r="4.3499632" />
d="m 471.58797,18.919893 a 4.3499632,4.3499632 0 0 1 -4.34996,4.349963 4.3499632,4.3499632 0 0 1 -4.34997,-4.349963 4.3499632,4.3499632 0 0 1 4.34997,-4.349963 4.3499632,4.3499632 0 0 1 4.34996,4.349963 z"
id="path12228-0" />
</g>
<g
id="g2760-9"
@ -180,33 +166,25 @@
id="g2749-4"
style="fill:#cccccc;stroke:#666666"
transform="translate(0.28551449,0.28815136)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-5"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-6"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-5" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-6" />
</g>
<g
aria-label="2"
transform="scale(1.0222841,0.97820167)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-2">
<path
d="m 49.150106,91.976327 h 9.156616 v 3.944175 H 43.185065 v -3.944175 l 7.595671,-6.703702 q 1.017402,-0.919843 1.505197,-1.797874 0.487796,-0.878032 0.487796,-1.825749 0,-1.463386 -0.989528,-2.355355 -0.975591,-0.891969 -2.606221,-0.891969 -1.254331,0 -2.745592,0.543544 -1.49126,0.529606 -3.191575,1.588819 v -4.57134 q 1.811811,-0.599291 3.581812,-0.905905 1.77,-0.320552 3.470316,-0.320552 3.735119,0 5.797796,1.644568 2.076615,1.644567 2.076615,4.585277 0,1.700315 -0.878032,3.177638 -0.878031,1.463386 -3.693308,3.930237 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path130728" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="40.927269"
y="95.920502"
id="text2753-2"
transform="scale(1.0222841,0.97820167)"><tspan
sodipodi:role="line"
id="tspan2751-5"
x="40.927269"
y="95.920502"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">2</tspan></text>
</g>
<g
id="g2760-91"
@ -215,33 +193,25 @@
id="g2749-7"
style="fill:#cccccc;stroke:#666666"
transform="translate(0.28551449,0.28815136)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-7"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-4"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-7" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-4" />
</g>
<g
aria-label="3"
transform="scale(1.0222841,0.97820167)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-1">
<path
d="m 54.223178,84.701208 q 2.104489,0.543543 3.191575,1.895433 1.101024,1.337953 1.101024,3.414568 0,3.094016 -2.369292,4.71071 -2.369292,1.602756 -6.912757,1.602756 -1.602757,0 -3.21945,-0.264803 -1.602756,-0.250866 -3.177638,-0.766536 v -4.139292 q 1.505197,0.752598 2.98252,1.142835 1.49126,0.376299 2.926772,0.376299 2.132363,0 3.261261,-0.738662 1.142835,-0.738661 1.142835,-2.118425 0,-1.421575 -1.170709,-2.1463 -1.156772,-0.738662 -3.428505,-0.738662 h -2.1463 v -3.456378 h 2.257796 q 2.020867,0 3.010395,-0.627166 0.989528,-0.641102 0.989528,-1.937245 0,-1.198583 -0.961654,-1.853622 -0.961654,-0.65504 -2.717717,-0.65504 -1.296143,0 -2.620159,0.292678 -1.324016,0.292677 -2.634095,0.864094 v -3.930237 q 1.58882,-0.445984 3.149765,-0.668976 1.560945,-0.222993 3.066142,-0.222993 4.055671,0 6.0626,1.337954 2.020867,1.324016 2.020867,3.999922 0,1.825748 -0.961654,2.996457 -0.961654,1.156772 -2.84315,1.630631 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path130733" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="40.927269"
y="95.920502"
id="text2753-1"
transform="scale(1.0222841,0.97820167)"><tspan
sodipodi:role="line"
id="tspan2751-1"
x="40.927269"
y="95.920502"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">3</tspan></text>
</g>
<g
id="g2760-913"
@ -250,33 +220,25 @@
id="g2749-8"
style="fill:#cccccc;stroke:#666666"
transform="translate(0.28551449,0.28815136)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-74"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-9"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-74" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-9" />
</g>
<g
aria-label="4"
transform="scale(1.0222841,0.97820167)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-3">
<path
d="m 51.435776,79.530576 -5.881419,8.710632 h 5.881419 z m -0.891969,-4.418032 h 5.965041 v 13.128664 h 2.968583 v 3.888427 h -2.968583 v 3.790867 h -5.073072 v -3.790867 h -9.226302 v -4.599214 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path130738" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="40.927269"
y="95.920502"
id="text2753-3"
transform="scale(1.0222841,0.97820167)"><tspan
sodipodi:role="line"
id="tspan2751-13"
x="40.927269"
y="95.920502"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">4</tspan></text>
</g>
<g
id="g2760-8"
@ -285,32 +247,24 @@
id="g2749-79"
style="fill:#cccccc;stroke:#666666"
transform="translate(0.28551449,0.28815136)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-3"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-8"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-3" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-8" />
</g>
<g
aria-label="5"
transform="scale(1.0222841,0.97820167)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-8">
<path
d="m 43.9516,75.112544 h 13.33772 v 3.944174 h -9.059057 v 3.21945 q 0.613228,-0.167245 1.226457,-0.250867 0.627165,-0.09756 1.296142,-0.09756 3.804804,0 5.92323,1.909371 2.118426,1.895433 2.118426,5.296064 0,3.372757 -2.313544,5.282127 -2.299607,1.909371 -6.397089,1.909371 -1.77,0 -3.512126,-0.348425 -1.72819,-0.334489 -3.442442,-1.031339 v -4.222915 q 1.700315,0.975591 3.219449,1.463387 1.533072,0.487795 2.884962,0.487795 1.951181,0 3.066142,-0.947717 1.128898,-0.961653 1.128898,-2.592284 0,-1.644567 -1.128898,-2.592284 -1.114961,-0.947717 -3.066142,-0.947717 -1.156772,0 -2.466851,0.306615 -1.310079,0.292677 -2.815277,0.919842 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path130743" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="40.927269"
y="95.920502"
id="text2753-8"
transform="scale(1.0222841,0.97820167)"><tspan
sodipodi:role="line"
id="tspan2751-4"
x="40.927269"
y="95.920502"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">5</tspan></text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:foo="foo"
xmlns:ns0="foo"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@ -13,7 +13,7 @@
version="1.1"
id="svg2850"
sodipodi:docname="order_category.svg"
inkscape:version="1.0.1 (0767f8302a, 2020-10-17)">
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
<metadata
id="metadata2856">
<rdf:RDF>
@ -41,8 +41,8 @@
inkscape:window-height="1376"
id="namedview2852"
showgrid="false"
inkscape:zoom="3.3021282"
inkscape:cx="294.10033"
inkscape:zoom="3.8567826"
inkscape:cx="280.22866"
inkscape:cy="100.74849"
inkscape:window-x="0"
inkscape:window-y="27"
@ -53,7 +53,7 @@
transform="translate(0 -159)"
id="switch2848">
<g
foo:extraneous="self"
ns0:extraneous="self"
id="g2846"
transform="translate(3.5669904,3.3024829)">
<path
@ -66,12 +66,10 @@
fill="#e90909"
stroke-width="0.164458"
id="path2812" />
<circle
cx="404.13599"
cy="270.74164"
r="45.712955"
id="circle268"
style="opacity:0.13;stroke:#000000;stroke-width:11.1495;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;stroke:#000000;stroke-width:11.14949989;stroke-miterlimit:10"
d="m 449.84894,270.74164 a 45.712955,45.712955 0 0 1 -45.71295,45.71295 45.712955,45.712955 0 0 1 -45.71296,-45.71295 45.712955,45.712955 0 0 1 45.71296,-45.71296 45.712955,45.712955 0 0 1 45.71295,45.71296 z"
id="circle268" />
<path
d="m 219.16286,302.04918 c 0,0 1.62484,0.4073 4.43379,1.02458 1.47793,0.34097 3.10278,0.74827 5.0993,1.16216 1.99652,0.41334 4.13996,0.89246 6.65507,1.37816 9.68768,1.93622 22.79499,3.80447 35.92533,4.72653 13.13034,0.92206 26.50736,0.83764 36.4801,0.18858 4.91291,-0.35687 9.15264,-0.53668 11.98407,-0.86615 l 1.78711,-0.15898 2.36161,16.21174 c 12.73893,-7.54918 24.37818,-15.74961 34.54717,-24.60678 -14.04472,-3.08523 -27.39324,-7.29535 -39.68265,-12.30859 l 2.21471,16.14595 -1.78711,0.15898 c -2.83198,0.32946 -6.92479,0.57451 -11.75986,0.80694 -9.74852,0.58931 -22.75442,0.6803 -35.66,-0.30041 -12.98342,-0.85628 -25.72015,-2.71904 -35.26092,-4.58948 -2.36765,-0.41991 -4.51108,-0.89903 -6.50705,-1.31237 -1.99707,-0.41389 -3.62192,-0.82065 -4.95294,-1.09639 -2.80894,-0.61726 -4.28687,-0.95824 -4.28687,-0.95824 z"
fill="#0e2db8"
@ -82,148 +80,214 @@
fill="#04bd3d"
stroke-width="0.164458"
id="path2816" />
<circle
cx="200.04495"
cy="270.79187"
r="45.712955"
id="circle268-6"
style="opacity:0.13;stroke:#000000;stroke-width:11.1495;stroke-miterlimit:10" />
<circle
cy="173.33594"
cx="280.60294"
stroke-miterlimit="10"
<path
style="opacity:0.12999998;stroke:#000000;stroke-width:11.14949989;stroke-miterlimit:10"
d="m 245.75791,270.79187 a 45.712955,45.712955 0 0 1 -45.71296,45.71296 45.712955,45.712955 0 0 1 -45.71295,-45.71296 45.712955,45.712955 0 0 1 45.71295,-45.71296 45.712955,45.712955 0 0 1 45.71296,45.71296 z"
id="circle268-6" />
<path
transform="rotate(22.196)"
r="49.132961"
fill="#dbdb8b"
stroke="#878578"
stroke-width="5.78016"
style="fill:#dbdb8b;stroke:#878578;stroke-width:5.78015995;stroke-miterlimit:10"
d="m 329.7359,173.33594 a 49.132961,49.132961 0 0 1 -49.13296,49.13296 49.132961,49.132961 0 0 1 -49.13297,-49.13296 49.132961,49.132961 0 0 1 49.13297,-49.13296 49.132961,49.132961 0 0 1 49.13296,49.13296 z"
id="circle2818" />
<text
style="line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;stroke-width:0.548194"
x="232.00705"
y="257.27814"
<g
aria-label="isEven"
transform="rotate(-4.889)"
font-weight="700"
font-size="14.6187px"
font-family="sans-serif"
letter-spacing="0"
word-spacing="0"
fill="#9d539f"
id="text2822"><tspan
x="232.00705"
y="257.27814"
id="tspan2820"
style="stroke-width:0.548194">isEven</tspan></text>
<text
style="line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;stroke-width:0.548194"
x="231.94179"
y="275.37747"
style="font-weight:700;font-size:14.61870003px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0;word-spacing:0;fill:#9d539f;stroke-width:0.54819399"
id="text2822">
<path
d="m 233.23479,249.28354 h 2.55542 v 7.9946 h -2.55542 z m 0,-3.11219 h 2.55542 v 2.08431 h -2.55542 z"
style="stroke-width:0.54819399"
id="path137070" />
<path
d="m 244.49148,249.53337 v 1.94154 q -0.82088,-0.34262 -1.58465,-0.51394 -0.76377,-0.17131 -1.44188,-0.17131 -0.72808,0 -1.08498,0.18559 -0.34977,0.17845 -0.34977,0.55677 0,0.30693 0.26411,0.47111 0.27125,0.16417 0.96364,0.24269 l 0.44969,0.0642 q 1.96296,0.24983 2.64108,0.82088 0.67811,0.57104 0.67811,1.79164 0,1.27771 -0.94222,1.92014 -0.94222,0.64242 -2.81239,0.64242 -0.79232,0 -1.64175,-0.12848 -0.84229,-0.12135 -1.73454,-0.37118 v -1.94155 q 0.76377,0.37118 1.56323,0.55677 0.8066,0.18559 1.63461,0.18559 0.74949,0 1.12781,-0.20701 0.37832,-0.207 0.37832,-0.61387 0,-0.34262 -0.26411,-0.5068 -0.25697,-0.17131 -1.03502,-0.2641 l -0.44969,-0.0571 q -1.70599,-0.21414 -2.39125,-0.79232 -0.68525,-0.57818 -0.68525,-1.75596 0,-1.27057 0.87084,-1.88444 0.87084,-0.61387 2.66963,-0.61387 0.70667,0 1.48471,0.10707 0.77805,0.10707 1.69172,0.33549 z"
style="stroke-width:0.54819399"
id="path137072" />
<path
d="m 247.06117,246.62105 h 7.41642 v 2.07717 h -4.66828 v 1.98437 h 4.3899 v 2.07717 h -4.3899 v 2.44121 h 4.82532 v 2.07717 h -7.57346 z"
style="stroke-width:0.54819399"
id="path137074" />
<path
d="m 255.92661,249.28354 h 2.55542 l 1.99151,5.52484 1.98437,-5.52484 h 2.56256 l -3.14787,7.9946 h -2.80525 z"
style="stroke-width:0.54819399"
id="path137076" />
<path
d="m 274.44268,253.25942 v 0.72808 h -5.97454 q 0.0928,0.89939 0.64956,1.34909 0.55677,0.4497 1.5561,0.4497 0.80659,0 1.64888,-0.23556 0.84943,-0.24269 1.74168,-0.72808 v 1.9701 q -0.90653,0.34263 -1.81306,0.51394 -0.90653,0.17845 -1.81306,0.17845 -2.16996,0 -3.37629,-1.09926 -1.19919,-1.10639 -1.19919,-3.09791 0,-1.95582 1.17777,-3.07649 1.18492,-1.12067 3.25495,-1.12067 1.88444,0 3.01225,1.13495 1.13495,1.13494 1.13495,3.03366 z m -2.6268,-0.84942 q 0,-0.72808 -0.42828,-1.17064 -0.42114,-0.4497 -1.1064,-0.4497 -0.74235,0 -1.20632,0.42115 -0.46398,0.414 -0.57819,1.19919 z"
style="stroke-width:0.54819399"
id="path137078" />
<path
d="m 284.41452,252.41 v 4.86814 h -2.5697 v -0.79232 -2.93374 q 0,-1.03501 -0.05,-1.42761 -0.0428,-0.39259 -0.15704,-0.57818 -0.1499,-0.24983 -0.40687,-0.38545 -0.25697,-0.14276 -0.58532,-0.14276 -0.79946,0 -1.25629,0.62101 -0.45683,0.61387 -0.45683,1.70599 v 3.93306 h -2.55542 v -7.9946 h 2.55542 v 1.17063 q 0.57818,-0.69952 1.22774,-1.02787 0.64956,-0.33549 1.43474,-0.33549 1.38478,0 2.09859,0.84943 0.72094,0.84942 0.72094,2.46976 z"
style="stroke-width:0.54819399"
id="path137080" />
</g>
<g
aria-label="isOdd"
transform="rotate(-4.227)"
font-weight="700"
font-size="14.6187px"
font-family="sans-serif"
letter-spacing="0"
word-spacing="0"
fill="#e90909"
id="text2826"><tspan
x="231.94179"
y="275.37747"
id="tspan2824"
style="stroke-width:0.548194">isOdd</tspan></text>
<text
style="line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;stroke-width:0.548194"
x="240.03967"
y="294.87997"
style="font-weight:700;font-size:14.61870003px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0;word-spacing:0;fill:#e90909;stroke-width:0.54819399"
id="text2826">
<path
d="m 233.16953,267.38287 h 2.55542 v 7.9946 h -2.55542 z m 0,-3.11218 h 2.55542 v 2.0843 h -2.55542 z"
style="stroke-width:0.54819399"
id="path137083" />
<path
d="m 244.42621,267.6327 v 1.94155 q -0.82087,-0.34263 -1.58464,-0.51394 -0.76377,-0.17131 -1.44188,-0.17131 -0.72808,0 -1.08498,0.18559 -0.34977,0.17845 -0.34977,0.55676 0,0.30694 0.26411,0.47111 0.27124,0.16418 0.96363,0.2427 l 0.4497,0.0642 q 1.96296,0.24983 2.64107,0.82087 0.67812,0.57105 0.67812,1.79165 0,1.27771 -0.94222,1.92013 -0.94222,0.64243 -2.81239,0.64243 -0.79232,0 -1.64175,-0.12849 -0.84229,-0.12135 -1.73454,-0.37118 v -1.94154 q 0.76377,0.37117 1.56323,0.55676 0.8066,0.18559 1.63461,0.18559 0.74949,0 1.12781,-0.207 0.37831,-0.207 0.37831,-0.61387 0,-0.34263 -0.2641,-0.5068 -0.25697,-0.17132 -1.03502,-0.26411 l -0.44969,-0.0571 q -1.706,-0.21415 -2.39125,-0.79233 -0.68525,-0.57818 -0.68525,-1.75595 0,-1.27057 0.87084,-1.88445 0.87084,-0.61387 2.66963,-0.61387 0.70666,0 1.48471,0.10707 0.77805,0.10707 1.69171,0.33549 z"
style="stroke-width:0.54819399"
id="path137085" />
<path
d="m 251.86405,266.51917 q -1.25629,0 -1.94868,0.92794 -0.69239,0.92795 -0.69239,2.61252 0,1.67744 0.69239,2.60539 0.69239,0.92794 1.94868,0.92794 1.26343,0 1.95582,-0.92794 0.69239,-0.92795 0.69239,-2.60539 0,-1.68457 -0.69239,-2.61252 -0.69239,-0.92794 -1.95582,-0.92794 z m 0,-1.99151 q 2.56969,0 4.02585,1.47043 1.45616,1.47044 1.45616,4.06154 0,2.58397 -1.45616,4.05441 -1.45616,1.47044 -4.02585,1.47044 -2.56256,0 -4.02585,-1.47044 -1.45616,-1.47044 -1.45616,-4.05441 0,-2.5911 1.45616,-4.06154 1.46329,-1.47043 4.02585,-1.47043 z"
style="stroke-width:0.54819399"
id="path137087" />
<path
d="m 264.74821,268.55351 v -4.28282 h 2.56969 v 11.10678 h -2.56969 v -1.15636 q -0.52822,0.70667 -1.1635,1.03502 -0.63529,0.32835 -1.47044,0.32835 -1.47757,0 -2.42693,-1.17064 -0.94936,-1.17778 -0.94936,-3.02653 0,-1.84875 0.94936,-3.01939 0.94936,-1.17778 2.42693,-1.17778 0.82801,0 1.4633,0.33549 0.64242,0.32835 1.17064,1.02788 z m -1.68458,5.17508 q 0.82087,0 1.24916,-0.5996 0.43542,-0.59959 0.43542,-1.74168 0,-1.14209 -0.43542,-1.74168 -0.42829,-0.5996 -1.24916,-0.5996 -0.81374,0 -1.24916,0.5996 -0.42828,0.59959 -0.42828,1.74168 0,1.14209 0.42828,1.74168 0.43542,0.5996 1.24916,0.5996 z"
style="stroke-width:0.54819399"
id="path137089" />
<path
d="m 275.21257,268.55351 v -4.28282 h 2.56969 v 11.10678 h -2.56969 v -1.15636 q -0.52822,0.70667 -1.1635,1.03502 -0.63529,0.32835 -1.47044,0.32835 -1.47757,0 -2.42693,-1.17064 -0.94936,-1.17778 -0.94936,-3.02653 0,-1.84875 0.94936,-3.01939 0.94936,-1.17778 2.42693,-1.17778 0.82802,0 1.4633,0.33549 0.64242,0.32835 1.17064,1.02788 z m -1.68458,5.17508 q 0.82088,0 1.24916,-0.5996 0.43542,-0.59959 0.43542,-1.74168 0,-1.14209 -0.43542,-1.74168 -0.42828,-0.5996 -1.24916,-0.5996 -0.81373,0 -1.24915,0.5996 -0.42829,0.59959 -0.42829,1.74168 0,1.14209 0.42829,1.74168 0.43542,0.5996 1.24915,0.5996 z"
style="stroke-width:0.54819399"
id="path137091" />
</g>
<g
aria-label="isPrime"
transform="rotate(-2.197)"
font-weight="700"
font-size="14.6187px"
font-family="sans-serif"
letter-spacing="0"
word-spacing="0"
fill="#04bd3d"
id="text2830"><tspan
x="240.03967"
y="294.87997"
id="tspan2828"
style="stroke-width:0.548194">isPrime</tspan></text>
<text
style="line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;stroke-width:0.548194"
x="275.95825"
y="302.50186"
style="font-weight:700;font-size:14.61870003px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0;word-spacing:0;fill:#04bd3d;stroke-width:0.54819399"
id="text2830">
<path
d="m 241.26742,286.88537 h 2.55541 v 7.9946 h -2.55541 z m 0,-3.11218 h 2.55541 v 2.08431 h -2.55541 z"
style="stroke-width:0.54819399"
id="path137094" />
<path
d="m 252.5241,287.1352 v 1.94155 q -0.82087,-0.34263 -1.58464,-0.51394 -0.76377,-0.17131 -1.44189,-0.17131 -0.72808,0 -1.08498,0.18559 -0.34976,0.17845 -0.34976,0.55676 0,0.30694 0.2641,0.47111 0.27125,0.16418 0.96364,0.2427 l 0.4497,0.0642 q 1.96296,0.24983 2.64107,0.82087 0.67811,0.57105 0.67811,1.79165 0,1.27771 -0.94222,1.92013 -0.94222,0.64243 -2.81239,0.64243 -0.79232,0 -1.64174,-0.12849 -0.84229,-0.12134 -1.73455,-0.37118 v -1.94154 q 0.76377,0.37118 1.56323,0.55677 0.8066,0.18558 1.63461,0.18558 0.7495,0 1.12781,-0.207 0.37832,-0.207 0.37832,-0.61387 0,-0.34263 -0.26411,-0.5068 -0.25697,-0.17131 -1.03501,-0.26411 l -0.4497,-0.0571 q -1.70599,-0.21414 -2.39124,-0.79232 -0.68525,-0.57819 -0.68525,-1.75596 0,-1.27057 0.87084,-1.88444 0.87084,-0.61387 2.66962,-0.61387 0.70667,0 1.48471,0.10707 0.77805,0.10707 1.69172,0.33548 z"
style="stroke-width:0.54819399"
id="path137096" />
<path
d="m 255.09379,284.22288 h 4.56121 q 2.03434,0 3.11932,0.90654 1.09212,0.89939 1.09212,2.56969 0,1.67744 -1.09212,2.58397 -1.08498,0.89939 -3.11932,0.89939 h -1.81306 v 3.6975 h -2.74815 z m 2.74815,1.99152 v 2.97656 h 1.5204 q 0.79946,0 1.23488,-0.38546 0.43542,-0.39259 0.43542,-1.10639 0,-0.7138 -0.43542,-1.09926 -0.43542,-0.38545 -1.23488,-0.38545 z"
style="stroke-width:0.54819399"
id="path137098" />
<path
d="m 271.63263,289.06247 q -0.33549,-0.15703 -0.67098,-0.22841 -0.32835,-0.0785 -0.66384,-0.0785 -0.98505,0 -1.5204,0.63528 -0.52821,0.62815 -0.52821,1.80593 v 3.68322 h -2.55542 v -7.9946 h 2.55542 v 1.3134 q 0.49252,-0.78518 1.12781,-1.14208 0.64242,-0.36404 1.53467,-0.36404 0.12849,0 0.27839,0.0143 0.1499,0.007 0.43542,0.0428 z"
style="stroke-width:0.54819399"
id="path137100" />
<path
d="m 272.9032,286.88537 h 2.55541 v 7.9946 h -2.55541 z m 0,-3.11218 h 2.55541 v 2.08431 h -2.55541 z"
style="stroke-width:0.54819399"
id="path137102" />
<path
d="m 285.32338,288.21305 q 0.48539,-0.74236 1.14922,-1.12781 0.67098,-0.39259 1.47044,-0.39259 1.37764,0 2.09858,0.84942 0.72094,0.84943 0.72094,2.46976 v 4.86814 h -2.56969 v -4.16861 q 0.007,-0.0928 0.007,-0.19273 0.007,-0.0999 0.007,-0.28552 0,-0.84942 -0.24983,-1.22774 -0.24984,-0.38545 -0.8066,-0.38545 -0.72808,0 -1.12781,0.59959 -0.39259,0.5996 -0.40687,1.73454 v 3.92592 h -2.56969 v -4.16861 q 0,-1.32767 -0.22842,-1.70599 -0.22842,-0.38545 -0.81374,-0.38545 -0.73521,0 -1.13494,0.60673 -0.39973,0.59959 -0.39973,1.72027 v 3.93305 h -2.5697 v -7.9946 h 2.5697 v 1.17064 q 0.47111,-0.67811 1.07784,-1.02074 0.61387,-0.34262 1.34909,-0.34262 0.82801,0 1.4633,0.39973 0.63528,0.39973 0.96363,1.12067 z"
style="stroke-width:0.54819399"
id="path137104" />
<path
d="m 301.12699,290.86126 v 0.72808 h -5.97453 q 0.0928,0.89939 0.64956,1.34909 0.55677,0.44969 1.55609,0.44969 0.8066,0 1.64889,-0.23555 0.84942,-0.24269 1.74168,-0.72808 v 1.9701 q -0.90653,0.34262 -1.81306,0.51394 -0.90653,0.17845 -1.81306,0.17845 -2.16997,0 -3.3763,-1.09926 -1.19919,-1.1064 -1.19919,-3.09791 0,-1.95582 1.17778,-3.07649 1.18491,-1.12067 3.25494,-1.12067 1.88445,0 3.01226,1.13494 1.13494,1.13495 1.13494,3.03367 z m -2.62679,-0.84943 q 0,-0.72808 -0.42829,-1.17064 -0.42114,-0.44969 -1.10639,-0.44969 -0.74236,0 -1.20633,0.42114 -0.46397,0.41401 -0.57818,1.19919 z"
style="stroke-width:0.54819399"
id="path137106" />
</g>
<g
aria-label="&gt;0"
transform="rotate(0.662)"
font-weight="700"
font-size="14.6187px"
font-family="sans-serif"
letter-spacing="0"
word-spacing="0"
fill="#0e2db8"
id="text2834"><tspan
x="275.95825"
y="302.50186"
id="tspan2832"
style="stroke-width:0.548194">&gt;0</tspan></text>
<text
style="line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start"
x="158.65335"
y="270.22379"
style="font-weight:700;font-size:14.61870003px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0;word-spacing:0;fill:#0e2db8;stroke-width:0.54819399"
id="text2834">
<path
d="m 277.50721,295.55655 v -1.78451 l 9.15096,3.30491 v 1.68458 l -9.15096,3.30491 v -1.78451 l 6.8882,-2.35555 z"
style="stroke-width:0.54819399"
id="path137109" />
<path
d="m 294.93115,297.16261 q 0,-1.99865 -0.37831,-2.81239 -0.37118,-0.82087 -1.2563,-0.82087 -0.88511,0 -1.26343,0.82087 -0.37831,0.81374 -0.37831,2.81239 0,2.02006 0.37831,2.84808 0.37832,0.82801 1.26343,0.82801 0.87798,0 1.2563,-0.82801 0.37831,-0.82802 0.37831,-2.84808 z m 2.74815,0.0214 q 0,2.64822 -1.14209,4.0901 -1.14208,1.43474 -3.24067,1.43474 -2.10572,0 -3.2478,-1.43474 -1.14209,-1.44188 -1.14209,-4.0901 0,-2.65535 1.14209,-4.09009 1.14208,-1.44188 3.2478,-1.44188 2.09859,0 3.24067,1.44188 1.14209,1.43474 1.14209,4.09009 z"
style="stroke-width:0.54819399"
id="path137111" />
</g>
<g
aria-label="number"
transform="rotate(0.221)"
font-weight="700"
font-size="16.6147px"
font-family="sans-serif"
letter-spacing="0"
word-spacing="0"
fill="#9d539f"
stroke-width="0.623296"
id="text2840"><tspan
x="158.65335"
y="270.22379"
fill="#797979"
id="tspan2838"
style="stroke-width:0.4138">number</tspan></text>
<text
style="line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;fill:#d45500;stroke-width:0.548194"
x="311.70355"
y="157.6181"
style="font-weight:700;font-size:16.61470032px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0;word-spacing:0;fill:#9d539f;stroke-width:0.62329602"
id="text2840">
<path
d="m 169.18357,264.69096 v 5.53283 h -2.92056 v -0.90051 -3.3343 q 0,-1.17633 -0.0568,-1.62253 -0.0487,-0.44619 -0.17847,-0.65712 -0.17037,-0.28394 -0.46242,-0.43808 -0.29206,-0.16226 -0.66524,-0.16226 -0.90862,0 -1.42783,0.7058 -0.51921,0.69769 -0.51921,1.93893 v 4.47007 h -2.90432 v -9.08617 h 2.90432 v 1.33048 q 0.65713,-0.79504 1.39538,-1.16823 0.73825,-0.38129 1.63064,-0.38129 1.57385,0 2.38512,0.9654 0.81938,0.96541 0.81938,2.80698 z"
style="fill:#797979;stroke-width:0.4138"
id="path137114" />
<path
d="m 171.77961,266.68667 v -5.54905 h 2.92056 v 0.90862 q 0,0.73825 -0.008,1.85779 -0.008,1.11144 -0.008,1.48462 0,1.09521 0.0568,1.58196 0.0568,0.47865 0.1947,0.69769 0.17848,0.28394 0.46242,0.43808 0.29206,0.15414 0.66524,0.15414 0.90862,0 1.42783,-0.69768 0.51921,-0.69769 0.51921,-1.93893 v -4.48629 h 2.90432 v 9.08617 h -2.90432 v -1.31425 q -0.65713,0.79504 -1.39538,1.17633 -0.73014,0.37318 -1.61442,0.37318 -1.57385,0 -2.40134,-0.9654 -0.81938,-0.96541 -0.81938,-2.80698 z"
style="fill:#797979;stroke-width:0.4138"
id="path137116" />
<path
d="m 192.12613,262.64657 q 0.55166,-0.84371 1.30614,-1.28179 0.76259,-0.4462 1.6712,-0.4462 1.56574,0 2.38512,0.9654 0.81938,0.96541 0.81938,2.80698 v 5.53283 h -2.92056 V 265.486 q 0.008,-0.10546 0.008,-0.21904 0.008,-0.11358 0.008,-0.32451 0,-0.9654 -0.28394,-1.39537 -0.28395,-0.43809 -0.91673,-0.43809 -0.82749,0 -1.2818,0.68147 -0.4462,0.68146 -0.46242,1.97137 v 4.46196 H 189.5382 V 265.486 q 0,-1.50895 -0.25961,-1.93892 -0.2596,-0.43809 -0.92484,-0.43809 -0.8356,0 -1.28991,0.68958 -0.45431,0.68146 -0.45431,1.95515 v 4.47007 h -2.92055 v -9.08617 h 2.92055 v 1.33048 q 0.53544,-0.77071 1.22501,-1.16011 0.69769,-0.38941 1.53329,-0.38941 0.94107,0 1.66309,0.45431 0.72203,0.45431 1.09521,1.27368 z"
style="fill:#797979;stroke-width:0.4138"
id="path137118" />
<path
d="m 205.85273,268.34976 q 0.93295,0 1.41971,-0.68146 0.49487,-0.68146 0.49487,-1.97948 0,-1.29803 -0.49487,-1.97949 -0.48676,-0.68146 -1.41971,-0.68146 -0.93296,0 -1.43594,0.68957 -0.49487,0.68147 -0.49487,1.97138 0,1.28991 0.49487,1.97948 0.50298,0.68146 1.43594,0.68146 z m -1.93081,-5.88166 q 0.60033,-0.79504 1.33047,-1.16823 0.73014,-0.38129 1.67932,-0.38129 1.67932,0 2.7583,1.33859 1.07898,1.33047 1.07898,3.43165 0,2.10117 -1.07898,3.43976 -1.07898,1.33047 -2.7583,1.33047 -0.94918,0 -1.67932,-0.37318 -0.73014,-0.38129 -1.33047,-1.17633 v 1.31425 h -2.90433 v -12.62328 h 2.90433 z"
style="fill:#797979;stroke-width:0.4138"
id="path137120" />
<path
d="m 221.98067,265.65637 v 0.82749 h -6.79029 q 0.10547,1.02219 0.73825,1.53329 0.63279,0.51109 1.76856,0.51109 0.91673,0 1.87402,-0.26772 0.96541,-0.27583 1.97949,-0.82749 v 2.2391 q -1.03031,0.3894 -2.06061,0.58411 -1.03031,0.20281 -2.06062,0.20281 -2.46624,0 -3.83728,-1.24935 -1.36292,-1.25746 -1.36292,-3.52088 0,-2.22287 1.33858,-3.49655 1.3467,-1.27369 3.69937,-1.27369 2.14174,0 3.42354,1.28991 1.28991,1.28991 1.28991,3.44788 z m -2.98546,-0.96541 q 0,-0.82749 -0.48675,-1.33047 -0.47865,-0.5111 -1.25746,-0.5111 -0.84372,0 -1.37104,0.47865 -0.52732,0.47053 -0.65713,1.36292 z"
style="fill:#797979;stroke-width:0.4138"
id="path137122" />
<path
d="m 230.92892,263.61198 q -0.3813,-0.17848 -0.76259,-0.25961 -0.37318,-0.0892 -0.75448,-0.0892 -1.11954,0 -1.72799,0.72203 -0.60034,0.71391 -0.60034,2.0525 v 4.18613 h -2.90432 v -9.08617 h 2.90432 v 1.49273 q 0.55978,-0.89239 1.2818,-1.29803 0.73014,-0.41374 1.74422,-0.41374 0.14603,0 0.31639,0.0162 0.17037,0.008 0.49488,0.0487 z"
style="fill:#797979;stroke-width:0.4138"
id="path137124" />
</g>
<g
aria-label="toBit"
transform="rotate(5.4347187)"
font-weight="700"
font-size="14.6187px"
font-family="sans-serif"
letter-spacing="0"
word-spacing="0"
fill="#9d539f"
id="text2822-2"><tspan
x="311.70355"
y="157.6181"
id="tspan2820-9"
style="fill:#d45500;stroke-width:0.548194">toBit</tspan></text>
<circle
cy="96.078194"
cx="471.58591"
stroke-miterlimit="10"
style="font-weight:700;font-size:14.61870003px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0;word-spacing:0;fill:#d45500;stroke-width:0.54819399"
id="text2822-2">
<path
d="m 315.72227,147.35361 v 2.26989 h 2.63393 v 1.82734 h -2.63393 v 3.39057 q 0,0.55676 0.22128,0.75663 0.22128,0.19273 0.87797,0.19273 h 1.3134 v 1.82733 h -2.19137 q -1.51327,0 -2.14855,-0.62814 -0.62815,-0.63529 -0.62815,-2.14855 v -3.39057 h -1.27057 v -1.82734 h 1.27057 v -2.26989 z"
style="fill:#d45500;stroke-width:0.54819399"
id="path137127" />
<path
d="m 323.72401,151.25811 q -0.84943,0 -1.29913,0.61387 -0.44255,0.60674 -0.44255,1.75596 0,1.14922 0.44255,1.7631 0.4497,0.60673 1.29913,0.60673 0.83515,0 1.27771,-0.60673 0.44255,-0.61388 0.44255,-1.7631 0,-1.14922 -0.44255,-1.75596 -0.44256,-0.61387 -1.27771,-0.61387 z m 0,-1.82734 q 2.06289,0 3.21925,1.11354 1.1635,1.11353 1.1635,3.08363 0,1.9701 -1.1635,3.08363 -1.15636,1.11354 -3.21925,1.11354 -2.07003,0 -3.24067,-1.11354 -1.1635,-1.11353 -1.1635,-3.08363 0,-1.9701 1.1635,-3.08363 1.17064,-1.11354 3.24067,-1.11354 z"
style="fill:#d45500;stroke-width:0.54819399"
id="path137129" />
<path
d="m 334.34541,151.0868 q 0.64956,0 0.98505,-0.28552 0.33548,-0.28552 0.33548,-0.84229 0,-0.54963 -0.33548,-0.83515 -0.33549,-0.29266 -0.98505,-0.29266 H 332.825 v 2.25562 z m 0.0928,4.66114 q 0.82801,0 1.24202,-0.34977 0.42114,-0.34976 0.42114,-1.05643 0,-0.69239 -0.414,-1.03501 -0.41401,-0.34977 -1.24916,-0.34977 h -1.6132 v 2.79098 z m 2.55542,-3.83313 q 0.88511,0.25697 1.3705,0.94936 0.48539,0.69239 0.48539,1.69885 0,1.54182 -1.04216,2.29845 -1.04215,0.75663 -3.16928,0.75663 h -4.56121 v -10.65709 h 4.12579 q 2.21993,0 3.21211,0.67098 0.99933,0.67097 0.99933,2.14855 0,0.77804 -0.36404,1.32767 -0.36404,0.54249 -1.05643,0.8066 z"
style="fill:#d45500;stroke-width:0.54819399"
id="path137131" />
<path
d="m 341.10513,149.6235 h 2.55541 v 7.9946 h -2.55541 z m 0,-3.11218 h 2.55541 v 2.0843 h -2.55541 z"
style="fill:#d45500;stroke-width:0.54819399"
id="path137133" />
<path
d="m 348.907,147.35361 v 2.26989 h 2.63394 v 1.82734 H 348.907 v 3.39057 q 0,0.55676 0.22128,0.75663 0.22128,0.19273 0.87798,0.19273 h 1.3134 v 1.82733 h -2.19138 q -1.51326,0 -2.14855,-0.62814 -0.62815,-0.63529 -0.62815,-2.14855 v -3.39057 h -1.27057 v -1.82734 h 1.27057 v -2.26989 z"
style="fill:#d45500;stroke-width:0.54819399"
id="path137135" />
</g>
<path
transform="rotate(22.196)"
r="49.132961"
fill="#d9d98d"
stroke="#878578"
stroke-width="5.78016"
style="fill:#d9d98d;stroke:#878578;stroke-width:5.78015995;stroke-miterlimit:10"
d="M 520.71887,96.078194 A 49.132961,49.132961 0 0 1 471.58591,145.21115 49.132961,49.132961 0 0 1 422.45295,96.078194 49.132961,49.132961 0 0 1 471.58591,46.945232 49.132961,49.132961 0 0 1 520.71887,96.078194 Z"
id="circle2836" />
<text
style="line-height:1.25;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start"
x="364.87466"
y="269.95184"
<g
aria-label="boolean"
transform="rotate(0.221)"
font-weight="700"
font-size="16.6147px"
font-family="sans-serif"
letter-spacing="0"
word-spacing="0"
fill="#9d539f"
stroke-width="0.623296"
id="text2844"><tspan
x="364.87466"
y="269.95184"
fill="#797979"
id="tspan2842"
style="stroke-width:0.4138">boolean</tspan></text>
style="font-weight:700;font-size:16.61470032px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0;word-spacing:0;fill:#9d539f;stroke-width:0.62329602"
id="text2844">
<path
d="m 371.10518,268.07782 q 0.93295,0 1.41971,-0.68146 0.49487,-0.68146 0.49487,-1.97949 0,-1.29802 -0.49487,-1.97948 -0.48676,-0.68146 -1.41971,-0.68146 -0.93296,0 -1.43594,0.68957 -0.49487,0.68146 -0.49487,1.97137 0,1.28991 0.49487,1.97949 0.50298,0.68146 1.43594,0.68146 z m -1.93081,-5.88167 q 0.60033,-0.79504 1.33047,-1.16822 0.73014,-0.38129 1.67932,-0.38129 1.67932,0 2.7583,1.33858 1.07898,1.33048 1.07898,3.43165 0,2.10118 -1.07898,3.43977 -1.07898,1.33047 -2.7583,1.33047 -0.94918,0 -1.67932,-0.37318 -0.73014,-0.3813 -1.33047,-1.17634 v 1.31425 h -2.90433 v -12.62327 h 2.90433 z"
style="fill:#797979;stroke-width:0.4138"
id="path137139" />
<path
d="m 382.48722,262.72348 q -0.9654,0 -1.4765,0.69768 -0.50299,0.68958 -0.50299,1.99571 0,1.30614 0.50299,2.00383 0.5111,0.68957 1.4765,0.68957 0.94918,0 1.45216,-0.68957 0.50299,-0.69769 0.50299,-2.00383 0,-1.30613 -0.50299,-1.99571 -0.50298,-0.69768 -1.45216,-0.69768 z m 0,-2.07684 q 2.34455,0 3.6588,1.26557 1.32237,1.26557 1.32237,3.50466 0,2.23909 -1.32237,3.50467 -1.31425,1.26557 -3.6588,1.26557 -2.35267,0 -3.68314,-1.26557 -1.32236,-1.26558 -1.32236,-3.50467 0,-2.23909 1.32236,-3.50466 1.33047,-1.26557 3.68314,-1.26557 z"
style="fill:#797979;stroke-width:0.4138"
id="path137141" />
<path
d="m 393.90171,262.72348 q -0.9654,0 -1.4765,0.69768 -0.50298,0.68958 -0.50298,1.99571 0,1.30614 0.50298,2.00383 0.5111,0.68957 1.4765,0.68957 0.94918,0 1.45217,-0.68957 0.50298,-0.69769 0.50298,-2.00383 0,-1.30613 -0.50298,-1.99571 -0.50299,-0.69768 -1.45217,-0.69768 z m 0,-2.07684 q 2.34456,0 3.65881,1.26557 1.32236,1.26557 1.32236,3.50466 0,2.23909 -1.32236,3.50467 -1.31425,1.26557 -3.65881,1.26557 -2.35266,0 -3.68314,-1.26557 -1.32236,-1.26558 -1.32236,-3.50467 0,-2.23909 1.32236,-3.50466 1.33048,-1.26557 3.68314,-1.26557 z"
style="fill:#797979;stroke-width:0.4138"
id="path137143" />
<path
d="m 400.99217,257.32857 h 2.90432 v 12.62327 h -2.90432 z"
style="fill:#797979;stroke-width:0.4138"
id="path137145" />
<path
d="m 415.75718,265.38442 v 0.82749 h -6.79028 q 0.10546,1.0222 0.73825,1.53329 0.63279,0.5111 1.76856,0.5111 0.91673,0 1.87402,-0.26772 0.9654,-0.27583 1.97948,-0.82749 v 2.23909 q -1.0303,0.38941 -2.06061,0.58411 -1.0303,0.20282 -2.06061,0.20282 -2.46625,0 -3.83728,-1.24935 -1.36293,-1.25746 -1.36293,-3.52089 0,-2.22286 1.33859,-3.49655 1.3467,-1.27368 3.69937,-1.27368 2.14174,0 3.42353,1.28991 1.28991,1.28991 1.28991,3.44787 z m -2.98545,-0.9654 q 0,-0.82749 -0.48676,-1.33048 -0.47864,-0.51109 -1.25746,-0.51109 -0.84371,0 -1.37104,0.47864 -0.52732,0.47054 -0.65712,1.36293 z"
style="fill:#797979;stroke-width:0.4138"
id="path137147" />
<path
d="m 422.02826,265.86307 q -0.90862,0 -1.37104,0.30828 -0.45431,0.30828 -0.45431,0.90862 0,0.55166 0.36507,0.86805 0.37318,0.30828 1.03031,0.30828 0.81937,0 1.37915,-0.58411 0.55977,-0.59222 0.55977,-1.4765 v -0.33262 z m 4.43761,-1.09521 v 5.18398 h -2.92866 v -1.3467 q -0.58411,0.82749 -1.31425,1.20879 -0.73014,0.37318 -1.77667,0.37318 -1.4116,0 -2.29588,-0.81938 -0.87616,-0.82749 -0.87616,-2.14174 0,-1.59819 1.0952,-2.34455 1.10332,-0.74636 3.45599,-0.74636 h 1.71177 v -0.22716 q 0,-0.68957 -0.54355,-1.00597 -0.54355,-0.3245 -1.69554,-0.3245 -0.93296,0 -1.73611,0.18659 -0.80315,0.18659 -1.49272,0.55977 v -2.21475 q 0.93295,-0.22716 1.87402,-0.34073 0.94106,-0.12169 1.88213,-0.12169 2.45813,0 3.54523,0.97352 1.0952,0.9654 1.0952,3.1477 z"
style="fill:#797979;stroke-width:0.4138"
id="path137149" />
<path
d="m 438.30223,264.41902 v 5.53282 h -2.92056 v -0.9005 -3.3343 q 0,-1.17633 -0.0568,-1.62253 -0.0487,-0.44619 -0.17847,-0.65712 -0.17037,-0.28394 -0.46242,-0.43808 -0.29206,-0.16226 -0.66524,-0.16226 -0.90862,0 -1.42783,0.7058 -0.51921,0.69769 -0.51921,1.93892 v 4.47007 h -2.90432 v -9.08616 h 2.90432 v 1.33047 q 0.65713,-0.79504 1.39538,-1.16822 0.73825,-0.38129 1.63064,-0.38129 1.57385,0 2.38512,0.9654 0.81938,0.96541 0.81938,2.80698 z"
style="fill:#797979;stroke-width:0.4138"
id="path137151" />
</g>
<g
id="g9775"
transform="matrix(0.82572983,0,0,0.82572983,58.271082,98.983539)">

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

@ -11,7 +11,7 @@
version="1.1"
id="svg3397"
sodipodi:docname="player_order_leftover.svg"
inkscape:version="1.0.1 (0767f8302a, 2020-10-17)">
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
<metadata
id="metadata3403">
<rdf:RDF>
@ -35,12 +35,12 @@
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-width="2560"
inkscape:window-height="1376"
id="namedview3399"
showgrid="false"
inkscape:zoom="2"
inkscape:cx="395.80378"
inkscape:zoom="9.34375"
inkscape:cx="372.90077"
inkscape:cy="154.16732"
inkscape:window-x="0"
inkscape:window-y="27"
@ -52,7 +52,8 @@
<sodipodi:guide
position="578.41487,-35.590171"
orientation="1,0"
id="guide3917" />
id="guide3917"
inkscape:locked="false" />
</sodipodi:namedview>
<g
id="g2760-8"
@ -64,33 +65,25 @@
id="g2749-4-5"
style="fill:#cccccc;stroke:#666666"
transform="rotate(-37.328029,296.07441,96.778899)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-5-0"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-6-3"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-5-0" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-6-3" />
</g>
<g
aria-label="O"
transform="matrix(0.69820387,-0.7467102,0.71451093,0.66809626,0,0)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-2-6">
<path
d="m -105.05794,226.65278 q -2.45292,0 -3.80481,1.81181 -1.35189,1.81181 -1.35189,5.10094 0,3.2752 1.35189,5.08701 1.35189,1.81182 3.80481,1.81182 2.46685,0 3.81874,-1.81182 1.351887,-1.81181 1.351887,-5.08701 0,-3.28913 -1.351887,-5.10094 -1.35189,-1.81181 -3.81874,-1.81181 z m 0,-3.88843 q 5.01732,0 7.860471,2.87103 2.84315,2.87102 2.84315,7.93015 0,5.0452 -2.84315,7.91623 -2.843151,2.87102 -7.860471,2.87102 -5.00339,0 -7.86048,-2.87102 -2.84315,-2.87103 -2.84315,-7.91623 0,-5.05913 2.84315,-7.93015 2.85709,-2.87103 7.86048,-2.87103 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path140340" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="-117.18314"
y="243.94861"
id="text2753-2-6"
transform="matrix(0.69820387,-0.7467102,0.71451093,0.66809626,0,0)"><tspan
sodipodi:role="line"
id="tspan2751-5-1"
x="-117.18314"
y="243.94861"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">O</tspan></text>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
@ -118,33 +111,25 @@
id="g2749-5"
style="fill:#cccccc;stroke:#666666"
transform="rotate(-44.545114,52.727379,84.306425)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-33-9"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-85-22"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-33-9" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-85-22" />
</g>
<g
aria-label="M"
transform="matrix(0.72045954,-0.72526052,0.69398619,0.68939224,0,0)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-8">
<path
d="m -34.056867,88.279589 h 6.829136 l 4.738584,11.135672 4.766458,-11.135672 h 6.815198 v 20.807961 h -5.073072 V 93.868331 l -4.794332,11.219299 h -3.400631 l -4.794332,-11.219299 v 15.219219 h -5.087009 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path140345" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="-36.677025"
y="109.08755"
id="text2753-8"
transform="matrix(0.72045954,-0.72526052,0.69398619,0.68939224,0,0)"><tspan
sodipodi:role="line"
id="tspan2751-9"
x="-36.677025"
y="109.08755"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">M</tspan></text>
</g>
<g
id="g2760-9-8-7"
@ -153,65 +138,49 @@
id="g2749-4-3"
style="fill:#cccccc;stroke:#666666"
transform="rotate(-37.328029,183.17645,-58.627543)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-5-6"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-6-1"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-5-6" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-6-1" />
</g>
<g
aria-label="G"
transform="matrix(0.69820387,-0.7467102,0.71451093,0.66809626,0,0)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-2-2">
<path
d="m 23.307402,225.47818 q -2.00693,0.97559 -4.167166,1.46339 -2.160237,0.4878 -4.459844,0.4878 -5.1985053,0 -8.2367738,-2.8989 -3.0382685,-2.91284 -3.0382685,-7.88835 0,-5.03126 3.0940165,-7.91622 3.0940165,-2.88497 8.4737028,-2.88497 2.076615,0 3.972048,0.39024 1.909371,0.39024 3.595749,1.15677 v 4.30654 q -1.742126,-0.98953 -3.470316,-1.47732 -1.714252,-0.4878 -3.442441,-0.4878 -3.205513,0 -4.947639,1.79788 -1.7281898,1.78393 -1.7281898,5.11488 0,3.30307 1.6724418,5.10094 1.672441,1.79788 4.75252,1.79788 0.836221,0 1.547009,-0.0976 0.724724,-0.1115 1.296142,-0.33449 v -4.04173 h -3.275198 v -3.59575 h 8.362207 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path140350" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="1.9837745"
y="227.02519"
id="text2753-2-2"
transform="matrix(0.69820387,-0.7467102,0.71451093,0.66809626,0,0)"><tspan
sodipodi:role="line"
id="tspan2751-5-9"
x="1.9837745"
y="227.02519"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">G</tspan></text>
</g>
<g
id="g2749-7-3"
style="fill:#cccccc;stroke:#666666"
transform="matrix(0.82092047,0.02011899,-0.02011899,0.82092047,31.811826,68.30432)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-7-1"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-4-9"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-7-1" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-4-9" />
</g>
<g
aria-label="F"
transform="matrix(1.0222792,0.00316392,-0.00302749,0.97819698,0,0)"
style="font-style:normal;font-weight:normal;font-size:23.43860054px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.58596599"
id="text2753-1-4">
<path
d="m 66.53866,133.21525 h 11.89097 v 3.33038 h -7.484788 v 3.18161 h 7.038447 v 3.33039 h -7.038447 v 7.24445 H 66.53866 Z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.58596599"
id="path140355" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:23.4386px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.585966"
x="64.38707"
y="150.30208"
id="text2753-1-4"
transform="matrix(1.0222792,0.00316392,-0.00302749,0.97819698,0,0)"><tspan
sodipodi:role="line"
id="tspan2751-1-7"
x="64.38707"
y="150.30208"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.585966">F</tspan></text>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-7-0-3"

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -11,7 +11,7 @@
version="1.1"
id="svg3397"
sodipodi:docname="player_order_linear.svg"
inkscape:version="1.0.1 (0767f8302a, 2020-10-17)">
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
<metadata
id="metadata3403">
<rdf:RDF>
@ -35,12 +35,12 @@
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-width="2560"
inkscape:window-height="1376"
id="namedview3399"
showgrid="false"
inkscape:zoom="2"
inkscape:cx="285.14372"
inkscape:zoom="9.34375"
inkscape:cx="262.24071"
inkscape:cy="95.656338"
inkscape:window-x="0"
inkscape:window-y="27"
@ -52,7 +52,8 @@
<sodipodi:guide
position="578.41487,-35.590171"
orientation="1,0"
id="guide3917" />
id="guide3917"
inkscape:locked="false" />
</sodipodi:namedview>
<g
id="g2760-8"
@ -86,33 +87,25 @@
id="g2749-2"
style="fill:#cccccc;stroke:#666666"
transform="rotate(-44.545114,52.727379,84.306425)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-33-9"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-85-1"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-33-9" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-85-1" />
</g>
<g
aria-label="M"
transform="matrix(0.72045954,-0.72526052,0.69398619,0.68939224,0,0)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-27">
<path
d="m -34.056867,88.279589 h 6.829136 l 4.738584,11.135672 4.766458,-11.135672 h 6.815198 v 20.807961 h -5.073072 V 93.868331 l -4.794332,11.219299 h -3.400631 l -4.794332,-11.219299 v 15.219219 h -5.087009 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path143605" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="-36.677025"
y="109.08755"
id="text2753-27"
transform="matrix(0.72045954,-0.72526052,0.69398619,0.68939224,0,0)"><tspan
sodipodi:role="line"
id="tspan2751-0"
x="-36.677025"
y="109.08755"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">M</tspan></text>
</g>
<g
id="g2760-9-8-9"
@ -121,65 +114,49 @@
id="g2749-4-3"
style="fill:#cccccc;stroke:#666666"
transform="rotate(-37.328029,183.17645,-58.627543)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-5-6"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-6-0"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-5-6" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-6-0" />
</g>
<g
aria-label="G"
transform="matrix(0.69820387,-0.7467102,0.71451093,0.66809626,0,0)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-2-62">
<path
d="m 23.307402,225.47818 q -2.00693,0.97559 -4.167166,1.46339 -2.160237,0.4878 -4.459844,0.4878 -5.1985053,0 -8.2367738,-2.8989 -3.0382685,-2.91284 -3.0382685,-7.88835 0,-5.03126 3.0940165,-7.91622 3.0940165,-2.88497 8.4737028,-2.88497 2.076615,0 3.972048,0.39024 1.909371,0.39024 3.595749,1.15677 v 4.30654 q -1.742126,-0.98953 -3.470316,-1.47732 -1.714252,-0.4878 -3.442441,-0.4878 -3.205513,0 -4.947639,1.79788 -1.7281898,1.78393 -1.7281898,5.11488 0,3.30307 1.6724418,5.10094 1.672441,1.79788 4.75252,1.79788 0.836221,0 1.547009,-0.0976 0.724724,-0.1115 1.296142,-0.33449 v -4.04173 h -3.275198 v -3.59575 h 8.362207 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path143610" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="1.9837745"
y="227.02519"
id="text2753-2-62"
transform="matrix(0.69820387,-0.7467102,0.71451093,0.66809626,0,0)"><tspan
sodipodi:role="line"
id="tspan2751-5-6"
x="1.9837745"
y="227.02519"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">G</tspan></text>
</g>
<g
id="g2749-7-1"
style="fill:#cccccc;stroke:#666666"
transform="matrix(0.64704355,-0.61608695,0.61608695,0.64704355,-44.600512,61.05424)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-7-8"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-4-7"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-7-8" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-4-7" />
</g>
<g
aria-label="F"
transform="matrix(0.72509778,-0.72062332,0.68954896,0.69383047,0,0)"
style="font-style:normal;font-weight:normal;font-size:25.50139999px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.63753599"
id="text2753-1-9">
<path
d="m -34.732343,81.207567 h 12.937478 v 3.62349 h -8.143514 v 3.461616 h 7.657892 v 3.62349 h -7.657892 v 7.882024 h -4.793964 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.63753599"
id="path143615" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:25.5014px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.637536"
x="-37.073292"
y="99.798187"
id="text2753-1-9"
transform="matrix(0.72509778,-0.72062332,0.68954896,0.69383047,0,0)"><tspan
sodipodi:role="line"
id="tspan2751-1-2"
x="-37.073292"
y="99.798187"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.637536">F</tspan></text>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-7-0-3"

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

@ -11,7 +11,7 @@
version="1.1"
id="svg3397"
sodipodi:docname="player_order_two.svg"
inkscape:version="1.0.1 (0767f8302a, 2020-10-17)">
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
<metadata
id="metadata3403">
<rdf:RDF>
@ -35,12 +35,12 @@
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-width="2560"
inkscape:window-height="1376"
id="namedview3399"
showgrid="false"
inkscape:zoom="2"
inkscape:cx="285.14372"
inkscape:zoom="9.34375"
inkscape:cx="262.24071"
inkscape:cy="83.737598"
inkscape:window-x="0"
inkscape:window-y="27"
@ -52,7 +52,8 @@
<sodipodi:guide
position="578.41487,-35.590171"
orientation="1,0"
id="guide3917" />
id="guide3917"
inkscape:locked="false" />
</sodipodi:namedview>
<g
id="g2760-8"
@ -86,33 +87,25 @@
id="g2749-2"
style="fill:#cccccc;stroke:#666666"
transform="rotate(-44.545114,52.727379,84.306425)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-33-0"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-85-6"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-33-0" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-85-6" />
</g>
<g
aria-label="M"
transform="matrix(0.72045954,-0.72526052,0.69398619,0.68939224,0,0)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-15">
<path
d="m -34.056867,88.279589 h 6.829136 l 4.738584,11.135672 4.766458,-11.135672 h 6.815198 v 20.807961 h -5.073072 V 93.868331 l -4.794332,11.219299 h -3.400631 l -4.794332,-11.219299 v 15.219219 h -5.087009 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path146785" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="-36.677025"
y="109.08755"
id="text2753-15"
transform="matrix(0.72045954,-0.72526052,0.69398619,0.68939224,0,0)"><tspan
sodipodi:role="line"
id="tspan2751-54"
x="-36.677025"
y="109.08755"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">M</tspan></text>
</g>
<g
id="g2760-9-8-7"
@ -121,65 +114,49 @@
id="g2749-4-6"
style="fill:#cccccc;stroke:#666666"
transform="rotate(-37.328029,183.17645,-58.627543)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-5-5"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-6-6"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-5-5" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-6-6" />
</g>
<g
aria-label="G"
transform="matrix(0.69820387,-0.7467102,0.71451093,0.66809626,0,0)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-2-9">
<path
d="m 23.307402,225.47818 q -2.00693,0.97559 -4.167166,1.46339 -2.160237,0.4878 -4.459844,0.4878 -5.1985053,0 -8.2367738,-2.8989 -3.0382685,-2.91284 -3.0382685,-7.88835 0,-5.03126 3.0940165,-7.91622 3.0940165,-2.88497 8.4737028,-2.88497 2.076615,0 3.972048,0.39024 1.909371,0.39024 3.595749,1.15677 v 4.30654 q -1.742126,-0.98953 -3.470316,-1.47732 -1.714252,-0.4878 -3.442441,-0.4878 -3.205513,0 -4.947639,1.79788 -1.7281898,1.78393 -1.7281898,5.11488 0,3.30307 1.6724418,5.10094 1.672441,1.79788 4.75252,1.79788 0.836221,0 1.547009,-0.0976 0.724724,-0.1115 1.296142,-0.33449 v -4.04173 h -3.275198 v -3.59575 h 8.362207 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path146790" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="1.9837745"
y="227.02519"
id="text2753-2-9"
transform="matrix(0.69820387,-0.7467102,0.71451093,0.66809626,0,0)"><tspan
sodipodi:role="line"
id="tspan2751-5-3"
x="1.9837745"
y="227.02519"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">G</tspan></text>
</g>
<g
id="g2749-7-7"
style="fill:#cccccc;stroke:#666666"
transform="rotate(-43.596085,161.07902,-17.372287)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-7-4"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-4-5"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-7-4" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-4-5" />
</g>
<g
aria-label="F"
transform="matrix(0.72509778,-0.72062332,0.68954896,0.69383047,0,0)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-1-2">
<path
d="M 8.7275848,195.0277 H 23.20814 v 4.05568 h -9.114806 v 3.87448 h 8.571262 v 4.05567 h -8.571262 v 8.82213 H 8.7275848 Z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path146795" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="6.1074266"
y="215.83566"
id="text2753-1-2"
transform="matrix(0.72509778,-0.72062332,0.68954896,0.69383047,0,0)"><tspan
sodipodi:role="line"
id="tspan2751-1-5"
x="6.1074266"
y="215.83566"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">F</tspan></text>
<g
id="g2760-9-8-4-4"
transform="translate(-211.22208,127.32676)">
@ -187,33 +164,25 @@
id="g2749-4-5-7"
style="fill:#cccccc;stroke:#666666"
transform="rotate(-37.328029,296.07441,96.778899)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-5-0-4"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-6-3-4"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-5-0-4" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-6-3-4" />
</g>
<g
aria-label="O"
transform="matrix(0.69820387,-0.7467102,0.71451093,0.66809626,0,0)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-2-6-3">
<path
d="m -105.05794,226.65278 q -2.45292,0 -3.80481,1.81181 -1.35189,1.81181 -1.35189,5.10094 0,3.2752 1.35189,5.08701 1.35189,1.81182 3.80481,1.81182 2.46685,0 3.81874,-1.81182 1.351887,-1.81181 1.351887,-5.08701 0,-3.28913 -1.351887,-5.10094 -1.35189,-1.81181 -3.81874,-1.81181 z m 0,-3.88843 q 5.01732,0 7.860471,2.87103 2.84315,2.87102 2.84315,7.93015 0,5.0452 -2.84315,7.91623 -2.843151,2.87102 -7.860471,2.87102 -5.00339,0 -7.86048,-2.87102 -2.84315,-2.87103 -2.84315,-7.91623 0,-5.05913 2.84315,-7.93015 2.85709,-2.87103 7.86048,-2.87103 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path146800" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="-117.18314"
y="243.94861"
id="text2753-2-6-3"
transform="matrix(0.69820387,-0.7467102,0.71451093,0.66809626,0,0)"><tspan
sodipodi:role="line"
id="tspan2751-5-1-0"
x="-117.18314"
y="243.94861"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">O</tspan></text>
</g>
<g
id="g2760-0-7"
@ -222,33 +191,25 @@
id="g2749-6-8"
style="fill:#cccccc;stroke:#666666"
transform="rotate(-44.545114,52.727379,84.306425)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-33-3-6"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-85-2-8"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-33-3-6" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-85-2-8" />
</g>
<g
aria-label="D"
transform="matrix(0.72045954,-0.72526052,0.69398619,0.68939224,0,0)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-0-8">
<path
d="m -26.841538,91.417825 v 12.696615 h 1.923307 q 3.289135,0 5.017324,-1.63063 1.742127,-1.63063 1.742127,-4.738582 0,-3.094016 -1.72819,-4.71071 -1.728189,-1.616693 -5.031261,-1.616693 z m -5.36575,-4.05567 h 5.658427 q 4.738584,0 7.052128,0.682913 2.32748,0.668977 3.985985,2.28567 1.463386,1.407638 2.174174,3.247324 0.710787,1.839685 0.710787,4.167166 0,2.355352 -0.710787,4.208982 -0.710788,1.83968 -2.174174,3.24732 -1.672442,1.61669 -4.01386,2.29961 -2.341417,0.66897 -7.024253,0.66897 h -5.658427 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path146805" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="-34.827446"
y="108.17011"
id="text2753-0-8"
transform="matrix(0.72045954,-0.72526052,0.69398619,0.68939224,0,0)"><tspan
sodipodi:role="line"
id="tspan2751-6-4"
x="-34.827446"
y="108.17011"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">D</tspan></text>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -11,7 +11,7 @@
version="1.1"
id="svg3397"
sodipodi:docname="player_order_two_join.svg"
inkscape:version="1.0.1 (0767f8302a, 2020-10-17)">
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
<metadata
id="metadata3403">
<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,12 +35,12 @@
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-width="2560"
inkscape:window-height="1376"
id="namedview3399"
showgrid="false"
inkscape:zoom="2"
inkscape:cx="285.14372"
inkscape:zoom="9.34375"
inkscape:cx="262.24071"
inkscape:cy="158.23861"
inkscape:window-x="0"
inkscape:window-y="27"
@ -52,7 +52,8 @@
<sodipodi:guide
position="578.41487,-35.590171"
orientation="1,0"
id="guide3917" />
id="guide3917"
inkscape:locked="false" />
</sodipodi:namedview>
<g
id="g2760-8"
@ -86,33 +87,25 @@
id="g2749-2"
style="fill:#cccccc;stroke:#666666"
transform="rotate(-44.545114,52.727379,84.306425)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-33-0"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-85-6"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-33-0" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-85-6" />
</g>
<g
aria-label="M"
transform="matrix(0.72045954,-0.72526052,0.69398619,0.68939224,0,0)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-15">
<path
d="m -34.056867,88.279589 h 6.829136 l 4.738584,11.135672 4.766458,-11.135672 h 6.815198 v 20.807961 h -5.073072 V 93.868331 l -4.794332,11.219299 h -3.400631 l -4.794332,-11.219299 v 15.219219 h -5.087009 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path149697" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="-36.677025"
y="109.08755"
id="text2753-15"
transform="matrix(0.72045954,-0.72526052,0.69398619,0.68939224,0,0)"><tspan
sodipodi:role="line"
id="tspan2751-54"
x="-36.677025"
y="109.08755"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">M</tspan></text>
</g>
<g
id="g2760-9-8-7"
@ -121,65 +114,49 @@
id="g2749-4-6"
style="fill:#cccccc;stroke:#666666"
transform="rotate(-37.328029,183.17645,-58.627543)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-5-5"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-6-6"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-5-5" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-6-6" />
</g>
<g
aria-label="G"
transform="matrix(0.69820387,-0.7467102,0.71451093,0.66809626,0,0)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-2-9">
<path
d="m 23.307402,225.47818 q -2.00693,0.97559 -4.167166,1.46339 -2.160237,0.4878 -4.459844,0.4878 -5.1985053,0 -8.2367738,-2.8989 -3.0382685,-2.91284 -3.0382685,-7.88835 0,-5.03126 3.0940165,-7.91622 3.0940165,-2.88497 8.4737028,-2.88497 2.076615,0 3.972048,0.39024 1.909371,0.39024 3.595749,1.15677 v 4.30654 q -1.742126,-0.98953 -3.470316,-1.47732 -1.714252,-0.4878 -3.442441,-0.4878 -3.205513,0 -4.947639,1.79788 -1.7281898,1.78393 -1.7281898,5.11488 0,3.30307 1.6724418,5.10094 1.672441,1.79788 4.75252,1.79788 0.836221,0 1.547009,-0.0976 0.724724,-0.1115 1.296142,-0.33449 v -4.04173 h -3.275198 v -3.59575 h 8.362207 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path149702" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="1.9837745"
y="227.02519"
id="text2753-2-9"
transform="matrix(0.69820387,-0.7467102,0.71451093,0.66809626,0,0)"><tspan
sodipodi:role="line"
id="tspan2751-5-3"
x="1.9837745"
y="227.02519"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">G</tspan></text>
</g>
<g
id="g2749-7-7"
style="fill:#cccccc;stroke:#666666"
transform="matrix(0.62600464,-0.59605461,0.59605461,0.62600464,-2.0754973,136.96557)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-7-4"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-4-5"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-7-4" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-4-5" />
</g>
<g
aria-label="F"
transform="matrix(0.72509778,-0.72062332,0.68954896,0.69383047,0,0)"
style="font-style:normal;font-weight:normal;font-size:24.67219925px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.61680597"
id="text2753-1-2">
<path
d="m -58.817532,164.64914 h 12.516804 v 3.50567 h -7.87872 v 3.34906 h 7.408888 v 3.50567 h -7.408888 v 7.62573 h -4.638084 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.61680597"
id="path149707" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:24.6722px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.616806"
x="-61.082363"
y="182.63527"
id="text2753-1-2"
transform="matrix(0.72509778,-0.72062332,0.68954896,0.69383047,0,0)"><tspan
sodipodi:role="line"
id="tspan2751-1-5"
x="-61.082363"
y="182.63527"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.616806">F</tspan></text>
<g
id="g2760-9-8-4-4"
transform="matrix(0.86438585,0,0,0.86438585,-99.03197,121.47401)">
@ -187,33 +164,25 @@
id="g2749-4-5-7"
style="fill:#cccccc;stroke:#666666"
transform="rotate(-37.328029,296.07441,96.778899)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-5-0-4"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-6-3-4"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-5-0-4" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-6-3-4" />
</g>
<g
aria-label="O"
transform="matrix(0.69820387,-0.7467102,0.71451093,0.66809626,0,0)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-2-6-3">
<path
d="m -105.05794,226.65278 q -2.45292,0 -3.80481,1.81181 -1.35189,1.81181 -1.35189,5.10094 0,3.2752 1.35189,5.08701 1.35189,1.81182 3.80481,1.81182 2.46685,0 3.81874,-1.81182 1.351887,-1.81181 1.351887,-5.08701 0,-3.28913 -1.351887,-5.10094 -1.35189,-1.81181 -3.81874,-1.81181 z m 0,-3.88843 q 5.01732,0 7.860471,2.87103 2.84315,2.87102 2.84315,7.93015 0,5.0452 -2.84315,7.91623 -2.843151,2.87102 -7.860471,2.87102 -5.00339,0 -7.86048,-2.87102 -2.84315,-2.87103 -2.84315,-7.91623 0,-5.05913 2.84315,-7.93015 2.85709,-2.87103 7.86048,-2.87103 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path149712" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="-117.18314"
y="243.94861"
id="text2753-2-6-3"
transform="matrix(0.69820387,-0.7467102,0.71451093,0.66809626,0,0)"><tspan
sodipodi:role="line"
id="tspan2751-5-1-0"
x="-117.18314"
y="243.94861"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">O</tspan></text>
</g>
<g
id="g2760-0-7"
@ -222,33 +191,25 @@
id="g2749-6-8"
style="fill:#cccccc;stroke:#666666"
transform="rotate(-44.545114,52.727379,84.306425)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-33-3-6"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-85-2-8"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-33-3-6" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-85-2-8" />
</g>
<g
aria-label="D"
transform="matrix(0.72045954,-0.72526052,0.69398619,0.68939224,0,0)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-0-8">
<path
d="m -26.841538,91.417825 v 12.696615 h 1.923307 q 3.289135,0 5.017324,-1.63063 1.742127,-1.63063 1.742127,-4.738582 0,-3.094016 -1.72819,-4.71071 -1.728189,-1.616693 -5.031261,-1.616693 z m -5.36575,-4.05567 h 5.658427 q 4.738584,0 7.052128,0.682913 2.32748,0.668977 3.985985,2.28567 1.463386,1.407638 2.174174,3.247324 0.710787,1.839685 0.710787,4.167166 0,2.355352 -0.710787,4.208982 -0.710788,1.83968 -2.174174,3.24732 -1.672442,1.61669 -4.01386,2.29961 -2.341417,0.66897 -7.024253,0.66897 h -5.658427 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path149717" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="-34.827446"
y="108.17011"
id="text2753-0-8"
transform="matrix(0.72045954,-0.72526052,0.69398619,0.68939224,0,0)"><tspan
sodipodi:role="line"
id="tspan2751-6-4"
x="-34.827446"
y="108.17011"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">D</tspan></text>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -11,7 +11,7 @@
version="1.1"
id="svg3397"
sodipodi:docname="preorder.svg"
inkscape:version="1.0.1 (0767f8302a, 2020-10-17)">
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
<metadata
id="metadata3403">
<rdf:RDF>
@ -39,8 +39,8 @@
inkscape:window-height="1376"
id="namedview3399"
showgrid="false"
inkscape:zoom="2"
inkscape:cx="332.91475"
inkscape:zoom="9.34375"
inkscape:cx="310.01174"
inkscape:cy="3.7406242"
inkscape:window-x="0"
inkscape:window-y="27"
@ -52,7 +52,8 @@
<sodipodi:guide
position="578.41487,-35.590171"
orientation="1,0"
id="guide3917" />
id="guide3917"
inkscape:locked="false" />
</sodipodi:namedview>
<g
id="g2760-8"
@ -86,33 +87,25 @@
id="g2749-2"
style="fill:#cccccc;stroke:#666666"
transform="rotate(-44.545114,52.727379,84.306425)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-33-0"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-85-6"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-33-0" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-85-6" />
</g>
<g
aria-label="M"
transform="matrix(0.72045954,-0.72526052,0.69398619,0.68939224,0,0)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-15">
<path
d="m -34.056867,88.279589 h 6.829136 l 4.738584,11.135672 4.766458,-11.135672 h 6.815198 v 20.807961 h -5.073072 V 93.868331 l -4.794332,11.219299 h -3.400631 l -4.794332,-11.219299 v 15.219219 h -5.087009 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path152791" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="-36.677025"
y="109.08755"
id="text2753-15"
transform="matrix(0.72045954,-0.72526052,0.69398619,0.68939224,0,0)"><tspan
sodipodi:role="line"
id="tspan2751-54"
x="-36.677025"
y="109.08755"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">M</tspan></text>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
@ -159,33 +152,25 @@
id="g2749-6-8"
style="fill:#cccccc;stroke:#666666"
transform="rotate(-44.545114,52.727379,84.306425)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-33-3-6"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-85-2-8"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-33-3-6" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-85-2-8" />
</g>
<g
aria-label="D"
transform="matrix(0.72045954,-0.72526052,0.69398619,0.68939224,0,0)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-0-8">
<path
d="m -26.841538,91.417825 v 12.696615 h 1.923307 q 3.289135,0 5.017324,-1.63063 1.742127,-1.63063 1.742127,-4.738582 0,-3.094016 -1.72819,-4.71071 -1.728189,-1.616693 -5.031261,-1.616693 z m -5.36575,-4.05567 h 5.658427 q 4.738584,0 7.052128,0.682913 2.32748,0.668977 3.985985,2.28567 1.463386,1.407638 2.174174,3.247324 0.710787,1.839685 0.710787,4.167166 0,2.355352 -0.710787,4.208982 -0.710788,1.83968 -2.174174,3.24732 -1.672442,1.61669 -4.01386,2.29961 -2.341417,0.66897 -7.024253,0.66897 h -5.658427 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path152796" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="-34.827446"
y="108.17011"
id="text2753-0-8"
transform="matrix(0.72045954,-0.72526052,0.69398619,0.68939224,0,0)"><tspan
sodipodi:role="line"
id="tspan2751-6-4"
x="-34.827446"
y="108.17011"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">D</tspan></text>
</g>
<g
id="g2760-9-8-4-4"
@ -194,33 +179,25 @@
id="g2749-4-5-7"
style="fill:#cccccc;stroke:#666666"
transform="rotate(-37.328029,296.07441,96.778899)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-5-0-4"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-6-3-4"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-5-0-4" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-6-3-4" />
</g>
<g
aria-label="O"
transform="matrix(0.69820387,-0.7467102,0.71451093,0.66809626,0,0)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-2-6-3">
<path
d="m -105.05794,226.65278 q -2.45292,0 -3.80481,1.81181 -1.35189,1.81181 -1.35189,5.10094 0,3.2752 1.35189,5.08701 1.35189,1.81182 3.80481,1.81182 2.46685,0 3.81874,-1.81182 1.351887,-1.81181 1.351887,-5.08701 0,-3.28913 -1.351887,-5.10094 -1.35189,-1.81181 -3.81874,-1.81181 z m 0,-3.88843 q 5.01732,0 7.860471,2.87103 2.84315,2.87102 2.84315,7.93015 0,5.0452 -2.84315,7.91623 -2.843151,2.87102 -7.860471,2.87102 -5.00339,0 -7.86048,-2.87102 -2.84315,-2.87103 -2.84315,-7.91623 0,-5.05913 2.84315,-7.93015 2.85709,-2.87103 7.86048,-2.87103 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path152801" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="-117.18314"
y="243.94861"
id="text2753-2-6-3"
transform="matrix(0.69820387,-0.7467102,0.71451093,0.66809626,0,0)"><tspan
sodipodi:role="line"
id="tspan2751-5-1-0"
x="-117.18314"
y="243.94861"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">O</tspan></text>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
@ -248,33 +225,25 @@
id="g2749-4-6"
style="fill:#cccccc;stroke:#666666"
transform="rotate(-37.328029,183.17645,-58.627543)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-5-5"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-6-6"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-5-5" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-6-6" />
</g>
<g
aria-label="G"
transform="matrix(0.69820387,-0.7467102,0.71451093,0.66809626,0,0)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-2-9">
<path
d="m 23.307402,225.47818 q -2.00693,0.97559 -4.167166,1.46339 -2.160237,0.4878 -4.459844,0.4878 -5.1985053,0 -8.2367738,-2.8989 -3.0382685,-2.91284 -3.0382685,-7.88835 0,-5.03126 3.0940165,-7.91622 3.0940165,-2.88497 8.4737028,-2.88497 2.076615,0 3.972048,0.39024 1.909371,0.39024 3.595749,1.15677 v 4.30654 q -1.742126,-0.98953 -3.470316,-1.47732 -1.714252,-0.4878 -3.442441,-0.4878 -3.205513,0 -4.947639,1.79788 -1.7281898,1.78393 -1.7281898,5.11488 0,3.30307 1.6724418,5.10094 1.672441,1.79788 4.75252,1.79788 0.836221,0 1.547009,-0.0976 0.724724,-0.1115 1.296142,-0.33449 v -4.04173 h -3.275198 v -3.59575 h 8.362207 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path152806" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="1.9837745"
y="227.02519"
id="text2753-2-9"
transform="matrix(0.69820387,-0.7467102,0.71451093,0.66809626,0,0)"><tspan
sodipodi:role="line"
id="tspan2751-5-3"
x="1.9837745"
y="227.02519"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">G</tspan></text>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -11,7 +11,7 @@
version="1.1"
id="svg3397"
sodipodi:docname="preorder_equivalence.svg"
inkscape:version="1.0.1 (0767f8302a, 2020-10-17)">
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
<metadata
id="metadata3403">
<rdf:RDF>
@ -39,8 +39,8 @@
inkscape:window-height="1376"
id="namedview3399"
showgrid="false"
inkscape:zoom="2"
inkscape:cx="350.91475"
inkscape:zoom="9.34375"
inkscape:cx="328.01174"
inkscape:cy="3.7406242"
inkscape:window-x="0"
inkscape:window-y="27"
@ -52,7 +52,8 @@
<sodipodi:guide
position="578.41487,-35.590171"
orientation="1,0"
id="guide3917" />
id="guide3917"
inkscape:locked="false" />
</sodipodi:namedview>
<g
id="g2760-8"
@ -109,20 +110,14 @@
<g
id="g10519"
style="stroke-width:1.3735;stroke-miterlimit:4;stroke-dasharray:none;fill:#ececec">
<circle
cx="52.563747"
cy="85.225021"
r="17.200493"
id="circle3369-5-5-8"
style="opacity:0.13;fill:#ececec;stroke:#666666;stroke-width:1.3735;stroke-miterlimit:4;stroke-dasharray:none" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.337112"
cy="84.338951"
id="circle3383-6-6-4"
style="fill:#ececec;stroke:#666666;stroke-width:1.3735;stroke-miterlimit:4;stroke-dasharray:none"
r="17.200493" />
<path
style="opacity:0.12999998;fill:#ececec;stroke:#666666;stroke-width:1.37349999;stroke-miterlimit:4;stroke-dasharray:none"
d="M 69.76424,85.225021 A 17.200493,17.200493 0 0 1 52.563747,102.42551 17.200493,17.200493 0 0 1 35.363255,85.225021 17.200493,17.200493 0 0 1 52.563747,68.024529 17.200493,17.200493 0 0 1 69.76424,85.225021 Z"
id="circle3369-5-5-8" />
<path
style="fill:#ececec;stroke:#666666;stroke-width:1.37349999;stroke-miterlimit:4;stroke-dasharray:none"
d="M 68.537605,84.338951 A 17.200493,17.200493 0 0 1 51.337112,101.53944 17.200493,17.200493 0 0 1 34.13662,84.338951 17.200493,17.200493 0 0 1 51.337112,67.138458 17.200493,17.200493 0 0 1 68.537605,84.338951 Z"
id="circle3383-6-6-4" />
</g>
</g>
</g>
@ -133,33 +128,25 @@
id="g2749-4-6"
style="fill:#cccccc;stroke:#666666"
transform="rotate(-37.328029,183.17645,-58.627543)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-5-5"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-6-6"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-5-5" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-6-6" />
</g>
<g
aria-label="G"
transform="matrix(0.69820387,-0.7467102,0.71451093,0.66809626,0,0)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-2-9">
<path
d="m 23.307402,225.47818 q -2.00693,0.97559 -4.167166,1.46339 -2.160237,0.4878 -4.459844,0.4878 -5.1985053,0 -8.2367738,-2.8989 -3.0382685,-2.91284 -3.0382685,-7.88835 0,-5.03126 3.0940165,-7.91622 3.0940165,-2.88497 8.4737028,-2.88497 2.076615,0 3.972048,0.39024 1.909371,0.39024 3.595749,1.15677 v 4.30654 q -1.742126,-0.98953 -3.470316,-1.47732 -1.714252,-0.4878 -3.442441,-0.4878 -3.205513,0 -4.947639,1.79788 -1.7281898,1.78393 -1.7281898,5.11488 0,3.30307 1.6724418,5.10094 1.672441,1.79788 4.75252,1.79788 0.836221,0 1.547009,-0.0976 0.724724,-0.1115 1.296142,-0.33449 v -4.04173 h -3.275198 v -3.59575 h 8.362207 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path156224" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="1.9837745"
y="227.02519"
id="text2753-2-9"
transform="matrix(0.69820387,-0.7467102,0.71451093,0.66809626,0,0)"><tspan
sodipodi:role="line"
id="tspan2751-5-3"
x="1.9837745"
y="227.02519"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">G</tspan></text>
</g>
<g
id="g10526"
@ -168,33 +155,25 @@
id="g2749-7-7"
style="fill:#cccccc;stroke:#666666"
transform="matrix(0.62600464,-0.59605461,0.59605461,0.62600464,-23.306073,105.23298)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-7-4"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-4-5"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-7-4" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-4-5" />
</g>
<g
aria-label="F"
transform="matrix(0.72509778,-0.72062332,0.68954896,0.69383047,0,0)"
style="font-style:normal;font-weight:normal;font-size:24.67219925px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.61680597"
id="text2753-1-2">
<path
d="m -51.666764,126.34067 h 12.516804 v 3.50567 h -7.87872 v 3.34906 h 7.408888 v 3.50566 h -7.408888 v 7.62574 h -4.638084 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.61680597"
id="path156229" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:24.6722px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.616806"
x="-53.931595"
y="144.3268"
id="text2753-1-2"
transform="matrix(0.72509778,-0.72062332,0.68954896,0.69383047,0,0)"><tspan
sodipodi:role="line"
id="tspan2751-1-5"
x="-53.931595"
y="144.3268"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.616806">F</tspan></text>
</g>
<g
id="g2760-9-8-4-4"
@ -203,33 +182,25 @@
id="g2749-4-5-7"
style="fill:#cccccc;stroke:#666666"
transform="rotate(-37.328029,296.07441,96.778899)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-5-0-4"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-6-3-4"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-5-0-4" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-6-3-4" />
</g>
<g
aria-label="O"
transform="matrix(0.69820387,-0.7467102,0.71451093,0.66809626,0,0)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-2-6-3">
<path
d="m -105.05794,226.65278 q -2.45292,0 -3.80481,1.81181 -1.35189,1.81181 -1.35189,5.10094 0,3.2752 1.35189,5.08701 1.35189,1.81182 3.80481,1.81182 2.46685,0 3.81874,-1.81182 1.351887,-1.81181 1.351887,-5.08701 0,-3.28913 -1.351887,-5.10094 -1.35189,-1.81181 -3.81874,-1.81181 z m 0,-3.88843 q 5.01732,0 7.860471,2.87103 2.84315,2.87102 2.84315,7.93015 0,5.0452 -2.84315,7.91623 -2.843151,2.87102 -7.860471,2.87102 -5.00339,0 -7.86048,-2.87102 -2.84315,-2.87103 -2.84315,-7.91623 0,-5.05913 2.84315,-7.93015 2.85709,-2.87103 7.86048,-2.87103 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path156234" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="-117.18314"
y="243.94861"
id="text2753-2-6-3"
transform="matrix(0.69820387,-0.7467102,0.71451093,0.66809626,0,0)"><tspan
sodipodi:role="line"
id="tspan2751-5-1-0"
x="-117.18314"
y="243.94861"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">O</tspan></text>
</g>
<g
id="g2760-9-8-7-4-3"
@ -242,20 +213,14 @@
<g
id="g10519-1"
style="stroke-width:2.60276;stroke-miterlimit:4;stroke-dasharray:none;fill:#ececec">
<circle
cx="52.563747"
cy="85.225021"
r="17.200493"
id="circle3369-5-5-8-0"
style="opacity:0.13;fill:#ececec;stroke:#666666;stroke-width:2.60276;stroke-miterlimit:4;stroke-dasharray:none" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.337112"
cy="84.338951"
id="circle3383-6-6-4-6"
style="fill:#ececec;stroke:#666666;stroke-width:2.60276;stroke-miterlimit:4;stroke-dasharray:none"
r="17.200493" />
<path
style="opacity:0.12999998;fill:#ececec;stroke:#666666;stroke-width:2.60276008;stroke-miterlimit:4;stroke-dasharray:none"
d="M 69.76424,85.225021 A 17.200493,17.200493 0 0 1 52.563747,102.42551 17.200493,17.200493 0 0 1 35.363255,85.225021 17.200493,17.200493 0 0 1 52.563747,68.024529 17.200493,17.200493 0 0 1 69.76424,85.225021 Z"
id="circle3369-5-5-8-0" />
<path
style="fill:#ececec;stroke:#666666;stroke-width:2.60276008;stroke-miterlimit:4;stroke-dasharray:none"
d="M 68.537605,84.338951 A 17.200493,17.200493 0 0 1 51.337112,101.53944 17.200493,17.200493 0 0 1 34.13662,84.338951 17.200493,17.200493 0 0 1 51.337112,67.138458 17.200493,17.200493 0 0 1 68.537605,84.338951 Z"
id="circle3383-6-6-4-6" />
</g>
</g>
</g>
@ -266,33 +231,25 @@
id="g2749-2"
style="fill:#cccccc;stroke:#666666"
transform="rotate(-44.545114,52.727379,84.306425)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-33-0"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-85-6"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-33-0" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-85-6" />
</g>
<g
aria-label="M"
transform="matrix(0.72045954,-0.72526052,0.69398619,0.68939224,0,0)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-15">
<path
d="m -34.056867,88.279589 h 6.829136 l 4.738584,11.135672 4.766458,-11.135672 h 6.815198 v 20.807961 h -5.073072 V 93.868331 l -4.794332,11.219299 h -3.400631 l -4.794332,-11.219299 v 15.219219 h -5.087009 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path156241" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="-36.677025"
y="109.08755"
id="text2753-15"
transform="matrix(0.72045954,-0.72526052,0.69398619,0.68939224,0,0)"><tspan
sodipodi:role="line"
id="tspan2751-54"
x="-36.677025"
y="109.08755"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">M</tspan></text>
</g>
<g
id="g2760-9-8-7-4-3-3"
@ -305,20 +262,14 @@
<g
id="g10519-1-0"
style="stroke-width:2.60276;stroke-miterlimit:4;stroke-dasharray:none;fill:#ececec">
<circle
cx="52.563747"
cy="85.225021"
r="17.200493"
id="circle3369-5-5-8-0-6"
style="opacity:0.13;fill:#ececec;stroke:#666666;stroke-width:2.60276;stroke-miterlimit:4;stroke-dasharray:none" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.337112"
cy="84.338951"
id="circle3383-6-6-4-6-1"
style="fill:#ececec;stroke:#666666;stroke-width:2.60276;stroke-miterlimit:4;stroke-dasharray:none"
r="17.200493" />
<path
style="opacity:0.12999998;fill:#ececec;stroke:#666666;stroke-width:2.60276008;stroke-miterlimit:4;stroke-dasharray:none"
d="M 69.76424,85.225021 A 17.200493,17.200493 0 0 1 52.563747,102.42551 17.200493,17.200493 0 0 1 35.363255,85.225021 17.200493,17.200493 0 0 1 52.563747,68.024529 17.200493,17.200493 0 0 1 69.76424,85.225021 Z"
id="circle3369-5-5-8-0-6" />
<path
style="fill:#ececec;stroke:#666666;stroke-width:2.60276008;stroke-miterlimit:4;stroke-dasharray:none"
d="M 68.537605,84.338951 A 17.200493,17.200493 0 0 1 51.337112,101.53944 17.200493,17.200493 0 0 1 34.13662,84.338951 17.200493,17.200493 0 0 1 51.337112,67.138458 17.200493,17.200493 0 0 1 68.537605,84.338951 Z"
id="circle3383-6-6-4-6-1" />
</g>
</g>
</g>
@ -329,33 +280,25 @@
id="g2749-6-8"
style="fill:#cccccc;stroke:#666666"
transform="rotate(-44.545114,52.727379,84.306425)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-33-3-6"
style="opacity:0.13;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-85-2-8"
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-33-3-6" />
<path
style="fill:#cccccc;stroke:#666666;stroke-width:6;stroke-miterlimit:10"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-85-2-8" />
</g>
<g
aria-label="D"
transform="matrix(0.72045954,-0.72526052,0.69398619,0.68939224,0,0)"
style="font-style:normal;font-weight:normal;font-size:28.54299927px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.71357697"
id="text2753-0-8">
<path
d="m -26.841538,91.417825 v 12.696615 h 1.923307 q 3.289135,0 5.017324,-1.63063 1.742127,-1.63063 1.742127,-4.738582 0,-3.094016 -1.72819,-4.71071 -1.728189,-1.616693 -5.031261,-1.616693 z m -5.36575,-4.05567 h 5.658427 q 4.738584,0 7.052128,0.682913 2.32748,0.668977 3.985985,2.28567 1.463386,1.407638 2.174174,3.247324 0.710787,1.839685 0.710787,4.167166 0,2.355352 -0.710787,4.208982 -0.710788,1.83968 -2.174174,3.24732 -1.672442,1.61669 -4.01386,2.29961 -2.341417,0.66897 -7.024253,0.66897 h -5.658427 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.71357697"
id="path156248" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:28.543px;line-height:1.25;font-family:sans-serif;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.713577"
x="-34.827446"
y="108.17011"
id="text2753-0-8"
transform="matrix(0.72045954,-0.72526052,0.69398619,0.68939224,0,0)"><tspan
sodipodi:role="line"
id="tspan2751-6-4"
x="-34.827446"
y="108.17011"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#4d4d4d;stroke-width:0.713577">D</tspan></text>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -11,7 +11,7 @@
version="1.1"
id="svg3397"
sodipodi:docname="semilattice_tree.svg"
inkscape:version="1.0.2 (e86c8708, 2021-01-15)"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
width="595.29999"
height="250">
<metadata
@ -38,14 +38,14 @@
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2560"
inkscape:window-height="1395"
inkscape:window-height="1376"
id="namedview3399"
showgrid="false"
inkscape:zoom="2.0000001"
inkscape:cx="163.97413"
inkscape:cy="69.505765"
inkscape:zoom="1.9047929"
inkscape:cx="107.06793"
inkscape:cy="22.90457"
inkscape:window-x="0"
inkscape:window-y="23"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg3397"
inkscape:document-rotation="0"
@ -54,269 +54,249 @@
<g
id="g2760-9-8-7-3-3"
transform="matrix(3.3686518,2.730436,-3.3686518,2.730436,306.59404,-715.40012)"
style="fill:#cccccc;stroke-width:0.990522;stroke-miterlimit:9;stroke-dasharray:none">
style="fill:#cccccc;stroke-width:0.990522;stroke-miterlimit:9;stroke-dasharray:none;stroke:#9f9f9f;stroke-opacity:1">
<g
id="g2749-4-6-6-2"
style="fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:0.990522;stroke-miterlimit:9;stroke-dasharray:none"
style="fill:#cccccc;fill-opacity:1;stroke:#9f9f9f;stroke-width:0.990522;stroke-miterlimit:9;stroke-dasharray:none;stroke-opacity:1"
transform="rotate(-37.328029,185.78163,-63.908319)">
<circle
cx="52.617641"
cy="85.453232"
r="24.6"
id="circle3369-5-5-7-0"
style="opacity:0.13;fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:0.990522;stroke-miterlimit:9;stroke-dasharray:none" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.880161"
cy="84.494919"
r="24.6"
id="circle3383-6-6-5-6"
style="fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:0.990522;stroke-miterlimit:9;stroke-dasharray:none" />
<path
style="opacity:0.12999998;fill:#cccccc;fill-opacity:1;stroke:#9f9f9f;stroke-width:0.99052203;stroke-miterlimit:9;stroke-dasharray:none;stroke-opacity:1"
d="m 77.217642,85.453232 a 24.6,24.6 0 0 1 -24.600001,24.599998 24.6,24.6 0 0 1 -24.6,-24.599998 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.600001,24.600001 z"
id="circle3369-5-5-7-0" />
<path
style="fill:#cccccc;fill-opacity:1;stroke:#9f9f9f;stroke-width:0.99052203;stroke-miterlimit:9;stroke-dasharray:none;stroke-opacity:1"
d="m 76.480162,84.494919 a 24.6,24.6 0 0 1 -24.600001,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.600001,24.600001 z"
id="circle3383-6-6-5-6" />
</g>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
style="display:inline;fill:#dddddd;stroke:#9f9f9f;stroke-width:6.389;stroke-miterlimit:10;stroke-opacity:1"
id="g1482-7-0-25-1-3-3-20-6-6-5"
transform="matrix(0.12528657,-0.17785739,0.21875,0.20456322,369.9094,8.4927373)"
inkscape:transform-center-x="-9.0324619"
inkscape:transform-center-y="0.77022403" />
<g
id="g2760-9-8-7-3-3-3"
transform="matrix(1.4397038,1.471767,-1.4397038,1.471767,318.01598,-335.82495)"
style="fill:#cccccc;stroke-width:2.44469;stroke-miterlimit:9;stroke-dasharray:none">
transform="matrix(1.5227412,1.6212572,-1.5227412,1.6212572,313.37465,-383.31223)"
style="fill:#cccccc;stroke:#9f9f9f;stroke-width:2.44468999;stroke-miterlimit:9;stroke-dasharray:none;stroke-opacity:1">
<g
id="g2749-4-6-6-2-1"
style="fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:2.44469;stroke-miterlimit:9;stroke-dasharray:none"
style="fill:#cccccc;fill-opacity:1;stroke:#9f9f9f;stroke-width:2.44468999;stroke-miterlimit:9;stroke-dasharray:none;stroke-opacity:1"
transform="rotate(-37.328029,185.78163,-63.908319)">
<circle
cx="52.617641"
cy="85.453232"
r="24.6"
id="circle3369-5-5-7-0-3"
style="opacity:0.13;fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:2.44469;stroke-miterlimit:9;stroke-dasharray:none" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.880161"
cy="84.494919"
r="24.6"
id="circle3383-6-6-5-6-1"
style="fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:2.44469;stroke-miterlimit:9;stroke-dasharray:none" />
<path
style="opacity:0.12999998;fill:#cccccc;fill-opacity:1;stroke:#9f9f9f;stroke-width:2.44468999;stroke-miterlimit:9;stroke-dasharray:none;stroke-opacity:1"
d="m 77.217642,85.453232 a 24.6,24.6 0 0 1 -24.600001,24.599998 24.6,24.6 0 0 1 -24.6,-24.599998 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.600001,24.600001 z"
id="circle3369-5-5-7-0-3" />
<path
style="fill:#cccccc;fill-opacity:1;stroke:#9f9f9f;stroke-width:2.44468999;stroke-miterlimit:9;stroke-dasharray:none;stroke-opacity:1"
d="m 76.480162,84.494919 a 24.6,24.6 0 0 1 -24.600001,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.600001,24.600001 z"
id="circle3383-6-6-5-6-1" />
</g>
</g>
<g
id="g2760-0-7-6"
transform="matrix(0.5982784,0.60455561,-0.5982784,0.60455561,359.72683,27.722784)"
style="fill:#cccccc">
style="fill:#d6c2c2;stroke:#9f9f9f;stroke-opacity:1;fill-opacity:1">
<g
id="g2749-6-8-1"
style="fill:#cccccc;fill-opacity:1;stroke:#666666"
style="fill:#d6c2c2;fill-opacity:1;stroke:#9f9f9f;stroke-opacity:1"
transform="rotate(-44.545114,52.727379,84.306425)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-33-3-6-0"
style="opacity:0.13;fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-85-2-8-6"
style="fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#d6c2c2;fill-opacity:1;stroke:#9f9f9f;stroke-width:6;stroke-miterlimit:10;stroke-opacity:1"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-33-3-6-0" />
<path
style="fill:#d6c2c2;fill-opacity:1;stroke:#9f9f9f;stroke-width:6;stroke-miterlimit:10;stroke-opacity:1"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-85-2-8-6" />
</g>
</g>
<g
id="g2760-0-7-6-3"
transform="matrix(0.5982784,0.60455561,-0.5982784,0.60455561,407.91624,28.291495)"
style="fill:#cccccc">
style="fill:#d6c2c2;stroke:#9f9f9f;stroke-opacity:1;fill-opacity:1">
<g
id="g2749-6-8-1-2"
style="fill:#cccccc;fill-opacity:1;stroke:#666666"
style="fill:#d6c2c2;fill-opacity:1;stroke:#9f9f9f;stroke-opacity:1"
transform="rotate(-44.545114,52.727379,84.306425)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-33-3-6-0-7"
style="opacity:0.13;fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-85-2-8-6-2"
style="fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#d6c2c2;fill-opacity:1;stroke:#9f9f9f;stroke-width:6;stroke-miterlimit:10;stroke-opacity:1"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-33-3-6-0-7" />
<path
style="fill:#d6c2c2;fill-opacity:1;stroke:#9f9f9f;stroke-width:6;stroke-miterlimit:10;stroke-opacity:1"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-85-2-8-6-2" />
</g>
</g>
<g
id="g2760-9-8-7-3-3-3-6"
transform="matrix(1.4397038,1.471767,-1.4397038,1.471767,422.35276,-323.67189)"
style="fill:#cccccc;stroke-width:2.44469;stroke-miterlimit:9;stroke-dasharray:none">
transform="matrix(1.5227412,1.6212572,-1.5227412,1.6212572,423.72923,-369.92476)"
style="fill:#cccccc;stroke:#9f9f9f;stroke-width:2.44468999;stroke-miterlimit:9;stroke-dasharray:none;stroke-opacity:1">
<g
id="g2749-4-6-6-2-1-2"
style="fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:2.44469;stroke-miterlimit:9;stroke-dasharray:none"
style="fill:#cccccc;fill-opacity:1;stroke:#9f9f9f;stroke-width:2.44468999;stroke-miterlimit:9;stroke-dasharray:none;stroke-opacity:1"
transform="rotate(-37.328029,185.78163,-63.908319)">
<circle
cx="52.617641"
cy="85.453232"
r="24.6"
id="circle3369-5-5-7-0-3-7"
style="opacity:0.13;fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:2.44469;stroke-miterlimit:9;stroke-dasharray:none" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.880161"
cy="84.494919"
r="24.6"
id="circle3383-6-6-5-6-1-3"
style="fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:2.44469;stroke-miterlimit:9;stroke-dasharray:none" />
<path
style="opacity:0.12999998;fill:#cccccc;fill-opacity:1;stroke:#9f9f9f;stroke-width:2.44468999;stroke-miterlimit:9;stroke-dasharray:none;stroke-opacity:1"
d="m 77.217642,85.453232 a 24.6,24.6 0 0 1 -24.600001,24.599998 24.6,24.6 0 0 1 -24.6,-24.599998 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.600001,24.600001 z"
id="circle3369-5-5-7-0-3-7" />
<path
style="fill:#cccccc;fill-opacity:1;stroke:#9f9f9f;stroke-width:2.44468999;stroke-miterlimit:9;stroke-dasharray:none;stroke-opacity:1"
d="m 76.480162,84.494919 a 24.6,24.6 0 0 1 -24.600001,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.600001,24.600001 z"
id="circle3383-6-6-5-6-1-3" />
</g>
</g>
<path
transform="matrix(0.99393043,0.11001042,-0.16178721,0.98682567,0,0)"
style="opacity:0.12999998;fill:#cccccc;fill-opacity:1;stroke:#9f9f9f;stroke-width:4.19109869;stroke-miterlimit:9;stroke-dasharray:none;stroke-opacity:1"
d="M 291.8362,101.57922 A 114.41885,94.68914 0 0 1 177.41734,196.26836 114.41885,94.68914 0 0 1 62.998489,101.57922 114.41885,94.68914 0 0 1 177.41734,6.8900833 114.41885,94.68914 0 0 1 291.8362,101.57922 Z"
id="circle3369-5-5-7-0-6" />
<path
transform="matrix(0.99393043,0.11001042,-0.16178721,0.98682567,0,0)"
style="fill:#cccccc;fill-opacity:1;stroke:#9f9f9f;stroke-width:4.19109869;stroke-miterlimit:9;stroke-dasharray:none;stroke-opacity:1"
d="M 288.40605,97.890526 A 114.41885,94.68914 0 0 1 173.9872,192.57967 114.41885,94.68914 0 0 1 59.568344,97.890526 114.41885,94.68914 0 0 1 173.9872,3.2013855 114.41885,94.68914 0 0 1 288.40605,97.890526 Z"
id="circle3383-6-6-5-6-7" />
<g
id="g2760-9-8-7-3-3-1"
transform="matrix(3.2984392,2.7101637,-3.2984392,2.7101637,44.942507,-709.74205)"
style="fill:#cccccc;stroke-width:0.990522;stroke-miterlimit:9;stroke-dasharray:none">
id="g2760-9-8-7-3-3-3-6-4"
transform="matrix(1.8276804,1.67029,-1.8276804,1.67029,121.70212,-390.99582)"
style="fill:#cccccc;fill-opacity:1;stroke:#9f9f9f;stroke-width:2.44468999;stroke-miterlimit:9;stroke-dasharray:none;stroke-opacity:1">
<g
id="g2749-4-6-6-2-9"
style="fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:0.990522;stroke-miterlimit:9;stroke-dasharray:none"
id="g2749-4-6-6-2-1-2-8"
style="fill:#cccccc;fill-opacity:1;stroke:#9f9f9f;stroke-width:2.44468999;stroke-miterlimit:9;stroke-dasharray:none;stroke-opacity:1"
transform="rotate(-37.328029,185.78163,-63.908319)">
<circle
cx="52.617641"
cy="85.453232"
r="24.6"
id="circle3369-5-5-7-0-6"
style="opacity:0.13;fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:0.990522;stroke-miterlimit:9;stroke-dasharray:none" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.880161"
cy="84.494919"
r="24.6"
id="circle3383-6-6-5-6-7"
style="fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:0.990522;stroke-miterlimit:9;stroke-dasharray:none" />
<path
style="opacity:0.12999998;fill:#cccccc;fill-opacity:1;stroke:#9f9f9f;stroke-width:2.44468999;stroke-miterlimit:9;stroke-dasharray:none;stroke-opacity:1"
d="m 77.217642,85.453232 a 24.6,24.6 0 0 1 -24.600001,24.599998 24.6,24.6 0 0 1 -24.6,-24.599998 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.600001,24.600001 z"
id="circle3369-5-5-7-0-3-7-8" />
<path
style="fill:#cccccc;fill-opacity:1;stroke:#9f9f9f;stroke-width:2.44468999;stroke-miterlimit:9;stroke-dasharray:none;stroke-opacity:1"
d="m 76.480162,84.494919 a 24.6,24.6 0 0 1 -24.600001,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.600001,24.600001 z"
id="circle3383-6-6-5-6-1-3-0" />
</g>
</g>
<g
id="g2760-9-8-7-3-3-3-7"
transform="matrix(1.5200852,1.5196182,-1.5200852,1.5196182,79.120947,-351.90511)"
style="fill:none;stroke-width:2.44469;stroke-miterlimit:9;stroke-dasharray:none">
transform="matrix(1.8276804,1.67029,-1.8276804,1.67029,65.654317,-399.52046)"
style="fill:none;stroke:#9f9f9f;stroke-width:2.44468999;stroke-miterlimit:9;stroke-dasharray:none;stroke-opacity:1">
<g
id="g2749-4-6-6-2-1-7"
style="fill:none;fill-opacity:1;stroke:#666666;stroke-width:2.44469;stroke-miterlimit:9;stroke-dasharray:none"
style="fill:none;fill-opacity:1;stroke:#9f9f9f;stroke-width:2.44468999;stroke-miterlimit:9;stroke-dasharray:none;stroke-opacity:1"
transform="rotate(-37.328029,185.78163,-63.908319)">
<circle
cx="52.617641"
cy="85.453232"
r="24.6"
id="circle3369-5-5-7-0-3-6"
style="opacity:0.13;fill:none;fill-opacity:1;stroke:#666666;stroke-width:2.44469;stroke-miterlimit:9;stroke-dasharray:none" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.880161"
cy="84.494919"
r="24.6"
id="circle3383-6-6-5-6-1-35"
style="fill:none;fill-opacity:1;stroke:#666666;stroke-width:2.44469;stroke-miterlimit:9;stroke-dasharray:none" />
<path
style="opacity:0.12999998;fill:none;fill-opacity:1;stroke:#9f9f9f;stroke-width:2.44468999;stroke-miterlimit:9;stroke-dasharray:none;stroke-opacity:1"
d="m 77.217642,85.453232 a 24.6,24.6 0 0 1 -24.600001,24.599998 24.6,24.6 0 0 1 -24.6,-24.599998 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.600001,24.600001 z"
id="circle3369-5-5-7-0-3-6" />
<path
style="fill:none;fill-opacity:1;stroke:#9f9f9f;stroke-width:2.44468999;stroke-miterlimit:9;stroke-dasharray:none;stroke-opacity:1"
d="m 76.480162,84.494919 a 24.6,24.6 0 0 1 -24.600001,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.600001,24.600001 z"
id="circle3383-6-6-5-6-1-35" />
</g>
</g>
<g
id="g2760-0-7-6-31"
transform="matrix(0.63168141,0.62421136,-0.63168141,0.62421136,123.1606,23.462559)"
style="fill:#cccccc">
transform="matrix(0.63168141,0.62421136,-0.63168141,0.62421136,114.57617,21.009865)"
style="fill:#e1d2b7;fill-opacity:1;stroke:#9f9f9f;stroke-opacity:1">
<g
id="g2749-6-8-1-5"
style="fill:#cccccc;fill-opacity:1;stroke:#666666"
style="fill:#e1d2b7;fill-opacity:1;stroke:#9f9f9f;stroke-opacity:1"
transform="rotate(-44.545114,52.727379,84.306425)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-33-3-6-0-70"
style="opacity:0.13;fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-85-2-8-6-3"
style="fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
</g>
</g>
<g
id="g2760-9-8-7-3-3-3-6-4"
transform="matrix(1.5200852,1.5196182,-1.5200852,1.5196182,127.57553,-345.3758)"
style="fill:none;stroke-width:2.44469;stroke-miterlimit:9;stroke-dasharray:none">
<g
id="g2749-4-6-6-2-1-2-8"
style="fill:none;fill-opacity:1;stroke:#666666;stroke-width:2.44469;stroke-miterlimit:9;stroke-dasharray:none"
transform="rotate(-37.328029,185.78163,-63.908319)">
<circle
cx="52.617641"
cy="85.453232"
r="24.6"
id="circle3369-5-5-7-0-3-7-8"
style="opacity:0.13;fill:none;fill-opacity:1;stroke:#666666;stroke-width:2.44469;stroke-miterlimit:9;stroke-dasharray:none" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.880161"
cy="84.494919"
r="24.6"
id="circle3383-6-6-5-6-1-3-0"
style="fill:none;fill-opacity:1;stroke:#666666;stroke-width:2.44469;stroke-miterlimit:9;stroke-dasharray:none" />
<path
style="opacity:0.12999998;fill:#e1d2b7;fill-opacity:1;stroke:#9f9f9f;stroke-width:6;stroke-miterlimit:10;stroke-opacity:1"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-33-3-6-0-70" />
<path
style="fill:#e1d2b7;fill-opacity:1;stroke:#9f9f9f;stroke-width:6;stroke-miterlimit:10;stroke-opacity:1"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-85-2-8-6-3" />
</g>
</g>
<g
id="g2760-0-7-6-3-4"
transform="matrix(0.63168141,0.62421136,-0.63168141,0.62421136,178.44546,28.40263)"
style="fill:#cccccc">
transform="matrix(0.63168141,0.62421136,-0.63168141,0.62421136,175.99277,25.336762)"
style="fill:#e1d2b7;fill-opacity:1;stroke:#9f9f9f;stroke-opacity:1">
<g
id="g2749-6-8-1-2-7"
style="fill:#cccccc;fill-opacity:1;stroke:#666666"
style="fill:#e1d2b7;fill-opacity:1;stroke:#9f9f9f;stroke-opacity:1"
transform="rotate(-44.545114,52.727379,84.306425)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-33-3-6-0-7-6"
style="opacity:0.13;fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-85-2-8-6-2-0"
style="fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;fill:#e1d2b7;fill-opacity:1;stroke:#9f9f9f;stroke-width:6;stroke-miterlimit:10;stroke-opacity:1"
d="m 80.040796,90.58149 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3369-33-3-6-0-7-6" />
<path
style="fill:#e1d2b7;fill-opacity:1;stroke:#9f9f9f;stroke-width:6;stroke-miterlimit:10;stroke-opacity:1"
d="m 76.107595,84.367409 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3383-85-2-8-6-2-0" />
</g>
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:20.3986px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.509967"
x="399.41153"
y="235.17953"
id="text19660"><tspan
sodipodi:role="line"
id="tspan19658"
x="399.41153"
y="235.17953"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.509967">tree</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:20.3986px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.509967"
x="100.93703"
y="235.0419"
id="text19660-3"><tspan
sodipodi:role="line"
id="tspan19658-4"
x="100.93703"
y="235.0419"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.509967">semilattice</tspan></text>
<g
aria-label="tree"
style="font-style:normal;font-weight:normal;font-size:20.39859962px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.50996703;stroke-opacity:1"
id="text19660">
<path
d="m 405.01915,220.85669 v 3.16736 h 3.67534 v 2.54983 h -3.67534 v 4.73112 q 0,0.7769 0.30877,1.05578 0.30877,0.26893 1.22511,0.26893 h 1.83269 v 2.54982 h -3.0578 q -2.11157,0 -2.99804,-0.8765 -0.8765,-0.88646 -0.8765,-2.99803 v -4.73112 h -1.77292 v -2.54983 h 1.77292 v -3.16736 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke:none;stroke-width:0.50996703;stroke-opacity:1"
id="path160107" />
<path
d="m 419.16271,227.06193 q -0.46813,-0.21913 -0.93626,-0.31873 -0.45817,-0.10956 -0.92631,-0.10956 -1.37451,0 -2.12153,0.88646 -0.73706,0.8765 -0.73706,2.51994 v 5.13949 h -3.56577 v -11.15548 h 3.56577 v 1.83269 q 0.68726,-1.09563 1.57372,-1.59364 0.89643,-0.50798 2.14146,-0.50798 0.17928,0 0.38845,0.0199 0.20916,0.01 0.60757,0.0598 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke:none;stroke-width:0.50996703;stroke-opacity:1"
id="path160109" />
<path
d="m 432.0712,229.57191 v 1.01595 h -8.33673 q 0.12948,1.25499 0.90638,1.88249 0.7769,0.62749 2.17134,0.62749 1.12551,0 2.30082,-0.32869 1.18527,-0.33865 2.4303,-1.01594 v 2.74903 q -1.26496,0.47809 -2.52991,0.71714 -1.26495,0.249 -2.5299,0.249 -3.02792,0 -4.7112,-1.53388 -1.67332,-1.54384 -1.67332,-4.32275 0,-2.72911 1.64344,-4.29287 1.6534,-1.56376 4.54187,-1.56376 2.62951,0 4.20323,1.58368 1.58368,1.58368 1.58368,4.23311 z m -3.66537,-1.18527 q 0,-1.01594 -0.59762,-1.63348 -0.58765,-0.6275 -1.54384,-0.6275 -1.03586,0 -1.68328,0.58766 -0.64742,0.57769 -0.80678,1.67332 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke:none;stroke-width:0.50996703;stroke-opacity:1"
id="path160111" />
<path
d="m 445.90599,229.57191 v 1.01595 h -8.33673 q 0.12948,1.25499 0.90638,1.88249 0.7769,0.62749 2.17134,0.62749 1.12551,0 2.30082,-0.32869 1.18527,-0.33865 2.4303,-1.01594 v 2.74903 q -1.26495,0.47809 -2.5299,0.71714 -1.26496,0.249 -2.52991,0.249 -3.02792,0 -4.7112,-1.53388 -1.67332,-1.54384 -1.67332,-4.32275 0,-2.72911 1.64344,-4.29287 1.6534,-1.56376 4.54188,-1.56376 2.6295,0 4.20322,1.58368 1.58368,1.58368 1.58368,4.23311 z m -3.66537,-1.18527 q 0,-1.01594 -0.59762,-1.63348 -0.58765,-0.6275 -1.54383,-0.6275 -1.03587,0 -1.68329,0.58766 -0.64741,0.57769 -0.80678,1.67332 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke:none;stroke-width:0.50996703;stroke-opacity:1"
id="path160113" />
</g>
<g
aria-label="semilattice"
style="font-style:normal;font-weight:normal;font-size:20.39859962px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.50996703;stroke-opacity:1"
id="text19660-3">
<path
d="m 111.36541,224.23503 v 2.70918 q -1.14543,-0.47809 -2.21117,-0.71713 -1.06575,-0.23905 -2.01197,-0.23905 -1.01595,0 -1.51396,0.25897 -0.48806,0.249 -0.48806,0.7769 0,0.42829 0.36853,0.65737 0.37849,0.22909 1.34464,0.33865 l 0.62749,0.0896 q 2.73907,0.34861 3.6853,1.14543 0.94622,0.79682 0.94622,2.50003 0,1.78288 -1.31475,2.67931 -1.31476,0.89642 -3.92434,0.89642 -1.10559,0 -2.29086,-0.17929 -1.17531,-0.16932 -2.42034,-0.51793 v -2.70919 q 1.06575,0.51793 2.18129,0.7769 1.12551,0.25897 2.2809,0.25897 1.04583,0 1.57372,-0.28885 0.5279,-0.28885 0.5279,-0.85658 0,-0.47809 -0.36853,-0.70718 -0.35857,-0.23905 -1.44424,-0.36853 l -0.6275,-0.0797 q -2.3805,-0.29881 -3.33668,-1.10559 -0.95619,-0.80678 -0.95619,-2.45022 0,-1.77293 1.21515,-2.62951 1.21516,-0.85658 3.72514,-0.85658 0.98606,0 2.07173,0.1494 1.08567,0.14941 2.36058,0.46814 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke:none;stroke-width:0.50996703;stroke-opacity:1"
id="path160116" />
<path
d="m 125.9273,229.43428 v 1.01594 h -8.33673 q 0.12948,1.255 0.90638,1.88249 0.7769,0.6275 2.17134,0.6275 1.12551,0 2.30082,-0.32869 1.18527,-0.33865 2.4303,-1.01595 v 2.74903 q -1.26495,0.4781 -2.5299,0.71714 -1.26496,0.24901 -2.52991,0.24901 -3.02792,0 -4.7112,-1.53388 -1.67332,-1.54384 -1.67332,-4.32275 0,-2.72911 1.64344,-4.29287 1.6534,-1.56376 4.54188,-1.56376 2.6295,0 4.20322,1.58368 1.58368,1.58368 1.58368,4.23311 z m -3.66537,-1.18527 q 0,-1.01595 -0.59762,-1.63348 -0.58765,-0.6275 -1.54383,-0.6275 -1.03587,0 -1.68329,0.58765 -0.64741,0.5777 -0.80678,1.67333 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke:none;stroke-width:0.50996703;stroke-opacity:1"
id="path160118" />
<path
d="m 138.96528,225.73902 q 0.67729,-1.03586 1.6036,-1.57372 0.93626,-0.54781 2.05181,-0.54781 1.92233,0 2.92831,1.18527 1.00599,1.18527 1.00599,3.44625 v 6.79289 h -3.58569 v -5.81679 q 0.01,-0.12948 0.01,-0.26892 0.01,-0.13945 0.01,-0.39841 0,-1.18527 -0.34861,-1.71317 -0.34861,-0.53785 -1.12551,-0.53785 -1.01595,0 -1.57372,0.83666 -0.54781,0.83666 -0.56773,2.42034 v 5.47814 h -3.5857 v -5.81679 q 0,-1.8526 -0.31872,-2.3805 -0.31873,-0.53785 -1.13547,-0.53785 -1.02591,0 -1.58368,0.84662 -0.55778,0.83666 -0.55778,2.40042 v 5.4881 h -3.58569 v -11.15548 h 3.58569 v 1.63348 q 0.65738,-0.94623 1.504,-1.42432 0.85658,-0.47809 1.88249,-0.47809 1.15539,0 2.04185,0.55777 0.88646,0.55778 1.34464,1.56376 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke:none;stroke-width:0.50996703;stroke-opacity:1"
id="path160120" />
<path
d="m 149.88171,223.88642 h 3.56577 v 11.15548 h -3.56577 z m 0,-4.34267 h 3.56577 v 2.90839 h -3.56577 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke:none;stroke-width:0.50996703;stroke-opacity:1"
id="path160122" />
<path
d="m 156.87381,219.54375 h 3.56577 v 15.49815 h -3.56577 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke:none;stroke-width:0.50996703;stroke-opacity:1"
id="path160124" />
<path
d="m 168.86596,230.02193 q -1.11555,0 -1.68328,0.37849 -0.55778,0.37849 -0.55778,1.11555 0,0.6773 0.44821,1.06575 0.45818,0.37849 1.26496,0.37849 1.00598,0 1.69324,-0.71714 0.68726,-0.7271 0.68726,-1.81277 v -0.40837 z m 5.44826,-1.34463 v 6.3646 h -3.59565 v -1.6534 q -0.71714,1.01594 -1.61356,1.48408 -0.89643,0.45817 -2.1813,0.45817 -1.73308,0 -2.81875,-1.00599 -1.07571,-1.01594 -1.07571,-2.6295 0,-1.96217 1.34463,-2.87852 1.3546,-0.91634 4.24307,-0.91634 h 2.10162 v -0.27889 q 0,-0.84662 -0.66734,-1.23507 -0.66734,-0.39841 -2.08169,-0.39841 -1.14543,0 -2.1315,0.22909 -0.98606,0.22908 -1.83268,0.68725 v -2.71915 q 1.14542,-0.27888 2.30081,-0.41833 1.15539,-0.1494 2.31078,-0.1494 3.01796,0 4.35263,1.19523 1.34464,1.18527 1.34464,3.86458 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke:none;stroke-width:0.50996703;stroke-opacity:1"
id="path160126" />
<path
d="m 181.52544,220.71906 v 3.16736 h 3.67533 v 2.54982 h -3.67533 v 4.73112 q 0,0.7769 0.30877,1.05579 0.30876,0.26893 1.22511,0.26893 h 1.83268 v 2.54982 h -3.05779 q -2.11158,0 -2.99804,-0.8765 -0.8765,-0.88646 -0.8765,-2.99804 v -4.73112 h -1.77293 v -2.54982 h 1.77293 v -3.16736 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke:none;stroke-width:0.50996703;stroke-opacity:1"
id="path160128" />
<path
d="m 191.27653,220.71906 v 3.16736 h 3.67533 v 2.54982 h -3.67533 v 4.73112 q 0,0.7769 0.30877,1.05579 0.30877,0.26893 1.22511,0.26893 h 1.83269 v 2.54982 h -3.0578 q -2.11158,0 -2.99804,-0.8765 -0.8765,-0.88646 -0.8765,-2.99804 v -4.73112 h -1.77293 v -2.54982 h 1.77293 v -3.16736 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke:none;stroke-width:0.50996703;stroke-opacity:1"
id="path160130" />
<path
d="m 197.13316,223.88642 h 3.56577 v 11.15548 h -3.56577 z m 0,-4.34267 h 3.56577 v 2.90839 h -3.56577 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke:none;stroke-width:0.50996703;stroke-opacity:1"
id="path160132" />
<path
d="m 213.13929,224.23503 v 2.90839 q -0.7271,-0.49801 -1.46416,-0.73706 -0.7271,-0.23905 -1.51396,-0.23905 -1.49404,0 -2.3307,0.87651 -0.8267,0.86654 -0.8267,2.4303 0,1.56376 0.8267,2.44026 0.83666,0.86654 2.3307,0.86654 0.83666,0 1.58368,-0.249 0.75698,-0.24901 1.39444,-0.73706 v 2.91835 q -0.83666,0.30877 -1.70321,0.45817 -0.85658,0.15937 -1.72312,0.15937 -3.01796,0 -4.72116,-1.54384 -1.7032,-1.5538 -1.7032,-4.31279 0,-2.75899 1.7032,-4.30283 1.7032,-1.5538 4.72116,-1.5538 0.8765,0 1.72312,0.15936 0.85659,0.14941 1.70321,0.45818 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke:none;stroke-width:0.50996703;stroke-opacity:1"
id="path160134" />
<path
d="m 227.35256,229.43428 v 1.01594 h -8.33673 q 0.12949,1.255 0.90639,1.88249 0.7769,0.6275 2.17133,0.6275 1.12551,0 2.30082,-0.32869 1.18527,-0.33865 2.4303,-1.01595 v 2.74903 q -1.26495,0.4781 -2.5299,0.71714 -1.26496,0.24901 -2.52991,0.24901 -3.02791,0 -4.7112,-1.53388 -1.67332,-1.54384 -1.67332,-4.32275 0,-2.72911 1.64344,-4.29287 1.6534,-1.56376 4.54188,-1.56376 2.6295,0 4.20322,1.58368 1.58368,1.58368 1.58368,4.23311 z m -3.66537,-1.18527 q 0,-1.01595 -0.59761,-1.63348 -0.58766,-0.6275 -1.54384,-0.6275 -1.03587,0 -1.68329,0.58765 -0.64741,0.5777 -0.80678,1.67333 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke:none;stroke-width:0.50996703;stroke-opacity:1"
id="path160136" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -6,26 +6,28 @@ title: Logic
Logic
===
Now let's talk about one more *seemingly* unrelated topic just so we can "surprise" ourselves when we realize it's category theory (this time there will be another surprise in addition to that, so don't fall asleep. Also, in this chapter I will not merely transport you to a different branch of mathematics, but an entirely different discipline - *logic*.
Now let's talk about one more *seemingly* unrelated topic just so we can "surprise" ourselves when we realize it's category theory. By the way, in this chapter there will be another surprise in addition to that, so don't fall asleep.
Also, I will not merely transport you to a different branch of mathematics, but to an entirely different discipline - *logic*.
What is logic
===
Logic is the science of the *possible*. As such, it is at the root of all other sciences, all of which are sciences of the *actual*, i.e. that which really exists. For example, if science explains how our universe works then logic is the part of the description which is also applicable to any other universe that is *possible to exist*.
Logic is the science of the *possible*. As such, it is at the root of all other sciences, all of which are sciences of the *actual*, i.e. that which really exists. For example, if science explains how our universe works then logic is the part of the description which is also applicable to any other universe that is *possible to exist*. A scientific theory aims to be consistent with both itself and observations, while a logical theory only needs to be consistent with itself.
Logic studies the *rules* by which knowing one thing leads you to conclude or (*prove*) that some other thing is also true, regardless of the things' domain (e.g. scientific discipline) and by only referring to their form.
Logic studies the *rules* by which knowing one thing leads you to conclude (or *prove*) that some other thing is also true, regardless of the things' domain (e.g. scientific discipline) and by only referring to their form.
On top of that, it (logic) tries to organize those rules in *logical systems* (or *formal systems* as they are also called).
Logic and mathematics
---
Seeing this description, we might think that the subject of logic is quite similar to the subject of set theory and category theory, as we described it in the first chapter. Only, there instead of the word "formal" we used another similar word, namely "abstract" and instead of "logical system" we said "theory". This observation would be quite correct - today most people agree that every mathematical theory is actually logic plus some additional definitions added to it. For example, part of the reason why *set theory* is so popular as a theory for the foundations of mathematics is that it adds just a single primitive to the standard axioms of logic which we will see shortly - the binary relation that indicates *set membership*. Category theory is close to logic too, but in a quite different way.
Seeing this description, we might think that the subject of logic is quite similar to the subject of set theory and category theory, as we described it in the first chapter - instead of the word "formal" we used another similar word, namely "abstract", and instead of "logical system" we said "theory". This observation would be quite correct - today most people agree that every mathematical theory is actually logic plus some additional definitions added to it. For example, part of the reason why *set theory* is so popular as a theory for the foundations of mathematics is that it adds just one single primitive to the standard axioms of logic which we will see shortly - the binary relation that indicates *set membership*. Category theory is close to logic too, but in a quite different way.
Primary propositions
---
A consequence of logic being the science of the possible is that in order to do anything at all in it, we should have an initial set of propositions that we accept as true, or false. These are also called "premises", "primary propositions" or "atomic propositions" as Wittgenstein dubbed them.
A consequence of logic being the science of the possible is that in order to do anything at all in it, we should have an initial set of propositions that we accept as true or false. These are also called "premises", "primary propositions" or "atomic propositions" as Wittgenstein dubbed them.
![Balls](balls.svg)
@ -34,7 +36,7 @@ In the context of logic itself, these propositions are abstracted away (i.e. we
Composing propositions
---
At the heart of logic, as in category theory, is the concept of *composition* - if we have two or more propositions that are somehow related to one another, we can combine them into one using a logical operator, like "and", "or" "follows" etc. The result would be a new proposition, not unlike the way in which two monoid objects are combined into one using the monoid operation and actually some logical operations do form monoids, like for example the operation **and**, with the proposition **true** serving as the identity element.
At the heart of logic, as in category theory, is the concept of *composition* - if we have two or more propositions that are somehow related to one another, we can combine them into one using a logical operators, like "and", "or" "follows" etc. The result would be a new proposition, not unlike the way in which two monoid objects are combined into one using the monoid operation. And actually some logical operations do form monoids, like for example the operation **and**, with the proposition **true** serving as the identity element.
![Logical operations that form monoids](logic_monoid.svg)
@ -47,29 +49,29 @@ Important to note that **∧** is the symbol for **and** and **** is the symb
The equivalence of primary and composite propositions
---
It is important to stress that although in the leftmost proposition the green ball is wrapped in a gray ball to make the diagram prettier propositions that are composed of several premises (symbolized by gray balls, containing some other balls) are not in any way different from "primary" propositions (single-color balls) and compose in the same way
When looking at the last diagram, it is important to stress that, although in the leftmost proposition the green ball is wrapped in a gray ball to make the diagram prettier, propositions that are composed of several premises (symbolized by gray balls, containing some other balls) are not in any way different from "primary" propositions (single-color balls) and that they compose in the same way.
![Balls as propositions](balls_propositions.svg)
Modus ponens
---
As an example of a proposition that contains multiple levels of nesting (and also a great introduction of the subject of logic in its own right), consider one of the oldest (it was already known by Stoics at 3rd century B.C.) and most famous propositions ever, namely the *modus ponens*.
As an example of a proposition that contains multiple levels of nesting (and also as a great introduction of the subject of logic in its own right), consider one of the oldest (it was already known by Stoics at 3rd century B.C.) and most famous propositions ever, namely the *modus ponens*.
Modus ponens is a proposition that states that if proposition **A** is true and also if proposition **(A → B)** is true (that is, if **A** implies **B**), then **B** is true as well. For example, if we know that "Socrates is a human" and that "humans are mortal" (or "being human implies being mortal"), we also know that "Socrates is mortal".
Modus ponens is a proposition that states that if proposition **A** is true and also if proposition **(A → B)** is true (that is if **A** implies **B**), then **B** is true as well. For example, if we know that "Socrates is a human" and that "humans are mortal" (or "being human implies being mortal"), we also know that "Socrates is mortal."
![Modus ponens](modus_ponens.svg)
Let's dive into it. The proposition is composed of two other propositions in a **follows** relation where the proposition that follows (**B**) is primary , but the proposition from which **B** follows is not (let's call that one **C** - so the whole proposition becomes **C → B**).
Let's dive into it. The proposition is composed of two other propositions in a **follows** relation, where the proposition that follows (**B**) is primary, but the proposition from which **B** follows is not primary (let's call that one **C** - so the whole proposition becomes **C → B**.)
Going one more level down, we notice that the **C** propositions is itself composed of two propositions in an **and**, relationship - **A** and let's call the other one **D** (so **A ∧ D**), where **D** is itself composed of two propositions, this time in a **follows** relationship - **A → B**. But all of this is better visualized in the diagram.
Tautologies
---
Because the content of propositions in logic is abstracted away, we often cannot tell whether a given proposition is true or false without knowing their values. However, with propositions such as *modus ponens* we can: modus ponens is *always true*, regardless of which are the propositions which form it and whether they are true or false. If we want to be fancy, we can also say that it is *true in all models of the logical system*, a model being a set of real-world premises are taken to be signified by our propositions.
We often cannot tell whether a given composite proposition is true or false without knowing the values of the propositions that compose it. However, with propositions such as *modus ponens* we can: modus ponens is *always true*, regardless of whether the propositions that form it are true or false. If we want to be fancy, we can also say that it is *true in all models of the logical system*, a model being a set of real-world premises are taken to be signified by our propositions.
For example, our previous example would not stop being true if we substitute "Socrates" with any other name, nor if we substitute "mortal" for any other quality that humans possess.
For example, our previous example will not stop being true if we substitute "Socrates" with any other name, nor if we substitute "mortal" for any other quality that humans possess.
![Variation of modus ponens](modus_ponens_variations.svg)
@ -83,17 +85,12 @@ Here are some more complex (less boring) tautologies (the symbol **¬** means "n
![Tautologies](tautology_list.svg)
We will learn how to determine which propositions are a tautologies, but first let's see why is this important at all i.e. what are tautologies good for.
We will learn how to determine which propositions are a tautologies shortly, but first let's see why is this important at all i.e. what are tautologies good for: tautologies are useful because they are the basis of *axiom schemas*/*rules of inference*. And *axiom schemas* or *rules of inference* serve as starting point from which we can generate other true logical statements by means of substitution.
Logical systems
===
Tautologies are useful because they are the basis of *axiom schemas*/*rules of inference*. And *axiom schemas* or *rules of inference* serve as starting point from which we can generate other true logical statements by means of substitution.
Axiom schemas
Axiom schemas/Rules of inference
---
Realizing that the colors of the balls in modus ponens are superficial, we may want to represent the general structure of modus ponens that all of its variations have.
Realizing that the colors of the balls in modus ponens are superficial, we may want to represent the general structure of modus ponens that all of its variations share.
![Modus ponens](modus_ponens_schema.svg)
@ -103,48 +100,47 @@ Note that the propositions that we plug into the schema don't have to be primary
![Using modus ponens for rule of inference](modus_ponens_composite.svg)
Rules of inference
This is it about *axiom schemas* and *rules of inference are almost the same thing except they allow us to actually distill the conclusion from the premises. For example in the case above, we can use modus ponens as a rule of inference to proves that **a or b** is true.
All axiom schemas can be easily applied as rules of inference and the other way around.
Logical systems
---
Rules of inference specify how axiom schemas are applied. Axiom schemas and rules of inference are almost the same thing. All axiom schemas can be easily applied as rules of inference and the other way around e.g. in the case above, we can use modus ponens as a rule of inference to proves that **a or b** is true.
Completeness of logical systems
---
Knowing that we can use axiom schemas/rules of inference to generate new propositions, we might ask whether it is possible to create a small collection of such schemas/rules that is curated in such a way that it enables us to generate *all* other propositions. You would be happy (although a little annoyed, I imagine) to learn that there exist not only one, many such collections. And yes, collections such as the one above are what we call *logical systems*.
Knowing that we can use axiom schemas/rules of inference to generate new propositions, we might ask whether it is possible to create a small collection of such schemas/rules that is curated in such a way that it enables us to generate *all* other propositions. You would be happy (although a little annoyed, I imagine) to learn that there exist not only one, but many such collections. And yes, collections of this sort are what we call *logical systems*.
Here is one such collection which consists of the following five axiom schemes **in addition to the inference rule modus ponens** (These are axiom schemes, even though we use colors).
![A minimal collection of Hilbert axioms](min_hilbert.svg)
Proving that this and other similar logical systems are complete (can really generate all other propositions) is due to Godel and is known as "Godel's completeness theorem".
Proving that this and other similar logical systems are complete (can really generate all other propositions) is due to Gödel and is known as "Gödel's completeness theorem" (Gödel is so important that I specifically searched for the **ö** letter so I can spell his hame right.)
Conclusion
---
We now have an idea about how do some of the main logical constructs (axioms, rules of inference) work. But in order to prove that they are true, and to understand *what they are*, we need to do so through a specific *interpretation* of those constructs. We will now look into two interpretations - one very old and the other, relatively recent. This would be a slight detour from our usual subject matter of points and arrows, but I assure you that it would be worth it. So let's start.
We now have an idea about how do some of the main logical constructs (axioms, rules of inference) work. But in order to prove that they are true, and to understand *what they are*, we need to do so through a specific *interpretation* of those constructs.
We will look into two interpretations - one very old and the other, relatively recent. This would be a slight detour from our usual subject matter of points and arrows, but I assure you that it would be worth it. So let's start.
Classical logic. The truth-functional interpretation
===
> Beyond the world that we inhabit and perceive every day there exist the *world of forms* where all ideas and concepts that manifest themselves in the objects that we perceive reside e.g. beyond all the people that have ever lived, there lies the prototypical person, and we are people only insofar as we resemble that person, beyond all the things in the world that are strong, lies the ultimate concepts of strength, from which all of them borrow etc. And although, as mere mortals, we live in the world of appearances and cannot perceive the world of forms, we can, through philosophy, "recollect" with it and know some of its features.
> Beyond the world that we inhabit and perceive every day, there exist the *world of forms* where reside all ideas and concepts that manifest themselves in the objects that we perceive e.g. beyond all the people that have ever lived, there lies the prototypical person, and we are people only insofar as we resemble that person, beyond all the things in the world that are strong, lies the ultimate concepts of strength, from which all of them borrow etc. And although, as mere mortals, we live in the world of appearances and cannot perceive the world of forms, we can, through philosophy, "recollect" with it and know some of its features.
The above is a summary of a worldview that is due to the Greek philosopher Plato and is sometimes called Plato's *theory of forms*. Originally, the discipline of logic represents an effort to think and structure our thoughts in a way that they apply to this world of forms i.e. in a "formal" way. Today, this original paradigm of logic is known as "classical logic". Although it all started with Plato, most of it is due to the 20th century mathematician David Hilbert.
The existence of the world of forms implies that even if there are many things that we, people, don't know, at least *somewhere out there* there exists answer to every question. In logic, this translates to *the principle of bivalence* that states that *each proposition is either true or false*.
Due to this principle, propositions in classical logic can be aptly expressed with set theory using boolean set (so either true or false).
The existence of the world of forms implies that even if there are many things that we people don't know, at least *somewhere out there* there exists an answer to every question. In logic, this translates to *the principle of bivalence* that states that *each proposition is either true or false*. Due to this principle, propositions in classical logic can be aptly represented using set theory by boolean set, which contains those two values.
![The set of boolean values](boolean_set.svg)
*Primary propositions* are just a bunch of boolean values, *logical operators* as functions that take a one or several boolean values and return another boolean value. *Composite propositions* are, in this case, just the results of the invocation of these functions.
According to the classical interpretation, you can think of *primary propositions* as just a bunch of boolean values, *logical operators* are functions that take a one or several boolean values and return another boolean value (and *composite propositions* are, just the results of the application of these functions).
Let's review all logical operators in this context.
The *negation* operation
---
Let's begin with the negation operation. Negation is a unary operation, which means that it is a function that takes just *one* argument of type boolean and (like all other logical operators) returns a value of type boolean.
Let's begin with the negation operation. Negation is a unary operation, which means that it is a function that takes just *one* argument and (like all other logical operators) returns one value, where both the arguments and the return type are boolean values.
![negation](negation.svg)
@ -155,18 +151,18 @@ The same function can also be expressed in a slightly less-fancy way by this tab
| True | False |
| False | True |
Such tables are called *truth tables* and they are ubiquitous in classical logic . They can be used not only for defining operators but for proving results as well.
Tables like this one are called *truth tables* and they are ubiquitous in classical logic. They can be used not only for defining operators but for proving results as well.
Interlude: Proving results by truth tables
---
Having defined the negation operator, as we did above, we are in position to prove the first of the axioms of the logical system we saw, namely the *double negation elimination*. In natural language, this axiom is equivalent to the observation that saying "I am *not unable* to do X" is the same as saying "I am *able* to do it".
Having defined the negation operator, we are in position to prove the first of the axioms of the logical system we saw, namely the *double negation elimination*. In natural language, this axiom is equivalent to the observation that saying "I am *not unable* to do X" is the same as saying "I am *able* to do it".
![Double negation elimination formula](double_negation_formula.svg)
(despite its triviality, the double negation axiom is probably the most controversial result in logic, we will see why later.)
If we view logical operators as functions, from and to the set of boolean values, than proving axioms involves composing several of those functions into one function and observing its output. More specifically, the proof of the formula above involves just composing the negation function with itself and verifying that it leaves us in the same place from which we started.
If we view logical operators as functions from and to the set of boolean values, than proving axioms involves composing several of those functions into one function and observing its output. More specifically, the proof of the formula above involves just composing the negation function with itself and verifying that it leaves us in the same place from which we started.
![Double negation elimination](double_negation_proof.svg)
@ -186,7 +182,9 @@ Each proposition in classical logic can be proved with such diagrams/tables.
The **and** and **or** operations
---
OK, you know what **and** means and I know what it means, but what about those annoying people that want everything to be formally specified (nudge, nudge). Well we already know how we can satisfy them - we just have to construct the boolean function that represents **and**. Because **and** is a *binary* operator, instead of a single value the function would accept a *pair* of boolean values.
OK, *you* know what **and** means and *I* know what it means, but what about those annoying people that want everything to be formally specified (nudge, nudge). Well we already know how we can satisfy them - we just have to construct the boolean function that represents **and**.
Because **and** is a *binary* operator, instead of a single value the function would accept a *pair* of boolean values.
![And](and.svg)
@ -210,7 +208,7 @@ We can do the same for **or**, here is the table.
**Task:** Draw the diagram for **or**.
Using those tables, we can also prove some axiom schemas we can later use:
Using those tables, we can also prove some axiom schemas we can use later:
- For **and**: **p ∧ q → p** and **p ∧ q → q** "If I am tired and hungry, this means that I am hungry".
- For **or**: **p → p q** and **p → p q** "If I have a pen this means that I am either have a pen or a ruler".
@ -218,9 +216,9 @@ Using those tables, we can also prove some axiom schemas we can later use:
The *implies* operation
---
Let's now look into something less trivial: the *implies* operation, (also known as *entailment*). This operation binds two propositions in a way that the truth of the first one implies the truth of the second one. You can read **p → q** as "if **p** is true, then **q** must also be true. The entailment is a binary one, it is represented by a function from an ordered pair of boolean values, to a boolean value.
Let's now look into something less trivial: the *implies* operation, (also known as *entailment*). This operation binds two propositions in a way that the truth of the first one implies the truth of the second one. You can read **p → q** as "if **p** is true, then **q** must also be true.
Here is the truth table.
Entailment is also a binary function - it is represented by a function from an ordered pair of boolean values, to a boolean value.
| p | q | p → q |
|---| --- | --- |
@ -229,19 +227,19 @@ Here is the truth table.
| False | True | True |
| False | False | True |
Now there are some aspects of this which are non obvious so let's go through every case.
Now there are some aspects of this which are non-obvious so let's go through every case.
1. If *p* is true and *q* is also true, then **p** does imply **q** - obviously.
2. If *p* is true but *q* is false then **q** does not follow from **p** - cause *q* would have been true if it did.
3. If *p* is false but *q* is true, then **p** still does imply **q**. What the hell? Consider that by saying that *p* implies *q* we don't say that the two are 100% interdependent e.g. the claim that "drinking alcohol causes headache" does not mean that drinking is the only source of headaches.
4. And finally if **p** is false but **q** is false too, then **p** still does imply **q** (just some other day).
It might help you to remember that **p → q** (**p** implies **q**) is true when **-p q** (either **p** is false or **q** is true.)
It might help you to remember that in classical logic **p → q** (**p** implies **q**) is true when **-p q** (either **p** is false or **q** is true.)
Proving results by axioms/rules of inference
---
Let's examine the above formula, stating that **p → q** is the same as **-p q**.
Let's examine the above formula, stating that **p → q** is the same as **¬p q**.
![Hilbert formula](hilbert_formula.svg)
@ -254,33 +252,36 @@ We can easily prove this by using truth tables.
| False | True | **True** | True | True | **True** |
| False | False | **True** | True | False | **True** |
But It would be much more intuitive if we do it using axioms and rules of inference. To do so, we have to start with the formula we have (***p → q**) plus the axiom schemas and arrive at the formula we want to prove (**-p q**). The formulas that are used at each step are specified at the right-hand side, the rule of inference is modus ponens.
But it would be much more intuitive if we do it using axioms and rules of inference. To do so, we have to start with the formula we have (**p → q**) plus the axiom schemas, and arrive at the formula we want to prove (**¬p q**).
Here is one way to do it. The formulas that are used at each step are specified at the right-hand side, the rule of inference is modus ponens.
![Hilbert proof](hilbert_proof.svg)
To really prove that the two formulas are equivalen we have to also do it the other way around (start with (**-p q**) and (***p → q**)).
Note that to really prove that the two formulas are equivalen we have to also do it the other way around (start with (**¬p q**) and (**p → q**)).
Intuinistic logic. The BHK interpretation
Intuitionistic logic. The BHK interpretation
===
Although the classical truth-functional interpretation of logic works and is correct in its own right, it doesn't fit well the categorical framework that we are using here: It is too "low-level", it relies on manipulating the values of the propositions, it doesn't in any way show the connection between **and** and **or** that we already saw. For these and other reasons (mostly other, probably), in the 20th century a whole new school of logic was founded, called *intuinistic logic*.
If classical logic is based on *set theory*, intuinistic logic is based on *category theory* and related theories. If *classical logic* is based on Plato's theory of forms, then intuinism began with a philosophical idea originating from Kant and Schopenhauer: the idea that the world as we experience it is largely predetermined of out perceptions of it. As the mathematician L.E.J. Brouwer puts it.
Although the classical truth-functional interpretation of logic works and is correct in its own right, it doesn't fit well the categorical framework that we are using here: It is too "low-level", it relies on manipulating the values of the propositions. According to it, the operations **and**, **or** and **implies** are just 3 of the 16 possible binary logical operations and they are not really connected to each other.
For these and other reasons (mostly other, probably), in the 20th century a whole new school of logic was founded, called *intuitionistic logic*. If we view classical logic as based on *set theory*, then intuitionistic logic would be based on *category theory* and its related theories. If *classical logic* is based on Plato's theory of forms, then intuinism began with a philosophical idea originating from Kant and Schopenhauer: the idea that the world as we experience it is largely predetermined of out perceptions of it. As the mathematician L.E.J. Brouwer puts it.
> [...] logic is life in the human brain; it may accompany life outside the brain but it can never guide it by virtue of its own power.
Classical and intuinistic logic diverge from one another right from the start - because intuinistic logic deals with *constructing* a proof rather than *discovering* or *unveiling* a universal truth, it is *off with the principle of bivalence*, that is, we have no basis to claim that each statements is necessarily *true or false*. For example, there might be a statements that might not be provable not because they are false, but simply because they fall outside of the domain of a given logical system (the twin-prime conjecture is often given as an example for this.)
Classical and intuitionistic logic diverge from one another right from the start: because according to intuitionistic logic we are *constructing* proofs rather than *discovering* them or *unveiling* a universal truth, we are *off with the principle of bivalence*, that is, we have no basis to claim that each statements is necessarily *true or false*. For example, there might be a statements that might not be provable not because they are false, but simply because they fall outside of the domain of a given logical system (the twin-prime conjecture is often given as an example for this.)
So, intuinistic logic is not bivalent, i.e. we cannot have all propositions reduced to true and false.
So, intuitionistic logic is not bivalent, i.e. we cannot have all propositions reduced to true and false.
![The True/False dichotomy](true_false.svg)
One thing that we still do have are propositions that are "true" in the sense that a proof for them is given - the primary propositions. So with some caveats (which we will see later) the bivalence between true and false proposition might be thought out as similar to the bivalence between the existence or non-existence of a proof for a given proposition - there either is a proof of it or there isn't.
One thing that we still do have there are propositions that are "true" in the sense that a proof for them is given - the primary propositions. So with some caveats (which we will see later) the bivalence between true and false proposition might be thought out as similar to the bivalence between the existence or absense of a proof for a given proposition - there either is a proof of it or there isn't.
![The proved/unproved dichotomy](proved_unproved.svg)
This bivalence is at the heart of what is called the BrouwerHeytingKolmogorov (BHK) interpretation of logic, something that we will look into next.
The original formulation of the BHK interpretation is not based on any particular mathematical theory. Here we will first illustrate it using the language of set theory (just so we can abandon it a little later).
The original formulation of the BHK interpretation is not based on any particular mathematical theory. Here, we will first illustrate it using the language of set theory (just so we can abandon it a little later).
The **and** and **or** operations
---
@ -298,26 +299,27 @@ Saying that **A** implies **B** (**A → B**) would just mean that there exist a
![Implies in the BHK interpretation](bhk_implies.svg)
And the *modus ponens* rule of inference is just the fact that if we have a proof of **A** we can call this function (**A → B**) to obtain a proof of **B**.
And the *modus ponens* rule of inference is expressed by the fact that if we have a proof of **A** we can call this function (**A → B**) to obtain a proof of **B**.
(Note that in order for this to work, we also need to define the functions in terms of sets i.e. we need to have a set representing **A → B** for each **A** and **B**. We will come back to this later.)
The *negation* operation
---
So according to BHK interpretation saying that **A** is true, means that that we possess a proof of **A** - simple enough. But it's a bit harder to express the fact that **A** is false: it is not enough to say that we *don't have a proof* of **A** (the fact that don't have it, doesn't mean it doesn't exist). Instead, we must show that claiming that it is true *leads to contradiction*.
So according to BHK interpretation saying that **A** is true, means that that we possess a proof of **A** - simple enough. But it's a bit harder to express the fact that **A** is false: it is not enough to say that we *don't have a proof* of **A** (the fact that don't have it, doesn't mean it doesn't exist). Instead, we must show that claiming that **A** is true leads to a *contradiction*.
To express this, intuinistic logic defines the constant **⊥** which plays the role of *False* (and is also known as "absurdity" or "bottom value"). **⊥** is defined as the proof of a formula that does not have any proofs. And the equivalent of false propositions are the ones that imply that the bottom value is provable (which is a contradiction). So **¬A** is **A → ⊥**.
To express this, intuitionistic logic defines the constant **⊥** which plays the role of *False* (and is also known as "absurdity" or "bottom value"). **⊥** is defined as the proof of a formula that does not have any proofs. And the equivalent of false propositions are the ones that imply that the bottom value is provable (which is a contradiction). So **¬A** is **A → ⊥**.
In set theory, the **⊥** constant is expressed by the empty set.
![False in the BHK interpretation](bhk_false.svg)
And the observation that propositions that are connected to the bottom value are false is expressed by the fact that if a proposition is true, i.e. there exists a proof of it, there can be no function from it to the empty set.
And the observation that propositions that are connected to the bottom value are false is expressed by the fact that if a proposition is true, i.e. there exists a proof of it, then there can be no function from it to the empty set.
![False in the BHK interpretation](bhk_false_function.svg)
The only way for there to be such function is if the set of proof of the proposition is empty as well.
The only way for there to be such function is if the set of proofs of the proposition is empty as well.
![False in the BHK interpretation](bhk_false_function_2.svg)
@ -325,64 +327,60 @@ The only way for there to be such function is if the set of proof of the proposi
**Task** Look up the definition of function and verify that there does exist a function *from the empty set* to itself (in fact there exist a function from the empty set to any other set.
Classical VS Intuinistic logic
Classical VS intuitionistic logic
---
Although intuinistic logic seems to differ a lot from classical logic, it actually doesn't - if we try to deduce the axiom schemas/rules of inference that correspond to the definitions of the structures outlined above, we would see that they are virtually the same as the ones that define classical logic. With one exception concerning the *double negation elimination axiom* that we saw earlier, a version of which is known as *the law of excluded middle*.
Although from first glance intuitionistic logic seems to differ a lot from classical logic, it actually doesn't - if we try to deduce the axiom schemas/rules of inference that correspond to the definitions of the structures outlined above, we would see that they are virtually the same as the ones that define classical logic. With one exception concerning the *double negation elimination axiom* that we saw earlier, a version of which is known as *the law of excluded middle*.
![The formula of the principle of the excluded middle](excluded_middle_formula.svg)
This law is valid in classical logic and is true when we look at it in terms of truth tables, but there is no justification for it in the BHK interpretation - a fact that spawned a heated debate between the inventor of classical logic David Hilbert and the inventor of intuinistic logic L.E.J. Brouwer, known as *the BrouwerHilbert controversy*.
This law is valid in classical logic and is true when we look at it in terms of truth tables, but there is no justification for it in the BHK interpretation - a fact that spawned a heated debate between the inventor of classical logic David Hilbert and the inventor of intuitionistic logic L.E.J. Brouwer, known as *the BrouwerHilbert controversy*.
Logics as categories
===
Leaving the differences between intuinistic and classical logics aside, the BHK interpretation is interesting because it provides that higher-level view of logic, that we need in order to construct a interpretation of it based on category theory.
Leaving the differences between intuitionistic and classical logics aside, the BHK interpretation is interesting because it provides that higher-level view of logic, that we need in order to construct a interpretation of it based on category theory.
Such higher-level interpretations of logic are sometimes called an *algebraic* interpretations, *algebraic* being an umbrella term describing all structures that can be represented using category theory like groups and orders.
Such higher-level interpretations of logic are sometimes called *algebraic* interpretations, *algebraic* being an umbrella term describing all structures that can be represented using category theory, like groups and orders.
The Curry-Howard isomorphism
---
Programmers might find the definition of the BHK interpretation interesting for other reason - it is very similar to a definition of a programming language: propositions are *types*, the **implies** operations are *functions*, **and** operations are composite types (objects) and **or** operations are *sum types* (which are currently not supported in most programming languages, but that's a separate topic.) Finally a proof of a given proposition is represented by a value of the corresponding type.
Programmers might find the definition of the BHK interpretation interesting for other reason - it is very similar to a definition of a programming language: propositions are *types*, the **implies** operations are *functions*, **and** operations are composite types (objects), and **or** operations are *sum types* (which are currently not supported in most programming languages, but that's a separate topic.) Finally a proof of a given proposition is represented by a value of the corresponding type.
![Logic as a programming language](logic_curry.svg)
This similarity is known as the *Curry-Howard isomorphism*.
**Task:** The Curry-Howard isomorphism is also the basis of special types of programming languages called "proof assistants" which help you verify logical proofs. Install a proof assistant and try to see how it works (I recommend Mike Nahas's Coq Tutorial).
**Task:** The Curry-Howard isomorphism is also the basis of special types of programming languages called "proof assistants" which help you verify logical proofs. Install a proof assistant and try to see how it works (I recommend the Coq Tutorial by Mike Nahas).
Cartesian closed categories
---
Knowing about the Curry-Howard isomorphism and knowing also that programming languages can be described by category theory may lead us to think that *category theory is part of this isomorphism as well*. And we would be quite correct, this is why it's sometimes known as the Curry-Howard-*Lambek* isomorphism, Lambek being the person who discovered the categorical side.
Knowing about the Curry-Howard isomorphism and knowing also that programming languages can be described by category theory may lead us to think that *category theory is part of this isomorphism as well*. And we would be quite correct, this is why it is sometimes known as the Curry-Howard-*Lambek* isomorphism, Lambek being the person who discovered the categorical side.
Let's examine this isomorphism (without being too formal about it). As all other isomorphisms, it comes in two parts.
The first part is finding a way to convert a logical system into a category - this would not be hard for us, as sets form a category and the flavor of the BHK interpretation that we saw is based on sets.
Let's examine this isomorphism (without being too formal about it). As all other isomorphisms, it comes in two parts. The first part is finding a way to convert a logical system into a category - this would not be hard for us, as sets form a category and the flavor of the BHK interpretation that we saw is based on sets.
![Logic as a category](category_curry_logic.svg)
**Task:** See whether you can prove that logic propositions and entailments forms a category. What is missing?
The second part involves converting a category into a logical system - this is much harder, as in order to do it, we have to enumerate the criteria that a given category has to adhere to in order for it to be "logical".
The second part involves converting a category into a logical system - this is much harder. To do it, we have to enumerate the criteria that a given category has to adhere to, in order for it to be "logical". These criteria have to guarantee that the category has objects that correspond to all valid logical propositions and no objects that correspond to invalid ones.
![Logic as a category](logic_curry_category.svg)
These criteria have to guarantee that a category has objects that correspond to all valid logical propositions and no objects that correspond to invalid ones.
Categories that adhere to these criteria are called *cartesian closed categories*, but we won't look into them directly. Instead, we would present logic using a similar but simpler structures that we already examined - orders.
Categories that adhere to these criteria are called *cartesian closed categories*. We won't describe them here directly, but instead we would start with a similar but simpler structures that are instance of them and that we already examined - orders.
Logics as orders
---
We will now do something that is quite characteristic of category theory - examining a concept in a more limited version of the theory, in order to make things simpler for ourselves.
So we already saw that a logical system, along with a set of its propositions, forms a category.
So we already saw that a logical system along with a set of primary propositions forms a category.
![Logic as a preorder](logic_category.svg)
If we assume that there is only one way to go from proposition **A**, to proposition **B** (or that there are many ways, but we are not interested in the difference between them), then logic is not only a category, but a *preorder* in which the relationship "bigger than" is taken to mean "implies".
If we assume that there is only one way to go from proposition **A**, to proposition **B** (or there are many ways, but we are not interested in the difference between them), then logic is not only a category, but a *preorder* in which the relationship "bigger than" is taken to mean "implies".
![Logic as a preorder](logic_preorder.svg)
@ -405,7 +403,7 @@ By now you probably realized that the **and** and **or** operations are the brea
Here comes the first criteria for an order to represent a logical system accurately - *it has to have **meet** and **join** operations for all elements*. Having two elements without a meet would mean that you would have a logical system where there are propositions for which you cannot say that one or the other is true. And this not how logic works, so our order has to have meets and joins for all elements. Incidentally we already know how such orders are called - they are called *lattices*.
One more important law concerning the **and** and **or** operations that is not always present in the **meet**-s and **join**-s concerns the connection between the two, i.e. way that the **and** and **or** operations distribute, over one another.
One important law of the **and** and **or** operations, that is not always present in the **meet**-s and **join**-s concerns the connection between the two, i.e. way that they distribute, over one another.
![The distributivity operation of "and" and "or"](logic_distributivity.svg)
@ -420,7 +418,7 @@ Wait, where have we heard about distributive lattices before? In the previous ch
The *negation* operation
---
In order for a distributive lattice to represent a logical system, it has to also have objects that correspond to the values **True** and **False**. But in order to mandate that these objects exist, we must first find a way to specify what they are in order/category-theoretic terms.
In order for a distributive lattice to represent a logical system, it has to also have objects that correspond to the values **True** and **False**. But to mandate that these objects exist, we must first find a way to specify what they are in order/category-theoretic terms.
A well-known result in logic, called *the principle of explosion*, states that if we have a proof of **False** (or if "**False** is true" if we use the terminology of classical logic), then any and every other statement can be proven. And we also know that no true statement implies **False** (in fact in intuinistic logic this is the definition of a true statement). Based on these criteria we know that the **False** object would look like this when compared to other objects:
@ -438,15 +436,16 @@ So **True** and **False** are just the *greatest* and *least* objects of our ord
![The whole logical system, represented as a Hasse diagram](lattice_true_false.svg)
This is another example of the categorical concept of duality - * **True** and **False** are dual to each other*, (which makes a lot of sense if you think about it).
This is another example of the categorical concept of duality - ***True** and **False** are dual to each other*, (which makes a lot of sense if you think about it).
So in order to represent logic, our distributive lattice has to also be *bounded* i.e. it has to have greatest and least elements.
So in order to represent logic, our distributive lattice has to also be *bounded* i.e. it has to have greatest and least elements (which play the roles of **True** and **False**).
The *implies* operation
---
Finally, if a lattice really represents a logical system (that is, it is isomorphic to a set of propositions) it also has to have *function objects* i.e. there needs to be a rule that identifies a unique object **A → B** for each pair of objects **A** and **B**, such that all axioms of logic are followed.
How would this object be described? You guessed it, using categorical language i.e. by recognizing a structure that consisting of set of relations between objects, in which (**A → B**) plays a part.
How would this object be described? You guessed it, using categorical language i.e. by recognizing a structure that consists of set of relations between objects in which (A → B) plays a part.
![Implies operation](implies.svg)

View File

@ -21,7 +21,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>
@ -36,151 +36,103 @@
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-width="2560"
inkscape:window-height="1376"
id="namedview8682"
showgrid="false"
inkscape:zoom="1.9601497"
inkscape:cx="297.64999"
inkscape:cy="183.04094"
inkscape:zoom="9.1575744"
inkscape:cx="274.28136"
inkscape:cy="73.841718"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg8680" />
<ellipse
cy="66.158188"
cx="210.19122"
stroke-miterlimit="10"
rx="15.777238"
ry="15.470067"
id="ellipse8632"
style="opacity:0.13999999;stroke:#000000;stroke-width:1.62162149;stroke-miterlimit:10" />
<ellipse
cy="65.729904"
cx="209.01761"
stroke-miterlimit="10"
rx="15.777238"
ry="15.470067"
id="ellipse8634"
style="fill:#cee7cc;stroke:#808285;stroke-width:1.62162149;stroke-miterlimit:10" />
<ellipse
cy="102.31749"
cx="172.16754"
stroke-miterlimit="10"
rx="16.023029"
ry="15.710926"
id="ellipse8636"
style="opacity:0.13999999;stroke:#000000;stroke-width:1.62162149;stroke-miterlimit:10" />
<ellipse
cy="101.32719"
cx="170.58427"
stroke-miterlimit="10"
rx="16.023029"
ry="15.710926"
id="ellipse8638"
style="fill:#caebfc;stroke:#808285;stroke-width:1.62162149;stroke-miterlimit:10" />
<ellipse
cy="102.85265"
cx="248.21519"
stroke-miterlimit="10"
rx="16.432407"
ry="16.112358"
id="ellipse8640"
style="opacity:0.13999999;stroke:#000000;stroke-width:1.62162149;stroke-miterlimit:10" />
<ellipse
cy="101.80891"
cx="246.60481"
stroke-miterlimit="10"
rx="16.432407"
ry="16.112358"
id="ellipse8642"
style="fill:#f8f7cb;stroke:#808285;stroke-width:1.62162149;stroke-miterlimit:10" />
<path
style="opacity:0.13999999;stroke:#000000;stroke-width:1.62162149;stroke-miterlimit:10"
d="M 225.96846,66.158188 A 15.777238,15.470067 0 0 1 210.19122,81.628255 15.777238,15.470067 0 0 1 194.41399,66.158188 15.777238,15.470067 0 0 1 210.19122,50.688121 15.777238,15.470067 0 0 1 225.96846,66.158188 Z"
id="ellipse8632" />
<path
style="fill:#cee7cc;stroke:#808285;stroke-width:1.62162149;stroke-miterlimit:10"
d="M 224.79485,65.729904 A 15.777238,15.470067 0 0 1 209.01761,81.199971 15.777238,15.470067 0 0 1 193.24037,65.729904 15.777238,15.470067 0 0 1 209.01761,50.259837 15.777238,15.470067 0 0 1 224.79485,65.729904 Z"
id="ellipse8634" />
<path
style="opacity:0.13999999;stroke:#000000;stroke-width:1.62162149;stroke-miterlimit:10"
d="m 188.19057,102.31749 a 16.023029,15.710926 0 0 1 -16.02303,15.71093 16.023029,15.710926 0 0 1 -16.02303,-15.71093 16.023029,15.710926 0 0 1 16.02303,-15.710926 16.023029,15.710926 0 0 1 16.02303,15.710926 z"
id="ellipse8636" />
<path
style="fill:#caebfc;stroke:#808285;stroke-width:1.62162149;stroke-miterlimit:10"
d="m 186.6073,101.32719 a 16.023029,15.710926 0 0 1 -16.02303,15.71092 16.023029,15.710926 0 0 1 -16.02303,-15.71092 16.023029,15.710926 0 0 1 16.02303,-15.710929 16.023029,15.710926 0 0 1 16.02303,15.710929 z"
id="ellipse8638" />
<path
style="opacity:0.13999999;stroke:#000000;stroke-width:1.62162149;stroke-miterlimit:10"
d="m 264.6476,102.85265 a 16.432407,16.112358 0 0 1 -16.43241,16.11236 16.432407,16.112358 0 0 1 -16.4324,-16.11236 16.432407,16.112358 0 0 1 16.4324,-16.112355 16.432407,16.112358 0 0 1 16.43241,16.112355 z"
id="ellipse8640" />
<path
style="fill:#f8f7cb;stroke:#808285;stroke-width:1.62162149;stroke-miterlimit:10"
d="m 263.03722,101.80891 a 16.432407,16.112358 0 0 1 -16.43241,16.11235 16.432407,16.112358 0 0 1 -16.4324,-16.11235 16.432407,16.112358 0 0 1 16.4324,-16.112362 16.432407,16.112358 0 0 1 16.43241,16.112362 z"
id="ellipse8642" />
<path
d="m 242.29209,86.858106 c 0,0 -0.13427,-0.228528 -0.3965,-0.632427 a 47.436386,47.436386 0 0 0 -1.13634,-1.660257 c -0.48336,-0.677365 -1.08373,-1.423508 -1.74411,-2.217329 -0.6875,-0.791082 -1.432,-1.602988 -2.22829,-2.383109 a 38.490892,38.490892 0 0 0 -2.42558,-2.174857 c -0.80916,-0.64421 -1.58572,-1.238 -2.26638,-1.70684 -0.68092,-0.468566 -1.26896,-0.839308 -1.70711,-1.09058 -0.0575,-0.02137 -0.0874,-0.04521 -0.11728,-0.06905 -0.0301,-0.02384 -0.057,-0.0211 -0.0871,-0.04494 l -0.06,-0.04768 1.58135,-2.69028 c -1.35282,-0.07755 -2.72454,-0.07261 -4.0494,0.116182 -0.64859,0.09289 -1.2917,0.239216 -1.90495,0.409105 -0.61051,0.196743 -1.19087,0.417325 -1.70849,0.712165 a 8.6095523,8.6095523 0 0 1 1.37008,1.017692 c 0.39814,0.389923 0.76916,0.782587 1.08565,1.181005 0.639,0.849721 1.14483,1.739995 1.59915,2.662604 l 1.58134,-2.690554 c 0,0 0.0301,0.02384 0.057,0.0211 0.0274,-0.0027 0.0301,0.02384 0.0603,0.04795 0.0299,0.02384 0.0869,0.04494 0.11673,0.0685 0.40828,0.227706 0.96946,0.601189 1.65012,1.070029 0.6538,0.471579 1.42734,1.038516 2.20938,1.685466 0.78204,0.646949 1.5997,1.370897 2.36585,2.127178 0.76614,0.756282 1.5079,1.541609 2.16554,2.308851 0.65763,0.767242 1.23087,1.516125 1.71122,2.166911 0.48062,0.650786 0.84123,1.20594 1.10374,1.609838 a 18.156236,18.156236 0 0 1 0.39622,0.632427 z m -63.63259,0.204141 c 0,0 0.11536,-0.225788 0.27237,-0.58968 0.091,-0.196469 0.2066,-0.421983 0.3195,-0.674351 0.14002,-0.254834 0.30498,-0.538988 0.46719,-0.849447 0.70313,-1.24759 1.7589,-2.822903 3.01746,-4.282854 1.25855,-1.459679 2.67109,-2.745631 3.82004,-3.6307 0.27867,-0.240585 0.56502,-0.401432 0.7941,-0.583652 0.22935,-0.182494 0.43403,-0.335668 0.61653,-0.432943 0.15564,-0.09508 0.23209,-0.155915 0.23209,-0.155915 l 1.77918,2.551628 a 22.979175,22.979175 0 0 1 3.48273,-5.723352 c -2.36584,-0.374031 -4.89172,-0.410748 -7.52007,-0.08851 l 1.77918,2.551628 -0.25922,0.158107 c -0.18002,0.124129 -0.38472,0.277303 -0.64119,0.462263 -0.22935,0.18222 -0.51296,0.36992 -0.81876,0.612971 -1.1736,0.914115 -2.66507,2.234045 -3.94828,3.723043 -1.31034,1.491464 -2.41545,3.125416 -3.14076,4.428631 -0.18935,0.312925 -0.35156,0.623658 -0.49158,0.878492 -0.1403,0.254834 -0.25319,0.506928 -0.34417,0.703671 -0.18167,0.392938 -0.2973,0.618726 -0.2973,0.618726 z"
id="path8648"
style="fill:#808285;stroke-width:0.2740148"
inkscape:connector-curvature="0" />
<ellipse
cy="63.818054"
cx="390.60999"
stroke-miterlimit="10"
rx="15.777238"
ry="15.470067"
id="ellipse8650"
style="opacity:0.13999999;stroke:#000000;stroke-width:1.62162149;stroke-miterlimit:10" />
<ellipse
cy="63.389763"
cx="389.43637"
stroke-miterlimit="10"
rx="15.777238"
ry="15.470067"
id="ellipse8652"
style="fill:#cee7cc;stroke:#808285;stroke-width:1.62162149;stroke-miterlimit:10" />
<ellipse
cy="99.977081"
cx="352.58603"
stroke-miterlimit="10"
rx="16.023029"
ry="15.710926"
id="ellipse8654"
style="opacity:0.13999999;stroke:#000000;stroke-width:1.62162149;stroke-miterlimit:10" />
<ellipse
cy="98.986778"
cx="351.00302"
stroke-miterlimit="10"
rx="16.023029"
ry="15.710926"
id="ellipse8656"
style="fill:#caebfc;stroke:#808285;stroke-width:1.62162149;stroke-miterlimit:10" />
<ellipse
cy="100.5125"
cx="428.63394"
stroke-miterlimit="10"
rx="16.432407"
ry="16.112358"
id="ellipse8658"
style="opacity:0.13999999;stroke:#000000;stroke-width:1.62162149;stroke-miterlimit:10" />
<ellipse
cy="99.468781"
cx="427.02356"
stroke-miterlimit="10"
rx="16.432407"
ry="16.112358"
id="ellipse8660"
style="fill:#f8f7cb;stroke:#808285;stroke-width:1.62162149;stroke-miterlimit:10" />
<path
style="opacity:0.13999999;stroke:#000000;stroke-width:1.62162149;stroke-miterlimit:10"
d="M 406.38722,63.818054 A 15.777238,15.470067 0 0 1 390.60999,79.288121 15.777238,15.470067 0 0 1 374.83275,63.818054 15.777238,15.470067 0 0 1 390.60999,48.347987 15.777238,15.470067 0 0 1 406.38722,63.818054 Z"
id="ellipse8650" />
<path
style="fill:#cee7cc;stroke:#808285;stroke-width:1.62162149;stroke-miterlimit:10"
d="M 405.21361,63.389763 A 15.777238,15.470067 0 0 1 389.43637,78.85983 15.777238,15.470067 0 0 1 373.65913,63.389763 15.777238,15.470067 0 0 1 389.43637,47.919696 15.777238,15.470067 0 0 1 405.21361,63.389763 Z"
id="ellipse8652" />
<path
style="opacity:0.13999999;stroke:#000000;stroke-width:1.62162149;stroke-miterlimit:10"
d="M 368.60906,99.977081 A 16.023029,15.710926 0 0 1 352.58603,115.68801 16.023029,15.710926 0 0 1 336.563,99.977081 16.023029,15.710926 0 0 1 352.58603,84.266155 16.023029,15.710926 0 0 1 368.60906,99.977081 Z"
id="ellipse8654" />
<path
style="fill:#caebfc;stroke:#808285;stroke-width:1.62162149;stroke-miterlimit:10"
d="M 367.02605,98.986778 A 16.023029,15.710926 0 0 1 351.00302,114.6977 16.023029,15.710926 0 0 1 334.97999,98.986778 16.023029,15.710926 0 0 1 351.00302,83.275852 16.023029,15.710926 0 0 1 367.02605,98.986778 Z"
id="ellipse8656" />
<path
style="opacity:0.13999999;stroke:#000000;stroke-width:1.62162149;stroke-miterlimit:10"
d="M 445.06635,100.5125 A 16.432407,16.112358 0 0 1 428.63394,116.62486 16.432407,16.112358 0 0 1 412.20153,100.5125 16.432407,16.112358 0 0 1 428.63394,84.400139 16.432407,16.112358 0 0 1 445.06635,100.5125 Z"
id="ellipse8658" />
<path
style="fill:#f8f7cb;stroke:#808285;stroke-width:1.62162149;stroke-miterlimit:10"
d="M 443.45597,99.468781 A 16.432407,16.112358 0 0 1 427.02356,115.58114 16.432407,16.112358 0 0 1 410.59115,99.468781 16.432407,16.112358 0 0 1 427.02356,83.356422 16.432407,16.112358 0 0 1 443.45597,99.468781 Z"
id="ellipse8660" />
<path
d="m 373.57692,67.966639 c 0,0 -0.24551,0.106867 -0.68229,0.32115 a 48.77221,48.77221 0 0 0 -1.80165,0.936582 c -0.7371,0.401708 -1.55586,0.910001 -2.42914,1.472281 -0.87357,0.588862 -1.77452,1.231151 -2.64781,1.926874 a 38.521855,38.521855 0 0 0 -2.45682,2.141152 c -0.7371,0.722853 -1.4194,1.418576 -1.96524,2.03429 -0.54584,0.615437 -0.98261,1.150865 -1.28294,1.552296 -0.0274,0.05344 -0.0548,0.08029 -0.0819,0.106867 -0.0274,0.02683 -0.0274,0.05372 -0.0548,0.08056 l -0.0543,0.05344 -2.56588,-1.820007 c -0.21839,1.311437 -0.35484,2.649727 -0.30032,3.961159 0.0274,0.642295 0.10906,1.284856 0.21839,1.900298 0.13646,0.615709 0.30032,1.20457 0.54584,1.739993 a 8.524882,8.524882 0 0 1 1.17388,-1.231423 c 0.43651,-0.347997 0.87329,-0.669147 1.31007,-0.936859 0.92809,-0.53515 1.88358,-0.936581 2.8662,-1.284579 l -2.56588,-1.820012 c 0,0 0.0274,-0.02683 0.0274,-0.05344 0,-0.02683 0.0274,-0.02683 0.0545,-0.05372 0.0274,-0.02656 0.0548,-0.08029 0.0819,-0.106867 0.27291,-0.37485 0.70969,-0.88342 1.25553,-1.498862 0.54584,-0.589128 1.20101,-1.284856 1.93811,-1.980579 0.7371,-0.695995 1.55586,-1.418576 2.40201,-2.087995 0.84616,-0.668871 1.71972,-1.311161 2.56588,-1.873164 0.84616,-0.56228 1.66519,-1.043997 2.37489,-1.445428 0.7097,-0.401437 1.31006,-0.696001 1.74685,-0.909735 0.43678,-0.214278 0.68229,-0.321416 0.68229,-0.321416 z m 31.11797,1.606006 c 0,0 0.2184,0.13372 0.57324,0.320868 0.19127,0.107144 0.40938,0.241136 0.65518,0.374856 0.24579,0.160572 0.51871,0.347997 0.81903,0.53515 1.201,0.802862 2.70233,1.98058 4.06693,3.345722 1.36487,1.364871 2.53874,2.863733 3.33037,4.068303 0.21839,0.294292 0.35486,0.588856 0.51844,0.82972 0.16386,0.240858 0.30032,0.454864 0.38226,0.642289 0.0819,0.160573 0.13645,0.240859 0.13645,0.240859 l -2.75686,1.498862 a 23.512682,23.512682 0 0 1 5.4866,3.934306 c 0.60037,-2.274871 0.87328,-4.737168 0.79163,-7.333461 l -2.75714,1.498862 -0.13646,-0.267717 c -0.10906,-0.187425 -0.24551,-0.401431 -0.40938,-0.669142 -0.16386,-0.240858 -0.32744,-0.535151 -0.54584,-0.856572 -0.81903,-1.231146 -2.02004,-2.810294 -3.41203,-4.202018 -1.392,-1.418575 -2.94813,-2.649726 -4.20366,-3.479446 -0.30033,-0.214006 -0.60065,-0.401431 -0.84616,-0.561727 -0.2458,-0.160849 -0.49159,-0.294569 -0.6823,-0.401708 a 19.728534,19.728534 0 0 1 -0.60064,-0.347997 z"
id="path8666"
style="fill:#808285;stroke-width:0.2740148"
inkscape:connector-curvature="0" />
<text
<g
aria-label="AND"
style="font-weight:400;font-size:11.23116016px;line-height:1.25;font-family:sans-serif;letter-spacing:0;word-spacing:0;fill:#7e7e7e;stroke-width:0.28074586"
x="378.64966"
y="142.92282"
font-weight="400"
font-size="20.6784px"
letter-spacing="0"
word-spacing="0"
id="text8674">
<tspan
x="378.64966"
y="142.92282"
id="tspan8672"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:0.28074586">AND</tspan>
</text>
<text
<path
d="m 384.64912,141.43118 h -3.30135 l -0.52098,1.49164 h -2.12229 l 3.03263,-8.18756 h 2.51714 l 3.03263,8.18756 h -2.12229 z m -2.77489,-1.51906 h 2.24294 l -1.11873,-3.25747 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:0.28074586"
id="path169111" />
<path
d="m 388.37273,134.73526 h 2.3581 l 2.9778,5.61558 v -5.61558 h 2.00164 v 8.18756 h -2.3581 l -2.97779,-5.61558 v 5.61558 h -2.00165 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:0.28074586"
id="path169113" />
<path
d="m 399.88357,136.3311 v 4.99589 h 0.75679 q 1.29421,0 1.97423,-0.64163 0.68549,-0.64162 0.68549,-1.86454 0,-1.21744 -0.68001,-1.85358 -0.68001,-0.63614 -1.97971,-0.63614 z m -2.11133,-1.59584 h 2.22649 q 1.86455,0 2.77489,0.26872 0.91582,0.26323 1.56841,0.89937 0.57582,0.55388 0.8555,1.27776 0.27968,0.72388 0.27968,1.63971 0,0.92679 -0.27968,1.65615 -0.27968,0.72389 -0.8555,1.27777 -0.65807,0.63614 -1.57938,0.90485 -0.9213,0.26323 -2.76392,0.26323 h -2.22649 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:0.28074586"
id="path169115" />
</g>
<g
aria-label="OR"
style="font-weight:400;font-size:11.88389969px;line-height:1.25;font-family:sans-serif;letter-spacing:0;word-spacing:0;fill:#7e7e7e;stroke-width:0.29714581"
x="200.10918"
y="143.83398"
font-weight="400"
font-size="21.8802px"
letter-spacing="0"
word-spacing="0"
id="text8678">
<tspan
x="200.10918"
y="143.83398"
id="tspan8676"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:0.29714581">OR</tspan>
</text>
<path
d="m 205.15751,136.63285 q -1.02127,0 -1.58413,0.75435 -0.56286,0.75435 -0.56286,2.12378 0,1.36363 0.56286,2.11798 0.56286,0.75435 1.58413,0.75435 1.02708,0 1.58994,-0.75435 0.56286,-0.75435 0.56286,-2.11798 0,-1.36943 -0.56286,-2.12378 -0.56286,-0.75435 -1.58994,-0.75435 z m 0,-1.61895 q 2.08897,0 3.27272,1.19536 1.18375,1.19535 1.18375,3.30172 0,2.10058 -1.18375,3.29593 -1.18375,1.19535 -3.27272,1.19535 -2.08316,0 -3.27271,-1.19535 -1.18375,-1.19535 -1.18375,-3.29593 0,-2.10637 1.18375,-3.30172 1.18955,-1.19536 3.27271,-1.19536 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:0.29714581"
id="path169118" />
<path
d="m 214.47663,139.01195 q 0.70212,0 1.00386,-0.26112 0.30754,-0.26112 0.30754,-0.8588 0,-0.59187 -0.30754,-0.84719 -0.30174,-0.25532 -1.00386,-0.25532 h -0.94004 v 2.22243 z m -0.94004,1.54352 v 3.27851 h -2.23403 v -8.6634 h 3.41198 q 1.71179,0 2.50676,0.57446 0.80077,0.57447 0.80077,1.81624 0,0.8588 -0.4178,1.41005 -0.41199,0.55126 -1.24757,0.81238 0.45841,0.10445 0.81817,0.47582 0.36557,0.36557 0.73695,1.11412 l 1.21276,2.46033 h -2.3791 l -1.05609,-2.15279 q -0.31915,-0.6499 -0.6499,-0.88781 -0.32495,-0.23791 -0.87041,-0.23791 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:0.29714581"
id="path169120" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -35,11 +35,11 @@
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2560"
inkscape:window-height="1376"
inkscape:window-width="1920"
inkscape:window-height="1016"
id="namedview15615"
showgrid="false"
inkscape:zoom="4"
inkscape:zoom="3.3320313"
inkscape:cx="276.66026"
inkscape:cy="106.98256"
inkscape:window-x="0"
@ -48,8 +48,8 @@
inkscape:current-layer="svg15613"
showguides="false" />
<circle
cx="276.01608"
cy="12.361822"
cx="261.14737"
cy="13.935258"
r="18.910404"
id="circle15603-3-6"
style="fill:#dedede;fill-opacity:1;stroke:none;stroke-width:2.6509912;stroke-miterlimit:10"
@ -63,9 +63,9 @@
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-0-4-49-9-9-9-3"
transform="matrix(-0.08422937,0.27675654,0.38042758,0.13714142,196.36633,20.121656)"
inkscape:transform-center-x="26.100245"
inkscape:transform-center-y="33.826035">
transform="matrix(0.11216104,-0.26666209,0.38020744,0.13775056,168.69216,106.14956)"
inkscape:transform-center-x="-2.6961047"
inkscape:transform-center-y="-41.931853">
<path
style="stroke-width:35.52600098"
inkscape:connector-curvature="0"
@ -89,9 +89,9 @@
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-0-4-49-9-9-9-3-3-6"
transform="matrix(0.14037355,0.25295067,-0.34322651,0.21384219,426.37902,-10.913186)"
inkscape:transform-center-x="26.900668"
inkscape:transform-center-y="-56.126791">
transform="matrix(-0.25295067,-0.14037355,-0.21384219,0.34322651,451.77097,0.07084194)"
inkscape:transform-center-x="-56.126793"
inkscape:transform-center-y="26.900668">
<path
style="stroke-width:35.52600098"
inkscape:connector-curvature="0"
@ -109,19 +109,12 @@
<g
id="g42748"
transform="matrix(1.5658524,0,0,1.5658524,-135.84373,123.00013)" />
<circle
cx="270.4361"
cy="7.510098"
r="18.910404"
id="circle15603-3"
style="fill:#f58235;stroke:#e76524;stroke-width:2.6509912;stroke-miterlimit:10"
transform="rotate(16.448378)" />
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-0-1-0-3-5-7"
transform="matrix(-0.20064494,0.18451179,0.24342209,0.29315217,278.86749,-61.77709)"
inkscape:transform-center-x="1.8046506"
inkscape:transform-center-y="-12.431583">
transform="matrix(0.18451179,-0.20064494,0.29315217,0.24342209,156.61514,53.310976)"
inkscape:transform-center-x="12.431583"
inkscape:transform-center-y="-1.8046509">
<path
style="stroke-width:35.52600098"
inkscape:connector-curvature="0"
@ -136,27 +129,22 @@
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<circle
cx="256.54874"
cy="8.1679497"
r="18.910404"
id="circle15603-3"
style="fill:#f58235;stroke:#e76524;stroke-width:2.6509912;stroke-miterlimit:10"
transform="rotate(16.448378)" />
<circle
cx="313.57138"
cy="140.98485"
r="18.910404"
id="circle15605-2"
style="fill:#dedede;fill-opacity:1;stroke:none;stroke-width:2.6509912;stroke-miterlimit:10;stroke-opacity:1" />
<circle
cx="308.28381"
cy="134.09349"
r="18.910404"
id="circle15605"
style="fill:#ab6510;fill-opacity:1;stroke:#81510b;stroke-width:2.6509912;stroke-miterlimit:10;stroke-opacity:1" />
<circle
cx="356.63055"
cy="86.566696"
r="18.991766"
id="circle3389"
style="fill:#54b948;stroke:#00873a;stroke-width:3.27335119;stroke-miterlimit:10;stroke-dasharray:none" />
<g
id="g4359-2"
transform="matrix(0.75589512,-0.05647044,0.05647044,0.75589512,42.610669,127.08738)"
transform="matrix(0.75589512,-0.05647044,0.05647044,0.75589512,51.614186,115.38281)"
style="stroke-width:4.08213711;stroke-miterlimit:10;stroke-dasharray:none">
<circle
cx="271.79999"
@ -174,9 +162,9 @@
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-0-4-49-9-9-9"
transform="matrix(-0.00180476,0.2892845,-0.40399502,0.01791484,399.56146,14.507378)"
transform="matrix(-0.00180476,-0.2892845,-0.40399502,-0.01791484,397.76076,147.67484)"
inkscape:transform-center-x="6.8563634"
inkscape:transform-center-y="-8.68795">
inkscape:transform-center-y="8.6879453">
<path
style="stroke-width:35.52600098"
inkscape:connector-curvature="0"
@ -191,9 +179,15 @@
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<circle
cx="308.28381"
cy="134.09349"
r="18.910404"
id="circle15605"
style="fill:#ab6510;fill-opacity:1;stroke:#81510b;stroke-width:2.6509912;stroke-miterlimit:10;stroke-opacity:1" />
<g
id="g5761"
transform="matrix(0.74428755,-0.14353525,0.14353525,0.74428755,202.40803,115.07386)"
transform="matrix(0.74428755,-0.14353525,0.14353525,0.74428755,220.11495,87.763192)"
style="stroke-width:4.08213711;stroke-miterlimit:10;stroke-dasharray:none">
<circle
cx="250.16379"
@ -208,6 +202,26 @@
id="circle3379"
style="fill:#fce600;stroke:#ffdd00;stroke-width:4.08213711;stroke-miterlimit:10;stroke-dasharray:none" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-0-4-49-9-9-9-3-3"
transform="matrix(0.23571425,-0.16771277,0.25079268,0.31723171,140.83841,15.874339)"
inkscape:transform-center-x="-0.84936391"
inkscape:transform-center-y="11.098337">
<path
style="stroke-width:35.52600098"
inkscape:connector-curvature="0"
id="path1478-7-9-0-8-8-7-4-5-6"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke-width:10.64900017;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-31-1-4-4-8-6-0"
d="M -3.1874069,107.91023 C 73.253293,84.710919 229.6807,69.499511 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<g
id="g5769"
transform="matrix(0.75800154,0,0,0.75800154,163.40512,34.592973)"
@ -225,32 +239,12 @@
id="circle3383"
style="fill:#d71920;stroke:#be1e2d;stroke-width:4.08213711;stroke-miterlimit:10;stroke-dasharray:none" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-0-4-49-9-9-9-3-3"
transform="matrix(-0.22255656,0.1848171,0.24230059,0.32376433,236.39501,-49.981407)"
inkscape:transform-center-x="-10.82733"
inkscape:transform-center-y="3.7517252">
<path
style="stroke-width:35.52600098"
inkscape:connector-curvature="0"
id="path1478-7-9-0-8-8-7-4-5-6"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke-width:10.64900017;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-31-1-4-4-8-6-0"
d="M -3.1874069,107.91023 C 73.253293,84.710919 229.6807,69.499511 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:#838383;stroke-width:6.38899994;stroke-miterlimit:10"
id="g1482-7-0-1-0-3-2"
transform="matrix(0.21418673,0.16860317,-0.22025568,0.31093397,322.02204,-56.762301)"
inkscape:transform-center-x="-0.8472359"
inkscape:transform-center-y="-12.533299">
transform="matrix(-0.16860317,-0.21418673,-0.31093397,0.22025568,443.80984,61.009818)"
inkscape:transform-center-x="-12.533301"
inkscape:transform-center-y="-0.84723997">
<path
style="stroke-width:35.52600098"
inkscape:connector-curvature="0"
@ -265,6 +259,12 @@
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<circle
cx="356.63055"
cy="86.566696"
r="18.991766"
id="circle3389"
style="fill:#54b948;stroke:#00873a;stroke-width:3.27335119;stroke-miterlimit:10;stroke-dasharray:none" />
<circle
cx="298.04181"
cy="26.905895"

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 177"
version="1.1"
id="svg3397"
sodipodi:docname="modus_ponens.svg"
inkscape:version="1.1-alpha (17bc9184, 2021-03-28)"
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/">
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
<metadata
id="metadata3403">
<rdf:RDF>
@ -39,11 +39,11 @@
inkscape:window-height="1081"
id="namedview3399"
showgrid="false"
inkscape:zoom="0.82553205"
inkscape:cx="228.33759"
inkscape:zoom="2.9054858"
inkscape:cx="154.68382"
inkscape:cy="92.667511"
inkscape:window-x="0"
inkscape:window-y="23"
inkscape:window-y="27"
inkscape:window-maximized="0"
inkscape:current-layer="svg3397"
inkscape:document-rotation="0"
@ -51,48 +51,31 @@
<g
id="g1649-1-3"
transform="matrix(0.61470883,0,0,0.59461854,-80.28152,-0.16794533)">
<ellipse
fill="#39bced"
stroke="#008dd2"
cx="798.63141"
cy="153.07031"
id="circle3381-0-9"
style="fill:#d5e6ed;fill-opacity:1;stroke:#b4c8d2;stroke-width:6.99273;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
rx="142.26578"
ry="143.20808" />
<path
style="fill:#d5e6ed;fill-opacity:1;stroke:#b4c8d2;stroke-width:6.99273014;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="M 940.89719,153.07031 A 142.26578,143.20808 0 0 1 798.63141,296.2784 142.26578,143.20808 0 0 1 656.36563,153.07031 142.26578,143.20808 0 0 1 798.63141,9.8622284 142.26578,143.20808 0 0 1 940.89719,153.07031 Z"
id="circle3381-0-9" />
</g>
<g
id="g1649-1"
transform="matrix(0.61470883,0,0,0.59461854,-300.19744,-3.0984839)">
<ellipse
fill="#39bced"
stroke="#008dd2"
cx="798.63141"
cy="153.07031"
id="circle3381-0"
style="fill:#d5e6ed;fill-opacity:1;stroke:#b4c8d2;stroke-width:6.99273;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
rx="142.26578"
ry="143.20808" />
<path
style="fill:#d5e6ed;fill-opacity:1;stroke:#b4c8d2;stroke-width:6.99273014;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="M 940.89719,153.07031 A 142.26578,143.20808 0 0 1 798.63141,296.2784 142.26578,143.20808 0 0 1 656.36563,153.07031 142.26578,143.20808 0 0 1 798.63141,9.8622284 142.26578,143.20808 0 0 1 940.89719,153.07031 Z"
id="circle3381-0" />
</g>
<g
id="g2445-5"
transform="matrix(0.97707718,0,0,0.95015257,127.33652,85.083372)"
style="fill:#e5f6fc;fill-opacity:1">
<ellipse
cx="115.37644"
cy="6.5977898"
id="circle3367-6-5"
style="opacity:0.13;fill:#e5f6fc;fill-opacity:1;stroke:none;stroke-width:8.06107;stroke-miterlimit:10"
rx="32.824062"
ry="33.278313" />
<circle
fill="#39bced"
stroke="#008dd2"
cx="110.07024"
cy="2.1232173"
id="circle3381-8-8"
style="fill:#e5f6fc;fill-opacity:1;stroke:#008dd2;stroke-width:3.20041;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.396761"
r="35.952724" />
<path
style="opacity:0.12999998;fill:#e5f6fc;fill-opacity:1;stroke:none;stroke-width:8.06107044;stroke-miterlimit:10"
d="M 148.2005,6.5977898 A 32.824062,33.278313 0 0 1 115.37644,39.876102 32.824062,33.278313 0 0 1 82.55238,6.5977898 32.824062,33.278313 0 0 1 115.37644,-26.680523 32.824062,33.278313 0 0 1 148.2005,6.5977898 Z"
id="circle3367-6-5" />
<path
style="fill:#e5f6fc;fill-opacity:1;stroke:#008dd2;stroke-width:3.20040989;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.39676101"
d="M 146.02296,2.1232173 A 35.952724,35.952724 0 0 1 110.07024,38.075942 35.952724,35.952724 0 0 1 74.117512,2.1232173 35.952724,35.952724 0 0 1 110.07024,-33.829507 35.952724,35.952724 0 0 1 146.02296,2.1232173 Z"
id="circle3381-8-8" />
</g>
<g
id="g9442"
@ -112,70 +95,51 @@
d="m 287.69326,71.771896 11.81056,20.289944 9.69072,-21.501284"
id="path1717" />
</g>
<text
xml:space="preserve"
<g
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none"
x="100.85694"
y="-50.270611"
id="text9288"><tspan
sodipodi:role="line"
id="tspan9286"
x="100.85694"
y="-50.270611" /></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:19.3966px;line-height:1.25;font-family:sans-serif;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.484912"
x="181.38913"
y="165.314"
id="text11199-1-1"><tspan
sodipodi:role="line"
id="tspan11197-9-8"
x="181.38913"
y="165.314"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#808080;stroke-width:0.484912">C</tspan></text>
id="text9288" />
<g
aria-label="C"
style="font-style:normal;font-weight:normal;font-size:19.39660072px;line-height:1.25;font-family:sans-serif;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.48491201"
id="text11199-1-1">
<path
d="m 194.38334,164.53737 q -1.00393,0.52091 -2.09309,0.7861 -1.08917,0.26518 -2.27304,0.26518 -3.53268,0 -5.59736,-1.96996 -2.06468,-1.97944 -2.06468,-5.36059 0,-3.39061 2.06468,-5.36058 2.06468,-1.97944 5.59736,-1.97944 1.18387,0 2.27304,0.26519 1.08916,0.26519 2.09309,0.78609 v 2.92654 q -1.0134,-0.69138 -1.99838,-1.0134 -0.98499,-0.32201 -2.07415,-0.32201 -1.95103,0 -3.0686,1.25017 -1.11758,1.25017 -1.11758,3.44744 0,2.1878 1.11758,3.43797 1.11757,1.25018 3.0686,1.25018 1.08916,0 2.07415,-0.32202 0.98498,-0.32201 1.99838,-1.01339 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#808080;stroke-width:0.48491201"
id="path165805" />
</g>
<g
id="g1374"
transform="matrix(0.81580842,0,0,0.81580842,41.623589,13.573254)">
<g
id="g1649-5"
transform="matrix(0.55394312,0,0,0.55394312,88.796038,54.696544)">
<circle
cx="271.79999"
cy="72.099998"
r="24.6"
id="circle3367-7"
style="opacity:0.13;stroke:#000000;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#39bced"
stroke="#008dd2"
cx="267"
cy="63.900002"
r="24.6"
id="circle3381-9"
style="stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;stroke:#000000;stroke-width:6;stroke-miterlimit:10"
d="m 296.39999,72.099998 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.6 24.6,24.6 0 0 1 24.6,24.6 z"
id="circle3367-7" />
<path
style="fill:#39bced;stroke:#008dd2;stroke-width:6;stroke-miterlimit:10"
d="m 291.6,63.900002 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3381-9" />
</g>
<g
aria-label="A"
style="font-style:normal;font-weight:normal;font-size:19.39660072px;line-height:1.25;font-family:sans-serif;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.48491201"
id="text11199-1-7-1">
<path
d="m 240.25447,93.508537 h -5.70154 l -0.89974,2.576111 h -3.66528 l 5.23746,-14.140198 h 4.34719 l 5.23746,14.140198 h -3.66527 z m -4.79232,-2.623466 h 3.87364 l -1.93209,-5.625772 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#808080;stroke-width:0.48491201"
id="path165810" />
</g>
<g
aria-label="A"
style="font-style:normal;font-weight:normal;font-size:19.39660072px;line-height:1.25;font-family:sans-serif;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.48491201"
id="text11199-1-7-1-0">
<path
d="m 239.04312,125.00337 h -5.70154 l -0.89974,2.57611 h -3.66528 l 5.23747,-14.14019 h 4.34718 l 5.23746,14.14019 h -3.66527 z m -4.79232,-2.62346 h 3.87364 l -1.93209,-5.62578 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#808080;stroke-width:0.48491201"
id="path165813" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:19.3966px;line-height:1.25;font-family:sans-serif;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.484912"
x="229.8932"
y="96.084648"
id="text11199-1-7-1"><tspan
sodipodi:role="line"
id="tspan11197-9-2-1"
x="229.8932"
y="96.084648"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#808080;stroke-width:0.484912">A</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:19.3966px;line-height:1.25;font-family:sans-serif;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.484912"
x="228.68185"
y="127.57948"
id="text11199-1-7-1-0"><tspan
sodipodi:role="line"
id="tspan11197-9-2-1-6"
x="228.68185"
y="127.57948"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#808080;stroke-width:0.484912">A</tspan></text>
</g>
<g
id="g1462"
@ -183,32 +147,24 @@
<g
id="g1645-6"
transform="matrix(0.55394312,0,0,0.55394312,201.03608,26.872321)">
<circle
cx="373.79999"
cy="121.4"
r="24.6"
id="circle3375-6"
style="opacity:0.13;stroke:#000000;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#54b948"
stroke="#00873a"
cx="369"
cy="113.1"
r="24.6"
id="circle3389-7"
style="stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;stroke:#000000;stroke-width:6;stroke-miterlimit:10"
d="m 398.39999,121.4 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.599999 24.6,24.6 0 0 1 24.6,24.599999 z"
id="circle3375-6" />
<path
style="fill:#54b948;stroke:#00873a;stroke-width:6;stroke-miterlimit:10"
d="M 393.6,113.1 A 24.6,24.6 0 0 1 369,137.7 24.6,24.6 0 0 1 344.4,113.1 24.6,24.6 0 0 1 369,88.499998 24.6,24.6 0 0 1 393.6,113.1 Z"
id="circle3389-7" />
</g>
<g
aria-label="B"
style="font-style:normal;font-weight:normal;font-size:19.39660072px;line-height:1.25;font-family:sans-serif;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.48491201"
id="text11199-1-4">
<path
d="m 405.77654,86.573327 q 0.86186,0 1.307,-0.37884 0.44513,-0.37884 0.44513,-1.117578 0,-0.729267 -0.44513,-1.108106 -0.44514,-0.388311 -1.307,-0.388311 h -2.01732 v 2.992835 z m 0.12312,6.18456 q 1.09864,0 1.64796,-0.464079 0.55878,-0.464078 0.55878,-1.401707 0,-0.918687 -0.54931,-1.373295 -0.54932,-0.464078 -1.65743,-0.464078 h -2.14044 v 3.703159 z m 3.39062,-5.085925 q 1.1744,0.340956 1.81843,1.259643 0.64403,0.918686 0.64403,2.254097 0,2.045735 -1.38277,3.049661 -1.38276,1.003925 -4.20512,1.003925 h -6.05197 V 81.099091 h 5.47424 q 2.94548,0 4.26195,0.890273 1.32594,0.890274 1.32594,2.85077 0,1.032339 -0.48302,1.761606 -0.48302,0.719795 -1.40171,1.070222 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#808080;stroke-width:0.48491201"
id="path165818" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:19.3966px;line-height:1.25;font-family:sans-serif;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.484912"
x="398.33234"
y="95.239288"
id="text11199-1-4"><tspan
sodipodi:role="line"
id="tspan11197-9-9"
x="398.33234"
y="95.239288"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#808080;stroke-width:0.484912">B</tspan></text>
</g>
<g
id="g1349"
@ -217,57 +173,38 @@
id="g2445"
transform="matrix(1.1976797,0,0,1.1646761,19.812032,86.167452)"
style="fill:#e5f6fc;fill-opacity:1">
<ellipse
cx="115.37644"
cy="6.5977898"
id="circle3367-6"
style="opacity:0.13;fill:#e5f6fc;fill-opacity:1;stroke:none;stroke-width:8.06107;stroke-miterlimit:10"
rx="32.824062"
ry="33.278313" />
<circle
fill="#39bced"
stroke="#008dd2"
cx="110.07024"
cy="2.1232173"
id="circle3381-8"
style="fill:#e5f6fc;fill-opacity:1;stroke:#008dd2;stroke-width:3.20041;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.396761"
r="35.952724" />
<path
style="opacity:0.12999998;fill:#e5f6fc;fill-opacity:1;stroke:none;stroke-width:8.06107044;stroke-miterlimit:10"
d="M 148.2005,6.5977898 A 32.824062,33.278313 0 0 1 115.37644,39.876102 32.824062,33.278313 0 0 1 82.55238,6.5977898 32.824062,33.278313 0 0 1 115.37644,-26.680523 32.824062,33.278313 0 0 1 148.2005,6.5977898 Z"
id="circle3367-6" />
<path
style="fill:#e5f6fc;fill-opacity:1;stroke:#008dd2;stroke-width:3.20040989;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.39676101"
d="M 146.02296,2.1232173 A 35.952724,35.952724 0 0 1 110.07024,38.075942 35.952724,35.952724 0 0 1 74.117512,2.1232173 35.952724,35.952724 0 0 1 110.07024,-33.829507 35.952724,35.952724 0 0 1 146.02296,2.1232173 Z"
id="circle3381-8" />
</g>
<g
id="g1649"
transform="matrix(0.55394312,0,0,0.55394312,-22.947209,53.137735)">
<circle
cx="271.79999"
cy="72.099998"
r="24.6"
id="circle3367"
style="opacity:0.13;stroke:#000000;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#39bced"
stroke="#008dd2"
cx="267"
cy="63.900002"
r="24.6"
id="circle3381"
style="stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;stroke:#000000;stroke-width:6;stroke-miterlimit:10"
d="m 296.39999,72.099998 a 24.6,24.6 0 0 1 -24.6,24.600001 24.6,24.6 0 0 1 -24.6,-24.600001 24.6,24.6 0 0 1 24.6,-24.6 24.6,24.6 0 0 1 24.6,24.6 z"
id="circle3367" />
<path
style="fill:#39bced;stroke:#008dd2;stroke-width:6;stroke-miterlimit:10"
d="m 291.6,63.900002 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.600001 24.6,24.6 0 0 1 24.6,24.600001 z"
id="circle3381" />
</g>
<g
id="g1645"
transform="matrix(0.55394312,0,0,0.55394312,-30.095404,28.00243)">
<circle
cx="373.79999"
cy="121.4"
r="24.6"
id="circle3375"
style="opacity:0.13;stroke:#000000;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#54b948"
stroke="#00873a"
cx="369"
cy="113.1"
r="24.6"
id="circle3389"
style="stroke-width:6;stroke-miterlimit:10" />
<path
style="opacity:0.12999998;stroke:#000000;stroke-width:6;stroke-miterlimit:10"
d="m 398.39999,121.4 a 24.6,24.6 0 0 1 -24.6,24.6 24.6,24.6 0 0 1 -24.6,-24.6 24.6,24.6 0 0 1 24.6,-24.599999 24.6,24.6 0 0 1 24.6,24.599999 z"
id="circle3375" />
<path
style="fill:#54b948;stroke:#00873a;stroke-width:6;stroke-miterlimit:10"
d="M 393.6,113.1 A 24.6,24.6 0 0 1 369,137.7 24.6,24.6 0 0 1 344.4,113.1 24.6,24.6 0 0 1 369,88.499998 24.6,24.6 0 0 1 393.6,113.1 Z"
id="circle3389" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
@ -287,51 +224,43 @@
d="M 256.00808,84.703489 C 283.39188,81.262654 297.41031,82.245264 317.498,86.173"
sodipodi:nodetypes="cc" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:19.3966px;line-height:1.25;font-family:sans-serif;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.484912"
x="116.93551"
y="95.478981"
id="text11199-1-7"><tspan
sodipodi:role="line"
id="tspan11197-9-2"
x="116.93551"
y="95.478981"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#808080;stroke-width:0.484912">A</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:19.3966px;line-height:1.25;font-family:sans-serif;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.484912"
x="143.58498"
y="125.1568"
id="text11199-1-4-2"><tspan
sodipodi:role="line"
id="tspan11197-9-9-9"
x="143.58498"
y="125.1568"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#808080;stroke-width:0.484912">D</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:19.3966px;line-height:1.25;font-family:sans-serif;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.484912"
x="167.81177"
y="96.690315"
id="text11199-1-4-7"><tspan
sodipodi:role="line"
id="tspan11197-9-9-7"
x="167.81177"
y="96.690315"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#808080;stroke-width:0.484912">B</tspan></text>
<g
aria-label="A"
style="font-style:normal;font-weight:normal;font-size:19.39660072px;line-height:1.25;font-family:sans-serif;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.48491201"
id="text11199-1-7">
<path
d="m 127.29678,92.90287 h -5.70154 l -0.89975,2.576111 h -3.66527 l 5.23746,-14.140198 h 4.34719 l 5.23746,14.140198 h -3.66528 z m -4.79233,-2.623466 h 3.87364 l -1.93208,-5.625772 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#808080;stroke-width:0.48491201"
id="path165827" />
</g>
<g
aria-label="D"
style="font-style:normal;font-weight:normal;font-size:19.39660072px;line-height:1.25;font-family:sans-serif;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.48491201"
id="text11199-1-4-2">
<path
d="m 149.01186,113.77266 v 8.62808 h 1.30699 q 2.23516,0 3.40956,-1.10811 1.18388,-1.1081 1.18388,-3.22014 0,-2.10256 -1.17441,-3.20119 -1.1744,-1.09864 -3.41903,-1.09864 z m -3.64634,-2.75606 h 3.84523 q 3.22014,0 4.79232,0.46408 1.58166,0.45461 2.70871,1.55324 0.99445,0.95657 1.47747,2.20675 0.48302,1.25017 0.48302,2.83182 0,1.6006 -0.48302,2.86024 -0.48302,1.25018 -1.47747,2.20675 -1.13652,1.09863 -2.72765,1.56271 -1.59113,0.45461 -4.77338,0.45461 h -3.84523 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#808080;stroke-width:0.48491201"
id="path165830" />
</g>
<g
aria-label="B"
style="font-style:normal;font-weight:normal;font-size:19.39660072px;line-height:1.25;font-family:sans-serif;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.48491201"
id="text11199-1-4-7">
<path
d="m 175.25597,88.024353 q 0.86186,0 1.307,-0.378839 0.44514,-0.37884 0.44514,-1.117578 0,-0.729267 -0.44514,-1.108107 -0.44514,-0.38831 -1.307,-0.38831 h -2.01732 v 2.992834 z m 0.12312,6.184561 q 1.09864,0 1.64796,-0.464079 0.55879,-0.464078 0.55879,-1.401707 0,-0.918687 -0.54932,-1.373295 -0.54932,-0.464078 -1.65743,-0.464078 h -2.14044 v 3.703159 z m 3.39062,-5.085925 q 1.1744,0.340956 1.81843,1.259643 0.64403,0.918686 0.64403,2.254097 0,2.045735 -1.38277,3.049661 -1.38276,1.003925 -4.20512,1.003925 h -6.05197 V 82.550118 h 5.47424 q 2.94548,0 4.26195,0.890273 1.32594,0.890274 1.32594,2.85077 0,1.032339 -0.48302,1.761605 -0.48302,0.719796 -1.40171,1.070223 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#808080;stroke-width:0.48491201"
id="path165833" />
</g>
</g>
<g
aria-label="B"
style="font-style:normal;font-weight:normal;font-size:19.39660072px;line-height:1.25;font-family:sans-serif;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.48491201"
id="text11199-1-4-7-4">
<path
d="m 410.25594,157.67638 q 0.86186,0 1.307,-0.37884 0.44513,-0.37884 0.44513,-1.11757 0,-0.72927 -0.44513,-1.10811 -0.44514,-0.38831 -1.307,-0.38831 h -2.01732 v 2.99283 z m 0.12312,6.18457 q 1.09864,0 1.64796,-0.46408 0.55879,-0.46408 0.55879,-1.40171 0,-0.91869 -0.54932,-1.3733 -0.54932,-0.46407 -1.65743,-0.46407 h -2.14044 v 3.70316 z m 3.39062,-5.08593 q 1.1744,0.34096 1.81843,1.25964 0.64403,0.91869 0.64403,2.2541 0,2.04573 -1.38277,3.04966 -1.38276,1.00393 -4.20512,1.00393 h -6.05197 v -14.1402 h 5.47424 q 2.94548,0 4.26195,0.89027 1.32594,0.89028 1.32594,2.85077 0,1.03234 -0.48302,1.76161 -0.48302,0.71979 -1.40171,1.07022 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#808080;stroke-width:0.48491201"
id="path165836" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:19.3966px;line-height:1.25;font-family:sans-serif;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.484912"
x="402.81174"
y="166.34235"
id="text11199-1-4-7-4"><tspan
sodipodi:role="line"
id="tspan11197-9-9-7-4"
x="402.81174"
y="166.34235"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#808080;stroke-width:0.484912">B</tspan></text>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-1"

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -1,4 +1,7 @@
Invertible
invertible
coproduct
Coproduct
morphism
Morphism
coproducts
@ -31,6 +34,7 @@ Monoid
Monoids
isomorphism
isomorphisms
Isomorphisms
Hasse
Antisymmetry
connexity
@ -50,10 +54,21 @@ non-abelian
Dih3
composable
forall
<<<<<<< HEAD
codomain
Euclidian
subtypes
Immanuel
iff
concatenative
structs
DeMorgan's
getter
OOP
=======
BHK
yey
intuinistic
Intuinistic
intuitionistic
intuinism
Brouwer
schemas
@ -75,6 +90,9 @@ Curry-Howard-Lambek
Curry-Howard
Lambek
cartesian
<<<<<<< HEAD
Functor
functor
functors
Functors
isomorphism
@ -87,4 +105,3 @@ Monoidal
morphisms
codomain
iff
invertible

View File

@ -3,4 +3,4 @@ layout: default
title: index
---
[![cover.svg](cover.svg)](00)
[![cover.svg](cover.svg)](00_about)

View File

@ -29,14 +29,14 @@ I am writing a primer in category theory and various related concepts in "higher
My book serves as chapter 0 going through the gist of the material covered by other similar introductory books, but doing so in a way that would enable non-mathematicians to swift through with ease.
Reading it would enable my readers to effortlessly go through any academic introduction to category theory, as well as to start tacking resources that use category theory as a tool to threat other subjects.
Reading it would enable my readers to effortlessly go through any academic introduction to category theory, as well as to start tackling resources that use category theory as a tool to treat other subjects.
About the author
---
I am a nerd who works in web programming with background in design and technical communication. I first discovered category theory through programming, but then started pursuing it in its own right. Finding math more and more fascinating.
I am a Bulgarian nerd who works in web programming with background in design and technical communication. I am into functional programming, from where I first learned about category theory but then started finding math more and more fascinating.
Currently living in Sofia with my wife and kid.
Born and living in Sofia with my wife and kid.
Similar resources
===
@ -164,7 +164,7 @@ Category theory is very *visual* in its nature. Category-theoretic diagrams are
However, books on category theory typically have as many diagrams as other math textbooks. I consider this a huge missed opportunity for making the subject more approachable. This was the original motivation for the creation of CTI.
Besides being more in quantity, the diagrams of CTI use many techniques from traditional communication design (such as the use of color for example) in order to illuminate the different subjects and abstractions that I am covering.
Besides being more of them, the diagrams of CTI use many techniques from traditional communication design (such as the use of color for example) in order to illuminate the different subjects and abstractions that I am covering.
Both books that I am reviewing have less diagrams than CTI. From the resources that I have examined, the only author who stresses on diagrams as much as I do is Tai-Danae Bradley (her blog is [https://www.math3ma.com/](https://www.math3ma.com/).)
@ -226,6 +226,22 @@ Feedback
My book received a lot of positive feedback and a lot of people shared it on social media.
Quotes
---
> "The range of applications for category theory is immense, and visually conveying meaning through illustration is an indispensable skill for organizational and technical work. Unfortunately, the foundations of category theory, despite much of their utility and simplicity being on par with Venn Diagrams, are locked behind resources that assume far too much academic background.
>
> As Gilbert Strang offered in his critique of the typical pre-calc courses in ["Too Much Calculus"](http://siags.siam.org/siagla/articles/Strang2001.pdf) in favor of linear algebra, similar arguments can be made for promoting statistics, discrete mathematics, or category theory.
>
>Should category theory be considered for this academic purpose or any work wherein clear thinking and explanations are valued, beginner-appropriate resources are essential. There is no book on category theory that makes its abstractions so tangible as "Category Theory Illustrated" does. I recommend it for programmers, managers, organizers, designers, or anyone else who values the structure and clarity of information, processes, and relationships."
[Evan Burchard](https://www.oreilly.com/pub/au/7124), Author of "The Web Game Developer's Cookbook" and "Refactoring JavaScript"
> "The clarity, consistency and elegance of diagrams in 'Category Theory Illustrated' has helped us demystify and explain in simple terms a topic often feared."
[Gonzalo Casas](https://gnz.io/), Software developer, leading courses at digital/robotic fabrication for PHD students at ETH Zurich
Comments
---
@ -243,6 +259,12 @@ Comments
> Thank you for creating Category Theory Illustrated, for me the book makes the concepts easier to understand and build an intuition. (received by email)
> It's pretty cool that you can show the bridge between two different logic systems and it actually is grokkable. In other words I had no chance of understanding this concept from the Wiki article alone which is where I found it. (received by email)
> What an amazing write-up!
> I've picked up those things peace by peace form Wikipedia to be able to understand the slang in Haskell land. But it was a long and puzzling process. This great summary offered here will hopefully help other people in the future get a coherent picture more quickly. (I hope the SEO is good so people will find it. I'm at least going to recommend it form now on whenever someone asks related questions).[Source](https://news.ycombinator.com/reply?id=28661220&goto=item%3Fid%3D28660157%2328661220)
Discussions
---
@ -250,5 +272,8 @@ Discussions
[HackerNews](https://news.ycombinator.com/item?id=26658111)
[HackerNews again](https://news.ycombinator.com/item?id=28660157)
[Twitter](https://twitter.com/search?q=category-theory-illustrated&src=typed_query&f=live)