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,516 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="399.3913"
6
+ height="362.27084"
7
+ viewBox="0 0 105.67228 95.850826"
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="443.35593"
16
+ y="6678.2441"
17
+ width="55.901897"
18
+ height="27.960802"
19
+ id="rect15431" />
20
+ <rect
21
+ x="427.13715"
22
+ y="6607.4829"
23
+ width="63.945599"
24
+ height="31.856199"
25
+ id="rect15425" />
26
+ <rect
27
+ x="221.8828"
28
+ y="6301.6553"
29
+ width="55.588562"
30
+ height="20.314734"
31
+ id="rect4417" />
32
+ <rect
33
+ x="199.19913"
34
+ y="6379.0771"
35
+ width="54.369259"
36
+ height="17.969028"
37
+ id="rect4411" />
38
+ <marker
39
+ style="overflow:visible"
40
+ id="Arrow1L"
41
+ refX="0"
42
+ refY="0"
43
+ orient="auto-start-reverse"
44
+ markerWidth="8.75"
45
+ markerHeight="5"
46
+ viewBox="0 0 8.75 5"
47
+ preserveAspectRatio="xMidYMid">
48
+ <path
49
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
50
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
51
+ id="arrow1L"
52
+ transform="scale(-0.5)" />
53
+ </marker>
54
+ <rect
55
+ x="166.64491"
56
+ y="2687.6995"
57
+ width="41.616524"
58
+ height="27.514421"
59
+ id="rect6291-3" />
60
+ <rect
61
+ x="316.85132"
62
+ y="2712.1018"
63
+ width="47.70142"
64
+ height="20.769939"
65
+ id="rect6297-6" />
66
+ <marker
67
+ style="overflow:visible"
68
+ id="Arrow1L-75"
69
+ refX="0"
70
+ refY="0"
71
+ orient="auto-start-reverse"
72
+ markerWidth="8.75"
73
+ markerHeight="5"
74
+ viewBox="0 0 8.75 5"
75
+ preserveAspectRatio="xMidYMid">
76
+ <path
77
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
78
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
79
+ id="arrow1L-35"
80
+ transform="scale(-0.5)" />
81
+ </marker>
82
+ <rect
83
+ x="218.91"
84
+ y="2713.1235"
85
+ width="190.48982"
86
+ height="24.943436"
87
+ id="rect7739-6" />
88
+ <rect
89
+ x="79.32663"
90
+ y="2481.2285"
91
+ width="163.68143"
92
+ height="22.611668"
93
+ id="rect8903-2" />
94
+ <rect
95
+ x="79.32663"
96
+ y="2481.2285"
97
+ width="192.78908"
98
+ height="25.133881"
99
+ id="rect8903-0-9" />
100
+ <rect
101
+ x="46.665592"
102
+ y="2703.4529"
103
+ width="226.10506"
104
+ height="39.247593"
105
+ id="rect9495-1" />
106
+ <rect
107
+ x="73.224258"
108
+ y="2725.9961"
109
+ width="34.431232"
110
+ height="43.985794"
111
+ id="rect10944-2" />
112
+ <rect
113
+ x="133.3927"
114
+ y="2744.6616"
115
+ width="55.744244"
116
+ height="61.344288"
117
+ id="rect10986-7" />
118
+ <rect
119
+ x="210.08537"
120
+ y="2744.6553"
121
+ width="38.35619"
122
+ height="35.554527"
123
+ id="rect11028-0" />
124
+ <rect
125
+ x="279.07266"
126
+ y="2746.8557"
127
+ width="44.977711"
128
+ height="50.055519"
129
+ id="rect11070-9" />
130
+ <rect
131
+ x="385.47021"
132
+ y="2748.5046"
133
+ width="21.198053"
134
+ height="29.763985"
135
+ id="rect11112-3" />
136
+ <rect
137
+ x="81.064323"
138
+ y="2843.8103"
139
+ width="254.20912"
140
+ height="35.797581"
141
+ id="rect16969-6" />
142
+ <rect
143
+ x="475.12344"
144
+ y="2772.0674"
145
+ width="157.89822"
146
+ height="48.357441"
147
+ id="rect804-0" />
148
+ <marker
149
+ style="overflow:visible"
150
+ id="Arrow1L-77"
151
+ refX="0"
152
+ refY="0"
153
+ orient="auto-start-reverse"
154
+ markerWidth="8.75"
155
+ markerHeight="5"
156
+ viewBox="0 0 8.75 5"
157
+ preserveAspectRatio="xMidYMid">
158
+ <path
159
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
160
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
161
+ id="arrow1L-6"
162
+ transform="scale(-0.5)" />
163
+ </marker>
164
+ </defs>
165
+ <g
166
+ id="layer1"
167
+ transform="translate(-17.336307,-1677.0623)">
168
+ <rect
169
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264582"
170
+ id="rect16011-6"
171
+ width="105.40771"
172
+ height="95.586372"
173
+ x="17.468597"
174
+ y="1677.1945" />
175
+ <path
176
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
177
+ d="m 64.026497,1705.9035 v 15.1631"
178
+ id="path807-2" />
179
+ <circle
180
+ style="fill:none;stroke:#00ccff;stroke-width:0.264583"
181
+ id="path6212-6"
182
+ cx="41.593334"
183
+ cy="1713.5186"
184
+ r="16.193642" />
185
+ <circle
186
+ style="fill:#ffffff;stroke:#00ccff;stroke-width:0.264583"
187
+ id="path6214-1"
188
+ cx="96.280655"
189
+ cy="1713.5186"
190
+ r="23.609303" />
191
+ <path
192
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
193
+ d="M 41.593328,1713.5186 H 96.280647"
194
+ id="path6216-8" />
195
+ <path
196
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
197
+ d="m 53.355601,1702.204 25.855976,27.5039"
198
+ id="path6218-7" />
199
+ <path
200
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
201
+ d="M 41.685461,1713.2915 53.48014,1702.2098"
202
+ id="path6218-5-9" />
203
+ <path
204
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
205
+ d="m 96.190037,1713.7473 -17.03954,16.0181"
206
+ id="path6218-0-2" />
207
+ <path
208
+ style="fill:none;stroke:#4d4d4d;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
209
+ d="m 78.258687,1728.4867 1.07935,-1.0084 1.08919,1.0754"
210
+ id="path6260-0" />
211
+ <path
212
+ style="fill:none;stroke:#4d4d4d;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
213
+ d="m 54.480184,1703.4385 -1.079352,1.0084 -1.089184,-1.0754"
214
+ id="path6260-3-2" />
215
+ <text
216
+ xml:space="preserve"
217
+ transform="matrix(0.26458333,0,0,0.26458333,-4.3188048,992.05798)"
218
+ id="text6289-3"
219
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6291-3);display:inline;fill:#008080"><tspan
220
+ x="166.64453"
221
+ y="2700.6758"
222
+ id="tspan22916">brr1</tspan></text>
223
+ <text
224
+ xml:space="preserve"
225
+ transform="matrix(0.26458333,0,0,0.26458333,-4.9997498,1000.3604)"
226
+ id="text6295-7"
227
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6297-6);display:inline;fill:#008080"><tspan
228
+ x="316.85156"
229
+ y="2725.0782"
230
+ id="tspan22918">brr2</tspan></text>
231
+ <path
232
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
233
+ d="m 41.685461,1713.2914 v 47.1895"
234
+ id="path6301-5" />
235
+ <path
236
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
237
+ d="m 96.190037,1713.9349 v 47.1895"
238
+ id="path6301-6-9" />
239
+ <path
240
+ style="fill:none;stroke:#333333;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L-75);marker-end:url(#Arrow1L-75)"
241
+ d="M 43.369119,1759.0837 H 94.726267"
242
+ id="path6216-1-2" />
243
+ <text
244
+ xml:space="preserve"
245
+ transform="matrix(0.26458333,0,0,0.26458333,-9.5297428,1037.0904)"
246
+ id="text7737-2"
247
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7739-6);display:inline"><tspan
248
+ x="218.91016"
249
+ y="2726.0996"
250
+ id="tspan22920">e: inter-axis distance</tspan></text>
251
+ <text
252
+ xml:space="preserve"
253
+ transform="matrix(0.26458333,0,0,0.26458333,-2.6376286,1022.9497)"
254
+ id="text8901-8"
255
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8903-2);display:inline"><tspan
256
+ x="79.326172"
257
+ y="2494.2051"
258
+ id="tspan22922">base-right-circle-1</tspan></text>
259
+ <text
260
+ xml:space="preserve"
261
+ transform="matrix(0.26458333,0,0,0.26458333,62.407597,1022.1103)"
262
+ id="text8901-6-9"
263
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8903-0-9);display:inline"><tspan
264
+ x="79.326172"
265
+ y="2494.2051"
266
+ id="tspan22924">base-right-circle-2</tspan></text>
267
+ <path
268
+ style="fill:none;stroke:#00ccff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
269
+ d="m 22.554903,1683.9278 9.012726,16.0075"
270
+ id="path9489-7" />
271
+ <path
272
+ style="fill:none;stroke:#00ccff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
273
+ d="m 111.2457,1682.544 -3.43805,9.2924"
274
+ id="path9491-3" />
275
+ <text
276
+ xml:space="preserve"
277
+ transform="matrix(0.26458333,0,0,0.26458333,46.197084,986.28933)"
278
+ id="text9493-6"
279
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9495-1);display:inline;fill:#aa8800"><tspan
280
+ x="46.666016"
281
+ y="2716.4297"
282
+ id="tspan22926">ppa=pressure positive angle</tspan></text>
283
+ <path
284
+ style="fill:none;stroke:#d4aa00;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L)"
285
+ d="m 63.885535,1707.4749 c 0,0 -1.153569,-0.2837 -1.682415,-0.1525 -0.447984,0.1115 -1.050855,0.7435 -1.050855,0.7435"
286
+ id="path10111-1" />
287
+ <path
288
+ style="fill:none;stroke:#d4aa00;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
289
+ d="m 68.121819,1716.9514 3.967014,-10.9435"
290
+ id="path10140-9" />
291
+ <path
292
+ style="fill:none;stroke:#d4aa00;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
293
+ d="m 64.41509,1707.1015 4.686877,-1.7734"
294
+ id="path10142-3" />
295
+ <text
296
+ xml:space="preserve"
297
+ transform="matrix(0.26458333,0,0,0.26458333,18.315891,990.38893)"
298
+ id="text10942-1"
299
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10944-2);display:inline"><tspan
300
+ x="73.224609"
301
+ y="2738.9727"
302
+ id="tspan22928">A</tspan></text>
303
+ <text
304
+ xml:space="preserve"
305
+ transform="matrix(0.26458333,0,0,0.26458333,17.777099,971.01935)"
306
+ id="text10984-9"
307
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10986-7);display:inline"><tspan
308
+ x="133.39258"
309
+ y="2757.6387"
310
+ id="tspan22930">B</tspan></text>
311
+ <text
312
+ xml:space="preserve"
313
+ transform="matrix(0.26458333,0,0,0.26458333,5.2449702,987.26111)"
314
+ id="text11026-4"
315
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11028-0);display:inline"><tspan
316
+ x="210.08594"
317
+ y="2757.6328"
318
+ id="tspan22932">C</tspan></text>
319
+ <text
320
+ xml:space="preserve"
321
+ transform="matrix(0.26458333,0,0,0.26458333,2.4545482,1003.147)"
322
+ id="text11068-7"
323
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11070-9);display:inline"><tspan
324
+ x="279.07227"
325
+ y="2759.8321"
326
+ id="tspan22934">D</tspan></text>
327
+ <text
328
+ xml:space="preserve"
329
+ transform="matrix(0.26458333,0,0,0.26458333,-5.9314888,981.97508)"
330
+ id="text11110-8"
331
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11112-3);display:inline"><tspan
332
+ x="385.4707"
333
+ y="2761.4805"
334
+ id="tspan22936">E</tspan></text>
335
+ <text
336
+ xml:space="preserve"
337
+ transform="matrix(0.26458333,0,0,0.26458333,-3.2001608,1015.5688)"
338
+ id="text16967-4"
339
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16969-6);display:inline"><tspan
340
+ x="81.064453"
341
+ y="2856.7871"
342
+ id="tspan22938">base right circle for involute</tspan></text>
343
+ <path
344
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-75)"
345
+ d="m 55.079472,1719.879 c 0,0 -0.856521,2.3179 -1.593987,3.2869 -0.83003,1.0906 -3.08781,2.7148 -3.08781,2.7148"
346
+ id="path1469-5" />
347
+ <text
348
+ xml:space="preserve"
349
+ transform="matrix(0.26458333,0,0,0.26458333,-76.711384,1002.3918)"
350
+ id="text802-0"
351
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect804-0);display:inline"><tspan
352
+ x="475.12305"
353
+ y="2785.043"
354
+ id="tspan22940">line of action
355
+ </tspan><tspan
356
+ x="475.12305"
357
+ y="2803.3765"
358
+ id="tspan22942">pressure line</tspan></text>
359
+ <path
360
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
361
+ d="m 62.815771,1735.9589 6.890456,-15.2565"
362
+ id="path917-3" />
363
+ <path
364
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
365
+ d="m 31.271231,1724.6566 c 0,0 -0.702056,1.9148 -1.424759,2.5806 -0.923792,0.8509 -3.436754,1.5447 -3.436754,1.5447 l -1.577922,-1.6492 c 0,0 0.470672,-2.4674 1.243566,-3.39 0.765706,-0.9142 3.090452,-1.8018 3.090452,-1.8018"
366
+ id="path3888" />
367
+ <path
368
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
369
+ d="m 24.563703,1727.0586 c 0,0 0.288618,-2.3624 0.967219,-3.2771 0.769478,-1.0372 3.238184,-2.1273 3.238184,-2.1273"
370
+ id="path3890" />
371
+ <path
372
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
373
+ d="m 31.271231,1724.6566 c 0,0 -0.702056,1.9148 -1.424759,2.5806 -0.923792,0.8509 -3.436754,1.5447 -3.436754,1.5447 l -1.577922,-1.6492 c 0,0 0.470672,-2.4674 1.243566,-3.39 0.765706,-0.9142 3.090452,-1.8018 3.090452,-1.8018"
374
+ id="path3892" />
375
+ <path
376
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
377
+ d="m 24.563703,1727.0586 c 0,0 0.288618,-2.3624 0.967219,-3.2771 0.769478,-1.0372 3.238184,-2.1273 3.238184,-2.1273"
378
+ id="path3894" />
379
+ <path
380
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
381
+ d="m 27.709735,1719.3129 c 0,0 -1.268004,1.5974 -2.16327,2.0025 -1.144319,0.5176 -3.748019,0.3869 -3.748019,0.3869 l -0.979997,-2.0614 c 0,0 1.221918,-2.1946 2.2455,-2.8278 1.01412,-0.6274 3.500009,-0.7398 3.500009,-0.7398"
382
+ id="path3888-7" />
383
+ <path
384
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
385
+ d="m 20.587203,1719.4863 c 0,0 1.016096,-2.1521 1.947677,-2.8073 1.056338,-0.743 3.742511,-1.0025 3.742511,-1.0025"
386
+ id="path3890-1" />
387
+ <path
388
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
389
+ d="m 27.709735,1719.3129 c 0,0 -1.268004,1.5974 -2.16327,2.0025 -1.144319,0.5176 -3.748019,0.3869 -3.748019,0.3869 l -0.979997,-2.0614 c 0,0 1.221918,-2.1946 2.2455,-2.8278 1.01412,-0.6274 3.500009,-0.7398 3.500009,-0.7398"
390
+ id="path3892-7" />
391
+ <path
392
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
393
+ d="m 20.587203,1719.4863 c 0,0 1.016096,-2.1521 1.947677,-2.8073 1.056338,-0.743 3.742511,-1.0025 3.742511,-1.0025"
394
+ id="path3894-2" />
395
+ <path
396
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
397
+ d="m 77.132967,1701.8139 c 0,0 -2.011283,-0.3378 -2.798633,-0.9256 -1.006346,-0.7515 -2.150617,-3.0941 -2.150617,-3.0941 l 1.330821,-1.8543 c 0,0 2.511862,0.01 3.560888,0.5987 1.039466,0.5845 2.339584,2.7063 2.339584,2.7063"
398
+ id="path3888-72" />
399
+ <path
400
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
401
+ d="m 73.538025,1695.6627 c 0,0 2.375162,-0.1512 3.399093,0.3479 1.161074,0.5656 2.686721,2.7916 2.686721,2.7916"
402
+ id="path3890-2" />
403
+ <path
404
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
405
+ d="m 77.132967,1701.8139 c 0,0 -2.011283,-0.3378 -2.798633,-0.9256 -1.006346,-0.7515 -2.150617,-3.0941 -2.150617,-3.0941 l 1.330821,-1.8543 c 0,0 2.511862,0.01 3.560888,0.5987 1.039466,0.5845 2.339584,2.7063 2.339584,2.7063"
406
+ id="path3892-6" />
407
+ <path
408
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
409
+ d="m 73.538025,1695.6627 c 0,0 2.375162,-0.1512 3.399093,0.3479 1.161074,0.5656 2.686721,2.7916 2.686721,2.7916"
410
+ id="path3894-1" />
411
+ <path
412
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
413
+ d="m 81.322526,1696.694 c 0,0 -1.803407,-0.9525 -2.366264,-1.7579 -0.71928,-1.0296 -1.069811,-3.613 -1.069811,-3.613 l 1.845951,-1.3424 c 0,0 2.381953,0.7973 3.192633,1.6869 0.80321,0.8814 1.371006,3.3042 1.371006,3.3042"
414
+ id="path3888-7-0" />
415
+ <path
416
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
417
+ d="m 79.841821,1689.7249 c 0,0 2.302286,0.6029 3.117677,1.398 0.924635,0.9016 1.673871,3.4942 1.673871,3.4942"
418
+ id="path3890-1-6" />
419
+ <path
420
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
421
+ d="m 81.322526,1696.694 c 0,0 -1.803407,-0.9525 -2.366264,-1.7579 -0.71928,-1.0296 -1.069811,-3.613 -1.069811,-3.613 l 1.845951,-1.3424 c 0,0 2.381953,0.7973 3.192633,1.6869 0.80321,0.8814 1.371006,3.3042 1.371006,3.3042"
422
+ id="path3892-7-1" />
423
+ <path
424
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
425
+ d="m 79.841821,1689.7249 c 0,0 2.302286,0.6029 3.117677,1.398 0.924635,0.9016 1.673871,3.4942 1.673871,3.4942"
426
+ id="path3894-2-5" />
427
+ <path
428
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
429
+ d="m 39.239939,1698.399 c 0,0 -0.899544,-1.8303 -0.881724,-2.8128 0.0229,-1.2557 1.257158,-3.552 1.257158,-3.552 h 2.282482 c 0,0 1.458935,2.0448 1.592118,3.241 0.132089,1.1851 -0.832041,3.4792 -0.832041,3.4792"
430
+ id="path3888-9" />
431
+ <path
432
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
433
+ d="m 42.136632,1691.8898 c 0,0 1.508773,1.8407 1.701384,2.9632 0.218403,1.2729 -0.698742,3.8109 -0.698742,3.8109"
434
+ id="path3890-4" />
435
+ <path
436
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
437
+ d="m 39.239939,1698.399 c 0,0 -0.899544,-1.8303 -0.881724,-2.8128 0.0229,-1.2557 1.257158,-3.552 1.257158,-3.552 h 2.282482 c 0,0 1.458935,2.0448 1.592118,3.241 0.132089,1.1851 -0.832041,3.4792 -0.832041,3.4792"
438
+ id="path3892-9" />
439
+ <path
440
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
441
+ d="m 42.136632,1691.8898 c 0,0 1.508773,1.8407 1.701384,2.9632 0.218403,1.2729 -0.698742,3.8109 -0.698742,3.8109"
442
+ id="path3894-0" />
443
+ <path
444
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
445
+ d="m 37.170678,1727.8766 c 0,0 0.238773,2.0254 -0.10518,2.9459 -0.439754,1.1764 -2.368215,2.9306 -2.368215,2.9306 l -2.152783,-0.7585 c 0,0 -0.694772,-2.4137 -0.4221,-3.5861 0.270093,-1.1615 1.943092,-3.0036 1.943092,-3.0036"
446
+ id="path3888-7-9" />
447
+ <path
448
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
449
+ d="m 32.271806,1733.0498 c 0,0 -0.809725,-2.2381 -0.617533,-3.3607 0.217878,-1.2729 1.927795,-3.3608 1.927795,-3.3608"
450
+ id="path3890-1-1" />
451
+ <path
452
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
453
+ d="m 37.170678,1727.8766 c 0,0 0.238773,2.0254 -0.10518,2.9459 -0.439754,1.1764 -2.368215,2.9306 -2.368215,2.9306 l -2.152783,-0.7585 c 0,0 -0.694772,-2.4137 -0.4221,-3.5861 0.270093,-1.1615 1.943092,-3.0036 1.943092,-3.0036"
454
+ id="path3892-7-7" />
455
+ <path
456
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
457
+ d="m 32.271806,1733.0498 c 0,0 -0.809725,-2.2381 -0.617533,-3.3607 0.217878,-1.2729 1.927795,-3.3608 1.927795,-3.3608"
458
+ id="path3894-2-7" />
459
+ <path
460
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
461
+ d="m 87.176325,1692.8358 c 0,0 -1.442063,-1.4422 -1.742213,-2.3778 -0.383455,-1.196 0.0439,-3.7678 0.0439,-3.7678 l 2.15986,-0.7379 c 0,0 2.040644,1.4646 2.552739,2.5538 0.507377,1.0791 0.335006,3.5616 0.335006,3.5616"
462
+ id="path3888-7-0-1" />
463
+ <path
464
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
465
+ d="m 87.817894,1685.7401 c 0,0 2.021885,1.2554 2.566365,2.2557 0.617435,1.1343 0.568323,3.8325 0.568323,3.8325"
466
+ id="path3890-1-6-1" />
467
+ <path
468
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
469
+ d="m 87.176325,1692.8358 c 0,0 -1.442063,-1.4422 -1.742213,-2.3778 -0.383455,-1.196 0.0439,-3.7678 0.0439,-3.7678 l 2.15986,-0.7379 c 0,0 2.040644,1.4646 2.552739,2.5538 0.507377,1.0791 0.335006,3.5616 0.335006,3.5616"
470
+ id="path3892-7-1-5" />
471
+ <path
472
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
473
+ d="m 87.817894,1685.7401 c 0,0 2.021885,1.2554 2.566365,2.2557 0.617435,1.1343 0.568323,3.8325 0.568323,3.8325"
474
+ id="path3894-2-5-9" />
475
+ <text
476
+ xml:space="preserve"
477
+ transform="matrix(0.26458333,0,0,0.26458333,-21.063473,1.4163984)"
478
+ id="text4409"
479
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.6667px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:sans-serif;white-space:pre;shape-inside:url(#rect4411);display:inline;fill:#666666"><tspan
480
+ x="199.19922"
481
+ y="6392.0547"
482
+ id="tspan22944">left</tspan></text>
483
+ <text
484
+ xml:space="preserve"
485
+ transform="matrix(0.26458333,0,0,0.26458333,-14.659877,22.072463)"
486
+ id="text4415"
487
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect4417);display:inline;fill:#666666"><tspan
488
+ x="221.88281"
489
+ y="6314.6328"
490
+ id="tspan22946">right</tspan></text>
491
+ <path
492
+ style="fill:none;stroke:#d4aa00;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-77)"
493
+ d="m 64.108743,1719.3051 c 0,0 1.153569,0.2837 1.682415,0.1525 0.447984,-0.1115 1.050855,-0.7435 1.050855,-0.7435"
494
+ id="path10111-1-7" />
495
+ <path
496
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L)"
497
+ d="m 116.88371,1722.7898 c 0,0 -0.85652,2.3179 -1.59399,3.2869 -0.83003,1.0906 -3.08781,2.7148 -3.08781,2.7148"
498
+ id="path1469-5-1" />
499
+ <text
500
+ xml:space="preserve"
501
+ transform="matrix(0.26458333,0,0,0.26458333,-65.444985,-28.916622)"
502
+ id="text15423"
503
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15425);display:inline"><tspan
504
+ x="427.13672"
505
+ y="6620.459"
506
+ id="tspan22948">cw</tspan></text>
507
+ <text
508
+ xml:space="preserve"
509
+ transform="matrix(0.26458333,0,0,0.26458333,-9.7660404,-44.50683)"
510
+ id="text15429"
511
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15431);display:inline"><tspan
512
+ x="443.35547"
513
+ y="6691.2207"
514
+ id="tspan22950">ccw</tspan></text>
515
+ </g>
516
+ </svg>