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,320 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="600"
6
+ height="20000"
7
+ viewBox="0 0 158.75 5291.6666"
8
+ version="1.1"
9
+ id="svg5"
10
+ inkscape:version="1.2.2 (1:1.2.2+202212051552+b0a8486541)"
11
+ sodipodi:docname="verify_contour_1.svg"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ xmlns:svg="http://www.w3.org/2000/svg">
16
+ <sodipodi:namedview
17
+ id="namedview7"
18
+ pagecolor="#ffffff"
19
+ bordercolor="#666666"
20
+ borderopacity="1.0"
21
+ inkscape:showpageshadow="2"
22
+ inkscape:pageopacity="0.0"
23
+ inkscape:pagecheckerboard="0"
24
+ inkscape:deskcolor="#d1d1d1"
25
+ inkscape:document-units="px"
26
+ showgrid="false"
27
+ inkscape:zoom="1.1893044"
28
+ inkscape:cx="-10.930759"
29
+ inkscape:cy="369.54374"
30
+ inkscape:window-width="1366"
31
+ inkscape:window-height="836"
32
+ inkscape:window-x="0"
33
+ inkscape:window-y="0"
34
+ inkscape:window-maximized="1"
35
+ inkscape:current-layer="layer1" />
36
+ <defs
37
+ id="defs2">
38
+ <rect
39
+ x="383.43711"
40
+ y="471.87181"
41
+ width="60.033779"
42
+ height="45.010554"
43
+ id="rect675" />
44
+ <rect
45
+ x="387.09274"
46
+ y="421.98051"
47
+ width="93.8541"
48
+ height="65.995116"
49
+ id="rect669" />
50
+ <rect
51
+ x="409.0298"
52
+ y="381.65703"
53
+ width="46.117425"
54
+ height="38.500239"
55
+ id="rect634" />
56
+ <rect
57
+ x="380.4121"
58
+ y="434.78343"
59
+ width="67.716185"
60
+ height="56.272292"
61
+ id="rect628" />
62
+ <rect
63
+ x="158.03947"
64
+ y="369.37623"
65
+ width="77.973625"
66
+ height="34.579036"
67
+ id="rect566" />
68
+ <rect
69
+ x="187.5014"
70
+ y="422.94615"
71
+ width="102.2308"
72
+ height="39.279131"
73
+ id="rect560" />
74
+ <rect
75
+ x="231.62831"
76
+ y="407.78841"
77
+ width="46.478718"
78
+ height="27.783291"
79
+ id="rect550" />
80
+ <rect
81
+ x="133.83939"
82
+ y="405.95552"
83
+ width="76.081763"
84
+ height="45.647744"
85
+ id="rect544" />
86
+ <rect
87
+ x="19.930242"
88
+ y="20.462329"
89
+ width="326.70095"
90
+ height="69.098952"
91
+ id="rect113" />
92
+ </defs>
93
+ <g
94
+ inkscape:label="Layer 1"
95
+ inkscape:groupmode="layer"
96
+ id="layer1">
97
+ <rect
98
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
99
+ id="rect111-0-3"
100
+ width="52.916668"
101
+ height="52.916668"
102
+ x="28.366529"
103
+ y="94.009476"
104
+ inkscape:export-filename="verify_contour_1_l1.svg"
105
+ inkscape:export-xdpi="96"
106
+ inkscape:export-ydpi="96" />
107
+ <text
108
+ xml:space="preserve"
109
+ transform="scale(0.26458333)"
110
+ id="text111"
111
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect113);display:inline"><tspan
112
+ x="19.929688"
113
+ y="33.439483"
114
+ id="tspan1011">verify_contour_1.svg</tspan></text>
115
+ <rect
116
+ style="fill:#ffffff;stroke:none;stroke-width:0.264583"
117
+ id="rect111-0"
118
+ width="52.916668"
119
+ height="52.916668"
120
+ x="23.609352"
121
+ y="31.114201"
122
+ inkscape:export-filename="verify_contour_1_r1.svg"
123
+ inkscape:export-xdpi="96"
124
+ inkscape:export-ydpi="96" />
125
+ <rect
126
+ style="fill:none;fill-opacity:0.901961;stroke:#ff00ff;stroke-width:0.264583;stroke-opacity:0.901961"
127
+ id="rect166"
128
+ width="18.690001"
129
+ height="37.6124"
130
+ x="32.556938"
131
+ y="41.105122" />
132
+ <circle
133
+ style="fill:none;fill-opacity:0.901961;stroke:#ff00ff;stroke-width:0.264583;stroke-opacity:0.901961"
134
+ id="path272"
135
+ cx="41.901939"
136
+ cy="70.912613"
137
+ r="3.2625339" />
138
+ <path
139
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
140
+ d="m 41.90194,74.175148 v 4.54237"
141
+ id="path382" />
142
+ <circle
143
+ style="fill:none;fill-opacity:0.901961;stroke:#ff00ff;stroke-width:0.264583;stroke-opacity:0.901961"
144
+ id="path272-3"
145
+ cx="41.901939"
146
+ cy="59.845173"
147
+ r="3.2625339" />
148
+ <path
149
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
150
+ d="m 41.901939,63.107709 v 4.54237"
151
+ id="path382-6" />
152
+ <circle
153
+ style="fill:none;fill-opacity:0.901961;stroke:#ff00ff;stroke-width:0.264583;stroke-opacity:0.901961"
154
+ id="path272-7"
155
+ cx="41.901936"
156
+ cy="48.777733"
157
+ r="3.2625339" />
158
+ <path
159
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
160
+ d="m 41.901939,52.040269 v 4.54237"
161
+ id="path382-5" />
162
+ <path
163
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
164
+ d="m 41.901936,40.972829 v 4.54237"
165
+ id="path382-5-3" />
166
+ <circle
167
+ style="fill:none;fill-opacity:0.901961;stroke:#ff00ff;stroke-width:0.264583;stroke-opacity:0.901961"
168
+ id="path272-3-5"
169
+ cx="57.580864"
170
+ cy="55.31123"
171
+ r="6.069344" />
172
+ <path
173
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
174
+ d="m 41.90194,70.912613 h 3.262532"
175
+ id="path488" />
176
+ <text
177
+ xml:space="preserve"
178
+ transform="matrix(0.26458333,0,0,0.26458333,1.1318347,-33.156145)"
179
+ id="text542"
180
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect544);display:inline"><tspan
181
+ x="133.83984"
182
+ y="418.93167"
183
+ id="tspan1013">d1</tspan></text>
184
+ <text
185
+ xml:space="preserve"
186
+ transform="matrix(0.26458333,0,0,0.26458333,-15.381644,-39.52648)"
187
+ id="text548"
188
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect550);display:inline"><tspan
189
+ x="231.62891"
190
+ y="420.76565"
191
+ id="tspan1015">r1</tspan></text>
192
+ <path
193
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
194
+ d="M 32.556939,39.51762 H 51.246941"
195
+ id="path554" />
196
+ <path
197
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
198
+ d="m 57.580863,55.31123 h 6.069345"
199
+ id="path556" />
200
+ <text
201
+ xml:space="preserve"
202
+ transform="matrix(0.26458333,0,0,0.26458333,15.724038,-58.718677)"
203
+ id="text558"
204
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect560);display:inline"><tspan
205
+ x="187.50195"
206
+ y="435.9219"
207
+ id="tspan1017">r2</tspan></text>
208
+ <text
209
+ xml:space="preserve"
210
+ transform="matrix(0.26458333,0,0,0.26458333,-1.9022835,-62.79969)"
211
+ id="text564"
212
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect566);display:inline"><tspan
213
+ x="158.03906"
214
+ y="382.35355"
215
+ id="tspan1019">w1</tspan></text>
216
+ <rect
217
+ style="fill:#008000;stroke:#666666;stroke-width:0.264582"
218
+ id="rect325-6-5"
219
+ width="17.599148"
220
+ height="9.2265034"
221
+ x="112.45831"
222
+ y="21.429434"
223
+ transform="rotate(90)" />
224
+ <rect
225
+ style="fill:#008000;stroke:#666666;stroke-width:0.264582"
226
+ id="rect325-7"
227
+ width="9.2265034"
228
+ height="9.226368"
229
+ x="-30.655928"
230
+ y="130.05745" />
231
+ <rect
232
+ style="fill:#008000;stroke:#666666;stroke-width:0.264582"
233
+ id="rect325-6"
234
+ width="17.599407"
235
+ height="9.226368"
236
+ x="-48.384514"
237
+ y="130.05745" />
238
+ <rect
239
+ style="fill:#008000;stroke:#666666;stroke-width:0.264582"
240
+ id="rect325"
241
+ width="9.2265034"
242
+ height="9.226368"
243
+ x="-57.611012"
244
+ y="130.05745" />
245
+ <rect
246
+ style="fill:#008000;stroke:#666666;stroke-width:0.264582"
247
+ id="rect325-7-3"
248
+ width="9.2265034"
249
+ height="9.226368"
250
+ x="-30.655928"
251
+ y="102.87978" />
252
+ <rect
253
+ style="fill:#008000;stroke:#666666;stroke-width:0.264582"
254
+ id="rect325-6-56"
255
+ width="17.599407"
256
+ height="9.226368"
257
+ x="-48.384514"
258
+ y="102.87978" />
259
+ <rect
260
+ style="fill:#008000;stroke:#666666;stroke-width:0.264582"
261
+ id="rect325-2"
262
+ width="9.2265034"
263
+ height="9.226368"
264
+ x="-57.611012"
265
+ y="102.87978" />
266
+ <path
267
+ style="fill:none;stroke:#ff00ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
268
+ d="m 35.825959,127.04592 h 8.324822 v 8.32473 h 15.99602 v -8.32473 h 8.324822 v -15.87931 h -8.324822 v -8.64249 h -15.99602 v 8.32476 h -8.324822 v 16.19704"
269
+ id="path447"
270
+ sodipodi:nodetypes="ccccccccccccc" />
271
+ <path
272
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
273
+ d="m 70.200973,102.52412 v 8.64249"
274
+ id="path545" />
275
+ <path
276
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
277
+ d="m 60.146801,101.11238 h 8.64248"
278
+ id="path545-9" />
279
+ <text
280
+ xml:space="preserve"
281
+ transform="matrix(0.26458333,0,0,0.26458333,-37.95999,-18.636846)"
282
+ id="text626"
283
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect628);display:inline"><tspan
284
+ x="380.41211"
285
+ y="447.7598"
286
+ id="tspan1021">l1</tspan></text>
287
+ <text
288
+ xml:space="preserve"
289
+ transform="matrix(0.26458333,0,0,0.26458333,-36.69956,2.7895524)"
290
+ id="text632"
291
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect634);display:inline"><tspan
292
+ x="409.0293"
293
+ y="394.63284"
294
+ id="tspan1023">l1</tspan></text>
295
+ <path
296
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
297
+ d="M 44.15078,136.95816 H 60.1468"
298
+ id="path638" />
299
+ <path
300
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
301
+ d="M 34.767625,126.8449 V 110.84888"
302
+ id="path638-1" />
303
+ <text
304
+ xml:space="preserve"
305
+ transform="matrix(0.26458333,0,0,0.26458333,-51.799642,25.742963)"
306
+ id="text667"
307
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect669);display:inline"><tspan
308
+ x="387.0918"
309
+ y="434.95706"
310
+ id="tspan1025">l2</tspan></text>
311
+ <text
312
+ xml:space="preserve"
313
+ transform="matrix(0.26458333,0,0,0.26458333,-71.130979,-8.0201804)"
314
+ id="text673"
315
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect675);display:inline"><tspan
316
+ x="383.4375"
317
+ y="484.84769"
318
+ id="tspan1027">l2</tspan></text>
319
+ </g>
320
+ </svg>
@@ -0,0 +1,102 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="201.00003"
6
+ height="200.99998"
7
+ viewBox="0 0 53.181258 53.181245"
8
+ version="1.1"
9
+ id="svg5"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ xmlns:svg="http://www.w3.org/2000/svg">
12
+ <defs
13
+ id="defs2">
14
+ <rect
15
+ x="383.4371"
16
+ y="471.8718"
17
+ width="60.033779"
18
+ height="45.010555"
19
+ id="rect675" />
20
+ <rect
21
+ x="387.09274"
22
+ y="421.9805"
23
+ width="93.854103"
24
+ height="65.995117"
25
+ id="rect669" />
26
+ <rect
27
+ x="409.02979"
28
+ y="381.65704"
29
+ width="46.117424"
30
+ height="38.50024"
31
+ id="rect634" />
32
+ <rect
33
+ x="380.41211"
34
+ y="434.78342"
35
+ width="67.716187"
36
+ height="56.272293"
37
+ id="rect628" />
38
+ </defs>
39
+ <g
40
+ id="layer1"
41
+ transform="translate(-28.234237,-93.877183)">
42
+ <rect
43
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
44
+ id="rect111-0-3"
45
+ width="52.916668"
46
+ height="52.916668"
47
+ x="28.366529"
48
+ y="94.009476" />
49
+ <path
50
+ style="fill:none;stroke:#ff00ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
51
+ d="m 35.825959,127.04592 h 8.324822 v 8.32473 h 15.99602 v -8.32473 h 8.324822 v -15.87931 h -8.324822 v -8.64249 h -15.99602 v 8.32476 h -8.324822 v 16.19704"
52
+ id="path447" />
53
+ <path
54
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
55
+ d="m 70.200973,102.52412 v 8.64249"
56
+ id="path545" />
57
+ <path
58
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
59
+ d="m 60.146801,101.11238 h 8.64248"
60
+ id="path545-9" />
61
+ <text
62
+ xml:space="preserve"
63
+ transform="matrix(0.26458333,0,0,0.26458333,-37.95999,-18.636846)"
64
+ id="text626"
65
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect628);display:inline"><tspan
66
+ x="380.41211"
67
+ y="447.7598"
68
+ id="tspan946">l1</tspan></text>
69
+ <text
70
+ xml:space="preserve"
71
+ transform="matrix(0.26458333,0,0,0.26458333,-36.69956,2.7895524)"
72
+ id="text632"
73
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect634);display:inline"><tspan
74
+ x="409.0293"
75
+ y="394.63284"
76
+ id="tspan948">l1</tspan></text>
77
+ <path
78
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
79
+ d="M 44.15078,136.95816 H 60.1468"
80
+ id="path638" />
81
+ <path
82
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
83
+ d="M 34.767625,126.8449 V 110.84888"
84
+ id="path638-1" />
85
+ <text
86
+ xml:space="preserve"
87
+ transform="matrix(0.26458333,0,0,0.26458333,-51.799642,25.742963)"
88
+ id="text667"
89
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect669);display:inline"><tspan
90
+ x="387.0918"
91
+ y="434.95706"
92
+ id="tspan950">l2</tspan></text>
93
+ <text
94
+ xml:space="preserve"
95
+ transform="matrix(0.26458333,0,0,0.26458333,-71.130979,-8.0201804)"
96
+ id="text673"
97
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect675);display:inline"><tspan
98
+ x="383.4375"
99
+ y="484.84769"
100
+ id="tspan952">l2</tspan></text>
101
+ </g>
102
+ </svg>
@@ -0,0 +1,170 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="199.99998"
6
+ height="200"
7
+ viewBox="0 0 52.916663 52.916666"
8
+ version="1.1"
9
+ id="svg5"
10
+ inkscape:version="1.2.2 (1:1.2.2+202212051552+b0a8486541)"
11
+ sodipodi:docname="verify_contour_1.svg"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ xmlns:svg="http://www.w3.org/2000/svg">
16
+ <sodipodi:namedview
17
+ id="namedview7"
18
+ pagecolor="#ffffff"
19
+ bordercolor="#666666"
20
+ borderopacity="1.0"
21
+ inkscape:showpageshadow="2"
22
+ inkscape:pageopacity="0.0"
23
+ inkscape:pagecheckerboard="0"
24
+ inkscape:deskcolor="#d1d1d1"
25
+ inkscape:document-units="px"
26
+ showgrid="false"
27
+ inkscape:zoom="1.1893044"
28
+ inkscape:cx="394.34816"
29
+ inkscape:cy="301.43671"
30
+ inkscape:window-width="1366"
31
+ inkscape:window-height="836"
32
+ inkscape:window-x="0"
33
+ inkscape:window-y="0"
34
+ inkscape:window-maximized="1"
35
+ inkscape:current-layer="layer1" />
36
+ <defs
37
+ id="defs2">
38
+ <rect
39
+ x="158.03947"
40
+ y="369.37622"
41
+ width="77.973625"
42
+ height="34.579037"
43
+ id="rect566" />
44
+ <rect
45
+ x="187.5014"
46
+ y="422.94614"
47
+ width="102.2308"
48
+ height="39.279133"
49
+ id="rect560" />
50
+ <rect
51
+ x="231.62831"
52
+ y="407.78842"
53
+ width="46.478718"
54
+ height="27.783291"
55
+ id="rect550" />
56
+ <rect
57
+ x="133.83939"
58
+ y="405.95551"
59
+ width="76.081764"
60
+ height="45.647743"
61
+ id="rect544" />
62
+ </defs>
63
+ <g
64
+ inkscape:label="Layer 1"
65
+ inkscape:groupmode="layer"
66
+ id="layer1"
67
+ transform="translate(-23.609352,-31.114201)">
68
+ <rect
69
+ style="fill:#ffffff;stroke:none;stroke-width:0.264583"
70
+ id="rect111-0"
71
+ width="52.916668"
72
+ height="52.916668"
73
+ x="23.609352"
74
+ y="31.114201"
75
+ inkscape:export-filename="verify_vector_p1x.svg"
76
+ inkscape:export-xdpi="96"
77
+ inkscape:export-ydpi="96" />
78
+ <rect
79
+ style="fill:none;fill-opacity:0.901961;stroke:#ff00ff;stroke-width:0.264583;stroke-opacity:0.901961"
80
+ id="rect166"
81
+ width="18.690001"
82
+ height="37.6124"
83
+ x="32.556938"
84
+ y="41.105122" />
85
+ <circle
86
+ style="fill:none;fill-opacity:0.901961;stroke:#ff00ff;stroke-width:0.264583;stroke-opacity:0.901961"
87
+ id="path272"
88
+ cx="41.901939"
89
+ cy="70.912613"
90
+ r="3.2625339" />
91
+ <path
92
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
93
+ d="m 41.90194,74.175148 v 4.54237"
94
+ id="path382" />
95
+ <circle
96
+ style="fill:none;fill-opacity:0.901961;stroke:#ff00ff;stroke-width:0.264583;stroke-opacity:0.901961"
97
+ id="path272-3"
98
+ cx="41.901939"
99
+ cy="59.845173"
100
+ r="3.2625339" />
101
+ <path
102
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
103
+ d="m 41.901939,63.107709 v 4.54237"
104
+ id="path382-6" />
105
+ <circle
106
+ style="fill:none;fill-opacity:0.901961;stroke:#ff00ff;stroke-width:0.264583;stroke-opacity:0.901961"
107
+ id="path272-7"
108
+ cx="41.901936"
109
+ cy="48.777733"
110
+ r="3.2625339" />
111
+ <path
112
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
113
+ d="m 41.901939,52.040269 v 4.54237"
114
+ id="path382-5" />
115
+ <path
116
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
117
+ d="m 41.901936,40.972829 v 4.54237"
118
+ id="path382-5-3" />
119
+ <circle
120
+ style="fill:none;fill-opacity:0.901961;stroke:#ff00ff;stroke-width:0.264583;stroke-opacity:0.901961"
121
+ id="path272-3-5"
122
+ cx="57.580864"
123
+ cy="55.31123"
124
+ r="6.069344" />
125
+ <path
126
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
127
+ d="m 41.90194,70.912613 h 3.262532"
128
+ id="path488" />
129
+ <text
130
+ xml:space="preserve"
131
+ transform="matrix(0.26458333,0,0,0.26458333,1.1318347,-33.156145)"
132
+ id="text542"
133
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect544);display:inline"><tspan
134
+ x="133.83984"
135
+ y="418.93167"
136
+ id="tspan761">d1</tspan></text>
137
+ <text
138
+ xml:space="preserve"
139
+ transform="matrix(0.26458333,0,0,0.26458333,-15.381644,-39.52648)"
140
+ id="text548"
141
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect550);display:inline"><tspan
142
+ x="231.62891"
143
+ y="420.76565"
144
+ id="tspan763">r1</tspan></text>
145
+ <path
146
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
147
+ d="M 32.556939,39.51762 H 51.246941"
148
+ id="path554" />
149
+ <path
150
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
151
+ d="m 57.580863,55.31123 h 6.069345"
152
+ id="path556" />
153
+ <text
154
+ xml:space="preserve"
155
+ transform="matrix(0.26458333,0,0,0.26458333,15.724038,-58.718677)"
156
+ id="text558"
157
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect560);display:inline"><tspan
158
+ x="187.50195"
159
+ y="435.9219"
160
+ id="tspan765">r2</tspan></text>
161
+ <text
162
+ xml:space="preserve"
163
+ transform="matrix(0.26458333,0,0,0.26458333,-1.9022835,-62.79969)"
164
+ id="text564"
165
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect566);display:inline"><tspan
166
+ x="158.03906"
167
+ y="382.35355"
168
+ id="tspan767">w1</tspan></text>
169
+ </g>
170
+ </svg>