import work from year 2016-2017

This commit is contained in:
Benjamin Bertrand
2017-06-16 09:49:23 +03:00
commit 7da91996d2
5354 changed files with 505520 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
Projet Scratch (N1): Labyrinthe
###############################
:date: 2016-12-09
:modified: 2017-02-14
:tags: Programmation, Scratch
:category: 3e
:authors: Bertrand Benjamin
:summary: Faire sortir Scratch d'un labyrinthe.
Dans le fichier se trouve 2 labyrinthes. Il va falloir faire sortir Scratch de ce labyrinthe.
.. image:: labyrinthe1.png
:alt: labyrinthe1
:width: 300px
.. image:: labyrinthe2.png
:alt: labyrinthe2
:width: 300px
Étapes:
-------
1. *Initialisation*: Copier le fichier labyrinthe.sb dans son Perso puis l'ouvrir.
2. *Scène et acteurs*: Mettre Scratch sur le point bleu et le réduire pour qu'il puisse passer entre les murs.
3. *Placement*: Faire en sorte que Scratch se place sur le point bleu quand on clique sur le drapeau vert.
4. *Sortie*: Scratch doit aller du point bleu au point vert sans toucher les murs.
5. *L'étape*: Scratch doit aller du point bleu au point vert en passant la le point rouge sans toucher les murs.
6. *Niveau 2*: Faire la même chose avec l'autre scène.
Bonus:
------
- Faire automatiquement changer le niveau quand Scratch arrive sur le point vert.
- Permettre à l'utilisateur de contrôler Scratch avec la souris.

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@@ -0,0 +1,32 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<title>Projet Scratch (N1): Labyrinthe</title>
<style type="text/css">code{white-space: pre;}</style>
</head>
<body>
<div id="header">
<h1 class="title">Projet Scratch (N1): Labyrinthe</h1>
</div>
<p>Dans le fichier se trouve 2 labyrinthes. Il va falloir faire sortir Scratch de ce labyrinthe.</p>
<p><img src="labyrinthe1.png" alt="image" width="300" /></p>
<p><img src="labyrinthe2.png" alt="image" width="300" /></p>
<h1 id="étapes">Étapes:</h1>
<ol style="list-style-type: decimal">
<li><em>Initialisation</em>: Copier le fichier labyrinthe.sb dans son Perso puis l'ouvrir.</li>
<li><em>Scène et acteurs</em>: Mettre Scratch sur le point bleu et le réduire pour qu'il puisse passer entre les murs.</li>
<li><em>Placement</em>: Faire en sorte que Scratch se place sur le point bleu quand on clique sur le drapeau vert.</li>
<li><em>Sortie</em>: Scratch doit aller du point bleu au point vert sans toucher les murs.</li>
<li><em>L'étape</em>: Scratch doit aller du point bleu au point vert en passant la le point rouge sans toucher les murs.</li>
<li><em>Niveau 2</em>: Faire la même chose avec l'autre scène.</li>
</ol>
<h1 id="bonus">Bonus:</h1>
<ul>
<li>Faire automatiquement changer le niveau quand Scratch arrive sur le point vert.</li>
<li>Permettre à l'utilisateur de contrôler Scratch avec la souris.</li>
</ul>
</body>
</html>

View File

@@ -0,0 +1,26 @@
Projet Scratch (N1): Labyrinthe
###############################
Dans le fichier se trouve 2 labyrinthes. Il va falloir faire sortir Scratch de ce labyrinthe.
.. image:: labyrinthe1.png
:width: 300px
.. image:: labyrinthe2.png
:width: 300px
Étapes:
-------
1. *Initialisation*: Copier le fichier labyrinthe.sb dans son Perso puis l'ouvrir.
2. *Scène et acteurs*: Mettre Scratch sur le point bleu et le réduire pour qu'il puisse passer entre les murs.
3. *Placement*: Faire en sorte que Scratch se place sur le point bleu quand on clique sur le drapeau vert.
4. *Sortie*: Scratch doit aller du point bleu au point vert sans toucher les murs.
5. *L'étape*: Scratch doit aller du point bleu au point vert en passant la le point rouge sans toucher les murs.
6. *Niveau 2*: Faire la même chose avec l'autre scène.
Bonus:
------
- Faire automatiquement changer le niveau quand Scratch arrive sur le point vert.
- Permettre à l'utilisateur de contrôler Scratch avec la souris.

View File

@@ -0,0 +1,26 @@
Projet Scratch (N1): Mise en scène
##################################
:date: 2016-12-09
:modified: 2017-02-14
:tags: Programmation, Scratch
:category: 3e
:authors: Bertrand Benjamin
:summary: Mettre en scène un dialogue avec des déplacements sur Scratch.
On veut écrire une scène. Au moins deux lutins doivent discuter et se déplacer pour raconter une petite histoire.
Étapes:
-------
- Initialisation: Ouvrir Scratch et sauvegarder le projet.
- Scène et acteurs: Supprimer Scratch, ajouter 2 autres lutins et choisir une scène.
- Dialogue: Écrire sur papier le dialogue entre les 2 lutins (au moins 5 répliques).
- Mise en scène: Faire dire le dialogue aux lutins sans qu'ils parlent en même temps.
- Déplacement: Faire déplacer les lutins sur la scène.
Bonus:
------
- Faire une conversation entre 3 lutins.
- Des lutins apparaissent ou disparaissent pendant la scène.

View File

@@ -0,0 +1,29 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<title>Projet Scratch (N1): Mise en scène</title>
<style type="text/css">code{white-space: pre;}</style>
</head>
<body>
<div id="header">
<h1 class="title">Projet Scratch (N1): Mise en scène</h1>
</div>
<p>On veut écrire une scène. Au moins deux lutins doivent discuter et se déplacer pour raconter une petite histoire.</p>
<h1 id="étapes">Étapes:</h1>
<ul>
<li>Initialisation: Ouvrir Scratch et sauvegarder le projet.</li>
<li>Scène et acteurs: Supprimer Scratch, ajouter 2 autres lutins et choisir une scène.</li>
<li>Dialogue: Écrire sur papier le dialogue entre les 2 lutins (au moins 5 répliques).</li>
<li>Mise en scène: Faire dire le dialogue aux lutins sans qu'ils parlent en même temps.</li>
<li>Déplacement: Faire déplacer les lutins sur la scène.</li>
</ul>
<h1 id="bonus">Bonus:</h1>
<ul>
<li>Faire une conversation entre 3 lutins.</li>
<li>Des lutins apparaissent ou disparaissent pendant la scène.</li>
</ul>
</body>
</html>

View File

@@ -0,0 +1,19 @@
Projet Scratch (N1): Mise en scène
##################################
On veut écrire une scène. Au moins deux lutins doivent discuter et se déplacer pour raconter une petite histoire.
Étapes:
-------
- Initialisation: Ouvrir Scratch et sauvegarder le projet.
- Scène et acteurs: Supprimer Scratch, ajouter 2 autres lutins et choisir une scène.
- Dialogue: Écrire sur papier le dialogue entre les 2 lutins (au moins 5 répliques).
- Mise en scène: Faire dire le dialogue aux lutins sans qu'ils parlent en même temps.
- Déplacement: Faire déplacer les lutins sur la scène.
Bonus:
------
- Faire une conversation entre 3 lutins.
- Des lutins apparaissent ou disparaissent pendant la scène.

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 338 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

View File

@@ -0,0 +1,39 @@
Projet Scratch (N1): Mozaique
#############################
:date: 2016-12-09
:modified: 2017-02-14
:tags: Programmation, Scratch
:category: 3e
:authors: Bertrand Benjamin
:summary: Faire déplacer Scratch pour qu'il dessine une mozaique.
On veut dessiner une mosaïque sur la scène, en "estampillant" (faire une marque) un lutin. Vous pouvez voir des images du résultat attendu dans ce dossier.
.. image:: dragon.png
:alt: dragon
:width: 400px
.. image:: crabes.png
:alt: crabes
:width: 400px
.. image:: cygnes.png
:alt: cygnes
:width: 400px
Étapes:
-------
1. Initialisation: Ouvrir Scratch et sauvegarder le projet.
2. Scène et acteurs: Supprimer Scratch, ajouter un lutin que l'on estampillera.
3. Estampiller: Faire déplacer le lutin et le faire estampiller de temps en temps.
4. Effacer: Effacer toutes les marques du lutin quand on clique sur le drapeau vert.
5. Déplacement: Faire déplacer le lutin pour qu'il se déplace sur tout l'écran.
6. Mosaïque: Faire estampiller le lutin au bon moment pour que ses marques recouvrent tout l'écran.
Bonus:
------
- Proposer un 2e chemin pour que le lutin se déplace sur tout l'écran.
- Permettre avec une touche du clavier de changer le costume du lutin

View File

@@ -0,0 +1,33 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<title>Projet Scratch (N1): Mozaique</title>
<style type="text/css">code{white-space: pre;}</style>
</head>
<body>
<div id="header">
<h1 class="title">Projet Scratch (N1): Mozaique</h1>
</div>
<p>On veut dessiner une mosaïque sur la scène, en &quot;estampillant&quot; (faire une marque) un lutin. Vous pouvez voir des images du résultat attendu dans ce dossier.</p>
<p><img src="dragon.png" alt="image" width="400" /></p>
<p><img src="crabes.png" alt="image" width="400" /></p>
<p><img src="cygnes.png" alt="image" width="400" /></p>
<h1 id="étapes">Étapes:</h1>
<ol style="list-style-type: decimal">
<li>Initialisation: Ouvrir Scratch et sauvegarder le projet.</li>
<li>Scène et acteurs: Supprimer Scratch, ajouter un lutin que l'on estampillera.</li>
<li>Estampiller: Faire déplacer le lutin et le faire estampiller de temps en temps.</li>
<li>Effacer: Effacer toutes les marques du lutin quand on clique sur le drapeau vert.</li>
<li>Déplacement: Faire déplacer le lutin pour qu'il se déplace sur tout l'écran.</li>
<li>Mosaïque: Faire estampiller le lutin au bon moment pour que ses marques recouvrent tout l'écran.</li>
</ol>
<h1 id="bonus">Bonus:</h1>
<ul>
<li>Proposer un 2e chemin pour que le lutin se déplace sur tout l'écran.</li>
<li>Permettre avec une touche du clavier de changer le costume du lutin</li>
</ul>
</body>
</html>

View File

@@ -0,0 +1,28 @@
Projet Scratch (N1): Mozaique
#############################
On veut dessiner une mosaïque sur la scène, en "estampillant" (faire une marque) un lutin. Vous pouvez voir des images du résultat attendu dans ce dossier.
.. image:: dragon.png
:width: 400px
.. image:: crabes.png
:width: 400px
.. image:: cygnes.png
:width: 400px
Étapes:
-------
1. Initialisation: Ouvrir Scratch et sauvegarder le projet.
2. Scène et acteurs: Supprimer Scratch, ajouter un lutin que l'on estampillera.
3. Estampiller: Faire déplacer le lutin et le faire estampiller de temps en temps.
4. Effacer: Effacer toutes les marques du lutin quand on clique sur le drapeau vert.
5. Déplacement: Faire déplacer le lutin pour qu'il se déplace sur tout l'écran.
6. Mosaïque: Faire estampiller le lutin au bon moment pour que ses marques recouvrent tout l'écran.
Bonus:
------
- Proposer un 2e chemin pour que le lutin se déplace sur tout l'écran.
- Permettre avec une touche du clavier de changer le costume du lutin

View File

@@ -0,0 +1,36 @@
Projet Scratch (N1): Polygones
##############################
:date: 2016-12-09
:modified: 2017-02-14
:tags: Programmation, Scratch
:category: 3e
:authors: Bertrand Benjamin
:summary: Faire dessiner des polygones à Scratch.
On veut faire dessiner à Scratch les polygones réguliers (voir l'image pour savoir ce que c'est).
Étapes:
-------
1. Initialisation: Ouvrir Scratch et sauvegarder le projet.
2. Tracer: Faire déplacer Scratch en laissant un trait derrière lui.
3. Le triangle équilatéral: Faire déplacer Scratch pour qu'il trace un triangle équilatéral.
4. Le carré: Faire déplacer Scratch pour qu'il trace un carré.
5. Polygones régulier: Faire déplacer Scratch pour qu'il trace les autres polygones réguliers.
.. image:: polygones.svg
:alt: polygones
:width: 600px
Bonus:
------
- Tracer tous les polygones réguliers sur la même scène quand on clique sur le drapeau vert.
- Scratch demande le nombre de côtés puis trace le polygone régulier associé.
Notes:
------
Refaire le dessin, les angles sont foireux...!

View File

@@ -0,0 +1,632 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="156.96999mm"
height="41.109909mm"
viewBox="0 0 156.96998 41.109909"
version="1.1"
id="svg4560"
inkscape:version="0.92.0 r"
sodipodi:docname="polygones.svg">
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.1597925"
inkscape:cx="329.36176"
inkscape:cy="28.197897"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:object-paths="true"
inkscape:window-width="1366"
inkscape:window-height="742"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:snap-smooth-nodes="true" />
<defs
id="defs4554" />
<metadata
id="metadata4557">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
transform="translate(85.613791,-54.475078)"
id="layer1"
inkscape:groupmode="layer"
inkscape:label="Calque 1">
<text
id="text5220"
y="60.253197"
x="-73.5299"
style="font-style:normal;font-weight:normal;font-size:2.64583325px;line-height:6.61458302px;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
xml:space="preserve"><tspan
style="stroke-width:0.26458332px"
y="64.247787"
x="-73.5299"
id="tspan5218"
sodipodi:role="line" /></text>
<g
id="g7056">
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:3.52777791px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.28222224px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="51.020119"
y="94.851181"
id="text4244"><tspan
sodipodi:role="line"
id="tspan4246"
x="51.020119"
y="94.851181"
style="stroke-width:0.28222224px">Décagone</tspan></text>
<g
transform="translate(-1.4240799,3.686437)"
id="g6402">
<path
inkscape:transform-center-y="-0.99284748"
inkscape:transform-center-x="-0.99284958"
d="m 69.374677,64.764399 3.155593,6.1932 -1.087343,6.865215 -4.914951,4.914951 -6.865215,1.087343 -6.1932,-3.155593 -3.155593,-6.1932 1.087343,-6.865214 4.914952,-4.914952 6.865214,-1.087343 z"
inkscape:randomized="0"
inkscape:rounded="0"
inkscape:flatsided="true"
sodipodi:arg2="-0.47123889"
sodipodi:arg1="-0.78539816"
sodipodi:r2="10.13285"
sodipodi:r1="11.246615"
sodipodi:cy="72.716957"
sodipodi:cx="61.422119"
sodipodi:sides="10"
id="path4230"
style="opacity:1;fill:#cdcdcd;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.5;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
sodipodi:type="star" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path6285"
sodipodi:type="arc"
sodipodi:cx="63.212315"
sodipodi:cy="61.607445"
sodipodi:rx="3.5867915"
sodipodi:ry="3.5867915"
sodipodi:start="0.51307946"
sodipodi:end="2.9430776"
sodipodi:open="true"
d="m 66.33726,63.368066 a 3.5867915,3.5867915 0 0 1 -3.686761,1.781897 3.5867915,3.5867915 0 0 1 -2.954533,-2.835154" />
</g>
<g
transform="translate(36.933119,-40.405177)"
id="g5081">
<g
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="g5079"
transform="matrix(0.05499045,0,0,-0.05499045,-9.6233283,120.01254)"
xml:space="preserve"
stroke-miterlimit="10.433"
font-style="normal"
font-variant="normal"
font-weight="normal"
font-stretch="normal"
font-size-adjust="none"
letter-spacing="normal"
word-spacing="normal"><path
style="fill:#000000;stroke-width:0"
inkscape:connector-curvature="0"
d="m 475.35,424.91 -0.03,0.06 -0.02,0.06 -0.02,0.06 -0.02,0.05 -0.02,0.05 -0.02,0.06 -0.02,0.05 -0.02,0.04 -0.03,0.05 -0.02,0.04 -0.02,0.04 -0.02,0.04 -0.03,0.04 -0.02,0.04 -0.03,0.03 -0.03,0.04 -0.03,0.03 -0.03,0.03 -0.03,0.02 -0.04,0.03 -0.04,0.02 -0.04,0.02 -0.04,0.02 -0.04,0.02 -0.05,0.01 -0.05,0.01 -0.06,0.01 -0.06,0.01 -0.06,0.01 -0.06,0.01 h -0.07 -0.04 -0.03 c -0.8,0 -0.96,-0.3 -1.21,-1 l -10.31,-29.8 c -0.89,-2.53 -2.89,-3.28 -5.58,-3.32 v -1.55 c 1.14,0.05 3.28,0.15 5.08,0.15 1.55,0 4.14,-0.1 5.74,-0.15 v 1.55 c -2.49,0 -3.74,1.25 -3.74,2.53 0,0.15 0.05,0.65 0.1,0.75 l 2.29,6.53 0.55,1.54 5.58,16.19 5.62,-16.19 h -11.2 l -0.55,-1.54 h 12.3 l 2.64,-7.63 c 0.06,-0.2 0.16,-0.5 0.16,-0.68 0,-1.5 -2.8,-1.5 -4.14,-1.5 v -1.55 c 1.79,0.15 5.28,0.15 7.18,0.15 2.14,0 4.42,-0.06 6.52,-0.15 v 1.55 h -0.89 c -3,0 -3.69,0.34 -4.24,1.98 z"
id="path5053" /><path
style="fill:#000000;stroke-width:0"
inkscape:connector-curvature="0"
d="m 498.32,407.38 v -13.36 c 0,-2.23 -0.55,-2.23 -3.89,-2.23 v -1.55 c 1.75,0.05 4.28,0.15 5.62,0.15 1.3,0 3.9,-0.1 5.58,-0.15 v 1.55 c -3.33,0 -3.87,0 -3.87,2.23 v 9.17 c 0,5.19 3.53,7.97 6.72,7.97 3.14,0 3.68,-2.69 3.68,-5.53 v -11.61 c 0,-2.23 -0.54,-2.23 -3.89,-2.23 v -1.55 c 1.75,0.05 4.3,0.15 5.64,0.15 1.3,0 3.88,-0.1 5.58,-0.15 v 1.55 c -2.59,0 -3.84,0 -3.89,1.5 v 9.51 c 0,4.28 0,5.83 -1.55,7.61 -0.68,0.86 -2.34,1.84 -5.21,1.84 -3.64,0 -5.99,-2.14 -7.38,-5.21 v 5.21 l -7.03,-0.54 v -1.55 c 3.48,0 3.89,-0.34 3.89,-2.78 z"
id="path5055" /><path
style="fill:#000000;stroke-width:0"
inkscape:connector-curvature="0"
d="m 525.84,396.86 v 0.02 0.03 0.03 0.04 0.04 0.05 0.05 l 0.01,0.05 v 0.06 l 0.01,0.07 0.01,0.06 0.01,0.07 0.01,0.07 0.02,0.08 0.01,0.08 0.02,0.08 0.02,0.08 0.03,0.08 0.02,0.09 0.03,0.09 0.03,0.09 0.04,0.09 0.04,0.09 0.04,0.1 0.05,0.09 0.05,0.1 0.05,0.09 0.06,0.1 0.06,0.09 0.07,0.1 0.07,0.09 0.08,0.1 c 1.95,-1.39 3.98,-1.55 4.94,-1.55 v 1.14 c -4.35,0 -4.35,4.99 -4.35,6.14 0,1.35 0.07,2.94 0.8,4.17 0.41,0.61 1.55,2 3.55,2 4.33,0 4.33,-4.98 4.33,-6.12 0,-1.35 -0.05,-2.94 -0.8,-4.19 -0.39,-0.59 -1.55,-2 -3.53,-2 v 0 -1.14 c 4.62,0 8.06,3.44 8.06,7.28 0,1.85 -0.8,3.69 -2.03,4.83 1.78,1.69 3.58,1.94 4.48,1.94 0.1,0 0.35,0 0.5,-0.05 -0.56,-0.2 -0.79,-0.75 -0.79,-1.34 0,-0.85 0.64,-1.44 1.43,-1.44 0.5,0 1.44,0.34 1.44,1.48 0,0.85 -0.59,2.44 -2.53,2.44 -1,0 -3.19,-0.3 -5.28,-2.33 -2.1,1.64 -4.19,1.78 -5.28,1.78 -4.64,0 -8.08,-3.43 -8.08,-7.26 0,-2.19 1.09,-4.1 2.34,-5.14 -0.64,-0.74 -1.54,-2.39 -1.54,-4.13 0,-1.54 0.65,-3.43 2.2,-4.43 -3,-0.85 -4.59,-2.99 -4.59,-4.99 0,-3.58 4.93,-6.33 11.01,-6.33 l 0.05,1.14 c -5.03,0 -8.47,2.55 -8.47,5.19 0,2.3 1.89,4.14 4.09,4.28 h 2.94 c 4.28,0 9.86,0 9.86,-4.28 0,-2.69 -3.53,-5.19 -8.42,-5.19 v 0 l -0.05,-1.14 c 5.88,0 11.06,2.55 11.06,6.42 0,1.75 -0.7,4.3 -3.23,5.69 -2.64,1.39 -5.53,1.39 -8.58,1.39 -1.25,0 -3.39,0 -3.73,0.05 -1.6,0.2 -2.64,1.75 -2.64,3.34 z"
id="path5057" /><path
style="fill:#000000;stroke-width:0"
inkscape:connector-curvature="0"
d="m 554.32,424.82 -7.17,-0.55 v -1.55 c 3.49,0 3.89,-0.34 3.89,-2.79 v -25.91 c 0,-2.23 -0.54,-2.23 -3.89,-2.23 v -1.55 c 1.64,0.05 4.28,0.15 5.53,0.15 1.25,0 3.69,-0.1 5.54,-0.15 v 1.55 c -3.35,0 -3.9,0 -3.9,2.23 z"
id="path5059" /><path
style="fill:#000000;stroke-width:0"
inkscape:connector-curvature="0"
d="m 564.84,401.75 0.05,1.05 c 0.29,7.42 4.48,8.66 6.18,8.66 5.13,0 5.63,-6.72 5.63,-8.66 h -11.81 l -0.05,-1.05 h 13.91 c 1.09,0 1.23,0 1.23,1.05 0,4.92 -2.69,9.75 -8.91,9.75 -5.78,0 -10.37,-5.12 -10.37,-11.36 0,-6.67 5.23,-11.5 10.97,-11.5 6.08,0 8.31,5.53 8.31,6.47 0,0.5 -0.39,0.61 -0.64,0.61 -0.45,0 -0.55,-0.3 -0.66,-0.7 -1.73,-5.13 -6.21,-5.13 -6.71,-5.13 -2.5,0 -4.49,1.49 -5.63,3.33 -1.5,2.39 -1.5,5.69 -1.5,7.48 z"
id="path5061" /><path
style="fill:#000000;stroke-width:0"
inkscape:connector-curvature="0"
d="m 632.3,406.54 h 0.14 0.14 0.15 l 0.07,0.01 h 0.07 l 0.08,0.01 0.07,0.01 0.07,0.01 0.07,0.01 0.07,0.01 0.06,0.02 0.07,0.02 0.06,0.02 0.06,0.02 0.06,0.03 0.05,0.03 0.06,0.04 0.05,0.03 0.04,0.05 0.05,0.04 0.04,0.05 0.02,0.03 0.01,0.02 0.02,0.03 0.02,0.03 0.01,0.03 0.01,0.04 0.01,0.03 0.02,0.03 0.01,0.04 v 0.04 l 0.01,0.04 0.01,0.04 v 0.04 l 0.01,0.04 v 0.04 0.05 c 0,1 -0.96,1 -1.64,1 H 602.5 c -0.7,0 -1.64,0 -1.64,-1 0,-0.98 0.94,-0.98 1.69,-0.98 z"
id="path5063" /><path
style="fill:#000000;stroke-width:0"
inkscape:connector-curvature="0"
d="m 632.35,396.86 h 0.06 0.07 0.14 l 0.13,0.01 h 0.07 l 0.07,0.01 0.07,0.01 h 0.07 l 0.07,0.01 0.07,0.02 0.07,0.01 0.06,0.02 0.06,0.02 0.07,0.02 0.06,0.02 0.05,0.03 0.06,0.03 0.05,0.04 0.05,0.04 0.05,0.04 0.04,0.04 0.02,0.03 0.02,0.02 0.02,0.03 0.01,0.03 0.02,0.03 0.02,0.03 0.01,0.03 0.01,0.03 0.01,0.04 0.02,0.03 0.01,0.04 v 0.04 l 0.01,0.04 0.01,0.04 v 0.04 l 0.01,0.04 v 0.05 0.04 c 0,1 -0.96,1 -1.69,1 h -29.75 c -0.75,0 -1.69,0 -1.69,-1 0,-1 0.94,-1 1.64,-1 z"
id="path5065" /><path
style="fill:#000000;stroke-width:0"
inkscape:connector-curvature="0"
d="m 671.09,441.37 0.38,0.13 0.37,0.15 0.37,0.15 0.35,0.17 0.35,0.18 0.34,0.19 0.33,0.2 0.32,0.22 0.32,0.22 0.3,0.23 0.29,0.24 0.28,0.25 0.27,0.26 0.26,0.27 0.25,0.28 0.24,0.28 0.22,0.29 0.22,0.3 0.2,0.31 0.18,0.31 0.18,0.32 0.16,0.32 0.14,0.33 0.14,0.34 0.12,0.34 0.1,0.34 0.09,0.36 0.07,0.35 0.06,0.36 0.04,0.36 0.02,0.36 0.01,0.37 c 0,4.08 -4.39,6.88 -9.17,6.88 -5.03,0 -8.81,-3 -8.81,-6.78 0,-1.64 1.09,-2.6 2.54,-2.6 1.54,0 2.54,1.1 2.54,2.55 0,2.48 -2.35,2.48 -3.08,2.48 1.53,2.44 4.83,3.1 6.62,3.1 2.03,0 4.78,-1.1 4.78,-5.58 0,-0.61 -0.1,-3.49 -1.4,-5.69 -1.49,-2.39 -3.19,-2.53 -4.42,-2.59 -0.41,-0.05 -1.6,-0.14 -1.96,-0.14 -0.39,-0.05 -0.75,-0.1 -0.75,-0.6 0,-0.54 0.36,-0.54 1.21,-0.54 h 2.18 c 4.1,0 5.94,-3.39 5.94,-8.28 0,-6.77 -3.44,-8.22 -5.64,-8.22 -2.14,0 -5.87,0.84 -7.61,3.78 1.74,-0.24 3.28,0.86 3.28,2.75 0,1.79 -1.34,2.78 -2.79,2.78 -1.19,0 -2.79,-0.69 -2.79,-2.89 0,-4.53 4.63,-7.81 10.07,-7.81 6.08,0 10.61,4.53 10.61,9.61 0,4.09 -3.14,7.96 -8.32,9.01 z"
id="path5067" /><path
style="fill:#000000;stroke-width:0"
inkscape:connector-curvature="0"
d="m 688.18,440.18 v 1.19 c 0,12.61 6.17,14.41 8.72,14.41 1.18,0 3.28,-0.3 4.37,-2 -0.74,0 -2.74,0 -2.74,-2.24 0,-1.54 1.21,-2.29 2.3,-2.29 0.8,0 2.28,0.45 2.28,2.39 0,3 -2.18,5.39 -6.31,5.39 -6.39,0 -13.11,-6.44 -13.11,-17.44 0,-13.31 5.78,-16.84 10.41,-16.84 5.53,0 10.26,4.68 10.26,11.25 0,6.32 -4.43,11.12 -9.96,11.12 l -0.05,-1.16 c 0.8,0 3.09,0 4.64,-3.09 0.89,-1.83 0.89,-4.37 0.89,-6.81 0,-2.39 0,-4.89 -0.85,-6.69 -1.5,-2.98 -3.78,-3.23 -4.93,-3.23 v 0 c -3.14,0 -4.63,2.98 -4.92,3.73 -0.91,2.34 -0.91,6.33 -0.91,7.24 0,3.87 1.59,8.85 6.08,8.85 l 0.05,1.16 c -3.38,0 -5.22,-2.55 -6.22,-4.94 z"
id="path5069" /><path
style="fill:#000000;stroke-width:0"
inkscape:connector-curvature="0"
d="m 729.48,439.78 -0.01,0.74 -0.01,0.75 -0.02,0.75 -0.03,0.74 -0.04,0.75 -0.06,0.74 -0.08,0.74 -0.1,0.73 -0.11,0.73 -0.14,0.73 -0.16,0.73 -0.19,0.71 -0.22,0.72 -0.24,0.7 -0.28,0.7 -0.15,0.35 -0.16,0.34 c -2.28,4.8 -6.38,5.6 -8.47,5.6 -2.99,0 -6.63,-1.3 -8.67,-5.94 -1.6,-3.44 -1.85,-7.33 -1.85,-11.31 0,-3.74 0.21,-8.22 2.25,-12 2.14,-4.03 5.78,-5.03 8.22,-5.03 v 1.09 c -1.94,0 -4.89,1.25 -5.78,6.03 -0.55,2.99 -0.55,7.56 -0.55,10.52 0,3.18 0,6.47 0.41,9.15 0.94,5.94 4.67,6.38 5.92,6.38 1.64,0 4.94,-0.89 5.88,-5.83 0.5,-2.78 0.5,-6.58 0.5,-9.7 0,-3.75 0,-7.13 -0.55,-10.32 -0.75,-4.73 -3.59,-6.23 -5.83,-6.23 v 0 -1.09 c 2.69,0 6.47,1.04 8.67,5.78 1.6,3.43 1.85,7.31 1.85,11.25 z"
id="path5071" /><polyline
style="fill:#000000;fill-rule:nonzero;stroke-width:0"
points="657,402 731.76,402 731.76,404.04 657,404.04 "
id="polyline5073" /><path
style="fill:#000000;stroke-width:0"
inkscape:connector-curvature="0"
d="m 683.76,387.93 v 0.05 0.06 0.05 0.05 0.05 0.05 0.04 0.05 0.04 0.04 0.04 l -0.01,0.04 v 0.04 0.03 0.04 l -0.01,0.03 v 0.07 l -0.01,0.06 -0.01,0.05 -0.02,0.05 -0.01,0.05 -0.02,0.04 -0.03,0.04 -0.02,0.03 -0.03,0.03 -0.03,0.03 -0.04,0.03 -0.04,0.02 -0.04,0.02 -0.02,0.01 -0.03,0.01 h -0.02 l -0.03,0.01 -0.03,0.01 h -0.03 l -0.03,0.01 h -0.03 l -0.04,0.01 h -0.03 -0.04 l -0.03,0.01 h -0.04 -0.04 -0.04 -0.05 -0.04 l -0.05,0.01 h -0.05 -0.05 -0.05 -0.05 c -3.09,-3.19 -7.47,-3.19 -9.06,-3.19 v -1.55 c 1,0 3.94,0 6.51,1.3 v -25.81 c 0,-1.8 -0.14,-2.39 -4.62,-2.39 h -1.6 v -1.55 c 1.75,0.16 6.08,0.16 8.07,0.16 2,0 6.33,0 8.08,-0.16 v 1.55 h -1.6 c -4.48,0 -4.64,0.54 -4.64,2.39 z"
id="path5075" /><path
style="fill:#000000;stroke-width:0"
inkscape:connector-curvature="0"
d="m 717,371.98 v 0.74 l -0.01,0.75 -0.02,0.75 -0.04,0.74 -0.04,0.75 -0.06,0.74 -0.08,0.74 -0.09,0.73 -0.12,0.73 -0.14,0.73 -0.16,0.72 -0.19,0.72 -0.22,0.72 -0.24,0.7 -0.28,0.7 -0.15,0.35 -0.16,0.34 c -2.28,4.8 -6.38,5.6 -8.47,5.6 -2.98,0 -6.62,-1.3 -8.67,-5.94 -1.59,-3.44 -1.84,-7.33 -1.84,-11.31 0,-3.74 0.2,-8.22 2.25,-12 2.14,-4.03 5.78,-5.03 8.21,-5.03 v 1.09 c -1.93,0 -4.89,1.25 -5.78,6.03 -0.54,2.98 -0.54,7.56 -0.54,10.52 0,3.18 0,6.46 0.4,9.15 0.94,5.94 4.67,6.38 5.92,6.38 1.64,0 4.94,-0.89 5.88,-5.83 0.5,-2.78 0.5,-6.58 0.5,-9.7 0,-3.75 0,-7.13 -0.55,-10.32 -0.75,-4.73 -3.59,-6.23 -5.83,-6.23 v 0 -1.09 c 2.69,0 6.47,1.04 8.68,5.78 1.59,3.43 1.84,7.31 1.84,11.25 z"
id="path5077" /></g> </g>
</g>
<g
id="g7078">
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:3.52777791px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.28222224px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="16.893625"
y="94.788734"
id="text4240"><tspan
sodipodi:role="line"
id="tspan4242"
x="16.893625"
y="94.788734"
style="stroke-width:0.28222224px">Heptagone</tspan></text>
<g
transform="translate(-0.66240822,3.7488802)"
id="g6410">
<path
inkscape:transform-center-y="-1.3108965"
inkscape:transform-center-x="2.6074177"
d="m 37.642454,67.180652 0.742743,9.91121 -7.285804,6.760237 -9.82799,-1.481331 -4.969501,-8.607427 3.631125,-9.251956 9.497439,-2.929572 z"
inkscape:randomized="0"
inkscape:rounded="0"
inkscape:flatsided="true"
sodipodi:arg2="-0.074799829"
sodipodi:arg1="-0.52359878"
sodipodi:r2="9.2660999"
sodipodi:r1="11.45353"
sodipodi:cy="72.907417"
sodipodi:cx="27.723406"
sodipodi:sides="7"
id="path4228"
style="opacity:1;fill:#cdcdcd;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.5;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
sodipodi:type="star" />
<g
id="g6405">
<path
d="M 32.821229,63.853309 A 5.0005531,3.0905123 0 0 1 28.577973,64.627085 5.0005531,3.0905123 0 0 1 25.001992,63.01722"
sodipodi:open="true"
sodipodi:end="2.6585728"
sodipodi:start="0.82565188"
sodipodi:ry="3.0905123"
sodipodi:rx="5.0005531"
sodipodi:cy="61.581814"
sodipodi:cx="29.430464"
sodipodi:type="arc"
id="path6283"
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
</g>
<g
id="g5427"
transform="translate(3.6162221,-40.405177)">
<g
word-spacing="normal"
letter-spacing="normal"
font-size-adjust="none"
font-stretch="normal"
font-weight="normal"
font-variant="normal"
font-style="normal"
stroke-miterlimit="10.433"
xml:space="preserve"
transform="matrix(0.05499045,0,0,-0.05499045,-9.6233283,120.01254)"
id="g5425"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"><path
id="path5401"
d="m 475.35,424.91 -0.03,0.06 -0.02,0.06 -0.02,0.06 -0.02,0.05 -0.02,0.05 -0.02,0.06 -0.02,0.05 -0.02,0.04 -0.03,0.05 -0.02,0.04 -0.02,0.04 -0.02,0.04 -0.03,0.04 -0.02,0.04 -0.03,0.03 -0.03,0.04 -0.03,0.03 -0.03,0.03 -0.03,0.02 -0.04,0.03 -0.04,0.02 -0.04,0.02 -0.04,0.02 -0.04,0.02 -0.05,0.01 -0.05,0.01 -0.06,0.01 -0.06,0.01 -0.06,0.01 -0.06,0.01 h -0.07 -0.04 -0.03 c -0.8,0 -0.96,-0.3 -1.21,-1 l -10.31,-29.8 c -0.89,-2.53 -2.89,-3.28 -5.58,-3.32 v -1.55 c 1.14,0.05 3.28,0.15 5.08,0.15 1.55,0 4.14,-0.1 5.74,-0.15 v 1.55 c -2.49,0 -3.74,1.25 -3.74,2.53 0,0.15 0.05,0.65 0.1,0.75 l 2.29,6.53 0.55,1.54 5.58,16.19 5.62,-16.19 h -11.2 l -0.55,-1.54 h 12.3 l 2.64,-7.63 c 0.06,-0.2 0.16,-0.5 0.16,-0.68 0,-1.5 -2.8,-1.5 -4.14,-1.5 v -1.55 c 1.79,0.15 5.28,0.15 7.18,0.15 2.14,0 4.42,-0.06 6.52,-0.15 v 1.55 h -0.89 c -3,0 -3.69,0.34 -4.24,1.98 z"
inkscape:connector-curvature="0"
style="fill:#000000;stroke-width:0" /><path
id="path5403"
d="m 498.32,407.38 v -13.36 c 0,-2.23 -0.55,-2.23 -3.89,-2.23 v -1.55 c 1.75,0.05 4.28,0.15 5.62,0.15 1.3,0 3.9,-0.1 5.58,-0.15 v 1.55 c -3.33,0 -3.87,0 -3.87,2.23 v 9.17 c 0,5.19 3.53,7.97 6.72,7.97 3.14,0 3.68,-2.69 3.68,-5.53 v -11.61 c 0,-2.23 -0.54,-2.23 -3.89,-2.23 v -1.55 c 1.75,0.05 4.3,0.15 5.64,0.15 1.3,0 3.88,-0.1 5.58,-0.15 v 1.55 c -2.59,0 -3.84,0 -3.89,1.5 v 9.51 c 0,4.28 0,5.83 -1.55,7.61 -0.68,0.86 -2.34,1.84 -5.21,1.84 -3.64,0 -5.99,-2.14 -7.38,-5.21 v 5.21 l -7.03,-0.54 v -1.55 c 3.48,0 3.89,-0.34 3.89,-2.78 z"
inkscape:connector-curvature="0"
style="fill:#000000;stroke-width:0" /><path
id="path5405"
d="m 525.84,396.86 v 0.02 0.03 0.03 0.04 0.04 0.05 0.05 l 0.01,0.05 v 0.06 l 0.01,0.07 0.01,0.06 0.01,0.07 0.01,0.07 0.02,0.08 0.01,0.08 0.02,0.08 0.02,0.08 0.03,0.08 0.02,0.09 0.03,0.09 0.03,0.09 0.04,0.09 0.04,0.09 0.04,0.1 0.05,0.09 0.05,0.1 0.05,0.09 0.06,0.1 0.06,0.09 0.07,0.1 0.07,0.09 0.08,0.1 c 1.95,-1.39 3.98,-1.55 4.94,-1.55 v 1.14 c -4.35,0 -4.35,4.99 -4.35,6.14 0,1.35 0.07,2.94 0.8,4.17 0.41,0.61 1.55,2 3.55,2 4.33,0 4.33,-4.98 4.33,-6.12 0,-1.35 -0.05,-2.94 -0.8,-4.19 -0.39,-0.59 -1.55,-2 -3.53,-2 v 0 -1.14 c 4.62,0 8.06,3.44 8.06,7.28 0,1.85 -0.8,3.69 -2.03,4.83 1.78,1.69 3.58,1.94 4.48,1.94 0.1,0 0.35,0 0.5,-0.05 -0.56,-0.2 -0.79,-0.75 -0.79,-1.34 0,-0.85 0.64,-1.44 1.43,-1.44 0.5,0 1.44,0.34 1.44,1.48 0,0.85 -0.59,2.44 -2.53,2.44 -1,0 -3.19,-0.3 -5.28,-2.33 -2.1,1.64 -4.19,1.78 -5.28,1.78 -4.64,0 -8.08,-3.43 -8.08,-7.26 0,-2.19 1.09,-4.1 2.34,-5.14 -0.64,-0.74 -1.54,-2.39 -1.54,-4.13 0,-1.54 0.65,-3.43 2.2,-4.43 -3,-0.85 -4.59,-2.99 -4.59,-4.99 0,-3.58 4.93,-6.33 11.01,-6.33 l 0.05,1.14 c -5.03,0 -8.47,2.55 -8.47,5.19 0,2.3 1.89,4.14 4.09,4.28 h 2.94 c 4.28,0 9.86,0 9.86,-4.28 0,-2.69 -3.53,-5.19 -8.42,-5.19 v 0 l -0.05,-1.14 c 5.88,0 11.06,2.55 11.06,6.42 0,1.75 -0.7,4.3 -3.23,5.69 -2.64,1.39 -5.53,1.39 -8.58,1.39 -1.25,0 -3.39,0 -3.73,0.05 -1.6,0.2 -2.64,1.75 -2.64,3.34 z"
inkscape:connector-curvature="0"
style="fill:#000000;stroke-width:0" /><path
id="path5407"
d="m 554.32,424.82 -7.17,-0.55 v -1.55 c 3.49,0 3.89,-0.34 3.89,-2.79 v -25.91 c 0,-2.23 -0.54,-2.23 -3.89,-2.23 v -1.55 c 1.64,0.05 4.28,0.15 5.53,0.15 1.25,0 3.69,-0.1 5.54,-0.15 v 1.55 c -3.35,0 -3.9,0 -3.9,2.23 z"
inkscape:connector-curvature="0"
style="fill:#000000;stroke-width:0" /><path
id="path5409"
d="m 564.84,401.75 0.05,1.05 c 0.29,7.42 4.48,8.66 6.18,8.66 5.13,0 5.63,-6.72 5.63,-8.66 h -11.81 l -0.05,-1.05 h 13.91 c 1.09,0 1.23,0 1.23,1.05 0,4.92 -2.69,9.75 -8.91,9.75 -5.78,0 -10.37,-5.12 -10.37,-11.36 0,-6.67 5.23,-11.5 10.97,-11.5 6.08,0 8.31,5.53 8.31,6.47 0,0.5 -0.39,0.61 -0.64,0.61 -0.45,0 -0.55,-0.3 -0.66,-0.7 -1.73,-5.13 -6.21,-5.13 -6.71,-5.13 -2.5,0 -4.49,1.49 -5.63,3.33 -1.5,2.39 -1.5,5.69 -1.5,7.48 z"
inkscape:connector-curvature="0"
style="fill:#000000;stroke-width:0" /><path
id="path5411"
d="m 632.3,406.54 h 0.14 0.14 0.15 l 0.07,0.01 h 0.07 l 0.08,0.01 0.07,0.01 0.07,0.01 0.07,0.01 0.07,0.01 0.06,0.02 0.07,0.02 0.06,0.02 0.06,0.02 0.06,0.03 0.05,0.03 0.06,0.04 0.05,0.03 0.04,0.05 0.05,0.04 0.04,0.05 0.02,0.03 0.01,0.02 0.02,0.03 0.02,0.03 0.01,0.03 0.01,0.04 0.01,0.03 0.02,0.03 0.01,0.04 v 0.04 l 0.01,0.04 0.01,0.04 v 0.04 l 0.01,0.04 v 0.04 0.05 c 0,1 -0.96,1 -1.64,1 H 602.5 c -0.7,0 -1.64,0 -1.64,-1 0,-0.98 0.94,-0.98 1.69,-0.98 z"
inkscape:connector-curvature="0"
style="fill:#000000;stroke-width:0" /><path
id="path5413"
d="m 632.35,396.86 h 0.06 0.07 0.14 l 0.13,0.01 h 0.07 l 0.07,0.01 0.07,0.01 h 0.07 l 0.07,0.01 0.07,0.02 0.07,0.01 0.06,0.02 0.06,0.02 0.07,0.02 0.06,0.02 0.05,0.03 0.06,0.03 0.05,0.04 0.05,0.04 0.05,0.04 0.04,0.04 0.02,0.03 0.02,0.02 0.02,0.03 0.01,0.03 0.02,0.03 0.02,0.03 0.01,0.03 0.01,0.03 0.01,0.04 0.02,0.03 0.01,0.04 v 0.04 l 0.01,0.04 0.01,0.04 v 0.04 l 0.01,0.04 v 0.05 0.04 c 0,1 -0.96,1 -1.69,1 h -29.75 c -0.75,0 -1.69,0 -1.69,-1 0,-1 0.94,-1 1.64,-1 z"
inkscape:connector-curvature="0"
style="fill:#000000;stroke-width:0" /><path
id="path5415"
d="m 671.09,441.37 0.38,0.13 0.37,0.15 0.37,0.15 0.35,0.17 0.35,0.18 0.34,0.19 0.33,0.2 0.32,0.22 0.32,0.22 0.3,0.23 0.29,0.24 0.28,0.25 0.27,0.26 0.26,0.27 0.25,0.28 0.24,0.28 0.22,0.29 0.22,0.3 0.2,0.31 0.18,0.31 0.18,0.32 0.16,0.32 0.14,0.33 0.14,0.34 0.12,0.34 0.1,0.34 0.09,0.36 0.07,0.35 0.06,0.36 0.04,0.36 0.02,0.36 0.01,0.37 c 0,4.08 -4.39,6.88 -9.17,6.88 -5.03,0 -8.81,-3 -8.81,-6.78 0,-1.64 1.09,-2.6 2.54,-2.6 1.54,0 2.54,1.1 2.54,2.55 0,2.48 -2.35,2.48 -3.08,2.48 1.53,2.44 4.83,3.1 6.62,3.1 2.03,0 4.78,-1.1 4.78,-5.58 0,-0.61 -0.1,-3.49 -1.4,-5.69 -1.49,-2.39 -3.19,-2.53 -4.42,-2.59 -0.41,-0.05 -1.6,-0.14 -1.96,-0.14 -0.39,-0.05 -0.75,-0.1 -0.75,-0.6 0,-0.54 0.36,-0.54 1.21,-0.54 h 2.18 c 4.1,0 5.94,-3.39 5.94,-8.28 0,-6.77 -3.44,-8.22 -5.64,-8.22 -2.14,0 -5.87,0.84 -7.61,3.78 1.74,-0.24 3.28,0.86 3.28,2.75 0,1.79 -1.34,2.78 -2.79,2.78 -1.19,0 -2.79,-0.69 -2.79,-2.89 0,-4.53 4.63,-7.81 10.07,-7.81 6.08,0 10.61,4.53 10.61,9.61 0,4.09 -3.14,7.96 -8.32,9.01 z"
inkscape:connector-curvature="0"
style="fill:#000000;stroke-width:0" /><path
id="path5417"
d="m 688.18,440.18 v 1.19 c 0,12.61 6.17,14.41 8.72,14.41 1.18,0 3.28,-0.3 4.37,-2 -0.74,0 -2.74,0 -2.74,-2.24 0,-1.54 1.21,-2.29 2.3,-2.29 0.8,0 2.28,0.45 2.28,2.39 0,3 -2.18,5.39 -6.31,5.39 -6.39,0 -13.11,-6.44 -13.11,-17.44 0,-13.31 5.78,-16.84 10.41,-16.84 5.53,0 10.26,4.68 10.26,11.25 0,6.32 -4.43,11.12 -9.96,11.12 l -0.05,-1.16 c 0.8,0 3.09,0 4.64,-3.09 0.89,-1.83 0.89,-4.37 0.89,-6.81 0,-2.39 0,-4.89 -0.85,-6.69 -1.5,-2.98 -3.78,-3.23 -4.93,-3.23 v 0 c -3.14,0 -4.63,2.98 -4.92,3.73 -0.91,2.34 -0.91,6.33 -0.91,7.24 0,3.87 1.59,8.85 6.08,8.85 l 0.05,1.16 c -3.38,0 -5.22,-2.55 -6.22,-4.94 z"
inkscape:connector-curvature="0"
style="fill:#000000;stroke-width:0" /><path
id="path5419"
d="m 729.48,439.78 -0.01,0.74 -0.01,0.75 -0.02,0.75 -0.03,0.74 -0.04,0.75 -0.06,0.74 -0.08,0.74 -0.1,0.73 -0.11,0.73 -0.14,0.73 -0.16,0.73 -0.19,0.71 -0.22,0.72 -0.24,0.7 -0.28,0.7 -0.15,0.35 -0.16,0.34 c -2.28,4.8 -6.38,5.6 -8.47,5.6 -2.99,0 -6.63,-1.3 -8.67,-5.94 -1.6,-3.44 -1.85,-7.33 -1.85,-11.31 0,-3.74 0.21,-8.22 2.25,-12 2.14,-4.03 5.78,-5.03 8.22,-5.03 v 1.09 c -1.94,0 -4.89,1.25 -5.78,6.03 -0.55,2.99 -0.55,7.56 -0.55,10.52 0,3.18 0,6.47 0.41,9.15 0.94,5.94 4.67,6.38 5.92,6.38 1.64,0 4.94,-0.89 5.88,-5.83 0.5,-2.78 0.5,-6.58 0.5,-9.7 0,-3.75 0,-7.13 -0.55,-10.32 -0.75,-4.73 -3.59,-6.23 -5.83,-6.23 v 0 -1.09 c 2.69,0 6.47,1.04 8.67,5.78 1.6,3.43 1.85,7.31 1.85,11.25 z"
inkscape:connector-curvature="0"
style="fill:#000000;stroke-width:0" /><polyline
id="polyline5421"
points="657,402 731.76,402 731.76,404.04 657,404.04 "
style="fill:#000000;fill-rule:nonzero;stroke-width:0" /><path
id="path5423"
d="m 705.32,386.38 0.04,0.06 0.04,0.05 0.03,0.05 0.03,0.05 0.03,0.04 0.03,0.04 0.03,0.05 0.02,0.04 0.03,0.04 0.02,0.04 0.01,0.04 0.02,0.04 0.02,0.04 0.01,0.04 0.01,0.04 0.01,0.04 0.01,0.04 0.01,0.05 0.01,0.05 v 0.04 l 0.01,0.06 v 0.05 l 0.01,0.06 v 0.06 0.06 l 0.01,0.07 v 0.07 0.08 0.08 0.08 0.09 0.05 0.05 h -12.1 c -6.07,0 -6.18,0.65 -6.39,1.59 h -1.23 l -1.64,-10.25 h 1.23 c 0.16,0.8 0.61,3.94 1.25,4.53 0.35,0.3 4.24,0.3 4.88,0.3 h 10.33 c -0.57,-0.8 -4.49,-6.24 -5.6,-7.88 -4.48,-6.71 -6.12,-13.65 -6.12,-18.73 0,-0.5 0,-2.73 2.29,-2.73 2.3,0 2.3,2.23 2.3,2.73 v 2.55 c 0,2.73 0.14,5.48 0.55,8.17 0.19,1.14 0.89,5.42 3.08,8.51 z"
inkscape:connector-curvature="0"
style="fill:#000000;stroke-width:0" /></g> </g>
</g>
<g
id="g7099">
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:3.52777791px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.28222224px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="-16.038202"
y="94.788734"
id="text4236"><tspan
sodipodi:role="line"
id="tspan4238"
x="-16.038202"
y="94.788734"
style="stroke-width:0.28222224px">Pentagone</tspan></text>
<g
transform="translate(0.0992696,3.7488802)"
id="g6414">
<path
inkscape:transform-center-y="7.8343151"
inkscape:transform-center-x="3.149509"
d="M 3.7598672,65.054623 4.3731247,79.212812 -8.9026066,84.171176 -17.720717,73.077424 -9.8948781,61.262744 Z"
inkscape:randomized="0"
inkscape:rounded="0"
inkscape:flatsided="true"
sodipodi:arg2="-0.043287629"
sodipodi:arg1="-0.67160616"
sodipodi:r2="6.0274839"
sodipodi:r1="12.054968"
sodipodi:cy="72.555756"
sodipodi:cx="-5.677042"
sodipodi:sides="5"
id="path4226"
style="opacity:1;fill:#cdcdcd;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.5;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
sodipodi:type="star" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path6281"
sodipodi:type="arc"
sodipodi:cx="-9.8948803"
sodipodi:cy="61.262745"
sodipodi:rx="4.2340813"
sodipodi:ry="4.2340813"
sodipodi:start="0.30997793"
sodipodi:end="2.1391665"
sodipodi:open="true"
d="m -5.8625941,62.554299 a 4.2340813,4.2340813 0 0 1 -2.5954575,2.69128 4.2340813,4.2340813 0 0 1 -3.7158614,-0.414438" />
</g>
<g
transform="translate(-29.639444,-40.405177)"
id="g5801">
<g
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="g5799"
transform="matrix(0.05499045,0,0,-0.05499045,-9.6233283,120.01254)"
xml:space="preserve"
stroke-miterlimit="10.433"
font-style="normal"
font-variant="normal"
font-weight="normal"
font-stretch="normal"
font-size-adjust="none"
letter-spacing="normal"
word-spacing="normal"><path
style="fill:#000000;stroke-width:0"
inkscape:connector-curvature="0"
d="m 475.35,424.91 -0.03,0.06 -0.02,0.06 -0.02,0.06 -0.02,0.05 -0.02,0.05 -0.02,0.06 -0.02,0.05 -0.02,0.04 -0.03,0.05 -0.02,0.04 -0.02,0.04 -0.02,0.04 -0.03,0.04 -0.02,0.04 -0.03,0.03 -0.03,0.04 -0.03,0.03 -0.03,0.03 -0.03,0.02 -0.04,0.03 -0.04,0.02 -0.04,0.02 -0.04,0.02 -0.04,0.02 -0.05,0.01 -0.05,0.01 -0.06,0.01 -0.06,0.01 -0.06,0.01 -0.06,0.01 h -0.07 -0.04 -0.03 c -0.8,0 -0.96,-0.3 -1.21,-1 l -10.31,-29.8 c -0.89,-2.53 -2.89,-3.28 -5.58,-3.32 v -1.55 c 1.14,0.05 3.28,0.15 5.08,0.15 1.55,0 4.14,-0.1 5.74,-0.15 v 1.55 c -2.49,0 -3.74,1.25 -3.74,2.53 0,0.15 0.05,0.65 0.1,0.75 l 2.29,6.53 0.55,1.54 5.58,16.19 5.62,-16.19 h -11.2 l -0.55,-1.54 h 12.3 l 2.64,-7.63 c 0.06,-0.2 0.16,-0.5 0.16,-0.68 0,-1.5 -2.8,-1.5 -4.14,-1.5 v -1.55 c 1.79,0.15 5.28,0.15 7.18,0.15 2.14,0 4.42,-0.06 6.52,-0.15 v 1.55 h -0.89 c -3,0 -3.69,0.34 -4.24,1.98 z"
id="path5775" /><path
style="fill:#000000;stroke-width:0"
inkscape:connector-curvature="0"
d="m 498.32,407.38 v -13.36 c 0,-2.23 -0.55,-2.23 -3.89,-2.23 v -1.55 c 1.75,0.05 4.28,0.15 5.62,0.15 1.3,0 3.9,-0.1 5.58,-0.15 v 1.55 c -3.33,0 -3.87,0 -3.87,2.23 v 9.17 c 0,5.19 3.53,7.97 6.72,7.97 3.14,0 3.68,-2.69 3.68,-5.53 v -11.61 c 0,-2.23 -0.54,-2.23 -3.89,-2.23 v -1.55 c 1.75,0.05 4.3,0.15 5.64,0.15 1.3,0 3.88,-0.1 5.58,-0.15 v 1.55 c -2.59,0 -3.84,0 -3.89,1.5 v 9.51 c 0,4.28 0,5.83 -1.55,7.61 -0.68,0.86 -2.34,1.84 -5.21,1.84 -3.64,0 -5.99,-2.14 -7.38,-5.21 v 5.21 l -7.03,-0.54 v -1.55 c 3.48,0 3.89,-0.34 3.89,-2.78 z"
id="path5777" /><path
style="fill:#000000;stroke-width:0"
inkscape:connector-curvature="0"
d="m 525.84,396.86 v 0.02 0.03 0.03 0.04 0.04 0.05 0.05 l 0.01,0.05 v 0.06 l 0.01,0.07 0.01,0.06 0.01,0.07 0.01,0.07 0.02,0.08 0.01,0.08 0.02,0.08 0.02,0.08 0.03,0.08 0.02,0.09 0.03,0.09 0.03,0.09 0.04,0.09 0.04,0.09 0.04,0.1 0.05,0.09 0.05,0.1 0.05,0.09 0.06,0.1 0.06,0.09 0.07,0.1 0.07,0.09 0.08,0.1 c 1.95,-1.39 3.98,-1.55 4.94,-1.55 v 1.14 c -4.35,0 -4.35,4.99 -4.35,6.14 0,1.35 0.07,2.94 0.8,4.17 0.41,0.61 1.55,2 3.55,2 4.33,0 4.33,-4.98 4.33,-6.12 0,-1.35 -0.05,-2.94 -0.8,-4.19 -0.39,-0.59 -1.55,-2 -3.53,-2 v 0 -1.14 c 4.62,0 8.06,3.44 8.06,7.28 0,1.85 -0.8,3.69 -2.03,4.83 1.78,1.69 3.58,1.94 4.48,1.94 0.1,0 0.35,0 0.5,-0.05 -0.56,-0.2 -0.79,-0.75 -0.79,-1.34 0,-0.85 0.64,-1.44 1.43,-1.44 0.5,0 1.44,0.34 1.44,1.48 0,0.85 -0.59,2.44 -2.53,2.44 -1,0 -3.19,-0.3 -5.28,-2.33 -2.1,1.64 -4.19,1.78 -5.28,1.78 -4.64,0 -8.08,-3.43 -8.08,-7.26 0,-2.19 1.09,-4.1 2.34,-5.14 -0.64,-0.74 -1.54,-2.39 -1.54,-4.13 0,-1.54 0.65,-3.43 2.2,-4.43 -3,-0.85 -4.59,-2.99 -4.59,-4.99 0,-3.58 4.93,-6.33 11.01,-6.33 l 0.05,1.14 c -5.03,0 -8.47,2.55 -8.47,5.19 0,2.3 1.89,4.14 4.09,4.28 h 2.94 c 4.28,0 9.86,0 9.86,-4.28 0,-2.69 -3.53,-5.19 -8.42,-5.19 v 0 l -0.05,-1.14 c 5.88,0 11.06,2.55 11.06,6.42 0,1.75 -0.7,4.3 -3.23,5.69 -2.64,1.39 -5.53,1.39 -8.58,1.39 -1.25,0 -3.39,0 -3.73,0.05 -1.6,0.2 -2.64,1.75 -2.64,3.34 z"
id="path5779" /><path
style="fill:#000000;stroke-width:0"
inkscape:connector-curvature="0"
d="m 554.32,424.82 -7.17,-0.55 v -1.55 c 3.49,0 3.89,-0.34 3.89,-2.79 v -25.91 c 0,-2.23 -0.54,-2.23 -3.89,-2.23 v -1.55 c 1.64,0.05 4.28,0.15 5.53,0.15 1.25,0 3.69,-0.1 5.54,-0.15 v 1.55 c -3.35,0 -3.9,0 -3.9,2.23 z"
id="path5781" /><path
style="fill:#000000;stroke-width:0"
inkscape:connector-curvature="0"
d="m 564.84,401.75 0.05,1.05 c 0.29,7.42 4.48,8.66 6.18,8.66 5.13,0 5.63,-6.72 5.63,-8.66 h -11.81 l -0.05,-1.05 h 13.91 c 1.09,0 1.23,0 1.23,1.05 0,4.92 -2.69,9.75 -8.91,9.75 -5.78,0 -10.37,-5.12 -10.37,-11.36 0,-6.67 5.23,-11.5 10.97,-11.5 6.08,0 8.31,5.53 8.31,6.47 0,0.5 -0.39,0.61 -0.64,0.61 -0.45,0 -0.55,-0.3 -0.66,-0.7 -1.73,-5.13 -6.21,-5.13 -6.71,-5.13 -2.5,0 -4.49,1.49 -5.63,3.33 -1.5,2.39 -1.5,5.69 -1.5,7.48 z"
id="path5783" /><path
style="fill:#000000;stroke-width:0"
inkscape:connector-curvature="0"
d="m 632.3,406.54 h 0.14 0.14 0.15 l 0.07,0.01 h 0.07 l 0.08,0.01 0.07,0.01 0.07,0.01 0.07,0.01 0.07,0.01 0.06,0.02 0.07,0.02 0.06,0.02 0.06,0.02 0.06,0.03 0.05,0.03 0.06,0.04 0.05,0.03 0.04,0.05 0.05,0.04 0.04,0.05 0.02,0.03 0.01,0.02 0.02,0.03 0.02,0.03 0.01,0.03 0.01,0.04 0.01,0.03 0.02,0.03 0.01,0.04 v 0.04 l 0.01,0.04 0.01,0.04 v 0.04 l 0.01,0.04 v 0.04 0.05 c 0,1 -0.96,1 -1.64,1 H 602.5 c -0.7,0 -1.64,0 -1.64,-1 0,-0.98 0.94,-0.98 1.69,-0.98 z"
id="path5785" /><path
style="fill:#000000;stroke-width:0"
inkscape:connector-curvature="0"
d="m 632.35,396.86 h 0.06 0.07 0.14 l 0.13,0.01 h 0.07 l 0.07,0.01 0.07,0.01 h 0.07 l 0.07,0.01 0.07,0.02 0.07,0.01 0.06,0.02 0.06,0.02 0.07,0.02 0.06,0.02 0.05,0.03 0.06,0.03 0.05,0.04 0.05,0.04 0.05,0.04 0.04,0.04 0.02,0.03 0.02,0.02 0.02,0.03 0.01,0.03 0.02,0.03 0.02,0.03 0.01,0.03 0.01,0.03 0.01,0.04 0.02,0.03 0.01,0.04 v 0.04 l 0.01,0.04 0.01,0.04 v 0.04 l 0.01,0.04 v 0.05 0.04 c 0,1 -0.96,1 -1.69,1 h -29.75 c -0.75,0 -1.69,0 -1.69,-1 0,-1 0.94,-1 1.64,-1 z"
id="path5787" /><path
style="fill:#000000;stroke-width:0"
inkscape:connector-curvature="0"
d="m 671.09,441.37 0.38,0.13 0.37,0.15 0.37,0.15 0.35,0.17 0.35,0.18 0.34,0.19 0.33,0.2 0.32,0.22 0.32,0.22 0.3,0.23 0.29,0.24 0.28,0.25 0.27,0.26 0.26,0.27 0.25,0.28 0.24,0.28 0.22,0.29 0.22,0.3 0.2,0.31 0.18,0.31 0.18,0.32 0.16,0.32 0.14,0.33 0.14,0.34 0.12,0.34 0.1,0.34 0.09,0.36 0.07,0.35 0.06,0.36 0.04,0.36 0.02,0.36 0.01,0.37 c 0,4.08 -4.39,6.88 -9.17,6.88 -5.03,0 -8.81,-3 -8.81,-6.78 0,-1.64 1.09,-2.6 2.54,-2.6 1.54,0 2.54,1.1 2.54,2.55 0,2.48 -2.35,2.48 -3.08,2.48 1.53,2.44 4.83,3.1 6.62,3.1 2.03,0 4.78,-1.1 4.78,-5.58 0,-0.61 -0.1,-3.49 -1.4,-5.69 -1.49,-2.39 -3.19,-2.53 -4.42,-2.59 -0.41,-0.05 -1.6,-0.14 -1.96,-0.14 -0.39,-0.05 -0.75,-0.1 -0.75,-0.6 0,-0.54 0.36,-0.54 1.21,-0.54 h 2.18 c 4.1,0 5.94,-3.39 5.94,-8.28 0,-6.77 -3.44,-8.22 -5.64,-8.22 -2.14,0 -5.87,0.84 -7.61,3.78 1.74,-0.24 3.28,0.86 3.28,2.75 0,1.79 -1.34,2.78 -2.79,2.78 -1.19,0 -2.79,-0.69 -2.79,-2.89 0,-4.53 4.63,-7.81 10.07,-7.81 6.08,0 10.61,4.53 10.61,9.61 0,4.09 -3.14,7.96 -8.32,9.01 z"
id="path5789" /><path
style="fill:#000000;stroke-width:0"
inkscape:connector-curvature="0"
d="m 688.18,440.18 v 1.19 c 0,12.61 6.17,14.41 8.72,14.41 1.18,0 3.28,-0.3 4.37,-2 -0.74,0 -2.74,0 -2.74,-2.24 0,-1.54 1.21,-2.29 2.3,-2.29 0.8,0 2.28,0.45 2.28,2.39 0,3 -2.18,5.39 -6.31,5.39 -6.39,0 -13.11,-6.44 -13.11,-17.44 0,-13.31 5.78,-16.84 10.41,-16.84 5.53,0 10.26,4.68 10.26,11.25 0,6.32 -4.43,11.12 -9.96,11.12 l -0.05,-1.16 c 0.8,0 3.09,0 4.64,-3.09 0.89,-1.83 0.89,-4.37 0.89,-6.81 0,-2.39 0,-4.89 -0.85,-6.69 -1.5,-2.98 -3.78,-3.23 -4.93,-3.23 v 0 c -3.14,0 -4.63,2.98 -4.92,3.73 -0.91,2.34 -0.91,6.33 -0.91,7.24 0,3.87 1.59,8.85 6.08,8.85 l 0.05,1.16 c -3.38,0 -5.22,-2.55 -6.22,-4.94 z"
id="path5791" /><path
style="fill:#000000;stroke-width:0"
inkscape:connector-curvature="0"
d="m 729.48,439.78 -0.01,0.74 -0.01,0.75 -0.02,0.75 -0.03,0.74 -0.04,0.75 -0.06,0.74 -0.08,0.74 -0.1,0.73 -0.11,0.73 -0.14,0.73 -0.16,0.73 -0.19,0.71 -0.22,0.72 -0.24,0.7 -0.28,0.7 -0.15,0.35 -0.16,0.34 c -2.28,4.8 -6.38,5.6 -8.47,5.6 -2.99,0 -6.63,-1.3 -8.67,-5.94 -1.6,-3.44 -1.85,-7.33 -1.85,-11.31 0,-3.74 0.21,-8.22 2.25,-12 2.14,-4.03 5.78,-5.03 8.22,-5.03 v 1.09 c -1.94,0 -4.89,1.25 -5.78,6.03 -0.55,2.99 -0.55,7.56 -0.55,10.52 0,3.18 0,6.47 0.41,9.15 0.94,5.94 4.67,6.38 5.92,6.38 1.64,0 4.94,-0.89 5.88,-5.83 0.5,-2.78 0.5,-6.58 0.5,-9.7 0,-3.75 0,-7.13 -0.55,-10.32 -0.75,-4.73 -3.59,-6.23 -5.83,-6.23 v 0 -1.09 c 2.69,0 6.47,1.04 8.67,5.78 1.6,3.43 1.85,7.31 1.85,11.25 z"
id="path5793" /><polyline
style="fill:#000000;fill-rule:nonzero;stroke-width:0"
points="657,402 731.76,402 731.76,404.04 657,404.04 "
id="polyline5795" /><path
style="fill:#000000;stroke-width:0"
inkscape:connector-curvature="0"
d="m 703.98,366.05 -0.01,0.56 -0.04,0.54 -0.06,0.54 -0.08,0.53 -0.1,0.53 -0.13,0.51 -0.14,0.5 -0.17,0.5 -0.18,0.48 -0.21,0.47 -0.22,0.46 -0.24,0.44 -0.26,0.43 -0.28,0.41 -0.29,0.4 -0.31,0.38 -0.33,0.36 -0.34,0.35 -0.35,0.32 -0.37,0.31 -0.39,0.29 -0.39,0.26 -0.41,0.25 -0.42,0.22 -0.44,0.2 -0.44,0.17 -0.46,0.15 -0.46,0.13 -0.48,0.09 -0.48,0.07 -0.49,0.05 -0.5,0.01 c -2.39,0 -4.53,-0.8 -6.33,-2.53 v 9.7 c 1,-0.29 2.64,-0.64 4.23,-0.64 6.13,0 9.61,4.53 9.61,5.19 0,0.3 -0.14,0.55 -0.5,0.55 -0.04,0 -0.14,0 -0.39,-0.16 -1,-0.45 -3.43,-1.44 -6.78,-1.44 -1.98,0 -4.28,0.35 -6.62,1.39 -0.39,0.14 -0.5,0.14 -0.6,0.14 -0.5,0 -0.5,-0.39 -0.5,-1.18 v -14.75 c 0,-0.89 0,-1.3 0.71,-1.3 0.34,0 0.43,0.16 0.64,0.45 0.54,0.8 2.39,3.49 6.42,3.49 2.59,0 3.84,-2.3 4.23,-3.19 0.82,-1.84 0.91,-3.78 0.91,-6.28 0,-1.74 0,-4.74 -1.2,-6.83 -1.19,-1.94 -3.04,-3.23 -5.33,-3.23 -3.64,0 -6.47,2.64 -7.33,5.57 0.16,-0.04 0.31,-0.09 0.86,-0.09 1.64,0 2.48,1.25 2.48,2.44 0,1.2 -0.84,2.44 -2.48,2.44 -0.7,0 -2.45,-0.35 -2.45,-2.65 0,-4.28 3.43,-9.1 9.03,-9.1 5.76,0 10.86,4.78 10.86,11.1 z"
id="path5797" /></g> </g>
</g>
<g
id="g7120">
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:2.64583325px;line-height:6.61458302px;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="-45.283421"
y="95.351715"
id="text5172"><tspan
sodipodi:role="line"
id="tspan5170"
x="-45.283421"
y="95.351715"
style="font-size:3.52777767px;stroke-width:0.26458332px">Carré</tspan></text>
<g
transform="translate(0.86094531,3.8450432)"
id="g6418">
<path
d="m -38.217755,84.421438 -14.840688,-8.568274 8.568274,-14.840688 14.840688,8.568274 z"
inkscape:randomized="0"
inkscape:rounded="0"
inkscape:flatsided="true"
sodipodi:arg2="2.0943951"
sodipodi:arg1="1.3089969"
sodipodi:r2="8.5682755"
sodipodi:r1="12.117371"
sodipodi:cy="72.716957"
sodipodi:cx="-41.353962"
sodipodi:sides="4"
id="path5168"
style="opacity:1;fill:#cdcdcd;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
sodipodi:type="star" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path6279"
sodipodi:type="arc"
sodipodi:cx="-44.49017"
sodipodi:cy="61.012478"
sodipodi:rx="4.1546841"
sodipodi:ry="4.1546841"
sodipodi:start="0.47843755"
sodipodi:end="2.0755742"
sodipodi:open="true"
d="m -40.801993,62.925264 a 4.1546841,4.1546841 0 0 1 -2.485053,2.063883 4.1546841,4.1546841 0 0 1 -3.212383,-0.340149" />
</g>
<g
id="g6203"
transform="translate(-63.557936,-40.375207)">
<g
word-spacing="normal"
letter-spacing="normal"
font-size-adjust="none"
font-stretch="normal"
font-weight="normal"
font-variant="normal"
font-style="normal"
stroke-miterlimit="10.433"
xml:space="preserve"
transform="matrix(0.05499045,0,0,-0.05499045,-9.6233283,120.01254)"
id="g6201"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"><path
id="path6177"
d="m 475.35,424.91 -0.03,0.06 -0.02,0.06 -0.02,0.06 -0.02,0.05 -0.02,0.05 -0.02,0.06 -0.02,0.05 -0.02,0.04 -0.03,0.05 -0.02,0.04 -0.02,0.04 -0.02,0.04 -0.03,0.04 -0.02,0.04 -0.03,0.03 -0.03,0.04 -0.03,0.03 -0.03,0.03 -0.03,0.02 -0.04,0.03 -0.04,0.02 -0.04,0.02 -0.04,0.02 -0.04,0.02 -0.05,0.01 -0.05,0.01 -0.06,0.01 -0.06,0.01 -0.06,0.01 -0.06,0.01 h -0.07 -0.04 -0.03 c -0.8,0 -0.96,-0.3 -1.21,-1 l -10.31,-29.8 c -0.89,-2.53 -2.89,-3.28 -5.58,-3.32 v -1.55 c 1.14,0.05 3.28,0.15 5.08,0.15 1.55,0 4.14,-0.1 5.74,-0.15 v 1.55 c -2.49,0 -3.74,1.25 -3.74,2.53 0,0.15 0.05,0.65 0.1,0.75 l 2.29,6.53 0.55,1.54 5.58,16.19 5.62,-16.19 h -11.2 l -0.55,-1.54 h 12.3 l 2.64,-7.63 c 0.06,-0.2 0.16,-0.5 0.16,-0.68 0,-1.5 -2.8,-1.5 -4.14,-1.5 v -1.55 c 1.79,0.15 5.28,0.15 7.18,0.15 2.14,0 4.42,-0.06 6.52,-0.15 v 1.55 h -0.89 c -3,0 -3.69,0.34 -4.24,1.98 z"
inkscape:connector-curvature="0"
style="fill:#000000;stroke-width:0" /><path
id="path6179"
d="m 498.32,407.38 v -13.36 c 0,-2.23 -0.55,-2.23 -3.89,-2.23 v -1.55 c 1.75,0.05 4.28,0.15 5.62,0.15 1.3,0 3.9,-0.1 5.58,-0.15 v 1.55 c -3.33,0 -3.87,0 -3.87,2.23 v 9.17 c 0,5.19 3.53,7.97 6.72,7.97 3.14,0 3.68,-2.69 3.68,-5.53 v -11.61 c 0,-2.23 -0.54,-2.23 -3.89,-2.23 v -1.55 c 1.75,0.05 4.3,0.15 5.64,0.15 1.3,0 3.88,-0.1 5.58,-0.15 v 1.55 c -2.59,0 -3.84,0 -3.89,1.5 v 9.51 c 0,4.28 0,5.83 -1.55,7.61 -0.68,0.86 -2.34,1.84 -5.21,1.84 -3.64,0 -5.99,-2.14 -7.38,-5.21 v 5.21 l -7.03,-0.54 v -1.55 c 3.48,0 3.89,-0.34 3.89,-2.78 z"
inkscape:connector-curvature="0"
style="fill:#000000;stroke-width:0" /><path
id="path6181"
d="m 525.84,396.86 v 0.02 0.03 0.03 0.04 0.04 0.05 0.05 l 0.01,0.05 v 0.06 l 0.01,0.07 0.01,0.06 0.01,0.07 0.01,0.07 0.02,0.08 0.01,0.08 0.02,0.08 0.02,0.08 0.03,0.08 0.02,0.09 0.03,0.09 0.03,0.09 0.04,0.09 0.04,0.09 0.04,0.1 0.05,0.09 0.05,0.1 0.05,0.09 0.06,0.1 0.06,0.09 0.07,0.1 0.07,0.09 0.08,0.1 c 1.95,-1.39 3.98,-1.55 4.94,-1.55 v 1.14 c -4.35,0 -4.35,4.99 -4.35,6.14 0,1.35 0.07,2.94 0.8,4.17 0.41,0.61 1.55,2 3.55,2 4.33,0 4.33,-4.98 4.33,-6.12 0,-1.35 -0.05,-2.94 -0.8,-4.19 -0.39,-0.59 -1.55,-2 -3.53,-2 v 0 -1.14 c 4.62,0 8.06,3.44 8.06,7.28 0,1.85 -0.8,3.69 -2.03,4.83 1.78,1.69 3.58,1.94 4.48,1.94 0.1,0 0.35,0 0.5,-0.05 -0.56,-0.2 -0.79,-0.75 -0.79,-1.34 0,-0.85 0.64,-1.44 1.43,-1.44 0.5,0 1.44,0.34 1.44,1.48 0,0.85 -0.59,2.44 -2.53,2.44 -1,0 -3.19,-0.3 -5.28,-2.33 -2.1,1.64 -4.19,1.78 -5.28,1.78 -4.64,0 -8.08,-3.43 -8.08,-7.26 0,-2.19 1.09,-4.1 2.34,-5.14 -0.64,-0.74 -1.54,-2.39 -1.54,-4.13 0,-1.54 0.65,-3.43 2.2,-4.43 -3,-0.85 -4.59,-2.99 -4.59,-4.99 0,-3.58 4.93,-6.33 11.01,-6.33 l 0.05,1.14 c -5.03,0 -8.47,2.55 -8.47,5.19 0,2.3 1.89,4.14 4.09,4.28 h 2.94 c 4.28,0 9.86,0 9.86,-4.28 0,-2.69 -3.53,-5.19 -8.42,-5.19 v 0 l -0.05,-1.14 c 5.88,0 11.06,2.55 11.06,6.42 0,1.75 -0.7,4.3 -3.23,5.69 -2.64,1.39 -5.53,1.39 -8.58,1.39 -1.25,0 -3.39,0 -3.73,0.05 -1.6,0.2 -2.64,1.75 -2.64,3.34 z"
inkscape:connector-curvature="0"
style="fill:#000000;stroke-width:0" /><path
id="path6183"
d="m 554.32,424.82 -7.17,-0.55 v -1.55 c 3.49,0 3.89,-0.34 3.89,-2.79 v -25.91 c 0,-2.23 -0.54,-2.23 -3.89,-2.23 v -1.55 c 1.64,0.05 4.28,0.15 5.53,0.15 1.25,0 3.69,-0.1 5.54,-0.15 v 1.55 c -3.35,0 -3.9,0 -3.9,2.23 z"
inkscape:connector-curvature="0"
style="fill:#000000;stroke-width:0" /><path
id="path6185"
d="m 564.84,401.75 0.05,1.05 c 0.29,7.42 4.48,8.66 6.18,8.66 5.13,0 5.63,-6.72 5.63,-8.66 h -11.81 l -0.05,-1.05 h 13.91 c 1.09,0 1.23,0 1.23,1.05 0,4.92 -2.69,9.75 -8.91,9.75 -5.78,0 -10.37,-5.12 -10.37,-11.36 0,-6.67 5.23,-11.5 10.97,-11.5 6.08,0 8.31,5.53 8.31,6.47 0,0.5 -0.39,0.61 -0.64,0.61 -0.45,0 -0.55,-0.3 -0.66,-0.7 -1.73,-5.13 -6.21,-5.13 -6.71,-5.13 -2.5,0 -4.49,1.49 -5.63,3.33 -1.5,2.39 -1.5,5.69 -1.5,7.48 z"
inkscape:connector-curvature="0"
style="fill:#000000;stroke-width:0" /><path
id="path6187"
d="m 632.3,406.54 h 0.14 0.14 0.15 l 0.07,0.01 h 0.07 l 0.08,0.01 0.07,0.01 0.07,0.01 0.07,0.01 0.07,0.01 0.06,0.02 0.07,0.02 0.06,0.02 0.06,0.02 0.06,0.03 0.05,0.03 0.06,0.04 0.05,0.03 0.04,0.05 0.05,0.04 0.04,0.05 0.02,0.03 0.01,0.02 0.02,0.03 0.02,0.03 0.01,0.03 0.01,0.04 0.01,0.03 0.02,0.03 0.01,0.04 v 0.04 l 0.01,0.04 0.01,0.04 v 0.04 l 0.01,0.04 v 0.04 0.05 c 0,1 -0.96,1 -1.64,1 H 602.5 c -0.7,0 -1.64,0 -1.64,-1 0,-0.98 0.94,-0.98 1.69,-0.98 z"
inkscape:connector-curvature="0"
style="fill:#000000;stroke-width:0" /><path
id="path6189"
d="m 632.35,396.86 h 0.06 0.07 0.14 l 0.13,0.01 h 0.07 l 0.07,0.01 0.07,0.01 h 0.07 l 0.07,0.01 0.07,0.02 0.07,0.01 0.06,0.02 0.06,0.02 0.07,0.02 0.06,0.02 0.05,0.03 0.06,0.03 0.05,0.04 0.05,0.04 0.05,0.04 0.04,0.04 0.02,0.03 0.02,0.02 0.02,0.03 0.01,0.03 0.02,0.03 0.02,0.03 0.01,0.03 0.01,0.03 0.01,0.04 0.02,0.03 0.01,0.04 v 0.04 l 0.01,0.04 0.01,0.04 v 0.04 l 0.01,0.04 v 0.05 0.04 c 0,1 -0.96,1 -1.69,1 h -29.75 c -0.75,0 -1.69,0 -1.69,-1 0,-1 0.94,-1 1.64,-1 z"
inkscape:connector-curvature="0"
style="fill:#000000;stroke-width:0" /><path
id="path6191"
d="m 671.09,441.37 0.38,0.13 0.37,0.15 0.37,0.15 0.35,0.17 0.35,0.18 0.34,0.19 0.33,0.2 0.32,0.22 0.32,0.22 0.3,0.23 0.29,0.24 0.28,0.25 0.27,0.26 0.26,0.27 0.25,0.28 0.24,0.28 0.22,0.29 0.22,0.3 0.2,0.31 0.18,0.31 0.18,0.32 0.16,0.32 0.14,0.33 0.14,0.34 0.12,0.34 0.1,0.34 0.09,0.36 0.07,0.35 0.06,0.36 0.04,0.36 0.02,0.36 0.01,0.37 c 0,4.08 -4.39,6.88 -9.17,6.88 -5.03,0 -8.81,-3 -8.81,-6.78 0,-1.64 1.09,-2.6 2.54,-2.6 1.54,0 2.54,1.1 2.54,2.55 0,2.48 -2.35,2.48 -3.08,2.48 1.53,2.44 4.83,3.1 6.62,3.1 2.03,0 4.78,-1.1 4.78,-5.58 0,-0.61 -0.1,-3.49 -1.4,-5.69 -1.49,-2.39 -3.19,-2.53 -4.42,-2.59 -0.41,-0.05 -1.6,-0.14 -1.96,-0.14 -0.39,-0.05 -0.75,-0.1 -0.75,-0.6 0,-0.54 0.36,-0.54 1.21,-0.54 h 2.18 c 4.1,0 5.94,-3.39 5.94,-8.28 0,-6.77 -3.44,-8.22 -5.64,-8.22 -2.14,0 -5.87,0.84 -7.61,3.78 1.74,-0.24 3.28,0.86 3.28,2.75 0,1.79 -1.34,2.78 -2.79,2.78 -1.19,0 -2.79,-0.69 -2.79,-2.89 0,-4.53 4.63,-7.81 10.07,-7.81 6.08,0 10.61,4.53 10.61,9.61 0,4.09 -3.14,7.96 -8.32,9.01 z"
inkscape:connector-curvature="0"
style="fill:#000000;stroke-width:0" /><path
id="path6193"
d="m 688.18,440.18 v 1.19 c 0,12.61 6.17,14.41 8.72,14.41 1.18,0 3.28,-0.3 4.37,-2 -0.74,0 -2.74,0 -2.74,-2.24 0,-1.54 1.21,-2.29 2.3,-2.29 0.8,0 2.28,0.45 2.28,2.39 0,3 -2.18,5.39 -6.31,5.39 -6.39,0 -13.11,-6.44 -13.11,-17.44 0,-13.31 5.78,-16.84 10.41,-16.84 5.53,0 10.26,4.68 10.26,11.25 0,6.32 -4.43,11.12 -9.96,11.12 l -0.05,-1.16 c 0.8,0 3.09,0 4.64,-3.09 0.89,-1.83 0.89,-4.37 0.89,-6.81 0,-2.39 0,-4.89 -0.85,-6.69 -1.5,-2.98 -3.78,-3.23 -4.93,-3.23 v 0 c -3.14,0 -4.63,2.98 -4.92,3.73 -0.91,2.34 -0.91,6.33 -0.91,7.24 0,3.87 1.59,8.85 6.08,8.85 l 0.05,1.16 c -3.38,0 -5.22,-2.55 -6.22,-4.94 z"
inkscape:connector-curvature="0"
style="fill:#000000;stroke-width:0" /><path
id="path6195"
d="m 729.48,439.78 -0.01,0.74 -0.01,0.75 -0.02,0.75 -0.03,0.74 -0.04,0.75 -0.06,0.74 -0.08,0.74 -0.1,0.73 -0.11,0.73 -0.14,0.73 -0.16,0.73 -0.19,0.71 -0.22,0.72 -0.24,0.7 -0.28,0.7 -0.15,0.35 -0.16,0.34 c -2.28,4.8 -6.38,5.6 -8.47,5.6 -2.99,0 -6.63,-1.3 -8.67,-5.94 -1.6,-3.44 -1.85,-7.33 -1.85,-11.31 0,-3.74 0.21,-8.22 2.25,-12 2.14,-4.03 5.78,-5.03 8.22,-5.03 v 1.09 c -1.94,0 -4.89,1.25 -5.78,6.03 -0.55,2.99 -0.55,7.56 -0.55,10.52 0,3.18 0,6.47 0.41,9.15 0.94,5.94 4.67,6.38 5.92,6.38 1.64,0 4.94,-0.89 5.88,-5.83 0.5,-2.78 0.5,-6.58 0.5,-9.7 0,-3.75 0,-7.13 -0.55,-10.32 -0.75,-4.73 -3.59,-6.23 -5.83,-6.23 v 0 -1.09 c 2.69,0 6.47,1.04 8.67,5.78 1.6,3.43 1.85,7.31 1.85,11.25 z"
inkscape:connector-curvature="0"
style="fill:#000000;stroke-width:0" /><polyline
id="polyline6197"
points="657,402 731.76,402 731.76,404.04 657,404.04 "
style="fill:#000000;fill-rule:nonzero;stroke-width:0" /><path
id="path6199"
d="m 696.24,364.26 v -4.33 c 0,-1.8 -0.09,-2.34 -3.78,-2.34 h -1.05 v -1.55 c 2.05,0.16 4.64,0.16 6.74,0.16 2.09,0 4.73,0 6.76,-0.16 v 1.55 h -1.04 c -3.69,0 -3.78,0.54 -3.78,2.34 v 4.33 h 4.98 v 1.54 h -4.98 v 22.68 c 0,1 0,1.29 -0.8,1.29 -0.45,0 -0.59,0 -1,-0.61 l -15.3,-23.36 h 1.41 l 12.15,18.58 V 365.8 h -12.15 -1.41 v -1.54 z"
inkscape:connector-curvature="0"
style="fill:#000000;stroke-width:0" /></g> </g>
</g>
<g
id="g7142">
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:3.52777791px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.28222224px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="-81.196678"
y="94.815865"
id="text4232"><tspan
sodipodi:role="line"
id="tspan4234"
x="-81.196678"
y="94.815865"
style="stroke-width:0.28222224px">Triangle</tspan></text>
<g
transform="translate(1.6226192,3.7217502)"
id="g6426">
<path
inkscape:transform-center-y="6.0294258"
inkscape:transform-center-x="6.0294564"
d="M -64.987202,61.717351 -70.881879,83.716582 -86.986433,67.612027 Z"
inkscape:randomized="0"
inkscape:rounded="0"
inkscape:flatsided="true"
sodipodi:arg2="0.26179939"
sodipodi:arg1="-0.78539816"
sodipodi:r2="6.574657"
sodipodi:r1="13.149314"
sodipodi:cy="71.01532"
sodipodi:cx="-74.285172"
sodipodi:sides="3"
id="path4224"
style="opacity:1;fill:#cdcdcd;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.5;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
sodipodi:type="star" />
<g
id="g6421">
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path5216"
sodipodi:type="arc"
sodipodi:cx="-64.987206"
sodipodi:cy="61.71735"
sodipodi:rx="5.2502108"
sodipodi:ry="5.2502108"
sodipodi:start="1.8074162"
sodipodi:end="2.870861"
sodipodi:open="true"
d="m -66.21795,66.821268 a 5.2502108,5.2502108 0 0 1 -3.82823,-3.69982" />
</g>
</g>
<g
transform="translate(-97.429112,-40.405177)"
id="g6633">
<g
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="g6631"
transform="matrix(0.05499045,0,0,-0.05499045,-9.6233283,120.01254)"
xml:space="preserve"
stroke-miterlimit="10.433"
font-style="normal"
font-variant="normal"
font-weight="normal"
font-stretch="normal"
font-size-adjust="none"
letter-spacing="normal"
word-spacing="normal"><path
style="fill:#000000;stroke-width:0"
inkscape:connector-curvature="0"
d="m 475.35,424.91 -0.03,0.06 -0.02,0.06 -0.02,0.06 -0.02,0.05 -0.02,0.05 -0.02,0.06 -0.02,0.05 -0.02,0.04 -0.03,0.05 -0.02,0.04 -0.02,0.04 -0.02,0.04 -0.03,0.04 -0.02,0.04 -0.03,0.03 -0.03,0.04 -0.03,0.03 -0.03,0.03 -0.03,0.02 -0.04,0.03 -0.04,0.02 -0.04,0.02 -0.04,0.02 -0.04,0.02 -0.05,0.01 -0.05,0.01 -0.06,0.01 -0.06,0.01 -0.06,0.01 -0.06,0.01 h -0.07 -0.04 -0.03 c -0.8,0 -0.96,-0.3 -1.21,-1 l -10.31,-29.8 c -0.89,-2.53 -2.89,-3.28 -5.58,-3.32 v -1.55 c 1.14,0.05 3.28,0.15 5.08,0.15 1.55,0 4.14,-0.1 5.74,-0.15 v 1.55 c -2.49,0 -3.74,1.25 -3.74,2.53 0,0.15 0.05,0.65 0.1,0.75 l 2.29,6.53 0.55,1.54 5.58,16.19 5.62,-16.19 h -11.2 l -0.55,-1.54 h 12.3 l 2.64,-7.63 c 0.06,-0.2 0.16,-0.5 0.16,-0.68 0,-1.5 -2.8,-1.5 -4.14,-1.5 v -1.55 c 1.79,0.15 5.28,0.15 7.18,0.15 2.14,0 4.42,-0.06 6.52,-0.15 v 1.55 h -0.89 c -3,0 -3.69,0.34 -4.24,1.98 z"
id="path6607" /><path
style="fill:#000000;stroke-width:0"
inkscape:connector-curvature="0"
d="m 498.32,407.38 v -13.36 c 0,-2.23 -0.55,-2.23 -3.89,-2.23 v -1.55 c 1.75,0.05 4.28,0.15 5.62,0.15 1.3,0 3.9,-0.1 5.58,-0.15 v 1.55 c -3.33,0 -3.87,0 -3.87,2.23 v 9.17 c 0,5.19 3.53,7.97 6.72,7.97 3.14,0 3.68,-2.69 3.68,-5.53 v -11.61 c 0,-2.23 -0.54,-2.23 -3.89,-2.23 v -1.55 c 1.75,0.05 4.3,0.15 5.64,0.15 1.3,0 3.88,-0.1 5.58,-0.15 v 1.55 c -2.59,0 -3.84,0 -3.89,1.5 v 9.51 c 0,4.28 0,5.83 -1.55,7.61 -0.68,0.86 -2.34,1.84 -5.21,1.84 -3.64,0 -5.99,-2.14 -7.38,-5.21 v 5.21 l -7.03,-0.54 v -1.55 c 3.48,0 3.89,-0.34 3.89,-2.78 z"
id="path6609" /><path
style="fill:#000000;stroke-width:0"
inkscape:connector-curvature="0"
d="m 525.84,396.86 v 0.02 0.03 0.03 0.04 0.04 0.05 0.05 l 0.01,0.05 v 0.06 l 0.01,0.07 0.01,0.06 0.01,0.07 0.01,0.07 0.02,0.08 0.01,0.08 0.02,0.08 0.02,0.08 0.03,0.08 0.02,0.09 0.03,0.09 0.03,0.09 0.04,0.09 0.04,0.09 0.04,0.1 0.05,0.09 0.05,0.1 0.05,0.09 0.06,0.1 0.06,0.09 0.07,0.1 0.07,0.09 0.08,0.1 c 1.95,-1.39 3.98,-1.55 4.94,-1.55 v 1.14 c -4.35,0 -4.35,4.99 -4.35,6.14 0,1.35 0.07,2.94 0.8,4.17 0.41,0.61 1.55,2 3.55,2 4.33,0 4.33,-4.98 4.33,-6.12 0,-1.35 -0.05,-2.94 -0.8,-4.19 -0.39,-0.59 -1.55,-2 -3.53,-2 v 0 -1.14 c 4.62,0 8.06,3.44 8.06,7.28 0,1.85 -0.8,3.69 -2.03,4.83 1.78,1.69 3.58,1.94 4.48,1.94 0.1,0 0.35,0 0.5,-0.05 -0.56,-0.2 -0.79,-0.75 -0.79,-1.34 0,-0.85 0.64,-1.44 1.43,-1.44 0.5,0 1.44,0.34 1.44,1.48 0,0.85 -0.59,2.44 -2.53,2.44 -1,0 -3.19,-0.3 -5.28,-2.33 -2.1,1.64 -4.19,1.78 -5.28,1.78 -4.64,0 -8.08,-3.43 -8.08,-7.26 0,-2.19 1.09,-4.1 2.34,-5.14 -0.64,-0.74 -1.54,-2.39 -1.54,-4.13 0,-1.54 0.65,-3.43 2.2,-4.43 -3,-0.85 -4.59,-2.99 -4.59,-4.99 0,-3.58 4.93,-6.33 11.01,-6.33 l 0.05,1.14 c -5.03,0 -8.47,2.55 -8.47,5.19 0,2.3 1.89,4.14 4.09,4.28 h 2.94 c 4.28,0 9.86,0 9.86,-4.28 0,-2.69 -3.53,-5.19 -8.42,-5.19 v 0 l -0.05,-1.14 c 5.88,0 11.06,2.55 11.06,6.42 0,1.75 -0.7,4.3 -3.23,5.69 -2.64,1.39 -5.53,1.39 -8.58,1.39 -1.25,0 -3.39,0 -3.73,0.05 -1.6,0.2 -2.64,1.75 -2.64,3.34 z"
id="path6611" /><path
style="fill:#000000;stroke-width:0"
inkscape:connector-curvature="0"
d="m 554.32,424.82 -7.17,-0.55 v -1.55 c 3.49,0 3.89,-0.34 3.89,-2.79 v -25.91 c 0,-2.23 -0.54,-2.23 -3.89,-2.23 v -1.55 c 1.64,0.05 4.28,0.15 5.53,0.15 1.25,0 3.69,-0.1 5.54,-0.15 v 1.55 c -3.35,0 -3.9,0 -3.9,2.23 z"
id="path6613" /><path
style="fill:#000000;stroke-width:0"
inkscape:connector-curvature="0"
d="m 564.84,401.75 0.05,1.05 c 0.29,7.42 4.48,8.66 6.18,8.66 5.13,0 5.63,-6.72 5.63,-8.66 h -11.81 l -0.05,-1.05 h 13.91 c 1.09,0 1.23,0 1.23,1.05 0,4.92 -2.69,9.75 -8.91,9.75 -5.78,0 -10.37,-5.12 -10.37,-11.36 0,-6.67 5.23,-11.5 10.97,-11.5 6.08,0 8.31,5.53 8.31,6.47 0,0.5 -0.39,0.61 -0.64,0.61 -0.45,0 -0.55,-0.3 -0.66,-0.7 -1.73,-5.13 -6.21,-5.13 -6.71,-5.13 -2.5,0 -4.49,1.49 -5.63,3.33 -1.5,2.39 -1.5,5.69 -1.5,7.48 z"
id="path6615" /><path
style="fill:#000000;stroke-width:0"
inkscape:connector-curvature="0"
d="m 632.3,406.54 h 0.14 0.14 0.15 l 0.07,0.01 h 0.07 l 0.08,0.01 0.07,0.01 0.07,0.01 0.07,0.01 0.07,0.01 0.06,0.02 0.07,0.02 0.06,0.02 0.06,0.02 0.06,0.03 0.05,0.03 0.06,0.04 0.05,0.03 0.04,0.05 0.05,0.04 0.04,0.05 0.02,0.03 0.01,0.02 0.02,0.03 0.02,0.03 0.01,0.03 0.01,0.04 0.01,0.03 0.02,0.03 0.01,0.04 v 0.04 l 0.01,0.04 0.01,0.04 v 0.04 l 0.01,0.04 v 0.04 0.05 c 0,1 -0.96,1 -1.64,1 H 602.5 c -0.7,0 -1.64,0 -1.64,-1 0,-0.98 0.94,-0.98 1.69,-0.98 z"
id="path6617" /><path
style="fill:#000000;stroke-width:0"
inkscape:connector-curvature="0"
d="m 632.35,396.86 h 0.06 0.07 0.14 l 0.13,0.01 h 0.07 l 0.07,0.01 0.07,0.01 h 0.07 l 0.07,0.01 0.07,0.02 0.07,0.01 0.06,0.02 0.06,0.02 0.07,0.02 0.06,0.02 0.05,0.03 0.06,0.03 0.05,0.04 0.05,0.04 0.05,0.04 0.04,0.04 0.02,0.03 0.02,0.02 0.02,0.03 0.01,0.03 0.02,0.03 0.02,0.03 0.01,0.03 0.01,0.03 0.01,0.04 0.02,0.03 0.01,0.04 v 0.04 l 0.01,0.04 0.01,0.04 v 0.04 l 0.01,0.04 v 0.05 0.04 c 0,1 -0.96,1 -1.69,1 h -29.75 c -0.75,0 -1.69,0 -1.69,-1 0,-1 0.94,-1 1.64,-1 z"
id="path6619" /><path
style="fill:#000000;stroke-width:0"
inkscape:connector-curvature="0"
d="m 671.09,441.37 0.38,0.13 0.37,0.15 0.37,0.15 0.35,0.17 0.35,0.18 0.34,0.19 0.33,0.2 0.32,0.22 0.32,0.22 0.3,0.23 0.29,0.24 0.28,0.25 0.27,0.26 0.26,0.27 0.25,0.28 0.24,0.28 0.22,0.29 0.22,0.3 0.2,0.31 0.18,0.31 0.18,0.32 0.16,0.32 0.14,0.33 0.14,0.34 0.12,0.34 0.1,0.34 0.09,0.36 0.07,0.35 0.06,0.36 0.04,0.36 0.02,0.36 0.01,0.37 c 0,4.08 -4.39,6.88 -9.17,6.88 -5.03,0 -8.81,-3 -8.81,-6.78 0,-1.64 1.09,-2.6 2.54,-2.6 1.54,0 2.54,1.1 2.54,2.55 0,2.48 -2.35,2.48 -3.08,2.48 1.53,2.44 4.83,3.1 6.62,3.1 2.03,0 4.78,-1.1 4.78,-5.58 0,-0.61 -0.1,-3.49 -1.4,-5.69 -1.49,-2.39 -3.19,-2.53 -4.42,-2.59 -0.41,-0.05 -1.6,-0.14 -1.96,-0.14 -0.39,-0.05 -0.75,-0.1 -0.75,-0.6 0,-0.54 0.36,-0.54 1.21,-0.54 h 2.18 c 4.1,0 5.94,-3.39 5.94,-8.28 0,-6.77 -3.44,-8.22 -5.64,-8.22 -2.14,0 -5.87,0.84 -7.61,3.78 1.74,-0.24 3.28,0.86 3.28,2.75 0,1.79 -1.34,2.78 -2.79,2.78 -1.19,0 -2.79,-0.69 -2.79,-2.89 0,-4.53 4.63,-7.81 10.07,-7.81 6.08,0 10.61,4.53 10.61,9.61 0,4.09 -3.14,7.96 -8.32,9.01 z"
id="path6621" /><path
style="fill:#000000;stroke-width:0"
inkscape:connector-curvature="0"
d="m 688.18,440.18 v 1.19 c 0,12.61 6.17,14.41 8.72,14.41 1.18,0 3.28,-0.3 4.37,-2 -0.74,0 -2.74,0 -2.74,-2.24 0,-1.54 1.21,-2.29 2.3,-2.29 0.8,0 2.28,0.45 2.28,2.39 0,3 -2.18,5.39 -6.31,5.39 -6.39,0 -13.11,-6.44 -13.11,-17.44 0,-13.31 5.78,-16.84 10.41,-16.84 5.53,0 10.26,4.68 10.26,11.25 0,6.32 -4.43,11.12 -9.96,11.12 l -0.05,-1.16 c 0.8,0 3.09,0 4.64,-3.09 0.89,-1.83 0.89,-4.37 0.89,-6.81 0,-2.39 0,-4.89 -0.85,-6.69 -1.5,-2.98 -3.78,-3.23 -4.93,-3.23 v 0 c -3.14,0 -4.63,2.98 -4.92,3.73 -0.91,2.34 -0.91,6.33 -0.91,7.24 0,3.87 1.59,8.85 6.08,8.85 l 0.05,1.16 c -3.38,0 -5.22,-2.55 -6.22,-4.94 z"
id="path6623" /><path
style="fill:#000000;stroke-width:0"
inkscape:connector-curvature="0"
d="m 729.48,439.78 -0.01,0.74 -0.01,0.75 -0.02,0.75 -0.03,0.74 -0.04,0.75 -0.06,0.74 -0.08,0.74 -0.1,0.73 -0.11,0.73 -0.14,0.73 -0.16,0.73 -0.19,0.71 -0.22,0.72 -0.24,0.7 -0.28,0.7 -0.15,0.35 -0.16,0.34 c -2.28,4.8 -6.38,5.6 -8.47,5.6 -2.99,0 -6.63,-1.3 -8.67,-5.94 -1.6,-3.44 -1.85,-7.33 -1.85,-11.31 0,-3.74 0.21,-8.22 2.25,-12 2.14,-4.03 5.78,-5.03 8.22,-5.03 v 1.09 c -1.94,0 -4.89,1.25 -5.78,6.03 -0.55,2.99 -0.55,7.56 -0.55,10.52 0,3.18 0,6.47 0.41,9.15 0.94,5.94 4.67,6.38 5.92,6.38 1.64,0 4.94,-0.89 5.88,-5.83 0.5,-2.78 0.5,-6.58 0.5,-9.7 0,-3.75 0,-7.13 -0.55,-10.32 -0.75,-4.73 -3.59,-6.23 -5.83,-6.23 v 0 -1.09 c 2.69,0 6.47,1.04 8.67,5.78 1.6,3.43 1.85,7.31 1.85,11.25 z"
id="path6625" /><polyline
style="fill:#000000;fill-rule:nonzero;stroke-width:0"
points="657,402 731.76,402 731.76,404.04 657,404.04 "
id="polyline6627" /><path
style="fill:#000000;stroke-width:0"
inkscape:connector-curvature="0"
d="m 696.05,373.57 0.38,0.13 0.38,0.15 0.36,0.15 0.36,0.17 0.34,0.18 0.34,0.19 0.33,0.2 0.32,0.22 0.32,0.22 0.3,0.23 0.29,0.24 0.28,0.25 0.27,0.26 0.26,0.27 0.25,0.27 0.24,0.29 0.22,0.29 0.22,0.3 0.2,0.3 0.18,0.32 0.18,0.32 0.16,0.32 0.15,0.33 0.13,0.34 0.12,0.34 0.1,0.34 0.09,0.35 0.07,0.36 0.06,0.36 0.04,0.36 0.02,0.36 0.01,0.37 c 0,4.08 -4.39,6.88 -9.17,6.88 -5.03,0 -8.81,-3 -8.81,-6.78 0,-1.65 1.09,-2.6 2.55,-2.6 1.53,0 2.53,1.1 2.53,2.55 0,2.48 -2.35,2.48 -3.08,2.48 1.53,2.44 4.83,3.1 6.62,3.1 2.04,0 4.79,-1.1 4.79,-5.58 0,-0.61 -0.11,-3.49 -1.41,-5.69 -1.49,-2.39 -3.19,-2.53 -4.42,-2.59 -0.41,-0.05 -1.6,-0.14 -1.96,-0.14 -0.39,-0.05 -0.75,-0.1 -0.75,-0.6 0,-0.54 0.36,-0.54 1.21,-0.54 h 2.18 c 4.1,0 5.94,-3.39 5.94,-8.29 0,-6.76 -3.44,-8.21 -5.64,-8.21 -2.14,0 -5.87,0.84 -7.61,3.78 1.74,-0.24 3.28,0.86 3.28,2.75 0,1.79 -1.34,2.78 -2.79,2.78 -1.19,0 -2.78,-0.69 -2.78,-2.89 0,-4.53 4.62,-7.81 10.06,-7.81 6.08,0 10.61,4.53 10.61,9.6 0,4.1 -3.14,7.97 -8.32,9.02 z"
id="path6629" /></g> </g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 62 KiB

View File

@@ -0,0 +1,30 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<title>Projet Scratch (N1): Polygones</title>
<style type="text/css">code{white-space: pre;}</style>
</head>
<body>
<div id="header">
<h1 class="title">Projet Scratch (N1): Polygones</h1>
</div>
<p>On veut faire dessiner à Scratch les polygones réguliers (voir l'image pour savoir ce que c'est).</p>
<h1 id="étapes">Étapes:</h1>
<ol style="list-style-type: decimal">
<li>Initialisation: Ouvrir Scratch et sauvegarder le projet.</li>
<li>Tracer: Faire déplacer Scratch en laissant un trait derrière lui.</li>
<li>Le triangle équilatéral: Faire déplacer Scratch pour qu'il trace un triangle équilatéral.</li>
<li>Le carré: Faire déplacer Scratch pour qu'il trace un carré.</li>
<li><p>Polygones régulier: Faire déplacer Scratch pour qu'il trace les autres polygones réguliers.</p>
<p><img src="polygones.svg" alt="image" width="900" /></p></li>
</ol>
<h1 id="bonus">Bonus:</h1>
<ul>
<li>Tracer tous les polygones réguliers sur la même scène quand on clique sur le drapeau vert.</li>
<li>Scratch demande le nombre de côtés puis trace le polygone régulier associé.</li>
</ul>
</body>
</html>

View File

@@ -0,0 +1,23 @@
Projet Scratch (N1): Polygones
##############################
On veut faire dessiner à Scratch les polygones réguliers (voir l'image pour savoir ce que c'est).
Étapes:
-------
1. Initialisation: Ouvrir Scratch et sauvegarder le projet.
2. Tracer: Faire déplacer Scratch en laissant un trait derrière lui.
3. Le triangle équilatéral: Faire déplacer Scratch pour qu'il trace un triangle équilatéral.
4. Le carré: Faire déplacer Scratch pour qu'il trace un carré.
5. Polygones régulier: Faire déplacer Scratch pour qu'il trace les autres polygones réguliers.
.. image:: polygones.svg
:width: 900px
Bonus:
------
- Tracer tous les polygones réguliers sur la même scène quand on clique sur le drapeau vert.
- Scratch demande le nombre de côtés puis trace le polygone régulier associé.

View File

@@ -0,0 +1,28 @@
Projet Scratch (N1): Traitement d'image
#######################################
:date: 2016-12-09
:modified: 2017-02-14
:tags: Programmation, Scratch
:category: 3e
:authors: Bertrand Benjamin
:summary: Modifier les couleurs et la luminosité d'une image avec Scratch.
En appuyant sur des touches, on doit modifier la luminosité et la couleur de l'arrière-plan.
Étapes:
-------
- Initialisation: Ouvrir Scratch et sauvegarder le projet.
- Scène: Supprimer Scratch et choisir une image pour le fond.
- Couleur: Faire changer la couleur de l'image.
- Touches couleur: Choisir 2 touches qui feront changer la couleur et programmer ces actions.
- Luminosité: Faire changer la luminosité de l'image.
- Touches luminosité: Choisir 2 touches qui feront changer la luminosité et programmer ces actions.
Bonus:
------
- Ajouter un autre effet graphique
- Ajouter d'autres scènes et donner la possibilité de changer d'image.

View File

@@ -0,0 +1,30 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<title>Projet Scratch (N1): Traitement d'image</title>
<style type="text/css">code{white-space: pre;}</style>
</head>
<body>
<div id="header">
<h1 class="title">Projet Scratch (N1): Traitement d'image</h1>
</div>
<p>En appuyant sur des touches, on doit modifier la luminosité et la couleur de l'arrière-plan.</p>
<h1 id="étapes">Étapes:</h1>
<ul>
<li>Initialisation: Ouvrir Scratch et sauvegarder le projet.</li>
<li>Scène: Supprimer Scratch et choisir une image pour le fond.</li>
<li>Couleur: Faire changer la couleur de l'image.</li>
<li>Touches couleur: Choisir 2 touches qui feront changer la couleur et programmer ces actions.</li>
<li>Luminosité: Faire changer la luminosité de l'image.</li>
<li>Touches luminosité: Choisir 2 touches qui feront changer la luminosité et programmer ces actions.</li>
</ul>
<h1 id="bonus">Bonus:</h1>
<ul>
<li>Ajouter un autre effet graphique</li>
<li>Ajouter d'autres scènes et donner la possibilité de changer d'image.</li>
</ul>
</body>
</html>

View File

@@ -0,0 +1,21 @@
Projet Scratch (N1): Traitement d'image
#######################################
En appuyant sur des touches, on doit modifier la luminosité et la couleur de l'arrière-plan.
Étapes:
-------
- Initialisation: Ouvrir Scratch et sauvegarder le projet.
- Scène: Supprimer Scratch et choisir une image pour le fond.
- Couleur: Faire changer la couleur de l'image.
- Touches couleur: Choisir 2 touches qui feront changer la couleur et programmer ces actions.
- Luminosité: Faire changer la luminosité de l'image.
- Touches luminosité: Choisir 2 touches qui feront changer la luminosité et programmer ces actions.
Bonus:
------
- Ajouter un autre effet graphique
- Ajouter d'autres scènes et donner la possibilité de changer d'image.