roby 0.7.3 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (236) hide show
  1. data/History.txt +7 -5
  2. data/Manifest.txt +91 -16
  3. data/README.txt +24 -24
  4. data/Rakefile +92 -64
  5. data/app/config/app.yml +42 -43
  6. data/app/config/init.rb +26 -0
  7. data/benchmark/alloc_misc.rb +123 -0
  8. data/benchmark/discovery_latency.rb +67 -0
  9. data/benchmark/garbage_collection.rb +48 -0
  10. data/benchmark/genom.rb +31 -0
  11. data/benchmark/transactions.rb +62 -0
  12. data/bin/roby +1 -1
  13. data/bin/roby-log +16 -6
  14. data/doc/guide/.gitignore +2 -0
  15. data/doc/guide/config.yaml +34 -0
  16. data/doc/guide/ext/init.rb +14 -0
  17. data/doc/guide/ext/previous_next.rb +40 -0
  18. data/doc/guide/ext/rdoc_links.rb +33 -0
  19. data/doc/guide/index.rdoc +16 -0
  20. data/doc/guide/overview.rdoc +62 -0
  21. data/doc/guide/plan_modifications.rdoc +67 -0
  22. data/doc/guide/src/abstraction/achieve_with.page +8 -0
  23. data/doc/guide/src/abstraction/forwarding.page +8 -0
  24. data/doc/guide/src/abstraction/hierarchy.page +19 -0
  25. data/doc/guide/src/abstraction/index.page +28 -0
  26. data/doc/guide/src/abstraction/task_models.page +13 -0
  27. data/doc/guide/src/basics.template +6 -0
  28. data/doc/guide/src/basics/app.page +139 -0
  29. data/doc/guide/src/basics/code_examples.page +33 -0
  30. data/doc/guide/src/basics/dry.page +69 -0
  31. data/doc/guide/src/basics/errors.page +443 -0
  32. data/doc/guide/src/basics/events.page +179 -0
  33. data/doc/guide/src/basics/hierarchy.page +275 -0
  34. data/doc/guide/src/basics/index.page +11 -0
  35. data/doc/guide/src/basics/log_replay/goForward_1.png +0 -0
  36. data/doc/guide/src/basics/log_replay/goForward_2.png +0 -0
  37. data/doc/guide/src/basics/log_replay/goForward_3.png +0 -0
  38. data/doc/guide/src/basics/log_replay/goForward_4.png +0 -0
  39. data/doc/guide/src/basics/log_replay/goForward_5.png +0 -0
  40. data/doc/guide/src/basics/log_replay/hierarchy_error_1.png +0 -0
  41. data/doc/guide/src/basics/log_replay/hierarchy_error_2.png +0 -0
  42. data/doc/guide/src/basics/log_replay/hierarchy_error_3.png +0 -0
  43. data/doc/guide/src/basics/log_replay/plan_repair_1.png +0 -0
  44. data/doc/guide/src/basics/log_replay/plan_repair_2.png +0 -0
  45. data/doc/guide/src/basics/log_replay/plan_repair_3.png +0 -0
  46. data/doc/guide/src/basics/log_replay/plan_repair_4.png +0 -0
  47. data/doc/guide/src/basics/log_replay/roby_log_main_window.png +0 -0
  48. data/doc/guide/src/basics/log_replay/roby_log_relation_window.png +0 -0
  49. data/doc/guide/src/basics/log_replay/roby_replay_event_representation.png +0 -0
  50. data/doc/guide/src/basics/plan_objects.page +71 -0
  51. data/doc/guide/src/basics/relations_display.page +203 -0
  52. data/doc/guide/src/basics/roby_cycle_overview.png +0 -0
  53. data/doc/guide/src/basics/shell.page +102 -0
  54. data/doc/guide/src/basics/summary.page +32 -0
  55. data/doc/guide/src/basics/tasks.page +357 -0
  56. data/doc/guide/src/basics_shell_header.txt +16 -0
  57. data/doc/guide/src/cycle/cycle-overview.png +0 -0
  58. data/doc/guide/src/cycle/cycle-overview.svg +208 -0
  59. data/doc/guide/src/cycle/error_handling.page +168 -0
  60. data/doc/guide/src/cycle/error_instantaneous_repair.png +0 -0
  61. data/doc/guide/src/cycle/error_instantaneous_repair.svg +1224 -0
  62. data/doc/guide/src/cycle/garbage_collection.page +10 -0
  63. data/doc/guide/src/cycle/index.page +23 -0
  64. data/doc/guide/src/cycle/propagation.page +154 -0
  65. data/doc/guide/src/cycle/propagation_diamond.png +0 -0
  66. data/doc/guide/src/cycle/propagation_diamond.svg +1279 -0
  67. data/doc/guide/src/default.css +319 -0
  68. data/doc/guide/src/default.template +74 -0
  69. data/doc/guide/src/htmldoc.metainfo +20 -0
  70. data/doc/guide/src/htmldoc.virtual +18 -0
  71. data/doc/guide/src/images/bodybg.png +0 -0
  72. data/doc/guide/src/images/contbg.png +0 -0
  73. data/doc/guide/src/images/footerbg.png +0 -0
  74. data/doc/guide/src/images/gradient1.png +0 -0
  75. data/doc/guide/src/images/gradient2.png +0 -0
  76. data/doc/guide/src/index.page +7 -0
  77. data/doc/guide/src/introduction/index.page +29 -0
  78. data/doc/guide/src/introduction/install.page +133 -0
  79. data/doc/{papers.rdoc → guide/src/introduction/publications.page} +5 -2
  80. data/doc/{videos.rdoc → guide/src/introduction/videos.page} +4 -2
  81. data/doc/guide/src/plugins/fault_tolerance.page +44 -0
  82. data/doc/guide/src/plugins/index.page +11 -0
  83. data/doc/guide/src/plugins/subsystems.page +45 -0
  84. data/doc/guide/src/relations/dependency.page +89 -0
  85. data/doc/guide/src/relations/index.page +12 -0
  86. data/doc/misc/update_github +24 -0
  87. data/doc/tutorials/02-GoForward.rdoc +3 -3
  88. data/ext/graph/graph.cc +46 -0
  89. data/lib/roby.rb +57 -22
  90. data/lib/roby/app.rb +132 -112
  91. data/lib/roby/app/plugins/rake.rb +21 -0
  92. data/lib/roby/app/rake.rb +0 -7
  93. data/lib/roby/app/run.rb +1 -1
  94. data/lib/roby/app/scripts/distributed.rb +1 -2
  95. data/lib/roby/app/scripts/generate/bookmarks.rb +1 -1
  96. data/lib/roby/app/scripts/results.rb +2 -1
  97. data/lib/roby/app/scripts/run.rb +6 -2
  98. data/lib/roby/app/scripts/shell.rb +11 -11
  99. data/lib/roby/config.rb +1 -1
  100. data/lib/roby/decision_control.rb +62 -3
  101. data/lib/roby/distributed.rb +4 -0
  102. data/lib/roby/distributed/base.rb +8 -0
  103. data/lib/roby/distributed/communication.rb +12 -8
  104. data/lib/roby/distributed/connection_space.rb +61 -44
  105. data/lib/roby/distributed/distributed_object.rb +1 -1
  106. data/lib/roby/distributed/notifications.rb +22 -30
  107. data/lib/roby/distributed/peer.rb +13 -8
  108. data/lib/roby/distributed/proxy.rb +5 -5
  109. data/lib/roby/distributed/subscription.rb +4 -4
  110. data/lib/roby/distributed/transaction.rb +3 -3
  111. data/lib/roby/event.rb +176 -110
  112. data/lib/roby/exceptions.rb +12 -4
  113. data/lib/roby/execution_engine.rb +1604 -0
  114. data/lib/roby/external_process_task.rb +225 -0
  115. data/lib/roby/graph.rb +0 -6
  116. data/lib/roby/interface.rb +221 -137
  117. data/lib/roby/log/console.rb +5 -3
  118. data/lib/roby/log/data_stream.rb +94 -16
  119. data/lib/roby/log/dot.rb +8 -8
  120. data/lib/roby/log/event_stream.rb +13 -3
  121. data/lib/roby/log/file.rb +43 -18
  122. data/lib/roby/log/gui/basic_display_ui.rb +89 -0
  123. data/lib/roby/log/gui/chronicle_view_ui.rb +90 -0
  124. data/lib/roby/log/gui/data_displays.rb +4 -5
  125. data/lib/roby/log/gui/data_displays_ui.rb +146 -0
  126. data/lib/roby/log/gui/relations.rb +18 -18
  127. data/lib/roby/log/gui/relations_ui.rb +120 -0
  128. data/lib/roby/log/gui/relations_view_ui.rb +144 -0
  129. data/lib/roby/log/gui/replay.rb +41 -13
  130. data/lib/roby/log/gui/replay_controls.rb +3 -0
  131. data/lib/roby/log/gui/replay_controls.ui +133 -110
  132. data/lib/roby/log/gui/replay_controls_ui.rb +249 -0
  133. data/lib/roby/log/hooks.rb +19 -18
  134. data/lib/roby/log/logger.rb +7 -6
  135. data/lib/roby/log/notifications.rb +4 -4
  136. data/lib/roby/log/plan_rebuilder.rb +20 -22
  137. data/lib/roby/log/relations.rb +44 -16
  138. data/lib/roby/log/server.rb +1 -4
  139. data/lib/roby/log/timings.rb +88 -19
  140. data/lib/roby/plan-object.rb +135 -11
  141. data/lib/roby/plan.rb +408 -224
  142. data/lib/roby/planning/loops.rb +32 -25
  143. data/lib/roby/planning/model.rb +157 -51
  144. data/lib/roby/planning/task.rb +47 -20
  145. data/lib/roby/query.rb +128 -92
  146. data/lib/roby/relations.rb +254 -136
  147. data/lib/roby/relations/conflicts.rb +6 -9
  148. data/lib/roby/relations/dependency.rb +358 -0
  149. data/lib/roby/relations/ensured.rb +0 -1
  150. data/lib/roby/relations/error_handling.rb +0 -1
  151. data/lib/roby/relations/events.rb +0 -2
  152. data/lib/roby/relations/executed_by.rb +26 -11
  153. data/lib/roby/relations/planned_by.rb +14 -14
  154. data/lib/roby/robot.rb +46 -0
  155. data/lib/roby/schedulers/basic.rb +34 -0
  156. data/lib/roby/standalone.rb +4 -0
  157. data/lib/roby/standard_errors.rb +21 -15
  158. data/lib/roby/state/events.rb +5 -4
  159. data/lib/roby/support.rb +107 -6
  160. data/lib/roby/task-operations.rb +23 -19
  161. data/lib/roby/task.rb +522 -148
  162. data/lib/roby/task_index.rb +80 -0
  163. data/lib/roby/test/common.rb +283 -44
  164. data/lib/roby/test/distributed.rb +53 -37
  165. data/lib/roby/test/testcase.rb +9 -204
  166. data/lib/roby/test/tools.rb +3 -3
  167. data/lib/roby/transactions.rb +154 -111
  168. data/lib/roby/transactions/proxy.rb +40 -7
  169. data/manifest.xml +20 -0
  170. data/plugins/fault_injection/README.txt +0 -3
  171. data/plugins/fault_injection/Rakefile +2 -8
  172. data/plugins/fault_injection/app.rb +1 -1
  173. data/plugins/fault_injection/fault_injection.rb +3 -3
  174. data/plugins/fault_injection/test/test_fault_injection.rb +19 -25
  175. data/plugins/subsystems/README.txt +0 -3
  176. data/plugins/subsystems/Rakefile +2 -7
  177. data/plugins/subsystems/app.rb +27 -16
  178. data/plugins/subsystems/test/app/config/init.rb +3 -0
  179. data/plugins/subsystems/test/app/planners/main.rb +1 -1
  180. data/plugins/subsystems/test/app/tasks/services.rb +1 -1
  181. data/plugins/subsystems/test/test_subsystems.rb +23 -16
  182. data/test/distributed/test_communication.rb +32 -15
  183. data/test/distributed/test_connection.rb +28 -26
  184. data/test/distributed/test_execution.rb +59 -54
  185. data/test/distributed/test_mixed_plan.rb +34 -34
  186. data/test/distributed/test_plan_notifications.rb +26 -26
  187. data/test/distributed/test_protocol.rb +57 -48
  188. data/test/distributed/test_query.rb +11 -7
  189. data/test/distributed/test_remote_plan.rb +71 -71
  190. data/test/distributed/test_transaction.rb +50 -47
  191. data/test/mockups/external_process +28 -0
  192. data/test/planning/test_loops.rb +163 -119
  193. data/test/planning/test_model.rb +3 -3
  194. data/test/planning/test_task.rb +27 -7
  195. data/test/relations/test_conflicts.rb +3 -3
  196. data/test/relations/test_dependency.rb +324 -0
  197. data/test/relations/test_ensured.rb +2 -2
  198. data/test/relations/test_executed_by.rb +94 -19
  199. data/test/relations/test_planned_by.rb +11 -9
  200. data/test/suite_core.rb +6 -3
  201. data/test/suite_distributed.rb +1 -0
  202. data/test/suite_planning.rb +1 -0
  203. data/test/suite_relations.rb +2 -2
  204. data/test/tasks/test_external_process.rb +126 -0
  205. data/test/{test_thread_task.rb → tasks/test_thread_task.rb} +17 -20
  206. data/test/test_bgl.rb +21 -1
  207. data/test/test_event.rb +229 -155
  208. data/test/test_exceptions.rb +79 -80
  209. data/test/test_execution_engine.rb +987 -0
  210. data/test/test_gui.rb +1 -1
  211. data/test/test_interface.rb +11 -5
  212. data/test/test_log.rb +18 -7
  213. data/test/test_log_server.rb +1 -0
  214. data/test/test_plan.rb +229 -395
  215. data/test/test_query.rb +193 -35
  216. data/test/test_relations.rb +88 -8
  217. data/test/test_state.rb +55 -37
  218. data/test/test_support.rb +1 -1
  219. data/test/test_task.rb +371 -218
  220. data/test/test_testcase.rb +32 -16
  221. data/test/test_transactions.rb +211 -170
  222. data/test/test_transactions_proxy.rb +37 -19
  223. metadata +169 -71
  224. data/.gitignore +0 -29
  225. data/doc/styles/allison.css +0 -314
  226. data/doc/styles/allison.js +0 -316
  227. data/doc/styles/allison.rb +0 -276
  228. data/doc/styles/jamis.rb +0 -593
  229. data/lib/roby/control.rb +0 -746
  230. data/lib/roby/executives/simple.rb +0 -30
  231. data/lib/roby/propagation.rb +0 -562
  232. data/lib/roby/relations/hierarchy.rb +0 -239
  233. data/lib/roby/transactions/updates.rb +0 -139
  234. data/test/relations/test_hierarchy.rb +0 -158
  235. data/test/test_control.rb +0 -399
  236. data/test/test_propagation.rb +0 -210
@@ -0,0 +1,10 @@
1
+ ---
2
+ title: Garbage Collection
3
+ sort_info: 300
4
+ --- name:content pipeline:tags,markdown,blocks
5
+
6
+ * generatl meaning of task relations => dependencies at different levels
7
+ * stoppign tasks while respecting dependency relations
8
+ * cross-relation cycles: the weak relations
9
+ * unstoppable tasks => quarantine
10
+
@@ -0,0 +1,23 @@
1
+ ---
2
+ title: The Execution Cycle
3
+ routed_title: Execution Cycle
4
+ sort_info: 0
5
+ --- name:content pipeline:tags,markdown,blocks
6
+
7
+ Now that we saw [the basics](../basics/index.html), this section will present in
8
+ greater details how execution works in Roby. First, we will see how a Roby
9
+ application is structured, how it is initialized and when the execution engine,
10
+ that executes Roby plans, starts to kick in. We will present, in turn, each of
11
+ the three phases that make the event propagation cycle (see figure below).
12
+
13
+ ![](cycle-overview.png)
14
+
15
+ * a high-level overview of how event propagation works. In there, you will
16
+ learn that the #emit and #call method calls are handled specially during
17
+ event propagation, and why it is so.
18
+ * a list of the features of event propagation that are useful to you, developper
19
+ of Roby applications.
20
+ * a quick overview of the error handling phase
21
+ * the garbage collection phase, why it exists and how it should affect your
22
+ way to build plans in Roby.
23
+
@@ -0,0 +1,154 @@
1
+ ---
2
+ title: Event Propagation
3
+ sort_info: 100
4
+ --- name:content pipeline:tags,markdown,blocks
5
+
6
+ The execution flow in Roby is basically:
7
+
8
+ * gather a set of initial events, generated for instance by external processes
9
+ (functional layer) or internal supervision mechanisms.
10
+ * propagate those events.
11
+
12
+ The initial event set, that is the set of events that actually need to be
13
+ propagated, is generated at the beginning of the propagation phase. There are
14
+ mainly two sources for it:
15
+ * external sources, that is a functional layer or a needed reaction to the
16
+ robot's state change.
17
+ * delayed events.
18
+ * internal scheduling decisions.
19
+
20
+ Interfacing external sources
21
+ ----------------------------
22
+ The canonical way to interface Roby with external sources is to either use the
23
+ task's #poll block which we already saw, or to globally define periodic handlers
24
+ that poll those sources. There are two ways to define such handlers:
25
+
26
+ Roby.each\_cycle which calls the block given to it at the beginning of each
27
+ propagation phase (each execution cycle).
28
+
29
+ {coderay:: ruby}
30
+ Roby.each_cycle do
31
+ ...
32
+ end
33
+ {coderay}
34
+
35
+ Roby.every which calls the given block at a periodic rate:
36
+
37
+ {coderay:: ruby}
38
+ Roby.every(time_in_seconds) do
39
+ ...
40
+ end
41
+ {coderay}
42
+
43
+ Of course, these two methods can also be used for other purposes (like
44
+ periodically displaying the robot's position for instance).
45
+ {:block}
46
+
47
+ Delaying actions
48
+ ----------------
49
+ We already saw the ability to delay event signalling and forwarding. Namely, the
50
+ following calls:
51
+
52
+ {coderay:: ruby}
53
+ source.signals target, :delay => 10
54
+ source.signals target, :at => (Time.now + 10)
55
+ source.forward_to target, :delay => 10
56
+ source.forward_to target, :at => (Time.now + 10)
57
+ {coderay}
58
+
59
+ will delay the target's call or emission for the specified amount of seconds
60
+ (:delay) or until the specified timepoint is reached (:at). In these cases, the
61
+ delayed events will be part of the initial event set in a future execution
62
+ cycle.
63
+
64
+ One can also delay the execution of some arbitrary action using Roby.once. This
65
+ method will make sure that the block given to it is executed at the beginning of
66
+ the next execution cycle.
67
+
68
+ {coderay:: ruby}
69
+ Roby.once do
70
+ ...
71
+ end
72
+ {coderay}
73
+
74
+ As for Roby.each\_cycle and Roby.every, this method can also be used for other
75
+ purposes (like displaying a message for instance).
76
+ {:block}
77
+
78
+ Scheduler
79
+ ---------
80
+
81
+ "Scheduling is the process of deciding how to commit resources between a variety
82
+ of possible tasks" (Wikipedia). Roby plans, in general, specify how tasks should
83
+ follow each other or interact between each other, but they do not specify
84
+ __where to start__. That is the job of the scheduler.
85
+
86
+ Remember the end of the [presentation of the interactive
87
+ shell](../basics/shell.html) ? The newly created task was started automatically.
88
+ The default Roby scheduler saw this task and decided that, given that it was the
89
+ only action the robot had to do, then it should do it.
90
+
91
+ The default scheduler ({rdoc_class: Schedulers::Basic}) starts tasks:
92
+ * that are root in the hierarchy relation
93
+ * whose start event is controlable (obviously)
94
+ * whose start event is root in the event graph (i.e. not child of a signal or
95
+ forward relation for instance).
96
+
97
+ In other words, the default scheduler starts the high-level missions of the
98
+ robot that do not have a predecessor.
99
+
100
+ Note that it is possible to disable any scheduling by assigning 'nil' to
101
+ Roby.engine.scheduler:
102
+ {coderay:: ruby}
103
+ Roby.engine.scheduler = nil
104
+ {coderay}
105
+
106
+ One can also reimplement its own scheduler. See roby/schedulers/basic.rb for an
107
+ example. The new scheduler is then selected by doing:
108
+ {coderay:: ruby}
109
+ Roby.engine.scheduler = MyOwnScheduler.new
110
+ {coderay}
111
+
112
+ in config/init.rb
113
+
114
+ Event propagation, #call and #emit
115
+ ----------------------------------
116
+ This section will not go into too much details, but what you have to know in
117
+ practice is that when the #emit or #call methods are called, __the corresponding
118
+ action is not taken right away__. Instead, the emission or call is registered in
119
+ a separate queue and will be handled later.
120
+
121
+ The main reason for this is to provide a sane behaviour in conditions where
122
+ multiple propagation paths (i.e. chains of signals/forward) lead to the same
123
+ event. For instance, on the next figure, the initial emission of _a_ could lead
124
+ to having _d_ emitted twice in the current execution cycle, which is something
125
+ that we want to avoid.
126
+
127
+ ![](propagation_diamond.png)
128
+
129
+ Because of this property, it is **forbidden** to use #emit and #call outside (1)
130
+ the control thread and (2) outside the propagation phase (the other phases will
131
+ be introduced later on). The places where it is safe to do so are:
132
+
133
+ * event commands and event handlers
134
+ * polling handlers
135
+ * periodic handlers
136
+ * blocks given to Roby.once
137
+
138
+ If you use these two method calls in a "forbidden place", the PhaseMismatch
139
+ error will be raised. You can then simply fix this usage by queueing the call
140
+ with Roby.once: instead of using
141
+
142
+ {coderay:: ruby}
143
+ my_task.start!
144
+ {coderay}
145
+
146
+ simply do
147
+
148
+ {coderay:: ruby}
149
+ Roby.once { my_task.start! }
150
+ {coderay}
151
+
152
+ The block will then be called at the beginning of the next execution cycle, in
153
+ the propagation phase.
154
+
@@ -0,0 +1,1279 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
4
+ xmlns:cc="http://web.resource.org/cc/"
5
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6
+ xmlns:svg="http://www.w3.org/2000/svg"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
9
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10
+ width="18.7325cm"
11
+ height="8.18444cm"
12
+ viewBox="0 0 531 232"
13
+ version="1.2"
14
+ baseProfile="tiny"
15
+ id="svg4633"
16
+ sodipodi:version="0.32"
17
+ inkscape:version="0.45.1"
18
+ sodipodi:docname="propagation_diamond.svg"
19
+ sodipodi:docbase="/home/doudou/laas/documents/production/thesis/figures/supervision"
20
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
21
+ <metadata
22
+ id="metadata5032">
23
+ <rdf:RDF>
24
+ <cc:Work
25
+ rdf:about="">
26
+ <dc:format>image/svg+xml</dc:format>
27
+ <dc:type
28
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
29
+ </cc:Work>
30
+ </rdf:RDF>
31
+ </metadata>
32
+ <sodipodi:namedview
33
+ inkscape:window-height="919"
34
+ inkscape:window-width="1149"
35
+ inkscape:pageshadow="2"
36
+ inkscape:pageopacity="0.0"
37
+ guidetolerance="10.0"
38
+ gridtolerance="10.0"
39
+ objecttolerance="10.0"
40
+ borderopacity="1.0"
41
+ bordercolor="#666666"
42
+ pagecolor="#ffffff"
43
+ id="base"
44
+ inkscape:zoom="2.160452"
45
+ inkscape:cx="331.875"
46
+ inkscape:cy="144.99991"
47
+ inkscape:window-x="511"
48
+ inkscape:window-y="94"
49
+ inkscape:current-layer="svg4633" />
50
+ <title
51
+ id="title4635">Qt Svg Document</title>
52
+ <desc
53
+ id="desc4637">Generated with Qt</desc>
54
+ <defs
55
+ id="defs4639">
56
+ <marker
57
+ inkscape:stockid="Arrow2Lend"
58
+ orient="auto"
59
+ refY="0.0"
60
+ refX="0.0"
61
+ id="Arrow2Lend"
62
+ style="overflow:visible;">
63
+ <path
64
+ id="path3212"
65
+ style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
66
+ d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
67
+ transform="scale(1.1) rotate(180) translate(1,0)" />
68
+ </marker>
69
+ </defs>
70
+ <g
71
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
72
+ id="g4643"
73
+ font-style="normal"
74
+ font-weight="400"
75
+ font-size="9pt"
76
+ vector-effect="non-scaling-stroke" />
77
+ <g
78
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
79
+ id="g4645"
80
+ font-style="normal"
81
+ font-weight="400"
82
+ font-size="9pt"
83
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
84
+ vector-effect="non-scaling-stroke" />
85
+ <g
86
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:5;stroke-linecap:square;stroke-linejoin:round;stroke-opacity:1;font-family:Sans Serif"
87
+ id="g4647"
88
+ font-style="normal"
89
+ font-weight="400"
90
+ font-size="9pt"
91
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)" />
92
+ <g
93
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
94
+ id="g4649"
95
+ font-style="normal"
96
+ font-weight="400"
97
+ font-size="9pt"
98
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
99
+ vector-effect="non-scaling-stroke" />
100
+ <g
101
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
102
+ id="g4655"
103
+ font-style="normal"
104
+ font-weight="400"
105
+ font-size="9pt"
106
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
107
+ vector-effect="non-scaling-stroke" />
108
+ <g
109
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
110
+ id="g4661"
111
+ font-style="normal"
112
+ font-weight="400"
113
+ font-size="9pt"
114
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
115
+ vector-effect="non-scaling-stroke" />
116
+ <g
117
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
118
+ id="g4663"
119
+ font-style="normal"
120
+ font-weight="400"
121
+ font-size="9pt"
122
+ transform="matrix(0.798623,0,0,0.798623,278.058,59.4974)"
123
+ vector-effect="non-scaling-stroke" />
124
+ <g
125
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
126
+ id="g4665"
127
+ font-style="normal"
128
+ font-weight="400"
129
+ font-size="9pt"
130
+ transform="matrix(0.798623,0,0,0.798623,278.058,59.4974)"
131
+ vector-effect="non-scaling-stroke" />
132
+ <g
133
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
134
+ id="g4667"
135
+ font-style="normal"
136
+ font-weight="400"
137
+ font-size="9pt"
138
+ transform="matrix(0.798623,0,0,0.798623,278.058,59.4974)"
139
+ vector-effect="non-scaling-stroke" />
140
+ <g
141
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
142
+ id="g4673"
143
+ font-style="normal"
144
+ font-weight="400"
145
+ font-size="9pt"
146
+ transform="matrix(0.798623,0,0,0.798623,278.058,59.4974)"
147
+ vector-effect="non-scaling-stroke" />
148
+ <g
149
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
150
+ id="g4675"
151
+ font-style="normal"
152
+ font-weight="400"
153
+ font-size="9pt"
154
+ vector-effect="non-scaling-stroke" />
155
+ <g
156
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
157
+ id="g4677"
158
+ font-style="normal"
159
+ font-weight="400"
160
+ font-size="9pt"
161
+ transform="matrix(0.798623,0,0,0.798623,278.058,59.4974)"
162
+ vector-effect="non-scaling-stroke" />
163
+ <g
164
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
165
+ id="g4679"
166
+ font-style="normal"
167
+ font-weight="400"
168
+ font-size="9pt"
169
+ transform="matrix(0.798623,0,0,0.798623,278.058,59.4974)"
170
+ vector-effect="non-scaling-stroke" />
171
+ <g
172
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
173
+ id="g4681"
174
+ font-style="normal"
175
+ font-weight="400"
176
+ font-size="9pt"
177
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
178
+ vector-effect="non-scaling-stroke" />
179
+ <g
180
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
181
+ id="g4687"
182
+ font-style="normal"
183
+ font-weight="400"
184
+ font-size="9pt"
185
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
186
+ vector-effect="non-scaling-stroke" />
187
+ <g
188
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
189
+ id="g4689"
190
+ font-style="normal"
191
+ font-weight="400"
192
+ font-size="9pt"
193
+ transform="matrix(0.798623,0,0,0.798623,321.183,40.7298)"
194
+ vector-effect="non-scaling-stroke" />
195
+ <g
196
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
197
+ id="g4691"
198
+ font-style="normal"
199
+ font-weight="400"
200
+ font-size="9pt"
201
+ transform="matrix(0.798623,0,0,0.798623,321.183,40.7298)"
202
+ vector-effect="non-scaling-stroke" />
203
+ <g
204
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
205
+ id="g4693"
206
+ font-style="normal"
207
+ font-weight="400"
208
+ font-size="9pt"
209
+ transform="matrix(0.798623,0,0,0.798623,321.183,40.7298)"
210
+ vector-effect="non-scaling-stroke" />
211
+ <g
212
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
213
+ id="g4699"
214
+ font-style="normal"
215
+ font-weight="400"
216
+ font-size="9pt"
217
+ transform="matrix(0.798623,0,0,0.798623,321.183,40.7298)"
218
+ vector-effect="non-scaling-stroke" />
219
+ <g
220
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
221
+ id="g4701"
222
+ font-style="normal"
223
+ font-weight="400"
224
+ font-size="9pt"
225
+ vector-effect="non-scaling-stroke" />
226
+ <g
227
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
228
+ id="g4703"
229
+ font-style="normal"
230
+ font-weight="400"
231
+ font-size="9pt"
232
+ transform="matrix(0.798623,0,0,0.798623,321.183,40.7298)"
233
+ vector-effect="non-scaling-stroke" />
234
+ <g
235
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
236
+ id="g4705"
237
+ font-style="normal"
238
+ font-weight="400"
239
+ font-size="9pt"
240
+ transform="matrix(0.798623,0,0,0.798623,321.183,40.7298)"
241
+ vector-effect="non-scaling-stroke" />
242
+ <g
243
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
244
+ id="g4707"
245
+ font-style="normal"
246
+ font-weight="400"
247
+ font-size="9pt"
248
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
249
+ vector-effect="non-scaling-stroke" />
250
+ <g
251
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
252
+ id="g4713"
253
+ font-style="normal"
254
+ font-weight="400"
255
+ font-size="9pt"
256
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
257
+ vector-effect="non-scaling-stroke" />
258
+ <g
259
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
260
+ id="g4715"
261
+ font-style="normal"
262
+ font-weight="400"
263
+ font-size="9pt"
264
+ transform="matrix(0.798623,0,0,0.798623,145.886,59.4974)"
265
+ vector-effect="non-scaling-stroke" />
266
+ <g
267
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
268
+ id="g4717"
269
+ font-style="normal"
270
+ font-weight="400"
271
+ font-size="9pt"
272
+ transform="matrix(0.798623,0,0,0.798623,145.886,59.4974)"
273
+ vector-effect="non-scaling-stroke" />
274
+ <g
275
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
276
+ id="g4719"
277
+ font-style="normal"
278
+ font-weight="400"
279
+ font-size="9pt"
280
+ transform="matrix(0.798623,0,0,0.798623,145.886,59.4974)"
281
+ vector-effect="non-scaling-stroke" />
282
+ <g
283
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
284
+ id="g4725"
285
+ font-style="normal"
286
+ font-weight="400"
287
+ font-size="9pt"
288
+ transform="matrix(0.798623,0,0,0.798623,145.886,59.4974)"
289
+ vector-effect="non-scaling-stroke" />
290
+ <g
291
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
292
+ id="g4727"
293
+ font-style="normal"
294
+ font-weight="400"
295
+ font-size="9pt"
296
+ vector-effect="non-scaling-stroke" />
297
+ <g
298
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
299
+ id="g4729"
300
+ font-style="normal"
301
+ font-weight="400"
302
+ font-size="9pt"
303
+ transform="matrix(0.798623,0,0,0.798623,145.886,59.4974)"
304
+ vector-effect="non-scaling-stroke" />
305
+ <g
306
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
307
+ id="g4731"
308
+ font-style="normal"
309
+ font-weight="400"
310
+ font-size="9pt"
311
+ transform="matrix(0.798623,0,0,0.798623,145.886,59.4974)"
312
+ vector-effect="non-scaling-stroke" />
313
+ <g
314
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
315
+ id="g4733"
316
+ font-style="normal"
317
+ font-weight="400"
318
+ font-size="9pt"
319
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
320
+ vector-effect="non-scaling-stroke" />
321
+ <g
322
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
323
+ id="g4739"
324
+ font-style="normal"
325
+ font-weight="400"
326
+ font-size="9pt"
327
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
328
+ vector-effect="non-scaling-stroke" />
329
+ <g
330
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
331
+ id="g4741"
332
+ font-style="normal"
333
+ font-weight="400"
334
+ font-size="9pt"
335
+ transform="matrix(0.798623,0,0,0.798623,141.094,40.7298)"
336
+ vector-effect="non-scaling-stroke" />
337
+ <g
338
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
339
+ id="g4743"
340
+ font-style="normal"
341
+ font-weight="400"
342
+ font-size="9pt"
343
+ transform="matrix(0.798623,0,0,0.798623,141.094,40.7298)"
344
+ vector-effect="non-scaling-stroke" />
345
+ <g
346
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
347
+ id="g4745"
348
+ font-style="normal"
349
+ font-weight="400"
350
+ font-size="9pt"
351
+ transform="matrix(0.798623,0,0,0.798623,141.094,40.7298)"
352
+ vector-effect="non-scaling-stroke" />
353
+ <g
354
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
355
+ id="g4751"
356
+ font-style="normal"
357
+ font-weight="400"
358
+ font-size="9pt"
359
+ transform="matrix(0.798623,0,0,0.798623,141.094,40.7298)"
360
+ vector-effect="non-scaling-stroke" />
361
+ <g
362
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
363
+ id="g4753"
364
+ font-style="normal"
365
+ font-weight="400"
366
+ font-size="9pt"
367
+ vector-effect="non-scaling-stroke" />
368
+ <g
369
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
370
+ id="g4755"
371
+ font-style="normal"
372
+ font-weight="400"
373
+ font-size="9pt"
374
+ transform="matrix(0.798623,0,0,0.798623,141.094,40.7298)"
375
+ vector-effect="non-scaling-stroke" />
376
+ <g
377
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
378
+ id="g4757"
379
+ font-style="normal"
380
+ font-weight="400"
381
+ font-size="9pt"
382
+ transform="matrix(0.798623,0,0,0.798623,141.094,40.7298)"
383
+ vector-effect="non-scaling-stroke" />
384
+ <g
385
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
386
+ id="g4759"
387
+ font-style="normal"
388
+ font-weight="400"
389
+ font-size="9pt"
390
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
391
+ vector-effect="non-scaling-stroke" />
392
+ <g
393
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
394
+ id="g4765"
395
+ font-style="normal"
396
+ font-weight="400"
397
+ font-size="9pt"
398
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
399
+ vector-effect="non-scaling-stroke" />
400
+ <g
401
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
402
+ id="g4767"
403
+ font-style="normal"
404
+ font-weight="400"
405
+ font-size="9pt"
406
+ transform="matrix(0.798623,0,0,0.798623,169.844,40.7298)"
407
+ vector-effect="non-scaling-stroke" />
408
+ <g
409
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
410
+ id="g4769"
411
+ font-style="normal"
412
+ font-weight="400"
413
+ font-size="9pt"
414
+ transform="matrix(0.798623,0,0,0.798623,169.844,40.7298)"
415
+ vector-effect="non-scaling-stroke" />
416
+ <g
417
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
418
+ id="g4771"
419
+ font-style="normal"
420
+ font-weight="400"
421
+ font-size="9pt"
422
+ transform="matrix(0.798623,0,0,0.798623,169.844,40.7298)"
423
+ vector-effect="non-scaling-stroke" />
424
+ <g
425
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
426
+ id="g4777"
427
+ font-style="normal"
428
+ font-weight="400"
429
+ font-size="9pt"
430
+ transform="matrix(0.798623,0,0,0.798623,169.844,40.7298)"
431
+ vector-effect="non-scaling-stroke" />
432
+ <g
433
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
434
+ id="g4779"
435
+ font-style="normal"
436
+ font-weight="400"
437
+ font-size="9pt"
438
+ vector-effect="non-scaling-stroke" />
439
+ <g
440
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
441
+ id="g4781"
442
+ font-style="normal"
443
+ font-weight="400"
444
+ font-size="9pt"
445
+ transform="matrix(0.798623,0,0,0.798623,169.844,40.7298)"
446
+ vector-effect="non-scaling-stroke" />
447
+ <g
448
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
449
+ id="g4783"
450
+ font-style="normal"
451
+ font-weight="400"
452
+ font-size="9pt"
453
+ transform="matrix(0.798623,0,0,0.798623,169.844,40.7298)"
454
+ vector-effect="non-scaling-stroke" />
455
+ <g
456
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
457
+ id="g4785"
458
+ font-style="normal"
459
+ font-weight="400"
460
+ font-size="9pt"
461
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
462
+ vector-effect="non-scaling-stroke" />
463
+ <g
464
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
465
+ id="g4791"
466
+ font-style="normal"
467
+ font-weight="400"
468
+ font-size="9pt"
469
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
470
+ vector-effect="non-scaling-stroke" />
471
+ <g
472
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
473
+ id="g4793"
474
+ font-style="normal"
475
+ font-weight="400"
476
+ font-size="9pt"
477
+ transform="matrix(0.798623,0,0,0.798623,216.963,40.7298)"
478
+ vector-effect="non-scaling-stroke" />
479
+ <g
480
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
481
+ id="g4795"
482
+ font-style="normal"
483
+ font-weight="400"
484
+ font-size="9pt"
485
+ transform="matrix(0.798623,0,0,0.798623,216.963,40.7298)"
486
+ vector-effect="non-scaling-stroke" />
487
+ <g
488
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
489
+ id="g4797"
490
+ font-style="normal"
491
+ font-weight="400"
492
+ font-size="9pt"
493
+ transform="matrix(0.798623,0,0,0.798623,216.963,40.7298)"
494
+ vector-effect="non-scaling-stroke" />
495
+ <g
496
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
497
+ id="g4803"
498
+ font-style="normal"
499
+ font-weight="400"
500
+ font-size="9pt"
501
+ transform="matrix(0.798623,0,0,0.798623,216.963,40.7298)"
502
+ vector-effect="non-scaling-stroke" />
503
+ <g
504
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
505
+ id="g4805"
506
+ font-style="normal"
507
+ font-weight="400"
508
+ font-size="9pt"
509
+ vector-effect="non-scaling-stroke" />
510
+ <g
511
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
512
+ id="g4807"
513
+ font-style="normal"
514
+ font-weight="400"
515
+ font-size="9pt"
516
+ transform="matrix(0.798623,0,0,0.798623,216.963,40.7298)"
517
+ vector-effect="non-scaling-stroke" />
518
+ <g
519
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
520
+ id="g4809"
521
+ font-style="normal"
522
+ font-weight="400"
523
+ font-size="9pt"
524
+ transform="matrix(0.798623,0,0,0.798623,216.963,40.7298)"
525
+ vector-effect="non-scaling-stroke" />
526
+ <g
527
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
528
+ id="g4811"
529
+ font-style="normal"
530
+ font-weight="400"
531
+ font-size="9pt"
532
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
533
+ vector-effect="non-scaling-stroke" />
534
+ <g
535
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
536
+ id="g4817"
537
+ font-style="normal"
538
+ font-weight="400"
539
+ font-size="9pt"
540
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
541
+ vector-effect="non-scaling-stroke" />
542
+ <g
543
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
544
+ id="g4819"
545
+ font-style="normal"
546
+ font-weight="400"
547
+ font-size="9pt"
548
+ transform="matrix(0.798623,0,0,0.798623,238.526,101.425)"
549
+ vector-effect="non-scaling-stroke" />
550
+ <g
551
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
552
+ id="g4821"
553
+ font-style="normal"
554
+ font-weight="400"
555
+ font-size="9pt"
556
+ transform="matrix(0.798623,0,0,0.798623,238.526,101.425)"
557
+ vector-effect="non-scaling-stroke" />
558
+ <g
559
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
560
+ id="g4823"
561
+ font-style="normal"
562
+ font-weight="400"
563
+ font-size="9pt"
564
+ transform="matrix(0.798623,0,0,0.798623,238.526,101.425)"
565
+ vector-effect="non-scaling-stroke" />
566
+ <g
567
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
568
+ id="g4825"
569
+ font-style="normal"
570
+ font-weight="400"
571
+ font-size="9pt"
572
+ transform="matrix(0.798623,0,0,0.798623,238.526,101.425)"
573
+ vector-effect="non-scaling-stroke" />
574
+ <g
575
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
576
+ id="g4827"
577
+ font-style="normal"
578
+ font-weight="400"
579
+ font-size="9pt"
580
+ vector-effect="non-scaling-stroke" />
581
+ <g
582
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
583
+ id="g4829"
584
+ font-style="normal"
585
+ font-weight="400"
586
+ font-size="9pt"
587
+ transform="matrix(0.798623,0,0,0.798623,238.526,101.425)"
588
+ vector-effect="non-scaling-stroke" />
589
+ <g
590
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
591
+ id="g4831"
592
+ font-style="normal"
593
+ font-weight="400"
594
+ font-size="9pt"
595
+ transform="matrix(0.798623,0,0,0.798623,238.526,101.425)"
596
+ vector-effect="non-scaling-stroke" />
597
+ <g
598
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
599
+ id="g4833"
600
+ font-style="normal"
601
+ font-weight="400"
602
+ font-size="9pt"
603
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
604
+ vector-effect="non-scaling-stroke" />
605
+ <g
606
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
607
+ id="g4839"
608
+ font-style="normal"
609
+ font-weight="400"
610
+ font-size="9pt"
611
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
612
+ vector-effect="non-scaling-stroke" />
613
+ <g
614
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
615
+ id="g4841"
616
+ font-style="normal"
617
+ font-weight="400"
618
+ font-size="9pt"
619
+ transform="matrix(0.798623,0,0,0.798623,181.025,158.926)"
620
+ vector-effect="non-scaling-stroke" />
621
+ <g
622
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
623
+ id="g4843"
624
+ font-style="normal"
625
+ font-weight="400"
626
+ font-size="9pt"
627
+ transform="matrix(0.798623,0,0,0.798623,181.025,158.926)"
628
+ vector-effect="non-scaling-stroke" />
629
+ <g
630
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
631
+ id="g4845"
632
+ font-style="normal"
633
+ font-weight="400"
634
+ font-size="9pt"
635
+ transform="matrix(0.798623,0,0,0.798623,181.025,158.926)"
636
+ vector-effect="non-scaling-stroke" />
637
+ <g
638
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
639
+ id="g4847"
640
+ font-style="normal"
641
+ font-weight="400"
642
+ font-size="9pt"
643
+ transform="matrix(0.798623,0,0,0.798623,181.025,158.926)"
644
+ vector-effect="non-scaling-stroke" />
645
+ <g
646
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
647
+ id="g4849"
648
+ font-style="normal"
649
+ font-weight="400"
650
+ font-size="9pt"
651
+ vector-effect="non-scaling-stroke" />
652
+ <g
653
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
654
+ id="g4851"
655
+ font-style="normal"
656
+ font-weight="400"
657
+ font-size="9pt"
658
+ transform="matrix(0.798623,0,0,0.798623,181.025,158.926)"
659
+ vector-effect="non-scaling-stroke" />
660
+ <g
661
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
662
+ id="g4853"
663
+ font-style="normal"
664
+ font-weight="400"
665
+ font-size="9pt"
666
+ transform="matrix(0.798623,0,0,0.798623,181.025,158.926)"
667
+ vector-effect="non-scaling-stroke" />
668
+ <g
669
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
670
+ id="g4855"
671
+ font-style="normal"
672
+ font-weight="400"
673
+ font-size="9pt"
674
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
675
+ vector-effect="non-scaling-stroke" />
676
+ <g
677
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
678
+ id="g4861"
679
+ font-style="normal"
680
+ font-weight="400"
681
+ font-size="9pt"
682
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
683
+ vector-effect="non-scaling-stroke" />
684
+ <g
685
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
686
+ id="g4863"
687
+ font-style="normal"
688
+ font-weight="400"
689
+ font-size="9pt"
690
+ transform="matrix(0.798623,0,0,0.798623,238.526,158.926)"
691
+ vector-effect="non-scaling-stroke" />
692
+ <g
693
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
694
+ id="g4865"
695
+ font-style="normal"
696
+ font-weight="400"
697
+ font-size="9pt"
698
+ transform="matrix(0.798623,0,0,0.798623,238.526,158.926)"
699
+ vector-effect="non-scaling-stroke" />
700
+ <g
701
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
702
+ id="g4867"
703
+ font-style="normal"
704
+ font-weight="400"
705
+ font-size="9pt"
706
+ transform="matrix(0.798623,0,0,0.798623,238.526,158.926)"
707
+ vector-effect="non-scaling-stroke" />
708
+ <g
709
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
710
+ id="g4869"
711
+ font-style="normal"
712
+ font-weight="400"
713
+ font-size="9pt"
714
+ transform="matrix(0.798623,0,0,0.798623,238.526,158.926)"
715
+ vector-effect="non-scaling-stroke" />
716
+ <g
717
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
718
+ id="g4871"
719
+ font-style="normal"
720
+ font-weight="400"
721
+ font-size="9pt"
722
+ vector-effect="non-scaling-stroke" />
723
+ <g
724
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
725
+ id="g4873"
726
+ font-style="normal"
727
+ font-weight="400"
728
+ font-size="9pt"
729
+ transform="matrix(0.798623,0,0,0.798623,238.526,158.926)"
730
+ vector-effect="non-scaling-stroke" />
731
+ <g
732
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
733
+ id="g4875"
734
+ font-style="normal"
735
+ font-weight="400"
736
+ font-size="9pt"
737
+ transform="matrix(0.798623,0,0,0.798623,238.526,158.926)"
738
+ vector-effect="non-scaling-stroke" />
739
+ <g
740
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
741
+ id="g4877"
742
+ font-style="normal"
743
+ font-weight="400"
744
+ font-size="9pt"
745
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
746
+ vector-effect="non-scaling-stroke" />
747
+ <g
748
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
749
+ id="g4883"
750
+ font-style="normal"
751
+ font-weight="400"
752
+ font-size="9pt"
753
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
754
+ vector-effect="non-scaling-stroke" />
755
+ <g
756
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
757
+ id="g4885"
758
+ font-style="normal"
759
+ font-weight="400"
760
+ font-size="9pt"
761
+ transform="matrix(0.798623,0,0,0.798623,310.402,101.425)"
762
+ vector-effect="non-scaling-stroke" />
763
+ <g
764
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
765
+ id="g4887"
766
+ font-style="normal"
767
+ font-weight="400"
768
+ font-size="9pt"
769
+ transform="matrix(0.798623,0,0,0.798623,310.402,101.425)"
770
+ vector-effect="non-scaling-stroke" />
771
+ <g
772
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
773
+ id="g4889"
774
+ font-style="normal"
775
+ font-weight="400"
776
+ font-size="9pt"
777
+ transform="matrix(0.798623,0,0,0.798623,310.402,101.425)"
778
+ vector-effect="non-scaling-stroke" />
779
+ <g
780
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
781
+ id="g4891"
782
+ font-style="normal"
783
+ font-weight="400"
784
+ font-size="9pt"
785
+ transform="matrix(0.798623,0,0,0.798623,310.402,101.425)"
786
+ vector-effect="non-scaling-stroke" />
787
+ <g
788
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
789
+ id="g4893"
790
+ font-style="normal"
791
+ font-weight="400"
792
+ font-size="9pt"
793
+ vector-effect="non-scaling-stroke" />
794
+ <g
795
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
796
+ id="g4895"
797
+ font-style="normal"
798
+ font-weight="400"
799
+ font-size="9pt"
800
+ transform="matrix(0.798623,0,0,0.798623,310.402,101.425)"
801
+ vector-effect="non-scaling-stroke" />
802
+ <g
803
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
804
+ id="g4897"
805
+ font-style="normal"
806
+ font-weight="400"
807
+ font-size="9pt"
808
+ transform="matrix(0.798623,0,0,0.798623,310.402,101.425)"
809
+ vector-effect="non-scaling-stroke" />
810
+ <g
811
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
812
+ id="g4899"
813
+ font-style="normal"
814
+ font-weight="400"
815
+ font-size="9pt"
816
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
817
+ vector-effect="non-scaling-stroke" />
818
+ <g
819
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
820
+ id="g4905"
821
+ font-style="normal"
822
+ font-weight="400"
823
+ font-size="9pt"
824
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
825
+ vector-effect="non-scaling-stroke" />
826
+ <g
827
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
828
+ id="g4907"
829
+ font-style="normal"
830
+ font-weight="400"
831
+ font-size="9pt"
832
+ transform="matrix(0.798623,0,0,0.798623,296.027,158.926)"
833
+ vector-effect="non-scaling-stroke" />
834
+ <g
835
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
836
+ id="g4909"
837
+ font-style="normal"
838
+ font-weight="400"
839
+ font-size="9pt"
840
+ transform="matrix(0.798623,0,0,0.798623,296.027,158.926)"
841
+ vector-effect="non-scaling-stroke" />
842
+ <g
843
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
844
+ id="g4911"
845
+ font-style="normal"
846
+ font-weight="400"
847
+ font-size="9pt"
848
+ transform="matrix(0.798623,0,0,0.798623,296.027,158.926)"
849
+ vector-effect="non-scaling-stroke" />
850
+ <g
851
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
852
+ id="g4913"
853
+ font-style="normal"
854
+ font-weight="400"
855
+ font-size="9pt"
856
+ transform="matrix(0.798623,0,0,0.798623,296.027,158.926)"
857
+ vector-effect="non-scaling-stroke" />
858
+ <g
859
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
860
+ id="g4915"
861
+ font-style="normal"
862
+ font-weight="400"
863
+ font-size="9pt"
864
+ vector-effect="non-scaling-stroke" />
865
+ <g
866
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
867
+ id="g4917"
868
+ font-style="normal"
869
+ font-weight="400"
870
+ font-size="9pt"
871
+ transform="matrix(0.798623,0,0,0.798623,296.027,158.926)"
872
+ vector-effect="non-scaling-stroke" />
873
+ <g
874
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
875
+ id="g4919"
876
+ font-style="normal"
877
+ font-weight="400"
878
+ font-size="9pt"
879
+ transform="matrix(0.798623,0,0,0.798623,296.027,158.926)"
880
+ vector-effect="non-scaling-stroke" />
881
+ <g
882
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
883
+ id="g4921"
884
+ font-style="normal"
885
+ font-weight="400"
886
+ font-size="9pt"
887
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
888
+ vector-effect="non-scaling-stroke" />
889
+ <g
890
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
891
+ id="g4927"
892
+ font-style="normal"
893
+ font-weight="400"
894
+ font-size="9pt"
895
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
896
+ vector-effect="non-scaling-stroke" />
897
+ <g
898
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
899
+ id="g4929"
900
+ font-style="normal"
901
+ font-weight="400"
902
+ font-size="9pt"
903
+ transform="matrix(0.798623,0,0,0.798623,353.528,158.926)"
904
+ vector-effect="non-scaling-stroke" />
905
+ <g
906
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
907
+ id="g4931"
908
+ font-style="normal"
909
+ font-weight="400"
910
+ font-size="9pt"
911
+ transform="matrix(0.798623,0,0,0.798623,353.528,158.926)"
912
+ vector-effect="non-scaling-stroke" />
913
+ <g
914
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
915
+ id="g4933"
916
+ font-style="normal"
917
+ font-weight="400"
918
+ font-size="9pt"
919
+ transform="matrix(0.798623,0,0,0.798623,353.528,158.926)"
920
+ vector-effect="non-scaling-stroke" />
921
+ <g
922
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
923
+ id="g4935"
924
+ font-style="normal"
925
+ font-weight="400"
926
+ font-size="9pt"
927
+ transform="matrix(0.798623,0,0,0.798623,353.528,158.926)"
928
+ vector-effect="non-scaling-stroke" />
929
+ <g
930
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
931
+ id="g4937"
932
+ font-style="normal"
933
+ font-weight="400"
934
+ font-size="9pt"
935
+ vector-effect="non-scaling-stroke" />
936
+ <g
937
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
938
+ id="g4939"
939
+ font-style="normal"
940
+ font-weight="400"
941
+ font-size="9pt"
942
+ transform="matrix(0.798623,0,0,0.798623,353.528,158.926)"
943
+ vector-effect="non-scaling-stroke" />
944
+ <g
945
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
946
+ id="g4941"
947
+ font-style="normal"
948
+ font-weight="400"
949
+ font-size="9pt"
950
+ transform="matrix(0.798623,0,0,0.798623,353.528,158.926)"
951
+ vector-effect="non-scaling-stroke" />
952
+ <g
953
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
954
+ id="g4943"
955
+ font-style="normal"
956
+ font-weight="400"
957
+ font-size="9pt"
958
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
959
+ vector-effect="non-scaling-stroke" />
960
+ <g
961
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
962
+ id="g4949"
963
+ font-style="normal"
964
+ font-weight="400"
965
+ font-size="9pt"
966
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
967
+ vector-effect="non-scaling-stroke" />
968
+ <g
969
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
970
+ id="g4955"
971
+ font-style="normal"
972
+ font-weight="400"
973
+ font-size="9pt"
974
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
975
+ vector-effect="non-scaling-stroke" />
976
+ <g
977
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
978
+ id="g4961"
979
+ font-style="normal"
980
+ font-weight="400"
981
+ font-size="9pt"
982
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
983
+ vector-effect="non-scaling-stroke" />
984
+ <g
985
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
986
+ id="g4967"
987
+ font-style="normal"
988
+ font-weight="400"
989
+ font-size="9pt"
990
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
991
+ vector-effect="non-scaling-stroke" />
992
+ <g
993
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;font-family:Sans Serif"
994
+ id="g4969"
995
+ font-style="normal"
996
+ font-weight="400"
997
+ font-size="9pt"
998
+ transform="matrix(0.7642863,-0.2316586,0.2316586,0.7642863,204.54321,49.378842)"
999
+ vector-effect="non-scaling-stroke">
1000
+ <path
1001
+ style="fill-rule:evenodd"
1002
+ id="path4971"
1003
+ d="M 0,0 L -10,5 L -10,-5 L 0,0" />
1004
+ </g>
1005
+ <g
1006
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
1007
+ id="g4973"
1008
+ font-style="normal"
1009
+ font-weight="400"
1010
+ font-size="9pt"
1011
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
1012
+ vector-effect="non-scaling-stroke" />
1013
+ <g
1014
+ style="font-size:11.25px;font-style:normal;font-weight:400;opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.50086224;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:url(#Arrow2Lend);stroke-miterlimit:4;stroke-dasharray:1.00172451, 2.00344901;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans Serif"
1015
+ id="g4975"
1016
+ font-style="normal"
1017
+ font-weight="400"
1018
+ font-size="9pt"
1019
+ transform="matrix(0.7642863,-0.2316586,0.2316586,0.7642863,204.54321,49.378842)"
1020
+ vector-effect="non-scaling-stroke">
1021
+ <polyline
1022
+ style="color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.50086224;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:url(#Arrow2Lend);stroke-miterlimit:4;stroke-dasharray:1.00172451, 2.00344901;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
1023
+ id="polyline4977"
1024
+ points="-97.5807,0 0,0 " />
1025
+ </g>
1026
+ <g
1027
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
1028
+ id="g4979"
1029
+ font-style="normal"
1030
+ font-weight="400"
1031
+ font-size="9pt"
1032
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
1033
+ vector-effect="non-scaling-stroke" />
1034
+ <g
1035
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
1036
+ id="g4985"
1037
+ font-style="normal"
1038
+ font-weight="400"
1039
+ font-size="9pt"
1040
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
1041
+ vector-effect="non-scaling-stroke" />
1042
+ <g
1043
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
1044
+ id="g4991"
1045
+ font-style="normal"
1046
+ font-weight="400"
1047
+ font-size="9pt"
1048
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
1049
+ vector-effect="non-scaling-stroke" />
1050
+ <g
1051
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
1052
+ id="g4997"
1053
+ font-style="normal"
1054
+ font-weight="400"
1055
+ font-size="9pt"
1056
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
1057
+ vector-effect="non-scaling-stroke" />
1058
+ <g
1059
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
1060
+ id="g5003"
1061
+ font-style="normal"
1062
+ font-weight="400"
1063
+ font-size="9pt"
1064
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
1065
+ vector-effect="non-scaling-stroke" />
1066
+ <g
1067
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
1068
+ id="g5009"
1069
+ font-style="normal"
1070
+ font-weight="400"
1071
+ font-size="9pt"
1072
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
1073
+ vector-effect="non-scaling-stroke" />
1074
+ <g
1075
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
1076
+ id="g5015"
1077
+ font-style="normal"
1078
+ font-weight="400"
1079
+ font-size="9pt"
1080
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
1081
+ vector-effect="non-scaling-stroke" />
1082
+ <g
1083
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
1084
+ id="g5021"
1085
+ font-style="normal"
1086
+ font-weight="400"
1087
+ font-size="9pt"
1088
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
1089
+ vector-effect="non-scaling-stroke" />
1090
+ <g
1091
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
1092
+ id="g5027"
1093
+ font-style="normal"
1094
+ font-weight="400"
1095
+ font-size="9pt"
1096
+ transform="matrix(0.798623,0,0,0.798623,129.913,186.079)"
1097
+ vector-effect="non-scaling-stroke" />
1098
+ <g
1099
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
1100
+ id="g5029"
1101
+ font-style="normal"
1102
+ font-weight="400"
1103
+ font-size="9pt"
1104
+ vector-effect="non-scaling-stroke" />
1105
+ <g
1106
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;font-family:Sans Serif"
1107
+ id="g3399"
1108
+ font-style="normal"
1109
+ font-weight="400"
1110
+ font-size="9pt"
1111
+ transform="matrix(0.7642863,0.2316586,0.2316586,-0.7642863,204.54321,95.001375)"
1112
+ vector-effect="non-scaling-stroke">
1113
+ <path
1114
+ style="fill-rule:evenodd"
1115
+ id="path3401"
1116
+ d="M 0,0 L -10,5 L -10,-5 L 0,0" />
1117
+ </g>
1118
+ <g
1119
+ style="font-size:11.25px;font-style:normal;font-weight:400;opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.50086224;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:url(#Arrow2Lend);stroke-miterlimit:4;stroke-dasharray:1.00172451, 2.00344901;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans Serif"
1120
+ id="g3403"
1121
+ font-style="normal"
1122
+ font-weight="400"
1123
+ font-size="9pt"
1124
+ transform="matrix(0.7642863,0.2316586,0.2316586,-0.7642863,204.54321,95.001375)"
1125
+ vector-effect="non-scaling-stroke">
1126
+ <polyline
1127
+ style="color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.50086224;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:url(#Arrow2Lend);stroke-miterlimit:4;stroke-dasharray:1.00172451, 2.00344901;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
1128
+ id="polyline3405"
1129
+ points="-97.5807,0 0,0 " />
1130
+ </g>
1131
+ <g
1132
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif"
1133
+ id="g4813"
1134
+ font-style="normal"
1135
+ font-weight="400"
1136
+ font-size="9pt"
1137
+ transform="matrix(-0.7042391,-0.3766245,0.3766245,-0.7042391,129.9636,71.984258)"
1138
+ vector-effect="non-scaling-stroke">
1139
+ <path
1140
+ style="fill-rule:evenodd;stroke-width:1"
1141
+ id="path4815"
1142
+ d="M 3,0 C 3,1.65685 1.65685,3 0,3 C -1.65685,3 -3,1.65685 -3,0 C -3,-1.65685 -1.65685,-3 0,-3 C 1.65685,-3 3,-1.65685 3,0" />
1143
+ </g>
1144
+ <g
1145
+ style="font-size:11.25px;font-style:normal;font-weight:400;opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.50086224;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:url(#Arrow2Lend);stroke-miterlimit:4;stroke-dasharray:1.00172451, 2.00344901;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans Serif"
1146
+ id="g3419"
1147
+ font-style="normal"
1148
+ font-weight="400"
1149
+ font-size="9pt"
1150
+ transform="matrix(0.7642863,0.2316586,0.2316586,-0.7642863,282.67964,70.280093)"
1151
+ vector-effect="non-scaling-stroke">
1152
+ <polyline
1153
+ style="color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.50086224;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:url(#Arrow2Lend);stroke-miterlimit:4;stroke-dasharray:1.00172451, 2.00344901;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
1154
+ id="polyline3421"
1155
+ points="-97.5807,0 0,0 " />
1156
+ </g>
1157
+ <g
1158
+ style="font-size:11.25px;font-style:normal;font-weight:400;opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.50086224;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:url(#Arrow2Lend);stroke-miterlimit:4;stroke-dasharray:1.00172451, 2.00344901;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans Serif"
1159
+ id="g3431"
1160
+ font-style="normal"
1161
+ font-weight="400"
1162
+ font-size="9pt"
1163
+ transform="matrix(0.7642863,-0.2316586,0.2316586,0.7642863,282.67964,74.100121)"
1164
+ vector-effect="non-scaling-stroke">
1165
+ <polyline
1166
+ style="color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.50086224;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:url(#Arrow2Lend);stroke-miterlimit:4;stroke-dasharray:1.00172451, 2.00344901;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
1167
+ id="polyline3433"
1168
+ points="-97.5807,0 0,0 " />
1169
+ </g>
1170
+ <g
1171
+ style="font-size:11.25px;font-style:normal;font-weight:400;opacity:1;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans Serif"
1172
+ id="g3435"
1173
+ font-style="normal"
1174
+ font-weight="400"
1175
+ font-size="9pt"
1176
+ transform="matrix(0.7042391,-0.3766245,-0.3766245,-0.7042391,284.58598,71.984258)"
1177
+ vector-effect="non-scaling-stroke">
1178
+ <path
1179
+ style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
1180
+ id="path3437"
1181
+ d="M 3,0 C 3,1.65685 1.65685,3 0,3 C -1.65685,3 -3,1.65685 -3,0 C -3,-1.65685 -1.65685,-3 0,-3 C 1.65685,-3 3,-1.65685 3,0" />
1182
+ </g>
1183
+ <g
1184
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:#ffffff;fill-rule:evenodd;stroke:#ff0000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif;opacity:1;color:#000000;fill-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
1185
+ id="g4835"
1186
+ font-style="normal"
1187
+ font-weight="400"
1188
+ font-size="9pt"
1189
+ transform="matrix(-0.7042391,-0.3766245,0.3766245,-0.7042391,207.78598,48.395944)"
1190
+ vector-effect="non-scaling-stroke">
1191
+ <path
1192
+ style="fill-rule:evenodd;stroke-width:1;color:#000000;fill:#ffffff;fill-opacity:1;stroke:#ff0000;stroke-linecap:square;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
1193
+ id="path4837"
1194
+ d="M 3,0 C 3,1.65685 1.65685,3 0,3 C -1.65685,3 -3,1.65685 -3,0 C -3,-1.65685 -1.65685,-3 0,-3 C 1.65685,-3 3,-1.65685 3,0" />
1195
+ </g>
1196
+ <g
1197
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:#ffffff;fill-rule:evenodd;stroke:#ff0000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1;font-family:Sans Serif;opacity:1;color:#000000;fill-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
1198
+ id="g3395"
1199
+ font-style="normal"
1200
+ font-weight="400"
1201
+ font-size="9pt"
1202
+ transform="matrix(-0.7042391,0.3766245,0.3766245,0.7042391,207.78598,95.984273)"
1203
+ vector-effect="non-scaling-stroke">
1204
+ <path
1205
+ style="fill-rule:evenodd;stroke-width:1;color:#000000;fill:#ffffff;fill-opacity:1;stroke:#ff0000;stroke-linecap:square;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
1206
+ id="path3397"
1207
+ d="M 3,0 C 3,1.65685 1.65685,3 0,3 C -1.65685,3 -3,1.65685 -3,0 C -3,-1.65685 -1.65685,-3 0,-3 C 1.65685,-3 3,-1.65685 3,0" />
1208
+ </g>
1209
+ <g
1210
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;font-family:Sans Serif"
1211
+ id="g3427"
1212
+ font-style="normal"
1213
+ font-weight="400"
1214
+ font-size="9pt"
1215
+ transform="matrix(0.7642863,-0.2316586,0.2316586,0.7642863,282.67964,74.100121)"
1216
+ vector-effect="non-scaling-stroke">
1217
+ <path
1218
+ style="fill-rule:evenodd"
1219
+ id="path3429"
1220
+ d="M 0,0 L -10,5 L -10,-5 L 0,0" />
1221
+ </g>
1222
+ <g
1223
+ style="font-size:11.25px;font-style:normal;font-weight:400;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;font-family:Sans Serif"
1224
+ id="g3415"
1225
+ font-style="normal"
1226
+ font-weight="400"
1227
+ font-size="9pt"
1228
+ transform="matrix(0.7642863,0.2316586,0.2316586,-0.7642863,282.67964,70.280093)"
1229
+ vector-effect="non-scaling-stroke">
1230
+ <path
1231
+ style="fill-rule:evenodd"
1232
+ id="path3417"
1233
+ d="M 0,0 L -10,5 L -10,-5 L 0,0" />
1234
+ </g>
1235
+ <text
1236
+ xml:space="preserve"
1237
+ style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
1238
+ x="127.56309"
1239
+ y="83.084259"
1240
+ id="text4434"
1241
+ sodipodi:linespacing="125%"><tspan
1242
+ sodipodi:role="line"
1243
+ id="tspan4436"
1244
+ x="127.56309"
1245
+ y="83.084259">a</tspan></text>
1246
+ <text
1247
+ xml:space="preserve"
1248
+ style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
1249
+ x="204.82411"
1250
+ y="59.951141"
1251
+ id="text4442"
1252
+ sodipodi:linespacing="125%"><tspan
1253
+ sodipodi:role="line"
1254
+ id="tspan4444"
1255
+ x="204.82411"
1256
+ y="59.951141">b</tspan></text>
1257
+ <text
1258
+ xml:space="preserve"
1259
+ style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
1260
+ x="204.45381"
1261
+ y="106.23779"
1262
+ id="text4446"
1263
+ sodipodi:linespacing="125%"><tspan
1264
+ sodipodi:role="line"
1265
+ id="tspan4448"
1266
+ x="204.45381"
1267
+ y="106.23779">c</tspan></text>
1268
+ <text
1269
+ xml:space="preserve"
1270
+ style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
1271
+ x="281.47479"
1272
+ y="83.649902"
1273
+ id="text4450"
1274
+ sodipodi:linespacing="125%"><tspan
1275
+ sodipodi:role="line"
1276
+ id="tspan4452"
1277
+ x="281.47479"
1278
+ y="83.649902">d</tspan></text>
1279
+ </svg>