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,596 @@
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
+ inkscape:version="1.3.1 (1:1.3.1+202311172155+91b66b0783)"
11
+ sodipodi:docname="rake.svg"
12
+ inkscape:export-filename="rake.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="namedview1"
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
+ inkscape:zoom="0.7483547"
30
+ inkscape:cx="442.97176"
31
+ inkscape:cy="2969.1803"
32
+ inkscape:window-width="1370"
33
+ inkscape:window-height="836"
34
+ inkscape:window-x="0"
35
+ inkscape:window-y="0"
36
+ inkscape:window-maximized="1"
37
+ inkscape:current-layer="layer1" />
38
+ <defs
39
+ id="defs1">
40
+ <rect
41
+ x="98.764412"
42
+ y="3387.5896"
43
+ width="64.478706"
44
+ height="48.026573"
45
+ id="rect29" />
46
+ <rect
47
+ x="203.51279"
48
+ y="3381.3262"
49
+ width="75.125931"
50
+ height="49.827755"
51
+ id="rect7" />
52
+ <marker
53
+ style="overflow:visible"
54
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-9"
55
+ refX="0"
56
+ refY="0"
57
+ orient="auto-start-reverse"
58
+ inkscape:stockid="Rounded arrow"
59
+ markerWidth="1"
60
+ markerHeight="1"
61
+ viewBox="0 0 1 1"
62
+ inkscape:isstock="true"
63
+ inkscape:collect="always"
64
+ preserveAspectRatio="xMidYMid">
65
+ <path
66
+ transform="scale(0.7)"
67
+ 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"
68
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
69
+ id="path8-67-2-9-1-6-6-3-9-4-2" />
70
+ </marker>
71
+ <marker
72
+ style="overflow:visible"
73
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-23"
74
+ refX="0"
75
+ refY="0"
76
+ orient="auto-start-reverse"
77
+ inkscape:stockid="Rounded arrow"
78
+ markerWidth="1"
79
+ markerHeight="1"
80
+ viewBox="0 0 1 1"
81
+ inkscape:isstock="true"
82
+ inkscape:collect="always"
83
+ preserveAspectRatio="xMidYMid">
84
+ <path
85
+ transform="scale(0.7)"
86
+ 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"
87
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
88
+ id="path8-67-2-9-1-6-6-3-9-4-1-75" />
89
+ </marker>
90
+ <rect
91
+ x="437.35483"
92
+ y="1313.5138"
93
+ width="49.128159"
94
+ height="36.037956"
95
+ id="rect17-2" />
96
+ <rect
97
+ x="492.41345"
98
+ y="1281.6532"
99
+ width="61.664055"
100
+ height="44.836998"
101
+ id="rect18-28" />
102
+ <marker
103
+ style="overflow:visible"
104
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-7"
105
+ refX="0"
106
+ refY="0"
107
+ orient="auto-start-reverse"
108
+ inkscape:stockid="Rounded arrow"
109
+ markerWidth="1"
110
+ markerHeight="1"
111
+ viewBox="0 0 1 1"
112
+ inkscape:isstock="true"
113
+ inkscape:collect="always"
114
+ preserveAspectRatio="xMidYMid">
115
+ <path
116
+ transform="scale(0.7)"
117
+ 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"
118
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
119
+ id="path8-67-2-9-1-6-6-3-9-4-1-2-8" />
120
+ </marker>
121
+ <rect
122
+ x="509.18997"
123
+ y="985.6062"
124
+ width="49.059448"
125
+ height="38.429615"
126
+ id="rect21-5" />
127
+ <marker
128
+ style="overflow:visible"
129
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-0-0"
130
+ refX="0"
131
+ refY="0"
132
+ orient="auto-start-reverse"
133
+ inkscape:stockid="Rounded arrow"
134
+ markerWidth="1"
135
+ markerHeight="1"
136
+ viewBox="0 0 1 1"
137
+ inkscape:isstock="true"
138
+ inkscape:collect="always"
139
+ preserveAspectRatio="xMidYMid">
140
+ <path
141
+ transform="scale(0.7)"
142
+ 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"
143
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
144
+ id="path8-67-2-9-1-6-6-3-9-4-1-2-3-3" />
145
+ </marker>
146
+ <rect
147
+ x="509.18997"
148
+ y="985.6062"
149
+ width="49.059448"
150
+ height="38.429615"
151
+ id="rect21-4-1" />
152
+ <marker
153
+ style="overflow:visible"
154
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-2-4"
155
+ refX="0"
156
+ refY="0"
157
+ orient="auto-start-reverse"
158
+ inkscape:stockid="Rounded arrow"
159
+ markerWidth="1"
160
+ markerHeight="1"
161
+ viewBox="0 0 1 1"
162
+ inkscape:isstock="true"
163
+ inkscape:collect="always"
164
+ preserveAspectRatio="xMidYMid">
165
+ <path
166
+ transform="scale(0.7)"
167
+ 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"
168
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
169
+ id="path8-67-2-9-1-6-6-3-9-4-1-7-7" />
170
+ </marker>
171
+ <rect
172
+ x="502.50931"
173
+ y="908.67499"
174
+ width="63.67548"
175
+ height="33.806641"
176
+ id="rect23-5" />
177
+ <marker
178
+ style="overflow:visible"
179
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-9-0"
180
+ refX="0"
181
+ refY="0"
182
+ orient="auto-start-reverse"
183
+ inkscape:stockid="Rounded arrow"
184
+ markerWidth="1"
185
+ markerHeight="1"
186
+ viewBox="0 0 1 1"
187
+ inkscape:isstock="true"
188
+ inkscape:collect="always"
189
+ preserveAspectRatio="xMidYMid">
190
+ <path
191
+ transform="scale(0.7)"
192
+ 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"
193
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
194
+ id="path8-67-2-9-1-6-6-3-9-4-2-3" />
195
+ </marker>
196
+ <rect
197
+ x="203.51279"
198
+ y="3381.3262"
199
+ width="75.125931"
200
+ height="49.827755"
201
+ id="rect7-2" />
202
+ <rect
203
+ x="175.91412"
204
+ y="3377.8162"
205
+ width="64.502953"
206
+ height="44.276573"
207
+ id="rect8-1" />
208
+ <marker
209
+ style="overflow:visible"
210
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-7-5"
211
+ refX="0"
212
+ refY="0"
213
+ orient="auto-start-reverse"
214
+ inkscape:stockid="Rounded arrow"
215
+ markerWidth="1"
216
+ markerHeight="1"
217
+ viewBox="0 0 1 1"
218
+ inkscape:isstock="true"
219
+ inkscape:collect="always"
220
+ preserveAspectRatio="xMidYMid">
221
+ <path
222
+ transform="scale(0.7)"
223
+ 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"
224
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
225
+ id="path8-67-2-9-1-6-6-3-9-4-1-2-8-9" />
226
+ </marker>
227
+ <marker
228
+ style="overflow:visible"
229
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-9-5"
230
+ refX="0"
231
+ refY="0"
232
+ orient="auto-start-reverse"
233
+ inkscape:stockid="Rounded arrow"
234
+ markerWidth="1"
235
+ markerHeight="1"
236
+ viewBox="0 0 1 1"
237
+ inkscape:isstock="true"
238
+ inkscape:collect="always"
239
+ preserveAspectRatio="xMidYMid">
240
+ <path
241
+ transform="scale(0.7)"
242
+ 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"
243
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
244
+ id="path8-67-2-9-1-6-6-3-9-4-2-4" />
245
+ </marker>
246
+ <rect
247
+ x="98.764412"
248
+ y="3387.5896"
249
+ width="64.478706"
250
+ height="48.026573"
251
+ id="rect29-3" />
252
+ <rect
253
+ x="175.91412"
254
+ y="3377.8162"
255
+ width="64.502953"
256
+ height="44.276573"
257
+ id="rect8-75" />
258
+ <marker
259
+ style="overflow:visible"
260
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-7-5-9-3"
261
+ refX="0"
262
+ refY="0"
263
+ orient="auto-start-reverse"
264
+ inkscape:stockid="Rounded arrow"
265
+ markerWidth="1"
266
+ markerHeight="1"
267
+ viewBox="0 0 1 1"
268
+ inkscape:isstock="true"
269
+ inkscape:collect="always"
270
+ preserveAspectRatio="xMidYMid">
271
+ <path
272
+ transform="scale(0.7)"
273
+ 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"
274
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
275
+ id="path8-67-2-9-1-6-6-3-9-4-1-2-8-9-2-5" />
276
+ </marker>
277
+ </defs>
278
+ <g
279
+ inkscape:label="Layer 1"
280
+ inkscape:groupmode="layer"
281
+ id="layer1"
282
+ transform="translate(-20.727995,-757.51929)">
283
+ <rect
284
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.264583;stroke-opacity:1"
285
+ id="rect25-4"
286
+ width="113.7489"
287
+ height="118.71937"
288
+ x="20.860287"
289
+ y="757.65155"
290
+ inkscape:export-filename="rake_side_stopper.svg"
291
+ inkscape:export-xdpi="96"
292
+ inkscape:export-ydpi="96" />
293
+ <path
294
+ style="fill:#d5f6ff;stroke:#d5f6ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
295
+ d="m 59.779055,796.02044 -14.212221,39.69215 3e-6,21.50115 c 0,0 43.709481,2e-5 43.709481,2e-5 V 835.7126 L 75.064073,796.02044 H 59.779055"
296
+ id="path2-6-0" />
297
+ <rect
298
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
299
+ id="rect2-4-7"
300
+ width="3.3401127"
301
+ height="21.501156"
302
+ x="45.566837"
303
+ y="835.71259" />
304
+ <rect
305
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
306
+ id="rect2-5-7-8"
307
+ width="3.3401127"
308
+ height="9.3491392"
309
+ x="-851.88214"
310
+ y="49.171524"
311
+ transform="rotate(-90)" />
312
+ <rect
313
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
314
+ id="rect2-2-4-6"
315
+ width="3.3401127"
316
+ height="42.159859"
317
+ x="324.62103"
318
+ y="729.27588"
319
+ transform="rotate(19.700481)" />
320
+ <rect
321
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
322
+ id="rect2-7-4-8"
323
+ width="3.3401127"
324
+ height="21.501156"
325
+ x="-89.276337"
326
+ y="835.71259"
327
+ transform="scale(-1,1)" />
328
+ <rect
329
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
330
+ id="rect2-5-0-3-8"
331
+ width="3.3401127"
332
+ height="9.3491392"
333
+ x="-851.88214"
334
+ y="-85.671631"
335
+ transform="matrix(0,-1,-1,0,0,0)" />
336
+ <rect
337
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
338
+ id="rect2-2-9-0-4"
339
+ width="3.3401127"
340
+ height="42.159859"
341
+ x="197.67059"
342
+ y="774.73187"
343
+ transform="matrix(-0.94146771,0.33710316,0.33710316,0.94146771,0,0)" />
344
+ <rect
345
+ style="fill:#afdde9;stroke:#afdde9;stroke-width:0.264584"
346
+ id="rect2-5-3-8-3"
347
+ width="21.412767"
348
+ height="2.2998271"
349
+ x="-832.64056"
350
+ y="66.271652"
351
+ transform="rotate(-90)" />
352
+ <circle
353
+ style="fill:#b380ff;fill-opacity:1;stroke:#b380ff;stroke-width:0.264582;stroke-opacity:1"
354
+ id="path8-1-1"
355
+ cx="67.421577"
356
+ cy="786.43542"
357
+ r="4.1964483" />
358
+ <circle
359
+ style="fill:#e5d5ff;fill-opacity:1;stroke:#b380ff;stroke-width:0.264582;stroke-opacity:1"
360
+ id="path8-4-4-4"
361
+ cx="67.421577"
362
+ cy="786.43542"
363
+ r="2.9180391" />
364
+ <path
365
+ style="fill:#217867;fill-opacity:0.8;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
366
+ d="m 63.676936,788.32961 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"
367
+ id="path14-9"
368
+ sodipodi:nodetypes="caaaaacccccc" />
369
+ <circle
370
+ style="fill:#5fbcd3;fill-opacity:1;stroke:#5fbcd3;stroke-width:0.264582;stroke-opacity:1"
371
+ id="circle14"
372
+ cx="67.421577"
373
+ cy="805.32312"
374
+ r="6.1692934" />
375
+ <circle
376
+ style="fill:#d5f6ff;fill-opacity:1;stroke:#5fbcd3;stroke-width:0.264582;stroke-opacity:1"
377
+ id="path8-4-2"
378
+ cx="67.421577"
379
+ cy="805.32312"
380
+ r="4.2898755" />
381
+ <path
382
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
383
+ d="m 95.534149,857.34606 h -6.12552"
384
+ id="path27-62-4-1-9-2" />
385
+ <path
386
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
387
+ d="m 95.534149,835.44803 h -6.12552"
388
+ id="path27-62-4-1-9-0-2" />
389
+ <path
390
+ 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-23);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-23)"
391
+ d="m 94.7496,836.5195 v 19.34882"
392
+ id="path5-1-0-8-3-8-1-8-6-7-8-06" />
393
+ <text
394
+ xml:space="preserve"
395
+ transform="matrix(0.26458333,0,0,0.26458333,-20.188849,496.79407)"
396
+ id="text17-1"
397
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect17-2);display:inline"><tspan
398
+ x="437.35547"
399
+ y="1326.4903"
400
+ id="tspan1">H1</tspan></text>
401
+ <path
402
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
403
+ d="M 104.74571,805.45538 H 67.421574"
404
+ id="path27-62-4-1-9-6-2-71" />
405
+ <path
406
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
407
+ d="M 67.421579,799.15384 H 30.00178"
408
+ id="path27-62-4-1-9-6-2-9-76" />
409
+ <path
410
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
411
+ d="M 67.421577,811.49241 H 30.656865"
412
+ id="path27-62-4-1-9-6-2-3-7" />
413
+ <path
414
+ 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-0);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-0-0)"
415
+ d="m 30.656868,800.41661 v 9.63137"
416
+ id="path5-1-0-8-3-8-1-8-6-7-8-0-3-3" />
417
+ <text
418
+ xml:space="preserve"
419
+ transform="matrix(0.26458333,0,0,0.26458333,-103.66236,542.4386)"
420
+ id="text21-9-65"
421
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect21-4-1);display:inline"><tspan
422
+ x="509.18945"
423
+ y="998.58206"
424
+ id="tspan2">D4</tspan></text>
425
+ <path
426
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
427
+ d="M 104.74571,786.30317 H 67.421576"
428
+ id="path27-62-4-1-9-6-2-99-2" />
429
+ <circle
430
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264584;stroke-linejoin:bevel"
431
+ id="circle16"
432
+ cx="67.421577"
433
+ cy="786.43542"
434
+ r="5.7214355" />
435
+ <text
436
+ xml:space="preserve"
437
+ transform="matrix(0.26458333,0,0,0.26458333,-13.555134,-56.003466)"
438
+ id="text6"
439
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7);display:inline"><tspan
440
+ x="203.51367"
441
+ y="3394.3028"
442
+ id="tspan3">E7</tspan></text>
443
+ <path
444
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
445
+ d="M 45.566838,847.78603 H 24.562326"
446
+ id="path27-62-4-1-9-6-2-9-76-4" />
447
+ <text
448
+ xml:space="preserve"
449
+ transform="matrix(0.26458333,0,0,0.26458333,-0.25560288,-82.048262)"
450
+ id="text13"
451
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect29);display:inline"><tspan
452
+ x="98.763672"
453
+ y="3400.5664"
454
+ id="tspan4">S2</tspan></text>
455
+ <path
456
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
457
+ d="M 67.421576,786.30316 H 24.562327"
458
+ id="path27-62-4-1-9-6-2-9-76-6" />
459
+ <path
460
+ style="fill:none;stroke:#000000;stroke-width:0.26458px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-9-0);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-9-0)"
461
+ d="m 25.346874,787.45024 v 59.07041"
462
+ id="path5-1-0-8-3-8-1-8-6-7-1-4" />
463
+ <rect
464
+ style="opacity:0.8;fill:#0066ff;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel"
465
+ id="rect6-5"
466
+ width="5.2916665"
467
+ height="59.048595"
468
+ x="793.72986"
469
+ y="-126.47017"
470
+ transform="rotate(90)" />
471
+ <rect
472
+ style="opacity:0.4;fill:#0066ff;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel"
473
+ id="rect6-5-5"
474
+ width="5.7572145"
475
+ height="67.079147"
476
+ x="744.46716"
477
+ y="303.5545"
478
+ transform="matrix(0.51707433,0.8559405,-0.85679478,0.51565754,0,0)" />
479
+ <path
480
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
481
+ d="M 96.803938,796.1527 H 75.064064"
482
+ id="path27-62-4-1-9-6-6" />
483
+ <text
484
+ xml:space="preserve"
485
+ transform="matrix(0.26458333,0,0,0.26458333,-34.76879,474.62931)"
486
+ id="text18-5"
487
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect18-28);display:inline"><tspan
488
+ x="492.41406"
489
+ y="1294.6289"
490
+ id="tspan5">H2</tspan></text>
491
+ <path
492
+ 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-7);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-7)"
493
+ d="m 81.961255,797.76913 v 6.26363"
494
+ id="path5-1-0-8-3-8-1-8-6-7-8-0-15" />
495
+ <text
496
+ xml:space="preserve"
497
+ transform="matrix(0.26458333,0,0,0.26458333,-52.358075,538.10536)"
498
+ id="text21-97"
499
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect21-5);display:inline"><tspan
500
+ x="509.18945"
501
+ y="998.58206"
502
+ id="tspan6">H4</tspan></text>
503
+ <path
504
+ 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-4);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-2-4)"
505
+ d="m 103.96116,787.68818 v 16.72229"
506
+ id="path5-1-0-8-3-8-1-8-6-7-8-1-93" />
507
+ <text
508
+ xml:space="preserve"
509
+ transform="matrix(0.26458333,0,0,0.26458333,-28.429502,553.19886)"
510
+ id="text23-9"
511
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect23-5);display:inline"><tspan
512
+ x="502.50977"
513
+ y="921.65237"
514
+ id="tspan7">H5</tspan></text>
515
+ <path
516
+ 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-9);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-9)"
517
+ d="m 94.7496,797.28606 v 36.69643"
518
+ id="path5-1-0-8-3-8-1-8-6-7-1" />
519
+ <text
520
+ xml:space="preserve"
521
+ transform="matrix(0.26458333,0,0,0.26458333,65.060516,-105.57745)"
522
+ id="text6-7"
523
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7-2);display:inline"><tspan
524
+ x="203.51367"
525
+ y="3394.3028"
526
+ id="tspan8">E7</tspan></text>
527
+ <text
528
+ xml:space="preserve"
529
+ transform="matrix(0.26458333,0,0,0.26458333,81.967554,-94.473356)"
530
+ id="text8-4"
531
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8-1);display:inline"><tspan
532
+ x="175.91406"
533
+ y="3390.793"
534
+ id="tspan9">S1</tspan></text>
535
+ <path
536
+ 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-7-5);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-7-5)"
537
+ d="m 130.081,795.09788 v 2.60732"
538
+ id="path5-1-0-8-3-8-1-8-6-7-8-0-15-3" />
539
+ <path
540
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
541
+ d="m 67.553869,773.33958 v 13.0959"
542
+ id="path27-62-4-1-9-6-2-99-2-6" />
543
+ <path
544
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
545
+ d="m 129.03687,773.33956 v 23.09029"
546
+ id="path27-62-4-1-9-6-2-99-2-6-4" />
547
+ <path
548
+ 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-9-5);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-9-5)"
549
+ d="M 127.76383,773.33956 H 68.700728"
550
+ id="path5-1-0-8-3-8-1-8-6-7-1-2" />
551
+ <text
552
+ xml:space="preserve"
553
+ transform="matrix(0.26458333,0,0,0.26458333,71.817953,-127.23313)"
554
+ id="text13-8"
555
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect29-3);display:inline"><tspan
556
+ x="98.763672"
557
+ y="3400.5664"
558
+ id="tspan10">S2</tspan></text>
559
+ <text
560
+ xml:space="preserve"
561
+ transform="matrix(0.26458333,0,0,0.26458333,-6.5446415,-43.762296)"
562
+ id="text8-9"
563
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8-75);display:inline"><tspan
564
+ x="175.91406"
565
+ y="3390.793"
566
+ id="tspan11">S1</tspan></text>
567
+ <path
568
+ 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-7-5-9-3);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-7-5-9-3)"
569
+ d="m 41.337842,849.12052 h 2.60732"
570
+ id="path5-1-0-8-3-8-1-8-6-7-8-0-15-3-0-1" />
571
+ <circle
572
+ style="opacity:1;fill:#0066ff;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel"
573
+ id="path11"
574
+ cx="126.40194"
575
+ cy="796.41321"
576
+ r="2.6458333" />
577
+ <circle
578
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel"
579
+ id="path11-5"
580
+ cx="126.40194"
581
+ cy="796.41321"
582
+ r="1.7250062" />
583
+ <circle
584
+ style="fill:#0066ff;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel"
585
+ id="path11-2"
586
+ cx="42.833641"
587
+ cy="845.08099"
588
+ r="2.6458333" />
589
+ <circle
590
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel"
591
+ id="path11-5-9"
592
+ cx="42.833641"
593
+ cy="845.08099"
594
+ r="1.7250062" />
595
+ </g>
596
+ </svg>