From c76ffcadd60454e286eb77169d51293a5071ba31 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 24 Jan 2007 22:37:34 +0100 Subject: [PATCH] Opravena chyba v mikro/makro-dekompozici stromu: cestovou kompresi musime provadet na kazdem podstromu zvlast, nestaci ji provest na vstupni strom. Take uz se objevil obrazek s priklady dekompozic, ze ktereho je videt, proc je to potreba. --- 10-decomp/10-decomp.tex | 62 +- 10-decomp/mima.eps | 1517 +++++++++++++++++++++++++++++++++++++++ 10-decomp/mima.vrr | 90 +++ 3 files changed, 1649 insertions(+), 20 deletions(-) create mode 100644 10-decomp/mima.eps create mode 100644 10-decomp/mima.vrr diff --git a/10-decomp/10-decomp.tex b/10-decomp/10-decomp.tex index b5509b6..b76b00b 100644 --- a/10-decomp/10-decomp.tex +++ b/10-decomp/10-decomp.tex @@ -77,27 +77,33 @@ a \cite{alstrup98marked}. \s{Definice:} {\I (Microtree/Macrotree dekompozice)} Pro zakoøenìný strom $T$ o~$n$ vrcholech definujeme: \itemize\ibull -\:{\I Koøeny mikrostromù} $R$ budou nejvy¹¹í vrcholy, pod~nimi¾ je nejvý¹e $\log n$ listù. +\:{\I Koøeny mikrostromù} $R$ budou nejvy¹¹í vrcholy, pod~nimi¾ je nejvý¹e $\log n$ listù +a které nejsou koøenem celého~$T$. \:{\I Mikrostromy} le¾í v~$T$ od~tìchto koøenù ní¾e. \:{\I Spojovací hrany} vedou z~koøenù mikrostromù do~jejich otcù. -\:{\I Makrostrom} je tvoøen ostatními vrcholy a hranami stromu~$T$. +\:{\I Makrostrom} je tvoøen zbývajícími vrcholy a hranami stromu~$T$. \endlist \s{Pozorování:} Ka¾dý mikrostrom má nejvý¹e $\log n$ listù. Pod ka¾dým listem makrostromu le¾í -alespoò jeden mikrostrom (mù¾e jich být i více, pøedstavte si dekompozici hvìzdy), tak¾e +alespoò jeden mikrostrom (mù¾e jich být i více, viz dekompozice hvìzdy na~obrázku), tak¾e listù makrostromu je nejvý¹e $n/\log n$. Vnitøních vrcholù makro- i mikrostromù ale mù¾e být ne¹ikovnì mnoho, proto¾e se ve~stromech mohou vyskytovat dlouhé cesty. Pomù¾eme si snadno: ka¾dou cestu si budeme pamatovat zvlá¹» a ve~stromu ji nahradíme hranou, která bude vlo¾ena právì tehdy, kdy¾ budou pøítomny v¹echny hrany cesty. +\s{Pøíklad:} Následující obrázek ukazuje dekompozici nìkolika stromù za~pøepokladu, +¾e $\log n=4$. Vrcholy mikrostromù jsou èerné, makrostromu bílé. Spojovací hrany kreslíme teèkovanì, +hrany komprimovaných cest tuènì. + +\fig{mima.eps}{\epsfxsize} + \s{Algoritmus pro cesty:} Cestu délky~$l$ rozdìlíme na~úseky délky $\log n$, pro nì¾ si ulo¾íme mno¾iny ji¾ pøítomných hran (po~bitech jako èísla). Pak si je¹tì pamatujeme zkomprimovanou cestu (hrany odpovídají úsekùm a jsou pøítomny právì tehdy, jsou-li pøítomny v¹echny hrany pøíslu¹ného úseku) délky $l/\log n$ a pro ni \uv{pøebarvovací} strukturu pro Union-Find. \>$\(x,y)$ (pøidání hrany $e=xy$ do~cesty): - \algo \:Pøidáme $e$ do mno¾iny hran pøítomných v~pøíslu¹ném úseku. \:Pokud se tím úsek naplnil, pøidáme odpovídající hranu do~zkomprimované cesty. @@ -114,6 +120,27 @@ d Operace uvnitø úsekù pracují v~èase $\O(1)$, operace na~zkomprimované cestì v~$\O(\log l)$ amortizovanì, ale za~dobu ¾ivota struktury je jich $\O(l/\log n)=\O(l/\log l)$, tak¾e celkovì zaberou lineární èas. +\s{Cestová komprese:} Operace na~mikro/makro-stromech budeme následujícím zpùsobem +pøevádìt na~operace s~jejich cestovì komprimovanými podobami a na~operace s~cestovými strukturami: + +\>$\(x,y)$: +\algo +\:Pokud $e=xy$ le¾í uvnitø nìjaké cesty, pøidáme ji do~cesty, co¾ buïto zpùsobí + pøidávání jiné hrany, a~nebo u¾ jsme hotovi. +\:Provedeme \ v~komprimovaném stromu. +\endalgo + +\>$\(x,y)$: +\algo +\:Pokud $x$ a $y$ le¾í uvnitø jedné cesty, zeptáme se cestové struktury a konèíme. +\:Pokud $x$ le¾í uvnitø nìjaké cesty, zjistíme dotazem na~cestovou strukturu, + ke~kterému krajnímu vrcholu cesty je pøipojen, a~$x$ nahradíme tímto vrcholem. + Není-li pøipojen k~¾ádnému, je~evidentnì odpovìï na~celý \ negativní; + pokud k~obìma, vybereme si libovolný, proto¾e jsou stejnì v~cestovì komprimovaném + stromu spojeny hranou. Analogicky pro~$y$. +\:Zeptáme se struktury pro komprimovaný strom. +\endalgo + \s{Algoritmus pro mikrostromy:} Po~kompresi cest má ka¾dý mikrostrom nejvý¹e $2\log n$ vrcholù, èili také nejvý¹e tolik hran. Hrany si oèíslujeme pøirozenými èísly, ka¾dou mno¾inu hran pak mù¾eme reprezentovat $2\log n$-bitovým èíslem a mno¾inové operace @@ -137,36 +164,26 @@ p \:Pokud $P\setminus F=\emptyset$, le¾í $x$ a $y$ ve~stejnì komponentì, jinak ne. \endalgo -\s{Algoritmus pro celý problém:} Zkomprimujeme cesty a výsledný strom rozlo¾íme -na~mikrostromy, makrostromy a spojovací hrany. Pro cesty a mikrostromy pou¾ijeme +\s{Algoritmus pro celý problém:} Strom rozlo¾íme na~mikrostromy, makrostromy a spojovací +hrany. V~mikrostromech i makrostromech zkomprimujeme cesty. Pro cesty a mikrostromy pou¾ijeme vý¹e popsané struktury, pro ka¾dou spojovací hranu si budeme pamatovat jen znaèku, zda je pøítomna, a pro makrostrom pøebarvovací strukturu. -\>Operace $\(x,y)$: +\>$\(x,y)$: \algo -\:Pokud $e=xy$ le¾í uvnitø cesty, pøidáme ji do~cesty, co¾ buïto zpùsobí - pøidávání jiné hrany do~stromu, a~nebo u¾ jsme hotovi. -\:Pokud $e$ je spojovací, poznamenáme si, ¾e je pøítomna, a~konèíme. -\:Pokud $e$ le¾í uvnitø mikrostromu nebo makrostromu, provedeme \ +\:Pokud $e=xy$ je spojovací, poznamenáme si, ¾e je pøítomna, a~konèíme. +\:Nyní víme, ¾e $e$ le¾í uvnitø mikrostromu nebo makrostromu, a~tak provedeme \ na~pøíslu¹né struktuøe. \endlist -\>Operace $\(x,y)$: +\>$\(x,y)$: \algo -\:Pokud $x$ a $y$ le¾í uvnitø jedné cesty, zeptáme se cestové struktury a konèíme. -\:Pokud $x$ le¾í uvnitø nìjaké cesty, zjistíme dotazem na~cestovou strukturu, - ke~kterému krajnímu vrcholu cesty je pøipojen, a~$x$ nahradíme tímto vrcholem. - Není-li pøipojen k~¾ádnému, je~evidentnì odpovìï na~celý \ negativní; - pokud k~obìma, vybereme si libovolný, proto¾e jsou stejnì v~cestovì komprimovaném - stromu spojeny hranou. Analogicky pro~$y$. - \hfil\break [Nyní jsou $x$ a $y$ vrcholy cestovì zkomprimovaného stromu.] \:Le¾í-li $x$ a $y$ v~jednom mikrostromu, zeptáme se struktury pro~mikrostrom. \:Je-li $x$ uvnitø mikrostromu, zeptáme se mikrostruktury na~spojení s~koøenem mikrostromu. Není-li, odpovíme {\sc ne}, stejnì jako kdy¾ není pøítomna pøíslu¹ná spojovací hrana. Jinak $x$ nahradíme listem makrostromu, do~kterého spojovací hrana vede. Podobnì pro~$y$. - \hfil\break [Nyní jsou $x$ a $y$ vrcholy makrostromu.] \:Odpovíme podle struktury pro makrostrom. \endalgo @@ -179,6 +196,11 @@ ka struktury, která je lineární, naspoøit potenciál $\O(n)$, ze~kterého budeme prùbì¾nì platit sluèování v~makrostromu.} +\s{Cvièení:} Zkuste pomocí dekompozice vyøe¹it následující problém: je dán strom, +jeho¾ ka¾dý vrchol mù¾e být oznaèený. Navrhnìte datovou strukturu, která bude umìt +v~èase $\O(\log\log n)$ oznaèit nebo odznaèit vrchol a v~èase $\O(\log n/\log\log n)$ najít +nejbli¾¹ího oznaèeného pøedchùdce. + \h{Fredericksonova clusterizace} Mikro/makro-stromová dekompozice není jediný zpùsob, jak stromy rozkládat. Nìkdy diff --git a/10-decomp/mima.eps b/10-decomp/mima.eps new file mode 100644 index 0000000..fade593 --- /dev/null +++ b/10-decomp/mima.eps @@ -0,0 +1,1517 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: mima +%%Creator: VRR (http://vrr.ucw.cz/) +%%CreationDate: Wed Jan 24 22:35:30 2007 +%%Pages: 1 +%%BoundingBox: 0 0 334 77 +%%DocumentData: Clean7Bit +%%PageOrder: Ascend +%%DocumentSuppliedResources: (atend) +%%EndComments +%%BeginProlog +save +%%BeginProcSet: VrrEPSProcSet +/VrrEPSProcSetDict dup 40 dict def load begin +/np {newpath} bind def +/lt {lineto} bind def +/mt {moveto} bind def +/fi {fill} bind def +/gs {gsave} bind def +/gr {grestore} bind def +/sc {scale} bind def +/st {stroke} bind def +/ct {curveto} bind def +/cp {closepath} bind def +/a {arc} bind def +/an {arcn} bind def +/fsd {findfont exch scalefont} bind def +/sms {setfont moveto show} bind def +/mkf {makefont} bind def +/tr {translate} bind def +/rot {rotate} bind def +/slw {setlinewidth} bind def +/sclr {setrgbcolor} bind def +/slc {setlinecap} bind def +/slj {setlinejoin} bind def +/sdh {0 setdash} bind def +end +%%EndProcSet +%%EndProlog +%%BeginSetup +%%EndSetup + +%%Page: mima 1 +%%BeginPageSetup +VrrEPSProcSetDict begin +0.2 slw +-28.585320 45.921261 tr 2.834646 2.834646 sc 0.000000 0.000000 tr +%%EndPageSetup +gs +0.000000 0.000000 0.000000 sclr +0.100000 slw +0 slc +0 slj +[0.4] sdh +np 21.284269 8.135157 mt 11.284266 -6.864844 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.100000 slw +0 slc +0 slj +[0.4] sdh +np 21.284269 8.135157 mt 16.284266 -6.864844 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.100000 slw +0 slc +0 slj +[0.4] sdh +np 21.284269 8.135157 mt 21.284266 -6.864844 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.100000 slw +0 slc +0 slj +[0.4] sdh +np 21.284269 8.135157 mt 26.284266 -6.864844 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.100000 slw +0 slc +0 slj +[0.4] sdh +np 21.284269 8.135157 mt 31.284266 -6.864844 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.300000 slw +0 slc +0 slj +[] sdh +np 40.000000 -10.000000 mt 45.000000 -5.000000 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.300000 slw +0 slc +0 slj +[] sdh +np 45.000000 -5.000000 mt 50.000000 0.000000 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.300000 slw +0 slc +0 slj +[] sdh +np 50.000000 0.000000 mt 55.000000 5.000000 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.000000 slw +0 slc +0 slj +[0.4] sdh +np 55.000000 5.000000 mt 60.000000 10.000000 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.100000 slw +0 slc +0 slj +[] sdh +np 65.000000 -10.000000 mt 70.000000 -5.000000 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.100000 slw +0 slc +0 slj +[0.4] sdh +np 70.000000 -5.000000 mt 75.000000 0.000000 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.300000 slw +0 slc +0 slj +[] sdh +np 75.000000 0.000000 mt 80.000000 5.000000 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.300000 slw +0 slc +0 slj +[] sdh +np 80.000000 5.000000 mt 85.000000 10.000000 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.100000 slw +0 slc +0 slj +[] sdh +np 70.000000 -5.000000 mt 75.000000 -10.000000 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.100000 slw +0 slc +0 slj +[0.4] sdh +np 75.000000 0.000000 mt 80.000000 -5.000000 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.100000 slw +0 slc +0 slj +[0.4] sdh +np 80.000000 5.000000 mt 85.000000 0.000000 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.100000 slw +0 slc +0 slj +[0.4] sdh +np 85.000000 10.000000 mt 90.000000 5.000000 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.100000 slw +0 slc +0 slj +[] sdh +np 65.000000 -10.000000 mt 60.000000 -15.000000 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.100000 slw +0 slc +0 slj +[] sdh +np 65.000000 -10.000000 mt 70.000000 -15.000000 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.300000 slw +0 slc +0 slj +[] sdh +np 35.000000 -15.000000 mt 40.000000 -10.000000 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.100000 slw +0 slc +0 slj +[] sdh +np 92.063011 -12.752343 mt 94.563011 -7.752343 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.100000 slw +0 slc +0 slj +[] sdh +np 94.563011 -7.752343 mt 97.063011 -12.752343 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.100000 slw +0 slc +0 slj +[] sdh +np 102.063011 -12.752343 mt 104.563011 -7.752343 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.100000 slw +0 slc +0 slj +[] sdh +np 104.563011 -7.752343 mt 107.063011 -12.752343 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.100000 slw +0 slc +0 slj +[] sdh +np 112.063011 -12.752343 mt 114.563011 -7.752343 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.100000 slw +0 slc +0 slj +[] sdh +np 114.563011 -7.752343 mt 117.063011 -12.752343 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.100000 slw +0 slc +0 slj +[] sdh +np 122.063011 -12.752343 mt 124.563011 -7.752343 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.100000 slw +0 slc +0 slj +[] sdh +np 124.563011 -7.752343 mt 127.063011 -12.752343 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.100000 slw +0 slc +0 slj +[] sdh +np 94.563011 -7.752343 mt 99.563011 -2.752343 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.100000 slw +0 slc +0 slj +[] sdh +np 99.563011 -2.752343 mt 104.563011 -7.752343 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.100000 slw +0 slc +0 slj +[] sdh +np 114.563011 -7.752343 mt 119.563011 -2.752343 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.100000 slw +0 slc +0 slj +[] sdh +np 119.563011 -2.752343 mt 124.563011 -7.752343 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.100000 slw +0 slc +0 slj +[0.4] sdh +np 99.563011 -2.752343 mt 104.563011 2.247657 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.100000 slw +0 slc +0 slj +[0.4] sdh +np 119.563011 -2.752343 mt 114.563011 2.247657 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.100000 slw +0 slc +0 slj +[] sdh +np 104.563011 2.247657 mt 109.563011 7.247657 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.100000 slw +0 slc +0 slj +[] sdh +np 109.563011 7.247657 mt 114.563011 2.247657 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.100000 slw +0 slc +0 slj +[0.4] sdh +np 109.563011 7.247657 mt 109.563011 2.247657 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.100000 slw +0 slc +0 slj +[] sdh +np 109.563011 2.247657 mt 107.063011 -2.752343 lt st +gr +gs +0.000000 0.000000 0.000000 sclr +0.100000 slw +0 slc +0 slj +[] sdh +np 109.563011 2.247657 mt 112.063011 -2.752343 lt st +gr +gs +0.000000 slw +0 slc +0 slj +[] sdh +0.000000 0.000000 0.000000 sclr +np +93.063011 -12.752343 mt 93.063011 -12.367443 92.896347 -12.078768 92.563011 -11.886318 ct +92.229675 -11.693868 91.896347 -11.693868 91.563011 -11.886318 ct +91.229675 -12.078769 91.063011 -12.367444 91.063011 -12.752344 ct +91.063011 -13.137244 91.229675 -13.425919 91.563011 -13.618369 ct +91.896347 -13.810820 92.229675 -13.810820 92.563011 -13.618369 ct +92.896347 -13.425919 93.063011 -13.137243 93.063011 -12.752343 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +93.063011 -12.752343 mt 93.063011 -12.367443 92.896347 -12.078768 92.563011 -11.886318 ct +92.229675 -11.693868 91.896347 -11.693868 91.563011 -11.886318 ct +91.229675 -12.078769 91.063011 -12.367444 91.063011 -12.752344 ct +91.063011 -13.137244 91.229675 -13.425919 91.563011 -13.618369 ct +91.896347 -13.810820 92.229675 -13.810820 92.563011 -13.618369 ct +92.896347 -13.425919 93.063011 -13.137243 93.063011 -12.752343 ct +cp +st +gr +gs +0.100000 slw +0 slc +0 slj +[] sdh +0.000000 0.000000 0.000000 sclr +np +98.063011 -12.752343 mt 98.063011 -12.367443 97.896347 -12.078768 97.563011 -11.886318 ct +97.229675 -11.693868 96.896347 -11.693868 96.563011 -11.886318 ct +96.229675 -12.078769 96.063011 -12.367444 96.063011 -12.752344 ct +96.063011 -13.137244 96.229675 -13.425919 96.563011 -13.618369 ct +96.896347 -13.810820 97.229675 -13.810820 97.563011 -13.618369 ct +97.896347 -13.425919 98.063011 -13.137243 98.063011 -12.752343 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +98.063011 -12.752343 mt 98.063011 -12.367443 97.896347 -12.078768 97.563011 -11.886318 ct +97.229675 -11.693868 96.896347 -11.693868 96.563011 -11.886318 ct +96.229675 -12.078769 96.063011 -12.367444 96.063011 -12.752344 ct +96.063011 -13.137244 96.229675 -13.425919 96.563011 -13.618369 ct +96.896347 -13.810820 97.229675 -13.810820 97.563011 -13.618369 ct +97.896347 -13.425919 98.063011 -13.137243 98.063011 -12.752343 ct +cp +st +gr +gs +0.100000 slw +0 slc +0 slj +[] sdh +0.000000 0.000000 0.000000 sclr +np +103.063011 -12.752343 mt 103.063011 -12.367443 102.896347 -12.078768 102.563011 -11.886318 ct +102.229675 -11.693868 101.896347 -11.693868 101.563011 -11.886318 ct +101.229675 -12.078769 101.063011 -12.367444 101.063011 -12.752344 ct +101.063011 -13.137244 101.229675 -13.425919 101.563011 -13.618369 ct +101.896347 -13.810820 102.229675 -13.810820 102.563011 -13.618369 ct +102.896347 -13.425919 103.063011 -13.137243 103.063011 -12.752343 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +103.063011 -12.752343 mt 103.063011 -12.367443 102.896347 -12.078768 102.563011 -11.886318 ct +102.229675 -11.693868 101.896347 -11.693868 101.563011 -11.886318 ct +101.229675 -12.078769 101.063011 -12.367444 101.063011 -12.752344 ct +101.063011 -13.137244 101.229675 -13.425919 101.563011 -13.618369 ct +101.896347 -13.810820 102.229675 -13.810820 102.563011 -13.618369 ct +102.896347 -13.425919 103.063011 -13.137243 103.063011 -12.752343 ct +cp +st +gr +gs +0.100000 slw +0 slc +0 slj +[] sdh +0.000000 0.000000 0.000000 sclr +np +108.063011 -12.752343 mt 108.063011 -12.367443 107.896347 -12.078768 107.563011 -11.886318 ct +107.229675 -11.693868 106.896347 -11.693868 106.563011 -11.886318 ct +106.229675 -12.078769 106.063011 -12.367444 106.063011 -12.752344 ct +106.063011 -13.137244 106.229675 -13.425919 106.563011 -13.618369 ct +106.896347 -13.810820 107.229675 -13.810820 107.563011 -13.618369 ct +107.896347 -13.425919 108.063011 -13.137243 108.063011 -12.752343 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +108.063011 -12.752343 mt 108.063011 -12.367443 107.896347 -12.078768 107.563011 -11.886318 ct +107.229675 -11.693868 106.896347 -11.693868 106.563011 -11.886318 ct +106.229675 -12.078769 106.063011 -12.367444 106.063011 -12.752344 ct +106.063011 -13.137244 106.229675 -13.425919 106.563011 -13.618369 ct +106.896347 -13.810820 107.229675 -13.810820 107.563011 -13.618369 ct +107.896347 -13.425919 108.063011 -13.137243 108.063011 -12.752343 ct +cp +st +gr +gs +0.100000 slw +0 slc +0 slj +[] sdh +0.000000 0.000000 0.000000 sclr +np +105.563011 -7.752343 mt 105.563011 -7.367443 105.396347 -7.078768 105.063011 -6.886318 ct +104.729675 -6.693868 104.396347 -6.693868 104.063011 -6.886318 ct +103.729675 -7.078768 103.563011 -7.367443 103.563011 -7.752343 ct +103.563011 -8.137243 103.729675 -8.425919 104.063011 -8.618369 ct +104.396347 -8.810820 104.729675 -8.810820 105.063011 -8.618369 ct +105.396347 -8.425919 105.563011 -8.137243 105.563011 -7.752343 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +105.563011 -7.752343 mt 105.563011 -7.367443 105.396347 -7.078768 105.063011 -6.886318 ct +104.729675 -6.693868 104.396347 -6.693868 104.063011 -6.886318 ct +103.729675 -7.078768 103.563011 -7.367443 103.563011 -7.752343 ct +103.563011 -8.137243 103.729675 -8.425919 104.063011 -8.618369 ct +104.396347 -8.810820 104.729675 -8.810820 105.063011 -8.618369 ct +105.396347 -8.425919 105.563011 -8.137243 105.563011 -7.752343 ct +cp +st +gr +gs +0.100000 slw +0 slc +0 slj +[] sdh +0.000000 0.000000 0.000000 sclr +np +95.563011 -7.752343 mt 95.563011 -7.367443 95.396347 -7.078768 95.063011 -6.886318 ct +94.729675 -6.693868 94.396347 -6.693868 94.063011 -6.886318 ct +93.729675 -7.078768 93.563011 -7.367443 93.563011 -7.752343 ct +93.563011 -8.137243 93.729675 -8.425919 94.063011 -8.618369 ct +94.396347 -8.810820 94.729675 -8.810820 95.063011 -8.618369 ct +95.396347 -8.425919 95.563011 -8.137243 95.563011 -7.752343 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +95.563011 -7.752343 mt 95.563011 -7.367443 95.396347 -7.078768 95.063011 -6.886318 ct +94.729675 -6.693868 94.396347 -6.693868 94.063011 -6.886318 ct +93.729675 -7.078768 93.563011 -7.367443 93.563011 -7.752343 ct +93.563011 -8.137243 93.729675 -8.425919 94.063011 -8.618369 ct +94.396347 -8.810820 94.729675 -8.810820 95.063011 -8.618369 ct +95.396347 -8.425919 95.563011 -8.137243 95.563011 -7.752343 ct +cp +st +gr +gs +0.100000 slw +0 slc +0 slj +[] sdh +0.000000 0.000000 0.000000 sclr +np +113.063011 -12.752343 mt 113.063011 -12.367443 112.896347 -12.078768 112.563011 -11.886318 ct +112.229675 -11.693868 111.896347 -11.693868 111.563011 -11.886318 ct +111.229675 -12.078769 111.063011 -12.367444 111.063011 -12.752344 ct +111.063011 -13.137244 111.229675 -13.425919 111.563011 -13.618369 ct +111.896347 -13.810820 112.229675 -13.810820 112.563011 -13.618369 ct +112.896347 -13.425919 113.063011 -13.137243 113.063011 -12.752343 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +113.063011 -12.752343 mt 113.063011 -12.367443 112.896347 -12.078768 112.563011 -11.886318 ct +112.229675 -11.693868 111.896347 -11.693868 111.563011 -11.886318 ct +111.229675 -12.078769 111.063011 -12.367444 111.063011 -12.752344 ct +111.063011 -13.137244 111.229675 -13.425919 111.563011 -13.618369 ct +111.896347 -13.810820 112.229675 -13.810820 112.563011 -13.618369 ct +112.896347 -13.425919 113.063011 -13.137243 113.063011 -12.752343 ct +cp +st +gr +gs +0.100000 slw +0 slc +0 slj +[] sdh +0.000000 0.000000 0.000000 sclr +np +118.063011 -12.752343 mt 118.063011 -12.367443 117.896347 -12.078768 117.563011 -11.886318 ct +117.229675 -11.693868 116.896347 -11.693868 116.563011 -11.886318 ct +116.229675 -12.078769 116.063011 -12.367444 116.063011 -12.752344 ct +116.063011 -13.137244 116.229675 -13.425919 116.563011 -13.618369 ct +116.896347 -13.810820 117.229675 -13.810820 117.563011 -13.618369 ct +117.896347 -13.425919 118.063011 -13.137243 118.063011 -12.752343 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +118.063011 -12.752343 mt 118.063011 -12.367443 117.896347 -12.078768 117.563011 -11.886318 ct +117.229675 -11.693868 116.896347 -11.693868 116.563011 -11.886318 ct +116.229675 -12.078769 116.063011 -12.367444 116.063011 -12.752344 ct +116.063011 -13.137244 116.229675 -13.425919 116.563011 -13.618369 ct +116.896347 -13.810820 117.229675 -13.810820 117.563011 -13.618369 ct +117.896347 -13.425919 118.063011 -13.137243 118.063011 -12.752343 ct +cp +st +gr +gs +0.100000 slw +0 slc +0 slj +[] sdh +0.000000 0.000000 0.000000 sclr +np +115.563011 -7.752343 mt 115.563011 -7.367443 115.396347 -7.078768 115.063011 -6.886318 ct +114.729675 -6.693868 114.396347 -6.693868 114.063011 -6.886318 ct +113.729675 -7.078768 113.563011 -7.367443 113.563011 -7.752343 ct +113.563011 -8.137243 113.729675 -8.425919 114.063011 -8.618369 ct +114.396347 -8.810820 114.729675 -8.810820 115.063011 -8.618369 ct +115.396347 -8.425919 115.563011 -8.137243 115.563011 -7.752343 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +115.563011 -7.752343 mt 115.563011 -7.367443 115.396347 -7.078768 115.063011 -6.886318 ct +114.729675 -6.693868 114.396347 -6.693868 114.063011 -6.886318 ct +113.729675 -7.078768 113.563011 -7.367443 113.563011 -7.752343 ct +113.563011 -8.137243 113.729675 -8.425919 114.063011 -8.618369 ct +114.396347 -8.810820 114.729675 -8.810820 115.063011 -8.618369 ct +115.396347 -8.425919 115.563011 -8.137243 115.563011 -7.752343 ct +cp +st +gr +gs +0.100000 slw +0 slc +0 slj +[] sdh +0.000000 0.000000 0.000000 sclr +np +123.063011 -12.752343 mt 123.063011 -12.367443 122.896347 -12.078768 122.563011 -11.886318 ct +122.229675 -11.693868 121.896347 -11.693868 121.563011 -11.886318 ct +121.229675 -12.078769 121.063011 -12.367444 121.063011 -12.752344 ct +121.063011 -13.137244 121.229675 -13.425919 121.563011 -13.618369 ct +121.896347 -13.810820 122.229675 -13.810820 122.563011 -13.618369 ct +122.896347 -13.425919 123.063011 -13.137243 123.063011 -12.752343 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +123.063011 -12.752343 mt 123.063011 -12.367443 122.896347 -12.078768 122.563011 -11.886318 ct +122.229675 -11.693868 121.896347 -11.693868 121.563011 -11.886318 ct +121.229675 -12.078769 121.063011 -12.367444 121.063011 -12.752344 ct +121.063011 -13.137244 121.229675 -13.425919 121.563011 -13.618369 ct +121.896347 -13.810820 122.229675 -13.810820 122.563011 -13.618369 ct +122.896347 -13.425919 123.063011 -13.137243 123.063011 -12.752343 ct +cp +st +gr +gs +0.000000 slw +0 slc +0 slj +[] sdh +0.000000 0.000000 0.000000 sclr +np +128.063019 -12.752343 mt 128.063019 -12.367443 127.896355 -12.078768 127.563019 -11.886318 ct +127.229683 -11.693868 126.896347 -11.693868 126.563011 -11.886318 ct +126.229675 -12.078769 126.063011 -12.367444 126.063011 -12.752344 ct +126.063011 -13.137244 126.229675 -13.425919 126.563011 -13.618369 ct +126.896347 -13.810820 127.229675 -13.810820 127.563004 -13.618369 ct +127.896339 -13.425919 128.063004 -13.137243 128.063004 -12.752343 ct +fi +0.000000 0.000000 0.000000 sclr +np +128.063019 -12.752343 mt 128.063019 -12.367443 127.896355 -12.078768 127.563019 -11.886318 ct +127.229683 -11.693868 126.896347 -11.693868 126.563011 -11.886318 ct +126.229675 -12.078769 126.063011 -12.367444 126.063011 -12.752344 ct +126.063011 -13.137244 126.229675 -13.425919 126.563011 -13.618369 ct +126.896347 -13.810820 127.229675 -13.810820 127.563004 -13.618369 ct +127.896339 -13.425919 128.063004 -13.137243 128.063004 -12.752343 ct +st +gr +gs +0.100000 slw +0 slc +0 slj +[] sdh +0.000000 0.000000 0.000000 sclr +np +125.563011 -7.752343 mt 125.563011 -7.367443 125.396347 -7.078768 125.063011 -6.886318 ct +124.729675 -6.693868 124.396347 -6.693868 124.063011 -6.886318 ct +123.729675 -7.078768 123.563011 -7.367443 123.563011 -7.752343 ct +123.563011 -8.137243 123.729675 -8.425919 124.063011 -8.618369 ct +124.396347 -8.810820 124.729675 -8.810820 125.063011 -8.618369 ct +125.396347 -8.425919 125.563011 -8.137243 125.563011 -7.752343 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +125.563011 -7.752343 mt 125.563011 -7.367443 125.396347 -7.078768 125.063011 -6.886318 ct +124.729675 -6.693868 124.396347 -6.693868 124.063011 -6.886318 ct +123.729675 -7.078768 123.563011 -7.367443 123.563011 -7.752343 ct +123.563011 -8.137243 123.729675 -8.425919 124.063011 -8.618369 ct +124.396347 -8.810820 124.729675 -8.810820 125.063011 -8.618369 ct +125.396347 -8.425919 125.563011 -8.137243 125.563011 -7.752343 ct +cp +st +gr +gs +0.100000 slw +0 slc +0 slj +[] sdh +0.000000 0.000000 0.000000 sclr +np +120.563011 -2.752343 mt 120.563011 -2.367443 120.396347 -2.078768 120.063011 -1.886318 ct +119.729675 -1.693868 119.396347 -1.693868 119.063011 -1.886318 ct +118.729675 -2.078768 118.563011 -2.367443 118.563011 -2.752343 ct +118.563011 -3.137244 118.729675 -3.425919 119.063011 -3.618369 ct +119.396347 -3.810819 119.729675 -3.810819 120.063011 -3.618369 ct +120.396347 -3.425918 120.563011 -3.137243 120.563011 -2.752343 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +120.563011 -2.752343 mt 120.563011 -2.367443 120.396347 -2.078768 120.063011 -1.886318 ct +119.729675 -1.693868 119.396347 -1.693868 119.063011 -1.886318 ct +118.729675 -2.078768 118.563011 -2.367443 118.563011 -2.752343 ct +118.563011 -3.137244 118.729675 -3.425919 119.063011 -3.618369 ct +119.396347 -3.810819 119.729675 -3.810819 120.063011 -3.618369 ct +120.396347 -3.425918 120.563011 -3.137243 120.563011 -2.752343 ct +cp +st +gr +gs +0.100000 slw +0 slc +0 slj +[] sdh +1.000000 1.000000 1.000000 sclr +np +115.563011 2.247657 mt 115.563011 2.632557 115.396347 2.921232 115.063011 3.113682 ct +114.729675 3.306132 114.396347 3.306132 114.063011 3.113682 ct +113.729675 2.921232 113.563011 2.632557 113.563011 2.247657 ct +113.563011 1.862757 113.729675 1.574081 114.063011 1.381631 ct +114.396347 1.189181 114.729675 1.189181 115.063011 1.381631 ct +115.396347 1.574082 115.563011 1.862757 115.563011 2.247657 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +115.563011 2.247657 mt 115.563011 2.632557 115.396347 2.921232 115.063011 3.113682 ct +114.729675 3.306132 114.396347 3.306132 114.063011 3.113682 ct +113.729675 2.921232 113.563011 2.632557 113.563011 2.247657 ct +113.563011 1.862757 113.729675 1.574081 114.063011 1.381631 ct +114.396347 1.189181 114.729675 1.189181 115.063011 1.381631 ct +115.396347 1.574082 115.563011 1.862757 115.563011 2.247657 ct +cp +st +gr +gs +0.100000 slw +0 slc +0 slj +[] sdh +0.000000 0.000000 0.000000 sclr +np +110.563011 2.247657 mt 110.563011 2.632557 110.396347 2.921232 110.063011 3.113682 ct +109.729675 3.306132 109.396347 3.306132 109.063011 3.113682 ct +108.729675 2.921232 108.563011 2.632557 108.563011 2.247657 ct +108.563011 1.862757 108.729675 1.574081 109.063011 1.381631 ct +109.396347 1.189181 109.729675 1.189181 110.063011 1.381631 ct +110.396347 1.574082 110.563011 1.862757 110.563011 2.247657 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +110.563011 2.247657 mt 110.563011 2.632557 110.396347 2.921232 110.063011 3.113682 ct +109.729675 3.306132 109.396347 3.306132 109.063011 3.113682 ct +108.729675 2.921232 108.563011 2.632557 108.563011 2.247657 ct +108.563011 1.862757 108.729675 1.574081 109.063011 1.381631 ct +109.396347 1.189181 109.729675 1.189181 110.063011 1.381631 ct +110.396347 1.574082 110.563011 1.862757 110.563011 2.247657 ct +cp +st +gr +gs +0.100000 slw +0 slc +0 slj +[] sdh +0.000000 0.000000 0.000000 sclr +np +108.063011 -2.752343 mt 108.063011 -2.367443 107.896347 -2.078768 107.563011 -1.886318 ct +107.229675 -1.693868 106.896347 -1.693868 106.563011 -1.886318 ct +106.229675 -2.078768 106.063011 -2.367443 106.063011 -2.752343 ct +106.063011 -3.137244 106.229675 -3.425919 106.563011 -3.618369 ct +106.896347 -3.810819 107.229675 -3.810819 107.563011 -3.618369 ct +107.896347 -3.425918 108.063011 -3.137243 108.063011 -2.752343 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +108.063011 -2.752343 mt 108.063011 -2.367443 107.896347 -2.078768 107.563011 -1.886318 ct +107.229675 -1.693868 106.896347 -1.693868 106.563011 -1.886318 ct +106.229675 -2.078768 106.063011 -2.367443 106.063011 -2.752343 ct +106.063011 -3.137244 106.229675 -3.425919 106.563011 -3.618369 ct +106.896347 -3.810819 107.229675 -3.810819 107.563011 -3.618369 ct +107.896347 -3.425918 108.063011 -3.137243 108.063011 -2.752343 ct +cp +st +gr +gs +0.100000 slw +0 slc +0 slj +[] sdh +0.000000 0.000000 0.000000 sclr +np +113.063011 -2.752343 mt 113.063011 -2.367443 112.896347 -2.078768 112.563011 -1.886318 ct +112.229675 -1.693868 111.896347 -1.693868 111.563011 -1.886318 ct +111.229675 -2.078768 111.063011 -2.367443 111.063011 -2.752343 ct +111.063011 -3.137244 111.229675 -3.425919 111.563011 -3.618369 ct +111.896347 -3.810819 112.229675 -3.810819 112.563011 -3.618369 ct +112.896347 -3.425918 113.063011 -3.137243 113.063011 -2.752343 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +113.063011 -2.752343 mt 113.063011 -2.367443 112.896347 -2.078768 112.563011 -1.886318 ct +112.229675 -1.693868 111.896347 -1.693868 111.563011 -1.886318 ct +111.229675 -2.078768 111.063011 -2.367443 111.063011 -2.752343 ct +111.063011 -3.137244 111.229675 -3.425919 111.563011 -3.618369 ct +111.896347 -3.810819 112.229675 -3.810819 112.563011 -3.618369 ct +112.896347 -3.425918 113.063011 -3.137243 113.063011 -2.752343 ct +cp +st +gr +gs +0.100000 slw +0 slc +0 slj +[] sdh +1.000000 1.000000 1.000000 sclr +np +110.563011 7.247657 mt 110.563011 7.632557 110.396347 7.921232 110.063011 8.113682 ct +109.729675 8.306132 109.396347 8.306132 109.063011 8.113682 ct +108.729675 7.921232 108.563011 7.632557 108.563011 7.247657 ct +108.563011 6.862757 108.729675 6.574081 109.063011 6.381631 ct +109.396347 6.189181 109.729675 6.189181 110.063011 6.381631 ct +110.396347 6.574081 110.563011 6.862757 110.563011 7.247657 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +110.563011 7.247657 mt 110.563011 7.632557 110.396347 7.921232 110.063011 8.113682 ct +109.729675 8.306132 109.396347 8.306132 109.063011 8.113682 ct +108.729675 7.921232 108.563011 7.632557 108.563011 7.247657 ct +108.563011 6.862757 108.729675 6.574081 109.063011 6.381631 ct +109.396347 6.189181 109.729675 6.189181 110.063011 6.381631 ct +110.396347 6.574081 110.563011 6.862757 110.563011 7.247657 ct +cp +st +gr +gs +0.100000 slw +0 slc +0 slj +[] sdh +1.000000 1.000000 1.000000 sclr +np +105.563011 2.247657 mt 105.563011 2.632557 105.396347 2.921232 105.063011 3.113682 ct +104.729675 3.306132 104.396347 3.306132 104.063011 3.113682 ct +103.729675 2.921232 103.563011 2.632557 103.563011 2.247657 ct +103.563011 1.862757 103.729675 1.574081 104.063011 1.381631 ct +104.396347 1.189181 104.729675 1.189181 105.063011 1.381631 ct +105.396347 1.574082 105.563011 1.862757 105.563011 2.247657 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +105.563011 2.247657 mt 105.563011 2.632557 105.396347 2.921232 105.063011 3.113682 ct +104.729675 3.306132 104.396347 3.306132 104.063011 3.113682 ct +103.729675 2.921232 103.563011 2.632557 103.563011 2.247657 ct +103.563011 1.862757 103.729675 1.574081 104.063011 1.381631 ct +104.396347 1.189181 104.729675 1.189181 105.063011 1.381631 ct +105.396347 1.574082 105.563011 1.862757 105.563011 2.247657 ct +cp +st +gr +gs +0.100000 slw +0 slc +0 slj +[] sdh +0.000000 0.000000 0.000000 sclr +np +100.563011 -2.752343 mt 100.563011 -2.367443 100.396347 -2.078768 100.063011 -1.886318 ct +99.729675 -1.693868 99.396347 -1.693868 99.063011 -1.886318 ct +98.729675 -2.078768 98.563011 -2.367443 98.563011 -2.752343 ct +98.563011 -3.137244 98.729675 -3.425919 99.063011 -3.618369 ct +99.396347 -3.810819 99.729675 -3.810819 100.063011 -3.618369 ct +100.396347 -3.425918 100.563011 -3.137243 100.563011 -2.752343 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +100.563011 -2.752343 mt 100.563011 -2.367443 100.396347 -2.078768 100.063011 -1.886318 ct +99.729675 -1.693868 99.396347 -1.693868 99.063011 -1.886318 ct +98.729675 -2.078768 98.563011 -2.367443 98.563011 -2.752343 ct +98.563011 -3.137244 98.729675 -3.425919 99.063011 -3.618369 ct +99.396347 -3.810819 99.729675 -3.810819 100.063011 -3.618369 ct +100.396347 -3.425918 100.563011 -3.137243 100.563011 -2.752343 ct +cp +st +gr +gs +0.000000 slw +0 slc +0 slj +[] sdh +0.000000 0.000000 0.000000 sclr +np +61.000000 -15.000000 mt 61.000000 -14.615100 60.833332 -14.326425 60.500000 -14.133974 ct +60.166668 -13.941525 59.833332 -13.941525 59.500000 -14.133975 ct +59.166668 -14.326426 59.000000 -14.615100 59.000000 -15.000000 ct +59.000000 -15.384900 59.166668 -15.673575 59.500000 -15.866026 ct +59.833332 -16.058475 60.166668 -16.058475 60.500000 -15.866026 ct +60.833332 -15.673575 61.000000 -15.384900 61.000000 -15.000000 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +61.000000 -15.000000 mt 61.000000 -14.615100 60.833332 -14.326425 60.500000 -14.133974 ct +60.166668 -13.941525 59.833332 -13.941525 59.500000 -14.133975 ct +59.166668 -14.326426 59.000000 -14.615100 59.000000 -15.000000 ct +59.000000 -15.384900 59.166668 -15.673575 59.500000 -15.866026 ct +59.833332 -16.058475 60.166668 -16.058475 60.500000 -15.866026 ct +60.833332 -15.673575 61.000000 -15.384900 61.000000 -15.000000 ct +cp +st +gr +gs +0.000000 slw +0 slc +0 slj +[] sdh +0.000000 0.000000 0.000000 sclr +np +71.000000 -15.000000 mt 71.000000 -14.615100 70.833336 -14.326425 70.500000 -14.133974 ct +70.166664 -13.941525 69.833336 -13.941525 69.500000 -14.133975 ct +69.166664 -14.326426 69.000000 -14.615100 69.000000 -15.000000 ct +69.000000 -15.384900 69.166664 -15.673575 69.500000 -15.866026 ct +69.833336 -16.058475 70.166664 -16.058475 70.500000 -15.866026 ct +70.833336 -15.673575 71.000000 -15.384900 71.000000 -15.000000 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +71.000000 -15.000000 mt 71.000000 -14.615100 70.833336 -14.326425 70.500000 -14.133974 ct +70.166664 -13.941525 69.833336 -13.941525 69.500000 -14.133975 ct +69.166664 -14.326426 69.000000 -14.615100 69.000000 -15.000000 ct +69.000000 -15.384900 69.166664 -15.673575 69.500000 -15.866026 ct +69.833336 -16.058475 70.166664 -16.058475 70.500000 -15.866026 ct +70.833336 -15.673575 71.000000 -15.384900 71.000000 -15.000000 ct +cp +st +gr +gs +0.000000 slw +0 slc +0 slj +[] sdh +0.000000 0.000000 0.000000 sclr +np +66.000000 -10.000000 mt 66.000000 -9.615100 65.833336 -9.326425 65.500000 -9.133974 ct +65.166664 -8.941525 64.833336 -8.941525 64.500000 -9.133975 ct +64.166664 -9.326426 64.000000 -9.615100 64.000000 -10.000000 ct +64.000000 -10.384900 64.166664 -10.673575 64.500000 -10.866026 ct +64.833336 -11.058476 65.166664 -11.058476 65.500000 -10.866026 ct +65.833336 -10.673575 66.000000 -10.384900 66.000000 -10.000000 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +66.000000 -10.000000 mt 66.000000 -9.615100 65.833336 -9.326425 65.500000 -9.133974 ct +65.166664 -8.941525 64.833336 -8.941525 64.500000 -9.133975 ct +64.166664 -9.326426 64.000000 -9.615100 64.000000 -10.000000 ct +64.000000 -10.384900 64.166664 -10.673575 64.500000 -10.866026 ct +64.833336 -11.058476 65.166664 -11.058476 65.500000 -10.866026 ct +65.833336 -10.673575 66.000000 -10.384900 66.000000 -10.000000 ct +cp +st +gr +gs +0.000000 slw +0 slc +0 slj +[] sdh +0.000000 0.000000 0.000000 sclr +np +71.000000 -5.000000 mt 71.000000 -4.615100 70.833336 -4.326425 70.500000 -4.133975 ct +70.166664 -3.941525 69.833336 -3.941525 69.500000 -4.133975 ct +69.166664 -4.326425 69.000000 -4.615100 69.000000 -5.000000 ct +69.000000 -5.384900 69.166664 -5.673575 69.500000 -5.866025 ct +69.833336 -6.058475 70.166664 -6.058475 70.500000 -5.866025 ct +70.833336 -5.673575 71.000000 -5.384900 71.000000 -5.000000 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +71.000000 -5.000000 mt 71.000000 -4.615100 70.833336 -4.326425 70.500000 -4.133975 ct +70.166664 -3.941525 69.833336 -3.941525 69.500000 -4.133975 ct +69.166664 -4.326425 69.000000 -4.615100 69.000000 -5.000000 ct +69.000000 -5.384900 69.166664 -5.673575 69.500000 -5.866025 ct +69.833336 -6.058475 70.166664 -6.058475 70.500000 -5.866025 ct +70.833336 -5.673575 71.000000 -5.384900 71.000000 -5.000000 ct +cp +st +gr +gs +0.000000 slw +0 slc +0 slj +[] sdh +0.000000 0.000000 0.000000 sclr +np +76.000000 -10.000000 mt 76.000000 -9.615100 75.833336 -9.326425 75.500000 -9.133974 ct +75.166664 -8.941525 74.833336 -8.941525 74.500000 -9.133975 ct +74.166664 -9.326426 74.000000 -9.615100 74.000000 -10.000000 ct +74.000000 -10.384900 74.166664 -10.673575 74.500000 -10.866026 ct +74.833336 -11.058476 75.166664 -11.058476 75.500000 -10.866026 ct +75.833336 -10.673575 76.000000 -10.384900 76.000000 -10.000000 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +76.000000 -10.000000 mt 76.000000 -9.615100 75.833336 -9.326425 75.500000 -9.133974 ct +75.166664 -8.941525 74.833336 -8.941525 74.500000 -9.133975 ct +74.166664 -9.326426 74.000000 -9.615100 74.000000 -10.000000 ct +74.000000 -10.384900 74.166664 -10.673575 74.500000 -10.866026 ct +74.833336 -11.058476 75.166664 -11.058476 75.500000 -10.866026 ct +75.833336 -10.673575 76.000000 -10.384900 76.000000 -10.000000 ct +cp +st +gr +gs +0.000000 slw +0 slc +0 slj +[] sdh +1.000000 1.000000 1.000000 sclr +np +76.000000 0.000000 mt 76.000000 0.384900 75.833336 0.673575 75.500000 0.866025 ct +75.166664 1.058475 74.833336 1.058475 74.500000 0.866025 ct +74.166664 0.673575 74.000000 0.384900 74.000000 -0.000000 ct +74.000000 -0.384900 74.166664 -0.673575 74.500000 -0.866025 ct +74.833336 -1.058475 75.166664 -1.058475 75.500000 -0.866025 ct +75.833336 -0.673575 76.000000 -0.384900 76.000000 0.000000 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +76.000000 0.000000 mt 76.000000 0.384900 75.833336 0.673575 75.500000 0.866025 ct +75.166664 1.058475 74.833336 1.058475 74.500000 0.866025 ct +74.166664 0.673575 74.000000 0.384900 74.000000 -0.000000 ct +74.000000 -0.384900 74.166664 -0.673575 74.500000 -0.866025 ct +74.833336 -1.058475 75.166664 -1.058475 75.500000 -0.866025 ct +75.833336 -0.673575 76.000000 -0.384900 76.000000 0.000000 ct +cp +st +gr +gs +0.000000 slw +0 slc +0 slj +[] sdh +0.000000 0.000000 0.000000 sclr +np +81.000000 -5.000000 mt 81.000000 -4.615100 80.833336 -4.326425 80.500000 -4.133975 ct +80.166664 -3.941525 79.833336 -3.941525 79.500000 -4.133975 ct +79.166664 -4.326425 79.000000 -4.615100 79.000000 -5.000000 ct +79.000000 -5.384900 79.166664 -5.673575 79.500000 -5.866025 ct +79.833336 -6.058475 80.166664 -6.058475 80.500000 -5.866025 ct +80.833336 -5.673575 81.000000 -5.384900 81.000000 -5.000000 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +81.000000 -5.000000 mt 81.000000 -4.615100 80.833336 -4.326425 80.500000 -4.133975 ct +80.166664 -3.941525 79.833336 -3.941525 79.500000 -4.133975 ct +79.166664 -4.326425 79.000000 -4.615100 79.000000 -5.000000 ct +79.000000 -5.384900 79.166664 -5.673575 79.500000 -5.866025 ct +79.833336 -6.058475 80.166664 -6.058475 80.500000 -5.866025 ct +80.833336 -5.673575 81.000000 -5.384900 81.000000 -5.000000 ct +cp +st +gr +gs +0.000000 slw +0 slc +0 slj +[] sdh +1.000000 1.000000 1.000000 sclr +np +81.000000 5.000000 mt 81.000000 5.384900 80.833336 5.673575 80.500000 5.866025 ct +80.166664 6.058475 79.833336 6.058475 79.500000 5.866025 ct +79.166664 5.673575 79.000000 5.384900 79.000000 5.000000 ct +79.000000 4.615100 79.166664 4.326425 79.500000 4.133975 ct +79.833336 3.941525 80.166664 3.941525 80.500000 4.133975 ct +80.833336 4.326425 81.000000 4.615100 81.000000 5.000000 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +81.000000 5.000000 mt 81.000000 5.384900 80.833336 5.673575 80.500000 5.866025 ct +80.166664 6.058475 79.833336 6.058475 79.500000 5.866025 ct +79.166664 5.673575 79.000000 5.384900 79.000000 5.000000 ct +79.000000 4.615100 79.166664 4.326425 79.500000 4.133975 ct +79.833336 3.941525 80.166664 3.941525 80.500000 4.133975 ct +80.833336 4.326425 81.000000 4.615100 81.000000 5.000000 ct +cp +st +gr +gs +0.000000 slw +0 slc +0 slj +[] sdh +0.000000 0.000000 0.000000 sclr +np +86.000000 0.000000 mt 86.000000 0.384900 85.833336 0.673575 85.500000 0.866025 ct +85.166664 1.058475 84.833336 1.058475 84.500000 0.866025 ct +84.166664 0.673575 84.000000 0.384900 84.000000 -0.000000 ct +84.000000 -0.384900 84.166664 -0.673575 84.500000 -0.866025 ct +84.833336 -1.058475 85.166664 -1.058475 85.500000 -0.866025 ct +85.833336 -0.673575 86.000000 -0.384900 86.000000 0.000000 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +86.000000 0.000000 mt 86.000000 0.384900 85.833336 0.673575 85.500000 0.866025 ct +85.166664 1.058475 84.833336 1.058475 84.500000 0.866025 ct +84.166664 0.673575 84.000000 0.384900 84.000000 -0.000000 ct +84.000000 -0.384900 84.166664 -0.673575 84.500000 -0.866025 ct +84.833336 -1.058475 85.166664 -1.058475 85.500000 -0.866025 ct +85.833336 -0.673575 86.000000 -0.384900 86.000000 0.000000 ct +cp +st +gr +gs +0.000000 slw +0 slc +0 slj +[] sdh +1.000000 1.000000 1.000000 sclr +np +86.000000 10.000000 mt 86.000000 10.384900 85.833336 10.673575 85.500000 10.866026 ct +85.166664 11.058475 84.833336 11.058475 84.500000 10.866025 ct +84.166664 10.673574 84.000000 10.384900 84.000000 10.000000 ct +84.000000 9.615100 84.166664 9.326425 84.500000 9.133974 ct +84.833336 8.941524 85.166664 8.941524 85.500000 9.133974 ct +85.833336 9.326425 86.000000 9.615100 86.000000 10.000000 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +86.000000 10.000000 mt 86.000000 10.384900 85.833336 10.673575 85.500000 10.866026 ct +85.166664 11.058475 84.833336 11.058475 84.500000 10.866025 ct +84.166664 10.673574 84.000000 10.384900 84.000000 10.000000 ct +84.000000 9.615100 84.166664 9.326425 84.500000 9.133974 ct +84.833336 8.941524 85.166664 8.941524 85.500000 9.133974 ct +85.833336 9.326425 86.000000 9.615100 86.000000 10.000000 ct +cp +st +gr +gs +0.000000 slw +0 slc +0 slj +[] sdh +0.000000 0.000000 0.000000 sclr +np +91.000000 5.000000 mt 91.000000 5.384900 90.833336 5.673575 90.500000 5.866025 ct +90.166664 6.058475 89.833336 6.058475 89.500000 5.866025 ct +89.166664 5.673575 89.000000 5.384900 89.000000 5.000000 ct +89.000000 4.615100 89.166664 4.326425 89.500000 4.133975 ct +89.833336 3.941525 90.166664 3.941525 90.500000 4.133975 ct +90.833336 4.326425 91.000000 4.615100 91.000000 5.000000 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +91.000000 5.000000 mt 91.000000 5.384900 90.833336 5.673575 90.500000 5.866025 ct +90.166664 6.058475 89.833336 6.058475 89.500000 5.866025 ct +89.166664 5.673575 89.000000 5.384900 89.000000 5.000000 ct +89.000000 4.615100 89.166664 4.326425 89.500000 4.133975 ct +89.833336 3.941525 90.166664 3.941525 90.500000 4.133975 ct +90.833336 4.326425 91.000000 4.615100 91.000000 5.000000 ct +cp +st +gr +gs +0.000000 slw +0 slc +0 slj +[] sdh +0.000000 0.000000 0.000000 sclr +np +36.000000 -15.000000 mt 36.000000 -14.615100 35.833332 -14.326425 35.500000 -14.133974 ct +35.166668 -13.941525 34.833332 -13.941525 34.500000 -14.133975 ct +34.166668 -14.326426 34.000000 -14.615100 34.000000 -15.000000 ct +34.000000 -15.384900 34.166668 -15.673575 34.500000 -15.866026 ct +34.833332 -16.058475 35.166668 -16.058475 35.500000 -15.866026 ct +35.833332 -15.673575 36.000000 -15.384900 36.000000 -15.000000 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +36.000000 -15.000000 mt 36.000000 -14.615100 35.833332 -14.326425 35.500000 -14.133974 ct +35.166668 -13.941525 34.833332 -13.941525 34.500000 -14.133975 ct +34.166668 -14.326426 34.000000 -14.615100 34.000000 -15.000000 ct +34.000000 -15.384900 34.166668 -15.673575 34.500000 -15.866026 ct +34.833332 -16.058475 35.166668 -16.058475 35.500000 -15.866026 ct +35.833332 -15.673575 36.000000 -15.384900 36.000000 -15.000000 ct +cp +st +gr +gs +0.000000 slw +0 slc +0 slj +[] sdh +0.000000 0.000000 0.000000 sclr +np +41.000000 -10.000000 mt 41.000000 -9.615100 40.833332 -9.326425 40.500000 -9.133974 ct +40.166668 -8.941525 39.833332 -8.941525 39.500000 -9.133975 ct +39.166668 -9.326426 39.000000 -9.615100 39.000000 -10.000000 ct +39.000000 -10.384900 39.166668 -10.673575 39.500000 -10.866026 ct +39.833332 -11.058476 40.166668 -11.058476 40.500000 -10.866026 ct +40.833332 -10.673575 41.000000 -10.384900 41.000000 -10.000000 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +41.000000 -10.000000 mt 41.000000 -9.615100 40.833332 -9.326425 40.500000 -9.133974 ct +40.166668 -8.941525 39.833332 -8.941525 39.500000 -9.133975 ct +39.166668 -9.326426 39.000000 -9.615100 39.000000 -10.000000 ct +39.000000 -10.384900 39.166668 -10.673575 39.500000 -10.866026 ct +39.833332 -11.058476 40.166668 -11.058476 40.500000 -10.866026 ct +40.833332 -10.673575 41.000000 -10.384900 41.000000 -10.000000 ct +cp +st +gr +gs +0.000000 slw +0 slc +0 slj +[] sdh +0.000000 0.000000 0.000000 sclr +np +46.000000 -5.000000 mt 46.000000 -4.615100 45.833332 -4.326425 45.500000 -4.133975 ct +45.166668 -3.941525 44.833332 -3.941525 44.500000 -4.133975 ct +44.166668 -4.326425 44.000000 -4.615100 44.000000 -5.000000 ct +44.000000 -5.384900 44.166668 -5.673575 44.500000 -5.866025 ct +44.833332 -6.058475 45.166668 -6.058475 45.500000 -5.866025 ct +45.833332 -5.673575 46.000000 -5.384900 46.000000 -5.000000 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +46.000000 -5.000000 mt 46.000000 -4.615100 45.833332 -4.326425 45.500000 -4.133975 ct +45.166668 -3.941525 44.833332 -3.941525 44.500000 -4.133975 ct +44.166668 -4.326425 44.000000 -4.615100 44.000000 -5.000000 ct +44.000000 -5.384900 44.166668 -5.673575 44.500000 -5.866025 ct +44.833332 -6.058475 45.166668 -6.058475 45.500000 -5.866025 ct +45.833332 -5.673575 46.000000 -5.384900 46.000000 -5.000000 ct +cp +st +gr +gs +0.000000 slw +0 slc +0 slj +[] sdh +0.000000 0.000000 0.000000 sclr +np +51.000000 0.000000 mt 51.000000 0.384900 50.833332 0.673575 50.500000 0.866025 ct +50.166668 1.058475 49.833332 1.058475 49.500000 0.866025 ct +49.166668 0.673575 49.000000 0.384900 49.000000 -0.000000 ct +49.000000 -0.384900 49.166668 -0.673575 49.500000 -0.866025 ct +49.833332 -1.058475 50.166668 -1.058475 50.500000 -0.866025 ct +50.833332 -0.673575 51.000000 -0.384900 51.000000 0.000000 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +51.000000 0.000000 mt 51.000000 0.384900 50.833332 0.673575 50.500000 0.866025 ct +50.166668 1.058475 49.833332 1.058475 49.500000 0.866025 ct +49.166668 0.673575 49.000000 0.384900 49.000000 -0.000000 ct +49.000000 -0.384900 49.166668 -0.673575 49.500000 -0.866025 ct +49.833332 -1.058475 50.166668 -1.058475 50.500000 -0.866025 ct +50.833332 -0.673575 51.000000 -0.384900 51.000000 0.000000 ct +cp +st +gr +gs +0.000000 slw +0 slc +0 slj +[] sdh +0.000000 0.000000 0.000000 sclr +np +56.000000 5.000000 mt 56.000000 5.384900 55.833332 5.673575 55.500000 5.866025 ct +55.166668 6.058475 54.833332 6.058475 54.500000 5.866025 ct +54.166668 5.673575 54.000000 5.384900 54.000000 5.000000 ct +54.000000 4.615100 54.166668 4.326425 54.500000 4.133975 ct +54.833332 3.941525 55.166668 3.941525 55.500000 4.133975 ct +55.833332 4.326425 56.000000 4.615100 56.000000 5.000000 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +56.000000 5.000000 mt 56.000000 5.384900 55.833332 5.673575 55.500000 5.866025 ct +55.166668 6.058475 54.833332 6.058475 54.500000 5.866025 ct +54.166668 5.673575 54.000000 5.384900 54.000000 5.000000 ct +54.000000 4.615100 54.166668 4.326425 54.500000 4.133975 ct +54.833332 3.941525 55.166668 3.941525 55.500000 4.133975 ct +55.833332 4.326425 56.000000 4.615100 56.000000 5.000000 ct +cp +st +gr +gs +0.000000 slw +0 slc +0 slj +[] sdh +1.000000 1.000000 1.000000 sclr +np +61.000000 10.000000 mt 61.000000 10.384900 60.833332 10.673575 60.500000 10.866026 ct +60.166668 11.058475 59.833332 11.058475 59.500000 10.866025 ct +59.166668 10.673574 59.000000 10.384900 59.000000 10.000000 ct +59.000000 9.615100 59.166668 9.326425 59.500000 9.133974 ct +59.833332 8.941524 60.166668 8.941524 60.500000 9.133974 ct +60.833332 9.326425 61.000000 9.615100 61.000000 10.000000 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +61.000000 10.000000 mt 61.000000 10.384900 60.833332 10.673575 60.500000 10.866026 ct +60.166668 11.058475 59.833332 11.058475 59.500000 10.866025 ct +59.166668 10.673574 59.000000 10.384900 59.000000 10.000000 ct +59.000000 9.615100 59.166668 9.326425 59.500000 9.133974 ct +59.833332 8.941524 60.166668 8.941524 60.500000 9.133974 ct +60.833332 9.326425 61.000000 9.615100 61.000000 10.000000 ct +cp +st +gr +gs +0.000000 slw +0 slc +0 slj +[] sdh +0.000000 0.000000 0.000000 sclr +np +12.284266 -6.864844 mt 12.284266 -6.479944 12.117599 -6.191268 11.784266 -5.998818 ct +11.450933 -5.806368 11.117599 -5.806368 10.784266 -5.998818 ct +10.450933 -6.191268 10.284266 -6.479944 10.284266 -6.864844 ct +10.284266 -7.249744 10.450933 -7.538419 10.784266 -7.730869 ct +11.117599 -7.923319 11.450933 -7.923319 11.784266 -7.730869 ct +12.117599 -7.538419 12.284266 -7.249744 12.284266 -6.864844 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +12.284266 -6.864844 mt 12.284266 -6.479944 12.117599 -6.191268 11.784266 -5.998818 ct +11.450933 -5.806368 11.117599 -5.806368 10.784266 -5.998818 ct +10.450933 -6.191268 10.284266 -6.479944 10.284266 -6.864844 ct +10.284266 -7.249744 10.450933 -7.538419 10.784266 -7.730869 ct +11.117599 -7.923319 11.450933 -7.923319 11.784266 -7.730869 ct +12.117599 -7.538419 12.284266 -7.249744 12.284266 -6.864844 ct +cp +st +gr +gs +0.000000 slw +0 slc +0 slj +[] sdh +0.000000 0.000000 0.000000 sclr +np +17.284266 -6.864844 mt 17.284266 -6.479944 17.117599 -6.191268 16.784266 -5.998818 ct +16.450932 -5.806368 16.117599 -5.806368 15.784266 -5.998818 ct +15.450933 -6.191268 15.284266 -6.479944 15.284266 -6.864844 ct +15.284266 -7.249744 15.450933 -7.538419 15.784266 -7.730869 ct +16.117599 -7.923319 16.450932 -7.923319 16.784266 -7.730869 ct +17.117599 -7.538419 17.284266 -7.249744 17.284266 -6.864844 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +17.284266 -6.864844 mt 17.284266 -6.479944 17.117599 -6.191268 16.784266 -5.998818 ct +16.450932 -5.806368 16.117599 -5.806368 15.784266 -5.998818 ct +15.450933 -6.191268 15.284266 -6.479944 15.284266 -6.864844 ct +15.284266 -7.249744 15.450933 -7.538419 15.784266 -7.730869 ct +16.117599 -7.923319 16.450932 -7.923319 16.784266 -7.730869 ct +17.117599 -7.538419 17.284266 -7.249744 17.284266 -6.864844 ct +cp +st +gr +gs +0.000000 slw +0 slc +0 slj +[] sdh +0.000000 0.000000 0.000000 sclr +np +22.284266 -6.864844 mt 22.284266 -6.479944 22.117599 -6.191268 21.784266 -5.998818 ct +21.450932 -5.806368 21.117599 -5.806368 20.784266 -5.998818 ct +20.450932 -6.191268 20.284266 -6.479944 20.284266 -6.864844 ct +20.284266 -7.249744 20.450932 -7.538419 20.784266 -7.730869 ct +21.117599 -7.923319 21.450932 -7.923319 21.784266 -7.730869 ct +22.117599 -7.538419 22.284266 -7.249744 22.284266 -6.864844 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +22.284266 -6.864844 mt 22.284266 -6.479944 22.117599 -6.191268 21.784266 -5.998818 ct +21.450932 -5.806368 21.117599 -5.806368 20.784266 -5.998818 ct +20.450932 -6.191268 20.284266 -6.479944 20.284266 -6.864844 ct +20.284266 -7.249744 20.450932 -7.538419 20.784266 -7.730869 ct +21.117599 -7.923319 21.450932 -7.923319 21.784266 -7.730869 ct +22.117599 -7.538419 22.284266 -7.249744 22.284266 -6.864844 ct +cp +st +gr +gs +0.000000 slw +0 slc +0 slj +[] sdh +0.000000 0.000000 0.000000 sclr +np +27.284266 -6.864844 mt 27.284266 -6.479944 27.117599 -6.191268 26.784266 -5.998818 ct +26.450932 -5.806368 26.117599 -5.806368 25.784266 -5.998818 ct +25.450932 -6.191268 25.284266 -6.479944 25.284266 -6.864844 ct +25.284266 -7.249744 25.450932 -7.538419 25.784266 -7.730869 ct +26.117599 -7.923319 26.450932 -7.923319 26.784266 -7.730869 ct +27.117599 -7.538419 27.284266 -7.249744 27.284266 -6.864844 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +27.284266 -6.864844 mt 27.284266 -6.479944 27.117599 -6.191268 26.784266 -5.998818 ct +26.450932 -5.806368 26.117599 -5.806368 25.784266 -5.998818 ct +25.450932 -6.191268 25.284266 -6.479944 25.284266 -6.864844 ct +25.284266 -7.249744 25.450932 -7.538419 25.784266 -7.730869 ct +26.117599 -7.923319 26.450932 -7.923319 26.784266 -7.730869 ct +27.117599 -7.538419 27.284266 -7.249744 27.284266 -6.864844 ct +cp +st +gr +gs +0.000000 slw +0 slc +0 slj +[] sdh +0.000000 0.000000 0.000000 sclr +np +32.284264 -6.864844 mt 32.284264 -6.479944 32.117596 -6.191268 31.784264 -5.998818 ct +31.450932 -5.806368 31.117599 -5.806368 30.784266 -5.998818 ct +30.450932 -6.191268 30.284266 -6.479944 30.284266 -6.864844 ct +30.284266 -7.249744 30.450932 -7.538419 30.784266 -7.730869 ct +31.117599 -7.923319 31.450932 -7.923319 31.784264 -7.730869 ct +32.117596 -7.538419 32.284264 -7.249744 32.284264 -6.864844 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +32.284264 -6.864844 mt 32.284264 -6.479944 32.117596 -6.191268 31.784264 -5.998818 ct +31.450932 -5.806368 31.117599 -5.806368 30.784266 -5.998818 ct +30.450932 -6.191268 30.284266 -6.479944 30.284266 -6.864844 ct +30.284266 -7.249744 30.450932 -7.538419 30.784266 -7.730869 ct +31.117599 -7.923319 31.450932 -7.923319 31.784264 -7.730869 ct +32.117596 -7.538419 32.284264 -7.249744 32.284264 -6.864844 ct +cp +st +gr +gs +0.000000 slw +0 slc +0 slj +[] sdh +1.000000 1.000000 1.000000 sclr +np +22.284269 8.135157 mt 22.284269 8.520057 22.117603 8.808732 21.784269 9.001183 ct +21.450935 9.193632 21.117603 9.193632 20.784269 9.001182 ct +20.450935 8.808731 20.284269 8.520057 20.284269 8.135157 ct +20.284269 7.750257 20.450935 7.461581 20.784269 7.269131 ct +21.117603 7.076681 21.450935 7.076681 21.784269 7.269131 ct +22.117603 7.461581 22.284269 7.750257 22.284269 8.135157 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +22.284269 8.135157 mt 22.284269 8.520057 22.117603 8.808732 21.784269 9.001183 ct +21.450935 9.193632 21.117603 9.193632 20.784269 9.001182 ct +20.450935 8.808731 20.284269 8.520057 20.284269 8.135157 ct +20.284269 7.750257 20.450935 7.461581 20.784269 7.269131 ct +21.117603 7.076681 21.450935 7.076681 21.784269 7.269131 ct +22.117603 7.461581 22.284269 7.750257 22.284269 8.135157 ct +cp +st +gr +gs +0.000000 0.000000 0.000000 sclr +0.100000 slw +0 slc +0 slj +[] sdh +np 65.000000 -10.000000 mt 65.000000 -15.000000 lt st +gr +gs +0.000000 slw +0 slc +0 slj +[1] sdh +0.000000 0.000000 0.000000 sclr +np +66.000000 -15.000000 mt 66.000000 -14.615100 65.833336 -14.326425 65.500000 -14.133974 ct +65.166664 -13.941525 64.833336 -13.941525 64.500000 -14.133975 ct +64.166664 -14.326426 64.000000 -14.615100 64.000000 -15.000000 ct +64.000000 -15.384900 64.166664 -15.673575 64.500000 -15.866026 ct +64.833336 -16.058475 65.166664 -16.058475 65.500000 -15.866026 ct +65.833336 -15.673575 66.000000 -15.384900 66.000000 -15.000000 ct +cp +fi +0.000000 0.000000 0.000000 sclr +np +66.000000 -15.000000 mt 66.000000 -14.615100 65.833336 -14.326425 65.500000 -14.133974 ct +65.166664 -13.941525 64.833336 -13.941525 64.500000 -14.133975 ct +64.166664 -14.326426 64.000000 -14.615100 64.000000 -15.000000 ct +64.000000 -15.384900 64.166664 -15.673575 64.500000 -15.866026 ct +64.833336 -16.058475 65.166664 -16.058475 65.500000 -15.866026 ct +65.833336 -15.673575 66.000000 -15.384900 66.000000 -15.000000 ct +cp +st +gr +showpage + +%%Trailer +%%DocumentSuppliedResources: procset VrrEPSProcSet + +end restore +%%EOF diff --git a/10-decomp/mima.vrr b/10-decomp/mima.vrr new file mode 100644 index 0000000..82bded2 --- /dev/null +++ b/10-decomp/mima.vrr @@ -0,0 +1,90 @@ + + (document 0.6 ( (filename "/hdb1/home/mj/tex/ga/10-decomp/mima.vrr") (name "Untitled 1")) ( + (page ( (tex_footer "\\bye +") (tex_header "\\nopagenumbers\\vglue0pt +") (name "mima")) ( + (segment (coords 122.063011169434 -12.7523431777954) (coords 124.563011169434 -7.75234317779541) ( (id 140471432) (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (coords 112.063011169434 -12.7523431777954) (coords 114.563011169434 -7.75234317779541) ( (id 140438448) (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (coords 102.063011169434 -12.7523431777954) (coords 104.563011169434 -7.75234317779541) ( (id 140406592) (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (coords 92.0630111694336 -12.7523431777954) (coords 94.5630111694336 -7.75234317779541) ( (id 140334216) (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (coords 65.0 -10.0) (coords 70.0 -5.0) ( (id 139239184) (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (coords 40.0 -10.0) (coords 45.0 -5.0) ( (id 139067968) (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.300000011920929) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (coords 21.2842693328857 8.13515663146973) (coords 11.2842655181885 -6.86484384536743) ( (id 138656184) (stroke-style (stroke-style dotted)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (end 140471432) (coords 127.063011169434 -12.7523431777954) ( (id 140486320) (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (end 140438448) (coords 117.063011169434 -12.7523431777954) ( (id 140450312) (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (end 140438448) (coords 119.563011169434 -2.75234317779541) ( (id 140622488) (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (end 140406592) (coords 107.063011169434 -12.7523431777954) ( (id 140328600) (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (end 140334216) (coords 97.0630111694336 -12.7523431777954) ( (id 140352152) (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (end 140334216) (coords 99.5630111694336 -2.75234317779541) ( (id 140577544) (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (start 139239184) (coords 60.0 -15.0) ( (id 139377504) (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (start 139239184) (coords 70.0 -15.0) ( (id 138519696) (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (end 139239184) (coords 75.0 0.0) ( (id 139245960) (stroke-style (stroke-style dotted)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (coords 35.0 -15.0) (start 139067968) ( (id 139605896) (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.300000011920929) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (end 139067968) (coords 50.0 0.0) ( (id 139108192) (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.300000011920929) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (start 138656184) (coords 26.2842655181885 -6.86484384536743) ( (id 138731504) (stroke-style (stroke-style dotted)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (start 138656184) (coords 16.2842655181885 -6.86484384536743) ( (id 138680600) (stroke-style (stroke-style dotted)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (end 140622488) (coords 114.563011169434 2.24765682220459) ( (id 140729096) (stroke-style (stroke-style dotted)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (end 140577544) (end 140406592) ( (id 140591752) (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (start 138519696) (coords 65.0 -15.0) ( (id 137618520) (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (segment (start 139245960) (coords 75.0 -10.0) ( (id 139284744) (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (end 139245960) (coords 80.0 5.0) ( (id 139256968) (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.300000011920929) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (end 139108192) (coords 55.0 5.0) ( (id 139117576) (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.300000011920929) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (start 138731504) (coords 31.2842655181885 -6.86484384536743) ( (id 138758920) (stroke-style (stroke-style dotted)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (start 138680600) (coords 21.2842655181885 -6.86484384536743) ( (id 138708872) (stroke-style (stroke-style dotted)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (start 140591752) (coords 104.563011169434 2.24765682220459) ( (id 140680200) (stroke-style (stroke-style dotted)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (start 139256968) (coords 80.0 -5.0) ( (id 139311752) (stroke-style (stroke-style dotted)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (end 139256968) (coords 85.0 10.0) ( (id 139244168) (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.300000011920929) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (end 139256968) (coords 85.0 0.0) ( (id 139330440) (stroke-style (stroke-style dotted)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (end 139117576) (coords 60.0 10.0) ( (id 138822248) (stroke-style (stroke-style dotted)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.0) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (end 140680200) (coords 109.563011169434 7.24765682220459) ( (id 140751752) (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (end 139244168) (coords 90.0 5.0) ( (id 139332104) (stroke-style (stroke-style dotted)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (end 140751752) (end 140729096) ( (id 140763440) (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (start 140763440) (coords 109.563011169434 2.24765682220459) ( (id 140792000) (stroke-style (stroke-style dotted)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (segment (end 140792000) (coords 107.063011169434 -2.75234317779541) ( (id 140806424) (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (top-level-group ( (name "top-level-group")) ( + (decorator-point (end 137618520) 0 1.0 0.0 ( (stroke-style (stroke-style dashed)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.0) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) 137618520 + (decorator-point (start 138708872) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.0) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (decorator-point (end 138758920) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.0) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (decorator-point (end 138731504) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.0) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (decorator-point (end 138708872) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.0) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (decorator-point (end 138680600) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.0) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (decorator-point (end 138656184) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.0) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (decorator-point (end 138822248) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.0) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (decorator-point (end 139117576) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.0) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (decorator-point (start 139117576) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.0) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (decorator-point (end 139067968) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.0) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (decorator-point (end 139605896) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.0) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (decorator-point (start 139605896) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.0) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (decorator-point (end 139332104) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.0) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (decorator-point (end 139244168) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.0) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (decorator-point (end 139330440) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.0) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (decorator-point (start 139330440) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.0) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (decorator-point (end 139311752) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.0) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (decorator-point (start 139311752) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.0) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (decorator-point (end 139284744) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.0) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (decorator-point (end 139239184) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.0) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (decorator-point (start 139239184) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.0) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (decorator-point (end 138519696) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.0) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (decorator-point (end 139377504) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.0) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (decorator-point (start 140591752) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (decorator-point (end 140680200) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (decorator-point (end 140751752) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (decorator-point (coords 112.063011169434 -2.75234317779541) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (decorator-point (end 140806424) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (decorator-point (end 140792000) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (decorator-point (end 140763440) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) + (decorator-point (start 140729096) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (decorator-point (start 140486320) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (decorator-point (end 140486320) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.0) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (decorator-point (start 140471432) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (decorator-point (start 140450312) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (decorator-point (end 140450312) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (decorator-point (start 140438448) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (decorator-point (end 140334216) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (decorator-point (end 140406592) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (decorator-point (end 140328600) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (decorator-point (start 140406592) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (decorator-point (end 140352152) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (decorator-point (start 140334216) 0 1.0 0.0 ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.0) (stroke-color (rgb 0 0 0)) (fill-color (rgb 0 0 0)) (invisible #f) (name "noname"))) + (segment (end 140792000) (coords 112.063011169434 -2.75234317779541) ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) 140806424 140792000 140763440 140751752 140729096 140680200 + (segment (end 140622488) (end 140471432) ( (stroke-style (stroke-style solid)) (stroke-cap (cap-style butt)) (stroke-join (join-style miter)) (stroke-width 0.100000001490116) (stroke-color (rgb 0 0 0)) (fill-color (rgb 255 255 255)) (invisible #f) (name "noname"))) 140622488 140591752 140577544 140486320 140471432 140450312 140438448 140328600 140406592 140352152 140334216 139605896 138519696 139377504 139332104 139330440 139311752 139284744 139244168 139256968 139245960 139239184 138822248 139117576 139108192 139067968 138758920 138731504 138708872 138680600 138656184)))))) \ No newline at end of file -- 2.39.2