diff --git a/paperbot_ee_autoroute/.ipynb_checkpoints/Untitled-checkpoint.ipynb b/EEME_design/.ipynb_checkpoints/Untitled-checkpoint.ipynb similarity index 100% rename from paperbot_ee_autoroute/.ipynb_checkpoints/Untitled-checkpoint.ipynb rename to EEME_design/.ipynb_checkpoints/Untitled-checkpoint.ipynb diff --git a/paperbot_ee_autoroute/__pycache__/ee_dwg_processing.cpython-36.pyc b/EEME_design/__pycache__/ee_dwg_processing.cpython-36.pyc similarity index 100% rename from paperbot_ee_autoroute/__pycache__/ee_dwg_processing.cpython-36.pyc rename to EEME_design/__pycache__/ee_dwg_processing.cpython-36.pyc diff --git a/paperbot_ee_autoroute/__pycache__/paperbot_draw.cpython-36.pyc b/EEME_design/__pycache__/paperbot_draw.cpython-36.pyc similarity index 100% rename from paperbot_ee_autoroute/__pycache__/paperbot_draw.cpython-36.pyc rename to EEME_design/__pycache__/paperbot_draw.cpython-36.pyc diff --git a/paperbot_ee_autoroute/__pycache__/paperbot_dsn.cpython-36.pyc b/EEME_design/__pycache__/paperbot_dsn.cpython-36.pyc similarity index 100% rename from paperbot_ee_autoroute/__pycache__/paperbot_dsn.cpython-36.pyc rename to EEME_design/__pycache__/paperbot_dsn.cpython-36.pyc diff --git a/paperbot_ee_autoroute/__pycache__/read_old_paperbot.cpython-36.pyc b/EEME_design/__pycache__/read_old_paperbot.cpython-36.pyc similarity index 100% rename from paperbot_ee_autoroute/__pycache__/read_old_paperbot.cpython-36.pyc rename to EEME_design/__pycache__/read_old_paperbot.cpython-36.pyc diff --git a/paperbot_ee_autoroute/__pycache__/roco_dsn.cpython-36.pyc b/EEME_design/__pycache__/roco_dsn.cpython-36.pyc similarity index 100% rename from paperbot_ee_autoroute/__pycache__/roco_dsn.cpython-36.pyc rename to EEME_design/__pycache__/roco_dsn.cpython-36.pyc diff --git a/paperbot_ee_autoroute/__pycache__/roco_ee_dwg_processing.cpython-36.pyc b/EEME_design/__pycache__/roco_ee_dwg_processing.cpython-36.pyc similarity index 100% rename from paperbot_ee_autoroute/__pycache__/roco_ee_dwg_processing.cpython-36.pyc rename to EEME_design/__pycache__/roco_ee_dwg_processing.cpython-36.pyc diff --git a/paperbot_ee_autoroute/__pycache__/roco_electrical.cpython-36.pyc b/EEME_design/__pycache__/roco_electrical.cpython-36.pyc similarity index 100% rename from paperbot_ee_autoroute/__pycache__/roco_electrical.cpython-36.pyc rename to EEME_design/__pycache__/roco_electrical.cpython-36.pyc diff --git a/paperbot_ee_autoroute/drawing.svg b/EEME_design/drawing.svg similarity index 100% rename from paperbot_ee_autoroute/drawing.svg rename to EEME_design/drawing.svg diff --git a/paperbot_ee_autoroute/dwg_w_circuit.dxf b/EEME_design/dwg_w_circuit.dxf similarity index 100% rename from paperbot_ee_autoroute/dwg_w_circuit.dxf rename to EEME_design/dwg_w_circuit.dxf diff --git a/paperbot_ee_autoroute/dwg_w_layers.dxf b/EEME_design/dwg_w_layers.dxf similarity index 100% rename from paperbot_ee_autoroute/dwg_w_layers.dxf rename to EEME_design/dwg_w_layers.dxf diff --git a/paperbot_ee_autoroute/ee_dwg_processing.py b/EEME_design/ee_dwg_processing.py similarity index 100% rename from paperbot_ee_autoroute/ee_dwg_processing.py rename to EEME_design/ee_dwg_processing.py diff --git a/paperbot_ee_autoroute/freeRouting.jar b/EEME_design/freeRouting.jar similarity index 100% rename from paperbot_ee_autoroute/freeRouting.jar rename to EEME_design/freeRouting.jar diff --git a/paperbot_ee_autoroute/paperbot_ee.ses b/EEME_design/paperbot_ee.ses similarity index 100% rename from paperbot_ee_autoroute/paperbot_ee.ses rename to EEME_design/paperbot_ee.ses diff --git a/paperbot_ee_autoroute/read_old_paperbot.py b/EEME_design/read_old_paperbot.py similarity index 100% rename from paperbot_ee_autoroute/read_old_paperbot.py rename to EEME_design/read_old_paperbot.py diff --git a/paperbot_ee_autoroute/roco_dsn.py b/EEME_design/roco_dsn.py similarity index 100% rename from paperbot_ee_autoroute/roco_dsn.py rename to EEME_design/roco_dsn.py diff --git a/paperbot_ee_autoroute/roco_electrical.py b/EEME_design/roco_electrical.py similarity index 100% rename from paperbot_ee_autoroute/roco_electrical.py rename to EEME_design/roco_electrical.py diff --git a/README.md b/README.md index 13501d1e86bdfa1021cce3ecacb6f765f0b1e323..56366bca439505757dcdc1189fd5838011d142c6 100644 --- a/README.md +++ b/README.md @@ -1,989 +1,69 @@ -### Jingyan Ling +# Automatic Electromechanical Design System for Foldable Robots -### 09/04/2019 -- Paper Outlines +- [Motivation](#motivation) +- [Contribution (this repo)](#contribution) +- [Method](#method) +- [To implement my work](#implement-my-work) +- [Demo Video](#demo) -#### An Accessible way to rapidly build foldable robots from automatic electromechanical design +*This repository shares the code and technical details of the research work only, for more information, please check our [paper]() submitted to ICRA2020*. -#### I. Introduction (1) -- 1. Robot functionality highly depends on electrical component it carries -- 2. Personalized robot needs technical experience -- 3. Work based on previous work of RoCo mechanical design -- 4. Bullet points of contributions - -#### II. Related Work (1-2) -- 1. Roco mechanical design for foldable robot -- 2. Freerouting software for auto-router - -#### III. Design Strategies (2-5) -- A. Design as a PCB -- B. Mechanical drawing processing -- C. Circuit pattern -- D. Fabrication - -#### IV. Result (5-6) -- Pipeline of the system -- Show results through each step in the pipeline -- State time and cost -#### V. Conclusion (6) -- A. Contributions - - Accessible - - Fast -- B. Future Work - - Stability - - Durability - -#### *Contribution A (Design as a PCB)* -`What` -- An integrated method to do PCB design from simple user input - -`How` -- building `dsnwritter` python library - - module, footprint lib, wiring options... +This research studies **human computer interaction** in terms of developing a **robot compiler** to create electromechanical design for foldable robots. The work presents an integrated design-to-fabrication method for foldable electromechanical devices that rethinks the merging of mechanical and electrical designs. The mechanical substrate of this device can carry electrical functionality; the electrical circuits are parts of the device body. -`Solves issue` -- 1. Experience of using PCB design software (KiCAD/EAGLE) is needed for typical PCB design; Causal user need time to learn software. -- 2. Manually routing takes long time and requires technical experience +## Motivation +Printable or foldable robots are becoming a feasible approach for the goal of building robots rapidly with lower cost. While the threshold of the requirement of knowledge for the design and fabricate foldable robots is a barrier to enable the public to create personalized robots, a system doing electrical and mechanical design from a limited amount of user effort is required. In order to be beneficial to the general public, a long-term goal is to develop a compiler that allows people to create a robot with the desired functions. -`Why solving this issue` -- 1. Electrical design is necessary for building a robot -- 2. Having circuit on the surface of foldable robot instead of doing external wires makes it more accessible +## Contribution -`For` -- Accessible and fast - -`Approve` -- exported file (.dsn) can be viewed in Auto-router software directly (fig) -- input table vs. output (fig) -- Auto-router can read the file generated and proceed auto-routing (fig) - +This repository presents two software contributions from the technical perspective. For more information of the contribution from the research perspective, please see the paper. -#### *Contribution B (Mechanical Drawing processing)* -`What` -- A module can take arbitrary 2D-mechanical design for automatic electrical design +- DFM (design for manufacturing) software package for the fabrication process we developed. +- PCB software package generates electrical routing from board outlines converted from an arbitrary mechanical design. -`How` -- mechanical drawing pre-processing - - line stroked to path - - polylines provides continuous closed shape for lines +System Pipeline -`Solves issue` -- Extra effort is needed for a complex CAD drawing to be recognized as electrical board outlines (provide example fig) + -`Why solving this issue` -- Specific type and style of CAD drawings are required to use open-source auto-routing software -- Learning specification and drawing software would waste time and effort of causal users - -`For` -- Accessible +## Method -`Approve` -- Show different line properties in inkscape between mechanical design and after pre-processing (fig) -- Such shape can be viewed in Auto-router and routing treat drawings as obstacles properly (fig) +#### DFM software package - -#### *Contribution C (Circuit Pattern)* -`What` -- A module generates fabrication file for materials based on electromechanical design +This software package takes the electrical design and the mechanical design of a foldable robot as inputs and outputs such drawing file that makes users ready to proceed the fabrication. We use the 2-D drawing file with extension of `dxf` to represent the electromechanical design of a foldable robot. Such drawing are designed to contain multiple layers meaning different fabrication types. -`How` -- Fabrication drawing post-process - - parse wiring information - - parallel traces/ isolation boundaries/ pin insertion + -`Solves issue` -- Design of patterns of wiring is required based on material of foldable robot for proper electrical performance. It would need technical experience. +The software converts each wiring information into wiring patterns onto the mechanical drawing. The patterns can be tuned through user input. The default wiring pattern turns a single wire in the electrical design to a wider wire with three layers. The reason is to remove extra conductive material during the fabrication when users print such robot on a conductive material. -`Why solving this issue` -- Patterns are necessary to ensure there is no short or open circuit for circuit on the surface of robot -- Change design of such pattern can consume a lot effort +#### PCB osftware package +This software package takes user input of electrical netlist and mechanical design, outputs an electrical design file with wiring information. We utilize the auto-router [FreeRouting](https://freerouting.org/) to generate wiring information that can be passed to the DFM software package. We use the electrical design file with extension of `dsn` to represent the PCB layout. The package imports the mechanical design from a drawing, treats it as PCB outlines and wiring keepout areas. -`Approve` -- different circuit pattern can be output for materials (fig: direct wire vs parallel traces) -- pic of direct wire fabrication by using conductive pen on paper -- pic of showing isolation well for parallel trace pattern -- pic of showing pin insertion pattern can conducts well + +## Implement My Work -`For` -- Accessible - -#### *Contribution D (Fabrication)* -`What` -- Foldable robot with functional electrical components on surface - - A. Fabrication - - B. Result +#### DFM software package -`How` -- Describe fabrication process (pic/reference/experiment) - -`Solves Issue` -- 1. A. Traditional printable circuit requires more cost/equipment/time (depends on reference search) -- 2. B. Traditional PCB can not be folded to a robot -- 3. B. Traditional PCB does not have arbitrary shape/holes inside - -`Why solving this issue` -- Traditional robot and PCB making takes a long time, special equipment and technical experience. -- While most of soft PCB are simple routing instead of taking complex mechanical design - -`Approve` -- circuit can work properly on folded surface (fig) -- circuit can go around holes and working properly (fig) -- pic of a foldable robot with circuit working -- Time it takes to do the whole robot -- Price of copper + plastic paper - -`For` -- Low cost & Fast - - -### until 09/03/2019 - -- Testing on physical prototype -- Fabrication process --  -- Result from cutter --  -- Test before fully folding the robot --  -- Appearance after fully folded --  - -### 08/29/2019 - -- Fixing issues: - - better performance with multiple wires connecting to single pin - - changed a lot details in `drawing_processing` script: - - `pop` for endpoints at each wire will be executed before parallel traces - - `pop` and whether the point is connected to a pin is based a rule more restricted so even the wire does not connect to a pin without 0, 90 or 45 degree, it will still pop correctly -- Complete design for demo that has paperbot with an IMU, a touch sensor connecting to LED and Resistor --  - -- Fixing `inkscape` unit and scale issue: - - Save as svg - - Select every entities in the drawing - - Lock the width and height scale - - Times (90/96) to either height or width - -### 08/28/2019 - -- Solving issue: - - The way mark pin as connected pin (solved) - - Changed way reading path - - Connect wire directly to pin after remove redundant small wires - - Group wires that has same connection point and same slop for branch drawing - --  - - -### 08/27/2019 - -- Solving issue: - - multiple wires connecting to single pin - - Partially solved by - - Merge paths through pin as a single path in `sesreader` - - If such path passes a pin, mark this pin as connected pin (partially working, fix needed) - - Add a filter that remove intervals inside a path which is shorter than 0.5mm -- TODO: - - Solve the way mark pin as connected pin - - Branch intersect sometimes is not draw correctly - - Issues screenshot: - -  - -  - -  - -- Current status: --  - -### 08/26/2019 - -- Fixed issue: - - `roco_dsn` now reads `flip` argument to get correct pin locations -- Solving issue in progress: - - When multiple wires are connecting to single pin. Isolation box is not draw correctly - - Have Done: - - Redo `sesreader` so paths will not be continued to merge if it reach one of the pin location - --  -### 08/22/2019 - -- Try to solve issues: - - `get_pin_loc` function takes `flip` parameter incorrectly - - a wiring path is connected to another path (fixed) - - The contact point cannot contain more than two path intervals - --  - -### 08/21/2019 -- TODO: - - Find solution to deal with `inkscape` pixel scale bug - - Read prototype `csv` file -- Fabricate prototype - - Bug reported : (fixed) - -  -#### Noticed Issue: - - If two wiring paths are connected to one pin, it might generate a open circuit - - If a wiring path is connected to another path instead of pin, an error will occur b/c it cannot find a pin connected to the tip of one of the path - --  -- Bug reported: - - get_pin_loc function in `roco_dsn` does not consider `flip` situation, pin read wrong if `filp='back'` - -### 08/20/2019 - -- Add multiple cut to parallel traces, get outer and inner helper diagonal cut so the isolation will work well - -- Making prototype cut from the output of software - -- Issue reported: - - Footprint size and actual cut size not consistent -### 08/19/2019 - -- Remove the endpoint of a path if the last segment is inside the isolation box -- Rodo the loop dealing with parallel traces -- Add code that does isolation box for non-connected pin - --  - -- When reading dwg file for dsn. It should know which is the boundary automatically. -- Changed internal boundary index finder, so user won't need to type the boundary line index manually. A value will be parsed from pre-process class to dsn writter. -- Merged and modified `dxf to path` function -- Changed function does bi-sector in post-processing so it can fits the way we do `line to path` successfully -- Whole process and pipeline works well now -- Building high-level functions -- Edit `sesreader` again and add a filter that removes redundant points -- TODO: - - put new drawings on dxf version >=12 - - so the width of drawing lines can be changed - - Isolation box and parallel traces requires multiple parallel cut, changing width makes drawing easier to see - -### 08/16/2019 - -- Record of Tips: - - changing the clearance defined in `dsn` file changes the rule of routing - - useful to change it according wire length and isolation box size - - This will output multiple path - - Redo `sesreader` so that it will merge paths those connect to each other - -### 08/15/2019 - -- Solving issue: Connection between isolation box and parallel traces - -~~~ - -input: endpoints of a path (each endpoints has i+1 for finding a line), iso_size, trace_width -output: intersect points*2 , draw isolation box in the process - -input= contact_ept, further_ept, size, width - -for pin_loc in all pin locations: - if the distance between endpoint1 and pin_loc is less than tolerance: - l=line(contact_ept,further_ept) - parallel_traces=find_offset(l,width) - iso_l_pts=isolation_box_linepts(size,pin_loc) - contact_list=[] - for l in parallel_traces: - contact=find_contact_iso_trace(l,iso_l_pts,further_ept) - contact_list.append(contact) - - draw_list=[] - draw_list.append(contact_list[0]) - while len(iso_boundary)!=0: - for points in iso_boundary: - find a point that is closest to last point of draw_list - if not such point is inside of two contacts: - draw_list.append(points) - iso_boundary.remove(point) - - draw draw_list in order - return contact_list - -~~~ - -- Connection between isolation and parallel traces solved!!! --  -- TODO: - - Merge DXF to path code - - Issue exposed: after changing wire width, box still not quite correct - - `roco_ee_dwg_processing.py` line 132 - -### 08/14/2019 -- Preparing software demo -- High level of whole project package --  -- Pipeline of drawing changes --  -- Package module and classes breakdown --  -- Structure of customized package `dsnwriter` --  -- Structure of customized package `roco_ee_dwg` --  - -- Demo Video at [here](https://youtu.be/HeBw4uW3Xzc) - -- Solving issue: Connection between isolation box and parallel traces -### 08/13/2019 -- Rearrange the package and draw the path directly on original drawing from old roco - -- dsn module placement match: - - instead of getting pin locations from old roco. set pin location based on footprint when user place modules - - Reason: - - 1. no mechanical design needed for pins (especial will turn it to cross cut anyway) - - 2. make sure the electrical board design and drawings will always be consistent - - 3. easier to add new electrical components - - 4. easier to do drawing post processing (dealing with traces and isolation boxes) -- Completed: a cross cut will be drawn at pin locations and that is automatically read from circuit design. The package will only need to load module once when design circuit --  -- Draw isolation boxes and connect one edge with parallel traces without causing open circuit (fail) --  -- TODO: - - Connect traces to isolation box - - Merge pre-processing code - - Demo - - - -### 08/12/2019 -- Finally figure out geometry algorithm on paper -- Coding for parallel trace in following steps: - - 1. find start point and end point of a path, compute 4 points that vertical to end points based on width - - 2. find the angle bisector between each segment - - 3. Offset original path based on given width - - 4. find intersect between paths with offset and angle bisectors - - 5. connect intersect points and 4 end-points - -- Separate file `paperbot_draw` to a general useful file `roco_ee_dwg_processing.py` and operations specifically for paperbot `paperbot_draw.py` - - functions and classes in `roco_ee_dwg_processing.py` will be useful for future foldable robot project. - -- Finally complete the parallel trace drawing. Now any path exported from auto-router will draw parallel trace with desired width to make sure the copper type surface can conduct well. --  -- TODO: - - Connect traces to isolation box - - Merge pre-processing code - - Clean up script - - Read trace width from Net Class -### 08/09/2019 - -- Potential problem: - - drawing pre-processing has two goals: 1. put different intensity cuts on different layers for accurate fabrication 2. make line to 4 nodes path for auto-router treating as obstacles. - - Two goal may conflict within single process - - potential solution: send 4 nodes path to auto-router and draw wiring paths on drawing with signed layers. - -- Solving parallel traces math computation - -### 08/08/2019 - -- `block` class in `ezdxf` generates symbol in `inkscape`. Check if it can be made to path from script --  -- Changed the way of drawing `cross-cut` to path directly instead of using inserting block class (see [paperbot_draw.py](paperbot_ee_autoroute/paperbot_draw.py) for detail) - -- Parallel traces are not computed correctly --  -### 08/07/2019 -- Working on drawing details regarding fabrication for electrical design - - A block was created for 'cross cut' to fit pin insertions - - Parallel traces are hard to get - - A challenge that trimming isolation boxes with parallel traces occurs - -### 08/06/2019 - -- Successfully parse the wiring information from `ses` file to array - - A little "hacky" way, not using any parsing package but going through string and looking for path section - - For `ses` file only -- Create new scripts and Re-arrange all packages - - User will be able to execute [fab_drawing.py](paperbot_ee_autoroute/fab_drawing.py) directly to get drawing for paperbot including electrical wiring design and ready to send to fabrication - - If user wants to change electrical connection, one can edit [paperbot_dsn.py](paperbot_ee_autoroute/paperbot_dsn.py) - - `dsnwriter` and `sesreader` source code are located [here](dsn_python/) -- New script: - - [paperbot_draw.py](paperbot_ee_autoroute/paperbot_draw.py) has two classes: - - `pre-process` - - process the mechanical design drawing to correct format that can be taken by `dsnwriter` and `autorouter` - - `post-process` - - process the drawing file and draw wires based on `ses` file generated from `autorouter` -- Milestone: - - Now user can generate `dsn` file from script and confirm auto-routing. - - A parser can pull information for wiring - - Able to draw such wiring back on `dxf` drawings - -  -- TODO: - - Merge pre drawing processing script with Daniel - - Details: - - add 'cross-cut' block in `ezdxf` for pin insertion cut - - add 'parallel-trace' block in` ezdxf` for circuit trace on copper tape - -### 08/05/2019 - -- Working on parsing routed (wiring section) text information. - - Ref: [pyparsing](https://scipy-cookbook.readthedocs.io/items/Reading_Custom_Text_Files_with_Pyparsing.html) -- Parsing generated `dsn` file back to `DSN` class - - Fail -- Parsing generated `kicad_pcb` file back to `pykicad` package - `pcb` class - - Success -- Working on: - - debug dsn library so it can read file. - - `pykicad` uses `pyparsing` internally - - Rebuild `ses` file schema. Not working well - - - -### 08/01/2019 - -- Scripting Auto-router from python - - Run `.jar` package through python - - Can open GUI with imported file - - Cannot run auto-routing function from script - - Manually click on auto-routing and save is needed (manual approval) - -### 07/31/2019 - -- Use `dsnwriter` in RoCo - -~~~ - -Mechanical drawings (dxf/svg)------------| - | -Module Footprints -----------------------| - |----> board design (dsn) -Electrical schematic design (netlist)----| - | -Board design details(rules,parameters)---| - - - -----> board design (dsn)----> Auto-router (FreeRouting)----> routed board design (dsn) -----> wiring section ----> drawings with mechanical and electrical design (dxf/svg) -~~~ - -- The package now can auto-detect padstack information with multiple files - -### 07/30/2019 -- Record of Tips: - - Use `@classmethod` in class to parse information pull out from files (netlist,drawings,footprint) to original class -- Package Dependencies: - - [pykicad](https://github.com/dvc94ch/pykicad) - - numpy -- Class Footprint now can call function `from_file(path,ref)` to load footprint from a `.kicad_mod` file -- Class Padstack now can call function 'auto_detact(path)` to guess information of pads and save as padstack class - - Via information need to be defined by users. (default=None) -- Placement class can be defined after footprint is loaded and able to define the position of each component by calling `ref` of module. --  --  - -- Netclass is easy to write from script. -- Test auto-routing on generated `dsn` --  -- Test on wire width change --  - -- TODO: Easier API to generate netlist. - - -### 07/29/2019 - -- Was working on 'dsn_python' Python Library. -- Latest package can be found at [personal github](https://github.com/monkalynn813/dsn_python) -- Class tree: - -~~~ - |--dsnwritter.py (top and second level structure) - |--dsn_module.py - |--module class - |--load module functions - |--dsn_rule.py - |--dsn_geo.py - |--boundary class - |--keepout class - |--load drawing functions - |--dsn_net.py - |--net class - |--netclass class - |--load netlist functions -~~~ - - -- Text tree structure is done. - - Documentation and notes for code needed -- Functions are needed to help user use library. - - Function that load `dxf` file - - Function that load `footprint` file - - Function that load `netlist` file -- For board outline/footprint/netlist not loaded from file but define through this library manually, it works very well for now. -- Pull out those information from low-level file and convert it to proper text for `dsn` file - -- Record of Tips: - - `Freerouting` cannot take more than one boundary. (error: exact 1 bounding expected) - -- Able to use functions to load `dxf` drawings -- "internal cut issue" solved - - Treat every line individually as polygon and labeled as keepout in `dsn` library - -  - -  - - - - - - - - - - -### 07/24/2019 - -- Pipeline change: (skipping `KiCAD`) - - Use (`dxf`+ `pretty` (footprint library) + `net` information ) to generate `dsn` file - - Send `dsn` file to auto-router, save as new `dsn` file - - Read `dsn` file `wiring` information and draw it back on `dxf` - -- Analysis on `dsn` file format: +For testing: ~~~ - |--pcb - | |--parser - | |--resolution - | |--unit - | |--structure - | | |--layer 1 - | | |-- ... - | | |--boundary - | | |--keepout 1 - | | |-- ... - | | |--via - | | |--rule - | |--placement - | | |--component 1 - | | |-- ... - | |--library - | | |--image [ref**] 1 - | | | |--outline - | | | |--pin - | | |-- ... - | | |--padstack - | | |--... - | |--network - | | |--net [name] 1 - | | | |--pins - | | |-- ... - | |--wiring - | | |--wire +cd EEME_design +python3 roco_electrical.py ~~~ +Call the function `roco_electrical.roco_add_ee` for arbitrary design. Arguments: +- me_drawing: mechanical drawing file (`dxf` file, please make sure everything need to cut is in "Cut" layer) +- CSV file that describes your netlist, one can also change it by modifying the information in `roco_dsn.py` +- Electrical modules footprint library +- The directory of `dsnwriter` package (default under same directory of EEME_design) -- TODO: functions that load modules and footprints - - -### 07/23/2019 - -- Solving issue: export `.kicad_brd` file to `dsn` file for auto-router -- No known Python API so far. -- [schematic-file-converter](https://github.com/ljmljz/schematic-file-converter) - - Take `.sch` file from `KiCAD` instead of `.kicad_brd` file - -- Official bug report has been requested. Not targeted in current `KiCAD` scripting version - - [bug report](https://bugs.launchpad.net/kicad/+bug/1824668) - -- Potential Solutions: - - 1. Explore existing supported export API, and see if modification can be made based on existing API structure - - 2. Learn `dsn` file specification and python library to generate `dsn` file based on design information - -### 07/22/2019 - -- Research on multiple KiCAD Python packages -- [package 3rd party list](https://github.com/xesscorp/kicad-3rd-party-tools/blob/master/README.md#footprint-library-tools) -- None can import `dxf` into `pcbnew` -- To import `dxf` into `pcbnew` automatically: - - Create a python API by myself based on the `c++` code - - Draw lines directly in `pcbnew` by using line information in `dxf` - -- Create a python script serving as Python API by drawing everything on `pcbnew` -- Dependencies: - - ezdxf - - pykicad -- Successfully import `dxf` as outlines from script --  - -### 07/18/2019 - -- Research on pcbnew API - - Using package [pykicad](https://github.com/dvc94ch/pykicad) - - Record of Tips: - - Do not add segments, which will route connections - - Different reference name need to be set for `dsn` export - - - Able to add footprint and net list into pcbnew. - - TODO: - - Import dxf as outlines from script - - Export board as `dsn` - -### 07/17/2019 - -- Notice that even the drawings cannot be imported onto 'wiring' layer, but can be changed manually to 'wiring' layer after importing onto 'edge.cut' layer - - `Freerouting` does not recognize wires that does not connect to any pins as obstacles. - -  - -  - -- Work on script doing board design - - Create New Board - - Import DXF - - Load Netlist `.net` file - - Place modules - - Export to `.dsn` file - -### 07/16/2019 - -- Fill and Stroke (Shift + Ctrl + F) -- Stroke to Path -- Union -- Break Apart -- Remove each outer layer (manually) -- Export --  --  --  - -- Consider success when export for auto-routing manually. Huge challenge expected when doing it from script. - -- Work on script doing schematic design - - *Assume symbol and footprint downloaded* - - Package Using: [skidl](https://xesscorp.github.io/skidl/docs/_site/) - - Record of Tips: - - Add custom library path that contains all symbols of electrical devices needed (`NodeMCU`) - - Use attribute `footprint` to add footprint for such symbol - - footprint syntax: 'footprint= libname.pretty: foot_print_name - - footprint directory should be under the same directory where `.lib` file is. - - -### 07/15/2019 - -- 3 potential ways to solve the issue on KiCAD with internal cut -- *Assume the position of each internal cut line is known* - - - 1. Make internal cut a closed shape (original cut with thickness) - - Pro: Easy to import routed circuit back to dxf cutter file - - Con: Hard to make the cut itself a closed shape. - - - 2. Make internal cut outlines a block on certain layer and treat it as obstacle in auto-router - - Pro: Easy to generate a block as obstacle in drawing - - Con: Hard to import routed circuit back to dxf cutter file - - - 3. Put internal cut on different layer in KiCAD that can be read as obstacle in auto-router - - Best solution for now if the auto-router will be able to read single cut line, but cannot be edge.cut layer for sure, otherwise board outlines cannot be found by KiCAD. - -- Cut lines causing issues are marked in red. --  - -- `Inkscape` : - - Object stroke to path can make everything looks like a bounding box - -- Attempts: -- 1. Stroke every line, auto-router shows nothing, no error --  --  -- 2. Stroke every line, but has a larger boundary. auto-router shows nothing, error: cannot start a route inside of keepout area or boundary outlines --  --  -- 3. Stroke every line but make the boundary outlines not closed, and draw a larger outline. Auto-router shows nothing, no error --  --  -- 4. Stroke only outline but make the boundary outlines not closed, and draw a larger outline. Auto-router shows properly. (no way to do it from script) --  --  --  - - -### 07/11/2019 - -- Solved Error `unable to find segment with an endpoint` - - `DSN` file can only be exported for continuous closure outlines - -  - - - Drawings like this drawing for paper cut is not acceptable for `dsn` file. - - Change it either to close shape or remove it when import to KiCAD - -- Solving Issue: `FreeRouting` is not reading edge cut layer from `dsn` - - - Work well on a sample `dsn` file - - Issue with KiCAD output - - Sample KiCAD project can output outlines properly. - -- Issue found: - - KiCAD cannot take single line cut. Closed shape needed. - - - -### 07/10/2019 - -##### Approach A - - -- Import to PCBnew issue: - - Dimension of board outlines are incorrect - - Pins does not fit in original drawings - - (solved. Microcontroller footprint was incorrect) - -- pipeline confirmed: - - - 1. Build symbol and footprint library for all required electrical element - - 2. Sketch schematic design - - `.sch` file - - 3. Place elements in required position - - `.dsn` file - - 4. Import `dsn` file into `FreeRouting` and do auto-routing - - `.ses` file - - 5. Import `ses` file back to `KiCAD` and export as `dxf` file - - `.dxf` file - -- Manually tested pipeline till step 4 - -- Step 3 --  - -- Step 4 --  - - ISSUE: - - Board outlines are not exported correctly to `FreeRouting` - - Error: `unable to find segment with an endpoint` - - - Record of Tips: - - To run `FreeRouting` from command line: - ~~~ - java -jar freeRouting.jar [proj.dsn] - ~~~ -- TODO: - - Finish with testing the pipeline manually - - Achieve steps directly from script (Python API) - -### 07/09/2019 -- Finish up path-finding approach (Approach B) -- Only draw the best path on `dxf` when solution is found for every route. --  -- Throw warning once a route cannot be found --  - -- Research on Approach A - - KiCAD 5 does not have built-in auto-router - - Have to use `FreeRouting` - - - `FreeRouting` does not have python API - - Parent package of `FreeRouting`, `LayoutEditor` has multiple editions - - Part of `LayoutEditor` is open- source - - A large amount of of its website are broken, source and interface are unavailable - -- Other auto-routers are not open-source - -##### Approach A -- 1. Use `LayoutEditor` python API to use `FreeRouting` -- 2. Use `KiCAD 5` python API to sue `FreeRouting` -- 3. Use `KiCAD 4` python API to use builtin auto-routing - -###### 1 -- `FreeRouting` input format: `dsn`, `lef`, `def` -- `FreeRouting` output format: `ses`, `def` -- `FreeRouting` can take arbitrary board outlines shape - -- Edit `library` manually and test routing --  - -- TODO: - - If can run KiCAD 4 from python - - Check `FreeRouting` API, see if a acceptable file can be generated from things on hand - - - -### 07/08/2019 (Mon) - -- Debug multi-node path finding: - - some obstacles are ignored - - too close to each other -- Able to show the learning process: - - Trying different combination of solving order - - Try to give the best order of solving multiple path - -##### Auto-routing learning process: - -  - -- Comparison between episodes and choose best combo of paths --  - -##### Issues and TODO -- Path export from optimization is messed up -- Obstacles setting are incorrect - -### 07/05/2019 (Fri) -- Write out algorithm for multi-node path finding - - pseudo code: - -~~~~ - for (episode in E): - set initial state s (choose first pair of nodes to connect randomly) - find a path - update map - while not every connection is built: - choose next connection - find a path - update map - retrieve cost (length of path) - update Q (as sum of all cost) - -~~~~ - - Q here represents total cost of certain choice of path finding order. - - Cost defined by length of path - - If path cannot be found, cost 1000 - - Input: NX2X2 array specifies desired pin connections - - -- Research on KiCAD import needs and python API - -### 07/03/2019 (Wed) -- dxf processing completed - -- Convert dxf to matrix with resolution (270X210) (mm) - - Potential issue: - - the `pathfinding` package is based on pixel - - When round up the line's start and end point, the accuracy of pin position is low - -- Apply single point to point path finding - - Able to draw the path on matrix - - Able to draw the path on original dxf file --  - -- TODO: - - Write out algorithm for multi-node path finding - - break single circuit trace to parallel traces - - solve the accuracy problem - - -### 07/02/2019 (Tue) -- Continue the dxf processing -- Following tasks can be completed by running the code: - - Able to detect pin center coordinate - - Able to draw arbitrary shape around the pin center - -  - -- - Issue & TODO - - Convert dxf image to matrix - - Explore `pathfinding` package - - - `pathfinding` package solve path finding problem by shortest path algorithm, one point to another - - To solve multiple nodes problem, use concept from reinforcement learning - - Build Q function that represents total reward of choosing certain path to be solved first - - Update Q function in a loop with certain amount of episodes - - Choose the order of solving paths randomly, and add possibility of choosing it from Q function - - Exploration-exploitation method -- To solve the problem "convert dxf to matrix" for pathfinding: - - Have tried: - - Export to `png` and read file by `OpenCV` - - Resolution problem: single point does not represented as a pixel in `png` - - TODO: - - create an empty matrix and fill in numbers with the information of each lines' start and end point - - -### 07/01/2019 (Mon) -- Continue the dxf processing with `'graph-silhouette.dxf'` -##### Record of tips: - - Put circuit design on a new layer of dxf drawing - - [check doc about layers here](https://ezdxf.readthedocs.io/en/latest/tutorials/layers.html) - - Use block feature to draw similar pattern - - [check doc about block here](https://ezdxf.readthedocs.io/en/latest/tutorials/blocks.html) - - Blocks are `symbol` in Inkscape. Convert `symbol` to `path` - - Edit > Clone > Unlink Clone (Shift+Alt+D), and you have a group, ungroup (Object > Ungroup, or Shift+Ctrl+G) and edit - - Convert `text` to `path` - - Path combine (Ctrl+K) - - msp.delete_enetity('__') to remove existing entity - -- Test fabrication with different drawing settings - - Layers can be cut separately by toggling visibility - - Set cuts with same `intensity` and `feedrate` on same layer - - Entities' layer can be changed through `Entity.dxf.layer` - -### 06/29 & 06/30/2019 (Sat & Sun) -##### Approach `B` -- Potential needed functions of packages - - - A package draws on DXF file through script - - A script that pulls out pins' coordinate on paper chassis - - Or a image process package (OpenCV) that reads pins' coordinate on paper chassis - - A package solves multi-node path finding problem* - -##### Record of Research -- Python Pathfinding package: - - [pathfinding](https://pypi.org/project/pathfinding/#description) -- Python DXF editor: - - [ezdxf](https://pypi.org/project/ezdxf/) - - [dxfgrabber](https://pypi.org/project/dxfgrabber/) - - `Note`: able to grab simple geometry from file - - [sdxf](http://www.kellbot.com/sdxf-python-library-for-dxf/) -- Going through tutorials of `ezdxf` - - All lines on paper space`layer0` - - -### 06/28/2019 (Fri) -##### Connection and fabrication approach confirmed ! -- Confirm that copper tape has better conductivity than aluminum sheet when attaching microcontroller pins through `H-shape` cut - - Copper tape is harder to be scratched, which provides less risk of disconnection during assembly. -- Etching on copper type isolates connections - -- Research on PCB editor - - EAGLE - - EAGLE cannot import `.pcb` file - - `svg` can be exported but not imported - - Custom library needed if doing schematic design - - KiCad - - Can import `.pcb` file - - `svg` can be exported but not imported - - LayoutEditor - - support multiply file type - - `svg` can be exported with different color makers as multiple layers - - include open-sourced auto-router `freerouting` -- Auto-routing package: - - TopoR - - Python-PCB - - FreeRouting - - -- Approaches: - - `A`. convert SVG/DXF file to schematic/board design of PCB. Use KiCAD or EAGLE to do auto routing. - - `B`. develop algorithm on auto routing for single layer svg/dxf file. (path finding problem) - - -##### Approach `A` -- Use regular shape board for PCB in EAGLE/KiCAD - - image processing: divide the shape of `paperbot` to multiple rectangles (ezdxf) - - - Pull required connections and place additional header pins around edges of each rectangle +- Optional parameters: + - trace_width: width of the wiring pattern + - iso_size: size of the isolation pattern + - cross_size: size of the placement pattern -- Make each connection pin to be two parallel connections so auto-router does parallel trace for each wiring. - - Etching a pair of parallel trace provides isolation, and leave the space between traces to be conductible. +For fabrication process, please see the paper and demo video. -- Build Library for schematic design - - Schematic design helps with router to know desired connection - - Additional header pins at each side of kink mark +## Demo -### 06/27/2019 (Thur) -- Compile `OldRoCo` [repo](https://git.uclalemur.com/mehtank/oldroco) - - Record of modification: - - ++line 8 of `vstart.sh` - - --> `pip install -r requirements.txt --user` -- Export `paperbot` dxf file : `graph-silhouette.dxf` to `OnShape` - - Record of Tips: - - Onshape does not read dxf file as its own saved unit. Manual settings needed when import. - -  -- Draw circuit diagram as CAD on `Onshape` - - Multiple connection approaches: - - `Cross` shape of `0.039 in` - - `Cross` shape of `0.049 in` - - `Octangular` shape of `0.049 in` - -  - -  - - Note and issue: - - `Octangular` shape is the best connection approach so far, but none of approach has stable conductivity. More research is needed. - - Scratches can be made easily when attaching microcontroller to the sheet. Potential disconnection may occur due to such scratches on metal layer. -- Export 2D CAD drawing with PCB to SVG for silhouette cameo - - Record of Tips: - - `OnShape` unit need to be consisted with unit setting in `Inkscape` (default: mm) - - Plugin `Inkscape-silhouette` cannot take multiple types of trace for cutting. - - Different trace (especially cut and etching) need to be sent separately. Use `coordinate tool` of `Inkscape` to ensure separated cuts have same origin. - - TODO: - - Cut and etching from same `Inkscape` file +One can find demo viedo [here](https://www.youtube.com/watch?v=SaRiikg01lI) diff --git a/developer_journal.md b/developer_journal.md new file mode 100644 index 0000000000000000000000000000000000000000..13501d1e86bdfa1021cce3ecacb6f765f0b1e323 --- /dev/null +++ b/developer_journal.md @@ -0,0 +1,989 @@ +### Jingyan Ling + +### 09/04/2019 + +- Paper Outlines + +#### An Accessible way to rapidly build foldable robots from automatic electromechanical design + +#### I. Introduction (1) +- 1. Robot functionality highly depends on electrical component it carries +- 2. Personalized robot needs technical experience +- 3. Work based on previous work of RoCo mechanical design +- 4. Bullet points of contributions + +#### II. Related Work (1-2) +- 1. Roco mechanical design for foldable robot +- 2. Freerouting software for auto-router + +#### III. Design Strategies (2-5) +- A. Design as a PCB +- B. Mechanical drawing processing +- C. Circuit pattern +- D. Fabrication + +#### IV. Result (5-6) +- Pipeline of the system +- Show results through each step in the pipeline +- State time and cost + +#### V. Conclusion (6) +- A. Contributions + - Accessible + - Fast +- B. Future Work + - Stability + - Durability + +#### *Contribution A (Design as a PCB)* +`What` +- An integrated method to do PCB design from simple user input + +`How` +- building `dsnwritter` python library + - module, footprint lib, wiring options... + +`Solves issue` +- 1. Experience of using PCB design software (KiCAD/EAGLE) is needed for typical PCB design; Causal user need time to learn software. +- 2. Manually routing takes long time and requires technical experience + +`Why solving this issue` +- 1. Electrical design is necessary for building a robot +- 2. Having circuit on the surface of foldable robot instead of doing external wires makes it more accessible + +`For` +- Accessible and fast + +`Approve` +- exported file (.dsn) can be viewed in Auto-router software directly (fig) +- input table vs. output (fig) +- Auto-router can read the file generated and proceed auto-routing (fig) + + +#### *Contribution B (Mechanical Drawing processing)* +`What` +- A module can take arbitrary 2D-mechanical design for automatic electrical design + +`How` +- mechanical drawing pre-processing + - line stroked to path + - polylines provides continuous closed shape for lines + +`Solves issue` +- Extra effort is needed for a complex CAD drawing to be recognized as electrical board outlines (provide example fig) + +`Why solving this issue` +- Specific type and style of CAD drawings are required to use open-source auto-routing software +- Learning specification and drawing software would waste time and effort of causal users + +`For` +- Accessible + +`Approve` +- Show different line properties in inkscape between mechanical design and after pre-processing (fig) +- Such shape can be viewed in Auto-router and routing treat drawings as obstacles properly (fig) + + +#### *Contribution C (Circuit Pattern)* +`What` +- A module generates fabrication file for materials based on electromechanical design + +`How` +- Fabrication drawing post-process + - parse wiring information + - parallel traces/ isolation boundaries/ pin insertion + +`Solves issue` +- Design of patterns of wiring is required based on material of foldable robot for proper electrical performance. It would need technical experience. + +`Why solving this issue` +- Patterns are necessary to ensure there is no short or open circuit for circuit on the surface of robot +- Change design of such pattern can consume a lot effort + +`Approve` +- different circuit pattern can be output for materials (fig: direct wire vs parallel traces) +- pic of direct wire fabrication by using conductive pen on paper +- pic of showing isolation well for parallel trace pattern +- pic of showing pin insertion pattern can conducts well + +`For` +- Accessible + +#### *Contribution D (Fabrication)* +`What` +- Foldable robot with functional electrical components on surface + - A. Fabrication + - B. Result + +`How` +- Describe fabrication process (pic/reference/experiment) + +`Solves Issue` +- 1. A. Traditional printable circuit requires more cost/equipment/time (depends on reference search) +- 2. B. Traditional PCB can not be folded to a robot +- 3. B. Traditional PCB does not have arbitrary shape/holes inside + +`Why solving this issue` +- Traditional robot and PCB making takes a long time, special equipment and technical experience. +- While most of soft PCB are simple routing instead of taking complex mechanical design + +`Approve` +- circuit can work properly on folded surface (fig) +- circuit can go around holes and working properly (fig) +- pic of a foldable robot with circuit working +- Time it takes to do the whole robot +- Price of copper + plastic paper + +`For` +- Low cost & Fast + + +### until 09/03/2019 + +- Testing on physical prototype +- Fabrication process +-  +- Result from cutter +-  +- Test before fully folding the robot +-  +- Appearance after fully folded +-  + +### 08/29/2019 + +- Fixing issues: + - better performance with multiple wires connecting to single pin + - changed a lot details in `drawing_processing` script: + - `pop` for endpoints at each wire will be executed before parallel traces + - `pop` and whether the point is connected to a pin is based a rule more restricted so even the wire does not connect to a pin without 0, 90 or 45 degree, it will still pop correctly +- Complete design for demo that has paperbot with an IMU, a touch sensor connecting to LED and Resistor +-  + +- Fixing `inkscape` unit and scale issue: + - Save as svg + - Select every entities in the drawing + - Lock the width and height scale + - Times (90/96) to either height or width + +### 08/28/2019 + +- Solving issue: + - The way mark pin as connected pin (solved) + - Changed way reading path + - Connect wire directly to pin after remove redundant small wires + - Group wires that has same connection point and same slop for branch drawing + +-  + + +### 08/27/2019 + +- Solving issue: + - multiple wires connecting to single pin + - Partially solved by + - Merge paths through pin as a single path in `sesreader` + - If such path passes a pin, mark this pin as connected pin (partially working, fix needed) + - Add a filter that remove intervals inside a path which is shorter than 0.5mm +- TODO: + - Solve the way mark pin as connected pin + - Branch intersect sometimes is not draw correctly + - Issues screenshot: + -  + -  + -  + +- Current status: +-  + +### 08/26/2019 + +- Fixed issue: + - `roco_dsn` now reads `flip` argument to get correct pin locations +- Solving issue in progress: + - When multiple wires are connecting to single pin. Isolation box is not draw correctly + - Have Done: + - Redo `sesreader` so paths will not be continued to merge if it reach one of the pin location + +-  +### 08/22/2019 + +- Try to solve issues: + - `get_pin_loc` function takes `flip` parameter incorrectly + - a wiring path is connected to another path (fixed) + - The contact point cannot contain more than two path intervals + +-  + +### 08/21/2019 +- TODO: + - Find solution to deal with `inkscape` pixel scale bug + - Read prototype `csv` file +- Fabricate prototype + - Bug reported : (fixed) + -  +#### Noticed Issue: + - If two wiring paths are connected to one pin, it might generate a open circuit + - If a wiring path is connected to another path instead of pin, an error will occur b/c it cannot find a pin connected to the tip of one of the path + +-  +- Bug reported: + - get_pin_loc function in `roco_dsn` does not consider `flip` situation, pin read wrong if `filp='back'` + +### 08/20/2019 + +- Add multiple cut to parallel traces, get outer and inner helper diagonal cut so the isolation will work well + +- Making prototype cut from the output of software + +- Issue reported: + - Footprint size and actual cut size not consistent +### 08/19/2019 + +- Remove the endpoint of a path if the last segment is inside the isolation box +- Rodo the loop dealing with parallel traces +- Add code that does isolation box for non-connected pin + +-  + +- When reading dwg file for dsn. It should know which is the boundary automatically. +- Changed internal boundary index finder, so user won't need to type the boundary line index manually. A value will be parsed from pre-process class to dsn writter. +- Merged and modified `dxf to path` function +- Changed function does bi-sector in post-processing so it can fits the way we do `line to path` successfully +- Whole process and pipeline works well now +- Building high-level functions +- Edit `sesreader` again and add a filter that removes redundant points +- TODO: + - put new drawings on dxf version >=12 + - so the width of drawing lines can be changed + - Isolation box and parallel traces requires multiple parallel cut, changing width makes drawing easier to see + +### 08/16/2019 + +- Record of Tips: + - changing the clearance defined in `dsn` file changes the rule of routing + - useful to change it according wire length and isolation box size + - This will output multiple path + - Redo `sesreader` so that it will merge paths those connect to each other + +### 08/15/2019 + +- Solving issue: Connection between isolation box and parallel traces + +~~~ + +input: endpoints of a path (each endpoints has i+1 for finding a line), iso_size, trace_width +output: intersect points*2 , draw isolation box in the process + +input= contact_ept, further_ept, size, width + +for pin_loc in all pin locations: + if the distance between endpoint1 and pin_loc is less than tolerance: + l=line(contact_ept,further_ept) + parallel_traces=find_offset(l,width) + iso_l_pts=isolation_box_linepts(size,pin_loc) + contact_list=[] + for l in parallel_traces: + contact=find_contact_iso_trace(l,iso_l_pts,further_ept) + contact_list.append(contact) + + draw_list=[] + draw_list.append(contact_list[0]) + while len(iso_boundary)!=0: + for points in iso_boundary: + find a point that is closest to last point of draw_list + if not such point is inside of two contacts: + draw_list.append(points) + iso_boundary.remove(point) + + draw draw_list in order + return contact_list + +~~~ + +- Connection between isolation and parallel traces solved!!! +-  +- TODO: + - Merge DXF to path code + - Issue exposed: after changing wire width, box still not quite correct + - `roco_ee_dwg_processing.py` line 132 + +### 08/14/2019 +- Preparing software demo +- High level of whole project package +-  +- Pipeline of drawing changes +-  +- Package module and classes breakdown +-  +- Structure of customized package `dsnwriter` +-  +- Structure of customized package `roco_ee_dwg` +-  + +- Demo Video at [here](https://youtu.be/HeBw4uW3Xzc) + +- Solving issue: Connection between isolation box and parallel traces +### 08/13/2019 +- Rearrange the package and draw the path directly on original drawing from old roco + +- dsn module placement match: + - instead of getting pin locations from old roco. set pin location based on footprint when user place modules + - Reason: + - 1. no mechanical design needed for pins (especial will turn it to cross cut anyway) + - 2. make sure the electrical board design and drawings will always be consistent + - 3. easier to add new electrical components + - 4. easier to do drawing post processing (dealing with traces and isolation boxes) +- Completed: a cross cut will be drawn at pin locations and that is automatically read from circuit design. The package will only need to load module once when design circuit +-  +- Draw isolation boxes and connect one edge with parallel traces without causing open circuit (fail) +-  +- TODO: + - Connect traces to isolation box + - Merge pre-processing code + - Demo + + + +### 08/12/2019 +- Finally figure out geometry algorithm on paper +- Coding for parallel trace in following steps: + - 1. find start point and end point of a path, compute 4 points that vertical to end points based on width + - 2. find the angle bisector between each segment + - 3. Offset original path based on given width + - 4. find intersect between paths with offset and angle bisectors + - 5. connect intersect points and 4 end-points + +- Separate file `paperbot_draw` to a general useful file `roco_ee_dwg_processing.py` and operations specifically for paperbot `paperbot_draw.py` + - functions and classes in `roco_ee_dwg_processing.py` will be useful for future foldable robot project. + +- Finally complete the parallel trace drawing. Now any path exported from auto-router will draw parallel trace with desired width to make sure the copper type surface can conduct well. +-  +- TODO: + - Connect traces to isolation box + - Merge pre-processing code + - Clean up script + - Read trace width from Net Class +### 08/09/2019 + +- Potential problem: + - drawing pre-processing has two goals: 1. put different intensity cuts on different layers for accurate fabrication 2. make line to 4 nodes path for auto-router treating as obstacles. + - Two goal may conflict within single process + - potential solution: send 4 nodes path to auto-router and draw wiring paths on drawing with signed layers. + +- Solving parallel traces math computation + +### 08/08/2019 + +- `block` class in `ezdxf` generates symbol in `inkscape`. Check if it can be made to path from script +-  +- Changed the way of drawing `cross-cut` to path directly instead of using inserting block class (see [paperbot_draw.py](paperbot_ee_autoroute/paperbot_draw.py) for detail) + +- Parallel traces are not computed correctly +-  +### 08/07/2019 +- Working on drawing details regarding fabrication for electrical design + - A block was created for 'cross cut' to fit pin insertions + - Parallel traces are hard to get + - A challenge that trimming isolation boxes with parallel traces occurs + +### 08/06/2019 + +- Successfully parse the wiring information from `ses` file to array + - A little "hacky" way, not using any parsing package but going through string and looking for path section + - For `ses` file only +- Create new scripts and Re-arrange all packages + - User will be able to execute [fab_drawing.py](paperbot_ee_autoroute/fab_drawing.py) directly to get drawing for paperbot including electrical wiring design and ready to send to fabrication + - If user wants to change electrical connection, one can edit [paperbot_dsn.py](paperbot_ee_autoroute/paperbot_dsn.py) + - `dsnwriter` and `sesreader` source code are located [here](dsn_python/) +- New script: + - [paperbot_draw.py](paperbot_ee_autoroute/paperbot_draw.py) has two classes: + - `pre-process` + - process the mechanical design drawing to correct format that can be taken by `dsnwriter` and `autorouter` + - `post-process` + - process the drawing file and draw wires based on `ses` file generated from `autorouter` +- Milestone: + - Now user can generate `dsn` file from script and confirm auto-routing. + - A parser can pull information for wiring + - Able to draw such wiring back on `dxf` drawings + -  +- TODO: + - Merge pre drawing processing script with Daniel + - Details: + - add 'cross-cut' block in `ezdxf` for pin insertion cut + - add 'parallel-trace' block in` ezdxf` for circuit trace on copper tape + +### 08/05/2019 + +- Working on parsing routed (wiring section) text information. + - Ref: [pyparsing](https://scipy-cookbook.readthedocs.io/items/Reading_Custom_Text_Files_with_Pyparsing.html) +- Parsing generated `dsn` file back to `DSN` class + - Fail +- Parsing generated `kicad_pcb` file back to `pykicad` package - `pcb` class + - Success +- Working on: + - debug dsn library so it can read file. + - `pykicad` uses `pyparsing` internally + - Rebuild `ses` file schema. Not working well + + + +### 08/01/2019 + +- Scripting Auto-router from python + - Run `.jar` package through python + - Can open GUI with imported file + - Cannot run auto-routing function from script + - Manually click on auto-routing and save is needed (manual approval) + +### 07/31/2019 + +- Use `dsnwriter` in RoCo + +~~~ + +Mechanical drawings (dxf/svg)------------| + | +Module Footprints -----------------------| + |----> board design (dsn) +Electrical schematic design (netlist)----| + | +Board design details(rules,parameters)---| + + + +----> board design (dsn)----> Auto-router (FreeRouting)----> routed board design (dsn) +----> wiring section ----> drawings with mechanical and electrical design (dxf/svg) +~~~ + +- The package now can auto-detect padstack information with multiple files + +### 07/30/2019 +- Record of Tips: + - Use `@classmethod` in class to parse information pull out from files (netlist,drawings,footprint) to original class +- Package Dependencies: + - [pykicad](https://github.com/dvc94ch/pykicad) + - numpy +- Class Footprint now can call function `from_file(path,ref)` to load footprint from a `.kicad_mod` file +- Class Padstack now can call function 'auto_detact(path)` to guess information of pads and save as padstack class + - Via information need to be defined by users. (default=None) +- Placement class can be defined after footprint is loaded and able to define the position of each component by calling `ref` of module. +-  +-  + +- Netclass is easy to write from script. +- Test auto-routing on generated `dsn` +-  +- Test on wire width change +-  + +- TODO: Easier API to generate netlist. + + +### 07/29/2019 + +- Was working on 'dsn_python' Python Library. +- Latest package can be found at [personal github](https://github.com/monkalynn813/dsn_python) +- Class tree: + +~~~ + |--dsnwritter.py (top and second level structure) + |--dsn_module.py + |--module class + |--load module functions + |--dsn_rule.py + |--dsn_geo.py + |--boundary class + |--keepout class + |--load drawing functions + |--dsn_net.py + |--net class + |--netclass class + |--load netlist functions +~~~ + + +- Text tree structure is done. + - Documentation and notes for code needed +- Functions are needed to help user use library. + - Function that load `dxf` file + - Function that load `footprint` file + - Function that load `netlist` file +- For board outline/footprint/netlist not loaded from file but define through this library manually, it works very well for now. +- Pull out those information from low-level file and convert it to proper text for `dsn` file + +- Record of Tips: + - `Freerouting` cannot take more than one boundary. (error: exact 1 bounding expected) + +- Able to use functions to load `dxf` drawings +- "internal cut issue" solved + - Treat every line individually as polygon and labeled as keepout in `dsn` library + -  + -  + + + + + + + + + + +### 07/24/2019 + +- Pipeline change: (skipping `KiCAD`) + - Use (`dxf`+ `pretty` (footprint library) + `net` information ) to generate `dsn` file + - Send `dsn` file to auto-router, save as new `dsn` file + - Read `dsn` file `wiring` information and draw it back on `dxf` + +- Analysis on `dsn` file format: +~~~ + |--pcb + | |--parser + | |--resolution + | |--unit + | |--structure + | | |--layer 1 + | | |-- ... + | | |--boundary + | | |--keepout 1 + | | |-- ... + | | |--via + | | |--rule + | |--placement + | | |--component 1 + | | |-- ... + | |--library + | | |--image [ref**] 1 + | | | |--outline + | | | |--pin + | | |-- ... + | | |--padstack + | | |--... + | |--network + | | |--net [name] 1 + | | | |--pins + | | |-- ... + | |--wiring + | | |--wire +~~~ + + + +- TODO: functions that load modules and footprints + + +### 07/23/2019 + +- Solving issue: export `.kicad_brd` file to `dsn` file for auto-router +- No known Python API so far. +- [schematic-file-converter](https://github.com/ljmljz/schematic-file-converter) + - Take `.sch` file from `KiCAD` instead of `.kicad_brd` file + +- Official bug report has been requested. Not targeted in current `KiCAD` scripting version + - [bug report](https://bugs.launchpad.net/kicad/+bug/1824668) + +- Potential Solutions: + - 1. Explore existing supported export API, and see if modification can be made based on existing API structure + - 2. Learn `dsn` file specification and python library to generate `dsn` file based on design information + +### 07/22/2019 + +- Research on multiple KiCAD Python packages +- [package 3rd party list](https://github.com/xesscorp/kicad-3rd-party-tools/blob/master/README.md#footprint-library-tools) +- None can import `dxf` into `pcbnew` +- To import `dxf` into `pcbnew` automatically: + - Create a python API by myself based on the `c++` code + - Draw lines directly in `pcbnew` by using line information in `dxf` + +- Create a python script serving as Python API by drawing everything on `pcbnew` +- Dependencies: + - ezdxf + - pykicad +- Successfully import `dxf` as outlines from script +-  + +### 07/18/2019 + +- Research on pcbnew API + - Using package [pykicad](https://github.com/dvc94ch/pykicad) + - Record of Tips: + - Do not add segments, which will route connections + - Different reference name need to be set for `dsn` export + + - Able to add footprint and net list into pcbnew. + - TODO: + - Import dxf as outlines from script + - Export board as `dsn` + +### 07/17/2019 + +- Notice that even the drawings cannot be imported onto 'wiring' layer, but can be changed manually to 'wiring' layer after importing onto 'edge.cut' layer + - `Freerouting` does not recognize wires that does not connect to any pins as obstacles. + -  + -  + +- Work on script doing board design + - Create New Board + - Import DXF + - Load Netlist `.net` file + - Place modules + - Export to `.dsn` file + +### 07/16/2019 + +- Fill and Stroke (Shift + Ctrl + F) +- Stroke to Path +- Union +- Break Apart +- Remove each outer layer (manually) +- Export +-  +-  +-  + +- Consider success when export for auto-routing manually. Huge challenge expected when doing it from script. + +- Work on script doing schematic design + - *Assume symbol and footprint downloaded* + - Package Using: [skidl](https://xesscorp.github.io/skidl/docs/_site/) + - Record of Tips: + - Add custom library path that contains all symbols of electrical devices needed (`NodeMCU`) + - Use attribute `footprint` to add footprint for such symbol + - footprint syntax: 'footprint= libname.pretty: foot_print_name + - footprint directory should be under the same directory where `.lib` file is. + + +### 07/15/2019 + +- 3 potential ways to solve the issue on KiCAD with internal cut +- *Assume the position of each internal cut line is known* + + - 1. Make internal cut a closed shape (original cut with thickness) + - Pro: Easy to import routed circuit back to dxf cutter file + - Con: Hard to make the cut itself a closed shape. + + - 2. Make internal cut outlines a block on certain layer and treat it as obstacle in auto-router + - Pro: Easy to generate a block as obstacle in drawing + - Con: Hard to import routed circuit back to dxf cutter file + + - 3. Put internal cut on different layer in KiCAD that can be read as obstacle in auto-router + - Best solution for now if the auto-router will be able to read single cut line, but cannot be edge.cut layer for sure, otherwise board outlines cannot be found by KiCAD. + +- Cut lines causing issues are marked in red. +-  + +- `Inkscape` : + - Object stroke to path can make everything looks like a bounding box + +- Attempts: +- 1. Stroke every line, auto-router shows nothing, no error +-  +-  +- 2. Stroke every line, but has a larger boundary. auto-router shows nothing, error: cannot start a route inside of keepout area or boundary outlines +-  +-  +- 3. Stroke every line but make the boundary outlines not closed, and draw a larger outline. Auto-router shows nothing, no error +-  +-  +- 4. Stroke only outline but make the boundary outlines not closed, and draw a larger outline. Auto-router shows properly. (no way to do it from script) +-  +-  +-  + + +### 07/11/2019 + +- Solved Error `unable to find segment with an endpoint` + - `DSN` file can only be exported for continuous closure outlines + -  + + - Drawings like this drawing for paper cut is not acceptable for `dsn` file. + - Change it either to close shape or remove it when import to KiCAD + +- Solving Issue: `FreeRouting` is not reading edge cut layer from `dsn` + + - Work well on a sample `dsn` file + - Issue with KiCAD output + - Sample KiCAD project can output outlines properly. + +- Issue found: + - KiCAD cannot take single line cut. Closed shape needed. + + + +### 07/10/2019 + +##### Approach A + + +- Import to PCBnew issue: + - Dimension of board outlines are incorrect + - Pins does not fit in original drawings + - (solved. Microcontroller footprint was incorrect) + +- pipeline confirmed: + + - 1. Build symbol and footprint library for all required electrical element + - 2. Sketch schematic design + - `.sch` file + - 3. Place elements in required position + - `.dsn` file + - 4. Import `dsn` file into `FreeRouting` and do auto-routing + - `.ses` file + - 5. Import `ses` file back to `KiCAD` and export as `dxf` file + - `.dxf` file + +- Manually tested pipeline till step 4 + +- Step 3 +-  + +- Step 4 +-  + - ISSUE: + - Board outlines are not exported correctly to `FreeRouting` + - Error: `unable to find segment with an endpoint` + + - Record of Tips: + - To run `FreeRouting` from command line: + ~~~ + java -jar freeRouting.jar [proj.dsn] + ~~~ +- TODO: + - Finish with testing the pipeline manually + - Achieve steps directly from script (Python API) + +### 07/09/2019 +- Finish up path-finding approach (Approach B) +- Only draw the best path on `dxf` when solution is found for every route. +-  +- Throw warning once a route cannot be found +-  + +- Research on Approach A + - KiCAD 5 does not have built-in auto-router + - Have to use `FreeRouting` + + - `FreeRouting` does not have python API + - Parent package of `FreeRouting`, `LayoutEditor` has multiple editions + - Part of `LayoutEditor` is open- source + - A large amount of of its website are broken, source and interface are unavailable + +- Other auto-routers are not open-source + +##### Approach A +- 1. Use `LayoutEditor` python API to use `FreeRouting` +- 2. Use `KiCAD 5` python API to sue `FreeRouting` +- 3. Use `KiCAD 4` python API to use builtin auto-routing + +###### 1 +- `FreeRouting` input format: `dsn`, `lef`, `def` +- `FreeRouting` output format: `ses`, `def` +- `FreeRouting` can take arbitrary board outlines shape + +- Edit `library` manually and test routing +-  + +- TODO: + - If can run KiCAD 4 from python + - Check `FreeRouting` API, see if a acceptable file can be generated from things on hand + + + +### 07/08/2019 (Mon) + +- Debug multi-node path finding: + - some obstacles are ignored + - too close to each other +- Able to show the learning process: + - Trying different combination of solving order + - Try to give the best order of solving multiple path + +##### Auto-routing learning process: + -  + +- Comparison between episodes and choose best combo of paths +-  + +##### Issues and TODO +- Path export from optimization is messed up +- Obstacles setting are incorrect + +### 07/05/2019 (Fri) +- Write out algorithm for multi-node path finding + - pseudo code: + +~~~~ + for (episode in E): + set initial state s (choose first pair of nodes to connect randomly) + find a path + update map + while not every connection is built: + choose next connection + find a path + update map + retrieve cost (length of path) + update Q (as sum of all cost) + +~~~~ + - Q here represents total cost of certain choice of path finding order. + - Cost defined by length of path + - If path cannot be found, cost 1000 + - Input: NX2X2 array specifies desired pin connections + + +- Research on KiCAD import needs and python API + +### 07/03/2019 (Wed) +- dxf processing completed + +- Convert dxf to matrix with resolution (270X210) (mm) + - Potential issue: + - the `pathfinding` package is based on pixel + - When round up the line's start and end point, the accuracy of pin position is low + +- Apply single point to point path finding + - Able to draw the path on matrix + - Able to draw the path on original dxf file +-  + +- TODO: + - Write out algorithm for multi-node path finding + - break single circuit trace to parallel traces + - solve the accuracy problem + + +### 07/02/2019 (Tue) +- Continue the dxf processing +- Following tasks can be completed by running the code: + - Able to detect pin center coordinate + - Able to draw arbitrary shape around the pin center + -  + +- - Issue & TODO + - Convert dxf image to matrix + - Explore `pathfinding` package + + - `pathfinding` package solve path finding problem by shortest path algorithm, one point to another + - To solve multiple nodes problem, use concept from reinforcement learning + - Build Q function that represents total reward of choosing certain path to be solved first + - Update Q function in a loop with certain amount of episodes + - Choose the order of solving paths randomly, and add possibility of choosing it from Q function + - Exploration-exploitation method +- To solve the problem "convert dxf to matrix" for pathfinding: + - Have tried: + - Export to `png` and read file by `OpenCV` + - Resolution problem: single point does not represented as a pixel in `png` + - TODO: + - create an empty matrix and fill in numbers with the information of each lines' start and end point + + +### 07/01/2019 (Mon) +- Continue the dxf processing with `'graph-silhouette.dxf'` +##### Record of tips: + - Put circuit design on a new layer of dxf drawing + - [check doc about layers here](https://ezdxf.readthedocs.io/en/latest/tutorials/layers.html) + - Use block feature to draw similar pattern + - [check doc about block here](https://ezdxf.readthedocs.io/en/latest/tutorials/blocks.html) + - Blocks are `symbol` in Inkscape. Convert `symbol` to `path` + - Edit > Clone > Unlink Clone (Shift+Alt+D), and you have a group, ungroup (Object > Ungroup, or Shift+Ctrl+G) and edit + - Convert `text` to `path` + - Path combine (Ctrl+K) + - msp.delete_enetity('__') to remove existing entity + +- Test fabrication with different drawing settings + - Layers can be cut separately by toggling visibility + - Set cuts with same `intensity` and `feedrate` on same layer + - Entities' layer can be changed through `Entity.dxf.layer` + +### 06/29 & 06/30/2019 (Sat & Sun) +##### Approach `B` +- Potential needed functions of packages + + - A package draws on DXF file through script + - A script that pulls out pins' coordinate on paper chassis + - Or a image process package (OpenCV) that reads pins' coordinate on paper chassis + - A package solves multi-node path finding problem* + +##### Record of Research +- Python Pathfinding package: + - [pathfinding](https://pypi.org/project/pathfinding/#description) +- Python DXF editor: + - [ezdxf](https://pypi.org/project/ezdxf/) + - [dxfgrabber](https://pypi.org/project/dxfgrabber/) + - `Note`: able to grab simple geometry from file + - [sdxf](http://www.kellbot.com/sdxf-python-library-for-dxf/) +- Going through tutorials of `ezdxf` + - All lines on paper space`layer0` + + +### 06/28/2019 (Fri) +##### Connection and fabrication approach confirmed ! +- Confirm that copper tape has better conductivity than aluminum sheet when attaching microcontroller pins through `H-shape` cut + - Copper tape is harder to be scratched, which provides less risk of disconnection during assembly. +- Etching on copper type isolates connections + +- Research on PCB editor + - EAGLE + - EAGLE cannot import `.pcb` file + - `svg` can be exported but not imported + - Custom library needed if doing schematic design + - KiCad + - Can import `.pcb` file + - `svg` can be exported but not imported + - LayoutEditor + - support multiply file type + - `svg` can be exported with different color makers as multiple layers + - include open-sourced auto-router `freerouting` +- Auto-routing package: + - TopoR + - Python-PCB + - FreeRouting + + +- Approaches: + - `A`. convert SVG/DXF file to schematic/board design of PCB. Use KiCAD or EAGLE to do auto routing. + - `B`. develop algorithm on auto routing for single layer svg/dxf file. (path finding problem) + + +##### Approach `A` +- Use regular shape board for PCB in EAGLE/KiCAD + - image processing: divide the shape of `paperbot` to multiple rectangles (ezdxf) + + - Pull required connections and place additional header pins around edges of each rectangle + +- Make each connection pin to be two parallel connections so auto-router does parallel trace for each wiring. + - Etching a pair of parallel trace provides isolation, and leave the space between traces to be conductible. + +- Build Library for schematic design + - Schematic design helps with router to know desired connection + - Additional header pins at each side of kink mark + +### 06/27/2019 (Thur) +- Compile `OldRoCo` [repo](https://git.uclalemur.com/mehtank/oldroco) + - Record of modification: + - ++line 8 of `vstart.sh` + - --> `pip install -r requirements.txt --user` +- Export `paperbot` dxf file : `graph-silhouette.dxf` to `OnShape` + - Record of Tips: + - Onshape does not read dxf file as its own saved unit. Manual settings needed when import. + -  +- Draw circuit diagram as CAD on `Onshape` + - Multiple connection approaches: + - `Cross` shape of `0.039 in` + - `Cross` shape of `0.049 in` + - `Octangular` shape of `0.049 in` + -  + -  + - Note and issue: + - `Octangular` shape is the best connection approach so far, but none of approach has stable conductivity. More research is needed. + - Scratches can be made easily when attaching microcontroller to the sheet. Potential disconnection may occur due to such scratches on metal layer. +- Export 2D CAD drawing with PCB to SVG for silhouette cameo + - Record of Tips: + - `OnShape` unit need to be consisted with unit setting in `Inkscape` (default: mm) + - Plugin `Inkscape-silhouette` cannot take multiple types of trace for cutting. + - Different trace (especially cut and etching) need to be sent separately. Use `coordinate tool` of `Inkscape` to ensure separated cuts have same origin. + - TODO: + - Cut and etching from same `Inkscape` file diff --git a/journal_media/fig12-2.png b/journal_media/fig12-2.png new file mode 100644 index 0000000000000000000000000000000000000000..137f70fcdaf6aae348d0123de1b9cc4c3efb8684 Binary files /dev/null and b/journal_media/fig12-2.png differ diff --git a/journal_media/final_pipline.png b/journal_media/final_pipline.png new file mode 100644 index 0000000000000000000000000000000000000000..d3ec7b2cec4940ad0624c708f45e9c2de95502b2 Binary files /dev/null and b/journal_media/final_pipline.png differ diff --git a/paperbot_ee_autoroute/cut_test.svg b/paperbot_ee_autoroute/cut_test.svg deleted file mode 100644 index ec73052e4c32ab4b274e8335d184142db09ee46e..0000000000000000000000000000000000000000 --- a/paperbot_ee_autoroute/cut_test.svg +++ /dev/null @@ -1,5043 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="793.700787402" - height="1122.51968504" - version="1.1" - id="svg2282" - sodipodi:docname="cut_test.svg" - inkscape:version="0.92.4 (unknown)"> - <metadata - id="metadata2286"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1920" - inkscape:window-height="1025" - id="namedview2284" - showgrid="false" - inkscape:zoom="3.3638609" - inkscape:cx="143.3423" - inkscape:cy="1114.7026" - inkscape:window-x="0" - inkscape:window-y="27" - inkscape:window-maximized="1" - inkscape:current-layer="g498" /> - <desc - id="desc2">/home/jingyan/Documents/summer_intern_lemur/roco_electrical/paperbot_ee_autoroute/dwg_w_circuit.dxf - scale = 1.000000, origin = (0.000000, 0.000000), method = manual</desc> - <defs - id="defs14"> - <marker - id="DistanceX" - orient="auto" - refX="0.0" - refY="0.0" - style="overflow:visible"> - <path - d="M 3,-3 L -3,3 M 0,-5 L 0,5" - style="stroke:#000000; stroke-width:0.5" - id="path4" /> - </marker> - <pattern - height="8" - id="Hatch" - patternUnits="userSpaceOnUse" - width="8" - x="0" - y="0"> - <path - d="M8 4 l-4,4" - linecap="square" - stroke="#000000" - stroke-width="0.25" - id="path7" /> - <path - d="M6 2 l-4,4" - linecap="square" - stroke="#000000" - stroke-width="0.25" - id="path9" /> - <path - d="M4 0 l-4,4" - linecap="square" - stroke="#000000" - stroke-width="0.25" - id="path11" /> - </pattern> - </defs> - <g - inkscape:groupmode="layer" - inkscape:label="VIEWPORTS" - id="g16" /> - <g - inkscape:groupmode="layer" - inkscape:label="TABLEGRID" - id="g18" /> - <g - inkscape:groupmode="layer" - inkscape:label="TABLECONTENT" - id="g20" /> - <g - inkscape:groupmode="layer" - inkscape:label="DIMENSIONS" - id="g22" /> - <g - inkscape:groupmode="layer" - inkscape:label="TABLEBACKGROUND" - id="g24" /> - <g - inkscape:groupmode="layer" - inkscape:label="Cut" - id="g498" - style="display:inline"> - <path - d="m 266.35458,3.7662407 v 0" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path30" - inkscape:connector-curvature="0" /> - <path - d="m 36.641431,235.56978 -2.3386,2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path310" - inkscape:connector-curvature="0" /> - <path - d="m 36.641431,237.90836 -2.3386,-2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path312" - inkscape:connector-curvature="0" /> - <path - d="m 45.641451,235.56978 -2.33859,2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path314" - inkscape:connector-curvature="0" /> - <path - d="m 45.641451,237.90836 -2.33859,-2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path316" - inkscape:connector-curvature="0" /> - <path - d="m 54.641471,235.56978 -2.33859,2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path318" - inkscape:connector-curvature="0" /> - <path - d="m 54.641471,237.90836 -2.33859,-2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path320" - inkscape:connector-curvature="0" /> - <path - d="m 63.641491,235.56978 -2.33859,2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path322" - inkscape:connector-curvature="0" /> - <path - d="m 63.641491,237.90836 -2.33859,-2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path324" - inkscape:connector-curvature="0" /> - <path - d="m 72.641521,235.56978 -2.33859,2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path326" - inkscape:connector-curvature="0" /> - <path - d="m 72.641521,237.90836 -2.33859,-2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path328" - inkscape:connector-curvature="0" /> - <path - d="m 81.641531,235.56978 -2.33858,2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path330" - inkscape:connector-curvature="0" /> - <path - d="m 81.641531,237.90836 -2.33858,-2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path332" - inkscape:connector-curvature="0" /> - <path - d="m 90.641551,235.56978 -2.33859,2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path334" - inkscape:connector-curvature="0" /> - <path - d="m 90.641551,237.90836 -2.33859,-2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path336" - inkscape:connector-curvature="0" /> - <path - d="m 99.641581,235.56978 -2.3386,2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path338" - inkscape:connector-curvature="0" /> - <path - d="m 99.641581,237.90836 -2.3386,-2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path340" - inkscape:connector-curvature="0" /> - <path - d="m 108.6416,235.56978 -2.33859,2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path342" - inkscape:connector-curvature="0" /> - <path - d="m 108.6416,237.90836 -2.33859,-2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path344" - inkscape:connector-curvature="0" /> - <path - d="m 117.64162,235.56978 -2.33859,2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path346" - inkscape:connector-curvature="0" /> - <path - d="m 117.64162,237.90836 -2.33859,-2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path348" - inkscape:connector-curvature="0" /> - <path - d="m 179.11815,11.224921 -2.33859,2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path350" - inkscape:connector-curvature="0" /> - <path - d="m 179.11815,13.563501 -2.33859,-2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path352" - inkscape:connector-curvature="0" /> - <path - d="m 170.11813,11.224921 -2.33859,2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path354" - inkscape:connector-curvature="0" /> - <path - d="m 170.11813,13.563501 -2.33859,-2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path356" - inkscape:connector-curvature="0" /> - <path - d="m 161.1181,11.224921 -2.33859,2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path358" - inkscape:connector-curvature="0" /> - <path - d="m 161.1181,13.563501 -2.33859,-2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path360" - inkscape:connector-curvature="0" /> - <path - d="m 152.11808,11.224921 -2.33859,2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path362" - inkscape:connector-curvature="0" /> - <path - d="m 152.11808,13.563501 -2.33859,-2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path364" - inkscape:connector-curvature="0" /> - <path - d="m 143.11806,11.224921 -2.33859,2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path366" - inkscape:connector-curvature="0" /> - <path - d="m 143.11806,13.563501 -2.33859,-2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path368" - inkscape:connector-curvature="0" /> - <path - d="m 134.11804,11.224921 -2.3386,2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path370" - inkscape:connector-curvature="0" /> - <path - d="m 134.11804,13.563501 -2.3386,-2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path372" - inkscape:connector-curvature="0" /> - <path - d="m 125.11801,11.224921 -2.33859,2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path374" - inkscape:connector-curvature="0" /> - <path - d="m 125.11801,13.563501 -2.33859,-2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path376" - inkscape:connector-curvature="0" /> - <path - d="m 116.11799,11.224921 -2.33859,2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path378" - inkscape:connector-curvature="0" /> - <path - d="m 116.11799,13.563501 -2.33859,-2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path380" - inkscape:connector-curvature="0" /> - <path - d="m 107.11797,11.224921 -2.33858,2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path382" - inkscape:connector-curvature="0" /> - <path - d="m 107.11797,13.563501 -2.33858,-2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path384" - inkscape:connector-curvature="0" /> - <path - d="m 98.117951,11.224921 -2.33859,2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path386" - inkscape:connector-curvature="0" /> - <path - d="m 98.117951,13.563501 -2.33859,-2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path388" - inkscape:connector-curvature="0" /> - <path - d="m 89.117931,11.224921 -2.33859,2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path390" - inkscape:connector-curvature="0" /> - <path - d="m 89.117931,13.563501 -2.33859,-2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path392" - inkscape:connector-curvature="0" /> - <path - d="m 80.117911,11.224921 -2.33859,2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path394" - inkscape:connector-curvature="0" /> - <path - d="m 80.117911,13.563501 -2.33859,-2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path396" - inkscape:connector-curvature="0" /> - <path - d="m 71.117891,11.224921 -2.3386,2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path398" - inkscape:connector-curvature="0" /> - <path - d="m 71.117891,13.563501 -2.3386,-2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path400" - inkscape:connector-curvature="0" /> - <path - d="m 62.117861,11.224921 -2.33859,2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path402" - inkscape:connector-curvature="0" /> - <path - d="m 62.117861,13.563501 -2.33859,-2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path404" - inkscape:connector-curvature="0" /> - <path - d="m 53.117841,11.224921 -2.33859,2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path406" - inkscape:connector-curvature="0" /> - <path - d="m 53.117841,13.563501 -2.33859,-2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path408" - inkscape:connector-curvature="0" /> - <path - d="m 53.117841,94.475061 -2.33859,2.33857" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path410" - inkscape:connector-curvature="0" /> - <path - d="m 53.117841,96.813631 -2.33859,-2.33857" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path412" - inkscape:connector-curvature="0" /> - <path - d="m 62.117861,94.475061 -2.33859,2.33857" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path414" - inkscape:connector-curvature="0" /> - <path - d="m 62.117861,96.813631 -2.33859,-2.33857" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path416" - inkscape:connector-curvature="0" /> - <path - d="m 71.117891,94.475061 -2.3386,2.33857" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path418" - inkscape:connector-curvature="0" /> - <path - d="m 71.117891,96.813631 -2.3386,-2.33857" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path420" - inkscape:connector-curvature="0" /> - <path - d="m 80.117911,94.475061 -2.33859,2.33857" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path422" - inkscape:connector-curvature="0" /> - <path - d="m 80.117911,96.813631 -2.33859,-2.33857" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path424" - inkscape:connector-curvature="0" /> - <path - d="m 89.117931,94.475061 -2.33859,2.33857" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path426" - inkscape:connector-curvature="0" /> - <path - d="m 89.117931,96.813631 -2.33859,-2.33857" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path428" - inkscape:connector-curvature="0" /> - <path - d="m 98.117951,94.475061 -2.33859,2.33857" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path430" - inkscape:connector-curvature="0" /> - <path - d="m 98.117951,96.813631 -2.33859,-2.33857" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path432" - inkscape:connector-curvature="0" /> - <path - d="m 107.11797,94.475061 -2.33858,2.33857" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path434" - inkscape:connector-curvature="0" /> - <path - d="m 107.11797,96.813631 -2.33858,-2.33857" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path436" - inkscape:connector-curvature="0" /> - <path - d="m 116.11799,94.475061 -2.33859,2.33857" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path438" - inkscape:connector-curvature="0" /> - <path - d="m 116.11799,96.813631 -2.33859,-2.33857" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path440" - inkscape:connector-curvature="0" /> - <path - d="m 125.11801,94.475061 -2.33859,2.33857" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path442" - inkscape:connector-curvature="0" /> - <path - d="m 125.11801,96.813631 -2.33859,-2.33857" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path444" - inkscape:connector-curvature="0" /> - <path - d="m 134.11804,94.475061 -2.3386,2.33857" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path446" - inkscape:connector-curvature="0" /> - <path - d="m 134.11804,96.813631 -2.3386,-2.33857" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path448" - inkscape:connector-curvature="0" /> - <path - d="m 143.11806,94.475061 -2.33859,2.33857" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path450" - inkscape:connector-curvature="0" /> - <path - d="m 143.11806,96.813631 -2.33859,-2.33857" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path452" - inkscape:connector-curvature="0" /> - <path - d="m 152.11808,94.475061 -2.33859,2.33857" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path454" - inkscape:connector-curvature="0" /> - <path - d="m 152.11808,96.813631 -2.33859,-2.33857" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path456" - inkscape:connector-curvature="0" /> - <path - d="m 161.1181,94.475061 -2.33859,2.33857" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path458" - inkscape:connector-curvature="0" /> - <path - d="m 161.1181,96.813631 -2.33859,-2.33857" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path460" - inkscape:connector-curvature="0" /> - <path - d="m 170.11813,94.475061 -2.33859,2.33857" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path462" - inkscape:connector-curvature="0" /> - <path - d="m 170.11813,96.813631 -2.33859,-2.33857" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path464" - inkscape:connector-curvature="0" /> - <path - d="m 179.11815,94.475061 -2.33859,2.33857" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path466" - inkscape:connector-curvature="0" /> - <path - d="m 179.11815,96.813631 -2.33859,-2.33857" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path468" - inkscape:connector-curvature="0" /> - <path - d="m 162.85433,173.52637 -2.33859,2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path470" - inkscape:connector-curvature="0" /> - <path - d="m 162.85433,175.86495 -2.33859,-2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path472" - inkscape:connector-curvature="0" /> - <path - d="m 171.85435,173.52637 -2.33859,2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path474" - inkscape:connector-curvature="0" /> - <path - d="m 171.85435,175.86495 -2.33859,-2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path476" - inkscape:connector-curvature="0" /> - <path - d="m 180.85438,173.52637 -2.33859,2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path478" - inkscape:connector-curvature="0" /> - <path - d="m 180.85438,175.86495 -2.33859,-2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path480" - inkscape:connector-curvature="0" /> - <path - d="m 242.72066,31.404091 -2.33859,2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path482" - inkscape:connector-curvature="0" /> - <path - d="m 242.72066,33.742671 -2.33859,-2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path484" - inkscape:connector-curvature="0" /> - <path - d="m 242.72066,44.904111 -2.33859,2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path486" - inkscape:connector-curvature="0" /> - <path - d="m 242.72066,47.242691 -2.33859,-2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path488" - inkscape:connector-curvature="0" /> - <path - d="m 225.00409,40.404111 -2.33859,2.33857" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path490" - inkscape:connector-curvature="0" /> - <path - d="m 225.00409,42.742681 -2.33859,-2.33857" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path492" - inkscape:connector-curvature="0" /> - <path - d="m 225.00409,26.904081 -2.33859,2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path494" - inkscape:connector-curvature="0" /> - <path - d="m 225.00409,29.242661 -2.33859,-2.33858" - style="fill:none;stroke:#0000ff;stroke-width:0.93750191" - id="path496" - inkscape:connector-curvature="0" /> - </g> - <g - inkscape:groupmode="layer" - inkscape:label="Fold" - id="g546" - style="display:none"> - <path - d="M 185.72281,555.00943 V 420.36354" - style="fill:none;stroke:#00ff00;stroke-width:0.93750191;stroke-dasharray:0.46875096, 3.54328851" - id="path500" - inkscape:connector-curvature="0" /> - <path - d="M 118.39982,420.36354 V 129.81188" - style="fill:none;stroke:#ff0000;stroke-width:0.93750191;stroke-dasharray:0.46875096, 3.54328851" - id="path502" - inkscape:connector-curvature="0" /> - <path - d="M 118.39982,129.81188 H 330.99876" - style="fill:none;stroke:#ff0000;stroke-width:0.93750191;stroke-dasharray:0.46875096, 3.54328851" - id="path504" - inkscape:connector-curvature="0" /> - <path - d="M 54.620127,129.81188 V 420.36354" - style="fill:none;stroke:#ff0000;stroke-width:0.93750191;stroke-dasharray:0.46875096, 3.54328851" - id="path506" - inkscape:connector-curvature="0" /> - <path - d="M 118.39982,767.60821 V 902.25412" - style="fill:none;stroke:#00ff00;stroke-width:0.93750191;stroke-dasharray:0.46875096, 3.54328851" - id="path508" - inkscape:connector-curvature="0" /> - <path - d="M 72.336711,767.60821 H 118.39982" - style="fill:none;stroke:#00ff00;stroke-width:0.93750191;stroke-dasharray:0.46875096, 3.54328851" - id="path510" - inkscape:connector-curvature="0" /> - <path - d="M 72.336711,767.60821 V 902.25412" - style="fill:none;stroke:#00ff00;stroke-width:0.93750191;stroke-dasharray:0.46875096, 3.54328851" - id="path512" - inkscape:connector-curvature="0" /> - <path - d="M 185.72281,767.60821 V 902.25412" - style="fill:none;stroke:#00ff00;stroke-width:0.93750191;stroke-dasharray:0.46875096, 3.54328851" - id="path514" - inkscape:connector-curvature="0" /> - <path - d="M 72.336711,420.36354 V 555.00943" - style="fill:none;stroke:#00ff00;stroke-width:0.93750191;stroke-dasharray:0.46875096, 3.54328851" - id="path516" - inkscape:connector-curvature="0" /> - <path - d="M 118.39982,555.00943 V 420.36354" - style="fill:none;stroke:#00ff00;stroke-width:0.93750191;stroke-dasharray:0.46875096, 3.54328851" - id="path518" - inkscape:connector-curvature="0" /> - <path - d="M 274.3057,767.60821 V 555.00943" - style="fill:none;stroke:#ff0000;stroke-width:0.93750191;stroke-dasharray:0.46875096, 3.54328851" - id="path520" - inkscape:connector-curvature="0" /> - <path - d="M 231.78591,555.00943 V 420.36354" - style="fill:none;stroke:#00ff00;stroke-width:0.93750191;stroke-dasharray:0.46875096, 3.54328851" - id="path522" - inkscape:connector-curvature="0" /> - <path - d="M 320.36881,767.60821 V 555.00943" - style="fill:none;stroke:#ff0000;stroke-width:0.93750191;stroke-dasharray:0.46875096, 3.54328851" - id="path524" - inkscape:connector-curvature="0" /> - <path - d="M 231.78591,902.25412 V 767.60821" - style="fill:none;stroke:#00ff00;stroke-width:0.93750191;stroke-dasharray:0.46875096, 3.54328851" - id="path526" - inkscape:connector-curvature="0" /> - <path - d="m 203.43939,65.677923 h 42.51979" - style="fill:none;stroke:#ff0000;stroke-width:0.93750191;stroke-dasharray:0.46875096, 3.54328851" - id="path528" - inkscape:connector-curvature="0" /> - <path - d="M 330.99876,129.45756 260.13244,17.843198" - style="fill:none;stroke:#00ff00;stroke-width:0.93750191;stroke-dasharray:0.46875096, 3.54328851" - id="path532" - inkscape:connector-curvature="0" /> - <path - d="M 72.336711,555.00943 V 767.60821" - style="fill:none;stroke:#ff0000;stroke-width:0.93750191;stroke-dasharray:0.46875096, 3.54328851" - id="path534" - inkscape:connector-curvature="0" /> - <path - d="M 118.39982,767.60821 V 555.00943" - style="fill:none;stroke:#ff0000;stroke-width:0.93750191;stroke-dasharray:0.46875096, 3.54328851" - id="path536" - inkscape:connector-curvature="0" /> - <path - d="M 394.77844,420.36354 V 129.81188" - style="fill:none;stroke:#ff0000;stroke-width:0.93750191;stroke-dasharray:0.46875096, 3.54328851" - id="path538" - inkscape:connector-curvature="0" /> - <path - d="M 189.26612,17.843198 118.39982,129.45756" - style="fill:none;stroke:#00ff00;stroke-width:0.93750191;stroke-dasharray:0.46875096, 3.54328851" - id="path540" - inkscape:connector-curvature="0" /> - <path - d="M 118.39982,555.00943 H 72.336711" - style="fill:none;stroke:#00ff00;stroke-width:0.93750191;stroke-dasharray:0.46875096, 3.54328851" - id="path542" - inkscape:connector-curvature="0" /> - <path - d="M 185.72281,420.36354 H 118.39982" - style="fill:none;stroke:#ff0000;stroke-width:0.93750191;stroke-dasharray:0.46875096, 3.54328851" - id="path544" - inkscape:connector-curvature="0" /> - </g> - <g - inkscape:groupmode="layer" - inkscape:label="Circuit_Cut" - id="g1752" - style="display:inline"> - <path - d="m 39.015441,233.19575 v 7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path548" - inkscape:connector-curvature="0" /> - <path - d="m 39.015441,240.28237 h -7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path550" - inkscape:connector-curvature="0" /> - <path - d="m 31.928821,240.28237 v -7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path552" - inkscape:connector-curvature="0" /> - <path - d="M 39.015441,233.19575 V 222.62646" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path554" - inkscape:connector-curvature="0" /> - <path - d="M 31.928821,233.19575 V 219.69108" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path556" - inkscape:connector-curvature="0" /> - <path - d="m 39.015441,222.62646 15.12039,-15.12038" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path558" - inkscape:connector-curvature="0" /> - <path - d="M 31.928821,219.69108 47.049201,204.5707" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path560" - inkscape:connector-curvature="0" /> - <path - d="m 54.135831,207.50608 v -39.6717" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path562" - inkscape:connector-curvature="0" /> - <path - d="M 54.135831,160.74777 V 98.872921" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path564" - inkscape:connector-curvature="0" /> - <path - d="M 47.049201,204.5707 V 96.894521" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path566" - inkscape:connector-curvature="0" /> - <path - d="m 53.945241,99.187661 h 1.54662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path568" - inkscape:connector-curvature="0" /> - <path - d="m 55.491861,99.187661 v -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path570" - inkscape:connector-curvature="0" /> - <path - d="m 55.491861,92.101031 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path572" - inkscape:connector-curvature="0" /> - <path - d="m 48.405231,92.101031 v 2.55412" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path574" - inkscape:connector-curvature="0" /> - <path - d="m 54.135831,98.872921 -0.19059,0.31474" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path576" - inkscape:connector-curvature="0" /> - <path - d="m 47.049201,96.894521 1.35603,-2.23937" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path578" - inkscape:connector-curvature="0" /> - <path - d="m 174.22837,171.15234 v 7.08664" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path580" - inkscape:connector-curvature="0" /> - <path - d="m 174.22837,178.23898 h -7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path582" - inkscape:connector-curvature="0" /> - <path - d="m 167.14175,178.23898 v -7.08664" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path584" - inkscape:connector-curvature="0" /> - <path - d="m 174.22837,171.15234 v -1.57291" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path586" - inkscape:connector-curvature="0" /> - <path - d="m 167.14175,171.15234 v 1.36245" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path588" - inkscape:connector-curvature="0" /> - <path - d="m 167.14175,172.51479 -4.68042,-4.68041" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path590" - inkscape:connector-curvature="0" /> - <path - d="m 174.22837,169.57943 -8.83166,-8.83166" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path592" - inkscape:connector-curvature="0" /> - <path - d="M 162.46133,167.83438 H 54.135831" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path594" - inkscape:connector-curvature="0" /> - <path - d="M 165.39671,160.74777 H 54.135831" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path596" - inkscape:connector-curvature="0" /> - <path - d="m 165.00738,178.23898 h 0.22097" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path598" - inkscape:connector-curvature="0" /> - <path - d="m 165.22835,178.23898 v -7.08664" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path600" - inkscape:connector-curvature="0" /> - <path - d="m 165.22835,171.15234 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path602" - inkscape:connector-curvature="0" /> - <path - d="m 158.14172,171.15234 v 3.42928" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path604" - inkscape:connector-curvature="0" /> - <path - d="m 158.14172,174.58162 -0.4193,6.50724" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path606" - inkscape:connector-curvature="0" /> - <path - d="m 157.26577,188.17548 v 0" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path608" - inkscape:connector-curvature="0" /> - <path - d="m 165.00738,178.23898 -0.18364,2.84988" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path610" - inkscape:connector-curvature="0" /> - <path - d="M 157.26577,188.17548 H 188.1083" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path612" - inkscape:connector-curvature="0" /> - <path - d="m 164.82374,181.08886 h 20.34918" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path614" - inkscape:connector-curvature="0" /> - <path - d="m 188.1083,188.17548 56.98639,-56.98634" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path616" - inkscape:connector-curvature="0" /> - <path - d="m 185.17292,181.08886 52.83513,-52.8351" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path618" - inkscape:connector-curvature="0" /> - <path - d="M 245.09469,131.18914 V 47.596991" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path620" - inkscape:connector-curvature="0" /> - <path - d="M 238.00805,128.25376 V 44.549811" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path622" - inkscape:connector-curvature="0" /> - <path - d="m 245.09469,47.596991 9.81215,-9.30013" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path624" - inkscape:connector-curvature="0" /> - <path - d="m 238.00805,44.549811 9.81216,-9.30014" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path626" - inkscape:connector-curvature="0" /> - <path - d="M 254.90684,38.296861 V 27.075181" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path628" - inkscape:connector-curvature="0" /> - <path - d="m 247.82021,35.249671 v -5.23912" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path630" - inkscape:connector-curvature="0" /> - <path - d="m 247.82021,30.010551 -8.42712,-8.42711" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path632" - inkscape:connector-curvature="0" /> - <path - d="M 254.90684,27.075181 242.32847,14.496811" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path634" - inkscape:connector-curvature="0" /> - <path - d="M 239.39309,21.583441 H 194.02635" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path636" - inkscape:connector-curvature="0" /> - <path - d="M 242.32847,14.496811 H 191.09096" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path638" - inkscape:connector-curvature="0" /> - <path - d="m 194.02635,21.583441 -66.53432,66.53425" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path640" - inkscape:connector-curvature="0" /> - <path - d="m 191.09096,14.496811 -70.68556,70.6855" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path642" - inkscape:connector-curvature="0" /> - <path - d="m 127.49203,92.101031 v 7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path644" - inkscape:connector-curvature="0" /> - <path - d="M 127.49203,99.187661 H 120.4054" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path646" - inkscape:connector-curvature="0" /> - <path - d="m 120.4054,99.187661 v -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path648" - inkscape:connector-curvature="0" /> - <path - d="m 127.49203,88.117691 v 3.98334" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path650" - inkscape:connector-curvature="0" /> - <path - d="m 120.4054,85.182311 v 6.91872" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path652" - inkscape:connector-curvature="0" /> - <path - d="M 157.72242,181.08886 H 86.117051" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path654" - inkscape:connector-curvature="0" /> - <path - d="M 157.26577,188.17548 H 89.052421" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path656" - inkscape:connector-curvature="0" /> - <path - d="m 89.052421,188.17548 -41.03695,41.03694" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path658" - inkscape:connector-curvature="0" /> - <path - d="m 86.117051,181.08886 -45.18821,45.18817" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path660" - inkscape:connector-curvature="0" /> - <path - d="m 48.015471,233.19575 v 7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path662" - inkscape:connector-curvature="0" /> - <path - d="m 48.015471,240.28237 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path664" - inkscape:connector-curvature="0" /> - <path - d="m 40.928841,240.28237 v -7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path666" - inkscape:connector-curvature="0" /> - <path - d="m 48.015471,229.21242 v 3.98333" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path668" - inkscape:connector-curvature="0" /> - <path - d="m 40.928841,226.27703 v 6.91872" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path670" - inkscape:connector-curvature="0" /> - <path - d="m 183.22839,177.10704 v 1.13194" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path672" - inkscape:connector-curvature="0" /> - <path - d="m 183.22839,178.23898 h -7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path674" - inkscape:connector-curvature="0" /> - <path - d="m 176.14177,178.23898 v -7.08664" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path676" - inkscape:connector-curvature="0" /> - <path - d="m 176.14177,171.15234 h 2.86975" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path678" - inkscape:connector-curvature="0" /> - <path - d="m 183.22839,177.10704 5.25367,-2.07222" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path680" - inkscape:connector-curvature="0" /> - <path - d="m 179.01152,171.15234 5.50063,-2.16963" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path682" - inkscape:connector-curvature="0" /> - <path - d="m 188.48206,175.03482 38.89605,-38.89604" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path684" - inkscape:connector-curvature="0" /> - <path - d="m 184.51215,168.98271 35.77933,-35.77929" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path686" - inkscape:connector-curvature="0" /> - <path - d="m 227.37811,45.116711 v -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path688" - inkscape:connector-curvature="0" /> - <path - d="m 227.37811,38.030081 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path690" - inkscape:connector-curvature="0" /> - <path - d="m 220.29148,38.030081 v 7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path692" - inkscape:connector-curvature="0" /> - <path - d="M 227.37811,136.13878 V 45.116711" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path694" - inkscape:connector-curvature="0" /> - <path - d="M 220.29148,133.20342 V 45.116711" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path696" - inkscape:connector-curvature="0" /> - <path - d="m 227.37811,31.616681 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path698" - inkscape:connector-curvature="0" /> - <path - d="m 220.29148,31.616681 v -7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path700" - inkscape:connector-curvature="0" /> - <path - d="m 220.29148,24.530061 h 7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path702" - inkscape:connector-curvature="0" /> - <path - d="m 227.37811,24.530061 v 0" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path704" - inkscape:connector-curvature="0" /> - <path - d="m 227.37811,31.616681 h 8.20557" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path706" - inkscape:connector-curvature="0" /> - <path - d="m 227.37811,24.530061 h 11.14094" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path708" - inkscape:connector-curvature="0" /> - <path - d="m 238.00805,34.041071 v 2.07562" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path710" - inkscape:connector-curvature="0" /> - <path - d="m 238.00805,36.116691 h 7.08664" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path712" - inkscape:connector-curvature="0" /> - <path - d="m 245.09469,36.116691 v -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path714" - inkscape:connector-curvature="0" /> - <path - d="m 245.09469,29.030061 h -2.07563" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path716" - inkscape:connector-curvature="0" /> - <path - d="m 235.58368,31.616681 2.42437,2.42439" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path718" - inkscape:connector-curvature="0" /> - <path - d="m 238.51905,24.530061 4.50001,4.5" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path720" - inkscape:connector-curvature="0" /> - <path - d="m 57.015491,240.28237 v -7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path722" - inkscape:connector-curvature="0" /> - <path - d="m 57.015491,233.19575 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path724" - inkscape:connector-curvature="0" /> - <path - d="m 49.928861,233.19575 v 7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path726" - inkscape:connector-curvature="0" /> - <path - d="m 57.015491,240.28237 v 3.28258" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path728" - inkscape:connector-curvature="0" /> - <path - d="m 49.928861,240.28237 v 0.34721" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path730" - inkscape:connector-curvature="0" /> - <path - d="m 57.015491,243.56495 -6.66457,6.66457" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path732" - inkscape:connector-curvature="0" /> - <path - d="m 49.928861,240.62958 -2.51332,2.51332" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path734" - inkscape:connector-curvature="0" /> - <path - d="M 50.350921,250.22952 H 30.082341" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path736" - inkscape:connector-curvature="0" /> - <path - d="M 47.415541,243.1429 H 33.017721" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path738" - inkscape:connector-curvature="0" /> - <path - d="m 30.082341,250.22952 -8.11131,-8.1113" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path740" - inkscape:connector-curvature="0" /> - <path - d="m 33.017721,243.1429 -3.96005,-3.96006" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path742" - inkscape:connector-curvature="0" /> - <path - d="M 29.057671,239.18284 V 109.48741" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path744" - inkscape:connector-curvature="0" /> - <path - d="M 21.971031,242.11822 V 106.55204" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path746" - inkscape:connector-curvature="0" /> - <path - d="M 29.057671,109.48741 49.231231,89.313871" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path748" - inkscape:connector-curvature="0" /> - <path - d="M 21.971031,106.55204 46.295851,82.227241" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path750" - inkscape:connector-curvature="0" /> - <path - d="M 49.231231,89.313871 H 101.82748" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path752" - inkscape:connector-curvature="0" /> - <path - d="M 46.295851,82.227241 H 108.31098" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path754" - inkscape:connector-curvature="0" /> - <path - d="m 102.40536,95.801841 v 3.38582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path756" - inkscape:connector-curvature="0" /> - <path - d="m 102.40536,99.187661 h 7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path758" - inkscape:connector-curvature="0" /> - <path - d="m 109.49199,99.187661 v -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path760" - inkscape:connector-curvature="0" /> - <path - d="m 109.49199,92.101031 h -0.30157" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path762" - inkscape:connector-curvature="0" /> - <path - d="m 101.82748,89.313871 0.57788,6.48797" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path764" - inkscape:connector-curvature="0" /> - <path - d="m 108.31098,82.227241 0.87944,9.87379" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path766" - inkscape:connector-curvature="0" /> - <path - d="m 118.49202,92.101031 v 7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path768" - inkscape:connector-curvature="0" /> - <path - d="m 118.49202,99.187661 h -7.08664" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path770" - inkscape:connector-curvature="0" /> - <path - d="m 111.40538,99.187661 v -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path772" - inkscape:connector-curvature="0" /> - <path - d="M 118.49202,92.101031 V 81.639361" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path774" - inkscape:connector-curvature="0" /> - <path - d="m 111.40538,92.101031 v -7.5263" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path776" - inkscape:connector-curvature="0" /> - <path - d="m 111.40538,84.574731 -4.20702,-4.20703" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path778" - inkscape:connector-curvature="0" /> - <path - d="m 118.49202,81.639361 -8.35828,-8.35828" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path780" - inkscape:connector-curvature="0" /> - <path - d="M 107.19836,80.367701 H 45.453691" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path782" - inkscape:connector-curvature="0" /> - <path - d="M 110.13374,73.281081 H 42.518321" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path784" - inkscape:connector-curvature="0" /> - <path - d="M 45.453691,80.367701 20.161111,105.66028" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path786" - inkscape:connector-curvature="0" /> - <path - d="M 42.518321,73.281081 13.074481,102.7249" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path788" - inkscape:connector-curvature="0" /> - <path - d="M 20.161111,105.66028 V 242.98623" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path790" - inkscape:connector-curvature="0" /> - <path - d="M 13.074481,102.7249 V 245.92161" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path792" - inkscape:connector-curvature="0" /> - <path - d="m 13.074481,245.92161 13.36852,13.36852" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path794" - inkscape:connector-curvature="0" /> - <path - d="m 20.161111,242.98623 9.21727,9.21727" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path796" - inkscape:connector-curvature="0" /> - <path - d="m 26.443001,259.29013 h 27.63194" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path798" - inkscape:connector-curvature="0" /> - <path - d="m 29.378381,252.2035 h 21.76118" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path800" - inkscape:connector-curvature="0" /> - <path - d="m 54.074941,259.29013 11.94057,-11.94057" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path802" - inkscape:connector-curvature="0" /> - <path - d="m 51.139561,252.2035 7.78933,-7.78931" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path804" - inkscape:connector-curvature="0" /> - <path - d="m 66.015511,240.28237 v -7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path806" - inkscape:connector-curvature="0" /> - <path - d="m 66.015511,233.19575 h -7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path808" - inkscape:connector-curvature="0" /> - <path - d="m 58.928891,233.19575 v 7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path810" - inkscape:connector-curvature="0" /> - <path - d="m 66.015511,247.34956 v -7.06719" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path812" - inkscape:connector-curvature="0" /> - <path - d="m 58.928891,244.41419 v -4.13182" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path814" - inkscape:connector-curvature="0" /> - <path - d="m 38.129611,234.08158 v 5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path816" - inkscape:connector-curvature="0" /> - <path - d="m 38.129611,239.39655 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path818" - inkscape:connector-curvature="0" /> - <path - d="m 32.814641,239.39655 v -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path820" - inkscape:connector-curvature="0" /> - <path - d="M 38.129611,234.08158 V 222.25954" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path822" - inkscape:connector-curvature="0" /> - <path - d="M 32.814641,234.08158 V 220.058" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path824" - inkscape:connector-curvature="0" /> - <path - d="m 38.129611,222.25954 15.1204,-15.12039" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path826" - inkscape:connector-curvature="0" /> - <path - d="m 32.814641,220.058 15.12039,-15.12038" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path828" - inkscape:connector-curvature="0" /> - <path - d="M 53.250011,207.13915 V 166.94856" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path830" - inkscape:connector-curvature="0" /> - <path - d="M 53.250011,161.63359 V 98.625621" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path832" - inkscape:connector-curvature="0" /> - <path - d="M 47.935031,204.93762 V 97.141821" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path834" - inkscape:connector-curvature="0" /> - <path - d="m 53.446071,98.301841 h 1.15997" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path836" - inkscape:connector-curvature="0" /> - <path - d="m 54.606041,98.301841 v -5.31499" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path838" - inkscape:connector-curvature="0" /> - <path - d="m 54.606041,92.986851 h -5.31499" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path840" - inkscape:connector-curvature="0" /> - <path - d="m 49.291051,92.986851 v 1.9156" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path842" - inkscape:connector-curvature="0" /> - <path - d="m 53.250011,98.625621 0.19606,-0.32378" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path844" - inkscape:connector-curvature="0" /> - <path - d="m 47.935031,97.141821 1.35602,-2.23937" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path846" - inkscape:connector-curvature="0" /> - <path - d="m 173.34254,172.03817 v 5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path848" - inkscape:connector-curvature="0" /> - <path - d="m 173.34254,177.35314 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path850" - inkscape:connector-curvature="0" /> - <path - d="m 168.02757,177.35314 v -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path852" - inkscape:connector-curvature="0" /> - <path - d="m 173.34254,172.03817 v -2.09183" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path854" - inkscape:connector-curvature="0" /> - <path - d="m 168.02757,172.03817 v 0.10971" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path856" - inkscape:connector-curvature="0" /> - <path - d="m 168.02757,172.14788 -5.19932,-5.19932" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path858" - inkscape:connector-curvature="0" /> - <path - d="m 173.34254,169.94634 -8.31275,-8.31275" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path860" - inkscape:connector-curvature="0" /> - <path - d="M 162.82825,166.94856 H 53.250011" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path862" - inkscape:connector-curvature="0" /> - <path - d="M 165.02979,161.63359 H 53.250011" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path864" - inkscape:connector-curvature="0" /> - <path - d="m 164.17679,177.35314 0.16573,-5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path866" - inkscape:connector-curvature="0" /> - <path - d="m 164.34252,172.03817 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path868" - inkscape:connector-curvature="0" /> - <path - d="m 159.02755,172.03817 v 5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path870" - inkscape:connector-curvature="0" /> - <path - d="M 159.02755,177.35314 H 158.8508" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path872" - inkscape:connector-curvature="0" /> - <path - d="m 158.8508,177.35314 -0.2978,4.62154" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path874" - inkscape:connector-curvature="0" /> - <path - d="m 158.21052,187.28965 v 0" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path876" - inkscape:connector-curvature="0" /> - <path - d="m 164.17679,177.35314 -0.29779,4.62154" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path878" - inkscape:connector-curvature="0" /> - <path - d="m 158.21052,187.28965 h 29.53086" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path880" - inkscape:connector-curvature="0" /> - <path - d="m 163.879,181.97468 h 21.66085" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path882" - inkscape:connector-curvature="0" /> - <path - d="m 187.74138,187.28965 56.46748,-56.46744" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path884" - inkscape:connector-curvature="0" /> - <path - d="m 185.53985,181.97468 53.35404,-53.354" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path886" - inkscape:connector-curvature="0" /> - <path - d="M 244.20886,130.82221 V 47.216091" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path888" - inkscape:connector-curvature="0" /> - <path - d="M 238.89389,128.62068 V 44.930711" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path890" - inkscape:connector-curvature="0" /> - <path - d="m 244.20886,47.216091 9.81215,-9.30012" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path892" - inkscape:connector-curvature="0" /> - <path - d="m 238.89389,44.930711 9.81215,-9.30014" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path894" - inkscape:connector-curvature="0" /> - <path - d="M 254.02101,37.915971 V 27.442091" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path896" - inkscape:connector-curvature="0" /> - <path - d="m 248.70604,35.630571 v -5.98694" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path898" - inkscape:connector-curvature="0" /> - <path - d="m 248.70604,29.643631 -8.94603,-8.94602" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path900" - inkscape:connector-curvature="0" /> - <path - d="M 254.02101,27.442091 241.96156,15.382641" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path902" - inkscape:connector-curvature="0" /> - <path - d="M 239.76001,20.697611 H 193.65942" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path904" - inkscape:connector-curvature="0" /> - <path - d="M 241.96156,15.382641 H 191.45789" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path906" - inkscape:connector-curvature="0" /> - <path - d="m 193.65942,20.697611 -67.05321,67.05316" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path908" - inkscape:connector-curvature="0" /> - <path - d="m 191.45789,15.382641 -70.16665,70.1666" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path910" - inkscape:connector-curvature="0" /> - <path - d="m 126.60621,92.986851 v 5.31499" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path912" - inkscape:connector-curvature="0" /> - <path - d="m 126.60621,98.301841 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path914" - inkscape:connector-curvature="0" /> - <path - d="m 121.29124,98.301841 v -5.31499" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path916" - inkscape:connector-curvature="0" /> - <path - d="m 126.60621,87.750771 v 5.23608" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path918" - inkscape:connector-curvature="0" /> - <path - d="m 121.29124,85.549241 v 7.43761" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path920" - inkscape:connector-curvature="0" /> - <path - d="M 158.553,181.97468 H 86.483971" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path922" - inkscape:connector-curvature="0" /> - <path - d="M 158.21052,187.28965 H 88.685501" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path924" - inkscape:connector-curvature="0" /> - <path - d="m 88.685501,187.28965 -41.55587,41.55583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path926" - inkscape:connector-curvature="0" /> - <path - d="m 86.483971,181.97468 -44.66931,44.66928" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path928" - inkscape:connector-curvature="0" /> - <path - d="m 47.129631,234.08158 v 5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path930" - inkscape:connector-curvature="0" /> - <path - d="m 47.129631,239.39655 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path932" - inkscape:connector-curvature="0" /> - <path - d="m 41.814661,239.39655 v -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path934" - inkscape:connector-curvature="0" /> - <path - d="m 47.129631,228.84548 v 5.2361" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path936" - inkscape:connector-curvature="0" /> - <path - d="m 41.814661,226.64396 v 7.43762" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path938" - inkscape:connector-curvature="0" /> - <path - d="m 182.34256,176.50419 v 0.84895" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path940" - inkscape:connector-curvature="0" /> - <path - d="m 182.34256,177.35314 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path942" - inkscape:connector-curvature="0" /> - <path - d="m 177.02759,177.35314 v -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path944" - inkscape:connector-curvature="0" /> - <path - d="m 177.02759,172.03817 h 2.15233" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path946" - inkscape:connector-curvature="0" /> - <path - d="m 182.34256,176.50419 5.64325,-2.22589" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path948" - inkscape:connector-curvature="0" /> - <path - d="m 179.17992,172.03817 5.82847,-2.29894" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path950" - inkscape:connector-curvature="0" /> - <path - d="m 187.98581,174.2783 38.50647,-38.50643" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path952" - inkscape:connector-curvature="0" /> - <path - d="m 185.00839,169.73923 36.16891,-36.1689" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path954" - inkscape:connector-curvature="0" /> - <path - d="m 226.49228,44.230881 v -5.31498" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path956" - inkscape:connector-curvature="0" /> - <path - d="M 226.49228,38.915901 H 221.1773" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path958" - inkscape:connector-curvature="0" /> - <path - d="m 221.1773,38.915901 v 5.31498" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path960" - inkscape:connector-curvature="0" /> - <path - d="M 226.49228,135.77187 V 44.230881" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path962" - inkscape:connector-curvature="0" /> - <path - d="M 221.1773,133.57033 V 44.230881" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path964" - inkscape:connector-curvature="0" /> - <path - d="M 226.49228,30.730861 H 221.1773" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path966" - inkscape:connector-curvature="0" /> - <path - d="m 221.1773,30.730861 v -5.31498" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path968" - inkscape:connector-curvature="0" /> - <path - d="m 221.1773,25.415881 h 5.31498" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path970" - inkscape:connector-curvature="0" /> - <path - d="m 226.49228,25.415881 v 0" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path972" - inkscape:connector-curvature="0" /> - <path - d="m 226.49228,30.730861 h 9.45832" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path974" - inkscape:connector-curvature="0" /> - <path - d="m 226.49228,25.415881 h 11.65985" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path976" - inkscape:connector-curvature="0" /> - <path - d="m 238.89389,33.674141 v 1.55673" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path978" - inkscape:connector-curvature="0" /> - <path - d="m 238.89389,35.230871 h 5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path980" - inkscape:connector-curvature="0" /> - <path - d="m 244.20886,35.230871 v -5.31498" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path982" - inkscape:connector-curvature="0" /> - <path - d="m 244.20886,29.915891 h -1.55672" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path984" - inkscape:connector-curvature="0" /> - <path - d="m 235.9506,30.730861 2.94329,2.94328" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path986" - inkscape:connector-curvature="0" /> - <path - d="m 238.15213,25.415881 4.50001,4.50001" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path988" - inkscape:connector-curvature="0" /> - <path - d="m 56.129661,239.39655 v -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path990" - inkscape:connector-curvature="0" /> - <path - d="m 56.129661,234.08158 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path992" - inkscape:connector-curvature="0" /> - <path - d="m 50.814691,234.08158 v 5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path994" - inkscape:connector-curvature="0" /> - <path - d="m 56.129661,239.39655 v 3.80148" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path996" - inkscape:connector-curvature="0" /> - <path - d="m 50.814691,239.39655 v 1.59995" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path998" - inkscape:connector-curvature="0" /> - <path - d="m 56.129661,243.19803 -6.14567,6.14566" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1000" - inkscape:connector-curvature="0" /> - <path - d="m 50.814691,240.9965 -3.03223,3.03223" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1002" - inkscape:connector-curvature="0" /> - <path - d="M 49.983991,249.34369 H 30.449271" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1004" - inkscape:connector-curvature="0" /> - <path - d="M 47.782461,244.02873 H 32.650791" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1006" - inkscape:connector-curvature="0" /> - <path - d="m 30.449271,249.34369 -7.59241,-7.59239" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1008" - inkscape:connector-curvature="0" /> - <path - d="m 32.650791,244.02873 -4.47895,-4.47896" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1010" - inkscape:connector-curvature="0" /> - <path - d="M 28.171841,239.54977 V 109.12049" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1012" - inkscape:connector-curvature="0" /> - <path - d="M 22.856861,241.7513 V 106.91895" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1014" - inkscape:connector-curvature="0" /> - <path - d="M 28.171841,109.12049 48.864301,88.428031" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1016" - inkscape:connector-curvature="0" /> - <path - d="M 22.856861,106.91895 46.662771,83.113061" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1018" - inkscape:connector-curvature="0" /> - <path - d="M 48.864301,88.428031 H 102.63792" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1020" - inkscape:connector-curvature="0" /> - <path - d="M 46.662771,83.113061 H 107.50053" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1022" - inkscape:connector-curvature="0" /> - <path - d="m 103.29119,95.762461 v 2.53938" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1024" - inkscape:connector-curvature="0" /> - <path - d="m 103.29119,98.301841 h 5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1026" - inkscape:connector-curvature="0" /> - <path - d="m 108.60616,98.301841 v -5.31499" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1028" - inkscape:connector-curvature="0" /> - <path - d="m 108.60616,92.986851 h -0.22617" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1030" - inkscape:connector-curvature="0" /> - <path - d="m 102.63792,88.428031 0.65327,7.33443" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1032" - inkscape:connector-curvature="0" /> - <path - d="m 107.50053,83.113061 0.87946,9.87379" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1034" - inkscape:connector-curvature="0" /> - <path - d="m 117.60618,92.986851 v 5.31499" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1036" - inkscape:connector-curvature="0" /> - <path - d="m 117.60618,98.301841 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1038" - inkscape:connector-curvature="0" /> - <path - d="m 112.29121,98.301841 v -5.31499" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1040" - inkscape:connector-curvature="0" /> - <path - d="M 117.60618,92.986851 V 82.006281" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1042" - inkscape:connector-curvature="0" /> - <path - d="m 112.29121,92.986851 v -8.77904" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1044" - inkscape:connector-curvature="0" /> - <path - d="m 112.29121,84.207811 -4.72593,-4.72593" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1046" - inkscape:connector-curvature="0" /> - <path - d="m 117.60618,82.006281 -7.83936,-7.83937" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1048" - inkscape:connector-curvature="0" /> - <path - d="M 107.56528,79.481881 H 45.086771" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1050" - inkscape:connector-curvature="0" /> - <path - d="M 109.76682,74.166911 H 42.885241" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1052" - inkscape:connector-curvature="0" /> - <path - d="M 45.086771,79.481881 19.275281,105.29336" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1054" - inkscape:connector-curvature="0" /> - <path - d="M 42.885241,74.166911 13.960301,103.09182" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1056" - inkscape:connector-curvature="0" /> - <path - d="M 19.275281,105.29336 V 243.35315" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1058" - inkscape:connector-curvature="0" /> - <path - d="M 13.960301,103.09182 V 245.55468" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1060" - inkscape:connector-curvature="0" /> - <path - d="m 13.960301,245.55468 12.84962,12.84962" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1062" - inkscape:connector-curvature="0" /> - <path - d="m 19.275281,243.35315 9.73618,9.73618" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1064" - inkscape:connector-curvature="0" /> - <path - d="m 26.809921,258.4043 h 26.8981" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1066" - inkscape:connector-curvature="0" /> - <path - d="m 29.011461,253.08933 h 22.49502" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1068" - inkscape:connector-curvature="0" /> - <path - d="m 53.708021,258.4043 11.42166,-11.42166" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1070" - inkscape:connector-curvature="0" /> - <path - d="m 51.506481,253.08933 8.30823,-8.30822" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1072" - inkscape:connector-curvature="0" /> - <path - d="m 65.129681,239.39655 v -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1074" - inkscape:connector-curvature="0" /> - <path - d="m 65.129681,234.08158 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1076" - inkscape:connector-curvature="0" /> - <path - d="m 59.814711,234.08158 v 5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1078" - inkscape:connector-curvature="0" /> - <path - d="m 65.129681,246.98264 v -7.58609" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1080" - inkscape:connector-curvature="0" /> - <path - d="m 59.814711,244.78111 v -5.38456" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1082" - inkscape:connector-curvature="0" /> - <path - d="m 39.015441,240.28237 -0.88583,-0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1084" - inkscape:connector-curvature="0" /> - <path - d="m 55.491861,92.101031 -0.88582,0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1086" - inkscape:connector-curvature="0" /> - <path - d="m 174.22837,178.23898 -0.88583,-0.88584" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1088" - inkscape:connector-curvature="0" /> - <path - d="m 165.22835,171.15234 -0.88583,0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1090" - inkscape:connector-curvature="0" /> - <path - d="m 127.49203,99.187661 -0.88582,-0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1092" - inkscape:connector-curvature="0" /> - <path - d="m 48.015471,240.28237 -0.88584,-0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1094" - inkscape:connector-curvature="0" /> - <path - d="m 176.14177,178.23898 0.88582,-0.88584" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1096" - inkscape:connector-curvature="0" /> - <path - d="m 227.37811,38.030081 -0.88583,0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1098" - inkscape:connector-curvature="0" /> - <path - d="m 220.29148,31.616681 0.88582,-0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1100" - inkscape:connector-curvature="0" /> - <path - d="m 245.09469,36.116691 -0.88583,-0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1102" - inkscape:connector-curvature="0" /> - <path - d="m 57.015491,233.19575 -0.88583,0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1104" - inkscape:connector-curvature="0" /> - <path - d="m 109.49199,99.187661 -0.88583,-0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1106" - inkscape:connector-curvature="0" /> - <path - d="m 118.49202,99.187661 -0.88584,-0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1108" - inkscape:connector-curvature="0" /> - <path - d="m 66.015511,233.19575 -0.88583,0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1110" - inkscape:connector-curvature="0" /> - <path - d="m 75.015531,233.19575 v 7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1112" - inkscape:connector-curvature="0" /> - <path - d="m 75.015531,240.28237 h -7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1114" - inkscape:connector-curvature="0" /> - <path - d="m 67.928911,233.19575 v 7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1116" - inkscape:connector-curvature="0" /> - <path - d="m 75.015531,233.19575 h -7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1118" - inkscape:connector-curvature="0" /> - <path - d="m 74.129701,234.08158 v 5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1120" - inkscape:connector-curvature="0" /> - <path - d="m 74.129701,239.39655 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1122" - inkscape:connector-curvature="0" /> - <path - d="m 68.814731,234.08158 v 5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1124" - inkscape:connector-curvature="0" /> - <path - d="m 74.129701,234.08158 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1126" - inkscape:connector-curvature="0" /> - <path - d="m 75.015531,240.28237 -0.88583,-0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1128" - inkscape:connector-curvature="0" /> - <path - d="m 67.928911,233.19575 0.88582,0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1130" - inkscape:connector-curvature="0" /> - <path - d="m 84.015561,233.19575 v 7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1132" - inkscape:connector-curvature="0" /> - <path - d="m 84.015561,240.28237 h -7.08664" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1134" - inkscape:connector-curvature="0" /> - <path - d="m 76.928921,233.19575 v 7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1136" - inkscape:connector-curvature="0" /> - <path - d="m 84.015561,233.19575 h -7.08664" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1138" - inkscape:connector-curvature="0" /> - <path - d="m 83.129721,234.08158 v 5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1140" - inkscape:connector-curvature="0" /> - <path - d="m 83.129721,239.39655 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1142" - inkscape:connector-curvature="0" /> - <path - d="m 77.814751,234.08158 v 5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1144" - inkscape:connector-curvature="0" /> - <path - d="m 83.129721,234.08158 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1146" - inkscape:connector-curvature="0" /> - <path - d="m 84.015561,240.28237 -0.88584,-0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1148" - inkscape:connector-curvature="0" /> - <path - d="m 76.928921,233.19575 0.88583,0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1150" - inkscape:connector-curvature="0" /> - <path - d="m 93.015581,233.19575 v 7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1152" - inkscape:connector-curvature="0" /> - <path - d="m 93.015581,240.28237 h -7.08664" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1154" - inkscape:connector-curvature="0" /> - <path - d="m 85.928941,233.19575 v 7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1156" - inkscape:connector-curvature="0" /> - <path - d="m 93.015581,233.19575 h -7.08664" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1158" - inkscape:connector-curvature="0" /> - <path - d="m 92.129751,234.08158 v 5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1160" - inkscape:connector-curvature="0" /> - <path - d="m 92.129751,239.39655 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1162" - inkscape:connector-curvature="0" /> - <path - d="m 86.814781,234.08158 v 5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1164" - inkscape:connector-curvature="0" /> - <path - d="m 92.129751,234.08158 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1166" - inkscape:connector-curvature="0" /> - <path - d="m 93.015581,240.28237 -0.88583,-0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1168" - inkscape:connector-curvature="0" /> - <path - d="m 85.928941,233.19575 0.88584,0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1170" - inkscape:connector-curvature="0" /> - <path - d="m 102.01559,233.19575 v 7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1172" - inkscape:connector-curvature="0" /> - <path - d="M 102.01559,240.28237 H 94.928971" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1174" - inkscape:connector-curvature="0" /> - <path - d="m 94.928971,233.19575 v 7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1176" - inkscape:connector-curvature="0" /> - <path - d="M 102.01559,233.19575 H 94.928971" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1178" - inkscape:connector-curvature="0" /> - <path - d="m 101.12977,234.08158 v 5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1180" - inkscape:connector-curvature="0" /> - <path - d="M 101.12977,239.39655 H 95.814801" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1182" - inkscape:connector-curvature="0" /> - <path - d="m 95.814801,234.08158 v 5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1184" - inkscape:connector-curvature="0" /> - <path - d="M 101.12977,234.08158 H 95.814801" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1186" - inkscape:connector-curvature="0" /> - <path - d="m 102.01559,240.28237 -0.88582,-0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1188" - inkscape:connector-curvature="0" /> - <path - d="m 94.928971,233.19575 0.88583,0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1190" - inkscape:connector-curvature="0" /> - <path - d="m 111.01562,233.19575 v 7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1192" - inkscape:connector-curvature="0" /> - <path - d="m 111.01562,240.28237 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1194" - inkscape:connector-curvature="0" /> - <path - d="m 103.92899,233.19575 v 7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1196" - inkscape:connector-curvature="0" /> - <path - d="m 111.01562,233.19575 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1198" - inkscape:connector-curvature="0" /> - <path - d="m 110.12979,234.08158 v 5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1200" - inkscape:connector-curvature="0" /> - <path - d="m 110.12979,239.39655 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1202" - inkscape:connector-curvature="0" /> - <path - d="m 104.81482,234.08158 v 5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1204" - inkscape:connector-curvature="0" /> - <path - d="m 110.12979,234.08158 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1206" - inkscape:connector-curvature="0" /> - <path - d="m 111.01562,240.28237 -0.88583,-0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1208" - inkscape:connector-curvature="0" /> - <path - d="m 103.92899,233.19575 0.88583,0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1210" - inkscape:connector-curvature="0" /> - <path - d="m 120.01564,233.19575 v 7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1212" - inkscape:connector-curvature="0" /> - <path - d="m 120.01564,240.28237 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1214" - inkscape:connector-curvature="0" /> - <path - d="m 112.92901,233.19575 v 7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1216" - inkscape:connector-curvature="0" /> - <path - d="m 120.01564,233.19575 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1218" - inkscape:connector-curvature="0" /> - <path - d="m 119.12982,234.08158 v 5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1220" - inkscape:connector-curvature="0" /> - <path - d="m 119.12982,239.39655 h -5.31498" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1222" - inkscape:connector-curvature="0" /> - <path - d="m 113.81484,234.08158 v 5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1224" - inkscape:connector-curvature="0" /> - <path - d="m 119.12982,234.08158 h -5.31498" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1226" - inkscape:connector-curvature="0" /> - <path - d="m 120.01564,240.28237 -0.88582,-0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1228" - inkscape:connector-curvature="0" /> - <path - d="m 112.92901,233.19575 0.88583,0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1230" - inkscape:connector-curvature="0" /> - <path - d="M 181.49217,8.8508907 V 15.937531" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1232" - inkscape:connector-curvature="0" /> - <path - d="m 181.49217,15.937531 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1234" - inkscape:connector-curvature="0" /> - <path - d="M 174.40554,8.8508907 V 15.937531" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1236" - inkscape:connector-curvature="0" /> - <path - d="m 181.49217,8.8508907 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1238" - inkscape:connector-curvature="0" /> - <path - d="M 180.60633,9.7367207 V 15.051701" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1240" - inkscape:connector-curvature="0" /> - <path - d="m 180.60633,15.051701 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1242" - inkscape:connector-curvature="0" /> - <path - d="M 175.29136,9.7367207 V 15.051701" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1244" - inkscape:connector-curvature="0" /> - <path - d="m 180.60633,9.7367207 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1246" - inkscape:connector-curvature="0" /> - <path - d="m 181.49217,15.937531 -0.88584,-0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1248" - inkscape:connector-curvature="0" /> - <path - d="m 174.40554,8.8508907 0.88582,0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1250" - inkscape:connector-curvature="0" /> - <path - d="M 172.49214,8.8508907 V 15.937531" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1252" - inkscape:connector-curvature="0" /> - <path - d="m 172.49214,15.937531 h -7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1254" - inkscape:connector-curvature="0" /> - <path - d="M 165.40552,8.8508907 V 15.937531" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1256" - inkscape:connector-curvature="0" /> - <path - d="m 172.49214,8.8508907 h -7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1258" - inkscape:connector-curvature="0" /> - <path - d="M 171.60632,9.7367207 V 15.051701" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1260" - inkscape:connector-curvature="0" /> - <path - d="m 171.60632,15.051701 h -5.31498" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1262" - inkscape:connector-curvature="0" /> - <path - d="M 166.29134,9.7367207 V 15.051701" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1264" - inkscape:connector-curvature="0" /> - <path - d="m 171.60632,9.7367207 h -5.31498" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1266" - inkscape:connector-curvature="0" /> - <path - d="m 172.49214,15.937531 -0.88582,-0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1268" - inkscape:connector-curvature="0" /> - <path - d="m 165.40552,8.8508907 0.88582,0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1270" - inkscape:connector-curvature="0" /> - <path - d="M 163.49212,8.8508907 V 15.937531" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1272" - inkscape:connector-curvature="0" /> - <path - d="M 163.49212,15.937531 H 156.4055" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1274" - inkscape:connector-curvature="0" /> - <path - d="M 156.4055,8.8508907 V 15.937531" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1276" - inkscape:connector-curvature="0" /> - <path - d="M 163.49212,8.8508907 H 156.4055" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1278" - inkscape:connector-curvature="0" /> - <path - d="M 162.6063,9.7367207 V 15.051701" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1280" - inkscape:connector-curvature="0" /> - <path - d="m 162.6063,15.051701 h -5.31498" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1282" - inkscape:connector-curvature="0" /> - <path - d="M 157.29132,9.7367207 V 15.051701" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1284" - inkscape:connector-curvature="0" /> - <path - d="m 162.6063,9.7367207 h -5.31498" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1286" - inkscape:connector-curvature="0" /> - <path - d="m 163.49212,15.937531 -0.88582,-0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1288" - inkscape:connector-curvature="0" /> - <path - d="m 156.4055,8.8508907 0.88582,0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1290" - inkscape:connector-curvature="0" /> - <path - d="M 154.4921,8.8508907 V 15.937531" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1292" - inkscape:connector-curvature="0" /> - <path - d="m 154.4921,15.937531 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1294" - inkscape:connector-curvature="0" /> - <path - d="M 147.40547,8.8508907 V 15.937531" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1296" - inkscape:connector-curvature="0" /> - <path - d="m 154.4921,8.8508907 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1298" - inkscape:connector-curvature="0" /> - <path - d="M 153.60628,9.7367207 V 15.051701" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1300" - inkscape:connector-curvature="0" /> - <path - d="M 153.60628,15.051701 H 148.2913" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1302" - inkscape:connector-curvature="0" /> - <path - d="M 148.2913,9.7367207 V 15.051701" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1304" - inkscape:connector-curvature="0" /> - <path - d="M 153.60628,9.7367207 H 148.2913" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1306" - inkscape:connector-curvature="0" /> - <path - d="m 154.4921,15.937531 -0.88582,-0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1308" - inkscape:connector-curvature="0" /> - <path - d="m 147.40547,8.8508907 0.88583,0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1310" - inkscape:connector-curvature="0" /> - <path - d="M 145.49208,8.8508907 V 15.937531" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1312" - inkscape:connector-curvature="0" /> - <path - d="m 145.49208,15.937531 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1314" - inkscape:connector-curvature="0" /> - <path - d="M 138.40545,8.8508907 V 15.937531" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1316" - inkscape:connector-curvature="0" /> - <path - d="m 145.49208,8.8508907 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1318" - inkscape:connector-curvature="0" /> - <path - d="M 144.60625,9.7367207 V 15.051701" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1320" - inkscape:connector-curvature="0" /> - <path - d="m 144.60625,15.051701 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1322" - inkscape:connector-curvature="0" /> - <path - d="M 139.29128,9.7367207 V 15.051701" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1324" - inkscape:connector-curvature="0" /> - <path - d="m 144.60625,9.7367207 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1326" - inkscape:connector-curvature="0" /> - <path - d="m 145.49208,15.937531 -0.88583,-0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1328" - inkscape:connector-curvature="0" /> - <path - d="m 138.40545,8.8508907 0.88583,0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1330" - inkscape:connector-curvature="0" /> - <path - d="M 136.49205,8.8508907 V 15.937531" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1332" - inkscape:connector-curvature="0" /> - <path - d="m 136.49205,15.937531 h -7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1334" - inkscape:connector-curvature="0" /> - <path - d="M 129.40543,8.8508907 V 15.937531" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1336" - inkscape:connector-curvature="0" /> - <path - d="m 136.49205,8.8508907 h -7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1338" - inkscape:connector-curvature="0" /> - <path - d="M 135.60623,9.7367207 V 15.051701" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1340" - inkscape:connector-curvature="0" /> - <path - d="m 135.60623,15.051701 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1342" - inkscape:connector-curvature="0" /> - <path - d="M 130.29126,9.7367207 V 15.051701" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1344" - inkscape:connector-curvature="0" /> - <path - d="m 135.60623,9.7367207 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1346" - inkscape:connector-curvature="0" /> - <path - d="m 136.49205,15.937531 -0.88582,-0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1348" - inkscape:connector-curvature="0" /> - <path - d="m 129.40543,8.8508907 0.88583,0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1350" - inkscape:connector-curvature="0" /> - <path - d="M 127.49203,8.8508907 V 15.937531" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1352" - inkscape:connector-curvature="0" /> - <path - d="M 127.49203,15.937531 H 120.4054" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1354" - inkscape:connector-curvature="0" /> - <path - d="M 120.4054,8.8508907 V 15.937531" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1356" - inkscape:connector-curvature="0" /> - <path - d="M 127.49203,8.8508907 H 120.4054" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1358" - inkscape:connector-curvature="0" /> - <path - d="M 126.60621,9.7367207 V 15.051701" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1360" - inkscape:connector-curvature="0" /> - <path - d="m 126.60621,15.051701 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1362" - inkscape:connector-curvature="0" /> - <path - d="M 121.29124,9.7367207 V 15.051701" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1364" - inkscape:connector-curvature="0" /> - <path - d="m 126.60621,9.7367207 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1366" - inkscape:connector-curvature="0" /> - <path - d="m 127.49203,15.937531 -0.88582,-0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1368" - inkscape:connector-curvature="0" /> - <path - d="m 120.4054,8.8508907 0.88584,0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1370" - inkscape:connector-curvature="0" /> - <path - d="M 118.49202,8.8508907 V 15.937531" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1372" - inkscape:connector-curvature="0" /> - <path - d="m 118.49202,15.937531 h -7.08664" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1374" - inkscape:connector-curvature="0" /> - <path - d="M 111.40538,8.8508907 V 15.937531" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1376" - inkscape:connector-curvature="0" /> - <path - d="m 118.49202,8.8508907 h -7.08664" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1378" - inkscape:connector-curvature="0" /> - <path - d="M 117.60618,9.7367207 V 15.051701" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1380" - inkscape:connector-curvature="0" /> - <path - d="m 117.60618,15.051701 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1382" - inkscape:connector-curvature="0" /> - <path - d="M 112.29121,9.7367207 V 15.051701" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1384" - inkscape:connector-curvature="0" /> - <path - d="m 117.60618,9.7367207 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1386" - inkscape:connector-curvature="0" /> - <path - d="m 118.49202,15.937531 -0.88584,-0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1388" - inkscape:connector-curvature="0" /> - <path - d="m 111.40538,8.8508907 0.88583,0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1390" - inkscape:connector-curvature="0" /> - <path - d="M 109.49199,8.8508907 V 15.937531" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1392" - inkscape:connector-curvature="0" /> - <path - d="m 109.49199,15.937531 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1394" - inkscape:connector-curvature="0" /> - <path - d="M 102.40536,8.8508907 V 15.937531" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1396" - inkscape:connector-curvature="0" /> - <path - d="m 109.49199,8.8508907 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1398" - inkscape:connector-curvature="0" /> - <path - d="M 108.60616,9.7367207 V 15.051701" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1400" - inkscape:connector-curvature="0" /> - <path - d="m 108.60616,15.051701 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1402" - inkscape:connector-curvature="0" /> - <path - d="M 103.29119,9.7367207 V 15.051701" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1404" - inkscape:connector-curvature="0" /> - <path - d="m 108.60616,9.7367207 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1406" - inkscape:connector-curvature="0" /> - <path - d="m 109.49199,15.937531 -0.88583,-0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1408" - inkscape:connector-curvature="0" /> - <path - d="m 102.40536,8.8508907 0.88583,0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1410" - inkscape:connector-curvature="0" /> - <path - d="M 100.49197,8.8508907 V 15.937531" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1412" - inkscape:connector-curvature="0" /> - <path - d="M 100.49197,15.937531 H 93.405351" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1414" - inkscape:connector-curvature="0" /> - <path - d="M 93.405351,8.8508907 V 15.937531" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1416" - inkscape:connector-curvature="0" /> - <path - d="M 100.49197,8.8508907 H 93.405351" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1418" - inkscape:connector-curvature="0" /> - <path - d="M 99.606141,9.7367207 V 15.051701" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1420" - inkscape:connector-curvature="0" /> - <path - d="m 99.606141,15.051701 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1422" - inkscape:connector-curvature="0" /> - <path - d="M 94.291171,9.7367207 V 15.051701" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1424" - inkscape:connector-curvature="0" /> - <path - d="m 99.606141,9.7367207 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1426" - inkscape:connector-curvature="0" /> - <path - d="m 100.49197,15.937531 -0.885829,-0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1428" - inkscape:connector-curvature="0" /> - <path - d="m 93.405351,8.8508907 0.88582,0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1430" - inkscape:connector-curvature="0" /> - <path - d="M 91.491951,8.8508907 V 15.937531" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1432" - inkscape:connector-curvature="0" /> - <path - d="m 91.491951,15.937531 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1434" - inkscape:connector-curvature="0" /> - <path - d="M 84.405321,8.8508907 V 15.937531" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1436" - inkscape:connector-curvature="0" /> - <path - d="m 91.491951,8.8508907 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1438" - inkscape:connector-curvature="0" /> - <path - d="M 90.606121,9.7367207 V 15.051701" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1440" - inkscape:connector-curvature="0" /> - <path - d="m 90.606121,15.051701 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1442" - inkscape:connector-curvature="0" /> - <path - d="M 85.291151,9.7367207 V 15.051701" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1444" - inkscape:connector-curvature="0" /> - <path - d="m 90.606121,9.7367207 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1446" - inkscape:connector-curvature="0" /> - <path - d="m 91.491951,15.937531 -0.88583,-0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1448" - inkscape:connector-curvature="0" /> - <path - d="m 84.405321,8.8508907 0.88583,0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1450" - inkscape:connector-curvature="0" /> - <path - d="M 82.491931,8.8508907 V 15.937531" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1452" - inkscape:connector-curvature="0" /> - <path - d="m 82.491931,15.937531 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1454" - inkscape:connector-curvature="0" /> - <path - d="M 75.405301,8.8508907 V 15.937531" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1456" - inkscape:connector-curvature="0" /> - <path - d="m 82.491931,8.8508907 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1458" - inkscape:connector-curvature="0" /> - <path - d="M 81.606091,9.7367207 V 15.051701" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1460" - inkscape:connector-curvature="0" /> - <path - d="m 81.606091,15.051701 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1462" - inkscape:connector-curvature="0" /> - <path - d="M 76.291121,9.7367207 V 15.051701" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1464" - inkscape:connector-curvature="0" /> - <path - d="m 81.606091,9.7367207 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1466" - inkscape:connector-curvature="0" /> - <path - d="m 82.491931,15.937531 -0.88584,-0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1468" - inkscape:connector-curvature="0" /> - <path - d="m 75.405301,8.8508907 0.88582,0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1470" - inkscape:connector-curvature="0" /> - <path - d="M 73.491901,8.8508907 V 15.937531" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1472" - inkscape:connector-curvature="0" /> - <path - d="m 73.491901,15.937531 h -7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1474" - inkscape:connector-curvature="0" /> - <path - d="M 66.405281,8.8508907 V 15.937531" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1476" - inkscape:connector-curvature="0" /> - <path - d="m 73.491901,8.8508907 h -7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1478" - inkscape:connector-curvature="0" /> - <path - d="M 72.606071,9.7367207 V 15.051701" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1480" - inkscape:connector-curvature="0" /> - <path - d="m 72.606071,15.051701 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1482" - inkscape:connector-curvature="0" /> - <path - d="M 67.291101,9.7367207 V 15.051701" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1484" - inkscape:connector-curvature="0" /> - <path - d="m 72.606071,9.7367207 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1486" - inkscape:connector-curvature="0" /> - <path - d="m 73.491901,15.937531 -0.88583,-0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1488" - inkscape:connector-curvature="0" /> - <path - d="m 66.405281,8.8508907 0.88582,0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1490" - inkscape:connector-curvature="0" /> - <path - d="M 64.491881,8.8508907 V 15.937531" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1492" - inkscape:connector-curvature="0" /> - <path - d="m 64.491881,15.937531 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1494" - inkscape:connector-curvature="0" /> - <path - d="M 57.405251,8.8508907 V 15.937531" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1496" - inkscape:connector-curvature="0" /> - <path - d="m 64.491881,8.8508907 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1498" - inkscape:connector-curvature="0" /> - <path - d="M 63.606051,9.7367207 V 15.051701" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1500" - inkscape:connector-curvature="0" /> - <path - d="m 63.606051,15.051701 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1502" - inkscape:connector-curvature="0" /> - <path - d="M 58.291081,9.7367207 V 15.051701" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1504" - inkscape:connector-curvature="0" /> - <path - d="m 63.606051,9.7367207 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1506" - inkscape:connector-curvature="0" /> - <path - d="m 64.491881,15.937531 -0.88583,-0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1508" - inkscape:connector-curvature="0" /> - <path - d="m 57.405251,8.8508907 0.88583,0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1510" - inkscape:connector-curvature="0" /> - <path - d="M 55.491861,8.8508907 V 15.937531" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1512" - inkscape:connector-curvature="0" /> - <path - d="m 55.491861,15.937531 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1514" - inkscape:connector-curvature="0" /> - <path - d="M 48.405231,8.8508907 V 15.937531" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1516" - inkscape:connector-curvature="0" /> - <path - d="m 55.491861,8.8508907 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1518" - inkscape:connector-curvature="0" /> - <path - d="M 54.606041,9.7367207 V 15.051701" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1520" - inkscape:connector-curvature="0" /> - <path - d="m 54.606041,15.051701 h -5.31499" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1522" - inkscape:connector-curvature="0" /> - <path - d="M 49.291051,9.7367207 V 15.051701" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1524" - inkscape:connector-curvature="0" /> - <path - d="m 54.606041,9.7367207 h -5.31499" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1526" - inkscape:connector-curvature="0" /> - <path - d="m 55.491861,15.937531 -0.88582,-0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1528" - inkscape:connector-curvature="0" /> - <path - d="m 48.405231,8.8508907 0.88582,0.88583" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1530" - inkscape:connector-curvature="0" /> - <path - d="m 64.491881,92.101031 v 7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1532" - inkscape:connector-curvature="0" /> - <path - d="m 64.491881,99.187661 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1534" - inkscape:connector-curvature="0" /> - <path - d="m 57.405251,92.101031 v 7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1536" - inkscape:connector-curvature="0" /> - <path - d="m 64.491881,92.101031 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1538" - inkscape:connector-curvature="0" /> - <path - d="m 63.606051,92.986851 v 5.31499" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1540" - inkscape:connector-curvature="0" /> - <path - d="m 63.606051,98.301841 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1542" - inkscape:connector-curvature="0" /> - <path - d="m 58.291081,92.986851 v 5.31499" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1544" - inkscape:connector-curvature="0" /> - <path - d="m 63.606051,92.986851 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1546" - inkscape:connector-curvature="0" /> - <path - d="m 64.491881,99.187661 -0.88583,-0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1548" - inkscape:connector-curvature="0" /> - <path - d="m 57.405251,92.101031 0.88583,0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1550" - inkscape:connector-curvature="0" /> - <path - d="m 73.491901,92.101031 v 7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1552" - inkscape:connector-curvature="0" /> - <path - d="m 73.491901,99.187661 h -7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1554" - inkscape:connector-curvature="0" /> - <path - d="m 66.405281,92.101031 v 7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1556" - inkscape:connector-curvature="0" /> - <path - d="m 73.491901,92.101031 h -7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1558" - inkscape:connector-curvature="0" /> - <path - d="m 72.606071,92.986851 v 5.31499" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1560" - inkscape:connector-curvature="0" /> - <path - d="m 72.606071,98.301841 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1562" - inkscape:connector-curvature="0" /> - <path - d="m 67.291101,92.986851 v 5.31499" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1564" - inkscape:connector-curvature="0" /> - <path - d="m 72.606071,92.986851 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1566" - inkscape:connector-curvature="0" /> - <path - d="m 73.491901,99.187661 -0.88583,-0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1568" - inkscape:connector-curvature="0" /> - <path - d="m 66.405281,92.101031 0.88582,0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1570" - inkscape:connector-curvature="0" /> - <path - d="m 82.491931,92.101031 v 7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1572" - inkscape:connector-curvature="0" /> - <path - d="m 82.491931,99.187661 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1574" - inkscape:connector-curvature="0" /> - <path - d="m 75.405301,92.101031 v 7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1576" - inkscape:connector-curvature="0" /> - <path - d="m 82.491931,92.101031 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1578" - inkscape:connector-curvature="0" /> - <path - d="m 81.606091,92.986851 v 5.31499" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1580" - inkscape:connector-curvature="0" /> - <path - d="m 81.606091,98.301841 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1582" - inkscape:connector-curvature="0" /> - <path - d="m 76.291121,92.986851 v 5.31499" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1584" - inkscape:connector-curvature="0" /> - <path - d="m 81.606091,92.986851 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1586" - inkscape:connector-curvature="0" /> - <path - d="m 82.491931,99.187661 -0.88584,-0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1588" - inkscape:connector-curvature="0" /> - <path - d="m 75.405301,92.101031 0.88582,0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1590" - inkscape:connector-curvature="0" /> - <path - d="m 91.491951,92.101031 v 7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1592" - inkscape:connector-curvature="0" /> - <path - d="m 91.491951,99.187661 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1594" - inkscape:connector-curvature="0" /> - <path - d="m 84.405321,92.101031 v 7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1596" - inkscape:connector-curvature="0" /> - <path - d="m 91.491951,92.101031 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1598" - inkscape:connector-curvature="0" /> - <path - d="m 90.606121,92.986851 v 5.31499" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1600" - inkscape:connector-curvature="0" /> - <path - d="m 90.606121,98.301841 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1602" - inkscape:connector-curvature="0" /> - <path - d="m 85.291151,92.986851 v 5.31499" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1604" - inkscape:connector-curvature="0" /> - <path - d="m 90.606121,92.986851 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1606" - inkscape:connector-curvature="0" /> - <path - d="m 91.491951,99.187661 -0.88583,-0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1608" - inkscape:connector-curvature="0" /> - <path - d="m 84.405321,92.101031 0.88583,0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1610" - inkscape:connector-curvature="0" /> - <path - d="m 100.49197,92.101031 v 7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1612" - inkscape:connector-curvature="0" /> - <path - d="M 100.49197,99.187661 H 93.405351" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1614" - inkscape:connector-curvature="0" /> - <path - d="m 93.405351,92.101031 v 7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1616" - inkscape:connector-curvature="0" /> - <path - d="M 100.49197,92.101031 H 93.405351" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1618" - inkscape:connector-curvature="0" /> - <path - d="m 99.606141,92.986851 v 5.31499" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1620" - inkscape:connector-curvature="0" /> - <path - d="m 99.606141,98.301841 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1622" - inkscape:connector-curvature="0" /> - <path - d="m 94.291171,92.986851 v 5.31499" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1624" - inkscape:connector-curvature="0" /> - <path - d="m 99.606141,92.986851 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1626" - inkscape:connector-curvature="0" /> - <path - d="m 100.49197,99.187661 -0.885829,-0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1628" - inkscape:connector-curvature="0" /> - <path - d="m 93.405351,92.101031 0.88582,0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1630" - inkscape:connector-curvature="0" /> - <path - d="m 136.49205,92.101031 v 7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1632" - inkscape:connector-curvature="0" /> - <path - d="m 136.49205,99.187661 h -7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1634" - inkscape:connector-curvature="0" /> - <path - d="m 129.40543,92.101031 v 7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1636" - inkscape:connector-curvature="0" /> - <path - d="m 136.49205,92.101031 h -7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1638" - inkscape:connector-curvature="0" /> - <path - d="m 135.60623,92.986851 v 5.31499" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1640" - inkscape:connector-curvature="0" /> - <path - d="m 135.60623,98.301841 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1642" - inkscape:connector-curvature="0" /> - <path - d="m 130.29126,92.986851 v 5.31499" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1644" - inkscape:connector-curvature="0" /> - <path - d="m 135.60623,92.986851 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1646" - inkscape:connector-curvature="0" /> - <path - d="m 136.49205,99.187661 -0.88582,-0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1648" - inkscape:connector-curvature="0" /> - <path - d="m 129.40543,92.101031 0.88583,0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1650" - inkscape:connector-curvature="0" /> - <path - d="m 145.49208,92.101031 v 7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1652" - inkscape:connector-curvature="0" /> - <path - d="m 145.49208,99.187661 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1654" - inkscape:connector-curvature="0" /> - <path - d="m 138.40545,92.101031 v 7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1656" - inkscape:connector-curvature="0" /> - <path - d="m 145.49208,92.101031 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1658" - inkscape:connector-curvature="0" /> - <path - d="m 144.60625,92.986851 v 5.31499" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1660" - inkscape:connector-curvature="0" /> - <path - d="m 144.60625,98.301841 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1662" - inkscape:connector-curvature="0" /> - <path - d="m 139.29128,92.986851 v 5.31499" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1664" - inkscape:connector-curvature="0" /> - <path - d="m 144.60625,92.986851 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1666" - inkscape:connector-curvature="0" /> - <path - d="m 145.49208,99.187661 -0.88583,-0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1668" - inkscape:connector-curvature="0" /> - <path - d="m 138.40545,92.101031 0.88583,0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1670" - inkscape:connector-curvature="0" /> - <path - d="m 154.4921,92.101031 v 7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1672" - inkscape:connector-curvature="0" /> - <path - d="m 154.4921,99.187661 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1674" - inkscape:connector-curvature="0" /> - <path - d="m 147.40547,92.101031 v 7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1676" - inkscape:connector-curvature="0" /> - <path - d="m 154.4921,92.101031 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1678" - inkscape:connector-curvature="0" /> - <path - d="m 153.60628,92.986851 v 5.31499" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1680" - inkscape:connector-curvature="0" /> - <path - d="M 153.60628,98.301841 H 148.2913" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1682" - inkscape:connector-curvature="0" /> - <path - d="m 148.2913,92.986851 v 5.31499" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1684" - inkscape:connector-curvature="0" /> - <path - d="M 153.60628,92.986851 H 148.2913" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1686" - inkscape:connector-curvature="0" /> - <path - d="m 154.4921,99.187661 -0.88582,-0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1688" - inkscape:connector-curvature="0" /> - <path - d="m 147.40547,92.101031 0.88583,0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1690" - inkscape:connector-curvature="0" /> - <path - d="m 163.49212,92.101031 v 7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1692" - inkscape:connector-curvature="0" /> - <path - d="M 163.49212,99.187661 H 156.4055" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1694" - inkscape:connector-curvature="0" /> - <path - d="m 156.4055,92.101031 v 7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1696" - inkscape:connector-curvature="0" /> - <path - d="M 163.49212,92.101031 H 156.4055" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1698" - inkscape:connector-curvature="0" /> - <path - d="m 162.6063,92.986851 v 5.31499" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1700" - inkscape:connector-curvature="0" /> - <path - d="m 162.6063,98.301841 h -5.31498" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1702" - inkscape:connector-curvature="0" /> - <path - d="m 157.29132,92.986851 v 5.31499" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1704" - inkscape:connector-curvature="0" /> - <path - d="m 162.6063,92.986851 h -5.31498" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1706" - inkscape:connector-curvature="0" /> - <path - d="m 163.49212,99.187661 -0.88582,-0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1708" - inkscape:connector-curvature="0" /> - <path - d="m 156.4055,92.101031 0.88582,0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1710" - inkscape:connector-curvature="0" /> - <path - d="m 172.49214,92.101031 v 7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1712" - inkscape:connector-curvature="0" /> - <path - d="m 172.49214,99.187661 h -7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1714" - inkscape:connector-curvature="0" /> - <path - d="m 165.40552,92.101031 v 7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1716" - inkscape:connector-curvature="0" /> - <path - d="m 172.49214,92.101031 h -7.08662" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1718" - inkscape:connector-curvature="0" /> - <path - d="m 171.60632,92.986851 v 5.31499" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1720" - inkscape:connector-curvature="0" /> - <path - d="m 171.60632,98.301841 h -5.31498" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1722" - inkscape:connector-curvature="0" /> - <path - d="m 166.29134,92.986851 v 5.31499" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1724" - inkscape:connector-curvature="0" /> - <path - d="m 171.60632,92.986851 h -5.31498" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1726" - inkscape:connector-curvature="0" /> - <path - d="m 172.49214,99.187661 -0.88582,-0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1728" - inkscape:connector-curvature="0" /> - <path - d="m 165.40552,92.101031 0.88582,0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1730" - inkscape:connector-curvature="0" /> - <path - d="m 181.49217,92.101031 v 7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1732" - inkscape:connector-curvature="0" /> - <path - d="m 181.49217,99.187661 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1734" - inkscape:connector-curvature="0" /> - <path - d="m 174.40554,92.101031 v 7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1736" - inkscape:connector-curvature="0" /> - <path - d="m 181.49217,92.101031 h -7.08663" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1738" - inkscape:connector-curvature="0" /> - <path - d="m 180.60633,92.986851 v 5.31499" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1740" - inkscape:connector-curvature="0" /> - <path - d="m 180.60633,98.301841 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1742" - inkscape:connector-curvature="0" /> - <path - d="m 175.29136,92.986851 v 5.31499" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1744" - inkscape:connector-curvature="0" /> - <path - d="m 180.60633,92.986851 h -5.31497" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1746" - inkscape:connector-curvature="0" /> - <path - d="m 181.49217,99.187661 -0.88584,-0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1748" - inkscape:connector-curvature="0" /> - <path - d="m 174.40554,92.101031 0.88582,0.88582" - style="fill:none;stroke:#ff00ff;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1750" - inkscape:connector-curvature="0" /> - </g> - <g - inkscape:groupmode="layer" - inkscape:label="Circuit_Etc" - id="g2278" - style="display:inline"> - <path - d="m 38.572531,233.63867 v 6.20079" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1754" - inkscape:connector-curvature="0" /> - <path - d="m 38.572531,239.83946 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1756" - inkscape:connector-curvature="0" /> - <path - d="m 32.371731,239.83946 v -6.20079" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1758" - inkscape:connector-curvature="0" /> - <path - d="M 38.572531,233.63867 V 222.44299" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1760" - inkscape:connector-curvature="0" /> - <path - d="M 32.371731,233.63867 V 219.87454" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1762" - inkscape:connector-curvature="0" /> - <path - d="m 38.572531,222.44299 15.12039,-15.12038" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1764" - inkscape:connector-curvature="0" /> - <path - d="m 32.371731,219.87454 15.12039,-15.12038" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1766" - inkscape:connector-curvature="0" /> - <path - d="M 53.692921,207.32261 V 167.39147" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1768" - inkscape:connector-curvature="0" /> - <path - d="M 53.692921,161.19067 V 98.749271" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1770" - inkscape:connector-curvature="0" /> - <path - d="M 47.492121,204.75416 V 97.018181" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1772" - inkscape:connector-curvature="0" /> - <path - d="m 53.695661,98.744751 h 1.35329" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1774" - inkscape:connector-curvature="0" /> - <path - d="m 55.048951,98.744751 v -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1776" - inkscape:connector-curvature="0" /> - <path - d="m 55.048951,92.543951 h -6.20081" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1778" - inkscape:connector-curvature="0" /> - <path - d="m 48.848141,92.543951 v 2.23485" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1780" - inkscape:connector-curvature="0" /> - <path - d="m 53.692921,98.749271 0.003,-0.005" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1782" - inkscape:connector-curvature="0" /> - <path - d="m 47.492121,97.018181 1.35602,-2.23938" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1784" - inkscape:connector-curvature="0" /> - <path - d="m 173.78546,171.59526 v 6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1786" - inkscape:connector-curvature="0" /> - <path - d="m 173.78546,177.79606 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1788" - inkscape:connector-curvature="0" /> - <path - d="m 167.58466,177.79606 v -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1790" - inkscape:connector-curvature="0" /> - <path - d="m 173.78546,171.59526 v -1.83238" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1792" - inkscape:connector-curvature="0" /> - <path - d="m 167.58466,171.59526 v 0.73607" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1794" - inkscape:connector-curvature="0" /> - <path - d="m 167.58466,172.33133 -4.93987,-4.93986" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1796" - inkscape:connector-curvature="0" /> - <path - d="m 173.78546,169.76288 -8.57221,-8.57221" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1798" - inkscape:connector-curvature="0" /> - <path - d="M 162.64479,167.39147 H 53.692921" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1800" - inkscape:connector-curvature="0" /> - <path - d="M 165.21325,161.19067 H 53.692921" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1802" - inkscape:connector-curvature="0" /> - <path - d="m 164.59209,177.79606 h 0.19335" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1804" - inkscape:connector-curvature="0" /> - <path - d="m 164.78544,177.79606 v -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1806" - inkscape:connector-curvature="0" /> - <path - d="m 164.78544,171.59526 h -6.20081" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1808" - inkscape:connector-curvature="0" /> - <path - d="m 158.58463,171.59526 v 3.00061" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1810" - inkscape:connector-curvature="0" /> - <path - d="m 158.58463,174.59587 -0.44692,6.9359" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1812" - inkscape:connector-curvature="0" /> - <path - d="m 157.73815,187.73258 v 0" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1814" - inkscape:connector-curvature="0" /> - <path - d="m 164.59209,177.79606 -0.24071,3.73571" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1816" - inkscape:connector-curvature="0" /> - <path - d="m 157.73815,187.73258 h 30.18669" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1818" - inkscape:connector-curvature="0" /> - <path - d="m 164.35138,181.53177 h 21.00501" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1820" - inkscape:connector-curvature="0" /> - <path - d="m 187.92484,187.73258 56.72693,-56.7269" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1822" - inkscape:connector-curvature="0" /> - <path - d="m 185.35639,181.53177 53.09459,-53.09455" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1824" - inkscape:connector-curvature="0" /> - <path - d="M 244.65177,131.00568 V 47.406551" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1826" - inkscape:connector-curvature="0" /> - <path - d="M 238.45098,128.43722 V 44.740251" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1828" - inkscape:connector-curvature="0" /> - <path - d="m 244.65177,47.406551 9.81215,-9.30014" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1830" - inkscape:connector-curvature="0" /> - <path - d="m 238.45098,44.740251 9.81215,-9.30012" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1832" - inkscape:connector-curvature="0" /> - <path - d="M 254.46392,38.106411 V 27.258631" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1834" - inkscape:connector-curvature="0" /> - <path - d="m 248.26313,35.440131 v -5.61304" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1836" - inkscape:connector-curvature="0" /> - <path - d="m 248.26313,29.827091 -8.68658,-8.68657" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1838" - inkscape:connector-curvature="0" /> - <path - d="M 254.46392,27.258631 242.14501,14.939721" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1840" - inkscape:connector-curvature="0" /> - <path - d="M 239.57655,21.140521 H 193.84289" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1842" - inkscape:connector-curvature="0" /> - <path - d="M 242.14501,14.939721 H 191.27443" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1844" - inkscape:connector-curvature="0" /> - <path - d="m 193.84289,21.140521 -66.79377,66.79371" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1846" - inkscape:connector-curvature="0" /> - <path - d="m 191.27443,14.939721 -70.4261,70.42606" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1848" - inkscape:connector-curvature="0" /> - <path - d="m 127.04912,92.543951 v 6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1850" - inkscape:connector-curvature="0" /> - <path - d="m 127.04912,98.744751 h -6.20079" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1852" - inkscape:connector-curvature="0" /> - <path - d="m 120.84833,98.744751 v -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1854" - inkscape:connector-curvature="0" /> - <path - d="m 127.04912,87.934231 v 4.60972" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1856" - inkscape:connector-curvature="0" /> - <path - d="m 120.84833,85.365781 v 7.17817" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1858" - inkscape:connector-curvature="0" /> - <path - d="M 158.13771,181.53177 H 86.300511" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1860" - inkscape:connector-curvature="0" /> - <path - d="M 157.73815,187.73258 H 88.868961" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1862" - inkscape:connector-curvature="0" /> - <path - d="m 88.868961,187.73258 -41.29641,41.29636" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1864" - inkscape:connector-curvature="0" /> - <path - d="m 86.300511,181.53177 -44.92876,44.92872" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1866" - inkscape:connector-curvature="0" /> - <path - d="m 47.572551,233.63867 v 6.20079" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1868" - inkscape:connector-curvature="0" /> - <path - d="m 47.572551,239.83946 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1870" - inkscape:connector-curvature="0" /> - <path - d="m 41.371751,239.83946 v -6.20079" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1872" - inkscape:connector-curvature="0" /> - <path - d="m 47.572551,229.02894 v 4.60973" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1874" - inkscape:connector-curvature="0" /> - <path - d="m 41.371751,226.46049 v 7.17818" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1876" - inkscape:connector-curvature="0" /> - <path - d="m 182.78548,176.80561 v 0.99045" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1878" - inkscape:connector-curvature="0" /> - <path - d="m 182.78548,177.79606 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1880" - inkscape:connector-curvature="0" /> - <path - d="m 176.58468,177.79606 v -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1882" - inkscape:connector-curvature="0" /> - <path - d="m 176.58468,171.59526 h 2.51105" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1884" - inkscape:connector-curvature="0" /> - <path - d="m 182.78548,176.80561 5.44845,-2.14904" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1886" - inkscape:connector-curvature="0" /> - <path - d="m 179.09573,171.59526 5.66454,-2.23429" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1888" - inkscape:connector-curvature="0" /> - <path - d="M 188.23393,174.65657 226.9352,135.95533" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1890" - inkscape:connector-curvature="0" /> - <path - d="m 184.76027,169.36097 35.97412,-35.97409" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1892" - inkscape:connector-curvature="0" /> - <path - d="m 226.9352,44.673791 v -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1894" - inkscape:connector-curvature="0" /> - <path - d="m 226.9352,38.472991 h -6.20081" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1896" - inkscape:connector-curvature="0" /> - <path - d="m 220.73439,38.472991 v 6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1898" - inkscape:connector-curvature="0" /> - <path - d="M 226.9352,135.95533 V 44.673791" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1900" - inkscape:connector-curvature="0" /> - <path - d="M 220.73439,133.38688 V 44.673791" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1902" - inkscape:connector-curvature="0" /> - <path - d="m 226.9352,31.173771 h -6.20081" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1904" - inkscape:connector-curvature="0" /> - <path - d="m 220.73439,31.173771 v -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1906" - inkscape:connector-curvature="0" /> - <path - d="m 220.73439,24.972971 h 6.20081" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1908" - inkscape:connector-curvature="0" /> - <path - d="m 226.9352,24.972971 v 0" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1910" - inkscape:connector-curvature="0" /> - <path - d="m 226.9352,31.173771 h 8.83194" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1912" - inkscape:connector-curvature="0" /> - <path - d="m 226.9352,24.972971 h 11.40039" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1914" - inkscape:connector-curvature="0" /> - <path - d="m 238.45098,33.857601 v 1.81618" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1916" - inkscape:connector-curvature="0" /> - <path - d="m 238.45098,35.673781 h 6.20079" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1918" - inkscape:connector-curvature="0" /> - <path - d="m 244.65177,35.673781 v -6.20081" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1920" - inkscape:connector-curvature="0" /> - <path - d="M 244.65177,29.472971 H 242.8356" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1922" - inkscape:connector-curvature="0" /> - <path - d="m 235.76714,31.173771 2.68384,2.68383" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1924" - inkscape:connector-curvature="0" /> - <path - d="m 238.33559,24.972971 4.50001,4.5" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1926" - inkscape:connector-curvature="0" /> - <path - d="m 56.572581,239.83946 v -6.20079" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1928" - inkscape:connector-curvature="0" /> - <path - d="m 56.572581,233.63867 h -6.20081" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1930" - inkscape:connector-curvature="0" /> - <path - d="m 50.371771,233.63867 v 6.20079" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1932" - inkscape:connector-curvature="0" /> - <path - d="m 56.572581,239.83946 v 3.54204" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1934" - inkscape:connector-curvature="0" /> - <path - d="m 50.371771,239.83946 v 0.97358" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1936" - inkscape:connector-curvature="0" /> - <path - d="m 56.572581,243.3815 -6.40512,6.40511" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1938" - inkscape:connector-curvature="0" /> - <path - d="m 50.371771,240.81304 -2.77277,2.77277" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1940" - inkscape:connector-curvature="0" /> - <path - d="M 50.167461,249.78661 H 30.265811" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1942" - inkscape:connector-curvature="0" /> - <path - d="M 47.599001,243.58581 H 32.834261" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1944" - inkscape:connector-curvature="0" /> - <path - d="m 30.265811,249.78661 -7.85187,-7.85185" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1946" - inkscape:connector-curvature="0" /> - <path - d="m 32.834261,243.58581 -4.21951,-4.21951" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1948" - inkscape:connector-curvature="0" /> - <path - d="M 28.614751,239.3663 V 109.30395" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1950" - inkscape:connector-curvature="0" /> - <path - d="M 22.413941,241.93476 V 106.7355" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1952" - inkscape:connector-curvature="0" /> - <path - d="M 28.614751,109.30395 49.047771,88.870961" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1954" - inkscape:connector-curvature="0" /> - <path - d="M 22.413941,106.7355 46.479311,82.670151" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1956" - inkscape:connector-curvature="0" /> - <path - d="M 49.047771,88.870961 H 102.23271" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1958" - inkscape:connector-curvature="0" /> - <path - d="M 46.479311,82.670151 H 107.90575" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1960" - inkscape:connector-curvature="0" /> - <path - d="m 102.84828,95.782151 v 2.9626" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1962" - inkscape:connector-curvature="0" /> - <path - d="m 102.84828,98.744751 h 6.20079" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1964" - inkscape:connector-curvature="0" /> - <path - d="m 109.04907,98.744751 v -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1966" - inkscape:connector-curvature="0" /> - <path - d="m 109.04907,92.543951 h -0.26386" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1968" - inkscape:connector-curvature="0" /> - <path - d="m 102.23271,88.870961 0.61557,6.91119" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1970" - inkscape:connector-curvature="0" /> - <path - d="m 107.90575,82.670151 0.87946,9.8738" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1972" - inkscape:connector-curvature="0" /> - <path - d="m 118.0491,92.543951 v 6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1974" - inkscape:connector-curvature="0" /> - <path - d="m 118.0491,98.744751 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1976" - inkscape:connector-curvature="0" /> - <path - d="m 111.8483,98.744751 v -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1978" - inkscape:connector-curvature="0" /> - <path - d="M 118.0491,92.543951 V 81.822811" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1980" - inkscape:connector-curvature="0" /> - <path - d="m 111.8483,92.543951 v -8.15267" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1982" - inkscape:connector-curvature="0" /> - <path - d="m 111.8483,84.391281 -4.46648,-4.46649" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1984" - inkscape:connector-curvature="0" /> - <path - d="m 118.0491,81.822811 -8.09882,-8.09882" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1986" - inkscape:connector-curvature="0" /> - <path - d="M 107.38182,79.924791 H 45.270231" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1988" - inkscape:connector-curvature="0" /> - <path - d="M 109.95028,73.723991 H 42.701781" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1990" - inkscape:connector-curvature="0" /> - <path - d="M 45.270231,79.924791 19.718201,105.47681" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1992" - inkscape:connector-curvature="0" /> - <path - d="M 42.701781,73.723991 13.517391,102.90836" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1994" - inkscape:connector-curvature="0" /> - <path - d="M 19.718201,105.47681 V 243.16969" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1996" - inkscape:connector-curvature="0" /> - <path - d="M 13.517391,102.90836 V 245.73815" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path1998" - inkscape:connector-curvature="0" /> - <path - d="m 13.517391,245.73815 13.10907,13.10906" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2000" - inkscape:connector-curvature="0" /> - <path - d="m 19.718201,243.16969 9.47672,9.47673" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2002" - inkscape:connector-curvature="0" /> - <path - d="m 26.626461,258.84721 h 27.26502" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2004" - inkscape:connector-curvature="0" /> - <path - d="m 29.194921,252.64642 h 22.1281" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2006" - inkscape:connector-curvature="0" /> - <path - d="M 53.891481,258.84721 65.572591,247.1661" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2008" - inkscape:connector-curvature="0" /> - <path - d="m 51.323021,252.64642 8.04878,-8.04877" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2010" - inkscape:connector-curvature="0" /> - <path - d="m 65.572591,239.83946 v -6.20079" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2012" - inkscape:connector-curvature="0" /> - <path - d="m 65.572591,233.63867 h -6.20079" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2014" - inkscape:connector-curvature="0" /> - <path - d="m 59.371801,233.63867 v 6.20079" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2016" - inkscape:connector-curvature="0" /> - <path - d="m 65.572591,247.1661 v -7.32664" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2018" - inkscape:connector-curvature="0" /> - <path - d="m 59.371801,244.59765 v -4.75819" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2020" - inkscape:connector-curvature="0" /> - <path - d="m 74.572611,233.63867 v 6.20079" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2022" - inkscape:connector-curvature="0" /> - <path - d="m 74.572611,239.83946 h -6.20079" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2024" - inkscape:connector-curvature="0" /> - <path - d="m 68.371821,233.63867 v 6.20079" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2026" - inkscape:connector-curvature="0" /> - <path - d="m 74.572611,233.63867 h -6.20079" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2028" - inkscape:connector-curvature="0" /> - <path - d="m 83.572641,233.63867 v 6.20079" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2030" - inkscape:connector-curvature="0" /> - <path - d="m 83.572641,239.83946 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2032" - inkscape:connector-curvature="0" /> - <path - d="m 77.371841,233.63867 v 6.20079" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2034" - inkscape:connector-curvature="0" /> - <path - d="m 83.572641,233.63867 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2036" - inkscape:connector-curvature="0" /> - <path - d="m 92.572661,233.63867 v 6.20079" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2038" - inkscape:connector-curvature="0" /> - <path - d="m 92.572661,239.83946 h -6.20079" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2040" - inkscape:connector-curvature="0" /> - <path - d="m 86.371871,233.63867 v 6.20079" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2042" - inkscape:connector-curvature="0" /> - <path - d="m 92.572661,233.63867 h -6.20079" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2044" - inkscape:connector-curvature="0" /> - <path - d="m 101.57268,233.63867 v 6.20079" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2046" - inkscape:connector-curvature="0" /> - <path - d="M 101.57268,239.83946 H 95.371891" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2048" - inkscape:connector-curvature="0" /> - <path - d="m 95.371891,233.63867 v 6.20079" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2050" - inkscape:connector-curvature="0" /> - <path - d="M 101.57268,233.63867 H 95.371891" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2052" - inkscape:connector-curvature="0" /> - <path - d="m 110.5727,233.63867 v 6.20079" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2054" - inkscape:connector-curvature="0" /> - <path - d="m 110.5727,239.83946 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2056" - inkscape:connector-curvature="0" /> - <path - d="m 104.3719,233.63867 v 6.20079" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2058" - inkscape:connector-curvature="0" /> - <path - d="m 110.5727,233.63867 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2060" - inkscape:connector-curvature="0" /> - <path - d="m 119.57273,233.63867 v 6.20079" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2062" - inkscape:connector-curvature="0" /> - <path - d="m 119.57273,239.83946 h -6.20081" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2064" - inkscape:connector-curvature="0" /> - <path - d="m 113.37192,233.63867 v 6.20079" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2066" - inkscape:connector-curvature="0" /> - <path - d="m 119.57273,233.63867 h -6.20081" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2068" - inkscape:connector-curvature="0" /> - <path - d="M 181.04926,9.2938107 V 15.494611" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2070" - inkscape:connector-curvature="0" /> - <path - d="m 181.04926,15.494611 h -6.20081" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2072" - inkscape:connector-curvature="0" /> - <path - d="M 174.84845,9.2938107 V 15.494611" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2074" - inkscape:connector-curvature="0" /> - <path - d="m 181.04926,9.2938107 h -6.20081" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2076" - inkscape:connector-curvature="0" /> - <path - d="M 172.04923,9.2938107 V 15.494611" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2078" - inkscape:connector-curvature="0" /> - <path - d="m 172.04923,15.494611 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2080" - inkscape:connector-curvature="0" /> - <path - d="M 165.84843,9.2938107 V 15.494611" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2082" - inkscape:connector-curvature="0" /> - <path - d="m 172.04923,9.2938107 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2084" - inkscape:connector-curvature="0" /> - <path - d="M 163.04921,9.2938107 V 15.494611" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2086" - inkscape:connector-curvature="0" /> - <path - d="m 163.04921,15.494611 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2088" - inkscape:connector-curvature="0" /> - <path - d="M 156.84841,9.2938107 V 15.494611" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2090" - inkscape:connector-curvature="0" /> - <path - d="m 163.04921,9.2938107 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2092" - inkscape:connector-curvature="0" /> - <path - d="M 154.04919,9.2938107 V 15.494611" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2094" - inkscape:connector-curvature="0" /> - <path - d="m 154.04919,15.494611 h -6.20081" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2096" - inkscape:connector-curvature="0" /> - <path - d="M 147.84838,9.2938107 V 15.494611" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2098" - inkscape:connector-curvature="0" /> - <path - d="m 154.04919,9.2938107 h -6.20081" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2100" - inkscape:connector-curvature="0" /> - <path - d="M 145.04916,9.2938107 V 15.494611" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2102" - inkscape:connector-curvature="0" /> - <path - d="m 145.04916,15.494611 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2104" - inkscape:connector-curvature="0" /> - <path - d="M 138.84836,9.2938107 V 15.494611" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2106" - inkscape:connector-curvature="0" /> - <path - d="m 145.04916,9.2938107 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2108" - inkscape:connector-curvature="0" /> - <path - d="M 136.04914,9.2938107 V 15.494611" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2110" - inkscape:connector-curvature="0" /> - <path - d="m 136.04914,15.494611 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2112" - inkscape:connector-curvature="0" /> - <path - d="M 129.84834,9.2938107 V 15.494611" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2114" - inkscape:connector-curvature="0" /> - <path - d="m 136.04914,9.2938107 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2116" - inkscape:connector-curvature="0" /> - <path - d="M 127.04912,9.2938107 V 15.494611" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2118" - inkscape:connector-curvature="0" /> - <path - d="m 127.04912,15.494611 h -6.20079" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2120" - inkscape:connector-curvature="0" /> - <path - d="M 120.84833,9.2938107 V 15.494611" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2122" - inkscape:connector-curvature="0" /> - <path - d="m 127.04912,9.2938107 h -6.20079" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2124" - inkscape:connector-curvature="0" /> - <path - d="M 118.0491,9.2938107 V 15.494611" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2126" - inkscape:connector-curvature="0" /> - <path - d="m 118.0491,15.494611 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2128" - inkscape:connector-curvature="0" /> - <path - d="M 111.8483,9.2938107 V 15.494611" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2130" - inkscape:connector-curvature="0" /> - <path - d="m 118.0491,9.2938107 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2132" - inkscape:connector-curvature="0" /> - <path - d="M 109.04907,9.2938107 V 15.494611" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2134" - inkscape:connector-curvature="0" /> - <path - d="m 109.04907,15.494611 h -6.20079" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2136" - inkscape:connector-curvature="0" /> - <path - d="M 102.84828,9.2938107 V 15.494611" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2138" - inkscape:connector-curvature="0" /> - <path - d="m 109.04907,9.2938107 h -6.20079" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2140" - inkscape:connector-curvature="0" /> - <path - d="M 100.04905,9.2938107 V 15.494611" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2142" - inkscape:connector-curvature="0" /> - <path - d="M 100.04905,15.494611 H 93.848261" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2144" - inkscape:connector-curvature="0" /> - <path - d="M 93.848261,9.2938107 V 15.494611" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2146" - inkscape:connector-curvature="0" /> - <path - d="M 100.04905,9.2938107 H 93.848261" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2148" - inkscape:connector-curvature="0" /> - <path - d="M 91.049031,9.2938107 V 15.494611" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2150" - inkscape:connector-curvature="0" /> - <path - d="m 91.049031,15.494611 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2152" - inkscape:connector-curvature="0" /> - <path - d="M 84.848231,9.2938107 V 15.494611" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2154" - inkscape:connector-curvature="0" /> - <path - d="m 91.049031,9.2938107 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2156" - inkscape:connector-curvature="0" /> - <path - d="M 82.049011,9.2938107 V 15.494611" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2158" - inkscape:connector-curvature="0" /> - <path - d="m 82.049011,15.494611 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2160" - inkscape:connector-curvature="0" /> - <path - d="M 75.848211,9.2938107 V 15.494611" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2162" - inkscape:connector-curvature="0" /> - <path - d="m 82.049011,9.2938107 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2164" - inkscape:connector-curvature="0" /> - <path - d="M 73.048991,9.2938107 V 15.494611" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2166" - inkscape:connector-curvature="0" /> - <path - d="m 73.048991,15.494611 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2168" - inkscape:connector-curvature="0" /> - <path - d="M 66.848191,9.2938107 V 15.494611" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2170" - inkscape:connector-curvature="0" /> - <path - d="m 73.048991,9.2938107 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2172" - inkscape:connector-curvature="0" /> - <path - d="M 64.048971,9.2938107 V 15.494611" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2174" - inkscape:connector-curvature="0" /> - <path - d="m 64.048971,15.494611 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2176" - inkscape:connector-curvature="0" /> - <path - d="M 57.848171,9.2938107 V 15.494611" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2178" - inkscape:connector-curvature="0" /> - <path - d="m 64.048971,9.2938107 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2180" - inkscape:connector-curvature="0" /> - <path - d="M 55.048951,9.2938107 V 15.494611" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2182" - inkscape:connector-curvature="0" /> - <path - d="m 55.048951,15.494611 h -6.20081" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2184" - inkscape:connector-curvature="0" /> - <path - d="M 48.848141,9.2938107 V 15.494611" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2186" - inkscape:connector-curvature="0" /> - <path - d="m 55.048951,9.2938107 h -6.20081" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2188" - inkscape:connector-curvature="0" /> - <path - d="m 64.048971,92.543951 v 6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2190" - inkscape:connector-curvature="0" /> - <path - d="m 64.048971,98.744751 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2192" - inkscape:connector-curvature="0" /> - <path - d="m 57.848171,92.543951 v 6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2194" - inkscape:connector-curvature="0" /> - <path - d="m 64.048971,92.543951 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2196" - inkscape:connector-curvature="0" /> - <path - d="m 73.048991,92.543951 v 6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2198" - inkscape:connector-curvature="0" /> - <path - d="m 73.048991,98.744751 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2200" - inkscape:connector-curvature="0" /> - <path - d="m 66.848191,92.543951 v 6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2202" - inkscape:connector-curvature="0" /> - <path - d="m 73.048991,92.543951 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2204" - inkscape:connector-curvature="0" /> - <path - d="m 82.049011,92.543951 v 6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2206" - inkscape:connector-curvature="0" /> - <path - d="m 82.049011,98.744751 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2208" - inkscape:connector-curvature="0" /> - <path - d="m 75.848211,92.543951 v 6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2210" - inkscape:connector-curvature="0" /> - <path - d="m 82.049011,92.543951 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2212" - inkscape:connector-curvature="0" /> - <path - d="m 91.049031,92.543951 v 6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2214" - inkscape:connector-curvature="0" /> - <path - d="m 91.049031,98.744751 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2216" - inkscape:connector-curvature="0" /> - <path - d="m 84.848231,92.543951 v 6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2218" - inkscape:connector-curvature="0" /> - <path - d="m 91.049031,92.543951 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2220" - inkscape:connector-curvature="0" /> - <path - d="m 100.04905,92.543951 v 6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2222" - inkscape:connector-curvature="0" /> - <path - d="M 100.04905,98.744751 H 93.848261" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2224" - inkscape:connector-curvature="0" /> - <path - d="m 93.848261,92.543951 v 6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2226" - inkscape:connector-curvature="0" /> - <path - d="M 100.04905,92.543951 H 93.848261" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2228" - inkscape:connector-curvature="0" /> - <path - d="m 136.04914,92.543951 v 6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2230" - inkscape:connector-curvature="0" /> - <path - d="m 136.04914,98.744751 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2232" - inkscape:connector-curvature="0" /> - <path - d="m 129.84834,92.543951 v 6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2234" - inkscape:connector-curvature="0" /> - <path - d="m 136.04914,92.543951 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2236" - inkscape:connector-curvature="0" /> - <path - d="m 145.04916,92.543951 v 6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2238" - inkscape:connector-curvature="0" /> - <path - d="m 145.04916,98.744751 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2240" - inkscape:connector-curvature="0" /> - <path - d="m 138.84836,92.543951 v 6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2242" - inkscape:connector-curvature="0" /> - <path - d="m 145.04916,92.543951 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2244" - inkscape:connector-curvature="0" /> - <path - d="m 154.04919,92.543951 v 6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2246" - inkscape:connector-curvature="0" /> - <path - d="m 154.04919,98.744751 h -6.20081" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2248" - inkscape:connector-curvature="0" /> - <path - d="m 147.84838,92.543951 v 6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2250" - inkscape:connector-curvature="0" /> - <path - d="m 154.04919,92.543951 h -6.20081" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2252" - inkscape:connector-curvature="0" /> - <path - d="m 163.04921,92.543951 v 6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2254" - inkscape:connector-curvature="0" /> - <path - d="m 163.04921,98.744751 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2256" - inkscape:connector-curvature="0" /> - <path - d="m 156.84841,92.543951 v 6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2258" - inkscape:connector-curvature="0" /> - <path - d="m 163.04921,92.543951 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2260" - inkscape:connector-curvature="0" /> - <path - d="m 172.04923,92.543951 v 6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2262" - inkscape:connector-curvature="0" /> - <path - d="m 172.04923,98.744751 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2264" - inkscape:connector-curvature="0" /> - <path - d="m 165.84843,92.543951 v 6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2266" - inkscape:connector-curvature="0" /> - <path - d="m 172.04923,92.543951 h -6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2268" - inkscape:connector-curvature="0" /> - <path - d="m 181.04926,92.543951 v 6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2270" - inkscape:connector-curvature="0" /> - <path - d="m 181.04926,98.744751 h -6.20081" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2272" - inkscape:connector-curvature="0" /> - <path - d="m 174.84845,92.543951 v 6.2008" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2274" - inkscape:connector-curvature="0" /> - <path - d="m 181.04926,92.543951 h -6.20081" - style="fill:none;stroke:#414141;stroke-width:0.93750191;stroke-dasharray:3.54328851, 0.7086577, 0.46875096, 0.7086577" - id="path2276" - inkscape:connector-curvature="0" /> - </g> - <g - inkscape:groupmode="layer" - inkscape:label="0" - id="g2280" /> -</svg> diff --git a/paperbot_ee_autoroute/dwg_w_circuit.svg b/paperbot_ee_autoroute/dwg_w_circuit.svg deleted file mode 100644 index 3c1c1fe899d6f220ffc76ed96dac6d5ccb3c3577..0000000000000000000000000000000000000000 --- a/paperbot_ee_autoroute/dwg_w_circuit.svg +++ /dev/null @@ -1,5322 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="210mm" - height="297mm" - version="1.1" - id="svg2298" - sodipodi:docname="dwg_w_circuit.svg" - inkscape:version="0.92.4 (unknown)"> - <metadata - id="metadata2302"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> - </cc:Work> - </rdf:RDF> - </metadata> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1920" - inkscape:window-height="1025" - id="namedview2300" - showgrid="false" - inkscape:document-units="mm" - units="mm" - inkscape:zoom="1.6819304" - inkscape:cx="329.79853" - inkscape:cy="928.50838" - inkscape:window-x="0" - inkscape:window-y="27" - inkscape:window-maximized="1" - inkscape:current-layer="g2294" - fit-margin-top="-0.1" /> - <desc - id="desc2">/home/jingyan/Documents/summer_intern_lemur/roco_electrical/paperbot_ee_autoroute/dwg_w_circuit.dxf - scale = 1.000000, origin = (0.000000, 0.000000), method = manual</desc> - <defs - id="defs14"> - <marker - id="DistanceX" - orient="auto" - refX="0" - refY="0" - style="overflow:visible"> - <path - d="M 3,-3 -3,3 M 0,-5 V 5" - style="stroke:#000000;stroke-width:0.5" - id="path4" - inkscape:connector-curvature="0" /> - </marker> - <pattern - height="8" - id="Hatch" - patternUnits="userSpaceOnUse" - width="8" - x="0" - y="0"> - <path - d="M8 4 l-4,4" - linecap="square" - stroke="#000000" - stroke-width="0.25" - id="path7" /> - <path - d="M6 2 l-4,4" - linecap="square" - stroke="#000000" - stroke-width="0.25" - id="path9" /> - <path - d="M4 0 l-4,4" - linecap="square" - stroke="#000000" - stroke-width="0.25" - id="path11" /> - </pattern> - </defs> - <g - inkscape:groupmode="layer" - inkscape:label="VIEWPORTS" - id="g16" /> - <g - inkscape:groupmode="layer" - inkscape:label="TABLEGRID" - id="g18" /> - <g - inkscape:groupmode="layer" - inkscape:label="TABLECONTENT" - id="g20" /> - <g - inkscape:groupmode="layer" - inkscape:label="DIMENSIONS" - id="g22" /> - <g - inkscape:groupmode="layer" - inkscape:label="TABLEBACKGROUND" - id="g24" /> - <g - inkscape:groupmode="layer" - inkscape:label="Cut" - id="g498" - style="display:inline"> - <path - d="M 471.16775,40.344069 H 422.03389" - style="fill:none;stroke:#0000ff" - id="path26" - inkscape:connector-curvature="0" /> - <path - d="m 248.17562,350.26532 v 0" - style="fill:none;stroke:#0000ff" - id="path30" - inkscape:connector-curvature="0" /> - <path - d="M 248.17562,350.26532 H 157.46696" - style="fill:none;stroke:#0000ff" - id="path32" - inkscape:connector-curvature="0" /> - <path - d="M 112.11264,350.26532 H 21.403977" - style="fill:none;stroke:#0000ff" - id="path34" - inkscape:connector-curvature="0" /> - <path - d="m 21.403977,350.26532 v 0" - style="fill:none;stroke:#0000ff" - id="path36" - inkscape:connector-curvature="0" /> - <path - d="M 50.695316,236.62181 H 48.805552" - style="fill:none;stroke:#0000ff" - id="path48" - inkscape:connector-curvature="0" /> - <path - d="M 50.695316,294.8609 V 236.62181" - style="fill:none;stroke:#0000ff" - id="path50" - inkscape:connector-curvature="0" /> - <path - d="m 48.805552,294.8609 h 1.889764" - style="fill:none;stroke:#0000ff" - id="path52" - inkscape:connector-curvature="0" /> - <path - d="M 48.805552,236.62181 V 294.8609" - style="fill:none;stroke:#0000ff" - id="path54" - inkscape:connector-curvature="0" /> - <path - d="M 50.695316,95.748509 H 48.805552" - style="fill:none;stroke:#0000ff" - id="path56" - inkscape:connector-curvature="0" /> - <path - d="M 50.695316,153.9876 V 95.748509" - style="fill:none;stroke:#0000ff" - id="path58" - inkscape:connector-curvature="0" /> - <path - d="m 48.805552,153.9876 h 1.889764" - style="fill:none;stroke:#0000ff" - id="path60" - inkscape:connector-curvature="0" /> - <path - d="M 48.805552,95.748509 V 153.9876" - style="fill:none;stroke:#0000ff" - id="path62" - inkscape:connector-curvature="0" /> - <path - d="M 268.81562,59.241709 V 146.17085" - style="fill:none;stroke:#0000ff" - id="path78" - inkscape:connector-curvature="0" /> - <path - d="M 314.46476,59.241709 H 268.81562" - style="fill:none;stroke:#0000ff" - id="path80" - inkscape:connector-curvature="0" /> - <path - d="M 314.46476,146.17085 V 59.241709" - style="fill:none;stroke:#0000ff" - id="path82" - inkscape:connector-curvature="0" /> - <path - d="m 268.81562,146.17085 h 45.64914" - style="fill:none;stroke:#0000ff" - id="path84" - inkscape:connector-curvature="0" /> - <path - d="M 590.37027,146.17085 V 59.241709" - style="fill:none;stroke:#0000ff" - id="path94" - inkscape:connector-curvature="0" /> - <path - d="m 620.45909,237.56669 v 56.34932" - style="fill:none;stroke:#0000ff" - id="path106" - inkscape:connector-curvature="0" /> - <path - d="m 639.35673,218.66906 -18.89764,18.89763" - style="fill:none;stroke:#0000ff" - id="path108" - inkscape:connector-curvature="0" /> - <path - d="m 620.45909,293.91601 18.89764,18.89764" - style="fill:none;stroke:#0000ff" - id="path110" - inkscape:connector-curvature="0" /> - <path - d="M 639.35673,237.56669 V 218.66906" - style="fill:none;stroke:#0000ff" - id="path112" - inkscape:connector-curvature="0" /> - <path - d="M 21.403977,350.26532 V 40.344069" - style="fill:none;stroke:#0000ff" - id="path124" - inkscape:connector-curvature="0" /> - <path - d="M 590.37027,59.241709 H 544.72114" - style="fill:none;stroke:#0000ff" - id="path126" - inkscape:connector-curvature="0" /> - <path - d="m 544.72114,146.17085 h 45.64913" - style="fill:none;stroke:#0000ff" - id="path128" - inkscape:connector-curvature="0" /> - <path - d="m 326.60082,186.80077 v 30.23622" - style="fill:none;stroke:#0000ff" - id="path132" - inkscape:connector-curvature="0" /> - <path - d="M 428.64806,217.03699 V 186.80077" - style="fill:none;stroke:#0000ff" - id="path136" - inkscape:connector-curvature="0" /> - <path - d="m 588.3331,276.56455 v 34.01574" - style="fill:none;stroke:#0000ff" - id="path140" - inkscape:connector-curvature="0" /> - <path - d="M 603.45121,276.56455 H 588.3331" - style="fill:none;stroke:#0000ff" - id="path142" - inkscape:connector-curvature="0" /> - <path - d="M 603.45121,310.58029 V 276.56455" - style="fill:none;stroke:#0000ff" - id="path144" - inkscape:connector-curvature="0" /> - <path - d="m 588.3331,310.58029 h 15.11811" - style="fill:none;stroke:#0000ff" - id="path146" - inkscape:connector-curvature="0" /> - <path - d="M 544.72114,59.241709 V 146.17085" - style="fill:none;stroke:#0000ff" - id="path160" - inkscape:connector-curvature="0" /> - <path - d="M 422.03389,40.344069 H 350.22287" - style="fill:none;stroke:#0000ff" - id="path174" - inkscape:connector-curvature="0" /> - <path - d="M 648.80554,40.344069 V 350.26532" - style="fill:none;stroke:#0000ff" - id="path194" - inkscape:connector-curvature="0" /> - <path - d="m 143.29373,334.20234 h -1.88976" - style="fill:none;stroke:#0000ff" - id="path210" - inkscape:connector-curvature="0" /> - <path - d="m 143.29373,298.29683 v 35.90551" - style="fill:none;stroke:#0000ff" - id="path212" - inkscape:connector-curvature="0" /> - <path - d="m 141.40397,298.29683 h 1.88976" - style="fill:none;stroke:#0000ff" - id="path214" - inkscape:connector-curvature="0" /> - <path - d="M 141.40397,334.20234 V 298.29683" - style="fill:none;stroke:#0000ff" - id="path216" - inkscape:connector-curvature="0" /> - <path - d="m 248.17562,40.344069 h 68.0315" - style="fill:none;stroke:#0000ff" - id="path218" - inkscape:connector-curvature="0" /> - <path - d="m 316.20712,350.26532 h -68.0315" - style="fill:none;stroke:#0000ff" - id="path220" - inkscape:connector-curvature="0" /> - <path - d="m 611.01027,350.26532 h -68.0315" - style="fill:none;stroke:#0000ff" - id="path222" - inkscape:connector-curvature="0" /> - <path - d="m 542.97877,40.344069 h 68.0315" - style="fill:none;stroke:#0000ff" - id="path224" - inkscape:connector-curvature="0" /> - <path - d="m 611.01027,40.344069 h 37.79527" - style="fill:none;stroke:#0000ff" - id="path246" - inkscape:connector-curvature="0" /> - <path - d="M 648.80554,350.26532 H 611.01027" - style="fill:none;stroke:#0000ff" - id="path248" - inkscape:connector-curvature="0" /> - <path - d="M 428.64806,186.80077 H 326.60082" - style="fill:none;stroke:#0000ff" - id="path256" - inkscape:connector-curvature="0" /> - <path - d="M 21.403977,40.344069 H 248.17562" - style="fill:none;stroke:#0000ff" - id="path258" - inkscape:connector-curvature="0" /> - <path - d="M 326.60082,217.03699 H 428.64806" - style="fill:none;stroke:#0000ff" - id="path260" - inkscape:connector-curvature="0" /> - <path - d="M 629.90791,40.344069 H 592.11263" - style="fill:none;stroke:#0000ff" - id="path262" - inkscape:connector-curvature="0" /> - <path - d="M 157.46696,350.26532 H 112.11264" - style="fill:none;stroke:#0000ff" - id="path268" - inkscape:connector-curvature="0" /> - <path - d="M 639.35673,312.81365 V 293.91601" - style="fill:none;stroke:#0000ff" - id="path284" - inkscape:connector-curvature="0" /> - <path - d="M 639.35673,96.693389 V 77.795759" - style="fill:none;stroke:#0000ff" - id="path286" - inkscape:connector-curvature="0" /> - <path - d="M 620.45909,96.693389 V 153.04271" - style="fill:none;stroke:#0000ff" - id="path288" - inkscape:connector-curvature="0" /> - <path - d="m 639.35673,77.795759 -18.89764,18.89763" - style="fill:none;stroke:#0000ff" - id="path290" - inkscape:connector-curvature="0" /> - <path - d="M 639.35673,171.94035 V 153.04271" - style="fill:none;stroke:#0000ff" - id="path292" - inkscape:connector-curvature="0" /> - <path - d="m 620.45909,153.04271 18.89764,18.89764" - style="fill:none;stroke:#0000ff" - id="path294" - inkscape:connector-curvature="0" /> - <path - d="M 592.11263,40.344069 H 542.97877" - style="fill:none;stroke:#0000ff" - id="path300" - inkscape:connector-curvature="0" /> - <path - d="m 542.97877,40.344069 v 0" - style="fill:none;stroke:#0000ff" - id="path302" - inkscape:connector-curvature="0" /> - <path - d="m 316.20712,40.344069 v 0" - style="fill:none;stroke:#0000ff" - id="path304" - inkscape:connector-curvature="0" /> - <path - d="m 388.01814,40.344069 h 83.14961" - style="fill:none;stroke:#0000ff" - id="path306" - inkscape:connector-curvature="0" /> - <path - d="m 316.20712,40.344069 h 71.81102" - style="fill:none;stroke:#0000ff" - id="path308" - inkscape:connector-curvature="0" /> - <path - d="m 493.20239,103.00864 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path310" - inkscape:connector-curvature="0" /> - <path - d="m 493.20239,100.51415 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path312" - inkscape:connector-curvature="0" /> - <path - d="m 483.60239,103.00864 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path314" - inkscape:connector-curvature="0" /> - <path - d="m 483.60239,100.51415 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path316" - inkscape:connector-curvature="0" /> - <path - d="m 474.0024,103.00864 2.49448,-2.49449" - style="fill:none;stroke:#0000ff" - id="path318" - inkscape:connector-curvature="0" /> - <path - d="m 474.0024,100.51415 2.49448,2.49449" - style="fill:none;stroke:#0000ff" - id="path320" - inkscape:connector-curvature="0" /> - <path - d="m 464.40239,103.00864 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path322" - inkscape:connector-curvature="0" /> - <path - d="m 464.40239,100.51415 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path324" - inkscape:connector-curvature="0" /> - <path - d="m 454.80239,103.00864 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path326" - inkscape:connector-curvature="0" /> - <path - d="m 454.80239,100.51415 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path328" - inkscape:connector-curvature="0" /> - <path - d="m 445.20239,103.00864 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path330" - inkscape:connector-curvature="0" /> - <path - d="m 445.20239,100.51415 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path332" - inkscape:connector-curvature="0" /> - <path - d="m 435.60239,103.00864 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path334" - inkscape:connector-curvature="0" /> - <path - d="m 435.60239,100.51415 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path336" - inkscape:connector-curvature="0" /> - <path - d="m 426.0024,103.00864 2.49448,-2.49449" - style="fill:none;stroke:#0000ff" - id="path338" - inkscape:connector-curvature="0" /> - <path - d="m 426.0024,100.51415 2.49448,2.49449" - style="fill:none;stroke:#0000ff" - id="path340" - inkscape:connector-curvature="0" /> - <path - d="m 416.40239,103.00864 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path342" - inkscape:connector-curvature="0" /> - <path - d="m 416.40239,100.51415 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path344" - inkscape:connector-curvature="0" /> - <path - d="m 406.80239,103.00864 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path346" - inkscape:connector-curvature="0" /> - <path - d="m 406.80239,100.51415 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path348" - inkscape:connector-curvature="0" /> - <path - d="m 341.22759,342.30943 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path350" - inkscape:connector-curvature="0" /> - <path - d="m 341.22759,339.81494 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path352" - inkscape:connector-curvature="0" /> - <path - d="m 350.82759,342.30943 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path354" - inkscape:connector-curvature="0" /> - <path - d="m 350.82759,339.81494 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path356" - inkscape:connector-curvature="0" /> - <path - d="m 360.42759,342.30943 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path358" - inkscape:connector-curvature="0" /> - <path - d="m 360.42759,339.81494 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path360" - inkscape:connector-curvature="0" /> - <path - d="m 370.02759,342.30943 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path362" - inkscape:connector-curvature="0" /> - <path - d="m 370.02759,339.81494 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path364" - inkscape:connector-curvature="0" /> - <path - d="m 379.62759,342.30943 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path366" - inkscape:connector-curvature="0" /> - <path - d="m 379.62759,339.81494 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path368" - inkscape:connector-curvature="0" /> - <path - d="m 389.22759,342.30943 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path370" - inkscape:connector-curvature="0" /> - <path - d="m 389.22759,339.81494 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path372" - inkscape:connector-curvature="0" /> - <path - d="m 398.82759,342.30943 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path374" - inkscape:connector-curvature="0" /> - <path - d="m 398.82759,339.81494 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path376" - inkscape:connector-curvature="0" /> - <path - d="m 408.42759,342.30943 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path378" - inkscape:connector-curvature="0" /> - <path - d="m 408.42759,339.81494 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path380" - inkscape:connector-curvature="0" /> - <path - d="m 418.02759,342.30943 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path382" - inkscape:connector-curvature="0" /> - <path - d="m 418.02759,339.81494 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path384" - inkscape:connector-curvature="0" /> - <path - d="m 427.62759,342.30943 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path386" - inkscape:connector-curvature="0" /> - <path - d="m 427.62759,339.81494 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path388" - inkscape:connector-curvature="0" /> - <path - d="m 437.22759,342.30943 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path390" - inkscape:connector-curvature="0" /> - <path - d="m 437.22759,339.81494 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path392" - inkscape:connector-curvature="0" /> - <path - d="m 446.82759,342.30943 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path394" - inkscape:connector-curvature="0" /> - <path - d="m 446.82759,339.81494 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path396" - inkscape:connector-curvature="0" /> - <path - d="m 456.42759,342.30943 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path398" - inkscape:connector-curvature="0" /> - <path - d="m 456.42759,339.81494 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path400" - inkscape:connector-curvature="0" /> - <path - d="m 466.02759,342.30943 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path402" - inkscape:connector-curvature="0" /> - <path - d="m 466.02759,339.81494 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path404" - inkscape:connector-curvature="0" /> - <path - d="m 475.62759,342.30943 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path406" - inkscape:connector-curvature="0" /> - <path - d="m 475.62759,339.81494 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path408" - inkscape:connector-curvature="0" /> - <path - d="m 475.62759,253.50943 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path410" - inkscape:connector-curvature="0" /> - <path - d="m 475.62759,251.01494 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path412" - inkscape:connector-curvature="0" /> - <path - d="m 466.02759,253.50943 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path414" - inkscape:connector-curvature="0" /> - <path - d="m 466.02759,251.01494 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path416" - inkscape:connector-curvature="0" /> - <path - d="m 456.42759,253.50943 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path418" - inkscape:connector-curvature="0" /> - <path - d="m 456.42759,251.01494 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path420" - inkscape:connector-curvature="0" /> - <path - d="m 446.82759,253.50943 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path422" - inkscape:connector-curvature="0" /> - <path - d="m 446.82759,251.01494 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path424" - inkscape:connector-curvature="0" /> - <path - d="m 437.22759,253.50943 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path426" - inkscape:connector-curvature="0" /> - <path - d="m 437.22759,251.01494 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path428" - inkscape:connector-curvature="0" /> - <path - d="m 427.62759,253.50943 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path430" - inkscape:connector-curvature="0" /> - <path - d="m 427.62759,251.01494 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path432" - inkscape:connector-curvature="0" /> - <path - d="m 418.02759,253.50943 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path434" - inkscape:connector-curvature="0" /> - <path - d="m 418.02759,251.01494 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path436" - inkscape:connector-curvature="0" /> - <path - d="m 408.42759,253.50943 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path438" - inkscape:connector-curvature="0" /> - <path - d="m 408.42759,251.01494 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path440" - inkscape:connector-curvature="0" /> - <path - d="m 398.82759,253.50943 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path442" - inkscape:connector-curvature="0" /> - <path - d="m 398.82759,251.01494 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path444" - inkscape:connector-curvature="0" /> - <path - d="m 389.22759,253.50943 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path446" - inkscape:connector-curvature="0" /> - <path - d="m 389.22759,251.01494 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path448" - inkscape:connector-curvature="0" /> - <path - d="m 379.62759,253.50943 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path450" - inkscape:connector-curvature="0" /> - <path - d="m 379.62759,251.01494 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path452" - inkscape:connector-curvature="0" /> - <path - d="m 370.02759,253.50943 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path454" - inkscape:connector-curvature="0" /> - <path - d="m 370.02759,251.01494 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path456" - inkscape:connector-curvature="0" /> - <path - d="m 360.42759,253.50943 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path458" - inkscape:connector-curvature="0" /> - <path - d="m 360.42759,251.01494 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path460" - inkscape:connector-curvature="0" /> - <path - d="m 350.82759,253.50943 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path462" - inkscape:connector-curvature="0" /> - <path - d="m 350.82759,251.01494 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path464" - inkscape:connector-curvature="0" /> - <path - d="m 341.22759,253.50943 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path466" - inkscape:connector-curvature="0" /> - <path - d="m 341.22759,251.01494 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path468" - inkscape:connector-curvature="0" /> - <path - d="m 339.37562,169.18817 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path470" - inkscape:connector-curvature="0" /> - <path - d="m 339.37562,166.69368 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path472" - inkscape:connector-curvature="0" /> - <path - d="m 348.97562,169.18817 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path474" - inkscape:connector-curvature="0" /> - <path - d="m 348.97562,166.69368 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path476" - inkscape:connector-curvature="0" /> - <path - d="m 358.57562,169.18817 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path478" - inkscape:connector-curvature="0" /> - <path - d="m 358.57562,166.69368 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path480" - inkscape:connector-curvature="0" /> - <path - d="m 273.38507,320.78502 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path482" - inkscape:connector-curvature="0" /> - <path - d="m 273.38507,318.29053 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path484" - inkscape:connector-curvature="0" /> - <path - d="m 273.38507,306.38502 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path486" - inkscape:connector-curvature="0" /> - <path - d="m 273.38507,303.89053 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path488" - inkscape:connector-curvature="0" /> - <path - d="m 292.28271,311.18502 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path490" - inkscape:connector-curvature="0" /> - <path - d="m 292.28271,308.69053 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path492" - inkscape:connector-curvature="0" /> - <path - d="m 292.28271,325.58502 2.49449,-2.49449" - style="fill:none;stroke:#0000ff" - id="path494" - inkscape:connector-curvature="0" /> - <path - d="m 292.28271,323.09053 2.49449,2.49449" - style="fill:none;stroke:#0000ff" - id="path496" - inkscape:connector-curvature="0" /> - </g> - <g - inkscape:groupmode="layer" - inkscape:label="Fold" - id="g546" - style="display:inline"> - <path - d="M 449.76378,549.54331 V 693.16535" - style="fill:none;stroke:#00ff00;stroke-dasharray:0.5, 3.7795" - id="path500" - inkscape:connector-curvature="0" /> - <path - d="M 542.97877,40.344069 V 350.26532" - style="fill:none;stroke:#ff0000;stroke-dasharray:0.5, 3.7795" - id="path502" - inkscape:connector-curvature="0" /> - <path - d="M 542.97877,350.26532 H 316.20712" - style="fill:none;stroke:#ff0000;stroke-dasharray:0.5, 3.7795" - id="path504" - inkscape:connector-curvature="0" /> - <path - d="M 611.01027,350.26532 V 40.344069" - style="fill:none;stroke:#ff0000;stroke-dasharray:0.5, 3.7795" - id="path506" - inkscape:connector-curvature="0" /> - <path - d="M 570.70866,693.16535 V 549.54331" - style="fill:none;stroke:#00ff00;stroke-dasharray:0.5, 3.7795" - id="path516" - inkscape:connector-curvature="0" /> - <path - d="M 521.5748,549.54331 V 693.16535" - style="fill:none;stroke:#00ff00;stroke-dasharray:0.5, 3.7795" - id="path518" - inkscape:connector-curvature="0" /> - <path - d="M 400.62992,549.54331 V 693.16535" - style="fill:none;stroke:#00ff00;stroke-dasharray:0.5, 3.7795" - id="path522" - inkscape:connector-curvature="0" /> - <path - d="M 316.20712,40.344069 V 350.26532" - style="fill:none;stroke:#ff0000;stroke-dasharray:0.5, 3.7795" - id="path530" - inkscape:connector-curvature="0" /> - <path - d="M 248.17562,40.344069 V 350.26532" - style="fill:none;stroke:#ff0000;stroke-dasharray:0.5, 3.7795" - id="path538" - inkscape:connector-curvature="0" /> - <path - d="m 471.16775,40.344069 h 71.81102" - style="fill:none;stroke:#ff0000;stroke-dasharray:0.5, 3.7795" - id="path544" - inkscape:connector-curvature="0" /> - </g> - <g - inkscape:groupmode="layer" - inkscape:label="Circuit_Cut" - id="g1762" - style="display:inline"> - <path - d="M 490.67011,105.54093 V 97.981869" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path548" - inkscape:connector-curvature="0" /> - <path - d="m 490.67011,97.981869 h 7.55906" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path550" - inkscape:connector-curvature="0" /> - <path - d="m 498.22917,97.981869 v 7.559061" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path552" - inkscape:connector-curvature="0" /> - <path - d="m 490.67011,105.54093 v 19.79333" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path554" - inkscape:connector-curvature="0" /> - <path - d="m 498.22917,105.54093 v 22.92439" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path556" - inkscape:connector-curvature="0" /> - <path - d="m 490.67011,125.33426 -55.20455,55.20455" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path558" - inkscape:connector-curvature="0" /> - <path - d="m 430.1205,185.88387 3e-5,-3e-5" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path560" - inkscape:connector-curvature="0" /> - <path - d="m 498.22917,128.46532 -57.41855,57.41855" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path562" - inkscape:connector-curvature="0" /> - <path - d="m 440.81062,185.88387 39.84374,39.8441" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path564" - inkscape:connector-curvature="0" /> - <path - d="m 430.12053,185.88384 42.97478,42.97517" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path566" - inkscape:connector-curvature="0" /> - <path - d="m 473.09531,248.48266 v 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path568" - inkscape:connector-curvature="0" /> - <path - d="m 473.09531,256.04171 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path570" - inkscape:connector-curvature="0" /> - <path - d="m 480.65436,256.04171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path572" - inkscape:connector-curvature="0" /> - <path - d="m 473.09531,228.85901 v 19.62365" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path574" - inkscape:connector-curvature="0" /> - <path - d="m 480.65436,225.72797 v 22.75469" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path576" - inkscape:connector-curvature="0" /> - <path - d="m 346.44334,164.1614 v 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path578" - inkscape:connector-curvature="0" /> - <path - d="m 346.44334,171.72045 h 7.55906" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path580" - inkscape:connector-curvature="0" /> - <path - d="M 354.0024,171.72045 V 164.1614" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path582" - inkscape:connector-curvature="0" /> - <path - d="m 346.44334,164.1614 v -1.70991" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path584" - inkscape:connector-curvature="0" /> - <path - d="m 354.0024,164.1614 v 1.42115" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path586" - inkscape:connector-curvature="0" /> - <path - d="m 346.44334,162.45149 7.95472,-7.95472" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path588" - inkscape:connector-curvature="0" /> - <path - d="m 354.0024,165.58255 3.52672,-3.52673" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path590" - inkscape:connector-curvature="0" /> - <path - d="m 354.39806,154.49677 h 55.0251" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path592" - inkscape:connector-curvature="0" /> - <path - d="m 357.52912,162.05582 h 48.763" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path594" - inkscape:connector-curvature="0" /> - <path - d="m 409.42316,154.49677 26.0424,26.04204" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path596" - inkscape:connector-curvature="0" /> - <path - d="m 406.29212,162.05582 23.82838,23.82805" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path598" - inkscape:connector-curvature="0" /> - <path - d="M 481.07011,105.54093 V 97.981869" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path600" - inkscape:connector-curvature="0" /> - <path - d="m 481.07011,97.981869 h 7.55906" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path602" - inkscape:connector-curvature="0" /> - <path - d="m 488.62917,97.981869 v 7.559061" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path604" - inkscape:connector-curvature="0" /> - <path - d="m 481.07011,105.54093 v 2.93928" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path606" - inkscape:connector-curvature="0" /> - <path - d="m 488.62917,105.54093 v 6.07034" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path608" - inkscape:connector-curvature="0" /> - <path - d="m 481.07011,108.48021 -2.87514,2.87514" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path610" - inkscape:connector-curvature="0" /> - <path - d="m 488.62917,111.61127 -7.30313,7.30313" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path612" - inkscape:connector-curvature="0" /> - <path - d="M 478.19497,111.35535 H 385.13696" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path614" - inkscape:connector-curvature="0" /> - <path - d="M 481.32604,118.9144 H 388.26802" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path616" - inkscape:connector-curvature="0" /> - <path - d="m 385.13696,111.35535 -51.89302,51.89302" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path618" - inkscape:connector-curvature="0" /> - <path - d="m 388.26802,118.9144 -45.43208,45.43209" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path620" - inkscape:connector-curvature="0" /> - <path - d="m 342.83594,164.34649 5.44271,8.73111" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path622" - inkscape:connector-curvature="0" /> - <path - d="m 333.24394,163.24837 -0.27686,-0.44412" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path624" - inkscape:connector-curvature="0" /> - <path - d="m 332.96708,162.80425 -8.81385,-1.49988" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path626" - inkscape:connector-curvature="0" /> - <path - d="m 348.27865,173.0776 -21.54256,-3.66598" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path628" - inkscape:connector-curvature="0" /> - <path - d="m 324.15323,161.30437 -53.30044,53.30044" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path630" - inkscape:connector-curvature="0" /> - <path - d="m 326.73609,169.41162 -48.32425,48.32425" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path632" - inkscape:connector-curvature="0" /> - <path - d="m 270.85279,214.60481 v 88.90856" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path634" - inkscape:connector-curvature="0" /> - <path - d="m 278.41184,217.73587 v 89.02631" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path636" - inkscape:connector-curvature="0" /> - <path - d="m 270.85279,303.51337 -10.48668,9.9462" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path638" - inkscape:connector-curvature="0" /> - <path - d="m 278.41184,306.76218 -10.48667,9.94621" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path640" - inkscape:connector-curvature="0" /> - <path - d="m 260.36611,313.45957 v 12.05785" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path642" - inkscape:connector-curvature="0" /> - <path - d="m 267.92517,316.70839 v 5.67796" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path644" - inkscape:connector-curvature="0" /> - <path - d="m 267.92517,322.38635 8.874,8.87401" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path646" - inkscape:connector-curvature="0" /> - <path - d="m 260.36611,325.51742 13.302,13.30199" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path648" - inkscape:connector-curvature="0" /> - <path - d="m 276.79917,331.26036 h 48.52639" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path650" - inkscape:connector-curvature="0" /> - <path - d="m 273.66811,338.81941 h 54.78851" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path652" - inkscape:connector-curvature="0" /> - <path - d="m 325.32556,331.26036 70.96975,-70.96975" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path654" - inkscape:connector-curvature="0" /> - <path - d="m 328.45662,338.81941 75.39774,-75.39774" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path656" - inkscape:connector-curvature="0" /> - <path - d="m 396.29531,256.04171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path658" - inkscape:connector-curvature="0" /> - <path - d="m 396.29531,248.48266 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path660" - inkscape:connector-curvature="0" /> - <path - d="m 403.85436,248.48266 v 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path662" - inkscape:connector-curvature="0" /> - <path - d="m 396.29531,260.29061 v -4.2489" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path664" - inkscape:connector-curvature="0" /> - <path - d="m 403.85436,263.42167 v -7.37996" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path666" - inkscape:connector-curvature="0" /> - <path - d="m 289.75043,306.15825 v 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path668" - inkscape:connector-curvature="0" /> - <path - d="m 289.75043,313.7173 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path670" - inkscape:connector-curvature="0" /> - <path - d="m 297.30948,313.7173 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path672" - inkscape:connector-curvature="0" /> - <path - d="m 289.75043,306.15825 v -96.985" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path674" - inkscape:connector-curvature="0" /> - <path - d="M 297.30948,306.15825 V 212.30431" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path676" - inkscape:connector-curvature="0" /> - <path - d="m 289.75043,209.17325 34.42728,-34.42729" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path678" - inkscape:connector-curvature="0" /> - <path - d="m 297.30948,212.30431 29.9993,-29.99929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path680" - inkscape:connector-curvature="0" /> - <path - d="m 324.17771,174.74596 h 28.78035" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path682" - inkscape:connector-curvature="0" /> - <path - d="m 327.30878,182.30502 h 28.78034" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path684" - inkscape:connector-curvature="0" /> - <path - d="m 352.95806,174.74596 3.62053,-3.62052" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path686" - inkscape:connector-curvature="0" /> - <path - d="m 356.08912,182.30502 8.65916,-8.65916" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path688" - inkscape:connector-curvature="0" /> - <path - d="M 363.60239,167.58668 V 164.1614" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path690" - inkscape:connector-curvature="0" /> - <path - d="m 363.60239,164.1614 h -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path692" - inkscape:connector-curvature="0" /> - <path - d="m 356.04334,164.1614 v 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path694" - inkscape:connector-curvature="0" /> - <path - d="m 356.04334,171.72045 h 0.64777" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path696" - inkscape:connector-curvature="0" /> - <path - d="m 364.74828,173.64586 -1.14589,-6.05918" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path698" - inkscape:connector-curvature="0" /> - <path - d="m 356.57859,171.12544 0.11252,0.59501" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path700" - inkscape:connector-curvature="0" /> - <path - d="m 289.75043,320.55825 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path702" - inkscape:connector-curvature="0" /> - <path - d="m 297.30948,320.55825 v 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path704" - inkscape:connector-curvature="0" /> - <path - d="m 297.30948,328.1173 h -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path706" - inkscape:connector-curvature="0" /> - <path - d="m 289.75043,328.1173 v 0" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path708" - inkscape:connector-curvature="0" /> - <path - d="m 289.75043,320.55825 h -8.75258" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path710" - inkscape:connector-curvature="0" /> - <path - d="M 289.75043,328.1173 H 277.86678" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path712" - inkscape:connector-curvature="0" /> - <path - d="m 278.41184,317.97224 v -2.21399" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path714" - inkscape:connector-curvature="0" /> - <path - d="m 278.41184,315.75825 h -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path716" - inkscape:connector-curvature="0" /> - <path - d="m 270.85279,315.75825 v 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path718" - inkscape:connector-curvature="0" /> - <path - d="m 270.85279,323.3173 h 2.21399" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path720" - inkscape:connector-curvature="0" /> - <path - d="m 280.99785,320.55825 -2.58601,-2.58601" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path722" - inkscape:connector-curvature="0" /> - <path - d="m 277.86678,328.1173 -4.8,-4.8" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path724" - inkscape:connector-curvature="0" /> - <path - d="m 415.49531,256.04171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path726" - inkscape:connector-curvature="0" /> - <path - d="m 415.49531,248.48266 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path728" - inkscape:connector-curvature="0" /> - <path - d="m 423.05436,248.48266 v 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path730" - inkscape:connector-curvature="0" /> - <path - d="m 415.49531,256.04171 v 2.99835" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path732" - inkscape:connector-curvature="0" /> - <path - d="M 423.05436,256.04171 V 255.909" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path734" - inkscape:connector-curvature="0" /> - <path - d="m 423.05436,255.909 3.09133,3.09133" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path736" - inkscape:connector-curvature="0" /> - <path - d="m 415.49531,259.04006 7.51932,7.51932" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path738" - inkscape:connector-curvature="0" /> - <path - d="m 426.14569,259.00033 h 53.43146" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path740" - inkscape:connector-curvature="0" /> - <path - d="m 423.01463,266.55938 h 59.69358" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path742" - inkscape:connector-curvature="0" /> - <path - d="M 479.57715,259.00033 501.1103,237.46717" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path744" - inkscape:connector-curvature="0" /> - <path - d="m 482.70821,266.55938 25.96115,-25.96114" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path746" - inkscape:connector-curvature="0" /> - <path - d="M 501.1103,237.46717 V 99.002389" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path748" - inkscape:connector-curvature="0" /> - <path - d="M 508.66936,240.59824 V 95.871329" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path750" - inkscape:connector-curvature="0" /> - <path - d="m 508.66936,95.871329 -8.32965,-8.32965" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path752" - inkscape:connector-curvature="0" /> - <path - d="m 501.1103,99.002389 -3.90166,-3.90165" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path754" - inkscape:connector-curvature="0" /> - <path - d="M 500.33971,87.541679 H 478.37904" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path756" - inkscape:connector-curvature="0" /> - <path - d="M 497.20864,95.100739 H 481.5101" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path758" - inkscape:connector-curvature="0" /> - <path - d="m 478.37904,87.541679 -6.90893,6.90893" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path760" - inkscape:connector-curvature="0" /> - <path - d="m 481.5101,95.100739 -2.48093,2.48093" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path762" - inkscape:connector-curvature="0" /> - <path - d="m 471.47011,97.981869 v 7.559061" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path764" - inkscape:connector-curvature="0" /> - <path - d="m 471.47011,105.54093 h 7.55906" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path766" - inkscape:connector-curvature="0" /> - <path - d="M 479.02917,105.54093 V 97.981869" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path768" - inkscape:connector-curvature="0" /> - <path - d="m 471.47011,94.450609 v 3.53126" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path770" - inkscape:connector-curvature="0" /> - <path - d="m 479.02917,97.581669 v 0.4002" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path772" - inkscape:connector-curvature="0" /> - <path - d="m 461.87011,97.981869 v 7.559061" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path774" - inkscape:connector-curvature="0" /> - <path - d="m 461.87011,105.54093 h 7.55906" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path776" - inkscape:connector-curvature="0" /> - <path - d="M 469.42917,105.54093 V 97.981869" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path778" - inkscape:connector-curvature="0" /> - <path - d="m 461.87011,97.981869 v -7.45063" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path780" - inkscape:connector-curvature="0" /> - <path - d="m 469.42917,97.981869 v -4.31957" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path782" - inkscape:connector-curvature="0" /> - <path - d="m 461.87011,90.531239 12.74187,-12.74187" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path784" - inkscape:connector-curvature="0" /> - <path - d="m 469.42917,93.662299 8.31387,-8.31388" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path786" - inkscape:connector-curvature="0" /> - <path - d="m 474.61198,77.789369 h 29.33831" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path788" - inkscape:connector-curvature="0" /> - <path - d="m 477.74304,85.348419 h 23.07619" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path790" - inkscape:connector-curvature="0" /> - <path - d="m 503.95029,77.789369 14.28278,14.28278" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path792" - inkscape:connector-curvature="0" /> - <path - d="m 500.81923,85.348419 9.85479,9.85479" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path794" - inkscape:connector-curvature="0" /> - <path - d="M 510.67402,95.203209 V 241.31662" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path796" - inkscape:connector-curvature="0" /> - <path - d="M 518.23307,92.072149 V 244.44768" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path798" - inkscape:connector-curvature="0" /> - <path - d="m 510.67402,241.31662 -27.35174,27.35174" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path800" - inkscape:connector-curvature="0" /> - <path - d="m 518.23307,244.44768 -31.77973,31.77973" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path802" - inkscape:connector-curvature="0" /> - <path - d="M 483.32228,268.66836 H 421.83212" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path804" - inkscape:connector-curvature="0" /> - <path - d="M 486.45334,276.22741 H 418.70105" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path806" - inkscape:connector-curvature="0" /> - <path - d="m 421.83212,268.66836 -8.37776,-8.37775" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path808" - inkscape:connector-curvature="0" /> - <path - d="M 418.70105,276.22741 405.89531,263.42167" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path810" - inkscape:connector-curvature="0" /> - <path - d="m 405.89531,256.04171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path812" - inkscape:connector-curvature="0" /> - <path - d="m 405.89531,248.48266 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path814" - inkscape:connector-curvature="0" /> - <path - d="m 413.45436,248.48266 v 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path816" - inkscape:connector-curvature="0" /> - <path - d="m 405.89531,263.42167 v -7.37996" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path818" - inkscape:connector-curvature="0" /> - <path - d="m 413.45436,260.29061 v -4.2489" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path820" - inkscape:connector-curvature="0" /> - <path - d="M 491.61499,104.59604 V 98.926749" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path822" - inkscape:connector-curvature="0" /> - <path - d="m 491.61499,98.926749 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path824" - inkscape:connector-curvature="0" /> - <path - d="m 497.28428,98.926749 v 5.669291" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path826" - inkscape:connector-curvature="0" /> - <path - d="m 491.61499,104.59604 v 21.1296" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path828" - inkscape:connector-curvature="0" /> - <path - d="m 497.28428,104.59604 v 23.4779" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path830" - inkscape:connector-curvature="0" /> - <path - d="m 491.61499,125.72564 -56.14943,56.14943" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path832" - inkscape:connector-curvature="0" /> - <path - d="m 431.45677,185.88387 2e-5,-3e-5" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path834" - inkscape:connector-curvature="0" /> - <path - d="m 497.28428,128.07394 -57.80992,57.80992" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path836" - inkscape:connector-curvature="0" /> - <path - d="m 439.47436,185.88386 40.23512,40.23549" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path838" - inkscape:connector-curvature="0" /> - <path - d="m 431.45679,185.88384 42.5834,42.58379" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path840" - inkscape:connector-curvature="0" /> - <path - d="m 474.04019,249.42754 v 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path842" - inkscape:connector-curvature="0" /> - <path - d="m 474.04019,255.09683 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path844" - inkscape:connector-curvature="0" /> - <path - d="m 479.70948,255.09683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path846" - inkscape:connector-curvature="0" /> - <path - d="m 474.04019,228.46763 v 20.95991" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path848" - inkscape:connector-curvature="0" /> - <path - d="m 479.70948,226.11935 v 23.30819" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path850" - inkscape:connector-curvature="0" /> - <path - d="m 347.38822,165.10628 v 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path852" - inkscape:connector-curvature="0" /> - <path - d="m 347.38822,170.77557 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path854" - inkscape:connector-curvature="0" /> - <path - d="m 353.05751,170.77557 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path856" - inkscape:connector-curvature="0" /> - <path - d="m 347.38822,165.10628 v -2.26341" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path858" - inkscape:connector-curvature="0" /> - <path - d="m 353.05751,165.10628 v 0.0849" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path860" - inkscape:connector-curvature="0" /> - <path - d="m 347.38822,162.84287 7.40122,-7.40122" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path862" - inkscape:connector-curvature="0" /> - <path - d="m 353.05751,165.19117 4.08023,-4.08023" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path864" - inkscape:connector-curvature="0" /> - <path - d="m 354.78944,155.44165 h 54.24234" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path866" - inkscape:connector-curvature="0" /> - <path - d="M 357.13774,161.11094 H 406.6835" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path868" - inkscape:connector-curvature="0" /> - <path - d="m 409.03178,155.44165 26.43378,26.43342" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path870" - inkscape:connector-curvature="0" /> - <path - d="m 406.6835,161.11094 24.77327,24.77293" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path872" - inkscape:connector-curvature="0" /> - <path - d="M 482.01499,104.59604 V 98.926749" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path874" - inkscape:connector-curvature="0" /> - <path - d="m 482.01499,98.926749 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path876" - inkscape:connector-curvature="0" /> - <path - d="m 487.68428,98.926749 v 5.669291" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path878" - inkscape:connector-curvature="0" /> - <path - d="m 482.01499,104.59604 v 4.27555" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path880" - inkscape:connector-curvature="0" /> - <path - d="m 487.68428,104.59604 v 6.62385" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path882" - inkscape:connector-curvature="0" /> - <path - d="m 482.01499,108.87159 -3.42863,3.42864" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path884" - inkscape:connector-curvature="0" /> - <path - d="m 487.68428,111.21989 -6.74963,6.74963" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path886" - inkscape:connector-curvature="0" /> - <path - d="M 478.58636,112.30023 H 385.52834" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path888" - inkscape:connector-curvature="0" /> - <path - d="M 480.93465,117.96952 H 387.87664" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path890" - inkscape:connector-curvature="0" /> - <path - d="m 385.52834,112.30023 -51.0854,51.08541" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path892" - inkscape:connector-curvature="0" /> - <path - d="m 387.87664,117.96952 -46.2397,46.2397" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path894" - inkscape:connector-curvature="0" /> - <path - d="m 341.63694,164.20922 4.72776,7.58421" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path896" - inkscape:connector-curvature="0" /> - <path - d="m 334.44294,163.38564 0.43809,0.70278" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path898" - inkscape:connector-curvature="0" /> - <path - d="m 334.88103,164.08842 -10.40494,-1.77065" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path900" - inkscape:connector-curvature="0" /> - <path - d="m 346.3647,171.79343 -19.95146,-3.39521" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path902" - inkscape:connector-curvature="0" /> - <path - d="m 324.47609,162.31777 -52.67842,52.67842" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path904" - inkscape:connector-curvature="0" /> - <path - d="m 326.41324,168.39822 -48.94628,48.94627" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path906" - inkscape:connector-curvature="0" /> - <path - d="m 271.79767,214.99619 v 88.92328" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path908" - inkscape:connector-curvature="0" /> - <path - d="m 277.46696,217.34449 v 89.01159" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path910" - inkscape:connector-curvature="0" /> - <path - d="m 271.79767,303.91947 -10.48668,9.9462" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path912" - inkscape:connector-curvature="0" /> - <path - d="m 277.46696,306.35608 -10.48668,9.9462" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path914" - inkscape:connector-curvature="0" /> - <path - d="m 261.31099,313.86567 v 11.26036" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path916" - inkscape:connector-curvature="0" /> - <path - d="m 266.98028,316.30228 v 6.47546" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path918" - inkscape:connector-curvature="0" /> - <path - d="m 266.98028,322.77774 9.42751,9.4275" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path920" - inkscape:connector-curvature="0" /> - <path - d="m 261.31099,325.12603 12.7485,12.7485" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path922" - inkscape:connector-curvature="0" /> - <path - d="m 276.40779,332.20524 h 49.30915" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path924" - inkscape:connector-curvature="0" /> - <path - d="m 274.05949,337.87453 h 54.00575" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path926" - inkscape:connector-curvature="0" /> - <path - d="m 325.71694,332.20524 71.52325,-71.52325" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path928" - inkscape:connector-curvature="0" /> - <path - d="m 328.06524,337.87453 74.84424,-74.84424" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path930" - inkscape:connector-curvature="0" /> - <path - d="m 397.24019,255.09683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path932" - inkscape:connector-curvature="0" /> - <path - d="m 397.24019,249.42754 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path934" - inkscape:connector-curvature="0" /> - <path - d="m 402.90948,249.42754 v 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path936" - inkscape:connector-curvature="0" /> - <path - d="m 397.24019,260.68199 v -5.58516" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path938" - inkscape:connector-curvature="0" /> - <path - d="m 402.90948,263.03029 v -7.93346" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path940" - inkscape:connector-curvature="0" /> - <path - d="m 290.69531,307.10313 v 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path942" - inkscape:connector-curvature="0" /> - <path - d="m 290.69531,312.77242 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path944" - inkscape:connector-curvature="0" /> - <path - d="m 296.3646,312.77242 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path946" - inkscape:connector-curvature="0" /> - <path - d="m 290.69531,307.10313 v -97.5385" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path948" - inkscape:connector-curvature="0" /> - <path - d="m 296.3646,307.10313 v -95.1902" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path950" - inkscape:connector-curvature="0" /> - <path - d="M 290.69531,209.56463 324.5691,175.69085" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path952" - inkscape:connector-curvature="0" /> - <path - d="m 296.3646,211.91293 30.55279,-30.55279" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path954" - inkscape:connector-curvature="0" /> - <path - d="m 324.5691,175.69085 h 28.78034" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path956" - inkscape:connector-curvature="0" /> - <path - d="m 326.91739,181.36014 h 28.78035" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path958" - inkscape:connector-curvature="0" /> - <path - d="m 353.34944,175.69085 4.25036,-4.25036" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path960" - inkscape:connector-curvature="0" /> - <path - d="m 355.69774,181.36014 8.02933,-8.02933" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path962" - inkscape:connector-curvature="0" /> - <path - d="m 362.65751,167.67524 v -2.56896" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path964" - inkscape:connector-curvature="0" /> - <path - d="m 362.65751,165.10628 h -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path966" - inkscape:connector-curvature="0" /> - <path - d="m 356.98822,165.10628 v 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path968" - inkscape:connector-curvature="0" /> - <path - d="m 356.98822,170.77557 h 0.48583" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path970" - inkscape:connector-curvature="0" /> - <path - d="m 363.72707,173.33081 -1.06956,-5.65557" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path972" - inkscape:connector-curvature="0" /> - <path - d="m 357.5998,171.44049 -0.12575,-0.66492" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path974" - inkscape:connector-curvature="0" /> - <path - d="m 290.69531,321.50313 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path976" - inkscape:connector-curvature="0" /> - <path - d="m 296.3646,321.50313 v 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path978" - inkscape:connector-curvature="0" /> - <path - d="m 296.3646,327.17242 h -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path980" - inkscape:connector-curvature="0" /> - <path - d="m 290.69531,327.17242 v 0" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path982" - inkscape:connector-curvature="0" /> - <path - d="M 290.69531,321.50313 H 280.60646" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path984" - inkscape:connector-curvature="0" /> - <path - d="M 290.69531,327.17242 H 278.25817" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path986" - inkscape:connector-curvature="0" /> - <path - d="m 277.46696,318.36363 v -1.6605" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path988" - inkscape:connector-curvature="0" /> - <path - d="m 277.46696,316.70313 h -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path990" - inkscape:connector-curvature="0" /> - <path - d="m 271.79767,316.70313 v 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path992" - inkscape:connector-curvature="0" /> - <path - d="m 271.79767,322.37242 h 1.6605" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path994" - inkscape:connector-curvature="0" /> - <path - d="m 280.60646,321.50313 -3.1395,-3.1395" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path996" - inkscape:connector-curvature="0" /> - <path - d="m 278.25817,327.17242 -4.8,-4.8" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path998" - inkscape:connector-curvature="0" /> - <path - d="m 416.44019,255.09683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1000" - inkscape:connector-curvature="0" /> - <path - d="m 416.44019,249.42754 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1002" - inkscape:connector-curvature="0" /> - <path - d="m 422.10948,249.42754 v 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1004" - inkscape:connector-curvature="0" /> - <path - d="m 416.44019,255.09683 v 3.55185" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1006" - inkscape:connector-curvature="0" /> - <path - d="m 422.10948,255.09683 v 1.20355" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1008" - inkscape:connector-curvature="0" /> - <path - d="m 422.10948,256.30038 3.64483,3.64483" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1010" - inkscape:connector-curvature="0" /> - <path - d="m 416.44019,258.64868 6.96582,6.96582" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1012" - inkscape:connector-curvature="0" /> - <path - d="m 425.75431,259.94521 h 54.21422" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1014" - inkscape:connector-curvature="0" /> - <path - d="m 423.40601,265.6145 h 58.91082" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1016" - inkscape:connector-curvature="0" /> - <path - d="m 479.96853,259.94521 22.08665,-22.08665" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1018" - inkscape:connector-curvature="0" /> - <path - d="m 482.31683,265.6145 25.40764,-25.40765" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1020" - inkscape:connector-curvature="0" /> - <path - d="M 502.05518,237.85856 V 98.611009" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1022" - inkscape:connector-curvature="0" /> - <path - d="M 507.72447,240.20685 V 96.262709" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1024" - inkscape:connector-curvature="0" /> - <path - d="m 507.72447,96.262709 -7.77615,-7.77615" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1026" - inkscape:connector-curvature="0" /> - <path - d="m 502.05518,98.611009 -4.45515,-4.45516" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1028" - inkscape:connector-curvature="0" /> - <path - d="m 499.94832,88.486559 h -21.1779" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1030" - inkscape:connector-curvature="0" /> - <path - d="M 497.60003,94.155849 H 481.11872" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1032" - inkscape:connector-curvature="0" /> - <path - d="m 478.77042,88.486559 -6.35543,6.35543" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1034" - inkscape:connector-curvature="0" /> - <path - d="m 481.11872,94.155849 -3.03444,3.03444" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1036" - inkscape:connector-curvature="0" /> - <path - d="m 472.41499,98.926749 v 5.669291" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1038" - inkscape:connector-curvature="0" /> - <path - d="m 472.41499,104.59604 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1040" - inkscape:connector-curvature="0" /> - <path - d="M 478.08428,104.59604 V 98.926749" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1042" - inkscape:connector-curvature="0" /> - <path - d="m 472.41499,94.841989 v 4.08476" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1044" - inkscape:connector-curvature="0" /> - <path - d="m 478.08428,97.190289 v 1.73646" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1046" - inkscape:connector-curvature="0" /> - <path - d="m 462.81499,98.926749 v 5.669291" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1048" - inkscape:connector-curvature="0" /> - <path - d="m 462.81499,104.59604 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1050" - inkscape:connector-curvature="0" /> - <path - d="M 468.48428,104.59604 V 98.926749" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1052" - inkscape:connector-curvature="0" /> - <path - d="m 462.81499,98.926749 v -8.00413" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1054" - inkscape:connector-curvature="0" /> - <path - d="m 468.48428,98.926749 v -5.65583" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1056" - inkscape:connector-curvature="0" /> - <path - d="m 462.81499,90.922619 12.18838,-12.18837" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1058" - inkscape:connector-curvature="0" /> - <path - d="m 468.48428,93.270919 8.86738,-8.86738" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1060" - inkscape:connector-curvature="0" /> - <path - d="m 475.00337,78.734249 h 28.55554" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1062" - inkscape:connector-curvature="0" /> - <path - d="m 477.35166,84.403539 h 23.85895" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1064" - inkscape:connector-curvature="0" /> - <path - d="m 503.55891,78.734249 13.72928,13.72928" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1066" - inkscape:connector-curvature="0" /> - <path - d="m 501.21061,84.403539 10.40829,10.40829" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1068" - inkscape:connector-curvature="0" /> - <path - d="M 511.6189,94.811829 V 241.708" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1070" - inkscape:connector-curvature="0" /> - <path - d="M 517.28819,92.463529 V 244.0563" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1072" - inkscape:connector-curvature="0" /> - <path - d="m 511.6189,241.708 -27.90524,27.90524" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1074" - inkscape:connector-curvature="0" /> - <path - d="m 517.28819,244.0563 -31.22623,31.22623" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1076" - inkscape:connector-curvature="0" /> - <path - d="M 483.71366,269.61324 H 421.44073" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1078" - inkscape:connector-curvature="0" /> - <path - d="M 486.06196,275.28253 H 419.09243" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1080" - inkscape:connector-curvature="0" /> - <path - d="m 421.44073,269.61324 -8.93125,-8.93125" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1082" - inkscape:connector-curvature="0" /> - <path - d="M 419.09243,275.28253 406.84019,263.03029" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1084" - inkscape:connector-curvature="0" /> - <path - d="m 406.84019,255.09683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1086" - inkscape:connector-curvature="0" /> - <path - d="m 406.84019,249.42754 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1088" - inkscape:connector-curvature="0" /> - <path - d="m 412.50948,249.42754 v 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1090" - inkscape:connector-curvature="0" /> - <path - d="m 406.84019,263.03029 v -7.93346" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1092" - inkscape:connector-curvature="0" /> - <path - d="m 412.50948,260.68199 v -5.58516" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1094" - inkscape:connector-curvature="0" /> - <path - d="m 490.67011,97.981869 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1096" - inkscape:connector-curvature="0" /> - <path - d="m 473.09531,256.04171 0.94488,-0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1098" - inkscape:connector-curvature="0" /> - <path - d="m 346.44334,171.72045 0.94488,-0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1100" - inkscape:connector-curvature="0" /> - <path - d="m 481.07011,97.981869 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1102" - inkscape:connector-curvature="0" /> - <path - d="m 396.29531,248.48266 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1104" - inkscape:connector-curvature="0" /> - <path - d="m 289.75043,313.7173 0.94488,-0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1106" - inkscape:connector-curvature="0" /> - <path - d="m 356.04334,164.1614 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1108" - inkscape:connector-curvature="0" /> - <path - d="m 297.30948,320.55825 -0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1110" - inkscape:connector-curvature="0" /> - <path - d="m 270.85279,315.75825 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1112" - inkscape:connector-curvature="0" /> - <path - d="m 415.49531,248.48266 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1114" - inkscape:connector-curvature="0" /> - <path - d="m 471.47011,105.54093 0.94488,-0.94489" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1116" - inkscape:connector-curvature="0" /> - <path - d="m 461.87011,105.54093 0.94488,-0.94489" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1118" - inkscape:connector-curvature="0" /> - <path - d="m 405.89531,248.48266 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1120" - inkscape:connector-curvature="0" /> - <path - d="M 452.27011,105.54093 V 97.981869" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1122" - inkscape:connector-curvature="0" /> - <path - d="m 452.27011,97.981869 h 7.55906" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1124" - inkscape:connector-curvature="0" /> - <path - d="M 459.82917,105.54093 V 97.981869" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1126" - inkscape:connector-curvature="0" /> - <path - d="m 452.27011,105.54093 h 7.55906" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1128" - inkscape:connector-curvature="0" /> - <path - d="M 453.21499,104.59604 V 98.926749" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1130" - inkscape:connector-curvature="0" /> - <path - d="m 453.21499,98.926749 h 5.6693" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1132" - inkscape:connector-curvature="0" /> - <path - d="M 458.88429,104.59604 V 98.926749" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1134" - inkscape:connector-curvature="0" /> - <path - d="m 453.21499,104.59604 h 5.6693" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1136" - inkscape:connector-curvature="0" /> - <path - d="m 452.27011,97.981869 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1138" - inkscape:connector-curvature="0" /> - <path - d="m 459.82917,105.54093 -0.94488,-0.94489" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1140" - inkscape:connector-curvature="0" /> - <path - d="M 442.67011,105.54093 V 97.981869" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1142" - inkscape:connector-curvature="0" /> - <path - d="m 442.67011,97.981869 h 7.55906" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1144" - inkscape:connector-curvature="0" /> - <path - d="M 450.22917,105.54093 V 97.981869" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1146" - inkscape:connector-curvature="0" /> - <path - d="m 442.67011,105.54093 h 7.55906" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1148" - inkscape:connector-curvature="0" /> - <path - d="M 443.61499,104.59604 V 98.926749" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1150" - inkscape:connector-curvature="0" /> - <path - d="m 443.61499,98.926749 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1152" - inkscape:connector-curvature="0" /> - <path - d="M 449.28428,104.59604 V 98.926749" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1154" - inkscape:connector-curvature="0" /> - <path - d="m 443.61499,104.59604 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1156" - inkscape:connector-curvature="0" /> - <path - d="m 442.67011,97.981869 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1158" - inkscape:connector-curvature="0" /> - <path - d="m 450.22917,105.54093 -0.94489,-0.94489" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1160" - inkscape:connector-curvature="0" /> - <path - d="M 433.07011,105.54093 V 97.981869" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1162" - inkscape:connector-curvature="0" /> - <path - d="m 433.07011,97.981869 h 7.55906" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1164" - inkscape:connector-curvature="0" /> - <path - d="M 440.62917,105.54093 V 97.981869" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1166" - inkscape:connector-curvature="0" /> - <path - d="m 433.07011,105.54093 h 7.55906" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1168" - inkscape:connector-curvature="0" /> - <path - d="M 434.01499,104.59604 V 98.926749" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1170" - inkscape:connector-curvature="0" /> - <path - d="m 434.01499,98.926749 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1172" - inkscape:connector-curvature="0" /> - <path - d="M 439.68428,104.59604 V 98.926749" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1174" - inkscape:connector-curvature="0" /> - <path - d="m 434.01499,104.59604 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1176" - inkscape:connector-curvature="0" /> - <path - d="m 433.07011,97.981869 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1178" - inkscape:connector-curvature="0" /> - <path - d="m 440.62917,105.54093 -0.94489,-0.94489" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1180" - inkscape:connector-curvature="0" /> - <path - d="M 423.47011,105.54093 V 97.981869" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1182" - inkscape:connector-curvature="0" /> - <path - d="m 423.47011,97.981869 h 7.55906" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1184" - inkscape:connector-curvature="0" /> - <path - d="M 431.02917,105.54093 V 97.981869" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1186" - inkscape:connector-curvature="0" /> - <path - d="m 423.47011,105.54093 h 7.55906" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1188" - inkscape:connector-curvature="0" /> - <path - d="M 424.41499,104.59604 V 98.926749" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1190" - inkscape:connector-curvature="0" /> - <path - d="m 424.41499,98.926749 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1192" - inkscape:connector-curvature="0" /> - <path - d="M 430.08428,104.59604 V 98.926749" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1194" - inkscape:connector-curvature="0" /> - <path - d="m 424.41499,104.59604 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1196" - inkscape:connector-curvature="0" /> - <path - d="m 423.47011,97.981869 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1198" - inkscape:connector-curvature="0" /> - <path - d="m 431.02917,105.54093 -0.94489,-0.94489" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1200" - inkscape:connector-curvature="0" /> - <path - d="M 413.87011,105.54093 V 97.981869" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1202" - inkscape:connector-curvature="0" /> - <path - d="m 413.87011,97.981869 h 7.55906" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1204" - inkscape:connector-curvature="0" /> - <path - d="M 421.42917,105.54093 V 97.981869" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1206" - inkscape:connector-curvature="0" /> - <path - d="m 413.87011,105.54093 h 7.55906" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1208" - inkscape:connector-curvature="0" /> - <path - d="M 414.81499,104.59604 V 98.926749" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1210" - inkscape:connector-curvature="0" /> - <path - d="m 414.81499,98.926749 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1212" - inkscape:connector-curvature="0" /> - <path - d="M 420.48428,104.59604 V 98.926749" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1214" - inkscape:connector-curvature="0" /> - <path - d="m 414.81499,104.59604 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1216" - inkscape:connector-curvature="0" /> - <path - d="m 413.87011,97.981869 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1218" - inkscape:connector-curvature="0" /> - <path - d="m 421.42917,105.54093 -0.94489,-0.94489" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1220" - inkscape:connector-curvature="0" /> - <path - d="M 404.27011,105.54093 V 97.981869" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1222" - inkscape:connector-curvature="0" /> - <path - d="m 404.27011,97.981869 h 7.55906" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1224" - inkscape:connector-curvature="0" /> - <path - d="M 411.82917,105.54093 V 97.981869" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1226" - inkscape:connector-curvature="0" /> - <path - d="m 404.27011,105.54093 h 7.55906" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1228" - inkscape:connector-curvature="0" /> - <path - d="M 405.21499,104.59604 V 98.926749" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1230" - inkscape:connector-curvature="0" /> - <path - d="m 405.21499,98.926749 h 5.6693" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1232" - inkscape:connector-curvature="0" /> - <path - d="M 410.88429,104.59604 V 98.926749" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1234" - inkscape:connector-curvature="0" /> - <path - d="m 405.21499,104.59604 h 5.6693" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1236" - inkscape:connector-curvature="0" /> - <path - d="m 404.27011,97.981869 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1238" - inkscape:connector-curvature="0" /> - <path - d="m 411.82917,105.54093 -0.94488,-0.94489" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1240" - inkscape:connector-curvature="0" /> - <path - d="m 338.69531,344.84171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1242" - inkscape:connector-curvature="0" /> - <path - d="m 338.69531,337.28266 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1244" - inkscape:connector-curvature="0" /> - <path - d="m 346.25436,344.84171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1246" - inkscape:connector-curvature="0" /> - <path - d="m 338.69531,344.84171 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1248" - inkscape:connector-curvature="0" /> - <path - d="m 339.64019,343.89683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1250" - inkscape:connector-curvature="0" /> - <path - d="m 339.64019,338.22754 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1252" - inkscape:connector-curvature="0" /> - <path - d="m 345.30948,343.89683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1254" - inkscape:connector-curvature="0" /> - <path - d="m 339.64019,343.89683 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1256" - inkscape:connector-curvature="0" /> - <path - d="m 338.69531,337.28266 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1258" - inkscape:connector-curvature="0" /> - <path - d="m 346.25436,344.84171 -0.94488,-0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1260" - inkscape:connector-curvature="0" /> - <path - d="m 348.29531,344.84171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1262" - inkscape:connector-curvature="0" /> - <path - d="m 348.29531,337.28266 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1264" - inkscape:connector-curvature="0" /> - <path - d="m 355.85436,344.84171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1266" - inkscape:connector-curvature="0" /> - <path - d="m 348.29531,344.84171 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1268" - inkscape:connector-curvature="0" /> - <path - d="m 349.24019,343.89683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1270" - inkscape:connector-curvature="0" /> - <path - d="m 349.24019,338.22754 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1272" - inkscape:connector-curvature="0" /> - <path - d="m 354.90948,343.89683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1274" - inkscape:connector-curvature="0" /> - <path - d="m 349.24019,343.89683 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1276" - inkscape:connector-curvature="0" /> - <path - d="m 348.29531,337.28266 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1278" - inkscape:connector-curvature="0" /> - <path - d="m 355.85436,344.84171 -0.94488,-0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1280" - inkscape:connector-curvature="0" /> - <path - d="m 357.89531,344.84171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1282" - inkscape:connector-curvature="0" /> - <path - d="m 357.89531,337.28266 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1284" - inkscape:connector-curvature="0" /> - <path - d="m 365.45436,344.84171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1286" - inkscape:connector-curvature="0" /> - <path - d="m 357.89531,344.84171 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1288" - inkscape:connector-curvature="0" /> - <path - d="m 358.84019,343.89683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1290" - inkscape:connector-curvature="0" /> - <path - d="m 358.84019,338.22754 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1292" - inkscape:connector-curvature="0" /> - <path - d="m 364.50948,343.89683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1294" - inkscape:connector-curvature="0" /> - <path - d="m 358.84019,343.89683 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1296" - inkscape:connector-curvature="0" /> - <path - d="m 357.89531,337.28266 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1298" - inkscape:connector-curvature="0" /> - <path - d="m 365.45436,344.84171 -0.94488,-0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1300" - inkscape:connector-curvature="0" /> - <path - d="m 367.49531,344.84171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1302" - inkscape:connector-curvature="0" /> - <path - d="m 367.49531,337.28266 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1304" - inkscape:connector-curvature="0" /> - <path - d="m 375.05436,344.84171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1306" - inkscape:connector-curvature="0" /> - <path - d="m 367.49531,344.84171 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1308" - inkscape:connector-curvature="0" /> - <path - d="m 368.44019,343.89683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1310" - inkscape:connector-curvature="0" /> - <path - d="m 368.44019,338.22754 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1312" - inkscape:connector-curvature="0" /> - <path - d="m 374.10948,343.89683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1314" - inkscape:connector-curvature="0" /> - <path - d="m 368.44019,343.89683 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1316" - inkscape:connector-curvature="0" /> - <path - d="m 367.49531,337.28266 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1318" - inkscape:connector-curvature="0" /> - <path - d="m 375.05436,344.84171 -0.94488,-0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1320" - inkscape:connector-curvature="0" /> - <path - d="m 377.09531,344.84171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1322" - inkscape:connector-curvature="0" /> - <path - d="m 377.09531,337.28266 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1324" - inkscape:connector-curvature="0" /> - <path - d="m 384.65436,344.84171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1326" - inkscape:connector-curvature="0" /> - <path - d="m 377.09531,344.84171 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1328" - inkscape:connector-curvature="0" /> - <path - d="m 378.04019,343.89683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1330" - inkscape:connector-curvature="0" /> - <path - d="m 378.04019,338.22754 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1332" - inkscape:connector-curvature="0" /> - <path - d="m 383.70948,343.89683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1334" - inkscape:connector-curvature="0" /> - <path - d="m 378.04019,343.89683 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1336" - inkscape:connector-curvature="0" /> - <path - d="m 377.09531,337.28266 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1338" - inkscape:connector-curvature="0" /> - <path - d="m 384.65436,344.84171 -0.94488,-0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1340" - inkscape:connector-curvature="0" /> - <path - d="m 386.69531,344.84171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1342" - inkscape:connector-curvature="0" /> - <path - d="m 386.69531,337.28266 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1344" - inkscape:connector-curvature="0" /> - <path - d="m 394.25436,344.84171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1346" - inkscape:connector-curvature="0" /> - <path - d="m 386.69531,344.84171 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1348" - inkscape:connector-curvature="0" /> - <path - d="m 387.64019,343.89683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1350" - inkscape:connector-curvature="0" /> - <path - d="m 387.64019,338.22754 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1352" - inkscape:connector-curvature="0" /> - <path - d="m 393.30948,343.89683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1354" - inkscape:connector-curvature="0" /> - <path - d="m 387.64019,343.89683 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1356" - inkscape:connector-curvature="0" /> - <path - d="m 386.69531,337.28266 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1358" - inkscape:connector-curvature="0" /> - <path - d="m 394.25436,344.84171 -0.94488,-0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1360" - inkscape:connector-curvature="0" /> - <path - d="m 396.29531,344.84171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1362" - inkscape:connector-curvature="0" /> - <path - d="m 396.29531,337.28266 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1364" - inkscape:connector-curvature="0" /> - <path - d="m 403.85436,344.84171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1366" - inkscape:connector-curvature="0" /> - <path - d="m 396.29531,344.84171 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1368" - inkscape:connector-curvature="0" /> - <path - d="m 397.24019,343.89683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1370" - inkscape:connector-curvature="0" /> - <path - d="m 397.24019,338.22754 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1372" - inkscape:connector-curvature="0" /> - <path - d="m 402.90948,343.89683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1374" - inkscape:connector-curvature="0" /> - <path - d="m 397.24019,343.89683 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1376" - inkscape:connector-curvature="0" /> - <path - d="m 396.29531,337.28266 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1378" - inkscape:connector-curvature="0" /> - <path - d="m 403.85436,344.84171 -0.94488,-0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1380" - inkscape:connector-curvature="0" /> - <path - d="m 405.89531,344.84171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1382" - inkscape:connector-curvature="0" /> - <path - d="m 405.89531,337.28266 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1384" - inkscape:connector-curvature="0" /> - <path - d="m 413.45436,344.84171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1386" - inkscape:connector-curvature="0" /> - <path - d="m 405.89531,344.84171 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1388" - inkscape:connector-curvature="0" /> - <path - d="m 406.84019,343.89683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1390" - inkscape:connector-curvature="0" /> - <path - d="m 406.84019,338.22754 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1392" - inkscape:connector-curvature="0" /> - <path - d="m 412.50948,343.89683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1394" - inkscape:connector-curvature="0" /> - <path - d="m 406.84019,343.89683 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1396" - inkscape:connector-curvature="0" /> - <path - d="m 405.89531,337.28266 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1398" - inkscape:connector-curvature="0" /> - <path - d="m 413.45436,344.84171 -0.94488,-0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1400" - inkscape:connector-curvature="0" /> - <path - d="m 415.49531,344.84171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1402" - inkscape:connector-curvature="0" /> - <path - d="m 415.49531,337.28266 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1404" - inkscape:connector-curvature="0" /> - <path - d="m 423.05436,344.84171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1406" - inkscape:connector-curvature="0" /> - <path - d="m 415.49531,344.84171 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1408" - inkscape:connector-curvature="0" /> - <path - d="m 416.44019,343.89683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1410" - inkscape:connector-curvature="0" /> - <path - d="m 416.44019,338.22754 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1412" - inkscape:connector-curvature="0" /> - <path - d="m 422.10948,343.89683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1414" - inkscape:connector-curvature="0" /> - <path - d="m 416.44019,343.89683 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1416" - inkscape:connector-curvature="0" /> - <path - d="m 415.49531,337.28266 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1418" - inkscape:connector-curvature="0" /> - <path - d="m 423.05436,344.84171 -0.94488,-0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1420" - inkscape:connector-curvature="0" /> - <path - d="m 425.09531,344.84171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1422" - inkscape:connector-curvature="0" /> - <path - d="m 425.09531,337.28266 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1424" - inkscape:connector-curvature="0" /> - <path - d="m 432.65436,344.84171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1426" - inkscape:connector-curvature="0" /> - <path - d="m 425.09531,344.84171 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1428" - inkscape:connector-curvature="0" /> - <path - d="m 426.04019,343.89683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1430" - inkscape:connector-curvature="0" /> - <path - d="m 426.04019,338.22754 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1432" - inkscape:connector-curvature="0" /> - <path - d="m 431.70948,343.89683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1434" - inkscape:connector-curvature="0" /> - <path - d="m 426.04019,343.89683 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1436" - inkscape:connector-curvature="0" /> - <path - d="m 425.09531,337.28266 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1438" - inkscape:connector-curvature="0" /> - <path - d="m 432.65436,344.84171 -0.94488,-0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1440" - inkscape:connector-curvature="0" /> - <path - d="m 434.69531,344.84171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1442" - inkscape:connector-curvature="0" /> - <path - d="m 434.69531,337.28266 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1444" - inkscape:connector-curvature="0" /> - <path - d="m 442.25436,344.84171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1446" - inkscape:connector-curvature="0" /> - <path - d="m 434.69531,344.84171 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1448" - inkscape:connector-curvature="0" /> - <path - d="m 435.64019,343.89683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1450" - inkscape:connector-curvature="0" /> - <path - d="m 435.64019,338.22754 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1452" - inkscape:connector-curvature="0" /> - <path - d="m 441.30948,343.89683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1454" - inkscape:connector-curvature="0" /> - <path - d="m 435.64019,343.89683 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1456" - inkscape:connector-curvature="0" /> - <path - d="m 434.69531,337.28266 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1458" - inkscape:connector-curvature="0" /> - <path - d="m 442.25436,344.84171 -0.94488,-0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1460" - inkscape:connector-curvature="0" /> - <path - d="m 444.29531,344.84171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1462" - inkscape:connector-curvature="0" /> - <path - d="m 444.29531,337.28266 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1464" - inkscape:connector-curvature="0" /> - <path - d="m 451.85436,344.84171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1466" - inkscape:connector-curvature="0" /> - <path - d="m 444.29531,344.84171 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1468" - inkscape:connector-curvature="0" /> - <path - d="m 445.24019,343.89683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1470" - inkscape:connector-curvature="0" /> - <path - d="m 445.24019,338.22754 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1472" - inkscape:connector-curvature="0" /> - <path - d="m 450.90948,343.89683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1474" - inkscape:connector-curvature="0" /> - <path - d="m 445.24019,343.89683 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1476" - inkscape:connector-curvature="0" /> - <path - d="m 444.29531,337.28266 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1478" - inkscape:connector-curvature="0" /> - <path - d="m 451.85436,344.84171 -0.94488,-0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1480" - inkscape:connector-curvature="0" /> - <path - d="m 453.89531,344.84171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1482" - inkscape:connector-curvature="0" /> - <path - d="m 453.89531,337.28266 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1484" - inkscape:connector-curvature="0" /> - <path - d="m 461.45436,344.84171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1486" - inkscape:connector-curvature="0" /> - <path - d="m 453.89531,344.84171 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1488" - inkscape:connector-curvature="0" /> - <path - d="m 454.84019,343.89683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1490" - inkscape:connector-curvature="0" /> - <path - d="m 454.84019,338.22754 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1492" - inkscape:connector-curvature="0" /> - <path - d="m 460.50948,343.89683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1494" - inkscape:connector-curvature="0" /> - <path - d="m 454.84019,343.89683 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1496" - inkscape:connector-curvature="0" /> - <path - d="m 453.89531,337.28266 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1498" - inkscape:connector-curvature="0" /> - <path - d="m 461.45436,344.84171 -0.94488,-0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1500" - inkscape:connector-curvature="0" /> - <path - d="m 463.49531,344.84171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1502" - inkscape:connector-curvature="0" /> - <path - d="m 463.49531,337.28266 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1504" - inkscape:connector-curvature="0" /> - <path - d="m 471.05436,344.84171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1506" - inkscape:connector-curvature="0" /> - <path - d="m 463.49531,344.84171 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1508" - inkscape:connector-curvature="0" /> - <path - d="m 464.44019,343.89683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1510" - inkscape:connector-curvature="0" /> - <path - d="m 464.44019,338.22754 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1512" - inkscape:connector-curvature="0" /> - <path - d="m 470.10948,343.89683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1514" - inkscape:connector-curvature="0" /> - <path - d="m 464.44019,343.89683 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1516" - inkscape:connector-curvature="0" /> - <path - d="m 463.49531,337.28266 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1518" - inkscape:connector-curvature="0" /> - <path - d="m 471.05436,344.84171 -0.94488,-0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1520" - inkscape:connector-curvature="0" /> - <path - d="m 473.09531,344.84171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1522" - inkscape:connector-curvature="0" /> - <path - d="m 473.09531,337.28266 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1524" - inkscape:connector-curvature="0" /> - <path - d="m 480.65436,344.84171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1526" - inkscape:connector-curvature="0" /> - <path - d="m 473.09531,344.84171 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1528" - inkscape:connector-curvature="0" /> - <path - d="m 474.04019,343.89683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1530" - inkscape:connector-curvature="0" /> - <path - d="m 474.04019,338.22754 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1532" - inkscape:connector-curvature="0" /> - <path - d="m 479.70948,343.89683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1534" - inkscape:connector-curvature="0" /> - <path - d="m 474.04019,343.89683 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1536" - inkscape:connector-curvature="0" /> - <path - d="m 473.09531,337.28266 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1538" - inkscape:connector-curvature="0" /> - <path - d="m 480.65436,344.84171 -0.94488,-0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1540" - inkscape:connector-curvature="0" /> - <path - d="m 463.49531,256.04171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1542" - inkscape:connector-curvature="0" /> - <path - d="m 463.49531,248.48266 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1544" - inkscape:connector-curvature="0" /> - <path - d="m 471.05436,256.04171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1546" - inkscape:connector-curvature="0" /> - <path - d="m 463.49531,256.04171 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1548" - inkscape:connector-curvature="0" /> - <path - d="m 464.44019,255.09683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1550" - inkscape:connector-curvature="0" /> - <path - d="m 464.44019,249.42754 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1552" - inkscape:connector-curvature="0" /> - <path - d="m 470.10948,255.09683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1554" - inkscape:connector-curvature="0" /> - <path - d="m 464.44019,255.09683 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1556" - inkscape:connector-curvature="0" /> - <path - d="m 463.49531,248.48266 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1558" - inkscape:connector-curvature="0" /> - <path - d="m 471.05436,256.04171 -0.94488,-0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1560" - inkscape:connector-curvature="0" /> - <path - d="m 453.89531,256.04171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1562" - inkscape:connector-curvature="0" /> - <path - d="m 453.89531,248.48266 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1564" - inkscape:connector-curvature="0" /> - <path - d="m 461.45436,256.04171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1566" - inkscape:connector-curvature="0" /> - <path - d="m 453.89531,256.04171 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1568" - inkscape:connector-curvature="0" /> - <path - d="m 454.84019,255.09683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1570" - inkscape:connector-curvature="0" /> - <path - d="m 454.84019,249.42754 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1572" - inkscape:connector-curvature="0" /> - <path - d="m 460.50948,255.09683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1574" - inkscape:connector-curvature="0" /> - <path - d="m 454.84019,255.09683 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1576" - inkscape:connector-curvature="0" /> - <path - d="m 453.89531,248.48266 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1578" - inkscape:connector-curvature="0" /> - <path - d="m 461.45436,256.04171 -0.94488,-0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1580" - inkscape:connector-curvature="0" /> - <path - d="m 444.29531,256.04171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1582" - inkscape:connector-curvature="0" /> - <path - d="m 444.29531,248.48266 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1584" - inkscape:connector-curvature="0" /> - <path - d="m 451.85436,256.04171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1586" - inkscape:connector-curvature="0" /> - <path - d="m 444.29531,256.04171 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1588" - inkscape:connector-curvature="0" /> - <path - d="m 445.24019,255.09683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1590" - inkscape:connector-curvature="0" /> - <path - d="m 445.24019,249.42754 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1592" - inkscape:connector-curvature="0" /> - <path - d="m 450.90948,255.09683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1594" - inkscape:connector-curvature="0" /> - <path - d="m 445.24019,255.09683 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1596" - inkscape:connector-curvature="0" /> - <path - d="m 444.29531,248.48266 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1598" - inkscape:connector-curvature="0" /> - <path - d="m 451.85436,256.04171 -0.94488,-0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1600" - inkscape:connector-curvature="0" /> - <path - d="m 434.69531,256.04171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1602" - inkscape:connector-curvature="0" /> - <path - d="m 434.69531,248.48266 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1604" - inkscape:connector-curvature="0" /> - <path - d="m 442.25436,256.04171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1606" - inkscape:connector-curvature="0" /> - <path - d="m 434.69531,256.04171 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1608" - inkscape:connector-curvature="0" /> - <path - d="m 435.64019,255.09683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1610" - inkscape:connector-curvature="0" /> - <path - d="m 435.64019,249.42754 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1612" - inkscape:connector-curvature="0" /> - <path - d="m 441.30948,255.09683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1614" - inkscape:connector-curvature="0" /> - <path - d="m 435.64019,255.09683 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1616" - inkscape:connector-curvature="0" /> - <path - d="m 434.69531,248.48266 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1618" - inkscape:connector-curvature="0" /> - <path - d="m 442.25436,256.04171 -0.94488,-0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1620" - inkscape:connector-curvature="0" /> - <path - d="m 425.09531,256.04171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1622" - inkscape:connector-curvature="0" /> - <path - d="m 425.09531,248.48266 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1624" - inkscape:connector-curvature="0" /> - <path - d="m 432.65436,256.04171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1626" - inkscape:connector-curvature="0" /> - <path - d="m 425.09531,256.04171 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1628" - inkscape:connector-curvature="0" /> - <path - d="m 426.04019,255.09683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1630" - inkscape:connector-curvature="0" /> - <path - d="m 426.04019,249.42754 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1632" - inkscape:connector-curvature="0" /> - <path - d="m 431.70948,255.09683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1634" - inkscape:connector-curvature="0" /> - <path - d="m 426.04019,255.09683 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1636" - inkscape:connector-curvature="0" /> - <path - d="m 425.09531,248.48266 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1638" - inkscape:connector-curvature="0" /> - <path - d="m 432.65436,256.04171 -0.94488,-0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1640" - inkscape:connector-curvature="0" /> - <path - d="m 386.69531,256.04171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1642" - inkscape:connector-curvature="0" /> - <path - d="m 386.69531,248.48266 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1644" - inkscape:connector-curvature="0" /> - <path - d="m 394.25436,256.04171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1646" - inkscape:connector-curvature="0" /> - <path - d="m 386.69531,256.04171 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1648" - inkscape:connector-curvature="0" /> - <path - d="m 387.64019,255.09683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1650" - inkscape:connector-curvature="0" /> - <path - d="m 387.64019,249.42754 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1652" - inkscape:connector-curvature="0" /> - <path - d="m 393.30948,255.09683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1654" - inkscape:connector-curvature="0" /> - <path - d="m 387.64019,255.09683 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1656" - inkscape:connector-curvature="0" /> - <path - d="m 386.69531,248.48266 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1658" - inkscape:connector-curvature="0" /> - <path - d="m 394.25436,256.04171 -0.94488,-0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1660" - inkscape:connector-curvature="0" /> - <path - d="m 377.09531,256.04171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1662" - inkscape:connector-curvature="0" /> - <path - d="m 377.09531,248.48266 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1664" - inkscape:connector-curvature="0" /> - <path - d="m 384.65436,256.04171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1666" - inkscape:connector-curvature="0" /> - <path - d="m 377.09531,256.04171 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1668" - inkscape:connector-curvature="0" /> - <path - d="m 378.04019,255.09683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1670" - inkscape:connector-curvature="0" /> - <path - d="m 378.04019,249.42754 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1672" - inkscape:connector-curvature="0" /> - <path - d="m 383.70948,255.09683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1674" - inkscape:connector-curvature="0" /> - <path - d="m 378.04019,255.09683 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1676" - inkscape:connector-curvature="0" /> - <path - d="m 377.09531,248.48266 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1678" - inkscape:connector-curvature="0" /> - <path - d="m 384.65436,256.04171 -0.94488,-0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1680" - inkscape:connector-curvature="0" /> - <path - d="m 367.49531,256.04171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1682" - inkscape:connector-curvature="0" /> - <path - d="m 367.49531,248.48266 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1684" - inkscape:connector-curvature="0" /> - <path - d="m 375.05436,256.04171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1686" - inkscape:connector-curvature="0" /> - <path - d="m 367.49531,256.04171 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1688" - inkscape:connector-curvature="0" /> - <path - d="m 368.44019,255.09683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1690" - inkscape:connector-curvature="0" /> - <path - d="m 368.44019,249.42754 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1692" - inkscape:connector-curvature="0" /> - <path - d="m 374.10948,255.09683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1694" - inkscape:connector-curvature="0" /> - <path - d="m 368.44019,255.09683 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1696" - inkscape:connector-curvature="0" /> - <path - d="m 367.49531,248.48266 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1698" - inkscape:connector-curvature="0" /> - <path - d="m 375.05436,256.04171 -0.94488,-0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1700" - inkscape:connector-curvature="0" /> - <path - d="m 357.89531,256.04171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1702" - inkscape:connector-curvature="0" /> - <path - d="m 357.89531,248.48266 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1704" - inkscape:connector-curvature="0" /> - <path - d="m 365.45436,256.04171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1706" - inkscape:connector-curvature="0" /> - <path - d="m 357.89531,256.04171 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1708" - inkscape:connector-curvature="0" /> - <path - d="m 358.84019,255.09683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1710" - inkscape:connector-curvature="0" /> - <path - d="m 358.84019,249.42754 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1712" - inkscape:connector-curvature="0" /> - <path - d="m 364.50948,255.09683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1714" - inkscape:connector-curvature="0" /> - <path - d="m 358.84019,255.09683 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1716" - inkscape:connector-curvature="0" /> - <path - d="m 357.89531,248.48266 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1718" - inkscape:connector-curvature="0" /> - <path - d="m 365.45436,256.04171 -0.94488,-0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1720" - inkscape:connector-curvature="0" /> - <path - d="m 348.29531,256.04171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1722" - inkscape:connector-curvature="0" /> - <path - d="m 348.29531,248.48266 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1724" - inkscape:connector-curvature="0" /> - <path - d="m 355.85436,256.04171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1726" - inkscape:connector-curvature="0" /> - <path - d="m 348.29531,256.04171 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1728" - inkscape:connector-curvature="0" /> - <path - d="m 349.24019,255.09683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1730" - inkscape:connector-curvature="0" /> - <path - d="m 349.24019,249.42754 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1732" - inkscape:connector-curvature="0" /> - <path - d="m 354.90948,255.09683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1734" - inkscape:connector-curvature="0" /> - <path - d="m 349.24019,255.09683 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1736" - inkscape:connector-curvature="0" /> - <path - d="m 348.29531,248.48266 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1738" - inkscape:connector-curvature="0" /> - <path - d="m 355.85436,256.04171 -0.94488,-0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1740" - inkscape:connector-curvature="0" /> - <path - d="m 338.69531,256.04171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1742" - inkscape:connector-curvature="0" /> - <path - d="m 338.69531,248.48266 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1744" - inkscape:connector-curvature="0" /> - <path - d="m 346.25436,256.04171 v -7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1746" - inkscape:connector-curvature="0" /> - <path - d="m 338.69531,256.04171 h 7.55905" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1748" - inkscape:connector-curvature="0" /> - <path - d="m 339.64019,255.09683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1750" - inkscape:connector-curvature="0" /> - <path - d="m 339.64019,249.42754 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1752" - inkscape:connector-curvature="0" /> - <path - d="m 345.30948,255.09683 v -5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1754" - inkscape:connector-curvature="0" /> - <path - d="m 339.64019,255.09683 h 5.66929" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1756" - inkscape:connector-curvature="0" /> - <path - d="m 338.69531,248.48266 0.94488,0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1758" - inkscape:connector-curvature="0" /> - <path - d="m 346.25436,256.04171 -0.94488,-0.94488" - style="fill:none;stroke:#ff00ff;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1760" - inkscape:connector-curvature="0" /> - </g> - <g - inkscape:groupmode="layer" - inkscape:label="Circuit_Etc" - id="g2294" - style="display:inline"> - <path - d="M 491.14255,105.06848 V 98.454309" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1764" - inkscape:connector-curvature="0" /> - <path - d="m 491.14255,98.454309 h 6.61418" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1766" - inkscape:connector-curvature="0" /> - <path - d="m 497.75673,98.454309 v 6.614171" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1768" - inkscape:connector-curvature="0" /> - <path - d="m 491.14255,105.06848 v 20.46147" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1770" - inkscape:connector-curvature="0" /> - <path - d="m 497.75673,105.06848 v 23.20115" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1772" - inkscape:connector-curvature="0" /> - <path - d="m 491.14255,125.52995 -55.67699,55.67699" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1774" - inkscape:connector-curvature="0" /> - <path - d="m 430.78863,185.88387 3e-5,-3e-5" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1776" - inkscape:connector-curvature="0" /> - <path - d="m 497.75673,128.26963 -57.61424,57.61424" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1778" - inkscape:connector-curvature="0" /> - <path - d="m 440.14249,185.88387 40.03943,40.03979" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1780" - inkscape:connector-curvature="0" /> - <path - d="m 430.78866,185.88384 42.77909,42.77948" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1782" - inkscape:connector-curvature="0" /> - <path - d="m 473.56775,248.9551 v 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1784" - inkscape:connector-curvature="0" /> - <path - d="m 473.56775,255.56927 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1786" - inkscape:connector-curvature="0" /> - <path - d="M 480.18192,255.56927 V 248.9551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1788" - inkscape:connector-curvature="0" /> - <path - d="M 473.56775,228.66332 V 248.9551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1790" - inkscape:connector-curvature="0" /> - <path - d="M 480.18192,225.92366 V 248.9551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1792" - inkscape:connector-curvature="0" /> - <path - d="m 346.91578,164.63384 v 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1794" - inkscape:connector-curvature="0" /> - <path - d="m 346.91578,171.24801 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1796" - inkscape:connector-curvature="0" /> - <path - d="m 353.52995,171.24801 v -6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1798" - inkscape:connector-curvature="0" /> - <path - d="m 346.91578,164.63384 v -1.98666" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1800" - inkscape:connector-curvature="0" /> - <path - d="m 353.52995,164.63384 v 0.75302" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1802" - inkscape:connector-curvature="0" /> - <path - d="m 346.91578,162.64718 7.67797,-7.67797" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1804" - inkscape:connector-curvature="0" /> - <path - d="m 353.52995,165.38686 3.80348,-3.80348" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1806" - inkscape:connector-curvature="0" /> - <path - d="m 354.59375,154.96921 h 54.63372" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1808" - inkscape:connector-curvature="0" /> - <path - d="m 357.33343,161.58338 h 49.15438" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1810" - inkscape:connector-curvature="0" /> - <path - d="m 409.22747,154.96921 26.23809,26.23773" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1812" - inkscape:connector-curvature="0" /> - <path - d="m 406.48781,161.58338 24.30082,24.30049" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1814" - inkscape:connector-curvature="0" /> - <path - d="M 481.54255,105.06848 V 98.454309" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1816" - inkscape:connector-curvature="0" /> - <path - d="m 481.54255,98.454309 h 6.61418" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1818" - inkscape:connector-curvature="0" /> - <path - d="m 488.15673,98.454309 v 6.614171" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1820" - inkscape:connector-curvature="0" /> - <path - d="m 481.54255,105.06848 v 3.60742" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1822" - inkscape:connector-curvature="0" /> - <path - d="m 488.15673,105.06848 v 6.3471" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1824" - inkscape:connector-curvature="0" /> - <path - d="m 481.54255,108.6759 -3.15189,3.15189" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1826" - inkscape:connector-curvature="0" /> - <path - d="m 488.15673,111.41558 -7.02638,7.02638" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1828" - inkscape:connector-curvature="0" /> - <path - d="M 478.39066,111.82779 H 385.33265" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1830" - inkscape:connector-curvature="0" /> - <path - d="M 481.13035,118.44196 H 388.07233" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1832" - inkscape:connector-curvature="0" /> - <path - d="M 385.33265,111.82779 333.84344,163.317" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1834" - inkscape:connector-curvature="0" /> - <path - d="m 388.07233,118.44196 -45.83589,45.83589" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1836" - inkscape:connector-curvature="0" /> - <path - d="m 342.23644,164.27785 5.08524,8.15766" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1838" - inkscape:connector-curvature="0" /> - <path - d="m 333.84344,163.317 0.0806,0.12933" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1840" - inkscape:connector-curvature="0" /> - <path - d="m 333.92406,163.44633 -9.6094,-1.63526" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1842" - inkscape:connector-curvature="0" /> - <path - d="m 347.32168,172.43551 -20.74702,-3.53059" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1844" - inkscape:connector-curvature="0" /> - <path - d="M 324.31466,161.81107 271.32523,214.8005" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1846" - inkscape:connector-curvature="0" /> - <path - d="M 326.57466,168.90492 277.9394,217.54018" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1848" - inkscape:connector-curvature="0" /> - <path - d="m 271.32523,214.8005 v 88.91592" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1850" - inkscape:connector-curvature="0" /> - <path - d="m 277.9394,217.54018 v 89.01895" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1852" - inkscape:connector-curvature="0" /> - <path - d="m 271.32523,303.71642 -10.48668,9.9462" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1854" - inkscape:connector-curvature="0" /> - <path - d="m 277.9394,306.55913 -10.48667,9.9462" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1856" - inkscape:connector-curvature="0" /> - <path - d="m 260.83855,313.66262 v 11.65911" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1858" - inkscape:connector-curvature="0" /> - <path - d="m 267.45273,316.50533 v 6.07671" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1860" - inkscape:connector-curvature="0" /> - <path - d="m 267.45273,322.58204 9.15075,9.15076" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1862" - inkscape:connector-curvature="0" /> - <path - d="m 260.83855,325.32173 13.02525,13.02524" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1864" - inkscape:connector-curvature="0" /> - <path - d="m 276.60348,331.7328 h 48.91777" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1866" - inkscape:connector-curvature="0" /> - <path - d="m 273.8638,338.34697 h 54.39713" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1868" - inkscape:connector-curvature="0" /> - <path - d="m 325.52125,331.7328 71.2465,-71.2465" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1870" - inkscape:connector-curvature="0" /> - <path - d="m 328.26093,338.34697 75.12099,-75.12099" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1872" - inkscape:connector-curvature="0" /> - <path - d="M 396.76775,255.56927 V 248.9551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1874" - inkscape:connector-curvature="0" /> - <path - d="m 396.76775,248.9551 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1876" - inkscape:connector-curvature="0" /> - <path - d="m 403.38192,248.9551 v 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1878" - inkscape:connector-curvature="0" /> - <path - d="m 396.76775,260.4863 v -4.91703" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1880" - inkscape:connector-curvature="0" /> - <path - d="m 403.38192,263.22598 v -7.65671" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1882" - inkscape:connector-curvature="0" /> - <path - d="m 290.22287,306.63069 v 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1884" - inkscape:connector-curvature="0" /> - <path - d="m 290.22287,313.24486 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1886" - inkscape:connector-curvature="0" /> - <path - d="m 296.83704,313.24486 v -6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1888" - inkscape:connector-curvature="0" /> - <path - d="M 290.22287,306.63069 V 209.36894" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1890" - inkscape:connector-curvature="0" /> - <path - d="M 296.83704,306.63069 V 212.10862" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1892" - inkscape:connector-curvature="0" /> - <path - d="M 290.22287,209.36894 324.3734,175.2184" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1894" - inkscape:connector-curvature="0" /> - <path - d="m 296.83704,212.10862 30.27605,-30.27604" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1896" - inkscape:connector-curvature="0" /> - <path - d="m 324.3734,175.2184 h 28.78035" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1898" - inkscape:connector-curvature="0" /> - <path - d="m 327.11309,181.83258 h 28.78034" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1900" - inkscape:connector-curvature="0" /> - <path - d="m 353.15375,175.2184 3.93544,-3.93544" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1902" - inkscape:connector-curvature="0" /> - <path - d="m 355.89343,181.83258 8.34424,-8.34425" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1904" - inkscape:connector-curvature="0" /> - <path - d="m 363.12995,167.63096 v -2.99712" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1906" - inkscape:connector-curvature="0" /> - <path - d="m 363.12995,164.63384 h -6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1908" - inkscape:connector-curvature="0" /> - <path - d="m 356.51578,164.63384 v 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1910" - inkscape:connector-curvature="0" /> - <path - d="m 356.51578,171.24801 h 0.5668" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1912" - inkscape:connector-curvature="0" /> - <path - d="m 364.23767,173.48833 -1.10772,-5.85737" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1914" - inkscape:connector-curvature="0" /> - <path - d="m 357.08919,171.28296 -0.007,-0.0349" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1916" - inkscape:connector-curvature="0" /> - <path - d="m 290.22287,321.03069 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1918" - inkscape:connector-curvature="0" /> - <path - d="m 296.83704,321.03069 v 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1920" - inkscape:connector-curvature="0" /> - <path - d="m 296.83704,327.64486 h -6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1922" - inkscape:connector-curvature="0" /> - <path - d="m 290.22287,327.64486 v 0" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1924" - inkscape:connector-curvature="0" /> - <path - d="m 290.22287,321.03069 h -9.42071" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1926" - inkscape:connector-curvature="0" /> - <path - d="M 290.22287,327.64486 H 278.06248" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1928" - inkscape:connector-curvature="0" /> - <path - d="m 277.9394,318.16793 v -1.93724" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1930" - inkscape:connector-curvature="0" /> - <path - d="m 277.9394,316.23069 h -6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1932" - inkscape:connector-curvature="0" /> - <path - d="m 271.32523,316.23069 v 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1934" - inkscape:connector-curvature="0" /> - <path - d="m 271.32523,322.84486 h 1.93725" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1936" - inkscape:connector-curvature="0" /> - <path - d="m 280.80216,321.03069 -2.86276,-2.86276" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1938" - inkscape:connector-curvature="0" /> - <path - d="m 278.06248,327.64486 -4.8,-4.8" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1940" - inkscape:connector-curvature="0" /> - <path - d="M 415.96775,255.56927 V 248.9551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1942" - inkscape:connector-curvature="0" /> - <path - d="m 415.96775,248.9551 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1944" - inkscape:connector-curvature="0" /> - <path - d="m 422.58192,248.9551 v 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1946" - inkscape:connector-curvature="0" /> - <path - d="m 415.96775,255.56927 v 3.2751" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1948" - inkscape:connector-curvature="0" /> - <path - d="m 422.58192,255.56927 v 0.53542" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1950" - inkscape:connector-curvature="0" /> - <path - d="m 422.58192,256.10469 3.36808,3.36808" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1952" - inkscape:connector-curvature="0" /> - <path - d="m 415.96775,258.84437 7.24257,7.24257" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1954" - inkscape:connector-curvature="0" /> - <path - d="m 425.95,259.47277 h 53.82284" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1956" - inkscape:connector-curvature="0" /> - <path - d="m 423.21032,266.08694 h 59.3022" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1958" - inkscape:connector-curvature="0" /> - <path - d="m 479.77284,259.47277 21.8099,-21.80991" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1960" - inkscape:connector-curvature="0" /> - <path - d="m 482.51252,266.08694 25.68439,-25.6844" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1962" - inkscape:connector-curvature="0" /> - <path - d="M 501.58274,237.66286 V 98.806699" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1964" - inkscape:connector-curvature="0" /> - <path - d="M 508.19691,240.40254 V 96.067019" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1966" - inkscape:connector-curvature="0" /> - <path - d="m 508.19691,96.067019 -8.0529,-8.0529" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1968" - inkscape:connector-curvature="0" /> - <path - d="m 501.58274,98.806699 -4.17841,-4.17841" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1970" - inkscape:connector-curvature="0" /> - <path - d="M 500.14401,88.014119 H 478.57473" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1972" - inkscape:connector-curvature="0" /> - <path - d="M 497.40433,94.628289 H 481.31441" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1974" - inkscape:connector-curvature="0" /> - <path - d="m 478.57473,88.014119 -6.63218,6.63218" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1976" - inkscape:connector-curvature="0" /> - <path - d="m 481.31441,94.628289 -2.75768,2.75769" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1978" - inkscape:connector-curvature="0" /> - <path - d="m 471.94255,98.454309 v 6.614171" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1980" - inkscape:connector-curvature="0" /> - <path - d="m 471.94255,105.06848 h 6.61418" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1982" - inkscape:connector-curvature="0" /> - <path - d="M 478.55673,105.06848 V 98.454309" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1984" - inkscape:connector-curvature="0" /> - <path - d="m 471.94255,94.646299 v 3.80801" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1986" - inkscape:connector-curvature="0" /> - <path - d="m 478.55673,97.385979 v 1.06833" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1988" - inkscape:connector-curvature="0" /> - <path - d="m 462.34255,98.454309 v 6.614171" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1990" - inkscape:connector-curvature="0" /> - <path - d="m 462.34255,105.06848 h 6.61418" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1992" - inkscape:connector-curvature="0" /> - <path - d="M 468.95673,105.06848 V 98.454309" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1994" - inkscape:connector-curvature="0" /> - <path - d="m 462.34255,98.454309 v -7.72738" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1996" - inkscape:connector-curvature="0" /> - <path - d="m 468.95673,98.454309 v -4.9877" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path1998" - inkscape:connector-curvature="0" /> - <path - d="m 462.34255,90.726929 12.46512,-12.46512" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2000" - inkscape:connector-curvature="0" /> - <path - d="m 468.95673,93.466609 8.59062,-8.59063" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2002" - inkscape:connector-curvature="0" /> - <path - d="M 474.80767,78.261809 H 503.7546" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2004" - inkscape:connector-curvature="0" /> - <path - d="m 477.54735,84.875979 h 23.46757" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2006" - inkscape:connector-curvature="0" /> - <path - d="m 503.7546,78.261809 14.00603,14.00603" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2008" - inkscape:connector-curvature="0" /> - <path - d="m 501.01492,84.875979 10.13154,10.13154" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2010" - inkscape:connector-curvature="0" /> - <path - d="M 511.14646,95.007519 V 241.51231" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2012" - inkscape:connector-curvature="0" /> - <path - d="M 517.76063,92.267839 V 244.25199" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2014" - inkscape:connector-curvature="0" /> - <path - d="M 511.14646,241.51231 483.51797,269.1408" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2016" - inkscape:connector-curvature="0" /> - <path - d="m 517.76063,244.25199 -31.50298,31.50298" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2018" - inkscape:connector-curvature="0" /> - <path - d="M 483.51797,269.1408 H 421.63642" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2020" - inkscape:connector-curvature="0" /> - <path - d="M 486.25765,275.75497 H 418.89674" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2022" - inkscape:connector-curvature="0" /> - <path - d="m 421.63642,269.1408 -8.6545,-8.6545" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2024" - inkscape:connector-curvature="0" /> - <path - d="M 418.89674,275.75497 406.36775,263.22598" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2026" - inkscape:connector-curvature="0" /> - <path - d="M 406.36775,255.56927 V 248.9551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2028" - inkscape:connector-curvature="0" /> - <path - d="m 406.36775,248.9551 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2030" - inkscape:connector-curvature="0" /> - <path - d="m 412.98192,248.9551 v 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2032" - inkscape:connector-curvature="0" /> - <path - d="m 406.36775,263.22598 v -7.65671" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2034" - inkscape:connector-curvature="0" /> - <path - d="m 412.98192,260.4863 v -4.91703" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2036" - inkscape:connector-curvature="0" /> - <path - d="M 452.74255,105.06848 V 98.454309" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2038" - inkscape:connector-curvature="0" /> - <path - d="m 452.74255,98.454309 h 6.61418" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2040" - inkscape:connector-curvature="0" /> - <path - d="M 459.35673,105.06848 V 98.454309" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2042" - inkscape:connector-curvature="0" /> - <path - d="m 452.74255,105.06848 h 6.61418" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2044" - inkscape:connector-curvature="0" /> - <path - d="M 443.14255,105.06848 V 98.454309" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2046" - inkscape:connector-curvature="0" /> - <path - d="m 443.14255,98.454309 h 6.61418" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2048" - inkscape:connector-curvature="0" /> - <path - d="M 449.75673,105.06848 V 98.454309" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2050" - inkscape:connector-curvature="0" /> - <path - d="m 443.14255,105.06848 h 6.61418" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2052" - inkscape:connector-curvature="0" /> - <path - d="M 433.54255,105.06848 V 98.454309" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2054" - inkscape:connector-curvature="0" /> - <path - d="m 433.54255,98.454309 h 6.61418" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2056" - inkscape:connector-curvature="0" /> - <path - d="M 440.15673,105.06848 V 98.454309" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2058" - inkscape:connector-curvature="0" /> - <path - d="m 433.54255,105.06848 h 6.61418" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2060" - inkscape:connector-curvature="0" /> - <path - d="M 423.94255,105.06848 V 98.454309" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2062" - inkscape:connector-curvature="0" /> - <path - d="m 423.94255,98.454309 h 6.61418" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2064" - inkscape:connector-curvature="0" /> - <path - d="M 430.55673,105.06848 V 98.454309" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2066" - inkscape:connector-curvature="0" /> - <path - d="m 423.94255,105.06848 h 6.61418" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2068" - inkscape:connector-curvature="0" /> - <path - d="M 414.34255,105.06848 V 98.454309" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2070" - inkscape:connector-curvature="0" /> - <path - d="m 414.34255,98.454309 h 6.61418" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2072" - inkscape:connector-curvature="0" /> - <path - d="M 420.95673,105.06848 V 98.454309" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2074" - inkscape:connector-curvature="0" /> - <path - d="m 414.34255,105.06848 h 6.61418" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2076" - inkscape:connector-curvature="0" /> - <path - d="M 404.74255,105.06848 V 98.454309" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2078" - inkscape:connector-curvature="0" /> - <path - d="m 404.74255,98.454309 h 6.61418" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2080" - inkscape:connector-curvature="0" /> - <path - d="M 411.35673,105.06848 V 98.454309" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2082" - inkscape:connector-curvature="0" /> - <path - d="m 404.74255,105.06848 h 6.61418" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2084" - inkscape:connector-curvature="0" /> - <path - d="M 339.16775,344.36927 V 337.7551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2086" - inkscape:connector-curvature="0" /> - <path - d="m 339.16775,337.7551 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2088" - inkscape:connector-curvature="0" /> - <path - d="M 345.78192,344.36927 V 337.7551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2090" - inkscape:connector-curvature="0" /> - <path - d="m 339.16775,344.36927 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2092" - inkscape:connector-curvature="0" /> - <path - d="M 348.76775,344.36927 V 337.7551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2094" - inkscape:connector-curvature="0" /> - <path - d="m 348.76775,337.7551 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2096" - inkscape:connector-curvature="0" /> - <path - d="M 355.38192,344.36927 V 337.7551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2098" - inkscape:connector-curvature="0" /> - <path - d="m 348.76775,344.36927 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2100" - inkscape:connector-curvature="0" /> - <path - d="M 358.36775,344.36927 V 337.7551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2102" - inkscape:connector-curvature="0" /> - <path - d="m 358.36775,337.7551 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2104" - inkscape:connector-curvature="0" /> - <path - d="M 364.98192,344.36927 V 337.7551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2106" - inkscape:connector-curvature="0" /> - <path - d="m 358.36775,344.36927 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2108" - inkscape:connector-curvature="0" /> - <path - d="M 367.96775,344.36927 V 337.7551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2110" - inkscape:connector-curvature="0" /> - <path - d="m 367.96775,337.7551 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2112" - inkscape:connector-curvature="0" /> - <path - d="M 374.58192,344.36927 V 337.7551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2114" - inkscape:connector-curvature="0" /> - <path - d="m 367.96775,344.36927 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2116" - inkscape:connector-curvature="0" /> - <path - d="M 377.56775,344.36927 V 337.7551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2118" - inkscape:connector-curvature="0" /> - <path - d="m 377.56775,337.7551 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2120" - inkscape:connector-curvature="0" /> - <path - d="M 384.18192,344.36927 V 337.7551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2122" - inkscape:connector-curvature="0" /> - <path - d="m 377.56775,344.36927 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2124" - inkscape:connector-curvature="0" /> - <path - d="M 387.16775,344.36927 V 337.7551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2126" - inkscape:connector-curvature="0" /> - <path - d="m 387.16775,337.7551 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2128" - inkscape:connector-curvature="0" /> - <path - d="M 393.78192,344.36927 V 337.7551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2130" - inkscape:connector-curvature="0" /> - <path - d="m 387.16775,344.36927 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2132" - inkscape:connector-curvature="0" /> - <path - d="M 396.76775,344.36927 V 337.7551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2134" - inkscape:connector-curvature="0" /> - <path - d="m 396.76775,337.7551 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2136" - inkscape:connector-curvature="0" /> - <path - d="M 403.38192,344.36927 V 337.7551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2138" - inkscape:connector-curvature="0" /> - <path - d="m 396.76775,344.36927 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2140" - inkscape:connector-curvature="0" /> - <path - d="M 406.36775,344.36927 V 337.7551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2142" - inkscape:connector-curvature="0" /> - <path - d="m 406.36775,337.7551 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2144" - inkscape:connector-curvature="0" /> - <path - d="M 412.98192,344.36927 V 337.7551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2146" - inkscape:connector-curvature="0" /> - <path - d="m 406.36775,344.36927 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2148" - inkscape:connector-curvature="0" /> - <path - d="M 415.96775,344.36927 V 337.7551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2150" - inkscape:connector-curvature="0" /> - <path - d="m 415.96775,337.7551 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2152" - inkscape:connector-curvature="0" /> - <path - d="M 422.58192,344.36927 V 337.7551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2154" - inkscape:connector-curvature="0" /> - <path - d="m 415.96775,344.36927 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2156" - inkscape:connector-curvature="0" /> - <path - d="M 425.56775,344.36927 V 337.7551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2158" - inkscape:connector-curvature="0" /> - <path - d="m 425.56775,337.7551 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2160" - inkscape:connector-curvature="0" /> - <path - d="M 432.18192,344.36927 V 337.7551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2162" - inkscape:connector-curvature="0" /> - <path - d="m 425.56775,344.36927 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2164" - inkscape:connector-curvature="0" /> - <path - d="M 435.16775,344.36927 V 337.7551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2166" - inkscape:connector-curvature="0" /> - <path - d="m 435.16775,337.7551 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2168" - inkscape:connector-curvature="0" /> - <path - d="M 441.78192,344.36927 V 337.7551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2170" - inkscape:connector-curvature="0" /> - <path - d="m 435.16775,344.36927 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2172" - inkscape:connector-curvature="0" /> - <path - d="M 444.76775,344.36927 V 337.7551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2174" - inkscape:connector-curvature="0" /> - <path - d="m 444.76775,337.7551 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2176" - inkscape:connector-curvature="0" /> - <path - d="M 451.38192,344.36927 V 337.7551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2178" - inkscape:connector-curvature="0" /> - <path - d="m 444.76775,344.36927 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2180" - inkscape:connector-curvature="0" /> - <path - d="M 454.36775,344.36927 V 337.7551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2182" - inkscape:connector-curvature="0" /> - <path - d="m 454.36775,337.7551 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2184" - inkscape:connector-curvature="0" /> - <path - d="M 460.98192,344.36927 V 337.7551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2186" - inkscape:connector-curvature="0" /> - <path - d="m 454.36775,344.36927 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2188" - inkscape:connector-curvature="0" /> - <path - d="M 463.96775,344.36927 V 337.7551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2190" - inkscape:connector-curvature="0" /> - <path - d="m 463.96775,337.7551 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2192" - inkscape:connector-curvature="0" /> - <path - d="M 470.58192,344.36927 V 337.7551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2194" - inkscape:connector-curvature="0" /> - <path - d="m 463.96775,344.36927 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2196" - inkscape:connector-curvature="0" /> - <path - d="M 473.56775,344.36927 V 337.7551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2198" - inkscape:connector-curvature="0" /> - <path - d="m 473.56775,337.7551 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2200" - inkscape:connector-curvature="0" /> - <path - d="M 480.18192,344.36927 V 337.7551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2202" - inkscape:connector-curvature="0" /> - <path - d="m 473.56775,344.36927 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2204" - inkscape:connector-curvature="0" /> - <path - d="M 463.96775,255.56927 V 248.9551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2206" - inkscape:connector-curvature="0" /> - <path - d="m 463.96775,248.9551 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2208" - inkscape:connector-curvature="0" /> - <path - d="M 470.58192,255.56927 V 248.9551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2210" - inkscape:connector-curvature="0" /> - <path - d="m 463.96775,255.56927 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2212" - inkscape:connector-curvature="0" /> - <path - d="M 454.36775,255.56927 V 248.9551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2214" - inkscape:connector-curvature="0" /> - <path - d="m 454.36775,248.9551 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2216" - inkscape:connector-curvature="0" /> - <path - d="M 460.98192,255.56927 V 248.9551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2218" - inkscape:connector-curvature="0" /> - <path - d="m 454.36775,255.56927 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2220" - inkscape:connector-curvature="0" /> - <path - d="M 444.76775,255.56927 V 248.9551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2222" - inkscape:connector-curvature="0" /> - <path - d="m 444.76775,248.9551 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2224" - inkscape:connector-curvature="0" /> - <path - d="M 451.38192,255.56927 V 248.9551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2226" - inkscape:connector-curvature="0" /> - <path - d="m 444.76775,255.56927 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2228" - inkscape:connector-curvature="0" /> - <path - d="M 435.16775,255.56927 V 248.9551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2230" - inkscape:connector-curvature="0" /> - <path - d="m 435.16775,248.9551 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2232" - inkscape:connector-curvature="0" /> - <path - d="M 441.78192,255.56927 V 248.9551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2234" - inkscape:connector-curvature="0" /> - <path - d="m 435.16775,255.56927 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2236" - inkscape:connector-curvature="0" /> - <path - d="M 425.56775,255.56927 V 248.9551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2238" - inkscape:connector-curvature="0" /> - <path - d="m 425.56775,248.9551 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2240" - inkscape:connector-curvature="0" /> - <path - d="M 432.18192,255.56927 V 248.9551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2242" - inkscape:connector-curvature="0" /> - <path - d="m 425.56775,255.56927 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2244" - inkscape:connector-curvature="0" /> - <path - d="M 387.16775,255.56927 V 248.9551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2246" - inkscape:connector-curvature="0" /> - <path - d="m 387.16775,248.9551 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2248" - inkscape:connector-curvature="0" /> - <path - d="M 393.78192,255.56927 V 248.9551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2250" - inkscape:connector-curvature="0" /> - <path - d="m 387.16775,255.56927 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2252" - inkscape:connector-curvature="0" /> - <path - d="M 377.56775,255.56927 V 248.9551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2254" - inkscape:connector-curvature="0" /> - <path - d="m 377.56775,248.9551 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2256" - inkscape:connector-curvature="0" /> - <path - d="M 384.18192,255.56927 V 248.9551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2258" - inkscape:connector-curvature="0" /> - <path - d="m 377.56775,255.56927 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2260" - inkscape:connector-curvature="0" /> - <path - d="M 367.96775,255.56927 V 248.9551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2262" - inkscape:connector-curvature="0" /> - <path - d="m 367.96775,248.9551 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2264" - inkscape:connector-curvature="0" /> - <path - d="M 374.58192,255.56927 V 248.9551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2266" - inkscape:connector-curvature="0" /> - <path - d="m 367.96775,255.56927 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2268" - inkscape:connector-curvature="0" /> - <path - d="M 358.36775,255.56927 V 248.9551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2270" - inkscape:connector-curvature="0" /> - <path - d="m 358.36775,248.9551 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2272" - inkscape:connector-curvature="0" /> - <path - d="M 364.98192,255.56927 V 248.9551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2274" - inkscape:connector-curvature="0" /> - <path - d="m 358.36775,255.56927 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2276" - inkscape:connector-curvature="0" /> - <path - d="M 348.76775,255.56927 V 248.9551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2278" - inkscape:connector-curvature="0" /> - <path - d="m 348.76775,248.9551 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2280" - inkscape:connector-curvature="0" /> - <path - d="M 355.38192,255.56927 V 248.9551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2282" - inkscape:connector-curvature="0" /> - <path - d="m 348.76775,255.56927 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2284" - inkscape:connector-curvature="0" /> - <path - d="M 339.16775,255.56927 V 248.9551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2286" - inkscape:connector-curvature="0" /> - <path - d="m 339.16775,248.9551 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2288" - inkscape:connector-curvature="0" /> - <path - d="M 345.78192,255.56927 V 248.9551" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2290" - inkscape:connector-curvature="0" /> - <path - d="m 339.16775,255.56927 h 6.61417" - style="fill:none;stroke:#414141;stroke-dasharray:3.7795, 0.7559, 0.5, 0.7559" - id="path2292" - inkscape:connector-curvature="0" /> - </g> - <g - inkscape:groupmode="layer" - inkscape:label="0" - id="g2296" /> -</svg>