From: Martin Mares Date: Mon, 2 Nov 2009 10:22:38 +0000 (+0100) Subject: Prvni verze prednasky o hradlech. X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=61b142de4510f91205a3a55691a71ece9f06f8c4;p=ads2.git Prvni verze prednasky o hradlech. --- diff --git a/4-hradla/4-hradla.tex b/4-hradla/4-hradla.tex new file mode 100644 index 0000000..cbe23de --- /dev/null +++ b/4-hradla/4-hradla.tex @@ -0,0 +1,138 @@ +\input ../lecnotes.tex + +\prednaska{4}{Hradlové sítì a paralelní algoritmy}{(zapsal: Petr Jankovský)} + +\def\land{\mathbin{\&}} + +Výkon poèítaèù nelze zvy¹ovat donekoneèna a pøesto¾e ji¾ pìkných pár let platí, +¾e se jejich rychlost s~èasem exponenciálnì zvìt¹uje, jednou urèitì narazíme +pøinejmen¹ím na~fyzikální limity. + +Kdy¾ tedy nemù¾eme zvy¹ovat rychlost jednoho procesoru, jak poèítat rychleji? +Øe¹ením by mohlo být poøídit si procesorù víc. U¾~dnes na~bì¾ném PéCéèku máme +k~dispozici vícejádrové procesory, díky nim¾ mù¾eme vyu¾ít pararelní poèítání +a úlohu øe¹it tak, ¾e práci ¹ikovnì rozdìlíme mezi procesory (èi jádra) a +zamìstnáme je pøi~výpoètu v¹echny. + +My se podíváme na~abstraktní výpoèetní model, který je je¹tì paralelnìj¹í. +Techniky, které si uká¾eme na~tomto modelu, se v¹ak dají pøekvapivì vyu¾ít +i~pøi~reálném paralelizování na~nìkolik málo procesorù. Budeme se zabývat +jednoduchým modelem paralelního poèítaèe, toti¾ hradlovou sítí. + +\h{Hradlové sítì} + +\s{Definice:} {\I Hradlo} je prvek, který umí vyhodnocovat nìjakou funkci +nad~koneènou abecedou. +$$f: {\sum}^{k} \rightarrow \sum$$ + +Obecnì se na~hradlo díváme jako na~funkci, která dostane $k$ vstupù a~vrátí jeden +výstup, pøièem¾ hodnoty, nad~kterými pracuje, budou z~nìjaké koneèné abecedy -- +tedy z~nìjaké koneèné mno¾iny symbolù $\sum$. Písmenku $k$ zde øíkáme {\I arita hradla}. + +\s{Pøíklad:} Èasto studujeme hradla booleovská, která poèítají nìjaké logické funkce. + +Z~nich nejèastìji potkáme: + +\itemize\ibull +\:nulární: to jsou konstanty (0, 1, ... -- zkrátka jakákoli konstanta abecedy), +\:unární: napø. negace (znaèíme~$\lnot$), +\:binární: logický souèin ({\sc and},~$\land$), souèet ({\sc or},~$\lor$), ... +\endlist + +\>Hradla kreslíme tøeba následovnì: + +\figure{hradlo_and.eps}{Binární hradlo provádìjící logickou operaci {\sc and}.}{1in} + +Jednotlivá hradla mù¾eme navzájem urèitým zpùsobem propojovat a vytváøet +z nich {\I hradlové sítì}. Pokud pou¾íváme pouze booleovská hradla, øíkáme takto vytvoøeným +sítím {\I booleovské obvody}. Pokud pracujeme s~operacemi nad nìjakou obecnìj¹í (ale koneènou) +mno¾inou symbolù (abecedou), nazývají se {\I kombinaèní obvody.} + +Ka¾dá hradlová sí» má nìjaké vstupy, nìjaké výstupy a uvnitø jsou propojovaná +hradla. Ka¾dý vstup hradla je pøipojen buïto na~nìkterý ze~vstupù sítì nebo +na~výstup jiného hradla. Výstupy hradel mohou být propojeny na~vstupy dal¹ích +hradel a mohou se vìtvit, nebo na výstupy sítì. Pøitom máme zakázáno vytváøet +cykly. + +Ne¾ si øekneme formální definici, podívejme se na obrázek. + +\figure{hradlova_sit.eps}{Hradlová sí» -- tøívstupová verze funkce {\I majorita}.}{3in} + +Obrazek znázoròuje hradlovou sí», která poèítá, zda je alespoò na~dvou ze~vstupù +jednièka. Pojïme si ale {\I hradlovou sí»} definovat formálnì. + +\s{Definice:} {\I Hradlová sí»} je urèena: +\itemize\ibull +\:{\I abecedou} $\Sigma$ (to je nìjaká koneèná mno¾ina symbolù, obvykle $\Sigma=\{0,1\}$); +\:po dvou disjunktními koneènými mno¾inami $I$~({\I vstupy}), $O$~({\I výstupy}) a~$H$~({\I hradla}); +\:acyklickým orientovaným multigrafem~$(V,E)$, kde~$V = I \cup O \cup H$; +\:zobrazením~$F$, které ka¾dému hradlu $h\in H$ pøiøadí nìjakou funkci~$F(h): + \Sigma^{a(h)} \rightarrow \Sigma$, co¾ je funkce, kterou toto hradlo vykonává. + Èíslu $a(h)$ øíkáme {\I arita} hradla~$h$; +\:zobrazením~$z: E \rightarrow {\bb N}$, které ka¾dé hranì vedoucí do~nìjakého + hradla pøiøazuje nìkterý ze vstupù tohoto hradla. +\endlist + +\>Pøitom jsou splnìny následující podmínky: + +\itemize\ibull +\:$\forall i \in I: \deg^{in}(i)=0$ (do~vstupù nic nevede); +\:$\forall o \in O: \deg^{in}(o)=1~\land~\deg^{out}(o)=0$ (z~výstupù nic nevede a do~ka¾dého vede právì jedna hrana); +\:$\forall h \in H: \deg^{in}(v)=a(v)$ (do~ka¾dého hradla vede tolik hran, kolik je jeho arita); +\:$\forall h \in H~\forall j: 1\le j\le a(h)$ existuje právì jedena hrana~$e$ taková, ¾e $z(e)=j$, $e$ konèí v $h$ + (v¹echny vstupy hradel jsou zapojeny). +\endlist + +\s{Pozorování:} Kdybychom pøipustili hradla s~libovolnì vysokým poètem vstupù, mohli +bychom libovolný problém se vstupem délky~$n$ vyøe¹it jedním hradlem o~$n$~vstupech, +kterému bychom pøiøadili funkci, která by na¹i úlohu rovnou vyøe¹ila... Tento model, +v¹ak není ani realistický, ani pìkný. Proto pøijmìme omezení, ¾e~arity v¹ech hradel +budou omezeny nìjakou pevnou konstantou $k$ (uká¾e se, ¾e nám bude staèit dvojka +a~vystaèíme si tedy pouze s nulárními, unárními a binárními hradly). +Následující obrázky ukazují, jak hradla o~více vstupech nahradit dvouvstupovými: + +\twofigures{hradlo_ternor.eps}{Trojvstupové hradlo \sc or.}{0.5in}{hradlo_ternbior.eps}{Jeho nahrazení 2-vstupovými hradly.}{0.6in} + + +Nyní bychom je¹tì mìli definovat, co taková hradlová sí» vlastnì poèítá a~jak +vlastní výpoèet probíhá. + +\s{Definice:} {\I Výpoèet sítì} probíhá po~{\I taktech.} V nultém taktu jsou definovány pouze +hodnoty na~vstupech a na~hradlech arity 0. Mù¾eme si to pøedstavit tak, ¾e na~zaèátku +nemá ¾ádné hradlo definovánu výstupní hodnotu (a¾ na ji¾ zmínìná hradla +nulární). V~ka¾dém dal¹ím taktu pak vydají výstup hradla, která na~konci minulého +taktu mìla definovány v¹echny hodnoty na vstupech. Jakmile budou po~nìjakém +koneèném poètu taktù definované i hodnoty v¹ech výstupù, sí» se zastaví a~vydá +výsledek. + +\s{Pozorování:} Proto¾e je sí» acyklická, je jasné, ¾e jakmile jednou nìjaké hradlo vydá +výstup, tak se tento výstup bìhem dal¹ího výpoètu sítì ji¾ nezmìní. + +\figure{vypocet_site.eps}{Výpoèet hradlové sítì.}{6cm} + +\>Podle toho, jak sí» poèítá, si ji mù¾eme rozdìlit na~vrstvy: + +\s{Definice:} {\I $i$-tá vrstva $S_i$} obsahuje právì takové vrcholy~$v$, pro~které nejdel¹í cesta ze~vstupù +sítì do $v$ má délku rovnou~$i$. + +\s{Pozorování:} V¹imnìme si, ¾e v $i$-tém taktu vydají hodnoty právì hradla z $S_i$. + +Dává tedy smysl prohlásit za~{\I èasovou slo¾itost} sítì poèet +jejích vrstev. Podobnì {\I prostorovou slo¾itost} definujeme jako poèet hradel v~síti. + +\s{Pøíklad:} Sestrojme sí», která zjistí, zda se mezi jejími~$n$ vstupy +vyskytuje alespoò jedna jednièka. + +\>{\I První øe¹ení:} zapojíme hradla za~sebe (sériovì). Èasová i prostorová +slo¾itost odpovídají~$\Theta(n)$. Zde ov¹em vùbec nevyu¾íváme toho, ¾e by mohlo poèítat více +hradel souèasnì. + +\figure{hloupy_or.eps}{Hradlová sí», která zjistí, zda-li je na vstupu alespoò jedna jednièka.}{0.7in} + +\>{\I Druhé øe¹ení:} Hradla budeme spojovat do~dvojic, pak výsledky z~tìchto dvojic opìt +do~dvojic a tak dále. Díky paralelnímu zapojení dosáhneme èasové slo¾itosti $\Theta(\log n)$, +prostorová slo¾itost zùstane lineární. + +\figure{chytry_or.eps}{Chytøej¹í øe¹ení stejného problému.}{1.7in} + +\bye diff --git a/4-hradla/Makefile b/4-hradla/Makefile new file mode 100644 index 0000000..65a25ae --- /dev/null +++ b/4-hradla/Makefile @@ -0,0 +1,3 @@ +P=4-hradla + +include ../Makerules diff --git a/4-hradla/chytry_or.eps b/4-hradla/chytry_or.eps new file mode 100644 index 0000000..bab701d --- /dev/null +++ b/4-hradla/chytry_or.eps @@ -0,0 +1,1448 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Creator: inkscape 0.46 +%%Pages: 1 +%%Orientation: Portrait +%%BoundingBox: 29 57 575 784 +%%HiResBoundingBox: 29.231638 57.507382 574.52844 783.75701 +%%EndComments +%%Page: 1 1 +0 842 translate +0.8 -0.8 scale +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +gsave [1 0 0 1 0 0] concat +gsave [1.086765 0 0 1.086765 -114.17957 349.28806] concat +grestore +gsave [0.5420256 0 0 0.5420256 -20.052526 65.602892] concat +gsave [1.086765 0 0 1.086765 -153.37722 -50.161856] concat +gsave +0 0 0 setrgbcolor +newpath +310.24219 294.28188 moveto +323.95312 294.28188 lineto +348.5625 360.37563 lineto +373.17188 294.28188 lineto +386.88281 294.28188 lineto +357.35156 373.03188 lineto +339.77344 373.03188 lineto +310.24219 294.28188 lineto +fill +grestore +grestore +gsave [0 1 -1 0 0 0] concat +0 0 0 setrgbcolor +[] 0 setdash +4.0588489 setlinewidth +2 setlinejoin +0 setlinecap +newpath +195.92429 -340.72363 moveto +430.21001 -340.72363 lineto +430.21001 -106.43791 lineto +195.92429 -106.43791 lineto +195.92429 -340.72363 lineto +closepath +stroke +grestore +gsave [0 1 -1 0 827.52143 -97.75392] concat +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [0 1 -1 0 744.77367 -97.500296] concat +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave +0 0 0 setrgbcolor +newpath +225.364 431.27002 moveto +225.364 489.10451 lineto +eofill +grestore +0 0 0 setrgbcolor +[] 0 setdash +2.7673969 setlinewidth +0 setlinejoin +0 setlinecap +newpath +225.364 431.27002 moveto +225.364 489.10451 lineto +stroke +gsave [0 1 -1 0 785.60917 288.84678] concat +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +grestore +gsave [0.5890545 0 0 0.5890545 -80.633901 248.96042] concat +gsave +0 0 0 setrgbcolor +newpath +310.24219 294.28188 moveto +323.95312 294.28188 lineto +348.5625 360.37563 lineto +373.17188 294.28188 lineto +386.88281 294.28188 lineto +357.35156 373.03188 lineto +339.77344 373.03188 lineto +310.24219 294.28188 lineto +fill +grestore +grestore +gsave [0 1 -1 0 0 0] concat +0 0 0 setrgbcolor +[] 0 setdash +2.2 setlinewidth +2 setlinejoin +0 setlinecap +newpath +382.3454 -187.18141 moveto +509.33426 -187.18141 lineto +509.33426 -60.192551 lineto +382.3454 -60.192551 lineto +382.3454 -187.18141 lineto +closepath +stroke +grestore +gsave [0 0.5420256 -0.5420256 0 451.03828 223.1643] concat +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave +0 0 0 setrgbcolor +newpath +124.65354 509.90882 moveto +124.65354 541.2566 lineto +eofill +grestore +0 0 0 setrgbcolor +[] 0 setdash +1.5 setlinewidth +0 setlinejoin +0 setlinecap +newpath +124.65354 509.90882 moveto +124.65354 541.2566 lineto +stroke +gsave [0 0.5420256 -0.5420256 0 428.32076 432.71178] concat +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [0.5890545 0 0 0.5890545 -56.72527 459.9892] concat +gsave +0 0 0 setrgbcolor +newpath +310.24219 294.28188 moveto +323.95312 294.28188 lineto +348.5625 360.37563 lineto +373.17188 294.28188 lineto +386.88281 294.28188 lineto +357.35156 373.03188 lineto +339.77344 373.03188 lineto +310.24219 294.28188 lineto +fill +grestore +grestore +gsave [0 1 -1 0 0 0] concat +0 0 0 setrgbcolor +[] 0 setdash +2.2 setlinewidth +2 setlinejoin +0 setlinecap +newpath +593.37421 -211.09004 moveto +720.36307 -211.09004 lineto +720.36307 -84.101181 lineto +593.37421 -84.101181 lineto +593.37421 -211.09004 lineto +closepath +stroke +grestore +gsave +0 0 0 setrgbcolor +newpath +148.56217 720.9376 moveto +148.56217 752.28538 lineto +eofill +grestore +0 0 0 setrgbcolor +[] 0 setdash +1.5 setlinewidth +0 setlinejoin +0 setlinecap +newpath +148.56217 720.9376 moveto +148.56217 752.28538 lineto +stroke +gsave [0 0.5420256 -0.5420256 0 452.22939 643.74056] concat +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [1 0 0 1 -49.705806 55.228673] concat +gsave +0 0 0 setrgbcolor +newpath +122.87305 18.809367 moveto +125.63477 18.809367 lineto +125.63477 39.221477 lineto +122.87305 39.221477 lineto +122.87305 18.809367 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +131.85547 36.897258 moveto +136.36719 36.897258 lineto +136.36719 21.324992 lineto +131.45898 22.309367 lineto +131.45898 19.793742 lineto +136.33984 18.809367 lineto +139.10156 18.809367 lineto +139.10156 36.897258 lineto +143.61328 36.897258 lineto +143.61328 39.221477 lineto +131.85547 39.221477 lineto +131.85547 36.897258 lineto +fill +grestore +grestore +gsave [1 0 0 1 -5.4980469 54.987128] concat +gsave +0 0 0 setrgbcolor +newpath +122.87305 18.809367 moveto +125.63477 18.809367 lineto +125.63477 39.221477 lineto +122.87305 39.221477 lineto +122.87305 18.809367 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +133.75586 36.897258 moveto +143.39453 36.897258 lineto +143.39453 39.221477 lineto +130.43359 39.221477 lineto +130.43359 36.897258 lineto +131.48177 35.812626 132.9082 34.358851 134.71289 32.53593 curveto +136.52668 30.703907 137.66601 29.52357 138.13086 28.994914 curveto +139.01496 28.001436 139.6302 27.162895 139.97656 26.479289 curveto +140.33202 25.786594 140.50975 25.107558 140.50977 24.44218 curveto +140.50975 23.35756 140.12694 22.473446 139.36133 21.789836 curveto +138.60481 21.10626 137.61588 20.764464 136.39453 20.764445 curveto +135.52864 20.764464 134.61262 20.914854 133.64648 21.215617 curveto +132.68945 21.516416 131.66406 21.972145 130.57031 22.582805 curveto +130.57031 19.793742 lineto +131.68229 19.347147 132.72135 19.009908 133.6875 18.782023 curveto +134.65364 18.554179 135.53775 18.440247 136.33984 18.440227 curveto +138.45442 18.440247 140.14061 18.968893 141.39844 20.026164 curveto +142.65624 21.083474 143.28514 22.496233 143.28516 24.264445 curveto +143.28514 25.103001 143.12564 25.900526 142.80664 26.657023 curveto +142.49673 27.404431 141.92707 28.288545 141.09766 29.309367 curveto +140.86978 29.5737 140.14517 30.339324 138.92383 31.606242 curveto +137.70246 32.864061 135.97981 34.627731 133.75586 36.897258 curveto +fill +grestore +grestore +gsave [1 0 0 1 144.43296 54.225695] concat +gsave +0 0 0 setrgbcolor +newpath +122.87305 18.809367 moveto +125.63477 18.809367 lineto +125.63477 39.221477 lineto +122.87305 39.221477 lineto +122.87305 18.809367 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +139.74414 28.215617 moveto +141.06574 28.49818 142.09569 29.08607 142.83398 29.979289 curveto +143.58137 30.872527 143.95506 31.97539 143.95508 33.287883 curveto +143.95506 35.30221 143.26235 36.860802 141.87695 37.963664 curveto +140.49152 39.066529 138.52278 39.61796 135.9707 39.617961 curveto +135.11393 39.61796 134.22981 39.531372 133.31836 39.358195 curveto +132.41601 39.194133 131.48177 38.943482 130.51562 38.606242 curveto +130.51562 35.940227 lineto +131.28125 36.386844 132.11979 36.724083 133.03125 36.951945 curveto +133.9427 37.179812 134.89518 37.293744 135.88867 37.293742 curveto +137.62043 37.293744 138.93749 36.951948 139.83984 36.268352 curveto +140.75129 35.584761 141.20702 34.591273 141.20703 33.287883 curveto +141.20702 32.084765 140.78319 31.145964 139.93555 30.471477 curveto +139.09699 29.787892 137.92577 29.446096 136.42188 29.446086 curveto +134.04297 29.446086 lineto +134.04297 27.176555 lineto +136.53125 27.176555 lineto +137.88931 27.176567 138.92837 26.907687 139.64844 26.369914 curveto +140.36848 25.823052 140.7285 25.039199 140.72852 24.018352 curveto +140.7285 22.970191 140.35481 22.168108 139.60742 21.612102 curveto +138.86913 21.047016 137.80728 20.764464 136.42188 20.764445 curveto +135.66536 20.764464 134.85416 20.846495 133.98828 21.010539 curveto +133.12239 21.17462 132.16992 21.429828 131.13086 21.776164 curveto +131.13086 19.315227 lineto +132.17903 19.02358 133.15885 18.80483 134.07031 18.658977 curveto +134.99088 18.513164 135.85676 18.440247 136.66797 18.440227 curveto +138.76431 18.440247 140.42317 18.918762 141.64453 19.875773 curveto +142.86587 20.823708 143.47655 22.108863 143.47656 23.731242 curveto +143.47655 24.861465 143.15298 25.818495 142.50586 26.602336 curveto +141.85871 27.377087 140.93814 27.914847 139.74414 28.215617 curveto +fill +grestore +grestore +gsave [1 0 0 1 549.93604 54.083544] concat +gsave +0 0 0 setrgbcolor +newpath +122.87305 18.809367 moveto +125.63477 18.809367 lineto +125.63477 39.221477 lineto +122.87305 39.221477 lineto +122.87305 18.809367 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +143.75 29.979289 moveto +143.75 39.221477 lineto +141.23438 39.221477 lineto +141.23438 30.06132 lineto +141.23436 28.612112 140.95181 27.527478 140.38672 26.807414 curveto +139.8216 26.087375 138.97395 25.727349 137.84375 25.727336 curveto +136.48567 25.727349 135.41471 26.160292 134.63086 27.026164 curveto +133.847 27.892061 133.45507 29.072398 133.45508 30.56718 curveto +133.45508 39.221477 lineto +130.92578 39.221477 lineto +130.92578 23.908977 lineto +133.45508 23.908977 lineto +133.45508 26.287883 lineto +134.05663 25.367324 134.76301 24.679173 135.57422 24.22343 curveto +136.39452 23.767716 137.33788 23.539852 138.4043 23.539836 curveto +140.1634 23.539852 141.49413 24.086726 142.39648 25.180461 curveto +143.29881 26.265109 143.74998 27.864717 143.75 29.979289 curveto +fill +grestore +grestore +gsave +0 0 0 setrgbcolor +newpath +447.65927 78.89946 moveto +451.78036 78.89946 lineto +451.78036 83.860397 lineto +447.65927 83.860397 lineto +447.65927 78.89946 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +460.39365 78.89946 moveto +464.51474 78.89946 lineto +464.51474 83.860397 lineto +460.39365 83.860397 lineto +460.39365 78.89946 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +473.12802 78.89946 moveto +477.24911 78.89946 lineto +477.24911 83.860397 lineto +473.12802 83.860397 lineto +473.12802 78.89946 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +485.8624 78.89946 moveto +489.98349 78.89946 lineto +489.98349 83.860397 lineto +485.8624 83.860397 lineto +485.8624 78.89946 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +498.59677 78.89946 moveto +502.71786 78.89946 lineto +502.71786 83.860397 lineto +498.59677 83.860397 lineto +498.59677 78.89946 lineto +fill +grestore +gsave [0.5890545 0 0 0.5890545 45.58886 38.951339] concat +gsave +0 0 0 setrgbcolor +newpath +310.24219 294.28188 moveto +323.95312 294.28188 lineto +348.5625 360.37563 lineto +373.17188 294.28188 lineto +386.88281 294.28188 lineto +357.35156 373.03188 lineto +339.77344 373.03188 lineto +310.24219 294.28188 lineto +fill +grestore +grestore +gsave [0 1 -1 0 0 0] concat +0 0 0 setrgbcolor +[] 0 setdash +2.2 setlinewidth +2 setlinejoin +0 setlinecap +newpath +172.33633 -313.40417 moveto +299.3252 -313.40417 lineto +299.3252 -186.41531 lineto +172.33633 -186.41531 lineto +172.33633 -313.40417 lineto +closepath +stroke +grestore +gsave [0 0.5420256 -0.5420256 0 577.26104 13.155222] concat +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [0 0.5420256 -0.5420256 0 532.40964 13.292693] concat +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave +0 0 0 setrgbcolor +newpath +250.8763 300.12924 moveto +250.8763 332.71881 lineto +eofill +grestore +0 0 0 setrgbcolor +[] 0 setdash +1.4999999 setlinewidth +0 setlinejoin +0 setlinecap +newpath +250.8763 300.12924 moveto +250.8763 332.71881 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.5000004 setlinewidth +0 setlinejoin +0 setlinecap +newpath +229.43701 122.33518 moveto +124.1486 122.33518 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.5 setlinewidth +0 setlinejoin +0 setlinecap +newpath +124.792 121.09018 moveto +124.792 101.73486 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.5000002 setlinewidth +0 setlinejoin +0 setlinecap +newpath +332.33646 121.35841 moveto +272.81 121.35841 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.6 setlinewidth +0 setlinejoin +0 setlinecap +newpath +273.638 121.18018 moveto +273.638 101.82486 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.5000002 setlinewidth +0 setlinejoin +0 setlinecap +newpath +251.55502 332.14736 moveto +146.63302 331.62433 lineto +stroke +gsave [0 0.5420256 -0.5420256 0 474.99583 433.68172] concat +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave +0 0 0 setrgbcolor +newpath +274.83385 510.64666 moveto +274.83385 543.23623 lineto +eofill +grestore +0 0 0 setrgbcolor +[] 0 setdash +1.4999999 setlinewidth +0 setlinejoin +0 setlinecap +newpath +274.83385 510.64666 moveto +274.83385 543.23623 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.5000002 setlinewidth +0 setlinejoin +0 setlinecap +newpath +275.51257 542.66478 moveto +170.59057 542.14175 lineto +stroke +gsave [1 0 0 1 -44 -40] concat +gsave [0.5890545 0 0 0.5890545 11.291085 710.26485] concat +gsave +0 0 0 setrgbcolor +newpath +310.24219 294.28188 moveto +323.95312 294.28188 lineto +348.5625 360.37563 lineto +373.17188 294.28188 lineto +386.88281 294.28188 lineto +357.35156 373.03188 lineto +339.77344 373.03188 lineto +310.24219 294.28188 lineto +fill +grestore +grestore +gsave [0 1 -1 0 0 0] concat +0 0 0 setrgbcolor +[] 0 setdash +2.2 setlinewidth +2 setlinejoin +0 setlinecap +newpath +843.64984 -279.10638 moveto +970.6387 -279.10638 lineto +970.6387 -152.11752 lineto +843.64984 -152.11752 lineto +843.64984 -279.10638 lineto +closepath +stroke +grestore +gsave [0 0.5420256 -0.5420256 0 520.24575 862.01621] concat +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +grestore +gsave [1 0 0 1 380.15217 -211.94953] concat +gsave [0 0.5420256 -0.5420256 0 474.99583 433.68172] concat +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave +0 0 0 setrgbcolor +newpath +274.83385 510.64666 moveto +274.83385 543.23623 lineto +eofill +grestore +0 0 0 setrgbcolor +[] 0 setdash +1.4999999 setlinewidth +0 setlinejoin +0 setlinecap +newpath +274.83385 510.64666 moveto +274.83385 543.23623 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.5000002 setlinewidth +0 setlinejoin +0 setlinecap +newpath +275.51257 542.66478 moveto +170.59057 542.14175 lineto +stroke +grestore +gsave [1 0 0 1 86 0] concat +gsave [0.5890545 0 0 0.5890545 236.84397 246.55142] concat +gsave +0 0 0 setrgbcolor +newpath +310.24219 294.28188 moveto +323.95312 294.28188 lineto +348.5625 360.37563 lineto +373.17188 294.28188 lineto +386.88281 294.28188 lineto +357.35156 373.03188 lineto +339.77344 373.03188 lineto +310.24219 294.28188 lineto +fill +grestore +grestore +gsave [0 1 -1 0 0 0] concat +0 0 0 setrgbcolor +[] 0 setdash +2.2 setlinewidth +2 setlinejoin +0 setlinecap +newpath +379.9364 -504.65927 moveto +506.92526 -504.65927 lineto +506.92526 -377.67041 lineto +379.9364 -377.67041 lineto +379.9364 -504.65927 lineto +closepath +stroke +grestore +gsave [0 0.5420256 -0.5420256 0 723.66475 220.89277] concat +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [1 0 0 1 168.65839 -2.7679419] concat +gsave [0 0.5420256 -0.5420256 0 474.99583 433.68172] concat +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave +0 0 0 setrgbcolor +newpath +274.83385 510.64666 moveto +274.83385 543.23623 lineto +eofill +grestore +0 0 0 setrgbcolor +[] 0 setdash +1.4999999 setlinewidth +0 setlinejoin +0 setlinecap +newpath +274.83385 510.64666 moveto +274.83385 543.23623 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.5000002 setlinewidth +0 setlinejoin +0 setlinecap +newpath +275.51257 542.66478 moveto +170.59057 542.14175 lineto +stroke +grestore +grestore +gsave [0.5890545 0 0 0.5890545 197.25184 456.70902] concat +gsave +0 0 0 setrgbcolor +newpath +310.24219 294.28188 moveto +323.95312 294.28188 lineto +348.5625 360.37563 lineto +373.17188 294.28188 lineto +386.88281 294.28188 lineto +357.35156 373.03188 lineto +339.77344 373.03188 lineto +310.24219 294.28188 lineto +fill +grestore +grestore +gsave [0 1 -1 0 0 0] concat +0 0 0 setrgbcolor +[] 0 setdash +2.2 setlinewidth +2 setlinejoin +0 setlinecap +newpath +590.09399 -465.06714 moveto +717.08286 -465.06714 lineto +717.08286 -338.07828 lineto +590.09399 -338.07828 lineto +590.09399 -465.06714 lineto +closepath +stroke +grestore +gsave [0 0.5420256 -0.5420256 0 684.07262 431.05037] concat +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [0 0.5420256 -0.5420256 0 498.06209 643.07138] concat +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave +0 0 0 setrgbcolor +newpath +403.8 717.88508 moveto +403.8 752.87318 lineto +eofill +grestore +0 0 0 setrgbcolor +[] 0 setdash +1.4999999 setlinewidth +0 setlinejoin +0 setlinecap +newpath +403.8 717.88508 moveto +403.8 752.87318 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.5000004 setlinewidth +0 setlinejoin +0 setlinecap +newpath +403.37874 752.05444 moveto +193.65675 751.53141 lineto +stroke +gsave +0 0 0 setrgbcolor +newpath +368.64926 299.57074 moveto +372.77036 299.57074 lineto +372.77036 304.53168 lineto +368.64926 304.53168 lineto +368.64926 299.57074 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +394.11801 299.57074 moveto +398.23911 299.57074 lineto +398.23911 304.53168 lineto +394.11801 304.53168 lineto +394.11801 299.57074 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +419.58676 299.57074 moveto +423.70786 299.57074 lineto +423.70786 304.53168 lineto +419.58676 304.53168 lineto +419.58676 299.57074 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +445.05551 299.57074 moveto +449.17661 299.57074 lineto +449.17661 304.53168 lineto +445.05551 304.53168 lineto +445.05551 299.57074 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +470.52426 299.57074 moveto +474.64536 299.57074 lineto +474.64536 304.53168 lineto +470.52426 304.53168 lineto +470.52426 299.57074 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +495.99301 299.57074 moveto +500.11411 299.57074 lineto +500.11411 304.53168 lineto +495.99301 304.53168 lineto +495.99301 299.57074 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +521.46176 299.57074 moveto +525.58286 299.57074 lineto +525.58286 304.53168 lineto +521.46176 304.53168 lineto +521.46176 299.57074 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +253.07442 489.71512 moveto +257.19551 489.71512 lineto +257.19551 494.67606 lineto +253.07442 494.67606 lineto +253.07442 489.71512 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +278.54317 489.71512 moveto +282.66426 489.71512 lineto +282.66426 494.67606 lineto +278.54317 494.67606 lineto +278.54317 489.71512 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +304.01192 489.71512 moveto +308.13301 489.71512 lineto +308.13301 494.67606 lineto +304.01192 494.67606 lineto +304.01192 489.71512 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +329.48067 489.71512 moveto +333.60176 489.71512 lineto +333.60176 494.67606 lineto +329.48067 494.67606 lineto +329.48067 489.71512 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +354.94942 489.71512 moveto +359.07051 489.71512 lineto +359.07051 494.67606 lineto +354.94942 494.67606 lineto +354.94942 489.71512 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +380.41817 489.71512 moveto +384.53926 489.71512 lineto +384.53926 494.67606 lineto +380.41817 494.67606 lineto +380.41817 489.71512 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +405.88692 489.71512 moveto +410.00801 489.71512 lineto +410.00801 494.67606 lineto +405.88692 494.67606 lineto +405.88692 489.71512 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +378.30295 117.36827 moveto +382.42404 117.36827 lineto +382.42404 122.32921 lineto +378.30295 122.32921 lineto +378.30295 117.36827 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +403.7717 117.36827 moveto +407.89279 117.36827 lineto +407.89279 122.32921 lineto +403.7717 122.32921 lineto +403.7717 117.36827 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +429.24045 117.36827 moveto +433.36154 117.36827 lineto +433.36154 122.32921 lineto +429.24045 122.32921 lineto +429.24045 117.36827 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +454.7092 117.36827 moveto +458.83029 117.36827 lineto +458.83029 122.32921 lineto +454.7092 122.32921 lineto +454.7092 117.36827 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +480.17795 117.36827 moveto +484.29904 117.36827 lineto +484.29904 122.32921 lineto +480.17795 122.32921 lineto +480.17795 117.36827 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +505.6467 117.36827 moveto +509.76779 117.36827 lineto +509.76779 122.32921 lineto +505.6467 122.32921 lineto +505.6467 117.36827 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +531.11545 117.36827 moveto +535.23654 117.36827 lineto +535.23654 122.32921 lineto +531.11545 122.32921 lineto +531.11545 117.36827 lineto +fill +grestore +0 0 0 setrgbcolor +[] 0 setdash +1.5 setlinewidth +0 setlinejoin +0 setlinecap +newpath +79.944 121.34718 moveto +79.944 101.99186 lineto +stroke +gsave [0.5890545 0 0 0.5890545 449.24521 39.12267] concat +gsave +0 0 0 setrgbcolor +newpath +310.24219 294.28188 moveto +323.95312 294.28188 lineto +348.5625 360.37563 lineto +373.17188 294.28188 lineto +386.88281 294.28188 lineto +357.35156 373.03188 lineto +339.77344 373.03188 lineto +310.24219 294.28188 lineto +fill +grestore +grestore +gsave [0 1 -1 0 0 0] concat +0 0 0 setrgbcolor +[] 0 setdash +2.2 setlinewidth +2 setlinejoin +0 setlinecap +newpath +172.50766 -717.06055 moveto +299.49652 -717.06055 lineto +299.49652 -590.07169 lineto +172.50766 -590.07169 lineto +172.50766 -717.06055 lineto +closepath +stroke +grestore +gsave [0 0.5420256 -0.5420256 0 980.91739 13.326553] concat +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [0 0.5420256 -0.5420256 0 936.06599 13.464024] concat +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +0 0 0 setrgbcolor +[] 0 setdash +1.5000002 setlinewidth +0 setlinejoin +0 setlinecap +newpath +633.02246 122.56018 moveto +573.496 122.56018 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.5 setlinewidth +0 setlinejoin +0 setlinecap +newpath +677.24 121.78718 moveto +677.24 102.43186 lineto +stroke +grestore +showpage +%%EOF diff --git a/4-hradla/chytry_or.svg b/4-hradla/chytry_or.svg new file mode 100644 index 0000000..9941422 --- /dev/null +++ b/4-hradla/chytry_or.svg @@ -0,0 +1,706 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + &7ý& + v + + + + + + + + + + + + + + + v + + + + + + + + + + v + + + + + + I1 I2 I3 In + ..... + v + + + + + + + + + + + + + + + + + + + + + + + + v + + + + + + + + + + + + + + + v + + + + + + + + + + + + + + v + + + + + + + + + + + . . . . . . . + . . . . . . . + . . . . . . . + + + v + + + + + + + + + + + + + diff --git a/4-hradla/hloupy_or.eps b/4-hradla/hloupy_or.eps new file mode 100644 index 0000000..2285e8a --- /dev/null +++ b/4-hradla/hloupy_or.eps @@ -0,0 +1,578 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Creator: inkscape 0.46 +%%Pages: 1 +%%Orientation: Portrait +%%BoundingBox: 29 214 285 784 +%%HiResBoundingBox: 29.231638 214.5279 284.54883 783.75701 +%%EndComments +%%Page: 1 1 +0 842 translate +0.8 -0.8 scale +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +gsave [1 0 0 1 0 0] concat +gsave [1.086765 0 0 1.086765 -114.17957 349.28806] concat +grestore +gsave [0.5420256 0 0 0.5420256 -20.052526 47.602892] concat +gsave [1.086765 0 0 1.086765 -153.37722 -50.161856] concat +gsave +0 0 0 setrgbcolor +newpath +310.24219 294.28188 moveto +323.95312 294.28188 lineto +348.5625 360.37563 lineto +373.17188 294.28188 lineto +386.88281 294.28188 lineto +357.35156 373.03188 lineto +339.77344 373.03188 lineto +310.24219 294.28188 lineto +fill +grestore +grestore +gsave [0 1 -1 0 0 0] concat +0 0 0 setrgbcolor +[] 0 setdash +4.0588489 setlinewidth +2 setlinejoin +0 setlinecap +newpath +195.92429 -340.72363 moveto +430.21001 -340.72363 lineto +430.21001 -106.43791 lineto +195.92429 -106.43791 lineto +195.92429 -340.72363 lineto +closepath +stroke +grestore +gsave [0 1 -1 0 827.52143 -97.75392] concat +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [0 1 -1 0 744.77367 -97.500296] concat +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave +0 0 0 setrgbcolor +newpath +225.364 431.27002 moveto +225.364 489.10451 lineto +eofill +grestore +0 0 0 setrgbcolor +[] 0 setdash +2.7673969 setlinewidth +0 setlinejoin +0 setlinecap +newpath +225.364 431.27002 moveto +225.364 489.10451 lineto +stroke +gsave [0 1 -1 0 785.60917 288.84678] concat +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +grestore +gsave [0.5890545 0 0 0.5890545 -80.633901 230.96042] concat +gsave +0 0 0 setrgbcolor +newpath +310.24219 294.28188 moveto +323.95312 294.28188 lineto +348.5625 360.37563 lineto +373.17188 294.28188 lineto +386.88281 294.28188 lineto +357.35156 373.03188 lineto +339.77344 373.03188 lineto +310.24219 294.28188 lineto +fill +grestore +grestore +gsave [0 1 -1 0 0 0] concat +0 0 0 setrgbcolor +[] 0 setdash +2.2 setlinewidth +2 setlinejoin +0 setlinecap +newpath +364.3454 -187.18141 moveto +491.33426 -187.18141 lineto +491.33426 -60.192551 lineto +364.3454 -60.192551 lineto +364.3454 -187.18141 lineto +closepath +stroke +grestore +gsave [0 0.5420256 -0.5420256 0 451.03828 205.1643] concat +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave +0 0 0 setrgbcolor +newpath +124.65354 491.90882 moveto +124.65354 523.2566 lineto +eofill +grestore +0 0 0 setrgbcolor +[] 0 setdash +1.5 setlinewidth +0 setlinejoin +0 setlinecap +newpath +124.65354 491.90882 moveto +124.65354 523.2566 lineto +stroke +gsave [0 0.5420256 -0.5420256 0 428.32076 414.71178] concat +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [0.5890545 0 0 0.5890545 -56.72527 441.9892] concat +gsave +0 0 0 setrgbcolor +newpath +310.24219 294.28188 moveto +323.95312 294.28188 lineto +348.5625 360.37563 lineto +373.17188 294.28188 lineto +386.88281 294.28188 lineto +357.35156 373.03188 lineto +339.77344 373.03188 lineto +310.24219 294.28188 lineto +fill +grestore +grestore +gsave [0 1 -1 0 0 0] concat +0 0 0 setrgbcolor +[] 0 setdash +2.2 setlinewidth +2 setlinejoin +0 setlinecap +newpath +575.37421 -211.09004 moveto +702.36307 -211.09004 lineto +702.36307 -84.101181 lineto +575.37421 -84.101181 lineto +575.37421 -211.09004 lineto +closepath +stroke +grestore +gsave [0 0.5420256 -0.5420256 0 474.94691 416.19308] concat +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave +0 0 0 setrgbcolor +newpath +148.56217 702.9376 moveto +148.56217 734.28538 lineto +eofill +grestore +0 0 0 setrgbcolor +[] 0 setdash +1.5 setlinewidth +0 setlinejoin +0 setlinecap +newpath +148.56217 702.9376 moveto +148.56217 734.28538 lineto +stroke +gsave [0 0.5420256 -0.5420256 0 452.22939 625.74056] concat +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.8449312 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +0 0 0 setrgbcolor +[] 0 setdash +1.5 setlinewidth +0 setlinejoin +0 setlinecap +newpath +222.18086 102.87819 moveto +223.56086 312.49918 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.5 setlinewidth +0 setlinejoin +0 setlinecap +newpath +146.65201 312.87938 moveto +224.33801 313.19618 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.5000004 setlinewidth +0 setlinejoin +0 setlinecap +newpath +343.498 103.05254 moveto +343.498 523.45118 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.5 setlinewidth +0 setlinejoin +0 setlinecap +newpath +170.476 524.16834 moveto +344.25862 524.16834 lineto +stroke +gsave [1 0 0 1 -49.705806 55.228673] concat +gsave +0 0 0 setrgbcolor +newpath +122.87305 18.809367 moveto +125.63477 18.809367 lineto +125.63477 39.221477 lineto +122.87305 39.221477 lineto +122.87305 18.809367 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +131.85547 36.897258 moveto +136.36719 36.897258 lineto +136.36719 21.324992 lineto +131.45898 22.309367 lineto +131.45898 19.793742 lineto +136.33984 18.809367 lineto +139.10156 18.809367 lineto +139.10156 36.897258 lineto +143.61328 36.897258 lineto +143.61328 39.221477 lineto +131.85547 39.221477 lineto +131.85547 36.897258 lineto +fill +grestore +grestore +gsave [1 0 0 1 -5.5979323 54.987128] concat +gsave +0 0 0 setrgbcolor +newpath +122.87305 18.809367 moveto +125.63477 18.809367 lineto +125.63477 39.221477 lineto +122.87305 39.221477 lineto +122.87305 18.809367 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +133.75586 36.897258 moveto +143.39453 36.897258 lineto +143.39453 39.221477 lineto +130.43359 39.221477 lineto +130.43359 36.897258 lineto +131.48177 35.812626 132.9082 34.358851 134.71289 32.53593 curveto +136.52668 30.703907 137.66601 29.52357 138.13086 28.994914 curveto +139.01496 28.001436 139.6302 27.162895 139.97656 26.479289 curveto +140.33202 25.786594 140.50975 25.107558 140.50977 24.44218 curveto +140.50975 23.35756 140.12694 22.473446 139.36133 21.789836 curveto +138.60481 21.10626 137.61588 20.764464 136.39453 20.764445 curveto +135.52864 20.764464 134.61262 20.914854 133.64648 21.215617 curveto +132.68945 21.516416 131.66406 21.972145 130.57031 22.582805 curveto +130.57031 19.793742 lineto +131.68229 19.347147 132.72135 19.009908 133.6875 18.782023 curveto +134.65364 18.554179 135.53775 18.440247 136.33984 18.440227 curveto +138.45442 18.440247 140.14061 18.968893 141.39844 20.026164 curveto +142.65624 21.083474 143.28514 22.496233 143.28516 24.264445 curveto +143.28514 25.103001 143.12564 25.900526 142.80664 26.657023 curveto +142.49673 27.404431 141.92707 28.288545 141.09766 29.309367 curveto +140.86978 29.5737 140.14517 30.339324 138.92383 31.606242 curveto +137.70246 32.864061 135.97981 34.627731 133.75586 36.897258 curveto +fill +grestore +grestore +gsave [1 0 0 1 92.432963 54.225695] concat +gsave +0 0 0 setrgbcolor +newpath +122.87305 18.809367 moveto +125.63477 18.809367 lineto +125.63477 39.221477 lineto +122.87305 39.221477 lineto +122.87305 18.809367 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +139.74414 28.215617 moveto +141.06574 28.49818 142.09569 29.08607 142.83398 29.979289 curveto +143.58137 30.872527 143.95506 31.97539 143.95508 33.287883 curveto +143.95506 35.30221 143.26235 36.860802 141.87695 37.963664 curveto +140.49152 39.066529 138.52278 39.61796 135.9707 39.617961 curveto +135.11393 39.61796 134.22981 39.531372 133.31836 39.358195 curveto +132.41601 39.194133 131.48177 38.943482 130.51562 38.606242 curveto +130.51562 35.940227 lineto +131.28125 36.386844 132.11979 36.724083 133.03125 36.951945 curveto +133.9427 37.179812 134.89518 37.293744 135.88867 37.293742 curveto +137.62043 37.293744 138.93749 36.951948 139.83984 36.268352 curveto +140.75129 35.584761 141.20702 34.591273 141.20703 33.287883 curveto +141.20702 32.084765 140.78319 31.145964 139.93555 30.471477 curveto +139.09699 29.787892 137.92577 29.446096 136.42188 29.446086 curveto +134.04297 29.446086 lineto +134.04297 27.176555 lineto +136.53125 27.176555 lineto +137.88931 27.176567 138.92837 26.907687 139.64844 26.369914 curveto +140.36848 25.823052 140.7285 25.039199 140.72852 24.018352 curveto +140.7285 22.970191 140.35481 22.168108 139.60742 21.612102 curveto +138.86913 21.047016 137.80728 20.764464 136.42188 20.764445 curveto +135.66536 20.764464 134.85416 20.846495 133.98828 21.010539 curveto +133.12239 21.17462 132.16992 21.429828 131.13086 21.776164 curveto +131.13086 19.315227 lineto +132.17903 19.02358 133.15885 18.80483 134.07031 18.658977 curveto +134.99088 18.513164 135.85676 18.440247 136.66797 18.440227 curveto +138.76431 18.440247 140.42317 18.918762 141.64453 19.875773 curveto +142.86587 20.823708 143.47655 22.108863 143.47656 23.731242 curveto +143.47655 24.861465 143.15298 25.818495 142.50586 26.602336 curveto +141.85871 27.377087 140.93814 27.914847 139.74414 28.215617 curveto +fill +grestore +grestore +gsave [1 0 0 1 211.93604 54.083544] concat +gsave +0 0 0 setrgbcolor +newpath +122.87305 18.809367 moveto +125.63477 18.809367 lineto +125.63477 39.221477 lineto +122.87305 39.221477 lineto +122.87305 18.809367 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +143.75 29.979289 moveto +143.75 39.221477 lineto +141.23438 39.221477 lineto +141.23438 30.06132 lineto +141.23436 28.612112 140.95181 27.527478 140.38672 26.807414 curveto +139.8216 26.087375 138.97395 25.727349 137.84375 25.727336 curveto +136.48567 25.727349 135.41471 26.160292 134.63086 27.026164 curveto +133.847 27.892061 133.45507 29.072398 133.45508 30.56718 curveto +133.45508 39.221477 lineto +130.92578 39.221477 lineto +130.92578 23.908977 lineto +133.45508 23.908977 lineto +133.45508 26.287883 lineto +134.05663 25.367324 134.76301 24.679173 135.57422 24.22343 curveto +136.39452 23.767716 137.33788 23.539852 138.4043 23.539836 curveto +140.1634 23.539852 141.49413 24.086726 142.39648 25.180461 curveto +143.29881 26.265109 143.74998 27.864717 143.75 29.979289 curveto +fill +grestore +grestore +gsave +0 0 0 setrgbcolor +newpath +257.65927 90.89946 moveto +261.78036 90.89946 lineto +261.78036 95.860397 lineto +257.65927 95.860397 lineto +257.65927 90.89946 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +270.39365 90.89946 moveto +274.51474 90.89946 lineto +274.51474 95.860397 lineto +270.39365 95.860397 lineto +270.39365 90.89946 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +283.12802 90.89946 moveto +287.24911 90.89946 lineto +287.24911 95.860397 lineto +283.12802 95.860397 lineto +283.12802 90.89946 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +295.8624 90.89946 moveto +299.98349 90.89946 lineto +299.98349 95.860397 lineto +295.8624 95.860397 lineto +295.8624 90.89946 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +308.59677 90.89946 moveto +312.71786 90.89946 lineto +312.71786 95.860397 lineto +308.59677 95.860397 lineto +308.59677 90.89946 lineto +fill +grestore +grestore +showpage +%%EOF diff --git a/4-hradla/hloupy_or.svg b/4-hradla/hloupy_or.svg new file mode 100644 index 0000000..31f16d7 --- /dev/null +++ b/4-hradla/hloupy_or.svg @@ -0,0 +1,369 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + &7ý& + v + + + + + + + + + + + + + + + v + + + + + + + + + + v + + + + + + + + + + + + + + I1 I2 I3 In + ..... + + diff --git a/4-hradla/hradlo_and.eps b/4-hradla/hradlo_and.eps new file mode 100644 index 0000000..a300fbe --- /dev/null +++ b/4-hradla/hradlo_and.eps @@ -0,0 +1,176 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Creator: inkscape 0.46 +%%Pages: 1 +%%Orientation: Portrait +%%BoundingBox: 102 501 441 692 +%%HiResBoundingBox: 102.87938 501.97714 440.44984 691.16572 +%%EndComments +%%Page: 1 1 +0 842 translate +0.8 -0.8 scale +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +gsave [1 0 0 1 0 0] concat +0 0 0 setrgbcolor +[] 0 setdash +2.2 setlinewidth +2 setlinejoin +0 setlinecap +newpath +222.85715 189.50504 moveto +457.14287 189.50504 lineto +457.14287 423.79076 lineto +222.85715 423.79076 lineto +222.85715 189.50504 lineto +closepath +stroke +gsave [1.086765 0 0 1.086765 -40.109812 -37.378803] concat +gsave +0 0 0 setrgbcolor +newpath +323.57812 316.57094 moveto +319.31247 320.36787 316.17185 324.16474 314.15625 327.96157 curveto +312.18748 331.71161 311.2031 335.6491 311.20312 339.77407 curveto +311.2031 346.61784 313.68747 352.31315 318.65625 356.86 curveto +323.62496 361.40689 329.85933 363.68033 337.35938 363.68032 curveto +341.81245 363.68033 345.98432 362.95376 349.875 361.50063 curveto +353.76556 360.00064 357.42181 357.75064 360.84375 354.75063 curveto +323.57812 316.57094 lineto +333.49219 308.69594 moveto +369.21094 345.25844 lineto +371.97648 341.0866 374.13273 336.63348 375.67969 331.89907 curveto +377.22647 327.11786 378.14054 322.05537 378.42188 316.71157 curveto +391.5 316.71157 lineto +390.9374 322.89912 389.4374 329.0163 387 335.06313 curveto +384.5624 341.11004 381.16397 347.08659 376.80469 352.99282 curveto +396.42188 373.03188 lineto +378.70312 373.03188 lineto +368.64844 362.69594 lineto +363.77336 366.86782 358.66399 369.98501 353.32031 372.0475 curveto +347.9765 374.06313 342.23432 375.07094 336.09375 375.07094 curveto +324.79684 375.07094 315.56247 371.86001 308.39062 365.43813 curveto +301.21874 358.96939 297.6328 350.69596 297.63281 340.61782 curveto +297.6328 334.61786 299.20311 328.99286 302.34375 323.74282 curveto +305.48436 318.446 310.19529 313.47725 316.47656 308.83657 curveto +314.22654 305.88351 312.5156 302.95382 311.34375 300.0475 curveto +310.17185 297.09446 309.58592 294.21165 309.58594 291.39907 curveto +309.58592 283.80541 312.18748 277.71166 317.39062 273.11782 curveto +322.59372 268.4773 329.50777 266.15699 338.13281 266.15688 curveto +342.02338 266.15699 345.89057 266.57886 349.73438 267.4225 curveto +353.62493 268.26636 357.56243 269.53198 361.54688 271.21938 curveto +361.54688 284.01625 lineto +357.46868 281.81322 353.57806 280.14916 349.875 279.02407 curveto +346.17182 277.85229 342.72651 277.26635 339.53906 277.26625 curveto +334.61714 277.26635 330.60933 278.57885 327.51562 281.20375 curveto +324.46871 283.78197 322.94528 287.13353 322.94531 291.25844 curveto +322.94528 293.64915 323.62496 296.06321 324.98438 298.50063 curveto +326.39059 300.89133 329.22652 304.28976 333.49219 308.69594 curveto +fill +grestore +grestore +gsave +0 0 0 setrgbcolor +newpath +458.64285 300.93362 moveto +458.64285 301.76162 457.97085 302.43362 457.14285 302.43362 curveto +456.31485 302.43362 455.64285 301.76162 455.64285 300.93362 curveto +455.64285 300.10562 456.31485 299.43362 457.14285 299.43362 curveto +457.97085 299.43362 458.64285 300.10562 458.64285 300.93362 curveto +closepath +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +458.64285 306.64789 moveto +458.64285 307.47589 457.97085 308.14789 457.14285 308.14789 curveto +456.31485 308.14789 455.64285 307.47589 455.64285 306.64789 curveto +455.64285 305.81989 456.31485 305.14789 457.14285 305.14789 curveto +457.97085 305.14789 458.64285 305.81989 458.64285 306.64789 curveto +closepath +fill +grestore +gsave [1 0 0 1 -70.821052 -297.29277] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [1 0 0 1 -70.567428 -214.54501] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [1 0 0 1 258.63373 -256.57069] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +grestore +showpage +%%EOF diff --git a/4-hradla/hradlo_and.svg b/4-hradla/hradlo_and.svg new file mode 100644 index 0000000..b927f04 --- /dev/null +++ b/4-hradla/hradlo_and.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + image/svg+xml + + + + + + + &7ý& & + + + + + + + + + + + + + + + diff --git a/4-hradla/hradlo_ternbior.eps b/4-hradla/hradlo_ternbior.eps new file mode 100644 index 0000000..54297f3 --- /dev/null +++ b/4-hradla/hradlo_ternbior.eps @@ -0,0 +1,930 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Creator: inkscape 0.46 +%%Pages: 1 +%%Orientation: Portrait +%%BoundingBox: 84 110 339 802 +%%HiResBoundingBox: 84.27033 110.92095 338.40347 801.64349 +%%EndComments +%%Page: 1 1 +0 842 translate +0.8 -0.8 scale +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +gsave [1 0 0 1 0 0] concat +gsave [1.086765 0 0 1.086765 -153.37722 -50.161856] concat +gsave +0 0 0 setrgbcolor +newpath +310.24219 294.28188 moveto +323.95312 294.28188 lineto +348.5625 360.37563 lineto +373.17188 294.28188 lineto +386.88281 294.28188 lineto +357.35156 373.03188 lineto +339.77344 373.03188 lineto +310.24219 294.28188 lineto +fill +grestore +grestore +gsave [0 1 -1 0 0 0] concat +0 0 0 setrgbcolor +[] 0 setdash +2.2 setlinewidth +2 setlinejoin +0 setlinecap +newpath +195.92429 -340.72363 moveto +430.21001 -340.72363 lineto +430.21001 -106.43791 lineto +195.92429 -106.43791 lineto +195.92429 -340.72363 lineto +closepath +stroke +grestore +gsave [0 1 -1 0 530.22866 -26.932868] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 300.93362 moveto +458.64285 301.76162 457.97085 302.43362 457.14285 302.43362 curveto +456.31485 302.43362 455.64285 301.76162 455.64285 300.93362 curveto +455.64285 300.10562 456.31485 299.43362 457.14285 299.43362 curveto +457.97085 299.43362 458.64285 300.10562 458.64285 300.93362 curveto +closepath +fill +grestore +grestore +gsave [0 1 -1 0 530.22866 -26.932868] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 306.64789 moveto +458.64285 307.47589 457.97085 308.14789 457.14285 308.14789 curveto +456.31485 308.14789 455.64285 307.47589 455.64285 306.64789 curveto +455.64285 305.81989 456.31485 305.14789 457.14285 305.14789 curveto +457.97085 305.14789 458.64285 305.81989 458.64285 306.64789 curveto +closepath +fill +grestore +grestore +gsave [0 1 -1 0 827.52143 -97.75392] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [0 1 -1 0 744.77367 -97.500296] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [1 0 0 1 -197.85619 -106.25382] concat +gsave [0 1 -1 0 0 0] concat +0 0 0 setrgbcolor +[] 0 setdash +2.2 setlinewidth +2 setlinejoin +0 setlinecap +newpath +688.52521 -579.41534 moveto +922.81093 -579.41534 lineto +922.81093 -345.12962 lineto +688.52521 -345.12962 lineto +688.52521 -579.41534 lineto +closepath +stroke +grestore +gsave [0 1 -1 0 768.92035 465.66803] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 300.93362 moveto +458.64285 301.76162 457.97085 302.43362 457.14285 302.43362 curveto +456.31485 302.43362 455.64285 301.76162 455.64285 300.93362 curveto +455.64285 300.10562 456.31485 299.43362 457.14285 299.43362 curveto +457.97085 299.43362 458.64285 300.10562 458.64285 300.93362 curveto +closepath +fill +grestore +grestore +gsave [0 1 -1 0 768.92035 465.66803] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 306.64789 moveto +458.64285 307.47589 457.97085 308.14789 457.14285 308.14789 curveto +456.31485 308.14789 455.64285 307.47589 455.64285 306.64789 curveto +455.64285 305.81989 456.31485 305.14789 457.14285 305.14789 curveto +457.97085 305.14789 458.64285 305.81989 458.64285 306.64789 curveto +closepath +fill +grestore +grestore +gsave [0 1 -1 0 1066.2131 394.84698] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [0 1 -1 0 983.46536 395.1006] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [0 1 -1 0 1025.491 724.30176] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +grestore +gsave +0 0 0 setrgbcolor +newpath +225.364 431.27002 moveto +225.364 489.10451 lineto +eofill +grestore +0 0 0 setrgbcolor +[] 0 setdash +2.05 setlinewidth +0 setlinejoin +0 setlinecap +newpath +225.364 431.27002 moveto +225.364 489.10451 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.9 setlinewidth +0 setlinejoin +0 setlinecap +newpath +402.80556 101.82646 moveto +401.1693 487.97347 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.9 setlinewidth +0 setlinejoin +0 setlinecap +newpath +402.15507 488.76285 moveto +307.25226 488.76285 lineto +stroke +gsave +0 0 0 setrgbcolor +newpath +172.98692 51.937996 moveto +176.93224 51.937996 lineto +176.93224 81.098152 lineto +172.98692 81.098152 lineto +172.98692 51.937996 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +185.81895 77.77784 moveto +192.26427 77.77784 lineto +192.26427 55.531746 lineto +185.25255 56.937996 lineto +185.25255 53.344246 lineto +192.2252 51.937996 lineto +196.17052 51.937996 lineto +196.17052 77.77784 lineto +202.61583 77.77784 lineto +202.61583 81.098152 lineto +185.81895 81.098152 lineto +185.81895 77.77784 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +257.99887 50.835159 moveto +261.94418 50.835159 lineto +261.94418 79.995316 lineto +257.99887 79.995316 lineto +257.99887 50.835159 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +273.54575 76.675003 moveto +287.31528 76.675003 lineto +287.31528 79.995316 lineto +268.79965 79.995316 lineto +268.79965 76.675003 lineto +270.29704 75.125529 272.3348 73.048708 274.91293 70.444534 curveto +277.50407 67.827359 279.13167 66.141163 279.79575 65.385941 curveto +281.05875 63.966686 281.93766 62.76877 282.43246 61.792191 curveto +282.94026 60.802626 283.19417 59.832575 283.19418 58.882034 curveto +283.19417 57.332578 282.64729 56.069558 281.55356 55.092972 curveto +280.47281 54.116435 279.06006 53.628154 277.31528 53.628128 curveto +276.07829 53.628154 274.7697 53.842998 273.3895 54.272659 curveto +272.0223 54.702372 270.55746 55.353413 268.99496 56.225784 curveto +268.99496 52.241409 lineto +270.5835 51.603417 272.06788 51.121647 273.44809 50.796097 curveto +274.82829 50.470605 276.09131 50.307845 277.23715 50.307816 curveto +280.25797 50.307845 282.66682 51.063053 284.46371 52.573441 curveto +286.26057 54.083883 287.15901 56.10211 287.15903 58.628128 curveto +287.15901 59.826065 286.93114 60.965387 286.47543 62.046097 curveto +286.0327 63.113822 285.2189 64.376842 284.03403 65.835159 curveto +283.70849 66.212777 282.67333 67.306526 280.92856 69.116409 curveto +279.18375 70.913293 276.72282 73.432822 273.54575 76.675003 curveto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +392.88715 51.040833 moveto +396.83246 51.040833 lineto +396.83246 80.200989 lineto +392.88715 80.200989 lineto +392.88715 51.040833 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +416.98871 64.478333 moveto +418.87671 64.881994 420.34806 65.721837 421.40277 66.997864 curveto +422.47046 68.273917 423.00431 69.849437 423.00433 71.724426 curveto +423.00431 74.602036 422.01473 76.828596 420.03558 78.404114 curveto +418.0564 79.979635 415.2439 80.767394 411.59808 80.767395 curveto +410.37412 80.767394 409.1111 80.643697 407.80902 80.396301 curveto +406.51995 80.161926 405.18532 79.803854 403.80511 79.322083 curveto +403.80511 75.513489 lineto +404.89886 76.151514 406.09678 76.633284 407.39886 76.958801 curveto +408.70094 77.284325 410.06162 77.447085 411.4809 77.447083 curveto +413.95484 77.447085 415.83635 76.958805 417.12543 75.982239 curveto +418.42749 75.005681 419.07853 73.586412 419.07855 71.724426 curveto +419.07853 70.005686 418.47307 68.664542 417.26215 67.700989 curveto +416.06421 66.72444 414.39104 66.236159 412.24261 66.236145 curveto +408.84418 66.236145 lineto +408.84418 62.993958 lineto +412.39886 62.993958 lineto +414.33896 62.993975 415.82333 62.609861 416.85199 61.841614 curveto +417.88062 61.060383 418.39494 59.940592 418.39496 58.482239 curveto +418.39494 56.984866 417.86109 55.839034 416.7934 55.044739 curveto +415.73869 54.237473 414.22177 53.833828 412.24261 53.833801 curveto +411.16188 53.833828 410.00302 53.951015 408.76605 54.185364 curveto +407.52907 54.419765 406.16839 54.784348 404.68402 55.279114 curveto +404.68402 51.763489 lineto +406.18141 51.346851 407.58115 51.034351 408.88324 50.825989 curveto +410.19833 50.617685 411.43531 50.513518 412.59418 50.513489 curveto +415.58895 50.513518 417.95874 51.197112 419.70355 52.56427 curveto +421.44832 53.918463 422.32072 55.754399 422.32074 58.072083 curveto +422.32072 59.686686 421.85848 61.053872 420.93402 62.173645 curveto +420.00952 63.280433 418.69442 64.048661 416.98871 64.478333 curveto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +312.21332 886.66022 moveto +309.34872 886.66024 307.07008 887.72795 305.37738 889.86334 curveto +303.69769 891.99878 302.85784 894.90893 302.85785 898.59381 curveto +302.85784 902.2657 303.69769 905.16934 305.37738 907.30475 curveto +307.07008 909.44017 309.34872 910.50788 312.21332 910.50787 curveto +315.07788 910.50788 317.34351 909.44017 319.01019 907.30475 curveto +320.68986 905.16934 321.5297 902.2657 321.52972 898.59381 curveto +321.5297 894.90893 320.68986 891.99878 319.01019 889.86334 curveto +317.34351 887.72795 315.07788 886.66024 312.21332 886.66022 curveto +312.21332 883.45709 moveto +316.30184 883.45712 319.57007 884.83082 322.01801 887.57819 curveto +324.46589 890.31258 325.68985 893.98446 325.68988 898.59381 curveto +325.68985 903.19018 324.46589 906.86205 322.01801 909.60944 curveto +319.57007 912.34381 316.30184 913.711 312.21332 913.711 curveto +308.11174 913.711 304.8305 912.34381 302.36957 909.60944 curveto +299.92165 906.87507 298.69769 903.2032 298.69769 898.59381 curveto +298.69769 893.98446 299.92165 890.31258 302.36957 887.57819 curveto +304.8305 884.83082 308.11174 883.45712 312.21332 883.45709 curveto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +332.89691 909.82428 moveto +339.34222 909.82428 lineto +339.34222 887.57819 lineto +332.33051 888.98444 lineto +332.33051 885.39069 lineto +339.30316 883.98444 lineto +343.24847 883.98444 lineto +343.24847 909.82428 lineto +349.69379 909.82428 lineto +349.69379 913.14459 lineto +332.89691 913.14459 lineto +332.89691 909.82428 lineto +fill +grestore +gsave [0 1 -1 0 0 0] concat +0 0 0 setrgbcolor +[] 0 setdash +2.2 setlinewidth +2 setlinejoin +0 setlinecap +newpath +582.27136 -381.55914 moveto +816.55708 -381.55914 lineto +816.55708 -147.27342 lineto +582.27136 -147.27342 lineto +582.27136 -381.55914 lineto +closepath +stroke +grestore +gsave [0 1 -1 0 571.06416 359.41421] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 300.93362 moveto +458.64285 301.76162 457.97085 302.43362 457.14285 302.43362 curveto +456.31485 302.43362 455.64285 301.76162 455.64285 300.93362 curveto +455.64285 300.10562 456.31485 299.43362 457.14285 299.43362 curveto +457.97085 299.43362 458.64285 300.10562 458.64285 300.93362 curveto +closepath +fill +grestore +grestore +gsave [0 1 -1 0 571.06416 359.41421] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 306.64789 moveto +458.64285 307.47589 457.97085 308.14789 457.14285 308.14789 curveto +456.31485 308.14789 455.64285 307.47589 455.64285 306.64789 curveto +455.64285 305.81989 456.31485 305.14789 457.14285 305.14789 curveto +457.97085 305.14789 458.64285 305.81989 458.64285 306.64789 curveto +closepath +fill +grestore +grestore +gsave [0 1 -1 0 868.35691 288.59316] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [0 1 -1 0 785.60917 288.84678] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [0 1 -1 0 827.63481 618.04794] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [1 0 0 1 -197.85619 -106.25382] concat +gsave [0 1 -1 0 0 0] concat +0 0 0 setrgbcolor +[] 0 setdash +2.2 setlinewidth +2 setlinejoin +0 setlinecap +newpath +688.52521 -579.41534 moveto +922.81093 -579.41534 lineto +922.81093 -345.12962 lineto +688.52521 -345.12962 lineto +688.52521 -579.41534 lineto +closepath +stroke +grestore +gsave [0 1 -1 0 768.92035 465.66803] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 300.93362 moveto +458.64285 301.76162 457.97085 302.43362 457.14285 302.43362 curveto +456.31485 302.43362 455.64285 301.76162 455.64285 300.93362 curveto +455.64285 300.10562 456.31485 299.43362 457.14285 299.43362 curveto +457.97085 299.43362 458.64285 300.10562 458.64285 300.93362 curveto +closepath +fill +grestore +grestore +gsave [0 1 -1 0 768.92035 465.66803] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 306.64789 moveto +458.64285 307.47589 457.97085 308.14789 457.14285 308.14789 curveto +456.31485 308.14789 455.64285 307.47589 455.64285 306.64789 curveto +455.64285 305.81989 456.31485 305.14789 457.14285 305.14789 curveto +457.97085 305.14789 458.64285 305.81989 458.64285 306.64789 curveto +closepath +fill +grestore +grestore +gsave [0 1 -1 0 1066.2131 394.84698] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [0 1 -1 0 983.46536 395.1006] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [0 1 -1 0 1025.491 724.30176] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +grestore +gsave [1 0 0 1 -197.85619 -106.25382] concat +gsave [1.086765 0 0 1.086765 83.67662 455.54188] concat +grestore +gsave [0 1 -1 0 0 0] concat +0 0 0 setrgbcolor +[] 0 setdash +2.2 setlinewidth +2 setlinejoin +0 setlinecap +newpath +688.52521 -579.41534 moveto +922.81093 -579.41534 lineto +922.81093 -345.12962 lineto +688.52521 -345.12962 lineto +688.52521 -579.41534 lineto +closepath +stroke +grestore +gsave [0 1 -1 0 768.92035 465.66803] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 300.93362 moveto +458.64285 301.76162 457.97085 302.43362 457.14285 302.43362 curveto +456.31485 302.43362 455.64285 301.76162 455.64285 300.93362 curveto +455.64285 300.10562 456.31485 299.43362 457.14285 299.43362 curveto +457.97085 299.43362 458.64285 300.10562 458.64285 300.93362 curveto +closepath +fill +grestore +grestore +gsave [0 1 -1 0 768.92035 465.66803] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 306.64789 moveto +458.64285 307.47589 457.97085 308.14789 457.14285 308.14789 curveto +456.31485 308.14789 455.64285 307.47589 455.64285 306.64789 curveto +455.64285 305.81989 456.31485 305.14789 457.14285 305.14789 curveto +457.97085 305.14789 458.64285 305.81989 458.64285 306.64789 curveto +closepath +fill +grestore +grestore +gsave [0 1 -1 0 1066.2131 394.84698] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [0 1 -1 0 983.46536 395.1006] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [0 1 -1 0 1025.491 724.30176] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +grestore +gsave [1.086765 0 0 1.086765 -114.17957 349.28806] concat +grestore +gsave [0 1 -1 0 0 0] concat +0 0 0 setrgbcolor +[] 0 setdash +2.2 setlinewidth +2 setlinejoin +0 setlinecap +newpath +582.27136 -381.55914 moveto +816.55708 -381.55914 lineto +816.55708 -147.27342 lineto +582.27136 -147.27342 lineto +582.27136 -381.55914 lineto +closepath +stroke +grestore +gsave [0 1 -1 0 571.06416 359.41421] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 300.93362 moveto +458.64285 301.76162 457.97085 302.43362 457.14285 302.43362 curveto +456.31485 302.43362 455.64285 301.76162 455.64285 300.93362 curveto +455.64285 300.10562 456.31485 299.43362 457.14285 299.43362 curveto +457.97085 299.43362 458.64285 300.10562 458.64285 300.93362 curveto +closepath +fill +grestore +grestore +gsave [0 1 -1 0 571.06416 359.41421] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 306.64789 moveto +458.64285 307.47589 457.97085 308.14789 457.14285 308.14789 curveto +456.31485 308.14789 455.64285 307.47589 455.64285 306.64789 curveto +455.64285 305.81989 456.31485 305.14789 457.14285 305.14789 curveto +457.97085 305.14789 458.64285 305.81989 458.64285 306.64789 curveto +closepath +fill +grestore +grestore +gsave [0 1 -1 0 868.35691 288.59316] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [0 1 -1 0 785.60917 288.84678] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [0 1 -1 0 827.63481 618.04794] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [1.086765 0 0 1.086765 -113.47312 335.97903] concat +gsave +0 0 0 setrgbcolor +newpath +310.24219 294.28188 moveto +323.95312 294.28188 lineto +348.5625 360.37563 lineto +373.17188 294.28188 lineto +386.88281 294.28188 lineto +357.35156 373.03188 lineto +339.77344 373.03188 lineto +310.24219 294.28188 lineto +fill +grestore +grestore +grestore +showpage +%%EOF diff --git a/4-hradla/hradlo_ternbior.svg b/4-hradla/hradlo_ternbior.svg new file mode 100644 index 0000000..2cfabde --- /dev/null +++ b/4-hradla/hradlo_ternbior.svg @@ -0,0 +1,572 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + &7ý& v + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + I1 + I2 + I3 + O1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + v + diff --git a/4-hradla/hradlo_ternor.eps b/4-hradla/hradlo_ternor.eps new file mode 100644 index 0000000..bd463f6 --- /dev/null +++ b/4-hradla/hradlo_ternor.eps @@ -0,0 +1,328 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Creator: inkscape 0.46 +%%Pages: 1 +%%Orientation: Portrait +%%BoundingBox: 177 425 367 799 +%%HiResBoundingBox: 177.07031 425.70869 366.25888 798.86207 +%%EndComments +%%Page: 1 1 +0 842 translate +0.8 -0.8 scale +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +gsave [1 0 0 1 0 0] concat +gsave [1.086765 0 0 1.086765 -37.97952 -58.811944] concat +gsave +0 0 0 setrgbcolor +newpath +310.24219 294.28188 moveto +323.95312 294.28188 lineto +348.5625 360.37563 lineto +373.17188 294.28188 lineto +386.88281 294.28188 lineto +357.35156 373.03188 lineto +339.77344 373.03188 lineto +310.24219 294.28188 lineto +fill +grestore +grestore +gsave [0 1 -1 0 0 0] concat +0 0 0 setrgbcolor +[] 0 setdash +2.2 setlinewidth +2 setlinejoin +0 setlinecap +newpath +189.92433 -456.7236 moveto +424.21005 -456.7236 lineto +424.21005 -222.43788 lineto +189.92433 -222.43788 lineto +189.92433 -456.7236 lineto +closepath +stroke +grestore +gsave [0 1 -1 0 646.22862 -32.932823] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 300.93362 moveto +458.64285 301.76162 457.97085 302.43362 457.14285 302.43362 curveto +456.31485 302.43362 455.64285 301.76162 455.64285 300.93362 curveto +455.64285 300.10562 456.31485 299.43362 457.14285 299.43362 curveto +457.97085 299.43362 458.64285 300.10562 458.64285 300.93362 curveto +closepath +fill +grestore +grestore +gsave [0 1 -1 0 646.22862 -32.932837] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 306.64789 moveto +458.64285 307.47589 457.97085 308.14789 457.14285 308.14789 curveto +456.31485 308.14789 455.64285 307.47589 455.64285 306.64789 curveto +455.64285 305.81989 456.31485 305.14789 457.14285 305.14789 curveto +457.97085 305.14789 458.64285 305.81989 458.64285 306.64789 curveto +closepath +fill +grestore +grestore +gsave [0 1 -1 0 965.5214 -103.7539] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [0 1 -1 0 836.77364 -103.50025] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [0 1 -1 0 902.79931 225.70087] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [0 1 -1 0 901.35981 -103.20572] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave +0 0 0 setrgbcolor +newpath +265.69061 56.051361 moveto +269.63593 56.051361 lineto +269.63593 85.211517 lineto +265.69061 85.211517 lineto +265.69061 56.051361 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +278.52264 81.891205 moveto +284.96796 81.891205 lineto +284.96796 59.645111 lineto +277.95624 61.051361 lineto +277.95624 57.457611 lineto +284.92889 56.051361 lineto +288.87421 56.051361 lineto +288.87421 81.891205 lineto +295.31952 81.891205 lineto +295.31952 85.211517 lineto +278.52264 85.211517 lineto +278.52264 81.891205 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +327.99011 54.311935 moveto +331.93542 54.311935 lineto +331.93542 83.472092 lineto +327.99011 83.472092 lineto +327.99011 54.311935 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +343.53699 80.151779 moveto +357.30652 80.151779 lineto +357.30652 83.472092 lineto +338.79089 83.472092 lineto +338.79089 80.151779 lineto +340.28828 78.602305 342.32604 76.525484 344.90417 73.92131 curveto +347.49531 71.304135 349.12291 69.617939 349.78699 68.862717 curveto +351.04999 67.443462 351.9289 66.245546 352.42371 65.268967 curveto +352.9315 64.279403 353.18541 63.309351 353.18542 62.35881 curveto +353.18541 60.809354 352.63853 59.546334 351.5448 58.569748 curveto +350.46406 57.593211 349.0513 57.104931 347.30652 57.104904 curveto +346.06953 57.104931 344.76094 57.319774 343.38074 57.749435 curveto +342.01354 58.179148 340.5487 58.830189 338.98621 59.70256 curveto +338.98621 55.718185 lineto +340.57474 55.080193 342.05912 54.598423 343.43933 54.272873 curveto +344.81953 53.947382 346.08255 53.784621 347.22839 53.784592 curveto +350.24921 53.784621 352.65806 54.539829 354.45496 56.050217 curveto +356.25181 57.560659 357.15025 59.578886 357.15027 62.104904 curveto +357.15025 63.302841 356.92238 64.442163 356.46667 65.522873 curveto +356.02395 66.590598 355.21015 67.853618 354.02527 69.311935 curveto +353.69973 69.689553 352.66457 70.783302 350.9198 72.593185 curveto +349.17499 74.39007 346.71406 76.909598 343.53699 80.151779 curveto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +395.89874 55.790779 moveto +399.84406 55.790779 lineto +399.84406 84.950935 lineto +395.89874 84.950935 lineto +395.89874 55.790779 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +420.00031 69.228279 moveto +421.88831 69.63194 423.35966 70.471783 424.41437 71.74781 curveto +425.48205 73.023864 426.01591 74.599383 426.01593 76.474373 curveto +426.01591 79.351983 425.02633 81.578543 423.04718 83.15406 curveto +421.068 84.729581 418.2555 85.517341 414.60968 85.517342 curveto +413.38571 85.517341 412.12269 85.393643 410.82062 85.146248 curveto +409.53155 84.911873 408.19692 84.5538 406.81671 84.072029 curveto +406.81671 80.263435 lineto +407.91046 80.90146 409.10837 81.383231 410.41046 81.708748 curveto +411.71254 82.034272 413.07321 82.197032 414.49249 82.197029 curveto +416.96644 82.197032 418.84795 81.708751 420.13702 80.732185 curveto +421.43909 79.755628 422.09013 78.336359 422.09015 76.474373 curveto +422.09013 74.755633 421.48466 73.414489 420.27374 72.450935 curveto +419.07581 71.474386 417.40264 70.986106 415.25421 70.986092 curveto +411.85577 70.986092 lineto +411.85577 67.743904 lineto +415.41046 67.743904 lineto +417.35055 67.743921 418.83493 67.359807 419.86359 66.59156 curveto +420.89222 65.81033 421.40654 64.690539 421.40656 63.232185 curveto +421.40654 61.734813 420.87268 60.588981 419.80499 59.794685 curveto +418.75029 58.98742 417.23336 58.583774 415.25421 58.583748 curveto +414.17347 58.583774 413.01462 58.700962 411.77765 58.93531 curveto +410.54066 59.169711 409.17999 59.534294 407.69562 60.02906 curveto +407.69562 56.513435 lineto +409.19301 56.096798 410.59275 55.784298 411.89484 55.575935 curveto +413.20993 55.367632 414.44691 55.263465 415.60577 55.263435 curveto +418.60055 55.263465 420.97034 55.947058 422.71515 57.314217 curveto +424.45992 58.66841 425.33231 60.504345 425.33234 62.822029 curveto +425.33231 64.436633 424.87008 65.803819 423.94562 66.923592 curveto +423.02112 68.030379 421.70602 68.798608 420.00031 69.228279 curveto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +384.82266 493.17554 moveto +381.95807 493.17556 379.67942 494.24327 377.98672 496.37866 curveto +376.30703 498.5141 375.46719 501.42425 375.46719 505.10913 curveto +375.46719 508.78102 376.30703 511.68466 377.98672 513.82007 curveto +379.67942 515.95549 381.95807 517.0232 384.82266 517.02319 curveto +387.68723 517.0232 389.95285 515.95549 391.61954 513.82007 curveto +393.2992 511.68466 394.13904 508.78102 394.13907 505.10913 curveto +394.13904 501.42425 393.2992 498.5141 391.61954 496.37866 curveto +389.95285 494.24327 387.68723 493.17556 384.82266 493.17554 curveto +384.82266 489.97241 moveto +388.91118 489.97244 392.17941 491.34614 394.62735 494.09351 curveto +397.07524 496.8279 398.2992 500.49978 398.29922 505.10913 curveto +398.2992 509.70549 397.07524 513.37737 394.62735 516.12476 curveto +392.17941 518.85913 388.91118 520.22632 384.82266 520.22632 curveto +380.72109 520.22632 377.43984 518.85913 374.97891 516.12476 curveto +372.53099 513.39039 371.30704 509.71852 371.30704 505.10913 curveto +371.30704 500.49978 372.53099 496.8279 374.97891 494.09351 curveto +377.43984 491.34614 380.72109 489.97244 384.82266 489.97241 curveto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +405.50626 516.3396 moveto +411.95157 516.3396 lineto +411.95157 494.09351 lineto +404.93985 495.49976 lineto +404.93985 491.90601 lineto +411.91251 490.49976 lineto +415.85782 490.49976 lineto +415.85782 516.3396 lineto +422.30313 516.3396 lineto +422.30313 519.65991 lineto +405.50626 519.65991 lineto +405.50626 516.3396 lineto +fill +grestore +grestore +showpage +%%EOF diff --git a/4-hradla/hradlo_ternor.svg b/4-hradla/hradlo_ternor.svg new file mode 100644 index 0000000..0c58a16 --- /dev/null +++ b/4-hradla/hradlo_ternor.svg @@ -0,0 +1,202 @@ + + + + + + + + + + + image/svg+xml + + + + + + &7ý& v + + + + + + + + + + + + + + + + + + + I1 + I2 + I3 + O1 + + diff --git a/4-hradla/hradlova_sit.eps b/4-hradla/hradlova_sit.eps new file mode 100644 index 0000000..965f4dc --- /dev/null +++ b/4-hradla/hradlova_sit.eps @@ -0,0 +1,1217 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Creator: inkscape 0.46 +%%Pages: 1 +%%Orientation: Portrait +%%BoundingBox: 10 386 593 690 +%%HiResBoundingBox: 10.085321 386.06581 592.01527 689.33641 +%%EndComments +%%Page: 1 1 +0 842 translate +0.8 -0.8 scale +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +gsave [1 0 0 1 0 0] concat +0 0 0 setrgbcolor +[] 0 setdash +0.99111259 setlinewidth +2 setlinejoin +0 setlinecap +newpath +219.1888 327.36929 moveto +324.73585 327.36929 lineto +324.73585 432.91634 lineto +219.1888 432.91634 lineto +219.1888 327.36929 lineto +closepath +stroke +gsave [0.4895938 0 0 0.4895938 100.72068 225.15684] concat +gsave +0 0 0 setrgbcolor +newpath +323.57812 316.57094 moveto +319.31247 320.36787 316.17185 324.16474 314.15625 327.96157 curveto +312.18748 331.71161 311.2031 335.6491 311.20312 339.77407 curveto +311.2031 346.61784 313.68747 352.31315 318.65625 356.86 curveto +323.62496 361.40689 329.85933 363.68033 337.35938 363.68032 curveto +341.81245 363.68033 345.98432 362.95376 349.875 361.50063 curveto +353.76556 360.00064 357.42181 357.75064 360.84375 354.75063 curveto +323.57812 316.57094 lineto +333.49219 308.69594 moveto +369.21094 345.25844 lineto +371.97648 341.0866 374.13273 336.63348 375.67969 331.89907 curveto +377.22647 327.11786 378.14054 322.05537 378.42188 316.71157 curveto +391.5 316.71157 lineto +390.9374 322.89912 389.4374 329.0163 387 335.06313 curveto +384.5624 341.11004 381.16397 347.08659 376.80469 352.99282 curveto +396.42188 373.03188 lineto +378.70312 373.03188 lineto +368.64844 362.69594 lineto +363.77336 366.86782 358.66399 369.98501 353.32031 372.0475 curveto +347.9765 374.06313 342.23432 375.07094 336.09375 375.07094 curveto +324.79684 375.07094 315.56247 371.86001 308.39062 365.43813 curveto +301.21874 358.96939 297.6328 350.69596 297.63281 340.61782 curveto +297.6328 334.61786 299.20311 328.99286 302.34375 323.74282 curveto +305.48436 318.446 310.19529 313.47725 316.47656 308.83657 curveto +314.22654 305.88351 312.5156 302.95382 311.34375 300.0475 curveto +310.17185 297.09446 309.58592 294.21165 309.58594 291.39907 curveto +309.58592 283.80541 312.18748 277.71166 317.39062 273.11782 curveto +322.59372 268.4773 329.50777 266.15699 338.13281 266.15688 curveto +342.02338 266.15699 345.89057 266.57886 349.73438 267.4225 curveto +353.62493 268.26636 357.56243 269.53198 361.54688 271.21938 curveto +361.54688 284.01625 lineto +357.46868 281.81322 353.57806 280.14916 349.875 279.02407 curveto +346.17182 277.85229 342.72651 277.26635 339.53906 277.26625 curveto +334.61714 277.26635 330.60933 278.57885 327.51562 281.20375 curveto +324.46871 283.78197 322.94528 287.13353 322.94531 291.25844 curveto +322.94528 293.64915 323.62496 296.06321 324.98438 298.50063 curveto +326.39059 300.89133 329.22652 304.28976 333.49219 308.69594 curveto +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 118.79038 241.9962] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 300.93362 moveto +458.64285 301.76162 457.97085 302.43362 457.14285 302.43362 curveto +456.31485 302.43362 455.64285 301.76162 455.64285 300.93362 curveto +455.64285 300.10562 456.31485 299.43362 457.14285 299.43362 curveto +457.97085 299.43362 458.64285 300.10562 458.64285 300.93362 curveto +closepath +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 118.79038 241.9962] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 306.64789 moveto +458.64285 307.47589 457.97085 308.14789 457.14285 308.14789 curveto +456.31485 308.14789 455.64285 307.47589 455.64285 306.64789 curveto +455.64285 305.81989 456.31485 305.14789 457.14285 305.14789 curveto +457.97085 305.14789 458.64285 305.81989 458.64285 306.64789 curveto +closepath +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 86.885087 108.06411] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [0.4505057 0 0 0.4505057 86.999347 145.34245] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +0 0 0 setrgbcolor +[] 0 setdash +0.99111259 setlinewidth +2 setlinejoin +0 setlinecap +newpath +218.60051 191.18723 moveto +324.14756 191.18723 lineto +324.14756 296.73428 lineto +218.60051 296.73428 lineto +218.60051 191.18723 lineto +closepath +stroke +gsave [0.4895938 0 0 0.4895938 100.13241 88.974756] concat +gsave +0 0 0 setrgbcolor +newpath +323.57812 316.57094 moveto +319.31247 320.36787 316.17185 324.16474 314.15625 327.96157 curveto +312.18748 331.71161 311.2031 335.6491 311.20312 339.77407 curveto +311.2031 346.61784 313.68747 352.31315 318.65625 356.86 curveto +323.62496 361.40689 329.85933 363.68033 337.35938 363.68032 curveto +341.81245 363.68033 345.98432 362.95376 349.875 361.50063 curveto +353.76556 360.00064 357.42181 357.75064 360.84375 354.75063 curveto +323.57812 316.57094 lineto +333.49219 308.69594 moveto +369.21094 345.25844 lineto +371.97648 341.0866 374.13273 336.63348 375.67969 331.89907 curveto +377.22647 327.11786 378.14054 322.05537 378.42188 316.71157 curveto +391.5 316.71157 lineto +390.9374 322.89912 389.4374 329.0163 387 335.06313 curveto +384.5624 341.11004 381.16397 347.08659 376.80469 352.99282 curveto +396.42188 373.03188 lineto +378.70312 373.03188 lineto +368.64844 362.69594 lineto +363.77336 366.86782 358.66399 369.98501 353.32031 372.0475 curveto +347.9765 374.06313 342.23432 375.07094 336.09375 375.07094 curveto +324.79684 375.07094 315.56247 371.86001 308.39062 365.43813 curveto +301.21874 358.96939 297.6328 350.69596 297.63281 340.61782 curveto +297.6328 334.61786 299.20311 328.99286 302.34375 323.74282 curveto +305.48436 318.446 310.19529 313.47725 316.47656 308.83657 curveto +314.22654 305.88351 312.5156 302.95382 311.34375 300.0475 curveto +310.17185 297.09446 309.58592 294.21165 309.58594 291.39907 curveto +309.58592 283.80541 312.18748 277.71166 317.39062 273.11782 curveto +322.59372 268.4773 329.50777 266.15699 338.13281 266.15688 curveto +342.02338 266.15699 345.89057 266.57886 349.73438 267.4225 curveto +353.62493 268.26636 357.56243 269.53198 361.54688 271.21938 curveto +361.54688 284.01625 lineto +357.46868 281.81322 353.57806 280.14916 349.875 279.02407 curveto +346.17182 277.85229 342.72651 277.26635 339.53906 277.26625 curveto +334.61714 277.26635 330.60933 278.57885 327.51562 281.20375 curveto +324.46871 283.78197 322.94528 287.13353 322.94531 291.25844 curveto +322.94528 293.64915 323.62496 296.06321 324.98438 298.50063 curveto +326.39059 300.89133 329.22652 304.28976 333.49219 308.69594 curveto +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 118.20211 105.81412] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 300.93362 moveto +458.64285 301.76162 457.97085 302.43362 457.14285 302.43362 curveto +456.31485 302.43362 455.64285 301.76162 455.64285 300.93362 curveto +455.64285 300.10562 456.31485 299.43362 457.14285 299.43362 curveto +457.97085 299.43362 458.64285 300.10562 458.64285 300.93362 curveto +closepath +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 118.20211 105.81412] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 306.64789 moveto +458.64285 307.47589 457.97085 308.14789 457.14285 308.14789 curveto +456.31485 308.14789 455.64285 307.47589 455.64285 306.64789 curveto +455.64285 305.81989 456.31485 305.14789 457.14285 305.14789 curveto +457.97085 305.14789 458.64285 305.81989 458.64285 306.64789 curveto +closepath +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 86.296817 -28.117967] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [0.4505057 0 0 0.4505057 86.411077 9.1603701] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +0 0 0 setrgbcolor +[] 0 setdash +0.99111259 setlinewidth +2 setlinejoin +0 setlinecap +newpath +409.07416 308.44159 moveto +514.62121 308.44159 lineto +514.62121 413.98864 lineto +409.07416 413.98864 lineto +409.07416 308.44159 lineto +closepath +stroke +gsave [0.4895938 0 0 0.4895938 290.60605 206.22912] concat +gsave +0 0 0 setrgbcolor +newpath +310.24219 294.28188 moveto +323.95312 294.28188 lineto +348.5625 360.37563 lineto +373.17188 294.28188 lineto +386.88281 294.28188 lineto +357.35156 373.03188 lineto +339.77344 373.03188 lineto +310.24219 294.28188 lineto +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 308.67575 223.06848] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 300.93362 moveto +458.64285 301.76162 457.97085 302.43362 457.14285 302.43362 curveto +456.31485 302.43362 455.64285 301.76162 455.64285 300.93362 curveto +455.64285 300.10562 456.31485 299.43362 457.14285 299.43362 curveto +457.97085 299.43362 458.64285 300.10562 458.64285 300.93362 curveto +closepath +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 308.67575 223.06848] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 306.64789 moveto +458.64285 307.47589 457.97085 308.14789 457.14285 308.14789 curveto +456.31485 308.14789 455.64285 307.47589 455.64285 306.64789 curveto +455.64285 305.81989 456.31485 305.14789 457.14285 305.14789 curveto +457.97085 305.14789 458.64285 305.81989 458.64285 306.64789 curveto +closepath +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 276.77046 89.136393] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [0.4505057 0 0 0.4505057 276.88472 126.41473] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [0.4505057 0 0 0.4505057 459.75003 107.38639] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [1 0 0 1 14.580317 0.7673851] concat +0 0 0 setrgbcolor +[] 0 setdash +0.99111259 setlinewidth +2 setlinejoin +0 setlinecap +newpath +577.80573 326.69159 moveto +683.35278 326.69159 lineto +683.35278 432.23864 lineto +577.80573 432.23864 lineto +577.80573 326.69159 lineto +closepath +stroke +gsave [0.4895938 0 0 0.4895938 459.33761 224.47912] concat +gsave +0 0 0 setrgbcolor +newpath +310.24219 294.28188 moveto +323.95312 294.28188 lineto +348.5625 360.37563 lineto +373.17188 294.28188 lineto +386.88281 294.28188 lineto +357.35156 373.03188 lineto +339.77344 373.03188 lineto +310.24219 294.28188 lineto +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 477.40731 241.31848] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 300.93362 moveto +458.64285 301.76162 457.97085 302.43362 457.14285 302.43362 curveto +456.31485 302.43362 455.64285 301.76162 455.64285 300.93362 curveto +455.64285 300.10562 456.31485 299.43362 457.14285 299.43362 curveto +457.97085 299.43362 458.64285 300.10562 458.64285 300.93362 curveto +closepath +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 477.40731 241.31848] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 306.64789 moveto +458.64285 307.47589 457.97085 308.14789 457.14285 308.14789 curveto +456.31485 308.14789 455.64285 307.47589 455.64285 306.64789 curveto +455.64285 305.81989 456.31485 305.14789 457.14285 305.14789 curveto +457.97085 305.14789 458.64285 305.81989 458.64285 306.64789 curveto +closepath +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 593.92328 125.73192] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +grestore +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +367.64904 378.81118 moveto +325.16317 378.81118 325.16317 378.81118 325.16317 378.81118 curveto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.0126891 setlinewidth +0 setlinejoin +0 setlinecap +newpath +324.09119 242.88053 moveto +366.91751 242.88053 lineto +366.91751 341.84184 lineto +stroke +gsave [0.4505057 0 0 0.4505057 118.19857 378.36421] concat +0 0 0 setrgbcolor +[] 0 setdash +2.2 setlinewidth +2 setlinejoin +0 setlinecap +newpath +222.85715 189.50504 moveto +457.14287 189.50504 lineto +457.14287 423.79076 lineto +222.85715 423.79076 lineto +222.85715 189.50504 lineto +closepath +stroke +gsave [1.086765 0 0 1.086765 -40.109812 -37.378803] concat +gsave +0 0 0 setrgbcolor +newpath +323.57812 316.57094 moveto +319.31247 320.36787 316.17185 324.16474 314.15625 327.96157 curveto +312.18748 331.71161 311.2031 335.6491 311.20312 339.77407 curveto +311.2031 346.61784 313.68747 352.31315 318.65625 356.86 curveto +323.62496 361.40689 329.85933 363.68033 337.35938 363.68032 curveto +341.81245 363.68033 345.98432 362.95376 349.875 361.50063 curveto +353.76556 360.00064 357.42181 357.75064 360.84375 354.75063 curveto +323.57812 316.57094 lineto +333.49219 308.69594 moveto +369.21094 345.25844 lineto +371.97648 341.0866 374.13273 336.63348 375.67969 331.89907 curveto +377.22647 327.11786 378.14054 322.05537 378.42188 316.71157 curveto +391.5 316.71157 lineto +390.9374 322.89912 389.4374 329.0163 387 335.06313 curveto +384.5624 341.11004 381.16397 347.08659 376.80469 352.99282 curveto +396.42188 373.03188 lineto +378.70312 373.03188 lineto +368.64844 362.69594 lineto +363.77336 366.86782 358.66399 369.98501 353.32031 372.0475 curveto +347.9765 374.06313 342.23432 375.07094 336.09375 375.07094 curveto +324.79684 375.07094 315.56247 371.86001 308.39062 365.43813 curveto +301.21874 358.96939 297.6328 350.69596 297.63281 340.61782 curveto +297.6328 334.61786 299.20311 328.99286 302.34375 323.74282 curveto +305.48436 318.446 310.19529 313.47725 316.47656 308.83657 curveto +314.22654 305.88351 312.5156 302.95382 311.34375 300.0475 curveto +310.17185 297.09446 309.58592 294.21165 309.58594 291.39907 curveto +309.58592 283.80541 312.18748 277.71166 317.39062 273.11782 curveto +322.59372 268.4773 329.50777 266.15699 338.13281 266.15688 curveto +342.02338 266.15699 345.89057 266.57886 349.73438 267.4225 curveto +353.62493 268.26636 357.56243 269.53198 361.54688 271.21938 curveto +361.54688 284.01625 lineto +357.46868 281.81322 353.57806 280.14916 349.875 279.02407 curveto +346.17182 277.85229 342.72651 277.26635 339.53906 277.26625 curveto +334.61714 277.26635 330.60933 278.57885 327.51562 281.20375 curveto +324.46871 283.78197 322.94528 287.13353 322.94531 291.25844 curveto +322.94528 293.64915 323.62496 296.06321 324.98438 298.50063 curveto +326.39059 300.89133 329.22652 304.28976 333.49219 308.69594 curveto +fill +grestore +grestore +gsave +0 0 0 setrgbcolor +newpath +458.64285 300.93362 moveto +458.64285 301.76162 457.97085 302.43362 457.14285 302.43362 curveto +456.31485 302.43362 455.64285 301.76162 455.64285 300.93362 curveto +455.64285 300.10562 456.31485 299.43362 457.14285 299.43362 curveto +457.97085 299.43362 458.64285 300.10562 458.64285 300.93362 curveto +closepath +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +458.64285 306.64789 moveto +458.64285 307.47589 457.97085 308.14789 457.14285 308.14789 curveto +456.31485 308.14789 455.64285 307.47589 455.64285 306.64789 curveto +455.64285 305.81989 456.31485 305.14789 457.14285 305.14789 curveto +457.97085 305.14789 458.64285 305.81989 458.64285 306.64789 curveto +closepath +fill +grestore +gsave [1 0 0 1 -70.821052 -297.29277] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [1 0 0 1 -70.567428 -214.54501] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +grestore +0 0 0 setrgbcolor +[] 0 setdash +0.99111259 setlinewidth +2 setlinejoin +0 setlinecap +newpath +218.59697 463.7373 moveto +324.14402 463.7373 lineto +324.14402 569.28436 lineto +218.59697 569.28436 lineto +218.59697 463.7373 lineto +closepath +stroke +gsave [0.4895938 0 0 0.4895938 100.12887 361.52485] concat +gsave +0 0 0 setrgbcolor +newpath +323.57812 316.57094 moveto +319.31247 320.36787 316.17185 324.16474 314.15625 327.96157 curveto +312.18748 331.71161 311.2031 335.6491 311.20312 339.77407 curveto +311.2031 346.61784 313.68747 352.31315 318.65625 356.86 curveto +323.62496 361.40689 329.85933 363.68033 337.35938 363.68032 curveto +341.81245 363.68033 345.98432 362.95376 349.875 361.50063 curveto +353.76556 360.00064 357.42181 357.75064 360.84375 354.75063 curveto +323.57812 316.57094 lineto +333.49219 308.69594 moveto +369.21094 345.25844 lineto +371.97648 341.0866 374.13273 336.63348 375.67969 331.89907 curveto +377.22647 327.11786 378.14054 322.05537 378.42188 316.71157 curveto +391.5 316.71157 lineto +390.9374 322.89912 389.4374 329.0163 387 335.06313 curveto +384.5624 341.11004 381.16397 347.08659 376.80469 352.99282 curveto +396.42188 373.03188 lineto +378.70312 373.03188 lineto +368.64844 362.69594 lineto +363.77336 366.86782 358.66399 369.98501 353.32031 372.0475 curveto +347.9765 374.06313 342.23432 375.07094 336.09375 375.07094 curveto +324.79684 375.07094 315.56247 371.86001 308.39062 365.43813 curveto +301.21874 358.96939 297.6328 350.69596 297.63281 340.61782 curveto +297.6328 334.61786 299.20311 328.99286 302.34375 323.74282 curveto +305.48436 318.446 310.19529 313.47725 316.47656 308.83657 curveto +314.22654 305.88351 312.5156 302.95382 311.34375 300.0475 curveto +310.17185 297.09446 309.58592 294.21165 309.58594 291.39907 curveto +309.58592 283.80541 312.18748 277.71166 317.39062 273.11782 curveto +322.59372 268.4773 329.50777 266.15699 338.13281 266.15688 curveto +342.02338 266.15699 345.89057 266.57886 349.73438 267.4225 curveto +353.62493 268.26636 357.56243 269.53198 361.54688 271.21938 curveto +361.54688 284.01625 lineto +357.46868 281.81322 353.57806 280.14916 349.875 279.02407 curveto +346.17182 277.85229 342.72651 277.26635 339.53906 277.26625 curveto +334.61714 277.26635 330.60933 278.57885 327.51562 281.20375 curveto +324.46871 283.78197 322.94528 287.13353 322.94531 291.25844 curveto +322.94528 293.64915 323.62496 296.06321 324.98438 298.50063 curveto +326.39059 300.89133 329.22652 304.28976 333.49219 308.69594 curveto +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 118.19857 378.36421] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 300.93362 moveto +458.64285 301.76162 457.97085 302.43362 457.14285 302.43362 curveto +456.31485 302.43362 455.64285 301.76162 455.64285 300.93362 curveto +455.64285 300.10562 456.31485 299.43362 457.14285 299.43362 curveto +457.97085 299.43362 458.64285 300.10562 458.64285 300.93362 curveto +closepath +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 118.19857 378.36421] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 306.64789 moveto +458.64285 307.47589 457.97085 308.14789 457.14285 308.14789 curveto +456.31485 308.14789 455.64285 307.47589 455.64285 306.64789 curveto +455.64285 305.81989 456.31485 305.14789 457.14285 305.14789 curveto +457.97085 305.14789 458.64285 305.81989 458.64285 306.64789 curveto +closepath +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 86.293277 244.43212] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [0.4505057 0 0 0.4505057 86.407537 281.71046] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +0 0 0 setrgbcolor +[] 0 setdash +0.99111259 setlinewidth +2 setlinejoin +0 setlinecap +newpath +218.59697 463.7373 moveto +324.14402 463.7373 lineto +324.14402 569.28436 lineto +218.59697 569.28436 lineto +218.59697 463.7373 lineto +closepath +stroke +gsave [0.4895938 0 0 0.4895938 100.12887 361.52485] concat +gsave +0 0 0 setrgbcolor +newpath +323.57812 316.57094 moveto +319.31247 320.36787 316.17185 324.16474 314.15625 327.96157 curveto +312.18748 331.71161 311.2031 335.6491 311.20312 339.77407 curveto +311.2031 346.61784 313.68747 352.31315 318.65625 356.86 curveto +323.62496 361.40689 329.85933 363.68033 337.35938 363.68032 curveto +341.81245 363.68033 345.98432 362.95376 349.875 361.50063 curveto +353.76556 360.00064 357.42181 357.75064 360.84375 354.75063 curveto +323.57812 316.57094 lineto +333.49219 308.69594 moveto +369.21094 345.25844 lineto +371.97648 341.0866 374.13273 336.63348 375.67969 331.89907 curveto +377.22647 327.11786 378.14054 322.05537 378.42188 316.71157 curveto +391.5 316.71157 lineto +390.9374 322.89912 389.4374 329.0163 387 335.06313 curveto +384.5624 341.11004 381.16397 347.08659 376.80469 352.99282 curveto +396.42188 373.03188 lineto +378.70312 373.03188 lineto +368.64844 362.69594 lineto +363.77336 366.86782 358.66399 369.98501 353.32031 372.0475 curveto +347.9765 374.06313 342.23432 375.07094 336.09375 375.07094 curveto +324.79684 375.07094 315.56247 371.86001 308.39062 365.43813 curveto +301.21874 358.96939 297.6328 350.69596 297.63281 340.61782 curveto +297.6328 334.61786 299.20311 328.99286 302.34375 323.74282 curveto +305.48436 318.446 310.19529 313.47725 316.47656 308.83657 curveto +314.22654 305.88351 312.5156 302.95382 311.34375 300.0475 curveto +310.17185 297.09446 309.58592 294.21165 309.58594 291.39907 curveto +309.58592 283.80541 312.18748 277.71166 317.39062 273.11782 curveto +322.59372 268.4773 329.50777 266.15699 338.13281 266.15688 curveto +342.02338 266.15699 345.89057 266.57886 349.73438 267.4225 curveto +353.62493 268.26636 357.56243 269.53198 361.54688 271.21938 curveto +361.54688 284.01625 lineto +357.46868 281.81322 353.57806 280.14916 349.875 279.02407 curveto +346.17182 277.85229 342.72651 277.26635 339.53906 277.26625 curveto +334.61714 277.26635 330.60933 278.57885 327.51562 281.20375 curveto +324.46871 283.78197 322.94528 287.13353 322.94531 291.25844 curveto +322.94528 293.64915 323.62496 296.06321 324.98438 298.50063 curveto +326.39059 300.89133 329.22652 304.28976 333.49219 308.69594 curveto +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 118.19857 378.36421] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 300.93362 moveto +458.64285 301.76162 457.97085 302.43362 457.14285 302.43362 curveto +456.31485 302.43362 455.64285 301.76162 455.64285 300.93362 curveto +455.64285 300.10562 456.31485 299.43362 457.14285 299.43362 curveto +457.97085 299.43362 458.64285 300.10562 458.64285 300.93362 curveto +closepath +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 118.19857 378.36421] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 306.64789 moveto +458.64285 307.47589 457.97085 308.14789 457.14285 308.14789 curveto +456.31485 308.14789 455.64285 307.47589 455.64285 306.64789 curveto +455.64285 305.81989 456.31485 305.14789 457.14285 305.14789 curveto +457.97085 305.14789 458.64285 305.81989 458.64285 306.64789 curveto +closepath +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 86.293277 244.43212] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [0.4505057 0 0 0.4505057 86.407537 281.71046] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +0 0 0 setrgbcolor +[] 0 setdash +1.0022064 setlinewidth +0 setlinejoin +0 setlinecap +newpath +323.46908 515.2754 moveto +535.45403 515.2754 535.45403 515.2754 535.45403 515.2754 curveto +535.45403 516.1221 lineto +535.45403 395.8973 lineto +stroke +gsave [0.4505057 0 0 0.4505057 459.78103 141.5485] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +550.16079 359.79047 moveto +514.59671 359.79047 514.59671 359.79047 514.59671 359.79047 curveto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +550.06039 393.86796 moveto +535.4405 393.86796 535.47572 393.86796 535.47572 393.86796 curveto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +535.47572 396.08018 moveto +535.51095 393.47326 535.54618 393.36758 535.54618 393.36758 curveto +stroke +gsave [1 0 0 1 -85.15967 84.33874] concat +0 0 0 setrgbcolor +[] 0 setdash +2.2 setlinewidth +2 setlinejoin +0 setlinecap +newpath +110.9416 222.18697 moveto +110.9416 225.51974 108.23674 228.2246 104.90396 228.2246 curveto +101.57118 228.2246 98.866323 225.51974 98.866323 222.18697 curveto +98.866323 218.85419 101.57118 216.14933 104.90396 216.14933 curveto +108.23674 216.14933 110.9416 218.85419 110.9416 222.18697 curveto +closepath +stroke +grestore +gsave [1 0 0 1 -85.159672 157.46982] concat +0 0 0 setrgbcolor +[] 0 setdash +2.2 setlinewidth +2 setlinejoin +0 setlinecap +newpath +110.9416 222.18697 moveto +110.9416 225.51974 108.23674 228.2246 104.90396 228.2246 curveto +101.57118 228.2246 98.866323 225.51974 98.866323 222.18697 curveto +98.866323 218.85419 101.57118 216.14933 104.90396 216.14933 curveto +108.23674 216.14933 110.9416 218.85419 110.9416 222.18697 curveto +closepath +stroke +grestore +0 0 0 setrgbcolor +[] 0 setdash +1.0032382 setlinewidth +0 setlinejoin +0 setlinecap +newpath +179.43833 224.3111 moveto +20.184077 224.3111 lineto +20.184077 299.45211 20.184077 300.21886 20.184077 300.21886 curveto +stroke +0 0 0 setrgbcolor +[] 0 setdash +0.99999964 setlinewidth +0 setlinejoin +0 setlinecap +newpath +90.297987 261.14426 moveto +90.297987 298.64551 90.297987 533.44725 90.297987 533.44725 curveto +90.758507 533.13495 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +147.95883 223.77763 moveto +147.95883 359.38651 147.95883 360.36918 147.95883 360.36918 curveto +stroke +0 0 0 setrgbcolor +[] 0 setdash +0.87644422 setlinewidth +0 setlinejoin +0 setlinecap +newpath +177.82906 360.42696 moveto +147.28755 360.42696 147.50726 360.42696 147.50726 360.42696 curveto +stroke +0 0 0 setrgbcolor +[] 0 setdash +0.99999976 setlinewidth +0 setlinejoin +0 setlinecap +newpath +148.44497 397.17854 moveto +148.44497 495.72123 148.44497 497.27552 148.44497 497.27552 curveto +stroke +gsave +0 0 0 setrgbcolor +newpath +148.44497 496.83484 moveto +176.98495 496.83484 lineto +eofill +grestore +0 0 0 setrgbcolor +[] 0 setdash +0.84267974 setlinewidth +0 setlinejoin +0 setlinecap +newpath +148.44497 496.83484 moveto +176.98495 496.83484 lineto +stroke +gsave [0.7242368 0 0 0.700599 -37.725139 162.91438] concat +0 0 0 setrgbcolor +[] 0 setdash +2.2 setlinewidth +2 setlinejoin +0 setlinecap +newpath +178.57913 308.62436 moveto +178.57913 309.79198 177.63149 310.73962 176.46387 310.73962 curveto +175.29624 310.73962 174.34861 309.79198 174.34861 308.62436 curveto +174.34861 307.45674 175.29624 306.5091 176.46387 306.5091 curveto +177.63149 306.5091 178.57913 307.45674 178.57913 308.62436 curveto +closepath +stroke +grestore +gsave [0.7242368 0 0 0.700599 20.111857 8.2407652] concat +0 0 0 setrgbcolor +[] 0 setdash +2.2 setlinewidth +2 setlinejoin +0 setlinecap +newpath +178.57913 308.62436 moveto +178.57913 309.79198 177.63149 310.73962 176.46387 310.73962 curveto +175.29624 310.73962 174.34861 309.79198 174.34861 308.62436 curveto +174.34861 307.45674 175.29624 306.5091 176.46387 306.5091 curveto +177.63149 306.5091 178.57913 307.45674 178.57913 308.62436 curveto +closepath +stroke +grestore +0 0 0 setrgbcolor +[] 0 setdash +2.2 setlinewidth +2 setlinejoin +0 setlinecap +newpath +147.31928 225.18014 moveto +147.45674 225.03397 147.38288 225.10595 147.54197 224.96535 curveto +147.65871 224.91788 lineto +147.49944 225.05685 147.5733 224.98565 147.43597 225.13029 curveto +147.31928 225.18014 lineto +closepath +stroke +gsave [0.6931366 0 0 0.6694988 26.11121 242.4804] concat +0 0 0 setrgbcolor +[] 0 setdash +2.2 setlinewidth +2 setlinejoin +0 setlinecap +newpath +178.57913 308.62436 moveto +178.57913 309.79198 177.63149 310.73962 176.46387 310.73962 curveto +175.29624 310.73962 174.34861 309.79198 174.34861 308.62436 curveto +174.34861 307.45674 175.29624 306.5091 176.46387 306.5091 curveto +177.63149 306.5091 178.57913 307.45674 178.57913 308.62436 curveto +closepath +stroke +grestore +0 0 0 setrgbcolor +[] 0 setdash +2.2 setlinewidth +2 setlinejoin +0 setlinecap +newpath +148.74684 449.27736 moveto +148.60005 449.21569 148.46231 449.13718 148.31783 449.07051 curveto +148.42305 449.00084 lineto +148.56739 449.06812 148.70567 449.14638 148.85279 449.20764 curveto +148.74684 449.27736 lineto +closepath +stroke +0 0 0 setrgbcolor +[] 0 setdash +0.99999994 setlinewidth +0 setlinejoin +0 setlinecap +newpath +177.38075 534.02034 moveto +90.509955 534.02034 lineto +90.509955 534.12262 lineto +stroke +gsave [1 0 0 1 -84.951948 229.01051] concat +0 0 0 setrgbcolor +[] 0 setdash +2.2 setlinewidth +2 setlinejoin +0 setlinecap +newpath +110.9416 222.18697 moveto +110.9416 225.51974 108.23674 228.2246 104.90396 228.2246 curveto +101.57118 228.2246 98.866323 225.51974 98.866323 222.18697 curveto +98.866323 218.85419 101.57118 216.14933 104.90396 216.14933 curveto +108.23674 216.14933 110.9416 218.85419 110.9416 222.18697 curveto +closepath +stroke +grestore +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +26.024094 379.19708 moveto +90.251044 379.19708 90.251044 379.19708 90.251044 379.19708 curveto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +26.858479 449.19748 moveto +148.10533 449.19748 148.10533 449.19748 148.10533 449.19748 curveto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +177.53829 397.67218 moveto +148.70135 397.67218 148.70135 397.67218 148.70135 397.67218 curveto +stroke +0 0 0 setrgbcolor +[] 0 setdash +0.99999994 setlinewidth +0 setlinejoin +0 setlinecap +newpath +177.04367 261.49918 moveto +90.481072 261.49918 90.481072 261.49918 90.481072 261.49918 curveto +90.481072 261.49918 lineto +90.481072 261.28718 lineto +90.481072 261.49918 lineto +stroke +grestore +showpage +%%EOF diff --git a/4-hradla/hradlova_sit.svg b/4-hradla/hradlova_sit.svg new file mode 100644 index 0000000..69843a9 --- /dev/null +++ b/4-hradla/hradlova_sit.svg @@ -0,0 +1,693 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + &7ý& + + & + + + + + + + + + + + + + & + + + + + + + + + + + + + v + + + + + + + + + + + + + + + + + + v + + + + + + + + + + + + + & + + + + + + + + + + + + & + + + + + + + + + + + & + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/4-hradla/vypocet_site.eps b/4-hradla/vypocet_site.eps new file mode 100644 index 0000000..c3dcbc3 --- /dev/null +++ b/4-hradla/vypocet_site.eps @@ -0,0 +1,1775 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Creator: inkscape 0.46 +%%Pages: 1 +%%Orientation: Portrait +%%BoundingBox: 10 352 593 712 +%%HiResBoundingBox: 10.085321 352.10771 592.01527 711.06402 +%%EndComments +%%Page: 1 1 +0 842 translate +0.8 -0.8 scale +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +gsave [1 0 0 1 0 0] concat +0 0 0 setrgbcolor +[] 0 setdash +0.99111259 setlinewidth +2 setlinejoin +0 setlinecap +newpath +219.1888 327.36929 moveto +324.73585 327.36929 lineto +324.73585 432.91634 lineto +219.1888 432.91634 lineto +219.1888 327.36929 lineto +closepath +stroke +gsave [0.4895938 0 0 0.4895938 100.72068 225.15684] concat +gsave +0 0 0 setrgbcolor +newpath +323.57812 316.57094 moveto +319.31247 320.36787 316.17185 324.16474 314.15625 327.96157 curveto +312.18748 331.71161 311.2031 335.6491 311.20312 339.77407 curveto +311.2031 346.61784 313.68747 352.31315 318.65625 356.86 curveto +323.62496 361.40689 329.85933 363.68033 337.35938 363.68032 curveto +341.81245 363.68033 345.98432 362.95376 349.875 361.50063 curveto +353.76556 360.00064 357.42181 357.75064 360.84375 354.75063 curveto +323.57812 316.57094 lineto +333.49219 308.69594 moveto +369.21094 345.25844 lineto +371.97648 341.0866 374.13273 336.63348 375.67969 331.89907 curveto +377.22647 327.11786 378.14054 322.05537 378.42188 316.71157 curveto +391.5 316.71157 lineto +390.9374 322.89912 389.4374 329.0163 387 335.06313 curveto +384.5624 341.11004 381.16397 347.08659 376.80469 352.99282 curveto +396.42188 373.03188 lineto +378.70312 373.03188 lineto +368.64844 362.69594 lineto +363.77336 366.86782 358.66399 369.98501 353.32031 372.0475 curveto +347.9765 374.06313 342.23432 375.07094 336.09375 375.07094 curveto +324.79684 375.07094 315.56247 371.86001 308.39062 365.43813 curveto +301.21874 358.96939 297.6328 350.69596 297.63281 340.61782 curveto +297.6328 334.61786 299.20311 328.99286 302.34375 323.74282 curveto +305.48436 318.446 310.19529 313.47725 316.47656 308.83657 curveto +314.22654 305.88351 312.5156 302.95382 311.34375 300.0475 curveto +310.17185 297.09446 309.58592 294.21165 309.58594 291.39907 curveto +309.58592 283.80541 312.18748 277.71166 317.39062 273.11782 curveto +322.59372 268.4773 329.50777 266.15699 338.13281 266.15688 curveto +342.02338 266.15699 345.89057 266.57886 349.73438 267.4225 curveto +353.62493 268.26636 357.56243 269.53198 361.54688 271.21938 curveto +361.54688 284.01625 lineto +357.46868 281.81322 353.57806 280.14916 349.875 279.02407 curveto +346.17182 277.85229 342.72651 277.26635 339.53906 277.26625 curveto +334.61714 277.26635 330.60933 278.57885 327.51562 281.20375 curveto +324.46871 283.78197 322.94528 287.13353 322.94531 291.25844 curveto +322.94528 293.64915 323.62496 296.06321 324.98438 298.50063 curveto +326.39059 300.89133 329.22652 304.28976 333.49219 308.69594 curveto +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 118.79038 241.9962] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 300.93362 moveto +458.64285 301.76162 457.97085 302.43362 457.14285 302.43362 curveto +456.31485 302.43362 455.64285 301.76162 455.64285 300.93362 curveto +455.64285 300.10562 456.31485 299.43362 457.14285 299.43362 curveto +457.97085 299.43362 458.64285 300.10562 458.64285 300.93362 curveto +closepath +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 118.79038 241.9962] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 306.64789 moveto +458.64285 307.47589 457.97085 308.14789 457.14285 308.14789 curveto +456.31485 308.14789 455.64285 307.47589 455.64285 306.64789 curveto +455.64285 305.81989 456.31485 305.14789 457.14285 305.14789 curveto +457.97085 305.14789 458.64285 305.81989 458.64285 306.64789 curveto +closepath +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 86.885087 108.06411] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [0.4505057 0 0 0.4505057 86.999347 145.34245] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +0 0 0 setrgbcolor +[] 0 setdash +0.99111259 setlinewidth +2 setlinejoin +0 setlinecap +newpath +218.60051 191.18723 moveto +324.14756 191.18723 lineto +324.14756 296.73428 lineto +218.60051 296.73428 lineto +218.60051 191.18723 lineto +closepath +stroke +gsave [0.4895938 0 0 0.4895938 100.13241 88.974756] concat +gsave +0 0 0 setrgbcolor +newpath +323.57812 316.57094 moveto +319.31247 320.36787 316.17185 324.16474 314.15625 327.96157 curveto +312.18748 331.71161 311.2031 335.6491 311.20312 339.77407 curveto +311.2031 346.61784 313.68747 352.31315 318.65625 356.86 curveto +323.62496 361.40689 329.85933 363.68033 337.35938 363.68032 curveto +341.81245 363.68033 345.98432 362.95376 349.875 361.50063 curveto +353.76556 360.00064 357.42181 357.75064 360.84375 354.75063 curveto +323.57812 316.57094 lineto +333.49219 308.69594 moveto +369.21094 345.25844 lineto +371.97648 341.0866 374.13273 336.63348 375.67969 331.89907 curveto +377.22647 327.11786 378.14054 322.05537 378.42188 316.71157 curveto +391.5 316.71157 lineto +390.9374 322.89912 389.4374 329.0163 387 335.06313 curveto +384.5624 341.11004 381.16397 347.08659 376.80469 352.99282 curveto +396.42188 373.03188 lineto +378.70312 373.03188 lineto +368.64844 362.69594 lineto +363.77336 366.86782 358.66399 369.98501 353.32031 372.0475 curveto +347.9765 374.06313 342.23432 375.07094 336.09375 375.07094 curveto +324.79684 375.07094 315.56247 371.86001 308.39062 365.43813 curveto +301.21874 358.96939 297.6328 350.69596 297.63281 340.61782 curveto +297.6328 334.61786 299.20311 328.99286 302.34375 323.74282 curveto +305.48436 318.446 310.19529 313.47725 316.47656 308.83657 curveto +314.22654 305.88351 312.5156 302.95382 311.34375 300.0475 curveto +310.17185 297.09446 309.58592 294.21165 309.58594 291.39907 curveto +309.58592 283.80541 312.18748 277.71166 317.39062 273.11782 curveto +322.59372 268.4773 329.50777 266.15699 338.13281 266.15688 curveto +342.02338 266.15699 345.89057 266.57886 349.73438 267.4225 curveto +353.62493 268.26636 357.56243 269.53198 361.54688 271.21938 curveto +361.54688 284.01625 lineto +357.46868 281.81322 353.57806 280.14916 349.875 279.02407 curveto +346.17182 277.85229 342.72651 277.26635 339.53906 277.26625 curveto +334.61714 277.26635 330.60933 278.57885 327.51562 281.20375 curveto +324.46871 283.78197 322.94528 287.13353 322.94531 291.25844 curveto +322.94528 293.64915 323.62496 296.06321 324.98438 298.50063 curveto +326.39059 300.89133 329.22652 304.28976 333.49219 308.69594 curveto +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 118.20211 105.81412] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 300.93362 moveto +458.64285 301.76162 457.97085 302.43362 457.14285 302.43362 curveto +456.31485 302.43362 455.64285 301.76162 455.64285 300.93362 curveto +455.64285 300.10562 456.31485 299.43362 457.14285 299.43362 curveto +457.97085 299.43362 458.64285 300.10562 458.64285 300.93362 curveto +closepath +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 118.20211 105.81412] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 306.64789 moveto +458.64285 307.47589 457.97085 308.14789 457.14285 308.14789 curveto +456.31485 308.14789 455.64285 307.47589 455.64285 306.64789 curveto +455.64285 305.81989 456.31485 305.14789 457.14285 305.14789 curveto +457.97085 305.14789 458.64285 305.81989 458.64285 306.64789 curveto +closepath +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 86.296817 -28.117967] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [0.4505057 0 0 0.4505057 86.411077 9.1603701] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +0 0 0 setrgbcolor +[] 0 setdash +0.99111259 setlinewidth +2 setlinejoin +0 setlinecap +newpath +409.07416 308.44159 moveto +514.62121 308.44159 lineto +514.62121 413.98864 lineto +409.07416 413.98864 lineto +409.07416 308.44159 lineto +closepath +stroke +gsave [0.4895938 0 0 0.4895938 290.60605 206.22912] concat +gsave +0 0 0 setrgbcolor +newpath +310.24219 294.28188 moveto +323.95312 294.28188 lineto +348.5625 360.37563 lineto +373.17188 294.28188 lineto +386.88281 294.28188 lineto +357.35156 373.03188 lineto +339.77344 373.03188 lineto +310.24219 294.28188 lineto +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 308.67575 223.06848] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 300.93362 moveto +458.64285 301.76162 457.97085 302.43362 457.14285 302.43362 curveto +456.31485 302.43362 455.64285 301.76162 455.64285 300.93362 curveto +455.64285 300.10562 456.31485 299.43362 457.14285 299.43362 curveto +457.97085 299.43362 458.64285 300.10562 458.64285 300.93362 curveto +closepath +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 308.67575 223.06848] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 306.64789 moveto +458.64285 307.47589 457.97085 308.14789 457.14285 308.14789 curveto +456.31485 308.14789 455.64285 307.47589 455.64285 306.64789 curveto +455.64285 305.81989 456.31485 305.14789 457.14285 305.14789 curveto +457.97085 305.14789 458.64285 305.81989 458.64285 306.64789 curveto +closepath +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 276.77046 89.136393] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [0.4505057 0 0 0.4505057 276.88472 126.41473] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [0.4505057 0 0 0.4505057 459.75003 107.38639] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [1 0 0 1 14.580317 0.7673851] concat +0 0 0 setrgbcolor +[] 0 setdash +0.99111259 setlinewidth +2 setlinejoin +0 setlinecap +newpath +577.80573 326.69159 moveto +683.35278 326.69159 lineto +683.35278 432.23864 lineto +577.80573 432.23864 lineto +577.80573 326.69159 lineto +closepath +stroke +gsave [0.4895938 0 0 0.4895938 459.33761 224.47912] concat +gsave +0 0 0 setrgbcolor +newpath +310.24219 294.28188 moveto +323.95312 294.28188 lineto +348.5625 360.37563 lineto +373.17188 294.28188 lineto +386.88281 294.28188 lineto +357.35156 373.03188 lineto +339.77344 373.03188 lineto +310.24219 294.28188 lineto +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 477.40731 241.31848] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 300.93362 moveto +458.64285 301.76162 457.97085 302.43362 457.14285 302.43362 curveto +456.31485 302.43362 455.64285 301.76162 455.64285 300.93362 curveto +455.64285 300.10562 456.31485 299.43362 457.14285 299.43362 curveto +457.97085 299.43362 458.64285 300.10562 458.64285 300.93362 curveto +closepath +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 477.40731 241.31848] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 306.64789 moveto +458.64285 307.47589 457.97085 308.14789 457.14285 308.14789 curveto +456.31485 308.14789 455.64285 307.47589 455.64285 306.64789 curveto +455.64285 305.81989 456.31485 305.14789 457.14285 305.14789 curveto +457.97085 305.14789 458.64285 305.81989 458.64285 306.64789 curveto +closepath +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 593.92328 125.73192] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +grestore +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +367.64904 378.81118 moveto +325.16317 378.81118 325.16317 378.81118 325.16317 378.81118 curveto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1.0126891 setlinewidth +0 setlinejoin +0 setlinecap +newpath +324.09119 242.88053 moveto +366.91751 242.88053 lineto +366.91751 341.84184 lineto +stroke +gsave [0.4505057 0 0 0.4505057 118.19857 378.36421] concat +0 0 0 setrgbcolor +[] 0 setdash +2.2 setlinewidth +2 setlinejoin +0 setlinecap +newpath +222.85715 189.50504 moveto +457.14287 189.50504 lineto +457.14287 423.79076 lineto +222.85715 423.79076 lineto +222.85715 189.50504 lineto +closepath +stroke +gsave [1.086765 0 0 1.086765 -40.109812 -37.378803] concat +gsave +0 0 0 setrgbcolor +newpath +323.57812 316.57094 moveto +319.31247 320.36787 316.17185 324.16474 314.15625 327.96157 curveto +312.18748 331.71161 311.2031 335.6491 311.20312 339.77407 curveto +311.2031 346.61784 313.68747 352.31315 318.65625 356.86 curveto +323.62496 361.40689 329.85933 363.68033 337.35938 363.68032 curveto +341.81245 363.68033 345.98432 362.95376 349.875 361.50063 curveto +353.76556 360.00064 357.42181 357.75064 360.84375 354.75063 curveto +323.57812 316.57094 lineto +333.49219 308.69594 moveto +369.21094 345.25844 lineto +371.97648 341.0866 374.13273 336.63348 375.67969 331.89907 curveto +377.22647 327.11786 378.14054 322.05537 378.42188 316.71157 curveto +391.5 316.71157 lineto +390.9374 322.89912 389.4374 329.0163 387 335.06313 curveto +384.5624 341.11004 381.16397 347.08659 376.80469 352.99282 curveto +396.42188 373.03188 lineto +378.70312 373.03188 lineto +368.64844 362.69594 lineto +363.77336 366.86782 358.66399 369.98501 353.32031 372.0475 curveto +347.9765 374.06313 342.23432 375.07094 336.09375 375.07094 curveto +324.79684 375.07094 315.56247 371.86001 308.39062 365.43813 curveto +301.21874 358.96939 297.6328 350.69596 297.63281 340.61782 curveto +297.6328 334.61786 299.20311 328.99286 302.34375 323.74282 curveto +305.48436 318.446 310.19529 313.47725 316.47656 308.83657 curveto +314.22654 305.88351 312.5156 302.95382 311.34375 300.0475 curveto +310.17185 297.09446 309.58592 294.21165 309.58594 291.39907 curveto +309.58592 283.80541 312.18748 277.71166 317.39062 273.11782 curveto +322.59372 268.4773 329.50777 266.15699 338.13281 266.15688 curveto +342.02338 266.15699 345.89057 266.57886 349.73438 267.4225 curveto +353.62493 268.26636 357.56243 269.53198 361.54688 271.21938 curveto +361.54688 284.01625 lineto +357.46868 281.81322 353.57806 280.14916 349.875 279.02407 curveto +346.17182 277.85229 342.72651 277.26635 339.53906 277.26625 curveto +334.61714 277.26635 330.60933 278.57885 327.51562 281.20375 curveto +324.46871 283.78197 322.94528 287.13353 322.94531 291.25844 curveto +322.94528 293.64915 323.62496 296.06321 324.98438 298.50063 curveto +326.39059 300.89133 329.22652 304.28976 333.49219 308.69594 curveto +fill +grestore +grestore +gsave +0 0 0 setrgbcolor +newpath +458.64285 300.93362 moveto +458.64285 301.76162 457.97085 302.43362 457.14285 302.43362 curveto +456.31485 302.43362 455.64285 301.76162 455.64285 300.93362 curveto +455.64285 300.10562 456.31485 299.43362 457.14285 299.43362 curveto +457.97085 299.43362 458.64285 300.10562 458.64285 300.93362 curveto +closepath +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +458.64285 306.64789 moveto +458.64285 307.47589 457.97085 308.14789 457.14285 308.14789 curveto +456.31485 308.14789 455.64285 307.47589 455.64285 306.64789 curveto +455.64285 305.81989 456.31485 305.14789 457.14285 305.14789 curveto +457.97085 305.14789 458.64285 305.81989 458.64285 306.64789 curveto +closepath +fill +grestore +gsave [1 0 0 1 -70.821052 -297.29277] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [1 0 0 1 -70.567428 -214.54501] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +grestore +0 0 0 setrgbcolor +[] 0 setdash +0.99111259 setlinewidth +2 setlinejoin +0 setlinecap +newpath +218.59697 463.7373 moveto +324.14402 463.7373 lineto +324.14402 569.28436 lineto +218.59697 569.28436 lineto +218.59697 463.7373 lineto +closepath +stroke +gsave [0.4895938 0 0 0.4895938 100.12887 361.52485] concat +gsave +0 0 0 setrgbcolor +newpath +323.57812 316.57094 moveto +319.31247 320.36787 316.17185 324.16474 314.15625 327.96157 curveto +312.18748 331.71161 311.2031 335.6491 311.20312 339.77407 curveto +311.2031 346.61784 313.68747 352.31315 318.65625 356.86 curveto +323.62496 361.40689 329.85933 363.68033 337.35938 363.68032 curveto +341.81245 363.68033 345.98432 362.95376 349.875 361.50063 curveto +353.76556 360.00064 357.42181 357.75064 360.84375 354.75063 curveto +323.57812 316.57094 lineto +333.49219 308.69594 moveto +369.21094 345.25844 lineto +371.97648 341.0866 374.13273 336.63348 375.67969 331.89907 curveto +377.22647 327.11786 378.14054 322.05537 378.42188 316.71157 curveto +391.5 316.71157 lineto +390.9374 322.89912 389.4374 329.0163 387 335.06313 curveto +384.5624 341.11004 381.16397 347.08659 376.80469 352.99282 curveto +396.42188 373.03188 lineto +378.70312 373.03188 lineto +368.64844 362.69594 lineto +363.77336 366.86782 358.66399 369.98501 353.32031 372.0475 curveto +347.9765 374.06313 342.23432 375.07094 336.09375 375.07094 curveto +324.79684 375.07094 315.56247 371.86001 308.39062 365.43813 curveto +301.21874 358.96939 297.6328 350.69596 297.63281 340.61782 curveto +297.6328 334.61786 299.20311 328.99286 302.34375 323.74282 curveto +305.48436 318.446 310.19529 313.47725 316.47656 308.83657 curveto +314.22654 305.88351 312.5156 302.95382 311.34375 300.0475 curveto +310.17185 297.09446 309.58592 294.21165 309.58594 291.39907 curveto +309.58592 283.80541 312.18748 277.71166 317.39062 273.11782 curveto +322.59372 268.4773 329.50777 266.15699 338.13281 266.15688 curveto +342.02338 266.15699 345.89057 266.57886 349.73438 267.4225 curveto +353.62493 268.26636 357.56243 269.53198 361.54688 271.21938 curveto +361.54688 284.01625 lineto +357.46868 281.81322 353.57806 280.14916 349.875 279.02407 curveto +346.17182 277.85229 342.72651 277.26635 339.53906 277.26625 curveto +334.61714 277.26635 330.60933 278.57885 327.51562 281.20375 curveto +324.46871 283.78197 322.94528 287.13353 322.94531 291.25844 curveto +322.94528 293.64915 323.62496 296.06321 324.98438 298.50063 curveto +326.39059 300.89133 329.22652 304.28976 333.49219 308.69594 curveto +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 118.19857 378.36421] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 300.93362 moveto +458.64285 301.76162 457.97085 302.43362 457.14285 302.43362 curveto +456.31485 302.43362 455.64285 301.76162 455.64285 300.93362 curveto +455.64285 300.10562 456.31485 299.43362 457.14285 299.43362 curveto +457.97085 299.43362 458.64285 300.10562 458.64285 300.93362 curveto +closepath +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 118.19857 378.36421] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 306.64789 moveto +458.64285 307.47589 457.97085 308.14789 457.14285 308.14789 curveto +456.31485 308.14789 455.64285 307.47589 455.64285 306.64789 curveto +455.64285 305.81989 456.31485 305.14789 457.14285 305.14789 curveto +457.97085 305.14789 458.64285 305.81989 458.64285 306.64789 curveto +closepath +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 86.293277 244.43212] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [0.4505057 0 0 0.4505057 86.407537 281.71046] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +0 0 0 setrgbcolor +[] 0 setdash +0.99111259 setlinewidth +2 setlinejoin +0 setlinecap +newpath +218.59697 463.7373 moveto +324.14402 463.7373 lineto +324.14402 569.28436 lineto +218.59697 569.28436 lineto +218.59697 463.7373 lineto +closepath +stroke +gsave [0.4895938 0 0 0.4895938 100.12887 361.52485] concat +gsave +0 0 0 setrgbcolor +newpath +323.57812 316.57094 moveto +319.31247 320.36787 316.17185 324.16474 314.15625 327.96157 curveto +312.18748 331.71161 311.2031 335.6491 311.20312 339.77407 curveto +311.2031 346.61784 313.68747 352.31315 318.65625 356.86 curveto +323.62496 361.40689 329.85933 363.68033 337.35938 363.68032 curveto +341.81245 363.68033 345.98432 362.95376 349.875 361.50063 curveto +353.76556 360.00064 357.42181 357.75064 360.84375 354.75063 curveto +323.57812 316.57094 lineto +333.49219 308.69594 moveto +369.21094 345.25844 lineto +371.97648 341.0866 374.13273 336.63348 375.67969 331.89907 curveto +377.22647 327.11786 378.14054 322.05537 378.42188 316.71157 curveto +391.5 316.71157 lineto +390.9374 322.89912 389.4374 329.0163 387 335.06313 curveto +384.5624 341.11004 381.16397 347.08659 376.80469 352.99282 curveto +396.42188 373.03188 lineto +378.70312 373.03188 lineto +368.64844 362.69594 lineto +363.77336 366.86782 358.66399 369.98501 353.32031 372.0475 curveto +347.9765 374.06313 342.23432 375.07094 336.09375 375.07094 curveto +324.79684 375.07094 315.56247 371.86001 308.39062 365.43813 curveto +301.21874 358.96939 297.6328 350.69596 297.63281 340.61782 curveto +297.6328 334.61786 299.20311 328.99286 302.34375 323.74282 curveto +305.48436 318.446 310.19529 313.47725 316.47656 308.83657 curveto +314.22654 305.88351 312.5156 302.95382 311.34375 300.0475 curveto +310.17185 297.09446 309.58592 294.21165 309.58594 291.39907 curveto +309.58592 283.80541 312.18748 277.71166 317.39062 273.11782 curveto +322.59372 268.4773 329.50777 266.15699 338.13281 266.15688 curveto +342.02338 266.15699 345.89057 266.57886 349.73438 267.4225 curveto +353.62493 268.26636 357.56243 269.53198 361.54688 271.21938 curveto +361.54688 284.01625 lineto +357.46868 281.81322 353.57806 280.14916 349.875 279.02407 curveto +346.17182 277.85229 342.72651 277.26635 339.53906 277.26625 curveto +334.61714 277.26635 330.60933 278.57885 327.51562 281.20375 curveto +324.46871 283.78197 322.94528 287.13353 322.94531 291.25844 curveto +322.94528 293.64915 323.62496 296.06321 324.98438 298.50063 curveto +326.39059 300.89133 329.22652 304.28976 333.49219 308.69594 curveto +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 118.19857 378.36421] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 300.93362 moveto +458.64285 301.76162 457.97085 302.43362 457.14285 302.43362 curveto +456.31485 302.43362 455.64285 301.76162 455.64285 300.93362 curveto +455.64285 300.10562 456.31485 299.43362 457.14285 299.43362 curveto +457.97085 299.43362 458.64285 300.10562 458.64285 300.93362 curveto +closepath +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 118.19857 378.36421] concat +gsave +0 0 0 setrgbcolor +newpath +458.64285 306.64789 moveto +458.64285 307.47589 457.97085 308.14789 457.14285 308.14789 curveto +456.31485 308.14789 455.64285 307.47589 455.64285 306.64789 curveto +455.64285 305.81989 456.31485 305.14789 457.14285 305.14789 curveto +457.97085 305.14789 458.64285 305.81989 458.64285 306.64789 curveto +closepath +fill +grestore +grestore +gsave [0.4505057 0 0 0.4505057 86.293277 244.43212] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +gsave [0.4505057 0 0 0.4505057 86.407537 281.71046] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +0 0 0 setrgbcolor +[] 0 setdash +1.0022064 setlinewidth +0 setlinejoin +0 setlinecap +newpath +323.46908 515.2754 moveto +535.45403 515.2754 535.45403 515.2754 535.45403 515.2754 curveto +535.45403 516.1221 lineto +535.45403 395.8973 lineto +stroke +gsave [0.4505057 0 0 0.4505057 459.78103 141.5485] concat +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +200 560.70184 moveto +291.42857 560.70184 291.42857 560.70184 291.42857 560.70184 curveto +271.04275 572.4716 271.23234 572.36214 271.23234 572.36214 curveto +271.06826 572.31818 lineto +271.3003 572.08112 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +199.92028 559.80452 moveto +291.34885 559.80452 291.34885 559.80452 291.34885 559.80452 curveto +270.96303 548.03476 271.15262 548.14422 271.15262 548.14422 curveto +270.98854 548.18818 lineto +271.22058 548.42524 lineto +stroke +grestore +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +550.16079 359.79047 moveto +514.59671 359.79047 514.59671 359.79047 514.59671 359.79047 curveto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +550.06039 393.86796 moveto +535.4405 393.86796 535.47572 393.86796 535.47572 393.86796 curveto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +535.47572 396.08018 moveto +535.51095 393.47326 535.54618 393.36758 535.54618 393.36758 curveto +stroke +gsave [1 0 0 1 -85.15967 84.33874] concat +0 0 0 setrgbcolor +[] 0 setdash +2.2 setlinewidth +2 setlinejoin +0 setlinecap +newpath +110.9416 222.18697 moveto +110.9416 225.51974 108.23674 228.2246 104.90396 228.2246 curveto +101.57118 228.2246 98.866323 225.51974 98.866323 222.18697 curveto +98.866323 218.85419 101.57118 216.14933 104.90396 216.14933 curveto +108.23674 216.14933 110.9416 218.85419 110.9416 222.18697 curveto +closepath +stroke +grestore +gsave [1 0 0 1 -85.159672 157.46982] concat +0 0 0 setrgbcolor +[] 0 setdash +2.2 setlinewidth +2 setlinejoin +0 setlinecap +newpath +110.9416 222.18697 moveto +110.9416 225.51974 108.23674 228.2246 104.90396 228.2246 curveto +101.57118 228.2246 98.866323 225.51974 98.866323 222.18697 curveto +98.866323 218.85419 101.57118 216.14933 104.90396 216.14933 curveto +108.23674 216.14933 110.9416 218.85419 110.9416 222.18697 curveto +closepath +stroke +grestore +0 0 0 setrgbcolor +[] 0 setdash +1.0032382 setlinewidth +0 setlinejoin +0 setlinecap +newpath +179.43833 224.3111 moveto +20.184077 224.3111 lineto +20.184077 299.45211 20.184077 300.21886 20.184077 300.21886 curveto +stroke +0 0 0 setrgbcolor +[] 0 setdash +0.99999964 setlinewidth +0 setlinejoin +0 setlinecap +newpath +90.297987 261.14426 moveto +90.297987 298.64551 90.297987 533.44725 90.297987 533.44725 curveto +90.758507 533.13495 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +147.95883 223.77763 moveto +147.95883 359.38651 147.95883 360.36918 147.95883 360.36918 curveto +stroke +0 0 0 setrgbcolor +[] 0 setdash +0.87644422 setlinewidth +0 setlinejoin +0 setlinecap +newpath +177.82906 360.42696 moveto +147.28755 360.42696 147.50726 360.42696 147.50726 360.42696 curveto +stroke +0 0 0 setrgbcolor +[] 0 setdash +0.99999976 setlinewidth +0 setlinejoin +0 setlinecap +newpath +148.44497 397.17854 moveto +148.44497 495.72123 148.44497 497.27552 148.44497 497.27552 curveto +stroke +gsave +0 0 0 setrgbcolor +newpath +148.44497 496.83484 moveto +176.98495 496.83484 lineto +eofill +grestore +0 0 0 setrgbcolor +[] 0 setdash +0.84267974 setlinewidth +0 setlinejoin +0 setlinecap +newpath +148.44497 496.83484 moveto +176.98495 496.83484 lineto +stroke +gsave [0.7242368 0 0 0.700599 -37.725139 162.91438] concat +0 0 0 setrgbcolor +[] 0 setdash +2.2 setlinewidth +2 setlinejoin +0 setlinecap +newpath +178.57913 308.62436 moveto +178.57913 309.79198 177.63149 310.73962 176.46387 310.73962 curveto +175.29624 310.73962 174.34861 309.79198 174.34861 308.62436 curveto +174.34861 307.45674 175.29624 306.5091 176.46387 306.5091 curveto +177.63149 306.5091 178.57913 307.45674 178.57913 308.62436 curveto +closepath +stroke +grestore +gsave [0.7242368 0 0 0.700599 20.111857 8.2407652] concat +0 0 0 setrgbcolor +[] 0 setdash +2.2 setlinewidth +2 setlinejoin +0 setlinecap +newpath +178.57913 308.62436 moveto +178.57913 309.79198 177.63149 310.73962 176.46387 310.73962 curveto +175.29624 310.73962 174.34861 309.79198 174.34861 308.62436 curveto +174.34861 307.45674 175.29624 306.5091 176.46387 306.5091 curveto +177.63149 306.5091 178.57913 307.45674 178.57913 308.62436 curveto +closepath +stroke +grestore +0 0 0 setrgbcolor +[] 0 setdash +2.2 setlinewidth +2 setlinejoin +0 setlinecap +newpath +147.31928 225.18014 moveto +147.45674 225.03397 147.38288 225.10595 147.54197 224.96535 curveto +147.65871 224.91788 lineto +147.49944 225.05685 147.5733 224.98565 147.43597 225.13029 curveto +147.31928 225.18014 lineto +closepath +stroke +gsave [0.6931366 0 0 0.6694988 26.11121 242.4804] concat +0 0 0 setrgbcolor +[] 0 setdash +2.2 setlinewidth +2 setlinejoin +0 setlinecap +newpath +178.57913 308.62436 moveto +178.57913 309.79198 177.63149 310.73962 176.46387 310.73962 curveto +175.29624 310.73962 174.34861 309.79198 174.34861 308.62436 curveto +174.34861 307.45674 175.29624 306.5091 176.46387 306.5091 curveto +177.63149 306.5091 178.57913 307.45674 178.57913 308.62436 curveto +closepath +stroke +grestore +0 0 0 setrgbcolor +[] 0 setdash +2.2 setlinewidth +2 setlinejoin +0 setlinecap +newpath +148.74684 449.27736 moveto +148.60005 449.21569 148.46231 449.13718 148.31783 449.07051 curveto +148.42305 449.00084 lineto +148.56739 449.06812 148.70567 449.14638 148.85279 449.20764 curveto +148.74684 449.27736 lineto +closepath +stroke +0 0 0 setrgbcolor +[] 0 setdash +0.99999994 setlinewidth +0 setlinejoin +0 setlinecap +newpath +177.38075 534.02034 moveto +90.509955 534.02034 lineto +90.509955 534.12262 lineto +stroke +gsave [1 0 0 1 -84.951948 229.01051] concat +0 0 0 setrgbcolor +[] 0 setdash +2.2 setlinewidth +2 setlinejoin +0 setlinecap +newpath +110.9416 222.18697 moveto +110.9416 225.51974 108.23674 228.2246 104.90396 228.2246 curveto +101.57118 228.2246 98.866323 225.51974 98.866323 222.18697 curveto +98.866323 218.85419 101.57118 216.14933 104.90396 216.14933 curveto +108.23674 216.14933 110.9416 218.85419 110.9416 222.18697 curveto +closepath +stroke +grestore +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +26.024094 379.19708 moveto +90.251044 379.19708 90.251044 379.19708 90.251044 379.19708 curveto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +26.858479 449.19748 moveto +148.10533 449.19748 148.10533 449.19748 148.10533 449.19748 curveto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +177.53829 397.67218 moveto +148.70135 397.67218 148.70135 397.67218 148.70135 397.67218 curveto +stroke +0 0 0 setrgbcolor +[] 0 setdash +0.99999994 setlinewidth +0 setlinejoin +0 setlinecap +newpath +177.04367 261.49918 moveto +90.481072 261.49918 90.481072 261.49918 90.481072 261.49918 curveto +90.481072 261.49918 lineto +90.481072 261.28718 lineto +90.481072 261.49918 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +178.94418 166.16245 moveto +178.94418 596.48059 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +384.53979 168.27921 moveto +384.53979 598.59735 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +553.69887 168.50087 moveto +553.69887 598.81901 lineto +stroke +0 0 0 setrgbcolor +[] 0 setdash +1 setlinewidth +0 setlinejoin +0 setlinecap +newpath +717.90699 164.03216 moveto +717.90699 594.3503 lineto +stroke +gsave +0 0 0 setrgbcolor +newpath +53.636436 592.40796 moveto +52.214554 592.40798 51.143592 593.1098 50.423546 594.51343 curveto +49.712603 595.90797 49.357135 598.00888 49.35714 600.81616 curveto +49.357135 603.61435 49.712603 605.71526 50.423546 607.1189 curveto +51.143592 608.51343 52.214554 609.2107 53.636436 609.21069 curveto +55.067416 609.2107 56.138378 608.51343 56.849327 607.1189 curveto +57.569366 605.71526 57.929392 603.61435 57.929405 600.81616 curveto +57.929392 598.00888 57.569366 595.90797 56.849327 594.51343 curveto +56.138378 593.1098 55.067416 592.40798 53.636436 592.40796 curveto +53.636436 590.22046 moveto +55.924186 590.22048 57.669627 591.12738 58.872765 592.94116 curveto +60.084989 594.74587 60.691108 597.37086 60.691124 600.81616 curveto +60.691108 604.25237 60.084989 606.87736 58.872765 608.69116 curveto +57.669627 610.49585 55.924186 611.39819 53.636436 611.39819 curveto +51.348669 611.39819 49.598671 610.49585 48.386436 608.69116 curveto +47.183309 606.87736 46.581747 604.25237 46.581749 600.81616 curveto +46.581747 597.37086 47.183309 594.74587 48.386436 592.94116 curveto +49.598671 591.12738 51.348669 590.22048 53.636436 590.22046 curveto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +76.605186 591.34155 moveto +76.605186 595.68921 lineto +81.786827 595.68921 lineto +81.786827 597.64429 lineto +76.605186 597.64429 lineto +76.605186 605.95679 lineto +76.605181 607.20549 76.773801 608.00757 77.111046 608.36304 curveto +77.457394 608.71851 78.154659 608.89624 79.202843 608.89624 curveto +81.786827 608.89624 lineto +81.786827 611.00171 lineto +79.202843 611.00171 lineto +77.261431 611.00171 75.921588 610.64168 75.183311 609.92163 curveto +74.445027 609.19247 74.075887 607.87085 74.07589 605.95679 curveto +74.07589 597.64429 lineto +72.230186 597.64429 lineto +72.230186 595.68921 lineto +74.07589 595.68921 lineto +74.07589 591.34155 lineto +76.605186 591.34155 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +92.068077 603.30444 moveto +90.035517 603.30445 88.627316 603.53687 87.843468 604.00171 curveto +87.059609 604.46656 86.667682 605.25953 86.667686 606.38062 curveto +86.667682 607.27385 86.959349 607.98478 87.542686 608.51343 curveto +88.135129 609.03296 88.937211 609.29273 89.948936 609.29272 curveto +91.343459 609.29273 92.459994 608.80054 93.298546 607.81616 curveto +94.14619 606.82268 94.570018 605.50562 94.57003 603.86499 curveto +94.57003 603.30444 lineto +92.068077 603.30444 lineto +97.085655 602.26538 moveto +97.085655 611.00171 lineto +94.57003 611.00171 lineto +94.57003 608.67749 lineto +93.9958 609.60718 93.280306 610.29533 92.423546 610.74194 curveto +91.566766 611.17944 90.51859 611.39819 89.279015 611.39819 curveto +87.711301 611.39819 86.462604 610.96069 85.532921 610.08569 curveto +84.612346 609.20158 84.15206 608.02124 84.152061 606.54468 curveto +84.15206 604.82203 84.726278 603.5232 85.874718 602.64819 curveto +87.032265 601.7732 88.75492 601.3357 91.042686 601.33569 curveto +94.57003 601.33569 lineto +94.57003 601.0896 lineto +94.570018 599.93206 94.187206 599.03883 93.421593 598.40991 curveto +92.665072 597.7719 91.598667 597.45289 90.222374 597.45288 curveto +89.347367 597.45289 88.495154 597.55771 87.665733 597.76733 curveto +86.836302 597.97698 86.038777 598.29144 85.273155 598.71069 curveto +85.273155 596.38647 lineto +86.193724 596.03102 87.086953 595.7667 87.952843 595.59351 curveto +88.818722 595.41123 89.66182 595.32008 90.48214 595.32007 curveto +92.696973 595.32008 94.351268 595.8943 95.44503 597.04272 curveto +96.538766 598.19117 97.085641 599.93206 97.085655 602.26538 curveto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +102.18526 589.72827 moveto +104.71456 589.72827 lineto +104.71456 602.29272 lineto +112.22042 595.68921 lineto +115.43331 595.68921 lineto +107.31222 602.85327 lineto +115.77511 611.00171 lineto +112.49386 611.00171 lineto +104.71456 603.52319 lineto +104.71456 611.00171 lineto +102.18526 611.00171 lineto +102.18526 589.72827 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +121.01144 591.34155 moveto +121.01144 595.68921 lineto +126.19308 595.68921 lineto +126.19308 597.64429 lineto +121.01144 597.64429 lineto +121.01144 605.95679 lineto +121.01143 607.20549 121.18005 608.00757 121.5173 608.36304 curveto +121.86364 608.71851 122.56091 608.89624 123.60909 608.89624 curveto +126.19308 608.89624 lineto +126.19308 611.00171 lineto +123.60909 611.00171 lineto +121.66768 611.00171 120.32784 610.64168 119.58956 609.92163 curveto +118.85128 609.19247 118.48214 607.87085 118.48214 605.95679 curveto +118.48214 597.64429 lineto +116.63644 597.64429 lineto +116.63644 595.68921 lineto +118.48214 595.68921 lineto +118.48214 591.34155 lineto +121.01144 591.34155 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +240.88899 608.85541 moveto +245.40071 608.85541 lineto +245.40071 593.28314 lineto +240.49251 594.26752 lineto +240.49251 591.75189 lineto +245.37337 590.76752 lineto +248.13509 590.76752 lineto +248.13509 608.85541 lineto +252.6468 608.85541 lineto +252.6468 611.17963 lineto +240.88899 611.17963 lineto +240.88899 608.85541 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +269.28548 591.51947 moveto +269.28548 595.86713 lineto +274.46712 595.86713 lineto +274.46712 597.8222 lineto +269.28548 597.8222 lineto +269.28548 606.1347 lineto +269.28547 607.38341 269.45409 608.18549 269.79134 608.54095 curveto +270.13768 608.89643 270.83495 609.07416 271.88313 609.07416 curveto +274.46712 609.07416 lineto +274.46712 611.17963 lineto +271.88313 611.17963 lineto +269.94172 611.17963 268.60188 610.8196 267.8636 610.09955 curveto +267.12532 609.37038 266.75618 608.04877 266.75618 606.1347 curveto +266.75618 597.8222 lineto +264.91048 597.8222 lineto +264.91048 595.86713 lineto +266.75618 595.86713 lineto +266.75618 591.51947 lineto +269.28548 591.51947 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +284.74837 603.48236 moveto +282.71581 603.48237 281.30761 603.71479 280.52376 604.17963 curveto +279.7399 604.64448 279.34797 605.43744 279.34798 606.55853 curveto +279.34797 607.45177 279.63964 608.1627 280.22298 608.69135 curveto +280.81542 609.21088 281.6175 609.47064 282.62923 609.47064 curveto +284.02375 609.47064 285.14028 608.97846 285.97884 607.99408 curveto +286.82648 607.00059 287.25031 605.68354 287.25032 604.04291 curveto +287.25032 603.48236 lineto +284.74837 603.48236 lineto +289.76595 602.4433 moveto +289.76595 611.17963 lineto +287.25032 611.17963 lineto +287.25032 608.85541 lineto +286.67609 609.7851 285.9606 610.47325 285.10384 610.91986 curveto +284.24706 611.35736 283.19888 611.57611 281.9593 611.57611 curveto +280.39159 611.57611 279.14289 611.13861 278.21321 610.26361 curveto +277.29264 609.3795 276.83235 608.19916 276.83235 606.7226 curveto +276.83235 604.99995 277.40657 603.70112 278.55501 602.82611 curveto +279.71256 601.95112 281.43521 601.51362 283.72298 601.51361 curveto +287.25032 601.51361 lineto +287.25032 601.26752 lineto +287.25031 600.10998 286.8675 599.21675 286.10188 598.58783 curveto +285.34536 597.94982 284.27896 597.63081 282.90266 597.6308 curveto +282.02766 597.63081 281.17544 597.73563 280.34602 597.94525 curveto +279.51659 598.1549 278.71907 598.46935 277.95345 598.88861 curveto +277.95345 596.56439 lineto +278.87401 596.20894 279.76724 595.94462 280.63313 595.77142 curveto +281.49901 595.58915 282.34211 595.498 283.16243 595.49799 curveto +285.37726 595.498 287.03156 596.07222 288.12532 597.22064 curveto +289.21906 598.36909 289.76593 600.10998 289.76595 602.4433 curveto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +294.86555 589.90619 moveto +297.39485 589.90619 lineto +297.39485 602.47064 lineto +304.90071 595.86713 lineto +308.1136 595.86713 lineto +299.99251 603.03119 lineto +308.4554 611.17963 lineto +305.17415 611.17963 lineto +297.39485 603.70111 lineto +297.39485 611.17963 lineto +294.86555 611.17963 lineto +294.86555 589.90619 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +313.69173 591.51947 moveto +313.69173 595.86713 lineto +318.87337 595.86713 lineto +318.87337 597.8222 lineto +313.69173 597.8222 lineto +313.69173 606.1347 lineto +313.69172 607.38341 313.86034 608.18549 314.19759 608.54095 curveto +314.54393 608.89643 315.2412 609.07416 316.28938 609.07416 curveto +318.87337 609.07416 lineto +318.87337 611.17963 lineto +316.28938 611.17963 lineto +314.34797 611.17963 313.00813 610.8196 312.26985 610.09955 curveto +311.53157 609.37038 311.16243 608.04877 311.16243 606.1347 curveto +311.16243 597.8222 lineto +309.31673 597.8222 lineto +309.31673 595.86713 lineto +311.16243 595.86713 lineto +311.16243 591.51947 lineto +313.69173 591.51947 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +431.2124 608.33429 moveto +440.85107 608.33429 lineto +440.85107 610.65851 lineto +427.89014 610.65851 lineto +427.89014 608.33429 lineto +428.93831 607.24966 430.36474 605.79588 432.16943 603.97296 curveto +433.98323 602.14094 435.12255 600.9606 435.5874 600.43195 curveto +436.47151 599.43847 437.08674 598.59993 437.43311 597.91632 curveto +437.78856 597.22363 437.9663 596.54459 437.96631 595.87921 curveto +437.9663 594.79459 437.58348 593.91048 436.81787 593.22687 curveto +436.06135 592.54329 435.07242 592.2015 433.85107 592.20148 curveto +432.98518 592.2015 432.06917 592.35189 431.10303 592.65265 curveto +430.14599 592.95345 429.1206 593.40918 428.02686 594.01984 curveto +428.02686 591.23077 lineto +429.13883 590.78418 430.17789 590.44694 431.14404 590.21906 curveto +432.11018 589.99121 432.9943 589.87728 433.79639 589.87726 curveto +435.91096 589.87728 437.59716 590.40592 438.85498 591.4632 curveto +440.11278 592.52051 440.74168 593.93326 440.7417 595.70148 curveto +440.74168 596.54003 440.58218 597.33756 440.26318 598.09406 curveto +439.95327 598.84146 439.38361 599.72558 438.5542 600.7464 curveto +438.32632 601.01073 437.60171 601.77636 436.38037 603.04327 curveto +435.15901 604.30109 433.43635 606.06476 431.2124 608.33429 curveto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +457.7085 590.99835 moveto +457.7085 595.34601 lineto +462.89014 595.34601 lineto +462.89014 597.30109 lineto +457.7085 597.30109 lineto +457.7085 605.61359 lineto +457.70849 606.86229 457.87711 607.66437 458.21436 608.01984 curveto +458.5607 608.37531 459.25797 608.55304 460.30615 608.55304 curveto +462.89014 608.55304 lineto +462.89014 610.65851 lineto +460.30615 610.65851 lineto +458.36474 610.65851 457.0249 610.29848 456.28662 609.57843 curveto +455.54834 608.84927 455.1792 607.52765 455.1792 605.61359 curveto +455.1792 597.30109 lineto +453.3335 597.30109 lineto +453.3335 595.34601 lineto +455.1792 595.34601 lineto +455.1792 590.99835 lineto +457.7085 590.99835 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +473.17139 602.96124 moveto +471.13883 602.96125 469.73063 603.19367 468.94678 603.65851 curveto +468.16292 604.12336 467.77099 604.91633 467.771 606.03741 curveto +467.77099 606.93065 468.06266 607.64158 468.646 608.17023 curveto +469.23844 608.68976 470.04052 608.94953 471.05225 608.94952 curveto +472.44677 608.94953 473.5633 608.45734 474.40186 607.47296 curveto +475.2495 606.47948 475.67333 605.16242 475.67334 603.52179 curveto +475.67334 602.96124 lineto +473.17139 602.96124 lineto +478.18896 601.92218 moveto +478.18896 610.65851 lineto +475.67334 610.65851 lineto +475.67334 608.33429 lineto +475.09911 609.26398 474.38362 609.95213 473.52686 610.39874 curveto +472.67008 610.83624 471.6219 611.05499 470.38232 611.05499 curveto +468.81461 611.05499 467.56591 610.61749 466.63623 609.74249 curveto +465.71566 608.85838 465.25537 607.67804 465.25537 606.20148 curveto +465.25537 604.47883 465.82959 603.18 466.97803 602.30499 curveto +468.13557 601.43 469.85823 600.9925 472.146 600.99249 curveto +475.67334 600.99249 lineto +475.67334 600.7464 lineto +475.67333 599.58886 475.29052 598.69563 474.5249 598.06671 curveto +473.76838 597.4287 472.70198 597.10969 471.32568 597.10968 curveto +470.45068 597.10969 469.59846 597.21451 468.76904 597.42413 curveto +467.93961 597.63378 467.14209 597.94823 466.37646 598.36749 curveto +466.37646 596.04327 lineto +467.29703 595.68782 468.19026 595.4235 469.05615 595.25031 curveto +469.92203 595.06803 470.76513 594.97688 471.58545 594.97687 curveto +473.80028 594.97688 475.45458 595.5511 476.54834 596.69952 curveto +477.64208 597.84797 478.18895 599.58886 478.18896 601.92218 curveto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +483.28857 589.38507 moveto +485.81787 589.38507 lineto +485.81787 601.94952 lineto +493.32373 595.34601 lineto +496.53662 595.34601 lineto +488.41553 602.51007 lineto +496.87842 610.65851 lineto +493.59717 610.65851 lineto +485.81787 603.17999 lineto +485.81787 610.65851 lineto +483.28857 610.65851 lineto +483.28857 589.38507 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +502.11475 590.99835 moveto +502.11475 595.34601 lineto +507.29639 595.34601 lineto +507.29639 597.30109 lineto +502.11475 597.30109 lineto +502.11475 605.61359 lineto +502.11474 606.86229 502.28336 607.66437 502.62061 608.01984 curveto +502.96695 608.37531 503.66422 608.55304 504.7124 608.55304 curveto +507.29639 608.55304 lineto +507.29639 610.65851 lineto +504.7124 610.65851 lineto +502.77099 610.65851 501.43115 610.29848 500.69287 609.57843 curveto +499.95459 608.84927 499.58545 607.52765 499.58545 605.61359 curveto +499.58545 597.30109 lineto +497.73975 597.30109 lineto +497.73975 595.34601 lineto +499.58545 595.34601 lineto +499.58545 590.99835 lineto +502.11475 590.99835 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +606.01459 600.8252 moveto +607.33619 601.10776 608.36614 601.69565 609.10443 602.58887 curveto +609.85181 603.4821 610.22551 604.58497 610.22552 605.89746 curveto +610.22551 607.91179 609.5328 609.47038 608.1474 610.57324 curveto +606.76197 611.67611 604.79322 612.22754 602.24115 612.22754 curveto +601.38437 612.22754 600.50026 612.14095 599.58881 611.96777 curveto +598.68646 611.80371 597.75221 611.55306 596.78607 611.21582 curveto +596.78607 608.5498 lineto +597.55169 608.99642 598.39023 609.33366 599.3017 609.56152 curveto +600.21315 609.78939 601.16562 609.90332 602.15912 609.90332 curveto +603.89088 609.90332 605.20794 609.56153 606.11029 608.87793 curveto +607.02174 608.19434 607.47747 607.20085 607.47748 605.89746 curveto +607.47747 604.69434 607.05364 603.75554 606.20599 603.08105 curveto +605.36744 602.39747 604.19622 602.05567 602.69232 602.05566 curveto +600.31342 602.05566 lineto +600.31342 599.78613 lineto +602.8017 599.78613 lineto +604.15976 599.78614 605.19882 599.51726 605.91888 598.97949 curveto +606.63892 598.43263 606.99895 597.64878 606.99896 596.62793 curveto +606.99895 595.57977 606.62525 594.77769 605.87787 594.22168 curveto +605.13958 593.65659 604.07773 593.37404 602.69232 593.37402 curveto +601.9358 593.37404 601.12461 593.45607 600.25873 593.62012 curveto +599.39284 593.7842 598.44036 594.03941 597.40131 594.38574 curveto +597.40131 591.9248 lineto +598.44948 591.63316 599.4293 591.41441 600.34076 591.26855 curveto +601.26133 591.12274 602.12721 591.04983 602.93842 591.0498 curveto +605.03476 591.04983 606.69361 591.52834 607.91498 592.48535 curveto +609.13632 593.43329 609.74699 594.71844 609.74701 596.34082 curveto +609.74699 597.47104 609.42343 598.42807 608.77631 599.21191 curveto +608.12916 599.98667 607.20859 600.52443 606.01459 600.8252 curveto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +626.5224 592.1709 moveto +626.5224 596.51855 lineto +631.70404 596.51855 lineto +631.70404 598.47363 lineto +626.5224 598.47363 lineto +626.5224 606.78613 lineto +626.52239 608.03483 626.69101 608.83692 627.02826 609.19238 curveto +627.37461 609.54785 628.07187 609.72559 629.12006 609.72559 curveto +631.70404 609.72559 lineto +631.70404 611.83105 lineto +629.12006 611.83105 lineto +627.17864 611.83105 625.8388 611.47103 625.10052 610.75098 curveto +624.36224 610.02181 623.9931 608.7002 623.9931 606.78613 curveto +623.9931 598.47363 lineto +622.1474 598.47363 lineto +622.1474 596.51855 lineto +623.9931 596.51855 lineto +623.9931 592.1709 lineto +626.5224 592.1709 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +641.98529 604.13379 moveto +639.95273 604.1338 638.54453 604.36622 637.76068 604.83105 curveto +636.97682 605.2959 636.5849 606.08887 636.5849 607.20996 curveto +636.5849 608.10319 636.87656 608.81413 637.4599 609.34277 curveto +638.05234 609.86231 638.85442 610.12207 639.86615 610.12207 curveto +641.26067 610.12207 642.37721 609.62989 643.21576 608.64551 curveto +644.0634 607.65202 644.48723 606.33497 644.48724 604.69434 curveto +644.48724 604.13379 lineto +641.98529 604.13379 lineto +647.00287 603.09473 moveto +647.00287 611.83105 lineto +644.48724 611.83105 lineto +644.48724 609.50684 lineto +643.91301 610.43652 643.19752 611.12468 642.34076 611.57129 curveto +641.48398 612.00879 640.4358 612.22754 639.19623 612.22754 curveto +637.62851 612.22754 636.37982 611.79004 635.45013 610.91504 curveto +634.52956 610.03093 634.06927 608.85059 634.06927 607.37402 curveto +634.06927 605.65137 634.64349 604.35255 635.79193 603.47754 curveto +636.94948 602.60255 638.67213 602.16505 640.9599 602.16504 curveto +644.48724 602.16504 lineto +644.48724 601.91895 lineto +644.48723 600.7614 644.10442 599.86818 643.33881 599.23926 curveto +642.58229 598.60125 641.51588 598.28224 640.13959 598.28223 curveto +639.26458 598.28224 638.41237 598.38706 637.58295 598.59668 curveto +636.75352 598.80633 635.95599 599.12078 635.19037 599.54004 curveto +635.19037 597.21582 lineto +636.11094 596.86037 637.00417 596.59604 637.87006 596.42285 curveto +638.73594 596.24058 639.57903 596.14943 640.39935 596.14941 curveto +642.61419 596.14943 644.26848 596.72365 645.36224 597.87207 curveto +646.45598 599.02052 647.00285 600.7614 647.00287 603.09473 curveto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +652.10248 590.55762 moveto +654.63177 590.55762 lineto +654.63177 603.12207 lineto +662.13763 596.51855 lineto +665.35052 596.51855 lineto +657.22943 603.68262 lineto +665.69232 611.83105 lineto +662.41107 611.83105 lineto +654.63177 604.35254 lineto +654.63177 611.83105 lineto +652.10248 611.83105 lineto +652.10248 590.55762 lineto +fill +grestore +gsave +0 0 0 setrgbcolor +newpath +670.92865 592.1709 moveto +670.92865 596.51855 lineto +676.11029 596.51855 lineto +676.11029 598.47363 lineto +670.92865 598.47363 lineto +670.92865 606.78613 lineto +670.92864 608.03483 671.09726 608.83692 671.43451 609.19238 curveto +671.78086 609.54785 672.47812 609.72559 673.52631 609.72559 curveto +676.11029 609.72559 lineto +676.11029 611.83105 lineto +673.52631 611.83105 lineto +671.58489 611.83105 670.24505 611.47103 669.50677 610.75098 curveto +668.76849 610.02181 668.39935 608.7002 668.39935 606.78613 curveto +668.39935 598.47363 lineto +666.55365 598.47363 lineto +666.55365 596.51855 lineto +668.39935 596.51855 lineto +668.39935 592.1709 lineto +670.92865 592.1709 lineto +fill +grestore +grestore +showpage +%%EOF diff --git a/4-hradla/vypocet_site.svg b/4-hradla/vypocet_site.svg new file mode 100644 index 0000000..a6a9aeb --- /dev/null +++ b/4-hradla/vypocet_site.svg @@ -0,0 +1,764 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + &7ý& + + & + + + + + + + + + + + + + & + + + + + + + + + + + + + v + + + + + + + + + + + + + + + + + + v + + + + + + + + + + + + + & + + + + + + + + + + + + & + + + + + + + + + + + & + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 takt + 1 takt + 2 takt + 3 takt + +