summaryrefslogtreecommitdiff
path: root/graphics/pstricks/contrib/pst-fun
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /graphics/pstricks/contrib/pst-fun
Initial commit
Diffstat (limited to 'graphics/pstricks/contrib/pst-fun')
-rw-r--r--graphics/pstricks/contrib/pst-fun/Changes11
-rw-r--r--graphics/pstricks/contrib/pst-fun/Makefile70
-rw-r--r--graphics/pstricks/contrib/pst-fun/README12
-rw-r--r--graphics/pstricks/contrib/pst-fun/pst-fun-doc.bib141
-rw-r--r--graphics/pstricks/contrib/pst-fun/pst-fun-doc.pdfbin0 -> 407412 bytes
-rw-r--r--graphics/pstricks/contrib/pst-fun/pst-fun-doc.tex152
-rw-r--r--graphics/pstricks/contrib/pst-fun/pst-fun.pro1620
-rw-r--r--graphics/pstricks/contrib/pst-fun/pst-fun.sty11
-rw-r--r--graphics/pstricks/contrib/pst-fun/pst-fun.tex770
9 files changed, 2787 insertions, 0 deletions
diff --git a/graphics/pstricks/contrib/pst-fun/Changes b/graphics/pstricks/contrib/pst-fun/Changes
new file mode 100644
index 0000000000..5412debf26
--- /dev/null
+++ b/graphics/pstricks/contrib/pst-fun/Changes
@@ -0,0 +1,11 @@
+..... pst-fun.tex
+0.04 2010-04-18 added \psPig
+0.03 2008-06-22 added \psKangaroo
+0.02 2007-09-09 added \psAnt
+0.01 2007-07-23 initial version
+
+
+..... pst-fun.sty
+ 2004-10-18 first version
+
+
diff --git a/graphics/pstricks/contrib/pst-fun/Makefile b/graphics/pstricks/contrib/pst-fun/Makefile
new file mode 100644
index 0000000000..ac88347f80
--- /dev/null
+++ b/graphics/pstricks/contrib/pst-fun/Makefile
@@ -0,0 +1,70 @@
+
+# `Makefile' for `pst-coil.pdf', hv, 2006/08/11
+
+.SUFFIXES : .tex .ltx .dvi .ps .pdf .eps
+
+PACKAGE = pst-fun
+
+MAIN = $(PACKAGE)-doc
+
+LATEX = latex
+
+ARCHNAME = $(MAIN)-$(shell date +%y%m%d)
+
+ARCHFILES = $(PACKAGE).sty $(PACKAGE).tex $(PACKAGE).pro $(MAIN).tex README Changes Makefile
+
+TDS = ~/PSTricks/PSTricks-TDS
+
+all : doc clean
+
+doc: $(MAIN).pdf
+
+$(MAIN).pdf : $(MAIN).ps
+ GS_OPTIONS=-dAutoRotatePages=/None ps2pdf $<
+
+$(MAIN).ps : $(MAIN).dvi
+ dvips $<
+
+$(MAIN).dvi : $(MAIN).tex
+ $(LATEX) $<
+ $(LATEX) $<
+ if ! test -f $(basename $<).glo ; then touch $(basename $<).glo; fi
+ if ! test -f $(basename $<).idx ; then touch $(basename $<).idx; fi
+ makeindex -s gglo.ist -t $(basename $<).glg -o $(basename $<).gls \
+ $(basename $<).glo
+ makeindex -t $(basename $<).ilg -o $(basename $<).ind \
+ $(basename $<).idx
+ bibtex $(basename $<)
+ $(LATEX) $<
+ $(LATEX) $<
+
+clean :
+ $(RM) $(addprefix $(MAIN), .log .aux .blg .bbl .glg .glo .gls .ilg .idx .ind .tmp .toc .out )
+ $(RM) $(addprefix $(MAIN), .dvi .ps)
+
+veryclean : clean
+ $(RM) $(addprefix $(MAIN), .pdf .bbl .blg)
+
+arch :
+ zip $(ARCHNAME).zip $(ARCHFILES)
+
+tds:
+ cp -u Changes $(TDS)/doc/generic/$(PACKAGE)/
+ cp -u README $(TDS)/doc/generic/$(PACKAGE)/
+ cp -u $(MAIN).pdf $(TDS)/doc/generic/$(PACKAGE)/
+#
+ cp -u Changes $(TDS)/tex/latex/$(PACKAGE)/
+ cp -u $(PACKAGE).sty $(TDS)/tex/latex/$(PACKAGE)/
+#
+ cp -u Changes $(TDS)/tex/generic/$(PACKAGE)/
+ cp -u $(PACKAGE).tex $(TDS)/tex/generic/$(PACKAGE)/
+#
+ cp -u Changes $(TDS)/dvips/$(PACKAGE)/
+ cp -u $(PACKAGE).pro $(TDS)/dvips/$(PACKAGE)/
+#
+ cp -u Changes $(TDS)/source/$(PACKAGE)/
+ cp -u $(MAIN).tex $(TDS)/source/$(PACKAGE)/
+ cp -u $(MAIN).bib $(TDS)/source/$(PACKAGE)/
+ cp -u Makefile $(TDS)/source/$(PACKAGE)/
+
+# EOF
diff --git a/graphics/pstricks/contrib/pst-fun/README b/graphics/pstricks/contrib/pst-fun/README
new file mode 100644
index 0000000000..af752b1e8a
--- /dev/null
+++ b/graphics/pstricks/contrib/pst-fun/README
@@ -0,0 +1,12 @@
+pst-fun: plotting special funny objects, like Bill from Gaucho brothers
+
+Save the files pst-fun.sty|tex in a directory, which is part of your
+local TeX tree. The pro file should go into $TEXMF/dvips/pstricks/
+Then do not forget to run texhash to update this tree.
+For more information see the documentation of your LATEX distribution
+on installing packages into your local TeX system or read the
+TeX Frequently Asked Questions:
+(http://www.tex.ac.uk/cgi-bin/texfaq2html?label=instpackages).
+
+PSTricks is PostScript Tricks, the documentation cannot be run
+with pdftex, use the sequence latex->dvips->ps2pdf. \ No newline at end of file
diff --git a/graphics/pstricks/contrib/pst-fun/pst-fun-doc.bib b/graphics/pstricks/contrib/pst-fun/pst-fun-doc.bib
new file mode 100644
index 0000000000..aa2a55a632
--- /dev/null
+++ b/graphics/pstricks/contrib/pst-fun/pst-fun-doc.bib
@@ -0,0 +1,141 @@
+%% -*-bibtex-*-
+@STRING{tugboat = {TUGboat} }
+@STRING{beiprogramm = {{\TeX}-Beiprogramm} }
+@STRING{bretter = {Bretter, die die Welt bedeuten} }
+@STRING{dtk = {{D}ie {\TeX}nische {K}om{\"o}die} }
+@STRING{editorial = {Editorial} }
+@STRING{fremdebuehne = {Von fremden B{\"u}hnen} }
+@STRING{fundus = {Aus dem Fundus} }
+@STRING{hinterbuehne = {Hinter der B{\"u}hne} }
+@STRING{leserbrief = {Leserbrief(e)} }
+@STRING{magazin = {Magazin} }
+@STRING{rezension = {Rezensionen} }
+@STRING{schonimmer = {Was Sie schon immer {\"u}ber {\TeX} wissen wollten \dots} }
+@STRING{theaterkasse = {Von der Theaterkasse} }
+@STRING{theatertage = {{\TeX}-Theatertage} }
+
+@Article{ dtk02.2:jackson.voss:plot-funktionen,
+ author = {Laura E. Jackson and Herbert Vo{\ss}},
+ title = {Die {P}lot-{F}unktionen von {\texttt{pst-plot}}},
+ journal = dtk,
+ year = 2002,
+ volume = {2/02},
+ altvolume = 2,
+ altnumber = 14,
+ month = jun,
+ pages = {27--34},
+ annote = bretter,
+ keywords = {},
+ abstract = { Im letzten Heft wurden die mathematischen Funktionen von
+ \PS~im Zusammenhang mit dem {\LaTeX}-Paket
+ \texttt{pst-plot} zum Zeichnen von Funktionen beschrieben
+ und durch Beispiele erl{\"a}utert. In diesem Teil werden
+ die bislang nur erw{\"a}hnten Plot-Funktionen f{\"u}r
+ externe Daten behandelt. }
+}
+
+@Article{ dtk02.1:voss:mathematischen,
+ author = {Herbert Vo{\ss}},
+ title = {Die mathematischen {F}unktionen von {P}ost{S}cript},
+ journal = dtk,
+ year = 2002,
+ volume = {1/02},
+ altvolume = 1,
+ altnumber = 14,
+ month = mar,
+ pages = {},
+ annote = bretter,
+ keywords = {},
+ abstract = { \PS, faktisch genauso alt wie {\TeX}, ist im
+ Verh{\"a}ltnis dazu allgemein noch weniger bekannt, wenn es
+ darum geht zu beurteilen, was es denn nun im eigentlichen
+ Sinne ist. Au{\ss}erdem wird h{\"a}ufig vergessen, dass
+ sich mit den \PS-Funktionen viele Dinge erledigen lassen,
+ bei denen sonst auf externe Programme zur{\"u}ckgegriffen
+ wird. Dies wird im Folgenden f{\"u}r die mathematischen
+ Funktionen im Zusammenhang mit dem Paket \texttt{pst-plot}
+ gezeigt. }
+}
+
+@Book{companion,
+ author = {Michel Goosens and Frank Mittelbach and Sebastian Rahtz and Denis Roegel and Herbert Vo{\ss}},
+ title = {The {\LaTeX} {G}raphics {C}ompanion},
+ publisher = {{Addison-Wesley Publishing Company}},
+ edition = 2,
+ year = {2007},
+ address = {Reading, Mass.}
+}
+
+@Book{PSTricks2,
+ author = {Herbert Vo\ss},
+ title = {\texttt{PSTricks} -- {G}rafik f\"ur \TeX{} und \LaTeX},
+ edition = {4.},
+ publisher = {DANTE -- Lehmanns},
+ year = {2007},
+ address = {Heidelberg/Hamburg}
+}
+
+@Book{LaTeXRef,
+ author = {Herbert Vo\ss},
+ title = {\LaTeX\ Referenz},
+ edition = {1.},
+ publisher = {DANTE -- Lehmanns},
+ year = {2007},
+ address = {Heidelberg/Hamburg}
+}
+@Article{girou:01:,
+ author = {Denis Girou},
+ title = {Pr\'esentation de {PST}ricks},
+ journal = {Cahier {GUT}enberg},
+ year = 1994,
+ volume = {16},
+ month = apr,
+ pages = {21-70}
+}
+
+@Article{girou:02:,
+ author = {{Timothy van} Zandt and Denis Girou},
+ title = {Inside {PST}ricks},
+ journal = TUGboat,
+ year = 1994,
+ volume = {15},
+ month = sep,
+ pages = {239-246}
+}
+
+@Book{PostScript,
+ Author = {Kollock, Nikolai G.},
+ Title = {Post{S}cript richtig eingesetzt: vom {K}onzept zum
+ praktischen {E}insatz},
+ Publisher = {IWT},
+ Address = {Vaterstetten},
+ year = 1989,
+}
+
+@Manual{pstricks,
+ Title = {PSTricks - {\PS} macros for generic {\TeX}},
+ Author = {{Timothy van} Zandt},
+ Organization = {},
+ Address = {\url{http://www.tug.org/application/PSTricks}},
+ Note = {},
+ year = 1993
+}
+
+@Manual{pst-plot,
+ Title = {\texttt{pst-plot}: Plotting two dimensional functions and data},
+ Author = {{Timothy van} Zandt},
+ Organization = {},
+ Address = {\url{CTAN:graphics/pstricks/generic/pst-plot.tex}},
+ Note = {},
+ year = 1999
+}
+
+@Manual{multido,
+ Title = {\texttt{multido.tex} - a loop macro, that supports fixed-point addition},
+ Author = {{Timothy van} Zandt},
+ Organization = {},
+ Address = {\url{CTAN:/graphics/pstricks/generic/multido.tex}},
+ Note = {},
+ year = 1997
+}
+
diff --git a/graphics/pstricks/contrib/pst-fun/pst-fun-doc.pdf b/graphics/pstricks/contrib/pst-fun/pst-fun-doc.pdf
new file mode 100644
index 0000000000..e597a31f70
--- /dev/null
+++ b/graphics/pstricks/contrib/pst-fun/pst-fun-doc.pdf
Binary files differ
diff --git a/graphics/pstricks/contrib/pst-fun/pst-fun-doc.tex b/graphics/pstricks/contrib/pst-fun/pst-fun-doc.tex
new file mode 100644
index 0000000000..86c5bd2a08
--- /dev/null
+++ b/graphics/pstricks/contrib/pst-fun/pst-fun-doc.tex
@@ -0,0 +1,152 @@
+%% $Id: pst-thick-doc.tex 170 2009-12-08 21:30:53Z herbert $
+\documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings
+ headexclude,footexclude,oneside]{pst-doc}
+\usepackage[utf8]{inputenc}
+\usepackage{pstricks-add,pst-fun}
+\let\pstFV\fileversion
+
+\def\bgImage{{%\psset{unit=0.5}
+\begin{pspicture}(0,-1.3)(10,3)
+ \psBird[Branch] \rput{-20}(4,1.8){\psBird}
+\end{pspicture}
+}}
+
+\lstset{explpreset={pos=t,width=-99pt,overhang=0pt,hsep=\columnsep,vsep=\bigskipamount,rframe={}},style=code}
+\begin{document}
+
+\title{\texttt{pst-fun}\\funny macros\\
+ \small v.\pstFV}
+\subtitle{A PSTricks package for drawing funny objects}
+\author{Manuel Luque\\Herbert Vo\ss}
+\docauthor{Herbert Vo\ss}
+\date{\today}
+\maketitle
+
+\clearpage
+
+%\begin{abstract}
+%\end{abstract}
+
+\tableofcontents
+
+\clearpage
+
+\section{The macros}
+\begin{LTXexample}
+\begin{pspicture}[showgrid](-5,-4)(4,8) % needs pstricks-add
+ \psBill
+ \psHomothetie[linecolor=blue](4,-3){2}{\psBill}
+ \psdots[dotsize=3pt,linecolor=red](4,-3)
+ \pstVerb{ /m -3 -0.85 sub 4 0.6 sub div def }
+ \psplot[linestyle=dashed,linecolor=red]{-5}{4}{ m x mul m 4 mul sub 3 sub }
+ \psHomothetie[linecolor=green](4,-3){0.5}{\psBill}
+ \psHomothetie[linecolor=magenta](4,-3){-0.25}{\psBill}
+\end{pspicture}
+\end{LTXexample}
+\xLcs{psBill}
+%$
+
+
+\begin{LTXexample}
+\begin{pspicture}[showgrid](0,-0.5)(12,4)
+ \psFish
+ \rput(6,0){\psFish[fillstyle=slope]}
+\end{pspicture}
+\end{LTXexample}
+\xLcs{psFish}
+
+
+\begin{LTXexample}
+\begin{pspicture}[showgrid](-2,-2.4)(6,2)
+ \psLouisXIII
+ \rput(4,0){\psLouisXIII[linecolor=red]}
+\end{pspicture}
+\end{LTXexample}
+\xLcs{psLouisXIII}
+
+
+\begin{LTXexample}
+\begin{pspicture}[showgrid](0,-0.4)(11,6)
+ \psPulpo \rput(10,0.5){\psscalebox{0.15}{\psPulpo[fillcolor=yellow,fillstyle=solid]}}
+\end{pspicture}
+\end{LTXexample}
+\xLcs{psPulpo}
+
+
+\begin{LTXexample}
+\begin{pspicture}[showgrid](0,-1.2)(12,3)
+ \psBird \rput(4,0){\psBird} \rput{-60}(8,2){\psBird}
+\end{pspicture}
+\end{LTXexample}
+\xLcs{psBird}\xLkeyword{Branch}
+
+\begin{LTXexample}
+\begin{pspicture}[showgrid](0,-1.3)(10,3)
+ \psBird[Branch] \rput{-20}(4,1.8){\psBird}
+\end{pspicture}
+\end{LTXexample}
+\xLcs{psBird}\xLkeyword{Branch}
+
+\begin{LTXexample}
+\begin{pspicture}[showgrid](0,-0.3)(8,10)
+ \psLuke
+ \rput(6.5,1){\psscalebox{0.15}{\psLuke}}
+\end{pspicture}
+\end{LTXexample}
+\xLcs{psLuke}
+
+\begin{LTXexample}
+\begin{pspicture}[showgrid](-5,-5)(5,5)
+ \psAnt
+ \rput(-3,3){\psAnt[fillcolor=red!50]}
+ \rput{30}(3,-3){\psAnt[fillcolor=blue!50]}
+ \rput{-60}(-3,-3){\psAnt[fillcolor=blue!20]}
+ \rput(2.5,3){\psscalebox{0.15}{\psAnt}}
+\end{pspicture}
+\end{LTXexample}
+\xLcs{psAnt}
+
+\begin{LTXexample}
+\begin{pspicture}[showgrid](6,7)
+ \psParrot{1}
+ \psParrot{0.2}\rput(4,5){\psParrot{0.2}}
+\end{pspicture}
+\end{LTXexample}
+\xLcs{psParrot}
+
+\begin{LTXexample}
+\begin{pspicture}[showgrid](8,7)
+ \psKangaroo{1}
+ \multido{\iA=2+1}{5}{\rput[lb](1,\iA){\psKangaroo[fillcolor=red]{1}}}
+ \rput(4,0){\psKangaroo[fillcolor=red!30]{5}}
+ \rput(5,1){\psKangaroo[fillcolor=blue!30,opacity=0.5]{5}}
+\end{pspicture}
+\end{LTXexample}
+\xLcs{psKangaroo}
+
+\begin{LTXexample}
+\begin{pspicture}(-1,-4)(8,4)
+ \psPig(0,0)\psPig[fillcolor=blue!40,noseColor=purple,
+ eyeColor=red,linewidth=4pt,unit=2](4,0)
+\end{pspicture}
+\end{LTXexample}
+\xLcs{psPig}\xLkeyword{eyeColor}\xLkeyword{noseColor}
+
+\clearpage
+\section{List of all optional arguments for \texttt{pst-fun}}
+
+\xkvview{family=pst-fun,columns={key,type,default}}
+
+
+\bgroup
+\raggedright
+\nocite{*}
+\bibliographystyle{plain}
+\bibliography{pst-fun-doc}
+\egroup
+
+
+\printindex
+\end{document}
+
+
diff --git a/graphics/pstricks/contrib/pst-fun/pst-fun.pro b/graphics/pstricks/contrib/pst-fun/pst-fun.pro
new file mode 100644
index 0000000000..1d1e1b8d2c
--- /dev/null
+++ b/graphics/pstricks/contrib/pst-fun/pst-fun.pro
@@ -0,0 +1,1620 @@
+%%
+%% This is file `pst-fun.pro',
+%%
+%% IMPORTANT NOTICE:
+%%
+%% Package `pst-fun'
+%%
+%% Herbert Voss <voss _at_ pstricks.de>
+%%
+%% This program can be redistributed and/or modified under the terms
+%% of the LaTeX Project Public License Distributed from CTAN archives
+%% in directory macros/latex/base/lppl.txt.
+%%
+%% DESCRIPTION:
+%% `pst-fun' is a PSTricks package to plot special math funtions
+%%
+%%
+%% version 0.01 / 2007-11-15 Herbert Voss <voss _at_ pstricks.de>
+%
+/tx@FunDict 11 dict def
+tx@FunDict begin
+%
+/tx@Parrot { 100 dict begin
+gsave
+% definition operators
+/bdef {bind def} bind def
+/ldef {load def} bdef
+/xdef {exch def} bdef
+% graphic state operators
+/_K {3 index add neg dup 0 lt {pop 0} if 3 1 roll} bdef
+/_k /setcmybcolor where
+{/setcmybcolor get} {{setrgbcolor pop} bind} ifelse def
+/g {/_b xdef /p {_b setgray} def} bdef
+/G {/_B xdef /P {_B setgray} def} bdef
+/k {/_b xdef /_y xdef /_m xdef /_c xdef /p {_c _m _y _b _k} def} bdef
+/K {/_B xdef /_Y xdef /_M xdef /_C xdef /P {_C _M _Y _B _k} def} bdef
+/d /setdash ldef
+/_i currentflat def
+/i {dup 0 eq {pop _i} if setflat} bdef
+/j /setlinejoin ldef
+/J /setlinecap ldef
+/M /setmiterlimit ldef
+/w /setlinewidth ldef
+% path construction operators
+/_R {.25 sub round .25 add} bdef
+/_r {transform _R exch _R exch itransform} bdef
+/c {_r curveto} bdef
+/C /c ldef
+/v {currentpoint 6 2 roll _r curveto} bdef
+/V /v ldef
+/y {_r 2 copy curveto} bdef
+/Y /y ldef
+/l {_r lineto} bdef
+/L /l ldef
+/m {_r moveto} bdef
+% error operators
+/_e [] def
+/_E {_e length 0 ne {gsave 0 g 0 G 0 i 0 J 0 j 1 w 10 M [] 0 d
+/Courier 20 0 0 1 z [0.966 0.259 -0.259 0.966
+_e 0 get _e 2 get add 2 div _e 1 get _e 3 get add 2 div] e _f t T grestore} if} bdef
+/_fill {{fill} stopped
+{/_e [pathbbox] def /_f (ERROR: can't fill, increase flatness) def n _E} if} bdef
+/_stroke {{stroke} stopped
+{/_e [pathbbox] def /_f (ERROR: can't stroke, increase flatness) def n _E} if} bdef
+% path painting operators
+/n /newpath ldef
+/N /n ldef
+/F {p _fill} bdef
+/f {closepath F} bdef
+/S {P _stroke} bdef
+/s {closepath S} bdef
+/B {gsave F grestore S} bdef
+/b {closepath B} bdef
+% text block construction and painting operators
+/_s /ashow ldef
+/_S {(?) exch {2 copy 0 exch put pop dup false charpath currentpoint _g setmatrix
+_stroke _G setmatrix moveto 3 copy pop rmoveto} forall pop pop pop n} bdef
+/_A {_a moveto _t exch 0 exch} bdef
+/_L {0 _l neg translate _G currentmatrix pop} bdef
+/_w {dup stringwidth exch 3 -1 roll length 1 sub _t mul add exch} bdef
+/_z [{0 0} bind {dup _w exch neg 2 div exch neg 2 div} bind {dup _w exch neg exch neg} bind] def
+/z {_z exch get /_a xdef /_t xdef /_l xdef exch findfont exch scalefont setfont} bdef
+/_g matrix def
+/_G matrix def
+/_D {_g currentmatrix pop gsave concat _G currentmatrix pop} bdef
+/e {_D p /t {_A _s _L} def} bdef
+/r {_D P /t {_A _S _L} def} bdef
+/a {_D /t {dup p _A _s P _A _S _L} def} bdef
+/o {_D /t {pop _L} def} bdef
+/T {grestore} bdef
+% group construction operators
+/u {} bdef
+/U {} bdef
+%
+% start Parrot procedure
+%
+%
+/scaleFactor exch def
+1 setgray % background color
+%clippath fill % for background
+scaleFactor dup scale
+100 125 translate % lower left
+1 g 0 G 0 i 0 J 0 j 0.28 w 10 M []0 d
+%%Note:
+0 .57 .44 0 k
+-92.541 12.783 m
+-85.603 6.711 -71.661 -6.298 -61.581 -8.818 c -51.501 -11.338 -37.101 -16.378 -28.461 -27.178 c
+-19.82 -37.978 -12.98 -37.978 -10.46 -40.138 c -7.94 -42.298 1.06 -54.898 4.3 -59.218 c
+7.54 -63.538 23.74 -75.779 30.58 -79.019 c 37.42 -82.259 57.581 -96.299 60.821 -101.339 c
+64.061 -106.379 58.661 -119.699 52.9 -116.459 c 47.14 -113.219 35.98 -100.259 30.94 -97.379 c
+25.9 -94.499 14.74 -84.779 12.58 -81.179 c 10.42 -77.579 5.02 -76.859 2.86 -75.419 c
+0.7 -73.979 -11.18 -66.778 -14.06 -56.698 c -16.94 -46.618 -33.141 -40.858 -34.941 -39.058 c
+-36.741 -37.258 -39.981 -34.738 -41.781 -32.218 c -43.581 -29.698 -57.261 -25.738 -61.581 -23.938 c
+-65.901 -22.138 -74.458 -20.242 -89.301 -7.378 c -94.701 -2.698 -100.822 3.782 -101.542 4.862 c
+-102.262 5.943 -98.301 17.823 -92.541 12.783 c
+b
+0 .77 .64 0 k %0.8 g
+0.18 w
+-43.941 -19.978 m
+-43.581 -21.958 -42.501 -22.138 -43.581 -23.398 c -44.661 -24.658 -46.281 -24.118 -47.541 -25.198 c
+-48.801 -26.278 -51.861 -28.798 -46.821 -31.678 c -41.781 -34.558 -41.961 -32.398 Y
+-42.861 -31.498 -41.293 -32.772 -43.581 -31.138 c -44.841 -30.238 -48.261 -28.618 -45.381 -27.898 c
+-42.501 -27.178 -42.321 -25.558 -40.341 -26.098 c -38.361 -26.638 -38.721 -26.998 y
+-37.461 -29.878 -36.741 -28.978 v
+-36.021 -28.078 -35.121 -23.758 -37.821 -22.678 c -40.521 -21.598 -43.941 -19.978 Y
+b
+0 0 0 0 k 0.36 w
+-41.961 -32.398 m
+-42.861 -31.498 -41.293 -32.772 -43.581 -31.138 c -44.219 -30.682 -48.404 -28.653 -45.381 -27.898 c
+-42.501 -27.178 -42.321 -25.558 -40.341 -26.098 c -38.361 -26.638 -38.721 -26.998 y
+-37.461 -29.878 -36.741 -28.978 v
+S
+0 .65 .4 0 k
+0.036 w
+15.35 -117.003 m
+15.225 -64.967 1.185 -31.126 -12.234 -11.335 C
+-12.414 -52.736 -9.435 -84.227 10.349 -111.753 c 14.037 -116.884 15.114 -118.785 15.35 -117.003 C
+b
+0 0 .7 .8 k
+8.843 -122.944 m
+8.718 -70.908 -5.322 -37.068 -18.74 -17.278 C
+-18.92 -58.678 -15.942 -90.169 3.842 -117.695 c
+7.531 -122.826 8.607 -124.726 8.843 -122.944 C
+b
+0 0 .8 1 k
+0.108 w
+-17.66 -8.638 m
+-18.74 -36.358 -15.32 -46.618 -15.68 -47.518 C
+-14.24 -44.638 -14.06 -43.918 Y
+-13.88 -47.711 -14.992 -50.927 -14.78 -52.198 C
+-13.52 -51.298 -13.34 -51.118 y
+-14.42 -55.078 -14.06 -57.238 V
+-13.16 -56.158 -12.8 -54.538 -12.98 -56.338 c
+-13.16 -58.138 -13.34 -61.378 -11.72 -68.758 C
+-11.18 -68.038 -10.64 -67.678 y
+-11.18 -71.458 L
+-10.64 -73.799 -7.22 -89.279 -5.06 -92.699 C
+-4.7 -91.259 -4.16 -90.899 y
+-4.7 -93.239 -4.16 -95.039 v
+-3.62 -96.839 2.68 -111.419 5.38 -114.659 C
+5.38 -112.679 5.74 -112.679 y
+6.64 -116.279 L
+7.54 -117.719 13.12 -125.459 13.66 -125.819 C
+14.02 -120.779 13.84 -113.939 13.48 -113.039 C
+12.58 -112.139 11.86 -111.239 y
+13.12 -111.599 L
+13.3 -109.619 13.66 -101.519 12.22 -97.739 C
+10.6 -96.299 9.7 -95.399 y
+11.86 -95.579 L
+11.5 -93.959 10.96 -84.239 10.06 -82.979 C
+9.34 -82.799 5.92 -79.379 y
+9.88 -81.359 L
+9.34 -78.839 6.82 -67.138 6.28 -66.598 C
+5.02 -66.058 -0.2 -60.658 y
+4.48 -61.558 5.56 -63.178 V
+4.48 -60.298 2.86 -47.878 -0.2 -44.638 C
+-1.46 -44.098 -5.24 -40.498 Y
+-3.08 -41.218 -1.82 -40.498 -1.1 -41.758 C
+-2 -39.598 -6.5 -26.638 -7.94 -25.378 C
+-10.64 -23.938 -11.18 -22.858 y
+-9.38 -22.678 L
+-10.28 -20.698 -17.3 -8.098 -17.66 -8.638 C
+f
+0 g
+0.036 w
+-17.248 -8.026 m
+-16.168 -13.786 5.792 -112.428 12.273 -119.628 c
+S
+-15.536 -18.995 m
+-16.849 -20.422 -17.214 -19.506 -17.608 -23.686 c
+S
+-14.448 -21.268 m
+-15.76 -22.694 -15.869 -24.92 -17.068 -29.086 C
+S
+-14.051 -26.266 m
+-15.363 -27.693 -15.149 -30.14 -16.348 -34.306 C
+S
+-12.652 -29.189 m
+-13.964 -30.615 -15.135 -33.171 -16.333 -37.338 C
+S
+-13.411 -35.938 m
+-15.824 -38.561 -13.988 -36.805 -15.808 -43.126 C
+S
+-11.348 -37.745 m
+-12.661 -39.172 -13.832 -41.728 -15.031 -45.895 C
+S
+-12.602 -45.13 m
+-13.915 -46.558 -13.222 -46.502 -14.42 -50.668 C
+S
+-10.329 -44.042 m
+-11.642 -45.469 -12.503 -47.042 -13.7 -51.208 C
+S
+-9.748 -47.756 m
+-11.061 -49.183 -12.232 -51.739 -13.431 -55.905 C
+S
+-10.664 -54.181 m
+-11.976 -55.608 -11.549 -57.141 -12.748 -61.307 C
+S
+-7.458 -55.041 m
+-8.771 -56.467 -9.941 -59.024 -11.14 -63.19 C
+S
+-7.348 -61.487 m
+-8.66 -62.914 -9.749 -65.961 -10.948 -70.127 C
+S
+-5.675 -63.767 m
+-6.988 -65.193 -8.159 -67.75 -9.357 -71.915 C
+S
+-6.448 -71.321 m
+-7.761 -72.748 -7.769 -73.701 -8.968 -77.867 C
+S
+-3.851 -70.078 m
+-5.163 -71.505 -6.334 -74.061 -7.532 -78.227 C
+S
+-3.608 -74.751 m
+-4.921 -76.178 -6.092 -78.735 -7.291 -82.9 C
+S
+-2.109 -81.218 m
+-3.422 -82.644 -4.592 -85.201 -5.791 -89.367 C
+S
+-0.416 -81.512 m
+-1.728 -82.939 -2.9 -85.495 -4.098 -89.661 C
+S
+-0.328 -85.967 m
+-1.64 -87.394 -2.549 -89.541 -3.748 -93.707 C
+S
+1.036 -88.635 m
+-0.276 -90.062 -1.447 -92.618 -2.645 -96.784 C
+S
+2.472 -91.501 m
+1.159 -92.927 -0.012 -95.483 -1.21 -99.65 C
+S
+5.973 -103.517 m
+4.66 -104.944 4.166 -105.58 2.968 -109.746 C
+S
+-13.288 -22.066 m
+-11.488 -22.786 -9.328 -24.586 -6.448 -27.826 C
+S
+-13.288 -24.586 m
+-11.488 -25.306 -9.328 -27.106 -6.448 -30.346 C
+S
+-11.488 -29.266 m
+-9.688 -29.986 -7.528 -31.786 -4.648 -35.026 C
+S
+-11.488 -32.506 m
+-9.688 -33.226 -7.528 -35.026 -4.648 -38.266 C
+S
+-7.888 -38.266 m
+-4.349 -39.682 -5.185 -39.371 -1.048 -44.026 C
+S
+-8.968 -40.786 m
+-7.168 -41.506 -5.008 -43.306 -2.128 -46.546 C
+S
+-4.648 -46.907 m
+-2.848 -47.627 -0.688 -49.427 2.192 -52.667 C
+S
+-7.168 -46.907 m
+-5.368 -47.627 -3.208 -49.427 -0.328 -52.667 C
+S
+-6.088 -50.507 m
+-4.288 -51.227 -2.128 -53.027 0.752 -56.267 C
+S
+-2.488 -55.907 m
+-0.688 -56.627 1.472 -58.427 4.352 -61.667 C
+S
+-5.008 -58.067 m
+-3.208 -58.787 -1.048 -60.587 1.832 -63.827 C
+S
+0.032 -64.907 m
+1.832 -65.627 3.992 -67.427 6.873 -70.667 C
+S
+-2.848 -66.707 m
+-1.048 -67.427 1.112 -69.227 3.992 -72.467 C
+S
+1.112 -73.187 m
+2.912 -73.907 5.072 -75.707 7.953 -78.947 C
+S
+-1.768 -73.187 m
+0.032 -73.907 2.192 -75.707 5.072 -78.947 C
+S
+0.032 -77.507 m
+1.832 -78.227 3.992 -80.027 6.873 -83.267 C
+S
+1.472 -83.987 m
+3.272 -84.707 5.432 -86.507 8.313 -89.747 C
+S
+3.632 -88.667 m
+5.432 -89.387 7.593 -91.187 10.473 -94.427 C
+S
+2.823 -89.657 m
+4.623 -90.377 6.783 -92.177 9.663 -95.417 C
+S
+5.432 -93.707 m
+7.232 -94.427 9.393 -96.227 12.273 -99.467 C
+S
+4.712 -98.028 m
+6.512 -98.747 8.673 -100.548 11.553 -103.788 C
+S
+6.873 -105.228 m
+8.673 -105.948 9.393 -106.308 12.273 -109.548 C
+S
+-8.517 -38.806 m
+-4.98 -40.222 -5.508 -39.713 -1.371 -44.368 C
+S
+0 .81 0 .46 k
+0.108 w
+-8.427 -24.387 m
+-9.183 -43.792 -6.788 -50.974 -7.04 -51.604 C
+-6.032 -49.588 -5.907 -49.084 Y
+-5.78 -51.73 -6.536 -54.124 -6.411 -54.88 C
+-5.528 -54.25 -5.403 -54.124 y
+-6.159 -56.896 -5.907 -58.408 V
+-5.276 -57.652 -5.024 -56.518 -5.151 -57.778 c
+-5.276 -59.038 -5.403 -61.306 -4.268 -66.471 C
+-3.891 -65.967 -3.512 -65.715 y
+-3.891 -68.362 L
+-3.512 -70 -1.119 -80.836 0.393 -83.23 C
+0.645 -82.222 1.024 -81.97 y
+0.645 -83.608 1.024 -84.868 v
+1.401 -86.128 5.811 -96.334 7.701 -98.602 C
+7.701 -97.216 7.953 -97.216 y
+8.583 -99.736 L
+9.213 -100.744 13.12 -106.162 13.497 -106.414 C
+13.749 -102.886 13.624 -98.098 13.372 -97.468 C
+12.741 -96.838 12.237 -96.208 y
+13.12 -96.46 L
+13.245 -95.074 13.497 -89.404 12.489 -86.758 C
+11.356 -85.75 10.725 -85.12 y
+12.237 -85.246 L
+11.985 -84.112 11.608 -77.308 10.977 -76.426 C
+10.473 -76.3 8.079 -73.906 y
+10.852 -75.292 L
+10.473 -73.528 8.709 -65.338 8.331 -64.959 C
+7.449 -64.582 3.796 -60.802 y
+9.121 -63.432 9.877 -64.566 V
+9.021 -61.55 5.937 -51.856 3.796 -49.588 C
+2.913 -49.21 0.268 -46.69 Y
+1.78 -47.194 2.661 -46.69 3.165 -47.572 C
+2.536 -46.06 -0.615 -36.988 -1.623 -36.106 C
+-3.512 -35.098 -3.891 -34.342 y
+-2.631 -34.215 L
+-3.26 -32.83 -8.175 -24.01 -8.427 -24.387 C
+f
+0 .94 0 .47 k
+-8.42 -25.656 m
+-8.004 -45.07 -5.181 -52.095 -5.395 -52.739 C
+-4.511 -50.666 -4.415 -50.155 Y
+-4.129 -52.799 -4.771 -55.092 -4.569 -55.971 C
+-3.727 -55.289 -3.608 -55.155 y
+-4.196 -57.968 -3.853 -59.463 V
+-3.27 -58.67 -3.087 -57.523 -3.136 -58.788 c
+-3.186 -60.053 -3.176 -62.325 -1.732 -67.413 C
+-1.385 -66.887 -1.023 -66.613 y
+-1.24 -69.277 L
+-0.764 -70.889 2.279 -81.561 3.932 -83.86 C
+4.123 -82.839 4.485 -82.564 y
+4.206 -84.222 4.66 -85.457 v
+5.113 -86.691 10.13 -96.614 12.154 -98.764 C
+12.07 -97.38 12.321 -97.365 y
+13.102 -99.843 L
+13.793 -100.811 18.017 -105.983 18.41 -106.212 C
+18.449 -102.676 18.034 -97.903 17.745 -97.29 C
+17.078 -96.699 16.537 -96.1 y
+17.433 -96.299 L
+17.475 -94.907 17.385 -89.233 16.219 -86.652 C
+15.026 -85.715 14.359 -85.123 y
+15.877 -85.158 L
+15.557 -84.041 14.769 -77.272 14.087 -76.43 C
+13.577 -76.335 11.042 -74.09 y
+13.893 -75.306 L
+13.409 -73.567 11.154 -65.499 10.754 -65.144 C
+9.851 -64.82 5.976 -61.267 y
+9.284 -61.699 10.107 -62.785 V
+9.231 -60.819 7.575 -52.208 5.3 -50.074 C
+4.396 -49.75 1.604 -47.393 Y
+3.143 -47.806 3.993 -47.249 4.549 -48.099 C
+3.829 -46.628 0.138 -37.762 -0.921 -36.942 C
+-2.868 -36.05 -3.292 -35.318 y
+-2.042 -35.117 L
+-2.754 -33.771 -8.191 -25.263 -8.42 -25.656 C
+f
+0 g
+0.036 w
+-8.156 -25.211 m
+-7.159 -29.19 12.349 -97.188 17.181 -101.944 c
+S
+-6.498 -32.803 m
+-7.355 -33.855 -7.648 -33.232 -7.747 -36.169 c
+S
+-5.642 -34.346 m
+-6.499 -35.398 -6.48 -36.958 -7.142 -39.919 C
+S
+-5.152 -37.822 m
+-6.01 -38.874 -5.757 -40.574 -6.419 -43.536 C
+S
+-4.052 -39.804 m
+-4.908 -40.857 -5.619 -42.692 -6.28 -45.654 C
+S
+-4.298 -44.553 m
+-5.872 -46.487 -4.665 -45.183 -5.669 -49.676 C
+S
+-2.78 -45.728 m
+-3.637 -46.78 -4.348 -48.616 -5.009 -51.577 C
+S
+-3.345 -50.942 m
+-4.202 -51.994 -3.72 -51.926 -4.382 -54.887 C
+S
+-1.803 -50.085 m
+-2.66 -51.138 -3.194 -52.272 -3.856 -55.234 C
+S
+-1.24 -52.655 m
+-2.097 -53.707 -2.808 -55.543 -3.469 -58.504 C
+S
+-1.608 -57.183 m
+-2.465 -58.235 -2.102 -59.289 -2.764 -62.251 C
+S
+0.668 -57.649 m
+-0.189 -58.701 -0.9 -60.537 -1.561 -63.498 C
+S
+1.017 -62.148 m
+0.16 -63.2 -0.472 -65.375 -1.134 -68.337 C
+S
+2.282 -63.671 m
+1.425 -64.723 0.715 -66.559 0.053 -69.52 C
+S
+2.06 -68.982 m
+1.204 -70.034 1.238 -70.7 0.576 -73.662 C
+S
+3.823 -68.003 m
+2.966 -69.055 2.256 -70.891 1.594 -73.852 C
+S
+4.189 -71.259 m
+3.332 -72.311 2.622 -74.147 1.96 -77.108 C
+S
+5.51 -75.714 m
+4.653 -76.766 3.943 -78.601 3.281 -81.563 C
+S
+6.705 -75.847 m
+5.848 -76.9 5.138 -78.735 4.477 -81.697 C
+S
+6.956 -78.957 m
+6.099 -80.009 5.554 -81.548 4.892 -84.509 C
+S
+8.021 -80.763 m
+7.165 -81.816 6.454 -83.651 5.792 -86.613 C
+S
+9.145 -82.705 m
+8.288 -83.757 7.577 -85.593 6.917 -88.555 C
+S
+12.098 -90.954 m
+11.241 -92.006 10.923 -92.471 10.261 -95.433 C
+S
+-4.796 -34.854 m
+-3.508 -35.282 -1.924 -36.448 0.226 -38.59 C
+S
+-4.691 -36.615 m
+-3.403 -37.042 -1.817 -38.209 0.332 -40.351 C
+S
+-3.236 -39.81 m
+-1.948 -40.237 -0.362 -41.403 1.787 -43.546 C
+S
+-3.099 -42.074 m
+-1.811 -42.5 -0.225 -43.667 1.924 -45.81 C
+S
+-0.34 -45.947 m
+2.192 -46.786 1.595 -46.604 4.682 -49.683 C
+S
+-0.988 -47.753 m
+0.3 -48.18 1.885 -49.347 4.034 -51.489 C
+S
+2.288 -51.847 m
+3.576 -52.274 5.162 -53.44 7.311 -55.583 C
+S
+0.528 -51.953 m
+1.816 -52.38 3.401 -53.547 5.55 -55.689 C
+S
+1.434 -54.423 m
+2.722 -54.85 4.308 -56.016 6.456 -58.159 C
+S
+4.177 -58.044 m
+5.465 -58.471 7.051 -59.638 9.2 -61.78 C
+S
+2.508 -59.659 m
+3.796 -60.087 5.381 -61.254 7.53 -63.396 C
+S
+6.318 -64.227 m
+7.606 -64.653 9.192 -65.82 11.341 -67.963 C
+S
+4.382 -65.606 m
+5.67 -66.033 7.255 -67.199 9.405 -69.342 C
+S
+7.422 -69.967 m
+8.71 -70.393 10.296 -71.56 12.445 -73.703 C
+S
+5.41 -70.088 m
+6.698 -70.515 8.284 -71.681 10.433 -73.823 C
+S
+6.85 -73.031 m
+8.138 -73.458 9.724 -74.624 11.873 -76.767 C
+S
+8.129 -77.498 m
+9.418 -77.924 11.003 -79.091 13.152 -81.233 C
+S
+9.837 -80.676 m
+11.125 -81.103 12.709 -82.27 14.859 -84.412 C
+S
+9.313 -81.402 m
+10.601 -81.83 12.185 -82.996 14.335 -85.139 C
+S
+11.307 -84.122 m
+12.595 -84.549 14.181 -85.715 16.329 -87.858 C
+S
+10.986 -87.171 m
+12.274 -87.599 13.86 -88.765 16.009 -90.907 C
+S
+12.799 -92.111 m
+14.088 -92.538 14.605 -92.759 16.755 -94.901 C
+S
+-0.757 -46.35 m
+1.775 -47.19 1.383 -46.856 4.471 -49.935 C
+S
+0 1 0 0 k
+0.108 w
+-15.238 -23.867 m
+-17.236 -43.183 -15.308 -50.503 -15.6 -51.116 C
+-14.464 -49.169 -14.306 -48.675 Y
+-14.35 -51.323 -15.258 -53.663 -15.181 -54.426 C
+-14.26 -53.854 -14.127 -53.736 y
+-15.059 -56.454 -14.904 -57.979 V
+-14.227 -57.265 -13.903 -56.149 -14.109 -57.399 c
+-14.316 -58.648 -14.587 -60.903 -13.787 -66.131 C
+-13.377 -65.653 -12.984 -65.426 y
+-13.531 -68.042 L
+-13.258 -69.701 -11.564 -80.667 -10.208 -83.154 C
+-9.892 -82.164 -9.499 -81.937 y
+-9.981 -83.547 -9.685 -84.829 v
+-9.388 -86.111 -5.642 -96.579 -3.901 -98.963 C
+-3.812 -97.579 -3.561 -97.596 y
+-3.094 -100.152 L
+-2.53 -101.197 1.021 -106.855 1.382 -107.131 C
+1.86 -103.626 2.041 -98.84 1.83 -98.195 C
+1.241 -97.526 0.779 -96.865 y
+1.643 -97.173 L
+1.857 -95.798 2.472 -90.155 1.636 -87.451 C
+0.569 -86.371 -0.019 -85.703 y
+1.482 -85.925 L
+1.303 -84.778 1.362 -77.963 0.79 -77.043 C
+0.295 -76.884 -1.941 -74.342 y
+0.737 -75.903 L
+0.472 -74.119 -0.763 -65.832 -1.116 -65.431 C
+-1.972 -64.997 -5.376 -60.99 y
+-2.147 -61.829 -1.465 -63.009 V
+-2.09 -60.948 -2.664 -52.199 -4.656 -49.799 C
+-5.512 -49.366 -7.992 -46.681 Y
+-6.515 -47.281 -5.603 -46.835 -5.156 -47.747 C
+-5.688 -46.198 -8.249 -36.942 -9.2 -35.998 C
+-11.02 -34.87 -11.349 -34.091 y
+-10.084 -34.046 L
+-10.624 -32.623 -14.962 -23.506 -15.238 -23.867 C
+f
+0 1 .3 .3 k
+-15.165 -24.696 m
+-18.47 -43.832 -17.042 -51.267 -17.375 -51.858 C
+-16.11 -49.992 -15.919 -49.509 Y
+-16.144 -52.159 -17.212 -54.287 -17.182 -55.188 C
+-16.224 -54.68 -16.083 -54.571 y
+-17.197 -57.219 -17.147 -58.752 V
+-16.423 -58.086 -16.024 -56.995 -16.314 -58.227 c
+-16.605 -59.459 -17.028 -61.691 -16.584 -66.961 C
+-16.144 -66.511 -15.736 -66.311 y
+-16.459 -68.884 L
+-16.3 -70.558 -15.353 -81.615 -14.17 -84.187 C
+-13.788 -83.221 -13.38 -83.021 y
+-13.97 -84.595 -13.761 -85.894 v
+-13.552 -87.192 -10.524 -97.891 -8.95 -100.388 C
+-8.768 -99.014 -8.517 -99.047 y
+-8.224 -101.628 L
+-7.733 -102.71 -4.574 -108.596 -4.232 -108.895 C
+-3.518 -105.431 -3.013 -100.668 -3.18 -100.01 C
+-3.721 -99.303 -4.138 -98.611 y
+-3.297 -98.978 L
+-2.989 -97.62 -1.993 -92.033 -2.644 -89.277 C
+-3.636 -88.128 -4.176 -87.421 y
+-2.695 -87.745 L
+-2.795 -86.587 -2.274 -79.793 -2.782 -78.836 C
+-3.265 -78.644 -5.323 -75.956 y
+-2.758 -77.695 L
+-2.9 -75.897 -3.571 -67.546 -3.896 -67.122 C
+-4.72 -66.631 -7.844 -62.403 y
+-4.68 -63.458 -4.08 -64.682 V
+-4.564 -62.584 -4.544 -53.816 -6.368 -51.286 C
+-7.192 -50.795 -9.484 -47.949 Y
+-8.051 -48.647 -7.111 -48.264 -6.727 -49.205 C
+-7.152 -47.623 -9.08 -38.215 -9.964 -37.208 C
+-11.704 -35.96 -11.98 -35.161 y
+-10.714 -35.202 L
+-11.156 -33.745 -14.866 -24.354 -15.165 -24.696 C
+f
+0 g
+0.036 w
+-14.822 -24.31 m
+-14.604 -28.407 -8.457 -98.878 -4.624 -104.471 c
+S
+-14.646 -32.079 m
+-15.688 -32.948 -15.857 -32.279 -16.515 -35.144 c
+S
+-14.1 -33.757 m
+-15.143 -34.626 -15.423 -36.16 -16.638 -38.941 C
+S
+-14.285 -37.262 m
+-15.327 -38.13 -15.404 -39.849 -16.62 -42.63 C
+S
+-13.584 -39.418 m
+-14.626 -40.287 -15.674 -41.954 -16.889 -44.734 C
+S
+-14.732 -44.032 m
+-16.648 -45.63 -15.213 -44.58 -17.058 -48.799 C
+S
+-13.468 -45.476 m
+-14.51 -46.345 -15.558 -48.01 -16.774 -50.791 C
+S
+-15.019 -50.485 m
+-16.061 -51.354 -15.576 -51.379 -16.791 -54.159 C
+S
+-13.341 -49.939 m
+-14.384 -50.809 -15.125 -51.82 -16.341 -54.601 C
+S
+-13.28 -52.57 m
+-14.323 -53.439 -15.371 -55.105 -16.587 -57.885 C
+S
+-14.508 -56.944 m
+-15.55 -57.813 -15.395 -58.916 -16.61 -61.696 C
+S
+-12.363 -57.836 m
+-13.404 -58.705 -14.453 -60.371 -15.668 -63.151 C
+S
+-12.88 -62.319 m
+-13.922 -63.188 -14.959 -65.203 -16.174 -67.983 C
+S
+-11.929 -64.055 m
+-12.972 -64.924 -14.02 -66.59 -15.236 -69.37 C
+S
+-13.163 -69.226 m
+-14.204 -70.095 -14.298 -70.755 -15.514 -73.535 C
+S
+-11.245 -68.603 m
+-12.288 -69.471 -13.336 -71.138 -14.552 -73.918 C
+S
+-11.508 -71.868 m
+-12.551 -72.737 -13.599 -74.403 -14.814 -77.183 C
+S
+-11.064 -76.493 m
+-12.106 -77.363 -13.154 -79.028 -14.369 -81.808 C
+S
+-9.916 -76.853 m
+-10.959 -77.722 -12.007 -79.388 -13.222 -82.168 C
+S
+-10.265 -79.953 m
+-11.308 -80.822 -12.136 -82.228 -13.352 -85.008 C
+S
+-9.564 -81.93 m
+-10.607 -82.799 -11.655 -84.464 -12.871 -87.245 C
+S
+-8.832 -84.051 m
+-9.875 -84.919 -10.924 -86.585 -12.139 -89.366 C
+S
+-7.511 -92.711 m
+-8.553 -93.58 -8.955 -93.976 -10.17 -96.756 C
+S
+-13.368 -34.418 m
+-12.186 -35.083 -10.852 -36.531 -9.153 -39.045 C
+S
+-13.6 -36.166 m
+-12.418 -36.832 -11.085 -38.28 -9.385 -40.794 C
+S
+-12.783 -39.58 m
+-11.6 -40.246 -10.268 -41.694 -8.568 -44.207 C
+S
+-13.081 -41.828 m
+-11.899 -42.494 -10.566 -43.942 -8.866 -46.455 C
+S
+-11.115 -46.157 m
+-8.79 -47.465 -9.341 -47.173 -6.899 -50.784 C
+S
+-12.096 -47.806 m
+-10.913 -48.471 -9.58 -49.919 -7.881 -52.434 C
+S
+-9.663 -52.451 m
+-8.48 -53.116 -7.147 -54.564 -5.448 -57.078 C
+S
+-11.411 -52.219 m
+-10.228 -52.884 -8.896 -54.332 -7.196 -56.846 C
+S
+-10.993 -54.816 m
+-9.811 -55.482 -8.478 -56.93 -6.778 -59.443 C
+S
+-8.993 -58.895 m
+-7.811 -59.56 -6.477 -61.009 -4.778 -63.523 C
+S
+-10.941 -60.162 m
+-9.758 -60.827 -8.425 -62.275 -6.726 -64.789 C
+S
+-8.074 -65.372 m
+-6.892 -66.038 -5.559 -67.486 -3.859 -70 C
+S
+-10.239 -66.356 m
+-9.056 -67.022 -7.723 -68.47 -6.023 -70.983 C
+S
+-8.088 -71.217 m
+-6.905 -71.883 -5.572 -73.331 -3.872 -75.845 C
+S
+-10.086 -70.952 m
+-8.904 -71.618 -7.571 -73.066 -5.871 -75.579 C
+S
+-9.236 -74.115 m
+-8.053 -74.781 -6.72 -76.229 -5.02 -78.743 C
+S
+-8.833 -78.745 m
+-7.651 -79.411 -6.318 -80.859 -4.618 -83.372 C
+S
+-7.766 -82.191 m
+-6.584 -82.857 -5.25 -84.305 -3.551 -86.819 C
+S
+-8.42 -82.803 m
+-7.237 -83.469 -5.904 -84.917 -4.204 -87.431 C
+S
+-6.981 -85.855 m
+-5.799 -86.52 -4.466 -87.968 -2.766 -90.482 C
+S
+-7.88 -88.786 m
+-6.696 -89.451 -5.364 -90.899 -3.664 -93.413 C
+S
+-7.044 -93.981 m
+-5.861 -94.647 -5.395 -94.963 -3.695 -97.476 C
+S
+-11.601 -46.474 m
+-9.277 -47.782 -9.597 -47.379 -7.155 -50.991 C
+S
+0 1 .5 .5 k
+-18.56 -46.618 m
+-20.016 -44.434 -17.571 -35.638 -22.16 -28.978 c
+-26.751 -22.318 -35.661 -23.667 -37.551 -24.298 c
+-39.441 -24.927 -41.061 -22.767 -41.601 -22.047 C
+-43.131 -21.778 -44.211 -20.607 -44.661 -19.707 C
+-46.551 -18.807 -46.641 -18.538 -48.351 -16.198 c
+-50.061 -13.858 -50.421 -16.378 -51.141 -16.918 C
+-52.851 -15.838 -52.491 -14.127 -52.671 -13.587 c
+-52.851 -13.047 -53.031 -10.887 -54.021 -10.078 c
+-57.144 -7.522 -56.721 -6.207 -56.991 -5.487 c
+-57.261 -4.767 -57.261 -4.227 -57.801 -3.327 c
+-59.885 0.146 -59.061 0.902 -59.151 1.442 c
+-59.241 1.982 -59.331 1.982 -59.691 1.802 C
+-59.961 2.162 -60.051 0.633 -60.951 3.873 c
+-61.851 7.113 -60.321 8.013 -60.231 9.093 c
+-59.797 14.307 -61.851 10.803 -62.841 9.183 C
+-64.461 17.733 -61.311 21.153 -61.041 22.323 c
+-60.771 23.493 -59.601 25.203 -59.691 26.913 c
+-59.781 28.623 -58.431 30.963 y
+-56.991 31.863 -56.901 33.573 v
+-56.811 35.283 -58.701 35.193 -60.411 35.103 C
+-60.411 41.133 -58.791 43.293 -58.071 44.374 c
+-57.351 45.454 -57.891 45.454 -57.981 46.443 C
+-57.081 47.523 -57.261 47.883 v
+-57.801 48.963 -56.901 49.143 -56.181 50.043 c
+-55.461 50.943 -54.201 52.923 -54.021 55.083 C
+-56.361 54.183 -54.741 57.964 -52.761 59.404 c
+-40.696 68.179 -34.941 68.764 y
+-33.681 68.404 -31.341 68.944 v
+-25.461 70.301 -21.98 68.584 -21.26 68.404 c
+-20.54 68.224 -20.54 67.504 -16.76 67.324 c
+-12.98 67.144 -12.8 63.904 -13.7 61.204 C
+-22.16 49.323 -23.6 45.723 v
+-25.04 42.123 -23.42 37.983 -22.7 36.183 C
+-16.22 34.743 -16.94 29.523 -16.22 28.623 c
+-15.5 27.723 -15.86 24.843 -11.54 20.883 c
+-7.22 16.923 -5.96 5.043 -5.6 1.442 C
+-2 -6.478 -3.98 -13.318 -4.16 -14.038 c
+-4.34 -14.758 -5.96 -17.818 -3.98 -20.338 c
+1.96 -27.898 0.16 -34.558 -1.28 -38.338 C
+-3.44 -53.818 -9.56 -47.698 V
+-15.68 -50.938 -18.56 -46.618 v
+b
+0 .57 .44 0 k
+0.28 w
+-34.941 -39.058 m
+-32.988 -40.69 -16.94 -46.618 -14.06 -56.698 c
+-11.18 -66.778 0.7 -73.979 2.86 -75.419 c
+5.02 -76.859 10.42 -77.579 12.58 -81.179 c
+14.74 -84.779 25.9 -94.499 30.94 -97.379 c
+35.98 -100.259 47.14 -113.219 52.9 -116.459 c
+58.661 -119.699 64.061 -106.379 60.821 -101.339 c
+57.581 -96.299 37.42 -82.259 30.58 -79.019 c
+23.74 -75.779 7.54 -63.538 4.3 -59.218 c
+1.06 -54.898 -7.94 -42.298 -10.46 -40.138 c
+-12.98 -37.978 -21.62 -35.098 -30.261 -24.298 c
+-45.33 -30.369 -34.941 -39.058 v
+b
+0 .77 .64 0 k
+0.18 w
+-29.181 -21.238 m
+-31.161 -20.158 -34.941 -19.438 -36.201 -23.398 c
+-37.461 -27.358 -38.721 -26.818 -38.721 -26.998 c
+-38.721 -27.178 -39.621 -27.718 -38.901 -29.878 c
+-38.181 -32.038 -38.721 -34.378 y
+-37.821 -37.078 -37.641 -38.158 v
+-37.461 -39.238 -35.121 -42.118 -33.501 -42.838 c
+-31.881 -43.558 -31.161 -42.118 -31.521 -41.398 c
+-31.881 -40.678 -35.121 -39.418 -35.121 -37.258 c
+-35.121 -35.098 -36.381 -33.298 -35.301 -31.498 c
+-34.221 -29.698 -34.761 -28.078 -34.401 -27.358 c
+-34.041 -26.638 -32.241 -25.018 -32.061 -24.478 C
+-30.261 -25.918 -28.731 -26.998 -26.751 -27.898 c
+-26.206 -28.145 -22.796 -31.58 -22.791 -31.587 c
+-21.351 -33.928 -20.54 -33.478 Y
+-20.344 -31.802 -19.538 -30.503 -23.42 -27.267 c
+-26.661 -24.567 -29.181 -21.238 y
+b
+0 g
+0.36 w
+-31.521 -41.398 m
+-31.881 -40.678 -35.121 -39.418 -35.121 -37.258 c
+-35.121 -35.098 -36.381 -33.298 -35.301 -31.498 c
+-34.221 -29.698 -34.761 -28.078 -34.401 -27.358 c
+-34.041 -26.638 -32.241 -25.018 -32.061 -24.478 C
+-30.261 -25.918 -28.821 -27.538 -26.841 -28.438 c
+-27.04 -28.347 -22.382 -32.038 -22.88 -31.227 c
+S
+1 g
+0.036 w
+-18.56 60.664 m
+-23.24 57.423 -27.099 54.02 -27.921 52.923 c
+-28.461 52.203 -29.001 52.203 -29.721 51.843 c
+-30.441 51.483 -30.981 50.763 -29.721 50.583 c
+-28.461 50.403 -29.001 49.683 -29.001 48.963 c
+-29.001 48.243 -28.281 47.523 -27.201 47.523 c
+-26.121 47.523 -26.841 46.803 -26.481 46.083 C
+-26.865 44.547 -21.356 58.241 -18.56 60.664 C
+f
+0 g %***
+0.36 w
+-21.681 55.163 m
+-25.19 53.274 -24.235 40.101 -14.871 47.254 c
+-8.391 52.203 -21.98 55.174 y
+F
+0 .8 .6 .4 k
+0.072 w
+-14.6 63.184 m
+-9.56 56.343 -8.48 46.263 -15.68 40.863 C
+-14.96 45.183 -15.32 48.423 -17.12 49.863 c
+-18.92 51.303 -21.8 53.643 -21.62 55.443 c
+-21.44 57.243 -18.92 61.924 -14.6 63.184 C
+b
+1 j
+-21.62 55.243 m
+-26.121 52.723 -31.341 35.823 -15.86 46.623 C
+-17.3 47.163 -18.02 47.703 -18.02 48.243 c
+-18.02 48.783 -18.74 50.763 -20.72 50.763 c
+-22.7 50.763 -23.06 53.983 -21.62 55.243 C
+b
+0 g
+0 j
+0.036 w
+-13.52 61.564 m
+-13.071 63.814 -11.811 66.784 -17.211 67.774 C
+-17.12 67.324 -17.311 67.349 Y
+-18.12 68.159 -17.931 68.224 -19.011 68.404 C
+-18.471 67.774 -18.56 67.684 -18.471 67.414 C
+-19.551 67.594 -22.7 68.404 -26.121 68.134 c
+-29.541 67.864 -33.16 66.199 -36.561 63.364 c
+-37.641 62.464 -37.551 62.464 -37.821 61.654 C
+-39.531 61.023 -39.441 61.204 -41.331 61.204 c
+-43.221 61.204 -49.161 61.204 -53.841 55.174 C
+-48.891 60.664 -43.761 59.674 v
+-38.631 58.683 -37.011 60.394 -36.111 59.404 c
+-35.211 58.414 -34.851 58.503 -34.581 57.243 C
+-33.861 57.964 -33.681 59.134 -35.301 61.654 C
+-34.581 62.554 -31.071 67.774 -26.661 66.694 c
+-22.251 65.614 -20.36 64.084 -21.891 61.294 c
+-23.42 58.503 -23.071 58.733 -22.351 57.833 C
+-20.611 59.164 -16.76 62.374 -15.771 62.554 c
+-14.78 62.734 -14.151 62.734 -13.52 61.564 C
+f
+1 g
+-22.071 58.054 m
+-22.7 58.954 -22.971 59.944 -22.34 60.754 c
+-22.053 61.124 -19.358 64.044 -21.8 64.984 c
+-24.14 65.884 -28.101 68.854 -32.421 65.614 c
+-36.741 62.374 -37.011 61.654 -36.741 61.114 c
+-36.651 60.304 -35.841 60.484 V
+-35.751 59.854 -35.481 59.404 -34.941 59.404 C
+-34.851 58.774 -35.031 58.234 -34.221 58.054 C
+-35.301 57.604 -36.291 55.263 -33.231 55.354 C
+-33.501 53.374 -32.511 49.954 -30.441 51.303 c
+-28.371 52.654 -22.071 58.054 y
+f
+0.95 g
+-34.491 62.284 m
+-30.531 58.503 -25.941 59.044 -25.311 58.863 C
+-25.311 60.574 -24.771 64.174 -26.571 65.164 C
+-25.311 65.074 -23.78 63.904 -23.78 61.924 C
+-23.511 63.904 -24.5 65.614 Y
+-22.251 64.264 -20.991 63.724 -22.611 61.023 c
+-24.231 58.324 -23.594 58.663 -23.42 58.144 C
+-24.231 57.334 -29.181 55.534 -31.971 57.604 c
+-34.761 59.674 -34.491 62.284 Y
+f
+u
+0 g
+-29.271 61.025 m
+-27.83 61.025 -26.662 62.193 -26.662 63.634 c
+-26.662 65.075 -27.83 66.243 -29.271 66.243 c
+-30.712 66.243 -31.88 65.075 -31.88 63.634 c
+-31.88 62.193 -30.712 61.025 -29.271 61.025 c
+f
+-29.271 63.634 m
+F
+U
+u
+-29.271 63.634 m
+-29.271 63.634 l
+-29.271 63.634 l
+-29.271 63.634 l
+-29.271 63.634 l
+f
+-29.271 63.634 m
+F
+U
+u
+-29.091 63.184 m
+-29.091 63.184 l
+-29.091 63.184 l
+-29.091 63.184 l
+-29.091 63.184 l
+f
+-29.091 63.184 m
+F
+U
+u
+0.2 g
+-29.284 61.142 m
+-27.916 61.142 -26.806 62.252 -26.806 63.62 c
+-26.806 64.989 -27.916 66.099 -29.284 66.099 c
+-30.654 66.099 -31.763 64.989 -31.763 63.62 c
+-31.763 62.252 -30.654 61.142 -29.284 61.142 c
+f
+-29.284 63.62 m
+F
+U
+u
+0 0 .6 1 k
+-29.256 61.448 m
+-28.092 61.448 -27.148 62.392 -27.148 63.555 c
+-27.148 64.719 -28.092 65.662 -29.256 65.662 c
+-30.42 65.662 -31.363 64.719 -31.363 63.555 c
+-31.363 62.392 -30.42 61.448 -29.256 61.448 c
+f
+-29.256 63.555 m
+F
+U
+1 g
+-30.126 62.734 m
+-30.081 63.319 -30.076 65.058 -28.506 63.948 c
+-27.741 63.408 -28.056 62.959 -28.101 62.779 c
+-28.146 62.599 -28.236 62.419 -27.831 62.688 c
+-27.426 62.959 -27.151 65.01 -29.046 65.344 c
+-29.811 65.479 -31.161 64.219 -30.936 62.959 c
+-30.711 61.699 -30.126 62.734 y
+f
+u
+0 g
+-29.181 62.868 m
+-28.882 62.868 -28.64 63.11 -28.64 63.408 c
+-28.64 63.708 -28.882 63.95 -29.181 63.95 c
+-29.48 63.95 -29.722 63.708 -29.722 63.408 c
+-29.722 63.11 -29.48 62.868 -29.181 62.868 c
+f
+-29.181 63.408 m
+F
+U
+1 G
+0.072 w
+-23.06 57.243 m
+-22.978 57.984 -22.856 59.451 -22.062 60.051 c
+S
+-23.196 58.863 m
+-22.88 59.539 -22.296 60.888 -21.351 61.204 c
+S
+-23.286 58.099 m
+-22.695 58.551 -21.552 59.478 -20.568 59.32 c
+S
+-23.6 58.819 m
+-23.182 59.435 -22.388 60.673 -21.404 60.832 c
+S
+-23.511 58.683 m
+-22.92 59.136 -21.776 60.064 -20.793 59.905 c
+S
+-23.24 58.144 m
+-22.822 58.759 -22.028 59.998 -21.044 60.158 c
+S
+-23.78 58.144 m
+-23.362 58.759 -22.568 59.998 -21.584 60.158 c
+S
+-22.656 58.548 m
+-22.573 59.289 -22.452 60.756 -21.656 61.356 c
+S
+-22.791 57.423 m
+-22.476 58.099 -21.891 59.448 -20.946 59.764 c
+S
+-23.106 58.279 m
+-22.791 58.954 -22.206 60.304 -21.26 60.619 c
+S
+-23.826 58.819 m
+-23.235 59.271 -22.092 60.198 -21.108 60.04 c
+S
+-24.591 58.234 m
+-23.918 58.553 -22.607 59.221 -21.678 58.861 c
+S
+-23.826 58.954 m
+-23.153 59.273 -21.842 59.941 -20.913 59.581 c
+S
+-22.16 58.099 m
+-22 58.826 -21.721 60.271 -20.867 60.783 c
+S
+u
+0.7 G
+-18.516 62.24 m
+-18.094 62.24 -17.752 62.582 -17.752 63.004 c
+-17.752 63.426 -18.094 63.768 -18.516 63.768 c
+-18.938 63.768 -19.28 63.426 -19.28 63.004 c
+-19.28 62.582 -18.938 62.24 -18.516 62.24 c
+b
+-18.516 63.004 m
+B
+U
+0.8 g
+0 G
+-14.151 62.104 m
+-14.592 62.645 -16.22 62.419 -16.266 61.068 c
+-16.311 59.719 -15.244 59.403 -14.286 58.503 c
+-13.566 57.828 -11.36 54.588 -10.911 52.519 C
+-11.271 55.579 -11.946 59.404 -14.151 62.104 c
+f
+0 g
+-22.248 58.003 m
+-23.543 57.792 -24.756 56.954 -26.915 57.638 c
+-27.858 58.349 -28.78 58.7 v
+-29.898 59.126 -30.405 58.74 -31.368 58.999 c
+-32.242 59.234 -34.192 60.275 -35.001 62.526 C
+-34.84 61.318 -34.05 60.148 -33.252 59.609 c
+-32.454 59.07 -31.21 58.508 -29.439 58.391 c
+-28.714 58.344 -27.961 57.435 -27.472 57.155 c
+-26.26 56.46 -24.222 56.309 -22.42 57.858 c
+F
+-22.7 57.648 m
+-24.726 56.568 -26.076 55.803 -27.651 56.028 c
+-29.226 56.254 -30.261 56.703 -30.756 57.108 c
+-31.251 57.514 -32.511 58.728 -33.501 59.134 c
+-34.491 59.539 -35.256 59.719 -35.796 60.168 C
+-35.436 59.539 -34.131 59.179 -33.816 58.863 c
+-33.501 58.548 -33.276 58.819 -32.016 57.334 c
+-30.756 55.848 -26.391 54.588 -24.366 56.163 c
+-22.34 57.739 -22.791 57.514 y
+F
+-22.16 58.054 m
+-21.884 57.677 -22.611 58.728 -23.78 58.863 c
+-24.951 58.999 -25.131 58.774 -26.391 59.268 c
+-27.651 59.764 -27.876 60.619 -29.226 60.619 c
+-30.576 60.619 -31.026 60.619 -31.566 61.114 c
+-32.106 61.608 -32.286 62.644 -32.376 62.959 c
+-32.466 63.274 -32.916 64.174 -33.816 64.039 C
+-33.546 63.814 -32.916 63.768 -32.601 62.599 c
+-32.286 61.428 -31.798 60.029 -29.721 60.348 c
+-29.136 60.439 -28.821 60.484 -28.101 60.034 c
+-27.381 59.583 -26.346 58.503 -24.636 58.639 c
+-22.926 58.774 -22.198 58.105 -22.16 58.054 c
+f
+-22.371 58.139 m
+-21.624 57.541 -22.892 58.76 -24.07 58.767 c
+-25.248 58.771 -25.402 58.528 -26.708 58.883 c
+-28.016 59.236 -28.333 60.061 -29.675 59.912 c
+-31.017 59.764 -31.464 59.715 -32.055 60.148 c
+-32.646 60.58 -32.939 61.59 -33.063 61.893 c
+-33.187 62.196 -33.733 63.041 -34.612 62.808 C
+-34.32 62.614 -33.688 62.639 -33.247 61.51 c
+-32.805 60.382 -32.166 59.044 -30.137 59.59 c
+-29.566 59.744 -29.257 59.823 -28.492 59.455 c
+-27.707 59.077 -26.481 58.146 -24.896 58.449 c
+-23.21 58.771 -22.42 58.179 -22.371 58.139 c
+f
+1 G
+-15.031 62.992 m
+-14.892 63.418 -14.596 64.249 -14.881 64.774 c
+S
+-15.304 62.62 m
+-15.378 63.061 -15.5 63.936 -15.996 64.269 c
+S
+-14.872 62.808 m
+-14.803 63.248 -14.644 64.117 -15.01 64.59 c
+S
+-14.966 62.784 m
+-15.04 63.225 -15.162 64.1 -15.658 64.433 c
+S
+-15.305 62.659 m
+-15.237 63.1 -15.079 63.968 -15.444 64.441 c
+S
+-15.798 62.527 m
+-15.66 62.952 -15.364 63.784 -15.649 64.309 c
+S
+-15.309 62.773 m
+-15.172 63.198 -14.875 64.029 -15.16 64.555 c
+S
+-14.772 62.715 m
+-14.847 63.156 -14.968 64.03 -15.464 64.364 c
+S
+-14.717 62.774 m
+-14.882 63.19 -15.184 64.02 -15.738 64.242 c
+S
+-15.798 63.081 m
+-15.571 63.466 -15.101 64.213 -15.266 64.788 c
+S
+-14.274 62.336 m
+-14.056 62.728 -13.606 63.487 -13.785 64.056 c
+S
+-13.908 62.254 m
+-13.69 62.644 -13.239 63.404 -13.419 63.974 c
+S
+-14.251 62.368 m
+-13.922 62.67 -13.256 63.249 -13.247 63.847 c
+S
+-14.718 62.572 m
+-14.344 62.818 -13.594 63.283 -13.489 63.871 c
+S
+-14.183 62.46 m
+-13.809 62.705 -13.059 63.17 -12.954 63.758 c
+S
+-13.8 62.079 m
+-13.582 62.469 -13.132 63.228 -13.311 63.799 c
+S
+-13.72 62.091 m
+-13.588 62.518 -13.306 63.355 -13.6 63.875 c
+S
+-14.372 63.004 m
+-13.954 63.164 -13.12 63.455 -12.891 64.007 c
+S
+-14.551 62.82 m
+-14.327 62.967 -13.876 63.246 -13.814 63.599 c
+S
+-14.819 62.748 m
+-14.688 62.982 -14.418 63.437 -14.525 63.78 c
+S
+-14.546 62.673 m
+-14.348 62.854 -13.948 63.202 -13.944 63.56 c
+S
+-14.599 62.698 m
+-14.468 62.932 -14.198 63.388 -14.305 63.73 c
+S
+-14.805 62.766 m
+-14.608 62.948 -14.208 63.295 -14.203 63.654 c
+S
+-15.085 62.888 m
+-14.861 63.036 -14.411 63.316 -14.348 63.668 c
+S
+-14.764 62.821 m
+-14.54 62.968 -14.09 63.248 -14.027 63.6 c
+S
+-14.534 62.593 m
+-14.404 62.827 -14.133 63.283 -14.24 63.624 c
+S
+-14.486 62.6 m
+-14.408 62.856 -14.238 63.358 -14.415 63.67 c
+S
+-14.877 63.148 m
+-14.627 63.244 -14.127 63.419 -13.989 63.749 c
+S
+0 G
+-22.153 58.163 m
+-22.717 58.597 -23.331 59.394 -25.272 59.333 c
+-25.536 59.156 -25.333 59.179 v
+-23.404 59.393 -22.746 58.571 -22.16 58.167 c
+F
+-22.155 58.164 m
+-22.664 58.662 -23.18 59.524 -25.113 59.693 c
+-25.397 59.549 -25.194 59.548 v
+-23.252 59.533 -22.696 58.639 -22.162 58.168 c
+F
+-22.04 58.055 m
+-22.474 58.619 -23.29 59.883 -25.181 60.323 c
+-25.483 60.22 -25.281 60.19 v
+-23.361 59.902 -22.508 58.601 -22.047 58.059 c
+F
+-22.097 58.1 m
+-22.406 58.741 -23.127 59.979 -24.888 60.795 c
+-25.204 60.756 -25.013 60.686 v
+-23.193 60.012 -22.494 58.682 -22.153 58.057 c
+F
+-23.128 59.471 m
+-23.151 59.561 -22.408 62.172 y
+-22.364 62.172 -22.273 62.688 -22.206 63.139 c
+-21.962 64.766 -23.736 65.389 -24.366 65.929 C
+-20.939 64.344 -21.305 62.669 -22.071 61.587 c
+-23.128 59.471 l
+f
+-23.331 59.787 m
+-23.372 59.87 -23.039 62.621 y
+-22.955 63.423 -22.936 63.284 -23.06 63.859 C
+-23.154 65.501 -25.281 65.867 -26.008 66.267 C
+-22.33 65.415 -22.189 63.34 -22.717 62.124 c
+-23.331 59.787 l
+f
+-23.759 60.304 m
+-23.787 60.387 -23.488 63.048 y
+-23.427 63.895 -24.164 64.332 -24.433 64.669 C
+-25.986 66.019 -26.692 66.114 -27.201 66.514 C
+-24.626 65.663 -22.959 63.858 -23.329 62.642 c
+-23.759 60.304 l
+f
+1 G
+0.036 w
+-22.431 51.843 m
+-21.891 50.943 -21.44 50.403 -20.54 50.314 c
+-19.64 50.223 -19.1 49.954 -18.651 48.963 c
+-18.2 47.974 -17.931 47.254 -17.031 46.983 c
+S
+0.9 G
+-28.551 53.554 m
+-28.911 53.103 -29.271 52.203 -30.441 52.114 c
+S
+-30.171 53.463 m
+-30.441 52.743 -30.711 52.023 -31.611 51.574 c
+S
+-30.981 52.923 m
+-31.611 52.474 -32.151 52.203 -33.051 52.383 c
+S
+-28.281 53.103 m
+-28.371 52.114 -28.821 50.943 -29.451 50.314 c
+S
+-29.181 51.934 m
+-29.451 51.214 -29.721 51.034 -30.261 50.854 c
+S
+-28.011 51.574 m
+-28.011 50.763 -28.551 49.503 -29.001 48.963 c
+S
+-28.011 49.954 m
+-28.191 49.234 -28.371 48.514 -28.731 48.063 c
+S
+-26.751 54.814 m
+-27.561 54.454 -28.731 54.183 -29.631 54.363 c
+S
+-27.111 51.034 m
+-27.021 50.043 -26.841 48.423 -27.651 47.614 c
+S
+-26.211 53.914 m
+-26.571 53.374 -27.021 52.474 -27.651 52.203 c
+S
+0 G
+0.072 w
+-24.659 60.574 m
+-24.687 60.657 -24.388 63.319 y
+-24.327 64.165 -25.064 64.601 -25.333 64.939 C
+-26.886 66.289 -27.592 66.384 -28.101 66.784 C
+-25.526 65.932 -23.859 64.128 -24.229 62.912 c
+-24.659 60.574 l
+f
+0 .94 0 .47 k
+0.108 w
+-22.7 36.093 m
+-25.408 36.399 -35.518 39.773 -36.111 28.893 c
+-36.381 23.943 -34.401 20.163 y
+-34.131 18.723 -34.311 17.463 v
+-34.491 16.203 -34.671 11.613 -33.681 10.173 C
+-33.681 8.913 -33.771 -0.807 -25.04 -7.738 C
+-24.411 -11.247 -25.221 -13.498 -22.16 -17.547 C
+-22.071 -19.258 -21.531 -21.507 -19.28 -24.387 c
+-17.031 -27.267 -16.851 -28.078 -16.671 -28.707 c
+-16.491 -29.338 -16.131 -30.598 -14.96 -32.487 c
+-13.791 -34.378 -12.711 -39.868 -10.1 -41.758 C
+-8.66 -40.948 -2.991 -34.738 -4.791 -26.638 c
+-6.591 -18.538 -5.331 -18.538 -4.971 -17.098 c
+-4.611 -15.658 -1.011 -8.818 -5.6 1.082 C
+-5.6 4.862 -7.524 17.75 -12.531 21.873 c
+-15.036 23.936 -16.04 28.083 y
+-17.12 35.463 -22.7 36.093 v
+f
+0 .94 .48 0 k
+-21.62 36.993 m
+-24.328 37.299 -34.438 40.673 -35.031 29.793 c
+-35.301 24.843 -33.321 21.063 y
+-33.051 19.623 -33.231 18.363 v
+-33.411 17.103 -33.591 12.513 -32.601 11.073 C
+-32.601 9.813 -32.691 0.093 -23.96 -6.838 C
+-23.331 -10.347 -24.14 -12.598 -21.08 -16.647 C
+-20.991 -18.358 -20.451 -20.607 -18.2 -23.487 c
+-15.951 -26.367 -15.771 -27.178 -15.591 -27.807 c
+-15.411 -28.438 -15.051 -29.698 -13.88 -31.587 c
+-12.711 -33.478 -11.631 -38.968 -9.02 -40.858 C
+-7.58 -40.048 -1.911 -33.838 -3.711 -25.738 c
+-5.511 -17.638 -4.251 -17.638 -3.891 -16.198 c
+-3.531 -14.758 0.069 -7.918 -4.52 1.982 C
+-4.52 5.763 -6.444 18.65 -11.451 22.773 c
+-13.956 24.836 -14.96 28.983 y
+-16.04 36.363 -21.62 36.993 v
+b
+u
+-6.714 -42.72 m
+-8.934 -32.822 -8.577 -20.996 -7.364 -12.371 C
+-5.888 -18.928 -3.626 -36.172 -4.16 -39.399 c
+-4.696 -42.626 -6.242 -43.556 -6.714 -42.72 C
+b
+-8.969 -43.926 m
+-11.798 -34.185 -12.173 -22.358 -11.496 -13.675 C
+-9.617 -20.128 -6.292 -37.199 -6.627 -40.454 c
+-6.961 -43.707 -8.447 -44.73 -8.969 -43.926 C
+b
+0.036 w
+-13.109 -37.806 m
+-15.938 -28.065 -16.314 -16.238 -15.636 -7.555 C
+-13.757 -14.008 -10.432 -31.079 -10.767 -34.334 c
+-11.101 -37.587 -12.587 -38.61 -13.109 -37.806 C
+b
+0 1 0 0 k
+-8.069 -34.926 m
+-10.898 -25.185 -11.273 -13.358 -10.596 -4.675 C
+-8.717 -11.128 -5.392 -28.199 -5.727 -31.454 c
+-6.061 -34.707 -7.547 -35.73 -8.069 -34.926 C
+b
+-5.729 -24.126 m
+-7.08 -14.668 -6.673 -5.815 -4.7 3.062 C
+-3.745 -3.59 -2.136 -17.841 -2.923 -21.016 c
+-3.71 -24.191 -5.325 -24.995 -5.729 -24.126 C
+b
+-9.149 -21.426 m
+-10.584 -11.384 -9.296 0.378 -7.408 8.88 C
+-6.452 2.228 -5.556 -15.141 -6.343 -18.316 c
+-7.13 -21.491 -8.745 -22.295 -9.149 -21.426 C
+b
+-14.189 -23.226 m
+-15.624 -13.184 -14.337 -1.422 -12.448 7.08 C
+-11.492 0.428 -10.596 -16.941 -11.383 -20.116 c
+-12.17 -23.291 -13.785 -24.095 -14.189 -23.226 C
+b
+-17.429 -26.466 m
+-18.864 -16.424 -17.577 -4.662 -15.688 3.84 C
+-14.733 -2.812 -13.836 -20.182 -14.623 -23.356 c
+-15.41 -26.531 -17.025 -27.335 -17.429 -26.466 C
+b
+0 .94 0 .58 k
+-20.3 -21.874 m
+-19.627 -12.005 -16.79 -0.797 -14.078 7.192 C
+-14.521 0.654 -16.78 -16.229 -17.849 -19.202 c
+-18.919 -22.176 -20.166 -22.762 -20.3 -21.874 C
+b
+-22.82 -17.373 m
+-22.147 -7.505 -19.31 3.703 -16.598 11.692 C
+-17.041 5.154 -19.3 -11.729 -20.369 -14.702 c
+-21.439 -17.675 -22.686 -18.262 -22.82 -17.373 C
+b
+-26.434 -12.41 m
+-24.792 -2.655 -20.864 8.219 -17.379 15.902 C
+-18.464 9.439 -22.374 -7.139 -23.732 -9.993 c
+-25.088 -12.846 -26.388 -13.307 -26.434 -12.41 C
+b
+-32.045 0.085 m
+-33.543 9.863 -33.223 21.42 -32.32 29.808 C
+-31.325 23.331 -29.843 6.362 -30.236 3.227 c
+-30.631 0.092 -31.72 -0.753 -32.045 0.085 C
+b
+-29.165 -2.615 m
+-30.663 7.163 -30.343 18.72 -29.44 27.108 C
+-28.445 20.631 -26.963 3.662 -27.356 0.527 c
+-27.751 -2.608 -28.84 -3.453 -29.165 -2.615 C
+b
+-28.085 -4.415 m
+-27.939 5.475 -25.704 16.819 -23.422 24.941 C
+-23.516 18.388 -24.871 1.41 -25.78 -1.617 c
+-26.689 -4.643 -27.904 -5.295 -28.085 -4.415 C
+b
+-23.225 -1.535 m
+-24.723 8.243 -24.403 19.8 -23.5 28.188 C
+-22.505 21.711 -21.023 4.742 -21.416 1.607 c
+-21.811 -1.528 -22.9 -2.373 -23.225 -1.535 C
+b
+-16.925 -0.455 m
+-18.423 9.323 -18.103 20.88 -17.2 29.268 C
+-16.205 22.791 -14.722 5.822 -15.116 2.687 c
+-15.511 -0.448 -16.6 -1.293 -16.925 -0.455 C
+b
+-10.985 -4.955 m
+-12.834 7.116 -12.8 10.083 -10.46 14.763 C
+-8.12 9.003 -8.74 1.657 -9.176 -1.813 c
+-9.57 -4.948 -10.66 -5.793 -10.985 -4.955 C
+b
+-21.605 8.546 m
+-23.103 18.323 -22.523 18.795 -21.62 27.183 C
+-20.625 20.706 -19.403 14.823 -19.796 11.687 c
+-20.191 8.552 -21.28 7.707 -21.605 8.546 C
+b
+-28.085 11.786 m
+-29.583 21.563 -28.823 22.755 -27.921 31.143 C
+-26.925 24.666 -25.883 18.063 -26.276 14.927 c
+-26.671 11.792 -27.76 10.947 -28.085 11.786 C
+b
+-31.145 15.386 m
+-32.994 27.456 -32.961 30.423 -30.621 35.103 C
+-27.36 27.075 -29.822 14.666 -29.336 18.527 c
+-29.731 15.392 -30.82 14.548 -31.145 15.386 C
+b
+-25.745 16.466 m
+-27.594 28.536 -27.561 31.503 -25.221 36.183 C
+-22.88 30.423 -23.5 23.077 -23.936 19.607 c
+-24.331 16.472 -25.42 15.628 -25.745 16.466 C
+b
+-14.225 5.666 m
+-16.074 17.736 -16.58 16.923 -14.24 21.603 C
+-11.9 15.843 -11.98 12.277 -12.416 8.807 c
+-12.811 5.672 -13.9 4.827 -14.225 5.666 C
+b
+U
+u
+0 1 .85 0 k
+-7.033 13.07 m
+-8.828 12.419 -10.517 7.783 -6.639 7.358 c
+-2.76 6.934 -6.418 13.293 -7.033 13.07 c
+b
+-27.176 16.796 m
+-27.758 13.479 -22.997 8.867 -19.82 13.217 c
+-16.533 17.719 -27.013 17.718 -27.176 16.796 c
+b
+-28.763 20.658 m
+-29.68 17.739 -26.259 12.559 -22.327 17.763 c
+-18.395 22.967 -28.448 21.659 -28.763 20.658 c
+b
+-21.543 14.05 m
+-23.485 12.135 -22.915 5.108 -17.626 6.87 c
+-12.337 8.631 -20.876 14.707 -21.543 14.05 c
+b
+-19.461 17.138 m
+-20.376 16.663 -21.254 9.95 -16.978 10.532 c
+-10.515 11.412 -18.529 17.62 -19.461 17.138 c
+b
+-25.221 20.613 m
+-25.804 17.295 -22.637 12.827 -19.46 17.177 c
+-16.173 21.679 -25.059 21.535 -25.221 20.613 c
+b
+-20.155 19.496 m
+-20.738 16.179 -15.977 11.567 -12.8 15.917 c
+-9.512 20.419 -19.993 20.418 -20.155 19.496 c
+b
+-12.625 16.564 m
+-14.385 18.647 -18.551 8.692 -12.98 8.913 c
+-7.352 9.137 -10.962 14.596 -12.625 16.564 c
+b
+-11.743 9.856 m
+-12.452 8.148 -9.898 4.116 -6.899 6.703 c
+-5.085 8.269 -11.274 10.984 -11.743 9.856 c
+b
+-8.016 9.023 m
+-9.562 8.009 -9.716 3.238 -5.78 3.693 c
+-1.846 4.147 -7.485 9.371 -8.016 9.023 c
+b
+-15.399 16.333 m
+-15.73 14.452 -12.552 10.676 -10.251 13.827 c
+-10.367 13.669 -14.789 19.807 -15.399 16.333 c
+b
+-12.26 13.962 m
+-12.969 12.255 -10.416 8.222 -7.416 10.81 c
+-9.343 9.147 -10.452 18.317 -12.26 13.962 c
+b
+-7.428 8.427 m
+-9.126 7.693 -10.096 3.02 -6.14 2.793 c
+-2.186 2.566 -6.846 8.679 -7.428 8.427 c
+b
+-23.163 23.77 m
+-25.105 21.855 -24.535 14.829 -19.246 16.59 c
+-13.957 18.351 -22.496 24.427 -23.163 23.77 c
+b
+U
+u
+0 1 1 0 k
+-27.863 26.868 m
+-29.372 24.207 -27.116 18.424 -22.179 22.686 c
+-17.241 26.948 -27.344 27.781 -27.863 26.868 c
+b
+-17.628 24.953 m
+-20.557 24.068 -22.916 18.327 -16.4 18.003 c
+-9.887 17.68 -16.623 25.255 -17.628 24.953 c
+b
+-23.903 26.148 m
+-25.412 23.487 -23.156 17.704 -18.218 21.966 c
+-13.281 26.228 -23.384 27.061 -23.903 26.148 c
+b
+-32.723 23.088 m
+-31.808 20.168 -26.041 17.871 -25.786 24.388 c
+-25.532 30.906 -33.036 24.09 -32.723 23.088 c
+b
+-29.516 26.607 m
+-30.098 23.288 -25.337 18.678 -22.16 23.027 c
+-18.873 27.529 -29.353 27.527 -29.516 26.607 c
+b
+-21.801 26.947 m
+-22.716 26.473 -23.594 19.76 -19.318 20.342 c
+-12.855 21.223 -20.869 27.431 -21.801 26.947 c
+b
+-14.083 19.666 m
+-14.792 17.959 -12.238 13.926 -9.239 16.514 c
+-7.425 18.079 -13.614 20.795 -14.083 19.666 c
+b
+-10.356 18.833 m
+-11.902 17.819 -12.056 13.049 -8.12 13.503 c
+-4.186 13.958 -9.825 19.18 -10.356 18.833 c
+b
+-9.768 18.237 m
+-11.466 17.503 -12.436 12.831 -8.48 12.603 c
+-4.526 12.376 -9.186 18.489 -9.768 18.237 c
+b
+U
+u
+0 1 .7 1 k
+-30.447 31.193 m
+-31.364 28.274 -27.944 23.095 -24.011 28.298 c
+-20.08 33.502 -30.132 32.195 -30.447 31.193 c
+b
+-26.906 31.148 m
+-27.488 27.83 -24.322 23.363 -21.145 27.712 c
+-17.858 32.214 -26.744 32.07 -26.906 31.148 c
+b
+-21.84 30.031 m
+-22.423 26.714 -17.662 22.103 -14.485 26.452 c
+-11.197 30.954 -21.678 30.953 -21.84 30.031 c
+b
+-28.827 37.313 m
+-30.337 34.651 -28.08 28.869 -23.143 33.131 c
+-18.206 37.393 -28.309 38.227 -28.827 37.313 c
+b
+-18.592 35.398 m
+-21.522 34.514 -23.88 28.772 -17.365 28.448 c
+-10.852 28.125 -17.588 35.701 -18.592 35.398 c
+b
+-24.867 36.593 m
+-26.376 33.931 -24.12 28.149 -19.183 32.411 c
+-14.246 36.673 -24.349 37.507 -24.867 36.593 c
+b
+-14.31 27.099 m
+-16.07 29.183 -20.236 19.227 -14.665 19.448 c
+-9.037 19.671 -12.646 25.131 -14.31 27.099 c
+b
+-33.687 33.533 m
+-32.772 30.613 -27.005 28.316 -26.751 34.833 c
+-26.496 41.351 -34.001 34.535 -33.687 33.533 c
+b
+-15.58 22.191 m
+-16.289 20.484 -13.736 16.452 -10.736 19.039 c
+-7.737 21.627 -15.337 22.777 -15.58 22.191 c
+b
+-13.405 22.148 m
+-14.64 20.339 -12.236 20.843 -8.005 18.638 c
+-8.385 18.836 -11.38 25.119 -13.405 22.148 c
+b
+U
+0 1 .32 0 k
+-35.841 41.133 m
+-37.821 39.243 -39.081 40.683 -40.701 40.593 c
+-44.762 40.368 -45.831 34.293 -47.091 34.203 c
+-53.149 33.771 -55.641 23.943 -52.941 22.323 C
+-57.441 23.313 -57.237 32.149 -59.241 28.713 C
+-58.521 30.783 -59.151 30.423 -58.071 31.233 c
+-56.991 32.043 -55.371 35.823 -60.411 35.103 c
+-61.041 35.013 -58.431 42.303 -53.841 41.583 c
+-49.251 40.863 -50.961 39.693 -50.691 38.703 c
+-50.421 37.713 -46.731 39.423 -45.651 40.503 c
+-44.571 41.583 -40.791 46.174 -37.911 45.183 c
+-35.031 44.193 -34.401 44.733 -32.961 45.634 C
+-35.841 41.133 L
+f
+-39.621 51.934 m
+-43.221 53.103 -43.401 50.943 -45.201 49.863 c
+-47.001 48.783 -49.251 46.083 -52.491 46.623 c
+-55.731 47.163 -58.341 43.293 -58.881 42.663 C
+-58.701 44.013 -58.341 44.374 -57.981 44.553 c
+-57.621 44.733 -57.621 45.814 -57.981 46.263 C
+-57.441 46.714 -56.991 48.243 -57.351 48.334 C
+-54.921 49.503 -55.461 51.934 -52.581 51.034 c
+-49.701 50.134 -49.881 50.943 -49.071 51.034 c
+-48.261 51.123 -44.841 53.374 -42.861 53.283 c
+-38.7 51.634 -39.621 51.934 v
+f
+0 g
+0.108 w
+-15.32 41.403 m
+-12.98 44.013 -11.271 44.733 -10.731 52.023 C
+-12.351 47.254 -11.54 45.903 -15.32 41.403 C
+f
+-25.131 43.833 m
+-25.6 44.38 -24.771 45.183 -24.14 44.463 c
+-23.511 43.743 -20 44.374 -16.851 46.263 C
+-18.831 44.643 -23.511 41.943 -25.131 43.833 c
+f
+1 w
+grestore
+end } def
+%
+end
diff --git a/graphics/pstricks/contrib/pst-fun/pst-fun.sty b/graphics/pstricks/contrib/pst-fun/pst-fun.sty
new file mode 100644
index 0000000000..7319bdc88a
--- /dev/null
+++ b/graphics/pstricks/contrib/pst-fun/pst-fun.sty
@@ -0,0 +1,11 @@
+\RequirePackage{pstricks}
+\RequirePackage{pst-grad}
+\RequirePackage{pst-slpe}
+\RequirePackage{multido}
+\ProvidesPackage{pst-fun}[2007/07/23 package wrapper for
+ pst-fun.tex (hv)]
+\input{pst-fun.tex}
+\ProvidesFile{pst-fun.tex}
+ [\filedate\space v\fileversion\space `PST-fun' (hv)]
+\IfFileExists{pst-fun.pro}{\@addtofilelist{pst-fun.pro}}{}%
+\endinput
diff --git a/graphics/pstricks/contrib/pst-fun/pst-fun.tex b/graphics/pstricks/contrib/pst-fun/pst-fun.tex
new file mode 100644
index 0000000000..c58db748d6
--- /dev/null
+++ b/graphics/pstricks/contrib/pst-fun/pst-fun.tex
@@ -0,0 +1,770 @@
+%%
+%% This is file `pst-fun.tex',
+%%
+%% IMPORTANT NOTICE:
+%%
+%% Package `pst-fun.tex'
+%%
+%% Manuel Luque <ml@pstricks.de>
+%% Herbert Voss <hv@pstricks.de>
+%%
+%% This program can be redistributed and/or modified under the terms
+%% of the LaTeX Project Public License Distributed from CTAN archives
+%% in directory macros/latex/base/lppl.txt.
+%%
+%% DESCRIPTION:
+%% `pst-fun' is a PSTricks package for funny macros
+%%
+%%
+\csname PSTfunLoaded\endcsname
+\let\PSTfunLoaded\endinput
+% Requires PSTricks
+\ifx\PSTricksLoaded\endinput\else\input pstricks.tex\fi
+\ifx\PSTnodesLoaded\endinput\else\input pst-node.tex\fi
+\ifx\GradientLoaded\endinput\else\input pst-grad.tex\fi
+\ifx\PstSlopeLoaded\endinput\else\input pst-slpe.tex\fi
+\ifx\MultidoLoaded\endinput\else \input multido \fi
+%\ifx\PSTricksAddLoaded\endinput\else\input pstricks-add.tex\fi
+\ifx\PSTXKeyLoaded\endinput\else\input pst-xkey.tex \fi
+%
+\edef\PstAtCode{\the\catcode`\@} \catcode`\@=11\relax
+% interface to the `xkeyval' package
+\pst@addfams{pst-fun}
+
+\def\fileversion{0.04}
+\def\filedate{2010/04/18}
+\message{`PST-fun' v\fileversion, \filedate\space (hv)}
+%
+\SpecialCoor
+\pstheader{pst-fun.pro}
+%
+\def\psParrot{\pst@object{psParrot}}
+\def\psParrot@i#1{%
+ \begin@SpecialObj%
+ \addto@pscode{
+ #1
+ tx@FunDict begin tx@Parrot end }
+ \end@SpecialObj}
+%
+\def\psBill{% %Côté gauche et oreille Manuel Luque 2007/07/23
+ \pscurve(0.4,1.38)(0,1.6)(-0.2,1.65)(-0.4,1.53)(-0.5,1.4)(-0.55,1.2)(-0.5,1)
+ \psline(-0.5,1)(-0.45,0.6)
+ \pscurve(-0.45,0.6)(-0.75,0.4)(-0.9,0)(-0.8,-0.45)(-0.5,-0.5)(-0.4,-0.2)(-0.4,0.1)
+ (-0.25,0.5)(-0.2,0.8)(-0.3,1)
+ \pscurve(-0.3,1)(-0.2,0.8)(0,0.7)(0.2,0.6)(0.22,0.5)(0.17,0.3)
+ %Collier
+ \pscurve(0.1,0.2)(0.25,0.4)(0.6,0.6)(0.75,0.55)
+ \psline(0.75,0.55)(0.8,0.4)\pscurve(0.8,0.4)(0.5,0.25)(0.25,0)
+ \psline(0.25,0)(0.1,0.2)
+ %patte gauche
+ \pscurve(0.15,0.1)(0.05,0)(-0.1,-0.25)(-0.05,-0.5)(0.15,-0.55)
+ \pscurve(0.2,-0.2)(0.2,-0.45)(0.15,-0.55)(0.1,-1)(0.2,-1.25)(0.2,-1.5)
+ (0.2,-1.5)(0,-1.45)(-0.2,-1.4)(-0.5,-1.5)(-0.6,-1.65)(-0.55,-1.8)
+ \pscurve(-0.4,-1.6)(-0.55,-1.8)(-0.4,-1.9)
+ \pscurve(-0.3,-1.7)(-0.4,-1.9)(0,-1.9)(.5,-1.8)(.48,-1.65)(0.4,-1.35)
+ \pscurve(0.4,-1.35)(0.6,-1.35)(0.8,-1.25)
+ \pscurve(0.6,-1.35)(0.6,-1.45)(0.6,-1.7)(0.75,-1.9)(1,-2)(1.35,-1.8)(1.2,-1.6)
+ \pscurve(1.35,-1.8)(1.5,-1.75)(1.4,-1.5)(1,-1.5)(1,-1.5)(0.85,-1.25)
+ %ventre
+ \pscurve(0.85,-1.25)(1,-1)(1,-0.75)(0.9,-0.3)(0.8,0)
+ %coude droit
+ \pscurve(1,-0.55)(1.15,-0.45)(1,0)(0.7,0.35)
+ %oreille droite
+ \pscurve(0.5,0.8)(0.8,0.55)(0.9,0.25)(1,0)(1.25,-0.1)(1.4,0.35)(1.2,0.6)(0.8,0.8)(0.7,0.88)
+ \pscurve(0,0.95)(0.2,0.8)(0.5,0.9)
+ \pscurve(0.5,0.9)(0.8,0.9)(1,1.15)
+ \pscurve(1,1.15)(1.1,1)(1.2,1.2)(1.1,1.5)
+ %Truffe
+ \psccurve[fillstyle=solid,fillcolor=lightgray](1.1,1.5)(1,1.8)(0.7,1.9)
+ (0.52,1.6)(0.6,1.25)(1,1.35)
+ \pscurve(0.5,1.4)(0.4,1.2)(0.5,1.1)
+ \pscurve(0.4,1.35)(0.25,1.5)(0,1.6)(-0.2,1.65)(-0.45,1.5)
+ %les yeux
+ \pscurve(0.4,1.3)(0.25,1.5)(0.1,1.5)(0.1,1.4)
+ \pscurve(0.25,1.25)(0,1.4)(-0.1,1.4)(-0.05,1.25)(0.1,1.1)
+ \pscircle*(0.3,1.35){0.05}
+ \pscircle*(0.17,1.25){0.05}
+ %rictus
+ \pscurve(-0.1,0.9)(0,0.93)(0.05,1.01)
+ %sourcils
+ \pscurve(-0.1,1.5)(-0.2,1.47)(-0.1,1.25)
+ \pscircle(0.7,-0.9){0.1}
+ %quelques poils
+ \psline(-0.45,1.5)(-0.35,2)
+ \psline(-0.35,1.6)(-0.2,2.2)
+ \psline(-0.2,1.6)(-0.2,2)
+ \psline(-0.2,1.5)(0,1.8)
+ \pscurve(0.6,0.9)(0.5,0.8)(0.45,0.55)
+ %queue
+ \pscurve(0.1,-0.8)(0,-0.82)(-0.1,-1)(0,-1.1)(0.18,-1.18)
+ \psline(0.45,0)(0.4,-0.25)
+ \psline(0.35,-0.2)(0.55,-0.4)
+ \psline(0.7,-0.3)(0.7,-0.5)
+ \psline(1,-0.25)(1.2,-0.5)%
+}
+%
+\def\psFish{\pst@object{psFish}}% manuel
+\def\psFish@i{{%
+ \pst@killglue
+ \begin@SpecialObj%
+ \pscurve(0.1,1.8)(0.4,1.65)(0.6,1.1)(0.85,1.2)
+ \pscurve(1.6,3.25)(2.5,4.2)(2.5,3.5)
+ \pscurve(4.25,1.9)(4.5,1.5)(3.9,1.4)(3.7,0.8)(3.2,1.5)
+ \pscurve(2.5,3.5)(2.75,3.75)(3.2,4)(3.75,3.2)(3.2,2.8)%(2.8,3.2)
+ \pscurve(5,2.45)(6,2.5)(5.75,2)(6,1.5)(5.8,1.4)(5,1.6)
+ \pscurve(3.2,1.4)(3.1,0.7)(3.5,0.5)(2.7,0.5)
+ \pscurve(1.8,1.1)(2.2,1.4)(2.7,1.6)(2.6,1.2)(2.65,1.1)(2.6,1)(2.65,0.9)(1.9,0.5)
+%
+ \pscurve(0.25,2.4)(1,3)(1.6,3.25)(2.5,3.5)(3,3)(4,2.6)
+ (5,2.45)(5.7,2.75)(6,2.5)(5.75,2)(6,1.5)(5.9,1.35)(5,1.6)
+ (4,1.7)(3,1.1)(2.7,-.2)(2,0)(1,0.3)(0.8,0.3)(0.35,1)
+ (0.1,1.8)(0,2.1)(0.1,2.2)(0.5,1.9)(0.45,2.2)(0.25,2.4)
+ \pscircle[fillstyle=none](0.9,2.5){0.25}
+ \pscircle*(0.9,2.5){0.15}
+ \pscircle[fillstyle=solid,linestyle=none](0.85,2.55){0.03}
+ \pscurve[fillstyle=none](0.35,1)(1,0.8)(1.45,1)(1.6,1.6)(1.5,2.25)%
+ \end@SpecialObj}\ignorespaces}
+%
+\def\psLouisXIII{\pst@object{psLouisXIII}}
+\def\psLouisXIII@i{{%
+ \pst@killglue
+ \begin@SpecialObj
+ %Sourcils
+ \pscurve[linewidth=3\pslinewidth,linecolor=gray](-0.9,0.5)(-0.4,0.7)(0,.57)
+ \pscurve[linewidth=3\pslinewidth,linecolor=gray](0.4,0.57)(0.7,0.7)(0.9,0.7)
+ %Yeux
+ \psclip{%
+ \pscustom{%
+ \pscurve(-0.8,0.35)(-0.45,0.5)(-0.2,0.4)
+ \pscurve(-0.2,0.4)(-0.5,0.2)(-0.8,0.35)}}
+ \pscircle(-0.6,0.35){0.15}
+ \pscircle*[linecolor=blue](-0.6,0.35){0.05}
+ \endpsclip
+ \psclip{%
+ \pscustom{%
+ \pscurve(0.4,0.42)(0.6,0.5)(0.8,0.5)
+ \pscurve(0.8,0.5)(0.6,0.25)(0.4,0.42)}}
+ \pscircle(0.55,0.4){0.15}
+ \pscircle*[linecolor=blue](0.55,0.4){0.05}
+ \endpsclip
+ \pscurve(-0.7,0.1)(-0.5,0.05)(-0.25,0.2)
+ \pscurve(0.5,0.2)(0.7,0.1)(0.8,0.3)
+ %Nez
+ \pscurve(0.2,0.5)(0.4,0)(0.5,-0.3)(0.2,-0.6)
+ \pscurve(-0.1,-0.3)(-0.3,-0.5)(-0.1,-0.6)(0,-0.5)(0.2,-0.6)
+ %Ovale
+ \pscurve(0,1.9)(0,1.6)(0.5,1.5)(0.9,1.28)(0.85,0.8)(1,0.4)(1,0)(0.9,-0.5)
+ (0.6,-1)(0.3,-1.4)(-0.15,-1.4)(-0.75,-1.25)(-1,-0.9)
+ %loevre inf
+ \pscurve(-0.1,-1.1)(0.15,-1.1)(0.5,-1)
+ \pscurve(-0.3,-1)(0.1,-1)(0.45,-0.9)
+ %moustache
+ \pscustom[fillstyle=solid,fillcolor=lightgray]{%
+ \pscurve(-0.6,-0.9)(-0.4,-0.75)(0,-0.6)
+ \psline(0,-0.6)(0.05,-0.9)
+ \pscurve(0.05,-0.9)(-0.2,-0.95)(-0.4,-1.1)
+ \psline(-0.4,-1.1)(-0.6,-0.9)}
+ \pscustom[fillstyle=solid,fillcolor=lightgray]{%
+ \pscurve(0.15,-0.6)(0.6,-0.65)(0.8,-0.8)
+ \psline(0.8,-0.8)(0.7,-1)
+ \pscurve(0.7,-1)(0.5,-0.9)(0.2,-0.9)
+ \psline(0.2,-0.9)(0.15,-0.6)}
+ \psline(0.05,-0.9)(0.2,-0.9)
+ %
+ \psline(0.7,-1)(2,-2)
+ \pspolygon[fillstyle=solid,fillcolor=cyan](0,-2)(0.2,-1.75)(0.4,-1.7)(1,-2)
+ \psline(0.2,-1.75)(0.1,-1.42)
+ \psline(0.25,-1.43)(0.4,-1.7)
+ \psline(0.1,0.2)(0.2,-0.1)
+ %Cheveux
+ \psset{linewidth=2\pslinewidth,linecolor=gray}
+ \pscurve(0,1.9)(0.4,1.75)(0.9,1.7)(1.15,1.4)(1.05,0.85)(1.2,0.7)
+ \pscurve(1.05,0.7)(1.15,0.2)(1.2,-0.2)(1.35,-0.3)(1.5,-0.2)
+ \pscurve(1.05,-0.3)(1.15,-0.65)(1.1,-1)(1.3,-1.1)(1.45,-0.9)
+ \pscurve(0.85,-0.7)(0.85,-1)(1.1,-1.2)(1.35,-1.5)(1.3,-1.8)(1.15,-1.9)(1.05,-1.7)
+ \pscurve(-0.1,1.9)(-0.2,1.8)(-0.6,1.8)(-0.9,1.65)(-1,1.4)
+ \pscurve(-0.1,1.6)(-0.3,1.5)(-0.3,1.45)(-0.8,1.35)(-0.95,1.15)(-0.9,0.9)(-0.7,0.9)(-0.7,1.1)
+ \pscurve(-1,0.8)(-1.1,0.6)(-1.1,0.3)(-1.05,0)(-1.2,-0.2)(-1.3,0)(-1.2,0.1)
+ \pscurve(-1.1,1.3)(-1.3,1.1)(-1.7,0.9)(-1.8,0.7)(-1.85,0.6)(-1.9,0.3)(-1.7,0.25)(-1.6,0.35)
+ \pscurve(-1.05,-0.2)(-1.1,-0.7)(-1.1,-1.1)(-1.3,-1.2)(-1.4,-1)(-1.35,-0.8)
+ \pscurve(-1.35,-0.8)(-1.45,-1.3)(-1.5,-1.6)(-1.7,-1.7)(-1.9,-1.55)(-1.7,-1.4)
+ \pscurve(-1.6,0.7)(-1.75,0.3)(-1.6,-0.2)(-1.6,-0.65)(-1.8,-0.9)(-2,-0.5)
+ \pscurve(-1.5,-0.6)(-1.7,-1)(-2,-1.4)(-1.9,-1.9)(-1.6,-2)(-1.4,-1.9)(-1.4,-1.7)
+ \pscurve(-0.1,1.9)(-0.3,1.85)(-0.6,1.8)(-0.95,1.8)(-1.3,1.7)(-1.5,1.45)(-1.7,1)(-1.9,0.85)
+ \end@SpecialObj}\ignorespaces}
+%
+\def\psPulpo{\pst@object{psPulpo}}
+\def\psPulpo@i{{%
+ \pst@killglue%
+ \addbefore@par{fillstyle=solid,linewidth=0.5mm}
+ \begin@SpecialObj
+ \pscurve(6.4,1.3)(7,0.8)(8,0.4)(9,0.7)(9.3,1)(9.6,1.6)(10,2.05)(10.3,2.1)%
+ (10.6,2)(10.8,1.6)(10.6,2.2)(10,2.4)(9.5,2)(9,1.2)(8,0.8)(7.5,1)(7,1.5)
+ \pscurve(4.6,1.3)(4,0.8)(3,0.4)(2,0.7)(1.7,1)(1.4,1.6)(1,2.05)(0.7,2.1)%
+ (0.4,2)(0.2,1.6)(0.4,2.2)(1,2.4)(1.5,2)(2,1.2)(3,0.8)(3.5,1)(4,1.5)
+ \pscircle(7,1.1){0.1} \pscircle(7.4,0.8){0.1}
+ \pscircle(8,0.6){0.1} \pscircle(8.5,0.7){0.1}
+ \pscircle(9,1){0.1} \pscircle(9.4,1.6){0.1}
+ \pscircle(9.7,2){0.1}
+ %
+ \pscircle(4,1.1){0.1} \pscircle(3.6,0.8){0.1}
+ \pscircle(3,0.6){0.1} \pscircle(2.5,0.7){0.1}
+ \pscircle(2,1){0.1} \pscircle(1.6,1.6){0.1}
+ \pscircle(1.3,2){0.1}
+%
+ \pscurve(5.5,3)(5.5,2)(6,1)(6.5,1.3)(6.9,2.4)(7.3,4)(8.2,5.4)(8.8,4.55)(9.3,3.9)%
+ (9.8,4)(9.4,4)(9,4.7)(8.2,5.7)(7.4,5)(7,4)(6.7,3)(6.2,2)(5.8,1.8)(5.5,2)
+ %
+ \pscurve(5.5,3)(5.5,2)(5,1)(4.5,1.3)(4.1,2.4)(3.7,4)(2.8,5.4)(2.2,4.55)(1.7,3.9)%
+ (1.2,4)(1.6,4)(2,4.7)(2.8,5.7)(3.6,5)(4,4)(4.3,3)(4.8,2)(5.2,1.8)(5.5,2)
+ \pscircle(6,1.2){0.1} \pscircle(6.8,2.6){0.1}
+ \pscircle(6.95,3.3){0.1} \pscircle(7.13,4){0.1}
+ \pscircle(7.37,4.5){0.1} \pscircle(7.6,5.05){0.1}
+ \pscircle(8,5.5){0.08}
+ %
+ \pscircle(5,1.2){0.1} \pscircle(4.2,2.6){0.1}
+ \pscircle(4.05,3.3){0.1} \pscircle(3.87,4){0.1}
+ \pscircle(3.63,4.5){0.1} \pscircle(3.4,5.05){0.1}
+ \pscircle(3,5.5){0.08}
+ %
+ \pscurve(5.5,5)(6,4.85)(6.3,4.6)(6.5,4.3)(6.55,4)(6.45,3.6)(6.3,3.4)(6.15,3.2)%
+ (6.3,2.95)(6.17,2.7)(6.6,2.4)(4.4,2.4)(4.83,2.7)(4.7,2.95)(4.85,3.2)%
+ (4.7,3.4)(4.55,3.6)(4.45,4)(4.5,4.3)(4.7,4.6)(5,4.85)(5.5,5)
+% tentacule 1
+ \pscurve(6.17,2.7)(6.6,2.4)(7.2,2.4)(8,2.6)(9,3)(9.7,3.6)(10,4.5)(9.8,4.6)%
+ (10,4.7)(10.2,4.6)(10.2,4.2)(10,3.7)(9.3,3)(8,2.25)(7,2)(6.4,2)(6,2.3)
+ \pscircle(6.3,2.3){0.1} \pscircle(6.65,2.2){0.1}
+ \pscircle(7.1,2.2){0.1} \pscircle(7.55,2.28){0.1}
+ \pscircle(7.9,2.45){0.1} \pscircle(8.3,2.5){0.1}
+ \pscircle(8.6,2.68){0.08}
+% tentacule 1
+ \pscurve(4.83,2.7)(4.4,2.4)(3.8,2.4)(3,2.6)(2,3)(1.3,3.6)(1,4.5)(1.2,4.6)(1,4.7)%
+ (0.8,4.6)(0.8,4.2)(1,3.7)(1.7,3)(3,2.25)(4,2)(4.6,2)(5,2.3)
+ \pscircle(4.7,2.3){0.1} \pscircle(4.45,2.2){0.1}
+ \pscircle(3.9,2.2){0.1} \pscircle(3.45,2.28){0.1}
+ \pscircle(3.1,2.45){0.1} \pscircle(2.7,2.5){0.1}
+ \pscircle(2.4,2.68){0.08}
+ % deuxieme tentacule
+ \pscurve(6,2.4)(6.1,2)(6.4,1.8)(7,2)(7.7,4)(8.2,5)(9,5.55)(9.6,5.4)(9,5.3)%
+ (8.6,5)(8,4)(7.7,3)(7.5,2)(7,1.5)(6.4,1.3)(6,1.4)(5.5,2)(5.5,2.5)
+ \pscircle(5.8,2){0.1} \pscircle(6.1,1.6){0.1}
+ \pscircle(6.6,1.6){0.1} \pscircle(7,1.8){0.1}
+ \pscircle(7.3,2.2){0.1} \pscircle(7.5,2.6){0.1}
+ \pscircle(7.6,3){0.1} \pscircle(7.7,3.4){0.08}
+ \pscircle(7.8,3.8){0.08} \pscircle(8,4.4){0.08}
+ \pscircle(8.2,4.7){0.08}\pscircle(8.4,5){0.08}
+ \pscircle(8.6,5.2){0.08}
+% 23 juin
+ \pscurve(5,2.4)(4.9,2)(4.6,1.8)(4,2)(3.3,4)(2.8,5)(2,5.55)(1.4,5.4)(2,5.3)(2.4,5)%
+ (3,4)(3.3,3)(3.5,2)(4,1.5)(4.6,1.3)(5,1.4)(5.5,2)(5.5,2.5)
+ \pscircle(5.2,2){0.1} \pscircle(4.9,1.6){0.1}
+ \pscircle(4.4,1.6){0.1} \pscircle(4,1.8){0.1}
+ \pscircle(3.7,2.2){0.1} \pscircle(3.5,2.6){0.1}
+ \pscircle(3.4,3){0.1} \pscircle(3.3,3.4){0.08}
+ \pscircle(3.2,3.8){0.08} \pscircle(3,4.4){0.08}
+ \pscircle(2.8,4.7){0.08} \pscircle(2.6,5){0.08}
+ \pscircle(2.4,5.2){0.08}
+%
+ \pscircle[linewidth=1.5\pslinewidth,fillstyle=solid,fillcolor=white](6,2.95){0.2}
+ \pscircle[fillstyle=solid,fillcolor=black](6.05,2.95){0.15}
+ \pscircle[fillstyle=solid,fillcolor=white,linestyle=none](6.07,2.97){0.05}
+ \pscircle[linewidth=1.5\pslinewidth,fillstyle=solid,fillcolor=white](5,2.95){0.2}
+ \pscircle[fillstyle=solid,fillcolor=black](4.95,2.95){0.15}
+ \pscircle[fillstyle=solid,fillcolor=white,linestyle=none](4.97,2.97){0.05}
+ \psset{linewidth=0.5mm}
+ \pscurve(5.85,3.15)(6.1,3.2)(5.9,3.4)
+ \pscurve(5.15,3.15)(4.9,3.2)(5.1,3.4)
+ \pscurve(5.55,3.2)(5.6,3.4)(5.8,3.6)(6.1,3.6)(5.8,3.9)
+ \pscurve(5.95,4.1)(6.2,4.15)(5.9,4.3)
+ \pscurve(5.9,4.4)(6.1,4.45)(5.9,4.6)
+ \pscurve(5.45,3.2)(5.4,3.4)(5.2,3.6)(4.9,3.6)(5.2,3.9)
+ \pscurve(5.05,4.1)(4.8,4.15)(5.1,4.3)
+ \pscurve(5.1,4.4)(4.9,4.45)(5.1,4.6)
+\iffalse
+ \pscurve(8.4,1.3)(9,0.8)(10,0.4)(11,0.7)(11.3,1)(11.6,1.6)(12,2.05)(12.3,2.1)%
+ (12.6,2)(12.8,1.6)(12.6,2.2)(12,2.4)(11.5,2)(11,1.2)(10,0.8)(9.5,1)(9,1.5)
+ \pscurve(6.6,1.3)(6,0.8)(5,0.4)(4,0.7)(3.7,1)(3.4,1.6)(3,2.05)(2.7,2.1)%
+ (2.4,2)(2.2,1.6)(2.4,2.2)(3,2.4)(3.5,2)(4,1.2)(5,0.8)(5.5,1)(6,1.5)
+ \pscircle(9,1.1){0.1} \pscircle(9.4,0.8){0.1}
+ \pscircle(10,0.6){0.1} \pscircle(10.5,0.7){0.1}
+ \pscircle(11,1){0.1} \pscircle(11.4,1.6){0.1}
+ \pscircle(11.7,2){0.1}
+ %
+ \pscircle(6,1.1){0.1} \pscircle(5.6,0.8){0.1}
+ \pscircle(5,0.6){0.1} \pscircle(4.5,0.7){0.1}
+ \pscircle(4,1){0.1} \pscircle(3.6,1.6){0.1}
+ \pscircle(3.3,2){0.1}
+%
+ \pscurve(7.5,3)(7.5,2)(8,1)(8.5,1.3)(8.9,2.4)(9.3,4)(10.2,5.4)(10.8,4.55)(11.3,3.9)%
+ (11.8,4)(11.4,4)(11,4.7)(10.2,5.7)(9.4,5)(9,4)(8.7,3)(8.2,2)(7.8,1.8)(7.5,2)
+ %
+ \pscurve(7.5,3)(7.5,2)(7,1)(6.5,1.3)(6.1,2.4)(5.7,4)(4.8,5.4)(4.2,4.55)(3.7,3.9)%
+ (3.2,4)(3.6,4)(4,4.7)(4.8,5.7)(5.6,5)(6,4)(6.3,3)(6.8,2)(7.2,1.8)(7.5,2)
+ \pscircle(8,1.2){0.1} \pscircle(8.8,2.6){0.1}
+ \pscircle(8.95,3.3){0.1} \pscircle(9.13,4){0.1}
+ \pscircle(9.37,4.5){0.1} \pscircle(9.6,5.05){0.1}
+ \pscircle(10,5.5){0.08}
+ %
+ \pscircle(7,1.2){0.1} \pscircle(6.2,2.6){0.1}
+ \pscircle(6.05,3.3){0.1} \pscircle(5.87,4){0.1}
+ \pscircle(5.63,4.5){0.1} \pscircle(5.4,5.05){0.1}
+ \pscircle(5,5.5){0.08}
+ %
+ \pscurve(7.5,5)(8,4.85)(8.3,4.6)(8.5,4.3)(8.55,4)(8.45,3.6)(8.3,3.4)(8.15,3.2)%
+ (8.3,2.95)(8.17,2.7)(8.6,2.4)(6.4,2.4)(6.83,2.7)(6.7,2.95)(6.85,3.2)%
+ (6.7,3.4)(6.55,3.6)(6.45,4)(6.5,4.3)(6.7,4.6)(7,4.85)(7.5,5)
+% tentacule 1
+ \pscurve(8.17,2.7)(8.6,2.4)(9.2,2.4)(10,2.6)(11,3)(11.7,3.6)(12,4.5)(11.8,4.6)%
+ (12,4.7)(12.2,4.6)(12.2,4.2)(12,3.7)(11.3,3)(10,2.25)(9,2)(8.4,2)(8,2.3)
+ \pscircle(8.3,2.3){0.1} \pscircle(8.65,2.2){0.1}
+ \pscircle(9.1,2.2){0.1} \pscircle(9.55,2.28){0.1}
+ \pscircle(9.9,2.45){0.1} \pscircle(10.3,2.5){0.1}
+ \pscircle(10.6,2.68){0.08}
+% tentacule 1
+ \pscurve(6.83,2.7)(6.4,2.4)(5.8,2.4)(5,2.6)(4,3)(3.3,3.6)(3,4.5)(3.2,4.6)(3,4.7)%
+ (2.8,4.6)(2.8,4.2)(3,3.7)(3.7,3)(5,2.25)(6,2)(6.6,2)(7,2.3)
+ \pscircle(6.7,2.3){0.1} \pscircle(6.45,2.2){0.1}
+ \pscircle(5.9,2.2){0.1} \pscircle(5.45,2.28){0.1}
+ \pscircle(5.1,2.45){0.1} \pscircle(4.7,2.5){0.1}
+ \pscircle(4.4,2.68){0.08}
+ % deuxieme tentacule
+ \pscurve(8,2.4)(8.1,2)(8.4,1.8)(9,2)(9.7,4)(10.2,5)(11,5.55)(11.6,5.4)(11,5.3)%
+ (10.6,5)(10,4)(9.7,3)(9.5,2)(9,1.5)(8.4,1.3)(8,1.4)(7.5,2)(7.5,2.5)
+ \pscircle(7.8,2){0.1} \pscircle(8.1,1.6){0.1}
+ \pscircle(8.6,1.6){0.1} \pscircle(9,1.8){0.1}
+ \pscircle(9.3,2.2){0.1} \pscircle(9.5,2.6){0.1}
+ \pscircle(9.6,3){0.1} \pscircle(9.7,3.4){0.08}
+ \pscircle(9.8,3.8){0.08} \pscircle(10,4.4){0.08}
+ \pscircle(10.2,4.7){0.08}\pscircle(10.4,5){0.08}
+ \pscircle(10.6,5.2){0.08}
+% 23 juin
+ \pscurve(7,2.4)(6.9,2)(6.6,1.8)(6,2)(5.3,4)(4.8,5)(4,5.55)(3.4,5.4)(4,5.3)(4.4,5)%
+ (5,4)(5.3,3)(5.5,2)(6,1.5)(6.6,1.3)(7,1.4)(7.5,2)(7.5,2.5)
+ \pscircle(7.2,2){0.1} \pscircle(6.9,1.6){0.1}
+ \pscircle(6.4,1.6){0.1} \pscircle(6,1.8){0.1}
+ \pscircle(5.7,2.2){0.1} \pscircle(5.5,2.6){0.1}
+ \pscircle(5.4,3){0.1} \pscircle(5.3,3.4){0.08}
+ \pscircle(5.2,3.8){0.08} \pscircle(5,4.4){0.08}
+ \pscircle(4.8,4.7){0.08} \pscircle(4.6,5){0.08}
+ \pscircle(4.4,5.2){0.08}
+%
+ \pscircle[linewidth=1.5\pslinewidth,fillstyle=solid,fillcolor=white](8,2.95){0.2}
+ \pscircle[fillstyle=solid,fillcolor=black](8.05,2.95){0.15}
+ \pscircle[fillstyle=solid,fillcolor=white,linestyle=none](8.07,2.97){0.05}
+ \pscircle[linewidth=1.5\pslinewidth,fillstyle=solid,fillcolor=white](7,2.95){0.2}
+ \pscircle[fillstyle=solid,fillcolor=black](6.95,2.95){0.15}
+ \pscircle[fillstyle=solid,fillcolor=white,linestyle=none](6.97,2.97){0.05}
+ \psset{linewidth=0.5mm}
+ \pscurve(7.85,3.15)(8.1,3.2)(7.9,3.4)
+ \pscurve(7.15,3.15)(6.9,3.2)(7.1,3.4)
+ \pscurve(7.55,3.2)(7.6,3.4)(7.8,3.6)(8.1,3.6)(7.8,3.9)
+ \pscurve(7.95,4.1)(8.2,4.15)(7.9,4.3)
+ \pscurve(7.9,4.4)(8.1,4.45)(7.9,4.6)
+ \pscurve(7.45,3.2)(7.4,3.4)(7.2,3.6)(6.9,3.6)(7.2,3.9)
+ \pscurve(7.05,4.1)(6.8,4.15)(7.1,4.3)
+ \pscurve(7.1,4.4)(6.9,4.45)(7.1,4.6)
+\fi
+ \end@SpecialObj}
+ \ignorespaces}
+%
+\def\Datas{%
+ \pnode(2.3,0.4){P5}\pnode(2.1,0.15){P6}
+ \pnode(2.37,0.7){P1}\pnode(2.37,0.4){P2}\pnode(2.3,0.4){pp2}\pnode(2.22,0.4){P3}\pnode(2.2,0.4){P4}
+ \pnode(2.1,0.15){G4}\pnode(2.25,0.18){G5}\pnode(2.38,0.15){G6}
+ \pnode(2.1,0.15){G1}\pnode(2,0){G2}\pnode(2.1,-0.12){G3}
+ \pnode(2.1,0.15){G7}\pnode(2.1,0){G8}\pnode(2.2,-0.1){G9}
+ \pnode(2.1,0.15){G10}\pnode(2.38,0.15){G11}\pnode(2.32,0.09){G12}
+ \pnode(1.85,0.25){p1}\pnode(1.75,0.1){p2}
+ \pnode(1.75,0.1){g1}\pnode(1.6,0.04){g2}\pnode(1.65,-0.1){g3}
+ \pnode(1.75,0.1){g4}\pnode(1.65,0){g5}\pnode(1.7,-0.1){g6}
+ \pnode(1.75,0.1){g7}\pnode(1.7,0){g8}\pnode(1.8,-0.1){g9}
+ \pnode(1.75,0.1){g10}\pnode(1.88,0.1){g11}\pnode(1.9,0.05){g12}
+ \pnode(0.6,0.74){T1}\pnode(0.61,0.85){T2}\pnode(0.7,1.1){T3}\pnode(0.9,1.22){T4}\pnode(1,1.23){T5}\pnode(1.2,1.22){T6}
+ \pnode(1.35,1.2){T7}\pnode(1.7,1.3){T8}\pnode(2,1.42){T9}\pnode(2.3,1.5){T10}\pnode(2.55,1.52){T11}\pnode(2.55,1.52){T12}
+ \pnode(3,1.9){T13}\pnode(3.2,2.1){T14}\pnode(3.4,2.2){T15}\pnode(3.45,2){T16}\pnode(3.3,1.8){T17}\pnode(2.8,1.37){T18}\pnode(2.8,1.37){T19} % queue
+ \pnode(2.7,0.9){T20}
+ \pnode(2.1,0.3){T21}\pnode(1.7,0.14){T22}\pnode(1.3,0.16){T23}
+ \pnode(1,0.4){T24}\pnode(0.8,0.6){T25}\pnode(0.7,0.62){T26}\pnode(0.75,0.7){T27}
+ \pnode(1.12,1.23){d1}\pnode(1.2,1.22){d2}
+ \pnode(1.35,1.2){d3}\pnode(1.7,1.3){d4}\pnode(2,1.42){d5}\pnode(2.3,1.5){d6}\pnode(2.55,1.52){d7}
+ \pnode(2.85,1.55){d8}\pnode(2.85,1.55){d9}\pnode(2.8,1.37){d10}\pnode(2.6,1.35){d11}\pnode(2.3,1.3){d12}
+ \pnode(2.1,1.1){d13}\pnode(1.9,0.8){d14}\pnode(1.7,0.7){d15}\pnode(1.5,0.68){d16}
+ \pnode(1.3,0.7){d17}\pnode(1.3,0.7){d18}\pnode(1.35,0.8){d19}\pnode(1.35,1){d20}
+ \pnode(1.25,1.15){d21}
+ \pnode(0.75,0.7){c1}\pnode(1.02,0.9){c2}\pnode(1.15,1){c3}\pnode(1.25,1){c4}\pnode(1.25,0.8){c5}
+ \pnode(1.1,0.62){c6}\pnode(0.9,0.6){c7}\pnode(0.7,0.62){c8}\pnode(0.7,0.62){c9}\pnode(0.8,0.6){c10}
+ \pnode(0.9,0.55){c11}\pnode(1,0.53){c12}\pnode(1.2,0.6){c13}\pnode(1.3,0.7){c14}\pnode(1.35,0.8){c15}
+ \pnode(1.35,1){c16}\pnode(1.25,1.15){c17}\pnode(1.12,1.23){c18}\pnode(1.12,1.23){c19}
+ \pnode(1.15,1.1){c20}\pnode(1.1,1){c21}\pnode(0.97,0.9){c22}
+ \pnode(0.8,0.95){C1}\pnode(0.95,1){C2}\pnode(1.1,1.1){C3}
+ \pnode(1.12,1.23){C4}\pnode(1.12,1.23){C5}\pnode(1,1.23){C6}
+ \pnode(0.9,1.22){C7}\pnode(0.7,1.1){C8}\pnode(0.6,0.74){C9}
+ \pnode(0.45,0.62){B1}\pnode(0.6,0.74){B2}\pnode(0.75,0.7){B3}\pnode(0.7,0.62){B4}
+ \pnode(1.5,0.68){A1}\pnode(1.7,0.7){A2}
+ \pnode(1.9,0.8){A3}\pnode(2.1,1.1){A4}\pnode(2.3,1.3){A5}\pnode(2.6,1.35){A6}
+ \pnode(2.8,1.37){A7}\pnode(3,1.4){A8}\pnode(3.2,1.47){A9}\pnode(3.2,1.47){A10}\pnode(3.2,1.47){A11}
+ \pnode(3.1,1.3){A12}\pnode(2.7,0.9){A13}\pnode(2.3,0.75){A14}
+ \pnode(2,0.68){A15}\pnode(1.4,0.68){A16}\pnode(1.3,0.7){A17}\pnode(1.3,0.7){A18}
+ \pnode(0.45,0.62){B5}\pnode(0.73,0.7){B6}}
+%
+\newcmykcolor{marron}{0.2 0.5 0.7 0}
+\newcmykcolor{darkGreen}{1 0 1 0.7}
+\newcmykcolor{lightYellow}{0 0 0.7 0}
+%
+\def\psBranch{% Manuel
+ \pnode(0.5,0.2){b1}\pnode(1.05,-0.15){b2}\pnode(1.3,0){bb2}\pnode(1.55,0.05){b3}\pnode(2.6,0.2){b4}
+ \pnode(4,0.87){b5}\pnode(5,1.2){b6}\pnode(6.5,1.25){bb6}\pnode(7.8,1.15){b7}\pnode(7,2){b8}\pnode(7,2.15){b9}
+ \pnode(8,1.2){b10}\pnode(10,1){b11}\pnode(10,0.7){b12}
+ \pnode(8,0.9){b13}\pnode(5,0.95){b14}
+ \pnode(4,0.6){b15}\pnode(2.9,0){b16}\pnode(2.2,-0.5){b17}
+ \pnode(2.1,-0.5){b18}\pnode(2.7,0){b19}\pnode(2,-0.1){b20}\pnode(1.5,-0.1){b21}
+ \pnode(0.7,-0.55){b22}\pnode(0.6,-0.5){b23}\pnode(1,-0.25){b24}\pnode(0.7,-0.1){b25}\pnode(0.45,0.12){b26}
+ \psccurve[fillstyle=solid,fillcolor=marron,linestyle=none](b1)(b1)(b2)(bb2)(b3)(b4)(b5)(b5)(b6)(bb6)
+ (b7)(b7)(b8)(b8)(b9)(b9)(b10)(b11)(b11)(b12)(b12)(b13)(b14)(b15)(b15)(b16)(b17)(b17)(b18)(b18)
+ (b19)(b19)(b20)(b21)(b22)(b22)(b23)(b23)(b24)(b24)(b25)(b26)
+ \pscurve(b1)(b2)(bb2)(b3)(b4)(b5)(b5)(b6)(bb6)(b7)(b7)(b8)
+ \pscurve(b9)(b10)(b11)
+ \pscurve(b12)(b13)(b14)(b15)(b15)(b15)(b16)(b16)(b17)(b17)(b18)(b18)(b19)(b19)(b20)(b21)(b22)
+ \pscurve(b23)(b24)(b24)(b25)(b26)}
+%
+\define@boolkey[psset]{pst-fun}[Pst@]{Branch}[true]{}% draw the branch?
+\psset[pst-fun]{Branch=false}
+%
+\def\psBird{\pst@object{psBird}}
+\def\psBird@i{{%
+ \pst@killglue%
+ \Datas%
+ \use@par
+ \ifPst@Branch \psBranch \fi
+ \psline[linewidth=0.75mm](P5)(P6)
+ \psccurve[fillstyle=solid,fillcolor=lightYellow](P1)(P2)(pp2)(P3)(P4)
+ % griffes
+ \pscurve(G1)(G2)(G3)
+ \pscurve(G4)(G5)(G6)
+ \pscurve(G7)(G8)(G9)
+ \pscurve(G10)(G11)(G12)
+ \psline[linewidth=0.75mm](p1)(p2)
+ \pscurve(g1)(g2)(g3)
+ \pscurve(g4)(g5)(g6)
+ \pscurve(g7)(g8)(g9)
+ \pscurve(g10)(g11)(g12)
+ % tete et corps
+ \psccurve[fillstyle=gradient,gradend=white,gradbegin=yellow,gradmidpoint=0.5](T1)(T1)(T2)(T3)(T4)(T5)(T6)
+ (T7)(T8)(T9)(T10)(T11)(T12)
+ (T13)(T14)(T15)(T16)(T17)(T18)(T19) % queue
+ (T20)(T21)(T22)(T23)(T24)(T25)(T26)(T26)(T27)(T27)
+ % dos
+ \psccurve[linestyle=none,fillstyle=gradient,gradend=darkGreen,gradbegin=green,gradmidpoint=0](d1)(d1)(d2)(d3)(d4)
+ (d5)(d6)(d7)(d8)(d9)(d10)(d11)(d12)(d13)(d14)(d15)(d16)(d17)(d18)(d19)(d20)(d21)
+ \psccurve[fillstyle=gradient,gradbegin=blue,gradend=green,linestyle=none,gradmidpoint=1]%
+ (T11)(T11)(T12)(T13)(T14)(T15)(T16)(T17)(T18)(T18)(d8)(d8)
+ % collier
+ \psccurve[linestyle=none,fillstyle=gradient,gradend=white,gradbegin=black](c1)(c1)(c2)(c3)(c4)(c5)(c6)(c7)(c8)(c9)
+ (c10)(c11)(c12)(c13)(c14)(c15)(c16)(c17)(c18)(c19)(c20)(c21)(c22)
+ % calotte
+ \psccurve[fillstyle=gradient,gradend=white,gradbegin=blue,linestyle=none]%
+ (C1)(C2)(C3)(C4)(C5)(C6)(C7)(C8)(C9)(C9)
+ % bec
+ \pspolygon[fillstyle=solid,fillcolor=gray](B1)(B2)(B3)(B4)
+ \psline(B5)(B6)
+ % oeil
+% \pnode(0.85,0.8){O1}
+ \pscircle[fillstyle=solid,fillcolor=black](0.85,0.8){0.05}
+ \pscircle[fillstyle=solid,fillcolor=white,linestyle=none](0.84,0.82){0.010}
+ % aile
+ \psccurve[fillstyle=gradient,gradbegin=blue,gradend=green,linestyle=none]%
+ (A1)(A2)(A3)(A4)(A5)(A6)(A7)(A8)(A9)(A10)(A11)(A12)(A13)(A14)(A15)(A16)(A17)(A18)%
+% \endpspicture
+ }\ignorespaces}
+%
+\newpsstyle{LukesHat}{fillstyle=solid,fillcolor=yellow}
+\def\psLuke{\pst@object{psLuke}}% manuel
+\def\psLuke@i{{%
+ \pst@killglue
+ \addbefore@par{linewidth=2pt,linecolor=black!80}
+ \begin@SpecialObj%
+ \pscustom[style=LukesHat]{%
+ \pscurve(7.5,9)(6.8,9)(6,9.5)(4,9.5)(2,8)(1.1,6)(1.2,5)(1.6,4.2)(2.5,4.6)(3.2,5.5)
+ \psline(3.2,5.5)(2.5,6.2)
+ \pscurve(2.5,6.2)(3,7.3)(4,8.2)(5.5,8.8)(6.5,8.7)(7.5,9)}
+ \pscustom[style=LukesHat]{%
+ \psline(1.4,7.1)(1,7.3)(2,9.4)(3,9.9)(3.5,9.2)
+ \pscurve(3.5,9.2)(3,9)(2,8)(1.4,7.1)}
+ \pscustom{% head
+ \pscurve(4.9,8.6)(5.3,8)(6,7)(5.5,6.5)
+ \pscurve(5.5,6.5)(5.5,5.5)(5.7,5.2)(5.6,5)(5,5.1)
+ \pscurve(5,5.1)(5,4.5)(4.6,4)(4,4.75)
+ \pscurve(4,4.75)(4.2,4.2)(4.2,4)(4.1,3.4)
+ \psline(4.1,3.4)(3.5,3.7)(3.7,5)(3.5,5.5)(3.2,5.5)(2.5,6.2)
+ \pscurve(2.5,6.2)(3,7.3)(4,8.2)(4.9,8.6)}
+ \psline(4.2,6.2)(4.6,6.6)
+ \psline(4.3,6)(4.8,6.3)
+ \pscurve(4.5,6.1)(5,5.6)(5.5,5.5)\psline(5.6,5.4)(8.2,3.9)
+ \pspolygon[linestyle=none,linewidth=0.1pt,fillcolor=black,fillstyle=solid]%
+ (8.2,3.8)(7.7,4.2)(8.2,4.1)(7.9,4.3)(7.9,4.4)(7.7,4.45)(7.75,4.5)(7.3,4.45)%
+ (7.4,4.2)(7.5,3.8)(7.55,4)(7.95,3.9)(8,4)(7.6,4.2)
+ \pscustom[linestyle=none,linewidth=0.1pt,fillcolor=black,fillstyle=solid]{% eye
+ \pscurve(4.8,7.9)(4.8,7.3)(4.5,7.4)
+ \pscurve(4.5,7.4)(4.8,7.2)(5.1,7.3)
+ \pscurve(5.1,7.3)(4.9,7.35)(4.8,7.9)}
+ \pscustom{%
+ \pscurve(4.1,3.8)(5,3.1)(4.9,2.8)(4.6,1.6)(3.8,0.3)
+ \pscurve(3.8,0.3)(3.9,0.8)(3.5,2)(3.2,2.5)(3.2,3.5)(3.3,3.9)(3.5,4)
+ \pscurve(3.5,4)(3.5,3.7)(4,3.3)(5,3.1)}
+ \pscurve(4.5,1.8)(3.9,2)(3.4,2.8)(3.2,3.5)(3.3,3.9)(3.6,4)
+ \pscurve(4.3,2.4)(4,2.6)(3.4,2.8)
+ \psline(4.1,2.8)(4.9,2.9)
+ \pspolygon[linestyle=none,linewidth=0.1pt,fillcolor=black,fillstyle=solid]%
+ (4.2,2.2)(4.3,2.3)(4.5,2.1)
+ \pscurve(3.5,1.9)(3.6,1)(3.7,0.8)(3.9,0.9)
+ \pscurve(1.15,4.9)(0.5,4.7)(0,4.3)
+ \pscurve(0,4.3)(1,4.25)(1.8,4)(2.1,3.8)(3,3.75)(3.2,3.5)
+ \pscurve(2.7,4.8)(3.15,4.2)(3.2,4)(3.3,3.9)
+ \psline(2.1,3.8)(1.3,3.4)
+ \pscurve(1.3,3.4)(2.1,3.2)(3,3.5)
+ \psccurve(3,3.5)(3,4)(3.15,4.1)(3.3,4)(3.2,3.8)(3.1,3.5)
+ \pscurve(3.9,6)(3.6,5.5)(3.2,5.6)(2.9,6)(2.8,6.3)(3,6.7)(3.2,6.8)(3.8,6.2)(4,6.3)%
+ (3.9,7)(3.6,7.5)(3.3,7.5)(3.2,7)(3.2,6.7)
+ \pscurve(3.5,5.9)(3.2,6)(3.25,6.3)
+ \pscurve(2.8,6.3)(3.25,6.3)(3.65,6)
+ \pscurve(3.2,7.5)(3.55,7.4)(3.5,7)(3.55,6.45)
+ \pscurve(6.5,8.7)(7,8.45)(7.3,7.9)
+ \pscurve(7,8.45)(7.1,8)(7,7.5)(7,7.3)
+ \pscurve(7,7.3)(6.95,7.5)(6.6,8)(6.3,8.4)
+ \pscurve(5.8,8.8)(6,8.7)(6.1,8.2)(6.25,7.5)
+ \pscurve(4.9,8.6)(5.5,8.6)(6,8.5)(6.2,8.2)
+ \pscurve(4.9,8.6)(5.6,8.4)(5.8,8.2)(6,7.8)
+ \pscurve(5.1,8)(5.2,7.9)(5.7,8.2)(6,8.3)(6.2,8.7)
+ \psccurve[linestyle=none,linewidth=0.1pt,fillcolor=black,fillstyle=solid]%
+ (4.15,7.9)(4.2,8.15)(4.5,8.2)(4.7,8.15)(4.5,8.05)(4.4,8)(4.2,7.95)
+ \end@SpecialObj}\ignorespaces}
+%
+\def\psAnt{\pst@object{psAnt}}% manuel
+\def\psAnt@i{%
+ \pst@killglue%
+ \addbefore@par{fillcolor=gray,fillstyle=solid}
+ \begin@ClosedObj%
+ \addto@pscode{
+0.025 0.025 scale
+0 2700 moveto
+-3 -24 -8 -109 -11 -189 rcurveto
+-13 -321 -69 -511 -204 -694 rcurveto
+-28 -38 -51 -72 -51 -76 rcurveto
+0 -8 181 -185 303 -294 rcurveto
+48 -44 87 -85 87 -92 rcurveto
+0 -7 -10 -18 -22 -25 rcurveto
+-65 -33 -139 -138 -192 -271 rcurveto
+-46 -116 -34 -171 56 -249 rcurveto
+43 -37 rlineto
+-53 -54 rlineto
+-30 -29 -68 -73 -85 -97 rcurveto
+-32 -43 rlineto
+-6 68 rlineto
+-7 77 -53 223 -98 311 rcurveto
+-108 215 -338 375 -558 391 rcurveto
+-78 5 -87 -1 -51 -35 rcurveto
+31 -28 74 -49 196 -94 rcurveto
+169 -63 245 -121 283 -217 rcurveto
+12 -31 49 -106 82 -165 rcurveto
+72 -129 75 -159 33 -264 rcurveto
+-28 -71 rlineto
+27 -59 rlineto
+30 -64 65 -168 65 -195 rcurveto
+0 -10 -6 -18 -14 -18 rcurveto
+-8 0 -35 -16 -60 -35 rcurveto
+-45 -34 rlineto
+-51 97 rlineto
+-118 231 -193 261 -510 208 rcurveto
+-643 -109 -885 -175 -997 -270 rcurveto
+-64 -54 -33 -60 86 -16 rcurveto
+102 37 305 91 496 130 rcurveto
+336 69 532 87 602 54 rcurveto
+19 -9 102 -85 184 -167 rcurveto
+159 -161 160 -162 138 -239 rcurveto
+-6 -24 -16 -38 -26 -38 rcurveto
+-9 0 -45 -7 -79 -16 rcurveto
+-62 -15 rlineto
+-47 35 rlineto
+-68 52 -136 69 -260 64 rcurveto
+-101 -3 -105 -5 -207 -55 rcurveto
+-181 -91 -447 -327 -682 -608 rcurveto
+-150 -179 -225 -255 -336 -340 rcurveto
+-52 -41 -108 -84 -124 -98 rcurveto
+-41 -34 -27 -50 38 -45 rcurveto
+103 9 232 127 458 418 rcurveto
+77 101 186 206 283 274 rcurveto
+153 109 274 204 353 280 rcurveto
+82 79 rlineto
+53 -6 rlineto
+28 -3 104 -22 167 -42 rcurveto
+94 -31 136 -38 230 -44 rcurveto
+135 -7 132 -15 -26 -56 rcurveto
+-55 -14 -124 -40 -154 -58 rcurveto
+-106 -63 -274 -251 -353 -397 rcurveto
+-60 -111 -82 -198 -82 -330 rcurveto
+0 -108 2 -119 30 -175 rcurveto
+58 -114 170 -213 291 -256 rcurveto
+73 -26 215 -31 289 -10 rcurveto
+149 43 339 377 410 721 rcurveto
+19 88 25 281 13 355 rcurveto
+-6 32 1 23 36 -50 rcurveto
+102 -213 118 -267 129 -425 rcurveto
+11 -155 0 -500 -28 -870 rcurveto
+-8 -107 -18 -332 -21 -500 rcurveto
+-8 -359 -3 -399 55 -460 rcurveto
+37 -39 81 -54 81 -27 rcurveto
+0 7 -21 53 -46 102 rcurveto
+-47 90 rlineto
+12 280 rlineto
+13 328 23 424 58 600 rcurveto
+27 130 rlineto
+-2 454 rlineto
+-3 455 rlineto
+-38 50 rlineto
+-54 72 -60 86 -71 171 rcurveto
+-5 42 -19 97 -30 122 rcurveto
+-11 25 -20 53 -20 61 rcurveto
+0 22 50 92 65 92 rcurveto
+7 0 53 -44 101 -97 rcurveto
+49 -54 159 -170 245 -259 rcurveto
+122 -126 163 -174 187 -225 rcurveto
+62 -127 122 -380 187 -789 rcurveto
+44 -281 88 -431 128 -438 rcurveto
+28 -5 22 72 -23 289 rcurveto
+-21 107 -46 264 -55 349 rcurveto
+-30 308 -60 431 -147 606 rcurveto
+-64 132 -150 237 -286 352 rcurveto
+-137 116 -188 170 -214 230 rcurveto
+-25 56 -48 138 -48 171 rcurveto
+0 14 -7 32 -16 42 rcurveto
+-15 16 -14 19 14 33 rcurveto
+16 8 78 27 138 42 rcurveto
+141 35 208 66 357 163 rcurveto
+204 133 232 142 582 186 rcurveto
+116 14 286 39 379 56 rcurveto
+129 23 192 30 262 27 rcurveto
+51 -1 96 0 100 4 rcurveto
+13 14 -6 39 -41 53 rcurveto
+-46 20 -104 19 -216 -4 rcurveto
+-52 -11 -125 -22 -164 -26 rcurveto
+-110 -10 -460 -54 -570 -71 rcurveto
+-126 -20 -178 -41 -351 -142 rcurveto
+-132 -77 -286 -151 -346 -166 rcurveto
+-36 -8 -36 8 -2 89 rcurveto
+69 162 87 261 59 328 rcurveto
+-6 15 0 17 68 17 rcurveto
+119 0 145 32 202 252 rcurveto
+19 72 36 132 37 134 rcurveto
+2 2 56 -56 119 -128 rcurveto
+144 -165 189 -201 244 -196 rcurveto
+89 9 436 93 559 135 rcurveto
+136 46 307 122 337 149 rcurveto
+22 19 14 44 -13 44 rcurveto
+-11 0 -77 -24 -148 -54 rcurveto
+-113 -48 -278 -101 -425 -136 rcurveto
+-105 -25 -289 -60 -314 -60 rcurveto
+-19 0 -52 27 -137 114 rcurveto
+-140 143 -233 262 -272 347 rcurveto
+-56 125 -157 165 -301 120 rcurveto
+-61 -19 rlineto
+-170 180 rlineto
+-93 99 -173 190 -176 202 rcurveto
+-4 16 14 64 60 157 rcurveto
+36 74 77 168 91 209 rcurveto
+33 96 49 270 42 449 rcurveto
+-6 137 -21 191 -31 110 rcurveto
+ }
+ \end@ClosedObj%
+ \ignorespaces%
+}
+%
+\def\psKangaroo{\pst@object{psKangaroo}}% manuel
+\def\psKangaroo@i#1{%
+ \pst@killglue%
+ \addbefore@par{fillstyle=solid,fillcolor=gray,linewidth=0.01}%
+ \begin@ClosedObj%
+ \psset{xunit=0.006784,yunit=0.00735}
+ \psscalebox{#1}{%
+% \begin{pspicture}(-63.5,0)(79,126)%
+% Body
+ \pspolygon(52.5,68)(55,72.5)(55.8,76.5)(56.8,79.8)(58.2,83)(60,85.8)(61.5,86.5)
+ (64,87)(66,87.5)(67.8,87.3)(70,87)(71.5,87.3)(73,88)(74.7,88.5)
+ (76,90.3)(77,91.5)(72.8,93.8)(69,96)(64.5,99)(59.4,103)(56.2,106.3)
+ (53,110.5)(49.5,115.5)(47.2,119.9)(45.7,126)(43.2,123)(41.5,121)(37.5,125)
+ (37,122.5)(36.8,120)(37,117)(37.6,113.5)(38.6,110)(40,106.3)(42,102.3)
+ (43.5,99.5)(45,97)(46.2,94)(46.8,91.7)(47.2,88)(47,83.5)(46.3,80.8)
+ (45.3,78.5)(42.5,76.5)(39.5,75.8)(36,75.9)(33,75.9)(29,76.2)(26,77)
+ (22.3,77.5)(18,78.4)(12.8,79.3)(8.6,80)(5.5,80.3)(3,80.5)(0,80)
+ (-5.2,78.5)(-9,76.3)(-11.2,74.8)(-13,72.5)(-16.5,68)(-16.5,68)(-19.5,62.5)
+ (-22,58)(-25.5,53)(-29,48.5)(-32.5,45)(-36,42)(-39,39.5)(-44,37)
+ (-49,35)(-51,34)(-53.5,34.5)(-55.5,36)(-56.5,38)(-56.5,40.5)(-55,41.5)
+ (-53.5,41)(-51.5,41)(-50.5,43)(-50.5,44.5)(-51,47)(-51.5,47.2)(-56.5,47)
+ (-58.5,46.5)(-60,44.7)(-62,42.3)(-63,39.5)(-63.5,36.3)(-63.5,33)(-63.1,29.5)
+ (-61.5,26)(-58,23.6)(-54,22.2)(-50.7,22)(-47.5,22)(-44.5,22.3)(-41,23.5)
+ (-36.8,25.8)(-33,28)(-28.5,31)(-23.4,35)(-20.2,38.3)(-17,42.5)(-13.5,47.5)
+ (-11.2,51.9)(-9.7,58)(-7.2,55)(-5.5,53)(-1.5,57)(-1,54.5)(-0.8,52)
+ (-1,49)(-1.6,45.5)(-2.6,42)(-4,38.3)(-6,34.3)(-7.5,31.5)(-9,29)
+ (-10.2,26)(-10.8,23.7)(-11.2,20)(-11,15.5)(-10.3,12.8)(-9.3,10.5)(-6.5,8.5)
+ (-3.5,7.8)(0,7.9)(3,7.9)(7,8.2)(10,9)(13.7,9.5)(18,10.4)
+ (23.2,11.3)(27.4,12)(30.5,12.3)(33,12.5)(36,12)(41.2,10.5)(45,8.3)
+ (47.2,6.8)(49,4.5)(52.5,0)(50,4.5)(49.2,8.5)(48.2,11.8)(46.8,15)
+ (45,17.8)(43.5,18.5)(41,19)(39,19.5)(37.2,19.3)(35,19)(33.5,19.3)
+ (32,20)(30.3,20.5)(29,22.3)(28,23.5)(28,23.5)(24.5,22.3)(21.5,22)
+ (18.3,22)(15,22.2)(11,23.6)(7.5,26)(5.9,29.5)(5.5,33)(5.5,36.3)
+ (6,39.5)(7,42.3)(9,44.7)(10.5,46.5)(12.5,47)(17.5,47.2)(18,47)
+ (18.5,44.5)(18.5,43)(17.5,41)(15.5,41)(14,41.5)(12.5,40.5)(12.5,38)
+ (13.5,36)(15.5,34.5)(18,34)(20,35)(25,37)(30,39.5)(33,42)
+ (36.5,45)(40,48.5)(43.5,53)(47,58)(49.5,62.5)(52.5,68)
+% Eye
+ \pscircle*[linecolor=white](58.2,98.3){2\psxunit}
+ \pscircle*(58.2,97.3){\psxunit}
+% Mouth
+ \psline(71.5,88)(70,89.3)(68.5,90.3)(67,91.9)
+% Tear
+ \psline(42,121)(45,118)(47,115.3)(48.5,112.7)(50,110)(51.8,106.5)(52.5,103.7)(53,100.5)
+ \pspolygon(41.2,115.8)(43.2,114.7)(45,112.5)(47,109.8)(48,107)(49.5,104.2)
+ (50.5,101.6)(51,98.5)(47.7,100.6)(46,102.2)(44.8,104)(43.5,106)
+ (42.5,108)(41.7,110.5)(41,113.2)%
+% \end{pspicture}
+}%
+ \end@ClosedObj%
+ \ignorespaces%
+}
+%
+\define@key[psset]{pst-fun}{noseColor}[purple!50!gray]{\def\psk@noseColor{#1}}
+\define@key[psset]{pst-fun}{eyeColor}[black]{\def\psk@eyeColor{#1}}
+\psset{noseColor=purple!50!gray,eyeColor=black}
+
+\def\psPig{\pst@object{psPig}}
+\def\psPig@i(#1){%
+ \pst@getcoor{#1}\pst@origin
+ \addbefore@par{linewidth=0.1,fillcolor=pink,fillstyle=solid}
+ \begin@ClosedObj
+ \rput(!\pst@origin\space \tx@UserCoor){%
+ \pspolygon(-0.6,0)(-0.4,-1.7)(-0.3,-1.5)(-0.2,-1.7)(-0.1,0)
+ \pspolygon(0.6,0)(0.4,-1.7)(0.3,-1.5)(0.2,-1.7)(0.1,0)
+ \psellipse(0,0)(1.3,1.2)%
+ \pscurve(0.15,0.05)(0.2,0.4)(0.4,0.75)(0.55,0.8)
+ \pscurve(0.15,-0.05)(0.3,-0.1)(0.6,0.7)(0.55,0.85)
+ \pscurve(-0.15,0.05)(-0.2,0.4)(-0.4,0.75)(-0.55,0.8)
+ \pscurve(-0.15,-0.05)(-0.3,-0.1)(-0.6,0.7)(-0.55,0.85)
+ \psellipse(0,0)(0.45,0.41)%
+ \psellipse(0,-0.65)(0.75,0.55)%
+ \psellipse[fillcolor=\psk@noseColor](-0.24,-0.65)(0.2,0.3)%
+ \psellipse[fillcolor=\psk@noseColor](0.24,-0.65)(0.2,0.3)%
+ \psellipse[linewidth=0.4\pslinewidth,fillcolor=white](-0.15,0.05)(0.13,0.18)
+ \psellipse[linewidth=0.4\pslinewidth,fillcolor=white](0.15,0.05)(0.13,0.18)
+ \psellipse*[linecolor=\psk@eyeColor](-0.15,0.05)(0.06,0.085)
+ \psellipse*[linecolor=\psk@eyeColor](0.15,0.05)(0.06,0.085)
+ \psline[fillstyle=none,linejoin=1](0,1.2)(0,1.3)(-0.1,1.32)(0.125,1.4)%
+ (-0.1,1.5)(0.175,1.6)(-0.2,1.7)
+ }
+ \end@ClosedObj%
+ \ignorespaces%
+}
+%
+\catcode`\@=\PstAtCode\relax
+%
+%% END: pst-fun.tex
+\endinput
+%