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,2745 @@
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="4000"
7
+ viewBox="0 0 158.75 1058.3333"
8
+ version="1.1"
9
+ id="svg5"
10
+ inkscape:version="1.2.2 (1:1.2.2+202305151914+b0a8486541)"
11
+ sodipodi:docname="involute_of_circle.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.70710678"
28
+ inkscape:cx="630.03214"
29
+ inkscape:cy="3329.7658"
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="129.10499"
40
+ y="3243.9546"
41
+ width="257.10513"
42
+ height="29.938791"
43
+ id="rect3139" />
44
+ <rect
45
+ x="261.25524"
46
+ y="3152.5127"
47
+ width="59.789193"
48
+ height="20.682873"
49
+ id="rect3037" />
50
+ <rect
51
+ x="225.55601"
52
+ y="3188.9314"
53
+ width="71.829343"
54
+ height="27.439058"
55
+ id="rect2929" />
56
+ <rect
57
+ x="228.46289"
58
+ y="3183.7266"
59
+ width="73.394531"
60
+ height="25.300781"
61
+ id="rect1891" />
62
+ <rect
63
+ x="188.03516"
64
+ y="3206.2598"
65
+ width="75.541016"
66
+ height="32.636719"
67
+ id="rect1733" />
68
+ <rect
69
+ x="317.10938"
70
+ y="3176.2305"
71
+ width="120.82227"
72
+ height="40.15625"
73
+ id="rect852" />
74
+ <rect
75
+ x="80.722656"
76
+ y="2905.2812"
77
+ width="219.9375"
78
+ height="34.9375"
79
+ id="rect3755" />
80
+ <rect
81
+ x="241.29466"
82
+ y="2889.1085"
83
+ width="56.848899"
84
+ height="29.965031"
85
+ id="rect3749" />
86
+ <rect
87
+ x="255.32355"
88
+ y="2886.4416"
89
+ width="39.505448"
90
+ height="27.951434"
91
+ id="rect3743" />
92
+ <rect
93
+ x="322.16448"
94
+ y="2788.5667"
95
+ width="29.401555"
96
+ height="23.467106"
97
+ id="rect3737" />
98
+ <rect
99
+ x="205.20529"
100
+ y="2764.6763"
101
+ width="37.560214"
102
+ height="21.07993"
103
+ id="rect3515" />
104
+ <rect
105
+ x="209.52389"
106
+ y="2796.5251"
107
+ width="28.047418"
108
+ height="21.196631"
109
+ id="rect3507" />
110
+ <rect
111
+ x="223.65774"
112
+ y="2762.1863"
113
+ width="28.339514"
114
+ height="20.408731"
115
+ id="rect3501" />
116
+ <rect
117
+ x="215.28927"
118
+ y="2988.8647"
119
+ width="129.62226"
120
+ height="45.223334"
121
+ id="rect3483" />
122
+ <rect
123
+ x="112.51489"
124
+ y="2834.6582"
125
+ width="67.115124"
126
+ height="20.775997"
127
+ id="rect3477" />
128
+ <rect
129
+ x="203.82033"
130
+ y="2850.7834"
131
+ width="159.76208"
132
+ height="25.01298"
133
+ id="rect3421" />
134
+ <rect
135
+ x="203.82033"
136
+ y="2818.7695"
137
+ width="152.9876"
138
+ height="25.349639"
139
+ id="rect3415" />
140
+ <rect
141
+ x="293.57543"
142
+ y="2321.5785"
143
+ width="28.713403"
144
+ height="24.875504"
145
+ id="rect8880" />
146
+ <rect
147
+ x="354.52052"
148
+ y="2345.0847"
149
+ width="59.179814"
150
+ height="35.823856"
151
+ id="rect8612" />
152
+ <rect
153
+ x="278.24826"
154
+ y="2057.4855"
155
+ width="210.67659"
156
+ height="37.436537"
157
+ id="rect6449" />
158
+ <rect
159
+ x="87.176747"
160
+ y="2104.6704"
161
+ width="421.07728"
162
+ height="67.578237"
163
+ id="rect5483" />
164
+ <rect
165
+ x="294.21413"
166
+ y="1988.3373"
167
+ width="27.770303"
168
+ height="25.008053"
169
+ id="rect5363" />
170
+ <rect
171
+ x="200.07756"
172
+ y="1856.646"
173
+ width="36.038989"
174
+ height="25.502368"
175
+ id="rect5261" />
176
+ <rect
177
+ x="139.90091"
178
+ y="1851.1182"
179
+ width="25.976976"
180
+ height="28.906734"
181
+ id="rect5159" />
182
+ <rect
183
+ x="157.44497"
184
+ y="2017.3688"
185
+ width="36.710666"
186
+ height="37.62211"
187
+ id="rect5057" />
188
+ <rect
189
+ x="123.13773"
190
+ y="1972.447"
191
+ width="21.8336"
192
+ height="16.791919"
193
+ id="rect3422" />
194
+ <rect
195
+ x="267.98054"
196
+ y="1898.3291"
197
+ width="26.109903"
198
+ height="23.071518"
199
+ id="rect3258" />
200
+ <rect
201
+ x="161.64583"
202
+ y="2034.4711"
203
+ width="38.155838"
204
+ height="24.209924"
205
+ id="rect3150" />
206
+ <rect
207
+ x="218.58563"
208
+ y="2027.2568"
209
+ width="53.004986"
210
+ height="22.188325"
211
+ id="rect1704" />
212
+ <rect
213
+ x="249.08832"
214
+ y="465.56903"
215
+ width="254.70872"
216
+ height="49.752171"
217
+ id="rect501" />
218
+ <rect
219
+ x="36.400284"
220
+ y="1385.045"
221
+ width="164.14203"
222
+ height="25.889936"
223
+ id="rect1057" />
224
+ <rect
225
+ x="-147.6656"
226
+ y="998.20197"
227
+ width="91.69384"
228
+ height="28.160072"
229
+ id="rect13176" />
230
+ <rect
231
+ x="444.03583"
232
+ y="1270.9996"
233
+ width="18.987597"
234
+ height="72.531235"
235
+ id="rect10944" />
236
+ <rect
237
+ x="391.29358"
238
+ y="1209.6389"
239
+ width="45.467098"
240
+ height="33.055035"
241
+ id="rect9030" />
242
+ <rect
243
+ x="72.465546"
244
+ y="1197.6768"
245
+ width="429.72205"
246
+ height="171.42374"
247
+ id="rect8100" />
248
+ <rect
249
+ x="106.99898"
250
+ y="977.09875"
251
+ width="43.608047"
252
+ height="23.45705"
253
+ id="rect8028" />
254
+ <rect
255
+ x="170.39569"
256
+ y="887.15527"
257
+ width="51.287201"
258
+ height="28.883743"
259
+ id="rect7942" />
260
+ <rect
261
+ x="123.37832"
262
+ y="893.78662"
263
+ width="33.183132"
264
+ height="20.587139"
265
+ id="rect7870" />
266
+ <rect
267
+ x="271.0076"
268
+ y="1029.6542"
269
+ width="39.032795"
270
+ height="31.954735"
271
+ id="rect7798" />
272
+ <rect
273
+ x="205.93297"
274
+ y="1000.2458"
275
+ width="34.26701"
276
+ height="22.943756"
277
+ id="rect7244" />
278
+ <rect
279
+ x="233.9202"
280
+ y="487.77658"
281
+ width="62.576904"
282
+ height="47.573685"
283
+ id="rect3610" />
284
+ <rect
285
+ x="62.586197"
286
+ y="328.48462"
287
+ width="255.34044"
288
+ height="34.586372"
289
+ id="rect2254" />
290
+ <rect
291
+ x="91.259537"
292
+ y="324.38312"
293
+ width="303.48312"
294
+ height="167.26038"
295
+ id="rect1906" />
296
+ <rect
297
+ x="209.51152"
298
+ y="237.97119"
299
+ width="32.898514"
300
+ height="19.469933"
301
+ id="rect1880" />
302
+ <marker
303
+ style="overflow:visible"
304
+ id="marker1720"
305
+ refX="0"
306
+ refY="0"
307
+ orient="auto-start-reverse"
308
+ inkscape:stockid="Arrow1L"
309
+ markerWidth="8.75"
310
+ markerHeight="5"
311
+ viewBox="0 0 8.75 5"
312
+ inkscape:isstock="true"
313
+ inkscape:collect="always"
314
+ preserveAspectRatio="xMidYMid">
315
+ <path
316
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
317
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
318
+ id="path1718"
319
+ transform="scale(-0.5)" />
320
+ </marker>
321
+ <rect
322
+ x="190.74297"
323
+ y="238.79276"
324
+ width="32.673229"
325
+ height="18.216373"
326
+ id="rect1700" />
327
+ <marker
328
+ style="overflow:visible"
329
+ id="marker1617"
330
+ refX="0"
331
+ refY="0"
332
+ orient="auto-start-reverse"
333
+ inkscape:stockid="Arrow1L"
334
+ markerWidth="8.75"
335
+ markerHeight="5"
336
+ viewBox="0 0 8.75 5"
337
+ inkscape:isstock="true"
338
+ inkscape:collect="always"
339
+ preserveAspectRatio="xMidYMid">
340
+ <path
341
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
342
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
343
+ id="path1615"
344
+ transform="scale(-0.5)" />
345
+ </marker>
346
+ <rect
347
+ x="126.98392"
348
+ y="258.93564"
349
+ width="42.994915"
350
+ height="24.019091"
351
+ id="rect1565" />
352
+ <rect
353
+ x="144.96107"
354
+ y="171.43387"
355
+ width="20.18119"
356
+ height="17.023781"
357
+ id="rect1553" />
358
+ <rect
359
+ x="277.39005"
360
+ y="227.39055"
361
+ width="29.252798"
362
+ height="20.904644"
363
+ id="rect1541" />
364
+ <rect
365
+ x="165.53709"
366
+ y="227.93633"
367
+ width="17.956255"
368
+ height="23.248026"
369
+ id="rect1529" />
370
+ <rect
371
+ x="154.52042"
372
+ y="258.84622"
373
+ width="53.161572"
374
+ height="18.636742"
375
+ id="rect1517" />
376
+ <rect
377
+ x="134.53432"
378
+ y="178.27589"
379
+ width="23.407116"
380
+ height="18.097927"
381
+ id="rect1503" />
382
+ <rect
383
+ x="297.44699"
384
+ y="262.57495"
385
+ width="73.803772"
386
+ height="34.937069"
387
+ id="rect1409" />
388
+ <marker
389
+ style="overflow:visible"
390
+ id="Arrow1L"
391
+ refX="0"
392
+ refY="0"
393
+ orient="auto-start-reverse"
394
+ inkscape:stockid="Arrow1L"
395
+ markerWidth="8.75"
396
+ markerHeight="5"
397
+ viewBox="0 0 8.75 5"
398
+ inkscape:isstock="true"
399
+ inkscape:collect="always"
400
+ preserveAspectRatio="xMidYMid">
401
+ <path
402
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
403
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
404
+ id="arrow1L"
405
+ transform="scale(-0.5)" />
406
+ </marker>
407
+ <rect
408
+ x="19.155815"
409
+ y="15.76035"
410
+ width="266.06332"
411
+ height="35.877674"
412
+ id="rect113" />
413
+ <rect
414
+ x="297.44699"
415
+ y="262.57495"
416
+ width="73.803772"
417
+ height="34.937069"
418
+ id="rect1409-7" />
419
+ <marker
420
+ style="overflow:visible"
421
+ id="Arrow1L-5"
422
+ refX="0"
423
+ refY="0"
424
+ orient="auto-start-reverse"
425
+ inkscape:stockid="Arrow1L"
426
+ markerWidth="8.75"
427
+ markerHeight="5"
428
+ viewBox="0 0 8.75 5"
429
+ inkscape:isstock="true"
430
+ inkscape:collect="always"
431
+ preserveAspectRatio="xMidYMid">
432
+ <path
433
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
434
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
435
+ id="arrow1L-3"
436
+ transform="scale(-0.5)" />
437
+ </marker>
438
+ <marker
439
+ style="overflow:visible"
440
+ id="Arrow1L-5-9"
441
+ refX="0"
442
+ refY="0"
443
+ orient="auto-start-reverse"
444
+ inkscape:stockid="Arrow1L"
445
+ markerWidth="8.75"
446
+ markerHeight="5"
447
+ viewBox="0 0 8.75 5"
448
+ inkscape:isstock="true"
449
+ inkscape:collect="always"
450
+ preserveAspectRatio="xMidYMid">
451
+ <path
452
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
453
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
454
+ id="arrow1L-3-1"
455
+ transform="scale(-0.5)" />
456
+ </marker>
457
+ <rect
458
+ x="297.44699"
459
+ y="262.57495"
460
+ width="73.803772"
461
+ height="34.937069"
462
+ id="rect1409-7-2" />
463
+ <marker
464
+ style="overflow:visible"
465
+ id="Arrow1L-7"
466
+ refX="0"
467
+ refY="0"
468
+ orient="auto-start-reverse"
469
+ inkscape:stockid="Arrow1L"
470
+ markerWidth="8.75"
471
+ markerHeight="5"
472
+ viewBox="0 0 8.75 5"
473
+ inkscape:isstock="true"
474
+ inkscape:collect="always"
475
+ preserveAspectRatio="xMidYMid">
476
+ <path
477
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
478
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
479
+ id="arrow1L-0"
480
+ transform="scale(-0.5)" />
481
+ </marker>
482
+ <rect
483
+ x="297.44699"
484
+ y="262.57495"
485
+ width="73.803772"
486
+ height="34.937069"
487
+ id="rect1409-9" />
488
+ <rect
489
+ x="134.53432"
490
+ y="178.27589"
491
+ width="23.407116"
492
+ height="18.097927"
493
+ id="rect1503-3" />
494
+ <rect
495
+ x="154.52042"
496
+ y="258.84622"
497
+ width="53.161572"
498
+ height="18.636742"
499
+ id="rect1517-6" />
500
+ <rect
501
+ x="165.53709"
502
+ y="227.93633"
503
+ width="17.956255"
504
+ height="23.248026"
505
+ id="rect1529-0" />
506
+ <rect
507
+ x="277.39005"
508
+ y="227.39055"
509
+ width="48.000626"
510
+ height="21.520485"
511
+ id="rect1541-6" />
512
+ <rect
513
+ x="144.96107"
514
+ y="171.43387"
515
+ width="20.18119"
516
+ height="17.023781"
517
+ id="rect1553-2" />
518
+ <rect
519
+ x="190.74297"
520
+ y="238.79276"
521
+ width="32.673229"
522
+ height="18.216373"
523
+ id="rect1700-8" />
524
+ <marker
525
+ style="overflow:visible"
526
+ id="marker1720-7"
527
+ refX="0"
528
+ refY="0"
529
+ orient="auto-start-reverse"
530
+ inkscape:stockid="Arrow1L"
531
+ markerWidth="8.75"
532
+ markerHeight="5"
533
+ viewBox="0 0 8.75 5"
534
+ inkscape:isstock="true"
535
+ inkscape:collect="always"
536
+ preserveAspectRatio="xMidYMid">
537
+ <path
538
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
539
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
540
+ id="path1718-9"
541
+ transform="scale(-0.5)" />
542
+ </marker>
543
+ <rect
544
+ x="209.51152"
545
+ y="237.97119"
546
+ width="32.898514"
547
+ height="19.469933"
548
+ id="rect1880-2" />
549
+ <rect
550
+ x="62.586197"
551
+ y="328.48462"
552
+ width="255.34044"
553
+ height="34.586372"
554
+ id="rect2254-0" />
555
+ <rect
556
+ x="233.9202"
557
+ y="487.77658"
558
+ width="62.576904"
559
+ height="47.573685"
560
+ id="rect3610-2" />
561
+ <rect
562
+ x="126.98392"
563
+ y="258.93564"
564
+ width="42.994915"
565
+ height="24.019091"
566
+ id="rect1565-3" />
567
+ <marker
568
+ style="overflow:visible"
569
+ id="Arrow1L-7-2"
570
+ refX="0"
571
+ refY="0"
572
+ orient="auto-start-reverse"
573
+ inkscape:stockid="Arrow1L"
574
+ markerWidth="8.75"
575
+ markerHeight="5"
576
+ viewBox="0 0 8.75 5"
577
+ inkscape:isstock="true"
578
+ inkscape:collect="always"
579
+ preserveAspectRatio="xMidYMid">
580
+ <path
581
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
582
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
583
+ id="arrow1L-0-0"
584
+ transform="scale(-0.5)" />
585
+ </marker>
586
+ <rect
587
+ x="297.44699"
588
+ y="262.57495"
589
+ width="73.803772"
590
+ height="34.937069"
591
+ id="rect1409-9-1" />
592
+ <rect
593
+ x="297.44699"
594
+ y="262.57495"
595
+ width="73.803772"
596
+ height="34.937069"
597
+ id="rect1409-9-1-5" />
598
+ <marker
599
+ style="overflow:visible"
600
+ id="Arrow1L-7-2-4"
601
+ refX="0"
602
+ refY="0"
603
+ orient="auto-start-reverse"
604
+ inkscape:stockid="Arrow1L"
605
+ markerWidth="8.75"
606
+ markerHeight="5"
607
+ viewBox="0 0 8.75 5"
608
+ inkscape:isstock="true"
609
+ inkscape:collect="always"
610
+ preserveAspectRatio="xMidYMid">
611
+ <path
612
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
613
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
614
+ id="arrow1L-0-0-7"
615
+ transform="scale(-0.5)" />
616
+ </marker>
617
+ <marker
618
+ style="overflow:visible"
619
+ id="Arrow1L-5-9-6"
620
+ refX="0"
621
+ refY="0"
622
+ orient="auto-start-reverse"
623
+ inkscape:stockid="Arrow1L"
624
+ markerWidth="8.75"
625
+ markerHeight="5"
626
+ viewBox="0 0 8.75 5"
627
+ inkscape:isstock="true"
628
+ inkscape:collect="always"
629
+ preserveAspectRatio="xMidYMid">
630
+ <path
631
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
632
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
633
+ id="arrow1L-3-1-5"
634
+ transform="scale(-0.5)" />
635
+ </marker>
636
+ <rect
637
+ x="297.44699"
638
+ y="262.57495"
639
+ width="73.803772"
640
+ height="34.937069"
641
+ id="rect1409-7-2-6" />
642
+ <rect
643
+ x="297.44699"
644
+ y="262.57495"
645
+ width="73.803772"
646
+ height="34.937069"
647
+ id="rect1409-9-7" />
648
+ <rect
649
+ x="134.53432"
650
+ y="178.27589"
651
+ width="23.407116"
652
+ height="18.097927"
653
+ id="rect1503-3-4" />
654
+ <rect
655
+ x="165.53709"
656
+ y="227.93633"
657
+ width="17.956255"
658
+ height="23.248026"
659
+ id="rect1529-0-5" />
660
+ <rect
661
+ x="277.39005"
662
+ y="227.39055"
663
+ width="48.000626"
664
+ height="21.520485"
665
+ id="rect1541-6-2" />
666
+ <marker
667
+ style="overflow:visible"
668
+ id="marker1720-7-5"
669
+ refX="0"
670
+ refY="0"
671
+ orient="auto-start-reverse"
672
+ inkscape:stockid="Arrow1L"
673
+ markerWidth="8.75"
674
+ markerHeight="5"
675
+ viewBox="0 0 8.75 5"
676
+ inkscape:isstock="true"
677
+ inkscape:collect="always"
678
+ preserveAspectRatio="xMidYMid">
679
+ <path
680
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
681
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
682
+ id="path1718-9-4"
683
+ transform="scale(-0.5)" />
684
+ </marker>
685
+ <rect
686
+ x="62.586197"
687
+ y="328.48462"
688
+ width="375.7233"
689
+ height="31.328165"
690
+ id="rect2254-0-7" />
691
+ <marker
692
+ style="overflow:visible"
693
+ id="Arrow1L-7-6"
694
+ refX="0"
695
+ refY="0"
696
+ orient="auto-start-reverse"
697
+ inkscape:stockid="Arrow1L"
698
+ markerWidth="8.75"
699
+ markerHeight="5"
700
+ viewBox="0 0 8.75 5"
701
+ inkscape:isstock="true"
702
+ inkscape:collect="always"
703
+ preserveAspectRatio="xMidYMid">
704
+ <path
705
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
706
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
707
+ id="arrow1L-0-6"
708
+ transform="scale(-0.5)" />
709
+ </marker>
710
+ <rect
711
+ x="297.44699"
712
+ y="262.57495"
713
+ width="73.803772"
714
+ height="34.937069"
715
+ id="rect1409-9-4" />
716
+ <marker
717
+ style="overflow:visible"
718
+ id="Arrow1L-5-3"
719
+ refX="0"
720
+ refY="0"
721
+ orient="auto-start-reverse"
722
+ inkscape:stockid="Arrow1L"
723
+ markerWidth="8.75"
724
+ markerHeight="5"
725
+ viewBox="0 0 8.75 5"
726
+ inkscape:isstock="true"
727
+ inkscape:collect="always"
728
+ preserveAspectRatio="xMidYMid">
729
+ <path
730
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
731
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
732
+ id="arrow1L-3-6"
733
+ transform="scale(-0.5)" />
734
+ </marker>
735
+ <rect
736
+ x="297.44699"
737
+ y="262.57495"
738
+ width="73.803772"
739
+ height="34.937069"
740
+ id="rect1409-7-7" />
741
+ <marker
742
+ style="overflow:visible"
743
+ id="Arrow1L-53"
744
+ refX="0"
745
+ refY="0"
746
+ orient="auto-start-reverse"
747
+ inkscape:stockid="Arrow1L"
748
+ markerWidth="8.75"
749
+ markerHeight="5"
750
+ viewBox="0 0 8.75 5"
751
+ inkscape:isstock="true"
752
+ inkscape:collect="always"
753
+ preserveAspectRatio="xMidYMid">
754
+ <path
755
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
756
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
757
+ id="arrow1L-5"
758
+ transform="scale(-0.5)" />
759
+ </marker>
760
+ <rect
761
+ x="297.44699"
762
+ y="262.57495"
763
+ width="73.803772"
764
+ height="34.937069"
765
+ id="rect1409-6" />
766
+ <rect
767
+ x="134.53432"
768
+ y="178.27589"
769
+ width="23.407116"
770
+ height="18.097927"
771
+ id="rect1503-2" />
772
+ <rect
773
+ x="154.52042"
774
+ y="258.84622"
775
+ width="53.161572"
776
+ height="18.636742"
777
+ id="rect1517-9" />
778
+ <rect
779
+ x="165.53709"
780
+ y="227.93633"
781
+ width="17.956255"
782
+ height="23.248026"
783
+ id="rect1529-1" />
784
+ <rect
785
+ x="277.39005"
786
+ y="227.39055"
787
+ width="29.252798"
788
+ height="20.904644"
789
+ id="rect1541-2" />
790
+ <rect
791
+ x="144.96107"
792
+ y="171.43387"
793
+ width="20.18119"
794
+ height="17.023781"
795
+ id="rect1553-7" />
796
+ <marker
797
+ style="overflow:visible"
798
+ id="marker1617-0"
799
+ refX="0"
800
+ refY="0"
801
+ orient="auto-start-reverse"
802
+ inkscape:stockid="Arrow1L"
803
+ markerWidth="8.75"
804
+ markerHeight="5"
805
+ viewBox="0 0 8.75 5"
806
+ inkscape:isstock="true"
807
+ inkscape:collect="always"
808
+ preserveAspectRatio="xMidYMid">
809
+ <path
810
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
811
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
812
+ id="path1615-9"
813
+ transform="scale(-0.5)" />
814
+ </marker>
815
+ <rect
816
+ x="190.74297"
817
+ y="238.79276"
818
+ width="32.673229"
819
+ height="18.216373"
820
+ id="rect1700-3" />
821
+ <marker
822
+ style="overflow:visible"
823
+ id="marker1720-6"
824
+ refX="0"
825
+ refY="0"
826
+ orient="auto-start-reverse"
827
+ inkscape:stockid="Arrow1L"
828
+ markerWidth="8.75"
829
+ markerHeight="5"
830
+ viewBox="0 0 8.75 5"
831
+ inkscape:isstock="true"
832
+ inkscape:collect="always"
833
+ preserveAspectRatio="xMidYMid">
834
+ <path
835
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
836
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
837
+ id="path1718-0"
838
+ transform="scale(-0.5)" />
839
+ </marker>
840
+ <rect
841
+ x="209.51152"
842
+ y="237.97119"
843
+ width="32.898514"
844
+ height="19.469933"
845
+ id="rect1880-6" />
846
+ <rect
847
+ x="91.259537"
848
+ y="324.38312"
849
+ width="303.48312"
850
+ height="167.26038"
851
+ id="rect1906-2" />
852
+ <rect
853
+ x="62.586197"
854
+ y="328.48462"
855
+ width="255.34044"
856
+ height="34.586372"
857
+ id="rect2254-6" />
858
+ <rect
859
+ x="233.9202"
860
+ y="487.77658"
861
+ width="62.576904"
862
+ height="47.573685"
863
+ id="rect3610-1" />
864
+ <rect
865
+ x="126.98392"
866
+ y="258.93564"
867
+ width="42.994915"
868
+ height="24.019091"
869
+ id="rect1565-8" />
870
+ <rect
871
+ x="36.400284"
872
+ y="1385.045"
873
+ width="164.14203"
874
+ height="25.889936"
875
+ id="rect1057-6" />
876
+ <rect
877
+ x="249.08832"
878
+ y="465.56903"
879
+ width="309.47745"
880
+ height="42.190174"
881
+ id="rect501-3" />
882
+ <rect
883
+ x="218.58563"
884
+ y="2027.2568"
885
+ width="53.004986"
886
+ height="22.188326"
887
+ id="rect1704-2" />
888
+ <rect
889
+ x="161.64583"
890
+ y="2034.4711"
891
+ width="38.155838"
892
+ height="24.209925"
893
+ id="rect3150-6" />
894
+ <rect
895
+ x="267.98053"
896
+ y="1898.3291"
897
+ width="26.109903"
898
+ height="23.071518"
899
+ id="rect3258-1" />
900
+ <rect
901
+ x="123.13773"
902
+ y="1972.447"
903
+ width="21.833599"
904
+ height="16.79192"
905
+ id="rect3422-8" />
906
+ <rect
907
+ x="157.44498"
908
+ y="2017.3688"
909
+ width="36.710667"
910
+ height="37.622108"
911
+ id="rect5057-7" />
912
+ <rect
913
+ x="139.90091"
914
+ y="1851.1182"
915
+ width="25.976976"
916
+ height="28.906734"
917
+ id="rect5159-9" />
918
+ <rect
919
+ x="200.07756"
920
+ y="1856.646"
921
+ width="36.03899"
922
+ height="25.502369"
923
+ id="rect5261-2" />
924
+ <rect
925
+ x="294.21414"
926
+ y="1988.3373"
927
+ width="27.770304"
928
+ height="25.008053"
929
+ id="rect5363-0" />
930
+ <rect
931
+ x="87.17675"
932
+ y="2104.6704"
933
+ width="421.07727"
934
+ height="67.578239"
935
+ id="rect5483-2" />
936
+ <rect
937
+ x="278.24826"
938
+ y="2057.4856"
939
+ width="210.67659"
940
+ height="37.436539"
941
+ id="rect6449-3" />
942
+ <rect
943
+ x="267.98053"
944
+ y="1898.3291"
945
+ width="26.109903"
946
+ height="23.071518"
947
+ id="rect3258-5" />
948
+ <rect
949
+ x="267.98053"
950
+ y="1898.3291"
951
+ width="26.109903"
952
+ height="23.071518"
953
+ id="rect3258-1-7" />
954
+ <rect
955
+ x="354.52051"
956
+ y="2345.0847"
957
+ width="59.179813"
958
+ height="35.823856"
959
+ id="rect8612-5" />
960
+ <rect
961
+ x="317.10938"
962
+ y="3176.2305"
963
+ width="120.82227"
964
+ height="40.15625"
965
+ id="rect852-3" />
966
+ <marker
967
+ style="overflow:visible"
968
+ id="marker1720-67"
969
+ refX="0"
970
+ refY="0"
971
+ orient="auto-start-reverse"
972
+ inkscape:stockid="Arrow1L"
973
+ markerWidth="8.75"
974
+ markerHeight="5"
975
+ viewBox="0 0 8.75 5"
976
+ inkscape:isstock="true"
977
+ inkscape:collect="always"
978
+ preserveAspectRatio="xMidYMid">
979
+ <path
980
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
981
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
982
+ id="path1718-5"
983
+ transform="scale(-0.5)" />
984
+ </marker>
985
+ <rect
986
+ x="188.03516"
987
+ y="3206.2598"
988
+ width="75.541016"
989
+ height="32.636719"
990
+ id="rect1733-3" />
991
+ <rect
992
+ x="228.46289"
993
+ y="3183.7266"
994
+ width="73.394531"
995
+ height="25.300781"
996
+ id="rect1891-5" />
997
+ <rect
998
+ x="225.55602"
999
+ y="3188.9314"
1000
+ width="71.829346"
1001
+ height="27.439058"
1002
+ id="rect2929-6" />
1003
+ <rect
1004
+ x="261.25525"
1005
+ y="3152.5127"
1006
+ width="59.789192"
1007
+ height="20.682873"
1008
+ id="rect3037-2" />
1009
+ <rect
1010
+ x="129.105"
1011
+ y="3243.9546"
1012
+ width="257.10513"
1013
+ height="29.938791"
1014
+ id="rect3139-9" />
1015
+ </defs>
1016
+ <g
1017
+ inkscape:label="Layer 1"
1018
+ inkscape:groupmode="layer"
1019
+ id="layer1">
1020
+ <rect
1021
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
1022
+ id="rect3291"
1023
+ width="58.405277"
1024
+ height="67.126099"
1025
+ x="32.147095"
1026
+ y="796.38019"
1027
+ inkscape:export-filename="right_side_angle_kitchen.svg"
1028
+ inkscape:export-xdpi="96"
1029
+ inkscape:export-ydpi="96" />
1030
+ <rect
1031
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
1032
+ id="rect3811"
1033
+ width="131.08141"
1034
+ height="86.06813"
1035
+ x="13.16302"
1036
+ y="689.12488"
1037
+ inkscape:export-filename="calculation_of_initAngle2.svg"
1038
+ inkscape:export-xdpi="96"
1039
+ inkscape:export-ydpi="96" />
1040
+ <path
1041
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1042
+ d="m 46.318267,735.69136 60.486013,-0.0399"
1043
+ id="path3495" />
1044
+ <rect
1045
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
1046
+ id="rect6601"
1047
+ width="93.287498"
1048
+ height="75.254471"
1049
+ x="20.769566"
1050
+ y="487.50513"
1051
+ inkscape:export-filename="point_c_position_and_speed_positive.svg"
1052
+ inkscape:export-xdpi="96"
1053
+ inkscape:export-ydpi="96" />
1054
+ <text
1055
+ xml:space="preserve"
1056
+ transform="matrix(0.26458333,0,0,0.26458333,-13.386634,13.838717)"
1057
+ id="text3256-4"
1058
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3258-5);display:inline;fill:#00aad4"><tspan
1059
+ x="267.98047"
1060
+ y="1911.3047"
1061
+ id="tspan7423">ap</tspan></text>
1062
+ <rect
1063
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583"
1064
+ id="rect4692"
1065
+ width="10.23444"
1066
+ height="5.2262459"
1067
+ x="139.83708"
1068
+ y="492.67719"
1069
+ inkscape:transform-center-x="-4.5323972"
1070
+ inkscape:transform-center-y="4.0231786"
1071
+ transform="matrix(0.98836555,0.15209713,-0.15183476,0.98840589,0,0)" />
1072
+ <rect
1073
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
1074
+ id="rect2328-79"
1075
+ width="72.743347"
1076
+ height="68.100571"
1077
+ x="8.3176336"
1078
+ y="364.82318"
1079
+ inkscape:export-filename="negative_involute_of_circle_R0.svg"
1080
+ inkscape:export-xdpi="96"
1081
+ inkscape:export-ydpi="96" />
1082
+ <rect
1083
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
1084
+ id="rect2328-7-4"
1085
+ width="116.7079"
1086
+ height="87.854507"
1087
+ x="16.03759"
1088
+ y="218.09514"
1089
+ inkscape:export-filename="involute_of_circle_Ri2_u2.svg"
1090
+ inkscape:export-xdpi="96"
1091
+ inkscape:export-ydpi="96" />
1092
+ <text
1093
+ xml:space="preserve"
1094
+ transform="matrix(0.26458333,0,0,0.26458333,-13.062633,95.427226)"
1095
+ id="text499-6"
1096
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect501-3);display:inline"><tspan
1097
+ x="249.08789"
1098
+ y="478.54495"
1099
+ id="tspan7425">C: point of the involute at u=u2=-j=i1-i2</tspan></text>
1100
+ <rect
1101
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
1102
+ id="rect2328"
1103
+ width="72.638191"
1104
+ height="64.705132"
1105
+ x="8.648963"
1106
+ y="28.140547"
1107
+ inkscape:export-filename="involute_of_circle_R0.svg"
1108
+ inkscape:export-xdpi="96"
1109
+ inkscape:export-ydpi="96" />
1110
+ <text
1111
+ xml:space="preserve"
1112
+ transform="matrix(0.26458333,0,0,0.26458333,0.55660434,-337.37036)"
1113
+ id="text1055-3"
1114
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1057-6);display:inline"><tspan
1115
+ x="36.400391"
1116
+ y="1398.0215"
1117
+ id="tspan7427">tooth right side</tspan></text>
1118
+ <path
1119
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-5)"
1120
+ d="m 77.152608,49.953381 c 0,0 0.271303,-1.329099 0.05026,-1.917028 -0.22019,-0.585702 -1.249094,-1.279569 -1.249094,-1.279569"
1121
+ id="path464-5"
1122
+ sodipodi:nodetypes="cac" />
1123
+ <text
1124
+ xml:space="preserve"
1125
+ transform="matrix(0.26458333,0,0,0.26458333,-1.7534677,-25.026951)"
1126
+ id="text1407-6"
1127
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1409-7);display:inline"><tspan
1128
+ x="297.44727"
1129
+ y="275.55081"
1130
+ id="tspan7429">u</tspan></text>
1131
+ <path
1132
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1133
+ d="M 36.275177,60.314609 72.936108,49.748119"
1134
+ id="path1611" />
1135
+ <text
1136
+ xml:space="preserve"
1137
+ transform="scale(0.26458333)"
1138
+ id="text111"
1139
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect113);display:inline"><tspan
1140
+ x="19.15625"
1141
+ y="28.736358"
1142
+ id="tspan7431">involute_of_circle.svg</tspan></text>
1143
+ <circle
1144
+ style="fill:none;stroke:#808080;stroke-width:0.264583"
1145
+ id="path244"
1146
+ cx="36.275173"
1147
+ cy="60.31461"
1148
+ r="24.768845" />
1149
+ <path
1150
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1151
+ d="M 36.275177,60.314609 H 61.044021"
1152
+ id="path460" />
1153
+ <path
1154
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1155
+ d="M 36.275177,60.314609 46.491444,37.750842"
1156
+ id="path462" />
1157
+ <path
1158
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L)"
1159
+ d="m 40.672397,60.261464 c 0,0 0.271303,-1.329099 0.05026,-1.917028 -0.22019,-0.585702 -1.249094,-1.279569 -1.249094,-1.279569"
1160
+ id="path464"
1161
+ sodipodi:nodetypes="cac" />
1162
+ <text
1163
+ xml:space="preserve"
1164
+ transform="matrix(0.26458333,0,0,0.26458333,-38.233679,-14.718868)"
1165
+ id="text1407"
1166
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1409);display:inline"><tspan
1167
+ x="297.44727"
1168
+ y="275.55081"
1169
+ id="tspan7433">u</tspan></text>
1170
+ <path
1171
+ style="fill:none;stroke:#ff0000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1172
+ d="M 46.486873,37.757688 72.936108,49.74812"
1173
+ id="path462-3" />
1174
+ <text
1175
+ xml:space="preserve"
1176
+ transform="matrix(0.26458333,0,0,0.26458333,2.8604662,-2.5234013)"
1177
+ id="text1501"
1178
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1503);display:inline"><tspan
1179
+ x="134.53516"
1180
+ y="191.25198"
1181
+ id="tspan7435">R</tspan></text>
1182
+ <path
1183
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1184
+ d="m 46.607815,37.987742 c 0,0 2.778437,1.371693 4.055018,2.240738 1.335868,0.909405 2.624732,1.916067 3.737324,3.088116 1.208454,1.273033 2.220839,2.73202 3.138506,4.228303 0.832745,1.357815 1.577486,2.783729 2.128898,4.278075 0.510647,1.383872 0.841979,2.836176 1.074436,4.292825 0.21991,1.378025 0.298027,4.175762 0.298027,4.175762"
1185
+ id="path1513"
1186
+ sodipodi:nodetypes="caaaaac" />
1187
+ <text
1188
+ xml:space="preserve"
1189
+ transform="matrix(0.26458333,0,0,0.26458333,19.124464,-28.351011)"
1190
+ id="text1515"
1191
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1517);display:inline"><tspan
1192
+ x="154.51953"
1193
+ y="271.8223"
1194
+ id="tspan7437">u*R</tspan></text>
1195
+ <text
1196
+ xml:space="preserve"
1197
+ transform="matrix(0.26458333,0,0,0.26458333,-10.583334,0)"
1198
+ id="text1527"
1199
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1529);display:inline"><tspan
1200
+ x="165.53711"
1201
+ y="240.91214"
1202
+ id="tspan7439">O</tspan></text>
1203
+ <text
1204
+ xml:space="preserve"
1205
+ transform="matrix(0.26458333,0,0,0.26458333,-11.74134,-0.10569215)"
1206
+ id="text1539"
1207
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1541);display:inline"><tspan
1208
+ x="277.39062"
1209
+ y="240.36722"
1210
+ id="tspan7441">A</tspan></text>
1211
+ <text
1212
+ xml:space="preserve"
1213
+ transform="matrix(0.26458333,0,0,0.26458333,7.0918388,-12.082093)"
1214
+ id="text1551"
1215
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1553);display:inline"><tspan
1216
+ x="144.96094"
1217
+ y="184.41019"
1218
+ id="tspan7443">B</tspan></text>
1219
+ <path
1220
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1617)"
1221
+ d="m 46.55497,57.292853 c 0,0 -0.519043,-2.583239 -1.177978,-3.695695 -0.317805,-0.536539 -0.771827,-1.008026 -1.290119,-1.354794 -0.599298,-0.400966 -2.017216,-0.78117 -2.017216,-0.78117"
1222
+ id="path1613"
1223
+ sodipodi:nodetypes="caac" />
1224
+ <text
1225
+ xml:space="preserve"
1226
+ transform="matrix(0.26458333,0,0,0.26458333,-5.4984329,-13.164209)"
1227
+ id="text1698"
1228
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1700);display:inline"><tspan
1229
+ x="190.74219"
1230
+ y="251.76956"
1231
+ id="tspan7445">v</tspan></text>
1232
+ <path
1233
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
1234
+ d="m 49.784879,60.218745 c 0,0 0.494633,-0.870529 0.487904,-1.348498 -0.0062,-0.441255 -0.485291,-1.231744 -0.485291,-1.231744"
1235
+ id="path1716"
1236
+ sodipodi:nodetypes="cac" />
1237
+ <text
1238
+ xml:space="preserve"
1239
+ transform="matrix(0.26458333,0,0,0.26458333,-4.933717,-6.650313)"
1240
+ id="text1878"
1241
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1880);display:inline"><tspan
1242
+ x="209.51172"
1243
+ y="250.9473"
1244
+ id="tspan7447">w</tspan></text>
1245
+ <path
1246
+ style="fill:none;stroke:#ff00ff;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
1247
+ d="m 61.224678,60.291255 c 0,0 1.783936,-0.04633 2.591303,-0.378219 2.469597,-1.01518 4.705091,-2.729733 6.448453,-4.752155 1.302759,-1.511292 2.197293,-3.388096 2.802071,-5.289524 0.904794,-2.844683 1.032826,-5.898398 1.14971,-8.881217 0.105375,-2.689132 -0.406793,-8.063334 -0.406793,-8.063334"
1248
+ id="path1902"
1249
+ sodipodi:nodetypes="caaaac" />
1250
+ <text
1251
+ xml:space="preserve"
1252
+ transform="matrix(0.26458333,0,0,0.26458333,61.906454,-41.255599)"
1253
+ id="text1904"
1254
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1906);display:inline"><tspan
1255
+ x="91.259766"
1256
+ y="337.3594"
1257
+ id="tspan7449">OB=R
1258
+ </tspan><tspan
1259
+ x="91.259766"
1260
+ y="355.69278"
1261
+ id="tspan7451">BC=arc(BA)=u*R
1262
+ </tspan><tspan
1263
+ x="91.259766"
1264
+ y="374.02615"
1265
+ id="tspan7461">L=OC=sqrt(R<tspan
1266
+ style="font-size:65%;baseline-shift:super"
1267
+ id="tspan7453">2</tspan>+u<tspan
1268
+ style="font-size:65%;baseline-shift:super"
1269
+ id="tspan7455">2</tspan>*R<tspan
1270
+ style="font-size:65%;baseline-shift:super"
1271
+ id="tspan7457">2</tspan>)=R*sqrt(1+u<tspan
1272
+ style="font-size:65%;baseline-shift:super"
1273
+ id="tspan7459">2</tspan>)
1274
+ </tspan><tspan
1275
+ x="91.259766"
1276
+ y="392.35953"
1277
+ id="tspan7463">u=v+w
1278
+ </tspan><tspan
1279
+ x="91.259766"
1280
+ y="410.6929"
1281
+ id="tspan7465">v=atan(u*R/R)=atan(u) if u&lt;PI/2
1282
+ </tspan><tspan
1283
+ x="91.259766"
1284
+ y="429.02627"
1285
+ id="tspan7467">w=u-v=u-atan(u)
1286
+ </tspan><tspan
1287
+ x="91.259766"
1288
+ y="447.35965"
1289
+ id="tspan7473">u=sqrt(L<tspan
1290
+ style="font-size:65%;baseline-shift:super"
1291
+ id="tspan7469">2</tspan>/R<tspan
1292
+ style="font-size:65%;baseline-shift:super"
1293
+ id="tspan7471">2</tspan>-1)
1294
+ </tspan><tspan
1295
+ x="91.259766"
1296
+ y="465.69302"
1297
+ id="tspan7475">u=f(w) [I don't know how to find f]</tspan></text>
1298
+ <text
1299
+ xml:space="preserve"
1300
+ transform="matrix(0.26458333,0,0,0.26458333,-4.7051269,0.06083446)"
1301
+ id="text2252"
1302
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2254);display:inline"><tspan
1303
+ x="62.585938"
1304
+ y="341.46097"
1305
+ id="tspan7477">involute of circle (R, 0)</tspan></text>
1306
+ <text
1307
+ xml:space="preserve"
1308
+ transform="matrix(0.26458333,0,0,0.26458333,-7.8544053,-78.437746)"
1309
+ id="text3608"
1310
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3610);display:inline"><tspan
1311
+ x="233.91992"
1312
+ y="500.75394"
1313
+ id="tspan7479">L</tspan></text>
1314
+ <path
1315
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
1316
+ d="m 72.967027,49.881319 4.473936,-9.987927"
1317
+ id="path462-6" />
1318
+ <text
1319
+ xml:space="preserve"
1320
+ transform="matrix(0.26458333,0,0,0.26458333,37.274334,-18.430384)"
1321
+ id="text1563"
1322
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1565);display:inline"><tspan
1323
+ x="126.98438"
1324
+ y="271.91214"
1325
+ id="tspan7481">C</tspan></text>
1326
+ <path
1327
+ style="fill:none;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1328
+ d="m 73.156209,49.935262 h 7.130843"
1329
+ id="path4009" />
1330
+ <path
1331
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1332
+ d="m 46.042178,38.984137 1.171525,0.511564 0.462711,-1.279369"
1333
+ id="path1446" />
1334
+ <path
1335
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1336
+ d="m 73.558023,48.448196 -1.171525,-0.511564 -0.462711,1.279369"
1337
+ id="path1446-2" />
1338
+ <rect
1339
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
1340
+ id="rect2328-7"
1341
+ width="116.7079"
1342
+ height="87.854507"
1343
+ x="17.71174"
1344
+ y="113.27207"
1345
+ inkscape:export-filename="involute_of_circle_Ri1_u0.svg"
1346
+ inkscape:export-xdpi="96"
1347
+ inkscape:export-ydpi="96" />
1348
+ <text
1349
+ xml:space="preserve"
1350
+ transform="matrix(0.26458333,0,0,0.26458333,21.97156,85.207279)"
1351
+ id="text1407-3-5"
1352
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1409-9-1);display:inline"><tspan
1353
+ x="297.44727"
1354
+ y="275.55081"
1355
+ id="tspan7483">i1</tspan></text>
1356
+ <path
1357
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-7-2)"
1358
+ d="m 104.84602,159.08871 c 0,0 -1.3291,-0.2713 -1.91702,-0.0503 -0.58571,0.22019 -1.27957,1.2491 -1.27957,1.2491"
1359
+ id="path464-7-6"
1360
+ sodipodi:nodetypes="cac" />
1361
+ <path
1362
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-5-9)"
1363
+ d="m 59.781557,141.07158 c 0,0 0.2713,-1.3291 0.0503,-1.91703 -0.22019,-0.5857 -1.2491,-1.27957 -1.2491,-1.27957"
1364
+ id="path464-5-5"
1365
+ sodipodi:nodetypes="cac" />
1366
+ <text
1367
+ xml:space="preserve"
1368
+ transform="matrix(0.26458333,0,0,0.26458333,-18.48536,66.992427)"
1369
+ id="text1407-6-9"
1370
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1409-7-2);display:inline"><tspan
1371
+ x="297.44727"
1372
+ y="275.55081"
1373
+ id="tspan7485">i1</tspan></text>
1374
+ <circle
1375
+ style="fill:none;stroke:#808080;stroke-width:0.264583"
1376
+ id="path244-2"
1377
+ cx="45.337952"
1378
+ cy="163.46742"
1379
+ r="24.768845" />
1380
+ <path
1381
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1382
+ d="M 45.337952,163.46742 H 119.4684"
1383
+ id="path460-8" />
1384
+ <path
1385
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1386
+ d="M 45.337955,163.46743 55.554222,140.90366"
1387
+ id="path462-9" />
1388
+ <path
1389
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-7)"
1390
+ d="m 49.735175,163.41428 c 0,0 0.271303,-1.3291 0.05026,-1.91702 -0.22019,-0.58571 -1.249094,-1.27957 -1.249094,-1.27957"
1391
+ id="path464-7"
1392
+ sodipodi:nodetypes="cac" />
1393
+ <text
1394
+ xml:space="preserve"
1395
+ transform="matrix(0.26458333,0,0,0.26458333,-28.76898,88.805891)"
1396
+ id="text1407-3"
1397
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1409-9);display:inline"><tspan
1398
+ x="297.44727"
1399
+ y="275.55081"
1400
+ id="tspan7487">i1</tspan></text>
1401
+ <path
1402
+ style="fill:none;stroke:#ff0000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1403
+ d="m 55.513417,140.96466 68.844253,31.34922"
1404
+ id="path462-3-6" />
1405
+ <text
1406
+ xml:space="preserve"
1407
+ transform="matrix(0.26458333,0,0,0.26458333,11.923244,100.62942)"
1408
+ id="text1501-1"
1409
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1503-3);display:inline"><tspan
1410
+ x="134.53516"
1411
+ y="191.25198"
1412
+ id="tspan7489">R</tspan></text>
1413
+ <text
1414
+ xml:space="preserve"
1415
+ transform="matrix(0.26458333,0,0,0.26458333,-1.5205565,103.15282)"
1416
+ id="text1527-3"
1417
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1529-0);display:inline"><tspan
1418
+ x="165.53711"
1419
+ y="240.91214"
1420
+ id="tspan7491">O</tspan></text>
1421
+ <text
1422
+ xml:space="preserve"
1423
+ transform="matrix(0.26458333,0,0,0.26458333,-26.818184,77.4519)"
1424
+ id="text1539-1"
1425
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1541-6);display:inline"><tspan
1426
+ x="277.39062"
1427
+ y="240.36722"
1428
+ id="tspan7493">ABC</tspan></text>
1429
+ <path
1430
+ style="fill:none;stroke:#ff00ff;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720-7)"
1431
+ d="m 55.603725,140.838 c 0,0 0.837945,-1.57557 0.946517,-2.44173 0.332167,-2.64937 -0.05967,-5.43928 -0.961759,-7.95239 -0.6741,-1.87797 -1.867327,-3.58056 -3.224631,-5.04305 -2.030638,-2.18802 -4.625622,-3.80283 -7.164391,-5.37303 -2.288797,-1.4156 -7.21876,-3.61556 -7.21876,-3.61556"
1432
+ id="path1902-5"
1433
+ sodipodi:nodetypes="caaaac" />
1434
+ <text
1435
+ xml:space="preserve"
1436
+ transform="matrix(0.26458333,0,0,0.26458333,3.6815534,108.24527)"
1437
+ id="text2252-0"
1438
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2254-0);display:inline"><tspan
1439
+ x="62.585938"
1440
+ y="341.46097"
1441
+ id="tspan7495">involute of circle (R, i1)</tspan></text>
1442
+ <path
1443
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720-7)"
1444
+ d="m 55.595977,140.99952 4.47393,-9.98793"
1445
+ id="path462-6-6" />
1446
+ <path
1447
+ style="fill:none;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1448
+ d="m 55.785157,141.05346 h 7.13084"
1449
+ id="path4009-0" />
1450
+ <path
1451
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1452
+ d="m 55.104956,142.13696 1.171525,0.51156 0.462711,-1.27937"
1453
+ id="path1446-6" />
1454
+ <path
1455
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1456
+ d="m 104.97537,171.84457 c 0,-0.81514 0,-17.01888 0,-17.01888"
1457
+ id="path4963" />
1458
+ <text
1459
+ xml:space="preserve"
1460
+ transform="matrix(0.26458333,0,0,0.26458333,17.906104,190.32712)"
1461
+ id="text1407-3-5-4"
1462
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1409-9-1-5);display:inline"><tspan
1463
+ x="297.44727"
1464
+ y="275.55081"
1465
+ id="tspan7497">i1</tspan></text>
1466
+ <path
1467
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-7-2-4)"
1468
+ d="m 103.17187,263.91178 c 0,0 -1.3291,-0.2713 -1.91702,-0.0503 -0.58571,0.22019 -1.279568,1.2491 -1.279568,1.2491"
1469
+ id="path464-7-6-3"
1470
+ sodipodi:nodetypes="cac" />
1471
+ <path
1472
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-5-9-6)"
1473
+ d="m 74.822521,253.24375 c 0,0 0.2713,-1.3291 0.0503,-1.91703 -0.22019,-0.5857 -1.2491,-1.27957 -1.2491,-1.27957"
1474
+ id="path464-5-5-0"
1475
+ sodipodi:nodetypes="cac" />
1476
+ <text
1477
+ xml:space="preserve"
1478
+ transform="matrix(0.26458333,0,0,0.26458333,-3.4443965,179.1646)"
1479
+ id="text1407-6-9-7"
1480
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1409-7-2-6);display:inline"><tspan
1481
+ x="297.44727"
1482
+ y="275.55081"
1483
+ id="tspan7499">i1</tspan></text>
1484
+ <circle
1485
+ style="fill:none;stroke:#808080;stroke-width:0.264583"
1486
+ id="path244-2-8"
1487
+ cx="43.663803"
1488
+ cy="268.2905"
1489
+ r="24.768845" />
1490
+ <path
1491
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1492
+ d="m 43.6638,268.29049 h 74.13045"
1493
+ id="path460-8-6" />
1494
+ <path
1495
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1496
+ d="M 43.663803,268.2905 53.88007,245.72673"
1497
+ id="path462-9-8" />
1498
+ <path
1499
+ style="fill:none;stroke:#ff0000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1500
+ d="m 53.839265,245.78773 68.844255,31.34922"
1501
+ id="path462-3-6-3" />
1502
+ <text
1503
+ xml:space="preserve"
1504
+ transform="matrix(0.26458333,0,0,0.26458333,10.249092,205.45249)"
1505
+ id="text1501-1-1"
1506
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1503-3-4);display:inline"><tspan
1507
+ x="134.53516"
1508
+ y="191.25198"
1509
+ id="tspan7501">R</tspan></text>
1510
+ <text
1511
+ xml:space="preserve"
1512
+ transform="matrix(0.26458333,0,0,0.26458333,-3.1947087,207.97589)"
1513
+ id="text1527-3-4"
1514
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1529-0-5);display:inline"><tspan
1515
+ x="165.53711"
1516
+ y="240.91214"
1517
+ id="tspan7503">O</tspan></text>
1518
+ <text
1519
+ xml:space="preserve"
1520
+ transform="matrix(0.26458333,0,0,0.26458333,-8.789958,198.41822)"
1521
+ id="text1539-1-9"
1522
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1541-6-2);display:inline"><tspan
1523
+ x="277.39062"
1524
+ y="240.36722"
1525
+ id="tspan7505">A</tspan></text>
1526
+ <path
1527
+ style="fill:none;stroke:#ff00ff;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720-7-5)"
1528
+ d="m 66.342754,258.13228 c 0,0 1.542685,-0.89705 2.091589,-1.57582 1.679023,-2.07614 2.816928,-4.65341 3.375321,-7.26448 0.417273,-1.95117 0.300964,-4.027 -0.08135,-5.98531 -0.571966,-2.92981 -1.925677,-5.67007 -3.25514,-8.34278 -1.198559,-2.40956 -4.227891,-6.87806 -4.227891,-6.87806"
1529
+ id="path1902-5-2"
1530
+ sodipodi:nodetypes="caaaac"
1531
+ inkscape:transform-center-x="-1.8377856"
1532
+ inkscape:transform-center-y="-14.932968" />
1533
+ <text
1534
+ xml:space="preserve"
1535
+ transform="matrix(0.26458333,0,0,0.26458333,2.0074013,213.06834)"
1536
+ id="text2252-0-0"
1537
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2254-0-7);display:inline"><tspan
1538
+ x="62.585938"
1539
+ y="341.46097"
1540
+ id="tspan7507">involute of circle (R, i2)</tspan></text>
1541
+ <path
1542
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720-7-5)"
1543
+ d="m 70.636941,253.17169 4.47393,-9.98793"
1544
+ id="path462-6-6-6" />
1545
+ <path
1546
+ style="fill:none;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1547
+ d="m 70.826121,253.22563 h 7.13084"
1548
+ id="path4009-0-8" />
1549
+ <path
1550
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1551
+ d="m 53.430804,246.96003 1.171525,0.51156 0.462711,-1.27937"
1552
+ id="path1446-6-9" />
1553
+ <path
1554
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1555
+ d="m 103.30122,276.66764 c 0,-0.81514 0,-17.01888 0,-17.01888"
1556
+ id="path4963-2" />
1557
+ <path
1558
+ style="fill:none;stroke:#ffb380;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1559
+ d="M 43.663801,268.29049 66.26744,258.16275"
1560
+ id="path6610" />
1561
+ <path
1562
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
1563
+ d="m 53.296528,268.29049 c 0,0 0.404254,-1.03506 0.339786,-1.56496 -0.04666,-0.38352 -0.510331,-1.04065 -0.510331,-1.04065"
1564
+ id="path6612"
1565
+ sodipodi:nodetypes="cac" />
1566
+ <text
1567
+ xml:space="preserve"
1568
+ transform="matrix(0.26458333,0,0,0.26458333,-0.55161009,-0.31893013)"
1569
+ id="text7242"
1570
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7244);display:inline"><tspan
1571
+ x="205.93359"
1572
+ y="1013.2227"
1573
+ id="tspan7509">i2</tspan></text>
1574
+ <text
1575
+ xml:space="preserve"
1576
+ transform="matrix(0.26458333,0,0,0.26458333,-3.2162409,-4.1252353)"
1577
+ id="text7796"
1578
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7798);display:inline"><tspan
1579
+ x="271.00781"
1580
+ y="1042.6309"
1581
+ id="tspan7511">E</tspan></text>
1582
+ <text
1583
+ xml:space="preserve"
1584
+ transform="matrix(0.26458333,0,0,0.26458333,19.691317,5.0286751)"
1585
+ id="text7868"
1586
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7870);display:inline"><tspan
1587
+ x="123.37891"
1588
+ y="906.7637"
1589
+ id="tspan7513">B</tspan></text>
1590
+ <text
1591
+ xml:space="preserve"
1592
+ transform="matrix(0.26458333,0,0,0.26458333,22.963474,13.728003)"
1593
+ id="text7940"
1594
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7942);display:inline"><tspan
1595
+ x="170.39648"
1596
+ y="900.13284"
1597
+ id="tspan7515">C</tspan></text>
1598
+ <path
1599
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1600
+ d="M 43.587893,268.27966 70.246292,253.26309"
1601
+ id="path8012"
1602
+ sodipodi:nodetypes="cc" />
1603
+ <path
1604
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
1605
+ d="m 56.86824,262.4746 c 0,0 -0.455834,-2.6145 -1.280903,-3.57418 -1.18669,-1.3803 -4.80623,-2.59253 -4.80623,-2.59253"
1606
+ id="path8014"
1607
+ sodipodi:nodetypes="cac" />
1608
+ <text
1609
+ xml:space="preserve"
1610
+ transform="matrix(0.26458333,0,0,0.26458333,25.775378,-4.5985324)"
1611
+ id="text8026"
1612
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8028);display:inline"><tspan
1613
+ x="106.99805"
1614
+ y="990.0762"
1615
+ id="tspan7517">u2</tspan></text>
1616
+ <text
1617
+ xml:space="preserve"
1618
+ transform="scale(0.26458333)"
1619
+ id="text8098"
1620
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8100);display:inline"><tspan
1621
+ x="72.464844"
1622
+ y="1210.6524"
1623
+ id="tspan7519">if we choose u2=i1-i2, then
1624
+ </tspan><tspan
1625
+ x="72.464844"
1626
+ y="1228.9857"
1627
+ id="tspan7521">- C is on BF
1628
+ </tspan><tspan
1629
+ x="72.464844"
1630
+ y="1247.3191"
1631
+ id="tspan7523">- BC=R*u2=R*i1-R*i2
1632
+ </tspan><tspan
1633
+ x="72.464844"
1634
+ y="1265.6525"
1635
+ id="tspan7525">- dBC/dt=-R*di2/dt
1636
+ </tspan><tspan
1637
+ x="72.464844"
1638
+ y="1283.9859"
1639
+ id="tspan7527">- inclination of tangent in C = i1</tspan></text>
1640
+ <text
1641
+ xml:space="preserve"
1642
+ transform="matrix(0.26458333,0,0,0.26458333,-3.4221985,-51.538067)"
1643
+ id="text9028"
1644
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9030);display:inline"><tspan
1645
+ x="391.29297"
1646
+ y="1222.6153"
1647
+ id="tspan7529">F</tspan></text>
1648
+ <path
1649
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-7-6)"
1650
+ d="m 48.021881,268.0999 c 0,0 0.271303,-1.3291 0.05026,-1.91702 -0.22019,-0.58571 -1.249094,-1.27957 -1.249094,-1.27957"
1651
+ id="path464-7-9"
1652
+ sodipodi:nodetypes="cac" />
1653
+ <text
1654
+ xml:space="preserve"
1655
+ transform="matrix(0.26458333,0,0,0.26458333,-31.781892,191.33765)"
1656
+ id="text1407-3-50"
1657
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1409-9-4);display:inline"><tspan
1658
+ x="297.44727"
1659
+ y="275.55081"
1660
+ id="tspan7531">i1</tspan></text>
1661
+ <text
1662
+ xml:space="preserve"
1663
+ transform="scale(0.26458333)"
1664
+ id="text10942"
1665
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10944);display:inline" />
1666
+ <path
1667
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
1668
+ d="m 25.063799,249.14908 c 0,0 2.624483,-2.7329 4.207409,-3.74101 1.547112,-0.9853 5.052333,-2.18021 5.052333,-2.18021"
1669
+ id="path12544"
1670
+ sodipodi:nodetypes="cac" />
1671
+ <text
1672
+ xml:space="preserve"
1673
+ transform="matrix(0.26458333,0,0,0.26458333,59.04409,-24.000209)"
1674
+ id="text13174"
1675
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect13176);display:inline"><tspan
1676
+ x="-147.66602"
1677
+ y="1011.1778"
1678
+ id="tspan7533">j=i2-i1</tspan></text>
1679
+ <path
1680
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-5-3)"
1681
+ d="m 75.548083,406.00341 c 0,0 0.2713,1.3291 0.0503,1.91703 -0.22019,0.5857 -1.2491,1.27957 -1.2491,1.27957"
1682
+ id="path464-5-2"
1683
+ sodipodi:nodetypes="cac" />
1684
+ <text
1685
+ xml:space="preserve"
1686
+ transform="matrix(0.26458333,0,0,0.26458333,-3.0120401,336.82413)"
1687
+ id="text1407-6-0"
1688
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1409-7-7);display:inline"><tspan
1689
+ x="297.44727"
1690
+ y="275.55081"
1691
+ id="tspan7535">u</tspan></text>
1692
+ <path
1693
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1694
+ d="m 34.670653,395.64218 36.66093,10.56649"
1695
+ id="path1611-2" />
1696
+ <circle
1697
+ style="fill:none;stroke:#808080;stroke-width:0.264583"
1698
+ id="path244-3"
1699
+ cx="34.625793"
1700
+ cy="395.82312"
1701
+ r="24.768845" />
1702
+ <path
1703
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1704
+ d="m 34.625795,395.82314 h 24.76884"
1705
+ id="path460-7" />
1706
+ <path
1707
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1708
+ d="m 34.670653,395.64218 10.21626,22.56377"
1709
+ id="path462-5" />
1710
+ <path
1711
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-53)"
1712
+ d="m 39.067873,395.69533 c 0,0 0.2713,1.3291 0.0503,1.91702 -0.22019,0.58571 -1.2491,1.27957 -1.2491,1.27957"
1713
+ id="path464-9"
1714
+ sodipodi:nodetypes="cac" />
1715
+ <text
1716
+ xml:space="preserve"
1717
+ transform="matrix(0.26458333,0,0,0.26458333,-39.691958,327.00338)"
1718
+ id="text1407-2"
1719
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1409-6);display:inline"><tspan
1720
+ x="297.44727"
1721
+ y="275.55081"
1722
+ id="tspan7537">u</tspan></text>
1723
+ <path
1724
+ style="fill:none;stroke:#ff0000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1725
+ d="m 44.882343,418.1991 26.44924,-11.99043"
1726
+ id="path462-3-2" />
1727
+ <text
1728
+ xml:space="preserve"
1729
+ transform="matrix(0.26458333,0,0,0.26458333,1.5748624,358.96206)"
1730
+ id="text1501-8"
1731
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1503-2);display:inline"><tspan
1732
+ x="134.53516"
1733
+ y="191.25198"
1734
+ id="tspan7539">R</tspan></text>
1735
+ <path
1736
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1737
+ d="m 45.003293,417.96905 c 0,0 2.77843,-1.37169 4.05501,-2.24074 1.33587,-0.9094 2.62473,-1.91607 3.73733,-3.08812 1.20845,-1.27303 2.22084,-2.73202 3.1385,-4.2283 0.83275,-1.35781 1.57749,-2.78373 2.1289,-4.27807 0.51065,-1.38388 0.84198,-2.83618 1.07444,-4.29283 0.21991,-1.37802 0.29802,-4.17576 0.29802,-4.17576"
1738
+ id="path1513-9"
1739
+ sodipodi:nodetypes="caaaaac" />
1740
+ <text
1741
+ xml:space="preserve"
1742
+ transform="matrix(0.26458333,0,0,0.26458333,15.492732,343.86897)"
1743
+ id="text1515-7"
1744
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1517-9);display:inline"><tspan
1745
+ x="154.51953"
1746
+ y="271.8223"
1747
+ id="tspan7541">u*R</tspan></text>
1748
+ <text
1749
+ xml:space="preserve"
1750
+ transform="matrix(0.26458333,0,0,0.26458333,-12.232719,335.50853)"
1751
+ id="text1527-36"
1752
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1529-1);display:inline"><tspan
1753
+ x="165.53711"
1754
+ y="240.91214"
1755
+ id="tspan7543">O</tspan></text>
1756
+ <text
1757
+ xml:space="preserve"
1758
+ transform="matrix(0.26458333,0,0,0.26458333,-13.71579,331.02153)"
1759
+ id="text1539-12"
1760
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1541-2);display:inline"><tspan
1761
+ x="277.39062"
1762
+ y="240.36722"
1763
+ id="tspan7545">A</tspan></text>
1764
+ <text
1765
+ xml:space="preserve"
1766
+ transform="matrix(0.26458333,0,0,0.26458333,5.6704302,372.92787)"
1767
+ id="text1551-9"
1768
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1553-7);display:inline"><tspan
1769
+ x="144.96094"
1770
+ y="184.41019"
1771
+ id="tspan7547">B</tspan></text>
1772
+ <path
1773
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1617-0)"
1774
+ d="m 44.950443,398.66394 c 0,0 -0.51904,2.58324 -1.17798,3.69569 -0.3178,0.53654 -0.77183,1.00803 -1.29012,1.3548 -0.5993,0.40096 -2.01721,0.78117 -2.01721,0.78117"
1775
+ id="path1613-3"
1776
+ sodipodi:nodetypes="caac" />
1777
+ <text
1778
+ xml:space="preserve"
1779
+ transform="matrix(0.26458333,0,0,0.26458333,-6.6082966,338.18094)"
1780
+ id="text1698-1"
1781
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1700-3);display:inline"><tspan
1782
+ x="190.74219"
1783
+ y="251.76956"
1784
+ id="tspan7549">v</tspan></text>
1785
+ <path
1786
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720-6)"
1787
+ d="m 48.180353,395.73805 c 0,0 0.49463,0.87052 0.4879,1.34849 -0.006,0.44126 -0.48529,1.23175 -0.48529,1.23175"
1788
+ id="path1716-9"
1789
+ sodipodi:nodetypes="cac" />
1790
+ <text
1791
+ xml:space="preserve"
1792
+ transform="matrix(0.26458333,0,0,0.26458333,-6.1050295,332.5851)"
1793
+ id="text1878-4"
1794
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1880-6);display:inline"><tspan
1795
+ x="209.51172"
1796
+ y="250.9473"
1797
+ id="tspan7551">w</tspan></text>
1798
+ <path
1799
+ style="fill:none;stroke:#ff00ff;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720-6)"
1800
+ d="m 59.620153,395.66554 c 0,0 1.78393,0.0463 2.5913,0.37821 2.4696,1.01518 4.70509,2.72974 6.44845,4.75216 1.30276,1.51129 2.1973,3.3881 2.80208,5.28952 0.90479,2.84469 1.03282,5.8984 1.1497,8.88122 0.10538,2.68913 -0.40679,8.06333 -0.40679,8.06333"
1801
+ id="path1902-7"
1802
+ sodipodi:nodetypes="caaaac" />
1803
+ <text
1804
+ xml:space="preserve"
1805
+ transform="matrix(0.26458333,0,0,0.26458333,60.257065,294.25293)"
1806
+ id="text1904-8"
1807
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1906-2);display:inline"><tspan
1808
+ x="91.259766"
1809
+ y="337.3594"
1810
+ id="tspan7553">OB=R
1811
+ </tspan><tspan
1812
+ x="91.259766"
1813
+ y="355.69278"
1814
+ id="tspan7555">BC=arc(BA)=u*R
1815
+ </tspan><tspan
1816
+ x="91.259766"
1817
+ y="374.02615"
1818
+ id="tspan7565">L=OC=sqrt(R<tspan
1819
+ style="font-size:65%;baseline-shift:super"
1820
+ id="tspan7557">2</tspan>+u<tspan
1821
+ style="font-size:65%;baseline-shift:super"
1822
+ id="tspan7559">2</tspan>*R<tspan
1823
+ style="font-size:65%;baseline-shift:super"
1824
+ id="tspan7561">2</tspan>)=R*sqrt(1+u<tspan
1825
+ style="font-size:65%;baseline-shift:super"
1826
+ id="tspan7563">2</tspan>)
1827
+ </tspan><tspan
1828
+ x="91.259766"
1829
+ y="392.35953"
1830
+ id="tspan7567">u=v+w
1831
+ </tspan><tspan
1832
+ x="91.259766"
1833
+ y="410.6929"
1834
+ id="tspan7569">v=atan(u*R/R)=atan(u) if u&lt;PI/2
1835
+ </tspan><tspan
1836
+ x="91.259766"
1837
+ y="429.02627"
1838
+ id="tspan7571">w=u-v=u-atan(u)
1839
+ </tspan><tspan
1840
+ x="91.259766"
1841
+ y="447.35965"
1842
+ id="tspan7577">u=sqrt(L<tspan
1843
+ style="font-size:65%;baseline-shift:super"
1844
+ id="tspan7573">2</tspan>/R<tspan
1845
+ style="font-size:65%;baseline-shift:super"
1846
+ id="tspan7575">2</tspan>-1)
1847
+ </tspan><tspan
1848
+ x="91.259766"
1849
+ y="465.69302"
1850
+ id="tspan7579">u=f(w) [I don't know how to find f]</tspan></text>
1851
+ <text
1852
+ xml:space="preserve"
1853
+ transform="matrix(0.26458333,0,0,0.26458333,-7.4128458,341.39023)"
1854
+ id="text2252-4"
1855
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2254-6);display:inline"><tspan
1856
+ x="62.585938"
1857
+ y="341.46097"
1858
+ id="tspan7581">negative involute of circle (R, 0)</tspan></text>
1859
+ <text
1860
+ xml:space="preserve"
1861
+ transform="matrix(0.26458333,0,0,0.26458333,-10.692213,271.44369)"
1862
+ id="text3608-5"
1863
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3610-1);display:inline"><tspan
1864
+ x="233.91992"
1865
+ y="500.75394"
1866
+ id="tspan7583">L</tspan></text>
1867
+ <path
1868
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720-6)"
1869
+ d="m 71.362503,406.07547 4.47393,9.98793"
1870
+ id="path462-6-0" />
1871
+ <text
1872
+ xml:space="preserve"
1873
+ transform="matrix(0.26458333,0,0,0.26458333,37.907159,333.69112)"
1874
+ id="text1563-3"
1875
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1565-8);display:inline"><tspan
1876
+ x="126.98438"
1877
+ y="271.91214"
1878
+ id="tspan7585">C</tspan></text>
1879
+ <path
1880
+ style="fill:none;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1881
+ d="m 71.551683,406.02153 h 7.13084"
1882
+ id="path4009-6" />
1883
+ <path
1884
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1885
+ d="m 44.437653,416.97265 1.17152,-0.51156 0.46271,1.27937"
1886
+ id="path1446-1" />
1887
+ <path
1888
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1889
+ d="m 71.953493,407.50859 -1.17152,0.51157 -0.46271,-1.27937"
1890
+ id="path1446-2-0" />
1891
+ <text
1892
+ xml:space="preserve"
1893
+ transform="matrix(0.26458333,0,0,0.26458333,-0.71650652,-1.0328296)"
1894
+ id="text1055"
1895
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1057);display:inline"><tspan
1896
+ x="36.400391"
1897
+ y="1398.0215"
1898
+ id="tspan7587">tooth left side</tspan></text>
1899
+ <text
1900
+ xml:space="preserve"
1901
+ transform="matrix(0.26458333,0,0,0.26458333,0.31830558,-8.7822845)"
1902
+ id="text499"
1903
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect501);display:inline"><tspan
1904
+ x="249.08789"
1905
+ y="478.54495"
1906
+ id="tspan7589">C: point of the involute at u=0</tspan></text>
1907
+ <circle
1908
+ style="fill:none;stroke:#808080;stroke-width:0.264583"
1909
+ id="path244-3-3"
1910
+ cx="47.299717"
1911
+ cy="530.29834"
1912
+ r="24.647617" />
1913
+ <circle
1914
+ style="fill:none;stroke:#808080;stroke-width:0.264583"
1915
+ id="path244-3-3-6"
1916
+ cx="98.663284"
1917
+ cy="501.39566"
1918
+ r="12.253141" />
1919
+ <path
1920
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1921
+ d="M 47.301506,530.30073 98.663285,501.39567"
1922
+ id="path565"
1923
+ sodipodi:nodetypes="cc" />
1924
+ <path
1925
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1926
+ d="M 47.299718,530.29834 H 72.068562"
1927
+ id="path567" />
1928
+ <path
1929
+ style="fill:none;stroke:#00aad4;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1930
+ d="M 86.79871,519.98476 76.654716,501.8544"
1931
+ id="path565-5"
1932
+ sodipodi:nodetypes="cc" />
1933
+ <path
1934
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1935
+ d="m 51.277179,505.98636 45.616705,7.4604"
1936
+ id="path719" />
1937
+ <path
1938
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1939
+ d="M 47.299717,530.29834 51.298388,505.8544"
1940
+ id="path719-3" />
1941
+ <path
1942
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1943
+ d="M 96.717429,513.36162 98.64519,501.32047"
1944
+ id="path719-3-5" />
1945
+ <path
1946
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
1947
+ d="m 55.029353,530.44772 c 0,0 0.461066,-0.99743 0.406483,-1.51861 -0.04911,-0.46892 -0.640903,-1.26095 -0.640903,-1.26095"
1948
+ id="path775"
1949
+ sodipodi:nodetypes="cac" />
1950
+ <text
1951
+ xml:space="preserve"
1952
+ transform="matrix(0.26458333,0,0,0.26458333,-1.4556076,-10.264423)"
1953
+ id="text1702"
1954
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1704);display:inline"><tspan
1955
+ x="218.58594"
1956
+ y="2040.2344"
1957
+ id="tspan7591">acc</tspan></text>
1958
+ <text
1959
+ xml:space="preserve"
1960
+ transform="matrix(0.26458333,0,0,0.26458333,-0.03975766,-26.572007)"
1961
+ id="text3148"
1962
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3150);display:inline;fill:#008000"><tspan
1963
+ x="161.64648"
1964
+ y="2047.4473"
1965
+ id="tspan7593">br1</tspan></text>
1966
+ <path
1967
+ style="fill:none;stroke:#0088aa;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
1968
+ d="m 79.060378,506.20649 c 0,0 -1.326582,0.15828 -1.8215,0.55581 -0.566667,0.45516 -1.071211,1.89923 -1.071211,1.89923"
1969
+ id="path3250"
1970
+ sodipodi:nodetypes="cac" />
1971
+ <text
1972
+ xml:space="preserve"
1973
+ transform="matrix(0.26458333,0,0,0.26458333,1.0447858,0.88010264)"
1974
+ id="text3256"
1975
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3258);display:inline;fill:#00aad4"><tspan
1976
+ x="267.98047"
1977
+ y="1911.3047"
1978
+ id="tspan7595">ap</tspan></text>
1979
+ <path
1980
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1981
+ d="m 50.957127,507.9801 2.095207,0.34803 0.21921,-1.83057"
1982
+ id="path3408" />
1983
+ <path
1984
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1985
+ d="m 94.853907,513.14643 0.182711,-1.81451 1.989402,0.26027"
1986
+ id="path3410" />
1987
+ <path
1988
+ style="fill:none;stroke:#ff6600;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1989
+ d="M 47.299718,530.29834 63.539226,508.1135"
1990
+ id="path3412" />
1991
+ <path
1992
+ style="fill:none;stroke:#cc00ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
1993
+ d="m 48.51062,522.38519 c 0,0 0.790828,-0.19533 1.174481,-0.10928 0.437151,0.098 1.156882,0.68414 1.156882,0.68414"
1994
+ id="path3414"
1995
+ sodipodi:nodetypes="cac" />
1996
+ <text
1997
+ xml:space="preserve"
1998
+ transform="matrix(0.26458333,0,0,0.26458333,16.757736,-4.3103364)"
1999
+ id="text3420"
2000
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3422);display:inline;fill:#aa00d4"><tspan
2001
+ x="123.13867"
2002
+ y="1985.4239"
2003
+ id="tspan7597">aj</tspan></text>
2004
+ <path
2005
+ style="fill:none;stroke:#ffccaa;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
2006
+ d="m 63.547617,508.10367 8.071693,5.87798"
2007
+ id="path3412-6" />
2008
+ <path
2009
+ style="fill:none;stroke:#aa4400;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
2010
+ d="m 63.514901,508.05327 8.977304,1.39916"
2011
+ id="path719-7" />
2012
+ <path
2013
+ style="fill:none;stroke:#aa4400;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
2014
+ d="m 63.404633,508.23386 -0.531519,3.56449"
2015
+ id="path4951"
2016
+ sodipodi:nodetypes="cc" />
2017
+ <text
2018
+ xml:space="preserve"
2019
+ transform="matrix(0.26458333,0,0,0.26458333,2.5653454,-3.9735914)"
2020
+ id="text5055"
2021
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5057);display:inline"><tspan
2022
+ x="157.44531"
2023
+ y="2030.3457"
2024
+ id="tspan7599">O</tspan></text>
2025
+ <text
2026
+ xml:space="preserve"
2027
+ transform="matrix(0.26458333,0,0,0.26458333,13.119152,12.335731)"
2028
+ id="text5157"
2029
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5159);display:inline"><tspan
2030
+ x="139.90039"
2031
+ y="1864.0938"
2032
+ id="tspan7601">B</tspan></text>
2033
+ <text
2034
+ xml:space="preserve"
2035
+ transform="matrix(0.26458333,0,0,0.26458333,9.0582241,12.942306)"
2036
+ id="text5259"
2037
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5261);display:inline"><tspan
2038
+ x="200.07812"
2039
+ y="1869.6231"
2040
+ id="tspan7603">C</tspan></text>
2041
+ <text
2042
+ xml:space="preserve"
2043
+ transform="matrix(0.26458333,0,0,0.26458333,-5.4630907,2.3337517)"
2044
+ id="text5361"
2045
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5363);display:inline"><tspan
2046
+ x="294.21484"
2047
+ y="2001.3145"
2048
+ id="tspan7605">A</tspan></text>
2049
+ <text
2050
+ xml:space="preserve"
2051
+ transform="matrix(0.26458333,0,0,0.26458333,5.1098343,0.27374111)"
2052
+ id="text5481"
2053
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5483);display:inline"><tspan
2054
+ x="87.175781"
2055
+ y="2117.6465"
2056
+ id="tspan7607">point C position and speed</tspan></text>
2057
+ <text
2058
+ xml:space="preserve"
2059
+ transform="matrix(0.26458333,0,0,0.26458333,-44.024524,-55.876211)"
2060
+ id="text6447"
2061
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6449);display:inline"><tspan
2062
+ x="278.24805"
2063
+ y="2070.4629"
2064
+ id="tspan7609">positive pressure angular</tspan></text>
2065
+ <rect
2066
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
2067
+ id="rect6601-7"
2068
+ width="72.977127"
2069
+ height="95.070724"
2070
+ x="26.252211"
2071
+ y="568.67889"
2072
+ inkscape:export-filename="point_c_position_and_speed_negative.svg"
2073
+ inkscape:export-xdpi="96"
2074
+ inkscape:export-ydpi="96" />
2075
+ <circle
2076
+ style="fill:none;stroke:#808080;stroke-width:0.264583"
2077
+ id="path244-3-3-9"
2078
+ cx="52.782356"
2079
+ cy="631.28839"
2080
+ r="24.647617" />
2081
+ <circle
2082
+ style="fill:none;stroke:#808080;stroke-width:0.264583"
2083
+ id="path244-3-3-6-2"
2084
+ cx="83.370277"
2085
+ cy="589.98486"
2086
+ r="12.253141" />
2087
+ <path
2088
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2089
+ d="M 52.784148,631.29079 83.370277,589.98486"
2090
+ id="path565-2"
2091
+ sodipodi:nodetypes="cc" />
2092
+ <path
2093
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2094
+ d="M 52.78236,631.2884 H 77.551204"
2095
+ id="path567-8" />
2096
+ <text
2097
+ xml:space="preserve"
2098
+ transform="matrix(0.26458333,0,0,0.26458333,-8.4377453,87.391642)"
2099
+ id="text1702-9"
2100
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1704-2);display:inline"><tspan
2101
+ x="218.58594"
2102
+ y="2040.2344"
2103
+ id="tspan7611">acc</tspan></text>
2104
+ <text
2105
+ xml:space="preserve"
2106
+ transform="matrix(0.26458333,0,0,0.26458333,25.197434,85.795247)"
2107
+ id="text3148-3"
2108
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3150-6);display:inline"><tspan
2109
+ x="161.64648"
2110
+ y="2047.4473"
2111
+ id="tspan7613">br1</tspan></text>
2112
+ <text
2113
+ xml:space="preserve"
2114
+ transform="matrix(0.26458333,0,0,0.26458333,-5.303837,90.706302)"
2115
+ id="text3256-9"
2116
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3258-1);display:inline;fill:#00aad4"><tspan
2117
+ x="267.98047"
2118
+ y="1911.3047"
2119
+ id="tspan7615">ap</tspan></text>
2120
+ <text
2121
+ xml:space="preserve"
2122
+ transform="matrix(0.26458333,0,0,0.26458333,8.0479875,97.016465)"
2123
+ id="text5055-1"
2124
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5057-7);display:inline"><tspan
2125
+ x="157.44531"
2126
+ y="2030.3457"
2127
+ id="tspan7617">O</tspan></text>
2128
+ <text
2129
+ xml:space="preserve"
2130
+ transform="matrix(0.26458333,0,0,0.26458333,40.843477,134.87183)"
2131
+ id="text5157-0"
2132
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5159-9);display:inline"><tspan
2133
+ x="139.90039"
2134
+ y="1864.0938"
2135
+ id="tspan7619">B</tspan></text>
2136
+ <text
2137
+ xml:space="preserve"
2138
+ transform="matrix(0.26458333,0,0,0.26458333,0.05604984,104.16285)"
2139
+ id="text5361-3"
2140
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5363-0);display:inline"><tspan
2141
+ x="294.21484"
2142
+ y="2001.3145"
2143
+ id="tspan7621">A</tspan></text>
2144
+ <text
2145
+ xml:space="preserve"
2146
+ transform="matrix(0.26458333,0,0,0.26458333,5.8299754,101.2638)"
2147
+ id="text5481-2"
2148
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5483-2);display:inline"><tspan
2149
+ x="87.175781"
2150
+ y="2117.6465"
2151
+ id="tspan7623">point C position and speed</tspan></text>
2152
+ <text
2153
+ xml:space="preserve"
2154
+ transform="matrix(0.26458333,0,0,0.26458333,-44.963067,25.214168)"
2155
+ id="text6447-0"
2156
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6449-3);display:inline"><tspan
2157
+ x="278.24805"
2158
+ y="2070.4629"
2159
+ id="tspan7625">negative pressure angular</tspan></text>
2160
+ <path
2161
+ style="fill:#d7eef4;stroke:#00aad4;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2162
+ d="m 63.980847,596.79035 17.33335,12.80768"
2163
+ id="path565-2-6"
2164
+ sodipodi:nodetypes="cc" />
2165
+ <path
2166
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2167
+ d="M 77.09131,627.30778 71.368132,592.13503"
2168
+ id="path8228"
2169
+ sodipodi:nodetypes="cc" />
2170
+ <path
2171
+ style="fill:#008000;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2172
+ d="m 83.455922,590.0368 -12.294311,1.94503"
2173
+ id="path8228-1"
2174
+ sodipodi:nodetypes="cc" />
2175
+ <path
2176
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2177
+ d="M 77.190094,627.11183 52.81415,631.05201"
2178
+ id="path8228-5"
2179
+ sodipodi:nodetypes="cc" />
2180
+ <path
2181
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2182
+ d="m 74.900786,627.56824 -0.369985,-1.90227 2.196663,-0.35737"
2183
+ id="path8270" />
2184
+ <path
2185
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2186
+ d="m 71.744941,594.05343 1.824505,-0.32827 -0.388233,-2.00917"
2187
+ id="path8272" />
2188
+ <path
2189
+ style="fill:none;stroke:#00aad4;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
2190
+ d="m 67.815454,599.60689 c 0,0 0.599969,-1.02857 1.077801,-1.3498 0.542246,-0.36453 1.880121,-0.55443 1.880121,-0.55443"
2191
+ id="path8274"
2192
+ sodipodi:nodetypes="cac" />
2193
+ <text
2194
+ xml:space="preserve"
2195
+ transform="matrix(0.26458333,0,0,0.26458333,22.896923,123.47291)"
2196
+ id="text5259-6"
2197
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5261-2);display:inline"><tspan
2198
+ x="200.07812"
2199
+ y="1869.6231"
2200
+ id="tspan7627">C</tspan></text>
2201
+ <path
2202
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
2203
+ d="m 59.274947,631.42952 c 0,0 0.260107,-1.91536 -0.08647,-2.7726 -0.247923,-0.61322 -1.333945,-1.46907 -1.333945,-1.46907"
2204
+ id="path8280"
2205
+ sodipodi:nodetypes="cac" />
2206
+ <path
2207
+ style="fill:none;stroke:#0088aa;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
2208
+ d="m 59.083547,523.49492 c 0,0 -1.150706,-2.42696 -1.974196,-3.47369 -0.725604,-0.92231 -1.535923,-1.84767 -2.565347,-2.41109 -0.997165,-0.54576 -3.306619,-0.83426 -3.306619,-0.83426"
2209
+ id="path8290"
2210
+ sodipodi:nodetypes="caac" />
2211
+ <path
2212
+ style="fill:none;stroke:#00aad4;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
2213
+ d="m 62.105145,618.91544 c 0,0 1.782837,1.2677 2.472881,2.07173 0.910311,1.0607 1.658676,2.26787 2.1266,3.54601 0.313863,0.85732 0.426855,2.68374 0.426855,2.68374"
2214
+ id="path8448"
2215
+ sodipodi:nodetypes="caac" />
2216
+ <text
2217
+ xml:space="preserve"
2218
+ transform="matrix(0.26458333,0,0,0.26458333,-7.2112174,114.17776)"
2219
+ id="text3256-9-6"
2220
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3258-1-7);display:inline;fill:#00aad4"><tspan
2221
+ x="267.98047"
2222
+ y="1911.3047"
2223
+ id="tspan7629">ap</tspan></text>
2224
+ <text
2225
+ xml:space="preserve"
2226
+ transform="matrix(0.26458333,0,0,0.26458333,-20.1178,-33.897841)"
2227
+ id="text8610"
2228
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8612);display:inline"><tspan
2229
+ x="354.51953"
2230
+ y="2358.0606"
2231
+ id="tspan7631">br2</tspan></text>
2232
+ <text
2233
+ xml:space="preserve"
2234
+ transform="matrix(0.26458333,0,0,0.26458333,4.4696116,-115.28405)"
2235
+ id="text8610-6"
2236
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8612-5);display:inline;fill:#008000"><tspan
2237
+ x="354.51953"
2238
+ y="2358.0606"
2239
+ id="tspan7633">br2</tspan></text>
2240
+ <path
2241
+ style="fill:none;stroke:#ff6600;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2242
+ d="M 52.814151,631.05201 75.091969,616.41722"
2243
+ id="path8862" />
2244
+ <path
2245
+ style="fill:none;stroke:#cc00ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
2246
+ d="m 61.60192,629.65275 c 0,0 -0.04198,-0.74042 -0.149014,-1.09179 -0.113086,-0.37122 -0.512409,-1.04535 -0.512409,-1.04535"
2247
+ id="path8868"
2248
+ sodipodi:nodetypes="cac" />
2249
+ <text
2250
+ xml:space="preserve"
2251
+ transform="matrix(0.26458333,0,0,0.26458333,-16.086107,10.154593)"
2252
+ id="text8878"
2253
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8880);display:inline;fill:#aa00d4"><tspan
2254
+ x="293.57617"
2255
+ y="2334.5547"
2256
+ id="tspan7635">aj</tspan></text>
2257
+ <path
2258
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2259
+ d="m 80.804453,509.12363 1.817351,-1.03942 1.00715,1.78295"
2260
+ id="path8996" />
2261
+ <path
2262
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2263
+ d="m 71.58711,602.43664 -0.998238,1.47015 1.424387,1.07106"
2264
+ id="path8998" />
2265
+ <path
2266
+ style="fill:none;stroke:#ffb380;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
2267
+ d="m 75.128183,616.30027 -5.044636,-7.89671"
2268
+ id="path8862-9" />
2269
+ <rect
2270
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583"
2271
+ id="rect9093"
2272
+ width="4.606595"
2273
+ height="10.149634"
2274
+ x="-27.4856"
2275
+ y="610.45374"
2276
+ inkscape:transform-center-x="4.9317268"
2277
+ inkscape:transform-center-y="-5.4550047"
2278
+ transform="rotate(-9.0729424)" />
2279
+ <path
2280
+ style="fill:none;stroke:#aa4400;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
2281
+ d="m 75.271282,616.44648 -3.092263,0.51047"
2282
+ id="path9263"
2283
+ sodipodi:nodetypes="cc" />
2284
+ <path
2285
+ style="fill:none;stroke:#aa4400;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
2286
+ d="m 75.325735,616.47501 -1.353713,-8.55593"
2287
+ id="path9269"
2288
+ sodipodi:nodetypes="cc" />
2289
+ <g
2290
+ inkscape:label="Rendered Gears"
2291
+ transform="matrix(1.9488966,0,0,1.9520844,46.115894,735.70665)"
2292
+ id="g1558"
2293
+ style="stroke-width:0.512691">
2294
+ <path
2295
+ style="fill:none;stroke:#000000;stroke-width:0.135649"
2296
+ d="m 12.5603,-1.35297 0.8162,-0.08792 0.8797,0.11985 1.7354,0.75345 v 1.13518 l -1.7354,0.75345 -0.8797,0.11985 -0.8162,-0.08792 -0.3594,1.92272 0.7928,0.21287 0.7771,0.42956 1.346,1.32947 L 14.7067,6.3061 12.8163,6.38178 11.9527,6.17573 11.2233,5.79889 10.1936,7.46194 10.8561,7.94686 11.4255,8.62811 12.2003,10.354 11.4356,11.1929 9.64551,10.5806 8.91463,10.0765 8.37066,9.46165 6.80972,10.6404 7.25225,11.3319 7.53709,12.1728 7.63617,14.0621 6.62,14.5681 5.17201,13.3505 4.67259,12.6164 4.38747,11.8466 2.50611,12.3819 2.66897,13.1865 2.6308,14.0735 2.04069,15.8711 0.91036,15.9758 0,14.3173 l -0.20051,-0.8649 0.01223,-0.8209 -1.94768,-0.1805 -0.13881,0.8092 -0.35603,0.8133 -1.1996,1.463 -1.09184,-0.3107 -0.24977,-1.8753 0.12548,-0.879 0.30793,-0.761 -1.75096,-0.8719 -0.42172,0.7044 -0.62581,0.6298 -1.64708,0.9309 -0.90593,-0.6842 0.44459,-1.8389 0.43452,-0.77426 0.56205,-0.59838 -1.31777,-1.44552 -0.64769,0.50444 -0.8111,0.36123 -1.8721,0.27297 -0.5976,-0.96514 1.0789,-1.55416 0.6849,-0.56503 0.7402,-0.35494 -0.7066,-1.82394 -0.7862,0.23641 -0.8868,0.04384 -1.8443,-0.42174 -0.2085,-1.11585 1.5674,-1.05949 0.8427,-0.27947 0.8185,-0.06356 v -1.95602 l -0.8185,-0.06356 -0.8427,-0.27947 -1.5674,-1.05949 0.2085,-1.11585 1.8443,-0.42174 0.8868,0.04384 0.7862,0.23641 0.7066,-1.82394 -0.7402,-0.35494 -0.6849,-0.56503 -1.0789,-1.55416 0.5976,-0.96514 1.8721,0.27297 0.8111,0.36123 0.64769,0.50444 1.31777,-1.44552 -0.56205,-0.59838 -0.43452,-0.77426 -0.44459,-1.8389 0.90593,-0.6842 1.64708,0.9309 0.62581,0.6298 0.42172,0.7044 1.75096,-0.8719 -0.30793,-0.761 -0.12548,-0.879 0.24977,-1.8753 1.09184,-0.3107 1.1996,1.463 0.35603,0.8133 0.13881,0.8092 1.94768,-0.1805 -0.01223,-0.8209 L 0,-14.3173 l 0.91036,-1.6585 1.13033,0.1047 0.59011,1.7976 0.03817,0.887 -0.16286,0.8046 1.88136,0.5353 0.28512,-0.7698 0.49942,-0.7341 1.44799,-1.2176 1.01617,0.506 -0.09908,1.8893 -0.28484,0.8409 -0.44253,0.6915 1.56094,1.17875 0.54397,-0.61485 0.73088,-0.5041 1.79009,-0.6123 0.7647,0.8389 -0.7748,1.72589 -0.5694,0.68125 -0.6625,0.48492 1.0297,1.66305 0.7294,-0.37684 0.8636,-0.20605 1.8904,0.07568 0.4101,1.05851 -1.346,1.32947 -0.7771,0.42956 -0.7928,0.21287 z"
2297
+ id="path1554" />
2298
+ <circle
2299
+ style="fill:none;stroke:#000000;stroke-width:0.135649"
2300
+ id="path1556"
2301
+ cx="0"
2302
+ cy="0"
2303
+ r="2.6458333" />
2304
+ </g>
2305
+ <g
2306
+ inkscape:label="Rendered Gears"
2307
+ transform="matrix(1.9488966,0,0,1.9520844,106.80428,735.65148)"
2308
+ id="g2785"
2309
+ style="stroke-width:0.512691">
2310
+ <path
2311
+ style="fill:none;stroke:#000000;stroke-width:0.135649"
2312
+ d="m 14.2492,-1.39484 0.7159,-0.07008 0.982,0.14351 1.7295,0.74161 v 1.1596 l -1.7295,0.74161 -0.982,0.14351 -0.7159,-0.07008 -0.3192,1.91261 0.7,0.16618 0.8821,0.45456 1.395,1.263 -0.3765,1.09678 -1.8767,0.13984 -0.9753,-0.18309 -0.6544,-0.29875 -0.9228,1.70535 0.608,0.38444 0.6867,0.71634 0.9093,1.6475 -0.7122,0.9151 -1.8204,-0.477 -0.863,-0.4899 -0.5219,-0.49503 -1.42661,1.31333 0.45026,0.561 0.4169,0.9005 0.32515,1.8535 L 9.18278,15.1154 7.61597,14.0731 6.95878,13.3296 6.62587,12.6919 4.85013,13.4708 5.09382,14.1476 5.19574,15.1347 4.90141,16.9933 3.77728,17.278 2.63379,15.7835 2.25363,14.8668 2.14582,14.1556 0.21338,14.3157 0.2241,15.035 0,16.0017 l -0.8819,1.6624 -1.15564,-0.0958 -0.59625,-1.7848 -0.06194,-0.9904 0.12897,-0.7077 -1.87973,-0.4761 -0.22341,0.6838 -0.52584,0.8416 -1.37389,1.2859 -1.06194,-0.4658 0.0156,-1.8817 0.263,-0.9569 0.35177,-0.6275 -1.62331,-1.0605 -0.43334,0.5742 -0.7706,0.6252 -1.71705,0.7702 -0.8531,-0.7854 0.6258,-1.7747 0.5594,-0.8196 0.5365,-0.47932 -1.191,-1.53018 -0.5963,0.40238 -0.9319,0.34112 -1.874,0.17095 -0.552,-1.01985 1.1682,-1.47539 0.7952,-0.59354 0.663,-0.27912 -0.6296,-1.83399 -0.6946,0.18696 -0.9922,0.02007 -1.828,-0.44682 -0.1908,-1.1438 1.5838,-1.01616 0.9449,-0.30317 0.7178,-0.04871 v -1.93906 l -0.7178,-0.04871 -0.9449,-0.30317 -1.5838,-1.01616 0.1908,-1.1438 1.828,-0.44682 0.9922,0.02007 0.6946,0.18696 0.6296,-1.83399 -0.663,-0.27912 -0.7952,-0.59354 -1.1682,-1.47539 0.552,-1.01985 1.874,0.17095 0.9319,0.34112 0.5963,0.40238 1.191,-1.53018 -0.5365,-0.47932 -0.5594,-0.8196 -0.6258,-1.7747 0.8531,-0.7854 1.71705,0.7702 0.7706,0.6252 0.43334,0.5742 1.62331,-1.0605 -0.35177,-0.6275 -0.263,-0.9569 -0.0156,-1.8817 1.06194,-0.4658 1.37389,1.2859 0.52584,0.8416 0.22341,0.6838 1.87973,-0.4761 -0.12897,-0.7077 0.06194,-0.9904 0.59625,-1.7848 1.15564,-0.0958 0.8819,1.6624 0.2241,0.9667 -0.01072,0.7193 1.93244,0.1601 0.10781,-0.7112 0.38016,-0.9167 1.14349,-1.4945 1.12413,0.2847 0.29433,1.8586 -0.10192,0.9871 -0.24369,0.6768 1.77574,0.7789 0.33291,-0.6377 0.65719,-0.7435 1.56681,-1.0423 0.97082,0.6343 -0.32515,1.8535 -0.4169,0.9005 -0.45026,0.561 1.42661,1.31333 0.5219,-0.49503 0.863,-0.4899 1.8204,-0.477 0.7122,0.9151 -0.9093,1.6475 -0.6867,0.71634 -0.608,0.38444 0.9228,1.70535 0.6544,-0.29875 0.9753,-0.18309 1.8767,0.13984 0.3765,1.09678 -1.395,1.263 -0.8821,0.45456 -0.7,0.16618 z"
2313
+ id="path2781" />
2314
+ <circle
2315
+ style="fill:none;stroke:#000000;stroke-width:0.135649"
2316
+ id="path2783"
2317
+ cx="0"
2318
+ cy="0"
2319
+ r="2.6458333" />
2320
+ </g>
2321
+ <ellipse
2322
+ style="fill:none;stroke:#008080;stroke-width:0.264583"
2323
+ id="path3070"
2324
+ cx="46.318268"
2325
+ cy="735.69135"
2326
+ rx="21.987507"
2327
+ ry="22.023472" />
2328
+ <ellipse
2329
+ style="fill:none;stroke:#008080;stroke-width:0.264583"
2330
+ id="path3070-3"
2331
+ cx="106.89527"
2332
+ cy="735.49335"
2333
+ rx="25.288029"
2334
+ ry="25.329393" />
2335
+ <path
2336
+ style="fill:none;stroke:#ffcc00;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2337
+ d="m 63.335377,721.76042 24.14481,29.87442"
2338
+ id="path3153"
2339
+ sodipodi:nodetypes="cc" />
2340
+ <path
2341
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2342
+ d="M 46.115894,735.70666 63.504926,721.58407"
2343
+ id="path3153-6"
2344
+ sodipodi:nodetypes="cc" />
2345
+ <path
2346
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2347
+ d="M 87.328596,751.59687 106.94855,735.65404"
2348
+ id="path3153-6-7"
2349
+ sodipodi:nodetypes="cc" />
2350
+ <ellipse
2351
+ style="fill:none;stroke:#ffe6d5;stroke-width:0.264583"
2352
+ id="path3070-5"
2353
+ cx="46.318268"
2354
+ cy="735.69135"
2355
+ rx="31.308842"
2356
+ ry="31.360056" />
2357
+ <ellipse
2358
+ style="fill:none;stroke:#ffd5d5;stroke-width:0.264583"
2359
+ id="path3070-3-3"
2360
+ cx="106.89527"
2361
+ cy="735.49335"
2362
+ rx="34.608765"
2363
+ ry="34.665375" />
2364
+ <path
2365
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2366
+ d="m 72.399986,732.90545 5.139704,6.46397"
2367
+ id="path3359"
2368
+ sodipodi:nodetypes="cc" />
2369
+ <text
2370
+ xml:space="preserve"
2371
+ transform="matrix(0.26458333,0,0,0.26458333,-12.20622,-49.382837)"
2372
+ id="text3413"
2373
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3415);display:inline"><tspan
2374
+ x="203.82031"
2375
+ y="2831.7461"
2376
+ id="tspan7637">action line full</tspan></text>
2377
+ <text
2378
+ xml:space="preserve"
2379
+ transform="matrix(0.26458333,0,0,0.26458333,7.8359705,-63.273987)"
2380
+ id="text3419"
2381
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3421);display:inline"><tspan
2382
+ x="203.82031"
2383
+ y="2863.7598"
2384
+ id="tspan7639">action line restricted</tspan></text>
2385
+ <text
2386
+ xml:space="preserve"
2387
+ transform="matrix(0.26458333,0,0,0.26458333,19.497625,-27.345499)"
2388
+ id="text3475"
2389
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3477);display:inline"><tspan
2390
+ x="112.51562"
2391
+ y="2847.6348"
2392
+ id="tspan7641">brr1</tspan></text>
2393
+ <text
2394
+ xml:space="preserve"
2395
+ transform="matrix(0.26458333,0,0,0.26458333,41.019932,-45.951372)"
2396
+ id="text3481"
2397
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3483);display:inline"><tspan
2398
+ x="215.28906"
2399
+ y="3001.8418"
2400
+ id="tspan7643">brr2</tspan></text>
2401
+ <path
2402
+ style="fill:none;stroke:#ffcc00;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2403
+ d="m 64.511222,700.51005 2.12736,24.95649"
2404
+ id="path3487"
2405
+ sodipodi:nodetypes="cc" />
2406
+ <path
2407
+ style="fill:none;stroke:#ffcc00;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2408
+ d="M 42.215659,700.67561 H 68.709457"
2409
+ id="path3489" />
2410
+ <path
2411
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2412
+ d="M 62.115771,695.28724 H 101.67875"
2413
+ id="path3491" />
2414
+ <path
2415
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2416
+ d="M 85.798724,695.17905 73.980928,734.49522"
2417
+ id="path3493"
2418
+ sodipodi:nodetypes="cc" />
2419
+ <path
2420
+ style="fill:none;stroke:#37c837;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2421
+ d="m 75.075459,737.6615 -28.959564,-1.95485 22.000028,2.65345"
2422
+ id="path3497"
2423
+ sodipodi:nodetypes="ccc" />
2424
+ <text
2425
+ xml:space="preserve"
2426
+ transform="matrix(0.26458333,0,0,0.26458333,5.5507234,2.443663)"
2427
+ id="text3499"
2428
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3501);display:inline;fill:#d42aff"><tspan
2429
+ x="223.6582"
2430
+ y="2775.1621"
2431
+ id="tspan7645">1</tspan></text>
2432
+ <text
2433
+ xml:space="preserve"
2434
+ transform="matrix(0.26458333,0,0,0.26458333,7.6963966,-2.1144308)"
2435
+ id="text3505"
2436
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3507);display:inline;fill:#d42aff"><tspan
2437
+ x="209.52344"
2438
+ y="2809.502"
2439
+ id="tspan7647">2</tspan></text>
2440
+ <path
2441
+ style="fill:none;stroke:#37c837;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2442
+ d="M 46.29318,735.69691 64.03795,722.6923"
2443
+ id="path3511"
2444
+ sodipodi:nodetypes="cc" />
2445
+ <text
2446
+ xml:space="preserve"
2447
+ transform="matrix(0.26458333,0,0,0.26458333,4.0677169,-4.7093725)"
2448
+ id="text3513"
2449
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3515);display:inline;fill:#d42aff"><tspan
2450
+ x="205.20508"
2451
+ y="2777.6524"
2452
+ id="tspan7649">3</tspan></text>
2453
+ <rect
2454
+ style="fill:none;stroke:#6600ff;stroke-width:0.264583"
2455
+ id="rect3571"
2456
+ width="1.1360521"
2457
+ height="1.0465273"
2458
+ x="63.487186"
2459
+ y="722.29895" />
2460
+ <rect
2461
+ style="fill:none;stroke:#6600ff;stroke-width:0.264583"
2462
+ id="rect3571-5"
2463
+ width="1.1360521"
2464
+ height="1.0465273"
2465
+ x="67.265503"
2466
+ y="726.90417" />
2467
+ <rect
2468
+ style="fill:none;stroke:#6600ff;stroke-width:0.264583"
2469
+ id="rect3571-5-6"
2470
+ width="1.1360521"
2471
+ height="1.0465273"
2472
+ x="71.244972"
2473
+ y="731.71967" />
2474
+ <rect
2475
+ style="fill:none;stroke:#6600ff;stroke-width:0.264583"
2476
+ id="rect3571-5-2"
2477
+ width="1.1360521"
2478
+ height="1.0465273"
2479
+ x="75.170364"
2480
+ y="736.80084" />
2481
+ <rect
2482
+ style="fill:none;stroke:#6600ff;stroke-width:0.264583"
2483
+ id="rect3571-5-9"
2484
+ width="1.1360521"
2485
+ height="1.0465273"
2486
+ x="78.847282"
2487
+ y="741.20984" />
2488
+ <rect
2489
+ style="fill:none;stroke:#6600ff;stroke-width:0.264583"
2490
+ id="rect3571-5-1"
2491
+ width="1.1360521"
2492
+ height="1.0465273"
2493
+ x="82.472488"
2494
+ y="745.71204" />
2495
+ <rect
2496
+ style="fill:none;stroke:#6600ff;stroke-width:0.264583"
2497
+ id="rect3571-5-27"
2498
+ width="1.1360521"
2499
+ height="1.0465273"
2500
+ x="86.139526"
2501
+ y="749.98914" />
2502
+ <path
2503
+ style="fill:none;stroke:#37c837;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2504
+ d="m 86.641238,750.65344 20.163552,-14.9552"
2505
+ id="path3731" />
2506
+ <path
2507
+ style="fill:#37c837;stroke:#37c837;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2508
+ d="M 83.376023,758.6378 106.81268,735.7145"
2509
+ id="path3733"
2510
+ sodipodi:nodetypes="cc" />
2511
+ <text
2512
+ xml:space="preserve"
2513
+ transform="matrix(0.26458333,0,0,0.26458333,0.42898847,7.7751419)"
2514
+ id="text3735"
2515
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3737);display:inline;fill:#d42aff"><tspan
2516
+ x="322.16406"
2517
+ y="2801.543"
2518
+ id="tspan7651">5</tspan></text>
2519
+ <text
2520
+ xml:space="preserve"
2521
+ transform="matrix(0.26458333,0,0,0.26458333,23.935291,-13.665877)"
2522
+ id="text3741"
2523
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3743);display:inline;fill:#d42aff"><tspan
2524
+ x="255.32422"
2525
+ y="2899.418"
2526
+ id="tspan7653">6</tspan></text>
2527
+ <text
2528
+ xml:space="preserve"
2529
+ transform="matrix(0.26458333,0,0,0.26458333,-0.35919562,-46.475456)"
2530
+ id="text3747"
2531
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3749);display:inline;fill:#d42aff"><tspan
2532
+ x="241.29492"
2533
+ y="2902.086"
2534
+ id="tspan7655">4</tspan></text>
2535
+ <text
2536
+ xml:space="preserve"
2537
+ transform="matrix(0.26458333,0,0,0.26458333,-3.4860921,1.1348145)"
2538
+ id="text3753"
2539
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3755);display:inline"><tspan
2540
+ x="80.722656"
2541
+ y="2918.2578"
2542
+ id="tspan7657">calculation of initAngle2</tspan></text>
2543
+ <path
2544
+ style="fill:none;stroke:#808080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2545
+ d="M 34.42477,854.01297 H 60.546175"
2546
+ id="path582" />
2547
+ <path
2548
+ style="fill:none;stroke:#dd55ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2549
+ d="M 34.42477,854.01297 88.964529,809.61464"
2550
+ id="path584"
2551
+ sodipodi:nodetypes="cc" />
2552
+ <path
2553
+ style="fill:none;stroke:#ff0066;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2554
+ d="m 34.482791,854.03294 4.84458,-38.19638"
2555
+ id="path694" />
2556
+ <path
2557
+ style="fill:none;stroke:#afdde9;stroke-width:0.52916666;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2558
+ d="m 54.296426,826.03588 c 0,0 1.512231,-4.07388 1.681551,-6.21255 0.208938,-2.63909 -0.368483,-5.29268 -0.842841,-7.89718 -0.374781,-2.05776 -0.708199,-4.17074 -1.576649,-6.07354 -0.648458,-1.42079 -2.654618,-3.86074 -2.654618,-3.86074"
2559
+ id="path747"
2560
+ sodipodi:nodetypes="caaac" />
2561
+ <path
2562
+ style="fill:none;stroke:#0066ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2563
+ d="m 51.561697,829.691 11.8608,-16.92577"
2564
+ id="path696" />
2565
+ <path
2566
+ style="fill:none;stroke:#ff8080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2567
+ d="m 49.393828,823.44991 8.067977,-16.75627"
2568
+ id="path745" />
2569
+ <text
2570
+ xml:space="preserve"
2571
+ transform="matrix(0.26458333,0,0,0.26458333,-36.578645,-43.321386)"
2572
+ id="text850"
2573
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect852);display:inline"><tspan
2574
+ x="317.10938"
2575
+ y="3189.2071"
2576
+ id="tspan7659">right profile</tspan></text>
2577
+ <path
2578
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
2579
+ d="m 45.452788,854.01039 c 0,0 0.178801,-2.3053 -0.143913,-3.38893 -0.276277,-0.9277 -1.484146,-2.49598 -1.484146,-2.49598"
2580
+ id="path856"
2581
+ sodipodi:nodetypes="cac" />
2582
+ <text
2583
+ xml:space="preserve"
2584
+ transform="matrix(0.26458333,0,0,0.26458333,-3.295406,-0.61856689)"
2585
+ id="text1731"
2586
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1733);display:inline"><tspan
2587
+ x="188.03516"
2588
+ y="3219.2364"
2589
+ id="tspan7661">acc</tspan></text>
2590
+ <path
2591
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
2592
+ d="m 45.892149,844.36183 c 0,0 -1.673127,-3.05278 -3.061688,-3.994 -1.335003,-0.90492 -4.657079,-1.31208 -4.657079,-1.31208"
2593
+ id="path1883"
2594
+ sodipodi:nodetypes="cac" />
2595
+ <text
2596
+ xml:space="preserve"
2597
+ transform="matrix(0.26458333,0,0,0.26458333,-19.598287,-6.8026854)"
2598
+ id="text1889"
2599
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1891);display:inline"><tspan
2600
+ x="228.46289"
2601
+ y="3196.7032"
2602
+ id="tspan7663">apr</tspan></text>
2603
+ <path
2604
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
2605
+ d="m 38.288101,825.5682 c 0,0 4.714101,-0.38575 6.984589,0.13126 1.883663,0.42892 5.270479,2.41071 5.270479,2.41071"
2606
+ id="path2909"
2607
+ sodipodi:nodetypes="cac" />
2608
+ <text
2609
+ xml:space="preserve"
2610
+ transform="matrix(0.26458333,0,0,0.26458333,-16.334814,-18.156005)"
2611
+ id="text2927"
2612
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2929);display:inline"><tspan
2613
+ x="225.55664"
2614
+ y="3201.9082"
2615
+ id="tspan7665">u</tspan></text>
2616
+ <path
2617
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
2618
+ d="m 60.942307,816.08185 c 0,0 -1.093943,-2.04351 -1.947987,-2.78987 -0.654539,-0.57201 -2.318878,-1.19305 -2.318878,-1.19305"
2619
+ id="path3029"
2620
+ sodipodi:nodetypes="cac" />
2621
+ <text
2622
+ xml:space="preserve"
2623
+ transform="matrix(0.26458333,0,0,0.26458333,-10.923128,-26.069636)"
2624
+ id="text3035"
2625
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3037);display:inline"><tspan
2626
+ x="261.25586"
2627
+ y="3165.4883"
2628
+ id="tspan7667">rup</tspan></text>
2629
+ <text
2630
+ xml:space="preserve"
2631
+ transform="scale(0.26458333)"
2632
+ id="text3137"
2633
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3139);display:inline"><tspan
2634
+ x="129.10547"
2635
+ y="3256.9317"
2636
+ id="tspan7669">right side angle kitchen</tspan></text>
2637
+ <rect
2638
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
2639
+ id="rect3291-1"
2640
+ width="77.581871"
2641
+ height="56.30867"
2642
+ x="30.189976"
2643
+ y="912.1582"
2644
+ inkscape:export-filename="left_side_angle_kitchen.svg"
2645
+ inkscape:export-xdpi="96"
2646
+ inkscape:export-ydpi="96" />
2647
+ <path
2648
+ style="fill:none;stroke:#808080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2649
+ d="M 32.467649,935.08045 H 58.589054"
2650
+ id="path582-2" />
2651
+ <path
2652
+ style="fill:none;stroke:#dd55ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2653
+ d="M 32.467649,935.08045 97.112385,913.75834"
2654
+ id="path584-7"
2655
+ sodipodi:nodetypes="cc" />
2656
+ <path
2657
+ style="fill:none;stroke:#ff0066;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2658
+ d="m 32.52567,935.10042 52.977042,11.074"
2659
+ id="path694-0"
2660
+ sodipodi:nodetypes="cc" />
2661
+ <path
2662
+ style="fill:none;stroke:#afdde9;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2663
+ d="m 75.599239,930.1443 c 0,0 4.340565,-0.20697 6.430025,0.27958 2.578365,0.60041 4.932319,1.95461 7.270713,3.19571 1.847515,0.98058 3.760186,1.93846 5.310464,3.34256 1.157568,1.04842 2.87508,3.69949 2.87508,3.69949"
2664
+ id="path747-9"
2665
+ sodipodi:nodetypes="caaac" />
2666
+ <path
2667
+ style="fill:none;stroke:#0066ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2668
+ d="m 74.835594,930.29373 23.055465,-2.62587"
2669
+ id="path696-3"
2670
+ sodipodi:nodetypes="cc" />
2671
+ <path
2672
+ style="fill:none;stroke:#ff8080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2673
+ d="m 80.198532,935.62041 20.452228,0.29023"
2674
+ id="path745-6"
2675
+ sodipodi:nodetypes="cc" />
2676
+ <text
2677
+ xml:space="preserve"
2678
+ transform="matrix(0.26458333,0,0,0.26458333,2.8601562,99.941785)"
2679
+ id="text850-0"
2680
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect852-3);display:inline"><tspan
2681
+ x="317.10938"
2682
+ y="3189.2071"
2683
+ id="tspan7671">left profile</tspan></text>
2684
+ <path
2685
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720-67)"
2686
+ d="m 49.454564,935.24354 c 0,0 0.0635,-1.55031 -0.05111,-2.27905 -0.09813,-0.62388 -0.527129,-1.67854 -0.527129,-1.67854"
2687
+ id="path856-6"
2688
+ sodipodi:nodetypes="cac" />
2689
+ <text
2690
+ xml:space="preserve"
2691
+ transform="matrix(0.26458333,0,0,0.26458333,3.2030041,81.088378)"
2692
+ id="text1731-2"
2693
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1733-3);display:inline"><tspan
2694
+ x="188.03516"
2695
+ y="3219.2364"
2696
+ id="tspan7673">acc</tspan></text>
2697
+ <path
2698
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720-67)"
2699
+ d="m 61.291051,925.671 c 0,0 2.313393,4.35942 2.766685,6.74776 0.477663,2.51675 -0.107472,7.68429 -0.107472,7.68429"
2700
+ id="path1883-6"
2701
+ sodipodi:nodetypes="cac" />
2702
+ <text
2703
+ xml:space="preserve"
2704
+ transform="matrix(0.26458333,0,0,0.26458333,4.4337029,91.060157)"
2705
+ id="text1889-1"
2706
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1891-5);display:inline"><tspan
2707
+ x="228.46289"
2708
+ y="3196.7032"
2709
+ id="tspan7675">apl</tspan></text>
2710
+ <path
2711
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720-67)"
2712
+ d="m 75.653245,943.93893 c 0,0 1.162466,-4.07719 1.274339,-6.17637 0.107641,-2.01978 -0.587566,-6.03943 -0.587566,-6.03943"
2713
+ id="path2909-8"
2714
+ sodipodi:nodetypes="cac" />
2715
+ <text
2716
+ xml:space="preserve"
2717
+ transform="matrix(0.26458333,0,0,0.26458333,17.50898,93.207821)"
2718
+ id="text2927-7"
2719
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2929-6);display:inline"><tspan
2720
+ x="225.55664"
2721
+ y="3201.9082"
2722
+ id="tspan7677">u</tspan></text>
2723
+ <path
2724
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720-67)"
2725
+ d="m 92.030439,928.26467 c 0,0 1.251118,1.75032 1.519663,2.76808 0.274399,1.03996 0.0448,3.22632 0.0448,3.22632"
2726
+ id="path3029-9"
2727
+ sodipodi:nodetypes="cac" />
2728
+ <text
2729
+ xml:space="preserve"
2730
+ transform="matrix(0.26458333,0,0,0.26458333,25.279695,96.143657)"
2731
+ id="text3035-2"
2732
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3037-2);display:inline"><tspan
2733
+ x="261.25586"
2734
+ y="3165.4883"
2735
+ id="tspan7679">lup</tspan></text>
2736
+ <text
2737
+ xml:space="preserve"
2738
+ transform="matrix(0.26458333,0,0,0.26458333,-1.1344318,105.03605)"
2739
+ id="text3137-0"
2740
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3139-9);display:inline"><tspan
2741
+ x="129.10547"
2742
+ y="3256.9317"
2743
+ id="tspan7681">left side angle kitchen</tspan></text>
2744
+ </g>
2745
+ </svg>