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,4726 @@
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="10000"
7
+ viewBox="0 0 158.75 2645.8333"
8
+ version="1.1"
9
+ id="svg5"
10
+ inkscape:version="1.2.2 (1:1.2.2+202305151914+b0a8486541)"
11
+ sodipodi:docname="gears.svg"
12
+ inkscape:export-filename="gear_base_left_circle_for_involute.svg"
13
+ inkscape:export-xdpi="96"
14
+ inkscape:export-ydpi="96"
15
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
16
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ xmlns:svg="http://www.w3.org/2000/svg">
19
+ <sodipodi:namedview
20
+ id="namedview7"
21
+ pagecolor="#ffffff"
22
+ bordercolor="#666666"
23
+ borderopacity="1.0"
24
+ inkscape:showpageshadow="2"
25
+ inkscape:pageopacity="0.0"
26
+ inkscape:pagecheckerboard="0"
27
+ inkscape:deskcolor="#d1d1d1"
28
+ inkscape:document-units="px"
29
+ showgrid="false"
30
+ inkscape:zoom="1.1893044"
31
+ inkscape:cx="445.21823"
32
+ inkscape:cy="7840.2972"
33
+ inkscape:window-width="1366"
34
+ inkscape:window-height="836"
35
+ inkscape:window-x="0"
36
+ inkscape:window-y="0"
37
+ inkscape:window-maximized="1"
38
+ inkscape:current-layer="layer1" />
39
+ <defs
40
+ id="defs2">
41
+ <rect
42
+ x="83.337185"
43
+ y="8050.2053"
44
+ width="303.77854"
45
+ height="39.305407"
46
+ id="rect35912" />
47
+ <rect
48
+ x="495.91094"
49
+ y="7774.0541"
50
+ width="99.971449"
51
+ height="48.715451"
52
+ id="rect35066" />
53
+ <rect
54
+ x="501.90184"
55
+ y="7891.0047"
56
+ width="105.22991"
57
+ height="44.361869"
58
+ id="rect34946" />
59
+ <rect
60
+ x="131.95403"
61
+ y="7993.9"
62
+ width="178.92852"
63
+ height="41.570072"
64
+ id="rect32412" />
65
+ <rect
66
+ x="58.023675"
67
+ y="7943.9884"
68
+ width="180.29184"
69
+ height="47.355675"
70
+ id="rect32219" />
71
+ <rect
72
+ x="78.394039"
73
+ y="7491.9581"
74
+ width="345.83635"
75
+ height="42.744261"
76
+ id="rect28360" />
77
+ <rect
78
+ x="80.666901"
79
+ y="7511.7668"
80
+ width="294.54586"
81
+ height="48.978209"
82
+ id="rect28354" />
83
+ <rect
84
+ x="329.6807"
85
+ y="7243.8249"
86
+ width="184.01939"
87
+ height="22.48393"
88
+ id="rect28344" />
89
+ <rect
90
+ x="331.18335"
91
+ y="7462.2913"
92
+ width="179.56023"
93
+ height="42.064761"
94
+ id="rect28338" />
95
+ <rect
96
+ x="-59.491839"
97
+ y="2664.5992"
98
+ width="216.15182"
99
+ height="28.726088"
100
+ id="rect25964" />
101
+ <rect
102
+ x="189.31267"
103
+ y="2635.9634"
104
+ width="65.985262"
105
+ height="18.378324"
106
+ id="rect25863" />
107
+ <rect
108
+ x="85.986121"
109
+ y="2625.8686"
110
+ width="42.463438"
111
+ height="16.722945"
112
+ id="rect25820" />
113
+ <rect
114
+ x="443.35593"
115
+ y="6678.2439"
116
+ width="55.901899"
117
+ height="27.960803"
118
+ id="rect15431" />
119
+ <rect
120
+ x="427.13715"
121
+ y="6607.483"
122
+ width="63.945598"
123
+ height="31.8562"
124
+ id="rect15425" />
125
+ <rect
126
+ x="221.88279"
127
+ y="6301.6551"
128
+ width="55.588562"
129
+ height="20.314734"
130
+ id="rect4417" />
131
+ <rect
132
+ x="199.19912"
133
+ y="6379.0773"
134
+ width="54.36926"
135
+ height="17.969029"
136
+ id="rect4411" />
137
+ <rect
138
+ x="475.12345"
139
+ y="2772.0675"
140
+ width="157.89823"
141
+ height="48.357442"
142
+ id="rect804" />
143
+ <rect
144
+ x="503.44634"
145
+ y="6199.0223"
146
+ width="19.316067"
147
+ height="29.233058"
148
+ id="rect15298" />
149
+ <rect
150
+ x="508.97385"
151
+ y="6158.2698"
152
+ width="21.596743"
153
+ height="23.38273"
154
+ id="rect15292" />
155
+ <rect
156
+ x="466.78599"
157
+ y="6148.5316"
158
+ width="20.521435"
159
+ height="52.00962"
160
+ id="rect15286" />
161
+ <rect
162
+ x="477.11639"
163
+ y="6108.4293"
164
+ width="21.269273"
165
+ height="21.392365"
166
+ id="rect15280" />
167
+ <rect
168
+ x="466.94625"
169
+ y="6051.6377"
170
+ width="29.149448"
171
+ height="28.362128"
172
+ id="rect15274" />
173
+ <rect
174
+ x="256.4163"
175
+ y="6246.8654"
176
+ width="164.39388"
177
+ height="25.400966"
178
+ id="rect15268" />
179
+ <rect
180
+ x="142.23911"
181
+ y="5592.6763"
182
+ width="45.538059"
183
+ height="17.208582"
184
+ id="rect11478" />
185
+ <rect
186
+ x="200.98279"
187
+ y="5603.6509"
188
+ width="39.485645"
189
+ height="19.071047"
190
+ id="rect11470" />
191
+ <rect
192
+ x="156.41672"
193
+ y="5598.6064"
194
+ width="56.235374"
195
+ height="26.09771"
196
+ id="rect11464" />
197
+ <rect
198
+ x="95.77552"
199
+ y="4893.9912"
200
+ width="240.78052"
201
+ height="89.137581"
202
+ id="rect7562" />
203
+ <rect
204
+ x="362.27875"
205
+ y="4898.3384"
206
+ width="56.139809"
207
+ height="32.173317"
208
+ id="rect7471" />
209
+ <rect
210
+ x="296.23886"
211
+ y="4903.0459"
212
+ width="66.039902"
213
+ height="31.917845"
214
+ id="rect7465" />
215
+ <rect
216
+ x="87.432091"
217
+ y="4197.7158"
218
+ width="325.44913"
219
+ height="51.350037"
220
+ id="rect3273" />
221
+ <rect
222
+ x="211.08093"
223
+ y="4197.2095"
224
+ width="153.646"
225
+ height="72.884071"
226
+ id="rect3231" />
227
+ <rect
228
+ x="414.0658"
229
+ y="4158.6284"
230
+ width="79.122147"
231
+ height="41.093964"
232
+ id="rect3029" />
233
+ <rect
234
+ x="390.74844"
235
+ y="4224.1782"
236
+ width="91.063988"
237
+ height="51.489384"
238
+ id="rect2987" />
239
+ <rect
240
+ x="96.197128"
241
+ y="3430.9187"
242
+ width="420.06235"
243
+ height="348.69022"
244
+ id="rect3752" />
245
+ <rect
246
+ x="180.66573"
247
+ y="3048.3296"
248
+ width="50.664906"
249
+ height="26.309055"
250
+ id="rect1465" />
251
+ <rect
252
+ x="185.45236"
253
+ y="3043.8333"
254
+ width="75.808075"
255
+ height="30.844858"
256
+ id="rect1459" />
257
+ <rect
258
+ x="190.86606"
259
+ y="3033.2937"
260
+ width="53.077961"
261
+ height="23.584785"
262
+ id="rect1453" />
263
+ <rect
264
+ x="323.0361"
265
+ y="3151.5869"
266
+ width="56.238857"
267
+ height="39.623833"
268
+ id="rect1447" />
269
+ <rect
270
+ x="402.38129"
271
+ y="3149.5688"
272
+ width="45.600647"
273
+ height="17.603889"
274
+ id="rect1441" />
275
+ <rect
276
+ x="98.409676"
277
+ y="3366.6411"
278
+ width="177.67082"
279
+ height="34.953468"
280
+ id="rect18195" />
281
+ <rect
282
+ x="417.92419"
283
+ y="3140.9067"
284
+ width="33.524715"
285
+ height="26.402315"
286
+ id="rect18135" />
287
+ <rect
288
+ x="374.69153"
289
+ y="3135.0776"
290
+ width="40.571407"
291
+ height="25.352194"
292
+ id="rect18127" />
293
+ <rect
294
+ x="343.88614"
295
+ y="3133.064"
296
+ width="34.961456"
297
+ height="28.500315"
298
+ id="rect18119" />
299
+ <rect
300
+ x="359.91824"
301
+ y="3136.8774"
302
+ width="37.626499"
303
+ height="19.542509"
304
+ id="rect18111" />
305
+ <rect
306
+ x="360.34442"
307
+ y="3134.6189"
308
+ width="38.679745"
309
+ height="21.906794"
310
+ id="rect18103" />
311
+ <rect
312
+ x="27.098698"
313
+ y="3199.5461"
314
+ width="199.70078"
315
+ height="43.778751"
316
+ id="rect18083" />
317
+ <rect
318
+ x="18.208244"
319
+ y="3149.5061"
320
+ width="184.30273"
321
+ height="58.517208"
322
+ id="rect18077" />
323
+ <rect
324
+ x="24.771572"
325
+ y="3113.2986"
326
+ width="184.9809"
327
+ height="41.386597"
328
+ id="rect18071" />
329
+ <rect
330
+ x="22.472319"
331
+ y="3054.2285"
332
+ width="194.4845"
333
+ height="43.091297"
334
+ id="rect18065" />
335
+ <rect
336
+ x="26.7271"
337
+ y="3009.8738"
338
+ width="293.93774"
339
+ height="86.781792"
340
+ id="rect18059" />
341
+ <rect
342
+ x="81.064323"
343
+ y="2843.8103"
344
+ width="254.20912"
345
+ height="35.797581"
346
+ id="rect16969" />
347
+ <rect
348
+ x="75.45771"
349
+ y="2778.5708"
350
+ width="386.30774"
351
+ height="98.337415"
352
+ id="rect12318" />
353
+ <rect
354
+ x="385.47021"
355
+ y="2748.5046"
356
+ width="21.198053"
357
+ height="29.763985"
358
+ id="rect11112" />
359
+ <rect
360
+ x="279.07266"
361
+ y="2746.8557"
362
+ width="44.977711"
363
+ height="50.055519"
364
+ id="rect11070" />
365
+ <rect
366
+ x="210.08537"
367
+ y="2744.6553"
368
+ width="38.35619"
369
+ height="35.554527"
370
+ id="rect11028" />
371
+ <rect
372
+ x="133.3927"
373
+ y="2744.6616"
374
+ width="55.744244"
375
+ height="61.344288"
376
+ id="rect10986" />
377
+ <rect
378
+ x="73.224258"
379
+ y="2725.9961"
380
+ width="34.431232"
381
+ height="43.985794"
382
+ id="rect10944" />
383
+ <rect
384
+ x="46.665592"
385
+ y="2703.4529"
386
+ width="226.10506"
387
+ height="39.247593"
388
+ id="rect9495" />
389
+ <rect
390
+ x="79.32663"
391
+ y="2481.2285"
392
+ width="163.68143"
393
+ height="22.611668"
394
+ id="rect8903" />
395
+ <rect
396
+ x="218.91"
397
+ y="2713.1235"
398
+ width="190.48982"
399
+ height="24.943436"
400
+ id="rect7739" />
401
+ <rect
402
+ x="316.85132"
403
+ y="2712.1018"
404
+ width="47.70142"
405
+ height="20.769939"
406
+ id="rect6297" />
407
+ <rect
408
+ x="166.64491"
409
+ y="2687.6995"
410
+ width="41.616524"
411
+ height="27.514421"
412
+ id="rect6291" />
413
+ <rect
414
+ x="102.01726"
415
+ y="2425.4961"
416
+ width="301.23495"
417
+ height="48.340103"
418
+ id="rect5342" />
419
+ <rect
420
+ x="62.813797"
421
+ y="2218.3679"
422
+ width="433.15649"
423
+ height="173.37779"
424
+ id="rect5194" />
425
+ <rect
426
+ x="172.72749"
427
+ y="2238.6711"
428
+ width="183.56883"
429
+ height="51.675182"
430
+ id="rect5152" />
431
+ <rect
432
+ x="390.11163"
433
+ y="2235.9863"
434
+ width="76.377083"
435
+ height="36.723057"
436
+ id="rect4927" />
437
+ <rect
438
+ x="405.39819"
439
+ y="2146.1018"
440
+ width="64.420952"
441
+ height="41.289051"
442
+ id="rect4891" />
443
+ <rect
444
+ x="147.34975"
445
+ y="2159.946"
446
+ width="185.1667"
447
+ height="81.29377"
448
+ id="rect4335" />
449
+ <rect
450
+ x="55.200706"
451
+ y="1504.001"
452
+ width="533.78955"
453
+ height="201.54018"
454
+ id="rect3584" />
455
+ <rect
456
+ x="50.653294"
457
+ y="1318.4673"
458
+ width="373.7753"
459
+ height="136.71976"
460
+ id="rect3055" />
461
+ <rect
462
+ x="75.861488"
463
+ y="1251.5566"
464
+ width="277.96835"
465
+ height="31.994486"
466
+ id="rect3049" />
467
+ <rect
468
+ x="422.8082"
469
+ y="1075.9572"
470
+ width="65.876877"
471
+ height="20.65447"
472
+ id="rect3041" />
473
+ <rect
474
+ x="425.802"
475
+ y="1087.4463"
476
+ width="45.196129"
477
+ height="19.416222"
478
+ id="rect3035" />
479
+ <rect
480
+ x="415.52158"
481
+ y="1086.8962"
482
+ width="42.305782"
483
+ height="20.754648"
484
+ id="rect3027" />
485
+ <rect
486
+ x="418.09167"
487
+ y="1077.2119"
488
+ width="38.820946"
489
+ height="32.481895"
490
+ id="rect3021" />
491
+ <rect
492
+ x="67.825706"
493
+ y="1358.3907"
494
+ width="52.190773"
495
+ height="24.399977"
496
+ id="rect3007" />
497
+ <rect
498
+ x="211.67084"
499
+ y="1334.2137"
500
+ width="83.302719"
501
+ height="48.307587"
502
+ id="rect3001" />
503
+ <rect
504
+ x="257.86963"
505
+ y="1223.868"
506
+ width="173.45676"
507
+ height="35.180927"
508
+ id="rect2983" />
509
+ <rect
510
+ x="68.777924"
511
+ y="918.36902"
512
+ width="377.1011"
513
+ height="112.59384"
514
+ id="rect2720" />
515
+ <rect
516
+ x="64.681068"
517
+ y="842.86053"
518
+ width="345.65472"
519
+ height="20.310089"
520
+ id="rect2427" />
521
+ <rect
522
+ x="293.50467"
523
+ y="726.83801"
524
+ width="149.02356"
525
+ height="26.215099"
526
+ id="rect2362" />
527
+ <rect
528
+ x="230.87616"
529
+ y="578.86548"
530
+ width="53.60112"
531
+ height="20.043556"
532
+ id="rect2352" />
533
+ <rect
534
+ x="331.33206"
535
+ y="843.46179"
536
+ width="163.35704"
537
+ height="40.192219"
538
+ id="rect2268" />
539
+ <rect
540
+ x="464.14343"
541
+ y="22.725336"
542
+ width="106.57819"
543
+ height="78.068871"
544
+ id="rect2127" />
545
+ <rect
546
+ x="373.34061"
547
+ y="377.48563"
548
+ width="63.541607"
549
+ height="29.399406"
550
+ id="rect1907" />
551
+ <rect
552
+ x="328.64865"
553
+ y="353.82748"
554
+ width="100.0125"
555
+ height="69.995613"
556
+ id="rect1814" />
557
+ <marker
558
+ style="overflow:visible"
559
+ id="Arrow1L"
560
+ refX="0"
561
+ refY="0"
562
+ orient="auto-start-reverse"
563
+ inkscape:stockid="Arrow1L"
564
+ markerWidth="8.75"
565
+ markerHeight="5"
566
+ viewBox="0 0 8.75 5"
567
+ inkscape:isstock="true"
568
+ inkscape:collect="always"
569
+ preserveAspectRatio="xMidYMid">
570
+ <path
571
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
572
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
573
+ id="arrow1L"
574
+ transform="scale(-0.5)" />
575
+ </marker>
576
+ <rect
577
+ x="102.01726"
578
+ y="366.9147"
579
+ width="301.58334"
580
+ height="161.92332"
581
+ id="rect912" />
582
+ <rect
583
+ x="378.20416"
584
+ y="423.48566"
585
+ width="60.837498"
586
+ height="35.807999"
587
+ id="rect906" />
588
+ <rect
589
+ x="189.18922"
590
+ y="437.61099"
591
+ width="81.700203"
592
+ height="41.869671"
593
+ id="rect900" />
594
+ <rect
595
+ x="137.28645"
596
+ y="279.3154"
597
+ width="285.90659"
598
+ height="33.898918"
599
+ id="rect603" />
600
+ <rect
601
+ x="18.877119"
602
+ y="16.916945"
603
+ width="191.79506"
604
+ height="47.852383"
605
+ id="rect167" />
606
+ <marker
607
+ style="overflow:visible"
608
+ id="Arrow1L-5"
609
+ refX="0"
610
+ refY="0"
611
+ orient="auto-start-reverse"
612
+ inkscape:stockid="Arrow1L"
613
+ markerWidth="8.75"
614
+ markerHeight="5"
615
+ viewBox="0 0 8.75 5"
616
+ inkscape:isstock="true"
617
+ inkscape:collect="always"
618
+ preserveAspectRatio="xMidYMid">
619
+ <path
620
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
621
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
622
+ id="arrow1L-3"
623
+ transform="scale(-0.5)" />
624
+ </marker>
625
+ <rect
626
+ x="331.33206"
627
+ y="843.46179"
628
+ width="163.35704"
629
+ height="40.192219"
630
+ id="rect2268-1" />
631
+ <rect
632
+ x="293.50467"
633
+ y="726.83801"
634
+ width="149.02356"
635
+ height="26.215099"
636
+ id="rect2362-7" />
637
+ <marker
638
+ style="overflow:visible"
639
+ id="Arrow1L-9"
640
+ refX="0"
641
+ refY="0"
642
+ orient="auto-start-reverse"
643
+ inkscape:stockid="Arrow1L"
644
+ markerWidth="8.75"
645
+ markerHeight="5"
646
+ viewBox="0 0 8.75 5"
647
+ inkscape:isstock="true"
648
+ inkscape:collect="always"
649
+ preserveAspectRatio="xMidYMid">
650
+ <path
651
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
652
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
653
+ id="arrow1L-7"
654
+ transform="scale(-0.5)" />
655
+ </marker>
656
+ <rect
657
+ x="147.34975"
658
+ y="2159.946"
659
+ width="185.1667"
660
+ height="81.29377"
661
+ id="rect4335-6" />
662
+ <marker
663
+ style="overflow:visible"
664
+ id="Arrow1L-9-2"
665
+ refX="0"
666
+ refY="0"
667
+ orient="auto-start-reverse"
668
+ inkscape:stockid="Arrow1L"
669
+ markerWidth="8.75"
670
+ markerHeight="5"
671
+ viewBox="0 0 8.75 5"
672
+ inkscape:isstock="true"
673
+ inkscape:collect="always"
674
+ preserveAspectRatio="xMidYMid">
675
+ <path
676
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
677
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
678
+ id="arrow1L-7-9"
679
+ transform="scale(-0.5)" />
680
+ </marker>
681
+ <marker
682
+ style="overflow:visible"
683
+ id="Arrow1L-9-2-1"
684
+ refX="0"
685
+ refY="0"
686
+ orient="auto-start-reverse"
687
+ inkscape:stockid="Arrow1L"
688
+ markerWidth="8.75"
689
+ markerHeight="5"
690
+ viewBox="0 0 8.75 5"
691
+ inkscape:isstock="true"
692
+ inkscape:collect="always"
693
+ preserveAspectRatio="xMidYMid">
694
+ <path
695
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
696
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
697
+ id="arrow1L-7-9-9"
698
+ transform="scale(-0.5)" />
699
+ </marker>
700
+ <marker
701
+ style="overflow:visible"
702
+ id="Arrow1L-7"
703
+ refX="0"
704
+ refY="0"
705
+ orient="auto-start-reverse"
706
+ inkscape:stockid="Arrow1L"
707
+ markerWidth="8.75"
708
+ markerHeight="5"
709
+ viewBox="0 0 8.75 5"
710
+ inkscape:isstock="true"
711
+ inkscape:collect="always"
712
+ preserveAspectRatio="xMidYMid">
713
+ <path
714
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
715
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
716
+ id="arrow1L-8"
717
+ transform="scale(-0.5)" />
718
+ </marker>
719
+ <rect
720
+ x="79.32663"
721
+ y="2481.2285"
722
+ width="192.78908"
723
+ height="25.133881"
724
+ id="rect8903-0" />
725
+ <rect
726
+ x="414.0658"
727
+ y="4158.6284"
728
+ width="79.122147"
729
+ height="41.093964"
730
+ id="rect3029-6" />
731
+ <rect
732
+ x="390.74844"
733
+ y="4224.1782"
734
+ width="91.063988"
735
+ height="51.489384"
736
+ id="rect2987-9" />
737
+ <marker
738
+ style="overflow:visible"
739
+ id="Arrow1L-2"
740
+ refX="0"
741
+ refY="0"
742
+ orient="auto-start-reverse"
743
+ inkscape:stockid="Arrow1L"
744
+ markerWidth="8.75"
745
+ markerHeight="5"
746
+ viewBox="0 0 8.75 5"
747
+ inkscape:isstock="true"
748
+ inkscape:collect="always"
749
+ preserveAspectRatio="xMidYMid">
750
+ <path
751
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
752
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
753
+ id="arrow1L-70"
754
+ transform="scale(-0.5)" />
755
+ </marker>
756
+ <rect
757
+ x="390.74844"
758
+ y="4224.1782"
759
+ width="91.063988"
760
+ height="51.489384"
761
+ id="rect2987-93" />
762
+ <rect
763
+ x="414.0658"
764
+ y="4158.6284"
765
+ width="79.122147"
766
+ height="41.093964"
767
+ id="rect3029-60" />
768
+ <rect
769
+ x="414.0658"
770
+ y="4158.6284"
771
+ width="79.122147"
772
+ height="41.093964"
773
+ id="rect3029-6-6" />
774
+ <rect
775
+ x="390.74844"
776
+ y="4224.1782"
777
+ width="91.063988"
778
+ height="51.489384"
779
+ id="rect2987-9-2" />
780
+ <rect
781
+ x="211.08093"
782
+ y="4197.2095"
783
+ width="153.646"
784
+ height="72.884071"
785
+ id="rect3231-6" />
786
+ <rect
787
+ x="87.432091"
788
+ y="4197.7158"
789
+ width="325.44913"
790
+ height="51.350037"
791
+ id="rect3273-1" />
792
+ <rect
793
+ x="390.74844"
794
+ y="4224.1782"
795
+ width="91.063988"
796
+ height="51.489384"
797
+ id="rect2987-94" />
798
+ <rect
799
+ x="414.0658"
800
+ y="4158.6284"
801
+ width="79.122147"
802
+ height="41.093964"
803
+ id="rect3029-7" />
804
+ <rect
805
+ x="414.0658"
806
+ y="4158.6284"
807
+ width="79.122147"
808
+ height="41.093964"
809
+ id="rect3029-6-8" />
810
+ <rect
811
+ x="390.74844"
812
+ y="4224.1782"
813
+ width="91.063988"
814
+ height="51.489384"
815
+ id="rect2987-9-4" />
816
+ <rect
817
+ x="211.08093"
818
+ y="4197.2095"
819
+ width="153.646"
820
+ height="72.884071"
821
+ id="rect3231-5" />
822
+ <rect
823
+ x="87.432091"
824
+ y="4197.7158"
825
+ width="325.44913"
826
+ height="51.350037"
827
+ id="rect3273-0" />
828
+ <rect
829
+ x="390.74844"
830
+ y="4224.1782"
831
+ width="91.063988"
832
+ height="51.489384"
833
+ id="rect2987-94-4" />
834
+ <rect
835
+ x="390.74844"
836
+ y="4224.1782"
837
+ width="91.063988"
838
+ height="51.489384"
839
+ id="rect2987-9-4-4" />
840
+ <rect
841
+ x="87.432091"
842
+ y="4197.7158"
843
+ width="325.44913"
844
+ height="51.350037"
845
+ id="rect3273-0-3" />
846
+ <rect
847
+ x="296.23886"
848
+ y="4903.0459"
849
+ width="66.039902"
850
+ height="31.917845"
851
+ id="rect7465-0" />
852
+ <rect
853
+ x="362.27875"
854
+ y="4898.3384"
855
+ width="56.139809"
856
+ height="32.173317"
857
+ id="rect7471-7" />
858
+ <rect
859
+ x="95.77552"
860
+ y="4893.9912"
861
+ width="240.78052"
862
+ height="89.137581"
863
+ id="rect7562-8" />
864
+ <rect
865
+ x="390.74844"
866
+ y="4224.1782"
867
+ width="91.063988"
868
+ height="51.489384"
869
+ id="rect2987-94-4-2" />
870
+ <rect
871
+ x="390.74844"
872
+ y="4224.1782"
873
+ width="91.063988"
874
+ height="51.489384"
875
+ id="rect2987-9-4-4-7" />
876
+ <rect
877
+ x="87.432091"
878
+ y="4197.7158"
879
+ width="325.44913"
880
+ height="51.350037"
881
+ id="rect3273-0-3-2" />
882
+ <rect
883
+ x="95.77552"
884
+ y="4893.9912"
885
+ width="296.19025"
886
+ height="104.82129"
887
+ id="rect7562-8-2" />
888
+ <rect
889
+ x="390.74844"
890
+ y="4224.1782"
891
+ width="91.063988"
892
+ height="51.489384"
893
+ id="rect2987-94-4-2-6" />
894
+ <rect
895
+ x="87.432091"
896
+ y="4197.7158"
897
+ width="325.44913"
898
+ height="51.350037"
899
+ id="rect3273-0-3-2-5" />
900
+ <rect
901
+ x="95.77552"
902
+ y="4893.9912"
903
+ width="360.46025"
904
+ height="121.99836"
905
+ id="rect7562-8-2-6" />
906
+ <rect
907
+ x="390.74844"
908
+ y="4224.1782"
909
+ width="91.063988"
910
+ height="51.489384"
911
+ id="rect2987-9-4-4-7-3" />
912
+ <rect
913
+ x="156.41672"
914
+ y="5598.6064"
915
+ width="56.235374"
916
+ height="26.09771"
917
+ id="rect11464-9" />
918
+ <rect
919
+ x="200.98279"
920
+ y="5603.6509"
921
+ width="39.485645"
922
+ height="19.071047"
923
+ id="rect11470-4" />
924
+ <rect
925
+ x="142.23911"
926
+ y="5592.6763"
927
+ width="45.538059"
928
+ height="17.208582"
929
+ id="rect11478-8" />
930
+ <rect
931
+ x="166.64491"
932
+ y="2687.6995"
933
+ width="41.616524"
934
+ height="27.514421"
935
+ id="rect6291-3" />
936
+ <rect
937
+ x="316.85132"
938
+ y="2712.1018"
939
+ width="47.70142"
940
+ height="20.769939"
941
+ id="rect6297-6" />
942
+ <marker
943
+ style="overflow:visible"
944
+ id="Arrow1L-75"
945
+ refX="0"
946
+ refY="0"
947
+ orient="auto-start-reverse"
948
+ inkscape:stockid="Arrow1L"
949
+ markerWidth="8.75"
950
+ markerHeight="5"
951
+ viewBox="0 0 8.75 5"
952
+ inkscape:isstock="true"
953
+ inkscape:collect="always"
954
+ preserveAspectRatio="xMidYMid">
955
+ <path
956
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
957
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
958
+ id="arrow1L-35"
959
+ transform="scale(-0.5)" />
960
+ </marker>
961
+ <rect
962
+ x="218.91"
963
+ y="2713.1235"
964
+ width="190.48982"
965
+ height="24.943436"
966
+ id="rect7739-6" />
967
+ <rect
968
+ x="79.32663"
969
+ y="2481.2285"
970
+ width="163.68143"
971
+ height="22.611668"
972
+ id="rect8903-2" />
973
+ <rect
974
+ x="79.32663"
975
+ y="2481.2285"
976
+ width="192.78908"
977
+ height="25.133881"
978
+ id="rect8903-0-9" />
979
+ <rect
980
+ x="46.665592"
981
+ y="2703.4529"
982
+ width="226.10506"
983
+ height="39.247593"
984
+ id="rect9495-1" />
985
+ <rect
986
+ x="73.224258"
987
+ y="2725.9961"
988
+ width="34.431232"
989
+ height="43.985794"
990
+ id="rect10944-2" />
991
+ <rect
992
+ x="133.3927"
993
+ y="2744.6616"
994
+ width="55.744244"
995
+ height="61.344288"
996
+ id="rect10986-7" />
997
+ <rect
998
+ x="210.08537"
999
+ y="2744.6553"
1000
+ width="38.35619"
1001
+ height="35.554527"
1002
+ id="rect11028-0" />
1003
+ <rect
1004
+ x="279.07266"
1005
+ y="2746.8557"
1006
+ width="44.977711"
1007
+ height="50.055519"
1008
+ id="rect11070-9" />
1009
+ <rect
1010
+ x="385.47021"
1011
+ y="2748.5046"
1012
+ width="21.198053"
1013
+ height="29.763985"
1014
+ id="rect11112-3" />
1015
+ <rect
1016
+ x="81.064323"
1017
+ y="2843.8103"
1018
+ width="254.20912"
1019
+ height="35.797581"
1020
+ id="rect16969-6" />
1021
+ <rect
1022
+ x="475.12344"
1023
+ y="2772.0674"
1024
+ width="157.89822"
1025
+ height="48.357441"
1026
+ id="rect804-0" />
1027
+ <marker
1028
+ style="overflow:visible"
1029
+ id="Arrow1L-77"
1030
+ refX="0"
1031
+ refY="0"
1032
+ orient="auto-start-reverse"
1033
+ inkscape:stockid="Arrow1L"
1034
+ markerWidth="8.75"
1035
+ markerHeight="5"
1036
+ viewBox="0 0 8.75 5"
1037
+ inkscape:isstock="true"
1038
+ inkscape:collect="always"
1039
+ preserveAspectRatio="xMidYMid">
1040
+ <path
1041
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1042
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
1043
+ id="arrow1L-6"
1044
+ transform="scale(-0.5)" />
1045
+ </marker>
1046
+ <rect
1047
+ x="166.64491"
1048
+ y="2687.6995"
1049
+ width="41.616524"
1050
+ height="27.514421"
1051
+ id="rect6291-3-3" />
1052
+ <rect
1053
+ x="316.85132"
1054
+ y="2712.1018"
1055
+ width="47.70142"
1056
+ height="20.769939"
1057
+ id="rect6297-6-6" />
1058
+ <marker
1059
+ style="overflow:visible"
1060
+ id="Arrow1L-75-5"
1061
+ refX="0"
1062
+ refY="0"
1063
+ orient="auto-start-reverse"
1064
+ inkscape:stockid="Arrow1L"
1065
+ markerWidth="8.75"
1066
+ markerHeight="5"
1067
+ viewBox="0 0 8.75 5"
1068
+ inkscape:isstock="true"
1069
+ inkscape:collect="always"
1070
+ preserveAspectRatio="xMidYMid">
1071
+ <path
1072
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1073
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
1074
+ id="arrow1L-35-6"
1075
+ transform="scale(-0.5)" />
1076
+ </marker>
1077
+ <rect
1078
+ x="218.91"
1079
+ y="2713.1235"
1080
+ width="190.48982"
1081
+ height="24.943436"
1082
+ id="rect7739-6-3" />
1083
+ <rect
1084
+ x="79.32663"
1085
+ y="2481.2285"
1086
+ width="163.68143"
1087
+ height="22.611668"
1088
+ id="rect8903-2-9" />
1089
+ <rect
1090
+ x="79.32663"
1091
+ y="2481.2285"
1092
+ width="192.78908"
1093
+ height="25.133881"
1094
+ id="rect8903-0-9-4" />
1095
+ <rect
1096
+ x="46.665592"
1097
+ y="2703.4529"
1098
+ width="226.10506"
1099
+ height="39.247593"
1100
+ id="rect9495-1-8" />
1101
+ <marker
1102
+ style="overflow:visible"
1103
+ id="Arrow1L-1"
1104
+ refX="0"
1105
+ refY="0"
1106
+ orient="auto-start-reverse"
1107
+ inkscape:stockid="Arrow1L"
1108
+ markerWidth="8.75"
1109
+ markerHeight="5"
1110
+ viewBox="0 0 8.75 5"
1111
+ inkscape:isstock="true"
1112
+ inkscape:collect="always"
1113
+ preserveAspectRatio="xMidYMid">
1114
+ <path
1115
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1116
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
1117
+ id="arrow1L-2"
1118
+ transform="scale(-0.5)" />
1119
+ </marker>
1120
+ <rect
1121
+ x="73.224258"
1122
+ y="2725.9961"
1123
+ width="34.431232"
1124
+ height="43.985794"
1125
+ id="rect10944-2-9" />
1126
+ <rect
1127
+ x="133.3927"
1128
+ y="2744.6616"
1129
+ width="55.744244"
1130
+ height="61.344288"
1131
+ id="rect10986-7-3" />
1132
+ <rect
1133
+ x="210.08537"
1134
+ y="2744.6553"
1135
+ width="38.35619"
1136
+ height="35.554527"
1137
+ id="rect11028-0-9" />
1138
+ <rect
1139
+ x="279.07266"
1140
+ y="2746.8557"
1141
+ width="44.977711"
1142
+ height="50.055519"
1143
+ id="rect11070-9-0" />
1144
+ <rect
1145
+ x="385.47021"
1146
+ y="2748.5046"
1147
+ width="21.198053"
1148
+ height="29.763985"
1149
+ id="rect11112-3-8" />
1150
+ <rect
1151
+ x="81.064323"
1152
+ y="2843.8103"
1153
+ width="254.20912"
1154
+ height="35.797581"
1155
+ id="rect16969-6-8" />
1156
+ <rect
1157
+ x="475.12344"
1158
+ y="2772.0674"
1159
+ width="157.89822"
1160
+ height="48.357441"
1161
+ id="rect804-0-5" />
1162
+ <rect
1163
+ x="199.19913"
1164
+ y="6379.0771"
1165
+ width="54.369259"
1166
+ height="17.969028"
1167
+ id="rect4411-0" />
1168
+ <rect
1169
+ x="221.8828"
1170
+ y="6301.6553"
1171
+ width="55.588562"
1172
+ height="20.314734"
1173
+ id="rect4417-9" />
1174
+ <marker
1175
+ style="overflow:visible"
1176
+ id="Arrow1L-77-6"
1177
+ refX="0"
1178
+ refY="0"
1179
+ orient="auto-start-reverse"
1180
+ inkscape:stockid="Arrow1L"
1181
+ markerWidth="8.75"
1182
+ markerHeight="5"
1183
+ viewBox="0 0 8.75 5"
1184
+ inkscape:isstock="true"
1185
+ inkscape:collect="always"
1186
+ preserveAspectRatio="xMidYMid">
1187
+ <path
1188
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1189
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
1190
+ id="arrow1L-6-3"
1191
+ transform="scale(-0.5)" />
1192
+ </marker>
1193
+ <marker
1194
+ style="overflow:visible"
1195
+ id="Arrow1L-24"
1196
+ refX="0"
1197
+ refY="0"
1198
+ orient="auto-start-reverse"
1199
+ inkscape:stockid="Arrow1L"
1200
+ markerWidth="8.75"
1201
+ markerHeight="5"
1202
+ viewBox="0 0 8.75 5"
1203
+ inkscape:isstock="true"
1204
+ inkscape:collect="always"
1205
+ preserveAspectRatio="xMidYMid">
1206
+ <path
1207
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1208
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
1209
+ id="arrow1L-77"
1210
+ transform="scale(-0.5)" />
1211
+ </marker>
1212
+ <rect
1213
+ x="443.35593"
1214
+ y="6678.2441"
1215
+ width="55.901897"
1216
+ height="27.960802"
1217
+ id="rect15431-2" />
1218
+ <rect
1219
+ x="427.13715"
1220
+ y="6607.4829"
1221
+ width="63.945599"
1222
+ height="31.856199"
1223
+ id="rect15425-9" />
1224
+ <marker
1225
+ style="overflow:visible"
1226
+ id="Arrow1L-6"
1227
+ refX="0"
1228
+ refY="0"
1229
+ orient="auto-start-reverse"
1230
+ inkscape:stockid="Arrow1L"
1231
+ markerWidth="8.75"
1232
+ markerHeight="5"
1233
+ viewBox="0 0 8.75 5"
1234
+ inkscape:isstock="true"
1235
+ inkscape:collect="always"
1236
+ preserveAspectRatio="xMidYMid">
1237
+ <path
1238
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1239
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
1240
+ id="arrow1L-80"
1241
+ transform="scale(-0.5)" />
1242
+ </marker>
1243
+ <rect
1244
+ x="390.74844"
1245
+ y="4224.1782"
1246
+ width="91.063988"
1247
+ height="51.489384"
1248
+ id="rect2987-94-4-2-5" />
1249
+ <rect
1250
+ x="390.74844"
1251
+ y="4224.1782"
1252
+ width="91.063988"
1253
+ height="51.489384"
1254
+ id="rect2987-9-4-4-7-0" />
1255
+ <rect
1256
+ x="156.41672"
1257
+ y="5598.6064"
1258
+ width="56.235374"
1259
+ height="26.09771"
1260
+ id="rect11464-6" />
1261
+ <rect
1262
+ x="200.98279"
1263
+ y="5603.6509"
1264
+ width="39.485645"
1265
+ height="19.071047"
1266
+ id="rect11470-46" />
1267
+ <rect
1268
+ x="142.23911"
1269
+ y="5592.6763"
1270
+ width="45.538059"
1271
+ height="17.208582"
1272
+ id="rect11478-2" />
1273
+ <rect
1274
+ x="200.98279"
1275
+ y="5603.6509"
1276
+ width="39.485645"
1277
+ height="19.071047"
1278
+ id="rect11470-46-9" />
1279
+ <rect
1280
+ x="200.98279"
1281
+ y="5603.6509"
1282
+ width="39.485645"
1283
+ height="19.071047"
1284
+ id="rect11470-46-93" />
1285
+ <rect
1286
+ x="200.98279"
1287
+ y="5603.6509"
1288
+ width="39.485645"
1289
+ height="19.071047"
1290
+ id="rect11470-46-9-8" />
1291
+ <marker
1292
+ style="overflow:visible"
1293
+ id="Arrow1L-56"
1294
+ refX="0"
1295
+ refY="0"
1296
+ orient="auto-start-reverse"
1297
+ inkscape:stockid="Arrow1L"
1298
+ markerWidth="8.75"
1299
+ markerHeight="5"
1300
+ viewBox="0 0 8.75 5"
1301
+ inkscape:isstock="true"
1302
+ inkscape:collect="always"
1303
+ preserveAspectRatio="xMidYMid">
1304
+ <path
1305
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1306
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
1307
+ id="arrow1L-9"
1308
+ transform="scale(-0.5)" />
1309
+ </marker>
1310
+ <rect
1311
+ x="131.95403"
1312
+ y="7993.8999"
1313
+ width="178.92851"
1314
+ height="41.570072"
1315
+ id="rect32412-7" />
1316
+ <rect
1317
+ x="131.95403"
1318
+ y="7993.8999"
1319
+ width="178.92851"
1320
+ height="41.570072"
1321
+ id="rect32412-8" />
1322
+ <marker
1323
+ style="overflow:visible"
1324
+ id="Arrow1L-29"
1325
+ refX="0"
1326
+ refY="0"
1327
+ orient="auto-start-reverse"
1328
+ inkscape:stockid="Arrow1L"
1329
+ markerWidth="8.75"
1330
+ markerHeight="5"
1331
+ viewBox="0 0 8.75 5"
1332
+ inkscape:isstock="true"
1333
+ inkscape:collect="always"
1334
+ preserveAspectRatio="xMidYMid">
1335
+ <path
1336
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1337
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
1338
+ id="arrow1L-96"
1339
+ transform="scale(-0.5)" />
1340
+ </marker>
1341
+ <marker
1342
+ style="overflow:visible"
1343
+ id="Arrow1L-56-0"
1344
+ refX="0"
1345
+ refY="0"
1346
+ orient="auto-start-reverse"
1347
+ inkscape:stockid="Arrow1L"
1348
+ markerWidth="8.75"
1349
+ markerHeight="5"
1350
+ viewBox="0 0 8.75 5"
1351
+ inkscape:isstock="true"
1352
+ inkscape:collect="always"
1353
+ preserveAspectRatio="xMidYMid">
1354
+ <path
1355
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1356
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
1357
+ id="arrow1L-9-2"
1358
+ transform="scale(-0.5)" />
1359
+ </marker>
1360
+ <rect
1361
+ x="131.95403"
1362
+ y="7993.8999"
1363
+ width="178.92851"
1364
+ height="41.570072"
1365
+ id="rect32412-7-7" />
1366
+ <marker
1367
+ style="overflow:visible"
1368
+ id="Arrow1L-29-1"
1369
+ refX="0"
1370
+ refY="0"
1371
+ orient="auto-start-reverse"
1372
+ inkscape:stockid="Arrow1L"
1373
+ markerWidth="8.75"
1374
+ markerHeight="5"
1375
+ viewBox="0 0 8.75 5"
1376
+ inkscape:isstock="true"
1377
+ inkscape:collect="always"
1378
+ preserveAspectRatio="xMidYMid">
1379
+ <path
1380
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1381
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
1382
+ id="arrow1L-96-5"
1383
+ transform="scale(-0.5)" />
1384
+ </marker>
1385
+ <marker
1386
+ style="overflow:visible"
1387
+ id="Arrow1L-29-1-9"
1388
+ refX="0"
1389
+ refY="0"
1390
+ orient="auto-start-reverse"
1391
+ inkscape:stockid="Arrow1L"
1392
+ markerWidth="8.75"
1393
+ markerHeight="5"
1394
+ viewBox="0 0 8.75 5"
1395
+ inkscape:isstock="true"
1396
+ inkscape:collect="always"
1397
+ preserveAspectRatio="xMidYMid">
1398
+ <path
1399
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1400
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
1401
+ id="arrow1L-96-5-1"
1402
+ transform="scale(-0.5)" />
1403
+ </marker>
1404
+ <marker
1405
+ style="overflow:visible"
1406
+ id="Arrow1L-29-1-91"
1407
+ refX="0"
1408
+ refY="0"
1409
+ orient="auto-start-reverse"
1410
+ inkscape:stockid="Arrow1L"
1411
+ markerWidth="8.75"
1412
+ markerHeight="5"
1413
+ viewBox="0 0 8.75 5"
1414
+ inkscape:isstock="true"
1415
+ inkscape:collect="always"
1416
+ preserveAspectRatio="xMidYMid">
1417
+ <path
1418
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1419
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
1420
+ id="arrow1L-96-5-0"
1421
+ transform="scale(-0.5)" />
1422
+ </marker>
1423
+ <marker
1424
+ style="overflow:visible"
1425
+ id="Arrow1L-29-1-9-7"
1426
+ refX="0"
1427
+ refY="0"
1428
+ orient="auto-start-reverse"
1429
+ inkscape:stockid="Arrow1L"
1430
+ markerWidth="8.75"
1431
+ markerHeight="5"
1432
+ viewBox="0 0 8.75 5"
1433
+ inkscape:isstock="true"
1434
+ inkscape:collect="always"
1435
+ preserveAspectRatio="xMidYMid">
1436
+ <path
1437
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1438
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
1439
+ id="arrow1L-96-5-1-5"
1440
+ transform="scale(-0.5)" />
1441
+ </marker>
1442
+ <rect
1443
+ x="495.91095"
1444
+ y="7774.0542"
1445
+ width="99.971451"
1446
+ height="48.71545"
1447
+ id="rect35066-0" />
1448
+ <rect
1449
+ x="501.90182"
1450
+ y="7891.0049"
1451
+ width="105.22991"
1452
+ height="44.36187"
1453
+ id="rect34946-4" />
1454
+ </defs>
1455
+ <g
1456
+ inkscape:label="Layer 1"
1457
+ inkscape:groupmode="layer"
1458
+ id="layer1">
1459
+ <rect
1460
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.26458333;stroke-dasharray:none"
1461
+ id="rect36094"
1462
+ width="150.95389"
1463
+ height="116.51987"
1464
+ x="4.6058025"
1465
+ y="2023.3954"
1466
+ inkscape:export-filename="gear_addendeum_dedendum_sizes.svg"
1467
+ inkscape:export-xdpi="96"
1468
+ inkscape:export-ydpi="96" />
1469
+ <path
1470
+ style="fill:#b3b3b3;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1471
+ d="m 62.747847,2042.1061 -8.011491,0.7416 -2.786946,14.1364 -4.688359,11.3425 -4.777541,15.3467 -3.973719,1.1185 -5.894326,3.3043 0.0164,-45.8863"
1472
+ id="path32225-6"
1473
+ sodipodi:nodetypes="cccccccc" />
1474
+ <path
1475
+ style="fill:#e6e6e6;stroke:#e6e6e6;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1476
+ d="m 97.331157,2104.4397 7.117273,-6.1535 7.54135,-2.6353 2.85038,-8.5087 2.65659,-6.1056 4.55019,-5.3798 2.3281,-9.143 0.15284,37.9112"
1477
+ id="path32229-4" />
1478
+ <rect
1479
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583;stroke-dasharray:none"
1480
+ id="rect28416"
1481
+ width="107.49077"
1482
+ height="89.176872"
1483
+ x="26.356489"
1484
+ y="1912.6439"
1485
+ inkscape:export-filename="gear_right_left_base_circles.svg"
1486
+ inkscape:export-xdpi="96"
1487
+ inkscape:export-ydpi="96" />
1488
+ <path
1489
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1490
+ d="m 62.207589,1948.0541 19.192557,16.0438"
1491
+ id="path11482-3-5-6"
1492
+ sodipodi:nodetypes="cc" />
1493
+ <rect
1494
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264582"
1495
+ id="rect16011-6-8"
1496
+ width="105.40771"
1497
+ height="95.586372"
1498
+ x="23.383472"
1499
+ y="1798.942"
1500
+ inkscape:export-filename="gear_base_left_circle_for_involute.svg"
1501
+ inkscape:export-xdpi="96"
1502
+ inkscape:export-ydpi="96" />
1503
+ <rect
1504
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264582"
1505
+ id="rect16011-6"
1506
+ width="105.40771"
1507
+ height="95.586372"
1508
+ x="17.468597"
1509
+ y="1677.1945"
1510
+ inkscape:export-filename="gear_base_right_circle_for_involute.svg"
1511
+ inkscape:export-xdpi="96"
1512
+ inkscape:export-ydpi="96" />
1513
+ <rect
1514
+ style="opacity:1;fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
1515
+ id="rect16011"
1516
+ width="113.80157"
1517
+ height="83.883835"
1518
+ x="12.492154"
1519
+ y="641.52832"
1520
+ inkscape:export-filename="gear_base_circle_for_involute.svg"
1521
+ inkscape:export-xdpi="96"
1522
+ inkscape:export-ydpi="96" />
1523
+ <path
1524
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1525
+ d="m 67.443911,671.09898 v 15.16314"
1526
+ id="path807" />
1527
+ <rect
1528
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264582"
1529
+ id="rect3329-3-6-6-1"
1530
+ width="96.450272"
1531
+ height="104.66682"
1532
+ x="21.961391"
1533
+ y="1554.0881"
1534
+ inkscape:export-filename="gear_optimum_base_radius_with_longer_inter_axis.svg"
1535
+ inkscape:export-xdpi="96"
1536
+ inkscape:export-ydpi="96" />
1537
+ <rect
1538
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
1539
+ id="rect3329-3-6"
1540
+ width="91.764175"
1541
+ height="90.715446"
1542
+ x="19.146637"
1543
+ y="1338.5427"
1544
+ inkscape:export-filename="gear_small_base_radius.svg"
1545
+ inkscape:export-xdpi="96"
1546
+ inkscape:export-ydpi="96" />
1547
+ <rect
1548
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
1549
+ id="rect3329"
1550
+ width="91.764175"
1551
+ height="84.813065"
1552
+ x="15.594515"
1553
+ y="1027.0812"
1554
+ inkscape:export-filename="gear_inter_axis_minimum_distance.svg"
1555
+ inkscape:export-xdpi="96"
1556
+ inkscape:export-ydpi="96" />
1557
+ <rect
1558
+ style="opacity:1;fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
1559
+ id="rect18191"
1560
+ width="122.09809"
1561
+ height="83.850815"
1562
+ x="21.982716"
1563
+ y="799.49176"
1564
+ inkscape:export-filename="gear_wheel_circles.svg"
1565
+ inkscape:export-xdpi="96"
1566
+ inkscape:export-ydpi="96" />
1567
+ <rect
1568
+ style="opacity:1;fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
1569
+ id="rect5286"
1570
+ width="124.44027"
1571
+ height="91.633904"
1572
+ x="16.141411"
1573
+ y="488.98987"
1574
+ inkscape:export-filename="gear_module_and_tooth_thickness.svg"
1575
+ inkscape:export-xdpi="96"
1576
+ inkscape:export-ydpi="96" />
1577
+ <path
1578
+ style="fill:#cccccc;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1579
+ d="m 117.84557,539.20719 -4.84341,-1.39734 -1.89263,-12.39426 -10.44631,-19.32692 -9.18908,-0.6526 -13.186946,17.3114 -0.918046,12.19761 -5.617663,0.71035 -4.17853,-11.83875 -14.945614,-17.81281 -8.47381,1.48214 -11.504475,19.44983 -2.720958,12.85143 -4.791789,0.63539"
1580
+ id="path3767"
1581
+ sodipodi:nodetypes="cccccccccccccc" />
1582
+ <path
1583
+ style="fill:#ececec;stroke:#ececec;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1584
+ d="m 126.74092,499.17442 -6.64754,1.12083 -0.14011,18.57602 0.21139,12.43113 -2.59929,0.65257 -3.14619,-11.81293 -6.72744,-17.83004 -28.598334,2.28836 -2.213391,18.48999 -0.779174,11.91005 -1.941787,0.24334 -5.397675,-12.46555 -7.847031,-19.60221 -25.320656,-3.38337"
1585
+ id="path3769"
1586
+ sodipodi:nodetypes="ccccccccccccc" />
1587
+ <rect
1588
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
1589
+ id="rect3059"
1590
+ width="107.82449"
1591
+ height="74.950516"
1592
+ x="16.228668"
1593
+ y="261.64841"
1594
+ inkscape:export-filename="gear_addendum_and_dedendum.svg"
1595
+ inkscape:export-xdpi="96"
1596
+ inkscape:export-ydpi="96" />
1597
+ <rect
1598
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
1599
+ id="rect2483"
1600
+ width="92.553185"
1601
+ height="80.943016"
1602
+ x="16.08119"
1603
+ y="146.93919"
1604
+ inkscape:export-filename="gear_adherence_replaced_by_teeth.svg"
1605
+ inkscape:export-xdpi="96"
1606
+ inkscape:export-ydpi="96" />
1607
+ <path
1608
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1609
+ d="M 56.93062,51.372227 77.304351,29.629073"
1610
+ id="path1804" />
1611
+ <rect
1612
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
1613
+ id="rect709"
1614
+ width="72.08699"
1615
+ height="65.16539"
1616
+ x="30.193558"
1617
+ y="16.850533"
1618
+ inkscape:export-filename="gears_motion_transmission_via_adherence.svg"
1619
+ inkscape:export-xdpi="96"
1620
+ inkscape:export-ydpi="96" />
1621
+ <text
1622
+ xml:space="preserve"
1623
+ transform="scale(0.26458333)"
1624
+ id="text165"
1625
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect167);display:inline"><tspan
1626
+ x="18.876953"
1627
+ y="29.892608"
1628
+ id="tspan39067">gears.svg</tspan></text>
1629
+ <ellipse
1630
+ style="fill:none;stroke:#008080;stroke-width:0.264583"
1631
+ id="path375"
1632
+ cx="56.930622"
1633
+ cy="51.372227"
1634
+ rx="19.788424"
1635
+ ry="19.786894" />
1636
+ <ellipse
1637
+ style="fill:none;stroke:#008080;stroke-width:0.264583"
1638
+ id="path377"
1639
+ cx="77.304352"
1640
+ cy="29.629074"
1641
+ rx="9.953887"
1642
+ ry="9.9531183" />
1643
+ <path
1644
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1645
+ d="m 54.34118,53.465002 5.178884,-4.18556"
1646
+ id="path487" />
1647
+ <path
1648
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1649
+ d="m 59.023562,53.961472 -4.18588,-5.17849"
1650
+ id="path487-3" />
1651
+ <path
1652
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1653
+ d="m 74.714907,31.721854 5.17889,-4.185559"
1654
+ id="path487-6" />
1655
+ <path
1656
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1657
+ d="m 79.397287,32.218316 -4.18588,-5.178483"
1658
+ id="path487-3-7" />
1659
+ <text
1660
+ xml:space="preserve"
1661
+ transform="matrix(0.26458333,0,0,0.26458333,-4.4476753,2.5956038)"
1662
+ id="text601"
1663
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect603);display:inline"><tspan
1664
+ x="137.28711"
1665
+ y="292.29105"
1666
+ id="tspan39069">motion transmission via adherence</tspan></text>
1667
+ <path
1668
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1669
+ d="M 56.93062,51.372227 H 37.142197"
1670
+ id="path892" />
1671
+ <path
1672
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1673
+ d="m 77.304351,29.629073 h 9.953887"
1674
+ id="path896" />
1675
+ <text
1676
+ xml:space="preserve"
1677
+ transform="matrix(0.26458333,0,0,0.26458333,-5.3067316,-64.298956)"
1678
+ id="text898"
1679
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect900);display:inline;fill:#0000ff"><tspan
1680
+ x="189.18945"
1681
+ y="450.58792"
1682
+ id="tspan39071">r2</tspan></text>
1683
+ <text
1684
+ xml:space="preserve"
1685
+ transform="matrix(0.26458333,0,0,0.26458333,-19.664894,-82.437458)"
1686
+ id="text904"
1687
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect906);display:inline;fill:#0000ff"><tspan
1688
+ x="378.20508"
1689
+ y="436.46292"
1690
+ id="tspan39073">r1</tspan></text>
1691
+ <text
1692
+ xml:space="preserve"
1693
+ transform="scale(0.26458333)"
1694
+ id="text910"
1695
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect912);display:inline"><tspan
1696
+ x="102.01758"
1697
+ y="379.89065"
1698
+ id="tspan39075">speed relation:
1699
+ </tspan><tspan
1700
+ x="102.01758"
1701
+ y="398.22403"
1702
+ id="tspan39077">v=w1*r1=w2*r2
1703
+ </tspan><tspan
1704
+ x="102.01758"
1705
+ y="416.5574"
1706
+ id="tspan39079">w2=w1*r1/r2
1707
+ </tspan><tspan
1708
+ x="102.01758"
1709
+ y="434.89078"
1710
+ id="tspan39081">
1711
+ </tspan><tspan
1712
+ x="102.01758"
1713
+ y="453.22415"
1714
+ id="tspan39083">torque relation:
1715
+ </tspan><tspan
1716
+ x="102.01758"
1717
+ y="471.55752"
1718
+ id="tspan39085">M1=F*r1
1719
+ </tspan><tspan
1720
+ x="102.01758"
1721
+ y="489.8909"
1722
+ id="tspan39087">M2=F*r2
1723
+ </tspan><tspan
1724
+ x="102.01758"
1725
+ y="508.22427"
1726
+ id="tspan39089">M2=M1*r2/r1</tspan></text>
1727
+ <path
1728
+ style="fill:none;stroke:#d45500;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L)"
1729
+ d="M 70.416609,36.844777 57.729932,24.961951"
1730
+ id="path916" />
1731
+ <text
1732
+ xml:space="preserve"
1733
+ transform="matrix(0.26458333,0,0,0.26458333,-26.355622,-70.95283)"
1734
+ id="text1812"
1735
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1814);display:inline;fill:#aa4400"><tspan
1736
+ x="328.64844"
1737
+ y="366.80472"
1738
+ id="tspan39091">F</tspan></text>
1739
+ <path
1740
+ style="fill:none;stroke:#ff00ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-5)"
1741
+ d="m 70.729603,37.131706 -7.65441,-7.138034"
1742
+ id="path916-5" />
1743
+ <text
1744
+ xml:space="preserve"
1745
+ transform="matrix(0.26458333,0,0,0.26458333,-34.201998,-71.882681)"
1746
+ id="text1905"
1747
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1907);display:inline;fill:#ff00ff"><tspan
1748
+ x="373.33984"
1749
+ y="390.46292"
1750
+ id="tspan39093">v</tspan></text>
1751
+ <text
1752
+ xml:space="preserve"
1753
+ transform="scale(0.26458333)"
1754
+ id="text2125"
1755
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2127);display:inline"><tspan
1756
+ x="464.14258"
1757
+ y="35.701202"
1758
+ id="tspan39095">gear-wheel
1759
+ </tspan><tspan
1760
+ x="464.14258"
1761
+ y="54.034576"
1762
+ id="tspan39097">gear-bar
1763
+ </tspan><tspan
1764
+ x="464.14258"
1765
+ y="72.36795"
1766
+ id="tspan39099">gear-ring</tspan></text>
1767
+ <circle
1768
+ style="fill:none;stroke:#800000;stroke-width:0.264583"
1769
+ id="path2237"
1770
+ cx="45.62048"
1771
+ cy="191.62617"
1772
+ r="23.860231" />
1773
+ <circle
1774
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583"
1775
+ id="path2237-6"
1776
+ cx="45.62048"
1777
+ cy="191.62617"
1778
+ r="28.572924" />
1779
+ <text
1780
+ xml:space="preserve"
1781
+ transform="matrix(0.26458333,0,0,0.26458333,-18.05193,-10.980396)"
1782
+ id="text2266"
1783
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2268);display:inline;fill:#800000"><tspan
1784
+ x="331.33203"
1785
+ y="856.43753"
1786
+ id="tspan39101">primitive circle</tspan></text>
1787
+ <path
1788
+ style="fill:none;stroke:#aa0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1789
+ d="m 63.251579,208.73847 6.23869,5.42007"
1790
+ id="path2272" />
1791
+ <path
1792
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1793
+ d="m 45.590496,171.00086 c 0,0 0.658108,-2.13256 1.129292,-3.1402 0.38061,-0.81394 0.780635,-1.64103 1.361753,-2.32636 0.613198,-0.72316 1.28014,-1.54177 2.186887,-1.81886 0.443965,-0.13567 0.936302,0.0233 1.385652,0.13991 0.38871,0.10087 0.828127,0.18742 1.106262,0.47709 0.502439,0.52328 0.638933,1.32017 0.779946,2.03177 0.182182,0.91936 0.156631,1.87767 0.06952,2.81084 -0.100195,1.07334 -0.676965,3.16237 -0.676965,3.16237"
1794
+ id="path2274"
1795
+ sodipodi:nodetypes="caaaaaaac" />
1796
+ <path
1797
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1798
+ d="m 55.774732,173.95935 c 0,0 1.546711,-1.60891 2.42065,-2.29708 0.705946,-0.55589 1.435143,-1.11478 2.262356,-1.46563 0.872875,-0.37022 1.836674,-0.80153 2.771181,-0.64132 0.457555,0.0785 0.825836,0.44182 1.174769,0.74801 0.301843,0.26489 0.65542,0.53976 0.773605,0.92357 0.213497,0.69332 -0.0229,1.46647 -0.216907,2.16549 -0.250649,0.90309 -0.704367,1.74758 -1.201767,2.54193 -0.57211,0.91367 -2.026595,2.52027 -2.026595,2.52027"
1799
+ id="path2274-2"
1800
+ sodipodi:nodetypes="caaaaaaac" />
1801
+ <text
1802
+ xml:space="preserve"
1803
+ transform="matrix(0.26458333,0,0,0.26458333,-5.8180854,4.8008979)"
1804
+ id="text2350"
1805
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2352);display:inline"><tspan
1806
+ x="230.87695"
1807
+ y="591.84183"
1808
+ id="tspan39103">teeth</tspan></text>
1809
+ <path
1810
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1811
+ d="m 54.295899,166.57842 3.51953,-4.54888"
1812
+ id="path2356" />
1813
+ <path
1814
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1815
+ d="M 61.389704,169.45271 60.07314,162.10167"
1816
+ id="path2358" />
1817
+ <text
1818
+ xml:space="preserve"
1819
+ transform="matrix(0.26458333,0,0,0.26458333,-3.3635397,12.459132)"
1820
+ id="text2360"
1821
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2362);display:inline;fill:#0000ff"><tspan
1822
+ x="293.50391"
1823
+ y="739.81448"
1824
+ id="tspan39105">addendum circle</tspan></text>
1825
+ <text
1826
+ xml:space="preserve"
1827
+ transform="matrix(0.26458333,0,0,0.26458333,12.292693,117.30806)"
1828
+ id="text2360-9"
1829
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2362-7);display:inline;fill:#0000ff"><tspan
1830
+ x="293.50391"
1831
+ y="739.81448"
1832
+ id="tspan39107">addendum circle</tspan></text>
1833
+ <path
1834
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1835
+ d="m 71.907881,204.87481 2.438902,2.17472"
1836
+ id="path2366" />
1837
+ <circle
1838
+ style="fill:none;stroke:#800000;stroke-width:0.264583"
1839
+ id="path2237-9"
1840
+ cx="90.582954"
1841
+ cy="164.97415"
1842
+ r="12.41958" />
1843
+ <circle
1844
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583"
1845
+ id="path2237-6-1"
1846
+ cx="90.582954"
1847
+ cy="164.97415"
1848
+ r="16.839554" />
1849
+ <path
1850
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1851
+ d="m 91.289896,174.00901 c 0,0 -0.929566,2.02899 -1.527653,2.96689 -0.48312,0.7576 -0.987205,1.52571 -1.652429,2.12974 -0.701938,0.63738 -1.469579,1.36241 -2.404629,1.51936 -0.457832,0.0768 -0.925339,-0.14473 -1.355733,-0.31873 -0.372313,-0.15051 -0.796766,-0.29341 -1.034919,-0.61676 -0.430205,-0.58411 -0.462017,-1.39198 -0.509391,-2.11587 -0.06121,-0.93524 0.08862,-1.88211 0.296235,-2.79605 0.238775,-1.05123 1.082036,-3.04763 1.082036,-3.04763"
1852
+ id="path2274-7"
1853
+ sodipodi:nodetypes="caaaaaaac" />
1854
+ <path
1855
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1856
+ d="m 83.432277,170.39407 c 0,0 -2.188136,0.43928 -3.298493,0.50604 -0.896914,0.0539 -1.814645,0.0971 -2.694217,-0.0866 -0.928136,-0.19378 -1.965785,-0.38927 -2.641972,-1.0539 -0.331052,-0.32547 -0.426313,-0.83395 -0.538266,-1.28447 -0.09684,-0.38976 -0.230468,-0.8172 -0.108623,-1.19987 0.220111,-0.69124 0.855271,-1.19145 1.413342,-1.65494 0.720992,-0.5988 1.575356,-1.03364 2.436997,-1.40239 0.991067,-0.42414 3.102129,-0.91413 3.102129,-0.91413"
1857
+ id="path2274-2-0"
1858
+ sodipodi:nodetypes="caaaaaaac" />
1859
+ <text
1860
+ xml:space="preserve"
1861
+ transform="scale(0.26458333)"
1862
+ id="text2425"
1863
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2427);display:inline"><tspan
1864
+ x="64.681641"
1865
+ y="855.83792"
1866
+ id="tspan39109">adherence replaced by teeth</tspan></text>
1867
+ <text
1868
+ xml:space="preserve"
1869
+ transform="scale(0.26458333)"
1870
+ id="text2718"
1871
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2720);display:inline"><tspan
1872
+ x="68.777344"
1873
+ y="931.34573"
1874
+ id="tspan39111">- primive circle: original adherence circle
1875
+ </tspan><tspan
1876
+ x="68.777344"
1877
+ y="949.67911"
1878
+ id="tspan39113">- addendum circle: maximum height </tspan></text>
1879
+ <circle
1880
+ style="fill:none;stroke:#800000;stroke-width:0.264583"
1881
+ id="path2237-3"
1882
+ cx="46.063362"
1883
+ cy="296.6694"
1884
+ r="23.860231" />
1885
+ <circle
1886
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583"
1887
+ id="path2237-6-6"
1888
+ cx="46.063362"
1889
+ cy="296.6694"
1890
+ r="28.572924" />
1891
+ <circle
1892
+ style="fill:none;stroke:#800000;stroke-width:0.264583"
1893
+ id="path2237-9-0"
1894
+ cx="80.054466"
1895
+ cy="283.72333"
1896
+ r="12.41958" />
1897
+ <circle
1898
+ style="fill:none;stroke:#0000ff;stroke-width:0.264582"
1899
+ id="path2237-6-1-6"
1900
+ cx="80.054466"
1901
+ cy="283.72333"
1902
+ r="20.666595" />
1903
+ <circle
1904
+ style="fill:none;stroke:#008000;stroke-width:0.264583"
1905
+ id="path2237-9-0-2"
1906
+ cx="80.054466"
1907
+ cy="283.72333"
1908
+ r="7.9018531" />
1909
+ <circle
1910
+ style="fill:none;stroke:#008000;stroke-width:0.264584"
1911
+ id="path2237-9-0-2-6"
1912
+ cx="46.063362"
1913
+ cy="296.6694"
1914
+ r="15.774741" />
1915
+ <text
1916
+ xml:space="preserve"
1917
+ transform="matrix(0.26458333,0,0,0.26458333,-8.2506874,92.880283)"
1918
+ id="text2266-8"
1919
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2268-1);display:inline;fill:#800000"><tspan
1920
+ x="331.33203"
1921
+ y="856.43753"
1922
+ id="tspan39115">primitive circle</tspan></text>
1923
+ <text
1924
+ xml:space="preserve"
1925
+ transform="scale(0.26458333)"
1926
+ id="text2981"
1927
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2983);display:inline;fill:#008000"><tspan
1928
+ x="257.86914"
1929
+ y="1236.8438"
1930
+ id="tspan39117">dedendum circle</tspan></text>
1931
+ <path
1932
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1933
+ d="m 55.997202,311.27951 11.704796,13.80757"
1934
+ id="path2987" />
1935
+ <path
1936
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1937
+ d="m 79.496512,292.53881 -8.213268,31.92886"
1938
+ id="path2989" />
1939
+ <path
1940
+ style="fill:none;stroke:#aa0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1941
+ d="m 66.191584,312.10414 12.003437,5.95196"
1942
+ id="path2991" />
1943
+ <path
1944
+ style="fill:none;stroke:#aa0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1945
+ d="m 82.176915,296.70872 -0.170829,19.8468"
1946
+ id="path2993" />
1947
+ <path
1948
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1949
+ d="m 74.074255,307.55079 15.007063,4.08144"
1950
+ id="path2995" />
1951
+ <path
1952
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1953
+ d="m 90.923559,302.9372 0.965978,7.52996"
1954
+ id="path2997" />
1955
+ <text
1956
+ xml:space="preserve"
1957
+ transform="matrix(0.26458333,0,0,0.26458333,22.844263,-71.200903)"
1958
+ id="text2999"
1959
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3001);display:inline"><tspan
1960
+ x="211.66992"
1961
+ y="1347.1895"
1962
+ id="tspan39119">1</tspan></text>
1963
+ <text
1964
+ xml:space="preserve"
1965
+ transform="matrix(0.26458333,0,0,0.26458333,27.558627,-63.748374)"
1966
+ id="text3005"
1967
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3007);display:inline"><tspan
1968
+ x="67.826172"
1969
+ y="1371.3672"
1970
+ id="tspan39121">2</tspan></text>
1971
+ <path
1972
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1973
+ d="m 89.638051,275.62516 6.29648,-4.94255"
1974
+ id="path3011" />
1975
+ <path
1976
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1977
+ d="m 42.917829,281.37154 -1.33047,-8.02148"
1978
+ id="path3015" />
1979
+ <text
1980
+ xml:space="preserve"
1981
+ transform="matrix(0.26458333,0,0,0.26458333,-24.096606,-16.253271)"
1982
+ id="text3019"
1983
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3021);display:inline;fill:#0000ff"><tspan
1984
+ x="418.0918"
1985
+ y="1090.1875"
1986
+ id="tspan39123">ah1</tspan></text>
1987
+ <text
1988
+ xml:space="preserve"
1989
+ transform="matrix(0.26458333,0,0,0.26458333,-35.282189,-15.53546)"
1990
+ id="text3025"
1991
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3027);display:inline;fill:#008000"><tspan
1992
+ x="415.52148"
1993
+ y="1099.8731"
1994
+ id="tspan39125">dh1</tspan></text>
1995
+ <path
1996
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1997
+ d="m 82.595081,276.41814 1.675906,-4.2808"
1998
+ id="path3031" />
1999
+ <text
2000
+ xml:space="preserve"
2001
+ transform="matrix(0.26458333,0,0,0.26458333,-69.716215,-11.535799)"
2002
+ id="text3033"
2003
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3035);display:inline;fill:#008000"><tspan
2004
+ x="425.80273"
2005
+ y="1100.4219"
2006
+ id="tspan39127">dh2</tspan></text>
2007
+ <text
2008
+ xml:space="preserve"
2009
+ transform="matrix(0.26458333,0,0,0.26458333,-66.887992,-16.122483)"
2010
+ id="text3039"
2011
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3041);display:inline;fill:#0000ff"><tspan
2012
+ x="422.80859"
2013
+ y="1088.9336"
2014
+ id="tspan39129">ah2</tspan></text>
2015
+ <path
2016
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2017
+ d="m 44.484237,273.03851 -0.330219,-4.76395"
2018
+ id="path3045"
2019
+ sodipodi:nodetypes="cc" />
2020
+ <text
2021
+ xml:space="preserve"
2022
+ transform="scale(0.26458333)"
2023
+ id="text3047"
2024
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3049);display:inline"><tspan
2025
+ x="75.861328"
2026
+ y="1264.5332"
2027
+ id="tspan39131">gear addendum and dedendum</tspan></text>
2028
+ <text
2029
+ xml:space="preserve"
2030
+ transform="scale(0.26458333)"
2031
+ id="text3053"
2032
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3055);display:inline"><tspan
2033
+ x="50.652344"
2034
+ y="1331.4434"
2035
+ id="tspan39133">ah1: addendum height of gear-wheel-1
2036
+ </tspan><tspan
2037
+ x="50.652344"
2038
+ y="1349.7768"
2039
+ id="tspan39135">dh1: dedendum height of gear-wheel-1
2040
+ </tspan><tspan
2041
+ x="50.652344"
2042
+ y="1368.1101"
2043
+ id="tspan39137">ah2: addendum height of gear-wheel-2
2044
+ </tspan><tspan
2045
+ x="50.652344"
2046
+ y="1386.4435"
2047
+ id="tspan39139">dh2: dedendum height of gear-wheel-2
2048
+ </tspan><tspan
2049
+ x="50.652344"
2050
+ y="1404.7769"
2051
+ id="tspan39141">dh1=ah2
2052
+ </tspan><tspan
2053
+ x="50.652344"
2054
+ y="1423.1103"
2055
+ id="tspan39143">dh2=ah1</tspan></text>
2056
+ <text
2057
+ xml:space="preserve"
2058
+ transform="scale(0.26458333)"
2059
+ id="text3582"
2060
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3584);display:inline"><tspan
2061
+ x="55.201172"
2062
+ y="1516.9766"
2063
+ id="tspan39145">N: number of teeth of a gear-wheel
2064
+ </tspan><tspan
2065
+ x="55.201172"
2066
+ y="1535.31"
2067
+ id="tspan39147">D: diameter of the primitive circle of the gear-wheel
2068
+ </tspan><tspan
2069
+ x="55.201172"
2070
+ y="1553.6433"
2071
+ id="tspan39149">m: module of the gear, defined by D/N
2072
+ </tspan><tspan
2073
+ x="55.201172"
2074
+ y="1571.9767"
2075
+ id="tspan39151">circumference of the primitive circle: D*PI
2076
+ </tspan><tspan
2077
+ x="55.201172"
2078
+ y="1590.3101"
2079
+ id="tspan39153">m*PI = thickness (aka length) of one addendum and one dedendum
2080
+ </tspan><tspan
2081
+ x="55.201172"
2082
+ y="1608.6435"
2083
+ id="tspan39155">
2084
+ </tspan><tspan
2085
+ x="55.201172"
2086
+ y="1626.9768"
2087
+ id="tspan39157">The two gear-wheels may have difference diameter and number of </tspan><tspan
2088
+ x="55.201172"
2089
+ y="1645.3102"
2090
+ id="tspan39159">teeth but must have the same module</tspan></text>
2091
+ <path
2092
+ style="fill:none;stroke:#aa0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2093
+ d="m 18.109006,529.47857 c 0,0 39.252585,-6.65024 59.062275,-6.59469 18.405586,0.0516 54.840729,6.43494 54.840729,6.43494"
2094
+ id="path3588"
2095
+ sodipodi:nodetypes="cac" />
2096
+ <path
2097
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2098
+ d="m 18.906864,541.55318 c 0,0 39.252585,-6.65024 59.062275,-6.59469 18.405586,0.0516 54.840731,6.43494 54.840731,6.43494"
2099
+ id="path3588-2"
2100
+ sodipodi:nodetypes="cac" />
2101
+ <path
2102
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2103
+ d="m 19.246061,510.96512 c 0,0 39.252585,-6.65024 59.062275,-6.59469 18.405596,0.0516 54.840734,6.43494 54.840734,6.43494"
2104
+ id="path3588-2-3"
2105
+ sodipodi:nodetypes="cac" />
2106
+ <path
2107
+ style="opacity:0.3;fill:none;stroke:#aa0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2108
+ d="m 21.909749,516.39551 c 0,0 39.252585,6.65024 59.062275,6.59469 18.405586,-0.0516 54.840726,-6.43494 54.840726,-6.43494"
2109
+ id="path3588-5"
2110
+ sodipodi:nodetypes="cac" />
2111
+ <path
2112
+ style="opacity:0.3;fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2113
+ d="m 22.188978,497.65369 c 0,0 39.252585,6.65024 59.062275,6.59469 18.405586,-0.0516 54.840727,-6.43494 54.840727,-6.43494"
2114
+ id="path3588-2-9"
2115
+ sodipodi:nodetypes="cac" />
2116
+ <path
2117
+ style="opacity:0.3;fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2118
+ d="m 22.528175,528.24175 c 0,0 39.252585,6.65024 59.062275,6.59469 18.405596,-0.0516 54.84073,-6.43494 54.84073,-6.43494"
2119
+ id="path3588-2-3-2"
2120
+ sodipodi:nodetypes="cac" />
2121
+ <path
2122
+ style="fill:none;stroke:#ff00ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2123
+ d="m 32.538451,527.09682 4.392369,39.53134"
2124
+ id="path3771"
2125
+ sodipodi:nodetypes="cc" />
2126
+ <path
2127
+ style="fill:none;stroke:#ff00ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2128
+ d="M 67.431625,523.52542 70.303747,562.049"
2129
+ id="path3771-2"
2130
+ sodipodi:nodetypes="cc" />
2131
+ <path
2132
+ style="fill:none;stroke:#ff00ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2133
+ d="m 78.902916,523.05596 2.493596,38.93773"
2134
+ id="path3771-8"
2135
+ sodipodi:nodetypes="cc" />
2136
+ <path
2137
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L);marker-end:url(#Arrow1L)"
2138
+ d="m 38.156114,562.46069 30.317684,-3.3889"
2139
+ id="path3813"
2140
+ sodipodi:nodetypes="cc" />
2141
+ <text
2142
+ xml:space="preserve"
2143
+ transform="matrix(0.26458333,0,0,0.26458333,3.7705078,-9.6855841)"
2144
+ id="text4333"
2145
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect4335);display:inline"><tspan
2146
+ x="147.34961"
2147
+ y="2172.9219"
2148
+ id="tspan39161">addendum
2149
+ </tspan><tspan
2150
+ x="147.34961"
2151
+ y="2191.2554"
2152
+ id="tspan39163">thickness</tspan></text>
2153
+ <path
2154
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L-9);marker-end:url(#Arrow1L-9)"
2155
+ d="m 71.385712,560.83559 8.617292,-0.704"
2156
+ id="path3813-3"
2157
+ sodipodi:nodetypes="cc" />
2158
+ <text
2159
+ xml:space="preserve"
2160
+ transform="matrix(0.26458333,0,0,0.26458333,33.896951,-7.6834229)"
2161
+ id="text4333-1"
2162
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect4335-6);display:inline"><tspan
2163
+ x="147.34961"
2164
+ y="2172.9219"
2165
+ id="tspan39165">dedendum
2166
+ </tspan><tspan
2167
+ x="147.34961"
2168
+ y="2191.2554"
2169
+ id="tspan39167">thickness</tspan></text>
2170
+ <path
2171
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L-9-2);marker-end:url(#Arrow1L-9-2)"
2172
+ d="m 94.041018,522.40449 1.209004,-14.97921"
2173
+ id="path3813-3-3"
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;marker-start:url(#Arrow1L-9-2-1);marker-end:url(#Arrow1L-9-2-1)"
2177
+ d="m 95.672676,535.02875 0.855299,-9.09401"
2178
+ id="path3813-3-3-4"
2179
+ sodipodi:nodetypes="cc" />
2180
+ <text
2181
+ xml:space="preserve"
2182
+ transform="matrix(0.26458333,0,0,0.26458333,-11.808031,-56.598173)"
2183
+ id="text4889"
2184
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect4891);display:inline;fill:#0000ff"><tspan
2185
+ x="405.39844"
2186
+ y="2159.0782"
2187
+ id="tspan39169">ah</tspan></text>
2188
+ <text
2189
+ xml:space="preserve"
2190
+ transform="matrix(0.26458333,0,0,0.26458333,-5.9224502,-63.436213)"
2191
+ id="text4925"
2192
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect4927);display:inline;fill:#008000"><tspan
2193
+ x="390.11133"
2194
+ y="2248.9629"
2195
+ id="tspan39171">dh</tspan></text>
2196
+ <path
2197
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L-7);marker-end:url(#Arrow1L-7)"
2198
+ d="m 37.534905,554.5379 41.152279,-3.41616"
2199
+ id="path3813-4"
2200
+ sodipodi:nodetypes="cc" />
2201
+ <text
2202
+ xml:space="preserve"
2203
+ transform="matrix(0.26458333,0,0,0.26458333,10.333256,-44.532057)"
2204
+ id="text5150"
2205
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5152);display:inline"><tspan
2206
+ x="172.72656"
2207
+ y="2251.6485"
2208
+ id="tspan39173">m*PI</tspan></text>
2209
+ <text
2210
+ xml:space="preserve"
2211
+ transform="scale(0.26458333)"
2212
+ id="text5192"
2213
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5194);display:inline"><tspan
2214
+ x="62.814453"
2215
+ y="2231.3438"
2216
+ id="tspan39175">at1: addendum thickness of gear-wheel-1
2217
+ </tspan><tspan
2218
+ x="62.814453"
2219
+ y="2249.6773"
2220
+ id="tspan39177">dt1: dedendum thickness of gear-wheel-1
2221
+ </tspan><tspan
2222
+ x="62.814453"
2223
+ y="2268.0108"
2224
+ id="tspan39179">at2: addendum thickness of gear-wheel-2
2225
+ </tspan><tspan
2226
+ x="62.814453"
2227
+ y="2286.3443"
2228
+ id="tspan39181">dt2: dedendum thickness of gear-wheel-2
2229
+ </tspan><tspan
2230
+ x="62.814453"
2231
+ y="2304.6778"
2232
+ id="tspan39183">dt2=at1
2233
+ </tspan><tspan
2234
+ x="62.814453"
2235
+ y="2323.0113"
2236
+ id="tspan39185">dt1=at2</tspan></text>
2237
+ <text
2238
+ xml:space="preserve"
2239
+ transform="matrix(0.26458333,0,0,0.26458333,-9.6044715,-67.082594)"
2240
+ id="text5340"
2241
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5342);display:inline"><tspan
2242
+ x="102.01758"
2243
+ y="2438.4727"
2244
+ id="tspan39187">gear module and tooth-thickness</tspan></text>
2245
+ <circle
2246
+ style="opacity:1;fill:none;stroke:#00ccff;stroke-width:0.264583"
2247
+ id="path6212"
2248
+ cx="45.010746"
2249
+ cy="678.71411"
2250
+ r="16.193642" />
2251
+ <circle
2252
+ style="opacity:1;fill:none;stroke:#00ccff;stroke-width:0.264583"
2253
+ id="path6214"
2254
+ cx="99.698067"
2255
+ cy="678.71411"
2256
+ r="23.609303" />
2257
+ <path
2258
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2259
+ d="M 45.010744,678.71411 H 99.698067"
2260
+ id="path6216" />
2261
+ <path
2262
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2263
+ d="m 56.773017,667.39946 25.855976,27.50397"
2264
+ id="path6218" />
2265
+ <path
2266
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2267
+ d="M 45.102877,678.487 56.897556,667.4053"
2268
+ id="path6218-5" />
2269
+ <path
2270
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2271
+ d="M 99.607457,678.94279 82.567908,694.96086"
2272
+ id="path6218-0" />
2273
+ <path
2274
+ style="fill:none;stroke:#4d4d4d;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2275
+ d="m 81.676104,693.68217 1.079352,-1.00838 1.089184,1.07537"
2276
+ id="path6260" />
2277
+ <path
2278
+ style="fill:none;stroke:#4d4d4d;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2279
+ d="m 57.8976,668.63398 -1.079352,1.00838 -1.089184,-1.07537"
2280
+ id="path6260-3" />
2281
+ <text
2282
+ xml:space="preserve"
2283
+ transform="matrix(0.26458333,0,0,0.26458333,-0.90138878,-42.746533)"
2284
+ id="text6289"
2285
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6291);display:inline;fill:#008080"><tspan
2286
+ x="166.64453"
2287
+ y="2700.6758"
2288
+ id="tspan39189">brr1</tspan></text>
2289
+ <text
2290
+ xml:space="preserve"
2291
+ transform="matrix(0.26458333,0,0,0.26458333,-1.5823344,-34.444074)"
2292
+ id="text6295"
2293
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6297);display:inline;fill:#008080"><tspan
2294
+ x="316.85156"
2295
+ y="2725.0782"
2296
+ id="tspan39191">brr2</tspan></text>
2297
+ <path
2298
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2299
+ d="m 45.102877,678.48699 v 33.42679"
2300
+ id="path6301" />
2301
+ <path
2302
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2303
+ d="m 99.607457,678.94279 v 33.42679"
2304
+ id="path6301-6" />
2305
+ <path
2306
+ style="fill:none;stroke:#333333;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L);marker-end:url(#Arrow1L)"
2307
+ d="M 46.786535,711.04919 H 98.143679"
2308
+ id="path6216-1" />
2309
+ <text
2310
+ xml:space="preserve"
2311
+ transform="matrix(0.26458333,0,0,0.26458333,-6.1123274,-10.944059)"
2312
+ id="text7737"
2313
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7739);display:inline"><tspan
2314
+ x="218.91016"
2315
+ y="2726.0996"
2316
+ id="tspan39193">e: inter-axis distance</tspan></text>
2317
+ <text
2318
+ xml:space="preserve"
2319
+ transform="matrix(0.26458333,0,0,0.26458333,-7.9268306,-2.7274027)"
2320
+ id="text8901"
2321
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8903);display:inline"><tspan
2322
+ x="79.326172"
2323
+ y="2494.2051"
2324
+ id="tspan39195">base-right-circle-1</tspan></text>
2325
+ <text
2326
+ xml:space="preserve"
2327
+ transform="matrix(0.26458333,0,0,0.26458333,68.919757,-11.262377)"
2328
+ id="text8901-6"
2329
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8903-0);display:inline"><tspan
2330
+ x="79.326172"
2331
+ y="2494.2051"
2332
+ id="tspan39197">base-right-circle-2</tspan></text>
2333
+ <path
2334
+ style="fill:none;stroke:#00ccff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2335
+ d="m 31.474085,657.55432 3.106691,7.70042"
2336
+ id="path9489"
2337
+ sodipodi:nodetypes="cc" />
2338
+ <path
2339
+ style="fill:none;stroke:#00ccff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2340
+ d="m 115.27056,649.292 -3.46152,8.05447"
2341
+ id="path9491"
2342
+ sodipodi:nodetypes="cc" />
2343
+ <text
2344
+ xml:space="preserve"
2345
+ transform="matrix(0.26458333,0,0,0.26458333,21.733307,-44.415583)"
2346
+ id="text10942"
2347
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10944);display:inline"><tspan
2348
+ x="73.224609"
2349
+ y="2738.9727"
2350
+ id="tspan39199">A</tspan></text>
2351
+ <text
2352
+ xml:space="preserve"
2353
+ transform="matrix(0.26458333,0,0,0.26458333,21.194515,-63.785158)"
2354
+ id="text10984"
2355
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10986);display:inline"><tspan
2356
+ x="133.39258"
2357
+ y="2757.6387"
2358
+ id="tspan39201">B</tspan></text>
2359
+ <text
2360
+ xml:space="preserve"
2361
+ transform="matrix(0.26458333,0,0,0.26458333,8.6623857,-47.543402)"
2362
+ id="text11026"
2363
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11028);display:inline"><tspan
2364
+ x="210.08594"
2365
+ y="2757.6328"
2366
+ id="tspan39203">C</tspan></text>
2367
+ <text
2368
+ xml:space="preserve"
2369
+ transform="matrix(0.26458333,0,0,0.26458333,5.8719643,-31.657509)"
2370
+ id="text11068"
2371
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11070);display:inline"><tspan
2372
+ x="279.07227"
2373
+ y="2759.8321"
2374
+ id="tspan39205">D</tspan></text>
2375
+ <text
2376
+ xml:space="preserve"
2377
+ transform="matrix(0.26458333,0,0,0.26458333,-2.5140732,-52.82943)"
2378
+ id="text11110"
2379
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11112);display:inline"><tspan
2380
+ x="385.4707"
2381
+ y="2761.4805"
2382
+ id="tspan39207">E</tspan></text>
2383
+ <text
2384
+ xml:space="preserve"
2385
+ transform="scale(0.26458333)"
2386
+ id="text12316"
2387
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect12318);display:inline"><tspan
2388
+ x="75.457031"
2389
+ y="2791.5469"
2390
+ id="tspan39209">sin(PI/2-ppa) = cos(ppa) = brr1/AC = brr2/CE
2391
+ </tspan><tspan
2392
+ x="75.457031"
2393
+ y="2809.8804"
2394
+ id="tspan39211">AC = CE*brr1/brr2
2395
+ </tspan></text>
2396
+ <text
2397
+ xml:space="preserve"
2398
+ transform="matrix(0.26458333,0,0,0.26458333,-7.5570683,-32.231931)"
2399
+ id="text16967"
2400
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16969);display:inline"><tspan
2401
+ x="81.064453"
2402
+ y="2856.7871"
2403
+ id="tspan39213">base circle for involute</tspan></text>
2404
+ <circle
2405
+ style="fill:none;stroke:#00ccff;stroke-width:0.264582"
2406
+ id="path6214-2"
2407
+ cx="103.89605"
2408
+ cy="839.10815"
2409
+ r="27.979338" />
2410
+ <circle
2411
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583"
2412
+ id="path6214-2-0"
2413
+ cx="103.89605"
2414
+ cy="839.10822"
2415
+ r="22.447908" />
2416
+ <circle
2417
+ style="fill:none;stroke:#008000;stroke-width:0.264583"
2418
+ id="path6214-2-6"
2419
+ cx="103.89605"
2420
+ cy="839.10822"
2421
+ r="24.765713" />
2422
+ <circle
2423
+ style="fill:none;stroke:#d40000;stroke-width:0.264583"
2424
+ id="path6214-2-6-1"
2425
+ cx="103.89605"
2426
+ cy="839.10822"
2427
+ r="30.920267" />
2428
+ <circle
2429
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583"
2430
+ id="path6214-2-6-5"
2431
+ cx="103.89605"
2432
+ cy="839.10815"
2433
+ r="36.725174" />
2434
+ <text
2435
+ xml:space="preserve"
2436
+ transform="matrix(0.26458333,0,0,0.26458333,20.306421,19.421556)"
2437
+ id="text18057"
2438
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect18059);display:inline;fill:#0000ff"><tspan
2439
+ x="26.726562"
2440
+ y="3022.8496"
2441
+ id="tspan39215">addendum circle</tspan></text>
2442
+ <text
2443
+ xml:space="preserve"
2444
+ transform="matrix(0.26458333,0,0,0.26458333,21.383007,17.205707)"
2445
+ id="text18063"
2446
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect18065);display:inline;fill:#aa0000"><tspan
2447
+ x="22.472656"
2448
+ y="3067.2051"
2449
+ id="tspan39217">primitive circle</tspan></text>
2450
+ <text
2451
+ xml:space="preserve"
2452
+ transform="matrix(0.26458333,0,0,0.26458333,20.148065,9.5338225)"
2453
+ id="text18069"
2454
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect18071);display:inline;fill:#00aad4"><tspan
2455
+ x="24.771484"
2456
+ y="3126.2754"
2457
+ id="tspan39219">base circle right
2458
+ </tspan><tspan
2459
+ x="24.771484"
2460
+ y="3144.6089"
2461
+ id="tspan39221">base circle left</tspan></text>
2462
+ <text
2463
+ xml:space="preserve"
2464
+ transform="matrix(0.26458333,0,0,0.26458333,18.879577,10.536038)"
2465
+ id="text18075"
2466
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect18077);display:inline;fill:#008000"><tspan
2467
+ x="18.208984"
2468
+ y="3162.4825"
2469
+ id="tspan39223">dedendum circle</tspan></text>
2470
+ <text
2471
+ xml:space="preserve"
2472
+ transform="matrix(0.26458333,0,0,0.26458333,25.851575,5.2624884)"
2473
+ id="text18081"
2474
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect18083);display:inline;fill:#666666"><tspan
2475
+ x="27.099609"
2476
+ y="3212.5235"
2477
+ id="tspan39225">bottom circle</tspan></text>
2478
+ <path
2479
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2480
+ d="m 60.473759,819.47955 9.702789,4.18714"
2481
+ id="path18087" />
2482
+ <path
2483
+ style="fill:none;stroke:#aa0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2484
+ d="m 56.90726,828.4216 16.255092,3.20826 v 0"
2485
+ id="path18089" />
2486
+ <path
2487
+ style="fill:none;stroke:#00ccff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2488
+ d="m 54.264956,838.1127 20.734105,2.12"
2489
+ id="path18091" />
2490
+ <path
2491
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2492
+ d="m 56.488178,846.16561 22.315189,-2.59315"
2493
+ id="path18093" />
2494
+ <path
2495
+ style="fill:none;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2496
+ d="m 59.035238,854.18961 23.297141,-7.16555"
2497
+ id="path18095" />
2498
+ <path
2499
+ style="fill:none;stroke:#000000;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2500
+ d="m 90.275271,821.32608 c 0,0 0.91702,-1.12556 0.978882,-1.80813 0.04026,-0.44418 -0.242726,-0.86064 -0.415086,-1.27199 -0.426301,-1.0174 -1.182015,-1.889 -1.522707,-2.93817 -0.317652,-0.97822 -0.444782,-2.02256 -0.46056,-3.05094 -0.02165,-1.41119 0.113315,-2.84763 0.503267,-4.20404 0.32973,-1.14694 1.527315,-3.23805 1.527315,-3.23805 l 2.401426,-0.84124 c 0,0 1.607858,0.79598 2.247801,1.40533 0.969943,0.92358 1.629975,2.13559 2.294198,3.2986 0.506957,0.88765 0.959277,1.81631 1.278751,2.78732 0.344161,1.04604 0.323439,2.19027 0.674401,3.23405 0.159479,0.4743 0.307981,0.9851 0.643681,1.35618 0.29351,0.32444 1.12359,0.67839 1.12359,0.67839 l 3.51703,-0.0353 c 0,0 0.60908,-0.53841 0.85291,-0.86029 0.30948,-0.40854 0.56924,-0.86124 0.75798,-1.33774 0.40745,-1.02868 0.41566,-2.18219 0.78501,-3.22516 0.33333,-0.94124 0.7585,-1.85697 1.28121,-2.70775 0.65606,-1.06783 1.41364,-2.08937 2.30495,-2.97042 0.71055,-0.70238 2.38913,-1.80999 2.38913,-1.80999 l 3.02913,0.91406 c 0,0 0.73493,1.53164 0.86981,2.3587 0.22504,1.37985 0.0171,2.80158 -0.12566,4.19235 -0.0993,0.9674 -0.20094,1.94998 -0.50696,2.87306 -0.34407,1.03787 -1.0694,1.91476 -1.47262,2.93111 -0.13309,0.33547 -0.29248,0.67705 -0.3094,1.03756 -0.0288,0.61402 0.35917,1.80877 0.35917,1.80877"
2501
+ id="path18097"
2502
+ sodipodi:nodetypes="caaaaaccaaaaaccaaaaaccaaaaac" />
2503
+ <path
2504
+ style="fill:none;stroke:#0000ff;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2505
+ d="m 82.727496,809.11219 3.293049,4.88919"
2506
+ id="path18099"
2507
+ sodipodi:nodetypes="cc" />
2508
+ <text
2509
+ xml:space="preserve"
2510
+ transform="matrix(0.26458333,0,0,0.26458333,-15.935557,-18.58923)"
2511
+ id="text18101"
2512
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect18103);display:inline;fill:#0000ff"><tspan
2513
+ x="360.34375"
2514
+ y="3147.5957"
2515
+ id="tspan39227">ah</tspan></text>
2516
+ <path
2517
+ style="fill:none;stroke:#0000ff;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2518
+ d="m 89.033387,812.4882 8.836055,-3.41442"
2519
+ id="path18107"
2520
+ sodipodi:nodetypes="cc" />
2521
+ <text
2522
+ xml:space="preserve"
2523
+ transform="matrix(0.26458333,0,0,0.26458333,-3.038958,-19.462727)"
2524
+ id="text18109"
2525
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect18111);display:inline;fill:#0000ff"><tspan
2526
+ x="359.91797"
2527
+ y="3149.8535"
2528
+ id="tspan39229">at</tspan></text>
2529
+ <path
2530
+ style="fill:none;stroke:#008000;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2531
+ d="m 98.315435,809.11925 10.082485,-0.18679"
2532
+ id="path18115" />
2533
+ <text
2534
+ xml:space="preserve"
2535
+ transform="matrix(0.26458333,0,0,0.26458333,10.288398,-19.881195)"
2536
+ id="text18117"
2537
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect18119);display:inline;fill:#008000"><tspan
2538
+ x="343.88672"
2539
+ y="3146.041"
2540
+ id="tspan39231">dt</tspan></text>
2541
+ <path
2542
+ style="fill:none;stroke:#008000;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2543
+ d="m 120.43841,813.22682 -2.84242,4.85697"
2544
+ id="path18123"
2545
+ sodipodi:nodetypes="cc" />
2546
+ <text
2547
+ xml:space="preserve"
2548
+ transform="matrix(0.26458333,0,0,0.26458333,19.922058,-14.587674)"
2549
+ id="text18125"
2550
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect18127);display:inline;fill:#008000"><tspan
2551
+ x="374.69141"
2552
+ y="3148.0547"
2553
+ id="tspan39233">dh</tspan></text>
2554
+ <path
2555
+ style="fill:none;stroke:#999999;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2556
+ d="m 122.24583,825.88477 1.6846,-1.16665"
2557
+ id="path18131" />
2558
+ <text
2559
+ xml:space="preserve"
2560
+ transform="matrix(0.26458333,0,0,0.26458333,7.600444,-5.188046)"
2561
+ id="text18133"
2562
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect18135);display:inline;fill:#999999"><tspan
2563
+ x="417.92383"
2564
+ y="3153.8828"
2565
+ id="tspan39235">bh</tspan></text>
2566
+ <text
2567
+ xml:space="preserve"
2568
+ transform="matrix(0.26458333,0,0,0.26458333,-2.95119,-13.680104)"
2569
+ id="text18193"
2570
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect18195);display:inline"><tspan
2571
+ x="98.410156"
2572
+ y="3379.6172"
2573
+ id="tspan39237">gear-wheel circles</tspan></text>
2574
+ <path
2575
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2576
+ d="m 103.89605,839.1082 36.72517,-5e-5"
2577
+ id="path1333" />
2578
+ <path
2579
+ style="fill:none;stroke:#d40000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2580
+ d="m 103.89605,839.1082 29.86219,8.01949"
2581
+ id="path1335" />
2582
+ <path
2583
+ style="fill:none;stroke:#2ad4ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2584
+ d="m 103.89605,839.10815 24.235,13.9824"
2585
+ id="path1433" />
2586
+ <path
2587
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2588
+ d="m 103.89605,839.1082 16.7528,18.15943"
2589
+ id="path1435"
2590
+ sodipodi:nodetypes="cc" />
2591
+ <path
2592
+ style="fill:none;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2593
+ d="m 103.89605,839.1082 6.54955,21.4712"
2594
+ id="path1437" />
2595
+ <text
2596
+ xml:space="preserve"
2597
+ transform="matrix(0.26458333,0,0,0.26458333,12.483139,1.4787803)"
2598
+ id="text1439"
2599
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1441);display:inline;fill:#0000ff"><tspan
2600
+ x="402.38086"
2601
+ y="3162.545"
2602
+ id="tspan39239">ar</tspan></text>
2603
+ <text
2604
+ xml:space="preserve"
2605
+ transform="matrix(0.26458333,0,0,0.26458333,34.026129,5.1924366)"
2606
+ id="text1445"
2607
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1447);display:inline;fill:#d40000"><tspan
2608
+ x="323.03516"
2609
+ y="3164.5625"
2610
+ id="tspan39241">pr</tspan></text>
2611
+ <text
2612
+ xml:space="preserve"
2613
+ transform="matrix(0.26458333,0,0,0.26458333,67.749224,41.551168)"
2614
+ id="text1451"
2615
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1453);display:inline;fill:#00ccff"><tspan
2616
+ x="190.86523"
2617
+ y="3046.2696"
2618
+ id="tspan39243">brr</tspan></text>
2619
+ <text
2620
+ xml:space="preserve"
2621
+ transform="matrix(0.26458333,0,0,0.26458333,66.927128,43.406312)"
2622
+ id="text1457"
2623
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1459);display:inline;fill:#008000"><tspan
2624
+ x="185.45312"
2625
+ y="3056.8106"
2626
+ id="tspan39245">dr</tspan></text>
2627
+ <text
2628
+ xml:space="preserve"
2629
+ transform="matrix(0.26458333,0,0,0.26458333,61.42929,46.486748)"
2630
+ id="text1463"
2631
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1465);display:inline;fill:#999999"><tspan
2632
+ x="180.66602"
2633
+ y="3061.3067"
2634
+ id="tspan39247">br</tspan></text>
2635
+ <path
2636
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L)"
2637
+ d="m 31.00991,683.95803 c 0,0 -0.986611,-2.26565 -1.125232,-3.4754 -0.156027,-1.36161 0.348794,-4.09673 0.348794,-4.09673"
2638
+ id="path1469"
2639
+ sodipodi:nodetypes="cac" />
2640
+ <text
2641
+ xml:space="preserve"
2642
+ transform="scale(0.26458333)"
2643
+ id="text3750"
2644
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3752);display:inline"><tspan
2645
+ x="96.197266"
2646
+ y="3443.8946"
2647
+ id="tspan39249">base circle ratio
2648
+ </tspan><tspan
2649
+ x="96.197266"
2650
+ y="3462.2281"
2651
+ id="tspan39251">brr1/brr2 = blr1/blr2 = N1/N2 = pr1/pr2
2652
+ </tspan><tspan
2653
+ x="96.197266"
2654
+ y="3480.5616"
2655
+ id="tspan39253">
2656
+ </tspan><tspan
2657
+ x="96.197266"
2658
+ y="3498.895"
2659
+ id="tspan39255">minimum inter-axis distance:
2660
+ </tspan><tspan
2661
+ x="96.197266"
2662
+ y="3517.2285"
2663
+ id="tspan39257">emin = pr1+pr2
2664
+ </tspan><tspan
2665
+ x="96.197266"
2666
+ y="3535.562"
2667
+ id="tspan39259">
2668
+ </tspan><tspan
2669
+ x="96.197266"
2670
+ y="3553.8955"
2671
+ id="tspan39261">
2672
+ </tspan><tspan
2673
+ x="96.197266"
2674
+ y="3572.229"
2675
+ id="tspan39263">ar=pr+ah
2676
+ </tspan><tspan
2677
+ x="96.197266"
2678
+ y="3590.5625"
2679
+ id="tspan39265">dr=pr-dh
2680
+ </tspan><tspan
2681
+ x="96.197266"
2682
+ y="3608.896"
2683
+ id="tspan39267">br=dr-bh=dr-(dh+bh)
2684
+ </tspan><tspan
2685
+ x="96.197266"
2686
+ y="3627.2295"
2687
+ id="tspan39269">
2688
+ </tspan><tspan
2689
+ x="96.197266"
2690
+ y="3645.563"
2691
+ id="tspan39271">brr&lt;pr
2692
+ </tspan><tspan
2693
+ x="96.197266"
2694
+ y="3663.8965"
2695
+ id="tspan39273">blr&lt;pr</tspan></text>
2696
+ <circle
2697
+ style="fill:none;stroke:#800000;stroke-width:0.264583"
2698
+ id="path2237-3-3"
2699
+ cx="47.679012"
2700
+ cy="1057.7509"
2701
+ r="23.860231" />
2702
+ <circle
2703
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583"
2704
+ id="path2237-6-6-6"
2705
+ cx="47.679012"
2706
+ cy="1057.7509"
2707
+ r="28.572924" />
2708
+ <circle
2709
+ style="fill:none;stroke:#800000;stroke-width:0.264583"
2710
+ id="path2237-9-0-7"
2711
+ cx="83.958824"
2712
+ cy="1057.7509"
2713
+ r="12.41958" />
2714
+ <circle
2715
+ style="fill:none;stroke:#0000ff;stroke-width:0.264582"
2716
+ id="path2237-6-1-6-5"
2717
+ cx="83.958824"
2718
+ cy="1057.7509"
2719
+ r="20.666595" />
2720
+ <path
2721
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2722
+ d="M 47.679011,1057.7508 H 83.958824"
2723
+ id="path2048" />
2724
+ <path
2725
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2726
+ d="m 47.679011,1057.7508 v 39.1998"
2727
+ id="path2050" />
2728
+ <path
2729
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2730
+ d="m 83.826533,1057.859 v 39.1998"
2731
+ id="path2050-3" />
2732
+ <path
2733
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L);marker-end:url(#Arrow1L)"
2734
+ d="m 49.433263,1094.7474 h 32.77131"
2735
+ id="path2048-5" />
2736
+ <path
2737
+ style="fill:none;stroke:#aa0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2738
+ d="M 47.679011,1057.7508 28.87404,1043.0647"
2739
+ id="path2881" />
2740
+ <path
2741
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2742
+ d="m 47.679011,1057.7508 -11.805433,-26.02"
2743
+ id="path2883" />
2744
+ <path
2745
+ style="fill:none;stroke:#aa0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2746
+ d="m 83.958823,1057.7508 8.912627,-8.6493"
2747
+ id="path2885"
2748
+ sodipodi:nodetypes="cc" />
2749
+ <path
2750
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2751
+ d="m 83.826532,1057.8831 19.512588,-7.3095"
2752
+ id="path2983" />
2753
+ <text
2754
+ xml:space="preserve"
2755
+ transform="matrix(0.26458333,0,0,0.26458333,-72.654785,-68.273475)"
2756
+ id="text2985"
2757
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2987);display:inline"><tspan
2758
+ x="390.74805"
2759
+ y="4237.1543"
2760
+ id="tspan39275">pr1</tspan></text>
2761
+ <text
2762
+ xml:space="preserve"
2763
+ transform="matrix(0.26458333,0,0,0.26458333,-67.046225,-60.376709)"
2764
+ id="text3027"
2765
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3029);display:inline"><tspan
2766
+ x="414.06641"
2767
+ y="4171.6055"
2768
+ id="tspan39277">ar1</tspan></text>
2769
+ <text
2770
+ xml:space="preserve"
2771
+ transform="matrix(0.26458333,0,0,0.26458333,-13.214337,-47.882543)"
2772
+ id="text3027-2"
2773
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3029-6);display:inline"><tspan
2774
+ x="414.06641"
2775
+ y="4171.6055"
2776
+ id="tspan39279">ar2</tspan></text>
2777
+ <text
2778
+ xml:space="preserve"
2779
+ transform="matrix(0.26458333,0,0,0.26458333,-20.410149,-70.060525)"
2780
+ id="text2985-1"
2781
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2987-9);display:inline"><tspan
2782
+ x="390.74805"
2783
+ y="4237.1543"
2784
+ id="tspan39281">pr2</tspan></text>
2785
+ <text
2786
+ xml:space="preserve"
2787
+ transform="matrix(0.26458333,0,0,0.26458333,-6.5910148,-14.133259)"
2788
+ id="text3229"
2789
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3231);display:inline"><tspan
2790
+ x="211.08008"
2791
+ y="4210.1856"
2792
+ id="tspan39283">e[min]=pr1+pr2</tspan></text>
2793
+ <text
2794
+ xml:space="preserve"
2795
+ transform="matrix(0.26458333,0,0,0.26458333,-5.2968998,-4.1453464)"
2796
+ id="text3271"
2797
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3273);display:inline"><tspan
2798
+ x="87.431641"
2799
+ y="4210.6914"
2800
+ id="tspan39285">inter-axis minimum distance</tspan></text>
2801
+ <rect
2802
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
2803
+ id="rect3329-8"
2804
+ width="105.93307"
2805
+ height="84.813065"
2806
+ x="17.790089"
2807
+ y="1128.5365"
2808
+ inkscape:export-filename="gear_inter_axis_maximum_distance.svg"
2809
+ inkscape:export-xdpi="96"
2810
+ inkscape:export-ydpi="96" />
2811
+ <circle
2812
+ style="fill:none;stroke:#800000;stroke-width:0.264583"
2813
+ id="path2237-3-3-7"
2814
+ cx="49.874588"
2815
+ cy="1159.2062"
2816
+ r="23.860231" />
2817
+ <circle
2818
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583"
2819
+ id="path2237-6-6-6-9"
2820
+ cx="49.874588"
2821
+ cy="1159.2062"
2822
+ r="28.572924" />
2823
+ <circle
2824
+ style="fill:none;stroke:#800000;stroke-width:0.264583"
2825
+ id="path2237-9-0-7-2"
2826
+ cx="99.114105"
2827
+ cy="1159.2062"
2828
+ r="12.41958" />
2829
+ <circle
2830
+ style="fill:none;stroke:#0000ff;stroke-width:0.264582"
2831
+ id="path2237-6-1-6-5-0"
2832
+ cx="99.114105"
2833
+ cy="1159.2062"
2834
+ r="20.666595" />
2835
+ <path
2836
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2837
+ d="m 49.874584,1159.2061 h 49.06081"
2838
+ id="path2048-2" />
2839
+ <path
2840
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2841
+ d="m 49.874585,1159.2061 v 39.1998"
2842
+ id="path2050-37" />
2843
+ <path
2844
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2845
+ d="m 98.803105,1159.4623 v 39.1998"
2846
+ id="path2050-3-5" />
2847
+ <path
2848
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L-2);marker-end:url(#Arrow1L-2)"
2849
+ d="M 51.486189,1197.1018 H 97.227606"
2850
+ id="path2048-5-9" />
2851
+ <path
2852
+ style="fill:none;stroke:#aa0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2853
+ d="M 49.874585,1159.2061 31.069614,1144.52"
2854
+ id="path2881-2" />
2855
+ <path
2856
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2857
+ d="m 49.874585,1159.2061 -11.805433,-26.02"
2858
+ id="path2883-2" />
2859
+ <path
2860
+ style="fill:none;stroke:#aa0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2861
+ d="m 99.114104,1159.2061 8.912616,-8.6493"
2862
+ id="path2885-8"
2863
+ sodipodi:nodetypes="cc" />
2864
+ <path
2865
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2866
+ d="m 98.981804,1159.3384 19.512586,-7.3095"
2867
+ id="path2983-9" />
2868
+ <text
2869
+ xml:space="preserve"
2870
+ transform="matrix(0.26458333,0,0,0.26458333,-70.459211,33.181812)"
2871
+ id="text2985-7"
2872
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2987-93);display:inline"><tspan
2873
+ x="390.74805"
2874
+ y="4237.1543"
2875
+ id="tspan39287">pr1</tspan></text>
2876
+ <text
2877
+ xml:space="preserve"
2878
+ transform="matrix(0.26458333,0,0,0.26458333,-64.850651,41.078578)"
2879
+ id="text3027-3"
2880
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3029-60);display:inline"><tspan
2881
+ x="414.06641"
2882
+ y="4171.6055"
2883
+ id="tspan39289">ar1</tspan></text>
2884
+ <text
2885
+ xml:space="preserve"
2886
+ transform="matrix(0.26458333,0,0,0.26458333,1.9409389,53.572694)"
2887
+ id="text3027-2-6"
2888
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3029-6-6);display:inline"><tspan
2889
+ x="414.06641"
2890
+ y="4171.6055"
2891
+ id="tspan39291">ar2</tspan></text>
2892
+ <text
2893
+ xml:space="preserve"
2894
+ transform="matrix(0.26458333,0,0,0.26458333,-5.254873,31.394712)"
2895
+ id="text2985-1-1"
2896
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2987-9-2);display:inline"><tspan
2897
+ x="390.74805"
2898
+ y="4237.1543"
2899
+ id="tspan39293">pr2</tspan></text>
2900
+ <text
2901
+ xml:space="preserve"
2902
+ transform="matrix(0.27844395,0,0,0.26458333,-0.81086673,86.980078)"
2903
+ id="text3229-2"
2904
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3231-6);display:inline;stroke-width:0.974793"><tspan
2905
+ x="211.08008"
2906
+ y="4210.1856"
2907
+ id="tspan39295">e[max]=ar1+ar2</tspan></text>
2908
+ <text
2909
+ xml:space="preserve"
2910
+ transform="matrix(0.26458333,0,0,0.26458333,-3.1013255,97.309937)"
2911
+ id="text3271-9"
2912
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3273-1);display:inline"><tspan
2913
+ x="87.431641"
2914
+ y="4210.6914"
2915
+ id="tspan39297">inter-axis maximum distance</tspan></text>
2916
+ <rect
2917
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
2918
+ id="rect3329-3"
2919
+ width="91.764175"
2920
+ height="90.715446"
2921
+ x="21.543392"
2922
+ y="1231.4512"
2923
+ inkscape:export-filename="gear_large_base_radius.svg"
2924
+ inkscape:export-xdpi="96"
2925
+ inkscape:export-ydpi="96" />
2926
+ <circle
2927
+ style="fill:none;stroke:#800000;stroke-width:0.264583"
2928
+ id="path2237-3-3-6"
2929
+ cx="53.627892"
2930
+ cy="1262.1208"
2931
+ r="23.860231" />
2932
+ <circle
2933
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583"
2934
+ id="path2237-6-6-6-1"
2935
+ cx="53.627892"
2936
+ cy="1262.1208"
2937
+ r="28.572924" />
2938
+ <circle
2939
+ style="fill:none;stroke:#800000;stroke-width:0.264583"
2940
+ id="path2237-9-0-7-0"
2941
+ cx="89.907692"
2942
+ cy="1262.1208"
2943
+ r="12.41958" />
2944
+ <circle
2945
+ style="fill:none;stroke:#0000ff;stroke-width:0.264582"
2946
+ id="path2237-6-1-6-5-6"
2947
+ cx="89.907692"
2948
+ cy="1262.1208"
2949
+ r="20.666595" />
2950
+ <path
2951
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2952
+ d="M 53.627888,1262.1208 H 89.907705"
2953
+ id="path2048-3" />
2954
+ <path
2955
+ style="fill:none;stroke:#aa0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2956
+ d="M 53.627888,1262.1208 34.822917,1247.4347"
2957
+ id="path2881-1" />
2958
+ <path
2959
+ style="fill:none;stroke:#aa0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2960
+ d="m 89.907705,1262.1208 8.91262,-8.6493"
2961
+ id="path2885-5"
2962
+ sodipodi:nodetypes="cc" />
2963
+ <text
2964
+ xml:space="preserve"
2965
+ transform="matrix(0.26458333,0,0,0.26458333,-66.705908,136.09651)"
2966
+ id="text2985-76"
2967
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2987-94);display:inline"><tspan
2968
+ x="390.74805"
2969
+ y="4237.1543"
2970
+ id="tspan39299">pr1</tspan></text>
2971
+ <text
2972
+ xml:space="preserve"
2973
+ transform="matrix(0.26458333,0,0,0.26458333,-14.461272,134.30947)"
2974
+ id="text2985-1-3"
2975
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2987-9-4);display:inline"><tspan
2976
+ x="390.74805"
2977
+ y="4237.1543"
2978
+ id="tspan39301">pr2</tspan></text>
2979
+ <text
2980
+ xml:space="preserve"
2981
+ transform="matrix(0.26458333,0,0,0.26458333,-0.43082139,206.14006)"
2982
+ id="text3271-4"
2983
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3273-0);display:inline"><tspan
2984
+ x="87.431641"
2985
+ y="4210.6914"
2986
+ id="tspan39303">large base radius</tspan></text>
2987
+ <circle
2988
+ style="fill:none;stroke:#00ccff;stroke-width:0.264582"
2989
+ id="path6214-2-5"
2990
+ cx="53.627892"
2991
+ cy="1262.1208"
2992
+ r="22.201099" />
2993
+ <circle
2994
+ style="fill:none;stroke:#00ccff;stroke-width:0.264582"
2995
+ id="path6214-2-5-2"
2996
+ cx="89.907707"
2997
+ cy="1262.1208"
2998
+ r="11.395553" />
2999
+ <path
3000
+ style="fill:#2ad4ff;stroke:#2ad4ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3001
+ d="m 53.62789,1262.1208 c -3e-6,0 -7.866241,-20.8056 -7.866241,-20.8056"
3002
+ id="path7459"
3003
+ sodipodi:nodetypes="cc" />
3004
+ <path
3005
+ style="fill:none;stroke:#00ccff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3006
+ d="M 89.907691,1262.1208 101.109,1260.4499"
3007
+ id="path7461"
3008
+ sodipodi:nodetypes="cc" />
3009
+ <text
3010
+ xml:space="preserve"
3011
+ transform="matrix(0.26458333,0,0,0.26458333,-29.770663,-51.620252)"
3012
+ id="text7463"
3013
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7465);display:inline"><tspan
3014
+ x="296.23828"
3015
+ y="4916.0235"
3016
+ id="tspan39305">brr1</tspan></text>
3017
+ <text
3018
+ xml:space="preserve"
3019
+ transform="matrix(0.26458333,0,0,0.26458333,-3.446979,-34.589309)"
3020
+ id="text7469"
3021
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7471);display:inline"><tspan
3022
+ x="362.2793"
3023
+ y="4911.3145"
3024
+ id="tspan39307">brr2</tspan></text>
3025
+ <path
3026
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3027
+ d="m 74.221122,1253.8857 4.934877,12.5534"
3028
+ id="path7475" />
3029
+ <path
3030
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3031
+ d="m 53.703273,1262.0418 20.628485,-8.1669"
3032
+ id="path7475-5" />
3033
+ <path
3034
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3035
+ d="m 79.206084,1266.264 10.723001,-4.2016"
3036
+ id="path7475-5-4" />
3037
+ <path
3038
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3039
+ d="m 73.156053,1254.3872 0.462098,0.9545 0.923885,-0.3593"
3040
+ id="path7531" />
3041
+ <path
3042
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3043
+ d="m 80.184979,1265.7612 -0.4621,-0.9545 -0.92389,0.3593"
3044
+ id="path7531-7" />
3045
+ <text
3046
+ xml:space="preserve"
3047
+ transform="matrix(0.26458333,0,0,0.26458333,-0.3936658,0.02780863)"
3048
+ id="text7560"
3049
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7562);display:inline"><tspan
3050
+ x="95.775391"
3051
+ y="4906.9688"
3052
+ id="tspan39309">- brr1 closed to pr1
3053
+ </tspan><tspan
3054
+ x="95.775391"
3055
+ y="4925.3023"
3056
+ id="tspan39311">- brr2 closed to pr2
3057
+ </tspan><tspan
3058
+ x="95.775391"
3059
+ y="4943.6358"
3060
+ id="tspan39313">- ppa closed to 0
3061
+ </tspan><tspan
3062
+ x="95.775391"
3063
+ y="4961.9693"
3064
+ id="tspan39315">- brr1/brr2=pr1/pr2=N1/N2
3065
+ </tspan></text>
3066
+ <circle
3067
+ style="fill:none;stroke:#800000;stroke-width:0.264583"
3068
+ id="path2237-3-3-6-8"
3069
+ cx="51.23114"
3070
+ cy="1369.2124"
3071
+ r="23.860231" />
3072
+ <circle
3073
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583"
3074
+ id="path2237-6-6-6-1-8"
3075
+ cx="51.23114"
3076
+ cy="1369.2124"
3077
+ r="28.572924" />
3078
+ <circle
3079
+ style="fill:none;stroke:#800000;stroke-width:0.264583"
3080
+ id="path2237-9-0-7-0-4"
3081
+ cx="87.510941"
3082
+ cy="1369.2124"
3083
+ r="12.41958" />
3084
+ <circle
3085
+ style="fill:none;stroke:#0000ff;stroke-width:0.264582"
3086
+ id="path2237-6-1-6-5-6-3"
3087
+ cx="87.510941"
3088
+ cy="1369.2124"
3089
+ r="20.666595" />
3090
+ <path
3091
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3092
+ d="M 51.231133,1369.2123 H 87.510951"
3093
+ id="path2048-3-1" />
3094
+ <path
3095
+ style="fill:none;stroke:#aa0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3096
+ d="M 51.231133,1369.2123 32.426162,1354.5262"
3097
+ id="path2881-1-4" />
3098
+ <path
3099
+ style="fill:none;stroke:#aa0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3100
+ d="m 87.510951,1369.2123 8.91262,-8.6493"
3101
+ id="path2885-5-9"
3102
+ sodipodi:nodetypes="cc" />
3103
+ <text
3104
+ xml:space="preserve"
3105
+ transform="matrix(0.26458333,0,0,0.26458333,-69.102663,243.18804)"
3106
+ id="text2985-76-2"
3107
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2987-94-4);display:inline"><tspan
3108
+ x="390.74805"
3109
+ y="4237.1543"
3110
+ id="tspan39317">pr1</tspan></text>
3111
+ <text
3112
+ xml:space="preserve"
3113
+ transform="matrix(0.26458333,0,0,0.26458333,-16.858027,241.401)"
3114
+ id="text2985-1-3-0"
3115
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2987-9-4-4);display:inline"><tspan
3116
+ x="390.74805"
3117
+ y="4237.1543"
3118
+ id="tspan39319">pr2</tspan></text>
3119
+ <text
3120
+ xml:space="preserve"
3121
+ transform="matrix(0.26458333,0,0,0.26458333,-2.8275765,313.23159)"
3122
+ id="text3271-4-6"
3123
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3273-0-3);display:inline"><tspan
3124
+ x="87.431641"
3125
+ y="4210.6914"
3126
+ id="tspan39321">small base radius</tspan></text>
3127
+ <circle
3128
+ style="fill:none;stroke:#00ccff;stroke-width:0.264582"
3129
+ id="path6214-2-5-8"
3130
+ cx="51.23114"
3131
+ cy="1369.2124"
3132
+ r="10.540597" />
3133
+ <circle
3134
+ style="fill:none;stroke:#00ccff;stroke-width:0.264582"
3135
+ id="path6214-2-5-2-9"
3136
+ cx="87.510948"
3137
+ cy="1369.2124"
3138
+ r="5.4110503" />
3139
+ <path
3140
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3141
+ d="m 55.996011,1359.8133 29.35689,14.4112"
3142
+ id="path7475-9"
3143
+ sodipodi:nodetypes="cc" />
3144
+ <text
3145
+ xml:space="preserve"
3146
+ transform="matrix(0.26458333,0,0,0.26458333,-2.7904215,107.11934)"
3147
+ id="text7560-7"
3148
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7562-8);display:inline"><tspan
3149
+ x="95.775391"
3150
+ y="4906.9688"
3151
+ id="tspan39323">- brr1 closed to 0
3152
+ </tspan><tspan
3153
+ x="95.775391"
3154
+ y="4925.3023"
3155
+ id="tspan39325">- brr2 closed to 0
3156
+ </tspan><tspan
3157
+ x="95.775391"
3158
+ y="4943.6358"
3159
+ id="tspan39327">- ppa closed to PI/2
3160
+ </tspan><tspan
3161
+ x="95.775391"
3162
+ y="4961.9693"
3163
+ id="tspan39329">- brr1/brr2=pr1/pr2=N1/N2
3164
+ </tspan></text>
3165
+ <path
3166
+ style="fill:none;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3167
+ d="m 51.346772,1369.0199 4.470762,-9.2238"
3168
+ id="path7475-9-1"
3169
+ sodipodi:nodetypes="cc" />
3170
+ <path
3171
+ style="fill:none;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3172
+ d="m 85.133246,1374.1179 2.377702,-4.9055"
3173
+ id="path7475-9-1-7"
3174
+ sodipodi:nodetypes="cc" />
3175
+ <path
3176
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3177
+ d="m 84.27985,1373.6529 0.339352,-0.8867 0.885634,0.4451"
3178
+ id="path8849" />
3179
+ <path
3180
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3181
+ d="m 55.415587,1360.719 0.85276,0.4036 0.433829,-0.8683"
3182
+ id="path8851" />
3183
+ <rect
3184
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
3185
+ id="rect3329-3-6-6"
3186
+ width="91.764175"
3187
+ height="95.003357"
3188
+ x="19.237015"
3189
+ y="1445.7545"
3190
+ inkscape:export-filename="gear_optimum_base_radius.svg"
3191
+ inkscape:export-xdpi="96"
3192
+ inkscape:export-ydpi="96" />
3193
+ <path
3194
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3195
+ d="m 51.287559,1476.3598 9.509001,-11.7971"
3196
+ id="path11482-7"
3197
+ sodipodi:nodetypes="cc" />
3198
+ <circle
3199
+ style="fill:none;stroke:#008000;stroke-width:0.264582"
3200
+ id="path6214-2-5-2-9-7-6"
3201
+ cx="51.321507"
3202
+ cy="1476.4241"
3203
+ r="19.541029" />
3204
+ <circle
3205
+ style="fill:none;stroke:#00ccff;stroke-width:0.264581"
3206
+ id="path6214-2-5-2-9-7-7"
3207
+ cx="87.601326"
3208
+ cy="1476.4242"
3209
+ r="7.7255249" />
3210
+ <circle
3211
+ style="fill:none;stroke:#800000;stroke-width:0.264583"
3212
+ id="path2237-3-3-6-8-1"
3213
+ cx="51.321518"
3214
+ cy="1476.4242"
3215
+ r="23.860231" />
3216
+ <circle
3217
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583"
3218
+ id="path2237-6-6-6-1-8-0"
3219
+ cx="51.321518"
3220
+ cy="1476.4242"
3221
+ r="28.572924" />
3222
+ <circle
3223
+ style="fill:none;stroke:#800000;stroke-width:0.264583"
3224
+ id="path2237-9-0-7-0-4-6"
3225
+ cx="87.601318"
3226
+ cy="1476.4242"
3227
+ r="12.41958" />
3228
+ <circle
3229
+ style="fill:none;stroke:#0000ff;stroke-width:0.264582"
3230
+ id="path2237-6-1-6-5-6-3-1"
3231
+ cx="87.601318"
3232
+ cy="1476.4242"
3233
+ r="16.738779" />
3234
+ <path
3235
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3236
+ d="M 51.321511,1476.4241 H 87.601329"
3237
+ id="path2048-3-1-5" />
3238
+ <path
3239
+ style="fill:none;stroke:#aa0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3240
+ d="M 51.321511,1476.4241 32.51654,1461.738"
3241
+ id="path2881-1-4-9" />
3242
+ <path
3243
+ style="fill:none;stroke:#aa0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3244
+ d="m 87.601329,1476.4241 8.91262,-8.6493"
3245
+ id="path2885-5-9-4"
3246
+ sodipodi:nodetypes="cc" />
3247
+ <text
3248
+ xml:space="preserve"
3249
+ transform="matrix(0.26458333,0,0,0.26458333,-68.854668,349.54506)"
3250
+ id="text2985-76-2-9"
3251
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2987-94-4-2);display:inline"><tspan
3252
+ x="390.74805"
3253
+ y="4237.1543"
3254
+ id="tspan39331">pr1</tspan></text>
3255
+ <text
3256
+ xml:space="preserve"
3257
+ transform="matrix(0.26458333,0,0,0.26458333,-2.737198,424.14755)"
3258
+ id="text3271-4-6-9"
3259
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3273-0-3-2);display:inline"><tspan
3260
+ x="87.431641"
3261
+ y="4210.6914"
3262
+ id="tspan39333">optimum base radius</tspan></text>
3263
+ <circle
3264
+ style="fill:none;stroke:#00ccff;stroke-width:0.264581"
3265
+ id="path6214-2-5-8-1"
3266
+ cx="51.321518"
3267
+ cy="1476.4242"
3268
+ r="15.152033" />
3269
+ <circle
3270
+ style="fill:none;stroke:#008000;stroke-width:0.264582"
3271
+ id="path6214-2-5-2-9-7"
3272
+ cx="87.601334"
3273
+ cy="1476.4243"
3274
+ r="7.4118285" />
3275
+ <text
3276
+ xml:space="preserve"
3277
+ transform="matrix(0.26458333,0,0,0.26458333,-2.700043,214.33111)"
3278
+ id="text7560-7-1"
3279
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7562-8-2);display:inline"><tspan
3280
+ x="95.775391"
3281
+ y="4906.9688"
3282
+ id="tspan39335">- brr2=dr2
3283
+ </tspan><tspan
3284
+ x="95.775391"
3285
+ y="4925.3023"
3286
+ id="tspan39337">- brr1=brr2*N1/N2
3287
+ </tspan><tspan
3288
+ x="95.775391"
3289
+ y="4943.6358"
3290
+ id="tspan39339">- sin(PI/2-ppa)=dr2/pr2
3291
+ </tspan><tspan
3292
+ x="95.775391"
3293
+ y="4961.9693"
3294
+ id="tspan39341">- ppa=acos(dr2/pr2)
3295
+ </tspan><tspan
3296
+ x="95.775391"
3297
+ y="4980.3028"
3298
+ id="tspan39343">- brr=dr for the smallest wheel</tspan></text>
3299
+ <text
3300
+ xml:space="preserve"
3301
+ transform="matrix(0.26458333,0,0,0.26458333,-15.390578,348.52244)"
3302
+ id="text2985-1-3-0-0"
3303
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2987-9-4-4-7);display:inline"><tspan
3304
+ x="390.74805"
3305
+ y="4237.1543"
3306
+ id="tspan39345">pr2</tspan></text>
3307
+ <path
3308
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3309
+ d="m 51.321517,1476.4242 -8.848751,-17.4229"
3310
+ id="path11458" />
3311
+ <path
3312
+ style="fill:none;stroke:#00ccff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3313
+ d="m 51.321517,1476.4242 c -9e-6,-10e-5 2.603284,-15.0171 2.603284,-15.0171"
3314
+ id="path11460"
3315
+ sodipodi:nodetypes="cc" />
3316
+ <text
3317
+ xml:space="preserve"
3318
+ transform="matrix(0.26458333,0,0,0.26458333,4.1499551,-19.412061)"
3319
+ id="text11462"
3320
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11464);display:inline"><tspan
3321
+ x="156.41602"
3322
+ y="5611.5821"
3323
+ id="tspan39347">dr1</tspan></text>
3324
+ <text
3325
+ xml:space="preserve"
3326
+ transform="matrix(0.26458333,0,0,0.26458333,0.84492313,-22.656846)"
3327
+ id="text11468"
3328
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11470);display:inline"><tspan
3329
+ x="200.98242"
3330
+ y="5616.627"
3331
+ id="tspan39349">brr1</tspan></text>
3332
+ <path
3333
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3334
+ d="m 51.321512,1476.4241 -28.007089,-5.567"
3335
+ id="path11474"
3336
+ sodipodi:nodetypes="cc" />
3337
+ <text
3338
+ xml:space="preserve"
3339
+ transform="matrix(0.26458333,0,0,0.26458333,-9.7371237,-7.2672666)"
3340
+ id="text11476"
3341
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11478);display:inline"><tspan
3342
+ x="142.23828"
3343
+ y="5605.6524"
3344
+ id="tspan39351">ar1</tspan></text>
3345
+ <path
3346
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3347
+ d="m 60.627868,1464.5591 21.950176,17.7229"
3348
+ id="path11482"
3349
+ sodipodi:nodetypes="cc" />
3350
+ <path
3351
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3352
+ d="m 82.735635,1482.4301 4.825591,-6.0079"
3353
+ id="path11482-7-3"
3354
+ sodipodi:nodetypes="cc" />
3355
+ <path
3356
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3357
+ d="m 59.83592,1465.6952 1.076584,0.9866 0.842772,-1.0889"
3358
+ id="path11538" />
3359
+ <path
3360
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3361
+ d="m 81.696691,1481.5564 0.609574,-0.9943 1.116832,0.8191"
3362
+ id="path11540" />
3363
+ <path
3364
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L);marker-end:url(#Arrow1L)"
3365
+ d="M 55.618413,1615.731 H 90.796152"
3366
+ id="path2048-3-1-5-5-4" />
3367
+ <path
3368
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3369
+ d="m 53.913594,1584.8901 v 32.0316"
3370
+ id="path14608-4" />
3371
+ <path
3372
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3373
+ d="m 54.011934,1584.6935 8.538108,-12.2721"
3374
+ id="path11482-7-2"
3375
+ sodipodi:nodetypes="cc" />
3376
+ <circle
3377
+ style="fill:none;stroke:#008000;stroke-width:0.264582"
3378
+ id="path6214-2-5-2-9-7-6-9"
3379
+ cx="54.045883"
3380
+ cy="1584.7577"
3381
+ r="19.541029" />
3382
+ <circle
3383
+ style="fill:none;stroke:#00ccff;stroke-width:0.264581"
3384
+ id="path6214-2-5-2-9-7-7-3"
3385
+ cx="92.442368"
3386
+ cy="1584.7578"
3387
+ r="7.7255249" />
3388
+ <circle
3389
+ style="fill:none;stroke:#800000;stroke-width:0.264583"
3390
+ id="path2237-3-3-6-8-1-9"
3391
+ cx="54.045895"
3392
+ cy="1584.7578"
3393
+ r="23.860231" />
3394
+ <circle
3395
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583"
3396
+ id="path2237-6-6-6-1-8-0-0"
3397
+ cx="54.045895"
3398
+ cy="1584.7578"
3399
+ r="28.572924" />
3400
+ <circle
3401
+ style="fill:none;stroke:#800000;stroke-width:0.264583"
3402
+ id="path2237-9-0-7-0-4-6-8"
3403
+ cx="92.44236"
3404
+ cy="1584.7578"
3405
+ r="12.41958" />
3406
+ <circle
3407
+ style="fill:none;stroke:#0000ff;stroke-width:0.264582"
3408
+ id="path2237-6-1-6-5-6-3-1-8"
3409
+ cx="92.44236"
3410
+ cy="1584.7578"
3411
+ r="16.738779" />
3412
+ <path
3413
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3414
+ d="M 54.045885,1584.7578 H 92.397146"
3415
+ id="path2048-3-1-5-5" />
3416
+ <path
3417
+ style="fill:none;stroke:#aa0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3418
+ d="M 54.045886,1584.7578 35.240915,1570.0717"
3419
+ id="path2881-1-4-9-0" />
3420
+ <path
3421
+ style="fill:none;stroke:#aa0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3422
+ d="m 92.442372,1584.7578 8.912628,-8.6493"
3423
+ id="path2885-5-9-4-9"
3424
+ sodipodi:nodetypes="cc" />
3425
+ <text
3426
+ xml:space="preserve"
3427
+ transform="matrix(0.26458333,0,0,0.26458333,-0.01282237,543.06462)"
3428
+ id="text3271-4-6-9-3"
3429
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3273-0-3-2-5);display:inline"><tspan
3430
+ x="87.431641"
3431
+ y="4210.6914"
3432
+ id="tspan39353">optimum base radius with longer inter-axis</tspan></text>
3433
+ <circle
3434
+ style="fill:none;stroke:#00ccff;stroke-width:0.264581"
3435
+ id="path6214-2-5-8-1-8"
3436
+ cx="54.045895"
3437
+ cy="1584.7578"
3438
+ r="15.152033" />
3439
+ <circle
3440
+ style="fill:none;stroke:#008000;stroke-width:0.264582"
3441
+ id="path6214-2-5-2-9-7-5"
3442
+ cx="92.442375"
3443
+ cy="1584.7579"
3444
+ r="7.4118285" />
3445
+ <text
3446
+ xml:space="preserve"
3447
+ transform="matrix(0.26458333,0,0,0.26458333,0.02433263,331.1315)"
3448
+ id="text7560-7-1-6"
3449
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7562-8-2-6);display:inline"><tspan
3450
+ x="95.775391"
3451
+ y="4906.9688"
3452
+ id="tspan39355">- brr2=dr2
3453
+ </tspan><tspan
3454
+ x="95.775391"
3455
+ y="4925.3023"
3456
+ id="tspan39357">- brr1=brr2*N1/N2
3457
+ </tspan><tspan
3458
+ x="95.775391"
3459
+ y="4943.6358"
3460
+ id="tspan39359">- CE=e*pr2/(pr1+pr2)
3461
+ </tspan><tspan
3462
+ x="95.775391"
3463
+ y="4961.9693"
3464
+ id="tspan39361">- sin(PI/2-ppa)=DE/CE=brr2*(pr1+pr2)/(e*pr2)
3465
+ </tspan><tspan
3466
+ x="95.775391"
3467
+ y="4980.3028"
3468
+ id="tspan39363">- ppa[min]=acos(dr2/pr2)</tspan></text>
3469
+ <text
3470
+ xml:space="preserve"
3471
+ transform="matrix(0.26458333,0,0,0.26458333,-10.549535,456.85611)"
3472
+ id="text2985-1-3-0-0-1"
3473
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2987-9-4-4-7-3);display:inline"><tspan
3474
+ x="390.74805"
3475
+ y="4237.1543"
3476
+ id="tspan39365">pr2</tspan></text>
3477
+ <path
3478
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3479
+ d="M 54.045892,1584.7579 45.197141,1567.335"
3480
+ id="path11458-1" />
3481
+ <path
3482
+ style="fill:none;stroke:#00ccff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3483
+ d="m 54.045892,1584.7579 c -9e-6,-10e-5 2.603284,-15.0171 2.603284,-15.0171"
3484
+ id="path11460-5"
3485
+ sodipodi:nodetypes="cc" />
3486
+ <text
3487
+ xml:space="preserve"
3488
+ transform="matrix(0.26458333,0,0,0.26458333,6.8743307,88.921607)"
3489
+ id="text11462-9"
3490
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11464-9);display:inline"><tspan
3491
+ x="156.41602"
3492
+ y="5611.5821"
3493
+ id="tspan39367">dr1</tspan></text>
3494
+ <text
3495
+ xml:space="preserve"
3496
+ transform="matrix(0.26458333,0,0,0.26458333,3.5692987,85.676822)"
3497
+ id="text11468-8"
3498
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11470-4);display:inline"><tspan
3499
+ x="200.98242"
3500
+ y="5616.627"
3501
+ id="tspan39369">brr1</tspan></text>
3502
+ <path
3503
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3504
+ d="m 54.045887,1584.7578 -28.007089,-5.567"
3505
+ id="path11474-4"
3506
+ sodipodi:nodetypes="cc" />
3507
+ <text
3508
+ xml:space="preserve"
3509
+ transform="matrix(0.26458333,0,0,0.26458333,-7.0127486,101.0664)"
3510
+ id="text11476-8"
3511
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11478-8);display:inline"><tspan
3512
+ x="142.23828"
3513
+ y="5605.6524"
3514
+ id="tspan39371">ar1</tspan></text>
3515
+ <path
3516
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3517
+ d="m 62.416898,1572.1818 26.253231,19.3151"
3518
+ id="path11482-1"
3519
+ sodipodi:nodetypes="cc" />
3520
+ <path
3521
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3522
+ d="m 88.63698,1591.4652 3.765289,-6.7093"
3523
+ id="path11482-7-3-0"
3524
+ sodipodi:nodetypes="cc" />
3525
+ <path
3526
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3527
+ d="m 61.935974,1573.3004 1.076584,0.9866 0.842772,-1.0889"
3528
+ id="path11538-3" />
3529
+ <path
3530
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3531
+ d="m 87.352547,1590.488 0.609574,-0.9943 1.116832,0.8191"
3532
+ id="path11540-0" />
3533
+ <path
3534
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3535
+ d="m 92.442375,1584.7579 v 32.0316"
3536
+ id="path14608" />
3537
+ <text
3538
+ xml:space="preserve"
3539
+ transform="matrix(0.26458333,0,0,0.26458333,-13.18756,-36.200143)"
3540
+ id="text15266"
3541
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15268);display:inline"><tspan
3542
+ x="256.41602"
3543
+ y="6259.8418"
3544
+ id="tspan39373">e: inter-axis length</tspan></text>
3545
+ <text
3546
+ xml:space="preserve"
3547
+ transform="matrix(0.26458333,0,0,0.26458333,-72.58842,-16.181353)"
3548
+ id="text15272"
3549
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15274);display:inline"><tspan
3550
+ x="466.94531"
3551
+ y="6064.6133"
3552
+ id="tspan39375">A</tspan></text>
3553
+ <text
3554
+ xml:space="preserve"
3555
+ transform="matrix(0.26458333,0,0,0.26458333,-65.030813,-41.757022)"
3556
+ id="text15278"
3557
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15280);display:inline"><tspan
3558
+ x="477.11719"
3559
+ y="6121.4063"
3560
+ id="tspan39377">B</tspan></text>
3561
+ <text
3562
+ xml:space="preserve"
3563
+ transform="matrix(0.26458333,0,0,0.26458333,-45.961974,-46.608417)"
3564
+ id="text15284"
3565
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15286);display:inline"><tspan
3566
+ x="466.78516"
3567
+ y="6161.5078"
3568
+ id="tspan39379">C</tspan></text>
3569
+ <text
3570
+ xml:space="preserve"
3571
+ transform="matrix(0.26458333,0,0,0.26458333,-48.268153,-37.537937)"
3572
+ id="text15290"
3573
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15292);display:inline"><tspan
3574
+ x="508.97461"
3575
+ y="6171.2461"
3576
+ id="tspan39381">D</tspan></text>
3577
+ <text
3578
+ xml:space="preserve"
3579
+ transform="matrix(0.26458333,0,0,0.26458333,-40.395927,-56.126245)"
3580
+ id="text15296"
3581
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15298);display:inline"><tspan
3582
+ x="503.44727"
3583
+ y="6212"
3584
+ id="tspan39383">E</tspan></text>
3585
+ <text
3586
+ xml:space="preserve"
3587
+ transform="matrix(0.26458333,0,0,0.26458333,-66.130293,457.87873)"
3588
+ id="text2985-76-2-9-6"
3589
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2987-94-4-2-6);display:inline"><tspan
3590
+ x="390.74805"
3591
+ y="4237.1543"
3592
+ id="tspan39385">pr1</tspan></text>
3593
+ <text
3594
+ xml:space="preserve"
3595
+ transform="matrix(0.26458333,0,0,0.26458333,-74.156469,-91.253558)"
3596
+ id="text802"
3597
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect804);display:inline;fill:#0000ff"><tspan
3598
+ x="475.12305"
3599
+ y="2785.043"
3600
+ id="tspan39387">line of action
3601
+ </tspan><tspan
3602
+ x="475.12305"
3603
+ y="2803.3765"
3604
+ id="tspan39389">pressure line</tspan></text>
3605
+ <path
3606
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3607
+ d="M 67.293821,651.21009 63.38454,673.3111"
3608
+ id="path917"
3609
+ sodipodi:nodetypes="cc" />
3610
+ <path
3611
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3612
+ d="m 64.026497,1705.9035 v 15.1631"
3613
+ id="path807-2" />
3614
+ <circle
3615
+ style="fill:none;stroke:#00ccff;stroke-width:0.264583"
3616
+ id="path6212-6"
3617
+ cx="41.593334"
3618
+ cy="1713.5186"
3619
+ r="16.193642" />
3620
+ <circle
3621
+ style="fill:#ffffff;stroke:#00ccff;stroke-width:0.264583"
3622
+ id="path6214-1"
3623
+ cx="96.280655"
3624
+ cy="1713.5186"
3625
+ r="23.609303" />
3626
+ <path
3627
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3628
+ d="M 41.593328,1713.5186 H 96.280647"
3629
+ id="path6216-8" />
3630
+ <path
3631
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3632
+ d="m 53.355601,1702.204 25.855976,27.5039"
3633
+ id="path6218-7" />
3634
+ <path
3635
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3636
+ d="M 41.685461,1713.2915 53.48014,1702.2098"
3637
+ id="path6218-5-9" />
3638
+ <path
3639
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3640
+ d="m 96.190037,1713.7473 -17.03954,16.0181"
3641
+ id="path6218-0-2" />
3642
+ <path
3643
+ style="fill:none;stroke:#4d4d4d;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3644
+ d="m 78.258687,1728.4867 1.07935,-1.0084 1.08919,1.0754"
3645
+ id="path6260-0" />
3646
+ <path
3647
+ style="fill:none;stroke:#4d4d4d;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3648
+ d="m 54.480184,1703.4385 -1.079352,1.0084 -1.089184,-1.0754"
3649
+ id="path6260-3-2" />
3650
+ <text
3651
+ xml:space="preserve"
3652
+ transform="matrix(0.26458333,0,0,0.26458333,-4.3188048,992.05798)"
3653
+ id="text6289-3"
3654
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6291-3);display:inline;fill:#008080"><tspan
3655
+ x="166.64453"
3656
+ y="2700.6758"
3657
+ id="tspan39391">brr1</tspan></text>
3658
+ <text
3659
+ xml:space="preserve"
3660
+ transform="matrix(0.26458333,0,0,0.26458333,-4.9997498,1000.3604)"
3661
+ id="text6295-7"
3662
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6297-6);display:inline;fill:#008080"><tspan
3663
+ x="316.85156"
3664
+ y="2725.0782"
3665
+ id="tspan39393">brr2</tspan></text>
3666
+ <path
3667
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3668
+ d="m 41.685461,1713.2914 v 47.1895"
3669
+ id="path6301-5" />
3670
+ <path
3671
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3672
+ d="m 96.190037,1713.9349 v 47.1895"
3673
+ id="path6301-6-9" />
3674
+ <path
3675
+ style="fill:none;stroke:#333333;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L-75);marker-end:url(#Arrow1L-75)"
3676
+ d="M 43.369119,1759.0837 H 94.726267"
3677
+ id="path6216-1-2" />
3678
+ <text
3679
+ xml:space="preserve"
3680
+ transform="matrix(0.26458333,0,0,0.26458333,-9.5297428,1037.0904)"
3681
+ id="text7737-2"
3682
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7739-6);display:inline"><tspan
3683
+ x="218.91016"
3684
+ y="2726.0996"
3685
+ id="tspan39395">e: inter-axis distance</tspan></text>
3686
+ <text
3687
+ xml:space="preserve"
3688
+ transform="matrix(0.26458333,0,0,0.26458333,-2.6376286,1022.9497)"
3689
+ id="text8901-8"
3690
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8903-2);display:inline"><tspan
3691
+ x="79.326172"
3692
+ y="2494.2051"
3693
+ id="tspan39397">base-right-circle-1</tspan></text>
3694
+ <text
3695
+ xml:space="preserve"
3696
+ transform="matrix(0.26458333,0,0,0.26458333,62.407597,1022.1103)"
3697
+ id="text8901-6-9"
3698
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8903-0-9);display:inline"><tspan
3699
+ x="79.326172"
3700
+ y="2494.2051"
3701
+ id="tspan39399">base-right-circle-2</tspan></text>
3702
+ <path
3703
+ style="fill:none;stroke:#00ccff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3704
+ d="m 22.554903,1683.9278 9.012726,16.0075"
3705
+ id="path9489-7" />
3706
+ <path
3707
+ style="fill:none;stroke:#00ccff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3708
+ d="m 111.2457,1682.544 -3.43805,9.2924"
3709
+ id="path9491-3"
3710
+ sodipodi:nodetypes="cc" />
3711
+ <text
3712
+ xml:space="preserve"
3713
+ transform="matrix(0.26458333,0,0,0.26458333,46.197084,986.28933)"
3714
+ id="text9493-6"
3715
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9495-1);display:inline;fill:#aa8800"><tspan
3716
+ x="46.666016"
3717
+ y="2716.4297"
3718
+ id="tspan39401">ppa=pressure positive angle</tspan></text>
3719
+ <path
3720
+ style="fill:none;stroke:#d4aa00;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L)"
3721
+ d="m 63.885535,1707.4749 c 0,0 -1.153569,-0.2837 -1.682415,-0.1525 -0.447984,0.1115 -1.050855,0.7435 -1.050855,0.7435"
3722
+ id="path10111-1"
3723
+ sodipodi:nodetypes="cac" />
3724
+ <path
3725
+ style="fill:none;stroke:#d4aa00;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3726
+ d="m 68.121819,1716.9514 3.967014,-10.9435"
3727
+ id="path10140-9"
3728
+ sodipodi:nodetypes="cc" />
3729
+ <path
3730
+ style="fill:none;stroke:#d4aa00;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3731
+ d="m 64.41509,1707.1015 4.686877,-1.7734"
3732
+ id="path10142-3"
3733
+ sodipodi:nodetypes="cc" />
3734
+ <text
3735
+ xml:space="preserve"
3736
+ transform="matrix(0.26458333,0,0,0.26458333,18.315891,990.38893)"
3737
+ id="text10942-1"
3738
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10944-2);display:inline"><tspan
3739
+ x="73.224609"
3740
+ y="2738.9727"
3741
+ id="tspan39403">A</tspan></text>
3742
+ <text
3743
+ xml:space="preserve"
3744
+ transform="matrix(0.26458333,0,0,0.26458333,17.777099,971.01935)"
3745
+ id="text10984-9"
3746
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10986-7);display:inline"><tspan
3747
+ x="133.39258"
3748
+ y="2757.6387"
3749
+ id="tspan39405">B</tspan></text>
3750
+ <text
3751
+ xml:space="preserve"
3752
+ transform="matrix(0.26458333,0,0,0.26458333,5.2449702,987.26111)"
3753
+ id="text11026-4"
3754
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11028-0);display:inline"><tspan
3755
+ x="210.08594"
3756
+ y="2757.6328"
3757
+ id="tspan39407">C</tspan></text>
3758
+ <text
3759
+ xml:space="preserve"
3760
+ transform="matrix(0.26458333,0,0,0.26458333,2.4545482,1003.147)"
3761
+ id="text11068-7"
3762
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11070-9);display:inline"><tspan
3763
+ x="279.07227"
3764
+ y="2759.8321"
3765
+ id="tspan39409">D</tspan></text>
3766
+ <text
3767
+ xml:space="preserve"
3768
+ transform="matrix(0.26458333,0,0,0.26458333,-5.9314888,981.97508)"
3769
+ id="text11110-8"
3770
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11112-3);display:inline"><tspan
3771
+ x="385.4707"
3772
+ y="2761.4805"
3773
+ id="tspan39411">E</tspan></text>
3774
+ <text
3775
+ xml:space="preserve"
3776
+ transform="matrix(0.26458333,0,0,0.26458333,-3.2001608,1015.5688)"
3777
+ id="text16967-4"
3778
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16969-6);display:inline"><tspan
3779
+ x="81.064453"
3780
+ y="2856.7871"
3781
+ id="tspan39413">base right circle for involute</tspan></text>
3782
+ <path
3783
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-75)"
3784
+ d="m 55.079472,1719.879 c 0,0 -0.856521,2.3179 -1.593987,3.2869 -0.83003,1.0906 -3.08781,2.7148 -3.08781,2.7148"
3785
+ id="path1469-5"
3786
+ sodipodi:nodetypes="cac" />
3787
+ <text
3788
+ xml:space="preserve"
3789
+ transform="matrix(0.26458333,0,0,0.26458333,-76.711384,1002.3918)"
3790
+ id="text802-0"
3791
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect804-0);display:inline"><tspan
3792
+ x="475.12305"
3793
+ y="2785.043"
3794
+ id="tspan39415">line of action
3795
+ </tspan><tspan
3796
+ x="475.12305"
3797
+ y="2803.3765"
3798
+ id="tspan39417">pressure line</tspan></text>
3799
+ <path
3800
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3801
+ d="m 62.815771,1735.9589 6.890456,-15.2565"
3802
+ id="path917-3"
3803
+ sodipodi:nodetypes="cc" />
3804
+ <path
3805
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3806
+ d="m 31.271231,1724.6566 c 0,0 -0.702056,1.9148 -1.424759,2.5806 -0.923792,0.8509 -3.436754,1.5447 -3.436754,1.5447 l -1.577922,-1.6492 c 0,0 0.470672,-2.4674 1.243566,-3.39 0.765706,-0.9142 3.090452,-1.8018 3.090452,-1.8018"
3807
+ id="path3888"
3808
+ sodipodi:nodetypes="caccac" />
3809
+ <path
3810
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3811
+ d="m 24.563703,1727.0586 c 0,0 0.288618,-2.3624 0.967219,-3.2771 0.769478,-1.0372 3.238184,-2.1273 3.238184,-2.1273"
3812
+ id="path3890"
3813
+ sodipodi:nodetypes="cac" />
3814
+ <path
3815
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3816
+ d="m 31.271231,1724.6566 c 0,0 -0.702056,1.9148 -1.424759,2.5806 -0.923792,0.8509 -3.436754,1.5447 -3.436754,1.5447 l -1.577922,-1.6492 c 0,0 0.470672,-2.4674 1.243566,-3.39 0.765706,-0.9142 3.090452,-1.8018 3.090452,-1.8018"
3817
+ id="path3892"
3818
+ sodipodi:nodetypes="caccac" />
3819
+ <path
3820
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3821
+ d="m 24.563703,1727.0586 c 0,0 0.288618,-2.3624 0.967219,-3.2771 0.769478,-1.0372 3.238184,-2.1273 3.238184,-2.1273"
3822
+ id="path3894"
3823
+ sodipodi:nodetypes="cac" />
3824
+ <path
3825
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3826
+ d="m 27.709735,1719.3129 c 0,0 -1.268004,1.5974 -2.16327,2.0025 -1.144319,0.5176 -3.748019,0.3869 -3.748019,0.3869 l -0.979997,-2.0614 c 0,0 1.221918,-2.1946 2.2455,-2.8278 1.01412,-0.6274 3.500009,-0.7398 3.500009,-0.7398"
3827
+ id="path3888-7"
3828
+ sodipodi:nodetypes="caccac" />
3829
+ <path
3830
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3831
+ d="m 20.587203,1719.4863 c 0,0 1.016096,-2.1521 1.947677,-2.8073 1.056338,-0.743 3.742511,-1.0025 3.742511,-1.0025"
3832
+ id="path3890-1"
3833
+ sodipodi:nodetypes="cac" />
3834
+ <path
3835
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3836
+ d="m 27.709735,1719.3129 c 0,0 -1.268004,1.5974 -2.16327,2.0025 -1.144319,0.5176 -3.748019,0.3869 -3.748019,0.3869 l -0.979997,-2.0614 c 0,0 1.221918,-2.1946 2.2455,-2.8278 1.01412,-0.6274 3.500009,-0.7398 3.500009,-0.7398"
3837
+ id="path3892-7"
3838
+ sodipodi:nodetypes="caccac" />
3839
+ <path
3840
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3841
+ d="m 20.587203,1719.4863 c 0,0 1.016096,-2.1521 1.947677,-2.8073 1.056338,-0.743 3.742511,-1.0025 3.742511,-1.0025"
3842
+ id="path3894-2"
3843
+ sodipodi:nodetypes="cac" />
3844
+ <path
3845
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3846
+ d="m 77.132967,1701.8139 c 0,0 -2.011283,-0.3378 -2.798633,-0.9256 -1.006346,-0.7515 -2.150617,-3.0941 -2.150617,-3.0941 l 1.330821,-1.8543 c 0,0 2.511862,0.01 3.560888,0.5987 1.039466,0.5845 2.339584,2.7063 2.339584,2.7063"
3847
+ id="path3888-72"
3848
+ sodipodi:nodetypes="caccac" />
3849
+ <path
3850
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3851
+ d="m 73.538025,1695.6627 c 0,0 2.375162,-0.1512 3.399093,0.3479 1.161074,0.5656 2.686721,2.7916 2.686721,2.7916"
3852
+ id="path3890-2"
3853
+ sodipodi:nodetypes="cac" />
3854
+ <path
3855
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3856
+ d="m 77.132967,1701.8139 c 0,0 -2.011283,-0.3378 -2.798633,-0.9256 -1.006346,-0.7515 -2.150617,-3.0941 -2.150617,-3.0941 l 1.330821,-1.8543 c 0,0 2.511862,0.01 3.560888,0.5987 1.039466,0.5845 2.339584,2.7063 2.339584,2.7063"
3857
+ id="path3892-6"
3858
+ sodipodi:nodetypes="caccac" />
3859
+ <path
3860
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3861
+ d="m 73.538025,1695.6627 c 0,0 2.375162,-0.1512 3.399093,0.3479 1.161074,0.5656 2.686721,2.7916 2.686721,2.7916"
3862
+ id="path3894-1"
3863
+ sodipodi:nodetypes="cac" />
3864
+ <path
3865
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3866
+ d="m 81.322526,1696.694 c 0,0 -1.803407,-0.9525 -2.366264,-1.7579 -0.71928,-1.0296 -1.069811,-3.613 -1.069811,-3.613 l 1.845951,-1.3424 c 0,0 2.381953,0.7973 3.192633,1.6869 0.80321,0.8814 1.371006,3.3042 1.371006,3.3042"
3867
+ id="path3888-7-0"
3868
+ sodipodi:nodetypes="caccac" />
3869
+ <path
3870
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3871
+ d="m 79.841821,1689.7249 c 0,0 2.302286,0.6029 3.117677,1.398 0.924635,0.9016 1.673871,3.4942 1.673871,3.4942"
3872
+ id="path3890-1-6"
3873
+ sodipodi:nodetypes="cac" />
3874
+ <path
3875
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3876
+ d="m 81.322526,1696.694 c 0,0 -1.803407,-0.9525 -2.366264,-1.7579 -0.71928,-1.0296 -1.069811,-3.613 -1.069811,-3.613 l 1.845951,-1.3424 c 0,0 2.381953,0.7973 3.192633,1.6869 0.80321,0.8814 1.371006,3.3042 1.371006,3.3042"
3877
+ id="path3892-7-1"
3878
+ sodipodi:nodetypes="caccac" />
3879
+ <path
3880
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3881
+ d="m 79.841821,1689.7249 c 0,0 2.302286,0.6029 3.117677,1.398 0.924635,0.9016 1.673871,3.4942 1.673871,3.4942"
3882
+ id="path3894-2-5"
3883
+ sodipodi:nodetypes="cac" />
3884
+ <path
3885
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3886
+ d="m 39.239939,1698.399 c 0,0 -0.899544,-1.8303 -0.881724,-2.8128 0.0229,-1.2557 1.257158,-3.552 1.257158,-3.552 h 2.282482 c 0,0 1.458935,2.0448 1.592118,3.241 0.132089,1.1851 -0.832041,3.4792 -0.832041,3.4792"
3887
+ id="path3888-9"
3888
+ sodipodi:nodetypes="caccac" />
3889
+ <path
3890
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3891
+ d="m 42.136632,1691.8898 c 0,0 1.508773,1.8407 1.701384,2.9632 0.218403,1.2729 -0.698742,3.8109 -0.698742,3.8109"
3892
+ id="path3890-4"
3893
+ sodipodi:nodetypes="cac" />
3894
+ <path
3895
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3896
+ d="m 39.239939,1698.399 c 0,0 -0.899544,-1.8303 -0.881724,-2.8128 0.0229,-1.2557 1.257158,-3.552 1.257158,-3.552 h 2.282482 c 0,0 1.458935,2.0448 1.592118,3.241 0.132089,1.1851 -0.832041,3.4792 -0.832041,3.4792"
3897
+ id="path3892-9"
3898
+ sodipodi:nodetypes="caccac" />
3899
+ <path
3900
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3901
+ d="m 42.136632,1691.8898 c 0,0 1.508773,1.8407 1.701384,2.9632 0.218403,1.2729 -0.698742,3.8109 -0.698742,3.8109"
3902
+ id="path3894-0"
3903
+ sodipodi:nodetypes="cac" />
3904
+ <path
3905
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3906
+ d="m 37.170678,1727.8766 c 0,0 0.238773,2.0254 -0.10518,2.9459 -0.439754,1.1764 -2.368215,2.9306 -2.368215,2.9306 l -2.152783,-0.7585 c 0,0 -0.694772,-2.4137 -0.4221,-3.5861 0.270093,-1.1615 1.943092,-3.0036 1.943092,-3.0036"
3907
+ id="path3888-7-9"
3908
+ sodipodi:nodetypes="caccac" />
3909
+ <path
3910
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3911
+ d="m 32.271806,1733.0498 c 0,0 -0.809725,-2.2381 -0.617533,-3.3607 0.217878,-1.2729 1.927795,-3.3608 1.927795,-3.3608"
3912
+ id="path3890-1-1"
3913
+ sodipodi:nodetypes="cac" />
3914
+ <path
3915
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3916
+ d="m 37.170678,1727.8766 c 0,0 0.238773,2.0254 -0.10518,2.9459 -0.439754,1.1764 -2.368215,2.9306 -2.368215,2.9306 l -2.152783,-0.7585 c 0,0 -0.694772,-2.4137 -0.4221,-3.5861 0.270093,-1.1615 1.943092,-3.0036 1.943092,-3.0036"
3917
+ id="path3892-7-7"
3918
+ sodipodi:nodetypes="caccac" />
3919
+ <path
3920
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3921
+ d="m 32.271806,1733.0498 c 0,0 -0.809725,-2.2381 -0.617533,-3.3607 0.217878,-1.2729 1.927795,-3.3608 1.927795,-3.3608"
3922
+ id="path3894-2-7"
3923
+ sodipodi:nodetypes="cac" />
3924
+ <path
3925
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3926
+ d="m 87.176325,1692.8358 c 0,0 -1.442063,-1.4422 -1.742213,-2.3778 -0.383455,-1.196 0.0439,-3.7678 0.0439,-3.7678 l 2.15986,-0.7379 c 0,0 2.040644,1.4646 2.552739,2.5538 0.507377,1.0791 0.335006,3.5616 0.335006,3.5616"
3927
+ id="path3888-7-0-1"
3928
+ sodipodi:nodetypes="caccac" />
3929
+ <path
3930
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3931
+ d="m 87.817894,1685.7401 c 0,0 2.021885,1.2554 2.566365,2.2557 0.617435,1.1343 0.568323,3.8325 0.568323,3.8325"
3932
+ id="path3890-1-6-1"
3933
+ sodipodi:nodetypes="cac" />
3934
+ <path
3935
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3936
+ d="m 87.176325,1692.8358 c 0,0 -1.442063,-1.4422 -1.742213,-2.3778 -0.383455,-1.196 0.0439,-3.7678 0.0439,-3.7678 l 2.15986,-0.7379 c 0,0 2.040644,1.4646 2.552739,2.5538 0.507377,1.0791 0.335006,3.5616 0.335006,3.5616"
3937
+ id="path3892-7-1-5"
3938
+ sodipodi:nodetypes="caccac" />
3939
+ <path
3940
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3941
+ d="m 87.817894,1685.7401 c 0,0 2.021885,1.2554 2.566365,2.2557 0.617435,1.1343 0.568323,3.8325 0.568323,3.8325"
3942
+ id="path3894-2-5-9"
3943
+ sodipodi:nodetypes="cac" />
3944
+ <text
3945
+ xml:space="preserve"
3946
+ transform="matrix(0.26458333,0,0,0.26458333,-21.063473,1.4163984)"
3947
+ id="text4409"
3948
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.6667px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:sans-serif;white-space:pre;shape-inside:url(#rect4411);display:inline;fill:#666666"><tspan
3949
+ x="199.19922"
3950
+ y="6392.0547"
3951
+ id="tspan39419">left</tspan></text>
3952
+ <text
3953
+ xml:space="preserve"
3954
+ transform="matrix(0.26458333,0,0,0.26458333,-14.659877,22.072463)"
3955
+ id="text4415"
3956
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect4417);display:inline;fill:#666666"><tspan
3957
+ x="221.88281"
3958
+ y="6314.6328"
3959
+ id="tspan39421">right</tspan></text>
3960
+ <path
3961
+ style="fill:none;stroke:#d4aa00;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-77)"
3962
+ d="m 64.108743,1719.3051 c 0,0 1.153569,0.2837 1.682415,0.1525 0.447984,-0.1115 1.050855,-0.7435 1.050855,-0.7435"
3963
+ id="path10111-1-7"
3964
+ sodipodi:nodetypes="cac" />
3965
+ <path
3966
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3967
+ d="m 69.941364,1827.6511 v 15.1631"
3968
+ id="path807-2-5" />
3969
+ <circle
3970
+ style="fill:none;stroke:#00ccff;stroke-width:0.264583"
3971
+ id="path6212-6-6"
3972
+ cx="47.508205"
3973
+ cy="1835.2661"
3974
+ r="16.193642" />
3975
+ <circle
3976
+ style="fill:none;stroke:#00ccff;stroke-width:0.264583"
3977
+ id="path6214-1-1"
3978
+ cx="102.19553"
3979
+ cy="1835.2661"
3980
+ r="23.609303" />
3981
+ <path
3982
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3983
+ d="M 47.508199,1835.2661 H 102.54024"
3984
+ id="path6216-8-1" />
3985
+ <path
3986
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3987
+ d="m 59.339911,1846.4468 25.85597,-27.5039"
3988
+ id="path6218-7-5" />
3989
+ <path
3990
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3991
+ d="m 47.66977,1835.3593 11.794681,11.0817"
3992
+ id="path6218-5-9-9" />
3993
+ <path
3994
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3995
+ d="M 102.53734,1835.2451 85.134741,1818.8855"
3996
+ id="path6218-0-2-8" />
3997
+ <path
3998
+ style="fill:none;stroke:#4d4d4d;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3999
+ d="m 84.242991,1820.1641 1.07935,1.0084 1.08919,-1.0754"
4000
+ id="path6260-0-4" />
4001
+ <path
4002
+ style="fill:none;stroke:#4d4d4d;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4003
+ d="m 60.464491,1845.2123 -1.07935,-1.0084 -1.08918,1.0754"
4004
+ id="path6260-3-2-8" />
4005
+ <text
4006
+ xml:space="preserve"
4007
+ transform="matrix(0.26458333,0,0,0.26458333,8.817619,1125.506)"
4008
+ id="text6289-3-1"
4009
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6291-3-3);display:inline;fill:#008080"><tspan
4010
+ x="166.64453"
4011
+ y="2700.6758"
4012
+ id="tspan39423">blr1</tspan></text>
4013
+ <text
4014
+ xml:space="preserve"
4015
+ transform="matrix(0.26458333,0,0,0.26458333,8.9274817,1104.9179)"
4016
+ id="text6295-7-0"
4017
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6297-6-6);display:inline;fill:#008080"><tspan
4018
+ x="316.85156"
4019
+ y="2725.0782"
4020
+ id="tspan39425">blr2</tspan></text>
4021
+ <path
4022
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4023
+ d="m 47.600333,1835.039 v 47.1895"
4024
+ id="path6301-5-3" />
4025
+ <path
4026
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4027
+ d="m 102.42987,1835.1728 v 47.7766"
4028
+ id="path6301-6-9-0" />
4029
+ <path
4030
+ style="fill:none;stroke:#333333;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L-75-5);marker-end:url(#Arrow1L-75-5)"
4031
+ d="M 49.283994,1880.8313 H 100.64113"
4032
+ id="path6216-1-2-4" />
4033
+ <text
4034
+ xml:space="preserve"
4035
+ transform="matrix(0.26458333,0,0,0.26458333,-3.6148705,1158.838)"
4036
+ id="text7737-2-4"
4037
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7739-6-3);display:inline"><tspan
4038
+ x="218.91016"
4039
+ y="2726.0996"
4040
+ id="tspan39427">e: inter-axis distance</tspan></text>
4041
+ <text
4042
+ xml:space="preserve"
4043
+ transform="matrix(0.26458333,0,0,0.26458333,3.2772435,1144.6973)"
4044
+ id="text8901-8-4"
4045
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8903-2-9);display:inline"><tspan
4046
+ x="79.326172"
4047
+ y="2494.2051"
4048
+ id="tspan39429">base-left-circle-1</tspan></text>
4049
+ <text
4050
+ xml:space="preserve"
4051
+ transform="matrix(0.26458333,0,0,0.26458333,68.322474,1143.8579)"
4052
+ id="text8901-6-9-4"
4053
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8903-0-9-4);display:inline"><tspan
4054
+ x="79.326172"
4055
+ y="2494.2051"
4056
+ id="tspan39431">base-left-circle-2</tspan></text>
4057
+ <path
4058
+ style="fill:none;stroke:#00ccff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4059
+ d="m 28.469775,1805.6754 9.012726,16.0075"
4060
+ id="path9489-7-7" />
4061
+ <path
4062
+ style="fill:none;stroke:#00ccff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4063
+ d="m 117.02501,1804.6653 -3.30249,8.9187"
4064
+ id="path9491-3-6"
4065
+ sodipodi:nodetypes="cc" />
4066
+ <text
4067
+ xml:space="preserve"
4068
+ transform="matrix(0.26458333,0,0,0.26458333,48.599377,1097.8833)"
4069
+ id="text9493-6-3"
4070
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9495-1-8);display:inline;fill:#aa8800"><tspan
4071
+ x="46.666016"
4072
+ y="2716.4297"
4073
+ id="tspan39433">pna=pressure negative angle</tspan></text>
4074
+ <path
4075
+ style="fill:none;stroke:#d4aa00;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-1)"
4076
+ d="m 69.869841,1841.1759 c 0,0 -1.15357,0.2837 -1.68241,0.1525 -0.44799,-0.1115 -1.05086,-0.7435 -1.05086,-0.7435"
4077
+ id="path10111-1-1"
4078
+ sodipodi:nodetypes="cac" />
4079
+ <path
4080
+ style="fill:none;stroke:#d4aa00;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4081
+ d="m 71.914186,1828.7083 2.786759,-11.1527"
4082
+ id="path10142-3-5"
4083
+ sodipodi:nodetypes="cc" />
4084
+ <text
4085
+ xml:space="preserve"
4086
+ transform="matrix(0.26458333,0,0,0.26458333,24.230763,1112.1365)"
4087
+ id="text10942-1-9"
4088
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10944-2-9);display:inline"><tspan
4089
+ x="73.224609"
4090
+ y="2738.9727"
4091
+ id="tspan39435">A</tspan></text>
4092
+ <text
4093
+ xml:space="preserve"
4094
+ transform="matrix(0.26458333,0,0,0.26458333,23.432134,1121.0174)"
4095
+ id="text10984-9-6"
4096
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10986-7-3);display:inline"><tspan
4097
+ x="133.39258"
4098
+ y="2757.6387"
4099
+ id="tspan39437">B</tspan></text>
4100
+ <text
4101
+ xml:space="preserve"
4102
+ transform="matrix(0.26458333,0,0,0.26458333,11.049911,1105.0829)"
4103
+ id="text11026-4-2"
4104
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11028-0-9);display:inline"><tspan
4105
+ x="210.08594"
4106
+ y="2757.6328"
4107
+ id="tspan39439">C</tspan></text>
4108
+ <text
4109
+ xml:space="preserve"
4110
+ transform="matrix(0.26458333,0,0,0.26458333,6.9733408,1090.0495)"
4111
+ id="text11068-7-1"
4112
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11070-9-0);display:inline"><tspan
4113
+ x="279.07227"
4114
+ y="2759.8321"
4115
+ id="tspan39441">D</tspan></text>
4116
+ <text
4117
+ xml:space="preserve"
4118
+ transform="matrix(0.26458333,0,0,0.26458333,-0.01661652,1103.7227)"
4119
+ id="text11110-8-7"
4120
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11112-3-8);display:inline"><tspan
4121
+ x="385.4707"
4122
+ y="2761.4805"
4123
+ id="tspan39443">E</tspan></text>
4124
+ <text
4125
+ xml:space="preserve"
4126
+ transform="matrix(0.26458333,0,0,0.26458333,2.7147115,1137.3164)"
4127
+ id="text16967-4-8"
4128
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16969-6-8);display:inline"><tspan
4129
+ x="81.064453"
4130
+ y="2856.7871"
4131
+ id="tspan39445">base left circle for involute</tspan></text>
4132
+ <path
4133
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L)"
4134
+ d="m 33.982727,1829.3749 c 0,0 0.85652,-2.3179 1.59399,-3.2869 0.83003,-1.0906 3.08781,-2.7148 3.08781,-2.7148"
4135
+ id="path1469-5-5"
4136
+ sodipodi:nodetypes="cac" />
4137
+ <text
4138
+ xml:space="preserve"
4139
+ transform="matrix(0.26458333,0,0,0.26458333,-70.796512,1124.1394)"
4140
+ id="text802-0-7"
4141
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect804-0-5);display:inline"><tspan
4142
+ x="475.12305"
4143
+ y="2785.043"
4144
+ id="tspan39447">line of action
4145
+ </tspan><tspan
4146
+ x="475.12305"
4147
+ y="2803.3765"
4148
+ id="tspan39449">pressure line</tspan></text>
4149
+ <path
4150
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4151
+ d="M 68.730644,1857.7065 63.503497,1842.825"
4152
+ id="path917-3-4"
4153
+ sodipodi:nodetypes="cc" />
4154
+ <path
4155
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4156
+ d="m 45.154811,1820.1466 c 0,0 -0.899544,-1.8303 -0.881724,-2.8128 0.0229,-1.2557 1.257158,-3.552 1.257158,-3.552 h 2.282482 c 0,0 1.458937,2.0448 1.592117,3.241 0.13209,1.1851 -0.83204,3.4792 -0.83204,3.4792"
4157
+ id="path3888-9-3"
4158
+ sodipodi:nodetypes="caccac" />
4159
+ <path
4160
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4161
+ d="m 45.143006,1813.7797 c 0,0 -1.21494,2.3414 -1.209584,3.6107 0.0045,1.0559 1.031626,2.9952 1.031626,2.9952"
4162
+ id="path3890-4-3"
4163
+ sodipodi:nodetypes="cac" />
4164
+ <text
4165
+ xml:space="preserve"
4166
+ transform="matrix(0.26458333,0,0,0.26458333,-15.148601,123.16399)"
4167
+ id="text4409-6"
4168
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.6667px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:sans-serif;white-space:pre;shape-inside:url(#rect4411-0);display:inline;fill:#666666"><tspan
4169
+ x="199.19922"
4170
+ y="6392.0547"
4171
+ id="tspan39451">left</tspan></text>
4172
+ <text
4173
+ xml:space="preserve"
4174
+ transform="matrix(0.26458333,0,0,0.26458333,-8.7450045,143.82005)"
4175
+ id="text4415-4"
4176
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect4417-9);display:inline;fill:#666666"><tspan
4177
+ x="221.88281"
4178
+ y="6314.6328"
4179
+ id="tspan39453">right</tspan></text>
4180
+ <path
4181
+ style="fill:none;stroke:#d4aa00;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-77-6)"
4182
+ d="m 70.093051,1829.3457 c 0,0 1.15357,-0.2837 1.68242,-0.1525 0.44798,0.1115 1.05085,0.7435 1.05085,0.7435"
4183
+ id="path10111-1-7-3"
4184
+ sodipodi:nodetypes="cac" />
4185
+ <path
4186
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4187
+ d="m 36.852416,1846.3581 c 0,0 -0.707478,1.9127 -1.432089,2.5765 -0.926187,0.8482 -3.441124,1.5349 -3.441124,1.5349 l -1.571995,-1.6549 c 0,0 0.477731,-2.4661 1.253283,-3.3865 0.768254,-0.9119 3.095553,-1.7929 3.095553,-1.7929"
4188
+ id="path3888-9-3-0"
4189
+ sodipodi:nodetypes="caccac" />
4190
+ <path
4191
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4192
+ d="m 32.244381,1850.7517 c 0,0 2.534331,-0.7317 3.450917,-1.6098 0.762455,-0.7305 1.461094,-2.8108 1.461094,-2.8108"
4193
+ id="path3890-4-3-3"
4194
+ sodipodi:nodetypes="cac" />
4195
+ <path
4196
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4197
+ d="m 42.022949,1849.6757 c 0,0 0.05347,2.0386 -0.372786,2.924 -0.544933,1.1315 -2.624959,2.7032 -2.624959,2.7032 l -2.074176,-0.9528 c 0,0 -0.472324,-2.4672 -0.09406,-3.6097 0.37463,-1.132 2.20829,-2.8143 2.20829,-2.8143"
4198
+ id="path3888-9-3-0-0"
4199
+ sodipodi:nodetypes="caccac" />
4200
+ <path
4201
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4202
+ d="m 39.376221,1855.4664 c 0,0 2.081319,-1.6206 2.606239,-2.7763 0.436622,-0.9614 0.312695,-3.1524 0.312695,-3.1524"
4203
+ id="path3890-4-3-3-9"
4204
+ sodipodi:nodetypes="cac" />
4205
+ <path
4206
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4207
+ d="m 33.298742,1840.7852 c 0,0 -1.311596,1.5616 -2.217746,1.9418 -1.158141,0.4858 -3.757264,0.2833 -3.757264,0.2833 l -0.921105,-2.0884 c 0,0 1.282138,-2.1601 2.322856,-2.7647 1.030979,-0.5991 3.519066,-0.6427 3.519066,-0.6427"
4208
+ id="path3888-9-3-0-2"
4209
+ sodipodi:nodetypes="caccac" />
4210
+ <path
4211
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4212
+ d="m 27.478087,1843.3654 c 0,0 2.632569,0.1668 3.791765,-0.3504 0.964288,-0.4303 2.324139,-2.1526 2.324139,-2.1526"
4213
+ id="path3890-4-3-3-5"
4214
+ sodipodi:nodetypes="cac" />
4215
+ <path
4216
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4217
+ d="m 108.25256,1856.8022 c 0,0 1.29292,1.5771 1.49951,2.5378 0.26384,1.2279 -0.41459,3.7451 -0.41459,3.7451 l -2.22246,0.5201 c 0,0 -1.88656,-1.6585 -2.28883,-2.7929 -0.39862,-1.1238 0.0173,-3.5773 0.0173,-3.5773"
4218
+ id="path3888-9-3-0-4"
4219
+ sodipodi:nodetypes="caccac" />
4220
+ <path
4221
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4222
+ d="m 109.715,1862.9989 c 0,0 0.64941,-2.5567 0.35492,-3.7914 -0.24503,-1.0271 -1.68704,-2.6813 -1.68704,-2.6813"
4223
+ id="path3890-4-3-3-0"
4224
+ sodipodi:nodetypes="cac" />
4225
+ <path
4226
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4227
+ d="m 114.01562,1854.872 c 0,0 1.65102,1.1971 2.09479,2.0738 0.56701,1.1207 0.55001,3.7276 0.55001,3.7276 l -2.01752,1.0674 c 0,0 -2.24586,-1.1249 -2.92303,-2.1201 -0.67092,-0.9857 -0.89172,-3.4643 -0.89172,-3.4643"
4228
+ id="path3888-9-3-0-5"
4229
+ sodipodi:nodetypes="caccac" />
4230
+ <path
4231
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4232
+ d="m 117.00368,1860.4942 c 0,0 -0.0211,-2.6378 -0.61947,-3.7572 -0.49782,-0.9313 -2.31261,-2.1649 -2.31261,-2.1649"
4233
+ id="path3890-4-3-3-94"
4234
+ sodipodi:nodetypes="cac" />
4235
+ <path
4236
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4237
+ d="m 118.57658,1850.5944 c 0,0 1.97822,0.4956 2.71678,1.1438 0.94376,0.8287 1.8995,3.2542 1.8995,3.2542 l -1.47442,1.7424 c 0,0 -2.50339,-0.2072 -3.50256,-0.8782 -0.98994,-0.6647 -2.11845,-2.8825 -2.11845,-2.8825"
4238
+ id="path3888-9-3-0-6"
4239
+ sodipodi:nodetypes="caccac" />
4240
+ <path
4241
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4242
+ d="m 123.44459,1854.6981 c 0,0 -1.00258,-2.4399 -1.97502,-3.2557 -0.80897,-0.6786 -2.95284,-1.1472 -2.95284,-1.1472"
4243
+ id="path3890-4-3-3-92"
4244
+ sodipodi:nodetypes="cac" />
4245
+ <path
4246
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L-24)"
4247
+ d="m 121.78645,1824.7179 c 0,0 -0.85652,-2.3179 -1.59399,-3.2869 -0.83003,-1.0906 -3.08781,-2.7148 -3.08781,-2.7148"
4248
+ id="path1469-5-5-5"
4249
+ sodipodi:nodetypes="cac" />
4250
+ <path
4251
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L)"
4252
+ d="m 116.88371,1722.7898 c 0,0 -0.85652,2.3179 -1.59399,3.2869 -0.83003,1.0906 -3.08781,2.7148 -3.08781,2.7148"
4253
+ id="path1469-5-1"
4254
+ sodipodi:nodetypes="cac" />
4255
+ <text
4256
+ xml:space="preserve"
4257
+ transform="matrix(0.26458333,0,0,0.26458333,-65.444985,-28.916622)"
4258
+ id="text15423"
4259
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15425);display:inline"><tspan
4260
+ x="427.13672"
4261
+ y="6620.459"
4262
+ id="tspan39455">cw</tspan></text>
4263
+ <text
4264
+ xml:space="preserve"
4265
+ transform="matrix(0.26458333,0,0,0.26458333,-9.7660404,-44.50683)"
4266
+ id="text15429"
4267
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15431);display:inline"><tspan
4268
+ x="443.35547"
4269
+ y="6691.2207"
4270
+ id="tspan39457">ccw</tspan></text>
4271
+ <text
4272
+ xml:space="preserve"
4273
+ transform="matrix(0.26458333,0,0,0.26458333,-81.953314,59.08715)"
4274
+ id="text15429-8"
4275
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15431-2);display:inline"><tspan
4276
+ x="443.35547"
4277
+ y="6691.2207"
4278
+ id="tspan39459">ccw</tspan></text>
4279
+ <text
4280
+ xml:space="preserve"
4281
+ transform="matrix(0.26458333,0,0,0.26458333,1.4356653,72.53979)"
4282
+ id="text15423-3"
4283
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15425-9);display:inline"><tspan
4284
+ x="427.13672"
4285
+ y="6620.459"
4286
+ id="tspan39461">cw</tspan></text>
4287
+ <text
4288
+ xml:space="preserve"
4289
+ transform="matrix(0.26458333,0,0,0.26458333,8.0505961,-17.323033)"
4290
+ id="text25818"
4291
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect25820);display:inline"><tspan
4292
+ x="85.986328"
4293
+ y="2638.8457"
4294
+ id="tspan39463">cw</tspan></text>
4295
+ <path
4296
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-6)"
4297
+ d="m 121.20971,683.48854 c 0,0 0.98661,-2.26565 1.12523,-3.4754 0.15603,-1.36161 -0.34879,-4.09673 -0.34879,-4.09673"
4298
+ id="path1469-2"
4299
+ sodipodi:nodetypes="cac" />
4300
+ <text
4301
+ xml:space="preserve"
4302
+ transform="matrix(0.26458333,0,0,0.26458333,64.205329,-20.471057)"
4303
+ id="text25861"
4304
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect25863);display:inline"><tspan
4305
+ x="189.3125"
4306
+ y="2648.9395"
4307
+ id="tspan39465">ccw</tspan></text>
4308
+ <path
4309
+ style="fill:none;stroke:#ff9955;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4310
+ d="m 57.187995,689.65992 c 0,0 1.201431,1.13453 1.95399,1.42171 1.103772,0.4212 2.356792,0.52008 3.526483,0.35412 1.849662,-0.26244 5.200645,-2.08912 5.200645,-2.08912"
4311
+ id="path25867"
4312
+ sodipodi:nodetypes="caac" />
4313
+ <path
4314
+ style="fill:none;stroke:#ff9955;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4315
+ d="m 52.559465,693.11589 c 0,0 0.644738,1.52148 1.21864,2.08668 0.84174,0.82897 1.949593,1.42269 3.08748,1.74039 1.799377,0.50235 5.601828,0.17505 5.601828,0.17505"
4316
+ id="path25867-1"
4317
+ sodipodi:nodetypes="caac" />
4318
+ <path
4319
+ style="fill:none;stroke:#ff9955;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4320
+ d="m 46.656456,694.93107 c 0,0 0.150289,1.64561 0.524599,2.35885 0.549,1.04609 1.423163,1.94924 2.41006,2.59867 1.560608,1.02695 5.281893,1.87423 5.281893,1.87423"
4321
+ id="path25867-0"
4322
+ sodipodi:nodetypes="caac" />
4323
+ <path
4324
+ style="fill:none;stroke:#ff9955;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4325
+ d="m 78.58534,668.15948 c 0,0 -1.421279,-0.84296 -2.218537,-0.95783 -1.169328,-0.16851 -2.413472,0.0103 -3.51815,0.42907 -1.746854,0.66228 -4.614806,3.18036 -4.614806,3.18036"
4326
+ id="path25867-5"
4327
+ sodipodi:nodetypes="caac" />
4328
+ <path
4329
+ style="fill:none;stroke:#ff9955;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4330
+ d="m 81.663257,663.2761 c 0,0 -1.168104,-1.16883 -1.912043,-1.47765 -1.091114,-0.45298 -2.34077,-0.58801 -3.51476,-0.456 -1.856471,0.20886 -5.258906,1.93779 -5.258906,1.93779"
4331
+ id="path25867-5-1"
4332
+ sodipodi:nodetypes="caac" />
4333
+ <path
4334
+ style="fill:none;stroke:#ff9955;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4335
+ d="m 85.920146,659.47744 c 0,0 -0.695799,-1.49883 -1.288479,-2.04431 -0.869264,-0.80006 -1.996595,-1.35593 -3.144544,-1.63502 -1.815322,-0.44129 -5.604546,0.0144 -5.604546,0.0144"
4336
+ id="path25867-5-10"
4337
+ sodipodi:nodetypes="caac" />
4338
+ <text
4339
+ xml:space="preserve"
4340
+ transform="matrix(0.26458333,0,0,0.26458333,29.793462,-1.4590836)"
4341
+ id="text25962"
4342
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect25964);display:inline;fill:#ff9955"><tspan
4343
+ x="-59.492188"
4344
+ y="2677.5762"
4345
+ id="tspan39467">involute of circle</tspan></text>
4346
+ <path
4347
+ style="fill:none;stroke:#ffb380;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4348
+ d="m 46.668951,704.52535 3.087624,-3.40569"
4349
+ id="path25968" />
4350
+ <path
4351
+ style="fill:none;stroke:#ff9955;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4352
+ d="m 91.918164,656.26042 c 0,0 -0.480069,-1.58118 -0.99089,-2.20397 -0.749253,-0.91343 -1.788074,-1.62103 -2.885912,-2.05743 -1.736073,-0.69005 -5.551813,-0.76706 -5.551813,-0.76706"
4353
+ id="path25867-5-10-8"
4354
+ sodipodi:nodetypes="caac" />
4355
+ <path
4356
+ style="fill:none;stroke:#800080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4357
+ d="m 62.141401,1947.9731 12.746475,-15.8212"
4358
+ id="path11482-7-5"
4359
+ sodipodi:nodetypes="cc" />
4360
+ <ellipse
4361
+ style="fill:none;stroke:#00ccff;stroke-width:0.264581"
4362
+ id="path6214-2-5-2-9-7-7-6"
4363
+ cx="110.8187"
4364
+ cy="1948.0594"
4365
+ rx="10.355789"
4366
+ ry="10.360763" />
4367
+ <ellipse
4368
+ style="fill:none;stroke:#800000;stroke-width:0.264583"
4369
+ id="path2237-3-3-6-8-1-2"
4370
+ cx="62.18692"
4371
+ cy="1948.0594"
4372
+ rx="31.983784"
4373
+ ry="31.999146" />
4374
+ <ellipse
4375
+ style="fill:none;stroke:#800000;stroke-width:0.264583"
4376
+ id="path2237-9-0-7-0-4-6-4"
4377
+ cx="110.8187"
4378
+ cy="1948.0594"
4379
+ rx="16.648003"
4380
+ ry="16.655998" />
4381
+ <path
4382
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4383
+ d="M 62.186913,1948.0593 H 110.81871"
4384
+ id="path2048-3-1-5-2" />
4385
+ <text
4386
+ xml:space="preserve"
4387
+ transform="matrix(0.26458333,0,0,0.26458333,-67.693584,801.49086)"
4388
+ id="text2985-76-2-9-62"
4389
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2987-94-4-2-5);display:inline"><tspan
4390
+ x="390.74805"
4391
+ y="4237.1543"
4392
+ id="tspan39469">pr1</tspan></text>
4393
+ <ellipse
4394
+ style="fill:none;stroke:#00ccff;stroke-width:0.264581"
4395
+ id="path6214-2-5-8-1-9"
4396
+ cx="62.18692"
4397
+ cy="1948.0594"
4398
+ rx="20.310757"
4399
+ ry="20.320511" />
4400
+ <text
4401
+ xml:space="preserve"
4402
+ transform="matrix(0.26458333,0,0,0.26458333,18.409465,812.96174)"
4403
+ id="text2985-1-3-0-0-0"
4404
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2987-9-4-4-7-0);display:inline"><tspan
4405
+ x="390.74805"
4406
+ y="4237.1543"
4407
+ id="tspan39471">pr2</tspan></text>
4408
+ <text
4409
+ xml:space="preserve"
4410
+ transform="matrix(0.26458333,0,0,0.26458333,7.7940335,452.96703)"
4411
+ id="text11468-1"
4412
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11470-46);display:inline;fill:#800080"><tspan
4413
+ x="200.98242"
4414
+ y="5616.627"
4415
+ id="tspan39473">brr1</tspan></text>
4416
+ <path
4417
+ style="fill:none;stroke:#800080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4418
+ d="m 104.29642,1956.114 6.46853,-8.0572"
4419
+ id="path11482-7-3-4"
4420
+ sodipodi:nodetypes="cc" />
4421
+ <path
4422
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4423
+ d="m 73.600172,1933.6707 1.443122,1.3231 1.129706,-1.4603"
4424
+ id="path11538-0" />
4425
+ <path
4426
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4427
+ d="m 102.90375,1954.9423 0.81711,-1.3335 1.49708,1.0985"
4428
+ id="path11540-3" />
4429
+ <text
4430
+ xml:space="preserve"
4431
+ transform="matrix(0.26458333,0,0,0.26458333,54.260474,469.39855)"
4432
+ id="text11468-1-1"
4433
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11470-46-9);display:inline;fill:#800080"><tspan
4434
+ x="200.98242"
4435
+ y="5616.627"
4436
+ id="tspan39475">brr2</tspan></text>
4437
+ <ellipse
4438
+ style="fill:none;stroke:#00ccff;stroke-width:0.264581"
4439
+ id="path6214-2-5-8-1-9-9"
4440
+ cx="62.216442"
4441
+ cy="1948.1084"
4442
+ rx="24.901253"
4443
+ ry="24.913197" />
4444
+ <ellipse
4445
+ style="fill:none;stroke:#00ccff;stroke-width:0.264581"
4446
+ id="path6214-2-5-8-1-9-6"
4447
+ cx="110.76495"
4448
+ cy="1948.0568"
4449
+ rx="13.020887"
4450
+ ry="13.027162" />
4451
+ <text
4452
+ xml:space="preserve"
4453
+ transform="matrix(0.26458333,0,0,0.26458333,10.966613,473.76512)"
4454
+ id="text11468-1-3"
4455
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11470-46-93);display:inline;fill:#008080"><tspan
4456
+ x="200.98242"
4457
+ y="5616.627"
4458
+ id="tspan39477">blr1</tspan></text>
4459
+ <text
4460
+ xml:space="preserve"
4461
+ transform="matrix(0.26458333,0,0,0.26458333,53.491544,458.19825)"
4462
+ id="text11468-1-1-0"
4463
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11470-46-9-8);display:inline;fill:#008080"><tspan
4464
+ x="200.98242"
4465
+ y="5616.627"
4466
+ id="tspan39479">blr2</tspan></text>
4467
+ <path
4468
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4469
+ d="m 74.66175,1932.1471 29.42342,23.7683"
4470
+ id="path11482-3"
4471
+ sodipodi:nodetypes="cc" />
4472
+ <path
4473
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4474
+ d="m 100.71404,1939.6066 10.01715,8.3594"
4475
+ id="path11482-3-5-6-6"
4476
+ sodipodi:nodetypes="cc" />
4477
+ <path
4478
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4479
+ d="m 82.480077,1962.5626 -1.443118,-1.3231 -1.129706,1.4603"
4480
+ id="path11538-0-4" />
4481
+ <path
4482
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4483
+ d="m 99.704086,1941.103 1.443114,1.3231 1.12971,-1.4603"
4484
+ id="path11538-0-4-0" />
4485
+ <path
4486
+ style="fill:#ff00ff;stroke:#ff00ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4487
+ d="m 81.233474,1964.2716 19.603856,-24.5674"
4488
+ id="path11482-3-5-6-0"
4489
+ sodipodi:nodetypes="cc" />
4490
+ <text
4491
+ xml:space="preserve"
4492
+ transform="matrix(0.26458333,0,0,0.26458333,0.11429505,-3.6789489)"
4493
+ id="text28336"
4494
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect28338);display:inline;fill:#ff00ff"><tspan
4495
+ x="331.18359"
4496
+ y="7475.2676"
4497
+ id="tspan39481">left line of action</tspan></text>
4498
+ <text
4499
+ xml:space="preserve"
4500
+ transform="matrix(0.26458333,0,0,0.26458333,-3.3594143,0.36746474)"
4501
+ id="text28342"
4502
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect28344);display:inline;fill:#ff0000"><tspan
4503
+ x="329.68164"
4504
+ y="7256.8008"
4505
+ id="tspan39483">right line of action</tspan></text>
4506
+ <path
4507
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4508
+ d="m 89.037074,1943.132 7.234386,-21.7898"
4509
+ id="path28348" />
4510
+ <path
4511
+ style="fill:none;stroke:#ff00ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4512
+ d="m 87.231092,1958.8138 7.713686,12.4815"
4513
+ id="path28350" />
4514
+ <text
4515
+ xml:space="preserve"
4516
+ transform="matrix(0.26458333,0,0,0.26458333,6.6905806,8.9239605)"
4517
+ id="text28352"
4518
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect28354);display:inline"><tspan
4519
+ x="80.666016"
4520
+ y="7524.7422"
4521
+ id="tspan39485">right and left base circles</tspan></text>
4522
+ <text
4523
+ xml:space="preserve"
4524
+ transform="matrix(0.26458333,0,0,0.26458333,17.034519,4.0435474)"
4525
+ id="text28358"
4526
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect28360);display:inline"><tspan
4527
+ x="78.394531"
4528
+ y="7504.9336"
4529
+ id="tspan39487">N1/N2 = pr1/pr2 = brr1/brr2 = blr1/blr2</tspan></text>
4530
+ <text
4531
+ xml:space="preserve"
4532
+ transform="matrix(0.26458333,0,0,0.26458333,-7.95848,-22.613624)"
4533
+ id="text32217"
4534
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect32219);fill:#aa0000"><tspan
4535
+ x="58.023438"
4536
+ y="7956.9649"
4537
+ id="tspan39489">primitive circle</tspan></text>
4538
+ <path
4539
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4540
+ d="m 96.787908,2104.5913 7.117272,-6.1534 7.54135,-2.6354 2.85038,-8.5086 2.65659,-6.1056 4.55019,-5.3798 2.3281,-9.1431"
4541
+ id="path32229" />
4542
+ <path
4543
+ style="fill:#e6e6e6;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4544
+ d="m 32.855886,2104.2566 4.79326,-14.1258 5.006029,-6.0574 10.014354,-17.6976 c 0,0 2.833005,-10.6669 2.634867,-11.1776 -0.198136,-0.5106 6.570657,-5.937 6.570657,-5.937 l 3.973158,9.7306 4.495437,12.9695 2.578381,5.1406 3.524742,10.5431 9.929415,16.138 10.411722,0.8031"
4545
+ id="path32223"
4546
+ sodipodi:nodetypes="ccccsccccccc" />
4547
+ <path
4548
+ style="fill:#b3b3b3;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4549
+ d="m 62.721479,2042.185 5.671473,10.6652 2.832133,15.2676 4.186113,16.1638 3.544514,4.7728 6.651408,8.4541 9.923578,1.6517 8.423142,-7.823 11.4571,-7.2851 1.16367,-5.2861 2.25153,-7.0532 1.79118,-7.5252 1.73887,-21.3524"
4550
+ id="path32260"
4551
+ sodipodi:nodetypes="ccccccccccccc" />
4552
+ <path
4553
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4554
+ d="m 32.589097,2088.175 6.117386,-3.0732 3.887076,-0.938 4.641124,-15.7583 4.688359,-11.3425 2.786946,-14.1364 8.011491,-0.7416"
4555
+ id="path32225"
4556
+ sodipodi:nodetypes="ccccccc" />
4557
+ <path
4558
+ style="fill:none;stroke:#d40000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4559
+ d="M 21.888861,2084.2466 H 124.10032"
4560
+ id="path32215" />
4561
+ <rect
4562
+ style="fill:none;stroke:#008000;stroke-width:0.52916666;stroke-dasharray:none"
4563
+ id="rect32341"
4564
+ width="32.531742"
4565
+ height="41.615604"
4566
+ x="42.628876"
4567
+ y="2042.4982" />
4568
+ <rect
4569
+ style="fill:none;stroke:#008000;stroke-width:0.52916666;stroke-dasharray:none"
4570
+ id="rect32341-2"
4571
+ width="40.322498"
4572
+ height="20.556656"
4573
+ x="75.286194"
4574
+ y="2084.2305" />
4575
+ <rect
4576
+ style="fill:none;stroke:#0000ff;stroke-width:0.264582;stroke-dasharray:none"
4577
+ id="rect32341-6"
4578
+ width="32.137642"
4579
+ height="34.648239"
4580
+ x="42.903057"
4581
+ y="2049.1594" />
4582
+ <rect
4583
+ style="fill:none;stroke:#0000ff;stroke-width:0.264582;stroke-dasharray:none"
4584
+ id="rect32341-6-7"
4585
+ width="39.699848"
4586
+ height="14.7377"
4587
+ x="75.611427"
4588
+ y="2084.5359" />
4589
+ <text
4590
+ xml:space="preserve"
4591
+ transform="matrix(0.26458333,0,0,0.26458333,12.232029,0.14932096)"
4592
+ id="text32410"
4593
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect32412)"><tspan
4594
+ x="131.95312"
4595
+ y="8006.877"
4596
+ id="tspan39491">addendum
4597
+ </tspan><tspan
4598
+ x="131.95312"
4599
+ y="8025.2105"
4600
+ id="tspan39493">thickness 1</tspan></text>
4601
+ <path
4602
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L);marker-end:url(#Arrow1L)"
4603
+ d="m 43.278643,2113.5479 h 30.12383"
4604
+ id="path32416" />
4605
+ <path
4606
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L-56);marker-end:url(#Arrow1L-56)"
4607
+ d="M 76.519352,2113.5873 H 113.38558"
4608
+ id="path32416-8" />
4609
+ <text
4610
+ xml:space="preserve"
4611
+ transform="matrix(0.26458333,0,0,0.26458333,50.340981,0.7378848)"
4612
+ id="text32410-2"
4613
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect32412-7);display:inline"><tspan
4614
+ x="131.95312"
4615
+ y="8006.877"
4616
+ id="tspan39495">dedendum
4617
+ </tspan><tspan
4618
+ x="131.95312"
4619
+ y="8025.2105"
4620
+ id="tspan39497">thickness 1</tspan></text>
4621
+ <text
4622
+ xml:space="preserve"
4623
+ transform="matrix(0.26458333,0,0,0.26458333,50.130614,-88.898535)"
4624
+ id="text32410-6"
4625
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect32412-8);display:inline"><tspan
4626
+ x="131.95312"
4627
+ y="8006.877"
4628
+ id="tspan39499">addendum
4629
+ </tspan><tspan
4630
+ x="131.95312"
4631
+ y="8025.2105"
4632
+ id="tspan39501">thickness 2</tspan></text>
4633
+ <path
4634
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L-29);marker-end:url(#Arrow1L-29)"
4635
+ d="m 43.359698,2036.6649 h 30.12383"
4636
+ id="path32416-1" />
4637
+ <path
4638
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L-56-0);marker-end:url(#Arrow1L-56-0)"
4639
+ d="M 76.600407,2036.7043 H 113.46663"
4640
+ id="path32416-8-3" />
4641
+ <text
4642
+ xml:space="preserve"
4643
+ transform="matrix(0.26458333,0,0,0.26458333,13.03342,-89.323266)"
4644
+ id="text32410-2-2"
4645
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect32412-7-7);display:inline"><tspan
4646
+ x="131.95312"
4647
+ y="8006.877"
4648
+ id="tspan39503">dedendum
4649
+ </tspan><tspan
4650
+ x="131.95312"
4651
+ y="8025.2105"
4652
+ id="tspan39505">thickness 2</tspan></text>
4653
+ <path
4654
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L-29-1);marker-end:url(#Arrow1L-29-1)"
4655
+ d="m 129.56124,2044.5229 v 38.172"
4656
+ id="path32416-1-9" />
4657
+ <path
4658
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L-29-1-9);marker-end:url(#Arrow1L-29-1-9)"
4659
+ d="m 129.54038,2085.8875 v 12.2016"
4660
+ id="path32416-1-9-4" />
4661
+ <text
4662
+ xml:space="preserve"
4663
+ transform="matrix(0.26458333,0,0,0.26458333,-1.294839,-0.63655674)"
4664
+ id="text34944"
4665
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect34946)"><tspan
4666
+ x="501.90234"
4667
+ y="7903.9805"
4668
+ id="tspan39507">addendum
4669
+ </tspan><tspan
4670
+ x="501.90234"
4671
+ y="7922.314"
4672
+ id="tspan39509">height 2</tspan></text>
4673
+ <text
4674
+ xml:space="preserve"
4675
+ transform="matrix(0.26458333,0,0,0.26458333,-0.9611355,1.8079949)"
4676
+ id="text35064"
4677
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect35066)"><tspan
4678
+ x="495.91016"
4679
+ y="7787.0313"
4680
+ id="tspan39511">dedendum
4681
+ </tspan><tspan
4682
+ x="495.91016"
4683
+ y="7805.3648"
4684
+ id="tspan39513">height 2</tspan></text>
4685
+ <path
4686
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L-29-1-91);marker-end:url(#Arrow1L-29-1-91)"
4687
+ d="m 38.198625,2050.5952 v 32.2915"
4688
+ id="path32416-1-9-8" />
4689
+ <path
4690
+ style="fill:#008000;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L-29-1-9-7);marker-end:url(#Arrow1L-29-1-9-7)"
4691
+ d="m 38.222955,2086.4026 v 15.8245"
4692
+ id="path32416-1-9-4-7" />
4693
+ <text
4694
+ xml:space="preserve"
4695
+ transform="matrix(0.26458333,0,0,0.26458333,-118.21113,-28.371158)"
4696
+ id="text34944-8"
4697
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect34946-4);display:inline"><tspan
4698
+ x="501.90234"
4699
+ y="7903.9805"
4700
+ id="tspan39515">addendum
4701
+ </tspan><tspan
4702
+ x="501.90234"
4703
+ y="7922.314"
4704
+ id="tspan39517">height 1</tspan></text>
4705
+ <text
4706
+ xml:space="preserve"
4707
+ transform="matrix(0.26458333,0,0,0.26458333,-114.22755,33.46392)"
4708
+ id="text35064-0"
4709
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect35066-0);display:inline"><tspan
4710
+ x="495.91016"
4711
+ y="7787.0313"
4712
+ id="tspan39519">dedendum
4713
+ </tspan><tspan
4714
+ x="495.91016"
4715
+ y="7805.3648"
4716
+ id="tspan39521">height 1</tspan></text>
4717
+ <text
4718
+ xml:space="preserve"
4719
+ transform="matrix(0.26458333,0,0,0.26458333,-15.807464,4.3798579)"
4720
+ id="text35910"
4721
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect35912)"><tspan
4722
+ x="83.337891"
4723
+ y="8063.1817"
4724
+ id="tspan39523">addendum and dedendum sizes</tspan></text>
4725
+ </g>
4726
+ </svg>