aboutsummaryrefslogtreecommitdiffstats
path: root/docs/report/vpp_device_tests
diff options
context:
space:
mode:
Diffstat (limited to 'docs/report/vpp_device_tests')
-rw-r--r--docs/report/vpp_device_tests/csit_release_notes.rst20
-rw-r--r--docs/report/vpp_device_tests/index.rst8
-rw-r--r--docs/report/vpp_device_tests/overview.rst173
-rw-r--r--docs/report/vpp_device_tests/test_environment.rst581
-rw-r--r--docs/report/vpp_device_tests/vf-2n-nic2memif.svg1102
-rw-r--r--docs/report/vpp_device_tests/vf-2n-nic2nic.svg1165
-rw-r--r--docs/report/vpp_device_tests/vf-2n-nic2vhost.svg1042
-rw-r--r--docs/report/vpp_device_tests/vpp_device.svg318
8 files changed, 0 insertions, 4409 deletions
diff --git a/docs/report/vpp_device_tests/csit_release_notes.rst b/docs/report/vpp_device_tests/csit_release_notes.rst
deleted file mode 100644
index acccffc3c0..0000000000
--- a/docs/report/vpp_device_tests/csit_release_notes.rst
+++ /dev/null
@@ -1,20 +0,0 @@
-Release Notes
-=============
-
-Changes in |csit-release|
--------------------------
-
-#. TEST FRAMEWORK
-
- - No updates
-
-Known Issues
-------------
-
-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/index.rst b/docs/report/vpp_device_tests/index.rst
deleted file mode 100644
index 841ea98359..0000000000
--- a/docs/report/vpp_device_tests/index.rst
+++ /dev/null
@@ -1,8 +0,0 @@
-VPP Device
-==========
-
-.. toctree::
-
- overview
- csit_release_notes
- test_environment
diff --git a/docs/report/vpp_device_tests/overview.rst b/docs/report/vpp_device_tests/overview.rst
deleted file mode 100644
index a596ae97ff..0000000000
--- a/docs/report/vpp_device_tests/overview.rst
+++ /dev/null
@@ -1,173 +0,0 @@
-Overview
-========
-
-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, three distinct logical topology
-types are used for VPP DUT data plane testing:
-
-#. vfNIC-to-vfNIC switching topologies.
-#. vfNIC-to-vhost-user switching topologies.
-#. vfNIC-to-memif switching topologies.
-
-vfNIC-to-vfNIC Switching
-~~~~~~~~~~~~~~~~~~~~~~~~
-
-The simplest physical topology for software data plane application like
-VPP is vfNIC-to-vfNIC switching. Tested virtual topologies for 2-Node testbeds
-are shown in figures below.
-
-.. only:: latex
-
- .. raw:: latex
-
- \begin{figure}[H]
- \centering
- \graphicspath{{../_tmp/src/vpp_device_tests/}}
- \includegraphics[width=0.90\textwidth]{vf-2n-nic2nic}
- \label{fig:vf-2n-nic2nic}
- \end{figure}
-
-.. only:: html
-
- .. figure:: ../vpp_device_tests/vf-2n-nic2nic.svg
- :alt: vf-2n-nic2nic
- :align: center
-
-SUT1 is Docker Container (running Ubuntu, depending on the test suite), TG is
-a Traffic Generator (running Ubuntu Container). SUTs run VPP
-SW application in Linux user-mode as a Device Under Test (DUT) within
-the container. TG runs Scapy SW application as a packet Traffic Generator.
-Network connectivity between SUTs and to TG is provided using virtual function
-of physical NICs.
-
-Virtual topologies are created on-demand whenever a verification job is
-started (e.g. triggered by the gerrit patch submission) and destroyed
-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 VPP Device
-environment:
-
-+-----------------------+----------------------------------------------+
-| Functionality | Description |
-+=======================+==============================================+
-| ACL (classify) | Ingress Access Control List security for L2 |
-| | Bridge-Domain MAC switching, IPv4 routing, |
-| | IPv6 routing. |
-+-----------------------+----------------------------------------------+
-| ACL (acl_plugin) | Ingress and Egress Access Control List |
-| | security in stateless and stateful mode for |
-| | L2 Bridge-Domain MAC switching, IPv4 |
-| | routing, IPv6 routing. |
-+-----------------------+----------------------------------------------+
-| ADL | ADL address allow-list and block-list |
-| | filtering for IPv4 and IPv6 routing. |
-+-----------------------+----------------------------------------------+
-| GENEVE | GENEVE tunnels for IPv4 routing. |
-+-----------------------+----------------------------------------------+
-| IPSec | IPSec tunnel and transport modes. |
-+-----------------------+----------------------------------------------+
-| IPv4 | IPv4 routing, ICMPv4. |
-+-----------------------+----------------------------------------------+
-| IPv6 | IPv4 routing, ICMPv6. |
-+-----------------------+----------------------------------------------+
-| L2BD | L2 Bridge-Domain switching for untagged |
-| | Ethernet. |
-+-----------------------+----------------------------------------------+
-| L2XC | L2 Cross-Connect switching for untagged |
-| | Ethernet. |
-+-----------------------+----------------------------------------------+
-| MACIP (acl_plugin) | Ingress Access Control List security for L2 |
-| | Bridge-Domain MAC switching based on mix |
-| | of MAC and IP address matches. |
-+-----------------------+----------------------------------------------+
-| Memif Interface | Baseline VPP memif interface tests. |
-+-----------------------+----------------------------------------------+
-| NAT44 | Network Address and Port Translation |
-| | deterministic mode and endpoint-dependent |
-| | mode tests for IPv4. |
-+-----------------------+----------------------------------------------+
-| QoS Policer Metering | Ingress packet rate metering and marking for |
-| | IPv4, IPv6. |
-+-----------------------+----------------------------------------------+
-| SRv6 | Segment routing over IPv6, base and proxy. |
-+-----------------------+----------------------------------------------+
-| Tap Interface | Baseline Linux tap interface tests. |
-+-----------------------+----------------------------------------------+
-| VLAN Tag | L2 VLAN subinterfaces. |
-+-----------------------+----------------------------------------------+
-| Vhost-user Interface | Baseline VPP vhost-user interface tests. |
-+-----------------------+----------------------------------------------+
-| VXLAN | VXLAN overlay tunneling for L2-over-IPv4 and |
-| | -over-IPv6. |
-+-----------------------+----------------------------------------------+
-
-Tests Naming
-------------
-
-|csit-release| follows a common structured naming convention for all
-performance and system functional tests, introduced in CSIT-17.01.
-
-The naming should be intuitive for majority of the tests. Complete
-description of CSIT test naming convention is provided on
-:ref:`csit_test_naming`.
diff --git a/docs/report/vpp_device_tests/test_environment.rst b/docs/report/vpp_device_tests/test_environment.rst
deleted file mode 100644
index 2fe4adb439..0000000000
--- a/docs/report/vpp_device_tests/test_environment.rst
+++ /dev/null
@@ -1,581 +0,0 @@
-Integration Tests
-=================
-
-Abstract
---------
-
-FD.io VPP software data plane technology has become very popular across
-a wide range of VPP eco-system use cases, putting higher pressure on
-continuous verification of VPP software quality.
-
-This document describes a proposal for design and implementation of extended
-continuous VPP testing by extending existing test environments.
-Furthermore it describes and summarizes implementation details of Integration
-and System tests platform *1-Node VPP_Device*. It aims to provide a complete
-end-to-end view of *1-Node VPP_Device* environment in order to improve
-extendability and maintenance, under the guideline of VPP core team.
-
-The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD",
-"SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be
-interpreted as described in :rfc:`8174`.
-
-Overview
---------
-
-.. only:: latex
-
- .. raw:: latex
-
- \begin{figure}[H]
- \centering
- \graphicspath{{../_tmp/src/vpp_device_tests/}}
- \includegraphics[width=0.90\textwidth]{vpp_device}
- \label{fig:vpp_device}
- \end{figure}
-
-.. only:: html
-
- .. figure:: vpp_device.svg
- :alt: vpp_device
- :align: center
-
-Physical Testbeds
------------------
-
-All :abbr:`FD.io (Fast Data Input/Ouput)` :abbr:`CSIT (Continuous System
-Integration and Testing)` vpp-device tests are executed on physical testbeds
-built with bare-metal servers hosted by :abbr:`LF (Linux Foundation)` FD.io
-project. Two 1-node testbed topologies are used:
-
-- **2-Container Topology**: Consisting of one Docker container acting as SUT
- (System Under Test) and one Docker container as TG (Traffic Generator), both
- connected in ring topology via physical NIC cross-connecting.
-
-Current FD.io production testbeds are built with servers based on one
-processor generation of Intel Xeons: Skylake (Platinum 8180). Testbeds built
-with servers based on Arm processors are in the process of being added to FD.io
-production.
-
-Following section describe existing production 1n-skx testbed.
-
-1-Node Xeon Skylake (1n-skx)
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-1n-skx testbed is based on single SuperMicro SYS-7049GP-TRT server equipped
-with two Intel Xeon Skylake Platinum 8180 2.5 GHz 28 core processors. Physical
-testbed topology is depicted in a figure below.
-
-.. only:: latex
-
- .. raw:: latex
-
- \begin{figure}[H]
- \centering
- \graphicspath{{../_tmp/src/vpp_device_tests/}}
- \includegraphics[width=0.90\textwidth]{vf-2n-nic2nic}
- \label{fig:vf-2n-nic2nic}
- \end{figure}
-
-.. only:: html
-
- .. figure:: vf-2n-nic2nic.svg
- :alt: vf-2n-nic2nic
- :align: center
-
-Server is populated with the following NIC models:
-
-#. NIC-1: x710-da4 4p10GE Intel.
-#. NIC-2: E810-2CQDA2 2p100GbE Intel.
-
-All Intel Xeon Skylake servers run with Intel Hyper-Threading enabled,
-doubling the number of logical cores exposed to Linux, with 56 logical
-cores and 28 physical cores per processor socket.
-
-NIC interfaces are shared using Linux vfio_pci and VPP VF drivers:
-
-- DPDK VF driver,
-- Fortville AVF driver.
-
-Provided Intel x710-da4 4p10GE NICs support 32 VFs per interface, 128 per NIC.
-
-Complete 1n-skx testbeds specification is available on `CSIT LF Testbeds
-<https://wiki.fd.io/view/CSIT/Testbeds:_Xeon_Skx,_Arm,_Atom.>`_ wiki page.
-
-Total of two 1n-skx testbeds are in operation in FD.io labs.
-
-1-Node Virtualbox (1n-vbox)
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-1n-skx testbed can run in single VirtualBox VM machine. This solution replaces
-the previously used Vagrant environment based on 3 VMs.
-
-VirtualBox VM MAY be created by Vagrant and MUST have additional 4 virtio NICs
-each pair attached to separate private networks to simulate back-to-back
-connections. It SHOULD be 82545EM device model (otherwise can be changed in
-boostrap scripts). Example of Vagrant configuration:
-
-::
-
- Vagrant.configure(2) do |c|
- c.vm.network "private_network", type: "dhcp", auto_config: false,
- virtualbox__intnet: "port1", nic_type: "82545EM"
- c.vm.network "private_network", type: "dhcp", auto_config: false,
- virtualbox__intnet: "port2", nic_type: "82545EM"
-
- c.vm.provider :virtualbox do |v|
- v.customize ["modifyvm", :id, "--nicpromisc2", "allow-all"]
- v.customize ["modifyvm", :id, "--nicpromisc3", "allow-all"]
- v.customize ["modifyvm", :id, "--nicpromisc4", "allow-all"]
- v.customize ["modifyvm", :id, "--nicpromisc5", "allow-all"]
-
-Vagrant VM is populated with the following NIC models:
-
-#. NIC-1: 82545EM Intel.
-#. NIC-2: 82545EM Intel.
-#. NIC-3: 82545EM Intel.
-#. NIC-4: 82545EM Intel.
-
-Containers
-----------
-
-It was agreed on :abbr:`TWS (Technical Work Stream)` call to continue with
-Ubuntu 18.04 LTS as a baseline system with OPTIONAL extend to Centos 7 and
-SuSE per demand [#TWSLink]_.
-
-All :abbr:`DCR (Docker container)` images are REQUIRED to be hosted on Docker
-registry available from LF network, publicly available and trackable. For
-backup, tracking and contributing purposes all Dockerfiles (including files
-needed for building container) MUST be available and stored in
-[#fdiocsitgerrit]_ repository under appropriate folders. This allows the
-peer review process to be done for every change of infrastructure related to
-scope of this document.
-Currently only **csit-shim-dcr** and **csit-sut-dcr** containers will be stored
-and maintained under CSIT repository by CSIT contributors.
-
-At the time of designing solution described in this document the
-interconnection between [#dockerhub]_ and [#fdiocsitgerrit]_ for
-automated build purposes and image hosting cannot be established with the trust
-and respectful to security of FD.io project. Unless adressed, :abbr:`DCR
-(Docker container)` images will be placed in custom registry service
-[#fdioregistry]_.
-Automated Jenkins jobs will be created in align of long term solution for
-container lifecycle and ability to build new version of docker images.
-
-In parallel, the effort is started to find the outsourced Docker registry
-service.
-
-Versioning
-~~~~~~~~~~
-
-As of initial version of vpp-device, we do have only single latest version of
-Docker image hosted on [#dockerhub]_. This will be addressed as further
-improvement with proper semantic versioning.
-
-jenkins-slave-dcr
-~~~~~~~~~~~~~~~~~
-
-This :abbr:`DCR (Docker container)` acts as the Jenkins slave (known also as
-jenkins minion). It can connect over SSH protocol to TCP port 6022 of
-**csit-shim-dcr** and executes non-interactive reservation script. Nomad is
-responsible for scheduling this container execution onto specific
-**1-Node VPP_Device** testbed. It executes
-:abbr:`CSIT (Continuous System Integration and Testing)` environment including
-:abbr:`CSIT (Continuous System Integration and Testing)` framework.
-
-All software dependencies including VPP/DPDK that are not present in
-**csit-sut-dcr** container image and/or needs to be compiled prior running on
-**csit-sut-dcr** SHOULD be compiled in this container.
-
-- *Container Image Location*: Docker image at snergster/vpp-ubuntu18.
-
-- *Container Definition*: Docker file specified at [#JenkinsSlaveDcrFile]_.
-
-- *Initializing*: Container is initialized from within *Consul by HashiCorp*
- and *Nomad by HashiCorp*.
-
-csit-shim-dcr
-~~~~~~~~~~~~~
-
-This :abbr:`DCR (Docker container)` acts as an intermediate layer running
-script responsible for orchestrating topologies under test and reservation.
-Responsible for managing VF resources and allocation to
-:abbr:`DUT (Device Under Test)`, :abbr:`TG (Traffic Generator)` containers.
-This MUST to be done on **csit-shim-dcr**.
-This image also acts as the generic reservation mechanics arbiter to make sure
-that only Y number of simulations are spawned on any given HW node.
-
-- *Container Image Location*: Docker image at snergster/csit-shim.
-
-- *Container Definition*: Docker file specified at [#CsitShimDcrFile]_.
-
-- *Initializing*: Container is initialized from within *Consul by HashiCorp*
- and *Nomad by HashiCorp*. Required docker parameters, to be able to run
- nested containers with VF reservation system are: privileged, net=host,
- pid=host.
-
-- *Connectivity*: Over SSH only, using <host>:6022 format. Currently using
- *root* user account as primary. From the jenkins slave it will be able to
- connect via env variable, since the jenkins slave doesn't actually know what
- host its running on.
-
- ::
-
- ssh -p 6022 root@10.30.51.node
-
-csit-sut-dcr
-~~~~~~~~~~~~
-
-This :abbr:`DCR (Docker container)` acts as an :abbr:`SUT (System Under Test)`.
-Any :abbr:`DUT (Device Under Test)` or :abbr:`TG (Traffic Generator)`
-application is installed there. It is RECOMMENDED to install DUT and
-all DUT dependencies via commands ``rpm -ihv`` on RedHat based OS or
-``dpkg -i`` on Debian based OS.
-
-Container is designed to be a very lightweight Docker image that only installs
-packages and execute binaries (previously built or downloaded on
-**jenkins-slave-dcr**) and contains libraries necessary to run CSIT framework
-including those required by DUT/TG.
-
-- *Container Image Location*: Docker image at snergster/csit-sut.
-
-- *Container Definition*: Docker file specified at [#CsitSutDcrFile]_.
-
-- *Initializing*:
- ::
-
- docker run
- # Run the container in the background and print the new container ID.
- --detach=true
- # Give extended privileges to this container. A "privileged" container is
- # given access to all devices and able to run nested containers.
- --privileged
- # Publish all exposed ports to random ports on the host interfaces.
- --publish-all
- # Automatically remove the container when it exits.
- --rm
- # Size of /dev/shm.
- dcr_stc_params+="--shm-size 512M "
- # Override access to PCI bus by attaching a filesystem mount to the
- # container.
- dcr_stc_params+="--mount type=tmpfs,destination=/sys/bus/pci/devices "
- # Mount vfio to be able to bind to see bound interfaces. We cannot use
- # --device=/dev/vfio as this does not see newly bound interfaces.
- dcr_stc_params+="--volume /dev/vfio:/dev/vfio "
- # Mount docker.sock to be able to use docker deamon of the host.
- dcr_stc_params+="--volume /var/run/docker.sock:/var/run/docker.sock "
- # Mount /opt/boot/ where VM kernel and initrd are located.
- dcr_stc_params+="--volume /opt/boot/:/opt/boot/ "
- # Mount host hugepages for VMs.
- dcr_stc_params+="--volume /dev/hugepages/:/dev/hugepages/ "
-
- Container name is catenated from **csit-** prefix and uuid generated uniquely
- for each container instance.
-
-- *Connectivity*: Over SSH only, using <host>[:<port>] format. Currently using
- *root* user account as primary.
- ::
-
- ssh -p <port> root@10.30.51.<node>
-
-Container required to run as ``--privileged`` due to ability to create nested
-containers and have full read/write access to sysfs (for bind/unbind). Docker
-automatically pick free network port (``--publish-all``) for ability to connect
-over ssh. To be able to limit access to PCI bus, container is creating tmpfs
-mount type in PCI bus tree. CSIT reservation script is dynamically linking only
-PCI devices (NIC cards) that are reserved for particular container. This
-way it is not colliding with other containers. To make vfio work, access to
-``/dev/vfio`` must be granted.
-
-.. todo: Change default user to testuser with non-privileged and install sudo.
-
-Environment initialization
---------------------------
-
-All 1-node servers are to be managed and provisioned via the
-[#ansiblelink]_ set of playbooks with *vpp-device* role. Full playbooks
-can be found under [#fdiocsitansible]_ directory. This way we are able to
-track all configuration changes of physical servers in gerrit (in structured
-yaml format) as well as we are able to extend *vpp-device* to additional
-servers with less effort or re-stage servers in case of failure.
-
-SR-IOV VF initialization is done via ``systemd`` service during host system boot
-up. Service with name *csit-initialize-vfs.service* is created under systemd
-system context (``/etc/systemd/system/``). By default service is calling
-``/usr/local/bin/csit-initialize-vfs.sh`` with single parameter:
-
-- **start**: Creates maximum number of :abbr:`virtual functions (VFs)` (detected
- from ``sriov_totalvfs``) for each whitelisted PCI device.
-- **stop**: Removes all :abbr:`VFs (Virtual Functions)` for all whitelisted PCI
- device.
-
-Service is considered active even when all of its processes exited successfully.
-Stopping service will automatically remove :abbr:`VFs (Virtual Functions)`.
-
-::
-
- [Unit]
- Description=CSIT Initialize SR-IOV VFs
- After=network.target
-
- [Service]
- Type=one-shot
- RemainAfterExit=True
- ExecStart=/usr/local/bin/csit-initialize-vfs.sh start
- ExecStop=/usr/local/bin/csit-initialize-vfs.sh stop
-
- [Install]
- WantedBy=default.target
-
-Script is driven by two array variables ``pci_blacklist``/``pci_whitelist``.
-They MUST store all PCI addresses in **<domain>:<bus>:<device>.<func>** format,
-where:
-
-- **pci_blacklist**: PCI addresses to be skipped from
- :abbr:`VFs (Virtual Functions)` initialization (useful for e.g. excluding
- management network interfaces).
-- **pci_whitelist**: PCI addresses to be included for
- :abbr:`VFs (Virtual Functions)` initialization.
-
-VF reservation
---------------
-
-During topology initialization phase of script, mutex is used to avoid multiple
-instances of script to interact with each other during resources allocation.
-Mutal exclusion ensure that no two distinct instances of script will get same
-resource list.
-
-Reservation function reads the list of all available virtual function network
-devices in system:
-
-::
-
- # Find the first ${device_count} number of available TG Linux network
- # VF device names. Only allowed VF PCI IDs are filtered.
- for netdev in ${tg_netdev[@]}
- do
- for netdev_path in $(grep -l "${pci_id}" \
- /sys/class/net/${netdev}*/device/device \
- 2> /dev/null)
- do
- if [[ ${#TG_NETDEVS[@]} -lt ${device_count} ]]; then
- tg_netdev_name=$(dirname ${netdev_path})
- tg_netdev_name=$(dirname ${tg_netdev_name})
- TG_NETDEVS+=($(basename ${tg_netdev_name}))
- else
- break
- fi
- done
- if [[ ${#TG_NETDEVS[@]} -eq ${device_count} ]]; then
- break
- fi
- done
-
-Where ``${pci_id}`` is ID of white-listed VF PCI ID. For more information please
-see [#pciids]_. This act as security constraint to prevent taking other
-unwanted interfaces.
-The output list of all VF network devices is split into two lists for TG and
-SUT side of connection. First two items from each TG or SUT network devices
-list are taken to expose directly to namespace of container. This can be done
-via commands:
-
-::
-
- $ ip link set ${netdev} netns ${DCR_CPIDS[tg]}
- $ ip link set ${netdev} netns ${DCR_CPIDS[dut1]}
-
-In this stage also symbolic links to PCI devices under sysfs bus directory tree
-are created in running containers. Once VF devices are assigned to container
-namespace and PCI devices are linked to running containers and mutex is exited.
-Selected VF network device automatically disappear from parent container
-namespace, so another instance of script will not find device under that
-namespace.
-
-Once Docker container exits, network device is returned back into parent
-namespace and can be reused.
-
-Network traffic isolation - Intel i40evf
-----------------------------------------
-
-In a virtualized environment, on Intel(R) Server Adapters that support SR-IOV,
-the virtual function (VF) may be subject to malicious behavior. Software-
-generated layer two frames, like IEEE 802.3x (link flow control), IEEE 802.1Qbb
-(priority based flow-control), and others of this type, are not expected and
-can throttle traffic between the host and the virtual switch, reducing
-performance. To resolve this issue, configure all SR-IOV enabled ports for
-VLAN tagging. This configuration allows unexpected, and potentially malicious,
-frames to be dropped. [#inteli40e]_
-
-To configure VLAN tagging for the ports on an SR-IOV enabled adapter,
-use the following command. The VLAN configuration SHOULD be done
-before the VF driver is loaded or the VM is booted. [#inteli40e]_
-
-::
-
- $ ip link set dev <PF netdev id> vf <id> vlan <vlan id>
-
-For example, the following instructions will configure PF eth0 and
-the first VF on VLAN 10.
-
-::
-
- $ ip link set dev eth0 vf 0 vlan 10
-
-VLAN Tag Packet Steering allows to send all packets with a specific VLAN tag to
-a particular SR-IOV virtual function (VF). Further, this feature allows to
-designate a particular VF as trusted, and allows that trusted VF to request
-selective promiscuous mode on the Physical Function (PF). [#inteli40e]_
-
-To set a VF as trusted or untrusted, enter the following command in the
-Hypervisor:
-
-::
-
- $ ip link set dev eth0 vf 1 trust [on|off]
-
-Once the VF is designated as trusted, use the following commands in the VM
-to set the VF to promiscuous mode. [#inteli40e]_
-
-- For promiscuous all:
- ::
-
- $ ip link set eth2 promisc on
-
-- For promiscuous Multicast:
- ::
-
- $ ip link set eth2 allmulti on
-
-.. note::
-
- By default, the ethtool priv-flag vf-true-promisc-support is set to
- *off*, meaning that promiscuous mode for the VF will be limited. To set the
- promiscuous mode for the VF to true promiscuous and allow the VF to see
- all ingress traffic, use the following command.
- $ ethtool set-priv-flags p261p1 vf-true-promisc-support on
- The vf-true-promisc-support priv-flag does not enable promiscuous mode;
- rather, it designates which type of promiscuous mode (limited or true)
- you will get when you enable promiscuous mode using the ip link commands
- above. Note that this is a global setting that affects the entire device.
- However,the vf-true-promisc-support priv-flag is only exposed to the first
- PF of the device. The PF remains in limited promiscuous mode (unless it
- is in MFP mode) regardless of the vf-true-promisc-support setting.
- [#inteli40e]_
-
-Service described earlier *csit-initialize-vfs.service* is responsible for
-assigning 802.1Q vlan tagging to each virtual function via physical function
-from list of white-listed PCI addresses by following (simplified) code.
-
-::
-
- SCRIPT_DIR="$(dirname $(readlink -e "${BASH_SOURCE[0]}"))"
- source "${SCRIPT_DIR}/csit-initialize-vfs-data.sh"
-
- # Initilize whitelisted NICs with maximum number of VFs.
- pci_idx=0
- for pci_addr in ${PCI_WHITELIST[@]}; do
- if ! [[ ${PCI_BLACKLIST[*]} =~ "${pci_addr}" ]]; then
- pci_path="/sys/bus/pci/devices/${pci_addr}"
- # SR-IOV initialization
- case "${1:-start}" in
- "start" )
- sriov_totalvfs=$(< "${pci_path}"/sriov_totalvfs)
- ;;
- "stop" )
- sriov_totalvfs=0
- ;;
- esac
- echo ${sriov_totalvfs} > "${pci_path}"/sriov_numvfs
- # SR-IOV 802.1Q isolation
- case "${1:-start}" in
- "start" )
- pf=$(basename "${pci_path}"/net/*)
- for vf in $(seq "${sriov_totalvfs}"); do
- # PCI address index in array (pairing siblings).
- if [[ -n ${PF_INDICES[@]} ]]
- then
- vlan_pf_idx=${PF_INDICES[$pci_addr]}
- else
- vlan_pf_idx=$((pci_idx % (${#PCI_WHITELIST[@]}/2)))
- fi
- # 802.1Q base offset.
- vlan_bs_off=1100
- # 802.1Q PF PCI address offset.
- vlan_pf_off=$(( vlan_pf_idx * 100 + vlan_bs_off ))
- # 802.1Q VF PCI address offset.
- vlan_vf_off=$(( vlan_pf_off + vf - 1 ))
- # VLAN string.
- vlan_str="vlan ${vlan_vf_off}"
- # MAC string.
- mac5="$(printf '%x' ${pci_idx})"
- mac6="$(printf '%x' $(( vf - 1 )))"
- mac_str="mac ba:dc:0f:fe:${mac5}:${mac6}"
- # Set 802.1Q VLAN id and MAC address
- ip link set ${pf} vf $(( vf - 1)) ${mac_str} ${vlan_str}
- ip link set ${pf} vf $(( vf - 1)) trust on
- ip link set ${pf} vf $(( vf - 1)) spoof off
- done
- pci_idx=$(( pci_idx + 1 ))
- ;;
- esac
- rmmod i40evf
- modprobe i40evf
- fi
- done
-
-Assignment starts at VLAN 1100 and incrementing by 1 for each VF and by 100 for
-each white-listed PCI address up to the middle of the PCI list. Second half of
-the lists is assumed to be directly (cable) paired siblings and assigned with
-same 802.1Q VLANs as its siblings.
-
-Open tasks
-----------
-
-Security
-~~~~~~~~
-
-.. note::
-
- Switch to non-privileged containers: As of now all three container
- flavors are using privileged containers to make it working. Explore options
- to switch containers to non-privileged with explicit rather implicit
- privileges.
-
-.. note::
-
- Switch to testuser account instead of root.
-
-Maintainability
-~~~~~~~~~~~~~~~
-
-.. note::
-
- Docker image distribution: Create jenkins jobs with full pipeline of
- CI/CD for CSIT Docker images.
-
-Stability
-~~~~~~~~~
-
-.. note::
-
- Implement queueing mechanism: Currently there is no mechanics that
- would place starving jobs in queue in case of no resources available.
-
-.. note::
-
- Replace reservation script with Docker network plugin written in
- GOLANG/SH/Python - platform independent.
-
-Links
------
-
-.. [#TWSLink] `TWS <https://wiki.fd.io/view/CSIT/TWS>`_
-.. [#dockerhub] `Docker hub <https://hub.docker.com/>`_
-.. [#fdiocsitgerrit] `FD.io/CSIT gerrit <https://gerrit.fd.io/r/CSIT>`_
-.. [#fdioregistry] `FD.io registy <registry.fdiopoc.net>`_
-.. [#JenkinsSlaveDcrFile] `jenkins-slave-dcr-file <https://github.com/snergfdio/multivppcache/blob/master/ubuntu18/Dockerfile>`_
-.. [#CsitShimDcrFile] `csit-shim-dcr-file <https://github.com/snergfdio/multivppcache/blob/master/csit-shim/Dockerfile>`_
-.. [#CsitSutDcrFile] `csit-sut-dcr-file <https://github.com/snergfdio/multivppcache/blob/master/csit-sut/Dockerfile>`_
-.. [#ansiblelink] `ansible <https://www.ansible.com/>`_
-.. [#fdiocsitansible] `Fd.io/CSIT ansible <https://git.fd.io/csit/tree/fdio.infra.ansible>`_
-.. [#inteli40e] `Intel i40e <https://downloadmirror.intel.com/26370/eng/readme.txt>`_
-.. [#pciids] `pci ids <http://pci-ids.ucw.cz/v2.2/pci.ids>`_
diff --git a/docs/report/vpp_device_tests/vf-2n-nic2memif.svg b/docs/report/vpp_device_tests/vf-2n-nic2memif.svg
deleted file mode 100644
index 57de9b0666..0000000000
--- a/docs/report/vpp_device_tests/vf-2n-nic2memif.svg
+++ /dev/null
@@ -1,1102 +0,0 @@
-<?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="148mm" height="110mm" viewBox="0 0 14800 11000" 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="14800" height="11000"/>
- </clipPath>
- <clipPath id="presentation_clip_path_shrink" clipPathUnits="userSpaceOnUse">
- <rect x="14" y="11" width="14771" height="10978"/>
- </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,325 321,269 335,230 349,191 371,162 402,145 433,128 478,119 537,119 624,119 692,149 742,208 792,267 817,350 817,455 L 817,1082 997,1082 997,231 C 997,105 999,28 1003,0 L 833,0 C 832,3 832,12 831,27 830,42 830,59 829,78 828,97 826,132 825,185 L 822,185 C 781,110 733,58 679,27 624,-4 557,-20 476,-20 357,-20 271,10 216,69 161,128 133,225 133,361 L 133,1082 314,1082 Z"/>
- <glyph unicode="t" horiz-adv-x="531" d="M 554,8 C 495,-8 434,-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 474,127 509,132 554,141 L 554,8 Z"/>
- <glyph unicode="s" horiz-adv-x="901" d="M 950,299 C 950,197 912,118 835,63 758,8 650,-20 511,-20 376,-20 273,2 200,47 127,91 79,160 57,254 L 216,285 C 231,227 263,185 311,158 359,131 426,117 511,117 602,117 669,131 712,159 754,187 775,229 775,285 775,328 760,362 731,389 702,416 654,438 589,455 L 460,489 C 357,516 283,542 240,568 196,593 162,624 137,661 112,698 100,743 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 759,862 732,899 689,925 645,950 586,963 513,963 432,963 372,951 333,926 294,901 275,864 275,814 275,783 283,758 299,738 315,718 339,701 370,687 401,673 467,654 568,629 663,605 732,583 774,563 816,542 849,520 874,495 898,470 917,442 930,410 943,377 950,340 950,299 Z"/>
- <glyph unicode="r" horiz-adv-x="530" d="M 142,0 L 142,830 C 142,906 140,990 136,1082 L 306,1082 C 311,959 314,886 314,861 L 318,861 C 347,954 380,1017 417,1051 454,1085 507,1102 575,1102 599,1102 623,1099 648,1092 L 648,927 C 624,934 592,937 552,937 477,937 420,905 381,841 342,776 322,684 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,913 219,1102 484,1102 566,1102 634,1088 687,1059 740,1030 785,981 821,914 L 823,914 C 823,934 824,969 827,1018 830,1067 832,1093 835,1096 L 1008,1096 C 1003,1057 1001,958 1001,801 L 1001,-425 821,-425 821,14 825,178 823,178 C 787,107 743,56 690,26 637,-5 569,-20 484,-20 Z M 821,554 C 821,695 798,799 752,867 706,935 633,969 532,969 441,969 375,935 335,867 295,799 275,691 275,542 275,391 295,282 336,217 376,152 441,119 530,119 632,119 706,155 752,228 798,301 821,409 821,554 Z"/>
- <glyph unicode="p" horiz-adv-x="953" d="M 1053,546 C 1053,169 920,-20 655,-20 488,-20 376,43 319,168 L 314,168 C 317,163 318,106 318,-2 L 318,-425 138,-425 138,861 C 138,972 136,1046 132,1082 L 306,1082 C 307,1079 308,1070 309,1054 310,1037 312,1012 314,978 315,944 316,921 316,908 L 320,908 C 352,975 394,1024 447,1055 500,1086 569,1101 655,1101 788,1101 888,1056 954,967 1020,878 1053,737 1053,546 Z M 864,542 C 864,693 844,800 803,865 762,930 698,962 609,962 538,962 482,947 442,917 401,887 371,840 350,777 329,713 318,630 318,528 318,386 341,281 386,214 431,147 505,113 607,113 696,113 762,146 803,212 844,277 864,387 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 407,-20 288,28 207,125 126,221 86,360 86,542 86,915 248,1102 571,1102 736,1102 858,1057 936,966 1014,875 1053,733 1053,542 Z M 864,542 C 864,691 842,800 798,868 753,935 679,969 574,969 469,969 393,935 346,866 299,797 275,689 275,542 275,399 298,292 345,221 391,149 464,113 563,113 671,113 748,148 795,217 841,286 864,395 864,542 Z"/>
- <glyph unicode="n" horiz-adv-x="874" d="M 825,0 L 825,686 C 825,757 818,813 804,852 790,891 768,920 737,937 706,954 661,963 602,963 515,963 447,933 397,874 347,815 322,732 322,627 L 322,0 142,0 142,851 C 142,977 140,1054 136,1082 L 306,1082 C 307,1079 307,1070 308,1055 309,1040 310,1024 311,1005 312,986 313,950 314,897 L 317,897 C 358,972 406,1025 461,1056 515,1087 582,1102 663,1102 782,1102 869,1073 924,1014 979,955 1006,857 1006,721 L 1006,0 825,0 Z"/>
- <glyph unicode="m" horiz-adv-x="1457" d="M 768,0 L 768,686 C 768,791 754,863 725,903 696,943 645,963 570,963 493,963 433,934 388,875 343,816 321,734 321,627 L 321,0 142,0 142,851 C 142,977 140,1054 136,1082 L 306,1082 C 307,1079 307,1070 308,1055 309,1040 310,1024 311,1005 312,986 313,950 314,897 L 317,897 C 356,974 400,1027 450,1057 500,1087 561,1102 633,1102 715,1102 780,1086 828,1053 875,1020 908,968 927,897 L 930,897 C 967,970 1013,1022 1066,1054 1119,1086 1183,1102 1258,1102 1367,1102 1447,1072 1497,1013 1546,954 1571,856 1571,721 L 1571,0 1393,0 1393,686 C 1393,791 1379,863 1350,903 1321,943 1270,963 1195,963 1116,963 1055,934 1012,876 968,817 946,734 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 356,968 402,1020 457,1053 511,1086 580,1102 663,1102 780,1102 867,1073 923,1015 978,956 1006,858 1006,721 L 1006,0 825,0 825,686 C 825,762 818,819 804,856 790,893 767,920 735,937 703,954 659,963 602,963 517,963 450,934 399,875 348,816 322,737 322,638 L 322,0 142,0 142,1484 322,1484 322,1098 C 322,1057 321,1015 319,972 316,929 315,904 314,897 L 317,897 Z"/>
- <glyph unicode="g" horiz-adv-x="927" d="M 548,-425 C 430,-425 336,-402 266,-356 196,-309 151,-243 131,-158 L 312,-132 C 324,-182 351,-220 392,-248 433,-274 486,-288 553,-288 732,-288 822,-183 822,27 L 822,201 820,201 C 786,132 739,80 680,45 621,10 551,-8 472,-8 339,-8 242,36 180,124 117,212 86,350 86,539 86,730 120,872 187,963 254,1054 355,1099 492,1099 569,1099 635,1082 692,1047 748,1012 791,962 822,897 L 824,897 C 824,917 825,952 828,1001 831,1050 833,1077 836,1082 L 1007,1082 C 1003,1046 1001,971 1001,858 L 1001,31 C 1001,-273 850,-425 548,-425 Z M 822,541 C 822,629 810,705 786,769 762,832 728,881 685,915 641,948 591,965 536,965 444,965 377,932 335,865 293,798 272,690 272,541 272,393 292,287 331,222 370,157 438,125 533,125 590,125 640,142 684,175 728,208 762,256 786,319 810,381 822,455 822,541 Z"/>
- <glyph unicode="e" horiz-adv-x="980" d="M 276,503 C 276,379 302,283 353,216 404,149 479,115 578,115 656,115 719,131 766,162 813,193 844,233 861,281 L 1019,236 C 954,65 807,-20 578,-20 418,-20 296,28 213,123 129,218 87,360 87,548 87,727 129,864 213,959 296,1054 416,1102 571,1102 889,1102 1048,910 1048,527 L 1048,503 276,503 Z M 862,641 C 852,755 823,838 775,891 727,943 658,969 568,969 481,969 412,940 361,882 310,823 282,743 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 821,1035 821,1484 1001,1484 1001,223 C 1001,110 1003,36 1007,0 L 835,0 C 833,11 831,35 829,74 826,113 825,146 825,174 L 821,174 Z M 275,542 C 275,391 295,282 335,217 375,152 440,119 530,119 632,119 706,154 752,225 798,296 821,405 821,554 821,697 798,802 752,869 706,936 633,969 532,969 441,969 376,936 336,869 295,802 275,693 275,542 Z"/>
- <glyph unicode="c" horiz-adv-x="901" d="M 275,546 C 275,402 298,295 343,226 388,157 457,122 548,122 612,122 666,139 709,174 752,209 778,262 788,334 L 970,322 C 956,218 912,135 837,73 762,11 668,-20 553,-20 402,-20 286,28 207,124 127,219 87,359 87,542 87,724 127,863 207,959 287,1054 402,1102 551,1102 662,1102 754,1073 827,1016 900,959 945,880 964,779 L 779,765 C 770,825 746,873 708,908 670,943 616,961 546,961 451,961 382,929 339,866 296,803 275,696 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,147 315,116 312,74 309,31 307,7 306,0 L 132,0 C 136,36 138,110 138,223 L 138,1484 318,1484 318,1061 C 318,1018 317,967 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,691 844,800 804,865 764,930 699,963 609,963 508,963 434,928 388,859 341,790 318,680 318,529 318,387 341,282 386,215 431,147 505,113 607,113 698,113 763,147 804,214 844,281 864,389 864,540 Z"/>
- <glyph unicode="a" horiz-adv-x="1060" d="M 414,-20 C 305,-20 224,9 169,66 114,123 87,202 87,302 87,414 124,500 198,560 271,620 390,652 554,656 L 797,660 797,719 C 797,807 778,870 741,908 704,946 645,965 565,965 484,965 426,951 389,924 352,897 330,853 323,793 L 135,810 C 166,1005 310,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 1097,111 1117,113 1139,118 L 1139,6 C 1094,-5 1047,-10 1000,-10 933,-10 885,8 855,43 824,78 807,132 803,207 L 797,207 C 751,124 698,66 637,32 576,-3 501,-20 414,-20 Z M 455,115 C 521,115 580,130 631,160 682,190 723,231 753,284 782,336 797,390 797,445 L 797,534 600,530 C 515,529 451,520 408,504 364,488 330,463 307,430 284,397 272,353 272,299 272,240 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 1023,951 1000,1051 969,1196 952,1119 937,1054 925,1002 913,950 822,616 652,0 L 424,0 9,1409 208,1409 461,514 C 491,402 519,287 544,168 560,241 579,321 600,408 621,495 713,828 877,1409 L 1060,1409 1305,532 C 1342,389 1372,267 1393,168 L 1402,203 C 1420,280 1435,342 1446,391 1457,439 1551,778 1727,1409 L 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 684,168 768,417 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 333,1103 338,936 338,0 168,0 168,1409 390,1409 1152,201 C 1144,332 1140,426 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,940 164,1117 287,1242 410,1367 582,1430 804,1430 960,1430 1087,1404 1184,1351 1281,1298 1356,1214 1409,1098 L 1227,1044 C 1187,1124 1132,1182 1062,1219 991,1256 904,1274 799,1274 636,1274 512,1225 426,1127 340,1028 297,890 297,711 297,533 343,393 434,290 525,187 652,135 813,135 905,135 991,149 1071,177 1150,205 1215,243 1264,291 L 1264,545 843,545 843,705 1440,705 1440,219 C 1365,143 1274,84 1166,43 1057,1 940,-20 813,-20 666,-20 539,9 432,68 325,127 244,211 188,322 131,432 103,562 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,574 1353,447 1296,338 1239,229 1159,145 1055,87 951,29 831,0 695,0 L 168,0 168,1409 634,1409 C 873,1409 1057,1349 1187,1230 1316,1110 1381,940 1381,719 Z M 1189,719 C 1189,894 1141,1027 1046,1119 950,1210 811,1256 630,1256 L 359,1256 359,153 673,153 C 776,153 867,176 946,221 1024,266 1084,332 1126,417 1168,502 1189,603 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 685,1265 L 676,1237 C 659,1182 635,1111 602,1024 L 422,561 949,561 768,1026 C 749,1072 731,1124 712,1182 L 685,1265 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,259 1008,158 925,87 842,16 724,-20 571,-20 428,-20 315,12 230,77 145,141 94,236 78,362 L 264,379 C 288,212 390,129 571,129 662,129 733,151 785,196 836,241 862,307 862,395 862,472 833,532 774,575 715,618 629,639 518,639 L 416,639 416,795 514,795 C 613,795 689,817 744,860 798,903 825,962 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 115,1178 163,1268 246,1333 328,1398 434,1430 563,1430 704,1430 814,1397 893,1332 971,1266 1010,1174 1010,1057 1010,967 985,894 935,838 884,781 811,743 715,723 L 715,719 C 820,708 902,672 961,613 1020,554 1049,479 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,1115 806,1175 761,1218 716,1261 653,1282 572,1282 495,1282 432,1261 383,1220 333,1178 304,1119 295,1044 L 111,1061 C 124,1174 172,1263 255,1330 337,1397 443,1430 572,1430 714,1430 823,1397 900,1330 976,1263 1014,1167 1014,1044 1014,989 1002,935 977,881 952,827 914,773 865,719 816,665 721,581 582,468 505,405 444,349 399,299 354,248 321,200 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,470 1018,290 935,166 852,42 729,-20 567,-20 405,-20 283,42 202,165 121,288 80,468 80,705 80,947 120,1128 199,1249 278,1370 402,1430 573,1430 739,1430 862,1369 941,1247 1020,1125 1059,944 1059,705 Z M 876,705 C 876,908 853,1056 806,1147 759,1238 681,1284 573,1284 462,1284 383,1239 335,1149 286,1059 262,911 262,705 262,505 287,359 336,266 385,173 462,127 569,127 675,127 753,174 802,269 851,364 876,509 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>
- <g id="bullet-char-template-61548" transform="scale(0.00048828125,-0.00048828125)">
- <path d="M 173,740 C 173,903 231,1043 346,1159 462,1274 601,1332 765,1332 928,1332 1067,1274 1183,1159 1299,1043 1357,903 1357,740 1357,577 1299,437 1183,322 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 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="container-id1">
- <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="3573" y="9634" 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="3823" y="9950"><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="586" y="856" width="13649" height="9754"/>
- <path fill="none" stroke="rgb(178,178,178)" stroke-width="28" stroke-linejoin="miter" d="M 7410,10595 L 600,10595 600,870 14220,870 14220,10595 7410,10595 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id5">
- <rect class="BoundingBox" stroke="none" fill="none" x="804" y="424" width="13124" height="690"/>
- <path fill="rgb(238,238,238)" stroke="none" d="M 7366,1099 L 818,1099 818,438 13913,438 13913,1099 7366,1099 Z"/>
- <path fill="none" stroke="rgb(178,178,178)" stroke-width="28" stroke-linejoin="miter" d="M 7366,1099 L 818,1099 818,438 13913,438 13913,1099 7366,1099 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="423px" font-weight="400"><tspan class="TextPosition" x="1073" y="884"><tspan fill="rgb(0,0,0)" stroke="none">2-Node Containerized Topologies: 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="1374" y="1856" width="11849" height="6972"/>
- <path fill="rgb(255,255,255)" stroke="none" d="M 7298,8809 L 1392,8809 1392,1874 13204,1874 13204,8809 7298,8809 Z"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 7298,8809 L 1392,8809 1392,1874 13204,1874 13204,8809 7298,8809 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="423px" font-weight="700"><tspan class="TextPosition" x="5887" y="2422"><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="1681" y="3023" width="11312" height="5197"/>
- <path fill="rgb(255,255,255)" stroke="none" d="M 7337,8201 L 1699,8201 1699,3041 12974,3041 12974,8201 7337,8201 Z"/>
- <path fill="none" stroke="rgb(188,140,0)" stroke-width="35" stroke-linejoin="miter" d="M 7337,8201 L 1699,8201 1699,3041 12974,3041 12974,8201 7337,8201 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id8">
- <rect class="BoundingBox" stroke="none" fill="none" x="1652" y="3059" width="11033" height="4468"/>
- <path fill="rgb(255,255,255)" stroke="none" d="M 7168,7508 L 1670,7508 1670,3077 12666,3077 12666,7508 7168,7508 Z"/>
- <path fill="none" stroke="rgb(112,173,71)" stroke-width="35" stroke-linejoin="miter" d="M 7168,7508 L 1670,7508 1670,3077 12666,3077 12666,7508 7168,7508 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id9">
- <rect class="BoundingBox" stroke="none" fill="none" x="3927" y="3487" width="2528" height="1862"/>
- <g>
- <defs>
- <linearGradient id="gradient1" x1="5190" y1="3505" x2="5190" y2="5330" 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 5191,5330 L 3945,5330 3945,3505 6436,3505 6436,5330 5191,5330 Z"/>
- </g>
- <path fill="none" stroke="rgb(165,165,165)" stroke-width="35" stroke-linejoin="miter" d="M 5191,5330 L 3945,5330 3945,3505 6436,3505 6436,5330 5191,5330 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="353px" font-weight="700"><tspan class="TextPosition" x="4222" y="3853"><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="3948" y="5511" width="2527" height="1861"/>
- <g>
- <defs>
- <linearGradient id="gradient2" x1="5211" y1="5529" x2="5211" y2="7353" 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 5211,7353 L 3966,7353 3966,5529 6456,5529 6456,7353 5211,7353 Z"/>
- </g>
- <path fill="none" stroke="rgb(165,165,165)" stroke-width="35" stroke-linejoin="miter" d="M 5211,7353 L 3966,7353 3966,5529 6456,5529 6456,7353 5211,7353 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="353px" font-weight="700"><tspan class="TextPosition" x="4369" y="5877"><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="1931" y="3273" width="1557" height="4468"/>
- <path fill="rgb(255,192,0)" stroke="none" d="M 1949,5507 L 1949,3291 3469,3291 3469,7722 1949,7722 1949,5507 Z"/>
- <path fill="none" stroke="rgb(188,142,0)" stroke-width="35" stroke-linejoin="miter" d="M 1949,5507 L 1949,3291 3469,3291 3469,7722 1949,7722 1949,5507 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id12">
- <rect class="BoundingBox" stroke="none" fill="none" x="1806" y="4923" 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="2213" y="5527"><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="2107" y="5880"><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="1844" y="7966" width="2274" height="457"/>
- <path fill="rgb(255,242,204)" stroke="none" d="M 1862,8071 L 1862,8071 1862,8066 1862,8062 1863,8057 1864,8053 1865,8048 1866,8044 1868,8040 1870,8036 1871,8032 1874,8027 1876,8024 1879,8020 1881,8016 1884,8013 1887,8009 1891,8006 1894,8003 1898,8001 1902,7998 1906,7996 1910,7993 1914,7992 1918,7990 1922,7988 1926,7987 1931,7986 1935,7985 1940,7984 1944,7984 1949,7984 4011,7984 4011,7984 4016,7984 4020,7984 4025,7985 4029,7986 4034,7987 4038,7988 4042,7990 4046,7992 4050,7993 4055,7996 4058,7998 4062,8001 4066,8003 4069,8006 4073,8009 4076,8013 4079,8016 4081,8020 4084,8024 4086,8028 4089,8032 4090,8036 4092,8040 4094,8044 4095,8048 4096,8053 4097,8057 4098,8062 4098,8066 4098,8071 4099,8316 4099,8316 4099,8321 4099,8325 4098,8330 4097,8334 4096,8339 4095,8343 4093,8347 4091,8351 4090,8355 4087,8359 4085,8363 4082,8367 4080,8371 4077,8374 4074,8378 4070,8381 4067,8384 4063,8386 4059,8389 4056,8391 4051,8394 4047,8395 4043,8397 4039,8399 4035,8400 4030,8401 4026,8402 4021,8403 4017,8403 4012,8403 1949,8404 1949,8404 1944,8404 1940,8404 1935,8403 1931,8402 1926,8401 1922,8400 1918,8398 1914,8396 1910,8395 1906,8392 1902,8390 1898,8387 1894,8385 1891,8382 1887,8379 1884,8375 1881,8372 1879,8368 1876,8364 1874,8361 1871,8356 1870,8352 1868,8348 1866,8344 1865,8340 1864,8335 1863,8331 1862,8326 1862,8322 1862,8317 1862,8071 Z M 1862,7984 L 1862,7984 Z M 4099,8404 L 4099,8404 Z"/>
- <path fill="none" stroke="rgb(188,140,0)" stroke-width="35" stroke-linejoin="miter" d="M 1862,8071 L 1862,8071 1862,8066 1862,8062 1863,8057 1864,8053 1865,8048 1866,8044 1868,8040 1870,8036 1871,8032 1874,8027 1876,8024 1879,8020 1881,8016 1884,8013 1887,8009 1891,8006 1894,8003 1898,8001 1902,7998 1906,7996 1910,7993 1914,7992 1918,7990 1922,7988 1926,7987 1931,7986 1935,7985 1940,7984 1944,7984 1949,7984 4011,7984 4011,7984 4016,7984 4020,7984 4025,7985 4029,7986 4034,7987 4038,7988 4042,7990 4046,7992 4050,7993 4055,7996 4058,7998 4062,8001 4066,8003 4069,8006 4073,8009 4076,8013 4079,8016 4081,8020 4084,8024 4086,8028 4089,8032 4090,8036 4092,8040 4094,8044 4095,8048 4096,8053 4097,8057 4098,8062 4098,8066 4098,8071 4099,8316 4099,8316 4099,8321 4099,8325 4098,8330 4097,8334 4096,8339 4095,8343 4093,8347 4091,8351 4090,8355 4087,8359 4085,8363 4082,8367 4080,8371 4077,8374 4074,8378 4070,8381 4067,8384 4063,8386 4059,8389 4056,8391 4051,8394 4047,8395 4043,8397 4039,8399 4035,8400 4030,8401 4026,8402 4021,8403 4017,8403 4012,8403 1949,8404 1949,8404 1944,8404 1940,8404 1935,8403 1931,8402 1926,8401 1922,8400 1918,8398 1914,8396 1910,8395 1906,8392 1902,8390 1898,8387 1894,8385 1891,8382 1887,8379 1884,8375 1881,8372 1879,8368 1876,8364 1874,8361 1871,8356 1870,8352 1868,8348 1866,8344 1865,8340 1864,8335 1863,8331 1862,8326 1862,8322 1862,8317 1862,8071 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="700"><tspan class="TextPosition" x="2119" y="8314"><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="4169" y="7553" width="2471" height="452"/>
- <path fill="rgb(226,240,217)" stroke="none" d="M 4187,7670 L 4187,7670 4187,7665 4188,7660 4188,7655 4189,7649 4190,7644 4192,7639 4194,7635 4196,7630 4198,7625 4200,7620 4203,7616 4206,7612 4209,7608 4212,7604 4216,7600 4220,7596 4224,7593 4228,7590 4232,7587 4237,7584 4241,7582 4246,7580 4251,7578 4255,7576 4260,7574 4265,7573 4271,7572 4276,7572 4281,7571 4286,7571 6521,7571 6521,7571 6526,7571 6531,7572 6536,7572 6542,7573 6547,7574 6552,7576 6556,7578 6561,7580 6566,7582 6571,7584 6575,7587 6579,7590 6583,7593 6587,7596 6591,7600 6595,7604 6598,7608 6601,7612 6604,7616 6607,7621 6609,7625 6611,7630 6613,7635 6615,7639 6617,7644 6618,7649 6619,7655 6619,7660 6620,7665 6620,7670 6621,7886 6620,7886 6620,7891 6619,7896 6619,7901 6618,7906 6617,7911 6615,7916 6614,7921 6612,7926 6609,7931 6607,7935 6604,7940 6601,7944 6598,7948 6595,7952 6591,7956 6588,7959 6584,7963 6580,7966 6575,7969 6571,7971 6567,7974 6562,7976 6557,7978 6552,7980 6547,7981 6542,7983 6537,7984 6532,7984 6527,7985 6522,7985 4286,7986 4286,7985 4281,7985 4276,7984 4271,7984 4266,7983 4261,7982 4256,7980 4251,7979 4246,7977 4241,7974 4237,7972 4232,7969 4228,7966 4224,7963 4220,7960 4216,7956 4213,7953 4209,7949 4206,7945 4203,7940 4201,7936 4198,7932 4196,7927 4194,7922 4192,7917 4191,7912 4189,7907 4188,7902 4188,7897 4187,7892 4187,7887 4187,7670 Z M 4187,7571 L 4187,7571 Z M 6621,7986 L 6621,7986 Z"/>
- <path fill="none" stroke="rgb(112,173,71)" stroke-width="35" stroke-linejoin="miter" d="M 4187,7670 L 4187,7670 4187,7665 4188,7660 4188,7655 4189,7649 4190,7644 4192,7639 4194,7635 4196,7630 4198,7625 4200,7620 4203,7616 4206,7612 4209,7608 4212,7604 4216,7600 4220,7596 4224,7593 4228,7590 4232,7587 4237,7584 4241,7582 4246,7580 4251,7578 4255,7576 4260,7574 4265,7573 4271,7572 4276,7572 4281,7571 4286,7571 6521,7571 6521,7571 6526,7571 6531,7572 6536,7572 6542,7573 6547,7574 6552,7576 6556,7578 6561,7580 6566,7582 6571,7584 6575,7587 6579,7590 6583,7593 6587,7596 6591,7600 6595,7604 6598,7608 6601,7612 6604,7616 6607,7621 6609,7625 6611,7630 6613,7635 6615,7639 6617,7644 6618,7649 6619,7655 6619,7660 6620,7665 6620,7670 6621,7886 6620,7886 6620,7891 6619,7896 6619,7901 6618,7906 6617,7911 6615,7916 6614,7921 6612,7926 6609,7931 6607,7935 6604,7940 6601,7944 6598,7948 6595,7952 6591,7956 6588,7959 6584,7963 6580,7966 6575,7969 6571,7971 6567,7974 6562,7976 6557,7978 6552,7980 6547,7981 6542,7983 6537,7984 6532,7984 6527,7985 6522,7985 4286,7986 4286,7985 4281,7985 4276,7984 4271,7984 4266,7983 4261,7982 4256,7980 4251,7979 4246,7977 4241,7974 4237,7972 4232,7969 4228,7966 4224,7963 4220,7960 4216,7956 4213,7953 4209,7949 4206,7945 4203,7940 4201,7936 4198,7932 4196,7927 4194,7922 4192,7917 4191,7912 4189,7907 4188,7902 4188,7897 4187,7892 4187,7887 4187,7670 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="700"><tspan class="TextPosition" x="4502" y="7899"><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="4178" y="4284" width="2062" height="854"/>
- <path fill="rgb(112,173,71)" stroke="none" d="M 5209,5119 L 4196,5119 4196,4302 6221,4302 6221,5119 5209,5119 Z"/>
- <path fill="none" stroke="rgb(82,127,52)" stroke-width="35" stroke-linejoin="miter" d="M 5209,5119 L 4196,5119 4196,4302 6221,4302 6221,5119 5209,5119 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="700"><tspan class="TextPosition" x="4878" y="4831"><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="4175" y="6306" width="2062" height="855"/>
- <path fill="rgb(112,173,71)" stroke="none" d="M 5206,7142 L 4193,7142 4193,6324 6218,6324 6218,7142 5206,7142 Z"/>
- <path fill="none" stroke="rgb(82,127,52)" stroke-width="35" stroke-linejoin="miter" d="M 5206,7142 L 4193,7142 4193,6324 6218,6324 6218,7142 5206,7142 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="700"><tspan class="TextPosition" x="4991" y="6854"><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="4217" y="8314" width="8781" height="1345"/>
- <path fill="rgb(237,237,237)" stroke="none" d="M 8607,9649 L 4226,9649 4226,8323 12988,8323 12988,9649 8607,9649 Z"/>
- <path fill="none" stroke="rgb(165,165,165)" stroke-width="18" stroke-linejoin="miter" d="M 8607,9649 L 4226,9649 4226,8323 12988,8323 12988,9649 8607,9649 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="353px" font-weight="700"><tspan class="TextPosition" x="11119" y="9093"><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="7564" y="9700" width="1689" height="542"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="round" d="M 7582,9718 L 7582,10223 9234,10223 9234,9719"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.ConnectorShape">
- <g id="id19">
- <rect class="BoundingBox" stroke="none" fill="none" x="6279" y="4532" width="2824" height="4593"/>
- <path fill="none" stroke="rgb(68,114,196)" stroke-width="35" stroke-linejoin="round" d="M 9084,9106 L 9084,4550 6297,4550"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.ConnectorShape">
- <g id="id20">
- <rect class="BoundingBox" stroke="none" fill="none" x="6269" y="6612" width="1185" height="2514"/>
- <path fill="none" stroke="rgb(245,130,32)" stroke-width="35" stroke-linejoin="round" d="M 7435,9107 L 7435,6630 6287,6630"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.ConnectorShape">
- <g id="id21">
- <rect class="BoundingBox" stroke="none" fill="none" x="6270" y="6912" width="882" height="2213"/>
- <path fill="none" stroke="rgb(238,131,59)" stroke-width="35" stroke-linejoin="round" d="M 7133,9106 L 7133,6930 6288,6930"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.ConnectorShape">
- <g id="id22">
- <rect class="BoundingBox" stroke="none" fill="none" x="7563" y="9290" width="38" height="312"/>
- <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 7582,9583 L 7582,9453 7581,9453 7581,9308"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id23">
- <rect class="BoundingBox" stroke="none" fill="none" x="8550" y="9073" width="1362" height="254"/>
- <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 9893,9091 L 9893,9091 9893,9102 9893,9114 9892,9125 9891,9136 9890,9147 9889,9158 9887,9168 9885,9179 9884,9189 9881,9199 9879,9209 9876,9218 9874,9227 9871,9236 9868,9244 9864,9252 9861,9259 9857,9266 9853,9272 9849,9278 9845,9283 9841,9288 9837,9293 9833,9296 9829,9300 9824,9302 9820,9304 9815,9306 9811,9307 9806,9307 8656,9308 8656,9308 8651,9308 8647,9307 8642,9305 8638,9303 8634,9301 8629,9297 8625,9294 8621,9289 8617,9284 8613,9279 8609,9273 8605,9267 8601,9260 8598,9253 8595,9245 8591,9237 8589,9228 8586,9219 8583,9210 8581,9200 8579,9190 8577,9180 8575,9169 8573,9159 8572,9148 8571,9137 8570,9126 8570,9115 8569,9103 8569,9092"/>
- <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 9893,9091 L 9893,9091 Z"/>
- <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 8568,9308 L 8568,9308 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.ConnectorShape">
- <g id="id24">
- <rect class="BoundingBox" stroke="none" fill="none" x="9213" y="9289" width="40" height="314"/>
- <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 9234,9584 L 9234,9453 9231,9453 9231,9307"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id25">
- <rect class="BoundingBox" stroke="none" fill="none" x="9941" y="3487" width="2527" height="1862"/>
- <g>
- <defs>
- <linearGradient id="gradient3" x1="11204" y1="3505" x2="11204" y2="5330" 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 11204,5330 L 9959,5330 9959,3505 12449,3505 12449,5330 11204,5330 Z"/>
- </g>
- <path fill="none" stroke="rgb(165,165,165)" stroke-width="35" stroke-linejoin="miter" d="M 11204,5330 L 9959,5330 9959,3505 12449,3505 12449,5330 11204,5330 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="700"><tspan class="TextPosition" x="10053" y="3867"><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="10191" y="4284" width="2063" height="854"/>
- <path fill="rgb(112,173,71)" stroke="none" d="M 11222,5119 L 10209,5119 10209,4302 12235,4302 12235,5119 11222,5119 Z"/>
- <path fill="none" stroke="rgb(82,127,52)" stroke-width="35" stroke-linejoin="miter" d="M 11222,5119 L 10209,5119 10209,4302 12235,4302 12235,5119 11222,5119 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="700"><tspan class="TextPosition" x="10301" y="4831"><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="7040" y="9610" 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="8028" y="9926"><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="8163" y="10164"><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="5747" y="3817" 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="5997" y="4260"><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="4118" y="8556" 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="4369" y="8872"><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="6281" y="4832" width="2520" height="4291"/>
- <path fill="none" stroke="rgb(68,114,196)" stroke-width="35" stroke-linejoin="round" d="M 8782,9104 L 8782,4850 6299,4850"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.ConnectorShape">
- <g id="id31">
- <rect class="BoundingBox" stroke="none" fill="none" x="5587" y="3939" width="5036" height="363"/>
- <path fill="none" stroke="rgb(68,114,196)" stroke-width="35" stroke-linejoin="round" d="M 5605,4283 L 5605,3957 10604,3957 10604,4283"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id32">
- <rect class="BoundingBox" stroke="none" fill="none" x="5742" y="4860" 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="5992" y="5303"><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="8624" y="8738" width="286" height="259"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 8669,8742 C 8648,8742 8628,8762 8628,8783 L 8628,8950 C 8628,8971 8648,8992 8669,8992 L 8863,8992 C 8884,8992 8905,8971 8905,8950 L 8905,8783 C 8905,8762 8884,8742 8863,8742 L 8669,8742 Z M 8628,8742 L 8628,8742 Z M 8905,8992 L 8905,8992 Z"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 8669,8742 C 8648,8742 8628,8762 8628,8783 L 8628,8950 C 8628,8971 8648,8992 8669,8992 L 8863,8992 C 8884,8992 8905,8971 8905,8950 L 8905,8783 C 8905,8762 8884,8742 8863,8742 L 8669,8742 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="8707" y="8939"><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="8939" y="8394" width="286" height="259"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 8984,8398 C 8963,8398 8943,8418 8943,8439 L 8943,8606 C 8943,8627 8963,8648 8984,8648 L 9178,8648 C 9199,8648 9220,8627 9220,8606 L 9220,8439 C 9220,8418 9199,8398 9178,8398 L 8984,8398 Z M 8943,8398 L 8943,8398 Z M 9220,8648 L 9220,8648 Z"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 8984,8398 C 8963,8398 8943,8418 8943,8439 L 8943,8606 C 8943,8627 8963,8648 8984,8648 L 9178,8648 C 9199,8648 9220,8627 9220,8606 L 9220,8439 C 9220,8418 9199,8398 9178,8398 L 8984,8398 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="9022" y="8595"><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="9174" y="8733" width="400" height="280"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 9223,8737 C 9200,8737 9178,8759 9178,8782 L 9178,8962 C 9178,8985 9200,9008 9223,9008 L 9523,9008 C 9546,9008 9569,8985 9569,8962 L 9569,8782 C 9569,8759 9546,8737 9523,8737 L 9223,8737 Z M 9178,8737 L 9178,8737 Z M 9569,9008 L 9569,9008 Z"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 9223,8737 C 9200,8737 9178,8759 9178,8782 L 9178,8962 C 9178,8985 9200,9008 9223,9008 L 9523,9008 C 9546,9008 9569,8985 9569,8962 L 9569,8782 C 9569,8759 9546,8737 9523,8737 L 9223,8737 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="9254" y="8944"><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="9467" y="8391" width="671" height="280"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 9516,8395 C 9493,8395 9471,8417 9471,8440 L 9471,8620 C 9471,8643 9493,8666 9516,8666 L 10087,8666 C 10110,8666 10133,8643 10133,8620 L 10133,8440 C 10133,8417 10110,8395 10087,8395 L 9516,8395 Z M 9471,8395 L 9471,8395 Z M 10133,8666 L 10133,8666 Z"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 9516,8395 C 9493,8395 9471,8417 9471,8440 L 9471,8620 C 9471,8643 9493,8666 9516,8666 L 10087,8666 C 10110,8666 10133,8643 10133,8620 L 10133,8440 C 10133,8417 10110,8395 10087,8395 L 9516,8395 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="9587" y="8602"><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="8643" y="9099" width="280" height="145"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 8669,9103 C 8658,9103 8647,9114 8647,9125 L 8647,9216 C 8647,9227 8658,9239 8669,9239 L 8895,9239 C 8906,9239 8918,9227 8918,9216 L 8918,9125 C 8918,9114 8906,9103 8895,9103 L 8669,9103 Z M 8647,9103 L 8647,9103 Z M 8918,9239 L 8918,9239 Z"/>
- <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 8669,9103 C 8658,9103 8647,9114 8647,9125 L 8647,9216 C 8647,9227 8658,9239 8669,9239 L 8895,9239 C 8906,9239 8918,9227 8918,9216 L 8918,9125 C 8918,9114 8906,9103 8895,9103 L 8669,9103 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id38">
- <rect class="BoundingBox" stroke="none" fill="none" x="8945" y="9101" width="280" height="145"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 8971,9105 C 8960,9105 8949,9116 8949,9127 L 8949,9218 C 8949,9229 8960,9241 8971,9241 L 9197,9241 C 9208,9241 9220,9229 9220,9218 L 9220,9127 C 9220,9116 9208,9105 9197,9105 L 8971,9105 Z M 8949,9105 L 8949,9105 Z M 9220,9241 L 9220,9241 Z"/>
- <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 8971,9105 C 8960,9105 8949,9116 8949,9127 L 8949,9218 C 8949,9229 8960,9241 8971,9241 L 9197,9241 C 9208,9241 9220,9229 9220,9218 L 9220,9127 C 9220,9116 9208,9105 9197,9105 L 8971,9105 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id39">
- <rect class="BoundingBox" stroke="none" fill="none" x="9246" y="9102" width="280" height="145"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 9272,9106 C 9261,9106 9250,9117 9250,9128 L 9250,9219 C 9250,9230 9261,9242 9272,9242 L 9498,9242 C 9509,9242 9521,9230 9521,9219 L 9521,9128 C 9521,9117 9509,9106 9498,9106 L 9272,9106 Z M 9250,9106 L 9250,9106 Z M 9521,9242 L 9521,9242 Z"/>
- <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 9272,9106 C 9261,9106 9250,9117 9250,9128 L 9250,9219 C 9250,9230 9261,9242 9272,9242 L 9498,9242 C 9509,9242 9521,9230 9521,9219 L 9521,9128 C 9521,9117 9509,9106 9498,9106 L 9272,9106 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id40">
- <rect class="BoundingBox" stroke="none" fill="none" x="9548" y="9104" width="280" height="145"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 9574,9108 C 9563,9108 9552,9119 9552,9130 L 9552,9221 C 9552,9232 9563,9244 9574,9244 L 9800,9244 C 9811,9244 9823,9232 9823,9221 L 9823,9130 C 9823,9119 9811,9108 9800,9108 L 9574,9108 Z M 9552,9108 L 9552,9108 Z M 9823,9244 L 9823,9244 Z"/>
- <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 9574,9108 C 9563,9108 9552,9119 9552,9130 L 9552,9221 C 9552,9232 9563,9244 9574,9244 L 9800,9244 C 9811,9244 9823,9232 9823,9221 L 9823,9130 C 9823,9119 9811,9108 9800,9108 L 9574,9108 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id41">
- <rect class="BoundingBox" stroke="none" fill="none" x="5754" y="5883" 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="6004" y="6326"><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="5750" y="6916" 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="6000" y="7392"><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="6994" y="9101" width="280" height="145"/>
- <path fill="rgb(250,166,26)" stroke="none" d="M 7020,9105 C 7009,9105 6998,9116 6998,9127 L 6998,9218 C 6998,9229 7009,9241 7020,9241 L 7246,9241 C 7257,9241 7269,9229 7269,9218 L 7269,9127 C 7269,9116 7257,9105 7246,9105 L 7020,9105 Z M 6998,9105 L 6998,9105 Z M 7269,9241 L 7269,9241 Z"/>
- <path fill="none" stroke="rgb(245,130,32)" stroke-width="7" stroke-linejoin="round" d="M 7020,9105 C 7009,9105 6998,9116 6998,9127 L 6998,9218 C 6998,9229 7009,9241 7020,9241 L 7246,9241 C 7257,9241 7269,9229 7269,9218 L 7269,9127 C 7269,9116 7257,9105 7246,9105 L 7020,9105 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id44">
- <rect class="BoundingBox" stroke="none" fill="none" x="7296" y="9102" width="280" height="145"/>
- <path fill="rgb(250,166,26)" stroke="none" d="M 7322,9106 C 7311,9106 7300,9117 7300,9128 L 7300,9219 C 7300,9230 7311,9242 7322,9242 L 7548,9242 C 7559,9242 7571,9230 7571,9219 L 7571,9128 C 7571,9117 7559,9106 7548,9106 L 7322,9106 Z M 7300,9106 L 7300,9106 Z M 7571,9242 L 7571,9242 Z"/>
- <path fill="none" stroke="rgb(245,130,32)" stroke-width="7" stroke-linejoin="round" d="M 7322,9106 C 7311,9106 7300,9117 7300,9128 L 7300,9219 C 7300,9230 7311,9242 7322,9242 L 7548,9242 C 7559,9242 7571,9230 7571,9219 L 7571,9128 C 7571,9117 7559,9106 7548,9106 L 7322,9106 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id45">
- <rect class="BoundingBox" stroke="none" fill="none" x="7597" y="9104" width="280" height="145"/>
- <path fill="rgb(250,166,26)" stroke="none" d="M 7623,9108 C 7612,9108 7601,9119 7601,9130 L 7601,9221 C 7601,9232 7612,9244 7623,9244 L 7849,9244 C 7860,9244 7872,9232 7872,9221 L 7872,9130 C 7872,9119 7860,9108 7849,9108 L 7623,9108 Z M 7601,9108 L 7601,9108 Z M 7872,9244 L 7872,9244 Z"/>
- <path fill="none" stroke="rgb(245,130,32)" stroke-width="7" stroke-linejoin="round" d="M 7623,9108 C 7612,9108 7601,9119 7601,9130 L 7601,9221 C 7601,9232 7612,9244 7623,9244 L 7849,9244 C 7860,9244 7872,9232 7872,9221 L 7872,9130 C 7872,9119 7860,9108 7849,9108 L 7623,9108 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id46">
- <rect class="BoundingBox" stroke="none" fill="none" x="7899" y="9105" width="280" height="145"/>
- <path fill="rgb(250,166,26)" stroke="none" d="M 7925,9109 C 7914,9109 7903,9120 7903,9131 L 7903,9222 C 7903,9233 7914,9245 7925,9245 L 8151,9245 C 8162,9245 8174,9233 8174,9222 L 8174,9131 C 8174,9120 8162,9109 8151,9109 L 7925,9109 Z M 7903,9109 L 7903,9109 Z M 8174,9245 L 8174,9245 Z"/>
- <path fill="none" stroke="rgb(245,130,32)" stroke-width="7" stroke-linejoin="round" d="M 7925,9109 C 7914,9109 7903,9120 7903,9131 L 7903,9222 C 7903,9233 7914,9245 7925,9245 L 8151,9245 C 8162,9245 8174,9233 8174,9222 L 8174,9131 C 8174,9120 8162,9109 8151,9109 L 7925,9109 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id47">
- <rect class="BoundingBox" stroke="none" fill="none" x="6975" y="8739" width="286" height="259"/>
- <path fill="rgb(250,166,26)" stroke="none" d="M 7020,8743 C 6999,8743 6979,8763 6979,8784 L 6979,8951 C 6979,8972 6999,8993 7020,8993 L 7214,8993 C 7235,8993 7256,8972 7256,8951 L 7256,8784 C 7256,8763 7235,8743 7214,8743 L 7020,8743 Z M 6979,8743 L 6979,8743 Z M 7256,8993 L 7256,8993 Z"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 7020,8743 C 6999,8743 6979,8763 6979,8784 L 6979,8951 C 6979,8972 6999,8993 7020,8993 L 7214,8993 C 7235,8993 7256,8972 7256,8951 L 7256,8784 C 7256,8763 7235,8743 7214,8743 L 7020,8743 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="7058" y="8940"><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="7290" y="8396" width="286" height="259"/>
- <path fill="rgb(250,166,26)" stroke="none" d="M 7335,8400 C 7314,8400 7294,8420 7294,8441 L 7294,8608 C 7294,8629 7314,8650 7335,8650 L 7529,8650 C 7550,8650 7571,8629 7571,8608 L 7571,8441 C 7571,8420 7550,8400 7529,8400 L 7335,8400 Z M 7294,8400 L 7294,8400 Z M 7571,8650 L 7571,8650 Z"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 7335,8400 C 7314,8400 7294,8420 7294,8441 L 7294,8608 C 7294,8629 7314,8650 7335,8650 L 7529,8650 C 7550,8650 7571,8629 7571,8608 L 7571,8441 C 7571,8420 7550,8400 7529,8400 L 7335,8400 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="7373" y="8597"><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="6900" y="9074" width="1361" height="254"/>
- <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 8242,9092 L 8242,9092 8242,9103 8242,9115 8241,9126 8240,9137 8239,9148 8238,9159 8236,9169 8234,9180 8233,9190 8230,9200 8228,9210 8225,9219 8223,9228 8220,9237 8217,9245 8213,9253 8210,9260 8206,9267 8202,9273 8198,9279 8194,9284 8190,9289 8186,9294 8182,9297 8178,9301 8173,9303 8169,9305 8164,9307 8160,9308 8155,9308 7006,9309 7006,9309 7001,9309 6997,9308 6992,9306 6988,9304 6984,9302 6979,9298 6975,9295 6971,9290 6967,9285 6963,9280 6959,9274 6955,9268 6951,9261 6948,9254 6945,9246 6941,9238 6939,9229 6936,9220 6933,9211 6931,9201 6929,9191 6927,9181 6925,9170 6923,9160 6922,9149 6921,9138 6920,9127 6920,9116 6919,9104 6919,9093"/>
- <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 8242,9092 L 8242,9092 Z"/>
- <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 6918,9309 L 6918,9309 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id50">
- <rect class="BoundingBox" stroke="none" fill="none" x="10465" y="4278" width="280" height="145"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 10491,4282 C 10480,4282 10469,4293 10469,4304 L 10469,4395 C 10469,4406 10480,4418 10491,4418 L 10717,4418 C 10728,4418 10740,4406 10740,4395 L 10740,4304 C 10740,4293 10728,4282 10717,4282 L 10491,4282 Z M 10469,4282 L 10469,4282 Z M 10740,4418 L 10740,4418 Z"/>
- <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 10491,4282 C 10480,4282 10469,4293 10469,4304 L 10469,4395 C 10469,4406 10480,4418 10491,4418 L 10717,4418 C 10728,4418 10740,4406 10740,4395 L 10740,4304 C 10740,4293 10728,4282 10717,4282 L 10491,4282 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id51">
- <rect class="BoundingBox" stroke="none" fill="none" x="6157" y="4410" width="145" height="280"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 6161,4663 C 6161,4674 6172,4685 6183,4685 L 6274,4685 C 6285,4685 6297,4674 6297,4663 L 6297,4437 C 6297,4426 6285,4414 6274,4414 L 6183,4414 C 6172,4414 6161,4426 6161,4437 L 6161,4663 Z M 6161,4685 L 6161,4685 Z M 6297,4414 L 6297,4414 Z"/>
- <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 6161,4663 C 6161,4674 6172,4685 6183,4685 L 6274,4685 C 6285,4685 6297,4674 6297,4663 L 6297,4437 C 6297,4426 6285,4414 6274,4414 L 6183,4414 C 6172,4414 6161,4426 6161,4437 L 6161,4663 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id52">
- <rect class="BoundingBox" stroke="none" fill="none" x="6159" y="4710" width="145" height="280"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 6163,4963 C 6163,4974 6174,4985 6185,4985 L 6276,4985 C 6287,4985 6299,4974 6299,4963 L 6299,4737 C 6299,4726 6287,4714 6276,4714 L 6185,4714 C 6174,4714 6163,4726 6163,4737 L 6163,4963 Z M 6163,4985 L 6163,4985 Z M 6299,4714 L 6299,4714 Z"/>
- <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 6163,4963 C 6163,4974 6174,4985 6185,4985 L 6276,4985 C 6287,4985 6299,4974 6299,4963 L 6299,4737 C 6299,4726 6287,4714 6276,4714 L 6185,4714 C 6174,4714 6163,4726 6163,4737 L 6163,4963 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id53">
- <rect class="BoundingBox" stroke="none" fill="none" x="6147" y="6490" width="145" height="280"/>
- <path fill="rgb(250,166,26)" stroke="none" d="M 6151,6743 C 6151,6754 6162,6765 6173,6765 L 6264,6765 C 6275,6765 6287,6754 6287,6743 L 6287,6517 C 6287,6506 6275,6494 6264,6494 L 6173,6494 C 6162,6494 6151,6506 6151,6517 L 6151,6743 Z M 6151,6765 L 6151,6765 Z M 6287,6494 L 6287,6494 Z"/>
- <path fill="none" stroke="rgb(245,130,32)" stroke-width="7" stroke-linejoin="round" d="M 6151,6743 C 6151,6754 6162,6765 6173,6765 L 6264,6765 C 6275,6765 6287,6754 6287,6743 L 6287,6517 C 6287,6506 6275,6494 6264,6494 L 6173,6494 C 6162,6494 6151,6506 6151,6517 L 6151,6743 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id54">
- <rect class="BoundingBox" stroke="none" fill="none" x="6148" y="6790" width="145" height="280"/>
- <path fill="rgb(250,166,26)" stroke="none" d="M 6152,7043 C 6152,7054 6163,7065 6174,7065 L 6265,7065 C 6276,7065 6288,7054 6288,7043 L 6288,6817 C 6288,6806 6276,6794 6265,6794 L 6174,6794 C 6163,6794 6152,6806 6152,6817 L 6152,7043 Z M 6152,7065 L 6152,7065 Z M 6288,6794 L 6288,6794 Z"/>
- <path fill="none" stroke="rgb(245,130,32)" stroke-width="7" stroke-linejoin="round" d="M 6152,7043 C 6152,7054 6163,7065 6174,7065 L 6265,7065 C 6276,7065 6288,7054 6288,7043 L 6288,6817 C 6288,6806 6276,6794 6265,6794 L 6174,6794 C 6163,6794 6152,6806 6152,6817 L 6152,7043 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id55">
- <rect class="BoundingBox" stroke="none" fill="none" x="7525" y="8734" width="400" height="280"/>
- <path fill="rgb(250,166,26)" stroke="none" d="M 7574,8738 C 7551,8738 7529,8760 7529,8783 L 7529,8963 C 7529,8986 7551,9009 7574,9009 L 7874,9009 C 7897,9009 7920,8986 7920,8963 L 7920,8783 C 7920,8760 7897,8738 7874,8738 L 7574,8738 Z M 7529,8738 L 7529,8738 Z M 7920,9009 L 7920,9009 Z"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 7574,8738 C 7551,8738 7529,8760 7529,8783 L 7529,8963 C 7529,8986 7551,9009 7574,9009 L 7874,9009 C 7897,9009 7920,8986 7920,8963 L 7920,8783 C 7920,8760 7897,8738 7874,8738 L 7574,8738 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="7605" y="8945"><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="7818" y="8392" width="671" height="280"/>
- <path fill="rgb(250,166,26)" stroke="none" d="M 7867,8396 C 7844,8396 7822,8418 7822,8441 L 7822,8621 C 7822,8644 7844,8667 7867,8667 L 8438,8667 C 8461,8667 8484,8644 8484,8621 L 8484,8441 C 8484,8418 8461,8396 8438,8396 L 7867,8396 Z M 7822,8396 L 7822,8396 Z M 8484,8667 L 8484,8667 Z"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 7867,8396 C 7844,8396 7822,8418 7822,8441 L 7822,8621 C 7822,8644 7844,8667 7867,8667 L 8438,8667 C 8461,8667 8484,8644 8484,8621 L 8484,8441 C 8484,8418 8461,8396 8438,8396 L 7867,8396 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="7938" y="8603"><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="4308" y="8688" width="2594" height="223"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 4347,8692 C 4329,8692 4312,8709 4312,8727 L 4312,8870 C 4312,8888 4329,8906 4347,8906 L 6861,8906 C 6879,8906 6897,8888 6897,8870 L 6897,8727 C 6897,8709 6879,8692 6861,8692 L 4347,8692 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id58">
- <rect class="BoundingBox" stroke="none" fill="none" x="7443" y="9578" width="280" height="145"/>
- <path fill="rgb(221,221,221)" stroke="none" d="M 7469,9582 C 7458,9582 7447,9593 7447,9604 L 7447,9695 C 7447,9706 7458,9718 7469,9718 L 7695,9718 C 7706,9718 7718,9706 7718,9695 L 7718,9604 C 7718,9593 7706,9582 7695,9582 L 7469,9582 Z M 7447,9582 L 7447,9582 Z M 7718,9718 L 7718,9718 Z"/>
- <path fill="none" stroke="rgb(102,102,102)" stroke-width="7" stroke-linejoin="round" d="M 7469,9582 C 7458,9582 7447,9593 7447,9604 L 7447,9695 C 7447,9706 7458,9718 7469,9718 L 7695,9718 C 7706,9718 7718,9706 7718,9695 L 7718,9604 C 7718,9593 7706,9582 7695,9582 L 7469,9582 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id59">
- <rect class="BoundingBox" stroke="none" fill="none" x="9095" y="9579" width="280" height="145"/>
- <path fill="rgb(221,221,221)" stroke="none" d="M 9121,9583 C 9110,9583 9099,9594 9099,9605 L 9099,9696 C 9099,9707 9110,9719 9121,9719 L 9347,9719 C 9358,9719 9370,9707 9370,9696 L 9370,9605 C 9370,9594 9358,9583 9347,9583 L 9121,9583 Z M 9099,9583 L 9099,9583 Z M 9370,9719 L 9370,9719 Z"/>
- <path fill="none" stroke="rgb(102,102,102)" stroke-width="7" stroke-linejoin="round" d="M 9121,9583 C 9110,9583 9099,9594 9099,9605 L 9099,9696 C 9099,9707 9110,9719 9121,9719 L 9347,9719 C 9358,9719 9370,9707 9370,9696 L 9370,9605 C 9370,9594 9358,9583 9347,9583 L 9121,9583 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id60">
- <rect class="BoundingBox" stroke="none" fill="none" x="6626" y="9185" 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="6876" y="9501"><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="8278" y="9185" 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="8528" y="9501"><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="10565" y="9700" width="1689" height="542"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="round" d="M 10583,9718 L 10583,10223 12235,10223 12235,9719"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id63">
- <rect class="BoundingBox" stroke="none" fill="none" x="10041" y="9610" 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="11029" y="9926"><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="11164" y="10164"><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="10444" y="9578" width="280" height="145"/>
- <path fill="rgb(221,221,221)" stroke="none" d="M 10470,9582 C 10459,9582 10448,9593 10448,9604 L 10448,9695 C 10448,9706 10459,9718 10470,9718 L 10696,9718 C 10707,9718 10719,9706 10719,9695 L 10719,9604 C 10719,9593 10707,9582 10696,9582 L 10470,9582 Z M 10448,9582 L 10448,9582 Z M 10719,9718 L 10719,9718 Z"/>
- <path fill="none" stroke="rgb(102,102,102)" stroke-width="7" stroke-linejoin="round" d="M 10470,9582 C 10459,9582 10448,9593 10448,9604 L 10448,9695 C 10448,9706 10459,9718 10470,9718 L 10696,9718 C 10707,9718 10719,9706 10719,9695 L 10719,9604 C 10719,9593 10707,9582 10696,9582 L 10470,9582 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id65">
- <rect class="BoundingBox" stroke="none" fill="none" x="12096" y="9579" width="280" height="145"/>
- <path fill="rgb(221,221,221)" stroke="none" d="M 12122,9583 C 12111,9583 12100,9594 12100,9605 L 12100,9696 C 12100,9707 12111,9719 12122,9719 L 12348,9719 C 12359,9719 12371,9707 12371,9696 L 12371,9605 C 12371,9594 12359,9583 12348,9583 L 12122,9583 Z M 12100,9583 L 12100,9583 Z M 12371,9719 L 12371,9719 Z"/>
- <path fill="none" stroke="rgb(102,102,102)" stroke-width="7" stroke-linejoin="round" d="M 12122,9583 C 12111,9583 12100,9594 12100,9605 L 12100,9696 C 12100,9707 12111,9719 12122,9719 L 12348,9719 C 12359,9719 12371,9707 12371,9696 L 12371,9605 C 12371,9594 12359,9583 12348,9583 L 12122,9583 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id66">
- <rect class="BoundingBox" stroke="none" fill="none" x="9627" y="9185" 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="9877" y="9501"><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="11279" y="9185" 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="11529" y="9501"><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="6326" y="4664" width="2552" height="5607"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6451,6858 L 6486,6858"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6522,6858 L 6557,6858"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6593,6858 L 6628,6858"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6663,6858 L 6699,6858"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6734,6858 L 6770,6858"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6805,6858 L 6841,6858"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6876,6858 L 6912,6858"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6947,6858 L 6983,6858"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7018,6858 L 7054,6858"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7089,6858 L 7124,6858"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7160,6858 L 7195,6858"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,6875 L 7214,6910"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,6946 L 7214,6981"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,7017 L 7214,7052"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,7088 L 7214,7123"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,7159 L 7214,7194"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,7229 L 7214,7265"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,7300 L 7214,7336"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,7371 L 7214,7407"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,7442 L 7214,7478"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,7513 L 7214,7549"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,7584 L 7214,7619"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,7655 L 7214,7690"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,7726 L 7214,7761"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,7797 L 7214,7832"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,7868 L 7214,7903"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,7939 L 7214,7974"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,8010 L 7214,8045"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,8080 L 7214,8116"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,8151 L 7214,8187"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,8222 L 7214,8258"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,8293 L 7214,8329"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,8364 L 7214,8400"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,8435 L 7214,8471"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,8506 L 7214,8541"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,8577 L 7214,8612"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,8648 L 7214,8683"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,8719 L 7214,8754"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,8790 L 7214,8825"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,8861 L 7214,8896"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,8932 L 7214,8967"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,9002 L 7214,9038"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,9073 L 7214,9109"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,9144 L 7214,9180"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,9215 L 7214,9251"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,9286 L 7214,9322"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,9357 L 7214,9392"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,9428 L 7214,9463"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,9499 L 7214,9534"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,9570 L 7214,9605"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,9641 L 7214,9676"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,9712 L 7214,9747"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,9783 L 7214,9818"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,9853 L 7214,9889"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,9924 L 7214,9960"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,9995 L 7214,10031"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,10066 L 7214,10102"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,10137 L 7214,10173"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7214,10208 L 7214,10244"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7232,10261 L 7267,10261"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7303,10261 L 7338,10261"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7374,10261 L 7409,10261"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7445,10261 L 7480,10261"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7516,10261 L 7551,10261"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7587,10261 L 7622,10261"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7658,10261 L 7693,10261"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7728,10261 L 7764,10261"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7799,10261 L 7835,10261"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7870,10261 L 7906,10261"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7941,10261 L 7977,10261"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8012,10261 L 8048,10261"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8083,10261 L 8118,10261"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8154,10261 L 8189,10261"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8225,10261 L 8260,10261"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8296,10261 L 8331,10261"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8367,10261 L 8402,10261"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8438,10261 L 8473,10261"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8509,10261 L 8544,10261"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8579,10261 L 8615,10261"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8650,10261 L 8686,10261"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8721,10261 L 8757,10261"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8792,10261 L 8828,10261"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8863,10261 L 8868,10261 8868,10230"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,10195 L 8868,10159"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,10124 L 8868,10089"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,10053 L 8868,10018"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,9982 L 8868,9947"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,9911 L 8868,9876"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,9840 L 8868,9805"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,9769 L 8868,9734"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,9698 L 8868,9663"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,9628 L 8868,9592"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,9557 L 8868,9521"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,9486 L 8868,9450"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,9415 L 8868,9379"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,9344 L 8868,9308"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,9273 L 8868,9238"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,9202 L 8868,9167"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,9131 L 8868,9096"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,9060 L 8868,9025"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,8989 L 8868,8954"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,8918 L 8868,8883"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,8847 L 8868,8812"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,8777 L 8868,8741"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,8706 L 8868,8670"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,8635 L 8868,8599"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,8564 L 8868,8528"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,8493 L 8868,8457"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,8422 L 8868,8386"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,8351 L 8868,8316"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,8280 L 8868,8245"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,8209 L 8868,8174"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,8138 L 8868,8103"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,8067 L 8868,8032"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,7996 L 8868,7961"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,7925 L 8868,7890"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,7855 L 8868,7819"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,7784 L 8868,7748"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,7713 L 8868,7677"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,7642 L 8868,7606"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,7571 L 8868,7535"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,7500 L 8868,7465"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,7429 L 8868,7394"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,7358 L 8868,7323"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,7287 L 8868,7252"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,7216 L 8868,7181"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,7145 L 8868,7110"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,7074 L 8868,7039"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,7004 L 8868,6968"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,6933 L 8868,6897"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,6862 L 8868,6826"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,6791 L 8868,6755"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,6720 L 8868,6684"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,6649 L 8868,6613"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,6578 L 8868,6543"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,6507 L 8868,6472"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,6436 L 8868,6401"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,6365 L 8868,6330"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,6294 L 8868,6259"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,6223 L 8868,6188"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,6152 L 8868,6117"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,6082 L 8868,6046"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,6011 L 8868,5975"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,5940 L 8868,5904"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,5869 L 8868,5833"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,5798 L 8868,5762"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,5727 L 8868,5692"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,5656 L 8868,5621"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,5585 L 8868,5550"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,5514 L 8868,5479"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,5443 L 8868,5408"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,5372 L 8868,5337"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,5301 L 8868,5266"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,5231 L 8868,5195"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,5160 L 8868,5124"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,5089 L 8868,5053"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,5018 L 8868,4982"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,4947 L 8868,4911"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,4876 L 8868,4840"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8868,4805 L 8868,4777 8861,4777"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8825,4777 L 8790,4777"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8754,4777 L 8719,4777"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8683,4777 L 8648,4777"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8612,4777 L 8577,4777"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8541,4777 L 8506,4777"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8470,4777 L 8435,4777"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8400,4777 L 8364,4777"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8329,4777 L 8293,4777"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8258,4777 L 8222,4777"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8187,4777 L 8151,4777"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8116,4777 L 8080,4777"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8045,4777 L 8010,4777"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7974,4777 L 7939,4777"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7903,4777 L 7868,4777"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7832,4777 L 7797,4777"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7761,4777 L 7726,4777"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7690,4777 L 7655,4777"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7619,4777 L 7584,4777"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7549,4777 L 7513,4777"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7478,4777 L 7442,4777"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7407,4777 L 7371,4777"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7336,4777 L 7300,4777"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7265,4777 L 7229,4777"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7194,4777 L 7158,4777"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7123,4777 L 7088,4777"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7052,4777 L 7017,4777"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6981,4777 L 6946,4777"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6910,4777 L 6875,4777"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6839,4777 L 6804,4777"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6768,4777 L 6733,4777"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6697,4777 L 6662,4777"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6627,4777 L 6591,4777"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6556,4777 L 6520,4777"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6485,4777 L 6449,4777"/>
- <path fill="rgb(237,28,36)" stroke="none" d="M 6334,6745 C 6337,6745 6340,6745 6344,6745 6354,6745 6364,6746 6373,6749 6382,6751 6391,6755 6400,6760 6409,6765 6417,6771 6424,6778 6431,6785 6436,6792 6442,6802 6447,6811 6451,6819 6453,6829 6455,6838 6457,6847 6457,6857 L 6466,6857 6466,6859 6457,6859 C 6457,6869 6455,6878 6453,6887 6451,6897 6447,6905 6442,6915 6436,6924 6431,6931 6424,6938 6417,6945 6409,6951 6400,6956 6391,6961 6382,6965 6373,6967 6364,6970 6354,6971 6344,6971 6340,6971 6337,6971 6334,6971 L 6334,6966 6335,6962 C 6338,6962 6341,6962 6344,6962 6353,6962 6362,6961 6371,6959 6379,6956 6387,6953 6396,6948 6404,6943 6411,6938 6417,6932 6424,6925 6429,6918 6434,6910 6439,6902 6442,6893 6444,6885 6447,6876 6448,6868 6448,6858 6448,6848 6447,6840 6444,6831 6442,6823 6439,6814 6434,6806 6429,6798 6424,6791 6417,6784 6411,6778 6404,6773 6396,6768 6387,6763 6379,6760 6371,6757 6362,6755 6353,6754 6344,6754 6341,6754 6338,6754 6335,6754 L 6334,6750 6334,6745 Z"/>
- <path fill="rgb(237,28,36)" stroke="none" d="M 6326,4664 C 6329,4664 6332,4664 6336,4664 6346,4664 6356,4665 6365,4668 6374,4670 6383,4674 6392,4679 6401,4684 6409,4690 6416,4697 6423,4704 6428,4711 6434,4721 6439,4730 6443,4738 6445,4748 6447,4757 6449,4766 6449,4776 L 6458,4776 6458,4778 6449,4778 C 6449,4788 6447,4797 6445,4806 6443,4816 6439,4824 6434,4834 6428,4843 6423,4850 6416,4857 6409,4864 6401,4870 6392,4875 6383,4880 6374,4884 6365,4886 6356,4889 6346,4890 6336,4890 6332,4890 6329,4890 6326,4890 L 6326,4885 6327,4881 C 6330,4881 6333,4881 6336,4881 6345,4881 6354,4880 6363,4878 6371,4875 6379,4872 6388,4867 6396,4862 6403,4857 6409,4851 6416,4844 6421,4837 6426,4829 6431,4821 6434,4812 6436,4804 6439,4795 6440,4787 6440,4777 6440,4767 6439,4759 6436,4750 6434,4742 6431,4733 6426,4725 6421,4717 6416,4710 6409,4703 6403,4697 6396,4692 6388,4687 6379,4682 6371,4679 6363,4676 6354,4674 6345,4673 6336,4673 6333,4673 6330,4673 6327,4673 L 6326,4669 6326,4664 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyLineShape">
- <g id="id69">
- <rect class="BoundingBox" stroke="none" fill="none" x="6345" y="4353" width="2823" height="5723"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6488,6540 L 6523,6540"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6559,6540 L 6594,6540"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6630,6540 L 6665,6540"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6700,6540 L 6736,6540"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6771,6540 L 6807,6540"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6842,6540 L 6878,6540"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6913,6540 L 6949,6540"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6984,6540 L 7020,6540"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7055,6540 L 7091,6540"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7126,6540 L 7161,6540"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7197,6540 L 7232,6540"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7268,6540 L 7303,6540"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7339,6540 L 7374,6540"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7410,6540 L 7445,6540"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7481,6540 L 7516,6540"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,6568 L 7524,6603"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,6638 L 7524,6674"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,6709 L 7524,6745"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,6780 L 7524,6816"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,6851 L 7524,6887"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,6922 L 7524,6958"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,6993 L 7524,7028"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,7064 L 7524,7099"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,7135 L 7524,7170"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,7206 L 7524,7241"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,7277 L 7524,7312"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,7348 L 7524,7383"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,7419 L 7524,7454"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,7489 L 7524,7525"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,7560 L 7524,7596"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,7631 L 7524,7667"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,7702 L 7524,7738"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,7773 L 7524,7809"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,7844 L 7524,7880"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,7915 L 7524,7950"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,7986 L 7524,8021"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,8057 L 7524,8092"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,8128 L 7524,8163"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,8199 L 7524,8234"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,8270 L 7524,8305"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,8341 L 7524,8376"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,8411 L 7524,8447"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,8482 L 7524,8518"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,8553 L 7524,8589"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,8624 L 7524,8660"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,8695 L 7524,8731"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,8766 L 7524,8801"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,8837 L 7524,8872"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,8908 L 7524,8943"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,8979 L 7524,9014"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,9050 L 7524,9085"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,9121 L 7524,9156"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,9192 L 7524,9227"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,9262 L 7524,9298"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,9333 L 7524,9369"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,9404 L 7524,9440"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,9475 L 7524,9511"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,9546 L 7524,9582"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,9617 L 7524,9653"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,9688 L 7524,9723"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,9759 L 7524,9794"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,9830 L 7524,9865"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,9901 L 7524,9936"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,9972 L 7524,10007"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7524,10043 L 7524,10066 7536,10066"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7572,10066 L 7607,10066"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7642,10066 L 7678,10066"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7713,10066 L 7749,10066"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7784,10066 L 7820,10066"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7855,10066 L 7891,10066"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7926,10066 L 7962,10066"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7997,10066 L 8032,10066"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8068,10066 L 8103,10066"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8139,10066 L 8174,10066"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8210,10066 L 8245,10066"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8281,10066 L 8316,10066"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8352,10066 L 8387,10066"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8423,10066 L 8458,10066"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8493,10066 L 8529,10066"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8564,10066 L 8600,10066"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8635,10066 L 8671,10066"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8706,10066 L 8742,10066"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8777,10066 L 8813,10066"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8848,10066 L 8884,10066"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8919,10066 L 8954,10066"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8990,10066 L 9025,10066"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9061,10066 L 9096,10066"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9132,10066 L 9158,10066 9158,10057"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,10021 L 9158,9986"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,9950 L 9158,9915"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,9879 L 9158,9844"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,9809 L 9158,9773"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,9738 L 9158,9702"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,9667 L 9158,9631"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,9596 L 9158,9560"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,9525 L 9158,9489"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,9454 L 9158,9419"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,9383 L 9158,9348"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,9312 L 9158,9277"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,9241 L 9158,9206"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,9170 L 9158,9135"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,9099 L 9158,9064"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,9028 L 9158,8993"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,8958 L 9158,8922"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,8887 L 9158,8851"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,8816 L 9158,8780"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,8745 L 9158,8709"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,8674 L 9158,8638"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,8603 L 9158,8567"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,8532 L 9158,8497"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,8461 L 9158,8426"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,8390 L 9158,8355"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,8319 L 9158,8284"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,8248 L 9158,8213"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,8177 L 9158,8142"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,8106 L 9158,8071"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,8036 L 9158,8000"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,7965 L 9158,7929"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,7894 L 9158,7858"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,7823 L 9158,7787"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,7752 L 9158,7716"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,7681 L 9158,7646"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,7610 L 9158,7575"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,7539 L 9158,7504"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,7468 L 9158,7433"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,7397 L 9158,7362"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,7326 L 9158,7291"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,7255 L 9158,7220"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,7185 L 9158,7149"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,7114 L 9158,7078"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,7043 L 9158,7007"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,6972 L 9158,6936"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,6901 L 9158,6865"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,6830 L 9158,6794"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,6759 L 9158,6724"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,6688 L 9158,6653"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,6617 L 9158,6582"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,6546 L 9158,6511"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,6475 L 9158,6440"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,6404 L 9158,6369"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,6333 L 9158,6298"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,6263 L 9158,6227"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,6192 L 9158,6156"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,6121 L 9158,6085"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,6050 L 9158,6014"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,5979 L 9158,5943"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,5908 L 9158,5873"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,5837 L 9158,5802"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,5766 L 9158,5731"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,5695 L 9158,5660"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,5624 L 9158,5589"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,5553 L 9158,5518"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,5482 L 9158,5447"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,5412 L 9158,5376"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,5341 L 9158,5305"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,5270 L 9158,5234"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,5199 L 9158,5163"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,5128 L 9158,5092"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,5057 L 9158,5021"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,4986 L 9158,4951"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,4915 L 9158,4880"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,4844 L 9158,4809"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,4773 L 9158,4738"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,4702 L 9158,4667"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,4631 L 9158,4596"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,4560 L 9158,4525"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9158,4490 L 9158,4466 9146,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9111,4466 L 9075,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9040,4466 L 9004,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8969,4466 L 8933,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8898,4466 L 8862,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8827,4466 L 8792,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8756,4466 L 8721,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8685,4466 L 8650,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8614,4466 L 8579,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8543,4466 L 8508,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8472,4466 L 8437,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8401,4466 L 8366,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8331,4466 L 8295,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8260,4466 L 8224,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8189,4466 L 8153,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8118,4466 L 8082,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8047,4466 L 8011,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7976,4466 L 7940,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7905,4466 L 7870,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7834,4466 L 7799,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7763,4466 L 7728,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7692,4466 L 7657,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7621,4466 L 7586,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7550,4466 L 7515,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7479,4466 L 7444,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7409,4466 L 7373,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7338,4466 L 7302,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7267,4466 L 7231,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7196,4466 L 7160,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7125,4466 L 7089,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7054,4466 L 7019,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6983,4466 L 6948,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6912,4466 L 6877,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6841,4466 L 6806,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6770,4466 L 6735,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6699,4466 L 6664,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6628,4466 L 6593,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6558,4466 L 6522,4466"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6487,4466 L 6462,4466"/>
- <path fill="rgb(0,182,189)" stroke="none" d="M 6371,6427 C 6374,6427 6377,6427 6381,6427 6391,6427 6401,6428 6410,6431 6419,6433 6428,6437 6437,6442 6446,6447 6454,6453 6461,6460 6468,6467 6473,6474 6479,6484 6484,6493 6488,6501 6490,6511 6492,6520 6494,6529 6494,6539 L 6503,6539 6503,6541 6494,6541 C 6494,6551 6492,6560 6490,6569 6488,6579 6484,6587 6479,6597 6473,6606 6468,6613 6461,6620 6454,6627 6446,6633 6437,6638 6428,6643 6419,6647 6410,6649 6401,6652 6391,6653 6381,6653 6377,6653 6374,6653 6371,6653 L 6371,6648 6372,6644 C 6375,6644 6378,6644 6381,6644 6390,6644 6399,6643 6408,6641 6416,6638 6424,6635 6433,6630 6441,6625 6448,6620 6454,6614 6461,6607 6466,6600 6471,6592 6476,6584 6479,6575 6481,6567 6484,6558 6485,6550 6485,6540 6485,6530 6484,6522 6481,6513 6479,6505 6476,6496 6471,6488 6466,6480 6461,6473 6454,6466 6448,6460 6441,6455 6433,6450 6424,6445 6416,6442 6408,6439 6399,6437 6390,6436 6381,6436 6378,6436 6375,6436 6372,6436 L 6371,6432 6371,6427 Z"/>
- <path fill="rgb(0,182,189)" stroke="none" d="M 6345,4353 C 6348,4353 6351,4353 6355,4353 6365,4353 6375,4354 6384,4357 6393,4359 6402,4363 6411,4368 6420,4373 6428,4379 6435,4386 6442,4393 6447,4400 6453,4410 6458,4419 6462,4427 6464,4437 6466,4446 6468,4455 6468,4465 L 6477,4465 6477,4467 6468,4467 C 6468,4477 6466,4486 6464,4495 6462,4505 6458,4513 6453,4523 6447,4532 6442,4539 6435,4546 6428,4553 6420,4559 6411,4564 6402,4569 6393,4573 6384,4575 6375,4578 6365,4579 6355,4579 6351,4579 6348,4579 6345,4579 L 6345,4574 6346,4570 C 6349,4570 6352,4570 6355,4570 6364,4570 6373,4569 6382,4567 6390,4564 6398,4561 6407,4556 6415,4551 6422,4546 6428,4540 6435,4533 6440,4526 6445,4518 6450,4510 6453,4501 6455,4493 6458,4484 6459,4476 6459,4466 6459,4456 6458,4448 6455,4439 6453,4431 6450,4422 6445,4414 6440,4406 6435,4399 6428,4392 6422,4386 6415,4381 6407,4376 6398,4371 6390,4368 6382,4365 6373,4363 6364,4362 6355,4362 6352,4362 6349,4362 6346,4362 L 6345,4358 6345,4353 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id70">
- <rect class="BoundingBox" stroke="none" fill="none" x="11366" y="4278" width="280" height="145"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 11392,4282 C 11381,4282 11370,4293 11370,4304 L 11370,4395 C 11370,4406 11381,4418 11392,4418 L 11618,4418 C 11629,4418 11641,4406 11641,4395 L 11641,4304 C 11641,4293 11629,4282 11618,4282 L 11392,4282 Z M 11370,4282 L 11370,4282 Z M 11641,4418 L 11641,4418 Z"/>
- <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 11392,4282 C 11381,4282 11370,4293 11370,4304 L 11370,4395 C 11370,4406 11381,4418 11392,4418 L 11618,4418 C 11629,4418 11641,4406 11641,4395 L 11641,4304 C 11641,4293 11629,4282 11618,4282 L 11392,4282 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id71">
- <rect class="BoundingBox" stroke="none" fill="none" x="4566" y="4278" width="280" height="145"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 4592,4282 C 4581,4282 4570,4293 4570,4304 L 4570,4395 C 4570,4406 4581,4418 4592,4418 L 4818,4418 C 4829,4418 4841,4406 4841,4395 L 4841,4304 C 4841,4293 4829,4282 4818,4282 L 4592,4282 Z M 4570,4282 L 4570,4282 Z M 4841,4418 L 4841,4418 Z"/>
- <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 4592,4282 C 4581,4282 4570,4293 4570,4304 L 4570,4395 C 4570,4406 4581,4418 4592,4418 L 4818,4418 C 4829,4418 4841,4406 4841,4395 L 4841,4304 C 4841,4293 4829,4282 4818,4282 L 4592,4282 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id72">
- <rect class="BoundingBox" stroke="none" fill="none" x="5466" y="4278" width="280" height="145"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 5492,4282 C 5481,4282 5470,4293 5470,4304 L 5470,4395 C 5470,4406 5481,4418 5492,4418 L 5718,4418 C 5729,4418 5741,4406 5741,4395 L 5741,4304 C 5741,4293 5729,4282 5718,4282 L 5492,4282 Z M 5470,4282 L 5470,4282 Z M 5741,4418 L 5741,4418 Z"/>
- <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 5492,4282 C 5481,4282 5470,4293 5470,4304 L 5470,4395 C 5470,4406 5481,4418 5492,4418 L 5718,4418 C 5729,4418 5741,4406 5741,4395 L 5741,4304 C 5741,4293 5729,4282 5718,4282 L 5492,4282 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.ConnectorShape">
- <g id="id73">
- <rect class="BoundingBox" stroke="none" fill="none" x="4687" y="3304" width="6837" height="999"/>
- <path fill="none" stroke="rgb(68,114,196)" stroke-width="35" stroke-linejoin="round" d="M 4705,4283 L 4705,3322 11505,3322 11505,4284"/>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
-</svg> \ No newline at end of file
diff --git a/docs/report/vpp_device_tests/vf-2n-nic2nic.svg b/docs/report/vpp_device_tests/vf-2n-nic2nic.svg
deleted file mode 100644
index 2bf2ec678c..0000000000
--- a/docs/report/vpp_device_tests/vf-2n-nic2nic.svg
+++ /dev/null
@@ -1,1165 +0,0 @@
-<?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="148mm" height="110mm" viewBox="0 0 14800 11000" 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="14800" height="11000"/>
- </clipPath>
- <clipPath id="presentation_clip_path_shrink" clipPathUnits="userSpaceOnUse">
- <rect x="14" y="11" width="14771" height="10978"/>
- </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="…" horiz-adv-x="1615" d="M 918,254 L 1130,254 1130,0 918,0 918,254 Z M 1599,254 L 1812,254 1812,0 1599,0 1599,254 Z M 236,254 L 449,254 449,0 236,0 236,254 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="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="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="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="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="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="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="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="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,325 321,269 335,230 349,191 371,162 402,145 433,128 478,119 537,119 624,119 692,149 742,208 792,267 817,350 817,455 L 817,1082 997,1082 997,231 C 997,105 999,28 1003,0 L 833,0 C 832,3 832,12 831,27 830,42 830,59 829,78 828,97 826,132 825,185 L 822,185 C 781,110 733,58 679,27 624,-4 557,-20 476,-20 357,-20 271,10 216,69 161,128 133,225 133,361 L 133,1082 314,1082 Z"/>
- <glyph unicode="t" horiz-adv-x="531" d="M 554,8 C 495,-8 434,-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 474,127 509,132 554,141 L 554,8 Z"/>
- <glyph unicode="s" horiz-adv-x="901" d="M 950,299 C 950,197 912,118 835,63 758,8 650,-20 511,-20 376,-20 273,2 200,47 127,91 79,160 57,254 L 216,285 C 231,227 263,185 311,158 359,131 426,117 511,117 602,117 669,131 712,159 754,187 775,229 775,285 775,328 760,362 731,389 702,416 654,438 589,455 L 460,489 C 357,516 283,542 240,568 196,593 162,624 137,661 112,698 100,743 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 759,862 732,899 689,925 645,950 586,963 513,963 432,963 372,951 333,926 294,901 275,864 275,814 275,783 283,758 299,738 315,718 339,701 370,687 401,673 467,654 568,629 663,605 732,583 774,563 816,542 849,520 874,495 898,470 917,442 930,410 943,377 950,340 950,299 Z"/>
- <glyph unicode="r" horiz-adv-x="530" d="M 142,0 L 142,830 C 142,906 140,990 136,1082 L 306,1082 C 311,959 314,886 314,861 L 318,861 C 347,954 380,1017 417,1051 454,1085 507,1102 575,1102 599,1102 623,1099 648,1092 L 648,927 C 624,934 592,937 552,937 477,937 420,905 381,841 342,776 322,684 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,913 219,1102 484,1102 566,1102 634,1088 687,1059 740,1030 785,981 821,914 L 823,914 C 823,934 824,969 827,1018 830,1067 832,1093 835,1096 L 1008,1096 C 1003,1057 1001,958 1001,801 L 1001,-425 821,-425 821,14 825,178 823,178 C 787,107 743,56 690,26 637,-5 569,-20 484,-20 Z M 821,554 C 821,695 798,799 752,867 706,935 633,969 532,969 441,969 375,935 335,867 295,799 275,691 275,542 275,391 295,282 336,217 376,152 441,119 530,119 632,119 706,155 752,228 798,301 821,409 821,554 Z"/>
- <glyph unicode="p" horiz-adv-x="953" d="M 1053,546 C 1053,169 920,-20 655,-20 488,-20 376,43 319,168 L 314,168 C 317,163 318,106 318,-2 L 318,-425 138,-425 138,861 C 138,972 136,1046 132,1082 L 306,1082 C 307,1079 308,1070 309,1054 310,1037 312,1012 314,978 315,944 316,921 316,908 L 320,908 C 352,975 394,1024 447,1055 500,1086 569,1101 655,1101 788,1101 888,1056 954,967 1020,878 1053,737 1053,546 Z M 864,542 C 864,693 844,800 803,865 762,930 698,962 609,962 538,962 482,947 442,917 401,887 371,840 350,777 329,713 318,630 318,528 318,386 341,281 386,214 431,147 505,113 607,113 696,113 762,146 803,212 844,277 864,387 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 407,-20 288,28 207,125 126,221 86,360 86,542 86,915 248,1102 571,1102 736,1102 858,1057 936,966 1014,875 1053,733 1053,542 Z M 864,542 C 864,691 842,800 798,868 753,935 679,969 574,969 469,969 393,935 346,866 299,797 275,689 275,542 275,399 298,292 345,221 391,149 464,113 563,113 671,113 748,148 795,217 841,286 864,395 864,542 Z"/>
- <glyph unicode="n" horiz-adv-x="874" d="M 825,0 L 825,686 C 825,757 818,813 804,852 790,891 768,920 737,937 706,954 661,963 602,963 515,963 447,933 397,874 347,815 322,732 322,627 L 322,0 142,0 142,851 C 142,977 140,1054 136,1082 L 306,1082 C 307,1079 307,1070 308,1055 309,1040 310,1024 311,1005 312,986 313,950 314,897 L 317,897 C 358,972 406,1025 461,1056 515,1087 582,1102 663,1102 782,1102 869,1073 924,1014 979,955 1006,857 1006,721 L 1006,0 825,0 Z"/>
- <glyph unicode="m" horiz-adv-x="1457" d="M 768,0 L 768,686 C 768,791 754,863 725,903 696,943 645,963 570,963 493,963 433,934 388,875 343,816 321,734 321,627 L 321,0 142,0 142,851 C 142,977 140,1054 136,1082 L 306,1082 C 307,1079 307,1070 308,1055 309,1040 310,1024 311,1005 312,986 313,950 314,897 L 317,897 C 356,974 400,1027 450,1057 500,1087 561,1102 633,1102 715,1102 780,1086 828,1053 875,1020 908,968 927,897 L 930,897 C 967,970 1013,1022 1066,1054 1119,1086 1183,1102 1258,1102 1367,1102 1447,1072 1497,1013 1546,954 1571,856 1571,721 L 1571,0 1393,0 1393,686 C 1393,791 1379,863 1350,903 1321,943 1270,963 1195,963 1116,963 1055,934 1012,876 968,817 946,734 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 356,968 402,1020 457,1053 511,1086 580,1102 663,1102 780,1102 867,1073 923,1015 978,956 1006,858 1006,721 L 1006,0 825,0 825,686 C 825,762 818,819 804,856 790,893 767,920 735,937 703,954 659,963 602,963 517,963 450,934 399,875 348,816 322,737 322,638 L 322,0 142,0 142,1484 322,1484 322,1098 C 322,1057 321,1015 319,972 316,929 315,904 314,897 L 317,897 Z"/>
- <glyph unicode="g" horiz-adv-x="927" d="M 548,-425 C 430,-425 336,-402 266,-356 196,-309 151,-243 131,-158 L 312,-132 C 324,-182 351,-220 392,-248 433,-274 486,-288 553,-288 732,-288 822,-183 822,27 L 822,201 820,201 C 786,132 739,80 680,45 621,10 551,-8 472,-8 339,-8 242,36 180,124 117,212 86,350 86,539 86,730 120,872 187,963 254,1054 355,1099 492,1099 569,1099 635,1082 692,1047 748,1012 791,962 822,897 L 824,897 C 824,917 825,952 828,1001 831,1050 833,1077 836,1082 L 1007,1082 C 1003,1046 1001,971 1001,858 L 1001,31 C 1001,-273 850,-425 548,-425 Z M 822,541 C 822,629 810,705 786,769 762,832 728,881 685,915 641,948 591,965 536,965 444,965 377,932 335,865 293,798 272,690 272,541 272,393 292,287 331,222 370,157 438,125 533,125 590,125 640,142 684,175 728,208 762,256 786,319 810,381 822,455 822,541 Z"/>
- <glyph unicode="e" horiz-adv-x="980" d="M 276,503 C 276,379 302,283 353,216 404,149 479,115 578,115 656,115 719,131 766,162 813,193 844,233 861,281 L 1019,236 C 954,65 807,-20 578,-20 418,-20 296,28 213,123 129,218 87,360 87,548 87,727 129,864 213,959 296,1054 416,1102 571,1102 889,1102 1048,910 1048,527 L 1048,503 276,503 Z M 862,641 C 852,755 823,838 775,891 727,943 658,969 568,969 481,969 412,940 361,882 310,823 282,743 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 821,1035 821,1484 1001,1484 1001,223 C 1001,110 1003,36 1007,0 L 835,0 C 833,11 831,35 829,74 826,113 825,146 825,174 L 821,174 Z M 275,542 C 275,391 295,282 335,217 375,152 440,119 530,119 632,119 706,154 752,225 798,296 821,405 821,554 821,697 798,802 752,869 706,936 633,969 532,969 441,969 376,936 336,869 295,802 275,693 275,542 Z"/>
- <glyph unicode="c" horiz-adv-x="901" d="M 275,546 C 275,402 298,295 343,226 388,157 457,122 548,122 612,122 666,139 709,174 752,209 778,262 788,334 L 970,322 C 956,218 912,135 837,73 762,11 668,-20 553,-20 402,-20 286,28 207,124 127,219 87,359 87,542 87,724 127,863 207,959 287,1054 402,1102 551,1102 662,1102 754,1073 827,1016 900,959 945,880 964,779 L 779,765 C 770,825 746,873 708,908 670,943 616,961 546,961 451,961 382,929 339,866 296,803 275,696 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,147 315,116 312,74 309,31 307,7 306,0 L 132,0 C 136,36 138,110 138,223 L 138,1484 318,1484 318,1061 C 318,1018 317,967 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,691 844,800 804,865 764,930 699,963 609,963 508,963 434,928 388,859 341,790 318,680 318,529 318,387 341,282 386,215 431,147 505,113 607,113 698,113 763,147 804,214 844,281 864,389 864,540 Z"/>
- <glyph unicode="a" horiz-adv-x="1060" d="M 414,-20 C 305,-20 224,9 169,66 114,123 87,202 87,302 87,414 124,500 198,560 271,620 390,652 554,656 L 797,660 797,719 C 797,807 778,870 741,908 704,946 645,965 565,965 484,965 426,951 389,924 352,897 330,853 323,793 L 135,810 C 166,1005 310,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 1097,111 1117,113 1139,118 L 1139,6 C 1094,-5 1047,-10 1000,-10 933,-10 885,8 855,43 824,78 807,132 803,207 L 797,207 C 751,124 698,66 637,32 576,-3 501,-20 414,-20 Z M 455,115 C 521,115 580,130 631,160 682,190 723,231 753,284 782,336 797,390 797,445 L 797,534 600,530 C 515,529 451,520 408,504 364,488 330,463 307,430 284,397 272,353 272,299 272,240 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 1023,951 1000,1051 969,1196 952,1119 937,1054 925,1002 913,950 822,616 652,0 L 424,0 9,1409 208,1409 461,514 C 491,402 519,287 544,168 560,241 579,321 600,408 621,495 713,828 877,1409 L 1060,1409 1305,532 C 1342,389 1372,267 1393,168 L 1402,203 C 1420,280 1435,342 1446,391 1457,439 1551,778 1727,1409 L 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 684,168 768,417 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 333,1103 338,936 338,0 168,0 168,1409 390,1409 1152,201 C 1144,332 1140,426 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,940 164,1117 287,1242 410,1367 582,1430 804,1430 960,1430 1087,1404 1184,1351 1281,1298 1356,1214 1409,1098 L 1227,1044 C 1187,1124 1132,1182 1062,1219 991,1256 904,1274 799,1274 636,1274 512,1225 426,1127 340,1028 297,890 297,711 297,533 343,393 434,290 525,187 652,135 813,135 905,135 991,149 1071,177 1150,205 1215,243 1264,291 L 1264,545 843,545 843,705 1440,705 1440,219 C 1365,143 1274,84 1166,43 1057,1 940,-20 813,-20 666,-20 539,9 432,68 325,127 244,211 188,322 131,432 103,562 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,574 1353,447 1296,338 1239,229 1159,145 1055,87 951,29 831,0 695,0 L 168,0 168,1409 634,1409 C 873,1409 1057,1349 1187,1230 1316,1110 1381,940 1381,719 Z M 1189,719 C 1189,894 1141,1027 1046,1119 950,1210 811,1256 630,1256 L 359,1256 359,153 673,153 C 776,153 867,176 946,221 1024,266 1084,332 1126,417 1168,502 1189,603 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 685,1265 L 676,1237 C 659,1182 635,1111 602,1024 L 422,561 949,561 768,1026 C 749,1072 731,1124 712,1182 L 685,1265 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,259 1008,158 925,87 842,16 724,-20 571,-20 428,-20 315,12 230,77 145,141 94,236 78,362 L 264,379 C 288,212 390,129 571,129 662,129 733,151 785,196 836,241 862,307 862,395 862,472 833,532 774,575 715,618 629,639 518,639 L 416,639 416,795 514,795 C 613,795 689,817 744,860 798,903 825,962 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 115,1178 163,1268 246,1333 328,1398 434,1430 563,1430 704,1430 814,1397 893,1332 971,1266 1010,1174 1010,1057 1010,967 985,894 935,838 884,781 811,743 715,723 L 715,719 C 820,708 902,672 961,613 1020,554 1049,479 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,1115 806,1175 761,1218 716,1261 653,1282 572,1282 495,1282 432,1261 383,1220 333,1178 304,1119 295,1044 L 111,1061 C 124,1174 172,1263 255,1330 337,1397 443,1430 572,1430 714,1430 823,1397 900,1330 976,1263 1014,1167 1014,1044 1014,989 1002,935 977,881 952,827 914,773 865,719 816,665 721,581 582,468 505,405 444,349 399,299 354,248 321,200 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,470 1018,290 935,166 852,42 729,-20 567,-20 405,-20 283,42 202,165 121,288 80,468 80,705 80,947 120,1128 199,1249 278,1370 402,1430 573,1430 739,1430 862,1369 941,1247 1020,1125 1059,944 1059,705 Z M 876,705 C 876,908 853,1056 806,1147 759,1238 681,1284 573,1284 462,1284 383,1239 335,1149 286,1059 262,911 262,705 262,505 287,359 336,266 385,173 462,127 569,127 675,127 753,174 802,269 851,364 876,509 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 id78 id79 id80 id81 id82 id83"/>
- </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>
- <g id="bullet-char-template-61548" transform="scale(0.00048828125,-0.00048828125)">
- <path d="M 173,740 C 173,903 231,1043 346,1159 462,1274 601,1332 765,1332 928,1332 1067,1274 1183,1159 1299,1043 1357,903 1357,740 1357,577 1299,437 1183,322 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 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="container-id1">
- <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="3513" y="9607" 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="3763" y="9923"><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="526" y="829" width="13649" height="9754"/>
- <path fill="none" stroke="rgb(178,178,178)" stroke-width="28" stroke-linejoin="miter" d="M 7350,10568 L 540,10568 540,843 14160,843 14160,10568 7350,10568 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id5">
- <rect class="BoundingBox" stroke="none" fill="none" x="3565" y="397" width="7485" height="690"/>
- <path fill="rgb(238,238,238)" stroke="none" d="M 7307,1072 L 3579,1072 3579,411 11035,411 11035,1072 7307,1072 Z"/>
- <path fill="none" stroke="rgb(178,178,178)" stroke-width="28" stroke-linejoin="miter" d="M 7307,1072 L 3579,1072 3579,411 11035,411 11035,1072 7307,1072 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="423px" font-weight="400"><tspan class="TextPosition" x="3834" y="857"><tspan fill="rgb(0,0,0)" stroke="none">2-Node Containerized Topologies</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id6">
- <rect class="BoundingBox" stroke="none" fill="none" x="1314" y="1829" width="11849" height="6972"/>
- <path fill="rgb(255,255,255)" stroke="none" d="M 7238,8782 L 1332,8782 1332,1847 13144,1847 13144,8782 7238,8782 Z"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 7238,8782 L 1332,8782 1332,1847 13144,1847 13144,8782 7238,8782 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="423px" font-weight="700"><tspan class="TextPosition" x="5827" y="2395"><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="1627" y="2996" width="11312" height="5197"/>
- <path fill="rgb(255,255,255)" stroke="none" d="M 7283,8174 L 1645,8174 1645,3014 12920,3014 12920,8174 7283,8174 Z"/>
- <path fill="none" stroke="rgb(188,140,0)" stroke-width="35" stroke-linejoin="miter" d="M 7283,8174 L 1645,8174 1645,3014 12920,3014 12920,8174 7283,8174 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id8">
- <rect class="BoundingBox" stroke="none" fill="none" x="1594" y="3032" width="9074" height="4468"/>
- <path fill="rgb(255,255,255)" stroke="none" d="M 6131,7481 L 1612,7481 1612,3050 10649,3050 10649,7481 6131,7481 Z"/>
- <path fill="none" stroke="rgb(112,173,71)" stroke-width="35" stroke-linejoin="miter" d="M 6131,7481 L 1612,7481 1612,3050 10649,3050 10649,7481 6131,7481 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id9">
- <rect class="BoundingBox" stroke="none" fill="none" x="3873" y="3460" width="2528" height="1862"/>
- <g>
- <defs>
- <linearGradient id="gradient1" x1="5136" y1="3478" x2="5136" y2="5303" 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 5137,5303 L 3891,5303 3891,3478 6382,3478 6382,5303 5137,5303 Z"/>
- </g>
- <path fill="none" stroke="rgb(165,165,165)" stroke-width="35" stroke-linejoin="miter" d="M 5137,5303 L 3891,5303 3891,3478 6382,3478 6382,5303 5137,5303 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="353px" font-weight="700"><tspan class="TextPosition" x="4168" y="3826"><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="3888" y="5484" width="2527" height="1861"/>
- <g>
- <defs>
- <linearGradient id="gradient2" x1="5151" y1="5502" x2="5151" y2="7326" 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 5151,7326 L 3906,7326 3906,5502 6396,5502 6396,7326 5151,7326 Z"/>
- </g>
- <path fill="none" stroke="rgb(165,165,165)" stroke-width="35" stroke-linejoin="miter" d="M 5151,7326 L 3906,7326 3906,5502 6396,5502 6396,7326 5151,7326 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="353px" font-weight="700"><tspan class="TextPosition" x="4309" y="5850"><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="1871" y="3246" width="1557" height="4468"/>
- <path fill="rgb(255,192,0)" stroke="none" d="M 1889,5480 L 1889,3264 3409,3264 3409,7695 1889,7695 1889,5480 Z"/>
- <path fill="none" stroke="rgb(188,142,0)" stroke-width="35" stroke-linejoin="miter" d="M 1889,5480 L 1889,3264 3409,3264 3409,7695 1889,7695 1889,5480 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id12">
- <rect class="BoundingBox" stroke="none" fill="none" x="1746" y="4896" 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="2153" y="5500"><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="2047" y="5853"><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="1784" y="7939" width="2274" height="457"/>
- <path fill="rgb(255,242,204)" stroke="none" d="M 1802,8044 L 1802,8044 1802,8039 1802,8035 1803,8030 1804,8026 1805,8021 1806,8017 1808,8013 1810,8009 1811,8005 1814,8000 1816,7997 1819,7993 1821,7989 1824,7986 1827,7982 1831,7979 1834,7976 1838,7974 1842,7971 1846,7969 1850,7966 1854,7965 1858,7963 1862,7961 1866,7960 1871,7959 1875,7958 1880,7957 1884,7957 1889,7957 3951,7957 3951,7957 3956,7957 3960,7957 3965,7958 3969,7959 3974,7960 3978,7961 3982,7963 3986,7965 3990,7966 3995,7969 3998,7971 4002,7974 4006,7976 4009,7979 4013,7982 4016,7986 4019,7989 4021,7993 4024,7997 4026,8001 4029,8005 4030,8009 4032,8013 4034,8017 4035,8021 4036,8026 4037,8030 4038,8035 4038,8039 4038,8044 4039,8289 4039,8289 4039,8294 4039,8298 4038,8303 4037,8307 4036,8312 4035,8316 4033,8320 4031,8324 4030,8328 4027,8332 4025,8336 4022,8340 4020,8344 4017,8347 4014,8351 4010,8354 4007,8357 4003,8359 3999,8362 3996,8364 3991,8367 3987,8368 3983,8370 3979,8372 3975,8373 3970,8374 3966,8375 3961,8376 3957,8376 3952,8376 1889,8377 1889,8377 1884,8377 1880,8377 1875,8376 1871,8375 1866,8374 1862,8373 1858,8371 1854,8369 1850,8368 1846,8365 1842,8363 1838,8360 1834,8358 1831,8355 1827,8352 1824,8348 1821,8345 1819,8341 1816,8337 1814,8334 1811,8329 1810,8325 1808,8321 1806,8317 1805,8313 1804,8308 1803,8304 1802,8299 1802,8295 1802,8290 1802,8044 Z M 1802,7957 L 1802,7957 Z M 4039,8377 L 4039,8377 Z"/>
- <path fill="none" stroke="rgb(188,140,0)" stroke-width="35" stroke-linejoin="miter" d="M 1802,8044 L 1802,8044 1802,8039 1802,8035 1803,8030 1804,8026 1805,8021 1806,8017 1808,8013 1810,8009 1811,8005 1814,8000 1816,7997 1819,7993 1821,7989 1824,7986 1827,7982 1831,7979 1834,7976 1838,7974 1842,7971 1846,7969 1850,7966 1854,7965 1858,7963 1862,7961 1866,7960 1871,7959 1875,7958 1880,7957 1884,7957 1889,7957 3951,7957 3951,7957 3956,7957 3960,7957 3965,7958 3969,7959 3974,7960 3978,7961 3982,7963 3986,7965 3990,7966 3995,7969 3998,7971 4002,7974 4006,7976 4009,7979 4013,7982 4016,7986 4019,7989 4021,7993 4024,7997 4026,8001 4029,8005 4030,8009 4032,8013 4034,8017 4035,8021 4036,8026 4037,8030 4038,8035 4038,8039 4038,8044 4039,8289 4039,8289 4039,8294 4039,8298 4038,8303 4037,8307 4036,8312 4035,8316 4033,8320 4031,8324 4030,8328 4027,8332 4025,8336 4022,8340 4020,8344 4017,8347 4014,8351 4010,8354 4007,8357 4003,8359 3999,8362 3996,8364 3991,8367 3987,8368 3983,8370 3979,8372 3975,8373 3970,8374 3966,8375 3961,8376 3957,8376 3952,8376 1889,8377 1889,8377 1884,8377 1880,8377 1875,8376 1871,8375 1866,8374 1862,8373 1858,8371 1854,8369 1850,8368 1846,8365 1842,8363 1838,8360 1834,8358 1831,8355 1827,8352 1824,8348 1821,8345 1819,8341 1816,8337 1814,8334 1811,8329 1810,8325 1808,8321 1806,8317 1805,8313 1804,8308 1803,8304 1802,8299 1802,8295 1802,8290 1802,8044 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="700"><tspan class="TextPosition" x="2059" y="8287"><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="4109" y="7526" width="2471" height="452"/>
- <path fill="rgb(226,240,217)" stroke="none" d="M 4127,7643 L 4127,7643 4127,7638 4128,7633 4128,7628 4129,7622 4130,7617 4132,7612 4134,7608 4136,7603 4138,7598 4140,7593 4143,7589 4146,7585 4149,7581 4152,7577 4156,7573 4160,7569 4164,7566 4168,7563 4172,7560 4177,7557 4181,7555 4186,7553 4191,7551 4195,7549 4200,7547 4205,7546 4211,7545 4216,7545 4221,7544 4226,7544 6461,7544 6461,7544 6466,7544 6471,7545 6476,7545 6482,7546 6487,7547 6492,7549 6496,7551 6501,7553 6506,7555 6511,7557 6515,7560 6519,7563 6523,7566 6527,7569 6531,7573 6535,7577 6538,7581 6541,7585 6544,7589 6547,7594 6549,7598 6551,7603 6553,7608 6555,7612 6557,7617 6558,7622 6559,7628 6559,7633 6560,7638 6560,7643 6561,7859 6560,7859 6560,7864 6559,7869 6559,7874 6558,7879 6557,7884 6555,7889 6554,7894 6552,7899 6549,7904 6547,7908 6544,7913 6541,7917 6538,7921 6535,7925 6531,7929 6528,7932 6524,7936 6520,7939 6515,7942 6511,7944 6507,7947 6502,7949 6497,7951 6492,7953 6487,7954 6482,7956 6477,7957 6472,7957 6467,7958 6462,7958 4226,7959 4226,7958 4221,7958 4216,7957 4211,7957 4206,7956 4201,7955 4196,7953 4191,7952 4186,7950 4181,7947 4177,7945 4172,7942 4168,7939 4164,7936 4160,7933 4156,7929 4153,7926 4149,7922 4146,7918 4143,7913 4141,7909 4138,7905 4136,7900 4134,7895 4132,7890 4131,7885 4129,7880 4128,7875 4128,7870 4127,7865 4127,7860 4127,7643 Z M 4127,7544 L 4127,7544 Z M 6561,7959 L 6561,7959 Z"/>
- <path fill="none" stroke="rgb(112,173,71)" stroke-width="35" stroke-linejoin="miter" d="M 4127,7643 L 4127,7643 4127,7638 4128,7633 4128,7628 4129,7622 4130,7617 4132,7612 4134,7608 4136,7603 4138,7598 4140,7593 4143,7589 4146,7585 4149,7581 4152,7577 4156,7573 4160,7569 4164,7566 4168,7563 4172,7560 4177,7557 4181,7555 4186,7553 4191,7551 4195,7549 4200,7547 4205,7546 4211,7545 4216,7545 4221,7544 4226,7544 6461,7544 6461,7544 6466,7544 6471,7545 6476,7545 6482,7546 6487,7547 6492,7549 6496,7551 6501,7553 6506,7555 6511,7557 6515,7560 6519,7563 6523,7566 6527,7569 6531,7573 6535,7577 6538,7581 6541,7585 6544,7589 6547,7594 6549,7598 6551,7603 6553,7608 6555,7612 6557,7617 6558,7622 6559,7628 6559,7633 6560,7638 6560,7643 6561,7859 6560,7859 6560,7864 6559,7869 6559,7874 6558,7879 6557,7884 6555,7889 6554,7894 6552,7899 6549,7904 6547,7908 6544,7913 6541,7917 6538,7921 6535,7925 6531,7929 6528,7932 6524,7936 6520,7939 6515,7942 6511,7944 6507,7947 6502,7949 6497,7951 6492,7953 6487,7954 6482,7956 6477,7957 6472,7957 6467,7958 6462,7958 4226,7959 4226,7958 4221,7958 4216,7957 4211,7957 4206,7956 4201,7955 4196,7953 4191,7952 4186,7950 4181,7947 4177,7945 4172,7942 4168,7939 4164,7936 4160,7933 4156,7929 4153,7926 4149,7922 4146,7918 4143,7913 4141,7909 4138,7905 4136,7900 4134,7895 4132,7890 4131,7885 4129,7880 4128,7875 4128,7870 4127,7865 4127,7860 4127,7643 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="700"><tspan class="TextPosition" x="4442" y="7872"><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="4124" y="4257" width="2062" height="854"/>
- <path fill="rgb(112,173,71)" stroke="none" d="M 5155,5092 L 4142,5092 4142,4275 6167,4275 6167,5092 5155,5092 Z"/>
- <path fill="none" stroke="rgb(82,127,52)" stroke-width="35" stroke-linejoin="miter" d="M 5155,5092 L 4142,5092 4142,4275 6167,4275 6167,5092 5155,5092 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="700"><tspan class="TextPosition" x="4824" y="4804"><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="7575" y="3248" width="995" height="844"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="494px" font-weight="400"><tspan class="TextPosition" x="7825" y="3867"><tspan fill="rgb(128,128,128)" stroke="none">…</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id17">
- <rect class="BoundingBox" stroke="none" fill="none" x="4121" y="6279" width="2062" height="855"/>
- <path fill="rgb(112,173,71)" stroke="none" d="M 5152,7115 L 4139,7115 4139,6297 6164,6297 6164,7115 5152,7115 Z"/>
- <path fill="none" stroke="rgb(82,127,52)" stroke-width="35" stroke-linejoin="miter" d="M 5152,7115 L 4139,7115 4139,6297 6164,6297 6164,7115 5152,7115 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="700"><tspan class="TextPosition" x="4937" y="6827"><tspan fill="rgb(255,255,255)" stroke="none">TG</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id18">
- <rect class="BoundingBox" stroke="none" fill="none" x="4157" y="8287" width="8781" height="1345"/>
- <path fill="rgb(237,237,237)" stroke="none" d="M 8547,9622 L 4166,9622 4166,8296 12928,8296 12928,9622 8547,9622 Z"/>
- <path fill="none" stroke="rgb(165,165,165)" stroke-width="18" stroke-linejoin="miter" d="M 8547,9622 L 4166,9622 4166,8296 12928,8296 12928,9622 8547,9622 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="353px" font-weight="700"><tspan class="TextPosition" x="11059" y="9066"><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="id19">
- <rect class="BoundingBox" stroke="none" fill="none" x="7504" y="9673" width="1689" height="542"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="round" d="M 7522,9691 L 7522,10196 9174,10196 9174,9692"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.ConnectorShape">
- <g id="id20">
- <rect class="BoundingBox" stroke="none" fill="none" x="6219" y="4505" width="2824" height="4593"/>
- <path fill="none" stroke="rgb(68,114,196)" stroke-width="35" stroke-linejoin="round" d="M 9024,9079 L 9024,4523 6237,4523"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.ConnectorShape">
- <g id="id21">
- <rect class="BoundingBox" stroke="none" fill="none" x="6209" y="6585" width="1185" height="2514"/>
- <path fill="none" stroke="rgb(245,130,32)" stroke-width="35" stroke-linejoin="round" d="M 7375,9080 L 7375,6603 6227,6603"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.ConnectorShape">
- <g id="id22">
- <rect class="BoundingBox" stroke="none" fill="none" x="6210" y="6885" width="882" height="2213"/>
- <path fill="none" stroke="rgb(238,131,59)" stroke-width="35" stroke-linejoin="round" d="M 7073,9079 L 7073,6903 6228,6903"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.ConnectorShape">
- <g id="id23">
- <rect class="BoundingBox" stroke="none" fill="none" x="7503" y="9263" width="38" height="312"/>
- <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 7522,9556 L 7522,9426 7521,9426 7521,9281"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id24">
- <rect class="BoundingBox" stroke="none" fill="none" x="8490" y="9046" width="1362" height="254"/>
- <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 9833,9064 L 9833,9064 9833,9075 9833,9087 9832,9098 9831,9109 9830,9120 9829,9131 9827,9141 9825,9152 9824,9162 9821,9172 9819,9182 9816,9191 9814,9200 9811,9209 9808,9217 9804,9225 9801,9232 9797,9239 9793,9245 9789,9251 9785,9256 9781,9261 9777,9266 9773,9269 9769,9273 9764,9275 9760,9277 9755,9279 9751,9280 9746,9280 8596,9281 8596,9281 8591,9281 8587,9280 8582,9278 8578,9276 8574,9274 8569,9270 8565,9267 8561,9262 8557,9257 8553,9252 8549,9246 8545,9240 8541,9233 8538,9226 8535,9218 8531,9210 8529,9201 8526,9192 8523,9183 8521,9173 8519,9163 8517,9153 8515,9142 8513,9132 8512,9121 8511,9110 8510,9099 8510,9088 8509,9076 8509,9065"/>
- <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 9833,9064 L 9833,9064 Z"/>
- <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 8508,9281 L 8508,9281 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.ConnectorShape">
- <g id="id25">
- <rect class="BoundingBox" stroke="none" fill="none" x="9153" y="9262" width="40" height="314"/>
- <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 9174,9557 L 9174,9426 9171,9426 9171,9280"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id26">
- <rect class="BoundingBox" stroke="none" fill="none" x="9881" y="3460" width="2527" height="1862"/>
- <g>
- <defs>
- <linearGradient id="gradient3" x1="11144" y1="3478" x2="11144" y2="5303" 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 11144,5303 L 9899,5303 9899,3478 12389,3478 12389,5303 11144,5303 Z"/>
- </g>
- <path fill="none" stroke="rgb(165,165,165)" stroke-width="35" stroke-linejoin="miter" d="M 11144,5303 L 9899,5303 9899,3478 12389,3478 12389,5303 11144,5303 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="353px" font-weight="700"><tspan class="TextPosition" x="10175" y="3826"><tspan fill="rgb(0,0,0)" stroke="none">cSUT[n.1]</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id27">
- <rect class="BoundingBox" stroke="none" fill="none" x="9887" y="5484" width="2528" height="1861"/>
- <g>
- <defs>
- <linearGradient id="gradient4" x1="11150" y1="5502" x2="11150" y2="7326" 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(#gradient4)" d="M 11151,7326 L 9905,7326 9905,5502 12396,5502 12396,7326 11151,7326 Z"/>
- </g>
- <path fill="none" stroke="rgb(165,165,165)" stroke-width="35" stroke-linejoin="miter" d="M 11151,7326 L 9905,7326 9905,5502 12396,5502 12396,7326 11151,7326 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="353px" font-weight="700"><tspan class="TextPosition" x="10305" y="5850"><tspan fill="rgb(0,0,0)" stroke="none">cTG[n.2]</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id28">
- <rect class="BoundingBox" stroke="none" fill="none" x="10131" y="4257" width="2063" height="854"/>
- <path fill="rgb(112,173,71)" stroke="none" d="M 11162,5092 L 10149,5092 10149,4275 12175,4275 12175,5092 11162,5092 Z"/>
- <path fill="none" stroke="rgb(82,127,52)" stroke-width="35" stroke-linejoin="miter" d="M 11162,5092 L 10149,5092 10149,4275 12175,4275 12175,5092 11162,5092 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="700"><tspan class="TextPosition" x="10832" y="4804"><tspan fill="rgb(255,255,255)" stroke="none">DUT</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id29">
- <rect class="BoundingBox" stroke="none" fill="none" x="10128" y="6279" width="2063" height="855"/>
- <path fill="rgb(112,173,71)" stroke="none" d="M 11159,7115 L 10146,7115 10146,6297 12172,6297 12172,7115 11159,7115 Z"/>
- <path fill="none" stroke="rgb(82,127,52)" stroke-width="35" stroke-linejoin="miter" d="M 11159,7115 L 10146,7115 10146,6297 12172,6297 12172,7115 11159,7115 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="700"><tspan class="TextPosition" x="10945" y="6827"><tspan fill="rgb(255,255,255)" stroke="none">TG</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.ConnectorShape">
- <g id="id30">
- <rect class="BoundingBox" stroke="none" fill="none" x="9307" y="4505" width="788" height="4594"/>
- <path fill="none" stroke="rgb(68,114,196)" stroke-width="35" stroke-linejoin="round" d="M 9325,9080 L 9325,4523 10076,4523"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id31">
- <rect class="BoundingBox" stroke="none" fill="none" x="6980" y="9583" 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="7968" y="9899"><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="8103" y="10137"><tspan fill="rgb(0,0,0)" stroke="none">cable</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id32">
- <rect class="BoundingBox" stroke="none" fill="none" x="5687" y="3790" 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="5937" y="4233"><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="id33">
- <rect class="BoundingBox" stroke="none" fill="none" x="9648" y="3727" width="1932" height="734"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="353px" font-weight="400"><tspan class="TextPosition" x="9898" y="4170"><tspan fill="rgb(0,0,0)" stroke="none">VF[2n]</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id34">
- <rect class="BoundingBox" stroke="none" fill="none" x="4058" y="8529" 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="4309" y="8845"><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="id35">
- <rect class="BoundingBox" stroke="none" fill="none" x="6221" y="4805" width="2520" height="4291"/>
- <path fill="none" stroke="rgb(68,114,196)" stroke-width="35" stroke-linejoin="round" d="M 8722,9077 L 8722,4823 6239,4823"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.ConnectorShape">
- <g id="id36">
- <rect class="BoundingBox" stroke="none" fill="none" x="9554" y="4805" width="542" height="4296"/>
- <path fill="none" stroke="rgb(68,114,196)" stroke-width="35" stroke-linejoin="round" d="M 9627,9082 L 9627,7020 9572,7020 9572,4823 10077,4823"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id37">
- <rect class="BoundingBox" stroke="none" fill="none" x="5682" y="4833" 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="5932" y="5276"><tspan fill="rgb(0,0,0)" stroke="none">VF[1]</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id38">
- <rect class="BoundingBox" stroke="none" fill="none" x="9677" y="4842" width="2151" height="1092"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="353px" font-weight="400"><tspan class="TextPosition" x="9927" y="5285"><tspan fill="rgb(0,0,0)" stroke="none">VF[2n-1]</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id39">
- <rect class="BoundingBox" stroke="none" fill="none" x="8564" y="8711" width="286" height="259"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 8609,8715 C 8588,8715 8568,8735 8568,8756 L 8568,8923 C 8568,8944 8588,8965 8609,8965 L 8803,8965 C 8824,8965 8845,8944 8845,8923 L 8845,8756 C 8845,8735 8824,8715 8803,8715 L 8609,8715 Z M 8568,8715 L 8568,8715 Z M 8845,8965 L 8845,8965 Z"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 8609,8715 C 8588,8715 8568,8735 8568,8756 L 8568,8923 C 8568,8944 8588,8965 8609,8965 L 8803,8965 C 8824,8965 8845,8944 8845,8923 L 8845,8756 C 8845,8735 8824,8715 8803,8715 L 8609,8715 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="8647" y="8912"><tspan fill="rgb(0,0,0)" stroke="none">1</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id40">
- <rect class="BoundingBox" stroke="none" fill="none" x="8879" y="8367" width="286" height="259"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 8924,8371 C 8903,8371 8883,8391 8883,8412 L 8883,8579 C 8883,8600 8903,8621 8924,8621 L 9118,8621 C 9139,8621 9160,8600 9160,8579 L 9160,8412 C 9160,8391 9139,8371 9118,8371 L 8924,8371 Z M 8883,8371 L 8883,8371 Z M 9160,8621 L 9160,8621 Z"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 8924,8371 C 8903,8371 8883,8391 8883,8412 L 8883,8579 C 8883,8600 8903,8621 8924,8621 L 9118,8621 C 9139,8621 9160,8600 9160,8579 L 9160,8412 C 9160,8391 9139,8371 9118,8371 L 8924,8371 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="8962" y="8568"><tspan fill="rgb(0,0,0)" stroke="none">2</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id41">
- <rect class="BoundingBox" stroke="none" fill="none" x="9114" y="8706" width="400" height="280"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 9163,8710 C 9140,8710 9118,8732 9118,8755 L 9118,8935 C 9118,8958 9140,8981 9163,8981 L 9463,8981 C 9486,8981 9509,8958 9509,8935 L 9509,8755 C 9509,8732 9486,8710 9463,8710 L 9163,8710 Z M 9118,8710 L 9118,8710 Z M 9509,8981 L 9509,8981 Z"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 9163,8710 C 9140,8710 9118,8732 9118,8755 L 9118,8935 C 9118,8958 9140,8981 9163,8981 L 9463,8981 C 9486,8981 9509,8958 9509,8935 L 9509,8755 C 9509,8732 9486,8710 9463,8710 L 9163,8710 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="9194" y="8917"><tspan fill="rgb(0,0,0)" stroke="none">2n</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id42">
- <rect class="BoundingBox" stroke="none" fill="none" x="9407" y="8364" width="671" height="280"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 9456,8368 C 9433,8368 9411,8390 9411,8413 L 9411,8593 C 9411,8616 9433,8639 9456,8639 L 10027,8639 C 10050,8639 10073,8616 10073,8593 L 10073,8413 C 10073,8390 10050,8368 10027,8368 L 9456,8368 Z M 9411,8368 L 9411,8368 Z M 10073,8639 L 10073,8639 Z"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 9456,8368 C 9433,8368 9411,8390 9411,8413 L 9411,8593 C 9411,8616 9433,8639 9456,8639 L 10027,8639 C 10050,8639 10073,8616 10073,8593 L 10073,8413 C 10073,8390 10050,8368 10027,8368 L 9456,8368 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="9527" y="8575"><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="id43">
- <rect class="BoundingBox" stroke="none" fill="none" x="8583" y="9072" width="280" height="145"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 8609,9076 C 8598,9076 8587,9087 8587,9098 L 8587,9189 C 8587,9200 8598,9212 8609,9212 L 8835,9212 C 8846,9212 8858,9200 8858,9189 L 8858,9098 C 8858,9087 8846,9076 8835,9076 L 8609,9076 Z M 8587,9076 L 8587,9076 Z M 8858,9212 L 8858,9212 Z"/>
- <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 8609,9076 C 8598,9076 8587,9087 8587,9098 L 8587,9189 C 8587,9200 8598,9212 8609,9212 L 8835,9212 C 8846,9212 8858,9200 8858,9189 L 8858,9098 C 8858,9087 8846,9076 8835,9076 L 8609,9076 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id44">
- <rect class="BoundingBox" stroke="none" fill="none" x="8885" y="9074" width="280" height="145"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 8911,9078 C 8900,9078 8889,9089 8889,9100 L 8889,9191 C 8889,9202 8900,9214 8911,9214 L 9137,9214 C 9148,9214 9160,9202 9160,9191 L 9160,9100 C 9160,9089 9148,9078 9137,9078 L 8911,9078 Z M 8889,9078 L 8889,9078 Z M 9160,9214 L 9160,9214 Z"/>
- <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 8911,9078 C 8900,9078 8889,9089 8889,9100 L 8889,9191 C 8889,9202 8900,9214 8911,9214 L 9137,9214 C 9148,9214 9160,9202 9160,9191 L 9160,9100 C 9160,9089 9148,9078 9137,9078 L 8911,9078 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id45">
- <rect class="BoundingBox" stroke="none" fill="none" x="9186" y="9075" width="280" height="145"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 9212,9079 C 9201,9079 9190,9090 9190,9101 L 9190,9192 C 9190,9203 9201,9215 9212,9215 L 9438,9215 C 9449,9215 9461,9203 9461,9192 L 9461,9101 C 9461,9090 9449,9079 9438,9079 L 9212,9079 Z M 9190,9079 L 9190,9079 Z M 9461,9215 L 9461,9215 Z"/>
- <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 9212,9079 C 9201,9079 9190,9090 9190,9101 L 9190,9192 C 9190,9203 9201,9215 9212,9215 L 9438,9215 C 9449,9215 9461,9203 9461,9192 L 9461,9101 C 9461,9090 9449,9079 9438,9079 L 9212,9079 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id46">
- <rect class="BoundingBox" stroke="none" fill="none" x="9488" y="9077" width="280" height="145"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 9514,9081 C 9503,9081 9492,9092 9492,9103 L 9492,9194 C 9492,9205 9503,9217 9514,9217 L 9740,9217 C 9751,9217 9763,9205 9763,9194 L 9763,9103 C 9763,9092 9751,9081 9740,9081 L 9514,9081 Z M 9492,9081 L 9492,9081 Z M 9763,9217 L 9763,9217 Z"/>
- <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 9514,9081 C 9503,9081 9492,9092 9492,9103 L 9492,9194 C 9492,9205 9503,9217 9514,9217 L 9740,9217 C 9751,9217 9763,9205 9763,9194 L 9763,9103 C 9763,9092 9751,9081 9740,9081 L 9514,9081 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id47">
- <rect class="BoundingBox" stroke="none" fill="none" x="5694" y="5856" 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="5944" y="6299"><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="id48">
- <rect class="BoundingBox" stroke="none" fill="none" x="9663" y="5858" width="1932" height="734"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="353px" font-weight="400"><tspan class="TextPosition" x="9913" y="6301"><tspan fill="rgb(0,0,0)" stroke="none">VF[2n]</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id49">
- <rect class="BoundingBox" stroke="none" fill="none" x="5690" y="6889" 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="5940" y="7365"><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.TextShape">
- <g id="id50">
- <rect class="BoundingBox" stroke="none" fill="none" x="9677" y="6895" width="2151" height="1092"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="353px" font-weight="400"><tspan class="TextPosition" x="9927" y="7338"><tspan fill="rgb(0,0,0)" stroke="none">VF[2n-1]</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id51">
- <rect class="BoundingBox" stroke="none" fill="none" x="6934" y="9074" width="280" height="145"/>
- <path fill="rgb(250,166,26)" stroke="none" d="M 6960,9078 C 6949,9078 6938,9089 6938,9100 L 6938,9191 C 6938,9202 6949,9214 6960,9214 L 7186,9214 C 7197,9214 7209,9202 7209,9191 L 7209,9100 C 7209,9089 7197,9078 7186,9078 L 6960,9078 Z M 6938,9078 L 6938,9078 Z M 7209,9214 L 7209,9214 Z"/>
- <path fill="none" stroke="rgb(245,130,32)" stroke-width="7" stroke-linejoin="round" d="M 6960,9078 C 6949,9078 6938,9089 6938,9100 L 6938,9191 C 6938,9202 6949,9214 6960,9214 L 7186,9214 C 7197,9214 7209,9202 7209,9191 L 7209,9100 C 7209,9089 7197,9078 7186,9078 L 6960,9078 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id52">
- <rect class="BoundingBox" stroke="none" fill="none" x="7236" y="9075" width="280" height="145"/>
- <path fill="rgb(250,166,26)" stroke="none" d="M 7262,9079 C 7251,9079 7240,9090 7240,9101 L 7240,9192 C 7240,9203 7251,9215 7262,9215 L 7488,9215 C 7499,9215 7511,9203 7511,9192 L 7511,9101 C 7511,9090 7499,9079 7488,9079 L 7262,9079 Z M 7240,9079 L 7240,9079 Z M 7511,9215 L 7511,9215 Z"/>
- <path fill="none" stroke="rgb(245,130,32)" stroke-width="7" stroke-linejoin="round" d="M 7262,9079 C 7251,9079 7240,9090 7240,9101 L 7240,9192 C 7240,9203 7251,9215 7262,9215 L 7488,9215 C 7499,9215 7511,9203 7511,9192 L 7511,9101 C 7511,9090 7499,9079 7488,9079 L 7262,9079 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id53">
- <rect class="BoundingBox" stroke="none" fill="none" x="7537" y="9077" width="280" height="145"/>
- <path fill="rgb(250,166,26)" stroke="none" d="M 7563,9081 C 7552,9081 7541,9092 7541,9103 L 7541,9194 C 7541,9205 7552,9217 7563,9217 L 7789,9217 C 7800,9217 7812,9205 7812,9194 L 7812,9103 C 7812,9092 7800,9081 7789,9081 L 7563,9081 Z M 7541,9081 L 7541,9081 Z M 7812,9217 L 7812,9217 Z"/>
- <path fill="none" stroke="rgb(245,130,32)" stroke-width="7" stroke-linejoin="round" d="M 7563,9081 C 7552,9081 7541,9092 7541,9103 L 7541,9194 C 7541,9205 7552,9217 7563,9217 L 7789,9217 C 7800,9217 7812,9205 7812,9194 L 7812,9103 C 7812,9092 7800,9081 7789,9081 L 7563,9081 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id54">
- <rect class="BoundingBox" stroke="none" fill="none" x="7839" y="9078" width="280" height="145"/>
- <path fill="rgb(250,166,26)" stroke="none" d="M 7865,9082 C 7854,9082 7843,9093 7843,9104 L 7843,9195 C 7843,9206 7854,9218 7865,9218 L 8091,9218 C 8102,9218 8114,9206 8114,9195 L 8114,9104 C 8114,9093 8102,9082 8091,9082 L 7865,9082 Z M 7843,9082 L 7843,9082 Z M 8114,9218 L 8114,9218 Z"/>
- <path fill="none" stroke="rgb(245,130,32)" stroke-width="7" stroke-linejoin="round" d="M 7865,9082 C 7854,9082 7843,9093 7843,9104 L 7843,9195 C 7843,9206 7854,9218 7865,9218 L 8091,9218 C 8102,9218 8114,9206 8114,9195 L 8114,9104 C 8114,9093 8102,9082 8091,9082 L 7865,9082 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id55">
- <rect class="BoundingBox" stroke="none" fill="none" x="6915" y="8712" width="286" height="259"/>
- <path fill="rgb(250,166,26)" stroke="none" d="M 6960,8716 C 6939,8716 6919,8736 6919,8757 L 6919,8924 C 6919,8945 6939,8966 6960,8966 L 7154,8966 C 7175,8966 7196,8945 7196,8924 L 7196,8757 C 7196,8736 7175,8716 7154,8716 L 6960,8716 Z M 6919,8716 L 6919,8716 Z M 7196,8966 L 7196,8966 Z"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 6960,8716 C 6939,8716 6919,8736 6919,8757 L 6919,8924 C 6919,8945 6939,8966 6960,8966 L 7154,8966 C 7175,8966 7196,8945 7196,8924 L 7196,8757 C 7196,8736 7175,8716 7154,8716 L 6960,8716 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="6998" y="8913"><tspan fill="rgb(0,0,0)" stroke="none">1</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id56">
- <rect class="BoundingBox" stroke="none" fill="none" x="7230" y="8369" width="286" height="259"/>
- <path fill="rgb(250,166,26)" stroke="none" d="M 7275,8373 C 7254,8373 7234,8393 7234,8414 L 7234,8581 C 7234,8602 7254,8623 7275,8623 L 7469,8623 C 7490,8623 7511,8602 7511,8581 L 7511,8414 C 7511,8393 7490,8373 7469,8373 L 7275,8373 Z M 7234,8373 L 7234,8373 Z M 7511,8623 L 7511,8623 Z"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 7275,8373 C 7254,8373 7234,8393 7234,8414 L 7234,8581 C 7234,8602 7254,8623 7275,8623 L 7469,8623 C 7490,8623 7511,8602 7511,8581 L 7511,8414 C 7511,8393 7490,8373 7469,8373 L 7275,8373 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="7313" y="8570"><tspan fill="rgb(0,0,0)" stroke="none">2</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id57">
- <rect class="BoundingBox" stroke="none" fill="none" x="6840" y="9047" width="1361" height="254"/>
- <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 8182,9065 L 8182,9065 8182,9076 8182,9088 8181,9099 8180,9110 8179,9121 8178,9132 8176,9142 8174,9153 8173,9163 8170,9173 8168,9183 8165,9192 8163,9201 8160,9210 8157,9218 8153,9226 8150,9233 8146,9240 8142,9246 8138,9252 8134,9257 8130,9262 8126,9267 8122,9270 8118,9274 8113,9276 8109,9278 8104,9280 8100,9281 8095,9281 6946,9282 6946,9282 6941,9282 6937,9281 6932,9279 6928,9277 6924,9275 6919,9271 6915,9268 6911,9263 6907,9258 6903,9253 6899,9247 6895,9241 6891,9234 6888,9227 6885,9219 6881,9211 6879,9202 6876,9193 6873,9184 6871,9174 6869,9164 6867,9154 6865,9143 6863,9133 6862,9122 6861,9111 6860,9100 6860,9089 6859,9077 6859,9066"/>
- <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 8182,9065 L 8182,9065 Z"/>
- <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 6858,9282 L 6858,9282 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id58">
- <rect class="BoundingBox" stroke="none" fill="none" x="10071" y="4383" width="145" height="280"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 10075,4636 C 10075,4647 10086,4658 10097,4658 L 10188,4658 C 10199,4658 10211,4647 10211,4636 L 10211,4410 C 10211,4399 10199,4387 10188,4387 L 10097,4387 C 10086,4387 10075,4399 10075,4410 L 10075,4636 Z M 10075,4658 L 10075,4658 Z M 10211,4387 L 10211,4387 Z"/>
- <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 10075,4636 C 10075,4647 10086,4658 10097,4658 L 10188,4658 C 10199,4658 10211,4647 10211,4636 L 10211,4410 C 10211,4399 10199,4387 10188,4387 L 10097,4387 C 10086,4387 10075,4399 10075,4410 L 10075,4636 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id59">
- <rect class="BoundingBox" stroke="none" fill="none" x="10072" y="4683" width="145" height="280"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 10076,4936 C 10076,4947 10087,4958 10098,4958 L 10189,4958 C 10200,4958 10212,4947 10212,4936 L 10212,4710 C 10212,4699 10200,4687 10189,4687 L 10098,4687 C 10087,4687 10076,4699 10076,4710 L 10076,4936 Z M 10076,4958 L 10076,4958 Z M 10212,4687 L 10212,4687 Z"/>
- <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 10076,4936 C 10076,4947 10087,4958 10098,4958 L 10189,4958 C 10200,4958 10212,4947 10212,4936 L 10212,4710 C 10212,4699 10200,4687 10189,4687 L 10098,4687 C 10087,4687 10076,4699 10076,4710 L 10076,4936 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id60">
- <rect class="BoundingBox" stroke="none" fill="none" x="6097" y="4383" width="145" height="280"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 6101,4636 C 6101,4647 6112,4658 6123,4658 L 6214,4658 C 6225,4658 6237,4647 6237,4636 L 6237,4410 C 6237,4399 6225,4387 6214,4387 L 6123,4387 C 6112,4387 6101,4399 6101,4410 L 6101,4636 Z M 6101,4658 L 6101,4658 Z M 6237,4387 L 6237,4387 Z"/>
- <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 6101,4636 C 6101,4647 6112,4658 6123,4658 L 6214,4658 C 6225,4658 6237,4647 6237,4636 L 6237,4410 C 6237,4399 6225,4387 6214,4387 L 6123,4387 C 6112,4387 6101,4399 6101,4410 L 6101,4636 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id61">
- <rect class="BoundingBox" stroke="none" fill="none" x="6099" y="4683" width="145" height="280"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 6103,4936 C 6103,4947 6114,4958 6125,4958 L 6216,4958 C 6227,4958 6239,4947 6239,4936 L 6239,4710 C 6239,4699 6227,4687 6216,4687 L 6125,4687 C 6114,4687 6103,4699 6103,4710 L 6103,4936 Z M 6103,4958 L 6103,4958 Z M 6239,4687 L 6239,4687 Z"/>
- <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 6103,4936 C 6103,4947 6114,4958 6125,4958 L 6216,4958 C 6227,4958 6239,4947 6239,4936 L 6239,4710 C 6239,4699 6227,4687 6216,4687 L 6125,4687 C 6114,4687 6103,4699 6103,4710 L 6103,4936 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id62">
- <rect class="BoundingBox" stroke="none" fill="none" x="6087" y="6463" width="145" height="280"/>
- <path fill="rgb(250,166,26)" stroke="none" d="M 6091,6716 C 6091,6727 6102,6738 6113,6738 L 6204,6738 C 6215,6738 6227,6727 6227,6716 L 6227,6490 C 6227,6479 6215,6467 6204,6467 L 6113,6467 C 6102,6467 6091,6479 6091,6490 L 6091,6716 Z M 6091,6738 L 6091,6738 Z M 6227,6467 L 6227,6467 Z"/>
- <path fill="none" stroke="rgb(245,130,32)" stroke-width="7" stroke-linejoin="round" d="M 6091,6716 C 6091,6727 6102,6738 6113,6738 L 6204,6738 C 6215,6738 6227,6727 6227,6716 L 6227,6490 C 6227,6479 6215,6467 6204,6467 L 6113,6467 C 6102,6467 6091,6479 6091,6490 L 6091,6716 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id63">
- <rect class="BoundingBox" stroke="none" fill="none" x="6088" y="6763" width="145" height="280"/>
- <path fill="rgb(250,166,26)" stroke="none" d="M 6092,7016 C 6092,7027 6103,7038 6114,7038 L 6205,7038 C 6216,7038 6228,7027 6228,7016 L 6228,6790 C 6228,6779 6216,6767 6205,6767 L 6114,6767 C 6103,6767 6092,6779 6092,6790 L 6092,7016 Z M 6092,7038 L 6092,7038 Z M 6228,6767 L 6228,6767 Z"/>
- <path fill="none" stroke="rgb(245,130,32)" stroke-width="7" stroke-linejoin="round" d="M 6092,7016 C 6092,7027 6103,7038 6114,7038 L 6205,7038 C 6216,7038 6228,7027 6228,7016 L 6228,6790 C 6228,6779 6216,6767 6205,6767 L 6114,6767 C 6103,6767 6092,6779 6092,6790 L 6092,7016 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id64">
- <rect class="BoundingBox" stroke="none" fill="none" x="10066" y="6457" width="145" height="280"/>
- <path fill="rgb(250,166,26)" stroke="none" d="M 10070,6710 C 10070,6721 10081,6732 10092,6732 L 10183,6732 C 10194,6732 10206,6721 10206,6710 L 10206,6484 C 10206,6473 10194,6461 10183,6461 L 10092,6461 C 10081,6461 10070,6473 10070,6484 L 10070,6710 Z M 10070,6732 L 10070,6732 Z M 10206,6461 L 10206,6461 Z"/>
- <path fill="none" stroke="rgb(245,130,32)" stroke-width="7" stroke-linejoin="round" d="M 10070,6710 C 10070,6721 10081,6732 10092,6732 L 10183,6732 C 10194,6732 10206,6721 10206,6710 L 10206,6484 C 10206,6473 10194,6461 10183,6461 L 10092,6461 C 10081,6461 10070,6473 10070,6484 L 10070,6710 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id65">
- <rect class="BoundingBox" stroke="none" fill="none" x="10068" y="6757" width="145" height="280"/>
- <path fill="rgb(250,166,26)" stroke="none" d="M 10072,7010 C 10072,7021 10083,7032 10094,7032 L 10185,7032 C 10196,7032 10208,7021 10208,7010 L 10208,6784 C 10208,6773 10196,6761 10185,6761 L 10094,6761 C 10083,6761 10072,6773 10072,6784 L 10072,7010 Z M 10072,7032 L 10072,7032 Z M 10208,6761 L 10208,6761 Z"/>
- <path fill="none" stroke="rgb(245,130,32)" stroke-width="7" stroke-linejoin="round" d="M 10072,7010 C 10072,7021 10083,7032 10094,7032 L 10185,7032 C 10196,7032 10208,7021 10208,7010 L 10208,6784 C 10208,6773 10196,6761 10185,6761 L 10094,6761 C 10083,6761 10072,6773 10072,6784 L 10072,7010 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.ConnectorShape">
- <g id="id66">
- <rect class="BoundingBox" stroke="none" fill="none" x="7658" y="6579" width="2432" height="2522"/>
- <path fill="none" stroke="rgb(245,130,32)" stroke-width="35" stroke-linejoin="round" d="M 7676,9082 L 7676,6597 10071,6597"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.ConnectorShape">
- <g id="id67">
- <rect class="BoundingBox" stroke="none" fill="none" x="7960" y="6879" width="2132" height="2223"/>
- <path fill="none" stroke="rgb(238,131,59)" stroke-width="35" stroke-linejoin="round" d="M 7978,9083 L 7978,6897 10073,6897"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id68">
- <rect class="BoundingBox" stroke="none" fill="none" x="7465" y="8707" width="400" height="280"/>
- <path fill="rgb(250,166,26)" stroke="none" d="M 7514,8711 C 7491,8711 7469,8733 7469,8756 L 7469,8936 C 7469,8959 7491,8982 7514,8982 L 7814,8982 C 7837,8982 7860,8959 7860,8936 L 7860,8756 C 7860,8733 7837,8711 7814,8711 L 7514,8711 Z M 7469,8711 L 7469,8711 Z M 7860,8982 L 7860,8982 Z"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 7514,8711 C 7491,8711 7469,8733 7469,8756 L 7469,8936 C 7469,8959 7491,8982 7514,8982 L 7814,8982 C 7837,8982 7860,8959 7860,8936 L 7860,8756 C 7860,8733 7837,8711 7814,8711 L 7514,8711 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="7545" y="8918"><tspan fill="rgb(0,0,0)" stroke="none">2n</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id69">
- <rect class="BoundingBox" stroke="none" fill="none" x="7758" y="8365" width="671" height="280"/>
- <path fill="rgb(250,166,26)" stroke="none" d="M 7807,8369 C 7784,8369 7762,8391 7762,8414 L 7762,8594 C 7762,8617 7784,8640 7807,8640 L 8378,8640 C 8401,8640 8424,8617 8424,8594 L 8424,8414 C 8424,8391 8401,8369 8378,8369 L 7807,8369 Z M 7762,8369 L 7762,8369 Z M 8424,8640 L 8424,8640 Z"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 7807,8369 C 7784,8369 7762,8391 7762,8414 L 7762,8594 C 7762,8617 7784,8640 7807,8640 L 8378,8640 C 8401,8640 8424,8617 8424,8594 L 8424,8414 C 8424,8391 8401,8369 8378,8369 L 7807,8369 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="7878" y="8576"><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="id70">
- <rect class="BoundingBox" stroke="none" fill="none" x="4248" y="8661" width="2594" height="223"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 4287,8665 C 4269,8665 4252,8682 4252,8700 L 4252,8843 C 4252,8861 4269,8879 4287,8879 L 6801,8879 C 6819,8879 6837,8861 6837,8843 L 6837,8700 C 6837,8682 6819,8665 6801,8665 L 4287,8665 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id71">
- <rect class="BoundingBox" stroke="none" fill="none" x="7383" y="9551" width="280" height="145"/>
- <path fill="rgb(221,221,221)" stroke="none" d="M 7409,9555 C 7398,9555 7387,9566 7387,9577 L 7387,9668 C 7387,9679 7398,9691 7409,9691 L 7635,9691 C 7646,9691 7658,9679 7658,9668 L 7658,9577 C 7658,9566 7646,9555 7635,9555 L 7409,9555 Z M 7387,9555 L 7387,9555 Z M 7658,9691 L 7658,9691 Z"/>
- <path fill="none" stroke="rgb(102,102,102)" stroke-width="7" stroke-linejoin="round" d="M 7409,9555 C 7398,9555 7387,9566 7387,9577 L 7387,9668 C 7387,9679 7398,9691 7409,9691 L 7635,9691 C 7646,9691 7658,9679 7658,9668 L 7658,9577 C 7658,9566 7646,9555 7635,9555 L 7409,9555 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id72">
- <rect class="BoundingBox" stroke="none" fill="none" x="9035" y="9552" width="280" height="145"/>
- <path fill="rgb(221,221,221)" stroke="none" d="M 9061,9556 C 9050,9556 9039,9567 9039,9578 L 9039,9669 C 9039,9680 9050,9692 9061,9692 L 9287,9692 C 9298,9692 9310,9680 9310,9669 L 9310,9578 C 9310,9567 9298,9556 9287,9556 L 9061,9556 Z M 9039,9556 L 9039,9556 Z M 9310,9692 L 9310,9692 Z"/>
- <path fill="none" stroke="rgb(102,102,102)" stroke-width="7" stroke-linejoin="round" d="M 9061,9556 C 9050,9556 9039,9567 9039,9578 L 9039,9669 C 9039,9680 9050,9692 9061,9692 L 9287,9692 C 9298,9692 9310,9680 9310,9669 L 9310,9578 C 9310,9567 9298,9556 9287,9556 L 9061,9556 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id73">
- <rect class="BoundingBox" stroke="none" fill="none" x="6566" y="9158" 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="6816" y="9474"><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="id74">
- <rect class="BoundingBox" stroke="none" fill="none" x="8218" y="9158" 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="8468" y="9474"><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="id75">
- <rect class="BoundingBox" stroke="none" fill="none" x="10505" y="9673" width="1689" height="542"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="round" d="M 10523,9691 L 10523,10196 12175,10196 12175,9692"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id76">
- <rect class="BoundingBox" stroke="none" fill="none" x="9981" y="9583" 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="10969" y="9899"><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="11104" y="10137"><tspan fill="rgb(0,0,0)" stroke="none">cable</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id77">
- <rect class="BoundingBox" stroke="none" fill="none" x="10384" y="9551" width="280" height="145"/>
- <path fill="rgb(221,221,221)" stroke="none" d="M 10410,9555 C 10399,9555 10388,9566 10388,9577 L 10388,9668 C 10388,9679 10399,9691 10410,9691 L 10636,9691 C 10647,9691 10659,9679 10659,9668 L 10659,9577 C 10659,9566 10647,9555 10636,9555 L 10410,9555 Z M 10388,9555 L 10388,9555 Z M 10659,9691 L 10659,9691 Z"/>
- <path fill="none" stroke="rgb(102,102,102)" stroke-width="7" stroke-linejoin="round" d="M 10410,9555 C 10399,9555 10388,9566 10388,9577 L 10388,9668 C 10388,9679 10399,9691 10410,9691 L 10636,9691 C 10647,9691 10659,9679 10659,9668 L 10659,9577 C 10659,9566 10647,9555 10636,9555 L 10410,9555 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id78">
- <rect class="BoundingBox" stroke="none" fill="none" x="12036" y="9552" width="280" height="145"/>
- <path fill="rgb(221,221,221)" stroke="none" d="M 12062,9556 C 12051,9556 12040,9567 12040,9578 L 12040,9669 C 12040,9680 12051,9692 12062,9692 L 12288,9692 C 12299,9692 12311,9680 12311,9669 L 12311,9578 C 12311,9567 12299,9556 12288,9556 L 12062,9556 Z M 12040,9556 L 12040,9556 Z M 12311,9692 L 12311,9692 Z"/>
- <path fill="none" stroke="rgb(102,102,102)" stroke-width="7" stroke-linejoin="round" d="M 12062,9556 C 12051,9556 12040,9567 12040,9578 L 12040,9669 C 12040,9680 12051,9692 12062,9692 L 12288,9692 C 12299,9692 12311,9680 12311,9669 L 12311,9578 C 12311,9567 12299,9556 12288,9556 L 12062,9556 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id79">
- <rect class="BoundingBox" stroke="none" fill="none" x="9567" y="9158" 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="9817" y="9474"><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="id80">
- <rect class="BoundingBox" stroke="none" fill="none" x="11219" y="9158" 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="11469" y="9474"><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="id81">
- <rect class="BoundingBox" stroke="none" fill="none" x="6266" y="4637" width="2552" height="5607"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6391,6831 L 6426,6831"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6462,6831 L 6497,6831"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6533,6831 L 6568,6831"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6603,6831 L 6639,6831"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6674,6831 L 6710,6831"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6745,6831 L 6781,6831"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6816,6831 L 6852,6831"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6887,6831 L 6923,6831"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6958,6831 L 6994,6831"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7029,6831 L 7064,6831"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7100,6831 L 7135,6831"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,6848 L 7154,6883"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,6919 L 7154,6954"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,6990 L 7154,7025"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,7061 L 7154,7096"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,7132 L 7154,7167"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,7202 L 7154,7238"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,7273 L 7154,7309"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,7344 L 7154,7380"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,7415 L 7154,7451"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,7486 L 7154,7522"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,7557 L 7154,7592"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,7628 L 7154,7663"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,7699 L 7154,7734"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,7770 L 7154,7805"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,7841 L 7154,7876"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,7912 L 7154,7947"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,7983 L 7154,8018"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,8053 L 7154,8089"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,8124 L 7154,8160"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,8195 L 7154,8231"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,8266 L 7154,8302"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,8337 L 7154,8373"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,8408 L 7154,8444"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,8479 L 7154,8514"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,8550 L 7154,8585"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,8621 L 7154,8656"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,8692 L 7154,8727"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,8763 L 7154,8798"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,8834 L 7154,8869"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,8905 L 7154,8940"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,8975 L 7154,9011"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,9046 L 7154,9082"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,9117 L 7154,9153"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,9188 L 7154,9224"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,9259 L 7154,9295"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,9330 L 7154,9365"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,9401 L 7154,9436"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,9472 L 7154,9507"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,9543 L 7154,9578"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,9614 L 7154,9649"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,9685 L 7154,9720"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,9756 L 7154,9791"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,9826 L 7154,9862"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,9897 L 7154,9933"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,9968 L 7154,10004"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,10039 L 7154,10075"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,10110 L 7154,10146"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7154,10181 L 7154,10217"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7172,10234 L 7207,10234"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7243,10234 L 7278,10234"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7314,10234 L 7349,10234"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7385,10234 L 7420,10234"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7456,10234 L 7491,10234"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7527,10234 L 7562,10234"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7598,10234 L 7633,10234"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7668,10234 L 7704,10234"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7739,10234 L 7775,10234"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7810,10234 L 7846,10234"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7881,10234 L 7917,10234"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7952,10234 L 7988,10234"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8023,10234 L 8058,10234"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8094,10234 L 8129,10234"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8165,10234 L 8200,10234"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8236,10234 L 8271,10234"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8307,10234 L 8342,10234"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8378,10234 L 8413,10234"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8449,10234 L 8484,10234"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8519,10234 L 8555,10234"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8590,10234 L 8626,10234"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8661,10234 L 8697,10234"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8732,10234 L 8768,10234"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8803,10234 L 8808,10234 8808,10203"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,10168 L 8808,10132"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,10097 L 8808,10062"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,10026 L 8808,9991"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,9955 L 8808,9920"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,9884 L 8808,9849"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,9813 L 8808,9778"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,9742 L 8808,9707"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,9671 L 8808,9636"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,9601 L 8808,9565"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,9530 L 8808,9494"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,9459 L 8808,9423"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,9388 L 8808,9352"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,9317 L 8808,9281"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,9246 L 8808,9211"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,9175 L 8808,9140"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,9104 L 8808,9069"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,9033 L 8808,8998"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,8962 L 8808,8927"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,8891 L 8808,8856"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,8820 L 8808,8785"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,8750 L 8808,8714"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,8679 L 8808,8643"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,8608 L 8808,8572"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,8537 L 8808,8501"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,8466 L 8808,8430"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,8395 L 8808,8359"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,8324 L 8808,8289"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,8253 L 8808,8218"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,8182 L 8808,8147"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,8111 L 8808,8076"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,8040 L 8808,8005"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,7969 L 8808,7934"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,7898 L 8808,7863"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,7828 L 8808,7792"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,7757 L 8808,7721"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,7686 L 8808,7650"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,7615 L 8808,7579"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,7544 L 8808,7508"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,7473 L 8808,7438"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,7402 L 8808,7367"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,7331 L 8808,7296"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,7260 L 8808,7225"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,7189 L 8808,7154"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,7118 L 8808,7083"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,7047 L 8808,7012"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,6977 L 8808,6941"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,6906 L 8808,6870"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,6835 L 8808,6799"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,6764 L 8808,6728"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,6693 L 8808,6657"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,6622 L 8808,6586"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,6551 L 8808,6516"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,6480 L 8808,6445"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,6409 L 8808,6374"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,6338 L 8808,6303"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,6267 L 8808,6232"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,6196 L 8808,6161"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,6125 L 8808,6090"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,6055 L 8808,6019"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,5984 L 8808,5948"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,5913 L 8808,5877"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,5842 L 8808,5806"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,5771 L 8808,5735"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,5700 L 8808,5665"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,5629 L 8808,5594"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,5558 L 8808,5523"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,5487 L 8808,5452"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,5416 L 8808,5381"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,5345 L 8808,5310"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,5274 L 8808,5239"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,5204 L 8808,5168"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,5133 L 8808,5097"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,5062 L 8808,5026"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,4991 L 8808,4955"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,4920 L 8808,4884"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,4849 L 8808,4813"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8808,4778 L 8808,4750 8801,4750"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8765,4750 L 8730,4750"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8694,4750 L 8659,4750"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8623,4750 L 8588,4750"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8552,4750 L 8517,4750"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8481,4750 L 8446,4750"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8410,4750 L 8375,4750"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8340,4750 L 8304,4750"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8269,4750 L 8233,4750"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8198,4750 L 8162,4750"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8127,4750 L 8091,4750"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8056,4750 L 8020,4750"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7985,4750 L 7950,4750"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7914,4750 L 7879,4750"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7843,4750 L 7808,4750"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7772,4750 L 7737,4750"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7701,4750 L 7666,4750"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7630,4750 L 7595,4750"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7559,4750 L 7524,4750"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7489,4750 L 7453,4750"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7418,4750 L 7382,4750"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7347,4750 L 7311,4750"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7276,4750 L 7240,4750"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7205,4750 L 7169,4750"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7134,4750 L 7098,4750"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 7063,4750 L 7028,4750"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6992,4750 L 6957,4750"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6921,4750 L 6886,4750"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6850,4750 L 6815,4750"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6779,4750 L 6744,4750"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6708,4750 L 6673,4750"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6637,4750 L 6602,4750"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6567,4750 L 6531,4750"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6496,4750 L 6460,4750"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 6425,4750 L 6389,4750"/>
- <path fill="rgb(237,28,36)" stroke="none" d="M 6274,6718 C 6277,6718 6280,6718 6284,6718 6294,6718 6304,6719 6313,6722 6322,6724 6331,6728 6340,6733 6349,6738 6357,6744 6364,6751 6371,6758 6376,6765 6382,6775 6387,6784 6391,6792 6393,6802 6395,6811 6397,6820 6397,6830 L 6406,6830 6406,6832 6397,6832 C 6397,6842 6395,6851 6393,6860 6391,6870 6387,6878 6382,6888 6376,6897 6371,6904 6364,6911 6357,6918 6349,6924 6340,6929 6331,6934 6322,6938 6313,6940 6304,6943 6294,6944 6284,6944 6280,6944 6277,6944 6274,6944 L 6274,6939 6275,6935 C 6278,6935 6281,6935 6284,6935 6293,6935 6302,6934 6311,6932 6319,6929 6327,6926 6336,6921 6344,6916 6351,6911 6357,6905 6364,6898 6369,6891 6374,6883 6379,6875 6382,6866 6384,6858 6387,6849 6388,6841 6388,6831 6388,6821 6387,6813 6384,6804 6382,6796 6379,6787 6374,6779 6369,6771 6364,6764 6357,6757 6351,6751 6344,6746 6336,6741 6327,6736 6319,6733 6311,6730 6302,6728 6293,6727 6284,6727 6281,6727 6278,6727 6275,6727 L 6274,6723 6274,6718 Z"/>
- <path fill="rgb(237,28,36)" stroke="none" d="M 6266,4637 C 6269,4637 6272,4637 6276,4637 6286,4637 6296,4638 6305,4641 6314,4643 6323,4647 6332,4652 6341,4657 6349,4663 6356,4670 6363,4677 6368,4684 6374,4694 6379,4703 6383,4711 6385,4721 6387,4730 6389,4739 6389,4749 L 6398,4749 6398,4751 6389,4751 C 6389,4761 6387,4770 6385,4779 6383,4789 6379,4797 6374,4807 6368,4816 6363,4823 6356,4830 6349,4837 6341,4843 6332,4848 6323,4853 6314,4857 6305,4859 6296,4862 6286,4863 6276,4863 6272,4863 6269,4863 6266,4863 L 6266,4858 6267,4854 C 6270,4854 6273,4854 6276,4854 6285,4854 6294,4853 6303,4851 6311,4848 6319,4845 6328,4840 6336,4835 6343,4830 6349,4824 6356,4817 6361,4810 6366,4802 6371,4794 6374,4785 6376,4777 6379,4768 6380,4760 6380,4750 6380,4740 6379,4732 6376,4723 6374,4715 6371,4706 6366,4698 6361,4690 6356,4683 6349,4676 6343,4670 6336,4665 6328,4660 6319,4655 6311,4652 6303,4649 6294,4647 6285,4646 6276,4646 6273,4646 6270,4646 6267,4646 L 6266,4642 6266,4637 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyLineShape">
- <g id="id82">
- <rect class="BoundingBox" stroke="none" fill="none" x="6285" y="4326" width="2823" height="5723"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6428,6513 L 6463,6513"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6499,6513 L 6534,6513"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6570,6513 L 6605,6513"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6640,6513 L 6676,6513"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6711,6513 L 6747,6513"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6782,6513 L 6818,6513"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6853,6513 L 6889,6513"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6924,6513 L 6960,6513"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6995,6513 L 7031,6513"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7066,6513 L 7101,6513"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7137,6513 L 7172,6513"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7208,6513 L 7243,6513"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7279,6513 L 7314,6513"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7350,6513 L 7385,6513"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7421,6513 L 7456,6513"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,6541 L 7464,6576"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,6611 L 7464,6647"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,6682 L 7464,6718"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,6753 L 7464,6789"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,6824 L 7464,6860"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,6895 L 7464,6931"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,6966 L 7464,7001"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,7037 L 7464,7072"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,7108 L 7464,7143"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,7179 L 7464,7214"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,7250 L 7464,7285"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,7321 L 7464,7356"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,7392 L 7464,7427"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,7462 L 7464,7498"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,7533 L 7464,7569"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,7604 L 7464,7640"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,7675 L 7464,7711"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,7746 L 7464,7782"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,7817 L 7464,7853"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,7888 L 7464,7923"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,7959 L 7464,7994"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,8030 L 7464,8065"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,8101 L 7464,8136"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,8172 L 7464,8207"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,8243 L 7464,8278"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,8314 L 7464,8349"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,8384 L 7464,8420"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,8455 L 7464,8491"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,8526 L 7464,8562"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,8597 L 7464,8633"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,8668 L 7464,8704"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,8739 L 7464,8774"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,8810 L 7464,8845"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,8881 L 7464,8916"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,8952 L 7464,8987"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,9023 L 7464,9058"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,9094 L 7464,9129"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,9165 L 7464,9200"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,9235 L 7464,9271"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,9306 L 7464,9342"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,9377 L 7464,9413"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,9448 L 7464,9484"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,9519 L 7464,9555"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,9590 L 7464,9626"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,9661 L 7464,9696"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,9732 L 7464,9767"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,9803 L 7464,9838"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,9874 L 7464,9909"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,9945 L 7464,9980"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7464,10016 L 7464,10039 7476,10039"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7512,10039 L 7547,10039"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7582,10039 L 7618,10039"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7653,10039 L 7689,10039"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7724,10039 L 7760,10039"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7795,10039 L 7831,10039"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7866,10039 L 7902,10039"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7937,10039 L 7972,10039"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8008,10039 L 8043,10039"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8079,10039 L 8114,10039"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8150,10039 L 8185,10039"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8221,10039 L 8256,10039"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8292,10039 L 8327,10039"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8363,10039 L 8398,10039"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8433,10039 L 8469,10039"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8504,10039 L 8540,10039"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8575,10039 L 8611,10039"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8646,10039 L 8682,10039"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8717,10039 L 8753,10039"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8788,10039 L 8824,10039"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8859,10039 L 8894,10039"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8930,10039 L 8965,10039"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9001,10039 L 9036,10039"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9072,10039 L 9098,10039 9098,10030"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,9994 L 9098,9959"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,9923 L 9098,9888"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,9852 L 9098,9817"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,9782 L 9098,9746"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,9711 L 9098,9675"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,9640 L 9098,9604"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,9569 L 9098,9533"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,9498 L 9098,9462"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,9427 L 9098,9392"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,9356 L 9098,9321"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,9285 L 9098,9250"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,9214 L 9098,9179"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,9143 L 9098,9108"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,9072 L 9098,9037"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,9001 L 9098,8966"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,8931 L 9098,8895"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,8860 L 9098,8824"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,8789 L 9098,8753"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,8718 L 9098,8682"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,8647 L 9098,8611"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,8576 L 9098,8540"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,8505 L 9098,8470"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,8434 L 9098,8399"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,8363 L 9098,8328"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,8292 L 9098,8257"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,8221 L 9098,8186"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,8150 L 9098,8115"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,8079 L 9098,8044"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,8009 L 9098,7973"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,7938 L 9098,7902"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,7867 L 9098,7831"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,7796 L 9098,7760"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,7725 L 9098,7689"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,7654 L 9098,7619"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,7583 L 9098,7548"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,7512 L 9098,7477"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,7441 L 9098,7406"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,7370 L 9098,7335"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,7299 L 9098,7264"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,7228 L 9098,7193"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,7158 L 9098,7122"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,7087 L 9098,7051"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,7016 L 9098,6980"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,6945 L 9098,6909"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,6874 L 9098,6838"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,6803 L 9098,6767"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,6732 L 9098,6697"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,6661 L 9098,6626"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,6590 L 9098,6555"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,6519 L 9098,6484"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,6448 L 9098,6413"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,6377 L 9098,6342"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,6306 L 9098,6271"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,6236 L 9098,6200"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,6165 L 9098,6129"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,6094 L 9098,6058"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,6023 L 9098,5987"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,5952 L 9098,5916"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,5881 L 9098,5846"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,5810 L 9098,5775"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,5739 L 9098,5704"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,5668 L 9098,5633"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,5597 L 9098,5562"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,5526 L 9098,5491"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,5455 L 9098,5420"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,5385 L 9098,5349"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,5314 L 9098,5278"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,5243 L 9098,5207"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,5172 L 9098,5136"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,5101 L 9098,5065"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,5030 L 9098,4994"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,4959 L 9098,4924"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,4888 L 9098,4853"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,4817 L 9098,4782"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,4746 L 9098,4711"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,4675 L 9098,4640"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,4604 L 9098,4569"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,4533 L 9098,4498"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9098,4463 L 9098,4439 9086,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9051,4439 L 9015,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8980,4439 L 8944,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8909,4439 L 8873,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8838,4439 L 8802,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8767,4439 L 8732,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8696,4439 L 8661,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8625,4439 L 8590,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8554,4439 L 8519,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8483,4439 L 8448,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8412,4439 L 8377,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8341,4439 L 8306,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8271,4439 L 8235,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8200,4439 L 8164,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8129,4439 L 8093,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8058,4439 L 8022,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7987,4439 L 7951,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7916,4439 L 7880,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7845,4439 L 7810,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7774,4439 L 7739,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7703,4439 L 7668,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7632,4439 L 7597,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7561,4439 L 7526,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7490,4439 L 7455,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7419,4439 L 7384,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7349,4439 L 7313,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7278,4439 L 7242,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7207,4439 L 7171,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7136,4439 L 7100,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 7065,4439 L 7029,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6994,4439 L 6959,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6923,4439 L 6888,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6852,4439 L 6817,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6781,4439 L 6746,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6710,4439 L 6675,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6639,4439 L 6604,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6568,4439 L 6533,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6498,4439 L 6462,4439"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 6427,4439 L 6402,4439"/>
- <path fill="rgb(0,182,189)" stroke="none" d="M 6311,6400 C 6314,6400 6317,6400 6321,6400 6331,6400 6341,6401 6350,6404 6359,6406 6368,6410 6377,6415 6386,6420 6394,6426 6401,6433 6408,6440 6413,6447 6419,6457 6424,6466 6428,6474 6430,6484 6432,6493 6434,6502 6434,6512 L 6443,6512 6443,6514 6434,6514 C 6434,6524 6432,6533 6430,6542 6428,6552 6424,6560 6419,6570 6413,6579 6408,6586 6401,6593 6394,6600 6386,6606 6377,6611 6368,6616 6359,6620 6350,6622 6341,6625 6331,6626 6321,6626 6317,6626 6314,6626 6311,6626 L 6311,6621 6312,6617 C 6315,6617 6318,6617 6321,6617 6330,6617 6339,6616 6348,6614 6356,6611 6364,6608 6373,6603 6381,6598 6388,6593 6394,6587 6401,6580 6406,6573 6411,6565 6416,6557 6419,6548 6421,6540 6424,6531 6425,6523 6425,6513 6425,6503 6424,6495 6421,6486 6419,6478 6416,6469 6411,6461 6406,6453 6401,6446 6394,6439 6388,6433 6381,6428 6373,6423 6364,6418 6356,6415 6348,6412 6339,6410 6330,6409 6321,6409 6318,6409 6315,6409 6312,6409 L 6311,6405 6311,6400 Z"/>
- <path fill="rgb(0,182,189)" stroke="none" d="M 6285,4326 C 6288,4326 6291,4326 6295,4326 6305,4326 6315,4327 6324,4330 6333,4332 6342,4336 6351,4341 6360,4346 6368,4352 6375,4359 6382,4366 6387,4373 6393,4383 6398,4392 6402,4400 6404,4410 6406,4419 6408,4428 6408,4438 L 6417,4438 6417,4440 6408,4440 C 6408,4450 6406,4459 6404,4468 6402,4478 6398,4486 6393,4496 6387,4505 6382,4512 6375,4519 6368,4526 6360,4532 6351,4537 6342,4542 6333,4546 6324,4548 6315,4551 6305,4552 6295,4552 6291,4552 6288,4552 6285,4552 L 6285,4547 6286,4543 C 6289,4543 6292,4543 6295,4543 6304,4543 6313,4542 6322,4540 6330,4537 6338,4534 6347,4529 6355,4524 6362,4519 6368,4513 6375,4506 6380,4499 6385,4491 6390,4483 6393,4474 6395,4466 6398,4457 6399,4449 6399,4439 6399,4429 6398,4421 6395,4412 6393,4404 6390,4395 6385,4387 6380,4379 6375,4372 6368,4365 6362,4359 6355,4354 6347,4349 6338,4344 6330,4341 6322,4338 6313,4336 6304,4335 6295,4335 6292,4335 6289,4335 6286,4335 L 6285,4331 6285,4326 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id83">
- <rect class="BoundingBox" stroke="none" fill="none" x="7575" y="5349" width="995" height="844"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="494px" font-weight="400"><tspan class="TextPosition" x="7825" y="5968"><tspan fill="rgb(128,128,128)" stroke="none">…</tspan></tspan></tspan></text>
- </g>
- </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
deleted file mode 100644
index a3204bfbaa..0000000000
--- a/docs/report/vpp_device_tests/vf-2n-nic2vhost.svg
+++ /dev/null
@@ -1,1042 +0,0 @@
-<?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="148mm" height="110mm" viewBox="0 0 14800 11000" 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="14800" height="11000"/>
- </clipPath>
- <clipPath id="presentation_clip_path_shrink" clipPathUnits="userSpaceOnUse">
- <rect x="14" y="11" width="14771" height="10978"/>
- </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 776,765 740,934 C 734,904 725,861 712,805 699,748 631,480 508,0 L 300,0 -3,1082 175,1082 358,347 C 363,331 377,265 401,149 L 418,223 644,1082 837,1082 1026,339 1072,149 1103,288 1308,1082 1484,1082 1174,0 Z"/>
- <glyph unicode="u" horiz-adv-x="874" d="M 314,1082 L 314,396 C 314,325 321,269 335,230 349,191 371,162 402,145 433,128 478,119 537,119 624,119 692,149 742,208 792,267 817,350 817,455 L 817,1082 997,1082 997,231 C 997,105 999,28 1003,0 L 833,0 C 832,3 832,12 831,27 830,42 830,59 829,78 828,97 826,132 825,185 L 822,185 C 781,110 733,58 679,27 624,-4 557,-20 476,-20 357,-20 271,10 216,69 161,128 133,225 133,361 L 133,1082 314,1082 Z"/>
- <glyph unicode="t" horiz-adv-x="531" d="M 554,8 C 495,-8 434,-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 474,127 509,132 554,141 L 554,8 Z"/>
- <glyph unicode="s" horiz-adv-x="901" d="M 950,299 C 950,197 912,118 835,63 758,8 650,-20 511,-20 376,-20 273,2 200,47 127,91 79,160 57,254 L 216,285 C 231,227 263,185 311,158 359,131 426,117 511,117 602,117 669,131 712,159 754,187 775,229 775,285 775,328 760,362 731,389 702,416 654,438 589,455 L 460,489 C 357,516 283,542 240,568 196,593 162,624 137,661 112,698 100,743 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 759,862 732,899 689,925 645,950 586,963 513,963 432,963 372,951 333,926 294,901 275,864 275,814 275,783 283,758 299,738 315,718 339,701 370,687 401,673 467,654 568,629 663,605 732,583 774,563 816,542 849,520 874,495 898,470 917,442 930,410 943,377 950,340 950,299 Z"/>
- <glyph unicode="r" horiz-adv-x="530" d="M 142,0 L 142,830 C 142,906 140,990 136,1082 L 306,1082 C 311,959 314,886 314,861 L 318,861 C 347,954 380,1017 417,1051 454,1085 507,1102 575,1102 599,1102 623,1099 648,1092 L 648,927 C 624,934 592,937 552,937 477,937 420,905 381,841 342,776 322,684 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,913 219,1102 484,1102 566,1102 634,1088 687,1059 740,1030 785,981 821,914 L 823,914 C 823,934 824,969 827,1018 830,1067 832,1093 835,1096 L 1008,1096 C 1003,1057 1001,958 1001,801 L 1001,-425 821,-425 821,14 825,178 823,178 C 787,107 743,56 690,26 637,-5 569,-20 484,-20 Z M 821,554 C 821,695 798,799 752,867 706,935 633,969 532,969 441,969 375,935 335,867 295,799 275,691 275,542 275,391 295,282 336,217 376,152 441,119 530,119 632,119 706,155 752,228 798,301 821,409 821,554 Z"/>
- <glyph unicode="p" horiz-adv-x="953" d="M 1053,546 C 1053,169 920,-20 655,-20 488,-20 376,43 319,168 L 314,168 C 317,163 318,106 318,-2 L 318,-425 138,-425 138,861 C 138,972 136,1046 132,1082 L 306,1082 C 307,1079 308,1070 309,1054 310,1037 312,1012 314,978 315,944 316,921 316,908 L 320,908 C 352,975 394,1024 447,1055 500,1086 569,1101 655,1101 788,1101 888,1056 954,967 1020,878 1053,737 1053,546 Z M 864,542 C 864,693 844,800 803,865 762,930 698,962 609,962 538,962 482,947 442,917 401,887 371,840 350,777 329,713 318,630 318,528 318,386 341,281 386,214 431,147 505,113 607,113 696,113 762,146 803,212 844,277 864,387 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 407,-20 288,28 207,125 126,221 86,360 86,542 86,915 248,1102 571,1102 736,1102 858,1057 936,966 1014,875 1053,733 1053,542 Z M 864,542 C 864,691 842,800 798,868 753,935 679,969 574,969 469,969 393,935 346,866 299,797 275,689 275,542 275,399 298,292 345,221 391,149 464,113 563,113 671,113 748,148 795,217 841,286 864,395 864,542 Z"/>
- <glyph unicode="n" horiz-adv-x="874" d="M 825,0 L 825,686 C 825,757 818,813 804,852 790,891 768,920 737,937 706,954 661,963 602,963 515,963 447,933 397,874 347,815 322,732 322,627 L 322,0 142,0 142,851 C 142,977 140,1054 136,1082 L 306,1082 C 307,1079 307,1070 308,1055 309,1040 310,1024 311,1005 312,986 313,950 314,897 L 317,897 C 358,972 406,1025 461,1056 515,1087 582,1102 663,1102 782,1102 869,1073 924,1014 979,955 1006,857 1006,721 L 1006,0 825,0 Z"/>
- <glyph unicode="m" horiz-adv-x="1457" d="M 768,0 L 768,686 C 768,791 754,863 725,903 696,943 645,963 570,963 493,963 433,934 388,875 343,816 321,734 321,627 L 321,0 142,0 142,851 C 142,977 140,1054 136,1082 L 306,1082 C 307,1079 307,1070 308,1055 309,1040 310,1024 311,1005 312,986 313,950 314,897 L 317,897 C 356,974 400,1027 450,1057 500,1087 561,1102 633,1102 715,1102 780,1086 828,1053 875,1020 908,968 927,897 L 930,897 C 967,970 1013,1022 1066,1054 1119,1086 1183,1102 1258,1102 1367,1102 1447,1072 1497,1013 1546,954 1571,856 1571,721 L 1571,0 1393,0 1393,686 C 1393,791 1379,863 1350,903 1321,943 1270,963 1195,963 1116,963 1055,934 1012,876 968,817 946,734 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 356,968 402,1020 457,1053 511,1086 580,1102 663,1102 780,1102 867,1073 923,1015 978,956 1006,858 1006,721 L 1006,0 825,0 825,686 C 825,762 818,819 804,856 790,893 767,920 735,937 703,954 659,963 602,963 517,963 450,934 399,875 348,816 322,737 322,638 L 322,0 142,0 142,1484 322,1484 322,1098 C 322,1057 321,1015 319,972 316,929 315,904 314,897 L 317,897 Z"/>
- <glyph unicode="g" horiz-adv-x="927" d="M 548,-425 C 430,-425 336,-402 266,-356 196,-309 151,-243 131,-158 L 312,-132 C 324,-182 351,-220 392,-248 433,-274 486,-288 553,-288 732,-288 822,-183 822,27 L 822,201 820,201 C 786,132 739,80 680,45 621,10 551,-8 472,-8 339,-8 242,36 180,124 117,212 86,350 86,539 86,730 120,872 187,963 254,1054 355,1099 492,1099 569,1099 635,1082 692,1047 748,1012 791,962 822,897 L 824,897 C 824,917 825,952 828,1001 831,1050 833,1077 836,1082 L 1007,1082 C 1003,1046 1001,971 1001,858 L 1001,31 C 1001,-273 850,-425 548,-425 Z M 822,541 C 822,629 810,705 786,769 762,832 728,881 685,915 641,948 591,965 536,965 444,965 377,932 335,865 293,798 272,690 272,541 272,393 292,287 331,222 370,157 438,125 533,125 590,125 640,142 684,175 728,208 762,256 786,319 810,381 822,455 822,541 Z"/>
- <glyph unicode="e" horiz-adv-x="980" d="M 276,503 C 276,379 302,283 353,216 404,149 479,115 578,115 656,115 719,131 766,162 813,193 844,233 861,281 L 1019,236 C 954,65 807,-20 578,-20 418,-20 296,28 213,123 129,218 87,360 87,548 87,727 129,864 213,959 296,1054 416,1102 571,1102 889,1102 1048,910 1048,527 L 1048,503 276,503 Z M 862,641 C 852,755 823,838 775,891 727,943 658,969 568,969 481,969 412,940 361,882 310,823 282,743 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 821,1035 821,1484 1001,1484 1001,223 C 1001,110 1003,36 1007,0 L 835,0 C 833,11 831,35 829,74 826,113 825,146 825,174 L 821,174 Z M 275,542 C 275,391 295,282 335,217 375,152 440,119 530,119 632,119 706,154 752,225 798,296 821,405 821,554 821,697 798,802 752,869 706,936 633,969 532,969 441,969 376,936 336,869 295,802 275,693 275,542 Z"/>
- <glyph unicode="c" horiz-adv-x="901" d="M 275,546 C 275,402 298,295 343,226 388,157 457,122 548,122 612,122 666,139 709,174 752,209 778,262 788,334 L 970,322 C 956,218 912,135 837,73 762,11 668,-20 553,-20 402,-20 286,28 207,124 127,219 87,359 87,542 87,724 127,863 207,959 287,1054 402,1102 551,1102 662,1102 754,1073 827,1016 900,959 945,880 964,779 L 779,765 C 770,825 746,873 708,908 670,943 616,961 546,961 451,961 382,929 339,866 296,803 275,696 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,147 315,116 312,74 309,31 307,7 306,0 L 132,0 C 136,36 138,110 138,223 L 138,1484 318,1484 318,1061 C 318,1018 317,967 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,691 844,800 804,865 764,930 699,963 609,963 508,963 434,928 388,859 341,790 318,680 318,529 318,387 341,282 386,215 431,147 505,113 607,113 698,113 763,147 804,214 844,281 864,389 864,540 Z"/>
- <glyph unicode="a" horiz-adv-x="1060" d="M 414,-20 C 305,-20 224,9 169,66 114,123 87,202 87,302 87,414 124,500 198,560 271,620 390,652 554,656 L 797,660 797,719 C 797,807 778,870 741,908 704,946 645,965 565,965 484,965 426,951 389,924 352,897 330,853 323,793 L 135,810 C 166,1005 310,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 1097,111 1117,113 1139,118 L 1139,6 C 1094,-5 1047,-10 1000,-10 933,-10 885,8 855,43 824,78 807,132 803,207 L 797,207 C 751,124 698,66 637,32 576,-3 501,-20 414,-20 Z M 455,115 C 521,115 580,130 631,160 682,190 723,231 753,284 782,336 797,390 797,445 L 797,534 600,530 C 515,529 451,520 408,504 364,488 330,463 307,430 284,397 272,353 272,299 272,240 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 1023,951 1000,1051 969,1196 952,1119 937,1054 925,1002 913,950 822,616 652,0 L 424,0 9,1409 208,1409 461,514 C 491,402 519,287 544,168 560,241 579,321 600,408 621,495 713,828 877,1409 L 1060,1409 1305,532 C 1342,389 1372,267 1393,168 L 1402,203 C 1420,280 1435,342 1446,391 1457,439 1551,778 1727,1409 L 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 684,168 768,417 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 333,1103 338,936 338,0 168,0 168,1409 390,1409 1152,201 C 1144,332 1140,426 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,940 164,1117 287,1242 410,1367 582,1430 804,1430 960,1430 1087,1404 1184,1351 1281,1298 1356,1214 1409,1098 L 1227,1044 C 1187,1124 1132,1182 1062,1219 991,1256 904,1274 799,1274 636,1274 512,1225 426,1127 340,1028 297,890 297,711 297,533 343,393 434,290 525,187 652,135 813,135 905,135 991,149 1071,177 1150,205 1215,243 1264,291 L 1264,545 843,545 843,705 1440,705 1440,219 C 1365,143 1274,84 1166,43 1057,1 940,-20 813,-20 666,-20 539,9 432,68 325,127 244,211 188,322 131,432 103,562 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,574 1353,447 1296,338 1239,229 1159,145 1055,87 951,29 831,0 695,0 L 168,0 168,1409 634,1409 C 873,1409 1057,1349 1187,1230 1316,1110 1381,940 1381,719 Z M 1189,719 C 1189,894 1141,1027 1046,1119 950,1210 811,1256 630,1256 L 359,1256 359,153 673,153 C 776,153 867,176 946,221 1024,266 1084,332 1126,417 1168,502 1189,603 1189,719 Z"/>
- <glyph unicode="C" horiz-adv-x="1324" d="M 792,1274 C 636,1274 515,1224 428,1124 341,1023 298,886 298,711 298,538 343,400 434,295 524,190 646,137 800,137 997,137 1146,235 1245,430 L 1401,352 C 1343,231 1262,138 1157,75 1052,12 930,-20 791,-20 649,-20 526,10 423,69 319,128 240,212 186,322 131,431 104,561 104,711 104,936 165,1112 286,1239 407,1366 575,1430 790,1430 940,1430 1065,1401 1166,1342 1267,1283 1341,1196 1388,1081 L 1207,1021 C 1174,1103 1122,1166 1050,1209 977,1252 891,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 685,1265 L 676,1237 C 659,1182 635,1111 602,1024 L 422,561 949,561 768,1026 C 749,1072 731,1124 712,1182 L 685,1265 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,259 1008,158 925,87 842,16 724,-20 571,-20 428,-20 315,12 230,77 145,141 94,236 78,362 L 264,379 C 288,212 390,129 571,129 662,129 733,151 785,196 836,241 862,307 862,395 862,472 833,532 774,575 715,618 629,639 518,639 L 416,639 416,795 514,795 C 613,795 689,817 744,860 798,903 825,962 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 115,1178 163,1268 246,1333 328,1398 434,1430 563,1430 704,1430 814,1397 893,1332 971,1266 1010,1174 1010,1057 1010,967 985,894 935,838 884,781 811,743 715,723 L 715,719 C 820,708 902,672 961,613 1020,554 1049,479 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,1115 806,1175 761,1218 716,1261 653,1282 572,1282 495,1282 432,1261 383,1220 333,1178 304,1119 295,1044 L 111,1061 C 124,1174 172,1263 255,1330 337,1397 443,1430 572,1430 714,1430 823,1397 900,1330 976,1263 1014,1167 1014,1044 1014,989 1002,935 977,881 952,827 914,773 865,719 816,665 721,581 582,468 505,405 444,349 399,299 354,248 321,200 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,470 1018,290 935,166 852,42 729,-20 567,-20 405,-20 283,42 202,165 121,288 80,468 80,705 80,947 120,1128 199,1249 278,1370 402,1430 573,1430 739,1430 862,1369 941,1247 1020,1125 1059,944 1059,705 Z M 876,705 C 876,908 853,1056 806,1147 759,1238 681,1284 573,1284 462,1284 383,1239 335,1149 286,1059 262,911 262,705 262,505 287,359 336,266 385,173 462,127 569,127 675,127 753,174 802,269 851,364 876,509 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>
- <g id="bullet-char-template-61548" transform="scale(0.00048828125,-0.00048828125)">
- <path d="M 173,740 C 173,903 231,1043 346,1159 462,1274 601,1332 765,1332 928,1332 1067,1274 1183,1159 1299,1043 1357,903 1357,740 1357,577 1299,437 1183,322 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 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="container-id1">
- <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="3564" y="9691" 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="3814" y="10007"><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="577" y="913" width="13649" height="9754"/>
- <path fill="none" stroke="rgb(178,178,178)" stroke-width="28" stroke-linejoin="miter" d="M 7401,10652 L 591,10652 591,927 14211,927 14211,10652 7401,10652 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id5">
- <rect class="BoundingBox" stroke="none" fill="none" x="360" y="481" width="13996" height="690"/>
- <path fill="rgb(238,238,238)" stroke="none" d="M 7358,1156 L 374,1156 374,495 14341,495 14341,1156 7358,1156 Z"/>
- <path fill="none" stroke="rgb(178,178,178)" stroke-width="28" stroke-linejoin="miter" d="M 7358,1156 L 374,1156 374,495 14341,495 14341,1156 7358,1156 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="423px" font-weight="400"><tspan class="TextPosition" x="629" y="941"><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="1386" y="1913" width="11849" height="6972"/>
- <path fill="rgb(255,255,255)" stroke="none" d="M 7310,8866 L 1404,8866 1404,1931 13216,1931 13216,8866 7310,8866 Z"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 7310,8866 L 1404,8866 1404,1931 13216,1931 13216,8866 7310,8866 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="423px" font-weight="700"><tspan class="TextPosition" x="5899" y="2479"><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="1695" y="3069" width="11312" height="5197"/>
- <path fill="rgb(255,255,255)" stroke="none" d="M 7351,8247 L 1713,8247 1713,3087 12988,3087 12988,8247 7351,8247 Z"/>
- <path fill="none" stroke="rgb(188,140,0)" stroke-width="35" stroke-linejoin="miter" d="M 7351,8247 L 1713,8247 1713,3087 12988,3087 12988,8247 7351,8247 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id8">
- <rect class="BoundingBox" stroke="none" fill="none" x="1641" y="3116" width="9074" height="4468"/>
- <path fill="rgb(255,255,255)" stroke="none" d="M 6178,7565 L 1659,7565 1659,3134 10696,3134 10696,7565 6178,7565 Z"/>
- <path fill="none" stroke="rgb(112,173,71)" stroke-width="35" stroke-linejoin="miter" d="M 6178,7565 L 1659,7565 1659,3134 10696,3134 10696,7565 6178,7565 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id9">
- <rect class="BoundingBox" stroke="none" fill="none" x="3956" y="3254" width="4715" height="2152"/>
- <g>
- <defs>
- <linearGradient id="gradient1" x1="6313" y1="3272" x2="6313" y2="5387" 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 6313,5387 L 3974,5387 3974,3272 8652,3272 8652,5387 6313,5387 Z"/>
- </g>
- <path fill="none" stroke="rgb(165,165,165)" stroke-width="35" stroke-linejoin="miter" d="M 6313,5387 L 3974,5387 3974,3272 8652,3272 8652,5387 6313,5387 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="353px" font-weight="700"><tspan class="TextPosition" x="6717" y="3620"><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="3939" y="5568" width="4699" height="1861"/>
- <g>
- <defs>
- <linearGradient id="gradient2" x1="6288" y1="5586" x2="6288" y2="7410" 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 6288,7410 L 3957,7410 3957,5586 8619,5586 8619,7410 6288,7410 Z"/>
- </g>
- <path fill="none" stroke="rgb(165,165,165)" stroke-width="35" stroke-linejoin="miter" d="M 6288,7410 L 3957,7410 3957,5586 8619,5586 8619,7410 6288,7410 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="353px" font-weight="700"><tspan class="TextPosition" x="5446" y="5934"><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="1922" y="3330" width="1557" height="4468"/>
- <path fill="rgb(255,192,0)" stroke="none" d="M 1940,5564 L 1940,3348 3460,3348 3460,7779 1940,7779 1940,5564 Z"/>
- <path fill="none" stroke="rgb(188,142,0)" stroke-width="35" stroke-linejoin="miter" d="M 1940,5564 L 1940,3348 3460,3348 3460,7779 1940,7779 1940,5564 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id12">
- <rect class="BoundingBox" stroke="none" fill="none" x="1797" y="4980" 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="2204" y="5584"><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="2098" y="5937"><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="1835" y="8023" width="2274" height="457"/>
- <path fill="rgb(255,242,204)" stroke="none" d="M 1853,8128 L 1853,8128 1853,8123 1853,8119 1854,8114 1855,8110 1856,8105 1857,8101 1859,8097 1861,8093 1862,8089 1865,8084 1867,8081 1870,8077 1872,8073 1875,8070 1878,8066 1882,8063 1885,8060 1889,8058 1893,8055 1897,8053 1901,8050 1905,8049 1909,8047 1913,8045 1917,8044 1922,8043 1926,8042 1931,8041 1935,8041 1940,8041 4002,8041 4002,8041 4007,8041 4011,8041 4016,8042 4020,8043 4025,8044 4029,8045 4033,8047 4037,8049 4041,8050 4046,8053 4049,8055 4053,8058 4057,8060 4060,8063 4064,8066 4067,8070 4070,8073 4072,8077 4075,8081 4077,8085 4080,8089 4081,8093 4083,8097 4085,8101 4086,8105 4087,8110 4088,8114 4089,8119 4089,8123 4089,8128 4090,8373 4090,8373 4090,8378 4090,8382 4089,8387 4088,8391 4087,8396 4086,8400 4084,8404 4082,8408 4081,8412 4078,8416 4076,8420 4073,8424 4071,8428 4068,8431 4065,8435 4061,8438 4058,8441 4054,8443 4050,8446 4047,8448 4042,8451 4038,8452 4034,8454 4030,8456 4026,8457 4021,8458 4017,8459 4012,8460 4008,8460 4003,8460 1940,8461 1940,8461 1935,8461 1931,8461 1926,8460 1922,8459 1917,8458 1913,8457 1909,8455 1905,8453 1901,8452 1897,8449 1893,8447 1889,8444 1885,8442 1882,8439 1878,8436 1875,8432 1872,8429 1870,8425 1867,8421 1865,8418 1862,8413 1861,8409 1859,8405 1857,8401 1856,8397 1855,8392 1854,8388 1853,8383 1853,8379 1853,8374 1853,8128 Z M 1853,8041 L 1853,8041 Z M 4090,8461 L 4090,8461 Z"/>
- <path fill="none" stroke="rgb(188,140,0)" stroke-width="35" stroke-linejoin="miter" d="M 1853,8128 L 1853,8128 1853,8123 1853,8119 1854,8114 1855,8110 1856,8105 1857,8101 1859,8097 1861,8093 1862,8089 1865,8084 1867,8081 1870,8077 1872,8073 1875,8070 1878,8066 1882,8063 1885,8060 1889,8058 1893,8055 1897,8053 1901,8050 1905,8049 1909,8047 1913,8045 1917,8044 1922,8043 1926,8042 1931,8041 1935,8041 1940,8041 4002,8041 4002,8041 4007,8041 4011,8041 4016,8042 4020,8043 4025,8044 4029,8045 4033,8047 4037,8049 4041,8050 4046,8053 4049,8055 4053,8058 4057,8060 4060,8063 4064,8066 4067,8070 4070,8073 4072,8077 4075,8081 4077,8085 4080,8089 4081,8093 4083,8097 4085,8101 4086,8105 4087,8110 4088,8114 4089,8119 4089,8123 4089,8128 4090,8373 4090,8373 4090,8378 4090,8382 4089,8387 4088,8391 4087,8396 4086,8400 4084,8404 4082,8408 4081,8412 4078,8416 4076,8420 4073,8424 4071,8428 4068,8431 4065,8435 4061,8438 4058,8441 4054,8443 4050,8446 4047,8448 4042,8451 4038,8452 4034,8454 4030,8456 4026,8457 4021,8458 4017,8459 4012,8460 4008,8460 4003,8460 1940,8461 1940,8461 1935,8461 1931,8461 1926,8460 1922,8459 1917,8458 1913,8457 1909,8455 1905,8453 1901,8452 1897,8449 1893,8447 1889,8444 1885,8442 1882,8439 1878,8436 1875,8432 1872,8429 1870,8425 1867,8421 1865,8418 1862,8413 1861,8409 1859,8405 1857,8401 1856,8397 1855,8392 1854,8388 1853,8383 1853,8379 1853,8374 1853,8128 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="700"><tspan class="TextPosition" x="2110" y="8371"><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="4160" y="7610" width="2471" height="452"/>
- <path fill="rgb(226,240,217)" stroke="none" d="M 4178,7727 L 4178,7727 4178,7722 4179,7717 4179,7712 4180,7706 4181,7701 4183,7696 4185,7692 4187,7687 4189,7682 4191,7677 4194,7673 4197,7669 4200,7665 4203,7661 4207,7657 4211,7653 4215,7650 4219,7647 4223,7644 4228,7641 4232,7639 4237,7637 4242,7635 4246,7633 4251,7631 4256,7630 4262,7629 4267,7629 4272,7628 4277,7628 6512,7628 6512,7628 6517,7628 6522,7629 6527,7629 6533,7630 6538,7631 6543,7633 6547,7635 6552,7637 6557,7639 6562,7641 6566,7644 6570,7647 6574,7650 6578,7653 6582,7657 6586,7661 6589,7665 6592,7669 6595,7673 6598,7678 6600,7682 6602,7687 6604,7692 6606,7696 6608,7701 6609,7706 6610,7712 6610,7717 6611,7722 6611,7727 6612,7943 6611,7943 6611,7948 6610,7953 6610,7958 6609,7963 6608,7968 6606,7973 6605,7978 6603,7983 6600,7988 6598,7992 6595,7997 6592,8001 6589,8005 6586,8009 6582,8013 6579,8016 6575,8020 6571,8023 6566,8026 6562,8028 6558,8031 6553,8033 6548,8035 6543,8037 6538,8038 6533,8040 6528,8041 6523,8041 6518,8042 6513,8042 4277,8043 4277,8042 4272,8042 4267,8041 4262,8041 4257,8040 4252,8039 4247,8037 4242,8036 4237,8034 4232,8031 4228,8029 4223,8026 4219,8023 4215,8020 4211,8017 4207,8013 4204,8010 4200,8006 4197,8002 4194,7997 4192,7993 4189,7989 4187,7984 4185,7979 4183,7974 4182,7969 4180,7964 4179,7959 4179,7954 4178,7949 4178,7944 4178,7727 Z M 4178,7628 L 4178,7628 Z M 6612,8043 L 6612,8043 Z"/>
- <path fill="none" stroke="rgb(112,173,71)" stroke-width="35" stroke-linejoin="miter" d="M 4178,7727 L 4178,7727 4178,7722 4179,7717 4179,7712 4180,7706 4181,7701 4183,7696 4185,7692 4187,7687 4189,7682 4191,7677 4194,7673 4197,7669 4200,7665 4203,7661 4207,7657 4211,7653 4215,7650 4219,7647 4223,7644 4228,7641 4232,7639 4237,7637 4242,7635 4246,7633 4251,7631 4256,7630 4262,7629 4267,7629 4272,7628 4277,7628 6512,7628 6512,7628 6517,7628 6522,7629 6527,7629 6533,7630 6538,7631 6543,7633 6547,7635 6552,7637 6557,7639 6562,7641 6566,7644 6570,7647 6574,7650 6578,7653 6582,7657 6586,7661 6589,7665 6592,7669 6595,7673 6598,7678 6600,7682 6602,7687 6604,7692 6606,7696 6608,7701 6609,7706 6610,7712 6610,7717 6611,7722 6611,7727 6612,7943 6611,7943 6611,7948 6610,7953 6610,7958 6609,7963 6608,7968 6606,7973 6605,7978 6603,7983 6600,7988 6598,7992 6595,7997 6592,8001 6589,8005 6586,8009 6582,8013 6579,8016 6575,8020 6571,8023 6566,8026 6562,8028 6558,8031 6553,8033 6548,8035 6543,8037 6538,8038 6533,8040 6528,8041 6523,8041 6518,8042 6513,8042 4277,8043 4277,8042 4272,8042 4267,8041 4262,8041 4257,8040 4252,8039 4247,8037 4242,8036 4237,8034 4232,8031 4228,8029 4223,8026 4219,8023 4215,8020 4211,8017 4207,8013 4204,8010 4200,8006 4197,8002 4194,7997 4192,7993 4189,7989 4187,7984 4185,7979 4183,7974 4182,7969 4180,7964 4179,7959 4179,7954 4178,7949 4178,7944 4178,7727 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="700"><tspan class="TextPosition" x="4493" y="7956"><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="4171" y="4341" width="3632" height="854"/>
- <path fill="rgb(112,173,71)" stroke="none" d="M 5987,5176 L 4189,5176 4189,4359 7784,4359 7784,5176 5987,5176 Z"/>
- <path fill="none" stroke="rgb(82,127,52)" stroke-width="35" stroke-linejoin="miter" d="M 5987,5176 L 4189,5176 4189,4359 7784,4359 7784,5176 5987,5176 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="700"><tspan class="TextPosition" x="6734" y="4888"><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="4172" y="6363" width="3755" height="855"/>
- <path fill="rgb(112,173,71)" stroke="none" d="M 6049,7199 L 4190,7199 4190,6381 7908,6381 7908,7199 6049,7199 Z"/>
- <path fill="none" stroke="rgb(82,127,52)" stroke-width="35" stroke-linejoin="miter" d="M 6049,7199 L 4190,7199 4190,6381 7908,6381 7908,7199 6049,7199 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="700"><tspan class="TextPosition" x="5835" y="6911"><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="4164" y="8366" width="8781" height="1345"/>
- <path fill="rgb(237,237,237)" stroke="none" d="M 8554,9701 L 4173,9701 4173,8375 12935,8375 12935,9701 8554,9701 Z"/>
- <path fill="none" stroke="rgb(165,165,165)" stroke-width="18" stroke-linejoin="miter" d="M 8554,9701 L 4173,9701 4173,8375 12935,8375 12935,9701 8554,9701 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="353px" font-weight="700"><tspan class="TextPosition" x="11066" y="9145"><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="7555" y="9757" width="1689" height="542"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="round" d="M 7573,9775 L 7573,10280 9225,10280 9225,9776"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.ConnectorShape">
- <g id="id19">
- <rect class="BoundingBox" stroke="none" fill="none" x="7870" y="4589" width="1224" height="4593"/>
- <path fill="none" stroke="rgb(68,114,196)" stroke-width="35" stroke-linejoin="round" d="M 9075,9163 L 9075,4607 7888,4607"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.ConnectorShape">
- <g id="id20">
- <rect class="BoundingBox" stroke="none" fill="none" x="7408" y="6669" width="1093" height="2514"/>
- <path fill="none" stroke="rgb(245,130,32)" stroke-width="35" stroke-linejoin="round" d="M 7426,9164 L 7426,7993 8482,7993 8482,6687 7978,6687"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.ConnectorShape">
- <g id="id21">
- <rect class="BoundingBox" stroke="none" fill="none" x="7106" y="6969" width="1143" height="2213"/>
- <path fill="none" stroke="rgb(238,131,59)" stroke-width="35" stroke-linejoin="round" d="M 7124,9163 L 7124,8142 8230,8142 8230,6987 7979,6987"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.ConnectorShape">
- <g id="id22">
- <rect class="BoundingBox" stroke="none" fill="none" x="7554" y="9347" width="38" height="312"/>
- <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 7573,9640 L 7573,9510 7572,9510 7572,9365"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id23">
- <rect class="BoundingBox" stroke="none" fill="none" x="8541" y="9130" width="1362" height="254"/>
- <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 9884,9148 L 9884,9148 9884,9159 9884,9171 9883,9182 9882,9193 9881,9204 9880,9215 9878,9225 9876,9236 9875,9246 9872,9256 9870,9266 9867,9275 9865,9284 9862,9293 9859,9301 9855,9309 9852,9316 9848,9323 9844,9329 9840,9335 9836,9340 9832,9345 9828,9350 9824,9353 9820,9357 9815,9359 9811,9361 9806,9363 9802,9364 9797,9364 8647,9365 8647,9365 8642,9365 8638,9364 8633,9362 8629,9360 8625,9358 8620,9354 8616,9351 8612,9346 8608,9341 8604,9336 8600,9330 8596,9324 8592,9317 8589,9310 8586,9302 8582,9294 8580,9285 8577,9276 8574,9267 8572,9257 8570,9247 8568,9237 8566,9226 8564,9216 8563,9205 8562,9194 8561,9183 8561,9172 8560,9160 8560,9149"/>
- <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 9884,9148 L 9884,9148 Z"/>
- <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 8559,9365 L 8559,9365 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.ConnectorShape">
- <g id="id24">
- <rect class="BoundingBox" stroke="none" fill="none" x="9204" y="9346" width="40" height="314"/>
- <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 9225,9641 L 9225,9510 9222,9510 9222,9364"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id25">
- <rect class="BoundingBox" stroke="none" fill="none" x="7031" y="9667" 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="8019" y="9983"><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="8154" y="10221"><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="7338" y="3874" 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="7588" y="4317"><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="4109" y="8613" 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="4360" y="8929"><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="7804" y="4885" width="988" height="4295"/>
- <path fill="none" stroke="rgb(68,114,196)" stroke-width="35" stroke-linejoin="round" d="M 8773,9161 L 8773,4903 7822,4903 7822,5042"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id29">
- <rect class="BoundingBox" stroke="none" fill="none" x="7333" y="4917" 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="7583" y="5360"><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="8615" y="8795" width="286" height="259"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 8660,8799 C 8639,8799 8619,8819 8619,8840 L 8619,9007 C 8619,9028 8639,9049 8660,9049 L 8854,9049 C 8875,9049 8896,9028 8896,9007 L 8896,8840 C 8896,8819 8875,8799 8854,8799 L 8660,8799 Z M 8619,8799 L 8619,8799 Z M 8896,9049 L 8896,9049 Z"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 8660,8799 C 8639,8799 8619,8819 8619,8840 L 8619,9007 C 8619,9028 8639,9049 8660,9049 L 8854,9049 C 8875,9049 8896,9028 8896,9007 L 8896,8840 C 8896,8819 8875,8799 8854,8799 L 8660,8799 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="8698" y="8996"><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="8930" y="8451" width="286" height="259"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 8975,8455 C 8954,8455 8934,8475 8934,8496 L 8934,8663 C 8934,8684 8954,8705 8975,8705 L 9169,8705 C 9190,8705 9211,8684 9211,8663 L 9211,8496 C 9211,8475 9190,8455 9169,8455 L 8975,8455 Z M 8934,8455 L 8934,8455 Z M 9211,8705 L 9211,8705 Z"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 8975,8455 C 8954,8455 8934,8475 8934,8496 L 8934,8663 C 8934,8684 8954,8705 8975,8705 L 9169,8705 C 9190,8705 9211,8684 9211,8663 L 9211,8496 C 9211,8475 9190,8455 9169,8455 L 8975,8455 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="9013" y="8652"><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="9165" y="8790" width="400" height="280"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 9214,8794 C 9191,8794 9169,8816 9169,8839 L 9169,9019 C 9169,9042 9191,9065 9214,9065 L 9514,9065 C 9537,9065 9560,9042 9560,9019 L 9560,8839 C 9560,8816 9537,8794 9514,8794 L 9214,8794 Z M 9169,8794 L 9169,8794 Z M 9560,9065 L 9560,9065 Z"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 9214,8794 C 9191,8794 9169,8816 9169,8839 L 9169,9019 C 9169,9042 9191,9065 9214,9065 L 9514,9065 C 9537,9065 9560,9042 9560,9019 L 9560,8839 C 9560,8816 9537,8794 9514,8794 L 9214,8794 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="9245" y="9001"><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="9458" y="8448" width="671" height="280"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 9507,8452 C 9484,8452 9462,8474 9462,8497 L 9462,8677 C 9462,8700 9484,8723 9507,8723 L 10078,8723 C 10101,8723 10124,8700 10124,8677 L 10124,8497 C 10124,8474 10101,8452 10078,8452 L 9507,8452 Z M 9462,8452 L 9462,8452 Z M 10124,8723 L 10124,8723 Z"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 9507,8452 C 9484,8452 9462,8474 9462,8497 L 9462,8677 C 9462,8700 9484,8723 9507,8723 L 10078,8723 C 10101,8723 10124,8700 10124,8677 L 10124,8497 C 10124,8474 10101,8452 10078,8452 L 9507,8452 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="9578" y="8659"><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="8634" y="9156" width="280" height="145"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 8660,9160 C 8649,9160 8638,9171 8638,9182 L 8638,9273 C 8638,9284 8649,9296 8660,9296 L 8886,9296 C 8897,9296 8909,9284 8909,9273 L 8909,9182 C 8909,9171 8897,9160 8886,9160 L 8660,9160 Z M 8638,9160 L 8638,9160 Z M 8909,9296 L 8909,9296 Z"/>
- <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 8660,9160 C 8649,9160 8638,9171 8638,9182 L 8638,9273 C 8638,9284 8649,9296 8660,9296 L 8886,9296 C 8897,9296 8909,9284 8909,9273 L 8909,9182 C 8909,9171 8897,9160 8886,9160 L 8660,9160 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id35">
- <rect class="BoundingBox" stroke="none" fill="none" x="8936" y="9158" width="280" height="145"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 8962,9162 C 8951,9162 8940,9173 8940,9184 L 8940,9275 C 8940,9286 8951,9298 8962,9298 L 9188,9298 C 9199,9298 9211,9286 9211,9275 L 9211,9184 C 9211,9173 9199,9162 9188,9162 L 8962,9162 Z M 8940,9162 L 8940,9162 Z M 9211,9298 L 9211,9298 Z"/>
- <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 8962,9162 C 8951,9162 8940,9173 8940,9184 L 8940,9275 C 8940,9286 8951,9298 8962,9298 L 9188,9298 C 9199,9298 9211,9286 9211,9275 L 9211,9184 C 9211,9173 9199,9162 9188,9162 L 8962,9162 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id36">
- <rect class="BoundingBox" stroke="none" fill="none" x="9237" y="9159" width="280" height="145"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 9263,9163 C 9252,9163 9241,9174 9241,9185 L 9241,9276 C 9241,9287 9252,9299 9263,9299 L 9489,9299 C 9500,9299 9512,9287 9512,9276 L 9512,9185 C 9512,9174 9500,9163 9489,9163 L 9263,9163 Z M 9241,9163 L 9241,9163 Z M 9512,9299 L 9512,9299 Z"/>
- <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 9263,9163 C 9252,9163 9241,9174 9241,9185 L 9241,9276 C 9241,9287 9252,9299 9263,9299 L 9489,9299 C 9500,9299 9512,9287 9512,9276 L 9512,9185 C 9512,9174 9500,9163 9489,9163 L 9263,9163 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id37">
- <rect class="BoundingBox" stroke="none" fill="none" x="9539" y="9161" width="280" height="145"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 9565,9165 C 9554,9165 9543,9176 9543,9187 L 9543,9278 C 9543,9289 9554,9301 9565,9301 L 9791,9301 C 9802,9301 9814,9289 9814,9278 L 9814,9187 C 9814,9176 9802,9165 9791,9165 L 9565,9165 Z M 9543,9165 L 9543,9165 Z M 9814,9301 L 9814,9301 Z"/>
- <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 9565,9165 C 9554,9165 9543,9176 9543,9187 L 9543,9278 C 9543,9289 9554,9301 9565,9301 L 9791,9301 C 9802,9301 9814,9289 9814,9278 L 9814,9187 C 9814,9176 9802,9165 9791,9165 L 9565,9165 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id38">
- <rect class="BoundingBox" stroke="none" fill="none" x="7345" y="5940" 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="7595" y="6383"><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="7341" y="6973" 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="7591" y="7449"><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="6985" y="9158" width="280" height="145"/>
- <path fill="rgb(250,166,26)" stroke="none" d="M 7011,9162 C 7000,9162 6989,9173 6989,9184 L 6989,9275 C 6989,9286 7000,9298 7011,9298 L 7237,9298 C 7248,9298 7260,9286 7260,9275 L 7260,9184 C 7260,9173 7248,9162 7237,9162 L 7011,9162 Z M 6989,9162 L 6989,9162 Z M 7260,9298 L 7260,9298 Z"/>
- <path fill="none" stroke="rgb(245,130,32)" stroke-width="7" stroke-linejoin="round" d="M 7011,9162 C 7000,9162 6989,9173 6989,9184 L 6989,9275 C 6989,9286 7000,9298 7011,9298 L 7237,9298 C 7248,9298 7260,9286 7260,9275 L 7260,9184 C 7260,9173 7248,9162 7237,9162 L 7011,9162 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id41">
- <rect class="BoundingBox" stroke="none" fill="none" x="7287" y="9159" width="280" height="145"/>
- <path fill="rgb(250,166,26)" stroke="none" d="M 7313,9163 C 7302,9163 7291,9174 7291,9185 L 7291,9276 C 7291,9287 7302,9299 7313,9299 L 7539,9299 C 7550,9299 7562,9287 7562,9276 L 7562,9185 C 7562,9174 7550,9163 7539,9163 L 7313,9163 Z M 7291,9163 L 7291,9163 Z M 7562,9299 L 7562,9299 Z"/>
- <path fill="none" stroke="rgb(245,130,32)" stroke-width="7" stroke-linejoin="round" d="M 7313,9163 C 7302,9163 7291,9174 7291,9185 L 7291,9276 C 7291,9287 7302,9299 7313,9299 L 7539,9299 C 7550,9299 7562,9287 7562,9276 L 7562,9185 C 7562,9174 7550,9163 7539,9163 L 7313,9163 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id42">
- <rect class="BoundingBox" stroke="none" fill="none" x="7588" y="9161" width="280" height="145"/>
- <path fill="rgb(250,166,26)" stroke="none" d="M 7614,9165 C 7603,9165 7592,9176 7592,9187 L 7592,9278 C 7592,9289 7603,9301 7614,9301 L 7840,9301 C 7851,9301 7863,9289 7863,9278 L 7863,9187 C 7863,9176 7851,9165 7840,9165 L 7614,9165 Z M 7592,9165 L 7592,9165 Z M 7863,9301 L 7863,9301 Z"/>
- <path fill="none" stroke="rgb(245,130,32)" stroke-width="7" stroke-linejoin="round" d="M 7614,9165 C 7603,9165 7592,9176 7592,9187 L 7592,9278 C 7592,9289 7603,9301 7614,9301 L 7840,9301 C 7851,9301 7863,9289 7863,9278 L 7863,9187 C 7863,9176 7851,9165 7840,9165 L 7614,9165 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id43">
- <rect class="BoundingBox" stroke="none" fill="none" x="7890" y="9162" width="280" height="145"/>
- <path fill="rgb(250,166,26)" stroke="none" d="M 7916,9166 C 7905,9166 7894,9177 7894,9188 L 7894,9279 C 7894,9290 7905,9302 7916,9302 L 8142,9302 C 8153,9302 8165,9290 8165,9279 L 8165,9188 C 8165,9177 8153,9166 8142,9166 L 7916,9166 Z M 7894,9166 L 7894,9166 Z M 8165,9302 L 8165,9302 Z"/>
- <path fill="none" stroke="rgb(245,130,32)" stroke-width="7" stroke-linejoin="round" d="M 7916,9166 C 7905,9166 7894,9177 7894,9188 L 7894,9279 C 7894,9290 7905,9302 7916,9302 L 8142,9302 C 8153,9302 8165,9290 8165,9279 L 8165,9188 C 8165,9177 8153,9166 8142,9166 L 7916,9166 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id44">
- <rect class="BoundingBox" stroke="none" fill="none" x="6966" y="8796" width="286" height="259"/>
- <path fill="rgb(250,166,26)" stroke="none" d="M 7011,8800 C 6990,8800 6970,8820 6970,8841 L 6970,9008 C 6970,9029 6990,9050 7011,9050 L 7205,9050 C 7226,9050 7247,9029 7247,9008 L 7247,8841 C 7247,8820 7226,8800 7205,8800 L 7011,8800 Z M 6970,8800 L 6970,8800 Z M 7247,9050 L 7247,9050 Z"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 7011,8800 C 6990,8800 6970,8820 6970,8841 L 6970,9008 C 6970,9029 6990,9050 7011,9050 L 7205,9050 C 7226,9050 7247,9029 7247,9008 L 7247,8841 C 7247,8820 7226,8800 7205,8800 L 7011,8800 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="7049" y="8997"><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="7281" y="8453" width="286" height="259"/>
- <path fill="rgb(250,166,26)" stroke="none" d="M 7326,8457 C 7305,8457 7285,8477 7285,8498 L 7285,8665 C 7285,8686 7305,8707 7326,8707 L 7520,8707 C 7541,8707 7562,8686 7562,8665 L 7562,8498 C 7562,8477 7541,8457 7520,8457 L 7326,8457 Z M 7285,8457 L 7285,8457 Z M 7562,8707 L 7562,8707 Z"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 7326,8457 C 7305,8457 7285,8477 7285,8498 L 7285,8665 C 7285,8686 7305,8707 7326,8707 L 7520,8707 C 7541,8707 7562,8686 7562,8665 L 7562,8498 C 7562,8477 7541,8457 7520,8457 L 7326,8457 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="7364" y="8654"><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="6891" y="9131" width="1361" height="254"/>
- <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 8233,9149 L 8233,9149 8233,9160 8233,9172 8232,9183 8231,9194 8230,9205 8229,9216 8227,9226 8225,9237 8224,9247 8221,9257 8219,9267 8216,9276 8214,9285 8211,9294 8208,9302 8204,9310 8201,9317 8197,9324 8193,9330 8189,9336 8185,9341 8181,9346 8177,9351 8173,9354 8169,9358 8164,9360 8160,9362 8155,9364 8151,9365 8146,9365 6997,9366 6997,9366 6992,9366 6988,9365 6983,9363 6979,9361 6975,9359 6970,9355 6966,9352 6962,9347 6958,9342 6954,9337 6950,9331 6946,9325 6942,9318 6939,9311 6936,9303 6932,9295 6930,9286 6927,9277 6924,9268 6922,9258 6920,9248 6918,9238 6916,9227 6914,9217 6913,9206 6912,9195 6911,9184 6911,9173 6910,9161 6910,9150"/>
- <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 8233,9149 L 8233,9149 Z"/>
- <path fill="none" stroke="rgb(128,128,128)" stroke-width="35" stroke-linejoin="round" d="M 6909,9366 L 6909,9366 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id47">
- <rect class="BoundingBox" stroke="none" fill="none" x="7748" y="4467" width="145" height="280"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 7752,4720 C 7752,4731 7763,4742 7774,4742 L 7865,4742 C 7876,4742 7888,4731 7888,4720 L 7888,4494 C 7888,4483 7876,4471 7865,4471 L 7774,4471 C 7763,4471 7752,4483 7752,4494 L 7752,4720 Z M 7752,4742 L 7752,4742 Z M 7888,4471 L 7888,4471 Z"/>
- <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 7752,4720 C 7752,4731 7763,4742 7774,4742 L 7865,4742 C 7876,4742 7888,4731 7888,4720 L 7888,4494 C 7888,4483 7876,4471 7865,4471 L 7774,4471 C 7763,4471 7752,4483 7752,4494 L 7752,4720 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id48">
- <rect class="BoundingBox" stroke="none" fill="none" x="7750" y="4767" width="145" height="280"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 7754,5020 C 7754,5031 7765,5042 7776,5042 L 7867,5042 C 7878,5042 7890,5031 7890,5020 L 7890,4794 C 7890,4783 7878,4771 7867,4771 L 7776,4771 C 7765,4771 7754,4783 7754,4794 L 7754,5020 Z M 7754,5042 L 7754,5042 Z M 7890,4771 L 7890,4771 Z"/>
- <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 7754,5020 C 7754,5031 7765,5042 7776,5042 L 7867,5042 C 7878,5042 7890,5031 7890,5020 L 7890,4794 C 7890,4783 7878,4771 7867,4771 L 7776,4771 C 7765,4771 7754,4783 7754,4794 L 7754,5020 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id49">
- <rect class="BoundingBox" stroke="none" fill="none" x="7838" y="6547" width="145" height="280"/>
- <path fill="rgb(250,166,26)" stroke="none" d="M 7842,6800 C 7842,6811 7853,6822 7864,6822 L 7955,6822 C 7966,6822 7978,6811 7978,6800 L 7978,6574 C 7978,6563 7966,6551 7955,6551 L 7864,6551 C 7853,6551 7842,6563 7842,6574 L 7842,6800 Z M 7842,6822 L 7842,6822 Z M 7978,6551 L 7978,6551 Z"/>
- <path fill="none" stroke="rgb(245,130,32)" stroke-width="7" stroke-linejoin="round" d="M 7842,6800 C 7842,6811 7853,6822 7864,6822 L 7955,6822 C 7966,6822 7978,6811 7978,6800 L 7978,6574 C 7978,6563 7966,6551 7955,6551 L 7864,6551 C 7853,6551 7842,6563 7842,6574 L 7842,6800 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id50">
- <rect class="BoundingBox" stroke="none" fill="none" x="7839" y="6847" width="145" height="280"/>
- <path fill="rgb(250,166,26)" stroke="none" d="M 7843,7100 C 7843,7111 7854,7122 7865,7122 L 7956,7122 C 7967,7122 7979,7111 7979,7100 L 7979,6874 C 7979,6863 7967,6851 7956,6851 L 7865,6851 C 7854,6851 7843,6863 7843,6874 L 7843,7100 Z M 7843,7122 L 7843,7122 Z M 7979,6851 L 7979,6851 Z"/>
- <path fill="none" stroke="rgb(245,130,32)" stroke-width="7" stroke-linejoin="round" d="M 7843,7100 C 7843,7111 7854,7122 7865,7122 L 7956,7122 C 7967,7122 7979,7111 7979,7100 L 7979,6874 C 7979,6863 7967,6851 7956,6851 L 7865,6851 C 7854,6851 7843,6863 7843,6874 L 7843,7100 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id51">
- <rect class="BoundingBox" stroke="none" fill="none" x="7516" y="8791" width="400" height="280"/>
- <path fill="rgb(250,166,26)" stroke="none" d="M 7565,8795 C 7542,8795 7520,8817 7520,8840 L 7520,9020 C 7520,9043 7542,9066 7565,9066 L 7865,9066 C 7888,9066 7911,9043 7911,9020 L 7911,8840 C 7911,8817 7888,8795 7865,8795 L 7565,8795 Z M 7520,8795 L 7520,8795 Z M 7911,9066 L 7911,9066 Z"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 7565,8795 C 7542,8795 7520,8817 7520,8840 L 7520,9020 C 7520,9043 7542,9066 7565,9066 L 7865,9066 C 7888,9066 7911,9043 7911,9020 L 7911,8840 C 7911,8817 7888,8795 7865,8795 L 7565,8795 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="7596" y="9002"><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="7809" y="8449" width="671" height="280"/>
- <path fill="rgb(250,166,26)" stroke="none" d="M 7858,8453 C 7835,8453 7813,8475 7813,8498 L 7813,8678 C 7813,8701 7835,8724 7858,8724 L 8429,8724 C 8452,8724 8475,8701 8475,8678 L 8475,8498 C 8475,8475 8452,8453 8429,8453 L 7858,8453 Z M 7813,8453 L 7813,8453 Z M 8475,8724 L 8475,8724 Z"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 7858,8453 C 7835,8453 7813,8475 7813,8498 L 7813,8678 C 7813,8701 7835,8724 7858,8724 L 8429,8724 C 8452,8724 8475,8701 8475,8678 L 8475,8498 C 8475,8475 8452,8453 8429,8453 L 7858,8453 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="212px" font-weight="400"><tspan class="TextPosition" x="7929" y="8660"><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="4299" y="8745" width="2594" height="223"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 4338,8749 C 4320,8749 4303,8766 4303,8784 L 4303,8927 C 4303,8945 4320,8963 4338,8963 L 6852,8963 C 6870,8963 6888,8945 6888,8927 L 6888,8784 C 6888,8766 6870,8749 6852,8749 L 4338,8749 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id54">
- <rect class="BoundingBox" stroke="none" fill="none" x="7434" y="9635" width="280" height="145"/>
- <path fill="rgb(221,221,221)" stroke="none" d="M 7460,9639 C 7449,9639 7438,9650 7438,9661 L 7438,9752 C 7438,9763 7449,9775 7460,9775 L 7686,9775 C 7697,9775 7709,9763 7709,9752 L 7709,9661 C 7709,9650 7697,9639 7686,9639 L 7460,9639 Z M 7438,9639 L 7438,9639 Z M 7709,9775 L 7709,9775 Z"/>
- <path fill="none" stroke="rgb(102,102,102)" stroke-width="7" stroke-linejoin="round" d="M 7460,9639 C 7449,9639 7438,9650 7438,9661 L 7438,9752 C 7438,9763 7449,9775 7460,9775 L 7686,9775 C 7697,9775 7709,9763 7709,9752 L 7709,9661 C 7709,9650 7697,9639 7686,9639 L 7460,9639 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id55">
- <rect class="BoundingBox" stroke="none" fill="none" x="9086" y="9636" width="280" height="145"/>
- <path fill="rgb(221,221,221)" stroke="none" d="M 9112,9640 C 9101,9640 9090,9651 9090,9662 L 9090,9753 C 9090,9764 9101,9776 9112,9776 L 9338,9776 C 9349,9776 9361,9764 9361,9753 L 9361,9662 C 9361,9651 9349,9640 9338,9640 L 9112,9640 Z M 9090,9640 L 9090,9640 Z M 9361,9776 L 9361,9776 Z"/>
- <path fill="none" stroke="rgb(102,102,102)" stroke-width="7" stroke-linejoin="round" d="M 9112,9640 C 9101,9640 9090,9651 9090,9662 L 9090,9753 C 9090,9764 9101,9776 9112,9776 L 9338,9776 C 9349,9776 9361,9764 9361,9753 L 9361,9662 C 9361,9651 9349,9640 9338,9640 L 9112,9640 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id56">
- <rect class="BoundingBox" stroke="none" fill="none" x="6617" y="9242" 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="6867" y="9558"><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="8269" y="9242" 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="8519" y="9558"><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="10556" y="9757" width="1689" height="542"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="round" d="M 10574,9775 L 10574,10280 12226,10280 12226,9776"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id59">
- <rect class="BoundingBox" stroke="none" fill="none" x="10032" y="9667" 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="11020" y="9983"><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="11155" y="10221"><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="10435" y="9635" width="280" height="145"/>
- <path fill="rgb(221,221,221)" stroke="none" d="M 10461,9639 C 10450,9639 10439,9650 10439,9661 L 10439,9752 C 10439,9763 10450,9775 10461,9775 L 10687,9775 C 10698,9775 10710,9763 10710,9752 L 10710,9661 C 10710,9650 10698,9639 10687,9639 L 10461,9639 Z M 10439,9639 L 10439,9639 Z M 10710,9775 L 10710,9775 Z"/>
- <path fill="none" stroke="rgb(102,102,102)" stroke-width="7" stroke-linejoin="round" d="M 10461,9639 C 10450,9639 10439,9650 10439,9661 L 10439,9752 C 10439,9763 10450,9775 10461,9775 L 10687,9775 C 10698,9775 10710,9763 10710,9752 L 10710,9661 C 10710,9650 10698,9639 10687,9639 L 10461,9639 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id61">
- <rect class="BoundingBox" stroke="none" fill="none" x="12087" y="9636" width="280" height="145"/>
- <path fill="rgb(221,221,221)" stroke="none" d="M 12113,9640 C 12102,9640 12091,9651 12091,9662 L 12091,9753 C 12091,9764 12102,9776 12113,9776 L 12339,9776 C 12350,9776 12362,9764 12362,9753 L 12362,9662 C 12362,9651 12350,9640 12339,9640 L 12113,9640 Z M 12091,9640 L 12091,9640 Z M 12362,9776 L 12362,9776 Z"/>
- <path fill="none" stroke="rgb(102,102,102)" stroke-width="7" stroke-linejoin="round" d="M 12113,9640 C 12102,9640 12091,9651 12091,9662 L 12091,9753 C 12091,9764 12102,9776 12113,9776 L 12339,9776 C 12350,9776 12362,9764 12362,9753 L 12362,9662 C 12362,9651 12350,9640 12339,9640 L 12113,9640 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id62">
- <rect class="BoundingBox" stroke="none" fill="none" x="9618" y="9242" 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="9868" y="9558"><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="11270" y="9242" 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="11520" y="9558"><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="8042" y="4737" width="869" height="5601"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8162,6929 L 8197,6929"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8233,6929 L 8268,6929"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8304,6929 L 8339,6929"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,6961 L 8342,6997"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,7032 L 8342,7068"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,7103 L 8342,7139"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,7174 L 8342,7210"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,7245 L 8342,7281"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,7316 L 8342,7352"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,7387 L 8342,7422"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,7458 L 8342,7493"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,7529 L 8342,7564"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,7600 L 8342,7635"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,7671 L 8342,7706"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,7742 L 8342,7777"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,7813 L 8342,7848"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,7883 L 8342,7919"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,7954 L 8342,7990"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,8025 L 8342,8061"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,8096 L 8342,8132"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,8167 L 8342,8203"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,8238 L 8342,8273"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,8309 L 8342,8344"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,8380 L 8342,8415"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,8451 L 8342,8486"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,8522 L 8342,8557"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,8593 L 8342,8628"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,8664 L 8342,8699"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,8734 L 8342,8770"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,8805 L 8342,8841"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,8876 L 8342,8912"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,8947 L 8342,8983"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,9018 L 8342,9054"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,9089 L 8342,9125"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,9160 L 8342,9195"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,9231 L 8342,9266"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,9302 L 8342,9337"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,9373 L 8342,9408"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,9444 L 8342,9479"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,9515 L 8342,9550"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,9586 L 8342,9621"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,9656 L 8342,9692"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,9727 L 8342,9763"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,9798 L 8342,9834"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,9869 L 8342,9905"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,9940 L 8342,9976"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,10011 L 8342,10046"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,10082 L 8342,10117"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,10153 L 8342,10188"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,10224 L 8342,10259"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8342,10295 L 8342,10328 8344,10328"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8380,10328 L 8415,10328"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8451,10328 L 8486,10328"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8521,10328 L 8557,10328"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8592,10328 L 8628,10328"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8663,10328 L 8699,10328"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8734,10328 L 8770,10328"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8805,10328 L 8841,10328"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8876,10328 L 8901,10328 8901,10317"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,10282 L 8901,10247"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,10211 L 8901,10176"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,10140 L 8901,10105"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,10069 L 8901,10034"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,9998 L 8901,9963"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,9927 L 8901,9892"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,9856 L 8901,9821"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,9786 L 8901,9750"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,9715 L 8901,9679"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,9644 L 8901,9608"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,9573 L 8901,9537"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,9502 L 8901,9466"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,9431 L 8901,9396"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,9360 L 8901,9325"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,9289 L 8901,9254"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,9218 L 8901,9183"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,9147 L 8901,9112"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,9076 L 8901,9041"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,9005 L 8901,8970"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,8935 L 8901,8899"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,8864 L 8901,8828"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,8793 L 8901,8757"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,8722 L 8901,8686"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,8651 L 8901,8615"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,8580 L 8901,8544"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,8509 L 8901,8474"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,8438 L 8901,8403"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,8367 L 8901,8332"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,8296 L 8901,8261"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,8225 L 8901,8190"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,8154 L 8901,8119"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,8083 L 8901,8048"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,8013 L 8901,7977"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,7942 L 8901,7906"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,7871 L 8901,7835"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,7800 L 8901,7764"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,7729 L 8901,7693"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,7658 L 8901,7623"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,7587 L 8901,7552"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,7516 L 8901,7481"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,7445 L 8901,7410"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,7374 L 8901,7339"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,7303 L 8901,7268"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,7232 L 8901,7197"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,7162 L 8901,7126"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,7091 L 8901,7055"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,7020 L 8901,6984"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,6949 L 8901,6913"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,6878 L 8901,6842"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,6807 L 8901,6771"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,6736 L 8901,6701"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,6665 L 8901,6630"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,6594 L 8901,6559"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,6523 L 8901,6488"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,6452 L 8901,6417"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,6381 L 8901,6346"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,6310 L 8901,6275"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,6240 L 8901,6204"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,6169 L 8901,6133"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,6098 L 8901,6062"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,6027 L 8901,5991"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,5956 L 8901,5920"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,5885 L 8901,5850"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,5814 L 8901,5779"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,5743 L 8901,5708"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,5672 L 8901,5637"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,5601 L 8901,5566"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,5530 L 8901,5495"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,5459 L 8901,5424"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,5389 L 8901,5353"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,5318 L 8901,5282"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,5247 L 8901,5211"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,5176 L 8901,5140"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,5105 L 8901,5069"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,5034 L 8901,4998"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,4963 L 8901,4928"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8901,4892 L 8901,4857"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8872,4850 L 8837,4850"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8801,4850 L 8766,4850"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8730,4850 L 8695,4850"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8659,4850 L 8624,4850"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8588,4850 L 8553,4850"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8518,4850 L 8482,4850"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8447,4850 L 8411,4850"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8376,4850 L 8340,4850"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8305,4850 L 8269,4850"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8234,4850 L 8198,4850"/>
- <path fill="none" stroke="rgb(237,28,36)" stroke-width="18" stroke-linejoin="round" d="M 8163,4850 L 8159,4850"/>
- <path fill="rgb(237,28,36)" stroke="none" d="M 8045,6816 C 8048,6816 8051,6816 8055,6816 8065,6816 8075,6817 8084,6820 8093,6822 8102,6826 8111,6831 8120,6836 8128,6842 8135,6849 8142,6856 8147,6863 8153,6873 8158,6882 8162,6890 8164,6900 8166,6909 8168,6918 8168,6928 L 8177,6928 8177,6930 8168,6930 C 8168,6940 8166,6949 8164,6958 8162,6968 8158,6976 8153,6986 8147,6995 8142,7002 8135,7009 8128,7016 8120,7022 8111,7027 8102,7032 8093,7036 8084,7038 8075,7041 8065,7042 8055,7042 8051,7042 8048,7042 8045,7042 L 8045,7037 8046,7033 C 8049,7033 8052,7033 8055,7033 8064,7033 8073,7032 8082,7030 8090,7027 8098,7024 8107,7019 8115,7014 8122,7009 8128,7003 8135,6996 8140,6989 8145,6981 8150,6973 8153,6964 8155,6956 8158,6947 8159,6939 8159,6929 8159,6919 8158,6911 8155,6902 8153,6894 8150,6885 8145,6877 8140,6869 8135,6862 8128,6855 8122,6849 8115,6844 8107,6839 8098,6834 8090,6831 8082,6828 8073,6826 8064,6825 8055,6825 8052,6825 8049,6825 8046,6825 L 8045,6821 8045,6816 Z"/>
- <path fill="rgb(237,28,36)" stroke="none" d="M 8042,4737 C 8045,4737 8048,4737 8052,4737 8062,4737 8072,4738 8081,4741 8090,4743 8099,4747 8108,4752 8117,4757 8125,4763 8132,4770 8139,4777 8144,4784 8150,4794 8155,4803 8159,4811 8161,4821 8163,4830 8165,4839 8165,4849 L 8174,4849 8174,4851 8165,4851 C 8165,4861 8163,4870 8161,4879 8159,4889 8155,4897 8150,4907 8144,4916 8139,4923 8132,4930 8125,4937 8117,4943 8108,4948 8099,4953 8090,4957 8081,4959 8072,4962 8062,4963 8052,4963 8048,4963 8045,4963 8042,4963 L 8042,4958 8043,4954 C 8046,4954 8049,4954 8052,4954 8061,4954 8070,4953 8079,4951 8087,4948 8095,4945 8104,4940 8112,4935 8119,4930 8125,4924 8132,4917 8137,4910 8142,4902 8147,4894 8150,4885 8152,4877 8155,4868 8156,4860 8156,4850 8156,4840 8155,4832 8152,4823 8150,4815 8147,4806 8142,4798 8137,4790 8132,4783 8125,4776 8119,4770 8112,4765 8104,4760 8095,4755 8087,4752 8079,4749 8070,4747 8061,4746 8052,4746 8049,4746 8046,4746 8043,4746 L 8042,4742 8042,4737 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyLineShape">
- <g id="id65">
- <rect class="BoundingBox" stroke="none" fill="none" x="8021" y="4472" width="1107" height="5703"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8148,6652 L 8183,6652"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8219,6652 L 8254,6652"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8290,6652 L 8325,6652"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8360,6652 L 8396,6652"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8431,6652 L 8467,6652"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,6673 L 8481,6709"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,6744 L 8481,6780"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,6815 L 8481,6851"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,6886 L 8481,6922"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,6957 L 8481,6992"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,7028 L 8481,7063"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,7099 L 8481,7134"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,7170 L 8481,7205"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,7241 L 8481,7276"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,7312 L 8481,7347"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,7383 L 8481,7418"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,7453 L 8481,7489"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,7524 L 8481,7560"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,7595 L 8481,7631"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,7666 L 8481,7702"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,7737 L 8481,7773"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,7808 L 8481,7843"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,7879 L 8481,7914"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,7950 L 8481,7985"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,8021 L 8481,8056"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,8092 L 8481,8127"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,8163 L 8481,8198"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,8234 L 8481,8269"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,8304 L 8481,8340"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,8375 L 8481,8411"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,8446 L 8481,8482"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,8517 L 8481,8553"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,8588 L 8481,8624"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,8659 L 8481,8695"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,8730 L 8481,8765"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,8801 L 8481,8836"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,8872 L 8481,8907"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,8943 L 8481,8978"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,9014 L 8481,9049"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,9085 L 8481,9120"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,9156 L 8481,9191"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,9226 L 8481,9262"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,9297 L 8481,9333"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,9368 L 8481,9404"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,9439 L 8481,9475"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,9510 L 8481,9546"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,9581 L 8481,9616"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,9652 L 8481,9687"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,9723 L 8481,9758"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,9794 L 8481,9829"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,9865 L 8481,9900"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,9936 L 8481,9971"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,10007 L 8481,10042"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,10077 L 8481,10113"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8481,10148 L 8481,10165 8500,10165"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8535,10165 L 8571,10165"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8606,10165 L 8642,10165"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8677,10165 L 8713,10165"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8748,10165 L 8784,10165"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8819,10165 L 8854,10165"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8890,10165 L 8925,10165"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8961,10165 L 8996,10165"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9032,10165 L 9067,10165"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9103,10165 L 9118,10165 9118,10145"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,10109 L 9118,10074"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,10038 L 9118,10003"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,9968 L 9118,9932"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,9897 L 9118,9861"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,9826 L 9118,9790"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,9755 L 9118,9719"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,9684 L 9118,9648"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,9613 L 9118,9578"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,9542 L 9118,9507"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,9471 L 9118,9436"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,9400 L 9118,9365"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,9329 L 9118,9294"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,9258 L 9118,9223"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,9187 L 9118,9152"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,9117 L 9118,9081"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,9046 L 9118,9010"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,8975 L 9118,8939"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,8904 L 9118,8868"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,8833 L 9118,8797"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,8762 L 9118,8726"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,8691 L 9118,8656"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,8620 L 9118,8585"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,8549 L 9118,8514"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,8478 L 9118,8443"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,8407 L 9118,8372"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,8336 L 9118,8301"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,8265 L 9118,8230"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,8195 L 9118,8159"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,8124 L 9118,8088"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,8053 L 9118,8017"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,7982 L 9118,7946"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,7911 L 9118,7875"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,7840 L 9118,7805"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,7769 L 9118,7734"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,7698 L 9118,7663"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,7627 L 9118,7592"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,7556 L 9118,7521"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,7485 L 9118,7450"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,7414 L 9118,7379"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,7344 L 9118,7308"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,7273 L 9118,7237"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,7202 L 9118,7166"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,7131 L 9118,7095"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,7060 L 9118,7024"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,6989 L 9118,6953"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,6918 L 9118,6883"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,6847 L 9118,6812"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,6776 L 9118,6741"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,6705 L 9118,6670"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,6634 L 9118,6599"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,6563 L 9118,6528"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,6492 L 9118,6457"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,6422 L 9118,6386"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,6351 L 9118,6315"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,6280 L 9118,6244"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,6209 L 9118,6173"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,6138 L 9118,6102"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,6067 L 9118,6032"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,5996 L 9118,5961"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,5925 L 9118,5890"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,5854 L 9118,5819"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,5783 L 9118,5748"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,5712 L 9118,5677"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,5641 L 9118,5606"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,5571 L 9118,5535"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,5500 L 9118,5464"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,5429 L 9118,5393"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,5358 L 9118,5322"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,5287 L 9118,5251"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,5216 L 9118,5180"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,5145 L 9118,5110"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,5074 L 9118,5039"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,5003 L 9118,4968"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,4932 L 9118,4897"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,4861 L 9118,4826"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,4790 L 9118,4755"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,4719 L 9118,4684"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9118,4649 L 9118,4613"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9111,4585 L 9075,4585"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 9040,4585 L 9004,4585"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8969,4585 L 8933,4585"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8898,4585 L 8862,4585"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8827,4585 L 8792,4585"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8756,4585 L 8721,4585"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8685,4585 L 8650,4585"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8614,4585 L 8579,4585"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8543,4585 L 8508,4585"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8472,4585 L 8437,4585"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8401,4585 L 8366,4585"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8331,4585 L 8295,4585"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8260,4585 L 8224,4585"/>
- <path fill="none" stroke="rgb(0,182,189)" stroke-width="18" stroke-linejoin="round" d="M 8189,4585 L 8153,4585"/>
- <path fill="rgb(0,182,189)" stroke="none" d="M 8031,6539 C 8034,6539 8037,6539 8041,6539 8051,6539 8061,6540 8070,6543 8079,6545 8088,6549 8097,6554 8106,6559 8114,6565 8121,6572 8128,6579 8133,6586 8139,6596 8144,6605 8148,6613 8150,6623 8152,6632 8154,6641 8154,6651 L 8163,6651 8163,6653 8154,6653 C 8154,6663 8152,6672 8150,6681 8148,6691 8144,6699 8139,6709 8133,6718 8128,6725 8121,6732 8114,6739 8106,6745 8097,6750 8088,6755 8079,6759 8070,6761 8061,6764 8051,6765 8041,6765 8037,6765 8034,6765 8031,6765 L 8031,6760 8032,6756 C 8035,6756 8038,6756 8041,6756 8050,6756 8059,6755 8068,6753 8076,6750 8084,6747 8093,6742 8101,6737 8108,6732 8114,6726 8121,6719 8126,6712 8131,6704 8136,6696 8139,6687 8141,6679 8144,6670 8145,6662 8145,6652 8145,6642 8144,6634 8141,6625 8139,6617 8136,6608 8131,6600 8126,6592 8121,6585 8114,6578 8108,6572 8101,6567 8093,6562 8084,6557 8076,6554 8068,6551 8059,6549 8050,6548 8041,6548 8038,6548 8035,6548 8032,6548 L 8031,6544 8031,6539 Z"/>
- <path fill="rgb(0,182,189)" stroke="none" d="M 8021,4472 C 8024,4472 8027,4472 8031,4472 8041,4472 8051,4473 8060,4476 8069,4478 8078,4482 8087,4487 8096,4492 8104,4498 8111,4505 8118,4512 8123,4519 8129,4529 8134,4538 8138,4546 8140,4556 8142,4565 8144,4574 8144,4584 L 8153,4584 8153,4586 8144,4586 C 8144,4596 8142,4605 8140,4614 8138,4624 8134,4632 8129,4642 8123,4651 8118,4658 8111,4665 8104,4672 8096,4678 8087,4683 8078,4688 8069,4692 8060,4694 8051,4697 8041,4698 8031,4698 8027,4698 8024,4698 8021,4698 L 8021,4693 8022,4689 C 8025,4689 8028,4689 8031,4689 8040,4689 8049,4688 8058,4686 8066,4683 8074,4680 8083,4675 8091,4670 8098,4665 8104,4659 8111,4652 8116,4645 8121,4637 8126,4629 8129,4620 8131,4612 8134,4603 8135,4595 8135,4585 8135,4575 8134,4567 8131,4558 8129,4550 8126,4541 8121,4533 8116,4525 8111,4518 8104,4511 8098,4505 8091,4500 8083,4495 8074,4490 8066,4487 8058,4484 8049,4482 8040,4481 8031,4481 8028,4481 8025,4481 8022,4481 L 8021,4477 8021,4472 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id66">
- <rect class="BoundingBox" stroke="none" fill="none" x="4172" y="3329" width="1813" height="937"/>
- <g>
- <defs>
- <linearGradient id="gradient3" x1="4661" y1="3075" x2="5495" y2="4519" 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 5078,4247 L 4190,4247 4190,3347 5966,3347 5966,4247 5078,4247 Z"/>
- </g>
- <path fill="none" stroke="rgb(165,165,165)" stroke-width="35" stroke-linejoin="miter" d="M 5078,4247 L 4190,4247 4190,3347 5966,3347 5966,4247 5078,4247 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="176px" font-weight="400"><tspan class="TextPosition" x="4473" y="3730"><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="4370" y="4561" width="568" height="427"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 4443,4565 C 4408,4565 4374,4599 4374,4634 L 4374,4913 C 4374,4948 4408,4983 4443,4983 L 4863,4983 C 4898,4983 4933,4948 4933,4913 L 4933,4634 C 4933,4599 4898,4565 4863,4565 L 4443,4565 Z M 4374,4565 L 4374,4565 Z M 4933,4983 L 4933,4983 Z"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 4443,4565 C 4408,4565 4374,4599 4374,4634 L 4374,4913 C 4374,4948 4408,4983 4443,4983 L 4863,4983 C 4898,4983 4933,4948 4933,4913 L 4933,4634 C 4933,4599 4898,4565 4863,4565 L 4443,4565 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="176px" font-weight="400"><tspan class="TextPosition" x="4486" y="4736"><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="4420" y="4935"><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="5171" y="4561" width="568" height="427"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 5244,4565 C 5209,4565 5175,4599 5175,4634 L 5175,4913 C 5175,4948 5209,4983 5244,4983 L 5664,4983 C 5699,4983 5734,4948 5734,4913 L 5734,4634 C 5734,4599 5699,4565 5664,4565 L 5244,4565 Z M 5175,4565 L 5175,4565 Z M 5734,4983 L 5734,4983 Z"/>
- <path fill="none" stroke="rgb(0,0,0)" stroke-width="7" stroke-linejoin="round" d="M 5244,4565 C 5209,4565 5175,4599 5175,4634 L 5175,4913 C 5175,4948 5209,4983 5244,4983 L 5664,4983 C 5699,4983 5734,4948 5734,4913 L 5734,4634 C 5734,4599 5699,4565 5664,4565 L 5244,4565 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="176px" font-weight="400"><tspan class="TextPosition" x="5287" y="4736"><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="5221" y="4935"><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="5436" y="4589" width="2336" height="471"/>
- <path fill="none" stroke="rgb(68,114,196)" stroke-width="35" stroke-linejoin="round" d="M 5454,4983 L 5454,5041 6222,5041 6222,4607 7753,4607"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.ConnectorShape">
- <g id="id70">
- <rect class="BoundingBox" stroke="none" fill="none" x="4635" y="4889" width="3139" height="245"/>
- <path fill="none" stroke="rgb(68,114,196)" stroke-width="35" stroke-linejoin="round" d="M 7755,4907 L 6941,4907 6941,5115 4653,5115 4653,4983"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id71">
- <rect class="BoundingBox" stroke="none" fill="none" x="4385" y="3774" width="1318" height="427"/>
- <path fill="rgb(112,173,71)" stroke="none" d="M 5044,4182 L 4403,4182 4403,3792 5684,3792 5684,4182 5044,4182 Z"/>
- <path fill="none" stroke="rgb(82,127,52)" stroke-width="35" stroke-linejoin="miter" d="M 5044,4182 L 4403,4182 4403,3792 5684,3792 5684,4182 5044,4182 Z"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="141px" font-weight="700"><tspan class="TextPosition" x="4768" y="4029"><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="4635" y="4165" width="37" height="420"/>
- <path fill="none" stroke="rgb(68,114,196)" stroke-width="35" stroke-linejoin="round" d="M 4653,4566 L 4653,4183"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.ConnectorShape">
- <g id="id73">
- <rect class="BoundingBox" stroke="none" fill="none" x="5435" y="4166" width="37" height="420"/>
- <path fill="none" stroke="rgb(68,114,196)" stroke-width="35" stroke-linejoin="round" d="M 5453,4567 L 5453,4184"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id74">
- <rect class="BoundingBox" stroke="none" fill="none" x="4556" y="4111" width="183" height="77"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 4571,4115 C 4565,4115 4560,4120 4560,4126 L 4560,4171 C 4560,4177 4565,4183 4571,4183 L 4722,4183 C 4727,4183 4733,4177 4733,4171 L 4733,4126 C 4733,4120 4727,4115 4722,4115 L 4571,4115 Z M 4560,4115 L 4560,4115 Z M 4734,4183 L 4734,4183 Z"/>
- <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 4571,4115 C 4565,4115 4560,4120 4560,4126 L 4560,4171 C 4560,4177 4565,4183 4571,4183 L 4722,4183 C 4727,4183 4733,4177 4733,4171 L 4733,4126 C 4733,4120 4727,4115 4722,4115 L 4571,4115 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id75">
- <rect class="BoundingBox" stroke="none" fill="none" x="4556" y="4311" width="183" height="77"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 4571,4315 C 4565,4315 4560,4320 4560,4326 L 4560,4371 C 4560,4377 4565,4383 4571,4383 L 4722,4383 C 4727,4383 4733,4377 4733,4371 L 4733,4326 C 4733,4320 4727,4315 4722,4315 L 4571,4315 Z M 4560,4315 L 4560,4315 Z M 4734,4383 L 4734,4383 Z"/>
- <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 4571,4315 C 4565,4315 4560,4320 4560,4326 L 4560,4371 C 4560,4377 4565,4383 4571,4383 L 4722,4383 C 4727,4383 4733,4377 4733,4371 L 4733,4326 C 4733,4320 4727,4315 4722,4315 L 4571,4315 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id76">
- <rect class="BoundingBox" stroke="none" fill="none" x="5356" y="4111" width="183" height="77"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 5371,4115 C 5365,4115 5360,4120 5360,4126 L 5360,4171 C 5360,4177 5365,4183 5371,4183 L 5522,4183 C 5527,4183 5533,4177 5533,4171 L 5533,4126 C 5533,4120 5527,4115 5522,4115 L 5371,4115 Z M 5360,4115 L 5360,4115 Z M 5534,4183 L 5534,4183 Z"/>
- <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 5371,4115 C 5365,4115 5360,4120 5360,4126 L 5360,4171 C 5360,4177 5365,4183 5371,4183 L 5522,4183 C 5527,4183 5533,4177 5533,4171 L 5533,4126 C 5533,4120 5527,4115 5522,4115 L 5371,4115 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.CustomShape">
- <g id="id77">
- <rect class="BoundingBox" stroke="none" fill="none" x="5356" y="4311" width="183" height="77"/>
- <path fill="rgb(114,159,207)" stroke="none" d="M 5371,4315 C 5365,4315 5360,4320 5360,4326 L 5360,4371 C 5360,4377 5365,4383 5371,4383 L 5522,4383 C 5527,4383 5533,4377 5533,4371 L 5533,4326 C 5533,4320 5527,4315 5522,4315 L 5371,4315 Z M 5360,4315 L 5360,4315 Z M 5534,4383 L 5534,4383 Z"/>
- <path fill="none" stroke="rgb(52,101,164)" stroke-width="7" stroke-linejoin="round" d="M 5371,4315 C 5365,4315 5360,4320 5360,4326 L 5360,4371 C 5360,4377 5365,4383 5371,4383 L 5522,4383 C 5527,4383 5533,4377 5533,4371 L 5533,4326 C 5533,4320 5527,4315 5522,4315 L 5371,4315 Z"/>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
-</svg> \ No newline at end of file
diff --git a/docs/report/vpp_device_tests/vpp_device.svg b/docs/report/vpp_device_tests/vpp_device.svg
deleted file mode 100644
index 177d49af89..0000000000
--- a/docs/report/vpp_device_tests/vpp_device.svg
+++ /dev/null
@@ -1,318 +0,0 @@
-<?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="163mm" height="127mm" viewBox="0 0 16300 12700" 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="16300" height="12700"/>
- </clipPath>
- <clipPath id="presentation_clip_path_shrink" clipPathUnits="userSpaceOnUse">
- <rect x="16" y="12" width="16268" height="12675"/>
- </clipPath>
- </defs>
- <defs>
- <font id="EmbeddedFont_1" 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 776,765 740,934 C 734,904 725,861 712,805 699,748 631,480 508,0 L 300,0 -3,1082 175,1082 358,347 C 363,331 377,265 401,149 L 418,223 644,1082 837,1082 1026,339 1072,149 1103,288 1308,1082 1484,1082 1174,0 Z"/>
- <glyph unicode="u" horiz-adv-x="874" d="M 314,1082 L 314,396 C 314,325 321,269 335,230 349,191 371,162 402,145 433,128 478,119 537,119 624,119 692,149 742,208 792,267 817,350 817,455 L 817,1082 997,1082 997,231 C 997,105 999,28 1003,0 L 833,0 C 832,3 832,12 831,27 830,42 830,59 829,78 828,97 826,132 825,185 L 822,185 C 781,110 733,58 679,27 624,-4 557,-20 476,-20 357,-20 271,10 216,69 161,128 133,225 133,361 L 133,1082 314,1082 Z"/>
- <glyph unicode="t" horiz-adv-x="531" d="M 554,8 C 495,-8 434,-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 474,127 509,132 554,141 L 554,8 Z"/>
- <glyph unicode="r" horiz-adv-x="530" d="M 142,0 L 142,830 C 142,906 140,990 136,1082 L 306,1082 C 311,959 314,886 314,861 L 318,861 C 347,954 380,1017 417,1051 454,1085 507,1102 575,1102 599,1102 623,1099 648,1092 L 648,927 C 624,934 592,937 552,937 477,937 420,905 381,841 342,776 322,684 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,913 219,1102 484,1102 566,1102 634,1088 687,1059 740,1030 785,981 821,914 L 823,914 C 823,934 824,969 827,1018 830,1067 832,1093 835,1096 L 1008,1096 C 1003,1057 1001,958 1001,801 L 1001,-425 821,-425 821,14 825,178 823,178 C 787,107 743,56 690,26 637,-5 569,-20 484,-20 Z M 821,554 C 821,695 798,799 752,867 706,935 633,969 532,969 441,969 375,935 335,867 295,799 275,691 275,542 275,391 295,282 336,217 376,152 441,119 530,119 632,119 706,155 752,228 798,301 821,409 821,554 Z"/>
- <glyph unicode="p" horiz-adv-x="953" d="M 1053,546 C 1053,169 920,-20 655,-20 488,-20 376,43 319,168 L 314,168 C 317,163 318,106 318,-2 L 318,-425 138,-425 138,861 C 138,972 136,1046 132,1082 L 306,1082 C 307,1079 308,1070 309,1054 310,1037 312,1012 314,978 315,944 316,921 316,908 L 320,908 C 352,975 394,1024 447,1055 500,1086 569,1101 655,1101 788,1101 888,1056 954,967 1020,878 1053,737 1053,546 Z M 864,542 C 864,693 844,800 803,865 762,930 698,962 609,962 538,962 482,947 442,917 401,887 371,840 350,777 329,713 318,630 318,528 318,386 341,281 386,214 431,147 505,113 607,113 696,113 762,146 803,212 844,277 864,387 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 407,-20 288,28 207,125 126,221 86,360 86,542 86,915 248,1102 571,1102 736,1102 858,1057 936,966 1014,875 1053,733 1053,542 Z M 864,542 C 864,691 842,800 798,868 753,935 679,969 574,969 469,969 393,935 346,866 299,797 275,689 275,542 275,399 298,292 345,221 391,149 464,113 563,113 671,113 748,148 795,217 841,286 864,395 864,542 Z"/>
- <glyph unicode="n" horiz-adv-x="874" d="M 825,0 L 825,686 C 825,757 818,813 804,852 790,891 768,920 737,937 706,954 661,963 602,963 515,963 447,933 397,874 347,815 322,732 322,627 L 322,0 142,0 142,851 C 142,977 140,1054 136,1082 L 306,1082 C 307,1079 307,1070 308,1055 309,1040 310,1024 311,1005 312,986 313,950 314,897 L 317,897 C 358,972 406,1025 461,1056 515,1087 582,1102 663,1102 782,1102 869,1073 924,1014 979,955 1006,857 1006,721 L 1006,0 825,0 Z"/>
- <glyph unicode="m" horiz-adv-x="1457" d="M 768,0 L 768,686 C 768,791 754,863 725,903 696,943 645,963 570,963 493,963 433,934 388,875 343,816 321,734 321,627 L 321,0 142,0 142,851 C 142,977 140,1054 136,1082 L 306,1082 C 307,1079 307,1070 308,1055 309,1040 310,1024 311,1005 312,986 313,950 314,897 L 317,897 C 356,974 400,1027 450,1057 500,1087 561,1102 633,1102 715,1102 780,1086 828,1053 875,1020 908,968 927,897 L 930,897 C 967,970 1013,1022 1066,1054 1119,1086 1183,1102 1258,1102 1367,1102 1447,1072 1497,1013 1546,954 1571,856 1571,721 L 1571,0 1393,0 1393,686 C 1393,791 1379,863 1350,903 1321,943 1270,963 1195,963 1116,963 1055,934 1012,876 968,817 946,734 946,627 L 946,0 768,0 Z"/>
- <glyph unicode="k" horiz-adv-x="901" d="M 816,0 L 450,494 318,385 318,0 138,0 138,1484 318,1484 318,557 793,1082 1004,1082 565,617 1027,0 816,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="g" horiz-adv-x="927" d="M 548,-425 C 430,-425 336,-402 266,-356 196,-309 151,-243 131,-158 L 312,-132 C 324,-182 351,-220 392,-248 433,-274 486,-288 553,-288 732,-288 822,-183 822,27 L 822,201 820,201 C 786,132 739,80 680,45 621,10 551,-8 472,-8 339,-8 242,36 180,124 117,212 86,350 86,539 86,730 120,872 187,963 254,1054 355,1099 492,1099 569,1099 635,1082 692,1047 748,1012 791,962 822,897 L 824,897 C 824,917 825,952 828,1001 831,1050 833,1077 836,1082 L 1007,1082 C 1003,1046 1001,971 1001,858 L 1001,31 C 1001,-273 850,-425 548,-425 Z M 822,541 C 822,629 810,705 786,769 762,832 728,881 685,915 641,948 591,965 536,965 444,965 377,932 335,865 293,798 272,690 272,541 272,393 292,287 331,222 370,157 438,125 533,125 590,125 640,142 684,175 728,208 762,256 786,319 810,381 822,455 822,541 Z"/>
- <glyph unicode="e" horiz-adv-x="980" d="M 276,503 C 276,379 302,283 353,216 404,149 479,115 578,115 656,115 719,131 766,162 813,193 844,233 861,281 L 1019,236 C 954,65 807,-20 578,-20 418,-20 296,28 213,123 129,218 87,360 87,548 87,727 129,864 213,959 296,1054 416,1102 571,1102 889,1102 1048,910 1048,527 L 1048,503 276,503 Z M 862,641 C 852,755 823,838 775,891 727,943 658,969 568,969 481,969 412,940 361,882 310,823 282,743 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 821,1035 821,1484 1001,1484 1001,223 C 1001,110 1003,36 1007,0 L 835,0 C 833,11 831,35 829,74 826,113 825,146 825,174 L 821,174 Z M 275,542 C 275,391 295,282 335,217 375,152 440,119 530,119 632,119 706,154 752,225 798,296 821,405 821,554 821,697 798,802 752,869 706,936 633,969 532,969 441,969 376,936 336,869 295,802 275,693 275,542 Z"/>
- <glyph unicode="c" horiz-adv-x="901" d="M 275,546 C 275,402 298,295 343,226 388,157 457,122 548,122 612,122 666,139 709,174 752,209 778,262 788,334 L 970,322 C 956,218 912,135 837,73 762,11 668,-20 553,-20 402,-20 286,28 207,124 127,219 87,359 87,542 87,724 127,863 207,959 287,1054 402,1102 551,1102 662,1102 754,1073 827,1016 900,959 945,880 964,779 L 779,765 C 770,825 746,873 708,908 670,943 616,961 546,961 451,961 382,929 339,866 296,803 275,696 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,147 315,116 312,74 309,31 307,7 306,0 L 132,0 C 136,36 138,110 138,223 L 138,1484 318,1484 318,1061 C 318,1018 317,967 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,691 844,800 804,865 764,930 699,963 609,963 508,963 434,928 388,859 341,790 318,680 318,529 318,387 341,282 386,215 431,147 505,113 607,113 698,113 763,147 804,214 844,281 864,389 864,540 Z"/>
- <glyph unicode="a" horiz-adv-x="1060" d="M 414,-20 C 305,-20 224,9 169,66 114,123 87,202 87,302 87,414 124,500 198,560 271,620 390,652 554,656 L 797,660 797,719 C 797,807 778,870 741,908 704,946 645,965 565,965 484,965 426,951 389,924 352,897 330,853 323,793 L 135,810 C 166,1005 310,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 1097,111 1117,113 1139,118 L 1139,6 C 1094,-5 1047,-10 1000,-10 933,-10 885,8 855,43 824,78 807,132 803,207 L 797,207 C 751,124 698,66 637,32 576,-3 501,-20 414,-20 Z M 455,115 C 521,115 580,130 631,160 682,190 723,231 753,284 782,336 797,390 797,445 L 797,534 600,530 C 515,529 451,520 408,504 364,488 330,463 307,430 284,397 272,353 272,299 272,240 288,195 320,163 351,131 396,115 455,115 Z"/>
- <glyph unicode="U" horiz-adv-x="1192" d="M 731,-20 C 616,-20 515,1 429,43 343,85 276,146 229,226 182,306 158,401 158,512 L 158,1409 349,1409 349,528 C 349,399 382,302 447,235 512,168 607,135 730,135 857,135 955,170 1026,239 1096,308 1131,408 1131,541 L 1131,1409 1321,1409 1321,530 C 1321,416 1297,318 1249,235 1200,152 1132,89 1044,46 955,2 851,-20 731,-20 Z"/>
- <glyph unicode="S" horiz-adv-x="1192" d="M 1272,389 C 1272,259 1221,158 1120,87 1018,16 875,-20 690,-20 347,-20 148,99 93,338 L 278,375 C 299,290 345,228 414,189 483,149 578,129 697,129 820,129 916,150 983,193 1050,235 1083,297 1083,379 1083,425 1073,462 1052,491 1031,520 1001,543 963,562 925,581 880,596 827,609 774,622 716,635 652,650 541,675 456,699 399,724 341,749 295,776 262,807 229,837 203,872 186,913 168,954 159,1000 159,1053 159,1174 205,1267 298,1332 390,1397 522,1430 694,1430 854,1430 976,1406 1061,1357 1146,1308 1205,1224 1239,1106 L 1051,1073 C 1030,1148 991,1202 933,1236 875,1269 795,1286 692,1286 579,1286 493,1267 434,1230 375,1193 345,1137 345,1063 345,1020 357,984 380,956 403,927 436,903 479,884 522,864 609,840 738,811 781,801 825,791 868,781 911,770 952,758 991,744 1030,729 1067,712 1102,693 1136,674 1166,650 1191,622 1216,594 1236,561 1251,523 1265,485 1272,440 1272,389 Z"/>
- <glyph unicode="N" horiz-adv-x="1165" d="M 1082,0 L 328,1200 333,1103 338,936 338,0 168,0 168,1409 390,1409 1152,201 C 1144,332 1140,426 1140,485 L 1140,1409 1312,1409 1312,0 1082,0 Z"/>
- <glyph unicode="H" horiz-adv-x="1165" d="M 1121,0 L 1121,653 359,653 359,0 168,0 168,1409 359,1409 359,813 1121,813 1121,1409 1312,1409 1312,0 1121,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=" " horiz-adv-x="556"/>
- </font>
- </defs>
- <defs>
- <font id="EmbeddedFont_2" horiz-adv-x="2048">
- <font-face font-family="Liberation Sans embedded" units-per-em="2048" font-weight="bold" 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="y" horiz-adv-x="1139" d="M 283,-425 C 216,-425 157,-421 106,-412 L 106,-212 C 141,-217 174,-220 203,-220 243,-220 276,-214 303,-201 329,-188 353,-167 374,-138 395,-109 418,-59 444,11 L 16,1082 313,1082 483,575 C 510,502 543,391 584,241 L 609,336 674,571 834,1082 1128,1082 700,-57 C 643,-196 583,-292 522,-345 460,-398 380,-425 283,-425 Z"/>
- <glyph unicode="v" horiz-adv-x="1139" d="M 731,0 L 395,0 8,1082 305,1082 494,477 C 504,444 528,360 565,227 572,254 585,302 606,371 627,440 703,677 836,1082 L 1130,1082 731,0 Z"/>
- <glyph unicode="t" horiz-adv-x="662" d="M 420,-18 C 337,-18 274,5 229,50 184,95 162,163 162,254 L 162,892 25,892 25,1082 176,1082 264,1336 440,1336 440,1082 645,1082 645,892 440,892 440,330 C 440,277 450,239 470,214 490,189 521,176 563,176 585,176 616,181 657,190 L 657,16 C 588,-7 509,-18 420,-18 Z"/>
- <glyph unicode="s" horiz-adv-x="1006" d="M 1055,316 C 1055,211 1012,129 927,70 841,10 722,-20 571,-20 422,-20 309,4 230,51 151,98 98,171 72,270 L 319,307 C 333,256 357,219 392,198 426,177 486,166 571,166 650,166 707,176 743,196 779,216 797,247 797,290 797,325 783,352 754,373 725,393 675,410 606,424 447,455 340,485 285,512 230,539 188,574 159,617 130,660 115,712 115,775 115,878 155,959 235,1017 314,1074 427,1103 573,1103 702,1103 805,1078 884,1028 962,978 1011,906 1030,811 L 781,785 C 773,829 753,862 722,884 691,905 641,916 573,916 506,916 456,908 423,891 390,874 373,845 373,805 373,774 386,749 412,731 437,712 480,697 541,685 626,668 701,650 767,632 832,613 885,591 925,566 964,541 996,508 1020,469 1043,429 1055,378 1055,316 Z"/>
- <glyph unicode="r" horiz-adv-x="636" d="M 143,0 L 143,828 C 143,887 142,937 141,977 139,1016 137,1051 135,1082 L 403,1082 C 405,1070 408,1034 411,973 414,912 416,871 416,851 L 420,851 C 447,927 472,981 493,1012 514,1043 540,1066 569,1081 598,1096 635,1103 679,1103 715,1103 744,1098 766,1088 L 766,853 C 721,863 681,868 646,868 576,868 522,840 483,783 444,726 424,642 424,531 L 424,0 143,0 Z"/>
- <glyph unicode="o" horiz-adv-x="1113" d="M 1171,542 C 1171,367 1122,229 1025,130 928,30 793,-20 621,-20 452,-20 320,30 224,130 128,230 80,367 80,542 80,716 128,853 224,953 320,1052 454,1102 627,1102 804,1102 939,1054 1032,958 1125,861 1171,723 1171,542 Z M 877,542 C 877,671 856,764 814,822 772,880 711,909 631,909 460,909 375,787 375,542 375,421 396,330 438,267 479,204 539,172 618,172 791,172 877,295 877,542 Z"/>
- <glyph unicode="n" horiz-adv-x="1007" d="M 844,0 L 844,607 C 844,797 780,892 651,892 583,892 528,863 487,805 445,746 424,671 424,580 L 424,0 143,0 143,840 C 143,898 142,946 141,983 139,1020 137,1053 135,1082 L 403,1082 C 405,1069 408,1036 411,981 414,926 416,888 416,867 L 420,867 C 458,950 506,1010 563,1047 620,1084 689,1103 768,1103 883,1103 971,1068 1032,997 1093,926 1124,823 1124,687 L 1124,0 844,0 Z"/>
- <glyph unicode="m" horiz-adv-x="1562" d="M 780,0 L 780,607 C 780,797 725,892 616,892 559,892 513,863 478,805 442,747 424,672 424,580 L 424,0 143,0 143,840 C 143,898 142,946 141,983 139,1020 137,1053 135,1082 L 403,1082 C 405,1069 408,1036 411,981 414,926 416,888 416,867 L 420,867 C 455,950 498,1010 550,1047 601,1084 663,1103 735,1103 900,1103 1001,1024 1036,867 L 1042,867 C 1079,951 1123,1011 1174,1048 1225,1085 1291,1103 1370,1103 1475,1103 1556,1067 1611,996 1666,924 1694,821 1694,687 L 1694,0 1415,0 1415,607 C 1415,797 1360,892 1251,892 1196,892 1152,866 1117,813 1082,760 1062,686 1059,593 L 1059,0 780,0 Z"/>
- <glyph unicode="l" horiz-adv-x="292" d="M 143,0 L 143,1484 424,1484 424,0 143,0 Z"/>
- <glyph unicode="k" horiz-adv-x="1007" d="M 834,0 L 545,490 424,406 424,0 143,0 143,1484 424,1484 424,634 810,1082 1112,1082 732,660 1141,0 834,0 Z"/>
- <glyph unicode="i" horiz-adv-x="292" d="M 143,1277 L 143,1484 424,1484 424,1277 143,1277 Z M 143,0 L 143,1082 424,1082 424,0 143,0 Z"/>
- <glyph unicode="h" horiz-adv-x="1007" d="M 420,866 C 458,949 506,1009 563,1046 620,1083 689,1102 768,1102 883,1102 971,1067 1032,996 1093,925 1124,822 1124,686 L 1124,0 844,0 844,606 C 844,796 780,891 651,891 583,891 528,862 487,804 445,745 424,670 424,579 L 424,0 143,0 143,1484 424,1484 424,1079 C 424,1006 421,935 416,866 L 420,866 Z"/>
- <glyph unicode="e" horiz-adv-x="1007" d="M 586,-20 C 423,-20 298,28 211,125 124,221 80,361 80,546 80,725 124,862 213,958 302,1054 427,1102 590,1102 745,1102 864,1051 946,948 1028,845 1069,694 1069,495 L 1069,487 375,487 C 375,382 395,302 434,249 473,195 528,168 600,168 699,168 762,211 788,297 L 1053,274 C 976,78 821,-20 586,-20 Z M 586,925 C 520,925 469,902 434,856 398,810 379,746 377,663 L 797,663 C 792,750 771,816 734,860 697,903 648,925 586,925 Z"/>
- <glyph unicode="d" horiz-adv-x="1033" d="M 844,0 C 841,10 838,35 835,76 831,116 829,149 829,176 L 825,176 C 764,45 649,-20 479,-20 353,-20 256,29 187,128 118,226 84,363 84,540 84,719 120,858 193,956 265,1053 367,1102 500,1102 577,1102 643,1086 699,1054 754,1022 797,974 827,911 L 829,911 827,1089 827,1484 1108,1484 1108,236 C 1108,169 1111,91 1116,0 L 844,0 Z M 831,547 C 831,664 812,754 773,817 734,880 676,911 600,911 525,911 469,881 432,820 395,759 377,665 377,540 377,295 451,172 598,172 672,172 729,205 770,270 811,335 831,427 831,547 Z"/>
- <glyph unicode="a" horiz-adv-x="1112" d="M 393,-20 C 288,-20 207,9 148,66 89,123 60,203 60,306 60,418 97,503 170,562 243,621 348,651 487,652 L 720,656 720,711 C 720,782 708,834 683,869 658,903 618,920 562,920 510,920 472,908 448,885 423,861 408,822 402,767 L 109,781 C 127,886 175,966 254,1021 332,1075 439,1102 574,1102 711,1102 816,1068 890,1001 964,934 1001,838 1001,714 L 1001,320 C 1001,259 1008,218 1022,195 1035,172 1058,160 1090,160 1111,160 1132,162 1152,166 L 1152,14 C 1135,10 1120,6 1107,3 1094,0 1080,-3 1067,-5 1054,-7 1040,-9 1025,-10 1010,-11 992,-12 972,-12 901,-12 849,5 816,40 782,75 762,126 755,193 L 749,193 C 670,51 552,-20 393,-20 Z M 720,501 L 576,499 C 511,496 464,489 437,478 410,466 389,448 375,424 360,400 353,368 353,328 353,277 365,239 389,214 412,189 444,176 483,176 527,176 567,188 604,212 640,236 668,269 689,312 710,354 720,399 720,446 L 720,501 Z"/>
- <glyph unicode="U" horiz-adv-x="1244" d="M 723,-20 C 529,-20 381,27 278,122 175,217 123,352 123,528 L 123,1409 418,1409 418,551 C 418,440 445,355 498,298 551,240 628,211 731,211 836,211 917,241 974,302 1031,362 1059,448 1059,561 L 1059,1409 1354,1409 1354,543 C 1354,364 1299,226 1189,128 1078,29 923,-20 723,-20 Z"/>
- <glyph unicode="T" horiz-adv-x="1245" d="M 773,1181 L 773,0 478,0 478,1181 23,1181 23,1409 1229,1409 1229,1181 773,1181 Z"/>
- <glyph unicode="S" horiz-adv-x="1244" d="M 1286,406 C 1286,268 1235,163 1133,90 1030,17 880,-20 682,-20 501,-20 360,12 257,76 154,140 88,237 59,367 L 344,414 C 363,339 401,285 457,252 513,218 591,201 690,201 896,201 999,264 999,389 999,429 987,462 964,488 940,514 907,536 864,553 821,570 738,591 616,616 511,641 437,661 396,676 355,691 317,708 284,729 251,749 222,773 199,802 176,831 158,864 145,903 132,942 125,986 125,1036 125,1163 173,1261 269,1329 364,1396 503,1430 686,1430 861,1430 992,1403 1080,1348 1167,1293 1224,1203 1249,1077 L 963,1038 C 948,1099 919,1144 874,1175 829,1206 764,1221 680,1221 501,1221 412,1165 412,1053 412,1016 422,986 441,963 460,940 488,920 525,904 562,887 638,867 752,842 887,813 984,787 1043,763 1101,738 1147,710 1181,678 1215,645 1241,607 1259,562 1277,517 1286,465 1286,406 Z"/>
- <glyph unicode="N" horiz-adv-x="1218" d="M 995,0 L 381,1085 C 393,980 399,895 399,831 L 399,0 137,0 137,1409 474,1409 1097,315 C 1085,416 1079,507 1079,590 L 1079,1409 1341,1409 1341,0 995,0 Z"/>
- <glyph unicode="J" horiz-adv-x="980" d="M 524,-20 C 378,-20 266,12 188,75 109,138 57,241 31,382 L 324,425 C 336,352 358,299 391,264 424,229 469,211 526,211 585,211 629,231 660,270 690,309 705,366 705,439 L 705,1178 424,1178 424,1409 999,1409 999,446 C 999,299 957,185 874,103 791,21 674,-20 524,-20 Z"/>
- <glyph unicode="I" horiz-adv-x="319" d="M 137,0 L 137,1409 432,1409 432,0 137,0 Z"/>
- <glyph unicode="G" horiz-adv-x="1404" d="M 806,211 C 883,211 957,222 1029,245 1101,267 1157,295 1196,330 L 1196,525 852,525 852,743 1466,743 1466,225 C 1391,148 1294,88 1175,45 1055,2 929,-20 798,-20 569,-20 392,44 269,171 146,298 84,478 84,711 84,943 146,1121 270,1245 394,1368 572,1430 805,1430 1136,1430 1346,1308 1436,1063 L 1164,981 C 1135,1052 1089,1106 1026,1143 963,1180 890,1198 805,1198 666,1198 561,1156 489,1072 417,988 381,868 381,711 381,552 418,429 493,342 567,255 671,211 806,211 Z"/>
- <glyph unicode="C" horiz-adv-x="1351" d="M 795,212 C 973,212 1097,301 1166,480 L 1423,383 C 1368,247 1287,146 1180,80 1073,13 944,-20 795,-20 568,-20 393,44 270,173 146,301 84,480 84,711 84,942 144,1120 263,1244 382,1368 555,1430 782,1430 947,1430 1082,1397 1186,1331 1290,1264 1363,1167 1405,1038 L 1145,967 C 1123,1038 1080,1094 1016,1136 951,1177 875,1198 788,1198 655,1198 554,1157 485,1074 416,991 381,870 381,711 381,549 417,425 488,340 559,255 661,212 795,212 Z"/>
- <glyph unicode="1" horiz-adv-x="980" d="M 129,0 L 129,209 478,209 478,1170 140,959 140,1180 493,1409 759,1409 759,209 1082,209 1082,0 129,0 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"/>
- </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>
- <g id="bullet-char-template-61548" transform="scale(0.00048828125,-0.00048828125)">
- <path d="M 173,740 C 173,903 231,1043 346,1159 462,1274 601,1332 765,1332 928,1332 1067,1274 1183,1159 1299,1043 1357,903 1357,740 1357,577 1299,437 1183,322 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 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="container-id1">
- <g id="id1" class="Slide" clip-path="url(#presentation_clip_path)">
- <g class="Page">
- <g class="Graphic">
- <g id="id3">
- <rect class="BoundingBox" stroke="none" fill="none" x="9188" y="4640" width="2066" height="3618"/>
- <path fill="rgb(62,62,63)" stroke="none" d="M 10221,8249 L 10994,8249 C 11134,8249 11247,8131 11247,7985 L 11247,4913 C 11247,4767 11134,4650 10994,4650 L 9447,4650 C 9307,4650 9194,4767 9194,4913 L 9194,7985 C 9194,8131 9307,8249 9447,8249 L 10221,8249 Z"/>
- <path fill="rgb(127,128,130)" stroke="none" d="M 10221,7596 L 9194,7596 9194,7353 11247,7353 11247,7596 10221,7596 Z"/>
- <path fill="rgb(127,128,130)" stroke="none" d="M 10221,7044 L 9194,7044 9194,6802 11247,6802 11247,7044 10221,7044 Z"/>
- <path fill="rgb(127,128,130)" stroke="none" d="M 10221,6492 L 9194,6492 9194,6250 11247,6250 11247,6492 10221,6492 Z"/>
- <path fill="rgb(127,128,130)" stroke="none" d="M 10221,5941 L 9194,5941 9194,5698 11247,5698 11247,5941 10221,5941 Z"/>
- <path fill="rgb(250,203,27)" stroke="none" d="M 9801,5177 C 9801,5212 9793,5242 9777,5272 9761,5303 9740,5325 9712,5342 9683,5360 9656,5368 9623,5368 9590,5368 9562,5360 9534,5342 9505,5325 9485,5303 9469,5272 9452,5242 9445,5212 9445,5177 9445,5141 9452,5111 9469,5081 9485,5050 9505,5029 9534,5011 9562,4993 9590,4985 9623,4985 9656,4985 9683,4993 9712,5011 9740,5029 9761,5050 9777,5081 9793,5111 9801,5141 9801,5177 L 9801,5177 Z"/>
- <path fill="rgb(249,145,52)" stroke="none" d="M 10391,5177 C 10391,5212 10384,5242 10368,5272 10351,5303 10331,5325 10302,5342 10274,5360 10246,5368 10213,5368 10181,5368 10153,5360 10124,5342 10096,5325 10075,5303 10059,5272 10043,5242 10035,5212 10035,5177 10035,5141 10043,5111 10059,5081 10075,5050 10096,5029 10124,5011 10153,4993 10181,4985 10213,4985 10246,4985 10274,4993 10302,5011 10331,5029 10351,5050 10368,5081 10384,5111 10391,5141 10391,5177 L 10391,5177 Z"/>
- <path fill="rgb(250,85,85)" stroke="none" d="M 10982,5177 C 10982,5212 10974,5242 10958,5272 10942,5303 10921,5325 10893,5342 10864,5360 10837,5368 10804,5368 10771,5368 10743,5360 10715,5342 10686,5325 10666,5303 10650,5272 10633,5242 10626,5212 10626,5177 10626,5141 10633,5111 10650,5081 10666,5050 10686,5029 10715,5011 10743,4993 10771,4985 10804,4985 10837,4985 10864,4993 10893,5011 10921,5029 10942,5050 10958,5081 10974,5111 10982,5141 10982,5177 L 10982,5177 Z"/>
- </g>
- </g>
- <g class="Graphic">
- <g id="id4">
- <rect class="BoundingBox" stroke="none" fill="none" x="514" y="506" width="2066" height="3618"/>
- <path fill="rgb(62,62,63)" stroke="none" d="M 1547,4115 L 2320,4115 C 2460,4115 2573,3997 2573,3851 L 2573,779 C 2573,633 2460,516 2320,516 L 773,516 C 633,516 520,633 520,779 L 520,3851 C 520,3997 633,4115 773,4115 L 1547,4115 Z"/>
- <path fill="rgb(127,128,130)" stroke="none" d="M 1547,3462 L 520,3462 520,3219 2573,3219 2573,3462 1547,3462 Z"/>
- <path fill="rgb(127,128,130)" stroke="none" d="M 1547,2910 L 520,2910 520,2668 2573,2668 2573,2910 1547,2910 Z"/>
- <path fill="rgb(127,128,130)" stroke="none" d="M 1547,2358 L 520,2358 520,2116 2573,2116 2573,2358 1547,2358 Z"/>
- <path fill="rgb(127,128,130)" stroke="none" d="M 1547,1807 L 520,1807 520,1564 2573,1564 2573,1807 1547,1807 Z"/>
- <path fill="rgb(250,203,27)" stroke="none" d="M 1127,1043 C 1127,1078 1119,1108 1103,1138 1087,1169 1066,1191 1038,1208 1009,1226 982,1234 949,1234 916,1234 888,1226 860,1208 831,1191 811,1169 795,1138 778,1108 771,1078 771,1043 771,1007 778,977 795,947 811,916 831,895 860,877 888,859 916,851 949,851 982,851 1009,859 1038,877 1066,895 1087,916 1103,947 1119,977 1127,1007 1127,1043 L 1127,1043 Z"/>
- <path fill="rgb(249,145,52)" stroke="none" d="M 1717,1043 C 1717,1078 1710,1108 1694,1138 1677,1169 1657,1191 1628,1208 1600,1226 1572,1234 1539,1234 1507,1234 1479,1226 1450,1208 1422,1191 1401,1169 1385,1138 1369,1108 1361,1078 1361,1043 1361,1007 1369,977 1385,947 1401,916 1422,895 1450,877 1479,859 1507,851 1539,851 1572,851 1600,859 1628,877 1657,895 1677,916 1694,947 1710,977 1717,1007 1717,1043 L 1717,1043 Z"/>
- <path fill="rgb(250,85,85)" stroke="none" d="M 2308,1043 C 2308,1078 2300,1108 2284,1138 2268,1169 2247,1191 2219,1208 2190,1226 2163,1234 2130,1234 2097,1234 2069,1226 2041,1208 2012,1191 1992,1169 1976,1138 1959,1108 1952,1078 1952,1043 1952,1007 1959,977 1976,947 1992,916 2012,895 2041,877 2069,859 2097,851 2130,851 2163,851 2190,859 2219,877 2247,895 2268,916 2284,947 2300,977 2308,1007 2308,1043 L 2308,1043 Z"/>
- </g>
- </g>
- <g class="Graphic">
- <g id="id5">
- <rect class="BoundingBox" stroke="none" fill="none" x="514" y="4640" width="2066" height="3618"/>
- <path fill="rgb(62,62,63)" stroke="none" d="M 1547,8249 L 2320,8249 C 2460,8249 2573,8131 2573,7985 L 2573,4913 C 2573,4767 2460,4650 2320,4650 L 773,4650 C 633,4650 520,4767 520,4913 L 520,7985 C 520,8131 633,8249 773,8249 L 1547,8249 Z"/>
- <path fill="rgb(127,128,130)" stroke="none" d="M 1547,7596 L 520,7596 520,7353 2573,7353 2573,7596 1547,7596 Z"/>
- <path fill="rgb(127,128,130)" stroke="none" d="M 1547,7044 L 520,7044 520,6802 2573,6802 2573,7044 1547,7044 Z"/>
- <path fill="rgb(127,128,130)" stroke="none" d="M 1547,6492 L 520,6492 520,6250 2573,6250 2573,6492 1547,6492 Z"/>
- <path fill="rgb(127,128,130)" stroke="none" d="M 1547,5941 L 520,5941 520,5698 2573,5698 2573,5941 1547,5941 Z"/>
- <path fill="rgb(250,203,27)" stroke="none" d="M 1127,5177 C 1127,5212 1119,5242 1103,5272 1087,5303 1066,5325 1038,5342 1009,5360 982,5368 949,5368 916,5368 888,5360 860,5342 831,5325 811,5303 795,5272 778,5242 771,5212 771,5177 771,5141 778,5111 795,5081 811,5050 831,5029 860,5011 888,4993 916,4985 949,4985 982,4985 1009,4993 1038,5011 1066,5029 1087,5050 1103,5081 1119,5111 1127,5141 1127,5177 L 1127,5177 Z"/>
- <path fill="rgb(249,145,52)" stroke="none" d="M 1717,5177 C 1717,5212 1710,5242 1694,5272 1677,5303 1657,5325 1628,5342 1600,5360 1572,5368 1539,5368 1507,5368 1479,5360 1450,5342 1422,5325 1401,5303 1385,5272 1369,5242 1361,5212 1361,5177 1361,5141 1369,5111 1385,5081 1401,5050 1422,5029 1450,5011 1479,4993 1507,4985 1539,4985 1572,4985 1600,4993 1628,5011 1657,5029 1677,5050 1694,5081 1710,5111 1717,5141 1717,5177 L 1717,5177 Z"/>
- <path fill="rgb(250,85,85)" stroke="none" d="M 2308,5177 C 2308,5212 2300,5242 2284,5272 2268,5303 2247,5325 2219,5342 2190,5360 2163,5368 2130,5368 2097,5368 2069,5360 2041,5342 2012,5325 1992,5303 1976,5272 1959,5242 1952,5212 1952,5177 1952,5141 1959,5111 1976,5081 1992,5050 2012,5029 2041,5011 2069,4993 2097,4985 2130,4985 2163,4985 2190,4993 2219,5011 2247,5029 2268,5050 2284,5081 2300,5111 2308,5141 2308,5177 L 2308,5177 Z"/>
- </g>
- </g>
- <g class="Graphic">
- <g id="id6">
- <rect class="BoundingBox" stroke="none" fill="none" x="13747" y="506" width="2066" height="3618"/>
- <path fill="rgb(62,62,63)" stroke="none" d="M 14780,4115 L 15553,4115 C 15693,4115 15806,3997 15806,3851 L 15806,779 C 15806,633 15693,516 15553,516 L 14006,516 C 13866,516 13753,633 13753,779 L 13753,3851 C 13753,3997 13866,4115 14006,4115 L 14780,4115 Z"/>
- <path fill="rgb(127,128,130)" stroke="none" d="M 14780,3462 L 13753,3462 13753,3219 15806,3219 15806,3462 14780,3462 Z"/>
- <path fill="rgb(127,128,130)" stroke="none" d="M 14780,2910 L 13753,2910 13753,2668 15806,2668 15806,2910 14780,2910 Z"/>
- <path fill="rgb(127,128,130)" stroke="none" d="M 14780,2358 L 13753,2358 13753,2116 15806,2116 15806,2358 14780,2358 Z"/>
- <path fill="rgb(127,128,130)" stroke="none" d="M 14780,1807 L 13753,1807 13753,1564 15806,1564 15806,1807 14780,1807 Z"/>
- <path fill="rgb(250,203,27)" stroke="none" d="M 14360,1043 C 14360,1078 14352,1108 14336,1138 14320,1169 14299,1191 14271,1208 14242,1226 14215,1234 14182,1234 14149,1234 14121,1226 14093,1208 14064,1191 14044,1169 14028,1138 14011,1108 14004,1078 14004,1043 14004,1007 14011,977 14028,947 14044,916 14064,895 14093,877 14121,859 14149,851 14182,851 14215,851 14242,859 14271,877 14299,895 14320,916 14336,947 14352,977 14360,1007 14360,1043 L 14360,1043 Z"/>
- <path fill="rgb(249,145,52)" stroke="none" d="M 14950,1043 C 14950,1078 14943,1108 14927,1138 14910,1169 14890,1191 14861,1208 14833,1226 14805,1234 14772,1234 14740,1234 14712,1226 14683,1208 14655,1191 14634,1169 14618,1138 14602,1108 14594,1078 14594,1043 14594,1007 14602,977 14618,947 14634,916 14655,895 14683,877 14712,859 14740,851 14772,851 14805,851 14833,859 14861,877 14890,895 14910,916 14927,947 14943,977 14950,1007 14950,1043 L 14950,1043 Z"/>
- <path fill="rgb(250,85,85)" stroke="none" d="M 15541,1043 C 15541,1078 15533,1108 15517,1138 15501,1169 15480,1191 15452,1208 15423,1226 15396,1234 15363,1234 15330,1234 15302,1226 15274,1208 15245,1191 15225,1169 15209,1138 15192,1108 15185,1078 15185,1043 15185,1007 15192,977 15209,947 15225,916 15245,895 15274,877 15302,859 15330,851 15363,851 15396,851 15423,859 15452,877 15480,895 15501,916 15517,947 15533,977 15541,1007 15541,1043 L 15541,1043 Z"/>
- </g>
- </g>
- <g class="Graphic">
- <g id="id7">
- <rect class="BoundingBox" stroke="none" fill="none" x="13741" y="8598" width="2066" height="3618"/>
- <path fill="rgb(62,62,63)" stroke="none" d="M 14774,12207 L 15547,12207 C 15687,12207 15800,12089 15800,11943 L 15800,8871 C 15800,8725 15687,8608 15547,8608 L 14000,8608 C 13860,8608 13747,8725 13747,8871 L 13747,11943 C 13747,12089 13860,12207 14000,12207 L 14774,12207 Z"/>
- <path fill="rgb(127,128,130)" stroke="none" d="M 14774,11554 L 13747,11554 13747,11311 15800,11311 15800,11554 14774,11554 Z"/>
- <path fill="rgb(127,128,130)" stroke="none" d="M 14774,11002 L 13747,11002 13747,10760 15800,10760 15800,11002 14774,11002 Z"/>
- <path fill="rgb(127,128,130)" stroke="none" d="M 14774,10450 L 13747,10450 13747,10208 15800,10208 15800,10450 14774,10450 Z"/>
- <path fill="rgb(127,128,130)" stroke="none" d="M 14774,9899 L 13747,9899 13747,9656 15800,9656 15800,9899 14774,9899 Z"/>
- <path fill="rgb(250,203,27)" stroke="none" d="M 14354,9135 C 14354,9170 14346,9200 14330,9230 14314,9261 14293,9283 14265,9300 14236,9318 14209,9326 14176,9326 14143,9326 14115,9318 14087,9300 14058,9283 14038,9261 14022,9230 14005,9200 13998,9170 13998,9135 13998,9099 14005,9069 14022,9039 14038,9008 14058,8987 14087,8969 14115,8951 14143,8943 14176,8943 14209,8943 14236,8951 14265,8969 14293,8987 14314,9008 14330,9039 14346,9069 14354,9099 14354,9135 L 14354,9135 Z"/>
- <path fill="rgb(249,145,52)" stroke="none" d="M 14944,9135 C 14944,9170 14937,9200 14921,9230 14904,9261 14884,9283 14855,9300 14827,9318 14799,9326 14766,9326 14734,9326 14706,9318 14677,9300 14649,9283 14628,9261 14612,9230 14596,9200 14588,9170 14588,9135 14588,9099 14596,9069 14612,9039 14628,9008 14649,8987 14677,8969 14706,8951 14734,8943 14766,8943 14799,8943 14827,8951 14855,8969 14884,8987 14904,9008 14921,9039 14937,9069 14944,9099 14944,9135 L 14944,9135 Z"/>
- <path fill="rgb(250,85,85)" stroke="none" d="M 15535,9135 C 15535,9170 15527,9200 15511,9230 15495,9261 15474,9283 15446,9300 15417,9318 15390,9326 15357,9326 15324,9326 15296,9318 15268,9300 15239,9283 15219,9261 15203,9230 15186,9200 15179,9170 15179,9135 15179,9099 15186,9069 15203,9039 15219,9008 15239,8987 15268,8969 15296,8951 15324,8943 15357,8943 15390,8943 15417,8951 15446,8969 15474,8987 15495,9008 15511,9039 15527,9069 15535,9099 15535,9135 L 15535,9135 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.ConnectorShape">
- <g id="id8">
- <rect class="BoundingBox" stroke="none" fill="none" x="14732" y="4082" width="89" height="4558"/>
- <path fill="none" stroke="rgb(128,128,128)" stroke-width="81" stroke-linejoin="round" d="M 14779,4123 L 14779,6361 14773,6361 14773,8598"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.ConnectorShape">
- <g id="id9">
- <rect class="BoundingBox" stroke="none" fill="none" x="1505" y="4082" width="83" height="600"/>
- <path fill="none" stroke="rgb(128,128,128)" stroke-width="81" stroke-linejoin="round" d="M 1546,4123 L 1546,4640"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.ConnectorShape">
- <g id="id10">
- <rect class="BoundingBox" stroke="none" fill="none" x="2538" y="6407" width="6692" height="83"/>
- <path fill="none" stroke="rgb(188,49,46)" stroke-width="81" stroke-linejoin="round" d="M 2579,6448 L 9188,6448"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.ConnectorShape">
- <g id="id11">
- <rect class="BoundingBox" stroke="none" fill="none" x="11212" y="6407" width="2571" height="4041"/>
- <path fill="none" stroke="rgb(188,49,46)" stroke-width="81" stroke-linejoin="round" d="M 11253,6448 L 11973,6448 11973,10406 13741,10406"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.ConnectorShape">
- <g id="id12">
- <rect class="BoundingBox" stroke="none" fill="none" x="11212" y="2273" width="2577" height="4217"/>
- <path fill="none" stroke="rgb(188,49,46)" stroke-width="81" stroke-linejoin="round" d="M 11253,6448 L 11973,6448 11973,2314 13747,2314"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.ConnectorShape">
- <g id="id13">
- <rect class="BoundingBox" stroke="none" fill="none" x="1505" y="8216" width="2426" height="2231"/>
- <path fill="none" stroke="rgb(52,101,164)" stroke-width="81" stroke-linejoin="round" d="M 1546,8257 L 1546,10405 3889,10405"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.ConnectorShape">
- <g id="id14">
- <rect class="BoundingBox" stroke="none" fill="none" x="7913" y="8216" width="2349" height="2231"/>
- <path fill="none" stroke="rgb(52,101,164)" stroke-width="81" stroke-linejoin="round" d="M 7954,10405 L 10220,10405 10220,8257"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id15">
- <rect class="BoundingBox" stroke="none" fill="none" x="488" y="3366" width="2101" height="1200"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="423px" font-weight="700"><tspan class="TextPosition" x="738" y="3876"><tspan fill="rgb(255,255,255)" stroke="none">Jenkins</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id16">
- <rect class="BoundingBox" stroke="none" fill="none" x="488" y="7045" width="2101" height="1674"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="423px" font-weight="700"><tspan class="TextPosition" x="747" y="7555"><tspan fill="rgb(255,255,255)" stroke="none">Jenkins</tspan></tspan></tspan><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="423px" font-weight="700"><tspan class="TextPosition" x="1005" y="8029"><tspan fill="rgb(255,255,255)" stroke="none">slave</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id17">
- <rect class="BoundingBox" stroke="none" fill="none" x="13806" y="3424" width="2001" height="726"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="423px" font-weight="700"><tspan class="TextPosition" x="14512" y="3934"><tspan fill="rgb(255,255,255)" stroke="none">TG</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id18">
- <rect class="BoundingBox" stroke="none" fill="none" x="13806" y="11490" width="2001" height="726"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="423px" font-weight="700"><tspan class="TextPosition" x="14383" y="12000"><tspan fill="rgb(255,255,255)" stroke="none">SUT</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id19">
- <rect class="BoundingBox" stroke="none" fill="none" x="9188" y="5546" width="2101" height="2622"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="423px" font-weight="700"><tspan class="TextPosition" x="9756" y="6056"><tspan fill="rgb(255,255,255)" stroke="none">CSIT</tspan></tspan></tspan><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="423px" font-weight="700"><tspan class="TextPosition" x="9743" y="6530"><tspan fill="rgb(255,255,255)" stroke="none">shim </tspan></tspan><tspan class="TextPosition" x="9980" y="7004"><tspan fill="rgb(255,255,255)" stroke="none">on</tspan></tspan></tspan><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="423px" font-weight="700"><tspan class="TextPosition" x="9682" y="7478"><tspan fill="rgb(255,255,255)" stroke="none">every</tspan></tspan></tspan><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="423px" font-weight="700"><tspan class="TextPosition" x="9792" y="7952"><tspan fill="rgb(255,255,255)" stroke="none">host</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="Graphic">
- <g id="id20">
- <rect class="BoundingBox" stroke="none" fill="none" x="3889" y="8597" width="2066" height="3618"/>
- <path fill="rgb(62,62,63)" stroke="none" d="M 4922,12206 L 5695,12206 C 5835,12206 5948,12088 5948,11942 L 5948,8870 C 5948,8724 5835,8607 5695,8607 L 4148,8607 C 4008,8607 3895,8724 3895,8870 L 3895,11942 C 3895,12088 4008,12206 4148,12206 L 4922,12206 Z"/>
- <path fill="rgb(127,128,130)" stroke="none" d="M 4922,11553 L 3895,11553 3895,11310 5948,11310 5948,11553 4922,11553 Z"/>
- <path fill="rgb(127,128,130)" stroke="none" d="M 4922,11001 L 3895,11001 3895,10759 5948,10759 5948,11001 4922,11001 Z"/>
- <path fill="rgb(127,128,130)" stroke="none" d="M 4922,10449 L 3895,10449 3895,10207 5948,10207 5948,10449 4922,10449 Z"/>
- <path fill="rgb(127,128,130)" stroke="none" d="M 4922,9898 L 3895,9898 3895,9655 5948,9655 5948,9898 4922,9898 Z"/>
- <path fill="rgb(250,203,27)" stroke="none" d="M 4502,9134 C 4502,9169 4494,9199 4478,9229 4462,9260 4441,9282 4413,9299 4384,9317 4357,9325 4324,9325 4291,9325 4263,9317 4235,9299 4206,9282 4186,9260 4170,9229 4153,9199 4146,9169 4146,9134 4146,9098 4153,9068 4170,9038 4186,9007 4206,8986 4235,8968 4263,8950 4291,8942 4324,8942 4357,8942 4384,8950 4413,8968 4441,8986 4462,9007 4478,9038 4494,9068 4502,9098 4502,9134 L 4502,9134 Z"/>
- <path fill="rgb(249,145,52)" stroke="none" d="M 5092,9134 C 5092,9169 5085,9199 5069,9229 5052,9260 5032,9282 5003,9299 4975,9317 4947,9325 4914,9325 4882,9325 4854,9317 4825,9299 4797,9282 4776,9260 4760,9229 4744,9199 4736,9169 4736,9134 4736,9098 4744,9068 4760,9038 4776,9007 4797,8986 4825,8968 4854,8950 4882,8942 4914,8942 4947,8942 4975,8950 5003,8968 5032,8986 5052,9007 5069,9038 5085,9068 5092,9098 5092,9134 L 5092,9134 Z"/>
- <path fill="rgb(250,85,85)" stroke="none" d="M 5683,9134 C 5683,9169 5675,9199 5659,9229 5643,9260 5622,9282 5594,9299 5565,9317 5538,9325 5505,9325 5472,9325 5444,9317 5416,9299 5387,9282 5367,9260 5351,9229 5334,9199 5327,9169 5327,9134 5327,9098 5334,9068 5351,9038 5367,9007 5387,8986 5416,8968 5444,8950 5472,8942 5505,8942 5538,8942 5565,8950 5594,8968 5622,8986 5643,9007 5659,9038 5675,9068 5683,9098 5683,9134 L 5683,9134 Z"/>
- </g>
- </g>
- <g class="Graphic">
- <g id="id21">
- <rect class="BoundingBox" stroke="none" fill="none" x="5889" y="8597" width="2066" height="3618"/>
- <path fill="rgb(62,62,63)" stroke="none" d="M 6922,12206 L 7695,12206 C 7835,12206 7948,12088 7948,11942 L 7948,8870 C 7948,8724 7835,8607 7695,8607 L 6148,8607 C 6008,8607 5895,8724 5895,8870 L 5895,11942 C 5895,12088 6008,12206 6148,12206 L 6922,12206 Z"/>
- <path fill="rgb(127,128,130)" stroke="none" d="M 6922,11553 L 5895,11553 5895,11310 7948,11310 7948,11553 6922,11553 Z"/>
- <path fill="rgb(127,128,130)" stroke="none" d="M 6922,11001 L 5895,11001 5895,10759 7948,10759 7948,11001 6922,11001 Z"/>
- <path fill="rgb(127,128,130)" stroke="none" d="M 6922,10449 L 5895,10449 5895,10207 7948,10207 7948,10449 6922,10449 Z"/>
- <path fill="rgb(127,128,130)" stroke="none" d="M 6922,9898 L 5895,9898 5895,9655 7948,9655 7948,9898 6922,9898 Z"/>
- <path fill="rgb(250,203,27)" stroke="none" d="M 6502,9134 C 6502,9169 6494,9199 6478,9229 6462,9260 6441,9282 6413,9299 6384,9317 6357,9325 6324,9325 6291,9325 6263,9317 6235,9299 6206,9282 6186,9260 6170,9229 6153,9199 6146,9169 6146,9134 6146,9098 6153,9068 6170,9038 6186,9007 6206,8986 6235,8968 6263,8950 6291,8942 6324,8942 6357,8942 6384,8950 6413,8968 6441,8986 6462,9007 6478,9038 6494,9068 6502,9098 6502,9134 L 6502,9134 Z"/>
- <path fill="rgb(249,145,52)" stroke="none" d="M 7092,9134 C 7092,9169 7085,9199 7069,9229 7052,9260 7032,9282 7003,9299 6975,9317 6947,9325 6914,9325 6882,9325 6854,9317 6825,9299 6797,9282 6776,9260 6760,9229 6744,9199 6736,9169 6736,9134 6736,9098 6744,9068 6760,9038 6776,9007 6797,8986 6825,8968 6854,8950 6882,8942 6914,8942 6947,8942 6975,8950 7003,8968 7032,8986 7052,9007 7069,9038 7085,9068 7092,9098 7092,9134 L 7092,9134 Z"/>
- <path fill="rgb(250,85,85)" stroke="none" d="M 7683,9134 C 7683,9169 7675,9199 7659,9229 7643,9260 7622,9282 7594,9299 7565,9317 7538,9325 7505,9325 7472,9325 7444,9317 7416,9299 7387,9282 7367,9260 7351,9229 7334,9199 7327,9169 7327,9134 7327,9098 7334,9068 7351,9038 7367,9007 7387,8986 7416,8968 7444,8950 7472,8942 7505,8942 7538,8942 7565,8950 7594,8968 7622,8986 7643,9007 7659,9038 7675,9068 7683,9098 7683,9134 L 7683,9134 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id22">
- <rect class="BoundingBox" stroke="none" fill="none" x="4288" y="11471" width="3153" height="726"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="423px" font-weight="700"><tspan class="TextPosition" x="5028" y="11981"><tspan fill="rgb(255,255,255)" stroke="none">Nomad1</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id23">
- <rect class="BoundingBox" stroke="none" fill="none" x="2540" y="5825" width="6601" height="726"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="423px" font-weight="400"><tspan class="TextPosition" x="4069" y="6335"><tspan fill="rgb(0,0,0)" stroke="none">SSH to known port</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id24">
- <rect class="BoundingBox" stroke="none" fill="none" x="11774" y="4040" width="1901" height="2401"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="423px" font-weight="400"><tspan class="TextPosition" x="12024" y="4550"><tspan fill="rgb(0,0,0)" stroke="none">SSH or </tspan></tspan><tspan class="TextPosition" x="12024" y="5024"><tspan fill="rgb(0,0,0)" stroke="none">docker </tspan></tspan><tspan class="TextPosition" x="12024" y="5498"><tspan fill="rgb(0,0,0)" stroke="none">exec</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id25">
- <rect class="BoundingBox" stroke="none" fill="none" x="12800" y="7300" width="2101" height="1401"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="423px" font-weight="400"><tspan class="TextPosition" x="13305" y="7810"><tspan fill="rgb(0,0,0)" stroke="none">Unique </tspan></tspan><tspan class="TextPosition" x="13165" y="8284"><tspan fill="rgb(0,0,0)" stroke="none">network </tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id26">
- <rect class="BoundingBox" stroke="none" fill="none" x="8340" y="9840" width="2201" height="1301"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="423px" font-weight="400"><tspan class="TextPosition" x="8590" y="10350"><tspan fill="rgb(0,0,0)" stroke="none">Nomad1 </tspan></tspan><tspan class="TextPosition" x="8590" y="10824"><tspan fill="rgb(0,0,0)" stroke="none">bridge</tspan></tspan></tspan></text>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
-</svg> \ No newline at end of file