瀏覽代碼

fixes, mech mesh

master
gtheler 5 年之前
父節點
當前提交
8ea98c5c46
共有 19 個文件被更改,包括 744 次插入617 次删除
  1. +156
    -56
      cad-figure-annotated.svg
  2. 二進制
      mech-zoom.png
  3. 二進制
      mech.png
  4. +51
    -37
      nafems4.md
  5. +4
    -3
      pt-1.dat
  6. 二進制
      pt-1.pdf
  7. +130
    -142
      pt-1.svg
  8. +5
    -4
      pt-2.dat
  9. 二進制
      pt-2.pdf
  10. +94
    -95
      pt-2.svg
  11. +7
    -6
      pt-3.dat
  12. 二進制
      pt-3.pdf
  13. +126
    -113
      pt-3.svg
  14. +5
    -5
      pt-4.dat
  15. 二進制
      pt-4.pdf
  16. +111
    -115
      pt-4.svg
  17. +21
    -18
      pt.dat
  18. +11
    -0
      references.bib
  19. +23
    -23
      scls.svg

+ 156
- 56
cad-figure-annotated.svg
文件差異過大導致無法顯示
查看文件


二進制
mech-zoom.png 查看文件

Before After
Width: 1555  |  Height: 997  |  Size: 370KB

二進制
mech.png 查看文件

Before After
Width: 1555  |  Height: 997  |  Size: 194KB

+ 51
- 37
nafems4.md 查看文件

@@ -15,13 +15,13 @@ First of all, please take this text as a written chat between you an me, i.e. a

Please also note that I am not a mechanical engineer, although I took many undergraduate courses in this discipline. I am a nuclear engineer with a strong background in mathematics and computer programming. I went to college between 2002 and 2008. Probably a lot of things have changed since then---at least that is what these “millennial” guys and girls seem to be boasting about---but chances are we all studied solid mechanics and heat transfer with a teacher using a piece of chalk on a blackboard while we as students wrote down notes with pencils on sheets of paper. And there is really not much that one can do with pencil and paper regarding mechanical analysis. Any actual case worth the time of an engineer needs to be more complex than an ideal canonical case with a closed-form solution.

Whether you are a student or a seasoned engineer with many years of experience, you might recall from first year physics courses the introduction of the [simple pendulum](https://en.wikipedia.org/wiki/Pendulum) as a case study\ ([@fig:simple]). You learned that the period does not depend on the hanging mass because the weight and the inertia exactly cancelled each other. Also, that [Galileo](https://en.wikipedia.org/wiki/Galileo_Galilei) said (and [Newton proved](https://seamplex.com/wasora/doc/realbook/012-mechanics/)) that for small oscillations the period does not even depend on the amplitude. Someone showed you why it worked this way: because if\ $\sin \theta \approx \theta$ (in radians) then the motion equations are identical to an [harmonic oscillator](https://en.wikipedia.org/wiki/Harmonic_oscillator). It might have been a difficult subject for you back in those days when you were learning physics and calculus at the same time.
Whether you are a student or a seasoned engineer with many years of experience, you might recall from first year physics courses the introduction of the [simple pendulum](https://en.wikipedia.org/wiki/Pendulum) as a case study\ ([@fig:simple]). You learned that the period does not depend on the hanging mass because the weight and the inertia exactly cancel each other. Also, that [Galileo](https://en.wikipedia.org/wiki/Galileo_Galilei) said (and [Newton proved](https://seamplex.com/wasora/doc/realbook/012-mechanics/)) that for small oscillations the period does not even depend on the amplitude. Someone showed you why it worked this way: because if\ $\sin \theta \approx \theta$ (in radians) then the motion equations are identical to an [harmonic oscillator](https://en.wikipedia.org/wiki/Harmonic_oscillator). It might have been a difficult subject for you back in those days when you were learning physics and calculus at the same time.
divert(-1)
You might have later studied the [Lagrangian](https://en.wikipedia.org/wiki/Lagrangian_mechanics) and even the [Hamiltonian](https://en.wikipedia.org/wiki/Hamiltonian_mechanics) formulations, added a [parametric excitation](https://en.wikipedia.org/wiki/Parametric_oscillator) and analysed the [chaotic double pendulum](https://seamplex.com/wasora/doc/realbook/017-double-pendulum).
divert(0)dnl
But it was probably after college, say when you took your first child to a swing on a windy day ([@fig:hamaca]), that you were faced with a real pendulum worth your full attention.
dnl Yes, this is my personal story but it could have easily been yours as well.
The very same difference between what I imagined studying a pendulum was and what I saw that day at the swing (namely that the period _does_ depend on the mass of the blob^[See\ <https://youtu.be/Q-lKK4A2OzA>]) is the same difference between the mechanical problems studied in college and the actual cases encountered during a professional engineer’s lifetime ([@fig:pipes]). Real-life engineering problems are far more complex and involve far more information than what professors could write on a blackboard during a class.
The very same difference between what I imagined studying a pendulum was and what I saw that day at the swing (namely that the period _does_ depend on the mass of the bob^[See\ <https://youtu.be/Q-lKK4A2OzA> and [@sec:online].]) is the same difference between the mechanical problems studied in college and the actual cases encountered during a professional engineer’s lifetime ([@fig:pipes]). Real-life engineering problems are far more complex and involve far more information than what professors could write on a blackboard during a class.
In this regard, I am referring only to technical issues. The part of dealing with clients, colleagues, bosses, etc. which is definitely not taught in engineering schools (you can get an understanding in business schools, but again it would be a theoretical pendulum) is way beyond the scope of both this article and my own capacities.

::::: {#fig:pendulum}
@@ -46,7 +46,7 @@ Like the pendulums above, we will be swinging back and forth between a case stud
Finite elements are like magic to me. I mean, I can follow the whole derivation of the equations, from the strong, weak and variational formulations of the equilibrium equations for the mechanical problem (or the energy conservation for heat transfer) down to the [algebraic multigrid](https://en.wikipedia.org/wiki/Multigrid_method) [preconditioner](https://en.wikipedia.org/wiki/Preconditioner) for the inversion of the [stiffness matrix](https://en.wikipedia.org/wiki/Stiffness_matrix) passing through [Sobolev spaces](https://en.wikipedia.org/wiki/Sobolev_space) and the [grid generation](https://en.wikipedia.org/wiki/Mesh_generation). Then I can sit down and program all these steps into a computer, including the [shape functions](https://en.wikipedia.org/wiki/Finite_element_method_in_structural_mechanics#Interpolation_or_shape_functions) and its derivatives, the assembly of the discretised stiffness matrix ([@sec:building]), the numerical solution of the system of equations ([@sec:solving]) and the computation of the gradient of the solution (@sec:stress-computation). Yet, the fact that all these a-priori unconnected steps give rise to pretty pictures that resemble reality is still astonishing to me.
divert(0)

Again, take all this information as coming from a fellow that has already taken such a journey from college’s pencil and paper to real engineering cases involving complex numerical calculations. And developing, in the meantime, both an actual working finite-element [solver](https://www.seamplex.com/fino) and a [web-based pre and post-processor](https://www.caeplex.com) from scratch.dnl^[The dean of the engineering school I attended used to say “It is not the same to read than to write manuals, and we should aim at writing them.”]
When finishing college, we feel we can solve and fix the world (if you did not finish yet, you will feel it shortly). But the thing is that we cannot (yet). Once again, take all this information as coming from a fellow that has already taken such a journey from college’s pencil and paper to real engineering cases involving complex numerical calculations. And developing, in the meantime, both an actual working finite-element [solver](https://www.seamplex.com/fino) and a [web-based pre and post-processor](https://www.caeplex.com) from scratch.dnl^[The dean of the engineering school I attended used to say “It is not the same to read than to write manuals, and we should aim at writing them.”]


### Tips and hints
@@ -54,23 +54,25 @@ Again, take all this information as coming from a fellow that has already taken
There are some useful hints that come in handy when trying to solve a mechanical problem. Throughout this text, I will try to tell you some of them.


One of the most important ones is to use your _imagination_. You will need a lot of imagination to “see” what it is actually going on when analysing an engineering problem. This skill comes from my background in nuclear engineering where I had no choice but to imagine a [positron-electron annihilation](https://en.wikipedia.org/wiki/Electron%E2%80%93positron_annihilation) or an [spontaneous fission](https://en.wikipedia.org/wiki/Spontaneous_fission). But in mechanical engineering, it is likewise important to be able to imagine how the loads “press” one element with the other, how the material reacts depending on its properties, how the nodal displacements generate stresses (both normal and shear), how results converge, etc.
One of the most important ones is to use your _imagination_. You will need a lot of imagination to “see” what it is actually going on when analysing an engineering problem. This skill comes from my background in nuclear engineering where I had no choice but to imagine a [positron-electron annihilation](https://en.wikipedia.org/wiki/Electron%E2%80%93positron_annihilation) or an [spontaneous fission](https://en.wikipedia.org/wiki/Spontaneous_fission) of an uranium nuclei. But in mechanical engineering, it is likewise important to be able to imagine how the loads “press” one element with the other, how the material reacts depending on its properties, how the nodal displacements generate stresses (both normal and shear), how results converge as the mesh gets denser, etc.
dnl And what these results actually mean besides the pretty-coloured figures.^[A former boss once told me “I need the CFD” when I handed in some results. I replied that I did not do computational fluid-dynamics but computed the neutron flux kinetics within a nuclear reactor core. He joked “I know, what I need are the _Colors For Directors_, those pretty-coloured figures along with your actual results to convince the managers.”]

This journey will definitely need your imagination. We will peek a little bit into equations, numbers, plots, schematics, CAD geometries, 3D\ views, etc. Still, when the theory says “thermal expansion produces normal stresses” you have to picture in your head three little arrows pulling away from the same point in three directions, or whatever mental picture you have about what you understand thermally-induced stresses are. Whatever it is, try to practice that kind of graphical thoughts with every new concept. Nevertheless, there will be particular locations of the text where imagination will be most useful. I will bring the subject up now and again through the text.
This journey will definitely need your imagination. We will peek a little bit into equations, numbers, plots, schematics, CAD geometries, 3D\ views, etc. Still, when the theory says “thermal expansion produces normal stresses” you have to picture in your head three little arrows pulling away from the same point in three directions, or whatever mental picture you have about what you understand thermally-induced stresses are. Whatever it is, try to practice that kind of graphical thoughts with every new concept. Nevertheless, there will be particular locations of the text where imagination will be most useful. I will bring the subject up now and again throughout the text.


Another point to observe is that we will be digging into some mathematics. Probably they would be simple and you would deal with them very easily. But chances are you do not like equations. No problem! Just ignore them for now. Read the text skipping them, it should work as well.
But very much like learning to drive does not involve a lecture on thermodynamics, it is true that solving problems with finite elements does not require to learn complex mathematics. But it is a “nice-to-have,” in the same sense that people who know harmony theory enjoy very much more good music than those who do not.
So my experience tip is this one: even though you do not strictly need them, keep exercising mathematics. You have used [differences of squares](https://en.wikipedia.org/wiki/Difference_of_two_squares) in high school, didn’t you? You know (or at least knew) how to [integrate by parts](https://en.wikipedia.org/wiki/Integration_by_parts). Do you remember what [Laplace transforms](https://en.wikipedia.org/wiki/Laplace_transform) are used for? Once in a while, perform a division of polynomials using [Ruffini’s rule](https://en.wikipedia.org/wiki/Ruffini's_rule). Or compute the second [derivative of the quotient of two functions](https://en.wikipedia.org/wiki/Quotient_rule). Whatever. It should be like doing crosswords on the newspaper. Grab those old physics college books and solve the exercises at the end of each chapter. All the effort will, for sure, pay off later on.
Very much like learning to drive does not involve a lecture on thermodynamics, it is true that solving problems with finite elements does not require to learn complex mathematics. But both thermodynamics and mathematics are “nice-to-have,” in the same sense that people who know harmony theory enjoy very much more good music than those who do not.
So my experience tip is this one: even though you do not strictly need them, keep exercising mathematics. You have used [differences of squares](https://en.wikipedia.org/wiki/Difference_of_two_squares) in high school, didn’t you? You know (or at least knew) how to [integrate by parts](https://en.wikipedia.org/wiki/Integration_by_parts). Do you remember what [Laplace transforms](https://en.wikipedia.org/wiki/Laplace_transform) are used for? Once in a while, perform a division of polynomials using [Ruffini’s rule](https://en.wikipedia.org/wiki/Ruffini's_rule). Or compute the second [derivative of the quotient of two functions](https://en.wikipedia.org/wiki/Quotient_rule). Whatever. It should be like doing crosswords on the newspaper. Grab those old physics college books and solve the exercises at the end of each chapter. All the effort will, trust me, pay off later on.

One final comment: throughout the text I will be referring to “your favourite FEM program.” I bet you do have one. Mine is [CAEplex](https://caeplex.com) (it works on top of [Fino](https://www.seamplex.com/fino), which is free and open source). We will be using your favourite program in this test study to perform some tests and play a little bit. And we will also use it to think about what it means to use a FEM program to generate results that will eventually end up in a written project with your signature. Keep that in mind.
divert(-1)
One final comment: throughout the text I will be referring to “your favourite FEM program.” I bet you do have one. Mine is [CAEplex](https://caeplex.com) (it works on top of [Fino](https://www.seamplex.com/fino), which is free and open source). We will be using your favourite program in this case study to perform some tests and play a little bit. And we will also use it to think about what it means to use a FEM program to generate results that will eventually end up in a written project with your signature. Keep that in mind.
divert(0)


## Case study: reactors, pipes and fatigue {#sec:case}

Piping systems in sensitive industries like nuclear or oil & gas should be designed and analysed following the recommendations of an appropriate set of codes and norms, such as the [ASME\ Boiler and Pressure Vessel Code](https://en.wikipedia.org/wiki/ASME_Boiler_and_Pressure_Vessel_Code).
This code of practice was born during the late\ 19th century, before finite-element methods for solving partial differential equations were even developed. And much longer before they were available for the general engineering community. Therefore, much of the code assumes design and verification is not necessarily performed numerically but with paper and pencil (yes, like in college). It provides guidance in order to ensure pressurised systems behave safely and properly without needing to resort to computational tools. Combining finite-element analysis with the ASME code gives the cognisant engineer a unique combination of tools to tackle the problem of designing and/or verifying pressurised piping systems.
This code of practice was born during the late\ 19th century, before finite-element methods for solving partial differential equations were even developed. And much longer before they were available for the general engineering community. Therefore, much of the code assumes design and verification is not necessarily performed numerically but with paper and pencil (yes, like in college). It provides guidance in order to ensure pressurised systems behave safely and properly without necessarily needing to resort to computational tools. Yet combining finite-element analysis with the ASME code gives the cognisant engineer a unique combination of tools to tackle the problem of designing and/or verifying pressurised piping systems.

In the years following [Enrico Fermi](https://en.wikipedia.org/wiki/Enrico_Fermi)’s demonstration that a self-sustainable [fission reaction](https://en.wikipedia.org/wiki/Nuclear_fission) chain was possible (actually, in fact, after WWII was over), people started to build plants in order to transform the energy stored within an atom’s nucleus into usable electrical power. They quickly reached the conclusion that high-pressure heat exchangers and turbines were needed. So they started to follow codes of practise like the aforementioned ASME\ B&PVC. They also realised that some requirements did not fit the needs of the nuclear industry. But instead of writing a new code from scratch, they added a new chapter to the existing body of knowledge: the celebrated [ASME Section\ III](https://en.wikipedia.org/wiki/ASME_Boiler_and_Pressure_Vessel_Code#ASME_BPVC_Section_III_-_Rules_for_Construction_of_Nuclear_Facility_Components).

@@ -83,19 +85,19 @@ In each of the countries that have at least one nuclear power plant there exists

### Pressurised pipes

Why are pipes subject to fatigue? Well, on the one hand and without getting into many technical details, the most common nuclear reactor design uses liquid water as coolant and moderator. On the other hand, nuclear power plants cannot by-pass the thermodynamics of the [Carnot cycle](https://en.wikipedia.org/wiki/Carnot_cycle), and in order to maximise the efficiency of the conversion of the energy stored in the uranium nuclei into electricity we need to reach temperatures as high as possible. So, if we want to have liquid water in the core as hot as possible, we need to increase the pressure. The limiting temperature and pressure are given by the [critical point of water](https://en.wikipedia.org/wiki/Critical_point_(thermodynamics)), which is around 374ºC and 22\ MPa. It is therefore expected to have temperatures and pressures near those values in many systems of the plant, especially in the primary circuit and those that directly interact with it, such as pressure and inventory control system, decay power removal system, feedwater supply system, emergency core-cooling system, etc.
Why are pipes subject to fatigue? Well, on the one hand and without getting into many technical details, the most common nuclear reactor design uses liquid water too extract the heat generated in the fuel rods (coolant) and to slow down fast neutrons born in the fission process (moderator). Nuclear power plants cannot by-pass the thermodynamics of the [Carnot cycle](https://en.wikipedia.org/wiki/Carnot_cycle) thus in order to maximise the efficiency of the conversion of the energy stored in the uranium nuclei into electricity we need to reach temperatures as high as possible. So, if we want to have liquid water in the core as hot as possible, we need to increase the pressure. The limiting temperature and pressure are given by the [critical point of water](https://en.wikipedia.org/wiki/Critical_point_(thermodynamics)), which is around 374ºC and 22\ MPa. It is therefore expected to have temperatures and pressures near those values in many systems of the plant, especially in the primary circuit (which is in contact with the reactor core) and those that directly interact with it, such as pressure and inventory control system, decay power removal system, feedwater supply system, emergency core-cooling system, etc.

[@Fig:cad-figure] shows the three-dimensional CAD model of a non-real piping system of an imaginary nuclear power plant which will serve as our case study to illustrate the complexities that arise in real-life engineering projects as compared to theoretical pipes drawn on a blackboard. There is a valve with a 10-inch inlet and a 12-inch outlet, there are elbows and a tee, there are supports at the end of the pipes and at intermediate locations, etc. And, more importantly, the 12-inch pipe, the valve body and nozzles are made of stainless steel while the 10-inch pipe is made of carbon steel. So _differential_ thermal expansion leading to non-trivial mechanical stresses are expected to occur if temperature and pressure change in time, which happens a lot because nuclear power plants are not always working at 100% of their maximum power capacity. They need to be maintained and refuelled, they may undergo operational (and some incidental) transients, they might operate at a lower power due to load following conditions, etc.
[@Fig:cad-figure] shows the three-dimensional CAD model of a non-real piping system of an imaginary nuclear power plant which will serve as our case study to illustrate the complexities that arise in real-life engineering projects as compared to theoretical pipes drawn on a blackboard. There is a valve with a 10-inch inlet and a 12-inch outlet. There are elbows and a tee. There are supports at the end of the pipes and at intermediate locations, etc. And, more importantly, the 12-inch pipe, the valve body and the inlet and outlet nozzles are made of stainless steel while the 10-inch pipe is made of carbon steel. So _differential_ thermal expansion leading to non-trivial mechanical stresses are expected to occur if the temperature distribution changes in time. This indeed happens a lot because nuclear power plants are not always working at 100% of their maximum power capacity. They need to be maintained and refuelled, they may undergo operational (and some incidental) transients, they might operate at a lower power due to load following conditions, etc.

![3D\ CAD model for the (non-real) piping system analysed in this study case](cad-figure-annotated.svg){#fig:cad-figure width=85%}
![3D\ CAD model for the (non-real) piping system used as the study case](cad-figure-annotated.svg){#fig:cad-figure width=85%}

It should be noted that this case study is still a simplification of real-life piping systems, which are still more complex that [@fig:cad-figure]. Also, the analysis which we will perform in this chapter is also far more simple than what nuclear regulatory bodies require in order to grant lifetime extension licenses to plant operators. For instance, we will not discuss the analysis of ASME’s primary stresses nor go deep into the design-based earthquake analysis which should be supposed to occur during the operational transients.
It should be noted that this case study is still a simplification of real-life piping systems, which are far more complex that [@fig:cad-figure]. Also, the analysis which we will perform in this chapter is also far more simple than what nuclear regulatory bodies require in order to grant lifetime extension licenses to plant operators. For instance, we will not discuss the analysis of ASME’s primary stresses nor go deep into the design-based earthquake analysis which should be supposed to occur during the operational transients.

dnl An important part of the analysis that almost always applies to nuclear power plants but usually also to other installations is the consideration of a possible seismic event. Given a postulated design earthquake, both the civil structures and the piping system itself need to be able to withstand such a load, even if it occurs at the moment of highest mechanical demand during one of the operational transients.

### Fatigue {#sec:fatigue}

As the transients are postulated to occur cyclically during a number of times throughout the life-time of the plant (plus its extension period), mechanical fatigue in these piping systems may arise. This effect can initiate and grow microscopic cracks at the grain level, called [dislocations](https://en.wikipedia.org/wiki/Dislocations). Cracks can grow at stresses well below the yield level. Once these cracks reach a critical size, the material fails catastrophically. There are currently no complete mechanical models describing fatigue from first principles. Therefore an empirical approach is used. There are two main ways to approach practical fatigue assessment problems using experimental data:
As the transients are postulated to occur cyclically during a number of times throughout the life-time of the plant (plus its extension period), mechanical fatigue in these piping systems may arise. This effect can initiate and grow microscopic cracks at the grain level, called [dislocations](https://en.wikipedia.org/wiki/Dislocations). Cracks can grow at stresses well below the yield level. Once these cracks reach a critical size, the material fails catastrophically [@schijve]. There are currently no complete mechanical models describing fatigue from first principles, thus an empirical approach is used. There are two main ways to approach practical fatigue assessment problems using experimental data:

1. stress life, or
2. strain life
@@ -111,7 +113,7 @@ It should be noted that the fatigue curves are obtained for a particular load ca

## Solid mechanics, or what we are taught at college {#sec:tensor}

So, let us start our journey. Our starting place: undergraduate solid mechanics courses. Our goal: to obtain the internal state of a solid subject to a set of support conditions and loads, i.e. to solve the solid mechanics problem.
Let us start our journey. Our starting place: undergraduate solid mechanics courses. Our goal: to obtain the internal state of a solid subject to a set of support conditions and loads, i.e. to solve the solid mechanics problem.
divert(-1)
It was [Augustin-Louis Cauchy](https://en.wikipedia.org/wiki/Augustin-Louis_Cauchy) who formulated for the first time the elasticity equations we use today. We need to simultaneously solve

@@ -179,7 +181,7 @@ Up to 2010, both sections\ III (nuclear components) and VIII (general pressurise

### An infinitely-long pressurised pipe {#sec:infinite-pipe}

Let us take to our second step, and consider the infinite pipe subject to uniform internal pressure already introduced in\ [@fig:infinite-pipe]. Actually, we are going to solve the mechanical problem on an infinite hollow cylinder, which _looks_ like an imaginary construction called “infinite pipe” that clearly does not exist. This case is usually tackled in college courses, and chances are you already solved it. In fact, the first (and simpler) problem is the “thin cylinder problem.” Then, the “thick cylinder problem” is introduced (the one we solve below), which is slightly more complex. Nevertheless, it has an analytical solution. For the present case, let us consider an infinite pipe (i.e. a hollow cylinder) of internal radius $a$ and external radius $b$ with uniform mechanical properties---Young’s modulus $E$ and Poisson’s ratio $\nu$---subject to an internal uniform pressure $p>0$. [@Fig:timoshenko-cyl] provides a classical illustration of this problem. What follows is more or less what we are taught in school: some equations with a brief explanation of the results. And then we move on to the next subject.
Let us take to our second step, and consider the infinite pipe subject to uniform internal pressure already introduced in\ [@fig:infinite-pipe]. Actually, we are going to solve the mechanical problem on an infinite hollow cylinder, which _looks_ like an imaginary construction called “infinite pipe” that clearly does not exist. This case is usually tackled in college courses, and chances are you already solved it. In fact, the first (and simpler) problem is the “thin cylinder problem.” Then, the “thick cylinder problem” is introduced (the one we solve below), which is slightly more complex. Nevertheless, it does have an analytical solution. For the present case, let us consider an infinite pipe (i.e. a hollow cylinder) of internal radius $a$ and external radius $b$ with uniform mechanical properties---Young’s modulus $E$ and Poisson’s ratio $\nu$---subject to an internal uniform pressure $p>0$. [@Fig:timoshenko-cyl] provides a classical illustration of this problem. What follows is more or less what we are taught in school: some equations with a brief explanation of the results. And then we move on to the next subject.

::::: {#fig:timoshenko}
![Thick cylinder under pressure](fig41.svg){#fig:timoshenko-cyl width=48%}
@@ -188,7 +190,7 @@ Let us take to our second step, and consider the infinite pipe subject to unifor
Figures from [Timoshenko](https://en.wikipedia.org/wiki/Semyon_Timoshenko) seminal book “Theory of elasticity” [@timoshenko]
:::::

Given the cylindrical symmetry of the problem, there can be no dependence on the angular coordinate\ $\theta$ (i.e. there can be no torsion). Also, due to the assumption that the pipe is infinite, no result can depend on the axial direction (i.e. it cannot bend along its axis) so there is only one independent variable, namely the radial coordinate $r$. Moreover, there are only two displacement fields that need to be considered: the axial $u_a(r)$ and the radial $u_r(r)$. The former is identically zero due to the fact that the cylinder is infinite so it makes no sense to assume the pipe can move any finite value along its axis, rendering a [plane strain condition](https://www.ramsay-maunder.co.uk/downloads/NBR03.pdf).
dnl Given the cylindrical symmetry of the problem, there can be no dependence on the angular coordinate\ $\theta$ (i.e. there can be no torsion). Also, due to the assumption that the pipe is infinite, no result can depend on the axial direction (i.e. it cannot bend along its axis) so there is only one independent variable, namely the radial coordinate $r$. Moreover, there are only two displacement fields that need to be considered: the axial $u_a(r)$ and the radial $u_r(r)$. The former is identically zero due to the fact that the cylinder is infinite so it makes no sense to assume the pipe can move any finite value along its axis, rendering a [plane strain condition](https://www.ramsay-maunder.co.uk/downloads/NBR03.pdf).

divert(-1)
The equilibrium equation along the radial direction $r$, also known as the [Lamé](https://en.wikipedia.org/wiki/Gabriel_Lam%C3%A9) equation, can be derived with the aid of [@fig:timoshenko-eq] as
@@ -255,12 +257,12 @@ As the solid is deformed, that is to say that different parts are relatively dis

We can note that

1. The stresses do not depend on the mechanical properties\ $E$ and\ $\nu$ of the material (the displacements do).
1. The stresses do not depend on the value of the Young’s modulus\ $E$ and\ $\sigma_l$ is the only one that depends on\ $\nu$ (the displacements do).
2. All the stresses are linear with the pressure\ $p$, i.e. twice the pressure means twice the stress.
3. The axial stress is uniform and does not depend on the radial coordinate\ $r$.
4. As the stress tensor is diagonal, these three stresses happen to also be the principal stresses.

That is all that what we can say about an infinite pipe with uniform material properties subject to an uniform internal pressure\ $p$. If
That is all that what we can say about an infinite pipe with uniform material properties subject to an uniform internal pressure\ $p$. Note that if

* the pipe was not infinite (say any real pipe that has to start and end somewhere), or
* the cross-section of the pipe was not constant along the axis (say there is an elbow or even a reduction), or
@@ -393,7 +395,7 @@ So we need to address the issue of fatigue in nuclear reactor pipes that

dnl As I wanted to illustrate in [@sec:five], it is very important to decide what kind of problem (actually problems) we should be dealing with.

Since we already agreed there is no way to obtain analytical expressions for the stresses in this general case, we need to employ a numerical scheme to solve the equations. Of course we are choosing the finite element method, but keep in mind that there are a lot of other methods for solving partial differential equations: finite differences, finite volumes, modal methods, etc. In particular, finite elements compute nodal values (i.e. displacements and stresses at discrete points in space) and then provide a way to interpolate back the results into any other arbitrary point of the domain. If the method is applied correctly, a mesh refinement will lead to improved results---at the cost of needing an exponentially-increasing computing power, measured in both CPU and RAM. In the limit of infinite number of nodes, the FEM results converge to the actual solution of the original PDEs.
Since we already agreed there is no way to obtain analytical expressions for the stresses in this general case, we need to employ a numerical scheme to solve the equations. Of course we are choosing the finite element method, but keep in mind that there are a lot of other methods for solving partial differential equations: finite differences, finite volumes, modal methods, etc. Even within finite elements there are many variation, such as displacement-based or mixed formulations, Galerkin or least-squares weighting, and so on. In particular, finite elements compute nodal values (i.e. displacements and stresses at discrete points in space) and then provide a way to interpolate back the results into any other arbitrary point of the domain. If the method is applied correctly, a mesh refinement will lead to improved results---at the cost of needing an exponentially-increasing computing power, measured in both CPU and RAM. In the limit of infinite number of nodes, the FEM results converge to the actual solution of the original PDEs.

For instance, [@fig:ur] shows how some results obtained with the finite element method using different number and order of elements compare to the analytical solution from the previous section. The bullets correspond to the nodal values of the radial displacements and stresses obtained with the finite element method [@pipe-linearized]. The more number of nodes employed, the more accurate the results are---at the expense of an increase of time and computational effort needed to solve the problem.

@@ -402,23 +404,23 @@ For instance, [@fig:ur] shows how some results obtained with the finite element

![$\sigma_r(r)$ [@eq:sigmar].](sigmar.svg){#fig:sigmar width=90%}

Comparison between analytical and FEA displacements and stresses
Comparison between analytical and FEA results [@pipe-linearized]
::::

As a nuclear engineer, I learned (theoretically in college but practically after college) that there are some models that let you see some effects and some that let you see other effects. And even if, in principle, it is true that more complex models should allow you to compute more stuff, they definitely might show you nothing at all if the model is so big and complex that it does not fit into a computer (say because it needs hundreds of terabytes of RAM) or because it takes more time to compute than you may have before the final report is expected.
As a nuclear engineer, I learned (theoretically in college but practically after college) that there are some models that let you see some effects and some that let you see other effects. And even if, in principle, it is true that more complex models should allow you to compute more stuff, they definitely might show you nothing at all if the model is so big and complex that it does not fit into a computer cluster (say because it needs hundreds of terabytes of RAM) or because it takes more time to compute than you may have before the final report is expected.

Therefore, it is worth to take some time to think about what we need to do, what our choices are to build finite-element models and which one is the most cost-effective one. First of all, we need to define which transients are going to be taken into account. For the current case study, we define that the piping system from [@fig:cad-figure] will be subject to the the four simple time histories for the internal pressure\ $p$ and the fluid temperature\ $T$ as a function of time shown in [@fig:pt].^[Actual real piping systems might be subject to dozens of more complex transients.]
Therefore, it is worth to take some time to think about what we need to do, what our choices are to build finite-element [models](https://www.seamplex.com/blog/say-modeling-not-simulation.html) and which one is the most convenient in terms of costs and efficiency. First of all, we need to define which transients are going to be taken into account. For the current imaginary case study, we define that the piping system from [@fig:cad-figure] will be subject to the the four simple (and again imaginary) time histories for the internal pressure\ $p$ and the fluid temperature\ $T$ as a function of time shown in [@fig:pt].^[Actual real piping systems might be subject to dozens of more complex transients.]

::::: {#fig:pt}
![Transient #1: heating from cooldown state](pt-1.svg){#fig:pt1 width=95%}

![Transient #2: cooling from hot pressurized state](pt-2.svg){#fig:pt2 width=95%}
![Transient #2: cooling from hot pressurised state](pt-2.svg){#fig:pt2 width=95%}

![Transient #3: cooldown from full power to zero in hot condition](pt-3.svg){#fig:pt3 width=95%}

![Transient #4: power reduction and turbine trip](pt-4.svg){#fig:pt4 width=95%}

The four transient operational conditions for the case study
The four (imaginary) transient operational conditions for the case study
:::::

Then we note that we need to solve
@@ -430,17 +432,18 @@ Then we note that we need to solve
### Stress classification lines {#sec:scl}
For each time\ $t$ of the operational (or incidental) transients, the pipes are subject to
For each time\ $t$ of the operational (or incidental) transients, the pipes are subject to water flowing with

a. an uniform internal pressure\ $p_i(t)$ that depends on time,
b. a non-uniform internal temperature $T_i(t)$ that gives rise to a non-trivial time-dependent temperature distribution\ $T(\mathbf{x},t)$ in the bulk of the pipes, and
c. internal distributed forces\ $\mathbf{f}=\rho \cdot \mathbf{a}$ at those times where the design earthquake is assumed to occur.
a. an internal pressure\ $p_i(t)$ that depends on time,
b. a certain time-dependent temperature $T_i(t)$ that gives rise to another non-trivial time-dependent temperature distribution\ $T(\mathbf{x},t)$ in the bulk of the pipes.
Also, at those times where the designed earthquake is assumed to occur, there are internal distributed forces\ $\mathbf{f}=\rho \cdot \mathbf{a}$ acting on both the water and the pipes’ steel.

All these effects will give rise to stresses that, if repeated over time, will create and growth microscopic cracks which might end in failure by fatigue. The ASME standard gives a code of conduct on how to estimate this damage, and it starts by asking to define _stress classification lines_ (SCLs). ASME says that they are straight lines that go through a wall of the pipe (or vessel or pump, which is what the ASME code is for) from the inside to the outside and ought to be normal to the iso-stress curves. Stop. Picture yourself a stress field, draw in your head the iso-stress curves (those would be the lines that have the same colour in your picture) and then imagine a set of lines that travel in a perpendicular direction to them. Finally, choose the one that seems the prettiest (which most of the time is the one that seems the easiest). There you go! You now have an SCL. But there is a catch. So far, we have referred to a generic concept of “stress.” Which of the several stresses out there should you picture? One of the three normal, the three shear, von\ Mises, Tresca? Well, actually you will have to imagine tensors instead of scalars. And there might not be such a thing as “iso-stress” curves, let alone normal directions. So pick any radial straight line through the pipe wall at a location that seems relevant and now you are done. In our case study, there will be a few different locations around the material interfaces where high stresses due to differential thermal expansion are expected to occur. Just keep this though with you: it is very important to define where the SCLs are located, as they will define the “quality” of the obtained results.
All these effects will give rise to stresses that, if repeated over time, will create and growth microscopic cracks which might end in failure by fatigue. The ASME standard gives a code of conduct on how to estimate this damage, and it starts by asking to define _stress classification lines_ (SCLs). ASME says that they are straight lines that go through a wall of the pipe (or vessel or pump, which is what the ASME code is for) from the inside to the outside and ought to be normal to the iso-stress curves. Stop. Picture yourself a stress field, draw in your head the iso-stress curves (those would be the lines that have the same colour in your picture) and then imagine a set of lines that travel in a perpendicular direction to them. Finally, choose the one that seems the prettiest (which most of the time is the one that seems the easiest). There you go! You now have an SCL. But there is a catch. So far, we have referred to a generic concept of “stress.” Which of the several stresses out there should you picture? One of the three normal, the three shear, von\ Mises, Tresca? Well, actually you would have to imagine tensors instead of scalars. And there might not be such a thing as “iso-stress” curves, let alone normal directions. So pick any radial straight line through the pipe wall at a location that seems relevant and now you are done. In our case study, there will be a few different locations around the material interfaces where high stresses due to differential thermal expansion are expected to occur. Just keep this though with you: it is very important to define where the SCLs are located, as they will define the “quality” of the obtained results.

![Location of four SCLs defined to analyse fatigue around a material interface](scls.svg){#fig:scls width=90%}
![Location of four SCLs to asses fatigue at a material interface](scls.svg){#fig:scls width=90%}

For the present case study, four SCLs were defined as illustrated in [@fig:scls]: at a distance of three millimeters from the carbon-stainless steel material interface at the valve inlet, on the vertical $x$-$z$ plane, two on each material, two at the bottom and two at the top of the pipes. It is at the internal point of these four SCLs that fatigue resistance is to be assessed.
For the present case study, four SCLs were defined as illustrated in [@fig:scls]: at a distance of three millimetres from the carbon-stainless steel material interface at the valve inlet, on the vertical $x$-$z$ plane, two on each material, two at the bottom and two at the top of the pipes. It is at the internal point of these four SCLs that fatigue resistance is to be assessed.



@@ -448,23 +451,34 @@ For the present case study, four SCLs were defined as illustrated in [@fig:scls]
### Thermal transient {#sec:thermal}

Let us invoke our imagination once again. Assume in one part of the transients the temperature of the water inside the pipes falls from say 250ºC down to room temperature in a couple of minutes, stays cool for another couple of minutes and then gets back to 250ºC (similarly to [@fig:pt]). The temperature within the bulk of the pipes changes as times evolves. The internal wall of the pipes follow the transient temperature (it might be exactly equal or close to it through the [Newton’s law of cooling](https://en.wikipedia.org/wiki/Newton%27s_law_of_cooling)). If the pipe was in a state of uniform temperature, the ramp in the internal wall will start cooling the bulk of the pipe creating a transient thermal gradient. Due to thermal inertia effects, the temperature can have a non-trivial dependence when the ramps start or end (think about it!). So we need to compute a transient heat transfer problem with convective boundary conditions because any other usual tricks like computing a sequence of steady-state computations for different times would not be able to recover these non-trivial distributions.
Let us invoke our imagination once again. Assume in a certain time interval of the transients the temperature of the water inside the pipes fell abruptly from say 250ºC down 250ºC in a few seconds, stayed cool for half an hour and then went back to 250ºC (similarly to [@fig:pt4]). The internal wall of the pipes would follow the transient temperature (it might be exactly equal or close to it through the [Newton’s law of cooling](https://en.wikipedia.org/wiki/Newton%27s_law_of_cooling))
If the pipe was in a state of uniform temperature, the ramp in the internal wall would start cooling the bulk of the pipe creating a transient thermal gradient. Due to thermal inertia effects, the temperature might have a non-trivial dependence when the ramps started or ended. First try to think and picture it! Then see @fig:valve-temp and the videos referenced at @sec:online. So we need to compute a transient heat transfer problem with convective boundary conditions because any other usual tricks like computing a sequence of steady-state computations for different times would not be able to recover these non-trivial distributions.

Remember the main issue of the fatigue analysis in these systems is to analyse what happens around the location of changes of piping classes where different materials (i.e. different expansion coefficients) are present, potentially causing high stresses due to differential thermal expansion (or contraction) under transient conditions. Therefore, even though we are dealing with pipes we cannot use beam or circular shell elements, because we need to take into account the three-dimensional effects of the temperature distribution along the pipe thickness, let alone to model what happens within the body of the valve.

On the one hand, a reasonable number of nodes^[Remember it is the number of degrees of freedom that defines the problem size, which in the finite element method is given by the number of nodes and not by the number of elements. Conversely, if we used finite volumes, it would be given by the number of elements and not by the number of nodes. The two meshes below have the same number of nodes but the one on the right has more nodes and will thus give far more accurate results.\newline![](distorted.png){width=100%}] in order to get a decent grid is around a couple of thousand for each system. On the other hand, solving a couple of dozens of transient heat transfer problems (which we cannot avoid due to the large thermal inertia of the pipes) during a few thousands of seconds over a couple hundred of thousands of nodes might take more time and storage space to hold the results than we might expect.
On the one hand, a reasonable number of nodes^[Remember it is the number of degrees of freedom that defines the problem size, which in the finite element method is given by the number of nodes and not by the number of elements. Conversely, if we used finite volumes, it would be given by the number of elements and not by the number of nodes. The two meshes below have the same number of nodes but the one on the right has more nodes and will thus give far more accurate results.\newline![](distorted.png){width=100%}] in order to get a decent grid is around a couple of thousand for each piping system under study (@fig:mech). On the other hand, solving dozens of transient heat transfer problems during a few thousands of seconds over a couple hundred of thousands of nodes might take more time and storage space to hold the results than we might have.

::: {#fig:mech}
![Full view](mech.png){widih=90% #fig:mech-msh}


![Detail around the material interface](mech-zoom.png){widih=90% #fig:mech-zoom}

Unstructured volumetric mesh for the CAD of [@fig:cad-figure]
:::


There is a wonderful essay by [Isaac Asimov](https://en.wikipedia.org/wiki/Isaac_Asimov) called [“The Relativity of Wrong”](https://en.wikipedia.org/wiki/The_Relativity_of_Wrong) [@relativity-wrong] where he introduces the idea that even if something cannot be computed exactly, there are different levels of error.
There is a wonderful essay by [Isaac Asimov](https://en.wikipedia.org/wiki/Isaac_Asimov) called [“The Relativity of Wrong”](https://en.wikipedia.org/wiki/The_Relativity_of_Wrong) [@relativity-wrong] where he introduces the idea that even if something cannot be computed exactly, there are still different levels of error.

> When people thought the Earth was flat, they were wrong. When people thought the Earth was spherical, they were wrong. But if you think that thinking the Earth is spherical is just as wrong as thinking the Earth is flat, then your view is wronger than both of them put together.

We can then merge this idea by Asimov with an adapted version of the [Saint-Venant's principle](https://en.wikipedia.org/wiki/Saint-Venant%27s_principle) and note that the detailed transient temperature distribution is important only around the location of the SCLs. We can then make an engineering approximation and

1. compute the transient thermal problem using a reduced mesh around the SCLs, and
2. assume the part of the full system which is not contained in the reduced mesh is at an uniform (though not constant) temperature equal to the average of the inner and outer temperatures in the pipe at each side of the reduced mesh.
2. assume the part of the full system which is not contained in the reduced mesh is at an uniform (though not constant in time) temperature equal to the average of the inner and outer temperatures in the pipe at each side of the reduced mesh.


Instead of solving the transient heat-conduction problem with the internal temperature of the pipes equal to the temperature of the water in the reference transient condition of the power plant and an external condition of natural convection to the ambient temperature in the whole geometry of [@fig:cad-figure], a reduced model consisting of half the valve body a small length of the pipes at both the valve inlet and outlet is used as shown in [@fig:valve-temp]. Once the temperature distribution\ $\hat{T}(\mathbf{x},t)$ for each time is obtained in the reduced mesh, the actual temperature distribution\ $T(\mathbf{x},t)$ is computed by an algebraic generalisation of $\hat{T}(\mathbf{x},t)$ in the full mesh of [@fig:cad-figure]. Those locations which are not covered by the reduced model are generalised with a time-dependent uniform temperature which is the average of the inner and outer temperatures at the inlet and outlet of the reduced mesh.
Instead of solving the transient heat-conduction problem with the internal temperature of the pipes equal to the temperature of the water in the reference transient condition of the power plant and an external condition of natural convection to the ambient temperature in the whole geometry of [@fig:cad-figure], a reduced model consisting of half the valve body a small length of the pipes at both the valve inlet and outlet is used as shown in [@fig:valve-temp]. Once the temperature distribution\ $\hat{T}(\mathbf{x},t)$ for each time is obtained in the reduced mesh, the actual temperature distribution\ $T(\mathbf{x},t)$ is computed by an algebraic generalisation of $\hat{T}(\mathbf{x},t)$ in the full mesh of [@fig:mech]. Those locations which are not covered by the reduced model are generalised with a time-dependent uniform temperature which is the average of the inner and outer temperatures at the inlet and outlet of the reduced mesh.

![Transient temperature distribution in a reduced mesh around the valve](temp-valve-commented.svg){#fig:valve-temp width=100%}


+ 4
- 3
pt-1.dat 查看文件

@@ -1,4 +1,5 @@
0 40 0.1
200 40 10
300 300 10
600 300 10
40 40 0.1
240 40 10
340 250 10
640 250 10

二進制
pt-1.pdf 查看文件


+ 130
- 142
pt-1.svg 查看文件

@@ -24,42 +24,39 @@
<path style="stroke:none;" d="M 2.9375 -6.40625 C 2.9375 -6.640625 2.9375 -6.65625 2.703125 -6.65625 C 2.09375 -6.015625 1.203125 -6.015625 0.890625 -6.015625 L 0.890625 -5.703125 C 1.09375 -5.703125 1.6875 -5.703125 2.203125 -5.96875 L 2.203125 -0.796875 C 2.203125 -0.4375 2.171875 -0.3125 1.265625 -0.3125 L 0.953125 -0.3125 L 0.953125 0 C 1.296875 -0.03125 2.171875 -0.03125 2.5625 -0.03125 C 2.96875 -0.03125 3.84375 -0.03125 4.1875 0 L 4.1875 -0.3125 L 3.875 -0.3125 C 2.96875 -0.3125 2.9375 -0.421875 2.9375 -0.796875 Z M 2.9375 -6.40625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-7">
<path style="stroke:none;" d="M 2.90625 -3.515625 C 3.71875 -3.796875 4.296875 -4.484375 4.296875 -5.28125 C 4.296875 -6.09375 3.421875 -6.65625 2.453125 -6.65625 C 1.453125 -6.65625 0.6875 -6.0625 0.6875 -5.296875 C 0.6875 -4.96875 0.90625 -4.78125 1.203125 -4.78125 C 1.515625 -4.78125 1.703125 -5 1.703125 -5.296875 C 1.703125 -5.796875 1.234375 -5.796875 1.09375 -5.796875 C 1.40625 -6.28125 2.0625 -6.40625 2.421875 -6.40625 C 2.828125 -6.40625 3.375 -6.1875 3.375 -5.296875 C 3.375 -5.171875 3.359375 -4.59375 3.09375 -4.15625 C 2.796875 -3.671875 2.453125 -3.640625 2.203125 -3.625 C 2.125 -3.625 1.890625 -3.59375 1.8125 -3.59375 C 1.734375 -3.59375 1.671875 -3.578125 1.671875 -3.484375 C 1.671875 -3.375 1.734375 -3.375 1.90625 -3.375 L 2.34375 -3.375 C 3.171875 -3.375 3.546875 -2.6875 3.546875 -1.703125 C 3.546875 -0.34375 2.84375 -0.0625 2.40625 -0.0625 C 1.984375 -0.0625 1.234375 -0.234375 0.875 -0.8125 C 1.234375 -0.765625 1.546875 -0.984375 1.546875 -1.375 C 1.546875 -1.734375 1.265625 -1.9375 0.984375 -1.9375 C 0.734375 -1.9375 0.421875 -1.796875 0.421875 -1.34375 C 0.421875 -0.4375 1.34375 0.21875 2.4375 0.21875 C 3.65625 0.21875 4.5625 -0.6875 4.5625 -1.703125 C 4.5625 -2.53125 3.9375 -3.3125 2.90625 -3.515625 Z M 2.90625 -3.515625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-8">
<path style="stroke:none;" d="M 2.265625 -3.15625 L 3.953125 -3.15625 C 5.15625 -3.15625 6.234375 -3.96875 6.234375 -4.96875 C 6.234375 -5.953125 5.25 -6.828125 3.875 -6.828125 L 0.34375 -6.828125 L 0.34375 -6.515625 L 0.59375 -6.515625 C 1.359375 -6.515625 1.375 -6.40625 1.375 -6.046875 L 1.375 -0.78125 C 1.375 -0.421875 1.359375 -0.3125 0.59375 -0.3125 L 0.34375 -0.3125 L 0.34375 0 C 0.703125 -0.03125 1.4375 -0.03125 1.8125 -0.03125 C 2.203125 -0.03125 2.953125 -0.03125 3.296875 0 L 3.296875 -0.3125 L 3.0625 -0.3125 C 2.296875 -0.3125 2.265625 -0.421875 2.265625 -0.78125 Z M 2.234375 -3.421875 L 2.234375 -6.125 C 2.234375 -6.453125 2.265625 -6.515625 2.734375 -6.515625 L 3.625 -6.515625 C 5.203125 -6.515625 5.203125 -5.453125 5.203125 -4.96875 C 5.203125 -4.5 5.203125 -3.421875 3.625 -3.421875 Z M 2.234375 -3.421875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-9">
<symbol overflow="visible" id="glyph0-8">
<path style="stroke:none;" d="M 1.671875 -3.3125 L 1.671875 -4.421875 L 0.28125 -4.3125 L 0.28125 -4 C 0.984375 -4 1.0625 -3.9375 1.0625 -3.4375 L 1.0625 -0.765625 C 1.0625 -0.3125 0.953125 -0.3125 0.28125 -0.3125 L 0.28125 0 C 0.671875 -0.015625 1.140625 -0.03125 1.421875 -0.03125 C 1.8125 -0.03125 2.296875 -0.03125 2.6875 0 L 2.6875 -0.3125 L 2.484375 -0.3125 C 1.734375 -0.3125 1.71875 -0.421875 1.71875 -0.78125 L 1.71875 -2.3125 C 1.71875 -3.3125 2.140625 -4.203125 2.90625 -4.203125 C 2.96875 -4.203125 2.984375 -4.203125 3.015625 -4.1875 C 2.984375 -4.1875 2.78125 -4.0625 2.78125 -3.796875 C 2.78125 -3.515625 2.984375 -3.375 3.203125 -3.375 C 3.390625 -3.375 3.640625 -3.484375 3.640625 -3.8125 C 3.640625 -4.125 3.328125 -4.421875 2.90625 -4.421875 C 2.171875 -4.421875 1.8125 -3.75 1.671875 -3.3125 Z M 1.671875 -3.3125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-10">
<symbol overflow="visible" id="glyph0-9">
<path style="stroke:none;" d="M 1.125 -2.515625 C 1.1875 -4.015625 2.015625 -4.265625 2.359375 -4.265625 C 3.390625 -4.265625 3.484375 -2.90625 3.484375 -2.515625 Z M 1.109375 -2.3125 L 3.90625 -2.3125 C 4.125 -2.3125 4.15625 -2.3125 4.15625 -2.515625 C 4.15625 -3.515625 3.609375 -4.484375 2.359375 -4.484375 C 1.203125 -4.484375 0.28125 -3.453125 0.28125 -2.203125 C 0.28125 -0.859375 1.328125 0.109375 2.484375 0.109375 C 3.703125 0.109375 4.15625 -1 4.15625 -1.1875 C 4.15625 -1.296875 4.0625 -1.3125 4.015625 -1.3125 C 3.9375 -1.3125 3.90625 -1.25 3.890625 -1.171875 C 3.546875 -0.140625 2.640625 -0.140625 2.546875 -0.140625 C 2.046875 -0.140625 1.640625 -0.4375 1.40625 -0.8125 C 1.109375 -1.296875 1.109375 -1.953125 1.109375 -2.3125 Z M 1.109375 -2.3125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-11">
<symbol overflow="visible" id="glyph0-10">
<path style="stroke:none;" d="M 2.078125 -1.9375 C 2.296875 -1.90625 3.125 -1.734375 3.125 -1.015625 C 3.125 -0.515625 2.765625 -0.109375 1.984375 -0.109375 C 1.15625 -0.109375 0.796875 -0.6875 0.59375 -1.53125 C 0.5625 -1.65625 0.5625 -1.703125 0.453125 -1.703125 C 0.328125 -1.703125 0.328125 -1.625 0.328125 -1.453125 L 0.328125 -0.125 C 0.328125 0.046875 0.328125 0.109375 0.4375 0.109375 C 0.484375 0.109375 0.5 0.09375 0.6875 -0.09375 C 0.703125 -0.109375 0.703125 -0.125 0.890625 -0.3125 C 1.328125 0.09375 1.78125 0.109375 1.984375 0.109375 C 3.140625 0.109375 3.59375 -0.5625 3.59375 -1.28125 C 3.59375 -1.8125 3.296875 -2.109375 3.1875 -2.234375 C 2.84375 -2.546875 2.453125 -2.625 2.046875 -2.703125 C 1.484375 -2.8125 0.8125 -2.953125 0.8125 -3.53125 C 0.8125 -3.875 1.0625 -4.296875 1.9375 -4.296875 C 3.03125 -4.296875 3.078125 -3.390625 3.09375 -3.078125 C 3.109375 -2.984375 3.203125 -2.984375 3.21875 -2.984375 C 3.34375 -2.984375 3.34375 -3.046875 3.34375 -3.234375 L 3.34375 -4.234375 C 3.34375 -4.40625 3.34375 -4.484375 3.234375 -4.484375 C 3.1875 -4.484375 3.171875 -4.484375 3.046875 -4.359375 C 3.015625 -4.3125 2.90625 -4.234375 2.875 -4.203125 C 2.484375 -4.484375 2.078125 -4.484375 1.9375 -4.484375 C 0.703125 -4.484375 0.328125 -3.8125 0.328125 -3.25 C 0.328125 -2.90625 0.484375 -2.625 0.765625 -2.40625 C 1.078125 -2.140625 1.359375 -2.078125 2.078125 -1.9375 Z M 2.078125 -1.9375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-12">
<symbol overflow="visible" id="glyph0-11">
<path style="stroke:none;" d="M 3.90625 -0.796875 L 3.90625 0.109375 L 5.34375 0 L 5.34375 -0.3125 C 4.65625 -0.3125 4.5625 -0.375 4.5625 -0.875 L 4.5625 -4.421875 L 3.09375 -4.3125 L 3.09375 -4 C 3.796875 -4 3.875 -3.9375 3.875 -3.4375 L 3.875 -1.65625 C 3.875 -0.796875 3.40625 -0.109375 2.671875 -0.109375 C 1.828125 -0.109375 1.796875 -0.578125 1.796875 -1.09375 L 1.796875 -4.421875 L 0.3125 -4.3125 L 0.3125 -4 C 1.09375 -4 1.09375 -3.96875 1.09375 -3.078125 L 1.09375 -1.578125 C 1.09375 -0.796875 1.09375 0.109375 2.625 0.109375 C 3.1875 0.109375 3.625 -0.171875 3.90625 -0.796875 Z M 3.90625 -0.796875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-13">
<symbol overflow="visible" id="glyph0-12">
<path style="stroke:none;" d="M 3.3125 2.40625 C 3.3125 2.375 3.3125 2.34375 3.140625 2.1875 C 1.890625 0.921875 1.5625 -0.96875 1.5625 -2.5 C 1.5625 -4.234375 1.953125 -5.984375 3.1875 -7.234375 C 3.3125 -7.34375 3.3125 -7.375 3.3125 -7.40625 C 3.3125 -7.46875 3.265625 -7.5 3.203125 -7.5 C 3.109375 -7.5 2.203125 -6.8125 1.625 -5.546875 C 1.109375 -4.453125 0.984375 -3.34375 0.984375 -2.5 C 0.984375 -1.71875 1.09375 -0.515625 1.65625 0.625 C 2.25 1.84375 3.109375 2.5 3.203125 2.5 C 3.265625 2.5 3.3125 2.46875 3.3125 2.40625 Z M 3.3125 2.40625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-14">
<symbol overflow="visible" id="glyph0-13">
<path style="stroke:none;" d="M 2.890625 -2.5 C 2.890625 -3.28125 2.78125 -4.484375 2.234375 -5.625 C 1.625 -6.84375 0.765625 -7.5 0.671875 -7.5 C 0.609375 -7.5 0.5625 -7.453125 0.5625 -7.40625 C 0.5625 -7.375 0.5625 -7.34375 0.765625 -7.171875 C 1.734375 -6.1875 2.3125 -4.59375 2.3125 -2.5 C 2.3125 -0.796875 1.9375 0.96875 0.703125 2.234375 C 0.5625 2.34375 0.5625 2.375 0.5625 2.40625 C 0.5625 2.453125 0.609375 2.5 0.671875 2.5 C 0.765625 2.5 1.671875 1.8125 2.265625 0.546875 C 2.765625 -0.546875 2.890625 -1.65625 2.890625 -2.5 Z M 2.890625 -2.5 "/>
</symbol>
<symbol overflow="visible" id="glyph0-15">
<symbol overflow="visible" id="glyph0-14">
<path style="stroke:none;" d="M 6.65625 -6.765625 L 0.546875 -6.765625 L 0.359375 -4.515625 L 0.609375 -4.515625 C 0.75 -6.125 0.90625 -6.453125 2.40625 -6.453125 C 2.59375 -6.453125 2.84375 -6.453125 2.953125 -6.4375 C 3.15625 -6.40625 3.15625 -6.296875 3.15625 -6.0625 L 3.15625 -0.796875 C 3.15625 -0.453125 3.15625 -0.3125 2.109375 -0.3125 L 1.703125 -0.3125 L 1.703125 0 C 2.125 -0.03125 3.140625 -0.03125 3.59375 -0.03125 C 4.0625 -0.03125 5.09375 -0.03125 5.5 0 L 5.5 -0.3125 L 5.09375 -0.3125 C 4.046875 -0.3125 4.046875 -0.453125 4.046875 -0.796875 L 4.046875 -6.0625 C 4.046875 -6.265625 4.046875 -6.40625 4.234375 -6.4375 C 4.34375 -6.453125 4.609375 -6.453125 4.796875 -6.453125 C 6.3125 -6.453125 6.453125 -6.125 6.59375 -4.515625 L 6.84375 -4.515625 Z M 6.65625 -6.765625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-16">
<symbol overflow="visible" id="glyph0-15">
<path style="stroke:none;" d="M 1.09375 -3.4375 L 1.09375 -0.765625 C 1.09375 -0.3125 0.984375 -0.3125 0.3125 -0.3125 L 0.3125 0 C 0.671875 -0.015625 1.1875 -0.03125 1.453125 -0.03125 C 1.703125 -0.03125 2.234375 -0.015625 2.5625 0 L 2.5625 -0.3125 C 1.90625 -0.3125 1.796875 -0.3125 1.796875 -0.765625 L 1.796875 -2.59375 C 1.796875 -3.640625 2.5 -4.203125 3.140625 -4.203125 C 3.765625 -4.203125 3.875 -3.65625 3.875 -3.09375 L 3.875 -0.765625 C 3.875 -0.3125 3.765625 -0.3125 3.09375 -0.3125 L 3.09375 0 C 3.453125 -0.015625 3.953125 -0.03125 4.234375 -0.03125 C 4.484375 -0.03125 5.015625 -0.015625 5.34375 0 L 5.34375 -0.3125 C 4.6875 -0.3125 4.5625 -0.3125 4.5625 -0.765625 L 4.5625 -2.59375 C 4.5625 -3.640625 5.28125 -4.203125 5.921875 -4.203125 C 6.546875 -4.203125 6.65625 -3.65625 6.65625 -3.09375 L 6.65625 -0.765625 C 6.65625 -0.3125 6.546875 -0.3125 5.875 -0.3125 L 5.875 0 C 6.234375 -0.015625 6.734375 -0.03125 7.015625 -0.03125 C 7.265625 -0.03125 7.796875 -0.015625 8.125 0 L 8.125 -0.3125 C 7.609375 -0.3125 7.359375 -0.3125 7.34375 -0.609375 L 7.34375 -2.515625 C 7.34375 -3.375 7.34375 -3.6875 7.046875 -4.046875 C 6.90625 -4.21875 6.5625 -4.421875 5.984375 -4.421875 C 5.15625 -4.421875 4.703125 -3.8125 4.546875 -3.4375 C 4.40625 -4.3125 3.65625 -4.421875 3.203125 -4.421875 C 2.484375 -4.421875 2.015625 -3.984375 1.734375 -3.375 L 1.734375 -4.421875 L 0.3125 -4.3125 L 0.3125 -4 C 1.015625 -4 1.09375 -3.9375 1.09375 -3.4375 Z M 1.09375 -3.4375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-17">
<symbol overflow="visible" id="glyph0-16">
<path style="stroke:none;" d="M 1.71875 -3.765625 L 1.71875 -4.421875 L 0.28125 -4.3125 L 0.28125 -4 C 0.984375 -4 1.0625 -3.9375 1.0625 -3.5 L 1.0625 1.1875 C 1.0625 1.625 0.953125 1.625 0.28125 1.625 L 0.28125 1.9375 C 0.625 1.9375 1.140625 1.90625 1.40625 1.90625 C 1.671875 1.90625 2.1875 1.9375 2.53125 1.9375 L 2.53125 1.625 C 1.859375 1.625 1.75 1.625 1.75 1.1875 L 1.75 -0.59375 C 1.796875 -0.4375 2.21875 0.109375 2.984375 0.109375 C 4.171875 0.109375 5.203125 -0.875 5.203125 -2.15625 C 5.203125 -3.4375 4.234375 -4.421875 3.125 -4.421875 C 2.34375 -4.421875 1.921875 -3.984375 1.71875 -3.765625 Z M 1.75 -1.140625 L 1.75 -3.375 C 2.046875 -3.875 2.53125 -4.171875 3.046875 -4.171875 C 3.765625 -4.171875 4.375 -3.296875 4.375 -2.15625 C 4.375 -0.953125 3.6875 -0.109375 2.9375 -0.109375 C 2.546875 -0.109375 2.15625 -0.3125 1.890625 -0.71875 C 1.75 -0.9375 1.75 -0.9375 1.75 -1.140625 Z M 1.75 -1.140625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-18">
<symbol overflow="visible" id="glyph0-17">
<path style="stroke:none;" d="M 3.328125 -0.765625 C 3.375 -0.359375 3.640625 0.0625 4.109375 0.0625 C 4.3125 0.0625 4.9375 -0.078125 4.9375 -0.890625 L 4.9375 -1.453125 L 4.6875 -1.453125 L 4.6875 -0.890625 C 4.6875 -0.3125 4.4375 -0.25 4.3125 -0.25 C 3.984375 -0.25 3.953125 -0.703125 3.953125 -0.75 L 3.953125 -2.75 C 3.953125 -3.171875 3.953125 -3.5625 3.59375 -3.9375 C 3.203125 -4.3125 2.703125 -4.484375 2.21875 -4.484375 C 1.40625 -4.484375 0.703125 -4.015625 0.703125 -3.34375 C 0.703125 -3.046875 0.90625 -2.875 1.171875 -2.875 C 1.453125 -2.875 1.625 -3.078125 1.625 -3.34375 C 1.625 -3.453125 1.578125 -3.796875 1.125 -3.796875 C 1.390625 -4.15625 1.875 -4.265625 2.203125 -4.265625 C 2.6875 -4.265625 3.265625 -3.875 3.265625 -2.984375 L 3.265625 -2.609375 C 2.75 -2.578125 2.046875 -2.546875 1.421875 -2.25 C 0.671875 -1.90625 0.421875 -1.390625 0.421875 -0.953125 C 0.421875 -0.140625 1.390625 0.109375 2.015625 0.109375 C 2.6875 0.109375 3.140625 -0.296875 3.328125 -0.765625 Z M 3.265625 -2.40625 L 3.265625 -1.40625 C 3.265625 -0.453125 2.546875 -0.109375 2.09375 -0.109375 C 1.59375 -0.109375 1.1875 -0.453125 1.1875 -0.953125 C 1.1875 -1.515625 1.609375 -2.34375 3.265625 -2.40625 Z M 3.265625 -2.40625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-19">
<symbol overflow="visible" id="glyph0-18">
<path style="stroke:none;" d="M 1.734375 -4 L 3.15625 -4 L 3.15625 -4.3125 L 1.734375 -4.3125 L 1.734375 -6.15625 L 1.484375 -6.15625 C 1.46875 -5.328125 1.171875 -4.265625 0.1875 -4.21875 L 0.1875 -4 L 1.046875 -4 L 1.046875 -1.234375 C 1.046875 -0.015625 1.96875 0.109375 2.328125 0.109375 C 3.046875 0.109375 3.3125 -0.59375 3.3125 -1.234375 L 3.3125 -1.8125 L 3.0625 -1.8125 L 3.0625 -1.265625 C 3.0625 -0.515625 2.765625 -0.140625 2.40625 -0.140625 C 1.734375 -0.140625 1.734375 -1.046875 1.734375 -1.21875 Z M 1.734375 -4 "/>
</symbol>
<symbol overflow="visible" id="glyph1-0">
@@ -131,125 +128,122 @@
</g>
</defs>
<g id="surface1">
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 462.8125 159.215625 L 462.8125 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 576.210938 159.215625 L 576.210938 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 689.609375 159.215625 L 689.609375 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 802.890625 159.215625 L 802.890625 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 916.289062 159.215625 L 916.289062 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1029.726562 159.215625 L 1029.726562 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1143.125 159.215625 L 1143.125 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1256.523438 159.215625 L 1256.523438 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1369.921875 159.215625 L 1369.921875 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1596.601562 159.215625 L 1596.601562 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1710 159.215625 L 1710 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1823.398438 159.215625 L 1823.398438 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1936.796875 159.215625 L 1936.796875 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 470.898438 159.215625 L 470.898438 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 592.421875 159.215625 L 592.421875 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 713.90625 159.215625 L 713.90625 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 835.3125 159.215625 L 835.3125 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 956.796875 159.215625 L 956.796875 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1078.320312 159.215625 L 1078.320312 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1199.804688 159.215625 L 1199.804688 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1442.8125 159.215625 L 1442.8125 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1564.21875 159.215625 L 1564.21875 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1685.703125 159.215625 L 1685.703125 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1807.226562 159.215625 L 1807.226562 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1928.710938 159.215625 L 1928.710938 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2050.195312 159.215625 L 2050.195312 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2163.59375 159.215625 L 2163.59375 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2276.992188 159.215625 L 2276.992188 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2390.3125 159.215625 L 2390.3125 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2503.710938 159.215625 L 2503.710938 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2730.507812 159.215625 L 2730.507812 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2843.90625 159.215625 L 2843.90625 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2957.304688 159.215625 L 2957.304688 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3070.703125 159.215625 L 3070.703125 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3184.023438 159.215625 L 3184.023438 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3297.421875 159.215625 L 3297.421875 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3410.820312 159.215625 L 3410.820312 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3524.21875 159.215625 L 3524.21875 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3637.617188 159.215625 L 3637.617188 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2171.71875 159.215625 L 2171.71875 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2414.609375 159.215625 L 2414.609375 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2536.09375 159.215625 L 2536.09375 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2657.617188 159.215625 L 2657.617188 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2779.101562 159.215625 L 2779.101562 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2900.625 159.215625 L 2900.625 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3022.109375 159.215625 L 3022.109375 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3143.59375 159.215625 L 3143.59375 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3386.523438 159.215625 L 3386.523438 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3508.007812 159.215625 L 3508.007812 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3629.492188 159.215625 L 3629.492188 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3751.015625 159.215625 L 3751.015625 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 159.215625 L 349.414062 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1483.320312 159.215625 L 1483.320312 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2617.109375 159.215625 L 2617.109375 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3751.015625 159.215625 L 3751.015625 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1321.328125 159.215625 L 1321.328125 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2293.203125 159.215625 L 2293.203125 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3265 159.215625 L 3265 1009.60625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 159.215625 L 3751.015625 159.215625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 545.7 L 3751.015625 545.7 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 932.301562 L 3751.015625 932.301562 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 528.903125 L 3751.015625 528.903125 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 898.707812 L 3751.015625 898.707812 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 159.215625 L 3751.015625 159.215625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 545.7 L 3751.015625 545.7 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 932.301562 L 3751.015625 932.301562 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 528.903125 L 3751.015625 528.903125 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 898.707812 L 3751.015625 898.707812 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 159.215625 L 3751.015625 159.215625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 402.223437 L 3751.015625 402.223437 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 645.114062 L 3751.015625 645.114062 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 888.121875 L 3751.015625 888.121875 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:11.3386;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,65.098572%,31.369019%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 166.910937 L 1483.320312 932.301562 L 3751.015625 932.301562 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 37.414062 102.378906 C 37.414062 101.011719 36.308594 99.90625 34.941406 99.90625 C 33.574219 99.90625 32.464844 101.011719 32.464844 102.378906 C 32.464844 103.746094 33.574219 104.855469 34.941406 104.855469 C 36.308594 104.855469 37.414062 103.746094 37.414062 102.378906 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 150.804688 25.839844 C 150.804688 24.472656 149.699219 23.363281 148.332031 23.363281 C 146.964844 23.363281 145.855469 24.472656 145.855469 25.839844 C 145.855469 27.207031 146.964844 28.316406 148.332031 28.316406 C 149.699219 28.316406 150.804688 27.207031 150.804688 25.839844 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 207.496094 25.839844 C 207.496094 24.472656 206.386719 23.363281 205.019531 23.363281 C 203.652344 23.363281 202.546875 24.472656 202.546875 25.839844 C 202.546875 27.207031 203.652344 28.316406 205.019531 28.316406 C 206.386719 28.316406 207.496094 27.207031 207.496094 25.839844 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 377.574219 25.839844 C 377.574219 24.472656 376.46875 23.363281 375.101562 23.363281 C 373.734375 23.363281 372.625 24.472656 372.625 25.839844 C 372.625 27.207031 373.734375 28.316406 375.101562 28.316406 C 376.46875 28.316406 377.574219 27.207031 377.574219 25.839844 "/>
<path style="fill:none;stroke-width:11.3386;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.939758%,10.978699%,14.118958%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 256.403125 L 1483.320312 256.403125 L 2050.195312 888.121875 L 3751.015625 888.121875 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 32.691406 95.679688 L 37.191406 95.679688 L 37.191406 91.179688 L 32.691406 91.179688 Z M 32.691406 95.679688 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 146.082031 95.679688 L 150.582031 95.679688 L 150.582031 91.179688 L 146.082031 91.179688 Z M 146.082031 95.679688 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 202.769531 32.507812 L 207.269531 32.507812 L 207.269531 28.007812 L 202.769531 28.007812 Z M 202.769531 32.507812 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 372.851562 32.507812 L 377.351562 32.507812 L 377.351562 28.007812 L 372.851562 28.007812 Z M 372.851562 32.507812 "/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 462.8875 L 3751.015625 462.8875 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 766.598437 L 3751.015625 766.598437 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:11.3386;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,65.098572%,31.369019%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 166.598437 L 543.828125 166.598437 L 1515.703125 898.707812 L 3459.414062 898.707812 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 37.414062 102.410156 C 37.414062 101.042969 36.308594 99.933594 34.941406 99.933594 C 33.574219 99.933594 32.464844 101.042969 32.464844 102.410156 C 32.464844 103.777344 33.574219 104.882812 34.941406 104.882812 C 36.308594 104.882812 37.414062 103.777344 37.414062 102.410156 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 56.855469 102.410156 C 56.855469 101.042969 55.746094 99.933594 54.382812 99.933594 C 53.015625 99.933594 51.90625 101.042969 51.90625 102.410156 C 51.90625 103.777344 53.015625 104.882812 54.382812 104.882812 C 55.746094 104.882812 56.855469 103.777344 56.855469 102.410156 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 154.046875 29.199219 C 154.046875 27.832031 152.9375 26.722656 151.570312 26.722656 C 150.203125 26.722656 149.097656 27.832031 149.097656 29.199219 C 149.097656 30.566406 150.203125 31.675781 151.570312 31.675781 C 152.9375 31.675781 154.046875 30.566406 154.046875 29.199219 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 202.636719 29.199219 C 202.636719 27.832031 201.527344 26.722656 200.160156 26.722656 C 198.792969 26.722656 197.6875 27.832031 197.6875 29.199219 C 197.6875 30.566406 198.792969 31.675781 200.160156 31.675781 C 201.527344 31.675781 202.636719 30.566406 202.636719 29.199219 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 348.414062 29.199219 C 348.414062 27.832031 347.308594 26.722656 345.941406 26.722656 C 344.574219 26.722656 343.464844 27.832031 343.464844 29.199219 C 343.464844 30.566406 344.574219 31.675781 345.941406 31.675781 C 347.308594 31.675781 348.414062 30.566406 348.414062 29.199219 "/>
<path style="fill:none;stroke-width:11.3386;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.939758%,10.978699%,14.118958%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 280.7 L 1515.703125 280.7 L 2001.601562 918.5125 L 3459.414062 918.5125 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 32.691406 93.25 L 37.191406 93.25 L 37.191406 88.75 L 32.691406 88.75 Z M 32.691406 93.25 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 52.132812 93.25 L 56.632812 93.25 L 56.632812 88.75 L 52.132812 88.75 Z M 52.132812 93.25 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 149.320312 93.25 L 153.820312 93.25 L 153.820312 88.75 L 149.320312 88.75 Z M 149.320312 93.25 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 197.910156 29.46875 L 202.410156 29.46875 L 202.410156 24.96875 L 197.910156 24.96875 Z M 197.910156 29.46875 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 343.691406 29.46875 L 348.191406 29.46875 L 348.191406 24.96875 L 343.691406 24.96875 Z M 343.691406 29.46875 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;" d="M 370.660156 103.148438 L 369.550781 105.449219 L 375.101562 103.148438 L 369.550781 100.847656 Z M 370.660156 103.148438 "/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 159.215625 L 3706.601562 159.215625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 159.215625 L 349.414062 193.2 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="32.45" y="118.564141"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1483.320312 159.215625 L 1483.320312 193.2 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1321.328125 159.215625 L 1321.328125 193.2 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="140.86" y="118.564141"/>
<use xlink:href="#glyph0-1" x="145.86" y="118.564141"/>
<use xlink:href="#glyph0-1" x="150.86" y="118.564141"/>
<use xlink:href="#glyph0-2" x="124.66" y="118.564141"/>
<use xlink:href="#glyph0-1" x="129.66" y="118.564141"/>
<use xlink:href="#glyph0-1" x="134.66" y="118.564141"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2617.109375 159.215625 L 2617.109375 193.2 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2293.203125 159.215625 L 2293.203125 193.2 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-3" x="254.24" y="118.564141"/>
<use xlink:href="#glyph0-1" x="259.24" y="118.564141"/>
<use xlink:href="#glyph0-1" x="264.24" y="118.564141"/>
<use xlink:href="#glyph0-3" x="221.85" y="118.564141"/>
<use xlink:href="#glyph0-1" x="226.85" y="118.564141"/>
<use xlink:href="#glyph0-1" x="231.85" y="118.564141"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3265 159.215625 L 3265 193.2 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-4" x="367.6302" y="118.564141"/>
<use xlink:href="#glyph0-1" x="372.6302" y="118.564141"/>
<use xlink:href="#glyph0-1" x="377.6302" y="118.564141"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 462.8125 159.215625 L 462.8125 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 576.210938 159.215625 L 576.210938 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 689.609375 159.215625 L 689.609375 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 802.890625 159.215625 L 802.890625 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 916.289062 159.215625 L 916.289062 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1029.726562 159.215625 L 1029.726562 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1143.125 159.215625 L 1143.125 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1256.523438 159.215625 L 1256.523438 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1369.921875 159.215625 L 1369.921875 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1596.601562 159.215625 L 1596.601562 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1710 159.215625 L 1710 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1823.398438 159.215625 L 1823.398438 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1936.796875 159.215625 L 1936.796875 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<use xlink:href="#glyph0-4" x="319.03" y="118.564141"/>
<use xlink:href="#glyph0-1" x="324.03" y="118.564141"/>
<use xlink:href="#glyph0-1" x="329.03" y="118.564141"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 470.898438 159.215625 L 470.898438 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 592.421875 159.215625 L 592.421875 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 713.90625 159.215625 L 713.90625 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 835.3125 159.215625 L 835.3125 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 956.796875 159.215625 L 956.796875 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1078.320312 159.215625 L 1078.320312 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1199.804688 159.215625 L 1199.804688 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1442.8125 159.215625 L 1442.8125 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1564.21875 159.215625 L 1564.21875 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1685.703125 159.215625 L 1685.703125 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1807.226562 159.215625 L 1807.226562 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1928.710938 159.215625 L 1928.710938 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2050.195312 159.215625 L 2050.195312 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2163.59375 159.215625 L 2163.59375 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2276.992188 159.215625 L 2276.992188 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2390.3125 159.215625 L 2390.3125 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2503.710938 159.215625 L 2503.710938 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2730.507812 159.215625 L 2730.507812 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2843.90625 159.215625 L 2843.90625 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2957.304688 159.215625 L 2957.304688 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3070.703125 159.215625 L 3070.703125 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3184.023438 159.215625 L 3184.023438 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3297.421875 159.215625 L 3297.421875 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3410.820312 159.215625 L 3410.820312 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3524.21875 159.215625 L 3524.21875 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3637.617188 159.215625 L 3637.617188 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2171.71875 159.215625 L 2171.71875 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2414.609375 159.215625 L 2414.609375 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2536.09375 159.215625 L 2536.09375 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2657.617188 159.215625 L 2657.617188 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2779.101562 159.215625 L 2779.101562 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2900.625 159.215625 L 2900.625 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3022.109375 159.215625 L 3022.109375 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3143.59375 159.215625 L 3143.59375 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3386.523438 159.215625 L 3386.523438 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3508.007812 159.215625 L 3508.007812 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3629.492188 159.215625 L 3629.492188 183.317187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;" d="M 34.941406 22.550781 L 37.242188 23.648438 L 34.941406 18.109375 L 32.640625 23.648438 Z M 34.941406 22.550781 "/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 159.215625 L 349.414062 965.192187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 159.215625 L 383.398438 159.215625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="21.4598" y="106.6341"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 545.7 L 383.398438 545.7 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 528.903125 L 383.398438 528.903125 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-5" x="21.4598" y="67.9841"/>
<use xlink:href="#glyph0-5" x="21.4598" y="69.6641"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 932.301562 L 383.398438 932.301562 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 898.707812 L 383.398438 898.707812 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-6" x="16.4801" y="29.3239"/>
<use xlink:href="#glyph0-1" x="21.4801" y="29.3239"/>
<use xlink:href="#glyph0-6" x="16.4801" y="32.6841"/>
<use xlink:href="#glyph0-1" x="21.4801" y="32.6841"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 159.215625 L 373.515625 159.215625 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 545.7 L 373.515625 545.7 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 932.301562 L 373.515625 932.301562 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 528.903125 L 373.515625 528.903125 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 898.707812 L 373.515625 898.707812 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="7.97461" y="97.9501"/>
<use xlink:href="#glyph1-2" x="7.97461" y="91.1501"/>
@@ -277,23 +271,17 @@
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="383.6" y="106.6341"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3751.015625 402.223437 L 3716.992188 402.223437 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-6" x="383.6" y="82.3341"/>
<use xlink:href="#glyph0-1" x="388.6" y="82.3341"/>
<use xlink:href="#glyph0-1" x="393.6" y="82.3341"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3751.015625 645.114062 L 3716.992188 645.114062 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3751.015625 462.8875 L 3716.992188 462.8875 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="383.6" y="58.0438"/>
<use xlink:href="#glyph0-1" x="388.6" y="58.0438"/>
<use xlink:href="#glyph0-1" x="393.6" y="58.0438"/>
<use xlink:href="#glyph0-6" x="383.6" y="76.2641"/>
<use xlink:href="#glyph0-1" x="388.6" y="76.2641"/>
<use xlink:href="#glyph0-1" x="393.6" y="76.2641"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3751.015625 888.121875 L 3716.992188 888.121875 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3751.015625 766.598437 L 3716.992188 766.598437 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-7" x="383.6" y="33.7438"/>
<use xlink:href="#glyph0-1" x="388.6" y="33.7438"/>
<use xlink:href="#glyph0-1" x="393.6" y="33.7438"/>
<use xlink:href="#glyph0-2" x="383.6" y="45.8938"/>
<use xlink:href="#glyph0-1" x="388.6" y="45.8938"/>
<use xlink:href="#glyph0-1" x="393.6" y="45.8938"/>
</g>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph1-10" x="415.025" y="101.9001"/>
@@ -323,57 +311,57 @@
<path style="fill:none;stroke-width:11.3386;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,65.098572%,31.369019%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1089.296875 1145.817187 L 1242.421875 1145.817187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 119.066406 4.488281 C 119.066406 3.121094 117.957031 2.015625 116.589844 2.015625 C 115.222656 2.015625 114.117188 3.121094 114.117188 4.488281 C 114.117188 5.855469 115.222656 6.964844 116.589844 6.964844 C 117.957031 6.964844 119.066406 5.855469 119.066406 4.488281 "/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-8" x="129.34" y="7.974"/>
<use xlink:href="#glyph0-9" x="136.14" y="7.974"/>
<use xlink:href="#glyph0-10" x="140.05" y="7.974"/>
<use xlink:href="#glyph0-11" x="144.49" y="7.974"/>
<use xlink:href="#glyph0-11" x="148.43" y="7.974"/>
<use xlink:href="#glyph0-12" x="152.37" y="7.974"/>
<use xlink:href="#glyph0-9" x="157.92" y="7.974"/>
<use xlink:href="#glyph0-10" x="161.83" y="7.974"/>
<use xlink:href="#glyph0-7" x="129.34" y="7.974"/>
<use xlink:href="#glyph0-8" x="136.14" y="7.974"/>
<use xlink:href="#glyph0-9" x="140.05" y="7.974"/>
<use xlink:href="#glyph0-10" x="144.49" y="7.974"/>
<use xlink:href="#glyph0-10" x="148.43" y="7.974"/>
<use xlink:href="#glyph0-11" x="152.37" y="7.974"/>
<use xlink:href="#glyph0-8" x="157.92" y="7.974"/>
<use xlink:href="#glyph0-9" x="161.83" y="7.974"/>
</g>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph3-1" x="169.4951" y="7.974"/>
</g>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-13" x="174.52518" y="7.974"/>
<use xlink:href="#glyph0-12" x="174.52518" y="7.974"/>
</g>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph3-2" x="178.40526" y="7.974"/>
</g>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-14" x="182.01542" y="7.974"/>
<use xlink:href="#glyph0-13" x="182.01542" y="7.974"/>
</g>
<path style="fill:none;stroke-width:11.3386;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.939758%,10.978699%,14.118958%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1994.609375 1145.817187 L 2147.695312 1145.817187 " transform="matrix(0.1,0,0,-0.1,0,119.07)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 204.871094 6.738281 L 209.371094 6.738281 L 209.371094 2.238281 L 204.871094 2.238281 Z M 204.871094 6.738281 "/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-15" x="219.87" y="7.974"/>
<use xlink:href="#glyph0-14" x="219.87" y="7.974"/>
</g>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-10" x="226.234849" y="7.974"/>
<use xlink:href="#glyph0-16" x="230.674849" y="7.974"/>
<use xlink:href="#glyph0-17" x="239.004849" y="7.974"/>
<use xlink:href="#glyph0-9" x="226.234849" y="7.974"/>
<use xlink:href="#glyph0-15" x="230.674849" y="7.974"/>
<use xlink:href="#glyph0-16" x="239.004849" y="7.974"/>
</g>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-10" x="244.776651" y="7.974"/>
<use xlink:href="#glyph0-9" x="249.216651" y="7.974"/>
<use xlink:href="#glyph0-18" x="253.126651" y="7.974"/>
<use xlink:href="#glyph0-19" x="258.126651" y="7.974"/>
<use xlink:href="#glyph0-12" x="262.006651" y="7.974"/>
<use xlink:href="#glyph0-9" x="267.556651" y="7.974"/>
<use xlink:href="#glyph0-10" x="271.466651" y="7.974"/>
<use xlink:href="#glyph0-9" x="244.776651" y="7.974"/>
<use xlink:href="#glyph0-8" x="249.216651" y="7.974"/>
<use xlink:href="#glyph0-17" x="253.126651" y="7.974"/>
<use xlink:href="#glyph0-18" x="258.126651" y="7.974"/>
<use xlink:href="#glyph0-11" x="262.006651" y="7.974"/>
<use xlink:href="#glyph0-8" x="267.556651" y="7.974"/>
<use xlink:href="#glyph0-9" x="271.466651" y="7.974"/>
</g>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph3-3" x="279.1477" y="7.974"/>
</g>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-13" x="286.35356" y="7.974"/>
<use xlink:href="#glyph0-12" x="286.35356" y="7.974"/>
</g>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph3-2" x="290.23364" y="7.974"/>
</g>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-14" x="293.8438" y="7.974"/>
<use xlink:href="#glyph0-13" x="293.8438" y="7.974"/>
</g>
</g>
</svg>

+ 5
- 4
pt-2.dat 查看文件

@@ -1,4 +1,5 @@
0 300 10
3000 40 10
3050 40 0.3
3650 40 0.1
0 250 10
40 250 10
1840 40 10
1890 40 0.1
2490 40 0.1

二進制
pt-2.pdf 查看文件


+ 94
- 95
pt-2.svg 查看文件

@@ -15,9 +15,6 @@
<path style="stroke:none;" d="M 1.265625 -0.765625 L 2.328125 -1.796875 C 3.890625 -3.1875 4.484375 -3.71875 4.484375 -4.71875 C 4.484375 -5.859375 3.59375 -6.65625 2.375 -6.65625 C 1.234375 -6.65625 0.5 -5.734375 0.5 -4.84375 C 0.5 -4.296875 1 -4.296875 1.03125 -4.296875 C 1.203125 -4.296875 1.546875 -4.40625 1.546875 -4.8125 C 1.546875 -5.078125 1.375 -5.34375 1.015625 -5.34375 C 0.9375 -5.34375 0.921875 -5.34375 0.890625 -5.328125 C 1.125 -5.984375 1.65625 -6.34375 2.234375 -6.34375 C 3.15625 -6.34375 3.578125 -5.546875 3.578125 -4.71875 C 3.578125 -3.921875 3.078125 -3.125 2.53125 -2.515625 L 0.609375 -0.375 C 0.5 -0.265625 0.5 -0.234375 0.5 0 L 4.203125 0 L 4.484375 -1.734375 L 4.234375 -1.734375 C 4.1875 -1.4375 4.125 -1 4.015625 -0.84375 C 3.953125 -0.765625 3.296875 -0.765625 3.0625 -0.765625 Z M 1.265625 -0.765625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-4">
<path style="stroke:none;" d="M 2.90625 -3.515625 C 3.71875 -3.796875 4.296875 -4.484375 4.296875 -5.28125 C 4.296875 -6.09375 3.421875 -6.65625 2.453125 -6.65625 C 1.453125 -6.65625 0.6875 -6.0625 0.6875 -5.296875 C 0.6875 -4.96875 0.90625 -4.78125 1.203125 -4.78125 C 1.515625 -4.78125 1.703125 -5 1.703125 -5.296875 C 1.703125 -5.796875 1.234375 -5.796875 1.09375 -5.796875 C 1.40625 -6.28125 2.0625 -6.40625 2.421875 -6.40625 C 2.828125 -6.40625 3.375 -6.1875 3.375 -5.296875 C 3.375 -5.171875 3.359375 -4.59375 3.09375 -4.15625 C 2.796875 -3.671875 2.453125 -3.640625 2.203125 -3.625 C 2.125 -3.625 1.890625 -3.59375 1.8125 -3.59375 C 1.734375 -3.59375 1.671875 -3.578125 1.671875 -3.484375 C 1.671875 -3.375 1.734375 -3.375 1.90625 -3.375 L 2.34375 -3.375 C 3.171875 -3.375 3.546875 -2.6875 3.546875 -1.703125 C 3.546875 -0.34375 2.84375 -0.0625 2.40625 -0.0625 C 1.984375 -0.0625 1.234375 -0.234375 0.875 -0.8125 C 1.234375 -0.765625 1.546875 -0.984375 1.546875 -1.375 C 1.546875 -1.734375 1.265625 -1.9375 0.984375 -1.9375 C 0.734375 -1.9375 0.421875 -1.796875 0.421875 -1.34375 C 0.421875 -0.4375 1.34375 0.21875 2.4375 0.21875 C 3.65625 0.21875 4.5625 -0.6875 4.5625 -1.703125 C 4.5625 -2.53125 3.9375 -3.3125 2.90625 -3.515625 Z M 2.90625 -3.515625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-5">
<path style="stroke:none;" d="M 4.484375 -2.015625 C 4.484375 -3.203125 3.671875 -4.203125 2.59375 -4.203125 C 2.109375 -4.203125 1.6875 -4.046875 1.3125 -3.6875 L 1.3125 -5.640625 C 1.515625 -5.578125 1.84375 -5.515625 2.171875 -5.515625 C 3.40625 -5.515625 4.09375 -6.421875 4.09375 -6.546875 C 4.09375 -6.609375 4.0625 -6.65625 4 -6.65625 C 3.984375 -6.65625 3.96875 -6.65625 3.921875 -6.625 C 3.71875 -6.546875 3.234375 -6.34375 2.5625 -6.34375 C 2.15625 -6.34375 1.703125 -6.40625 1.234375 -6.625 C 1.15625 -6.65625 1.125 -6.65625 1.109375 -6.65625 C 1.015625 -6.65625 1.015625 -6.5625 1.015625 -6.40625 L 1.015625 -3.453125 C 1.015625 -3.265625 1.015625 -3.1875 1.15625 -3.1875 C 1.21875 -3.1875 1.234375 -3.21875 1.28125 -3.28125 C 1.390625 -3.4375 1.765625 -3.984375 2.5625 -3.984375 C 3.09375 -3.984375 3.34375 -3.515625 3.421875 -3.34375 C 3.578125 -2.96875 3.59375 -2.578125 3.59375 -2.078125 C 3.59375 -1.734375 3.59375 -1.125 3.359375 -0.703125 C 3.125 -0.3125 2.75 -0.0625 2.296875 -0.0625 C 1.5625 -0.0625 0.984375 -0.59375 0.8125 -1.1875 C 0.84375 -1.171875 0.875 -1.15625 0.984375 -1.15625 C 1.3125 -1.15625 1.484375 -1.40625 1.484375 -1.65625 C 1.484375 -1.890625 1.3125 -2.140625 0.984375 -2.140625 C 0.84375 -2.140625 0.5 -2.0625 0.5 -1.609375 C 0.5 -0.75 1.1875 0.21875 2.3125 0.21875 C 3.46875 0.21875 4.484375 -0.734375 4.484375 -2.015625 Z M 4.484375 -2.015625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-0">
@@ -77,105 +74,113 @@
</g>
</defs>
<g id="surface1">
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 533.320312 159.196875 L 533.320312 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 717.109375 159.196875 L 717.109375 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 901.015625 159.196875 L 901.015625 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1084.921875 159.196875 L 1084.921875 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1452.617188 159.196875 L 1452.617188 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1636.523438 159.196875 L 1636.523438 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1820.390625 159.196875 L 1820.390625 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2004.21875 159.196875 L 2004.21875 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2371.992188 159.196875 L 2371.992188 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2555.820312 159.196875 L 2555.820312 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2739.726562 159.196875 L 2739.726562 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2923.59375 159.196875 L 2923.59375 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3291.328125 159.196875 L 3291.328125 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3475.195312 159.196875 L 3475.195312 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3659.023438 159.196875 L 3659.023438 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 485.507812 159.196875 L 485.507812 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 621.523438 159.196875 L 621.523438 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 757.617188 159.196875 L 757.617188 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 893.710938 159.196875 L 893.710938 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1029.726562 159.196875 L 1029.726562 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1165.820312 159.196875 L 1165.820312 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1301.796875 159.196875 L 1301.796875 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1437.890625 159.196875 L 1437.890625 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1574.023438 159.196875 L 1574.023438 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1846.09375 159.196875 L 1846.09375 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1982.226562 159.196875 L 1982.226562 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2118.203125 159.196875 L 2118.203125 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2254.296875 159.196875 L 2254.296875 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2390.3125 159.196875 L 2390.3125 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2526.40625 159.196875 L 2526.40625 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2662.5 159.196875 L 2662.5 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2798.515625 159.196875 L 2798.515625 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2934.609375 159.196875 L 2934.609375 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3206.71875 159.196875 L 3206.71875 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3342.8125 159.196875 L 3342.8125 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3478.828125 159.196875 L 3478.828125 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3614.921875 159.196875 L 3614.921875 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3751.015625 159.196875 L 3751.015625 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 159.196875 L 349.414062 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1268.710938 159.196875 L 1268.710938 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2188.125 159.196875 L 2188.125 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3107.421875 159.196875 L 3107.421875 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1710 159.196875 L 1710 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3070.703125 159.196875 L 3070.703125 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 159.196875 L 3751.015625 159.196875 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 545.720313 L 3751.015625 545.720313 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 932.321875 L 3751.015625 932.321875 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 528.923438 L 3751.015625 528.923438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 898.689063 L 3751.015625 898.689063 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 159.196875 L 3751.015625 159.196875 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 545.720313 L 3751.015625 545.720313 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 932.321875 L 3751.015625 932.321875 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 528.923438 L 3751.015625 528.923438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 898.689063 L 3751.015625 898.689063 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 159.196875 L 3751.015625 159.196875 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 402.204688 L 3751.015625 402.204688 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 645.095313 L 3751.015625 645.095313 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 888.103125 L 3751.015625 888.103125 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:11.3386;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,65.098572%,31.369019%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 932.321875 L 3107.421875 932.321875 L 3153.398438 182.4 L 3705 166.892188 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 37.414062 8.007812 C 37.414062 6.644531 36.308594 5.535156 34.941406 5.535156 C 33.574219 5.535156 32.464844 6.644531 32.464844 8.007812 C 32.464844 9.375 33.574219 10.484375 34.941406 10.484375 C 36.308594 10.484375 37.414062 9.375 37.414062 8.007812 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 313.214844 8.007812 C 313.214844 6.644531 312.105469 5.535156 310.742188 5.535156 C 309.375 5.535156 308.265625 6.644531 308.265625 8.007812 C 308.265625 9.375 309.375 10.484375 310.742188 10.484375 C 312.105469 10.484375 313.214844 9.375 313.214844 8.007812 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 317.816406 83 C 317.816406 81.632812 316.707031 80.523438 315.339844 80.523438 C 313.972656 80.523438 312.867188 81.632812 312.867188 83 C 312.867188 84.367188 313.972656 85.472656 315.339844 85.472656 C 316.707031 85.472656 317.816406 84.367188 317.816406 83 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 372.976562 84.550781 C 372.976562 83.183594 371.867188 82.074219 370.5 82.074219 C 369.132812 82.074219 368.027344 83.183594 368.027344 84.550781 C 368.027344 85.917969 369.132812 87.023438 370.5 87.023438 C 371.867188 87.023438 372.976562 85.917969 372.976562 84.550781 "/>
<path style="fill:none;stroke-width:11.3386;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.939758%,10.978699%,14.118958%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 888.103125 L 3107.421875 256.423438 L 3705 256.423438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 32.691406 14.679688 L 37.191406 14.679688 L 37.191406 10.179688 L 32.691406 10.179688 Z M 32.691406 14.679688 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 308.492188 77.847656 L 312.992188 77.847656 L 312.992188 73.347656 L 308.492188 73.347656 Z M 308.492188 77.847656 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 313.089844 77.847656 L 317.589844 77.847656 L 317.589844 73.347656 L 313.089844 73.347656 Z M 313.089844 77.847656 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 368.25 77.847656 L 372.75 77.847656 L 372.75 73.347656 L 368.25 73.347656 Z M 368.25 77.847656 "/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 462.907813 L 3751.015625 462.907813 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 766.61875 L 3751.015625 766.61875 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:11.3386;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,65.098572%,31.369019%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 898.689063 L 2853.007812 898.689063 L 2921.015625 166.61875 L 3737.421875 166.61875 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 37.414062 11.371094 C 37.414062 10.003906 36.308594 8.894531 34.941406 8.894531 C 33.574219 8.894531 32.464844 10.003906 32.464844 11.371094 C 32.464844 12.734375 33.574219 13.84375 34.941406 13.84375 C 36.308594 13.84375 37.414062 12.734375 37.414062 11.371094 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 42.855469 11.371094 C 42.855469 10.003906 41.746094 8.894531 40.378906 8.894531 C 39.015625 8.894531 37.90625 10.003906 37.90625 11.371094 C 37.90625 12.734375 39.015625 13.84375 40.378906 13.84375 C 41.746094 13.84375 42.855469 12.734375 42.855469 11.371094 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 287.777344 11.371094 C 287.777344 10.003906 286.667969 8.894531 285.300781 8.894531 C 283.933594 8.894531 282.824219 10.003906 282.824219 11.371094 C 282.824219 12.734375 283.933594 13.84375 285.300781 13.84375 C 286.667969 13.84375 287.777344 12.734375 287.777344 11.371094 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 294.574219 84.578125 C 294.574219 83.210938 293.46875 82.105469 292.101562 82.105469 C 290.734375 82.105469 289.625 83.210938 289.625 84.578125 C 289.625 85.945312 290.734375 87.054688 292.101562 87.054688 C 293.46875 87.054688 294.574219 85.945312 294.574219 84.578125 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 376.214844 84.578125 C 376.214844 83.210938 375.105469 82.105469 373.742188 82.105469 C 372.375 82.105469 371.265625 83.210938 371.265625 84.578125 C 371.265625 85.945312 372.375 87.054688 373.742188 87.054688 C 375.105469 87.054688 376.214844 85.945312 376.214844 84.578125 "/>
<path style="fill:none;stroke-width:11.3386;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.939758%,10.978699%,14.118958%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 918.49375 L 403.789062 918.49375 L 2853.007812 280.720313 L 3737.421875 280.720313 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 32.691406 11.640625 L 37.191406 11.640625 L 37.191406 7.140625 L 32.691406 7.140625 Z M 32.691406 11.640625 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 38.128906 11.640625 L 42.628906 11.640625 L 42.628906 7.140625 L 38.128906 7.140625 Z M 38.128906 11.640625 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 283.050781 75.417969 L 287.550781 75.417969 L 287.550781 70.917969 L 283.050781 70.917969 Z M 283.050781 75.417969 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 289.851562 75.417969 L 294.351562 75.417969 L 294.351562 70.917969 L 289.851562 70.917969 Z M 289.851562 75.417969 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 371.492188 75.417969 L 375.992188 75.417969 L 375.992188 70.917969 L 371.492188 70.917969 Z M 371.492188 75.417969 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;" d="M 370.660156 85.320312 L 369.550781 87.621094 L 375.101562 85.320312 L 369.550781 83.019531 Z M 370.660156 85.320312 "/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 159.196875 L 3706.601562 159.196875 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 159.196875 L 349.414062 193.220313 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="32.45" y="100.734141"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1268.710938 159.196875 L 1268.710938 193.220313 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="116.91" y="100.734141"/>
<use xlink:href="#glyph0-1" x="121.91" y="100.734141"/>
<use xlink:href="#glyph0-1" x="126.91" y="100.734141"/>
<use xlink:href="#glyph0-1" x="131.91" y="100.734141"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2188.125 159.196875 L 2188.125 193.220313 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-3" x="208.85" y="100.734141"/>
<use xlink:href="#glyph0-1" x="213.85" y="100.734141"/>
<use xlink:href="#glyph0-1" x="218.85" y="100.734141"/>
<use xlink:href="#glyph0-1" x="223.85" y="100.734141"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3107.421875 159.196875 L 3107.421875 193.220313 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-4" x="300.78" y="100.734141"/>
<use xlink:href="#glyph0-1" x="305.78" y="100.734141"/>
<use xlink:href="#glyph0-1" x="310.78" y="100.734141"/>
<use xlink:href="#glyph0-1" x="315.78" y="100.734141"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 533.320312 159.196875 L 533.320312 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 717.109375 159.196875 L 717.109375 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 901.015625 159.196875 L 901.015625 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1084.921875 159.196875 L 1084.921875 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1452.617188 159.196875 L 1452.617188 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1636.523438 159.196875 L 1636.523438 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1820.390625 159.196875 L 1820.390625 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2004.21875 159.196875 L 2004.21875 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2371.992188 159.196875 L 2371.992188 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2555.820312 159.196875 L 2555.820312 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2739.726562 159.196875 L 2739.726562 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2923.59375 159.196875 L 2923.59375 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3291.328125 159.196875 L 3291.328125 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3475.195312 159.196875 L 3475.195312 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3659.023438 159.196875 L 3659.023438 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1710 159.196875 L 1710 193.220313 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="161.04" y="100.734141"/>
<use xlink:href="#glyph0-1" x="166.04" y="100.734141"/>
<use xlink:href="#glyph0-1" x="171.04" y="100.734141"/>
<use xlink:href="#glyph0-1" x="176.04" y="100.734141"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3070.703125 159.196875 L 3070.703125 193.220313 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-3" x="297.11" y="100.734141"/>
<use xlink:href="#glyph0-1" x="302.11" y="100.734141"/>
<use xlink:href="#glyph0-1" x="307.11" y="100.734141"/>
<use xlink:href="#glyph0-1" x="312.11" y="100.734141"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 485.507812 159.196875 L 485.507812 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 621.523438 159.196875 L 621.523438 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 757.617188 159.196875 L 757.617188 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 893.710938 159.196875 L 893.710938 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1029.726562 159.196875 L 1029.726562 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1165.820312 159.196875 L 1165.820312 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1301.796875 159.196875 L 1301.796875 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1437.890625 159.196875 L 1437.890625 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1574.023438 159.196875 L 1574.023438 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1846.09375 159.196875 L 1846.09375 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1982.226562 159.196875 L 1982.226562 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2118.203125 159.196875 L 2118.203125 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2254.296875 159.196875 L 2254.296875 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2390.3125 159.196875 L 2390.3125 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2526.40625 159.196875 L 2526.40625 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2662.5 159.196875 L 2662.5 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2798.515625 159.196875 L 2798.515625 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2934.609375 159.196875 L 2934.609375 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3206.71875 159.196875 L 3206.71875 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3342.8125 159.196875 L 3342.8125 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3478.828125 159.196875 L 3478.828125 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3614.921875 159.196875 L 3614.921875 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;" d="M 34.941406 4.71875 L 37.242188 5.820312 L 34.941406 0.277344 L 32.640625 5.820312 Z M 34.941406 4.71875 "/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 159.196875 L 349.414062 965.2125 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 159.196875 L 383.398438 159.196875 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="21.4598" y="88.8041"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 545.720313 L 383.398438 545.720313 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 528.923438 L 383.398438 528.923438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-5" x="21.4598" y="50.1541"/>
<use xlink:href="#glyph0-4" x="21.4598" y="51.8341"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 932.321875 L 383.398438 932.321875 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 898.689063 L 383.398438 898.689063 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="16.4801" y="11.4939"/>
<use xlink:href="#glyph0-1" x="21.4801" y="11.4939"/>
<use xlink:href="#glyph0-2" x="16.4801" y="14.8541"/>
<use xlink:href="#glyph0-1" x="21.4801" y="14.8541"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 159.196875 L 373.515625 159.196875 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 545.720313 L 373.515625 545.720313 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 932.321875 L 373.515625 932.321875 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 528.923438 L 373.515625 528.923438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 898.689063 L 373.515625 898.689063 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="7.97461" y="80.1201"/>
<use xlink:href="#glyph1-2" x="7.97461" y="73.3201"/>
@@ -203,23 +208,17 @@
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="383.6" y="88.8041"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3751.015625 402.204688 L 3716.992188 402.204688 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="383.6" y="64.5041"/>
<use xlink:href="#glyph0-1" x="388.6" y="64.5041"/>
<use xlink:href="#glyph0-1" x="393.6" y="64.5041"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3751.015625 645.095313 L 3716.992188 645.095313 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3751.015625 462.907813 L 3716.992188 462.907813 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-3" x="383.6" y="40.2138"/>
<use xlink:href="#glyph0-1" x="388.6" y="40.2138"/>
<use xlink:href="#glyph0-1" x="393.6" y="40.2138"/>
<use xlink:href="#glyph0-2" x="383.6" y="58.4341"/>
<use xlink:href="#glyph0-1" x="388.6" y="58.4341"/>
<use xlink:href="#glyph0-1" x="393.6" y="58.4341"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3751.015625 888.103125 L 3716.992188 888.103125 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3751.015625 766.61875 L 3716.992188 766.61875 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-4" x="383.6" y="15.9138"/>
<use xlink:href="#glyph0-1" x="388.6" y="15.9138"/>
<use xlink:href="#glyph0-1" x="393.6" y="15.9138"/>
<use xlink:href="#glyph0-3" x="383.6" y="28.0638"/>
<use xlink:href="#glyph0-1" x="388.6" y="28.0638"/>
<use xlink:href="#glyph0-1" x="393.6" y="28.0638"/>
</g>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph1-10" x="415.025" y="84.0701"/>

+ 7
- 6
pt-3.dat 查看文件

@@ -1,6 +1,7 @@
0 250 10
80 300 10
160 280 10
240 250 5
2740 320 10
2940 320 10
0 200 10
40 200 10
120 250 10
200 250 10
280 250 6
1480 150 5
1680 150 5

二進制
pt-3.pdf 查看文件


+ 126
- 113
pt-3.svg 查看文件

@@ -9,15 +9,21 @@
<path style="stroke:none;" d="M 4.59375 -3.203125 C 4.59375 -4 4.546875 -4.796875 4.203125 -5.546875 C 3.734375 -6.5 2.921875 -6.65625 2.5 -6.65625 C 1.90625 -6.65625 1.171875 -6.40625 0.765625 -5.46875 C 0.4375 -4.78125 0.390625 -4 0.390625 -3.203125 C 0.390625 -2.453125 0.4375 -1.546875 0.84375 -0.796875 C 1.265625 0.015625 2 0.21875 2.484375 0.21875 C 3.03125 0.21875 3.796875 0.015625 4.234375 -0.9375 C 4.546875 -1.625 4.59375 -2.40625 4.59375 -3.203125 Z M 2.484375 0 C 2.09375 0 1.515625 -0.25 1.328125 -1.203125 C 1.21875 -1.8125 1.21875 -2.734375 1.21875 -3.3125 C 1.21875 -3.953125 1.21875 -4.625 1.296875 -5.15625 C 1.484375 -6.34375 2.234375 -6.4375 2.484375 -6.4375 C 2.8125 -6.4375 3.484375 -6.265625 3.671875 -5.265625 C 3.765625 -4.703125 3.765625 -3.953125 3.765625 -3.3125 C 3.765625 -2.5625 3.765625 -1.890625 3.65625 -1.25 C 3.515625 -0.296875 2.9375 0 2.484375 0 Z M 2.484375 0 "/>
</symbol>
<symbol overflow="visible" id="glyph0-2">
<path style="stroke:none;" d="M 2.9375 -6.40625 C 2.9375 -6.640625 2.9375 -6.65625 2.703125 -6.65625 C 2.09375 -6.015625 1.203125 -6.015625 0.890625 -6.015625 L 0.890625 -5.703125 C 1.09375 -5.703125 1.6875 -5.703125 2.203125 -5.96875 L 2.203125 -0.796875 C 2.203125 -0.4375 2.171875 -0.3125 1.265625 -0.3125 L 0.953125 -0.3125 L 0.953125 0 C 1.296875 -0.03125 2.171875 -0.03125 2.5625 -0.03125 C 2.96875 -0.03125 3.84375 -0.03125 4.1875 0 L 4.1875 -0.3125 L 3.875 -0.3125 C 2.96875 -0.3125 2.9375 -0.421875 2.9375 -0.796875 Z M 2.9375 -6.40625 "/>
<path style="stroke:none;" d="M 2.9375 -1.65625 L 2.9375 -0.78125 C 2.9375 -0.421875 2.921875 -0.3125 2.1875 -0.3125 L 1.96875 -0.3125 L 1.96875 0 C 2.375 -0.03125 2.90625 -0.03125 3.3125 -0.03125 C 3.734375 -0.03125 4.265625 -0.03125 4.6875 0 L 4.6875 -0.3125 L 4.46875 -0.3125 C 3.734375 -0.3125 3.703125 -0.421875 3.703125 -0.78125 L 3.703125 -1.65625 L 4.703125 -1.65625 L 4.703125 -1.953125 L 3.703125 -1.953125 L 3.703125 -6.515625 C 3.703125 -6.703125 3.703125 -6.765625 3.546875 -6.765625 C 3.453125 -6.765625 3.4375 -6.765625 3.34375 -6.65625 L 0.28125 -1.953125 L 0.28125 -1.65625 Z M 3 -1.953125 L 0.5625 -1.953125 L 3 -5.6875 Z M 3 -1.953125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-3">
<path style="stroke:none;" d="M 1.265625 -0.765625 L 2.328125 -1.796875 C 3.890625 -3.1875 4.484375 -3.71875 4.484375 -4.71875 C 4.484375 -5.859375 3.59375 -6.65625 2.375 -6.65625 C 1.234375 -6.65625 0.5 -5.734375 0.5 -4.84375 C 0.5 -4.296875 1 -4.296875 1.03125 -4.296875 C 1.203125 -4.296875 1.546875 -4.40625 1.546875 -4.8125 C 1.546875 -5.078125 1.375 -5.34375 1.015625 -5.34375 C 0.9375 -5.34375 0.921875 -5.34375 0.890625 -5.328125 C 1.125 -5.984375 1.65625 -6.34375 2.234375 -6.34375 C 3.15625 -6.34375 3.578125 -5.546875 3.578125 -4.71875 C 3.578125 -3.921875 3.078125 -3.125 2.53125 -2.515625 L 0.609375 -0.375 C 0.5 -0.265625 0.5 -0.234375 0.5 0 L 4.203125 0 L 4.484375 -1.734375 L 4.234375 -1.734375 C 4.1875 -1.4375 4.125 -1 4.015625 -0.84375 C 3.953125 -0.765625 3.296875 -0.765625 3.0625 -0.765625 Z M 1.265625 -0.765625 "/>
<path style="stroke:none;" d="M 1.625 -4.5625 C 1.171875 -4.875 1.125 -5.203125 1.125 -5.375 C 1.125 -5.984375 1.78125 -6.40625 2.484375 -6.40625 C 3.21875 -6.40625 3.859375 -5.890625 3.859375 -5.171875 C 3.859375 -4.59375 3.46875 -4.125 2.875 -3.765625 Z M 3.09375 -3.625 C 3.8125 -3.984375 4.296875 -4.515625 4.296875 -5.171875 C 4.296875 -6.09375 3.40625 -6.65625 2.5 -6.65625 C 1.5 -6.65625 0.6875 -5.921875 0.6875 -4.984375 C 0.6875 -4.8125 0.703125 -4.359375 1.125 -3.890625 C 1.234375 -3.765625 1.609375 -3.515625 1.859375 -3.34375 C 1.28125 -3.0625 0.421875 -2.5 0.421875 -1.515625 C 0.421875 -0.453125 1.4375 0.21875 2.484375 0.21875 C 3.625 0.21875 4.5625 -0.609375 4.5625 -1.6875 C 4.5625 -2.046875 4.453125 -2.484375 4.078125 -2.90625 C 3.890625 -3.125 3.734375 -3.21875 3.09375 -3.625 Z M 2.09375 -3.203125 L 3.3125 -2.421875 C 3.59375 -2.234375 4.0625 -1.9375 4.0625 -1.3125 C 4.0625 -0.578125 3.3125 -0.0625 2.5 -0.0625 C 1.640625 -0.0625 0.921875 -0.6875 0.921875 -1.515625 C 0.921875 -2.09375 1.234375 -2.734375 2.09375 -3.203125 Z M 2.09375 -3.203125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-4">
<path style="stroke:none;" d="M 2.90625 -3.515625 C 3.71875 -3.796875 4.296875 -4.484375 4.296875 -5.28125 C 4.296875 -6.09375 3.421875 -6.65625 2.453125 -6.65625 C 1.453125 -6.65625 0.6875 -6.0625 0.6875 -5.296875 C 0.6875 -4.96875 0.90625 -4.78125 1.203125 -4.78125 C 1.515625 -4.78125 1.703125 -5 1.703125 -5.296875 C 1.703125 -5.796875 1.234375 -5.796875 1.09375 -5.796875 C 1.40625 -6.28125 2.0625 -6.40625 2.421875 -6.40625 C 2.828125 -6.40625 3.375 -6.1875 3.375 -5.296875 C 3.375 -5.171875 3.359375 -4.59375 3.09375 -4.15625 C 2.796875 -3.671875 2.453125 -3.640625 2.203125 -3.625 C 2.125 -3.625 1.890625 -3.59375 1.8125 -3.59375 C 1.734375 -3.59375 1.671875 -3.578125 1.671875 -3.484375 C 1.671875 -3.375 1.734375 -3.375 1.90625 -3.375 L 2.34375 -3.375 C 3.171875 -3.375 3.546875 -2.6875 3.546875 -1.703125 C 3.546875 -0.34375 2.84375 -0.0625 2.40625 -0.0625 C 1.984375 -0.0625 1.234375 -0.234375 0.875 -0.8125 C 1.234375 -0.765625 1.546875 -0.984375 1.546875 -1.375 C 1.546875 -1.734375 1.265625 -1.9375 0.984375 -1.9375 C 0.734375 -1.9375 0.421875 -1.796875 0.421875 -1.34375 C 0.421875 -0.4375 1.34375 0.21875 2.4375 0.21875 C 3.65625 0.21875 4.5625 -0.6875 4.5625 -1.703125 C 4.5625 -2.53125 3.9375 -3.3125 2.90625 -3.515625 Z M 2.90625 -3.515625 "/>
<path style="stroke:none;" d="M 2.9375 -6.40625 C 2.9375 -6.640625 2.9375 -6.65625 2.703125 -6.65625 C 2.09375 -6.015625 1.203125 -6.015625 0.890625 -6.015625 L 0.890625 -5.703125 C 1.09375 -5.703125 1.6875 -5.703125 2.203125 -5.96875 L 2.203125 -0.796875 C 2.203125 -0.4375 2.171875 -0.3125 1.265625 -0.3125 L 0.953125 -0.3125 L 0.953125 0 C 1.296875 -0.03125 2.171875 -0.03125 2.5625 -0.03125 C 2.96875 -0.03125 3.84375 -0.03125 4.1875 0 L 4.1875 -0.3125 L 3.875 -0.3125 C 2.96875 -0.3125 2.9375 -0.421875 2.9375 -0.796875 Z M 2.9375 -6.40625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-5">
<path style="stroke:none;" d="M 1.265625 -0.765625 L 2.328125 -1.796875 C 3.890625 -3.1875 4.484375 -3.71875 4.484375 -4.71875 C 4.484375 -5.859375 3.59375 -6.65625 2.375 -6.65625 C 1.234375 -6.65625 0.5 -5.734375 0.5 -4.84375 C 0.5 -4.296875 1 -4.296875 1.03125 -4.296875 C 1.203125 -4.296875 1.546875 -4.40625 1.546875 -4.8125 C 1.546875 -5.078125 1.375 -5.34375 1.015625 -5.34375 C 0.9375 -5.34375 0.921875 -5.34375 0.890625 -5.328125 C 1.125 -5.984375 1.65625 -6.34375 2.234375 -6.34375 C 3.15625 -6.34375 3.578125 -5.546875 3.578125 -4.71875 C 3.578125 -3.921875 3.078125 -3.125 2.53125 -2.515625 L 0.609375 -0.375 C 0.5 -0.265625 0.5 -0.234375 0.5 0 L 4.203125 0 L 4.484375 -1.734375 L 4.234375 -1.734375 C 4.1875 -1.4375 4.125 -1 4.015625 -0.84375 C 3.953125 -0.765625 3.296875 -0.765625 3.0625 -0.765625 Z M 1.265625 -0.765625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-6">
<path style="stroke:none;" d="M 1.3125 -3.28125 L 1.3125 -3.515625 C 1.3125 -6.046875 2.5625 -6.40625 3.0625 -6.40625 C 3.3125 -6.40625 3.734375 -6.34375 3.953125 -6.015625 C 3.796875 -6.015625 3.40625 -6.015625 3.40625 -5.5625 C 3.40625 -5.25 3.640625 -5.09375 3.859375 -5.09375 C 4.015625 -5.09375 4.3125 -5.1875 4.3125 -5.578125 C 4.3125 -6.1875 3.875 -6.65625 3.046875 -6.65625 C 1.765625 -6.65625 0.421875 -5.375 0.421875 -3.15625 C 0.421875 -0.484375 1.578125 0.21875 2.515625 0.21875 C 3.625 0.21875 4.5625 -0.71875 4.5625 -2.046875 C 4.5625 -3.3125 3.6875 -4.265625 2.5625 -4.265625 C 1.890625 -4.265625 1.515625 -3.765625 1.3125 -3.28125 Z M 2.515625 -0.0625 C 1.875 -0.0625 1.578125 -0.65625 1.515625 -0.8125 C 1.34375 -1.28125 1.34375 -2.078125 1.34375 -2.265625 C 1.34375 -3.046875 1.65625 -4.046875 2.5625 -4.046875 C 2.71875 -4.046875 3.1875 -4.046875 3.484375 -3.421875 C 3.671875 -3.046875 3.671875 -2.546875 3.671875 -2.046875 C 3.671875 -1.5625 3.671875 -1.0625 3.5 -0.703125 C 3.203125 -0.109375 2.734375 -0.0625 2.515625 -0.0625 Z M 2.515625 -0.0625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-7">
<path style="stroke:none;" d="M 4.484375 -2.015625 C 4.484375 -3.203125 3.671875 -4.203125 2.59375 -4.203125 C 2.109375 -4.203125 1.6875 -4.046875 1.3125 -3.6875 L 1.3125 -5.640625 C 1.515625 -5.578125 1.84375 -5.515625 2.171875 -5.515625 C 3.40625 -5.515625 4.09375 -6.421875 4.09375 -6.546875 C 4.09375 -6.609375 4.0625 -6.65625 4 -6.65625 C 3.984375 -6.65625 3.96875 -6.65625 3.921875 -6.625 C 3.71875 -6.546875 3.234375 -6.34375 2.5625 -6.34375 C 2.15625 -6.34375 1.703125 -6.40625 1.234375 -6.625 C 1.15625 -6.65625 1.125 -6.65625 1.109375 -6.65625 C 1.015625 -6.65625 1.015625 -6.5625 1.015625 -6.40625 L 1.015625 -3.453125 C 1.015625 -3.265625 1.015625 -3.1875 1.15625 -3.1875 C 1.21875 -3.1875 1.234375 -3.21875 1.28125 -3.28125 C 1.390625 -3.4375 1.765625 -3.984375 2.5625 -3.984375 C 3.09375 -3.984375 3.34375 -3.515625 3.421875 -3.34375 C 3.578125 -2.96875 3.59375 -2.578125 3.59375 -2.078125 C 3.59375 -1.734375 3.59375 -1.125 3.359375 -0.703125 C 3.125 -0.3125 2.75 -0.0625 2.296875 -0.0625 C 1.5625 -0.0625 0.984375 -0.59375 0.8125 -1.1875 C 0.84375 -1.171875 0.875 -1.15625 0.984375 -1.15625 C 1.3125 -1.15625 1.484375 -1.40625 1.484375 -1.65625 C 1.484375 -1.890625 1.3125 -2.140625 0.984375 -2.140625 C 0.84375 -2.140625 0.5 -2.0625 0.5 -1.609375 C 0.5 -0.75 1.1875 0.21875 2.3125 0.21875 C 3.46875 0.21875 4.484375 -0.734375 4.484375 -2.015625 Z M 4.484375 -2.015625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-0">
@@ -77,132 +83,145 @@
</g>
</defs>
<g id="surface1">
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 462.8125 159.196875 L 462.8125 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 576.210938 159.196875 L 576.210938 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 689.609375 159.196875 L 689.609375 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 802.890625 159.196875 L 802.890625 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 916.289062 159.196875 L 916.289062 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1029.726562 159.196875 L 1029.726562 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1143.125 159.196875 L 1143.125 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1256.523438 159.196875 L 1256.523438 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1369.921875 159.196875 L 1369.921875 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1596.601562 159.196875 L 1596.601562 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1710 159.196875 L 1710 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1823.398438 159.196875 L 1823.398438 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1936.796875 159.196875 L 1936.796875 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 449.414062 159.196875 L 449.414062 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 549.492188 159.196875 L 549.492188 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 649.492188 159.196875 L 649.492188 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 749.609375 159.196875 L 749.609375 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 849.609375 159.196875 L 849.609375 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 949.6875 159.196875 L 949.6875 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1049.726562 159.196875 L 1049.726562 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1249.804688 159.196875 L 1249.804688 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1349.921875 159.196875 L 1349.921875 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1449.921875 159.196875 L 1449.921875 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1550 159.196875 L 1550 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1650 159.196875 L 1650 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1750 159.196875 L 1750 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1850.117188 159.196875 L 1850.117188 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2050.195312 159.196875 L 2050.195312 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2163.59375 159.196875 L 2163.59375 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2276.992188 159.196875 L 2276.992188 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2390.3125 159.196875 L 2390.3125 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2503.710938 159.196875 L 2503.710938 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2730.507812 159.196875 L 2730.507812 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2843.90625 159.196875 L 2843.90625 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2957.304688 159.196875 L 2957.304688 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3070.703125 159.196875 L 3070.703125 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3184.023438 159.196875 L 3184.023438 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3297.421875 159.196875 L 3297.421875 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3410.820312 159.196875 L 3410.820312 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3524.21875 159.196875 L 3524.21875 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3637.617188 159.196875 L 3637.617188 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2150.195312 159.196875 L 2150.195312 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2250.3125 159.196875 L 2250.3125 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2350.3125 159.196875 L 2350.3125 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2450.390625 159.196875 L 2450.390625 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2550.390625 159.196875 L 2550.390625 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2650.507812 159.196875 L 2650.507812 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2850.625 159.196875 L 2850.625 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2950.625 159.196875 L 2950.625 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3050.703125 159.196875 L 3050.703125 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3150.703125 159.196875 L 3150.703125 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3250.703125 159.196875 L 3250.703125 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3350.820312 159.196875 L 3350.820312 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3450.820312 159.196875 L 3450.820312 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3650.898438 159.196875 L 3650.898438 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3751.015625 159.196875 L 3751.015625 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 159.196875 L 349.414062 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1483.320312 159.196875 L 1483.320312 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2617.109375 159.196875 L 2617.109375 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3751.015625 159.196875 L 3751.015625 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1149.804688 159.196875 L 1149.804688 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1950.117188 159.196875 L 1950.117188 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2750.507812 159.196875 L 2750.507812 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3550.898438 159.196875 L 3550.898438 1009.626563 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 159.196875 L 3751.015625 159.196875 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 545.720313 L 3751.015625 545.720313 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 932.321875 L 3751.015625 932.321875 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 528.923438 L 3751.015625 528.923438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 898.689063 L 3751.015625 898.689063 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 159.196875 L 3751.015625 159.196875 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 545.720313 L 3751.015625 545.720313 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 932.321875 L 3751.015625 932.321875 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 528.923438 L 3751.015625 528.923438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 898.689063 L 3751.015625 898.689063 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 159.196875 L 3751.015625 159.196875 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 402.204688 L 3751.015625 402.204688 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 645.095313 L 3751.015625 645.095313 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 888.103125 L 3751.015625 888.103125 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:11.3386;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,65.098572%,31.369019%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 932.321875 L 530.820312 932.321875 L 621.523438 545.720313 L 3456.210938 932.321875 L 3682.890625 932.321875 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 37.414062 8.007812 C 37.414062 6.644531 36.308594 5.535156 34.941406 5.535156 C 33.574219 5.535156 32.464844 6.644531 32.464844 8.007812 C 32.464844 9.375 33.574219 10.484375 34.941406 10.484375 C 36.308594 10.484375 37.414062 9.375 37.414062 8.007812 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 46.484375 8.007812 C 46.484375 6.644531 45.378906 5.535156 44.011719 5.535156 C 42.644531 5.535156 41.535156 6.644531 41.535156 8.007812 C 41.535156 9.375 42.644531 10.484375 44.011719 10.484375 C 45.378906 10.484375 46.484375 9.375 46.484375 8.007812 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 55.554688 8.007812 C 55.554688 6.644531 54.449219 5.535156 53.082031 5.535156 C 51.714844 5.535156 50.605469 6.644531 50.605469 8.007812 C 50.605469 9.375 51.714844 10.484375 53.082031 10.484375 C 54.449219 10.484375 55.554688 9.375 55.554688 8.007812 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 64.625 46.667969 C 64.625 45.300781 63.519531 44.195312 62.152344 44.195312 C 60.785156 44.195312 59.675781 45.300781 59.675781 46.667969 C 59.675781 48.035156 60.785156 49.144531 62.152344 49.144531 C 63.519531 49.144531 64.625 48.035156 64.625 46.667969 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 348.097656 8.007812 C 348.097656 6.644531 346.988281 5.535156 345.621094 5.535156 C 344.253906 5.535156 343.144531 6.644531 343.144531 8.007812 C 343.144531 9.375 344.253906 10.484375 345.621094 10.484375 C 346.988281 10.484375 348.097656 9.375 348.097656 8.007812 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 370.765625 8.007812 C 370.765625 6.644531 369.65625 5.535156 368.289062 5.535156 C 366.925781 5.535156 365.816406 6.644531 365.816406 8.007812 C 365.816406 9.375 366.925781 10.484375 368.289062 10.484375 C 369.65625 10.484375 370.765625 9.375 370.765625 8.007812 "/>
<path style="fill:none;stroke-width:11.3386;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.939758%,10.978699%,14.118958%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 766.61875 L 440.117188 888.103125 L 530.820312 839.509375 L 621.523438 766.61875 L 3456.210938 936.696875 L 3682.890625 936.696875 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 462.907813 L 3751.015625 462.907813 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 766.61875 L 3751.015625 766.61875 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:11.3386;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,65.098572%,31.369019%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 898.689063 L 749.609375 898.689063 L 909.6875 602.907813 L 3310.820312 528.923438 L 3711.015625 528.923438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 37.414062 11.371094 C 37.414062 10.003906 36.308594 8.894531 34.941406 8.894531 C 33.574219 8.894531 32.464844 10.003906 32.464844 11.371094 C 32.464844 12.734375 33.574219 13.84375 34.941406 13.84375 C 36.308594 13.84375 37.414062 12.734375 37.414062 11.371094 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 45.414062 11.371094 C 45.414062 10.003906 44.308594 8.894531 42.941406 8.894531 C 41.574219 8.894531 40.464844 10.003906 40.464844 11.371094 C 40.464844 12.734375 41.574219 13.84375 42.941406 13.84375 C 44.308594 13.84375 45.414062 12.734375 45.414062 11.371094 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 61.425781 11.371094 C 61.425781 10.003906 60.316406 8.894531 58.949219 8.894531 C 57.585938 8.894531 56.476562 10.003906 56.476562 11.371094 C 56.476562 12.734375 57.585938 13.84375 58.949219 13.84375 C 60.316406 13.84375 61.425781 12.734375 61.425781 11.371094 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 77.433594 11.371094 C 77.433594 10.003906 76.328125 8.894531 74.960938 8.894531 C 73.59375 8.894531 72.484375 10.003906 72.484375 11.371094 C 72.484375 12.734375 73.59375 13.84375 74.960938 13.84375 C 76.328125 13.84375 77.433594 12.734375 77.433594 11.371094 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 93.445312 40.949219 C 93.445312 39.582031 92.335938 38.472656 90.96875 38.472656 C 89.605469 38.472656 88.496094 39.582031 88.496094 40.949219 C 88.496094 42.316406 89.605469 43.425781 90.96875 43.425781 C 92.335938 43.425781 93.445312 42.316406 93.445312 40.949219 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 333.554688 48.347656 C 333.554688 46.984375 332.449219 45.875 331.082031 45.875 C 329.714844 45.875 328.605469 46.984375 328.605469 48.347656 C 328.605469 49.714844 329.714844 50.824219 331.082031 50.824219 C 332.449219 50.824219 333.554688 49.714844 333.554688 48.347656 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 373.574219 48.347656 C 373.574219 46.984375 372.46875 45.875 371.101562 45.875 C 369.734375 45.875 368.625 46.984375 368.625 48.347656 C 368.625 49.714844 369.734375 50.824219 371.101562 50.824219 C 372.46875 50.824219 373.574219 49.714844 373.574219 48.347656 "/>
<path style="fill:none;stroke-width:11.3386;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.939758%,10.978699%,14.118958%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 766.61875 L 429.414062 766.61875 L 589.492188 918.49375 L 909.6875 918.49375 L 3310.820312 614.821875 L 3711.015625 614.821875 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 32.691406 26.828125 L 37.191406 26.828125 L 37.191406 22.328125 L 32.691406 22.328125 Z M 32.691406 26.828125 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 41.761719 14.679688 L 46.261719 14.679688 L 46.261719 10.179688 L 41.761719 10.179688 Z M 41.761719 14.679688 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 50.832031 19.539062 L 55.332031 19.539062 L 55.332031 15.039062 L 50.832031 15.039062 Z M 50.832031 19.539062 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 59.902344 26.828125 L 64.402344 26.828125 L 64.402344 22.328125 L 59.902344 22.328125 Z M 59.902344 26.828125 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 343.371094 9.820312 L 347.871094 9.820312 L 347.871094 5.320312 L 343.371094 5.320312 Z M 343.371094 9.820312 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 366.039062 9.820312 L 370.539062 9.820312 L 370.539062 5.320312 L 366.039062 5.320312 Z M 366.039062 9.820312 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 40.691406 26.828125 L 45.191406 26.828125 L 45.191406 22.328125 L 40.691406 22.328125 Z M 40.691406 26.828125 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 56.699219 11.640625 L 61.199219 11.640625 L 61.199219 7.140625 L 56.699219 7.140625 Z M 56.699219 11.640625 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 72.710938 11.640625 L 77.210938 11.640625 L 77.210938 7.140625 L 72.710938 7.140625 Z M 72.710938 11.640625 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 88.71875 11.640625 L 93.21875 11.640625 L 93.21875 7.140625 L 88.71875 7.140625 Z M 88.71875 11.640625 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 328.832031 42.007812 L 333.332031 42.007812 L 333.332031 37.507812 L 328.832031 37.507812 Z M 328.832031 42.007812 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 368.851562 42.007812 L 373.351562 42.007812 L 373.351562 37.507812 L 368.851562 37.507812 Z M 368.851562 42.007812 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;" d="M 370.660156 85.320312 L 369.550781 87.621094 L 375.101562 85.320312 L 369.550781 83.019531 Z M 370.660156 85.320312 "/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 159.196875 L 3706.601562 159.196875 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 159.196875 L 349.414062 193.220313 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="32.45" y="100.734141"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1483.320312 159.196875 L 1483.320312 193.220313 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1149.804688 159.196875 L 1149.804688 193.220313 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="107.51" y="100.734141"/>
<use xlink:href="#glyph0-1" x="112.51" y="100.734141"/>
<use xlink:href="#glyph0-1" x="117.51" y="100.734141"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1950.117188 159.196875 L 1950.117188 193.220313 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="138.37" y="100.734141"/>
<use xlink:href="#glyph0-1" x="143.37" y="100.734141"/>
<use xlink:href="#glyph0-1" x="148.37" y="100.734141"/>
<use xlink:href="#glyph0-1" x="153.37" y="100.734141"/>
<use xlink:href="#glyph0-3" x="187.54" y="100.734141"/>
<use xlink:href="#glyph0-1" x="192.54" y="100.734141"/>
<use xlink:href="#glyph0-1" x="197.54" y="100.734141"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2617.109375 159.196875 L 2617.109375 193.220313 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2750.507812 159.196875 L 2750.507812 193.220313 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-3" x="251.75" y="100.734141"/>
<use xlink:href="#glyph0-1" x="256.75" y="100.734141"/>
<use xlink:href="#glyph0-1" x="261.75" y="100.734141"/>
<use xlink:href="#glyph0-1" x="266.75" y="100.734141"/>
<use xlink:href="#glyph0-4" x="265.09" y="100.734141"/>
<use xlink:href="#glyph0-5" x="270.09" y="100.734141"/>
<use xlink:href="#glyph0-1" x="275.09" y="100.734141"/>
<use xlink:href="#glyph0-1" x="280.09" y="100.734141"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3550.898438 159.196875 L 3550.898438 193.220313 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-4" x="365.1398" y="100.734141"/>
<use xlink:href="#glyph0-1" x="370.1398" y="100.734141"/>
<use xlink:href="#glyph0-1" x="375.1398" y="100.734141"/>
<use xlink:href="#glyph0-1" x="380.1398" y="100.734141"/>
<use xlink:href="#glyph0-4" x="345.13" y="100.734141"/>
<use xlink:href="#glyph0-6" x="350.13" y="100.734141"/>
<use xlink:href="#glyph0-1" x="355.13" y="100.734141"/>
<use xlink:href="#glyph0-1" x="360.13" y="100.734141"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 462.8125 159.196875 L 462.8125 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 576.210938 159.196875 L 576.210938 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 689.609375 159.196875 L 689.609375 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 802.890625 159.196875 L 802.890625 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 916.289062 159.196875 L 916.289062 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1029.726562 159.196875 L 1029.726562 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1143.125 159.196875 L 1143.125 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1256.523438 159.196875 L 1256.523438 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1369.921875 159.196875 L 1369.921875 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1596.601562 159.196875 L 1596.601562 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1710 159.196875 L 1710 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1823.398438 159.196875 L 1823.398438 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1936.796875 159.196875 L 1936.796875 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 449.414062 159.196875 L 449.414062 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 549.492188 159.196875 L 549.492188 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 649.492188 159.196875 L 649.492188 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 749.609375 159.196875 L 749.609375 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 849.609375 159.196875 L 849.609375 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 949.6875 159.196875 L 949.6875 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1049.726562 159.196875 L 1049.726562 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1249.804688 159.196875 L 1249.804688 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1349.921875 159.196875 L 1349.921875 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1449.921875 159.196875 L 1449.921875 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1550 159.196875 L 1550 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1650 159.196875 L 1650 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1750 159.196875 L 1750 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1850.117188 159.196875 L 1850.117188 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2050.195312 159.196875 L 2050.195312 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2163.59375 159.196875 L 2163.59375 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2276.992188 159.196875 L 2276.992188 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2390.3125 159.196875 L 2390.3125 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2503.710938 159.196875 L 2503.710938 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2730.507812 159.196875 L 2730.507812 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2843.90625 159.196875 L 2843.90625 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2957.304688 159.196875 L 2957.304688 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3070.703125 159.196875 L 3070.703125 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3184.023438 159.196875 L 3184.023438 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3297.421875 159.196875 L 3297.421875 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3410.820312 159.196875 L 3410.820312 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3524.21875 159.196875 L 3524.21875 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3637.617188 159.196875 L 3637.617188 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2150.195312 159.196875 L 2150.195312 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2250.3125 159.196875 L 2250.3125 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2350.3125 159.196875 L 2350.3125 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2450.390625 159.196875 L 2450.390625 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2550.390625 159.196875 L 2550.390625 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2650.507812 159.196875 L 2650.507812 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2850.625 159.196875 L 2850.625 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2950.625 159.196875 L 2950.625 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3050.703125 159.196875 L 3050.703125 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3150.703125 159.196875 L 3150.703125 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3250.703125 159.196875 L 3250.703125 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3350.820312 159.196875 L 3350.820312 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3450.820312 159.196875 L 3450.820312 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3650.898438 159.196875 L 3650.898438 183.298438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;" d="M 34.941406 4.71875 L 37.242188 5.820312 L 34.941406 0.277344 L 32.640625 5.820312 Z M 34.941406 4.71875 "/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 159.196875 L 349.414062 965.2125 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 159.196875 L 383.398438 159.196875 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="21.4598" y="88.8041"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 545.720313 L 383.398438 545.720313 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 528.923438 L 383.398438 528.923438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-5" x="21.4598" y="50.1541"/>
<use xlink:href="#glyph0-7" x="21.4598" y="51.8341"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 932.321875 L 383.398438 932.321875 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 898.689063 L 383.398438 898.689063 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="16.4801" y="11.4939"/>
<use xlink:href="#glyph0-1" x="21.4801" y="11.4939"/>
<use xlink:href="#glyph0-4" x="16.4801" y="14.8541"/>
<use xlink:href="#glyph0-1" x="21.4801" y="14.8541"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 159.196875 L 373.515625 159.196875 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 545.720313 L 373.515625 545.720313 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 932.321875 L 373.515625 932.321875 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 528.923438 L 373.515625 528.923438 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 898.689063 L 373.515625 898.689063 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="7.97461" y="80.1201"/>
<use xlink:href="#glyph1-2" x="7.97461" y="73.3201"/>
@@ -230,23 +249,17 @@
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="383.6" y="88.8041"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3751.015625 402.204688 L 3716.992188 402.204688 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="383.6" y="64.5041"/>
<use xlink:href="#glyph0-1" x="388.6" y="64.5041"/>
<use xlink:href="#glyph0-1" x="393.6" y="64.5041"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3751.015625 645.095313 L 3716.992188 645.095313 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3751.015625 462.907813 L 3716.992188 462.907813 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-3" x="383.6" y="40.2138"/>
<use xlink:href="#glyph0-1" x="388.6" y="40.2138"/>
<use xlink:href="#glyph0-1" x="393.6" y="40.2138"/>
<use xlink:href="#glyph0-4" x="383.6" y="58.4341"/>
<use xlink:href="#glyph0-1" x="388.6" y="58.4341"/>
<use xlink:href="#glyph0-1" x="393.6" y="58.4341"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3751.015625 888.103125 L 3716.992188 888.103125 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3751.015625 766.61875 L 3716.992188 766.61875 " transform="matrix(0.1,0,0,-0.1,0,101.24)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-4" x="383.6" y="15.9138"/>
<use xlink:href="#glyph0-1" x="388.6" y="15.9138"/>
<use xlink:href="#glyph0-1" x="393.6" y="15.9138"/>
<use xlink:href="#glyph0-5" x="383.6" y="28.0638"/>
<use xlink:href="#glyph0-1" x="388.6" y="28.0638"/>
<use xlink:href="#glyph0-1" x="393.6" y="28.0638"/>
</g>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph1-10" x="415.025" y="84.0701"/>

+ 5
- 5
pt-4.dat 查看文件

@@ -1,5 +1,5 @@
0 300 10
5 200 6.5
1705 200 10
1785 300 10
1985 300 10
0 250 10
20 150 6.5
1620 150 10
1700 250 10
1900 250 10

二進制
pt-4.pdf 查看文件


+ 111
- 115
pt-4.svg 查看文件

@@ -9,40 +9,46 @@
<path style="stroke:none;" d="M 4.59375 -3.203125 C 4.59375 -4 4.546875 -4.796875 4.203125 -5.546875 C 3.734375 -6.5 2.921875 -6.65625 2.5 -6.65625 C 1.90625 -6.65625 1.171875 -6.40625 0.765625 -5.46875 C 0.4375 -4.78125 0.390625 -4 0.390625 -3.203125 C 0.390625 -2.453125 0.4375 -1.546875 0.84375 -0.796875 C 1.265625 0.015625 2 0.21875 2.484375 0.21875 C 3.03125 0.21875 3.796875 0.015625 4.234375 -0.9375 C 4.546875 -1.625 4.59375 -2.40625 4.59375 -3.203125 Z M 2.484375 0 C 2.09375 0 1.515625 -0.25 1.328125 -1.203125 C 1.21875 -1.8125 1.21875 -2.734375 1.21875 -3.3125 C 1.21875 -3.953125 1.21875 -4.625 1.296875 -5.15625 C 1.484375 -6.34375 2.234375 -6.4375 2.484375 -6.4375 C 2.8125 -6.4375 3.484375 -6.265625 3.671875 -5.265625 C 3.765625 -4.703125 3.765625 -3.953125 3.765625 -3.3125 C 3.765625 -2.5625 3.765625 -1.890625 3.65625 -1.25 C 3.515625 -0.296875 2.9375 0 2.484375 0 Z M 2.484375 0 "/>
</symbol>
<symbol overflow="visible" id="glyph0-2">
<path style="stroke:none;" d="M 4.484375 -2.015625 C 4.484375 -3.203125 3.671875 -4.203125 2.59375 -4.203125 C 2.109375 -4.203125 1.6875 -4.046875 1.3125 -3.6875 L 1.3125 -5.640625 C 1.515625 -5.578125 1.84375 -5.515625 2.171875 -5.515625 C 3.40625 -5.515625 4.09375 -6.421875 4.09375 -6.546875 C 4.09375 -6.609375 4.0625 -6.65625 4 -6.65625 C 3.984375 -6.65625 3.96875 -6.65625 3.921875 -6.625 C 3.71875 -6.546875 3.234375 -6.34375 2.5625 -6.34375 C 2.15625 -6.34375 1.703125 -6.40625 1.234375 -6.625 C 1.15625 -6.65625 1.125 -6.65625 1.109375 -6.65625 C 1.015625 -6.65625 1.015625 -6.5625 1.015625 -6.40625 L 1.015625 -3.453125 C 1.015625 -3.265625 1.015625 -3.1875 1.15625 -3.1875 C 1.21875 -3.1875 1.234375 -3.21875 1.28125 -3.28125 C 1.390625 -3.4375 1.765625 -3.984375 2.5625 -3.984375 C 3.09375 -3.984375 3.34375 -3.515625 3.421875 -3.34375 C 3.578125 -2.96875 3.59375 -2.578125 3.59375 -2.078125 C 3.59375 -1.734375 3.59375 -1.125 3.359375 -0.703125 C 3.125 -0.3125 2.75 -0.0625 2.296875 -0.0625 C 1.5625 -0.0625 0.984375 -0.59375 0.8125 -1.1875 C 0.84375 -1.171875 0.875 -1.15625 0.984375 -1.15625 C 1.3125 -1.15625 1.484375 -1.40625 1.484375 -1.65625 C 1.484375 -1.890625 1.3125 -2.140625 0.984375 -2.140625 C 0.84375 -2.140625 0.5 -2.0625 0.5 -1.609375 C 0.5 -0.75 1.1875 0.21875 2.3125 0.21875 C 3.46875 0.21875 4.484375 -0.734375 4.484375 -2.015625 Z M 4.484375 -2.015625 "/>
<path style="stroke:none;" d="M 2.9375 -1.65625 L 2.9375 -0.78125 C 2.9375 -0.421875 2.921875 -0.3125 2.1875 -0.3125 L 1.96875 -0.3125 L 1.96875 0 C 2.375 -0.03125 2.90625 -0.03125 3.3125 -0.03125 C 3.734375 -0.03125 4.265625 -0.03125 4.6875 0 L 4.6875 -0.3125 L 4.46875 -0.3125 C 3.734375 -0.3125 3.703125 -0.421875 3.703125 -0.78125 L 3.703125 -1.65625 L 4.703125 -1.65625 L 4.703125 -1.953125 L 3.703125 -1.953125 L 3.703125 -6.515625 C 3.703125 -6.703125 3.703125 -6.765625 3.546875 -6.765625 C 3.453125 -6.765625 3.4375 -6.765625 3.34375 -6.65625 L 0.28125 -1.953125 L 0.28125 -1.65625 Z M 3 -1.953125 L 0.5625 -1.953125 L 3 -5.6875 Z M 3 -1.953125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-3">
<path style="stroke:none;" d="M 2.9375 -6.40625 C 2.9375 -6.640625 2.9375 -6.65625 2.703125 -6.65625 C 2.09375 -6.015625 1.203125 -6.015625 0.890625 -6.015625 L 0.890625 -5.703125 C 1.09375 -5.703125 1.6875 -5.703125 2.203125 -5.96875 L 2.203125 -0.796875 C 2.203125 -0.4375 2.171875 -0.3125 1.265625 -0.3125 L 0.953125 -0.3125 L 0.953125 0 C 1.296875 -0.03125 2.171875 -0.03125 2.5625 -0.03125 C 2.96875 -0.03125 3.84375 -0.03125 4.1875 0 L 4.1875 -0.3125 L 3.875 -0.3125 C 2.96875 -0.3125 2.9375 -0.421875 2.9375 -0.796875 Z M 2.9375 -6.40625 "/>
<path style="stroke:none;" d="M 1.625 -4.5625 C 1.171875 -4.875 1.125 -5.203125 1.125 -5.375 C 1.125 -5.984375 1.78125 -6.40625 2.484375 -6.40625 C 3.21875 -6.40625 3.859375 -5.890625 3.859375 -5.171875 C 3.859375 -4.59375 3.46875 -4.125 2.875 -3.765625 Z M 3.09375 -3.625 C 3.8125 -3.984375 4.296875 -4.515625 4.296875 -5.171875 C 4.296875 -6.09375 3.40625 -6.65625 2.5 -6.65625 C 1.5 -6.65625 0.6875 -5.921875 0.6875 -4.984375 C 0.6875 -4.8125 0.703125 -4.359375 1.125 -3.890625 C 1.234375 -3.765625 1.609375 -3.515625 1.859375 -3.34375 C 1.28125 -3.0625 0.421875 -2.5 0.421875 -1.515625 C 0.421875 -0.453125 1.4375 0.21875 2.484375 0.21875 C 3.625 0.21875 4.5625 -0.609375 4.5625 -1.6875 C 4.5625 -2.046875 4.453125 -2.484375 4.078125 -2.90625 C 3.890625 -3.125 3.734375 -3.21875 3.09375 -3.625 Z M 2.09375 -3.203125 L 3.3125 -2.421875 C 3.59375 -2.234375 4.0625 -1.9375 4.0625 -1.3125 C 4.0625 -0.578125 3.3125 -0.0625 2.5 -0.0625 C 1.640625 -0.0625 0.921875 -0.6875 0.921875 -1.515625 C 0.921875 -2.09375 1.234375 -2.734375 2.09375 -3.203125 Z M 2.09375 -3.203125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-4">
<path style="stroke:none;" d="M 1.265625 -0.765625 L 2.328125 -1.796875 C 3.890625 -3.1875 4.484375 -3.71875 4.484375 -4.71875 C 4.484375 -5.859375 3.59375 -6.65625 2.375 -6.65625 C 1.234375 -6.65625 0.5 -5.734375 0.5 -4.84375 C 0.5 -4.296875 1 -4.296875 1.03125 -4.296875 C 1.203125 -4.296875 1.546875 -4.40625 1.546875 -4.8125 C 1.546875 -5.078125 1.375 -5.34375 1.015625 -5.34375 C 0.9375 -5.34375 0.921875 -5.34375 0.890625 -5.328125 C 1.125 -5.984375 1.65625 -6.34375 2.234375 -6.34375 C 3.15625 -6.34375 3.578125 -5.546875 3.578125 -4.71875 C 3.578125 -3.921875 3.078125 -3.125 2.53125 -2.515625 L 0.609375 -0.375 C 0.5 -0.265625 0.5 -0.234375 0.5 0 L 4.203125 0 L 4.484375 -1.734375 L 4.234375 -1.734375 C 4.1875 -1.4375 4.125 -1 4.015625 -0.84375 C 3.953125 -0.765625 3.296875 -0.765625 3.0625 -0.765625 Z M 1.265625 -0.765625 "/>
<path style="stroke:none;" d="M 2.9375 -6.40625 C 2.9375 -6.640625 2.9375 -6.65625 2.703125 -6.65625 C 2.09375 -6.015625 1.203125 -6.015625 0.890625 -6.015625 L 0.890625 -5.703125 C 1.09375 -5.703125 1.6875 -5.703125 2.203125 -5.96875 L 2.203125 -0.796875 C 2.203125 -0.4375 2.171875 -0.3125 1.265625 -0.3125 L 0.953125 -0.3125 L 0.953125 0 C 1.296875 -0.03125 2.171875 -0.03125 2.5625 -0.03125 C 2.96875 -0.03125 3.84375 -0.03125 4.1875 0 L 4.1875 -0.3125 L 3.875 -0.3125 C 2.96875 -0.3125 2.9375 -0.421875 2.9375 -0.796875 Z M 2.9375 -6.40625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-5">
<path style="stroke:none;" d="M 6.65625 -6.765625 L 0.546875 -6.765625 L 0.359375 -4.515625 L 0.609375 -4.515625 C 0.75 -6.125 0.90625 -6.453125 2.40625 -6.453125 C 2.59375 -6.453125 2.84375 -6.453125 2.953125 -6.4375 C 3.15625 -6.40625 3.15625 -6.296875 3.15625 -6.0625 L 3.15625 -0.796875 C 3.15625 -0.453125 3.15625 -0.3125 2.109375 -0.3125 L 1.703125 -0.3125 L 1.703125 0 C 2.125 -0.03125 3.140625 -0.03125 3.59375 -0.03125 C 4.0625 -0.03125 5.09375 -0.03125 5.5 0 L 5.5 -0.3125 L 5.09375 -0.3125 C 4.046875 -0.3125 4.046875 -0.453125 4.046875 -0.796875 L 4.046875 -6.0625 C 4.046875 -6.265625 4.046875 -6.40625 4.234375 -6.4375 C 4.34375 -6.453125 4.609375 -6.453125 4.796875 -6.453125 C 6.3125 -6.453125 6.453125 -6.125 6.59375 -4.515625 L 6.84375 -4.515625 Z M 6.65625 -6.765625 "/>
<path style="stroke:none;" d="M 1.265625 -0.765625 L 2.328125 -1.796875 C 3.890625 -3.1875 4.484375 -3.71875 4.484375 -4.71875 C 4.484375 -5.859375 3.59375 -6.65625 2.375 -6.65625 C 1.234375 -6.65625 0.5 -5.734375 0.5 -4.84375 C 0.5 -4.296875 1 -4.296875 1.03125 -4.296875 C 1.203125 -4.296875 1.546875 -4.40625 1.546875 -4.8125 C 1.546875 -5.078125 1.375 -5.34375 1.015625 -5.34375 C 0.9375 -5.34375 0.921875 -5.34375 0.890625 -5.328125 C 1.125 -5.984375 1.65625 -6.34375 2.234375 -6.34375 C 3.15625 -6.34375 3.578125 -5.546875 3.578125 -4.71875 C 3.578125 -3.921875 3.078125 -3.125 2.53125 -2.515625 L 0.609375 -0.375 C 0.5 -0.265625 0.5 -0.234375 0.5 0 L 4.203125 0 L 4.484375 -1.734375 L 4.234375 -1.734375 C 4.1875 -1.4375 4.125 -1 4.015625 -0.84375 C 3.953125 -0.765625 3.296875 -0.765625 3.0625 -0.765625 Z M 1.265625 -0.765625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-6">
<path style="stroke:none;" d="M 1.765625 -4.421875 L 0.375 -4.3125 L 0.375 -4 C 1.015625 -4 1.109375 -3.9375 1.109375 -3.453125 L 1.109375 -0.765625 C 1.109375 -0.3125 1 -0.3125 0.328125 -0.3125 L 0.328125 0 C 0.65625 -0.015625 1.1875 -0.03125 1.4375 -0.03125 C 1.78125 -0.03125 2.125 -0.015625 2.46875 0 L 2.46875 -0.3125 C 1.8125 -0.3125 1.765625 -0.359375 1.765625 -0.75 Z M 1.8125 -6.15625 C 1.8125 -6.484375 1.5625 -6.6875 1.28125 -6.6875 C 0.96875 -6.6875 0.75 -6.421875 0.75 -6.15625 C 0.75 -5.890625 0.96875 -5.625 1.28125 -5.625 C 1.5625 -5.625 1.8125 -5.84375 1.8125 -6.15625 Z M 1.8125 -6.15625 "/>
<path style="stroke:none;" d="M 1.3125 -3.28125 L 1.3125 -3.515625 C 1.3125 -6.046875 2.5625 -6.40625 3.0625 -6.40625 C 3.3125 -6.40625 3.734375 -6.34375 3.953125 -6.015625 C 3.796875 -6.015625 3.40625 -6.015625 3.40625 -5.5625 C 3.40625 -5.25 3.640625 -5.09375 3.859375 -5.09375 C 4.015625 -5.09375 4.3125 -5.1875 4.3125 -5.578125 C 4.3125 -6.1875 3.875 -6.65625 3.046875 -6.65625 C 1.765625 -6.65625 0.421875 -5.375 0.421875 -3.15625 C 0.421875 -0.484375 1.578125 0.21875 2.515625 0.21875 C 3.625 0.21875 4.5625 -0.71875 4.5625 -2.046875 C 4.5625 -3.3125 3.6875 -4.265625 2.5625 -4.265625 C 1.890625 -4.265625 1.515625 -3.765625 1.3125 -3.28125 Z M 2.515625 -0.0625 C 1.875 -0.0625 1.578125 -0.65625 1.515625 -0.8125 C 1.34375 -1.28125 1.34375 -2.078125 1.34375 -2.265625 C 1.34375 -3.046875 1.65625 -4.046875 2.5625 -4.046875 C 2.71875 -4.046875 3.1875 -4.046875 3.484375 -3.421875 C 3.671875 -3.046875 3.671875 -2.546875 3.671875 -2.046875 C 3.671875 -1.5625 3.671875 -1.0625 3.5 -0.703125 C 3.203125 -0.109375 2.734375 -0.0625 2.515625 -0.0625 Z M 2.515625 -0.0625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-7">
<path style="stroke:none;" d="M 1.09375 -3.4375 L 1.09375 -0.765625 C 1.09375 -0.3125 0.984375 -0.3125 0.3125 -0.3125 L 0.3125 0 C 0.671875 -0.015625 1.1875 -0.03125 1.453125 -0.03125 C 1.703125 -0.03125 2.234375 -0.015625 2.5625 0 L 2.5625 -0.3125 C 1.90625 -0.3125 1.796875 -0.3125 1.796875 -0.765625 L 1.796875 -2.59375 C 1.796875 -3.640625 2.5 -4.203125 3.140625 -4.203125 C 3.765625 -4.203125 3.875 -3.65625 3.875 -3.09375 L 3.875 -0.765625 C 3.875 -0.3125 3.765625 -0.3125 3.09375 -0.3125 L 3.09375 0 C 3.453125 -0.015625 3.953125 -0.03125 4.234375 -0.03125 C 4.484375 -0.03125 5.015625 -0.015625 5.34375 0 L 5.34375 -0.3125 C 4.6875 -0.3125 4.5625 -0.3125 4.5625 -0.765625 L 4.5625 -2.59375 C 4.5625 -3.640625 5.28125 -4.203125 5.921875 -4.203125 C 6.546875 -4.203125 6.65625 -3.65625 6.65625 -3.09375 L 6.65625 -0.765625 C 6.65625 -0.3125 6.546875 -0.3125 5.875 -0.3125 L 5.875 0 C 6.234375 -0.015625 6.734375 -0.03125 7.015625 -0.03125 C 7.265625 -0.03125 7.796875 -0.015625 8.125 0 L 8.125 -0.3125 C 7.609375 -0.3125 7.359375 -0.3125 7.34375 -0.609375 L 7.34375 -2.515625 C 7.34375 -3.375 7.34375 -3.6875 7.046875 -4.046875 C 6.90625 -4.21875 6.5625 -4.421875 5.984375 -4.421875 C 5.15625 -4.421875 4.703125 -3.8125 4.546875 -3.4375 C 4.40625 -4.3125 3.65625 -4.421875 3.203125 -4.421875 C 2.484375 -4.421875 2.015625 -3.984375 1.734375 -3.375 L 1.734375 -4.421875 L 0.3125 -4.3125 L 0.3125 -4 C 1.015625 -4 1.09375 -3.9375 1.09375 -3.4375 Z M 1.09375 -3.4375 "/>
<path style="stroke:none;" d="M 6.65625 -6.765625 L 0.546875 -6.765625 L 0.359375 -4.515625 L 0.609375 -4.515625 C 0.75 -6.125 0.90625 -6.453125 2.40625 -6.453125 C 2.59375 -6.453125 2.84375 -6.453125 2.953125 -6.4375 C 3.15625 -6.40625 3.15625 -6.296875 3.15625 -6.0625 L 3.15625 -0.796875 C 3.15625 -0.453125 3.15625 -0.3125 2.109375 -0.3125 L 1.703125 -0.3125 L 1.703125 0 C 2.125 -0.03125 3.140625 -0.03125 3.59375 -0.03125 C 4.0625 -0.03125 5.09375 -0.03125 5.5 0 L 5.5 -0.3125 L 5.09375 -0.3125 C 4.046875 -0.3125 4.046875 -0.453125 4.046875 -0.796875 L 4.046875 -6.0625 C 4.046875 -6.265625 4.046875 -6.40625 4.234375 -6.4375 C 4.34375 -6.453125 4.609375 -6.453125 4.796875 -6.453125 C 6.3125 -6.453125 6.453125 -6.125 6.59375 -4.515625 L 6.84375 -4.515625 Z M 6.65625 -6.765625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-8">
<path style="stroke:none;" d="M 1.125 -2.515625 C 1.1875 -4.015625 2.015625 -4.265625 2.359375 -4.265625 C 3.390625 -4.265625 3.484375 -2.90625 3.484375 -2.515625 Z M 1.109375 -2.3125 L 3.90625 -2.3125 C 4.125 -2.3125 4.15625 -2.3125 4.15625 -2.515625 C 4.15625 -3.515625 3.609375 -4.484375 2.359375 -4.484375 C 1.203125 -4.484375 0.28125 -3.453125 0.28125 -2.203125 C 0.28125 -0.859375 1.328125 0.109375 2.484375 0.109375 C 3.703125 0.109375 4.15625 -1 4.15625 -1.1875 C 4.15625 -1.296875 4.0625 -1.3125 4.015625 -1.3125 C 3.9375 -1.3125 3.90625 -1.25 3.890625 -1.171875 C 3.546875 -0.140625 2.640625 -0.140625 2.546875 -0.140625 C 2.046875 -0.140625 1.640625 -0.4375 1.40625 -0.8125 C 1.109375 -1.296875 1.109375 -1.953125 1.109375 -2.3125 Z M 1.109375 -2.3125 "/>
<path style="stroke:none;" d="M 1.765625 -4.421875 L 0.375 -4.3125 L 0.375 -4 C 1.015625 -4 1.109375 -3.9375 1.109375 -3.453125 L 1.109375 -0.765625 C 1.109375 -0.3125 1 -0.3125 0.328125 -0.3125 L 0.328125 0 C 0.65625 -0.015625 1.1875 -0.03125 1.4375 -0.03125 C 1.78125 -0.03125 2.125 -0.015625 2.46875 0 L 2.46875 -0.3125 C 1.8125 -0.3125 1.765625 -0.359375 1.765625 -0.75 Z M 1.8125 -6.15625 C 1.8125 -6.484375 1.5625 -6.6875 1.28125 -6.6875 C 0.96875 -6.6875 0.75 -6.421875 0.75 -6.15625 C 0.75 -5.890625 0.96875 -5.625 1.28125 -5.625 C 1.5625 -5.625 1.8125 -5.84375 1.8125 -6.15625 Z M 1.8125 -6.15625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-9">
<path style="stroke:none;" d="M 2.546875 2.5 L 2.546875 2.09375 L 1.578125 2.09375 L 1.578125 -7.09375 L 2.546875 -7.09375 L 2.546875 -7.5 L 1.1875 -7.5 L 1.1875 2.5 Z M 2.546875 2.5 "/>
<path style="stroke:none;" d="M 1.09375 -3.4375 L 1.09375 -0.765625 C 1.09375 -0.3125 0.984375 -0.3125 0.3125 -0.3125 L 0.3125 0 C 0.671875 -0.015625 1.1875 -0.03125 1.453125 -0.03125 C 1.703125 -0.03125 2.234375 -0.015625 2.5625 0 L 2.5625 -0.3125 C 1.90625 -0.3125 1.796875 -0.3125 1.796875 -0.765625 L 1.796875 -2.59375 C 1.796875 -3.640625 2.5 -4.203125 3.140625 -4.203125 C 3.765625 -4.203125 3.875 -3.65625 3.875 -3.09375 L 3.875 -0.765625 C 3.875 -0.3125 3.765625 -0.3125 3.09375 -0.3125 L 3.09375 0 C 3.453125 -0.015625 3.953125 -0.03125 4.234375 -0.03125 C 4.484375 -0.03125 5.015625 -0.015625 5.34375 0 L 5.34375 -0.3125 C 4.6875 -0.3125 4.5625 -0.3125 4.5625 -0.765625 L 4.5625 -2.59375 C 4.5625 -3.640625 5.28125 -4.203125 5.921875 -4.203125 C 6.546875 -4.203125 6.65625 -3.65625 6.65625 -3.09375 L 6.65625 -0.765625 C 6.65625 -0.3125 6.546875 -0.3125 5.875 -0.3125 L 5.875 0 C 6.234375 -0.015625 6.734375 -0.03125 7.015625 -0.03125 C 7.265625 -0.03125 7.796875 -0.015625 8.125 0 L 8.125 -0.3125 C 7.609375 -0.3125 7.359375 -0.3125 7.34375 -0.609375 L 7.34375 -2.515625 C 7.34375 -3.375 7.34375 -3.6875 7.046875 -4.046875 C 6.90625 -4.21875 6.5625 -4.421875 5.984375 -4.421875 C 5.15625 -4.421875 4.703125 -3.8125 4.546875 -3.4375 C 4.40625 -4.3125 3.65625 -4.421875 3.203125 -4.421875 C 2.484375 -4.421875 2.015625 -3.984375 1.734375 -3.375 L 1.734375 -4.421875 L 0.3125 -4.3125 L 0.3125 -4 C 1.015625 -4 1.09375 -3.9375 1.09375 -3.4375 Z M 1.09375 -3.4375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-10">
<path style="stroke:none;" d="M 2.078125 -1.9375 C 2.296875 -1.90625 3.125 -1.734375 3.125 -1.015625 C 3.125 -0.515625 2.765625 -0.109375 1.984375 -0.109375 C 1.15625 -0.109375 0.796875 -0.6875 0.59375 -1.53125 C 0.5625 -1.65625 0.5625 -1.703125 0.453125 -1.703125 C 0.328125 -1.703125 0.328125 -1.625 0.328125 -1.453125 L 0.328125 -0.125 C 0.328125 0.046875 0.328125 0.109375 0.4375 0.109375 C 0.484375 0.109375 0.5 0.09375 0.6875 -0.09375 C 0.703125 -0.109375 0.703125 -0.125 0.890625 -0.3125 C 1.328125 0.09375 1.78125 0.109375 1.984375 0.109375 C 3.140625 0.109375 3.59375 -0.5625 3.59375 -1.28125 C 3.59375 -1.8125 3.296875 -2.109375 3.1875 -2.234375 C 2.84375 -2.546875 2.453125 -2.625 2.046875 -2.703125 C 1.484375 -2.8125 0.8125 -2.953125 0.8125 -3.53125 C 0.8125 -3.875 1.0625 -4.296875 1.9375 -4.296875 C 3.03125 -4.296875 3.078125 -3.390625 3.09375 -3.078125 C 3.109375 -2.984375 3.203125 -2.984375 3.21875 -2.984375 C 3.34375 -2.984375 3.34375 -3.046875 3.34375 -3.234375 L 3.34375 -4.234375 C 3.34375 -4.40625 3.34375 -4.484375 3.234375 -4.484375 C 3.1875 -4.484375 3.171875 -4.484375 3.046875 -4.359375 C 3.015625 -4.3125 2.90625 -4.234375 2.875 -4.203125 C 2.484375 -4.484375 2.078125 -4.484375 1.9375 -4.484375 C 0.703125 -4.484375 0.328125 -3.8125 0.328125 -3.25 C 0.328125 -2.90625 0.484375 -2.625 0.765625 -2.40625 C 1.078125 -2.140625 1.359375 -2.078125 2.078125 -1.9375 Z M 2.078125 -1.9375 "/>
<path style="stroke:none;" d="M 1.125 -2.515625 C 1.1875 -4.015625 2.015625 -4.265625 2.359375 -4.265625 C 3.390625 -4.265625 3.484375 -2.90625 3.484375 -2.515625 Z M 1.109375 -2.3125 L 3.90625 -2.3125 C 4.125 -2.3125 4.15625 -2.3125 4.15625 -2.515625 C 4.15625 -3.515625 3.609375 -4.484375 2.359375 -4.484375 C 1.203125 -4.484375 0.28125 -3.453125 0.28125 -2.203125 C 0.28125 -0.859375 1.328125 0.109375 2.484375 0.109375 C 3.703125 0.109375 4.15625 -1 4.15625 -1.1875 C 4.15625 -1.296875 4.0625 -1.3125 4.015625 -1.3125 C 3.9375 -1.3125 3.90625 -1.25 3.890625 -1.171875 C 3.546875 -0.140625 2.640625 -0.140625 2.546875 -0.140625 C 2.046875 -0.140625 1.640625 -0.4375 1.40625 -0.8125 C 1.109375 -1.296875 1.109375 -1.953125 1.109375 -2.3125 Z M 1.109375 -2.3125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-11">
<path style="stroke:none;" d="M 2.21875 -1.71875 C 1.34375 -1.71875 1.34375 -2.71875 1.34375 -2.953125 C 1.34375 -3.21875 1.359375 -3.546875 1.515625 -3.796875 C 1.59375 -3.90625 1.8125 -4.1875 2.21875 -4.1875 C 3.09375 -4.1875 3.09375 -3.1875 3.09375 -2.953125 C 3.09375 -2.6875 3.078125 -2.375 2.9375 -2.125 C 2.84375 -2 2.625 -1.71875 2.21875 -1.71875 Z M 1.0625 -1.328125 C 1.0625 -1.375 1.0625 -1.59375 1.234375 -1.796875 C 1.625 -1.515625 2.03125 -1.484375 2.21875 -1.484375 C 3.15625 -1.484375 3.84375 -2.1875 3.84375 -2.953125 C 3.84375 -3.3125 3.6875 -3.6875 3.4375 -3.921875 C 3.796875 -4.265625 4.15625 -4.3125 4.328125 -4.3125 C 4.34375 -4.3125 4.40625 -4.3125 4.4375 -4.296875 C 4.3125 -4.265625 4.265625 -4.15625 4.265625 -4.03125 C 4.265625 -3.859375 4.40625 -3.734375 4.5625 -3.734375 C 4.65625 -3.734375 4.84375 -3.8125 4.84375 -4.046875 C 4.84375 -4.203125 4.734375 -4.53125 4.34375 -4.53125 C 4.140625 -4.53125 3.703125 -4.46875 3.28125 -4.0625 C 2.859375 -4.390625 2.4375 -4.421875 2.21875 -4.421875 C 1.296875 -4.421875 0.59375 -3.734375 0.59375 -2.953125 C 0.59375 -2.515625 0.8125 -2.140625 1.0625 -1.9375 C 0.9375 -1.78125 0.765625 -1.453125 0.765625 -1.09375 C 0.765625 -0.796875 0.890625 -0.40625 1.203125 -0.203125 C 0.59375 -0.046875 0.28125 0.390625 0.28125 0.796875 C 0.28125 1.515625 1.265625 2.0625 2.484375 2.0625 C 3.671875 2.0625 4.703125 1.546875 4.703125 0.765625 C 4.703125 0.421875 4.5625 -0.09375 4.0625 -0.375 C 3.53125 -0.65625 2.953125 -0.65625 2.34375 -0.65625 C 2.09375 -0.65625 1.65625 -0.65625 1.59375 -0.65625 C 1.265625 -0.703125 1.0625 -1.015625 1.0625 -1.328125 Z M 2.5 1.828125 C 1.484375 1.828125 0.796875 1.3125 0.796875 0.796875 C 0.796875 0.328125 1.1875 -0.046875 1.625 -0.0625 L 2.203125 -0.0625 C 3.0625 -0.0625 4.1875 -0.0625 4.1875 0.796875 C 4.1875 1.328125 3.484375 1.828125 2.5 1.828125 Z M 2.5 1.828125 "/>
<path style="stroke:none;" d="M 2.546875 2.5 L 2.546875 2.09375 L 1.578125 2.09375 L 1.578125 -7.09375 L 2.546875 -7.09375 L 2.546875 -7.5 L 1.1875 -7.5 L 1.1875 2.5 Z M 2.546875 2.5 "/>
</symbol>
<symbol overflow="visible" id="glyph0-12">
<path style="stroke:none;" d="M 1.59375 -7.5 L 0.21875 -7.5 L 0.21875 -7.09375 L 1.1875 -7.09375 L 1.1875 2.09375 L 0.21875 2.09375 L 0.21875 2.5 L 1.59375 2.5 Z M 1.59375 -7.5 "/>
<path style="stroke:none;" d="M 2.078125 -1.9375 C 2.296875 -1.90625 3.125 -1.734375 3.125 -1.015625 C 3.125 -0.515625 2.765625 -0.109375 1.984375 -0.109375 C 1.15625 -0.109375 0.796875 -0.6875 0.59375 -1.53125 C 0.5625 -1.65625 0.5625 -1.703125 0.453125 -1.703125 C 0.328125 -1.703125 0.328125 -1.625 0.328125 -1.453125 L 0.328125 -0.125 C 0.328125 0.046875 0.328125 0.109375 0.4375 0.109375 C 0.484375 0.109375 0.5 0.09375 0.6875 -0.09375 C 0.703125 -0.109375 0.703125 -0.125 0.890625 -0.3125 C 1.328125 0.09375 1.78125 0.109375 1.984375 0.109375 C 3.140625 0.109375 3.59375 -0.5625 3.59375 -1.28125 C 3.59375 -1.8125 3.296875 -2.109375 3.1875 -2.234375 C 2.84375 -2.546875 2.453125 -2.625 2.046875 -2.703125 C 1.484375 -2.8125 0.8125 -2.953125 0.8125 -3.53125 C 0.8125 -3.875 1.0625 -4.296875 1.9375 -4.296875 C 3.03125 -4.296875 3.078125 -3.390625 3.09375 -3.078125 C 3.109375 -2.984375 3.203125 -2.984375 3.21875 -2.984375 C 3.34375 -2.984375 3.34375 -3.046875 3.34375 -3.234375 L 3.34375 -4.234375 C 3.34375 -4.40625 3.34375 -4.484375 3.234375 -4.484375 C 3.1875 -4.484375 3.171875 -4.484375 3.046875 -4.359375 C 3.015625 -4.3125 2.90625 -4.234375 2.875 -4.203125 C 2.484375 -4.484375 2.078125 -4.484375 1.9375 -4.484375 C 0.703125 -4.484375 0.328125 -3.8125 0.328125 -3.25 C 0.328125 -2.90625 0.484375 -2.625 0.765625 -2.40625 C 1.078125 -2.140625 1.359375 -2.078125 2.078125 -1.9375 Z M 2.078125 -1.9375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-13">
<path style="stroke:none;" d="M 2.90625 -3.515625 C 3.71875 -3.796875 4.296875 -4.484375 4.296875 -5.28125 C 4.296875 -6.09375 3.421875 -6.65625 2.453125 -6.65625 C 1.453125 -6.65625 0.6875 -6.0625 0.6875 -5.296875 C 0.6875 -4.96875 0.90625 -4.78125 1.203125 -4.78125 C 1.515625 -4.78125 1.703125 -5 1.703125 -5.296875 C 1.703125 -5.796875 1.234375 -5.796875 1.09375 -5.796875 C 1.40625 -6.28125 2.0625 -6.40625 2.421875 -6.40625 C 2.828125 -6.40625 3.375 -6.1875 3.375 -5.296875 C 3.375 -5.171875 3.359375 -4.59375 3.09375 -4.15625 C 2.796875 -3.671875 2.453125 -3.640625 2.203125 -3.625 C 2.125 -3.625 1.890625 -3.59375 1.8125 -3.59375 C 1.734375 -3.59375 1.671875 -3.578125 1.671875 -3.484375 C 1.671875 -3.375 1.734375 -3.375 1.90625 -3.375 L 2.34375 -3.375 C 3.171875 -3.375 3.546875 -2.6875 3.546875 -1.703125 C 3.546875 -0.34375 2.84375 -0.0625 2.40625 -0.0625 C 1.984375 -0.0625 1.234375 -0.234375 0.875 -0.8125 C 1.234375 -0.765625 1.546875 -0.984375 1.546875 -1.375 C 1.546875 -1.734375 1.265625 -1.9375 0.984375 -1.9375 C 0.734375 -1.9375 0.421875 -1.796875 0.421875 -1.34375 C 0.421875 -0.4375 1.34375 0.21875 2.4375 0.21875 C 3.65625 0.21875 4.5625 -0.6875 4.5625 -1.703125 C 4.5625 -2.53125 3.9375 -3.3125 2.90625 -3.515625 Z M 2.90625 -3.515625 "/>
<path style="stroke:none;" d="M 2.21875 -1.71875 C 1.34375 -1.71875 1.34375 -2.71875 1.34375 -2.953125 C 1.34375 -3.21875 1.359375 -3.546875 1.515625 -3.796875 C 1.59375 -3.90625 1.8125 -4.1875 2.21875 -4.1875 C 3.09375 -4.1875 3.09375 -3.1875 3.09375 -2.953125 C 3.09375 -2.6875 3.078125 -2.375 2.9375 -2.125 C 2.84375 -2 2.625 -1.71875 2.21875 -1.71875 Z M 1.0625 -1.328125 C 1.0625 -1.375 1.0625 -1.59375 1.234375 -1.796875 C 1.625 -1.515625 2.03125 -1.484375 2.21875 -1.484375 C 3.15625 -1.484375 3.84375 -2.1875 3.84375 -2.953125 C 3.84375 -3.3125 3.6875 -3.6875 3.4375 -3.921875 C 3.796875 -4.265625 4.15625 -4.3125 4.328125 -4.3125 C 4.34375 -4.3125 4.40625 -4.3125 4.4375 -4.296875 C 4.3125 -4.265625 4.265625 -4.15625 4.265625 -4.03125 C 4.265625 -3.859375 4.40625 -3.734375 4.5625 -3.734375 C 4.65625 -3.734375 4.84375 -3.8125 4.84375 -4.046875 C 4.84375 -4.203125 4.734375 -4.53125 4.34375 -4.53125 C 4.140625 -4.53125 3.703125 -4.46875 3.28125 -4.0625 C 2.859375 -4.390625 2.4375 -4.421875 2.21875 -4.421875 C 1.296875 -4.421875 0.59375 -3.734375 0.59375 -2.953125 C 0.59375 -2.515625 0.8125 -2.140625 1.0625 -1.9375 C 0.9375 -1.78125 0.765625 -1.453125 0.765625 -1.09375 C 0.765625 -0.796875 0.890625 -0.40625 1.203125 -0.203125 C 0.59375 -0.046875 0.28125 0.390625 0.28125 0.796875 C 0.28125 1.515625 1.265625 2.0625 2.484375 2.0625 C 3.671875 2.0625 4.703125 1.546875 4.703125 0.765625 C 4.703125 0.421875 4.5625 -0.09375 4.0625 -0.375 C 3.53125 -0.65625 2.953125 -0.65625 2.34375 -0.65625 C 2.09375 -0.65625 1.65625 -0.65625 1.59375 -0.65625 C 1.265625 -0.703125 1.0625 -1.015625 1.0625 -1.328125 Z M 2.5 1.828125 C 1.484375 1.828125 0.796875 1.3125 0.796875 0.796875 C 0.796875 0.328125 1.1875 -0.046875 1.625 -0.0625 L 2.203125 -0.0625 C 3.0625 -0.0625 4.1875 -0.0625 4.1875 0.796875 C 4.1875 1.328125 3.484375 1.828125 2.5 1.828125 Z M 2.5 1.828125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-14">
<path style="stroke:none;" d="M 1.59375 -7.5 L 0.21875 -7.5 L 0.21875 -7.09375 L 1.1875 -7.09375 L 1.1875 2.09375 L 0.21875 2.09375 L 0.21875 2.5 L 1.59375 2.5 Z M 1.59375 -7.5 "/>
</symbol>
<symbol overflow="visible" id="glyph0-15">
<path style="stroke:none;" d="M 4.484375 -2.015625 C 4.484375 -3.203125 3.671875 -4.203125 2.59375 -4.203125 C 2.109375 -4.203125 1.6875 -4.046875 1.3125 -3.6875 L 1.3125 -5.640625 C 1.515625 -5.578125 1.84375 -5.515625 2.171875 -5.515625 C 3.40625 -5.515625 4.09375 -6.421875 4.09375 -6.546875 C 4.09375 -6.609375 4.0625 -6.65625 4 -6.65625 C 3.984375 -6.65625 3.96875 -6.65625 3.921875 -6.625 C 3.71875 -6.546875 3.234375 -6.34375 2.5625 -6.34375 C 2.15625 -6.34375 1.703125 -6.40625 1.234375 -6.625 C 1.15625 -6.65625 1.125 -6.65625 1.109375 -6.65625 C 1.015625 -6.65625 1.015625 -6.5625 1.015625 -6.40625 L 1.015625 -3.453125 C 1.015625 -3.265625 1.015625 -3.1875 1.15625 -3.1875 C 1.21875 -3.1875 1.234375 -3.21875 1.28125 -3.28125 C 1.390625 -3.4375 1.765625 -3.984375 2.5625 -3.984375 C 3.09375 -3.984375 3.34375 -3.515625 3.421875 -3.34375 C 3.578125 -2.96875 3.59375 -2.578125 3.59375 -2.078125 C 3.59375 -1.734375 3.59375 -1.125 3.359375 -0.703125 C 3.125 -0.3125 2.75 -0.0625 2.296875 -0.0625 C 1.5625 -0.0625 0.984375 -0.59375 0.8125 -1.1875 C 0.84375 -1.171875 0.875 -1.15625 0.984375 -1.15625 C 1.3125 -1.15625 1.484375 -1.40625 1.484375 -1.65625 C 1.484375 -1.890625 1.3125 -2.140625 0.984375 -2.140625 C 0.84375 -2.140625 0.5 -2.0625 0.5 -1.609375 C 0.5 -0.75 1.1875 0.21875 2.3125 0.21875 C 3.46875 0.21875 4.484375 -0.734375 4.484375 -2.015625 Z M 4.484375 -2.015625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-0">
<path style="stroke:none;" d=""/>
@@ -110,113 +116,109 @@
</clipPath>
</defs>
<g id="surface1">
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 519.492188 353.81875 L 519.492188 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 689.609375 353.81875 L 689.609375 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 859.609375 353.81875 L 859.609375 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1029.726562 353.81875 L 1029.726562 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1369.921875 353.81875 L 1369.921875 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1540 353.81875 L 1540 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1710 353.81875 L 1710 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1880.117188 353.81875 L 1880.117188 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2220.3125 353.81875 L 2220.3125 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2390.3125 353.81875 L 2390.3125 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2560.390625 353.81875 L 2560.390625 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2730.507812 353.81875 L 2730.507812 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3070.703125 353.81875 L 3070.703125 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3240.703125 353.81875 L 3240.703125 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3410.820312 353.81875 L 3410.820312 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3580.898438 353.81875 L 3580.898438 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 528.398438 353.81875 L 528.398438 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 707.5 353.81875 L 707.5 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 886.523438 353.81875 L 886.523438 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1244.609375 353.81875 L 1244.609375 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1423.59375 353.81875 L 1423.59375 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1602.617188 353.81875 L 1602.617188 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1960.703125 353.81875 L 1960.703125 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2139.726562 353.81875 L 2139.726562 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2318.710938 353.81875 L 2318.710938 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2676.796875 353.81875 L 2676.796875 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2855.820312 353.81875 L 2855.820312 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3034.921875 353.81875 L 3034.921875 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3392.890625 353.81875 L 3392.890625 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3571.914062 353.81875 L 3571.914062 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3751.015625 353.81875 L 3751.015625 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 353.81875 L 349.414062 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1199.804688 353.81875 L 1199.804688 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2050.195312 353.81875 L 2050.195312 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2900.625 353.81875 L 2900.625 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3751.015625 353.81875 L 3751.015625 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1065.507812 353.81875 L 1065.507812 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1781.601562 353.81875 L 1781.601562 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2497.8125 353.81875 L 2497.8125 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3213.90625 353.81875 L 3213.90625 1204.248438 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 353.81875 L 3751.015625 353.81875 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 740.342188 L 3751.015625 740.342188 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 1126.94375 L 3751.015625 1126.94375 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 723.545313 L 3751.015625 723.545313 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:2.83465;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87.068176%,86.833191%,86.891174%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 1093.35 L 3751.015625 1093.35 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 353.81875 L 3751.015625 353.81875 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 740.342188 L 3751.015625 740.342188 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 1126.94375 L 3751.015625 1126.94375 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 723.545313 L 3751.015625 723.545313 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 1093.35 L 3751.015625 1093.35 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 353.81875 L 3751.015625 353.81875 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 596.826563 L 3751.015625 596.826563 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 839.717188 L 3751.015625 839.717188 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 1082.725 L 3751.015625 1082.725 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:11.3386;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,65.098572%,31.369019%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 1126.94375 L 357.890625 856.31875 L 3249.21875 1126.94375 L 3725.507812 1126.94375 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 37.414062 8.015625 C 37.414062 6.648438 36.308594 5.542969 34.941406 5.542969 C 33.574219 5.542969 32.464844 6.648438 32.464844 8.015625 C 32.464844 9.382812 33.574219 10.492188 34.941406 10.492188 C 36.308594 10.492188 37.414062 9.382812 37.414062 8.015625 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 38.265625 35.078125 C 38.265625 33.710938 37.15625 32.601562 35.789062 32.601562 C 34.421875 32.601562 33.316406 33.710938 33.316406 35.078125 C 33.316406 36.441406 34.421875 37.550781 35.789062 37.550781 C 37.15625 37.550781 38.265625 36.441406 38.265625 35.078125 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 327.394531 8.015625 C 327.394531 6.648438 326.289062 5.542969 324.921875 5.542969 C 323.554688 5.542969 322.445312 6.648438 322.445312 8.015625 C 322.445312 9.382812 323.554688 10.492188 324.921875 10.492188 C 326.289062 10.492188 327.394531 9.382812 327.394531 8.015625 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 341.007812 8.015625 C 341.007812 6.648438 339.898438 5.542969 338.53125 5.542969 C 337.164062 5.542969 336.054688 6.648438 336.054688 8.015625 C 336.054688 9.382812 337.164062 10.492188 338.53125 10.492188 C 339.898438 10.492188 341.007812 9.382812 341.007812 8.015625 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 375.027344 8.015625 C 375.027344 6.648438 373.917969 5.542969 372.550781 5.542969 C 371.183594 5.542969 370.074219 6.648438 370.074219 8.015625 C 370.074219 9.382812 371.183594 10.492188 372.550781 10.492188 C 373.917969 10.492188 375.027344 9.382812 375.027344 8.015625 "/>
<path style="fill:none;stroke-width:11.3386;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.939758%,10.978699%,14.118958%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 1082.725 L 357.890625 839.717188 L 3249.21875 839.717188 L 3385.3125 1082.725 L 3725.507812 1082.725 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 32.691406 14.6875 L 37.191406 14.6875 L 37.191406 10.1875 L 32.691406 10.1875 Z M 32.691406 14.6875 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 33.539062 38.988281 L 38.039062 38.988281 L 38.039062 34.488281 L 33.539062 34.488281 Z M 33.539062 38.988281 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 322.671875 38.988281 L 327.171875 38.988281 L 327.171875 34.488281 L 322.671875 34.488281 Z M 322.671875 38.988281 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 336.28125 14.6875 L 340.78125 14.6875 L 340.78125 10.1875 L 336.28125 10.1875 Z M 336.28125 14.6875 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 370.300781 14.6875 L 374.800781 14.6875 L 374.800781 10.1875 L 370.300781 10.1875 Z M 370.300781 14.6875 "/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 657.529688 L 3751.015625 657.529688 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.501404%,64.872742%,65.028381%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 961.240625 L 3751.015625 961.240625 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:11.3386;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,65.098572%,31.369019%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 1093.35 L 385.195312 834.521875 L 3249.726562 1093.35 L 3751.015625 1093.35 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 37.414062 11.375 C 37.414062 10.011719 36.308594 8.902344 34.941406 8.902344 C 33.574219 8.902344 32.464844 10.011719 32.464844 11.375 C 32.464844 12.742188 33.574219 13.851562 34.941406 13.851562 C 36.308594 13.851562 37.414062 12.742188 37.414062 11.375 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 40.996094 37.257812 C 40.996094 35.890625 39.886719 34.78125 38.519531 34.78125 C 37.152344 34.78125 36.046875 35.890625 36.046875 37.257812 C 36.046875 38.625 37.152344 39.730469 38.519531 39.730469 C 39.886719 39.730469 40.996094 38.625 40.996094 37.257812 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 327.445312 11.375 C 327.445312 10.011719 326.339844 8.902344 324.972656 8.902344 C 323.605469 8.902344 322.496094 10.011719 322.496094 11.375 C 322.496094 12.742188 323.605469 13.851562 324.972656 13.851562 C 326.339844 13.851562 327.445312 12.742188 327.445312 11.375 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 341.765625 11.375 C 341.765625 10.011719 340.65625 8.902344 339.289062 8.902344 C 337.925781 8.902344 336.816406 10.011719 336.816406 11.375 C 336.816406 12.742188 337.925781 13.851562 339.289062 13.851562 C 340.65625 13.851562 341.765625 12.742188 341.765625 11.375 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;" d="M 377.574219 11.375 C 377.574219 10.011719 376.46875 8.902344 375.101562 8.902344 C 373.734375 8.902344 372.625 10.011719 372.625 11.375 C 372.625 12.742188 373.734375 13.851562 375.101562 13.851562 C 376.46875 13.851562 377.574219 12.742188 377.574219 11.375 "/>
<path style="fill:none;stroke-width:11.3386;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.939758%,10.978699%,14.118958%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 1113.115625 L 385.195312 809.44375 L 3249.726562 809.44375 L 3392.890625 1113.115625 L 3751.015625 1113.115625 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 32.691406 11.648438 L 37.191406 11.648438 L 37.191406 7.148438 L 32.691406 7.148438 Z M 32.691406 11.648438 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 36.269531 42.015625 L 40.769531 42.015625 L 40.769531 37.515625 L 36.269531 37.515625 Z M 36.269531 42.015625 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 322.722656 42.015625 L 327.222656 42.015625 L 327.222656 37.515625 L 322.722656 37.515625 Z M 322.722656 42.015625 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 337.039062 11.648438 L 341.539062 11.648438 L 341.539062 7.148438 L 337.039062 7.148438 Z M 337.039062 11.648438 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;" d="M 372.851562 11.648438 L 377.351562 11.648438 L 377.351562 7.148438 L 372.851562 7.148438 Z M 372.851562 11.648438 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;" d="M 370.660156 85.328125 L 369.550781 87.625 L 375.101562 85.328125 L 369.550781 83.027344 Z M 370.660156 85.328125 "/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 353.81875 L 3706.601562 353.81875 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 353.81875 L 349.414062 387.842188 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="32.45" y="100.7412"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1199.804688 353.81875 L 1199.804688 387.842188 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1065.507812 353.81875 L 1065.507812 387.842188 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="112.51" y="100.7412"/>
<use xlink:href="#glyph0-1" x="117.51" y="100.7412"/>
<use xlink:href="#glyph0-1" x="122.51" y="100.7412"/>
<use xlink:href="#glyph0-2" x="99.0801" y="100.7412"/>
<use xlink:href="#glyph0-1" x="104.0801" y="100.7412"/>
<use xlink:href="#glyph0-1" x="109.0801" y="100.7412"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2050.195312 353.81875 L 2050.195312 387.842188 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1781.601562 353.81875 L 1781.601562 387.842188 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-3" x="195.06" y="100.7412"/>
<use xlink:href="#glyph0-1" x="200.06" y="100.7412"/>
<use xlink:href="#glyph0-1" x="205.06" y="100.7412"/>
<use xlink:href="#glyph0-1" x="210.06" y="100.7412"/>
<use xlink:href="#glyph0-3" x="170.69" y="100.7412"/>
<use xlink:href="#glyph0-1" x="175.69" y="100.7412"/>
<use xlink:href="#glyph0-1" x="180.69" y="100.7412"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2900.625 353.81875 L 2900.625 387.842188 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2497.8125 353.81875 L 2497.8125 387.842188 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-3" x="280.1" y="100.7412"/>
<use xlink:href="#glyph0-2" x="285.1" y="100.7412"/>
<use xlink:href="#glyph0-1" x="290.1" y="100.7412"/>
<use xlink:href="#glyph0-1" x="295.1" y="100.7412"/>
<use xlink:href="#glyph0-4" x="239.82" y="100.7412"/>
<use xlink:href="#glyph0-5" x="244.82" y="100.7412"/>
<use xlink:href="#glyph0-1" x="249.82" y="100.7412"/>
<use xlink:href="#glyph0-1" x="254.82" y="100.7412"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3213.90625 353.81875 L 3213.90625 387.842188 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-4" x="365.1398" y="100.7412"/>
<use xlink:href="#glyph0-1" x="370.1398" y="100.7412"/>
<use xlink:href="#glyph0-1" x="375.1398" y="100.7412"/>
<use xlink:href="#glyph0-1" x="380.1398" y="100.7412"/>
<use xlink:href="#glyph0-4" x="311.43" y="100.7412"/>
<use xlink:href="#glyph0-6" x="316.43" y="100.7412"/>
<use xlink:href="#glyph0-1" x="321.43" y="100.7412"/>
<use xlink:href="#glyph0-1" x="326.43" y="100.7412"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 519.492188 353.81875 L 519.492188 377.920313 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 689.609375 353.81875 L 689.609375 377.920313 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 859.609375 353.81875 L 859.609375 377.920313 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1029.726562 353.81875 L 1029.726562 377.920313 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1369.921875 353.81875 L 1369.921875 377.920313 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1540 353.81875 L 1540 377.920313 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1710 353.81875 L 1710 377.920313 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1880.117188 353.81875 L 1880.117188 377.920313 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2220.3125 353.81875 L 2220.3125 377.920313 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2390.3125 353.81875 L 2390.3125 377.920313 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2560.390625 353.81875 L 2560.390625 377.920313 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2730.507812 353.81875 L 2730.507812 377.920313 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3070.703125 353.81875 L 3070.703125 377.920313 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3240.703125 353.81875 L 3240.703125 377.920313 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3410.820312 353.81875 L 3410.820312 377.920313 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3580.898438 353.81875 L 3580.898438 377.920313 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 528.398438 353.81875 L 528.398438 377.920313 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 707.5 353.81875 L 707.5 377.920313 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 886.523438 353.81875 L 886.523438 377.920313 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1244.609375 353.81875 L 1244.609375 377.920313 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1423.59375 353.81875 L 1423.59375 377.920313 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1602.617188 353.81875 L 1602.617188 377.920313 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1960.703125 353.81875 L 1960.703125 377.920313 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2139.726562 353.81875 L 2139.726562 377.920313 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2318.710938 353.81875 L 2318.710938 377.920313 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2676.796875 353.81875 L 2676.796875 377.920313 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2855.820312 353.81875 L 2855.820312 377.920313 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3034.921875 353.81875 L 3034.921875 377.920313 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3392.890625 353.81875 L 3392.890625 377.920313 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3571.914062 353.81875 L 3571.914062 377.920313 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-5" x="179.12" y="117.72055"/>
<use xlink:href="#glyph0-6" x="186.34" y="117.72055"/>
<use xlink:href="#glyph0-7" x="189.11" y="117.72055"/>
<use xlink:href="#glyph0-8" x="197.44" y="117.72055"/>
<use xlink:href="#glyph0-7" x="179.12" y="117.72055"/>
<use xlink:href="#glyph0-8" x="186.34" y="117.72055"/>
<use xlink:href="#glyph0-9" x="189.11" y="117.72055"/>
<use xlink:href="#glyph0-10" x="197.44" y="117.72055"/>
</g>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="205.1337" y="117.72055"/>
</g>
<g clip-path="url(#clip1)" clip-rule="nonzero">
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-9" x="212.05206" y="117.72055"/>
<use xlink:href="#glyph0-10" x="214.82206" y="117.72055"/>
<use xlink:href="#glyph0-8" x="218.76206" y="117.72055"/>
<use xlink:href="#glyph0-11" x="223.20206" y="117.72055"/>
<use xlink:href="#glyph0-12" x="228.20206" y="117.72055"/>
<use xlink:href="#glyph0-11" x="212.05206" y="117.72055"/>
<use xlink:href="#glyph0-12" x="214.82206" y="117.72055"/>
<use xlink:href="#glyph0-10" x="218.76206" y="117.72055"/>
<use xlink:href="#glyph0-13" x="223.20206" y="117.72055"/>
<use xlink:href="#glyph0-14" x="228.20206" y="117.72055"/>
</g>
</g>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;" d="M 34.941406 4.726562 L 37.242188 5.824219 L 34.941406 0.285156 L 32.640625 5.824219 Z M 34.941406 4.726562 "/>
@@ -225,18 +227,18 @@
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="21.4598" y="88.8112"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 740.342188 L 383.398438 740.342188 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 723.545313 L 383.398438 723.545313 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="21.4598" y="50.1612"/>
<use xlink:href="#glyph0-15" x="21.4598" y="51.8412"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 1126.94375 L 383.398438 1126.94375 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 1093.35 L 383.398438 1093.35 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-3" x="16.4801" y="11.501"/>
<use xlink:href="#glyph0-1" x="21.4801" y="11.501"/>
<use xlink:href="#glyph0-4" x="16.4801" y="14.861"/>
<use xlink:href="#glyph0-1" x="21.4801" y="14.861"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 353.81875 L 373.515625 353.81875 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 740.342188 L 373.515625 740.342188 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 1126.94375 L 373.515625 1126.94375 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 723.545313 L 373.515625 723.545313 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 349.414062 1093.35 L 373.515625 1093.35 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="7.97461" y="80.1272"/>
<use xlink:href="#glyph2-2" x="7.97461" y="73.3272"/>
@@ -264,23 +266,17 @@
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="383.6" y="88.8112"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3751.015625 596.826563 L 3716.992188 596.826563 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-3" x="383.6" y="64.5112"/>
<use xlink:href="#glyph0-1" x="388.6" y="64.5112"/>
<use xlink:href="#glyph0-1" x="393.6" y="64.5112"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3751.015625 839.717188 L 3716.992188 839.717188 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3751.015625 657.529688 L 3716.992188 657.529688 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-4" x="383.6" y="40.2213"/>
<use xlink:href="#glyph0-1" x="388.6" y="40.2213"/>
<use xlink:href="#glyph0-1" x="393.6" y="40.2213"/>
<use xlink:href="#glyph0-4" x="383.6" y="58.4412"/>
<use xlink:href="#glyph0-1" x="388.6" y="58.4412"/>
<use xlink:href="#glyph0-1" x="393.6" y="58.4412"/>
</g>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3751.015625 1082.725 L 3716.992188 1082.725 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<path style="fill:none;stroke-width:5.66929;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.729858%,12.159729%,12.548828%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3751.015625 961.240625 L 3716.992188 961.240625 " transform="matrix(0.1,0,0,-0.1,0,120.71)"/>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph0-13" x="383.6" y="15.921"/>
<use xlink:href="#glyph0-1" x="388.6" y="15.921"/>
<use xlink:href="#glyph0-1" x="393.6" y="15.921"/>
<use xlink:href="#glyph0-5" x="383.6" y="28.0713"/>
<use xlink:href="#glyph0-1" x="388.6" y="28.0713"/>
<use xlink:href="#glyph0-1" x="393.6" y="28.0713"/>
</g>
<g style="fill:rgb(13.729858%,12.159729%,12.548828%);fill-opacity:1;">
<use xlink:href="#glyph2-10" x="415.025" y="84.0772"/>

+ 21
- 18
pt.dat 查看文件

@@ -1,19 +1,22 @@
0 40 0.1
200 40 10
300 300 10
600 300 10
600 300 10
3600 40 10
3650 40 0.3
4250 40 0.1
4250 250 10
4330 300 10
4410 280 10
4490 250 5
6990 320 10
7190 320 10
7190 300 10
7195 200 6.5
8895 200 10
8975 300 10
9175 300 10
40 40 0.1
240 40 10
340 250 10
640 250 10
640 250 10
680 250 10
2480 40 10
2530 40 0.1
3130 40 0.1
3130 200 10
3170 200 10
3250 250 10
3330 250 10
3410 250 6
4610 150 5
4810 150 5
4810 250 10
4830 150 6.5
6430 150 10
6510 250 10
6710 250 10

+ 11
- 0
references.bib 查看文件

@@ -152,3 +152,14 @@
language = "english",
hyphenation = "english",
}

@book{schijve,
author = "Jaap Schijve",
title = "Fatigue of Structures and Materials",
publisher = "Springer",
edition = "2nd",
isbn = "978-1-4020-6807-2",
year = "2009",
langid = "english",
language = "english",
}

+ 23
- 23
scls.svg 查看文件

@@ -25,7 +25,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,13 +41,13 @@
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1051"
inkscape:window-height="1015"
id="namedview4"
showgrid="false"
inkscape:zoom="0.70471464"
inkscape:cx="692.64064"
inkscape:cy="520.52645"
inkscape:window-x="1920"
inkscape:zoom="0.4983085"
inkscape:cx="769.10165"
inkscape:cy="431.70749"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg2" />
@@ -62,34 +62,34 @@
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:32px;font-family:sans-serif;-inkscape-font-specification:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none"
x="587.64514"
y="773.65845"
x="554.29834"
y="777.20599"
id="text819"><tspan
sodipodi:role="line"
id="tspan817"
x="587.64514"
y="773.65845">stainless</tspan><tspan
x="554.29834"
y="777.20599">stainless</tspan><tspan
sodipodi:role="line"
x="587.64514"
y="805.65845"
x="554.29834"
y="809.20599"
id="tspan821">steel</tspan></text>
<text
id="text827"
y="184.76759"
x="1468.8529"
y="174.83449"
x="1490.1381"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:32px;font-family:sans-serif;-inkscape-font-specification:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none"
xml:space="preserve"><tspan
y="184.76759"
x="1468.8529"
y="174.83449"
x="1490.1381"
id="tspan823"
sodipodi:role="line">carbon</tspan><tspan
id="tspan825"
y="216.76759"
x="1468.8529"
y="206.83449"
x="1490.1381"
sodipodi:role="line">steel</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42.66666794px;line-height:2.30551171px;font-family:sans-serif;-inkscape-font-specification:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42.66666794px;line-height:2.30551171px;font-family:serif;-inkscape-font-specification:serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;"
x="864.09351"
y="682.59808"
id="text831"><tspan
@@ -99,7 +99,7 @@
y="682.59808">1</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42.66666794px;line-height:2.30551171px;font-family:sans-serif;-inkscape-font-specification:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42.66666794px;line-height:2.30551171px;font-family:serif;-inkscape-font-specification:serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;"
x="889.39227"
y="176.49698"
id="text835"><tspan
@@ -109,7 +109,7 @@
y="176.49698">2</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42.66666794px;line-height:2.30551171px;font-family:sans-serif;-inkscape-font-specification:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42.66666794px;line-height:2.30551171px;font-family:serif;-inkscape-font-specification:serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;"
x="695.39246"
y="697.04211"
id="text839"><tspan
@@ -119,7 +119,7 @@
y="697.04211">3</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42.66666794px;line-height:2.30551171px;font-family:sans-serif;-inkscape-font-specification:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42.66666794px;line-height:2.30551171px;font-family:serif;-inkscape-font-specification:serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;"
x="673.04993"
y="155.83698"
id="text843"><tspan
@@ -155,7 +155,7 @@
sodipodi:nodetypes="czc" />
<path
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 1474.3556,252.88028 c 0,0 -10.996,121.4246 -46.8274,117.77817 -35.8314,-3.64643 26.713,-83.89923 -15.6092,-87.97887 -42.3222,-4.07964 -59.5986,154.67253 -59.5986,154.67253"
d="m 1492.8028,224.5 c 0,0 -10.996,121.4246 -46.8274,117.77817 -35.8314,-3.64643 26.713,-83.89923 -15.6092,-87.97887 -42.3222,-4.07964 -59.5986,154.67253 -59.5986,154.67253"
id="path855"
inkscape:connector-curvature="0"
sodipodi:nodetypes="czzc" />

Loading…
取消
儲存