solid-panes 3.7.3-671186bc → 3.7.3-beab9ead

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 (379) hide show
  1. package/dist/RDFXMLPane.js +58 -0
  2. package/dist/RDFXMLPane.js.map +1 -0
  3. package/{lib → dist}/argument/argumentPane.js +14 -15
  4. package/dist/argument/argumentPane.js.map +1 -0
  5. package/{lib → dist}/attach/attachPane.js +83 -93
  6. package/dist/attach/attachPane.js.map +1 -0
  7. package/{lib → dist}/audio/audioPane.js +49 -50
  8. package/dist/audio/audioPane.js.map +1 -0
  9. package/{lib → dist}/classInstancePane.js +23 -24
  10. package/dist/classInstancePane.js.map +1 -0
  11. package/dist/dashboard/basicPreferences.js +147 -0
  12. package/dist/dashboard/basicPreferences.js.map +1 -0
  13. package/{lib → dist}/dashboard/dashboardPane.js +17 -21
  14. package/dist/dashboard/dashboardPane.js.map +1 -0
  15. package/dist/dashboard/homepage.js +54 -0
  16. package/dist/dashboard/homepage.js.map +1 -0
  17. package/{lib → dist}/dataContentPane.js +63 -63
  18. package/dist/dataContentPane.js.map +1 -0
  19. package/{lib → dist}/defaultPane.js +14 -15
  20. package/dist/defaultPane.js.map +1 -0
  21. package/{lib → dist}/dokieli/dokieliPane.js +49 -53
  22. package/dist/dokieli/dokieliPane.js.map +1 -0
  23. package/{src → dist}/dokieli/new.js +9 -3
  24. package/dist/dokieli/new.js.map +1 -0
  25. package/{lib → dist}/form/pane.js +44 -45
  26. package/dist/form/pane.js.map +1 -0
  27. package/{lib → dist}/home/homePane.d.ts.map +1 -1
  28. package/dist/home/homePane.js +73 -0
  29. package/dist/home/homePane.js.map +1 -0
  30. package/dist/humanReadablePane.js +135 -0
  31. package/dist/humanReadablePane.js.map +1 -0
  32. package/dist/imagePane.js +70 -0
  33. package/dist/imagePane.js.map +1 -0
  34. package/{lib → dist}/index.js +17 -20
  35. package/dist/index.js.map +1 -0
  36. package/{lib → dist}/internal/internalPane.js +41 -41
  37. package/dist/internal/internalPane.js.map +1 -0
  38. package/{lib → dist}/mainPage/footer.js +2 -2
  39. package/{lib → dist}/mainPage/footer.js.map +1 -1
  40. package/dist/mainPage/header.js +85 -0
  41. package/dist/mainPage/header.js.map +1 -0
  42. package/{lib → dist}/mainPage/index.d.ts.map +1 -1
  43. package/dist/mainPage/index.js +25 -0
  44. package/dist/mainPage/index.js.map +1 -0
  45. package/{lib → dist}/microblogPane/microblogPane.js +261 -262
  46. package/dist/microblogPane/microblogPane.js.map +1 -0
  47. package/dist/n3Pane.js +56 -0
  48. package/dist/n3Pane.js.map +1 -0
  49. package/{lib → dist}/outline/context.js +4 -4
  50. package/{lib → dist}/outline/context.js.map +1 -1
  51. package/dist/outline/manager.js +1997 -0
  52. package/dist/outline/manager.js.map +1 -0
  53. package/{lib → dist}/outline/outlineIcons.js +2 -3
  54. package/dist/outline/outlineIcons.js.map +1 -0
  55. package/{lib → dist}/outline/propertyViews.js +4 -4
  56. package/dist/outline/propertyViews.js.map +1 -0
  57. package/{lib → dist}/outline/queryByExample.js +30 -31
  58. package/dist/outline/queryByExample.js.map +1 -0
  59. package/{lib → dist}/outline/userInput.js +262 -260
  60. package/dist/outline/userInput.js.map +1 -0
  61. package/dist/outline/viewAsImage.js +15 -0
  62. package/dist/outline/viewAsImage.js.map +1 -0
  63. package/dist/outline/viewAsMbox.js +22 -0
  64. package/dist/outline/viewAsMbox.js.map +1 -0
  65. package/{lib → dist}/pad/padPane.js +90 -96
  66. package/dist/pad/padPane.js.map +1 -0
  67. package/{lib → dist}/playlist/playlistPane.js +36 -37
  68. package/dist/playlist/playlistPane.js.map +1 -0
  69. package/{lib → dist}/registerPanes.js +29 -29
  70. package/dist/registerPanes.js.map +1 -0
  71. package/{lib → dist}/schedule/schedulePane.js +171 -178
  72. package/dist/schedule/schedulePane.js.map +1 -0
  73. package/{lib → dist}/sharing/sharingPane.js +12 -12
  74. package/dist/sharing/sharingPane.js.map +1 -0
  75. package/dist/slideshow/slideshowPane.js +80 -0
  76. package/dist/slideshow/slideshowPane.js.map +1 -0
  77. package/{lib → dist}/socialPane.js +141 -142
  78. package/dist/socialPane.js.map +1 -0
  79. package/dist/tabbed/tabbedPane.js +58 -0
  80. package/dist/tabbed/tabbedPane.js.map +1 -0
  81. package/{lib → dist}/tableViewPane.js +8 -9
  82. package/dist/tableViewPane.js.map +1 -0
  83. package/{lib → dist}/transaction/pane.js +117 -118
  84. package/dist/transaction/pane.js.map +1 -0
  85. package/{lib → dist}/transaction/period.js +82 -83
  86. package/dist/transaction/period.js.map +1 -0
  87. package/{lib → dist}/trip/tripPane.js +47 -48
  88. package/dist/trip/tripPane.js.map +1 -0
  89. package/dist/trustedApplications/trustedApplications.dom.js +146 -0
  90. package/dist/trustedApplications/trustedApplications.dom.js.map +1 -0
  91. package/dist/trustedApplications/trustedApplications.utils.js +24 -0
  92. package/dist/trustedApplications/trustedApplications.utils.js.map +1 -0
  93. package/dist/trustedApplications/trustedApplications.view.js +56 -0
  94. package/dist/trustedApplications/trustedApplications.view.js.map +1 -0
  95. package/{lib → dist}/ui/pane.js +30 -31
  96. package/dist/ui/pane.js.map +1 -0
  97. package/dist/versionInfo.js +37 -0
  98. package/dist/versionInfo.js.map +1 -0
  99. package/dist/video/videoPane.js +43 -0
  100. package/dist/video/videoPane.js.map +1 -0
  101. package/package.json +37 -24
  102. package/Documentation/VisualLanguage.html +0 -538
  103. package/Documentation/conventions.md +0 -333
  104. package/coverage/clover.xml +0 -152
  105. package/coverage/coverage-final.json +0 -6
  106. package/coverage/lcov-report/base.css +0 -224
  107. package/coverage/lcov-report/block-navigation.js +0 -87
  108. package/coverage/lcov-report/favicon.png +0 -0
  109. package/coverage/lcov-report/index.html +0 -131
  110. package/coverage/lcov-report/outline/index.html +0 -161
  111. package/coverage/lcov-report/outline/outlineIcons.js.html +0 -565
  112. package/coverage/lcov-report/outline/propertyViews.ts.html +0 -196
  113. package/coverage/lcov-report/outline/viewAsImage.ts.html +0 -121
  114. package/coverage/lcov-report/outline/viewAsMbox.ts.html +0 -127
  115. package/coverage/lcov-report/prettify.css +0 -1
  116. package/coverage/lcov-report/prettify.js +0 -2
  117. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  118. package/coverage/lcov-report/sorter.js +0 -210
  119. package/coverage/lcov-report/trustedApplications/index.html +0 -116
  120. package/coverage/lcov-report/trustedApplications/trustedApplications.utils.ts.html +0 -238
  121. package/coverage/lcov.info +0 -204
  122. package/dev/index.html +0 -28
  123. package/dev/loader.ts +0 -91
  124. package/dev/pane/index.ts +0 -10
  125. package/doc/images/panes-for-classes.epgz +0 -0
  126. package/doc/images/panes-for-classes.svg +0 -609
  127. package/eslint.config.mjs +0 -34
  128. package/jest.config.js +0 -27
  129. package/jest.setup.ts +0 -4
  130. package/lib/RDFXMLPane.js +0 -59
  131. package/lib/RDFXMLPane.js.map +0 -1
  132. package/lib/argument/argumentPane.js.map +0 -1
  133. package/lib/attach/attachPane.js.map +0 -1
  134. package/lib/audio/audioPane.js.map +0 -1
  135. package/lib/classInstancePane.js.map +0 -1
  136. package/lib/dashboard/basicPreferences.js +0 -229
  137. package/lib/dashboard/basicPreferences.js.map +0 -1
  138. package/lib/dashboard/dashboardPane.js.map +0 -1
  139. package/lib/dashboard/homepage.js +0 -86
  140. package/lib/dashboard/homepage.js.map +0 -1
  141. package/lib/dataContentPane.js.map +0 -1
  142. package/lib/defaultPane.js.map +0 -1
  143. package/lib/dokieli/dokieliPane.js.map +0 -1
  144. package/lib/dokieli/new.js +0 -9
  145. package/lib/dokieli/new.js.map +0 -1
  146. package/lib/form/pane.js.map +0 -1
  147. package/lib/global.d.js +0 -2
  148. package/lib/global.d.js.map +0 -1
  149. package/lib/home/homePane.js +0 -91
  150. package/lib/home/homePane.js.map +0 -1
  151. package/lib/humanReadablePane.js +0 -138
  152. package/lib/humanReadablePane.js.map +0 -1
  153. package/lib/imagePane.js +0 -71
  154. package/lib/imagePane.js.map +0 -1
  155. package/lib/index.js.map +0 -1
  156. package/lib/internal/internalPane.js.map +0 -1
  157. package/lib/mainPage/header.js +0 -152
  158. package/lib/mainPage/header.js.map +0 -1
  159. package/lib/mainPage/index.js +0 -42
  160. package/lib/mainPage/index.js.map +0 -1
  161. package/lib/microblogPane/microblogPane.js.map +0 -1
  162. package/lib/n3Pane.js +0 -57
  163. package/lib/n3Pane.js.map +0 -1
  164. package/lib/outline/manager.js +0 -2264
  165. package/lib/outline/manager.js.map +0 -1
  166. package/lib/outline/manager.test.d.ts +0 -2
  167. package/lib/outline/manager.test.d.ts.map +0 -1
  168. package/lib/outline/manager.test.js +0 -210
  169. package/lib/outline/manager.test.js.map +0 -1
  170. package/lib/outline/outlineIcons.js.map +0 -1
  171. package/lib/outline/propertyViews.js.map +0 -1
  172. package/lib/outline/propertyViews.test.d.ts +0 -2
  173. package/lib/outline/propertyViews.test.d.ts.map +0 -1
  174. package/lib/outline/propertyViews.test.js +0 -27
  175. package/lib/outline/propertyViews.test.js.map +0 -1
  176. package/lib/outline/queryByExample.js.map +0 -1
  177. package/lib/outline/userInput.js.map +0 -1
  178. package/lib/outline/viewAsImage.js +0 -17
  179. package/lib/outline/viewAsImage.js.map +0 -1
  180. package/lib/outline/viewAsMbox.js +0 -23
  181. package/lib/outline/viewAsMbox.js.map +0 -1
  182. package/lib/pad/padPane.js.map +0 -1
  183. package/lib/playlist/playlistPane.js.map +0 -1
  184. package/lib/registerPanes.js.map +0 -1
  185. package/lib/schedule/formsForSchedule.js +0 -8
  186. package/lib/schedule/formsForSchedule.js.map +0 -1
  187. package/lib/schedule/schedulePane.js.map +0 -1
  188. package/lib/sharing/sharingPane.js.map +0 -1
  189. package/lib/slideshow/slideshowPane.js +0 -84
  190. package/lib/slideshow/slideshowPane.js.map +0 -1
  191. package/lib/socialPane.js.map +0 -1
  192. package/lib/tabbed/tabbedPane.js +0 -72
  193. package/lib/tabbed/tabbedPane.js.map +0 -1
  194. package/lib/tableViewPane.js.map +0 -1
  195. package/lib/test-import-export/common.js +0 -12
  196. package/lib/test-import-export/common.js.map +0 -1
  197. package/lib/test-import-export/edit-importer.js +0 -25
  198. package/lib/test-import-export/edit-importer.js.map +0 -1
  199. package/lib/test-import-export/testImportExport.js +0 -2
  200. package/lib/test-import-export/testImportExport.js.map +0 -1
  201. package/lib/transaction/pane.js.map +0 -1
  202. package/lib/transaction/period.js.map +0 -1
  203. package/lib/trip/tripPane.js.map +0 -1
  204. package/lib/trustedApplications/trustedApplications.dom.js +0 -177
  205. package/lib/trustedApplications/trustedApplications.dom.js.map +0 -1
  206. package/lib/trustedApplications/trustedApplications.test.d.ts +0 -2
  207. package/lib/trustedApplications/trustedApplications.test.d.ts.map +0 -1
  208. package/lib/trustedApplications/trustedApplications.test.js +0 -64
  209. package/lib/trustedApplications/trustedApplications.test.js.map +0 -1
  210. package/lib/trustedApplications/trustedApplications.utils.js +0 -34
  211. package/lib/trustedApplications/trustedApplications.utils.js.map +0 -1
  212. package/lib/trustedApplications/trustedApplications.view.js +0 -87
  213. package/lib/trustedApplications/trustedApplications.view.js.map +0 -1
  214. package/lib/types.d.ts +0 -30
  215. package/lib/types.d.ts.map +0 -1
  216. package/lib/types.js +0 -6
  217. package/lib/types.js.map +0 -1
  218. package/lib/ui/pane.js.map +0 -1
  219. package/lib/versionInfo.d.ts +0 -32
  220. package/lib/versionInfo.d.ts.map +0 -1
  221. package/lib/versionInfo.js +0 -37
  222. package/lib/versionInfo.js.map +0 -1
  223. package/lib/video/videoPane.js +0 -44
  224. package/lib/video/videoPane.js.map +0 -1
  225. package/src/RDFXMLPane.js +0 -60
  226. package/src/argument/argumentPane.js +0 -65
  227. package/src/argument/argument_icon_v04.jpg +0 -0
  228. package/src/argument/icon_argument.png +0 -0
  229. package/src/argument/transparentyingyang.png +0 -0
  230. package/src/attach/attachPane.js +0 -508
  231. package/src/attach/tbl-paperclip-128.png +0 -0
  232. package/src/attach/tbl-paperclip-22.png +0 -0
  233. package/src/attach/tbl-paperclip-22a.png +0 -0
  234. package/src/audio/audioPane.js +0 -197
  235. package/src/chatPreferencesForm.ttl +0 -12
  236. package/src/classInstancePane.js +0 -110
  237. package/src/dashboard/basicPreferences.ts +0 -201
  238. package/src/dashboard/dashboardPane.ts +0 -83
  239. package/src/dashboard/homepage.ts +0 -72
  240. package/src/dashboard/languages/codes.html +0 -8611
  241. package/src/dashboard/languages/codes.xml +0 -3563
  242. package/src/dashboard/languages/codes2.txt +0 -170
  243. package/src/dashboard/languages/foo +0 -70
  244. package/src/dashboard/languages/foo.ttl +0 -0
  245. package/src/dashboard/languages/get-language-names.sh +0 -12
  246. package/src/dashboard/ontologyData.ttl +0 -35
  247. package/src/dashboard/preferencesFormText.ttl +0 -18
  248. package/src/dataContentPane.js +0 -290
  249. package/src/defaultPane.js +0 -102
  250. package/src/dokieli/Makefile +0 -6
  251. package/src/dokieli/dokieliPane.js +0 -190
  252. package/src/dokieli/new.html +0 -30
  253. package/src/form/form-22.png +0 -0
  254. package/src/form/form-b-22.png +0 -0
  255. package/src/form/form.graffle +0 -0
  256. package/src/form/form.png +0 -0
  257. package/src/form/pane.js +0 -217
  258. package/src/form/psuedocode-notes.txt +0 -57
  259. package/src/global.d.ts +0 -4
  260. package/src/home/homePane.ts +0 -72
  261. package/src/humanReadablePane.js +0 -150
  262. package/src/imagePane.js +0 -75
  263. package/src/index.ts +0 -71
  264. package/src/internal/internalPane.ts +0 -263
  265. package/src/mainPage/footer.ts +0 -19
  266. package/src/mainPage/header.ts +0 -79
  267. package/src/mainPage/index.ts +0 -20
  268. package/src/meeting/Makefile +0 -3
  269. package/src/meeting/test/meeting1/Actions/actions.ttl +0 -14
  270. package/src/meeting/test/meeting1/Actions/config.ttl +0 -16
  271. package/src/meeting/test/meeting1/Actions/state.ttl +0 -30
  272. package/src/meeting/test/meeting1/Schedule/details.ttl +0 -34
  273. package/src/meeting/test/meeting1/Schedule/details.ttl.acl +0 -20
  274. package/src/meeting/test/meeting1/Schedule/forms.ttl +0 -75
  275. package/src/meeting/test/meeting1/Schedule/forms.ttl.acl +0 -20
  276. package/src/meeting/test/meeting1/Schedule/index.html +0 -72
  277. package/src/meeting/test/meeting1/Schedule/index.html.acl +0 -20
  278. package/src/meeting/test/meeting1/Schedule/results.ttl +0 -15
  279. package/src/meeting/test/meeting1/Schedule/results.ttl.acl +0 -20
  280. package/src/meeting/test/meeting1/SharedNotes/pad.ttl +0 -23
  281. package/src/meeting/test/meeting1/chat/chat.ttl +0 -1
  282. package/src/meeting/test/meeting1/details.ttl +0 -35
  283. package/src/meeting/test/meeting1/pad/pad.ttl +0 -16
  284. package/src/microblogPane/mbStyle.css +0 -267
  285. package/src/microblogPane/microblogPane.js +0 -1412
  286. package/src/n3Pane.js +0 -56
  287. package/src/outline/context.ts +0 -21
  288. package/src/outline/manager.js +0 -2384
  289. package/src/outline/manager.test.ts +0 -189
  290. package/src/outline/outlineIcons.js +0 -160
  291. package/src/outline/propertyViews.test.ts +0 -36
  292. package/src/outline/propertyViews.ts +0 -37
  293. package/src/outline/queryByExample.js +0 -296
  294. package/src/outline/userInput.js +0 -2373
  295. package/src/outline/viewAsImage.ts +0 -12
  296. package/src/outline/viewAsMbox.ts +0 -14
  297. package/src/pad/images/ColourOff.ai +2 -872
  298. package/src/pad/images/ColourOff.png +0 -0
  299. package/src/pad/images/ColourOn.ai +1 -935
  300. package/src/pad/images/ColourOn.png +0 -0
  301. package/src/pad/padPane.ts +0 -559
  302. package/src/playlist/playlistPane.js +0 -161
  303. package/src/registerPanes.js +0 -147
  304. package/src/schedule/Makefile +0 -6
  305. package/src/schedule/formsForSchedule.js +0 -117
  306. package/src/schedule/formsForSchedule.ttl +0 -115
  307. package/src/schedule/schedulePane.js +0 -1201
  308. package/src/sharing/sharingPane.ts +0 -49
  309. package/src/slideshow/slideshowPane.js +0 -80
  310. package/src/socialPane.js +0 -523
  311. package/src/style/tabbedtab.css +0 -1347
  312. package/src/tabbed/tabbedPane.ts +0 -60
  313. package/src/tableViewPane.js +0 -51
  314. package/src/test-import-export/common.js +0 -6
  315. package/src/test-import-export/edit-importer.js +0 -20
  316. package/src/test-import-export/testImportExport.js +0 -0
  317. package/src/transaction/068010-3d-transparent-glass-icon-alphanumeric-dollar-sign.png +0 -0
  318. package/src/transaction/075988-3d-transparent-glass-icon-business-currency-british-pound-sc35.png +0 -0
  319. package/src/transaction/22-pixel-068010-3d-transparent-glass-icon-alphanumeric-dollar-sign.png +0 -0
  320. package/src/transaction/pane.js +0 -629
  321. package/src/transaction/period.js +0 -374
  322. package/src/transaction/thumbs_075987-3d-transparent-glass-icon-business-creditcard2.png +0 -0
  323. package/src/transaction/thumbs_075989-3d-transparent-glass-icon-business-currency-cent-sc35.png +0 -0
  324. package/src/trip/tripPane.js +0 -176
  325. package/src/trustedApplications/__snapshots__/trustedApplications.test.ts.snap +0 -176
  326. package/src/trustedApplications/trustedApplications.dom.ts +0 -276
  327. package/src/trustedApplications/trustedApplications.test.ts +0 -82
  328. package/src/trustedApplications/trustedApplications.utils.ts +0 -51
  329. package/src/trustedApplications/trustedApplications.view.ts +0 -80
  330. package/src/types.ts +0 -34
  331. package/src/ui/22-builder.png +0 -0
  332. package/src/ui/builder.graffle +0 -0
  333. package/src/ui/builder.png +0 -0
  334. package/src/ui/builder2.png +0 -0
  335. package/src/ui/pane.js +0 -226
  336. package/src/versionInfo.ts +0 -30
  337. package/src/video/videoPane.js +0 -44
  338. package/timestamp.sh +0 -13
  339. package/travis/bumpversion.js +0 -29
  340. package/tsconfig.json +0 -78
  341. package/typings/raw-loader.d.ts +0 -4
  342. package/typings/solid-namespace/index.d.ts +0 -9
  343. package/webpack.config.js +0 -41
  344. /package/{lib → dist}/dashboard/basicPreferences.d.ts +0 -0
  345. /package/{lib → dist}/dashboard/basicPreferences.d.ts.map +0 -0
  346. /package/{lib → dist}/dashboard/dashboardPane.d.ts +0 -0
  347. /package/{lib → dist}/dashboard/dashboardPane.d.ts.map +0 -0
  348. /package/{lib → dist}/dashboard/homepage.d.ts +0 -0
  349. /package/{lib → dist}/dashboard/homepage.d.ts.map +0 -0
  350. /package/{lib → dist}/home/homePane.d.ts +0 -0
  351. /package/{lib → dist}/index.d.ts +0 -0
  352. /package/{lib → dist}/index.d.ts.map +0 -0
  353. /package/{lib → dist}/internal/internalPane.d.ts +0 -0
  354. /package/{lib → dist}/internal/internalPane.d.ts.map +0 -0
  355. /package/{lib → dist}/mainPage/footer.d.ts +0 -0
  356. /package/{lib → dist}/mainPage/footer.d.ts.map +0 -0
  357. /package/{lib → dist}/mainPage/header.d.ts +0 -0
  358. /package/{lib → dist}/mainPage/header.d.ts.map +0 -0
  359. /package/{lib → dist}/mainPage/index.d.ts +0 -0
  360. /package/{lib → dist}/outline/context.d.ts +0 -0
  361. /package/{lib → dist}/outline/context.d.ts.map +0 -0
  362. /package/{lib → dist}/outline/propertyViews.d.ts +0 -0
  363. /package/{lib → dist}/outline/propertyViews.d.ts.map +0 -0
  364. /package/{lib → dist}/outline/viewAsImage.d.ts +0 -0
  365. /package/{lib → dist}/outline/viewAsImage.d.ts.map +0 -0
  366. /package/{lib → dist}/outline/viewAsMbox.d.ts +0 -0
  367. /package/{lib → dist}/outline/viewAsMbox.d.ts.map +0 -0
  368. /package/{lib → dist}/pad/padPane.d.ts +0 -0
  369. /package/{lib → dist}/pad/padPane.d.ts.map +0 -0
  370. /package/{lib → dist}/sharing/sharingPane.d.ts +0 -0
  371. /package/{lib → dist}/sharing/sharingPane.d.ts.map +0 -0
  372. /package/{lib → dist}/tabbed/tabbedPane.d.ts +0 -0
  373. /package/{lib → dist}/tabbed/tabbedPane.d.ts.map +0 -0
  374. /package/{lib → dist}/trustedApplications/trustedApplications.dom.d.ts +0 -0
  375. /package/{lib → dist}/trustedApplications/trustedApplications.dom.d.ts.map +0 -0
  376. /package/{lib → dist}/trustedApplications/trustedApplications.utils.d.ts +0 -0
  377. /package/{lib → dist}/trustedApplications/trustedApplications.utils.d.ts.map +0 -0
  378. /package/{lib → dist}/trustedApplications/trustedApplications.view.d.ts +0 -0
  379. /package/{lib → dist}/trustedApplications/trustedApplications.view.d.ts.map +0 -0
@@ -1,609 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:p="http://www.evolus.vn/Namespace/Pencil" xmlns:pencil="http://www.evolus.vn/Namespace/Pencil" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:rdfa="http://docs.oasis-open.org/opendocument/meta/rdfa#" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:regexp="http://exslt.org/regular-expressions" xmlns:em="http://exslt.org/math" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="632" height="668" id="exportedSVG" version="1.1" pencil:version="1.2.2" sodipodi:docname="panes-for-classes"><g inkscape:label="Untitled Page" inkscape:groupmode="layer" id="layer_untitled_page"><g><rect x="0" y="0" width="632" height="668" fill="none"/><g p:type="Shape" p:def="Evolus.Common:arrow" p:sc="Straight Connector" id="6b1224fc2b294b4182dd4997abe99bfe" transform="matrix(1,0,0,1,363,226)"><p:metadata><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="startPin" ns9889235:viay="-156" ns9889235:viax="-192" ns9889235:connectedOutletId="right" ns9889235:connectedShapeId="6a2d03b4195945ef8ef08bfab2494215">-202,-156</p:property><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="endPin" ns9889235:connectedShapeId="5f130fd15d0a457b88c95178a79896ea" ns9889235:connectedOutletId="middle-left" ns9889235:viax="-40" ns9889235:viay="-12">-30,-12</p:property><p:property name="withStartArrow">false</p:property><p:property name="withEndArrow">true</p:property><p:property name="mode">straight</p:property><p:property name="detached">false</p:property><p:property name="strokeColor">#666666FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent"/><p:property name="textFont">Helvetica|normal|normal|12px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
2
- <defs>
3
- <path style="stroke-linejoin: round; fill: none;" p:name="path" id="cc9108e99d2143138ce5c6e31e0f25bd" d="M -202 -156 L -37.66757672993104 -18.419366564593428 L -30 -12 M -31 -20 L -30 -12 L -38 -11"/>
4
- </defs>
5
- <use xlink:href="#cc9108e99d2143138ce5c6e31e0f25bd" stroke-width="10" stroke-opacity="0" stroke="#FF0000"/>
6
- <use xlink:href="#cc9108e99d2143138ce5c6e31e0f25bd" p:name="outArrow1" id="87e24a3809a948d59cbb87e0947da762" style="stroke: rgb(102, 102, 102); stroke-opacity: 1; stroke-width: 2;"/>
7
- <text p:name="text" id="271fe0c5806442d9a475f85369530140" style="fill: rgb(0, 0, 0); fill-opacity: 1; font-family: Helvetica; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;">
8
- <textPath xlink:href="#cc9108e99d2143138ce5c6e31e0f25bd" startOffset="50%" text-anchor="middle" alignment-baseline="middle">
9
- <tspan dy="-4" p:name="textSpan" id="8d9c791fcccf443ab2c12183188c0fed" dx="-16"/>
10
- </textPath>
11
- </text>
12
- </g><g p:type="Shape" p:def="Evolus.Common:arrow" p:sc="Straight Connector" id="26fd0bea811b45989b28d664450438a4" transform="matrix(1,0,0,1,373,251)"><p:metadata><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="startPin" ns9889235:viay="54" ns9889235:viax="-248" ns9889235:connectedOutletId="right" ns9889235:connectedShapeId="e98266a7b5b645c0a25de09253ba1a6f">-258,54</p:property><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="endPin" ns9889235:connectedShapeId="b95da223325e42dea159dc1e68c605d4" ns9889235:connectedOutletId="middle-left" ns9889235:viax="-49" ns9889235:viay="273.5">-39,273.5</p:property><p:property name="withStartArrow">false</p:property><p:property name="withEndArrow">true</p:property><p:property name="mode">straight</p:property><p:property name="detached">false</p:property><p:property name="strokeColor">#666666FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent"/><p:property name="textFont">Helvetica|normal|normal|12px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
13
- <defs>
14
- <path style="stroke-linejoin: round; fill: none;" p:name="path" id="c0d06d0f2af1478da49e2fd335b3e4db" d="M -258 54 L -46.06300042918965 266.4208739990542 L -39 273.5 M -39 266 L -39 273.5 L -47 273"/>
15
- </defs>
16
- <use xlink:href="#c0d06d0f2af1478da49e2fd335b3e4db" stroke-width="10" stroke-opacity="0" stroke="#FF0000"/>
17
- <use xlink:href="#c0d06d0f2af1478da49e2fd335b3e4db" p:name="outArrow1" id="eda46d07003f450aa71629801e6dfac4" style="stroke: rgb(102, 102, 102); stroke-opacity: 1; stroke-width: 2;"/>
18
- <text p:name="text" id="f70f68e75de049909461aa2b716f3132" style="fill: rgb(0, 0, 0); fill-opacity: 1; font-family: Helvetica; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;">
19
- <textPath xlink:href="#c0d06d0f2af1478da49e2fd335b3e4db" startOffset="50%" text-anchor="middle" alignment-baseline="middle">
20
- <tspan dy="-4" p:name="textSpan" id="97ccb124842d49baae4f5bd35ade0875" dx="-16"/>
21
- </textPath>
22
- </text>
23
- </g><g p:type="Shape" p:def="Evolus.Common:arrow" p:sc="Straight Connector" id="12e45162c3774bd8a3946806f21243de" transform="matrix(1,0,0,1,253,75)"><p:metadata><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="startPin" ns9889235:connectedShapeId="4cf2c5fd49334966b2d2d25ac57baad3" ns9889235:connectedOutletId="right" ns9889235:viax="-131" ns9889235:viay="56">-141,56</p:property><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="endPin" ns9889235:viay="56.5" ns9889235:viax="70" ns9889235:connectedOutletId="middle-left" ns9889235:connectedShapeId="2c7c67b1997f4658ab730d2d3a3d1e8b">80,56.5</p:property><p:property name="withStartArrow">false</p:property><p:property name="withEndArrow">true</p:property><p:property name="mode">straight</p:property><p:property name="detached">false</p:property><p:property name="strokeColor">#666666FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent"/><p:property name="textFont">Helvetica|normal|normal|12px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
24
- <defs>
25
- <path style="stroke-linejoin: round; fill: none;" p:name="path" id="b3976d995a2645a0a3ce6a779602f41d" d="M -141 56 L 70.00002559315332 56.47737562351392 L 80 56.5 M 74 51 L 80 56.5 L 74 62"/>
26
- </defs>
27
- <use xlink:href="#b3976d995a2645a0a3ce6a779602f41d" stroke-width="10" stroke-opacity="0" stroke="#FF0000"/>
28
- <use xlink:href="#b3976d995a2645a0a3ce6a779602f41d" p:name="outArrow1" id="139a2b0855a046f48b9e542fbbae2bd6" style="stroke: rgb(102, 102, 102); stroke-opacity: 1; stroke-width: 2;"/>
29
- <text p:name="text" id="cb5a20a0a3464be4a99113db99530aff" style="fill: rgb(0, 0, 0); fill-opacity: 1; font-family: Helvetica; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;">
30
- <textPath xlink:href="#b3976d995a2645a0a3ce6a779602f41d" startOffset="50%" text-anchor="middle" alignment-baseline="middle">
31
- <tspan dy="-4" p:name="textSpan" id="80212869e0a24d7c9c22cc07944aa88c" dx="-16"/>
32
- </textPath>
33
- </text>
34
- </g><g p:type="Shape" p:def="Evolus.Common:arrow" p:sc="Straight Connector" id="4b4663089b7449ac9211c4ffb693ab8f" transform="matrix(1,0,0,1,323,181)"><p:metadata><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="startPin" ns9889235:viay="-50" ns9889235:viax="-201" ns9889235:connectedOutletId="right" ns9889235:connectedShapeId="4cf2c5fd49334966b2d2d25ac57baad3">-211,-50</p:property><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="endPin" ns9889235:connectedShapeId="2c7c67b1997f4658ab730d2d3a3d1e8b" ns9889235:connectedOutletId="middle-left" ns9889235:viax="0" ns9889235:viay="-49.5">10,-49.5</p:property><p:property name="withStartArrow">false</p:property><p:property name="withEndArrow">true</p:property><p:property name="mode">straight</p:property><p:property name="detached">false</p:property><p:property name="strokeColor">#666666FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent"/><p:property name="textFont">Helvetica|normal|normal|12px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
35
- <defs>
36
- <path style="stroke-linejoin: round; fill: none;" p:name="path" id="fcff1f8205444683839a69e126167b93" d="M -211 -50 L 0.000025593153319292128 -49.52262437648608 L 10 -49.5 M 4 -55 L 10 -49.5 L 4 -44"/>
37
- </defs>
38
- <use xlink:href="#fcff1f8205444683839a69e126167b93" stroke-width="10" stroke-opacity="0" stroke="#FF0000"/>
39
- <use xlink:href="#fcff1f8205444683839a69e126167b93" p:name="outArrow1" id="e9960fbb370b4726b983dcf9d741d340" style="stroke: rgb(102, 102, 102); stroke-opacity: 1; stroke-width: 2;"/>
40
- <text p:name="text" id="29d36188e2a947f9b723fb802e630a60" style="fill: rgb(0, 0, 0); fill-opacity: 1; font-family: Helvetica; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;">
41
- <textPath xlink:href="#fcff1f8205444683839a69e126167b93" startOffset="50%" text-anchor="middle" alignment-baseline="middle">
42
- <tspan dy="-4" p:name="textSpan" id="5b0205fa5d86405daa5ce3d5980e7192" dx="-16"/>
43
- </textPath>
44
- </text>
45
- </g><g p:type="Shape" p:def="Evolus.Common:arrow" p:sc="Straight Connector" id="db1c5103fd8f42d5a651848003e81889" transform="matrix(1,0,0,1,338,206)"><p:metadata><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="startPin" ns9889235:viay="49" ns9889235:viax="-200" ns9889235:connectedOutletId="right" ns9889235:connectedShapeId="41bf4c96200d4112af885fdf78fbfa6f">-210,49</p:property><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="endPin" ns9889235:viay="47" ns9889235:viax="-15" ns9889235:connectedOutletId="middle-left" ns9889235:connectedShapeId="d2d7def5986c4f60ae1c1343bcffe28c">-5,47</p:property><p:property name="withStartArrow">false</p:property><p:property name="withEndArrow">true</p:property><p:property name="mode">straight</p:property><p:property name="detached">false</p:property><p:property name="strokeColor">#666666FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent"/><p:property name="textFont">Helvetica|normal|normal|12px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
46
- <defs>
47
- <path style="stroke-linejoin: round; fill: none;" p:name="path" id="9d7dd6c7a36b46feb2c0f1f434fd37c6" d="M -210 49 L -14.999524126772359 47.09755633294412 L -5 47 M -11 41 L -5 47 L -11 53"/>
48
- </defs>
49
- <use xlink:href="#9d7dd6c7a36b46feb2c0f1f434fd37c6" stroke-width="10" stroke-opacity="0" stroke="#FF0000"/>
50
- <use xlink:href="#9d7dd6c7a36b46feb2c0f1f434fd37c6" p:name="outArrow1" id="ff37957b268346de8170a9af4b958488" style="stroke: rgb(102, 102, 102); stroke-opacity: 1; stroke-width: 2;"/>
51
- <text p:name="text" id="f02f88ffc3234bda91db601e70a0f07d" style="fill: rgb(0, 0, 0); fill-opacity: 1; font-family: Helvetica; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;">
52
- <textPath xlink:href="#9d7dd6c7a36b46feb2c0f1f434fd37c6" startOffset="50%" text-anchor="middle" alignment-baseline="middle">
53
- <tspan dy="-4" p:name="textSpan" id="4c2d81af3a7f48dfb26e78917dee9c28" dx="-16"/>
54
- </textPath>
55
- </text>
56
- </g><g p:type="Shape" p:def="Evolus.Common:RoundedRectV2" id="2c7c67b1997f4658ab730d2d3a3d1e8b" transform="matrix(1,0,0,1,333,117)"><p:metadata><p:property name="box">133,29</p:property><p:property name="withBlur">false</p:property><p:property name="radius">0,0</p:property><p:property name="textPadding">0,3.6250000000000004</p:property><p:property name="fillColor">#FFFFFFFF</p:property><p:property name="strokeColor">#000000FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent">Folder</p:property><p:property name="textFont">"Liberation Sans",Arial,sans-serif|normal|normal|13px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
57
-
58
- <defs>
59
- <rect width="131" height="27" rx="0" ry="0" x="0" y="0" style="stroke-width: 2; fill: rgb(255, 255, 255); fill-opacity: 1; stroke: rgb(0, 0, 0); stroke-opacity: 1;" p:name="rrRect" id="02f6b60e1cff4ee0b617067777c3a935" transform="translate(1,1)"/>
60
- <filter height="1.2558399" y="-0.12792" width="1.06396" x="-0.03198" p:name="shadingFilter" id="3509b8833fdd465f92acc84de251a1d1">
61
- <feGaussianBlur stdDeviation="1" in="SourceAlpha"/>
62
- </filter>
63
- <clipPath p:name="textClipPath" id="451a9d944aae4fac83f678a12e62845a">
64
- <rect p:name="textClipPathRect" id="b565cfcccf864f37b6e206dfd80715d0" x="3.6250000000000004" y="3.6250000000000004" width="125.75" height="21.75"/>
65
- </clipPath>
66
- </defs>
67
- <use xlink:href="#02f6b60e1cff4ee0b617067777c3a935" transform="translate(2, 2)" p:filter="url(#3509b8833fdd465f92acc84de251a1d1)" style="opacity: 0.5; visibility: hidden; display: none;" p:heavy="true" p:name="bgCopy" id="df62989160204b98a0a9f6721c887402"/>
68
- <use xlink:href="#02f6b60e1cff4ee0b617067777c3a935"/>
69
- <g clip-path="url(#451a9d944aae4fac83f678a12e62845a)" p:name="text" id="745ed249e8ee47d6af402d9c4d5570c5" dominant-baseline="auto" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; fill: rgb(0, 0, 0); fill-opacity: 1; color: rgb(0, 0, 0);"><g transform="translate(0,3)"><text><tspan x="48" y="16" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; text-transform: none; fill: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">Folder</tspan></text></g></g>
70
- </g><g p:type="Shape" p:def="Evolus.Common:RoundedRectV2" id="d2d7def5986c4f60ae1c1343bcffe28c" transform="matrix(1,0,0,1,333,238)"><p:metadata><p:property name="box">133,30</p:property><p:property name="withBlur">false</p:property><p:property name="radius">0,0</p:property><p:property name="textPadding">0,3.75</p:property><p:property name="fillColor">#FFFFFFFF</p:property><p:property name="strokeColor">#000000FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent">Contacts</p:property><p:property name="textFont">"Liberation Sans",Arial,sans-serif|normal|normal|13px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
71
-
72
- <defs>
73
- <rect width="131" height="28" rx="0" ry="0" x="0" y="0" style="stroke-width: 2; fill: rgb(255, 255, 255); fill-opacity: 1; stroke: rgb(0, 0, 0); stroke-opacity: 1;" p:name="rrRect" id="88509f1810714072a3b543ed270a4810" transform="translate(1,1)"/>
74
- <filter height="1.2558399" y="-0.12792" width="1.06396" x="-0.03198" p:name="shadingFilter" id="824b402d644a4eb5bba97ceb197df293">
75
- <feGaussianBlur stdDeviation="1" in="SourceAlpha"/>
76
- </filter>
77
- <clipPath p:name="textClipPath" id="b5267790b88e4155a7f360a3d2acc70e">
78
- <rect p:name="textClipPathRect" id="e08afdc14d7540b1b081b7ecb193b70d" x="3.75" y="3.75" width="125.5" height="22.5"/>
79
- </clipPath>
80
- </defs>
81
- <use xlink:href="#88509f1810714072a3b543ed270a4810" transform="translate(2, 2)" p:filter="url(#824b402d644a4eb5bba97ceb197df293)" style="opacity: 0.5; visibility: hidden; display: none;" p:heavy="true" p:name="bgCopy" id="b9cc5374138443408e98861f70f260f5"/>
82
- <use xlink:href="#88509f1810714072a3b543ed270a4810"/>
83
- <g clip-path="url(#b5267790b88e4155a7f360a3d2acc70e)" p:name="text" id="18c5e3da807a4aaba284769011bb0157" dominant-baseline="auto" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; fill: rgb(0, 0, 0); fill-opacity: 1; color: rgb(0, 0, 0);"><g transform="translate(0,4)"><text><tspan x="41" y="16" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; text-transform: none; fill: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">Contacts</tspan></text></g></g>
84
- </g><g p:type="Shape" p:def="Evolus.Common:ms-oval" id="b94acf540f304f9688415fd6edf3c968" transform="matrix(1,0,0,1,141,227)"><p:metadata><p:property name="box">78,56</p:property><p:property name="textPadding">0,14</p:property><p:property name="fillColor">#FFFFFFFF</p:property><p:property name="strokeColor">#000000FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent">Person</p:property><p:property name="textFont">"Liberation Sans",Arial,sans-serif|normal|normal|13px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
85
- <ellipse style="stroke-linejoin: round; stroke: rgb(0, 0, 0); stroke-opacity: 1; stroke-width: 2; fill: rgb(255, 255, 255); fill-opacity: 1;" p:name="ellipse" id="75d6d0a25c5546feaac5b092b593e31e" transform="translate(0,0)" cx="39" cy="28" rx="39" ry="28"/>
86
- <foreignObject x="14" y="19" width="50" height="18" p:name="text" id="c2186b581e5f4ffbb6c8cb6a85f108eb" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; fill: rgb(0, 0, 0); fill-opacity: 1; color: rgb(0, 0, 0); text-align: center;"><div xmlns="http://www.w3.org/1999/xhtml">Person</div></foreignObject>
87
- </g><g p:type="Shape" p:def="Evolus.Common:ms-oval" id="816cd168378348ceb7f06fba4cd1bdc6" transform="matrix(1,0,0,1,32,179)"><p:metadata><p:property name="box">104,56</p:property><p:property name="textPadding">0,14</p:property><p:property name="fillColor">#FFFFFFFF</p:property><p:property name="strokeColor">#000000FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent">Organization</p:property><p:property name="textFont">"Liberation Sans",Arial,sans-serif|normal|normal|13px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
88
- <ellipse style="stroke-linejoin: round; stroke: rgb(0, 0, 0); stroke-opacity: 1; stroke-width: 2; fill: rgb(255, 255, 255); fill-opacity: 1;" p:name="ellipse" id="28b0ea5245e243d28d23ca3c68eb65bc" transform="translate(0,0)" cx="52" cy="28" rx="52" ry="28"/>
89
- <foreignObject x="14" y="19" width="76" height="18" p:name="text" id="11ed230e08b041e080d8d3d9738922f5" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; fill: rgb(0, 0, 0); fill-opacity: 1; color: rgb(0, 0, 0); text-align: center;"><div xmlns="http://www.w3.org/1999/xhtml">Organization</div></foreignObject>
90
- </g><g p:type="Shape" p:def="Evolus.Common:ms-oval" id="4cf2c5fd49334966b2d2d25ac57baad3" transform="matrix(1,0,0,1,23,103)"><p:metadata><p:property name="box">89,56</p:property><p:property name="textPadding">0,14</p:property><p:property name="fillColor">#FFFFFFFF</p:property><p:property name="strokeColor">#000000FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent">Container</p:property><p:property name="textFont">"Liberation Sans",Arial,sans-serif|normal|normal|13px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
91
- <ellipse style="stroke-linejoin: round; stroke: rgb(0, 0, 0); stroke-opacity: 1; stroke-width: 2; fill: rgb(255, 255, 255); fill-opacity: 1;" p:name="ellipse" id="ed1aeb60bebb499c9128511f627f86e9" transform="translate(0,0)" cx="44.5" cy="28" rx="44.5" ry="28"/>
92
- <foreignObject x="14" y="19" width="61" height="18" p:name="text" id="bde62a91cc94418d95ddb82750872653" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; fill: rgb(0, 0, 0); fill-opacity: 1; color: rgb(0, 0, 0); text-align: center;"><div xmlns="http://www.w3.org/1999/xhtml">Container</div></foreignObject>
93
- </g><g p:type="Shape" p:def="Evolus.Common:ms-oval" id="e98266a7b5b645c0a25de09253ba1a6f" transform="matrix(1,0,0,1,37,277)"><p:metadata><p:property name="box">78,56</p:property><p:property name="textPadding">0,14</p:property><p:property name="fillColor">#FFFFFFFF</p:property><p:property name="strokeColor">#000000FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent">Group</p:property><p:property name="textFont">"Liberation Sans",Arial,sans-serif|normal|normal|13px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
94
- <ellipse style="stroke-linejoin: round; stroke: rgb(0, 0, 0); stroke-opacity: 1; stroke-width: 2; fill: rgb(255, 255, 255); fill-opacity: 1;" p:name="ellipse" id="832471de722649039e6491408adb4d14" transform="translate(0,0)" cx="39" cy="28" rx="39" ry="28"/>
95
- <foreignObject x="14" y="19" width="50" height="18" p:name="text" id="55710966e76f4286a80faa7f6f03689c" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; fill: rgb(0, 0, 0); fill-opacity: 1; color: rgb(0, 0, 0); text-align: center;"><div xmlns="http://www.w3.org/1999/xhtml">Group</div></foreignObject>
96
- </g><g p:type="Shape" p:def="Evolus.Common:ms-oval" id="41bf4c96200d4112af885fdf78fbfa6f" transform="matrix(1,0,0,1,50,227)"><p:metadata><p:property name="box">78,56</p:property><p:property name="textPadding">0,14</p:property><p:property name="fillColor">#FFFFFFFF</p:property><p:property name="strokeColor">#000000FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent">Address book</p:property><p:property name="textFont">"Liberation Sans",Arial,sans-serif|normal|normal|13px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
97
- <ellipse style="stroke-linejoin: round; stroke: rgb(0, 0, 0); stroke-opacity: 1; stroke-width: 2; fill: rgb(255, 255, 255); fill-opacity: 1;" p:name="ellipse" id="88ba039fb97b43c2ab2c4eccfc3c4718" transform="translate(0,0)" cx="39" cy="28" rx="39" ry="28"/>
98
- <foreignObject x="14" y="10" width="50" height="36" p:name="text" id="7b0aaccf9bce430297e6a6e2b4afa09e" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; fill: rgb(0, 0, 0); fill-opacity: 1; color: rgb(0, 0, 0); text-align: center;"><div xmlns="http://www.w3.org/1999/xhtml">Address book</div></foreignObject>
99
- </g><g p:type="Shape" p:def="Evolus.Common:ms-oval" id="2e36c8e8b74b4af8a3640fe15597b8b2" transform="matrix(1,0,0,1,123,296)"><p:metadata><p:property name="box">111,49</p:property><p:property name="textPadding">0,12.25</p:property><p:property name="fillColor">#FFFFFFFF</p:property><p:property name="strokeColor">#000000FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent">Authorization</p:property><p:property name="textFont">"Liberation Sans",Arial,sans-serif|normal|normal|13px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
100
- <ellipse style="stroke-linejoin: round; stroke: rgb(0, 0, 0); stroke-opacity: 1; stroke-width: 2; fill: rgb(255, 255, 255); fill-opacity: 1;" p:name="ellipse" id="4aaa105fabe645c4bbf5e8d204d45a36" transform="translate(0,0)" cx="55.5" cy="24.5" rx="55.5" ry="24.5"/>
101
- <foreignObject x="12.25" y="16" width="86.5" height="18" p:name="text" id="7dfe7c33c27d48ab9bb921a6d309d0ce" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; fill: rgb(0, 0, 0); fill-opacity: 1; color: rgb(0, 0, 0); text-align: center;"><div xmlns="http://www.w3.org/1999/xhtml">Authorization</div></foreignObject>
102
- </g><g p:type="Shape" p:def="Evolus.Common:RoundedRectV2" id="259b4fd32b9547e0a83284bfb8430da9" transform="matrix(1,0,0,1,334,277)"><p:metadata><p:property name="box">133,28</p:property><p:property name="withBlur">false</p:property><p:property name="radius">0,0</p:property><p:property name="textPadding">0,3.5</p:property><p:property name="fillColor">#FFFFFFFF</p:property><p:property name="strokeColor">#000000FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent">Access Control</p:property><p:property name="textFont">"Liberation Sans",Arial,sans-serif|normal|normal|13px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
103
-
104
- <defs>
105
- <rect width="131" height="26" rx="0" ry="0" x="0" y="0" style="stroke-width: 2; fill: rgb(255, 255, 255); fill-opacity: 1; stroke: rgb(0, 0, 0); stroke-opacity: 1;" p:name="rrRect" id="d30166b743b04e2da484c5fe2176d2e1" transform="translate(1,1)"/>
106
- <filter height="1.2558399" y="-0.12792" width="1.06396" x="-0.03198" p:name="shadingFilter" id="e115e13649b147c0ad868720feb3466a">
107
- <feGaussianBlur stdDeviation="1" in="SourceAlpha"/>
108
- </filter>
109
- <clipPath p:name="textClipPath" id="cc310d6d450a482991692549669235bc">
110
- <rect p:name="textClipPathRect" id="d941ab42dcc4404fb66ad58d343eb11d" x="3.5" y="3.5" width="126" height="21"/>
111
- </clipPath>
112
- </defs>
113
- <use xlink:href="#d30166b743b04e2da484c5fe2176d2e1" transform="translate(2, 2)" p:filter="url(#e115e13649b147c0ad868720feb3466a)" style="opacity: 0.5; visibility: hidden; display: none;" p:heavy="true" p:name="bgCopy" id="9f26b88b34f24b90b37ec4732bfdc6b7"/>
114
- <use xlink:href="#d30166b743b04e2da484c5fe2176d2e1"/>
115
- <g clip-path="url(#cc310d6d450a482991692549669235bc)" p:name="text" id="8b3b75f5a5d94116a168d406b582b7e5" dominant-baseline="auto" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; fill: rgb(0, 0, 0); fill-opacity: 1; color: rgb(0, 0, 0);"><g transform="translate(0,3)"><text><tspan x="23" y="16" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; text-transform: none; fill: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">Access Control</tspan></text></g></g>
116
- </g><g p:type="Shape" p:def="Evolus.Common:RoundedRectV2" id="8d961a4eed39490099fc58d833d85426" transform="matrix(1,0,0,1,333,319)"><p:metadata><p:property name="box">133,26</p:property><p:property name="withBlur">false</p:property><p:property name="radius">0,0</p:property><p:property name="textPadding">0,3.25</p:property><p:property name="fillColor">#FFFFFFFF</p:property><p:property name="strokeColor">#000000FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent">Social</p:property><p:property name="textFont">"Liberation Sans",Arial,sans-serif|normal|normal|13px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
117
-
118
- <defs>
119
- <rect width="131" height="24" rx="0" ry="0" x="0" y="0" style="stroke-width: 2; fill: rgb(255, 255, 255); fill-opacity: 1; stroke: rgb(0, 0, 0); stroke-opacity: 1;" p:name="rrRect" id="08ba365b68c64872bb26fa49174cc4d6" transform="translate(1,1)"/>
120
- <filter height="1.2558399" y="-0.12792" width="1.06396" x="-0.03198" p:name="shadingFilter" id="778b51fb388e4c4585609cc15eddf0d6">
121
- <feGaussianBlur stdDeviation="1" in="SourceAlpha"/>
122
- </filter>
123
- <clipPath p:name="textClipPath" id="d8d6fefc09184657919abd8e686c0403">
124
- <rect p:name="textClipPathRect" id="558a77542f65494181323f3622746756" x="3.25" y="3.25" width="126.5" height="19.5"/>
125
- </clipPath>
126
- </defs>
127
- <use xlink:href="#08ba365b68c64872bb26fa49174cc4d6" transform="translate(2, 2)" p:filter="url(#778b51fb388e4c4585609cc15eddf0d6)" style="opacity: 0.5; visibility: hidden; display: none;" p:heavy="true" p:name="bgCopy" id="ee447ad9227e45e6802232ccf36cec6d"/>
128
- <use xlink:href="#08ba365b68c64872bb26fa49174cc4d6"/>
129
- <g clip-path="url(#d8d6fefc09184657919abd8e686c0403)" p:name="text" id="3510fa7c679e4e7898db20f550244eb0" dominant-baseline="auto" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; fill: rgb(0, 0, 0); fill-opacity: 1; color: rgb(0, 0, 0);"><g transform="translate(0,2)"><text><tspan x="49" y="15" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; text-transform: none; fill: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">Social</tspan></text></g></g>
130
- </g><g p:type="Shape" p:def="Evolus.Common:RoundedRectV2" id="879f6b5adec447fd95e942ae1799a0e5" transform="matrix(1,0,0,1,333,395)"><p:metadata><p:property name="box">133,28</p:property><p:property name="withBlur">false</p:property><p:property name="radius">0,0</p:property><p:property name="textPadding">0,3.5</p:property><p:property name="fillColor">#FFFFFFFF</p:property><p:property name="strokeColor">#000000FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent">Trip</p:property><p:property name="textFont">"Liberation Sans",Arial,sans-serif|normal|normal|13px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
131
-
132
- <defs>
133
- <rect width="131" height="26" rx="0" ry="0" x="0" y="0" style="stroke-width: 2; fill: rgb(255, 255, 255); fill-opacity: 1; stroke: rgb(0, 0, 0); stroke-opacity: 1;" p:name="rrRect" id="4aea80699a9145ed96f73dc61d261467" transform="translate(1,1)"/>
134
- <filter height="1.2558399" y="-0.12792" width="1.06396" x="-0.03198" p:name="shadingFilter" id="c404fc395eb64f38a73b65eb7b76dc93">
135
- <feGaussianBlur stdDeviation="1" in="SourceAlpha"/>
136
- </filter>
137
- <clipPath p:name="textClipPath" id="79cd3c14dc80413f87f65ae50ab12119">
138
- <rect p:name="textClipPathRect" id="4373a58d86f34a418603509930c89fc4" x="3.5" y="3.5" width="126" height="21"/>
139
- </clipPath>
140
- </defs>
141
- <use xlink:href="#4aea80699a9145ed96f73dc61d261467" transform="translate(2, 2)" p:filter="url(#c404fc395eb64f38a73b65eb7b76dc93)" style="opacity: 0.5; visibility: hidden; display: none;" p:heavy="true" p:name="bgCopy" id="8732a450c2f34d34b23ac016926a4b01"/>
142
- <use xlink:href="#4aea80699a9145ed96f73dc61d261467"/>
143
- <g clip-path="url(#79cd3c14dc80413f87f65ae50ab12119)" p:name="text" id="75f8679f82ac45d2bc350185c844a672" dominant-baseline="auto" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; fill: rgb(0, 0, 0); fill-opacity: 1; color: rgb(0, 0, 0);"><g transform="translate(0,3)"><text><tspan x="56" y="16" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; text-transform: none; fill: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">Trip</tspan></text></g></g>
144
- </g><g p:type="Shape" p:def="Evolus.Common:RoundedRectV2" id="f4250b8b55a94bd69d9c29f3438852f3" transform="matrix(1,0,0,1,333,358)"><p:metadata><p:property name="box">133,29</p:property><p:property name="withBlur">false</p:property><p:property name="radius">0,0</p:property><p:property name="textPadding">0,3.625</p:property><p:property name="fillColor">#FFFFFFFF</p:property><p:property name="strokeColor">#000000FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent">Attachment</p:property><p:property name="textFont">"Liberation Sans",Arial,sans-serif|normal|normal|13px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
145
-
146
- <defs>
147
- <rect width="131" height="27" rx="0" ry="0" x="0" y="0" style="stroke-width: 2; fill: rgb(255, 255, 255); fill-opacity: 1; stroke: rgb(0, 0, 0); stroke-opacity: 1;" p:name="rrRect" id="07b89daff6094ee694490929da7b294b" transform="translate(1,1)"/>
148
- <filter height="1.2558399" y="-0.12792" width="1.06396" x="-0.03198" p:name="shadingFilter" id="8c14328275374aad959f78531f6a32ed">
149
- <feGaussianBlur stdDeviation="1" in="SourceAlpha"/>
150
- </filter>
151
- <clipPath p:name="textClipPath" id="613dd76ff8c14983837ebcf04e933be2">
152
- <rect p:name="textClipPathRect" id="5249f9eb93e5418b84fed38ff82d1984" x="3.625" y="3.625" width="125.75" height="21.75"/>
153
- </clipPath>
154
- </defs>
155
- <use xlink:href="#07b89daff6094ee694490929da7b294b" transform="translate(2, 2)" p:filter="url(#8c14328275374aad959f78531f6a32ed)" style="opacity: 0.5; visibility: hidden; display: none;" p:heavy="true" p:name="bgCopy" id="83ab19cdf5c34387a017e1949e5cdc6c"/>
156
- <use xlink:href="#07b89daff6094ee694490929da7b294b"/>
157
- <g clip-path="url(#613dd76ff8c14983837ebcf04e933be2)" p:name="text" id="e0722c0b433649469016e38fed4a2997" dominant-baseline="auto" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; fill: rgb(0, 0, 0); fill-opacity: 1; color: rgb(0, 0, 0);"><g transform="translate(0,3)"><text><tspan x="34" y="16" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; text-transform: none; fill: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">Attachment</tspan></text></g></g>
158
- </g><g p:type="Shape" p:def="Evolus.Common:ms-oval" id="f90fa802b69340bcb8d6ebdb890c3a68" transform="matrix(1,0,0,1,132,131)"><p:metadata><p:property name="box">87,56</p:property><p:property name="textPadding">0,14</p:property><p:property name="fillColor">#FFFFFFFF</p:property><p:property name="strokeColor">#000000FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent">Document</p:property><p:property name="textFont">"Liberation Sans",Arial,sans-serif|normal|normal|13px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
159
- <ellipse style="stroke-linejoin: round; stroke: rgb(0, 0, 0); stroke-opacity: 1; stroke-width: 2; fill: rgb(255, 255, 255); fill-opacity: 1;" p:name="ellipse" id="ac0f892e68a844aa8ebcaf87afdc5156" transform="translate(0,0)" cx="43.5" cy="28" rx="43.5" ry="28"/>
160
- <foreignObject x="14" y="19" width="59" height="18" p:name="text" id="66d62017d46949c688e01de339fad90a" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; fill: rgb(0, 0, 0); fill-opacity: 1; color: rgb(0, 0, 0); text-align: center;"><div xmlns="http://www.w3.org/1999/xhtml">Document</div></foreignObject>
161
- </g><g p:type="Shape" p:def="Evolus.Common:RoundedRectV2" id="d48d4d5e7c2941e3977e76b1b08f090b" transform="matrix(1,0,0,1,333,425)"><p:metadata><p:property name="box">133,33</p:property><p:property name="withBlur">false</p:property><p:property name="radius">0,0</p:property><p:property name="textPadding">0,4.125</p:property><p:property name="fillColor">#FFFFFFFF</p:property><p:property name="strokeColor">#000000FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent">Transaction</p:property><p:property name="textFont">"Liberation Sans",Arial,sans-serif|normal|normal|13px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
162
-
163
- <defs>
164
- <rect width="131" height="31" rx="0" ry="0" x="0" y="0" style="stroke-width: 2; fill: rgb(255, 255, 255); fill-opacity: 1; stroke: rgb(0, 0, 0); stroke-opacity: 1;" p:name="rrRect" id="82c2d034bee24aa187756198d543abfb" transform="translate(1,1)"/>
165
- <filter height="1.2558399" y="-0.12792" width="1.06396" x="-0.03198" p:name="shadingFilter" id="4fc4b1155f0146e4a77af31b26a568a2">
166
- <feGaussianBlur stdDeviation="1" in="SourceAlpha"/>
167
- </filter>
168
- <clipPath p:name="textClipPath" id="e002508e902b49bdaaa443314fa7e6dd">
169
- <rect p:name="textClipPathRect" id="3f3d87bd072140d2b1618747f0d7a917" x="4.125" y="4.125" width="124.75" height="24.75"/>
170
- </clipPath>
171
- </defs>
172
- <use xlink:href="#82c2d034bee24aa187756198d543abfb" transform="translate(2, 2)" p:filter="url(#4fc4b1155f0146e4a77af31b26a568a2)" style="opacity: 0.5; visibility: hidden; display: none;" p:heavy="true" p:name="bgCopy" id="61ca81e02f7c4d2788e7abc010a51522"/>
173
- <use xlink:href="#82c2d034bee24aa187756198d543abfb"/>
174
- <g clip-path="url(#e002508e902b49bdaaa443314fa7e6dd)" p:name="text" id="b3f09021f6df4c249f5d317638af54f9" dominant-baseline="auto" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; fill: rgb(0, 0, 0); fill-opacity: 1; color: rgb(0, 0, 0);"><g transform="translate(0,5)"><text><tspan x="32" y="16" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; text-transform: none; fill: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">Transaction</tspan></text></g></g>
175
- </g><g p:type="Shape" p:def="Evolus.Common:arrow" p:sc="Straight Connector" id="fd8bce61246b44bd9e2af4d2d4bf23ec" transform="matrix(1,0,0,1,263,85)"><p:metadata><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="startPin" ns9889235:viay="74" ns9889235:viax="-34" ns9889235:connectedOutletId="right" ns9889235:connectedShapeId="f90fa802b69340bcb8d6ebdb890c3a68">-44,74</p:property><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="endPin" ns9889235:viay="46.5" ns9889235:viax="60" ns9889235:connectedOutletId="middle-left" ns9889235:connectedShapeId="2c7c67b1997f4658ab730d2d3a3d1e8b">70,46.5</p:property><p:property name="withStartArrow">false</p:property><p:property name="withEndArrow">true</p:property><p:property name="mode">straight</p:property><p:property name="detached">false</p:property><p:property name="strokeColor">#666666FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent"/><p:property name="textFont">Helvetica|normal|normal|12px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
176
- <defs>
177
- <path style="stroke-linejoin: round; fill: none;" p:name="path" id="d92962772a634cd0a72e971b1b50ba6b" d="M -44 74 L 60.27884266906705 48.84501602281277 L 70 46.5 M 63 42 L 70 46.5 L 66 53"/>
178
- </defs>
179
- <use xlink:href="#d92962772a634cd0a72e971b1b50ba6b" stroke-width="10" stroke-opacity="0" stroke="#FF0000"/>
180
- <use xlink:href="#d92962772a634cd0a72e971b1b50ba6b" p:name="outArrow1" id="951671f97eb44c0e9c167e81cfb46d07" style="stroke: rgb(102, 102, 102); stroke-opacity: 1; stroke-width: 2;"/>
181
- <text p:name="text" id="4bf0c2bbbcff43b4abe32acfca16312c" style="fill: rgb(0, 0, 0); fill-opacity: 1; font-family: Helvetica; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;">
182
- <textPath xlink:href="#d92962772a634cd0a72e971b1b50ba6b" startOffset="50%" text-anchor="middle" alignment-baseline="middle">
183
- <tspan dy="-4" p:name="textSpan" id="d0d13442bbd14c058c75ca432ef56210" dx="-16"/>
184
- </textPath>
185
- </text>
186
- </g><g p:type="Shape" p:def="Evolus.Common:arrow" p:sc="Straight Connector" id="b350b2b7c89c4f0b83d6db47d23ea612" transform="matrix(1,0,0,1,368,226)"><p:metadata><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="startPin" ns9889235:viay="79" ns9889235:viax="-243" ns9889235:connectedOutletId="right" ns9889235:connectedShapeId="e98266a7b5b645c0a25de09253ba1a6f">-253,79</p:property><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="endPin" ns9889235:connectedShapeId="d2d7def5986c4f60ae1c1343bcffe28c" ns9889235:connectedOutletId="middle-left" ns9889235:viax="-45" ns9889235:viay="27">-35,27</p:property><p:property name="withStartArrow">false</p:property><p:property name="withEndArrow">true</p:property><p:property name="mode">straight</p:property><p:property name="detached">false</p:property><p:property name="strokeColor">#666666FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent"/><p:property name="textFont">Helvetica|normal|normal|12px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
187
- <defs>
188
- <path style="stroke-linejoin: round; fill: none;" p:name="path" id="0e33838e1e514371ba73483c4d3486c8" d="M -253 79 L -44.72710381041879 29.32022659698063 L -35 27 M -42 23 L -35 27 L -39 34"/>
189
- </defs>
190
- <use xlink:href="#0e33838e1e514371ba73483c4d3486c8" stroke-width="10" stroke-opacity="0" stroke="#FF0000"/>
191
- <use xlink:href="#0e33838e1e514371ba73483c4d3486c8" p:name="outArrow1" id="58f84125db1b4bc0b2e5496279eab02b" style="stroke: rgb(102, 102, 102); stroke-opacity: 1; stroke-width: 2;"/>
192
- <text p:name="text" id="e0ca583d376949db8f1180d1255cd2db" style="fill: rgb(0, 0, 0); fill-opacity: 1; font-family: Helvetica; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;">
193
- <textPath xlink:href="#0e33838e1e514371ba73483c4d3486c8" startOffset="50%" text-anchor="middle" alignment-baseline="middle">
194
- <tspan dy="-4" p:name="textSpan" id="3dbd4185943a49bc970e246bbb9139fa" dx="-16"/>
195
- </textPath>
196
- </text>
197
- </g><g p:type="Shape" p:def="Evolus.Common:arrow" p:sc="Straight Connector" id="4abed6781c0c42a1bc650991f233d924" transform="matrix(1,0,0,1,368,241)"><p:metadata><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="startPin" ns9889235:connectedShapeId="816cd168378348ceb7f06fba4cd1bdc6" ns9889235:connectedOutletId="right" ns9889235:viax="-222" ns9889235:viay="-34">-232,-34</p:property><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="endPin" ns9889235:connectedShapeId="d2d7def5986c4f60ae1c1343bcffe28c" ns9889235:connectedOutletId="middle-left" ns9889235:viax="-45" ns9889235:viay="12">-35,12</p:property><p:property name="withStartArrow">false</p:property><p:property name="withEndArrow">true</p:property><p:property name="mode">straight</p:property><p:property name="detached">false</p:property><p:property name="strokeColor">#666666FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent"/><p:property name="textFont">Helvetica|normal|normal|12px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
198
- <defs>
199
- <path style="stroke-linejoin: round; fill: none;" p:name="path" id="657aeb8f331944179c85eb0313ef8232" d="M -232 -34 L -44.738047354566525 9.726141226852487 L -35 12 M -39 5 L -35 12 L -42 16"/>
200
- </defs>
201
- <use xlink:href="#657aeb8f331944179c85eb0313ef8232" stroke-width="10" stroke-opacity="0" stroke="#FF0000"/>
202
- <use xlink:href="#657aeb8f331944179c85eb0313ef8232" p:name="outArrow1" id="a412e3a22b9440feaac5889834dec09d" style="stroke: rgb(102, 102, 102); stroke-opacity: 1; stroke-width: 2;"/>
203
- <text p:name="text" id="ba9e4b2ecaec45be904fe87af4fa6bf5" style="fill: rgb(0, 0, 0); fill-opacity: 1; font-family: Helvetica; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;">
204
- <textPath xlink:href="#657aeb8f331944179c85eb0313ef8232" startOffset="50%" text-anchor="middle" alignment-baseline="middle">
205
- <tspan dy="-4" p:name="textSpan" id="76dad5d7f1384ad19cec420e6c848e65" dx="-16"/>
206
- </textPath>
207
- </text>
208
- </g><g p:type="Shape" p:def="Evolus.Common:arrow" p:sc="Straight Connector" id="0a93a18851034a6bab3b5da44a54f2f1" transform="matrix(1,0,0,1,398,256)"><p:metadata><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="startPin" ns9889235:viay="49" ns9889235:viax="-273" ns9889235:connectedOutletId="right" ns9889235:connectedShapeId="e98266a7b5b645c0a25de09253ba1a6f">-283,49</p:property><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="endPin" ns9889235:viay="35" ns9889235:viax="-74" ns9889235:connectedOutletId="middle-left" ns9889235:connectedShapeId="259b4fd32b9547e0a83284bfb8430da9">-64,35</p:property><p:property name="withStartArrow">false</p:property><p:property name="withEndArrow">true</p:property><p:property name="mode">straight</p:property><p:property name="detached">false</p:property><p:property name="strokeColor">#666666FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent"/><p:property name="textFont">Helvetica|normal|normal|12px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
209
- <defs>
210
- <path style="stroke-linejoin: round; fill: none;" p:name="path" id="643a5fc7fcb7433393573abbb20614be" d="M -283 49 L -73.97962914655115 35.6379671600535 L -64 35 M -70 30 L -64 35 L -69 41"/>
211
- </defs>
212
- <use xlink:href="#643a5fc7fcb7433393573abbb20614be" stroke-width="10" stroke-opacity="0" stroke="#FF0000"/>
213
- <use xlink:href="#643a5fc7fcb7433393573abbb20614be" p:name="outArrow1" id="bc633790c388475ba7f38230ff69966a" style="stroke: rgb(102, 102, 102); stroke-opacity: 1; stroke-width: 2;"/>
214
- <text p:name="text" id="c15aa2bf07ae4d389bda26fe65d1a7b3" style="fill: rgb(0, 0, 0); fill-opacity: 1; font-family: Helvetica; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;">
215
- <textPath xlink:href="#643a5fc7fcb7433393573abbb20614be" startOffset="50%" text-anchor="middle" alignment-baseline="middle">
216
- <tspan dy="-4" p:name="textSpan" id="4f3364c216414464bc9a6754de250c30" dx="-16"/>
217
- </textPath>
218
- </text>
219
- </g><g p:type="Shape" p:def="Evolus.Common:arrow" p:sc="Straight Connector" id="0e5747c428884209b1eacb5c6a76a335" transform="matrix(1,0,0,1,408,266)"><p:metadata><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="startPin" ns9889235:viay="-11" ns9889235:viax="-179" ns9889235:connectedOutletId="right" ns9889235:connectedShapeId="b94acf540f304f9688415fd6edf3c968">-189,-11</p:property><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="endPin" ns9889235:viay="25" ns9889235:viax="-84" ns9889235:connectedOutletId="middle-left" ns9889235:connectedShapeId="259b4fd32b9547e0a83284bfb8430da9">-74,25</p:property><p:property name="withStartArrow">false</p:property><p:property name="withEndArrow">true</p:property><p:property name="mode">straight</p:property><p:property name="detached">false</p:property><p:property name="strokeColor">#666666FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent"/><p:property name="textFont">Helvetica|normal|normal|12px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
220
- <defs>
221
- <path style="stroke-linejoin: round; fill: none;" p:name="path" id="398643c0489a40729f3f2e448f2772ec" d="M -189 -11 L -83.54332200206335 22.012525286310602 L -74 25 M -78 18 L -74 25 L -81 29"/>
222
- </defs>
223
- <use xlink:href="#398643c0489a40729f3f2e448f2772ec" stroke-width="10" stroke-opacity="0" stroke="#FF0000"/>
224
- <use xlink:href="#398643c0489a40729f3f2e448f2772ec" p:name="outArrow1" id="4b85aaa71a6d412ba69e5f50bc42693d" style="stroke: rgb(102, 102, 102); stroke-opacity: 1; stroke-width: 2;"/>
225
- <text p:name="text" id="0e024f9cc2024846b256060df354fc3f" style="fill: rgb(0, 0, 0); fill-opacity: 1; font-family: Helvetica; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;">
226
- <textPath xlink:href="#398643c0489a40729f3f2e448f2772ec" startOffset="50%" text-anchor="middle" alignment-baseline="middle">
227
- <tspan dy="-4" p:name="textSpan" id="f7e079a24ea140f89245efd11ed53da0" dx="-16"/>
228
- </textPath>
229
- </text>
230
- </g><g p:type="Shape" p:def="Evolus.Common:arrow" p:sc="Straight Connector" id="76b22289627b4dfbb17c46b439e75033" transform="matrix(1,0,0,1,417,291)"><p:metadata><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="startPin" ns9889235:connectedShapeId="b94acf540f304f9688415fd6edf3c968" ns9889235:connectedOutletId="right" ns9889235:viax="-188" ns9889235:viay="-36">-198,-36</p:property><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="endPin" ns9889235:viay="-38" ns9889235:viax="-94" ns9889235:connectedOutletId="middle-left" ns9889235:connectedShapeId="d2d7def5986c4f60ae1c1343bcffe28c">-84,-38</p:property><p:property name="withStartArrow">false</p:property><p:property name="withEndArrow">true</p:property><p:property name="mode">straight</p:property><p:property name="detached">false</p:property><p:property name="strokeColor">#666666FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent"/><p:property name="textFont">Helvetica|normal|normal|12px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
231
- <defs>
232
- <path style="stroke-linejoin: round; fill: none;" p:name="path" id="2ba0bec91716464482e0fffa12da698c" d="M -198 -36 L -93.99846142010013 -37.824588396138594 L -84 -38 M -90 -44 L -84 -38 L -90 -32"/>
233
- </defs>
234
- <use xlink:href="#2ba0bec91716464482e0fffa12da698c" stroke-width="10" stroke-opacity="0" stroke="#FF0000"/>
235
- <use xlink:href="#2ba0bec91716464482e0fffa12da698c" p:name="outArrow1" id="3b64baab658042aaa1346b9bb23e6c45" style="stroke: rgb(102, 102, 102); stroke-opacity: 1; stroke-width: 2;"/>
236
- <text p:name="text" id="52530900c12b409c8ec4a3cdc78a9e52" style="fill: rgb(0, 0, 0); fill-opacity: 1; font-family: Helvetica; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;">
237
- <textPath xlink:href="#2ba0bec91716464482e0fffa12da698c" startOffset="50%" text-anchor="middle" alignment-baseline="middle">
238
- <tspan dy="-4" p:name="textSpan" id="09ed0ae654ef4afd95d61cdb766b9694" dx="-16"/>
239
- </textPath>
240
- </text>
241
- </g><g p:type="Shape" p:def="Evolus.Common:arrow" p:sc="Straight Connector" id="4735b705719e457897dfafee006106b6" transform="matrix(1,0,0,1,395,254)"><p:metadata><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="startPin" ns9889235:connectedShapeId="2e36c8e8b74b4af8a3640fe15597b8b2" ns9889235:connectedOutletId="right" ns9889235:viax="-151" ns9889235:viay="66.5">-161,66.5</p:property><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="endPin" ns9889235:connectedShapeId="259b4fd32b9547e0a83284bfb8430da9" ns9889235:connectedOutletId="middle-left" ns9889235:viax="-71" ns9889235:viay="37">-61,37</p:property><p:property name="withStartArrow">false</p:property><p:property name="withEndArrow">true</p:property><p:property name="mode">straight</p:property><p:property name="detached">false</p:property><p:property name="strokeColor">#666666FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent"/><p:property name="textFont">Helvetica|normal|normal|12px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
242
- <defs>
243
- <path style="stroke-linejoin: round; fill: none;" p:name="path" id="9cf12cb9113a4f5790f44efdd3d77b2c" d="M -161 66.5 L -70.59136092351471 39.829451472436844 L -61 37 M -68 33 L -61 37 L -65 44"/>
244
- </defs>
245
- <use xlink:href="#9cf12cb9113a4f5790f44efdd3d77b2c" stroke-width="10" stroke-opacity="0" stroke="#FF0000"/>
246
- <use xlink:href="#9cf12cb9113a4f5790f44efdd3d77b2c" p:name="outArrow1" id="1a65954891754553bff22ba860c355d8" style="stroke: rgb(102, 102, 102); stroke-opacity: 1; stroke-width: 2;"/>
247
- <text p:name="text" id="24e076865b094ec5ad3fccbca3fc1e9d" style="fill: rgb(0, 0, 0); fill-opacity: 1; font-family: Helvetica; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;">
248
- <textPath xlink:href="#9cf12cb9113a4f5790f44efdd3d77b2c" startOffset="50%" text-anchor="middle" alignment-baseline="middle">
249
- <tspan dy="-4" p:name="textSpan" id="750470132a06463ba1f4f36ce59eb00d" dx="-16"/>
250
- </textPath>
251
- </text>
252
- </g><g p:type="Shape" p:def="Evolus.Common:RoundedRectV2" id="6739a5ae916a4a62b73769737a9daa46" transform="matrix(1,0,0,1,333,69)"><p:metadata><p:property name="box">133,29</p:property><p:property name="withBlur">false</p:property><p:property name="radius">0,0</p:property><p:property name="textPadding">0,3.625</p:property><p:property name="fillColor">#FFFFFFFF</p:property><p:property name="strokeColor">#000000FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent">Internal</p:property><p:property name="textFont">"Liberation Sans",Arial,sans-serif|normal|normal|13px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
253
-
254
- <defs>
255
- <rect width="131" height="27" rx="0" ry="0" x="0" y="0" style="stroke-width: 2; fill: rgb(255, 255, 255); fill-opacity: 1; stroke: rgb(0, 0, 0); stroke-opacity: 1;" p:name="rrRect" id="bfe4820ff790434985f8d94ec19ee42d" transform="translate(1,1)"/>
256
- <filter height="1.2558399" y="-0.12792" width="1.06396" x="-0.03198" p:name="shadingFilter" id="d9ba6fa5caaf49d1b55928394492c89d">
257
- <feGaussianBlur stdDeviation="1" in="SourceAlpha"/>
258
- </filter>
259
- <clipPath p:name="textClipPath" id="76f77a0c331744238edf4b55b6dcef92">
260
- <rect p:name="textClipPathRect" id="e990229e670e49b1ae0babb5adcfa32e" x="3.625" y="3.625" width="125.75" height="21.75"/>
261
- </clipPath>
262
- </defs>
263
- <use xlink:href="#bfe4820ff790434985f8d94ec19ee42d" transform="translate(2, 2)" p:filter="url(#d9ba6fa5caaf49d1b55928394492c89d)" style="opacity: 0.5; visibility: hidden; display: none;" p:heavy="true" p:name="bgCopy" id="16e09f7d5397480bbe7f89f3bbf2c339"/>
264
- <use xlink:href="#bfe4820ff790434985f8d94ec19ee42d"/>
265
- <g clip-path="url(#76f77a0c331744238edf4b55b6dcef92)" p:name="text" id="6c1d4dc35c204ea0b2863f7fd09e5073" dominant-baseline="auto" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; fill: rgb(0, 0, 0); fill-opacity: 1; color: rgb(0, 0, 0);"><g transform="translate(0,3)"><text><tspan x="45" y="16" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; text-transform: none; fill: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">Internal</tspan></text></g></g>
266
- </g><g p:type="Shape" p:def="Evolus.Common:ms-oval" id="a1c7049cfabc47b9a44aee79722248d4" transform="matrix(1,0,0,1,44,366)"><p:metadata><p:property name="box">66,48</p:property><p:property name="textPadding">0,12</p:property><p:property name="fillColor">#FFFFFFFF</p:property><p:property name="strokeColor">#000000FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent">Trip</p:property><p:property name="textFont">"Liberation Sans",Arial,sans-serif|normal|normal|13px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
267
- <ellipse style="stroke-linejoin: round; stroke: rgb(0, 0, 0); stroke-opacity: 1; stroke-width: 2; fill: rgb(255, 255, 255); fill-opacity: 1;" p:name="ellipse" id="7bc33d24d7b84a6480936568a5fd92b8" transform="translate(0,0)" cx="33" cy="24" rx="33" ry="24"/>
268
- <foreignObject x="12" y="15" width="42" height="18" p:name="text" id="42e06cafae124ec192cac22f16d40bb8" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; fill: rgb(0, 0, 0); fill-opacity: 1; color: rgb(0, 0, 0); text-align: center;"><div xmlns="http://www.w3.org/1999/xhtml">Trip</div></foreignObject>
269
- </g><g p:type="Shape" p:def="Evolus.Common:arrow" p:sc="Straight Connector" id="3048e40ec7104e59b61b15fb1432b0a4" transform="matrix(1,0,0,1,405,294)"><p:metadata><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="startPin" ns9889235:connectedShapeId="a1c7049cfabc47b9a44aee79722248d4" ns9889235:connectedOutletId="right" ns9889235:viax="-285" ns9889235:viay="96">-295,96</p:property><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="endPin" ns9889235:connectedShapeId="879f6b5adec447fd95e942ae1799a0e5" ns9889235:connectedOutletId="middle-left" ns9889235:viax="-82" ns9889235:viay="115">-72,115</p:property><p:property name="withStartArrow">false</p:property><p:property name="withEndArrow">true</p:property><p:property name="mode">straight</p:property><p:property name="detached">false</p:property><p:property name="strokeColor">#666666FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent"/><p:property name="textFont">Helvetica|normal|normal|12px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
270
- <defs>
271
- <path style="stroke-linejoin: round; fill: none;" p:name="path" id="e77be5d3c51b405fab89101904909aed" d="M -295 96 L -81.96389970166918 114.15105787295195 L -72 115 M -77 109 L -72 115 L -78 120"/>
272
- </defs>
273
- <use xlink:href="#e77be5d3c51b405fab89101904909aed" stroke-width="10" stroke-opacity="0" stroke="#FF0000"/>
274
- <use xlink:href="#e77be5d3c51b405fab89101904909aed" p:name="outArrow1" id="c619eee5c27b48208ec097d9ef0a2852" style="stroke: rgb(102, 102, 102); stroke-opacity: 1; stroke-width: 2;"/>
275
- <text p:name="text" id="a4680e15837e41b28e50fe43d2d2699f" style="fill: rgb(0, 0, 0); fill-opacity: 1; font-family: Helvetica; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;">
276
- <textPath xlink:href="#e77be5d3c51b405fab89101904909aed" startOffset="50%" text-anchor="middle" alignment-baseline="middle">
277
- <tspan dy="-4" p:name="textSpan" id="f647e47e16784bd381dec1ab238f138b" dx="-16"/>
278
- </textPath>
279
- </text>
280
- </g><g p:type="Shape" p:def="Evolus.Common:arrow" p:sc="Straight Connector" id="d35391ab37cf40d2b34a67e0f48500a6" transform="matrix(1,0,0,1,283,95)"><p:metadata><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="startPin" ns9889235:viay="64" ns9889235:viax="-54" ns9889235:connectedOutletId="right" ns9889235:connectedShapeId="f90fa802b69340bcb8d6ebdb890c3a68">-64,64</p:property><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="endPin" ns9889235:connectedShapeId="f4250b8b55a94bd69d9c29f3438852f3" ns9889235:connectedOutletId="middle-left" ns9889235:viax="40" ns9889235:viay="277.5">50,277.5</p:property><p:property name="withStartArrow">false</p:property><p:property name="withEndArrow">true</p:property><p:property name="mode">straight</p:property><p:property name="detached">false</p:property><p:property name="strokeColor">#666666FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent"/><p:property name="textFont">Helvetica|normal|normal|12px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
281
- <defs>
282
- <path style="stroke-linejoin: round; fill: none;" p:name="path" id="360d6491a57d478b94f0c561231250cb" d="M -64 64 L 45.2898292112157 268.6787590929347 L 50 277.5 M 52 270 L 50 277.5 L 42 275"/>
283
- </defs>
284
- <use xlink:href="#360d6491a57d478b94f0c561231250cb" stroke-width="10" stroke-opacity="0" stroke="#FF0000"/>
285
- <use xlink:href="#360d6491a57d478b94f0c561231250cb" p:name="outArrow1" id="6eb3bea0e78445dbb2a21471aacbb171" style="stroke: rgb(102, 102, 102); stroke-opacity: 1; stroke-width: 2;"/>
286
- <text p:name="text" id="b325cdc200434fe5b8d5cb76a25e0585" style="fill: rgb(0, 0, 0); fill-opacity: 1; font-family: Helvetica; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;">
287
- <textPath xlink:href="#360d6491a57d478b94f0c561231250cb" startOffset="50%" text-anchor="middle" alignment-baseline="middle">
288
- <tspan dy="-4" p:name="textSpan" id="5bf2f580f5314eb5bf13dcb9db4e9ad0" dx="-16"/>
289
- </textPath>
290
- </text>
291
- </g><g p:type="Shape" p:def="Evolus.Common:arrow" p:sc="Straight Connector" id="27a83ae41fc54e79a86f7ea41bf7de1b" transform="matrix(1,0,0,1,445,294)"><p:metadata><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="startPin" ns9889235:connectedShapeId="a1c7049cfabc47b9a44aee79722248d4" ns9889235:connectedOutletId="right" ns9889235:viax="-325" ns9889235:viay="96">-335,96</p:property><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="endPin" ns9889235:viay="78.5" ns9889235:viax="-122" ns9889235:connectedOutletId="middle-left" ns9889235:connectedShapeId="f4250b8b55a94bd69d9c29f3438852f3">-112,78.5</p:property><p:property name="withStartArrow">false</p:property><p:property name="withEndArrow">true</p:property><p:property name="mode">straight</p:property><p:property name="detached">false</p:property><p:property name="strokeColor">#666666FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent"/><p:property name="textFont">Helvetica|normal|normal|12px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
292
- <defs>
293
- <path style="stroke-linejoin: round; fill: none;" p:name="path" id="21a500a9712d44f5b867be32377aa9c6" d="M -335 96 L -121.96934960307274 79.2823480630214 L -112 78.5 M -118 73 L -112 78.5 L -117 85"/>
294
- </defs>
295
- <use xlink:href="#21a500a9712d44f5b867be32377aa9c6" stroke-width="10" stroke-opacity="0" stroke="#FF0000"/>
296
- <use xlink:href="#21a500a9712d44f5b867be32377aa9c6" p:name="outArrow1" id="a4963220743843ae815c1a5cbfa3b915" style="stroke: rgb(102, 102, 102); stroke-opacity: 1; stroke-width: 2;"/>
297
- <text p:name="text" id="672588cb77094887b3f46a0f347948a2" style="fill: rgb(0, 0, 0); fill-opacity: 1; font-family: Helvetica; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;">
298
- <textPath xlink:href="#21a500a9712d44f5b867be32377aa9c6" startOffset="50%" text-anchor="middle" alignment-baseline="middle">
299
- <tspan dy="-4" p:name="textSpan" id="c875219af78e4a2681edd92502808859" dx="-16"/>
300
- </textPath>
301
- </text>
302
- </g><g p:type="Shape" p:def="Evolus.Common:ms-oval" id="7901567bebd44c1a8dddf47a3f148149" transform="matrix(1,0,0,1,55,417)"><p:metadata><p:property name="box">123,56</p:property><p:property name="textPadding">0,14</p:property><p:property name="fillColor">#FFFFFFFF</p:property><p:property name="strokeColor">#000000FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent">Transaction</p:property><p:property name="textFont">"Liberation Sans",Arial,sans-serif|normal|normal|13px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
303
- <ellipse style="stroke-linejoin: round; stroke: rgb(0, 0, 0); stroke-opacity: 1; stroke-width: 2; fill: rgb(255, 255, 255); fill-opacity: 1;" p:name="ellipse" id="265a0848babe4286b800d6e7b0ee20c3" transform="translate(0,0)" cx="61.5" cy="28" rx="61.5" ry="28"/>
304
- <foreignObject x="14" y="19" width="95" height="18" p:name="text" id="d59e74fdc8f4431dbb60efbc500e428c" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; fill: rgb(0, 0, 0); fill-opacity: 1; color: rgb(0, 0, 0); text-align: center;"><div xmlns="http://www.w3.org/1999/xhtml">Transaction</div></foreignObject>
305
- </g><g p:type="Shape" p:def="Evolus.Common:arrow" p:sc="Straight Connector" id="b0cba60dfc074c32be67247ebb56e312" transform="matrix(1,0,0,1,403,359)"><p:metadata><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="startPin" ns9889235:viay="86" ns9889235:viax="-215" ns9889235:connectedOutletId="right" ns9889235:connectedShapeId="7901567bebd44c1a8dddf47a3f148149">-225,86</p:property><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="endPin" ns9889235:viay="82.5" ns9889235:viax="-80" ns9889235:connectedOutletId="middle-left" ns9889235:connectedShapeId="d48d4d5e7c2941e3977e76b1b08f090b">-70,82.5</p:property><p:property name="withStartArrow">false</p:property><p:property name="withEndArrow">true</p:property><p:property name="mode">straight</p:property><p:property name="detached">false</p:property><p:property name="strokeColor">#666666FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent"/><p:property name="textFont">Helvetica|normal|normal|12px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
306
- <defs>
307
- <path style="stroke-linejoin: round; fill: none;" p:name="path" id="11cff21dd5934321acb8cd946ee4a803" d="M -225 86 L -79.99745154684365 82.72574890589647 L -70 82.5 M -76 77 L -70 82.5 L -76 88"/>
308
- </defs>
309
- <use xlink:href="#11cff21dd5934321acb8cd946ee4a803" stroke-width="10" stroke-opacity="0" stroke="#FF0000"/>
310
- <use xlink:href="#11cff21dd5934321acb8cd946ee4a803" p:name="outArrow1" id="3134e8c7c907477a909de19b76fcd828" style="stroke: rgb(102, 102, 102); stroke-opacity: 1; stroke-width: 2;"/>
311
- <text p:name="text" id="2cd88329000543058968e349f6534181" style="fill: rgb(0, 0, 0); fill-opacity: 1; font-family: Helvetica; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;">
312
- <textPath xlink:href="#11cff21dd5934321acb8cd946ee4a803" startOffset="50%" text-anchor="middle" alignment-baseline="middle">
313
- <tspan dy="-4" p:name="textSpan" id="1857d2d4e8a44d609531d73b5f35c107" dx="-16"/>
314
- </textPath>
315
- </text>
316
- </g><g p:type="Shape" p:def="Evolus.Common:arrow" p:sc="Straight Connector" id="2de2c073b9d744b29d1f8f5a410842cf" transform="matrix(1,0,0,1,413,374)"><p:metadata><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="startPin" ns9889235:connectedShapeId="a1c7049cfabc47b9a44aee79722248d4" ns9889235:connectedOutletId="right" ns9889235:viax="-293" ns9889235:viay="16">-303,16</p:property><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="endPin" ns9889235:viay="67.5" ns9889235:viax="-90" ns9889235:connectedOutletId="middle-left" ns9889235:connectedShapeId="d48d4d5e7c2941e3977e76b1b08f090b">-80,67.5</p:property><p:property name="withStartArrow">false</p:property><p:property name="withEndArrow">true</p:property><p:property name="mode">straight</p:property><p:property name="detached">false</p:property><p:property name="strokeColor">#666666FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent"/><p:property name="textFont">Helvetica|normal|normal|12px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
317
- <defs>
318
- <path style="stroke-linejoin: round; fill: none;" p:name="path" id="008231c58b054473bdfbdd3637f72be2" d="M -303 16 L -89.74354362670178 65.2498094315016 L -80 67.5 M -84 61 L -80 67.5 L -87 72"/>
319
- </defs>
320
- <use xlink:href="#008231c58b054473bdfbdd3637f72be2" stroke-width="10" stroke-opacity="0" stroke="#FF0000"/>
321
- <use xlink:href="#008231c58b054473bdfbdd3637f72be2" p:name="outArrow1" id="a3aac06560c747879a80288b818bb33f" style="stroke: rgb(102, 102, 102); stroke-opacity: 1; stroke-width: 2;"/>
322
- <text p:name="text" id="c792ab378fef455a8d524682e277912d" style="fill: rgb(0, 0, 0); fill-opacity: 1; font-family: Helvetica; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;">
323
- <textPath xlink:href="#008231c58b054473bdfbdd3637f72be2" startOffset="50%" text-anchor="middle" alignment-baseline="middle">
324
- <tspan dy="-4" p:name="textSpan" id="a1a82e83efd44e39bbef2b3079d1c051" dx="-16"/>
325
- </textPath>
326
- </text>
327
- </g><g p:type="Shape" p:def="Evolus.Common:ms-oval" id="6a2d03b4195945ef8ef08bfab2494215" transform="matrix(1,0,0,1,72,42)"><p:metadata><p:property name="box">89,56</p:property><p:property name="textPadding">0,14</p:property><p:property name="fillColor">#FFFFFFFF</p:property><p:property name="strokeColor">#000000FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent">Thing</p:property><p:property name="textFont">"Liberation Sans",Arial,sans-serif|normal|normal|13px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
328
- <ellipse style="stroke-linejoin: round; stroke: rgb(0, 0, 0); stroke-opacity: 1; stroke-width: 2; fill: rgb(255, 255, 255); fill-opacity: 1;" p:name="ellipse" id="5e735c30e50f4480b666bb8cc5755251" transform="translate(0,0)" cx="44.5" cy="28" rx="44.5" ry="28"/>
329
- <foreignObject x="14" y="19" width="61" height="18" p:name="text" id="2c6701046dbb481ebed99a38338245c6" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; fill: rgb(0, 0, 0); fill-opacity: 1; color: rgb(0, 0, 0); text-align: center;"><div xmlns="http://www.w3.org/1999/xhtml">Thing</div></foreignObject>
330
- </g><g p:type="Shape" p:def="Evolus.Common:RoundedRectV2" id="10cae8990ecb4733a7e37546ab207205" transform="matrix(1,0,0,1,333,20)"><p:metadata><p:property name="box">133,33</p:property><p:property name="withBlur">false</p:property><p:property name="radius">0,0</p:property><p:property name="textPadding">0,4.125</p:property><p:property name="fillColor">#FFFFFFFF</p:property><p:property name="strokeColor">#000000FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent">Default</p:property><p:property name="textFont">"Liberation Sans",Arial,sans-serif|normal|normal|13px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
331
-
332
- <defs>
333
- <rect width="131" height="31" rx="0" ry="0" x="0" y="0" style="stroke-width: 2; fill: rgb(255, 255, 255); fill-opacity: 1; stroke: rgb(0, 0, 0); stroke-opacity: 1;" p:name="rrRect" id="77847a0fe6864945a42da0fb3cd0efac" transform="translate(1,1)"/>
334
- <filter height="1.2558399" y="-0.12792" width="1.06396" x="-0.03198" p:name="shadingFilter" id="70515db3d1cb4731adfdd4aeaccea190">
335
- <feGaussianBlur stdDeviation="1" in="SourceAlpha"/>
336
- </filter>
337
- <clipPath p:name="textClipPath" id="8e00dd17079449d381aaff5f79533ca2">
338
- <rect p:name="textClipPathRect" id="47005b709ff34117b974c11d3622b760" x="4.125" y="4.125" width="124.75" height="24.75"/>
339
- </clipPath>
340
- </defs>
341
- <use xlink:href="#77847a0fe6864945a42da0fb3cd0efac" transform="translate(2, 2)" p:filter="url(#70515db3d1cb4731adfdd4aeaccea190)" style="opacity: 0.5; visibility: hidden; display: none;" p:heavy="true" p:name="bgCopy" id="fbb20d80001e43dba9428104f67ab5b9"/>
342
- <use xlink:href="#77847a0fe6864945a42da0fb3cd0efac"/>
343
- <g clip-path="url(#8e00dd17079449d381aaff5f79533ca2)" p:name="text" id="17e9be8e255e4760a5dfa1aa7a6e0bf4" dominant-baseline="auto" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; fill: rgb(0, 0, 0); fill-opacity: 1; color: rgb(0, 0, 0);"><g transform="translate(0,5)"><text><tspan x="46" y="16" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; text-transform: none; fill: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">Default</tspan></text></g></g>
344
- </g><g p:type="Shape" p:def="Evolus.Common:arrow" p:sc="Straight Connector" id="f17472ea72d9483dbde93d522123903c" transform="matrix(1,0,0,1,353,211)"><p:metadata><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="startPin" ns9889235:viay="-141" ns9889235:viax="-182" ns9889235:connectedOutletId="right" ns9889235:connectedShapeId="6a2d03b4195945ef8ef08bfab2494215">-192,-141</p:property><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="endPin" ns9889235:connectedShapeId="10cae8990ecb4733a7e37546ab207205" ns9889235:connectedOutletId="middle-left" ns9889235:viax="-30" ns9889235:viay="-174.5">-20,-174.5</p:property><p:property name="withStartArrow">false</p:property><p:property name="withEndArrow">true</p:property><p:property name="mode">straight</p:property><p:property name="detached">false</p:property><p:property name="strokeColor">#666666FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent"/><p:property name="textFont">Helvetica|normal|normal|12px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
345
- <defs>
346
- <path style="stroke-linejoin: round; fill: none;" p:name="path" id="aafc9d70bc8340adb93804f4c614cdd6" d="M -192 -141 L -29.81555941323512 -172.5882486026548 L -20 -174.5 M -27 -179 L -20 -174.5 L -24 -168"/>
347
- </defs>
348
- <use xlink:href="#aafc9d70bc8340adb93804f4c614cdd6" stroke-width="10" stroke-opacity="0" stroke="#FF0000"/>
349
- <use xlink:href="#aafc9d70bc8340adb93804f4c614cdd6" p:name="outArrow1" id="12cf70b7e6dc441f843baab8f66d84ef" style="stroke: rgb(102, 102, 102); stroke-opacity: 1; stroke-width: 2;"/>
350
- <text p:name="text" id="5555a3f60acf436aa0bc55a58ab84470" style="fill: rgb(0, 0, 0); fill-opacity: 1; font-family: Helvetica; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;">
351
- <textPath xlink:href="#aafc9d70bc8340adb93804f4c614cdd6" startOffset="50%" text-anchor="middle" alignment-baseline="middle">
352
- <tspan dy="-4" p:name="textSpan" id="69b13af93cdb4a90aa7daeab8936ba33" dx="-16"/>
353
- </textPath>
354
- </text>
355
- </g><g p:type="Shape" p:def="Evolus.Common:arrow" p:sc="Straight Connector" id="052f63327bc34d02ba2a35b27b8c1d5c" transform="matrix(1,0,0,1,398,226)"><p:metadata><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="startPin" ns9889235:viay="-156" ns9889235:viax="-227" ns9889235:connectedOutletId="right" ns9889235:connectedShapeId="6a2d03b4195945ef8ef08bfab2494215">-237,-156</p:property><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="endPin" ns9889235:viay="-142.5" ns9889235:viax="-75" ns9889235:connectedOutletId="middle-left" ns9889235:connectedShapeId="6739a5ae916a4a62b73769737a9daa46">-65,-142.5</p:property><p:property name="withStartArrow">false</p:property><p:property name="withEndArrow">true</p:property><p:property name="mode">straight</p:property><p:property name="detached">false</p:property><p:property name="strokeColor">#666666FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent"/><p:property name="textFont">Helvetica|normal|normal|12px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
356
- <defs>
357
- <path style="stroke-linejoin: round; fill: none;" p:name="path" id="2f1d7c703c9c4a40824ef0f5293a2729" d="M -237 -156 L -74.96933946615867 -143.28247722554153 L -65 -142.5 M -70 -149 L -65 -142.5 L -71 -137"/>
358
- </defs>
359
- <use xlink:href="#2f1d7c703c9c4a40824ef0f5293a2729" stroke-width="10" stroke-opacity="0" stroke="#FF0000"/>
360
- <use xlink:href="#2f1d7c703c9c4a40824ef0f5293a2729" p:name="outArrow1" id="d7f92c05ec76483db319408051651148" style="stroke: rgb(102, 102, 102); stroke-opacity: 1; stroke-width: 2;"/>
361
- <text p:name="text" id="8f63dca7f239418c8818f81b77898028" style="fill: rgb(0, 0, 0); fill-opacity: 1; font-family: Helvetica; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;">
362
- <textPath xlink:href="#2f1d7c703c9c4a40824ef0f5293a2729" startOffset="50%" text-anchor="middle" alignment-baseline="middle">
363
- <tspan dy="-4" p:name="textSpan" id="baede545cf83402c83d895859c3c5818" dx="-16"/>
364
- </textPath>
365
- </text>
366
- </g><g p:type="Shape" p:def="Evolus.Common:RoundedRectV2" id="b95da223325e42dea159dc1e68c605d4" transform="matrix(1,0,0,1,334,512)"><p:metadata><p:property name="box">133,25</p:property><p:property name="withBlur">false</p:property><p:property name="radius">0,0</p:property><p:property name="textPadding">0,3.125</p:property><p:property name="fillColor">#FFFFFFFF</p:property><p:property name="strokeColor">#000000FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent">Meeting</p:property><p:property name="textFont">"Liberation Sans",Arial,sans-serif|normal|normal|13px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
367
-
368
- <defs>
369
- <rect width="131" height="23" rx="0" ry="0" x="0" y="0" style="stroke-width: 2; fill: rgb(255, 255, 255); fill-opacity: 1; stroke: rgb(0, 0, 0); stroke-opacity: 1;" p:name="rrRect" id="3d5082f13bb64f7a9b1c837f7ec826e5" transform="translate(1,1)"/>
370
- <filter height="1.2558399" y="-0.12792" width="1.06396" x="-0.03198" p:name="shadingFilter" id="6b366c12d73f4db3ba2cd7a03e0f10a0">
371
- <feGaussianBlur stdDeviation="1" in="SourceAlpha"/>
372
- </filter>
373
- <clipPath p:name="textClipPath" id="c810db6accb547b38bbe819a02d8758d">
374
- <rect p:name="textClipPathRect" id="d0433e9aa9ec440581ddd76fb0b51380" x="3.125" y="3.125" width="126.75" height="18.75"/>
375
- </clipPath>
376
- </defs>
377
- <use xlink:href="#3d5082f13bb64f7a9b1c837f7ec826e5" transform="translate(2, 2)" p:filter="url(#6b366c12d73f4db3ba2cd7a03e0f10a0)" style="opacity: 0.5; visibility: hidden; display: none;" p:heavy="true" p:name="bgCopy" id="17243c96dca445cc98be3d925a92e222"/>
378
- <use xlink:href="#3d5082f13bb64f7a9b1c837f7ec826e5"/>
379
- <g clip-path="url(#c810db6accb547b38bbe819a02d8758d)" p:name="text" id="63daefe62a4b4e169731982bfca9b74f" dominant-baseline="auto" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; fill: rgb(0, 0, 0); fill-opacity: 1; color: rgb(0, 0, 0);"><g transform="translate(0,2)"><text><tspan x="43" y="15" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; text-transform: none; fill: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">Meeting</tspan></text></g></g>
380
- </g><g p:type="Shape" p:def="Evolus.Common:ms-oval" id="8abb63a61625431ea8c184ac964c0679" transform="matrix(1,0,0,1,161,62)"><p:metadata><p:property name="box">89,56</p:property><p:property name="textPadding">0,14</p:property><p:property name="fillColor">#FFFFFFFF</p:property><p:property name="strokeColor">#000000FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent">Class</p:property><p:property name="textFont">"Liberation Sans",Arial,sans-serif|normal|normal|13px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
381
- <ellipse style="stroke-linejoin: round; stroke: rgb(0, 0, 0); stroke-opacity: 1; stroke-width: 2; fill: rgb(255, 255, 255); fill-opacity: 1;" p:name="ellipse" id="97051331c9674174acbd7e7f4ba9b940" transform="translate(0,0)" cx="44.5" cy="28" rx="44.5" ry="28"/>
382
- <foreignObject x="14" y="19" width="61" height="18" p:name="text" id="ebf997a1d018413da2aa091d901d2d05" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; fill: rgb(0, 0, 0); fill-opacity: 1; color: rgb(0, 0, 0); text-align: center;"><div xmlns="http://www.w3.org/1999/xhtml">Class</div></foreignObject>
383
- </g><g p:type="Shape" p:def="Evolus.Common:arrow" p:sc="Straight Connector" id="291e6a08db074c6b96307b3d9ba102d5" transform="matrix(1,0,0,1,363,221)"><p:metadata><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="startPin" ns9889235:viay="-131" ns9889235:viax="-103" ns9889235:connectedOutletId="right" ns9889235:connectedShapeId="8abb63a61625431ea8c184ac964c0679">-113,-131</p:property><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="endPin" ns9889235:connectedShapeId="10cae8990ecb4733a7e37546ab207205" ns9889235:connectedOutletId="middle-left" ns9889235:viax="-40" ns9889235:viay="-184.5">-30,-184.5</p:property><p:property name="withStartArrow">false</p:property><p:property name="withEndArrow">true</p:property><p:property name="mode">straight</p:property><p:property name="detached">false</p:property><p:property name="strokeColor">#666666FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent"/><p:property name="textFont">Helvetica|normal|normal|12px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
384
- <defs>
385
- <path style="stroke-linejoin: round; fill: none;" p:name="path" id="c59ea38db87a40dc972455253ed916d1" d="M -113 -131 L -38.40519796932077 -179.08219167037757 L -30 -184.5 M -38 -186 L -30 -184.5 L -32 -177"/>
386
- </defs>
387
- <use xlink:href="#c59ea38db87a40dc972455253ed916d1" stroke-width="10" stroke-opacity="0" stroke="#FF0000"/>
388
- <use xlink:href="#c59ea38db87a40dc972455253ed916d1" p:name="outArrow1" id="4a1fc1925e904193b0a18558324f7b1c" style="stroke: rgb(102, 102, 102); stroke-opacity: 1; stroke-width: 2;"/>
389
- <text p:name="text" id="d45b06ca297f4262a3886ba77f0a0517" style="fill: rgb(0, 0, 0); fill-opacity: 1; font-family: Helvetica; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;">
390
- <textPath xlink:href="#c59ea38db87a40dc972455253ed916d1" startOffset="50%" text-anchor="middle" alignment-baseline="middle">
391
- <tspan dy="-4" p:name="textSpan" id="f232ede138574573aaa115e94eea5808" dx="-16"/>
392
- </textPath>
393
- </text>
394
- </g><g p:type="Shape" p:def="Evolus.Common:arrow" p:sc="Straight Connector" id="578d4133c4544cb7b9955437535314f0" transform="matrix(1,0,0,1,273,120)"><p:metadata><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="startPin" ns9889235:viay="39" ns9889235:viax="-44" ns9889235:connectedOutletId="right" ns9889235:connectedShapeId="f90fa802b69340bcb8d6ebdb890c3a68">-54,39</p:property><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="endPin" ns9889235:viay="171" ns9889235:viax="51" ns9889235:connectedOutletId="middle-left" ns9889235:connectedShapeId="259b4fd32b9547e0a83284bfb8430da9">61,171</p:property><p:property name="withStartArrow">false</p:property><p:property name="withEndArrow">true</p:property><p:property name="mode">straight</p:property><p:property name="detached">false</p:property><p:property name="strokeColor">#666666FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent"/><p:property name="textFont">Helvetica|normal|normal|12px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
395
- <defs>
396
- <path style="stroke-linejoin: round; fill: none;" p:name="path" id="aa63c9d9a697477daab0035237420494" d="M -54 39 L 54.431144843246265 163.4600966896392 L 61 171 M 62 163 L 61 171 L 53 170"/>
397
- </defs>
398
- <use xlink:href="#aa63c9d9a697477daab0035237420494" stroke-width="10" stroke-opacity="0" stroke="#FF0000"/>
399
- <use xlink:href="#aa63c9d9a697477daab0035237420494" p:name="outArrow1" id="8833f38816e242b9bd8fd7447f6a1bff" style="stroke: rgb(102, 102, 102); stroke-opacity: 1; stroke-width: 2;"/>
400
- <text p:name="text" id="7b889b825c8140d7b5b5930d27bdb258" style="fill: rgb(0, 0, 0); fill-opacity: 1; font-family: Helvetica; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;">
401
- <textPath xlink:href="#aa63c9d9a697477daab0035237420494" startOffset="50%" text-anchor="middle" alignment-baseline="middle">
402
- <tspan dy="-4" p:name="textSpan" id="5f635031d47c4136b76c288538776fb5" dx="-16"/>
403
- </textPath>
404
- </text>
405
- </g><g p:type="Shape" p:def="Evolus.Common:RoundedRectV2" id="d2e6ed97c43545adafef6da88c13c7d4" transform="matrix(1,0,0,1,334,152)"><p:metadata><p:property name="box">133,34</p:property><p:property name="withBlur">false</p:property><p:property name="radius">0,0</p:property><p:property name="textPadding">0,4.25</p:property><p:property name="fillColor">#FFFFFFFF</p:property><p:property name="strokeColor">#000000FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent">Form editor</p:property><p:property name="textFont">"Liberation Sans",Arial,sans-serif|normal|normal|13px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
406
-
407
- <defs>
408
- <rect width="131" height="32" rx="0" ry="0" x="0" y="0" style="stroke-width: 2; fill: rgb(255, 255, 255); fill-opacity: 1; stroke: rgb(0, 0, 0); stroke-opacity: 1;" p:name="rrRect" id="5380c21cd1664d0bad58238f270466d0" transform="translate(1,1)"/>
409
- <filter height="1.2558399" y="-0.12792" width="1.06396" x="-0.03198" p:name="shadingFilter" id="b2e8597ab92a4572b8755743824f8a2b">
410
- <feGaussianBlur stdDeviation="1" in="SourceAlpha"/>
411
- </filter>
412
- <clipPath p:name="textClipPath" id="8ca978a6ad2f4e9c8f395904b793a89f">
413
- <rect p:name="textClipPathRect" id="f496f5d0ee1b4524a77a0d7fe4abdf1d" x="4.25" y="4.25" width="124.5" height="25.5"/>
414
- </clipPath>
415
- </defs>
416
- <use xlink:href="#5380c21cd1664d0bad58238f270466d0" transform="translate(2, 2)" p:filter="url(#b2e8597ab92a4572b8755743824f8a2b)" style="opacity: 0.5; visibility: hidden; display: none;" p:heavy="true" p:name="bgCopy" id="e74f4b99e68446bb9aef2d4b7d1a0aad"/>
417
- <use xlink:href="#5380c21cd1664d0bad58238f270466d0"/>
418
- <g clip-path="url(#8ca978a6ad2f4e9c8f395904b793a89f)" p:name="text" id="9ed8c45d874c49f0880e485d3aa93c3d" dominant-baseline="auto" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; fill: rgb(0, 0, 0); fill-opacity: 1; color: rgb(0, 0, 0);"><g transform="translate(0,5)"><text><tspan x="33" y="16" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; text-transform: none; fill: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">Form editor</tspan></text></g></g>
419
- </g><g p:type="Shape" p:def="Evolus.Common:arrow" p:sc="Straight Connector" id="4a079db60664460bb80ec3f779a61486" transform="matrix(1,0,0,1,433,321)"><p:metadata><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="startPin" ns9889235:connectedShapeId="b94acf540f304f9688415fd6edf3c968" ns9889235:connectedOutletId="right" ns9889235:viax="-204" ns9889235:viay="-66">-214,-66</p:property><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="endPin" ns9889235:viay="11" ns9889235:viax="-110" ns9889235:connectedOutletId="middle-left" ns9889235:connectedShapeId="8d961a4eed39490099fc58d833d85426">-100,11</p:property><p:property name="withStartArrow">false</p:property><p:property name="withEndArrow">true</p:property><p:property name="mode">straight</p:property><p:property name="detached">false</p:property><p:property name="strokeColor">#666666FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent"/><p:property name="textFont">Helvetica|normal|normal|12px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
420
- <defs>
421
- <path style="stroke-linejoin: round; fill: none;" p:name="path" id="c23a91d2f9414845ac85b0215c938cf3" d="M -214 -66 L -108.28680095170688 5.402774795776931 L -100 11 M -102 3 L -100 11 L -108 13"/>
422
- </defs>
423
- <use xlink:href="#c23a91d2f9414845ac85b0215c938cf3" stroke-width="10" stroke-opacity="0" stroke="#FF0000"/>
424
- <use xlink:href="#c23a91d2f9414845ac85b0215c938cf3" p:name="outArrow1" id="5176227b5b5241c8af52edf8f88cfed5" style="stroke: rgb(102, 102, 102); stroke-opacity: 1; stroke-width: 2;"/>
425
- <text p:name="text" id="b0a5ab687cf44d99a5ffc83690e651fd" style="fill: rgb(0, 0, 0); fill-opacity: 1; font-family: Helvetica; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;">
426
- <textPath xlink:href="#c23a91d2f9414845ac85b0215c938cf3" startOffset="50%" text-anchor="middle" alignment-baseline="middle">
427
- <tspan dy="-4" p:name="textSpan" id="d02c76681a524888bebdc4ac4be04221" dx="-16"/>
428
- </textPath>
429
- </text>
430
- </g><g p:type="Shape" p:def="Evolus.Common:arrow" p:sc="Straight Connector" id="c19c02cf6cbc4a33b67a86e0ee8b1ac2" transform="matrix(1,0,0,1,398,226)"><p:metadata><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="startPin" ns9889235:connectedShapeId="8abb63a61625431ea8c184ac964c0679" ns9889235:connectedOutletId="right" ns9889235:viax="-138" ns9889235:viay="-136">-148,-136</p:property><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="endPin" ns9889235:connectedShapeId="d2e6ed97c43545adafef6da88c13c7d4" ns9889235:connectedOutletId="middle-left" ns9889235:viax="-74" ns9889235:viay="-57">-64,-57</p:property><p:property name="withStartArrow">false</p:property><p:property name="withEndArrow">true</p:property><p:property name="mode">straight</p:property><p:property name="detached">false</p:property><p:property name="strokeColor">#666666FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent"/><p:property name="textFont">Helvetica|normal|normal|12px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
431
- <defs>
432
- <path style="stroke-linejoin: round; fill: none;" p:name="path" id="146c6cb423ac4953831bce8f0da7cd0f" d="M -148 -136 L -71.28454535560238 -63.85094146538795 L -64 -57 M -64 -65 L -64 -57 L -72 -57"/>
433
- </defs>
434
- <use xlink:href="#146c6cb423ac4953831bce8f0da7cd0f" stroke-width="10" stroke-opacity="0" stroke="#FF0000"/>
435
- <use xlink:href="#146c6cb423ac4953831bce8f0da7cd0f" p:name="outArrow1" id="0c86119900a745dd863dcb7c558a31f5" style="stroke: rgb(102, 102, 102); stroke-opacity: 1; stroke-width: 2;"/>
436
- <text p:name="text" id="9537dd968528428183d51161ac0e7b8f" style="fill: rgb(0, 0, 0); fill-opacity: 1; font-family: Helvetica; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;">
437
- <textPath xlink:href="#146c6cb423ac4953831bce8f0da7cd0f" startOffset="50%" text-anchor="middle" alignment-baseline="middle">
438
- <tspan dy="-4" p:name="textSpan" id="9b785342842346848960c3dd3755cda2" dx="-16"/>
439
- </textPath>
440
- </text>
441
- </g><g p:type="Shape" p:def="Evolus.Common:ms-oval" id="d0d9766165a84b01aa2bc5d9ce3b3560" transform="matrix(1,0,0,1,78,575)"><p:metadata><p:property name="box">63,43</p:property><p:property name="textPadding">0,10.75</p:property><p:property name="fillColor">#FFFFFFFF</p:property><p:property name="strokeColor">#000000FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent">Chat</p:property><p:property name="textFont">"Liberation Sans",Arial,sans-serif|normal|normal|13px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
442
- <ellipse style="stroke-linejoin: round; stroke: rgb(0, 0, 0); stroke-opacity: 1; stroke-width: 2; fill: rgb(255, 255, 255); fill-opacity: 1;" p:name="ellipse" id="3b8e46213d584de0beee32700c2b754c" transform="translate(0,0)" cx="31.5" cy="21.5" rx="31.5" ry="21.5"/>
443
- <foreignObject x="10.75" y="13" width="41.5" height="18" p:name="text" id="93b5d9c07d164024a8984149998c5705" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; fill: rgb(0, 0, 0); fill-opacity: 1; color: rgb(0, 0, 0); text-align: center;"><div xmlns="http://www.w3.org/1999/xhtml">Chat</div></foreignObject>
444
- </g><g p:type="Shape" p:def="Evolus.Common:arrow" p:sc="Straight Connector" id="10a670dfb64141f18a04978b9c1b04ba" transform="matrix(1,0,0,1,388,261)"><p:metadata><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="startPin" ns9889235:connectedShapeId="d0d9766165a84b01aa2bc5d9ce3b3560" ns9889235:connectedOutletId="right" ns9889235:viax="-237" ns9889235:viay="335.5">-247,335.5</p:property><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="endPin" ns9889235:viay="263.5" ns9889235:viax="-64" ns9889235:connectedOutletId="middle-left" ns9889235:connectedShapeId="b95da223325e42dea159dc1e68c605d4">-54,263.5</p:property><p:property name="withStartArrow">false</p:property><p:property name="withEndArrow">true</p:property><p:property name="mode">straight</p:property><p:property name="detached">false</p:property><p:property name="strokeColor">#666666FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent"/><p:property name="textFont">Helvetica|normal|normal|12px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
445
- <defs>
446
- <path style="stroke-linejoin: round; fill: none;" p:name="path" id="36752ded6d5d4a0da1aaa427cf256cce" d="M -247 335.5 L -63.36926322328277 266.9952691817428 L -54 263.5 M -61 260 L -54 263.5 L -57 271"/>
447
- </defs>
448
- <use xlink:href="#36752ded6d5d4a0da1aaa427cf256cce" stroke-width="10" stroke-opacity="0" stroke="#FF0000"/>
449
- <use xlink:href="#36752ded6d5d4a0da1aaa427cf256cce" p:name="outArrow1" id="b761cef0af8b4e1fae60368da89b7724" style="stroke: rgb(102, 102, 102); stroke-opacity: 1; stroke-width: 2;"/>
450
- <text p:name="text" id="3954459be45d4f5ab350e4983d7814b1" style="fill: rgb(0, 0, 0); fill-opacity: 1; font-family: Helvetica; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;">
451
- <textPath xlink:href="#36752ded6d5d4a0da1aaa427cf256cce" startOffset="50%" text-anchor="middle" alignment-baseline="middle">
452
- <tspan dy="-4" p:name="textSpan" id="adb8efb1ca04487fa9194def34c699dd" dx="-16"/>
453
- </textPath>
454
- </text>
455
- </g><g p:type="Shape" p:def="Evolus.Common:ms-oval" id="061b7168743a49c58d3457f904ce09eb" transform="matrix(1,0,0,1,28,534)"><p:metadata><p:property name="box">78,56</p:property><p:property name="textPadding">0,14</p:property><p:property name="fillColor">#FFFFFFFF</p:property><p:property name="strokeColor">#000000FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent">Meeting</p:property><p:property name="textFont">"Liberation Sans",Arial,sans-serif|normal|normal|13px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
456
- <ellipse style="stroke-linejoin: round; stroke: rgb(0, 0, 0); stroke-opacity: 1; stroke-width: 2; fill: rgb(255, 255, 255); fill-opacity: 1;" p:name="ellipse" id="669b74cf367746f5b72893dd38f5c402" transform="translate(0,0)" cx="39" cy="28" rx="39" ry="28"/>
457
- <foreignObject x="14" y="19" width="50" height="18" p:name="text" id="5f4bc9685ea24e968fa3c0e364dda57f" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; fill: rgb(0, 0, 0); fill-opacity: 1; color: rgb(0, 0, 0); text-align: center;"><div xmlns="http://www.w3.org/1999/xhtml">Meeting</div></foreignObject>
458
- </g><g p:type="Shape" p:def="Evolus.Common:arrow" p:sc="Straight Connector" id="d1da17c31e21448fa12ee03497db3cfc" transform="matrix(1,0,0,1,428,266)"><p:metadata><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="startPin" ns9889235:viay="296" ns9889235:viax="-312" ns9889235:connectedOutletId="right" ns9889235:connectedShapeId="061b7168743a49c58d3457f904ce09eb">-322,296</p:property><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="endPin" ns9889235:connectedShapeId="b95da223325e42dea159dc1e68c605d4" ns9889235:connectedOutletId="middle-left" ns9889235:viax="-104" ns9889235:viay="258.5">-94,258.5</p:property><p:property name="withStartArrow">false</p:property><p:property name="withEndArrow">true</p:property><p:property name="mode">straight</p:property><p:property name="detached">false</p:property><p:property name="strokeColor">#666666FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent"/><p:property name="textFont">Helvetica|normal|normal|12px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
459
- <defs>
460
- <path style="stroke-linejoin: round; fill: none;" p:name="path" id="d53a1771ff9545a6b450000545d764af" d="M -322 296 L -103.86742581039056 260.12293187670895 L -94 258.5 M -100 254 L -94 258.5 L -99 265"/>
461
- </defs>
462
- <use xlink:href="#d53a1771ff9545a6b450000545d764af" stroke-width="10" stroke-opacity="0" stroke="#FF0000"/>
463
- <use xlink:href="#d53a1771ff9545a6b450000545d764af" p:name="outArrow1" id="5955a956d8c5467baf5969a794399eb5" style="stroke: rgb(102, 102, 102); stroke-opacity: 1; stroke-width: 2;"/>
464
- <text p:name="text" id="6e09445dcc2540c7ae4f595beca391ee" style="fill: rgb(0, 0, 0); fill-opacity: 1; font-family: Helvetica; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;">
465
- <textPath xlink:href="#d53a1771ff9545a6b450000545d764af" startOffset="50%" text-anchor="middle" alignment-baseline="middle">
466
- <tspan dy="-4" p:name="textSpan" id="a80dd852d4c64e67b7b45a9ee6baab32" dx="-16"/>
467
- </textPath>
468
- </text>
469
- </g><g p:type="Shape" p:def="Evolus.Common:ms-oval" id="f44a6619e31d4df1a4eb8856c39919e3" transform="matrix(1,0,0,1,16,470)"><p:metadata><p:property name="box">83,37</p:property><p:property name="textPadding">0,9.25</p:property><p:property name="fillColor">#FFFFFFFF</p:property><p:property name="strokeColor">#000000FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent">Period</p:property><p:property name="textFont">"Liberation Sans",Arial,sans-serif|normal|normal|13px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
470
- <ellipse style="stroke-linejoin: round; stroke: rgb(0, 0, 0); stroke-opacity: 1; stroke-width: 2; fill: rgb(255, 255, 255); fill-opacity: 1;" p:name="ellipse" id="cf55eb483c4f4926a44bf8859659484d" transform="translate(0,0)" cx="41.5" cy="18.5" rx="41.5" ry="18.5"/>
471
- <foreignObject x="9.25" y="10" width="64.5" height="18" p:name="text" id="ae12319d3976401fb6c863f2eff468a8" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; fill: rgb(0, 0, 0); fill-opacity: 1; color: rgb(0, 0, 0); text-align: center;"><div xmlns="http://www.w3.org/1999/xhtml">Period</div></foreignObject>
472
- </g><g p:type="Shape" p:def="Evolus.Common:arrow" p:sc="Straight Connector" id="1dba074b947246c8b95f312328bd23d5" transform="matrix(1,0,0,1,428,389)"><p:metadata><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="startPin" ns9889235:connectedShapeId="f44a6619e31d4df1a4eb8856c39919e3" ns9889235:connectedOutletId="right" ns9889235:viax="-319" ns9889235:viay="99.5">-329,99.5</p:property><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="endPin" ns9889235:viay="52.5" ns9889235:viax="-105" ns9889235:connectedOutletId="middle-left" ns9889235:connectedShapeId="d48d4d5e7c2941e3977e76b1b08f090b">-95,52.5</p:property><p:property name="withStartArrow">false</p:property><p:property name="withEndArrow">true</p:property><p:property name="mode">straight</p:property><p:property name="detached">false</p:property><p:property name="strokeColor">#666666FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent"/><p:property name="textFont">Helvetica|normal|normal|12px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
473
- <defs>
474
- <path style="stroke-linejoin: round; fill: none;" p:name="path" id="0b96b6ad5fe348eda7ad92c48ec59441" d="M -329 99.5 L -104.80419197517779 54.46921804629639 L -95 52.5 M -102 48 L -95 52.5 L -99 59"/>
475
- </defs>
476
- <use xlink:href="#0b96b6ad5fe348eda7ad92c48ec59441" stroke-width="10" stroke-opacity="0" stroke="#FF0000"/>
477
- <use xlink:href="#0b96b6ad5fe348eda7ad92c48ec59441" p:name="outArrow1" id="e1cb17622397421f838c18a8b7e0c105" style="stroke: rgb(102, 102, 102); stroke-opacity: 1; stroke-width: 2;"/>
478
- <text p:name="text" id="d2cb9ae5877345fcbc41c977fe674fc2" style="fill: rgb(0, 0, 0); fill-opacity: 1; font-family: Helvetica; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;">
479
- <textPath xlink:href="#0b96b6ad5fe348eda7ad92c48ec59441" startOffset="50%" text-anchor="middle" alignment-baseline="middle">
480
- <tspan dy="-4" p:name="textSpan" id="2354b2ebc62a43a1af476eae3f36303c" dx="-16"/>
481
- </textPath>
482
- </text>
483
- </g><g p:type="Shape" p:def="Evolus.Common:ms-oval" id="cc94e5c8c67f42d38afce7fe5b33e45c" transform="matrix(1,0,0,1,162,611)"><p:metadata><p:property name="box">63,43</p:property><p:property name="textPadding">0,10.75</p:property><p:property name="fillColor">#FFFFFFFF</p:property><p:property name="strokeColor">#000000FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent">Pad</p:property><p:property name="textFont">"Liberation Sans",Arial,sans-serif|normal|normal|13px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
484
- <ellipse style="stroke-linejoin: round; stroke: rgb(0, 0, 0); stroke-opacity: 1; stroke-width: 2; fill: rgb(255, 255, 255); fill-opacity: 1;" p:name="ellipse" id="957b5a90cd624c8ba7a5602501ce3531" transform="translate(0,0)" cx="31.5" cy="21.5" rx="31.5" ry="21.5"/>
485
- <foreignObject x="10.75" y="13" width="41.5" height="18" p:name="text" id="776f166124164b0db6ecc97ab0817d64" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; fill: rgb(0, 0, 0); fill-opacity: 1; color: rgb(0, 0, 0); text-align: center;"><div xmlns="http://www.w3.org/1999/xhtml">Pad</div></foreignObject>
486
- </g><g p:type="Shape" p:def="Evolus.Common:RoundedRectV2" id="0c80ad22e651436cb84efc7d90f37994" transform="matrix(1,0,0,1,333,548)"><p:metadata><p:property name="box">133,28</p:property><p:property name="withBlur">false</p:property><p:property name="radius">0,0</p:property><p:property name="textPadding">0,3.5</p:property><p:property name="fillColor">#FFFFFFFF</p:property><p:property name="strokeColor">#000000FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent">Scheduler</p:property><p:property name="textFont">"Liberation Sans",Arial,sans-serif|normal|normal|13px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
487
-
488
- <defs>
489
- <rect width="131" height="26" rx="0" ry="0" x="0" y="0" style="stroke-width: 2; fill: rgb(255, 255, 255); fill-opacity: 1; stroke: rgb(0, 0, 0); stroke-opacity: 1;" p:name="rrRect" id="1a8ce3380c1846a2bf5a4f35713abaff" transform="translate(1,1)"/>
490
- <filter height="1.2558399" y="-0.12792" width="1.06396" x="-0.03198" p:name="shadingFilter" id="3e90e53ff48d42a089cb58ccf5e09dc5">
491
- <feGaussianBlur stdDeviation="1" in="SourceAlpha"/>
492
- </filter>
493
- <clipPath p:name="textClipPath" id="8d0759bc60064d24bc7044aeb2d4a6f2">
494
- <rect p:name="textClipPathRect" id="67e8f6be550d4a7ca46895f12281a2bf" x="3.5" y="3.5" width="126" height="21"/>
495
- </clipPath>
496
- </defs>
497
- <use xlink:href="#1a8ce3380c1846a2bf5a4f35713abaff" transform="translate(2, 2)" p:filter="url(#3e90e53ff48d42a089cb58ccf5e09dc5)" style="opacity: 0.5; visibility: hidden; display: none;" p:heavy="true" p:name="bgCopy" id="ee4f46eeede141dba108b65105191e66"/>
498
- <use xlink:href="#1a8ce3380c1846a2bf5a4f35713abaff"/>
499
- <g clip-path="url(#8d0759bc60064d24bc7044aeb2d4a6f2)" p:name="text" id="15265dd203944fc0ad9e510a9f25bcde" dominant-baseline="auto" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; fill: rgb(0, 0, 0); fill-opacity: 1; color: rgb(0, 0, 0);"><g transform="translate(0,3)"><text><tspan x="38" y="16" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; text-transform: none; fill: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">Scheduler</tspan></text></g></g>
500
- </g><g p:type="Shape" p:def="Evolus.Common:arrow" p:sc="Straight Connector" id="d21b7e7ea2da4a2fb9815e4a0e059a21" transform="matrix(1,0,0,1,428,276)"><p:metadata><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="startPin" ns9889235:connectedShapeId="061b7168743a49c58d3457f904ce09eb" ns9889235:connectedOutletId="right" ns9889235:viax="-312" ns9889235:viay="286">-322,286</p:property><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="endPin" ns9889235:viay="286" ns9889235:viax="-105" ns9889235:connectedOutletId="middle-left" ns9889235:connectedShapeId="0c80ad22e651436cb84efc7d90f37994">-95,286</p:property><p:property name="withStartArrow">false</p:property><p:property name="withEndArrow">true</p:property><p:property name="mode">straight</p:property><p:property name="detached">false</p:property><p:property name="strokeColor">#666666FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent"/><p:property name="textFont">Helvetica|normal|normal|12px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
501
- <defs>
502
- <path style="stroke-linejoin: round; fill: none;" p:name="path" id="a5277db4682e4537840ae531c2238ebd" d="M -322 286 L -105 286 L -95 286 M -101 280 L -95 286 L -101 292"/>
503
- </defs>
504
- <use xlink:href="#a5277db4682e4537840ae531c2238ebd" stroke-width="10" stroke-opacity="0" stroke="#FF0000"/>
505
- <use xlink:href="#a5277db4682e4537840ae531c2238ebd" p:name="outArrow1" id="98adc82c32f04498b7e181f2cc0de2c5" style="stroke: rgb(102, 102, 102); stroke-opacity: 1; stroke-width: 2;"/>
506
- <text p:name="text" id="d503903093cd48a78a9326b28cc3730c" style="fill: rgb(0, 0, 0); fill-opacity: 1; font-family: Helvetica; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;">
507
- <textPath xlink:href="#a5277db4682e4537840ae531c2238ebd" startOffset="50%" text-anchor="middle" alignment-baseline="middle">
508
- <tspan dy="-4" p:name="textSpan" id="a0819dc2af8547f4b2af8b4106ee1f3b" dx="-16"/>
509
- </textPath>
510
- </text>
511
- </g><g p:type="Shape" p:def="Evolus.Common:RoundedRectV2" id="63fe16b20c924ec7a8a5f499b1094978" transform="matrix(1,0,0,1,333,581)"><p:metadata><p:property name="box">133,28</p:property><p:property name="withBlur">false</p:property><p:property name="radius">0,0</p:property><p:property name="textPadding">0,3.5</p:property><p:property name="fillColor">#FFFFFFFF</p:property><p:property name="strokeColor">#000000FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent">Chat</p:property><p:property name="textFont">"Liberation Sans",Arial,sans-serif|normal|normal|13px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
512
-
513
- <defs>
514
- <rect width="131" height="26" rx="0" ry="0" x="0" y="0" style="stroke-width: 2; fill: rgb(255, 255, 255); fill-opacity: 1; stroke: rgb(0, 0, 0); stroke-opacity: 1;" p:name="rrRect" id="61ddaa662821446fa00d8d38f2acff86" transform="translate(1,1)"/>
515
- <filter height="1.2558399" y="-0.12792" width="1.06396" x="-0.03198" p:name="shadingFilter" id="4da1994fd7c14d69bfba7beb423efdbb">
516
- <feGaussianBlur stdDeviation="1" in="SourceAlpha"/>
517
- </filter>
518
- <clipPath p:name="textClipPath" id="ad51fcd442d54769940ce6067838c139">
519
- <rect p:name="textClipPathRect" id="686e865452bb4c0e881061f0e1a694c8" x="3.5" y="3.5" width="126" height="21"/>
520
- </clipPath>
521
- </defs>
522
- <use xlink:href="#61ddaa662821446fa00d8d38f2acff86" transform="translate(2, 2)" p:filter="url(#4da1994fd7c14d69bfba7beb423efdbb)" style="opacity: 0.5; visibility: hidden; display: none;" p:heavy="true" p:name="bgCopy" id="d770c2be730a40f1a4fd5e76c68bdb89"/>
523
- <use xlink:href="#61ddaa662821446fa00d8d38f2acff86"/>
524
- <g clip-path="url(#ad51fcd442d54769940ce6067838c139)" p:name="text" id="ec479eb1c3634d5293af8de151d10aa8" dominant-baseline="auto" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; fill: rgb(0, 0, 0); fill-opacity: 1; color: rgb(0, 0, 0);"><g transform="translate(0,3)"><text><tspan x="53" y="16" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; text-transform: none; fill: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">Chat</tspan></text></g></g>
525
- </g><g p:type="Shape" p:def="Evolus.Common:RoundedRectV2" id="97ebf9ab85a14cc5a0145f6c30f3bd8b" transform="matrix(1,0,0,1,334,618)"><p:metadata><p:property name="box">133,28</p:property><p:property name="withBlur">false</p:property><p:property name="radius">0,0</p:property><p:property name="textPadding">0,3.5</p:property><p:property name="fillColor">#FFFFFFFF</p:property><p:property name="strokeColor">#000000FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent">Notepad</p:property><p:property name="textFont">"Liberation Sans",Arial,sans-serif|normal|normal|13px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
526
-
527
- <defs>
528
- <rect width="131" height="26" rx="0" ry="0" x="0" y="0" style="stroke-width: 2; fill: rgb(255, 255, 255); fill-opacity: 1; stroke: rgb(0, 0, 0); stroke-opacity: 1;" p:name="rrRect" id="4eeae41db474440ea5ef361284af9f94" transform="translate(1,1)"/>
529
- <filter height="1.2558399" y="-0.12792" width="1.06396" x="-0.03198" p:name="shadingFilter" id="5bf3c921d2da4556b05184c0b52cc295">
530
- <feGaussianBlur stdDeviation="1" in="SourceAlpha"/>
531
- </filter>
532
- <clipPath p:name="textClipPath" id="697db035f1454b9486201b80da72dfcd">
533
- <rect p:name="textClipPathRect" id="de74e977c4c3495da4a78f3381fe42cc" x="3.5" y="3.5" width="126" height="21"/>
534
- </clipPath>
535
- </defs>
536
- <use xlink:href="#4eeae41db474440ea5ef361284af9f94" transform="translate(2, 2)" p:filter="url(#5bf3c921d2da4556b05184c0b52cc295)" style="opacity: 0.5; visibility: hidden; display: none;" p:heavy="true" p:name="bgCopy" id="b3e3a1bf67994de7a8d64f4d3460886a"/>
537
- <use xlink:href="#4eeae41db474440ea5ef361284af9f94"/>
538
- <g clip-path="url(#697db035f1454b9486201b80da72dfcd)" p:name="text" id="1aaa03fbc3a44efa99f58e072d805a69" dominant-baseline="auto" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; fill: rgb(0, 0, 0); fill-opacity: 1; color: rgb(0, 0, 0);"><g transform="translate(0,3)"><text><tspan x="42" y="16" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; text-transform: none; fill: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">Notepad</tspan></text></g></g>
539
- </g><g p:type="Shape" p:def="Evolus.Common:RoundedRectV2" id="d3fe89907a70462d8ad70156e11deb3c" transform="matrix(1,0,0,1,333,470)"><p:metadata><p:property name="box">133,33</p:property><p:property name="withBlur">false</p:property><p:property name="radius">0,0</p:property><p:property name="textPadding">0,4.125</p:property><p:property name="fillColor">#FFFFFFFF</p:property><p:property name="strokeColor">#000000FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent">Tracker</p:property><p:property name="textFont">"Liberation Sans",Arial,sans-serif|normal|normal|13px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
540
-
541
- <defs>
542
- <rect width="131" height="31" rx="0" ry="0" x="0" y="0" style="stroke-width: 2; fill: rgb(255, 255, 255); fill-opacity: 1; stroke: rgb(0, 0, 0); stroke-opacity: 1;" p:name="rrRect" id="6a060b0314894e908a2a9822dae15024" transform="translate(1,1)"/>
543
- <filter height="1.2558399" y="-0.12792" width="1.06396" x="-0.03198" p:name="shadingFilter" id="b470c1d874854056b8f0be602ac0c221">
544
- <feGaussianBlur stdDeviation="1" in="SourceAlpha"/>
545
- </filter>
546
- <clipPath p:name="textClipPath" id="dcb90420005248ac9b38e7269d9854be">
547
- <rect p:name="textClipPathRect" id="8004c41b914c4349836ae0f152f23fca" x="4.125" y="4.125" width="124.75" height="24.75"/>
548
- </clipPath>
549
- </defs>
550
- <use xlink:href="#6a060b0314894e908a2a9822dae15024" transform="translate(2, 2)" p:filter="url(#b470c1d874854056b8f0be602ac0c221)" style="opacity: 0.5; visibility: hidden; display: none;" p:heavy="true" p:name="bgCopy" id="45d710885f60429a9e5b5cc5b100eeb7"/>
551
- <use xlink:href="#6a060b0314894e908a2a9822dae15024"/>
552
- <g clip-path="url(#dcb90420005248ac9b38e7269d9854be)" p:name="text" id="07425e82047b464d8f840f162cc0c4ff" dominant-baseline="auto" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; fill: rgb(0, 0, 0); fill-opacity: 1; color: rgb(0, 0, 0);"><g transform="translate(0,5)"><text><tspan x="44" y="16" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; text-transform: none; fill: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">Tracker</tspan></text></g></g>
553
- </g><g p:type="Shape" p:def="Evolus.Common:ms-oval" id="60f4e6d4f8584ed9992f5ead811478ec" transform="matrix(1,0,0,1,107,481)"><p:metadata><p:property name="box">78,56</p:property><p:property name="textPadding">0,14</p:property><p:property name="fillColor">#FFFFFFFF</p:property><p:property name="strokeColor">#000000FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent">Issue</p:property><p:property name="textFont">"Liberation Sans",Arial,sans-serif|normal|normal|13px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
554
- <ellipse style="stroke-linejoin: round; stroke: rgb(0, 0, 0); stroke-opacity: 1; stroke-width: 2; fill: rgb(255, 255, 255); fill-opacity: 1;" p:name="ellipse" id="af8fd96636e2494a8f8c91598ea2144f" transform="translate(0,0)" cx="39" cy="28" rx="39" ry="28"/>
555
- <foreignObject x="14" y="19" width="50" height="18" p:name="text" id="cb9537cfe115414495d42fa684b0d784" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; fill: rgb(0, 0, 0); fill-opacity: 1; color: rgb(0, 0, 0); text-align: center;"><div xmlns="http://www.w3.org/1999/xhtml">Issue</div></foreignObject>
556
- </g><g p:type="Shape" p:def="Evolus.Common:arrow" p:sc="Straight Connector" id="f6f68a78d06d4da0ab012600b01fbe58" transform="matrix(1,0,0,1,458,291)"><p:metadata><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="startPin" ns9889235:viay="218" ns9889235:viax="-263" ns9889235:connectedOutletId="right" ns9889235:connectedShapeId="60f4e6d4f8584ed9992f5ead811478ec">-273,218</p:property><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="endPin" ns9889235:connectedShapeId="d3fe89907a70462d8ad70156e11deb3c" ns9889235:connectedOutletId="middle-left" ns9889235:viax="-135" ns9889235:viay="195.5">-125,196</p:property><p:property name="withStartArrow">false</p:property><p:property name="withEndArrow">true</p:property><p:property name="mode">straight</p:property><p:property name="detached">false</p:property><p:property name="strokeColor">#666666FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent"/><p:property name="textFont">Helvetica|normal|normal|12px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
557
- <defs>
558
- <path style="stroke-linejoin: round; fill: none;" p:name="path" id="90613aac5864478d8e2f665101f18d4c" d="M -273 218 L -134.8913157652731 197.4703307218649 L -125 196 M -131 191 L -125 196 L -130 202"/>
559
- </defs>
560
- <use xlink:href="#90613aac5864478d8e2f665101f18d4c" stroke-width="10" stroke-opacity="0" stroke="#FF0000"/>
561
- <use xlink:href="#90613aac5864478d8e2f665101f18d4c" p:name="outArrow1" id="386901d7a60949259483cce4ff2f884e" style="stroke: rgb(102, 102, 102); stroke-opacity: 1; stroke-width: 2;"/>
562
- <text p:name="text" id="71269ab464fa4437b0d74b21440af94c" style="fill: rgb(0, 0, 0); fill-opacity: 1; font-family: Helvetica; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;">
563
- <textPath xlink:href="#90613aac5864478d8e2f665101f18d4c" startOffset="50%" text-anchor="middle" alignment-baseline="middle">
564
- <tspan dy="-4" p:name="textSpan" id="fdcbdf3cd4044bc6b41390670348e3f6" dx="-16"/>
565
- </textPath>
566
- </text>
567
- </g><g p:type="Shape" p:def="Evolus.Common:arrow" p:sc="Straight Connector" id="b6ec5d8a073448a9a07ee049d0bae10c" transform="matrix(1,0,0,1,408,301)"><p:metadata><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="startPin" ns9889235:connectedShapeId="cc94e5c8c67f42d38afce7fe5b33e45c" ns9889235:connectedOutletId="right" ns9889235:viax="-173" ns9889235:viay="331.5">-183,332</p:property><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="endPin" ns9889235:connectedShapeId="97ebf9ab85a14cc5a0145f6c30f3bd8b" ns9889235:connectedOutletId="middle-left" ns9889235:viax="-84" ns9889235:viay="331">-74,331</p:property><p:property name="withStartArrow">false</p:property><p:property name="withEndArrow">true</p:property><p:property name="mode">straight</p:property><p:property name="detached">false</p:property><p:property name="strokeColor">#666666FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent"/><p:property name="textFont">Helvetica|normal|normal|12px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
568
- <defs>
569
- <path style="stroke-linejoin: round; fill: none;" p:name="path" id="8356d0ab69854aa9a4e653ee4293a72e" d="M -183 332 L -83.99957918656744 331.0917392585924 L -74 331 M -80 325 L -74 331 L -80 337"/>
570
- </defs>
571
- <use xlink:href="#8356d0ab69854aa9a4e653ee4293a72e" stroke-width="10" stroke-opacity="0" stroke="#FF0000"/>
572
- <use xlink:href="#8356d0ab69854aa9a4e653ee4293a72e" p:name="outArrow1" id="cf559bb6eb854c34ba27be7ef5c5bfa0" style="stroke: rgb(102, 102, 102); stroke-opacity: 1; stroke-width: 2;"/>
573
- <text p:name="text" id="aa450e9523984485b7c6af728633b877" style="fill: rgb(0, 0, 0); fill-opacity: 1; font-family: Helvetica; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;">
574
- <textPath xlink:href="#8356d0ab69854aa9a4e653ee4293a72e" startOffset="50%" text-anchor="middle" alignment-baseline="middle">
575
- <tspan dy="-4" p:name="textSpan" id="47d719ed36614f6294b3da16619044b6" dx="-16"/>
576
- </textPath>
577
- </text>
578
- </g><g p:type="Shape" p:def="Evolus.Common:arrow" p:sc="Straight Connector" id="a7d9e8dc3d2649d9ba239d9279a5cdf8" transform="matrix(1,0,0,1,403,281)"><p:metadata><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="startPin" ns9889235:connectedShapeId="d0d9766165a84b01aa2bc5d9ce3b3560" ns9889235:connectedOutletId="right" ns9889235:viax="-252" ns9889235:viay="315.5">-262,316</p:property><p:property xmlns:ns9889235="http://www.evolus.vn/Namespace/Pencil" name="endPin" ns9889235:connectedShapeId="63fe16b20c924ec7a8a5f499b1094978" ns9889235:connectedOutletId="middle-left" ns9889235:viax="-80" ns9889235:viay="314">-70,314</p:property><p:property name="withStartArrow">false</p:property><p:property name="withEndArrow">true</p:property><p:property name="mode">straight</p:property><p:property name="detached">false</p:property><p:property name="strokeColor">#666666FF</p:property><p:property name="strokeStyle">2|</p:property><p:property name="textContent"/><p:property name="textFont">Helvetica|normal|normal|12px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
579
- <defs>
580
- <path style="stroke-linejoin: round; fill: none;" p:name="path" id="60410520e5cb460283982276ba2168b4" d="M -262 316 L -79.99945750942537 314.1041610157232 L -70 314 M -76 308 L -70 314 L -76 320"/>
581
- </defs>
582
- <use xlink:href="#60410520e5cb460283982276ba2168b4" stroke-width="10" stroke-opacity="0" stroke="#FF0000"/>
583
- <use xlink:href="#60410520e5cb460283982276ba2168b4" p:name="outArrow1" id="8ad9e51274164d7b80a5a732aecd03ec" style="stroke: rgb(102, 102, 102); stroke-opacity: 1; stroke-width: 2;"/>
584
- <text p:name="text" id="28af6f467233409b8bafa19f391fa756" style="fill: rgb(0, 0, 0); fill-opacity: 1; font-family: Helvetica; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;">
585
- <textPath xlink:href="#60410520e5cb460283982276ba2168b4" startOffset="50%" text-anchor="middle" alignment-baseline="middle">
586
- <tspan dy="-4" p:name="textSpan" id="1d3a0618cbb144f7be824eb42290dd66" dx="-16"/>
587
- </textPath>
588
- </text>
589
- </g><g p:type="Shape" p:def="Evolus.Common:PlainTextV3" id="fabda937619b4eadb4566321d950502f" transform="matrix(1,0,0,1,16,13)"><p:metadata><p:property name="disabled">false</p:property><p:property name="width">100,0</p:property><p:property name="fixedWidth">false</p:property><p:property name="label">RDF Classes</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textFont">"Liberation Sans",Arial,sans-serif|normal|normal|24px|none</p:property><p:property name="textAlign">0,0</p:property></p:metadata>
590
- <rect x="0" y="0" style="fill: none; stroke: none; visibility: hidden; display: none;" p:name="bgRect" id="7513a55ea2d74175ac0fdb7b7493f274" width="141.34375" height="27"/>
591
- <text xml:space="preserve" dominant-baseline="hanging" p:name="text" id="48035c5900914af0babf40c495cba891" style="fill: rgb(0, 0, 0); fill-opacity: 1; font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 24px; font-weight: normal; font-style: normal; text-decoration: none;"><tspan x="0" y="0">RDF Classes</tspan></text>
592
- </g><g p:type="Shape" p:def="Evolus.Common:PlainTextV3" id="2e58a944e8154ed1b192922df7daf484" transform="matrix(1,0,0,1,489,27)"><p:metadata><p:property name="disabled">false</p:property><p:property name="width">100,0</p:property><p:property name="fixedWidth">false</p:property><p:property name="label">Panes</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textFont">"Liberation Sans",Arial,sans-serif|normal|normal|24px|none</p:property><p:property name="textAlign">0,0</p:property></p:metadata>
593
- <rect x="0" y="0" style="fill: none; stroke: none; visibility: hidden; display: none;" p:name="bgRect" id="4d159047e0034532a5777ecbdfcf3891" width="68.046875" height="27"/>
594
- <text xml:space="preserve" dominant-baseline="hanging" p:name="text" id="1fb86deffefd439e8abedde48890f034" style="fill: rgb(0, 0, 0); fill-opacity: 1; font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 24px; font-weight: normal; font-style: normal; text-decoration: none;"><tspan x="0" y="0">Panes</tspan></text>
595
- </g><g p:type="Shape" p:def="Evolus.Common:RoundedRectV2" id="5f130fd15d0a457b88c95178a79896ea" transform="matrix(1,0,0,1,333,197)"><p:metadata><p:property name="box">133,34</p:property><p:property name="withBlur">false</p:property><p:property name="radius">0,0</p:property><p:property name="textPadding">0,4.25</p:property><p:property name="fillColor">#FFFFFFFF</p:property><p:property name="strokeColor">#000000FF</p:property><p:property name="strokeStyle">2|1,1</p:property><p:property name="textContent">User-designed form</p:property><p:property name="textFont">"Liberation Sans",Arial,sans-serif|normal|normal|13px|none</p:property><p:property name="textColor">#000000FF</p:property><p:property name="textAlign">1,1</p:property></p:metadata>
596
-
597
- <defs>
598
- <rect width="131" height="32" rx="0" ry="0" x="0" y="0" style="stroke-width: 2; fill: rgb(255, 255, 255); fill-opacity: 1; stroke: rgb(0, 0, 0); stroke-opacity: 1; stroke-dasharray: 1, 1;" p:name="rrRect" id="1cd2a54a3b66487194f95fe5aeaf6107" transform="translate(1,1)"/>
599
- <filter height="1.2558399" y="-0.12792" width="1.06396" x="-0.03198" p:name="shadingFilter" id="606b27e0de934cacb1583e7bd694850a">
600
- <feGaussianBlur stdDeviation="1" in="SourceAlpha"/>
601
- </filter>
602
- <clipPath p:name="textClipPath" id="3ea9675e472741adb6a59f70e4b288fe">
603
- <rect p:name="textClipPathRect" id="07f7bc4c7f8147b6b35d4639ce9f35c3" x="4.25" y="4.25" width="124.5" height="25.5"/>
604
- </clipPath>
605
- </defs>
606
- <use xlink:href="#1cd2a54a3b66487194f95fe5aeaf6107" transform="translate(2, 2)" p:filter="url(#606b27e0de934cacb1583e7bd694850a)" style="opacity: 0.5; visibility: hidden; display: none;" p:heavy="true" p:name="bgCopy" id="29f5c1c675d743cdb952f14af0ff330d"/>
607
- <use xlink:href="#1cd2a54a3b66487194f95fe5aeaf6107"/>
608
- <g clip-path="url(#3ea9675e472741adb6a59f70e4b288fe)" p:name="text" id="f1c03b36f8854676a05b41bbada7b409" dominant-baseline="auto" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; fill: rgb(0, 0, 0); fill-opacity: 1; color: rgb(0, 0, 0);"><g transform="translate(0,5)"><text><tspan x="9" y="16" style="font-family: &quot;Liberation Sans&quot;, Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; text-transform: none; fill: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">User-designed form</tspan></text></g></g>
609
- </g></g></g></svg>