designix 0.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (237) hide show
  1. package/.eslintignore +17 -0
  2. package/.eslintrc.cjs +24 -0
  3. package/.prettierignore +15 -0
  4. package/.prettierrc +8 -0
  5. package/README.md +27 -0
  6. package/export_svg/base.svg +1 -0
  7. package/export_svg/base_cut.svg +1 -0
  8. package/export_svg/base_hollow.svg +1 -0
  9. package/export_svg/base_top.svg +1 -0
  10. package/export_svg/calculation_of_initAngle2.svg +1 -0
  11. package/export_svg/circles.svg +1 -0
  12. package/export_svg/circles_amplitude-offset.svg +1 -0
  13. package/export_svg/circles_amplitude-scale.svg +1 -0
  14. package/export_svg/circles_angle.svg +1 -0
  15. package/export_svg/default_param_blank.svg +1 -0
  16. package/export_svg/dummy_pole_static.svg +1 -0
  17. package/export_svg/dummy_pole_static_face.svg +1 -0
  18. package/export_svg/gear_addendeum_dedendum_sizes.svg +9 -0
  19. package/export_svg/gear_addendum_and_dedendum.svg +1 -0
  20. package/export_svg/gear_adherence_replaced_by_teeth.svg +1 -0
  21. package/export_svg/gear_base_circle_for_involute.svg +2 -0
  22. package/export_svg/gear_base_left_circle_for_involute.svg +2 -0
  23. package/export_svg/gear_base_right_circle_for_involute.svg +2 -0
  24. package/export_svg/gear_inter_axis_maximum_distance.svg +1 -0
  25. package/export_svg/gear_inter_axis_minimum_distance.svg +1 -0
  26. package/export_svg/gear_large_base_radius.svg +5 -0
  27. package/export_svg/gear_module_and_tooth_thickness.svg +3 -0
  28. package/export_svg/gear_optimum_base_radius.svg +5 -0
  29. package/export_svg/gear_optimum_base_radius_with_longer_inter_axis.svg +5 -0
  30. package/export_svg/gear_right_left_base_circles.svg +1 -0
  31. package/export_svg/gear_small_base_radius.svg +5 -0
  32. package/export_svg/gear_wheel_circles.svg +2 -0
  33. package/export_svg/gears.svg +71 -0
  34. package/export_svg/gears_motion_transmission_via_adherence.svg +1 -0
  35. package/export_svg/heliostat.svg +1 -0
  36. package/export_svg/heliostat2_face_sizing.svg +1 -0
  37. package/export_svg/heliostat2_side_sizing.svg +1 -0
  38. package/export_svg/heliostat_face_sizing.svg +1 -0
  39. package/export_svg/heliostat_overview.svg +1 -0
  40. package/export_svg/heliostat_side.svg +1 -0
  41. package/export_svg/heliostat_side_sizing.svg +1 -0
  42. package/export_svg/involute_of_circle.svg +19 -0
  43. package/export_svg/involute_of_circle_R0.svg +1 -0
  44. package/export_svg/involute_of_circle_Ri1_u0.svg +1 -0
  45. package/export_svg/involute_of_circle_Ri2_u2.svg +1 -0
  46. package/export_svg/left_side_angle_kitchen.svg +1 -0
  47. package/export_svg/negative_involute_of_circle_R0.svg +1 -0
  48. package/export_svg/point_c_position_and_speed_negative.svg +1 -0
  49. package/export_svg/point_c_position_and_speed_positive.svg +1 -0
  50. package/export_svg/pole_rotor.svg +1 -0
  51. package/export_svg/pole_rotor_cut.svg +1 -0
  52. package/export_svg/pole_rotor_ends.svg +1 -0
  53. package/export_svg/pole_stator.svg +3 -0
  54. package/export_svg/pole_stator_E2.svg +3 -0
  55. package/export_svg/pole_stator_bottom.svg +1 -0
  56. package/export_svg/pole_stator_cut.svg +1 -0
  57. package/export_svg/pole_stator_face.svg +1 -0
  58. package/export_svg/pole_stator_right.svg +1 -0
  59. package/export_svg/rake.svg +1 -0
  60. package/export_svg/rake_door.svg +1 -0
  61. package/export_svg/rake_face.svg +1 -0
  62. package/export_svg/rake_side.svg +1 -0
  63. package/export_svg/rake_side_stopper.svg +1 -0
  64. package/export_svg/rake_top.svg +1 -0
  65. package/export_svg/rake_top_stopper.svg +1 -0
  66. package/export_svg/rectangle.svg +1 -0
  67. package/export_svg/rectangle_height.svg +1 -0
  68. package/export_svg/rectangle_width.svg +1 -0
  69. package/export_svg/right_side_angle_kitchen.svg +1 -0
  70. package/export_svg/rod.svg +1 -0
  71. package/export_svg/rod_cut.svg +1 -0
  72. package/export_svg/rod_plate.svg +1 -0
  73. package/export_svg/rod_top.svg +1 -0
  74. package/export_svg/spider.svg +1 -0
  75. package/export_svg/spider_lateral.svg +1 -0
  76. package/export_svg/spider_profile.svg +1 -0
  77. package/export_svg/surface.svg +3 -0
  78. package/export_svg/surface_crenel.svg +1 -0
  79. package/export_svg/surface_extremities.svg +2 -0
  80. package/export_svg/surface_lz.svg +1 -0
  81. package/export_svg/surface_main.svg +1 -0
  82. package/export_svg/surface_power.svg +2 -0
  83. package/export_svg/surface_space_evolution.svg +1 -0
  84. package/export_svg/surface_space_shape.svg +1 -0
  85. package/export_svg/swing.svg +1 -0
  86. package/export_svg/swing_face.svg +1 -0
  87. package/export_svg/swing_side.svg +1 -0
  88. package/export_svg/swing_top.svg +1 -0
  89. package/export_svg/swing_with_rod.svg +1 -0
  90. package/export_svg/trapeze.svg +1 -0
  91. package/export_svg/trapeze_rod.svg +1 -0
  92. package/export_svg/trapeze_side.svg +1 -0
  93. package/export_svg/trapeze_top.svg +1 -0
  94. package/export_svg/verify_contour_1.svg +1 -0
  95. package/export_svg/verify_contour_1_l1.svg +1 -0
  96. package/export_svg/verify_contour_1_r1.svg +1 -0
  97. package/export_svg/verify_line.svg +1 -0
  98. package/export_svg/verify_line_2_l1cx.svg +1 -0
  99. package/export_svg/verify_line_p1x.svg +1 -0
  100. package/export_svg/verify_point.svg +1 -0
  101. package/export_svg/verify_point_p1x.svg +1 -0
  102. package/export_svg/verify_vector_p1x.svg +1 -0
  103. package/package.json +76 -0
  104. package/src/dummy/circles.ts +65 -0
  105. package/src/dummy/pole_static.ts +86 -0
  106. package/src/dummy/rectangle.ts +55 -0
  107. package/src/dummy/svg/circles.svg +288 -0
  108. package/src/dummy/svg/circles_amplitude-offset.svg +109 -0
  109. package/src/dummy/svg/circles_amplitude-scale.svg +122 -0
  110. package/src/dummy/svg/circles_angle.svg +110 -0
  111. package/src/dummy/svg/dummy_pole_static.svg +192 -0
  112. package/src/dummy/svg/dummy_pole_static_face.svg +176 -0
  113. package/src/dummy/svg/rectangle.svg +131 -0
  114. package/src/dummy/svg/rectangle_height.svg +82 -0
  115. package/src/dummy/svg/rectangle_width.svg +81 -0
  116. package/src/gears/gearWheelProfile.test.ts +25 -0
  117. package/src/gears/gearWheelProfile.ts +753 -0
  118. package/src/gears/gear_wheel_wheel.ts +335 -0
  119. package/src/gears/involute.test.ts +21 -0
  120. package/src/gears/involute.ts +113 -0
  121. package/src/gears/simplified_gear_wheel.ts +242 -0
  122. package/src/gears/svg/calculation_of_initAngle2.svg +376 -0
  123. package/src/gears/svg/gear_addendeum_dedendum_sizes.svg +471 -0
  124. package/src/gears/svg/gear_addendum_and_dedendum.svg +269 -0
  125. package/src/gears/svg/gear_adherence_replaced_by_teeth.svg +168 -0
  126. package/src/gears/svg/gear_base_circle_for_involute.svg +376 -0
  127. package/src/gears/svg/gear_base_left_circle_for_involute.svg +556 -0
  128. package/src/gears/svg/gear_base_right_circle_for_involute.svg +516 -0
  129. package/src/gears/svg/gear_inter_axis_maximum_distance.svg +218 -0
  130. package/src/gears/svg/gear_inter_axis_minimum_distance.svg +218 -0
  131. package/src/gears/svg/gear_large_base_radius.svg +199 -0
  132. package/src/gears/svg/gear_module_and_tooth_thickness.svg +319 -0
  133. package/src/gears/svg/gear_optimum_base_radius.svg +232 -0
  134. package/src/gears/svg/gear_optimum_base_radius_with_longer_inter_axis.svg +344 -0
  135. package/src/gears/svg/gear_right_left_base_circles.svg +295 -0
  136. package/src/gears/svg/gear_small_base_radius.svg +163 -0
  137. package/src/gears/svg/gear_wheel_circles.svg +348 -0
  138. package/src/gears/svg/gears.svg +4726 -0
  139. package/src/gears/svg/gears_motion_transmission_via_adherence.svg +178 -0
  140. package/src/gears/svg/involute_of_circle.svg +2745 -0
  141. package/src/gears/svg/involute_of_circle_R0.svg +334 -0
  142. package/src/gears/svg/involute_of_circle_Ri1_u0.svg +297 -0
  143. package/src/gears/svg/involute_of_circle_Ri2_u2.svg +386 -0
  144. package/src/gears/svg/left_side_angle_kitchen.svg +207 -0
  145. package/src/gears/svg/negative_involute_of_circle_R0.svg +381 -0
  146. package/src/gears/svg/point_c_position_and_speed_negative.svg +343 -0
  147. package/src/gears/svg/point_c_position_and_speed_positive.svg +339 -0
  148. package/src/gears/svg/right_side_angle_kitchen.svg +201 -0
  149. package/src/gears/wheelElements.test.ts +13 -0
  150. package/src/gears/wheelElements.ts +176 -0
  151. package/src/geometrix_verification/svg/verify_contour_1.svg +320 -0
  152. package/src/geometrix_verification/svg/verify_contour_1_l1.svg +102 -0
  153. package/src/geometrix_verification/svg/verify_contour_1_r1.svg +170 -0
  154. package/src/geometrix_verification/svg/verify_line.svg +845 -0
  155. package/src/geometrix_verification/svg/verify_line_2_l1cx.svg +274 -0
  156. package/src/geometrix_verification/svg/verify_line_p1x.svg +261 -0
  157. package/src/geometrix_verification/svg/verify_point.svg +350 -0
  158. package/src/geometrix_verification/svg/verify_point_p1x.svg +258 -0
  159. package/src/geometrix_verification/svg/verify_vector_p1x.svg +282 -0
  160. package/src/geometrix_verification/verify_contour_1.ts +94 -0
  161. package/src/geometrix_verification/verify_contour_2.ts +267 -0
  162. package/src/geometrix_verification/verify_contour_3.ts +409 -0
  163. package/src/geometrix_verification/verify_contour_4.ts +91 -0
  164. package/src/geometrix_verification/verify_exports_1.ts +95 -0
  165. package/src/geometrix_verification/verify_line.ts +76 -0
  166. package/src/geometrix_verification/verify_line_2.ts +76 -0
  167. package/src/geometrix_verification/verify_line_3.ts +64 -0
  168. package/src/geometrix_verification/verify_point.ts +62 -0
  169. package/src/geometrix_verification/verify_point_2.ts +66 -0
  170. package/src/geometrix_verification/verify_vector.ts +70 -0
  171. package/src/heliostat/base.ts +254 -0
  172. package/src/heliostat/heliostat.ts +317 -0
  173. package/src/heliostat/heliostat_2.ts +284 -0
  174. package/src/heliostat/pole_rotor.ts +165 -0
  175. package/src/heliostat/pole_static.ts +275 -0
  176. package/src/heliostat/rake.ts +486 -0
  177. package/src/heliostat/rake_stopper.ts +409 -0
  178. package/src/heliostat/rod.ts +200 -0
  179. package/src/heliostat/spider.ts +238 -0
  180. package/src/heliostat/surface.ts +320 -0
  181. package/src/heliostat/svg/base.svg +1367 -0
  182. package/src/heliostat/svg/base_cut.svg +459 -0
  183. package/src/heliostat/svg/base_hollow.svg +469 -0
  184. package/src/heliostat/svg/base_top.svg +338 -0
  185. package/src/heliostat/svg/heliostat.svg +8013 -0
  186. package/src/heliostat/svg/heliostat2_face_sizing.svg +1386 -0
  187. package/src/heliostat/svg/heliostat2_side_sizing.svg +984 -0
  188. package/src/heliostat/svg/heliostat_face_sizing.svg +1448 -0
  189. package/src/heliostat/svg/heliostat_overview.svg +1552 -0
  190. package/src/heliostat/svg/heliostat_side.svg +1470 -0
  191. package/src/heliostat/svg/heliostat_side_sizing.svg +1128 -0
  192. package/src/heliostat/svg/pole_rotor.svg +592 -0
  193. package/src/heliostat/svg/pole_rotor_cut.svg +287 -0
  194. package/src/heliostat/svg/pole_rotor_ends.svg +336 -0
  195. package/src/heliostat/svg/pole_stator.svg +1945 -0
  196. package/src/heliostat/svg/pole_stator_E2.svg +410 -0
  197. package/src/heliostat/svg/pole_stator_bottom.svg +330 -0
  198. package/src/heliostat/svg/pole_stator_cut.svg +465 -0
  199. package/src/heliostat/svg/pole_stator_face.svg +457 -0
  200. package/src/heliostat/svg/pole_stator_right.svg +357 -0
  201. package/src/heliostat/svg/rake.svg +4691 -0
  202. package/src/heliostat/svg/rake_door.svg +617 -0
  203. package/src/heliostat/svg/rake_face.svg +1211 -0
  204. package/src/heliostat/svg/rake_side.svg +809 -0
  205. package/src/heliostat/svg/rake_side_stopper.svg +596 -0
  206. package/src/heliostat/svg/rake_top.svg +514 -0
  207. package/src/heliostat/svg/rake_top_stopper.svg +565 -0
  208. package/src/heliostat/svg/rod.svg +1314 -0
  209. package/src/heliostat/svg/rod_cut.svg +265 -0
  210. package/src/heliostat/svg/rod_plate.svg +409 -0
  211. package/src/heliostat/svg/rod_top.svg +577 -0
  212. package/src/heliostat/svg/spider.svg +693 -0
  213. package/src/heliostat/svg/spider_lateral.svg +222 -0
  214. package/src/heliostat/svg/spider_profile.svg +429 -0
  215. package/src/heliostat/svg/surface.svg +3577 -0
  216. package/src/heliostat/svg/surface_crenel.svg +1335 -0
  217. package/src/heliostat/svg/surface_extremities.svg +510 -0
  218. package/src/heliostat/svg/surface_lz.svg +182 -0
  219. package/src/heliostat/svg/surface_main.svg +366 -0
  220. package/src/heliostat/svg/surface_power.svg +331 -0
  221. package/src/heliostat/svg/surface_space_evolution.svg +210 -0
  222. package/src/heliostat/svg/surface_space_shape.svg +98 -0
  223. package/src/heliostat/svg/swing.svg +3310 -0
  224. package/src/heliostat/svg/swing_face.svg +902 -0
  225. package/src/heliostat/svg/swing_side.svg +574 -0
  226. package/src/heliostat/svg/swing_top.svg +923 -0
  227. package/src/heliostat/svg/swing_with_rod.svg +547 -0
  228. package/src/heliostat/svg/trapeze.svg +1711 -0
  229. package/src/heliostat/svg/trapeze_rod.svg +122 -0
  230. package/src/heliostat/svg/trapeze_side.svg +361 -0
  231. package/src/heliostat/svg/trapeze_top.svg +1057 -0
  232. package/src/heliostat/swing.ts +246 -0
  233. package/src/heliostat/trapeze.ts +510 -0
  234. package/src/index.ts +33 -0
  235. package/src/svg/default_param_blank.svg +40 -0
  236. package/tsconfig.json +13 -0
  237. package/vitest.config.ts +7 -0
@@ -0,0 +1,845 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="600"
6
+ height="2000"
7
+ viewBox="0 0 158.75 529.16666"
8
+ version="1.1"
9
+ id="svg695"
10
+ inkscape:version="1.2.2 (1:1.2.2+202212051552+b0a8486541)"
11
+ sodipodi:docname="verify_line.svg"
12
+ inkscape:export-filename="verify_line_p1x.svg"
13
+ inkscape:export-xdpi="96"
14
+ inkscape:export-ydpi="96"
15
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
16
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ xmlns:svg="http://www.w3.org/2000/svg">
19
+ <sodipodi:namedview
20
+ id="namedview697"
21
+ pagecolor="#ffffff"
22
+ bordercolor="#666666"
23
+ borderopacity="1.0"
24
+ inkscape:showpageshadow="2"
25
+ inkscape:pageopacity="0.0"
26
+ inkscape:pagecheckerboard="0"
27
+ inkscape:deskcolor="#d1d1d1"
28
+ inkscape:document-units="px"
29
+ showgrid="false"
30
+ inkscape:zoom="2.3786088"
31
+ inkscape:cx="246.3625"
32
+ inkscape:cy="863.74018"
33
+ inkscape:window-width="1366"
34
+ inkscape:window-height="836"
35
+ inkscape:window-x="0"
36
+ inkscape:window-y="0"
37
+ inkscape:window-maximized="1"
38
+ inkscape:current-layer="layer1" />
39
+ <defs
40
+ id="defs692">
41
+ <rect
42
+ x="165.83929"
43
+ y="886.69297"
44
+ width="58.306962"
45
+ height="27.666842"
46
+ id="rect1831" />
47
+ <rect
48
+ x="157.59195"
49
+ y="882.45024"
50
+ width="81.515119"
51
+ height="28.505206"
52
+ id="rect1783" />
53
+ <marker
54
+ style="overflow:visible"
55
+ id="TriangleStart"
56
+ refX="0"
57
+ refY="0"
58
+ orient="auto-start-reverse"
59
+ inkscape:stockid="TriangleStart"
60
+ markerWidth="5.3244081"
61
+ markerHeight="6.155385"
62
+ viewBox="0 0 5.3244081 6.1553851"
63
+ inkscape:isstock="true"
64
+ inkscape:collect="always"
65
+ preserveAspectRatio="xMidYMid">
66
+ <path
67
+ transform="scale(0.5)"
68
+ style="fill:context-stroke;fill-rule:evenodd;stroke:context-stroke;stroke-width:1pt"
69
+ d="M 5.77,0 -2.88,5 V -5 Z"
70
+ id="path135" />
71
+ </marker>
72
+ <rect
73
+ x="349.97105"
74
+ y="550.68211"
75
+ width="49.474633"
76
+ height="21.610678"
77
+ id="rect761" />
78
+ <rect
79
+ x="369.74738"
80
+ y="249.10504"
81
+ width="45.150145"
82
+ height="35.608722"
83
+ id="rect1751" />
84
+ <rect
85
+ x="349.55931"
86
+ y="366.99991"
87
+ width="55.7853"
88
+ height="28.796704"
89
+ id="rect1733" />
90
+ <rect
91
+ x="367.87523"
92
+ y="311.38048"
93
+ width="30.292786"
94
+ height="20.166725"
95
+ id="rect1715" />
96
+ <rect
97
+ x="349.40001"
98
+ y="374.27997"
99
+ width="50.587606"
100
+ height="42.512705"
101
+ id="rect1643" />
102
+ <rect
103
+ x="292.84778"
104
+ y="411.6229"
105
+ width="56.435628"
106
+ height="34.831941"
107
+ id="rect1625" />
108
+ <rect
109
+ x="249.58293"
110
+ y="441.07814"
111
+ width="31.984295"
112
+ height="20.337518"
113
+ id="rect1607" />
114
+ <rect
115
+ x="399.97448"
116
+ y="129.0342"
117
+ width="56.102253"
118
+ height="26.07551"
119
+ id="rect1535" />
120
+ <rect
121
+ x="373.3457"
122
+ y="209.37922"
123
+ width="65.277285"
124
+ height="27.877937"
125
+ id="rect1517" />
126
+ <rect
127
+ x="372.01367"
128
+ y="274.9807"
129
+ width="57.012055"
130
+ height="32.118459"
131
+ id="rect1499" />
132
+ <marker
133
+ style="overflow:visible"
134
+ id="Arrow1L"
135
+ refX="0"
136
+ refY="0"
137
+ orient="auto-start-reverse"
138
+ inkscape:stockid="Arrow1L"
139
+ markerWidth="8.75"
140
+ markerHeight="5"
141
+ viewBox="0 0 8.75 5"
142
+ inkscape:isstock="true"
143
+ inkscape:collect="always"
144
+ preserveAspectRatio="xMidYMid">
145
+ <path
146
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
147
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
148
+ id="arrow1L"
149
+ transform="scale(-0.5)" />
150
+ </marker>
151
+ <rect
152
+ x="53.993018"
153
+ y="33.685252"
154
+ width="506.15203"
155
+ height="152.87493"
156
+ id="rect807" />
157
+ <marker
158
+ style="overflow:visible"
159
+ id="Arrow1L-3"
160
+ refX="0"
161
+ refY="0"
162
+ orient="auto-start-reverse"
163
+ inkscape:stockid="Arrow1L"
164
+ markerWidth="8.75"
165
+ markerHeight="5"
166
+ viewBox="0 0 8.75 5"
167
+ inkscape:isstock="true"
168
+ inkscape:collect="always"
169
+ preserveAspectRatio="xMidYMid">
170
+ <path
171
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
172
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
173
+ id="arrow1L-6"
174
+ transform="scale(-0.5)" />
175
+ </marker>
176
+ <marker
177
+ style="overflow:visible"
178
+ id="Arrow1L-36"
179
+ refX="0"
180
+ refY="0"
181
+ orient="auto-start-reverse"
182
+ inkscape:stockid="Arrow1L"
183
+ markerWidth="8.75"
184
+ markerHeight="5"
185
+ viewBox="0 0 8.75 5"
186
+ inkscape:isstock="true"
187
+ inkscape:collect="always"
188
+ preserveAspectRatio="xMidYMid">
189
+ <path
190
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
191
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
192
+ id="arrow1L-7"
193
+ transform="scale(-0.5)" />
194
+ </marker>
195
+ <marker
196
+ style="overflow:visible"
197
+ id="Arrow1L-3-5"
198
+ refX="0"
199
+ refY="0"
200
+ orient="auto-start-reverse"
201
+ inkscape:stockid="Arrow1L"
202
+ markerWidth="8.75"
203
+ markerHeight="5"
204
+ viewBox="0 0 8.75 5"
205
+ inkscape:isstock="true"
206
+ inkscape:collect="always"
207
+ preserveAspectRatio="xMidYMid">
208
+ <path
209
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
210
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
211
+ id="arrow1L-6-3"
212
+ transform="scale(-0.5)" />
213
+ </marker>
214
+ <rect
215
+ x="372.01367"
216
+ y="274.98071"
217
+ width="57.012054"
218
+ height="32.118458"
219
+ id="rect1499-5" />
220
+ <rect
221
+ x="373.3457"
222
+ y="209.37923"
223
+ width="65.277283"
224
+ height="27.877937"
225
+ id="rect1517-6" />
226
+ <rect
227
+ x="399.97449"
228
+ y="129.03419"
229
+ width="56.102253"
230
+ height="26.07551"
231
+ id="rect1535-2" />
232
+ <rect
233
+ x="249.58293"
234
+ y="441.07812"
235
+ width="31.984295"
236
+ height="20.337519"
237
+ id="rect1607-9" />
238
+ <rect
239
+ x="292.84778"
240
+ y="411.62289"
241
+ width="56.435627"
242
+ height="34.83194"
243
+ id="rect1625-1" />
244
+ <rect
245
+ x="349.40002"
246
+ y="374.27997"
247
+ width="50.587605"
248
+ height="42.512707"
249
+ id="rect1643-2" />
250
+ <rect
251
+ x="367.87524"
252
+ y="311.38049"
253
+ width="30.292786"
254
+ height="20.166725"
255
+ id="rect1715-7" />
256
+ <rect
257
+ x="349.5593"
258
+ y="366.99991"
259
+ width="55.785301"
260
+ height="28.796703"
261
+ id="rect1733-0" />
262
+ <rect
263
+ x="369.74738"
264
+ y="249.10504"
265
+ width="45.150146"
266
+ height="35.608723"
267
+ id="rect1751-9" />
268
+ <rect
269
+ x="349.97104"
270
+ y="550.68213"
271
+ width="49.474632"
272
+ height="21.610678"
273
+ id="rect761-7" />
274
+ <marker
275
+ style="overflow:visible"
276
+ id="Arrow1L-367"
277
+ refX="0"
278
+ refY="0"
279
+ orient="auto-start-reverse"
280
+ inkscape:stockid="Arrow1L"
281
+ markerWidth="8.75"
282
+ markerHeight="5"
283
+ viewBox="0 0 8.75 5"
284
+ inkscape:isstock="true"
285
+ inkscape:collect="always"
286
+ preserveAspectRatio="xMidYMid">
287
+ <path
288
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
289
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
290
+ id="arrow1L-5"
291
+ transform="scale(-0.5)" />
292
+ </marker>
293
+ <marker
294
+ style="overflow:visible"
295
+ id="Arrow1L-3-3"
296
+ refX="0"
297
+ refY="0"
298
+ orient="auto-start-reverse"
299
+ inkscape:stockid="Arrow1L"
300
+ markerWidth="8.75"
301
+ markerHeight="5"
302
+ viewBox="0 0 8.75 5"
303
+ inkscape:isstock="true"
304
+ inkscape:collect="always"
305
+ preserveAspectRatio="xMidYMid">
306
+ <path
307
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
308
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
309
+ id="arrow1L-6-5"
310
+ transform="scale(-0.5)" />
311
+ </marker>
312
+ <rect
313
+ x="372.01367"
314
+ y="274.98071"
315
+ width="57.012054"
316
+ height="32.118458"
317
+ id="rect1499-6" />
318
+ <rect
319
+ x="373.3457"
320
+ y="209.37923"
321
+ width="65.277283"
322
+ height="27.877937"
323
+ id="rect1517-2" />
324
+ <rect
325
+ x="399.97449"
326
+ y="129.03419"
327
+ width="56.102253"
328
+ height="26.07551"
329
+ id="rect1535-9" />
330
+ <rect
331
+ x="249.58293"
332
+ y="441.07812"
333
+ width="31.984295"
334
+ height="20.337519"
335
+ id="rect1607-1" />
336
+ <rect
337
+ x="292.84778"
338
+ y="411.62289"
339
+ width="56.435627"
340
+ height="34.83194"
341
+ id="rect1625-2" />
342
+ <rect
343
+ x="349.40002"
344
+ y="374.27997"
345
+ width="50.587605"
346
+ height="42.512707"
347
+ id="rect1643-7" />
348
+ <rect
349
+ x="367.87524"
350
+ y="311.38049"
351
+ width="30.292786"
352
+ height="20.166725"
353
+ id="rect1715-0" />
354
+ <rect
355
+ x="349.5593"
356
+ y="366.99991"
357
+ width="55.785301"
358
+ height="28.796703"
359
+ id="rect1733-9" />
360
+ <rect
361
+ x="369.74738"
362
+ y="249.10504"
363
+ width="45.150146"
364
+ height="35.608723"
365
+ id="rect1751-3" />
366
+ <marker
367
+ style="overflow:visible"
368
+ id="TriangleStart-7"
369
+ refX="0"
370
+ refY="0"
371
+ orient="auto-start-reverse"
372
+ inkscape:stockid="TriangleStart"
373
+ markerWidth="5.3244081"
374
+ markerHeight="6.155385"
375
+ viewBox="0 0 5.3244081 6.1553851"
376
+ inkscape:isstock="true"
377
+ inkscape:collect="always"
378
+ preserveAspectRatio="xMidYMid">
379
+ <path
380
+ transform="scale(0.5)"
381
+ style="fill:context-stroke;fill-rule:evenodd;stroke:context-stroke;stroke-width:1pt"
382
+ d="M 5.77,0 -2.88,5 V -5 Z"
383
+ id="path135-3" />
384
+ </marker>
385
+ <rect
386
+ x="165.83929"
387
+ y="886.69299"
388
+ width="58.306961"
389
+ height="27.666842"
390
+ id="rect1831-2" />
391
+ <rect
392
+ x="157.59195"
393
+ y="882.45026"
394
+ width="81.515121"
395
+ height="28.505205"
396
+ id="rect1783-3" />
397
+ </defs>
398
+ <g
399
+ inkscape:label="Layer 1"
400
+ inkscape:groupmode="layer"
401
+ id="layer1">
402
+ <rect
403
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
404
+ id="rect111-0"
405
+ width="52.916668"
406
+ height="52.916668"
407
+ x="38.703362"
408
+ y="203.20221"
409
+ inkscape:export-filename="verify_vector_p1x.svg"
410
+ inkscape:export-xdpi="96"
411
+ inkscape:export-ydpi="96" />
412
+ <rect
413
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
414
+ id="rect111-6"
415
+ width="52.916668"
416
+ height="52.916668"
417
+ x="36.799328"
418
+ y="121.38446"
419
+ inkscape:export-filename="verify_line_2_l1cx.svg"
420
+ inkscape:export-xdpi="96"
421
+ inkscape:export-ydpi="96" />
422
+ <path
423
+ style="fill:#ffffff;stroke:#ff00cc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
424
+ d="m 67.122756,51.098286 9.855952,45.780495"
425
+ id="path1817" />
426
+ <text
427
+ xml:space="preserve"
428
+ transform="scale(0.26458333)"
429
+ id="text805"
430
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect807);display:inline"><tspan
431
+ x="53.992188"
432
+ y="46.662139"
433
+ id="tspan2834">verify_line.svg</tspan></text>
434
+ <rect
435
+ style="fill:#ffffff;stroke:none;stroke-width:0.264583"
436
+ id="rect111"
437
+ width="52.916668"
438
+ height="52.916668"
439
+ x="31.287308"
440
+ y="46.275719"
441
+ inkscape:export-filename="verify_line_p1x.svg"
442
+ inkscape:export-xdpi="96"
443
+ inkscape:export-ydpi="96" />
444
+ <path
445
+ style="fill:#ffffff;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L)"
446
+ d="M 35.136193,72.093851 H 77.020324"
447
+ id="path327" />
448
+ <path
449
+ style="fill:#ffffff;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-3)"
450
+ d="M 56.905081,93.862738 V 51.978607"
451
+ id="path327-7" />
452
+ <circle
453
+ style="fill:#ffffff;stroke:#ff6600;stroke-width:0.264583"
454
+ id="path1340"
455
+ cx="69.628014"
456
+ cy="63.946362"
457
+ r="1.0397817" />
458
+ <path
459
+ style="fill:#ffffff;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-dasharray:1, 1;stroke-dashoffset:0"
460
+ d="m 69.628014,72.093851 v -8.147489 l -12.722933,0"
461
+ id="path1443" />
462
+ <text
463
+ xml:space="preserve"
464
+ transform="matrix(0.26458333,0,0,0.26458333,-32.93323,0.25375368)"
465
+ id="text1497"
466
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1499);display:inline;fill:#2ca02c"><tspan
467
+ x="372.01367"
468
+ y="285.59766"
469
+ id="tspan2836">p1x</tspan></text>
470
+ <text
471
+ xml:space="preserve"
472
+ transform="matrix(0.26458333,0,0,0.26458333,-48.297493,6.4833195)"
473
+ id="text1515"
474
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1517);display:inline;fill:#2ca02c"><tspan
475
+ x="373.3457"
476
+ y="219.99609"
477
+ id="tspan2838">p1y</tspan></text>
478
+ <text
479
+ xml:space="preserve"
480
+ transform="matrix(0.26458333,0,0,0.26458333,-34.405349,23.944093)"
481
+ id="text1533"
482
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1535);display:inline;fill:#2ca02c"><tspan
483
+ x="399.97461"
484
+ y="142.01175"
485
+ id="tspan2840">p1</tspan></text>
486
+ <path
487
+ style="fill:#ffffff;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
488
+ d="M 57.037447,89.829714 H 75.341171 V 72.031638"
489
+ id="path1443-5" />
490
+ <circle
491
+ style="fill:#ffffff;stroke:#ff6600;stroke-width:0.264583"
492
+ id="path1340-3"
493
+ cx="75.36454"
494
+ cy="89.733215"
495
+ r="1.0397817" />
496
+ <text
497
+ xml:space="preserve"
498
+ transform="matrix(0.26458333,0,0,0.26458333,10.629411,-28.707623)"
499
+ id="text1605"
500
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1607);display:inline;fill:#0044aa"><tspan
501
+ x="249.58203"
502
+ y="454.05472"
503
+ id="tspan2842">p2</tspan></text>
504
+ <text
505
+ xml:space="preserve"
506
+ transform="matrix(0.26458333,0,0,0.26458333,-3.9032008,-41.107661)"
507
+ id="text1623"
508
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1625);display:inline;fill:#0044aa"><tspan
509
+ x="292.84766"
510
+ y="422.24023"
511
+ id="tspan2844">p2x</tspan></text>
512
+ <text
513
+ xml:space="preserve"
514
+ transform="matrix(0.26458333,0,0,0.26458333,-42.201756,-11.295515)"
515
+ id="text1641"
516
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1643);display:inline;fill:#0044aa"><tspan
517
+ x="349.40039"
518
+ y="384.89648"
519
+ id="tspan2846">p2y</tspan></text>
520
+ <path
521
+ style="fill:#ffffff;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.999998, 0.999998;stroke-dashoffset:0;stroke-opacity:1"
522
+ d="M 56.86392,84.18239 H 39.373166 V 72.076391"
523
+ id="path1443-5-5" />
524
+ <circle
525
+ style="fill:#ffffff;stroke:#ff6600;stroke-width:0.264583"
526
+ id="path1340-3-6"
527
+ cx="39.086327"
528
+ cy="84.031143"
529
+ r="1.0397817" />
530
+ <text
531
+ xml:space="preserve"
532
+ transform="matrix(0.26458333,0,0,0.26458333,-65.016124,-1.4282334)"
533
+ id="text1713"
534
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1715);display:inline;fill:#8800aa"><tspan
535
+ x="367.875"
536
+ y="324.35745"
537
+ id="tspan2848">p3</tspan></text>
538
+ <text
539
+ xml:space="preserve"
540
+ transform="matrix(0.26458333,0,0,0.26458333,-54.95201,-29.030898)"
541
+ id="text1731"
542
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1733);display:inline;fill:#8800aa"><tspan
543
+ x="349.55859"
544
+ y="377.61719"
545
+ id="tspan2850">p3x</tspan></text>
546
+ <text
547
+ xml:space="preserve"
548
+ transform="matrix(0.26458333,0,0,0.26458333,-40.250374,15.757495)"
549
+ id="text1749"
550
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1751);display:inline;fill:#8800aa"><tspan
551
+ x="369.74805"
552
+ y="259.72266"
553
+ id="tspan2852">p3y</tspan></text>
554
+ <path
555
+ style="fill:#ffffff;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
556
+ d="M 84.94867,130.14279 50.678524,162.05754"
557
+ id="path1817-3"
558
+ inkscape:transform-center-x="7.5131701"
559
+ inkscape:transform-center-y="7.08438" />
560
+ <path
561
+ style="fill:#ffffff;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-36)"
562
+ d="M 40.648214,147.2026 H 82.532341"
563
+ id="path327-0" />
564
+ <path
565
+ style="fill:#ffffff;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-3-5)"
566
+ d="M 62.417102,168.97149 V 127.08735"
567
+ id="path327-7-6" />
568
+ <path
569
+ style="fill:none;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
570
+ d="m 75.140035,147.2026 v -8.14749 H 62.417102"
571
+ id="path1443-6" />
572
+ <text
573
+ xml:space="preserve"
574
+ transform="matrix(0.26458333,0,0,0.26458333,-27.950376,75.362502)"
575
+ id="text1497-1"
576
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1499-5);display:inline;fill:#2ca02c"><tspan
577
+ x="372.01367"
578
+ y="285.59766"
579
+ id="tspan2854">l1cx</tspan></text>
580
+ <text
581
+ xml:space="preserve"
582
+ transform="matrix(0.26458333,0,0,0.26458333,-43.314639,81.592068)"
583
+ id="text1515-8"
584
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1517-6);display:inline;fill:#2ca02c"><tspan
585
+ x="373.3457"
586
+ y="219.99609"
587
+ id="tspan2856">l1cy</tspan></text>
588
+ <text
589
+ xml:space="preserve"
590
+ transform="matrix(0.26458333,0,0,0.26458333,-29.186188,96.59786)"
591
+ id="text1533-7"
592
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1535-2);display:inline;fill:#2ca02c"><tspan
593
+ x="399.97461"
594
+ y="142.01175"
595
+ id="tspan2858">l1</tspan></text>
596
+ <path
597
+ style="fill:none;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
598
+ d="M 62.549468,164.93846 H 80.853191 V 147.14039"
599
+ id="path1443-5-9" />
600
+ <text
601
+ xml:space="preserve"
602
+ transform="matrix(0.26458333,0,0,0.26458333,14.021894,51.023439)"
603
+ id="text1605-0"
604
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1607-9);display:inline;fill:#0044aa"><tspan
605
+ x="249.58203"
606
+ y="454.05472"
607
+ id="tspan2860">l2</tspan></text>
608
+ <text
609
+ xml:space="preserve"
610
+ transform="matrix(0.26458333,0,0,0.26458333,1.6088203,34.001087)"
611
+ id="text1623-2"
612
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1625-1);display:inline;fill:#0044aa"><tspan
613
+ x="292.84766"
614
+ y="422.24023"
615
+ id="tspan2862">l2cx</tspan></text>
616
+ <text
617
+ xml:space="preserve"
618
+ transform="matrix(0.26458333,0,0,0.26458333,-36.689735,63.813233)"
619
+ id="text1641-3"
620
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1643-2);display:inline;fill:#0044aa"><tspan
621
+ x="349.40039"
622
+ y="384.89648"
623
+ id="tspan2864">l2cy</tspan></text>
624
+ <path
625
+ style="fill:none;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.999998, 0.999998;stroke-dashoffset:0;stroke-opacity:1"
626
+ d="M 62.375941,159.29114 H 44.885187 v -12.106"
627
+ id="path1443-5-5-7" />
628
+ <circle
629
+ style="fill:none;stroke:#ff6600;stroke-width:0.264583"
630
+ id="path1340-3-6-5"
631
+ cx="44.839722"
632
+ cy="159.13989"
633
+ r="1.0397817" />
634
+ <text
635
+ xml:space="preserve"
636
+ transform="matrix(0.26458333,0,0,0.26458333,-59.504103,73.680515)"
637
+ id="text1713-9"
638
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1715-7);display:inline;fill:#8800aa"><tspan
639
+ x="367.875"
640
+ y="324.35745"
641
+ id="tspan2866">p3</tspan></text>
642
+ <text
643
+ xml:space="preserve"
644
+ transform="matrix(0.26458333,0,0,0.26458333,-49.439989,46.07785)"
645
+ id="text1731-2"
646
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1733-0);display:inline;fill:#8800aa"><tspan
647
+ x="349.55859"
648
+ y="377.61719"
649
+ id="tspan2868">p3x</tspan></text>
650
+ <text
651
+ xml:space="preserve"
652
+ transform="matrix(0.26458333,0,0,0.26458333,-34.738353,90.86624)"
653
+ id="text1749-2"
654
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1751-9);display:inline;fill:#8800aa"><tspan
655
+ x="369.74805"
656
+ y="259.72266"
657
+ id="tspan2870">p3y</tspan></text>
658
+ <path
659
+ style="fill:#ffffff;stroke:#0055d4;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
660
+ d="M 88.539659,171.75788 53.161282,141.07621"
661
+ id="path1817-3-8"
662
+ inkscape:transform-center-x="10.029665"
663
+ inkscape:transform-center-y="-8.8494685" />
664
+ <path
665
+ style="fill:none;stroke:#93aca7;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
666
+ d="m 80.837056,164.81127 h 7.041665"
667
+ id="path681" />
668
+ <path
669
+ style="fill:none;stroke:#008033;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
670
+ d="m 78.718261,136.09192 c 0,0 1.12662,0.78134 1.287968,1.39274 0.157638,0.59734 -0.423074,1.80445 -0.423074,1.80445"
671
+ id="path710"
672
+ sodipodi:nodetypes="cac" />
673
+ <text
674
+ xml:space="preserve"
675
+ transform="matrix(0.26458333,0,0,0.26458333,-11.77915,-9.5762049)"
676
+ id="text759"
677
+ style="font-size:10.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect761);display:inline;fill:#217821"><tspan
678
+ x="349.9707"
679
+ y="560.11917"
680
+ id="tspan2872">l1ca</tspan></text>
681
+ <path
682
+ style="fill:none;stroke:#0055d4;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
683
+ d="m 84.051414,164.71392 c 0,0 0.155128,-1.73122 -0.261464,-2.43215 -0.468922,-0.78898 -1.366581,-1.37495 -2.264087,-1.56695 -0.994014,-0.21264 -2.116599,0.0514 -2.998094,0.55765 -0.359489,0.20644 -0.812663,0.9414 -0.812663,0.9414"
684
+ id="path765"
685
+ sodipodi:nodetypes="caaac" />
686
+ <text
687
+ xml:space="preserve"
688
+ transform="matrix(0.26458333,0,0,0.26458333,-10.7241,11.791044)"
689
+ id="text759-3"
690
+ style="font-size:10.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect761-7);display:inline;fill:#0055d4"><tspan
691
+ x="349.9707"
692
+ y="560.11917"
693
+ id="tspan2874">l2ca</tspan></text>
694
+ <path
695
+ style="fill:none;stroke:#93aca7;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
696
+ d="m 75.401775,139.08836 h 7.04166"
697
+ id="path681-9" />
698
+ <circle
699
+ style="fill:none;stroke:#ff6600;stroke-width:0.264583"
700
+ id="path1340-2"
701
+ cx="75.140038"
702
+ cy="139.0551"
703
+ r="1.0397817" />
704
+ <circle
705
+ style="fill:none;stroke:#ff6600;stroke-width:0.264583"
706
+ id="path1340-3-2"
707
+ cx="80.876564"
708
+ cy="164.84196"
709
+ r="1.0397817" />
710
+ <path
711
+ style="fill:#ffffff;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-367)"
712
+ d="M 42.55225,229.02035 H 84.436379"
713
+ id="path327-6" />
714
+ <path
715
+ style="fill:#ffffff;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-3-3)"
716
+ d="M 64.321138,250.78924 V 208.90511"
717
+ id="path327-7-2" />
718
+ <circle
719
+ style="fill:none;stroke:#ff6600;stroke-width:0.264583"
720
+ id="path1340-6"
721
+ cx="77.044075"
722
+ cy="220.87285"
723
+ r="1.0397817" />
724
+ <path
725
+ style="fill:none;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
726
+ d="m 77.044071,229.02035 v -8.14749 H 64.321138"
727
+ id="path1443-1" />
728
+ <text
729
+ xml:space="preserve"
730
+ transform="matrix(0.26458333,0,0,0.26458333,-25.517173,157.18025)"
731
+ id="text1497-8"
732
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1499-6);display:inline;fill:#2ca02c"><tspan
733
+ x="372.01367"
734
+ y="285.59766"
735
+ id="tspan2876">p1x</tspan></text>
736
+ <text
737
+ xml:space="preserve"
738
+ transform="matrix(0.26458333,0,0,0.26458333,-40.881436,163.40982)"
739
+ id="text1515-7"
740
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1517-2);display:inline;fill:#2ca02c"><tspan
741
+ x="373.3457"
742
+ y="219.99609"
743
+ id="tspan2878">p1y</tspan></text>
744
+ <text
745
+ xml:space="preserve"
746
+ transform="matrix(0.26458333,0,0,0.26458333,-26.989292,180.87059)"
747
+ id="text1533-9"
748
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1535-9);display:inline;fill:#2ca02c"><tspan
749
+ x="399.97461"
750
+ y="142.01175"
751
+ id="tspan2880">p1</tspan></text>
752
+ <path
753
+ style="fill:none;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
754
+ d="M 64.453504,246.75621 H 82.757229 V 228.95814"
755
+ id="path1443-5-2" />
756
+ <circle
757
+ style="fill:none;stroke:#ff6600;stroke-width:0.264583"
758
+ id="path1340-3-0"
759
+ cx="82.780602"
760
+ cy="246.6597"
761
+ r="1.0397817" />
762
+ <text
763
+ xml:space="preserve"
764
+ transform="matrix(0.26458333,0,0,0.26458333,18.045468,128.21888)"
765
+ id="text1605-2"
766
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1607-1);display:inline;fill:#0044aa"><tspan
767
+ x="249.58203"
768
+ y="454.05472"
769
+ id="tspan2882">p2</tspan></text>
770
+ <text
771
+ xml:space="preserve"
772
+ transform="matrix(0.26458333,0,0,0.26458333,3.5128565,115.81884)"
773
+ id="text1623-3"
774
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1625-2);display:inline;fill:#0044aa"><tspan
775
+ x="292.84766"
776
+ y="422.24023"
777
+ id="tspan2884">p2x</tspan></text>
778
+ <text
779
+ xml:space="preserve"
780
+ transform="matrix(0.26458333,0,0,0.26458333,-34.785699,145.63099)"
781
+ id="text1641-7"
782
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1643-7);display:inline;fill:#0044aa"><tspan
783
+ x="349.40039"
784
+ y="384.89648"
785
+ id="tspan2886">p2y</tspan></text>
786
+ <path
787
+ style="fill:#ffffff;stroke:#ff00ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#TriangleStart)"
788
+ d="M 52.184621,226.61386 44.722168,209.52265"
789
+ id="path1817-6" />
790
+ <path
791
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
792
+ d="m 52.30586,226.5345 h 3.565152"
793
+ id="path1678" />
794
+ <path
795
+ style="fill:none;stroke:#800080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
796
+ d="m 53.64522,226.58574 c 0,0 0.203246,-0.95527 -0.04519,-1.31787 -0.226108,-0.33001 -0.704997,-0.43817 -1.103654,-0.47144 -0.336631,-0.0281 -0.985033,0.23811 -0.985033,0.23811"
797
+ id="path1680"
798
+ sodipodi:nodetypes="caac" />
799
+ <text
800
+ xml:space="preserve"
801
+ transform="matrix(0.26458333,0,0,0.26458333,12.447834,-10.10952)"
802
+ id="text1781"
803
+ style="font-size:10.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1783);fill:#800080"><tspan
804
+ x="157.5918"
805
+ y="891.8887"
806
+ id="tspan2888">v1a</tspan></text>
807
+ <text
808
+ xml:space="preserve"
809
+ transform="matrix(0.26458333,0,0,0.26458333,4.0163906,-21.915801)"
810
+ id="text1829"
811
+ style="font-size:10.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1831);fill:#800080"><tspan
812
+ x="165.83984"
813
+ y="896.13089"
814
+ id="tspan2890">v1l</tspan></text>
815
+ <path
816
+ style="fill:#ffffff;stroke:#ff00ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#TriangleStart-7)"
817
+ d="m 51.316215,236.38865 -7.521977,9.41775"
818
+ id="path1817-6-6" />
819
+ <path
820
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
821
+ d="m 51.480059,236.43194 h 3.565152"
822
+ id="path1678-1" />
823
+ <text
824
+ xml:space="preserve"
825
+ transform="matrix(0.26458333,0,0,0.26458333,-0.37956107,3.324846)"
826
+ id="text1829-9"
827
+ style="font-size:10.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1831-2);display:inline;fill:#800080"><tspan
828
+ x="165.83984"
829
+ y="896.13089"
830
+ id="tspan2892">v2l</tspan></text>
831
+ <path
832
+ style="fill:none;stroke:#800080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
833
+ d="m 52.978676,236.28306 c 0,0 0.169237,-0.97223 -0.08526,-1.34067 -0.288539,-0.41773 -0.883549,-0.56585 -1.387363,-0.62847 -0.613547,-0.0763 -1.350109,-0.0668 -1.825493,0.32845 -0.37711,0.31359 -0.476977,0.88776 -0.520319,1.3763 -0.043,0.48468 -0.0089,1.03472 0.267764,1.43499 0.129883,0.1879 0.585761,0.35563 0.585761,0.35563"
834
+ id="path2199"
835
+ sodipodi:nodetypes="caaaaac" />
836
+ <text
837
+ xml:space="preserve"
838
+ transform="matrix(0.26458333,0,0,0.26458333,8.2986425,-2.7791391)"
839
+ id="text1781-1"
840
+ style="font-size:10.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1783-3);display:inline;fill:#800080"><tspan
841
+ x="157.5918"
842
+ y="891.8887"
843
+ id="tspan2894">v2a</tspan></text>
844
+ </g>
845
+ </svg>