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,809 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="430.91708"
6
+ height="449.70309"
7
+ viewBox="0 0 114.01348 118.98394"
8
+ version="1.1"
9
+ id="svg1"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ xmlns:svg="http://www.w3.org/2000/svg">
12
+ <defs
13
+ id="defs1">
14
+ <rect
15
+ x="353.19995"
16
+ y="994.04462"
17
+ width="30.905689"
18
+ height="17.691807"
19
+ id="rect51" />
20
+ <rect
21
+ x="357.1192"
22
+ y="963.16498"
23
+ width="43.398129"
24
+ height="20.344488"
25
+ id="rect5" />
26
+ <rect
27
+ x="394.87665"
28
+ y="926.4021"
29
+ width="43.272156"
30
+ height="33.539722"
31
+ id="rect24" />
32
+ <rect
33
+ x="502.50931"
34
+ y="908.67499"
35
+ width="63.67548"
36
+ height="33.806641"
37
+ id="rect23" />
38
+ <rect
39
+ x="91.854698"
40
+ y="1150.0854"
41
+ width="37.081078"
42
+ height="23.941315"
43
+ id="rect22" />
44
+ <rect
45
+ x="509.18997"
46
+ y="985.6062"
47
+ width="49.059448"
48
+ height="38.429615"
49
+ id="rect21" />
50
+ <rect
51
+ x="69.848541"
52
+ y="1234.6669"
53
+ width="61.201969"
54
+ height="55.42889"
55
+ id="rect20" />
56
+ <rect
57
+ x="90.341415"
58
+ y="1234.4738"
59
+ width="62.011036"
60
+ height="48.429157"
61
+ id="rect19" />
62
+ <rect
63
+ x="492.41345"
64
+ y="1281.6532"
65
+ width="61.664055"
66
+ height="44.836998"
67
+ id="rect18" />
68
+ <rect
69
+ x="437.35483"
70
+ y="1313.5138"
71
+ width="49.128159"
72
+ height="36.037956"
73
+ id="rect17" />
74
+ <rect
75
+ x="269.01959"
76
+ y="1337.4392"
77
+ width="89.479607"
78
+ height="57.232327"
79
+ id="rect16" />
80
+ <rect
81
+ x="453.95419"
82
+ y="1279.0428"
83
+ width="64.279037"
84
+ height="48.515285"
85
+ id="rect15" />
86
+ <marker
87
+ style="overflow:visible"
88
+ id="marker15"
89
+ refX="0"
90
+ refY="0"
91
+ orient="auto-start-reverse"
92
+ markerWidth="1"
93
+ markerHeight="1"
94
+ viewBox="0 0 1 1"
95
+ preserveAspectRatio="xMidYMid">
96
+ <path
97
+ transform="scale(0.7)"
98
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
99
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
100
+ id="path15" />
101
+ </marker>
102
+ <marker
103
+ style="overflow:visible"
104
+ id="marker15-1"
105
+ refX="0"
106
+ refY="0"
107
+ orient="auto-start-reverse"
108
+ markerWidth="1"
109
+ markerHeight="1"
110
+ viewBox="0 0 1 1"
111
+ preserveAspectRatio="xMidYMid">
112
+ <path
113
+ transform="scale(0.7)"
114
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
115
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
116
+ id="path15-0" />
117
+ </marker>
118
+ <marker
119
+ style="overflow:visible"
120
+ id="RoundedArrow-7-7-9-1-2-9"
121
+ refX="0"
122
+ refY="0"
123
+ orient="auto-start-reverse"
124
+ markerWidth="1"
125
+ markerHeight="1"
126
+ viewBox="0 0 1 1"
127
+ preserveAspectRatio="xMidYMid">
128
+ <path
129
+ transform="scale(0.7)"
130
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
131
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
132
+ id="path8-67-2-9-1-6-6" />
133
+ </marker>
134
+ <marker
135
+ style="overflow:visible"
136
+ id="RoundedArrow-7-7-9-1-2-9-5"
137
+ refX="0"
138
+ refY="0"
139
+ orient="auto-start-reverse"
140
+ markerWidth="1"
141
+ markerHeight="1"
142
+ viewBox="0 0 1 1"
143
+ preserveAspectRatio="xMidYMid">
144
+ <path
145
+ transform="scale(0.7)"
146
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
147
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
148
+ id="path8-67-2-9-1-6-6-3" />
149
+ </marker>
150
+ <rect
151
+ x="269.01959"
152
+ y="1337.4392"
153
+ width="89.479607"
154
+ height="57.232327"
155
+ id="rect16-8" />
156
+ <marker
157
+ style="overflow:visible"
158
+ id="RoundedArrow-7-7-9-1-2-9-5-8"
159
+ refX="0"
160
+ refY="0"
161
+ orient="auto-start-reverse"
162
+ markerWidth="1"
163
+ markerHeight="1"
164
+ viewBox="0 0 1 1"
165
+ preserveAspectRatio="xMidYMid">
166
+ <path
167
+ transform="scale(0.7)"
168
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
169
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
170
+ id="path8-67-2-9-1-6-6-3-9" />
171
+ </marker>
172
+ <rect
173
+ x="269.01959"
174
+ y="1337.4392"
175
+ width="89.479607"
176
+ height="57.232327"
177
+ id="rect16-8-7" />
178
+ <marker
179
+ style="overflow:visible"
180
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2"
181
+ refX="0"
182
+ refY="0"
183
+ orient="auto-start-reverse"
184
+ markerWidth="1"
185
+ markerHeight="1"
186
+ viewBox="0 0 1 1"
187
+ preserveAspectRatio="xMidYMid">
188
+ <path
189
+ transform="scale(0.7)"
190
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
191
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
192
+ id="path8-67-2-9-1-6-6-3-9-4" />
193
+ </marker>
194
+ <marker
195
+ style="overflow:visible"
196
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8"
197
+ refX="0"
198
+ refY="0"
199
+ orient="auto-start-reverse"
200
+ markerWidth="1"
201
+ markerHeight="1"
202
+ viewBox="0 0 1 1"
203
+ preserveAspectRatio="xMidYMid">
204
+ <path
205
+ transform="scale(0.7)"
206
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
207
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
208
+ id="path8-67-2-9-1-6-6-3-9-4-1" />
209
+ </marker>
210
+ <marker
211
+ style="overflow:visible"
212
+ id="marker15-1-6"
213
+ refX="0"
214
+ refY="0"
215
+ orient="auto-start-reverse"
216
+ markerWidth="1"
217
+ markerHeight="1"
218
+ viewBox="0 0 1 1"
219
+ preserveAspectRatio="xMidYMid">
220
+ <path
221
+ transform="scale(0.7)"
222
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
223
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
224
+ id="path15-0-8" />
225
+ </marker>
226
+ <marker
227
+ style="overflow:visible"
228
+ id="marker15-0"
229
+ refX="0"
230
+ refY="0"
231
+ orient="auto-start-reverse"
232
+ markerWidth="1"
233
+ markerHeight="1"
234
+ viewBox="0 0 1 1"
235
+ preserveAspectRatio="xMidYMid">
236
+ <path
237
+ transform="scale(0.7)"
238
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
239
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
240
+ id="path15-2" />
241
+ </marker>
242
+ <marker
243
+ style="overflow:visible"
244
+ id="marker15-8"
245
+ refX="0"
246
+ refY="0"
247
+ orient="auto-start-reverse"
248
+ markerWidth="1"
249
+ markerHeight="1"
250
+ viewBox="0 0 1 1"
251
+ preserveAspectRatio="xMidYMid">
252
+ <path
253
+ transform="scale(0.7)"
254
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
255
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
256
+ id="path15-5" />
257
+ </marker>
258
+ <marker
259
+ style="overflow:visible"
260
+ id="marker15-1-0"
261
+ refX="0"
262
+ refY="0"
263
+ orient="auto-start-reverse"
264
+ markerWidth="1"
265
+ markerHeight="1"
266
+ viewBox="0 0 1 1"
267
+ preserveAspectRatio="xMidYMid">
268
+ <path
269
+ transform="scale(0.7)"
270
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
271
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
272
+ id="path15-0-6" />
273
+ </marker>
274
+ <marker
275
+ style="overflow:visible"
276
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-7"
277
+ refX="0"
278
+ refY="0"
279
+ orient="auto-start-reverse"
280
+ markerWidth="1"
281
+ markerHeight="1"
282
+ viewBox="0 0 1 1"
283
+ preserveAspectRatio="xMidYMid">
284
+ <path
285
+ transform="scale(0.7)"
286
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
287
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
288
+ id="path8-67-2-9-1-6-6-3-9-4-1-2" />
289
+ </marker>
290
+ <marker
291
+ style="overflow:visible"
292
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-0"
293
+ refX="0"
294
+ refY="0"
295
+ orient="auto-start-reverse"
296
+ markerWidth="1"
297
+ markerHeight="1"
298
+ viewBox="0 0 1 1"
299
+ preserveAspectRatio="xMidYMid">
300
+ <path
301
+ transform="scale(0.7)"
302
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
303
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
304
+ id="path8-67-2-9-1-6-6-3-9-4-1-2-3" />
305
+ </marker>
306
+ <rect
307
+ x="509.18997"
308
+ y="985.6062"
309
+ width="49.059448"
310
+ height="38.429615"
311
+ id="rect21-4" />
312
+ <marker
313
+ style="overflow:visible"
314
+ id="marker15-1-6-9"
315
+ refX="0"
316
+ refY="0"
317
+ orient="auto-start-reverse"
318
+ markerWidth="1"
319
+ markerHeight="1"
320
+ viewBox="0 0 1 1"
321
+ preserveAspectRatio="xMidYMid">
322
+ <path
323
+ transform="scale(0.7)"
324
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
325
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
326
+ id="path15-0-8-3" />
327
+ </marker>
328
+ <marker
329
+ style="overflow:visible"
330
+ id="marker15-0-3"
331
+ refX="0"
332
+ refY="0"
333
+ orient="auto-start-reverse"
334
+ markerWidth="1"
335
+ markerHeight="1"
336
+ viewBox="0 0 1 1"
337
+ preserveAspectRatio="xMidYMid">
338
+ <path
339
+ transform="scale(0.7)"
340
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
341
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
342
+ id="path15-2-8" />
343
+ </marker>
344
+ <marker
345
+ style="overflow:visible"
346
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-2"
347
+ refX="0"
348
+ refY="0"
349
+ orient="auto-start-reverse"
350
+ markerWidth="1"
351
+ markerHeight="1"
352
+ viewBox="0 0 1 1"
353
+ preserveAspectRatio="xMidYMid">
354
+ <path
355
+ transform="scale(0.7)"
356
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
357
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
358
+ id="path8-67-2-9-1-6-6-3-9-4-1-2-6" />
359
+ </marker>
360
+ <rect
361
+ x="509.18997"
362
+ y="985.6062"
363
+ width="49.059448"
364
+ height="38.429615"
365
+ id="rect21-7" />
366
+ <marker
367
+ style="overflow:visible"
368
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-2"
369
+ refX="0"
370
+ refY="0"
371
+ orient="auto-start-reverse"
372
+ markerWidth="1"
373
+ markerHeight="1"
374
+ viewBox="0 0 1 1"
375
+ preserveAspectRatio="xMidYMid">
376
+ <path
377
+ transform="scale(0.7)"
378
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
379
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
380
+ id="path8-67-2-9-1-6-6-3-9-4-1-7" />
381
+ </marker>
382
+ <marker
383
+ style="overflow:visible"
384
+ id="marker15-75"
385
+ refX="0"
386
+ refY="0"
387
+ orient="auto-start-reverse"
388
+ markerWidth="1"
389
+ markerHeight="1"
390
+ viewBox="0 0 1 1"
391
+ preserveAspectRatio="xMidYMid">
392
+ <path
393
+ transform="scale(0.7)"
394
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
395
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
396
+ id="path15-3" />
397
+ </marker>
398
+ <marker
399
+ style="overflow:visible"
400
+ id="marker15-9"
401
+ refX="0"
402
+ refY="0"
403
+ orient="auto-start-reverse"
404
+ markerWidth="1"
405
+ markerHeight="1"
406
+ viewBox="0 0 1 1"
407
+ preserveAspectRatio="xMidYMid">
408
+ <path
409
+ transform="scale(0.7)"
410
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
411
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
412
+ id="path15-36" />
413
+ </marker>
414
+ <rect
415
+ x="353.19995"
416
+ y="994.04462"
417
+ width="30.905689"
418
+ height="17.691807"
419
+ id="rect51-8" />
420
+ </defs>
421
+ <g
422
+ id="layer1"
423
+ transform="translate(-33.253124,-232.61079)">
424
+ <rect
425
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.264583;stroke-opacity:1"
426
+ id="rect25"
427
+ width="113.7489"
428
+ height="118.71937"
429
+ x="33.385418"
430
+ y="232.74309" />
431
+ <text
432
+ xml:space="preserve"
433
+ transform="matrix(0.26458333,0,0,0.26458333,3.4610419,11.524633)"
434
+ id="text51-9"
435
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect51-8);display:inline"><tspan
436
+ x="353.19922"
437
+ y="1007.0215"
438
+ id="tspan1">PI/6</tspan></text>
439
+ <path
440
+ style="fill:#d5f6ff;stroke:#d5f6ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
441
+ d="m 72.304187,271.11197 -14.212221,39.69215 3e-6,21.50115 c 0,0 43.709481,2e-5 43.709481,2e-5 V 310.80413 L 87.589205,271.11197 H 72.304187"
442
+ id="path2-6" />
443
+ <rect
444
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
445
+ id="rect2-4"
446
+ width="3.3401127"
447
+ height="21.501156"
448
+ x="58.091969"
449
+ y="310.80411" />
450
+ <rect
451
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
452
+ id="rect2-5-7"
453
+ width="3.3401127"
454
+ height="9.3491392"
455
+ x="-326.97366"
456
+ y="61.696667"
457
+ transform="rotate(-90)" />
458
+ <rect
459
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
460
+ id="rect2-2-4"
461
+ width="3.3401127"
462
+ height="42.159859"
463
+ x="159.46475"
464
+ y="230.8692"
465
+ transform="rotate(19.700481)" />
466
+ <rect
467
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
468
+ id="rect2-7-4"
469
+ width="3.3401127"
470
+ height="21.501156"
471
+ x="-101.80147"
472
+ y="310.80414"
473
+ transform="scale(-1,1)" />
474
+ <rect
475
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
476
+ id="rect2-5-0-3"
477
+ width="3.3401127"
478
+ height="9.3491392"
479
+ x="-326.97369"
480
+ y="-98.196762"
481
+ transform="matrix(0,-1,-1,0,0,0)" />
482
+ <rect
483
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
484
+ id="rect2-2-9-0"
485
+ width="3.3401127"
486
+ height="42.159859"
487
+ x="8.9302931"
488
+ y="284.76974"
489
+ transform="matrix(-0.94146771,0.33710316,0.33710316,0.94146771,0,0)" />
490
+ <rect
491
+ style="fill:#afdde9;stroke:#afdde9;stroke-width:0.264584"
492
+ id="rect2-5-3-8"
493
+ width="21.412767"
494
+ height="2.2998271"
495
+ x="-307.73212"
496
+ y="78.796799"
497
+ transform="rotate(-90)" />
498
+ <circle
499
+ style="fill:#b380ff;fill-opacity:1;stroke:#b380ff;stroke-width:0.264582;stroke-opacity:1"
500
+ id="path8-1"
501
+ cx="79.946709"
502
+ cy="261.52698"
503
+ r="4.1964483" />
504
+ <circle
505
+ style="fill:#e5d5ff;fill-opacity:1;stroke:#b380ff;stroke-width:0.264582;stroke-opacity:1"
506
+ id="path8-4-4"
507
+ cx="79.946709"
508
+ cy="261.52698"
509
+ r="2.9180391" />
510
+ <path
511
+ style="fill:#217867;fill-opacity:0.8;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
512
+ d="m 76.202068,263.42114 c 0,0 0.382604,0.83225 0.694311,1.15617 0.315328,0.32769 0.721607,0.57275 1.141746,0.7468 0.600483,0.24876 1.258628,0.40348 1.908585,0.39932 0.607888,-0.004 1.214728,-0.17297 1.780125,-0.39628 0.457296,-0.18062 0.923869,-0.40085 1.270203,-0.74984 0.372475,-0.37533 0.795973,-1.3722 0.795973,-1.3722 l 1.36636,0.68541 0.524529,13.8495 -11.498207,0.18057 0.639735,-13.84721 z"
513
+ id="path9" />
514
+ <circle
515
+ style="fill:#5fbcd3;fill-opacity:1;stroke:#5fbcd3;stroke-width:0.264582;stroke-opacity:1"
516
+ id="path8"
517
+ cx="79.946709"
518
+ cy="280.41464"
519
+ r="6.1692934" />
520
+ <circle
521
+ style="fill:#d5f6ff;fill-opacity:1;stroke:#5fbcd3;stroke-width:0.264582;stroke-opacity:1"
522
+ id="path8-4"
523
+ cx="79.946709"
524
+ cy="280.41464"
525
+ r="4.2898755" />
526
+ <path
527
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
528
+ d="M 57.827386,345.22024 V 332.43755"
529
+ id="path27-62-4-4" />
530
+ <path
531
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15)"
532
+ d="m 103.14851,318.51846 h 7.6739"
533
+ id="path14" />
534
+ <path
535
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-1)"
536
+ d="m 96.938868,318.51846 h -5.42465"
537
+ id="path14-0" />
538
+ <text
539
+ xml:space="preserve"
540
+ transform="matrix(0.26458333,0,0,0.26458333,-8.9548444,-21.979613)"
541
+ id="text15"
542
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15);display:inline"><tspan
543
+ x="453.95508"
544
+ y="1292.0196"
545
+ id="tspan2">E1</tspan></text>
546
+ <path
547
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
548
+ d="M 101.80147,345.22028 V 332.43759"
549
+ id="path27-62-4-1" />
550
+ <path
551
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9);marker-end:url(#RoundedArrow-7-7-9-1-2-9)"
552
+ d="M 100.69563,345.22024 H 59.20499"
553
+ id="path5-1-0-8-3-8-1" />
554
+ <text
555
+ xml:space="preserve"
556
+ transform="matrix(0.26458333,0,0,0.26458333,5.8605617,-8.3492461)"
557
+ id="text16"
558
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16);display:inline"><tspan
559
+ x="269.01953"
560
+ y="1350.416"
561
+ id="tspan3">D1</tspan></text>
562
+ <path
563
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
564
+ d="M 71.310389,339.88864 V 327.10595"
565
+ id="path27-62-4-4-7" />
566
+ <path
567
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
568
+ d="M 88.847623,339.88868 V 327.10599"
569
+ id="path27-62-4-4-7-5" />
570
+ <path
571
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5)"
572
+ d="M 87.741738,339.88864 H 72.695411"
573
+ id="path5-1-0-8-3-8-1-8" />
574
+ <text
575
+ xml:space="preserve"
576
+ transform="matrix(0.26458333,0,0,0.26458333,6.3244815,-18.254483)"
577
+ id="text16-6"
578
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16-8);display:inline"><tspan
579
+ x="269.01953"
580
+ y="1350.416"
581
+ id="tspan4">D3</tspan></text>
582
+ <path
583
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
584
+ d="M 72.304178,271.11197 V 240.42028"
585
+ id="path27-62-4-4-7-3" />
586
+ <path
587
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
588
+ d="M 87.589199,271.11195 V 240.42026"
589
+ id="path27-62-4-4-7-3-4" />
590
+ <path
591
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8)"
592
+ d="M 86.384886,241.20483 H 73.508531"
593
+ id="path5-1-0-8-3-8-1-8-6" />
594
+ <text
595
+ xml:space="preserve"
596
+ transform="matrix(0.26458333,0,0,0.26458333,5.7307692,-116.9383)"
597
+ id="text16-6-4"
598
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16-8-7);display:inline"><tspan
599
+ x="269.01953"
600
+ y="1350.416"
601
+ id="tspan5">D2</tspan></text>
602
+ <path
603
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
604
+ d="M 129.49984,332.43759 H 101.93376"
605
+ id="path27-62-4-1-9" />
606
+ <path
607
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
608
+ d="M 129.49984,310.53956 H 101.93376"
609
+ id="path27-62-4-1-9-0" />
610
+ <path
611
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
612
+ d="M 129.49984,271.24423 H 87.589196"
613
+ id="path27-62-4-1-9-6" />
614
+ <path
615
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2)"
616
+ d="m 129.49984,272.37759 v 36.69643"
617
+ id="path5-1-0-8-3-8-1-8-6-7" />
618
+ <path
619
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8)"
620
+ d="m 129.49984,311.61103 v 19.34882"
621
+ id="path5-1-0-8-3-8-1-8-6-7-8" />
622
+ <text
623
+ xml:space="preserve"
624
+ transform="matrix(0.26458333,0,0,0.26458333,14.56129,-28.1144)"
625
+ id="text17"
626
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect17);display:inline"><tspan
627
+ x="437.35547"
628
+ y="1326.4903"
629
+ id="tspan6">H1</tspan></text>
630
+ <text
631
+ xml:space="preserve"
632
+ transform="matrix(0.26458333,0,0,0.26458333,-0.01864442,-50.279159)"
633
+ id="text18"
634
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect18);display:inline"><tspan
635
+ x="492.41406"
636
+ y="1294.6289"
637
+ id="tspan7">H2</tspan></text>
638
+ <path
639
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-0)"
640
+ d="m 97.327428,294.96569 7.100162,-2.91144"
641
+ id="path14-05" />
642
+ <path
643
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-1-6)"
644
+ d="m 92.107545,296.86239 -5.019077,2.05809"
645
+ id="path14-0-1" />
646
+ <text
647
+ xml:space="preserve"
648
+ transform="matrix(0.26458333,0,0,0.26458333,80.947153,-36.789578)"
649
+ id="text19"
650
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect19);display:inline"><tspan
651
+ x="90.341797"
652
+ y="1247.4512"
653
+ id="tspan8">E1</tspan></text>
654
+ <path
655
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-8)"
656
+ d="m 65.505454,328.2649 v 7.6739"
657
+ id="path14-6" />
658
+ <path
659
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-1-0)"
660
+ d="m 65.568293,322.37842 v -5.42465"
661
+ id="path14-0-2" />
662
+ <text
663
+ xml:space="preserve"
664
+ transform="matrix(0.26458333,0,0,0.26458333,44.530464,9.1916976)"
665
+ id="text20"
666
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect20);display:inline"><tspan
667
+ x="69.847656"
668
+ y="1247.6426"
669
+ id="tspan9">E3</tspan></text>
670
+ <path
671
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
672
+ d="M 138.71143,280.54691 H 79.946706"
673
+ id="path27-62-4-1-9-6-2" />
674
+ <path
675
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7)"
676
+ d="m 116.71142,272.86066 v 6.26363"
677
+ id="path5-1-0-8-3-8-1-8-6-7-8-0" />
678
+ <text
679
+ xml:space="preserve"
680
+ transform="matrix(0.26458333,0,0,0.26458333,-17.607929,13.196887)"
681
+ id="text21"
682
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect21);display:inline"><tspan
683
+ x="509.18945"
684
+ y="998.58206"
685
+ id="tspan10">H4</tspan></text>
686
+ <path
687
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
688
+ d="M 79.946709,274.24535 H 43.181997"
689
+ id="path27-62-4-1-9-6-2-9" />
690
+ <path
691
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
692
+ d="M 79.946709,286.58394 H 43.181997"
693
+ id="path27-62-4-1-9-6-2-3" />
694
+ <path
695
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-0);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-0)"
696
+ d="m 43.182,275.50814 v 9.63137"
697
+ id="path5-1-0-8-3-8-1-8-6-7-8-0-3" />
698
+ <text
699
+ xml:space="preserve"
700
+ transform="matrix(0.26458333,0,0,0.26458333,-98.016441,17.530131)"
701
+ id="text21-9"
702
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect21-4);display:inline"><tspan
703
+ x="509.18945"
704
+ y="998.58206"
705
+ id="tspan11">D4</tspan></text>
706
+ <path
707
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-0-3)"
708
+ d="m 73.230122,283.23373 -11.954379,5.30393"
709
+ id="path14-05-5" />
710
+ <path
711
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-1-6-9)"
712
+ d="m 76.744628,281.76145 2.460799,-1.29101"
713
+ id="path14-0-1-6" />
714
+ <text
715
+ xml:space="preserve"
716
+ transform="matrix(0.26458333,0,0,0.26458333,31.371094,-16.094238)"
717
+ id="text22"
718
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect22);display:inline"><tspan
719
+ x="91.855469"
720
+ y="1163.0625"
721
+ id="tspan12">E4</tspan></text>
722
+ <path
723
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
724
+ d="M 120.6746,323.63358 H 98.329054"
725
+ id="path27-62-4-1-9-0-0" />
726
+ <path
727
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-2);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-2)"
728
+ d="m 120.67459,311.74087 v 10.5948"
729
+ id="path5-1-0-8-3-8-1-8-6-7-8-0-6" />
730
+ <text
731
+ xml:space="preserve"
732
+ transform="matrix(0.26458333,0,0,0.26458333,-13.644756,54.244576)"
733
+ id="text21-98"
734
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect21-7);display:inline"><tspan
735
+ x="509.18945"
736
+ y="998.58206"
737
+ id="tspan13">H3</tspan></text>
738
+ <path
739
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
740
+ d="M 138.71143,261.39469 H 79.946708"
741
+ id="path27-62-4-1-9-6-2-99" />
742
+ <path
743
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-2);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-2)"
744
+ d="M 138.71143,262.77971 V 279.502"
745
+ id="path5-1-0-8-3-8-1-8-6-7-8-1" />
746
+ <text
747
+ xml:space="preserve"
748
+ transform="matrix(0.26458333,0,0,0.26458333,6.320641,28.290386)"
749
+ id="text23"
750
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect23);display:inline"><tspan
751
+ x="502.50977"
752
+ y="921.65237"
753
+ id="tspan14">H5</tspan></text>
754
+ <text
755
+ xml:space="preserve"
756
+ transform="matrix(0.26458333,0,0,0.26458333,-12.360117,4.4289072)"
757
+ id="text24"
758
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect24);display:inline"><tspan
759
+ x="394.87695"
760
+ y="939.37894"
761
+ id="tspan15">D5</tspan></text>
762
+ <circle
763
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264584;stroke-linejoin:bevel"
764
+ id="path1"
765
+ cx="79.946709"
766
+ cy="261.52698"
767
+ r="5.7214355" />
768
+ <path
769
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15)"
770
+ d="m 84.564864,258.31648 6.898925,-5.40862"
771
+ id="path25" />
772
+ <path
773
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-75)"
774
+ d="m 86.998833,259.77061 7.458984,-2.60735"
775
+ id="path25-6" />
776
+ <text
777
+ xml:space="preserve"
778
+ transform="scale(0.26458333)"
779
+ id="text4"
780
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5);display:inline"><tspan
781
+ x="357.11914"
782
+ y="976.14065"
783
+ id="tspan16">D8</tspan></text>
784
+ <path
785
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
786
+ d="m 79.946708,261.52697 10.661687,4.74498"
787
+ id="path50" />
788
+ <path
789
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15);marker-end:url(#marker15)"
790
+ d="m 91.771852,262.65873 c 0,0 0.303961,0.8887 0.181213,1.31319 -0.124247,0.42967 -0.864535,1.02618 -0.864535,1.02618"
791
+ id="path51" />
792
+ <text
793
+ xml:space="preserve"
794
+ transform="matrix(0.26458333,0,0,0.26458333,-0.96208642,-0.59230549)"
795
+ id="text51"
796
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect51);display:inline"><tspan
797
+ x="353.19922"
798
+ y="1007.0215"
799
+ id="tspan17">PI/6</tspan></text>
800
+ <path
801
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
802
+ d="m 79.936991,280.3998 14.520401,-6.49311"
803
+ id="path50-2" />
804
+ <path
805
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-9);marker-end:url(#marker15-9)"
806
+ d="m 96.089337,279.21352 c 0,0 0.584747,-1.59683 0.348607,-2.35955 -0.239019,-0.77204 -1.663146,-1.84385 -1.663146,-1.84385"
807
+ id="path51-2" />
808
+ </g>
809
+ </svg>