i2c_bus.svg 55 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!-- Created with Inkscape (http://www.inkscape.org/) -->
  3. <svg
  4. xmlns:dc="http://purl.org/dc/elements/1.1/"
  5. xmlns:cc="http://creativecommons.org/ns#"
  6. xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  7. xmlns:svg="http://www.w3.org/2000/svg"
  8. xmlns="http://www.w3.org/2000/svg"
  9. xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
  10. xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
  11. sodipodi:docname="i2c_bus.svg"
  12. inkscape:version="0.92.3 (2405546, 2018-03-11)"
  13. version="1.1"
  14. id="svg2"
  15. viewBox="0 0 813.34215 261.01596"
  16. height="73.664505mm"
  17. width="229.54323mm">
  18. <defs
  19. id="defs4">
  20. <marker
  21. inkscape:stockid="DotM"
  22. orient="auto"
  23. refY="0"
  24. refX="0"
  25. id="marker8861"
  26. style="overflow:visible"
  27. inkscape:isstock="true">
  28. <path
  29. inkscape:connector-curvature="0"
  30. id="path8859"
  31. d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
  32. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1"
  33. transform="matrix(0.4,0,0,0.4,2.96,0.4)" />
  34. </marker>
  35. <marker
  36. inkscape:isstock="true"
  37. style="overflow:visible"
  38. id="marker6165"
  39. refX="0"
  40. refY="0"
  41. orient="auto"
  42. inkscape:stockid="DotM"
  43. inkscape:collect="always">
  44. <path
  45. transform="matrix(0.4,0,0,0.4,2.96,0.4)"
  46. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1"
  47. d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
  48. id="path6163"
  49. inkscape:connector-curvature="0" />
  50. </marker>
  51. <marker
  52. inkscape:isstock="true"
  53. style="overflow:visible"
  54. id="marker2713"
  55. refX="0"
  56. refY="0"
  57. orient="auto"
  58. inkscape:stockid="DotM">
  59. <path
  60. transform="matrix(0.4,0,0,0.4,2.96,0.4)"
  61. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1"
  62. d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
  63. id="path2711"
  64. inkscape:connector-curvature="0" />
  65. </marker>
  66. <marker
  67. inkscape:stockid="DotM"
  68. orient="auto"
  69. refY="0"
  70. refX="0"
  71. id="DotM"
  72. style="overflow:visible"
  73. inkscape:isstock="true"
  74. inkscape:collect="always">
  75. <path
  76. id="path1795"
  77. d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
  78. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1"
  79. transform="matrix(0.4,0,0,0.4,2.96,0.4)"
  80. inkscape:connector-curvature="0" />
  81. </marker>
  82. <marker
  83. inkscape:isstock="true"
  84. style="overflow:visible"
  85. id="marker6389"
  86. refX="0"
  87. refY="0"
  88. orient="auto"
  89. inkscape:stockid="Arrow2Mend">
  90. <path
  91. transform="scale(-0.6)"
  92. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  93. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  94. id="path6387"
  95. inkscape:connector-curvature="0" />
  96. </marker>
  97. <marker
  98. inkscape:stockid="TriangleOutM"
  99. orient="auto"
  100. refY="0"
  101. refX="0"
  102. id="TriangleOutM"
  103. style="overflow:visible"
  104. inkscape:isstock="true">
  105. <path
  106. id="path4107"
  107. d="M 5.77,0 -2.88,5 V -5 Z"
  108. style="fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:#008000;stroke-width:1.00000003pt;stroke-opacity:1"
  109. transform="scale(0.4)"
  110. inkscape:connector-curvature="0" />
  111. </marker>
  112. <marker
  113. inkscape:stockid="TriangleOutL"
  114. orient="auto"
  115. refY="0"
  116. refX="0"
  117. id="marker5333"
  118. style="overflow:visible"
  119. inkscape:isstock="true">
  120. <path
  121. id="path5335"
  122. d="M 5.77,0 -2.88,5 V -5 Z"
  123. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1"
  124. transform="scale(0.8)"
  125. inkscape:connector-curvature="0" />
  126. </marker>
  127. <marker
  128. inkscape:stockid="TriangleOutL"
  129. orient="auto"
  130. refY="0"
  131. refX="0"
  132. id="TriangleOutL"
  133. style="overflow:visible"
  134. inkscape:isstock="true">
  135. <path
  136. id="path5049"
  137. d="M 5.77,0 -2.88,5 V -5 Z"
  138. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1"
  139. transform="scale(0.8)"
  140. inkscape:connector-curvature="0" />
  141. </marker>
  142. <marker
  143. inkscape:stockid="DotS"
  144. orient="auto"
  145. refY="0"
  146. refX="0"
  147. id="DotS"
  148. style="overflow:visible"
  149. inkscape:isstock="true">
  150. <path
  151. id="path9326"
  152. d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
  153. style="fill:#404040;fill-opacity:1;fill-rule:evenodd;stroke:#404040;stroke-width:1.00000003pt;stroke-opacity:1"
  154. transform="matrix(0.2,0,0,0.2,1.48,0.2)"
  155. inkscape:connector-curvature="0" />
  156. </marker>
  157. <marker
  158. inkscape:stockid="Arrow2Mstart"
  159. orient="auto"
  160. refY="0"
  161. refX="0"
  162. id="Arrow2Mstart"
  163. style="overflow:visible"
  164. inkscape:isstock="true">
  165. <path
  166. id="path9283"
  167. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  168. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  169. transform="scale(0.6)"
  170. inkscape:connector-curvature="0" />
  171. </marker>
  172. <marker
  173. inkscape:stockid="Arrow2Mend"
  174. orient="auto"
  175. refY="0"
  176. refX="0"
  177. id="marker9095"
  178. style="overflow:visible"
  179. inkscape:isstock="true">
  180. <path
  181. id="path9097"
  182. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  183. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  184. transform="scale(-0.6)"
  185. inkscape:connector-curvature="0" />
  186. </marker>
  187. <marker
  188. inkscape:stockid="Arrow2Mend"
  189. orient="auto"
  190. refY="0"
  191. refX="0"
  192. id="marker8935"
  193. style="overflow:visible"
  194. inkscape:isstock="true">
  195. <path
  196. id="path8937"
  197. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  198. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  199. transform="scale(-0.6)"
  200. inkscape:connector-curvature="0" />
  201. </marker>
  202. <marker
  203. inkscape:stockid="Arrow2Mend"
  204. orient="auto"
  205. refY="0"
  206. refX="0"
  207. id="marker8781"
  208. style="overflow:visible"
  209. inkscape:isstock="true">
  210. <path
  211. id="path8783"
  212. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  213. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  214. transform="scale(-0.6)"
  215. inkscape:connector-curvature="0" />
  216. </marker>
  217. <marker
  218. inkscape:stockid="Arrow2Lend"
  219. orient="auto"
  220. refY="0"
  221. refX="0"
  222. id="Arrow2Lend"
  223. style="overflow:visible"
  224. inkscape:isstock="true">
  225. <path
  226. id="path4700"
  227. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  228. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  229. transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
  230. inkscape:connector-curvature="0" />
  231. </marker>
  232. <marker
  233. inkscape:stockid="EmptyTriangleOutL"
  234. orient="auto"
  235. refY="0"
  236. refX="0"
  237. id="EmptyTriangleOutL"
  238. style="overflow:visible"
  239. inkscape:isstock="true">
  240. <path
  241. id="path4502"
  242. d="M 5.77,0 -2.88,5 V -5 Z"
  243. style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1"
  244. transform="matrix(0.8,0,0,0.8,-4.8,0)"
  245. inkscape:connector-curvature="0" />
  246. </marker>
  247. <marker
  248. inkscape:stockid="EmptyTriangleOutL"
  249. orient="auto"
  250. refY="0"
  251. refX="0"
  252. id="EmptyTriangleOutL-4"
  253. style="overflow:visible"
  254. inkscape:isstock="true">
  255. <path
  256. inkscape:connector-curvature="0"
  257. id="path4502-7"
  258. d="M 5.77,0 -2.88,5 V -5 Z"
  259. style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1"
  260. transform="matrix(0.8,0,0,0.8,-4.8,0)" />
  261. </marker>
  262. <marker
  263. inkscape:stockid="EmptyTriangleOutL"
  264. orient="auto"
  265. refY="0"
  266. refX="0"
  267. id="EmptyTriangleOutL-4-4"
  268. style="overflow:visible"
  269. inkscape:isstock="true">
  270. <path
  271. inkscape:connector-curvature="0"
  272. id="path4502-7-5"
  273. d="M 5.77,0 -2.88,5 V -5 Z"
  274. style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1"
  275. transform="matrix(0.8,0,0,0.8,-4.8,0)" />
  276. </marker>
  277. <marker
  278. inkscape:stockid="EmptyTriangleOutL"
  279. orient="auto"
  280. refY="0"
  281. refX="0"
  282. id="EmptyTriangleOutL-7"
  283. style="overflow:visible"
  284. inkscape:isstock="true">
  285. <path
  286. inkscape:connector-curvature="0"
  287. id="path4502-5"
  288. d="M 5.77,0 -2.88,5 V -5 Z"
  289. style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1"
  290. transform="matrix(0.8,0,0,0.8,-4.8,0)" />
  291. </marker>
  292. <marker
  293. inkscape:stockid="EmptyTriangleOutL"
  294. orient="auto"
  295. refY="0"
  296. refX="0"
  297. id="EmptyTriangleOutL-6"
  298. style="overflow:visible"
  299. inkscape:isstock="true">
  300. <path
  301. inkscape:connector-curvature="0"
  302. id="path4502-2"
  303. d="M 5.77,0 -2.88,5 V -5 Z"
  304. style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1"
  305. transform="matrix(0.8,0,0,0.8,-4.8,0)" />
  306. </marker>
  307. <marker
  308. inkscape:stockid="EmptyTriangleOutL"
  309. orient="auto"
  310. refY="0"
  311. refX="0"
  312. id="EmptyTriangleOutL-78"
  313. style="overflow:visible"
  314. inkscape:isstock="true">
  315. <path
  316. inkscape:connector-curvature="0"
  317. id="path4502-57"
  318. d="M 5.77,0 -2.88,5 V -5 Z"
  319. style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1"
  320. transform="matrix(0.8,0,0,0.8,-4.8,0)" />
  321. </marker>
  322. <marker
  323. inkscape:stockid="EmptyTriangleOutL"
  324. orient="auto"
  325. refY="0"
  326. refX="0"
  327. id="EmptyTriangleOutL-1"
  328. style="overflow:visible"
  329. inkscape:isstock="true">
  330. <path
  331. inkscape:connector-curvature="0"
  332. id="path4502-8"
  333. d="M 5.77,0 -2.88,5 V -5 Z"
  334. style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1"
  335. transform="matrix(0.8,0,0,0.8,-4.8,0)" />
  336. </marker>
  337. <marker
  338. inkscape:stockid="EmptyTriangleOutL"
  339. orient="auto"
  340. refY="0"
  341. refX="0"
  342. id="EmptyTriangleOutL-9"
  343. style="overflow:visible"
  344. inkscape:isstock="true">
  345. <path
  346. inkscape:connector-curvature="0"
  347. id="path4502-75"
  348. d="M 5.77,0 -2.88,5 V -5 Z"
  349. style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1"
  350. transform="matrix(0.8,0,0,0.8,-4.8,0)" />
  351. </marker>
  352. <marker
  353. inkscape:stockid="EmptyTriangleOutL"
  354. orient="auto"
  355. refY="0"
  356. refX="0"
  357. id="EmptyTriangleOutL-78-2"
  358. style="overflow:visible"
  359. inkscape:isstock="true">
  360. <path
  361. inkscape:connector-curvature="0"
  362. id="path4502-57-6"
  363. d="M 5.77,0 -2.88,5 V -5 Z"
  364. style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1"
  365. transform="matrix(0.8,0,0,0.8,-4.8,0)" />
  366. </marker>
  367. <marker
  368. inkscape:stockid="Arrow2Mend"
  369. orient="auto"
  370. refY="0"
  371. refX="0"
  372. id="Arrow2Mend-3"
  373. style="overflow:visible"
  374. inkscape:isstock="true">
  375. <path
  376. inkscape:connector-curvature="0"
  377. id="path4369-6"
  378. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  379. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  380. transform="scale(-0.6)" />
  381. </marker>
  382. <marker
  383. inkscape:stockid="Arrow2Mend"
  384. orient="auto"
  385. refY="0"
  386. refX="0"
  387. id="Arrow2Mend-3-5"
  388. style="overflow:visible"
  389. inkscape:isstock="true">
  390. <path
  391. inkscape:connector-curvature="0"
  392. id="path4369-6-3"
  393. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  394. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  395. transform="scale(-0.6)" />
  396. </marker>
  397. <marker
  398. inkscape:stockid="Arrow2Mend"
  399. orient="auto"
  400. refY="0"
  401. refX="0"
  402. id="Arrow2Mend-3-5-6"
  403. style="overflow:visible"
  404. inkscape:isstock="true">
  405. <path
  406. inkscape:connector-curvature="0"
  407. id="path4369-6-3-2"
  408. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  409. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  410. transform="scale(-0.6)" />
  411. </marker>
  412. <marker
  413. inkscape:stockid="Arrow2Mend"
  414. orient="auto"
  415. refY="0"
  416. refX="0"
  417. id="Arrow2Mend-3-5-6-1"
  418. style="overflow:visible"
  419. inkscape:isstock="true">
  420. <path
  421. inkscape:connector-curvature="0"
  422. id="path4369-6-3-2-2"
  423. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  424. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  425. transform="scale(-0.6)" />
  426. </marker>
  427. <marker
  428. inkscape:stockid="Arrow2Mend"
  429. orient="auto"
  430. refY="0"
  431. refX="0"
  432. id="Arrow2Mend-3-5-7"
  433. style="overflow:visible"
  434. inkscape:isstock="true">
  435. <path
  436. inkscape:connector-curvature="0"
  437. id="path4369-6-3-0"
  438. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  439. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  440. transform="scale(-0.6)" />
  441. </marker>
  442. <marker
  443. inkscape:stockid="Arrow2Mend"
  444. orient="auto"
  445. refY="0"
  446. refX="0"
  447. id="Arrow2Mend-3-9"
  448. style="overflow:visible"
  449. inkscape:isstock="true">
  450. <path
  451. inkscape:connector-curvature="0"
  452. id="path4369-6-36"
  453. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  454. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  455. transform="scale(-0.6)" />
  456. </marker>
  457. <marker
  458. inkscape:stockid="Arrow2Mend"
  459. orient="auto"
  460. refY="0"
  461. refX="0"
  462. id="Arrow2Mend-31"
  463. style="overflow:visible"
  464. inkscape:isstock="true">
  465. <path
  466. inkscape:connector-curvature="0"
  467. id="path4369-9"
  468. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  469. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  470. transform="scale(-0.6)" />
  471. </marker>
  472. <marker
  473. inkscape:stockid="Arrow2Mend"
  474. orient="auto"
  475. refY="0"
  476. refX="0"
  477. id="Arrow2Mend-3-5-7-5"
  478. style="overflow:visible"
  479. inkscape:isstock="true">
  480. <path
  481. inkscape:connector-curvature="0"
  482. id="path4369-6-3-0-4"
  483. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  484. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  485. transform="scale(-0.6)" />
  486. </marker>
  487. <marker
  488. inkscape:stockid="Arrow2Mend"
  489. orient="auto"
  490. refY="0"
  491. refX="0"
  492. id="Arrow2Mend-3-9-6"
  493. style="overflow:visible"
  494. inkscape:isstock="true">
  495. <path
  496. inkscape:connector-curvature="0"
  497. id="path4369-6-36-5"
  498. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  499. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  500. transform="scale(-0.6)" />
  501. </marker>
  502. <marker
  503. inkscape:stockid="Arrow2Mend"
  504. orient="auto"
  505. refY="0"
  506. refX="0"
  507. id="Arrow2Mend-3-5-7-3"
  508. style="overflow:visible"
  509. inkscape:isstock="true">
  510. <path
  511. inkscape:connector-curvature="0"
  512. id="path4369-6-3-0-5"
  513. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  514. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  515. transform="scale(-0.6)" />
  516. </marker>
  517. <marker
  518. inkscape:stockid="Arrow2Mend"
  519. orient="auto"
  520. refY="0"
  521. refX="0"
  522. id="marker9095-3"
  523. style="overflow:visible"
  524. inkscape:isstock="true">
  525. <path
  526. inkscape:connector-curvature="0"
  527. id="path9097-1"
  528. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  529. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  530. transform="scale(-0.6)" />
  531. </marker>
  532. <marker
  533. inkscape:stockid="Arrow2Mend"
  534. orient="auto"
  535. refY="0"
  536. refX="0"
  537. id="marker9095-3-7"
  538. style="overflow:visible"
  539. inkscape:isstock="true">
  540. <path
  541. inkscape:connector-curvature="0"
  542. id="path9097-1-8"
  543. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  544. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  545. transform="scale(-0.6)" />
  546. </marker>
  547. <marker
  548. inkscape:stockid="Arrow2Mend"
  549. orient="auto"
  550. refY="0"
  551. refX="0"
  552. id="marker9095-1-5"
  553. style="overflow:visible"
  554. inkscape:isstock="true">
  555. <path
  556. inkscape:connector-curvature="0"
  557. id="path9097-2-0"
  558. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  559. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  560. transform="scale(-0.6)" />
  561. </marker>
  562. <marker
  563. inkscape:stockid="Arrow2Mend"
  564. orient="auto"
  565. refY="0"
  566. refX="0"
  567. id="marker9095-1-5-6"
  568. style="overflow:visible"
  569. inkscape:isstock="true">
  570. <path
  571. inkscape:connector-curvature="0"
  572. id="path9097-2-0-1"
  573. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  574. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  575. transform="scale(-0.6)" />
  576. </marker>
  577. <marker
  578. inkscape:stockid="Arrow2Mend"
  579. orient="auto"
  580. refY="0"
  581. refX="0"
  582. id="marker9095-1-5-6-6"
  583. style="overflow:visible"
  584. inkscape:isstock="true">
  585. <path
  586. inkscape:connector-curvature="0"
  587. id="path9097-2-0-1-3"
  588. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  589. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  590. transform="scale(-0.6)" />
  591. </marker>
  592. <marker
  593. inkscape:stockid="Arrow2Mend"
  594. orient="auto"
  595. refY="0"
  596. refX="0"
  597. id="marker9095-1-5-2"
  598. style="overflow:visible"
  599. inkscape:isstock="true">
  600. <path
  601. inkscape:connector-curvature="0"
  602. id="path9097-2-0-0"
  603. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  604. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  605. transform="scale(-0.6)" />
  606. </marker>
  607. <marker
  608. inkscape:stockid="Arrow2Mend"
  609. orient="auto"
  610. refY="0"
  611. refX="0"
  612. id="marker9095-1-5-6-5"
  613. style="overflow:visible"
  614. inkscape:isstock="true">
  615. <path
  616. inkscape:connector-curvature="0"
  617. id="path9097-2-0-1-5"
  618. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  619. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  620. transform="scale(-0.6)" />
  621. </marker>
  622. <marker
  623. inkscape:stockid="Arrow2Mend"
  624. orient="auto"
  625. refY="0"
  626. refX="0"
  627. id="marker9095-1-5-4"
  628. style="overflow:visible"
  629. inkscape:isstock="true">
  630. <path
  631. inkscape:connector-curvature="0"
  632. id="path9097-2-0-7"
  633. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  634. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  635. transform="scale(-0.6)" />
  636. </marker>
  637. <marker
  638. inkscape:stockid="Arrow2Mend"
  639. orient="auto"
  640. refY="0"
  641. refX="0"
  642. id="marker9095-1-5-6-5-9"
  643. style="overflow:visible"
  644. inkscape:isstock="true">
  645. <path
  646. inkscape:connector-curvature="0"
  647. id="path9097-2-0-1-5-3"
  648. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  649. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  650. transform="scale(-0.6)" />
  651. </marker>
  652. <marker
  653. inkscape:stockid="Arrow2Mend"
  654. orient="auto"
  655. refY="0"
  656. refX="0"
  657. id="marker9095-1-5-6-5-4"
  658. style="overflow:visible"
  659. inkscape:isstock="true">
  660. <path
  661. inkscape:connector-curvature="0"
  662. id="path9097-2-0-1-5-5"
  663. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  664. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  665. transform="scale(-0.6)" />
  666. </marker>
  667. <marker
  668. inkscape:stockid="Arrow2Mend"
  669. orient="auto"
  670. refY="0"
  671. refX="0"
  672. id="marker9095-1-5-6-5-4-4"
  673. style="overflow:visible"
  674. inkscape:isstock="true">
  675. <path
  676. inkscape:connector-curvature="0"
  677. id="path9097-2-0-1-5-5-3"
  678. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  679. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  680. transform="scale(-0.6)" />
  681. </marker>
  682. <marker
  683. inkscape:stockid="Arrow2Mend"
  684. orient="auto"
  685. refY="0"
  686. refX="0"
  687. id="marker9095-1-5-6-5-4-4-9"
  688. style="overflow:visible"
  689. inkscape:isstock="true">
  690. <path
  691. inkscape:connector-curvature="0"
  692. id="path9097-2-0-1-5-5-3-2"
  693. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  694. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  695. transform="scale(-0.6)" />
  696. </marker>
  697. <marker
  698. inkscape:stockid="Arrow2Mend"
  699. orient="auto"
  700. refY="0"
  701. refX="0"
  702. id="marker9095-1-5-6-5-4-4-6"
  703. style="overflow:visible"
  704. inkscape:isstock="true">
  705. <path
  706. inkscape:connector-curvature="0"
  707. id="path9097-2-0-1-5-5-3-8"
  708. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  709. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  710. transform="scale(-0.6)" />
  711. </marker>
  712. <marker
  713. inkscape:stockid="Arrow2Mend"
  714. orient="auto"
  715. refY="0"
  716. refX="0"
  717. id="marker9095-1-5-6-5-4-4-2"
  718. style="overflow:visible"
  719. inkscape:isstock="true">
  720. <path
  721. inkscape:connector-curvature="0"
  722. id="path9097-2-0-1-5-5-3-7"
  723. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  724. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  725. transform="scale(-0.6)" />
  726. </marker>
  727. <marker
  728. inkscape:stockid="Arrow2Mend"
  729. orient="auto"
  730. refY="0"
  731. refX="0"
  732. id="marker9095-1-5-3"
  733. style="overflow:visible"
  734. inkscape:isstock="true">
  735. <path
  736. inkscape:connector-curvature="0"
  737. id="path9097-2-0-6"
  738. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  739. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  740. transform="scale(-0.6)" />
  741. </marker>
  742. <marker
  743. inkscape:stockid="Arrow2Mend"
  744. orient="auto"
  745. refY="0"
  746. refX="0"
  747. id="marker9095-1-5-6-5-4-4-6-5"
  748. style="overflow:visible"
  749. inkscape:isstock="true">
  750. <path
  751. inkscape:connector-curvature="0"
  752. id="path9097-2-0-1-5-5-3-8-3"
  753. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  754. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  755. transform="scale(-0.6)" />
  756. </marker>
  757. <marker
  758. inkscape:stockid="Arrow2Mend"
  759. orient="auto"
  760. refY="0"
  761. refX="0"
  762. id="marker9095-1-5-27"
  763. style="overflow:visible"
  764. inkscape:isstock="true">
  765. <path
  766. inkscape:connector-curvature="0"
  767. id="path9097-2-0-09"
  768. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  769. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  770. transform="scale(-0.6)" />
  771. </marker>
  772. <marker
  773. inkscape:stockid="Arrow2Mend"
  774. orient="auto"
  775. refY="0"
  776. refX="0"
  777. id="marker9095-1-5-27-6"
  778. style="overflow:visible"
  779. inkscape:isstock="true">
  780. <path
  781. inkscape:connector-curvature="0"
  782. id="path9097-2-0-09-2"
  783. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  784. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  785. transform="scale(-0.6)" />
  786. </marker>
  787. <marker
  788. inkscape:stockid="Arrow2Mend"
  789. orient="auto"
  790. refY="0"
  791. refX="0"
  792. id="marker9095-1-5-27-0"
  793. style="overflow:visible"
  794. inkscape:isstock="true">
  795. <path
  796. inkscape:connector-curvature="0"
  797. id="path9097-2-0-09-23"
  798. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  799. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  800. transform="scale(-0.6)" />
  801. </marker>
  802. <marker
  803. inkscape:stockid="Arrow2Mend"
  804. orient="auto"
  805. refY="0"
  806. refX="0"
  807. id="marker9095-1-9"
  808. style="overflow:visible"
  809. inkscape:isstock="true">
  810. <path
  811. inkscape:connector-curvature="0"
  812. id="path9097-2-7"
  813. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  814. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  815. transform="scale(-0.6)" />
  816. </marker>
  817. <marker
  818. inkscape:stockid="Arrow2Mend"
  819. orient="auto"
  820. refY="0"
  821. refX="0"
  822. id="marker9095-1-5-4-6"
  823. style="overflow:visible"
  824. inkscape:isstock="true">
  825. <path
  826. inkscape:connector-curvature="0"
  827. id="path9097-2-0-7-7"
  828. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  829. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  830. transform="scale(-0.6)" />
  831. </marker>
  832. <marker
  833. inkscape:stockid="Arrow2Mend"
  834. orient="auto"
  835. refY="0"
  836. refX="0"
  837. id="marker9095-1-5-4-6-3"
  838. style="overflow:visible"
  839. inkscape:isstock="true">
  840. <path
  841. inkscape:connector-curvature="0"
  842. id="path9097-2-0-7-7-5"
  843. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  844. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  845. transform="scale(-0.6)" />
  846. </marker>
  847. <marker
  848. inkscape:stockid="Arrow2Mend"
  849. orient="auto"
  850. refY="0"
  851. refX="0"
  852. id="marker9095-1-5-4-6-2"
  853. style="overflow:visible"
  854. inkscape:isstock="true">
  855. <path
  856. inkscape:connector-curvature="0"
  857. id="path9097-2-0-7-7-9"
  858. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  859. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  860. transform="scale(-0.6)" />
  861. </marker>
  862. <marker
  863. inkscape:stockid="TriangleOutM"
  864. orient="auto"
  865. refY="0"
  866. refX="0"
  867. id="TriangleOutM-2"
  868. style="overflow:visible"
  869. inkscape:isstock="true">
  870. <path
  871. inkscape:connector-curvature="0"
  872. id="path4107-7"
  873. d="M 5.77,0 -2.88,5 V -5 Z"
  874. style="fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:#008000;stroke-width:1.00000003pt;stroke-opacity:1"
  875. transform="scale(0.4)" />
  876. </marker>
  877. <marker
  878. inkscape:stockid="Arrow2Mstart"
  879. orient="auto"
  880. refY="0"
  881. refX="0"
  882. id="Arrow2Mstart-9"
  883. style="overflow:visible"
  884. inkscape:isstock="true">
  885. <path
  886. inkscape:connector-curvature="0"
  887. id="path9283-3"
  888. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  889. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  890. transform="scale(0.6)" />
  891. </marker>
  892. <marker
  893. inkscape:stockid="Arrow2Mend"
  894. orient="auto"
  895. refY="0"
  896. refX="0"
  897. id="marker9095-1-5-4-6-6"
  898. style="overflow:visible"
  899. inkscape:isstock="true">
  900. <path
  901. inkscape:connector-curvature="0"
  902. id="path9097-2-0-7-7-0"
  903. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
  904. d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
  905. transform="scale(-0.6)" />
  906. </marker>
  907. <marker
  908. inkscape:stockid="DotM"
  909. orient="auto"
  910. refY="0"
  911. refX="0"
  912. id="DotM-3"
  913. style="overflow:visible"
  914. inkscape:isstock="true">
  915. <path
  916. inkscape:connector-curvature="0"
  917. id="path1795-7"
  918. d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
  919. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1"
  920. transform="matrix(0.4,0,0,0.4,2.96,0.4)" />
  921. </marker>
  922. <marker
  923. inkscape:isstock="true"
  924. style="overflow:visible"
  925. id="marker2713-9"
  926. refX="0"
  927. refY="0"
  928. orient="auto"
  929. inkscape:stockid="DotM">
  930. <path
  931. inkscape:connector-curvature="0"
  932. transform="matrix(0.4,0,0,0.4,2.96,0.4)"
  933. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1"
  934. d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
  935. id="path2711-2" />
  936. </marker>
  937. <marker
  938. inkscape:stockid="DotM"
  939. orient="auto"
  940. refY="0"
  941. refX="0"
  942. id="DotM-2"
  943. style="overflow:visible"
  944. inkscape:isstock="true"
  945. inkscape:collect="always">
  946. <path
  947. inkscape:connector-curvature="0"
  948. id="path1795-8"
  949. d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
  950. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1"
  951. transform="matrix(0.4,0,0,0.4,2.96,0.4)" />
  952. </marker>
  953. <marker
  954. inkscape:isstock="true"
  955. style="overflow:visible"
  956. id="marker2713-3"
  957. refX="0"
  958. refY="0"
  959. orient="auto"
  960. inkscape:stockid="DotM">
  961. <path
  962. inkscape:connector-curvature="0"
  963. transform="matrix(0.4,0,0,0.4,2.96,0.4)"
  964. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1"
  965. d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
  966. id="path2711-6" />
  967. </marker>
  968. <marker
  969. inkscape:stockid="DotM"
  970. orient="auto"
  971. refY="0"
  972. refX="0"
  973. id="DotM-1"
  974. style="overflow:visible"
  975. inkscape:isstock="true"
  976. inkscape:collect="always">
  977. <path
  978. inkscape:connector-curvature="0"
  979. id="path1795-2"
  980. d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
  981. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1"
  982. transform="matrix(0.4,0,0,0.4,2.96,0.4)" />
  983. </marker>
  984. <marker
  985. inkscape:isstock="true"
  986. style="overflow:visible"
  987. id="marker2713-94"
  988. refX="0"
  989. refY="0"
  990. orient="auto"
  991. inkscape:stockid="DotM">
  992. <path
  993. inkscape:connector-curvature="0"
  994. transform="matrix(0.4,0,0,0.4,2.96,0.4)"
  995. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1"
  996. d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
  997. id="path2711-7" />
  998. </marker>
  999. <marker
  1000. inkscape:stockid="DotM"
  1001. orient="auto"
  1002. refY="0"
  1003. refX="0"
  1004. id="DotM-8"
  1005. style="overflow:visible"
  1006. inkscape:isstock="true"
  1007. inkscape:collect="always">
  1008. <path
  1009. inkscape:connector-curvature="0"
  1010. id="path1795-4"
  1011. d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
  1012. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1"
  1013. transform="matrix(0.4,0,0,0.4,2.96,0.4)" />
  1014. </marker>
  1015. <marker
  1016. inkscape:isstock="true"
  1017. style="overflow:visible"
  1018. id="marker2713-36"
  1019. refX="0"
  1020. refY="0"
  1021. orient="auto"
  1022. inkscape:stockid="DotM">
  1023. <path
  1024. inkscape:connector-curvature="0"
  1025. transform="matrix(0.4,0,0,0.4,2.96,0.4)"
  1026. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1"
  1027. d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
  1028. id="path2711-1" />
  1029. </marker>
  1030. <marker
  1031. inkscape:isstock="true"
  1032. style="overflow:visible"
  1033. id="marker6165-5"
  1034. refX="0"
  1035. refY="0"
  1036. orient="auto"
  1037. inkscape:stockid="DotM">
  1038. <path
  1039. transform="matrix(0.4,0,0,0.4,2.96,0.4)"
  1040. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1"
  1041. d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
  1042. id="path6163-5"
  1043. inkscape:connector-curvature="0" />
  1044. </marker>
  1045. </defs>
  1046. <sodipodi:namedview
  1047. showguides="true"
  1048. inkscape:window-maximized="1"
  1049. inkscape:window-y="0"
  1050. inkscape:window-x="0"
  1051. inkscape:window-height="1015"
  1052. inkscape:window-width="1920"
  1053. showgrid="true"
  1054. inkscape:current-layer="layer1"
  1055. inkscape:document-units="px"
  1056. inkscape:cy="214.66765"
  1057. inkscape:cx="-167.56857"
  1058. inkscape:zoom="0.70710678"
  1059. inkscape:pageshadow="2"
  1060. inkscape:pageopacity="0.0"
  1061. borderopacity="1.0"
  1062. bordercolor="#666666"
  1063. pagecolor="#ffffff"
  1064. id="base"
  1065. inkscape:snap-to-guides="true"
  1066. inkscape:snap-grids="true"
  1067. inkscape:snap-bbox="false"
  1068. inkscape:object-nodes="true"
  1069. fit-margin-top="5"
  1070. fit-margin-left="5"
  1071. fit-margin-right="5"
  1072. fit-margin-bottom="5">
  1073. <inkscape:grid
  1074. type="xygrid"
  1075. id="grid4451"
  1076. originx="-93.377219"
  1077. originy="-347.2523" />
  1078. </sodipodi:namedview>
  1079. <metadata
  1080. id="metadata7">
  1081. <rdf:RDF>
  1082. <cc:Work
  1083. rdf:about="">
  1084. <dc:format>image/svg+xml</dc:format>
  1085. <dc:type
  1086. rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
  1087. <dc:title></dc:title>
  1088. <dc:creator>
  1089. <cc:Agent>
  1090. <dc:title>Luca Ceresoli</dc:title>
  1091. </cc:Agent>
  1092. </dc:creator>
  1093. <dc:date>2020</dc:date>
  1094. <cc:license
  1095. rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
  1096. </cc:Work>
  1097. <cc:License
  1098. rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
  1099. <cc:permits
  1100. rdf:resource="http://creativecommons.org/ns#Reproduction" />
  1101. <cc:permits
  1102. rdf:resource="http://creativecommons.org/ns#Distribution" />
  1103. <cc:requires
  1104. rdf:resource="http://creativecommons.org/ns#Notice" />
  1105. <cc:requires
  1106. rdf:resource="http://creativecommons.org/ns#Attribution" />
  1107. <cc:permits
  1108. rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
  1109. <cc:requires
  1110. rdf:resource="http://creativecommons.org/ns#ShareAlike" />
  1111. </cc:License>
  1112. </rdf:RDF>
  1113. </metadata>
  1114. <g
  1115. inkscape:label="Livello 1"
  1116. inkscape:groupmode="layer"
  1117. id="layer1"
  1118. transform="translate(-93.377215,-444.09395)">
  1119. <rect
  1120. style="opacity:1;fill:#ffb9b9;fill-opacity:1;stroke:#f00000;stroke-width:2.8125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
  1121. id="rect4424-3-2-9-7"
  1122. width="112.5"
  1123. height="113.75008"
  1124. x="112.5"
  1125. y="471.11221"
  1126. rx="0"
  1127. ry="0" />
  1128. <text
  1129. xml:space="preserve"
  1130. style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
  1131. x="167.5354"
  1132. y="521.46259"
  1133. id="text4349"><tspan
  1134. sodipodi:role="line"
  1135. x="167.5354"
  1136. y="521.46259"
  1137. style="font-size:25px;line-height:1.25;font-family:sans-serif;text-align:center;text-anchor:middle"
  1138. id="tspan1273">I2C</tspan><tspan
  1139. sodipodi:role="line"
  1140. x="167.5354"
  1141. y="552.71259"
  1142. style="font-size:25px;line-height:1.25;font-family:sans-serif;text-align:center;text-anchor:middle"
  1143. id="tspan1285">Master</tspan></text>
  1144. <rect
  1145. style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#b9ffb9;fill-opacity:1;fill-rule:nonzero;stroke:#006400;stroke-width:2.8125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
  1146. id="rect4424-3-2-9-7-3-3-5-3"
  1147. width="112.49998"
  1148. height="112.50001"
  1149. x="262.5"
  1150. y="471.11218"
  1151. rx="0"
  1152. ry="0" />
  1153. <path
  1154. style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.99968767;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
  1155. d="m 112.50002,639.86223 c 712.50002,0 712.50002,0 712.50002,0"
  1156. id="path4655-9-3-65-5-6"
  1157. inkscape:connector-curvature="0" />
  1158. <text
  1159. xml:space="preserve"
  1160. style="font-style:normal;font-weight:normal;font-size:12px;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
  1161. x="318.59131"
  1162. y="520.83752"
  1163. id="text4349-26"><tspan
  1164. sodipodi:role="line"
  1165. x="318.59131"
  1166. y="520.83752"
  1167. style="font-size:25.00000191px;line-height:1.25;font-family:sans-serif;text-align:center;text-anchor:middle;stroke-width:1px"
  1168. id="tspan1273-8">I2C</tspan><tspan
  1169. sodipodi:role="line"
  1170. x="318.59131"
  1171. y="552.08752"
  1172. style="font-size:25.00000191px;line-height:1.25;font-family:sans-serif;text-align:center;text-anchor:middle;stroke-width:1px"
  1173. id="tspan1287">Slave</tspan></text>
  1174. <path
  1175. style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.99968767;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
  1176. d="m 112.49995,677.36223 c 712.50005,0 712.50005,0 712.50005,0"
  1177. id="path4655-9-3-65-5-6-2"
  1178. inkscape:connector-curvature="0" />
  1179. <text
  1180. xml:space="preserve"
  1181. style="font-style:normal;font-weight:normal;font-size:12px;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
  1182. x="861.07312"
  1183. y="687.03937"
  1184. id="text4349-7"><tspan
  1185. sodipodi:role="line"
  1186. x="861.07312"
  1187. y="687.03937"
  1188. style="font-size:25.00000191px;line-height:1.25;font-family:sans-serif;text-align:center;writing-mode:lr-tb;direction:ltr;text-anchor:middle;stroke-width:1px"
  1189. id="tspan1285-9">SCL</tspan></text>
  1190. <flowRoot
  1191. xml:space="preserve"
  1192. id="flowRoot1627"
  1193. style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion
  1194. id="flowRegion1629"><rect
  1195. id="rect1631"
  1196. width="220"
  1197. height="120"
  1198. x="140"
  1199. y="-126.29921" /></flowRegion><flowPara
  1200. id="flowPara1633" /></flowRoot> <text
  1201. xml:space="preserve"
  1202. style="font-style:normal;font-weight:normal;font-size:12px;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
  1203. x="863.31921"
  1204. y="648.96735"
  1205. id="text4349-7-3"><tspan
  1206. sodipodi:role="line"
  1207. x="863.31921"
  1208. y="648.96735"
  1209. style="font-size:25.00000191px;line-height:1.25;font-family:sans-serif;text-align:center;text-anchor:middle;stroke-width:1px"
  1210. id="tspan1285-9-6">SDA</tspan></text>
  1211. <rect
  1212. style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#b9ffb9;fill-opacity:1;fill-rule:nonzero;stroke:#006400;stroke-width:2.8125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
  1213. id="rect4424-3-2-9-7-3-3-5-3-0"
  1214. width="112.49998"
  1215. height="112.50002"
  1216. x="412.5"
  1217. y="471.11215"
  1218. rx="0"
  1219. ry="0" />
  1220. <text
  1221. xml:space="preserve"
  1222. style="font-style:normal;font-weight:normal;font-size:12px;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
  1223. x="468.59131"
  1224. y="520.83746"
  1225. id="text4349-26-6"><tspan
  1226. sodipodi:role="line"
  1227. x="468.59131"
  1228. y="520.83746"
  1229. style="font-size:25.00000191px;line-height:1.25;font-family:sans-serif;text-align:center;text-anchor:middle;stroke-width:1px"
  1230. id="tspan1273-8-2">I2C</tspan><tspan
  1231. sodipodi:role="line"
  1232. x="468.59131"
  1233. y="552.08746"
  1234. style="font-size:25.00000191px;line-height:1.25;font-family:sans-serif;text-align:center;text-anchor:middle;stroke-width:1px"
  1235. id="tspan1287-6">Slave</tspan></text>
  1236. <rect
  1237. style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#b9ffb9;fill-opacity:1;fill-rule:nonzero;stroke:#006400;stroke-width:2.8125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
  1238. id="rect4424-3-2-9-7-3-3-5-3-1"
  1239. width="112.49998"
  1240. height="112.50002"
  1241. x="562.5"
  1242. y="471.11215"
  1243. rx="0"
  1244. ry="0" />
  1245. <text
  1246. xml:space="preserve"
  1247. style="font-style:normal;font-weight:normal;font-size:12px;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
  1248. x="618.59131"
  1249. y="520.83746"
  1250. id="text4349-26-8"><tspan
  1251. sodipodi:role="line"
  1252. x="618.59131"
  1253. y="520.83746"
  1254. style="font-size:25.00000191px;line-height:1.25;font-family:sans-serif;text-align:center;text-anchor:middle;stroke-width:1px"
  1255. id="tspan1273-8-7">I2C</tspan><tspan
  1256. sodipodi:role="line"
  1257. x="618.59131"
  1258. y="552.08746"
  1259. style="font-size:25.00000191px;line-height:1.25;font-family:sans-serif;text-align:center;text-anchor:middle;stroke-width:1px"
  1260. id="tspan1287-9">Slave</tspan></text>
  1261. <path
  1262. style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.99968743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#DotM)"
  1263. d="m 150,583.61221 v 93.75"
  1264. id="path4655-9-3-65-5-6-20"
  1265. inkscape:connector-curvature="0"
  1266. sodipodi:nodetypes="cc" />
  1267. <path
  1268. style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.99968743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-end:url(#marker2713)"
  1269. d="m 187.5,583.61221 v 56.25"
  1270. id="path4655-9-3-65-5-6-20-2"
  1271. inkscape:connector-curvature="0"
  1272. sodipodi:nodetypes="cc" />
  1273. <path
  1274. style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.99968743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#DotM-2)"
  1275. d="m 300,583.61221 v 93.75"
  1276. id="path4655-9-3-65-5-6-20-9"
  1277. inkscape:connector-curvature="0"
  1278. sodipodi:nodetypes="cc" />
  1279. <path
  1280. style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.99968743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-end:url(#marker2713-9)"
  1281. d="m 337.5,583.61221 v 56.25"
  1282. id="path4655-9-3-65-5-6-20-2-7"
  1283. inkscape:connector-curvature="0"
  1284. sodipodi:nodetypes="cc" />
  1285. <path
  1286. style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.99968743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#DotM-1)"
  1287. d="m 450,583.61221 v 93.75"
  1288. id="path4655-9-3-65-5-6-20-93"
  1289. inkscape:connector-curvature="0"
  1290. sodipodi:nodetypes="cc" />
  1291. <path
  1292. style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.99968743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-end:url(#marker2713-3)"
  1293. d="m 487.5,583.61221 v 56.25"
  1294. id="path4655-9-3-65-5-6-20-2-1"
  1295. inkscape:connector-curvature="0"
  1296. sodipodi:nodetypes="cc" />
  1297. <path
  1298. style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.99968743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#DotM-8)"
  1299. d="m 600,583.61221 v 93.75"
  1300. id="path4655-9-3-65-5-6-20-5"
  1301. inkscape:connector-curvature="0"
  1302. sodipodi:nodetypes="cc" />
  1303. <path
  1304. style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.99968743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-end:url(#marker2713-94)"
  1305. d="m 637.5,583.61221 v 56.25"
  1306. id="path4655-9-3-65-5-6-20-2-0"
  1307. inkscape:connector-curvature="0"
  1308. sodipodi:nodetypes="cc" />
  1309. <path
  1310. style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.99968743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-start:url(#marker6165);marker-end:url(#marker6165)"
  1311. d="m 750,471.11221 v 28.125 l 9.375,9.375 -18.74999,18.75 18.74999,18.75 -18.74999,18.75 18.74999,18.75 -9.375,9.375 v 28.125 0 0 56.25"
  1312. id="path6135"
  1313. inkscape:connector-curvature="0"
  1314. sodipodi:nodetypes="cccccccccccc" />
  1315. <path
  1316. style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.99968743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-start:url(#marker8861);marker-end:url(#marker6165-5)"
  1317. d="m 787.49999,471.11221 v 28.125 l 9.375,9.375 -18.74999,18.75 18.74999,18.75 -18.74999,18.75 18.74999,18.75 -9.375,9.375 v 28.125 0 0 18.75001"
  1318. id="path6135-4"
  1319. inkscape:connector-curvature="0"
  1320. sodipodi:nodetypes="cccccccccccc" />
  1321. <path
  1322. style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.99968719;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
  1323. d="m 712.5,471.11221 c 112.49999,0 112.49999,0 112.49999,0"
  1324. id="path4655-9-3-65-5-6-7"
  1325. inkscape:connector-curvature="0" />
  1326. <text
  1327. xml:space="preserve"
  1328. style="font-style:normal;font-weight:normal;font-size:12px;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
  1329. x="859.94275"
  1330. y="480.03558"
  1331. id="text4349-7-3-6"><tspan
  1332. sodipodi:role="line"
  1333. x="859.94275"
  1334. y="480.03558"
  1335. style="font-size:25.00000191px;line-height:1.25;font-family:sans-serif;text-align:center;text-anchor:middle;stroke-width:1px"
  1336. id="tspan1285-9-6-5">V<tspan
  1337. style="font-size:64.99999762%;baseline-shift:sub"
  1338. id="tspan9307">DD</tspan></tspan></text>
  1339. </g>
  1340. </svg>