Last active
October 4, 2019 17:25
-
-
Save gounthar/b1870915710a0437b4e4eb8690e93553 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
src/lxml/etree.c:97:20: fatal error: Python.h: No such file or directory | |
linaro@rk3399–4GB:~/termtosvg$ sudo apt install libxml2-dev libxslt-dev python-dev | |
pip3 install dist/termtosvg-0.9.0-py3-none-any.whl | |
Processing ./dist/termtosvg-0.9.0-py3-none-any.whl | |
Requirement already satisfied: pyte in /usr/local/lib/python3.5/dist-packages (from termtosvg==0.9.0) (0.8.0) | |
Requirement already satisfied: lxml in /usr/local/lib/python3.5/dist-packages (from termtosvg==0.9.0) (4.4.1) | |
Requirement already satisfied: wcwidth in /home/linaro/.local/lib/python3.5/site-packages (from termtosvg==0.9.0) (0.1.7) | |
Installing collected packages: termtosvg | |
Successfully installed termtosvg-0.9.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
make build | |
rm -rf dist && \ | |
python setup.py sdist bdist_wheel | |
running sdist | |
running egg_info | |
creating termtosvg.egg-info | |
writing requirements to termtosvg.egg-info/requires.txt | |
writing termtosvg.egg-info/PKG-INFO | |
writing top-level names to termtosvg.egg-info/top_level.txt | |
writing dependency_links to termtosvg.egg-info/dependency_links.txt | |
writing manifest file 'termtosvg.egg-info/SOURCES.txt' | |
reading manifest file 'termtosvg.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' | |
warning: no previously-included files matching '__pycache__' found anywhere in distribution | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
warning: no files found matching 'man/*.man.?' | |
writing manifest file 'termtosvg.egg-info/SOURCES.txt' | |
warning: sdist: standard file not found: should have one of README, README.rst, README.txt | |
running check | |
creating termtosvg-0.9.0 | |
creating termtosvg-0.9.0/scripts | |
creating termtosvg-0.9.0/termtosvg | |
creating termtosvg-0.9.0/termtosvg.egg-info | |
creating termtosvg-0.9.0/termtosvg/data | |
creating termtosvg-0.9.0/termtosvg/data/templates | |
creating termtosvg-0.9.0/termtosvg/tests | |
copying files to termtosvg-0.9.0… | |
copying LICENSE -> termtosvg-0.9.0 | |
copying MANIFEST.in -> termtosvg-0.9.0 | |
copying setup.py -> termtosvg-0.9.0 | |
copying scripts/termtosvg -> termtosvg-0.9.0/scripts | |
copying termtosvg/__init__.py -> termtosvg-0.9.0/termtosvg | |
copying termtosvg/anim.py -> termtosvg-0.9.0/termtosvg | |
copying termtosvg/asciicast.py -> termtosvg-0.9.0/termtosvg | |
copying termtosvg/config.py -> termtosvg-0.9.0/termtosvg | |
copying termtosvg/main.py -> termtosvg-0.9.0/termtosvg | |
copying termtosvg/term.py -> termtosvg-0.9.0/termtosvg | |
copying termtosvg.egg-info/PKG-INFO -> termtosvg-0.9.0/termtosvg.egg-info | |
copying termtosvg.egg-info/SOURCES.txt -> termtosvg-0.9.0/termtosvg.egg-info | |
copying termtosvg.egg-info/dependency_links.txt -> termtosvg-0.9.0/termtosvg.egg-info | |
copying termtosvg.egg-info/requires.txt -> termtosvg-0.9.0/termtosvg.egg-info | |
copying termtosvg.egg-info/top_level.txt -> termtosvg-0.9.0/termtosvg.egg-info | |
copying termtosvg/data/svg11-flat-20110816.dtd -> termtosvg-0.9.0/termtosvg/data | |
copying termtosvg/data/templates/base16_default_dark.svg -> termtosvg-0.9.0/termtosvg/data/templates | |
copying termtosvg/data/templates/dracula.svg -> termtosvg-0.9.0/termtosvg/data/templates | |
copying termtosvg/data/templates/gjm8.svg -> termtosvg-0.9.0/termtosvg/data/templates | |
copying termtosvg/data/templates/gjm8_play.svg -> termtosvg-0.9.0/termtosvg/data/templates | |
copying termtosvg/data/templates/gjm8_single_loop.svg -> termtosvg-0.9.0/termtosvg/data/templates | |
copying termtosvg/data/templates/progress_bar.svg -> termtosvg-0.9.0/termtosvg/data/templates | |
copying termtosvg/data/templates/solarized_dark.svg -> termtosvg-0.9.0/termtosvg/data/templates | |
copying termtosvg/data/templates/solarized_light.svg -> termtosvg-0.9.0/termtosvg/data/templates | |
copying termtosvg/data/templates/window_frame.svg -> termtosvg-0.9.0/termtosvg/data/templates | |
copying termtosvg/data/templates/window_frame_js.svg -> termtosvg-0.9.0/termtosvg/data/templates | |
copying termtosvg/tests/__init__.py -> termtosvg-0.9.0/termtosvg/tests | |
copying termtosvg/tests/suite.py -> termtosvg-0.9.0/termtosvg/tests | |
copying termtosvg/tests/test_anim.py -> termtosvg-0.9.0/termtosvg/tests | |
copying termtosvg/tests/test_asciicast.py -> termtosvg-0.9.0/termtosvg/tests | |
copying termtosvg/tests/test_config.py -> termtosvg-0.9.0/termtosvg/tests | |
copying termtosvg/tests/test_main.py -> termtosvg-0.9.0/termtosvg/tests | |
copying termtosvg/tests/test_term.py -> termtosvg-0.9.0/termtosvg/tests | |
Writing termtosvg-0.9.0/setup.cfg | |
creating dist | |
Creating tar archive | |
removing 'termtosvg-0.9.0' (and everything under it) | |
running bdist_wheel | |
running build | |
running build_py | |
creating build | |
creating build/lib.linux-aarch64–2.7 | |
creating build/lib.linux-aarch64–2.7/termtosvg | |
copying termtosvg/config.py -> build/lib.linux-aarch64–2.7/termtosvg | |
copying termtosvg/anim.py -> build/lib.linux-aarch64–2.7/termtosvg | |
copying termtosvg/__init__.py -> build/lib.linux-aarch64–2.7/termtosvg | |
copying termtosvg/term.py -> build/lib.linux-aarch64–2.7/termtosvg | |
copying termtosvg/main.py -> build/lib.linux-aarch64–2.7/termtosvg | |
copying termtosvg/asciicast.py -> build/lib.linux-aarch64–2.7/termtosvg | |
creating build/lib.linux-aarch64–2.7/termtosvg/tests | |
copying termtosvg/tests/suite.py -> build/lib.linux-aarch64–2.7/termtosvg/tests | |
copying termtosvg/tests/test_anim.py -> build/lib.linux-aarch64–2.7/termtosvg/tests | |
copying termtosvg/tests/test_main.py -> build/lib.linux-aarch64–2.7/termtosvg/tests | |
copying termtosvg/tests/test_term.py -> build/lib.linux-aarch64–2.7/termtosvg/tests | |
copying termtosvg/tests/test_config.py -> build/lib.linux-aarch64–2.7/termtosvg/tests | |
copying termtosvg/tests/__init__.py -> build/lib.linux-aarch64–2.7/termtosvg/tests | |
copying termtosvg/tests/test_asciicast.py -> build/lib.linux-aarch64–2.7/termtosvg/tests | |
creating build/lib.linux-aarch64–2.7/termtosvg/data | |
copying termtosvg/data/svg11-flat-20110816.dtd -> build/lib.linux-aarch64–2.7/termtosvg/data | |
creating build/lib.linux-aarch64–2.7/termtosvg/data/templates | |
copying termtosvg/data/templates/base16_default_dark.svg -> build/lib.linux-aarch64–2.7/termtosvg/data/templates | |
copying termtosvg/data/templates/dracula.svg -> build/lib.linux-aarch64–2.7/termtosvg/data/templates | |
copying termtosvg/data/templates/gjm8.svg -> build/lib.linux-aarch64–2.7/termtosvg/data/templates | |
copying termtosvg/data/templates/gjm8_play.svg -> build/lib.linux-aarch64–2.7/termtosvg/data/templates | |
copying termtosvg/data/templates/gjm8_single_loop.svg -> build/lib.linux-aarch64–2.7/termtosvg/data/templates | |
copying termtosvg/data/templates/progress_bar.svg -> build/lib.linux-aarch64–2.7/termtosvg/data/templates | |
copying termtosvg/data/templates/solarized_dark.svg -> build/lib.linux-aarch64–2.7/termtosvg/data/templates | |
copying termtosvg/data/templates/solarized_light.svg -> build/lib.linux-aarch64–2.7/termtosvg/data/templates | |
copying termtosvg/data/templates/window_frame.svg -> build/lib.linux-aarch64–2.7/termtosvg/data/templates | |
copying termtosvg/data/templates/window_frame_js.svg -> build/lib.linux-aarch64–2.7/termtosvg/data/templates | |
running build_scripts | |
creating build/scripts-2.7 | |
copying and adjusting scripts/termtosvg -> build/scripts-2.7 | |
changing mode of build/scripts-2.7/termtosvg from 644 to 755 | |
installing to build/bdist.linux-aarch64/wheel | |
running install | |
running install_lib | |
creating build/bdist.linux-aarch64 | |
creating build/bdist.linux-aarch64/wheel | |
creating build/bdist.linux-aarch64/wheel/termtosvg | |
creating build/bdist.linux-aarch64/wheel/termtosvg/data | |
copying build/lib.linux-aarch64–2.7/termtosvg/data/svg11-flat-20110816.dtd -> build/bdist.linux-aarch64/wheel/termtosvg/data | |
creating build/bdist.linux-aarch64/wheel/termtosvg/data/templates | |
copying build/lib.linux-aarch64–2.7/termtosvg/data/templates/solarized_light.svg -> build/bdist.linux-aarch64/wheel/termtosvg/data/templates | |
copying build/lib.linux-aarch64–2.7/termtosvg/data/templates/gjm8_single_loop.svg -> build/bdist.linux-aarch64/wheel/termtosvg/data/templates | |
copying build/lib.linux-aarch64–2.7/termtosvg/data/templates/progress_bar.svg -> build/bdist.linux-aarch64/wheel/termtosvg/data/templates | |
copying build/lib.linux-aarch64–2.7/termtosvg/data/templates/dracula.svg -> build/bdist.linux-aarch64/wheel/termtosvg/data/templates | |
copying build/lib.linux-aarch64–2.7/termtosvg/data/templates/base16_default_dark.svg -> build/bdist.linux-aarch64/wheel/termtosvg/data/templates | |
copying build/lib.linux-aarch64–2.7/termtosvg/data/templates/gjm8_play.svg -> build/bdist.linux-aarch64/wheel/termtosvg/data/templates | |
copying build/lib.linux-aarch64–2.7/termtosvg/data/templates/solarized_dark.svg -> build/bdist.linux-aarch64/wheel/termtosvg/data/templates | |
copying build/lib.linux-aarch64–2.7/termtosvg/data/templates/gjm8.svg -> build/bdist.linux-aarch64/wheel/termtosvg/data/templates | |
copying build/lib.linux-aarch64–2.7/termtosvg/data/templates/window_frame.svg -> build/bdist.linux-aarch64/wheel/termtosvg/data/templates | |
copying build/lib.linux-aarch64–2.7/termtosvg/data/templates/window_frame_js.svg -> build/bdist.linux-aarch64/wheel/termtosvg/data/templates | |
copying build/lib.linux-aarch64–2.7/termtosvg/config.py -> build/bdist.linux-aarch64/wheel/termtosvg | |
copying build/lib.linux-aarch64–2.7/termtosvg/anim.py -> build/bdist.linux-aarch64/wheel/termtosvg | |
creating build/bdist.linux-aarch64/wheel/termtosvg/tests | |
copying build/lib.linux-aarch64–2.7/termtosvg/tests/suite.py -> build/bdist.linux-aarch64/wheel/termtosvg/tests | |
copying build/lib.linux-aarch64–2.7/termtosvg/tests/test_anim.py -> build/bdist.linux-aarch64/wheel/termtosvg/tests | |
copying build/lib.linux-aarch64–2.7/termtosvg/tests/test_main.py -> build/bdist.linux-aarch64/wheel/termtosvg/tests | |
copying build/lib.linux-aarch64–2.7/termtosvg/tests/test_term.py -> build/bdist.linux-aarch64/wheel/termtosvg/tests | |
copying build/lib.linux-aarch64–2.7/termtosvg/tests/test_config.py -> build/bdist.linux-aarch64/wheel/termtosvg/tests | |
copying build/lib.linux-aarch64–2.7/termtosvg/tests/__init__.py -> build/bdist.linux-aarch64/wheel/termtosvg/tests | |
copying build/lib.linux-aarch64–2.7/termtosvg/tests/test_asciicast.py -> build/bdist.linux-aarch64/wheel/termtosvg/tests | |
copying build/lib.linux-aarch64–2.7/termtosvg/__init__.py -> build/bdist.linux-aarch64/wheel/termtosvg | |
copying build/lib.linux-aarch64–2.7/termtosvg/term.py -> build/bdist.linux-aarch64/wheel/termtosvg | |
copying build/lib.linux-aarch64–2.7/termtosvg/main.py -> build/bdist.linux-aarch64/wheel/termtosvg | |
copying build/lib.linux-aarch64–2.7/termtosvg/asciicast.py -> build/bdist.linux-aarch64/wheel/termtosvg | |
running install_egg_info | |
Copying termtosvg.egg-info to build/bdist.linux-aarch64/wheel/termtosvg-0.9.0.egg-info | |
running install_scripts | |
creating build/bdist.linux-aarch64/wheel/termtosvg-0.9.0.data | |
creating build/bdist.linux-aarch64/wheel/termtosvg-0.9.0.data/scripts | |
copying build/scripts-2.7/termtosvg -> build/bdist.linux-aarch64/wheel/termtosvg-0.9.0.data/scripts | |
changing mode of build/bdist.linux-aarch64/wheel/termtosvg-0.9.0.data/scripts/termtosvg to 755 | |
adding license file "LICENSE" (matched pattern "LICEN[CS]E*") | |
creating build/bdist.linux-aarch64/wheel/termtosvg-0.9.0.dist-info/WHEEL | |
creating 'dist/termtosvg-0.9.0-py2-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it | |
adding 'termtosvg/__init__.py' | |
adding 'termtosvg/anim.py' | |
adding 'termtosvg/asciicast.py' | |
adding 'termtosvg/config.py' | |
adding 'termtosvg/main.py' | |
adding 'termtosvg/term.py' | |
adding 'termtosvg/data/svg11-flat-20110816.dtd' | |
adding 'termtosvg/data/templates/base16_default_dark.svg' | |
adding 'termtosvg/data/templates/dracula.svg' | |
adding 'termtosvg/data/templates/gjm8.svg' | |
adding 'termtosvg/data/templates/gjm8_play.svg' | |
adding 'termtosvg/data/templates/gjm8_single_loop.svg' | |
adding 'termtosvg/data/templates/progress_bar.svg' | |
adding 'termtosvg/data/templates/solarized_dark.svg' | |
adding 'termtosvg/data/templates/solarized_light.svg' | |
adding 'termtosvg/data/templates/window_frame.svg' | |
adding 'termtosvg/data/templates/window_frame_js.svg' | |
adding 'termtosvg/tests/__init__.py' | |
adding 'termtosvg/tests/suite.py' | |
adding 'termtosvg/tests/test_anim.py' | |
adding 'termtosvg/tests/test_asciicast.py' | |
adding 'termtosvg/tests/test_config.py' | |
adding 'termtosvg/tests/test_main.py' | |
adding 'termtosvg/tests/test_term.py' | |
adding 'termtosvg-0.9.0.data/scripts/termtosvg' | |
adding 'termtosvg-0.9.0.dist-info/LICENSE' | |
adding 'termtosvg-0.9.0.dist-info/METADATA' | |
adding 'termtosvg-0.9.0.dist-info/WHEEL' | |
adding 'termtosvg-0.9.0.dist-info/top_level.txt' | |
adding 'termtosvg-0.9.0.dist-info/RECORD' | |
removing build/bdist.linux-aarch64/wheel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.PHONY: usage tests build deploy_test deploy_prod html man install | |
PIP=pip3 | |
PYTHON=python3 | |
EXAMPLES_DIR=docs/examples | |
CASTS_DIR=$(EXAMPLES_DIR)/casts | |
.DEFAULT: usage | |
usage: | |
@echo "Usage:" | |
@echo " make build # Build source distribution archives" | |
@echo " make deploy_prod # Upload source distribution archives to pypi.org" | |
@echo " make deploy_test # Upload source distribution archives to test.pypi.org" | |
@echo " make man # Build manual pages" | |
@echo " make html # Build GitHub pages website" | |
@echo " make tests # Run unit tests" | |
install: | |
$(PYTHON) --version | |
$(PIP) install -U -e .[dev] | |
$(PIP) freeze | |
tests: | |
coverage run --branch --source termtosvg -m unittest termtosvg.tests.suite -v | |
coverage report | |
pylint -j 0 --extension-pkg-whitelist lxml termtosvg/*.py || exit 0 | |
build: | |
rm -rf dist && \ | |
$(PYTHON) setup.py sdist bdist_wheel | |
man: | |
pandoc man/termtosvg.md -s -t man > man/termtosvg.man.1 | |
pandoc man/termtosvg-templates.md -s -t man > man/termtosvg-templates.man.5 | |
tar -czf "man_$${TRAVIS_TAG}.tar.gz" man/termtosvg*.man.* | |
html: | |
cp -r termtosvg/data/templates/ docs/ | |
rm -rf $(EXAMPLES_DIR)/*.svg | |
termtosvg render $(CASTS_DIR)/awesome.cast $(EXAMPLES_DIR)/awesome_window_frame.svg -t window_frame | |
termtosvg render $(CASTS_DIR)/awesome.cast $(EXAMPLES_DIR)/awesome_window_frame_js.svg -t window_frame_js | |
termtosvg render $(CASTS_DIR)/colors.cast $(EXAMPLES_DIR)/colors_progress_bar.svg -t progress_bar | |
termtosvg render $(CASTS_DIR)/htop.cast $(EXAMPLES_DIR)/htop_gjm8.svg -t gjm8 | |
termtosvg render $(CASTS_DIR)/ipython.cast $(EXAMPLES_DIR)/ipython_window_frame.svg -t window_frame | |
termtosvg render $(CASTS_DIR)/unittest.cast $(EXAMPLES_DIR)/unittest_solarized_dark.svg -t solarized_dark | |
deploy_test: | |
twine upload -r pypitest dist/* | |
deploy_prod: | |
twine upload -r pypi dist/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- Makefile 2019-10-03 16:34:43.735536357 +0000 | |
+++ Makefile.perso 2019-10-03 16:23:04.297536024 +0000 | |
@@ -1,7 +1,7 @@ | |
.PHONY: usage tests build deploy_test deploy_prod html man install | |
-PIP=pip | |
-PYTHON=python | |
+PIP=pip3 | |
+PYTHON=python3 | |
EXAMPLES_DIR=docs/examples | |
CASTS_DIR=$(EXAMPLES_DIR)/casts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
make build | |
rm -rf dist && \ | |
python setup.py sdist bdist_wheel | |
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] …] | |
or: setup.py - help [cmd1 cmd2 …] | |
or: setup.py - help-commands | |
or: setup.py cmd - help | |
error: invalid command 'bdist_wheel' | |
Makefile:31: recipe for target 'build' failed | |
make: *** [build] Error 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pip install dist/termtosvg-0.9.0-py2-none-any.whl | |
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support | |
Processing ./dist/termtosvg-0.9.0-py2-none-any.whl | |
ERROR: Package 'termtosvg' requires a different Python: 2.7.13 not in '>=3.5' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pip install wheel | |
-bash: pip: command not found | |
linaro@captation-techforum-rk3399–4GB:~/termtosvg$ sudo apt install pip | |
Reading package lists… Done | |
Building dependency tree | |
Reading state information… Done | |
E: Unable to locate package pip | |
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 1733k 100 1733k 0 0 3057k 0 - : - : - - : - : - - : - : - 3063k | |
python get-pip.py | |
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support | |
Collecting pip | |
Downloading https://files.pythonhosted.org/packages/30/db/9e38760b32e3e7f40cce46dd5fb107b8c73840df38f0046d8e6514e675a1/pip-19.2.3-py2.py3-none-any.whl (1.4MB) | |
|████████████████████████████████| 1.4MB 1.9MB/s | |
Collecting wheel | |
Downloading https://files.pythonhosted.org/packages/00/83/b4a77d044e78ad1a45610eb88f745be2fd2c6d658f9798a15e384b7d57c9/wheel-0.33.6-py2.py3-none-any.whl | |
Installing collected packages: pip, wheel | |
Successfully installed pip-19.2.3 wheel-0.33.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
linaro@rk3399–4GB:~/termtosvg$ python - version | |
Python 2.7.13 | |
linaro@rk3399–4GB:~/termtosvg$ sudo apt-get install python-setuptools | |
Reading package lists… Done | |
Building dependency tree | |
Reading state information… Done | |
The following additional packages will be installed: | |
python-pkg-resources | |
Suggested packages: | |
python-setuptools-doc | |
The following NEW packages will be installed: | |
python-pkg-resources python-setuptools | |
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. | |
Need to get 463 kB of archives. | |
After this operation, 1590 kB of additional disk space will be used. | |
Do you want to continue? [Y/n] | |
Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main armhf python-pkg-resources all 33.1.1–1 [166 kB] | |
Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main armhf python-setuptools all 33.1.1–1 [297 kB] | |
Fetched 463 kB in 0s (1102 kB/s) | |
Selecting previously unselected package python-pkg-resources. | |
(Reading database … 60960 files and directories currently installed.) | |
Preparing to unpack …/python-pkg-resources_33.1.1–1_all.deb … | |
Unpacking python-pkg-resources (33.1.1–1) … | |
Selecting previously unselected package python-setuptools. | |
Preparing to unpack …/python-setuptools_33.1.1–1_all.deb … | |
Unpacking python-setuptools (33.1.1–1) … | |
Setting up python-pkg-resources (33.1.1–1) … | |
Setting up python-setuptools (33.1.1–1) … |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config - global http.proxy http://proxy-machine:proxy-port | |
linaro@rk3399–4GB:~$ git clone https://github.com/nbedos/termtosvg.git | |
Cloning into 'termtosvg'… | |
remote: Enumerating objects: 3, done. | |
remote: Counting objects: 100% (3/3), done. | |
remote: Compressing objects: 100% (3/3), done. | |
remote: Total 1496 (delta 0), reused 1 (delta 0), pack-reused 1493 | |
Receiving objects: 100% (1496/1496), 1.18 MiB | 2.21 MiB/s, done. | |
Resolving deltas: 100% (871/871), done. | |
linaro@rk3399–4GB:~$ cd termtosvg | |
linaro@rk3399–4GB:~$ make build | |
ImportError: No module named setuptools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="terminal" baseProfile="full" viewBox="0 0 1208 2467" width="1208" version="1.1"> | |
<defs> | |
<termtosvg:template_settings xmlns:termtosvg="https://github.com/nbedos/termtosvg"> | |
<termtosvg:screen_geometry columns="151" rows="145"/> | |
<termtosvg:animation type="css"/> | |
</termtosvg:template_settings> | |
<style type="text/css" id="generated-style"><![CDATA[#screen { | |
font-family: 'DejaVu Sans Mono', monospace; | |
font-style: normal; | |
font-size: 14px; | |
} | |
text { | |
dominant-baseline: text-before-edge; | |
white-space: pre; | |
} | |
:root { | |
--animation-duration: 38473ms; | |
} | |
@keyframes roll { | |
0.000%{transform:translateY(0px)} | |
9.796%{transform:translateY(-2482px)} | |
10.995%{transform:translateY(-4964px)} | |
11.333%{transform:translateY(-7446px)} | |
11.483%{transform:translateY(-9928px)} | |
12.029%{transform:translateY(-12410px)} | |
12.123%{transform:translateY(-14892px)} | |
12.767%{transform:translateY(-17374px)} | |
13.144%{transform:translateY(-19856px)} | |
13.584%{transform:translateY(-22338px)} | |
15.647%{transform:translateY(-24820px)} | |
17.241%{transform:translateY(-27302px)} | |
18.044%{transform:translateY(-29784px)} | |
18.260%{transform:translateY(-32266px)} | |
18.345%{transform:translateY(-34748px)} | |
18.746%{transform:translateY(-37230px)} | |
18.857%{transform:translateY(-39712px)} | |
20.438%{transform:translateY(-42194px)} | |
20.770%{transform:translateY(-44676px)} | |
21.503%{transform:translateY(-47158px)} | |
21.982%{transform:translateY(-49640px)} | |
22.091%{transform:translateY(-52122px)} | |
23.175%{transform:translateY(-54604px)} | |
24.030%{transform:translateY(-57086px)} | |
24.165%{transform:translateY(-59568px)} | |
24.542%{transform:translateY(-62050px)} | |
24.841%{transform:translateY(-64532px)} | |
25.766%{transform:translateY(-67014px)} | |
25.847%{transform:translateY(-69496px)} | |
26.452%{transform:translateY(-71978px)} | |
26.894%{transform:translateY(-74460px)} | |
27.058%{transform:translateY(-76942px)} | |
27.562%{transform:translateY(-79424px)} | |
28.555%{transform:translateY(-81906px)} | |
28.880%{transform:translateY(-84388px)} | |
29.070%{transform:translateY(-86870px)} | |
29.397%{transform:translateY(-89352px)} | |
31.882%{transform:translateY(-91834px)} | |
31.968%{transform:translateY(-94316px)} | |
32.950%{transform:translateY(-96798px)} | |
33.985%{transform:translateY(-99280px)} | |
34.824%{transform:translateY(-101762px)} | |
34.905%{transform:translateY(-104244px)} | |
35.170%{transform:translateY(-106726px)} | |
35.518%{transform:translateY(-109208px)} | |
35.968%{transform:translateY(-111690px)} | |
36.420%{transform:translateY(-114172px)} | |
36.600%{transform:translateY(-116654px)} | |
36.691%{transform:translateY(-119136px)} | |
37.478%{transform:translateY(-121618px)} | |
39.867%{transform:translateY(-124100px)} | |
42.001%{transform:translateY(-126582px)} | |
43.202%{transform:translateY(-129064px)} | |
43.597%{transform:translateY(-131546px)} | |
44.395%{transform:translateY(-134028px)} | |
44.483%{transform:translateY(-136510px)} | |
44.933%{transform:translateY(-138992px)} | |
45.000%{transform:translateY(-141474px)} | |
47.857%{transform:translateY(-143956px)} | |
48.359%{transform:translateY(-146438px)} | |
48.473%{transform:translateY(-148920px)} | |
49.185%{transform:translateY(-151402px)} | |
51.051%{transform:translateY(-153884px)} | |
51.207%{transform:translateY(-156366px)} | |
52.153%{transform:translateY(-158848px)} | |
52.517%{transform:translateY(-161330px)} | |
52.645%{transform:translateY(-163812px)} | |
53.071%{transform:translateY(-166294px)} | |
54.259%{transform:translateY(-168776px)} | |
54.597%{transform:translateY(-171258px)} | |
54.825%{transform:translateY(-173740px)} | |
55.234%{transform:translateY(-176222px)} | |
55.486%{transform:translateY(-178704px)} | |
57.438%{transform:translateY(-181186px)} | |
60.094%{transform:translateY(-183668px)} | |
60.162%{transform:translateY(-186150px)} | |
61.448%{transform:translateY(-188632px)} | |
64.625%{transform:translateY(-191114px)} | |
65.563%{transform:translateY(-193596px)} | |
66.480%{transform:translateY(-196078px)} | |
66.735%{transform:translateY(-198560px)} | |
66.847%{transform:translateY(-201042px)} | |
67.377%{transform:translateY(-203524px)} | |
67.427%{transform:translateY(-206006px)} | |
67.720%{transform:translateY(-208488px)} | |
68.157%{transform:translateY(-210970px)} | |
68.630%{transform:translateY(-213452px)} | |
68.861%{transform:translateY(-215934px)} | |
69.129%{transform:translateY(-218416px)} | |
69.444%{transform:translateY(-220898px)} | |
69.800%{transform:translateY(-223380px)} | |
70.171%{transform:translateY(-225862px)} | |
70.564%{transform:translateY(-228344px)} | |
70.995%{transform:translateY(-230826px)} | |
71.461%{transform:translateY(-233308px)} | |
71.967%{transform:translateY(-235790px)} | |
72.557%{transform:translateY(-238272px)} | |
73.114%{transform:translateY(-240754px)} | |
73.711%{transform:translateY(-243236px)} | |
74.356%{transform:translateY(-245718px)} | |
75.029%{transform:translateY(-248200px)} | |
75.739%{transform:translateY(-250682px)} | |
76.477%{transform:translateY(-253164px)} | |
77.252%{transform:translateY(-255646px)} | |
78.130%{transform:translateY(-258128px)} | |
78.962%{transform:translateY(-260610px)} | |
80.061%{transform:translateY(-263092px)} | |
84.098%{transform:translateY(-265574px)} | |
88.135%{transform:translateY(-268056px)} | |
89.772%{transform:translateY(-270538px)} | |
90.726%{transform:translateY(-273020px)} | |
94.970%{transform:translateY(-275502px)} | |
96.605%{transform:translateY(-277984px)} | |
97.401%{transform:translateY(-280466px)} | |
100.000%{transform:translateY(-280466px)} | |
} | |
#screen_view { | |
animation-duration: 38473ms; | |
animation-iteration-count:infinite; | |
animation-name:roll; | |
animation-timing-function: steps(1,end); | |
animation-fill-mode: forwards; | |
} | |
]]></style> | |
<style type="text/css" id="user-style"> | |
/* gjm8 color theme (source: https://terminal.sexy/) */ | |
.foreground {fill: #c5c5c5;} | |
.background {fill: #1c1c1c;} | |
.color0 {fill: #1c1c1c;} | |
.color1 {fill: #ff005b;} | |
.color2 {fill: #cee318;} | |
.color3 {fill: #ffe755;} | |
.color4 {fill: #048ac7;} | |
.color5 {fill: #833c9f;} | |
.color6 {fill: #0ac1cd;} | |
.color7 {fill: #e5e5e5;} | |
.color8 {fill: #1c1c1c;} | |
.color9 {fill: #ff005b;} | |
.color10 {fill: #cee318;} | |
.color11 {fill: #ffe755;} | |
.color12 {fill: #048ac7;} | |
.color13 {fill: #833c9f;} | |
.color14 {fill: #0ac1cd;} | |
.color15 {fill: #e5e5e5;} | |
</style> | |
</defs> | |
<svg id="screen" width="1208" height="2465" viewBox="0 0 1208 2465" preserveAspectRatio="xMidYMin slice"> | |
<rect class="background" height="100%" width="100%" x="0" y="0"/><defs><g id="g123"><text class="foreground" textLength="32" x="16">594 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 278M 106M 88</text><text class="foreground" textLength="200" x="304">736 S 0.0 2.8 0:00.02 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g12"><text class="foreground" textLength="480" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes</text><text class="background" textLength="8" x="480"> </text><text class="foreground" textLength="720" x="488"> </text></g><g id="g141"><text class="foreground" textLength="32" x="16">638 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192">36</text><text class="foreground" textLength="32" x="208">988 </text><text class="color6" textLength="16" x="240"> 5</text><text class="foreground" textLength="32" x="256">936 </text><text class="color6" textLength="16" x="288"> 4</text><text class="foreground" textLength="200" x="304">248 S 0.0 0.2 0:00.26 </text><text class="color2" textLength="312" x="504">/usr/lib/policykit-1/polkitd --no-debug</text></g><g id="g166"><text class="foreground" textLength="176" x="16">738 linaro 20 0 </text><text class="color6" textLength="64" x="192"> 382M 23</text><text class="foreground" textLength="32" x="256">084 </text><text class="color6" textLength="16" x="288">18</text><text class="foreground" textLength="376" x="304">064 S 0.0 0.6 0:24.23 lxpanel --profile LXDE</text></g><g id="g50"><text class="foreground" textLength="768" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we're inside an termtosvg session!</text><text class="background" textLength="8" x="768"> </text><text class="foreground" textLength="432" x="776"> </text></g><g id="g13"><text class="foreground" textLength="488" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes,</text><text class="background" textLength="8" x="488"> </text><text class="foreground" textLength="712" x="496"> </text></g><g id="g64"><text class="foreground" textLength="488" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "That</text><text class="background" textLength="8" x="488"> </text></g><g id="g158"><text class="foreground" textLength="176" x="16">726 linaro 20 0 </text><text class="color6" textLength="16" x="192">37</text><text class="foreground" textLength="32" x="208">620 </text><text class="color6" textLength="16" x="240"> 4</text><text class="foreground" textLength="32" x="256">672 </text><text class="color6" textLength="16" x="288"> 4</text><text class="foreground" textLength="200" x="304">168 S 0.0 0.1 0:00.00 </text><text class="color2" textLength="152" x="504">/usr/lib/gvfs/gvfsd</text></g><g id="g185"><text class="foreground" textLength="176" x="16">759 linaro 20 0 </text><text class="color6" textLength="16" x="192">39</text><text class="foreground" textLength="32" x="208">516 </text><text class="color6" textLength="16" x="240"> 8</text><text class="foreground" textLength="32" x="256">972 </text><text class="color6" textLength="16" x="288"> 7</text><text class="foreground" textLength="352" x="304">824 S 0.0 0.2 0:00.14 xfce4-power-manager</text></g><g id="g292"><text class="foreground" textLength="16" x="0"> </text><text class="color6" textLength="24" x="16">1 </text><text class="foreground" font-weight="bold" textLength="8" x="40">[</text><text class="color2" textLength="8" x="48">|</text><text class="color1" textLength="16" x="56">||</text><text class="color8" font-weight="bold" textLength="496" x="72"> 3.9%</text><text class="foreground" font-weight="bold" textLength="8" x="568">]</text><text class="foreground" textLength="24" x="576"> </text><text class="color6" textLength="24" x="600">4 </text><text class="foreground" font-weight="bold" textLength="8" x="624">[</text><text class="color8" font-weight="bold" textLength="520" x="632"> 0.0%</text><text class="foreground" font-weight="bold" textLength="8" x="1152">]</text></g><g id="g290"><text class="foreground" textLength="32" x="16">610 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192"> 7</text><text class="foreground" textLength="8" x="208">5</text><text class="color6" textLength="8" x="216">9</text><text class="foreground" textLength="16" x="224">2 </text><text class="color6" textLength="16" x="240"> 3</text><text class="foreground" textLength="32" x="256">908 </text><text class="color6" textLength="16" x="288"> 9</text><text class="foreground" textLength="416" x="304">256 S 0.0 0.1 0:00.09 /lib/systemd/systemd --user</text></g><g id="g215"><text class="foreground" textLength="32" x="16">861 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192"> 4</text><text class="foreground" textLength="32" x="208">132 </text><text class="color6" textLength="16" x="240"> 1</text><text class="foreground" textLength="32" x="256">500 </text><text class="color6" textLength="16" x="288"> 1</text><text class="foreground" textLength="904" x="304">128 S 0.0 0.0 0:00.00 /sbin/mount.ntfs /dev/sda1 /media/linaro/0E9ACA2339F586E5 -o rw,nodev,nosuid,uid=1000,gi</text></g><g id="g35"><text class="foreground" textLength="664" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we're inside an termt</text><text class="background" textLength="8" x="664"> </text><text class="foreground" textLength="536" x="672"> </text></g><g id="g169"><text class="foreground" textLength="176" x="16">739 linaro 20 0 </text><text class="color6" textLength="64" x="192"> 155M 35</text><text class="foreground" textLength="32" x="256">040 </text><text class="color6" textLength="16" x="288">31</text><text class="foreground" textLength="456" x="304">172 S 0.0 0.9 0:06.63 pcmanfm --desktop --profile LXDE</text></g><g id="g163"><text class="foreground" textLength="176" x="16">763 linaro 20 0 </text><text class="color6" textLength="64" x="192"> 382M 23</text><text class="foreground" textLength="32" x="256">084 </text><text class="color6" textLength="16" x="288">18</text><text class="foreground" textLength="200" x="304">064 S 0.0 0.6 0:00.00 </text><text class="color2" textLength="176" x="504">lxpanel --profile LXDE</text></g><g id="g29"><text class="foreground" textLength="616" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we're inside an</text><text class="background" textLength="8" x="616"> </text><text class="foreground" textLength="584" x="624"> </text></g><g id="g187"><text class="foreground" textLength="176" x="16">765 linaro 20 0 </text><text class="color6" textLength="16" x="192"> 7</text><text class="foreground" textLength="32" x="208">656 </text><text class="color6" textLength="16" x="240"> 3</text><text class="foreground" textLength="32" x="256">456 </text><text class="color6" textLength="16" x="288"> 3</text><text class="foreground" textLength="592" x="304">084 S 0.0 0.1 0:00.02 /usr/lib/arm-linux-gnueabihf/xfce4/xfconf/xfconfd</text></g><g id="g173"><text class="foreground" textLength="176" x="16">810 linaro 20 0 </text><text class="color6" textLength="64" x="192"> 193M 45</text><text class="foreground" textLength="32" x="256">916 </text><text class="color6" textLength="16" x="288">33</text><text class="foreground" textLength="200" x="304">996 S 0.0 1.2 0:00.00 </text><text class="color2" textLength="72" x="504">nm-applet</text></g><g id="g53"><text class="background" textLength="8" x="0"> </text></g><g id="g25"><text class="foreground" textLength="584" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we're insid</text><text class="background" textLength="8" x="584"> </text><text class="foreground" textLength="616" x="592"> </text></g><g id="g171"><text class="foreground" textLength="176" x="16">744 linaro 20 0 </text><text class="color6" textLength="16" x="192"> 2</text><text class="foreground" textLength="464" x="208">984 192 0 S 0.0 0.0 0:00.00 /usr/bin/ssh-agent -s</text></g><g id="g267"><text class="foreground" textLength="32" x="16">578 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 279M 106M 89</text><text class="foreground" textLength="904" x="304">320 S 0.6 2.8 1:58.51 /usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g221"><text class="foreground" textLength="192" x="0"> 1330 linaro 20 0 </text><text class="color6" textLength="16" x="192"> 1</text><text class="foreground" textLength="32" x="208">856 </text><text class="color6" textLength="16" x="240"> 1</text><text class="foreground" textLength="32" x="256">208 </text><text class="color6" textLength="16" x="288"> 1</text><text class="foreground" textLength="328" x="304">092 S 0.0 0.0 0:00.00 gnome-pty-helper</text></g><g id="g237"><text class="foreground" textLength="192" x="0"> 1509 linaro 20 0 </text><text class="color6" textLength="16" x="192"> 5</text><text class="foreground" textLength="32" x="208">448 </text><text class="color6" textLength="16" x="240"> 3</text><text class="foreground" textLength="32" x="256">180 </text><text class="color6" textLength="16" x="288"> 2</text><text class="foreground" textLength="272" x="304">044 S 0.0 0.1 0:00.13 /bin/bash</text></g><g id="g22"><text class="foreground" textLength="560" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we're in</text><text class="background" textLength="8" x="560"> </text><text class="foreground" textLength="640" x="568"> </text></g><g id="g10"><text class="foreground" textLength="464" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Y</text><text class="background" textLength="8" x="464"> </text><text class="foreground" textLength="736" x="472"> </text></g><g id="g124"><text class="foreground" textLength="32" x="16">595 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 278M 106M 88</text><text class="foreground" textLength="200" x="304">736 S 0.0 2.8 0:07.20 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g178"><text class="foreground" textLength="176" x="16">814 linaro 20 0 </text><text class="color6" textLength="64" x="192"> 193M 45</text><text class="foreground" textLength="32" x="256">916 </text><text class="color6" textLength="16" x="288">33</text><text class="foreground" textLength="200" x="304">996 S 0.0 1.2 0:00.00 </text><text class="color2" textLength="72" x="504">nm-applet</text></g><g id="g286"><text class="foreground" textLength="32" x="16">644 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 279M 106M 89</text><text class="foreground" textLength="200" x="304">256 S 0.0 2.8 0:00.00 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g206"><text class="foreground" textLength="32" x="16">842 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192">54</text><text class="foreground" textLength="32" x="208">716 </text><text class="color6" textLength="16" x="240"> 6</text><text class="foreground" textLength="32" x="256">488 </text><text class="color6" textLength="16" x="288"> 4</text><text class="foreground" textLength="200" x="304">752 S 0.0 0.2 0:00.00 </text><text class="color2" textLength="240" x="504">/usr/lib/udisks2/udisksd --no-</text></g><g id="g36"><text class="foreground" textLength="672" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we're inside an termto</text><text class="background" textLength="8" x="672"> </text><text class="foreground" textLength="528" x="680"> </text></g><g id="g153"><text class="foreground" textLength="176" x="16">694 linaro 20 0 </text><text class="color6" textLength="16" x="192"> 5</text><text class="foreground" textLength="32" x="208">924 </text><text class="color6" textLength="16" x="240"> 1</text><text class="foreground" textLength="32" x="256">484 </text><text class="color6" textLength="16" x="288"> 1</text><text class="foreground" textLength="544" x="304">096 S 0.0 0.0 0:00.00 /usr/bin/dbus-launch --exit-with-session --</text></g><g id="g259"><text class="foreground" textLength="192" x="0"> 1590 linaro 20 0 </text><text class="color6" textLength="16" x="192">55</text><text class="foreground" textLength="32" x="208">548 </text><text class="color6" textLength="16" x="240"> 3</text><text class="foreground" textLength="32" x="256">504 </text><text class="color6" textLength="16" x="288"> 2</text><text class="foreground" textLength="904" x="304">184 S 0.0 0.4 0:02.25 -bash </text></g><g id="g26"><text class="foreground" textLength="592" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we're inside</text><text class="background" textLength="8" x="592"> </text><text class="foreground" textLength="608" x="600"> </text></g><g id="g231"><text class="foreground" textLength="16" x="0"> </text><text class="color6" textLength="24" x="16">Mem</text><text class="foreground" font-weight="bold" textLength="8" x="40">[</text><text class="color2" textLength="32" x="48">||||</text><text class="color4" textLength="16" x="80">||</text><text class="color3" textLength="48" x="96">||||||</text><text class="color8" font-weight="bold" textLength="424" x="144"> 229M/3.72G</text><text class="foreground" font-weight="bold" textLength="8" x="568">]</text><text class="foreground" textLength="24" x="576"> </text><text class="color6" textLength="56" x="600">Tasks: </text><text class="color14" font-weight="bold" textLength="16" x="656">55</text><text class="color6" textLength="16" x="672">, </text><text class="color10" font-weight="bold" textLength="16" x="688">67</text><text class="color2" textLength="32" x="704"> thr</text><text class="color6" textLength="16" x="736">; </text><text class="color10" font-weight="bold" textLength="8" x="752">2</text><text class="color6" textLength="64" x="760"> running</text></g><g id="g103"><text class="foreground" textLength="32" x="16">402 </text><text class="color8" font-weight="bold" textLength="80" x="48">avahi </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192"> 5</text><text class="foreground" textLength="512" x="208">192 292 0 S 0.0 0.0 0:00.00 avahi-daemon: chroot helper</text></g><g id="g289"><text class="foreground" textLength="32" x="16">578 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 279M 106M 89</text><text class="foreground" textLength="904" x="304">256 S 0.0 2.8 1:58.49 /usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g63"><text class="foreground" textLength="480" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Tha</text><text class="background" textLength="8" x="480"> </text></g><g id="g122"><text class="foreground" textLength="32" x="16">593 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 278M 106M 88</text><text class="foreground" textLength="200" x="304">736 S 0.0 2.8 0:00.00 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g40"><text class="foreground" textLength="704" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we're inside an termtosvg </text><text class="background" textLength="8" x="704"> </text><text class="foreground" textLength="496" x="712"> </text></g><g id="g228"><text class="foreground" textLength="16" x="0"> </text><text class="color6" textLength="24" x="16">1 </text><text class="foreground" font-weight="bold" textLength="8" x="40">[</text><text class="color2" textLength="8" x="48">|</text><text class="color1" textLength="8" x="56">|</text><text class="color8" font-weight="bold" textLength="504" x="64"> 1.5%</text><text class="foreground" font-weight="bold" textLength="8" x="568">]</text><text class="foreground" textLength="24" x="576"> </text><text class="color6" textLength="24" x="600">4 </text><text class="foreground" font-weight="bold" textLength="8" x="624">[</text><text class="color8" font-weight="bold" textLength="520" x="632"> 0.0%</text><text class="foreground" font-weight="bold" textLength="8" x="1152">]</text></g><g id="g161"><text class="foreground" textLength="176" x="16">762 linaro 20 0 </text><text class="color6" textLength="64" x="192"> 382M 23</text><text class="foreground" textLength="32" x="256">084 </text><text class="color6" textLength="16" x="288">18</text><text class="foreground" textLength="160" x="304">064 S 0.0 0.6 0:0</text></g><g id="g106"><text class="foreground" textLength="32" x="16">413 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192">87</text><text class="foreground" textLength="32" x="208">072 </text><text class="color6" textLength="16" x="240">12</text><text class="foreground" textLength="32" x="256">212 </text><text class="color6" textLength="16" x="288">10</text><text class="foreground" textLength="488" x="304">224 S 0.0 0.3 0:09.56 /usr/sbin/NetworkManager --no-daemon</text></g><g id="g240"><text class="foreground" textLength="32" x="16">578 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 279M 106M 89</text><text class="foreground" textLength="904" x="304">320 S 0.3 2.8 1:58.50 /usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g21"><text class="foreground" textLength="552" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we're i</text><text class="background" textLength="8" x="552"> </text><text class="foreground" textLength="648" x="560"> </text></g><g id="g34"><text class="foreground" textLength="656" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we're inside an term</text><text class="background" textLength="8" x="656"> </text><text class="foreground" textLength="544" x="664"> </text></g><g id="g236"><text class="foreground" textLength="192" x="0"> 1508 linaro 20 0 </text><text class="color6" textLength="16" x="192">50</text><text class="foreground" textLength="32" x="208">652 </text><text class="color6" textLength="16" x="240">17</text><text class="foreground" textLength="32" x="256">244 </text><text class="color6" textLength="16" x="288"> 9</text><text class="foreground" textLength="528" x="304">820 S 0.0 0.4 0:02.70 /usr/bin/python3 /usr/local/bin/termtosvg</text></g><g id="g159"><text class="foreground" textLength="176" x="16">724 linaro 20 0 </text><text class="color6" textLength="16" x="192">37</text><text class="foreground" textLength="32" x="208">620 </text><text class="color6" textLength="16" x="240"> 4</text><text class="foreground" textLength="32" x="256">672 </text><text class="color6" textLength="16" x="288"> 4</text><text class="foreground" textLength="352" x="304">168 S 0.0 0.1 0:00.03 /usr/lib/gvfs/gvfsd</text></g><g id="g42"><text class="foreground" textLength="720" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we're inside an termtosvg se</text><text class="background" textLength="8" x="720"> </text><text class="foreground" textLength="480" x="728"> </text></g><g id="g226"><text class="foreground" textLength="192" x="0"> 1490 linaro 20 0 </text><text class="color6" textLength="16" x="192"> 5</text><text class="foreground" textLength="32" x="208">548 </text><text class="color6" textLength="16" x="240"> 3</text><text class="foreground" textLength="32" x="256">504 </text><text class="color6" textLength="16" x="288"> 2</text><text class="foreground" textLength="240" x="304">184 S 0.0 0.1 0:00.25 -bash</text></g><g id="g88"><text class="color0" textLength="1208" x="0"> 1514 linaro 20 0 4704 3560 1728 R 78.3 0.1 0:00.14 htop </text></g><g id="g7"><text class="foreground" textLength="440" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo</text><text class="background" textLength="8" x="440"> </text><text class="foreground" textLength="760" x="448"> </text></g><g id="g296"><text class="color0" textLength="1208" x="0"> 1508 linaro 20 0 56232 22624 9820 S 38.1 0.6 0:08.46 /usr/bin/python3 /usr/local/bin/termtosvg </text></g><g id="g293"><text class="foreground" textLength="16" x="0"> </text><text class="color6" textLength="24" x="16">2 </text><text class="foreground" font-weight="bold" textLength="8" x="40">[</text><text class="color8" font-weight="bold" textLength="520" x="48"> 0.0%</text><text class="foreground" font-weight="bold" textLength="8" x="568">]</text><text class="foreground" textLength="24" x="576"> </text><text class="color6" textLength="24" x="600">5 </text><text class="foreground" font-weight="bold" textLength="8" x="624">[</text><text class="color2" textLength="200" x="632">|||||||||||||||||||||||||</text><text class="color8" font-weight="bold" textLength="320" x="832"> 38.1%</text><text class="foreground" font-weight="bold" textLength="8" x="1152">]</text></g><g id="g23"><text class="foreground" textLength="568" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we're ins</text><text class="background" textLength="8" x="568"> </text><text class="foreground" textLength="632" x="576"> </text></g><g id="g241"><text class="foreground" textLength="184" x="8">1487 linaro 20 0 </text><text class="color6" textLength="16" x="192"> 9</text><text class="foreground" textLength="32" x="208">648 </text><text class="color6" textLength="16" x="240"> 2</text><text class="foreground" textLength="32" x="256">928 </text><text class="color6" textLength="16" x="288"> 2</text><text class="foreground" textLength="408" x="304">236 S 0.3 0.1 0:00.09 sshd: linaro@pts/1md-udevd</text></g><g id="g198"><text class="foreground" textLength="176" x="16">788 linaro 20 0 </text><text class="color6" textLength="16" x="192">24</text><text class="foreground" textLength="32" x="208">556 </text><text class="color6" textLength="16" x="240"> 3</text><text class="foreground" textLength="32" x="256">672 </text><text class="color6" textLength="16" x="288"> 3</text><text class="foreground" textLength="200" x="304">360 S 0.0 0.1 0:00.00 </text><text class="color2" textLength="488" x="504">/usr/lib/menu-cache/menu-cached /run/user/1000/menu-cached-:0</text></g><g id="g295"><text class="color6" textLength="64" x="600">Uptime: </text><text class="color14" font-weight="bold" textLength="64" x="664">02:40:47</text></g><g id="g82"><text class="foreground" textLength="16" x="0"> </text><text class="color6" textLength="24" x="16">3 </text><text class="foreground" font-weight="bold" textLength="8" x="40">[</text><text class="color8" font-weight="bold" textLength="520" x="48"> 0.0%</text><text class="foreground" font-weight="bold" textLength="8" x="568">]</text><text class="foreground" textLength="24" x="576"> </text><text class="color6" textLength="24" x="600">6 </text><text class="foreground" font-weight="bold" textLength="8" x="624">[</text><text class="color8" font-weight="bold" textLength="520" x="632"> 0.0%</text><text class="foreground" font-weight="bold" textLength="8" x="1152">]</text></g><g id="g174"><text class="foreground" textLength="176" x="16">811 linaro 20 0 </text><text class="color6" textLength="64" x="192"> 193M 45</text><text class="foreground" textLength="32" x="256">916 </text><text class="color6" textLength="16" x="288">33</text><text class="foreground" textLength="200" x="304">996 S 0.0 1.2 0:00.00 </text><text class="color2" textLength="72" x="504">nm-applet</text></g><g id="g119"><text class="foreground" textLength="32" x="16">591 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 278M 106M 88</text><text class="foreground" textLength="200" x="304">736 S 0.0 2.8 0:00.00 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g99"><text class="foreground" textLength="32" x="16">406 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192">23</text><text class="foreground" textLength="32" x="208">092 </text><text class="color6" textLength="16" x="240"> 2</text><text class="foreground" textLength="32" x="256">188 </text><text class="color6" textLength="16" x="288"> 1</text><text class="foreground" textLength="200" x="304">732 S 0.0 0.1 0:00.25 </text><text class="color2" textLength="168" x="504">/usr/sbin/rsyslogd -n</text></g><g id="g212"><text class="foreground" textLength="176" x="16">852 linaro 20 0 </text><text class="color6" textLength="16" x="192">47</text><text class="foreground" textLength="32" x="208">028 </text><text class="color6" textLength="16" x="240"> 5</text><text class="foreground" textLength="32" x="256">208 </text><text class="color6" textLength="16" x="288"> 4</text><text class="foreground" textLength="200" x="304">600 S 0.0 0.1 0:00.00 </text><text class="color2" textLength="528" x="504">/usr/lib/gvfs/gvfsd-trash --spawner :1.2 /org/gtk/gvfs/exec_spaw/0</text></g><g id="g218"><text class="foreground" textLength="184" x="8">1335 linaro 20 0 </text><text class="color6" textLength="16" x="192">42</text><text class="foreground" textLength="32" x="208">376 </text><text class="color6" textLength="16" x="240">15</text><text class="foreground" textLength="32" x="256">380 </text><text class="color6" textLength="16" x="288">12</text><text class="foreground" textLength="200" x="304">172 S 0.0 0.4 0:00.00 </text><text class="color2" textLength="80" x="504">lxterminal</text></g><g id="g170"><text class="foreground" textLength="80" x="16">744 linaro</text></g><g id="g288"><text class="foreground" textLength="32" x="16">655 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 279M 106M 89</text><text class="foreground" textLength="200" x="304">256 S 0.0 2.8 0:00.41 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g143"><text class="foreground" textLength="32" x="16">635 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192"> 7</text><text class="foreground" textLength="32" x="208">872 </text><text class="color6" textLength="16" x="240"> 4</text><text class="foreground" textLength="32" x="256">940 </text><text class="color6" textLength="16" x="288"> 4</text><text class="foreground" textLength="592" x="304">444 S 0.0 0.1 0:00.46 /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant</text></g><g id="g86"><text class="color0" textLength="1208" x="0"> PID USER PRI NI VIRT RES SHR S CPU% MEM% TIME+ Command </text></g><g id="g24"><text class="foreground" textLength="576" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we're insi</text><text class="background" textLength="8" x="576"> </text><text class="foreground" textLength="624" x="584"> </text></g><g id="g60"><text class="foreground" textLength="456" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "</text><text class="background" textLength="8" x="456"> </text></g><g id="g43"><text class="foreground" textLength="728" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we're inside an termtosvg ses</text><text class="background" textLength="8" x="728"> </text><text class="foreground" textLength="472" x="736"> </text></g><g id="g79"><text class="foreground" textLength="1208" x="0"> </text></g><g id="g234"><text class="color0" textLength="1208" x="0"> 1508 linaro 20 0 54928 21576 9820 R 100. 0.6 0:06.00 /usr/bin/python3 /usr/local/bin/termtosvg </text></g><g id="g110"><text class="foreground" textLength="32" x="16">561 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192"> 6</text><text class="foreground" textLength="32" x="208">752 </text><text class="color6" textLength="16" x="240"> 2</text><text class="foreground" textLength="32" x="256">632 </text><text class="color6" textLength="16" x="288"> 2</text><text class="foreground" textLength="304" x="304">196 S 0.0 0.1 0:00.03 /bin/login -f</text></g><g id="g20"><text class="foreground" textLength="544" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we're </text><text class="background" textLength="8" x="544"> </text><text class="foreground" textLength="656" x="552"> </text></g><g id="g172"><text class="foreground" textLength="176" x="16">809 linaro 20 0 </text><text class="color6" textLength="64" x="192"> 193M 45</text><text class="foreground" textLength="32" x="256">916 </text><text class="color6" textLength="16" x="288">33</text><text class="foreground" textLength="200" x="304">996 S 0.0 1.2 0:00.00 </text><text class="color2" textLength="72" x="504">nm-applet</text></g><g id="g175"><text class="foreground" textLength="176" x="16">812 linaro 20 0 </text><text class="color6" textLength="64" x="192"> 193M 45</text><text class="foreground" textLength="32" x="256">916 </text><text class="color6" textLength="16" x="288">33</text><text class="foreground" textLength="200" x="304">996 S 0.0 1.2 0:00.00 </text><text class="color2" textLength="72" x="504">nm-applet</text></g><g id="g280"><text class="foreground" textLength="32" x="16">595 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 279M 106M 89</text><text class="foreground" textLength="200" x="304">256 S 0.0 2.8 0:07.20 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g95"><text class="foreground" textLength="32" x="16">384 </text><text class="color8" font-weight="bold" textLength="80" x="48">avahi </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192"> 5</text><text class="foreground" textLength="32" x="208">192 </text><text class="color6" textLength="16" x="240"> 2</text><text class="foreground" textLength="32" x="256">328 </text><text class="color6" textLength="16" x="288"> 2</text><text class="foreground" textLength="680" x="304">036 S 0.0 0.1 0:00.17 avahi-daemon: running [captation-techforum-rk3399-4GB.local]</text></g><g id="g165"><text class="foreground" textLength="176" x="16">832 linaro 20 0 </text><text class="color6" textLength="64" x="192"> 382M 23</text><text class="foreground" textLength="32" x="256">084 </text><text class="color6" textLength="16" x="288">18</text><text class="foreground" textLength="200" x="304">064 S 0.0 0.6 0:00.01 </text><text class="color2" textLength="176" x="504">lxpanel --profile LXDE</text></g><g id="g114"><text class="foreground" textLength="32" x="16">570 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192"> 8</text><text class="foreground" textLength="32" x="208">492 </text><text class="color6" textLength="16" x="240"> 3</text><text class="foreground" textLength="32" x="256">960 </text><text class="color6" textLength="16" x="288"> 3</text><text class="foreground" textLength="336" x="304">448 S 0.0 0.1 0:00.20 /usr/sbin/sshd -D</text></g><g id="g183"><text class="foreground" textLength="176" x="16">770 linaro 20 0 </text><text class="color6" textLength="16" x="192">39</text><text class="foreground" textLength="32" x="208">516 </text><text class="color6" textLength="16" x="240"> 8</text><text class="foreground" textLength="32" x="256">972 </text><text class="color6" textLength="16" x="288"> 7</text><text class="foreground" textLength="200" x="304">824 S 0.0 0.2 0:00.00 </text><text class="color2" textLength="152" x="504">xfce4-power-manager</text></g><g id="g19"><text class="foreground" textLength="536" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we're</text><text class="background" textLength="8" x="536"> </text><text class="foreground" textLength="664" x="544"> </text></g><g id="g48"><text class="foreground" textLength="768" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we're inside an termtosvg session"</text><text class="background" textLength="8" x="768"> </text><text class="foreground" textLength="432" x="776"> </text></g><g id="g73"><text class="foreground" textLength="552" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "That rocks!"</text></g><g id="g276"><text class="foreground" textLength="32" x="16">588 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 279M 106M 89</text><text class="foreground" textLength="200" x="304">256 S 0.6 2.8 0:22.60 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g38"><text class="foreground" textLength="688" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we're inside an termtosv</text><text class="background" textLength="8" x="688"> </text><text class="foreground" textLength="512" x="696"> </text></g><g id="g57"><text class="foreground" textLength="432" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ ech</text><text class="background" textLength="8" x="432"> </text></g><g id="g58"><text class="foreground" textLength="440" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo</text><text class="background" textLength="8" x="440"> </text></g><g id="g263"><text class="foreground" textLength="16" x="0"> </text><text class="color6" textLength="24" x="16">Mem</text><text class="foreground" font-weight="bold" textLength="8" x="40">[</text><text class="color2" textLength="32" x="48">||||</text><text class="color4" textLength="16" x="80">||</text><text class="color3" textLength="48" x="96">||||||</text><text class="color8" font-weight="bold" textLength="424" x="144"> 230M/3.72G</text><text class="foreground" font-weight="bold" textLength="8" x="568">]</text><text class="foreground" textLength="24" x="576"> </text><text class="color6" textLength="56" x="600">Tasks: </text><text class="color14" font-weight="bold" textLength="16" x="656">55</text><text class="color6" textLength="16" x="672">, </text><text class="color10" font-weight="bold" textLength="16" x="688">67</text><text class="color2" textLength="32" x="704"> thr</text><text class="color6" textLength="16" x="736">; </text><text class="color10" font-weight="bold" textLength="8" x="752">1</text><text class="color6" textLength="64" x="760"> running</text></g><g id="g18"><text class="foreground" textLength="528" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we'r</text><text class="background" textLength="8" x="528"> </text><text class="foreground" textLength="672" x="536"> </text></g><g id="g100"><text class="foreground" textLength="32" x="16">395 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192">23</text><text class="foreground" textLength="32" x="208">092 </text><text class="color6" textLength="16" x="240"> 2</text><text class="foreground" textLength="32" x="256">188 </text><text class="color6" textLength="16" x="288"> 1</text><text class="foreground" textLength="368" x="304">732 S 0.0 0.1 0:00.41 /usr/sbin/rsyslogd -n</text></g><g id="g108"><text class="foreground" textLength="32" x="16">560 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192"> 2</text></g><g id="g14"><text class="foreground" textLength="496" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, </text><text class="background" textLength="8" x="496"> </text><text class="foreground" textLength="704" x="504"> </text></g><g id="g184"><text class="foreground" textLength="176" x="16">771 linaro 20 0 </text><text class="color6" textLength="16" x="192">39</text><text class="foreground" textLength="32" x="208">516 </text><text class="color6" textLength="16" x="240"> 8</text><text class="foreground" textLength="32" x="256">972 </text><text class="color6" textLength="16" x="288"> 7</text><text class="foreground" textLength="200" x="304">824 S 0.0 0.2 0:00.00 </text><text class="color2" textLength="152" x="504">xfce4-power-manager</text></g><g id="g193"><text class="foreground" textLength="32" x="16">776 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192">48</text><text class="foreground" textLength="32" x="208">568 </text><text class="color6" textLength="16" x="240"> 6</text></g><g id="g186"><text class="foreground" textLength="176" x="16">765 linaro 20 0 </text></g><g id="g145"><text class="foreground" textLength="32" x="16">662 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192">27</text><text class="foreground" textLength="32" x="208">716 </text><text class="color6" textLength="16" x="240"> 4</text><text class="foreground" textLength="32" x="256">856 </text><text class="color6" textLength="16" x="288"> 4</text><text class="foreground" textLength="200" x="304">216 S 0.0 0.1 0:00.00 </text><text class="color2" textLength="232" x="504">lightdm --session-child 14 17</text></g><g id="g168"><text class="foreground" textLength="176" x="16">758 linaro 20 0 </text><text class="color6" textLength="64" x="192"> 155M 35</text><text class="foreground" textLength="32" x="256">040 </text><text class="color6" textLength="16" x="288">31</text><text class="foreground" textLength="200" x="304">172 S 0.0 0.9 0:00.01 </text><text class="color2" textLength="256" x="504">pcmanfm --desktop --profile LXDE</text></g><g id="g132"><text class="foreground" textLength="32" x="16">645 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 278M 106M 88</text><text class="foreground" textLength="200" x="304">736 S 0.0 2.8 0:00.00 </text><text class="color2" textLength="640" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp v</text></g><g id="g97"><text class="foreground" textLength="32" x="16">404 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192">23</text><text class="foreground" textLength="32" x="208">092 </text><text class="color6" textLength="16" x="240"> 2</text><text class="foreground" textLength="32" x="256">188 </text><text class="color6" textLength="16" x="288"> 1</text><text class="foreground" textLength="200" x="304">732 S 0.0 0.1 0:00.10 </text><text class="color2" textLength="168" x="504">/usr/sbin/rsyslogd -n</text></g><g id="g279"><text class="foreground" textLength="32" x="16">594 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 279M 106M 89</text><text class="foreground" textLength="200" x="304">256 S 0.0 2.8 0:00.02 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g261"><text class="foreground" textLength="16" x="0"> </text><text class="color6" textLength="24" x="16">2 </text><text class="foreground" font-weight="bold" textLength="8" x="40">[</text><text class="color8" font-weight="bold" textLength="520" x="48"> 0.0%</text><text class="foreground" font-weight="bold" textLength="8" x="568">]</text><text class="foreground" textLength="24" x="576"> </text><text class="color6" textLength="24" x="600">5 </text><text class="foreground" font-weight="bold" textLength="8" x="624">[</text><text class="color2" textLength="512" x="632">||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||97.4</text><text class="color8" font-weight="bold" textLength="8" x="1144">%</text><text class="foreground" font-weight="bold" textLength="8" x="1152">]</text></g><g id="g118"><text class="foreground" textLength="32" x="16">590 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 278M 106M 88</text><text class="foreground" textLength="200" x="304">736 S 0.0 2.8 0:00.00 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g8"><text class="foreground" textLength="448" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo </text><text class="background" textLength="8" x="448"> </text><text class="foreground" textLength="752" x="456"> </text></g><g id="g85"><text class="color6" textLength="64" x="600">Uptime: </text><text class="color14" font-weight="bold" textLength="64" x="664">02:40:39</text></g><g id="g242"><text class="foreground" textLength="32" x="16">591 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 279M 106M 89</text><text class="foreground" textLength="200" x="304">320 S 0.0 2.8 0:00.00 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g55"><text class="foreground" textLength="416" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ e</text><text class="background" textLength="8" x="416"> </text></g><g id="g203"><text class="foreground" textLength="176" x="16">837 linaro 20 0 </text><text class="color6" textLength="16" x="192">88</text><text class="foreground" textLength="32" x="208">968 </text><text class="color6" textLength="16" x="240"> 8</text><text class="foreground" textLength="32" x="256">008 </text><text class="color6" textLength="16" x="288"> 7</text><text class="foreground" textLength="200" x="304">020 S 0.0 0.2 0:00.03 </text><text class="color2" textLength="328" x="504">/usr/lib/gvfs/gvfs-udisks2-volume-monitor</text></g><g id="g190"><text class="foreground" textLength="176" x="16">824 linaro 20 0 </text><text class="color6" textLength="64" x="192"> 372M 8</text><text class="foreground" textLength="32" x="256">248 </text><text class="color6" textLength="16" x="288"> 6</text><text class="foreground" textLength="200" x="304">172 S 0.0 0.2 0:00.05 </text><text class="color2" textLength="376" x="504">/usr/bin/pulseaudio --start --log-target=syslog</text></g><g id="g133"><text class="foreground" textLength="32" x="16">645 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 278M 106M 88</text><text class="foreground" textLength="200" x="304">736 S 0.0 2.8 0:00.00 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g232"><text class="color6" textLength="24" x="16">Swp</text><text class="foreground" font-weight="bold" textLength="8" x="40">[</text><text class="color8" font-weight="bold" textLength="520" x="48"> 0K/0K</text><text class="foreground" font-weight="bold" textLength="8" x="568">]</text><text class="foreground" textLength="24" x="576"> </text><text class="color6" textLength="112" x="600">Load average: </text><text class="foreground" font-weight="bold" textLength="40" x="712">0.16 </text><text class="color14" font-weight="bold" textLength="40" x="752">0.04 </text><text class="color6" textLength="40" x="792">0.01 </text></g><g id="g16"><text class="foreground" textLength="512" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we</text><text class="background" textLength="8" x="512"> </text><text class="foreground" textLength="688" x="520"> </text></g><g id="g220"><text class="foreground" textLength="40" x="0"> 1330</text></g><g id="g31"><text class="foreground" textLength="632" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we're inside an t</text><text class="background" textLength="8" x="632"> </text><text class="foreground" textLength="568" x="640"> </text></g><g id="g61"><text class="foreground" textLength="464" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "T</text><text class="background" textLength="8" x="464"> </text></g><g id="g247"><text class="foreground" textLength="32" x="16">596 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 279M 106M 89</text><text class="foreground" textLength="200" x="304">320 S 0.0 2.8 0:35.01 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g126"><text class="foreground" textLength="32" x="16">640 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 278M 106M 88</text><text class="foreground" textLength="200" x="304">736 S 0.0 2.8 0:00.00 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g140"><text class="foreground" textLength="32" x="16">633 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192">36</text><text class="foreground" textLength="32" x="208">988 </text><text class="color6" textLength="16" x="240"> 5</text><text class="foreground" textLength="32" x="256">936 </text><text class="color6" textLength="16" x="288"> 4</text><text class="foreground" textLength="200" x="304">248 S 0.0 0.2 0:00.00 </text><text class="color2" textLength="312" x="504">/usr/lib/policykit-1/polkitd --no-debug</text></g><g id="g224"><text class="foreground" textLength="40" x="8">1475 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192"> 9</text><text class="foreground" textLength="32" x="208">648 </text><text class="color6" textLength="16" x="240"> 4</text><text class="foreground" textLength="32" x="256">780 </text><text class="color6" textLength="16" x="288"> 4</text><text class="foreground" textLength="352" x="304">084 S 0.0 0.1 0:00.23 sshd: linaro [priv]</text></g><g id="g87"><text class="color0" textLength="360" x="0"> 1514 linaro 20 0 4704 3560 1728 R 7</text></g><g id="g109"><text class="foreground" textLength="32" x="16">560 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192"> 2</text><text class="foreground" textLength="32" x="208">040 </text><text class="color6" textLength="16" x="240"> 1</text><text class="foreground" textLength="32" x="256">140 </text><text class="color6" textLength="16" x="288"> 1</text><text class="foreground" textLength="464" x="304">036 S 0.0 0.0 0:00.00 /sbin/agetty --noclear tty1 linux</text></g><g id="g71"><text class="foreground" textLength="544" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "That rocks!</text><text class="background" textLength="8" x="544"> </text></g><g id="g104"><text class="foreground" textLength="32" x="16">477 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192">87</text><text class="foreground" textLength="32" x="208">072 </text><text class="color6" textLength="16" x="240">12</text><text class="foreground" textLength="32" x="256">212 </text><text class="color6" textLength="16" x="288">10</text><text class="foreground" textLength="200" x="304">224 S 0.0 0.3 0:00.43 </text><text class="color2" textLength="288" x="504">/usr/sbin/NetworkManager --no-daemon</text></g><g id="g230"><text class="foreground" textLength="16" x="0"> </text><text class="color6" textLength="24" x="16">3 </text><text class="foreground" font-weight="bold" textLength="8" x="40">[</text><text class="color2" textLength="24" x="48">|||</text><text class="color8" font-weight="bold" textLength="496" x="72"> 3.3%</text><text class="foreground" font-weight="bold" textLength="8" x="568">]</text><text class="foreground" textLength="24" x="576"> </text><text class="color6" textLength="24" x="600">6 </text><text class="foreground" font-weight="bold" textLength="8" x="624">[</text><text class="color2" textLength="8" x="632">|</text><text class="color1" textLength="8" x="640">|</text><text class="color8" font-weight="bold" textLength="504" x="648"> 0.6%</text><text class="foreground" font-weight="bold" textLength="8" x="1152">]</text></g><g id="g214"><text class="foreground" textLength="176" x="16">850 linaro 20 0 </text><text class="color6" textLength="16" x="192">47</text><text class="foreground" textLength="32" x="208">028 </text><text class="color6" textLength="16" x="240"> 5</text><text class="foreground" textLength="32" x="256">208 </text><text class="color6" textLength="16" x="288"> 4</text><text class="foreground" textLength="728" x="304">600 S 0.0 0.1 0:00.06 /usr/lib/gvfs/gvfsd-trash --spawner :1.2 /org/gtk/gvfs/exec_spaw/0</text></g><g id="g41"><text class="foreground" textLength="712" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we're inside an termtosvg s</text><text class="background" textLength="8" x="712"> </text><text class="foreground" textLength="488" x="720"> </text></g><g id="g194"><text class="foreground" textLength="32" x="16">776 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192">48</text><text class="foreground" textLength="32" x="208">568 </text><text class="color6" textLength="16" x="240"> 6</text><text class="foreground" textLength="32" x="256">088 </text><text class="color6" textLength="16" x="288"> 5</text><text class="foreground" textLength="200" x="304">276 S 0.0 0.2 0:00.00 </text><text class="color2" textLength="184" x="504">/usr/lib/upower/upowerd</text></g><g id="g269"><text class="foreground" textLength="16" x="0"> </text><text class="color6" textLength="24" x="16">1 </text><text class="foreground" font-weight="bold" textLength="8" x="40">[</text><text class="color2" textLength="8" x="48">|</text><text class="color1" textLength="24" x="56">|||</text><text class="color8" font-weight="bold" textLength="488" x="80"> 4.5%</text><text class="foreground" font-weight="bold" textLength="8" x="568">]</text><text class="foreground" textLength="24" x="576"> </text><text class="color6" textLength="24" x="600">4 </text><text class="foreground" font-weight="bold" textLength="8" x="624">[</text><text class="color8" font-weight="bold" textLength="520" x="632"> 0.0%</text><text class="foreground" font-weight="bold" textLength="8" x="1152">]</text></g><g id="g98"><text class="foreground" textLength="32" x="16">405 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192">23</text><text class="foreground" textLength="32" x="208">092 </text><text class="color6" textLength="16" x="240"> 2</text><text class="foreground" textLength="32" x="256">188 </text><text class="color6" textLength="16" x="288"> 1</text><text class="foreground" textLength="200" x="304">732 S 0.0 0.1 0:00.04 </text><text class="color2" textLength="168" x="504">/usr/sbin/rsyslogd -n</text></g><g id="g56"><text class="foreground" textLength="424" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ ec</text><text class="background" textLength="8" x="424"> </text></g><g id="g197"><text class="foreground" textLength="176" x="16">787 linaro 20 0 </text><text class="color6" textLength="16" x="192">24</text><text class="foreground" textLength="32" x="208">556 </text><text class="color6" textLength="16" x="240"> 3</text><text class="foreground" textLength="32" x="256">672 </text><text class="color6" textLength="16" x="288"> 3</text><text class="foreground" textLength="200" x="304">360 S 0.0 0.1 0:00.00 </text><text class="color2" textLength="488" x="504">/usr/lib/menu-cache/menu-cached /run/user/1000/menu-cached-:0</text></g><g id="g91"><text class="foreground" textLength="32" x="16">244 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192">12</text><text class="foreground" textLength="32" x="208">464 </text><text class="color6" textLength="16" x="240"> 2</text><text class="foreground" textLength="32" x="256">440 </text><text class="color6" textLength="16" x="288"> 1</text><text class="foreground" textLength="408" x="304">824 S 0.0 0.1 0:00.40 /lib/systemd/systemd-udevd</text></g><g id="g83"><text class="foreground" textLength="16" x="0"> </text><text class="color6" textLength="24" x="16">Mem</text><text class="foreground" font-weight="bold" textLength="8" x="40">[</text><text class="color2" textLength="32" x="48">||||</text><text class="color4" textLength="16" x="80">||</text><text class="color3" textLength="48" x="96">||||||</text><text class="color8" font-weight="bold" textLength="424" x="144"> 224M/3.72G</text><text class="foreground" font-weight="bold" textLength="8" x="568">]</text><text class="foreground" textLength="24" x="576"> </text><text class="color6" textLength="56" x="600">Tasks: </text><text class="color14" font-weight="bold" textLength="16" x="656">55</text><text class="color6" textLength="16" x="672">, </text><text class="color10" font-weight="bold" textLength="16" x="688">67</text><text class="color2" textLength="32" x="704"> thr</text><text class="color6" textLength="16" x="736">; </text><text class="color10" font-weight="bold" textLength="8" x="752">1</text><text class="color6" textLength="64" x="760"> running</text></g><g id="g268"><text class="foreground" textLength="184" x="8">1487 linaro 20 0 </text><text class="color6" textLength="16" x="192"> 9</text><text class="foreground" textLength="32" x="208">648 </text><text class="color6" textLength="16" x="240"> 2</text><text class="foreground" textLength="32" x="256">928 </text><text class="color6" textLength="16" x="288"> 2</text><text class="foreground" textLength="408" x="304">236 S 0.0 0.1 0:00.09 sshd: linaro@pts/1md-udevd</text></g><g id="g283"><text class="foreground" textLength="32" x="16">641 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 279M 106M 89</text><text class="foreground" textLength="200" x="304">256 S 0.0 2.8 0:00.00 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g70"><text class="foreground" textLength="536" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "That rocks</text><text class="background" textLength="8" x="536"> </text></g><g id="g301"><text class="foreground" textLength="1208" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ exit </text></g><g id="g277"><text class="foreground" textLength="32" x="16">592 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 279M 106M 89</text><text class="foreground" textLength="200" x="304">256 S 0.0 2.8 0:00.00 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g223"><text class="foreground" textLength="48" x="0"> 1340 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192"> 5</text><text class="foreground" textLength="32" x="208">252 </text><text class="color6" textLength="16" x="240"> 2</text><text class="foreground" textLength="32" x="256">888 </text><text class="color6" textLength="16" x="288"> 2</text><text class="foreground" textLength="904" x="304">184 S 0.0 0.1 0:00.02 /sbin/dhclient -d -q -sf /usr/lib/NetworkManager/nm-dhcp-helper -pf /var/run/dhclient-et</text></g><g id="g181"><text class="foreground" textLength="176" x="16">820 linaro 20 0 </text><text class="color6" textLength="64" x="192"> 193M 45</text><text class="foreground" textLength="32" x="256">916 </text><text class="color6" textLength="16" x="288">33</text><text class="foreground" textLength="200" x="304">996 S 0.0 1.2 0:00.00 </text><text class="color2" textLength="72" x="504">nm-applet</text></g><g id="g157"><text class="foreground" textLength="176" x="16">725 linaro 20 0 </text><text class="color6" textLength="16" x="192">37</text><text class="foreground" textLength="32" x="208">620 </text><text class="color6" textLength="16" x="240"> 4</text><text class="foreground" textLength="32" x="256">672 </text><text class="color6" textLength="16" x="288"> 4</text><text class="foreground" textLength="200" x="304">168 S 0.0 0.1 0:00.00 </text><text class="color2" textLength="152" x="504">/usr/lib/gvfs/gvfsd</text></g><g id="g5"><text class="foreground" textLength="424" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ ec</text><text class="background" textLength="8" x="424"> </text><text class="foreground" textLength="776" x="432"> </text></g><g id="g113"><text class="foreground" textLength="32" x="16">566 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192">35</text><text class="foreground" textLength="32" x="208">644 </text><text class="color6" textLength="16" x="240"> 4</text><text class="foreground" textLength="32" x="256">680 </text><text class="color6" textLength="16" x="288"> 4</text><text class="foreground" textLength="336" x="304">084 S 0.0 0.1 0:00.04 /usr/sbin/lightdm</text></g><g id="g37"><text class="foreground" textLength="680" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we're inside an termtos</text><text class="background" textLength="8" x="680"> </text><text class="foreground" textLength="520" x="688"> </text></g><g id="g144"><text class="foreground" textLength="32" x="16">661 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192">27</text><text class="foreground" textLength="32" x="208">716 </text><text class="color6" textLength="16" x="240"> 4</text><text class="foreground" textLength="32" x="256">856 </text><text class="color6" textLength="16" x="288"> 4</text><text class="foreground" textLength="200" x="304">216 S 0.0 0.1 0:00.00 </text><text class="color2" textLength="232" x="504">lightdm --session-child 14 17</text></g><g id="g62"><text class="foreground" textLength="472" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Th</text><text class="background" textLength="8" x="472"> </text></g><g id="g202"><text class="foreground" textLength="176" x="16">836 linaro 20 0 </text><text class="color6" textLength="16" x="192">88</text><text class="foreground" textLength="32" x="208">968 </text><text class="color6" textLength="16" x="240"> 8</text><text class="foreground" textLength="32" x="256">008 </text><text class="color6" textLength="16" x="288"> 7</text><text class="foreground" textLength="200" x="304">020 S 0.0 0.2 0:00.00 </text><text class="color2" textLength="328" x="504">/usr/lib/gvfs/gvfs-udisks2-volume-monitor</text></g><g id="g115"><text class="foreground" textLength="32" x="16">588 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 278M 106M 88</text><text class="foreground" textLength="160" x="304">736 S 0.0 2.8 0:2</text></g><g id="g17"><text class="foreground" textLength="520" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we'</text><text class="background" textLength="8" x="520"> </text><text class="foreground" textLength="680" x="528"> </text></g><g id="g156"><text class="foreground" textLength="176" x="16">716 linaro 20 0 </text><text class="color6" textLength="16" x="192"> 2</text><text class="foreground" textLength="584" x="208">984 192 0 S 0.0 0.0 0:00.11 /usr/bin/ssh-agent x-session-manager</text></g><g id="g128"><text class="foreground" textLength="32" x="16">641 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 278M 106M 88</text><text class="foreground" textLength="200" x="304">736 S 0.0 2.8 0:00.00 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g260"><text class="foreground" textLength="16" x="0"> </text><text class="color6" textLength="24" x="16">1 </text><text class="foreground" font-weight="bold" textLength="8" x="40">[</text><text class="color2" textLength="8" x="48">|</text><text class="color1" textLength="16" x="56">||</text><text class="color8" font-weight="bold" textLength="496" x="72"> 3.2%</text><text class="foreground" font-weight="bold" textLength="8" x="568">]</text><text class="foreground" textLength="24" x="576"> </text><text class="color6" textLength="24" x="600">4 </text><text class="foreground" font-weight="bold" textLength="8" x="624">[</text><text class="color8" font-weight="bold" textLength="520" x="632"> 0.0%</text><text class="foreground" font-weight="bold" textLength="8" x="1152">]</text></g><g id="g117"><text class="foreground" textLength="32" x="16">589 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 278M 106M 88</text><text class="foreground" textLength="200" x="304">736 S 0.0 2.8 0:00.00 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g219"><text class="foreground" textLength="184" x="8">1329 linaro 20 0 </text><text class="color6" textLength="16" x="192">42</text><text class="foreground" textLength="32" x="208">376 </text><text class="color6" textLength="16" x="240">15</text><text class="foreground" textLength="32" x="256">380 </text><text class="color6" textLength="16" x="288">12</text><text class="foreground" textLength="280" x="304">172 S 0.0 0.4 0:00.56 lxterminal</text></g><g id="g137"><text class="foreground" textLength="32" x="16">618 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192"> 9</text><text class="foreground" textLength="32" x="208">408 </text><text class="color6" textLength="16" x="240"> 1</text><text class="foreground" textLength="312" x="256">204 100 S 0.0 0.0 0:00.00 (sd-pam)</text></g><g id="g275"><text class="foreground" textLength="32" x="16">578 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 279M 106M 89</text><text class="foreground" textLength="904" x="304">256 S 0.6 2.8 1:58.52 /usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g265"><text class="color0" textLength="1208" x="0"> 1508 linaro 20 0 55968 22360 9820 S 95.1 0.6 0:07.47 /usr/bin/python3 /usr/local/bin/termtosvg </text></g><g id="g111"><text class="foreground" textLength="32" x="16">574 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192">35</text><text class="foreground" textLength="32" x="208">644 </text><text class="color6" textLength="16" x="240"> 4</text><text class="foreground" textLength="32" x="256">680 </text><text class="color6" textLength="16" x="288"> 4</text><text class="foreground" textLength="200" x="304">084 S 0.0 0.1 0:00.00 </text><text class="color2" textLength="136" x="504">/usr/sbin/lightdm</text></g><g id="g177"><text class="foreground" textLength="176" x="16">814 linaro 20 0 </text><text class="color6" textLength="64" x="192"> 193M 45</text><text class="foreground" textLength="16" x="256">91</text></g><g id="g255"><text class="foreground" textLength="32" x="16">578 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 279M 106M 89</text><text class="foreground" textLength="904" x="304">320 S 0.0 2.8 1:58.49 /usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g135"><text class="foreground" textLength="32" x="16">578 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 278M 106M 88</text><text class="foreground" textLength="904" x="304">736 S 0.0 2.8 1:58.49 /usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g200"><text class="foreground" textLength="32" x="16">826 </text></g><g id="g6"><text class="foreground" textLength="432" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ ech</text><text class="background" textLength="8" x="432"> </text><text class="foreground" textLength="768" x="440"> </text></g><g id="g149"><text class="foreground" textLength="176" x="16">671 linaro 20 0 </text><text class="color6" textLength="16" x="192"> 9</text><text class="foreground" textLength="32" x="208">408 </text><text class="color6" textLength="16" x="240"> 1</text><text class="foreground" textLength="312" x="256">204 100 S 0.0 0.0 0:00.00 (sd-pam)</text></g><g id="g278"><text class="foreground" textLength="32" x="16">593 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 279M 106M 89</text><text class="foreground" textLength="200" x="304">256 S 0.0 2.8 0:00.00 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g39"><text class="foreground" textLength="696" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we're inside an termtosvg</text><text class="background" textLength="8" x="696"> </text><text class="foreground" textLength="504" x="704"> </text></g><g id="g162"><text class="foreground" textLength="176" x="16">762 linaro 20 0 </text><text class="color6" textLength="64" x="192"> 382M 23</text><text class="foreground" textLength="32" x="256">084 </text><text class="color6" textLength="16" x="288">18</text><text class="foreground" textLength="200" x="304">064 S 0.0 0.6 0:00.00 </text><text class="color2" textLength="176" x="504">lxpanel --profile LXDE</text></g><g id="g75"><text class="foreground" textLength="416" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ h</text><text class="background" textLength="8" x="416"> </text></g><g id="g195"><text class="foreground" textLength="32" x="16">777 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192">48</text><text class="foreground" textLength="32" x="208">568 </text><text class="color6" textLength="16" x="240"> 6</text><text class="foreground" textLength="32" x="256">088 </text><text class="color6" textLength="16" x="288"> 5</text><text class="foreground" textLength="200" x="304">276 S 0.0 0.2 0:00.00 </text><text class="color2" textLength="184" x="504">/usr/lib/upower/upowerd</text></g><g id="g250"><text class="foreground" textLength="32" x="16">642 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 279M 106M 89</text><text class="foreground" textLength="200" x="304">320 S 0.0 2.8 0:00.00 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g2"><text class="foreground" textLength="416" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ Y</text><text class="background" textLength="8" x="416"> </text></g><g id="g3"><text class="foreground" textLength="408" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ </text><text class="background" textLength="8" x="408"> </text><text class="foreground" textLength="792" x="416"> </text></g><g id="g258"><text class="foreground" textLength="192" x="0"> 1590 linaro 20 0 </text><text class="color6" textLength="16" x="192">50</text><text class="foreground" textLength="32" x="208">652 </text><text class="color6" textLength="16" x="240">17</text><text class="foreground" textLength="32" x="256">244 </text><text class="color6" textLength="16" x="288"> 9</text><text class="foreground" textLength="528" x="304">820 S 0.0 0.4 0:02.70 /usr/bin/python3 /usr/local/bin/termtosvg</text></g><g id="g266"><text class="foreground" textLength="184" x="8">1514 linaro 20 0 </text><text class="color6" textLength="16" x="192"> 4</text><text class="foreground" textLength="32" x="208">704 </text><text class="color6" textLength="16" x="240"> 3</text><text class="foreground" textLength="32" x="256">560 </text><text class="color6" textLength="16" x="288"> 1</text><text class="foreground" textLength="32" x="304">728 </text><text class="color2" textLength="16" x="336">R </text><text class="foreground" textLength="232" x="352"> 4.5 0.1 0:00.26 htopn/init</text></g><g id="g264"><text class="color6" textLength="64" x="600">Uptime: </text><text class="color14" font-weight="bold" textLength="64" x="664">02:40:44</text></g><g id="g257"><text class="foreground" textLength="32" x="16">618 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192"> 9</text><text class="foreground" textLength="8" x="208">4</text><text class="color6" textLength="8" x="216">9</text><text class="foreground" textLength="16" x="224">8 </text><text class="color6" textLength="16" x="240"> 1</text><text class="foreground" textLength="40" x="256">204 </text><text class="color6" textLength="8" x="296">9</text><text class="foreground" textLength="264" x="304">320 S 0.0 0.0 0:00.00 (sd-pam)</text></g><g id="g204"><text class="foreground" textLength="176" x="16">835 linaro 20 0 </text><text class="color6" textLength="16" x="192">88</text><text class="foreground" textLength="32" x="208">968 </text><text class="color6" textLength="16" x="240"> 8</text><text class="foreground" textLength="32" x="256">008 </text><text class="color6" textLength="16" x="288"> 7</text><text class="foreground" textLength="528" x="304">020 S 0.0 0.2 0:00.18 /usr/lib/gvfs/gvfs-udisks2-volume-monitor</text></g><g id="g130"><text class="foreground" textLength="32" x="16">643 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 278M 106M 88</text><text class="foreground" textLength="200" x="304">736 S 0.0 2.8 0:00.00 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g68"><text class="foreground" textLength="520" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "That roc</text><text class="background" textLength="8" x="520"> </text></g><g id="g160"><text class="foreground" textLength="176" x="16">733 linaro 20 0 </text><text class="color6" textLength="16" x="192">50</text><text class="foreground" textLength="32" x="208">368 </text><text class="color6" textLength="16" x="240">12</text><text class="foreground" textLength="32" x="256">876 </text><text class="color6" textLength="16" x="288">10</text><text class="foreground" textLength="696" x="304">292 S 0.0 0.3 0:00.41 openbox --config-file /home/linaro/.config/openbox/lxde-rc.xml</text></g><g id="g225"><text class="foreground" textLength="192" x="0"> 1487 linaro 20 0 </text><text class="color6" textLength="16" x="192"> 9</text><text class="foreground" textLength="32" x="208">648 </text><text class="color6" textLength="16" x="240"> 2</text><text class="foreground" textLength="32" x="256">928 </text><text class="color6" textLength="16" x="288"> 2</text><text class="foreground" textLength="344" x="304">236 S 0.0 0.1 0:00.08 sshd: linaro@pts/1</text></g><g id="g188"><text class="foreground" textLength="176" x="16">790 linaro 20 0 </text><text class="color6" textLength="64" x="192"> 372M 8</text><text class="foreground" textLength="32" x="256">248 </text><text class="color6" textLength="16" x="288"> 6</text><text class="foreground" textLength="200" x="304">172 S 0.0 0.2 0:00.06 </text><text class="color2" textLength="376" x="504">/usr/bin/pulseaudio --start --log-target=syslog</text></g><g id="g77"><text class="foreground" textLength="440" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ htop</text><text class="background" textLength="8" x="440"> </text></g><g id="g129"><text class="foreground" textLength="32" x="16">642 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 278M 106M 88</text><text class="foreground" textLength="200" x="304">736 S 0.0 2.8 0:00.00 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g93"><text class="foreground" textLength="32" x="16">331 </text><text class="color8" font-weight="bold" textLength="80" x="48">systemd-t </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192">15</text><text class="foreground" textLength="32" x="208">936 </text><text class="color6" textLength="16" x="240"> 3</text><text class="foreground" textLength="32" x="256">112 </text><text class="color6" textLength="16" x="288"> 2</text><text class="foreground" textLength="440" x="304">732 S 0.0 0.1 0:00.50 /lib/systemd/systemd-timesyncd</text></g><g id="g51"><text class="foreground" textLength="776" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we're inside an termtosvg session!"</text><text class="background" textLength="8" x="776"> </text><text class="foreground" textLength="424" x="784"> </text></g><g id="g222"><text class="foreground" textLength="192" x="0"> 1331 linaro 20 0 </text><text class="color6" textLength="16" x="192"> 5</text><text class="foreground" textLength="32" x="208">488 </text><text class="color6" textLength="16" x="240"> 3</text><text class="foreground" textLength="32" x="256">384 </text><text class="color6" textLength="16" x="288"> 2</text><text class="foreground" textLength="232" x="304">132 S 0.0 0.1 0:00.11 bash</text></g><g id="g1"><text class="foreground" textLength="408" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ </text><text class="background" textLength="8" x="408"> </text></g><g id="g4"><text class="foreground" textLength="416" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ e</text><text class="background" textLength="8" x="416"> </text><text class="foreground" textLength="784" x="424"> </text></g><g id="g196"><text class="foreground" textLength="32" x="16">773 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192">48</text><text class="foreground" textLength="32" x="208">568 </text><text class="color6" textLength="16" x="240"> 6</text><text class="foreground" textLength="32" x="256">088 </text><text class="color6" textLength="16" x="288"> 5</text><text class="foreground" textLength="384" x="304">276 S 0.0 0.2 0:00.28 /usr/lib/upower/upowerd</text></g><g id="g147"><text class="foreground" textLength="32" x="16">658 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192">27</text><text class="foreground" textLength="32" x="208">716 </text><text class="color6" textLength="16" x="240"> 4</text><text class="foreground" textLength="32" x="256">856 </text><text class="color6" textLength="16" x="288"> 4</text><text class="foreground" textLength="432" x="304">216 S 0.0 0.1 0:00.02 lightdm --session-child 14 17</text></g><g id="g281"><text class="foreground" textLength="32" x="16">596 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 279M 106M 89</text><text class="foreground" textLength="200" x="304">256 S 0.0 2.8 0:35.01 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g84"><text class="color6" textLength="24" x="16">Swp</text><text class="foreground" font-weight="bold" textLength="8" x="40">[</text><text class="color8" font-weight="bold" textLength="520" x="48"> 0K/0K</text><text class="foreground" font-weight="bold" textLength="8" x="568">]</text><text class="foreground" textLength="24" x="576"> </text><text class="color6" textLength="112" x="600">Load average: </text><text class="foreground" font-weight="bold" textLength="40" x="712">0.09 </text><text class="color14" font-weight="bold" textLength="40" x="752">0.02 </text><text class="color6" textLength="40" x="792">0.01 </text></g><g id="g67"><text class="foreground" textLength="512" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "That ro</text><text class="background" textLength="8" x="512"> </text></g><g id="g92"><text class="foreground" textLength="32" x="16">371 </text><text class="color8" font-weight="bold" textLength="80" x="48">systemd-t </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192">15</text><text class="foreground" textLength="32" x="208">936 </text><text class="color6" textLength="16" x="240"> 3</text><text class="foreground" textLength="32" x="256">112 </text><text class="color6" textLength="16" x="288"> 2</text><text class="foreground" textLength="200" x="304">732 S 0.0 0.1 0:00.07 </text><text class="color2" textLength="240" x="504">/lib/systemd/systemd-timesyncd</text></g><g id="g146"><text class="foreground" textLength="32" x="16">658 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text></g><g id="g78"><text class="foreground" textLength="440" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ htop</text></g><g id="g201"><text class="foreground" textLength="32" x="16">826 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192"> 5</text><text class="foreground" textLength="32" x="208">856 </text><text class="color6" textLength="16" x="240"> 3</text><text class="foreground" textLength="32" x="256">136 </text><text class="color6" textLength="16" x="288"> 2</text><text class="foreground" textLength="432" x="304">844 S 0.0 0.1 0:00.02 /usr/lib/bluetooth/bluetoothd</text></g><g id="g54"><text class="foreground" textLength="312" x="0">Yes, we're inside an termtosvg session!</text></g><g id="g45"><text class="foreground" textLength="744" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we're inside an termtosvg sessi</text><text class="background" textLength="8" x="744"> </text><text class="foreground" textLength="456" x="752"> </text></g><g id="g94"><text class="foreground" textLength="32" x="16">384 </text><text class="color8" font-weight="bold" textLength="80" x="48">avahi </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192"> 5</text><text class="foreground" textLength="32" x="208">192 </text><text class="color6" textLength="16" x="240"> 2</text><text class="foreground" textLength="32" x="256">328 </text><text class="color6" textLength="16" x="288"> 2</text><text class="foreground" textLength="200" x="304">036 S 0.0 0.1 0:00.17 </text></g><g id="g15"><text class="foreground" textLength="504" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, w</text><text class="background" textLength="8" x="504"> </text><text class="foreground" textLength="696" x="512"> </text></g><g id="g245"><text class="foreground" textLength="32" x="16">594 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 279M 106M 89</text><text class="foreground" textLength="200" x="304">320 S 0.0 2.8 0:00.02 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g191"><text class="foreground" textLength="176" x="16">825 linaro 20 0 </text><text class="color6" textLength="64" x="192"> 372M 8</text><text class="foreground" textLength="32" x="256">248 </text><text class="color6" textLength="16" x="288"> 6</text><text class="foreground" textLength="200" x="304">172 S 0.0 0.2 0:00.06 </text><text class="color2" textLength="376" x="504">/usr/bin/pulseaudio --start --log-target=syslog</text></g><g id="g274"><text class="foreground" textLength="184" x="8">1514 linaro 20 0 </text><text class="color6" textLength="16" x="192"> 4</text><text class="foreground" textLength="32" x="208">704 </text><text class="color6" textLength="16" x="240"> 3</text><text class="foreground" textLength="32" x="256">560 </text><text class="color6" textLength="16" x="288"> 1</text><text class="foreground" textLength="32" x="304">728 </text><text class="color2" textLength="16" x="336">R </text><text class="foreground" textLength="232" x="352"> 2.6 0.1 0:00.30 htopn/init</text></g><g id="g47"><text class="foreground" textLength="760" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we're inside an termtosvg session</text><text class="background" textLength="8" x="760"> </text><text class="foreground" textLength="440" x="768"> </text></g><g id="g136"><text class="foreground" textLength="32" x="16">610 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192"> 7</text><text class="foreground" textLength="32" x="208">572 </text><text class="color6" textLength="16" x="240"> 3</text><text class="foreground" textLength="32" x="256">908 </text><text class="color6" textLength="16" x="288"> 3</text><text class="foreground" textLength="416" x="304">404 S 0.0 0.1 0:00.09 /lib/systemd/systemd --user</text></g><g id="g271"><text class="foreground" textLength="16" x="0"> </text><text class="color6" textLength="24" x="16">3 </text><text class="foreground" font-weight="bold" textLength="8" x="40">[</text><text class="color8" font-weight="bold" textLength="520" x="48"> 0.0%</text><text class="foreground" font-weight="bold" textLength="8" x="568">]</text><text class="foreground" textLength="24" x="576"> </text><text class="color6" textLength="24" x="600">6 </text><text class="foreground" font-weight="bold" textLength="8" x="624">[</text><text class="color1" textLength="8" x="632">|</text><text class="color8" font-weight="bold" textLength="512" x="640"> 0.6%</text><text class="foreground" font-weight="bold" textLength="8" x="1152">]</text></g><g id="g216"><text class="foreground" textLength="32" x="16">865 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192"> 5</text><text class="foreground" textLength="32" x="208">252 </text><text class="color6" textLength="16" x="240"> 2</text><text class="foreground" textLength="32" x="256">860 </text><text class="color6" textLength="16" x="288"> 2</text><text class="foreground" textLength="904" x="304">164 S 0.0 0.1 0:00.04 /sbin/dhclient -d -q -sf /usr/lib/NetworkManager/nm-dhcp-helper -pf /var/run/dhclient-wl</text></g><g id="g298"><text class="foreground" textLength="32" x="16">578 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 279M 106M 89</text><text class="foreground" textLength="904" x="304">256 S 0.6 2.8 1:58.53 /usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g233"><text class="color6" textLength="64" x="600">Uptime: </text><text class="color14" font-weight="bold" textLength="64" x="664">02:40:43</text></g><g id="g246"><text class="foreground" textLength="32" x="16">595 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 279M 106M 89</text><text class="foreground" textLength="200" x="304">320 S 0.0 2.8 0:07.20 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g148"><text class="foreground" textLength="176" x="16">666 linaro 20 0 </text><text class="color6" textLength="16" x="192"> 8</text><text class="foreground" textLength="32" x="208">004 </text><text class="color6" textLength="16" x="240"> 4</text><text class="foreground" textLength="32" x="256">276 </text><text class="color6" textLength="16" x="288"> 3</text><text class="foreground" textLength="416" x="304">604 S 0.0 0.1 0:00.08 /lib/systemd/systemd --user</text></g><g id="g192"><text class="foreground" textLength="176" x="16">769 linaro 20 0 </text><text class="color6" textLength="64" x="192"> 372M 8</text><text class="foreground" textLength="32" x="256">248 </text><text class="color6" textLength="16" x="288"> 6</text><text class="foreground" textLength="576" x="304">172 S 0.0 0.2 0:00.50 /usr/bin/pulseaudio --start --log-target=syslog</text></g><g id="g299"><text class="foreground" textLength="32" x="16">588 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 279M 106M 89</text><text class="foreground" textLength="200" x="304">256 S 0.0 2.8 0:22.60 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g282"><text class="foreground" textLength="32" x="16">640 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 279M 106M 89</text><text class="foreground" textLength="200" x="304">256 S 0.0 2.8 0:00.00 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g272"><text class="color6" textLength="64" x="600">Uptime: </text><text class="color14" font-weight="bold" textLength="64" x="664">02:40:46</text></g><g id="g210"><text class="foreground" textLength="32" x="16">838 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192">54</text><text class="foreground" textLength="32" x="208">716 </text><text class="color6" textLength="16" x="240"> 6</text><text class="foreground" textLength="32" x="256">488 </text><text class="color6" textLength="16" x="288"> 4</text><text class="foreground" textLength="480" x="304">752 S 0.0 0.2 0:07.72 /usr/lib/udisks2/udisksd --no-debug</text></g><g id="g302"><text class="foreground" textLength="32" x="0">exit</text></g><g id="g9"><text class="foreground" textLength="456" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "</text><text class="background" textLength="8" x="456"> </text><text class="foreground" textLength="744" x="464"> </text></g><g id="g270"><text class="foreground" textLength="16" x="0"> </text><text class="color6" textLength="24" x="16">2 </text><text class="foreground" font-weight="bold" textLength="8" x="40">[</text><text class="color2" textLength="8" x="48">|</text><text class="color8" font-weight="bold" textLength="512" x="56"> 1.3%</text><text class="foreground" font-weight="bold" textLength="8" x="568">]</text><text class="foreground" textLength="24" x="576"> </text><text class="color6" textLength="24" x="600">5 </text><text class="foreground" font-weight="bold" textLength="8" x="624">[</text><text class="color2" textLength="136" x="632">|||||||||||||||||</text><text class="color1" textLength="8" x="768">|</text><text class="color8" font-weight="bold" textLength="376" x="776"> 25.3%</text><text class="foreground" font-weight="bold" textLength="8" x="1152">]</text></g><g id="g155"><text class="foreground" textLength="176" x="16">695 linaro 20 0 </text><text class="color6" textLength="16" x="192"> 5</text><text class="foreground" textLength="32" x="208">328 </text><text class="color6" textLength="16" x="240"> 2</text><text class="foreground" textLength="32" x="256">392 </text><text class="color6" textLength="16" x="288"> 1</text><text class="foreground" textLength="752" x="304">992 S 0.0 0.1 0:00.09 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session</text></g><g id="g229"><text class="foreground" textLength="16" x="0"> </text><text class="color6" textLength="24" x="16">2 </text><text class="foreground" font-weight="bold" textLength="8" x="40">[</text><text class="color8" font-weight="bold" textLength="520" x="48"> 0.0%</text><text class="foreground" font-weight="bold" textLength="8" x="568">]</text><text class="foreground" textLength="24" x="576"> </text><text class="color6" textLength="24" x="600">5 </text><text class="foreground" font-weight="bold" textLength="8" x="624">[</text><text class="color2" textLength="496" x="632">||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||95</text><text class="color1" textLength="8" x="1128">.</text><text class="color8" font-weight="bold" textLength="16" x="1136">5%</text><text class="foreground" font-weight="bold" textLength="8" x="1152">]</text></g><g id="g291"><text class="foreground" textLength="32" x="16">618 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192"> 9</text><text class="foreground" textLength="8" x="208">4</text><text class="color6" textLength="8" x="216">9</text><text class="foreground" textLength="16" x="224">8 </text><text class="color6" textLength="16" x="240"> 1</text><text class="foreground" textLength="40" x="256">204 </text><text class="color6" textLength="8" x="296">9</text><text class="foreground" textLength="264" x="304">256 S 0.0 0.0 0:00.00 (sd-pam)</text></g><g id="g248"><text class="foreground" textLength="32" x="16">640 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 279M 106M 89</text><text class="foreground" textLength="200" x="304">320 S 0.0 2.8 0:00.00 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g96"><text class="foreground" textLength="32" x="16">387 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192"> 1</text><text class="foreground" textLength="416" x="208">376 860 796 S 0.0 0.0 0:00.01 /usr/sbin/acpid</text></g><g id="g256"><text class="foreground" textLength="32" x="16">610 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192"> 7</text><text class="foreground" textLength="8" x="208">5</text><text class="color6" textLength="8" x="216">9</text><text class="foreground" textLength="16" x="224">2 </text><text class="color6" textLength="16" x="240"> 3</text><text class="foreground" textLength="32" x="256">908 </text><text class="color6" textLength="16" x="288"> 9</text><text class="foreground" textLength="416" x="304">320 S 0.0 0.1 0:00.09 /lib/systemd/systemd --user</text></g><g id="g208"><text class="foreground" textLength="32" x="16">843 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192">54</text><text class="foreground" textLength="32" x="208">716 </text><text class="color6" textLength="16" x="240"> 6</text><text class="foreground" textLength="32" x="256">488 </text><text class="color6" textLength="16" x="288"> 4</text><text class="foreground" textLength="200" x="304">752 S 0.0 0.2 0:00.00 </text><text class="color2" textLength="280" x="504">/usr/lib/udisks2/udisksd --no-debug</text></g><g id="g125"><text class="foreground" textLength="32" x="16">596 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 278M 106M 88</text><text class="foreground" textLength="200" x="304">736 S 0.0 2.8 0:35.01 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g105"><text class="foreground" textLength="32" x="16">479 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192">87</text><text class="foreground" textLength="32" x="208">072 </text><text class="color6" textLength="16" x="240">12</text><text class="foreground" textLength="32" x="256">212 </text><text class="color6" textLength="16" x="288">10</text><text class="foreground" textLength="200" x="304">224 S 0.0 0.3 0:00.25 </text><text class="color2" textLength="288" x="504">/usr/sbin/NetworkManager --no-daemon</text></g><g id="g11"><text class="foreground" textLength="472" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Ye</text><text class="background" textLength="8" x="472"> </text><text class="foreground" textLength="728" x="480"> </text></g><g id="g80"><text class="foreground" textLength="16" x="0"> </text><text class="color6" textLength="24" x="16">1 </text><text class="foreground" font-weight="bold" textLength="8" x="40">[</text><text class="color1" textLength="520" x="48">|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||100.0%</text><text class="foreground" font-weight="bold" textLength="8" x="568">]</text><text class="foreground" textLength="24" x="576"> </text><text class="color6" textLength="24" x="600">4 </text><text class="foreground" font-weight="bold" textLength="8" x="624">[</text><text class="color8" font-weight="bold" textLength="520" x="632"> 0.0%</text><text class="foreground" font-weight="bold" textLength="8" x="1152">]</text></g><g id="g150"><text class="foreground" textLength="176" x="16">721 linaro 20 0 </text><text class="color6" textLength="16" x="192">46</text><text class="foreground" textLength="32" x="208">460 </text><text class="color6" textLength="16" x="240"> 8</text><text class="foreground" textLength="32" x="256">924 </text><text class="color6" textLength="16" x="288"> 7</text><text class="foreground" textLength="200" x="304">844 S 0.0 0.2 0:00.00 </text><text class="color2" textLength="272" x="504">/usr/bin/lxsession -s LXDE -e LXDE</text></g><g id="g65"><text class="foreground" textLength="496" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "That </text><text class="background" textLength="8" x="496"> </text></g><g id="g252"><text class="foreground" textLength="32" x="16">644 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 279M 106M 89</text><text class="foreground" textLength="200" x="304">320 S 0.0 2.8 0:00.00 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g253"><text class="foreground" textLength="32" x="16">645 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 279M 106M 89</text><text class="foreground" textLength="200" x="304">320 S 0.0 2.8 0:00.00 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g102"><text class="foreground" textLength="32" x="16">398 </text><text class="color8" font-weight="bold" textLength="80" x="48">messagebu </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192"> 5</text><text class="foreground" textLength="32" x="208">540 </text><text class="color6" textLength="16" x="240"> 3</text><text class="foreground" textLength="32" x="256">084 </text><text class="color6" textLength="16" x="288"> 2</text><text class="foreground" textLength="904" x="304">428 S 0.0 0.1 0:01.67 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activati</text></g><g id="g116"><text class="foreground" textLength="32" x="16">588 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 278M 106M 88</text><text class="foreground" textLength="200" x="304">736 S 0.0 2.8 0:22.59 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g227"><text class="foreground" textLength="192" x="0"> 1508 linaro 20 0 </text><text class="color6" textLength="16" x="192">50</text><text class="foreground" textLength="32" x="208">652 </text><text class="color6" textLength="16" x="240">17</text><text class="foreground" textLength="32" x="256">244 </text><text class="color6" textLength="16" x="288"> 9</text><text class="foreground" textLength="280" x="304">820 S 0.0 0.4 0:02.70 /usr/bin/p</text></g><g id="g273"><text class="color0" textLength="1208" x="0"> 1508 linaro 20 0 56232 22624 9820 S 25.7 0.6 0:07.87 /usr/bin/python3 /usr/local/bin/termtosvg </text></g><g id="g180"><text class="foreground" textLength="176" x="16">817 linaro 20 0 </text><text class="color6" textLength="64" x="192"> 193M 45</text><text class="foreground" textLength="32" x="256">916 </text><text class="color6" textLength="16" x="288">33</text><text class="foreground" textLength="200" x="304">996 S 0.0 1.2 0:00.15 </text><text class="color2" textLength="72" x="504">nm-applet</text></g><g id="g238"><text class="foreground" textLength="16" x="0">F1</text><text class="color0" textLength="48" x="16">Help </text><text class="foreground" textLength="16" x="64">F2</text><text class="color0" textLength="48" x="80">Setup </text><text class="foreground" textLength="16" x="128">F3</text><text class="color0" textLength="48" x="144">Search</text><text class="foreground" textLength="16" x="192">F4</text><text class="color0" textLength="48" x="208">Filter</text><text class="foreground" textLength="16" x="256">F5</text><text class="color0" textLength="48" x="272">Tree </text><text class="foreground" textLength="16" x="320">F6</text><text class="color0" textLength="48" x="336">SortBy</text><text class="foreground" textLength="16" x="384">F7</text><text class="color0" textLength="48" x="400">Nice -</text><text class="foreground" textLength="16" x="448">F8</text><text class="color0" textLength="48" x="464">Nice +</text><text class="foreground" textLength="16" x="512">F9</text><text class="color0" textLength="48" x="528">Kill </text><text class="foreground" textLength="24" x="576">F10</text><text class="color0" textLength="608" x="600">Quit </text></g><g id="g235"><text class="foreground" textLength="184" x="8">1514 linaro 20 0 </text><text class="color6" textLength="16" x="192"> 4</text><text class="foreground" textLength="32" x="208">704 </text><text class="color6" textLength="16" x="240"> 4</text><text class="foreground" textLength="32" x="256">820 </text><text class="color6" textLength="16" x="288"> 3</text><text class="foreground" textLength="280" x="304">728 S 0.0 0.1 0:03.44 /sbin/init</text></g><g id="g46"><text class="foreground" textLength="752" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we're inside an termtosvg sessio</text><text class="background" textLength="8" x="752"> </text><text class="foreground" textLength="448" x="760"> </text></g><g id="g76"><text class="foreground" textLength="424" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ ht</text><text class="background" textLength="8" x="424"> </text></g><g id="g239"><text class="foreground" textLength="184" x="8">1514 linaro 20 0 </text><text class="color6" textLength="16" x="192"> 4</text><text class="foreground" textLength="32" x="208">704 </text><text class="color6" textLength="16" x="240"> 3</text><text class="foreground" textLength="32" x="256">560 </text><text class="color6" textLength="16" x="288"> 1</text><text class="foreground" textLength="32" x="304">728 </text><text class="color2" textLength="16" x="336">R </text><text class="foreground" textLength="232" x="352"> 1.5 0.1 0:00.19 htopn/init</text></g><g id="g176"><text class="foreground" textLength="176" x="16">813 linaro 20 0 </text><text class="color6" textLength="64" x="192"> 193M 45</text><text class="foreground" textLength="32" x="256">916 </text><text class="color6" textLength="16" x="288">33</text><text class="foreground" textLength="200" x="304">996 S 0.0 1.2 0:00.00 </text><text class="color2" textLength="72" x="504">nm-applet</text></g><g id="g164"><text class="foreground" textLength="176" x="16">785 linaro 20 0 </text><text class="color6" textLength="64" x="192"> 382M 23</text><text class="foreground" textLength="32" x="256">084 </text><text class="color6" textLength="16" x="288">18</text><text class="foreground" textLength="200" x="304">064 S 0.0 0.6 0:00.00 </text><text class="color2" textLength="176" x="504">lxpanel --profile LXDE</text></g><g id="g107"><text class="foreground" textLength="32" x="16">417 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192"> 6</text><text class="foreground" textLength="32" x="208">124 </text><text class="color6" textLength="16" x="240"> 3</text><text class="foreground" textLength="32" x="256">488 </text><text class="color6" textLength="16" x="288"> 3</text><text class="foreground" textLength="416" x="304">028 S 0.0 0.1 0:00.35 /lib/systemd/systemd-logind</text></g><g id="g101"><text class="foreground" textLength="32" x="16">398 </text><text class="color8" font-weight="bold" textLength="80" x="48">messagebu </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192"> 5</text><text class="foreground" textLength="32" x="208">540 </text><text class="color6" textLength="16" x="240"> 3</text><text class="foreground" textLength="32" x="256">084 </text><text class="color6" textLength="16" x="288"> 2</text><text class="foreground" textLength="224" x="304">428 S 0.0 0.1 0:01.67 /us</text></g><g id="g127"><text class="foreground" textLength="32" x="16">641 </text></g><g id="g151"><text class="foreground" textLength="176" x="16">722 linaro 20 0 </text><text class="color6" textLength="16" x="192">46</text><text class="foreground" textLength="32" x="208">460 </text><text class="color6" textLength="16" x="240"> 8</text><text class="foreground" textLength="32" x="256">924 </text><text class="color6" textLength="16" x="288"> 7</text><text class="foreground" textLength="200" x="304">844 S 0.0 0.2 0:00.00 </text><text class="color2" textLength="272" x="504">/usr/bin/lxsession -s LXDE -e LXDE</text></g><g id="g199"><text class="foreground" textLength="176" x="16">784 linaro 20 0 </text><text class="color6" textLength="16" x="192">24</text><text class="foreground" textLength="32" x="208">556 </text><text class="color6" textLength="16" x="240"> 3</text><text class="foreground" textLength="32" x="256">672 </text><text class="color6" textLength="16" x="288"> 3</text><text class="foreground" textLength="688" x="304">360 S 0.0 0.1 0:00.01 /usr/lib/menu-cache/menu-cached /run/user/1000/menu-cached-:0</text></g><g id="g152"><text class="foreground" textLength="176" x="16">674 linaro 20 0 </text><text class="color6" textLength="16" x="192">46</text><text class="foreground" textLength="32" x="208">460 </text><text class="color6" textLength="16" x="240"> 8</text><text class="foreground" textLength="32" x="256">924 </text><text class="color6" textLength="16" x="288"> 7</text><text class="foreground" textLength="472" x="304">844 S 0.0 0.2 0:00.13 /usr/bin/lxsession -s LXDE -e LXDE</text></g><g id="g297"><text class="foreground" textLength="184" x="8">1514 linaro 20 0 </text><text class="color6" textLength="16" x="192"> 4</text><text class="foreground" textLength="32" x="208">704 </text><text class="color6" textLength="16" x="240"> 3</text><text class="foreground" textLength="32" x="256">560 </text><text class="color6" textLength="16" x="288"> 1</text><text class="foreground" textLength="32" x="304">728 </text><text class="color2" textLength="16" x="336">R </text><text class="foreground" textLength="232" x="352"> 3.2 0.1 0:00.35 htopn/init</text></g><g id="g211"><text class="foreground" textLength="176" x="16">851 linaro 20 0 </text><text class="color6" textLength="16" x="192">47</text><text class="foreground" textLength="32" x="208">028 </text><text class="color6" textLength="16" x="240"> 5</text><text class="foreground" textLength="32" x="256">208 </text><text class="color6" textLength="16" x="288"> 4</text><text class="foreground" textLength="200" x="304">600 S 0.0 0.1 0:00.00 </text><text class="color2" textLength="528" x="504">/usr/lib/gvfs/gvfsd-trash --spawner :1.2 /org/gtk/gvfs/exec_spaw/0</text></g><g id="g300"><text class="background" textLength="8" x="0"> </text><text class="foreground" textLength="1200" x="8"> </text></g><g id="g112"><text class="foreground" textLength="32" x="16">576 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192">35</text><text class="foreground" textLength="32" x="208">644 </text><text class="color6" textLength="16" x="240"> 4</text><text class="foreground" textLength="32" x="256">680 </text><text class="color6" textLength="16" x="288"> 4</text><text class="foreground" textLength="200" x="304">084 S 0.0 0.1 0:00.00 </text><text class="color2" textLength="136" x="504">/usr/sbin/lightdm</text></g><g id="g74"><text class="foreground" textLength="88" x="0">That rocks!</text></g><g id="g59"><text class="foreground" textLength="448" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo </text><text class="background" textLength="8" x="448"> </text></g><g id="g81"><text class="foreground" textLength="16" x="0"> </text><text class="color6" textLength="24" x="16">2 </text><text class="foreground" font-weight="bold" textLength="8" x="40">[</text><text class="color8" font-weight="bold" textLength="520" x="48"> 0.0%</text><text class="foreground" font-weight="bold" textLength="8" x="568">]</text><text class="foreground" textLength="24" x="576"> </text><text class="color6" textLength="24" x="600">5 </text><text class="foreground" font-weight="bold" textLength="8" x="624">[</text><text class="color8" font-weight="bold" textLength="520" x="632"> 0.0%</text><text class="foreground" font-weight="bold" textLength="8" x="1152">]</text></g><g id="g121"><text class="foreground" textLength="32" x="16">593 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="32" x="192"> 278</text></g><g id="g167"><text class="foreground" textLength="176" x="16">757 linaro 20 0 </text><text class="color6" textLength="64" x="192"> 155M 35</text><text class="foreground" textLength="32" x="256">040 </text><text class="color6" textLength="16" x="288">31</text><text class="foreground" textLength="200" x="304">172 S 0.0 0.9 0:00.00 </text><text class="color2" textLength="256" x="504">pcmanfm --desktop --profile LXDE</text></g><g id="g207"><text class="foreground" textLength="32" x="16">842 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192">54</text><text class="foreground" textLength="32" x="208">716 </text><text class="color6" textLength="16" x="240"> 6</text><text class="foreground" textLength="32" x="256">488 </text><text class="color6" textLength="16" x="288"> 4</text><text class="foreground" textLength="200" x="304">752 S 0.0 0.2 0:00.00 </text><text class="color2" textLength="280" x="504">/usr/lib/udisks2/udisksd --no-debug</text></g><g id="g189"><text class="foreground" textLength="176" x="16">823 linaro 20 0 </text><text class="color6" textLength="64" x="192"> 372M 8</text><text class="foreground" textLength="32" x="256">248 </text><text class="color6" textLength="16" x="288"> 6</text><text class="foreground" textLength="200" x="304">172 S 0.0 0.2 0:00.05 </text><text class="color2" textLength="376" x="504">/usr/bin/pulseaudio --start --log-target=syslog</text></g><g id="g33"><text class="foreground" textLength="648" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we're inside an ter</text><text class="background" textLength="8" x="648"> </text><text class="foreground" textLength="552" x="656"> </text></g><g id="g52"><text class="foreground" textLength="1208" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we're inside an termtosvg session!" </text></g><g id="g28"><text class="foreground" textLength="608" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we're inside a</text><text class="background" textLength="8" x="608"> </text><text class="foreground" textLength="592" x="616"> </text></g><g id="g209"><text class="foreground" textLength="32" x="16">844 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192">54</text><text class="foreground" textLength="32" x="208">716 </text><text class="color6" textLength="16" x="240"> 6</text><text class="foreground" textLength="32" x="256">488 </text><text class="color6" textLength="16" x="288"> 4</text><text class="foreground" textLength="200" x="304">752 S 0.0 0.2 0:00.00 </text><text class="color2" textLength="280" x="504">/usr/lib/udisks2/udisksd --no-debug</text></g><g id="g244"><text class="foreground" textLength="32" x="16">593 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 279M 106M 89</text><text class="foreground" textLength="200" x="304">320 S 0.0 2.8 0:00.00 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g205"><text class="foreground" textLength="32" x="16">840 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192">54</text><text class="foreground" textLength="32" x="208">716 </text><text class="color6" textLength="16" x="240"> 6</text><text class="foreground" textLength="32" x="256">488 </text><text class="color6" textLength="16" x="288"> 4</text><text class="foreground" textLength="200" x="304">752 S 0.0 0.2 0:00.00 </text><text class="color2" textLength="280" x="504">/usr/lib/udisks2/udisksd --no-debug</text></g><g id="g89"><text class="foreground" textLength="16" x="32">1 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192">26</text><text class="foreground" textLength="32" x="208">376 </text><text class="color6" textLength="16" x="240"> 4</text><text class="foreground" textLength="32" x="256">820 </text><text class="color6" textLength="16" x="288"> 3</text><text class="foreground" textLength="280" x="304">728 S 0.0 0.1 0:03.44 /sbin/init</text></g><g id="g90"><text class="foreground" textLength="32" x="16">198 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192">30</text><text class="foreground" textLength="32" x="208">164 </text><text class="color6" textLength="16" x="240"> 5</text><text class="foreground" textLength="32" x="256">796 </text><text class="color6" textLength="16" x="288"> 5</text><text class="foreground" textLength="432" x="304">360 S 0.0 0.1 0:01.68 /lib/systemd/systemd-journald</text></g><g id="g254"><text class="foreground" textLength="32" x="16">655 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 279M 106M 89</text><text class="foreground" textLength="200" x="304">320 S 0.0 2.8 0:00.41 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g131"><text class="foreground" textLength="32" x="16">644 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 278M 106M 88</text><text class="foreground" textLength="200" x="304">736 S 0.0 2.8 0:00.00 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g251"><text class="foreground" textLength="32" x="16">643 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 279M 106M 89</text><text class="foreground" textLength="200" x="304">320 S 0.0 2.8 0:00.00 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g262"><text class="foreground" textLength="16" x="0"> </text><text class="color6" textLength="24" x="16">3 </text><text class="foreground" font-weight="bold" textLength="8" x="40">[</text><text class="color8" font-weight="bold" textLength="520" x="48"> 0.0%</text><text class="foreground" font-weight="bold" textLength="8" x="568">]</text><text class="foreground" textLength="24" x="576"> </text><text class="color6" textLength="24" x="600">6 </text><text class="foreground" font-weight="bold" textLength="8" x="624">[</text><text class="color2" textLength="8" x="632">|</text><text class="color8" font-weight="bold" textLength="512" x="640"> 0.6%</text><text class="foreground" font-weight="bold" textLength="8" x="1152">]</text></g><g id="g243"><text class="foreground" textLength="32" x="16">592 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 279M 106M 89</text><text class="foreground" textLength="200" x="304">320 S 0.0 2.8 0:00.00 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g139"><text class="foreground" textLength="32" x="16">633 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192">36</text><text class="foreground" textLength="32" x="208">988 </text><text class="color6" textLength="16" x="240"> 5</text><text class="foreground" textLength="32" x="256">936 </text><text class="color6" textLength="16" x="288"> 4</text><text class="foreground" textLength="200" x="304">248 S 0.0 0.2 0:00.00 </text><text class="color2" textLength="16" x="504">/u</text></g><g id="g66"><text class="foreground" textLength="504" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "That r</text><text class="background" textLength="8" x="504"> </text></g><g id="g49"><text class="foreground" textLength="776" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we're inside an termtosvg session"!</text><text class="background" textLength="8" x="776"> </text><text class="foreground" textLength="424" x="784"> </text></g><g id="g154"><text class="foreground" textLength="176" x="16">694 linaro 20 0 </text><text class="color6" textLength="16" x="192"> 5</text><text class="foreground" textLength="32" x="208">924 </text><text class="color6" textLength="16" x="240"> 1</text><text class="foreground" textLength="32" x="256">484 </text><text class="color6" textLength="16" x="288"> 1</text><text class="foreground" textLength="616" x="304">096 S 0.0 0.0 0:00.00 /usr/bin/dbus-launch --exit-with-session --sh-syntax</text></g><g id="g30"><text class="foreground" textLength="624" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we're inside an </text><text class="background" textLength="8" x="624"> </text><text class="foreground" textLength="576" x="632"> </text></g><g id="g120"><text class="foreground" textLength="32" x="16">592 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 278M 106M 88</text><text class="foreground" textLength="200" x="304">736 S 0.0 2.8 0:00.00 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g69"><text class="foreground" textLength="528" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "That rock</text><text class="background" textLength="8" x="528"> </text></g><g id="g285"><text class="foreground" textLength="32" x="16">643 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 279M 106M 89</text><text class="foreground" textLength="200" x="304">256 S 0.0 2.8 0:00.00 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g249"><text class="foreground" textLength="32" x="16">641 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 279M 106M 89</text><text class="foreground" textLength="200" x="304">320 S 0.0 2.8 0:00.00 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g213"><text class="foreground" textLength="176" x="16">850 linaro 20 0 </text><text class="color6" textLength="16" x="192">47</text></g><g id="g217"><text class="foreground" textLength="184" x="8">1332 linaro 20 0 </text><text class="color6" textLength="16" x="192">42</text><text class="foreground" textLength="32" x="208">376 </text><text class="color6" textLength="16" x="240">15</text><text class="foreground" textLength="32" x="256">380 </text><text class="color6" textLength="16" x="288">12</text><text class="foreground" textLength="200" x="304">172 S 0.0 0.4 0:00.00 </text><text class="color2" textLength="80" x="504">lxterminal</text></g><g id="g182"><text class="foreground" textLength="176" x="16">754 linaro 20 0 </text><text class="color6" textLength="64" x="192"> 193M 45</text><text class="foreground" textLength="32" x="256">916 </text><text class="color6" textLength="16" x="288">33</text><text class="foreground" textLength="272" x="304">996 S 0.0 1.2 0:02.79 nm-applet</text></g><g id="g72"><text class="foreground" textLength="552" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "That rocks!"</text><text class="background" textLength="8" x="552"> </text></g><g id="g44"><text class="foreground" textLength="736" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we're inside an termtosvg sess</text><text class="background" textLength="8" x="736"> </text><text class="foreground" textLength="464" x="744"> </text></g><g id="g27"><text class="foreground" textLength="600" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we're inside </text><text class="background" textLength="8" x="600"> </text><text class="foreground" textLength="600" x="608"> </text></g><g id="g284"><text class="foreground" textLength="32" x="16">642 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 279M 106M 89</text><text class="foreground" textLength="200" x="304">256 S 0.0 2.8 0:00.00 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g138"><text class="foreground" textLength="32" x="16">623 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192"> 5</text><text class="foreground" textLength="32" x="208">440 </text><text class="color6" textLength="16" x="240"> 3</text><text class="foreground" textLength="32" x="256">340 </text><text class="color6" textLength="16" x="288"> 2</text><text class="foreground" textLength="240" x="304">144 S 0.0 0.1 0:00.09 -bash</text></g><g id="g294"><text class="color6" textLength="24" x="16">Swp</text><text class="foreground" font-weight="bold" textLength="8" x="40">[</text><text class="color8" font-weight="bold" textLength="520" x="48"> 0K/0K</text><text class="foreground" font-weight="bold" textLength="8" x="568">]</text><text class="foreground" textLength="24" x="576"> </text><text class="color6" textLength="112" x="600">Load average: </text><text class="foreground" font-weight="bold" textLength="40" x="712">0.15 </text><text class="color14" font-weight="bold" textLength="40" x="752">0.04 </text><text class="color6" textLength="40" x="792">0.01 </text></g><g id="g179"><text class="foreground" textLength="176" x="16">816 linaro 20 0 </text><text class="color6" textLength="64" x="192"> 193M 45</text><text class="foreground" textLength="32" x="256">916 </text><text class="color6" textLength="16" x="288">33</text><text class="foreground" textLength="200" x="304">996 S 0.0 1.2 0:00.00 </text><text class="color2" textLength="72" x="504">nm-applet</text></g><g id="g32"><text class="foreground" textLength="640" x="0">linaro@captation-techforum-rk3399-4GB:~/termtosvg$ echo "Yes, we're inside an te</text><text class="background" textLength="8" x="640"> </text><text class="foreground" textLength="560" x="648"> </text></g><g id="g134"><text class="foreground" textLength="32" x="16">655 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 278M 106M 88</text><text class="foreground" textLength="200" x="304">736 S 0.0 2.8 0:00.41 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g287"><text class="foreground" textLength="32" x="16">645 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="112" x="192"> 279M 106M 89</text><text class="foreground" textLength="200" x="304">256 S 0.0 2.8 0:00.00 </text><text class="color2" textLength="704" x="504">/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novt</text></g><g id="g142"><text class="foreground" textLength="32" x="16">630 </text><text class="color8" font-weight="bold" textLength="80" x="48">root </text><text class="foreground" textLength="64" x="128"> 20 0 </text><text class="color6" textLength="16" x="192">36</text><text class="foreground" textLength="32" x="208">988 </text><text class="color6" textLength="16" x="240"> 5</text><text class="foreground" textLength="32" x="256">936 </text><text class="color6" textLength="16" x="288"> 4</text><text class="foreground" textLength="512" x="304">248 S 0.0 0.2 0:00.86 /usr/lib/policykit-1/polkitd --no-debug</text></g></defs><g id="screen_view"><g><rect class="foreground" height="17" width="8" x="408" y="0"/><use y="0" xlink:href="#g1"/></g><g><rect class="foreground" height="17" width="8" x="416" y="2482"/><use y="2482" xlink:href="#g2"/></g><g><rect class="foreground" height="17" width="8" x="408" y="4964"/><use y="4964" xlink:href="#g3"/></g><g><rect class="foreground" height="17" width="8" x="408" y="7446"/><use y="7446" xlink:href="#g3"/></g><g><rect class="foreground" height="17" width="8" x="416" y="9928"/><use y="9928" xlink:href="#g4"/></g><g><rect class="foreground" height="17" width="8" x="424" y="12410"/><use y="12410" xlink:href="#g5"/></g><g><rect class="foreground" height="17" width="8" x="432" y="14892"/><use y="14892" xlink:href="#g6"/></g><g><rect class="foreground" height="17" width="8" x="440" y="17374"/><use y="17374" xlink:href="#g7"/></g><g><rect class="foreground" height="17" width="8" x="448" y="19856"/><use y="19856" xlink:href="#g8"/></g><g><rect class="foreground" height="17" width="8" x="456" y="22338"/><use y="22338" xlink:href="#g9"/></g><g><rect class="foreground" height="17" width="8" x="448" y="24820"/><use y="24820" xlink:href="#g8"/></g><g><rect class="foreground" height="17" width="8" x="456" y="27302"/><use y="27302" xlink:href="#g9"/></g><g><rect class="foreground" height="17" width="8" x="464" y="29784"/><use y="29784" xlink:href="#g10"/></g><g><rect class="foreground" height="17" width="8" x="472" y="32266"/><use y="32266" xlink:href="#g11"/></g><g><rect class="foreground" height="17" width="8" x="480" y="34748"/><use y="34748" xlink:href="#g12"/></g><g><rect class="foreground" height="17" width="8" x="488" y="37230"/><use y="37230" xlink:href="#g13"/></g><g><rect class="foreground" height="17" width="8" x="496" y="39712"/><use y="39712" xlink:href="#g14"/></g><g><rect class="foreground" height="17" width="8" x="504" y="42194"/><use y="42194" xlink:href="#g15"/></g><g><rect class="foreground" height="17" width="8" x="512" y="44676"/><use y="44676" xlink:href="#g16"/></g><g><rect class="foreground" height="17" width="8" x="520" y="47158"/><use y="47158" xlink:href="#g17"/></g><g><rect class="foreground" height="17" width="8" x="528" y="49640"/><use y="49640" xlink:href="#g18"/></g><g><rect class="foreground" height="17" width="8" x="536" y="52122"/><use y="52122" xlink:href="#g19"/></g><g><rect class="foreground" height="17" width="8" x="544" y="54604"/><use y="54604" xlink:href="#g20"/></g><g><rect class="foreground" height="17" width="8" x="552" y="57086"/><use y="57086" xlink:href="#g21"/></g><g><rect class="foreground" height="17" width="8" x="560" y="59568"/><use y="59568" xlink:href="#g22"/></g><g><rect class="foreground" height="17" width="8" x="568" y="62050"/><use y="62050" xlink:href="#g23"/></g><g><rect class="foreground" height="17" width="8" x="576" y="64532"/><use y="64532" xlink:href="#g24"/></g><g><rect class="foreground" height="17" width="8" x="584" y="67014"/><use y="67014" xlink:href="#g25"/></g><g><rect class="foreground" height="17" width="8" x="592" y="69496"/><use y="69496" xlink:href="#g26"/></g><g><rect class="foreground" height="17" width="8" x="600" y="71978"/><use y="71978" xlink:href="#g27"/></g><g><rect class="foreground" height="17" width="8" x="608" y="74460"/><use y="74460" xlink:href="#g28"/></g><g><rect class="foreground" height="17" width="8" x="616" y="76942"/><use y="76942" xlink:href="#g29"/></g><g><rect class="foreground" height="17" width="8" x="624" y="79424"/><use y="79424" xlink:href="#g30"/></g><g><rect class="foreground" height="17" width="8" x="632" y="81906"/><use y="81906" xlink:href="#g31"/></g><g><rect class="foreground" height="17" width="8" x="640" y="84388"/><use y="84388" xlink:href="#g32"/></g><g><rect class="foreground" height="17" width="8" x="648" y="86870"/><use y="86870" xlink:href="#g33"/></g><g><rect class="foreground" height="17" width="8" x="656" y="89352"/><use y="89352" xlink:href="#g34"/></g><g><rect class="foreground" height="17" width="8" x="664" y="91834"/><use y="91834" xlink:href="#g35"/></g><g><rect class="foreground" height="17" width="8" x="672" y="94316"/><use y="94316" xlink:href="#g36"/></g><g><rect class="foreground" height="17" width="8" x="680" y="96798"/><use y="96798" xlink:href="#g37"/></g><g><rect class="foreground" height="17" width="8" x="688" y="99280"/><use y="99280" xlink:href="#g38"/></g><g><rect class="foreground" height="17" width="8" x="696" y="101762"/><use y="101762" xlink:href="#g39"/></g><g><rect class="foreground" height="17" width="8" x="704" y="104244"/><use y="104244" xlink:href="#g40"/></g><g><rect class="foreground" height="17" width="8" x="712" y="106726"/><use y="106726" xlink:href="#g41"/></g><g><rect class="foreground" height="17" width="8" x="720" y="109208"/><use y="109208" xlink:href="#g42"/></g><g><rect class="foreground" height="17" width="8" x="728" y="111690"/><use y="111690" xlink:href="#g43"/></g><g><rect class="foreground" height="17" width="8" x="736" y="114172"/><use y="114172" xlink:href="#g44"/></g><g><rect class="foreground" height="17" width="8" x="744" y="116654"/><use y="116654" xlink:href="#g45"/></g><g><rect class="foreground" height="17" width="8" x="752" y="119136"/><use y="119136" xlink:href="#g46"/></g><g><rect class="foreground" height="17" width="8" x="760" y="121618"/><use y="121618" xlink:href="#g47"/></g><g><rect class="foreground" height="17" width="8" x="768" y="124100"/><use y="124100" xlink:href="#g48"/></g><g><rect class="foreground" height="17" width="8" x="776" y="126582"/><use y="126582" xlink:href="#g49"/></g><g><rect class="foreground" height="17" width="8" x="768" y="129064"/><use y="129064" xlink:href="#g48"/></g><g><rect class="foreground" height="17" width="8" x="760" y="131546"/><use y="131546" xlink:href="#g47"/></g><g><rect class="foreground" height="17" width="8" x="768" y="134028"/><use y="134028" xlink:href="#g50"/></g><g><rect class="foreground" height="17" width="8" x="776" y="136510"/><use y="136510" xlink:href="#g51"/></g><g><use y="138992" xlink:href="#g52"/><rect class="foreground" height="17" width="8" x="0" y="139009"/><use y="139009" xlink:href="#g53"/></g><g><use y="141474" xlink:href="#g52"/><use y="141491" xlink:href="#g54"/><rect class="foreground" height="17" width="8" x="408" y="141508"/><use y="141508" xlink:href="#g1"/></g><g><use y="143956" xlink:href="#g52"/><use y="143973" xlink:href="#g54"/><rect class="foreground" height="17" width="8" x="416" y="143990"/><use y="143990" xlink:href="#g55"/></g><g><use y="146438" xlink:href="#g52"/><use y="146455" xlink:href="#g54"/><rect class="foreground" height="17" width="8" x="424" y="146472"/><use y="146472" xlink:href="#g56"/></g><g><use y="148920" xlink:href="#g52"/><use y="148937" xlink:href="#g54"/><rect class="foreground" height="17" width="8" x="432" y="148954"/><use y="148954" xlink:href="#g57"/></g><g><use y="151402" xlink:href="#g52"/><use y="151419" xlink:href="#g54"/><rect class="foreground" height="17" width="8" x="440" y="151436"/><use y="151436" xlink:href="#g58"/></g><g><use y="153884" xlink:href="#g52"/><use y="153901" xlink:href="#g54"/><rect class="foreground" height="17" width="8" x="448" y="153918"/><use y="153918" xlink:href="#g59"/></g><g><use y="156366" xlink:href="#g52"/><use y="156383" xlink:href="#g54"/><rect class="foreground" height="17" width="8" x="456" y="156400"/><use y="156400" xlink:href="#g60"/></g><g><use y="158848" xlink:href="#g52"/><use y="158865" xlink:href="#g54"/><rect class="foreground" height="17" width="8" x="464" y="158882"/><use y="158882" xlink:href="#g61"/></g><g><use y="161330" xlink:href="#g52"/><use y="161347" xlink:href="#g54"/><rect class="foreground" height="17" width="8" x="472" y="161364"/><use y="161364" xlink:href="#g62"/></g><g><use y="163812" xlink:href="#g52"/><use y="163829" xlink:href="#g54"/><rect class="foreground" height="17" width="8" x="480" y="163846"/><use y="163846" xlink:href="#g63"/></g><g><use y="166294" xlink:href="#g52"/><use y="166311" xlink:href="#g54"/><rect class="foreground" height="17" width="8" x="488" y="166328"/><use y="166328" xlink:href="#g64"/></g><g><use y="168776" xlink:href="#g52"/><use y="168793" xlink:href="#g54"/><rect class="foreground" height="17" width="8" x="496" y="168810"/><use y="168810" xlink:href="#g65"/></g><g><use y="171258" xlink:href="#g52"/><use y="171275" xlink:href="#g54"/><rect class="foreground" height="17" width="8" x="504" y="171292"/><use y="171292" xlink:href="#g66"/></g><g><use y="173740" xlink:href="#g52"/><use y="173757" xlink:href="#g54"/><rect class="foreground" height="17" width="8" x="512" y="173774"/><use y="173774" xlink:href="#g67"/></g><g><use y="176222" xlink:href="#g52"/><use y="176239" xlink:href="#g54"/><rect class="foreground" height="17" width="8" x="520" y="176256"/><use y="176256" xlink:href="#g68"/></g><g><use y="178704" xlink:href="#g52"/><use y="178721" xlink:href="#g54"/><rect class="foreground" height="17" width="8" x="528" y="178738"/><use y="178738" xlink:href="#g69"/></g><g><use y="181186" xlink:href="#g52"/><use y="181203" xlink:href="#g54"/><rect class="foreground" height="17" width="8" x="536" y="181220"/><use y="181220" xlink:href="#g70"/></g><g><use y="183668" xlink:href="#g52"/><use y="183685" xlink:href="#g54"/><rect class="foreground" height="17" width="8" x="544" y="183702"/><use y="183702" xlink:href="#g71"/></g><g><use y="186150" xlink:href="#g52"/><use y="186167" xlink:href="#g54"/><rect class="foreground" height="17" width="8" x="552" y="186184"/><use y="186184" xlink:href="#g72"/></g><g><use y="188632" xlink:href="#g52"/><use y="188649" xlink:href="#g54"/><use y="188666" xlink:href="#g73"/><use y="188683" xlink:href="#g74"/><rect class="foreground" height="17" width="8" x="408" y="188700"/><use y="188700" xlink:href="#g1"/></g><g><use y="191114" xlink:href="#g52"/><use y="191131" xlink:href="#g54"/><use y="191148" xlink:href="#g73"/><use y="191165" xlink:href="#g74"/><rect class="foreground" height="17" width="8" x="416" y="191182"/><use y="191182" xlink:href="#g75"/></g><g><use y="193596" xlink:href="#g52"/><use y="193613" xlink:href="#g54"/><use y="193630" xlink:href="#g73"/><use y="193647" xlink:href="#g74"/><rect class="foreground" height="17" width="8" x="424" y="193664"/><use y="193664" xlink:href="#g76"/></g><g><use y="196078" xlink:href="#g52"/><use y="196095" xlink:href="#g54"/><use y="196112" xlink:href="#g73"/><use y="196129" xlink:href="#g74"/><rect class="foreground" height="17" width="8" x="440" y="196146"/><use y="196146" xlink:href="#g77"/></g><g><use y="198560" xlink:href="#g52"/><use y="198577" xlink:href="#g54"/><use y="198594" xlink:href="#g73"/><use y="198611" xlink:href="#g74"/><use y="198628" xlink:href="#g78"/><rect class="foreground" height="17" width="8" x="0" y="198645"/><use y="198645" xlink:href="#g53"/></g><g><use y="201042" xlink:href="#g52"/><use y="201059" xlink:href="#g54"/><use y="201076" xlink:href="#g73"/><use y="201093" xlink:href="#g74"/><use y="201110" xlink:href="#g78"/></g><g><use y="203524" xlink:href="#g79"/><use y="203541" xlink:href="#g80"/><use y="203558" xlink:href="#g81"/><use y="203575" xlink:href="#g82"/><use y="203592" xlink:href="#g83"/><use y="203609" xlink:href="#g84"/><use y="203626" xlink:href="#g85"/><rect class="color2" height="17" width="352" x="0" y="203660"/><rect class="color6" height="17" width="40" x="352" y="203660"/><rect class="color2" height="17" width="816" x="392" y="203660"/><use y="203660" xlink:href="#g86"/><rect class="color6" height="17" width="360" x="0" y="203677"/><use y="203677" xlink:href="#g87"/></g><g><use y="206006" xlink:href="#g79"/><use y="206023" xlink:href="#g80"/><use y="206040" xlink:href="#g81"/><use y="206057" xlink:href="#g82"/><use y="206074" xlink:href="#g83"/><use y="206091" xlink:href="#g84"/><use y="206108" xlink:href="#g85"/><rect class="color2" height="17" width="352" x="0" y="206142"/><rect class="color6" height="17" width="40" x="352" y="206142"/><rect class="color2" height="17" width="816" x="392" y="206142"/><use y="206142" xlink:href="#g86"/><rect class="color6" height="17" width="1208" x="0" y="206159"/><use y="206159" xlink:href="#g88"/><use y="206176" xlink:href="#g89"/><use y="206193" xlink:href="#g90"/><use y="206210" xlink:href="#g91"/><use y="206227" xlink:href="#g92"/><use y="206244" xlink:href="#g93"/><use y="206261" xlink:href="#g94"/></g><g><use y="208488" xlink:href="#g79"/><use y="208505" xlink:href="#g80"/><use y="208522" xlink:href="#g81"/><use y="208539" xlink:href="#g82"/><use y="208556" xlink:href="#g83"/><use y="208573" xlink:href="#g84"/><use y="208590" xlink:href="#g85"/><rect class="color2" height="17" width="352" x="0" y="208624"/><rect class="color6" height="17" width="40" x="352" y="208624"/><rect class="color2" height="17" width="816" x="392" y="208624"/><use y="208624" xlink:href="#g86"/><rect class="color6" height="17" width="1208" x="0" y="208641"/><use y="208641" xlink:href="#g88"/><use y="208658" xlink:href="#g89"/><use y="208675" xlink:href="#g90"/><use y="208692" xlink:href="#g91"/><use y="208709" xlink:href="#g92"/><use y="208726" xlink:href="#g93"/><use y="208743" xlink:href="#g95"/><use y="208760" xlink:href="#g96"/><use y="208777" xlink:href="#g97"/><use y="208794" xlink:href="#g98"/><use y="208811" xlink:href="#g99"/><use y="208828" xlink:href="#g100"/><use y="208845" xlink:href="#g101"/></g><g><use y="210970" xlink:href="#g79"/><use y="210987" xlink:href="#g80"/><use y="211004" xlink:href="#g81"/><use y="211021" xlink:href="#g82"/><use y="211038" xlink:href="#g83"/><use y="211055" xlink:href="#g84"/><use y="211072" xlink:href="#g85"/><rect class="color2" height="17" width="352" x="0" y="211106"/><rect class="color6" height="17" width="40" x="352" y="211106"/><rect class="color2" height="17" width="816" x="392" y="211106"/><use y="211106" xlink:href="#g86"/><rect class="color6" height="17" width="1208" x="0" y="211123"/><use y="211123" xlink:href="#g88"/><use y="211140" xlink:href="#g89"/><use y="211157" xlink:href="#g90"/><use y="211174" xlink:href="#g91"/><use y="211191" xlink:href="#g92"/><use y="211208" xlink:href="#g93"/><use y="211225" xlink:href="#g95"/><use y="211242" xlink:href="#g96"/><use y="211259" xlink:href="#g97"/><use y="211276" xlink:href="#g98"/><use y="211293" xlink:href="#g99"/><use y="211310" xlink:href="#g100"/><use y="211327" xlink:href="#g102"/><use y="211344" xlink:href="#g103"/><use y="211361" xlink:href="#g104"/><use y="211378" xlink:href="#g105"/><use y="211395" xlink:href="#g106"/><use y="211412" xlink:href="#g107"/><use y="211429" xlink:href="#g108"/></g><g><use y="213452" xlink:href="#g79"/><use y="213469" xlink:href="#g80"/><use y="213486" xlink:href="#g81"/><use y="213503" xlink:href="#g82"/><use y="213520" xlink:href="#g83"/><use y="213537" xlink:href="#g84"/><use y="213554" xlink:href="#g85"/><rect class="color2" height="17" width="352" x="0" y="213588"/><rect class="color6" height="17" width="40" x="352" y="213588"/><rect class="color2" height="17" width="816" x="392" y="213588"/><use y="213588" xlink:href="#g86"/><rect class="color6" height="17" width="1208" x="0" y="213605"/><use y="213605" xlink:href="#g88"/><use y="213622" xlink:href="#g89"/><use y="213639" xlink:href="#g90"/><use y="213656" xlink:href="#g91"/><use y="213673" xlink:href="#g92"/><use y="213690" xlink:href="#g93"/><use y="213707" xlink:href="#g95"/><use y="213724" xlink:href="#g96"/><use y="213741" xlink:href="#g97"/><use y="213758" xlink:href="#g98"/><use y="213775" xlink:href="#g99"/><use y="213792" xlink:href="#g100"/><use y="213809" xlink:href="#g102"/><use y="213826" xlink:href="#g103"/><use y="213843" xlink:href="#g104"/><use y="213860" xlink:href="#g105"/><use y="213877" xlink:href="#g106"/><use y="213894" xlink:href="#g107"/><use y="213911" xlink:href="#g109"/><use y="213928" xlink:href="#g110"/><use y="213945" xlink:href="#g111"/><use y="213962" xlink:href="#g112"/><use y="213979" xlink:href="#g113"/><use y="213996" xlink:href="#g114"/><use y="214013" xlink:href="#g115"/></g><g><use y="215934" xlink:href="#g79"/><use y="215951" xlink:href="#g80"/><use y="215968" xlink:href="#g81"/><use y="215985" xlink:href="#g82"/><use y="216002" xlink:href="#g83"/><use y="216019" xlink:href="#g84"/><use y="216036" xlink:href="#g85"/><rect class="color2" height="17" width="352" x="0" y="216070"/><rect class="color6" height="17" width="40" x="352" y="216070"/><rect class="color2" height="17" width="816" x="392" y="216070"/><use y="216070" xlink:href="#g86"/><rect class="color6" height="17" width="1208" x="0" y="216087"/><use y="216087" xlink:href="#g88"/><use y="216104" xlink:href="#g89"/><use y="216121" xlink:href="#g90"/><use y="216138" xlink:href="#g91"/><use y="216155" xlink:href="#g92"/><use y="216172" xlink:href="#g93"/><use y="216189" xlink:href="#g95"/><use y="216206" xlink:href="#g96"/><use y="216223" xlink:href="#g97"/><use y="216240" xlink:href="#g98"/><use y="216257" xlink:href="#g99"/><use y="216274" xlink:href="#g100"/><use y="216291" xlink:href="#g102"/><use y="216308" xlink:href="#g103"/><use y="216325" xlink:href="#g104"/><use y="216342" xlink:href="#g105"/><use y="216359" xlink:href="#g106"/><use y="216376" xlink:href="#g107"/><use y="216393" xlink:href="#g109"/><use y="216410" xlink:href="#g110"/><use y="216427" xlink:href="#g111"/><use y="216444" xlink:href="#g112"/><use y="216461" xlink:href="#g113"/><use y="216478" xlink:href="#g114"/><use y="216495" xlink:href="#g116"/><use y="216512" xlink:href="#g117"/><use y="216529" xlink:href="#g118"/><use y="216546" xlink:href="#g119"/><use y="216563" xlink:href="#g120"/><use y="216580" xlink:href="#g121"/></g><g><use y="218416" xlink:href="#g79"/><use y="218433" xlink:href="#g80"/><use y="218450" xlink:href="#g81"/><use y="218467" xlink:href="#g82"/><use y="218484" xlink:href="#g83"/><use y="218501" xlink:href="#g84"/><use y="218518" xlink:href="#g85"/><rect class="color2" height="17" width="352" x="0" y="218552"/><rect class="color6" height="17" width="40" x="352" y="218552"/><rect class="color2" height="17" width="816" x="392" y="218552"/><use y="218552" xlink:href="#g86"/><rect class="color6" height="17" width="1208" x="0" y="218569"/><use y="218569" xlink:href="#g88"/><use y="218586" xlink:href="#g89"/><use y="218603" xlink:href="#g90"/><use y="218620" xlink:href="#g91"/><use y="218637" xlink:href="#g92"/><use y="218654" xlink:href="#g93"/><use y="218671" xlink:href="#g95"/><use y="218688" xlink:href="#g96"/><use y="218705" xlink:href="#g97"/><use y="218722" xlink:href="#g98"/><use y="218739" xlink:href="#g99"/><use y="218756" xlink:href="#g100"/><use y="218773" xlink:href="#g102"/><use y="218790" xlink:href="#g103"/><use y="218807" xlink:href="#g104"/><use y="218824" xlink:href="#g105"/><use y="218841" xlink:href="#g106"/><use y="218858" xlink:href="#g107"/><use y="218875" xlink:href="#g109"/><use y="218892" xlink:href="#g110"/><use y="218909" xlink:href="#g111"/><use y="218926" xlink:href="#g112"/><use y="218943" xlink:href="#g113"/><use y="218960" xlink:href="#g114"/><use y="218977" xlink:href="#g116"/><use y="218994" xlink:href="#g117"/><use y="219011" xlink:href="#g118"/><use y="219028" xlink:href="#g119"/><use y="219045" xlink:href="#g120"/><use y="219062" xlink:href="#g122"/><use y="219079" xlink:href="#g123"/><use y="219096" xlink:href="#g124"/><use y="219113" xlink:href="#g125"/><use y="219130" xlink:href="#g126"/><use y="219147" xlink:href="#g127"/></g><g><use y="220898" xlink:href="#g79"/><use y="220915" xlink:href="#g80"/><use y="220932" xlink:href="#g81"/><use y="220949" xlink:href="#g82"/><use y="220966" xlink:href="#g83"/><use y="220983" xlink:href="#g84"/><use y="221000" xlink:href="#g85"/><rect class="color2" height="17" width="352" x="0" y="221034"/><rect class="color6" height="17" width="40" x="352" y="221034"/><rect class="color2" height="17" width="816" x="392" y="221034"/><use y="221034" xlink:href="#g86"/><rect class="color6" height="17" width="1208" x="0" y="221051"/><use y="221051" xlink:href="#g88"/><use y="221068" xlink:href="#g89"/><use y="221085" xlink:href="#g90"/><use y="221102" xlink:href="#g91"/><use y="221119" xlink:href="#g92"/><use y="221136" xlink:href="#g93"/><use y="221153" xlink:href="#g95"/><use y="221170" xlink:href="#g96"/><use y="221187" xlink:href="#g97"/><use y="221204" xlink:href="#g98"/><use y="221221" xlink:href="#g99"/><use y="221238" xlink:href="#g100"/><use y="221255" xlink:href="#g102"/><use y="221272" xlink:href="#g103"/><use y="221289" xlink:href="#g104"/><use y="221306" xlink:href="#g105"/><use y="221323" xlink:href="#g106"/><use y="221340" xlink:href="#g107"/><use y="221357" xlink:href="#g109"/><use y="221374" xlink:href="#g110"/><use y="221391" xlink:href="#g111"/><use y="221408" xlink:href="#g112"/><use y="221425" xlink:href="#g113"/><use y="221442" xlink:href="#g114"/><use y="221459" xlink:href="#g116"/><use y="221476" xlink:href="#g117"/><use y="221493" xlink:href="#g118"/><use y="221510" xlink:href="#g119"/><use y="221527" xlink:href="#g120"/><use y="221544" xlink:href="#g122"/><use y="221561" xlink:href="#g123"/><use y="221578" xlink:href="#g124"/><use y="221595" xlink:href="#g125"/><use y="221612" xlink:href="#g126"/><use y="221629" xlink:href="#g128"/><use y="221646" xlink:href="#g129"/><use y="221663" xlink:href="#g130"/><use y="221680" xlink:href="#g131"/><use y="221697" xlink:href="#g132"/></g><g><use y="223380" xlink:href="#g79"/><use y="223397" xlink:href="#g80"/><use y="223414" xlink:href="#g81"/><use y="223431" xlink:href="#g82"/><use y="223448" xlink:href="#g83"/><use y="223465" xlink:href="#g84"/><use y="223482" xlink:href="#g85"/><rect class="color2" height="17" width="352" x="0" y="223516"/><rect class="color6" height="17" width="40" x="352" y="223516"/><rect class="color2" height="17" width="816" x="392" y="223516"/><use y="223516" xlink:href="#g86"/><rect class="color6" height="17" width="1208" x="0" y="223533"/><use y="223533" xlink:href="#g88"/><use y="223550" xlink:href="#g89"/><use y="223567" xlink:href="#g90"/><use y="223584" xlink:href="#g91"/><use y="223601" xlink:href="#g92"/><use y="223618" xlink:href="#g93"/><use y="223635" xlink:href="#g95"/><use y="223652" xlink:href="#g96"/><use y="223669" xlink:href="#g97"/><use y="223686" xlink:href="#g98"/><use y="223703" xlink:href="#g99"/><use y="223720" xlink:href="#g100"/><use y="223737" xlink:href="#g102"/><use y="223754" xlink:href="#g103"/><use y="223771" xlink:href="#g104"/><use y="223788" xlink:href="#g105"/><use y="223805" xlink:href="#g106"/><use y="223822" xlink:href="#g107"/><use y="223839" xlink:href="#g109"/><use y="223856" xlink:href="#g110"/><use y="223873" xlink:href="#g111"/><use y="223890" xlink:href="#g112"/><use y="223907" xlink:href="#g113"/><use y="223924" xlink:href="#g114"/><use y="223941" xlink:href="#g116"/><use y="223958" xlink:href="#g117"/><use y="223975" xlink:href="#g118"/><use y="223992" xlink:href="#g119"/><use y="224009" xlink:href="#g120"/><use y="224026" xlink:href="#g122"/><use y="224043" xlink:href="#g123"/><use y="224060" xlink:href="#g124"/><use y="224077" xlink:href="#g125"/><use y="224094" xlink:href="#g126"/><use y="224111" xlink:href="#g128"/><use y="224128" xlink:href="#g129"/><use y="224145" xlink:href="#g130"/><use y="224162" xlink:href="#g131"/><use y="224179" xlink:href="#g133"/><use y="224196" xlink:href="#g134"/><use y="224213" xlink:href="#g135"/><use y="224230" xlink:href="#g136"/><use y="224247" xlink:href="#g137"/><use y="224264" xlink:href="#g138"/><use y="224281" xlink:href="#g139"/></g><g><use y="225862" xlink:href="#g79"/><use y="225879" xlink:href="#g80"/><use y="225896" xlink:href="#g81"/><use y="225913" xlink:href="#g82"/><use y="225930" xlink:href="#g83"/><use y="225947" xlink:href="#g84"/><use y="225964" xlink:href="#g85"/><rect class="color2" height="17" width="352" x="0" y="225998"/><rect class="color6" height="17" width="40" x="352" y="225998"/><rect class="color2" height="17" width="816" x="392" y="225998"/><use y="225998" xlink:href="#g86"/><rect class="color6" height="17" width="1208" x="0" y="226015"/><use y="226015" xlink:href="#g88"/><use y="226032" xlink:href="#g89"/><use y="226049" xlink:href="#g90"/><use y="226066" xlink:href="#g91"/><use y="226083" xlink:href="#g92"/><use y="226100" xlink:href="#g93"/><use y="226117" xlink:href="#g95"/><use y="226134" xlink:href="#g96"/><use y="226151" xlink:href="#g97"/><use y="226168" xlink:href="#g98"/><use y="226185" xlink:href="#g99"/><use y="226202" xlink:href="#g100"/><use y="226219" xlink:href="#g102"/><use y="226236" xlink:href="#g103"/><use y="226253" xlink:href="#g104"/><use y="226270" xlink:href="#g105"/><use y="226287" xlink:href="#g106"/><use y="226304" xlink:href="#g107"/><use y="226321" xlink:href="#g109"/><use y="226338" xlink:href="#g110"/><use y="226355" xlink:href="#g111"/><use y="226372" xlink:href="#g112"/><use y="226389" xlink:href="#g113"/><use y="226406" xlink:href="#g114"/><use y="226423" xlink:href="#g116"/><use y="226440" xlink:href="#g117"/><use y="226457" xlink:href="#g118"/><use y="226474" xlink:href="#g119"/><use y="226491" xlink:href="#g120"/><use y="226508" xlink:href="#g122"/><use y="226525" xlink:href="#g123"/><use y="226542" xlink:href="#g124"/><use y="226559" xlink:href="#g125"/><use y="226576" xlink:href="#g126"/><use y="226593" xlink:href="#g128"/><use y="226610" xlink:href="#g129"/><use y="226627" xlink:href="#g130"/><use y="226644" xlink:href="#g131"/><use y="226661" xlink:href="#g133"/><use y="226678" xlink:href="#g134"/><use y="226695" xlink:href="#g135"/><use y="226712" xlink:href="#g136"/><use y="226729" xlink:href="#g137"/><use y="226746" xlink:href="#g138"/><use y="226763" xlink:href="#g140"/><use y="226780" xlink:href="#g141"/><use y="226797" xlink:href="#g142"/><use y="226814" xlink:href="#g143"/><use y="226831" xlink:href="#g144"/><use y="226848" xlink:href="#g145"/><use y="226865" xlink:href="#g146"/></g><g><use y="228344" xlink:href="#g79"/><use y="228361" xlink:href="#g80"/><use y="228378" xlink:href="#g81"/><use y="228395" xlink:href="#g82"/><use y="228412" xlink:href="#g83"/><use y="228429" xlink:href="#g84"/><use y="228446" xlink:href="#g85"/><rect class="color2" height="17" width="352" x="0" y="228480"/><rect class="color6" height="17" width="40" x="352" y="228480"/><rect class="color2" height="17" width="816" x="392" y="228480"/><use y="228480" xlink:href="#g86"/><rect class="color6" height="17" width="1208" x="0" y="228497"/><use y="228497" xlink:href="#g88"/><use y="228514" xlink:href="#g89"/><use y="228531" xlink:href="#g90"/><use y="228548" xlink:href="#g91"/><use y="228565" xlink:href="#g92"/><use y="228582" xlink:href="#g93"/><use y="228599" xlink:href="#g95"/><use y="228616" xlink:href="#g96"/><use y="228633" xlink:href="#g97"/><use y="228650" xlink:href="#g98"/><use y="228667" xlink:href="#g99"/><use y="228684" xlink:href="#g100"/><use y="228701" xlink:href="#g102"/><use y="228718" xlink:href="#g103"/><use y="228735" xlink:href="#g104"/><use y="228752" xlink:href="#g105"/><use y="228769" xlink:href="#g106"/><use y="228786" xlink:href="#g107"/><use y="228803" xlink:href="#g109"/><use y="228820" xlink:href="#g110"/><use y="228837" xlink:href="#g111"/><use y="228854" xlink:href="#g112"/><use y="228871" xlink:href="#g113"/><use y="228888" xlink:href="#g114"/><use y="228905" xlink:href="#g116"/><use y="228922" xlink:href="#g117"/><use y="228939" xlink:href="#g118"/><use y="228956" xlink:href="#g119"/><use y="228973" xlink:href="#g120"/><use y="228990" xlink:href="#g122"/><use y="229007" xlink:href="#g123"/><use y="229024" xlink:href="#g124"/><use y="229041" xlink:href="#g125"/><use y="229058" xlink:href="#g126"/><use y="229075" xlink:href="#g128"/><use y="229092" xlink:href="#g129"/><use y="229109" xlink:href="#g130"/><use y="229126" xlink:href="#g131"/><use y="229143" xlink:href="#g133"/><use y="229160" xlink:href="#g134"/><use y="229177" xlink:href="#g135"/><use y="229194" xlink:href="#g136"/><use y="229211" xlink:href="#g137"/><use y="229228" xlink:href="#g138"/><use y="229245" xlink:href="#g140"/><use y="229262" xlink:href="#g141"/><use y="229279" xlink:href="#g142"/><use y="229296" xlink:href="#g143"/><use y="229313" xlink:href="#g144"/><use y="229330" xlink:href="#g145"/><use y="229347" xlink:href="#g147"/><use y="229364" xlink:href="#g148"/><use y="229381" xlink:href="#g149"/><use y="229398" xlink:href="#g150"/><use y="229415" xlink:href="#g151"/><use y="229432" xlink:href="#g152"/><use y="229449" xlink:href="#g153"/></g><g><use y="230826" xlink:href="#g79"/><use y="230843" xlink:href="#g80"/><use y="230860" xlink:href="#g81"/><use y="230877" xlink:href="#g82"/><use y="230894" xlink:href="#g83"/><use y="230911" xlink:href="#g84"/><use y="230928" xlink:href="#g85"/><rect class="color2" height="17" width="352" x="0" y="230962"/><rect class="color6" height="17" width="40" x="352" y="230962"/><rect class="color2" height="17" width="816" x="392" y="230962"/><use y="230962" xlink:href="#g86"/><rect class="color6" height="17" width="1208" x="0" y="230979"/><use y="230979" xlink:href="#g88"/><use y="230996" xlink:href="#g89"/><use y="231013" xlink:href="#g90"/><use y="231030" xlink:href="#g91"/><use y="231047" xlink:href="#g92"/><use y="231064" xlink:href="#g93"/><use y="231081" xlink:href="#g95"/><use y="231098" xlink:href="#g96"/><use y="231115" xlink:href="#g97"/><use y="231132" xlink:href="#g98"/><use y="231149" xlink:href="#g99"/><use y="231166" xlink:href="#g100"/><use y="231183" xlink:href="#g102"/><use y="231200" xlink:href="#g103"/><use y="231217" xlink:href="#g104"/><use y="231234" xlink:href="#g105"/><use y="231251" xlink:href="#g106"/><use y="231268" xlink:href="#g107"/><use y="231285" xlink:href="#g109"/><use y="231302" xlink:href="#g110"/><use y="231319" xlink:href="#g111"/><use y="231336" xlink:href="#g112"/><use y="231353" xlink:href="#g113"/><use y="231370" xlink:href="#g114"/><use y="231387" xlink:href="#g116"/><use y="231404" xlink:href="#g117"/><use y="231421" xlink:href="#g118"/><use y="231438" xlink:href="#g119"/><use y="231455" xlink:href="#g120"/><use y="231472" xlink:href="#g122"/><use y="231489" xlink:href="#g123"/><use y="231506" xlink:href="#g124"/><use y="231523" xlink:href="#g125"/><use y="231540" xlink:href="#g126"/><use y="231557" xlink:href="#g128"/><use y="231574" xlink:href="#g129"/><use y="231591" xlink:href="#g130"/><use y="231608" xlink:href="#g131"/><use y="231625" xlink:href="#g133"/><use y="231642" xlink:href="#g134"/><use y="231659" xlink:href="#g135"/><use y="231676" xlink:href="#g136"/><use y="231693" xlink:href="#g137"/><use y="231710" xlink:href="#g138"/><use y="231727" xlink:href="#g140"/><use y="231744" xlink:href="#g141"/><use y="231761" xlink:href="#g142"/><use y="231778" xlink:href="#g143"/><use y="231795" xlink:href="#g144"/><use y="231812" xlink:href="#g145"/><use y="231829" xlink:href="#g147"/><use y="231846" xlink:href="#g148"/><use y="231863" xlink:href="#g149"/><use y="231880" xlink:href="#g150"/><use y="231897" xlink:href="#g151"/><use y="231914" xlink:href="#g152"/><use y="231931" xlink:href="#g154"/><use y="231948" xlink:href="#g155"/><use y="231965" xlink:href="#g156"/><use y="231982" xlink:href="#g157"/><use y="231999" xlink:href="#g158"/><use y="232016" xlink:href="#g159"/><use y="232033" xlink:href="#g160"/><use y="232050" xlink:href="#g161"/></g><g><use y="233308" xlink:href="#g79"/><use y="233325" xlink:href="#g80"/><use y="233342" xlink:href="#g81"/><use y="233359" xlink:href="#g82"/><use y="233376" xlink:href="#g83"/><use y="233393" xlink:href="#g84"/><use y="233410" xlink:href="#g85"/><rect class="color2" height="17" width="352" x="0" y="233444"/><rect class="color6" height="17" width="40" x="352" y="233444"/><rect class="color2" height="17" width="816" x="392" y="233444"/><use y="233444" xlink:href="#g86"/><rect class="color6" height="17" width="1208" x="0" y="233461"/><use y="233461" xlink:href="#g88"/><use y="233478" xlink:href="#g89"/><use y="233495" xlink:href="#g90"/><use y="233512" xlink:href="#g91"/><use y="233529" xlink:href="#g92"/><use y="233546" xlink:href="#g93"/><use y="233563" xlink:href="#g95"/><use y="233580" xlink:href="#g96"/><use y="233597" xlink:href="#g97"/><use y="233614" xlink:href="#g98"/><use y="233631" xlink:href="#g99"/><use y="233648" xlink:href="#g100"/><use y="233665" xlink:href="#g102"/><use y="233682" xlink:href="#g103"/><use y="233699" xlink:href="#g104"/><use y="233716" xlink:href="#g105"/><use y="233733" xlink:href="#g106"/><use y="233750" xlink:href="#g107"/><use y="233767" xlink:href="#g109"/><use y="233784" xlink:href="#g110"/><use y="233801" xlink:href="#g111"/><use y="233818" xlink:href="#g112"/><use y="233835" xlink:href="#g113"/><use y="233852" xlink:href="#g114"/><use y="233869" xlink:href="#g116"/><use y="233886" xlink:href="#g117"/><use y="233903" xlink:href="#g118"/><use y="233920" xlink:href="#g119"/><use y="233937" xlink:href="#g120"/><use y="233954" xlink:href="#g122"/><use y="233971" xlink:href="#g123"/><use y="233988" xlink:href="#g124"/><use y="234005" xlink:href="#g125"/><use y="234022" xlink:href="#g126"/><use y="234039" xlink:href="#g128"/><use y="234056" xlink:href="#g129"/><use y="234073" xlink:href="#g130"/><use y="234090" xlink:href="#g131"/><use y="234107" xlink:href="#g133"/><use y="234124" xlink:href="#g134"/><use y="234141" xlink:href="#g135"/><use y="234158" xlink:href="#g136"/><use y="234175" xlink:href="#g137"/><use y="234192" xlink:href="#g138"/><use y="234209" xlink:href="#g140"/><use y="234226" xlink:href="#g141"/><use y="234243" xlink:href="#g142"/><use y="234260" xlink:href="#g143"/><use y="234277" xlink:href="#g144"/><use y="234294" xlink:href="#g145"/><use y="234311" xlink:href="#g147"/><use y="234328" xlink:href="#g148"/><use y="234345" xlink:href="#g149"/><use y="234362" xlink:href="#g150"/><use y="234379" xlink:href="#g151"/><use y="234396" xlink:href="#g152"/><use y="234413" xlink:href="#g154"/><use y="234430" xlink:href="#g155"/><use y="234447" xlink:href="#g156"/><use y="234464" xlink:href="#g157"/><use y="234481" xlink:href="#g158"/><use y="234498" xlink:href="#g159"/><use y="234515" xlink:href="#g160"/><use y="234532" xlink:href="#g162"/><use y="234549" xlink:href="#g163"/><use y="234566" xlink:href="#g164"/><use y="234583" xlink:href="#g165"/><use y="234600" xlink:href="#g166"/><use y="234617" xlink:href="#g167"/><use y="234634" xlink:href="#g168"/><use y="234651" xlink:href="#g169"/><use y="234668" xlink:href="#g170"/></g><g><use y="235790" xlink:href="#g79"/><use y="235807" xlink:href="#g80"/><use y="235824" xlink:href="#g81"/><use y="235841" xlink:href="#g82"/><use y="235858" xlink:href="#g83"/><use y="235875" xlink:href="#g84"/><use y="235892" xlink:href="#g85"/><rect class="color2" height="17" width="352" x="0" y="235926"/><rect class="color6" height="17" width="40" x="352" y="235926"/><rect class="color2" height="17" width="816" x="392" y="235926"/><use y="235926" xlink:href="#g86"/><rect class="color6" height="17" width="1208" x="0" y="235943"/><use y="235943" xlink:href="#g88"/><use y="235960" xlink:href="#g89"/><use y="235977" xlink:href="#g90"/><use y="235994" xlink:href="#g91"/><use y="236011" xlink:href="#g92"/><use y="236028" xlink:href="#g93"/><use y="236045" xlink:href="#g95"/><use y="236062" xlink:href="#g96"/><use y="236079" xlink:href="#g97"/><use y="236096" xlink:href="#g98"/><use y="236113" xlink:href="#g99"/><use y="236130" xlink:href="#g100"/><use y="236147" xlink:href="#g102"/><use y="236164" xlink:href="#g103"/><use y="236181" xlink:href="#g104"/><use y="236198" xlink:href="#g105"/><use y="236215" xlink:href="#g106"/><use y="236232" xlink:href="#g107"/><use y="236249" xlink:href="#g109"/><use y="236266" xlink:href="#g110"/><use y="236283" xlink:href="#g111"/><use y="236300" xlink:href="#g112"/><use y="236317" xlink:href="#g113"/><use y="236334" xlink:href="#g114"/><use y="236351" xlink:href="#g116"/><use y="236368" xlink:href="#g117"/><use y="236385" xlink:href="#g118"/><use y="236402" xlink:href="#g119"/><use y="236419" xlink:href="#g120"/><use y="236436" xlink:href="#g122"/><use y="236453" xlink:href="#g123"/><use y="236470" xlink:href="#g124"/><use y="236487" xlink:href="#g125"/><use y="236504" xlink:href="#g126"/><use y="236521" xlink:href="#g128"/><use y="236538" xlink:href="#g129"/><use y="236555" xlink:href="#g130"/><use y="236572" xlink:href="#g131"/><use y="236589" xlink:href="#g133"/><use y="236606" xlink:href="#g134"/><use y="236623" xlink:href="#g135"/><use y="236640" xlink:href="#g136"/><use y="236657" xlink:href="#g137"/><use y="236674" xlink:href="#g138"/><use y="236691" xlink:href="#g140"/><use y="236708" xlink:href="#g141"/><use y="236725" xlink:href="#g142"/><use y="236742" xlink:href="#g143"/><use y="236759" xlink:href="#g144"/><use y="236776" xlink:href="#g145"/><use y="236793" xlink:href="#g147"/><use y="236810" xlink:href="#g148"/><use y="236827" xlink:href="#g149"/><use y="236844" xlink:href="#g150"/><use y="236861" xlink:href="#g151"/><use y="236878" xlink:href="#g152"/><use y="236895" xlink:href="#g154"/><use y="236912" xlink:href="#g155"/><use y="236929" xlink:href="#g156"/><use y="236946" xlink:href="#g157"/><use y="236963" xlink:href="#g158"/><use y="236980" xlink:href="#g159"/><use y="236997" xlink:href="#g160"/><use y="237014" xlink:href="#g162"/><use y="237031" xlink:href="#g163"/><use y="237048" xlink:href="#g164"/><use y="237065" xlink:href="#g165"/><use y="237082" xlink:href="#g166"/><use y="237099" xlink:href="#g167"/><use y="237116" xlink:href="#g168"/><use y="237133" xlink:href="#g169"/><use y="237150" xlink:href="#g171"/><use y="237167" xlink:href="#g172"/><use y="237184" xlink:href="#g173"/><use y="237201" xlink:href="#g174"/><use y="237218" xlink:href="#g175"/><use y="237235" xlink:href="#g176"/><use y="237252" xlink:href="#g177"/></g><g><use y="238272" xlink:href="#g79"/><use y="238289" xlink:href="#g80"/><use y="238306" xlink:href="#g81"/><use y="238323" xlink:href="#g82"/><use y="238340" xlink:href="#g83"/><use y="238357" xlink:href="#g84"/><use y="238374" xlink:href="#g85"/><rect class="color2" height="17" width="352" x="0" y="238408"/><rect class="color6" height="17" width="40" x="352" y="238408"/><rect class="color2" height="17" width="816" x="392" y="238408"/><use y="238408" xlink:href="#g86"/><rect class="color6" height="17" width="1208" x="0" y="238425"/><use y="238425" xlink:href="#g88"/><use y="238442" xlink:href="#g89"/><use y="238459" xlink:href="#g90"/><use y="238476" xlink:href="#g91"/><use y="238493" xlink:href="#g92"/><use y="238510" xlink:href="#g93"/><use y="238527" xlink:href="#g95"/><use y="238544" xlink:href="#g96"/><use y="238561" xlink:href="#g97"/><use y="238578" xlink:href="#g98"/><use y="238595" xlink:href="#g99"/><use y="238612" xlink:href="#g100"/><use y="238629" xlink:href="#g102"/><use y="238646" xlink:href="#g103"/><use y="238663" xlink:href="#g104"/><use y="238680" xlink:href="#g105"/><use y="238697" xlink:href="#g106"/><use y="238714" xlink:href="#g107"/><use y="238731" xlink:href="#g109"/><use y="238748" xlink:href="#g110"/><use y="238765" xlink:href="#g111"/><use y="238782" xlink:href="#g112"/><use y="238799" xlink:href="#g113"/><use y="238816" xlink:href="#g114"/><use y="238833" xlink:href="#g116"/><use y="238850" xlink:href="#g117"/><use y="238867" xlink:href="#g118"/><use y="238884" xlink:href="#g119"/><use y="238901" xlink:href="#g120"/><use y="238918" xlink:href="#g122"/><use y="238935" xlink:href="#g123"/><use y="238952" xlink:href="#g124"/><use y="238969" xlink:href="#g125"/><use y="238986" xlink:href="#g126"/><use y="239003" xlink:href="#g128"/><use y="239020" xlink:href="#g129"/><use y="239037" xlink:href="#g130"/><use y="239054" xlink:href="#g131"/><use y="239071" xlink:href="#g133"/><use y="239088" xlink:href="#g134"/><use y="239105" xlink:href="#g135"/><use y="239122" xlink:href="#g136"/><use y="239139" xlink:href="#g137"/><use y="239156" xlink:href="#g138"/><use y="239173" xlink:href="#g140"/><use y="239190" xlink:href="#g141"/><use y="239207" xlink:href="#g142"/><use y="239224" xlink:href="#g143"/><use y="239241" xlink:href="#g144"/><use y="239258" xlink:href="#g145"/><use y="239275" xlink:href="#g147"/><use y="239292" xlink:href="#g148"/><use y="239309" xlink:href="#g149"/><use y="239326" xlink:href="#g150"/><use y="239343" xlink:href="#g151"/><use y="239360" xlink:href="#g152"/><use y="239377" xlink:href="#g154"/><use y="239394" xlink:href="#g155"/><use y="239411" xlink:href="#g156"/><use y="239428" xlink:href="#g157"/><use y="239445" xlink:href="#g158"/><use y="239462" xlink:href="#g159"/><use y="239479" xlink:href="#g160"/><use y="239496" xlink:href="#g162"/><use y="239513" xlink:href="#g163"/><use y="239530" xlink:href="#g164"/><use y="239547" xlink:href="#g165"/><use y="239564" xlink:href="#g166"/><use y="239581" xlink:href="#g167"/><use y="239598" xlink:href="#g168"/><use y="239615" xlink:href="#g169"/><use y="239632" xlink:href="#g171"/><use y="239649" xlink:href="#g172"/><use y="239666" xlink:href="#g173"/><use y="239683" xlink:href="#g174"/><use y="239700" xlink:href="#g175"/><use y="239717" xlink:href="#g176"/><use y="239734" xlink:href="#g178"/><use y="239751" xlink:href="#g179"/><use y="239768" xlink:href="#g180"/><use y="239785" xlink:href="#g181"/><use y="239802" xlink:href="#g182"/><use y="239819" xlink:href="#g183"/><use y="239836" xlink:href="#g184"/><use y="239853" xlink:href="#g185"/><use y="239870" xlink:href="#g186"/></g><g><use y="240754" xlink:href="#g79"/><use y="240771" xlink:href="#g80"/><use y="240788" xlink:href="#g81"/><use y="240805" xlink:href="#g82"/><use y="240822" xlink:href="#g83"/><use y="240839" xlink:href="#g84"/><use y="240856" xlink:href="#g85"/><rect class="color2" height="17" width="352" x="0" y="240890"/><rect class="color6" height="17" width="40" x="352" y="240890"/><rect class="color2" height="17" width="816" x="392" y="240890"/><use y="240890" xlink:href="#g86"/><rect class="color6" height="17" width="1208" x="0" y="240907"/><use y="240907" xlink:href="#g88"/><use y="240924" xlink:href="#g89"/><use y="240941" xlink:href="#g90"/><use y="240958" xlink:href="#g91"/><use y="240975" xlink:href="#g92"/><use y="240992" xlink:href="#g93"/><use y="241009" xlink:href="#g95"/><use y="241026" xlink:href="#g96"/><use y="241043" xlink:href="#g97"/><use y="241060" xlink:href="#g98"/><use y="241077" xlink:href="#g99"/><use y="241094" xlink:href="#g100"/><use y="241111" xlink:href="#g102"/><use y="241128" xlink:href="#g103"/><use y="241145" xlink:href="#g104"/><use y="241162" xlink:href="#g105"/><use y="241179" xlink:href="#g106"/><use y="241196" xlink:href="#g107"/><use y="241213" xlink:href="#g109"/><use y="241230" xlink:href="#g110"/><use y="241247" xlink:href="#g111"/><use y="241264" xlink:href="#g112"/><use y="241281" xlink:href="#g113"/><use y="241298" xlink:href="#g114"/><use y="241315" xlink:href="#g116"/><use y="241332" xlink:href="#g117"/><use y="241349" xlink:href="#g118"/><use y="241366" xlink:href="#g119"/><use y="241383" xlink:href="#g120"/><use y="241400" xlink:href="#g122"/><use y="241417" xlink:href="#g123"/><use y="241434" xlink:href="#g124"/><use y="241451" xlink:href="#g125"/><use y="241468" xlink:href="#g126"/><use y="241485" xlink:href="#g128"/><use y="241502" xlink:href="#g129"/><use y="241519" xlink:href="#g130"/><use y="241536" xlink:href="#g131"/><use y="241553" xlink:href="#g133"/><use y="241570" xlink:href="#g134"/><use y="241587" xlink:href="#g135"/><use y="241604" xlink:href="#g136"/><use y="241621" xlink:href="#g137"/><use y="241638" xlink:href="#g138"/><use y="241655" xlink:href="#g140"/><use y="241672" xlink:href="#g141"/><use y="241689" xlink:href="#g142"/><use y="241706" xlink:href="#g143"/><use y="241723" xlink:href="#g144"/><use y="241740" xlink:href="#g145"/><use y="241757" xlink:href="#g147"/><use y="241774" xlink:href="#g148"/><use y="241791" xlink:href="#g149"/><use y="241808" xlink:href="#g150"/><use y="241825" xlink:href="#g151"/><use y="241842" xlink:href="#g152"/><use y="241859" xlink:href="#g154"/><use y="241876" xlink:href="#g155"/><use y="241893" xlink:href="#g156"/><use y="241910" xlink:href="#g157"/><use y="241927" xlink:href="#g158"/><use y="241944" xlink:href="#g159"/><use y="241961" xlink:href="#g160"/><use y="241978" xlink:href="#g162"/><use y="241995" xlink:href="#g163"/><use y="242012" xlink:href="#g164"/><use y="242029" xlink:href="#g165"/><use y="242046" xlink:href="#g166"/><use y="242063" xlink:href="#g167"/><use y="242080" xlink:href="#g168"/><use y="242097" xlink:href="#g169"/><use y="242114" xlink:href="#g171"/><use y="242131" xlink:href="#g172"/><use y="242148" xlink:href="#g173"/><use y="242165" xlink:href="#g174"/><use y="242182" xlink:href="#g175"/><use y="242199" xlink:href="#g176"/><use y="242216" xlink:href="#g178"/><use y="242233" xlink:href="#g179"/><use y="242250" xlink:href="#g180"/><use y="242267" xlink:href="#g181"/><use y="242284" xlink:href="#g182"/><use y="242301" xlink:href="#g183"/><use y="242318" xlink:href="#g184"/><use y="242335" xlink:href="#g185"/><use y="242352" xlink:href="#g187"/><use y="242369" xlink:href="#g188"/><use y="242386" xlink:href="#g189"/><use y="242403" xlink:href="#g190"/><use y="242420" xlink:href="#g191"/><use y="242437" xlink:href="#g192"/><use y="242454" xlink:href="#g193"/></g><g><use y="243236" xlink:href="#g79"/><use y="243253" xlink:href="#g80"/><use y="243270" xlink:href="#g81"/><use y="243287" xlink:href="#g82"/><use y="243304" xlink:href="#g83"/><use y="243321" xlink:href="#g84"/><use y="243338" xlink:href="#g85"/><rect class="color2" height="17" width="352" x="0" y="243372"/><rect class="color6" height="17" width="40" x="352" y="243372"/><rect class="color2" height="17" width="816" x="392" y="243372"/><use y="243372" xlink:href="#g86"/><rect class="color6" height="17" width="1208" x="0" y="243389"/><use y="243389" xlink:href="#g88"/><use y="243406" xlink:href="#g89"/><use y="243423" xlink:href="#g90"/><use y="243440" xlink:href="#g91"/><use y="243457" xlink:href="#g92"/><use y="243474" xlink:href="#g93"/><use y="243491" xlink:href="#g95"/><use y="243508" xlink:href="#g96"/><use y="243525" xlink:href="#g97"/><use y="243542" xlink:href="#g98"/><use y="243559" xlink:href="#g99"/><use y="243576" xlink:href="#g100"/><use y="243593" xlink:href="#g102"/><use y="243610" xlink:href="#g103"/><use y="243627" xlink:href="#g104"/><use y="243644" xlink:href="#g105"/><use y="243661" xlink:href="#g106"/><use y="243678" xlink:href="#g107"/><use y="243695" xlink:href="#g109"/><use y="243712" xlink:href="#g110"/><use y="243729" xlink:href="#g111"/><use y="243746" xlink:href="#g112"/><use y="243763" xlink:href="#g113"/><use y="243780" xlink:href="#g114"/><use y="243797" xlink:href="#g116"/><use y="243814" xlink:href="#g117"/><use y="243831" xlink:href="#g118"/><use y="243848" xlink:href="#g119"/><use y="243865" xlink:href="#g120"/><use y="243882" xlink:href="#g122"/><use y="243899" xlink:href="#g123"/><use y="243916" xlink:href="#g124"/><use y="243933" xlink:href="#g125"/><use y="243950" xlink:href="#g126"/><use y="243967" xlink:href="#g128"/><use y="243984" xlink:href="#g129"/><use y="244001" xlink:href="#g130"/><use y="244018" xlink:href="#g131"/><use y="244035" xlink:href="#g133"/><use y="244052" xlink:href="#g134"/><use y="244069" xlink:href="#g135"/><use y="244086" xlink:href="#g136"/><use y="244103" xlink:href="#g137"/><use y="244120" xlink:href="#g138"/><use y="244137" xlink:href="#g140"/><use y="244154" xlink:href="#g141"/><use y="244171" xlink:href="#g142"/><use y="244188" xlink:href="#g143"/><use y="244205" xlink:href="#g144"/><use y="244222" xlink:href="#g145"/><use y="244239" xlink:href="#g147"/><use y="244256" xlink:href="#g148"/><use y="244273" xlink:href="#g149"/><use y="244290" xlink:href="#g150"/><use y="244307" xlink:href="#g151"/><use y="244324" xlink:href="#g152"/><use y="244341" xlink:href="#g154"/><use y="244358" xlink:href="#g155"/><use y="244375" xlink:href="#g156"/><use y="244392" xlink:href="#g157"/><use y="244409" xlink:href="#g158"/><use y="244426" xlink:href="#g159"/><use y="244443" xlink:href="#g160"/><use y="244460" xlink:href="#g162"/><use y="244477" xlink:href="#g163"/><use y="244494" xlink:href="#g164"/><use y="244511" xlink:href="#g165"/><use y="244528" xlink:href="#g166"/><use y="244545" xlink:href="#g167"/><use y="244562" xlink:href="#g168"/><use y="244579" xlink:href="#g169"/><use y="244596" xlink:href="#g171"/><use y="244613" xlink:href="#g172"/><use y="244630" xlink:href="#g173"/><use y="244647" xlink:href="#g174"/><use y="244664" xlink:href="#g175"/><use y="244681" xlink:href="#g176"/><use y="244698" xlink:href="#g178"/><use y="244715" xlink:href="#g179"/><use y="244732" xlink:href="#g180"/><use y="244749" xlink:href="#g181"/><use y="244766" xlink:href="#g182"/><use y="244783" xlink:href="#g183"/><use y="244800" xlink:href="#g184"/><use y="244817" xlink:href="#g185"/><use y="244834" xlink:href="#g187"/><use y="244851" xlink:href="#g188"/><use y="244868" xlink:href="#g189"/><use y="244885" xlink:href="#g190"/><use y="244902" xlink:href="#g191"/><use y="244919" xlink:href="#g192"/><use y="244936" xlink:href="#g194"/><use y="244953" xlink:href="#g195"/><use y="244970" xlink:href="#g196"/><use y="244987" xlink:href="#g197"/><use y="245004" xlink:href="#g198"/><use y="245021" xlink:href="#g199"/><use y="245038" xlink:href="#g200"/></g><g><use y="245718" xlink:href="#g79"/><use y="245735" xlink:href="#g80"/><use y="245752" xlink:href="#g81"/><use y="245769" xlink:href="#g82"/><use y="245786" xlink:href="#g83"/><use y="245803" xlink:href="#g84"/><use y="245820" xlink:href="#g85"/><rect class="color2" height="17" width="352" x="0" y="245854"/><rect class="color6" height="17" width="40" x="352" y="245854"/><rect class="color2" height="17" width="816" x="392" y="245854"/><use y="245854" xlink:href="#g86"/><rect class="color6" height="17" width="1208" x="0" y="245871"/><use y="245871" xlink:href="#g88"/><use y="245888" xlink:href="#g89"/><use y="245905" xlink:href="#g90"/><use y="245922" xlink:href="#g91"/><use y="245939" xlink:href="#g92"/><use y="245956" xlink:href="#g93"/><use y="245973" xlink:href="#g95"/><use y="245990" xlink:href="#g96"/><use y="246007" xlink:href="#g97"/><use y="246024" xlink:href="#g98"/><use y="246041" xlink:href="#g99"/><use y="246058" xlink:href="#g100"/><use y="246075" xlink:href="#g102"/><use y="246092" xlink:href="#g103"/><use y="246109" xlink:href="#g104"/><use y="246126" xlink:href="#g105"/><use y="246143" xlink:href="#g106"/><use y="246160" xlink:href="#g107"/><use y="246177" xlink:href="#g109"/><use y="246194" xlink:href="#g110"/><use y="246211" xlink:href="#g111"/><use y="246228" xlink:href="#g112"/><use y="246245" xlink:href="#g113"/><use y="246262" xlink:href="#g114"/><use y="246279" xlink:href="#g116"/><use y="246296" xlink:href="#g117"/><use y="246313" xlink:href="#g118"/><use y="246330" xlink:href="#g119"/><use y="246347" xlink:href="#g120"/><use y="246364" xlink:href="#g122"/><use y="246381" xlink:href="#g123"/><use y="246398" xlink:href="#g124"/><use y="246415" xlink:href="#g125"/><use y="246432" xlink:href="#g126"/><use y="246449" xlink:href="#g128"/><use y="246466" xlink:href="#g129"/><use y="246483" xlink:href="#g130"/><use y="246500" xlink:href="#g131"/><use y="246517" xlink:href="#g133"/><use y="246534" xlink:href="#g134"/><use y="246551" xlink:href="#g135"/><use y="246568" xlink:href="#g136"/><use y="246585" xlink:href="#g137"/><use y="246602" xlink:href="#g138"/><use y="246619" xlink:href="#g140"/><use y="246636" xlink:href="#g141"/><use y="246653" xlink:href="#g142"/><use y="246670" xlink:href="#g143"/><use y="246687" xlink:href="#g144"/><use y="246704" xlink:href="#g145"/><use y="246721" xlink:href="#g147"/><use y="246738" xlink:href="#g148"/><use y="246755" xlink:href="#g149"/><use y="246772" xlink:href="#g150"/><use y="246789" xlink:href="#g151"/><use y="246806" xlink:href="#g152"/><use y="246823" xlink:href="#g154"/><use y="246840" xlink:href="#g155"/><use y="246857" xlink:href="#g156"/><use y="246874" xlink:href="#g157"/><use y="246891" xlink:href="#g158"/><use y="246908" xlink:href="#g159"/><use y="246925" xlink:href="#g160"/><use y="246942" xlink:href="#g162"/><use y="246959" xlink:href="#g163"/><use y="246976" xlink:href="#g164"/><use y="246993" xlink:href="#g165"/><use y="247010" xlink:href="#g166"/><use y="247027" xlink:href="#g167"/><use y="247044" xlink:href="#g168"/><use y="247061" xlink:href="#g169"/><use y="247078" xlink:href="#g171"/><use y="247095" xlink:href="#g172"/><use y="247112" xlink:href="#g173"/><use y="247129" xlink:href="#g174"/><use y="247146" xlink:href="#g175"/><use y="247163" xlink:href="#g176"/><use y="247180" xlink:href="#g178"/><use y="247197" xlink:href="#g179"/><use y="247214" xlink:href="#g180"/><use y="247231" xlink:href="#g181"/><use y="247248" xlink:href="#g182"/><use y="247265" xlink:href="#g183"/><use y="247282" xlink:href="#g184"/><use y="247299" xlink:href="#g185"/><use y="247316" xlink:href="#g187"/><use y="247333" xlink:href="#g188"/><use y="247350" xlink:href="#g189"/><use y="247367" xlink:href="#g190"/><use y="247384" xlink:href="#g191"/><use y="247401" xlink:href="#g192"/><use y="247418" xlink:href="#g194"/><use y="247435" xlink:href="#g195"/><use y="247452" xlink:href="#g196"/><use y="247469" xlink:href="#g197"/><use y="247486" xlink:href="#g198"/><use y="247503" xlink:href="#g199"/><use y="247520" xlink:href="#g201"/><use y="247537" xlink:href="#g202"/><use y="247554" xlink:href="#g203"/><use y="247571" xlink:href="#g204"/><use y="247588" xlink:href="#g205"/><use y="247605" xlink:href="#g206"/></g><g><use y="248200" xlink:href="#g79"/><use y="248217" xlink:href="#g80"/><use y="248234" xlink:href="#g81"/><use y="248251" xlink:href="#g82"/><use y="248268" xlink:href="#g83"/><use y="248285" xlink:href="#g84"/><use y="248302" xlink:href="#g85"/><rect class="color2" height="17" width="352" x="0" y="248336"/><rect class="color6" height="17" width="40" x="352" y="248336"/><rect class="color2" height="17" width="816" x="392" y="248336"/><use y="248336" xlink:href="#g86"/><rect class="color6" height="17" width="1208" x="0" y="248353"/><use y="248353" xlink:href="#g88"/><use y="248370" xlink:href="#g89"/><use y="248387" xlink:href="#g90"/><use y="248404" xlink:href="#g91"/><use y="248421" xlink:href="#g92"/><use y="248438" xlink:href="#g93"/><use y="248455" xlink:href="#g95"/><use y="248472" xlink:href="#g96"/><use y="248489" xlink:href="#g97"/><use y="248506" xlink:href="#g98"/><use y="248523" xlink:href="#g99"/><use y="248540" xlink:href="#g100"/><use y="248557" xlink:href="#g102"/><use y="248574" xlink:href="#g103"/><use y="248591" xlink:href="#g104"/><use y="248608" xlink:href="#g105"/><use y="248625" xlink:href="#g106"/><use y="248642" xlink:href="#g107"/><use y="248659" xlink:href="#g109"/><use y="248676" xlink:href="#g110"/><use y="248693" xlink:href="#g111"/><use y="248710" xlink:href="#g112"/><use y="248727" xlink:href="#g113"/><use y="248744" xlink:href="#g114"/><use y="248761" xlink:href="#g116"/><use y="248778" xlink:href="#g117"/><use y="248795" xlink:href="#g118"/><use y="248812" xlink:href="#g119"/><use y="248829" xlink:href="#g120"/><use y="248846" xlink:href="#g122"/><use y="248863" xlink:href="#g123"/><use y="248880" xlink:href="#g124"/><use y="248897" xlink:href="#g125"/><use y="248914" xlink:href="#g126"/><use y="248931" xlink:href="#g128"/><use y="248948" xlink:href="#g129"/><use y="248965" xlink:href="#g130"/><use y="248982" xlink:href="#g131"/><use y="248999" xlink:href="#g133"/><use y="249016" xlink:href="#g134"/><use y="249033" xlink:href="#g135"/><use y="249050" xlink:href="#g136"/><use y="249067" xlink:href="#g137"/><use y="249084" xlink:href="#g138"/><use y="249101" xlink:href="#g140"/><use y="249118" xlink:href="#g141"/><use y="249135" xlink:href="#g142"/><use y="249152" xlink:href="#g143"/><use y="249169" xlink:href="#g144"/><use y="249186" xlink:href="#g145"/><use y="249203" xlink:href="#g147"/><use y="249220" xlink:href="#g148"/><use y="249237" xlink:href="#g149"/><use y="249254" xlink:href="#g150"/><use y="249271" xlink:href="#g151"/><use y="249288" xlink:href="#g152"/><use y="249305" xlink:href="#g154"/><use y="249322" xlink:href="#g155"/><use y="249339" xlink:href="#g156"/><use y="249356" xlink:href="#g157"/><use y="249373" xlink:href="#g158"/><use y="249390" xlink:href="#g159"/><use y="249407" xlink:href="#g160"/><use y="249424" xlink:href="#g162"/><use y="249441" xlink:href="#g163"/><use y="249458" xlink:href="#g164"/><use y="249475" xlink:href="#g165"/><use y="249492" xlink:href="#g166"/><use y="249509" xlink:href="#g167"/><use y="249526" xlink:href="#g168"/><use y="249543" xlink:href="#g169"/><use y="249560" xlink:href="#g171"/><use y="249577" xlink:href="#g172"/><use y="249594" xlink:href="#g173"/><use y="249611" xlink:href="#g174"/><use y="249628" xlink:href="#g175"/><use y="249645" xlink:href="#g176"/><use y="249662" xlink:href="#g178"/><use y="249679" xlink:href="#g179"/><use y="249696" xlink:href="#g180"/><use y="249713" xlink:href="#g181"/><use y="249730" xlink:href="#g182"/><use y="249747" xlink:href="#g183"/><use y="249764" xlink:href="#g184"/><use y="249781" xlink:href="#g185"/><use y="249798" xlink:href="#g187"/><use y="249815" xlink:href="#g188"/><use y="249832" xlink:href="#g189"/><use y="249849" xlink:href="#g190"/><use y="249866" xlink:href="#g191"/><use y="249883" xlink:href="#g192"/><use y="249900" xlink:href="#g194"/><use y="249917" xlink:href="#g195"/><use y="249934" xlink:href="#g196"/><use y="249951" xlink:href="#g197"/><use y="249968" xlink:href="#g198"/><use y="249985" xlink:href="#g199"/><use y="250002" xlink:href="#g201"/><use y="250019" xlink:href="#g202"/><use y="250036" xlink:href="#g203"/><use y="250053" xlink:href="#g204"/><use y="250070" xlink:href="#g205"/><use y="250087" xlink:href="#g207"/><use y="250104" xlink:href="#g208"/><use y="250121" xlink:href="#g209"/><use y="250138" xlink:href="#g210"/><use y="250155" xlink:href="#g211"/><use y="250172" xlink:href="#g212"/><use y="250189" xlink:href="#g213"/></g><g><use y="250682" xlink:href="#g79"/><use y="250699" xlink:href="#g80"/><use y="250716" xlink:href="#g81"/><use y="250733" xlink:href="#g82"/><use y="250750" xlink:href="#g83"/><use y="250767" xlink:href="#g84"/><use y="250784" xlink:href="#g85"/><rect class="color2" height="17" width="352" x="0" y="250818"/><rect class="color6" height="17" width="40" x="352" y="250818"/><rect class="color2" height="17" width="816" x="392" y="250818"/><use y="250818" xlink:href="#g86"/><rect class="color6" height="17" width="1208" x="0" y="250835"/><use y="250835" xlink:href="#g88"/><use y="250852" xlink:href="#g89"/><use y="250869" xlink:href="#g90"/><use y="250886" xlink:href="#g91"/><use y="250903" xlink:href="#g92"/><use y="250920" xlink:href="#g93"/><use y="250937" xlink:href="#g95"/><use y="250954" xlink:href="#g96"/><use y="250971" xlink:href="#g97"/><use y="250988" xlink:href="#g98"/><use y="251005" xlink:href="#g99"/><use y="251022" xlink:href="#g100"/><use y="251039" xlink:href="#g102"/><use y="251056" xlink:href="#g103"/><use y="251073" xlink:href="#g104"/><use y="251090" xlink:href="#g105"/><use y="251107" xlink:href="#g106"/><use y="251124" xlink:href="#g107"/><use y="251141" xlink:href="#g109"/><use y="251158" xlink:href="#g110"/><use y="251175" xlink:href="#g111"/><use y="251192" xlink:href="#g112"/><use y="251209" xlink:href="#g113"/><use y="251226" xlink:href="#g114"/><use y="251243" xlink:href="#g116"/><use y="251260" xlink:href="#g117"/><use y="251277" xlink:href="#g118"/><use y="251294" xlink:href="#g119"/><use y="251311" xlink:href="#g120"/><use y="251328" xlink:href="#g122"/><use y="251345" xlink:href="#g123"/><use y="251362" xlink:href="#g124"/><use y="251379" xlink:href="#g125"/><use y="251396" xlink:href="#g126"/><use y="251413" xlink:href="#g128"/><use y="251430" xlink:href="#g129"/><use y="251447" xlink:href="#g130"/><use y="251464" xlink:href="#g131"/><use y="251481" xlink:href="#g133"/><use y="251498" xlink:href="#g134"/><use y="251515" xlink:href="#g135"/><use y="251532" xlink:href="#g136"/><use y="251549" xlink:href="#g137"/><use y="251566" xlink:href="#g138"/><use y="251583" xlink:href="#g140"/><use y="251600" xlink:href="#g141"/><use y="251617" xlink:href="#g142"/><use y="251634" xlink:href="#g143"/><use y="251651" xlink:href="#g144"/><use y="251668" xlink:href="#g145"/><use y="251685" xlink:href="#g147"/><use y="251702" xlink:href="#g148"/><use y="251719" xlink:href="#g149"/><use y="251736" xlink:href="#g150"/><use y="251753" xlink:href="#g151"/><use y="251770" xlink:href="#g152"/><use y="251787" xlink:href="#g154"/><use y="251804" xlink:href="#g155"/><use y="251821" xlink:href="#g156"/><use y="251838" xlink:href="#g157"/><use y="251855" xlink:href="#g158"/><use y="251872" xlink:href="#g159"/><use y="251889" xlink:href="#g160"/><use y="251906" xlink:href="#g162"/><use y="251923" xlink:href="#g163"/><use y="251940" xlink:href="#g164"/><use y="251957" xlink:href="#g165"/><use y="251974" xlink:href="#g166"/><use y="251991" xlink:href="#g167"/><use y="252008" xlink:href="#g168"/><use y="252025" xlink:href="#g169"/><use y="252042" xlink:href="#g171"/><use y="252059" xlink:href="#g172"/><use y="252076" xlink:href="#g173"/><use y="252093" xlink:href="#g174"/><use y="252110" xlink:href="#g175"/><use y="252127" xlink:href="#g176"/><use y="252144" xlink:href="#g178"/><use y="252161" xlink:href="#g179"/><use y="252178" xlink:href="#g180"/><use y="252195" xlink:href="#g181"/><use y="252212" xlink:href="#g182"/><use y="252229" xlink:href="#g183"/><use y="252246" xlink:href="#g184"/><use y="252263" xlink:href="#g185"/><use y="252280" xlink:href="#g187"/><use y="252297" xlink:href="#g188"/><use y="252314" xlink:href="#g189"/><use y="252331" xlink:href="#g190"/><use y="252348" xlink:href="#g191"/><use y="252365" xlink:href="#g192"/><use y="252382" xlink:href="#g194"/><use y="252399" xlink:href="#g195"/><use y="252416" xlink:href="#g196"/><use y="252433" xlink:href="#g197"/><use y="252450" xlink:href="#g198"/><use y="252467" xlink:href="#g199"/><use y="252484" xlink:href="#g201"/><use y="252501" xlink:href="#g202"/><use y="252518" xlink:href="#g203"/><use y="252535" xlink:href="#g204"/><use y="252552" xlink:href="#g205"/><use y="252569" xlink:href="#g207"/><use y="252586" xlink:href="#g208"/><use y="252603" xlink:href="#g209"/><use y="252620" xlink:href="#g210"/><use y="252637" xlink:href="#g211"/><use y="252654" xlink:href="#g212"/><use y="252671" xlink:href="#g214"/><use y="252688" xlink:href="#g215"/><use y="252705" xlink:href="#g216"/><use y="252722" xlink:href="#g217"/><use y="252739" xlink:href="#g218"/><use y="252756" xlink:href="#g219"/><use y="252773" xlink:href="#g220"/></g><g><use y="253164" xlink:href="#g79"/><use y="253181" xlink:href="#g80"/><use y="253198" xlink:href="#g81"/><use y="253215" xlink:href="#g82"/><use y="253232" xlink:href="#g83"/><use y="253249" xlink:href="#g84"/><use y="253266" xlink:href="#g85"/><rect class="color2" height="17" width="352" x="0" y="253300"/><rect class="color6" height="17" width="40" x="352" y="253300"/><rect class="color2" height="17" width="816" x="392" y="253300"/><use y="253300" xlink:href="#g86"/><rect class="color6" height="17" width="1208" x="0" y="253317"/><use y="253317" xlink:href="#g88"/><use y="253334" xlink:href="#g89"/><use y="253351" xlink:href="#g90"/><use y="253368" xlink:href="#g91"/><use y="253385" xlink:href="#g92"/><use y="253402" xlink:href="#g93"/><use y="253419" xlink:href="#g95"/><use y="253436" xlink:href="#g96"/><use y="253453" xlink:href="#g97"/><use y="253470" xlink:href="#g98"/><use y="253487" xlink:href="#g99"/><use y="253504" xlink:href="#g100"/><use y="253521" xlink:href="#g102"/><use y="253538" xlink:href="#g103"/><use y="253555" xlink:href="#g104"/><use y="253572" xlink:href="#g105"/><use y="253589" xlink:href="#g106"/><use y="253606" xlink:href="#g107"/><use y="253623" xlink:href="#g109"/><use y="253640" xlink:href="#g110"/><use y="253657" xlink:href="#g111"/><use y="253674" xlink:href="#g112"/><use y="253691" xlink:href="#g113"/><use y="253708" xlink:href="#g114"/><use y="253725" xlink:href="#g116"/><use y="253742" xlink:href="#g117"/><use y="253759" xlink:href="#g118"/><use y="253776" xlink:href="#g119"/><use y="253793" xlink:href="#g120"/><use y="253810" xlink:href="#g122"/><use y="253827" xlink:href="#g123"/><use y="253844" xlink:href="#g124"/><use y="253861" xlink:href="#g125"/><use y="253878" xlink:href="#g126"/><use y="253895" xlink:href="#g128"/><use y="253912" xlink:href="#g129"/><use y="253929" xlink:href="#g130"/><use y="253946" xlink:href="#g131"/><use y="253963" xlink:href="#g133"/><use y="253980" xlink:href="#g134"/><use y="253997" xlink:href="#g135"/><use y="254014" xlink:href="#g136"/><use y="254031" xlink:href="#g137"/><use y="254048" xlink:href="#g138"/><use y="254065" xlink:href="#g140"/><use y="254082" xlink:href="#g141"/><use y="254099" xlink:href="#g142"/><use y="254116" xlink:href="#g143"/><use y="254133" xlink:href="#g144"/><use y="254150" xlink:href="#g145"/><use y="254167" xlink:href="#g147"/><use y="254184" xlink:href="#g148"/><use y="254201" xlink:href="#g149"/><use y="254218" xlink:href="#g150"/><use y="254235" xlink:href="#g151"/><use y="254252" xlink:href="#g152"/><use y="254269" xlink:href="#g154"/><use y="254286" xlink:href="#g155"/><use y="254303" xlink:href="#g156"/><use y="254320" xlink:href="#g157"/><use y="254337" xlink:href="#g158"/><use y="254354" xlink:href="#g159"/><use y="254371" xlink:href="#g160"/><use y="254388" xlink:href="#g162"/><use y="254405" xlink:href="#g163"/><use y="254422" xlink:href="#g164"/><use y="254439" xlink:href="#g165"/><use y="254456" xlink:href="#g166"/><use y="254473" xlink:href="#g167"/><use y="254490" xlink:href="#g168"/><use y="254507" xlink:href="#g169"/><use y="254524" xlink:href="#g171"/><use y="254541" xlink:href="#g172"/><use y="254558" xlink:href="#g173"/><use y="254575" xlink:href="#g174"/><use y="254592" xlink:href="#g175"/><use y="254609" xlink:href="#g176"/><use y="254626" xlink:href="#g178"/><use y="254643" xlink:href="#g179"/><use y="254660" xlink:href="#g180"/><use y="254677" xlink:href="#g181"/><use y="254694" xlink:href="#g182"/><use y="254711" xlink:href="#g183"/><use y="254728" xlink:href="#g184"/><use y="254745" xlink:href="#g185"/><use y="254762" xlink:href="#g187"/><use y="254779" xlink:href="#g188"/><use y="254796" xlink:href="#g189"/><use y="254813" xlink:href="#g190"/><use y="254830" xlink:href="#g191"/><use y="254847" xlink:href="#g192"/><use y="254864" xlink:href="#g194"/><use y="254881" xlink:href="#g195"/><use y="254898" xlink:href="#g196"/><use y="254915" xlink:href="#g197"/><use y="254932" xlink:href="#g198"/><use y="254949" xlink:href="#g199"/><use y="254966" xlink:href="#g201"/><use y="254983" xlink:href="#g202"/><use y="255000" xlink:href="#g203"/><use y="255017" xlink:href="#g204"/><use y="255034" xlink:href="#g205"/><use y="255051" xlink:href="#g207"/><use y="255068" xlink:href="#g208"/><use y="255085" xlink:href="#g209"/><use y="255102" xlink:href="#g210"/><use y="255119" xlink:href="#g211"/><use y="255136" xlink:href="#g212"/><use y="255153" xlink:href="#g214"/><use y="255170" xlink:href="#g215"/><use y="255187" xlink:href="#g216"/><use y="255204" xlink:href="#g217"/><use y="255221" xlink:href="#g218"/><use y="255238" xlink:href="#g219"/><use y="255255" xlink:href="#g221"/><use y="255272" xlink:href="#g222"/><use y="255289" xlink:href="#g223"/><use y="255306" xlink:href="#g224"/><use y="255323" xlink:href="#g225"/><use y="255340" xlink:href="#g226"/><use y="255357" xlink:href="#g227"/></g><g><use y="255646" xlink:href="#g79"/><use y="255663" xlink:href="#g228"/><use y="255680" xlink:href="#g229"/><use y="255697" xlink:href="#g230"/><use y="255714" xlink:href="#g231"/><use y="255731" xlink:href="#g232"/><use y="255748" xlink:href="#g233"/><rect class="color2" height="17" width="352" x="0" y="255782"/><rect class="color6" height="17" width="40" x="352" y="255782"/><rect class="color2" height="17" width="816" x="392" y="255782"/><use y="255782" xlink:href="#g86"/><rect class="color6" height="17" width="1208" x="0" y="255799"/><use y="255799" xlink:href="#g234"/><use y="255816" xlink:href="#g235"/><use y="255833" xlink:href="#g90"/><use y="255850" xlink:href="#g91"/><use y="255867" xlink:href="#g92"/><use y="255884" xlink:href="#g93"/><use y="255901" xlink:href="#g95"/><use y="255918" xlink:href="#g96"/><use y="255935" xlink:href="#g97"/><use y="255952" xlink:href="#g98"/><use y="255969" xlink:href="#g99"/><use y="255986" xlink:href="#g100"/><use y="256003" xlink:href="#g102"/><use y="256020" xlink:href="#g103"/><use y="256037" xlink:href="#g104"/><use y="256054" xlink:href="#g105"/><use y="256071" xlink:href="#g106"/><use y="256088" xlink:href="#g107"/><use y="256105" xlink:href="#g109"/><use y="256122" xlink:href="#g110"/><use y="256139" xlink:href="#g111"/><use y="256156" xlink:href="#g112"/><use y="256173" xlink:href="#g113"/><use y="256190" xlink:href="#g114"/><use y="256207" xlink:href="#g116"/><use y="256224" xlink:href="#g117"/><use y="256241" xlink:href="#g118"/><use y="256258" xlink:href="#g119"/><use y="256275" xlink:href="#g120"/><use y="256292" xlink:href="#g122"/><use y="256309" xlink:href="#g123"/><use y="256326" xlink:href="#g124"/><use y="256343" xlink:href="#g125"/><use y="256360" xlink:href="#g126"/><use y="256377" xlink:href="#g128"/><use y="256394" xlink:href="#g129"/><use y="256411" xlink:href="#g130"/><use y="256428" xlink:href="#g131"/><use y="256445" xlink:href="#g133"/><use y="256462" xlink:href="#g134"/><use y="256479" xlink:href="#g135"/><use y="256496" xlink:href="#g136"/><use y="256513" xlink:href="#g137"/><use y="256530" xlink:href="#g138"/><use y="256547" xlink:href="#g140"/><use y="256564" xlink:href="#g141"/><use y="256581" xlink:href="#g142"/><use y="256598" xlink:href="#g143"/><use y="256615" xlink:href="#g144"/><use y="256632" xlink:href="#g145"/><use y="256649" xlink:href="#g147"/><use y="256666" xlink:href="#g148"/><use y="256683" xlink:href="#g149"/><use y="256700" xlink:href="#g150"/><use y="256717" xlink:href="#g151"/><use y="256734" xlink:href="#g152"/><use y="256751" xlink:href="#g154"/><use y="256768" xlink:href="#g155"/><use y="256785" xlink:href="#g156"/><use y="256802" xlink:href="#g157"/><use y="256819" xlink:href="#g158"/><use y="256836" xlink:href="#g159"/><use y="256853" xlink:href="#g160"/><use y="256870" xlink:href="#g162"/><use y="256887" xlink:href="#g163"/><use y="256904" xlink:href="#g164"/><use y="256921" xlink:href="#g165"/><use y="256938" xlink:href="#g166"/><use y="256955" xlink:href="#g167"/><use y="256972" xlink:href="#g168"/><use y="256989" xlink:href="#g169"/><use y="257006" xlink:href="#g171"/><use y="257023" xlink:href="#g172"/><use y="257040" xlink:href="#g173"/><use y="257057" xlink:href="#g174"/><use y="257074" xlink:href="#g175"/><use y="257091" xlink:href="#g176"/><use y="257108" xlink:href="#g178"/><use y="257125" xlink:href="#g179"/><use y="257142" xlink:href="#g180"/><use y="257159" xlink:href="#g181"/><use y="257176" xlink:href="#g182"/><use y="257193" xlink:href="#g183"/><use y="257210" xlink:href="#g184"/><use y="257227" xlink:href="#g185"/><use y="257244" xlink:href="#g187"/><use y="257261" xlink:href="#g188"/><use y="257278" xlink:href="#g189"/><use y="257295" xlink:href="#g190"/><use y="257312" xlink:href="#g191"/><use y="257329" xlink:href="#g192"/><use y="257346" xlink:href="#g194"/><use y="257363" xlink:href="#g195"/><use y="257380" xlink:href="#g196"/><use y="257397" xlink:href="#g197"/><use y="257414" xlink:href="#g198"/><use y="257431" xlink:href="#g199"/><use y="257448" xlink:href="#g201"/><use y="257465" xlink:href="#g202"/><use y="257482" xlink:href="#g203"/><use y="257499" xlink:href="#g204"/><use y="257516" xlink:href="#g205"/><use y="257533" xlink:href="#g207"/><use y="257550" xlink:href="#g208"/><use y="257567" xlink:href="#g209"/><use y="257584" xlink:href="#g210"/><use y="257601" xlink:href="#g211"/><use y="257618" xlink:href="#g212"/><use y="257635" xlink:href="#g214"/><use y="257652" xlink:href="#g215"/><use y="257669" xlink:href="#g216"/><use y="257686" xlink:href="#g217"/><use y="257703" xlink:href="#g218"/><use y="257720" xlink:href="#g219"/><use y="257737" xlink:href="#g221"/><use y="257754" xlink:href="#g222"/><use y="257771" xlink:href="#g223"/><use y="257788" xlink:href="#g224"/><use y="257805" xlink:href="#g225"/><use y="257822" xlink:href="#g226"/><use y="257839" xlink:href="#g236"/><use y="257856" xlink:href="#g237"/><rect class="color6" height="17" width="48" x="16" y="258094"/><rect class="color6" height="17" width="48" x="80" y="258094"/><rect class="color6" height="17" width="48" x="144" y="258094"/><rect class="color6" height="17" width="48" x="208" y="258094"/><rect class="color6" height="17" width="48" x="272" y="258094"/><rect class="color6" height="17" width="48" x="336" y="258094"/><rect class="color6" height="17" width="48" x="400" y="258094"/><rect class="color6" height="17" width="48" x="464" y="258094"/><rect class="color6" height="17" width="48" x="528" y="258094"/><rect class="color6" height="17" width="608" x="600" y="258094"/><use y="258094" xlink:href="#g238"/></g><g><use y="258128" xlink:href="#g79"/><use y="258145" xlink:href="#g228"/><use y="258162" xlink:href="#g229"/><use y="258179" xlink:href="#g230"/><use y="258196" xlink:href="#g231"/><use y="258213" xlink:href="#g232"/><use y="258230" xlink:href="#g233"/><rect class="color2" height="17" width="352" x="0" y="258264"/><rect class="color6" height="17" width="40" x="352" y="258264"/><rect class="color2" height="17" width="816" x="392" y="258264"/><use y="258264" xlink:href="#g86"/><rect class="color6" height="17" width="1208" x="0" y="258281"/><use y="258281" xlink:href="#g234"/><use y="258298" xlink:href="#g239"/><use y="258315" xlink:href="#g240"/><use y="258332" xlink:href="#g241"/><use y="258349" xlink:href="#g92"/><use y="258366" xlink:href="#g93"/><use y="258383" xlink:href="#g95"/><use y="258400" xlink:href="#g96"/><use y="258417" xlink:href="#g97"/><use y="258434" xlink:href="#g98"/><use y="258451" xlink:href="#g99"/><use y="258468" xlink:href="#g100"/><use y="258485" xlink:href="#g102"/><use y="258502" xlink:href="#g103"/><use y="258519" xlink:href="#g104"/><use y="258536" xlink:href="#g105"/><use y="258553" xlink:href="#g106"/><use y="258570" xlink:href="#g107"/><use y="258587" xlink:href="#g109"/><use y="258604" xlink:href="#g110"/><use y="258621" xlink:href="#g111"/><use y="258638" xlink:href="#g112"/><use y="258655" xlink:href="#g113"/><use y="258672" xlink:href="#g114"/><use y="258689" xlink:href="#g116"/><use y="258706" xlink:href="#g117"/><use y="258723" xlink:href="#g118"/><use y="258740" xlink:href="#g242"/><use y="258757" xlink:href="#g243"/><use y="258774" xlink:href="#g244"/><use y="258791" xlink:href="#g245"/><use y="258808" xlink:href="#g246"/><use y="258825" xlink:href="#g247"/><use y="258842" xlink:href="#g248"/><use y="258859" xlink:href="#g249"/><use y="258876" xlink:href="#g250"/><use y="258893" xlink:href="#g251"/><use y="258910" xlink:href="#g252"/><use y="258927" xlink:href="#g253"/><use y="258944" xlink:href="#g254"/><use y="258961" xlink:href="#g255"/><use y="258978" xlink:href="#g256"/><use y="258995" xlink:href="#g257"/><use y="259012" xlink:href="#g138"/><use y="259029" xlink:href="#g140"/><use y="259046" xlink:href="#g141"/><use y="259063" xlink:href="#g142"/><use y="259080" xlink:href="#g143"/><use y="259097" xlink:href="#g144"/><use y="259114" xlink:href="#g145"/><use y="259131" xlink:href="#g147"/><use y="259148" xlink:href="#g148"/><use y="259165" xlink:href="#g149"/><use y="259182" xlink:href="#g150"/><use y="259199" xlink:href="#g151"/><use y="259216" xlink:href="#g152"/><use y="259233" xlink:href="#g154"/><use y="259250" xlink:href="#g155"/><use y="259267" xlink:href="#g156"/><use y="259284" xlink:href="#g157"/><use y="259301" xlink:href="#g158"/><use y="259318" xlink:href="#g159"/><use y="259335" xlink:href="#g160"/><use y="259352" xlink:href="#g162"/><use y="259369" xlink:href="#g163"/><use y="259386" xlink:href="#g164"/><use y="259403" xlink:href="#g165"/><use y="259420" xlink:href="#g166"/><use y="259437" xlink:href="#g167"/><use y="259454" xlink:href="#g168"/><use y="259471" xlink:href="#g169"/><use y="259488" xlink:href="#g171"/><use y="259505" xlink:href="#g172"/><use y="259522" xlink:href="#g173"/><use y="259539" xlink:href="#g174"/><use y="259556" xlink:href="#g175"/><use y="259573" xlink:href="#g176"/><use y="259590" xlink:href="#g178"/><use y="259607" xlink:href="#g179"/><use y="259624" xlink:href="#g180"/><use y="259641" xlink:href="#g181"/><use y="259658" xlink:href="#g182"/><use y="259675" xlink:href="#g183"/><use y="259692" xlink:href="#g184"/><use y="259709" xlink:href="#g185"/><use y="259726" xlink:href="#g187"/><use y="259743" xlink:href="#g188"/><use y="259760" xlink:href="#g189"/><use y="259777" xlink:href="#g190"/><use y="259794" xlink:href="#g191"/><use y="259811" xlink:href="#g192"/><use y="259828" xlink:href="#g194"/><use y="259845" xlink:href="#g195"/><use y="259862" xlink:href="#g196"/><use y="259879" xlink:href="#g197"/><use y="259896" xlink:href="#g198"/><use y="259913" xlink:href="#g199"/><use y="259930" xlink:href="#g201"/><use y="259947" xlink:href="#g202"/><use y="259964" xlink:href="#g203"/><use y="259981" xlink:href="#g204"/><use y="259998" xlink:href="#g205"/><use y="260015" xlink:href="#g207"/><use y="260032" xlink:href="#g208"/><use y="260049" xlink:href="#g209"/><use y="260066" xlink:href="#g210"/><use y="260083" xlink:href="#g211"/><use y="260100" xlink:href="#g212"/><use y="260117" xlink:href="#g214"/><use y="260134" xlink:href="#g215"/><use y="260151" xlink:href="#g216"/><use y="260168" xlink:href="#g217"/><use y="260185" xlink:href="#g218"/><use y="260202" xlink:href="#g219"/><use y="260219" xlink:href="#g221"/><use y="260236" xlink:href="#g222"/><use y="260253" xlink:href="#g223"/><use y="260270" xlink:href="#g224"/><use y="260287" xlink:href="#g225"/><use y="260304" xlink:href="#g226"/><use y="260321" xlink:href="#g258"/><use y="260338" xlink:href="#g237"/><rect class="color6" height="17" width="48" x="16" y="260576"/><rect class="color6" height="17" width="48" x="80" y="260576"/><rect class="color6" height="17" width="48" x="144" y="260576"/><rect class="color6" height="17" width="48" x="208" y="260576"/><rect class="color6" height="17" width="48" x="272" y="260576"/><rect class="color6" height="17" width="48" x="336" y="260576"/><rect class="color6" height="17" width="48" x="400" y="260576"/><rect class="color6" height="17" width="48" x="464" y="260576"/><rect class="color6" height="17" width="48" x="528" y="260576"/><rect class="color6" height="17" width="608" x="600" y="260576"/><use y="260576" xlink:href="#g238"/></g><g><use y="260610" xlink:href="#g79"/><use y="260627" xlink:href="#g228"/><use y="260644" xlink:href="#g229"/><use y="260661" xlink:href="#g230"/><use y="260678" xlink:href="#g231"/><use y="260695" xlink:href="#g232"/><use y="260712" xlink:href="#g233"/><rect class="color2" height="17" width="352" x="0" y="260746"/><rect class="color6" height="17" width="40" x="352" y="260746"/><rect class="color2" height="17" width="816" x="392" y="260746"/><use y="260746" xlink:href="#g86"/><rect class="color6" height="17" width="1208" x="0" y="260763"/><use y="260763" xlink:href="#g234"/><use y="260780" xlink:href="#g239"/><use y="260797" xlink:href="#g240"/><use y="260814" xlink:href="#g241"/><use y="260831" xlink:href="#g92"/><use y="260848" xlink:href="#g93"/><use y="260865" xlink:href="#g95"/><use y="260882" xlink:href="#g96"/><use y="260899" xlink:href="#g97"/><use y="260916" xlink:href="#g98"/><use y="260933" xlink:href="#g99"/><use y="260950" xlink:href="#g100"/><use y="260967" xlink:href="#g102"/><use y="260984" xlink:href="#g103"/><use y="261001" xlink:href="#g104"/><use y="261018" xlink:href="#g105"/><use y="261035" xlink:href="#g106"/><use y="261052" xlink:href="#g107"/><use y="261069" xlink:href="#g109"/><use y="261086" xlink:href="#g110"/><use y="261103" xlink:href="#g111"/><use y="261120" xlink:href="#g112"/><use y="261137" xlink:href="#g113"/><use y="261154" xlink:href="#g114"/><use y="261171" xlink:href="#g116"/><use y="261188" xlink:href="#g117"/><use y="261205" xlink:href="#g118"/><use y="261222" xlink:href="#g242"/><use y="261239" xlink:href="#g243"/><use y="261256" xlink:href="#g244"/><use y="261273" xlink:href="#g245"/><use y="261290" xlink:href="#g246"/><use y="261307" xlink:href="#g247"/><use y="261324" xlink:href="#g248"/><use y="261341" xlink:href="#g249"/><use y="261358" xlink:href="#g250"/><use y="261375" xlink:href="#g251"/><use y="261392" xlink:href="#g252"/><use y="261409" xlink:href="#g253"/><use y="261426" xlink:href="#g254"/><use y="261443" xlink:href="#g255"/><use y="261460" xlink:href="#g256"/><use y="261477" xlink:href="#g257"/><use y="261494" xlink:href="#g138"/><use y="261511" xlink:href="#g140"/><use y="261528" xlink:href="#g141"/><use y="261545" xlink:href="#g142"/><use y="261562" xlink:href="#g143"/><use y="261579" xlink:href="#g144"/><use y="261596" xlink:href="#g145"/><use y="261613" xlink:href="#g147"/><use y="261630" xlink:href="#g148"/><use y="261647" xlink:href="#g149"/><use y="261664" xlink:href="#g150"/><use y="261681" xlink:href="#g151"/><use y="261698" xlink:href="#g152"/><use y="261715" xlink:href="#g154"/><use y="261732" xlink:href="#g155"/><use y="261749" xlink:href="#g156"/><use y="261766" xlink:href="#g157"/><use y="261783" xlink:href="#g158"/><use y="261800" xlink:href="#g159"/><use y="261817" xlink:href="#g160"/><use y="261834" xlink:href="#g162"/><use y="261851" xlink:href="#g163"/><use y="261868" xlink:href="#g164"/><use y="261885" xlink:href="#g165"/><use y="261902" xlink:href="#g166"/><use y="261919" xlink:href="#g167"/><use y="261936" xlink:href="#g168"/><use y="261953" xlink:href="#g169"/><use y="261970" xlink:href="#g171"/><use y="261987" xlink:href="#g172"/><use y="262004" xlink:href="#g173"/><use y="262021" xlink:href="#g174"/><use y="262038" xlink:href="#g175"/><use y="262055" xlink:href="#g176"/><use y="262072" xlink:href="#g178"/><use y="262089" xlink:href="#g179"/><use y="262106" xlink:href="#g180"/><use y="262123" xlink:href="#g181"/><use y="262140" xlink:href="#g182"/><use y="262157" xlink:href="#g183"/><use y="262174" xlink:href="#g184"/><use y="262191" xlink:href="#g185"/><use y="262208" xlink:href="#g187"/><use y="262225" xlink:href="#g188"/><use y="262242" xlink:href="#g189"/><use y="262259" xlink:href="#g190"/><use y="262276" xlink:href="#g191"/><use y="262293" xlink:href="#g192"/><use y="262310" xlink:href="#g194"/><use y="262327" xlink:href="#g195"/><use y="262344" xlink:href="#g196"/><use y="262361" xlink:href="#g197"/><use y="262378" xlink:href="#g198"/><use y="262395" xlink:href="#g199"/><use y="262412" xlink:href="#g201"/><use y="262429" xlink:href="#g202"/><use y="262446" xlink:href="#g203"/><use y="262463" xlink:href="#g204"/><use y="262480" xlink:href="#g205"/><use y="262497" xlink:href="#g207"/><use y="262514" xlink:href="#g208"/><use y="262531" xlink:href="#g209"/><use y="262548" xlink:href="#g210"/><use y="262565" xlink:href="#g211"/><use y="262582" xlink:href="#g212"/><use y="262599" xlink:href="#g214"/><use y="262616" xlink:href="#g215"/><use y="262633" xlink:href="#g216"/><use y="262650" xlink:href="#g217"/><use y="262667" xlink:href="#g218"/><use y="262684" xlink:href="#g219"/><use y="262701" xlink:href="#g221"/><use y="262718" xlink:href="#g222"/><use y="262735" xlink:href="#g223"/><use y="262752" xlink:href="#g224"/><use y="262769" xlink:href="#g225"/><use y="262786" xlink:href="#g226"/><use y="262803" xlink:href="#g259"/><use y="262820" xlink:href="#g237"/><rect class="color6" height="17" width="48" x="16" y="263058"/><rect class="color6" height="17" width="48" x="80" y="263058"/><rect class="color6" height="17" width="48" x="144" y="263058"/><rect class="color6" height="17" width="48" x="208" y="263058"/><rect class="color6" height="17" width="48" x="272" y="263058"/><rect class="color6" height="17" width="48" x="336" y="263058"/><rect class="color6" height="17" width="48" x="400" y="263058"/><rect class="color6" height="17" width="48" x="464" y="263058"/><rect class="color6" height="17" width="48" x="528" y="263058"/><rect class="color6" height="17" width="608" x="600" y="263058"/><use y="263058" xlink:href="#g238"/></g><g><use y="263092" xlink:href="#g79"/><use y="263109" xlink:href="#g260"/><use y="263126" xlink:href="#g261"/><use y="263143" xlink:href="#g262"/><use y="263160" xlink:href="#g263"/><use y="263177" xlink:href="#g232"/><use y="263194" xlink:href="#g264"/><rect class="color2" height="17" width="352" x="0" y="263228"/><rect class="color6" height="17" width="40" x="352" y="263228"/><rect class="color2" height="17" width="816" x="392" y="263228"/><use y="263228" xlink:href="#g86"/><rect class="color6" height="17" width="1208" x="0" y="263245"/><use y="263245" xlink:href="#g265"/><use y="263262" xlink:href="#g266"/><use y="263279" xlink:href="#g267"/><use y="263296" xlink:href="#g268"/><use y="263313" xlink:href="#g92"/><use y="263330" xlink:href="#g93"/><use y="263347" xlink:href="#g95"/><use y="263364" xlink:href="#g96"/><use y="263381" xlink:href="#g97"/><use y="263398" xlink:href="#g98"/><use y="263415" xlink:href="#g99"/><use y="263432" xlink:href="#g100"/><use y="263449" xlink:href="#g102"/><use y="263466" xlink:href="#g103"/><use y="263483" xlink:href="#g104"/><use y="263500" xlink:href="#g105"/><use y="263517" xlink:href="#g106"/><use y="263534" xlink:href="#g107"/><use y="263551" xlink:href="#g109"/><use y="263568" xlink:href="#g110"/><use y="263585" xlink:href="#g111"/><use y="263602" xlink:href="#g112"/><use y="263619" xlink:href="#g113"/><use y="263636" xlink:href="#g114"/><use y="263653" xlink:href="#g116"/><use y="263670" xlink:href="#g117"/><use y="263687" xlink:href="#g118"/><use y="263704" xlink:href="#g242"/><use y="263721" xlink:href="#g243"/><use y="263738" xlink:href="#g244"/><use y="263755" xlink:href="#g245"/><use y="263772" xlink:href="#g246"/><use y="263789" xlink:href="#g247"/><use y="263806" xlink:href="#g248"/><use y="263823" xlink:href="#g249"/><use y="263840" xlink:href="#g250"/><use y="263857" xlink:href="#g251"/><use y="263874" xlink:href="#g252"/><use y="263891" xlink:href="#g253"/><use y="263908" xlink:href="#g254"/><use y="263925" xlink:href="#g255"/><use y="263942" xlink:href="#g256"/><use y="263959" xlink:href="#g257"/><use y="263976" xlink:href="#g138"/><use y="263993" xlink:href="#g140"/><use y="264010" xlink:href="#g141"/><use y="264027" xlink:href="#g142"/><use y="264044" xlink:href="#g143"/><use y="264061" xlink:href="#g144"/><use y="264078" xlink:href="#g145"/><use y="264095" xlink:href="#g147"/><use y="264112" xlink:href="#g148"/><use y="264129" xlink:href="#g149"/><use y="264146" xlink:href="#g150"/><use y="264163" xlink:href="#g151"/><use y="264180" xlink:href="#g152"/><use y="264197" xlink:href="#g154"/><use y="264214" xlink:href="#g155"/><use y="264231" xlink:href="#g156"/><use y="264248" xlink:href="#g157"/><use y="264265" xlink:href="#g158"/><use y="264282" xlink:href="#g159"/><use y="264299" xlink:href="#g160"/><use y="264316" xlink:href="#g162"/><use y="264333" xlink:href="#g163"/><use y="264350" xlink:href="#g164"/><use y="264367" xlink:href="#g165"/><use y="264384" xlink:href="#g166"/><use y="264401" xlink:href="#g167"/><use y="264418" xlink:href="#g168"/><use y="264435" xlink:href="#g169"/><use y="264452" xlink:href="#g171"/><use y="264469" xlink:href="#g172"/><use y="264486" xlink:href="#g173"/><use y="264503" xlink:href="#g174"/><use y="264520" xlink:href="#g175"/><use y="264537" xlink:href="#g176"/><use y="264554" xlink:href="#g178"/><use y="264571" xlink:href="#g179"/><use y="264588" xlink:href="#g180"/><use y="264605" xlink:href="#g181"/><use y="264622" xlink:href="#g182"/><use y="264639" xlink:href="#g183"/><use y="264656" xlink:href="#g184"/><use y="264673" xlink:href="#g185"/><use y="264690" xlink:href="#g187"/><use y="264707" xlink:href="#g188"/><use y="264724" xlink:href="#g189"/><use y="264741" xlink:href="#g190"/><use y="264758" xlink:href="#g191"/><use y="264775" xlink:href="#g192"/><use y="264792" xlink:href="#g194"/><use y="264809" xlink:href="#g195"/><use y="264826" xlink:href="#g196"/><use y="264843" xlink:href="#g197"/><use y="264860" xlink:href="#g198"/><use y="264877" xlink:href="#g199"/><use y="264894" xlink:href="#g201"/><use y="264911" xlink:href="#g202"/><use y="264928" xlink:href="#g203"/><use y="264945" xlink:href="#g204"/><use y="264962" xlink:href="#g205"/><use y="264979" xlink:href="#g207"/><use y="264996" xlink:href="#g208"/><use y="265013" xlink:href="#g209"/><use y="265030" xlink:href="#g210"/><use y="265047" xlink:href="#g211"/><use y="265064" xlink:href="#g212"/><use y="265081" xlink:href="#g214"/><use y="265098" xlink:href="#g215"/><use y="265115" xlink:href="#g216"/><use y="265132" xlink:href="#g217"/><use y="265149" xlink:href="#g218"/><use y="265166" xlink:href="#g219"/><use y="265183" xlink:href="#g221"/><use y="265200" xlink:href="#g222"/><use y="265217" xlink:href="#g223"/><use y="265234" xlink:href="#g224"/><use y="265251" xlink:href="#g225"/><use y="265268" xlink:href="#g226"/><use y="265285" xlink:href="#g259"/><use y="265302" xlink:href="#g237"/><rect class="color6" height="17" width="48" x="16" y="265540"/><rect class="color6" height="17" width="48" x="80" y="265540"/><rect class="color6" height="17" width="48" x="144" y="265540"/><rect class="color6" height="17" width="48" x="208" y="265540"/><rect class="color6" height="17" width="48" x="272" y="265540"/><rect class="color6" height="17" width="48" x="336" y="265540"/><rect class="color6" height="17" width="48" x="400" y="265540"/><rect class="color6" height="17" width="48" x="464" y="265540"/><rect class="color6" height="17" width="48" x="528" y="265540"/><rect class="color6" height="17" width="608" x="600" y="265540"/><use y="265540" xlink:href="#g238"/></g><g><use y="265574" xlink:href="#g79"/><use y="265591" xlink:href="#g269"/><use y="265608" xlink:href="#g270"/><use y="265625" xlink:href="#g271"/><use y="265642" xlink:href="#g263"/><use y="265659" xlink:href="#g232"/><use y="265676" xlink:href="#g272"/><rect class="color2" height="17" width="352" x="0" y="265710"/><rect class="color6" height="17" width="40" x="352" y="265710"/><rect class="color2" height="17" width="816" x="392" y="265710"/><use y="265710" xlink:href="#g86"/><rect class="color6" height="17" width="1208" x="0" y="265727"/><use y="265727" xlink:href="#g273"/><use y="265744" xlink:href="#g274"/><use y="265761" xlink:href="#g275"/><use y="265778" xlink:href="#g276"/><use y="265795" xlink:href="#g268"/><use y="265812" xlink:href="#g92"/><use y="265829" xlink:href="#g93"/><use y="265846" xlink:href="#g95"/><use y="265863" xlink:href="#g96"/><use y="265880" xlink:href="#g97"/><use y="265897" xlink:href="#g98"/><use y="265914" xlink:href="#g99"/><use y="265931" xlink:href="#g100"/><use y="265948" xlink:href="#g102"/><use y="265965" xlink:href="#g103"/><use y="265982" xlink:href="#g104"/><use y="265999" xlink:href="#g105"/><use y="266016" xlink:href="#g106"/><use y="266033" xlink:href="#g107"/><use y="266050" xlink:href="#g109"/><use y="266067" xlink:href="#g110"/><use y="266084" xlink:href="#g111"/><use y="266101" xlink:href="#g112"/><use y="266118" xlink:href="#g113"/><use y="266135" xlink:href="#g114"/><use y="266152" xlink:href="#g116"/><use y="266169" xlink:href="#g117"/><use y="266186" xlink:href="#g118"/><use y="266203" xlink:href="#g277"/><use y="266220" xlink:href="#g278"/><use y="266237" xlink:href="#g279"/><use y="266254" xlink:href="#g280"/><use y="266271" xlink:href="#g281"/><use y="266288" xlink:href="#g282"/><use y="266305" xlink:href="#g283"/><use y="266322" xlink:href="#g284"/><use y="266339" xlink:href="#g285"/><use y="266356" xlink:href="#g286"/><use y="266373" xlink:href="#g287"/><use y="266390" xlink:href="#g288"/><use y="266407" xlink:href="#g289"/><use y="266424" xlink:href="#g290"/><use y="266441" xlink:href="#g291"/><use y="266458" xlink:href="#g138"/><use y="266475" xlink:href="#g140"/><use y="266492" xlink:href="#g141"/><use y="266509" xlink:href="#g142"/><use y="266526" xlink:href="#g143"/><use y="266543" xlink:href="#g144"/><use y="266560" xlink:href="#g145"/><use y="266577" xlink:href="#g147"/><use y="266594" xlink:href="#g148"/><use y="266611" xlink:href="#g149"/><use y="266628" xlink:href="#g150"/><use y="266645" xlink:href="#g151"/><use y="266662" xlink:href="#g152"/><use y="266679" xlink:href="#g154"/><use y="266696" xlink:href="#g155"/><use y="266713" xlink:href="#g156"/><use y="266730" xlink:href="#g157"/><use y="266747" xlink:href="#g158"/><use y="266764" xlink:href="#g159"/><use y="266781" xlink:href="#g160"/><use y="266798" xlink:href="#g162"/><use y="266815" xlink:href="#g163"/><use y="266832" xlink:href="#g164"/><use y="266849" xlink:href="#g165"/><use y="266866" xlink:href="#g166"/><use y="266883" xlink:href="#g167"/><use y="266900" xlink:href="#g168"/><use y="266917" xlink:href="#g169"/><use y="266934" xlink:href="#g171"/><use y="266951" xlink:href="#g172"/><use y="266968" xlink:href="#g173"/><use y="266985" xlink:href="#g174"/><use y="267002" xlink:href="#g175"/><use y="267019" xlink:href="#g176"/><use y="267036" xlink:href="#g178"/><use y="267053" xlink:href="#g179"/><use y="267070" xlink:href="#g180"/><use y="267087" xlink:href="#g181"/><use y="267104" xlink:href="#g182"/><use y="267121" xlink:href="#g183"/><use y="267138" xlink:href="#g184"/><use y="267155" xlink:href="#g185"/><use y="267172" xlink:href="#g187"/><use y="267189" xlink:href="#g188"/><use y="267206" xlink:href="#g189"/><use y="267223" xlink:href="#g190"/><use y="267240" xlink:href="#g191"/><use y="267257" xlink:href="#g192"/><use y="267274" xlink:href="#g194"/><use y="267291" xlink:href="#g195"/><use y="267308" xlink:href="#g196"/><use y="267325" xlink:href="#g197"/><use y="267342" xlink:href="#g198"/><use y="267359" xlink:href="#g199"/><use y="267376" xlink:href="#g201"/><use y="267393" xlink:href="#g202"/><use y="267410" xlink:href="#g203"/><use y="267427" xlink:href="#g204"/><use y="267444" xlink:href="#g205"/><use y="267461" xlink:href="#g207"/><use y="267478" xlink:href="#g208"/><use y="267495" xlink:href="#g209"/><use y="267512" xlink:href="#g210"/><use y="267529" xlink:href="#g211"/><use y="267546" xlink:href="#g212"/><use y="267563" xlink:href="#g214"/><use y="267580" xlink:href="#g215"/><use y="267597" xlink:href="#g216"/><use y="267614" xlink:href="#g217"/><use y="267631" xlink:href="#g218"/><use y="267648" xlink:href="#g219"/><use y="267665" xlink:href="#g221"/><use y="267682" xlink:href="#g222"/><use y="267699" xlink:href="#g223"/><use y="267716" xlink:href="#g224"/><use y="267733" xlink:href="#g225"/><use y="267750" xlink:href="#g226"/><use y="267767" xlink:href="#g259"/><use y="267784" xlink:href="#g237"/><rect class="color6" height="17" width="48" x="16" y="268022"/><rect class="color6" height="17" width="48" x="80" y="268022"/><rect class="color6" height="17" width="48" x="144" y="268022"/><rect class="color6" height="17" width="48" x="208" y="268022"/><rect class="color6" height="17" width="48" x="272" y="268022"/><rect class="color6" height="17" width="48" x="336" y="268022"/><rect class="color6" height="17" width="48" x="400" y="268022"/><rect class="color6" height="17" width="48" x="464" y="268022"/><rect class="color6" height="17" width="48" x="528" y="268022"/><rect class="color6" height="17" width="608" x="600" y="268022"/><use y="268022" xlink:href="#g238"/></g><g><use y="268056" xlink:href="#g79"/><use y="268073" xlink:href="#g292"/><use y="268090" xlink:href="#g293"/><use y="268107" xlink:href="#g82"/><use y="268124" xlink:href="#g263"/><use y="268141" xlink:href="#g294"/><use y="268158" xlink:href="#g295"/><rect class="color2" height="17" width="352" x="0" y="268192"/><rect class="color6" height="17" width="40" x="352" y="268192"/><rect class="color2" height="17" width="816" x="392" y="268192"/><use y="268192" xlink:href="#g86"/><rect class="color6" height="17" width="1208" x="0" y="268209"/><use y="268209" xlink:href="#g296"/><use y="268226" xlink:href="#g297"/><use y="268243" xlink:href="#g298"/><use y="268260" xlink:href="#g299"/><use y="268277" xlink:href="#g268"/><use y="268294" xlink:href="#g92"/><use y="268311" xlink:href="#g93"/><use y="268328" xlink:href="#g95"/><use y="268345" xlink:href="#g96"/><use y="268362" xlink:href="#g97"/><use y="268379" xlink:href="#g98"/><use y="268396" xlink:href="#g99"/><use y="268413" xlink:href="#g100"/><use y="268430" xlink:href="#g102"/><use y="268447" xlink:href="#g103"/><use y="268464" xlink:href="#g104"/><use y="268481" xlink:href="#g105"/><use y="268498" xlink:href="#g106"/><use y="268515" xlink:href="#g107"/><use y="268532" xlink:href="#g109"/><use y="268549" xlink:href="#g110"/><use y="268566" xlink:href="#g111"/><use y="268583" xlink:href="#g112"/><use y="268600" xlink:href="#g113"/><use y="268617" xlink:href="#g114"/><use y="268634" xlink:href="#g116"/><use y="268651" xlink:href="#g117"/><use y="268668" xlink:href="#g118"/><use y="268685" xlink:href="#g277"/><use y="268702" xlink:href="#g278"/><use y="268719" xlink:href="#g279"/><use y="268736" xlink:href="#g280"/><use y="268753" xlink:href="#g281"/><use y="268770" xlink:href="#g282"/><use y="268787" xlink:href="#g283"/><use y="268804" xlink:href="#g284"/><use y="268821" xlink:href="#g285"/><use y="268838" xlink:href="#g286"/><use y="268855" xlink:href="#g287"/><use y="268872" xlink:href="#g288"/><use y="268889" xlink:href="#g289"/><use y="268906" xlink:href="#g290"/><use y="268923" xlink:href="#g291"/><use y="268940" xlink:href="#g138"/><use y="268957" xlink:href="#g140"/><use y="268974" xlink:href="#g141"/><use y="268991" xlink:href="#g142"/><use y="269008" xlink:href="#g143"/><use y="269025" xlink:href="#g144"/><use y="269042" xlink:href="#g145"/><use y="269059" xlink:href="#g147"/><use y="269076" xlink:href="#g148"/><use y="269093" xlink:href="#g149"/><use y="269110" xlink:href="#g150"/><use y="269127" xlink:href="#g151"/><use y="269144" xlink:href="#g152"/><use y="269161" xlink:href="#g154"/><use y="269178" xlink:href="#g155"/><use y="269195" xlink:href="#g156"/><use y="269212" xlink:href="#g157"/><use y="269229" xlink:href="#g158"/><use y="269246" xlink:href="#g159"/><use y="269263" xlink:href="#g160"/><use y="269280" xlink:href="#g162"/><use y="269297" xlink:href="#g163"/><use y="269314" xlink:href="#g164"/><use y="269331" xlink:href="#g165"/><use y="269348" xlink:href="#g166"/><use y="269365" xlink:href="#g167"/><use y="269382" xlink:href="#g168"/><use y="269399" xlink:href="#g169"/><use y="269416" xlink:href="#g171"/><use y="269433" xlink:href="#g172"/><use y="269450" xlink:href="#g173"/><use y="269467" xlink:href="#g174"/><use y="269484" xlink:href="#g175"/><use y="269501" xlink:href="#g176"/><use y="269518" xlink:href="#g178"/><use y="269535" xlink:href="#g179"/><use y="269552" xlink:href="#g180"/><use y="269569" xlink:href="#g181"/><use y="269586" xlink:href="#g182"/><use y="269603" xlink:href="#g183"/><use y="269620" xlink:href="#g184"/><use y="269637" xlink:href="#g185"/><use y="269654" xlink:href="#g187"/><use y="269671" xlink:href="#g188"/><use y="269688" xlink:href="#g189"/><use y="269705" xlink:href="#g190"/><use y="269722" xlink:href="#g191"/><use y="269739" xlink:href="#g192"/><use y="269756" xlink:href="#g194"/><use y="269773" xlink:href="#g195"/><use y="269790" xlink:href="#g196"/><use y="269807" xlink:href="#g197"/><use y="269824" xlink:href="#g198"/><use y="269841" xlink:href="#g199"/><use y="269858" xlink:href="#g201"/><use y="269875" xlink:href="#g202"/><use y="269892" xlink:href="#g203"/><use y="269909" xlink:href="#g204"/><use y="269926" xlink:href="#g205"/><use y="269943" xlink:href="#g207"/><use y="269960" xlink:href="#g208"/><use y="269977" xlink:href="#g209"/><use y="269994" xlink:href="#g210"/><use y="270011" xlink:href="#g211"/><use y="270028" xlink:href="#g212"/><use y="270045" xlink:href="#g214"/><use y="270062" xlink:href="#g215"/><use y="270079" xlink:href="#g216"/><use y="270096" xlink:href="#g217"/><use y="270113" xlink:href="#g218"/><use y="270130" xlink:href="#g219"/><use y="270147" xlink:href="#g221"/><use y="270164" xlink:href="#g222"/><use y="270181" xlink:href="#g223"/><use y="270198" xlink:href="#g224"/><use y="270215" xlink:href="#g225"/><use y="270232" xlink:href="#g226"/><use y="270249" xlink:href="#g259"/><use y="270266" xlink:href="#g237"/><rect class="color6" height="17" width="48" x="16" y="270504"/><rect class="color6" height="17" width="48" x="80" y="270504"/><rect class="color6" height="17" width="48" x="144" y="270504"/><rect class="color6" height="17" width="48" x="208" y="270504"/><rect class="color6" height="17" width="48" x="272" y="270504"/><rect class="color6" height="17" width="48" x="336" y="270504"/><rect class="color6" height="17" width="48" x="400" y="270504"/><rect class="color6" height="17" width="48" x="464" y="270504"/><rect class="color6" height="17" width="48" x="528" y="270504"/><rect class="color6" height="17" width="608" x="600" y="270504"/><use y="270504" xlink:href="#g238"/></g><g><use y="270538" xlink:href="#g79"/><use y="270555" xlink:href="#g292"/><use y="270572" xlink:href="#g293"/><use y="270589" xlink:href="#g82"/><use y="270606" xlink:href="#g263"/><use y="270623" xlink:href="#g294"/><use y="270640" xlink:href="#g295"/><rect class="color2" height="17" width="352" x="0" y="270674"/><rect class="color6" height="17" width="40" x="352" y="270674"/><rect class="color2" height="17" width="816" x="392" y="270674"/><use y="270674" xlink:href="#g86"/><rect class="color6" height="17" width="1208" x="0" y="270691"/><use y="270691" xlink:href="#g296"/><use y="270708" xlink:href="#g297"/><use y="270725" xlink:href="#g298"/><use y="270742" xlink:href="#g299"/><use y="270759" xlink:href="#g268"/><use y="270776" xlink:href="#g92"/><use y="270793" xlink:href="#g93"/><use y="270810" xlink:href="#g95"/><use y="270827" xlink:href="#g96"/><use y="270844" xlink:href="#g97"/><use y="270861" xlink:href="#g98"/><use y="270878" xlink:href="#g99"/><use y="270895" xlink:href="#g100"/><use y="270912" xlink:href="#g102"/><use y="270929" xlink:href="#g103"/><use y="270946" xlink:href="#g104"/><use y="270963" xlink:href="#g105"/><use y="270980" xlink:href="#g106"/><use y="270997" xlink:href="#g107"/><use y="271014" xlink:href="#g109"/><use y="271031" xlink:href="#g110"/><use y="271048" xlink:href="#g111"/><use y="271065" xlink:href="#g112"/><use y="271082" xlink:href="#g113"/><use y="271099" xlink:href="#g114"/><use y="271116" xlink:href="#g116"/><use y="271133" xlink:href="#g117"/><use y="271150" xlink:href="#g118"/><use y="271167" xlink:href="#g277"/><use y="271184" xlink:href="#g278"/><use y="271201" xlink:href="#g279"/><use y="271218" xlink:href="#g280"/><use y="271235" xlink:href="#g281"/><use y="271252" xlink:href="#g282"/><use y="271269" xlink:href="#g283"/><use y="271286" xlink:href="#g284"/><use y="271303" xlink:href="#g285"/><use y="271320" xlink:href="#g286"/><use y="271337" xlink:href="#g287"/><use y="271354" xlink:href="#g288"/><use y="271371" xlink:href="#g289"/><use y="271388" xlink:href="#g290"/><use y="271405" xlink:href="#g291"/><use y="271422" xlink:href="#g138"/><use y="271439" xlink:href="#g140"/><use y="271456" xlink:href="#g141"/><use y="271473" xlink:href="#g142"/><use y="271490" xlink:href="#g143"/><use y="271507" xlink:href="#g144"/><use y="271524" xlink:href="#g145"/><use y="271541" xlink:href="#g147"/><use y="271558" xlink:href="#g148"/><use y="271575" xlink:href="#g149"/><use y="271592" xlink:href="#g150"/><use y="271609" xlink:href="#g151"/><use y="271626" xlink:href="#g152"/><use y="271643" xlink:href="#g154"/><use y="271660" xlink:href="#g155"/><use y="271677" xlink:href="#g156"/><use y="271694" xlink:href="#g157"/><use y="271711" xlink:href="#g158"/><use y="271728" xlink:href="#g159"/><use y="271745" xlink:href="#g160"/><use y="271762" xlink:href="#g162"/><use y="271779" xlink:href="#g163"/><use y="271796" xlink:href="#g164"/><use y="271813" xlink:href="#g165"/><use y="271830" xlink:href="#g166"/><use y="271847" xlink:href="#g167"/><use y="271864" xlink:href="#g168"/><use y="271881" xlink:href="#g169"/><use y="271898" xlink:href="#g171"/><use y="271915" xlink:href="#g172"/><use y="271932" xlink:href="#g173"/><use y="271949" xlink:href="#g174"/><use y="271966" xlink:href="#g175"/><use y="271983" xlink:href="#g176"/><use y="272000" xlink:href="#g178"/><use y="272017" xlink:href="#g179"/><use y="272034" xlink:href="#g180"/><use y="272051" xlink:href="#g181"/><use y="272068" xlink:href="#g182"/><use y="272085" xlink:href="#g183"/><use y="272102" xlink:href="#g184"/><use y="272119" xlink:href="#g185"/><use y="272136" xlink:href="#g187"/><use y="272153" xlink:href="#g188"/><use y="272170" xlink:href="#g189"/><use y="272187" xlink:href="#g190"/><use y="272204" xlink:href="#g191"/><use y="272221" xlink:href="#g192"/><use y="272238" xlink:href="#g194"/><use y="272255" xlink:href="#g195"/><use y="272272" xlink:href="#g196"/><use y="272289" xlink:href="#g197"/><use y="272306" xlink:href="#g198"/><use y="272323" xlink:href="#g199"/><use y="272340" xlink:href="#g201"/><use y="272357" xlink:href="#g202"/><use y="272374" xlink:href="#g203"/><use y="272391" xlink:href="#g204"/><use y="272408" xlink:href="#g205"/><use y="272425" xlink:href="#g207"/><use y="272442" xlink:href="#g208"/><use y="272459" xlink:href="#g209"/><use y="272476" xlink:href="#g210"/><use y="272493" xlink:href="#g211"/><use y="272510" xlink:href="#g212"/><use y="272527" xlink:href="#g214"/><use y="272544" xlink:href="#g215"/><use y="272561" xlink:href="#g216"/><use y="272578" xlink:href="#g217"/><use y="272595" xlink:href="#g218"/><use y="272612" xlink:href="#g219"/><use y="272629" xlink:href="#g221"/><use y="272646" xlink:href="#g222"/><use y="272663" xlink:href="#g223"/><use y="272680" xlink:href="#g224"/><use y="272697" xlink:href="#g225"/><use y="272714" xlink:href="#g226"/><use y="272731" xlink:href="#g259"/><use y="272748" xlink:href="#g237"/><rect class="foreground" height="17" width="8" x="0" y="272986"/><use y="272986" xlink:href="#g300"/></g><g><use y="273020" xlink:href="#g79"/><use y="273037" xlink:href="#g292"/><use y="273054" xlink:href="#g293"/><use y="273071" xlink:href="#g82"/><use y="273088" xlink:href="#g263"/><use y="273105" xlink:href="#g294"/><use y="273122" xlink:href="#g295"/><rect class="color2" height="17" width="352" x="0" y="273156"/><rect class="color6" height="17" width="40" x="352" y="273156"/><rect class="color2" height="17" width="816" x="392" y="273156"/><use y="273156" xlink:href="#g86"/><rect class="color6" height="17" width="1208" x="0" y="273173"/><use y="273173" xlink:href="#g296"/><use y="273190" xlink:href="#g297"/><use y="273207" xlink:href="#g298"/><use y="273224" xlink:href="#g299"/><use y="273241" xlink:href="#g268"/><use y="273258" xlink:href="#g92"/><use y="273275" xlink:href="#g93"/><use y="273292" xlink:href="#g95"/><use y="273309" xlink:href="#g96"/><use y="273326" xlink:href="#g97"/><use y="273343" xlink:href="#g98"/><use y="273360" xlink:href="#g99"/><use y="273377" xlink:href="#g100"/><use y="273394" xlink:href="#g102"/><use y="273411" xlink:href="#g103"/><use y="273428" xlink:href="#g104"/><use y="273445" xlink:href="#g105"/><use y="273462" xlink:href="#g106"/><use y="273479" xlink:href="#g107"/><use y="273496" xlink:href="#g109"/><use y="273513" xlink:href="#g110"/><use y="273530" xlink:href="#g111"/><use y="273547" xlink:href="#g112"/><use y="273564" xlink:href="#g113"/><use y="273581" xlink:href="#g114"/><use y="273598" xlink:href="#g116"/><use y="273615" xlink:href="#g117"/><use y="273632" xlink:href="#g118"/><use y="273649" xlink:href="#g277"/><use y="273666" xlink:href="#g278"/><use y="273683" xlink:href="#g279"/><use y="273700" xlink:href="#g280"/><use y="273717" xlink:href="#g281"/><use y="273734" xlink:href="#g282"/><use y="273751" xlink:href="#g283"/><use y="273768" xlink:href="#g284"/><use y="273785" xlink:href="#g285"/><use y="273802" xlink:href="#g286"/><use y="273819" xlink:href="#g287"/><use y="273836" xlink:href="#g288"/><use y="273853" xlink:href="#g289"/><use y="273870" xlink:href="#g290"/><use y="273887" xlink:href="#g291"/><use y="273904" xlink:href="#g138"/><use y="273921" xlink:href="#g140"/><use y="273938" xlink:href="#g141"/><use y="273955" xlink:href="#g142"/><use y="273972" xlink:href="#g143"/><use y="273989" xlink:href="#g144"/><use y="274006" xlink:href="#g145"/><use y="274023" xlink:href="#g147"/><use y="274040" xlink:href="#g148"/><use y="274057" xlink:href="#g149"/><use y="274074" xlink:href="#g150"/><use y="274091" xlink:href="#g151"/><use y="274108" xlink:href="#g152"/><use y="274125" xlink:href="#g154"/><use y="274142" xlink:href="#g155"/><use y="274159" xlink:href="#g156"/><use y="274176" xlink:href="#g157"/><use y="274193" xlink:href="#g158"/><use y="274210" xlink:href="#g159"/><use y="274227" xlink:href="#g160"/><use y="274244" xlink:href="#g162"/><use y="274261" xlink:href="#g163"/><use y="274278" xlink:href="#g164"/><use y="274295" xlink:href="#g165"/><use y="274312" xlink:href="#g166"/><use y="274329" xlink:href="#g167"/><use y="274346" xlink:href="#g168"/><use y="274363" xlink:href="#g169"/><use y="274380" xlink:href="#g171"/><use y="274397" xlink:href="#g172"/><use y="274414" xlink:href="#g173"/><use y="274431" xlink:href="#g174"/><use y="274448" xlink:href="#g175"/><use y="274465" xlink:href="#g176"/><use y="274482" xlink:href="#g178"/><use y="274499" xlink:href="#g179"/><use y="274516" xlink:href="#g180"/><use y="274533" xlink:href="#g181"/><use y="274550" xlink:href="#g182"/><use y="274567" xlink:href="#g183"/><use y="274584" xlink:href="#g184"/><use y="274601" xlink:href="#g185"/><use y="274618" xlink:href="#g187"/><use y="274635" xlink:href="#g188"/><use y="274652" xlink:href="#g189"/><use y="274669" xlink:href="#g190"/><use y="274686" xlink:href="#g191"/><use y="274703" xlink:href="#g192"/><use y="274720" xlink:href="#g194"/><use y="274737" xlink:href="#g195"/><use y="274754" xlink:href="#g196"/><use y="274771" xlink:href="#g197"/><use y="274788" xlink:href="#g198"/><use y="274805" xlink:href="#g199"/><use y="274822" xlink:href="#g201"/><use y="274839" xlink:href="#g202"/><use y="274856" xlink:href="#g203"/><use y="274873" xlink:href="#g204"/><use y="274890" xlink:href="#g205"/><use y="274907" xlink:href="#g207"/><use y="274924" xlink:href="#g208"/><use y="274941" xlink:href="#g209"/><use y="274958" xlink:href="#g210"/><use y="274975" xlink:href="#g211"/><use y="274992" xlink:href="#g212"/><use y="275009" xlink:href="#g214"/><use y="275026" xlink:href="#g215"/><use y="275043" xlink:href="#g216"/><use y="275060" xlink:href="#g217"/><use y="275077" xlink:href="#g218"/><use y="275094" xlink:href="#g219"/><use y="275111" xlink:href="#g221"/><use y="275128" xlink:href="#g222"/><use y="275145" xlink:href="#g223"/><use y="275162" xlink:href="#g224"/><use y="275179" xlink:href="#g225"/><use y="275196" xlink:href="#g226"/><use y="275213" xlink:href="#g259"/><use y="275230" xlink:href="#g237"/><rect class="foreground" height="17" width="8" x="408" y="275468"/><use y="275468" xlink:href="#g3"/></g><g><use y="275502" xlink:href="#g79"/><use y="275519" xlink:href="#g292"/><use y="275536" xlink:href="#g293"/><use y="275553" xlink:href="#g82"/><use y="275570" xlink:href="#g263"/><use y="275587" xlink:href="#g294"/><use y="275604" xlink:href="#g295"/><rect class="color2" height="17" width="352" x="0" y="275638"/><rect class="color6" height="17" width="40" x="352" y="275638"/><rect class="color2" height="17" width="816" x="392" y="275638"/><use y="275638" xlink:href="#g86"/><rect class="color6" height="17" width="1208" x="0" y="275655"/><use y="275655" xlink:href="#g296"/><use y="275672" xlink:href="#g297"/><use y="275689" xlink:href="#g298"/><use y="275706" xlink:href="#g299"/><use y="275723" xlink:href="#g268"/><use y="275740" xlink:href="#g92"/><use y="275757" xlink:href="#g93"/><use y="275774" xlink:href="#g95"/><use y="275791" xlink:href="#g96"/><use y="275808" xlink:href="#g97"/><use y="275825" xlink:href="#g98"/><use y="275842" xlink:href="#g99"/><use y="275859" xlink:href="#g100"/><use y="275876" xlink:href="#g102"/><use y="275893" xlink:href="#g103"/><use y="275910" xlink:href="#g104"/><use y="275927" xlink:href="#g105"/><use y="275944" xlink:href="#g106"/><use y="275961" xlink:href="#g107"/><use y="275978" xlink:href="#g109"/><use y="275995" xlink:href="#g110"/><use y="276012" xlink:href="#g111"/><use y="276029" xlink:href="#g112"/><use y="276046" xlink:href="#g113"/><use y="276063" xlink:href="#g114"/><use y="276080" xlink:href="#g116"/><use y="276097" xlink:href="#g117"/><use y="276114" xlink:href="#g118"/><use y="276131" xlink:href="#g277"/><use y="276148" xlink:href="#g278"/><use y="276165" xlink:href="#g279"/><use y="276182" xlink:href="#g280"/><use y="276199" xlink:href="#g281"/><use y="276216" xlink:href="#g282"/><use y="276233" xlink:href="#g283"/><use y="276250" xlink:href="#g284"/><use y="276267" xlink:href="#g285"/><use y="276284" xlink:href="#g286"/><use y="276301" xlink:href="#g287"/><use y="276318" xlink:href="#g288"/><use y="276335" xlink:href="#g289"/><use y="276352" xlink:href="#g290"/><use y="276369" xlink:href="#g291"/><use y="276386" xlink:href="#g138"/><use y="276403" xlink:href="#g140"/><use y="276420" xlink:href="#g141"/><use y="276437" xlink:href="#g142"/><use y="276454" xlink:href="#g143"/><use y="276471" xlink:href="#g144"/><use y="276488" xlink:href="#g145"/><use y="276505" xlink:href="#g147"/><use y="276522" xlink:href="#g148"/><use y="276539" xlink:href="#g149"/><use y="276556" xlink:href="#g150"/><use y="276573" xlink:href="#g151"/><use y="276590" xlink:href="#g152"/><use y="276607" xlink:href="#g154"/><use y="276624" xlink:href="#g155"/><use y="276641" xlink:href="#g156"/><use y="276658" xlink:href="#g157"/><use y="276675" xlink:href="#g158"/><use y="276692" xlink:href="#g159"/><use y="276709" xlink:href="#g160"/><use y="276726" xlink:href="#g162"/><use y="276743" xlink:href="#g163"/><use y="276760" xlink:href="#g164"/><use y="276777" xlink:href="#g165"/><use y="276794" xlink:href="#g166"/><use y="276811" xlink:href="#g167"/><use y="276828" xlink:href="#g168"/><use y="276845" xlink:href="#g169"/><use y="276862" xlink:href="#g171"/><use y="276879" xlink:href="#g172"/><use y="276896" xlink:href="#g173"/><use y="276913" xlink:href="#g174"/><use y="276930" xlink:href="#g175"/><use y="276947" xlink:href="#g176"/><use y="276964" xlink:href="#g178"/><use y="276981" xlink:href="#g179"/><use y="276998" xlink:href="#g180"/><use y="277015" xlink:href="#g181"/><use y="277032" xlink:href="#g182"/><use y="277049" xlink:href="#g183"/><use y="277066" xlink:href="#g184"/><use y="277083" xlink:href="#g185"/><use y="277100" xlink:href="#g187"/><use y="277117" xlink:href="#g188"/><use y="277134" xlink:href="#g189"/><use y="277151" xlink:href="#g190"/><use y="277168" xlink:href="#g191"/><use y="277185" xlink:href="#g192"/><use y="277202" xlink:href="#g194"/><use y="277219" xlink:href="#g195"/><use y="277236" xlink:href="#g196"/><use y="277253" xlink:href="#g197"/><use y="277270" xlink:href="#g198"/><use y="277287" xlink:href="#g199"/><use y="277304" xlink:href="#g201"/><use y="277321" xlink:href="#g202"/><use y="277338" xlink:href="#g203"/><use y="277355" xlink:href="#g204"/><use y="277372" xlink:href="#g205"/><use y="277389" xlink:href="#g207"/><use y="277406" xlink:href="#g208"/><use y="277423" xlink:href="#g209"/><use y="277440" xlink:href="#g210"/><use y="277457" xlink:href="#g211"/><use y="277474" xlink:href="#g212"/><use y="277491" xlink:href="#g214"/><use y="277508" xlink:href="#g215"/><use y="277525" xlink:href="#g216"/><use y="277542" xlink:href="#g217"/><use y="277559" xlink:href="#g218"/><use y="277576" xlink:href="#g219"/><use y="277593" xlink:href="#g221"/><use y="277610" xlink:href="#g222"/><use y="277627" xlink:href="#g223"/><use y="277644" xlink:href="#g224"/><use y="277661" xlink:href="#g225"/><use y="277678" xlink:href="#g226"/><use y="277695" xlink:href="#g259"/><use y="277712" xlink:href="#g237"/><rect class="foreground" height="17" width="8" x="416" y="277950"/><use y="277950" xlink:href="#g4"/></g><g><use y="277984" xlink:href="#g292"/><use y="278001" xlink:href="#g293"/><use y="278018" xlink:href="#g82"/><use y="278035" xlink:href="#g263"/><use y="278052" xlink:href="#g294"/><use y="278069" xlink:href="#g295"/><rect class="color2" height="17" width="352" x="0" y="278103"/><rect class="color6" height="17" width="40" x="352" y="278103"/><rect class="color2" height="17" width="816" x="392" y="278103"/><use y="278103" xlink:href="#g86"/><rect class="color6" height="17" width="1208" x="0" y="278120"/><use y="278120" xlink:href="#g296"/><use y="278137" xlink:href="#g297"/><use y="278154" xlink:href="#g298"/><use y="278171" xlink:href="#g299"/><use y="278188" xlink:href="#g268"/><use y="278205" xlink:href="#g92"/><use y="278222" xlink:href="#g93"/><use y="278239" xlink:href="#g95"/><use y="278256" xlink:href="#g96"/><use y="278273" xlink:href="#g97"/><use y="278290" xlink:href="#g98"/><use y="278307" xlink:href="#g99"/><use y="278324" xlink:href="#g100"/><use y="278341" xlink:href="#g102"/><use y="278358" xlink:href="#g103"/><use y="278375" xlink:href="#g104"/><use y="278392" xlink:href="#g105"/><use y="278409" xlink:href="#g106"/><use y="278426" xlink:href="#g107"/><use y="278443" xlink:href="#g109"/><use y="278460" xlink:href="#g110"/><use y="278477" xlink:href="#g111"/><use y="278494" xlink:href="#g112"/><use y="278511" xlink:href="#g113"/><use y="278528" xlink:href="#g114"/><use y="278545" xlink:href="#g116"/><use y="278562" xlink:href="#g117"/><use y="278579" xlink:href="#g118"/><use y="278596" xlink:href="#g277"/><use y="278613" xlink:href="#g278"/><use y="278630" xlink:href="#g279"/><use y="278647" xlink:href="#g280"/><use y="278664" xlink:href="#g281"/><use y="278681" xlink:href="#g282"/><use y="278698" xlink:href="#g283"/><use y="278715" xlink:href="#g284"/><use y="278732" xlink:href="#g285"/><use y="278749" xlink:href="#g286"/><use y="278766" xlink:href="#g287"/><use y="278783" xlink:href="#g288"/><use y="278800" xlink:href="#g289"/><use y="278817" xlink:href="#g290"/><use y="278834" xlink:href="#g291"/><use y="278851" xlink:href="#g138"/><use y="278868" xlink:href="#g140"/><use y="278885" xlink:href="#g141"/><use y="278902" xlink:href="#g142"/><use y="278919" xlink:href="#g143"/><use y="278936" xlink:href="#g144"/><use y="278953" xlink:href="#g145"/><use y="278970" xlink:href="#g147"/><use y="278987" xlink:href="#g148"/><use y="279004" xlink:href="#g149"/><use y="279021" xlink:href="#g150"/><use y="279038" xlink:href="#g151"/><use y="279055" xlink:href="#g152"/><use y="279072" xlink:href="#g154"/><use y="279089" xlink:href="#g155"/><use y="279106" xlink:href="#g156"/><use y="279123" xlink:href="#g157"/><use y="279140" xlink:href="#g158"/><use y="279157" xlink:href="#g159"/><use y="279174" xlink:href="#g160"/><use y="279191" xlink:href="#g162"/><use y="279208" xlink:href="#g163"/><use y="279225" xlink:href="#g164"/><use y="279242" xlink:href="#g165"/><use y="279259" xlink:href="#g166"/><use y="279276" xlink:href="#g167"/><use y="279293" xlink:href="#g168"/><use y="279310" xlink:href="#g169"/><use y="279327" xlink:href="#g171"/><use y="279344" xlink:href="#g172"/><use y="279361" xlink:href="#g173"/><use y="279378" xlink:href="#g174"/><use y="279395" xlink:href="#g175"/><use y="279412" xlink:href="#g176"/><use y="279429" xlink:href="#g178"/><use y="279446" xlink:href="#g179"/><use y="279463" xlink:href="#g180"/><use y="279480" xlink:href="#g181"/><use y="279497" xlink:href="#g182"/><use y="279514" xlink:href="#g183"/><use y="279531" xlink:href="#g184"/><use y="279548" xlink:href="#g185"/><use y="279565" xlink:href="#g187"/><use y="279582" xlink:href="#g188"/><use y="279599" xlink:href="#g189"/><use y="279616" xlink:href="#g190"/><use y="279633" xlink:href="#g191"/><use y="279650" xlink:href="#g192"/><use y="279667" xlink:href="#g194"/><use y="279684" xlink:href="#g195"/><use y="279701" xlink:href="#g196"/><use y="279718" xlink:href="#g197"/><use y="279735" xlink:href="#g198"/><use y="279752" xlink:href="#g199"/><use y="279769" xlink:href="#g201"/><use y="279786" xlink:href="#g202"/><use y="279803" xlink:href="#g203"/><use y="279820" xlink:href="#g204"/><use y="279837" xlink:href="#g205"/><use y="279854" xlink:href="#g207"/><use y="279871" xlink:href="#g208"/><use y="279888" xlink:href="#g209"/><use y="279905" xlink:href="#g210"/><use y="279922" xlink:href="#g211"/><use y="279939" xlink:href="#g212"/><use y="279956" xlink:href="#g214"/><use y="279973" xlink:href="#g215"/><use y="279990" xlink:href="#g216"/><use y="280007" xlink:href="#g217"/><use y="280024" xlink:href="#g218"/><use y="280041" xlink:href="#g219"/><use y="280058" xlink:href="#g221"/><use y="280075" xlink:href="#g222"/><use y="280092" xlink:href="#g223"/><use y="280109" xlink:href="#g224"/><use y="280126" xlink:href="#g225"/><use y="280143" xlink:href="#g226"/><use y="280160" xlink:href="#g259"/><use y="280177" xlink:href="#g237"/><use y="280415" xlink:href="#g301"/><rect class="foreground" height="17" width="8" x="0" y="280432"/><use y="280432" xlink:href="#g53"/></g><g><use y="280466" xlink:href="#g293"/><use y="280483" xlink:href="#g82"/><use y="280500" xlink:href="#g263"/><use y="280517" xlink:href="#g294"/><use y="280534" xlink:href="#g295"/><rect class="color2" height="17" width="352" x="0" y="280568"/><rect class="color6" height="17" width="40" x="352" y="280568"/><rect class="color2" height="17" width="816" x="392" y="280568"/><use y="280568" xlink:href="#g86"/><rect class="color6" height="17" width="1208" x="0" y="280585"/><use y="280585" xlink:href="#g296"/><use y="280602" xlink:href="#g297"/><use y="280619" xlink:href="#g298"/><use y="280636" xlink:href="#g299"/><use y="280653" xlink:href="#g268"/><use y="280670" xlink:href="#g92"/><use y="280687" xlink:href="#g93"/><use y="280704" xlink:href="#g95"/><use y="280721" xlink:href="#g96"/><use y="280738" xlink:href="#g97"/><use y="280755" xlink:href="#g98"/><use y="280772" xlink:href="#g99"/><use y="280789" xlink:href="#g100"/><use y="280806" xlink:href="#g102"/><use y="280823" xlink:href="#g103"/><use y="280840" xlink:href="#g104"/><use y="280857" xlink:href="#g105"/><use y="280874" xlink:href="#g106"/><use y="280891" xlink:href="#g107"/><use y="280908" xlink:href="#g109"/><use y="280925" xlink:href="#g110"/><use y="280942" xlink:href="#g111"/><use y="280959" xlink:href="#g112"/><use y="280976" xlink:href="#g113"/><use y="280993" xlink:href="#g114"/><use y="281010" xlink:href="#g116"/><use y="281027" xlink:href="#g117"/><use y="281044" xlink:href="#g118"/><use y="281061" xlink:href="#g277"/><use y="281078" xlink:href="#g278"/><use y="281095" xlink:href="#g279"/><use y="281112" xlink:href="#g280"/><use y="281129" xlink:href="#g281"/><use y="281146" xlink:href="#g282"/><use y="281163" xlink:href="#g283"/><use y="281180" xlink:href="#g284"/><use y="281197" xlink:href="#g285"/><use y="281214" xlink:href="#g286"/><use y="281231" xlink:href="#g287"/><use y="281248" xlink:href="#g288"/><use y="281265" xlink:href="#g289"/><use y="281282" xlink:href="#g290"/><use y="281299" xlink:href="#g291"/><use y="281316" xlink:href="#g138"/><use y="281333" xlink:href="#g140"/><use y="281350" xlink:href="#g141"/><use y="281367" xlink:href="#g142"/><use y="281384" xlink:href="#g143"/><use y="281401" xlink:href="#g144"/><use y="281418" xlink:href="#g145"/><use y="281435" xlink:href="#g147"/><use y="281452" xlink:href="#g148"/><use y="281469" xlink:href="#g149"/><use y="281486" xlink:href="#g150"/><use y="281503" xlink:href="#g151"/><use y="281520" xlink:href="#g152"/><use y="281537" xlink:href="#g154"/><use y="281554" xlink:href="#g155"/><use y="281571" xlink:href="#g156"/><use y="281588" xlink:href="#g157"/><use y="281605" xlink:href="#g158"/><use y="281622" xlink:href="#g159"/><use y="281639" xlink:href="#g160"/><use y="281656" xlink:href="#g162"/><use y="281673" xlink:href="#g163"/><use y="281690" xlink:href="#g164"/><use y="281707" xlink:href="#g165"/><use y="281724" xlink:href="#g166"/><use y="281741" xlink:href="#g167"/><use y="281758" xlink:href="#g168"/><use y="281775" xlink:href="#g169"/><use y="281792" xlink:href="#g171"/><use y="281809" xlink:href="#g172"/><use y="281826" xlink:href="#g173"/><use y="281843" xlink:href="#g174"/><use y="281860" xlink:href="#g175"/><use y="281877" xlink:href="#g176"/><use y="281894" xlink:href="#g178"/><use y="281911" xlink:href="#g179"/><use y="281928" xlink:href="#g180"/><use y="281945" xlink:href="#g181"/><use y="281962" xlink:href="#g182"/><use y="281979" xlink:href="#g183"/><use y="281996" xlink:href="#g184"/><use y="282013" xlink:href="#g185"/><use y="282030" xlink:href="#g187"/><use y="282047" xlink:href="#g188"/><use y="282064" xlink:href="#g189"/><use y="282081" xlink:href="#g190"/><use y="282098" xlink:href="#g191"/><use y="282115" xlink:href="#g192"/><use y="282132" xlink:href="#g194"/><use y="282149" xlink:href="#g195"/><use y="282166" xlink:href="#g196"/><use y="282183" xlink:href="#g197"/><use y="282200" xlink:href="#g198"/><use y="282217" xlink:href="#g199"/><use y="282234" xlink:href="#g201"/><use y="282251" xlink:href="#g202"/><use y="282268" xlink:href="#g203"/><use y="282285" xlink:href="#g204"/><use y="282302" xlink:href="#g205"/><use y="282319" xlink:href="#g207"/><use y="282336" xlink:href="#g208"/><use y="282353" xlink:href="#g209"/><use y="282370" xlink:href="#g210"/><use y="282387" xlink:href="#g211"/><use y="282404" xlink:href="#g212"/><use y="282421" xlink:href="#g214"/><use y="282438" xlink:href="#g215"/><use y="282455" xlink:href="#g216"/><use y="282472" xlink:href="#g217"/><use y="282489" xlink:href="#g218"/><use y="282506" xlink:href="#g219"/><use y="282523" xlink:href="#g221"/><use y="282540" xlink:href="#g222"/><use y="282557" xlink:href="#g223"/><use y="282574" xlink:href="#g224"/><use y="282591" xlink:href="#g225"/><use y="282608" xlink:href="#g226"/><use y="282625" xlink:href="#g259"/><use y="282642" xlink:href="#g237"/><use y="282880" xlink:href="#g301"/><use y="282897" xlink:href="#g302"/><rect class="foreground" height="17" width="8" x="0" y="282914"/><use y="282914" xlink:href="#g53"/></g></g></svg> | |
</svg> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config --global http.proxy http://proxy-machine:proxy-port | |
git clone https://github.com/nbedos/termtosvg.git | |
sudo apt-get install python-setuptools libxml2-dev libxslt-dev python-dev | |
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py | |
python get-pip.py | |
cd termtosvg | |
echo "Let's modify the Makefile so that we use python3 and pip3 as I can't get rid of Python2.7.x on this machine..." | |
echo "See at https://gist.github.com/gounthar/b1870915710a0437b4e4eb8690e93553#file-makefile-patch" | |
make build | |
pip3 install dist/termtosvg-0.9.0-py3-none-any.whl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment