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 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="600" height="3000" viewBox="0 0 158.75 793.75"><defs><marker id="b" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="d" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="f" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="i" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="h" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="k" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="l" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="o" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="q" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="r" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="s" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="v" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="w" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="z" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="y" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="E" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="D" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="H" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="G" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="J" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="K" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="L" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="Q" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="P" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="S" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="U" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="W" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="X" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aa" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="ac" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="ad" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><path id="af" d="M332.584 1174.509h74.685v46.919h-74.685z"/><path id="ae" d="M308.437 1257.955h81.376v41.758h-81.376z"/><path id="ab" d="M424.144 526.037h56.828v43.23h-56.828z"/><path id="Z" d="M436.755 548.331h75.068v37.042h-75.068z"/><path id="Y" d="M41.137 497.169h50.457v43.854H41.137z"/><path id="O" d="M224.534 1045.499h57.694v42.351h-57.694z"/><path id="N" d="M436.7 995.28h71.375v65.952H436.7z"/><path id="M" d="M317.692 983.303h58.77v49.306h-58.77z"/><path id="I" d="M412.645 589.22H527.95v78.464H412.645z"/><path id="F" d="M409.696 521.535h95.407v74.732h-95.407z"/><path id="C" d="M425.914 480.356h60.497v41.727h-60.497z"/><path id="B" d="M420.589 559.723h83.136v82.405h-83.136z"/><path id="A" d="M426.749 572.287h62.684v50.621h-62.684z"/><path id="x" d="M440.873 536.98h77.498v64.798h-77.498z"/><path id="u" d="M375.386 577.199h102.412v65.868H375.386z"/><path id="p" d="M418.997 586.594h60.461v43.935h-60.461z"/><path id="n" d="M358.103 275.213h38.386v35.765h-38.386z"/><path id="g" d="M473.915 515.15h60.638v64.675h-60.638z"/><path id="c" d="M426.101 465.281h102.652v79.429H426.101z"/><path id="a" d="M18.938 17.392H337.78v103.749H18.938z"/><path id="e" d="M426.101 465.281h102.652v79.429H426.101z"/><path id="j" d="M473.915 515.15h60.638v64.675h-60.638z"/><path id="m" d="M473.915 515.15h60.638v64.675h-60.638z"/><path id="t" d="M410.228 565.772h75.535v54.317h-75.535z"/><path id="R" d="M410.228 565.772h75.535v54.317h-75.535z"/><path id="T" d="M426.101 465.281h102.652v79.429H426.101z"/><path id="V" d="M426.101 465.281h102.652v79.429H426.101z"/></defs><path d="M29.349 290.084h29.43v52.02h-29.43z" style="fill:#fff;fill-opacity:1;stroke:#fff;stroke-width:.264583;stroke-opacity:1"/><path d="M21.158 188.552h130.998v70.66H21.158zM16.281 30.785h118.733V153.63H16.281z" style="fill:#fff;stroke:#fff;stroke-width:.264583"/><path d="M147.054-212.419h3.617v47.083h-3.617z" style="fill:#2c89a0;stroke:#2c89a0;stroke-width:.264611" transform="matrix(-0.49349042,0.86975123,-0.88010445,-0.47478012,0,0)"/><path d="M212.578-92.427h3.617v47.083h-3.617z" style="fill:#2c89a0;stroke:#2c89a0;stroke-width:.264611" transform="matrix(0.49349042,0.86975123,0.88010445,-0.47478012,0,0)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#a);display:inline" transform="scale(0.26458333)"><tspan x="18.938" y="30.369">trapeze.svg</tspan></text><rect width="66.711" height="80.623" x="32.421" y="48.354" ry="4.686" style="fill:#87cdde;stroke:#87cdde;stroke-width:.264583"/><rect width="57.219" height="71.657" x="37.167" y="52.837" ry="4.164" style="fill:#fff;stroke:#87cdde;stroke-width:.264583"/><rect width="10.982" height="12.837" x="60.286" y="82.247" rx="0" ry="2.507" style="fill:#87cdde;stroke:#87cdde;stroke-width:.264583"/><path d="M-7.089 63.4h4.98v41.259h-4.98z" style="fill:#2c89a0;stroke:#2c89a0;stroke-width:.264626" transform="matrix(0.79130253,-0.61142481,0.63141223,0.77544735,0,0)"/><path d="M-109.565-17.012h4.98v41.259h-4.98z" style="fill:#2c89a0;stroke:#2c89a0;stroke-width:.264626" transform="matrix(-0.79130253,-0.61142481,-0.63141223,0.77544735,0,0)"/><path d="M105.173-77.224h4.98v41.259h-4.98z" style="fill:#2c89a0;stroke:#2c89a0;stroke-width:.264626" transform="matrix(0.79130253,0.61142481,0.63141223,-0.77544735,0,0)"/><path d="M2.633-157.688h4.98v41.259h-4.98z" style="fill:#2c89a0;stroke:#2c89a0;stroke-width:.264626" transform="matrix(-0.79130253,0.61142481,-0.63141223,-0.77544735,0,0)"/><circle cx="65.701" cy="83.719" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="65.785" cy="93.207" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="61.924" cy="87.098" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="61.959" cy="90.539" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="69.791" cy="86.88" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="69.755" cy="90.654" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><path d="M192.417 37.847h2.125v8.055h-2.125z" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="192.321" cy="37.847" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><path d="M192.417 45.902h2.125v8.055h-2.125z" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><path d="M192.417 53.652h2.125v8.055h-2.125zM192.417 61.707h2.125v8.055h-2.125z" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><path d="M192.417 69.457h2.125v8.055h-2.125zM192.417 77.512h2.125v8.055h-2.125z" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><path d="M192.417 85.262h2.125v8.055h-2.125z" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><path d="M192.417 93.317h2.125v8.055h-2.125z" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="192.285" cy="45.77" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="192.417" cy="53.652" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="192.285" cy="61.575" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="192.285" cy="69.325" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="192.417" cy="77.512" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="192.417" cy="85.262" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="192.285" cy="93.449" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="192.321" cy="101.372" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="96.874" cy="61.147" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="96.838" cy="69.07" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="96.97" cy="76.952" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="96.838" cy="84.875" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="96.838" cy="92.624" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="96.97" cy="100.812" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="96.97" cy="108.562" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="96.838" cy="116.749" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="34.712" cy="60.72" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="34.676" cy="68.643" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="34.809" cy="76.525" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="34.676" cy="84.448" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="34.676" cy="92.197" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="34.809" cy="100.385" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="34.809" cy="108.134" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="34.676" cy="116.322" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="50.802" cy="-90.173" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583" transform="rotate(90)"/><circle cx="50.935" cy="-82.291" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583" transform="rotate(90)"/><circle cx="50.802" cy="-74.368" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583" transform="rotate(90)"/><circle cx="50.802" cy="-66.618" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583" transform="rotate(90)"/><circle cx="50.935" cy="-58.431" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583" transform="rotate(90)"/><circle cx="50.935" cy="-50.681" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583" transform="rotate(90)"/><circle cx="50.802" cy="-42.494" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583" transform="rotate(90)"/><circle cx="126.69" cy="-89.653" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583" transform="rotate(90)"/><circle cx="126.823" cy="-81.771" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583" transform="rotate(90)"/><circle cx="126.69" cy="-73.848" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583" transform="rotate(90)"/><circle cx="126.69" cy="-66.098" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583" transform="rotate(90)"/><circle cx="126.823" cy="-57.911" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583" transform="rotate(90)"/><circle cx="126.823" cy="-50.161" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583" transform="rotate(90)"/><circle cx="126.69" cy="-41.974" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583" transform="rotate(90)"/><path d="M22.808 227.887h92.382v4.919H22.808z" style="fill:#87cdde;stroke:#87cdde;stroke-width:.264583"/><path d="M56.749 205.716h24.5v4.919h-24.5z" style="fill:#87cdde;stroke:#87cdde;stroke-width:.264582"/><path d="M96.181 129.044h30.257M95.514 48.076h30.257" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M124.416 49.13v78.236" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#b);marker-end:url(#b)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#c);display:inline" transform="matrix(0.26458333,0,0,0.26458333,13.309352,-38.762433)"><tspan x="426.102" y="478.258">L1</tspan></text><path d="M32.244 149.769V126.57M99.363 149.668V126.47" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M34.097 144.931h63.575" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#d);marker-end:url(#d)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#e);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-46.96898,23.58214)"><tspan x="426.102" y="478.258">L2</tspan></text><path d="M62.857 37.622v9.388" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#b)"/><path d="M62.857 63.137v-9.388" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#f)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#g);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-61.903608,-96.437215)"><tspan x="473.914" y="528.127">L5</tspan></text><path d="M21.724 89.008h9.388" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#h)"/><path d="M47.768 89.008H38.38" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#i)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#j);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-104.37918,-51.869697)"><tspan x="473.914" y="528.127">L5</tspan></text><path d="M66.73 82.196h20.134M65.775 95.209H85.91" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M85.342 83.72v10.405" style="fill:none;stroke:#000;stroke-width:.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#k);marker-end:url(#k)"/><path d="M60.296 92.006v20.135M71.496 91.526v20.134" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M61.44 111.265h8.67" style="fill:none;stroke:#000;stroke-width:.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#l);marker-end:url(#l)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#m);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-39.323695,-49.701964)"><tspan x="473.914" y="528.127">L3</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#n);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-30.651906,38.843964)"><tspan x="358.104" y="288.189">L4</tspan></text><path d="m107.025 83.925-7.798-5.227" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#o)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#p);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-2.4154875,-71.115331)"><tspan x="418.998" y="599.57">D1</tspan></text><path d="m52.06 93.922 7.799-5.227" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#q)"/><path d="M47.438 62.175 28.815 38.328" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="m18.41 50.275 7.69-5.386" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#r)"/><path d="m39.741 35.332-7.689 5.387" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#s)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#t);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-76.910418,-116.3157)"><tspan x="410.229" y="578.748">D3</tspan></text><path d="M44.081 66.085 25.46 42.24" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#u);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-53.463902,-60.38029)"><tspan x="375.387" y="590.176">D2</tspan></text><path d="m107.088 114.83-7.799-5.227" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#v)"/><path d="m108.642 113.93-9.35-11.135" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#w)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#x);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-9.2531555,-28.001152)"><tspan x="440.873" y="549.957">N1</tspan></text><path d="m52.999 137.106 5.227-7.798" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#y)"/><path d="m53.9 138.66 11.133-9.349" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#z)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#A);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-65.302417,-14.099322)"><tspan x="426.748" y="585.264">N2</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#B);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-39.353531,-60.954814)"><tspan x="420.59" y="572.699">N3</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#C);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-49.607961,-50.587137)"><tspan x="425.914" y="493.332">N4</tspan></text><path d="M91.622 51.218h25.331" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M113.571 37.1v9.389" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#D)"/><path d="M113.571 61.557V52.17" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#E)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#F);display:inline" transform="matrix(0.26458333,0,0,0.26458333,5.8847305,-99.098525)"><tspan x="409.695" y="534.512">L6</tspan></text><path d="M69.674 92.77v15.02" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M61.972 105.491h6.3" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#G)"/><path d="M77.473 105.491h-5.041" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#H)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#I);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-46.604138,-54.656708)"><tspan x="412.645" y="602.195">L7</tspan></text><path d="M115.714 232.82h30.256M115.572 228.03h16.747" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M81.668 210.739h50.55M81.653 205.846h64.215" style="fill:none;stroke:#b3b3b3;stroke-width:.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M144.752 207.37v24.365" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#J);marker-end:url(#J)"/><path d="M130.616 229.16v2.228" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#K);marker-end:url(#K)"/><path d="M130.474 207.106v2.227" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#L);marker-end:url(#L)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#M);display:inline" transform="matrix(0.26458333,0,0,0.26458333,61.385017,-43.320648)"><tspan x="317.691" y="996.279">H1</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#N);display:inline" transform="matrix(0.26458333,0,0,0.26458333,16.081155,-34.978308)"><tspan x="436.699" y="1008.256">H2</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#O);display:inline" transform="matrix(0.26458333,0,0,0.26458333,72.213971,-70.444823)"><tspan x="224.535" y="1058.477">H3</tspan></text><path d="m53.602 223.44-2.44-3.972" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#P)"/><path d="m42.626 206.427 5.153 7.848" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Q)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#R);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-65.16395,54.195109)"><tspan x="410.229" y="578.748">D3</tspan></text><path d="M22.981 253.468v-20.176M115.257 253.5v-20.176" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M24.593 251.653h89.129" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#S);marker-end:url(#S)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#T);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-43.643954,129.52512)"><tspan x="426.102" y="478.258">L2</tspan></text><path d="M56.687 193.902V205.4M81.255 193.883v11.499" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M57.839 194.936h21.783" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#U);marker-end:url(#U)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#V);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-46.129109,67.53933)"><tspan x="426.102" y="478.258">L4</tspan></text><path d="m24.695 133.818 7.798-5.227" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#W)"/><path d="m48.578 120.37-9.005 2.655" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#X)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#Y);display:inline" transform="matrix(0.26458333,0,0,0.26458333,8.3216248,0.64288712)"><tspan x="41.137" y="510.145">R1</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#Z);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-66.895478,-26.787194)"><tspan x="436.756" y="561.307">R2</tspan></text><path d="m50.514 79.974 9.004 2.656" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#aa)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#ab);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-67.097114,-61.309058)"><tspan x="424.145" y="539.014">R3</tspan></text><circle cx="44.327" cy="302.993" r="11.017" style="fill:#2c89a0;stroke:#2c89a0;stroke-width:.264583;fill-opacity:1;stroke-opacity:1"/><circle cx="44.327" cy="302.993" r="5.588" style="fill:#fff;fill-opacity:1;stroke:#fff;stroke-width:.264583;stroke-opacity:1"/><path d="M33.31 336.78v-33.787M55.477 336.78v-33.787M38.739 323.17v-20.177M50.18 323.17v-20.177" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M34.933 336.78h18.788" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#ac);marker-end:url(#ac)"/><path d="M39.981 323.17h8.957" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#ad);marker-end:url(#ad)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#ae)" transform="matrix(0.26458333,0,0,0.26458333,-40.471827,-0.2485922)"><tspan x="308.438" y="1270.932">D3</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#af)" transform="matrix(0.26458333,0,0,0.26458333,-46.130431,8.1075593)"><tspan x="332.584" y="1187.486">D4</tspan></text></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="112.231" height="197.611" viewBox="0 0 29.694 52.285"><defs><marker id="a" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="b" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><path id="d" d="M332.584 1174.509h74.685v46.919h-74.685z"/><path id="c" d="M308.437 1257.955h81.376v41.758h-81.376z"/></defs><g transform="translate(-29.216784,-289.95206)"><path d="M29.349 290.084h29.43v52.02h-29.43z" style="fill:#fff;fill-opacity:1;stroke:#fff;stroke-width:.264583;stroke-opacity:1"/><circle cx="44.327" cy="302.993" r="11.017" style="fill:#2c89a0;fill-opacity:1;stroke:#2c89a0;stroke-width:.264583;stroke-opacity:1"/><circle cx="44.327" cy="302.993" r="5.588" style="fill:#fff;fill-opacity:1;stroke:#fff;stroke-width:.264583;stroke-opacity:1"/><path d="M33.31 336.78v-33.787M55.477 336.78v-33.787M38.739 323.17v-20.177M50.18 323.17v-20.177" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M34.933 336.78h18.788" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#a);marker-end:url(#a)"/><path d="M39.981 323.17h8.957" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#b);marker-end:url(#b)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#c)" transform="matrix(0.26458333,0,0,0.26458333,-40.471827,-0.2485922)"><tspan x="308.438" y="1270.932">D3</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#d)" transform="matrix(0.26458333,0,0,0.26458333,-46.130431,8.1075593)"><tspan x="332.584" y="1187.486">D4</tspan></text></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="496.112" height="268.06" viewBox="0 0 131.263 70.924"><defs><marker id="a" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="b" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="c" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="h" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="g" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="j" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="l" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><path id="f" d="M224.534 1045.499h57.694v42.351h-57.694z"/><path id="e" d="M436.7 995.28h71.375v65.952H436.7z"/><path id="d" d="M317.692 983.303h58.77v49.306h-58.77z"/><path id="i" d="M410.228 565.772h75.535v54.317h-75.535z"/><path id="k" d="M426.101 465.281h102.652v79.429H426.101z"/><path id="m" d="M426.101 465.281h102.652v79.429H426.101z"/></defs><path d="M21.158 188.552h130.998v70.66H21.158z" style="fill:#fff;stroke:#fff;stroke-width:.264583" transform="translate(-21.025669,-188.41939)"/><path d="M147.054-212.419h3.617v47.083h-3.617z" style="fill:#2c89a0;stroke:#2c89a0;stroke-width:.264611" transform="translate(-21.025669,-188.41939) matrix(-0.49349042,0.86975123,-0.88010445,-0.47478012,0,0)"/><path d="M212.578-92.427h3.617v47.083h-3.617z" style="fill:#2c89a0;stroke:#2c89a0;stroke-width:.264611" transform="translate(-21.025669,-188.41939) matrix(0.49349042,0.86975123,0.88010445,-0.47478012,0,0)"/><path d="M22.808 227.887h92.382v4.919H22.808z" style="fill:#87cdde;stroke:#87cdde;stroke-width:.264583" transform="translate(-21.025669,-188.41939)"/><path d="M56.749 205.716h24.5v4.919h-24.5z" style="fill:#87cdde;stroke:#87cdde;stroke-width:.264582" transform="translate(-21.025669,-188.41939)"/><path d="M115.714 232.82h30.256M115.572 228.03h16.747" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" transform="translate(-21.025669,-188.41939)"/><path d="M81.668 210.739h50.55M81.653 205.846h64.215" style="fill:none;stroke:#b3b3b3;stroke-width:.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" transform="translate(-21.025669,-188.41939)"/><path d="M144.752 207.37v24.365" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#a);marker-end:url(#a)" transform="translate(-21.025669,-188.41939)"/><path d="M130.616 229.16v2.228" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#b);marker-end:url(#b)" transform="translate(-21.025669,-188.41939)"/><path d="M130.474 207.106v2.227" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#c);marker-end:url(#c)" transform="translate(-21.025669,-188.41939)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#d);display:inline" transform="translate(-21.025669,-188.41939) matrix(0.26458333,0,0,0.26458333,61.385017,-43.320648)"><tspan x="317.691" y="996.279">H1</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#e);display:inline" transform="translate(-21.025669,-188.41939) matrix(0.26458333,0,0,0.26458333,16.081155,-34.978308)"><tspan x="436.699" y="1008.256">H2</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#f);display:inline" transform="translate(-21.025669,-188.41939) matrix(0.26458333,0,0,0.26458333,72.213971,-70.444823)"><tspan x="224.535" y="1058.477">H3</tspan></text><path d="m53.602 223.44-2.44-3.972" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#g)" transform="translate(-21.025669,-188.41939)"/><path d="m42.626 206.427 5.153 7.848" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#h)" transform="translate(-21.025669,-188.41939)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#i);display:inline" transform="translate(-21.025669,-188.41939) matrix(0.26458333,0,0,0.26458333,-65.16395,54.195109)"><tspan x="410.229" y="578.748">D3</tspan></text><path d="M22.981 253.468v-20.176M115.257 253.5v-20.176" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" transform="translate(-21.025669,-188.41939)"/><path d="M24.593 251.653h89.129" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#j);marker-end:url(#j)" transform="translate(-21.025669,-188.41939)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#k);display:inline" transform="translate(-21.025669,-188.41939) matrix(0.26458333,0,0,0.26458333,-43.643954,129.52512)"><tspan x="426.102" y="478.258">L2</tspan></text><path d="M56.687 193.902V205.4M81.255 193.883v11.499" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" transform="translate(-21.025669,-188.41939)"/><path d="M57.839 194.936h21.783" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#l);marker-end:url(#l)" transform="translate(-21.025669,-188.41939)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#m);display:inline" transform="translate(-21.025669,-188.41939) matrix(0.26458333,0,0,0.26458333,-46.129109,67.53933)"><tspan x="426.102" y="478.258">L4</tspan></text></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="449.755" height="465.295" viewBox="0 0 118.998 123.109"><defs><marker id="a" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="c" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="e" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="h" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="g" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="j" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="k" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="n" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="p" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="q" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="r" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="u" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="v" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="y" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="x" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="D" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="C" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="G" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="F" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="I" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="J" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="M" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><path id="N" d="M424.144 526.037h56.828v43.23h-56.828z"/><path id="L" d="M436.755 548.331h75.068v37.042h-75.068z"/><path id="K" d="M41.137 497.169h50.457v43.854H41.137z"/><path id="H" d="M412.645 589.22H527.95v78.464H412.645z"/><path id="E" d="M409.696 521.535h95.407v74.732h-95.407z"/><path id="B" d="M425.914 480.356h60.497v41.727h-60.497z"/><path id="A" d="M420.589 559.723h83.136v82.405h-83.136z"/><path id="z" d="M426.749 572.287h62.684v50.621h-62.684z"/><path id="w" d="M440.873 536.98h77.498v64.798h-77.498z"/><path id="t" d="M375.386 577.199h102.412v65.868H375.386z"/><path id="o" d="M418.997 586.594h60.461v43.935h-60.461z"/><path id="m" d="M358.103 275.213h38.386v35.765h-38.386z"/><path id="f" d="M473.915 515.15h60.638v64.675h-60.638z"/><path id="b" d="M426.101 465.281h102.652v79.429H426.101z"/><path id="d" d="M426.101 465.281h102.652v79.429H426.101z"/><path id="i" d="M473.915 515.15h60.638v64.675h-60.638z"/><path id="l" d="M473.915 515.15h60.638v64.675h-60.638z"/><path id="s" d="M410.228 565.772h75.535v54.317h-75.535z"/></defs><g transform="translate(-16.149118,-30.653091)"><path d="M16.281 30.785h118.733V153.63H16.281z" style="fill:#fff;stroke:#fff;stroke-width:.264583"/><rect width="66.711" height="80.623" x="32.421" y="48.354" ry="4.686" style="fill:#87cdde;stroke:#87cdde;stroke-width:.264583"/><rect width="57.219" height="71.657" x="37.167" y="52.837" ry="4.164" style="fill:#fff;stroke:#87cdde;stroke-width:.264583"/><rect width="10.982" height="12.837" x="60.286" y="82.247" rx="0" ry="2.507" style="fill:#87cdde;stroke:#87cdde;stroke-width:.264583"/><path d="M-7.089 63.4h4.98v41.259h-4.98z" style="fill:#2c89a0;stroke:#2c89a0;stroke-width:.264626" transform="matrix(0.79130253,-0.61142481,0.63141223,0.77544735,0,0)"/><path d="M-109.565-17.012h4.98v41.259h-4.98z" style="fill:#2c89a0;stroke:#2c89a0;stroke-width:.264626" transform="matrix(-0.79130253,-0.61142481,-0.63141223,0.77544735,0,0)"/><path d="M105.173-77.224h4.98v41.259h-4.98z" style="fill:#2c89a0;stroke:#2c89a0;stroke-width:.264626" transform="matrix(0.79130253,0.61142481,0.63141223,-0.77544735,0,0)"/><path d="M2.633-157.688h4.98v41.259h-4.98z" style="fill:#2c89a0;stroke:#2c89a0;stroke-width:.264626" transform="matrix(-0.79130253,0.61142481,-0.63141223,-0.77544735,0,0)"/><circle cx="65.701" cy="83.719" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="65.785" cy="93.207" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="61.924" cy="87.098" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="61.959" cy="90.539" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="69.791" cy="86.88" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="69.755" cy="90.654" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="96.874" cy="61.147" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="96.838" cy="69.07" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="96.97" cy="76.952" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="96.838" cy="84.875" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="96.838" cy="92.624" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="96.97" cy="100.812" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="96.97" cy="108.562" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="96.838" cy="116.749" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="34.712" cy="60.72" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="34.676" cy="68.643" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="34.809" cy="76.525" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="34.676" cy="84.448" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="34.676" cy="92.197" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="34.809" cy="100.385" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="34.809" cy="108.134" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="34.676" cy="116.322" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583"/><circle cx="50.802" cy="-90.173" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583" transform="rotate(90)"/><circle cx="50.935" cy="-82.291" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583" transform="rotate(90)"/><circle cx="50.802" cy="-74.368" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583" transform="rotate(90)"/><circle cx="50.802" cy="-66.618" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583" transform="rotate(90)"/><circle cx="50.935" cy="-58.431" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583" transform="rotate(90)"/><circle cx="50.935" cy="-50.681" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583" transform="rotate(90)"/><circle cx="50.802" cy="-42.494" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583" transform="rotate(90)"/><circle cx="126.69" cy="-89.653" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583" transform="rotate(90)"/><circle cx="126.823" cy="-81.771" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583" transform="rotate(90)"/><circle cx="126.69" cy="-73.848" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583" transform="rotate(90)"/><circle cx="126.69" cy="-66.098" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583" transform="rotate(90)"/><circle cx="126.823" cy="-57.911" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583" transform="rotate(90)"/><circle cx="126.823" cy="-50.161" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583" transform="rotate(90)"/><circle cx="126.69" cy="-41.974" r="1.159" style="fill:#fff;stroke:#2c89a0;stroke-width:.264583" transform="rotate(90)"/><path d="M96.181 129.044h30.257M95.514 48.076h30.257" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M124.416 49.13v78.236" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#a);marker-end:url(#a)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#b);display:inline" transform="matrix(0.26458333,0,0,0.26458333,13.309352,-38.762433)"><tspan x="426.102" y="478.258">L1</tspan></text><path d="M32.244 149.769V126.57M99.363 149.668V126.47" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M34.097 144.931h63.575" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#c);marker-end:url(#c)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#d);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-46.96898,23.58214)"><tspan x="426.102" y="478.258">L2</tspan></text><path d="M62.857 37.622v9.388" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#a)"/><path d="M62.857 63.137v-9.388" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#e)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#f);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-61.903608,-96.437215)"><tspan x="473.914" y="528.127">L5</tspan></text><path d="M21.724 89.008h9.388" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#g)"/><path d="M47.768 89.008H38.38" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#h)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#i);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-104.37918,-51.869697)"><tspan x="473.914" y="528.127">L5</tspan></text><path d="M66.73 82.196h20.134M65.775 95.209H85.91" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M85.342 83.72v10.405" style="fill:none;stroke:#000;stroke-width:.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#j);marker-end:url(#j)"/><path d="M60.296 92.006v20.135M71.496 91.526v20.134" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M61.44 111.265h8.67" style="fill:none;stroke:#000;stroke-width:.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#k);marker-end:url(#k)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#l);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-39.323695,-49.701964)"><tspan x="473.914" y="528.127">L3</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#m);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-30.651906,38.843964)"><tspan x="358.104" y="288.189">L4</tspan></text><path d="m107.025 83.925-7.798-5.227" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#n)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#o);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-2.4154875,-71.115331)"><tspan x="418.998" y="599.57">D1</tspan></text><path d="m52.06 93.922 7.799-5.227" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#p)"/><path d="M47.438 62.175 28.815 38.328" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="m18.41 50.275 7.69-5.386" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#q)"/><path d="m39.741 35.332-7.689 5.387" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#r)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#s);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-76.910418,-116.3157)"><tspan x="410.229" y="578.748">D3</tspan></text><path d="M44.081 66.085 25.46 42.24" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#t);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-53.463902,-60.38029)"><tspan x="375.387" y="590.176">D2</tspan></text><path d="m107.088 114.83-7.799-5.227" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#u)"/><path d="m108.642 113.93-9.35-11.135" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#v)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#w);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-9.2531555,-28.001152)"><tspan x="440.873" y="549.957">N1</tspan></text><path d="m52.999 137.106 5.227-7.798" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#x)"/><path d="m53.9 138.66 11.133-9.349" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#y)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#z);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-65.302417,-14.099322)"><tspan x="426.748" y="585.264">N2</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#A);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-39.353531,-60.954814)"><tspan x="420.59" y="572.699">N3</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#B);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-49.607961,-50.587137)"><tspan x="425.914" y="493.332">N4</tspan></text><path d="M91.622 51.218h25.331" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M113.571 37.1v9.389" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#C)"/><path d="M113.571 61.557V52.17" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#D)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#E);display:inline" transform="matrix(0.26458333,0,0,0.26458333,5.8847305,-99.098525)"><tspan x="409.695" y="534.512">L6</tspan></text><path d="M69.674 92.77v15.02" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M61.972 105.491h6.3" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#F)"/><path d="M77.473 105.491h-5.041" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#G)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#H);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-46.604138,-54.656708)"><tspan x="412.645" y="602.195">L7</tspan></text><path d="m24.695 133.818 7.798-5.227" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#I)"/><path d="m48.578 120.37-9.005 2.655" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#J)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#K);display:inline" transform="matrix(0.26458333,0,0,0.26458333,8.3216248,0.64288712)"><tspan x="41.137" y="510.145">R1</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#L);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-66.895478,-26.787194)"><tspan x="436.756" y="561.307">R2</tspan></text><path d="m50.514 79.974 9.004 2.656" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#M)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#N);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-67.097114,-61.309058)"><tspan x="424.145" y="539.014">R3</tspan></text></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="600" height="20000" viewBox="0 0 158.75 5291.667"><defs><path id="i" d="M383.437 471.872h60.034v45.011h-60.034z"/><path id="h" d="M387.093 421.981h93.854v65.995h-93.854z"/><path id="g" d="M409.03 381.657h46.117v38.5H409.03z"/><path id="f" d="M380.412 434.783h67.716v56.272h-67.716z"/><path id="e" d="M158.039 369.376h77.974v34.579h-77.974z"/><path id="d" d="M187.501 422.946h102.231v39.279H187.501z"/><path id="c" d="M231.628 407.788h46.479v27.783h-46.479z"/><path id="b" d="M133.839 405.956h76.082v45.648h-76.082z"/><path id="a" d="M19.93 20.462h326.701v69.099H19.93z"/></defs><path d="M28.367 94.009h52.917v52.917H28.367z" style="fill:#fff;stroke:#fff;stroke-width:.264583"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#a);display:inline" transform="scale(0.26458333)"><tspan x="19.93" y="33.439">verify_contour_1.svg</tspan></text><path d="M23.609 31.114h52.917v52.917H23.609z" style="fill:#fff;stroke:none;stroke-width:.264583"/><path d="M32.557 41.105h18.69v37.612h-18.69z" style="fill:none;fill-opacity:.901961;stroke:#f0f;stroke-width:.264583;stroke-opacity:.901961"/><circle cx="41.902" cy="70.913" r="3.263" style="fill:none;fill-opacity:.901961;stroke:#f0f;stroke-width:.264583;stroke-opacity:.901961"/><path d="M41.902 74.175v4.543" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><circle cx="41.902" cy="59.845" r="3.263" style="fill:none;fill-opacity:.901961;stroke:#f0f;stroke-width:.264583;stroke-opacity:.901961"/><path d="M41.902 63.108v4.542" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><circle cx="41.902" cy="48.778" r="3.263" style="fill:none;fill-opacity:.901961;stroke:#f0f;stroke-width:.264583;stroke-opacity:.901961"/><path d="M41.902 52.04v4.543M41.902 40.973v4.542" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><circle cx="57.581" cy="55.311" r="6.069" style="fill:none;fill-opacity:.901961;stroke:#f0f;stroke-width:.264583;stroke-opacity:.901961"/><path d="M41.902 70.913h3.262" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#b);display:inline" transform="matrix(0.26458333,0,0,0.26458333,1.1318347,-33.156145)"><tspan x="133.84" y="418.932">d1</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#c);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-15.381644,-39.52648)"><tspan x="231.629" y="420.766">r1</tspan></text><path d="M32.557 39.518h18.69M57.58 55.311h6.07" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#d);display:inline" transform="matrix(0.26458333,0,0,0.26458333,15.724038,-58.718677)"><tspan x="187.502" y="435.922">r2</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#e);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-1.9022835,-62.79969)"><tspan x="158.039" y="382.354">w1</tspan></text><path d="M112.458 21.429h17.599v9.227h-17.599z" style="fill:green;stroke:#666;stroke-width:.264582" transform="rotate(90)"/><path d="M-30.656 130.057h9.227v9.226h-9.227zM-48.385 130.057h17.599v9.226h-17.599z" style="fill:green;stroke:#666;stroke-width:.264582"/><path d="M-57.611 130.057h9.227v9.226h-9.227zM-30.656 102.88h9.227v9.226h-9.227zM-48.385 102.88h17.599v9.226h-17.599z" style="fill:green;stroke:#666;stroke-width:.264582"/><path d="M-57.611 102.88h9.227v9.226h-9.227z" style="fill:green;stroke:#666;stroke-width:.264582"/><path d="M35.826 127.046h8.325v8.325h15.996v-8.325h8.325v-15.88h-8.325v-8.642H44.15v8.325h-8.325v16.197" style="fill:none;stroke:#f0f;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M70.201 102.524v8.643M60.147 101.112h8.642" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#f);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-37.95999,-18.636846)"><tspan x="380.412" y="447.76">l1</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#g);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-36.69956,2.7895524)"><tspan x="409.029" y="394.633">l1</tspan></text><path d="M44.15 136.958h15.997M34.768 126.845v-15.996" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#h);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-51.799642,25.742963)"><tspan x="387.092" y="434.957">l2</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#i);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-71.130979,-8.0201804)"><tspan x="383.438" y="484.848">l2</tspan></text></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="201" height="201" viewBox="0 0 53.181 53.181"><defs><path id="d" d="M383.437 471.872h60.034v45.011h-60.034z"/><path id="c" d="M387.093 421.981h93.854v65.995h-93.854z"/><path id="b" d="M409.03 381.657h46.117v38.5H409.03z"/><path id="a" d="M380.412 434.783h67.716v56.272h-67.716z"/></defs><path d="M28.367 94.009h52.917v52.917H28.367z" style="fill:#fff;stroke:#fff;stroke-width:.264583" transform="translate(-28.234237,-93.877183)"/><path d="M35.826 127.046h8.325v8.325h15.996v-8.325h8.325v-15.88h-8.325v-8.642H44.15v8.325h-8.325v16.197" style="fill:none;stroke:#f0f;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" transform="translate(-28.234237,-93.877183)"/><path d="M70.201 102.524v8.643M60.147 101.112h8.642" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" transform="translate(-28.234237,-93.877183)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#a);display:inline" transform="translate(-28.234237,-93.877183) matrix(0.26458333,0,0,0.26458333,-37.95999,-18.636846)"><tspan x="380.412" y="447.76">l1</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#b);display:inline" transform="translate(-28.234237,-93.877183) matrix(0.26458333,0,0,0.26458333,-36.69956,2.7895524)"><tspan x="409.029" y="394.633">l1</tspan></text><path d="M44.15 136.958h15.997M34.768 126.845v-15.996" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" transform="translate(-28.234237,-93.877183)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#c);display:inline" transform="translate(-28.234237,-93.877183) matrix(0.26458333,0,0,0.26458333,-51.799642,25.742963)"><tspan x="387.092" y="434.957">l2</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#d);display:inline" transform="translate(-28.234237,-93.877183) matrix(0.26458333,0,0,0.26458333,-71.130979,-8.0201804)"><tspan x="383.438" y="484.848">l2</tspan></text></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 52.917 52.917"><defs><path id="d" d="M158.039 369.376h77.974v34.579h-77.974z"/><path id="c" d="M187.501 422.946h102.231v39.279H187.501z"/><path id="b" d="M231.628 407.788h46.479v27.783h-46.479z"/><path id="a" d="M133.839 405.956h76.082v45.648h-76.082z"/></defs><g transform="translate(-23.609352,-31.114201)"><path d="M23.609 31.114h52.917v52.917H23.609z" style="fill:#fff;stroke:none;stroke-width:.264583"/><path d="M32.557 41.105h18.69v37.612h-18.69z" style="fill:none;fill-opacity:.901961;stroke:#f0f;stroke-width:.264583;stroke-opacity:.901961"/><circle cx="41.902" cy="70.913" r="3.263" style="fill:none;fill-opacity:.901961;stroke:#f0f;stroke-width:.264583;stroke-opacity:.901961"/><path d="M41.902 74.175v4.543" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><circle cx="41.902" cy="59.845" r="3.263" style="fill:none;fill-opacity:.901961;stroke:#f0f;stroke-width:.264583;stroke-opacity:.901961"/><path d="M41.902 63.108v4.542" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><circle cx="41.902" cy="48.778" r="3.263" style="fill:none;fill-opacity:.901961;stroke:#f0f;stroke-width:.264583;stroke-opacity:.901961"/><path d="M41.902 52.04v4.543M41.902 40.973v4.542" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><circle cx="57.581" cy="55.311" r="6.069" style="fill:none;fill-opacity:.901961;stroke:#f0f;stroke-width:.264583;stroke-opacity:.901961"/><path d="M41.902 70.913h3.262" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#a);display:inline" transform="matrix(0.26458333,0,0,0.26458333,1.1318347,-33.156145)"><tspan x="133.84" y="418.932">d1</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#b);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-15.381644,-39.52648)"><tspan x="231.629" y="420.766">r1</tspan></text><path d="M32.557 39.518h18.69M57.58 55.311h6.07" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#c);display:inline" transform="matrix(0.26458333,0,0,0.26458333,15.724038,-58.718677)"><tspan x="187.502" y="435.922">r2</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#d);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-1.9022835,-62.79969)"><tspan x="158.039" y="382.354">w1</tspan></text></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="600" height="2000" viewBox="0 0 158.75 529.167"><defs><path id="J" d="M165.839 886.693h58.307v27.667h-58.307z"/><path id="I" d="M157.592 882.45h81.515v28.505h-81.515z"/><path id="x" d="M349.971 550.682h49.475v21.611h-49.475z"/><path id="l" d="M369.747 249.105h45.15v35.609h-45.15z"/><path id="k" d="M349.559 367h55.785v28.797h-55.785z"/><path id="j" d="M367.875 311.38h30.293v20.167h-30.293z"/><path id="i" d="M349.4 374.28h50.588v42.513H349.4z"/><path id="h" d="M292.848 411.623h56.436v34.832h-56.436z"/><path id="g" d="M249.583 441.078h31.984v20.338h-31.984z"/><path id="f" d="M399.974 129.034h56.102v26.076h-56.102z"/><path id="e" d="M373.346 209.379h65.277v27.878h-65.277z"/><path id="d" d="M372.014 274.981h57.012v32.118h-57.012z"/><path id="a" d="M53.993 33.685h506.152V186.56H53.993z"/><path id="o" d="M372.014 274.981h57.012v32.118h-57.012z"/><path id="p" d="M373.346 209.379h65.277v27.878h-65.277z"/><path id="q" d="M399.974 129.034h56.102v26.076h-56.102z"/><path id="r" d="M249.583 441.078h31.984v20.338h-31.984z"/><path id="s" d="M292.848 411.623h56.436v34.832h-56.436z"/><path id="t" d="M349.4 374.28h50.588v42.513H349.4z"/><path id="u" d="M367.875 311.38h30.293v20.167h-30.293z"/><path id="v" d="M349.559 367h55.785v28.797h-55.785z"/><path id="w" d="M369.747 249.105h45.15v35.609h-45.15z"/><path id="y" d="M349.971 550.682h49.475v21.611h-49.475z"/><path id="B" d="M372.014 274.981h57.012v32.118h-57.012z"/><path id="C" d="M373.346 209.379h65.277v27.878h-65.277z"/><path id="D" d="M399.974 129.034h56.102v26.076h-56.102z"/><path id="E" d="M249.583 441.078h31.984v20.338h-31.984z"/><path id="F" d="M292.848 411.623h56.436v34.832h-56.436z"/><path id="G" d="M349.4 374.28h50.588v42.513H349.4z"/><path id="L" d="M165.839 886.693h58.307v27.667h-58.307z"/><path id="M" d="M157.592 882.45h81.515v28.505h-81.515z"/><marker id="H" markerHeight="6.155" markerWidth="5.324" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 5.324 6.155"><path d="m5.77 0-8.65 5V-5Z" style="fill:context-stroke;fill-rule:evenodd;stroke:context-stroke;stroke-width:1pt" transform="scale(0.5)"/></marker><marker id="b" markerHeight="5" markerWidth="8.75" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 8.75 5"><path d="m0 0 5-5-17.5 5L5 5Z" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(-0.5)"/></marker><marker id="c" markerHeight="5" markerWidth="8.75" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 8.75 5"><path d="m0 0 5-5-17.5 5L5 5Z" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(-0.5)"/></marker><marker id="m" markerHeight="5" markerWidth="8.75" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 8.75 5"><path d="m0 0 5-5-17.5 5L5 5Z" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(-0.5)"/></marker><marker id="n" markerHeight="5" markerWidth="8.75" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 8.75 5"><path d="m0 0 5-5-17.5 5L5 5Z" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(-0.5)"/></marker><marker id="z" markerHeight="5" markerWidth="8.75" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 8.75 5"><path d="m0 0 5-5-17.5 5L5 5Z" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(-0.5)"/></marker><marker id="A" markerHeight="5" markerWidth="8.75" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 8.75 5"><path d="m0 0 5-5-17.5 5L5 5Z" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(-0.5)"/></marker><marker id="K" markerHeight="6.155" markerWidth="5.324" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 5.324 6.155"><path d="m5.77 0-8.65 5V-5Z" style="fill:context-stroke;fill-rule:evenodd;stroke:context-stroke;stroke-width:1pt" transform="scale(0.5)"/></marker></defs><path d="M38.703 203.202H91.62v52.917H38.703zM36.799 121.384h52.917v52.917H36.799z" style="fill:#fff;stroke:#fff;stroke-width:.264583"/><path d="m67.123 51.098 9.856 45.78" style="fill:#fff;stroke:#f0c;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#a);display:inline" transform="scale(0.26458333)"><tspan x="53.992" y="46.662">verify_line.svg</tspan></text><path d="M31.287 46.276h52.917v52.917H31.287z" style="fill:#fff;stroke:none;stroke-width:.264583"/><path d="M35.136 72.094H77.02" style="fill:#fff;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#b)"/><path d="M56.905 93.863V51.979" style="fill:#fff;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#c)"/><circle cx="69.628" cy="63.946" r="1.04" style="fill:#fff;stroke:#f60;stroke-width:.264583"/><path d="M69.628 72.094v-8.148H56.905" style="fill:#fff;stroke:#999;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-dasharray:1,1;stroke-dashoffset:0"/><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#d);display:inline;fill:#2ca02c" transform="matrix(0.26458333,0,0,0.26458333,-32.93323,0.25375368)"><tspan x="372.014" y="285.598">p1x</tspan></text><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#e);display:inline;fill:#2ca02c" transform="matrix(0.26458333,0,0,0.26458333,-48.297493,6.4833195)"><tspan x="373.346" y="219.996">p1y</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#f);display:inline;fill:#2ca02c" transform="matrix(0.26458333,0,0,0.26458333,-34.405349,23.944093)"><tspan x="399.975" y="142.012">p1</tspan></text><path d="M57.037 89.83h18.304V72.032" style="fill:#fff;stroke:#999;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1,1;stroke-dashoffset:0;stroke-opacity:1"/><circle cx="75.365" cy="89.733" r="1.04" style="fill:#fff;stroke:#f60;stroke-width:.264583"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#g);display:inline;fill:#04a" transform="matrix(0.26458333,0,0,0.26458333,10.629411,-28.707623)"><tspan x="249.582" y="454.055">p2</tspan></text><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#h);display:inline;fill:#04a" transform="matrix(0.26458333,0,0,0.26458333,-3.9032008,-41.107661)"><tspan x="292.848" y="422.24">p2x</tspan></text><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#i);display:inline;fill:#04a" transform="matrix(0.26458333,0,0,0.26458333,-42.201756,-11.295515)"><tspan x="349.4" y="384.896">p2y</tspan></text><path d="M56.864 84.182h-17.49V72.076" style="fill:#fff;stroke:#999;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:.999998,.999998;stroke-dashoffset:0;stroke-opacity:1"/><circle cx="39.086" cy="84.031" r="1.04" style="fill:#fff;stroke:#f60;stroke-width:.264583"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#j);display:inline;fill:#80a" transform="matrix(0.26458333,0,0,0.26458333,-65.016124,-1.4282334)"><tspan x="367.875" y="324.357">p3</tspan></text><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#k);display:inline;fill:#80a" transform="matrix(0.26458333,0,0,0.26458333,-54.95201,-29.030898)"><tspan x="349.559" y="377.617">p3x</tspan></text><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#l);display:inline;fill:#80a" transform="matrix(0.26458333,0,0,0.26458333,-40.250374,15.757495)"><tspan x="369.748" y="259.723">p3y</tspan></text><path d="m84.949 130.143-34.27 31.915" style="fill:#fff;stroke:green;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M40.648 147.203h41.884" style="fill:#fff;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#m)"/><path d="M62.417 168.971v-41.884" style="fill:#fff;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#n)"/><path d="M75.14 147.203v-8.148H62.417" style="fill:none;stroke:#999;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1,1;stroke-dashoffset:0;stroke-opacity:1"/><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#o);display:inline;fill:#2ca02c" transform="matrix(0.26458333,0,0,0.26458333,-27.950376,75.362502)"><tspan x="372.014" y="285.598">l1cx</tspan></text><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#p);display:inline;fill:#2ca02c" transform="matrix(0.26458333,0,0,0.26458333,-43.314639,81.592068)"><tspan x="373.346" y="219.996">l1cy</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#q);display:inline;fill:#2ca02c" transform="matrix(0.26458333,0,0,0.26458333,-29.186188,96.59786)"><tspan x="399.975" y="142.012">l1</tspan></text><path d="M62.55 164.938h18.303V147.14" style="fill:none;stroke:#999;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1,1;stroke-dashoffset:0;stroke-opacity:1"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#r);display:inline;fill:#04a" transform="matrix(0.26458333,0,0,0.26458333,14.021894,51.023439)"><tspan x="249.582" y="454.055">l2</tspan></text><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#s);display:inline;fill:#04a" transform="matrix(0.26458333,0,0,0.26458333,1.6088203,34.001087)"><tspan x="292.848" y="422.24">l2cx</tspan></text><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#t);display:inline;fill:#04a" transform="matrix(0.26458333,0,0,0.26458333,-36.689735,63.813233)"><tspan x="349.4" y="384.896">l2cy</tspan></text><path d="M62.376 159.291h-17.49v-12.106" style="fill:none;stroke:#999;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:.999998,.999998;stroke-dashoffset:0;stroke-opacity:1"/><circle cx="44.84" cy="159.14" r="1.04" style="fill:none;stroke:#f60;stroke-width:.264583"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#u);display:inline;fill:#80a" transform="matrix(0.26458333,0,0,0.26458333,-59.504103,73.680515)"><tspan x="367.875" y="324.357">p3</tspan></text><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#v);display:inline;fill:#80a" transform="matrix(0.26458333,0,0,0.26458333,-49.439989,46.07785)"><tspan x="349.559" y="377.617">p3x</tspan></text><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#w);display:inline;fill:#80a" transform="matrix(0.26458333,0,0,0.26458333,-34.738353,90.86624)"><tspan x="369.748" y="259.723">p3y</tspan></text><path d="M88.54 171.758 53.16 141.076" style="fill:#fff;stroke:#0055d4;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M80.837 164.811h7.042" style="fill:none;stroke:#93aca7;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M78.718 136.092s1.127.781 1.288 1.393c.158.597-.423 1.804-.423 1.804" style="fill:none;stroke:#008033;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:10.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#x);display:inline;fill:#217821" transform="matrix(0.26458333,0,0,0.26458333,-11.77915,-9.5762049)"><tspan x="349.971" y="560.119">l1ca</tspan></text><path d="M84.051 164.714s.156-1.731-.261-2.432c-.469-.79-1.367-1.375-2.264-1.567-.994-.213-2.117.051-2.998.557-.36.207-.813.942-.813.942" style="fill:none;stroke:#0055d4;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:10.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#y);display:inline;fill:#0055d4" transform="matrix(0.26458333,0,0,0.26458333,-10.7241,11.791044)"><tspan x="349.971" y="560.119">l2ca</tspan></text><path d="M75.402 139.088h7.041" style="fill:none;stroke:#93aca7;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><circle cx="75.14" cy="139.055" r="1.04" style="fill:none;stroke:#f60;stroke-width:.264583"/><circle cx="80.877" cy="164.842" r="1.04" style="fill:none;stroke:#f60;stroke-width:.264583"/><path d="M42.552 229.02h41.884" style="fill:#fff;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#z)"/><path d="M64.321 250.79v-41.885" style="fill:#fff;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#A)"/><circle cx="77.044" cy="220.873" r="1.04" style="fill:none;stroke:#f60;stroke-width:.264583"/><path d="M77.044 229.02v-8.147H64.321" style="fill:none;stroke:#999;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1,1;stroke-dashoffset:0;stroke-opacity:1"/><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#B);display:inline;fill:#2ca02c" transform="matrix(0.26458333,0,0,0.26458333,-25.517173,157.18025)"><tspan x="372.014" y="285.598">p1x</tspan></text><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#C);display:inline;fill:#2ca02c" transform="matrix(0.26458333,0,0,0.26458333,-40.881436,163.40982)"><tspan x="373.346" y="219.996">p1y</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#D);display:inline;fill:#2ca02c" transform="matrix(0.26458333,0,0,0.26458333,-26.989292,180.87059)"><tspan x="399.975" y="142.012">p1</tspan></text><path d="M64.454 246.756h18.303v-17.798" style="fill:none;stroke:#999;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1,1;stroke-dashoffset:0;stroke-opacity:1"/><circle cx="82.781" cy="246.66" r="1.04" style="fill:none;stroke:#f60;stroke-width:.264583"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#E);display:inline;fill:#04a" transform="matrix(0.26458333,0,0,0.26458333,18.045468,128.21888)"><tspan x="249.582" y="454.055">p2</tspan></text><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#F);display:inline;fill:#04a" transform="matrix(0.26458333,0,0,0.26458333,3.5128565,115.81884)"><tspan x="292.848" y="422.24">p2x</tspan></text><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#G);display:inline;fill:#04a" transform="matrix(0.26458333,0,0,0.26458333,-34.785699,145.63099)"><tspan x="349.4" y="384.896">p2y</tspan></text><path d="m52.185 226.614-7.463-17.091" style="fill:#fff;stroke:#f0f;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#H)"/><path d="M52.306 226.535h3.565" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M53.645 226.586s.203-.956-.045-1.318c-.226-.33-.705-.438-1.104-.472-.336-.028-.985.239-.985.239" style="fill:none;stroke:purple;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:10.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#I);fill:purple" transform="matrix(0.26458333,0,0,0.26458333,12.447834,-10.10952)"><tspan x="157.592" y="891.889">v1a</tspan></text><text xml:space="preserve" style="font-size:10.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#J);fill:purple" transform="matrix(0.26458333,0,0,0.26458333,4.0163906,-21.915801)"><tspan x="165.84" y="896.131">v1l</tspan></text><path d="m51.316 236.389-7.522 9.417" style="fill:#fff;stroke:#f0f;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#K)"/><path d="M51.48 236.432h3.565" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:10.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#L);display:inline;fill:purple" transform="matrix(0.26458333,0,0,0.26458333,-0.37956107,3.324846)"><tspan x="165.84" y="896.131">v2l</tspan></text><path d="M52.979 236.283s.169-.972-.086-1.34c-.288-.418-.883-.566-1.387-.63-.613-.075-1.35-.066-1.825.33-.378.313-.477.887-.52 1.376-.044.484-.01 1.034.267 1.435.13.188.586.355.586.355" style="fill:none;stroke:purple;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:10.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#M);display:inline;fill:purple" transform="matrix(0.26458333,0,0,0.26458333,8.2986425,-2.7791391)"><tspan x="157.592" y="891.889">v2a</tspan></text></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="201" height="201" viewBox="0 0 53.181 53.181"><defs><path id="l" d="M349.971 550.682h49.475v21.611h-49.475z"/><path id="c" d="M372.014 274.981h57.012v32.118h-57.012z"/><path id="d" d="M373.346 209.379h65.277v27.878h-65.277z"/><path id="e" d="M399.974 129.034h56.102v26.076h-56.102z"/><path id="f" d="M249.583 441.078h31.984v20.338h-31.984z"/><path id="g" d="M292.848 411.623h56.436v34.832h-56.436z"/><path id="h" d="M349.4 374.28h50.588v42.513H349.4z"/><path id="i" d="M367.875 311.38h30.293v20.167h-30.293z"/><path id="j" d="M349.559 367h55.785v28.797h-55.785z"/><path id="k" d="M369.747 249.105h45.15v35.609h-45.15z"/><path id="m" d="M349.971 550.682h49.475v21.611h-49.475z"/><marker id="a" markerHeight="5" markerWidth="8.75" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 8.75 5"><path d="m0 0 5-5-17.5 5L5 5Z" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(-0.5)"/></marker><marker id="b" markerHeight="5" markerWidth="8.75" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 8.75 5"><path d="m0 0 5-5-17.5 5L5 5Z" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(-0.5)"/></marker></defs><g transform="translate(-36.667038,-121.25217)"><path d="M36.799 121.384h52.917v52.917H36.799z" style="fill:#fff;stroke:#fff;stroke-width:.264583"/><path d="m84.949 130.143-34.27 31.915" style="fill:#fff;stroke:green;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M40.648 147.203h41.884" style="fill:#fff;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#a)"/><path d="M62.417 168.971v-41.884" style="fill:#fff;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#b)"/><path d="M75.14 147.203v-8.148H62.417" style="fill:none;stroke:#999;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1,1;stroke-dashoffset:0;stroke-opacity:1"/><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#c);display:inline;fill:#2ca02c" transform="matrix(0.26458333,0,0,0.26458333,-27.950376,75.362502)"><tspan x="372.014" y="285.598">l1cx</tspan></text><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#d);display:inline;fill:#2ca02c" transform="matrix(0.26458333,0,0,0.26458333,-43.314639,81.592068)"><tspan x="373.346" y="219.996">l1cy</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#e);display:inline;fill:#2ca02c" transform="matrix(0.26458333,0,0,0.26458333,-29.186188,96.59786)"><tspan x="399.975" y="142.012">l1</tspan></text><path d="M62.55 164.938h18.303V147.14" style="fill:none;stroke:#999;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1,1;stroke-dashoffset:0;stroke-opacity:1"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#f);display:inline;fill:#04a" transform="matrix(0.26458333,0,0,0.26458333,14.021894,51.023439)"><tspan x="249.582" y="454.055">l2</tspan></text><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#g);display:inline;fill:#04a" transform="matrix(0.26458333,0,0,0.26458333,1.6088203,34.001087)"><tspan x="292.848" y="422.24">l2cx</tspan></text><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#h);display:inline;fill:#04a" transform="matrix(0.26458333,0,0,0.26458333,-36.689735,63.813233)"><tspan x="349.4" y="384.896">l2cy</tspan></text><path d="M62.376 159.291h-17.49v-12.106" style="fill:none;stroke:#999;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:.999998,.999998;stroke-dashoffset:0;stroke-opacity:1"/><circle cx="44.84" cy="159.14" r="1.04" style="fill:none;stroke:#f60;stroke-width:.264583"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#i);display:inline;fill:#80a" transform="matrix(0.26458333,0,0,0.26458333,-59.504103,73.680515)"><tspan x="367.875" y="324.357">p3</tspan></text><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#j);display:inline;fill:#80a" transform="matrix(0.26458333,0,0,0.26458333,-49.439989,46.07785)"><tspan x="349.559" y="377.617">p3x</tspan></text><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#k);display:inline;fill:#80a" transform="matrix(0.26458333,0,0,0.26458333,-34.738353,90.86624)"><tspan x="369.748" y="259.723">p3y</tspan></text><path d="M88.54 171.758 53.16 141.076" style="fill:#fff;stroke:#0055d4;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M80.837 164.811h7.042" style="fill:none;stroke:#93aca7;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M78.718 136.092s1.127.781 1.288 1.393c.158.597-.423 1.804-.423 1.804" style="fill:none;stroke:#008033;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:10.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#l);display:inline;fill:#217821" transform="matrix(0.26458333,0,0,0.26458333,-11.77915,-9.5762049)"><tspan x="349.971" y="560.119">l1ca</tspan></text><path d="M84.051 164.714s.156-1.731-.261-2.432c-.469-.79-1.367-1.375-2.264-1.567-.994-.213-2.117.051-2.998.557-.36.207-.813.942-.813.942" style="fill:none;stroke:#0055d4;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:10.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#m);display:inline;fill:#0055d4" transform="matrix(0.26458333,0,0,0.26458333,-10.7241,11.791044)"><tspan x="349.971" y="560.119">l2ca</tspan></text><path d="M75.402 139.088h7.041" style="fill:none;stroke:#93aca7;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><circle cx="75.14" cy="139.055" r="1.04" style="fill:none;stroke:#f60;stroke-width:.264583"/><circle cx="80.877" cy="164.842" r="1.04" style="fill:none;stroke:#f60;stroke-width:.264583"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 52.917 52.917"><defs><path id="k" d="M369.747 249.105h45.15v35.609h-45.15z"/><path id="j" d="M349.559 367h55.785v28.797h-55.785z"/><path id="i" d="M367.875 311.38h30.293v20.167h-30.293z"/><path id="h" d="M349.4 374.28h50.588v42.513H349.4z"/><path id="g" d="M292.848 411.623h56.436v34.832h-56.436z"/><path id="f" d="M249.583 441.078h31.984v20.338h-31.984z"/><path id="e" d="M399.974 129.034h56.102v26.076h-56.102z"/><path id="d" d="M373.346 209.379h65.277v27.878h-65.277z"/><path id="c" d="M372.014 274.981h57.012v32.118h-57.012z"/><marker id="a" markerHeight="5" markerWidth="8.75" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 8.75 5"><path d="m0 0 5-5-17.5 5L5 5Z" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(-0.5)"/></marker><marker id="b" markerHeight="5" markerWidth="8.75" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 8.75 5"><path d="m0 0 5-5-17.5 5L5 5Z" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(-0.5)"/></marker></defs><g transform="translate(-31.287307,-46.275719)"><path d="m67.123 51.098 9.856 45.78" style="fill:#fff;stroke:#f0c;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M31.287 46.276h52.917v52.917H31.287z" style="fill:#fff;stroke:none;stroke-width:.264583"/><path d="M35.136 72.094H77.02" style="fill:#fff;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#a)"/><path d="M56.905 93.863V51.979" style="fill:#fff;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#b)"/><circle cx="69.628" cy="63.946" r="1.04" style="fill:#fff;stroke:#f60;stroke-width:.264583"/><path d="M69.628 72.094v-8.148H56.905" style="fill:#fff;stroke:#999;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1,1;stroke-dashoffset:0;stroke-opacity:1"/><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#c);fill:#2ca02c" transform="matrix(0.26458333,0,0,0.26458333,-32.93323,0.25375368)"><tspan x="372.014" y="285.598">p1x</tspan></text><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#d);fill:#2ca02c" transform="matrix(0.26458333,0,0,0.26458333,-48.297493,6.4833195)"><tspan x="373.346" y="219.996">p1y</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#e);fill:#2ca02c" transform="matrix(0.26458333,0,0,0.26458333,-34.405349,23.944093)"><tspan x="399.975" y="142.012">p1</tspan></text><path d="M57.037 89.83h18.304V72.032" style="fill:#fff;stroke:#999;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1,1;stroke-dashoffset:0;stroke-opacity:1"/><circle cx="75.365" cy="89.733" r="1.04" style="fill:#fff;stroke:#f60;stroke-width:.264583"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#f);fill:#04a" transform="matrix(0.26458333,0,0,0.26458333,10.629411,-28.707623)"><tspan x="249.582" y="454.055">p2</tspan></text><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#g);fill:#04a" transform="matrix(0.26458333,0,0,0.26458333,-3.9032008,-41.107661)"><tspan x="292.848" y="422.24">p2x</tspan></text><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#h);fill:#04a" transform="matrix(0.26458333,0,0,0.26458333,-42.201756,-11.295515)"><tspan x="349.4" y="384.896">p2y</tspan></text><path d="M56.864 84.182h-17.49V72.076" style="fill:#fff;stroke:#999;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:.999998,.999998;stroke-dashoffset:0;stroke-opacity:1"/><circle cx="39.086" cy="84.031" r="1.04" style="fill:#fff;stroke:#f60;stroke-width:.264583"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#i);fill:#80a" transform="matrix(0.26458333,0,0,0.26458333,-65.016124,-1.4282334)"><tspan x="367.875" y="324.357">p3</tspan></text><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#j);fill:#80a" transform="matrix(0.26458333,0,0,0.26458333,-54.95201,-29.030898)"><tspan x="349.559" y="377.617">p3x</tspan></text><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#k);fill:#80a" transform="matrix(0.26458333,0,0,0.26458333,-40.250374,15.757495)"><tspan x="369.748" y="259.723">p3y</tspan></text></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="600" height="2000" viewBox="0 0 158.75 529.167"><defs><path id="m" d="M281.281 300.911h90.163v31.905h-90.163z"/><path id="j" d="M314.978 283.006h76.075v23.643h-76.075z"/><path id="g" d="M249.583 441.078h31.984v20.338h-31.984z"/><path id="f" d="M399.974 129.034h56.102v26.076h-56.102z"/><path id="e" d="M373.346 209.379h65.277v27.878h-65.277z"/><path id="d" d="M372.014 274.981h57.012v32.118h-57.012z"/><path id="a" d="M53.993 33.685h506.152V186.56H53.993z"/><path id="h" d="M372.014 274.981h57.012v32.118h-57.012z"/><path id="i" d="M372.014 274.981h57.012v32.118h-57.012z"/><path id="k" d="M399.974 129.034h56.102v26.076h-56.102z"/><path id="l" d="M399.974 129.034h56.102v26.076h-56.102z"/><marker id="b" markerHeight="5" markerWidth="8.75" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 8.75 5"><path d="m0 0 5-5-17.5 5L5 5Z" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(-0.5)"/></marker><marker id="c" markerHeight="5" markerWidth="8.75" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 8.75 5"><path d="m0 0 5-5-17.5 5L5 5Z" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(-0.5)"/></marker></defs><path d="m67.123 51.098 9.856 45.78" style="fill:#fff;stroke:#f0c;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#a);display:inline" transform="scale(0.26458333)"><tspan x="53.992" y="46.662">verify_point.svg</tspan></text><path d="M31.287 46.276h52.917v52.917H31.287z" style="fill:#fff;stroke:none;stroke-width:.264583"/><circle cx="78.233" cy="58.486" r="1.04" style="fill:#fff;stroke:#f60;stroke-width:.264583"/><path d="M35.136 72.094H77.02" style="fill:#fff;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#b)"/><path d="M56.905 93.863V51.979" style="fill:#fff;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#c)"/><path d="M69.901 72.094v-8.148H56.904" style="fill:none;stroke:#999;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1,1;stroke-dashoffset:0;stroke-opacity:1"/><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#d);display:inline;fill:#2ca02c" transform="matrix(0.26458333,0,0,0.26458333,-30.065407,-0.66337195)"><tspan x="372.014" y="285.598">p1x</tspan></text><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#e);display:inline;fill:#2ca02c" transform="matrix(0.26458333,0,0,0.26458333,-47.769339,4.2782238)"><tspan x="373.346" y="219.996">p1y</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#f);display:inline;fill:#2ca02c" transform="matrix(0.26458333,0,0,0.26458333,-34.870825,29.376488)"><tspan x="399.975" y="142.012">p1</tspan></text><circle cx="75.365" cy="89.733" r="1.04" style="fill:#fff;stroke:#f60;stroke-width:.264583"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#g);display:inline;fill:#0055d4" transform="matrix(0.26458333,0,0,0.26458333,10.629411,-28.707623)"><tspan x="249.582" y="454.055">p2</tspan></text><path d="m75.365 89.733-18.228-17.64" style="fill:none;stroke:#59f;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-dasharray:1,1;stroke-dashoffset:0"/><path d="M60.883 72.215s.456 1.114.31 1.656c-.141.517-1.053 1.215-1.053 1.215" style="fill:none;stroke:navy;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#h);display:inline;fill:#00f" transform="matrix(0.26458333,0,0,0.26458333,-37.064792,-0.33766975)"><tspan x="372.014" y="285.598">p2a</tspan></text><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#i);display:inline;fill:#00f" transform="matrix(0.26458333,0,0,0.26458333,-36.056187,9.8521392)"><tspan x="372.014" y="285.598">p2l</tspan></text><path d="M42.953 66.974a15.25 15.25 0 0 1 12.51-9.824 15.25 15.25 0 0 1 14.448 6.654l-12.667 8.49z" style="fill:none;stroke:#59f;stroke-width:.264583;stroke-dasharray:none;stroke-dashoffset:0"/><path d="M59.494 70.814s-.434-.691-.735-.958c-.309-.274-.665-.53-1.065-.63a3.011 3.011 0 0 0-1.672.079c-.503.173-.953.52-1.303.922-.171.196-.36.692-.36.692" style="fill:none;stroke:#aa00d4;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:8px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#j);display:inline;fill:#80a" transform="matrix(0.26458333,0,0,0.26458333,-33.911527,-8.2642698)"><tspan x="314.979" y="290.084">rotateOrig</tspan></text><circle cx="42.933" cy="66.881" r="1.04" style="fill:none;stroke:#f60;stroke-width:.264583"/><path d="m70.053 63.757 8.235-5.364" style="fill:none;stroke:#ffd42a;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#k);display:inline;fill:#2ca02c" transform="matrix(0.26458333,0,0,0.26458333,-27.412287,25.146435)"><tspan x="399.975" y="142.012">p4</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#l);display:inline;fill:#2ca02c" transform="matrix(0.26458333,0,0,0.26458333,-69.29875,30.587616)"><tspan x="399.975" y="142.012">p3</tspan></text><text xml:space="preserve" style="font-size:8px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#m);display:inline;fill:#a80" transform="matrix(0.26458333,0,0,0.26458333,-7.8153852,-22.368034)"><tspan x="281.281" y="307.988">scaleOrig</tspan></text><circle cx="69.864" cy="63.773" r="1.04" style="fill:none;stroke:#f60;stroke-width:.264583"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 52.917 52.917"><defs><path id="l" d="M281.281 300.911h90.163v31.905h-90.163z"/><path id="i" d="M314.978 283.006h76.075v23.643h-76.075z"/><path id="f" d="M249.583 441.078h31.984v20.338h-31.984z"/><path id="e" d="M399.974 129.034h56.102v26.076h-56.102z"/><path id="d" d="M373.346 209.379h65.277v27.878h-65.277z"/><path id="c" d="M372.014 274.981h57.012v32.118h-57.012z"/><path id="g" d="M372.014 274.981h57.012v32.118h-57.012z"/><path id="h" d="M372.014 274.981h57.012v32.118h-57.012z"/><path id="j" d="M399.974 129.034h56.102v26.076h-56.102z"/><path id="k" d="M399.974 129.034h56.102v26.076h-56.102z"/><marker id="a" markerHeight="5" markerWidth="8.75" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 8.75 5"><path d="m0 0 5-5-17.5 5L5 5Z" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(-0.5)"/></marker><marker id="b" markerHeight="5" markerWidth="8.75" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 8.75 5"><path d="m0 0 5-5-17.5 5L5 5Z" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(-0.5)"/></marker></defs><g transform="translate(-31.287307,-46.275719)"><path d="m67.123 51.098 9.856 45.78" style="fill:#fff;stroke:#f0c;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M31.287 46.276h52.917v52.917H31.287z" style="fill:#fff;stroke:none;stroke-width:.264583"/><circle cx="78.233" cy="58.486" r="1.04" style="fill:#fff;stroke:#f60;stroke-width:.264583"/><path d="M35.136 72.094H77.02" style="fill:#fff;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#a)"/><path d="M56.905 93.863V51.979" style="fill:#fff;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#b)"/><path d="M69.901 72.094v-8.148H56.904" style="fill:none;stroke:#999;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1,1;stroke-dashoffset:0;stroke-opacity:1"/><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#c);display:inline;fill:#2ca02c" transform="matrix(0.26458333,0,0,0.26458333,-30.065407,-0.66337195)"><tspan x="372.014" y="285.598">p1x</tspan></text><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#d);display:inline;fill:#2ca02c" transform="matrix(0.26458333,0,0,0.26458333,-47.769339,4.2782238)"><tspan x="373.346" y="219.996">p1y</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#e);display:inline;fill:#2ca02c" transform="matrix(0.26458333,0,0,0.26458333,-34.870825,29.376488)"><tspan x="399.975" y="142.012">p1</tspan></text><circle cx="75.365" cy="89.733" r="1.04" style="fill:#fff;stroke:#f60;stroke-width:.264583"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#f);display:inline;fill:#0055d4" transform="matrix(0.26458333,0,0,0.26458333,10.629411,-28.707623)"><tspan x="249.582" y="454.055">p2</tspan></text><path d="m75.365 89.733-18.228-17.64" style="fill:none;stroke:#59f;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1,1;stroke-dashoffset:0;stroke-opacity:1"/><path d="M60.883 72.215s.456 1.114.31 1.656c-.141.517-1.053 1.215-1.053 1.215" style="fill:none;stroke:navy;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#g);display:inline;fill:#00f" transform="matrix(0.26458333,0,0,0.26458333,-37.064792,-0.33766975)"><tspan x="372.014" y="285.598">p2a</tspan></text><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#h);display:inline;fill:#00f" transform="matrix(0.26458333,0,0,0.26458333,-36.056187,9.8521392)"><tspan x="372.014" y="285.598">p2l</tspan></text><path d="M42.953 66.974a15.25 15.25 0 0 1 12.51-9.824 15.25 15.25 0 0 1 14.448 6.654l-12.667 8.49z" style="fill:none;stroke:#59f;stroke-width:.264583;stroke-dasharray:none;stroke-dashoffset:0"/><path d="M59.494 70.814s-.434-.691-.735-.958c-.309-.274-.665-.53-1.065-.63a3.011 3.011 0 0 0-1.672.079c-.503.173-.953.52-1.303.922-.171.196-.36.692-.36.692" style="fill:none;stroke:#aa00d4;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:8px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#i);display:inline;fill:#80a" transform="matrix(0.26458333,0,0,0.26458333,-33.911527,-8.2642698)"><tspan x="314.979" y="290.084">rotateOrig</tspan></text><circle cx="42.933" cy="66.881" r="1.04" style="fill:none;stroke:#f60;stroke-width:.264583"/><path d="m70.053 63.757 8.235-5.364" style="fill:none;stroke:#ffd42a;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#j);display:inline;fill:#2ca02c" transform="matrix(0.26458333,0,0,0.26458333,-27.412287,25.146435)"><tspan x="399.975" y="142.012">p4</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#k);display:inline;fill:#2ca02c" transform="matrix(0.26458333,0,0,0.26458333,-69.29875,30.587616)"><tspan x="399.975" y="142.012">p3</tspan></text><text xml:space="preserve" style="font-size:8px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#l);display:inline;fill:#a80" transform="matrix(0.26458333,0,0,0.26458333,-7.8153852,-22.368034)"><tspan x="281.281" y="307.988">scaleOrig</tspan></text><circle cx="69.864" cy="63.773" r="1.04" style="fill:none;stroke:#f60;stroke-width:.264583"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="201" height="201" viewBox="0 0 53.181 53.181"><defs><path id="k" d="M165.839 886.693h58.307v27.667h-58.307z"/><path id="j" d="M157.592 882.45h81.515v28.505h-81.515z"/><path id="c" d="M372.014 274.981h57.012v32.118h-57.012z"/><path id="d" d="M373.346 209.379h65.277v27.878h-65.277z"/><path id="e" d="M399.974 129.034h56.102v26.076h-56.102z"/><path id="f" d="M249.583 441.078h31.984v20.338h-31.984z"/><path id="g" d="M292.848 411.623h56.436v34.832h-56.436z"/><path id="h" d="M349.4 374.28h50.588v42.513H349.4z"/><path id="m" d="M165.839 886.693h58.307v27.667h-58.307z"/><path id="n" d="M157.592 882.45h81.515v28.505h-81.515z"/><marker id="i" markerHeight="6.155" markerWidth="5.324" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 5.324 6.155"><path d="m5.77 0-8.65 5V-5Z" style="fill:context-stroke;fill-rule:evenodd;stroke:context-stroke;stroke-width:1pt" transform="scale(0.5)"/></marker><marker id="a" markerHeight="5" markerWidth="8.75" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 8.75 5"><path d="m0 0 5-5-17.5 5L5 5Z" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(-0.5)"/></marker><marker id="b" markerHeight="5" markerWidth="8.75" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 8.75 5"><path d="m0 0 5-5-17.5 5L5 5Z" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(-0.5)"/></marker><marker id="l" markerHeight="6.155" markerWidth="5.324" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 5.324 6.155"><path d="m5.77 0-8.65 5V-5Z" style="fill:context-stroke;fill-rule:evenodd;stroke:context-stroke;stroke-width:1pt" transform="scale(0.5)"/></marker></defs><g transform="translate(-38.571071,-203.06992)"><path d="M38.703 203.202H91.62v52.917H38.703z" style="fill:#fff;stroke:#fff;stroke-width:.264583"/><path d="M42.552 229.02h41.884" style="fill:#fff;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#a)"/><path d="M64.321 250.79v-41.885" style="fill:#fff;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#b)"/><circle cx="77.044" cy="220.873" r="1.04" style="fill:none;stroke:#f60;stroke-width:.264583"/><path d="M77.044 229.02v-8.147H64.321" style="fill:none;stroke:#999;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1,1;stroke-dashoffset:0;stroke-opacity:1"/><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#c);display:inline;fill:#2ca02c" transform="matrix(0.26458333,0,0,0.26458333,-25.517173,157.18025)"><tspan x="372.014" y="285.598">p1x</tspan></text><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#d);display:inline;fill:#2ca02c" transform="matrix(0.26458333,0,0,0.26458333,-40.881436,163.40982)"><tspan x="373.346" y="219.996">p1y</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#e);display:inline;fill:#2ca02c" transform="matrix(0.26458333,0,0,0.26458333,-26.989292,180.87059)"><tspan x="399.975" y="142.012">p1</tspan></text><path d="M64.454 246.756h18.303v-17.798" style="fill:none;stroke:#999;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1,1;stroke-dashoffset:0;stroke-opacity:1"/><circle cx="82.781" cy="246.66" r="1.04" style="fill:none;stroke:#f60;stroke-width:.264583"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#f);display:inline;fill:#04a" transform="matrix(0.26458333,0,0,0.26458333,18.045468,128.21888)"><tspan x="249.582" y="454.055">p2</tspan></text><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#g);display:inline;fill:#04a" transform="matrix(0.26458333,0,0,0.26458333,3.5128565,115.81884)"><tspan x="292.848" y="422.24">p2x</tspan></text><text xml:space="preserve" style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#h);display:inline;fill:#04a" transform="matrix(0.26458333,0,0,0.26458333,-34.785699,145.63099)"><tspan x="349.4" y="384.896">p2y</tspan></text><path d="m52.185 226.614-7.463-17.091" style="fill:#fff;stroke:#f0f;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#i)"/><path d="M52.306 226.535h3.565" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M53.645 226.586s.203-.956-.045-1.318c-.226-.33-.705-.438-1.104-.472-.336-.028-.985.239-.985.239" style="fill:none;stroke:purple;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:10.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#j);fill:purple" transform="matrix(0.26458333,0,0,0.26458333,12.447834,-10.10952)"><tspan x="157.592" y="891.889">v1a</tspan></text><text xml:space="preserve" style="font-size:10.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#k);fill:purple" transform="matrix(0.26458333,0,0,0.26458333,4.0163906,-21.915801)"><tspan x="165.84" y="896.131">v1l</tspan></text><path d="m51.316 236.389-7.522 9.417" style="fill:#fff;stroke:#f0f;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#l)"/><path d="M51.48 236.432h3.565" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:10.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#m);display:inline;fill:purple" transform="matrix(0.26458333,0,0,0.26458333,-0.37956107,3.324846)"><tspan x="165.84" y="896.131">v2l</tspan></text><path d="M52.979 236.283s.169-.972-.086-1.34c-.288-.418-.883-.566-1.387-.63-.613-.075-1.35-.066-1.825.33-.378.313-.477.887-.52 1.376-.044.484-.01 1.034.267 1.435.13.188.586.355.586.355" style="fill:none;stroke:purple;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:10.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#n);display:inline;fill:purple" transform="matrix(0.26458333,0,0,0.26458333,8.2986425,-2.7791391)"><tspan x="157.592" y="891.889">v2a</tspan></text></g></svg>
package/package.json ADDED
@@ -0,0 +1,76 @@
1
+ {
2
+ "name": "designix",
3
+ "version": "0.5.3",
4
+ "description": "The first designs made with parametrix",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/charlyoleg2/parametrix.git"
8
+ },
9
+ "homepage": "https://github.com/charlyoleg2/parametrix#readme",
10
+ "keywords": [
11
+ "cad",
12
+ "programmatic",
13
+ "2D",
14
+ "circle",
15
+ "stroke",
16
+ "arc",
17
+ "gear"
18
+ ],
19
+ "author": "charlyoleg",
20
+ "tsup": {
21
+ "entry": [
22
+ "src/index.ts"
23
+ ],
24
+ "format": "esm",
25
+ "splitting": false,
26
+ "dts": true,
27
+ "sourcemap": true,
28
+ "clean": true
29
+ },
30
+ "scripts": {
31
+ "dev": "tsup --watch",
32
+ "build": "tsup",
33
+ "check": "tsc --noEmit",
34
+ "pretty": "prettier --check .",
35
+ "format": "prettier --write .",
36
+ "lint": "eslint .",
37
+ "test:unit": "vitest",
38
+ "test:unit:once": "vitest --run",
39
+ "ci": "run-s check build pretty lint test:unit:once",
40
+ "svgo1": "svgo --config ../paramui/svgo.config.cjs -f src/svg -o export_svg",
41
+ "svgo2": "svgo --config ../paramui/svgo.config.cjs -f src/dummy/svg -o export_svg",
42
+ "svgo3": "svgo --config ../paramui/svgo.config.cjs -f src/gears/svg -o export_svg",
43
+ "svgo4": "svgo --config ../paramui/svgo.config.cjs -f src/geometrix_verification/svg -o export_svg",
44
+ "svgo5": "svgo --config ../paramui/svgo.config.cjs -f src/heliostat/svg -o export_svg",
45
+ "svgoAll": "run-s svgo1 svgo2 svgo3 svgo4 svgo5",
46
+ "svgCp1": "shx cp export_svg/*.svg ../geomui/static",
47
+ "svgCp2": "shx cp export_svg/*.svg ../designix-ui/static",
48
+ "svgCp3": "shx cp export_svg/*.svg ../paramui/static",
49
+ "svgo": "run-s svgoAll svgCp1 svgCp2 svgCp3",
50
+ "clean": "shx rm -fr dist node_modules"
51
+ },
52
+ "dependencies": {
53
+ "geometrix": "^0.5.1"
54
+ },
55
+ "devDependencies": {
56
+ "@typescript-eslint/eslint-plugin": "^6.16.0",
57
+ "@typescript-eslint/parser": "^6.16.0",
58
+ "eslint": "^8.56.0",
59
+ "eslint-config-prettier": "^9.1.0",
60
+ "npm-run-all": "^4.1.5",
61
+ "prettier": "^3.1.1",
62
+ "shx": "^0.3.4",
63
+ "svgo": "^3.1.0",
64
+ "tsup": "^8.0.1",
65
+ "typescript": "^5.3.3",
66
+ "vitest": "^1.1.0"
67
+ },
68
+ "exports": {
69
+ ".": {
70
+ "types": "./dist/index.d.ts",
71
+ "default": "./dist/index.js"
72
+ }
73
+ },
74
+ "types": "dist/index.d.ts",
75
+ "type": "module"
76
+ }
@@ -0,0 +1,65 @@
1
+ // circles.ts
2
+
3
+ import type { tParamDef, tParamVal, tGeom, tPageDef } from 'geometrix';
4
+ import { degToRad, point, figure, pNumber, initGeom } from 'geometrix';
5
+
6
+ //const pi12 = fround(Math.PI / 12);
7
+ //const pi24 = fround(Math.PI / 24); // input-number min and step must be rounded to avoid UI issue
8
+ //const pi4 = fround(Math.PI / 4);
9
+ //const pi120 = fround(Math.PI / 120); // rounded to avoid UI issue
10
+
11
+ const pDef: tParamDef = {
12
+ partName: 'circles',
13
+ params: [
14
+ //pNumber(name, unit, init, min, max, step)
15
+ pNumber('angle', 'degree', 15, 5, 45, 1),
16
+ pNumber('amplitude-offset', 'mm', 1, 0.5, 4, 0.1),
17
+ pNumber('amplitude-scale', 'scalar', 0.2, 0.1, 0.5, 0.01)
18
+ ],
19
+ paramSvg: {
20
+ angle: 'circles_angle.svg',
21
+ 'amplitude-offset': 'circles_amplitude-offset.svg',
22
+ 'amplitude-scale': 'circles_amplitude-scale.svg'
23
+ },
24
+ sim: {
25
+ tMax: 10,
26
+ tStep: 0.1,
27
+ tUpdate: 500
28
+ }
29
+ };
30
+
31
+ function pGeom(t: number, param: tParamVal): tGeom {
32
+ const rGeome = initGeom(pDef.partName);
33
+ rGeome.logstr += `${rGeome.partName} simTime: ${t}\n`;
34
+ try {
35
+ const figOne = figure();
36
+ //figOne.addPoint(point(0, 0));
37
+ const p1 = point(10, 10);
38
+ const p2 = point(10, 30);
39
+ //figOne.addPoint(p1);
40
+ figOne.addPoint(p2);
41
+ for (let i = 0; i < 20; i++) {
42
+ figOne.addPoint(
43
+ p1
44
+ .scale(p2, param['amplitude-offset'] + param['amplitude-scale'] * i)
45
+ .rotate(p2, i * degToRad(param.angle) + (t * Math.PI) / 2 / pDef.sim.tMax)
46
+ );
47
+ }
48
+ rGeome.fig = { one: figOne };
49
+ rGeome.logstr += 'Circles draw successfully!\n';
50
+ rGeome.calcErr = false;
51
+ } catch (emsg) {
52
+ rGeome.logstr += emsg as string;
53
+ console.log(emsg as string);
54
+ }
55
+ return rGeome;
56
+ }
57
+
58
+ const circlesDef: tPageDef = {
59
+ pTitle: 'Circles',
60
+ pDescription: 'A spiral made by points.',
61
+ pDef: pDef,
62
+ pGeom: pGeom
63
+ };
64
+
65
+ export { circlesDef };