aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Gelety <jgelety@cisco.com>2019-02-12 16:52:20 +0100
committerTibor Frank <tifrank@cisco.com>2019-02-13 11:36:13 +0000
commitb7da6842c02e133419b71fbe8be20485db23fe72 (patch)
tree255f6175125d04a7f60df5a2e7be758493f93da2
parent35157b2e19bf7f05ab7a678f177d256c784a7d78 (diff)
Report: VPP_Device and VPP_func update
Change-Id: Ied18cef4519aff5ce56cb7548e3f97d89856de27 Signed-off-by: Jan Gelety <jgelety@cisco.com> (cherry picked from commit 2940a1320ed51266855b15efe539046adb6f53ad)
-rw-r--r--docs/report/vpp_device_tests/csit_release_notes.rst24
-rw-r--r--docs/report/vpp_device_tests/overview.rst72
-rw-r--r--docs/report/vpp_device_tests/vf-2n-nic2memif.svg1094
-rw-r--r--docs/report/vpp_device_tests/vf-2n-nic2vhost.svg1034
-rw-r--r--docs/report/vpp_functional_tests/csit_release_notes.rst66
-rw-r--r--docs/report/vpp_functional_tests/test_environment.rst145
6 files changed, 2331 insertions, 104 deletions
diff --git a/docs/report/vpp_device_tests/csit_release_notes.rst b/docs/report/vpp_device_tests/csit_release_notes.rst
index 9e6f002f08..c4245554b4 100644
--- a/docs/report/vpp_device_tests/csit_release_notes.rst
+++ b/docs/report/vpp_device_tests/csit_release_notes.rst
@@ -4,12 +4,32 @@ Release Notes
Changes in |csit-release|
-------------------------
-#. Initial release
+#. TEST FRAMEWORK
+
+ - **VM and "nested" container support**: Framework has been extended to
+ allow to run Virtual Machine (VM) on SUT1 and to start another Docker
+ Container from SUT1.
+
+#. NEW TESTS
+
+ - **L2BD and L2XC**: L2 Cross-Connect switching and L2 Bridge-Domain
+ switching between vfNICs for untagged ethernet.
+
+ - **VM_Vhost**: VPP DUT is configured with IPv4/IPv6 routing or L2
+ cross-connect/bridge-domain switching between vfNICs and Vhost-user
+ interfaces. VM - Qemu Guest is connected to VPP via Vhost-user interfaces.
+ Guest is configured with linux bridge interconnecting vhost-user
+ interfaces.
+
+ - **Container_Memif**: VPP DUT is configured with IPv4/IPv6 routing or L2
+ cross-connect/bridge-domain switching between vfNICs and Memif interfaces.
+ Container is connected to VPP via Memif interface. Container is running the
+ same VPP version as running on DUT.
Known Issues
------------
-List of known issues in |csit-release| for VPP functional tests in VIRL:
+List of known issues in |csit-release| for VPP functional tests in VPP Device:
+---+----------------------------------------+---------------------+
| # | JiraID | Issue Description |
diff --git a/docs/report/vpp_device_tests/overview.rst b/docs/report/vpp_device_tests/overview.rst
index 25bfecd9e5..a53e3f4971 100644
--- a/docs/report/vpp_device_tests/overview.rst
+++ b/docs/report/vpp_device_tests/overview.rst
@@ -7,11 +7,12 @@ Virtual Topologies
CSIT VPP Device tests are executed in Physical containerized topologies
created on demand using set of scripts hosted and developed under CSIT
repository. It runs on physical baremetal servers hosted by LF FD.io project.
-Based on the packet path thru SUT Containers, two distinct logical topology
+Based on the packet path thru SUT Containers, three distinct logical topology
types are used for VPP DUT data plane testing:
#. vfNIC-to-vfNIC switching topologies.
-#. Nested-VM service switching topologies. (Planned to be added in rls1901)
+#. vfNIC-to-vhost-user switching topologies.
+#. vfNIC-to-memif switching topologies.
vfNIC-to-vfNIC Switching
~~~~~~~~~~~~~~~~~~~~~~~~
@@ -50,18 +51,79 @@ upon completion of all functional tests. Each node is a container running on
physical server. During the test execution, all nodes are reachable thru
the Management (not shown above for clarity).
+vfNIC-to-vhost-user Switching
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+vfNIC-to-vhost-user switching topology test cases require VPP DUT to communicate
+with Virtual Machine (VM) over Vhost-user virtual interfaces. VM is created on
+SUT1 for the duration of these particular test cases only. Virtual test topology
+with VM is shown in the figure below.
+
+.. only:: latex
+
+ .. raw:: latex
+
+ \begin{figure}[H]
+ \centering
+ \graphicspath{{../_tmp/src/vpp_device_tests/}}
+ \includegraphics[width=0.90\textwidth]{vf-2n-nic2vhost}
+ \label{fig:vf-2n-nic2vhost}
+ \end{figure}
+
+.. only:: html
+
+ .. figure:: ../vpp_device_tests/vf-2n-nic2vhost.svg
+ :alt: vf-2n-nic2vhost
+ :align: center
+
+vfNIC-to-memif Switching
+~~~~~~~~~~~~~~~~~~~~~~~~
+
+vfNIC-to-memif switching topology test cases require VPP DUT to communicate
+with another Docker Container over memif interfaces. Container is created for
+the duration of these particular test cases only and it is running the same VPP
+version as running on DUT. Virtual test topology with Memif is shown in
+the figure below.
+
+.. only:: latex
+
+ .. raw:: latex
+
+ \begin{figure}[H]
+ \centering
+ \graphicspath{{../_tmp/src/vpp_device_tests/}}
+ \includegraphics[width=0.90\textwidth]{vf-2n-nic2memif}
+ \label{fig:vf-2n-nic2memif}
+ \end{figure}
+
+.. only:: html
+
+ .. figure:: ../vpp_device_tests/vf-2n-nic2memif.svg
+ :alt: vf-2n-nic2memif
+ :align: center
+
Functional Tests Coverage
-------------------------
-|csit-release| includes following VPP functionality tested in virtual VM
+|csit-release| includes following VPP functionality tested in VPP Device
environment:
+-----------------------+----------------------------------------------+
| Functionality | Description |
+=======================+==============================================+
-| IPv4 | ICMPv4. |
+| IPv4 | IPv4 routing, ICMPv4. |
++-----------------------+----------------------------------------------+
+| IPv6 | IPv4 routing, ICMPv6. |
++-----------------------+----------------------------------------------+
+| L2BD | L2 Bridge-Domain switching for untagged |
+| | Ethernet. |
++-----------------------+----------------------------------------------+
+| L2XC | L2 Cross-Connect switching for untagged |
+| | Ethernet. |
++-----------------------+----------------------------------------------+
+| Vhost-user Interface | Baseline VPP vhost-user interface tests. |
+-----------------------+----------------------------------------------+
-| IPv6 | ICMPv6. |
+| Memif Interface | Baseline VPP memif interface tests. |
+-----------------------+----------------------------------------------+
Tests Naming
diff --git a/docs/report/vpp_device_tests/vf-2n-nic2memif.svg b/docs/report/vpp_device_tests/vf-2n-nic2memif.svg
new file mode 100644
index 0000000000..8ef044be0a
--- /dev/null
+++ b/docs/report/vpp_device_tests/vf-2n-nic2memif.svg
@@ -0,0 +1,1094 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.2" width="297mm" height="210mm" viewBox="0 0 29700 21000" preserveAspectRatio="xMidYMid" fill-rule="evenodd" stroke-width="28.222" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:presentation="http://sun.com/xmlns/staroffice/presentation" xmlns:smil="http://www.w3.org/2001/SMIL20/" xmlns:anim="urn:oasis:names:tc:opendocument:xmlns:animation:1.0" xml:space="preserve">
+ <defs class="ClipPathGroup">
+ <clipPath id="presentation_clip_path" clipPathUnits="userSpaceOnUse">
+ <rect x="0" y="0" width="29700" height="21000"/>
+ </clipPath>
+ </defs>
+ <defs>
+ <font id="EmbeddedFont_1" horiz-adv-x="2048">
+ <font-face font-family="Calibri embedded" units-per-em="2048" font-weight="normal" font-style="normal" ascent="1879" descent="476"/>
+ <missing-glyph horiz-adv-x="2048" d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"/>
+ <glyph unicode="z" horiz-adv-x="927" d="M 113,1120 L 987,1120 987,952 295,147 987,147 987,0 88,0 88,168 780,973 113,973 113,1120 Z"/>
+ <glyph unicode="w" horiz-adv-x="1510" d="M 86,1120 L 270,1120 500,246 729,1120 946,1120 1176,246 1405,1120 1589,1120 1296,0 1079,0 838,918 596,0 379,0 86,1120 Z"/>
+ <glyph unicode="v" horiz-adv-x="1112" d="M 61,1120 L 256,1120 606,180 956,1120 1151,1120 731,0 481,0 61,1120 Z"/>
+ <glyph unicode="t" horiz-adv-x="715" d="M 375,1438 L 375,1120 754,1120 754,977 375,977 375,369 C 375,278 388,219 413,193 438,167 488,154 565,154 L 754,154 754,0 565,0 C 423,0 325,27 271,80 217,133 190,229 190,369 L 190,977 55,977 55,1120 190,1120 190,1438 375,1438 Z"/>
+ <glyph unicode="s" horiz-adv-x="874" d="M 907,1087 L 907,913 C 855,940 801,960 745,973 689,986 631,993 571,993 480,993 411,979 366,951 320,923 297,881 297,825 297,782 313,749 346,725 379,700 444,677 543,655 L 606,641 C 737,613 830,574 885,523 940,472 967,400 967,309 967,205 926,123 844,62 761,1 648,-29 504,-29 444,-29 382,-23 317,-12 252,0 183,18 111,41 L 111,231 C 179,196 246,169 312,152 378,134 443,125 508,125 595,125 661,140 708,170 755,199 778,241 778,295 778,345 761,383 728,410 694,437 620,462 506,487 L 442,502 C 328,526 246,563 195,613 144,662 119,730 119,817 119,922 156,1004 231,1061 306,1118 412,1147 549,1147 617,1147 681,1142 741,1132 801,1122 856,1107 907,1087 Z"/>
+ <glyph unicode="r" horiz-adv-x="663" d="M 842,948 C 821,960 799,969 775,975 750,980 723,983 694,983 590,983 510,949 455,882 399,814 371,717 371,590 L 371,0 186,0 186,1120 371,1120 371,946 C 410,1014 460,1065 522,1098 584,1131 659,1147 748,1147 761,1147 775,1146 790,1145 805,1143 822,1140 841,1137 L 842,948 Z"/>
+ <glyph unicode="p" horiz-adv-x="1007" d="M 371,168 L 371,-426 186,-426 186,1120 371,1120 371,950 C 410,1017 459,1066 518,1099 577,1131 647,1147 729,1147 865,1147 976,1093 1061,985 1146,877 1188,735 1188,559 1188,383 1146,241 1061,133 976,25 865,-29 729,-29 647,-29 577,-13 518,20 459,52 410,101 371,168 Z M 997,559 C 997,694 969,801 914,878 858,955 781,993 684,993 587,993 510,955 455,878 399,801 371,694 371,559 371,424 399,318 455,241 510,164 587,125 684,125 781,125 858,164 914,241 969,318 997,424 997,559 Z"/>
+ <glyph unicode="o" horiz-adv-x="1033" d="M 627,991 C 528,991 450,953 393,876 336,799 307,693 307,559 307,425 336,320 393,243 450,166 528,127 627,127 725,127 803,166 860,243 917,320 946,426 946,559 946,692 917,797 860,875 803,952 725,991 627,991 Z M 627,1147 C 787,1147 913,1095 1004,991 1095,887 1141,743 1141,559 1141,376 1095,232 1004,128 913,23 787,-29 627,-29 466,-29 341,23 250,128 159,232 113,376 113,559 113,743 159,887 250,991 341,1095 466,1147 627,1147 Z"/>
+ <glyph unicode="n" horiz-adv-x="954" d="M 1124,676 L 1124,0 940,0 940,670 C 940,776 919,855 878,908 837,961 775,987 692,987 593,987 514,955 457,892 400,829 371,742 371,633 L 371,0 186,0 186,1120 371,1120 371,946 C 415,1013 467,1064 527,1097 586,1130 655,1147 733,1147 862,1147 959,1107 1025,1028 1091,948 1124,831 1124,676 Z"/>
+ <glyph unicode="m" horiz-adv-x="1642" d="M 1065,905 C 1111,988 1166,1049 1230,1088 1294,1127 1369,1147 1456,1147 1573,1147 1663,1106 1726,1025 1789,943 1821,827 1821,676 L 1821,0 1636,0 1636,670 C 1636,777 1617,857 1579,909 1541,961 1483,987 1405,987 1310,987 1234,955 1179,892 1124,829 1096,742 1096,633 L 1096,0 911,0 911,670 C 911,778 892,858 854,910 816,961 757,987 678,987 584,987 509,955 454,892 399,828 371,742 371,633 L 371,0 186,0 186,1120 371,1120 371,946 C 413,1015 463,1065 522,1098 581,1131 650,1147 731,1147 812,1147 882,1126 939,1085 996,1044 1038,984 1065,905 Z"/>
+ <glyph unicode="l" horiz-adv-x="213" d="M 193,1556 L 377,1556 377,0 193,0 193,1556 Z"/>
+ <glyph unicode="i" horiz-adv-x="213" d="M 193,1120 L 377,1120 377,0 193,0 193,1120 Z M 193,1556 L 377,1556 377,1323 193,1323 193,1556 Z"/>
+ <glyph unicode="h" horiz-adv-x="954" d="M 1124,676 L 1124,0 940,0 940,670 C 940,776 919,855 878,908 837,961 775,987 692,987 593,987 514,955 457,892 400,829 371,742 371,633 L 371,0 186,0 186,1556 371,1556 371,946 C 415,1013 467,1064 527,1097 586,1130 655,1147 733,1147 862,1147 959,1107 1025,1028 1091,948 1124,831 1124,676 Z"/>
+ <glyph unicode="g" horiz-adv-x="1006" d="M 930,573 C 930,706 903,810 848,883 793,956 715,993 616,993 517,993 441,956 386,883 331,810 303,706 303,573 303,440 331,337 386,264 441,191 517,154 616,154 715,154 793,191 848,264 903,337 930,440 930,573 Z M 1114,139 C 1114,-52 1072,-193 987,-287 902,-379 773,-426 598,-426 533,-426 472,-421 415,-412 358,-402 302,-387 248,-367 L 248,-188 C 302,-217 355,-239 408,-253 461,-267 514,-274 569,-274 690,-274 780,-242 840,-180 900,-116 930,-21 930,106 L 930,197 C 892,131 843,82 784,49 725,16 654,0 571,0 434,0 323,52 239,157 155,262 113,400 113,573 113,746 155,885 239,990 323,1095 434,1147 571,1147 654,1147 725,1131 784,1098 843,1065 892,1016 930,950 L 930,1120 1114,1120 1114,139 Z"/>
+ <glyph unicode="f" horiz-adv-x="742" d="M 760,1556 L 760,1403 584,1403 C 518,1403 472,1390 447,1363 421,1336 408,1288 408,1219 L 408,1120 711,1120 711,977 408,977 408,0 223,0 223,977 47,977 47,1120 223,1120 223,1198 C 223,1323 252,1414 310,1471 368,1528 460,1556 586,1556 L 760,1556 Z"/>
+ <glyph unicode="e" horiz-adv-x="1059" d="M 1151,606 L 1151,516 305,516 C 313,389 351,293 420,227 488,160 583,127 705,127 776,127 844,136 911,153 977,170 1043,196 1108,231 L 1108,57 C 1042,29 974,8 905,-7 836,-22 765,-29 694,-29 515,-29 374,23 270,127 165,231 113,372 113,549 113,732 163,878 262,986 361,1093 494,1147 662,1147 813,1147 932,1099 1020,1002 1107,905 1151,773 1151,606 Z M 967,659 C 966,760 938,841 883,901 828,961 755,991 664,991 561,991 479,962 418,904 356,846 320,764 311,659 L 967,659 Z"/>
+ <glyph unicode="d" horiz-adv-x="1006" d="M 930,950 L 930,1556 1114,1556 1114,0 930,0 930,168 C 891,101 843,52 784,20 725,-13 654,-29 571,-29 436,-29 326,25 241,133 156,241 113,383 113,559 113,735 156,877 241,985 326,1093 436,1147 571,1147 654,1147 725,1131 784,1099 843,1066 891,1017 930,950 Z M 303,559 C 303,424 331,318 387,241 442,164 519,125 616,125 713,125 790,164 846,241 902,318 930,424 930,559 930,694 902,801 846,878 790,955 713,993 616,993 519,993 442,955 387,878 331,801 303,694 303,559 Z"/>
+ <glyph unicode="c" horiz-adv-x="900" d="M 999,1077 L 999,905 C 947,934 895,955 843,970 790,984 737,991 684,991 565,991 472,953 406,878 340,802 307,696 307,559 307,422 340,316 406,241 472,165 565,127 684,127 737,127 790,134 843,149 895,163 947,184 999,213 L 999,43 C 948,19 895,1 840,-11 785,-23 726,-29 664,-29 495,-29 361,24 262,130 163,236 113,379 113,559 113,742 163,885 264,990 364,1095 501,1147 676,1147 733,1147 788,1141 842,1130 896,1118 948,1100 999,1077 Z"/>
+ <glyph unicode="a" horiz-adv-x="980" d="M 702,563 C 553,563 450,546 393,512 336,478 307,420 307,338 307,273 329,221 372,183 415,144 473,125 547,125 649,125 731,161 793,234 854,306 885,402 885,522 L 885,563 702,563 Z M 1069,639 L 1069,0 885,0 885,170 C 843,102 791,52 728,20 665,-13 589,-29 498,-29 383,-29 292,3 225,68 157,132 123,218 123,326 123,452 165,547 250,611 334,675 460,707 627,707 L 885,707 885,725 C 885,810 857,875 802,922 746,968 668,991 567,991 503,991 441,983 380,968 319,953 261,930 205,899 L 205,1069 C 272,1095 338,1115 401,1128 464,1141 526,1147 586,1147 748,1147 869,1105 949,1021 1029,937 1069,810 1069,639 Z"/>
+ <glyph unicode="T" horiz-adv-x="1297" d="M -6,1493 L 1257,1493 1257,1323 727,1323 727,0 524,0 524,1323 -6,1323 -6,1493 Z"/>
+ <glyph unicode="N" horiz-adv-x="1165" d="M 201,1493 L 473,1493 1135,244 1135,1493 1331,1493 1331,0 1059,0 397,1249 397,0 201,0 201,1493 Z"/>
+ <glyph unicode="I" horiz-adv-x="239" d="M 201,1493 L 403,1493 403,0 201,0 201,1493 Z"/>
+ <glyph unicode="C" horiz-adv-x="1218" d="M 1319,1378 L 1319,1165 C 1251,1228 1179,1276 1102,1307 1025,1338 943,1354 856,1354 685,1354 555,1302 464,1198 373,1093 328,942 328,745 328,548 373,398 464,294 555,189 685,137 856,137 943,137 1025,153 1102,184 1179,215 1251,263 1319,326 L 1319,115 C 1248,67 1174,31 1095,7 1016,-17 932,-29 844,-29 618,-29 440,40 310,179 180,317 115,506 115,745 115,985 180,1174 310,1313 440,1451 618,1520 844,1520 933,1520 1018,1508 1097,1485 1176,1461 1250,1425 1319,1378 Z"/>
+ <glyph unicode=":" horiz-adv-x="213" d="M 240,254 L 451,254 451,0 240,0 240,254 Z M 240,1059 L 451,1059 451,805 240,805 240,1059 Z"/>
+ <glyph unicode="2" horiz-adv-x="980" d="M 393,170 L 1098,170 1098,0 150,0 150,170 C 227,249 331,356 464,490 596,623 679,709 713,748 778,821 823,882 849,933 874,983 887,1032 887,1081 887,1160 859,1225 804,1275 748,1325 675,1350 586,1350 523,1350 456,1339 386,1317 315,1295 240,1262 160,1217 L 160,1421 C 241,1454 317,1478 388,1495 459,1512 523,1520 582,1520 737,1520 860,1481 952,1404 1044,1327 1090,1223 1090,1094 1090,1033 1079,975 1056,920 1033,865 991,800 930,725 913,706 860,650 771,558 682,465 556,336 393,170 Z"/>
+ <glyph unicode="-" horiz-adv-x="583" d="M 100,643 L 639,643 639,479 100,479 100,643 Z"/>
+ <glyph unicode=" " horiz-adv-x="635"/>
+ </font>
+ </defs>
+ <defs>
+ <font id="EmbeddedFont_2" horiz-adv-x="2048">
+ <font-face font-family="Calibri embedded" units-per-em="2048" font-weight="bold" font-style="normal" ascent="1879" descent="476"/>
+ <missing-glyph horiz-adv-x="2048" d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"/>
+ <glyph unicode="x" horiz-adv-x="1271" d="M 455,573 L 51,1120 430,1120 659,788 891,1120 1270,1120 866,575 1290,0 911,0 659,354 410,0 31,0 455,573 Z"/>
+ <glyph unicode="v" horiz-adv-x="1298" d="M 31,1120 L 389,1120 668,346 946,1120 1305,1120 864,0 471,0 31,1120 Z"/>
+ <glyph unicode="u" horiz-adv-x="1138" d="M 160,436 L 160,1120 520,1120 520,1008 C 520,947 520,871 519,780 518,688 518,627 518,596 518,506 520,441 525,402 530,362 538,333 549,315 564,292 583,274 607,261 630,248 657,242 688,242 763,242 821,271 864,328 907,385 928,465 928,567 L 928,1120 1286,1120 1286,0 928,0 928,162 C 874,97 817,49 757,18 696,-13 630,-29 557,-29 428,-29 329,11 262,90 194,169 160,285 160,436 Z"/>
+ <glyph unicode="t" horiz-adv-x="928" d="M 563,1438 L 563,1120 932,1120 932,864 563,864 563,389 C 563,337 573,302 594,284 615,265 656,256 717,256 L 901,256 901,0 594,0 C 453,0 353,30 294,89 235,148 205,248 205,389 L 205,864 27,864 27,1120 205,1120 205,1438 563,1438 Z"/>
+ <glyph unicode="s" horiz-adv-x="1060" d="M 1047,1085 L 1047,813 C 970,845 896,869 825,885 754,901 686,909 623,909 555,909 505,901 472,884 439,867 422,840 422,805 422,776 435,754 460,739 485,724 529,712 594,705 L 657,696 C 840,673 964,634 1027,581 1090,528 1122,444 1122,330 1122,211 1078,121 990,61 902,1 771,-29 596,-29 522,-29 446,-23 367,-12 288,0 206,18 123,41 L 123,313 C 194,278 268,252 343,235 418,218 494,209 571,209 641,209 694,219 729,238 764,257 782,286 782,324 782,356 770,380 746,396 721,411 673,423 600,432 L 537,440 C 378,460 266,497 202,551 138,605 106,687 106,797 106,916 147,1004 228,1061 309,1118 434,1147 602,1147 668,1147 737,1142 810,1132 883,1122 962,1106 1047,1085 Z"/>
+ <glyph unicode="r" horiz-adv-x="847" d="M 1004,815 C 973,830 942,841 911,848 880,855 848,858 817,858 725,858 654,829 605,770 555,711 530,626 530,516 L 530,0 172,0 172,1120 530,1120 530,936 C 576,1009 629,1062 689,1095 748,1128 820,1145 903,1145 915,1145 928,1145 942,1145 956,1145 976,1143 1003,1139 L 1004,815 Z"/>
+ <glyph unicode="p" horiz-adv-x="1218" d="M 530,162 L 530,-426 172,-426 172,1120 530,1120 530,956 C 579,1021 634,1070 694,1101 754,1132 823,1147 901,1147 1039,1147 1152,1092 1241,983 1330,873 1374,732 1374,559 1374,386 1330,245 1241,136 1152,26 1039,-29 901,-29 823,-29 754,-13 694,18 634,49 579,97 530,162 Z M 768,887 C 691,887 633,859 592,803 551,746 530,665 530,559 530,453 551,372 592,316 633,259 691,231 768,231 845,231 903,259 944,315 984,371 1004,452 1004,559 1004,666 984,747 944,803 903,859 845,887 768,887 Z"/>
+ <glyph unicode="o" horiz-adv-x="1245" d="M 705,891 C 626,891 565,863 524,806 482,749 461,666 461,559 461,452 482,370 524,313 565,256 626,227 705,227 783,227 843,256 884,313 925,370 946,452 946,559 946,666 925,749 884,806 843,863 783,891 705,891 Z M 705,1147 C 898,1147 1048,1095 1157,991 1265,887 1319,743 1319,559 1319,375 1265,231 1157,127 1048,23 898,-29 705,-29 512,-29 361,23 252,127 143,231 88,375 88,559 88,743 143,887 252,991 361,1095 512,1147 705,1147 Z"/>
+ <glyph unicode="n" horiz-adv-x="1138" d="M 1298,682 L 1298,0 938,0 938,111 938,522 C 938,619 936,685 932,722 927,759 920,786 909,803 895,826 876,845 852,858 828,871 801,877 770,877 695,877 637,848 594,791 551,733 530,653 530,551 L 530,0 172,0 172,1120 530,1120 530,956 C 584,1021 641,1070 702,1101 763,1132 830,1147 903,1147 1032,1147 1131,1107 1198,1028 1265,949 1298,833 1298,682 Z"/>
+ <glyph unicode="l" horiz-adv-x="371" d="M 172,1556 L 530,1556 530,0 172,0 172,1556 Z"/>
+ <glyph unicode="i" horiz-adv-x="371" d="M 172,1120 L 530,1120 530,0 172,0 172,1120 Z M 172,1556 L 530,1556 530,1264 172,1264 172,1556 Z"/>
+ <glyph unicode="e" horiz-adv-x="1218" d="M 1290,563 L 1290,461 453,461 C 462,377 492,314 544,272 596,230 669,209 762,209 837,209 915,220 994,243 1073,265 1154,299 1237,344 L 1237,68 C 1152,36 1068,12 983,-5 898,-21 814,-29 729,-29 526,-29 369,23 257,126 144,229 88,373 88,559 88,742 143,885 254,990 364,1095 516,1147 709,1147 885,1147 1026,1094 1132,988 1237,882 1290,740 1290,563 Z M 922,682 C 922,750 902,805 863,847 823,888 771,909 707,909 638,909 581,890 538,851 495,812 468,755 457,682 L 922,682 Z"/>
+ <glyph unicode="c" horiz-adv-x="1007" d="M 1077,1085 L 1077,793 C 1028,826 980,851 931,867 882,883 831,891 778,891 678,891 600,862 545,804 489,745 461,664 461,559 461,454 489,373 545,315 600,256 678,227 778,227 834,227 887,235 938,252 988,269 1034,293 1077,326 L 1077,33 C 1021,12 964,-3 907,-14 849,-24 791,-29 733,-29 531,-29 373,23 259,127 145,230 88,374 88,559 88,744 145,888 259,992 373,1095 531,1147 733,1147 792,1147 850,1142 907,1132 964,1121 1020,1106 1077,1085 Z"/>
+ <glyph unicode="a" horiz-adv-x="1139" d="M 674,504 C 599,504 543,491 506,466 468,441 449,403 449,354 449,309 464,273 495,248 525,222 567,209 621,209 688,209 745,233 791,282 837,330 860,390 860,463 L 860,504 674,504 Z M 1221,639 L 1221,0 860,0 860,166 C 812,98 758,49 698,18 638,-13 565,-29 479,-29 363,-29 269,5 197,73 124,140 88,228 88,336 88,467 133,564 224,625 314,686 456,717 649,717 L 860,717 860,745 C 860,802 838,843 793,870 748,896 679,909 584,909 507,909 436,901 370,886 304,871 243,848 186,817 L 186,1090 C 263,1109 340,1123 417,1133 494,1142 572,1147 649,1147 851,1147 997,1107 1087,1028 1176,948 1221,818 1221,639 Z"/>
+ <glyph unicode="_" horiz-adv-x="1033" d="M 1024,-293 L 1024,-483 0,-483 0,-293 1024,-293 Z"/>
+ <glyph unicode="]" horiz-adv-x="636" d="M 760,-270 L 139,-270 139,-45 420,-45 420,1331 139,1331 139,1556 760,1556 760,-270 Z"/>
+ <glyph unicode="[" horiz-adv-x="636" d="M 176,1556 L 797,1556 797,1331 516,1331 516,-45 797,-45 797,-270 176,-270 176,1556 Z"/>
+ <glyph unicode="U" horiz-adv-x="1298" d="M 188,1493 L 573,1493 573,598 C 573,475 593,387 634,334 674,281 740,254 831,254 923,254 989,281 1030,334 1070,387 1090,475 1090,598 L 1090,1493 1475,1493 1475,598 C 1475,387 1422,229 1316,126 1210,23 1048,-29 831,-29 614,-29 453,23 347,126 241,229 188,387 188,598 L 188,1493 Z"/>
+ <glyph unicode="T" horiz-adv-x="1403" d="M 10,1493 L 1386,1493 1386,1202 891,1202 891,0 506,0 506,1202 10,1202 10,1493 Z"/>
+ <glyph unicode="S" horiz-adv-x="1192" d="M 1227,1446 L 1227,1130 C 1145,1167 1065,1194 987,1213 909,1232 835,1241 766,1241 674,1241 606,1228 562,1203 518,1178 496,1138 496,1085 496,1045 511,1014 541,992 570,969 624,950 702,934 L 866,901 C 1032,868 1150,817 1220,749 1290,681 1325,584 1325,459 1325,294 1276,172 1179,92 1081,11 932,-29 731,-29 636,-29 541,-20 446,-2 351,16 255,43 160,78 L 160,403 C 255,352 348,314 437,289 526,263 611,250 694,250 778,250 842,264 887,292 932,320 954,360 954,412 954,459 939,495 909,520 878,545 818,568 727,588 L 578,621 C 429,653 320,704 251,774 182,844 147,938 147,1057 147,1206 195,1320 291,1400 387,1480 525,1520 705,1520 787,1520 871,1514 958,1502 1045,1489 1134,1471 1227,1446 Z"/>
+ <glyph unicode="N" horiz-adv-x="1351" d="M 188,1493 L 618,1493 1161,469 1161,1493 1526,1493 1526,0 1096,0 553,1024 553,0 188,0 188,1493 Z"/>
+ <glyph unicode="L" horiz-adv-x="1060" d="M 188,1493 L 573,1493 573,291 1249,291 1249,0 188,0 188,1493 Z"/>
+ <glyph unicode="K" horiz-adv-x="1456" d="M 188,1493 L 573,1493 573,948 1128,1493 1575,1493 856,786 1649,0 1167,0 573,588 573,0 188,0 188,1493 Z"/>
+ <glyph unicode="I" horiz-adv-x="398" d="M 188,1493 L 573,1493 573,0 188,0 188,1493 Z"/>
+ <glyph unicode="H" horiz-adv-x="1351" d="M 188,1493 L 573,1493 573,924 1141,924 1141,1493 1526,1493 1526,0 1141,0 1141,633 573,633 573,0 188,0 188,1493 Z"/>
+ <glyph unicode="G" horiz-adv-x="1457" d="M 1530,111 C 1434,64 1334,29 1231,6 1128,-17 1021,-29 911,-29 662,-29 465,41 320,180 175,319 102,507 102,745 102,986 176,1175 324,1313 472,1451 675,1520 932,1520 1031,1520 1127,1511 1218,1492 1309,1473 1394,1446 1475,1409 L 1475,1100 C 1392,1147 1309,1183 1227,1206 1144,1229 1062,1241 979,1241 826,1241 708,1198 625,1113 542,1027 500,904 500,745 500,587 540,465 620,379 700,293 814,250 961,250 1001,250 1038,253 1073,258 1107,263 1138,270 1165,281 L 1165,571 930,571 930,829 1530,829 1530,111 Z"/>
+ <glyph unicode="F" horiz-adv-x="1060" d="M 188,1493 L 1227,1493 1227,1202 573,1202 573,924 1188,924 1188,633 573,633 573,0 188,0 188,1493 Z"/>
+ <glyph unicode="D" horiz-adv-x="1404" d="M 573,1202 L 573,291 711,291 C 868,291 989,330 1072,408 1155,486 1196,599 1196,748 1196,896 1155,1009 1072,1086 989,1163 869,1202 711,1202 L 573,1202 Z M 188,1493 L 594,1493 C 821,1493 990,1477 1101,1445 1212,1412 1307,1357 1386,1280 1456,1213 1508,1135 1542,1047 1576,959 1593,859 1593,748 1593,635 1576,535 1542,447 1508,358 1456,280 1386,213 1306,136 1210,81 1098,49 986,16 818,0 594,0 L 188,0 188,1493 Z"/>
+ <glyph unicode="C" horiz-adv-x="1298" d="M 1372,82 C 1301,45 1228,18 1151,-1 1074,-20 994,-29 911,-29 662,-29 465,41 320,180 175,319 102,507 102,745 102,984 175,1173 320,1312 465,1451 662,1520 911,1520 994,1520 1074,1511 1151,1492 1228,1473 1301,1446 1372,1409 L 1372,1100 C 1301,1149 1230,1184 1161,1207 1092,1230 1019,1241 942,1241 805,1241 697,1197 618,1109 539,1021 500,900 500,745 500,591 539,470 618,382 697,294 805,250 942,250 1019,250 1092,261 1161,284 1230,307 1301,342 1372,391 L 1372,82 Z"/>
+ <glyph unicode="7" horiz-adv-x="1139" d="M 137,1493 L 1262,1493 1262,1276 680,0 305,0 856,1210 137,1210 137,1493 Z"/>
+ <glyph unicode="2" horiz-adv-x="1086" d="M 590,283 L 1247,283 1247,0 162,0 162,283 707,764 C 756,808 792,851 815,893 838,935 850,979 850,1024 850,1094 827,1150 780,1193 733,1236 670,1257 592,1257 532,1257 466,1244 395,1219 324,1193 247,1155 166,1104 L 166,1432 C 253,1461 338,1483 423,1498 508,1513 591,1520 672,1520 851,1520 990,1481 1089,1402 1188,1323 1237,1214 1237,1073 1237,992 1216,916 1174,846 1132,775 1044,681 909,563 L 590,283 Z"/>
+ <glyph unicode="1" horiz-adv-x="1085" d="M 240,266 L 580,266 580,1231 231,1159 231,1421 578,1493 944,1493 944,266 1284,266 1284,0 240,0 240,266 Z"/>
+ <glyph unicode="0" horiz-adv-x="1245" d="M 942,748 C 942,935 925,1066 890,1143 855,1219 796,1257 713,1257 630,1257 571,1219 536,1143 501,1066 483,935 483,748 483,559 501,426 536,349 571,272 630,233 713,233 795,233 854,272 889,349 924,426 942,559 942,748 Z M 1327,745 C 1327,498 1274,307 1167,173 1060,38 909,-29 713,-29 516,-29 365,38 258,173 151,307 98,498 98,745 98,993 151,1184 258,1319 365,1453 516,1520 713,1520 909,1520 1060,1453 1167,1319 1274,1184 1327,993 1327,745 Z"/>
+ <glyph unicode="." horiz-adv-x="398" d="M 209,387 L 569,387 569,0 209,0 209,387 Z"/>
+ <glyph unicode="-" horiz-adv-x="636" d="M 111,735 L 739,735 739,444 111,444 111,735 Z"/>
+ <glyph unicode=" " horiz-adv-x="714"/>
+ </font>
+ </defs>
+ <defs>
+ <font id="EmbeddedFont_3" horiz-adv-x="2048">
+ <font-face font-family="Liberation Sans embedded" units-per-em="2048" font-weight="normal" font-style="normal" ascent="1852" descent="423"/>
+ <missing-glyph horiz-adv-x="2048" d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"/>
+ <glyph unicode="x" horiz-adv-x="1006" d="M 801,0 L 510,444 217,0 23,0 408,556 41,1082 240,1082 510,661 778,1082 979,1082 612,558 1002,0 801,0 Z"/>
+ <glyph unicode="u" horiz-adv-x="874" d="M 314,1082 L 314,396 C 314,343 318,299 326,264 333,229 346,200 363,179 380,157 403,142 432,133 460,124 495,119 537,119 580,119 618,127 653,142 687,157 716,178 741,207 765,235 784,270 797,312 810,353 817,401 817,455 L 817,1082 997,1082 997,228 C 997,205 997,181 998,156 998,131 998,107 999,85 1000,62 1000,43 1001,27 1002,11 1002,3 1003,3 L 833,3 C 832,6 832,15 831,30 830,44 830,61 829,79 828,98 827,117 826,136 825,156 825,172 825,185 L 822,185 C 805,154 786,125 765,100 744,75 720,53 693,36 666,18 634,4 599,-6 564,-15 523,-20 476,-20 416,-20 364,-13 321,2 278,17 242,39 214,70 186,101 166,140 153,188 140,236 133,294 133,361 L 133,1082 314,1082 Z"/>
+ <glyph unicode="t" horiz-adv-x="531" d="M 554,8 C 527,1 499,-5 471,-10 442,-14 409,-16 372,-16 228,-16 156,66 156,229 L 156,951 31,951 31,1082 163,1082 216,1324 336,1324 336,1082 536,1082 536,951 336,951 336,268 C 336,216 345,180 362,159 379,138 408,127 450,127 467,127 484,128 501,131 517,134 535,137 554,141 L 554,8 Z"/>
+ <glyph unicode="s" horiz-adv-x="901" d="M 950,299 C 950,248 940,203 921,164 901,124 872,91 835,64 798,37 752,16 698,2 643,-13 581,-20 511,-20 448,-20 392,-15 342,-6 291,4 247,20 209,41 171,62 139,91 114,126 88,161 69,203 57,254 L 216,285 C 231,227 263,185 311,158 359,131 426,117 511,117 550,117 585,120 618,125 650,130 678,140 701,153 724,166 743,183 756,205 769,226 775,253 775,285 775,318 767,345 752,366 737,387 715,404 688,418 661,432 628,444 589,455 550,465 507,476 460,489 417,500 374,513 331,527 288,541 250,560 216,583 181,606 153,634 132,668 111,702 100,745 100,796 100,895 135,970 206,1022 276,1073 378,1099 513,1099 632,1099 727,1078 798,1036 868,994 912,927 931,834 L 769,814 C 763,842 752,866 736,885 720,904 701,919 678,931 655,942 630,951 602,956 573,961 544,963 513,963 432,963 372,951 333,926 294,901 275,864 275,814 275,785 282,761 297,742 311,723 331,707 357,694 382,681 413,669 449,660 485,650 525,640 568,629 597,622 626,614 656,606 686,597 715,587 744,576 772,564 799,550 824,535 849,519 870,500 889,478 908,456 923,430 934,401 945,372 950,338 950,299 Z"/>
+ <glyph unicode="r" horiz-adv-x="530" d="M 142,0 L 142,830 C 142,853 142,876 142,900 141,923 141,946 140,968 139,990 139,1011 138,1030 137,1049 137,1067 136,1082 L 306,1082 C 307,1067 308,1049 309,1030 310,1010 311,990 312,969 313,948 313,929 314,910 314,891 314,874 314,861 L 318,861 C 331,902 344,938 359,969 373,999 390,1024 409,1044 428,1063 451,1078 478,1088 505,1097 537,1102 575,1102 590,1102 604,1101 617,1099 630,1096 641,1094 648,1092 L 648,927 C 636,930 622,933 606,935 590,936 572,937 552,937 511,937 476,928 447,909 418,890 394,865 376,832 357,799 344,759 335,714 326,668 322,618 322,564 L 322,0 142,0 Z"/>
+ <glyph unicode="q" horiz-adv-x="927" d="M 484,-20 C 347,-20 246,26 182,119 118,212 86,351 86,536 86,724 119,865 185,960 250,1055 350,1102 484,1102 529,1102 568,1098 603,1090 637,1082 668,1070 695,1055 722,1039 745,1019 766,996 786,973 804,945 821,914 L 823,914 C 823,931 824,949 825,970 826,990 827,1010 828,1028 829,1046 830,1061 831,1074 832,1087 834,1094 835,1094 L 1008,1094 C 1007,1083 1005,1053 1004,1005 1002,957 1001,889 1001,799 L 1001,-425 821,-425 821,14 C 821,31 821,49 822,68 822,87 822,104 823,121 824,140 824,159 825,178 L 823,178 C 806,144 787,115 766,90 745,65 720,44 693,28 666,11 635,-1 601,-9 566,-16 527,-20 484,-20 Z M 821,554 C 821,633 814,699 801,752 787,805 768,848 743,880 718,912 687,935 652,949 616,962 576,969 532,969 486,969 447,961 414,944 381,927 355,901 335,866 314,831 299,786 290,733 280,679 275,615 275,542 275,470 280,407 289,354 298,301 312,257 333,222 353,187 379,162 412,145 444,128 483,119 530,119 570,119 608,125 643,138 678,150 709,172 736,205 762,237 783,281 798,338 813,394 821,466 821,554 Z"/>
+ <glyph unicode="p" horiz-adv-x="953" d="M 1053,546 C 1053,464 1046,388 1033,319 1020,250 998,190 967,140 936,90 895,51 844,23 793,-6 730,-20 655,-20 578,-20 510,-5 452,24 394,53 350,101 319,168 L 314,168 C 315,167 315,161 316,150 316,139 316,126 317,110 317,94 317,76 318,57 318,37 318,17 318,-2 L 318,-425 138,-425 138,864 C 138,891 138,916 138,940 137,964 137,986 136,1005 135,1025 135,1042 134,1056 133,1070 133,1077 132,1077 L 306,1077 C 307,1075 308,1068 309,1057 310,1045 311,1031 312,1014 313,998 314,980 315,961 316,943 316,925 316,908 L 320,908 C 337,943 356,972 377,997 398,1021 423,1041 450,1057 477,1072 508,1084 542,1091 575,1098 613,1101 655,1101 730,1101 793,1088 844,1061 895,1034 936,997 967,949 998,900 1020,842 1033,774 1046,705 1053,629 1053,546 Z M 864,542 C 864,609 860,668 852,720 844,772 830,816 811,852 791,888 765,915 732,934 699,953 658,962 609,962 569,962 531,956 496,945 461,934 430,912 404,880 377,848 356,804 341,748 326,691 318,618 318,528 318,451 324,387 337,334 350,281 368,238 393,205 417,172 447,149 483,135 519,120 560,113 607,113 657,113 699,123 732,142 765,161 791,189 811,226 830,263 844,308 852,361 860,414 864,474 864,542 Z"/>
+ <glyph unicode="o" horiz-adv-x="980" d="M 1053,542 C 1053,353 1011,212 928,119 845,26 724,-20 565,-20 490,-20 422,-9 363,14 304,37 254,71 213,118 172,165 140,223 119,294 97,364 86,447 86,542 86,915 248,1102 571,1102 655,1102 728,1090 789,1067 850,1044 900,1009 939,962 978,915 1006,857 1025,787 1044,717 1053,635 1053,542 Z M 864,542 C 864,626 858,695 845,750 832,805 813,848 788,881 763,914 732,937 696,950 660,963 619,969 574,969 528,969 487,962 450,949 413,935 381,912 355,879 329,846 309,802 296,747 282,692 275,624 275,542 275,458 282,389 297,334 312,279 332,235 358,202 383,169 414,146 449,133 484,120 522,113 563,113 609,113 651,120 688,133 725,146 757,168 783,201 809,234 829,278 843,333 857,388 864,458 864,542 Z"/>
+ <glyph unicode="n" horiz-adv-x="874" d="M 825,0 L 825,686 C 825,739 821,783 814,818 806,853 793,882 776,904 759,925 736,941 708,950 679,959 644,963 602,963 559,963 521,956 487,941 452,926 423,904 399,876 374,847 355,812 342,771 329,729 322,681 322,627 L 322,0 142,0 142,853 C 142,876 142,900 142,925 141,950 141,974 140,996 139,1019 139,1038 138,1054 137,1070 137,1078 136,1078 L 306,1078 C 307,1075 307,1066 308,1052 309,1037 310,1021 311,1002 312,984 312,965 313,945 314,926 314,910 314,897 L 317,897 C 334,928 353,957 374,982 395,1007 419,1029 446,1047 473,1064 505,1078 540,1088 575,1097 616,1102 663,1102 723,1102 775,1095 818,1080 861,1065 897,1043 925,1012 953,981 974,942 987,894 1000,845 1006,788 1006,721 L 1006,0 825,0 Z"/>
+ <glyph unicode="m" horiz-adv-x="1457" d="M 768,0 L 768,686 C 768,739 765,783 758,818 751,853 740,882 725,904 709,925 688,941 663,950 638,959 607,963 570,963 532,963 498,956 467,941 436,926 410,904 389,876 367,847 350,812 339,771 327,729 321,681 321,627 L 321,0 142,0 142,853 C 142,876 142,900 142,925 141,950 141,974 140,996 139,1019 139,1038 138,1054 137,1070 137,1078 136,1078 L 306,1078 C 307,1075 307,1066 308,1052 309,1037 310,1021 311,1002 312,984 312,965 313,945 314,926 314,910 314,897 L 317,897 C 333,928 350,957 369,982 388,1007 410,1029 435,1047 460,1064 488,1078 521,1088 553,1097 590,1102 633,1102 715,1102 780,1086 828,1053 875,1020 908,968 927,897 L 930,897 C 946,928 964,957 984,982 1004,1007 1027,1029 1054,1047 1081,1064 1111,1078 1144,1088 1177,1097 1215,1102 1258,1102 1313,1102 1360,1095 1400,1080 1439,1065 1472,1043 1497,1012 1522,981 1541,942 1553,894 1565,845 1571,788 1571,721 L 1571,0 1393,0 1393,686 C 1393,739 1390,783 1383,818 1376,853 1365,882 1350,904 1334,925 1313,941 1288,950 1263,959 1232,963 1195,963 1157,963 1123,956 1092,942 1061,927 1035,906 1014,878 992,850 975,815 964,773 952,731 946,682 946,627 L 946,0 768,0 Z"/>
+ <glyph unicode="l" horiz-adv-x="187" d="M 138,0 L 138,1484 318,1484 318,0 138,0 Z"/>
+ <glyph unicode="i" horiz-adv-x="187" d="M 137,1312 L 137,1484 317,1484 317,1312 137,1312 Z M 137,0 L 137,1082 317,1082 317,0 137,0 Z"/>
+ <glyph unicode="h" horiz-adv-x="874" d="M 317,897 C 337,934 359,965 382,991 405,1016 431,1037 459,1054 487,1071 518,1083 551,1091 584,1098 622,1102 663,1102 732,1102 789,1093 834,1074 878,1055 913,1029 939,996 964,962 982,922 992,875 1001,828 1006,777 1006,721 L 1006,0 825,0 825,686 C 825,732 822,772 817,807 811,842 800,871 784,894 768,917 745,934 716,946 687,957 649,963 602,963 559,963 521,955 487,940 452,925 423,903 399,875 374,847 355,813 342,773 329,733 322,688 322,638 L 322,0 142,0 142,1484 322,1484 322,1098 C 322,1076 322,1054 321,1032 320,1010 320,990 319,971 318,952 317,937 316,924 315,911 315,902 314,897 L 317,897 Z"/>
+ <glyph unicode="g" horiz-adv-x="927" d="M 548,-425 C 486,-425 431,-419 383,-406 335,-393 294,-375 260,-352 226,-328 198,-300 177,-267 156,-234 140,-198 131,-158 L 312,-132 C 324,-182 351,-220 392,-248 433,-274 486,-288 553,-288 594,-288 631,-282 664,-271 697,-260 726,-241 749,-217 772,-191 790,-159 803,-119 816,-79 822,-30 822,27 L 822,201 820,201 C 807,174 790,148 771,123 751,98 727,75 699,56 670,37 637,21 600,10 563,-2 520,-8 472,-8 403,-8 345,4 296,27 247,50 207,84 176,130 145,176 122,233 108,302 93,370 86,449 86,539 86,626 93,704 108,773 122,842 145,901 178,950 210,998 252,1035 304,1061 355,1086 418,1099 492,1099 569,1099 635,1082 692,1047 748,1012 791,962 822,897 L 824,897 C 824,914 825,933 826,953 827,974 828,994 829,1012 830,1031 831,1046 832,1060 833,1073 835,1080 836,1080 L 1007,1080 C 1006,1074 1006,1064 1005,1050 1004,1035 1004,1018 1003,998 1002,978 1002,956 1002,932 1001,907 1001,882 1001,856 L 1001,30 C 1001,-121 964,-234 890,-311 815,-387 701,-425 548,-425 Z M 822,541 C 822,616 814,681 798,735 781,788 760,832 733,866 706,900 676,925 642,941 607,957 572,965 536,965 490,965 451,957 418,941 385,925 357,900 336,866 314,831 298,787 288,734 277,680 272,616 272,541 272,463 277,398 288,345 298,292 314,249 335,216 356,183 383,160 416,146 449,132 488,125 533,125 569,125 604,133 639,148 673,163 704,188 731,221 758,254 780,297 797,350 814,403 822,466 822,541 Z"/>
+ <glyph unicode="e" horiz-adv-x="980" d="M 276,503 C 276,446 282,394 294,347 305,299 323,258 348,224 372,189 403,163 441,144 479,125 525,115 578,115 656,115 719,131 766,162 813,193 844,233 861,281 L 1019,236 C 1008,206 992,176 972,146 951,115 924,88 890,64 856,39 814,19 763,4 712,-12 650,-20 578,-20 418,-20 296,28 213,123 129,218 87,360 87,548 87,649 100,735 125,806 150,876 185,933 229,977 273,1021 324,1053 383,1073 442,1092 504,1102 571,1102 662,1102 738,1087 799,1058 860,1029 909,988 946,937 983,885 1009,824 1025,754 1040,684 1048,608 1048,527 L 1048,503 276,503 Z M 862,641 C 852,755 823,838 775,891 727,943 658,969 568,969 538,969 507,964 474,955 441,945 410,928 382,903 354,878 330,845 311,803 292,760 281,706 278,641 L 862,641 Z"/>
+ <glyph unicode="d" horiz-adv-x="927" d="M 821,174 C 788,105 744,55 689,25 634,-5 565,-20 484,-20 347,-20 247,26 183,118 118,210 86,349 86,536 86,913 219,1102 484,1102 566,1102 634,1087 689,1057 744,1027 788,979 821,914 L 823,914 C 823,921 823,931 823,946 822,960 822,975 822,991 821,1006 821,1021 821,1035 821,1049 821,1059 821,1065 L 821,1484 1001,1484 1001,219 C 1001,193 1001,168 1002,143 1002,119 1002,97 1003,77 1004,57 1004,40 1005,26 1006,11 1006,4 1007,4 L 835,4 C 834,11 833,20 832,32 831,44 830,58 829,73 828,89 827,105 826,123 825,140 825,157 825,174 L 821,174 Z M 275,542 C 275,467 280,403 289,350 298,297 313,253 334,219 355,184 381,159 413,143 445,127 484,119 530,119 577,119 619,127 656,142 692,157 722,182 747,217 771,251 789,296 802,351 815,406 821,474 821,554 821,631 815,696 802,749 789,802 771,844 746,877 721,910 691,933 656,948 620,962 579,969 532,969 488,969 450,961 418,946 386,931 359,906 338,872 317,838 301,794 291,740 280,685 275,619 275,542 Z"/>
+ <glyph unicode="c" horiz-adv-x="901" d="M 275,546 C 275,484 280,427 289,375 298,323 313,278 334,241 355,203 384,174 419,153 454,132 497,122 548,122 612,122 666,139 709,173 752,206 778,258 788,328 L 970,328 C 964,283 951,239 931,197 911,155 884,118 850,86 815,54 773,28 724,9 675,-10 618,-20 553,-20 468,-20 396,-6 337,23 278,52 230,91 193,142 156,192 129,251 112,320 95,388 87,462 87,542 87,615 93,679 105,735 117,790 134,839 156,881 177,922 203,957 232,986 261,1014 293,1037 328,1054 362,1071 398,1083 436,1091 474,1098 512,1102 551,1102 612,1102 666,1094 713,1077 760,1060 801,1038 836,1009 870,980 898,945 919,906 940,867 955,824 964,779 L 779,765 C 770,825 746,873 708,908 670,943 616,961 546,961 495,961 452,953 418,936 383,919 355,893 334,859 313,824 298,781 289,729 280,677 275,616 275,546 Z"/>
+ <glyph unicode="b" horiz-adv-x="953" d="M 1053,546 C 1053,169 920,-20 655,-20 573,-20 505,-5 451,25 396,54 352,102 318,168 L 316,168 C 316,150 316,132 315,113 314,94 313,77 312,61 311,45 310,31 309,19 308,8 307,2 306,2 L 132,2 C 133,8 133,18 134,32 135,47 135,64 136,84 137,104 137,126 138,150 138,174 138,199 138,225 L 138,1484 318,1484 318,1061 C 318,1041 318,1022 318,1004 317,985 317,969 316,955 315,938 315,923 314,908 L 318,908 C 351,977 396,1027 451,1057 506,1087 574,1102 655,1102 792,1102 892,1056 957,964 1021,872 1053,733 1053,546 Z M 864,540 C 864,615 859,679 850,732 841,785 826,829 805,864 784,898 758,923 726,939 694,955 655,963 609,963 562,963 520,955 484,940 447,925 417,900 393,866 368,832 350,787 337,732 324,677 318,609 318,529 318,452 324,387 337,334 350,281 368,239 393,206 417,173 447,149 483,135 519,120 560,113 607,113 651,113 689,121 721,136 753,151 780,176 801,210 822,244 838,288 849,343 859,397 864,463 864,540 Z"/>
+ <glyph unicode="a" horiz-adv-x="1060" d="M 414,-20 C 305,-20 224,9 169,66 114,124 87,203 87,303 87,375 101,434 128,480 155,526 190,562 234,588 277,614 327,632 383,642 439,652 496,657 554,657 L 797,657 797,717 C 797,762 792,800 783,832 774,863 759,889 740,908 721,928 697,942 668,951 639,960 604,965 565,965 530,965 499,963 471,958 443,953 419,944 398,931 377,918 361,900 348,878 335,855 327,827 323,793 L 135,810 C 142,853 154,892 173,928 192,963 218,994 253,1020 287,1046 330,1066 382,1081 433,1095 496,1102 569,1102 705,1102 807,1071 876,1009 945,946 979,856 979,738 L 979,272 C 979,219 986,179 1000,152 1014,125 1041,111 1080,111 1090,111 1100,112 1110,113 1120,114 1130,116 1139,118 L 1139,6 C 1116,1 1094,-3 1072,-6 1049,-9 1025,-10 1000,-10 966,-10 937,-5 913,4 888,13 868,26 853,45 838,63 826,86 818,113 810,140 805,171 803,207 L 797,207 C 778,172 757,141 734,113 711,85 684,61 653,42 622,22 588,7 549,-4 510,-15 465,-20 414,-20 Z M 455,115 C 512,115 563,125 606,146 649,167 684,194 713,226 741,259 762,294 776,332 790,371 797,408 797,443 L 797,531 600,531 C 556,531 514,528 475,522 435,517 400,506 370,489 340,472 316,449 299,418 281,388 272,349 272,300 272,241 288,195 320,163 351,131 396,115 455,115 Z"/>
+ <glyph unicode="]" horiz-adv-x="424" d="M 16,-425 L 16,-296 249,-296 249,1355 16,1355 16,1484 423,1484 423,-425 16,-425 Z"/>
+ <glyph unicode="[" horiz-adv-x="425" d="M 146,-425 L 146,1484 553,1484 553,1355 320,1355 320,-296 553,-296 553,-425 146,-425 Z"/>
+ <glyph unicode="W" horiz-adv-x="1932" d="M 1511,0 L 1283,0 1039,895 C 1032,920 1024,950 1016,985 1007,1020 1000,1053 993,1084 985,1121 977,1158 969,1196 960,1157 952,1120 944,1083 937,1051 929,1018 921,984 913,950 905,920 898,895 L 652,0 424,0 9,1409 208,1409 461,514 C 472,472 483,430 494,389 504,348 513,311 520,278 529,239 537,203 544,168 554,214 564,259 575,304 580,323 584,342 589,363 594,384 599,404 604,424 609,444 614,463 619,482 624,500 628,517 632,532 L 877,1409 1060,1409 1305,532 C 1309,517 1314,500 1319,482 1324,463 1329,444 1334,425 1339,405 1343,385 1348,364 1353,343 1357,324 1362,305 1373,260 1383,215 1393,168 1394,168 1397,180 1402,203 1407,226 1414,254 1422,289 1430,324 1439,361 1449,402 1458,442 1468,479 1478,514 L 1727,1409 1926,1409 1511,0 Z"/>
+ <glyph unicode="V" horiz-adv-x="1377" d="M 782,0 L 584,0 9,1409 210,1409 600,417 C 610,387 620,357 630,328 640,298 649,271 657,248 666,221 675,194 684,168 692,193 701,219 710,246 718,269 727,296 737,325 746,354 757,385 768,417 L 1156,1409 1357,1409 782,0 Z"/>
+ <glyph unicode="T" horiz-adv-x="1192" d="M 720,1253 L 720,0 530,0 530,1253 46,1253 46,1409 1204,1409 1204,1253 720,1253 Z"/>
+ <glyph unicode="N" horiz-adv-x="1165" d="M 1082,0 L 328,1200 C 329,1167 331,1135 333,1103 334,1076 336,1047 337,1017 338,986 338,959 338,936 L 338,0 168,0 168,1409 390,1409 1152,201 C 1150,234 1148,266 1146,299 1145,327 1143,358 1142,391 1141,424 1140,455 1140,485 L 1140,1409 1312,1409 1312,0 1082,0 Z"/>
+ <glyph unicode="L" horiz-adv-x="927" d="M 168,0 L 168,1409 359,1409 359,156 1071,156 1071,0 168,0 Z"/>
+ <glyph unicode="I" horiz-adv-x="213" d="M 189,0 L 189,1409 380,1409 380,0 189,0 Z"/>
+ <glyph unicode="G" horiz-adv-x="1377" d="M 103,711 C 103,821 118,920 148,1009 177,1098 222,1173 281,1236 340,1298 413,1346 500,1380 587,1413 689,1430 804,1430 891,1430 967,1422 1032,1407 1097,1392 1154,1370 1202,1341 1250,1312 1291,1278 1324,1237 1357,1196 1386,1149 1409,1098 L 1227,1044 C 1210,1079 1189,1110 1165,1139 1140,1167 1111,1191 1076,1211 1041,1231 1001,1247 956,1258 910,1269 858,1274 799,1274 714,1274 640,1261 577,1234 514,1207 461,1169 420,1120 379,1071 348,1011 328,942 307,873 297,796 297,711 297,626 308,549 330,479 352,408 385,348 428,297 471,246 525,206 590,178 654,149 728,135 813,135 868,135 919,140 966,149 1013,158 1055,171 1093,186 1130,201 1163,217 1192,236 1221,254 1245,272 1264,291 L 1264,545 843,545 843,705 1440,705 1440,219 C 1409,187 1372,157 1330,128 1287,99 1240,73 1187,51 1134,29 1077,12 1014,-1 951,-14 884,-20 813,-20 694,-20 591,-2 502,35 413,71 340,122 281,187 222,252 177,329 148,418 118,507 103,605 103,711 Z"/>
+ <glyph unicode="F" horiz-adv-x="1006" d="M 359,1253 L 359,729 1145,729 1145,571 359,571 359,0 168,0 168,1409 1169,1409 1169,1253 359,1253 Z"/>
+ <glyph unicode="E" horiz-adv-x="1138" d="M 168,0 L 168,1409 1237,1409 1237,1253 359,1253 359,801 1177,801 1177,647 359,647 359,156 1278,156 1278,0 168,0 Z"/>
+ <glyph unicode="D" horiz-adv-x="1218" d="M 1381,719 C 1381,602 1363,498 1328,409 1293,319 1244,244 1183,184 1122,123 1049,78 966,47 882,16 792,0 695,0 L 168,0 168,1409 634,1409 C 743,1409 843,1396 935,1369 1026,1342 1105,1300 1171,1244 1237,1187 1289,1116 1326,1029 1363,942 1381,839 1381,719 Z M 1189,719 C 1189,814 1175,896 1148,964 1121,1031 1082,1087 1033,1130 984,1173 925,1205 856,1226 787,1246 712,1256 630,1256 L 359,1256 359,153 673,153 C 747,153 816,165 879,189 942,213 996,249 1042,296 1088,343 1124,402 1150,473 1176,544 1189,626 1189,719 Z"/>
+ <glyph unicode="A" horiz-adv-x="1377" d="M 1167,0 L 1006,412 364,412 202,0 4,0 579,1409 796,1409 1362,0 1167,0 Z M 768,1026 C 757,1053 747,1080 738,1107 728,1134 719,1159 712,1182 705,1204 699,1223 694,1238 689,1253 686,1262 685,1265 684,1262 681,1252 676,1237 671,1222 665,1203 658,1180 650,1157 641,1132 632,1105 622,1078 612,1051 602,1024 L 422,561 949,561 768,1026 Z"/>
+ <glyph unicode=":" horiz-adv-x="213" d="M 187,875 L 187,1082 382,1082 382,875 187,875 Z M 187,0 L 187,207 382,207 382,0 187,0 Z"/>
+ <glyph unicode="3" horiz-adv-x="1006" d="M 1049,389 C 1049,324 1039,267 1018,216 997,165 966,123 926,88 885,53 835,26 776,8 716,-11 648,-20 571,-20 484,-20 410,-9 351,13 291,34 242,63 203,99 164,134 135,175 116,221 97,266 84,313 78,362 L 264,379 C 269,342 279,308 294,277 308,246 327,220 352,198 377,176 407,159 443,147 479,135 522,129 571,129 662,129 733,151 785,196 836,241 862,307 862,395 862,447 851,489 828,521 805,552 776,577 742,595 707,612 670,624 630,630 589,636 552,639 518,639 L 416,639 416,795 514,795 C 548,795 583,799 620,806 657,813 690,825 721,844 751,862 776,887 796,918 815,949 825,989 825,1038 825,1113 803,1173 759,1217 714,1260 648,1282 561,1282 482,1282 418,1262 369,1221 320,1180 291,1123 283,1049 L 102,1063 C 109,1125 126,1179 153,1225 180,1271 214,1309 255,1340 296,1370 342,1393 395,1408 448,1423 504,1430 563,1430 642,1430 709,1420 766,1401 823,1381 869,1354 905,1321 941,1287 968,1247 985,1202 1002,1157 1010,1108 1010,1057 1010,1016 1004,977 993,941 982,905 964,873 940,844 916,815 886,791 849,770 812,749 767,734 715,723 L 715,719 C 772,713 821,700 863,681 905,661 940,636 967,607 994,578 1015,544 1029,507 1042,470 1049,430 1049,389 Z"/>
+ <glyph unicode="2" horiz-adv-x="954" d="M 103,0 L 103,127 C 137,205 179,274 228,334 277,393 328,447 382,496 436,544 490,589 543,630 596,671 643,713 686,754 729,795 763,839 790,884 816,929 829,981 829,1038 829,1078 823,1113 811,1144 799,1174 782,1199 759,1220 736,1241 709,1256 678,1267 646,1277 611,1282 572,1282 536,1282 502,1277 471,1267 439,1257 411,1242 386,1222 361,1202 341,1177 326,1148 310,1118 300,1083 295,1044 L 111,1061 C 117,1112 131,1159 153,1204 175,1249 205,1288 244,1322 283,1355 329,1382 384,1401 438,1420 501,1430 572,1430 642,1430 704,1422 759,1405 814,1388 860,1364 898,1331 935,1298 964,1258 984,1210 1004,1162 1014,1107 1014,1044 1014,997 1006,952 989,909 972,866 949,826 921,787 892,748 859,711 822,675 785,639 746,604 705,570 664,535 623,501 582,468 541,434 502,400 466,366 429,332 397,298 368,263 339,228 317,191 301,153 L 1036,153 1036,0 103,0 Z"/>
+ <glyph unicode="1" horiz-adv-x="927" d="M 156,0 L 156,153 515,153 515,1237 197,1010 197,1180 530,1409 696,1409 696,153 1039,153 1039,0 156,0 Z"/>
+ <glyph unicode="0" horiz-adv-x="980" d="M 1059,705 C 1059,570 1046,456 1021,364 995,271 960,197 916,140 871,83 819,42 759,17 699,-8 635,-20 567,-20 498,-20 434,-8 375,17 316,42 264,82 221,139 177,196 143,270 118,363 93,455 80,569 80,705 80,847 93,965 118,1058 143,1151 177,1225 221,1280 265,1335 317,1374 377,1397 437,1419 502,1430 573,1430 640,1430 704,1419 763,1397 822,1374 873,1335 917,1280 961,1225 996,1151 1021,1058 1046,965 1059,847 1059,705 Z M 876,705 C 876,817 869,910 856,985 843,1059 823,1118 797,1163 771,1207 739,1238 702,1257 664,1275 621,1284 573,1284 522,1284 478,1275 439,1256 400,1237 368,1206 342,1162 315,1117 295,1058 282,984 269,909 262,816 262,705 262,597 269,506 283,432 296,358 316,299 343,254 369,209 401,176 439,157 477,137 520,127 569,127 616,127 659,137 697,157 735,176 767,209 794,254 820,299 840,358 855,432 869,506 876,597 876,705 Z"/>
+ <glyph unicode="-" horiz-adv-x="531" d="M 91,464 L 91,624 591,624 591,464 91,464 Z"/>
+ <glyph unicode=" " horiz-adv-x="556"/>
+ </font>
+ </defs>
+ <defs class="TextShapeIndex">
+ <g ooo:slide="id1" ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 id16 id17 id18 id19 id20 id21 id22 id23 id24 id25 id26 id27 id28 id29 id30 id31 id32 id33 id34 id35 id36 id37 id38 id39 id40 id41 id42 id43 id44 id45 id46 id47 id48 id49 id50 id51 id52 id53 id54 id55 id56 id57 id58 id59 id60 id61 id62 id63 id64 id65 id66 id67 id68 id69 id70 id71 id72 id73"/>
+ </defs>
+ <defs class="EmbeddedBulletChars">
+ <g id="bullet-char-template(57356)" transform="scale(0.00048828125,-0.00048828125)">
+ <path d="M 580,1141 L 1163,571 580,0 -4,571 580,1141 Z"/>
+ </g>
+ <g id="bullet-char-template(57354)" transform="scale(0.00048828125,-0.00048828125)">
+ <path d="M 8,1128 L 1137,1128 1137,0 8,0 8,1128 Z"/>
+ </g>
+ <g id="bullet-char-template(10146)" transform="scale(0.00048828125,-0.00048828125)">
+ <path d="M 174,0 L 602,739 174,1481 1456,739 174,0 Z M 1358,739 L 309,1346 659,739 1358,739 Z"/>
+ </g>
+ <g id="bullet-char-template(10132)" transform="scale(0.00048828125,-0.00048828125)">
+ <path d="M 2015,739 L 1276,0 717,0 1260,543 174,543 174,936 1260,936 717,1481 1274,1481 2015,739 Z"/>
+ </g>
+ <g id="bullet-char-template(10007)" transform="scale(0.00048828125,-0.00048828125)">
+ <path d="M 0,-2 C -7,14 -16,27 -25,37 L 356,567 C 262,823 215,952 215,954 215,979 228,992 255,992 264,992 276,990 289,987 310,991 331,999 354,1012 L 381,999 492,748 772,1049 836,1024 860,1049 C 881,1039 901,1025 922,1006 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 C 774,196 753,168 711,139 L 727,119 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 C 142,-110 111,-127 72,-127 30,-127 9,-110 8,-76 1,-67 -2,-52 -2,-32 -2,-23 -1,-13 0,-2 Z"/>
+ </g>
+ <g id="bullet-char-template(10004)" transform="scale(0.00048828125,-0.00048828125)">
+ <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 41,549 55,616 82,672 116,743 169,778 240,778 293,778 328,747 346,684 L 369,508 C 377,444 397,411 428,410 L 1163,1116 C 1174,1127 1196,1133 1229,1133 1271,1133 1292,1118 1292,1087 L 1292,965 C 1292,929 1282,901 1262,881 L 442,47 C 390,-6 338,-33 285,-33 Z"/>
+ </g>
+ <g id="bullet-char-template(9679)" transform="scale(0.00048828125,-0.00048828125)">
+ <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 223,773 276,916 383,1023 489,1130 632,1184 813,1184 992,1184 1136,1130 1245,1023 1353,916 1407,772 1407,592 1407,412 1353,268 1245,161 1136,54 992,0 813,0 Z"/>
+ </g>
+ <g id="bullet-char-template(8226)" transform="scale(0.00048828125,-0.00048828125)">
+ <path d="M 346,457 C 273,457 209,483 155,535 101,586 74,649 74,723 74,796 101,859 155,911 209,963 273,989 346,989 419,989 480,963 531,910 582,859 608,796 608,723 608,648 583,586 532,535 482,483 420,457 346,457 Z"/>
+ </g>
+ <g id="bullet-char-template(8211)" transform="scale(0.00048828125,-0.00048828125)">
+ <path d="M -4,459 L 1135,459 1135,606 -4,606 -4,459 Z"/>
+ </g>
+ </defs>
+ <defs class="TextEmbeddedBitmaps"/>
+ <g>
+ <g id="id2" class="Master_Slide">
+ <g id="bg-id2" class="Background"/>
+ <g id="bo-id2" class="BackgroundObjects"/>
+ </g>
+ </g>
+ <g class="SlideGroup">
+ <g>
+ <g id="id1" class="Slide" clip-path="url(#presentation_clip_path)">
+ <g class="Page">
+ <g class="Group">
+ <g class="com.sun.star.drawing.TextShape">
+ <g id="id3">
+ <rect class="BoundingBox" stroke="none" fill="none" x="4073" y="10334" width="5778" height="1806"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="4323" y="10650"><tspan fill="rgb(0,0,0)" stroke="none">Ethernet Wire Encapsulation: </tspan><tspan fill="rgb(0,0,0)" stroke="none">dot1q</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id4">
+ <rect class="BoundingBox" stroke="none" fill="none" x="1086" y="1556" width="13649" height="9754"/>
+ <path fill="none" stroke="rgb(178,178,178)" stroke-width="28" stroke-linejoin="miter" d="M 7910,11295 L 1100,11295 1100,1570 14720,1570 14720,11295 7910,11295 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id5">
+ <rect class="BoundingBox" stroke="none" fill="none" x="1304" y="1124" width="13124" height="690"/>
+ <path fill="rgb(238,238,238)" stroke="none" d="M 7866,1799 L 1318,1799 1318,1138 14413,1138 14413,1799 7866,1799 Z"/>
+ <path fill="none" stroke="rgb(178,178,178)" stroke-width="28" stroke-linejoin="miter" d="M 7866,1799 L 1318,1799 1318,1138 14413,1138 14413,1799 7866,1799 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="423px" font-weight="400"><tspan class="TextPosition" x="1573" y="1584"><tspan fill="rgb(0,0,0)" stroke="none">2-Node Containerized Topologies</tspan><tspan fill="rgb(0,0,0)" stroke="none">: vfNIC-to-memif switching</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id6">
+ <rect class="BoundingBox" stroke="none" fill="none" x="1874" y="2556" width="11849" height="6972"/>
+ <path fill="rgb(255,255,255)" stroke="none" d="M 7798,9509 L 1892,9509 1892,2574 13704,2574 13704,9509 7798,9509 Z"/>
+ <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 7798,9509 L 1892,9509 1892,2574 13704,2574 13704,9509 7798,9509 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="423px" font-weight="700"><tspan class="TextPosition" x="6387" y="3122"><tspan fill="rgb(0,0,0)" stroke="none">Host Server</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id7">
+ <rect class="BoundingBox" stroke="none" fill="none" x="2185" y="3723" width="11312" height="5197"/>
+ <path fill="rgb(255,255,255)" stroke="none" d="M 7841,8901 L 2203,8901 2203,3741 13478,3741 13478,8901 7841,8901 Z"/>
+ <path fill="none" stroke="rgb(188,140,0)" stroke-width="35" stroke-linejoin="miter" d="M 7841,8901 L 2203,8901 2203,3741 13478,3741 13478,8901 7841,8901 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id8">
+ <rect class="BoundingBox" stroke="none" fill="none" x="2152" y="3759" width="11033" height="4468"/>
+ <path fill="rgb(255,255,255)" stroke="none" d="M 7668,8208 L 2170,8208 2170,3777 13166,3777 13166,8208 7668,8208 Z"/>
+ <path fill="none" stroke="rgb(112,173,71)" stroke-width="35" stroke-linejoin="miter" d="M 7668,8208 L 2170,8208 2170,3777 13166,3777 13166,8208 7668,8208 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id9">
+ <rect class="BoundingBox" stroke="none" fill="none" x="4431" y="4187" width="2528" height="1862"/>
+ <g>
+ <defs>
+ <linearGradient id="gradient1" x1="5694" y1="4205" x2="5694" y2="6030" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:rgb(209,209,209)"/>
+ <stop offset="1" style="stop-color:rgb(199,199,199)"/>
+ </linearGradient>
+ </defs>
+ <path style="fill:url(#gradient1)" d="M 5695,6030 L 4449,6030 4449,4205 6940,4205 6940,6030 5695,6030 Z"/>
+ </g>
+ <path fill="none" stroke="rgb(165,165,165)" stroke-width="35" stroke-linejoin="miter" d="M 5695,6030 L 4449,6030 4449,4205 6940,4205 6940,6030 5695,6030 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="353px" font-weight="700"><tspan class="TextPosition" x="4726" y="4553"><tspan fill="rgb(0,0,0)" stroke="none">cSUT[1.1]</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id10">
+ <rect class="BoundingBox" stroke="none" fill="none" x="4448" y="6211" width="2527" height="1861"/>
+ <g>
+ <defs>
+ <linearGradient id="gradient2" x1="5711" y1="6229" x2="5711" y2="8053" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:rgb(209,209,209)"/>
+ <stop offset="1" style="stop-color:rgb(199,199,199)"/>
+ </linearGradient>
+ </defs>
+ <path style="fill:url(#gradient2)" d="M 5711,8053 L 4466,8053 4466,6229 6956,6229 6956,8053 5711,8053 Z"/>
+ </g>
+ <path fill="none" stroke="rgb(165,165,165)" stroke-width="35" stroke-linejoin="miter" d="M 5711,8053 L 4466,8053 4466,6229 6956,6229 6956,8053 5711,8053 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="353px" font-weight="700"><tspan class="TextPosition" x="4869" y="6577"><tspan fill="rgb(0,0,0)" stroke="none">cTG[1.2]</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id11">
+ <rect class="BoundingBox" stroke="none" fill="none" x="2431" y="3973" width="1557" height="4468"/>
+ <path fill="rgb(255,192,0)" stroke="none" d="M 2449,6207 L 2449,3991 3969,3991 3969,8422 2449,8422 2449,6207 Z"/>
+ <path fill="none" stroke="rgb(188,142,0)" stroke-width="35" stroke-linejoin="miter" d="M 2449,6207 L 2449,3991 3969,3991 3969,8422 2449,8422 2449,6207 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id12">
+ <rect class="BoundingBox" stroke="none" fill="none" x="2306" y="5623" width="1885" height="1348"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="353px" font-weight="700"><tspan class="TextPosition" x="2713" y="6227"><tspan fill="rgb(0,0,0)" stroke="none">Linux</tspan></tspan></tspan><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="353px" font-weight="700"><tspan class="TextPosition" x="2610" y="6580"><tspan fill="rgb(0,0,0)" stroke="none">Kernel</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id13">
+ <rect class="BoundingBox" stroke="none" fill="none" x="2344" y="8666" width="2274" height="457"/>
+ <path fill="rgb(255,242,204)" stroke="none" d="M 2362,8771 L 2362,8771 2362,8766 2362,8762 2363,8757 2364,8753 2365,8748 2366,8744 2368,8740 2370,8736 2371,8732 2374,8727 2376,8724 2379,8720 2381,8716 2384,8713 2387,8709 2391,8706 2394,8703 2398,8701 2402,8698 2406,8696 2410,8693 2414,8692 2418,8690 2422,8688 2426,8687 2431,8686 2435,8685 2440,8684 2444,8684 2449,8684 4511,8684 4511,8684 4516,8684 4520,8684 4525,8685 4529,8686 4534,8687 4538,8688 4542,8690 4546,8692 4550,8693 4555,8696 4558,8698 4562,8701 4566,8703 4569,8706 4573,8709 4576,8713 4579,8716 4581,8720 4584,8724 4586,8728 4589,8732 4590,8736 4592,8740 4594,8744 4595,8748 4596,8753 4597,8757 4598,8762 4598,8766 4598,8771 4599,9016 4599,9016 4599,9021 4599,9025 4598,9030 4597,9034 4596,9039 4595,9043 4593,9047 4591,9051 4590,9055 4587,9059 4585,9063 4582,9067 4580,9071 4577,9074 4574,9078 4570,9081 4567,9084 4563,9086 4559,9089 4556,9091 4551,9094 4547,9095 4543,9097 4539,9099 4535,9100 4530,9101 4526,9102 4521,9103 4517,9103 4512,9103 2449,9104 2449,9104 2444,9104 2440,9104 2435,9103 2431,9102 2426,9101 2422,9100 2418,9098 2414,9096 2410,9095 2406,9092 2402,9090 2398,9087 2394,9085 2391,9082 2387,9079 2384,9075 2381,9072 2379,9068 2376,9064 2374,9061 2371,9056 2370,9052 2368,9048 2366,9044 2365,9040 2364,9035 2363,9031 2362,9026 2362,9022 2362,9017 2362,8771 Z M 2362,8684 L 2362,8684 Z M 4599,9104 L 4599,9104 Z"/>
+ <path fill="none" stroke="rgb(188,140,0)" stroke-width="35" stroke-linejoin="miter" d="M 2362,8771 L 2362,8771 2362,8766 2362,8762 2363,8757 2364,8753 2365,8748 2366,8744 2368,8740 2370,8736 2371,8732 2374,8727 2376,8724 2379,8720 2381,8716 2384,8713 2387,8709 2391,8706 2394,8703 2398,8701 2402,8698 2406,8696 2410,8693 2414,8692 2418,8690 2422,8688 2426,8687 2431,8686 2435,8685 2440,8684 2444,8684 2449,8684 4511,8684 4511,8684 4516,8684 4520,8684 4525,8685 4529,8686 4534,8687 4538,8688 4542,8690 4546,8692 4550,8693 4555,8696 4558,8698 4562,8701 4566,8703 4569,8706 4573,8709 4576,8713 4579,8716 4581,8720 4584,8724 4586,8728 4589,8732 4590,8736 4592,8740 4594,8744 4595,8748 4596,8753 4597,8757 4598,8762 4598,8766 4598,8771 4599,9016 4599,9016 4599,9021 4599,9025 4598,9030 4597,9034 4596,9039 4595,9043 4593,9047 4591,9051 4590,9055 4587,9059 4585,9063 4582,9067 4580,9071 4577,9074 4574,9078 4570,9081 4567,9084 4563,9086 4559,9089 4556,9091 4551,9094 4547,9095 4543,9097 4539,9099 4535,9100 4530,9101 4526,9102 4521,9103 4517,9103 4512,9103 2449,9104 2449,9104 2444,9104 2440,9104 2435,9103 2431,9102 2426,9101 2422,9100 2418,9098 2414,9096 2410,9095 2406,9092 2402,9090 2398,9087 2394,9085 2391,9082 2387,9079 2384,9075 2381,9072 2379,9068 2376,9064 2374,9061 2371,9056 2370,9052 2368,9048 2366,9044 2365,9040 2364,9035 2363,9031 2362,9026 2362,9022 2362,9017 2362,8771 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="700"><tspan class="TextPosition" x="2619" y="9014"><tspan fill="rgb(0,0,0)" stroke="none">Linux-Host</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id14">
+ <rect class="BoundingBox" stroke="none" fill="none" x="4669" y="8253" width="2471" height="452"/>
+ <path fill="rgb(226,240,217)" stroke="none" d="M 4687,8370 L 4687,8370 4687,8365 4688,8360 4688,8355 4689,8349 4690,8344 4692,8339 4694,8335 4696,8330 4698,8325 4700,8320 4703,8316 4706,8312 4709,8308 4712,8304 4716,8300 4720,8296 4724,8293 4728,8290 4732,8287 4737,8284 4741,8282 4746,8280 4751,8278 4755,8276 4760,8274 4765,8273 4771,8272 4776,8272 4781,8271 4786,8271 7021,8271 7021,8271 7026,8271 7031,8272 7036,8272 7042,8273 7047,8274 7052,8276 7056,8278 7061,8280 7066,8282 7071,8284 7075,8287 7079,8290 7083,8293 7087,8296 7091,8300 7095,8304 7098,8308 7101,8312 7104,8316 7107,8321 7109,8325 7111,8330 7113,8335 7115,8339 7117,8344 7118,8349 7119,8355 7119,8360 7120,8365 7120,8370 7121,8586 7120,8586 7120,8591 7119,8596 7119,8601 7118,8606 7117,8611 7115,8616 7114,8621 7112,8626 7109,8631 7107,8635 7104,8640 7101,8644 7098,8648 7095,8652 7091,8656 7088,8659 7084,8663 7080,8666 7075,8669 7071,8671 7067,8674 7062,8676 7057,8678 7052,8680 7047,8681 7042,8683 7037,8684 7032,8684 7027,8685 7022,8685 4786,8686 4786,8685 4781,8685 4776,8684 4771,8684 4766,8683 4761,8682 4756,8680 4751,8679 4746,8677 4741,8674 4737,8672 4732,8669 4728,8666 4724,8663 4720,8660 4716,8656 4713,8653 4709,8649 4706,8645 4703,8640 4701,8636 4698,8632 4696,8627 4694,8622 4692,8617 4691,8612 4689,8607 4688,8602 4688,8597 4687,8592 4687,8587 4687,8370 Z M 4687,8271 L 4687,8271 Z M 7121,8686 L 7121,8686 Z"/>
+ <path fill="none" stroke="rgb(112,173,71)" stroke-width="35" stroke-linejoin="miter" d="M 4687,8370 L 4687,8370 4687,8365 4688,8360 4688,8355 4689,8349 4690,8344 4692,8339 4694,8335 4696,8330 4698,8325 4700,8320 4703,8316 4706,8312 4709,8308 4712,8304 4716,8300 4720,8296 4724,8293 4728,8290 4732,8287 4737,8284 4741,8282 4746,8280 4751,8278 4755,8276 4760,8274 4765,8273 4771,8272 4776,8272 4781,8271 4786,8271 7021,8271 7021,8271 7026,8271 7031,8272 7036,8272 7042,8273 7047,8274 7052,8276 7056,8278 7061,8280 7066,8282 7071,8284 7075,8287 7079,8290 7083,8293 7087,8296 7091,8300 7095,8304 7098,8308 7101,8312 7104,8316 7107,8321 7109,8325 7111,8330 7113,8335 7115,8339 7117,8344 7118,8349 7119,8355 7119,8360 7120,8365 7120,8370 7121,8586 7120,8586 7120,8591 7119,8596 7119,8601 7118,8606 7117,8611 7115,8616 7114,8621 7112,8626 7109,8631 7107,8635 7104,8640 7101,8644 7098,8648 7095,8652 7091,8656 7088,8659 7084,8663 7080,8666 7075,8669 7071,8671 7067,8674 7062,8676 7057,8678 7052,8680 7047,8681 7042,8683 7037,8684 7032,8684 7027,8685 7022,8685 4786,8686 4786,8685 4781,8685 4776,8684 4771,8684 4766,8683 4761,8682 4756,8680 4751,8679 4746,8677 4741,8674 4737,8672 4732,8669 4728,8666 4724,8663 4720,8660 4716,8656 4713,8653 4709,8649 4706,8645 4703,8640 4701,8636 4698,8632 4696,8627 4694,8622 4692,8617 4691,8612 4689,8607 4688,8602 4688,8597 4687,8592 4687,8587 4687,8370 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="700"><tspan class="TextPosition" x="5002" y="8599"><tspan fill="rgb(0,0,0)" stroke="none">User-Space</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id15">
+ <rect class="BoundingBox" stroke="none" fill="none" x="4682" y="4984" width="2062" height="854"/>
+ <path fill="rgb(112,173,71)" stroke="none" d="M 5713,5819 L 4700,5819 4700,5002 6725,5002 6725,5819 5713,5819 Z"/>
+ <path fill="none" stroke="rgb(82,127,52)" stroke-width="35" stroke-linejoin="miter" d="M 5713,5819 L 4700,5819 4700,5002 6725,5002 6725,5819 5713,5819 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="700"><tspan class="TextPosition" x="5382" y="5531"><tspan fill="rgb(255,255,255)" stroke="none">DUT</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id16">
+ <rect class="BoundingBox" stroke="none" fill="none" x="4679" y="7006" width="2062" height="855"/>
+ <path fill="rgb(112,173,71)" stroke="none" d="M 5710,7842 L 4697,7842 4697,7024 6722,7024 6722,7842 5710,7842 Z"/>
+ <path fill="none" stroke="rgb(82,127,52)" stroke-width="35" stroke-linejoin="miter" d="M 5710,7842 L 4697,7842 4697,7024 6722,7024 6722,7842 5710,7842 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="700"><tspan class="TextPosition" x="5495" y="7554"><tspan fill="rgb(255,255,255)" stroke="none">TG</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id17">
+ <rect class="BoundingBox" stroke="none" fill="none" x="4717" y="9014" width="8781" height="1345"/>
+ <path fill="rgb(237,237,237)" stroke="none" d="M 9107,10349 L 4726,10349 4726,9023 13488,9023 13488,10349 9107,10349 Z"/>
+ <path fill="none" stroke="rgb(165,165,165)" stroke-width="18" stroke-linejoin="miter" d="M 9107,10349 L 4726,10349 4726,9023 13488,9023 13488,10349 9107,10349 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="353px" font-weight="700"><tspan class="TextPosition" x="11620" y="9793"><tspan fill="rgb(0,0,0)" stroke="none">NIC x710</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.ConnectorShape">
+ <g id="id18">
+ <rect class="BoundingBox" stroke="none" fill="none" x="8064" y="10400" width="1689" height="542"/>
+ <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="round" d="M 8082,10418 L 8082,10923 9734,10923 9734,10419"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.ConnectorShape">
+ <g id="id19">
+ <rect class="BoundingBox" stroke="none" fill="none" x="6779" y="5232" width="2824" height="4593"/>
+ <path fill="none" stroke="rgb(68,114,196)" stroke-width="35" stroke-linejoin="round" d="M 9584,9806 L 9584,5250 6797,5250"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.ConnectorShape">
+ <g id="id20">
+ <rect class="BoundingBox" stroke="none" fill="none" x="6769" y="7312" width="1185" height="2514"/>
+ <path fill="none" stroke="rgb(245,130,32)" stroke-width="35" stroke-linejoin="round" d="M 7935,9807 L 7935,7330 6787,7330"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.ConnectorShape">
+ <g id="id21">
+ <rect class="BoundingBox" stroke="none" fill="none" x="6770" y="7612" width="882" height="2213"/>
+ <path fill="none" stroke="rgb(238,131,59)" stroke-width="35" stroke-linejoin="round" d="M 7633,9806 L 7633,7630 6788,7630"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.ConnectorShape">
+ <g id="id22">
+ <rect class="BoundingBox" stroke="none" fill="none" x="8063" y="9990" width="38" height="312"/>
+ <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 8082,10283 L 8082,10153 8081,10153 8081,10008"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id23">
+ <rect class="BoundingBox" stroke="none" fill="none" x="9050" y="9773" width="1362" height="254"/>
+ <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 10393,9791 L 10393,9791 10393,9802 10393,9814 10392,9825 10391,9836 10390,9847 10389,9858 10387,9868 10385,9879 10384,9889 10381,9899 10379,9909 10376,9918 10374,9927 10371,9936 10368,9944 10364,9952 10361,9959 10357,9966 10353,9972 10349,9978 10345,9983 10341,9988 10337,9993 10333,9996 10329,10000 10324,10002 10320,10004 10315,10006 10311,10007 10306,10007 9156,10008 9156,10008 9151,10008 9147,10007 9142,10005 9138,10003 9134,10001 9129,9997 9125,9994 9121,9989 9117,9984 9113,9979 9109,9973 9105,9967 9101,9960 9098,9953 9095,9945 9091,9937 9089,9928 9086,9919 9083,9910 9081,9900 9079,9890 9077,9880 9075,9869 9073,9859 9072,9848 9071,9837 9070,9826 9070,9815 9069,9803 9069,9792"/>
+ <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 10393,9791 L 10393,9791 Z"/>
+ <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 9068,10008 L 9068,10008 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.ConnectorShape">
+ <g id="id24">
+ <rect class="BoundingBox" stroke="none" fill="none" x="9713" y="9989" width="40" height="314"/>
+ <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 9734,10284 L 9734,10153 9731,10153 9731,10007"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id25">
+ <rect class="BoundingBox" stroke="none" fill="none" x="10441" y="4187" width="2527" height="1862"/>
+ <g>
+ <defs>
+ <linearGradient id="gradient3" x1="11704" y1="4205" x2="11704" y2="6030" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:rgb(209,209,209)"/>
+ <stop offset="1" style="stop-color:rgb(199,199,199)"/>
+ </linearGradient>
+ </defs>
+ <path style="fill:url(#gradient3)" d="M 11704,6030 L 10459,6030 10459,4205 12949,4205 12949,6030 11704,6030 Z"/>
+ </g>
+ <path fill="none" stroke="rgb(165,165,165)" stroke-width="35" stroke-linejoin="miter" d="M 11704,6030 L 10459,6030 10459,4205 12949,4205 12949,6030 11704,6030 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="700"><tspan class="TextPosition" x="10553" y="4567"><tspan fill="rgb(0,0,0)" stroke="none">DUT1_CNF1[1]</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id26">
+ <rect class="BoundingBox" stroke="none" fill="none" x="10691" y="4984" width="2063" height="854"/>
+ <path fill="rgb(112,173,71)" stroke="none" d="M 11722,5819 L 10709,5819 10709,5002 12735,5002 12735,5819 11722,5819 Z"/>
+ <path fill="none" stroke="rgb(82,127,52)" stroke-width="35" stroke-linejoin="miter" d="M 11722,5819 L 10709,5819 10709,5002 12735,5002 12735,5819 11722,5819 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="700"><tspan class="TextPosition" x="10801" y="5531"><tspan fill="rgb(255,255,255)" stroke="none">DUT1_CNF1</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.TextShape">
+ <g id="id27">
+ <rect class="BoundingBox" stroke="none" fill="none" x="7540" y="10310" width="2755" height="1092"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="8528" y="10626"><tspan fill="rgb(0,0,0)" stroke="none">External</tspan></tspan></tspan><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="8663" y="10864"><tspan fill="rgb(0,0,0)" stroke="none">cable</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.TextShape">
+ <g id="id28">
+ <rect class="BoundingBox" stroke="none" fill="none" x="6247" y="4517" width="1932" height="735"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="353px" font-weight="400"><tspan class="TextPosition" x="6497" y="4960"><tspan fill="rgb(0,0,0)" stroke="none">VF[2]</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.TextShape">
+ <g id="id29">
+ <rect class="BoundingBox" stroke="none" fill="none" x="4618" y="9256" width="3269" height="849"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="4869" y="9572"><tspan fill="rgb(0,0,0)" stroke="none">VFs mapped to VLAN IDs</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.ConnectorShape">
+ <g id="id30">
+ <rect class="BoundingBox" stroke="none" fill="none" x="6781" y="5532" width="2520" height="4291"/>
+ <path fill="none" stroke="rgb(68,114,196)" stroke-width="35" stroke-linejoin="round" d="M 9282,9804 L 9282,5550 6799,5550"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.ConnectorShape">
+ <g id="id31">
+ <rect class="BoundingBox" stroke="none" fill="none" x="6087" y="4639" width="5036" height="363"/>
+ <path fill="none" stroke="rgb(68,114,196)" stroke-width="35" stroke-linejoin="round" d="M 6105,4983 L 6105,4657 11104,4657 11104,4983"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.TextShape">
+ <g id="id32">
+ <rect class="BoundingBox" stroke="none" fill="none" x="6242" y="5560" width="1932" height="735"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="353px" font-weight="400"><tspan class="TextPosition" x="6492" y="6003"><tspan fill="rgb(0,0,0)" stroke="none">VF[1]</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id33">
+ <rect class="BoundingBox" stroke="none" fill="none" x="9124" y="9438" width="286" height="259"/>
+ <path fill="rgb(114,159,207)" stroke="none" d="M 9169,9442 C 9148,9442 9128,9462 9128,9483 L 9128,9650 C 9128,9671 9148,9692 9169,9692 L 9363,9692 C 9384,9692 9405,9671 9405,9650 L 9405,9483 C 9405,9462 9384,9442 9363,9442 L 9169,9442 Z M 9128,9442 L 9128,9442 Z M 9405,9692 L 9405,9692 Z"/>
+ <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 9169,9442 C 9148,9442 9128,9462 9128,9483 L 9128,9650 C 9128,9671 9148,9692 9169,9692 L 9363,9692 C 9384,9692 9405,9671 9405,9650 L 9405,9483 C 9405,9462 9384,9442 9363,9442 L 9169,9442 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="9207" y="9639"><tspan fill="rgb(0,0,0)" stroke="none">1</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id34">
+ <rect class="BoundingBox" stroke="none" fill="none" x="9439" y="9094" width="286" height="259"/>
+ <path fill="rgb(114,159,207)" stroke="none" d="M 9484,9098 C 9463,9098 9443,9118 9443,9139 L 9443,9306 C 9443,9327 9463,9348 9484,9348 L 9678,9348 C 9699,9348 9720,9327 9720,9306 L 9720,9139 C 9720,9118 9699,9098 9678,9098 L 9484,9098 Z M 9443,9098 L 9443,9098 Z M 9720,9348 L 9720,9348 Z"/>
+ <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 9484,9098 C 9463,9098 9443,9118 9443,9139 L 9443,9306 C 9443,9327 9463,9348 9484,9348 L 9678,9348 C 9699,9348 9720,9327 9720,9306 L 9720,9139 C 9720,9118 9699,9098 9678,9098 L 9484,9098 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="9522" y="9295"><tspan fill="rgb(0,0,0)" stroke="none">2</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id35">
+ <rect class="BoundingBox" stroke="none" fill="none" x="9674" y="9433" width="400" height="280"/>
+ <path fill="rgb(114,159,207)" stroke="none" d="M 9723,9437 C 9700,9437 9678,9459 9678,9482 L 9678,9662 C 9678,9685 9700,9708 9723,9708 L 10023,9708 C 10046,9708 10069,9685 10069,9662 L 10069,9482 C 10069,9459 10046,9437 10023,9437 L 9723,9437 Z M 9678,9437 L 9678,9437 Z M 10069,9708 L 10069,9708 Z"/>
+ <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 9723,9437 C 9700,9437 9678,9459 9678,9482 L 9678,9662 C 9678,9685 9700,9708 9723,9708 L 10023,9708 C 10046,9708 10069,9685 10069,9662 L 10069,9482 C 10069,9459 10046,9437 10023,9437 L 9723,9437 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="9754" y="9644"><tspan fill="rgb(0,0,0)" stroke="none">2n</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id36">
+ <rect class="BoundingBox" stroke="none" fill="none" x="9967" y="9091" width="671" height="280"/>
+ <path fill="rgb(114,159,207)" stroke="none" d="M 10016,9095 C 9993,9095 9971,9117 9971,9140 L 9971,9320 C 9971,9343 9993,9366 10016,9366 L 10587,9366 C 10610,9366 10633,9343 10633,9320 L 10633,9140 C 10633,9117 10610,9095 10587,9095 L 10016,9095 Z M 9971,9095 L 9971,9095 Z M 10633,9366 L 10633,9366 Z"/>
+ <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 10016,9095 C 9993,9095 9971,9117 9971,9140 L 9971,9320 C 9971,9343 9993,9366 10016,9366 L 10587,9366 C 10610,9366 10633,9343 10633,9320 L 10633,9140 C 10633,9117 10610,9095 10587,9095 L 10016,9095 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="10087" y="9302"><tspan fill="rgb(0,0,0)" stroke="none">2n-1</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id37">
+ <rect class="BoundingBox" stroke="none" fill="none" x="9143" y="9799" width="280" height="145"/>
+ <path fill="rgb(114,159,207)" stroke="none" d="M 9169,9803 C 9158,9803 9147,9814 9147,9825 L 9147,9916 C 9147,9927 9158,9939 9169,9939 L 9395,9939 C 9406,9939 9418,9927 9418,9916 L 9418,9825 C 9418,9814 9406,9803 9395,9803 L 9169,9803 Z M 9147,9803 L 9147,9803 Z M 9418,9939 L 9418,9939 Z"/>
+ <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 9169,9803 C 9158,9803 9147,9814 9147,9825 L 9147,9916 C 9147,9927 9158,9939 9169,9939 L 9395,9939 C 9406,9939 9418,9927 9418,9916 L 9418,9825 C 9418,9814 9406,9803 9395,9803 L 9169,9803 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id38">
+ <rect class="BoundingBox" stroke="none" fill="none" x="9445" y="9801" width="280" height="145"/>
+ <path fill="rgb(114,159,207)" stroke="none" d="M 9471,9805 C 9460,9805 9449,9816 9449,9827 L 9449,9918 C 9449,9929 9460,9941 9471,9941 L 9697,9941 C 9708,9941 9720,9929 9720,9918 L 9720,9827 C 9720,9816 9708,9805 9697,9805 L 9471,9805 Z M 9449,9805 L 9449,9805 Z M 9720,9941 L 9720,9941 Z"/>
+ <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 9471,9805 C 9460,9805 9449,9816 9449,9827 L 9449,9918 C 9449,9929 9460,9941 9471,9941 L 9697,9941 C 9708,9941 9720,9929 9720,9918 L 9720,9827 C 9720,9816 9708,9805 9697,9805 L 9471,9805 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id39">
+ <rect class="BoundingBox" stroke="none" fill="none" x="9746" y="9802" width="280" height="145"/>
+ <path fill="rgb(114,159,207)" stroke="none" d="M 9772,9806 C 9761,9806 9750,9817 9750,9828 L 9750,9919 C 9750,9930 9761,9942 9772,9942 L 9998,9942 C 10009,9942 10021,9930 10021,9919 L 10021,9828 C 10021,9817 10009,9806 9998,9806 L 9772,9806 Z M 9750,9806 L 9750,9806 Z M 10021,9942 L 10021,9942 Z"/>
+ <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 9772,9806 C 9761,9806 9750,9817 9750,9828 L 9750,9919 C 9750,9930 9761,9942 9772,9942 L 9998,9942 C 10009,9942 10021,9930 10021,9919 L 10021,9828 C 10021,9817 10009,9806 9998,9806 L 9772,9806 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id40">
+ <rect class="BoundingBox" stroke="none" fill="none" x="10048" y="9804" width="280" height="145"/>
+ <path fill="rgb(114,159,207)" stroke="none" d="M 10074,9808 C 10063,9808 10052,9819 10052,9830 L 10052,9921 C 10052,9932 10063,9944 10074,9944 L 10300,9944 C 10311,9944 10323,9932 10323,9921 L 10323,9830 C 10323,9819 10311,9808 10300,9808 L 10074,9808 Z M 10052,9808 L 10052,9808 Z M 10323,9944 L 10323,9944 Z"/>
+ <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 10074,9808 C 10063,9808 10052,9819 10052,9830 L 10052,9921 C 10052,9932 10063,9944 10074,9944 L 10300,9944 C 10311,9944 10323,9932 10323,9921 L 10323,9830 C 10323,9819 10311,9808 10300,9808 L 10074,9808 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.TextShape">
+ <g id="id41">
+ <rect class="BoundingBox" stroke="none" fill="none" x="6254" y="6583" width="1932" height="735"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="353px" font-weight="400"><tspan class="TextPosition" x="6504" y="7026"><tspan fill="rgb(0,0,0)" stroke="none">VF[2]</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.TextShape">
+ <g id="id42">
+ <rect class="BoundingBox" stroke="none" fill="none" x="6250" y="7616" width="1932" height="735"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="353px" font-weight="400"><tspan class="TextPosition" x="6500" y="8092"><tspan fill="rgb(0,0,0)" stroke="none">VF[</tspan><tspan font-size="388px" fill="rgb(0,0,0)" stroke="none">1</tspan><tspan fill="rgb(0,0,0)" stroke="none">]</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id43">
+ <rect class="BoundingBox" stroke="none" fill="none" x="7494" y="9801" width="280" height="145"/>
+ <path fill="rgb(250,166,26)" stroke="none" d="M 7520,9805 C 7509,9805 7498,9816 7498,9827 L 7498,9918 C 7498,9929 7509,9941 7520,9941 L 7746,9941 C 7757,9941 7769,9929 7769,9918 L 7769,9827 C 7769,9816 7757,9805 7746,9805 L 7520,9805 Z M 7498,9805 L 7498,9805 Z M 7769,9941 L 7769,9941 Z"/>
+ <path fill="none" stroke="rgb(245,130,32)" stroke-width="7" stroke-linejoin="round" d="M 7520,9805 C 7509,9805 7498,9816 7498,9827 L 7498,9918 C 7498,9929 7509,9941 7520,9941 L 7746,9941 C 7757,9941 7769,9929 7769,9918 L 7769,9827 C 7769,9816 7757,9805 7746,9805 L 7520,9805 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id44">
+ <rect class="BoundingBox" stroke="none" fill="none" x="7796" y="9802" width="280" height="145"/>
+ <path fill="rgb(250,166,26)" stroke="none" d="M 7822,9806 C 7811,9806 7800,9817 7800,9828 L 7800,9919 C 7800,9930 7811,9942 7822,9942 L 8048,9942 C 8059,9942 8071,9930 8071,9919 L 8071,9828 C 8071,9817 8059,9806 8048,9806 L 7822,9806 Z M 7800,9806 L 7800,9806 Z M 8071,9942 L 8071,9942 Z"/>
+ <path fill="none" stroke="rgb(245,130,32)" stroke-width="7" stroke-linejoin="round" d="M 7822,9806 C 7811,9806 7800,9817 7800,9828 L 7800,9919 C 7800,9930 7811,9942 7822,9942 L 8048,9942 C 8059,9942 8071,9930 8071,9919 L 8071,9828 C 8071,9817 8059,9806 8048,9806 L 7822,9806 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id45">
+ <rect class="BoundingBox" stroke="none" fill="none" x="8097" y="9804" width="280" height="145"/>
+ <path fill="rgb(250,166,26)" stroke="none" d="M 8123,9808 C 8112,9808 8101,9819 8101,9830 L 8101,9921 C 8101,9932 8112,9944 8123,9944 L 8349,9944 C 8360,9944 8372,9932 8372,9921 L 8372,9830 C 8372,9819 8360,9808 8349,9808 L 8123,9808 Z M 8101,9808 L 8101,9808 Z M 8372,9944 L 8372,9944 Z"/>
+ <path fill="none" stroke="rgb(245,130,32)" stroke-width="7" stroke-linejoin="round" d="M 8123,9808 C 8112,9808 8101,9819 8101,9830 L 8101,9921 C 8101,9932 8112,9944 8123,9944 L 8349,9944 C 8360,9944 8372,9932 8372,9921 L 8372,9830 C 8372,9819 8360,9808 8349,9808 L 8123,9808 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id46">
+ <rect class="BoundingBox" stroke="none" fill="none" x="8399" y="9805" width="280" height="145"/>
+ <path fill="rgb(250,166,26)" stroke="none" d="M 8425,9809 C 8414,9809 8403,9820 8403,9831 L 8403,9922 C 8403,9933 8414,9945 8425,9945 L 8651,9945 C 8662,9945 8674,9933 8674,9922 L 8674,9831 C 8674,9820 8662,9809 8651,9809 L 8425,9809 Z M 8403,9809 L 8403,9809 Z M 8674,9945 L 8674,9945 Z"/>
+ <path fill="none" stroke="rgb(245,130,32)" stroke-width="7" stroke-linejoin="round" d="M 8425,9809 C 8414,9809 8403,9820 8403,9831 L 8403,9922 C 8403,9933 8414,9945 8425,9945 L 8651,9945 C 8662,9945 8674,9933 8674,9922 L 8674,9831 C 8674,9820 8662,9809 8651,9809 L 8425,9809 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id47">
+ <rect class="BoundingBox" stroke="none" fill="none" x="7475" y="9439" width="286" height="259"/>
+ <path fill="rgb(250,166,26)" stroke="none" d="M 7520,9443 C 7499,9443 7479,9463 7479,9484 L 7479,9651 C 7479,9672 7499,9693 7520,9693 L 7714,9693 C 7735,9693 7756,9672 7756,9651 L 7756,9484 C 7756,9463 7735,9443 7714,9443 L 7520,9443 Z M 7479,9443 L 7479,9443 Z M 7756,9693 L 7756,9693 Z"/>
+ <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 7520,9443 C 7499,9443 7479,9463 7479,9484 L 7479,9651 C 7479,9672 7499,9693 7520,9693 L 7714,9693 C 7735,9693 7756,9672 7756,9651 L 7756,9484 C 7756,9463 7735,9443 7714,9443 L 7520,9443 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="7558" y="9640"><tspan fill="rgb(0,0,0)" stroke="none">1</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id48">
+ <rect class="BoundingBox" stroke="none" fill="none" x="7790" y="9096" width="286" height="259"/>
+ <path fill="rgb(250,166,26)" stroke="none" d="M 7835,9100 C 7814,9100 7794,9120 7794,9141 L 7794,9308 C 7794,9329 7814,9350 7835,9350 L 8029,9350 C 8050,9350 8071,9329 8071,9308 L 8071,9141 C 8071,9120 8050,9100 8029,9100 L 7835,9100 Z M 7794,9100 L 7794,9100 Z M 8071,9350 L 8071,9350 Z"/>
+ <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 7835,9100 C 7814,9100 7794,9120 7794,9141 L 7794,9308 C 7794,9329 7814,9350 7835,9350 L 8029,9350 C 8050,9350 8071,9329 8071,9308 L 8071,9141 C 8071,9120 8050,9100 8029,9100 L 7835,9100 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="7873" y="9297"><tspan fill="rgb(0,0,0)" stroke="none">2</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id49">
+ <rect class="BoundingBox" stroke="none" fill="none" x="7400" y="9774" width="1361" height="254"/>
+ <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 8742,9792 L 8742,9792 8742,9803 8742,9815 8741,9826 8740,9837 8739,9848 8738,9859 8736,9869 8734,9880 8733,9890 8730,9900 8728,9910 8725,9919 8723,9928 8720,9937 8717,9945 8713,9953 8710,9960 8706,9967 8702,9973 8698,9979 8694,9984 8690,9989 8686,9994 8682,9997 8678,10001 8673,10003 8669,10005 8664,10007 8660,10008 8655,10008 7506,10009 7506,10009 7501,10009 7497,10008 7492,10006 7488,10004 7484,10002 7479,9998 7475,9995 7471,9990 7467,9985 7463,9980 7459,9974 7455,9968 7451,9961 7448,9954 7445,9946 7441,9938 7439,9929 7436,9920 7433,9911 7431,9901 7429,9891 7427,9881 7425,9870 7423,9860 7422,9849 7421,9838 7420,9827 7420,9816 7419,9804 7419,9793"/>
+ <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 8742,9792 L 8742,9792 Z"/>
+ <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 7418,10009 L 7418,10009 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id50">
+ <rect class="BoundingBox" stroke="none" fill="none" x="10965" y="4978" width="280" height="145"/>
+ <path fill="rgb(114,159,207)" stroke="none" d="M 10991,4982 C 10980,4982 10969,4993 10969,5004 L 10969,5095 C 10969,5106 10980,5118 10991,5118 L 11217,5118 C 11228,5118 11240,5106 11240,5095 L 11240,5004 C 11240,4993 11228,4982 11217,4982 L 10991,4982 Z M 10969,4982 L 10969,4982 Z M 11240,5118 L 11240,5118 Z"/>
+ <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 10991,4982 C 10980,4982 10969,4993 10969,5004 L 10969,5095 C 10969,5106 10980,5118 10991,5118 L 11217,5118 C 11228,5118 11240,5106 11240,5095 L 11240,5004 C 11240,4993 11228,4982 11217,4982 L 10991,4982 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id51">
+ <rect class="BoundingBox" stroke="none" fill="none" x="6657" y="5110" width="145" height="280"/>
+ <path fill="rgb(114,159,207)" stroke="none" d="M 6661,5363 C 6661,5374 6672,5385 6683,5385 L 6774,5385 C 6785,5385 6797,5374 6797,5363 L 6797,5137 C 6797,5126 6785,5114 6774,5114 L 6683,5114 C 6672,5114 6661,5126 6661,5137 L 6661,5363 Z M 6661,5385 L 6661,5385 Z M 6797,5114 L 6797,5114 Z"/>
+ <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 6661,5363 C 6661,5374 6672,5385 6683,5385 L 6774,5385 C 6785,5385 6797,5374 6797,5363 L 6797,5137 C 6797,5126 6785,5114 6774,5114 L 6683,5114 C 6672,5114 6661,5126 6661,5137 L 6661,5363 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id52">
+ <rect class="BoundingBox" stroke="none" fill="none" x="6659" y="5410" width="145" height="280"/>
+ <path fill="rgb(114,159,207)" stroke="none" d="M 6663,5663 C 6663,5674 6674,5685 6685,5685 L 6776,5685 C 6787,5685 6799,5674 6799,5663 L 6799,5437 C 6799,5426 6787,5414 6776,5414 L 6685,5414 C 6674,5414 6663,5426 6663,5437 L 6663,5663 Z M 6663,5685 L 6663,5685 Z M 6799,5414 L 6799,5414 Z"/>
+ <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 6663,5663 C 6663,5674 6674,5685 6685,5685 L 6776,5685 C 6787,5685 6799,5674 6799,5663 L 6799,5437 C 6799,5426 6787,5414 6776,5414 L 6685,5414 C 6674,5414 6663,5426 6663,5437 L 6663,5663 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id53">
+ <rect class="BoundingBox" stroke="none" fill="none" x="6647" y="7190" width="145" height="280"/>
+ <path fill="rgb(250,166,26)" stroke="none" d="M 6651,7443 C 6651,7454 6662,7465 6673,7465 L 6764,7465 C 6775,7465 6787,7454 6787,7443 L 6787,7217 C 6787,7206 6775,7194 6764,7194 L 6673,7194 C 6662,7194 6651,7206 6651,7217 L 6651,7443 Z M 6651,7465 L 6651,7465 Z M 6787,7194 L 6787,7194 Z"/>
+ <path fill="none" stroke="rgb(245,130,32)" stroke-width="7" stroke-linejoin="round" d="M 6651,7443 C 6651,7454 6662,7465 6673,7465 L 6764,7465 C 6775,7465 6787,7454 6787,7443 L 6787,7217 C 6787,7206 6775,7194 6764,7194 L 6673,7194 C 6662,7194 6651,7206 6651,7217 L 6651,7443 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id54">
+ <rect class="BoundingBox" stroke="none" fill="none" x="6648" y="7490" width="145" height="280"/>
+ <path fill="rgb(250,166,26)" stroke="none" d="M 6652,7743 C 6652,7754 6663,7765 6674,7765 L 6765,7765 C 6776,7765 6788,7754 6788,7743 L 6788,7517 C 6788,7506 6776,7494 6765,7494 L 6674,7494 C 6663,7494 6652,7506 6652,7517 L 6652,7743 Z M 6652,7765 L 6652,7765 Z M 6788,7494 L 6788,7494 Z"/>
+ <path fill="none" stroke="rgb(245,130,32)" stroke-width="7" stroke-linejoin="round" d="M 6652,7743 C 6652,7754 6663,7765 6674,7765 L 6765,7765 C 6776,7765 6788,7754 6788,7743 L 6788,7517 C 6788,7506 6776,7494 6765,7494 L 6674,7494 C 6663,7494 6652,7506 6652,7517 L 6652,7743 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id55">
+ <rect class="BoundingBox" stroke="none" fill="none" x="8025" y="9434" width="400" height="280"/>
+ <path fill="rgb(250,166,26)" stroke="none" d="M 8074,9438 C 8051,9438 8029,9460 8029,9483 L 8029,9663 C 8029,9686 8051,9709 8074,9709 L 8374,9709 C 8397,9709 8420,9686 8420,9663 L 8420,9483 C 8420,9460 8397,9438 8374,9438 L 8074,9438 Z M 8029,9438 L 8029,9438 Z M 8420,9709 L 8420,9709 Z"/>
+ <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 8074,9438 C 8051,9438 8029,9460 8029,9483 L 8029,9663 C 8029,9686 8051,9709 8074,9709 L 8374,9709 C 8397,9709 8420,9686 8420,9663 L 8420,9483 C 8420,9460 8397,9438 8374,9438 L 8074,9438 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="8105" y="9645"><tspan fill="rgb(0,0,0)" stroke="none">2n</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id56">
+ <rect class="BoundingBox" stroke="none" fill="none" x="8318" y="9092" width="671" height="280"/>
+ <path fill="rgb(250,166,26)" stroke="none" d="M 8367,9096 C 8344,9096 8322,9118 8322,9141 L 8322,9321 C 8322,9344 8344,9367 8367,9367 L 8938,9367 C 8961,9367 8984,9344 8984,9321 L 8984,9141 C 8984,9118 8961,9096 8938,9096 L 8367,9096 Z M 8322,9096 L 8322,9096 Z M 8984,9367 L 8984,9367 Z"/>
+ <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 8367,9096 C 8344,9096 8322,9118 8322,9141 L 8322,9321 C 8322,9344 8344,9367 8367,9367 L 8938,9367 C 8961,9367 8984,9344 8984,9321 L 8984,9141 C 8984,9118 8961,9096 8938,9096 L 8367,9096 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="8438" y="9303"><tspan fill="rgb(0,0,0)" stroke="none">2n-1</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id57">
+ <rect class="BoundingBox" stroke="none" fill="none" x="4808" y="9388" width="2594" height="223"/>
+ <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 4847,9392 C 4829,9392 4812,9409 4812,9427 L 4812,9570 C 4812,9588 4829,9606 4847,9606 L 7361,9606 C 7379,9606 7397,9588 7397,9570 L 7397,9427 C 7397,9409 7379,9392 7361,9392 L 4847,9392 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id58">
+ <rect class="BoundingBox" stroke="none" fill="none" x="7943" y="10278" width="280" height="145"/>
+ <path fill="rgb(221,221,221)" stroke="none" d="M 7969,10282 C 7958,10282 7947,10293 7947,10304 L 7947,10395 C 7947,10406 7958,10418 7969,10418 L 8195,10418 C 8206,10418 8218,10406 8218,10395 L 8218,10304 C 8218,10293 8206,10282 8195,10282 L 7969,10282 Z M 7947,10282 L 7947,10282 Z M 8218,10418 L 8218,10418 Z"/>
+ <path fill="none" stroke="rgb(102,102,102)" stroke-width="7" stroke-linejoin="round" d="M 7969,10282 C 7958,10282 7947,10293 7947,10304 L 7947,10395 C 7947,10406 7958,10418 7969,10418 L 8195,10418 C 8206,10418 8218,10406 8218,10395 L 8218,10304 C 8218,10293 8206,10282 8195,10282 L 7969,10282 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id59">
+ <rect class="BoundingBox" stroke="none" fill="none" x="9595" y="10279" width="280" height="145"/>
+ <path fill="rgb(221,221,221)" stroke="none" d="M 9621,10283 C 9610,10283 9599,10294 9599,10305 L 9599,10396 C 9599,10407 9610,10419 9621,10419 L 9847,10419 C 9858,10419 9870,10407 9870,10396 L 9870,10305 C 9870,10294 9858,10283 9847,10283 L 9621,10283 Z M 9599,10283 L 9599,10283 Z M 9870,10419 L 9870,10419 Z"/>
+ <path fill="none" stroke="rgb(102,102,102)" stroke-width="7" stroke-linejoin="round" d="M 9621,10283 C 9610,10283 9599,10294 9599,10305 L 9599,10396 C 9599,10407 9610,10419 9621,10419 L 9847,10419 C 9858,10419 9870,10407 9870,10396 L 9870,10305 C 9870,10294 9858,10283 9847,10283 L 9621,10283 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.TextShape">
+ <g id="id60">
+ <rect class="BoundingBox" stroke="none" fill="none" x="7126" y="9885" width="1923" height="1085"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="7376" y="10201"><tspan fill="rgb(0,0,0)" stroke="none">TenGigEth-0</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.TextShape">
+ <g id="id61">
+ <rect class="BoundingBox" stroke="none" fill="none" x="8778" y="9885" width="1923" height="1085"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="9028" y="10201"><tspan fill="rgb(0,0,0)" stroke="none">TenGigEth-1</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.ConnectorShape">
+ <g id="id62">
+ <rect class="BoundingBox" stroke="none" fill="none" x="11065" y="10400" width="1689" height="542"/>
+ <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="round" d="M 11083,10418 L 11083,10923 12735,10923 12735,10419"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.TextShape">
+ <g id="id63">
+ <rect class="BoundingBox" stroke="none" fill="none" x="10541" y="10310" width="2755" height="1092"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="11529" y="10626"><tspan fill="rgb(0,0,0)" stroke="none">External</tspan></tspan></tspan><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="11664" y="10864"><tspan fill="rgb(0,0,0)" stroke="none">cable</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id64">
+ <rect class="BoundingBox" stroke="none" fill="none" x="10944" y="10278" width="280" height="145"/>
+ <path fill="rgb(221,221,221)" stroke="none" d="M 10970,10282 C 10959,10282 10948,10293 10948,10304 L 10948,10395 C 10948,10406 10959,10418 10970,10418 L 11196,10418 C 11207,10418 11219,10406 11219,10395 L 11219,10304 C 11219,10293 11207,10282 11196,10282 L 10970,10282 Z M 10948,10282 L 10948,10282 Z M 11219,10418 L 11219,10418 Z"/>
+ <path fill="none" stroke="rgb(102,102,102)" stroke-width="7" stroke-linejoin="round" d="M 10970,10282 C 10959,10282 10948,10293 10948,10304 L 10948,10395 C 10948,10406 10959,10418 10970,10418 L 11196,10418 C 11207,10418 11219,10406 11219,10395 L 11219,10304 C 11219,10293 11207,10282 11196,10282 L 10970,10282 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id65">
+ <rect class="BoundingBox" stroke="none" fill="none" x="12596" y="10279" width="280" height="145"/>
+ <path fill="rgb(221,221,221)" stroke="none" d="M 12622,10283 C 12611,10283 12600,10294 12600,10305 L 12600,10396 C 12600,10407 12611,10419 12622,10419 L 12848,10419 C 12859,10419 12871,10407 12871,10396 L 12871,10305 C 12871,10294 12859,10283 12848,10283 L 12622,10283 Z M 12600,10283 L 12600,10283 Z M 12871,10419 L 12871,10419 Z"/>
+ <path fill="none" stroke="rgb(102,102,102)" stroke-width="7" stroke-linejoin="round" d="M 12622,10283 C 12611,10283 12600,10294 12600,10305 L 12600,10396 C 12600,10407 12611,10419 12622,10419 L 12848,10419 C 12859,10419 12871,10407 12871,10396 L 12871,10305 C 12871,10294 12859,10283 12848,10283 L 12622,10283 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.TextShape">
+ <g id="id66">
+ <rect class="BoundingBox" stroke="none" fill="none" x="10127" y="9885" width="1923" height="1085"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="10377" y="10201"><tspan fill="rgb(0,0,0)" stroke="none">TenGigEth-2</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.TextShape">
+ <g id="id67">
+ <rect class="BoundingBox" stroke="none" fill="none" x="11779" y="9885" width="1923" height="1085"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="12029" y="10201"><tspan fill="rgb(0,0,0)" stroke="none">TenGigEth-3</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.PolyLineShape">
+ <g id="id68">
+ <rect class="BoundingBox" stroke="none" fill="none" x="6826" y="5364" width="2552" height="5607"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6951,7558 L 6986,7558"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7022,7558 L 7057,7558"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7093,7558 L 7128,7558"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7163,7558 L 7199,7558"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7234,7558 L 7270,7558"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7305,7558 L 7341,7558"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7376,7558 L 7412,7558"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7447,7558 L 7483,7558"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7518,7558 L 7554,7558"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7589,7558 L 7624,7558"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7660,7558 L 7695,7558"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,7575 L 7714,7610"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,7646 L 7714,7681"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,7717 L 7714,7752"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,7788 L 7714,7823"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,7859 L 7714,7894"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,7929 L 7714,7965"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,8000 L 7714,8036"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,8071 L 7714,8107"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,8142 L 7714,8178"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,8213 L 7714,8249"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,8284 L 7714,8319"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,8355 L 7714,8390"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,8426 L 7714,8461"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,8497 L 7714,8532"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,8568 L 7714,8603"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,8639 L 7714,8674"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,8710 L 7714,8745"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,8780 L 7714,8816"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,8851 L 7714,8887"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,8922 L 7714,8958"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,8993 L 7714,9029"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,9064 L 7714,9100"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,9135 L 7714,9171"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,9206 L 7714,9241"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,9277 L 7714,9312"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,9348 L 7714,9383"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,9419 L 7714,9454"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,9490 L 7714,9525"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,9561 L 7714,9596"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,9632 L 7714,9667"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,9702 L 7714,9738"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,9773 L 7714,9809"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,9844 L 7714,9880"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,9915 L 7714,9951"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,9986 L 7714,10022"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,10057 L 7714,10092"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,10128 L 7714,10163"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,10199 L 7714,10234"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,10270 L 7714,10305"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,10341 L 7714,10376"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,10412 L 7714,10447"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,10483 L 7714,10518"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,10553 L 7714,10589"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,10624 L 7714,10660"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,10695 L 7714,10731"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,10766 L 7714,10802"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,10837 L 7714,10873"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7714,10908 L 7714,10944"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7732,10961 L 7767,10961"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7803,10961 L 7838,10961"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7874,10961 L 7909,10961"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7945,10961 L 7980,10961"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8016,10961 L 8051,10961"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8087,10961 L 8122,10961"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8158,10961 L 8193,10961"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8228,10961 L 8264,10961"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8299,10961 L 8335,10961"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8370,10961 L 8406,10961"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8441,10961 L 8477,10961"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8512,10961 L 8548,10961"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8583,10961 L 8618,10961"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8654,10961 L 8689,10961"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8725,10961 L 8760,10961"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8796,10961 L 8831,10961"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8867,10961 L 8902,10961"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8938,10961 L 8973,10961"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9009,10961 L 9044,10961"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9079,10961 L 9115,10961"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9150,10961 L 9186,10961"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9221,10961 L 9257,10961"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9292,10961 L 9328,10961"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9363,10961 L 9368,10961 9368,10930"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,10895 L 9368,10859"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,10824 L 9368,10789"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,10753 L 9368,10718"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,10682 L 9368,10647"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,10611 L 9368,10576"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,10540 L 9368,10505"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,10469 L 9368,10434"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,10398 L 9368,10363"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,10328 L 9368,10292"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,10257 L 9368,10221"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,10186 L 9368,10150"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,10115 L 9368,10079"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,10044 L 9368,10008"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,9973 L 9368,9938"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,9902 L 9368,9867"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,9831 L 9368,9796"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,9760 L 9368,9725"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,9689 L 9368,9654"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,9618 L 9368,9583"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,9547 L 9368,9512"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,9477 L 9368,9441"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,9406 L 9368,9370"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,9335 L 9368,9299"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,9264 L 9368,9228"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,9193 L 9368,9157"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,9122 L 9368,9086"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,9051 L 9368,9016"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,8980 L 9368,8945"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,8909 L 9368,8874"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,8838 L 9368,8803"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,8767 L 9368,8732"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,8696 L 9368,8661"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,8625 L 9368,8590"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,8555 L 9368,8519"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,8484 L 9368,8448"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,8413 L 9368,8377"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,8342 L 9368,8306"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,8271 L 9368,8235"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,8200 L 9368,8165"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,8129 L 9368,8094"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,8058 L 9368,8023"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,7987 L 9368,7952"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,7916 L 9368,7881"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,7845 L 9368,7810"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,7774 L 9368,7739"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,7704 L 9368,7668"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,7633 L 9368,7597"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,7562 L 9368,7526"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,7491 L 9368,7455"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,7420 L 9368,7384"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,7349 L 9368,7313"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,7278 L 9368,7243"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,7207 L 9368,7172"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,7136 L 9368,7101"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,7065 L 9368,7030"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,6994 L 9368,6959"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,6923 L 9368,6888"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,6852 L 9368,6817"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,6782 L 9368,6746"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,6711 L 9368,6675"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,6640 L 9368,6604"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,6569 L 9368,6533"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,6498 L 9368,6462"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,6427 L 9368,6392"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,6356 L 9368,6321"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,6285 L 9368,6250"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,6214 L 9368,6179"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,6143 L 9368,6108"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,6072 L 9368,6037"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,6001 L 9368,5966"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,5931 L 9368,5895"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,5860 L 9368,5824"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,5789 L 9368,5753"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,5718 L 9368,5682"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,5647 L 9368,5611"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,5576 L 9368,5540"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9368,5505 L 9368,5477 9361,5477"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9325,5477 L 9290,5477"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9254,5477 L 9219,5477"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9183,5477 L 9148,5477"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9112,5477 L 9077,5477"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9041,5477 L 9006,5477"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8970,5477 L 8935,5477"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8900,5477 L 8864,5477"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8829,5477 L 8793,5477"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8758,5477 L 8722,5477"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8687,5477 L 8651,5477"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8616,5477 L 8580,5477"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8545,5477 L 8510,5477"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8474,5477 L 8439,5477"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8403,5477 L 8368,5477"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8332,5477 L 8297,5477"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8261,5477 L 8226,5477"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8190,5477 L 8155,5477"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8119,5477 L 8084,5477"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8049,5477 L 8013,5477"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7978,5477 L 7942,5477"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7907,5477 L 7871,5477"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7836,5477 L 7800,5477"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7765,5477 L 7729,5477"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7694,5477 L 7658,5477"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7623,5477 L 7588,5477"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7552,5477 L 7517,5477"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7481,5477 L 7446,5477"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7410,5477 L 7375,5477"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7339,5477 L 7304,5477"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7268,5477 L 7233,5477"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7197,5477 L 7162,5477"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7127,5477 L 7091,5477"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7056,5477 L 7020,5477"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6985,5477 L 6949,5477"/>
+ <path fill="rgb(237,28,36)" stroke="none" d="M 6834,7445 C 6837,7445 6840,7445 6844,7445 6854,7445 6864,7446 6873,7449 6882,7451 6891,7455 6900,7460 6909,7465 6917,7471 6924,7478 6931,7485 6936,7492 6942,7502 6947,7511 6951,7519 6953,7529 6955,7538 6957,7547 6957,7557 L 6966,7557 6966,7559 6957,7559 C 6957,7569 6955,7578 6953,7587 6951,7597 6947,7605 6942,7615 6936,7624 6931,7631 6924,7638 6917,7645 6909,7651 6900,7656 6891,7661 6882,7665 6873,7667 6864,7670 6854,7671 6844,7671 6840,7671 6837,7671 6834,7671 L 6834,7666 6835,7662 C 6838,7662 6841,7662 6844,7662 6853,7662 6862,7661 6871,7659 6879,7656 6887,7653 6896,7648 6904,7643 6911,7638 6917,7632 6924,7625 6929,7618 6934,7610 6939,7602 6942,7593 6944,7585 6947,7576 6948,7568 6948,7558 6948,7548 6947,7540 6944,7531 6942,7523 6939,7514 6934,7506 6929,7498 6924,7491 6917,7484 6911,7478 6904,7473 6896,7468 6887,7463 6879,7460 6871,7457 6862,7455 6853,7454 6844,7454 6841,7454 6838,7454 6835,7454 L 6834,7450 6834,7445 Z"/>
+ <path fill="rgb(237,28,36)" stroke="none" d="M 6826,5364 C 6829,5364 6832,5364 6836,5364 6846,5364 6856,5365 6865,5368 6874,5370 6883,5374 6892,5379 6901,5384 6909,5390 6916,5397 6923,5404 6928,5411 6934,5421 6939,5430 6943,5438 6945,5448 6947,5457 6949,5466 6949,5476 L 6958,5476 6958,5478 6949,5478 C 6949,5488 6947,5497 6945,5506 6943,5516 6939,5524 6934,5534 6928,5543 6923,5550 6916,5557 6909,5564 6901,5570 6892,5575 6883,5580 6874,5584 6865,5586 6856,5589 6846,5590 6836,5590 6832,5590 6829,5590 6826,5590 L 6826,5585 6827,5581 C 6830,5581 6833,5581 6836,5581 6845,5581 6854,5580 6863,5578 6871,5575 6879,5572 6888,5567 6896,5562 6903,5557 6909,5551 6916,5544 6921,5537 6926,5529 6931,5521 6934,5512 6936,5504 6939,5495 6940,5487 6940,5477 6940,5467 6939,5459 6936,5450 6934,5442 6931,5433 6926,5425 6921,5417 6916,5410 6909,5403 6903,5397 6896,5392 6888,5387 6879,5382 6871,5379 6863,5376 6854,5374 6845,5373 6836,5373 6833,5373 6830,5373 6827,5373 L 6826,5369 6826,5364 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.PolyLineShape">
+ <g id="id69">
+ <rect class="BoundingBox" stroke="none" fill="none" x="6845" y="5053" width="2823" height="5723"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6988,7240 L 7023,7240"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7059,7240 L 7094,7240"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7130,7240 L 7165,7240"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7200,7240 L 7236,7240"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7271,7240 L 7307,7240"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7342,7240 L 7378,7240"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7413,7240 L 7449,7240"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7484,7240 L 7520,7240"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7555,7240 L 7591,7240"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7626,7240 L 7661,7240"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7697,7240 L 7732,7240"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7768,7240 L 7803,7240"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7839,7240 L 7874,7240"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7910,7240 L 7945,7240"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7981,7240 L 8016,7240"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,7268 L 8024,7303"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,7338 L 8024,7374"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,7409 L 8024,7445"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,7480 L 8024,7516"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,7551 L 8024,7587"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,7622 L 8024,7658"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,7693 L 8024,7728"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,7764 L 8024,7799"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,7835 L 8024,7870"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,7906 L 8024,7941"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,7977 L 8024,8012"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,8048 L 8024,8083"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,8119 L 8024,8154"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,8189 L 8024,8225"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,8260 L 8024,8296"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,8331 L 8024,8367"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,8402 L 8024,8438"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,8473 L 8024,8509"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,8544 L 8024,8580"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,8615 L 8024,8650"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,8686 L 8024,8721"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,8757 L 8024,8792"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,8828 L 8024,8863"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,8899 L 8024,8934"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,8970 L 8024,9005"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,9041 L 8024,9076"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,9111 L 8024,9147"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,9182 L 8024,9218"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,9253 L 8024,9289"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,9324 L 8024,9360"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,9395 L 8024,9431"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,9466 L 8024,9501"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,9537 L 8024,9572"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,9608 L 8024,9643"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,9679 L 8024,9714"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,9750 L 8024,9785"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,9821 L 8024,9856"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,9892 L 8024,9927"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,9962 L 8024,9998"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,10033 L 8024,10069"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,10104 L 8024,10140"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,10175 L 8024,10211"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,10246 L 8024,10282"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,10317 L 8024,10353"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,10388 L 8024,10423"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,10459 L 8024,10494"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,10530 L 8024,10565"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,10601 L 8024,10636"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,10672 L 8024,10707"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8024,10743 L 8024,10766 8036,10766"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8072,10766 L 8107,10766"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8142,10766 L 8178,10766"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8213,10766 L 8249,10766"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8284,10766 L 8320,10766"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8355,10766 L 8391,10766"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8426,10766 L 8462,10766"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8497,10766 L 8532,10766"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8568,10766 L 8603,10766"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8639,10766 L 8674,10766"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8710,10766 L 8745,10766"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8781,10766 L 8816,10766"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8852,10766 L 8887,10766"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8923,10766 L 8958,10766"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8993,10766 L 9029,10766"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9064,10766 L 9100,10766"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9135,10766 L 9171,10766"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9206,10766 L 9242,10766"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9277,10766 L 9313,10766"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9348,10766 L 9384,10766"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9419,10766 L 9454,10766"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9490,10766 L 9525,10766"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9561,10766 L 9596,10766"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9632,10766 L 9658,10766 9658,10757"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,10721 L 9658,10686"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,10650 L 9658,10615"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,10579 L 9658,10544"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,10509 L 9658,10473"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,10438 L 9658,10402"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,10367 L 9658,10331"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,10296 L 9658,10260"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,10225 L 9658,10189"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,10154 L 9658,10119"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,10083 L 9658,10048"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,10012 L 9658,9977"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,9941 L 9658,9906"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,9870 L 9658,9835"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,9799 L 9658,9764"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,9728 L 9658,9693"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,9658 L 9658,9622"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,9587 L 9658,9551"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,9516 L 9658,9480"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,9445 L 9658,9409"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,9374 L 9658,9338"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,9303 L 9658,9267"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,9232 L 9658,9197"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,9161 L 9658,9126"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,9090 L 9658,9055"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,9019 L 9658,8984"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,8948 L 9658,8913"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,8877 L 9658,8842"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,8806 L 9658,8771"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,8736 L 9658,8700"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,8665 L 9658,8629"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,8594 L 9658,8558"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,8523 L 9658,8487"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,8452 L 9658,8416"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,8381 L 9658,8346"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,8310 L 9658,8275"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,8239 L 9658,8204"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,8168 L 9658,8133"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,8097 L 9658,8062"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,8026 L 9658,7991"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,7955 L 9658,7920"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,7885 L 9658,7849"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,7814 L 9658,7778"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,7743 L 9658,7707"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,7672 L 9658,7636"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,7601 L 9658,7565"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,7530 L 9658,7494"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,7459 L 9658,7424"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,7388 L 9658,7353"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,7317 L 9658,7282"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,7246 L 9658,7211"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,7175 L 9658,7140"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,7104 L 9658,7069"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,7033 L 9658,6998"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,6963 L 9658,6927"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,6892 L 9658,6856"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,6821 L 9658,6785"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,6750 L 9658,6714"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,6679 L 9658,6643"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,6608 L 9658,6573"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,6537 L 9658,6502"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,6466 L 9658,6431"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,6395 L 9658,6360"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,6324 L 9658,6289"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,6253 L 9658,6218"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,6182 L 9658,6147"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,6112 L 9658,6076"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,6041 L 9658,6005"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,5970 L 9658,5934"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,5899 L 9658,5863"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,5828 L 9658,5792"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,5757 L 9658,5721"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,5686 L 9658,5651"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,5615 L 9658,5580"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,5544 L 9658,5509"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,5473 L 9658,5438"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,5402 L 9658,5367"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,5331 L 9658,5296"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,5260 L 9658,5225"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9658,5190 L 9658,5166 9646,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9611,5166 L 9575,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9540,5166 L 9504,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9469,5166 L 9433,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9398,5166 L 9362,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9327,5166 L 9292,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9256,5166 L 9221,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9185,5166 L 9150,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9114,5166 L 9079,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9043,5166 L 9008,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8972,5166 L 8937,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8901,5166 L 8866,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8831,5166 L 8795,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8760,5166 L 8724,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8689,5166 L 8653,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8618,5166 L 8582,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8547,5166 L 8511,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8476,5166 L 8440,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8405,5166 L 8370,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8334,5166 L 8299,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8263,5166 L 8228,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8192,5166 L 8157,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8121,5166 L 8086,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8050,5166 L 8015,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7979,5166 L 7944,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7909,5166 L 7873,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7838,5166 L 7802,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7767,5166 L 7731,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7696,5166 L 7660,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7625,5166 L 7589,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7554,5166 L 7519,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7483,5166 L 7448,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7412,5166 L 7377,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7341,5166 L 7306,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7270,5166 L 7235,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7199,5166 L 7164,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7128,5166 L 7093,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7058,5166 L 7022,5166"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6987,5166 L 6962,5166"/>
+ <path fill="rgb(0,182,189)" stroke="none" d="M 6871,7127 C 6874,7127 6877,7127 6881,7127 6891,7127 6901,7128 6910,7131 6919,7133 6928,7137 6937,7142 6946,7147 6954,7153 6961,7160 6968,7167 6973,7174 6979,7184 6984,7193 6988,7201 6990,7211 6992,7220 6994,7229 6994,7239 L 7003,7239 7003,7241 6994,7241 C 6994,7251 6992,7260 6990,7269 6988,7279 6984,7287 6979,7297 6973,7306 6968,7313 6961,7320 6954,7327 6946,7333 6937,7338 6928,7343 6919,7347 6910,7349 6901,7352 6891,7353 6881,7353 6877,7353 6874,7353 6871,7353 L 6871,7348 6872,7344 C 6875,7344 6878,7344 6881,7344 6890,7344 6899,7343 6908,7341 6916,7338 6924,7335 6933,7330 6941,7325 6948,7320 6954,7314 6961,7307 6966,7300 6971,7292 6976,7284 6979,7275 6981,7267 6984,7258 6985,7250 6985,7240 6985,7230 6984,7222 6981,7213 6979,7205 6976,7196 6971,7188 6966,7180 6961,7173 6954,7166 6948,7160 6941,7155 6933,7150 6924,7145 6916,7142 6908,7139 6899,7137 6890,7136 6881,7136 6878,7136 6875,7136 6872,7136 L 6871,7132 6871,7127 Z"/>
+ <path fill="rgb(0,182,189)" stroke="none" d="M 6845,5053 C 6848,5053 6851,5053 6855,5053 6865,5053 6875,5054 6884,5057 6893,5059 6902,5063 6911,5068 6920,5073 6928,5079 6935,5086 6942,5093 6947,5100 6953,5110 6958,5119 6962,5127 6964,5137 6966,5146 6968,5155 6968,5165 L 6977,5165 6977,5167 6968,5167 C 6968,5177 6966,5186 6964,5195 6962,5205 6958,5213 6953,5223 6947,5232 6942,5239 6935,5246 6928,5253 6920,5259 6911,5264 6902,5269 6893,5273 6884,5275 6875,5278 6865,5279 6855,5279 6851,5279 6848,5279 6845,5279 L 6845,5274 6846,5270 C 6849,5270 6852,5270 6855,5270 6864,5270 6873,5269 6882,5267 6890,5264 6898,5261 6907,5256 6915,5251 6922,5246 6928,5240 6935,5233 6940,5226 6945,5218 6950,5210 6953,5201 6955,5193 6958,5184 6959,5176 6959,5166 6959,5156 6958,5148 6955,5139 6953,5131 6950,5122 6945,5114 6940,5106 6935,5099 6928,5092 6922,5086 6915,5081 6907,5076 6898,5071 6890,5068 6882,5065 6873,5063 6864,5062 6855,5062 6852,5062 6849,5062 6846,5062 L 6845,5058 6845,5053 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id70">
+ <rect class="BoundingBox" stroke="none" fill="none" x="11866" y="4978" width="280" height="145"/>
+ <path fill="rgb(114,159,207)" stroke="none" d="M 11892,4982 C 11881,4982 11870,4993 11870,5004 L 11870,5095 C 11870,5106 11881,5118 11892,5118 L 12118,5118 C 12129,5118 12141,5106 12141,5095 L 12141,5004 C 12141,4993 12129,4982 12118,4982 L 11892,4982 Z M 11870,4982 L 11870,4982 Z M 12141,5118 L 12141,5118 Z"/>
+ <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 11892,4982 C 11881,4982 11870,4993 11870,5004 L 11870,5095 C 11870,5106 11881,5118 11892,5118 L 12118,5118 C 12129,5118 12141,5106 12141,5095 L 12141,5004 C 12141,4993 12129,4982 12118,4982 L 11892,4982 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id71">
+ <rect class="BoundingBox" stroke="none" fill="none" x="5066" y="4978" width="280" height="145"/>
+ <path fill="rgb(114,159,207)" stroke="none" d="M 5092,4982 C 5081,4982 5070,4993 5070,5004 L 5070,5095 C 5070,5106 5081,5118 5092,5118 L 5318,5118 C 5329,5118 5341,5106 5341,5095 L 5341,5004 C 5341,4993 5329,4982 5318,4982 L 5092,4982 Z M 5070,4982 L 5070,4982 Z M 5341,5118 L 5341,5118 Z"/>
+ <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 5092,4982 C 5081,4982 5070,4993 5070,5004 L 5070,5095 C 5070,5106 5081,5118 5092,5118 L 5318,5118 C 5329,5118 5341,5106 5341,5095 L 5341,5004 C 5341,4993 5329,4982 5318,4982 L 5092,4982 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id72">
+ <rect class="BoundingBox" stroke="none" fill="none" x="5966" y="4978" width="280" height="145"/>
+ <path fill="rgb(114,159,207)" stroke="none" d="M 5992,4982 C 5981,4982 5970,4993 5970,5004 L 5970,5095 C 5970,5106 5981,5118 5992,5118 L 6218,5118 C 6229,5118 6241,5106 6241,5095 L 6241,5004 C 6241,4993 6229,4982 6218,4982 L 5992,4982 Z M 5970,4982 L 5970,4982 Z M 6241,5118 L 6241,5118 Z"/>
+ <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 5992,4982 C 5981,4982 5970,4993 5970,5004 L 5970,5095 C 5970,5106 5981,5118 5992,5118 L 6218,5118 C 6229,5118 6241,5106 6241,5095 L 6241,5004 C 6241,4993 6229,4982 6218,4982 L 5992,4982 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.ConnectorShape">
+ <g id="id73">
+ <rect class="BoundingBox" stroke="none" fill="none" x="5187" y="4004" width="6837" height="999"/>
+ <path fill="none" stroke="rgb(68,114,196)" stroke-width="35" stroke-linejoin="round" d="M 5205,4983 L 5205,4022 12005,4022 12005,4984"/>
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+</svg> \ No newline at end of file
diff --git a/docs/report/vpp_device_tests/vf-2n-nic2vhost.svg b/docs/report/vpp_device_tests/vf-2n-nic2vhost.svg
new file mode 100644
index 0000000000..5bb4c78968
--- /dev/null
+++ b/docs/report/vpp_device_tests/vf-2n-nic2vhost.svg
@@ -0,0 +1,1034 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.2" width="297mm" height="210mm" viewBox="0 0 29700 21000" preserveAspectRatio="xMidYMid" fill-rule="evenodd" stroke-width="28.222" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:presentation="http://sun.com/xmlns/staroffice/presentation" xmlns:smil="http://www.w3.org/2001/SMIL20/" xmlns:anim="urn:oasis:names:tc:opendocument:xmlns:animation:1.0" xml:space="preserve">
+ <defs class="ClipPathGroup">
+ <clipPath id="presentation_clip_path" clipPathUnits="userSpaceOnUse">
+ <rect x="0" y="0" width="29700" height="21000"/>
+ </clipPath>
+ </defs>
+ <defs>
+ <font id="EmbeddedFont_1" horiz-adv-x="2048">
+ <font-face font-family="Calibri embedded" units-per-em="2048" font-weight="normal" font-style="normal" ascent="1879" descent="476"/>
+ <missing-glyph horiz-adv-x="2048" d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"/>
+ <glyph unicode="z" horiz-adv-x="927" d="M 113,1120 L 987,1120 987,952 295,147 987,147 987,0 88,0 88,168 780,973 113,973 113,1120 Z"/>
+ <glyph unicode="w" horiz-adv-x="1510" d="M 86,1120 L 270,1120 500,246 729,1120 946,1120 1176,246 1405,1120 1589,1120 1296,0 1079,0 838,918 596,0 379,0 86,1120 Z"/>
+ <glyph unicode="v" horiz-adv-x="1112" d="M 61,1120 L 256,1120 606,180 956,1120 1151,1120 731,0 481,0 61,1120 Z"/>
+ <glyph unicode="u" horiz-adv-x="953" d="M 174,442 L 174,1120 358,1120 358,449 C 358,343 379,264 420,211 461,158 523,131 606,131 705,131 784,163 842,226 899,289 928,376 928,485 L 928,1120 1112,1120 1112,0 928,0 928,172 C 883,104 832,54 773,21 714,-12 645,-29 567,-29 438,-29 341,11 274,91 207,171 174,288 174,442 Z "/>
+ <glyph unicode="t" horiz-adv-x="715" d="M 375,1438 L 375,1120 754,1120 754,977 375,977 375,369 C 375,278 388,219 413,193 438,167 488,154 565,154 L 754,154 754,0 565,0 C 423,0 325,27 271,80 217,133 190,229 190,369 L 190,977 55,977 55,1120 190,1120 190,1438 375,1438 Z"/>
+ <glyph unicode="s" horiz-adv-x="874" d="M 907,1087 L 907,913 C 855,940 801,960 745,973 689,986 631,993 571,993 480,993 411,979 366,951 320,923 297,881 297,825 297,782 313,749 346,725 379,700 444,677 543,655 L 606,641 C 737,613 830,574 885,523 940,472 967,400 967,309 967,205 926,123 844,62 761,1 648,-29 504,-29 444,-29 382,-23 317,-12 252,0 183,18 111,41 L 111,231 C 179,196 246,169 312,152 378,134 443,125 508,125 595,125 661,140 708,170 755,199 778,241 778,295 778,345 761,383 728,410 694,437 620,462 506,487 L 442,502 C 328,526 246,563 195,613 144,662 119,730 119,817 119,922 156,1004 231,1061 306,1118 412,1147 549,1147 617,1147 681,1142 741,1132 801,1122 856,1107 907,1087 Z"/>
+ <glyph unicode="r" horiz-adv-x="663" d="M 842,948 C 821,960 799,969 775,975 750,980 723,983 694,983 590,983 510,949 455,882 399,814 371,717 371,590 L 371,0 186,0 186,1120 371,1120 371,946 C 410,1014 460,1065 522,1098 584,1131 659,1147 748,1147 761,1147 775,1146 790,1145 805,1143 822,1140 841,1137 L 842,948 Z"/>
+ <glyph unicode="p" horiz-adv-x="1007" d="M 371,168 L 371,-426 186,-426 186,1120 371,1120 371,950 C 410,1017 459,1066 518,1099 577,1131 647,1147 729,1147 865,1147 976,1093 1061,985 1146,877 1188,735 1188,559 1188,383 1146,241 1061,133 976,25 865,-29 729,-29 647,-29 577,-13 518,20 459,52 410,101 371,168 Z M 997,559 C 997,694 969,801 914,878 858,955 781,993 684,993 587,993 510,955 455,878 399,801 371,694 371,559 371,424 399,318 455,241 510,164 587,125 684,125 781,125 858,164 914,241 969,318 997,424 997,559 Z"/>
+ <glyph unicode="o" horiz-adv-x="1033" d="M 627,991 C 528,991 450,953 393,876 336,799 307,693 307,559 307,425 336,320 393,243 450,166 528,127 627,127 725,127 803,166 860,243 917,320 946,426 946,559 946,692 917,797 860,875 803,952 725,991 627,991 Z M 627,1147 C 787,1147 913,1095 1004,991 1095,887 1141,743 1141,559 1141,376 1095,232 1004,128 913,23 787,-29 627,-29 466,-29 341,23 250,128 159,232 113,376 113,559 113,743 159,887 250,991 341,1095 466,1147 627,1147 Z"/>
+ <glyph unicode="n" horiz-adv-x="954" d="M 1124,676 L 1124,0 940,0 940,670 C 940,776 919,855 878,908 837,961 775,987 692,987 593,987 514,955 457,892 400,829 371,742 371,633 L 371,0 186,0 186,1120 371,1120 371,946 C 415,1013 467,1064 527,1097 586,1130 655,1147 733,1147 862,1147 959,1107 1025,1028 1091,948 1124,831 1124,676 Z"/>
+ <glyph unicode="l" horiz-adv-x="213" d="M 193,1556 L 377,1556 377,0 193,0 193,1556 Z"/>
+ <glyph unicode="i" horiz-adv-x="213" d="M 193,1120 L 377,1120 377,0 193,0 193,1120 Z M 193,1556 L 377,1556 377,1323 193,1323 193,1556 Z"/>
+ <glyph unicode="h" horiz-adv-x="954" d="M 1124,676 L 1124,0 940,0 940,670 C 940,776 919,855 878,908 837,961 775,987 692,987 593,987 514,955 457,892 400,829 371,742 371,633 L 371,0 186,0 186,1556 371,1556 371,946 C 415,1013 467,1064 527,1097 586,1130 655,1147 733,1147 862,1147 959,1107 1025,1028 1091,948 1124,831 1124,676 Z"/>
+ <glyph unicode="g" horiz-adv-x="1006" d="M 930,573 C 930,706 903,810 848,883 793,956 715,993 616,993 517,993 441,956 386,883 331,810 303,706 303,573 303,440 331,337 386,264 441,191 517,154 616,154 715,154 793,191 848,264 903,337 930,440 930,573 Z M 1114,139 C 1114,-52 1072,-193 987,-287 902,-379 773,-426 598,-426 533,-426 472,-421 415,-412 358,-402 302,-387 248,-367 L 248,-188 C 302,-217 355,-239 408,-253 461,-267 514,-274 569,-274 690,-274 780,-242 840,-180 900,-116 930,-21 930,106 L 930,197 C 892,131 843,82 784,49 725,16 654,0 571,0 434,0 323,52 239,157 155,262 113,400 113,573 113,746 155,885 239,990 323,1095 434,1147 571,1147 654,1147 725,1131 784,1098 843,1065 892,1016 930,950 L 930,1120 1114,1120 1114,139 Z"/>
+ <glyph unicode="f" horiz-adv-x="742" d="M 760,1556 L 760,1403 584,1403 C 518,1403 472,1390 447,1363 421,1336 408,1288 408,1219 L 408,1120 711,1120 711,977 408,977 408,0 223,0 223,977 47,977 47,1120 223,1120 223,1198 C 223,1323 252,1414 310,1471 368,1528 460,1556 586,1556 L 760,1556 Z"/>
+ <glyph unicode="e" horiz-adv-x="1059" d="M 1151,606 L 1151,516 305,516 C 313,389 351,293 420,227 488,160 583,127 705,127 776,127 844,136 911,153 977,170 1043,196 1108,231 L 1108,57 C 1042,29 974,8 905,-7 836,-22 765,-29 694,-29 515,-29 374,23 270,127 165,231 113,372 113,549 113,732 163,878 262,986 361,1093 494,1147 662,1147 813,1147 932,1099 1020,1002 1107,905 1151,773 1151,606 Z M 967,659 C 966,760 938,841 883,901 828,961 755,991 664,991 561,991 479,962 418,904 356,846 320,764 311,659 L 967,659 Z"/>
+ <glyph unicode="d" horiz-adv-x="1006" d="M 930,950 L 930,1556 1114,1556 1114,0 930,0 930,168 C 891,101 843,52 784,20 725,-13 654,-29 571,-29 436,-29 326,25 241,133 156,241 113,383 113,559 113,735 156,877 241,985 326,1093 436,1147 571,1147 654,1147 725,1131 784,1099 843,1066 891,1017 930,950 Z M 303,559 C 303,424 331,318 387,241 442,164 519,125 616,125 713,125 790,164 846,241 902,318 930,424 930,559 930,694 902,801 846,878 790,955 713,993 616,993 519,993 442,955 387,878 331,801 303,694 303,559 Z"/>
+ <glyph unicode="c" horiz-adv-x="900" d="M 999,1077 L 999,905 C 947,934 895,955 843,970 790,984 737,991 684,991 565,991 472,953 406,878 340,802 307,696 307,559 307,422 340,316 406,241 472,165 565,127 684,127 737,127 790,134 843,149 895,163 947,184 999,213 L 999,43 C 948,19 895,1 840,-11 785,-23 726,-29 664,-29 495,-29 361,24 262,130 163,236 113,379 113,559 113,742 163,885 264,990 364,1095 501,1147 676,1147 733,1147 788,1141 842,1130 896,1118 948,1100 999,1077 Z"/>
+ <glyph unicode="a" horiz-adv-x="980" d="M 702,563 C 553,563 450,546 393,512 336,478 307,420 307,338 307,273 329,221 372,183 415,144 473,125 547,125 649,125 731,161 793,234 854,306 885,402 885,522 L 885,563 702,563 Z M 1069,639 L 1069,0 885,0 885,170 C 843,102 791,52 728,20 665,-13 589,-29 498,-29 383,-29 292,3 225,68 157,132 123,218 123,326 123,452 165,547 250,611 334,675 460,707 627,707 L 885,707 885,725 C 885,810 857,875 802,922 746,968 668,991 567,991 503,991 441,983 380,968 319,953 261,930 205,899 L 205,1069 C 272,1095 338,1115 401,1128 464,1141 526,1147 586,1147 748,1147 869,1105 949,1021 1029,937 1069,810 1069,639 Z"/>
+ <glyph unicode="]" horiz-adv-x="451" d="M 623,1556 L 623,-270 199,-270 199,-127 438,-127 438,1413 199,1413 199,1556 623,1556 Z"/>
+ <glyph unicode="[" horiz-adv-x="451" d="M 176,1556 L 600,1556 600,1413 360,1413 360,-127 600,-127 600,-270 176,-270 176,1556 Z"/>
+ <glyph unicode="V" horiz-adv-x="1403" d="M 586,0 L 16,1493 227,1493 700,236 1174,1493 1384,1493 815,0 586,0 Z"/>
+ <glyph unicode="T" horiz-adv-x="1297" d="M -6,1493 L 1257,1493 1257,1323 727,1323 727,0 524,0 524,1323 -6,1323 -6,1493 Z"/>
+ <glyph unicode="N" horiz-adv-x="1165" d="M 201,1493 L 473,1493 1135,244 1135,1493 1331,1493 1331,0 1059,0 397,1249 397,0 201,0 201,1493 Z"/>
+ <glyph unicode="M" horiz-adv-x="1377" d="M 201,1493 L 502,1493 883,477 1266,1493 1567,1493 1567,0 1370,0 1370,1311 985,287 782,287 397,1311 397,0 201,0 201,1493 Z"/>
+ <glyph unicode="I" horiz-adv-x="239" d="M 201,1493 L 403,1493 403,0 201,0 201,1493 Z"/>
+ <glyph unicode="C" horiz-adv-x="1218" d="M 1319,1378 L 1319,1165 C 1251,1228 1179,1276 1102,1307 1025,1338 943,1354 856,1354 685,1354 555,1302 464,1198 373,1093 328,942 328,745 328,548 373,398 464,294 555,189 685,137 856,137 943,137 1025,153 1102,184 1179,215 1251,263 1319,326 L 1319,115 C 1248,67 1174,31 1095,7 1016,-17 932,-29 844,-29 618,-29 440,40 310,179 180,317 115,506 115,745 115,985 180,1174 310,1313 440,1451 618,1520 844,1520 933,1520 1018,1508 1097,1485 1176,1461 1250,1425 1319,1378 Z"/>
+ <glyph unicode=":" horiz-adv-x="213" d="M 240,254 L 451,254 451,0 240,0 240,254 Z M 240,1059 L 451,1059 451,805 240,805 240,1059 Z"/>
+ <glyph unicode="2" horiz-adv-x="980" d="M 393,170 L 1098,170 1098,0 150,0 150,170 C 227,249 331,356 464,490 596,623 679,709 713,748 778,821 823,882 849,933 874,983 887,1032 887,1081 887,1160 859,1225 804,1275 748,1325 675,1350 586,1350 523,1350 456,1339 386,1317 315,1295 240,1262 160,1217 L 160,1421 C 241,1454 317,1478 388,1495 459,1512 523,1520 582,1520 737,1520 860,1481 952,1404 1044,1327 1090,1223 1090,1094 1090,1033 1079,975 1056,920 1033,865 991,800 930,725 913,706 860,650 771,558 682,465 556,336 393,170 Z"/>
+ <glyph unicode="1" horiz-adv-x="900" d="M 254,170 L 584,170 584,1309 225,1237 225,1421 582,1493 784,1493 784,170 1114,170 1114,0 254,0 254,170 Z"/>
+ <glyph unicode="/" horiz-adv-x="689" d="M 520,1493 L 690,1493 170,-190 0,-190 520,1493 Z"/>
+ <glyph unicode="-" horiz-adv-x="583" d="M 100,643 L 639,643 639,479 100,479 100,643 Z"/>
+ <glyph unicode=" " horiz-adv-x="635"/>
+ </font>
+ </defs>
+ <defs>
+ <font id="EmbeddedFont_2" horiz-adv-x="2048">
+ <font-face font-family="Calibri embedded" units-per-em="2048" font-weight="bold" font-style="normal" ascent="1879" descent="476"/>
+ <missing-glyph horiz-adv-x="2048" d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"/>
+ <glyph unicode="x" horiz-adv-x="1271" d="M 455,573 L 51,1120 430,1120 659,788 891,1120 1270,1120 866,575 1290,0 911,0 659,354 410,0 31,0 455,573 Z"/>
+ <glyph unicode="v" horiz-adv-x="1298" d="M 31,1120 L 389,1120 668,346 946,1120 1305,1120 864,0 471,0 31,1120 Z"/>
+ <glyph unicode="u" horiz-adv-x="1138" d="M 160,436 L 160,1120 520,1120 520,1008 C 520,947 520,871 519,780 518,688 518,627 518,596 518,506 520,441 525,402 530,362 538,333 549,315 564,292 583,274 607,261 630,248 657,242 688,242 763,242 821,271 864,328 907,385 928,465 928,567 L 928,1120 1286,1120 1286,0 928,0 928,162 C 874,97 817,49 757,18 696,-13 630,-29 557,-29 428,-29 329,11 262,90 194,169 160,285 160,436 Z"/>
+ <glyph unicode="t" horiz-adv-x="928" d="M 563,1438 L 563,1120 932,1120 932,864 563,864 563,389 C 563,337 573,302 594,284 615,265 656,256 717,256 L 901,256 901,0 594,0 C 453,0 353,30 294,89 235,148 205,248 205,389 L 205,864 27,864 27,1120 205,1120 205,1438 563,1438 Z"/>
+ <glyph unicode="s" horiz-adv-x="1060" d="M 1047,1085 L 1047,813 C 970,845 896,869 825,885 754,901 686,909 623,909 555,909 505,901 472,884 439,867 422,840 422,805 422,776 435,754 460,739 485,724 529,712 594,705 L 657,696 C 840,673 964,634 1027,581 1090,528 1122,444 1122,330 1122,211 1078,121 990,61 902,1 771,-29 596,-29 522,-29 446,-23 367,-12 288,0 206,18 123,41 L 123,313 C 194,278 268,252 343,235 418,218 494,209 571,209 641,209 694,219 729,238 764,257 782,286 782,324 782,356 770,380 746,396 721,411 673,423 600,432 L 537,440 C 378,460 266,497 202,551 138,605 106,687 106,797 106,916 147,1004 228,1061 309,1118 434,1147 602,1147 668,1147 737,1142 810,1132 883,1122 962,1106 1047,1085 Z"/>
+ <glyph unicode="r" horiz-adv-x="847" d="M 1004,815 C 973,830 942,841 911,848 880,855 848,858 817,858 725,858 654,829 605,770 555,711 530,626 530,516 L 530,0 172,0 172,1120 530,1120 530,936 C 576,1009 629,1062 689,1095 748,1128 820,1145 903,1145 915,1145 928,1145 942,1145 956,1145 976,1143 1003,1139 L 1004,815 Z"/>
+ <glyph unicode="p" horiz-adv-x="1218" d="M 530,162 L 530,-426 172,-426 172,1120 530,1120 530,956 C 579,1021 634,1070 694,1101 754,1132 823,1147 901,1147 1039,1147 1152,1092 1241,983 1330,873 1374,732 1374,559 1374,386 1330,245 1241,136 1152,26 1039,-29 901,-29 823,-29 754,-13 694,18 634,49 579,97 530,162 Z M 768,887 C 691,887 633,859 592,803 551,746 530,665 530,559 530,453 551,372 592,316 633,259 691,231 768,231 845,231 903,259 944,315 984,371 1004,452 1004,559 1004,666 984,747 944,803 903,859 845,887 768,887 Z"/>
+ <glyph unicode="o" horiz-adv-x="1245" d="M 705,891 C 626,891 565,863 524,806 482,749 461,666 461,559 461,452 482,370 524,313 565,256 626,227 705,227 783,227 843,256 884,313 925,370 946,452 946,559 946,666 925,749 884,806 843,863 783,891 705,891 Z M 705,1147 C 898,1147 1048,1095 1157,991 1265,887 1319,743 1319,559 1319,375 1265,231 1157,127 1048,23 898,-29 705,-29 512,-29 361,23 252,127 143,231 88,375 88,559 88,743 143,887 252,991 361,1095 512,1147 705,1147 Z"/>
+ <glyph unicode="n" horiz-adv-x="1138" d="M 1298,682 L 1298,0 938,0 938,111 938,522 C 938,619 936,685 932,722 927,759 920,786 909,803 895,826 876,845 852,858 828,871 801,877 770,877 695,877 637,848 594,791 551,733 530,653 530,551 L 530,0 172,0 172,1120 530,1120 530,956 C 584,1021 641,1070 702,1101 763,1132 830,1147 903,1147 1032,1147 1131,1107 1198,1028 1265,949 1298,833 1298,682 Z"/>
+ <glyph unicode="l" horiz-adv-x="371" d="M 172,1556 L 530,1556 530,0 172,0 172,1556 Z"/>
+ <glyph unicode="i" horiz-adv-x="371" d="M 172,1120 L 530,1120 530,0 172,0 172,1120 Z M 172,1556 L 530,1556 530,1264 172,1264 172,1556 Z"/>
+ <glyph unicode="e" horiz-adv-x="1218" d="M 1290,563 L 1290,461 453,461 C 462,377 492,314 544,272 596,230 669,209 762,209 837,209 915,220 994,243 1073,265 1154,299 1237,344 L 1237,68 C 1152,36 1068,12 983,-5 898,-21 814,-29 729,-29 526,-29 369,23 257,126 144,229 88,373 88,559 88,742 143,885 254,990 364,1095 516,1147 709,1147 885,1147 1026,1094 1132,988 1237,882 1290,740 1290,563 Z M 922,682 C 922,750 902,805 863,847 823,888 771,909 707,909 638,909 581,890 538,851 495,812 468,755 457,682 L 922,682 Z"/>
+ <glyph unicode="c" horiz-adv-x="1007" d="M 1077,1085 L 1077,793 C 1028,826 980,851 931,867 882,883 831,891 778,891 678,891 600,862 545,804 489,745 461,664 461,559 461,454 489,373 545,315 600,256 678,227 778,227 834,227 887,235 938,252 988,269 1034,293 1077,326 L 1077,33 C 1021,12 964,-3 907,-14 849,-24 791,-29 733,-29 531,-29 373,23 259,127 145,230 88,374 88,559 88,744 145,888 259,992 373,1095 531,1147 733,1147 792,1147 850,1142 907,1132 964,1121 1020,1106 1077,1085 Z"/>
+ <glyph unicode="a" horiz-adv-x="1139" d="M 674,504 C 599,504 543,491 506,466 468,441 449,403 449,354 449,309 464,273 495,248 525,222 567,209 621,209 688,209 745,233 791,282 837,330 860,390 860,463 L 860,504 674,504 Z M 1221,639 L 1221,0 860,0 860,166 C 812,98 758,49 698,18 638,-13 565,-29 479,-29 363,-29 269,5 197,73 124,140 88,228 88,336 88,467 133,564 224,625 314,686 456,717 649,717 L 860,717 860,745 C 860,802 838,843 793,870 748,896 679,909 584,909 507,909 436,901 370,886 304,871 243,848 186,817 L 186,1090 C 263,1109 340,1123 417,1133 494,1142 572,1147 649,1147 851,1147 997,1107 1087,1028 1176,948 1221,818 1221,639 Z"/>
+ <glyph unicode="]" horiz-adv-x="636" d="M 760,-270 L 139,-270 139,-45 420,-45 420,1331 139,1331 139,1556 760,1556 760,-270 Z"/>
+ <glyph unicode="[" horiz-adv-x="636" d="M 176,1556 L 797,1556 797,1331 516,1331 516,-45 797,-45 797,-270 176,-270 176,1556 Z"/>
+ <glyph unicode="V" horiz-adv-x="1589" d="M 10,1493 L 397,1493 793,391 1188,1493 1575,1493 1022,0 563,0 10,1493 Z"/>
+ <glyph unicode="U" horiz-adv-x="1298" d="M 188,1493 L 573,1493 573,598 C 573,475 593,387 634,334 674,281 740,254 831,254 923,254 989,281 1030,334 1070,387 1090,475 1090,598 L 1090,1493 1475,1493 1475,598 C 1475,387 1422,229 1316,126 1210,23 1048,-29 831,-29 614,-29 453,23 347,126 241,229 188,387 188,598 L 188,1493 Z"/>
+ <glyph unicode="T" horiz-adv-x="1403" d="M 10,1493 L 1386,1493 1386,1202 891,1202 891,0 506,0 506,1202 10,1202 10,1493 Z"/>
+ <glyph unicode="S" horiz-adv-x="1192" d="M 1227,1446 L 1227,1130 C 1145,1167 1065,1194 987,1213 909,1232 835,1241 766,1241 674,1241 606,1228 562,1203 518,1178 496,1138 496,1085 496,1045 511,1014 541,992 570,969 624,950 702,934 L 866,901 C 1032,868 1150,817 1220,749 1290,681 1325,584 1325,459 1325,294 1276,172 1179,92 1081,11 932,-29 731,-29 636,-29 541,-20 446,-2 351,16 255,43 160,78 L 160,403 C 255,352 348,314 437,289 526,263 611,250 694,250 778,250 842,264 887,292 932,320 954,360 954,412 954,459 939,495 909,520 878,545 818,568 727,588 L 578,621 C 429,653 320,704 251,774 182,844 147,938 147,1057 147,1206 195,1320 291,1400 387,1480 525,1520 705,1520 787,1520 871,1514 958,1502 1045,1489 1134,1471 1227,1446 Z"/>
+ <glyph unicode="N" horiz-adv-x="1351" d="M 188,1493 L 618,1493 1161,469 1161,1493 1526,1493 1526,0 1096,0 553,1024 553,0 188,0 188,1493 Z"/>
+ <glyph unicode="L" horiz-adv-x="1060" d="M 188,1493 L 573,1493 573,291 1249,291 1249,0 188,0 188,1493 Z"/>
+ <glyph unicode="K" horiz-adv-x="1456" d="M 188,1493 L 573,1493 573,948 1128,1493 1575,1493 856,786 1649,0 1167,0 573,588 573,0 188,0 188,1493 Z"/>
+ <glyph unicode="I" horiz-adv-x="398" d="M 188,1493 L 573,1493 573,0 188,0 188,1493 Z"/>
+ <glyph unicode="H" horiz-adv-x="1351" d="M 188,1493 L 573,1493 573,924 1141,924 1141,1493 1526,1493 1526,0 1141,0 1141,633 573,633 573,0 188,0 188,1493 Z"/>
+ <glyph unicode="G" horiz-adv-x="1457" d="M 1530,111 C 1434,64 1334,29 1231,6 1128,-17 1021,-29 911,-29 662,-29 465,41 320,180 175,319 102,507 102,745 102,986 176,1175 324,1313 472,1451 675,1520 932,1520 1031,1520 1127,1511 1218,1492 1309,1473 1394,1446 1475,1409 L 1475,1100 C 1392,1147 1309,1183 1227,1206 1144,1229 1062,1241 979,1241 826,1241 708,1198 625,1113 542,1027 500,904 500,745 500,587 540,465 620,379 700,293 814,250 961,250 1001,250 1038,253 1073,258 1107,263 1138,270 1165,281 L 1165,571 930,571 930,829 1530,829 1530,111 Z"/>
+ <glyph unicode="F" horiz-adv-x="1060" d="M 188,1493 L 1227,1493 1227,1202 573,1202 573,924 1188,924 1188,633 573,633 573,0 188,0 188,1493 Z"/>
+ <glyph unicode="D" horiz-adv-x="1404" d="M 573,1202 L 573,291 711,291 C 868,291 989,330 1072,408 1155,486 1196,599 1196,748 1196,896 1155,1009 1072,1086 989,1163 869,1202 711,1202 L 573,1202 Z M 188,1493 L 594,1493 C 821,1493 990,1477 1101,1445 1212,1412 1307,1357 1386,1280 1456,1213 1508,1135 1542,1047 1576,959 1593,859 1593,748 1593,635 1576,535 1542,447 1508,358 1456,280 1386,213 1306,136 1210,81 1098,49 986,16 818,0 594,0 L 188,0 188,1493 Z"/>
+ <glyph unicode="C" horiz-adv-x="1298" d="M 1372,82 C 1301,45 1228,18 1151,-1 1074,-20 994,-29 911,-29 662,-29 465,41 320,180 175,319 102,507 102,745 102,984 175,1173 320,1312 465,1451 662,1520 911,1520 994,1520 1074,1511 1151,1492 1228,1473 1301,1446 1372,1409 L 1372,1100 C 1301,1149 1230,1184 1161,1207 1092,1230 1019,1241 942,1241 805,1241 697,1197 618,1109 539,1021 500,900 500,745 500,591 539,470 618,382 697,294 805,250 942,250 1019,250 1092,261 1161,284 1230,307 1301,342 1372,391 L 1372,82 Z"/>
+ <glyph unicode="7" horiz-adv-x="1139" d="M 137,1493 L 1262,1493 1262,1276 680,0 305,0 856,1210 137,1210 137,1493 Z"/>
+ <glyph unicode="2" horiz-adv-x="1086" d="M 590,283 L 1247,283 1247,0 162,0 162,283 707,764 C 756,808 792,851 815,893 838,935 850,979 850,1024 850,1094 827,1150 780,1193 733,1236 670,1257 592,1257 532,1257 466,1244 395,1219 324,1193 247,1155 166,1104 L 166,1432 C 253,1461 338,1483 423,1498 508,1513 591,1520 672,1520 851,1520 990,1481 1089,1402 1188,1323 1237,1214 1237,1073 1237,992 1216,916 1174,846 1132,775 1044,681 909,563 L 590,283 Z"/>
+ <glyph unicode="1" horiz-adv-x="1085" d="M 240,266 L 580,266 580,1231 231,1159 231,1421 578,1493 944,1493 944,266 1284,266 1284,0 240,0 240,266 Z"/>
+ <glyph unicode="0" horiz-adv-x="1245" d="M 942,748 C 942,935 925,1066 890,1143 855,1219 796,1257 713,1257 630,1257 571,1219 536,1143 501,1066 483,935 483,748 483,559 501,426 536,349 571,272 630,233 713,233 795,233 854,272 889,349 924,426 942,559 942,748 Z M 1327,745 C 1327,498 1274,307 1167,173 1060,38 909,-29 713,-29 516,-29 365,38 258,173 151,307 98,498 98,745 98,993 151,1184 258,1319 365,1453 516,1520 713,1520 909,1520 1060,1453 1167,1319 1274,1184 1327,993 1327,745 Z"/>
+ <glyph unicode="." horiz-adv-x="398" d="M 209,387 L 569,387 569,0 209,0 209,387 Z"/>
+ <glyph unicode="-" horiz-adv-x="636" d="M 111,735 L 739,735 739,444 111,444 111,735 Z"/>
+ <glyph unicode=" " horiz-adv-x="714"/>
+ </font>
+ </defs>
+ <defs>
+ <font id="EmbeddedFont_3" horiz-adv-x="2048">
+ <font-face font-family="Liberation Sans embedded" units-per-em="2048" font-weight="normal" font-style="normal" ascent="1852" descent="423"/>
+ <missing-glyph horiz-adv-x="2048" d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"/>
+ <glyph unicode="x" horiz-adv-x="1006" d="M 801,0 L 510,444 217,0 23,0 408,556 41,1082 240,1082 510,661 778,1082 979,1082 612,558 1002,0 801,0 Z"/>
+ <glyph unicode="w" horiz-adv-x="1509" d="M 1174,0 L 965,0 792,698 C 787,716 781,738 776,765 770,792 764,818 759,843 752,872 746,903 740,934 734,904 728,874 721,845 716,820 710,793 704,766 697,739 691,715 686,694 L 508,0 300,0 -3,1082 175,1082 358,347 C 363,332 367,313 372,291 377,268 381,246 386,225 391,200 396,175 401,149 406,174 412,199 418,223 423,244 429,265 434,286 439,307 444,325 448,339 L 644,1082 837,1082 1026,339 C 1031,322 1036,302 1041,280 1046,258 1051,237 1056,218 1061,195 1067,172 1072,149 1077,174 1083,199 1088,223 1093,244 1098,265 1103,288 1108,310 1112,330 1117,347 L 1308,1082 1484,1082 1174,0 Z"/>
+ <glyph unicode="u" horiz-adv-x="874" d="M 314,1082 L 314,396 C 314,343 318,299 326,264 333,229 346,200 363,179 380,157 403,142 432,133 460,124 495,119 537,119 580,119 618,127 653,142 687,157 716,178 741,207 765,235 784,270 797,312 810,353 817,401 817,455 L 817,1082 997,1082 997,228 C 997,205 997,181 998,156 998,131 998,107 999,85 1000,62 1000,43 1001,27 1002,11 1002,3 1003,3 L 833,3 C 832,6 832,15 831,30 830,44 830,61 829,79 828,98 827,117 826,136 825,156 825,172 825,185 L 822,185 C 805,154 786,125 765,100 744,75 720,53 693,36 666,18 634,4 599,-6 564,-15 523,-20 476,-20 416,-20 364,-13 321,2 278,17 242,39 214,70 186,101 166,140 153,188 140,236 133,294 133,361 L 133,1082 314,1082 Z"/>
+ <glyph unicode="t" horiz-adv-x="531" d="M 554,8 C 527,1 499,-5 471,-10 442,-14 409,-16 372,-16 228,-16 156,66 156,229 L 156,951 31,951 31,1082 163,1082 216,1324 336,1324 336,1082 536,1082 536,951 336,951 336,268 C 336,216 345,180 362,159 379,138 408,127 450,127 467,127 484,128 501,131 517,134 535,137 554,141 L 554,8 Z"/>
+ <glyph unicode="s" horiz-adv-x="901" d="M 950,299 C 950,248 940,203 921,164 901,124 872,91 835,64 798,37 752,16 698,2 643,-13 581,-20 511,-20 448,-20 392,-15 342,-6 291,4 247,20 209,41 171,62 139,91 114,126 88,161 69,203 57,254 L 216,285 C 231,227 263,185 311,158 359,131 426,117 511,117 550,117 585,120 618,125 650,130 678,140 701,153 724,166 743,183 756,205 769,226 775,253 775,285 775,318 767,345 752,366 737,387 715,404 688,418 661,432 628,444 589,455 550,465 507,476 460,489 417,500 374,513 331,527 288,541 250,560 216,583 181,606 153,634 132,668 111,702 100,745 100,796 100,895 135,970 206,1022 276,1073 378,1099 513,1099 632,1099 727,1078 798,1036 868,994 912,927 931,834 L 769,814 C 763,842 752,866 736,885 720,904 701,919 678,931 655,942 630,951 602,956 573,961 544,963 513,963 432,963 372,951 333,926 294,901 275,864 275,814 275,785 282,761 297,742 311,723 331,707 357,694 382,681 413,669 449,660 485,650 525,640 568,629 597,622 626,614 656,606 686,597 715,587 744,576 772,564 799,550 824,535 849,519 870,500 889,478 908,456 923,430 934,401 945,372 950,338 950,299 Z"/>
+ <glyph unicode="r" horiz-adv-x="530" d="M 142,0 L 142,830 C 142,853 142,876 142,900 141,923 141,946 140,968 139,990 139,1011 138,1030 137,1049 137,1067 136,1082 L 306,1082 C 307,1067 308,1049 309,1030 310,1010 311,990 312,969 313,948 313,929 314,910 314,891 314,874 314,861 L 318,861 C 331,902 344,938 359,969 373,999 390,1024 409,1044 428,1063 451,1078 478,1088 505,1097 537,1102 575,1102 590,1102 604,1101 617,1099 630,1096 641,1094 648,1092 L 648,927 C 636,930 622,933 606,935 590,936 572,937 552,937 511,937 476,928 447,909 418,890 394,865 376,832 357,799 344,759 335,714 326,668 322,618 322,564 L 322,0 142,0 Z"/>
+ <glyph unicode="q" horiz-adv-x="927" d="M 484,-20 C 347,-20 246,26 182,119 118,212 86,351 86,536 86,724 119,865 185,960 250,1055 350,1102 484,1102 529,1102 568,1098 603,1090 637,1082 668,1070 695,1055 722,1039 745,1019 766,996 786,973 804,945 821,914 L 823,914 C 823,931 824,949 825,970 826,990 827,1010 828,1028 829,1046 830,1061 831,1074 832,1087 834,1094 835,1094 L 1008,1094 C 1007,1083 1005,1053 1004,1005 1002,957 1001,889 1001,799 L 1001,-425 821,-425 821,14 C 821,31 821,49 822,68 822,87 822,104 823,121 824,140 824,159 825,178 L 823,178 C 806,144 787,115 766,90 745,65 720,44 693,28 666,11 635,-1 601,-9 566,-16 527,-20 484,-20 Z M 821,554 C 821,633 814,699 801,752 787,805 768,848 743,880 718,912 687,935 652,949 616,962 576,969 532,969 486,969 447,961 414,944 381,927 355,901 335,866 314,831 299,786 290,733 280,679 275,615 275,542 275,470 280,407 289,354 298,301 312,257 333,222 353,187 379,162 412,145 444,128 483,119 530,119 570,119 608,125 643,138 678,150 709,172 736,205 762,237 783,281 798,338 813,394 821,466 821,554 Z"/>
+ <glyph unicode="p" horiz-adv-x="953" d="M 1053,546 C 1053,464 1046,388 1033,319 1020,250 998,190 967,140 936,90 895,51 844,23 793,-6 730,-20 655,-20 578,-20 510,-5 452,24 394,53 350,101 319,168 L 314,168 C 315,167 315,161 316,150 316,139 316,126 317,110 317,94 317,76 318,57 318,37 318,17 318,-2 L 318,-425 138,-425 138,864 C 138,891 138,916 138,940 137,964 137,986 136,1005 135,1025 135,1042 134,1056 133,1070 133,1077 132,1077 L 306,1077 C 307,1075 308,1068 309,1057 310,1045 311,1031 312,1014 313,998 314,980 315,961 316,943 316,925 316,908 L 320,908 C 337,943 356,972 377,997 398,1021 423,1041 450,1057 477,1072 508,1084 542,1091 575,1098 613,1101 655,1101 730,1101 793,1088 844,1061 895,1034 936,997 967,949 998,900 1020,842 1033,774 1046,705 1053,629 1053,546 Z M 864,542 C 864,609 860,668 852,720 844,772 830,816 811,852 791,888 765,915 732,934 699,953 658,962 609,962 569,962 531,956 496,945 461,934 430,912 404,880 377,848 356,804 341,748 326,691 318,618 318,528 318,451 324,387 337,334 350,281 368,238 393,205 417,172 447,149 483,135 519,120 560,113 607,113 657,113 699,123 732,142 765,161 791,189 811,226 830,263 844,308 852,361 860,414 864,474 864,542 Z"/>
+ <glyph unicode="o" horiz-adv-x="980" d="M 1053,542 C 1053,353 1011,212 928,119 845,26 724,-20 565,-20 490,-20 422,-9 363,14 304,37 254,71 213,118 172,165 140,223 119,294 97,364 86,447 86,542 86,915 248,1102 571,1102 655,1102 728,1090 789,1067 850,1044 900,1009 939,962 978,915 1006,857 1025,787 1044,717 1053,635 1053,542 Z M 864,542 C 864,626 858,695 845,750 832,805 813,848 788,881 763,914 732,937 696,950 660,963 619,969 574,969 528,969 487,962 450,949 413,935 381,912 355,879 329,846 309,802 296,747 282,692 275,624 275,542 275,458 282,389 297,334 312,279 332,235 358,202 383,169 414,146 449,133 484,120 522,113 563,113 609,113 651,120 688,133 725,146 757,168 783,201 809,234 829,278 843,333 857,388 864,458 864,542 Z"/>
+ <glyph unicode="n" horiz-adv-x="874" d="M 825,0 L 825,686 C 825,739 821,783 814,818 806,853 793,882 776,904 759,925 736,941 708,950 679,959 644,963 602,963 559,963 521,956 487,941 452,926 423,904 399,876 374,847 355,812 342,771 329,729 322,681 322,627 L 322,0 142,0 142,853 C 142,876 142,900 142,925 141,950 141,974 140,996 139,1019 139,1038 138,1054 137,1070 137,1078 136,1078 L 306,1078 C 307,1075 307,1066 308,1052 309,1037 310,1021 311,1002 312,984 312,965 313,945 314,926 314,910 314,897 L 317,897 C 334,928 353,957 374,982 395,1007 419,1029 446,1047 473,1064 505,1078 540,1088 575,1097 616,1102 663,1102 723,1102 775,1095 818,1080 861,1065 897,1043 925,1012 953,981 974,942 987,894 1000,845 1006,788 1006,721 L 1006,0 825,0 Z"/>
+ <glyph unicode="m" horiz-adv-x="1457" d="M 768,0 L 768,686 C 768,739 765,783 758,818 751,853 740,882 725,904 709,925 688,941 663,950 638,959 607,963 570,963 532,963 498,956 467,941 436,926 410,904 389,876 367,847 350,812 339,771 327,729 321,681 321,627 L 321,0 142,0 142,853 C 142,876 142,900 142,925 141,950 141,974 140,996 139,1019 139,1038 138,1054 137,1070 137,1078 136,1078 L 306,1078 C 307,1075 307,1066 308,1052 309,1037 310,1021 311,1002 312,984 312,965 313,945 314,926 314,910 314,897 L 317,897 C 333,928 350,957 369,982 388,1007 410,1029 435,1047 460,1064 488,1078 521,1088 553,1097 590,1102 633,1102 715,1102 780,1086 828,1053 875,1020 908,968 927,897 L 930,897 C 946,928 964,957 984,982 1004,1007 1027,1029 1054,1047 1081,1064 1111,1078 1144,1088 1177,1097 1215,1102 1258,1102 1313,1102 1360,1095 1400,1080 1439,1065 1472,1043 1497,1012 1522,981 1541,942 1553,894 1565,845 1571,788 1571,721 L 1571,0 1393,0 1393,686 C 1393,739 1390,783 1383,818 1376,853 1365,882 1350,904 1334,925 1313,941 1288,950 1263,959 1232,963 1195,963 1157,963 1123,956 1092,942 1061,927 1035,906 1014,878 992,850 975,815 964,773 952,731 946,682 946,627 L 946,0 768,0 Z"/>
+ <glyph unicode="l" horiz-adv-x="187" d="M 138,0 L 138,1484 318,1484 318,0 138,0 Z"/>
+ <glyph unicode="i" horiz-adv-x="187" d="M 137,1312 L 137,1484 317,1484 317,1312 137,1312 Z M 137,0 L 137,1082 317,1082 317,0 137,0 Z"/>
+ <glyph unicode="h" horiz-adv-x="874" d="M 317,897 C 337,934 359,965 382,991 405,1016 431,1037 459,1054 487,1071 518,1083 551,1091 584,1098 622,1102 663,1102 732,1102 789,1093 834,1074 878,1055 913,1029 939,996 964,962 982,922 992,875 1001,828 1006,777 1006,721 L 1006,0 825,0 825,686 C 825,732 822,772 817,807 811,842 800,871 784,894 768,917 745,934 716,946 687,957 649,963 602,963 559,963 521,955 487,940 452,925 423,903 399,875 374,847 355,813 342,773 329,733 322,688 322,638 L 322,0 142,0 142,1484 322,1484 322,1098 C 322,1076 322,1054 321,1032 320,1010 320,990 319,971 318,952 317,937 316,924 315,911 315,902 314,897 L 317,897 Z"/>
+ <glyph unicode="g" horiz-adv-x="927" d="M 548,-425 C 486,-425 431,-419 383,-406 335,-393 294,-375 260,-352 226,-328 198,-300 177,-267 156,-234 140,-198 131,-158 L 312,-132 C 324,-182 351,-220 392,-248 433,-274 486,-288 553,-288 594,-288 631,-282 664,-271 697,-260 726,-241 749,-217 772,-191 790,-159 803,-119 816,-79 822,-30 822,27 L 822,201 820,201 C 807,174 790,148 771,123 751,98 727,75 699,56 670,37 637,21 600,10 563,-2 520,-8 472,-8 403,-8 345,4 296,27 247,50 207,84 176,130 145,176 122,233 108,302 93,370 86,449 86,539 86,626 93,704 108,773 122,842 145,901 178,950 210,998 252,1035 304,1061 355,1086 418,1099 492,1099 569,1099 635,1082 692,1047 748,1012 791,962 822,897 L 824,897 C 824,914 825,933 826,953 827,974 828,994 829,1012 830,1031 831,1046 832,1060 833,1073 835,1080 836,1080 L 1007,1080 C 1006,1074 1006,1064 1005,1050 1004,1035 1004,1018 1003,998 1002,978 1002,956 1002,932 1001,907 1001,882 1001,856 L 1001,30 C 1001,-121 964,-234 890,-311 815,-387 701,-425 548,-425 Z M 822,541 C 822,616 814,681 798,735 781,788 760,832 733,866 706,900 676,925 642,941 607,957 572,965 536,965 490,965 451,957 418,941 385,925 357,900 336,866 314,831 298,787 288,734 277,680 272,616 272,541 272,463 277,398 288,345 298,292 314,249 335,216 356,183 383,160 416,146 449,132 488,125 533,125 569,125 604,133 639,148 673,163 704,188 731,221 758,254 780,297 797,350 814,403 822,466 822,541 Z"/>
+ <glyph unicode="e" horiz-adv-x="980" d="M 276,503 C 276,446 282,394 294,347 305,299 323,258 348,224 372,189 403,163 441,144 479,125 525,115 578,115 656,115 719,131 766,162 813,193 844,233 861,281 L 1019,236 C 1008,206 992,176 972,146 951,115 924,88 890,64 856,39 814,19 763,4 712,-12 650,-20 578,-20 418,-20 296,28 213,123 129,218 87,360 87,548 87,649 100,735 125,806 150,876 185,933 229,977 273,1021 324,1053 383,1073 442,1092 504,1102 571,1102 662,1102 738,1087 799,1058 860,1029 909,988 946,937 983,885 1009,824 1025,754 1040,684 1048,608 1048,527 L 1048,503 276,503 Z M 862,641 C 852,755 823,838 775,891 727,943 658,969 568,969 538,969 507,964 474,955 441,945 410,928 382,903 354,878 330,845 311,803 292,760 281,706 278,641 L 862,641 Z"/>
+ <glyph unicode="d" horiz-adv-x="927" d="M 821,174 C 788,105 744,55 689,25 634,-5 565,-20 484,-20 347,-20 247,26 183,118 118,210 86,349 86,536 86,913 219,1102 484,1102 566,1102 634,1087 689,1057 744,1027 788,979 821,914 L 823,914 C 823,921 823,931 823,946 822,960 822,975 822,991 821,1006 821,1021 821,1035 821,1049 821,1059 821,1065 L 821,1484 1001,1484 1001,219 C 1001,193 1001,168 1002,143 1002,119 1002,97 1003,77 1004,57 1004,40 1005,26 1006,11 1006,4 1007,4 L 835,4 C 834,11 833,20 832,32 831,44 830,58 829,73 828,89 827,105 826,123 825,140 825,157 825,174 L 821,174 Z M 275,542 C 275,467 280,403 289,350 298,297 313,253 334,219 355,184 381,159 413,143 445,127 484,119 530,119 577,119 619,127 656,142 692,157 722,182 747,217 771,251 789,296 802,351 815,406 821,474 821,554 821,631 815,696 802,749 789,802 771,844 746,877 721,910 691,933 656,948 620,962 579,969 532,969 488,969 450,961 418,946 386,931 359,906 338,872 317,838 301,794 291,740 280,685 275,619 275,542 Z"/>
+ <glyph unicode="c" horiz-adv-x="901" d="M 275,546 C 275,484 280,427 289,375 298,323 313,278 334,241 355,203 384,174 419,153 454,132 497,122 548,122 612,122 666,139 709,173 752,206 778,258 788,328 L 970,328 C 964,283 951,239 931,197 911,155 884,118 850,86 815,54 773,28 724,9 675,-10 618,-20 553,-20 468,-20 396,-6 337,23 278,52 230,91 193,142 156,192 129,251 112,320 95,388 87,462 87,542 87,615 93,679 105,735 117,790 134,839 156,881 177,922 203,957 232,986 261,1014 293,1037 328,1054 362,1071 398,1083 436,1091 474,1098 512,1102 551,1102 612,1102 666,1094 713,1077 760,1060 801,1038 836,1009 870,980 898,945 919,906 940,867 955,824 964,779 L 779,765 C 770,825 746,873 708,908 670,943 616,961 546,961 495,961 452,953 418,936 383,919 355,893 334,859 313,824 298,781 289,729 280,677 275,616 275,546 Z"/>
+ <glyph unicode="b" horiz-adv-x="953" d="M 1053,546 C 1053,169 920,-20 655,-20 573,-20 505,-5 451,25 396,54 352,102 318,168 L 316,168 C 316,150 316,132 315,113 314,94 313,77 312,61 311,45 310,31 309,19 308,8 307,2 306,2 L 132,2 C 133,8 133,18 134,32 135,47 135,64 136,84 137,104 137,126 138,150 138,174 138,199 138,225 L 138,1484 318,1484 318,1061 C 318,1041 318,1022 318,1004 317,985 317,969 316,955 315,938 315,923 314,908 L 318,908 C 351,977 396,1027 451,1057 506,1087 574,1102 655,1102 792,1102 892,1056 957,964 1021,872 1053,733 1053,546 Z M 864,540 C 864,615 859,679 850,732 841,785 826,829 805,864 784,898 758,923 726,939 694,955 655,963 609,963 562,963 520,955 484,940 447,925 417,900 393,866 368,832 350,787 337,732 324,677 318,609 318,529 318,452 324,387 337,334 350,281 368,239 393,206 417,173 447,149 483,135 519,120 560,113 607,113 651,113 689,121 721,136 753,151 780,176 801,210 822,244 838,288 849,343 859,397 864,463 864,540 Z"/>
+ <glyph unicode="a" horiz-adv-x="1060" d="M 414,-20 C 305,-20 224,9 169,66 114,124 87,203 87,303 87,375 101,434 128,480 155,526 190,562 234,588 277,614 327,632 383,642 439,652 496,657 554,657 L 797,657 797,717 C 797,762 792,800 783,832 774,863 759,889 740,908 721,928 697,942 668,951 639,960 604,965 565,965 530,965 499,963 471,958 443,953 419,944 398,931 377,918 361,900 348,878 335,855 327,827 323,793 L 135,810 C 142,853 154,892 173,928 192,963 218,994 253,1020 287,1046 330,1066 382,1081 433,1095 496,1102 569,1102 705,1102 807,1071 876,1009 945,946 979,856 979,738 L 979,272 C 979,219 986,179 1000,152 1014,125 1041,111 1080,111 1090,111 1100,112 1110,113 1120,114 1130,116 1139,118 L 1139,6 C 1116,1 1094,-3 1072,-6 1049,-9 1025,-10 1000,-10 966,-10 937,-5 913,4 888,13 868,26 853,45 838,63 826,86 818,113 810,140 805,171 803,207 L 797,207 C 778,172 757,141 734,113 711,85 684,61 653,42 622,22 588,7 549,-4 510,-15 465,-20 414,-20 Z M 455,115 C 512,115 563,125 606,146 649,167 684,194 713,226 741,259 762,294 776,332 790,371 797,408 797,443 L 797,531 600,531 C 556,531 514,528 475,522 435,517 400,506 370,489 340,472 316,449 299,418 281,388 272,349 272,300 272,241 288,195 320,163 351,131 396,115 455,115 Z"/>
+ <glyph unicode="]" horiz-adv-x="424" d="M 16,-425 L 16,-296 249,-296 249,1355 16,1355 16,1484 423,1484 423,-425 16,-425 Z"/>
+ <glyph unicode="[" horiz-adv-x="425" d="M 146,-425 L 146,1484 553,1484 553,1355 320,1355 320,-296 553,-296 553,-425 146,-425 Z"/>
+ <glyph unicode="W" horiz-adv-x="1932" d="M 1511,0 L 1283,0 1039,895 C 1032,920 1024,950 1016,985 1007,1020 1000,1053 993,1084 985,1121 977,1158 969,1196 960,1157 952,1120 944,1083 937,1051 929,1018 921,984 913,950 905,920 898,895 L 652,0 424,0 9,1409 208,1409 461,514 C 472,472 483,430 494,389 504,348 513,311 520,278 529,239 537,203 544,168 554,214 564,259 575,304 580,323 584,342 589,363 594,384 599,404 604,424 609,444 614,463 619,482 624,500 628,517 632,532 L 877,1409 1060,1409 1305,532 C 1309,517 1314,500 1319,482 1324,463 1329,444 1334,425 1339,405 1343,385 1348,364 1353,343 1357,324 1362,305 1373,260 1383,215 1393,168 1394,168 1397,180 1402,203 1407,226 1414,254 1422,289 1430,324 1439,361 1449,402 1458,442 1468,479 1478,514 L 1727,1409 1926,1409 1511,0 Z"/>
+ <glyph unicode="V" horiz-adv-x="1377" d="M 782,0 L 584,0 9,1409 210,1409 600,417 C 610,387 620,357 630,328 640,298 649,271 657,248 666,221 675,194 684,168 692,193 701,219 710,246 718,269 727,296 737,325 746,354 757,385 768,417 L 1156,1409 1357,1409 782,0 Z"/>
+ <glyph unicode="T" horiz-adv-x="1192" d="M 720,1253 L 720,0 530,0 530,1253 46,1253 46,1409 1204,1409 1204,1253 720,1253 Z"/>
+ <glyph unicode="N" horiz-adv-x="1165" d="M 1082,0 L 328,1200 C 329,1167 331,1135 333,1103 334,1076 336,1047 337,1017 338,986 338,959 338,936 L 338,0 168,0 168,1409 390,1409 1152,201 C 1150,234 1148,266 1146,299 1145,327 1143,358 1142,391 1141,424 1140,455 1140,485 L 1140,1409 1312,1409 1312,0 1082,0 Z"/>
+ <glyph unicode="L" horiz-adv-x="927" d="M 168,0 L 168,1409 359,1409 359,156 1071,156 1071,0 168,0 Z"/>
+ <glyph unicode="I" horiz-adv-x="213" d="M 189,0 L 189,1409 380,1409 380,0 189,0 Z"/>
+ <glyph unicode="G" horiz-adv-x="1377" d="M 103,711 C 103,821 118,920 148,1009 177,1098 222,1173 281,1236 340,1298 413,1346 500,1380 587,1413 689,1430 804,1430 891,1430 967,1422 1032,1407 1097,1392 1154,1370 1202,1341 1250,1312 1291,1278 1324,1237 1357,1196 1386,1149 1409,1098 L 1227,1044 C 1210,1079 1189,1110 1165,1139 1140,1167 1111,1191 1076,1211 1041,1231 1001,1247 956,1258 910,1269 858,1274 799,1274 714,1274 640,1261 577,1234 514,1207 461,1169 420,1120 379,1071 348,1011 328,942 307,873 297,796 297,711 297,626 308,549 330,479 352,408 385,348 428,297 471,246 525,206 590,178 654,149 728,135 813,135 868,135 919,140 966,149 1013,158 1055,171 1093,186 1130,201 1163,217 1192,236 1221,254 1245,272 1264,291 L 1264,545 843,545 843,705 1440,705 1440,219 C 1409,187 1372,157 1330,128 1287,99 1240,73 1187,51 1134,29 1077,12 1014,-1 951,-14 884,-20 813,-20 694,-20 591,-2 502,35 413,71 340,122 281,187 222,252 177,329 148,418 118,507 103,605 103,711 Z"/>
+ <glyph unicode="F" horiz-adv-x="1006" d="M 359,1253 L 359,729 1145,729 1145,571 359,571 359,0 168,0 168,1409 1169,1409 1169,1253 359,1253 Z"/>
+ <glyph unicode="E" horiz-adv-x="1138" d="M 168,0 L 168,1409 1237,1409 1237,1253 359,1253 359,801 1177,801 1177,647 359,647 359,156 1278,156 1278,0 168,0 Z"/>
+ <glyph unicode="D" horiz-adv-x="1218" d="M 1381,719 C 1381,602 1363,498 1328,409 1293,319 1244,244 1183,184 1122,123 1049,78 966,47 882,16 792,0 695,0 L 168,0 168,1409 634,1409 C 743,1409 843,1396 935,1369 1026,1342 1105,1300 1171,1244 1237,1187 1289,1116 1326,1029 1363,942 1381,839 1381,719 Z M 1189,719 C 1189,814 1175,896 1148,964 1121,1031 1082,1087 1033,1130 984,1173 925,1205 856,1226 787,1246 712,1256 630,1256 L 359,1256 359,153 673,153 C 747,153 816,165 879,189 942,213 996,249 1042,296 1088,343 1124,402 1150,473 1176,544 1189,626 1189,719 Z"/>
+ <glyph unicode="C" horiz-adv-x="1324" d="M 792,1274 C 712,1274 641,1261 580,1234 518,1207 466,1169 425,1120 383,1071 351,1011 330,942 309,873 298,796 298,711 298,626 310,549 333,479 356,408 389,348 432,297 475,246 527,207 590,179 652,151 722,137 800,137 855,137 905,144 950,159 995,173 1035,193 1072,219 1108,245 1140,276 1169,312 1198,347 1223,387 1245,430 L 1401,352 C 1376,299 1344,250 1307,205 1270,160 1226,120 1176,87 1125,54 1068,28 1005,9 941,-10 870,-20 791,-20 677,-20 577,-2 492,35 406,71 334,122 277,187 219,252 176,329 147,418 118,507 104,605 104,711 104,821 119,920 150,1009 180,1098 224,1173 283,1236 341,1298 413,1346 498,1380 583,1413 681,1430 790,1430 940,1430 1065,1401 1166,1342 1267,1283 1341,1196 1388,1081 L 1207,1021 C 1194,1054 1176,1086 1153,1117 1130,1147 1102,1174 1068,1197 1034,1220 994,1239 949,1253 903,1267 851,1274 792,1274 Z"/>
+ <glyph unicode="A" horiz-adv-x="1377" d="M 1167,0 L 1006,412 364,412 202,0 4,0 579,1409 796,1409 1362,0 1167,0 Z M 768,1026 C 757,1053 747,1080 738,1107 728,1134 719,1159 712,1182 705,1204 699,1223 694,1238 689,1253 686,1262 685,1265 684,1262 681,1252 676,1237 671,1222 665,1203 658,1180 650,1157 641,1132 632,1105 622,1078 612,1051 602,1024 L 422,561 949,561 768,1026 Z"/>
+ <glyph unicode=":" horiz-adv-x="213" d="M 187,875 L 187,1082 382,1082 382,875 187,875 Z M 187,0 L 187,207 382,207 382,0 187,0 Z"/>
+ <glyph unicode="3" horiz-adv-x="1006" d="M 1049,389 C 1049,324 1039,267 1018,216 997,165 966,123 926,88 885,53 835,26 776,8 716,-11 648,-20 571,-20 484,-20 410,-9 351,13 291,34 242,63 203,99 164,134 135,175 116,221 97,266 84,313 78,362 L 264,379 C 269,342 279,308 294,277 308,246 327,220 352,198 377,176 407,159 443,147 479,135 522,129 571,129 662,129 733,151 785,196 836,241 862,307 862,395 862,447 851,489 828,521 805,552 776,577 742,595 707,612 670,624 630,630 589,636 552,639 518,639 L 416,639 416,795 514,795 C 548,795 583,799 620,806 657,813 690,825 721,844 751,862 776,887 796,918 815,949 825,989 825,1038 825,1113 803,1173 759,1217 714,1260 648,1282 561,1282 482,1282 418,1262 369,1221 320,1180 291,1123 283,1049 L 102,1063 C 109,1125 126,1179 153,1225 180,1271 214,1309 255,1340 296,1370 342,1393 395,1408 448,1423 504,1430 563,1430 642,1430 709,1420 766,1401 823,1381 869,1354 905,1321 941,1287 968,1247 985,1202 1002,1157 1010,1108 1010,1057 1010,1016 1004,977 993,941 982,905 964,873 940,844 916,815 886,791 849,770 812,749 767,734 715,723 L 715,719 C 772,713 821,700 863,681 905,661 940,636 967,607 994,578 1015,544 1029,507 1042,470 1049,430 1049,389 Z"/>
+ <glyph unicode="2" horiz-adv-x="954" d="M 103,0 L 103,127 C 137,205 179,274 228,334 277,393 328,447 382,496 436,544 490,589 543,630 596,671 643,713 686,754 729,795 763,839 790,884 816,929 829,981 829,1038 829,1078 823,1113 811,1144 799,1174 782,1199 759,1220 736,1241 709,1256 678,1267 646,1277 611,1282 572,1282 536,1282 502,1277 471,1267 439,1257 411,1242 386,1222 361,1202 341,1177 326,1148 310,1118 300,1083 295,1044 L 111,1061 C 117,1112 131,1159 153,1204 175,1249 205,1288 244,1322 283,1355 329,1382 384,1401 438,1420 501,1430 572,1430 642,1430 704,1422 759,1405 814,1388 860,1364 898,1331 935,1298 964,1258 984,1210 1004,1162 1014,1107 1014,1044 1014,997 1006,952 989,909 972,866 949,826 921,787 892,748 859,711 822,675 785,639 746,604 705,570 664,535 623,501 582,468 541,434 502,400 466,366 429,332 397,298 368,263 339,228 317,191 301,153 L 1036,153 1036,0 103,0 Z"/>
+ <glyph unicode="1" horiz-adv-x="927" d="M 156,0 L 156,153 515,153 515,1237 197,1010 197,1180 530,1409 696,1409 696,153 1039,153 1039,0 156,0 Z"/>
+ <glyph unicode="0" horiz-adv-x="980" d="M 1059,705 C 1059,570 1046,456 1021,364 995,271 960,197 916,140 871,83 819,42 759,17 699,-8 635,-20 567,-20 498,-20 434,-8 375,17 316,42 264,82 221,139 177,196 143,270 118,363 93,455 80,569 80,705 80,847 93,965 118,1058 143,1151 177,1225 221,1280 265,1335 317,1374 377,1397 437,1419 502,1430 573,1430 640,1430 704,1419 763,1397 822,1374 873,1335 917,1280 961,1225 996,1151 1021,1058 1046,965 1059,847 1059,705 Z M 876,705 C 876,817 869,910 856,985 843,1059 823,1118 797,1163 771,1207 739,1238 702,1257 664,1275 621,1284 573,1284 522,1284 478,1275 439,1256 400,1237 368,1206 342,1162 315,1117 295,1058 282,984 269,909 262,816 262,705 262,597 269,506 283,432 296,358 316,299 343,254 369,209 401,176 439,157 477,137 520,127 569,127 616,127 659,137 697,157 735,176 767,209 794,254 820,299 840,358 855,432 869,506 876,597 876,705 Z"/>
+ <glyph unicode="-" horiz-adv-x="531" d="M 91,464 L 91,624 591,624 591,464 91,464 Z"/>
+ <glyph unicode=" " horiz-adv-x="556"/>
+ </font>
+ </defs>
+ <defs class="TextShapeIndex">
+ <g ooo:slide="id1" ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 id16 id17 id18 id19 id20 id21 id22 id23 id24 id25 id26 id27 id28 id29 id30 id31 id32 id33 id34 id35 id36 id37 id38 id39 id40 id41 id42 id43 id44 id45 id46 id47 id48 id49 id50 id51 id52 id53 id54 id55 id56 id57 id58 id59 id60 id61 id62 id63 id64 id65 id66 id67 id68 id69 id70 id71 id72 id73 id74 id75 id76 id77"/>
+ </defs>
+ <defs class="EmbeddedBulletChars">
+ <g id="bullet-char-template(57356)" transform="scale(0.00048828125,-0.00048828125)">
+ <path d="M 580,1141 L 1163,571 580,0 -4,571 580,1141 Z"/>
+ </g>
+ <g id="bullet-char-template(57354)" transform="scale(0.00048828125,-0.00048828125)">
+ <path d="M 8,1128 L 1137,1128 1137,0 8,0 8,1128 Z"/>
+ </g>
+ <g id="bullet-char-template(10146)" transform="scale(0.00048828125,-0.00048828125)">
+ <path d="M 174,0 L 602,739 174,1481 1456,739 174,0 Z M 1358,739 L 309,1346 659,739 1358,739 Z"/>
+ </g>
+ <g id="bullet-char-template(10132)" transform="scale(0.00048828125,-0.00048828125)">
+ <path d="M 2015,739 L 1276,0 717,0 1260,543 174,543 174,936 1260,936 717,1481 1274,1481 2015,739 Z"/>
+ </g>
+ <g id="bullet-char-template(10007)" transform="scale(0.00048828125,-0.00048828125)">
+ <path d="M 0,-2 C -7,14 -16,27 -25,37 L 356,567 C 262,823 215,952 215,954 215,979 228,992 255,992 264,992 276,990 289,987 310,991 331,999 354,1012 L 381,999 492,748 772,1049 836,1024 860,1049 C 881,1039 901,1025 922,1006 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 C 774,196 753,168 711,139 L 727,119 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 C 142,-110 111,-127 72,-127 30,-127 9,-110 8,-76 1,-67 -2,-52 -2,-32 -2,-23 -1,-13 0,-2 Z"/>
+ </g>
+ <g id="bullet-char-template(10004)" transform="scale(0.00048828125,-0.00048828125)">
+ <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 41,549 55,616 82,672 116,743 169,778 240,778 293,778 328,747 346,684 L 369,508 C 377,444 397,411 428,410 L 1163,1116 C 1174,1127 1196,1133 1229,1133 1271,1133 1292,1118 1292,1087 L 1292,965 C 1292,929 1282,901 1262,881 L 442,47 C 390,-6 338,-33 285,-33 Z"/>
+ </g>
+ <g id="bullet-char-template(9679)" transform="scale(0.00048828125,-0.00048828125)">
+ <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 223,773 276,916 383,1023 489,1130 632,1184 813,1184 992,1184 1136,1130 1245,1023 1353,916 1407,772 1407,592 1407,412 1353,268 1245,161 1136,54 992,0 813,0 Z"/>
+ </g>
+ <g id="bullet-char-template(8226)" transform="scale(0.00048828125,-0.00048828125)">
+ <path d="M 346,457 C 273,457 209,483 155,535 101,586 74,649 74,723 74,796 101,859 155,911 209,963 273,989 346,989 419,989 480,963 531,910 582,859 608,796 608,723 608,648 583,586 532,535 482,483 420,457 346,457 Z"/>
+ </g>
+ <g id="bullet-char-template(8211)" transform="scale(0.00048828125,-0.00048828125)">
+ <path d="M -4,459 L 1135,459 1135,606 -4,606 -4,459 Z"/>
+ </g>
+ </defs>
+ <defs class="TextEmbeddedBitmaps"/>
+ <g>
+ <g id="id2" class="Master_Slide">
+ <g id="bg-id2" class="Background"/>
+ <g id="bo-id2" class="BackgroundObjects"/>
+ </g>
+ </g>
+ <g class="SlideGroup">
+ <g>
+ <g id="id1" class="Slide" clip-path="url(#presentation_clip_path)">
+ <g class="Page">
+ <g class="Group">
+ <g class="com.sun.star.drawing.TextShape">
+ <g id="id3">
+ <rect class="BoundingBox" stroke="none" fill="none" x="4073" y="10334" width="5778" height="1806"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="4323" y="10650"><tspan fill="rgb(0,0,0)" stroke="none">Ethernet Wire Encapsulation: </tspan><tspan fill="rgb(0,0,0)" stroke="none">dot1q</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id4">
+ <rect class="BoundingBox" stroke="none" fill="none" x="1086" y="1556" width="13649" height="9754"/>
+ <path fill="none" stroke="rgb(178,178,178)" stroke-width="28" stroke-linejoin="miter" d="M 7910,11295 L 1100,11295 1100,1570 14720,1570 14720,11295 7910,11295 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id5">
+ <rect class="BoundingBox" stroke="none" fill="none" x="869" y="1124" width="13996" height="690"/>
+ <path fill="rgb(238,238,238)" stroke="none" d="M 7867,1799 L 883,1799 883,1138 14850,1138 14850,1799 7867,1799 Z"/>
+ <path fill="none" stroke="rgb(178,178,178)" stroke-width="28" stroke-linejoin="miter" d="M 7867,1799 L 883,1799 883,1138 14850,1138 14850,1799 7867,1799 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="423px" font-weight="400"><tspan class="TextPosition" x="1138" y="1584"><tspan fill="rgb(0,0,0)" stroke="none">2-Node Containerized Topologies: vfNIC-to-vhost-user switching</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id6">
+ <rect class="BoundingBox" stroke="none" fill="none" x="1895" y="2556" width="11849" height="6972"/>
+ <path fill="rgb(255,255,255)" stroke="none" d="M 7819,9509 L 1913,9509 1913,2574 13725,2574 13725,9509 7819,9509 Z"/>
+ <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 7819,9509 L 1913,9509 1913,2574 13725,2574 13725,9509 7819,9509 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="423px" font-weight="700"><tspan class="TextPosition" x="6408" y="3122"><tspan fill="rgb(0,0,0)" stroke="none">Host Server</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id7">
+ <rect class="BoundingBox" stroke="none" fill="none" x="2208" y="3712" width="11312" height="5197"/>
+ <path fill="rgb(255,255,255)" stroke="none" d="M 7864,8890 L 2226,8890 2226,3730 13501,3730 13501,8890 7864,8890 Z"/>
+ <path fill="none" stroke="rgb(188,140,0)" stroke-width="35" stroke-linejoin="miter" d="M 7864,8890 L 2226,8890 2226,3730 13501,3730 13501,8890 7864,8890 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id8">
+ <rect class="BoundingBox" stroke="none" fill="none" x="2154" y="3759" width="9074" height="4468"/>
+ <path fill="rgb(255,255,255)" stroke="none" d="M 6691,8208 L 2172,8208 2172,3777 11209,3777 11209,8208 6691,8208 Z"/>
+ <path fill="none" stroke="rgb(112,173,71)" stroke-width="35" stroke-linejoin="miter" d="M 6691,8208 L 2172,8208 2172,3777 11209,3777 11209,8208 6691,8208 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id9">
+ <rect class="BoundingBox" stroke="none" fill="none" x="4465" y="3897" width="4715" height="2152"/>
+ <g>
+ <defs>
+ <linearGradient id="gradient1" x1="6822" y1="3915" x2="6822" y2="6030" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:rgb(209,209,209)"/>
+ <stop offset="1" style="stop-color:rgb(199,199,199)"/>
+ </linearGradient>
+ </defs>
+ <path style="fill:url(#gradient1)" d="M 6822,6030 L 4483,6030 4483,3915 9161,3915 9161,6030 6822,6030 Z"/>
+ </g>
+ <path fill="none" stroke="rgb(165,165,165)" stroke-width="35" stroke-linejoin="miter" d="M 6822,6030 L 4483,6030 4483,3915 9161,3915 9161,6030 6822,6030 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="353px" font-weight="700"><tspan class="TextPosition" x="7227" y="4263"><tspan fill="rgb(0,0,0)" stroke="none">cSUT[1.1]</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id10">
+ <rect class="BoundingBox" stroke="none" fill="none" x="4448" y="6211" width="4699" height="1861"/>
+ <g>
+ <defs>
+ <linearGradient id="gradient2" x1="6797" y1="6229" x2="6797" y2="8053" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:rgb(209,209,209)"/>
+ <stop offset="1" style="stop-color:rgb(199,199,199)"/>
+ </linearGradient>
+ </defs>
+ <path style="fill:url(#gradient2)" d="M 6797,8053 L 4466,8053 4466,6229 9128,6229 9128,8053 6797,8053 Z"/>
+ </g>
+ <path fill="none" stroke="rgb(165,165,165)" stroke-width="35" stroke-linejoin="miter" d="M 6797,8053 L 4466,8053 4466,6229 9128,6229 9128,8053 6797,8053 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="353px" font-weight="700"><tspan class="TextPosition" x="5955" y="6577"><tspan fill="rgb(0,0,0)" stroke="none">cTG[1.2]</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id11">
+ <rect class="BoundingBox" stroke="none" fill="none" x="2431" y="3973" width="1557" height="4468"/>
+ <path fill="rgb(255,192,0)" stroke="none" d="M 2449,6207 L 2449,3991 3969,3991 3969,8422 2449,8422 2449,6207 Z"/>
+ <path fill="none" stroke="rgb(188,142,0)" stroke-width="35" stroke-linejoin="miter" d="M 2449,6207 L 2449,3991 3969,3991 3969,8422 2449,8422 2449,6207 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id12">
+ <rect class="BoundingBox" stroke="none" fill="none" x="2306" y="5623" width="1885" height="1348"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="353px" font-weight="700"><tspan class="TextPosition" x="2713" y="6227"><tspan fill="rgb(0,0,0)" stroke="none">Linux</tspan></tspan></tspan><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="353px" font-weight="700"><tspan class="TextPosition" x="2610" y="6580"><tspan fill="rgb(0,0,0)" stroke="none">Kernel</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id13">
+ <rect class="BoundingBox" stroke="none" fill="none" x="2344" y="8666" width="2274" height="457"/>
+ <path fill="rgb(255,242,204)" stroke="none" d="M 2362,8771 L 2362,8771 2362,8766 2362,8762 2363,8757 2364,8753 2365,8748 2366,8744 2368,8740 2370,8736 2371,8732 2374,8727 2376,8724 2379,8720 2381,8716 2384,8713 2387,8709 2391,8706 2394,8703 2398,8701 2402,8698 2406,8696 2410,8693 2414,8692 2418,8690 2422,8688 2426,8687 2431,8686 2435,8685 2440,8684 2444,8684 2449,8684 4511,8684 4511,8684 4516,8684 4520,8684 4525,8685 4529,8686 4534,8687 4538,8688 4542,8690 4546,8692 4550,8693 4555,8696 4558,8698 4562,8701 4566,8703 4569,8706 4573,8709 4576,8713 4579,8716 4581,8720 4584,8724 4586,8728 4589,8732 4590,8736 4592,8740 4594,8744 4595,8748 4596,8753 4597,8757 4598,8762 4598,8766 4598,8771 4599,9016 4599,9016 4599,9021 4599,9025 4598,9030 4597,9034 4596,9039 4595,9043 4593,9047 4591,9051 4590,9055 4587,9059 4585,9063 4582,9067 4580,9071 4577,9074 4574,9078 4570,9081 4567,9084 4563,9086 4559,9089 4556,9091 4551,9094 4547,9095 4543,9097 4539,9099 4535,9100 4530,9101 4526,9102 4521,9103 4517,9103 4512,9103 2449,9104 2449,9104 2444,9104 2440,9104 2435,9103 2431,9102 2426,9101 2422,9100 2418,9098 2414,9096 2410,9095 2406,9092 2402,9090 2398,9087 2394,9085 2391,9082 2387,9079 2384,9075 2381,9072 2379,9068 2376,9064 2374,9061 2371,9056 2370,9052 2368,9048 2366,9044 2365,9040 2364,9035 2363,9031 2362,9026 2362,9022 2362,9017 2362,8771 Z M 2362,8684 L 2362,8684 Z M 4599,9104 L 4599,9104 Z"/>
+ <path fill="none" stroke="rgb(188,140,0)" stroke-width="35" stroke-linejoin="miter" d="M 2362,8771 L 2362,8771 2362,8766 2362,8762 2363,8757 2364,8753 2365,8748 2366,8744 2368,8740 2370,8736 2371,8732 2374,8727 2376,8724 2379,8720 2381,8716 2384,8713 2387,8709 2391,8706 2394,8703 2398,8701 2402,8698 2406,8696 2410,8693 2414,8692 2418,8690 2422,8688 2426,8687 2431,8686 2435,8685 2440,8684 2444,8684 2449,8684 4511,8684 4511,8684 4516,8684 4520,8684 4525,8685 4529,8686 4534,8687 4538,8688 4542,8690 4546,8692 4550,8693 4555,8696 4558,8698 4562,8701 4566,8703 4569,8706 4573,8709 4576,8713 4579,8716 4581,8720 4584,8724 4586,8728 4589,8732 4590,8736 4592,8740 4594,8744 4595,8748 4596,8753 4597,8757 4598,8762 4598,8766 4598,8771 4599,9016 4599,9016 4599,9021 4599,9025 4598,9030 4597,9034 4596,9039 4595,9043 4593,9047 4591,9051 4590,9055 4587,9059 4585,9063 4582,9067 4580,9071 4577,9074 4574,9078 4570,9081 4567,9084 4563,9086 4559,9089 4556,9091 4551,9094 4547,9095 4543,9097 4539,9099 4535,9100 4530,9101 4526,9102 4521,9103 4517,9103 4512,9103 2449,9104 2449,9104 2444,9104 2440,9104 2435,9103 2431,9102 2426,9101 2422,9100 2418,9098 2414,9096 2410,9095 2406,9092 2402,9090 2398,9087 2394,9085 2391,9082 2387,9079 2384,9075 2381,9072 2379,9068 2376,9064 2374,9061 2371,9056 2370,9052 2368,9048 2366,9044 2365,9040 2364,9035 2363,9031 2362,9026 2362,9022 2362,9017 2362,8771 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="700"><tspan class="TextPosition" x="2619" y="9014"><tspan fill="rgb(0,0,0)" stroke="none">Linux-Host</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id14">
+ <rect class="BoundingBox" stroke="none" fill="none" x="4669" y="8253" width="2471" height="452"/>
+ <path fill="rgb(226,240,217)" stroke="none" d="M 4687,8370 L 4687,8370 4687,8365 4688,8360 4688,8355 4689,8349 4690,8344 4692,8339 4694,8335 4696,8330 4698,8325 4700,8320 4703,8316 4706,8312 4709,8308 4712,8304 4716,8300 4720,8296 4724,8293 4728,8290 4732,8287 4737,8284 4741,8282 4746,8280 4751,8278 4755,8276 4760,8274 4765,8273 4771,8272 4776,8272 4781,8271 4786,8271 7021,8271 7021,8271 7026,8271 7031,8272 7036,8272 7042,8273 7047,8274 7052,8276 7056,8278 7061,8280 7066,8282 7071,8284 7075,8287 7079,8290 7083,8293 7087,8296 7091,8300 7095,8304 7098,8308 7101,8312 7104,8316 7107,8321 7109,8325 7111,8330 7113,8335 7115,8339 7117,8344 7118,8349 7119,8355 7119,8360 7120,8365 7120,8370 7121,8586 7120,8586 7120,8591 7119,8596 7119,8601 7118,8606 7117,8611 7115,8616 7114,8621 7112,8626 7109,8631 7107,8635 7104,8640 7101,8644 7098,8648 7095,8652 7091,8656 7088,8659 7084,8663 7080,8666 7075,8669 7071,8671 7067,8674 7062,8676 7057,8678 7052,8680 7047,8681 7042,8683 7037,8684 7032,8684 7027,8685 7022,8685 4786,8686 4786,8685 4781,8685 4776,8684 4771,8684 4766,8683 4761,8682 4756,8680 4751,8679 4746,8677 4741,8674 4737,8672 4732,8669 4728,8666 4724,8663 4720,8660 4716,8656 4713,8653 4709,8649 4706,8645 4703,8640 4701,8636 4698,8632 4696,8627 4694,8622 4692,8617 4691,8612 4689,8607 4688,8602 4688,8597 4687,8592 4687,8587 4687,8370 Z M 4687,8271 L 4687,8271 Z M 7121,8686 L 7121,8686 Z"/>
+ <path fill="none" stroke="rgb(112,173,71)" stroke-width="35" stroke-linejoin="miter" d="M 4687,8370 L 4687,8370 4687,8365 4688,8360 4688,8355 4689,8349 4690,8344 4692,8339 4694,8335 4696,8330 4698,8325 4700,8320 4703,8316 4706,8312 4709,8308 4712,8304 4716,8300 4720,8296 4724,8293 4728,8290 4732,8287 4737,8284 4741,8282 4746,8280 4751,8278 4755,8276 4760,8274 4765,8273 4771,8272 4776,8272 4781,8271 4786,8271 7021,8271 7021,8271 7026,8271 7031,8272 7036,8272 7042,8273 7047,8274 7052,8276 7056,8278 7061,8280 7066,8282 7071,8284 7075,8287 7079,8290 7083,8293 7087,8296 7091,8300 7095,8304 7098,8308 7101,8312 7104,8316 7107,8321 7109,8325 7111,8330 7113,8335 7115,8339 7117,8344 7118,8349 7119,8355 7119,8360 7120,8365 7120,8370 7121,8586 7120,8586 7120,8591 7119,8596 7119,8601 7118,8606 7117,8611 7115,8616 7114,8621 7112,8626 7109,8631 7107,8635 7104,8640 7101,8644 7098,8648 7095,8652 7091,8656 7088,8659 7084,8663 7080,8666 7075,8669 7071,8671 7067,8674 7062,8676 7057,8678 7052,8680 7047,8681 7042,8683 7037,8684 7032,8684 7027,8685 7022,8685 4786,8686 4786,8685 4781,8685 4776,8684 4771,8684 4766,8683 4761,8682 4756,8680 4751,8679 4746,8677 4741,8674 4737,8672 4732,8669 4728,8666 4724,8663 4720,8660 4716,8656 4713,8653 4709,8649 4706,8645 4703,8640 4701,8636 4698,8632 4696,8627 4694,8622 4692,8617 4691,8612 4689,8607 4688,8602 4688,8597 4687,8592 4687,8587 4687,8370 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="700"><tspan class="TextPosition" x="5002" y="8599"><tspan fill="rgb(0,0,0)" stroke="none">User-Space</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id15">
+ <rect class="BoundingBox" stroke="none" fill="none" x="4684" y="4984" width="3632" height="854"/>
+ <path fill="rgb(112,173,71)" stroke="none" d="M 6500,5819 L 4702,5819 4702,5002 8297,5002 8297,5819 6500,5819 Z"/>
+ <path fill="none" stroke="rgb(82,127,52)" stroke-width="35" stroke-linejoin="miter" d="M 6500,5819 L 4702,5819 4702,5002 8297,5002 8297,5819 6500,5819 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="700"><tspan class="TextPosition" x="7247" y="5531"><tspan fill="rgb(255,255,255)" stroke="none">DUT </tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id16">
+ <rect class="BoundingBox" stroke="none" fill="none" x="4681" y="7006" width="3755" height="855"/>
+ <path fill="rgb(112,173,71)" stroke="none" d="M 6558,7842 L 4699,7842 4699,7024 8417,7024 8417,7842 6558,7842 Z"/>
+ <path fill="none" stroke="rgb(82,127,52)" stroke-width="35" stroke-linejoin="miter" d="M 6558,7842 L 4699,7842 4699,7024 8417,7024 8417,7842 6558,7842 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="700"><tspan class="TextPosition" x="6344" y="7554"><tspan fill="rgb(255,255,255)" stroke="none">TG</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id17">
+ <rect class="BoundingBox" stroke="none" fill="none" x="4673" y="9009" width="8781" height="1345"/>
+ <path fill="rgb(237,237,237)" stroke="none" d="M 9063,10344 L 4682,10344 4682,9018 13444,9018 13444,10344 9063,10344 Z"/>
+ <path fill="none" stroke="rgb(165,165,165)" stroke-width="18" stroke-linejoin="miter" d="M 9063,10344 L 4682,10344 4682,9018 13444,9018 13444,10344 9063,10344 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="353px" font-weight="700"><tspan class="TextPosition" x="11576" y="9788"><tspan fill="rgb(0,0,0)" stroke="none">NIC x710</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.ConnectorShape">
+ <g id="id18">
+ <rect class="BoundingBox" stroke="none" fill="none" x="8064" y="10400" width="1689" height="542"/>
+ <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="round" d="M 8082,10418 L 8082,10923 9734,10923 9734,10419"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.ConnectorShape">
+ <g id="id19">
+ <rect class="BoundingBox" stroke="none" fill="none" x="8379" y="5232" width="1224" height="4593"/>
+ <path fill="none" stroke="rgb(68,114,196)" stroke-width="35" stroke-linejoin="round" d="M 9584,9806 L 9584,5250 8397,5250"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.ConnectorShape">
+ <g id="id20">
+ <rect class="BoundingBox" stroke="none" fill="none" x="7917" y="7312" width="1093" height="2514"/>
+ <path fill="none" stroke="rgb(245,130,32)" stroke-width="35" stroke-linejoin="round" d="M 7935,9807 L 7935,8636 8991,8636 8991,7330 8487,7330"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.ConnectorShape">
+ <g id="id21">
+ <rect class="BoundingBox" stroke="none" fill="none" x="7615" y="7612" width="1143" height="2213"/>
+ <path fill="none" stroke="rgb(238,131,59)" stroke-width="35" stroke-linejoin="round" d="M 7633,9806 L 7633,8785 8739,8785 8739,7630 8488,7630"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.ConnectorShape">
+ <g id="id22">
+ <rect class="BoundingBox" stroke="none" fill="none" x="8063" y="9990" width="38" height="312"/>
+ <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 8082,10283 L 8082,10153 8081,10153 8081,10008"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id23">
+ <rect class="BoundingBox" stroke="none" fill="none" x="9050" y="9773" width="1362" height="254"/>
+ <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 10393,9791 L 10393,9791 10393,9802 10393,9814 10392,9825 10391,9836 10390,9847 10389,9858 10387,9868 10385,9879 10384,9889 10381,9899 10379,9909 10376,9918 10374,9927 10371,9936 10368,9944 10364,9952 10361,9959 10357,9966 10353,9972 10349,9978 10345,9983 10341,9988 10337,9993 10333,9996 10329,10000 10324,10002 10320,10004 10315,10006 10311,10007 10306,10007 9156,10008 9156,10008 9151,10008 9147,10007 9142,10005 9138,10003 9134,10001 9129,9997 9125,9994 9121,9989 9117,9984 9113,9979 9109,9973 9105,9967 9101,9960 9098,9953 9095,9945 9091,9937 9089,9928 9086,9919 9083,9910 9081,9900 9079,9890 9077,9880 9075,9869 9073,9859 9072,9848 9071,9837 9070,9826 9070,9815 9069,9803 9069,9792"/>
+ <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 10393,9791 L 10393,9791 Z"/>
+ <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 9068,10008 L 9068,10008 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.ConnectorShape">
+ <g id="id24">
+ <rect class="BoundingBox" stroke="none" fill="none" x="9713" y="9989" width="40" height="314"/>
+ <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 9734,10284 L 9734,10153 9731,10153 9731,10007"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.TextShape">
+ <g id="id25">
+ <rect class="BoundingBox" stroke="none" fill="none" x="7540" y="10310" width="2755" height="1092"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="8528" y="10626"><tspan fill="rgb(0,0,0)" stroke="none">External</tspan></tspan></tspan><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="8663" y="10864"><tspan fill="rgb(0,0,0)" stroke="none">cable</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.TextShape">
+ <g id="id26">
+ <rect class="BoundingBox" stroke="none" fill="none" x="7847" y="4517" width="1932" height="735"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="353px" font-weight="400"><tspan class="TextPosition" x="8097" y="4960"><tspan fill="rgb(0,0,0)" stroke="none">VF[2]</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.TextShape">
+ <g id="id27">
+ <rect class="BoundingBox" stroke="none" fill="none" x="4618" y="9256" width="3269" height="849"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="4869" y="9572"><tspan fill="rgb(0,0,0)" stroke="none">VFs mapped to VLAN IDs</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.ConnectorShape">
+ <g id="id28">
+ <rect class="BoundingBox" stroke="none" fill="none" x="8313" y="5528" width="988" height="4295"/>
+ <path fill="none" stroke="rgb(68,114,196)" stroke-width="35" stroke-linejoin="round" d="M 9282,9804 L 9282,5546 8331,5546 8331,5685"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.TextShape">
+ <g id="id29">
+ <rect class="BoundingBox" stroke="none" fill="none" x="7842" y="5560" width="1932" height="735"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="353px" font-weight="400"><tspan class="TextPosition" x="8092" y="6003"><tspan fill="rgb(0,0,0)" stroke="none">VF[1]</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id30">
+ <rect class="BoundingBox" stroke="none" fill="none" x="9124" y="9438" width="286" height="259"/>
+ <path fill="rgb(114,159,207)" stroke="none" d="M 9169,9442 C 9148,9442 9128,9462 9128,9483 L 9128,9650 C 9128,9671 9148,9692 9169,9692 L 9363,9692 C 9384,9692 9405,9671 9405,9650 L 9405,9483 C 9405,9462 9384,9442 9363,9442 L 9169,9442 Z M 9128,9442 L 9128,9442 Z M 9405,9692 L 9405,9692 Z"/>
+ <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 9169,9442 C 9148,9442 9128,9462 9128,9483 L 9128,9650 C 9128,9671 9148,9692 9169,9692 L 9363,9692 C 9384,9692 9405,9671 9405,9650 L 9405,9483 C 9405,9462 9384,9442 9363,9442 L 9169,9442 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="9207" y="9639"><tspan fill="rgb(0,0,0)" stroke="none">1</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id31">
+ <rect class="BoundingBox" stroke="none" fill="none" x="9439" y="9094" width="286" height="259"/>
+ <path fill="rgb(114,159,207)" stroke="none" d="M 9484,9098 C 9463,9098 9443,9118 9443,9139 L 9443,9306 C 9443,9327 9463,9348 9484,9348 L 9678,9348 C 9699,9348 9720,9327 9720,9306 L 9720,9139 C 9720,9118 9699,9098 9678,9098 L 9484,9098 Z M 9443,9098 L 9443,9098 Z M 9720,9348 L 9720,9348 Z"/>
+ <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 9484,9098 C 9463,9098 9443,9118 9443,9139 L 9443,9306 C 9443,9327 9463,9348 9484,9348 L 9678,9348 C 9699,9348 9720,9327 9720,9306 L 9720,9139 C 9720,9118 9699,9098 9678,9098 L 9484,9098 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="9522" y="9295"><tspan fill="rgb(0,0,0)" stroke="none">2</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id32">
+ <rect class="BoundingBox" stroke="none" fill="none" x="9674" y="9433" width="400" height="280"/>
+ <path fill="rgb(114,159,207)" stroke="none" d="M 9723,9437 C 9700,9437 9678,9459 9678,9482 L 9678,9662 C 9678,9685 9700,9708 9723,9708 L 10023,9708 C 10046,9708 10069,9685 10069,9662 L 10069,9482 C 10069,9459 10046,9437 10023,9437 L 9723,9437 Z M 9678,9437 L 9678,9437 Z M 10069,9708 L 10069,9708 Z"/>
+ <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 9723,9437 C 9700,9437 9678,9459 9678,9482 L 9678,9662 C 9678,9685 9700,9708 9723,9708 L 10023,9708 C 10046,9708 10069,9685 10069,9662 L 10069,9482 C 10069,9459 10046,9437 10023,9437 L 9723,9437 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="9754" y="9644"><tspan fill="rgb(0,0,0)" stroke="none">2n</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id33">
+ <rect class="BoundingBox" stroke="none" fill="none" x="9967" y="9091" width="671" height="280"/>
+ <path fill="rgb(114,159,207)" stroke="none" d="M 10016,9095 C 9993,9095 9971,9117 9971,9140 L 9971,9320 C 9971,9343 9993,9366 10016,9366 L 10587,9366 C 10610,9366 10633,9343 10633,9320 L 10633,9140 C 10633,9117 10610,9095 10587,9095 L 10016,9095 Z M 9971,9095 L 9971,9095 Z M 10633,9366 L 10633,9366 Z"/>
+ <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 10016,9095 C 9993,9095 9971,9117 9971,9140 L 9971,9320 C 9971,9343 9993,9366 10016,9366 L 10587,9366 C 10610,9366 10633,9343 10633,9320 L 10633,9140 C 10633,9117 10610,9095 10587,9095 L 10016,9095 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="10087" y="9302"><tspan fill="rgb(0,0,0)" stroke="none">2n-1</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id34">
+ <rect class="BoundingBox" stroke="none" fill="none" x="9143" y="9799" width="280" height="145"/>
+ <path fill="rgb(114,159,207)" stroke="none" d="M 9169,9803 C 9158,9803 9147,9814 9147,9825 L 9147,9916 C 9147,9927 9158,9939 9169,9939 L 9395,9939 C 9406,9939 9418,9927 9418,9916 L 9418,9825 C 9418,9814 9406,9803 9395,9803 L 9169,9803 Z M 9147,9803 L 9147,9803 Z M 9418,9939 L 9418,9939 Z"/>
+ <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 9169,9803 C 9158,9803 9147,9814 9147,9825 L 9147,9916 C 9147,9927 9158,9939 9169,9939 L 9395,9939 C 9406,9939 9418,9927 9418,9916 L 9418,9825 C 9418,9814 9406,9803 9395,9803 L 9169,9803 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id35">
+ <rect class="BoundingBox" stroke="none" fill="none" x="9445" y="9801" width="280" height="145"/>
+ <path fill="rgb(114,159,207)" stroke="none" d="M 9471,9805 C 9460,9805 9449,9816 9449,9827 L 9449,9918 C 9449,9929 9460,9941 9471,9941 L 9697,9941 C 9708,9941 9720,9929 9720,9918 L 9720,9827 C 9720,9816 9708,9805 9697,9805 L 9471,9805 Z M 9449,9805 L 9449,9805 Z M 9720,9941 L 9720,9941 Z"/>
+ <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 9471,9805 C 9460,9805 9449,9816 9449,9827 L 9449,9918 C 9449,9929 9460,9941 9471,9941 L 9697,9941 C 9708,9941 9720,9929 9720,9918 L 9720,9827 C 9720,9816 9708,9805 9697,9805 L 9471,9805 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id36">
+ <rect class="BoundingBox" stroke="none" fill="none" x="9746" y="9802" width="280" height="145"/>
+ <path fill="rgb(114,159,207)" stroke="none" d="M 9772,9806 C 9761,9806 9750,9817 9750,9828 L 9750,9919 C 9750,9930 9761,9942 9772,9942 L 9998,9942 C 10009,9942 10021,9930 10021,9919 L 10021,9828 C 10021,9817 10009,9806 9998,9806 L 9772,9806 Z M 9750,9806 L 9750,9806 Z M 10021,9942 L 10021,9942 Z"/>
+ <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 9772,9806 C 9761,9806 9750,9817 9750,9828 L 9750,9919 C 9750,9930 9761,9942 9772,9942 L 9998,9942 C 10009,9942 10021,9930 10021,9919 L 10021,9828 C 10021,9817 10009,9806 9998,9806 L 9772,9806 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id37">
+ <rect class="BoundingBox" stroke="none" fill="none" x="10048" y="9804" width="280" height="145"/>
+ <path fill="rgb(114,159,207)" stroke="none" d="M 10074,9808 C 10063,9808 10052,9819 10052,9830 L 10052,9921 C 10052,9932 10063,9944 10074,9944 L 10300,9944 C 10311,9944 10323,9932 10323,9921 L 10323,9830 C 10323,9819 10311,9808 10300,9808 L 10074,9808 Z M 10052,9808 L 10052,9808 Z M 10323,9944 L 10323,9944 Z"/>
+ <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 10074,9808 C 10063,9808 10052,9819 10052,9830 L 10052,9921 C 10052,9932 10063,9944 10074,9944 L 10300,9944 C 10311,9944 10323,9932 10323,9921 L 10323,9830 C 10323,9819 10311,9808 10300,9808 L 10074,9808 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.TextShape">
+ <g id="id38">
+ <rect class="BoundingBox" stroke="none" fill="none" x="7854" y="6583" width="1932" height="735"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="353px" font-weight="400"><tspan class="TextPosition" x="8104" y="7026"><tspan fill="rgb(0,0,0)" stroke="none">VF[2]</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.TextShape">
+ <g id="id39">
+ <rect class="BoundingBox" stroke="none" fill="none" x="7850" y="7616" width="1932" height="735"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="353px" font-weight="400"><tspan class="TextPosition" x="8100" y="8092"><tspan fill="rgb(0,0,0)" stroke="none">VF[</tspan><tspan font-size="388px" fill="rgb(0,0,0)" stroke="none">1</tspan><tspan fill="rgb(0,0,0)" stroke="none">]</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id40">
+ <rect class="BoundingBox" stroke="none" fill="none" x="7494" y="9801" width="280" height="145"/>
+ <path fill="rgb(250,166,26)" stroke="none" d="M 7520,9805 C 7509,9805 7498,9816 7498,9827 L 7498,9918 C 7498,9929 7509,9941 7520,9941 L 7746,9941 C 7757,9941 7769,9929 7769,9918 L 7769,9827 C 7769,9816 7757,9805 7746,9805 L 7520,9805 Z M 7498,9805 L 7498,9805 Z M 7769,9941 L 7769,9941 Z"/>
+ <path fill="none" stroke="rgb(245,130,32)" stroke-width="7" stroke-linejoin="round" d="M 7520,9805 C 7509,9805 7498,9816 7498,9827 L 7498,9918 C 7498,9929 7509,9941 7520,9941 L 7746,9941 C 7757,9941 7769,9929 7769,9918 L 7769,9827 C 7769,9816 7757,9805 7746,9805 L 7520,9805 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id41">
+ <rect class="BoundingBox" stroke="none" fill="none" x="7796" y="9802" width="280" height="145"/>
+ <path fill="rgb(250,166,26)" stroke="none" d="M 7822,9806 C 7811,9806 7800,9817 7800,9828 L 7800,9919 C 7800,9930 7811,9942 7822,9942 L 8048,9942 C 8059,9942 8071,9930 8071,9919 L 8071,9828 C 8071,9817 8059,9806 8048,9806 L 7822,9806 Z M 7800,9806 L 7800,9806 Z M 8071,9942 L 8071,9942 Z"/>
+ <path fill="none" stroke="rgb(245,130,32)" stroke-width="7" stroke-linejoin="round" d="M 7822,9806 C 7811,9806 7800,9817 7800,9828 L 7800,9919 C 7800,9930 7811,9942 7822,9942 L 8048,9942 C 8059,9942 8071,9930 8071,9919 L 8071,9828 C 8071,9817 8059,9806 8048,9806 L 7822,9806 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id42">
+ <rect class="BoundingBox" stroke="none" fill="none" x="8097" y="9804" width="280" height="145"/>
+ <path fill="rgb(250,166,26)" stroke="none" d="M 8123,9808 C 8112,9808 8101,9819 8101,9830 L 8101,9921 C 8101,9932 8112,9944 8123,9944 L 8349,9944 C 8360,9944 8372,9932 8372,9921 L 8372,9830 C 8372,9819 8360,9808 8349,9808 L 8123,9808 Z M 8101,9808 L 8101,9808 Z M 8372,9944 L 8372,9944 Z"/>
+ <path fill="none" stroke="rgb(245,130,32)" stroke-width="7" stroke-linejoin="round" d="M 8123,9808 C 8112,9808 8101,9819 8101,9830 L 8101,9921 C 8101,9932 8112,9944 8123,9944 L 8349,9944 C 8360,9944 8372,9932 8372,9921 L 8372,9830 C 8372,9819 8360,9808 8349,9808 L 8123,9808 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id43">
+ <rect class="BoundingBox" stroke="none" fill="none" x="8399" y="9805" width="280" height="145"/>
+ <path fill="rgb(250,166,26)" stroke="none" d="M 8425,9809 C 8414,9809 8403,9820 8403,9831 L 8403,9922 C 8403,9933 8414,9945 8425,9945 L 8651,9945 C 8662,9945 8674,9933 8674,9922 L 8674,9831 C 8674,9820 8662,9809 8651,9809 L 8425,9809 Z M 8403,9809 L 8403,9809 Z M 8674,9945 L 8674,9945 Z"/>
+ <path fill="none" stroke="rgb(245,130,32)" stroke-width="7" stroke-linejoin="round" d="M 8425,9809 C 8414,9809 8403,9820 8403,9831 L 8403,9922 C 8403,9933 8414,9945 8425,9945 L 8651,9945 C 8662,9945 8674,9933 8674,9922 L 8674,9831 C 8674,9820 8662,9809 8651,9809 L 8425,9809 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id44">
+ <rect class="BoundingBox" stroke="none" fill="none" x="7475" y="9439" width="286" height="259"/>
+ <path fill="rgb(250,166,26)" stroke="none" d="M 7520,9443 C 7499,9443 7479,9463 7479,9484 L 7479,9651 C 7479,9672 7499,9693 7520,9693 L 7714,9693 C 7735,9693 7756,9672 7756,9651 L 7756,9484 C 7756,9463 7735,9443 7714,9443 L 7520,9443 Z M 7479,9443 L 7479,9443 Z M 7756,9693 L 7756,9693 Z"/>
+ <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 7520,9443 C 7499,9443 7479,9463 7479,9484 L 7479,9651 C 7479,9672 7499,9693 7520,9693 L 7714,9693 C 7735,9693 7756,9672 7756,9651 L 7756,9484 C 7756,9463 7735,9443 7714,9443 L 7520,9443 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="7558" y="9640"><tspan fill="rgb(0,0,0)" stroke="none">1</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id45">
+ <rect class="BoundingBox" stroke="none" fill="none" x="7790" y="9096" width="286" height="259"/>
+ <path fill="rgb(250,166,26)" stroke="none" d="M 7835,9100 C 7814,9100 7794,9120 7794,9141 L 7794,9308 C 7794,9329 7814,9350 7835,9350 L 8029,9350 C 8050,9350 8071,9329 8071,9308 L 8071,9141 C 8071,9120 8050,9100 8029,9100 L 7835,9100 Z M 7794,9100 L 7794,9100 Z M 8071,9350 L 8071,9350 Z"/>
+ <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 7835,9100 C 7814,9100 7794,9120 7794,9141 L 7794,9308 C 7794,9329 7814,9350 7835,9350 L 8029,9350 C 8050,9350 8071,9329 8071,9308 L 8071,9141 C 8071,9120 8050,9100 8029,9100 L 7835,9100 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="7873" y="9297"><tspan fill="rgb(0,0,0)" stroke="none">2</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id46">
+ <rect class="BoundingBox" stroke="none" fill="none" x="7400" y="9774" width="1361" height="254"/>
+ <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 8742,9792 L 8742,9792 8742,9803 8742,9815 8741,9826 8740,9837 8739,9848 8738,9859 8736,9869 8734,9880 8733,9890 8730,9900 8728,9910 8725,9919 8723,9928 8720,9937 8717,9945 8713,9953 8710,9960 8706,9967 8702,9973 8698,9979 8694,9984 8690,9989 8686,9994 8682,9997 8678,10001 8673,10003 8669,10005 8664,10007 8660,10008 8655,10008 7506,10009 7506,10009 7501,10009 7497,10008 7492,10006 7488,10004 7484,10002 7479,9998 7475,9995 7471,9990 7467,9985 7463,9980 7459,9974 7455,9968 7451,9961 7448,9954 7445,9946 7441,9938 7439,9929 7436,9920 7433,9911 7431,9901 7429,9891 7427,9881 7425,9870 7423,9860 7422,9849 7421,9838 7420,9827 7420,9816 7419,9804 7419,9793"/>
+ <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 8742,9792 L 8742,9792 Z"/>
+ <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 7418,10009 L 7418,10009 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id47">
+ <rect class="BoundingBox" stroke="none" fill="none" x="8257" y="5110" width="145" height="280"/>
+ <path fill="rgb(114,159,207)" stroke="none" d="M 8261,5363 C 8261,5374 8272,5385 8283,5385 L 8374,5385 C 8385,5385 8397,5374 8397,5363 L 8397,5137 C 8397,5126 8385,5114 8374,5114 L 8283,5114 C 8272,5114 8261,5126 8261,5137 L 8261,5363 Z M 8261,5385 L 8261,5385 Z M 8397,5114 L 8397,5114 Z"/>
+ <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 8261,5363 C 8261,5374 8272,5385 8283,5385 L 8374,5385 C 8385,5385 8397,5374 8397,5363 L 8397,5137 C 8397,5126 8385,5114 8374,5114 L 8283,5114 C 8272,5114 8261,5126 8261,5137 L 8261,5363 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id48">
+ <rect class="BoundingBox" stroke="none" fill="none" x="8259" y="5410" width="145" height="280"/>
+ <path fill="rgb(114,159,207)" stroke="none" d="M 8263,5663 C 8263,5674 8274,5685 8285,5685 L 8376,5685 C 8387,5685 8399,5674 8399,5663 L 8399,5437 C 8399,5426 8387,5414 8376,5414 L 8285,5414 C 8274,5414 8263,5426 8263,5437 L 8263,5663 Z M 8263,5685 L 8263,5685 Z M 8399,5414 L 8399,5414 Z"/>
+ <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 8263,5663 C 8263,5674 8274,5685 8285,5685 L 8376,5685 C 8387,5685 8399,5674 8399,5663 L 8399,5437 C 8399,5426 8387,5414 8376,5414 L 8285,5414 C 8274,5414 8263,5426 8263,5437 L 8263,5663 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id49">
+ <rect class="BoundingBox" stroke="none" fill="none" x="8347" y="7190" width="145" height="280"/>
+ <path fill="rgb(250,166,26)" stroke="none" d="M 8351,7443 C 8351,7454 8362,7465 8373,7465 L 8464,7465 C 8475,7465 8487,7454 8487,7443 L 8487,7217 C 8487,7206 8475,7194 8464,7194 L 8373,7194 C 8362,7194 8351,7206 8351,7217 L 8351,7443 Z M 8351,7465 L 8351,7465 Z M 8487,7194 L 8487,7194 Z"/>
+ <path fill="none" stroke="rgb(245,130,32)" stroke-width="7" stroke-linejoin="round" d="M 8351,7443 C 8351,7454 8362,7465 8373,7465 L 8464,7465 C 8475,7465 8487,7454 8487,7443 L 8487,7217 C 8487,7206 8475,7194 8464,7194 L 8373,7194 C 8362,7194 8351,7206 8351,7217 L 8351,7443 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id50">
+ <rect class="BoundingBox" stroke="none" fill="none" x="8348" y="7490" width="145" height="280"/>
+ <path fill="rgb(250,166,26)" stroke="none" d="M 8352,7743 C 8352,7754 8363,7765 8374,7765 L 8465,7765 C 8476,7765 8488,7754 8488,7743 L 8488,7517 C 8488,7506 8476,7494 8465,7494 L 8374,7494 C 8363,7494 8352,7506 8352,7517 L 8352,7743 Z M 8352,7765 L 8352,7765 Z M 8488,7494 L 8488,7494 Z"/>
+ <path fill="none" stroke="rgb(245,130,32)" stroke-width="7" stroke-linejoin="round" d="M 8352,7743 C 8352,7754 8363,7765 8374,7765 L 8465,7765 C 8476,7765 8488,7754 8488,7743 L 8488,7517 C 8488,7506 8476,7494 8465,7494 L 8374,7494 C 8363,7494 8352,7506 8352,7517 L 8352,7743 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id51">
+ <rect class="BoundingBox" stroke="none" fill="none" x="8025" y="9434" width="400" height="280"/>
+ <path fill="rgb(250,166,26)" stroke="none" d="M 8074,9438 C 8051,9438 8029,9460 8029,9483 L 8029,9663 C 8029,9686 8051,9709 8074,9709 L 8374,9709 C 8397,9709 8420,9686 8420,9663 L 8420,9483 C 8420,9460 8397,9438 8374,9438 L 8074,9438 Z M 8029,9438 L 8029,9438 Z M 8420,9709 L 8420,9709 Z"/>
+ <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 8074,9438 C 8051,9438 8029,9460 8029,9483 L 8029,9663 C 8029,9686 8051,9709 8074,9709 L 8374,9709 C 8397,9709 8420,9686 8420,9663 L 8420,9483 C 8420,9460 8397,9438 8374,9438 L 8074,9438 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="8105" y="9645"><tspan fill="rgb(0,0,0)" stroke="none">2n</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id52">
+ <rect class="BoundingBox" stroke="none" fill="none" x="8318" y="9092" width="671" height="280"/>
+ <path fill="rgb(250,166,26)" stroke="none" d="M 8367,9096 C 8344,9096 8322,9118 8322,9141 L 8322,9321 C 8322,9344 8344,9367 8367,9367 L 8938,9367 C 8961,9367 8984,9344 8984,9321 L 8984,9141 C 8984,9118 8961,9096 8938,9096 L 8367,9096 Z M 8322,9096 L 8322,9096 Z M 8984,9367 L 8984,9367 Z"/>
+ <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 8367,9096 C 8344,9096 8322,9118 8322,9141 L 8322,9321 C 8322,9344 8344,9367 8367,9367 L 8938,9367 C 8961,9367 8984,9344 8984,9321 L 8984,9141 C 8984,9118 8961,9096 8938,9096 L 8367,9096 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="8438" y="9303"><tspan fill="rgb(0,0,0)" stroke="none">2n-1</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id53">
+ <rect class="BoundingBox" stroke="none" fill="none" x="4808" y="9388" width="2594" height="223"/>
+ <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 4847,9392 C 4829,9392 4812,9409 4812,9427 L 4812,9570 C 4812,9588 4829,9606 4847,9606 L 7361,9606 C 7379,9606 7397,9588 7397,9570 L 7397,9427 C 7397,9409 7379,9392 7361,9392 L 4847,9392 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id54">
+ <rect class="BoundingBox" stroke="none" fill="none" x="7943" y="10278" width="280" height="145"/>
+ <path fill="rgb(221,221,221)" stroke="none" d="M 7969,10282 C 7958,10282 7947,10293 7947,10304 L 7947,10395 C 7947,10406 7958,10418 7969,10418 L 8195,10418 C 8206,10418 8218,10406 8218,10395 L 8218,10304 C 8218,10293 8206,10282 8195,10282 L 7969,10282 Z M 7947,10282 L 7947,10282 Z M 8218,10418 L 8218,10418 Z"/>
+ <path fill="none" stroke="rgb(102,102,102)" stroke-width="7" stroke-linejoin="round" d="M 7969,10282 C 7958,10282 7947,10293 7947,10304 L 7947,10395 C 7947,10406 7958,10418 7969,10418 L 8195,10418 C 8206,10418 8218,10406 8218,10395 L 8218,10304 C 8218,10293 8206,10282 8195,10282 L 7969,10282 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id55">
+ <rect class="BoundingBox" stroke="none" fill="none" x="9595" y="10279" width="280" height="145"/>
+ <path fill="rgb(221,221,221)" stroke="none" d="M 9621,10283 C 9610,10283 9599,10294 9599,10305 L 9599,10396 C 9599,10407 9610,10419 9621,10419 L 9847,10419 C 9858,10419 9870,10407 9870,10396 L 9870,10305 C 9870,10294 9858,10283 9847,10283 L 9621,10283 Z M 9599,10283 L 9599,10283 Z M 9870,10419 L 9870,10419 Z"/>
+ <path fill="none" stroke="rgb(102,102,102)" stroke-width="7" stroke-linejoin="round" d="M 9621,10283 C 9610,10283 9599,10294 9599,10305 L 9599,10396 C 9599,10407 9610,10419 9621,10419 L 9847,10419 C 9858,10419 9870,10407 9870,10396 L 9870,10305 C 9870,10294 9858,10283 9847,10283 L 9621,10283 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.TextShape">
+ <g id="id56">
+ <rect class="BoundingBox" stroke="none" fill="none" x="7126" y="9885" width="1923" height="1085"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="7376" y="10201"><tspan fill="rgb(0,0,0)" stroke="none">TenGigEth-0</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.TextShape">
+ <g id="id57">
+ <rect class="BoundingBox" stroke="none" fill="none" x="8778" y="9885" width="1923" height="1085"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="9028" y="10201"><tspan fill="rgb(0,0,0)" stroke="none">TenGigEth-1</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.ConnectorShape">
+ <g id="id58">
+ <rect class="BoundingBox" stroke="none" fill="none" x="11065" y="10400" width="1689" height="542"/>
+ <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="round" d="M 11083,10418 L 11083,10923 12735,10923 12735,10419"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.TextShape">
+ <g id="id59">
+ <rect class="BoundingBox" stroke="none" fill="none" x="10541" y="10310" width="2755" height="1092"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="11529" y="10626"><tspan fill="rgb(0,0,0)" stroke="none">External</tspan></tspan></tspan><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="11664" y="10864"><tspan fill="rgb(0,0,0)" stroke="none">cable</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id60">
+ <rect class="BoundingBox" stroke="none" fill="none" x="10944" y="10278" width="280" height="145"/>
+ <path fill="rgb(221,221,221)" stroke="none" d="M 10970,10282 C 10959,10282 10948,10293 10948,10304 L 10948,10395 C 10948,10406 10959,10418 10970,10418 L 11196,10418 C 11207,10418 11219,10406 11219,10395 L 11219,10304 C 11219,10293 11207,10282 11196,10282 L 10970,10282 Z M 10948,10282 L 10948,10282 Z M 11219,10418 L 11219,10418 Z"/>
+ <path fill="none" stroke="rgb(102,102,102)" stroke-width="7" stroke-linejoin="round" d="M 10970,10282 C 10959,10282 10948,10293 10948,10304 L 10948,10395 C 10948,10406 10959,10418 10970,10418 L 11196,10418 C 11207,10418 11219,10406 11219,10395 L 11219,10304 C 11219,10293 11207,10282 11196,10282 L 10970,10282 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id61">
+ <rect class="BoundingBox" stroke="none" fill="none" x="12596" y="10279" width="280" height="145"/>
+ <path fill="rgb(221,221,221)" stroke="none" d="M 12622,10283 C 12611,10283 12600,10294 12600,10305 L 12600,10396 C 12600,10407 12611,10419 12622,10419 L 12848,10419 C 12859,10419 12871,10407 12871,10396 L 12871,10305 C 12871,10294 12859,10283 12848,10283 L 12622,10283 Z M 12600,10283 L 12600,10283 Z M 12871,10419 L 12871,10419 Z"/>
+ <path fill="none" stroke="rgb(102,102,102)" stroke-width="7" stroke-linejoin="round" d="M 12622,10283 C 12611,10283 12600,10294 12600,10305 L 12600,10396 C 12600,10407 12611,10419 12622,10419 L 12848,10419 C 12859,10419 12871,10407 12871,10396 L 12871,10305 C 12871,10294 12859,10283 12848,10283 L 12622,10283 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.TextShape">
+ <g id="id62">
+ <rect class="BoundingBox" stroke="none" fill="none" x="10127" y="9885" width="1923" height="1085"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="10377" y="10201"><tspan fill="rgb(0,0,0)" stroke="none">TenGigEth-2</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.TextShape">
+ <g id="id63">
+ <rect class="BoundingBox" stroke="none" fill="none" x="11779" y="9885" width="1923" height="1085"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="12029" y="10201"><tspan fill="rgb(0,0,0)" stroke="none">TenGigEth-3</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.PolyLineShape">
+ <g id="id64">
+ <rect class="BoundingBox" stroke="none" fill="none" x="8551" y="5380" width="869" height="5601"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8670,7572 L 8706,7572"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8741,7572 L 8777,7572"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8812,7572 L 8848,7572"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,7604 L 8851,7639"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,7675 L 8851,7710"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,7746 L 8851,7781"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,7817 L 8851,7852"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,7887 L 8851,7923"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,7958 L 8851,7994"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,8029 L 8851,8065"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,8100 L 8851,8136"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,8171 L 8851,8207"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,8242 L 8851,8278"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,8313 L 8851,8348"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,8384 L 8851,8419"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,8455 L 8851,8490"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,8526 L 8851,8561"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,8597 L 8851,8632"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,8668 L 8851,8703"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,8739 L 8851,8774"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,8809 L 8851,8845"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,8880 L 8851,8916"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,8951 L 8851,8987"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,9022 L 8851,9058"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,9093 L 8851,9129"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,9164 L 8851,9200"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,9235 L 8851,9270"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,9306 L 8851,9341"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,9377 L 8851,9412"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,9448 L 8851,9483"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,9519 L 8851,9554"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,9590 L 8851,9625"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,9660 L 8851,9696"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,9731 L 8851,9767"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,9802 L 8851,9838"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,9873 L 8851,9909"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,9944 L 8851,9980"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,10015 L 8851,10051"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,10086 L 8851,10121"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,10157 L 8851,10192"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,10228 L 8851,10263"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,10299 L 8851,10334"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,10370 L 8851,10405"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,10441 L 8851,10476"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,10512 L 8851,10547"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,10582 L 8851,10618"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,10653 L 8851,10689"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,10724 L 8851,10760"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,10795 L 8851,10831"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,10866 L 8851,10902"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8851,10937 L 8851,10971 8853,10971"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8888,10971 L 8924,10971"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8959,10971 L 8994,10971"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9030,10971 L 9065,10971"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9101,10971 L 9136,10971"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9172,10971 L 9207,10971"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9243,10971 L 9278,10971"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9314,10971 L 9349,10971"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9384,10971 L 9410,10971 9410,10961"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,10926 L 9410,10890"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,10855 L 9410,10819"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,10784 L 9410,10748"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,10713 L 9410,10677"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,10642 L 9410,10606"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,10571 L 9410,10536"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,10500 L 9410,10465"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,10429 L 9410,10394"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,10358 L 9410,10323"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,10287 L 9410,10252"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,10216 L 9410,10181"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,10145 L 9410,10110"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,10075 L 9410,10039"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,10004 L 9410,9968"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,9933 L 9410,9897"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,9862 L 9410,9826"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,9791 L 9410,9755"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,9720 L 9410,9684"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,9649 L 9410,9614"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,9578 L 9410,9543"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,9507 L 9410,9472"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,9436 L 9410,9401"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,9365 L 9410,9330"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,9294 L 9410,9259"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,9224 L 9410,9188"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,9153 L 9410,9117"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,9082 L 9410,9046"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,9011 L 9410,8975"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,8940 L 9410,8904"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,8869 L 9410,8833"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,8798 L 9410,8763"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,8727 L 9410,8692"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,8656 L 9410,8621"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,8585 L 9410,8550"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,8514 L 9410,8479"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,8443 L 9410,8408"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,8372 L 9410,8337"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,8302 L 9410,8266"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,8231 L 9410,8195"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,8160 L 9410,8124"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,8089 L 9410,8053"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,8018 L 9410,7982"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,7947 L 9410,7911"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,7876 L 9410,7841"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,7805 L 9410,7770"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,7734 L 9410,7699"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,7663 L 9410,7628"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,7592 L 9410,7557"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,7521 L 9410,7486"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,7451 L 9410,7415"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,7380 L 9410,7344"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,7309 L 9410,7273"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,7238 L 9410,7202"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,7167 L 9410,7131"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,7096 L 9410,7060"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,7025 L 9410,6990"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,6954 L 9410,6919"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,6883 L 9410,6848"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,6812 L 9410,6777"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,6741 L 9410,6706"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,6670 L 9410,6635"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,6599 L 9410,6564"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,6529 L 9410,6493"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,6458 L 9410,6422"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,6387 L 9410,6351"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,6316 L 9410,6280"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,6245 L 9410,6209"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,6174 L 9410,6138"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,6103 L 9410,6068"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,6032 L 9410,5997"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,5961 L 9410,5926"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,5890 L 9410,5855"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,5819 L 9410,5784"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,5748 L 9410,5713"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,5678 L 9410,5642"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,5607 L 9410,5571"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9410,5536 L 9410,5500"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9382,5493 L 9346,5493"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9311,5493 L 9275,5493"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9240,5493 L 9204,5493"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9169,5493 L 9134,5493"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9098,5493 L 9063,5493"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 9027,5493 L 8992,5493"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8956,5493 L 8921,5493"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8885,5493 L 8850,5493"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8814,5493 L 8779,5493"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8743,5493 L 8708,5493"/>
+ <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8673,5493 L 8668,5493"/>
+ <path fill="rgb(237,28,36)" stroke="none" d="M 8554,7459 C 8557,7459 8560,7459 8564,7459 8574,7459 8584,7460 8593,7462 8602,7465 8611,7469 8620,7474 8629,7479 8637,7485 8644,7492 8650,7498 8656,7506 8661,7515 8667,7524 8670,7533 8673,7542 8675,7551 8676,7561 8676,7571 L 8685,7571 8685,7572 8676,7572 C 8676,7583 8675,7592 8673,7601 8670,7610 8667,7619 8661,7628 8656,7637 8650,7645 8644,7652 8637,7659 8629,7664 8620,7670 8611,7675 8602,7679 8593,7681 8584,7684 8574,7685 8564,7685 8560,7685 8557,7685 8554,7684 L 8554,7680 8554,7675 C 8558,7676 8560,7676 8564,7676 8573,7676 8582,7675 8590,7672 8599,7670 8607,7667 8615,7662 8624,7657 8631,7652 8637,7645 8643,7639 8649,7632 8653,7624 8658,7615 8662,7607 8664,7599 8666,7590 8667,7581 8667,7572 8667,7562 8666,7553 8664,7545 8662,7536 8658,7528 8653,7520 8649,7511 8643,7504 8637,7498 8631,7492 8624,7486 8615,7482 8607,7477 8599,7473 8590,7471 8582,7469 8573,7468 8564,7468 8560,7468 8558,7468 8554,7468 L 8554,7464 8554,7459 Z"/>
+ <path fill="rgb(237,28,36)" stroke="none" d="M 8551,5380 C 8554,5380 8557,5380 8561,5380 8571,5380 8581,5381 8590,5384 8599,5386 8608,5390 8617,5395 8626,5400 8634,5406 8641,5413 8648,5420 8653,5427 8659,5437 8664,5446 8668,5454 8670,5464 8672,5473 8674,5482 8674,5492 L 8683,5492 8683,5494 8674,5494 C 8674,5504 8672,5513 8670,5522 8668,5532 8664,5540 8659,5550 8653,5559 8648,5566 8641,5573 8634,5580 8626,5586 8617,5591 8608,5596 8599,5600 8590,5602 8581,5605 8571,5606 8561,5606 8557,5606 8554,5606 8551,5606 L 8551,5601 8552,5597 C 8555,5597 8558,5597 8561,5597 8570,5597 8579,5596 8588,5594 8596,5591 8604,5588 8613,5583 8621,5578 8628,5573 8634,5567 8641,5560 8646,5553 8651,5545 8656,5537 8659,5528 8661,5520 8664,5511 8665,5503 8665,5493 8665,5483 8664,5475 8661,5466 8659,5458 8656,5449 8651,5441 8646,5433 8641,5426 8634,5419 8628,5413 8621,5408 8613,5403 8604,5398 8596,5395 8588,5392 8579,5390 8570,5389 8561,5389 8558,5389 8555,5389 8552,5389 L 8551,5385 8551,5380 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.PolyLineShape">
+ <g id="id65">
+ <rect class="BoundingBox" stroke="none" fill="none" x="8530" y="5115" width="1107" height="5703"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8657,7295 L 8692,7295"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8728,7295 L 8763,7295"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8799,7295 L 8834,7295"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8870,7295 L 8905,7295"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8941,7295 L 8976,7295"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,7316 L 8990,7352"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,7387 L 8990,7423"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,7458 L 8990,7494"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,7529 L 8990,7564"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,7600 L 8990,7635"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,7671 L 8990,7706"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,7742 L 8990,7777"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,7813 L 8990,7848"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,7884 L 8990,7919"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,7955 L 8990,7990"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,8025 L 8990,8061"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,8096 L 8990,8132"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,8167 L 8990,8203"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,8238 L 8990,8274"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,8309 L 8990,8345"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,8380 L 8990,8416"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,8451 L 8990,8486"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,8522 L 8990,8557"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,8593 L 8990,8628"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,8664 L 8990,8699"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,8735 L 8990,8770"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,8806 L 8990,8841"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,8876 L 8990,8912"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,8947 L 8990,8983"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,9018 L 8990,9054"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,9089 L 8990,9125"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,9160 L 8990,9196"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,9231 L 8990,9267"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,9302 L 8990,9337"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,9373 L 8990,9408"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,9444 L 8990,9479"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,9515 L 8990,9550"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,9586 L 8990,9621"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,9657 L 8990,9692"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,9728 L 8990,9763"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,9798 L 8990,9834"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,9869 L 8990,9905"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,9940 L 8990,9976"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,10011 L 8990,10047"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,10082 L 8990,10118"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,10153 L 8990,10189"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,10224 L 8990,10259"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,10295 L 8990,10330"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,10366 L 8990,10401"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,10437 L 8990,10472"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,10508 L 8990,10543"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,10579 L 8990,10614"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,10649 L 8990,10685"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,10720 L 8990,10756"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,10791 L 8990,10808 9009,10808"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9044,10808 L 9079,10808"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9115,10808 L 9150,10808"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9186,10808 L 9221,10808"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9257,10808 L 9292,10808"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9328,10808 L 9363,10808"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9399,10808 L 9434,10808"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9470,10808 L 9505,10808"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9540,10808 L 9576,10808"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9611,10808 L 9627,10808 9627,10788"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,10753 L 9627,10717"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,10682 L 9627,10646"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,10611 L 9627,10575"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,10540 L 9627,10504"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,10469 L 9627,10434"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,10398 L 9627,10363"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,10327 L 9627,10292"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,10256 L 9627,10221"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,10185 L 9627,10150"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,10114 L 9627,10079"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,10043 L 9627,10008"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,9973 L 9627,9937"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,9902 L 9627,9866"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,9831 L 9627,9795"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,9760 L 9627,9724"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,9689 L 9627,9653"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,9618 L 9627,9583"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,9547 L 9627,9512"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,9476 L 9627,9441"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,9405 L 9627,9370"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,9334 L 9627,9299"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,9263 L 9627,9228"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,9192 L 9627,9157"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,9122 L 9627,9086"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,9051 L 9627,9015"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,8980 L 9627,8944"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,8909 L 9627,8873"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,8838 L 9627,8802"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,8767 L 9627,8731"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,8696 L 9627,8661"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,8625 L 9627,8590"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,8554 L 9627,8519"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,8483 L 9627,8448"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,8412 L 9627,8377"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,8341 L 9627,8306"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,8270 L 9627,8235"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,8200 L 9627,8164"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,8129 L 9627,8093"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,8058 L 9627,8022"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,7987 L 9627,7951"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,7916 L 9627,7880"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,7845 L 9627,7810"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,7774 L 9627,7739"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,7703 L 9627,7668"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,7632 L 9627,7597"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,7561 L 9627,7526"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,7490 L 9627,7455"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,7419 L 9627,7384"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,7349 L 9627,7313"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,7278 L 9627,7242"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,7207 L 9627,7171"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,7136 L 9627,7100"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,7065 L 9627,7029"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,6994 L 9627,6958"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,6923 L 9627,6888"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,6852 L 9627,6817"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,6781 L 9627,6746"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,6710 L 9627,6675"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,6639 L 9627,6604"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,6568 L 9627,6533"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,6497 L 9627,6462"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,6427 L 9627,6391"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,6356 L 9627,6320"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,6285 L 9627,6249"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,6214 L 9627,6178"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,6143 L 9627,6107"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,6072 L 9627,6037"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,6001 L 9627,5966"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,5930 L 9627,5895"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,5859 L 9627,5824"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,5788 L 9627,5753"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,5717 L 9627,5682"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,5646 L 9627,5611"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,5576 L 9627,5540"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,5505 L 9627,5469"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,5434 L 9627,5398"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,5363 L 9627,5327"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9627,5292 L 9627,5256"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9620,5228 L 9584,5228"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9549,5228 L 9514,5228"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9478,5228 L 9443,5228"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9407,5228 L 9372,5228"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9336,5228 L 9301,5228"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9265,5228 L 9230,5228"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9194,5228 L 9159,5228"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9123,5228 L 9088,5228"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9053,5228 L 9017,5228"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8982,5228 L 8946,5228"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8911,5228 L 8875,5228"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8840,5228 L 8804,5228"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8769,5228 L 8733,5228"/>
+ <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8698,5228 L 8663,5228"/>
+ <path fill="rgb(0,182,189)" stroke="none" d="M 8540,7182 C 8544,7182 8547,7182 8550,7182 8560,7182 8570,7183 8579,7185 8589,7188 8597,7192 8606,7197 8615,7202 8623,7208 8630,7215 8637,7221 8643,7229 8648,7238 8653,7247 8657,7256 8659,7265 8662,7274 8663,7284 8663,7294 L 8672,7294 8672,7295 8663,7295 C 8663,7305 8662,7315 8659,7324 8657,7333 8653,7342 8648,7351 8643,7360 8637,7368 8630,7375 8623,7381 8615,7387 8606,7392 8597,7398 8589,7401 8579,7404 8570,7406 8560,7408 8550,7408 8547,7408 8544,7407 8540,7407 L 8541,7403 8541,7398 C 8544,7398 8547,7399 8550,7399 8560,7399 8568,7397 8577,7395 8585,7393 8594,7389 8602,7385 8610,7380 8617,7374 8624,7368 8630,7362 8635,7355 8640,7347 8645,7338 8648,7330 8650,7322 8653,7313 8654,7304 8654,7295 8654,7285 8653,7276 8650,7268 8648,7259 8645,7251 8640,7243 8635,7234 8630,7227 8624,7221 8617,7215 8610,7209 8602,7205 8594,7200 8585,7196 8577,7194 8568,7192 8560,7191 8550,7191 8547,7191 8544,7191 8541,7191 L 8541,7187 8540,7182 Z"/>
+ <path fill="rgb(0,182,189)" stroke="none" d="M 8530,5115 C 8533,5115 8536,5115 8540,5115 8550,5115 8560,5116 8569,5119 8578,5121 8587,5125 8596,5130 8605,5135 8613,5141 8620,5148 8627,5155 8632,5162 8638,5172 8643,5181 8647,5189 8649,5199 8651,5208 8653,5217 8653,5227 L 8662,5227 8662,5229 8653,5229 C 8653,5239 8651,5248 8649,5257 8647,5267 8643,5275 8638,5285 8632,5294 8627,5301 8620,5308 8613,5315 8605,5321 8596,5326 8587,5331 8578,5335 8569,5337 8560,5340 8550,5341 8540,5341 8536,5341 8533,5341 8530,5341 L 8530,5336 8531,5332 C 8534,5332 8537,5332 8540,5332 8549,5332 8558,5331 8567,5329 8575,5326 8583,5323 8592,5318 8600,5313 8607,5308 8613,5302 8620,5295 8625,5288 8630,5280 8635,5272 8638,5263 8640,5255 8643,5246 8644,5238 8644,5228 8644,5218 8643,5210 8640,5201 8638,5193 8635,5184 8630,5176 8625,5168 8620,5161 8613,5154 8607,5148 8600,5143 8592,5138 8583,5133 8575,5130 8567,5127 8558,5125 8549,5124 8540,5124 8537,5124 8534,5124 8531,5124 L 8530,5120 8530,5115 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id66">
+ <rect class="BoundingBox" stroke="none" fill="none" x="4681" y="3972" width="1813" height="937"/>
+ <g>
+ <defs>
+ <linearGradient id="gradient3" x1="5170" y1="3718" x2="6004" y2="5162" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:rgb(128,128,128)"/>
+ <stop offset="1" style="stop-color:rgb(128,128,128)"/>
+ </linearGradient>
+ </defs>
+ <path style="fill:url(#gradient3)" d="M 5587,4890 L 4699,4890 4699,3990 6475,3990 6475,4890 5587,4890 Z"/>
+ </g>
+ <path fill="none" stroke="rgb(165,165,165)" stroke-width="35" stroke-linejoin="miter" d="M 5587,4890 L 4699,4890 4699,3990 6475,3990 6475,4890 5587,4890 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="176px" font-weight="400"><tspan class="TextPosition" x="4982" y="4373"><tspan fill="rgb(0,0,0)" stroke="none">Nested/VM[1]</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id67">
+ <rect class="BoundingBox" stroke="none" fill="none" x="4879" y="5204" width="568" height="427"/>
+ <path fill="rgb(114,159,207)" stroke="none" d="M 4952,5208 C 4917,5208 4883,5242 4883,5277 L 4883,5556 C 4883,5591 4917,5626 4952,5626 L 5372,5626 C 5407,5626 5442,5591 5442,5556 L 5442,5277 C 5442,5242 5407,5208 5372,5208 L 4952,5208 Z M 4883,5208 L 4883,5208 Z M 5442,5626 L 5442,5626 Z"/>
+ <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 4952,5208 C 4917,5208 4883,5242 4883,5277 L 4883,5556 C 4883,5591 4917,5626 4952,5626 L 5372,5626 C 5407,5626 5442,5591 5442,5556 L 5442,5277 C 5442,5242 5407,5208 5372,5208 L 4952,5208 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="176px" font-weight="400"><tspan class="TextPosition" x="4995" y="5379"><tspan fill="rgb(0,0,0)" stroke="none">Fwd</tspan></tspan></tspan><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="176px" font-weight="400"><tspan class="TextPosition" x="4929" y="5578"><tspan fill="rgb(0,0,0)" stroke="none">Cxt[0]</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id68">
+ <rect class="BoundingBox" stroke="none" fill="none" x="5680" y="5204" width="568" height="427"/>
+ <path fill="rgb(114,159,207)" stroke="none" d="M 5753,5208 C 5718,5208 5684,5242 5684,5277 L 5684,5556 C 5684,5591 5718,5626 5753,5626 L 6173,5626 C 6208,5626 6243,5591 6243,5556 L 6243,5277 C 6243,5242 6208,5208 6173,5208 L 5753,5208 Z M 5684,5208 L 5684,5208 Z M 6243,5626 L 6243,5626 Z"/>
+ <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 5753,5208 C 5718,5208 5684,5242 5684,5277 L 5684,5556 C 5684,5591 5718,5626 5753,5626 L 6173,5626 C 6208,5626 6243,5591 6243,5556 L 6243,5277 C 6243,5242 6208,5208 6173,5208 L 5753,5208 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="176px" font-weight="400"><tspan class="TextPosition" x="5796" y="5379"><tspan fill="rgb(0,0,0)" stroke="none">Fwd</tspan></tspan></tspan><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="176px" font-weight="400"><tspan class="TextPosition" x="5730" y="5578"><tspan fill="rgb(0,0,0)" stroke="none">Cxt[1]</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.ConnectorShape">
+ <g id="id69">
+ <rect class="BoundingBox" stroke="none" fill="none" x="5945" y="5232" width="2336" height="471"/>
+ <path fill="none" stroke="rgb(68,114,196)" stroke-width="35" stroke-linejoin="round" d="M 5963,5626 L 5963,5684 6731,5684 6731,5250 8262,5250"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.ConnectorShape">
+ <g id="id70">
+ <rect class="BoundingBox" stroke="none" fill="none" x="5144" y="5532" width="3139" height="245"/>
+ <path fill="none" stroke="rgb(68,114,196)" stroke-width="35" stroke-linejoin="round" d="M 8264,5550 L 7450,5550 7450,5758 5162,5758 5162,5626"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id71">
+ <rect class="BoundingBox" stroke="none" fill="none" x="4898" y="4417" width="1318" height="427"/>
+ <path fill="rgb(112,173,71)" stroke="none" d="M 5557,4825 L 4916,4825 4916,4435 6197,4435 6197,4825 5557,4825 Z"/>
+ <path fill="none" stroke="rgb(82,127,52)" stroke-width="35" stroke-linejoin="miter" d="M 5557,4825 L 4916,4825 4916,4435 6197,4435 6197,4825 5557,4825 Z"/>
+ <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="141px" font-weight="700"><tspan class="TextPosition" x="5281" y="4672"><tspan fill="rgb(255,255,255)" stroke="none">VNF[1]</tspan></tspan></tspan></text>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.ConnectorShape">
+ <g id="id72">
+ <rect class="BoundingBox" stroke="none" fill="none" x="5144" y="4808" width="37" height="420"/>
+ <path fill="none" stroke="rgb(68,114,196)" stroke-width="35" stroke-linejoin="round" d="M 5162,5209 L 5162,4826"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.ConnectorShape">
+ <g id="id73">
+ <rect class="BoundingBox" stroke="none" fill="none" x="5944" y="4809" width="37" height="420"/>
+ <path fill="none" stroke="rgb(68,114,196)" stroke-width="35" stroke-linejoin="round" d="M 5962,5210 L 5962,4827"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id74">
+ <rect class="BoundingBox" stroke="none" fill="none" x="5065" y="4754" width="183" height="77"/>
+ <path fill="rgb(114,159,207)" stroke="none" d="M 5080,4758 C 5074,4758 5069,4763 5069,4769 L 5069,4814 C 5069,4820 5074,4826 5080,4826 L 5231,4826 C 5236,4826 5242,4820 5242,4814 L 5242,4769 C 5242,4763 5236,4758 5231,4758 L 5080,4758 Z M 5069,4758 L 5069,4758 Z M 5243,4826 L 5243,4826 Z"/>
+ <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 5080,4758 C 5074,4758 5069,4763 5069,4769 L 5069,4814 C 5069,4820 5074,4826 5080,4826 L 5231,4826 C 5236,4826 5242,4820 5242,4814 L 5242,4769 C 5242,4763 5236,4758 5231,4758 L 5080,4758 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id75">
+ <rect class="BoundingBox" stroke="none" fill="none" x="5065" y="4954" width="183" height="77"/>
+ <path fill="rgb(114,159,207)" stroke="none" d="M 5080,4958 C 5074,4958 5069,4963 5069,4969 L 5069,5014 C 5069,5020 5074,5026 5080,5026 L 5231,5026 C 5236,5026 5242,5020 5242,5014 L 5242,4969 C 5242,4963 5236,4958 5231,4958 L 5080,4958 Z M 5069,4958 L 5069,4958 Z M 5243,5026 L 5243,5026 Z"/>
+ <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 5080,4958 C 5074,4958 5069,4963 5069,4969 L 5069,5014 C 5069,5020 5074,5026 5080,5026 L 5231,5026 C 5236,5026 5242,5020 5242,5014 L 5242,4969 C 5242,4963 5236,4958 5231,4958 L 5080,4958 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id76">
+ <rect class="BoundingBox" stroke="none" fill="none" x="5865" y="4754" width="183" height="77"/>
+ <path fill="rgb(114,159,207)" stroke="none" d="M 5880,4758 C 5874,4758 5869,4763 5869,4769 L 5869,4814 C 5869,4820 5874,4826 5880,4826 L 6031,4826 C 6036,4826 6042,4820 6042,4814 L 6042,4769 C 6042,4763 6036,4758 6031,4758 L 5880,4758 Z M 5869,4758 L 5869,4758 Z M 6043,4826 L 6043,4826 Z"/>
+ <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 5880,4758 C 5874,4758 5869,4763 5869,4769 L 5869,4814 C 5869,4820 5874,4826 5880,4826 L 6031,4826 C 6036,4826 6042,4820 6042,4814 L 6042,4769 C 6042,4763 6036,4758 6031,4758 L 5880,4758 Z"/>
+ </g>
+ </g>
+ <g class="com.sun.star.drawing.CustomShape">
+ <g id="id77">
+ <rect class="BoundingBox" stroke="none" fill="none" x="5865" y="4954" width="183" height="77"/>
+ <path fill="rgb(114,159,207)" stroke="none" d="M 5880,4958 C 5874,4958 5869,4963 5869,4969 L 5869,5014 C 5869,5020 5874,5026 5880,5026 L 6031,5026 C 6036,5026 6042,5020 6042,5014 L 6042,4969 C 6042,4963 6036,4958 6031,4958 L 5880,4958 Z M 5869,4958 L 5869,4958 Z M 6043,5026 L 6043,5026 Z"/>
+ <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 5880,4958 C 5874,4958 5869,4963 5869,4969 L 5869,5014 C 5869,5020 5874,5026 5880,5026 L 6031,5026 C 6036,5026 6042,5020 6042,5014 L 6042,4969 C 6042,4963 6036,4958 6031,4958 L 5880,4958 Z"/>
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+</svg> \ No newline at end of file
diff --git a/docs/report/vpp_functional_tests/csit_release_notes.rst b/docs/report/vpp_functional_tests/csit_release_notes.rst
index 8b0ae9e3ee..57114cc858 100644
--- a/docs/report/vpp_functional_tests/csit_release_notes.rst
+++ b/docs/report/vpp_functional_tests/csit_release_notes.rst
@@ -6,16 +6,6 @@ Changes in |csit-release|
#. TEST FRAMEWORK
- - **VPP_Device**: Added container based functional VPP device tests
- integrated into LFN CI/CD infrastructure. VPP_Device tests run on
- 1-Node testbeds (1n-skx, 1n-arm) and rely on Linux SRIOV Virtual
- Function (VF), dot1q VLAN tagging and external loopback cables to
- facilitate packet passing over exernal physical links. Initial
- focus is on few baseline tests. Existing CSIT VIRL tests can be
- moved to VPP_Device framework by changing L1 KW(s). L2 KWs and RF
- test definition code stay unchanged. CSIT VIRL to VPP_Device
- migration is expected in the next CSIT release.
-
- **Bug fixes**.
#. CSIT TEST MIMGRATION
@@ -31,30 +21,32 @@ Known Issues
List of known issues in |csit-release| for VPP functional tests in VIRL:
-+---+----------------------------------------+-------------------------------------------------------------------------------------------------------------------------+
-| # | JiraID | Issue Description |
-+===+========================================+=========================================================================================================================+
-| 1 | `CSIT-129 | DHCPv4 client: Client responses to DHCPv4 OFFER sent with different XID. |
-| | <https://jira.fd.io/browse/CSIT-129>`_ | Client replies with DHCPv4 REQUEST message when received DHCPv4 OFFER message with different (wrong) XID. |
-| | `VPP-99 | |
-| | <https://jira.fd.io/browse/VPP-99>`_ | |
-+---+----------------------------------------+-------------------------------------------------------------------------------------------------------------------------+
-| 2 | `CSIT-398 | Softwire - MAP-E: Incorrect calculation of IPv6 destination address when IPv4 prefix is 0. |
-| | <https://jira.fd.io/browse/CSIT-398>`_ | IPv6 destination address is wrongly calculated in case that IPv4 prefix is equal to 0 and IPv6 prefix is less than 40. |
-| | `VPP-380 | |
-| | <https://jira.fd.io/browse/VPP-380>`_ | |
-+---+----------------------------------------+-------------------------------------------------------------------------------------------------------------------------+
-| 3 | `CSIT-399 | Softwire - MAP-E: Map domain is created when incorrect parameters provided. |
-| | <https://jira.fd.io/browse/CSIT-399>`_ | Map domain is created in case that the sum of suffix length of IPv4 prefix and PSID length is greater than EA bits |
-| | `VPP-435 | length. IPv6 destination address contains bits writen with PSID over the EA-bit length when IPv4 packet is sent. |
-| | <https://jira.fd.io/browse/VPP-435>`_ | |
-+---+----------------------------------------+-------------------------------------------------------------------------------------------------------------------------+
-| 4 | `CSIT-409 | IPv6 RA: Incorrect IPv6 destination address in response to ICMPv6 Router Solicitation. |
-| | <https://jira.fd.io/browse/CSIT-409>`_ | Wrong IPv6 destination address (ff02::1) is used in ICMPv6 Router Advertisement packet sent as a response to received |
-| | `VPP-406 | ICMPv6 Router Solicitation packet. |
-| | <https://jira.fd.io/browse/VPP-406>`_ | |
-+---+----------------------------------------+-------------------------------------------------------------------------------------------------------------------------+
-| 5 | `CSIT-565 | Vhost-user: QEMU reconnect does not work. |
-| | <https://jira.fd.io/browse/CSIT-565>`_ | QEMU 2.5.0 used in CSIT does not support vhost-user reconnect. Requires upgrading CSIT VIRL environment to QEMU 2.7.0. |
-+---+----------------------------------------+-------------------------------------------------------------------------------------------------------------------------+
-
++---+-----------------------------------------+-------------------------------------------------------------------------------------------------------------------------+
+| # | JiraID | Issue Description |
++===+=========================================+=========================================================================================================================+
+| 1 | `CSIT-129 | DHCPv4 client: Client responses to DHCPv4 OFFER sent with different XID. |
+| | <https://jira.fd.io/browse/CSIT-129>`_ | Client replies with DHCPv4 REQUEST message when received DHCPv4 OFFER message with different (wrong) XID. |
+| | `VPP-99 | |
+| | <https://jira.fd.io/browse/VPP-99>`_ | |
++---+-----------------------------------------+-------------------------------------------------------------------------------------------------------------------------+
+| 2 | `CSIT-398 | Softwire - MAP-E: Incorrect calculation of IPv6 destination address when IPv4 prefix is 0. |
+| | <https://jira.fd.io/browse/CSIT-398>`_ | IPv6 destination address is wrongly calculated in case that IPv4 prefix is equal to 0 and IPv6 prefix is less than 40. |
+| | `VPP-380 | |
+| | <https://jira.fd.io/browse/VPP-380>`_ | |
++---+-----------------------------------------+-------------------------------------------------------------------------------------------------------------------------+
+| 3 | `CSIT-399 | Softwire - MAP-E: Map domain is created when incorrect parameters provided. |
+| | <https://jira.fd.io/browse/CSIT-399>`_ | Map domain is created in case that the sum of suffix length of IPv4 prefix and PSID length is greater than EA bits |
+| | `VPP-435 | length. IPv6 destination address contains bits writen with PSID over the EA-bit length when IPv4 packet is sent. |
+| | <https://jira.fd.io/browse/VPP-435>`_ | |
++---+-----------------------------------------+-------------------------------------------------------------------------------------------------------------------------+
+| 4 | `CSIT-409 | IPv6 RA: Incorrect IPv6 destination address in response to ICMPv6 Router Solicitation. |
+| | <https://jira.fd.io/browse/CSIT-409>`_ | Wrong IPv6 destination address (ff02::1) is used in ICMPv6 Router Advertisement packet sent as a response to received |
+| | `VPP-406 | ICMPv6 Router Solicitation packet. |
+| | <https://jira.fd.io/browse/VPP-406>`_ | |
++---+-----------------------------------------+-------------------------------------------------------------------------------------------------------------------------+
+| 5 | `CSIT-565 | Vhost-user: QEMU reconnect does not work. |
+| | <https://jira.fd.io/browse/CSIT-565>`_ | QEMU 2.5.0 used in CSIT does not support vhost-user reconnect. Requires upgrading CSIT VIRL environment to QEMU 2.7.0. |
++---+-----------------------------------------+-------------------------------------------------------------------------------------------------------------------------+
+| 6 | `CSIT-1371 | Softwire: Exclude all softwire functional tests until KWs re-worked to PAPI |
+| | <https://jira.fd.io/browse/CSIT-1371>`_ | Map commands were remove from VAT by VPP patch https://gerrit.fd.io/r/#/c/16115/. |
++---+-----------------------------------------+-------------------------------------------------------------------------------------------------------------------------+
diff --git a/docs/report/vpp_functional_tests/test_environment.rst b/docs/report/vpp_functional_tests/test_environment.rst
index 412f825b09..96c9093469 100644
--- a/docs/report/vpp_functional_tests/test_environment.rst
+++ b/docs/report/vpp_functional_tests/test_environment.rst
@@ -124,6 +124,7 @@ Example of DUT nodes configuration:
DUT1:
type: DUT
host: "10.30.51.157"
+ arch: x86_64
port: 22
username: cisco
honeycomb:
@@ -180,6 +181,7 @@ Example of DUT nodes configuration:
DUT2:
type: DUT
host: "10.30.51.156"
+ arch: x86_64
port: 22
username: cisco
honeycomb:
@@ -244,17 +246,17 @@ VPP Installed Packages - Ubuntu
::
- $ dpkg -l vpp\*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============-=============-============-=============================================
- ii vpp 18.10-release amd64 Vector Packet Processing--executables
- ii vpp-dbg 18.10-release amd64 Vector Packet Processing--debug symbols
- ii vpp-dev 18.10-release amd64 Vector Packet Processing--development support
- ii vpp-lib 18.10-release amd64 Vector Packet Processing--runtime libraries
- ii vpp-plugins 18.10-release amd64 Vector Packet Processing--runtime plugins
+ ii vpp 19.01-release amd64 Vector Packet Processing--executables
+ ii vpp-api-python 19.01-release amd64 VPP Python API bindings
+ ii vpp-dbg 19.01-release amd64 Vector Packet Processing--debug symbols
+ ii vpp-dev 19.01-release amd64 Vector Packet Processing--development support
+ ii vpp-lib 19.01-release amd64 Vector Packet Processing--runtime libraries
+ ii vpp-plugins 19.01-release amd64 Vector Packet Processing--runtime plugins
VPP Installed Packages - Centos
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -262,18 +264,66 @@ VPP Installed Packages - Centos
::
$ rpm -qai vpp*
+ Name : vpp-selinux-policy
+ Version : 19.01
+ Release : release
+ Architecture: x86_64
+ Install Date: Thu 31 Jan 2019 07:16:34 AM EST
+ Group : System Environment/Base
+ Size : 102213
+ License : ASL 2.0
+ Signature : (none)
+ Source RPM : vpp-19.01-release.src.rpm
+ Build Date : Wed 30 Jan 2019 06:04:06 PM EST
+ Build Host : ed28282db47e
+ Relocations : (not relocatable)
+ Summary : VPP Security-Enhanced Linux (SELinux) policy
+ Description :
+ This package contains a tailored VPP SELinux policy
+ Name : vpp-plugins
+ Version : 19.01
+ Release : release
+ Architecture: x86_64
+ Install Date: Thu 31 Jan 2019 07:16:37 AM EST
+ Group : System Environment/Libraries
+ Size : 84873573
+ License : ASL 2.0
+ Signature : (none)
+ Source RPM : vpp-19.01-release.src.rpm
+ Build Date : Wed 30 Jan 2019 06:04:06 PM EST
+ Build Host : ed28282db47e
+ Relocations : (not relocatable)
+ Summary : Vector Packet Processing--runtime plugins
+ Description :
+ This package contains VPP plugins
+ Name : vpp-api-python
+ Version : 19.01
+ Release : release
+ Architecture: x86_64
+ Install Date: Thu 31 Jan 2019 07:16:34 AM EST
+ Group : Development/Libraries
+ Size : 163624
+ License : ASL 2.0
+ Signature : (none)
+ Source RPM : vpp-19.01-release.src.rpm
+ Build Date : Wed 30 Jan 2019 06:04:06 PM EST
+ Build Host : ed28282db47e
+ Relocations : (not relocatable)
+ Summary : VPP api python bindings
+ Description :
+ This package contains the python bindings for the vpp api
Name : vpp
- Version : 18.10
+ Version : 19.01
Release : release
Architecture: x86_64
- Install Date: Wed 31 Oct 2018 07:58:58 AM EDT
+ Install Date: Thu 31 Jan 2019 07:16:34 AM EST
Group : Unspecified
- Size : 2489049
+ Size : 2522340
License : ASL 2.0
Signature : (none)
- Source RPM : vpp-18.10-release.src.rpm
- Build Date : Tue 23 Oct 2018 03:08:17 AM EDT
- Build Host : dc3d24d75f0c
+ Source RPM : vpp-19.01-release.src.rpm
+ Build Date : Wed 30 Jan 2019 06:04:06 PM EST
+ Build Host : ed28282db47e
Relocations : (not relocatable)
Summary : Vector Packet Processing
Description :
@@ -282,17 +332,17 @@ VPP Installed Packages - Centos
vpp_api_test - vector packet engine API test tool
vpp_json_test - vector packet engine JSON test tool
Name : vpp-lib
- Version : 18.10
+ Version : 19.01
Release : release
Architecture: x86_64
- Install Date: Wed 31 Oct 2018 07:58:58 AM EDT
+ Install Date: Thu 31 Jan 2019 07:16:34 AM EST
Group : System Environment/Libraries
- Size : 12012271
+ Size : 12203613
License : ASL 2.0
Signature : (none)
- Source RPM : vpp-18.10-release.src.rpm
- Build Date : Tue 23 Oct 2018 03:08:17 AM EDT
- Build Host : dc3d24d75f0c
+ Source RPM : vpp-19.01-release.src.rpm
+ Build Date : Wed 30 Jan 2019 06:04:06 PM EST
+ Build Host : ed28282db47e
Relocations : (not relocatable)
Summary : VPP libraries
Description :
@@ -302,34 +352,18 @@ VPP Installed Packages - Centos
vlib - vector processing library
vlib-api - binary API library
vnet - network stack library
- Name : vpp-selinux-policy
- Version : 18.10
- Release : release
- Architecture: x86_64
- Install Date: Wed 31 Oct 2018 07:58:58 AM EDT
- Group : System Environment/Base
- Size : 86709
- License : ASL 2.0
- Signature : (none)
- Source RPM : vpp-18.10-release.src.rpm
- Build Date : Tue 23 Oct 2018 03:08:17 AM EDT
- Build Host : dc3d24d75f0c
- Relocations : (not relocatable)
- Summary : VPP Security-Enhanced Linux (SELinux) policy
- Description :
- This package contains a tailored VPP SELinux policy
Name : vpp-devel
- Version : 18.10
+ Version : 19.01
Release : release
Architecture: x86_64
- Install Date: Wed 31 Oct 2018 07:59:01 AM EDT
+ Install Date: Thu 31 Jan 2019 07:16:38 AM EST
Group : Development/Libraries
- Size : 12393361
+ Size : 12835399
License : ASL 2.0
Signature : (none)
- Source RPM : vpp-18.10-release.src.rpm
- Build Date : Tue 23 Oct 2018 03:08:17 AM EDT
- Build Host : dc3d24d75f0c
+ Source RPM : vpp-19.01-release.src.rpm
+ Build Date : Wed 30 Jan 2019 06:04:06 PM EST
+ Build Host : ed28282db47e
Relocations : (not relocatable)
Summary : VPP header files, static libraries
Description :
@@ -341,22 +375,6 @@ VPP Installed Packages - Centos
vnet - devices, classify, dhcp, ethernet flow, gre, ip, etc.
vpp-api
vppinfra
- Name : vpp-plugins
- Version : 18.10
- Release : release
- Architecture: x86_64
- Install Date: Wed 31 Oct 2018 07:59:01 AM EDT
- Group : System Environment/Libraries
- Size : 58835927
- License : ASL 2.0
- Signature : (none)
- Source RPM : vpp-18.10-release.src.rpm
- Build Date : Tue 23 Oct 2018 03:08:17 AM EDT
- Build Host : dc3d24d75f0c
- Relocations : (not relocatable)
- Summary : Vector Packet Processing--runtime plugins
- Description :
- This package contains VPP plugins
VPP Startup Configuration
~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -464,6 +482,15 @@ to SW Crypto device.
## Whitelist specific interface by specifying PCI address
# dev 0000:02:00.0
+ ## Blacklist specific device type by specifying PCI vendor:device
+ ## Whitelist entries take precedence
+ # blacklist 8086:10fb
+
+ ## Set interface name
+ # dev 0000:02:00.1 {
+ # name eth0
+ # }
+
## Whitelist specific interface by specifying PCI address and in
## addition specify custom parameters for this interface
# dev 0000:02:00.1 {
@@ -505,7 +532,7 @@ to SW Crypto device.
# plugins {
## Adjusting the plugin path depending on where the VPP plugins are
- # path /home/bms/vpp/build-root/install-vpp-native/vpp/lib/vpp_plugins
+ # path /ws/vpp/build-root/install-vpp-native/vpp/lib/vpp_plugins
## Disable all plugins by default and then selectively enable specific plugins
# plugin default { disable }
@@ -517,9 +544,6 @@ to SW Crypto device.
# plugin acl_plugin.so { disable }
# }
- ## Alternate syntax to choose plugin path
- # plugin_path /home/bms/vpp/build-root/install-vpp-native/vpp/lib/vpp_plugins
-
**SW Crypto Device Configuration**
::
@@ -578,6 +602,7 @@ Example of TG node configuration:::
TG:
type: TG
host: "10.30.51.155"
+ arch: x86_64
port: 22
username: cisco
priv_key: |