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,86 @@
1
+ // pole_static.ts
2
+
3
+ import type {
4
+ //tContour,
5
+ tParamDef,
6
+ tParamVal,
7
+ tGeom,
8
+ tPageDef
9
+ //tSubInst
10
+ //tSubDesign
11
+ } from 'geometrix';
12
+ import {
13
+ contour,
14
+ contourCircle,
15
+ figure,
16
+ //degToRad,
17
+ //radToDeg,
18
+ //ffix,
19
+ pNumber,
20
+ //pCheckbox,
21
+ //pDropdown,
22
+ initGeom
23
+ //EExtrude,
24
+ //EBVolume
25
+ } from 'geometrix';
26
+
27
+ const pDef: tParamDef = {
28
+ partName: 'pole_static',
29
+ params: [
30
+ //pNumber(name, unit, init, min, max, step)
31
+ pNumber('H1', 'mm', 4000, 100, 40000, 10),
32
+ pNumber('H2', 'mm', 5000, 100, 40000, 10),
33
+ pNumber('radius', 'mm', 1000, 100, 40000, 10)
34
+ ],
35
+ paramSvg: {
36
+ H1: 'dummy_pole_static_face.svg',
37
+ H2: 'dummy_pole_static_face.svg',
38
+ radius: 'dummy_pole_static_face.svg'
39
+ },
40
+ sim: {
41
+ tMax: 180,
42
+ tStep: 0.5,
43
+ tUpdate: 500 // every 0.5 second
44
+ }
45
+ };
46
+
47
+ function pGeom(t: number, param: tParamVal): tGeom {
48
+ const rGeome = initGeom(pDef.partName);
49
+ const figFace = figure();
50
+ rGeome.logstr += `${rGeome.partName} simTime: ${t}\n`;
51
+ try {
52
+ // figFace
53
+ const ctrPoleFace = contour(-param.H1 / 2, -param.H2 / 2)
54
+ .addSegStrokeA(param.H1 / 2, -param.H2 / 2)
55
+ .addSegStrokeA(param.H1 / 2, param.H2 / 2)
56
+ .addSegStrokeA(-param.H1 / 2, param.H2 / 2)
57
+ .closeSegStroke();
58
+ figFace.addMain(ctrPoleFace);
59
+ figFace.addMain(contourCircle(0, 0, param.radius));
60
+ // final figure list
61
+ rGeome.fig = {
62
+ poleFace: figFace
63
+ };
64
+ // volume
65
+ //const designName = rGeome.partName;
66
+ //rGeome.vol = {};
67
+ // sub-design
68
+ rGeome.sub = {};
69
+ // finalize
70
+ rGeome.logstr += 'dummy_pole_static draw successfully!\n';
71
+ rGeome.calcErr = false;
72
+ } catch (emsg) {
73
+ rGeome.logstr += emsg as string;
74
+ console.log(emsg as string);
75
+ }
76
+ return rGeome;
77
+ }
78
+
79
+ const dummyPoleStaticDef: tPageDef = {
80
+ pTitle: 'Dummy pole static',
81
+ pDescription: 'Testing two design with identical name',
82
+ pDef: pDef,
83
+ pGeom: pGeom
84
+ };
85
+
86
+ export { dummyPoleStaticDef };
@@ -0,0 +1,55 @@
1
+ // rectangle.ts
2
+
3
+ import type { tParamDef, tParamVal, tGeom, tPageDef } from 'geometrix';
4
+ import { point, figure, pNumber, initGeom } from 'geometrix';
5
+
6
+ const pDef: tParamDef = {
7
+ partName: 'rectangle',
8
+ params: [
9
+ //pNumber(name, unit, init, min, max, step)
10
+ pNumber('width', 'mm', 15, 3, 40, 0.5),
11
+ pNumber('height', 'mm', 10, 3, 40, 0.5)
12
+ ],
13
+ paramSvg: {
14
+ width: 'rectangle_width.svg',
15
+ height: 'rectangle_height.svg'
16
+ },
17
+ sim: {
18
+ tMax: 120,
19
+ tStep: 1,
20
+ tUpdate: 500
21
+ }
22
+ };
23
+
24
+ function pGeom(t: number, param: tParamVal): tGeom {
25
+ const rGeome = initGeom(pDef.partName);
26
+ rGeome.logstr += `${rGeome.partName} simTime: ${t}\n`;
27
+ try {
28
+ const figOne = figure();
29
+ const p1 = point(10, 10);
30
+ const p2 = point(10 + param.width, 10);
31
+ const p3 = point(10 + param.width, 10 + param.height);
32
+ const p4 = point(10, 10 + param.height);
33
+ const angle = (t * Math.PI) / 180;
34
+ figOne.addPoint(p1);
35
+ figOne.addPoint(p2.rotate(p1, angle));
36
+ figOne.addPoint(p3.rotate(p1, angle));
37
+ figOne.addPoint(p4.rotate(p1, angle));
38
+ rGeome.fig = { one: figOne };
39
+ rGeome.logstr += 'Rectangle draw successfully!\n';
40
+ rGeome.calcErr = false;
41
+ } catch (emsg) {
42
+ rGeome.logstr += emsg as string;
43
+ console.log(emsg as string);
44
+ }
45
+ return rGeome;
46
+ }
47
+
48
+ const rectangleDef: tPageDef = {
49
+ pTitle: 'Rectangle',
50
+ pDescription: 'Just a rectangle.',
51
+ pDef: pDef,
52
+ pGeom: pGeom
53
+ };
54
+
55
+ export { rectangleDef };
@@ -0,0 +1,288 @@
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="2000"
7
+ viewBox="0 0 158.75 529.16666"
8
+ version="1.1"
9
+ id="svg5"
10
+ inkscape:version="1.2.2 (1:1.2.2+202212051552+b0a8486541)"
11
+ sodipodi:docname="circles.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="0.5946522"
28
+ inkscape:cx="250.56663"
29
+ inkscape:cy="1004.789"
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="102.45944"
40
+ y="286.96856"
41
+ width="176.77416"
42
+ height="48.735158"
43
+ id="rect1984" />
44
+ <rect
45
+ x="21.263742"
46
+ y="17.59826"
47
+ width="286.10802"
48
+ height="44.228847"
49
+ id="rect113" />
50
+ <rect
51
+ x="102.45944"
52
+ y="286.96857"
53
+ width="176.77415"
54
+ height="48.735157"
55
+ id="rect1984-5" />
56
+ <rect
57
+ x="102.45944"
58
+ y="286.96857"
59
+ width="176.77415"
60
+ height="48.735157"
61
+ id="rect1984-5-2" />
62
+ <rect
63
+ x="102.45944"
64
+ y="286.96857"
65
+ width="176.77415"
66
+ height="48.735157"
67
+ id="rect1984-5-2-3" />
68
+ </defs>
69
+ <g
70
+ inkscape:label="Layer 1"
71
+ inkscape:groupmode="layer"
72
+ id="layer1">
73
+ <rect
74
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
75
+ id="rect1448-0-7"
76
+ width="52.652084"
77
+ height="52.652084"
78
+ x="34.943298"
79
+ y="150.15269"
80
+ inkscape:export-filename="circles_amplitude-scale.png"
81
+ inkscape:export-xdpi="96"
82
+ inkscape:export-ydpi="96" />
83
+ <rect
84
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
85
+ id="rect1448-0"
86
+ width="52.652084"
87
+ height="52.652084"
88
+ x="34.943298"
89
+ y="78.193138"
90
+ inkscape:export-filename="circles_amplitude-offset.png"
91
+ inkscape:export-xdpi="96"
92
+ inkscape:export-ydpi="96" />
93
+ <rect
94
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
95
+ id="rect1448"
96
+ width="52.652084"
97
+ height="52.652084"
98
+ x="24.532417"
99
+ y="16.347124"
100
+ inkscape:export-filename="circles_angle.png"
101
+ inkscape:export-xdpi="96"
102
+ inkscape:export-ydpi="96" />
103
+ <text
104
+ xml:space="preserve"
105
+ transform="scale(0.26458333)"
106
+ id="text111"
107
+ style="font-style:normal;font-weight:normal;font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect113);display:inline;fill:#000000;fill-opacity:1;stroke:none"><tspan
108
+ x="21.263672"
109
+ y="30.574249"
110
+ id="tspan529">circles.svg</tspan></text>
111
+ <path
112
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
113
+ d="m 29.498308,46.760444 h 5.693499"
114
+ id="path578" />
115
+ <path
116
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
117
+ d="M 32.345057,49.60623 V 43.914659"
118
+ id="path578-3" />
119
+ <path
120
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
121
+ d="m 50.70321,65.926955 8.594796,-6.773267 3.601,-9.583259 1.078756,-11.258674 -1.584529,-10.894067 -4.981675,-8.879383"
122
+ id="path607" />
123
+ <path
124
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
125
+ d="M 32.345057,46.760444 50.70321,65.926955"
126
+ id="path609" />
127
+ <path
128
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
129
+ d="M 59.298006,59.153688 32.345057,46.760444"
130
+ id="path611" />
131
+ <path
132
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
133
+ d="M 62.899006,49.570429 32.345057,46.760444"
134
+ id="path613" />
135
+ <path
136
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
137
+ d="M 63.977762,38.311755 32.345057,46.760444"
138
+ id="path615" />
139
+ <path
140
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
141
+ d="M 62.393233,27.417688 32.345057,46.760444"
142
+ id="path617" />
143
+ <path
144
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
145
+ d="M 57.411558,18.538305 32.345057,46.760444"
146
+ id="path619" />
147
+ <path
148
+ style="fill:none;stroke:#ff6600;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
149
+ d="m 41.524132,56.343699 c 3.592276,-0.789903 2.90866,-2.537986 3.761411,-3.757847"
150
+ id="path1298"
151
+ sodipodi:nodetypes="cc" />
152
+ <text
153
+ xml:space="preserve"
154
+ transform="matrix(0.26458333,0,0,0.26458333,1.8831651,-18.633515)"
155
+ id="text1982"
156
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1984);display:inline;fill:#ff6600"><tspan
157
+ x="102.45898"
158
+ y="299.94534"
159
+ id="tspan531">angle</tspan></text>
160
+ <path
161
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
162
+ d="m 50.492535,107.54814 h 5.693491"
163
+ id="path578-6" />
164
+ <path
165
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
166
+ d="m 53.339284,110.39392 v -5.69157"
167
+ id="path578-3-2" />
168
+ <path
169
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
170
+ d="m 71.697436,126.71465 8.59479,-6.77327 3.601,-9.58326 1.07876,-11.258685 -1.58453,-10.894067 -4.98168,-8.879383"
171
+ id="path607-9" />
172
+ <path
173
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
174
+ d="m 53.339284,107.54814 18.358152,19.16651"
175
+ id="path609-1" />
176
+ <path
177
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
178
+ d="M 80.292226,119.94138 53.339284,107.54814"
179
+ id="path611-2" />
180
+ <path
181
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
182
+ d="M 83.893226,110.35812 53.339284,107.54814"
183
+ id="path613-7" />
184
+ <path
185
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
186
+ d="M 84.971986,99.099435 53.339284,107.54814"
187
+ id="path615-0" />
188
+ <path
189
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
190
+ d="M 83.387456,88.205368 53.339284,107.54814"
191
+ id="path617-9" />
192
+ <path
193
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
194
+ d="M 78.405786,79.325985 53.339284,107.54814"
195
+ id="path619-3" />
196
+ <text
197
+ xml:space="preserve"
198
+ transform="matrix(0.26458333,0,0,0.26458333,9.3727386,50.158097)"
199
+ id="text1982-6"
200
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1984-5);display:inline;fill:#ff6600"><tspan
201
+ x="102.45898"
202
+ y="299.94534"
203
+ id="tspan533">amplitude-offset</tspan></text>
204
+ <path
205
+ style="fill:none;stroke:#ff6600;stroke-width:0.52916666;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
206
+ d="M 71.697436,126.71465 53.339285,107.54813"
207
+ id="path2198" />
208
+ <path
209
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
210
+ d="m 40.832982,171.63049 h 5.693491"
211
+ id="path578-6-6" />
212
+ <path
213
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
214
+ d="M 43.679731,174.47627 V 168.7847"
215
+ id="path578-3-2-1" />
216
+ <path
217
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
218
+ d="m 62.037883,190.797 8.59479,-6.77327 6.169874,-9.31959 2.026609,-12.6266"
219
+ id="path607-9-8"
220
+ sodipodi:nodetypes="cccc" />
221
+ <path
222
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
223
+ d="M 43.679731,171.63049 62.037883,190.797"
224
+ id="path609-1-7" />
225
+ <path
226
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
227
+ d="M 70.632673,184.02373 43.679731,171.63049"
228
+ id="path611-2-9" />
229
+ <path
230
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
231
+ d="M 76.802547,174.70414 43.679731,171.63049"
232
+ id="path613-7-2"
233
+ sodipodi:nodetypes="cc" />
234
+ <path
235
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
236
+ d="m 78.829156,162.07754 -35.149425,9.55295"
237
+ id="path615-0-0"
238
+ sodipodi:nodetypes="cc" />
239
+ <text
240
+ xml:space="preserve"
241
+ transform="matrix(0.26458333,0,0,0.26458333,9.372739,122.11765)"
242
+ id="text1982-6-5"
243
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1984-5-2);display:inline;fill:#ff6600"><tspan
244
+ x="102.45898"
245
+ y="299.94534"
246
+ id="tspan535">amplitude-scale</tspan></text>
247
+ <path
248
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:4, 1;stroke-dashoffset:0"
249
+ id="path2360"
250
+ sodipodi:type="arc"
251
+ sodipodi:cx="43.679729"
252
+ sodipodi:cy="171.63049"
253
+ sodipodi:rx="29.491306"
254
+ sodipodi:ry="29.487286"
255
+ sodipodi:start="5.8005447"
256
+ sodipodi:end="0.75860419"
257
+ sodipodi:arc-type="arc"
258
+ d="m 69.802316,157.94486 a 29.491306,29.487286 0 0 1 -4.717888,33.9702"
259
+ sodipodi:open="true" />
260
+ <path
261
+ style="fill:none;stroke:#ff6600;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
262
+ d="m 43.679728,171.63049 26.952945,12.39324"
263
+ id="path2895" />
264
+ <path
265
+ style="fill:none;stroke:#ff6600;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
266
+ d="m 76.802547,174.70414 -3.75643,-0.36247"
267
+ id="path2897"
268
+ sodipodi:nodetypes="cc" />
269
+ <rect
270
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
271
+ id="rect1448-3"
272
+ width="52.652084"
273
+ height="52.652084"
274
+ x="33.909172"
275
+ y="224.49904"
276
+ inkscape:export-filename="default_param_blank.svg"
277
+ inkscape:export-xdpi="96"
278
+ inkscape:export-ydpi="96" />
279
+ <text
280
+ xml:space="preserve"
281
+ transform="matrix(0.26458333,0,0,0.26458333,11.23015,171.5253)"
282
+ id="text1982-6-5-6"
283
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1984-5-2-3);display:inline;fill:#ff6600"><tspan
284
+ x="102.45898"
285
+ y="299.94534"
286
+ id="tspan537">default_param_blank</tspan></text>
287
+ </g>
288
+ </svg>
@@ -0,0 +1,109 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="200"
6
+ height="200"
7
+ viewBox="0 0 52.916667 52.916666"
8
+ version="1.1"
9
+ id="svg5"
10
+ inkscape:version="1.2.2 (732a01da63, 2022-12-09, custom)"
11
+ sodipodi:docname="circles.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="0.5946522"
28
+ inkscape:cx="250.56664"
29
+ inkscape:cy="328.76361"
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="102.45944"
40
+ y="286.96857"
41
+ width="176.77415"
42
+ height="48.735157"
43
+ id="rect1984-5" />
44
+ </defs>
45
+ <g
46
+ inkscape:label="Layer 1"
47
+ inkscape:groupmode="layer"
48
+ id="layer1"
49
+ transform="translate(-34.811008,-78.060845)">
50
+ <rect
51
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
52
+ id="rect1448-0"
53
+ width="52.652084"
54
+ height="52.652084"
55
+ x="34.943298"
56
+ y="78.193138"
57
+ inkscape:export-filename="circles_amplitude-offset.png"
58
+ inkscape:export-xdpi="96"
59
+ inkscape:export-ydpi="96" />
60
+ <path
61
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
62
+ d="m 50.492535,107.54814 h 5.693491"
63
+ id="path578-6" />
64
+ <path
65
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
66
+ d="m 53.339284,110.39392 v -5.69157"
67
+ id="path578-3-2" />
68
+ <path
69
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
70
+ d="m 71.697436,126.71465 8.59479,-6.77327 3.601,-9.58326 1.07876,-11.258685 -1.58453,-10.894067 -4.98168,-8.879383"
71
+ id="path607-9" />
72
+ <path
73
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
74
+ d="m 53.339284,107.54814 18.358152,19.16651"
75
+ id="path609-1" />
76
+ <path
77
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
78
+ d="M 80.292226,119.94138 53.339284,107.54814"
79
+ id="path611-2" />
80
+ <path
81
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
82
+ d="M 83.893226,110.35812 53.339284,107.54814"
83
+ id="path613-7" />
84
+ <path
85
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
86
+ d="M 84.971986,99.099435 53.339284,107.54814"
87
+ id="path615-0" />
88
+ <path
89
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
90
+ d="M 83.387456,88.205368 53.339284,107.54814"
91
+ id="path617-9" />
92
+ <path
93
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
94
+ d="M 78.405786,79.325985 53.339284,107.54814"
95
+ id="path619-3" />
96
+ <text
97
+ xml:space="preserve"
98
+ transform="matrix(0.26458333,0,0,0.26458333,9.3727386,50.158097)"
99
+ id="text1982-6"
100
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1984-5);display:inline;fill:#ff6600"><tspan
101
+ x="102.45898"
102
+ y="299.94534"
103
+ id="tspan370">amplitude-offset</tspan></text>
104
+ <path
105
+ style="fill:none;stroke:#ff6600;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
106
+ d="M 71.697436,126.71465 53.339285,107.54813"
107
+ id="path2198" />
108
+ </g>
109
+ </svg>
@@ -0,0 +1,122 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="200"
6
+ height="200.00002"
7
+ viewBox="0 0 52.916667 52.91667"
8
+ version="1.1"
9
+ id="svg5"
10
+ inkscape:version="1.2.2 (732a01da63, 2022-12-09, custom)"
11
+ sodipodi:docname="circles.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="0.5946522"
28
+ inkscape:cx="250.56664"
29
+ inkscape:cy="328.76361"
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="102.45944"
40
+ y="286.96857"
41
+ width="176.77415"
42
+ height="48.735157"
43
+ id="rect1984-5-2" />
44
+ </defs>
45
+ <g
46
+ inkscape:label="Layer 1"
47
+ inkscape:groupmode="layer"
48
+ id="layer1"
49
+ transform="translate(-34.811008,-150.0204)">
50
+ <rect
51
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
52
+ id="rect1448-0-7"
53
+ width="52.652084"
54
+ height="52.652084"
55
+ x="34.943298"
56
+ y="150.15269"
57
+ inkscape:export-filename="circles_amplitude-scale.png"
58
+ inkscape:export-xdpi="96"
59
+ inkscape:export-ydpi="96" />
60
+ <path
61
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
62
+ d="m 40.832982,171.63049 h 5.693491"
63
+ id="path578-6-6" />
64
+ <path
65
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
66
+ d="M 43.679731,174.47627 V 168.7847"
67
+ id="path578-3-2-1" />
68
+ <path
69
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
70
+ d="m 62.037883,190.797 8.59479,-6.77327 6.169874,-9.31959 2.026609,-12.6266"
71
+ id="path607-9-8"
72
+ sodipodi:nodetypes="cccc" />
73
+ <path
74
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
75
+ d="M 43.679731,171.63049 62.037883,190.797"
76
+ id="path609-1-7" />
77
+ <path
78
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
79
+ d="M 70.632673,184.02373 43.679731,171.63049"
80
+ id="path611-2-9" />
81
+ <path
82
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
83
+ d="M 76.802547,174.70414 43.679731,171.63049"
84
+ id="path613-7-2"
85
+ sodipodi:nodetypes="cc" />
86
+ <path
87
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
88
+ d="m 78.829156,162.07754 -35.149425,9.55295"
89
+ id="path615-0-0"
90
+ sodipodi:nodetypes="cc" />
91
+ <text
92
+ xml:space="preserve"
93
+ transform="matrix(0.26458333,0,0,0.26458333,9.372739,122.11765)"
94
+ id="text1982-6-5"
95
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1984-5-2);display:inline;fill:#ff6600"><tspan
96
+ x="102.45898"
97
+ y="299.94534"
98
+ id="tspan545">amplitude-scale</tspan></text>
99
+ <path
100
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:4, 1;stroke-dashoffset:0"
101
+ id="path2360"
102
+ sodipodi:type="arc"
103
+ sodipodi:cx="43.679729"
104
+ sodipodi:cy="171.63049"
105
+ sodipodi:rx="29.491306"
106
+ sodipodi:ry="29.487286"
107
+ sodipodi:start="5.8005447"
108
+ sodipodi:end="0.75860419"
109
+ sodipodi:arc-type="arc"
110
+ d="m 69.802316,157.94486 a 29.491306,29.487286 0 0 1 -4.717888,33.9702"
111
+ sodipodi:open="true" />
112
+ <path
113
+ style="fill:none;stroke:#ff6600;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
114
+ d="m 43.679728,171.63049 26.952945,12.39324"
115
+ id="path2895" />
116
+ <path
117
+ style="fill:none;stroke:#ff6600;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
118
+ d="m 76.802547,174.70414 -3.75643,-0.36247"
119
+ id="path2897"
120
+ sodipodi:nodetypes="cc" />
121
+ </g>
122
+ </svg>