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,274 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="201"
6
+ height="201.00003"
7
+ viewBox="0 0 53.18125 53.181257"
8
+ version="1.1"
9
+ id="svg695"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ xmlns:svg="http://www.w3.org/2000/svg">
12
+ <defs
13
+ id="defs692">
14
+ <rect
15
+ x="349.97104"
16
+ y="550.68213"
17
+ width="49.474632"
18
+ height="21.610678"
19
+ id="rect761" />
20
+ <marker
21
+ style="overflow:visible"
22
+ id="Arrow1L-36"
23
+ refX="0"
24
+ refY="0"
25
+ orient="auto-start-reverse"
26
+ markerWidth="8.75"
27
+ markerHeight="5"
28
+ viewBox="0 0 8.75 5"
29
+ preserveAspectRatio="xMidYMid">
30
+ <path
31
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
32
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
33
+ id="arrow1L-7"
34
+ transform="scale(-0.5)" />
35
+ </marker>
36
+ <marker
37
+ style="overflow:visible"
38
+ id="Arrow1L-3-5"
39
+ refX="0"
40
+ refY="0"
41
+ orient="auto-start-reverse"
42
+ markerWidth="8.75"
43
+ markerHeight="5"
44
+ viewBox="0 0 8.75 5"
45
+ preserveAspectRatio="xMidYMid">
46
+ <path
47
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
48
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
49
+ id="arrow1L-6-3"
50
+ transform="scale(-0.5)" />
51
+ </marker>
52
+ <rect
53
+ x="372.01367"
54
+ y="274.98071"
55
+ width="57.012054"
56
+ height="32.118458"
57
+ id="rect1499-5" />
58
+ <rect
59
+ x="373.3457"
60
+ y="209.37923"
61
+ width="65.277283"
62
+ height="27.877937"
63
+ id="rect1517-6" />
64
+ <rect
65
+ x="399.97449"
66
+ y="129.03419"
67
+ width="56.102253"
68
+ height="26.07551"
69
+ id="rect1535-2" />
70
+ <rect
71
+ x="249.58293"
72
+ y="441.07812"
73
+ width="31.984295"
74
+ height="20.337519"
75
+ id="rect1607-9" />
76
+ <rect
77
+ x="292.84778"
78
+ y="411.62289"
79
+ width="56.435627"
80
+ height="34.83194"
81
+ id="rect1625-1" />
82
+ <rect
83
+ x="349.40002"
84
+ y="374.27997"
85
+ width="50.587605"
86
+ height="42.512707"
87
+ id="rect1643-2" />
88
+ <rect
89
+ x="367.87524"
90
+ y="311.38049"
91
+ width="30.292786"
92
+ height="20.166725"
93
+ id="rect1715-7" />
94
+ <rect
95
+ x="349.5593"
96
+ y="366.99991"
97
+ width="55.785301"
98
+ height="28.796703"
99
+ id="rect1733-0" />
100
+ <rect
101
+ x="369.74738"
102
+ y="249.10504"
103
+ width="45.150146"
104
+ height="35.608723"
105
+ id="rect1751-9" />
106
+ <rect
107
+ x="349.97104"
108
+ y="550.68213"
109
+ width="49.474632"
110
+ height="21.610678"
111
+ id="rect761-7" />
112
+ </defs>
113
+ <g
114
+ id="layer1"
115
+ transform="translate(-36.667038,-121.25217)">
116
+ <rect
117
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
118
+ id="rect111-6"
119
+ width="52.916668"
120
+ height="52.916668"
121
+ x="36.799328"
122
+ y="121.38446" />
123
+ <path
124
+ style="fill:#ffffff;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
125
+ d="M 84.94867,130.14279 50.678524,162.05754"
126
+ id="path1817-3" />
127
+ <path
128
+ style="fill:#ffffff;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-36)"
129
+ d="M 40.648214,147.2026 H 82.532341"
130
+ id="path327-0" />
131
+ <path
132
+ style="fill:#ffffff;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-3-5)"
133
+ d="M 62.417102,168.97149 V 127.08735"
134
+ id="path327-7-6" />
135
+ <path
136
+ style="fill:none;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
137
+ d="m 75.140035,147.2026 v -8.14749 H 62.417102"
138
+ id="path1443-6" />
139
+ <text
140
+ xml:space="preserve"
141
+ transform="matrix(0.26458333,0,0,0.26458333,-27.950376,75.362502)"
142
+ id="text1497-1"
143
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1499-5);display:inline;fill:#2ca02c"><tspan
144
+ x="372.01367"
145
+ y="285.59766"
146
+ id="tspan1213">l1cx</tspan></text>
147
+ <text
148
+ xml:space="preserve"
149
+ transform="matrix(0.26458333,0,0,0.26458333,-43.314639,81.592068)"
150
+ id="text1515-8"
151
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1517-6);display:inline;fill:#2ca02c"><tspan
152
+ x="373.3457"
153
+ y="219.99609"
154
+ id="tspan1215">l1cy</tspan></text>
155
+ <text
156
+ xml:space="preserve"
157
+ transform="matrix(0.26458333,0,0,0.26458333,-29.186188,96.59786)"
158
+ id="text1533-7"
159
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1535-2);display:inline;fill:#2ca02c"><tspan
160
+ x="399.97461"
161
+ y="142.01175"
162
+ id="tspan1217">l1</tspan></text>
163
+ <path
164
+ style="fill:none;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
165
+ d="M 62.549468,164.93846 H 80.853191 V 147.14039"
166
+ id="path1443-5-9" />
167
+ <text
168
+ xml:space="preserve"
169
+ transform="matrix(0.26458333,0,0,0.26458333,14.021894,51.023439)"
170
+ id="text1605-0"
171
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1607-9);display:inline;fill:#0044aa"><tspan
172
+ x="249.58203"
173
+ y="454.05472"
174
+ id="tspan1219">l2</tspan></text>
175
+ <text
176
+ xml:space="preserve"
177
+ transform="matrix(0.26458333,0,0,0.26458333,1.6088203,34.001087)"
178
+ id="text1623-2"
179
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1625-1);display:inline;fill:#0044aa"><tspan
180
+ x="292.84766"
181
+ y="422.24023"
182
+ id="tspan1221">l2cx</tspan></text>
183
+ <text
184
+ xml:space="preserve"
185
+ transform="matrix(0.26458333,0,0,0.26458333,-36.689735,63.813233)"
186
+ id="text1641-3"
187
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1643-2);display:inline;fill:#0044aa"><tspan
188
+ x="349.40039"
189
+ y="384.89648"
190
+ id="tspan1223">l2cy</tspan></text>
191
+ <path
192
+ style="fill:none;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.999998, 0.999998;stroke-dashoffset:0;stroke-opacity:1"
193
+ d="M 62.375941,159.29114 H 44.885187 v -12.106"
194
+ id="path1443-5-5-7" />
195
+ <circle
196
+ style="fill:none;stroke:#ff6600;stroke-width:0.264583"
197
+ id="path1340-3-6-5"
198
+ cx="44.839722"
199
+ cy="159.13989"
200
+ r="1.0397817" />
201
+ <text
202
+ xml:space="preserve"
203
+ transform="matrix(0.26458333,0,0,0.26458333,-59.504103,73.680515)"
204
+ id="text1713-9"
205
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1715-7);display:inline;fill:#8800aa"><tspan
206
+ x="367.875"
207
+ y="324.35745"
208
+ id="tspan1225">p3</tspan></text>
209
+ <text
210
+ xml:space="preserve"
211
+ transform="matrix(0.26458333,0,0,0.26458333,-49.439989,46.07785)"
212
+ id="text1731-2"
213
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1733-0);display:inline;fill:#8800aa"><tspan
214
+ x="349.55859"
215
+ y="377.61719"
216
+ id="tspan1227">p3x</tspan></text>
217
+ <text
218
+ xml:space="preserve"
219
+ transform="matrix(0.26458333,0,0,0.26458333,-34.738353,90.86624)"
220
+ id="text1749-2"
221
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1751-9);display:inline;fill:#8800aa"><tspan
222
+ x="369.74805"
223
+ y="259.72266"
224
+ id="tspan1229">p3y</tspan></text>
225
+ <path
226
+ style="fill:#ffffff;stroke:#0055d4;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
227
+ d="M 88.539659,171.75788 53.161282,141.07621"
228
+ id="path1817-3-8" />
229
+ <path
230
+ style="fill:none;stroke:#93aca7;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
231
+ d="m 80.837056,164.81127 h 7.041665"
232
+ id="path681" />
233
+ <path
234
+ style="fill:none;stroke:#008033;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
235
+ d="m 78.718261,136.09192 c 0,0 1.12662,0.78134 1.287968,1.39274 0.157638,0.59734 -0.423074,1.80445 -0.423074,1.80445"
236
+ id="path710" />
237
+ <text
238
+ xml:space="preserve"
239
+ transform="matrix(0.26458333,0,0,0.26458333,-11.77915,-9.5762049)"
240
+ id="text759"
241
+ style="font-size:10.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect761);display:inline;fill:#217821"><tspan
242
+ x="349.9707"
243
+ y="560.11917"
244
+ id="tspan1231">l1ca</tspan></text>
245
+ <path
246
+ style="fill:none;stroke:#0055d4;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
247
+ d="m 84.051414,164.71392 c 0,0 0.155128,-1.73122 -0.261464,-2.43215 -0.468922,-0.78898 -1.366581,-1.37495 -2.264087,-1.56695 -0.994014,-0.21264 -2.116599,0.0514 -2.998094,0.55765 -0.359489,0.20644 -0.812663,0.9414 -0.812663,0.9414"
248
+ id="path765" />
249
+ <text
250
+ xml:space="preserve"
251
+ transform="matrix(0.26458333,0,0,0.26458333,-10.7241,11.791044)"
252
+ id="text759-3"
253
+ style="font-size:10.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect761-7);display:inline;fill:#0055d4"><tspan
254
+ x="349.9707"
255
+ y="560.11917"
256
+ id="tspan1233">l2ca</tspan></text>
257
+ <path
258
+ style="fill:none;stroke:#93aca7;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
259
+ d="m 75.401775,139.08836 h 7.04166"
260
+ id="path681-9" />
261
+ <circle
262
+ style="fill:none;stroke:#ff6600;stroke-width:0.264583"
263
+ id="path1340-2"
264
+ cx="75.140038"
265
+ cy="139.0551"
266
+ r="1.0397817" />
267
+ <circle
268
+ style="fill:none;stroke:#ff6600;stroke-width:0.264583"
269
+ id="path1340-3-2"
270
+ cx="80.876564"
271
+ cy="164.84196"
272
+ r="1.0397817" />
273
+ </g>
274
+ </svg>
@@ -0,0 +1,261 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="200.00002"
6
+ height="200"
7
+ viewBox="0 0 52.916671 52.916666"
8
+ version="1.1"
9
+ id="svg695"
10
+ inkscape:version="1.2.2 (1:1.2.2+202212051552+b0a8486541)"
11
+ sodipodi:docname="verify_line.svg"
12
+ inkscape:export-filename="verify_line_p1x.svg"
13
+ inkscape:export-xdpi="96"
14
+ inkscape:export-ydpi="96"
15
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
16
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ xmlns:svg="http://www.w3.org/2000/svg">
19
+ <sodipodi:namedview
20
+ id="namedview697"
21
+ pagecolor="#ffffff"
22
+ bordercolor="#666666"
23
+ borderopacity="1.0"
24
+ inkscape:showpageshadow="2"
25
+ inkscape:pageopacity="0.0"
26
+ inkscape:pagecheckerboard="0"
27
+ inkscape:deskcolor="#d1d1d1"
28
+ inkscape:document-units="px"
29
+ showgrid="false"
30
+ inkscape:zoom="2.3786088"
31
+ inkscape:cx="220.71725"
32
+ inkscape:cy="267.59339"
33
+ inkscape:window-width="1366"
34
+ inkscape:window-height="836"
35
+ inkscape:window-x="0"
36
+ inkscape:window-y="0"
37
+ inkscape:window-maximized="1"
38
+ inkscape:current-layer="layer1" />
39
+ <defs
40
+ id="defs692">
41
+ <rect
42
+ x="369.74738"
43
+ y="249.10504"
44
+ width="45.150146"
45
+ height="35.608723"
46
+ id="rect1751" />
47
+ <rect
48
+ x="349.5593"
49
+ y="366.99991"
50
+ width="55.785301"
51
+ height="28.796703"
52
+ id="rect1733" />
53
+ <rect
54
+ x="367.87524"
55
+ y="311.38049"
56
+ width="30.292786"
57
+ height="20.166725"
58
+ id="rect1715" />
59
+ <rect
60
+ x="349.40002"
61
+ y="374.27997"
62
+ width="50.587605"
63
+ height="42.512707"
64
+ id="rect1643" />
65
+ <rect
66
+ x="292.84778"
67
+ y="411.62289"
68
+ width="56.435627"
69
+ height="34.83194"
70
+ id="rect1625" />
71
+ <rect
72
+ x="249.58293"
73
+ y="441.07812"
74
+ width="31.984295"
75
+ height="20.337519"
76
+ id="rect1607" />
77
+ <rect
78
+ x="399.97449"
79
+ y="129.03419"
80
+ width="56.102253"
81
+ height="26.07551"
82
+ id="rect1535" />
83
+ <rect
84
+ x="373.3457"
85
+ y="209.37923"
86
+ width="65.277283"
87
+ height="27.877937"
88
+ id="rect1517" />
89
+ <rect
90
+ x="372.01367"
91
+ y="274.98071"
92
+ width="57.012054"
93
+ height="32.118458"
94
+ id="rect1499" />
95
+ <marker
96
+ style="overflow:visible"
97
+ id="Arrow1L"
98
+ refX="0"
99
+ refY="0"
100
+ orient="auto-start-reverse"
101
+ inkscape:stockid="Arrow1L"
102
+ markerWidth="8.75"
103
+ markerHeight="5"
104
+ viewBox="0 0 8.75 5"
105
+ inkscape:isstock="true"
106
+ inkscape:collect="always"
107
+ preserveAspectRatio="xMidYMid">
108
+ <path
109
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
110
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
111
+ id="arrow1L"
112
+ transform="scale(-0.5)" />
113
+ </marker>
114
+ <marker
115
+ style="overflow:visible"
116
+ id="Arrow1L-3"
117
+ refX="0"
118
+ refY="0"
119
+ orient="auto-start-reverse"
120
+ inkscape:stockid="Arrow1L"
121
+ markerWidth="8.75"
122
+ markerHeight="5"
123
+ viewBox="0 0 8.75 5"
124
+ inkscape:isstock="true"
125
+ inkscape:collect="always"
126
+ preserveAspectRatio="xMidYMid">
127
+ <path
128
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
129
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
130
+ id="arrow1L-6"
131
+ transform="scale(-0.5)" />
132
+ </marker>
133
+ </defs>
134
+ <g
135
+ inkscape:label="Layer 1"
136
+ inkscape:groupmode="layer"
137
+ id="layer1"
138
+ transform="translate(-31.287307,-46.275719)">
139
+ <path
140
+ style="fill:#ffffff;stroke:#ff00cc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
141
+ d="m 67.122756,51.098286 9.855952,45.780495"
142
+ id="path1817" />
143
+ <rect
144
+ style="fill:#ffffff;stroke:none;stroke-width:0.264583"
145
+ id="rect111"
146
+ width="52.916668"
147
+ height="52.916668"
148
+ x="31.287308"
149
+ y="46.275719" />
150
+ <path
151
+ style="fill:#ffffff;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L)"
152
+ d="M 35.136193,72.093851 H 77.020324"
153
+ id="path327" />
154
+ <path
155
+ style="fill:#ffffff;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-3)"
156
+ d="M 56.905081,93.862738 V 51.978607"
157
+ id="path327-7" />
158
+ <circle
159
+ style="fill:#ffffff;stroke:#ff6600;stroke-width:0.264583"
160
+ id="path1340"
161
+ cx="69.628014"
162
+ cy="63.946362"
163
+ r="1.0397817" />
164
+ <path
165
+ style="fill:#ffffff;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
166
+ d="M 69.628014,72.093851 V 63.946362 H 56.905081"
167
+ id="path1443" />
168
+ <text
169
+ xml:space="preserve"
170
+ transform="matrix(0.26458333,0,0,0.26458333,-32.93323,0.25375368)"
171
+ id="text1497"
172
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1499);fill:#2ca02c"><tspan
173
+ x="372.01367"
174
+ y="285.59766"
175
+ id="tspan355">p1x</tspan></text>
176
+ <text
177
+ xml:space="preserve"
178
+ transform="matrix(0.26458333,0,0,0.26458333,-48.297493,6.4833195)"
179
+ id="text1515"
180
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1517);fill:#2ca02c"><tspan
181
+ x="373.3457"
182
+ y="219.99609"
183
+ id="tspan357">p1y</tspan></text>
184
+ <text
185
+ xml:space="preserve"
186
+ transform="matrix(0.26458333,0,0,0.26458333,-34.405349,23.944093)"
187
+ id="text1533"
188
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1535);fill:#2ca02c"><tspan
189
+ x="399.97461"
190
+ y="142.01175"
191
+ id="tspan359">p1</tspan></text>
192
+ <path
193
+ style="fill:#ffffff;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
194
+ d="M 57.037447,89.829714 H 75.341171 V 72.031638"
195
+ id="path1443-5" />
196
+ <circle
197
+ style="fill:#ffffff;stroke:#ff6600;stroke-width:0.264583"
198
+ id="path1340-3"
199
+ cx="75.36454"
200
+ cy="89.733215"
201
+ r="1.0397817" />
202
+ <text
203
+ xml:space="preserve"
204
+ transform="matrix(0.26458333,0,0,0.26458333,10.629411,-28.707623)"
205
+ id="text1605"
206
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1607);fill:#0044aa"><tspan
207
+ x="249.58203"
208
+ y="454.05472"
209
+ id="tspan361">p2</tspan></text>
210
+ <text
211
+ xml:space="preserve"
212
+ transform="matrix(0.26458333,0,0,0.26458333,-3.9032008,-41.107661)"
213
+ id="text1623"
214
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1625);fill:#0044aa"><tspan
215
+ x="292.84766"
216
+ y="422.24023"
217
+ id="tspan363">p2x</tspan></text>
218
+ <text
219
+ xml:space="preserve"
220
+ transform="matrix(0.26458333,0,0,0.26458333,-42.201756,-11.295515)"
221
+ id="text1641"
222
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1643);fill:#0044aa"><tspan
223
+ x="349.40039"
224
+ y="384.89648"
225
+ id="tspan365">p2y</tspan></text>
226
+ <path
227
+ style="fill:#ffffff;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.999998, 0.999998;stroke-dashoffset:0;stroke-opacity:1"
228
+ d="M 56.86392,84.18239 H 39.373166 V 72.076391"
229
+ id="path1443-5-5" />
230
+ <circle
231
+ style="fill:#ffffff;stroke:#ff6600;stroke-width:0.264583"
232
+ id="path1340-3-6"
233
+ cx="39.086327"
234
+ cy="84.031143"
235
+ r="1.0397817" />
236
+ <text
237
+ xml:space="preserve"
238
+ transform="matrix(0.26458333,0,0,0.26458333,-65.016124,-1.4282334)"
239
+ id="text1713"
240
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1715);fill:#8800aa"><tspan
241
+ x="367.875"
242
+ y="324.35745"
243
+ id="tspan367">p3</tspan></text>
244
+ <text
245
+ xml:space="preserve"
246
+ transform="matrix(0.26458333,0,0,0.26458333,-54.95201,-29.030898)"
247
+ id="text1731"
248
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1733);fill:#8800aa"><tspan
249
+ x="349.55859"
250
+ y="377.61719"
251
+ id="tspan369">p3x</tspan></text>
252
+ <text
253
+ xml:space="preserve"
254
+ transform="matrix(0.26458333,0,0,0.26458333,-40.250374,15.757495)"
255
+ id="text1749"
256
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1751);fill:#8800aa"><tspan
257
+ x="369.74805"
258
+ y="259.72266"
259
+ id="tspan371">p3y</tspan></text>
260
+ </g>
261
+ </svg>