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,510 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="145.68459"
6
+ height="255.06248"
7
+ viewBox="0 0 38.545713 67.485282"
8
+ version="1.1"
9
+ id="svg1"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ xmlns:svg="http://www.w3.org/2000/svg">
12
+ <defs
13
+ id="defs1">
14
+ <rect
15
+ x="94.277138"
16
+ y="1567.4908"
17
+ width="179.53448"
18
+ height="49.039871"
19
+ id="rect38" />
20
+ <rect
21
+ x="125.83073"
22
+ y="1348.8262"
23
+ width="118.36644"
24
+ height="43.519951"
25
+ id="rect37" />
26
+ <marker
27
+ style="overflow:visible"
28
+ id="RoundedArrow"
29
+ refX="0"
30
+ refY="0"
31
+ orient="auto-start-reverse"
32
+ markerWidth="1"
33
+ markerHeight="1"
34
+ viewBox="0 0 1 1"
35
+ preserveAspectRatio="xMidYMid">
36
+ <path
37
+ transform="scale(0.7)"
38
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
39
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
40
+ id="path8" />
41
+ </marker>
42
+ <rect
43
+ x="71.751152"
44
+ y="210.97585"
45
+ width="108.99431"
46
+ height="55.632462"
47
+ id="rect3-2" />
48
+ <marker
49
+ style="overflow:visible"
50
+ id="RoundedArrow-76"
51
+ refX="0"
52
+ refY="0"
53
+ orient="auto-start-reverse"
54
+ markerWidth="1"
55
+ markerHeight="1"
56
+ viewBox="0 0 1 1"
57
+ preserveAspectRatio="xMidYMid">
58
+ <path
59
+ transform="scale(0.7)"
60
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
61
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
62
+ id="path8-73" />
63
+ </marker>
64
+ <marker
65
+ style="overflow:visible"
66
+ id="RoundedArrow-76-9"
67
+ refX="0"
68
+ refY="0"
69
+ orient="auto-start-reverse"
70
+ markerWidth="1"
71
+ markerHeight="1"
72
+ viewBox="0 0 1 1"
73
+ preserveAspectRatio="xMidYMid">
74
+ <path
75
+ transform="scale(0.7)"
76
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
77
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
78
+ id="path8-73-4" />
79
+ </marker>
80
+ <marker
81
+ style="overflow:visible"
82
+ id="ArrowWide-3"
83
+ refX="0"
84
+ refY="0"
85
+ orient="auto-start-reverse"
86
+ markerWidth="1"
87
+ markerHeight="1"
88
+ viewBox="0 0 1 1"
89
+ preserveAspectRatio="xMidYMid">
90
+ <path
91
+ style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt"
92
+ d="M 3,-3 0,0 3,3"
93
+ transform="rotate(180,0.125,0)"
94
+ id="path1-9" />
95
+ </marker>
96
+ </defs>
97
+ <g
98
+ id="layer1"
99
+ transform="translate(-24.645447,-356.11417)">
100
+ <rect
101
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
102
+ id="rect39"
103
+ width="38.281132"
104
+ height="67.220726"
105
+ x="24.777739"
106
+ y="356.24646" />
107
+ <rect
108
+ style="fill:#008066;stroke:#ffffff;stroke-width:0.264583"
109
+ id="rect2-61"
110
+ width="2.6458333"
111
+ height="4.2333331"
112
+ x="26.945889"
113
+ y="-384.59891"
114
+ transform="scale(1,-1)" />
115
+ <text
116
+ xml:space="preserve"
117
+ transform="matrix(0.26458333,0,0,0.26458333,18.359982,350.67968)"
118
+ id="text2-5"
119
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3-2);display:inline;fill:#008066"><tspan
120
+ x="71.751953"
121
+ y="223.95315"
122
+ id="tspan1">first = 2</tspan></text>
123
+ <rect
124
+ style="fill:#008066;stroke:#ffffff;stroke-width:0.264583"
125
+ id="rect2-6-9"
126
+ width="2.6458333"
127
+ height="4.2333331"
128
+ x="26.945889"
129
+ y="-389.20065"
130
+ transform="scale(1,-1)" />
131
+ <rect
132
+ style="fill:#0088aa;stroke:#ffffff;stroke-width:0.264583"
133
+ id="rect2-5-2-7"
134
+ width="2.6458333"
135
+ height="4.2333331"
136
+ x="29.856304"
137
+ y="382.71835" />
138
+ <rect
139
+ style="fill:#0088aa;stroke:#ffffff;stroke-width:0.264583"
140
+ id="rect2-1-54-45"
141
+ width="2.6458333"
142
+ height="4.2333331"
143
+ x="29.856304"
144
+ y="387.32013" />
145
+ <rect
146
+ style="fill:#0088aa;stroke:#ffffff;stroke-width:0.264583"
147
+ id="rect2-6-5-5"
148
+ width="2.6458333"
149
+ height="4.2333331"
150
+ x="29.856304"
151
+ y="-382.34991"
152
+ transform="scale(1,-1)" />
153
+ <rect
154
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
155
+ id="rect2-92-4"
156
+ width="2.6458333"
157
+ height="4.2333331"
158
+ x="32.76672"
159
+ y="-377.74817"
160
+ transform="scale(1,-1)" />
161
+ <rect
162
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
163
+ id="rect2-5-24-7"
164
+ width="2.6458333"
165
+ height="4.2333331"
166
+ x="32.76672"
167
+ y="382.71835" />
168
+ <rect
169
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
170
+ id="rect2-1-7-4"
171
+ width="2.6458333"
172
+ height="4.2333331"
173
+ x="32.76672"
174
+ y="387.32013" />
175
+ <rect
176
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
177
+ id="rect2-1-5-7-4"
178
+ width="2.6458333"
179
+ height="4.2333331"
180
+ x="32.76672"
181
+ y="391.92188" />
182
+ <rect
183
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
184
+ id="rect2-6-54-3"
185
+ width="2.6458333"
186
+ height="4.2333331"
187
+ x="32.76672"
188
+ y="-382.34991"
189
+ transform="scale(1,-1)" />
190
+ <rect
191
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
192
+ id="rect2-9-8-07"
193
+ width="2.6458333"
194
+ height="4.2333331"
195
+ x="35.677135"
196
+ y="378.11661" />
197
+ <rect
198
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
199
+ id="rect2-5-2-1-8"
200
+ width="2.6458333"
201
+ height="4.2333331"
202
+ x="35.677135"
203
+ y="382.71835" />
204
+ <rect
205
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
206
+ id="rect2-1-54-2-6"
207
+ width="2.6458333"
208
+ height="4.2333331"
209
+ x="35.677135"
210
+ y="387.32013" />
211
+ <rect
212
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
213
+ id="rect2-1-5-0-8-88"
214
+ width="2.6458333"
215
+ height="4.2333331"
216
+ x="35.677135"
217
+ y="391.92188" />
218
+ <rect
219
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
220
+ id="rect2-6-5-9-43"
221
+ width="2.6458333"
222
+ height="4.2333331"
223
+ x="35.677135"
224
+ y="373.51483" />
225
+ <rect
226
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
227
+ id="rect2-0-1"
228
+ width="2.6458333"
229
+ height="4.2333331"
230
+ x="38.587551"
231
+ y="378.11661" />
232
+ <rect
233
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
234
+ id="rect2-5-21-4"
235
+ width="2.6458333"
236
+ height="4.2333331"
237
+ x="38.587551"
238
+ y="382.71835" />
239
+ <rect
240
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
241
+ id="rect2-1-0-9"
242
+ width="2.6458333"
243
+ height="4.2333331"
244
+ x="38.587551"
245
+ y="387.32013" />
246
+ <rect
247
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
248
+ id="rect2-1-5-5-2"
249
+ width="2.6458333"
250
+ height="4.2333331"
251
+ x="38.587551"
252
+ y="391.92188" />
253
+ <rect
254
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
255
+ id="rect2-6-1-0"
256
+ width="2.6458333"
257
+ height="4.2333331"
258
+ x="38.587551"
259
+ y="373.51483" />
260
+ <rect
261
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
262
+ id="rect2-9-1-6"
263
+ width="2.6458333"
264
+ height="4.2333331"
265
+ x="41.497967"
266
+ y="378.11661" />
267
+ <rect
268
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
269
+ id="rect2-5-2-0-8"
270
+ width="2.6458333"
271
+ height="4.2333331"
272
+ x="41.497967"
273
+ y="382.71835" />
274
+ <rect
275
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
276
+ id="rect2-1-54-8-9"
277
+ width="2.6458333"
278
+ height="4.2333331"
279
+ x="41.497967"
280
+ y="387.32013" />
281
+ <rect
282
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
283
+ id="rect2-1-5-0-5-2"
284
+ width="2.6458333"
285
+ height="4.2333331"
286
+ x="41.497967"
287
+ y="391.92188" />
288
+ <rect
289
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
290
+ id="rect2-6-5-0-6"
291
+ width="2.6458333"
292
+ height="4.2333331"
293
+ x="41.497967"
294
+ y="373.51483" />
295
+ <rect
296
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
297
+ id="rect2-92-6-6"
298
+ width="2.6458333"
299
+ height="4.2333331"
300
+ x="44.408382"
301
+ y="378.11661" />
302
+ <rect
303
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
304
+ id="rect2-5-24-4-4"
305
+ width="2.6458333"
306
+ height="4.2333331"
307
+ x="44.408382"
308
+ y="382.71835" />
309
+ <rect
310
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
311
+ id="rect2-1-7-6-9"
312
+ width="2.6458333"
313
+ height="4.2333331"
314
+ x="44.408382"
315
+ y="387.32013" />
316
+ <rect
317
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
318
+ id="rect2-1-5-7-2-5"
319
+ width="2.6458333"
320
+ height="4.2333331"
321
+ x="44.408382"
322
+ y="391.92188" />
323
+ <rect
324
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
325
+ id="rect2-6-54-5-0"
326
+ width="2.6458333"
327
+ height="4.2333331"
328
+ x="44.408382"
329
+ y="373.51483" />
330
+ <rect
331
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
332
+ id="rect2-9-8-8-4"
333
+ width="2.6458333"
334
+ height="4.2333331"
335
+ x="47.318798"
336
+ y="378.11661" />
337
+ <rect
338
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
339
+ id="rect2-5-2-1-6-8"
340
+ width="2.6458333"
341
+ height="4.2333331"
342
+ x="47.318798"
343
+ y="382.71835" />
344
+ <rect
345
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
346
+ id="rect2-1-54-2-2-7"
347
+ width="2.6458333"
348
+ height="4.2333331"
349
+ x="47.318798"
350
+ y="387.32013" />
351
+ <rect
352
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
353
+ id="rect2-1-5-0-8-8-1"
354
+ width="2.6458333"
355
+ height="4.2333331"
356
+ x="47.318798"
357
+ y="391.92188" />
358
+ <rect
359
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
360
+ id="rect2-6-5-9-4-7"
361
+ width="2.6458333"
362
+ height="4.2333331"
363
+ x="47.318798"
364
+ y="373.51483" />
365
+ <rect
366
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
367
+ id="rect2-06-27"
368
+ width="2.6458333"
369
+ height="4.2333331"
370
+ x="50.229214"
371
+ y="378.11661" />
372
+ <rect
373
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
374
+ id="rect2-5-29-2"
375
+ width="2.6458333"
376
+ height="4.2333331"
377
+ x="50.229214"
378
+ y="382.71835" />
379
+ <rect
380
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
381
+ id="rect2-1-9-2"
382
+ width="2.6458333"
383
+ height="4.2333331"
384
+ x="50.229214"
385
+ y="387.32013" />
386
+ <rect
387
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
388
+ id="rect2-1-5-08-6"
389
+ width="2.6458333"
390
+ height="4.2333331"
391
+ x="50.229214"
392
+ y="391.92188" />
393
+ <rect
394
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
395
+ id="rect2-6-13-1"
396
+ width="2.6458333"
397
+ height="4.2333331"
398
+ x="50.229214"
399
+ y="373.51483" />
400
+ <rect
401
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
402
+ id="rect2-9-11-0"
403
+ width="2.6458333"
404
+ height="4.2333331"
405
+ x="53.139629"
406
+ y="378.11661" />
407
+ <rect
408
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
409
+ id="rect2-5-2-03-6"
410
+ width="2.6458333"
411
+ height="4.2333331"
412
+ x="53.139629"
413
+ y="382.71835" />
414
+ <rect
415
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
416
+ id="rect2-1-54-4-1"
417
+ width="2.6458333"
418
+ height="4.2333331"
419
+ x="53.139629"
420
+ y="387.32013" />
421
+ <rect
422
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
423
+ id="rect2-1-5-0-0-5"
424
+ width="2.6458333"
425
+ height="4.2333331"
426
+ x="53.139629"
427
+ y="391.92188" />
428
+ <rect
429
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
430
+ id="rect2-6-5-3-9"
431
+ width="2.6458333"
432
+ height="4.2333331"
433
+ x="53.139629"
434
+ y="373.51483" />
435
+ <rect
436
+ style="fill:#0088aa;stroke:#ffffff;stroke-width:0.264583"
437
+ id="rect2-92-9-4"
438
+ width="2.6458333"
439
+ height="4.2333331"
440
+ x="56.050045"
441
+ y="378.11661" />
442
+ <rect
443
+ style="fill:#0088aa;stroke:#ffffff;stroke-width:0.264583"
444
+ id="rect2-5-24-1-9"
445
+ width="2.6458333"
446
+ height="4.2333331"
447
+ x="56.050045"
448
+ y="382.71835" />
449
+ <rect
450
+ style="fill:#0088aa;stroke:#ffffff;stroke-width:0.264583"
451
+ id="rect2-1-7-9-0"
452
+ width="2.6458333"
453
+ height="4.2333331"
454
+ x="56.050045"
455
+ y="387.32013" />
456
+ <rect
457
+ style="fill:#008066;stroke:#ffffff;stroke-width:0.264583"
458
+ id="rect2-1-54-2-8-1"
459
+ width="2.6458333"
460
+ height="4.2333331"
461
+ x="58.960461"
462
+ y="380.46939" />
463
+ <rect
464
+ style="fill:#008066;stroke:#ffffff;stroke-width:0.264583"
465
+ id="rect2-1-5-0-8-0-1"
466
+ width="2.6458333"
467
+ height="4.2333331"
468
+ x="58.960461"
469
+ y="385.07114" />
470
+ <text
471
+ xml:space="preserve"
472
+ transform="scale(0.26458333)"
473
+ id="text36"
474
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect37);fill:#0088aa"><tspan
475
+ x="125.83008"
476
+ y="1361.8028"
477
+ id="tspan2">second = 3</tspan></text>
478
+ <path
479
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow)"
480
+ d="m 30.554747,375.59869 c 0,0 0.190137,-5.18292 1.281631,-7.45639 1.335861,-2.78246 6.140228,-6.93089 6.140228,-6.93089"
481
+ id="path37" />
482
+ <path
483
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow)"
484
+ d="m 45.694012,361.84324 c 0,0 8.018806,2.86194 10.268241,6.15889 1.452903,2.12949 1.285084,7.62624 1.285084,7.62624"
485
+ id="path38" />
486
+ <path
487
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-76)"
488
+ d="m 28.069007,391.0825 c 0,0 0.227306,6.28243 1.532165,9.03819 1.596997,3.37273 7.340529,8.40121 7.340529,8.40121"
489
+ id="path37-5" />
490
+ <path
491
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-76-9)"
492
+ d="m 60.591421,391.04024 c 0,0 -0.169947,6.31648 -1.145536,9.08717 -1.194007,3.39101 -5.488203,8.44674 -5.488203,8.44674"
493
+ id="path37-5-1" />
494
+ <path
495
+ style="fill:none;stroke:#ff0000;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#ArrowWide-3)"
496
+ d="M 33.455562,385.21977 H 54.413954"
497
+ id="path2-8" />
498
+ <text
499
+ xml:space="preserve"
500
+ transform="matrix(0.26458333,0,0,0.26458333,4.5064246,-2.5128531)"
501
+ id="text38"
502
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect38)"><tspan
503
+ x="94.277344"
504
+ y="1580.4668"
505
+ id="tspan3">nx = 12&#10;</tspan><tspan
506
+ x="94.277344"
507
+ y="1598.8002"
508
+ id="tspan4">ny = 5</tspan></text>
509
+ </g>
510
+ </svg>
@@ -0,0 +1,182 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="152.18712"
6
+ height="95.848755"
7
+ viewBox="0 0 40.266175 25.359983"
8
+ version="1.1"
9
+ id="svg1"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ xmlns:svg="http://www.w3.org/2000/svg">
12
+ <defs
13
+ id="defs1">
14
+ <rect
15
+ x="227.53561"
16
+ y="1651.1508"
17
+ width="60.336788"
18
+ height="28.928877"
19
+ id="rect41" />
20
+ <rect
21
+ x="150.9416"
22
+ y="1645.9089"
23
+ width="44.774204"
24
+ height="20.244932"
25
+ id="rect40" />
26
+ <rect
27
+ x="137.87407"
28
+ y="1639.0461"
29
+ width="61.641735"
30
+ height="26.960184"
31
+ id="rect18" />
32
+ <marker
33
+ style="overflow:visible"
34
+ id="RoundedArrow"
35
+ refX="0"
36
+ refY="0"
37
+ orient="auto-start-reverse"
38
+ markerWidth="1"
39
+ markerHeight="1"
40
+ viewBox="0 0 1 1"
41
+ preserveAspectRatio="xMidYMid">
42
+ <path
43
+ transform="scale(0.7)"
44
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
45
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
46
+ id="path8" />
47
+ </marker>
48
+ <marker
49
+ style="overflow:visible"
50
+ id="RoundedArrow-9"
51
+ refX="0"
52
+ refY="0"
53
+ orient="auto-start-reverse"
54
+ markerWidth="1"
55
+ markerHeight="1"
56
+ viewBox="0 0 1 1"
57
+ preserveAspectRatio="xMidYMid">
58
+ <path
59
+ transform="scale(0.7)"
60
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
61
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
62
+ id="path8-2" />
63
+ </marker>
64
+ <marker
65
+ style="overflow:visible"
66
+ id="RoundedArrow-9-5"
67
+ refX="0"
68
+ refY="0"
69
+ orient="auto-start-reverse"
70
+ markerWidth="1"
71
+ markerHeight="1"
72
+ viewBox="0 0 1 1"
73
+ preserveAspectRatio="xMidYMid">
74
+ <path
75
+ transform="scale(0.7)"
76
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
77
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
78
+ id="path8-2-9" />
79
+ </marker>
80
+ <marker
81
+ style="overflow:visible"
82
+ id="RoundedArrow-9-5-7"
83
+ refX="0"
84
+ refY="0"
85
+ orient="auto-start-reverse"
86
+ markerWidth="1"
87
+ markerHeight="1"
88
+ viewBox="0 0 1 1"
89
+ preserveAspectRatio="xMidYMid">
90
+ <path
91
+ transform="scale(0.7)"
92
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
93
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
94
+ id="path8-2-9-3" />
95
+ </marker>
96
+ </defs>
97
+ <g
98
+ id="layer1"
99
+ transform="translate(-14.491492,-440.1608)">
100
+ <rect
101
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.264583"
102
+ id="rect42"
103
+ width="40.001595"
104
+ height="25.095385"
105
+ x="14.623783"
106
+ y="440.29309" />
107
+ <rect
108
+ style="fill:#0000ff;fill-opacity:1;stroke:#d45500;stroke-width:0.264583"
109
+ id="rect15"
110
+ width="10.727443"
111
+ height="2.1082001"
112
+ x="29.34148"
113
+ y="456.1626" />
114
+ <rect
115
+ style="fill:#0000ff;fill-opacity:1;stroke:#d45500;stroke-width:0.264583"
116
+ id="rect15-2"
117
+ width="10.727443"
118
+ height="2.1082001"
119
+ x="42.71476"
120
+ y="456.1626" />
121
+ <path
122
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
123
+ d="M 40.068923,456.03031 V 445.6675"
124
+ id="path17" />
125
+ <path
126
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
127
+ d="M 42.71476,456.03031 V 445.6675"
128
+ id="path17-7" />
129
+ <path
130
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
131
+ d="m 29.209189,456.1626 h -7.30308"
132
+ id="path17-6" />
133
+ <path
134
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
135
+ d="m 29.209189,458.2708 h -7.30308"
136
+ id="path17-61" />
137
+ <path
138
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow);marker-end:url(#RoundedArrow)"
139
+ d="m 30.335575,453.04793 h 8.739254"
140
+ id="path18" />
141
+ <text
142
+ xml:space="preserve"
143
+ transform="matrix(0.26458333,0,0,0.26458333,-4.3142132,15.165506)"
144
+ id="text18"
145
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect18)"><tspan
146
+ x="137.875"
147
+ y="1652.0235"
148
+ id="tspan1">LH</tspan></text>
149
+ <path
150
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow)"
151
+ d="m 34.229699,445.6675 h 4.454198"
152
+ id="path30" />
153
+ <path
154
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-9)"
155
+ d="M 48.553984,445.6675 H 44.099786"
156
+ id="path30-2" />
157
+ <text
158
+ xml:space="preserve"
159
+ transform="matrix(0.26458333,0,0,0.26458333,-0.45104423,5.6078262)"
160
+ id="text35"
161
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect40)"><tspan
162
+ x="150.94141"
163
+ y="1658.8848"
164
+ id="tspan2">EH</tspan></text>
165
+ <path
166
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-9-5)"
167
+ d="m 21.906109,450.32337 v 4.4542"
168
+ id="path30-2-2" />
169
+ <path
170
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-9-5-7)"
171
+ d="m 21.906109,464.11003 v -4.4542"
172
+ id="path30-2-2-1" />
173
+ <text
174
+ xml:space="preserve"
175
+ transform="matrix(0.26458333,0,0,0.26458333,-44.691702,18.330912)"
176
+ id="text40"
177
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect41)"><tspan
178
+ x="227.53516"
179
+ y="1664.127"
180
+ id="tspan3">LZ</tspan></text>
181
+ </g>
182
+ </svg>