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,1335 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="171.50426"
6
+ height="370.94177"
7
+ viewBox="0 0 45.377168 98.145011"
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
+ <marker
15
+ style="overflow:visible"
16
+ id="ArrowWide"
17
+ refX="0"
18
+ refY="0"
19
+ orient="auto-start-reverse"
20
+ markerWidth="1"
21
+ markerHeight="1"
22
+ viewBox="0 0 1 1"
23
+ preserveAspectRatio="xMidYMid">
24
+ <path
25
+ style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt"
26
+ d="M 3,-3 0,0 3,3"
27
+ transform="rotate(180,0.125,0)"
28
+ id="path1" />
29
+ </marker>
30
+ <rect
31
+ x="59.999996"
32
+ y="425.68036"
33
+ width="128.88411"
34
+ height="18.163139"
35
+ id="rect4" />
36
+ <rect
37
+ x="71.751152"
38
+ y="210.97585"
39
+ width="100.37123"
40
+ height="30.102495"
41
+ id="rect3" />
42
+ <rect
43
+ x="59.999996"
44
+ y="425.68036"
45
+ width="161.9919"
46
+ height="19.163385"
47
+ id="rect4-3" />
48
+ <marker
49
+ style="overflow:visible"
50
+ id="ArrowWide-7"
51
+ refX="0"
52
+ refY="0"
53
+ orient="auto-start-reverse"
54
+ markerWidth="1"
55
+ markerHeight="1"
56
+ viewBox="0 0 1 1"
57
+ preserveAspectRatio="xMidYMid">
58
+ <path
59
+ style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt"
60
+ d="M 3,-3 0,0 3,3"
61
+ transform="rotate(180,0.125,0)"
62
+ id="path1-5" />
63
+ </marker>
64
+ </defs>
65
+ <g
66
+ id="layer1"
67
+ transform="translate(-13.167392,-23.27681)">
68
+ <rect
69
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
70
+ id="rect13"
71
+ width="45.112583"
72
+ height="97.880424"
73
+ x="13.299684"
74
+ y="23.409101" />
75
+ <rect
76
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
77
+ id="rect2"
78
+ width="2.6458333"
79
+ height="4.2333331"
80
+ x="16.78998"
81
+ y="-31.157623"
82
+ transform="scale(1,-1)" />
83
+ <rect
84
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
85
+ id="rect2-5"
86
+ width="2.6458333"
87
+ height="4.2333331"
88
+ x="16.78998"
89
+ y="36.127811" />
90
+ <rect
91
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
92
+ id="rect2-1"
93
+ width="2.6458333"
94
+ height="4.2333331"
95
+ x="16.78998"
96
+ y="40.729572" />
97
+ <rect
98
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
99
+ id="rect2-1-5"
100
+ width="2.6458333"
101
+ height="4.2333331"
102
+ x="16.78998"
103
+ y="45.331333" />
104
+ <text
105
+ xml:space="preserve"
106
+ transform="matrix(0.26458333,0,0,0.26458333,6.9604217,-5.0735707)"
107
+ id="text2"
108
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3);display:inline"><tspan
109
+ x="71.751953"
110
+ y="223.95315"
111
+ id="tspan1">regular</tspan></text>
112
+ <rect
113
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
114
+ id="rect2-6"
115
+ width="2.6458333"
116
+ height="4.2333331"
117
+ x="16.78998"
118
+ y="-35.759384"
119
+ transform="scale(1,-1)" />
120
+ <rect
121
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
122
+ id="rect2-50-8"
123
+ width="2.6458333"
124
+ height="4.2333331"
125
+ x="63.309978"
126
+ y="-22.361944"
127
+ transform="rotate(90)" />
128
+ <rect
129
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
130
+ id="rect2-50-0-5"
131
+ width="2.6458333"
132
+ height="4.2333331"
133
+ x="66.22039"
134
+ y="-22.361944"
135
+ transform="rotate(90)" />
136
+ <rect
137
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
138
+ id="rect2-50-06-09"
139
+ width="2.6458333"
140
+ height="4.2333331"
141
+ x="69.130806"
142
+ y="-22.361944"
143
+ transform="rotate(90)" />
144
+ <rect
145
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
146
+ id="rect2-50-0-1-63"
147
+ width="2.6458333"
148
+ height="4.2333331"
149
+ x="72.041222"
150
+ y="-22.361944"
151
+ transform="rotate(90)" />
152
+ <rect
153
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
154
+ id="rect2-50-06-7-85"
155
+ width="2.6458333"
156
+ height="4.2333331"
157
+ x="74.951637"
158
+ y="-22.361944"
159
+ transform="rotate(90)" />
160
+ <rect
161
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
162
+ id="rect2-50-0-1-6-61"
163
+ width="2.6458333"
164
+ height="4.2333331"
165
+ x="77.862045"
166
+ y="-22.361944"
167
+ transform="rotate(90)" />
168
+ <rect
169
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
170
+ id="rect2-50-3-1"
171
+ width="2.6458333"
172
+ height="4.2333331"
173
+ x="64.765182"
174
+ y="-26.859861"
175
+ transform="rotate(90)" />
176
+ <rect
177
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
178
+ id="rect2-50-0-7-5"
179
+ width="2.6458333"
180
+ height="4.2333331"
181
+ x="67.675598"
182
+ y="-26.859861"
183
+ transform="rotate(90)" />
184
+ <rect
185
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
186
+ id="rect2-50-06-4-9"
187
+ width="2.6458333"
188
+ height="4.2333331"
189
+ x="70.586014"
190
+ y="-26.859861"
191
+ transform="rotate(90)" />
192
+ <rect
193
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
194
+ id="rect2-50-0-1-5-8"
195
+ width="2.6458333"
196
+ height="4.2333331"
197
+ x="73.496429"
198
+ y="-26.859861"
199
+ transform="rotate(90)" />
200
+ <rect
201
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
202
+ id="rect2-50-06-7-2-48"
203
+ width="2.6458333"
204
+ height="4.2333331"
205
+ x="76.406845"
206
+ y="-26.859861"
207
+ transform="rotate(90)" />
208
+ <rect
209
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
210
+ id="rect2-50-0-1-6-5-1"
211
+ width="2.6458333"
212
+ height="4.2333331"
213
+ x="79.317245"
214
+ y="-26.859861"
215
+ transform="rotate(90)" />
216
+ <rect
217
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
218
+ id="rect2-50-4-0"
219
+ width="2.6458333"
220
+ height="4.2333331"
221
+ x="63.309978"
222
+ y="-31.357779"
223
+ transform="rotate(90)" />
224
+ <rect
225
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
226
+ id="rect2-50-0-3-3"
227
+ width="2.6458333"
228
+ height="4.2333331"
229
+ x="66.22039"
230
+ y="-31.357779"
231
+ transform="rotate(90)" />
232
+ <rect
233
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
234
+ id="rect2-50-06-0-0"
235
+ width="2.6458333"
236
+ height="4.2333331"
237
+ x="69.130806"
238
+ y="-31.357779"
239
+ transform="rotate(90)" />
240
+ <rect
241
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
242
+ id="rect2-50-0-1-7-4"
243
+ width="2.6458333"
244
+ height="4.2333331"
245
+ x="72.041222"
246
+ y="-31.357779"
247
+ transform="rotate(90)" />
248
+ <rect
249
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
250
+ id="rect2-50-06-7-8-4"
251
+ width="2.6458333"
252
+ height="4.2333331"
253
+ x="74.951637"
254
+ y="-31.357779"
255
+ transform="rotate(90)" />
256
+ <rect
257
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
258
+ id="rect2-50-0-1-6-6-4"
259
+ width="2.6458333"
260
+ height="4.2333331"
261
+ x="77.862045"
262
+ y="-31.357779"
263
+ transform="rotate(90)" />
264
+ <rect
265
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
266
+ id="rect2-50-31-4"
267
+ width="2.6458333"
268
+ height="4.2333331"
269
+ x="64.765182"
270
+ y="-35.855694"
271
+ transform="rotate(90)" />
272
+ <rect
273
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
274
+ id="rect2-50-0-4-7"
275
+ width="2.6458333"
276
+ height="4.2333331"
277
+ x="67.675598"
278
+ y="-35.855694"
279
+ transform="rotate(90)" />
280
+ <rect
281
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
282
+ id="rect2-50-06-9-6"
283
+ width="2.6458333"
284
+ height="4.2333331"
285
+ x="70.586014"
286
+ y="-35.855694"
287
+ transform="rotate(90)" />
288
+ <rect
289
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
290
+ id="rect2-50-0-1-2-3"
291
+ width="2.6458333"
292
+ height="4.2333331"
293
+ x="73.496429"
294
+ y="-35.855694"
295
+ transform="rotate(90)" />
296
+ <rect
297
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
298
+ id="rect2-50-06-7-0-1"
299
+ width="2.6458333"
300
+ height="4.2333331"
301
+ x="76.406845"
302
+ y="-35.855694"
303
+ transform="rotate(90)" />
304
+ <rect
305
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
306
+ id="rect2-50-0-1-6-68-7"
307
+ width="2.6458333"
308
+ height="4.2333331"
309
+ x="79.317245"
310
+ y="-35.855694"
311
+ transform="rotate(90)" />
312
+ <rect
313
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
314
+ id="rect2-50-3-9-5"
315
+ width="2.6458333"
316
+ height="4.2333331"
317
+ x="63.309978"
318
+ y="-40.353611"
319
+ transform="rotate(90)" />
320
+ <rect
321
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
322
+ id="rect2-50-0-7-2-9"
323
+ width="2.6458333"
324
+ height="4.2333331"
325
+ x="66.22039"
326
+ y="-40.353611"
327
+ transform="rotate(90)" />
328
+ <rect
329
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
330
+ id="rect2-50-06-4-6-6"
331
+ width="2.6458333"
332
+ height="4.2333331"
333
+ x="69.130806"
334
+ y="-40.353611"
335
+ transform="rotate(90)" />
336
+ <rect
337
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
338
+ id="rect2-50-0-1-5-6-2"
339
+ width="2.6458333"
340
+ height="4.2333331"
341
+ x="72.041222"
342
+ y="-40.353611"
343
+ transform="rotate(90)" />
344
+ <rect
345
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
346
+ id="rect2-50-06-7-2-4-1"
347
+ width="2.6458333"
348
+ height="4.2333331"
349
+ x="74.951637"
350
+ y="-40.353611"
351
+ transform="rotate(90)" />
352
+ <rect
353
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
354
+ id="rect2-50-0-1-6-5-9-7"
355
+ width="2.6458333"
356
+ height="4.2333331"
357
+ x="77.862045"
358
+ y="-40.353611"
359
+ transform="rotate(90)" />
360
+ <rect
361
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
362
+ id="rect2-50-4-5-8"
363
+ width="2.6458333"
364
+ height="4.2333331"
365
+ x="64.765182"
366
+ y="-44.851528"
367
+ transform="rotate(90)" />
368
+ <rect
369
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
370
+ id="rect2-50-0-3-0-5"
371
+ width="2.6458333"
372
+ height="4.2333331"
373
+ x="67.675598"
374
+ y="-44.851528"
375
+ transform="rotate(90)" />
376
+ <rect
377
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
378
+ id="rect2-50-06-0-4-7"
379
+ width="2.6458333"
380
+ height="4.2333331"
381
+ x="70.586014"
382
+ y="-44.851528"
383
+ transform="rotate(90)" />
384
+ <rect
385
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
386
+ id="rect2-50-0-1-7-8-4"
387
+ width="2.6458333"
388
+ height="4.2333331"
389
+ x="73.496429"
390
+ y="-44.851528"
391
+ transform="rotate(90)" />
392
+ <rect
393
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
394
+ id="rect2-50-06-7-8-7-1"
395
+ width="2.6458333"
396
+ height="4.2333331"
397
+ x="76.406845"
398
+ y="-44.851528"
399
+ transform="rotate(90)" />
400
+ <rect
401
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
402
+ id="rect2-50-0-1-6-6-1-8"
403
+ width="2.6458333"
404
+ height="4.2333331"
405
+ x="79.317245"
406
+ y="-44.851528"
407
+ transform="rotate(90)" />
408
+ <rect
409
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
410
+ id="rect2-50-0-1-6-5-1-5"
411
+ width="2.6458333"
412
+ height="4.2333331"
413
+ x="61.866676"
414
+ y="-26.859861"
415
+ transform="rotate(90)" />
416
+ <rect
417
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
418
+ id="rect2-50-0-1-6-5-1-3"
419
+ width="2.6458333"
420
+ height="4.2333331"
421
+ x="61.866676"
422
+ y="-35.855694"
423
+ transform="rotate(90)" />
424
+ <rect
425
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
426
+ id="rect2-50-4-5-8-6"
427
+ width="2.6458333"
428
+ height="4.2333331"
429
+ x="63.309978"
430
+ y="-49.349445"
431
+ transform="rotate(90)" />
432
+ <rect
433
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
434
+ id="rect2-50-0-3-0-5-4"
435
+ width="2.6458333"
436
+ height="4.2333331"
437
+ x="66.22039"
438
+ y="-49.349445"
439
+ transform="rotate(90)" />
440
+ <rect
441
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
442
+ id="rect2-50-06-0-4-7-3"
443
+ width="2.6458333"
444
+ height="4.2333331"
445
+ x="69.130806"
446
+ y="-49.349445"
447
+ transform="rotate(90)" />
448
+ <rect
449
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
450
+ id="rect2-50-0-1-7-8-4-3"
451
+ width="2.6458333"
452
+ height="4.2333331"
453
+ x="72.041222"
454
+ y="-49.349445"
455
+ transform="rotate(90)" />
456
+ <rect
457
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
458
+ id="rect2-50-06-7-8-7-1-3"
459
+ width="2.6458333"
460
+ height="4.2333331"
461
+ x="74.951637"
462
+ y="-49.349445"
463
+ transform="rotate(90)" />
464
+ <rect
465
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
466
+ id="rect2-50-0-1-6-6-1-8-8"
467
+ width="2.6458333"
468
+ height="4.2333331"
469
+ x="77.862038"
470
+ y="-49.349445"
471
+ transform="rotate(90)" />
472
+ <rect
473
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
474
+ id="rect2-50-0-1-6-5-1-3-8"
475
+ width="2.6458333"
476
+ height="4.2333331"
477
+ x="61.854767"
478
+ y="-44.851528"
479
+ transform="rotate(90)" />
480
+ <text
481
+ xml:space="preserve"
482
+ transform="matrix(0.26458333,0,0,0.26458333,3.5728227,-30.217039)"
483
+ id="text4"
484
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect4);display:inline"><tspan
485
+ x="60"
486
+ y="438.65628"
487
+ id="tspan2">crenel vertical</tspan></text>
488
+ <text
489
+ xml:space="preserve"
490
+ transform="matrix(0.26458333,0,0,0.26458333,3.749163,2.4669984)"
491
+ id="text4-4"
492
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect4-3);display:inline"><tspan
493
+ x="60"
494
+ y="438.65628"
495
+ id="tspan3">crenel horizontal</tspan></text>
496
+ <rect
497
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
498
+ id="rect2-9"
499
+ width="2.6458333"
500
+ height="4.2333331"
501
+ x="19.700396"
502
+ y="-31.157623"
503
+ transform="scale(1,-1)" />
504
+ <rect
505
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
506
+ id="rect2-5-2"
507
+ width="2.6458333"
508
+ height="4.2333331"
509
+ x="19.700396"
510
+ y="36.127811" />
511
+ <rect
512
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
513
+ id="rect2-1-54"
514
+ width="2.6458333"
515
+ height="4.2333331"
516
+ x="19.700396"
517
+ y="40.729572" />
518
+ <rect
519
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
520
+ id="rect2-1-5-0"
521
+ width="2.6458333"
522
+ height="4.2333331"
523
+ x="19.700396"
524
+ y="45.331333" />
525
+ <rect
526
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
527
+ id="rect2-6-5"
528
+ width="2.6458333"
529
+ height="4.2333331"
530
+ x="19.700396"
531
+ y="-35.759384"
532
+ transform="scale(1,-1)" />
533
+ <rect
534
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
535
+ id="rect2-92"
536
+ width="2.6458333"
537
+ height="4.2333331"
538
+ x="22.610811"
539
+ y="-31.157623"
540
+ transform="scale(1,-1)" />
541
+ <rect
542
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
543
+ id="rect2-5-24"
544
+ width="2.6458333"
545
+ height="4.2333331"
546
+ x="22.610811"
547
+ y="36.127811" />
548
+ <rect
549
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
550
+ id="rect2-1-7"
551
+ width="2.6458333"
552
+ height="4.2333331"
553
+ x="22.610811"
554
+ y="40.729572" />
555
+ <rect
556
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
557
+ id="rect2-1-5-7"
558
+ width="2.6458333"
559
+ height="4.2333331"
560
+ x="22.610811"
561
+ y="45.331333" />
562
+ <rect
563
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
564
+ id="rect2-6-54"
565
+ width="2.6458333"
566
+ height="4.2333331"
567
+ x="22.610811"
568
+ y="-35.759384"
569
+ transform="scale(1,-1)" />
570
+ <rect
571
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
572
+ id="rect2-9-8"
573
+ width="2.6458333"
574
+ height="4.2333331"
575
+ x="25.521229"
576
+ y="31.526051" />
577
+ <rect
578
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
579
+ id="rect2-5-2-1"
580
+ width="2.6458333"
581
+ height="4.2333331"
582
+ x="25.521229"
583
+ y="36.127811" />
584
+ <rect
585
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
586
+ id="rect2-1-54-2"
587
+ width="2.6458333"
588
+ height="4.2333331"
589
+ x="25.521229"
590
+ y="40.729572" />
591
+ <rect
592
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
593
+ id="rect2-1-5-0-8"
594
+ width="2.6458333"
595
+ height="4.2333331"
596
+ x="25.521229"
597
+ y="45.331333" />
598
+ <rect
599
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
600
+ id="rect2-6-5-9"
601
+ width="2.6458333"
602
+ height="4.2333331"
603
+ x="25.521229"
604
+ y="26.92429" />
605
+ <rect
606
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
607
+ id="rect2-0"
608
+ width="2.6458333"
609
+ height="4.2333331"
610
+ x="28.431644"
611
+ y="31.526051" />
612
+ <rect
613
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
614
+ id="rect2-5-21"
615
+ width="2.6458333"
616
+ height="4.2333331"
617
+ x="28.431644"
618
+ y="36.127811" />
619
+ <rect
620
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
621
+ id="rect2-1-0"
622
+ width="2.6458333"
623
+ height="4.2333331"
624
+ x="28.431644"
625
+ y="40.729572" />
626
+ <rect
627
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
628
+ id="rect2-1-5-5"
629
+ width="2.6458333"
630
+ height="4.2333331"
631
+ x="28.431644"
632
+ y="45.331333" />
633
+ <rect
634
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
635
+ id="rect2-6-1"
636
+ width="2.6458333"
637
+ height="4.2333331"
638
+ x="28.431644"
639
+ y="26.92429" />
640
+ <rect
641
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
642
+ id="rect2-9-1"
643
+ width="2.6458333"
644
+ height="4.2333331"
645
+ x="31.34206"
646
+ y="31.526051" />
647
+ <rect
648
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
649
+ id="rect2-5-2-0"
650
+ width="2.6458333"
651
+ height="4.2333331"
652
+ x="31.34206"
653
+ y="36.127811" />
654
+ <rect
655
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
656
+ id="rect2-1-54-8"
657
+ width="2.6458333"
658
+ height="4.2333331"
659
+ x="31.34206"
660
+ y="40.729572" />
661
+ <rect
662
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
663
+ id="rect2-1-5-0-5"
664
+ width="2.6458333"
665
+ height="4.2333331"
666
+ x="31.34206"
667
+ y="45.331333" />
668
+ <rect
669
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
670
+ id="rect2-6-5-0"
671
+ width="2.6458333"
672
+ height="4.2333331"
673
+ x="31.34206"
674
+ y="26.92429" />
675
+ <rect
676
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
677
+ id="rect2-92-6"
678
+ width="2.6458333"
679
+ height="4.2333331"
680
+ x="34.252476"
681
+ y="31.526051" />
682
+ <rect
683
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
684
+ id="rect2-5-24-4"
685
+ width="2.6458333"
686
+ height="4.2333331"
687
+ x="34.252476"
688
+ y="36.127811" />
689
+ <rect
690
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
691
+ id="rect2-1-7-6"
692
+ width="2.6458333"
693
+ height="4.2333331"
694
+ x="34.252476"
695
+ y="40.729572" />
696
+ <rect
697
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
698
+ id="rect2-1-5-7-2"
699
+ width="2.6458333"
700
+ height="4.2333331"
701
+ x="34.252476"
702
+ y="45.331333" />
703
+ <rect
704
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
705
+ id="rect2-6-54-5"
706
+ width="2.6458333"
707
+ height="4.2333331"
708
+ x="34.252476"
709
+ y="26.92429" />
710
+ <rect
711
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
712
+ id="rect2-9-8-8"
713
+ width="2.6458333"
714
+ height="4.2333331"
715
+ x="37.162891"
716
+ y="31.526051" />
717
+ <rect
718
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
719
+ id="rect2-5-2-1-6"
720
+ width="2.6458333"
721
+ height="4.2333331"
722
+ x="37.162891"
723
+ y="36.127811" />
724
+ <rect
725
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
726
+ id="rect2-1-54-2-2"
727
+ width="2.6458333"
728
+ height="4.2333331"
729
+ x="37.162891"
730
+ y="40.729572" />
731
+ <rect
732
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
733
+ id="rect2-1-5-0-8-8"
734
+ width="2.6458333"
735
+ height="4.2333331"
736
+ x="37.162891"
737
+ y="45.331333" />
738
+ <rect
739
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
740
+ id="rect2-6-5-9-4"
741
+ width="2.6458333"
742
+ height="4.2333331"
743
+ x="37.162891"
744
+ y="26.92429" />
745
+ <rect
746
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
747
+ id="rect2-06"
748
+ width="2.6458333"
749
+ height="4.2333331"
750
+ x="40.073307"
751
+ y="31.526051" />
752
+ <rect
753
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
754
+ id="rect2-5-29"
755
+ width="2.6458333"
756
+ height="4.2333331"
757
+ x="40.073307"
758
+ y="36.127811" />
759
+ <rect
760
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
761
+ id="rect2-1-9"
762
+ width="2.6458333"
763
+ height="4.2333331"
764
+ x="40.073307"
765
+ y="40.729572" />
766
+ <rect
767
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
768
+ id="rect2-1-5-08"
769
+ width="2.6458333"
770
+ height="4.2333331"
771
+ x="40.073307"
772
+ y="45.331333" />
773
+ <rect
774
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
775
+ id="rect2-6-13"
776
+ width="2.6458333"
777
+ height="4.2333331"
778
+ x="40.073307"
779
+ y="26.92429" />
780
+ <rect
781
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
782
+ id="rect2-9-11"
783
+ width="2.6458333"
784
+ height="4.2333331"
785
+ x="42.983723"
786
+ y="31.526051" />
787
+ <rect
788
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
789
+ id="rect2-5-2-03"
790
+ width="2.6458333"
791
+ height="4.2333331"
792
+ x="42.983723"
793
+ y="36.127811" />
794
+ <rect
795
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
796
+ id="rect2-1-54-4"
797
+ width="2.6458333"
798
+ height="4.2333331"
799
+ x="42.983723"
800
+ y="40.729572" />
801
+ <rect
802
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
803
+ id="rect2-1-5-0-0"
804
+ width="2.6458333"
805
+ height="4.2333331"
806
+ x="42.983723"
807
+ y="45.331333" />
808
+ <rect
809
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
810
+ id="rect2-6-5-3"
811
+ width="2.6458333"
812
+ height="4.2333331"
813
+ x="42.983723"
814
+ y="26.92429" />
815
+ <rect
816
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
817
+ id="rect2-92-9"
818
+ width="2.6458333"
819
+ height="4.2333331"
820
+ x="45.894138"
821
+ y="31.526051" />
822
+ <rect
823
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
824
+ id="rect2-5-24-1"
825
+ width="2.6458333"
826
+ height="4.2333331"
827
+ x="45.894138"
828
+ y="36.127811" />
829
+ <rect
830
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
831
+ id="rect2-1-7-9"
832
+ width="2.6458333"
833
+ height="4.2333331"
834
+ x="45.894138"
835
+ y="40.729572" />
836
+ <rect
837
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
838
+ id="rect2-1-5-7-6"
839
+ width="2.6458333"
840
+ height="4.2333331"
841
+ x="45.894138"
842
+ y="45.331333" />
843
+ <rect
844
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
845
+ id="rect2-6-54-9"
846
+ width="2.6458333"
847
+ height="4.2333331"
848
+ x="45.894138"
849
+ y="26.92429" />
850
+ <rect
851
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
852
+ id="rect2-9-8-3"
853
+ width="2.6458333"
854
+ height="4.2333331"
855
+ x="48.804558"
856
+ y="31.526051" />
857
+ <rect
858
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
859
+ id="rect2-5-2-1-3"
860
+ width="2.6458333"
861
+ height="4.2333331"
862
+ x="48.804558"
863
+ y="36.127811" />
864
+ <rect
865
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
866
+ id="rect2-1-54-2-8"
867
+ width="2.6458333"
868
+ height="4.2333331"
869
+ x="48.804558"
870
+ y="40.729572" />
871
+ <rect
872
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
873
+ id="rect2-1-5-0-8-0"
874
+ width="2.6458333"
875
+ height="4.2333331"
876
+ x="48.804558"
877
+ y="45.331333" />
878
+ <rect
879
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
880
+ id="rect2-6-5-9-5"
881
+ width="2.6458333"
882
+ height="4.2333331"
883
+ x="48.804558"
884
+ y="26.92429" />
885
+ <rect
886
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
887
+ id="rect2-00"
888
+ width="2.6458333"
889
+ height="4.2333331"
890
+ x="18.320456"
891
+ y="100.81322" />
892
+ <rect
893
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
894
+ id="rect2-5-4"
895
+ width="2.6458333"
896
+ height="4.2333331"
897
+ x="19.775663"
898
+ y="105.41496" />
899
+ <rect
900
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
901
+ id="rect2-1-6"
902
+ width="2.6458333"
903
+ height="4.2333331"
904
+ x="18.320456"
905
+ y="110.01675" />
906
+ <rect
907
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
908
+ id="rect2-6-6"
909
+ width="2.6458333"
910
+ height="4.2333331"
911
+ x="19.775663"
912
+ y="96.211456" />
913
+ <rect
914
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
915
+ id="rect2-9-7"
916
+ width="2.6458333"
917
+ height="4.2333331"
918
+ x="21.230871"
919
+ y="100.81322" />
920
+ <rect
921
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
922
+ id="rect2-5-2-5"
923
+ width="2.6458333"
924
+ height="4.2333331"
925
+ x="22.686079"
926
+ y="105.41496" />
927
+ <rect
928
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
929
+ id="rect2-1-54-6"
930
+ width="2.6458333"
931
+ height="4.2333331"
932
+ x="21.230871"
933
+ y="110.01675" />
934
+ <rect
935
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
936
+ id="rect2-6-5-8"
937
+ width="2.6458333"
938
+ height="4.2333331"
939
+ x="22.686079"
940
+ y="96.211456" />
941
+ <rect
942
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
943
+ id="rect2-92-7"
944
+ width="2.6458333"
945
+ height="4.2333331"
946
+ x="24.141287"
947
+ y="100.81322" />
948
+ <rect
949
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
950
+ id="rect2-5-24-2"
951
+ width="2.6458333"
952
+ height="4.2333331"
953
+ x="25.596495"
954
+ y="105.41496" />
955
+ <rect
956
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
957
+ id="rect2-1-7-8"
958
+ width="2.6458333"
959
+ height="4.2333331"
960
+ x="24.141287"
961
+ y="110.01675" />
962
+ <rect
963
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
964
+ id="rect2-6-54-96"
965
+ width="2.6458333"
966
+ height="4.2333331"
967
+ x="25.596495"
968
+ y="96.211456" />
969
+ <rect
970
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
971
+ id="rect2-9-8-0"
972
+ width="2.6458333"
973
+ height="4.2333331"
974
+ x="27.05171"
975
+ y="100.81322" />
976
+ <rect
977
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
978
+ id="rect2-5-2-1-2"
979
+ width="2.6458333"
980
+ height="4.2333331"
981
+ x="28.506918"
982
+ y="105.41496" />
983
+ <rect
984
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
985
+ id="rect2-1-54-2-7"
986
+ width="2.6458333"
987
+ height="4.2333331"
988
+ x="27.05171"
989
+ y="110.01675" />
990
+ <rect
991
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
992
+ id="rect2-6-5-9-1"
993
+ width="2.6458333"
994
+ height="4.2333331"
995
+ x="28.506918"
996
+ y="96.211456" />
997
+ <rect
998
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
999
+ id="rect2-0-3"
1000
+ width="2.6458333"
1001
+ height="4.2333331"
1002
+ x="29.962126"
1003
+ y="100.81322" />
1004
+ <rect
1005
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1006
+ id="rect2-5-21-2"
1007
+ width="2.6458333"
1008
+ height="4.2333331"
1009
+ x="31.417334"
1010
+ y="105.41496" />
1011
+ <rect
1012
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1013
+ id="rect2-1-0-1"
1014
+ width="2.6458333"
1015
+ height="4.2333331"
1016
+ x="29.962126"
1017
+ y="110.01675" />
1018
+ <rect
1019
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1020
+ id="rect2-6-1-9"
1021
+ width="2.6458333"
1022
+ height="4.2333331"
1023
+ x="31.417334"
1024
+ y="96.211456" />
1025
+ <rect
1026
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1027
+ id="rect2-9-1-9"
1028
+ width="2.6458333"
1029
+ height="4.2333331"
1030
+ x="32.872543"
1031
+ y="100.81322" />
1032
+ <rect
1033
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1034
+ id="rect2-5-2-0-1"
1035
+ width="2.6458333"
1036
+ height="4.2333331"
1037
+ x="34.327751"
1038
+ y="105.41496" />
1039
+ <rect
1040
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1041
+ id="rect2-1-54-8-4"
1042
+ width="2.6458333"
1043
+ height="4.2333331"
1044
+ x="32.872543"
1045
+ y="110.01675" />
1046
+ <rect
1047
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1048
+ id="rect2-6-5-0-1"
1049
+ width="2.6458333"
1050
+ height="4.2333331"
1051
+ x="34.327751"
1052
+ y="96.211456" />
1053
+ <rect
1054
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1055
+ id="rect2-92-6-0"
1056
+ width="2.6458333"
1057
+ height="4.2333331"
1058
+ x="35.782959"
1059
+ y="100.81322" />
1060
+ <rect
1061
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1062
+ id="rect2-5-24-4-7"
1063
+ width="2.6458333"
1064
+ height="4.2333331"
1065
+ x="37.238167"
1066
+ y="105.41496" />
1067
+ <rect
1068
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1069
+ id="rect2-1-7-6-5"
1070
+ width="2.6458333"
1071
+ height="4.2333331"
1072
+ x="35.782959"
1073
+ y="110.01675" />
1074
+ <rect
1075
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1076
+ id="rect2-6-54-5-7"
1077
+ width="2.6458333"
1078
+ height="4.2333331"
1079
+ x="37.238167"
1080
+ y="96.211456" />
1081
+ <rect
1082
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1083
+ id="rect2-9-8-8-0"
1084
+ width="2.6458333"
1085
+ height="4.2333331"
1086
+ x="38.693375"
1087
+ y="100.81322" />
1088
+ <rect
1089
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1090
+ id="rect2-5-2-1-6-4"
1091
+ width="2.6458333"
1092
+ height="4.2333331"
1093
+ x="40.148582"
1094
+ y="105.41496" />
1095
+ <rect
1096
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1097
+ id="rect2-1-54-2-2-8"
1098
+ width="2.6458333"
1099
+ height="4.2333331"
1100
+ x="38.693375"
1101
+ y="110.01675" />
1102
+ <rect
1103
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1104
+ id="rect2-6-5-9-4-4"
1105
+ width="2.6458333"
1106
+ height="4.2333331"
1107
+ x="40.148582"
1108
+ y="96.211456" />
1109
+ <rect
1110
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1111
+ id="rect2-06-2"
1112
+ width="2.6458333"
1113
+ height="4.2333331"
1114
+ x="41.60379"
1115
+ y="100.81322" />
1116
+ <rect
1117
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1118
+ id="rect2-5-29-9"
1119
+ width="2.6458333"
1120
+ height="4.2333331"
1121
+ x="43.058998"
1122
+ y="105.41496" />
1123
+ <rect
1124
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1125
+ id="rect2-1-9-6"
1126
+ width="2.6458333"
1127
+ height="4.2333331"
1128
+ x="41.60379"
1129
+ y="110.01675" />
1130
+ <rect
1131
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1132
+ id="rect2-6-13-0"
1133
+ width="2.6458333"
1134
+ height="4.2333331"
1135
+ x="43.058998"
1136
+ y="96.211456" />
1137
+ <rect
1138
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1139
+ id="rect2-9-11-4"
1140
+ width="2.6458333"
1141
+ height="4.2333331"
1142
+ x="44.514206"
1143
+ y="100.81322" />
1144
+ <rect
1145
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1146
+ id="rect2-5-2-03-2"
1147
+ width="2.6458333"
1148
+ height="4.2333331"
1149
+ x="45.969414"
1150
+ y="105.41496" />
1151
+ <rect
1152
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1153
+ id="rect2-1-54-4-2"
1154
+ width="2.6458333"
1155
+ height="4.2333331"
1156
+ x="44.514206"
1157
+ y="110.01675" />
1158
+ <rect
1159
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1160
+ id="rect2-6-5-3-0"
1161
+ width="2.6458333"
1162
+ height="4.2333331"
1163
+ x="45.969414"
1164
+ y="96.211456" />
1165
+ <rect
1166
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1167
+ id="rect2-92-9-5"
1168
+ width="2.6458333"
1169
+ height="4.2333331"
1170
+ x="47.424622"
1171
+ y="100.81322" />
1172
+ <rect
1173
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1174
+ id="rect2-5-24-1-5"
1175
+ width="2.6458333"
1176
+ height="4.2333331"
1177
+ x="48.879822"
1178
+ y="105.41496" />
1179
+ <rect
1180
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1181
+ id="rect2-1-7-9-2"
1182
+ width="2.6458333"
1183
+ height="4.2333331"
1184
+ x="47.424622"
1185
+ y="110.01675" />
1186
+ <rect
1187
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1188
+ id="rect2-6-54-9-0"
1189
+ width="2.6458333"
1190
+ height="4.2333331"
1191
+ x="48.879822"
1192
+ y="96.211456" />
1193
+ <rect
1194
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1195
+ id="rect2-9-8-3-2"
1196
+ width="2.6458333"
1197
+ height="4.2333331"
1198
+ x="50.335022"
1199
+ y="100.81322" />
1200
+ <rect
1201
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1202
+ id="rect2-5-2-1-3-8"
1203
+ width="2.6458333"
1204
+ height="4.2333331"
1205
+ x="51.790222"
1206
+ y="105.41496" />
1207
+ <rect
1208
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1209
+ id="rect2-1-54-2-8-3"
1210
+ width="2.6458333"
1211
+ height="4.2333331"
1212
+ x="50.335022"
1213
+ y="110.01675" />
1214
+ <rect
1215
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1216
+ id="rect2-6-5-9-5-0"
1217
+ width="2.6458333"
1218
+ height="4.2333331"
1219
+ x="51.790222"
1220
+ y="96.211456" />
1221
+ <rect
1222
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1223
+ id="rect2-6-6-1"
1224
+ width="2.6458333"
1225
+ height="4.2333331"
1226
+ x="18.320456"
1227
+ y="91.609688" />
1228
+ <rect
1229
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1230
+ id="rect2-6-5-8-9"
1231
+ width="2.6458333"
1232
+ height="4.2333331"
1233
+ x="21.230871"
1234
+ y="91.609688" />
1235
+ <rect
1236
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1237
+ id="rect2-6-54-96-6"
1238
+ width="2.6458333"
1239
+ height="4.2333331"
1240
+ x="24.141287"
1241
+ y="91.609688" />
1242
+ <rect
1243
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1244
+ id="rect2-6-5-9-1-2"
1245
+ width="2.6458333"
1246
+ height="4.2333331"
1247
+ x="27.05171"
1248
+ y="91.609688" />
1249
+ <rect
1250
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1251
+ id="rect2-6-1-9-5"
1252
+ width="2.6458333"
1253
+ height="4.2333331"
1254
+ x="29.962126"
1255
+ y="91.609688" />
1256
+ <rect
1257
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1258
+ id="rect2-6-5-0-1-4"
1259
+ width="2.6458333"
1260
+ height="4.2333331"
1261
+ x="32.872543"
1262
+ y="91.609688" />
1263
+ <rect
1264
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1265
+ id="rect2-6-54-5-7-4"
1266
+ width="2.6458333"
1267
+ height="4.2333331"
1268
+ x="35.782951"
1269
+ y="91.609688" />
1270
+ <rect
1271
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1272
+ id="rect2-6-5-9-4-4-9"
1273
+ width="2.6458333"
1274
+ height="4.2333331"
1275
+ x="38.693375"
1276
+ y="91.609688" />
1277
+ <rect
1278
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1279
+ id="rect2-6-13-0-9"
1280
+ width="2.6458333"
1281
+ height="4.2333331"
1282
+ x="41.60379"
1283
+ y="91.609688" />
1284
+ <rect
1285
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1286
+ id="rect2-6-5-3-0-3"
1287
+ width="2.6458333"
1288
+ height="4.2333331"
1289
+ x="44.514206"
1290
+ y="91.609688" />
1291
+ <rect
1292
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1293
+ id="rect2-6-54-9-0-6"
1294
+ width="2.6458333"
1295
+ height="4.2333331"
1296
+ x="47.424622"
1297
+ y="91.609688" />
1298
+ <rect
1299
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1300
+ id="rect2-6-5-9-5-0-0"
1301
+ width="2.6458333"
1302
+ height="4.2333331"
1303
+ x="50.335022"
1304
+ y="91.609688" />
1305
+ <rect
1306
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1307
+ id="rect2-1-54-6-9"
1308
+ width="2.6458333"
1309
+ height="4.2333331"
1310
+ x="16.865248"
1311
+ y="105.41496" />
1312
+ <rect
1313
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1314
+ id="rect2-1-54-6-1"
1315
+ width="2.6458333"
1316
+ height="4.2333331"
1317
+ x="16.865248"
1318
+ y="96.211456" />
1319
+ <circle
1320
+ id="path5"
1321
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1322
+ cx="24.006413"
1323
+ cy="-63.511173"
1324
+ r="0.011773242"
1325
+ transform="scale(1,-1)" />
1326
+ <path
1327
+ style="fill:none;stroke:#ff0000;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#ArrowWide)"
1328
+ d="M 22.560433,72.184967 H 43.518825"
1329
+ id="path2" />
1330
+ <path
1331
+ style="fill:none;stroke:#ff0000;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#ArrowWide-7)"
1332
+ d="M 36.22304,109.77275 V 97.411209"
1333
+ id="path2-5" />
1334
+ </g>
1335
+ </svg>