promotional: Add Guix HPC Workshop 2023 designs.

New files:

* promotional/guix-hpc-workshop-2023/README.html
* promotional/guix-hpc-workshop-2023/README.org
* promotional/guix-hpc-workshop-2023/T-SHIRT-MOCKUP-MEN.png
* promotional/guix-hpc-workshop-2023/T-SHIRT-MOCKUP-WOMEN.png
* promotional/guix-hpc-workshop-2023/designs/T-SHIRT-BACK.svg
* promotional/guix-hpc-workshop-2023/designs/T-SHIRT-FRONT.svg
* promotional/guix-hpc-workshop-2023/manifest.scm
* promotional/guix-hpc-workshop-2023/mockups/T-SHIRT-MEN-BACK.png
* promotional/guix-hpc-workshop-2023/mockups/T-SHIRT-MEN-FRONT.png
* promotional/guix-hpc-workshop-2023/mockups/T-SHIRT-MOCKUP-MEN.svg
* promotional/guix-hpc-workshop-2023/mockups/T-SHIRT-MOCKUP-WOMEN.svg
* promotional/guix-hpc-workshop-2023/mockups/T-SHIRT-WOMEN-BACK.png
* promotional/guix-hpc-workshop-2023/mockups/T-SHIRT-WOMEN-FRONT.png
* promotional/guix-hpc-workshop-2023/printables/T-SHIRT-BACK.pdf
* promotional/guix-hpc-workshop-2023/printables/T-SHIRT-BACK.png
* promotional/guix-hpc-workshop-2023/printables/T-SHIRT-FRONT.pdf
* promotional/guix-hpc-workshop-2023/printables/T-SHIRT-FRONT.png

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Luis Felipe 2023-12-09 12:44:02 -05:00 committed by Ludovic Courtès
parent 22c437c85b
commit aaa5b06f2b
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
17 changed files with 2745 additions and 0 deletions

View File

@ -0,0 +1,386 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2023-12-09 sáb 12:36 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Guix HPC: First Workshop on Reproducible Software Environments</title>
<meta name="author" content="Guix people" />
<meta name="generator" content="Org Mode" />
<style>
#content { max-width: 60em; margin: auto; }
.title { text-align: center;
margin-bottom: .2em; }
.subtitle { text-align: center;
font-size: medium;
font-weight: bold;
margin-top:0; }
.todo { font-family: monospace; color: red; }
.done { font-family: monospace; color: green; }
.priority { font-family: monospace; color: orange; }
.tag { background-color: #eee; font-family: monospace;
padding: 2px; font-size: 80%; font-weight: normal; }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
.underline { text-decoration: underline; }
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
p.verse { margin-left: 3%; }
pre {
border: 1px solid #e6e6e6;
border-radius: 3px;
background-color: #f2f2f2;
padding: 8pt;
font-family: monospace;
overflow: auto;
margin: 1.2em;
}
pre.src {
position: relative;
overflow: auto;
}
pre.src:before {
display: none;
position: absolute;
top: -8px;
right: 12px;
padding: 3px;
color: #555;
background-color: #f2f2f299;
}
pre.src:hover:before { display: inline; margin-top: 14px;}
/* Languages per Org manual */
pre.src-asymptote:before { content: 'Asymptote'; }
pre.src-awk:before { content: 'Awk'; }
pre.src-authinfo::before { content: 'Authinfo'; }
pre.src-C:before { content: 'C'; }
/* pre.src-C++ doesn't work in CSS */
pre.src-clojure:before { content: 'Clojure'; }
pre.src-css:before { content: 'CSS'; }
pre.src-D:before { content: 'D'; }
pre.src-ditaa:before { content: 'ditaa'; }
pre.src-dot:before { content: 'Graphviz'; }
pre.src-calc:before { content: 'Emacs Calc'; }
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
pre.src-fortran:before { content: 'Fortran'; }
pre.src-gnuplot:before { content: 'gnuplot'; }
pre.src-haskell:before { content: 'Haskell'; }
pre.src-hledger:before { content: 'hledger'; }
pre.src-java:before { content: 'Java'; }
pre.src-js:before { content: 'Javascript'; }
pre.src-latex:before { content: 'LaTeX'; }
pre.src-ledger:before { content: 'Ledger'; }
pre.src-lisp:before { content: 'Lisp'; }
pre.src-lilypond:before { content: 'Lilypond'; }
pre.src-lua:before { content: 'Lua'; }
pre.src-matlab:before { content: 'MATLAB'; }
pre.src-mscgen:before { content: 'Mscgen'; }
pre.src-ocaml:before { content: 'Objective Caml'; }
pre.src-octave:before { content: 'Octave'; }
pre.src-org:before { content: 'Org mode'; }
pre.src-oz:before { content: 'OZ'; }
pre.src-plantuml:before { content: 'Plantuml'; }
pre.src-processing:before { content: 'Processing.js'; }
pre.src-python:before { content: 'Python'; }
pre.src-R:before { content: 'R'; }
pre.src-ruby:before { content: 'Ruby'; }
pre.src-sass:before { content: 'Sass'; }
pre.src-scheme:before { content: 'Scheme'; }
pre.src-screen:before { content: 'Gnu Screen'; }
pre.src-sed:before { content: 'Sed'; }
pre.src-sh:before { content: 'shell'; }
pre.src-sql:before { content: 'SQL'; }
pre.src-sqlite:before { content: 'SQLite'; }
/* additional languages in org.el's org-babel-load-languages alist */
pre.src-forth:before { content: 'Forth'; }
pre.src-io:before { content: 'IO'; }
pre.src-J:before { content: 'J'; }
pre.src-makefile:before { content: 'Makefile'; }
pre.src-maxima:before { content: 'Maxima'; }
pre.src-perl:before { content: 'Perl'; }
pre.src-picolisp:before { content: 'Pico Lisp'; }
pre.src-scala:before { content: 'Scala'; }
pre.src-shell:before { content: 'Shell Script'; }
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
/* additional language identifiers per "defun org-babel-execute"
in ob-*.el */
pre.src-cpp:before { content: 'C++'; }
pre.src-abc:before { content: 'ABC'; }
pre.src-coq:before { content: 'Coq'; }
pre.src-groovy:before { content: 'Groovy'; }
/* additional language identifiers from org-babel-shell-names in
ob-shell.el: ob-shell is the only babel language using a lambda to put
the execution function name together. */
pre.src-bash:before { content: 'bash'; }
pre.src-csh:before { content: 'csh'; }
pre.src-ash:before { content: 'ash'; }
pre.src-dash:before { content: 'dash'; }
pre.src-ksh:before { content: 'ksh'; }
pre.src-mksh:before { content: 'mksh'; }
pre.src-posh:before { content: 'posh'; }
/* Additional Emacs modes also supported by the LaTeX listings package */
pre.src-ada:before { content: 'Ada'; }
pre.src-asm:before { content: 'Assembler'; }
pre.src-caml:before { content: 'Caml'; }
pre.src-delphi:before { content: 'Delphi'; }
pre.src-html:before { content: 'HTML'; }
pre.src-idl:before { content: 'IDL'; }
pre.src-mercury:before { content: 'Mercury'; }
pre.src-metapost:before { content: 'MetaPost'; }
pre.src-modula-2:before { content: 'Modula-2'; }
pre.src-pascal:before { content: 'Pascal'; }
pre.src-ps:before { content: 'PostScript'; }
pre.src-prolog:before { content: 'Prolog'; }
pre.src-simula:before { content: 'Simula'; }
pre.src-tcl:before { content: 'tcl'; }
pre.src-tex:before { content: 'TeX'; }
pre.src-plain-tex:before { content: 'Plain TeX'; }
pre.src-verilog:before { content: 'Verilog'; }
pre.src-vhdl:before { content: 'VHDL'; }
pre.src-xml:before { content: 'XML'; }
pre.src-nxml:before { content: 'XML'; }
/* add a generic configuration mode; LaTeX export needs an additional
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
pre.src-conf:before { content: 'Configuration File'; }
table { border-collapse:collapse; }
caption.t-above { caption-side: top; }
caption.t-bottom { caption-side: bottom; }
td, th { vertical-align:top; }
th.org-right { text-align: center; }
th.org-left { text-align: center; }
th.org-center { text-align: center; }
td.org-right { text-align: right; }
td.org-left { text-align: left; }
td.org-center { text-align: center; }
dt { font-weight: bold; }
.footpara { display: inline; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
.equation-container {
display: table;
text-align: center;
width: 100%;
}
.equation {
vertical-align: middle;
}
.equation-label {
display: table-cell;
text-align: right;
vertical-align: middle;
}
.inlinetask {
padding: 10px;
border: 2px solid gray;
margin: 10px;
background: #ffffcc;
}
#org-div-home-and-up
{ text-align: right; font-size: 70%; white-space: nowrap; }
textarea { overflow-x: auto; }
.linenr { font-size: smaller }
.code-highlighted { background-color: #ffff00; }
.org-info-js_info-navigation { border-style: none; }
#org-info-js_console-label
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
.org-info-js_search-highlight
{ background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { }
</style>
</head>
<body>
<div id="content" class="content">
<h1 class="title">Guix HPC: First Workshop on Reproducible Software Environments
<br />
<span class="subtitle">Graphic designs</span>
</h1>
<div id="table-of-contents" role="doc-toc">
<h2>Table of Contents</h2>
<div id="text-table-of-contents" role="doc-toc">
<ul>
<li><a href="#org48b1376">1. Summary</a></li>
<li><a href="#environment-setup">2. Setting up a work environment</a></li>
<li><a href="#orgb8a392b">3. Exporting designs</a></li>
<li><a href="#orgf9d9020">4. T-shirt mockups</a></li>
<li><a href="#org673741c">5. Copying</a></li>
</ul>
</div>
</div>
<div id="outline-container-org48b1376" class="outline-2">
<h2 id="org48b1376"><span class="section-number-2">1.</span> Summary</h2>
<div class="outline-text-2" id="text-1">
<blockquote>
<p>
«The First Workshop on Reproducible Software Environments for Research
and High-Performance Computing will take place in Montpellier, France,
November 810, 2023.»
</p>
<p>
<a href="https://hpc.guix.info/events/2023/workshop/">https://hpc.guix.info/events/2023/workshop/</a>
</p>
</blockquote>
<p>
This folder contains graphic designs for the event.
</p>
</div>
</div>
<div id="outline-container-environment-setup" class="outline-2">
<h2 id="environment-setup"><span class="section-number-2">2.</span> Setting up a work environment</h2>
<div class="outline-text-2" id="text-environment-setup">
<p>
The designs are vector graphics made with <a href="https://inkscape.org/">Inkscape</a>. You can set up an
environment for editing the files as follows:
</p>
<pre class="example" id="org835eaf0">
cd path/to/guix-hpc-workshop
guix shell -L . --pure -m manifest.scm
</pre>
<p>
You can then start using Inkscape in the environment. For example:
</p>
<pre class="example" id="org341382c">
inkscape designs/T-SHIRT-FRONT.svg
</pre>
</div>
</div>
<div id="outline-container-orgb8a392b" class="outline-2">
<h2 id="orgb8a392b"><span class="section-number-2">3.</span> Exporting designs</h2>
<div class="outline-text-2" id="text-3">
<hr />
<p>
<b>NOTE:</b> Depending on the intended use of a design, you might need to
tweak size, color and resolution according to the requirements of the
target media.
</p>
<hr />
<p>
The <code>printables</code> folder contains copies of the designs in common
formats that are useful for different printing methods. However, it is
always good to ask your printer for requirements beforehand and
generate new files accordingly if necessary.
</p>
<p>
Assumming the <a href="#environment-setup">work environment</a> is set up, you can export the designs
for different distribution targets. For example, for printing, it is
common to export PDF documents with 300 DPI:
</p>
<pre class="example" id="orgd7e7261">
inkscape --export-filename=/tmp/T-SHIRT-FRONT.pdf \
--export-dpi=300 designs/T-SHIRT-FRONT.svg
</pre>
<p>
For screen, you can export a PNG image with default DPI (96):
</p>
<pre class="example" id="org186e51e">
inkscape --export-filename=/tmp/T-SHIRT-FRONT.png designs/T-SHIRT-FRONT.svg
</pre>
<p>
You can then convert PNG images to other formats to reduce storage
size or reduce load-time when used on the Web.
</p>
</div>
</div>
<div id="outline-container-orgf9d9020" class="outline-2">
<h2 id="orgf9d9020"><span class="section-number-2">4.</span> T-shirt mockups</h2>
<div class="outline-text-2" id="text-4">
<p>
The source directory contains mockups that can be useful to show to
your printer so that they have a better idea of the position and size
the design should have once printed.
</p>
<ul class="org-ul">
<li><a href="./T-SHIRT-MOCKUP-MEN.png">T-SHIRT-MOCKUP-MEN.png</a></li>
<li><a href="./T-SHIRT-MOCKUP-WOMEN.png">T-SHIRT-MOCKUP-WOMEN.png</a></li>
</ul>
<p>
The <code>mockups</code> folder contains their source files.
</p>
</div>
</div>
<div id="outline-container-org673741c" class="outline-2">
<h2 id="org673741c"><span class="section-number-2">5.</span> Copying</h2>
<div class="outline-text-2" id="text-5">
<p>
Unless otherwise stated, all the designs in this folder are licensed
under the following terms:
</p>
<blockquote>
<p>
Copyright © 2023 Luis Felipe López Acevedo
</p>
<p>
Permission is granted to copy, distribute and/or modify this work
under the terms of the <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0
International License</a>.
</p>
</blockquote>
<p>
All the photographs of blank T-shirts in the <code>mockups</code> folder are free
cultural works distributed with the following licenses:
</p>
<p class="verse">
Image: <a href="./mockups/T-SHIRT-MEN-FRONT.png">mockups/T-SHIRT-MEN-FRONT.png</a><br />
Source: <a href="https://www.flickr.com/photos/spreadshirt/24919227995/">https://www.flickr.com/photos/spreadshirt/24919227995/</a><br />
Copyright: © 2016 Spread Group<br />
License: <a href="https://creativecommons.org/licenses/by/2.0/">https://creativecommons.org/licenses/by/2.0/</a><br />
<br />
Image: <a href="./mockups/T-SHIRT-MEN-BACK.png">mockups/T-SHIRT-MEN-BACK.png</a><br />
Source: <a href="https://www.flickr.com/photos/spreadshirt/24292346303/">https://www.flickr.com/photos/spreadshirt/24292346303/</a><br />
Copyright: © 2016 Spread Group<br />
License: <a href="https://creativecommons.org/licenses/by/2.0/">https://creativecommons.org/licenses/by/2.0/</a><br />
<br />
Image: <a href="./mockups/T-SHIRT-WOMEN-FRONT.png">mockups/T-SHIRT-WOMEN-FRONT.png</a><br />
Source: <a href="https://www.flickr.com/photos/spreadshirt/24292557313/">https://www.flickr.com/photos/spreadshirt/24292557313/</a><br />
Copyright: © 2016 Spread Group<br />
License: <a href="https://creativecommons.org/licenses/by/2.0/">https://creativecommons.org/licenses/by/2.0/</a><br />
<br />
Image: <a href="./mockups/T-SHIRT-WOMEN-BACK.png">mockups/T-SHIRT-WOMEN-BACK.png</a><br />
Source: <a href="https://www.flickr.com/photos/spreadshirt/24893137586/">https://www.flickr.com/photos/spreadshirt/24893137586/</a><br />
Copyright: © 2016 Spread Group<br />
License: <a href="https://creativecommons.org/licenses/by/2.0/">https://creativecommons.org/licenses/by/2.0/</a><br />
</p>
</div>
</div>
</div>
<div id="postamble" class="status">
<p class="author">Author: Guix people</p>
<p class="date">Created: 2023-12-09 sáb 12:36</p>
<p class="validation"><a href="https://validator.w3.org/check?uri=referer">Validate</a></p>
</div>
</body>
</html>

View File

@ -0,0 +1,121 @@
#+TITLE: Guix HPC: First Workshop on Reproducible Software Environments
#+SUBTITLE: Graphic designs
#+AUTHOR: Guix people
* Summary
#+begin_quote
«The First Workshop on Reproducible Software Environments for Research
and High-Performance Computing will take place in Montpellier, France,
November 810, 2023.»
https://hpc.guix.info/events/2023/workshop/
#+end_quote
This folder contains graphic designs for the event.
* Setting up a work environment
:PROPERTIES:
:CUSTOM_ID: environment-setup
:END:
The designs are vector graphics made with [[https://inkscape.org/][Inkscape]]. You can set up an
environment for editing the files as follows:
#+begin_example
cd path/to/guix-hpc-workshop
guix shell -L . --pure -m manifest.scm
#+end_example
You can then start using Inkscape in the environment. For example:
#+begin_example
inkscape designs/T-SHIRT-FRONT.svg
#+end_example
* Exporting designs
-----
*NOTE:* Depending on the intended use of a design, you might need to
tweak size, color and resolution according to the requirements of the
target media.
-----
The =printables= folder contains copies of the designs in common
formats that are useful for different printing methods. However, it is
always good to ask your printer for requirements beforehand and
generate new files accordingly if necessary.
Assumming the [[#environment-setup][work environment]] is set up, you can export the designs
for different distribution targets. For example, for printing, it is
common to export PDF documents with 300 DPI:
#+begin_example
inkscape --export-filename=/tmp/T-SHIRT-FRONT.pdf \
--export-dpi=300 designs/T-SHIRT-FRONT.svg
#+end_example
For screen, you can export a PNG image with default DPI (96):
#+begin_example
inkscape --export-filename=/tmp/T-SHIRT-FRONT.png designs/T-SHIRT-FRONT.svg
#+end_example
You can then convert PNG images to other formats to reduce storage
size or reduce load-time when used on the Web.
* T-shirt mockups
The source directory contains mockups that can be useful to show to
your printer so that they have a better idea of the position and size
the design should have once printed.
+ [[./T-SHIRT-MOCKUP-MEN.png][T-SHIRT-MOCKUP-MEN.png]]
+ [[./T-SHIRT-MOCKUP-WOMEN.png][T-SHIRT-MOCKUP-WOMEN.png]]
The =mockups= folder contains their source files.
* Copying
Unless otherwise stated, all the designs in this folder are licensed
under the following terms:
#+begin_quote
Copyright © 2023 Luis Felipe López Acevedo
Permission is granted to copy, distribute and/or modify this work
under the terms of the [[https://creativecommons.org/licenses/by-sa/4.0/][Creative Commons Attribution-ShareAlike 4.0
International License]].
#+end_quote
All the photographs of blank T-shirts in the =mockups= folder are free
cultural works distributed with the following licenses:
#+begin_verse
Image: [[./mockups/T-SHIRT-MEN-FRONT.png][mockups/T-SHIRT-MEN-FRONT.png]]
Source: https://www.flickr.com/photos/spreadshirt/24919227995/
Copyright: © 2016 Spread Group
License: https://creativecommons.org/licenses/by/2.0/
Image: [[./mockups/T-SHIRT-MEN-BACK.png][mockups/T-SHIRT-MEN-BACK.png]]
Source: https://www.flickr.com/photos/spreadshirt/24292346303/
Copyright: © 2016 Spread Group
License: https://creativecommons.org/licenses/by/2.0/
Image: [[./mockups/T-SHIRT-WOMEN-FRONT.png][mockups/T-SHIRT-WOMEN-FRONT.png]]
Source: https://www.flickr.com/photos/spreadshirt/24292557313/
Copyright: © 2016 Spread Group
License: https://creativecommons.org/licenses/by/2.0/
Image: [[./mockups/T-SHIRT-WOMEN-BACK.png][mockups/T-SHIRT-WOMEN-BACK.png]]
Source: https://www.flickr.com/photos/spreadshirt/24893137586/
Copyright: © 2016 Spread Group
License: https://creativecommons.org/licenses/by/2.0/
#+end_verse

Binary file not shown.

After

Width:  |  Height:  |  Size: 492 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 539 KiB

View File

@ -0,0 +1,240 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="232.1243mm"
height="387.80859mm"
viewBox="0 0 232.1243 387.80859"
version="1.1"
id="svg6964"
xml:space="preserve"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
sodipodi:docname="T-SHIRT-BACK.svg"
inkscape:export-filename="../printables/T-SHIRT-BACK.pdf"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"><title
id="title740">T-Shirt Design Back: GNU Guix HPC Workshop Montpellier</title><sodipodi:namedview
id="namedview6966"
pagecolor="#0e0e0e"
bordercolor="#eeeeee"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#0e0e0e"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="0.37593749"
inkscape:cx="198.17124"
inkscape:cy="549.29345"
inkscape:window-width="1920"
inkscape:window-height="1011"
inkscape:window-x="0"
inkscape:window-y="32"
inkscape:window-maximized="1"
inkscape:current-layer="layer3"
showborder="false" /><defs
id="defs6961" /><g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="design"
transform="translate(38.117699,-16.068114)"
style="display:inline"><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:1.00552;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 94.315634,132.78624 V 120.06791"
id="path3185"
sodipodi:nodetypes="cc" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:1.00552;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 94.315634,117.86793 v -6.3338"
id="path3187" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:1.00552;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 94.315634,109.33417 v -2.4537"
id="path3189" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:1.00552;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 61.325943,132.78624 V 120.06791"
id="path3191"
sodipodi:nodetypes="cc" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:1.00552;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 61.325943,117.86793 v -6.3338"
id="path3193" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:1.00552;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 61.325943,109.33417 v -2.4537"
id="path3195" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect3197"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.9169052,0,0,0.9169052,72.485993,-228.86133)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect3199"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.9169052,0,0,0.9169052,61.425193,-239.92212)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect3201"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.9169052,0,0,0.9169052,83.546793,-239.92212)" /><rect
style="fill:none;fill-opacity:1;stroke:#808080;stroke-width:1;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0"
id="rect3167"
width="37.204491"
height="37.204491"
x="4.5369563"
y="69.730324" /><rect
style="fill:none;fill-opacity:1;stroke:#808080;stroke-width:1;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0"
id="rect3169"
width="37.204491"
height="37.204491"
x="114.14748"
y="69.730324" /><rect
style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0"
id="rect3177"
width="39.21553"
height="39.21553"
x="-16.688108"
y="96.334915" /><rect
style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0"
id="rect3179"
width="39.21553"
height="39.21553"
x="133.36148"
y="96.334915" /><rect
style="fill:none;fill-opacity:1;stroke:#ffbf2d;stroke-width:1;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect3181"
width="42.232121"
height="42.232121"
x="-37.617699"
y="123.47164" /><rect
style="fill:none;fill-opacity:1;stroke:#ffbf2d;stroke-width:1;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect3183"
width="42.232121"
height="42.232121"
x="151.27448"
y="123.47164" /><rect
style="fill:none;fill-opacity:1;stroke:#808080;stroke-width:1;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0"
id="rect3814"
width="37.204491"
height="37.204491"
x="4.5369563"
y="-341.88531"
transform="scale(1,-1)" /><rect
style="fill:none;fill-opacity:1;stroke:#808080;stroke-width:1;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0"
id="rect3816"
width="37.204491"
height="37.204491"
x="114.14748"
y="-341.88531"
transform="scale(1,-1)" /><rect
style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0"
id="rect3818"
width="39.21553"
height="39.21553"
x="-16.688108"
y="-315.28076"
transform="scale(1,-1)" /><rect
style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0"
id="rect3820"
width="39.21553"
height="39.21553"
x="133.36148"
y="-315.28076"
transform="scale(1,-1)" /><rect
style="fill:none;fill-opacity:1;stroke:#ffbf2d;stroke-width:1;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect3822"
width="42.232121"
height="42.232121"
x="-37.617699"
y="-288.14401"
transform="scale(1,-1)" /><rect
style="fill:none;fill-opacity:1;stroke:#ffbf2d;stroke-width:1;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect3824"
width="42.232121"
height="42.232121"
x="151.27448"
y="-288.14401"
transform="scale(1,-1)" /><path
d="m 73.636162,197.21578 q -1.098299,0 -1.888281,-0.78998 -0.789982,-0.78998 -0.789982,-1.88825 v -8.51645 q 0,-1.0983 0.789982,-1.88828 0.789982,-0.78998 1.888281,-0.78998 h 8.497191 q 1.117526,0 1.907508,0.78998 0.789982,0.78998 0.789982,1.88828 v 1.07899 h -2.562635 v -0.52023 q 0,-0.5395 -0.07721,-0.59733 -0.07721,-0.0773 -0.597331,-0.0773 h -7.418156 q -0.539498,0 -0.616597,0.0773 -0.05772,0.0577 -0.05772,0.59733 v 7.3989 q 0,0.53953 0.05772,0.61659 0.07721,0.0577 0.616597,0.0577 h 7.418156 q 0.520271,0 0.597331,-0.0577 0.07721,-0.0773 0.07721,-0.61659 v -2.06167 h -3.140663 v -2.56264 h 5.703298 v 5.1831 q 0,1.09827 -0.789982,1.88825 -0.789982,0.78998 -1.907508,0.78998 z"
id="path6790"
style="font-weight:bold;font-size:5.04077px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;writing-mode:tb-rl;text-orientation:upright;text-anchor:middle;fill:#ffffff;stroke-width:0.224712" /><path
d="m 70.938596,221.37787 v -13.87299 h 2.793854 l 8.516455,10.135 v -10.135 h 2.562673 v 13.87299 h -2.793892 l -8.53572,-10.15426 v 10.15426 z"
id="path6792"
style="font-weight:bold;font-size:5.04077px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;writing-mode:tb-rl;text-orientation:upright;text-anchor:middle;fill:#ffffff;stroke-width:0.224712" /><path
d="m 73.616859,245.53992 q -1.098261,0 -1.888243,-0.78999 -0.789982,-0.78998 -0.789982,-1.88828 v -11.19467 h 2.54337 v 10.63591 q 0,0.5395 0.05772,0.6166 0.07721,0.0577 0.616559,0.0577 h 7.418194 q 0.520233,0 0.597332,-0.0577 0.07721,-0.0773 0.07721,-0.6166 v -10.63591 h 2.562635 v 11.19467 q 0,1.0983 -0.789982,1.88828 -0.789982,0.78999 -1.888282,0.78999 z"
id="path6794"
style="font-weight:bold;font-size:5.04077px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;writing-mode:tb-rl;text-orientation:upright;text-anchor:middle;fill:#ffffff;stroke-width:0.224712" /><path
d="m 73.636162,293.86407 q -1.098299,0 -1.888281,-0.78999 -0.789982,-0.78998 -0.789982,-1.88828 v -8.51646 q 0,-1.09825 0.789982,-1.88824 0.789982,-0.78998 1.888281,-0.78998 h 8.497191 q 1.117526,0 1.907508,0.78998 0.789982,0.78999 0.789982,1.88824 v 1.07904 h -2.562635 v -0.52023 q 0,-0.53954 -0.07721,-0.59733 -0.07721,-0.0773 -0.597331,-0.0773 h -7.418156 q -0.539498,0 -0.616597,0.0773 -0.05772,0.0577 -0.05772,0.59733 v 7.39888 q 0,0.5395 0.05772,0.61661 0.07721,0.0577 0.616597,0.0577 h 7.418156 q 0.520271,0 0.597331,-0.0577 0.07721,-0.0773 0.07721,-0.61661 v -2.06166 h -3.140663 v -2.56263 h 5.703298 v 5.18306 q 0,1.0983 -0.789982,1.88828 -0.789982,0.78999 -1.907508,0.78999 z"
style="font-weight:bold;font-size:5.04077px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;writing-mode:tb-rl;text-orientation:upright;text-anchor:middle;fill:#ffbf2d;stroke-width:0.224712;fill-opacity:1"
id="path6796" /><path
d="m 73.616859,318.02616 q -1.098261,0 -1.888243,-0.78998 -0.789982,-0.79003 -0.789982,-1.88828 v -11.19473 h 2.54337 v 10.63595 q 0,0.5395 0.05772,0.61656 0.07721,0.0577 0.616559,0.0577 h 7.418194 q 0.520233,0 0.597332,-0.0577 0.07721,-0.0773 0.07721,-0.61656 v -10.63595 h 2.562635 v 11.19473 q 0,1.09825 -0.789982,1.88828 -0.789982,0.78998 -1.888282,0.78998 z"
style="font-weight:bold;font-size:5.04077px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;writing-mode:tb-rl;text-orientation:upright;text-anchor:middle;fill:#ffbf2d;stroke-width:0.224712;fill-opacity:1"
id="path6798" /><path
id="path6800"
style="font-weight:bold;font-size:5.04077px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;writing-mode:tb-rl;text-orientation:upright;text-anchor:middle;fill:#ffbf2d;stroke-width:0.224712;fill-opacity:1"
d="m 71.14042,328.31495 v 2.52445 h 5.675012 v 8.82562 H 71.14042 v 2.52245 h 5.675012 2.524411 5.673063 v -2.52245 h -5.673063 v -8.82562 h 5.673063 v -2.52445 h -5.673063 -2.524411 z" /><path
d="m 70.938596,366.35026 v -0.71293 l 5.221633,-6.22352 -5.221633,-6.22357 v -0.71293 h 2.755323 l 4.161903,4.93262 4.123334,-4.93262 h 2.774627 v 0.71293 l -5.240899,6.22357 5.240899,6.20426 v 0.73219 h -2.774627 l -4.142599,-4.91332 -4.142638,4.91332 z"
style="font-weight:bold;font-size:5.04077px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;writing-mode:tb-rl;text-orientation:upright;text-anchor:middle;fill:#ffbf2d;stroke-width:0.224712;fill-opacity:1"
id="path6802" /><path
id="path5983"
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
class="UnoptimicedTransforms"
d="m 0.49976982,408.22313 v 10.90614 H 11.406479 v -10.90614 z m 3.69042628,3.68986 h 3.5258564 v 3.52642 H 4.1901961 Z"
transform="matrix(0.91686684,0,0,0.91691469,72.486224,19.570931)" /><path
id="path3722"
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
class="UnoptimicedTransforms"
d="m 0.49976982,408.22313 v 10.90614 H 11.406479 v -10.90614 z m 3.69042628,3.68986 h 3.5258564 v 3.52642 H 4.1901961 Z"
transform="matrix(0.91686684,0,0,0.91691469,72.486224,-330.35682)" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 72.413796,42.503053 V 29.255543"
id="path7842" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 72.413796,27.05558 V 20.721772"
id="path7844" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 72.413796,18.521809 V 16.068114"
id="path7846" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 83.475096,42.503053 V 29.255543"
id="path7853" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 83.475096,27.05558 V 20.721772"
id="path7855" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 83.475096,18.521809 V 16.068114"
id="path7857" /><path
d="m 56.229532,221.37787 v -13.87299 h 12.774684 v 2.56264 H 58.792167 v 3.08291 h 8.208177 v 2.58189 h -8.208177 v 3.08291 h 10.212049 v 2.56264 z"
id="path2040"
style="font-size:5.04078px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, @wght=700';font-variation-settings:'wght' 700;letter-spacing:0px;fill:#ffbf2d;stroke-width:0.688141;fill-opacity:1" /><path
d="m 94.611491,221.37787 -8.03479,-13.87299 h 2.967277 l 6.204305,10.79008 6.223607,-10.79008 h 2.94801 l -8.034787,13.87299 z"
id="path2044"
style="font-size:5.04078px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, @wght=700';font-variation-settings:'wght' 700;letter-spacing:0px;fill:#ffbf2d;stroke-width:0.688141;fill-opacity:1" /><rect
style="display:inline;fill:#ffbf2d;stroke:none;stroke-width:1.90068;stroke-linecap:round;stroke-dasharray:7.60271, 7.60271;stroke-dashoffset:0;fill-opacity:1"
id="rect2288"
width="3.2327342"
height="3.2334244"
x="76.328079"
y="38.825256" /><rect
style="display:inline;fill:#ffbf2d;stroke:none;stroke-width:1.90068;stroke-linecap:round;stroke-dasharray:7.60271, 7.60271;stroke-dashoffset:0;fill-opacity:1"
id="rect2290"
width="3.2327342"
height="3.2334244"
x="76.328079"
y="34.499443" /></g><metadata
id="metadata738"><rdf:RDF><cc:Work
rdf:about=""><dc:title>T-Shirt Design Back: GNU Guix HPC Workshop Montpellier</dc:title><dc:date>2023-09-16</dc:date><dc:creator><cc:Agent><dc:title>Luis Felipe López Acevedo</dc:title></cc:Agent></dc:creator><dc:description>The First Workshop on Reproducible Software Environments for Research and High-Performance Computing will take place in Montpellier, France, November 810, 2023.</dc:description></cc:Work></rdf:RDF></metadata></svg>

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -0,0 +1,452 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="232.05493mm"
height="264.55081mm"
viewBox="0 0 232.05493 264.55081"
version="1.1"
id="svg6964"
xml:space="preserve"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
sodipodi:docname="T-SHIRT-FRONT.svg"
inkscape:export-filename="../printables/T-SHIRT-FRONT.pdf"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"><title
id="title204">T-Shirt Design Front: GNU Guix HPC Workshop Montpellier</title><sodipodi:namedview
id="namedview6966"
pagecolor="#0e0e0e"
bordercolor="#eeeeee"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#0e0e0e"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="0.70710678"
inkscape:cx="222.73864"
inkscape:cy="483.66104"
inkscape:window-width="1920"
inkscape:window-height="1011"
inkscape:window-x="0"
inkscape:window-y="32"
inkscape:window-maximized="1"
inkscape:current-layer="layer3"
showborder="false" /><defs
id="defs6961"><color-profile
name="Chemical-proof"
xlink:href="file:///gnu/store/8a0pdfnip907g8dl4sqh61b2rmibazj7-profile/share/color/icc/krita/cmyk.icm"
id="color-profile974" /></defs><g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="design"
transform="translate(38.083004,-77.698632)"
style="display:inline"><path
id="rect548"
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
class="UnoptimicedTransforms"
d="m 0.49976982,408.22313 v 10.90614 H 11.406479 v -10.90614 z m 3.69042628,3.68986 h 3.5258564 v 3.52642 H 4.1901961 Z"
transform="matrix(0.91686684,0,0,0.91691469,72.486224,-42.056344)" /><rect
style="fill:none;fill-opacity:1;stroke:#808080;stroke-width:1;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0"
id="rect4130"
width="37.192493"
height="37.192493"
x="4.560606"
y="153.79535" /><rect
style="fill:none;fill-opacity:1;stroke:#808080;stroke-width:1;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0"
id="rect4354"
width="37.192493"
height="37.192493"
x="114.1358"
y="153.79535" /><path
d="m -6.1342365,294.55249 v 1.41546 q 1.0919081,0.15171 1.8703972,0.65716 0.7886002,0.49544 1.2031239,1.24356 0.424631,0.74817 0.4650707,1.65808 h -1.759185 q -0.070769,-1.69854 -1.9917237,-2.04223 v 5.01466 q 1.2334524,0.34391 2.1130468,0.97059 0.8897015,0.62683 1.344665,1.44576 0.4549598,0.81893 0.4549598,1.72886 0,0.93013 -0.4650707,1.7592 -0.4549635,0.81891 -1.2941143,1.39519 -0.8391508,0.56618 -1.9411697,0.73806 v 1.42554 h -1.9917238 v -1.44575 q -1.7288524,-0.27283 -2.7196597,-1.28399 -0.990805,-1.02114 -0.990805,-2.66915 h 1.779405 q 0,0.93014 0.6066164,1.60753 0.6167264,0.66729 1.5772009,0.89983 v -5.25734 q -1.3446644,-0.45493 -2.1534873,-0.99078 -0.808818,-0.54598 -1.182898,-1.2436 -0.363969,-0.69758 -0.363969,-1.65807 0,-1.58729 0.909923,-2.62869 0.9200335,-1.04135 2.5376737,-1.30421 v -1.43567 z m -3.6599148,5.02483 q 0,1.53676 1.9209486,2.40623 v -4.52938 q -1.011025,0.18189 -1.4659877,0.77848 -0.4549609,0.59648 -0.4549609,1.34467 z m 3.4475979,9.53397 q 0.6672766,-0.1211 1.1727909,-0.48527 0.5156251,-0.36379 0.7886001,-0.87963 0.2729865,-0.52574 0.2729865,-1.102 0,-1.63785 -2.2343706,-2.3557 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.224638;fill-opacity:1"
id="path4708" /><path
d="m 16.52288,314.65172 q -0.940253,0 -1.738966,-0.21248 -0.788601,-0.21245 -1.374994,-0.61674 -1.152569,-0.7987 -1.152569,-2.02201 0,-0.70773 0.353844,-1.36491 0.353843,-0.65717 0.879593,-1.18288 -0.485292,-0.34392 -0.697607,-0.75829 -0.212308,-0.42465 -0.212308,-0.98072 0,-0.64704 0.242644,-1.15254 0.242647,-0.51565 0.829042,-1.07169 v -0.20216 q -0.121321,-0.0706 -0.313416,-0.35384 -0.181963,-0.29306 -0.333628,-0.79869 -0.141537,-0.51563 -0.141537,-1.19301 0,-1.04136 0.515622,-1.87043 0.525736,-0.83911 1.445769,-1.31434 0.930144,-0.47514 2.082714,-0.47514 0.636946,0 1.071687,0.1819 h 4.003665 v 1.53675 h -2.042273 q 0.303287,0.36378 0.444852,0.86948 0.141538,0.5055 0.141538,1.011 0,1.02116 -0.475186,1.92097 -0.475182,0.88972 -1.324445,1.42557 -0.849262,0.53582 -1.920948,0.53582 -0.576286,0 -1.051466,-0.13146 -0.475186,-0.14139 -0.930144,-0.38419 -0.434743,0.24264 -0.606616,0.50552 -0.161751,0.26291 -0.161751,0.71782 0,0.52575 0.525736,0.75827 0.535843,0.23271 1.374993,0.23271 0.353843,0 1.16268,-0.0189 l 0.899816,-0.019 q 1.395216,0 2.325362,0.62684 0.556063,0.3741 0.829039,0.94029 0.283073,0.56614 0.283073,1.28401 0,0.75824 -0.353841,1.41539 -0.353844,0.66731 -1.021136,1.1526 -0.657166,0.47516 -1.627753,0.73805 -0.970588,0.27283 -1.93106,0.27283 z m -2.466904,-3.15441 q 0,1.63788 2.547788,1.63788 1.5772,0 2.345579,-0.54598 0.35388,-0.24265 0.535844,-0.58643 0.192093,-0.33355 0.192093,-0.72791 0,-0.73803 -0.545954,-1.08177 -0.535843,-0.35384 -1.273895,-0.35384 -0.272986,0 -0.576283,0.0189 -0.303289,0.0116 -0.434742,0.0116 -0.394302,0.0304 -0.748162,0.0304 -0.45496,0 -1.051465,-0.13147 -0.475181,0.2931 -0.738051,0.7583 -0.25277,0.46506 -0.25277,0.97058 z m 0.485292,-8.71507 q 0,1.06162 0.586396,1.66824 0.596506,0.59648 1.5772,0.59648 1.00092,0 1.556984,-0.59648 0.566171,-0.59654 0.566171,-1.66824 0,-1.07166 -0.566171,-1.69851 -0.566176,-0.62683 -1.556984,-0.62683 -0.616725,0 -1.112127,0.28316 -0.495402,0.27283 -0.778489,0.80883 -0.272986,0.52573 -0.272986,1.23344 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.224638;fill-opacity:1"
id="path4710" /><path
d="m 28.41256,310.54693 q -1.89062,0 -2.719664,-1.01102 -0.818928,-1.01099 -0.818928,-2.97242 v -7.27939 h 1.698523 v 6.5919 q 0,1.06158 0.141537,1.74908 0.151664,0.68749 0.647056,1.12225 0.505514,0.42463 1.49632,0.42463 1.031249,0 1.698523,-0.54594 0.667277,-0.55609 0.970586,-1.42559 0.303327,-0.87959 0.303327,-1.89061 v -6.02572 h 1.738966 v 8.71505 q 0,0.6673 0.04042,1.63789 0,0.22238 0.02027,0.76835 h -1.597423 l -0.08089,-1.47608 q -0.576282,0.83913 -1.486205,1.23345 -0.909931,0.38417 -2.052388,0.38417 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.224638;fill-opacity:1"
id="path4712" /><path
d="m 37.430925,299.2841 h 4.994467 v 9.625 h 3.194848 v 1.49629 h -8.411741 v -1.49629 h 3.49815 v -8.20954 h -3.275723 z m 2.588228,-3.5588 q 0,-0.72794 0.303326,-1.03126 0.303289,-0.30341 1.031249,-0.30341 0.727938,0 1.031246,0.30341 0.303287,0.30339 0.303287,1.03126 0,0.72796 -0.303287,1.03127 -0.303291,0.30339 -1.031246,0.30339 -0.72794,0 -1.031249,-0.30339 -0.303326,-0.3034 -0.303326,-1.03127 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.224638;fill-opacity:1"
id="path4714" /><path
d="m 52.565999,304.84474 -3.35661,-5.56064 h 1.900732 l 2.406239,4.12499 2.588231,-4.12499 h 1.759184 l -3.356608,5.43931 3.518374,5.68198 h -1.941174 l -2.568007,-4.30694 -2.709547,4.30694 h -1.799628 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.224638;fill-opacity:1"
id="path4716" /><path
d="m 77.406937,310.52673 q -1.415435,0 -2.375913,-0.83913 -0.950361,-0.84929 -1.415436,-2.17376 -0.454959,-1.33454 -0.454959,-2.81063 0,-1.37498 0.505511,-2.659 0.505512,-1.28397 1.476097,-2.09282 0.970588,-0.80884 2.27481,-0.80884 0.950367,0 1.789517,0.39431 0.849263,0.3842 1.334555,1.28402 v -6.38971 h 1.698526 v 13.54776 q 0,0.35383 0.01,0.82906 0.01,0.46507 0.02026,0.71782 l 0.03018,0.87958 H 80.74339 l -0.202218,-1.49629 q -0.616728,0.88968 -1.324445,1.25366 -0.707719,0.36415 -1.809738,0.36415 z m -2.568008,-5.78308 q 0,1.05146 0.33363,2.08276 0.343756,1.03119 1.021133,1.70857 0.67739,0.67739 1.637867,0.67739 1.000912,0 1.607529,-0.67739 0.606616,-0.68745 0.849261,-1.68838 0.252773,-1.00094 0.252773,-2.0625 0,-1.06156 -0.293201,-2.03216 -0.2932,-0.97057 -0.950361,-1.59744 -0.657169,-0.63692 -1.688416,-0.63692 -0.920035,0 -1.546872,0.64704 -0.626834,0.63696 -0.930141,1.61762 -0.293201,0.97059 -0.293202,1.96141 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.224638;fill-opacity:1"
id="path4718" /><path
d="m 90.287419,310.56718 q -1.465991,0 -2.598338,-0.70773 -1.132351,-0.70772 -1.75919,-1.9917 -0.616726,-1.28402 -0.616726,-2.94211 0,-1.68838 0.626839,-3.01285 0.636949,-1.33455 1.738968,-2.08273 1.102019,-0.74815 2.446685,-0.74815 1.294112,0 2.274809,0.71781 0.980694,0.70773 1.526649,2.11307 0.545954,1.40528 0.545954,3.41725 h -7.380494 q 0,1.78953 0.80882,2.70959 0.818934,0.90989 2.365805,0.90989 1.011025,0 1.870397,-0.33358 0.859374,-0.33363 1.344664,-0.71782 l 0.849261,1.33455 q -0.384185,0.33358 -1.031245,0.64705 -0.647055,0.30338 -1.445766,0.49537 -0.788599,0.19221 -1.567092,0.19221 z m 2.568004,-6.77387 q 0,-0.92005 -0.363968,-1.62775 -0.353842,-0.70774 -0.990806,-1.09194 -0.626836,-0.3943 -1.415434,-0.3943 -0.798711,0 -1.4761,0.3943 -0.677388,0.3842 -1.081802,1.10203 -0.394295,0.70772 -0.394295,1.61766 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.224638;fill-opacity:1"
id="path4720" /><path
d="m 102.05578,310.48629 q -1.45588,0 -2.426463,-0.47521 -0.970591,-0.48527 -1.799643,-1.44575 l 1.05147,-1.1121 q 0.56617,0.54592 0.990823,0.85934 0.434733,0.3034 0.980683,0.47518 0.54596,0.16165 1.30422,0.16165 1.01103,0 1.78952,-0.3741 0.7785,-0.38421 0.7785,-1.30425 0,-0.47517 -0.25278,-0.74815 -0.25277,-0.27283 -0.64706,-0.40439 -0.3943,-0.14138 -1.15258,-0.31334 -0.74817,-0.17196 -0.96046,-0.23271 -1.22334,-0.33359 -1.981613,-0.64705 -0.748167,-0.32366 -1.263779,-0.95036 -0.515632,-0.62684 -0.515632,-1.6581 0,-1.07166 0.56618,-1.7996 0.56617,-0.72794 1.486204,-1.08182 0.93015,-0.35384 2.03216,-0.35384 2.33547,0 3.65992,1.35477 l -1.05145,1.19301 q -1.13235,-0.90993 -2.56803,-0.90993 -0.6875,0 -1.25366,0.18186 -0.55607,0.18191 -0.889702,0.52575 -0.32356,0.33359 -0.32356,0.80884 0,0.58638 0.495412,0.98066 0.49541,0.39431 1.16269,0.61675 0.67738,0.22238 1.69852,0.46508 0.89982,0.21243 1.50643,0.43472 0.61672,0.22241 1.20312,0.84925 0.5864,0.61671 0.5864,1.68841 0,1.19304 -0.60664,1.91086 -0.6066,0.70769 -1.55695,1.01104 -0.94028,0.29307 -2.04227,0.29307 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.224638;fill-opacity:1"
id="path4722" /><path
d="m 114.7644,310.50652 q -1.50644,0 -2.66914,-0.66727 -1.15254,-0.66729 -1.79961,-1.94118 -0.64707,-1.28404 -0.64707,-3.03309 0,-1.73896 0.6774,-3.0331 0.67741,-1.2941 1.87042,-1.99174 1.2031,-0.69759 2.72975,-0.69759 1.12225,0 2.03217,0.4752 0.90991,0.46506 1.40533,1.12225 l -1.07171,1.13233 q -0.48528,-0.52574 -1.02114,-0.83915 -0.53582,-0.31332 -1.32442,-0.31332 -1.03125,0 -1.84009,0.52572 -0.79869,0.5156 -1.25366,1.44576 -0.44484,0.92004 -0.44484,2.11306 0,1.17279 0.42463,2.12313 0.42463,0.94029 1.19301,1.48624 0.76839,0.53582 1.75917,0.53582 0.79871,0 1.45589,-0.4044 0.65716,-0.41452 1.23345,-1.05148 l 1.03123,1.15261 q -0.46506,0.51559 -0.95034,0.90987 -0.47521,0.39433 -1.18291,0.6774 -0.70771,0.27284 -1.60752,0.27284 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.224638;fill-opacity:1"
id="path4724" /><path
d="m 123.90408,304.6021 q 0,-1.74908 -0.0607,-2.47702 -0.0507,-0.72793 -0.16175,-1.36484 h -1.9816 v -1.47614 h 3.29595 l 0.16174,2.00186 q 0.46509,-1.11212 1.31436,-1.65811 0.85934,-0.54594 1.77938,-0.54594 0.71784,0 1.50642,0.31334 0.79873,0.31334 1.2638,0.7583 l -0.93014,1.23344 q -0.28308,-0.30341 -0.85938,-0.56621 -0.56616,-0.2629 -1.26378,-0.2629 -0.85939,0 -1.375,0.53587 -0.51562,0.53584 -0.75826,1.64797 -0.23252,1.10203 -0.23252,2.87133 v 4.79222 h -1.69854 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.224638;fill-opacity:1"
id="path4726" /><path
d="m 134.48954,299.2841 h 4.99444 v 9.625 h 3.19486 v 1.49629 h -8.41174 v -1.49629 h 3.49816 v -8.20954 h -3.27572 z m 2.58821,-3.5588 q 0,-0.72794 0.30335,-1.03126 0.30329,-0.30341 1.03122,-0.30341 0.72795,0 1.03124,0.30341 0.3033,0.30339 0.3033,1.03126 0,0.72796 -0.3033,1.03127 -0.30326,0.30339 -1.03124,0.30339 -0.72792,0 -1.03122,-0.30339 -0.30335,-0.3034 -0.30335,-1.03127 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.224638;fill-opacity:1"
id="path4728" /><path
d="m 150.93894,310.60763 q -1.02114,0 -1.73897,-0.3638 -0.70771,-0.37409 -1.27389,-1.23346 l -0.0607,1.39523 h -1.65806 q 0.0606,-1.15258 0.0606,-2.40626 v -13.56798 h 1.69852 v 6.83457 q 0.55608,-0.98072 1.3649,-1.50644 0.80883,-0.53585 1.82995,-0.53585 1.33455,0 2.22425,0.76837 0.88969,0.7684 1.32446,2.11307 0.43472,1.34468 0.43472,3.08362 0,1.42553 -0.48528,2.66909 -0.47519,1.23346 -1.42555,1.99174 -0.95038,0.75827 -2.29503,0.75827 z m -3.03306,-5.25738 q 0,1.00093 0.27296,1.89065 0.27299,0.88969 0.8796,1.46596 0.6066,0.5662 1.53674,0.5662 1.00092,0 1.63787,-0.55604 0.63694,-0.55607 0.92004,-1.4458 0.2932,-0.89982 0.2932,-1.9614 0,-2.07256 -0.62682,-3.34648 -0.62686,-1.28402 -2.00184,-1.28402 -1.46601,0 -2.19395,1.30423 -0.71779,1.29413 -0.71779,3.3667 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.224638;fill-opacity:1"
id="path4730" /><path
d="m 163.08139,310.56718 q -1.46598,0 -2.59833,-0.70773 -1.13238,-0.70772 -1.75921,-1.9917 -0.61674,-1.28402 -0.61674,-2.94211 0,-1.68838 0.62685,-3.01285 0.63695,-1.33455 1.73897,-2.08273 1.10203,-0.74815 2.44668,-0.74815 1.29413,0 2.27481,0.71781 0.9807,0.70773 1.52666,2.11307 0.54595,1.40528 0.54595,3.41725 h -7.3805 q 0,1.78953 0.80882,2.70959 0.81895,0.90989 2.36581,0.90989 1.01101,0 1.87042,-0.33358 0.85936,-0.33363 1.34465,-0.71782 l 0.84927,1.33455 q -0.38421,0.33358 -1.03126,0.64705 -0.64706,0.30338 -1.44575,0.49537 -0.78861,0.19221 -1.5671,0.19221 z m 2.568,-6.77387 q 0,-0.92005 -0.36397,-1.62775 -0.35383,-0.70774 -0.9908,-1.09194 -0.62685,-0.3943 -1.41545,-0.3943 -0.7987,0 -1.47609,0.3943 -0.67739,0.3842 -1.0818,1.10203 -0.3943,0.70772 -0.3943,1.61766 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.224638;fill-opacity:1"
id="path4732" /><path
id="rect2539"
style="fill:none;stroke:#ffffff;stroke-linecap:butt"
d="m 17.632514,219.59427 -34.290082,0 v -39.2029 h 39.202896 l 0,26.62534"
sodipodi:nodetypes="ccccc" /><path
id="rect3554"
style="fill:none;stroke:#ffffff;stroke-linecap:butt"
d="m 133.34358,207.01671 v -26.62534 h 39.2029 v 39.2029 h -39.2029 l 0,-2.52553"
sodipodi:nodetypes="cccccc" /><rect
style="fill:none;fill-opacity:1;stroke:#ffbf2d;stroke-width:1;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect2201"
width="42.218506"
height="42.218506"
x="-37.583004"
y="207.5193" /><rect
style="fill:none;fill-opacity:1;stroke:#ffbf2d;stroke-width:1;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect904"
width="42.218506"
height="42.218506"
x="151.25342"
y="207.5193" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 94.433964,103.5959 V 90.881822"
id="path691"
sodipodi:nodetypes="cc" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 94.433964,88.682573 V 82.350795"
id="path693" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 94.433975,80.151548 V 77.698632"
id="path695" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 61.454917,103.5959 V 90.881822"
id="path697"
sodipodi:nodetypes="cc" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 61.454917,88.682573 V 82.350795"
id="path699" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 61.454928,80.151548 V 77.698632"
id="path701" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect703"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.9169052,0,0,0.9169052,72.485993,-258.0556)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect705"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.9169052,0,0,0.9169052,61.428765,-269.11284)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect707"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.9169052,0,0,0.9169052,83.543222,-269.11284)" /><rect
style="display:inline;fill:none;fill-opacity:1;stroke:#666666;stroke-width:1.08498;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect6515"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.92167585,0,0,0.92167585,72.457588,-222.7687)" /><rect
style="display:inline;fill:none;fill-opacity:1;stroke:#666666;stroke-width:1.08498;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect6517"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.92167585,0,0,0.92167585,61.400365,-233.82591)" /><rect
style="display:inline;fill:none;fill-opacity:1;stroke:#666666;stroke-width:1.08498;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect6519"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.92167585,0,0,0.92167585,83.514822,-233.82591)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect910"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.92167585,0,0,0.92167585,17.171665,-136.0608)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect912"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.92167585,0,0,0.92167585,39.286138,-136.0608)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect914"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.92167585,0,0,0.92167585,61.400597,-136.0608)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect916"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.92167585,0,0,0.92167585,105.62951,-136.0608)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect918"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.92167585,0,0,0.92167585,116.68674,-136.0608)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect920"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.92167585,0,0,0.92167585,127.74397,-136.0608)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect922"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.92167585,0,0,0.92167585,17.171676,-147.11803)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect924"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.92167585,0,0,0.92167585,28.228908,-147.11803)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect926"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.92167585,0,0,0.92167585,39.286138,-147.11803)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect928"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.92167585,0,0,0.92167585,61.400597,-147.11803)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect930"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.92167585,0,0,0.92167585,72.457832,-147.11803)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect932"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.92167585,0,0,0.92167585,83.515059,-147.11803)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect934"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.92167585,0,0,0.92167585,105.62951,-147.11803)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect936"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.92167585,0,0,0.92167585,17.171676,-158.17527)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect938"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.92167585,0,0,0.92167585,39.286144,-158.17527)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect940"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.92167585,0,0,0.92167585,61.400603,-158.17527)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect942"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.92167585,0,0,0.92167585,83.515059,-158.17527)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect944"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.92167585,0,0,0.92167585,105.62952,-158.17527)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect948"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.92167585,0,0,0.92167585,39.286144,-169.23251)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect950"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.92167585,0,0,0.92167585,61.400603,-169.23251)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect952"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.92167585,0,0,0.92167585,72.457832,-169.23251)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect954"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.92167585,0,0,0.92167585,83.515059,-169.23251)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect956"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.92167585,0,0,0.92167585,105.62952,-169.23251)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect958"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.92167585,0,0,0.92167585,116.68675,-169.23251)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect960"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.92167585,0,0,0.92167585,127.74397,-169.23251)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect5248"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.92167585,0,0,0.92167585,17.171676,-169.23251)" /><path
d="M -38.083004,279.42777 V 263.2365 h 13.061094 q 1.306115,0 2.229395,0.94583 0.923287,0.92327 0.923287,2.18434 v 4.36869 q 0,1.28364 -0.923287,2.20691 -0.923279,0.92328 -2.229395,0.92328 h -0.878245 l 4.008408,4.72898 v 0.83324 h -3.242759 l -4.661458,-5.56222 -5.314518,0.0229 v 5.53972 z m 3.760694,-8.55727 h 8.669869 q 0.608013,0 0.675572,-0.0677 0.09006,-0.0677 0.09006,-0.69806 v -3.10763 q 0,-0.63055 -0.09006,-0.69809 -0.06754,-0.0901 -0.675572,-0.0901 h -8.669869 q -0.630533,0 -0.720612,0.0901 -0.06754,0.0677 -0.06754,0.69809 v 3.10763 q 0,0.63053 0.06754,0.69806 0.09006,0.0677 0.720612,0.0677 z"
id="path4897"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.262628" /><path
d="m -19.437145,279.42777 v -16.21378 h 14.9301858 v 2.99507 H -16.442098 v 3.60303 h 9.5931479 v 3.01758 h -9.5931479 v 3.60304 h 11.9351388 v 2.99506 z"
id="path4899"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.262628" /><path
d="M -2.2325085,279.42777 V 263.2365 H 10.828591 q 1.306108,0 2.229396,0.94583 0.923282,0.92327 0.923282,2.18434 v 4.36869 q 0,1.28364 -0.923282,2.20691 -0.923288,0.92328 -2.229396,0.92328 l -10.0885727,0.0229 v 5.53972 z M 1.528187,270.8705 h 8.669867 q 0.608017,0 0.698094,-0.0677 0.09008,-0.0677 0.09008,-0.69806 v -3.10763 q 0,-0.63055 -0.09008,-0.69809 -0.09008,-0.0901 -0.698094,-0.0901 H 1.528187 q -0.6305372,0 -0.7206097,0.0901 -0.067555,0.0677 -0.067555,0.69809 v 3.10763 q 0,0.63053 0.067555,0.69806 0.090064,0.0677 0.7206097,0.0677 z"
id="path4901"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.262628" /><path
d="M 15.557615,279.42777 V 263.2365 h 13.0611 q 1.306107,0 2.229394,0.94583 0.923286,0.92327 0.923286,2.18434 v 4.36869 q 0,1.28364 -0.923286,2.20691 -0.923287,0.92328 -2.229394,0.92328 h -0.878249 l 4.008407,4.72898 v 0.83324 h -3.242755 l -4.661459,-5.56222 -5.314517,0.0229 v 5.53972 z m 3.760695,-8.55727 h 8.669867 q 0.608018,0 0.675578,-0.0677 0.09007,-0.0677 0.09007,-0.69806 v -3.10763 q 0,-0.63055 -0.09007,-0.69809 -0.06754,-0.0901 -0.675578,-0.0901 h -8.669866 q -0.630531,0 -0.720609,0.0901 -0.06754,0.0677 -0.06754,0.69809 v 3.10763 q 0,0.63053 0.06754,0.69806 0.09006,0.0677 0.720608,0.0677 z"
id="path4903"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.262628" /><path
d="m 37.24356,279.42777 q -1.283591,0 -2.206878,-0.92328 -0.923286,-0.92326 -0.923286,-2.20687 v -9.95346 q 0,-1.2836 0.923286,-2.20688 0.923286,-0.92329 2.206878,-0.92329 h 9.953453 q 1.283591,0 2.206875,0.92329 0.923285,0.92328 0.923285,2.20688 v 9.95346 q 0,1.28361 -0.923285,2.20687 -0.923284,0.92328 -2.206875,0.92328 z m 0.630536,-2.99506 h 8.669863 q 0.60802,0 0.698096,-0.0677 0.09006,-0.0901 0.09006,-0.72059 v -8.64734 q 0,-0.63055 -0.09006,-0.69808 -0.09006,-0.0901 -0.698096,-0.0901 h -8.669863 q -0.630536,0 -0.720614,0.0901 -0.06754,0.0677 -0.06754,0.69808 v 8.64734 q 0,0.63054 0.06754,0.72059 0.09006,0.0677 0.720614,0.0677 z"
id="path4905"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.262628" /><path
d="m 52.849294,279.42777 v -16.21378 h 13.061099 q 1.30611,0 2.229394,0.92329 0.923283,0.92328 0.923283,2.20688 v 9.95346 q 0,1.28361 -0.923283,2.20687 -0.923285,0.92328 -2.229394,0.92328 z m 3.760695,-2.99506 h 8.669868 q 0.608019,0 0.698096,-0.0677 0.09006,-0.0901 0.09006,-0.72059 v -8.64734 q 0,-0.63055 -0.09006,-0.69808 -0.09006,-0.0901 -0.698096,-0.0901 h -8.669868 q -0.630536,0 -0.72061,0.0901 -0.06755,0.0677 -0.06755,0.69808 v 8.64734 q 0,0.63054 0.06755,0.72059 0.09007,0.0677 0.72061,0.0677 z"
id="path4907"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.262628" /><path
d="m 74.670332,279.42777 q -1.283589,0 -2.206873,-0.92328 -0.923288,-0.92326 -0.923288,-2.20687 v -13.08363 h 2.972527 v 12.43054 q 0,0.63054 0.06754,0.72061 0.09006,0.0677 0.72061,0.0677 h 8.669867 q 0.608017,0 0.698097,-0.0677 0.09006,-0.0901 0.09006,-0.72061 v -12.43054 h 2.995045 v 13.08363 q 0,1.28361 -0.923287,2.20687 -0.923287,0.92328 -2.206875,0.92328 z"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.262628;fill-opacity:1"
id="path4909" /><path
d="m 93.361192,279.42777 q -1.283592,0 -2.206878,-0.92328 -0.923283,-0.92326 -0.923283,-2.20687 v -9.95346 q 0,-1.2836 0.923283,-2.20688 0.923286,-0.92329 2.206878,-0.92329 h 13.038568 v 2.99507 H 93.991727 q -0.630536,0 -0.720613,0.0901 -0.06754,0.0677 -0.06754,0.69809 v 8.64731 q 0,0.63055 0.06754,0.72062 0.09007,0.0677 0.720613,0.0677 h 12.408033 v 2.99507 z"
id="path4911"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.262628" /><path
d="m 108.6517,279.42777 v -16.21378 h 2.95001 v 16.21378 z"
id="path4913"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.262628" /><path
d="m 113.62843,279.42777 v -16.21378 h 12.43058 q 1.28358,0 2.20688,0.92329 0.92327,0.92328 0.92327,2.20688 v 3.1752 q 0,0.2927 -0.045,0.56297 -0.045,0.27016 -0.15761,0.51791 0.38283,0.51798 0.60802,1.08097 0.24769,0.56297 0.24769,1.12597 v 3.49044 q 0,1.28361 -0.92327,2.20687 -0.9233,0.92328 -2.2294,0.92328 z m 3.76071,-2.99506 h 8.66987 q 0.608,0 0.69809,-0.0677 0.09,-0.0901 0.09,-0.72059 v -2.18434 q 0,-0.63054 -0.09,-0.6981 -0.0901,-0.0901 -0.69809,-0.0901 h -8.66987 q -0.63052,0 -0.7206,0.0901 -0.0677,0.0677 -0.0677,0.6981 v 2.18434 q 0,0.63054 0.0677,0.72059 0.0901,0.0677 0.7206,0.0677 z m 0,-6.75572 h 8.0168 q 0.63053,0 0.69812,-0.0677 0.0676,-0.0901 0.0676,-0.72058 v -1.89163 q 0,-0.63054 -0.0676,-0.69808 -0.0677,-0.0901 -0.69812,-0.0901 h -8.0168 q -0.63052,0 -0.7206,0.0901 -0.0677,0.0677 -0.0677,0.69808 v 1.89163 q 0,0.63053 0.0677,0.72058 0.0901,0.0677 0.7206,0.0677 z"
id="path4915"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.262628" /><path
d="m 132.20672,279.42777 v -16.21378 h 2.95002 v 16.21378 z"
id="path4917"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.262628" /><path
d="m 137.13848,279.42777 v -16.23628 h 2.97251 v 13.24122 h 13.24124 v 2.99506 z"
id="path4919"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.262628" /><path
d="m 154.56825,279.42777 v -16.21378 h 2.95001 v 16.21378 z"
id="path4921"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.262628" /><path
d="m 165.59779,279.42777 v -13.21871 h -6.62065 v -2.99507 h 16.21378 v 2.99507 h -6.59811 v 13.21871 z"
id="path4923"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.262628" /><path
d="m 183.47801,279.42777 v -6.08018 l -7.47636,-10.1336 h 3.51298 l 5.47215,6.86833 5.42712,-6.86833 h 3.55802 l -7.49887,10.15614 v 6.05764 z"
id="path4925"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.262628" /></g><metadata
id="metadata202"><rdf:RDF><cc:Work
rdf:about=""><dc:title>T-Shirt Design Front: GNU Guix HPC Workshop Montpellier</dc:title><dc:date>2023-09-16</dc:date><dc:creator><cc:Agent><dc:title>Luis Felipe López Acevedo</dc:title></cc:Agent></dc:creator><dc:description>The First Workshop on Reproducible Software Environments for Research and High-Performance Computing will take place in Montpellier, France, November 810, 2023.</dc:description></cc:Work></rdf:RDF></metadata></svg>

After

Width:  |  Height:  |  Size: 40 KiB

View File

@ -0,0 +1,18 @@
#| GNU Guix manifest
This file is a GNU Guix manifest file. It can be used with GNU Guix to
create a profile or an environment to work on the project. |#
(use-modules (gnu packages))
(define PACKAGES
(list "inkscape"
"adwaita-icon-theme"
"fontconfig"
"font-juliamono"
"font-orbitron"
;; Only necessary for its CMYK color profile
"krita"))
(specifications->manifest PACKAGES)

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

View File

@ -0,0 +1,764 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="564.44446mm"
height="282.22223mm"
viewBox="0 0 564.44446 282.22223"
version="1.1"
id="svg6964"
xml:space="preserve"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
sodipodi:docname="T-SHIRT-MOCKUP-MEN.svg"
inkscape:export-filename="../T-SHIRT-MOCKUP-MEN.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
id="namedview6966"
pagecolor="#505050"
bordercolor="#eeeeee"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#505050"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="5.6568543"
inkscape:cx="658.58158"
inkscape:cy="412.50842"
inkscape:window-width="1920"
inkscape:window-height="1011"
inkscape:window-x="0"
inkscape:window-y="32"
inkscape:window-maximized="1"
inkscape:current-layer="layer2" /><defs
id="defs6961"><marker
style="overflow:visible"
id="Dot"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Dot"
markerWidth="5.6666665"
markerHeight="5.6666665"
viewBox="0 0 5.6666667 5.6666667"
inkscape:isstock="true"
inkscape:collect="always"
preserveAspectRatio="xMidYMid"><path
transform="scale(0.5)"
style="fill:context-stroke;fill-rule:evenodd;stroke:context-stroke;stroke-width:1pt"
d="M 5,0 C 5,2.76 2.76,5 0,5 -2.76,5 -5,2.76 -5,0 c 0,-2.76 2.3,-5 5,-5 2.76,0 5,2.24 5,5 z"
id="Dot1"
sodipodi:nodetypes="sssss" /></marker></defs><g
inkscape:label="t-shirt"
inkscape:groupmode="layer"
id="layer1"
transform="translate(103.28937,-42.489666)"
sodipodi:insensitive="true"
style="display:inline"><image
width="282.22223"
height="282.22223"
preserveAspectRatio="none"
style="image-rendering:optimizeQuality"
xlink:href="T-SHIRT-MEN-FRONT.png"
id="image759"
x="-103.28937"
y="42.489666" /><image
width="282.22223"
height="282.22223"
preserveAspectRatio="none"
style="image-rendering:optimizeQuality"
xlink:href="T-SHIRT-MEN-BACK.png"
id="image1198"
x="178.93286"
y="42.489666" /></g><g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="design"
transform="translate(70.555554)"
style="display:inline"><path
id="rect548"
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
class="UnoptimicedTransforms"
d="m 0.49976982,408.22313 v 10.90614 H 11.406479 v -10.90614 z m 3.69042628,3.68986 h 3.5258564 v 3.52642 H 4.1901961 Z"
transform="matrix(0.30886609,0,0,0.30886609,70.266571,23.317796)" /><rect
style="fill:none;fill-opacity:1;stroke:#808080;stroke-width:0.336856;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0"
id="rect4130"
width="12.463711"
height="12.463711"
x="47.513363"
y="89.601707" /><rect
style="fill:none;fill-opacity:1;stroke:#808080;stroke-width:0.336856;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0"
id="rect4354"
width="12.463711"
height="12.463711"
x="84.233505"
y="89.601707" /><path
d="m 43.929382,136.77134 v 0.47433 q 0.365912,0.0509 0.626795,0.22023 0.26427,0.16602 0.403183,0.41675 0.1423,0.25071 0.155852,0.55563 h -0.589527 q -0.02372,-0.5692 -0.667454,-0.68438 v 1.68048 q 0.413347,0.11525 0.708111,0.32526 0.298151,0.21005 0.450615,0.48449 0.152464,0.27444 0.152464,0.57937 0,0.3117 -0.155852,0.58952 -0.152464,0.27444 -0.433675,0.46756 -0.281212,0.18974 -0.650512,0.24734 v 0.47771 h -0.667454 v -0.48449 q -0.579362,-0.0914 -0.911395,-0.43029 -0.332033,-0.34219 -0.332033,-0.89447 h 0.596304 q 0,0.31171 0.203284,0.53871 0.206674,0.22362 0.528541,0.30154 v -1.7618 q -0.450615,-0.15245 -0.721662,-0.33202 -0.271046,-0.18297 -0.396405,-0.41675 -0.121971,-0.23377 -0.121971,-0.55565 0,-0.53191 0.304927,-0.8809 0.308316,-0.34897 0.85041,-0.43706 v -0.48111 z m -1.226488,1.68388 q 0,0.51499 0.643735,0.80637 v -1.51787 q -0.338807,0.0609 -0.491271,0.26089 -0.152464,0.19989 -0.152464,0.45061 z m 1.155337,3.19498 q 0.223613,-0.0406 0.393018,-0.16263 0.172793,-0.12191 0.264271,-0.29477 0.09148,-0.17619 0.09148,-0.3693 0,-0.54887 -0.748769,-0.78943 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.0752795;fill-opacity:1"
id="path4708" /><path
d="m 51.522088,143.50686 q -0.315091,0 -0.582751,-0.0711 -0.26427,-0.0711 -0.460779,-0.20668 -0.386241,-0.26767 -0.386241,-0.67761 0,-0.23717 0.118577,-0.45739 0.118578,-0.22023 0.294764,-0.3964 -0.162628,-0.11525 -0.233778,-0.25412 -0.07114,-0.14231 -0.07114,-0.32864 0,-0.21685 0.08131,-0.38624 0.08131,-0.17279 0.277822,-0.35914 v -0.0678 q -0.04066,-0.0236 -0.105032,-0.11858 -0.06098,-0.0983 -0.1118,-0.26765 -0.04744,-0.1728 -0.04744,-0.39979 0,-0.34898 0.172792,-0.6268 0.176181,-0.28121 0.484497,-0.44046 0.311703,-0.15923 0.697946,-0.15923 0.213448,0 0.359136,0.0609 h 1.341683 v 0.51499 H 52.66726 q 0.101638,0.12191 0.149076,0.29137 0.04744,0.16941 0.04744,0.33881 0,0.34219 -0.159242,0.64374 -0.159239,0.29815 -0.443838,0.47773 -0.284599,0.17955 -0.643737,0.17955 -0.19312,0 -0.35236,-0.044 -0.159241,-0.0474 -0.311704,-0.12875 -0.145689,0.0813 -0.203286,0.16941 -0.0542,0.0881 -0.0542,0.24054 0,0.17619 0.176181,0.25411 0.179568,0.078 0.460779,0.078 0.118578,0 0.38963,-0.007 l 0.301541,-0.007 q 0.467556,0 0.77926,0.21006 0.186345,0.12537 0.277822,0.3151 0.09486,0.18973 0.09486,0.43029 0,0.25409 -0.118578,0.47432 -0.118577,0.22362 -0.342196,0.38625 -0.220225,0.15923 -0.545482,0.24734 -0.325256,0.0914 -0.647125,0.0914 z m -0.826693,-1.05708 q 0,0.54887 0.853799,0.54887 0.528541,0 0.786036,-0.18296 0.11859,-0.0813 0.179569,-0.19651 0.06438,-0.11181 0.06438,-0.24395 0,-0.24731 -0.182957,-0.36252 -0.179569,-0.11858 -0.4269,-0.11858 -0.09149,0 -0.19312,0.007 -0.101637,0.003 -0.145688,0.003 -0.132136,0.0101 -0.250719,0.0101 -0.152465,0 -0.352361,-0.044 -0.159239,0.0983 -0.24733,0.25412 -0.08471,0.15585 -0.08471,0.32524 z m 0.162629,-2.92054 q 0,0.35577 0.196509,0.55904 0.199897,0.19989 0.528541,0.19989 0.335422,0 0.521767,-0.19989 0.189731,-0.1999 0.189731,-0.55904 0,-0.35914 -0.189731,-0.56919 -0.189734,-0.21007 -0.521767,-0.21007 -0.206673,0 -0.372689,0.0949 -0.166017,0.0914 -0.260883,0.27104 -0.09148,0.17618 -0.09148,0.41335 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.0752795;fill-opacity:1"
id="path4710" /><path
d="m 55.506482,142.13129 q -0.633573,0 -0.911396,-0.33881 -0.274434,-0.3388 -0.274434,-0.9961 v -2.43941 h 0.569198 v 2.20904 q 0,0.35574 0.04744,0.58613 0.05082,0.23039 0.216837,0.37609 0.169404,0.14228 0.501437,0.14228 0.345585,0 0.569198,-0.18294 0.223614,-0.18636 0.325257,-0.47774 0.101648,-0.29476 0.101648,-0.63356 v -2.0193 h 0.582752 v 2.92053 q 0,0.22362 0.01355,0.54887 0,0.0745 0.0068,0.25749 h -0.535318 l -0.02711,-0.49465 q -0.19312,0.28119 -0.498047,0.41334 -0.304929,0.12874 -0.687783,0.12874 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.0752795;fill-opacity:1"
id="path4712" /><path
d="m 58.528658,138.35697 h 1.673714 v 3.22546 h 1.070636 v 0.50143 h -2.818887 v -0.50143 h 1.172277 v -2.75113 h -1.09774 z m 0.867351,-1.19261 q 0,-0.24393 0.101649,-0.34558 0.101638,-0.10173 0.345584,-0.10173 0.243943,0 0.345585,0.10173 0.101638,0.10172 0.101638,0.34558 0,0.24394 -0.101638,0.34559 -0.101638,0.10162 -0.345585,0.10162 -0.243942,0 -0.345584,-0.10162 -0.101649,-0.10173 -0.101649,-0.34559 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.0752795;fill-opacity:1"
id="path4714" /><path
d="m 63.600627,140.22042 -1.124845,-1.86345 h 0.636961 l 0.806364,1.38234 0.867351,-1.38234 h 0.589525 l -1.124844,1.82279 1.179055,1.9041 h -0.650513 l -0.860574,-1.44332 -0.908007,1.44332 h -0.60308 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.0752795;fill-opacity:1"
id="path4716" /><path
d="m 71.925162,142.12452 q -0.474331,0 -0.796199,-0.28121 -0.31848,-0.2846 -0.474333,-0.72844 -0.152463,-0.44724 -0.152463,-0.94189 0,-0.46078 0.169404,-0.89106 0.169403,-0.43029 0.49466,-0.70133 0.325258,-0.27106 0.76232,-0.27106 0.318481,0 0.599691,0.13215 0.284599,0.12873 0.447228,0.43028 v -2.14128 h 0.569199 v 4.54004 q 0,0.11857 0.0034,0.27783 0.0034,0.15585 0.0068,0.24054 l 0.01008,0.29477 h -0.521716 l -0.06777,-0.50143 q -0.206674,0.29815 -0.44384,0.42012 -0.237167,0.12203 -0.606468,0.12203 z m -0.860573,-1.938 q 0,0.35238 0.111799,0.69797 0.115196,0.34557 0.342196,0.57257 0.227001,0.22701 0.548871,0.22701 0.335419,0 0.538705,-0.22701 0.203284,-0.23037 0.284599,-0.5658 0.08471,-0.33542 0.08471,-0.69117 0,-0.35574 -0.09825,-0.681 -0.09825,-0.32526 -0.318479,-0.53532 -0.220227,-0.21345 -0.565812,-0.21345 -0.308316,0 -0.518377,0.21683 -0.210061,0.21346 -0.311703,0.54209 -0.09825,0.32526 -0.09825,0.65728 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.0752795;fill-opacity:1"
id="path4718" /><path
d="m 76.241587,142.13808 q -0.491273,0 -0.870737,-0.23717 -0.379467,-0.23716 -0.589529,-0.66746 -0.206673,-0.43028 -0.206673,-0.98593 0,-0.5658 0.210061,-1.00965 0.213451,-0.44723 0.582752,-0.69794 0.369301,-0.25072 0.819917,-0.25072 0.433676,0 0.76232,0.24055 0.328645,0.23716 0.5116,0.70811 0.182957,0.47094 0.182957,1.14517 h -2.473304 q 0,0.5997 0.271047,0.90801 0.274436,0.30493 0.792813,0.30493 0.338808,0 0.626797,-0.11181 0.287987,-0.11182 0.450615,-0.24055 l 0.284599,0.44723 q -0.128747,0.11181 -0.345585,0.21683 -0.216837,0.10173 -0.484496,0.166 -0.26427,0.0644 -0.525154,0.0644 z m 0.860573,-2.27002 q 0,-0.30831 -0.121971,-0.54548 -0.118577,-0.23716 -0.332032,-0.36591 -0.21006,-0.13214 -0.474331,-0.13214 -0.267659,0 -0.494661,0.13214 -0.227002,0.12875 -0.362526,0.36928 -0.132134,0.23718 -0.132134,0.54211 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.0752795;fill-opacity:1"
id="path4720" /><path
d="m 80.185322,142.11097 q -0.487885,0 -0.813141,-0.15925 -0.325256,-0.16263 -0.603079,-0.48448 l 0.352361,-0.3727 q 0.189732,0.18296 0.332032,0.28799 0.145688,0.10172 0.328645,0.15924 0.182957,0.0541 0.437063,0.0541 0.338809,0 0.59969,-0.12537 0.260884,-0.12876 0.260884,-0.43707 0,-0.15923 -0.08471,-0.25072 -0.08471,-0.0914 -0.216838,-0.13552 -0.132135,-0.0474 -0.386242,-0.10498 -0.250718,-0.0576 -0.321867,-0.078 -0.409959,-0.11181 -0.664066,-0.21683 -0.250719,-0.10845 -0.423511,-0.3185 -0.172792,-0.21005 -0.172792,-0.55564 0,-0.35913 0.189733,-0.60307 0.189733,-0.24394 0.498049,-0.36254 0.311704,-0.11857 0.681006,-0.11857 0.782647,0 1.226486,0.45401 l -0.352361,0.39979 q -0.379464,-0.30493 -0.860573,-0.30493 -0.23039,0 -0.420124,0.0609 -0.186345,0.0609 -0.298151,0.17618 -0.108427,0.11181 -0.108427,0.27104 0,0.19651 0.166016,0.32864 0.166016,0.13214 0.389631,0.20667 0.227001,0.0745 0.569197,0.15587 0.301541,0.0711 0.504827,0.14568 0.206672,0.0745 0.403181,0.2846 0.196509,0.20667 0.196509,0.56581 0,0.39979 -0.203284,0.64035 -0.203287,0.23716 -0.521766,0.33881 -0.315093,0.0982 -0.684394,0.0982 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.0752795;fill-opacity:1"
id="path4722" /><path
d="m 84.444151,142.11774 q -0.504826,0 -0.894455,-0.22361 -0.386242,-0.22362 -0.603079,-0.6505 -0.216839,-0.43031 -0.216839,-1.01645 0,-0.58273 0.227003,-1.01642 0.227001,-0.43366 0.626796,-0.66746 0.403182,-0.23377 0.914783,-0.23377 0.376078,0 0.681005,0.15925 0.304928,0.15584 0.470944,0.37606 l -0.359136,0.37949 q -0.162629,-0.1762 -0.342198,-0.28122 -0.179568,-0.10498 -0.443838,-0.10498 -0.345584,0 -0.616632,0.17619 -0.26766,0.17279 -0.420124,0.48449 -0.149074,0.30832 -0.149074,0.70812 0,0.39301 0.142299,0.71148 0.1423,0.31511 0.399793,0.49805 0.257496,0.17957 0.589527,0.17957 0.267659,0 0.487886,-0.13552 0.220226,-0.13891 0.413346,-0.35236 l 0.345586,0.38626 q -0.155854,0.17277 -0.318481,0.30491 -0.15924,0.13214 -0.396405,0.227 -0.237167,0.0914 -0.538707,0.0914 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.0752795;fill-opacity:1"
id="path4724" /><path
d="m 87.506986,140.1391 q 0,-0.58614 -0.02034,-0.83009 -0.01694,-0.24394 -0.0542,-0.45738 h -0.664064 v -0.49466 h 1.104516 l 0.0542,0.67084 q 0.155852,-0.37269 0.440452,-0.55565 0.287987,-0.18295 0.596303,-0.18295 0.240553,0 0.504824,0.10497 0.26766,0.10498 0.423511,0.25411 l -0.311703,0.41334 q -0.09486,-0.10173 -0.287988,-0.18973 -0.189733,-0.0881 -0.423511,-0.0881 -0.287988,0 -0.460779,0.17957 -0.172793,0.17957 -0.254107,0.55226 -0.07792,0.3693 -0.07792,0.96222 v 1.60594 h -0.569199 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.0752795;fill-opacity:1"
id="path4726" /><path
d="m 91.054314,138.35697 h 1.673714 v 3.22546 h 1.070636 v 0.50143 h -2.818888 v -0.50143 h 1.172278 v -2.75113 h -1.09774 z m 0.867351,-1.19261 q 0,-0.24393 0.101649,-0.34558 0.101637,-0.10173 0.345584,-0.10173 0.243942,0 0.345585,0.10173 0.101638,0.10172 0.101638,0.34558 0,0.24394 -0.101638,0.34559 -0.101638,0.10162 -0.345585,0.10162 -0.243942,0 -0.345584,-0.10162 -0.101649,-0.10173 -0.101649,-0.34559 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.0752795;fill-opacity:1"
id="path4728" /><path
d="m 96.566733,142.15162 q -0.342198,0 -0.582752,-0.1219 -0.237166,-0.12537 -0.426898,-0.41334 l -0.02032,0.46754 h -0.555645 q 0.02032,-0.38623 0.02032,-0.80636 v -4.54681 h 0.569199 v 2.29035 q 0.186344,-0.32865 0.457391,-0.50482 0.271047,-0.17957 0.613244,-0.17957 0.447227,0 0.745379,0.25749 0.298151,0.2575 0.44384,0.7081 0.145687,0.45063 0.145687,1.03338 0,0.47771 -0.162628,0.89445 -0.159239,0.41334 -0.47772,0.66745 -0.31848,0.25411 -0.769096,0.25411 z m -1.016426,-1.76181 q 0,0.33543 0.09148,0.63359 0.09148,0.29815 0.294763,0.49126 0.203286,0.18974 0.514989,0.18974 0.335422,0 0.54887,-0.18634 0.213451,-0.18635 0.308316,-0.48451 0.09825,-0.30154 0.09825,-0.65728 0,-0.69455 -0.210061,-1.12146 -0.210062,-0.43028 -0.670841,-0.43028 -0.491274,0 -0.735216,0.43706 -0.240554,0.43367 -0.240554,1.12822 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.0752795;fill-opacity:1"
id="path4730" /><path
d="m 100.63583,142.13808 q -0.49127,0 -0.870736,-0.23717 -0.379467,-0.23716 -0.589529,-0.66746 -0.206673,-0.43028 -0.206673,-0.98593 0,-0.5658 0.210061,-1.00965 0.213451,-0.44723 0.582752,-0.69794 0.369305,-0.25072 0.819915,-0.25072 0.43368,0 0.76232,0.24055 0.32865,0.23716 0.5116,0.70811 0.18296,0.47094 0.18296,1.14517 h -2.473305 q 0,0.5997 0.271047,0.90801 0.274438,0.30493 0.792818,0.30493 0.3388,0 0.62679,-0.11181 0.28799,-0.11182 0.45062,-0.24055 l 0.2846,0.44723 q -0.12875,0.11181 -0.34559,0.21683 -0.21684,0.10173 -0.48449,0.166 -0.26428,0.0644 -0.52516,0.0644 z m 0.86058,-2.27002 q 0,-0.30831 -0.12198,-0.54548 -0.11857,-0.23716 -0.33203,-0.36591 -0.21006,-0.13214 -0.47433,-0.13214 -0.26766,0 -0.49466,0.13214 -0.227003,0.12875 -0.362526,0.36928 -0.132135,0.23718 -0.132135,0.54211 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.0752795;fill-opacity:1"
id="path4732" /><path
id="rect2539"
style="fill:none;stroke:#ffffff;stroke-width:0.336857;stroke-linecap:butt"
d="m 51.89394,111.65182 -11.49107,0 V 98.514397 h 13.137422 l 0,8.930683"
sodipodi:nodetypes="ccccc" /><path
id="rect3554"
style="fill:none;stroke:#ffffff;stroke-width:0.336857;stroke-linecap:butt"
d="m 90.670288,107.43689 0,-8.922493 H 103.80771 V 111.65182 H 90.670288 v -0.84796"
sodipodi:nodetypes="cccccc" /><rect
style="fill:none;fill-opacity:1;stroke:#ffbf2d;stroke-width:0.336857;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect2201"
width="14.147994"
height="14.147994"
x="33.391338"
y="107.60531" /><rect
style="fill:none;fill-opacity:1;stroke:#ffbf2d;stroke-width:0.336857;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect904"
width="14.147994"
height="14.147994"
x="96.671249"
y="107.60531" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.336856;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 77.589725,72.956503 v -4.43799"
id="path691" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.336856;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 77.589725,67.781514 V 65.65965"
id="path693" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.336856;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 77.589729,64.922653 V 64.100647"
id="path695" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.336856;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 66.537998,72.956503 v -4.43799"
id="path697" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.336856;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 66.537998,67.781514 V 65.65965"
id="path699" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.336856;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 66.538003,64.922653 V 64.100647"
id="path701" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect703"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,70.183038,-49.067786)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect705"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,66.477614,-52.773213)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect707"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,73.888469,-52.773213)" /><rect
style="display:inline;fill:none;fill-opacity:1;stroke:#666666;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect6515"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,70.183038,-36.590033)" /><rect
style="display:inline;fill:none;fill-opacity:1;stroke:#666666;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect6517"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,66.477614,-40.29546)" /><rect
style="display:inline;fill:none;fill-opacity:1;stroke:#666666;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect6519"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,73.888469,-40.29546)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect910"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,51.739504,-7.5330462)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect912"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,59.150365,-7.5330462)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect914"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,66.561222,-7.5330462)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect916"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,81.38293,-7.5330462)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect918"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,85.088357,-7.5330462)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect920"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,88.793785,-7.5330462)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect922"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,51.739507,-11.238476)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect924"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,55.444937,-11.238476)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect926"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,59.150365,-11.238476)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect928"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,66.561222,-11.238476)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect930"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,70.266649,-11.238476)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect932"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,73.972077,-11.238476)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect934"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,81.38293,-11.238476)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect936"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,51.739507,-14.943903)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect938"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,59.150367,-14.943903)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect940"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,66.561225,-14.943903)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect942"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,73.972079,-14.943903)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect944"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,81.382933,-14.943903)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect948"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,59.150367,-18.64933)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect950"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,66.561225,-18.64933)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect952"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,70.266652,-18.64933)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect954"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,73.972079,-18.64933)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect956"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,81.382933,-18.64933)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect958"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,85.088361,-18.64933)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect960"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,88.793788,-18.64933)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect5248"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,51.739507,-18.64933)" /><rect
style="fill:none;fill-opacity:1;stroke:#808080;stroke-width:0.305472;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0"
id="rect3167"
width="11.302527"
height="11.302527"
x="330.47699"
y="60.294586" /><rect
style="fill:none;fill-opacity:1;stroke:#808080;stroke-width:0.305472;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0"
id="rect3169"
width="11.302527"
height="11.302527"
x="363.77609"
y="60.294586" /><rect
style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.305473;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0"
id="rect3177"
width="11.913472"
height="11.913472"
x="324.02893"
y="68.376923" /><rect
style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.305473;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0"
id="rect3179"
width="11.913472"
height="11.913472"
x="369.61319"
y="68.376923" /><rect
style="fill:none;fill-opacity:1;stroke:#ffbf2d;stroke-width:0.305473;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect3181"
width="12.829895"
height="12.829895"
x="317.67062"
y="76.620918" /><rect
style="fill:none;fill-opacity:1;stroke:#ffbf2d;stroke-width:0.305473;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect3183"
width="12.829895"
height="12.829895"
x="375.05505"
y="76.620918" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.305472;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 357.75128,79.611392 V 75.586868"
id="path3185" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.305472;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 357.75128,74.918531 V 72.994354"
id="path3187" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.305472;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 357.75128,72.326017 v -0.74542"
id="path3189" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.305472;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 347.72918,79.611392 V 75.586868"
id="path3191" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.305472;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 347.72918,74.918531 V 72.994354"
id="path3193" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.305472;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 347.72918,72.326017 v -0.74542"
id="path3195" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect3197"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.28009054,0,0,0.28009054,351.03462,-31.044478)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect3199"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.28009054,0,0,0.28009054,347.67442,-34.404688)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect3201"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.28009054,0,0,0.28009054,354.39484,-34.404688)" /><rect
style="fill:none;fill-opacity:1;stroke:#808080;stroke-width:0.305472;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0"
id="rect3814"
width="11.302527"
height="11.302527"
x="330.47699"
y="-142.97382"
transform="scale(1,-1)" /><rect
style="fill:none;fill-opacity:1;stroke:#808080;stroke-width:0.305472;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0"
id="rect3816"
width="11.302527"
height="11.302527"
x="363.77609"
y="-142.97382"
transform="scale(1,-1)" /><rect
style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.305473;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0"
id="rect3818"
width="11.913472"
height="11.913472"
x="324.02893"
y="-134.89148"
transform="scale(1,-1)" /><rect
style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.305473;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0"
id="rect3820"
width="11.913472"
height="11.913472"
x="369.61319"
y="-134.89148"
transform="scale(1,-1)" /><rect
style="fill:none;fill-opacity:1;stroke:#ffbf2d;stroke-width:0.305473;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect3822"
width="12.829895"
height="12.829895"
x="317.67062"
y="-126.64751"
transform="scale(1,-1)" /><rect
style="fill:none;fill-opacity:1;stroke:#ffbf2d;stroke-width:0.305473;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect3824"
width="12.829895"
height="12.829895"
x="375.05505"
y="-126.64751"
transform="scale(1,-1)" /><path
d="m 351.46896,99.023979 q -0.33366,0 -0.57365,-0.239993 -0.23999,-0.239992 -0.23999,-0.573638 v -2.587254 q 0,-0.333658 0.23999,-0.57365 0.23999,-0.239993 0.57365,-0.239993 h 2.5814 q 0.3395,0 0.57949,0.239993 0.24,0.239992 0.24,0.57365 v 0.327793 h -0.77852 v -0.158044 q 0,-0.163897 -0.0235,-0.181466 -0.0234,-0.02346 -0.18146,-0.02346 h -2.2536 q -0.16389,0 -0.18732,0.02346 -0.0175,0.01753 -0.0175,0.181466 v 2.247744 q 0,0.163908 0.0175,0.187319 0.0235,0.01753 0.18732,0.01753 h 2.2536 q 0.15805,0 0.18146,-0.01753 0.0235,-0.02346 0.0235,-0.187319 v -0.626324 h -0.95412 v -0.778515 h 1.73264 v 1.5746 q 0,0.333646 -0.24,0.573638 -0.23999,0.239993 -0.57949,0.239993 z"
id="path6790"
style="font-weight:bold;font-size:5.04077px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;writing-mode:tb-rl;text-orientation:upright;text-anchor:middle;fill:#ffffff;stroke-width:0.0682661" /><path
d="m 350.64946,106.36429 v -4.21454 h 0.84875 l 2.58726,3.07896 v -3.07896 h 0.77852 v 4.21454 h -0.84877 l -2.5931,-3.08481 v 3.08481 z"
id="path6792"
style="font-weight:bold;font-size:5.04077px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;writing-mode:tb-rl;text-orientation:upright;text-anchor:middle;fill:#ffffff;stroke-width:0.0682661" /><path
d="m 351.4631,113.70459 q -0.33365,0 -0.57364,-0.23999 -0.23999,-0.23999 -0.23999,-0.57365 v -3.40088 h 0.77266 v 3.23113 q 0,0.1639 0.0175,0.18732 0.0235,0.0175 0.18731,0.0175 h 2.25361 q 0.15804,0 0.18147,-0.0175 0.0235,-0.0235 0.0235,-0.18732 v -3.23113 h 0.77852 v 3.40088 q 0,0.33366 -0.24,0.57365 -0.23999,0.23999 -0.57365,0.23999 z"
id="path6794"
style="font-weight:bold;font-size:5.04077px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;writing-mode:tb-rl;text-orientation:upright;text-anchor:middle;fill:#ffffff;stroke-width:0.0682661" /><path
d="m 351.46896,128.38521 q -0.33366,0 -0.57365,-0.23999 -0.23999,-0.23999 -0.23999,-0.57365 v -2.58725 q 0,-0.33365 0.23999,-0.57364 0.23999,-0.23999 0.57365,-0.23999 h 2.5814 q 0.3395,0 0.57949,0.23999 0.24,0.23999 0.24,0.57364 v 0.3278 h -0.77852 v -0.15804 q 0,-0.16391 -0.0235,-0.18147 -0.0234,-0.0235 -0.18146,-0.0235 h -2.2536 q -0.16389,0 -0.18732,0.0235 -0.0175,0.0175 -0.0175,0.18147 v 2.24774 q 0,0.1639 0.0175,0.18732 0.0235,0.0175 0.18732,0.0175 h 2.2536 q 0.15805,0 0.18146,-0.0175 0.0235,-0.0235 0.0235,-0.18732 v -0.62632 h -0.95412 v -0.77852 h 1.73264 v 1.57459 q 0,0.33366 -0.24,0.57365 -0.23999,0.23999 -0.57949,0.23999 z"
style="font-weight:bold;font-size:5.04077px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;writing-mode:tb-rl;text-orientation:upright;text-anchor:middle;fill:#ffbf2d;fill-opacity:1;stroke-width:0.0682661"
id="path6796" /><path
d="m 351.4631,135.72553 q -0.33365,0 -0.57364,-0.23999 -0.23999,-0.24001 -0.23999,-0.57365 v -3.4009 h 0.77266 v 3.23115 q 0,0.16389 0.0175,0.1873 0.0235,0.0175 0.18731,0.0175 h 2.25361 q 0.15804,0 0.18147,-0.0175 0.0235,-0.0234 0.0235,-0.1873 v -3.23115 h 0.77852 v 3.4009 q 0,0.33364 -0.24,0.57365 -0.23999,0.23999 -0.57365,0.23999 z"
style="font-weight:bold;font-size:5.04077px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;writing-mode:tb-rl;text-orientation:upright;text-anchor:middle;fill:#ffbf2d;fill-opacity:1;stroke-width:0.0682661"
id="path6798" /><path
id="path6800"
style="font-weight:bold;font-size:5.04077px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;writing-mode:tb-rl;text-orientation:upright;text-anchor:middle;fill:#ffbf2d;fill-opacity:1;stroke-width:0.0682661"
d="m 350.71077,138.85121 v 0.76692 h 1.72404 v 2.68117 h -1.72404 v 0.76631 h 1.72404 0.7669 1.72345 v -0.76631 h -1.72345 v -2.68117 h 1.72345 v -0.76692 h -1.72345 -0.7669 z" /><path
d="m 350.64946,150.40614 v -0.21659 l 1.5863,-1.89067 -1.5863,-1.89069 v -0.21658 h 0.83705 l 1.26436,1.4985 1.25265,-1.4985 h 0.84292 v 0.21658 l -1.59216,1.89069 1.59216,1.88482 v 0.22244 h -0.84292 l -1.2585,-1.49264 -1.25851,1.49264 z"
style="font-weight:bold;font-size:5.04077px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;writing-mode:tb-rl;text-orientation:upright;text-anchor:middle;fill:#ffbf2d;fill-opacity:1;stroke-width:0.0682661"
id="path6802" /><path
id="path5983"
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
class="UnoptimicedTransforms"
d="m 0.49976982,408.22313 v 10.90614 H 11.406479 v -10.90614 z m 3.69042628,3.68986 h 3.5258564 v 3.52642 H 4.1901961 Z"
transform="matrix(0.28009054,0,0,0.28009054,351.03462,44.429103)" /><path
id="path3722"
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
class="UnoptimicedTransforms"
d="m 0.49976982,408.22313 v 10.90614 H 11.406479 v -10.90614 z m 3.69042628,3.68986 h 3.5258564 v 3.52642 H 4.1901961 Z"
transform="matrix(0.28009054,0,0,0.28009054,351.03462,-61.8771)" /><g
id="g7851"
transform="matrix(1.1612347,0,0,1.1612347,-53.338633,-34.963313)"
style="display:inline"><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.263058;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 348.21599,74.908536 V 71.442808"
id="path7842" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.263058;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 348.21599,70.867268 v -1.65701"
id="path7844" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.263058;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 348.21599,68.634718 v -0.64192"
id="path7846" /></g><g
id="g7859"
transform="matrix(1.1612347,0,0,1.1612347,-49.978294,-34.963313)"
style="display:inline"><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.263058;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 348.21599,74.908536 V 71.442808"
id="path7853" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.263058;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 348.21599,70.867268 v -1.65701"
id="path7855" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.263058;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 348.21599,68.634718 v -0.64192"
id="path7857" /></g><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:0.580616;stroke-linecap:round;stroke-dasharray:2.32247, 2.32247;stroke-dashoffset:0"
id="rect7447"
width="0.98755902"
height="0.98771679"
x="352.20825"
y="50.903072" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:0.580616;stroke-linecap:round;stroke-dasharray:2.32247, 2.32247;stroke-dashoffset:0"
id="rect7546"
width="0.98755902"
height="0.98771679"
x="352.20825"
y="49.588917" /><path
d="m 346.18092,106.36429 v -4.21454 h 3.88088 v 0.77852 h -3.10237 v 0.93657 h 2.4936 v 0.78436 h -2.4936 v 0.93658 h 3.10237 v 0.77851 z"
id="path2040"
style="font-size:5.04078px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, @wght=700';font-variation-settings:'wght' 700;letter-spacing:0px;fill:#ffbf2d;fill-opacity:1;stroke-width:0.209054" /><path
d="m 357.84116,106.36429 -2.44093,-4.21454 h 0.90144 l 1.88484,3.27797 1.8907,-3.27797 h 0.89559 l -2.44093,4.21454 z"
id="path2044"
style="font-size:5.04078px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, @wght=700';font-variation-settings:'wght' 700;letter-spacing:0px;fill:#ffbf2d;fill-opacity:1;stroke-width:0.209054" /><path
d="m 33.222915,131.70284 v -5.42591 h 4.376951 q 0.437696,0 0.7471,0.31695 0.309406,0.30941 0.309406,0.732 v 1.46402 q 0,0.43015 -0.309406,0.73956 -0.309404,0.30941 -0.7471,0.30941 h -0.294312 l 1.343271,1.58475 v 0.27922 h -1.086691 l -1.562119,-1.86397 -1.780966,0.008 v 1.85642 z m 1.260261,-2.86766 h 2.90539 q 0.203754,0 0.226393,-0.0226 0.03018,-0.0226 0.03018,-0.23394 v -1.04142 q 0,-0.21129 -0.03018,-0.23394 -0.02264,-0.0303 -0.226393,-0.0303 h -2.90539 q -0.211302,0 -0.241487,0.0303 -0.02264,0.0226 -0.02264,0.23394 v 1.04142 q 0,0.2113 0.02264,0.23394 0.03018,0.0226 0.241487,0.0226 z"
id="path4897"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.08801" /><path
d="m 39.471396,131.70284 v -5.43345 h 5.003308 v 1.00368 h -3.999628 v 1.20743 h 3.214795 v 1.01123 h -3.214795 v 1.20743 h 3.999628 v 1.00368 z"
id="path4899"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.08801" /><path
d="m 45.236904,131.70284 v -5.42591 h 4.376951 q 0.437694,0 0.7471,0.31695 0.309405,0.30941 0.309405,0.732 v 1.46402 q 0,0.43015 -0.309405,0.73956 -0.309406,0.30941 -0.7471,0.30941 l -3.380817,0.008 v 1.85642 z m 1.26026,-2.86766 h 2.905389 q 0.203755,0 0.233942,-0.0226 0.03018,-0.0226 0.03018,-0.23394 v -1.04142 q 0,-0.21129 -0.03018,-0.23394 -0.03018,-0.0303 -0.233942,-0.0303 h -2.905389 q -0.211302,0 -0.241486,0.0303 -0.02264,0.0226 -0.02264,0.23394 v 1.04142 q 0,0.2113 0.02264,0.23394 0.03018,0.0226 0.241486,0.0226 z"
id="path4901"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.08801" /><path
d="m 51.198615,131.70284 v -5.42591 h 4.376952 q 0.437694,0 0.7471,0.31695 0.309406,0.30941 0.309406,0.732 v 1.46402 q 0,0.43015 -0.309406,0.73956 -0.309406,0.30941 -0.7471,0.30941 h -0.294312 l 1.34327,1.58475 v 0.27922 h -1.08669 l -1.562119,-1.86397 -1.780966,0.008 v 1.85642 z m 1.260261,-2.86766 h 2.905389 q 0.203755,0 0.226395,-0.0226 0.03018,-0.0226 0.03018,-0.23394 v -1.04142 q 0,-0.21129 -0.03018,-0.23394 -0.02264,-0.0303 -0.226395,-0.0303 h -2.905389 q -0.211301,0 -0.241486,0.0303 -0.02264,0.0226 -0.02264,0.23394 v 1.04142 q 0,0.2113 0.02264,0.23394 0.03018,0.0226 0.241486,0.0226 z"
id="path4903"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.08801" /><path
d="m 58.46587,131.70284 q -0.430149,0 -0.739555,-0.30941 -0.309405,-0.3094 -0.309405,-0.73955 v -3.33554 q 0,-0.43015 0.309405,-0.73956 0.309406,-0.30939 0.739555,-0.30939 h 3.335537 q 0.430149,0 0.739555,0.30939 0.309406,0.30941 0.309406,0.73956 v 3.33554 q 0,0.43015 -0.309406,0.73955 -0.309406,0.30941 -0.739555,0.30941 z m 0.211301,-1.00368 h 2.905389 q 0.203755,0 0.233941,-0.0226 0.03018,-0.0303 0.03018,-0.2415 v -2.89784 q 0,-0.21129 -0.03018,-0.23394 -0.03018,-0.0303 -0.233941,-0.0303 h -2.905389 q -0.211301,0 -0.241488,0.0303 -0.02264,0.0226 -0.02264,0.23394 v 2.89784 q 0,0.21131 0.02264,0.2415 0.03018,0.0226 0.241488,0.0226 z"
id="path4905"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.08801" /><path
d="m 63.695563,131.70284 v -5.43345 h 4.376952 q 0.437695,0 0.7471,0.30939 0.309405,0.30941 0.309405,0.73956 v 3.33554 q 0,0.43015 -0.309405,0.73955 -0.309405,0.30941 -0.7471,0.30941 z m 1.260261,-1.00368 h 2.90539 q 0.203755,0 0.233941,-0.0226 0.03018,-0.0303 0.03018,-0.2415 v -2.89784 q 0,-0.21129 -0.03018,-0.23394 -0.03018,-0.0303 -0.233941,-0.0303 h -2.90539 q -0.211302,0 -0.241487,0.0303 -0.02264,0.0226 -0.02264,0.23394 v 2.89784 q 0,0.21131 0.02264,0.2415 0.03018,0.0226 0.241487,0.0226 z"
id="path4907"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.08801" /><path
d="m 71.00809,131.70284 q -0.430149,0 -0.739554,-0.30941 -0.309406,-0.3094 -0.309406,-0.73955 v -4.38449 h 0.996134 v 4.16564 q 0,0.2113 0.02264,0.24148 0.03018,0.0226 0.241486,0.0226 h 2.90539 q 0.203755,0 0.233942,-0.0226 0.03018,-0.0302 0.03018,-0.24148 v -4.16564 h 1.003679 v 4.38449 q 0,0.43015 -0.309404,0.73955 -0.309406,0.30941 -0.739555,0.30941 z"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.08801;fill-opacity:1"
id="path4909" /><path
d="m 77.27165,131.70284 q -0.430148,0 -0.739554,-0.30941 -0.309405,-0.3094 -0.309405,-0.73955 v -3.33554 q 0,-0.43015 0.309405,-0.73956 0.309406,-0.30939 0.739554,-0.30939 h 4.369405 v 1.00368 h -4.158104 q -0.211301,0 -0.241487,0.0302 -0.02264,0.0226 -0.02264,0.23394 v 2.89784 q 0,0.2113 0.02264,0.24148 0.03018,0.0226 0.241487,0.0226 h 4.158104 v 1.00369 z"
id="path4911"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.08801" /><path
d="m 82.395707,131.70284 v -5.43345 h 0.988586 v 5.43345 z"
id="path4913"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.08801" /><path
d="m 84.063481,131.70284 v -5.43345 h 4.16565 q 0.430149,0 0.739553,0.30939 0.309406,0.30941 0.309406,0.73956 v 1.06405 q 0,0.098 -0.0151,0.18867 -0.01509,0.0905 -0.05283,0.17356 0.128291,0.17358 0.203755,0.36223 0.08301,0.18867 0.08301,0.37734 v 1.16969 q 0,0.43015 -0.309405,0.73955 -0.309405,0.30941 -0.747099,0.30941 z m 1.26026,-1.00368 h 2.90539 q 0.203754,0 0.23394,-0.0226 0.03018,-0.0303 0.03018,-0.2415 v -0.732 q 0,-0.21129 -0.03018,-0.23394 -0.03018,-0.0302 -0.23394,-0.0302 h -2.90539 q -0.211301,0 -0.241487,0.0302 -0.02264,0.0226 -0.02264,0.23394 v 0.732 q 0,0.21131 0.02264,0.2415 0.03018,0.0226 0.241487,0.0226 z m 0,-2.26394 h 2.686543 q 0.2113,0 0.23394,-0.0226 0.02264,-0.0302 0.02264,-0.24148 v -0.63392 q 0,-0.21129 -0.02264,-0.23394 -0.02264,-0.0303 -0.23394,-0.0303 h -2.686543 q -0.211301,0 -0.241487,0.0303 -0.02264,0.0226 -0.02264,0.23394 v 0.63392 q 0,0.21129 0.02264,0.24148 0.03018,0.0226 0.241487,0.0226 z"
id="path4915"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.08801" /><path
d="m 90.289319,131.70284 v -5.43345 h 0.988587 v 5.43345 z"
id="path4917"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.08801" /><path
d="m 91.942005,131.70284 v -5.441 h 0.996134 v 4.43732 h 4.437322 v 1.00368 z"
id="path4919"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.08801" /><path
d="m 97.782963,131.70284 v -5.43345 h 0.988588 v 5.43345 z"
id="path4921"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.08801" /><path
d="m 101.47911,131.70284 v -4.42977 h -2.218662 v -1.00368 h 5.433462 v 1.00368 h -2.21112 v 4.42977 z"
id="path4923"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.08801" /><path
d="m 107.47101,131.70284 v -2.03755 l -2.50542,-3.3959 h 1.17725 l 1.83378,2.30167 1.8187,-2.30167 h 1.19237 l -2.51301,3.40345 v 2.03 z"
id="path4925"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.08801" /><text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.0587875;fill-opacity:1"
x="68.88752"
y="-12.924987"
id="text4578"><tspan
sodipodi:role="line"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.29167px;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;fill:#ffbf2d;stroke-width:0.0587875;fill-opacity:1"
x="68.88752"
y="-12.924987"
id="tspan4576">$ guix describe</tspan></text><text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.068729"
x="68.741707"
y="-21.031757"
id="text4584"><tspan
sodipodi:role="line"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:5.89321px;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;fill:#ffffff;stroke-width:0.068729"
x="68.741707"
y="-21.031757"
id="tspan4582">REPROD<tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:5.89321px;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#ffbf2d;fill-opacity:1;stroke-width:0.068729"
id="tspan4580">U</tspan>CIBILITY</tspan></text></g><g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="printing area"
transform="translate(70.555554)"
style="display:none"
sodipodi:insensitive="true"><rect
style="fill:none;stroke:#666666;stroke-width:0.5;stroke-linecap:round;stroke-dasharray:2, 2;stroke-dashoffset:0"
id="rect1730"
width="89.5"
height="119.5"
x="27.334679"
y="64.350647" /><rect
style="fill:none;stroke:#666666;stroke-width:0.5;stroke-linecap:round;stroke-dasharray:2, 2;stroke-dashoffset:0"
id="rect2556"
width="89.5"
height="119.5"
x="308.0278"
y="44.242283" /></g><g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="font info"
style="display:none"
sodipodi:insensitive="true"><text
xml:space="preserve"
style="font-size:6.35px;line-height:1.25;font-family:'Work Sans';-inkscape-font-specification:'Work Sans';text-align:center;letter-spacing:0px;text-anchor:middle;stroke-width:0.264583"
x="227.69312"
y="158.15199"
id="text1330"><tspan
sodipodi:role="line"
id="tspan1328"
style="font-size:6.35px;text-align:start;text-anchor:start;stroke-width:0.264583"
x="227.69312"
y="158.15199">Font: Orbitron</tspan></text><text
xml:space="preserve"
style="font-size:6.35px;line-height:1.25;font-family:'Work Sans';-inkscape-font-specification:'Work Sans';text-align:center;letter-spacing:0px;text-anchor:middle;stroke-width:0.264583"
x="289.07645"
y="138.26073"
id="text1655"><tspan
sodipodi:role="line"
id="tspan1653"
style="font-size:6.35px;text-align:start;text-anchor:start;stroke-width:0.264583"
x="289.07645"
y="138.26073">Font: Orbitron</tspan><tspan
sodipodi:role="line"
style="font-size:6.35px;text-align:start;text-anchor:start;stroke-width:0.264583"
x="289.07645"
y="146.19823"
id="tspan1657">(with custom char i)</tspan></text><path
style="fill:none;stroke:#d40000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#Dot)"
d="m 184.72783,129.40763 40.17769,26.45833"
id="path2043"
sodipodi:nodetypes="cc" /><path
style="fill:none;stroke:#d40000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#Dot)"
d="M 107.99866,140.0518 68.272187,160.16013"
id="path3159"
sodipodi:nodetypes="cc" /><text
xml:space="preserve"
style="font-size:6.35px;line-height:1.25;font-family:'Work Sans';-inkscape-font-specification:'Work Sans';text-align:center;letter-spacing:0px;text-anchor:middle;stroke-width:0.264583"
x="16.026382"
y="161.85619"
id="text3613"><tspan
sodipodi:role="line"
id="tspan3611"
style="font-size:6.35px;text-align:start;text-anchor:start;stroke-width:0.264583"
x="16.026382"
y="161.85619">Font: JuliaMono</tspan></text><path
style="fill:none;stroke:#d40000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#Dot)"
d="m 417.37905,116.96418 -80.60947,19.32271"
id="path3739"
sodipodi:nodetypes="cc" /></g></svg>

After

Width:  |  Height:  |  Size: 60 KiB

View File

@ -0,0 +1,764 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="564.44446mm"
height="282.22223mm"
viewBox="0 0 564.44446 282.22223"
version="1.1"
id="svg6964"
xml:space="preserve"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
sodipodi:docname="T-SHIRT-MOCKUP-WOMEN.svg"
inkscape:export-filename="../T-SHIRT-MOCKUP-WOMEN.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
id="namedview6966"
pagecolor="#505050"
bordercolor="#eeeeee"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#505050"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="0.751875"
inkscape:cx="448.87781"
inkscape:cy="386.36741"
inkscape:window-width="1920"
inkscape:window-height="1011"
inkscape:window-x="0"
inkscape:window-y="32"
inkscape:window-maximized="1"
inkscape:current-layer="layer2" /><defs
id="defs6961"><marker
style="overflow:visible"
id="Dot"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Dot"
markerWidth="5.6666665"
markerHeight="5.6666665"
viewBox="0 0 5.6666667 5.6666667"
inkscape:isstock="true"
inkscape:collect="always"
preserveAspectRatio="xMidYMid"><path
transform="scale(0.5)"
style="fill:context-stroke;fill-rule:evenodd;stroke:context-stroke;stroke-width:1pt"
d="M 5,0 C 5,2.76 2.76,5 0,5 -2.76,5 -5,2.76 -5,0 c 0,-2.76 2.3,-5 5,-5 2.76,0 5,2.24 5,5 z"
id="Dot1"
sodipodi:nodetypes="sssss" /></marker></defs><g
inkscape:label="t-shirt"
inkscape:groupmode="layer"
id="layer1"
transform="translate(103.28937,-42.489666)"
sodipodi:insensitive="true"><image
width="282.22223"
height="282.22223"
preserveAspectRatio="none"
style="image-rendering:optimizeQuality"
xlink:href="T-SHIRT-WOMEN-FRONT.png"
id="image627"
x="-103.28937"
y="42.489666" /><image
width="282.22223"
height="282.22223"
preserveAspectRatio="none"
style="image-rendering:optimizeQuality"
xlink:href="T-SHIRT-WOMEN-BACK.png"
id="image969"
x="178.93286"
y="42.489666" /></g><g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="design"
transform="translate(70.555554)"><path
id="rect548"
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
class="UnoptimicedTransforms"
d="m 0.49976982,408.22313 v 10.90614 H 11.406479 v -10.90614 z m 3.69042628,3.68986 h 3.5258564 v 3.52642 H 4.1901961 Z"
transform="matrix(0.30886609,0,0,0.30886609,70.266571,39.192797)" /><rect
style="fill:none;fill-opacity:1;stroke:#808080;stroke-width:0.336856;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0"
id="rect4130"
width="12.463711"
height="12.463711"
x="47.513363"
y="105.47671" /><rect
style="fill:none;fill-opacity:1;stroke:#808080;stroke-width:0.336856;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0"
id="rect4354"
width="12.463711"
height="12.463711"
x="84.233505"
y="105.47671" /><path
d="m 43.929382,152.64635 v 0.47433 q 0.365912,0.0509 0.626795,0.22023 0.26427,0.16602 0.403183,0.41675 0.1423,0.25071 0.155852,0.55563 h -0.589527 q -0.02372,-0.5692 -0.667454,-0.68438 v 1.68048 q 0.413347,0.11525 0.708111,0.32526 0.298151,0.21005 0.450615,0.48449 0.152464,0.27444 0.152464,0.57937 0,0.3117 -0.155852,0.58952 -0.152464,0.27444 -0.433675,0.46756 -0.281212,0.18974 -0.650512,0.24734 v 0.47771 h -0.667454 v -0.48449 q -0.579362,-0.0914 -0.911395,-0.43029 -0.332033,-0.34219 -0.332033,-0.89447 h 0.596304 q 0,0.31171 0.203284,0.53871 0.206674,0.22362 0.528541,0.30154 v -1.7618 q -0.450615,-0.15245 -0.721662,-0.33202 -0.271046,-0.18297 -0.396405,-0.41675 -0.121971,-0.23377 -0.121971,-0.55565 0,-0.53191 0.304927,-0.8809 0.308316,-0.34897 0.85041,-0.43706 v -0.48111 z m -1.226488,1.68388 q 0,0.51499 0.643735,0.80637 v -1.51787 q -0.338807,0.0609 -0.491271,0.26089 -0.152464,0.19989 -0.152464,0.45061 z m 1.155337,3.19498 q 0.223613,-0.0406 0.393018,-0.16263 0.172793,-0.12191 0.264271,-0.29477 0.09148,-0.17619 0.09148,-0.3693 0,-0.54887 -0.748769,-0.78943 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.0752795;fill-opacity:1"
id="path4708" /><path
d="m 51.522088,159.38187 q -0.315091,0 -0.582751,-0.0711 -0.26427,-0.0711 -0.460779,-0.20668 -0.386241,-0.26767 -0.386241,-0.67761 0,-0.23717 0.118577,-0.45739 0.118578,-0.22023 0.294764,-0.3964 -0.162628,-0.11525 -0.233778,-0.25412 -0.07114,-0.14231 -0.07114,-0.32864 0,-0.21685 0.08131,-0.38624 0.08131,-0.17279 0.277822,-0.35914 v -0.0678 q -0.04066,-0.0236 -0.105032,-0.11858 -0.06098,-0.0983 -0.1118,-0.26765 -0.04744,-0.1728 -0.04744,-0.39979 0,-0.34898 0.172792,-0.6268 0.176181,-0.28121 0.484497,-0.44046 0.311703,-0.15923 0.697946,-0.15923 0.213448,0 0.359136,0.0609 h 1.341683 v 0.51499 H 52.66726 q 0.101638,0.12191 0.149076,0.29137 0.04744,0.16941 0.04744,0.33881 0,0.34219 -0.159242,0.64374 -0.159239,0.29815 -0.443838,0.47773 -0.284599,0.17955 -0.643737,0.17955 -0.19312,0 -0.35236,-0.044 -0.159241,-0.0474 -0.311704,-0.12875 -0.145689,0.0813 -0.203286,0.16941 -0.0542,0.0881 -0.0542,0.24054 0,0.17619 0.176181,0.25411 0.179568,0.078 0.460779,0.078 0.118578,0 0.38963,-0.007 l 0.301541,-0.007 q 0.467556,0 0.77926,0.21006 0.186345,0.12537 0.277822,0.3151 0.09486,0.18973 0.09486,0.43029 0,0.25409 -0.118578,0.47432 -0.118577,0.22362 -0.342196,0.38625 -0.220225,0.15923 -0.545482,0.24734 -0.325256,0.0914 -0.647125,0.0914 z m -0.826693,-1.05708 q 0,0.54887 0.853799,0.54887 0.528541,0 0.786036,-0.18296 0.11859,-0.0813 0.179569,-0.19651 0.06438,-0.11181 0.06438,-0.24395 0,-0.24731 -0.182957,-0.36252 -0.179569,-0.11858 -0.4269,-0.11858 -0.09149,0 -0.19312,0.007 -0.101637,0.003 -0.145688,0.003 -0.132136,0.0101 -0.250719,0.0101 -0.152465,0 -0.352361,-0.044 -0.159239,0.0983 -0.24733,0.25412 -0.08471,0.15585 -0.08471,0.32524 z m 0.162629,-2.92054 q 0,0.35577 0.196509,0.55904 0.199897,0.19989 0.528541,0.19989 0.335422,0 0.521767,-0.19989 0.189731,-0.1999 0.189731,-0.55904 0,-0.35914 -0.189731,-0.56919 -0.189734,-0.21007 -0.521767,-0.21007 -0.206673,0 -0.372689,0.0949 -0.166017,0.0914 -0.260883,0.27104 -0.09148,0.17618 -0.09148,0.41335 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.0752795;fill-opacity:1"
id="path4710" /><path
d="m 55.506482,158.0063 q -0.633573,0 -0.911396,-0.33881 -0.274434,-0.3388 -0.274434,-0.9961 v -2.43941 h 0.569198 v 2.20904 q 0,0.35574 0.04744,0.58613 0.05082,0.23039 0.216837,0.37609 0.169404,0.14228 0.501437,0.14228 0.345585,0 0.569198,-0.18294 0.223614,-0.18636 0.325257,-0.47774 0.101648,-0.29476 0.101648,-0.63356 v -2.0193 h 0.582752 v 2.92053 q 0,0.22362 0.01355,0.54887 0,0.0745 0.0068,0.25749 h -0.535318 l -0.02711,-0.49465 q -0.19312,0.28119 -0.498047,0.41334 -0.304929,0.12874 -0.687783,0.12874 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.0752795;fill-opacity:1"
id="path4712" /><path
d="m 58.528658,154.23198 h 1.673714 v 3.22546 h 1.070636 v 0.50143 h -2.818887 v -0.50143 h 1.172277 v -2.75113 h -1.09774 z m 0.867351,-1.19261 q 0,-0.24393 0.101649,-0.34558 0.101638,-0.10173 0.345584,-0.10173 0.243943,0 0.345585,0.10173 0.101638,0.10172 0.101638,0.34558 0,0.24394 -0.101638,0.34559 -0.101638,0.10162 -0.345585,0.10162 -0.243942,0 -0.345584,-0.10162 -0.101649,-0.10173 -0.101649,-0.34559 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.0752795;fill-opacity:1"
id="path4714" /><path
d="m 63.600627,156.09543 -1.124845,-1.86345 h 0.636961 l 0.806364,1.38234 0.867351,-1.38234 h 0.589525 l -1.124844,1.82279 1.179055,1.9041 h -0.650513 l -0.860574,-1.44332 -0.908007,1.44332 h -0.60308 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.0752795;fill-opacity:1"
id="path4716" /><path
d="m 71.925162,157.99953 q -0.474331,0 -0.796199,-0.28121 -0.31848,-0.2846 -0.474333,-0.72844 -0.152463,-0.44724 -0.152463,-0.94189 0,-0.46078 0.169404,-0.89106 0.169403,-0.43029 0.49466,-0.70133 0.325258,-0.27106 0.76232,-0.27106 0.318481,0 0.599691,0.13215 0.284599,0.12873 0.447228,0.43028 v -2.14128 h 0.569199 v 4.54004 q 0,0.11857 0.0034,0.27783 0.0034,0.15585 0.0068,0.24054 l 0.01008,0.29477 h -0.521716 l -0.06777,-0.50143 q -0.206674,0.29815 -0.44384,0.42012 -0.237167,0.12203 -0.606468,0.12203 z m -0.860573,-1.938 q 0,0.35238 0.111799,0.69797 0.115196,0.34557 0.342196,0.57257 0.227001,0.22701 0.548871,0.22701 0.335419,0 0.538705,-0.22701 0.203284,-0.23037 0.284599,-0.5658 0.08471,-0.33542 0.08471,-0.69117 0,-0.35574 -0.09825,-0.681 -0.09825,-0.32526 -0.318479,-0.53532 -0.220227,-0.21345 -0.565812,-0.21345 -0.308316,0 -0.518377,0.21683 -0.210061,0.21346 -0.311703,0.54209 -0.09825,0.32526 -0.09825,0.65728 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.0752795;fill-opacity:1"
id="path4718" /><path
d="m 76.241587,158.01309 q -0.491273,0 -0.870737,-0.23717 -0.379467,-0.23716 -0.589529,-0.66746 -0.206673,-0.43028 -0.206673,-0.98593 0,-0.5658 0.210061,-1.00965 0.213451,-0.44723 0.582752,-0.69794 0.369301,-0.25072 0.819917,-0.25072 0.433676,0 0.76232,0.24055 0.328645,0.23716 0.5116,0.70811 0.182957,0.47094 0.182957,1.14517 h -2.473304 q 0,0.5997 0.271047,0.90801 0.274436,0.30493 0.792813,0.30493 0.338808,0 0.626797,-0.11181 0.287987,-0.11182 0.450615,-0.24055 l 0.284599,0.44723 q -0.128747,0.11181 -0.345585,0.21683 -0.216837,0.10173 -0.484496,0.166 -0.26427,0.0644 -0.525154,0.0644 z m 0.860573,-2.27002 q 0,-0.30831 -0.121971,-0.54548 -0.118577,-0.23716 -0.332032,-0.36591 -0.21006,-0.13214 -0.474331,-0.13214 -0.267659,0 -0.494661,0.13214 -0.227002,0.12875 -0.362526,0.36928 -0.132134,0.23718 -0.132134,0.54211 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.0752795;fill-opacity:1"
id="path4720" /><path
d="m 80.185322,157.98598 q -0.487885,0 -0.813141,-0.15925 -0.325256,-0.16263 -0.603079,-0.48448 l 0.352361,-0.3727 q 0.189732,0.18296 0.332032,0.28799 0.145688,0.10172 0.328645,0.15924 0.182957,0.0541 0.437063,0.0541 0.338809,0 0.59969,-0.12537 0.260884,-0.12876 0.260884,-0.43707 0,-0.15923 -0.08471,-0.25072 -0.08471,-0.0914 -0.216838,-0.13552 -0.132135,-0.0474 -0.386242,-0.10498 -0.250718,-0.0576 -0.321867,-0.078 -0.409959,-0.11181 -0.664066,-0.21683 -0.250719,-0.10845 -0.423511,-0.3185 -0.172792,-0.21005 -0.172792,-0.55564 0,-0.35913 0.189733,-0.60307 0.189733,-0.24394 0.498049,-0.36254 0.311704,-0.11857 0.681006,-0.11857 0.782647,0 1.226486,0.45401 l -0.352361,0.39979 q -0.379464,-0.30493 -0.860573,-0.30493 -0.23039,0 -0.420124,0.0609 -0.186345,0.0609 -0.298151,0.17618 -0.108427,0.11181 -0.108427,0.27104 0,0.19651 0.166016,0.32864 0.166016,0.13214 0.389631,0.20667 0.227001,0.0745 0.569197,0.15587 0.301541,0.0711 0.504827,0.14568 0.206672,0.0745 0.403181,0.2846 0.196509,0.20667 0.196509,0.56581 0,0.39979 -0.203284,0.64035 -0.203287,0.23716 -0.521766,0.33881 -0.315093,0.0982 -0.684394,0.0982 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.0752795;fill-opacity:1"
id="path4722" /><path
d="m 84.444151,157.99275 q -0.504826,0 -0.894455,-0.22361 -0.386242,-0.22362 -0.603079,-0.6505 -0.216839,-0.43031 -0.216839,-1.01645 0,-0.58273 0.227003,-1.01642 0.227001,-0.43366 0.626796,-0.66746 0.403182,-0.23377 0.914783,-0.23377 0.376078,0 0.681005,0.15925 0.304928,0.15584 0.470944,0.37606 l -0.359136,0.37949 q -0.162629,-0.1762 -0.342198,-0.28122 -0.179568,-0.10498 -0.443838,-0.10498 -0.345584,0 -0.616632,0.17619 -0.26766,0.17279 -0.420124,0.48449 -0.149074,0.30832 -0.149074,0.70812 0,0.39301 0.142299,0.71148 0.1423,0.31511 0.399793,0.49805 0.257496,0.17957 0.589527,0.17957 0.267659,0 0.487886,-0.13552 0.220226,-0.13891 0.413346,-0.35236 l 0.345586,0.38626 q -0.155854,0.17277 -0.318481,0.30491 -0.15924,0.13214 -0.396405,0.227 -0.237167,0.0914 -0.538707,0.0914 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.0752795;fill-opacity:1"
id="path4724" /><path
d="m 87.506986,156.01411 q 0,-0.58614 -0.02034,-0.83009 -0.01694,-0.24394 -0.0542,-0.45738 h -0.664064 v -0.49466 h 1.104516 l 0.0542,0.67084 q 0.155852,-0.37269 0.440452,-0.55565 0.287987,-0.18295 0.596303,-0.18295 0.240553,0 0.504824,0.10497 0.26766,0.10498 0.423511,0.25411 l -0.311703,0.41334 q -0.09486,-0.10173 -0.287988,-0.18973 -0.189733,-0.0881 -0.423511,-0.0881 -0.287988,0 -0.460779,0.17957 -0.172793,0.17957 -0.254107,0.55226 -0.07792,0.3693 -0.07792,0.96222 v 1.60594 h -0.569199 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.0752795;fill-opacity:1"
id="path4726" /><path
d="m 91.054314,154.23198 h 1.673714 v 3.22546 h 1.070636 v 0.50143 h -2.818888 v -0.50143 h 1.172278 v -2.75113 h -1.09774 z m 0.867351,-1.19261 q 0,-0.24393 0.101649,-0.34558 0.101637,-0.10173 0.345584,-0.10173 0.243942,0 0.345585,0.10173 0.101638,0.10172 0.101638,0.34558 0,0.24394 -0.101638,0.34559 -0.101638,0.10162 -0.345585,0.10162 -0.243942,0 -0.345584,-0.10162 -0.101649,-0.10173 -0.101649,-0.34559 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.0752795;fill-opacity:1"
id="path4728" /><path
d="m 96.566733,158.02663 q -0.342198,0 -0.582752,-0.1219 -0.237166,-0.12537 -0.426898,-0.41334 l -0.02032,0.46754 h -0.555645 q 0.02032,-0.38623 0.02032,-0.80636 v -4.54681 h 0.569199 v 2.29035 q 0.186344,-0.32865 0.457391,-0.50482 0.271047,-0.17957 0.613244,-0.17957 0.447227,0 0.745379,0.25749 0.298151,0.2575 0.44384,0.7081 0.145687,0.45063 0.145687,1.03338 0,0.47771 -0.162628,0.89445 -0.159239,0.41334 -0.47772,0.66745 -0.31848,0.25411 -0.769096,0.25411 z m -1.016426,-1.76181 q 0,0.33543 0.09148,0.63359 0.09148,0.29815 0.294763,0.49126 0.203286,0.18974 0.514989,0.18974 0.335422,0 0.54887,-0.18634 0.213451,-0.18635 0.308316,-0.48451 0.09825,-0.30154 0.09825,-0.65728 0,-0.69455 -0.210061,-1.12146 -0.210062,-0.43028 -0.670841,-0.43028 -0.491274,0 -0.735216,0.43706 -0.240554,0.43367 -0.240554,1.12822 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.0752795;fill-opacity:1"
id="path4730" /><path
d="m 100.63583,158.01309 q -0.49127,0 -0.870736,-0.23717 -0.379467,-0.23716 -0.589529,-0.66746 -0.206673,-0.43028 -0.206673,-0.98593 0,-0.5658 0.210061,-1.00965 0.213451,-0.44723 0.582752,-0.69794 0.369305,-0.25072 0.819915,-0.25072 0.43368,0 0.76232,0.24055 0.32865,0.23716 0.5116,0.70811 0.18296,0.47094 0.18296,1.14517 h -2.473305 q 0,0.5997 0.271047,0.90801 0.274438,0.30493 0.792818,0.30493 0.3388,0 0.62679,-0.11181 0.28799,-0.11182 0.45062,-0.24055 l 0.2846,0.44723 q -0.12875,0.11181 -0.34559,0.21683 -0.21684,0.10173 -0.48449,0.166 -0.26428,0.0644 -0.52516,0.0644 z m 0.86058,-2.27002 q 0,-0.30831 -0.12198,-0.54548 -0.11857,-0.23716 -0.33203,-0.36591 -0.21006,-0.13214 -0.47433,-0.13214 -0.26766,0 -0.49466,0.13214 -0.227003,0.12875 -0.362526,0.36928 -0.132135,0.23718 -0.132135,0.54211 z"
style="font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.0752795;fill-opacity:1"
id="path4732" /><path
id="rect2539"
style="fill:none;stroke:#ffffff;stroke-width:0.336857;stroke-linecap:butt"
d="m 51.89394,127.5268 -11.49107,0 v -13.13742 h 13.137422 l 0,8.92517"
sodipodi:nodetypes="ccccc" /><path
id="rect3554"
style="fill:none;stroke:#ffffff;stroke-width:0.336857;stroke-linecap:butt"
d="m 90.670288,123.31189 0,-8.92251 H 103.80771 V 127.5268 H 90.670288 v -0.84634"
sodipodi:nodetypes="cccccc" /><rect
style="fill:none;fill-opacity:1;stroke:#ffbf2d;stroke-width:0.336857;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect2201"
width="14.147994"
height="14.147994"
x="33.391338"
y="123.4803" /><rect
style="fill:none;fill-opacity:1;stroke:#ffbf2d;stroke-width:0.336857;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect904"
width="14.147994"
height="14.147994"
x="96.671249"
y="123.4803" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.336856;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 77.589725,88.831504 v -4.43799"
id="path691" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.336856;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 77.589725,83.656515 V 81.534651"
id="path693" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.336856;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 77.589729,80.797654 V 79.975648"
id="path695" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.336856;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 66.537998,88.831504 v -4.43799"
id="path697" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.336856;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 66.537998,83.656515 V 81.534651"
id="path699" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.336856;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 66.538003,80.797654 V 79.975648"
id="path701" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect703"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,70.183038,-33.192785)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect705"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,66.477614,-36.898212)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect707"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,73.888469,-36.898212)" /><rect
style="display:inline;fill:none;fill-opacity:1;stroke:#666666;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect6515"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,70.183038,-20.715032)" /><rect
style="display:inline;fill:none;fill-opacity:1;stroke:#666666;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect6517"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,66.477614,-24.420459)" /><rect
style="display:inline;fill:none;fill-opacity:1;stroke:#666666;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect6519"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,73.888469,-24.420459)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect910"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,51.739504,8.3419539)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect912"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,59.150365,8.3419539)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect914"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,66.561222,8.3419539)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect916"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,81.38293,8.3419539)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect918"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,85.088357,8.3419539)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect920"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,88.793785,8.3419539)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect922"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,51.739507,4.636524)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect924"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,55.444937,4.636524)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect926"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,59.150365,4.636524)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect928"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,66.561222,4.636524)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect930"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,70.266649,4.636524)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect932"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,73.972077,4.636524)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect934"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,81.38293,4.636524)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect936"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,51.739507,0.93109707)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect938"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,59.150367,0.93109707)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect940"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,66.561225,0.93109707)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect942"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,73.972079,0.93109707)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect944"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,81.382933,0.93109707)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect948"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,59.150367,-2.7743296)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect950"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,66.561225,-2.7743296)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect952"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,70.266652,-2.7743296)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect954"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,73.972079,-2.7743296)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect956"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,81.382933,-2.7743296)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect958"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,85.088361,-2.7743296)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect960"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,88.793788,-2.7743296)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect5248"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.30886609,0,0,0.30886609,51.739507,-2.7743296)" /><g
id="g2978"
transform="translate(0.21417794,15.875)"><rect
style="fill:none;fill-opacity:1;stroke:#808080;stroke-width:0.305472;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0"
id="rect3167"
width="11.302527"
height="11.302527"
x="330.26282"
y="60.294586" /><rect
style="fill:none;fill-opacity:1;stroke:#808080;stroke-width:0.305472;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0"
id="rect3169"
width="11.302527"
height="11.302527"
x="363.56192"
y="60.294586" /><rect
style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.305473;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0"
id="rect3177"
width="11.913472"
height="11.913472"
x="323.81476"
y="68.376923" /><rect
style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.305473;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0"
id="rect3179"
width="11.913472"
height="11.913472"
x="369.39902"
y="68.376923" /><rect
style="fill:none;fill-opacity:1;stroke:#ffbf2d;stroke-width:0.305473;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect3181"
width="12.829895"
height="12.829895"
x="317.45645"
y="76.620918" /><rect
style="fill:none;fill-opacity:1;stroke:#ffbf2d;stroke-width:0.305473;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect3183"
width="12.829895"
height="12.829895"
x="374.84088"
y="76.620918" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.305472;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 357.5371,79.611392 V 75.586868"
id="path3185" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.305472;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 357.5371,74.918531 V 72.994354"
id="path3187" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.305472;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 357.5371,72.326017 v -0.74542"
id="path3189" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.305472;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 347.515,79.611392 V 75.586868"
id="path3191" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.305472;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 347.515,74.918531 V 72.994354"
id="path3193" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.305472;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 347.515,72.326017 v -0.74542"
id="path3195" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect3197"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.28009054,0,0,0.28009054,350.82044,-31.044478)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect3199"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.28009054,0,0,0.28009054,347.46024,-34.404688)" /><rect
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
id="rect3201"
width="10.906253"
height="10.906253"
x="0.5"
y="408.22293"
class="UnoptimicedTransforms"
transform="matrix(0.28009054,0,0,0.28009054,354.18066,-34.404688)" /><rect
style="fill:none;fill-opacity:1;stroke:#808080;stroke-width:0.305472;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0"
id="rect3814"
width="11.302527"
height="11.302527"
x="330.26282"
y="-142.97382"
transform="scale(1,-1)" /><rect
style="fill:none;fill-opacity:1;stroke:#808080;stroke-width:0.305472;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0"
id="rect3816"
width="11.302527"
height="11.302527"
x="363.56192"
y="-142.97382"
transform="scale(1,-1)" /><rect
style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.305473;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0"
id="rect3818"
width="11.913472"
height="11.913472"
x="323.81476"
y="-134.89148"
transform="scale(1,-1)" /><rect
style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.305473;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0"
id="rect3820"
width="11.913472"
height="11.913472"
x="369.39902"
y="-134.89148"
transform="scale(1,-1)" /><rect
style="fill:none;fill-opacity:1;stroke:#ffbf2d;stroke-width:0.305473;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect3822"
width="12.829895"
height="12.829895"
x="317.45645"
y="-126.64751"
transform="scale(1,-1)" /><rect
style="fill:none;fill-opacity:1;stroke:#ffbf2d;stroke-width:0.305473;stroke-linecap:round;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect3824"
width="12.829895"
height="12.829895"
x="374.84088"
y="-126.64751"
transform="scale(1,-1)" /><path
d="m 351.25478,99.023979 q -0.33366,0 -0.57365,-0.239993 -0.23999,-0.239992 -0.23999,-0.573638 v -2.587254 q 0,-0.333658 0.23999,-0.57365 0.23999,-0.239993 0.57365,-0.239993 h 2.5814 q 0.3395,0 0.57949,0.239993 0.24,0.239992 0.24,0.57365 v 0.327793 h -0.77852 v -0.158044 q 0,-0.163897 -0.0235,-0.181466 -0.0234,-0.02346 -0.18146,-0.02346 h -2.2536 q -0.16389,0 -0.18732,0.02346 -0.0175,0.01753 -0.0175,0.181466 v 2.247744 q 0,0.163908 0.0175,0.187319 0.0235,0.01753 0.18732,0.01753 h 2.2536 q 0.15805,0 0.18146,-0.01753 0.0235,-0.02346 0.0235,-0.187319 v -0.626324 h -0.95412 v -0.778515 h 1.73264 v 1.5746 q 0,0.333646 -0.24,0.573638 -0.23999,0.239993 -0.57949,0.239993 z"
id="path6790"
style="font-weight:bold;font-size:5.04077px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;writing-mode:tb-rl;text-orientation:upright;text-anchor:middle;fill:#ffffff;stroke-width:0.0682661" /><path
d="m 350.43528,106.36429 v -4.21454 h 0.84875 l 2.58726,3.07896 v -3.07896 h 0.77852 v 4.21454 h -0.84877 l -2.5931,-3.08481 v 3.08481 z"
id="path6792"
style="font-weight:bold;font-size:5.04077px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;writing-mode:tb-rl;text-orientation:upright;text-anchor:middle;fill:#ffffff;stroke-width:0.0682661" /><path
d="m 351.24892,113.70459 q -0.33365,0 -0.57364,-0.23999 -0.23999,-0.23999 -0.23999,-0.57365 v -3.40088 h 0.77266 v 3.23113 q 0,0.1639 0.0175,0.18732 0.0235,0.0175 0.18731,0.0175 h 2.25361 q 0.15804,0 0.18147,-0.0175 0.0235,-0.0235 0.0235,-0.18732 v -3.23113 h 0.77852 v 3.40088 q 0,0.33366 -0.24,0.57365 -0.23999,0.23999 -0.57365,0.23999 z"
id="path6794"
style="font-weight:bold;font-size:5.04077px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;writing-mode:tb-rl;text-orientation:upright;text-anchor:middle;fill:#ffffff;stroke-width:0.0682661" /><path
d="m 351.25478,128.38521 q -0.33366,0 -0.57365,-0.23999 -0.23999,-0.23999 -0.23999,-0.57365 v -2.58725 q 0,-0.33365 0.23999,-0.57364 0.23999,-0.23999 0.57365,-0.23999 h 2.5814 q 0.3395,0 0.57949,0.23999 0.24,0.23999 0.24,0.57364 v 0.3278 h -0.77852 v -0.15804 q 0,-0.16391 -0.0235,-0.18147 -0.0234,-0.0235 -0.18146,-0.0235 h -2.2536 q -0.16389,0 -0.18732,0.0235 -0.0175,0.0175 -0.0175,0.18147 v 2.24774 q 0,0.1639 0.0175,0.18732 0.0235,0.0175 0.18732,0.0175 h 2.2536 q 0.15805,0 0.18146,-0.0175 0.0235,-0.0235 0.0235,-0.18732 v -0.62632 h -0.95412 v -0.77852 h 1.73264 v 1.57459 q 0,0.33366 -0.24,0.57365 -0.23999,0.23999 -0.57949,0.23999 z"
style="font-weight:bold;font-size:5.04077px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;writing-mode:tb-rl;text-orientation:upright;text-anchor:middle;fill:#ffbf2d;stroke-width:0.0682661;fill-opacity:1"
id="path6796" /><path
d="m 351.24892,135.72553 q -0.33365,0 -0.57364,-0.23999 -0.23999,-0.24001 -0.23999,-0.57365 v -3.4009 h 0.77266 v 3.23115 q 0,0.16389 0.0175,0.1873 0.0235,0.0175 0.18731,0.0175 h 2.25361 q 0.15804,0 0.18147,-0.0175 0.0235,-0.0234 0.0235,-0.1873 v -3.23115 h 0.77852 v 3.4009 q 0,0.33364 -0.24,0.57365 -0.23999,0.23999 -0.57365,0.23999 z"
style="font-weight:bold;font-size:5.04077px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;writing-mode:tb-rl;text-orientation:upright;text-anchor:middle;fill:#ffbf2d;stroke-width:0.0682661;fill-opacity:1"
id="path6798" /><path
id="path6800"
style="font-weight:bold;font-size:5.04077px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;writing-mode:tb-rl;text-orientation:upright;text-anchor:middle;fill:#ffbf2d;stroke-width:0.0682661;fill-opacity:1"
d="m 350.49659,138.85121 v 0.76692 h 1.72404 v 2.68117 h -1.72404 v 0.76631 h 1.72404 0.7669 1.72345 v -0.76631 h -1.72345 v -2.68117 h 1.72345 v -0.76692 h -1.72345 -0.7669 z" /><path
d="m 350.43528,150.40614 v -0.21659 l 1.5863,-1.89067 -1.5863,-1.89069 v -0.21658 h 0.83705 l 1.26436,1.4985 1.25265,-1.4985 h 0.84292 v 0.21658 l -1.59216,1.89069 1.59216,1.88482 v 0.22244 h -0.84292 l -1.2585,-1.49264 -1.25851,1.49264 z"
style="font-weight:bold;font-size:5.04077px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;writing-mode:tb-rl;text-orientation:upright;text-anchor:middle;fill:#ffbf2d;stroke-width:0.0682661;fill-opacity:1"
id="path6802" /><path
id="path5983"
style="display:inline;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
class="UnoptimicedTransforms"
d="m 0.49976982,408.22313 v 10.90614 H 11.406479 v -10.90614 z m 3.69042628,3.68986 h 3.5258564 v 3.52642 H 4.1901961 Z"
transform="matrix(0.28009054,0,0,0.28009054,350.82044,44.429103)" /><path
id="path3722"
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.09062;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
class="UnoptimicedTransforms"
d="m 0.49976982,408.22313 v 10.90614 H 11.406479 v -10.90614 z m 3.69042628,3.68986 h 3.5258564 v 3.52642 H 4.1901961 Z"
transform="matrix(0.28009054,0,0,0.28009054,350.82044,-61.8771)" /><g
id="g7851"
transform="matrix(1.1612347,0,0,1.1612347,-53.552811,-34.963313)"
style="display:inline"><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.263058;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 348.21599,74.908536 V 71.442808"
id="path7842" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.263058;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 348.21599,70.867268 v -1.65701"
id="path7844" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.263058;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 348.21599,68.634718 v -0.64192"
id="path7846" /></g><g
id="g7859"
transform="matrix(1.1612347,0,0,1.1612347,-50.192472,-34.963313)"
style="display:inline"><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.263058;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 348.21599,74.908536 V 71.442808"
id="path7853" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.263058;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 348.21599,70.867268 v -1.65701"
id="path7855" /><path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.263058;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 348.21599,68.634718 v -0.64192"
id="path7857" /></g><rect
style="display:inline;fill:#ffbf2d;stroke:none;stroke-width:0.580616;stroke-linecap:round;stroke-dasharray:2.32247, 2.32247;stroke-dashoffset:0;fill-opacity:1"
id="rect7447"
width="0.98755902"
height="0.98771679"
x="351.99408"
y="50.903072" /><rect
style="display:inline;fill:#ffbf2d;stroke:none;stroke-width:0.580616;stroke-linecap:round;stroke-dasharray:2.32247, 2.32247;stroke-dashoffset:0;fill-opacity:1"
id="rect7546"
width="0.98755902"
height="0.98771679"
x="351.99408"
y="49.588917" /><path
d="m 345.96674,106.36429 v -4.21454 h 3.88088 v 0.77852 h -3.10237 v 0.93657 h 2.4936 v 0.78436 h -2.4936 v 0.93658 h 3.10237 v 0.77851 z"
id="path2040"
style="font-size:5.04078px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, @wght=700';font-variation-settings:'wght' 700;letter-spacing:0px;fill:#ffbf2d;stroke-width:0.209054;fill-opacity:1" /><path
d="m 357.62698,106.36429 -2.44093,-4.21454 h 0.90144 l 1.88484,3.27797 1.8907,-3.27797 h 0.89559 l -2.44093,4.21454 z"
id="path2044"
style="font-size:5.04078px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, @wght=700';font-variation-settings:'wght' 700;letter-spacing:0px;fill:#ffbf2d;stroke-width:0.209054;fill-opacity:1" /></g><path
d="m 33.222915,147.57785 v -5.42591 h 4.376951 q 0.437696,0 0.7471,0.31695 0.309406,0.30941 0.309406,0.732 v 1.46402 q 0,0.43015 -0.309406,0.73956 -0.309404,0.30941 -0.7471,0.30941 h -0.294312 l 1.343271,1.58475 v 0.27922 h -1.086691 l -1.562119,-1.86397 -1.780966,0.008 v 1.85642 z m 1.260261,-2.86766 h 2.90539 q 0.203754,0 0.226393,-0.0226 0.03018,-0.0226 0.03018,-0.23394 v -1.04142 q 0,-0.21129 -0.03018,-0.23394 -0.02264,-0.0303 -0.226393,-0.0303 h -2.90539 q -0.211302,0 -0.241487,0.0303 -0.02264,0.0226 -0.02264,0.23394 v 1.04142 q 0,0.2113 0.02264,0.23394 0.03018,0.0226 0.241487,0.0226 z"
id="path4897"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.08801" /><path
d="m 39.471396,147.57785 v -5.43345 h 5.003308 v 1.00368 h -3.999628 v 1.20743 h 3.214795 v 1.01123 h -3.214795 v 1.20743 h 3.999628 v 1.00368 z"
id="path4899"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.08801" /><path
d="m 45.236904,147.57785 v -5.42591 h 4.376951 q 0.437694,0 0.7471,0.31695 0.309405,0.30941 0.309405,0.732 v 1.46402 q 0,0.43015 -0.309405,0.73956 -0.309406,0.30941 -0.7471,0.30941 l -3.380817,0.008 v 1.85642 z m 1.26026,-2.86766 h 2.905389 q 0.203755,0 0.233942,-0.0226 0.03018,-0.0226 0.03018,-0.23394 v -1.04142 q 0,-0.21129 -0.03018,-0.23394 -0.03018,-0.0303 -0.233942,-0.0303 h -2.905389 q -0.211302,0 -0.241486,0.0303 -0.02264,0.0226 -0.02264,0.23394 v 1.04142 q 0,0.2113 0.02264,0.23394 0.03018,0.0226 0.241486,0.0226 z"
id="path4901"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.08801" /><path
d="m 51.198615,147.57785 v -5.42591 h 4.376952 q 0.437694,0 0.7471,0.31695 0.309406,0.30941 0.309406,0.732 v 1.46402 q 0,0.43015 -0.309406,0.73956 -0.309406,0.30941 -0.7471,0.30941 h -0.294312 l 1.34327,1.58475 v 0.27922 h -1.08669 l -1.562119,-1.86397 -1.780966,0.008 v 1.85642 z m 1.260261,-2.86766 h 2.905389 q 0.203755,0 0.226395,-0.0226 0.03018,-0.0226 0.03018,-0.23394 v -1.04142 q 0,-0.21129 -0.03018,-0.23394 -0.02264,-0.0303 -0.226395,-0.0303 h -2.905389 q -0.211301,0 -0.241486,0.0303 -0.02264,0.0226 -0.02264,0.23394 v 1.04142 q 0,0.2113 0.02264,0.23394 0.03018,0.0226 0.241486,0.0226 z"
id="path4903"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.08801" /><path
d="m 58.46587,147.57785 q -0.430149,0 -0.739555,-0.30941 -0.309405,-0.3094 -0.309405,-0.73955 v -3.33554 q 0,-0.43015 0.309405,-0.73956 0.309406,-0.30939 0.739555,-0.30939 h 3.335537 q 0.430149,0 0.739555,0.30939 0.309406,0.30941 0.309406,0.73956 v 3.33554 q 0,0.43015 -0.309406,0.73955 -0.309406,0.30941 -0.739555,0.30941 z m 0.211301,-1.00368 h 2.905389 q 0.203755,0 0.233941,-0.0226 0.03018,-0.0303 0.03018,-0.2415 v -2.89784 q 0,-0.21129 -0.03018,-0.23394 -0.03018,-0.0303 -0.233941,-0.0303 h -2.905389 q -0.211301,0 -0.241488,0.0303 -0.02264,0.0226 -0.02264,0.23394 v 2.89784 q 0,0.21131 0.02264,0.2415 0.03018,0.0226 0.241488,0.0226 z"
id="path4905"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.08801" /><path
d="m 63.695563,147.57785 v -5.43345 h 4.376952 q 0.437695,0 0.7471,0.30939 0.309405,0.30941 0.309405,0.73956 v 3.33554 q 0,0.43015 -0.309405,0.73955 -0.309405,0.30941 -0.7471,0.30941 z m 1.260261,-1.00368 h 2.90539 q 0.203755,0 0.233941,-0.0226 0.03018,-0.0303 0.03018,-0.2415 v -2.89784 q 0,-0.21129 -0.03018,-0.23394 -0.03018,-0.0303 -0.233941,-0.0303 h -2.90539 q -0.211302,0 -0.241487,0.0303 -0.02264,0.0226 -0.02264,0.23394 v 2.89784 q 0,0.21131 0.02264,0.2415 0.03018,0.0226 0.241487,0.0226 z"
id="path4907"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.08801" /><path
d="m 71.00809,147.57785 q -0.430149,0 -0.739554,-0.30941 -0.309406,-0.3094 -0.309406,-0.73955 v -4.38449 h 0.996134 v 4.16564 q 0,0.2113 0.02264,0.24148 0.03018,0.0226 0.241486,0.0226 h 2.90539 q 0.203755,0 0.233942,-0.0226 0.03018,-0.0302 0.03018,-0.24148 v -4.16564 h 1.003679 v 4.38449 q 0,0.43015 -0.309404,0.73955 -0.309406,0.30941 -0.739555,0.30941 z"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.08801;fill-opacity:1"
id="path4909" /><path
d="m 77.27165,147.57785 q -0.430148,0 -0.739554,-0.30941 -0.309405,-0.3094 -0.309405,-0.73955 v -3.33554 q 0,-0.43015 0.309405,-0.73956 0.309406,-0.30939 0.739554,-0.30939 h 4.369405 v 1.00368 h -4.158104 q -0.211301,0 -0.241487,0.0302 -0.02264,0.0226 -0.02264,0.23394 v 2.89784 q 0,0.2113 0.02264,0.24148 0.03018,0.0226 0.241487,0.0226 h 4.158104 v 1.00369 z"
id="path4911"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.08801" /><path
d="m 82.395707,147.57785 v -5.43345 h 0.988586 v 5.43345 z"
id="path4913"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.08801" /><path
d="m 84.063481,147.57785 v -5.43345 h 4.16565 q 0.430149,0 0.739553,0.30939 0.309406,0.30941 0.309406,0.73956 v 1.06405 q 0,0.098 -0.0151,0.18867 -0.01509,0.0905 -0.05283,0.17356 0.128291,0.17358 0.203755,0.36223 0.08301,0.18867 0.08301,0.37734 v 1.16969 q 0,0.43015 -0.309405,0.73955 -0.309405,0.30941 -0.747099,0.30941 z m 1.26026,-1.00368 h 2.90539 q 0.203754,0 0.23394,-0.0226 0.03018,-0.0303 0.03018,-0.2415 v -0.732 q 0,-0.21129 -0.03018,-0.23394 -0.03018,-0.0302 -0.23394,-0.0302 h -2.90539 q -0.211301,0 -0.241487,0.0302 -0.02264,0.0226 -0.02264,0.23394 v 0.732 q 0,0.21131 0.02264,0.2415 0.03018,0.0226 0.241487,0.0226 z m 0,-2.26394 h 2.686543 q 0.2113,0 0.23394,-0.0226 0.02264,-0.0302 0.02264,-0.24148 v -0.63392 q 0,-0.21129 -0.02264,-0.23394 -0.02264,-0.0303 -0.23394,-0.0303 h -2.686543 q -0.211301,0 -0.241487,0.0303 -0.02264,0.0226 -0.02264,0.23394 v 0.63392 q 0,0.21129 0.02264,0.24148 0.03018,0.0226 0.241487,0.0226 z"
id="path4915"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.08801" /><path
d="m 90.289319,147.57785 v -5.43345 h 0.988587 v 5.43345 z"
id="path4917"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.08801" /><path
d="m 91.942005,147.57785 v -5.441 h 0.996134 v 4.43732 h 4.437322 v 1.00368 z"
id="path4919"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.08801" /><path
d="m 97.782963,147.57785 v -5.43345 h 0.988588 v 5.43345 z"
id="path4921"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.08801" /><path
d="m 101.47911,147.57785 v -4.42977 h -2.218662 v -1.00368 h 5.433462 v 1.00368 h -2.21112 v 4.42977 z"
id="path4923"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.08801" /><path
d="m 107.47101,147.57785 v -2.03755 l -2.50542,-3.3959 h 1.17725 l 1.83378,2.30167 1.8187,-2.30167 h 1.19237 l -2.51301,3.40345 v 2.03 z"
id="path4925"
style="font-weight:bold;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.08801" /><text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.29167px;line-height:1.25;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffbf2d;stroke-width:0.0587875;fill-opacity:1"
x="68.88752"
y="-12.924987"
id="text4578"><tspan
sodipodi:role="line"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.29167px;font-family:JuliaMono;-inkscape-font-specification:'JuliaMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;fill:#ffbf2d;stroke-width:0.0587875;fill-opacity:1"
x="68.88752"
y="-12.924987"
id="tspan4576">$ guix describe</tspan></text><text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:5.89321px;line-height:1.25;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;letter-spacing:0px;text-anchor:middle;fill:#ffffff;stroke-width:0.068729"
x="68.741707"
y="-21.031757"
id="text4584"><tspan
sodipodi:role="line"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:5.89321px;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;fill:#ffffff;stroke-width:0.068729"
x="68.741707"
y="-21.031757"
id="tspan4582">REPROD<tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:5.89321px;font-family:Orbitron;-inkscape-font-specification:'Orbitron, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#ffbf2d;fill-opacity:1;stroke-width:0.068729"
id="tspan4580">U</tspan>CIBILITY</tspan></text></g><g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="printing area"
transform="translate(70.555554)"
style="display:none"
sodipodi:insensitive="true"><rect
style="fill:none;stroke:#666666;stroke-width:0.5;stroke-linecap:round;stroke-dasharray:2, 2;stroke-dashoffset:0"
id="rect1730"
width="89.5"
height="119.5"
x="27.334679"
y="80.225639" /><rect
style="fill:none;stroke:#666666;stroke-width:0.5;stroke-linecap:round;stroke-dasharray:2, 2;stroke-dashoffset:0"
id="rect2556"
width="89.5"
height="119.5"
x="308.0278"
y="60.117287" /></g><g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="font info"
style="display:none"
sodipodi:insensitive="true"><text
xml:space="preserve"
style="font-size:6.35px;line-height:1.25;font-family:'Work Sans';-inkscape-font-specification:'Work Sans';text-align:center;letter-spacing:0px;text-anchor:middle;stroke-width:0.264583"
x="225.57648"
y="147.03941"
id="text1330"><tspan
sodipodi:role="line"
id="tspan1328"
style="font-size:6.35px;text-align:start;text-anchor:start;stroke-width:0.264583"
x="225.57648"
y="147.03941">Font: Orbitron</tspan></text><text
xml:space="preserve"
style="font-size:6.35px;line-height:1.25;font-family:'Work Sans';-inkscape-font-specification:'Work Sans';text-align:center;letter-spacing:0px;text-anchor:middle;stroke-width:0.264583"
x="289.07645"
y="166.30656"
id="text1655"><tspan
sodipodi:role="line"
id="tspan1653"
style="font-size:6.35px;text-align:start;text-anchor:start;stroke-width:0.264583"
x="289.07645"
y="166.30656">Font: Orbitron</tspan><tspan
sodipodi:role="line"
style="font-size:6.35px;text-align:start;text-anchor:start;stroke-width:0.264583"
x="289.07645"
y="174.24406"
id="tspan1657">(with custom char i)</tspan></text><path
style="fill:none;stroke:#d40000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#Dot)"
d="m 185.78616,144.75349 h 37.0027"
id="path2043"
sodipodi:nodetypes="cc" /><path
style="fill:none;stroke:#d40000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#Dot)"
d="m 176.26115,156.45599 46.52769,10.58333"
id="path3159"
sodipodi:nodetypes="cc" /><text
xml:space="preserve"
style="font-size:6.35px;line-height:1.25;font-family:'Work Sans';-inkscape-font-specification:'Work Sans';text-align:center;letter-spacing:0px;text-anchor:middle;stroke-width:0.264583"
x="225.57648"
y="169.79366"
id="text3613"><tspan
sodipodi:role="line"
id="tspan3611"
style="font-size:6.35px;text-align:start;text-anchor:start;stroke-width:0.264583"
x="225.57648"
y="169.79366">Font: JuliaMono</tspan></text><path
style="fill:none;stroke:#d40000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#Dot)"
d="m 417.37905,134.95587 -80.60947,29.37688"
id="path3739"
sodipodi:nodetypes="cc" /></g></svg>

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB