From 386db48591a2a37aa135afdaeab7488f4ebbbe54 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 5 Apr 2021 22:40:07 +0000 Subject: figchild (6apr21) new git-svn-id: svn://tug.org/texlive/trunk@58759 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/figchild/README.md | 32 + Master/texmf-dist/doc/latex/figchild/figchild.pdf | Bin 0 -> 319139 bytes Master/texmf-dist/doc/latex/figchild/figchild.tex | 4749 +++++++++++++++++++ Master/texmf-dist/doc/latex/figchild/latexmkrc | 1 + Master/texmf-dist/tex/latex/figchild/figchild.sty | 5086 +++++++++++++++++++++ Master/tlpkg/tlpsrc/collection-pictures.tlpsrc | 1 + Master/tlpkg/tlpsrc/figchild.tlpsrc | 0 7 files changed, 9869 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/figchild/README.md create mode 100644 Master/texmf-dist/doc/latex/figchild/figchild.pdf create mode 100644 Master/texmf-dist/doc/latex/figchild/figchild.tex create mode 100644 Master/texmf-dist/doc/latex/figchild/latexmkrc create mode 100644 Master/texmf-dist/tex/latex/figchild/figchild.sty create mode 100644 Master/tlpkg/tlpsrc/figchild.tlpsrc diff --git a/Master/texmf-dist/doc/latex/figchild/README.md b/Master/texmf-dist/doc/latex/figchild/README.md new file mode 100644 index 00000000000..6df7bc327cf --- /dev/null +++ b/Master/texmf-dist/doc/latex/figchild/README.md @@ -0,0 +1,32 @@ +# figchild +_figchild: Figures for Creating Children's Activities_ + +This package was created with the aim of facilitating the work of Elementary School teachers who need to create colorful and attractive activities for their students. It is a product of the Computational Mathematics discipline offered at the Federal University of Viçosa - Campus UFV - Florestal by professor Fernando de Souza Bastos. It makes use of the tikz and xcolor packages. + +**Current version:** v1.0.0 + +## Upcoming changes: + +- Adding new images +- Adding activity templates + +## Authors: + +Fernando de Souza Bastos, Guilherme Fernandes Castro de Oliveira, José Vitor Novaes Moreira, Jéssica de Mendonça, Gabriel Singh Bruno, Matheus Iago Teixeira da Silva, Erlane Alves Santiago, Ana Carolina de Assis Coelho, Lucas Mendes Viana, Dhavy Alexwander Lopes dos Santos, Vitória Augusta Dutra de Castro Soares, Júlia Letícia Gonçalves Martins, Kethile Alves Fagundes, Luan Moises dos Santos Valadares, Luiz Henrique de Souza Matos, Warley Ribeiro de Freitas, Paula Alves de Freitas, Janaíne Geralda Mesquita Martins, Henrique Ribeiro Diniz + +## Maintainer: + +Fernando de Souza Bastos + +## E-mail: + +fernando.bastos@ufv.br + +## License + +Copyright 2021 by Fernando de Souza Bastos . + +Released under the LaTeX Project Public License v1.3c or later. See http://www.latex-project.org/lppl.txt + + +Feature requests, issues and pull requests are welcome. \ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/figchild/figchild.pdf b/Master/texmf-dist/doc/latex/figchild/figchild.pdf new file mode 100644 index 00000000000..c6830b14668 Binary files /dev/null and b/Master/texmf-dist/doc/latex/figchild/figchild.pdf differ diff --git a/Master/texmf-dist/doc/latex/figchild/figchild.tex b/Master/texmf-dist/doc/latex/figchild/figchild.tex new file mode 100644 index 00000000000..8eb1293a50b --- /dev/null +++ b/Master/texmf-dist/doc/latex/figchild/figchild.tex @@ -0,0 +1,4749 @@ +\documentclass{article} +\usepackage[english]{babel} +\usepackage[utf8]{inputenc} +\usepackage{figchild} +\usepackage{verbatim} +\usepackage{authblk} +\usepackage{float} +\usepackage{url} +\usepackage{multirow} +\usepackage{multicol} +\usepackage{hyperref} +\usepackage{amsmath,array,booktabs} +\usepackage{afterpage} +\usepackage{geometry} +\geometry{top=2cm, left=2cm, right=2cm, bottom=2cm} +\usepackage[bf]{caption} + +\begin{document} + +\begin{titlepage} + +\begin{center} + +\textbf{figchild:} Figures for Creating Children's Activities + +\vspace{0.5cm} + +\url{https://github.com/fsbmat-ufv/figchild} + +\vspace{0.5cm} + +\version{1}{0}{0} + +\vspace{0.5cm} + +\today + +\end{center} + +\vspace{2cm} + + + + Fernando de Souza Bastos\footnote{Author and maintainer of the package (\textbf{E-mail:} fernando.bastos@ufv.br)}, + Guilherme Fernandes Castro de Oliveira, + José Vitor Novaes Moreira, + Jéssica de Mendonça, + Gabriel Singh Bruno, + Matheus Iago Teixeira da Silva, + Erlane Alves Santiago, + Ana Carolina de Assis Coelho, + Lucas Mendes Viana, + Dhavy Alexwander Lopes dos Santos, + Vitória Augusta Dutra de Castro Soares, + Júlia Letícia Gonçalves Martins, + Kethile Alves Fagundes, + Luan Moises dos Santos Valadares, + Luiz Henrique de Souza Matos, + Warley Ribeiro de Freitas, + Paula Alves de Freitas, + Janaíne Geralda Mesquita Martins, + Henrique Ribeiro Diniz + +\vspace{3cm} + +\noindent \textbf{License:} + +\vspace{1cm} + +\noindent Copyright 2021 by Fernando de Souza Bastos + +\vspace{1cm} + +\noindent Released under the LaTeX Project Public License v1.3c or later. See \url{http://www.latex-project.org/lppl.txt}. Feature requests, issues and pull requests are welcome. + +\end{titlepage} + +\begin{abstract} +This package was created with the aim of facilitating the work of Elementary School teachers who need to create colorful and attractive activities for their students. It is a product of the Computational Mathematics discipline offered at the Federal University of Viçosa - Campus UFV - Florestal by professor Fernando de Souza Bastos. It makes use of the tikz and xcolor packages. +\end{abstract} + +\tableofcontents + +\listoftables + +\section{Introduction} + +\hspace{\parindent}This is a simple package to quickly make figures that can be used to build Basic Education activities. Of course, they can also be used for other purposes. It was created with the help of several students of Computational Mathematics discipline (MAF 172) from figures found in children's activities applied by teachers from Brazil and the world.. All students was added as authors of the package, as they contributed to the construction of the images, after learning how to use the tikz package. The discipline was offered by Professor Fernando de Souza Bastos\footnote{http://lattes.cnpq.br/9772451905214345}, at the Federal University of Viçosa - Campus UFV - Florestal (UFV), in Brazil. + +Our goal is to contribute to Teaching and the creation of high quality typographic materials. Thus, we seek to reproduce several images used in lists of activities of Basic Education in Brazil and in the world. That way, the teacher who wants to create activities, does not need to waste hours creating such images or copying low quality images on the internet. Just use our package. + +The package is in a process of constant evolution, whenever possible, we will add other images and content in it. In Tables \ref{tab1} à \ref{tab19} we present all the images created so far. We also intend to add images related to commemorative dates such as Christmas, Easter, Halloween, among others. Enjoy the figchild package. + + + +%\section{Author and Acknowledgements} + +%\hspace{\parindent}Fernando de Souza Bastos has a degree in Mathematics from the Federal University %of Viçosa and a PhD in Statistics from the Federal University of Minas Gerais. He has been working %with \LaTeX since 2003. + +%Thanks in particular the students Guilherme Fernandes Castro de Oliveira and José Vitor Novaes %Moreira who acted as monitors of the discipline (MAF 172) in the second remote period offered by UFV, %in the year 2021. I also thank all the students who contributed to the creation of the figures. + +\section{Usage} + +\hspace{\parindent}To use the package, simply add the command to your document's preamble: + +\begin{verbatim} + \usepackage{figchild} +\end{verbatim} + +After that, in the body of your text you must use the command of the figure you want with its three options, the first option is related to the size of the figure, the second option is related to color and the third option is related to line thickness of the figure. That is, the command can be indicated as: + +\begin{verbatim} + \imagename{Picture size}{Picture color}{Line thickness} +\end{verbatim} + +For example, to create a little train in the center of the page, of size 2, gray color and with line thickness that defines it of size 2, just use: + +\begin{verbatim} + \begin{center} + \train{2}{gray}{2} + \end{center} +\end{verbatim} + +\begin{center} + \train{2}{gray}{2} +\end{center} + +%\newgeometry{top=1.5cm, left=0.5cm, right=0.5cm, bottom=2cm} + +%\afterpage{\globaldefs=1 \newgeometry{top=1.5cm, left=0.5cm, right=0.5cm, bottom=2cm}} + +\begin{table}[H] + \centering + \begin{tabular}{|c|l|c|} + \hline +{\bf Command}& \multicolumn{1}{c|}{{\bf Options}} & {\bf Figures} \\ +\hline %Figura 1 +& +& + +\multirow{5}{*}{\owl{0.6}{blue}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\owl{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\owl{0.6}{blue}{1}| \\ +\hline %Figura 2 +& +& + +\multirow{5}{*}{\bell{0.5}{red}{2}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\bell{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\bell{0.2}{red}{2}| \\ +\hline %Figura 3 +& +& + +\multirow{5}{*}{\Book{0.6}{gray}{2}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\Book{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\Book{0.6}{gray}{2}|\\ +\hline %Figura 4 +& +& + +\multirow{5}{*}{\dino{0.8}{black}{2}}\\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\dino{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\dino{0.8}{black}{2}| \\ +\hline %Figura 5 +& +& + +\multirow{5}{*}{\pumpkin{0.5}{orange}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\pumpkin{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\pumpkin{0.5}{orange}{1}| \\ +\hline %Figura 6 +& +& + +\multirow{5}{*}{\crown{0.8}{yellow}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\crown{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\crown{0.8}{yellow}{1}| \\ +\hline %Figura 7 +& +& + +\multirow{5}{*}{\spinning{0.5}{yellow}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\spinning{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\spinning{0.5}{yellow}{1}|\\ +\hline %Figura 8 +& +& + +\multirow{5}{*}{\alligator{0.7}{green}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\alligator{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\alligator{0.7}{green}{1}|\\ +\hline + \end{tabular} + \caption{Figures model 1} + \label{tab1} +\end{table} + + +\begin{table}[H] + \centering + \begin{tabular}{|c|l|c|} + \hline +{\bf Command}& \multicolumn{1}{c|}{{\bf Options}} & {\bf Figures} \\ +\hline %Figura 1 +& +& + +\multirow{5}{*}{\bee{0.5}{yellow}{1}}\\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\bee{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\bee{0.5}{yellow}{1}| \\ +\hline %Figura 2 +& +& + +\multirow{5}{*}{\squirrel{0.5}{brown}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\squirrel{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\squirrel{0.5}{brown}{1}| \\ +\hline %Figura 3 +& +& + +\multirow{5}{*}{\hippo{0.4}{brown}{1}}\\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\hippo{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\hippo{0.4}{brown}{1}| \\ +\hline %Figura 4 +& +& + +\multirow{5}{*}{\elephant{0.7}{gray}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\elephant{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\elephant{0.7}{gray}{1}| \\ +\hline %Figura 5 +& +& + +\multirow{5}{*}{\rose{0.6}{pink}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\rose{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\rose{0.6}{pink}{1}|\\ +\hline %Figura 6 +& +& + +\multirow{5}{*}{\boat{0.6}{blue}{2}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\boat{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\boat{0.6}{blue}{2}|\\ +\hline %Figura 7 +& +& + +\multirow{5}{*}{\house{0.7}{brown}{2}}\\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\house{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\house{0.8}{brown}{2}| \\ +\hline %Figura 8 +& +& + +\multirow{5}{*}{\gnat{0.6}{brown}{2}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\gnat{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\gnat{0.6}{brown}{2}| \\ +\hline + \end{tabular} + \caption{Figures model 2} + \label{tab2} +\end{table} + +\begin{table}[H] + \centering + \begin{tabular}{|c|l|c|} + \hline +{\bf Command}& \multicolumn{1}{c|}{{\bf Options}} & {\bf Figures} \\ +\hline %Figura 1 +& +& + +\multirow{5}{*}{\fan{0.5}{gray}{2}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\fan{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\fan{0.5}{gray}{2}| \\ +\hline %Figura 2 +& +& + +\multirow{5}{*}{\cupcake{0.7}{black}{2}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\cupcake{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\cupcake{0.7}{black}{2}| \\ +\hline %Figura 3 +& +& + +\multirow{5}{*}{\flamingo{0.6}{black}{2}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\flamingo{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\flamingo{0.6}{black}{2}| \\ +\hline %Figura 4 +& +& + +\multirow{5}{*}{\bonnet{0.7}{black}{2}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\bonnet{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\bonnet{0.7}{black}{2}| \\ +\hline %Figura 5 +& +& + +\multirow{5}{*}{\mailbox{0.7}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\mailbox{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\mailbox{0.7}{black}{1}| \\ +\hline %Figura 6 +& +& + +\multirow{5}{*}{\giraffe{0.5}{brown}{2}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\giraffe{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\giraffe{0.5}{brown}{2}| \\ +\hline %Figura 7 +& +& + +\multirow{5}{*}{\rabbit{0.5}{brown}{2}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\rabbit{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\rabbit{0.5}{brown}{2}| \\ +\hline %Figura 8 +& +& + +\multirow{5}{*}{\Duck{0.5}{green}{2}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\Duck{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\Duck{0.5}{green}{2}| \\ +\hline + \end{tabular} + \caption{Figures model 3} + \label{tab3} +\end{table} + +\begin{table}[H] + \centering + \begin{tabular}{|c|l|c|} + \hline +{\bf Command}& \multicolumn{1}{c|}{{\bf Options}} & {\bf Figures} \\ +\hline %Figura 1 +& +& + +\multirow{5}{*}{\beaver{0.6}{gray}{2}}\\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\beaver{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\beaver{0.6}{gray}{2}| \\ +\hline %Figura 2 +& +& + +\multirow{5}{*}{\phone{0.8}{red}{2}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\phone{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\phone{0.8}{red}{2}| \\ +\hline %Figura 3 +& +& + +\multirow{5}{*}{\sandal{0.8}{black}{2}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\sandal{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\sandal{0.8}{black}{2}| \\ +\hline %Figura 4 +& +& + +\multirow{5}{*}{\robe{0.4}{red}{2}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\robe{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\robe{0.4}{red}{2}| \\ +\hline %Figura 5 +& +& + +\multirow{5}{*}{\tractor{0.6}{red}{2}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\tractor{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\tractor{0.6}{red}{2}| \\ +\hline %Figura 6 +& +& + +\multirow{5}{*}{\glass{0.5}{red}{2}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\glass{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\glass{0.5}{red}{2}| \\ +\hline %Figura 7 +& +& + +\multirow{5}{*}{\apple{0.7}{red}{2}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\apple{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\apple{0.7}{red}{2}| \\ +\hline %Figura 8 +& +& + +\multirow{5}{*}{\egg{0.4}{red}{2}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\egg{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\egg{0.4}{red}{2}| \\ +\hline + \end{tabular} + \caption{Figures model 4} + \label{tab4} +\end{table} + + +\begin{table}[H] + \centering + \begin{tabular}{|c|l|c|} + \hline +{\bf Command}& \multicolumn{1}{c|}{{\bf Options}} & {\bf Figures} \\ +\hline %Figura 1 +& +& + +\multirow{5}{*}{\spider{0.8}{red}{2}}\\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\spider{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\spider{0.8}{red}{2}| \\ +\hline %Figura 2 +& +& + +\multirow{5}{*}{\moon{0.8}{red}{2}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\moon{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\moon{0.8}{red}{2}| \\ +\hline %Figura 3 +& +& + +\multirow{5}{*}{\bat{0.7}{red}{2}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\bat{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\bat{0.7}{red}{2}| \\ +\hline %Figura 4 +& +& + +\multirow{5}{*}{\car{0.7}{red}{2}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\car{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\car{0.7}{red}{2}| \\ +\hline %Figura 5 +& +& + +\multirow{5}{*}{\crow{0.7}{red}{2}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\crow{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\crow{0.7}{red}{2}| \\ +\hline %Figura 6 +& +& + +\multirow{5}{*}{\Egg{0.5}{red}{2}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\Egg{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\Egg{0.5}{red}{2}| \\ +\hline %Figura 7 +& +& + +\multirow{5}{*}{\goose{0.7}{red}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\goose{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\goose{0.7}{red}{1}| \\ +\hline %Figura 8 +& +& + +\multirow{5}{*}{\House{0.6}{red}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\House{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\House{0.6}{red}{1}| \\ +\hline + \end{tabular} + \caption{Figures model 5} + \label{tab5} +\end{table} + +\begin{table}[H] + \centering + \begin{tabular}{|c|l|c|} + \hline +{\bf Command}& \multicolumn{1}{c|}{{\bf Options}} & {\bf Figures} \\ +\hline %Figura 1 +& +& + +\multirow{5}{*}{\monkey{0.7}{red}{1}}\\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\monkey{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\monkey{0.7}{red}{1}| \\ +\hline %Figura 2 +& +& + +\multirow{5}{*}{\mushroom{0.2}{red}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\mushroom{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\mushroom{0.2}{red}{1}| \\ +\hline %Figura 3 +& +& + +\multirow{5}{*}{\pig{0.5}{red}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\pig{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\pig{0.5}{red}{1}| \\ +\hline %Figura 4 +& +& + +\multirow{5}{*}{\trunk{1}{brown}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\trunk{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\trunk{0.1}{brown}{1}| \\ +\hline %Figura 5 +& +& + +\multirow{5}{*}{\flower{0.5}{red}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\flower{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\flower{0.5}{red}{1}| \\ +\hline %Figura 6 +& +& + +\multirow{5}{*}{\ship{0.5}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\ship{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\ship{0.5}{black}{1}| \\ +\hline %Figura 7 +& +& + +\multirow{5}{*}{\Bullet{0.7}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\Bullet{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\Bullet{0.7}{black}{1}| \\ +\hline %Figura 8 +& +& + +\multirow{5}{*}{\Bee{0.5}{yellow}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\Bee{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\Bee{0.5}{yellow}{1}| \\ +\hline + \end{tabular} + \caption{Figures model 6} + \label{tab6} +\end{table} + +\begin{table}[H] + \centering + \begin{tabular}{|c|l|c|} + \hline +{\bf Command}& \multicolumn{1}{c|}{{\bf Options}} & {\bf Figures} \\ +\hline %Figura 1 +& +& + +\multirow{5}{*}{\sun{1}{yellow}{1}}\\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\sun{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\sun{0.1}{yellow}{1}| \\ +\hline %Figura 2 +& +& + +\multirow{5}{*}{\Star{0.5}{yellow}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\Star{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\Star{0.5}{yellow}{1}| \\ +\hline %Figura 3 +& +& + +\multirow{5}{*}{\train{1}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\train{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\train{0.1}{black}{1}| \\ +\hline %Figura 4 +& +& + +\multirow{5}{*}{\sheep{0.7}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\sheep{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\sheep{0.7}{black}{1}| \\ +\hline %Figura 5 +& +& + +\multirow{5}{*}{\carrot{0.3}{orange}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\carrot{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\carrot{0.3}{orange}{1}| \\ +\hline %Figura 6 +& +& + +\multirow{5}{*}{\mouse{0.7}{gray}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\mouse{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\mouse{0.7}{gray}{1}| \\ +\hline %Figura 7 +& +& + +\multirow{5}{*}{\christmastree{0.5}{blue}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\christmastree{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +{\scriptsize\verb|\christmastree{0.5}{blue}{1}|} \\ +\hline %Figura 8 +& +& + +\multirow{5}{*}{\pencil{0.7}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\pencil{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\pencil{0.7}{black}{1}| \\ +\hline + \end{tabular} + \caption{Figures model 7} + \label{tab7} +\end{table} + +\begin{table}[H] + \centering + \begin{tabular}{|c|l|c|} + \hline +{\bf Command}& \multicolumn{1}{c|}{{\bf Options}} & {\bf Figures} \\ +\hline %Figura 1 +& +& + +\multirow{5}{*}{\sstar{1}{black}{1}}\\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\sstar{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\sstar{0.1}{black}{1}| \\ +\hline %Figura 2 +& +& + +\multirow{5}{*}{\STAR{0.5}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\STAR{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\STAR{0.5}{black}{1}| \\ +\hline %Figura 3 +& +& + +\multirow{5}{*}{\van{0.1}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\van{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\van{0.1}{black}{1}| \\ +\hline %Figura 4 +& +& + +\multirow{5}{*}{\truck{1}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\truck{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& +\\ +& +& +\verb|\truck{1}{black}{1}| \\ +\hline %Figura 5 +& +& +\multirow{5}{*}{\bike{1}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\bike{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\bike{1}{black}{1}| \\ +\hline %Figura 6 +& +& + +\multirow{5}{*}{\EGg{0.4}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\EGg{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\EGg{0.4}{black}{1}| \\ +\hline %Figura 7 +& +& + +\multirow{5}{*}{\plane{1}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\plane{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\plane{1}{black}{1}| \\ +\hline %Figura 8 +& +& + +\multirow{5}{*}{\bear{0.5}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\bear{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\bear{0.5}{black}{1}| \\ +\hline + \end{tabular} + \caption{Figures model 8} + \label{tab8} +\end{table} + +\begin{table}[H] + \centering + \begin{tabular}{|c|l|c|} + \hline +{\bf Command}& \multicolumn{1}{c|}{{\bf Options}} & {\bf Figures} \\ +\hline %Figura 1 +& +& + +\multirow{5}{*}{\frog{0.5}{black}{1}}\\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\frog{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\frog{0.5}{black}{1}| \\ +\hline %Figura 2 +& +& + +\multirow{5}{*}{\bull{0.5}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\bull{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\bull{0.5}{black}{1}| \\ +\hline %Figura 3 +& +& + +\multirow{5}{*}{\Elephant{1}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\Elephant{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\Elephant{1}{black}{1}| \\ +\hline %Figura 4 +& +& + +\multirow{5}{*}{\sheet{0.7}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\sheet{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\sheet{0.7}{black}{1}| \\ +\hline %Figura 5 +& +& + +\multirow{5}{*}{\birdie{0.7}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\birdie{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\birdie{0.7}{black}{1}| \\ +\hline %Figura 6 +& +& + +\multirow{5}{*}{\octopus{0.5}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\octopus{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\octopus{0.5}{black}{1}| \\ +\hline %Figura 7 +& +& + +\multirow{5}{*}{\pineapple{0.4}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\pineapple{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\pineapple{0.4}{black}{1}| \\ +\hline %Figura 8 +& +& + +\multirow{5}{*}{\butterfly{0.5}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\butterfly{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\butterfly{0.5}{black}{1}| \\ +\hline + \end{tabular} + \caption{Figures model 9} + \label{tab9} +\end{table} + +\begin{table}[H] + \centering + \begin{tabular}{|c|l|c|} + \hline +{\bf Command}& \multicolumn{1}{c|}{{\bf Options}} & {\bf Figures} \\ +\hline %Figura 1 +& +& + +\multirow{5}{*}{\Fish{0.7}{black}{1}}\\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\Fish{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\Fish{0.7}{black}{1}| \\ +\hline %Figura 2 +& +& + +\multirow{5}{*}{\Pumpkin{1}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\Pumpkin{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\Pumpkin{1}{black}{1}| \\ +\hline %Figura 3 +& +& + +\multirow{5}{*}{\Flamingo{0.7}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\Flamingo{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\Flamingo{0.7}{black}{1}| \\ +\hline %Figura 4 +& +& + +\multirow{5}{*}{\Bell{0.6}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\Bell{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\Bell{0.6}{black}{1}| \\ +\hline %Figura 5 +& +& + +\multirow{5}{*}{\broom{0.3}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\broom{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\broom{0.3}{black}{1}| \\ +\hline %Figura 6 +& +& + +\multirow{5}{*}{\candle{0.5}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\candle{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\candle{0.5}{black}{1}| \\ +\hline %Figura 7 +& +& + +\multirow{5}{*}{\kite{0.5}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\kite{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\kite{0.5}{black}{1}| \\ +\hline %Figura 8 +& +& + +\multirow{5}{*}{\Mouse{0.7}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\Mouse{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\Mouse{0.7}{black}{1}| \\ +\hline + \end{tabular} + \caption{Figures model 10} + \label{tab10} +\end{table} + +\begin{table}[H] + \centering + \begin{tabular}{|c|l|c|} + \hline +{\bf Command}& \multicolumn{1}{c|}{{\bf Options}} & {\bf Figures} \\ +\hline %Figura 1 +& +& + +\multirow{5}{*}{\cloud{1}{black}{1}}\\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\cloud{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\cloud{1}{black}{1}| \\ +\hline %Figura 2 +& +& + +\multirow{5}{*}{\horse{1}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\horse{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\horse{1}{black}{1}| \\ +\hline %Figura 3 +& +& + +\multirow{5}{*}{\Duckduck{0.7}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\Duckduck{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\Duckduck{0.7}{black}{1}| \\ +\hline %Figura 4 +& +& + +\multirow{5}{*}{\Fflamingo{0.7}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\Fflamingo{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\Fflamingo{0.7}{black}{1}| \\ +\hline %Figura 5 +& +& + +\multirow{5}{*}{\ant{1}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\ant{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\ant{1}{black}{1}| \\ +\hline %Figura 6 +& +& + +\multirow{5}{*}{\bat{0.5}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\bat{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\bat{0.5}{black}{1}| \\ +\hline %Figura 7 +& +& + +\multirow{5}{*}{\mug{0.7}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\mug{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\mug{0.7}{black}{1}| \\ +\hline %Figura 8 +& +& + +\multirow{5}{*}{\umbrella{0.5}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\umbrella{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\umbrella{0.5}{black}{1}| \\ +\hline + \end{tabular} + \caption{Figures model 11} + \label{tab11} +\end{table} + +\begin{table}[H] + \centering + \begin{tabular}{|c|l|c|} + \hline +{\bf Command}& \multicolumn{1}{c|}{{\bf Options}} & {\bf Figures} \\ +\hline %Figura 1 +& +& + +\multirow{5}{*}{\lion{0.6}{black}{1}}\\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\lion{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\lion{0.6}{black}{1}| \\ +\hline %Figura 2 +& +& + +\multirow{5}{*}{\chick{0.6}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\chick{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\chick{0.6}{black}{1}| \\ +\hline %Figura 3 +& +& + +\multirow{5}{*}{\Squirrel{0.7}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\Squirrel{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\Squirrel{0.7}{black}{1}| \\ +\hline %Figura 4 +& +& + +\multirow{5}{*}{\Giraffe{0.4}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\Giraffe{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\Giraffe{0.4}{black}{1}| \\ +\hline %Figura 5 +& +& + +\multirow{5}{*}{\rabit{0.5}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\rabit{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\rabit{0.5}{black}{1}| \\ +\hline %Figura 6 +& +& + +\multirow{5}{*}{\strawberry{0.5}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\strawberry{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\strawberry{0.5}{black}{1}| \\ +\hline %Figura 7 +& +& + +\multirow{5}{*}{\turtle{1}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\turtle{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\turtle{1}{black}{1}| \\ +\hline %Figura 8 +& +& + +\multirow{5}{*}{\FLOWER{0.5}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\FLOWER{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\FLOWER{0.5}{black}{1}| \\ +\hline + \end{tabular} + \caption{Figures model 12} + \label{tab12} +\end{table} + +\begin{table}[H] + \centering + \begin{tabular}{|c|l|c|} + \hline +{\bf Command}& \multicolumn{1}{c|}{{\bf Options}} & {\bf Figures} \\ +\hline %Figura 1 +& +& + +\multirow{5}{*}{\fish{0.6}{black}{1}}\\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\fish{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\fish{0.6}{black}{1}| \\ +\hline %Figura 2 +& +& + +\multirow{5}{*}{\centipede{0.4}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\centipede{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\centipede{0.4}{black}{1}| \\ +\hline %Figura 3 +& +& + +\multirow{5}{*}{\book{1}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\book{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\book{1}{black}{1}| \\ +\hline %Figura 4 +& +& + +\multirow{5}{*}{\Turtle{1}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\Turtle{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\Turtle{1}{black}{1}| \\ +\hline %Figura 5 +& +& + +\multirow{5}{*}{\flyingSaucer{0.6}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\flyingSaucer{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +{\scriptsize\verb|\flyingSaucer{0.6}{black}{1}|} \\ +\hline %Figura 6 +& +& + +\multirow{5}{*}{\watermelon{1}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\watermelon{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\watermelon{1}{black}{1}| \\ +\hline %Figura 7 +& +& + +\multirow{5}{*}{\witchHat{0.5}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\witchHat{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\witchHat{0.5}{black}{1}| \\ +\hline %Figura 8 +& +& + +\multirow{5}{*}{\Butterfly{0.6}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\Butterfly{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\Butterfly{0.6}{black}{1}| \\ +\hline + \end{tabular} + \caption{Figures model 13} + \label{tab13} +\end{table} + +\begin{table}[H] + \centering + \begin{tabular}{|c|l|c|} + \hline +{\bf Command}& \multicolumn{1}{c|}{{\bf Options}} & {\bf Figures} \\ +\hline %Figura 1 +& +& + +\multirow{5}{*}{\dolphin{0.5}{black}{1}}\\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\dolphin{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\dolphin{0.5}{black}{1}| \\ +\hline %Figura 2 +& +& + +\multirow{5}{*}{\Plane{1}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\Plane{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\Plane{1}{black}{1}| \\ +\hline %Figura 3 +& +& + +\multirow{5}{*}{\ladybug{0.5}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\ladybug{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\ladybug{0.5}{black}{1}| \\ +\hline %Figura 4 +& +& + +\multirow{5}{*}{\peacock{0.7}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\peacock{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\peacock{0.7}{black}{1}| \\ +\hline %Figura 5 +& +& + +\multirow{5}{*}{\dog{0.5}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\dog{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\dog{0.5}{black}{1}| \\ +\hline %Figura 6 +& +& + +\multirow{5}{*}{\ball{0.7}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\ball{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\ball{0.7}{black}{1}| \\ +\hline %Figura 7 +& +& + +\multirow{5}{*}{\birdie{0.7}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\birdie{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\birdie{0.7}{black}{1}| \\ +\hline %Figura 8 +& +& + +\multirow{5}{*}{\Sun{0.8}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\Sun{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\Sun{0.8}{black}{1}| \\ +\hline + \end{tabular} + \caption{Figures model 14} + \label{tab14} +\end{table} + + +\begin{table}[H] + \centering + \begin{tabular}{|c|l|c|} + \hline +{\bf Command}& \multicolumn{1}{c|}{{\bf Options}} & {\bf Figures} \\ +\hline %Figura 1 +& +& + +\multirow{5}{*}{\Flower{0.3}{black}{1}}\\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\Flower{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\Flower{0.3}{black}{1}| \\ +\hline %Figura 2 +& +& + +\multirow{5}{*}{\House{0.5}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\House{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\House{0.5}{black}{1}| \\ +\hline %Figura 3 +& +& + +\multirow{5}{*}{\Cherry{0.5}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\Cherry{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\Cherry{0.5}{black}{1}| \\ +\hline %Figura 4 +& +& + +\multirow{5}{*}{\one{0.3}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\one{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\one{0.3}{black}{1}| \\ +\hline %Figura 5 +& +& + +\multirow{5}{*}{\two{0.3}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\two{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\two{0.3}{black}{1}| \\ +\hline %Figura 6 +& +& + +\multirow{5}{*}{\three{0.3}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\three{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\three{0.3}{black}{1}| \\ +\hline %Figura 7 +& +& + +\multirow{5}{*}{\four{0.3}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\four{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\four{0.3}{black}{1}| \\ +\hline %Figura 8 +& +& + +\multirow{5}{*}{\five{0.1}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\five{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\five{0.1}{black}{1}| \\ +\hline + \end{tabular} + \caption{Figures model 15} + \label{tab15} +\end{table} + +\begin{table}[H] + \centering + \begin{tabular}{|c|l|c|} + \hline +{\bf Command}& \multicolumn{1}{c|}{{\bf Options}} & {\bf Figures} \\ +\hline %Figura 1 +& +& + +\multirow{5}{*}{\six{0.08}{black}{1}}\\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\six{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\six{0.08}{black}{1}| \\ +\hline %Figura 2 +& +& + +\multirow{5}{*}{\seven{0.3}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\seven{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\seven{0.3}{black}{1}| \\ +\hline %Figura 3 +& +& + +\multirow{5}{*}{\eight{0.3}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\eight{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\eight{0.3}{black}{1}| \\ +\hline %Figura 4 +& +& + +\multirow{5}{*}{\nine{0.3}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\nine{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\nine{0.3}{black}{1}| \\ +\hline %Figura 5 +& +& + +\multirow{5}{*}{\ten{0.3}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\ten{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\ten{0.3}{black}{1}| \\ +\hline %Figura 6 +& +& + +\multirow{5}{*}{\bus{0.3}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\bus{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\bus{0.3}{black}{1}| \\ +\hline %Figura 7 +& +& + +\multirow{5}{*}{\daisy{0.1}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\daisy{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\daisy{0.1}{black}{1}| \\ +\hline %Figura 8 +& +& + +\multirow{5}{*}{\gloves{0.07}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\gloves{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\gloves{0.07}{black}{1}| \\ +\hline + \end{tabular} + \caption{Figures model 16} + \label{tab16} +\end{table} + +\begin{table}[H] + \centering + \begin{tabular}{|c|l|c|} + \hline +{\bf Command}& \multicolumn{1}{c|}{{\bf Options}} & {\bf Figures} \\ +\hline %Figura 1 +& +& + +\multirow{5}{*}{\key{0.1}{black}{1}}\\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\key{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\key{0.1}{black}{1}| \\ +\hline %Figura 2 +& +& + +\multirow{5}{*}{\Owl{0.1}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\Owl{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\Owl{0.1}{black}{1}| \\ +\hline %Figura 3 +& +& + +\multirow{5}{*}{\Pencil{0.1}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\Pencil{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\Pencil{0.1}{black}{1}| \\ +\hline %Figura 4 +& +& + +\multirow{5}{*}{\rocket{0.1}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\rocket{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\rocket{0.1}{black}{1}| \\ +\hline %Figura 5 +& +& + +\multirow{5}{*}{\DUCK{0.4}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\DUCK{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\DUCK{0.4}{black}{1}| \\ +\hline %Figura 6 +& +& + +\multirow{5}{*}{\HAT{0.5}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\HAT{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\HAT{0.5}{black}{1}| \\ +\hline %Figura 7 +& +& + +\multirow{5}{*}{\SUN{0.5}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\SUN{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\SUN{0.5}{black}{1}| \\ +\hline %Figura 8 +& +& + +\multirow{5}{*}{\BUtterfly{0.5}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\BUtterfly{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\BUtterfly{0.5}{black}{1}| \\ +\hline + \end{tabular} + \caption{Figures model 17} + \label{tab17} +\end{table} + +\begin{table}[H] + \centering + \begin{tabular}{|c|l|c|} + \hline +{\bf Command}& \multicolumn{1}{c|}{{\bf Options}} & {\bf Figures} \\ +\hline %Figura 1 +& +& + +\multirow{5}{*}{\icecream{0.5}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\icecream{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\icecream{0.5}{black}{1}| \\ +\hline %Figura 2 +& +& + +\multirow{5}{*}{\ghost{0.7}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\ghost{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\ghost{0.7}{black}{1}| \\ +\hline %Figura 3 +& +& + +\multirow{5}{*}{\fpetals{0.5}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\fpetals{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\fpetals{0.5}{black}{1}| \\ +\hline %Figura 4 +& +& + +\multirow{5}{*}{\cow{0.8}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\cow{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\cow{0.8}{black}{1}| \\ +\hline %Figura 5 +& +& + +\multirow{5}{*}{\fatbird{0.7}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\fatbird{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\fatbird{0.7}{black}{1}| \\ +\hline %Figura 6 +& +& + +\multirow{5}{*}{\bloom{0.7}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\bloom{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\bloom{0.7}{black}{1}| \\ +\hline %Figura 7 +& +& + +\multirow{5}{*}{\nestling{0.7}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\nestling{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\nestling{0.7}{black}{1}| \\ +\hline %Figura 8 +& +& + +\multirow{5}{*}{\cottage{0.5}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\cottage{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\cottage{0.5}{black}{1}| \\ +\hline + \end{tabular} + \caption{Figures model 18} + \label{tab18} +\end{table} + +\begin{table}[H] + \centering + \begin{tabular}{|c|l|c|} + \hline +{\bf Command}& \multicolumn{1}{c|}{{\bf Options}} & {\bf Figures} \\ +\hline %Figura 1 +& +& + +\multirow{5}{*}{\catface{0.8}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\catface{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\catface{0.8}{black}{1}| \\ +\hline %Figura 2 +& +& + +\multirow{5}{*}{\bisk{0.8}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\bisk{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\bisk{0.8}{black}{1}| \\ +\hline %Figura 3 +& +& + +\multirow{5}{*}{\sock{0.5}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\sock{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\sock{0.5}{black}{1}| \\ +\hline %Figura 4 +& +& + +\multirow{5}{*}{\baseballbat{0.8}{black}{1}} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\baseballbat{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|\baseballbat{0.8}{black}{1}| \\ +\hline %Figura 5 +& +& + +\multirow{5}{*}{Put the Figure Here!} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|Command used| \\ +\hline %Figura 6 +& +& + +\multirow{5}{*}{Put the Figure Here!} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|Command used| \\ +\hline %Figura 7 +& +& + +\multirow{5}{*}{Put the Figure Here!} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|Command used| \\ +\hline %Figura 8 +& +& + +\multirow{5}{*}{Put the Figure Here!} \\ +& +& + +\\ +& +\verb|#1|: Figure Scale & + +\\ +\verb|\{#1}{#2}{#3}| & +\verb|#2|: drawing line color & + +\\ +& +\verb|#3|: Line thickness (pt) & + +\\ +& +& + +\\ +& +& + +\verb|Command used| \\ +\hline + \end{tabular} + \caption{Figures model 19} + \label{tab19} +\end{table} + +\end{document} diff --git a/Master/texmf-dist/doc/latex/figchild/latexmkrc b/Master/texmf-dist/doc/latex/figchild/latexmkrc new file mode 100644 index 00000000000..cb3ebb14193 --- /dev/null +++ b/Master/texmf-dist/doc/latex/figchild/latexmkrc @@ -0,0 +1 @@ +$ENV{'TZ'}='America/Sao_Paulo'; \ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/figchild/figchild.sty b/Master/texmf-dist/tex/latex/figchild/figchild.sty new file mode 100644 index 00000000000..a388165b737 --- /dev/null +++ b/Master/texmf-dist/tex/latex/figchild/figchild.sty @@ -0,0 +1,5086 @@ +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{figchild}[2021/04/03 Package for creating activities for children] + +\RequirePackage{tikz} +\RequirePackage{xcolor} +%Definicao de largura e escala da imagem +\newlength\imagewidthh +\newlength\imagescaleh +%Tamanho da Imagem na tela +\pgfmathsetlength{\imagewidthh}{10cm} +%escala da imagem para o desenho vetorial +\pgfmathsetlength{\imagescaleh}{\imagewidthh/100} + +%Released under the LaTeX Project Public License v1.3c or later. +%See \url{http://www.latex-project.org/lppl.txt}. +%Feature requests, issues and pull requests are welcome. + +\newcommand{\version}[3]{ + version #1.#2.#3 +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%##Coruja##%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\owl}[3]{ + +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2, line width=#3pt] (162, 411) circle (9cm); +\draw[draw=#2, line width=#3pt] (121, 426) circle (4cm); +\draw[draw=#2, line width=#3pt] (200, 426) circle (4cm); + +\draw[draw=#2, line width=#3pt, fill] (121, 426) circle (1cm); +\draw[draw=#2, line width=#3pt, fill] (200, 426) circle (1cm); + +\draw[draw=#2, line width=#3pt] (141, 391) -- (179, 391) -- (163, 344) -- cycle; +\draw[draw=#2, line width=#3pt] (95, 474) -- (94, 531) -- (136, 498); +\draw[draw=#2, line width=#3pt] (189, 498) -- (229, 528) -- (228, 472); + +\draw[draw=#2, line width=#3pt] (79, 375) .. controls (52, 348) and (2, 278) .. (18, 227) .. +controls (82, 236) and (89, 296) .. (109, 338); + +\draw[draw=#2, line width=#3pt] (244, 375) .. controls (272, 344) and (315, 281) .. (303, 231) .. +controls (243, 247) and (227, 302) .. (212, 336); + +\draw[draw=#2, line width=#3pt] (61, 246) .. controls (100, 110) and (223, 110) .. (263, 252); + +\draw[draw=#2, line width=#3pt] (122, 156) -- (121, 127) -- (99, 116); +\draw[draw=#2, line width=#3pt] (121, 127) -- (95, 127) -- (141, 127); + +\draw[draw=#2, line width=#3pt] (190, 152) -- (190, 127) -- (221, 127) -- (170, 127); +\draw[draw=#2, line width=#3pt] (190, 127) -- (215, 116); + +\draw[draw=#2, line width=#3pt] (110, 293) -- (120, 300) -- (130, 293) -- (140, 300) -- (150, 293) -- +(160, 300) -- (170, 293) -- (180, 300) -- (190, 293) -- (200, 300) -- (210, 293); + +\draw[draw=#2, line width=#3pt] (90, 263) -- (100, 270) -- (110, 263) -- (120, 270) -- (130, 263) -- (140, 270) -- (150, 263) -- +(160, 270) -- (170, 263) -- (180, 270) -- (190, 263) -- (200, 270) -- (210, 263) -- +(220, 270) -- (230, 263); + +\draw[draw=#2, line width=#3pt] (90, 233) -- (100, 240) -- (110, 233) -- (120, 240) -- (130, 233) -- (140, 240) -- (150, 233) -- +(160, 240) -- (170, 233) -- (180, 240) -- (190, 233) -- (200, 240) -- (210, 233) -- +(220, 240) -- (230, 233); + +\draw[draw=#2, line width=#3pt] (110, 203) -- (120, 210) -- (130, 203) -- (140, 210) -- (150, 203) -- +(160, 210) -- (170, 203) -- (180, 210) -- (190, 203) -- (200, 210) -- (210, 203); + +\draw[draw=#2, line width=#3pt] (110, 173) -- (120, 180) -- (130, 173) -- (140, 180) -- (150, 173) -- +(160, 180) -- (170, 173) -- (180, 180) -- (190, 173) -- (200, 180) -- (210, 173); + +\end{tikzpicture} +} +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#####Bell####%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\bell}[3]{ + +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2, line width=#3pt] (210, 421) ellipse (3cm and 2cm); + +\draw[draw=#2, line width=#3pt] (210, 402) .. controls (69, 410) and (165, 195) .. (33.5, 99); +\draw[draw=#2, line width=#3pt] (210, 402) .. controls (341, 420) and (260, 190) .. (384, 99); + + +\draw[draw=#2, line width=#3pt] (209, 90) ellipse (18cm and 4cm); +\draw[draw=#2, line width=#3pt] (205, 109) ellipse (3cm and 2cm); + +\end{tikzpicture} + +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#####Book####%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + + +\newcommand{\book}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2, line width=#3pt] (61,216) -- (40,215) -- (40,29)-- (168,40) .. controls (186, 25) and (230, 35) .. (227, 40) --(355,27) -- (352,219) -- (330,220); +\draw[draw=#2, line width=#3pt] (58,205)--(58,43) -- (81,81) .. controls (134, 86) and (175,101) .. (197, 50) .. controls (200, 81) and (245,89) .. (315, 78.8) --(335,46); +\draw[draw=#2, line width=#3pt] (58,43) -- (178,50) .. controls (180, 38.5) and (210, 38.5) .. (219,50) --(335,46) --(336,205) -- (318,241) .. controls (264, 250) and (209, 255) .. (198, 225) .. controls (180, 250) and (127, 260) .. (78, 240) --(58,205); +\draw[draw=#2, line width=#3pt] (197,50) -- (198,225); +\draw[draw=#2, line width=#3pt] (78,240) -- (81,81); +\draw[draw=#2, line width=#3pt] (318,241) -- (315,78.8); +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#####dino####%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + + +\newcommand{\dino}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] + +\draw[draw=#2, line width=#3pt] (60,178) ellipse (4cm and 3cm); +\draw[draw=#2, line width=#3pt,rotate=20] (130,155) arc(270:190:18); +\draw[draw=#2, line width=#3pt] (40,152) arc(270:360:6); +\draw[draw=#2, line width=#3pt] (200,105) ellipse (12.4cm and 7.3cm); + +\draw[draw=#2, line width=#3pt] (98,169) -- (110.5,155); +\draw[draw=#2, line width=#3pt] (73,150) -- (86,134); + +\draw[draw=#2, line width=#3pt] (86,77) .. controls (50, 30) and (110, 30) .. (119, 45); +\draw[draw=#2, line width=#3pt] (118,51) .. controls (120, 30) and (140, 2) .. (162, 36); +\draw[draw=#2, line width=#3pt] (224,34) .. controls (230,20) and (245,-3) .. (271, 38); +\draw[draw=#2, line width=#3pt] (268,44) .. controls (275,30) and (320,-2.8) .. (310,71); + +\draw[draw=#2, line width=1pt] (47,199) -- (43,190) --(50,194) --(52,185) --(56,190) --(59,182) --(64,189) --(68,183) --(69,190); +\draw[draw=#2, line width=#3pt] (144,170)--(156,202) -- (176,177) --(190,206) --(209,179) --(224,205) --(239,175) -- (261,201) --(270,166) -- (297,186) --(298,150); + + +\draw[draw=#2, line width=#3pt] (76,60)--(66,58) --(74,55) --(69,44) -- (79,42) --(77,33) --(86,37) --(91,29) --(96,37); +\draw[draw=#2, line width=#3pt] (124,32)--(117,19) --(129,25) --(129,13) -- (138,20) --(143,11) --(148,22) --(159,15) --(156,29); +\draw[draw=#2, line width=#3pt] (226,29)--(218,20) --(233,19) --(229,7) -- (240,15) --(242,6) --(248,15) --(258,7) --(256,21); +\draw[draw=#2, line width=#3pt] (281,30)--(281,19) --(290,26) --(299,16) -- (300,25) --(311,23) --(309,33) --(319,35) --(310,43); + + +\draw[draw=#2, line width=#3pt] (309,138) .. controls (328, 146) and (350, 157) .. (379, 180); +\draw[draw=#2, line width=#3pt] (323,94) .. controls (335, 135) and (354, 155) .. (379, 180); + + +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####abobora###%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + + +\newcommand{\pumpkin}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] + +\draw[draw=#2, line width=#3pt] (152,268) .. controls (156, 266) and (162, 269) ..(167,264) .. controls (194, 268) and (219, 266) ..(235,262).. controls (245, 268) and (246, 267) ..(250,266).. controls (400, 330) and (415, 40) ..(316,46).. controls (305, 33) and (278, 27) ..(262,40).. controls (258, 34) and (236, 35) ..(228,41) +.. controls (216, 25) and (188, 25) ..(177,40).. controls (169,35) and (150, 32) ..(138,40).. controls (126, 34) and (97, 40) ..(88,48).. controls (0, 30) and (0, 327) ..(152,268); + +\draw[draw=#2, line width=#3pt,] (143,270) .. controls (153,285) and (196, 287) ..(205,279) ; +\draw[draw=#2, line width=#3pt,fill=black] (199,266) .. controls (234,304) and (205, 375) ..(170,346) .. controls (166,342) and (154, 311) ..(184,330) .. controls (199,330) and (190, 280) ..(148,300) + .. controls (115,390) and (280, 415) ..(219,265); + \draw[draw=#2, line width=#3pt] (220,270).. controls (234,288) and (255, 287) ..(268,272) ; + + \draw[draw=#2, line width=#3pt] (50,238).. controls (78,260) and (70, 150) ..(102,228).. controls (107,239) and (117, 239) ..(119,234) ; +\draw[draw=#2, line width=#3pt] (119,237) parabola bend (143,200) (162,230); +\draw[draw=#2, line width=#3pt] (183,237) parabola bend (200,200) (217,230); +\draw[draw=#2, line width=#3pt] (241,234) parabola bend (258,200) (280,230); +\draw[draw=#2, line width=#3pt] (300,233) parabola bend (319,200) (334,230) .. controls (335,231) and (336, 235) ..(353,241) ; + +\draw[draw=#2, line width=#3pt] (162,230) parabola bend (172,238) (183,235); +\draw[draw=#2, line width=#3pt] (217,230) parabola bend (227,237) (241,234); +\draw[draw=#2, line width=#3pt] (280,230) parabola bend (288,236) (300,233); +%linha2 +\draw[draw=#2, line width=#3pt] (49,169) parabola bend (68,131) (85,169); +\draw[draw=#2, line width=#3pt] (106,169) parabola bend (128,133) (145,169); +\draw[draw=#2, line width=#3pt] (165,167) parabola bend (187,130) (207,169); +\draw[draw=#2, line width=#3pt] (229,166) parabola bend (244,130) (264,165); +\draw[draw=#2, line width=#3pt] (283,166) parabola bend (303,130) (320,168); +\draw[draw=#2, line width=#3pt] (344,163) parabola bend (360,131) (378,150); + +\draw[draw=#2, line width=#3pt] (29,169) parabola bend (38,174) (49,169); +\draw[draw=#2, line width=#3pt] (106,169) parabola bend (98,175) (85,169); +\draw[draw=#2, line width=#3pt] (165,167) parabola bend (152,173) (145,169); +\draw[draw=#2, line width=#3pt] (229,166) parabola bend (216,172) (207,165); +\draw[draw=#2, line width=#3pt] (283,166) parabola bend (272,175) (264,165); +\draw[draw=#2, line width=#3pt] (344,163) parabola bend (331,175) (320,168); + +%linha3 +\draw[draw=#2, line width=#3pt] (32,106) parabola bend (63,67) (80,97); +\draw[draw=#2, line width=#3pt] (98,97) parabola bend (115,67) (135,97); +\draw[draw=#2, line width=#3pt] (158,97) parabola bend (175,67) (195,97); +\draw[draw=#2, line width=#3pt] (219,97) parabola bend (235,67) (251,97); +\draw[draw=#2, line width=#3pt] (275,97) parabola bend (295,67) (310,97); +\draw[draw=#2, line width=#3pt] (342,78) parabola bend (356,65) (356,65); + +\draw[draw=#2, line width=#3pt] (80,97) parabola bend (89,104) (98,97); +\draw[draw=#2, line width=#3pt] (157,97) parabola bend (150,106) (135,97); +\draw[draw=#2, line width=#3pt] (218,97) parabola bend (206,106) (195,97); +\draw[draw=#2, line width=#3pt] (275,97) parabola bend (264,106) (251,97); +\draw[draw=#2, line width=#3pt] (342,78) parabola bend (324,106) (310,97); + +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####coroa###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + + + +\newcommand{\crown}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2, line width=#3pt,fill=black] (51,171)--(81,107) .. controls (147, 122) and (232, 132) .. (328, 108) --(354,175); +\draw[white,line width=0.0005pt,fill=black] (51,170) --(125,180)--(212,211) --(291,174); + + +\draw[draw=#2, line width=#3pt](50,182) circle (1cm) ; +\draw[draw=#2, line width=#3pt,fill=white] (58,176) .. controls (87, 140) and (130, 85) .. (119, 180); + +\draw[draw=#2, line width=#3pt,](120,190) circle (1cm) ; +\draw[draw=#2, line width=#3pt,fill=white] (128,184) .. controls (140, 143) and (185, 65) .. (200, 210); + +\draw[draw=#2, line width=#3pt](204,220) circle (1cm) ; +\draw[draw=#2, line width=#3pt] (128,184) .. controls (140, 143) and (185, 65) .. (200, 210); + +\draw[draw=#2, line width=#3pt](281,190) circle (1cm) ; +\draw[draw=#2, line width=#3pt,fill=white] (210,212) .. controls (206, 147) and (233, 80) .. (275, 183); + +\draw[draw=#2, line width=#3pt](352,185) circle (1cm) ; +\draw[draw=#2, line width=#3pt,fill=white] (284,180) .. controls (283, 135) and (280, 75) .. (348, 176); + +\draw[draw=#2, line width=#3pt,fill=white](86,122) circle (0.5cm) ; +\draw[draw=#2, line width=#3pt,fill=white](135,135) circle (0.5cm) ; +\draw[draw=#2, line width=#3pt,fill=white](201,141) circle (0.5cm) ; +\draw[draw=#2, line width=#3pt,fill=white](270,132) circle (0.5cm) ; +\draw[draw=#2, line width=#3pt,fill=white](320,122) circle (0.5cm) ; + +\draw[draw=#2, line width=#3pt](81,107)--(98,52); +\draw[draw=#2, line width=#3pt] (197,55) ellipse (10cm and 2 cm); +\draw[draw=#2, line width=#3pt](295,52)--(328,108); + + +\draw[fill=black, line width=#3pt] (107,99) circle (0.5cm); +\draw[fill=black, line width=#3pt] (131,105) circle (0.5cm); +\draw[fill=black, line width=#3pt] (151,110) circle (0.5cm); +\draw[fill=black, line width=#3pt] (169,112) circle (0.5cm); +\draw[fill=black, line width=#3pt] (192,114) circle (0.5cm); +\draw[fill=black, line width=#3pt] (215,113) circle (0.5cm); +\draw[fill=black, line width=#3pt] (239,112) circle (0.5cm); +\draw[fill=black, line width=#3pt] (265,107) circle (0.5cm); +\draw[fill=black, line width=#3pt] (288,103) circle (0.5cm); + +\draw[fill=black, line width=#3pt] (115,79) circle (0.5cm); +\draw[fill=black, line width=#3pt] (138,86) circle (0.5cm); +\draw[fill=black, line width=#3pt] (160,92) circle (0.5cm); +\draw[fill=black, line width=#3pt] (180,93) circle (0.5cm); +\draw[fill=black, line width=#3pt] (201,95) circle (0.5cm); +\draw[fill=black, line width=#3pt] (223,92) circle (0.5cm); +\draw[fill=black, line width=#3pt] (244,92) circle (0.5cm); +\draw[fill=black, line width=#3pt] (265,85) circle (0.5cm); +\draw[fill=black, line width=#3pt] (288,80) circle (0.5cm); + +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%####spinning###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\spinning}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] + +\draw[draw=#2, line width=#3pt,fill=black] (207,428) ellipse (3.5cm and 2.8cm); + +\draw[draw=#2, line width=#3pt,fill=white] (79,312) .. controls (121,446) and (308,439) ..(347,308); +\draw[draw=#2, line width=#3pt,fill=black] (79,312) .. controls (151,362) and (286,368) ..(347,308) .. controls (351,303) and (349,291) ..(347,281) .. controls (304,335) and (136,360) ..(78,287) + .. controls (76,294) and (81,319) ..(79,312); + +\draw[draw=#2, line width=#3pt,fill=black] (78,287) .. controls (80,271) and (92,245) ..(106,229).. controls (130,284) and (287,289) ..(323,234).. controls (327,232) and (331,238) ..(331,241).. controls (294,310) and (148,320) ..(97,245); + +\draw[draw=#2, line width=#3pt] (328,234).. controls (333,243) and (348,269) ..(347,281); + +\draw[draw=#2, line width=#3pt,fill=black] (200,95).. controls (203,70) and (205,50) ..(210,24).. controls (215,49) and (220,73) ..(220,95); +\draw[draw=#2, line width=#3pt,fill=white] (105,230) --(209,82) --(330,238); +\draw[draw=#2, line width=#3pt,fill=black] (133,188).. controls (157,251) and (266,272) ..(287,185) .. controls (286,183) and (282,178) ..(281,177).. controls (267,226) and (160,250) ..(145,172).. controls (139,180) and (134,186) ..(133,188); + +\end{tikzpicture} +} + + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%####alligator###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\alligator}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] + +\draw[draw=#2, line width=#3pt] (99,111).. controls (81,99) and (85,86) ..(35,93)-- (40,86).. controls (69,79) and (105,89) ..(121,98).. controls (117,106) and (98,112) ..(80,115) +.. controls (76,126) and (68,130) ..(60,134) --(44,148).. controls (54,158) and (64,150) ..(68,138).. controls (78,143) and (86,139) ..(91,137) +.. controls (118,135) and (130,131) ..(143,116); +\draw[rotate=-40,draw=#2, line width=#3pt,fill] (-25,92) rectangle (-33,86); + +\draw[draw=#2, line width=#3pt] (36,82).. controls (133,44) and (194,76) ..(242,102); + + +\draw[draw=#2, line width=#3pt] (242,102).. controls (243,64) and (229,85) ..(223,46) --(234,51) --(241,35)--(246,56)--(257,31)--(260,47)-- +(267,36)--(272,63)--(279,51)--(274,78).. controls (278,91) and (283,112) ..(280,124)--(315,144).. controls (327,131) and (307,116) ..(299,101)-- +(308,103)--(312,90) -- (316,102) -- (330,86) -- (331,99) --(339,87) --(342,113) --(346,104) --(345,123).. controls (353,146) and (370,195) ..(331,198) +.. controls (337,354) and (222,321) ..(165,320).. controls (149,328) and (126,344) ..(107,345).. controls (125,326) and (141,300) ..(159,300).. controls (223,286) and (268,299) ..(292,230)-- +(281,233)--(275,209)--(255,216)--(246,199)--(226,196) --(215,180) --(202,185) --(190,164) --(177,168)--(166,156)--(152,154).. controls (145,139) and (143,128) ..(135,125); + +\draw[draw=#2, line width=#3pt] (154,114) --(164,114)--(175,130)--(185,122) --(201,146) --(223,137) --( 229,157) --(247,150) --(257,170) --(274,165) --(285,182) --(297,173)--(307,196)--(321,191); + +\draw[ draw=#2, line width=#3pt] (110,126).. controls (110,116) and (116,116) ..(123,116).. controls (123,123) and (116,124) ..(110,126); +\draw[fill=black] (116,120) circle (0.3cm); +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####bee###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\bee}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] + +\draw[draw=#2, line width=#3pt] (146,339) .. controls (130, 459) and (265, 413) .. (233, 338) .. controls (265, 327) and (259, 295) .. (230, 275) + .. controls (291, 234) and (302, 100) .. (201,54) --(189,24) --(174,54) .. controls (90, 90) and (78, 228) .. (145,277) .. controls (125, 285) and (104, 326) .. (146, 339); + +\draw[fill=black] (175,360) circle (1cm); +\draw[fill=black] (212,360) circle (1cm); + +\draw[draw=#2, line width=#3pt] (149,311) .. controls (172, 281) and (221, 282) .. (236, 311); +\draw[draw=#2, line width=#3pt] (145,277) .. controls (170, 267) and (201, 264) .. (230, 275); + +\draw[draw=#2, line width=#3pt] (239,267) .. controls (328, 378) and (475, 150) .. (268, 125); +\draw[draw=#2, line width=#3pt] (112,123) .. controls (-65, 161) and (4, 353) .. (137, 270); + + + +\draw[draw=#2, line width=#3pt] (206,409) .. controls (327, 521) and (270, 320) .. (243, 417) .. controls (307, 390) and (250, 457) .. (221, 401); +\draw[draw=#2, line width=#3pt] (166,407) .. controls (100, 507) and (80,340) .. (140, 412).. controls (87, 409) and (133, 454) .. (158, 402); + + +\draw[draw=#2, line width=#3pt,fill=black] (105,212) .. controls (156, 235) and (242, 225) .. (271, 213)--(276,190).. controls (206, 213) and (156, 215) .. (103, 192); +\draw[draw=#2, line width=#3pt,fill=black] (101,170) .. controls (156, 205) and (242, 200) .. (276, 166)--(274,151).. controls (206, 193) and (156, 180) .. (105, 151); +\draw[draw=#2, line width=#3pt,fill=black] (109,132) .. controls (156, 175) and (242, 168) .. (271,134)--(265,119).. controls (206, 163) and (156, 145) .. (114, 118); +\draw[draw=#2, line width=#3pt,fill=black] (126,95) .. controls (156, 140) and (242, 130) .. (254, 98)--(245,87).. controls (206, 115) and (156, 115) .. (135, 82); + +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%####squirrel###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + + +\newcommand{\squirrel}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] +\draw[draw=#2, line width=#3pt] (128,272) .. controls (127, 251) and (99, 245) .. (91, 264) .. controls (85, 290) and (103, 307) .. (131, 299) .. controls (170, 279) and (176, 222) .. (125, 206) + .. controls (55, 180) and (12, 288) .. (82, 335) .. controls (147, 380) and (215, 346) .. (218, 258) .. controls (220, 252) and (222, 249) .. (222, 245); + +\draw[draw=#2, line width=#3pt] (112,203) .. controls (114,177) and (102, 147) .. (117, 111) .. controls (122,99) and (148, 58) .. (174, 51).. controls (138,103) and (185, 170) .. (224,216); + +\draw[draw=#2, line width=#3pt] (174,51) .. controls (175,46) and (181, 43) .. (191, 34) .. controls (160,183) and (300, 145) .. (265, 41)--(283,32)--(291,13)--(201,17) +.. controls (199,26) and (195, 30) .. (191, 34); + +\draw[draw=#2, line width=#3pt] (291,13)--(322,18) .. controls (316,39) and (300, 38) .. (292, 44); + +\draw[draw=#2, line width=#3pt] (283,33) .. controls (315,59) and (300,122) .. (297, 137); + + +\draw[draw=#2, line width=#3pt] (231,145) .. controls (275,128) and (325, 128) .. (327, 180) .. controls (308,176) and (287, 168) .. (274, 177) + .. controls (271,177) and (251, 191) .. (240,177); + +\draw[draw=#2, line width=#3pt] (290,172) .. controls (288,177) and (287, 181) .. (287, 184); + +\draw[draw=#2, line width=#3pt] (288,180) .. controls (299,179) and (313,183) .. (327,190) .. controls (333,188) and (343,173) .. (324,163); + + +\draw[draw=#2, line width=#3pt] (269,187) .. controls (315,173) and (330,204) .. (335, 230) .. controls (317,249) and (282,275) .. (266, 272) +.. controls (251,267) and (241,254) .. (236, 246); + +\draw[fill=black] (271,239) circle (0.3cm); +\draw[fill=black] (285,259) circle (0.3cm); + +\draw[draw=#2, line width=#3pt] (291,206) .. controls (300,200) and (311,199).. (321,199); + +\draw[draw=#2, line width=#3pt] (327,205) .. controls (328,219) and (328,223).. (327,228); + +\draw[fill=black] (324,229) ellipse (0.4cm and 0.2cm); +\draw[fill=black] (331,229) ellipse (0.4cm and 0.2cm); + +\draw[draw=#2, line width=#3pt] (240,243) .. controls (209,247) and (231, 246) .. (222,244) .. controls (201,238) and (216, 221) .. (224,215) + .. controls (242,215) and (246, 221) .. (249,227); + +\draw[draw=#2, line width=#3pt] (238,238) .. controls (220,254) and (229,204) .. (244, 229); + +\draw[draw=#2, line width=#3pt] (276,270) .. controls (297,288) and (241,328) .. (253, 268); +\draw[draw=#2, line width=#3pt] (268,276) .. controls (290,278) and (245,308) .. (259, 272); +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####hippo###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\hippo}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] + +\draw[draw=#2, line width=#3pt] (101,160).. controls (137,83) and (260,62) ..(289,162); +\draw[draw=#2, line width=#3pt] (92,359).. controls (50,309) and (20,122) ..(135,34).. controls (172,19) and (237,2) ..(280,54) +.. controls (349,147) and (360,175) ..(308,359).. controls (319,410) and (275,503) ..(239,509).. controls (203,525) and (164,512) ..(139,501) +.. controls (103,460) and (76,398) ..(92,359); + +\draw[draw=#2, line width=#3pt] (127,414).. controls (144,440) and (157,441) ..(170,436); +\draw[draw=#2, line width=#3pt] (223,435).. controls (247,440) and (258,427) ..(270,413); + +\draw[draw=#2, line width=#3pt] (104,230) circle (1cm); +\draw[draw=#2, line width=#3pt] (288,230) circle (1cm); + +\draw[draw=#2, line width=#3pt] (104,239)--(88,249).. controls (96,253) and (106,257) ..(113,257); +\draw[draw=#2, line width=#3pt] (295,238)--(304,248).. controls (300,261) and (289,258) ..(284,257); + +\draw[draw=#2, line width=#3pt] (162,375) ellipse (2.0cm and 3.5cm); +\draw[draw=#2, line width=#3pt] (234,375) ellipse (2.0cm and 3.5cm); + +\draw[draw=#2, line width=#3pt,fill=black] (162,365) circle (1.8cm); +\draw[draw=#2, line width=#3pt,fill=black] (234,365) circle (1.8cm); + + +\draw[draw=#2, line width=#3pt] (115,466).. controls (81,492) and (83,513) ..(83,530).. controls (127,517) and (131,506) ..(138,496); +\draw[draw=#2, line width=#3pt] (257,496).. controls (274,525) and (293,536) ..(312,528) .. controls (309,493) and (295,475) ..(282,465); + +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%###elephant#%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\elephant}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] + +\draw[draw=#2, line width=#3pt] (158,254) .. controls (213, 254) and (242, 265) .. (318, 226) .. controls (323, 214) and (325, 207) .. (325, 184) + .. controls (310, 116) and (288, 71) .. (273,47)--(277,39); + +\draw[draw=#2, line width=#3pt,fill=black] (277,39) .. controls (280, 35) and (280, 31) .. (278,27) .. controls (266, 28) and (243, 29) .. (235,34) +.. controls (236, 37) and (238, 40) .. (242,46) .. controls (278, 25) and (275, 51) .. (277,39); + +\draw[draw=#2, line width=#3pt] (242,46) .. controls (255, 71) and (261, 104) .. (258,120).. controls (255, 121) and (261, 100) .. (190,136) + .. controls (198, 105) and (205, 91) .. (208,50); + +\draw[draw=#2, line width=#3pt,fill=black] (208,50) .. controls (211, 45) and (208, 40) .. (207,36) .. controls (198, 34) and (177, 34) .. (170,39) +.. controls (171, 43) and (172, 46) .. (174,52) .. controls (178, 47) and (197, 47) .. (208,50); + +\draw[draw=#2, line width=#3pt] (174,52) .. controls (184, 70) and (169, 90) .. (156,99); +\draw[draw=#2, line width=#3pt] (147,56) .. controls (151, 78) and (163, 131) .. (177,146); + + +\draw[draw=#2, line width=#3pt,fill=black] (147,56) .. controls (148, 54) and (152, 51) .. (150,47).. controls (139, 42) and (115, 46) .. (103,50) + .. controls (109, 58) and (105, 56) .. (111,61).. controls (122, 56) and (133, 55) .. (149,59); + +\draw[draw=#2, line width=#3pt] (111,61) .. controls (119, 85) and (128, 133) .. (124,168); + +\draw[draw=#2, line width=#3pt] (111,246) .. controls (127, 258) and (141, 265) .. (158,254) .. controls (168, 250) and (174, 246) .. (181,239) + .. controls (181, 226) and (181, 226) .. (156,182) .. controls (144, 175) and (132, 170) .. (124,168) .. controls (114, 164) and (110, 167) .. (104,171) + .. controls (93,170) and (87, 167) .. (73,160) .. controls (67, 149) and (43, 129) .. (13,118) .. controls (39, 140) and (59, 156) .. (63,167); + +\draw[fill=black] (83,210) circle (0.8cm) ; + + \draw[draw=#2, line width=#3pt] (62,146)--(59,114) .. controls (59, 105) and (67, 104) .. (69,109) .. controls (65,95) and (75, 94) .. (70,96) + .. controls (57, 91) and (45, 91) .. (43,129); + +\draw[draw=#2, line width=#3pt] (43,145) .. controls (49, 210) and (68, 267) .. (112,249); + +\draw[draw=#2, line width=#3pt] (317,153) .. controls (328, 130) and (325, 113) .. (327,96) .. controls (335, 79) and (336, 76) .. (339,54); + +\draw[draw=#2, line width=#3pt,fill=black] (339,54) --(342,42) .. controls (330, 37) and (305, 35) .. (299,42)--(304,51) .. +controls (311, 47) and (326, 48) .. (339,54) ; + +\draw[draw=#2, line width=#3pt] (304,51) .. controls (312, 64) and (303, 80) .. (295,81); + +\draw[draw=#2, line width=#3pt] (325,187) .. controls (335, 156) and (342, 129) .. (356,120).. controls (358, 117) and (358, 113) .. (353,113) +.. controls (325, 126) and (342, 129) .. (321,169); + +\draw[draw=#2, line width=#3pt] (353,113) --(377,140); +\draw[draw=#2, line width=#3pt] (353,113) --(383,132); +\draw[draw=#2, line width=#3pt] (353,113) --(384,123); +\draw[draw=#2, line width=#3pt] (353,113) --(380,109); +\draw[draw=#2, line width=#3pt] (353,113) --(361,95); +\draw[draw=#2, line width=#3pt] (353,113) --(351,90); + +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%###Rose###%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\rose}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2, line width=#3pt] (159,193) .. controls(141,193) and (113,200) ..(96,212); +\draw[draw=#2, line width=#3pt] (96,212) .. controls(73,240) ..(60,288); +\draw[draw=#2, line width=#3pt] (60,288) .. controls(61,321) and (78,346) ..(109,385); +\draw[draw=#2, line width=#3pt] (109,385) .. controls(118,404) ..(116,428); + \draw[draw=#2, line width=#3pt] (116,428) .. controls (134,431) and (154,419) ..(166,386); + \draw[draw=#2, line width=#3pt] (149,414) .. controls (162,431) and (178,420) ..(190,408); + \draw[draw=#2, line width=#3pt] (159,193) .. controls (140,214) and (131,245) ..(130,298); +\draw[draw=#2, line width=#3pt] (130,298).. controls (136,333) and (163,392) ..(211,420); +\draw[draw=#2, line width=#3pt] (211,420).. controls (241,399) and (264,347) ..(261,250); +\draw[draw=#2, line width=#3pt] (261,250).. controls (240,212) and (227,195) ..(185,189); +\draw[draw=#2, line width=#3pt] (185,189).. controls (169,190) and (164,193) ..(157,193); +\draw[draw=#2, line width=#3pt] (220,413) -- (243,425); +\draw[draw=#2, line width=#3pt] (243,425) -- (248,410); +\draw[draw=#2, line width=#3pt] (233,394).. controls (248,410) and (270,419) ..(294,419); +\draw[draw=#2, line width=#3pt] (294,419).. controls (290,388) and (291,367) ..(297,339); +\draw[draw=#2, line width=#3pt] (297,339).. controls (309,268) and (312,256) ..(298,227); +\draw[draw=#2, line width=#3pt] (298,227).. controls (277,206) and (246,190) ..(222,201); +\draw[draw=#2, line width=#3pt] (173,191).. controls (167,130) and (164,98) ..(166,63); +\draw[draw=#2, line width=#3pt] (185,190).. controls (178,134) and (176,105) ..(175,67) -- (166,63); +\draw[draw=#2, line width=#3pt] (177,105).. controls (205,131) and (251,162) ..(296,157); +\draw[draw=#2, line width=#3pt] (296,157).. controls (269,105) and (202,76) ..(175,83); +\draw[draw=#2, line width=1pt] (189,98).. controls (221,110) and (244,125) ..(265,141); +\draw[draw=#2, line width=#3pt] (164,89).. controls (123,95) and (87,134) ..(73,176); +\draw[draw=#2, line width=#3pt] (73,176).. controls (115,172) and (149,156) ..(168,131); +\draw[draw=#2, line width=1pt] (154,116).. controls (125,138) and (110,150) ..(96,164); +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####icecream###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\icecream}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2, line width=#3pt] (117,348) -- (196,37) -- (274,348); +\draw[draw=#2, line width=#3pt] (274,348) .. controls (218,333) and (146,332) .. (117,348); +\draw[draw=#2, line width=#3pt] (117,348) .. controls (96,371) and (71,425) .. (114,438); +\draw[draw=#2, line width=#3pt] (114,438) .. controls (89,448) and (121,476) .. (147,480); +\draw[draw=#2, line width=#3pt] (147,480) .. controls (101,500) and (213,530) .. (177,557); +\draw[draw=#2, line width=#3pt] (177,557) .. controls (210,545) and (245,533) .. (229,509); +\draw[draw=#2, line width=#3pt] (229,509) .. controls (261,497) and (273,479) .. (262,458); +\draw[draw=#2, line width=#3pt] (262,458) .. controls (310,456) and (298,415) .. (282,399); +\draw[draw=#2, line width=#3pt] (282,399) .. controls (307,379) and (286,354) .. (274,348); +\end{tikzpicture} +} + + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####fish###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\fish}[3]{ + +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2,line width=#3pt](160,145) ellipse(16cm and 13cm); +\draw[draw=#2,line width=#3pt](280,220) arc(-63:180:50); +\draw[draw=#2,line width=#3pt](280,178) ellipse(8cm and 5cm); +\draw[draw=#2,line width=5pt](237,136)--(194,18); +\draw[draw=#2,line width=5pt](210,153)--(159,17); +\draw[draw=#2,line width=5pt](253,250)--(244,221); +\draw[draw=#2,line width=5pt](165,275)--(92,29); +\draw[draw=#2,line width=#3pt](67,190) ellipse(1.9cm and 3cm); +\draw[draw=#2,line width=#3pt](49,186)--(78,166); +\draw[draw=#2,line width=#3pt](1,150)--(46,126); +\draw[draw=#2,line width=#3pt](295,76)--(361,80); +\draw[draw=#2,line width=#3pt](364,81)--(314,111); +\end{tikzpicture} + +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####boat###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\boat}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] + +\draw[draw=#2, line width = 3pt ] (187,149) -- (187,383) -- (202,383) -- (202,149); %mastro + +\draw[draw=#2, line width = 3pt ] (27,149) -- (375,149) .. controls (320,30) and (80,30) .. (27,149); %casco + +\draw[draw=#2, line width = 3pt ] (187,313) .. controls (161,274) and (128,202).. (107,150); +\draw[draw=#2, line width = 3pt ] (292,150) .. controls (222,340) and (270,222) .. (202,375); %velas +\end{tikzpicture} +} +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####house###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\house}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] + +\draw[draw=#2, line width = 3pt ] (82,160) -- (82,25) -- (219,17) -- (363,40) -- (363,170); +\draw[draw=#2, line width = 3pt ] (218,17) -- (220,155); %paredes + +\draw[draw=#2, line width = 3pt ] (383,173) -- (218,154) -- (150,250) -- (83,158) -- (33,158) -- (145,297) -- (305,295) -- (383,173); %telhado + +\draw[draw=#2, line width = 3pt ] (115,25) -- (117,117) -- (162,117) -- (163,22); %porta + +\draw[draw=#2, line width = 3pt ] (264,87) -- (334,96) -- (334,143) -- (264,133) -- (264,87); +\draw[draw=#2, line width = 3pt ] (263,109) -- (333,119); +\draw[draw=#2, line width = 3pt ] (297,138) -- (297,92); % janela + +\draw[draw=#2,line width=#3pt] (150,70) circle (0.5cm); %maçaneta + +\end{tikzpicture} +} +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####gnat###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\gnat}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] + +\draw[draw=#2,line width=#3pt] (215,258) circle (4cm); +\draw[draw=#2,line width=#3pt] (274,204) circle (4cm); +\draw[draw=#2,line width=#3pt] (225,250) circle (1.5cm); +\draw[draw=#2,line width=#3pt] (264,210) circle (1.5cm); %olhos + +\draw[draw=#2, line width = 3pt ](175,250) .. controls(-30,130) and(150,-30) .. (260,165) ; %corpo + +\draw[draw=#2, line width = 3pt ] (153,238) -- (113,314) .. controls (80,300) and (25,240) .. (16,192) -- (96,180); +\draw[draw=#2, line width = 3pt ] (252,152) -- (345,146) .. controls (330,60) and (275,30) .. (253,20) -- (212,104); %asas + +\draw[draw=#2, line width = 3pt ] (245,283) .. controls (280,340) and (240,400) .. (193,357); +\draw[draw=#2, line width = 3pt ] (290,240) .. controls (345,280) and (400,230) .. (365,185); %antenas + +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####fan###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\fan}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] + +\draw[draw=#2,line width=#3pt] (186,273) circle (3.8cm); +\draw[draw=#2,line width=#3pt] (186,273) circle (5cm); +\draw[draw=#2,line width=#3pt] (186,273) circle (8cm); +\draw[draw=#2,line width=#3pt] (186,273) circle (11cm); +\draw[draw=#2,line width=#3pt] (186,273) circle (14cm); +\draw[draw=#2,line width=#3pt] (186,273) circle (17cm); %grade + +\draw[draw=#2, line width = 3pt ] (175,236) -- (175,63) -- (200,63) -- (200,236); % aste + +\draw[draw=#2,line width=#3pt] (188,43) ellipse (50 and 20); %suporte + +\draw[draw=#2, line width = 3pt ] (161,244) -- (113,180) .. controls (81,195) and (60,228) .. (67,262) -- (147,271); +\draw[draw=#2, line width = 3pt ] (171,308) -- (142,379) .. controls (160,400) and (215,400) .. (235,377) -- (203,306); +\draw[draw=#2, line width = 3pt ] (210,243) -- (257,182) .. controls (290,190) and (310,230) .. (305,262) -- (223,272);% hélices + +\end{tikzpicture} +} + + + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####cupcake###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\cupcake}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] + +\draw[draw=#2, line width = 3pt ] (61,184) -- (73,106) .. controls (126,33) and (237,30) .. (296,106) -- (316,206) ; +\draw[draw=#2, line width = 3pt ] (84,94) -- (75,184); +\draw[draw=#2, line width = 3pt ] (115,69) -- (105,194); +\draw[draw=#2, line width = 3pt ] (144,56) -- (139,209); +\draw[draw=#2, line width = 3pt ] (180,51) -- (180,192); +\draw[draw=#2, line width = 3pt ] (216,55) -- (222,199); +\draw[draw=#2, line width = 3pt ] (244,65) -- (267,218); +\draw[draw=#2, line width = 3pt ] (274,85) -- (296,213); %forma + +\draw[draw=#2, line width = 3pt ] (171,197) .. controls (191,183) and (207,183) .. (221,198) .. controls (265,230) and (286,215) .. (317,206) .. controls (360,210) and (370,280) .. (269,326) .. controls (237,336) and (195,338) .. (166,333) .. controls (120,320) and (65,285) .. (40,267) ..controls (6,225) and (40,193) .. (61,184) ; +\draw[draw=#2, line width = 3pt ](61,184) .. controls (92,184) and (101,190) .. (106,195) .. controls (144,217) and (157,210) .. (171,197); %cobertura + +\end{tikzpicture} +} +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####flamingo###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\flamingo}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] + +\draw[fill = black] (117,369) circle (1cm); % olho + +\draw[draw=#2, line width = 3pt ] (80,357) .. controls (50,352) and (37,339) .. (38,289) .. controls (41,275) and (50,273) .. (54,289) .. controls (58,313) and (77,320) .. (85,319) ; %bico + +\draw[draw=#2, line width = 3pt ] (180,92) -- (179,53) -- (144,50) -- (176,49) -- (152,39) -- (186,46) -- (208,46) -- (190,52) -- (189,91); +\draw[draw=#2, line width = 3pt ] (251,95) -- (249,52) -- (232,45) -- (258,45) -- (287,39) -- (265,50) -- (295,51) -- (260,53) -- (260,96); %pés + +\draw[draw=#2, line width = 3pt ] (80,357) .. controls (91,403) and (144,415) .. (166,372) .. controls (180,339) and (143,290) .. (161,263) .. controls (194,299) and (263,295) .. (293,257) .. controls(328,259) and (339,262) .. (345,264) .. controls (349,254) and (339,248) .. (330,246) -- (353,247) .. controls (350,238) and (332,237) .. (327,237) -- (313,227) .. controls (352,227) and (365,245) .. (371,261) .. controls (378,138) and (311,117) .. (259,96) .. controls (70,60) and (95,220) .. (111,265) .. controls(119,300) and (98,313) .. (85,319); %corpo + +\end{tikzpicture} +} +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####bonnet###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\bonnet}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] + +\draw[draw=#2,line width=#3pt] (28,184) .. controls (46,115) and (113,90) .. (169,100) .. controls (295,140) and (290,192) .. (298,210) .. controls (312,296) and (256,350) .. (183,347) .. controls (66,350) and (20,287) .. (28,184); +\draw[draw=#2,line width=#3pt] (143,274) circle (1cm); +\draw[draw=#2,line width=#3pt] (245,277) circle (0.4cm); +\draw[draw=#2,line width=#3pt] (164,194) circle (0.4cm); +\draw[draw=#2,line width=#3pt] (180,347) .. controls (152,327) and (147,306) .. (146,283); +\draw[draw=#2,line width=#3pt] (268,315) .. controls (219,324) and (178,308) .. (152,279); +\draw[draw=#2,line width=#3pt] (271,157) .. controls (262,217) and (212,260) .. (152,270); +\draw[draw=#2,line width=#3pt] (150,99) .. controls (90,135) and (99,210) .. (138,265); +\draw[draw=#2,line width=#3pt] (28,184) .. controls (41,247) and (83,264) .. (133,271); + +\draw[draw=#2,line width=#3pt] (118,100) .. controls (220,0) and (285,23) .. (347,92) .. controls (437,204) and (350,230) .. (299,247); %aba + +\end{tikzpicture} +} +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####mailbox###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + + +\newcommand{\mailbox}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] + +\draw[draw=#2,line width=#3pt] (48,137) -- (48,25) -- (172,26) -- (172,132) .. controls (174,190) and (70,217) .. (48,137); +\draw[draw=#2,line width=#3pt] (206,220) -- (101,194) .. controls (65,185) and (43,171) .. (41,133) -- (41,18) -- (180,19) -- (361,62) -- (361,179) .. controls (355,233) and (307,245) .. (275,237); +\draw[draw=#2,line width=#3pt] (206,94) -- (206,242) -- (275,260) -- (275,200) -- (231,188) -- (231,99) -- (206,94); +\draw[draw=#2,line width=#3pt] (82,136) -- (82,116) -- (87,109) -- (120,109) -- (136,115) -- (136,134) -- (122,129) -- (88,129) -- (82,136); +\draw[draw=#2,line width=#3pt] (274,230) .. controls (327,239) and (345,210) .. (354,180) -- (354,69) -- (180,26) -- (179,134) .. controls (179,164) and (157,182) .. (125,192) -- (205,212); + + +\end{tikzpicture} +} +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####giraffe###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\giraffe}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] + +\draw[fill = black] (62,398) circle (0.6cm); +\draw[fill = black] (88,390) circle (0.6cm); % olhos + +\draw[draw=#2,line width=#3pt] (103,416) ..controls (105,415) and (75,425) .. (56,412) .. controls (0,380) and (28,295) .. (102,372) .. controls (138,340) and (135,279) .. (141,220) .. controls (149,197) and (161,191) .. (174,183) .. controls (170,183) and (185,141) .. (189,141) .. controls (189,142) and (190,102) .. (196,100) -- (194,32) -- (217,31) -- (215,106) .. controls (225,121) and (222,159) .. (221,180) .. controls (221,177) and (275,165) .. (275,168) .. controls (270,168) and (310,119) .. (312,119) -- (315,51) -- (309,33) -- ( 333,32) -- (338,46) -- (339,102) .. controls (357,116) and (345,133) .. (335,175) .. controls (375,250) and (265,256) .. (217,273) .. controls (170,320) and (165,395) .. (125,407); +\draw[draw=#2,line width=#3pt] (152,198) .. controls (150,198) and (160,159) .. (162,159) .. controls (160,159) and (162,121) .. (165,121) -- (169,51) -- (163,39) -- (188,41) -- (185,62) -- (185,123) -- (189,135); +\draw[draw=#2,line width=#3pt] (234,175) .. controls (232,173) and (265,130) .. (267,131) -- (270,67) -- (261,46) -- (285,46) -- (289,56) -- (290,115) .. controls (293,116) and (299,135) .. (297,134); % corpo + +\draw[fill = black,line width=#3pt] (162,39) -- (158,32) -- (191,32) -- (188,41) -- (162,39); +\draw[fill = black,line width=#3pt] (193,32) -- (188,24) -- (222,23) -- (217,32) -- (193,32); +\draw[fill = black,line width=#3pt] (259,46) -- (254,37) -- (287,38) -- (287,46) -- (259,46); +\draw[fill = black,line width=#3pt] (307,33) -- (302,22) -- (333,22) --(333,31) -- (307,33); %casco + +\draw[draw=#2,line width=#3pt] (104,415) .. controls (95,395) and (110,392) .. (125,406) .. controls (137,427) and (122,438) .. (104,415); +\draw[draw=#2,line width=#3pt] (71,417) .. controls (70,455) and (45,450) .. (56,411); %orelha + +\draw[draw=#2,line width=#3pt] (337,224) .. controls (363,217) and (365,169) .. (390,153) -- (384,154) -- (383,148) -- (378,153) -- (374,148) -- (372,154) -- (368,156) -- (374,159) .. controls (372,159) and (347,210) .. (343,210); %rabo + +\draw[draw=black,line width=#3pt] (99,417) -- (102,432) ..controls (90,440) and (111,442) .. (111,439) .. controls (121,434) and (117,429) .. (112,428) --(109,421); +\draw[draw=black,line width=#3pt] (88,418) -- (89,436) .. controls (94,441) and (87,443) .. (82,443) .. controls (70,443) and (74,432) .. (78,432) -- (80,418); % antenas + +\draw[fill=#2] (134,334) .. controls (153,327) and (167,344) .. (156,359) .. controls (140,366) and (129,350) .. (134,334); +\draw[fill=#2] (152,301) .. controls (165,344) and (194,325) .. (172,298) .. controls (163,294) and (153,289) .. (152,301); +\draw[fill=#2] (183,259) .. controls (206,267) and (188,294) .. (183,287) .. controls (169,279) and (162,253) .. (183,259); +\draw[fill=#2] (164,223) .. controls (183,230) and (180,250) .. (165,252) .. controls (150,245) and (145,220) .. (164,223); +\draw[fill=#2] (189,207) .. controls (211,215) and (207,235) .. (190,234) .. controls (176,222) and (170,206) .. (189,207); +\draw[fill=#2] (223,197) .. controls (250,182) and (256,215) .. (236,217) .. controls (217,222) and (210,207) .. (223,197); +\draw[fill=#2] (216,236) .. controls (235,245) and (227,267) .. (216,264) .. controls (193,250) and (201,235) .. (216,236); +\draw[fill=#2] (308,136) .. controls (318,120) and (340,130) .. (334,142) .. controls (330,160) and (295,155) .. (308,136); +\draw[fill=#2] (244,224) .. controls (271,220) and (277,247) .. (263,251) .. controls (243,249) and (240,238) .. (244,224); +\draw[fill=#2] (302,233) .. controls (277,238) and (274,223) .. (287,218) .. controls (311,200) and (325,230) .. (302,233); +\draw[fill=#2] (271,213) .. controls (291,205) and (282,181) .. (266,184) .. controls (243,186) and (261,204) .. (271,213); +\draw[fill=#2] (298,172) .. controls (280,185) and (317,200) .. (327,182) .. controls (326,163) and (308,161) .. (298,172); +\draw[fill=#2] (169,166) ellipse (7 and 5); +\draw[fill=#2] (175,128) ellipse (10 and 8); +\draw[fill=#2] (175,146) ellipse (8 and 6); +\draw[fill=#2] (202,178) ellipse (9 and 7); +\draw[fill=#2] (195,156) ellipse (9 and 7); +\draw[fill=#2] (205,135) ellipse (9 and 7); +\draw[fill=#2] (206,109) ellipse (9 and 7); +\draw[fill=#2] (271,148) ellipse (9 and 7); +\draw[fill=#2] (280,128) ellipse (9 and 7); +\draw[fill=#2] (280,105) ellipse (9 and 8); +\draw[fill=#2] (328,117) ellipse (10 and 7); +\draw[fill=#2] (327,97) ellipse (10 and 7); % manchas + +\end{tikzpicture} +} + + + + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####rabbit###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\rabbit}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw [draw=#2, line width=#3pt] (130, 248) .. controls (35, 402) and (65, 486) .. (120, 443) .. controls (157, 402) and (169, 358) .. (183, 274) .. controls (195, 274) and (223, 280) .. (251, 273) .. controls (245, 363) and (305, 486) .. (354, 450) .. controls (382, 396) and (339, 307) .. (298, 250) .. controls (376, 185) and (339, 85) .. (216, 75) .. controls (111, 75) and (55, 185) .. (130, 248); + +\draw [fill = black] (176, 217.3) circle (1.15cm); + +\draw [fill = black] (254, 217.3) circle (1.15cm); + +\draw [draw=#2, line width=#3pt] (211, 143) .. controls (180, 162) and (212, 168).. (221, 164) .. controls (232, 161) and (222, 150) .. (211, 143); + +\draw [draw=#2, line width=#3pt] (211, 143) -- (212, 132); + +\draw [draw=#2, line width=#3pt] (212, 132) arc (0 : -150 : 25); + +\draw [draw=#2, line width=#3pt] (212, 132) arc (-180 : -30 : 25); + +\draw [draw=#2, line width=#3pt] (161, 126) .. controls (145, 132) and (118, 132) .. (91, 127); + +\draw [draw=#2, line width=#3pt] (168, 125) .. controls (143, 140) and (119, 146) .. (98, 149); + +\draw [draw=#2, line width=#3pt] (162, 136) .. controls (145, 151) and (120, 161) .. (99, 164); + +\draw [draw=#2, line width=#3pt] (273, 129) .. controls (303, 135) and (324, 135) .. (345, 130); + +\draw [draw=#2, line width=#3pt] (271, 133) .. controls (293, 143) and (317, 151) .. (338, 151); + +\draw [draw=#2, line width=#3pt] (273, 141) .. controls (288, 153) and (309, 161) .. (335, 167); + +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Duck###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\Duck}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] + +\draw [draw=#2, line width=#3pt] (46, 353) .. controls (68, 357) and (86, 364) .. (99, 373); + +\draw [draw=#2, line width=#3pt] (46, 353) .. controls (54, 344) and (72, 337) .. (105, 337); + +\draw [draw=#2, line width=#3pt] (99, 373)--(105, 337); + +\draw [draw=#2, line width=#3pt] (99, 373) .. controls (115, 401) and (142, 423) .. (172, 396) .. controls (183, 384) and (181, 359) .. (173, 324) .. controls (171, 313) and (168, 301) .. (175, 283); + +\draw [draw=#2, line width=#3pt] (175, 283) .. controls (195, 297) and (217, 304) .. (247, 305) .. controls (277, 302) and (278, 288) .. (300, 280) .. controls (314, 277) and (329, 282) .. (335, 284).. controls (355, 288) and (340, 270) .. (330, 268).. controls (338, 269) and (367, 277) .. (345, 264).. controls (335, 259) and (322, 261) .. (316, 251).. controls (335, 252) and (355, 255) .. (369, 288).. controls (365, 227) and (373, 176) .. (265, 131); + +\draw [draw=#2, line width=#3pt] (265, 131)--(267, 89); + +\draw [draw=#2, line width=#3pt] (267, 89)--(299, 87); + +\draw [draw=#2, line width=#3pt] (267, 89)--(291, 79); + +\draw [draw=#2, line width=#3pt] (291, 79)..controls (285, 78) and (272, 82) .. (265, 85)..controls (240, 86) and (239, 85) .. (256, 91); + +\draw [draw=#2, line width=#3pt] (256, 91)--(259, 131); +\draw [draw=#2, line width=#3pt] (259, 131)..controls (237, 126) and (218, 126) .. (200, 131); + +\draw [draw=#2, line width=#3pt] (200, 131)--(202, 89); + +\draw [draw=#2, line width=#3pt] (202, 89)--(217,84); + +\draw [draw=#2, line width=#3pt] (217,84)--(197,85); + +\draw [draw=#2, line width=#3pt] (197,85)--(181,81); + +\draw [draw=#2, line width=#3pt] (181,81)..controls (168, 75) and (163, 79) .. (173, 84); + +\draw [draw=#2, line width=#3pt] (173,84)--(192,91); + +\draw [draw=#2, line width=#3pt] (192,91)--(159,87); + +\draw [draw=#2, line width=#3pt] (192,91)--(192,129); + +\draw [draw=#2, line width=#3pt] (192,129)..controls (130,145) and (110, 191) .. (119.5, 258)..controls (128,282) and (140, 317) .. (105, 337); + +\draw [fill = black] (134, 379) circle (0.8cm); + +\end{tikzpicture} +} + + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Hat###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\beaver}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw [draw=#2, line width=#3pt] (113, 182)--(113, 235); +\draw [draw=#2, line width=#3pt] (113, 235) .. controls (115, 264) and (145, 283) .. (174, 259) .. controls (190, 251) and (212, 250) .. (219, 260) .. controls (239, 279) and (264, 292) .. (281, 259); +\draw [draw=#2, line width=#3pt] (281, 259)--(296, 182); +\draw [draw=#2, line width=#3pt] (296, 182) .. controls (366, 147) and (425, 125) .. (331, 86) .. controls (234, 77) and (134, 70) .. (60, 105) .. controls (15, 120) and (-4, 180) .. (113, 182); +\draw [draw=#2, line width=#3pt] (119, 210) .. controls (181, 189) and (246, 195) .. (290, 207); +\draw [draw=#2, line width=#3pt] (119, 220) .. controls (181, 199) and (246, 205) .. (290, 217); +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####phone###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\phone}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2, line width=#3pt] (164,137)--(190,137); +\draw[draw=#2, line width=#3pt] (190,137)--(190,152); +\draw[draw=#2, line width=#3pt] (190,152)--(164,152); +\draw[draw=#2, line width=#3pt] (164,152)--(164,137); +%botão8% +\draw[draw=#2, line width=#3pt] (203,137)--(229,137); +\draw[draw=#2, line width=#3pt] (229,137)--(229,152); +\draw[draw=#2, line width=#3pt] (229,152)--(203,152); +\draw[draw=#2, line width=#3pt] (203,152)--(203,137); +%9% +\draw[draw=#2, line width=#3pt] (239,137)--(265,137); +\draw[draw=#2, line width=#3pt] (265,137)--(265,152); +\draw[draw=#2, line width=#3pt] (265,152)--(239,152); +\draw[draw=#2, line width=#3pt] (239,152)--(239,137); +%4% +\draw[draw=#2, line width=#3pt] (164,164)--(190,164); +\draw[draw=#2, line width=#3pt] (190,164)--(190,179); +\draw[draw=#2, line width=#3pt] (190,179)--(164,179); +\draw[draw=#2, line width=#3pt] (164,179)--(164,164); +%botão5% +\draw[draw=#2, line width=#3pt] (203,164)--(229,164); +\draw[draw=#2, line width=#3pt] (229,164)--(229,179); +\draw[draw=#2, line width=#3pt] (229,179)--(203,179); +\draw[draw=#2, line width=#3pt] (203,179)--(203,164); +%6% +\draw[draw=#2, line width=#3pt] (239,164)--(265,164); +\draw[draw=#2, line width=#3pt] (265,164)--(265,179); +\draw[draw=#2, line width=#3pt] (265,179)--(239,179); +\draw[draw=#2, line width=#3pt] (239,179)--(239,164); +%1% +\draw[draw=#2, line width=#3pt] (164,191)--(190,191); +\draw[draw=#2, line width=#3pt] (190,191)--(190,206); +\draw[draw=#2, line width=#3pt] (190,206)--(164,206); +\draw[draw=#2, line width=#3pt] (164,206)--(164,191); +%botão2% +\draw[draw=#2, line width=#3pt] (203,191)--(229,191); +\draw[draw=#2, line width=#3pt] (229,191)--(229,206); +\draw[draw=#2, line width=#3pt] (229,206)--(203,206); +\draw[draw=#2, line width=#3pt] (203,206)--(203,191); +%3% +\draw[draw=#2, line width=#3pt] (239,191)--(265,191); +\draw[draw=#2, line width=#3pt] (265,191)--(265,206); +\draw[draw=#2, line width=#3pt] (265,206)--(239,206); +\draw[draw=#2, line width=#3pt] (239,206)--(239,191); +%telefone% +\draw[draw=#2, line width=#3pt] (87,62)--(343,62); +\draw[draw=#2, line width=#3pt] (343,62)--(343,105); +\draw[draw=#2, line width=#3pt] (87,62)--(87,105); +\draw[draw=#2, line width=#3pt] (87,62)--(87,105)..controls(87,121) and (95,132)..(102,145); +\draw[draw=#2, line width=#3pt] (343,62)--(343,105)..controls(345,121) and (342,132)..(333,145); +\draw[draw=#2, line width=#3pt] (333,145)--(281,222); +\draw[draw=#2, line width=#3pt] (102,145)--(150,222); +\draw[draw=#2, line width=#3pt] (150,222)--(149,251); +\draw[draw=#2, line width=#3pt] (149,251)--(186,251); +\draw[draw=#2, line width=#3pt] (186,251)--(186,232); +\draw[draw=#2, line width=#3pt] (186,232)--(241,232); +\draw[draw=#2, line width=#3pt] (241,232)--(241,251); +\draw[draw=#2, line width=#3pt] (241,251)--(282,251); +\draw[draw=#2, line width=#3pt] (282,251)--(281,222); +%parte de cima% +\draw[draw=#2, line width=#3pt] (50,228)--(50,210)..controls(56,195) and (69,197)..(83,197)..controls(114,198)and(124,203)..(130,215)..controls(140,238)and(140,246)..(118,234)..controls(100, 224)and(73,225)..(50,228); +\draw[draw=#2, line width=#3pt] (50,240)--(83, 235)..controls(112,238) and (115,240)..(130,248)..controls(135,259)and(139,264)..(156,273)..controls(171,278)and(260,291)..(296,254)..controls(294,249)and(344,230)..(379,242)..controls(375,261)and(366,283)..(361,292)..controls(296,325)and(143, 325)..(70,292)..controls(60,272)and(53,254)..(50,240); +\draw[draw=#2, line width=#3pt] (294,239)--(294,220)..controls(300,205) and (318,202)..(329,200)..controls(358,199)and(380,203)..(377,228)..controls(362,228)and(348,226)..(339,227)..controls(324, 227)and(304,236)..(294,239); + +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Sandal###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\sandal}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2, line width=#3pt] (34,109)--(36,86)..controls(79,60) and (144,60)..(225,84)..controls(269,97) and (289,106)..(361,144)..controls(379,154) and (390,175)..(368,196)..controls(354,206) and (357,208)..(319,206)..controls(283,194) and (256,184)..(223,167); + +\draw[draw=#2, line width=#3pt] (34,109)--(38,122)..controls(47,149) and (95,194)..(133,223)..controls(151,237) and (193,232)..(207,206); + +\draw[draw=#2, line width=#3pt] (207,206)--(237,119); + +\draw[draw=#2, line width=#3pt] (34,109)--(45,103)..controls(100,71) and (118,75)..(317,149)..controls(349,159) and (379,171)..(363,200); +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Robe###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\robe}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw [draw=#2, line width=#3pt] (165,594)--(90,562); +\draw [draw=#2, line width=#3pt] (90, 562) .. controls (82, 557) and (79, 550) .. (73, 533); +\draw [draw=#2, line width=#3pt] (73,533)--(33,323); +\draw [draw=#2, line width=#3pt] (33, 323) .. controls (57, 299) and (91, 301) .. (119, 302); +\draw [draw=#2, line width=#3pt] (33, 323) .. controls (59, 327) and (96, 315) .. (119, 302); +\draw [draw=#2, line width=#3pt] (119,302)--(120,423); +%manga direita% +\draw [draw=#2, line width=#3pt] (229,594)--(304,562); +\draw [draw=#2, line width=#3pt] (304, 562) .. controls (312, 557) and (315, 550) .. (321, 533); +\draw [draw=#2, line width=#3pt] (321,533)--(371,323); +\draw [draw=#2, line width=#3pt] (371, 323) .. controls (347, 299) and (313, 301) .. (300, 310); +\draw [draw=#2, line width=#3pt] (371, 323) .. controls (347, 332) and (313, 320) .. (300, 310); +\draw [draw=#2, line width=#3pt] (300,310)--(279,423); +%corpo% +\draw [draw=#2, line width=#3pt] (95,301)--(55,68); +\draw [draw=#2, line width=#3pt] (55,68) .. controls (72, 44) and (120, 44) .. (182,42); +\draw [draw=#2, line width=#3pt] (182,42) .. controls (192, 86) and (211, 224) .. (214,251).. controls (214, 305) and (219, 365) .. (211,435).. controls (204, 469) and (191, 518) .. (164,575); +\draw [draw=#2, line width=#3pt] (164,575)--(165,594); +\draw [draw=#2, line width=#3pt] (229,594) .. controls (221, 574) and (215, 547) .. (185,526); +\draw [draw=#2, line width=#3pt] (229,594) .. controls (205, 589) and (182, 590) .. (165,594); +\draw [draw=#2, line width=#3pt] (300,310) .. controls (320, 172) and (327, 94) .. (326,58); +\draw [draw=#2, line width=#3pt] (326,58) .. controls (275, 36) and (240, 32) .. (182,42); +\draw [draw=#2, line width=#3pt] (216,37) .. controls (207, 80) and (204, 129) .. (204,173); +\draw [draw=#2, line width=#3pt] (288,371) .. controls (214, 350) and (156, 367) .. (120,366); +\draw [draw=#2, line width=#3pt] (285,392) .. controls (214, 371) and (156, 388) .. (120,387); +\draw [fill = black] (210, 371) circle (1.2cm); +\draw [draw=#2, line width=#3pt] (200,364) .. controls (160, 339) and (172, 273) .. (169,210); +\draw[draw=#2, line width=#3pt] (169,210)--(186,200); +\draw [draw=#2, line width=#3pt] (186,200) .. controls (182, 251) and (187, 313) .. (202,363); +%.% +\draw [draw=#2, line width=#3pt] (220,364) .. controls (260, 339) and (259, 273) .. (254,150); +\draw[draw=#2, line width=#3pt] (254,150)--(237,160); +\draw [draw=#2, line width=#3pt] (237,160) .. controls (235, 216) and (252, 258) .. (217,363); +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Tractor###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\tractor}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +%roda% +\draw [draw=#2, line width=#3pt] (63, 88) circle (5.8cm); +\draw [draw=#2, line width=#3pt] (61, 87) circle (1.5cm); +\draw [draw=#2, line width=#3pt] (232, 60) circle (5cm); +\draw [draw=#2, line width=#3pt] (232, 60) circle (1.5cm); +\draw [draw=#2, line width=#3pt] (43, 143) .. controls (107, 175) and (153, 122) .. (134, 63) .. controls (118, 30) and (79, 9) .. (43, 33); +\draw [draw=#2, line width=#3pt] (222, 109) .. controls (274, 134) and (305, 80) .. (293, 43) .. controls (291, 29) and (259, 5) .. (235, 10); +\draw [draw=#2, line width=#3pt] (266,97)--(281,91); +\draw [draw=#2, line width=#3pt] (291,83)--(288,75); +\draw [draw=#2, line width=#3pt] (282,54)--(289,46); +\draw [draw=#2, line width=#3pt] (120,76)--(126,67); +\draw [draw=#2, line width=#3pt] (132,120)--(129,104); +\draw [draw=#2, line width=#3pt] (105,128)--(117,121); +%corpo trator% +\draw [draw=#2, line width=#3pt] (138, 89) .. controls (151, 74) and (162, 60) .. (182, 56); +\draw [draw=#2, line width=#3pt] (138,89)--(191,89); +\draw [draw=#2, line width=#3pt] (53,148)--(66,174); +\draw [draw=#2, line width=#3pt] (66,174)--(97,174); +\draw [draw=#2, line width=#3pt] (97, 174)--(111,234); +\draw [draw=#2, line width=#3pt] (111,234)--(174,248); +\draw [draw=#2, line width=#3pt] (174,248)--(244,246); +\draw [draw=#2, line width=#3pt] (244,246)--(272,179); +\draw [draw=#2, line width=#3pt] (272,179)--(356,165); +\draw [draw=#2, line width=#3pt] (356,165)--(321,143); +\draw [draw=#2, line width=#3pt] (321,143)--(220,160); +\draw [draw=#2, line width=#3pt] (220,160)--(272,179); +\draw [draw=#2, line width=#3pt] (220,160)--(220,109); +\draw [draw=#2, line width=#3pt] (321,143)--(317,96); +\draw [draw=#2, line width=#3pt] (356,165)--(350,121); +\draw [draw=#2, line width=#3pt] (350,121)--(317,96); +\draw [draw=#2, line width=#3pt] (338,92)--(317,96); +\draw [draw=#2, line width=#3pt] (350,121)--(365,112); +\draw [draw=#2, line width=#3pt] (338,92)--(365,112); +\draw [draw=#2, line width=#3pt] (366,80)--(365,112); +\draw [draw=#2, line width=#3pt] (338,92)--(338,57); +\draw [draw=#2, line width=#3pt] (366,80)--(338,57); +\draw [draw=#2, line width=#3pt] (314,60)--(317,96); +\draw [draw=#2, line width=#3pt] (314,60)--(338,57); +\draw [draw=#2, line width=#3pt] (315,72)--(294,73); +\draw [draw=#2, line width=#3pt] (286,177)--(286,259); +\draw [draw=#2, line width=#3pt] (303,259)--(286,259); +\draw [draw=#2, line width=#3pt] (303,259)--(303,174); +\draw [draw=#2, line width=#3pt] (214,177)--(257,186); +\draw [draw=#2, line width=#3pt] (257,186)--(238,231); +\draw [draw=#2, line width=#3pt] (198,230)--(238,231); +\draw [draw=#2, line width=#3pt] (198,230)--(214,177); +\draw [draw=#2, line width=#3pt] (174,248)--(203,163); +\draw [draw=#2, line width=#3pt] (200,99)--(203,163); +\draw [draw=#2, line width=#3pt] (143,241)--(128,172); +\draw [draw=#2, line width=#3pt] (155,90)--(128,172); +\draw [draw=#2, line width=#3pt] (132,231)--(122,174); +\draw [draw=#2, line width=#3pt] (107,173)--(122,174); +\draw [draw=#2, line width=#3pt] (107,173)--(115,230); +\draw [draw=#2, line width=#3pt] (132,231)--(115,230); +\draw [draw=#2, line width=#3pt] (154,150)--(190,150); +\draw [draw=#2, line width=#3pt] (190,163)--(190,150); +\draw [draw=#2, line width=#3pt] (190,163)--(169,234); +\draw [draw=#2, line width=#3pt] (154,232)--(169,234); +\draw [draw=#2, line width=#3pt] (154,232)--(144,173); +\draw [draw=#2, line width=#3pt] (154,150)--(144,173); +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####glass###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\glass}[3]{ +\begin{tikzpicture}[scale = #1] +\draw[draw=#2, line width=#3pt] (-0.84, -1.8) .. controls (-0.6,-2.1) and (0.5, -2.1) +.. (0.8, -1.75) -- (1.2,1).. controls (-0,0.5) and (0,0.7) ..(-1.2,0.9)-- (-0.8,-1.9); +\draw[draw=#2, line width=#3pt,fill=white] (0,1) ellipse (1.2cm and 0.5cm); +\end{tikzpicture} +} +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####apple###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\apple}[3]{ +\begin{tikzpicture}[scale = #1] +\draw[draw=#2, line width=#3pt] +(0.0, 0.87) .. controls (-1.8, 1.35) and (-1, -1.9) .. +(0, -1.3) .. controls (1, -1.9) and (1.85, 1.35) .. +(-0.05, 0.87) ; + +\draw[draw=#2, line width=#3pt] +(0.0, 0.9) .. controls (0.08, 1.2) and (0.01,1.3) .. +(-0.0, 1.4); + +\draw[draw=#2, line width=0.1pt,fill=green] +(0.08, 1.1) .. controls (0.2, 1) and (0.5,1.1) .. +(0.6, 1.2) .. controls (0.4, 1.3) and (0.2,1.4) .. +(0.07, 1.3); +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####egg###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\egg}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] +\draw[draw=#2, line width=3.5pt] +(191,324) ellipse (17cm and 23cm); + +\draw[draw=#2, line width=1pt] (38, 424) -- (62, 398) -- +(86, 424) --(104, 398)-- (128, 424)-- (144, 398) -- (166, 424) -- (186, 398)-- (204, 424) +--(226, 398)-- (248, 424)-- (266, 398) -- (290, 424) -- (310, 398)-- (336, 432); + +\draw[draw=#2, line width=1pt] (22, 338) -- (42, 314) -- +(62, 338) --(86, 314)-- (102, 338)-- (125, 314)--(145, 338) -- (167, 314) -- +(185, 338) --(207, 314)-- (225, 338)-- (247, 314)--(265, 338) -- (287, 314) -- +(305, 338)--(327, 314)-- (352, 340) ; + + +\draw[draw=#2, line width=1pt] (40, 224) -- (66, 250) + --(88, 224)-- (110, 250)-- (134, 224)--(154, 250) -- (172, 224) -- +(194, 250) --(216, 224)-- (234, 250)-- (254, 224)--(280, 250) + --(302, 224)-- (324, 250)-- (346, 224); + + \draw[draw=#2, line width=1pt] (92, 146) -- (118, 166) + --(142, 146)-- (164, 166)--(186, 146) -- (208, 166) + --(232, 146)-- (252, 166)--(280, 138); + \end{tikzpicture} +} +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####spider###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\spider}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] + +\draw[draw=#2, line width=#3pt] +(203,117) ellipse (10.7cm and 9cm); +\draw[draw=#2, line width=-10pt, fill=black ] +(178,150) circle (1.6cm); +\draw[draw=#2, line width=-10pt, fill=black] +(235,150) circle (1.6cm); +\draw[draw=#2, line width=#3pt] +(133, 88) .. controls (159,53) and (249, 53) .. (276, 86); +\draw[draw=#2, line width=#3pt] +(284,178) -- (316,204).. controls (335,128) and (358, 159) .. (366, 165); +\draw[draw=#2, line width=#3pt] +(309,138) -- (324,149).. controls (337,116) and (355, 105) .. (378, 111); +\draw[draw=#2, line width=#3pt] +(309,100) -- (323,104).. controls (324,87) and (338, 66) .. (374, 66); +\draw[draw=#2, line width=#3pt] +(280,54).. controls (293,35) and (320,30) .. (330, 35); +\draw[draw=#2, line width=#3pt] +(125,182) -- (102,203).. controls (92,176) and (64, 155) .. (48, 166); +\draw[draw=#2, line width=#3pt] +(99,140) -- (86,149).. controls (81,126) and (54, 101) .. (40, 109); +\draw[draw=#2, line width=#3pt] +(96,102) -- (88,104).. controls (83,83) and (62, 57) .. (40, 65); +\draw[draw=#2, line width=#3pt] +(129,53) .. controls (119,36) and (98, 27) .. (85, 36); + +\end{tikzpicture} +} +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####moon###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\moon}[3]{ +\begin{tikzpicture}[scale = #1] +\draw[draw=#2, line width=#3pt] +(0.4, 1.9) .. controls (-1.8, 0.4) and (0., -1.5) .. +(1.6, -0.4); +\draw[draw=#2, line width=#3pt] +(0.4, 1.9) .. controls (-0.2, 1.5) and (-0.4, -0.8) .. +(1.6, -0.4); +\end{tikzpicture} +} + + + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Bat###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\bat}[3]{ +\begin{tikzpicture}[scale = #1] +\draw[draw=#2, line width=#3pt] + (0.0, -1.7) .. controls (0.3,-1.0) and (1.0,-0.87) .. + (1.22,-0.95) .. controls (1.1,-0.4) and (2.2,0.2) .. + (2.42, -0.1) .. controls (2.3,0.2) and (2.7,0.7) .. + (3.2,0.85) .. controls (2.7,0.8) and (2.25,0.9) .. + (1.93,1.22) .. controls (2,1) and (1.5,0.3) .. + (0.8,-0.2) .. controls (0.3,-0.45) and (0.45,0) .. + (0.32,0.3) -- (0.2,0.12) .. controls (0,0.25) and (-0.1,0.2) .. + (-0.2,0.12) -- (-0.32,0.3) .. controls (-0.45,0) and (-0.3,-0.45) .. + (-0.8,-0.2) .. controls (-1.5,0.3) and (-2,1) .. + (-1.93,1.22) .. controls (-2.25,0.9) and (-2.7,0.8) .. + (-3.2,0.85) .. controls (-2.7,0.7) and (-2.3,0.2) .. + (-2.42, -0.1) .. controls (-2.2,0.2) and (-1.1,-0.4) .. + (-1.22,-0.95) .. controls (-1.0,-0.87) and (-0.3,-1.0) .. + (0.0,0-1.7); +%boca +\draw[draw=#2, line width = #3pt] + (-0.19,-0.2) .. controls (-0.1,-0.3) and (0.1,-0.3) .. (0.16,-0.2); +%olhos +\draw[fill = black, draw=#2, line width = #3pt] + (0.09,-0.04) circle (0.05) + (-0.11,-0.04) circle (0.05); +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Car###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\car}[3]{ +\begin{tikzpicture}[scale = #1] +\draw[draw=#2, line width = #3pt] + (-2.35,-0.6) -- (-2,-0.6) + (-1.1,-0.6) -- (0.85,-0.6) + (1.7,-0.6) -- (2.08,-0.6) + (-2.35,-0.6) .. controls (-2.35,-0.5) and (-2.38,-0.35).. + (-2.33,-0.25) .. controls (-2.3,-0.2) and (-2.3,-0.2).. + (-2.24,-0.18) .. controls (-2,0.45) and (-1.3,0.45).. + (-1.2,0.48) .. controls (-0.7,1.15) and (0.5,1.1).. + (0.9,0.5) .. controls (1.3,0.4) and (1.73,0.4).. + (1.97,-0.18) .. controls (2.0,-0.2) and (2.0,-0.2).. + (2.05,-0.25) .. controls (2.1,-0.3) and (2.1,-0.4).. + (2.08,-0.6); +%rodasdeFora +\draw[draw=#2, line width = #3pt] + (-1.55,-0.55) circle (0.43) + (1.27,-0.55) circle (0.43); +%rodaseDentro +\draw[draw=#2, line width = #3pt] + (-1.55,-0.54) circle (0.23) + (1.27,-0.54) circle (0.23); +%janela +\draw[draw=#2, line width = #3pt] + (-0.99,0.0) -- (-0.3,0.0) -- (-0.3,0.47) -- + (-0.85,0.47) -- (-0.97,0) + (0.03,0.02) -- (0.7,0.02) -- (0.55,0.47) -- + (0,0.47) -- (0.03,0); +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####crow###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\crow}[3]{ +\begin{tikzpicture}[scale = #1] +\draw[draw=#2, line width = #3pt] + (2.5,-1.05) .. controls (1.55,-0.85) and (-1.3,-0.8) .. + (-2.04,-1.1) .. controls (-2.5,-0.1) and (-2.7,0.35) .. + (-2.85,0.9) -- (-2.14,0.46) -- (-1.68,1) -- (-1.14,0.55) -- + (-0.7,1.1) -- (-0.23,0.65) -- (0.23,1.14) -- (0.69,0.68) -- + (1.18,1.1) -- (1.6,0.55) -- (2.13,1) -- (2.6,0.45) -- + (3.3,0.9) .. controls (3.15,0.3) and (2.85,-0.3) .. (2.5,-1.05); +%partedeDentro +\draw[draw=#2, line width = #3pt] + (0.25,-1.09) ellipse (2.28cm and 0.19cm); +%bolinhas +\draw [fill = black, draw=#2] + (-2.86, 1.0) circle (0.1) + (-1.67, 1.1) circle (0.1) + (-0.72, 1.2) circle (0.1) + (0.21, 1.24) circle (0.1) + (1.17, 1.2) circle (0.1) + (2.14, 1.1) circle (0.1) + (3.3, 0.97) circle (0.1) + (-2.46, 0.39) circle (0.1) + (-1.64, 0.61) circle (0.1) + (-0.66, 0.73) circle (0.1) + (0.25, 0.72) circle (0.1) + (1.15, 0.71) circle (0.1) + (2.1, 0.59) circle (0.1) + (2.94, 0.4) circle (0.1); +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Egg###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\Egg}[3]{ +\begin{tikzpicture}[scale = #1] +\draw[draw=#2, line width = #3pt] + (0.05,2.03) .. controls (1.8,1.85) and (1.85,-1.7).. + (0.1,-1.65) .. controls (-1.65,-1.85) and (-1.75,1.7).. (0.06,2.03); +%1ªlinha +\draw[draw=#2, line width = #3pt] + (-0.94,1.3).. controls (-1,1) and (-0.7,0.9) .. + (-0.7,1.2) .. controls (-0.7,1.4) and (-0.45,1.4).. + (-0.45,1.2) .. controls (-0.45,0.95) and (-0.2,0.95).. + (-0.2,1.2) .. controls (-0.2,1.4) and (0.05,1.4).. + (0.05,1.2) .. controls (0.05,0.95) and (0.3,0.95).. + (0.3,1.2) .. controls (0.3,1.4) and (0.55,1.4).. + (0.55,1.2) .. controls (0.55,0.95) and (0.75,0.95).. + (0.78,1.2) .. controls (0.8,1.4) and (1,1.4).. + (1,1.2) .. controls (1,1) and (1.15,0.9).. + (1.18,1.1); +%2ª linha +\draw[draw=#2, line width = #3pt] + (-1.25,0.2) .. controls (-1.2,0.35) and (-1,0.35).. + (-1.0,0.2) .. controls (-1.05,-0.05) and (-0.8,-0.1).. + (-0.75,0.15) .. controls (-0.75,0.4) and (-0.5,0.35).. + (-0.5,0.2) .. controls (-0.5,-0.1) and (-0.25,-0.1).. + (-0.25,0.2) .. controls (-0.2,0.4) and (0,0.35).. + (0,0.15) .. controls (0,-0.1) and (0.25,-0.1).. + (0.27,0.2) .. controls (0.3,0.4) and (0.5,0.35).. + (0.5,0.2) .. controls (0.5,-0.1) and (0.8,-0.1).. + (0.77,0.15) .. controls (0.75,0.4) and (1.05,0.35).. + (1.03,0.2) .. controls (0.95,-0.05) and (1.25,-0.1).. + (1.25,0.1) .. controls (1.25,0.2) and (1.3,0.35).. + (1.38,0.3); +%3ªlinha +\draw[draw=#2, line width = #3pt] + (-1.16,-0.65) .. controls (-1.15,-0.45) and (-0.9,-0.5).. + (-0.91,-0.7) .. controls (-0.9,-0.95) and (-0.65,-0.9).. + (-0.65,-0.7) .. controls (-0.65,-0.45) and (-0.4,-0.5).. + (-0.4,-0.7) .. controls (-0.4,-0.95) and + (-0.15,-0.9).. + (-0.15,-0.7) .. controls (-0.15,-0.45) and (0.1,-0.5).. + (0.1,-0.7) .. controls (0.1,-0.95) and (0.35,-0.9).. + (0.35,-0.7) .. controls (0.35,-0.45) and (0.6,-0.5).. + (0.6,-0.7) .. controls (0.6,-0.95) and (0.85,-0.9).. + (0.85,-0.7) .. controls (0.85,-0.45) and (1.1,-0.5).. + (1.1,-0.7) .. controls (1.1,-0.75) and (1.1,-0.85).. + (1.23,-0.85); +\end{tikzpicture} +} + + + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####goose###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\goose}[3]{ +\begin{tikzpicture}[scale = #1] +%cabeçaePescoço +\draw[draw=#2, line width = #3pt] + (-0.13,0.18) .. controls (-0.2,0.45) and (-0.15,0.6) .. + (-0.23,0.93) .. controls (-0.1,0.95) and (-0.15,1.4) .. + (-0.5,1.48) .. controls (-1,1.5) and (-1.2,0.85) .. + (-0.55,0.83) .. controls (-0.45,0.6) and (-0.6,0.2) .. + (-0.45,-0.05); +%bico +\draw[draw=#2, line width = #3pt] + (-0.95,1.18) .. controls (-1.0,1.2) and (-1.05,1.3) .. + (-1.05,1.38) .. controls (-1,1.4) and (-0.9,1.4) .. + (-0.85,1.36); +\draw[draw=#2, fill = black] + (-0.73,1.23) circle (0.065); +%4ªpata +\draw[draw=#2, line width = #3pt] + (0.93,-0.98) .. controls (0.93,-1.2) and (1.15,-1.45) .. + (0.74,-1.5) .. controls (0.8,-1.5) and (0.8,-1.25) .. + (0.75,-1.28) -- (0.74,-1.19) .. controls (0.8,-1.2) and (0.8,-1.25).. + (0.8,-0.985); +%3ªpata +\draw[draw=#2, line width = #3pt] + (0.73,-1.08) -- (0.75,-1.28) .. controls + (0.8,-1.25) and (0.85,-1.55) .. (0.6,-1.56) + .. controls (0.3,-1.5) and (0.5,-1.25) .. (0.59,-1.26) + .. controls (0.6,-1.2) and (0.6,-1.1) .. (0.555,-1.09) .. + controls (0.62,-0.998) and (0.6,-1.095) .. (0.73,-1.08); +%2ªpata +\draw[draw=#2, line width = #3pt] + (-0.06,-1.08) .. controls (-0.05,-1.15) and (-0.1,-1.15) .. + (-0.13,-1.17) .. controls (-0.13,-1.2) and (-0.06,-1.34) .. + (-0.1,-1.45).. controls (0.15,-1.55) and (0.15,-1.15) .. + (0.08,-1.18) -- (0.08,-1.07); +%1ª pata + \draw[draw=#2, line width = #3pt] + (-0.3,-1) .. controls (-0.29,-1) and (-0.28,-1.01) .. + (-0.25,-0.98) .. controls (-0.3,-1.04) and (-0.2,-1.08) .. + (-0.15,-1.05) .. controls (-0.15,-1.2) and (-0.05,-1.3) .. + (-0.1,-1.45) .. controls (-0.25,-1.65) and (-0.65,-1.4) .. + (-0.28,-1.2) .. controls (-0.25,-1.1) and (-0.33,-1.1) .. + (-0.3,-1); +%barriga +\draw[draw=#2, line width = #3pt] + (0.2,0.2) .. controls (0.2,0.33) and (0.4,0.33) .. + (0.45,0.2) .. controls (0.5,0.3) and (0.65,0.3) .. + (0.7,0.15) .. controls (0.8,0.25) and (0.9,0.15) .. + (0.88,0.05) .. controls (1,0.15) and (1.1,0) .. + (1,-0.08) .. controls (1.15,-0.05) and (1.2,-0.15) .. + (1.1,-0.22) .. controls (1.25,-0.2) and (1.3,-0.3) .. + (1.18,-0.37) .. controls (1.3,-0.4) and (1.3,-0.5) .. + (1.18,-0.53) .. controls (1.3,-0.6) and (1.3,-0.7) .. + (1.15,-0.7) .. controls (1.25,-0.8) and (1.15,-0.9) .. + (1,-0.86) .. controls (1.15,-1) and (0.9,-1.0) .. + (0.8,-0.98) .. controls (0.8,-1.1) and (0.7,-1.1) .. + (0.58,-1.04) .. controls (0.55,-1.15) and (0.4,-1.15) .. + (0.37,-1.08) .. controls (0.3,-1.15) and (0.2,-1.2) .. + (0.1,-1.05) .. controls (0.05,-1.1) and (-0.1,-1.1) .. + (-0.14,-1.02) .. controls (-0.15,-1.1) and (-0.3,-1.05) .. + (-0.25,-0.98) .. controls (-0.3,-1.05) and (-0.55,-0.95) .. + (-0.39,-0.87) .. controls (-0.5,-0.9) and (-0.65,-0.8) .. + (-0.5,-0.73) .. controls (-0.8,-0.75) and (-0.7,-0.6) .. + (-0.6,-0.58) .. controls (-0.8,-0.6) and (-0.75,-0.45) .. + (-0.65,-0.43) .. controls (-0.8,-0.4) and (-0.7,-0.25) .. + (-0.6,-0.3) .. controls (-0.7,-0.25) and (-0.65,-0.18) .. + (-0.51,-0.16) .. controls (-0.6,-0.1) and (-0.5,-0.03) .. + (-0.4,-0.05) .. controls (-0.5,0.05) and (-0.35,0.1) .. + (-0.25,0.07) .. controls (-0.25,0.2) and (-0.1,0.2) .. + (-0.07,0.15) .. controls (-0.05,0.3) and (0.1,0.3) .. + (0.2,0.2); +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####House###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\House}[3]{ +\begin{tikzpicture}[scale = #1] +%paredeDireita +\draw[draw=#2, line width = #3pt] + (1.65, 0.0) -- (-0.48,-0.3) -- (-0.55,-1.95) -- + (1.4,-1.38) -- (1.5,-0.03); +%paredeEsquerda +\draw[draw=#2, line width = #3pt] + (-0.55,-1.95) -- (-1.4,-1.48) -- (-1.46,-0.1) -- + (-1.09,1.05) -- (-0.48,-0.3); +%janelaMeio +\draw[draw=#2, line width = #3pt] + (-0.3,-1.31) -- (-0.3,-0.87) -- (0.15,-0.78) -- + (0.15,-1.2) -- (-0.29,-1.31); +%janelaDireita +\draw[draw=#2, line width = #3pt] + (0.93,-1.02) -- (0.95,-0.65) -- (1.38,-0.54) -- + (1.35,-0.9) -- (0.93,-1.02); +%janelaEsquerda +\draw[draw=#2, line width = #3pt] + (-1.2,-0.15) -- (-1.2,0.25) .. controls (-1.15,0.45) and + (-0.9,0.3) .. (-0.93,0.15) -- (-0.9,-0.2) -- (-1.2,-0.15); +%Porta +\draw[draw=#2, line width = #3pt] + (0.3,-1.7) -- (0.35,-0.75) -- (0.85,-0.65) -- (0.8,-1.55); +%Maçaneta +\draw[draw=#2, line width = #3pt] + (0.75366,-1.25) circle (0.04); +%chaminé +\draw[draw=#2, line width = #3pt] + (0.75,1.6) -- (0.75,0.85) -- (0.4,0.8) -- (0.4,1.55) -- (0.75,1.6) + (0.4,1.55) --(0.3,1.6) -- (0.3,1.1) -- (0.4,0.8); +%telhado +\draw[draw=#2, line width = #3pt] + (-1.46,-0.1) -- (-1.6,-0.08) -- (-1.1,1.35) -- (-0.45,-0.15) -- + (-0.48,-0.3) -- (-1.09,1.05) -- (-1.46,-0.1) + (-0.45,-0.15) -- (1.67,0.15) -- (1.65,0) -- (-0.48,-0.3) -- (-0.45,-0.15); +\draw[draw=#2, line width = #3pt] + (-1.1,1.35) -- (-0.45,-0.15) -- (1.67,0.15) -- (0.9,1.35) -- (0.75,1.35) + -- (0.75,0.85) -- (0.4,0.8) -- (0.3,1.1) -- (0.3,1.3) -- (-1.1,1.35); +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####monkey###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\monkey}[3]{ +\begin{tikzpicture}[scale = #1] +%cabeça +\draw[draw=#2, line width = #3pt] + (0.75,-0.38) .. controls (0.8,-0.35) and (0.93,-0.25) .. + (0.98,-0.13).. controls (1.23,0.7) and (0.4,1.1) .. + (-0.15,0.58).. controls (-0.78,1.15) and (-1.58,0.65) .. + (-1.31,-0.13).. controls (-1.3,-0.2) and (-1.15,-0.35) .. + (-1.1,-0.38) .. controls (-1.73,0.1) and (-1.65,0.85) .. + (-1.33,1.15) .. controls (-0.6,1.85) and (0.3,1.85) .. + (0.97,1.15) .. controls (1.35,0.7) and (1.3,0.15) .. (0.94,-0.2); +%cara +\draw[draw=#2, line width = #3pt] + (-1.1,-0.38) .. controls (-1.15,-0.35) and (-1.3,-0.2) .. + (-1.31,-0.13) .. controls (-1.58,0.65) and (-0.78,1.15) .. + (-0.15,0.58) .. controls (0.4,1.1) and (1.23,0.7) .. + (0.98,-0.13) .. controls (0.93,-0.25) and (0.8,-0.35) .. + (0.75,-0.38) .. controls (1.6,-0.95) and (0.6,-1.6) .. + (-0.15,-1.55) .. controls (-0.9,-1.6) and (-2,-0.95) .. + (-1.1,-0.38); +%boca +\draw[draw=#2, line width = #3pt] + (-1,-0.83) .. controls (-0.5,-1.3) and (0.1,-1.3) .. (0.66,-0.83); +%olhos +\draw[draw=#2, line width = #3pt] + (-0.85, 0.05) .. controls (-0.85,0.55) and (-0.5,0.55) .. + (-0.48, 0.1) .. controls (-0.45,-0.25) and (-0.8,-0.25) .. + (-0.85, 0.05) + (0.13,0.05) .. controls (0.13,0.55) and (0.5,0.55) .. + (0.52,0.1) .. controls (0.5,-0.25) and (0.15,-0.25) .. + (0.13, 0.05) ; +%olhos +\draw[draw=#2, fill = black] + (-0.85, 0.05) .. controls (-0.6,0.23) and (-0.7,0.23) .. + (-0.48,0.05) .. controls (-0.45,-0.25) and (-0.8,-0.25) .. + (-0.85, 0.05) + (0.13,0.05) .. controls (0.4,0.23) and (0.25,0.23) .. (0.52,0.05) + (0.51,0.05) .. controls (0.5,-0.25) and (0.15,-0.25) .. + (0.13, 0.05); +%orelha +\draw[draw=#2, line width = #3pt] + (-1.5,0.15) .. controls (-2.25,0.2) and (-2.05,1.35) .. (-1.33,1.15) + (0.97,1.15) .. controls (1.7,1.3) and (1.85,0.2) .. (1.18,0.16); +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####mushroom###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\mushroom}[3]{ +\begin{tikzpicture}[scale = #1] +%bolinhas +\draw[draw=#2, line width = #3pt] + (-2.45,1.45) .. controls (-1.7,0.2) and (-0.35,2.3) .. (-1.95,2.4) + (-1.45,3.1) .. controls (-1,2.8) and (-0.4,3.4).. (-0.6,3.8) .. + controls (-0.9,3.7) and (-1.3,3.3) .. (-1.45,3.1) + (0.2,4) -- (0.3,3.7) .. controls (0.5,3.35) and (1,3.05).. + (1.4,3.55) .. controls (1.1,3.8) and (0.55,4) .. (0.2,4) + (2.03,3) .. controls (0.8,2.3) and (2.25,1.15).. (2.8,2.1) + (0.0, 3.2) .. controls (0.65,3.35) and (1.1,2.25).. (0.0,1.9) + (0.0, 3.2) .. controls (-1,2.85) and (-0.7,1.75).. (0.0,1.9); +%partedeBaixo +\draw[draw=#2, line width = #3pt] + (-3.0,0.1) .. controls (-2.3,-0.55) and (-1.4,-0.9).. + (-0.5,-1) -- (-0.5,-0.05) .. controls (0.1,0.3) and + (1.15,0.5).. (1.55,0.1) -- (1.8,-1) .. controls (2.5,-0.9) and + (3.3,-0.55) .. (3.83,0.15) .. controls (1.55,1.65) and + (-1.25,1.05) .. (-3,0.1); +%partedeCima +\draw[draw=#2, line width = #3pt] + (-3.0,0.1) .. controls (-1.25,5) and (0.9,5.2) .. + (3.43,1.2) .. controls (3.55,0.85) and (3.55,0.6).. + (3.8,0.15) .. controls (1.35,1.6) and (-0.5,1.2).. + (-3.0,0.1); +%caule +\draw[draw=#2, line width = #3pt] + (-0.5,-0.05) .. controls (0.1,0.3) and (1.15,0.5).. + (1.55,0.1) .. controls (2.05,-1.3) and (1.6,-2.9).. + (0.9,-4.0) .. controls (0.4,-4.75) and (-1.8,-4.5).. + (-1.6,-3.3) .. controls (-0.7,-2.15) and (-0.35,-1.35).. + (-0.5,-0.05); +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####pig###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\pig}[3]{ +\begin{tikzpicture}[scale = #1] +\draw[draw=#2, line width = #3pt] + (-0.95,1.24) .. controls (0.05,1.7) and (0.95,1.65) .. + (1.5,1.3) .. controls (2.1,0.7) and (1.85,0) .. + (1.5,-0.5) .. controls (1.6,-0.8) and (1.65,-1.2) .. + (1.68,-1.5) .. controls (1.5,-1.7) and (1.1,-1.7) .. + (1.0,-1.5) .. controls (1.2,-1.2) and (1.2,-0.95) .. + (0.9,-0.72) .. controls (0.8,-0.85) and (0.7,-0.85) .. + (0.63,-0.9) .. controls (0.7,-1.1) and (0.6,-1.25) .. + (0.48,-1.49) .. controls (0.6,-1.6) and (0.8,-1.65) .. + (1.0,-1.5) + (0.63,-0.9) .. controls (0.4,-1) and (0,-1) .. + (-0.08,-0.85) .. controls (0.05,-1.2) and (0,-1.5) .. + (-0.1,-1.7) .. controls (-0.3,-1.8) and (-0.5,-1.8) .. + (-0.56,-1.67) .. controls (-0.5,-1.2) and (-0.5,-0.9) .. + (-0.8,-0.7) + (-0.56,-1.67) .. controls (-0.8,-1.8) and (-1.0,-1.7) .. + (-1.12,-1.6) .. controls (-0.9,-1.2) and (-0.8,-0.9) .. + (-0.9,-0.65) (-0.5,-0.35) .. controls (-1.15,-0.95) and + (-1.5,-0.6) .. (-1.8,-0.39) + (-1.73,-0.45) .. controls (-1.75,-0.15) and (-1.75,0.05) .. + (-2.05,0.15) .. controls (-2.25,-0.05) and (-2.05,-0.35) .. + (-1.75,-0.4) .. controls (-1.6,-0.35) and (-1.5,-0.3) .. + (-1.35,-0.2) + (-2.05,0.15) .. controls (-1.65,0.35) and (-1.6,0.7) .. + (-1.55,0.97) .. controls (-2,1) and (-1.95,1.3) .. + (-1.95,1.55) .. controls (-1.7,1.4) and (-1.45,1.2) .. + (-1.43,1.05) .. controls (-1.45,1.2) and (-1.3,1.2) .. + (-1.25,1.1) (-1,0.95).. controls (-1.4,1.05) and + (-1.25,1.4) .. (-1.35,1.6) .. controls (-1.2,1.5) and + (-1.05,1.35) .. (-0.93,1.23); +\draw[draw=#2, line width = #3pt, fill = black] + (-1.13,0.48) ellipse (0.045cm and 0.06cm) + (-1.5,0.6) ellipse (0.045cm and 0.06cm); +\draw[draw=#2, line width = #3pt, fill = black] + (-2,-0.03) circle (0.02) + (-1.9,-0.17) circle (0.02); +\draw[draw=#2, line width = #3pt, fill = black] + (1.69,-1.5) .. controls (1.5,-1.7) and (1.1,-1.7) .. + (1.0,-1.5) -- (1.05,-1.4) .. controls (1.2,-1.6) and + (1.5,-1.55) .. (1.65,-1.4) -- (1.68,-1.5) + (1.0,-1.5) -- (1.05,-1.39) .. controls (0.8,-1.55) and + (0.6,-1.45) .. (0.53,-1.4) --(0.49,-1.49) .. controls (0.6,-1.6) and + (0.8,-1.65) .. (1.0,-1.5) + (-0.05,-1.55) .. controls (-0.08,-1.65) and (-0.08,-1.7) .. + (-0.1,-1.7) .. controls (-0.3,-1.8) and (-0.5,-1.8) .. + (-0.56,-1.67) -- (-0.55,-1.57).. controls (-0.4,-1.75) and + (-0.2,-1.7) .. (-0.03,-1.5) (-0.56,-1.67) -- + (-0.55,-1.57) .. controls (-0.7,-1.7) and (-0.9,-1.65) .. + (-1.07,-1.5) -- (-1.12,-1.6) .. controls (-1,-1.73) and + (-0.7,-1.8) .. (-0.56,-1.67); +\draw[draw=#2, line width = #3pt, fill = black] + (1.6,1.2) .. controls (1.8,1.25) and (2.1,1.35) .. + (2.12,1.54) .. controls (2,1.83) and (1.25,1.35) .. + (2.23,1.2) -- (2.23,1.18) .. controls (1.26,1.28) and + (1.85,1.88)..(2.13,1.58) .. controls (2.2,1.45) and + (2.03,1.25).. (1.63,1.18) -- (1.6,1.2); +\end{tikzpicture} +} +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####trunk###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\trunk}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2, line width= #3pt] (67 ,104) ellipse (1cm and 1.5cm); +\draw[draw=#2, line width= #3pt] (67,104) ellipse (2cm and 2.5cm); +\draw[draw=#2, line width= #3pt] (67 , 104) ellipse (3cm and 4cm); +\draw[draw=#2, line width= #3pt] (67,104) ellipse (4.4cm and 5.5cm); +\draw[draw=#2, line width= #3pt] (67,104) ellipse (5.5cm and 6.7cm); +\draw[draw=#2, line width= #3pt] (67 , 171) -- (333 , 183); +\draw[draw=#2, line width= #3pt] (333 , 183) .. controls (356, 183) and (399, 122) .. (345, 75); +\draw[draw=#2, line width= #3pt] (89, 43) -- (345, 75); +\draw[draw=#2, line width= #3pt] (174, 176) -- (180, 205); +\draw[draw=#2, line width= #3pt] (201, 177)-- (200, 198); +\draw[draw=#2, line width= #3pt] (180,205) .. controls (186,197) .. (200,198); +\draw[draw=#2, line width= #3pt] (180,205) .. controls (192, 206) .. (200,198); +\draw[draw=#2, line width= #3pt] (191, 146) .. controls (206, 154) .. (344, 161); +\draw[draw=#2, line width= #3pt] (134,138) .. controls (157,129) .. (286,123); +\draw[draw=#2, line width= #3pt] (177,85) .. controls (208,96) .. (330,99); +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####flower###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\flower}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2, line width= #3pt] (200,252) circle (2.5cm); +\draw[draw=#2, line width= #3pt] (200,252) circle (3.9cm); + +\draw[draw=#2, line width= #3pt] (161,251) .. controls (99,257) and (50, 270) .. (39,311); +\draw[draw=#2, line width= #3pt] (70,357) .. controls (114,364) and ( 174, 314) .. (185,289); +\draw[draw=#2,line width= #3pt] (39,311) .. controls (36,339) and (51,355).. (70,357); + +\draw[draw=#2,line width= #3pt] (213,425) .. controls (220,430) and (241,437).. (252,420); +\draw[draw=#2, line width= #3pt] (185,289) .. controls (178,345) and (157,376) .. (213,425); +\draw[draw=#2,line width= #3pt] (252,420) .. controls (287,369)and (261,304) .. (231,276); + +\draw[draw=#2,line width= #3pt] (231,276) .. controls (306,309.5) and (339,297) .. (354,290); +\draw[draw=#2,line width= #3pt] (354,290.) .. controls (385,270) and (385,245) .. (355,226); +\draw[draw=#2,line width= #3pt] (355,226) .. controls (333,215) and (281,201) .. (232,229); + +\draw[draw=#2,line width= #3pt] (232,229) .. controls (278,192) and (284,158) .. (287,139); +\draw[draw=#2,line width= #3pt] (287,139) .. controls (292, 98) and (250,79) .. (223,106); +\draw[draw=#2,line width= #3pt] (223,106) .. controls (200,132) and (188,175) .. (188,215); + +\draw[draw=#2,line width= #3pt] (188,215) .. controls (173,160) and (146,130) .. (129,120); +\draw[draw=#2,line width= #3pt] (129,120) .. controls (100,104) and (64,117) .. (67,164); +\draw[draw=#2,line width= #3pt] (67,164) .. controls (80,211) and (113,228) .. (161,251); +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####pig###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\ship}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2,line width=#3pt] (28,85) -- (43,17) -- (290,28) -- (374,212); +\draw[draw=#2,line width=#3pt] (39,34) -- (285,150) -- (320,100); +\draw[draw=#2,line width=#3pt] (28,85)-- (149,235); +\draw[draw=#2,line width=#3pt] (149,235) .. controls (229,299) .. (327,325); +\draw[draw=#2,line width=#3pt] (374,212) .. controls (369,275) .. (327,325); +\draw[draw=#2,line width=#3pt] (264,28) -- (327,325); +\draw[draw=#2,line width=#3pt] (51,117) -- (37,181) -- (166,316); +\draw[draw=#2,line width=#3pt] (166,316) .. controls (191,330) and ( 246,330) .. (271,310); +\draw[draw=#2,line width= #3pt] (54,234) -- (74,215) -- (120,266) -- (86,304); +\draw[draw=#2,line width= #3pt] (54,234) .. controls (50,275) and (71,294) .. (86,304); +\draw[draw=#2,line width= #3pt] (199,325)--(169,374); +\draw[draw=#2,line width= #3pt] (100,343) -- (140,285); +\draw[draw=#2,line width= #3pt] (100,343) .. controls (134,374) .. (169,374); +\draw[draw=#2,line width= #3pt] (237,227) ellipse (2cm and 3cm); +\draw[draw=#2,line width= #3pt] (373,218) .. controls (357,222) and (346,218) .. (342,206); +\draw[draw=#2,line width= #3pt] (342,206) .. controls (336,189) and (338,176) .. (350,163); +\end{tikzpicture} +} + + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####bullet###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\Bullet}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2,line width= #3pt] (185,119) ellipse ( 8.2cm and 8.cm); +\draw[draw=#2,line width= #3pt] (148,190) .. controls (136,138) .. (107,96); +\draw[draw=#2,line width= #3pt] (182,199) .. controls (172,127) .. (124,66); +\draw[draw=#2,line width= #3pt] (225,189) .. controls (206,111) .. (148,48); +\draw[draw=#2,line width= #3pt] (258,155) .. controls (240,89) .. (196,40); + +\draw[draw=#2,line width= #3pt] (267,119) .. controls (285,129) .. (305,129); +\draw[draw=#2,line width= #3pt] (265,103) .. controls (293,109) .. (324,106); +\draw[draw=#2,line width= #3pt] (262,93) .. controls (287,88) .. (308,70); + +\draw[draw=#2,line width= #3pt] (103,128) .. controls (88,124) .. (69,122); +\draw[draw=#2,line width= #3pt] (107,143) .. controls (76,145) .. (59,162); +\draw[draw=#2,line width= #3pt] (112,157) .. controls (84,178) .. (72,199); + +\draw[draw=#2,line width= #3pt] (265,137) .. controls (306,154) .. (333,154); +\draw[draw=#2,line width= #3pt] (333,154) .. controls (362,149) and (360,137) .. (353,131); +\draw[draw=#2,line width= #3pt] (353,131) .. controls (348,125)and (350,117) .. (360,113); +\draw[draw=#2,line width= #3pt] (360,113) .. controls (378,105) and (375,92) .. (358,81); +\draw[draw=#2,line width= #3pt] (358,81) .. controls (338,72) and (330,59) .. (338,42); +\draw[draw=#2,line width= #3pt] (338,42) .. controls (344,25) and (317,13) .. (298,28) ; +\draw[draw=#2,line width= #3pt] (298,28) .. controls (275,48) .. (255,78); + +\draw[draw=#2,line width= #3pt] (103,121) .. controls (75,103) .. (44,104); +\draw[draw=#2,line width= #3pt] (44,104) .. controls (1,109) and (15,123) .. (21,126); +\draw[draw=#2,line width= #3pt] (21,126).. controls (26,130) .. (18,138); +\draw[draw=#2,line width= #3pt](18,138) .. controls (9,147) and (12,156) .. (18,159); +\draw[draw=#2,line width= #3pt] (18,159) .. controls (25,164) and ( 26,175) .. (21,187); +\draw[draw=#2,line width= #3pt] (21,187) .. controls (18,200) .. (26,210); +\draw[draw=#2,line width= #3pt] (26,210) .. controls (34,216) .. (35,229); +\draw[draw=#2,line width= #3pt] (35,229) .. controls (40,248) and (62,249) .. (73,237); +\draw[draw=#2,line width= #3pt] (73,237) .. controls (103,209) .. (128,177); +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####bee###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\Bee}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2, line width= #3pt] (86,154) .. controls (83,95) and (115,59) .. (150,43); +\draw[draw=#2, line width= #3pt] (150,43) -- (230,12); +\draw[draw=#2, line width= #3pt] (230,12) .. controls (265,04) .. (305,19); +\draw[draw=#2, line width= #3pt] (305,19) .. controls (345,35) and (359,80) .. (331,119); +\draw[draw=#2, line width= #3pt] (331,119) .. controls ( 268,175) and (204,176) .. (149,178); +\draw[draw=#2, fill, line width=#3pt] (327,34) -- (345,70) -- (367,38) -- (327,34); + +\draw[draw=#2, fill, line width=#3pt] (171,177) ..controls (140,132) .. (89,117) .. controls (94,99) .. (95,99).. controls (160,112) .. (193,176); +\draw[draw=#2, fill, line width=#3pt] (250,165) .. controls (213,88) .. (133,53) ..controls (144,46) .. (153,42) .. controls (231,73).. (275,156); +\draw[draw=#2, fill, line width=#3pt] (309,136) ..controls (276,62)..(220,16) ..controls (232,11) .. (246,09) .. controls (310,68).. (328,121); + +\draw[draw=#2, line width= #3pt] (271,157) .. controls (338,200) and (378,260) .. (367,297); +\draw[draw=#2, line width= #3pt] (367,297) .. controls (350,319) .. (333,331); +\draw[draw=#2, line width= #3pt] (333,331) .. controls(326,331).. (324,335); +\draw[draw=#2, line width= #3pt] (324,335) .. controls (299,337) .. (270,335); +\draw[draw=#2, line width= #3pt] (270,335) .. controls (238,315) and (220,234) .. (209,174); + +\draw[draw=#2, line width= #3pt] (211,187) .. controls (186,298) .. (164,329); +\draw[draw=#2, line width= #3pt] (164,329) .. controls (129,342) and (81,325) ..(76,294) -- (77,263); + +\draw[draw=#2, line width= #3pt] (88,271) .. controls (63,255) .. (56,229); +\draw[draw=#2, line width= #3pt] (56,229) -- (55,216); +\draw[draw=#2, line width= #3pt] (55,216) .. controls (40,205) and (36,176) ..(58,164); +\draw[draw=#2, line width= #3pt] (58,164) .. controls (84,144) and (132,152) .. (149,178); +\draw[draw=#2, line width= #3pt] (149,178) .. controls (159,192) and (147,206).. (140,213); +\draw[draw=#2, line width= #3pt] (140,213) -- (139,232); +\draw[draw=#2, line width= #3pt] (139,232) .. controls (132,255) .. (108,271); +\draw[draw=#2, line width= #3pt] (88,271)--(108,271); + +\draw[draw=#2, line width= #3pt] (85,269) .. controls (75,287) .. (63,290); +\draw[draw=#2, line width= #3pt] (116,266) .. controls (124,289) .. (135,290); +\draw[draw=#2, fill, line width=#3pt] (59,288) ellipse (0.9cm and 0.7cm ); +\draw[draw=#2, fill, line width=#3pt] (138,287) ellipse (0.8cm and 0.6cm ); + +\draw[draw=#2, line width= #3pt] (79,227) ellipse (0.8cm and 1.5cm); +\draw[draw=#2, line width= #3pt] (115,227) ellipse (0.8cm and 1.5cm); +\draw[draw=#2, fill ] (79, 219) circle (0.5cm); +\draw[draw=#2, fill, line width=#3pt] (115, 219 ) circle (0.5cm); + +\draw[draw=#2, line width= #3pt] (87,190) .. controls (97,188) .. (100,176) .. controls (103,186) .. (112,190); +\end{tikzpicture} +} + + + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Sun###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\sun}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2, line width=#3pt] (196, 190) circle (5.5cm); +\draw[draw=#2, line width=#3pt] (204,247) -- (213,347); + +\draw[draw=#2, line width=#3pt] (165,237) -- (102,316); +\draw[draw=#2, line width=#3pt] (145,208) -- (49,251); +\draw[draw=#2, line width=#3pt] (146,173) -- (44,141); +\draw[draw=#2, line width=#3pt] (164,146) -- (90,71); +\draw[draw=#2, line width=#3pt] (199,135) -- (199,32); +\draw[draw=#2, line width=#3pt] (226,141) -- (276,52); +\draw[draw=#2, line width=#3pt] (250,180) -- (348,141); +\draw[draw=#2, line width=#3pt] (250,200) -- (354,225); +\draw[draw=#2, line width=#3pt] (232,234) -- (295,314); +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Star###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\Star}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] +\draw[draw=#2, line width=#3pt] (145,276) -- (190,380) -- +(237,279) -- (349,288) --(278,199) -- (349,108) -- +(237,121) -- (191,19) -- (147,118) -- (37,109) -- +(98,198) -- (35, 287) -- (148,273); +\end{tikzpicture} +} + + + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Train###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\train}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] + +\draw[draw=#2, line width=#3pt] (68,95) -- (115,95) -- (115,57) -- (71,57) -- (71,95); +\draw[draw=#2, line width=#3pt] (162,95) -- (205,95) -- (204,51) -- (162,51) -- (162,95); +\draw[draw=#2, line width=#3pt] (246,51) -- (246,95) -- (289,95) -- (290,51) -- (248,51); +\draw[draw=#2, line width=#3pt] (333,51) -- (333,95) -- (374,95) -- (373,51) -- (333,51); +\draw[draw=#2, line width=#3pt] (31,71) -- (30,81) -- (25,82) -- (24,89) -- (39,90) -- (40,82) -- (30,82) -- (35,82) -- (35,71); +\draw[draw=#2, line width=#3pt] (320,105) -- (320,28) -- (386,28) -- (386,105) -- (320,105); +\draw[draw=#2, line width=#3pt] (235,105) -- (235,28) -- (300,28) -- (301,105) -- (235,105); +\draw[draw=#2, line width=#3pt] (149,105) -- (149,28) -- (217,28) -- (217,105) -- (149,105); +\draw[draw=#2, line width=#3pt] (26,28) -- (130,28) -- (130,105) -- (59,105) -- (59,70) -- (24,69); +\draw[draw=#2, line width=#3pt] (130,34) -- (149,34) -- (151,44) -- (132,44); +\draw[draw=#2, line width=#3pt] (217,34) -- (235,34) -- (233,44) -- (218,44); +\draw[draw=#2, line width=#3pt] (302,34) -- (319,34) -- (319,44) -- (302,44); +\draw[draw=#2, line width=#3pt] (25, 28) .. controls (21, 41) and (21,62) .. (25,71); +\draw[draw=#2, line width=#3pt] (29, 28) .. controls (32.5,12.35) and (52,10) .. (57,28); +\draw[draw=#2, line width=#3pt] (67, 28) .. controls (68, 10) and (89,10) .. (93,28); +\draw[draw=#2, line width=#3pt] (100, 28) .. controls (104, 10) and (125,10) .. (128,28); +\draw[draw=#2, line width=#3pt] (152, 28) .. controls (153, 10) and (175,10) .. (178,28); +\draw[draw=#2, line width=#3pt] (188, 28) .. controls (188, 10) and (217,10) .. (212,28); +\draw[draw=#2, line width=#3pt] (237, 28) .. controls (235, 10) and (261,10) .. (263,28); +\draw[draw=#2, line width=#3pt] (274, 28) .. controls (273, 10) and (302,10) .. (296,28); +\draw[draw=#2, line width=#3pt] (321, 28) .. controls (324, 10) and (343,10) .. (347,28); +\draw[draw=#2, line width=#3pt] (358, 28) .. controls (361, 10) and (380,10) .. (385,28); + +\draw[draw=#2, line width=#3pt] (26, 92) .. controls (29, 98) and (29,94) .. (27,101); +\draw[draw=#2, line width=#3pt] (26, 105) .. controls (29, 112) and (29,107) .. (27,113); +\draw[draw=#2, line width=#3pt] (34, 92) .. controls (33, 98) and (29,94) .. (32,101); +\draw[draw=#2, line width=#3pt] (32, 101) .. controls (30, 112) and (35,107) .. (35,116); +\draw[draw=#2, line width=#3pt] (39, 92) .. controls (40, 98) and (42,94) .. (41,101); +\draw[draw=#2, line width=#3pt] (39, 105) .. controls (40, 98) and (41,108) .. (41,115); + +\draw[draw=#2, line width=#3pt] (58, 106) .. controls (53, 110) and (52,115) .. (57,116); + +\draw[draw=#2, line width=#3pt] (130, 106) .. controls (137, 110) and (135,115) .. (131,116); + +\draw[draw=#2, line width=#3pt] (149, 106) .. controls (144, 110) and (141,114) .. (148,116); + +\draw[draw=#2, line width=#3pt] (217,106) .. controls (223,111) and (222,112) .. (219,117) -- (147,116); + +\draw[draw=#2, line width=#3pt] (57,116) -- (131,116); + +\draw[draw=#2, line width=#3pt] (235,105) .. controls (229,109) and (229,115) .. (233,117) -- (304,117) ..controls (306,114) and (309,110) .. (301,106); + + +\draw[draw=#2, line width=#3pt] (319,106) .. controls (314,109) and (314,115) .. (318,117) -- (388,117) ..controls (391,111) and (391,109) .. (385,106); +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Sheep###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\sheep}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] + +\draw[draw=#2, line width=#3pt] (118, 248) .. controls (123, 253) and (131, 255) .. (137, 250) .. controls (142, 258) and (153, 259) .. (158, 253) .. controls (165, 259) and (176, 257) .. (183, 249); +\draw[draw=#2, line width=#3pt] (183, 249) .. controls (187, 256) and (199, 257) .. (205, 252) .. controls (211,257) and (222,256) .. (229, 248) .. controls (234,254) and (244,255) .. (251,249); +\draw[draw=#2, line width=#3pt] (251,249) .. controls (258,254) and (270,252) .. (278,246) .. controls (289,247) and (301,241) .. (305,231) .. controls (320,230) and (332,225) .. (335,211); +\draw[draw=#2, line width=#3pt] (335,211) .. controls (344,210) and (355,196) .. (353,187) .. controls (361,179) and (360,166) .. (353,162) .. controls (360,155) and (360,141) .. (353,135); +\draw[draw=#2, line width=#3pt] (353,135) .. controls (358,127) and (351,113) .. (341,109) .. controls (350,102) and (346,87) .. (335,85) .. controls (339,75) and (334,65) .. (327,64); +\draw[draw=#2, line width=#3pt] (327,64) .. controls (321,58) and (313,53) .. (303,56) .. controls (301,46) and (287,43) .. (279,50) .. controls (273,44) and (264,44) .. (256,50); +\draw[draw=#2, line width=#3pt] (256,50) .. controls (251,44) and (238,46) .. (227,54) .. controls (220,48) and (213,47) .. (206,52) .. controls (199,47) and (189,48) .. (181,55); +\draw[draw=#2, line width=#3pt] (181,55) .. controls (176,51) and (166,50) .. (159,56) .. controls (151,50) and (143,51) .. (134,59) .. controls (127,56) and (119,58) .. (118,64); +\draw[draw=#2, line width=#3pt] (111,64) .. controls (106,73) and (96,60) .. (90,93) .. controls (82,98) and (80,105) .. (80,113) .. controls (73,115) and (70,133) .. (71,134); +\draw[draw=#2, line width=#3pt] (117,63) .. controls (113,63) and (110,64) .. (109,66); +\draw[draw=#2, line width=#3pt] (110,230) .. controls (115,237) and (117,247) .. (110,251) .. controls (112,262) and (99,270) .. (90,264) .. controls (83,273) and (73,276) .. (67,271); +\draw[draw=#2, line width=#3pt] (67,271) .. controls (61,272) and (57,266) .. (54,261) .. controls (46,264) and (38,263) .. (33,255) .. controls (38,246) and (28,246) .. (28,237); +\draw[draw=#2, line width=#3pt] (28,237) .. controls (29,259) and (23,225) .. (36,221); +\draw[draw=#2, line width=#3pt] (71,135) .. controls (82,130) and (104,147) .. (115,174) .. controls (117,200) and (111,227) .. (104,243); +\draw[draw=#2, line width=#3pt] (57,168) .. controls (65,159) and (77,159) .. (91,168); +\draw[draw=#2, line width=#3pt] (36,221) .. controls (45,240) and (55,241) .. (63,243) .. controls (67,249) and (71,245) .. (76,249) .. controls (82,247) and (91,247) .. (95,252); +\draw[draw=#2, line width=#3pt] (95,252) .. controls (103,243) and (107,243) .. (107,239); +\draw[draw=#2, line width=#3pt] (339,208) .. controls (341,216) and (345,220) .. (351,221) .. controls (349,227) and (353,230) .. (357,233) .. controls (357,239) and (362,242) .. (369,238); +\draw[draw=#2, line width=#3pt] (362,242) .. controls (369,238) and (377,234) .. (375,222) .. controls (369,220) and (371,215) .. (367,212) .. controls (370,207) and (355,201) .. (352,193); +\draw[draw=#2, line width=#3pt] (339,208) .. controls (341,216) and (345,220) .. (351,221) .. controls (349,227) and (353,230) .. (357,233) .. controls (357,239) and (362,242) .. (369,238); +\draw[draw=#2, line width=#3pt] (362,242) .. controls (369,238) and (377,234) .. (375,222) .. controls (369,220) and (371,215) .. (367,212) .. controls (370,207) and (355,201) .. (352,193); +\draw[draw=#2, line width=#3pt] (157,54) .. controls (157,36) and (157,26) .. (157,26) .. controls (160,19) and (150,17) .. (149,17) -- (145,28); +\draw[draw=#2, line width=#3pt] (145,28) .. controls (138,18) and (134,20) .. (145,20) .. controls (141,18) and (137,19) .. (131,24) -- (138,32) -- (138,55); +\draw[draw=#2, line width=#3pt] (127,58) .. controls (130,48) and (126,36) .. (119,22); +\draw[draw=#2, line width=#3pt] (119,22) .. controls (123,23) and (128,21) .. (132,22); +\draw[draw=#2, line width=#3pt] (123,25) -- (129,33); +\draw[draw=#2, line width=#3pt] (311,55) .. controls (304,39) and (305,24) .. (307,11); +\draw[draw=#2, line width=#3pt] (307,11) .. controls (303,08) and (295,09) .. (294,11); +\draw[draw=#2, line width=#3pt] (294,11) .. controls (286,10) and (282,13) .. (282,17); +\draw[draw=#2, line width=#3pt] (282,17) -- (285,21) -- (285,45); +\draw[draw=#2, line width=#3pt] (293,11) -- (294,22); +\draw[draw=#2, line width=#3pt] (123,25) -- (129,33); +\draw[draw=#2, line width=#3pt] (267,17) .. controls (271,27) and (277,33) .. (274,47); +\draw[draw=#2, line width=#3pt] (281,15) -- (275,13) -- (267,17) -- (271,15) -- (277,24); +\draw[draw=#2, line width=#3pt] (113,235) .. controls (127,215) and (135,208) .. (145,198) .. controls (140,179) and (129,160) .. (117, 177); +\draw[draw=#2, line width=#3pt] (31,222) .. controls (23,209) and (15,202) .. (09,197) .. controls (09,179) and (15,168) .. (23,161) .. controls (28,165) and (32,168) .. (35,171) ; +\draw[draw=#2, line width=#3pt] (35,221) .. controls (31,197) and (33,183) .. (35,171) .. controls (42,155) and (56,140) .. (70,135); +\draw[draw=#2, line width=#3pt] (59,210) ellipse (0.8cm and 1.3cm); +\draw[draw=#2, line width=#3pt] (89,210) ellipse (0.8cm and 1.3cm); +\draw[fill=black] (59,207) circle (0.7cm) ; +\draw[fill=black] (89,207) circle (0.7cm) ; + +\end{tikzpicture} +} + + + + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Carrot###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\carrot}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2, line width=#3pt] (230,344) .. controls (230,392) .. (205,427); +\draw[draw=#2, line width=#3pt] (205,427) .. controls (199,439) .. (211,442); +\draw[draw=#2, line width=#3pt] (211,442) .. controls (218,443) .. (219,459); +\draw[draw=#2, line width=#3pt] (219,459) .. controls (219,472) .. (231,466); +\draw[draw=#2, line width=#3pt] (231,466) .. controls (239,462) .. (247,481); +\draw[draw=#2, line width=#3pt] (247,481) .. controls (253,488) .. (262,475); +\draw[draw=#2, line width=#3pt] (262,476) .. controls (269,420) .. (243,338); +\draw[draw=#2, line width=#3pt] (265,445) .. controls (274,494) .. (278,509); +\draw[draw=#2, line width=#3pt] (278,509) .. controls (286,520) .. (294,510); +\draw[draw=#2, line width=#3pt] (294,510) .. controls (297,499) .. (304,504); +\draw[draw=#2, line width=#3pt] (304,504) .. controls (312,505) .. (313,489); +\draw[draw=#2, line width=#3pt] (313,489) .. controls (315,480) .. (326,477); +\draw[draw=#2, line width=#3pt] (326,477) .. controls (332,470) .. (315,436); +\draw[draw=#2, line width=#3pt] (249,357) .. controls (289,411) .. (327,447); +\draw[draw=#2, line width=#3pt] (327,447) .. controls (349,450) .. (340,430); +\draw[draw=#2, line width=#3pt] (340,430) .. controls (334,418) .. (342,415); +\draw[draw=#2, line width=#3pt] (342,415) .. controls (347,412) .. (340,404); +\draw[draw=#2, line width=#3pt] (340,404) .. controls (334,397) .. (342,392); +\draw[draw=#2, line width=#3pt] (342,392) .. controls (346,386) .. (334,377); +\draw[draw=#2, line width=#3pt] (334,377) .. controls (290,376) .. (252,332); +\draw[draw=#2, line width=#3pt] (254,200) arc (-50 : 180 : 85); +\draw[draw=#2, line width=#3pt] (114,265) .. controls (87,213) .. (92,150); +\draw[draw=#2, line width=#3pt] (92,150) .. controls (81,94) .. (98,32); +\draw[draw=#2, line width=#3pt] (98,32) .. controls (167,69) .. (193,110); +\draw[draw=#2, line width=#3pt] (193,110) .. controls (240,146) .. (254,200); +\end{tikzpicture} +} + + + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####mouse###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\mouse}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2, line width=#3pt] (162,126) .. controls (252,7) .. (335,125); +\draw[draw=#2, line width=#3pt] (220,175) arc (-1 : 270 : 50); +\draw[draw=#2, line width=#3pt] (325,125) arc (-89 : 180: 50); +\draw[draw=#2, line width=#3pt] (230,70) .. controls (190,82) .. (154,71); +\draw[draw=#2, line width=#3pt] (233,62) .. controls (195,68) .. (165,46); +\draw[draw=#2, line width=#3pt] (233,56) .. controls (202,58) .. (189,26); +\draw[draw=#2, line width=#3pt] (272,71) .. controls (312,82) .. (347,69); +\draw[draw=#2, line width=#3pt] (268,62) .. controls (311,66) .. (337,45); +\draw[draw=#2, line width=#3pt] (268,56) .. controls (300,58) .. (312,26); +\draw[draw=#2, line width=#3pt] (355,215) arc (1: 180: 110); +\draw[draw=#2, line width=#3pt] (233,322) .. controls (189,357) .. (141,352); +\draw[draw=#2, line width=#3pt] (141,352) .. controls (114,331) .. (64,298); +\draw[draw=#2, line width=#3pt] (64,298) .. controls (43,291) .. (21,311); +\draw[draw=#2, line width=#3pt] (21,311) .. controls (44,303) .. (114,351); +\draw[draw=#2, line width=#3pt] (170,379) .. controls (143,371) .. (114,351); +\draw[draw=#2, line width=#3pt] (170,379) .. controls (223,374) .. (270,322); +\draw[draw=#2, line width=#3pt] (218,108) ellipse (0.8cm and 1.5cm); +\draw[draw=#2, line width=#3pt] (281,109) ellipse (0.8cm and 1.5cm); +\draw[draw=#2, line width=#3pt] (250,49) -- (262,67) -- (239,67) -- (250,49); +\end{tikzpicture} +} + + + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####pencil###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\pencil}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] + +\draw[draw=#2, line width=#3pt] (375,70) -- (63,70) -- (68,66 ) -- ( 82,61 ) -- ( 75,56 ) -- ( 86,53 ) -- ( 69,46 ) -- ( 77,42 ) -- ( 64,36 ) -- (375,36) -- ( 375,70 ) ; +\draw[draw=#2, line width=#3pt] (63,70) -- (30,61) ; +\draw[draw=#2, line width=#3pt] ( 64,36 ) -- (30,48) ; +\draw[draw=#2, line width=#3pt] (30,61) -- ( 39,58 ) -- (31,54) -- (40,50 ) -- (30,48) -- (8 ,54) -- (30,61) ; + +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####shooting star###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\sstar}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] + + +\draw[draw=#2, line width=#3pt] (48,131) -- (85,90) -- (133,111 ) -- ( 108,63 ) -- +( 142,23 ) -- ( 92,34 ) -- ( 65,-10 ) -- ( 58,42 ) -- ( 07,56 ) -- (54,78) -- (48,131); +\draw[draw=#2, line width=#3pt] (120,85) .. controls (180, 115) and (260, 150) .. (370,85); +\draw[draw=#2, line width=#3pt] ( 370 , 85) -- (345,85) ; +\draw[draw=#2, line width=#3pt] (345,85) .. controls (360, 70) and (380, 57) .. (391,29); +\draw[draw=#2, line width=#3pt] (278,58) .. controls (282, 60) and (320, 70) .. (391,29); +\draw[draw=#2, line width=#3pt] ( 278 , 58) -- (291,23) ; +\draw[draw=#2, line width=#3pt] (117,52) .. controls (120, 54) and (190, 87) .. (291,23); +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Star###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\STAR}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] + + +\draw[draw=#2, line width=#3pt] (190,370) -- (247,263) -- (364,250 ) -- ( 285,164 ) -- ( 311,47 ) -- ( 204,100 ) -- ( 99,35 ) -- ( 114,154 ) -- ( 24,237 ) -- (142,258) -- (190,370); + +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####van###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\van}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] + +\draw[draw=#2, line width=#3pt] (46, 61) -- (22,61) ; +\draw[draw=#2, line width=#3pt](76,64) circle (1.8cm); +\draw[draw=#2, line width=#3pt](76,64) circle (3cm); +\draw[draw=#2, line width=#3pt] (22,61) .. controls (19, 92) and (22, 103) .. (30,109); +\draw[draw=#2, line width=#3pt] (30,109) .. controls (36,148) and (63,171) .. (100,176); +\draw[draw=#2, line width=#3pt] (100,176) .. controls (108,187) and (125,221) .. (156,227 ); +\draw[draw=#2, line width=#3pt] (156,227) -- (376,227) ; +\draw[draw=#2, line width=#3pt] (376,227) -- (376,61) ; +\draw[draw=#2, line width=#3pt] (318,61) -- (376,61) ; +\draw[draw=#2, line width=#3pt] (251,61) -- (106,61) ; +\draw[draw=#2, line width=#3pt](286,64) circle (1.8cm); +\draw[draw=#2, line width=#3pt](286,64) circle (3cm); +\draw[draw=#2, line width=#3pt] (114,146) -- (176,146) ; +\draw[draw=#2, line width=#3pt] (176,146)-- (176,207) ; +\draw[draw=#2, line width=#3pt] (114,146) .. controls (125,200) and (150,205) .. (176,207 ); +\draw[draw=#2, line width=#3pt] (196,207) -- (196,146) ; +\draw[draw=#2, line width=#3pt] (196,207) -- (268,207) ; +\draw[draw=#2, line width=#3pt] (268,146) -- (268,207) ; +\draw[draw=#2, line width=#3pt] (268,146) -- (196,146) ; + +\draw[draw=#2, line width=#3pt] (286,207) -- (286,146) ; +\draw[draw=#2, line width=#3pt] (286,207) -- (360,207) ; +\draw[draw=#2, line width=#3pt] (360,146) -- (360,207) ; +\draw[draw=#2, line width=#3pt] (360,146) -- (286,146) ; + +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Truck###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\truck}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] + +\draw[draw=#2, line width=#3pt] (31, 73) -- (16,73) ; +\draw[draw=#2, line width=#3pt](54,64) circle (1.5cm); +\draw[draw=#2, line width=#3pt](54,64) circle (2.5cm); +\draw[draw=#2, line width=#3pt] (16, 135) -- (16,73) ; +\draw[draw=#2, line width=#3pt] (16, 135) -- (46,135) ; +\draw[draw=#2, line width=#3pt] (46, 175) -- (46,135) ; +\draw[draw=#2, line width=#3pt] (46, 175) -- (88,175) ; +\draw[draw=#2, line width=#3pt] (88, 82) -- (88,175) ; +\draw[draw=#2, line width=#3pt] (88, 200) -- (88,175) ; +\draw[draw=#2, line width=#3pt] (88, 200) -- (374,200) --(374,72) -- (367,72) ; +\draw[draw=#2, line width=#3pt] (314, 72) -- (320,72) (267,72) -- (132,72) ; +\draw[draw=#2, line width=#3pt] (78, 73) -- (85,73) ; +\draw[draw=#2, line width=#3pt](108,64) circle (1.5cm); +\draw[draw=#2, line width=#3pt](108,64) circle (2.5cm); +\draw[draw=#2, line width=#3pt] (80, 128) -- (80,164) --(54,164) -- (54,128) ; +\draw[draw=#2, line width=#3pt] (80, 128) -- (54,128) ; + +\draw[draw=#2, line width=#3pt](291,64) circle (1.5cm); +\draw[draw=#2, line width=#3pt](291,64) circle (2.5cm); + +\draw[draw=#2, line width=#3pt](344,64) circle (1.5cm); +\draw[draw=#2, line width=#3pt](344,64) circle (2.5cm); +\end{tikzpicture} +} +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####bike###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\bike}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2, line width=#3pt] (102,85) circle (6cm); +\draw[draw=#2, line width=#3pt] (290,85) circle (6cm); +\draw[draw=#2, line width=#3pt] (102,84) -- (153,185) -- (245,187) -- (255,164) -- (199,86) -- (102,85) ; +\draw[draw=#2, line width=#3pt] (153,186) -- (202,90); +\draw[draw=#2, line width=#3pt] (155,182) -- (142,210); + +\draw[draw=#2, line width=#3pt] (125.9,201.9) -- (163,221) .. controls (165,225) and (161,231) .. (155,231) -- (131,231) .. controls (125,234) and (120,232) .. (119,228) .. controls (118,220) and (121,210) .. (124,203) .. controls (125,201) .. (126,202); + +\draw[draw=#2, line width=#3pt] (290,85) -- (220,243); +\draw[draw=#2, line width=#3pt] (197,235) -- (243,247); +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Egg###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\EGg}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2, line width=#3pt] (192,241) ellipse (16cm and 22cm); +\draw[draw=#2, line width=#3pt] (93,412).. controls (95,375) and (122,375) .. (124,403) ; +\draw[draw=#2, line width=#3pt] (124,403) .. controls (127,428) and (151,428) .. (154,403); + +\draw[draw=#2, line width=#3pt] (154,403) .. controls (156,375) and (180,375) .. (185,403); +\draw[draw=#2, line width=#3pt] (185,403) .. controls (187,428) and (210,428) .. (213,403); +\draw[draw=#2, line width=#3pt] (213,403) .. controls (216,375) and (240,375) .. (245,403); +\draw[draw=#2, line width=#3pt] (245,403) .. controls (246,428) and (268,428) .. (273,403); +\draw[draw=#2, line width=#3pt] (273,403) .. controls (277,380) and (297,384) .. (303,400); + +\draw[draw=#2, line width=#3pt] (79,88).. controls (86,104) and (105,104) .. (110,80) ; +\draw[draw=#2, line width=#3pt] (110,80) .. controls (114,54) and (132,54) .. (139,80); +\draw[draw=#2, line width=#3pt] (139,80) .. controls (144,105) and (164,105) .. (169,80); +\draw[draw=#2, line width=#3pt] (169,80) .. controls (174,54) and (194,54) .. (199,80); +\draw[draw=#2, line width=#3pt] (199,80) .. controls (203,105) and (225,105) .. (228,80); +\draw[draw=#2, line width=#3pt] (228,80) .. controls (235,54) and (257,54) .. (258,80); +\draw[draw=#2, line width=#3pt] (258,80) .. controls (267,108) and (287,109) .. (290,67); +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Plane###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\plane}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2, line width=#3pt] (44,140) .. controls (51,175) .. (87,181); +\draw[draw=#2, line width=#3pt] (44,140) .. controls (1,133) and (1,103) .. (44,90); +\draw[draw=#2, line width=#3pt] (44,90) -- (167,90) -- (259,21) -- (278,52) -- (246,90) -- (327,90) .. controls (360,105) and (360,215) .. (327,226) .. controls (308,215) .. (303,165); +\draw[draw=#2, line width=#3pt] (303,165) -- (256,165) -- (232,168) -- (215,170) -- (192,171) -- (154,176) -- (124,178) -- (87,181); +\draw[draw=#2, line width=#3pt] (132,121) -- (253,121) -- (253, 146) -- (132,146) -- (132,121); +\draw[draw=#2, line width=#3pt] (172,121) -- (172,146); +\draw[draw=#2, line width=#3pt] (213,121) -- (213,146); + +(60,131) (82,131) (82,160) (60,160) + +\draw[draw=#2, line width=#3pt] (71,131) .. controls (82,131) .. (82,145); +\draw[draw=#2, line width=#3pt] (82,145) .. controls (82,160) .. (71,160); +\draw[draw=#2, line width=#3pt] (71,160) .. controls (60,160) .. (60,145); +\draw[draw=#2, line width=#3pt] (60,145) .. controls (60,131) .. (71,131); +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Bear###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\bear}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2, line width=#3pt] (90,176) circle (4.8cm); +\draw[draw=#2, line width=#3pt] (338,179) circle (4.8cm); +\draw[draw=#2, line width=#3pt] (210,268) circle (4.8cm); +\draw[draw=#2, line width=#3pt] (172,330) circle (1.5cm); +\draw[draw=#2, line width=#3pt] (211,289) circle (1.5cm); +\draw[draw=#2, line width=#3pt] (253,329) circle (1.5cm); + +\draw[draw=#2, line width=#3pt] (123,210) .. controls (136,220) .. (148,228); + + +\draw[draw=#2, line width=#3pt] (180,384) arc (25 : 246 : 48); + +\draw[draw=#2, line width=#3pt] (179,384) .. controls (200,392) and (230,392) .. (246,383); +\draw[draw=#2, line width=#3pt] (246,383) arc (154 : -73 : 48); +\draw[draw=#2, line width=#3pt] (305,316) arc ( 8 : -190 : 96); +\draw[draw=#2, line width=#3pt] (210,262) arc (-2 : -165 : 14); +\draw[draw=#2, line width=#3pt] (211,262) arc (-170 : -23 : 15); +\draw[draw=#2, line width=#3pt] (270,228) .. controls (288,221) .. (299,210); +\draw[draw=#2, line width=#3pt] (333,133) .. controls (332,117) .. (326,102); +\draw[draw=#2, line width=#3pt] (326,104) arc (36 : -142 : 60); +\draw[draw=#2, line width=#3pt] (326,104) arc (58 : 197: 64); +\draw[draw=#2, line width=#3pt] (230,32) .. controls (208,30) .. (186,32); +\draw[draw=#2, line width=#3pt] (186,32) arc (-38 : -219 : 60); + +\draw[draw=#2, line width=#3pt] (186,32) arc (-13 : 118 : 66); +\draw[draw=#2, line width=#3pt] (92,107) .. controls (88,117) .. (88,128); +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Frog###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\frog}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2, line width=#3pt] (166,380) circle (2cm); +\draw[draw=#2, line width=#3pt] (151,380) circle (5cm); +\draw[draw=#2, line width=#3pt] (201,387) -- (206,387); +\draw[draw=#2, line width=#3pt] (240,380) circle (2cm); +\draw[draw=#2, line width=#3pt] (255,380) circle (5cm); +\draw[draw=#2, line width=#3pt] (247,303) arc (2 : -180 : 44); +\draw[draw=#2, line width=#3pt] (89,209) .. controls (75,235) .. (40,243) .. controls (9,230) .. (4,208) .. controls (20,167) and (35,139) .. (73,75) .. controls (74,67) .. (68,61) .. controls (55,50) .. (52,42) .. controls (51,36) .. (52,30) .. controls (61,23) .. (75,26) .. controls (80,29) .. (85,30) .. controls (84,25) .. (94,16) .. controls (102,14) .. (110,15) .. controls (118,26) .. (118,31); +\draw[draw=#2, line width=#3pt] (76,179) -- (60,201) ; +\draw[draw=#2, line width=#3pt] (127,117) -- (147,56) .. controls (146,53) .. (140,56) .. controls (129,53) .. (124,47) .. controls (118,38) .. (120,32) .. controls (129,24) .. (144,22) .. controls (146,11) .. (157,7) .. controls (168,9) .. (181,21) .. controls (186,) and (195,3) .. (206,6) .. controls (213,10) .. (216,17) .. controls (217,22) .. (213,29) .. controls (207,33) .. (201,34) -- (205,123); +\draw[draw=#2, line width=#3pt] (216,17) .. controls (221,8) .. (228,4) .. controls (239,4) .. (247,10) .. controls (247,21) .. (249,26) .. controls (260,22) .. (272,23) .. controls(280,30) .. (286,38) .. controls (287,43) .. (273,57) .. controls ( 266,58) .. (263,57) .. controls (262,61) .. (264,68) .. controls (270,75) .. (272,88) .. controls (277,104) and (277,109) .. (282,121); +\draw[draw=#2, line width=#3pt] (283,34) .. controls (286,21) .. (293,15) .. controls (300,14) .. (306,15) .. controls (315,20) .. (317,25) .. controls (317,27) .. (316,30) .. controls (325,26) .. (332,25) .. controls (344,25) .. (349,29) .. controls (351,35) .. (347,50) .. controls (343,55) .. (334,61) .. controls (327,66) .. (328,71) .. controls (329,78) .. (333,85) .. controls (364,138) .. (368,145) .. controls (389,183) .. (396,204) .. controls (398,213) .. (392,226) .. controls (379,237) .. (365,242) .. controls (345,242) .. (331,234) .. controls (323,228) .. (317,217); +\draw[draw=#2, line width=#3pt] (342,201) -- (332,187); +\draw[draw=#2, line width=#3pt] (243,33) -- (229,33); +\draw[draw=#2, line width=#3pt] (311,47) -- (300,47); +\draw[draw=#2, line width=#3pt] (170,37) -- (159,40); +\draw[draw=#2, line width=#3pt] (103,47) -- (91,47); +\draw[draw=#2, line width=#3pt] (137,89) arc (-108 : -234.5 : 84); +\draw[draw=#2, line width=#3pt] (129,224) arc ( -122 : - 223.6 : 81); +\draw[draw=#2, line width=#3pt] (272,87) arc (-75 : 60.5 : 83); +\draw[draw=#2, line width=#3pt] (283,230) arc (-52 : 42 : 81); + +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Bull###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\bull}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2, line width=#3pt] (150,409) .. controls (109,383) and (99,364) .. (84,339) .. controls (66,280) and (59,224) .. (74,118); +\draw[draw=#2, line width=#3pt] (74,118) -- (85,56) .. controls (89,31) and (117,16) .. (141,11); +\draw[draw=#2, line width=#3pt] (141,11) .. controls (207,10) .. (277,16); +\draw[draw=#2, line width=#3pt] (277,16) .. controls (309,19) and (328,58) .. (327,86) .. controls (335,117) and (342,198) .. (340, 254) .. controls (337,324) .. (298,382); +\draw[draw=#2, line width=#3pt] (298,384) .. controls (265,408) .. (235,409); +\draw[draw=#2, line width=#3pt] (150,409) .. controls (194,413) .. (235,409); +\draw[draw=#2, line width=#3pt] (150,409) .. controls (162,402) .. (159,391) .. controls (149,359) and (162,337) .. (182,332); +\draw[draw=#2, line width=#3pt] (182,332) .. controls (200,335) and (209,343) .. (215,358) .. controls (222,361) .. (229,362) .. controls (241,362) .. (251,381) .. controls (252,394) .. (264,406); +\draw[draw=#2, line width=#3pt] (264,406) .. controls (283,432) .. (300,483); +\draw[draw=#2, line width=#3pt] (300,483) .. controls (316,425) .. (297,380); +\draw[draw=#2, line width=#3pt] (297,380) .. controls (315,389) .. (334,386) .. controls (362,356) .. (349,350) .. controls (347,345) .. (338,343) .. controls (329,347) .. (319,349); +\draw[draw=#2, line width=#3pt] (146,406) .. controls (124,434) .. (106,482) .. controls (90,421) .. (112,378); +\draw[draw=#2, line width=#3pt] (112,378) .. controls (101,387) .. (73,387) .. controls (59,375) .. (44,359) .. controls (52,353) .. (59,347) .. controls (77,347) .. (82,351) -- (90,350); +\draw[draw=#2, line width=#3pt] (135,58) circle (1.5cm); +\draw[draw=#2, line width=#3pt] (135,58) circle (1cm); +\draw[draw=#2, line width=#3pt] (269,56) circle (1cm); +\draw[draw=#2, line width=#3pt] (269,56) circle (1.5cm); +\draw[draw=#2, line width=#3pt] (263,283) ellipse (2.2cm and 4.2cm); +\draw[draw=#2, line width=#3pt] (241,278) .. controls (251,281) .. (258,286) .. controls (263,289) ..(269,286) .. controls (273,283) .. (285,281); +\draw[draw=#2, line width=#3pt] (137,283) ellipse (2.2cm and 4.2cm); +\draw[draw=#2, line width=#3pt] (115,279) .. controls (129,280) .. (132,286) .. controls (138,288) .. (143,286) .. controls (148,283) .. (159,281); +\draw[draw=#2, line width=#3pt] (71,118) .. controls (179,94) and (253,96) .. (333,118); + +\end{tikzpicture} +} + + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Elephant###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\Elephant}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2, line width=#3pt] (16,113) .. controls (13,120) .. (14,126) .. controls (21,128) .. (32,128) .. controls (43,122) .. (58,119) .. controls (74,120) .. (84,127) +.. controls (93,147) .. (98,168) .. controls (108,197) .. (109,215) .. controls (114,220) .. (121,224) .. controls (135,226) .. (149,223) .. controls (157,235) and (171,238) .. (178,236) .. + controls (179,232) .. (193,226) .. controls (208,218) .. (213,204) .. controls (215,192) .. (211,177) .. controls (205,164) .. (205,153) .. controls (204,147) .. (196,139) .. + controls (193,133) .. (190,127) -- (174,153); +\draw[draw=#2, line width=#3pt] (138,188) ellipse (0.8cm and 1.2cm); +\draw[draw=#2, line width=#3pt] (16,112.5) .. controls (21,119) .. (27,117) .. controls (36,110) .. (44,106) .. controls (56,101) .. (68,100) .. controls (81,100) .. (94,106) .. +controls (121,119) .. (145,139) .. controls (126,107) .. (101,84) .. controls (103,83) .. (103,78) .. controls (133,100) .. (156,132) .. controls (170,125) .. (174,116) .. controls (179,68) .. (176,31); +\draw[draw=#2, line width=#3pt] (176,31) .. controls (173,23) .. (174,17); +\draw[draw=#2, line width=#3pt] (174,17)--(174,16) .. controls (201,12) .. (223,24) .. controls (218,28) .. (212,29) .. controls (208,27) .. (206,18) .. controls (202,23) .. (197,24) .. controls (193,23) .. (190,17) .. controls (187,21) .. (183,23) .. controls (178,22) .. (174,17); +\draw[draw=#2, line width=#3pt] (223,24) .. controls (224,28) .. (224,32) .. controls (221,44) .. (217,54) .. controls (217,80).. (222,86) .. controls (240,93) .. (256,95).. controls (276,93) .. (294,83) .. controls (296,79) .. (296,73) .. controls (299,52) .. (299,34) .. controls (299,28) .. (296,22) .. controls (296,20) .. (296,18); +\draw[draw=#2, line width=#3pt] (296,18) -- (297,17) .. controls (320,8) and (331,16) .. (347,20) .. controls (343,28) .. (337,28) .. controls (334,27) and (331,24) .. (330,19) .. controls (326,22) .. (321,22) .. controls (316,20) .. (314,17) .. controls (311,22) .. (306,24) .. controls (300,23) .. (297,17) ; +\draw[draw=#2, line width=#3pt] (347,20) .. controls (350,23) .. (352,27) .. controls (350,39) .. (346,48) .. controls (344,64) .. (344,70) .. controls (360,107) .. (367,145) .. controls (369,145) .. (371,142) .. controls (376,135) .. (378,128) .. controls (378,123) .. (375,113) .. controls (376,110) .. (378,104) .. controls (380,100) .. (384,96) .. controls (386,96) .. (388,99) .. controls (389,108) .. (387,117) .. controls (385,119) .. (386,131) .. + controls (385,138) .. (381,145) .. controls (375,151) .. (367,154) .. controls (364,166) .. (357,178) .. controls (326,206) .. (294,219) .. controls (256,229) .. (233,229) .. controls (212,228) .. (196,225); + \draw[draw=#2, line width=#3pt] (156,132) -- (146,141); + \draw[draw=#2, line width=#3pt] (367,154) .. controls (367,149) .. (367,145); +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Sheet###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\sheet}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] + +\draw[draw=#2, line width=#3pt] (49,22) .. controls(102,134) and (243,236) .. (378,291); +\draw[draw=#2, line width=#3pt] (50,20).. controls (60,238) and (140,260) ..(304,282).. +controls (339,295) and (367,299).. (378,291); +\draw[draw=#2, line width=#3pt] (49,22) .. controls(91,51) and (116,65) .. (177,71) .. +controls (265,85) and(333,132).. (360,263) .. +controls(365,271) and (376,276) .. (378,291); +\draw[draw=#2, line width=#3pt] (108,110)--(112,178); +\draw[draw=#2, line width=#3pt] (166,164)--(251,186); +\draw[draw=#2, line width=#3pt] (245,223)--(254,268); +\end{tikzpicture} +} + +%########################################################## + + + + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Birdie###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\birdie}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] + +\draw[draw=#2, line width=#3pt] (110,188).. controls(98,182) and(78,180) .. (16,190).. +controls(-1,122) and (108,17) .. (226,27).. +controls(300,36)and(384,115)..(371,181).. +controls(372,220) and(325,303) ..(191,250); +%corpo + +\draw[draw=#2, line width=#3pt] (367,140)--(393,109)--(356,113); +%bico + +\draw[draw=#2, line width=#3pt] (217,98).. controls(82,117) and (96,235) .. (149,300).. +controls(187,254) and (258,181)..(217,98); +%asa + +\draw[fill=black, ultra thick](313,169) circle (1.1 cm); +%olho +\end{tikzpicture} +} + +%########################################################## +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Octopus###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\octopus}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] + +\draw[draw=#2, line width=#3pt](234,184).. controls(239,214) and(260,239)..(280,264).. +controls(318,306) and(299,379)..(259,394).. +controls(208,422) and (156,403) .. (133,368).. +controls(100,315) and(111,290) .. (135,226).. +controls(146,172) and (112,185) ..(103,193).. +controls(103,212) and (84,237) ..(60,226).. +controls(87,216) and(71,177)..(93,166).. +controls(65,147) and(82,222)..(25,196).. +controls(54,195) and(39,157)..(65,145).. +controls(82,130) and(94,134)..(109,130).. +controls(101,118) and(88,120)..(78,129).. +controls(54,130) and(41,131)..(37,109).. +controls(66,126) and(88,70)..(137,108).. +controls(141,78) and(123,72)..(109,84).. +controls(93,83) and(72,86)..(71,56).. +controls(100,77) and(134,21)..(182,82).. +controls(220,1) and(285,57)..(301,40).. +controls(295,85) and(250,56)..(243,62).. +controls(233,72) and(233,82)..(236,91).. +controls(284,50) and(310,105)..(334,91).. +controls(319,138) and(275,85)..(265,111).. +controls(327,105) and(322,180)..(347,178).. +controls(302,200) and(300,129)..(277,149).. +controls(300,165) and(285,198)..(312,208).. +controls(282,220) and(270,194)..(265,173).. +controls(253,159) and(233,167)..(234,184); +%corpo + +\draw[fill=black, ultra thick] (234,331) ellipse (.6 cm and .89 cm); +\draw[fill=black, ultra thick] (165,331) ellipse (.6 cm and .89 cm); +%olhos + +\draw[draw=#2, line width=#3pt](157,266)..controls(172,240) and(210,235)..(224,266); +%boca +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Pineapple###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\pineapple}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] + +\draw[draw=#2, line width=#3pt] (198,230) ellipse (13 cm and 15.8 cm); +\draw[draw=#2, line width=#3pt](184,387)--(326,256); +\draw[draw=#2, line width=#3pt](154,379)--(327,211); +\draw[draw=#2, line width=#3pt](123,359)--(318,171); +\draw[draw=#2, line width=#3pt](101,334)--(305.1,139); +\draw[draw=#2, line width=#3pt](86,310)--(286,114); +\draw[draw=#2, line width=#3pt](75,280)--(260,90); +\draw[draw=#2, line width=#3pt](68,242)--(233,79); +\draw[draw=#2, line width=#3pt](207,388)--(70,255); +\draw[draw=#2, line width=#3pt](240,380)--(70,207); +\draw[draw=#2, line width=#3pt](271,360)--(79,168); +\draw[draw=#2, line width=#3pt](293,337)--(92,140); +\draw[draw=#2, line width=#3pt](309,312)--(113,110); +\draw[draw=#2, line width=#3pt](321,281)--(137,91); +\draw[draw=#2, line width=#3pt](327,242)--(167,77); +\draw[draw=#2, line width=#3pt](324,194)--(200,72); +\draw[draw=#2, line width=#3pt](72,196)--(200,72); +\draw[draw=#2, line width=#3pt](251,374).. controls(257,409) and(287,437)..(317,468).. +controls(272,451) and (233,417)..(232,384); +\draw[draw=#2, line width=#3pt] (250,425)..controls(244,419) and (254,450)..(282,490).. +controls(254,476) and (233,451)..(217,410)--(217,387).. +controls(213,435) and (220,465)..(245,519).. +controls(200,482) and (180,428)..(201,389); +\draw[draw=#2, line width=#3pt] (185,387)..controls(205,425) and (190,472)..(143,518).. +controls(180,453) and (168,420)..(169,384).. +controls(170,435) and (150,460)..(105,490).. +controls(125,460) and (136,434)..(137,427); +\draw[draw=#2, line width=#3pt] (155,380).. controls(155,423) and (120,447)..(70,468).. +controls(120,417) and (132,401)..(135,368); + +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Butterfly###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\butterfly}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] + +\draw[draw=#2, line width=#3pt](190,175) ellipse (2.5 cm and 10.5cm); +%corpo +\draw [fill=black, ultra thick](83,261) circle (1.1 cm); +\draw [fill=black, ultra thick](90,210) circle (1.1 cm); +\draw [fill=black, ultra thick](133,238) circle (1.1 cm); +\draw [fill=black, ultra thick](133,184) circle (1.1 cm); +\draw [fill=black, ultra thick](94,130) circle (1.1 cm); +\draw [fill=black, ultra thick](148,115) circle (1.1 cm); +\draw [fill=black, ultra thick](88,81) circle (1.1 cm); +\draw [fill=black, ultra thick](252,240) circle (1.1 cm); +\draw [fill=black, ultra thick](302,264) circle (1.1 cm); +\draw [fill=black, ultra thick](296,212) circle (1.1 cm); +\draw [fill=black, ultra thick](252,186) circle (1.1 cm); +\draw [fill=black, ultra thick](293,134) circle (1.1 cm); +\draw [fill=black, ultra thick](237,119) circle (1.1 cm); +\draw [fill=black, ultra thick](298,85) circle (1.1 cm); +\draw[draw=#2, line width=#3pt](207,250).. controls(266,318) and(330,310)..(353,261).. +controls(360,234) and(337,192)..(284,168).. +controls(336,150) and(375,95)..(339,52).. +controls(293,23) and(236,46)..(206,94); +\draw[draw=#2, line width=#3pt](175,94)..controls(151,45) and(88,20)..(45,51).. +controls(1,80) and(46,157)..(100,168).. +controls(50,184) and(15,232)..(34,274).. +controls(63,314) and(139,305)..(172,250); +%asas +\draw[draw=#2, line width=#3pt](178,270)..controls(177,306) and(166,340)..(142,339).. +controls(125,338) and(115,320)..(127,312).. +controls(134,310) and(144,313)..(142,327).. +controls(152,317) and(140,290)..(112,310).. +controls(102,328) and(105,345)..(130,354).. +controls(166,365) and(185,314)..(190,280); +\draw[draw=#2, line width=#3pt](190,280).. controls(197,310) and(200,349)..(229,354).. +controls(260,360) and(275,330)..(271,317).. +controls(263,290) and(226,300)..(234,326).. +controls(250,300) and(268,315)..(250,335).. +controls(236,345) and(227,338)..(219,331).. +controls(210,317) and(202,301)..(202,271); +%antenas +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Fish###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\Fish}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] + +\draw[draw=#2, line width=#3pt] (45,136) circle (2 cm); +\draw[draw=#2, line width=#3pt] (30,73) circle (1.5 cm); +\draw[fill=black,ultra thick] (59,220) ellipse (.5 cm and .7cm); +\draw[draw=#2, line width=#3pt](45,184).. controls(53,183) and(58,188)..(58,197); +\draw[draw=#2, line width=#3pt] (39,201)..controls(50,270) and(220,289)..(285,225)--(344,264)--(349,154)--(291,186).. +controls(240,120) and(45,130)..(39,201); +\draw[draw=#2, line width=#3pt](143,265)..controls(164,282) and(203,305)..(250,297).. +controls(226,289) and(220,276)..(216,259); +\draw[draw=#2, line width=#3pt](220,148)..controls(219,135) and(228,123)..(254,111).. +controls(222,98) and(160,125)..(148,142); + +\draw[draw=#2, line width=#3pt](114,156)..controls(100,161) and(105,177)..(116,179).. +controls(100,181) and(105,197)..(113,200).. +controls(100,205) and(105,220)..(116,223).. +controls(100,225) and(105,243)..(114,245); + +\draw[draw=#2, line width=#3pt](143,156)..controls(130,161) and(135,177)..(147,179).. +controls(130,181) and(135,197)..(144,200).. +controls(130,205) and(135,220)..(147,223).. +controls(130,225) and(135,243)..(144,245); + +\draw[draw=#2, line width=#3pt](173,156)..controls(160,161) and(165,177)..(175,179).. +controls(160,181) and(165,197)..(173,200).. +controls(160,205) and(165,220)..(176,223).. +controls(160,225) and(165,243)..(174,245); + +\draw[draw=#2, line width=#3pt](203,156)..controls(190,161) and(195,177)..(206,179).. +controls(190,181) and(195,197)..(203,200).. +controls(190,205) and(195,220)..(206,223).. +controls(190,225) and(195,243)..(204,245); + +\draw[draw=#2, line width=#3pt](233,156)..controls(220,161) and(225,177)..(236,179).. +controls(220,181) and(225,197)..(233,200).. +controls(220,205) and(225,220)..(236,223).. +controls(220,225) and(225,243)..(236,245); +\end{tikzpicture} +} +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Christmas Tree###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\christmastree}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] + +\draw[draw=#2, line width=#3pt](187,57)--(187,24)--(212,24)--(213,48); +\draw[draw=#2, line width=#3pt](153,85) circle (1cm) ; +\draw[draw=#2, line width=#3pt](175,147) circle (1.2cm) ; +\draw[draw=#2, line width=#3pt](238,213) circle (1cm) ; +\draw[draw=#2, line width=#3pt](201,279) circle (1cm) ; +\draw[draw=#2, line width=#3pt](252,113) circle (1cm) ; +\draw[draw=#2, line width=#3pt](286,71) circle (1cm) ; +\draw[draw=#2, line width=#3pt]; +\draw[draw=#2, line width=#3pt] (214,371) ..controls(208,317) and (176,285)..(139,283).. +controls(141,270) and (159,266)..(176,265).. +controls(171,227) and (155,207)..(115,201).. +controls(118,185) and (132,189)..(144,173).. +controls(141,151) and (118,135)..(89,142).. +controls(86,128) and (95,114)..(123,98).. +controls(110,82) and (84,70)..(51,84).. +controls(76,20) and (135,35)..(187,61).. +controls(235,20) and (328,30)..(366,84).. +controls(335,72) and (324,77)..(311,96).. +controls(336,102) and (350,122)..(351,146).. +controls(313,134) and (290,151)..(282,171).. +controls(303,175) and (318,190)..(323,209).. +controls(283,206) and (260,227)..(253,252).. +controls(272,254) and (278,262)..(289,280).. +controls(241,293) and (241,293)..(214,371); +\end{tikzpicture} +} +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Pumpkin###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\Pumpkin}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] + +\draw[draw=#2, line width=#3pt](114,196)--(91,155)--(138,155)--(114,196); +\draw[draw=#2, line width=#3pt](241,196)--(266,155)--(216,155)--(241,196); +\draw[draw=#2, line width=#3pt](177,156)--(154,115)--(202,115)--(177,156); +\draw[draw=#2, line width=#3pt](120,83)--(100,49)--(137,50)--(120,83); +\draw[draw=#2, line width=#3pt](157,83)--(137,50)--(176,50)--(157,83); +\draw[draw=#2, line width=#3pt](196,83)--(176,50)--(215,50)--(196,83); +\draw[draw=#2, line width=#3pt](235,83)--(215,50)--(256,48)--(235,83); + +\draw[draw=#2, line width=#3pt] (176,218).. controls(162,225) and(147,223)..(138,213); +\draw[draw=#2, line width=#3pt] (138,213).. controls(91,233) and(40,171)..(42,104).. +controls(44,70) and(64,35)..(93,37).. +controls(98,26) and(119,24)..(130,30).. +controls(141,24) and(151,28)..(161,33).. +controls(171,21) and(191,21)..(201,33).. +controls(210,25) and(222,25)..(229,32).. +controls(241,24) and(260,28)..(268,38).. +controls(305,38) and(322,84)..(315,121).. +controls(312,185) and(252,240)..(217,208).. +controls(213,209) and(209,209)..(207,205).. +controls(195,211) and(188,211)..(174,206).. +controls(168,211) and(158,212)..(153,207).. +controls(148,210) and(135,208)..(138,213); +\draw[draw=#2, line width=#3pt] (189,216).. controls(205,225) and(221,223)..(228,215); +\draw[draw=#2, line width=#3pt](176,206)..controls(180,241) and(166,278)..(139,255).. +controls(126,238)and(145,225)..(148,242).. +controls(151,245)and(156,243)..(156,235).. +controls(155,226)and(146,221)..(135,225).. +controls(125,233)and(118,243)..(131,264).. +controls(142,277)and(167,274)..(174,262).. +controls(183,251)and(187,227)..(189,211); + +\end{tikzpicture} +} +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Flamingo###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\Flamingo}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] + +\draw[draw=#2, line width=#3pt] (45,301)..controls (10,272)..(39,214).. +controls (45,209)..(50,217).. +controls (53,253) ..(72,270); + +\draw[draw=#2, line width=#3pt] (72,270) arc (-5:90:28); + +\draw[draw=#2, line width=#3pt] (72,270)..controls (100,284)..(112,284).. +controls (127,276)..(118,256).. +controls (71,199)..(108,137).. +controls (113,120)..(131,124).. +controls (138,106)..(154,111).. +controls (165,95)..(180,104).. +controls (193,89)..(206,101).. +controls (219,86)..(234,95).. +controls (246,82) ..(260,95).. +controls (273,82) .. (285,95).. +controls (298,81)..(313,89).. +controls (325,78) ..(338,86).. +controls (354,74)..(366,90).. +controls (389,85)..(380,108).. +controls (390,128)..(370,135).. +controls (370,152)..(351,153).. +controls (354,173)..(335,174).. +controls (334,191)..(318,191).. +controls (315,210)..(296,207).. +controls (290,226)..(274,219).. +controls (263,234)..(248,222).. +controls (237,236)..(223,225).. +controls (208,237)..(196,221).. +controls (180,224)..(175,206).. +controls (159,207)..(154,191).. +controls (138,190)..(134,172).. +controls (117,180)..(110,188).. +controls (104,206)..(121,231).. +controls (151,277)..(146,315).. +controls (127,340)..(95,346).. +controls (71,337) ..(45,301); + +\draw[draw=#2, line width=#3pt] (89,321) circle (0.8cm); + +\draw[draw=#2, line width=#3pt] (196,93)..controls (194,62)..(194,33).. +controls (172,33)..(141,25).. +controls (138,22)..(143,17).. +controls (175,13) .. (212,19).. +controls (217,26)..(213,36).. +controls (208,59)..(207,100); + +\draw[draw=#2, line width=#3pt] (288,92)..controls (285,55)..(286,33).. +controls (263,32) ..(235,28).. +controls (230,22) ..(234,17).. +controls (270,12) .. (304,17).. +controls (308,27)..(304,35).. +controls (300,57)..(302,85); + +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Bell###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\Bell}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2, line width=#3pt] (239,518) ellipse (2cm and 1.5 cm); + +\draw[draw=#2, line width=#3pt] (219,519) .. controls (90, 480) and (160,308) .. (82,227); + +\draw[draw=#2, line width=#3pt] (236,197) ellipse (17 cm and 7cm ); + +\draw[draw=#2, line width=#3pt] (175,230) ellipse (5cm and 3cm); + +\draw[draw=#2, line width=#3pt] (259,517) .. controls (375,480) and (323,304) .. (395,222); + +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Broom###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\broom}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] + +\draw[draw=#2, line width=#3pt] (163,800) --(196,800); + +\draw[draw=#2, line width=#3pt] (163,800)--(167,343); + +\draw[draw=#2, line width=#3pt] (196,800) -- (193,344); + +\draw[draw=#2, line width=#3pt] (167,343) .. controls (132,325) .. (109,260); + +\draw[draw=#2, line width=#3pt] (109,260) .. controls (65,196) .. (0,161); + +\draw[draw=#2, line width=#3pt] (0,161) -- (12,140); + +\draw[draw=#2, line width=#3pt] (12,140) .. controls (76,180) .. (118,245); + +\draw[draw=#2, line width=#3pt] (118,245) .. controls (90,155) .. (53,126); + +\draw[draw=#2, line width=#3pt] (53,126) -- (70,112); + +\draw[draw=#2, line width=#3pt] (70,112) .. controls (116,166) .. (136,237); + +\draw[draw=#2, line width=#3pt] (136,237) .. controls (137,159) .. (112,104); + +\draw[draw=#2, line width=#3pt] (112,104)--(136,93); + +\draw[draw=#2, line width=#3pt] (136,93) .. controls (157,160) .. (160,234); + +\draw[draw=#2, line width=#3pt] (160,234) .. controls (172,171) .. (179,87); + +\draw[draw=#2, line width=#3pt] (179,87) -- (199,90); + +\draw[draw=#2, line width=#3pt] (199,90) .. controls (188,176) .. (194,231); + +\draw[draw=#2, line width=#3pt] (194,231) .. controls (198,170) .. (224,93); + +\draw[draw=#2, line width=#3pt] (224,93) -- (245,101); + +\draw[draw=#2, line width=#3pt] (245,101) .. controls (220,156) .. (218,232); + +\draw[draw=#2, line width=#3pt] (218,232) .. controls (240,166) .. (291,111); + +\draw[draw=#2, line width=#3pt] (291,111) -- (304,122); + +\draw[draw=#2, line width=#3pt] (304,122) .. controls (253,183) ..(240,238); + +\draw[draw=#2, line width=#3pt] (240,238) .. controls (281,181) .. (347,145); + +\draw[draw=#2, line width=#3pt] (347,145)--(356,156); + +\draw[draw=#2, line width=#3pt] (356,156) .. controls (291,203) .. (244,262); + +\draw[draw=#2, line width=#3pt] (244,262) .. controls (237,311) .. (193,344); + + +\end{tikzpicture} +} + + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Candle###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\candle}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] + +\draw[draw=#2, line width=#3pt] (189,324) ellipse (10cm and 2.5cm ); + +\draw[draw=#2, line width=#3pt] (88,323) -- (85,78); + +\draw[draw=#2, line width=#3pt] (85,78) .. controls (196,48) ..(283,82); + +\draw[draw=#2, line width=#3pt] (282,82) -- (289,323); + +\draw[draw=#2, line width=#3pt] (177,376)--(177,321)--(194,321)--(195,377)--(177,376); + +\draw[draw=#2, line width=#3pt] (178,557) .. controls (105,415) .. (177,376); + +\draw[draw=#2, line width=#3pt] (194,378) .. controls (250,437) .. (178,557); + +\draw[draw=#2, line width=#3pt] (184,387) .. controls (144,428) .. (182,501); + +\draw[draw=#2, line width=#3pt] (184,387) .. controls (211,446) .. (182,501); + +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Kite###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\kite}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] +\draw[draw=#2, line width=#3pt] (325,446) .. controls (227,407) .. (133,398); + +\draw[draw=#2, line width=#3pt] (133,398) .. controls (142,267) .. (122,156); + +\draw[draw=#2, line width=#3pt] (325,446) .. controls (341,353) .. (373,280); + +\draw[draw=#2, line width=#3pt] (373,280) .. controls (244,232) .. (122,156); + +\draw[draw=#2, line width=#3pt] (325,446) -- (122,156) ; + +\draw[draw=#2, line width=#3pt] (133,398) -- (373,280) ; + +\draw[draw=#2, line width=#3pt] (239,380) circle (1.5cm); + +\draw[draw=#2, line width=#3pt] (183,315) circle (1.5cm); + +\draw[draw=#2, line width=#3pt] (260,281) circle (1.5cm); + +\draw[draw=#2, line width=#3pt] (308,345) circle (1.5cm); + +\draw[draw=#2, line width=#3pt] (122,156) .. controls (124,98) .. (101,54); + +\draw[draw=#2, line width=#3pt] (102,54) .. controls (55,37) .. (25,10); + +\end{tikzpicture} + +} + + + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Mouse###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\Mouse}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] +\draw[draw=#2, line width=#3pt] (305,195) arc (-90 : 180: 45); + +\draw[draw=#2, line width=#3pt] (305,215) arc (-90 : 180: 25); + +\draw[draw=#2, line width=#3pt] (136,242) arc (1 : 270 : 45); + +\draw[draw=#2, line width=#3pt] (119,238) arc (1 : 270 : 25); + +\draw[draw=#2, line width=#3pt] (91,197) -- (186,32); + +\draw[draw=#2, line width=#3pt] (186,32) .. controls (198,24) .. (211,31); + +\draw[draw=#2, line width=#3pt] (211,31) -- (305,196); + +\draw[draw=#2, line width=#3pt] (135,241)--(260,240); + +\draw[draw=#2, line width=#3pt] (168,62) .. controls (142,68) .. (117,79); + +\draw[draw=#2, line width=#3pt] (172,58) .. controls (144,53) .. (117,58); + +\draw[draw=#2, line width=#3pt] (175,50) .. controls (150,36) .. (124,35); + +\draw[draw=#2, line width=#3pt] (219,46) .. controls (240,34) .. (268,32); + +\draw[draw=#2, line width=#3pt] (225,57) .. controls (249,52) .. (274,57); + +\draw[draw=#2, line width=#3pt] (229,67) .. controls (256,67) .. (276,79); + +\draw[draw=#2, line width=#3pt] (154,180) circle (1.5cm); + +\draw[draw=#2, line width=#3pt] (238,180) circle (1.5cm); + +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Cloud###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\cloud}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] + +\draw[draw=#2, line width=#3pt] (320,77) arc (-90 : 90 : 61); + +\draw[draw=#2, line width=#3pt] (198,184) arc (2 : 180 : 55); + +\draw[draw=#2, line width=#3pt] (320,189) arc (2: 180 : 61); + +\draw[draw=#2, line width=#3pt] (110,180) arc (75 : 270 : 61); + +\draw[draw=#2, line width=#3pt] (318,78) arc (10 : -180 : 31); + +\draw[draw=#2, line width=#3pt] (258,68) arc (-15 : -180 : 31); + +\draw[draw=#2, line width=#3pt] (205,54) arc (-25 : -180 : 61); + +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Horse###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\horse}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] + +\draw[draw=#2, line width=#3pt] (80,251) -- (71,250); +\draw[draw=#2, line width=#3pt] (71,250) .. controls (66,253) .. (63,261); +\draw[draw=#2, line width=#3pt] (63,261) .. controls (60,250) .. (68,242); +\draw[draw=#2, line width=#3pt] (68,242) .. controls (60,229) .. (59,217); +\draw[draw=#2, line width=#3pt] (59,218) .. controls (57,205) .. (49,193); +\draw[draw=#2, line width=#3pt] (49,193) .. controls (51,181) .. (62,181); +\draw[draw=#2, line width=#3pt] (62,181) .. controls (73,189) .. (83,198); +\draw[draw=#2, line width=#3pt] (83,198) .. controls (99,186) .. (117,143); +\draw[draw=#2, line width=#3pt] (117,143) .. controls (118,129) .. (128,114); +\draw[draw=#2, line width=#3pt] (128,114) .. controls (120,104) .. (112,93); +\draw[draw=#2, line width=#3pt] (112,93) .. controls (111,88) .. (110,53); +\draw[draw=#2, line width=#3pt] (110,53) .. controls (108,48) .. (103,40); +\draw[draw=#2, line width=#3pt] (103,40) .. controls (112,35) .. (122,38); +\draw[draw=#2, line width=#3pt] (122,38) .. controls (122,44) .. (121,50); +\draw[draw=#2, line width=#3pt] (121,50) .. controls (119,66) .. (121,82); +\draw[draw=#2, line width=#3pt] (121,82) .. controls (129,92) .. (139,97); +\draw[draw=#2, line width=#3pt] (139,97) .. controls (145,73) .. (144,49); +\draw[draw=#2, line width=#3pt] (144,49) .. controls (143,44) .. (137,38); +\draw[draw=#2, line width=#3pt] (137,38) .. controls (144,34) .. (154,37); +\draw[draw=#2, line width=#3pt] (154,37) .. controls (153,43) .. (153,48); +\draw[draw=#2, line width=#3pt] (153,48) .. controls (154,76) .. (155,110); +\draw[draw=#2, line width=#3pt] (155,110) .. controls (200,100) .. (242,108); +\draw[draw=#2, line width=#3pt] (242,108) .. controls (249,88) .. (243,48); +\draw[draw=#2, line width=#3pt] (243,48) .. controls (241,41) .. (237,36); +\draw[draw=#2, line width=#3pt] (237,36) .. controls (242,32) .. (253,36); +\draw[draw=#2, line width=#3pt] (253,36) .. controls (253,42) .. (254,48); +\draw[draw=#2, line width=#3pt] (254,48) .. controls (257,69) .. (266,96); +\draw[draw=#2, line width=#3pt] (266,96) .. controls (278,72) .. (280,59); +\draw[draw=#2, line width=#3pt] (280,59) .. controls (277,52) .. (274,48); +\draw[draw=#2, line width=#3pt] (274,48) .. controls (283,45) .. (291,47); +\draw[draw=#2, line width=#3pt] (291,47) .. controls (291,53) .. (291,57); +\draw[draw=#2, line width=#3pt] (291,57) .. controls (287,82) .. (286,90); +\draw[draw=#2, line width=#3pt] (286,90) .. controls (286,97) .. (287,103); +\draw[draw=#2, line width=#3pt] (287,103) .. controls (283,105) .. (278,111); +\draw[draw=#2, line width=#3pt] (278,111) .. controls (273,117) .. (272,125); +\draw[draw=#2, line width=#3pt] (272,125) .. controls (282,145) .. (270,168); +\draw[draw=#2, line width=#3pt] (270,168) .. controls (273,171) .. (277,171); +\draw[draw=#2, line width=#3pt] (277,171) .. controls (287,154) .. (307,144); +\draw[draw=#2, line width=#3pt] (307,144) --(308,148); +\draw[draw=#2, line width=#3pt] (308,148) .. controls (335,146) .. (355,155); +\draw[draw=#2, line width=#3pt] (355,155) -- (349,159); +\draw[draw=#2, line width=#3pt] (349,159) -- (358,157); +\draw[draw=#2, line width=#3pt] (358,157) .. controls (334,168) .. (312,166); +\draw[draw=#2, line width=#3pt] (312,166) -- (320,170); +\draw[draw=#2, line width=#3pt] (320,170) -- (305,170); +\draw[draw=#2, line width=#3pt] (305,170) .. controls (295,184) .. (288,188); +\draw[draw=#2, line width=#3pt] (288,188) .. controls (273,190) .. (266,174); +\draw[draw=#2, line width=#3pt] (266,174) .. controls (241,186) .. (190,179); +\draw[draw=#2, line width=#3pt] (190,179) .. controls (185,184) .. (183,184); +\draw[draw=#2, line width=#3pt] (183,184) .. controls (154,191) .. (133,218); +\draw[draw=#2, line width=#3pt] (133,218) -- (130,218); +\draw[draw=#2, line width=#3pt] (130,218) -- (129,221); +\draw[draw=#2, line width=#3pt] (129,221) -- (120,226); +\draw[draw=#2, line width=#3pt] (120,226) -- (118,231); +\draw[draw=#2, line width=#3pt] (118,231) -- (107,238); +\draw[draw=#2, line width=#3pt] (107,238) -- (106,242); +\draw[draw=#2, line width=#3pt] (106,242) -- (90,250); +\draw[draw=#2, line width=#3pt] (90,250) -- (78,264); +\draw[draw=#2, line width=#3pt] (78,264) -- (80,251); +\draw[draw=#2, line width=#3pt] (90,250) .. controls (90,230) .. (96,216); +\draw[draw=#2, line width=#3pt] (96,216) .. controls (95,228) .. (96,236); +\draw[draw=#2, line width=#3pt] (96,236) .. controls (100,220) .. (106,207); +\draw[draw=#2, line width=#3pt] (106,207) .. controls (106,217) .. (108,222); +\draw[draw=#2, line width=#3pt] (108,222) -- (110,204); +\draw[draw=#2, line width=#3pt] (110,204) .. controls (115,199) .. (116,191); +\draw[draw=#2, line width=#3pt] (116,191) .. controls (117,201) .. (115,210); +\draw[draw=#2, line width=#3pt] (115,210) .. controls (122,203) .. (128,181); +\draw[draw=#2, line width=#3pt] (128,181) -- (128,196); +\draw[draw=#2, line width=#3pt] (128,196) .. controls (133,191) .. (138,181); +\draw[draw=#2, line width=#3pt] (138,181) -- (138,190); +\draw[draw=#2, line width=#3pt] (138,190) .. controls (143,185) .. (150,178); +\draw[draw=#2, line width=#3pt] (150,178) -- (147,187); +\draw[draw=#2, line width=#3pt] (147,187) .. controls (152,186) .. (156,179); +\draw[draw=#2, line width=#3pt] (156,179) -- (157,185); +\draw[draw=#2, line width=#3pt] (157,185) .. controls (161,181) .. (163,171); +\draw[draw=#2, line width=#3pt] (163,171) -- (167,173); +\draw[draw=#2, line width=#3pt] (167,173) .. controls (170,172) .. (173,168); +\draw[draw=#2, line width=#3pt] (173,168) .. controls (183,171) .. (189,179); +\draw[draw=#2, line width=#3pt] (76,234) circle (0.2cm); +\draw[draw=#2, line width=#3pt] (54,189) -- (60,185); +\draw[draw=#2, line width=#3pt] (60,185) arc (-54 : 180 : 4); + +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Duckduck###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\Duckduck}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] + +\draw[draw=#2, line width=#3pt] (72,270) .. controls (41,265) .. (24,265); + +\draw[draw=#2, line width=#3pt] (25,265) arc (70 : 270 : 17); + +\draw[draw=#2, line width=#3pt] (19,232) .. controls (41,241) .. (66,254); + +\draw[draw=#2, line width=#3pt] (22,233) .. controls (39,230) .. (72,239); + +\draw[draw=#2, line width=#3pt] (72,239) .. controls (78,234) .. (76,220); + +\draw[draw=#2, line width=#3pt] (76,220) .. controls (53,114) .. (92,78); + +\draw[draw=#2, line width=#3pt] (91,79) .. controls (155,47) .. (214,40); + +\draw[draw=#2, line width=#3pt] (213,40) .. controls (293,54) .. (359,107); + +\draw[draw=#2, line width=#3pt] (359,107) -- (358,113); + +\draw[draw=#2, line width=#3pt] (358,113) .. controls (377,143) .. (391,178); + +\draw[draw=#2, line width=#3pt] (391,178) .. controls (376,162) .. (365,155); + +\draw[draw=#2, line width=#3pt] (365,155) .. controls (370,167) .. (374,178); + +\draw[draw=#2, line width=#3pt] (374,178) .. controls (368,170) .. (362,166); + +\draw[draw=#2, line width=#3pt] (362,166) .. controls (355,164) .. (343,167); + +\draw[draw=#2, line width=#3pt] (343,167) .. controls (241,212) .. (162,188); + +\draw[draw=#2, line width=#3pt] (136,220) arc (170 : 270 : 27); + +\draw[draw=#2, line width=#3pt] (136,220) .. controls (141,232) .. (154,246); + +\draw[draw=#2, line width=#3pt] (154,246) arc (-35 : 90 : 40); + +\draw[draw=#2, line width=#3pt] (122,309) .. controls (92,306) .. (71,270); + +\draw[draw=#2, line width=#3pt] (110,276) circle (1cm); + +\draw[draw=#2, line width=#3pt] (110,276) circle (0.2cm); + +\draw[draw=#2, line width=#3pt] (161,168) arc (100 : 270 : 37); + +\draw[draw=#2, line width=#3pt] (167,95) .. controls (225,103) .. (273,129); + +\draw[draw=#2, line width=#3pt] (273,129) -- (259,132); + +\draw[draw=#2, line width=#3pt] (259,132) -- (270,138); + +\draw[draw=#2, line width=#3pt] (270,138) -- (257,140); + +\draw[draw=#2, line width=#3pt] (257,140) -- (266,146); + +\draw[draw=#2, line width=#3pt] (266,146) -- (254,147); + +\draw[draw=#2, line width=#3pt] (191,44) -- (191,32); + +\draw[draw=#2, line width=#3pt] (191,32) .. controls (177,24) .. (158,21); + +\draw[draw=#2, line width=#3pt] (158,21) .. controls (165,15) .. (165,5); + +\draw[draw=#2, line width=#3pt] (165,5) .. controls (177,8) .. (185,1); + +\draw[draw=#2, line width=#3pt] (185,1) .. controls (188,7) .. (195,5); + +\draw[draw=#2, line width=#3pt] (195,5) .. controls (201,12) .. (205,20); + +\draw[draw=#2, line width=#3pt] (205,20) -- (204,42); + +\draw[draw=#2, line width=#3pt] (171,17) -- (188,25); + +\draw[draw=#2, line width=#3pt] (188,25) -- (177,14); + +\draw[draw=#2, line width=#3pt] (183,12) -- (193,21); + +\draw[draw=#2, line width=#3pt] (193,21) -- (190,11); + +\draw[draw=#2, line width=#3pt] (254,48) -- (255,34); + +\draw[draw=#2, line width=#3pt] (255,34) .. controls (240,29) .. (220,25); + +\draw[draw=#2, line width=#3pt] (220,25) .. controls (224,18) .. (225,11); + +\draw[draw=#2, line width=#3pt] (225,11) .. controls (238,12) .. (242,5); + +\draw[draw=#2, line width=#3pt] (242,5) .. controls (250,9) .. (254,7); + +\draw[draw=#2, line width=#3pt] (254,7) .. controls (262,15) .. (265,23); + +\draw[draw=#2, line width=#3pt] (265,23) -- (265,51); + +\draw[draw=#2, line width=#3pt] (232,19) -- (248,26); + +\draw[draw=#2, line width=#3pt] (248,26) -- (237,16); + +\draw[draw=#2, line width=#3pt] (245,15) -- (254,24); + +\draw[draw=#2, line width=#3pt] (254,24) -- (252,15); + +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Flamingo###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\Fflamingo}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] + +\draw[draw=#2, line width=#3pt] (45,301) .. controls (10,272) .. (39,214); + +\draw[draw=#2, line width=#3pt] (39,214) .. controls (45,209) .. (50,217); + +\draw[draw=#2, line width=#3pt] (50,217) .. controls (53,253) .. (72,270); + +\draw[draw=#2, line width=#3pt] (72,270) arc (-5 : 90 : 28); + +\draw[draw=#2, line width=#3pt] (72,270) .. controls (100,284) .. (112,284); + +\draw[draw=#2, line width=#3pt] (112,284) .. controls (127,276) .. (118,256); + +\draw[draw=#2, line width=#3pt] (118,256) .. controls (71,199) .. (108,137); + +\draw[draw=#2, line width=#3pt] (108,137) .. controls (113,120) .. (131,124); + +\draw[draw=#2, line width=#3pt] (131,124) .. controls (138,106) .. (154,111); + +\draw[draw=#2, line width=#3pt] (154,111) .. controls (165,95) .. (180,104); + +\draw[draw=#2, line width=#3pt] (180,104) .. controls (193,89) .. (206,101); + +\draw[draw=#2, line width=#3pt] (206,101) .. controls (219,86) .. (234,95); + +\draw[draw=#2, line width=#3pt] (234,95) .. controls (246,82) .. (260,95); + +\draw[draw=#2, line width=#3pt] (260,95) .. controls (273,82) .. (285,95); + +\draw[draw=#2, line width=#3pt] (285,95) .. controls (298,81) .. (313,89); + +\draw[draw=#2, line width=#3pt] (313,89) .. controls (325,78) .. (338,86); + +\draw[draw=#2, line width=#3pt] (338,86) .. controls (354,74) .. (366,90); + +\draw[draw=#2, line width=#3pt] (366,90) .. controls (389,85) .. (380,108); + +\draw[draw=#2, line width=#3pt] (380,108) .. controls (390,128) .. (370,135); + +\draw[draw=#2, line width=#3pt] (370,135) .. controls (370,152) .. (351,153); + +\draw[draw=#2, line width=#3pt] (351,153) .. controls (354,173) .. (335,174); + +\draw[draw=#2, line width=#3pt] (335,174) .. controls (334,191) .. (318,191); + +\draw[draw=#2, line width=#3pt] (318,191) .. controls (315,210) .. (296,207); + +\draw[draw=#2, line width=#3pt] (296,207) .. controls (290,226) .. (274,219); + +\draw[draw=#2, line width=#3pt] (274,219) .. controls (263,234) .. (248,222); + +\draw[draw=#2, line width=#3pt] (248,222) .. controls (237,236) .. (223,225); + +\draw[draw=#2, line width=#3pt] (223,225) .. controls (208,237) .. (196,221); + +\draw[draw=#2, line width=#3pt] (196,221) .. controls (180,224) .. (175,206); + +\draw[draw=#2, line width=#3pt] (175,206) .. controls (159,207) .. (154,191); + +\draw[draw=#2, line width=#3pt] (154,191) .. controls (138,190) .. (134,172); + +\draw[draw=#2, line width=#3pt] (134,172) .. controls (117,180) .. (110,188); + +\draw[draw=#2, line width=#3pt] (110,188) .. controls (104,206) .. (121,231); + +\draw[draw=#2, line width=#3pt] (121,231) .. controls (151,277) .. (146,315); + +\draw[draw=#2, line width=#3pt] (146,315) .. controls (127,340) .. (95,346); + +\draw[draw=#2, line width=#3pt] (95,346) .. controls (71,337) .. (45,301); + +\draw[draw=#2, line width=#3pt] (89,321) circle (0.8cm); + +\draw[draw=#2, line width=#3pt] (196,93) .. controls (194,62) .. (194,33); + +\draw[draw=#2, line width=#3pt] (194,33) .. controls (172,33) .. (141,25); + +\draw[draw=#2, line width=#3pt] (141,25) .. controls (138,22) .. (143,17); + +\draw[draw=#2, line width=#3pt] (143,17) .. controls (175,13) .. (212,19); + +\draw[draw=#2, line width=#3pt] (212,19) .. controls (217,26) .. (213,36); + +\draw[draw=#2, line width=#3pt] (213,36) .. controls (208,59) .. (207,100); + +\draw[draw=#2, line width=#3pt] (288,92) .. controls (285,55) .. (286,33); + +\draw[draw=#2, line width=#3pt] (286,33) .. controls (263,32) .. (235,28); + +\draw[draw=#2, line width=#3pt] (235,28) .. controls (230,22) .. (234,17); + +\draw[draw=#2, line width=#3pt] (234,17) .. controls (270,12) .. (304,17); + +\draw[draw=#2, line width=#3pt] (304,17) .. controls (308,27) .. (304,35); + +\draw[draw=#2, line width=#3pt] (304,35) .. controls (300,57) .. (302,85); + +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Ant###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\ant}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] + \draw[draw=#2, line width=#3pt] (94,129) circle (3.5cm); %cabeça + \draw[draw=#2, line width=#3pt] (90.4,143) circle (0.7cm);%olho + \draw[draw=#2, line width=#3pt] (74,157.5) .. controls(76,184 ) .. (66,193);%antena + \draw[draw=#2, line width=#3pt] (64,192) circle (0.4cm); + \draw[draw=#2, line width=#3pt] (88,163.5) .. controls(91,181 ) .. (87,196);%antena + \draw[draw=#2, line width=#3pt] (86,196) circle (0.4cm); + \draw[draw=#2, line width=#3pt] (70,104) .. controls(79,112) .. (82,122);%boca + \draw[draw=#2, line width=#3pt] (265,124) ellipse (55 and 30);%barriga + \draw[draw=#2, line width=#3pt] (174,120) ellipse (45 and 35);%corpo final + \draw[draw=#2, line width=#3pt] (145,93).. controls(140,57) and (120,40) .. (108,43);%pata1 + \draw[draw=#2, line width=#3pt] (164,86).. controls(146,41) .. (133,34);%pata2 + \draw[draw=#2, line width=#3pt] (180,85).. controls(191,29) .. (205,30);%pata3 + \draw[draw=#2, line width=#3pt] (197,90).. controls(206,40) .. (217,37);%pata4 + \draw[draw=#2, line width=#3pt] (255,94).. controls(240,40) .. (230,40);%pata5 + \draw[draw=#2, line width=#3pt] (272,94).. controls(280,38) .. (296,40);%pata6 +\end{tikzpicture} +} + + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####bat###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\Bat}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] +\draw[draw=#2, line width=#3pt] (36,45) circle (1.3cm); +\draw[draw=#2, line width=#3pt] (49,47)--(352,260)..controls(344,292)..(319,302)--(41,57); +\end{tikzpicture} +} + + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Mug###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\mug}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] +\draw[draw=#2, line width=#3pt] (30,33)..controls(30,10) and (281,10)..(281,33)--(281,310)..controls(281,340) and (30,340)..(30,310)--cycle; +\draw[draw=#2, line width=#3pt] (155,300) ellipse (110 and 20); +\draw[draw=#2, line width=#3pt](281,118) arc (258:462:65); +\draw[draw=#2, line width=#3pt](281,93) arc (262:458:90); +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Umbrella###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\umbrella}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] + % UMBRELLA Resindent Evil + \draw[draw=#2, line width=#3pt] (170,146)..controls(170,118)and(200,118)..(200,146)--(200,330)--(189,329)--(189,146)..controls(189,130)and(175,130)..(177,146)--(170,146); + \draw [fill=black,line width=2pt] (189,516.5)--(198,550)--(210,516)--cycle; + \draw [black,line width=3pt](28,325)..controls(72,360)..(121,325)..controls(157,359) ..(194,325)..controls(230,360) and (245,360)..(278,330)..controls(320,362)..(368,324)..controls(328,470)..(198,521)..controls(80,463)..(28,325); +\draw[draw=#2, line width=#3pt] (198,521)--(194,325); +\draw[draw=#2, line width=#3pt] (198,521)..controls(133,445)..(121,325); +\draw[draw=#2, line width=#3pt] (198,521)..controls(259,454)..(278,330); + \draw [fill=black] (97,392) circle (1cm); + \draw [fill=black] (118,443) circle (1cm); + \draw [fill=black] (164,383) circle (1cm); + \draw [fill=black] (173,438) circle (1cm); + \draw [fill=black] (227,441) circle (1cm); + \draw [fill=black] (234,386) circle (1cm); + \draw [fill=black] (310,394) circle (1cm); + \draw [fill=black] (290,446) circle (1cm); +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Lion###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\lion}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] +\draw[draw=#2, line width=#3pt](130,355)--(165,345)--(190,360)--(195,350)--(215,370)..controls(226,354)..(245,345)--(270,355)--(265,340)--(295,325)--(290,315)--(320,295)--(305,290)..controls(328,261)..(330,240)--(350,210)--(340,205)--(355,170)..controls(344,169)..(330,105)--(320,115)..controls(322,98)..(290,60)--(290,75)--(267,20)..controls(246,25)..(230,45)--(225,25)..controls(215,39)..(200,50)--(175,20)--(170,43)..controls(156,27)..(130,21)..controls(127,35)..(105,75)--(105,60)..controls(75,93)..(70,115)--(65,100)..controls(51,161)..(40,170)--(50,210)--(35,215)..controls(70,233) and(64,270)..(95,293)--(80,300)--(110,320)--(100,325)--(140,345)--cycle; + +\draw[draw=#2, line width=#3pt] (165,290)--(180,285)--(195,290)--(200,285)--(205,290)--(222,280)--(235,285)--(235,275)--(250,270)--(240,270)--(260,260)--(250,255)..controls(262,243)..(265,230)--(275,215)--(270,210)--(275,195)--(270,199)--(274,176)--(286,168)--(276,164)--(286,155)--(275,155)--(275,145)--(270,145)--(265,135)--(259,136)--(234,121)..controls(234,95) and (170,95) ..(170,121)--(135,140)--(130,140)--(125,145)--(115,145)--(120,155)--(105,155)--(115,165)--(105,170)..controls(122,175)..(125,200)--(115,195)--(125,215)--(115,215)..controls(137,230)and (120,243)..(145,255)--(135,260)--(155,270)--(150,275)--(170,280)--cycle; + + %olhos + \draw[draw=#2, line width=#3pt] (172,222) ellipse (12 and 17); + \draw [draw=none,fill=black, line width=2pt](161,214)..controls(172,228)..(183,214); + \draw [ line width=2pt,fill=black](163,215)..controls(163,203)and(182,203)..(182,215); + + \draw [fill=white, line width=2pt] (230,222) ellipse (12 and 17); + \draw [fill=black,draw=none, line width=2pt](219,214)..controls(230,227)..(241,214); + \draw [ fill=black,line width=2pt](220,215)..controls(220,203)and(240,203)..(240,215); + %nariz +\draw[draw=#2, line width=#3pt](192,171)..controls(201,174)..(210,171)..controls(210,167)..(202,159)..controls(192,167)..cycle; + %boca + \draw[draw=#2, line width=#3pt] (168,141)..controls(180,130) and (200,130)..(202,159)..controls(200,130) and(228,130)..(233,141); + + %bigodes +\draw[draw=#2, line width=#3pt](235,165) ..controls(267,186)..(305,200); +\draw[draw=#2, line width=#3pt](235,160) ..controls(274,175)..(310,180); +\draw[draw=#2, line width=#3pt](240,155) ..controls(286,159)..(325,150); +\draw[draw=#2, line width=#3pt](170,160) ..controls(136,185).. (95,195); +\draw[draw=#2, line width=#3pt](170,150) ..controls(136,170).. (90,175); +\draw[draw=#2, line width=#3pt](165,145) ..controls(125,154)..(80,150); +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Chick###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\chick}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] +\draw[draw=#2, line width=#3pt] (70,155) ..controls(70,0)and(335,-40).. (335,185) -- (275,160) -- (235,190) -- (185,165) -- (160,180) -- (130,155) -- (100,180)--cycle; + +\draw[draw=#2, line width=#3pt] (275,160) -- (255,125) -- (240,130) -- (245,105) -- (215,90); + +\draw[draw=#2, line width=#3pt] (330,183).. controls(335,200).. (320,205) ..controls(335,205)and(355,230)..(320,225) ..controls(350,240)and(350,252).. (320,250) ..controls(380,300) and (360,330).. (275,255) ..controls(262,244).. (255,220); + +\draw[draw=#2, line width=#3pt] (289,267) ..controls(288,289)and(278,332).. (245,353) ..controls(285,360)and(238,375).. (227,362)..controls(240,383)and(220,383).. (212,370).. controls(190,390)and(180,390)..(190,363) ..controls(120,360)and(110,300).. (135,245) ..controls(113,235)and(102,193).. (105,176); + +\draw[draw=#2, line width=#3pt] (85,167) ..controls(48,195)and(60,208)..(75,200) ..controls(40,215)and(50,240).. (67,228) ..controls(53,236)and(40,270).. (73,258) ..controls(25,298)and(70,310).. (126,270); + +\draw[draw=#2, line width=#3pt] (165,305) ..controls(160,265).. (185,295) ..controls(125,325).. (190,325) ..controls(190,340)and(210,320).. (195,305)..controls(196,293)..(201,287)..controls(158,250).. (155,310); +\draw[draw=#2, line width=#3pt] (183,344) ellipse (6 and 9); +\draw[draw=#2, line width=#3pt] (212,336) ellipse (6 and 9); + +\draw [fill=black,line width=2pt] (177,344)..controls(185,345)..(188,349); +\draw [fill=black,line width=2pt] (177,343)..controls(179,354)and(183,355)..(188,349); + +\draw [fill=black,line width=2pt] (206,336)..controls(215,338)..(216,343); +\draw [fill=black,line width=2pt] (206,335)..controls(205,347)and(215,346)..(216,342); +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####squirrel###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\Squirrel}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] + %scraft + \draw[draw=#2, line width=#3pt] (175,165) ..controls(110,90)and(100,120).. (145,160) ..controls(140,176).. (130,180)..controls(58,195)and(84,249).. (155,255)-- (175,280)..controls(181,260)..(180,245) ..controls(195,220)and(190,200).. (175,185) ..controls(188,161).. (185,130) ..controls(200,100)and(240,100).. (215,265) ..controls(240,330)and(330,289).. (335,250) ..controls(283,280)and(270,250).. (280,210) ..controls(320,30)and(195,40)..(175,95) ..controls(175,65).. (160,65) ..controls(95,60)and(119,85).. (135,85) ..controls(130,94)and(130,120).. (155,125) -- (153,141.7); + +\draw[draw=#2, line width=#3pt] (120,182.5)..controls(85,140)and(105,100)..(132.5,95); +\draw[draw=#2, line width=#3pt] (185,130) ..controls(204,155).. (190,220) ..controls(160,320)and(300,360).. (336,250); +\draw[draw=#2, line width=#3pt] (140,253) ..controls(142,260).. (140,280) ..controls(151,270).. (155,255); +\draw[draw=#2, line width=#3pt] (108,112.5) -- (108,95) ..controls(85,85)and(92,75).. (117.5,75); +\draw[draw=#2, line width=#3pt] (165,250) ..controls(175,265)..(175,280); + \draw [fill=black!80](126,229) circle (0.4cm); + \draw [line width=2pt,fill=black!80] (88,217) ..controls(94,215).. (95,210) ..controls(94,207).. (90,203)..controls(87,211)..cycle; + +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Giraffe###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\Giraffe}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] + \draw[draw=#2, line width=#3pt] (85,515).. controls(163,340)..(160,245) ..controls(169,139)and (165,50).. (150,40) ..controls(155,29)..(180,30)..controls(190,290)and (220,290).. (195,50) ..controls(189,42).. (185,35) ..controls (203,29)..(220,35) ..controls(222,40).. (220,50) ..controls(225,245).. (275,205) ..controls(274,152).. (235,50) ..controls(245,40)..(265,45) ..controls(250,64)and(310,164).. (310,195) ..controls(315,166).. (310,140) ..controls(305,76)..(295,50) ..controls(306,43).. (325,45) ..controls(335,165).. (330,255) ..controls(353,224).. (370,180) ..controls(357,150).. (360,110) ..controls(390,153)and (385,235).. (330,280) ..controls(325,295).. (310,305) ..controls(211,405).. (120,570) ..controls(128,600).. (120,615) ..controls(99,610).. (80,590) ..controls(73,606).. (75,620) -- (60,620) ..controls(66,600)..(60,585) ..controls(49,575)..(40,550) ..controls(39,526).. (25,505) ..controls(24,495)..(25,490) ..controls(54,490)..(65,505)--cycle; + + \draw[draw=#2, line width=#3pt] (55,580) ..controls(50,593)..(40,605) -- (50,615) ..controls(57,605).. (62,590); + \draw [fill=black](77,567) circle(0.6cm); +\draw[draw=#2, line width=#3pt] (35,490).. controls(49,499)..(55,515); + + \draw[fill=black, line width=2pt] (180,45) -- (155,45) --(150,40) ..controls(155,30)..(160,29) -- (180,31)--cycle; + \draw [fill=black,line width=2pt] (220,50) -- (195,50) -- (185,35)..controls(202,30).. (220,35) ..controls(223,44)..(220,50)--cycle; + \draw [fill=black,line width=2pt] (239,60) -- (262,55) -- (265,45) ..controls(246,40).. (235,50)--cycle; + \draw [fill=black,line width=2pt] (299,60) -- (295,50) -- (305,45) ..controls(315,44).. (325,45) -- (325,50)--cycle; + + \draw [draw=none,fill=black](118,520) ellipse(15 and 10); + \draw [draw=none,fill=black](131,488) ellipse(10 and 15); + \draw [draw=none,fill=black](109,498) ellipse(7 and 7); + \draw [draw=none,fill=black](154,483) ellipse(5 and 5); + \draw [draw=none,fill=black](146,456) ellipse(14 and 11); + \draw [draw=none,fill=black](144,428) ellipse(7 and 7); + \draw [draw=none,fill=black](166,425) ellipse(10 and 15); + \draw [draw=none,fill=black](188,421) ellipse(6 and 10); + \draw [draw=none,fill=black](154,398) ellipse(7 and 10); + \draw [draw=none,fill=black](181,393) ellipse(13 and 9); + \draw [draw=none,fill=black](207,385) ellipse(6 and 12); + \draw [draw=none,fill=black](176,359) ellipse(10 and 15); + \draw [draw=none,fill=black](216,358) ellipse(16 and 10); + \draw [draw=none,fill=black](241,345) ellipse(9 and 9); + \draw [draw=none,fill=black](186,324) ellipse(10 and 15); + \draw [draw=none,fill=black](214,317) ellipse(10 and 13); + \draw [draw=none,fill=black](250,315) ellipse(12 and 10); + \draw [draw=none,fill=black](194,287) ellipse(16 and 13); + \draw [draw=none,fill=black](177,268) ellipse(5 and 5); + \draw [draw=none,fill=black] (230,290) ellipse (10 and 15); + \draw [draw=none,fill=black] (255,265) ellipse (10 and 15); + \draw [draw=none,fill=black] (285,285) ellipse (10 and 8); + \draw [draw=none,fill=black] (280,310) ellipse (12 and 10); + \draw [draw=none,fill=black] (315,280) ellipse (10 and 10); + \draw [draw=none,fill=black] (310,240) ellipse (5 and 10); + \draw [draw=none,fill=black] (280,245) ellipse (10 and 15); + \draw [draw=none,fill=black] (310,220) ellipse (10 and 5); + \draw [draw=none,fill=black] (285,205) ellipse (5 and 5); + \draw [draw=none,fill=black] (293,178) ellipse (5 and 13); + \draw [draw=none,fill=black] (285,155) ellipse (5 and 10); + \draw [draw=none,fill=black] (275,135) ellipse (5 and 5); + \draw [draw=none,fill=black] (275,115) ellipse (5 and 5); + \draw [draw=none,fill=black] (265,105) ellipse (5 and 5); + \draw [draw=none,fill=black] (255,80) ellipse (5 and 5); + \draw [draw=none,fill=black] (310,80) ellipse (5 and 5); + \draw [draw=none,fill=black] (320,95) ellipse (9 and 5); + \draw [draw=none,fill=black] (320,125) ellipse (5 and 5); + \draw [draw=none,fill=black] (320,150) ellipse (5 and 5); + \draw [draw=none,fill=black] (325,185) ellipse (5 and 10); + \draw [draw=none,fill=black] (205,255) ellipse (15 and 10); + \draw [draw=none,fill=black] (220,230) ellipse (10 and 5); + \draw [draw=none,fill=black] (215,200) ellipse (5 and 10); + \draw [draw=none,fill=black] (215,170) ellipse (5 and 10); + \draw [draw=none,fill=black] (210,150) ellipse (5 and 5); + \draw [draw=none,fill=black] (210,125) ellipse (5 and 5); + \draw [draw=none,fill=black] (210,95) ellipse (7 and 9); + \draw [draw=none,fill=black] (215,62) ellipse (5 and 10); + \draw [draw=none,fill=black] (175,235) ellipse (10 and 8); + \draw [draw=none,fill=black] (180,205) ellipse (7 and 10); + \draw [draw=none,fill=black] (175,175) ellipse (5 and 10); + \draw [draw=none,fill=black] (180,155) ellipse (5 and 10); + \draw [draw=none,fill=black] (175,135) ellipse (5 and 5); + \draw [draw=none,fill=black] (175,105) ellipse (5 and 5); + \draw [draw=none,fill=black] (175,85) ellipse (5 and 10); + \draw [draw=none,fill=black] (175,60) ellipse (5 and 5); +\end{tikzpicture} +} + + + + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####rabit###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\rabit}[3]{ \begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2, line width=#3pt] (179,431) .. controls (156,449) and (19,271) ..(190,267); +\draw[draw=#2, line width=#3pt] (190,267) .. controls (343,295) and (208,449) ..(176,432); +\draw[draw=#2, line width=#3pt] (154,420) .. controls (125,484) and (140,450) ..(113,505); +\draw[draw=#2, line width=#3pt] (113,505) .. controls (102,522) and (45,483) ..(26,468); +\draw[draw=#2, line width=#3pt] (26,468) .. controls (24,449) and (71,451) ..(92,454); +\draw[draw=#2, line width=#3pt] (92,454) .. controls (98,454) and (118,427) ..(139,404); +\draw[draw=#2, line width=#3pt] (209,420) .. controls (227,457) and (248,499) ..(253,505); +\draw[draw=#2, line width=#3pt] (253,505) .. controls (262,516) and (316,481) ..(336,466); +\draw[draw=#2, line width=#3pt] (336,466) .. controls (338,448) and (293,449) ..(272,450); +\draw[draw=#2, line width=#3pt] (272,450) .. controls (260,442) and (241,418) ..(227,403); +\draw[draw=#2, line width=#3pt] (166,385) ellipse(0.6cm and 0.9cm); +\draw[draw=#2, line width=#3pt] (196,388) ellipse(0.6cm and 0.9cm); +\draw[draw=#2, line width=#3pt] (133,327) .. controls (108,344) and (77,354) ..(47,352); +\draw[draw=#2, line width=#3pt] (116,320) .. controls (105,322) and (92,322) ..(80,319); +\draw[draw=#2, line width=#3pt] (123,304) .. controls (91,300) and (83,278) ..(75,263); +\draw[draw=#2, line width=#3pt] (244,352) .. controls (258,373) and (278,385) ..(300,393); +\draw[draw=#2, line width=#3pt] (249,334) .. controls (267,341) and (287,352) ..(302,362); +\draw[draw=#2, line width=#3pt] (242,319) .. controls (260,316) and (279,312) ..(294,302); +\draw[draw=#2, line width=#3pt] (142,342) .. controls (157,354) and (191,379) ..(230,347); +\draw[draw=#2, line width=#3pt] (142,342) .. controls (157,325) and (183,306) ..(191,300); +\draw[draw=#2, line width=#3pt] (191,300) .. controls (209,316) and (226,333) ..(230,347); +\draw[draw=#2, line width=#3pt] (191,300) -- (191,284); +\draw[draw=#2, line width=#3pt] (135,278) .. controls (-16,-4) and (438,-32) ..(241,288); +\draw[draw=#2, line width=#3pt] (135,277) .. controls (71,241) and (52,243) ..(32,220); +\draw[draw=#2, line width=#3pt] (32,220) .. controls (14,198) and (35,168) ..(77,201); +\draw[draw=#2, line width=#3pt] (77,201) .. controls (88,201) and (101,209) ..(111,220); +\draw[draw=#2, line width=#3pt] (247,292) .. controls (289,270) and (338,248) ..(357,238); +\draw[draw=#2, line width=#3pt] (357,238) .. controls (381,223) and (337,186) ..(324,207); +\draw[draw=#2, line width=#3pt] (324,207) .. controls (310,211) and (284,215) ..(275,220); +\draw[draw=#2, line width=#3pt] (108,138) .. controls (62,129) and (53,94) ..(81,51); +\draw[draw=#2, line width=#3pt] (81,51) .. controls (20,25) and (51,6) ..(167,24); +\draw[draw=#2, line width=#3pt] (167,24) .. controls (180,33) and (188,47) ..(187,60); +\draw[draw=#2, line width=#3pt] (207,58) .. controls (211,41) and (217,30) ..(225,24); +\draw[draw=#2, line width=#3pt] (225,24) .. controls (257,26) and (281,18) ..(300,20); +\draw[draw=#2, line width=#3pt] (300,20) .. controls (361,6) and (357,35) ..(313,50); +\draw[draw=#2, line width=#3pt] (313,50) .. controls (335,105) and (340,115) ..(291,140); +\end{tikzpicture} +} + + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%##strawberry#%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\strawberry}[3]{ \begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2, line width=#3pt] (144,307) .. controls (120,318) and (85,341) ..(91,369); +\draw[draw=#2, line width=#3pt] (91,369) .. controls (108,354) and (176,345) ..(185,314); +\draw[draw=#2, line width=#3pt] (185,314) .. controls (190,336) and (177,357) ..(163,373); +\draw[draw=#2, line width=#3pt] (163,373) .. controls (202,369) and (220,327) ..(223,303); +\draw[draw=#2, line width=#3pt] (223,303) .. controls (221,343) and (253,372) ..(282,384); +\draw[draw=#2, line width=#3pt] (282,384) .. controls (288,354) and (273,324) ..(260,316); +\draw[draw=#2, line width=#3pt] (260,316) .. controls (296,311) and (318,274) ..(345,272); +\draw[draw=#2, line width=#3pt] (345,272) .. controls (319,255) and (256,263) ..(230,267); +\draw[draw=#2, line width=#3pt] (230,267) .. controls (243,237) and (220,216) ..(224,192); +\draw[draw=#2, line width=#3pt] (224,192) .. controls (178,227) and (187,263) ..(180,271); +\draw[draw=#2, line width=#3pt] (180,271) .. controls (133,234) and (100,256) ..(68,253); +\draw[draw=#2, line width=#3pt] (68,253) .. controls (83,277) and (135,289) ..(144,307); +\draw[draw=#2, line width=#3pt] (121,320) .. controls (-84,240) and (90,115) ..(140,80); +\draw[draw=#2, line width=#3pt] (140,80) .. controls (195,16) and (265,4) ..(307,115); +\draw[draw=#2, line width=#3pt] (307,115) .. controls (424,246) and (365,352) ..(264,319); +\draw[draw=#2, line width=#3pt] (70,220) .. controls (52,169) and (116,170) ..(70,220); +\draw[draw=#2, line width=#3pt] (128,163) .. controls (95,116) and (182,100) ..(128,163); +\draw[draw=#2, line width=#3pt] (158,231) .. controls (136,177) and (201,173) ..(158,231); +\draw[draw=#2, line width=#3pt] (216,173) .. controls (192,120) and (256,129) ..(216,173); +\draw[draw=#2, line width=#3pt] (239,103) .. controls (219,47) and (272,62) ..(239,103); +\draw[draw=#2, line width=#3pt] (293,237) .. controls (286,167) and (348,219) ..(293,237); + + +\end{tikzpicture} +} +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####turtle###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\turtle}[3]{ \begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2, line width=#3pt] (114,192) .. controls (86,180) and (83,168) ..(88,158); +\draw[draw=#2, line width=#3pt] (88,158) .. controls (74,129) and (118,113) ..(133,104); +\draw[draw=#2, line width=#3pt] (133,104) .. controls (148,86) and (191,76) ..(213,85); +\draw[draw=#2, line width=#3pt] (213,85) .. controls (251,76) and (284,93) ..(289,119); +\draw[draw=#2, line width=#3pt] (289,119) .. controls (336,126) and (336,170) ..(265,189); +\draw[draw=#2, line width=#3pt] (265,189) .. controls (242,208) and (201,214) ..(180,205); +\draw[draw=#2, line width=#3pt] (180,205) .. controls (151,210) and (118,203) ..(114,192); +\draw[draw=#2, line width=#3pt] (91,177) .. controls (85,191) and (89,186) ..(79,195); +\draw[draw=#2, line width=#3pt] (79,195) .. controls (91,196) and (96,188) ..(105,188); +\draw[draw=#2, line width=#3pt] (162,170) .. controls (180,188) and (215,188) ..(242,169); +\draw[draw=#2, line width=#3pt] (162,170) .. controls (181,167) and (196,160) ..(211,152); +\draw[draw=#2, line width=#3pt] (242,169) .. controls (235,161) and (218,157) ..(211,152); +\draw[draw=#2, line width=#3pt] (162,170) .. controls (105,166) and (130,169) ..(88,158); +\draw[draw=#2, line width=#3pt] (114,192) .. controls (139,193) and (155,189) ..(174,178); +\draw[draw=#2, line width=#3pt] (180,205) .. controls (190,199) and (197,190) ..(201,183); +\draw[draw=#2, line width=#3pt] (265,189) .. controls (249,177) and (250,171) ..(242,169); +\draw[draw=#2, line width=#3pt] (242,169) .. controls (275,166) and (305,149) ..(317,133); +\draw[draw=#2, line width=#3pt] (289,119) .. controls (269,135) and (234,151) ..(211,152); +\draw[draw=#2, line width=#3pt] (213,85) .. controls (218,108) and (216,133) ..(211,152); +\draw[draw=#2, line width=#3pt] (133,104) .. controls (154,128) and (173,141) ..(211,152); +\draw[draw=#2, line width=#3pt] (113,115) .. controls (95,83) and (49,76) ..(41,109); +\draw[draw=#2, line width=#3pt] (41,109) .. controls (68,102) and (84,111) ..(95,128); +\draw[draw=#2, line width=#3pt] (196,82) .. controls (189,73) and (193,76) ..(191,65); +\draw[draw=#2, line width=#3pt] (191,65) .. controls (153,42) and (155,34) ..(164,24); +\draw[draw=#2, line width=#3pt] (164,24) .. controls (194,23) and (232,45) ..(226,83); +\draw[draw=#2, line width=#3pt] (108,108) .. controls (130,84) and (158,68) ..(191,65); +\draw[draw=#2, line width=#3pt] (226,65) .. controls (249,61) and (282,73) ..(295,89); +\draw[draw=#2, line width=#3pt] (273,94) .. controls (278,89) and (288,90) ..(295,89); +\draw[draw=#2, line width=#3pt] (295,89) .. controls (311,93) and (326,74) ..(346,73); +\draw[draw=#2, line width=#3pt] (346,73) .. controls (379,73) and (372,128) ..(310,127); +\draw[draw=#2, line width=#3pt] (305,89) .. controls (302,94) and (303,95) ..(305,98); +\draw[draw=#2, line width=#3pt] (329,125) .. controls (356,146) and (348,166) ..(312,165); +\draw[draw=#2, line width=#3pt] (326,95) ellipse(0.2cm and 0.3cm); + +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####FLOWER###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\FLOWER}[3]{ \begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2, line width=#3pt] (10,43) -- (119,206); +\draw[draw=#2, line width=#3pt] (30,44) -- (130,197); +\draw[draw=#2, line width=#3pt] (51,77) .. controls (121,125) and (181,141) ..(244,142); +\draw[draw=#2, line width=#3pt] (244,142) .. controls (254,114) and (257,84) ..(237,53); +\draw[draw=#2, line width=#3pt] (237,53) .. controls (308,94) and (283,144) ..(206,168); +\draw[draw=#2, line width=#3pt] (206,168) .. controls (179,174) and (118,141) ..(79,119); +\draw[draw=#2, line width=#3pt] (119,206) .. controls (84,253) and (108,308) ..(121,369); +\draw[draw=#2, line width=#3pt] (121,369) .. controls (118,305) and (154,271) ..(134,217); +\draw[draw=#2, line width=#3pt] (134,218) .. controls (170,254) and (249,237) ..(273,265); +\draw[draw=#2, line width=#3pt] (273,265) .. controls (184,191) and (214,217) ..(130,197); +\draw[draw=#2, line width=#3pt] (129,307) .. controls (130,333) and (146,365) ..(149,402); +\draw[draw=#2, line width=#3pt] (149,402) .. controls (151,338) and (177,295) ..(160,252); +\draw[draw=#2, line width=#3pt] (160,328) .. controls (156,360) and (181,379) ..(184,427); +\draw[draw=#2, line width=#3pt] (184,427) .. controls (181,368) and (208,327) ..(186,288); +\draw[draw=#2, line width=#3pt] (188,375) .. controls (193,404) and (210,425) ..(212,462); +\draw[draw=#2, line width=#3pt] (212,462) .. controls (207,410) and (239,366) ..(215,321); +\draw[draw=#2, line width=#3pt] (219,397) .. controls (218,412) and (256,467) ..(263,494); +\draw[draw=#2, line width=#3pt] (263,494) .. controls (246,442) and (276,396) ..(241,356); +\draw[draw=#2, line width=#3pt] (227,247) .. controls (245,254) and (271,288) ..(303,302); +\draw[draw=#2, line width=#3pt] (303,302) .. controls (271,275) and (189,294) ..(160,253); +\draw[draw=#2, line width=#3pt] (248,285) .. controls (271,295) and (294,324) ..(317,332); +\draw[draw=#2, line width=#3pt] (317,332) .. controls (287,313) and (218,336) ..(186,289); +\draw[draw=#2, line width=#3pt] (282,323) .. controls (303,328) and (321,362) ..(349,369); +\draw[draw=#2, line width=#3pt] (349,369) .. controls (319,347) and (241,363) ..(221,336); +\draw[draw=#2, line width=#3pt] (304,356) .. controls (320,366) and (342,401) ..(366,413); +\draw[draw=#2, line width=#3pt] (366,413) .. controls (327,381) and (269,397) ..(252,373); +\draw[draw=#2, line width=#3pt] (295,389) .. controls (322,405) and (329,472) ..(378,504); +\draw[draw=#2, line width=#3pt] (378,504) .. controls (340,460) and (265,451) ..(259,410); +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####FISH###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\FISH}[3]{ \begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2,line width=#3pt](160,145) ellipse(16cm and 13cm); +\draw[draw=#2,line width=#3pt](280,220) arc(-63:180:50); +\draw[draw=#2,line width=#3pt](280,178) ellipse(8cm and 5cm); +\draw[draw=#2,line width=#3pt](237,136)--(194,18); +\draw[draw=#2,line width=#3pt](210,153)--(159,17); +\draw[draw=#2,line width=#3pt](253,250)--(244,221); +\draw[draw=#2,line width=#3pt](165,275)--(92,29); +\draw[draw=#2,line width=#3pt](67,190) ellipse(1.9cm and 3cm); +\draw[draw=#2,line width=#3pt](49,186)--(78,166); +\draw[draw=#2,line width=#3pt](1,150)--(46,126); +\draw[draw=#2,line width=#3pt](295,76)--(361,80); +\draw[draw=#2,line width=#3pt](364,81)--(314,111); + +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%##centipede##%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\centipede}[3]{ \begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2,line width=#3pt](317,70)circle(38.3); +\draw[draw=#2,line width=#3pt](250,107) circle(35.3); +\draw[draw=#2,line width=#3pt](188,137) circle(35.3); +\draw[draw=#2,line width=#3pt](148,191) circle(35.3); +\draw[draw=#2,line width=#3pt](100,241) circle(35.3); +\draw[draw=#2,line width=#3pt](68,299) circle(35.3); +\draw[draw=#2,line width=#3pt](38,360) circle(35.3); +\draw[draw=#2,line width=#3pt](85,410) circle(35.3); +\draw[draw=#2,line width=#3pt](335,106)--(357,121); +\draw[draw=#2,line width=#3pt](327,109)--(332,132); +\draw[draw=#2,line width=#3pt](310,109)--(319,141); +\draw[draw=#2,line width=#3pt](332,34)--(341,19); +\draw[draw=#2,line width=#3pt](312,32)--(316,05); +\draw[draw=#2,line width=#3pt](292,40)--(295,15); +\draw[draw=#2,line width=#3pt](252,72)--(250,55); +\draw[draw=#2,line width=#3pt](231,79)--(227,56); +\draw[draw=#2,line width=#3pt](220,87)--(209,61); +\draw[draw=#2,line width=#3pt](271,135)--(292,149); +\draw[draw=#2,line width=#3pt](254,144)--(277,161); +\draw[draw=#2,line width=#3pt](235,139)--(252,165); +\draw[draw=#2,line width=#3pt](216,156)--(230,162); +\draw[draw=#2,line width=#3pt](211,165)--(226,184); +\draw[draw=#2,line width=#3pt](192,172)--(214,184); +\draw[draw=#2,line width=#3pt](191,102)--(190,85); +\draw[draw=#2,line width=#3pt](167,109)--(165,90); +\draw[draw=#2,line width=#3pt](154,125)--(145,110); +\draw[draw=#2,line width=#3pt](141,155)--(134,146); +\draw[draw=#2,line width=#3pt](119,170)--(116,156); +\draw[draw=#2,line width=#3pt](114,189)--(101,171); +\draw[draw=#2,line width=#3pt](184,184)--(201,187); +\draw[draw=#2,line width=#3pt](181,201)--(202,204); +\draw[draw=#2,line width=#3pt](169,222)--(181,229); +\draw[draw=#2,line width=#3pt](136,236)--(147,237); +\draw[draw=#2,line width=#3pt] (131,256)--(157,258); +\draw[draw=#2,line width=#3pt](114,274)--(142,280); +\draw[draw=#2,line width=#3pt](95,206)--(87,192); +\draw[draw=#2,line width=#3pt](74,217)--(60,205); +\draw[draw=#2,line width=#3pt](64,240)--(47,229); +\draw[draw=#2,line width=#3pt](52,270)--(30,265); +\draw[draw=#2,line width=#3pt](36,277)--(15,280); +\draw[draw=#2,line width=#3pt](32,297)--(15,304); +\draw[draw=#2,line width=#3pt](102,289)--(117,286); +\draw[draw=#2,line width=#3pt](101,309)--(127,304); +\draw[draw=#2,line width=#3pt](87,326)--(115,330); +\draw[draw=#2,line width=#3pt](75,334)--(115,336); +\draw[draw=#2,line width=#3pt](69,341)--(90,347); +\draw[draw=#2,line width=#3pt](72,357)--(90,357); +\draw[draw=#2,line width=#3pt](72,364)--(96,364); +\draw[draw=#2,line width=#3pt](26,325)--(12,314); +\draw[draw=#2,line width=#3pt](11,342)--(-04,342); +\draw[draw=#2,line width=#3pt](4,369)--(-10,367); +\draw[draw=#2,line width=#3pt](73,441) arc(-50:160:30); +\draw[draw=#2,line width=#3pt](121,416) arc(-65:-180:-30); +\draw[draw=#2,line width=#3pt](32,467) circle(10.4); +\draw[draw=#2,line width=#3pt](164,376) circle(10.4); +\draw[draw=#2,line width=#3pt](63,391) arc(30:120:-20); +\draw[draw=#2,line width=#3pt](72,417) circle(06.1); +\draw[draw=#2,line width=#3pt](98,406) circle(06.1); + +\end{tikzpicture} +} + + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%##Book##%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\Book}[3]{ \begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2,line width=#3pt](216,36)--(330,76); +\draw[draw=#2,line width=#3pt](330,76)--(331,310); +\draw[draw=#2,line width=#3pt](331,310)--(214,267); +\draw[draw=#2,line width=#3pt](214,267)--(177,268); +\draw[draw=#2,line width=#3pt](177,268)--(62,307); +\draw[draw=#2,line width=#3pt](62,307)--(62,76); +\draw[draw=#2,line width=#3pt](62,76)--(178,35); +\draw[draw=#2,line width=#3pt](178,36)--(216,36); +\draw[draw=#2,line width=#3pt](216,36)--(216,266); +\draw[draw=#2,line width=#3pt](178,36)--(177,268); +\draw[draw=#2,line width=#3pt](220,22)--(344,62); +\draw[draw=#2,line width=#3pt](344,62)--(347,308); +\draw[draw=#2,line width=#3pt](347,308)--(333,310);--(331,76); +\draw[draw=#2,line width=#3pt](220,22)--(206,25); +\draw[draw=#2,line width=#3pt](206,25)--(186,25); +\draw[draw=#2,line width=#3pt](186,25)--(178,18); +\draw[draw=#2,line width=#3pt](178,18)--(41,60); +\draw[draw=#2,line width=#3pt](41,60)--(61,77); +\draw[draw=#2,line width=#3pt](41,60)--(43,309); +\draw[draw=#2,line width=#3pt](43,309)--(61,307); +\draw[draw=#2,line width=#3pt](109,143) arc (20:140:20); +\draw[draw=#2,line width=#3pt](115,184) arc (55:130:30); +\draw[draw=#2,line width=#3pt](115,233) arc (20:150:20); +\draw[draw=#2,line width=#3pt](141,138)arc(20:150:20); +\draw[draw=#2,line width=#3pt](159,126) arc(2:145:12); +\draw[draw=#2,line width=#3pt](137,172) arc (2:130:20); +\draw[draw=#2,line width=#3pt](158,167) arc (20:120:20); +\draw[draw=#2,line width=#3pt](135,231) arc (25:125:20); +\draw[draw=#2,line width=#3pt](151,227) arc (15:115:13); +\draw[draw=#2,line width=#3pt](256,129) arc (30:140:20); +\draw[draw=#2,line width=#3pt](285,136) arc (40:150:20); +\draw[draw=#2,line width=#3pt] (305,138) arc (20:140:20); +\draw[draw=#2,line width=#3pt](251,171) arc (30:150:15); +\draw[draw=#2,line width=#3pt](279,177) arc (40:133:25); +\draw[draw=#2,line width=#3pt](307,179) arc (40:133:25); +\draw[draw=#2,line width=#3pt](258,205) arc (40:135:25); +\draw[draw=#2,line width=#3pt](275,215) arc(45:140:20); +\draw[draw=#2,line width=#3pt](310,218) arc (40:145:20); +\draw[draw=#2,line width=#3pt](263,241) arc (40:133:25); +\draw[draw=#2,line width=#3pt](287,249) arc (40:145:20); +\draw[draw=#2,line width=#3pt](313,248) arc (40:135:20); +\end{tikzpicture} +} +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%##Turtle##%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + + +\newcommand{\Turtle}[3]{ \begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2, line width=#3pt] (71, 174) arc (167 : 0 : 156); +\draw[draw=#2, line width=#3pt] (71, 174) .. controls (192, 146) and (272, 141) .. (379, 139); +\draw[draw=#2, line width=#3pt] (252,145) -- (253,155) -- (232,174) -- (172,174) -- (156, 157); +\draw[draw=#2, line width=#3pt] (135, 161) -- (156,182)--(139, 208)--(85,212); +\draw[draw=#2, line width=#3pt] (90,220)--(138,215)--(168, 229) -- (168,254) -- (144, 274); +\draw[draw=#2, line width=#3pt] (156, 280) -- (176, 266)--(199, 274) -- (200, 293); +\draw[draw=#2, line width=#3pt] (214, 296) -- (215, 277) -- (248, 262) -- (309, 268); +\draw[draw=#2, line width=#3pt] (316, 256) -- (252, 253) -- (238, 233) -- (265, 214) -- (321, 216) -- (340, 232) --(316, 256); +\draw[draw=#2, line width=#3pt] (183, 234) -- (227, 234) -- (232, 255) -- (206, 268) -- (181, 258) -- (183, 234); +\draw[draw=#2, line width=#3pt] (152, 209) -- (182, 226) -- (226, 225) -- (251, 206) -- (235, 183) -- (175, 183) -- (152, 209); +\draw[draw=#2, line width=#3pt] (247, 178) -- (277, 154) -- (312, 146) -- (336, 159) -- (346, 181) -- (320, 202)--(268, 204) -- (247, 178); +\draw[draw=#2, line width=#3pt] (350, 228) -- (330,215) -- (363, 192) -- (369, 193); +\draw[draw=#2, line width=#3pt] (373, 181) -- (361, 181) -- (348, 157) -- (348, 140); +\draw[draw=#2, line width=#3pt] (356, 141) .. controls (377, 120) and (363, 80) .. (360, 78) .. controls (365, 91) and (345, 99) .. (326, 106) .. controls (313, 113) and (308, 121) .. (308, 141); +\draw[draw=#2, line width=#3pt] (315, 114) .. controls (297,87) and (294, 86) .. (270, 76) .. controls (290, 98) and (258, 114) .. (265, 144); +\draw[draw=#2, line width=#3pt] (156, 156) .. controls (162, 135) and (130,113)..(150, 82)..controls(121,99) and (106,117) .. (104,137); +\draw[draw=#2, line width=#3pt] (71, 175) .. controls (67, 150) and (64, 124) .. (78, 106)..controls(71,125) and (127,145) .. (130,162); +\draw[draw=#2, line width=#3pt] (120, 257)..controls(94,299) and (39, 292)..(16,260)..controls(28,230) and (52, 219)..(82,204); +\draw[draw=#2, line width=#3pt] (16, 260) arc (-150 : -100 : 20); +\draw[fill = black] (56, 269) circle (0.7cm); +\end{tikzpicture} +} +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#flyingSaucer#%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + + +\newcommand{\flyingSaucer}[3]{ \begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[fill = black] (131, 363) circle (1.3cm); +\draw[fill = black] (246, 369) circle (1.3cm); +\draw[fill = black] (85, 82) circle (1.7cm); +\draw[fill = black] (202, 49) circle (1.7cm); +\draw[fill = black] (303, 86) circle (1.7cm); +\draw[draw=#2, line width=#3pt] (138,352)--(176,311); +\draw[draw=#2, line width=#3pt] (240,357)--(217,311); +\draw[draw=#2, line width=#3pt] (190,144)--(195,64); +\draw[draw=#2, line width=#3pt] (207,145)--(208,66); +\draw[draw=#2, line width=#3pt] (263,152)--(291,99); +\draw[draw=#2, line width=#3pt] (304,102)--(277,155); +\draw[draw=#2, line width=#3pt] (102,153)--(81,98); +\draw[draw=#2, line width=#3pt] (115,149)--(95,96); +\draw[draw=#2, line width=#3pt] (117, 205) arc (200 : -20 : 80); +\draw[draw=#2, line width=#3pt] (112, 223)..controls(15,203) and (40, 183)..(50,174)..controls(108,141)and(198,128)..(334,170)..controls(355,186) and (330, 210)..(272,225); +\draw[draw=#2, line width=#3pt] (117,205).. controls(164,182) and (224,178) .. (268,205); +\draw[draw=#2, line width=#3pt] (117,205).. controls(164,240) and (224,238) .. (268,205); +\draw[draw=#2, line width=#3pt] (117,205)--(160,209); +\draw[draw=#2, line width=#3pt](268,205) -- (227,208); +\draw[draw=#2, line width=#3pt](227,208)..controls(216,227) and (173,230)..(160,209); +\draw[draw=#2, line width=#3pt](227,208)..controls(216,185) and (173,188)..(160,209); +\draw[draw=#2, line width=#3pt](84,205)--(78,199)--(68,199)--(71,190)--(67,181)--(79,183)--(85,177)--(86,186)--(95,190)--(86,195)--(84,205); +\draw[draw=#2, line width=#3pt](119,182)--(124,172)--(119,165)--(130,167)--(136,158)--(138,169)--(148,173)--(137,177)--(137,189)--(129,181)--(119,182); +\draw[draw=#2, line width=#3pt](185,164)--(180,156)--(191,159)--(197,151)--(198,160)--(207,165)--(199,167)--(198,178)--(190,171)--(181,173)--(185,164); +\draw[draw=#2, line width=#3pt](246,158)--(257,162)--(263,155)--(264,165)--(275,169)--(265,173)--(263,184)--(257,175)--(245,178)--(251,167)--(246,158); +\draw[draw=#2, line width=#3pt](293,181)--(307,184)--(312,175)--(312,187)--(321,190)--(312,194)--(312,205)--(305,196)--(293,201)--(300,189)--(293,181); +\end{tikzpicture} +} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#ghost#%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\ghost}[3]{ +\begin{tikzpicture}[scale = #1] +\draw[color=black, line width=#3pt] +(0.7,0.1) .. controls (0.3,2) and (-0.6,0.8) .. +(-0.7, 0.1); +\draw[color=black, line width=#3pt] +(-0.7, 0.1) .. controls (-0.8,-0.4) and (-0.9,-0.5) .. +(-1.2, -0.8); + +\draw[color=black, line width=#3pt] +(0.7, 0.1) .. controls (0.7,-0.1) and (0.9,-0.5) .. +(1.1, -0.8); + +\draw[color=black, line width=#3pt] +(-1.2, -0.8)..controls(-1.1,-0.8)and(-0.9,-0.8)..(-0.8,-0.8).. +controls(-0.8,-0.9)and(-0.7,-1)..(-0.6,-1).. +controls(-0.5,-1)and(-0.4,-1)..(-0.3,-0.9).. +controls(-0.2,-1)and(-0.1,-1)..(0.1,-1.0,0.1).. +controls(0.1,-1)and(0.3,-1)..(0.3,-0.9).. +controls(0.6,-0.9)and(0.6,-1)..(0.7,-1.1).. +controls(0.8,-1)and(0.9,-0.9)..(1.1,-0.8); +\draw[black, line width=#3pt] (-0.18,0.6)circle(0.2cm); +\draw[black, line width=#3pt] (0.2,0.6)circle(0.2cm); +\draw[black, line width=#3pt, fill] (-0.2,0.6)circle(0.1cm); +\draw[black, line width=#3pt ,fill] (0.2,0.6)circle(0.1cm); +\end{tikzpicture} +} +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#watermelon#%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + + +\newcommand{\watermelon}[3]{ \begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2, line width=#3pt] (381,178) arc (360:180: 18.5cm and 16cm); +\draw[draw=#2, line width=#3pt] (355,178) arc (360:180: 16cm and 14 cm); +\draw[draw=#2, line width=#3pt] (381,178) -- (12,178); +\draw[draw=#2, line width=#3pt] (75,156) .. controls (60,122) and (99,122) .. (75,156); +\draw[draw=#2, line width=#3pt] (131,155) .. controls (118,122) and (155,122) .. (131,155); +\draw[draw=#2, line width=#3pt] (125,120) .. controls (100,90) and (150,90) .. (125,120); +\draw[draw=#2, line width=#3pt] (175,146) .. controls (160,112) and (200,112) .. (175,146); +\draw[draw=#2, line width=#3pt] (75,156) .. controls (60,122) and (99,122) .. (75,156); +\draw[draw=#2, line width=#3pt] (183,109) .. controls (160,78) and (210,78) .. (183,109); +\draw[draw=#2, line width=#3pt] (215,165) .. controls (200,135) and (238,135) .. (215,165); +\draw[draw=#2, line width=#3pt] (248,144) .. controls (230,112) and (278,112) .. (248,144); +\draw[draw=#2, line width=#3pt] (242,100) .. controls (225,65) and (270,65) .. (242,100); +\draw[draw=#2, line width=#3pt] (305,133) .. controls (284,100) and (340,100) .. (305,133); +\draw[draw=#2, line width=#3pt] (300,169) .. controls (276,137) and (328,137) .. (300,169); +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%####witchHat###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\witchHat}[3]{ \begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2,line width=#3pt] (126,165) --(180,396)-- (127,447) .. controls (184,440) .. (209,419) -- (297,165); +\draw[draw=#2,line width=#3pt] (126,165) .. controls (160,115) and (275,115) .. (297,165); +\draw[draw=#2,line width=#3pt] (136,211) arc (117: 425:16.5cm and 7cm) (281,210); +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%##Butterfly#%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\Butterfly}[3]{ \begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2,line width=#3pt] (87,199) circle (4.5cm); +\draw[draw=#2,line width=#3pt] (313,199) circle (4.5cm); +\draw[draw=#2,line width=#3pt] (116,72) circle (3cm); +\draw[draw=#2,line width=#3pt] (283,72) circle (3cm); +\draw[draw=#2,line width=#3pt] (199,134) ellipse (2.3cm and 10.8cm); +\draw[draw=#2,line width=#3pt] (193,238) ..controls (190,335) and (148,339) .. (129,316) .. controls (115,290) and (125,270) .. (142,273) .. controls (157,276) and (155,290) .. (153,292) .. controls (151,297) and (145,292) .. (145,291) .. controls (141,285) and (139,282).. (134,289) .. controls (125,318) and (152,322).. (160,317).. controls (183,305) and (181,261) .. (184,215) ; +\draw[draw=#2,line width=#3pt] (184,215) .. controls (114,292) and (36,268) .. (16,244)..controls (-14,205) and (-3,153) .. (72,105).. controls (50,79) and (43,40) .. (54,28).. controls (76,-7) and (125,-11).. (187,42) ; +\draw[draw=#2,line width=#3pt] (205,238) ..controls (207,306) and (226,332) .. (255,325).. controls (278,317) and (275,293).. (272,283).. controls (266,268) and (244,268) .. (243,287).. controls(245,298) and (251,295) .. (253,289).. controls (259,280) and (264,288) ..(265,292).. controls (272,310) and (247,328) .. (234,315) .. controls (216,302) and (217,267) .. (214,215) ; +\draw[draw=#2,line width=#3pt] (214,215).. controls (288,290) and (368,282) .. (393,229).. controls (408,182) and (375,132) .. (326,106)..controls (352,79) and (356,37) .. (338,22)..controls (312,-05) and (256,0) .. (212,45) ; +\end{tikzpicture}} +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%###dolphin###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\dolphin}[3]{ \begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2,line width=#3pt] (349,262) .. controls (368,295) and (318,337).. (277,339).. controls (229,344) and (197,329).. (150,300); +\draw[draw=#2,line width=#3pt] (349,263) .. controls (357,249).. (366,235).. controls (381,208) and (366,204) .. (353,212).. controls (337,222).. (328,231).. controls (318,243) and (308,240) .. (305,245).. controls (302,250) .. (302,256); +\draw[draw=#2,line width=#3pt] (349,263)..controls (330,252) and (304,273).. (255,272)..controls(242,271) .. (223,266); +\draw[draw=#2,line width=#3pt] (294,255)..controls(302,257) .. (309,254); +\draw[draw=#2,line width=#3pt] (348,215) .. controls (347,187) and (333,206).. (318,218).. controls (302,232) .. (294,235); +\draw[draw=#2,line width=#3pt] (341,220) ..controls (339,207)and(334,218) .. (332,227); +\draw[draw=#2,line width=#3pt] (278,311) .. controls (287,325)and(301,325).. (308,301); +\draw[draw=#2,line width=#3pt] (286,285.5) circle (1.6cm); +\draw[draw=#2,line width=#3pt] (286,270) ..controls (299,285) and (280,298) .. (270,287); +\draw[draw=#2,line width=#3pt] (283,285) ellipse (0.5cm and 0.4cm); +\draw[draw=#2,line width=#3pt] (302,231) .. controls (267,220) .. (210,210)..controls(164,201) and (151,169) ..(150,150).. controls (146,108)and(140,87) ..(131,73); +\draw[draw=#2,line width=#3pt] (223,266) ..controls (217,250) and (176,255) .. (160,244)..controls (115,202)and(135,120).. (131,73); +\draw[draw=#2,line width=#3pt] (223,266)..controls(199,296)and(130,311).. (91,296)..controls(62,283)and(68,272) ..(86,274)..controls (111,273)and(148,267)..(160,244); +\draw[draw=#2,line width=#3pt] (126,267)..controls(99,215)and(103,178).. (115,145)..controls (124,100)and(105,98)..(87,80)..controls(70,60)..(64,40)..controls(57,5)and(78,27)..(97,38)--(130,60)--(159,30)..controls(185,7)and(186,11)..(182,41)..controls(178,60)and(165,81)..(144,107); +\draw[draw=#2,line width=#3pt] (183.5,27)..controls(168,68)..(140,94); +\draw[draw=#2,line width=#3pt](64,23)..controls(81,64)..(111,93)..controls(117,98)and(126,106)..(131.2,78); +\draw[draw=#2,line width=#3pt](267,221)..controls(269,187)..(257,167)..controls(239,141)and(229,150)..(233,170)..controls(236,186)and(225,200)..(215,211); +\draw[draw=#2,line width=#3pt](217,333)..controls(177,356)..(126,358)..controls(97,357)and(97,343)..(111,338)..controls(130,328)..(153,302); +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Plane###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + + +\newcommand{\Plane}[3]{ \begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2, line width = #3pt] (77,89) .. controls (89,108) .. (108,120); +\draw[draw=#2, line width = #3pt] (108,120) .. controls (70,143) .. (42,162); +\draw[draw=#2, line width = #3pt] (42,162) .. controls (21,160) .. (14,153); +\draw[draw=#2, line width = #3pt] (14,153) .. controls (46,120) .. (77,89); +\draw[draw=#2, line width = #3pt] (122,124) .. controls (72,83) .. (78,55); +\draw[draw=#2, line width = #3pt] (96,39) arc (-95 : 180 : 20); +\draw[draw=#2, line width = #3pt] (90,40) arc (-95 : 180 : 13); +\draw[draw=#2, line width = #3pt] (78,54) .. controls (80,43) .. (91,40); +\draw[draw=#2, line width = #3pt] (96,39) -- (92,40); +\draw[draw=#2, line width = #3pt] (94,40) .. controls (145,18) .. (193,40); +\draw[draw=#2, line width = #3pt] (193,40) .. controls (286,32) .. (370,28); +\draw[draw=#2, line width = #3pt] (370,28) .. controls (380,38) .. (387,51); +\draw[draw=#2, line width = #3pt] (387,51) .. controls (312,62) .. (246,69); +\draw[draw=#2, line width = #3pt] (246,69) .. controls (271,92) .. (291,123); +\draw[draw=#2, line width = #3pt] (291,123) .. controls (293,142) .. (294,157); +\draw[draw=#2, line width = #3pt] (294,157) .. controls (327,153) .. (358,152); +\draw[draw=#2, line width = #3pt] (358,152) -- (362,160); +\draw[draw=#2, line width = #3pt] (362,160) .. controls (329,168) .. (297,172); +\draw[draw=#2, line width = #3pt] (297,172) .. controls (304,212) .. (307,251); +\draw[draw=#2, line width = #3pt] (307,251) .. controls (301,256) .. (293,256); +\draw[draw=#2, line width = #3pt] (293,256) .. controls (273,198) .. (261,158); +\draw[draw=#2, line width = #3pt] (264,175) .. controls (240,178) .. (215,181); +\draw[draw=#2, line width = #3pt] (215,181) -- (207,176); +\draw[draw=#2, line width = #3pt] (207,176) .. controls (233,167) .. (260,163); +\draw[draw=#2, line width = #3pt] (261,158) .. controls (257,150) .. (237,152); +\draw[draw=#2, line width = #3pt] (237,152) .. controls (196,163) .. (158,168); +\draw[draw=#2, line width = #3pt] (158,168) .. controls (137,155) .. (122,124); +\draw[draw=#2, line width = #3pt] (180,98) -- (191,101) -- (183,145) -- (180,98); +\draw[draw=#2, line width = #3pt] (194,102) -- (209,106) -- (204,140) -- (187,145) -- (194,102); +\draw[draw=#2, line width = #3pt] (125,124) .. controls (146,124) .. (177,101); +\draw[draw=#2, line width = #3pt] (177,101) -- (179,147); +\draw[draw=#2, line width = #3pt] (179,147) .. controls (157,157) .. (141,154); +\draw[draw=#2, line width = #3pt] (141,154) .. controls (132,140) .. (125,125); +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%###ladybug##%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\ladybug}[3]{ \begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] + +\draw[draw=#2, line width = #3pt] (195,160) ellipse (13cm and 15cm); +\draw[draw=#2, line width = #3pt] (196,309) -- (196,09); +\draw[draw=#2, line width = #3pt] (151,234) circle (2.5cm); +\draw[draw=#2, line width = #3pt] (108,168) circle (2.5cm); +\draw[draw=#2, line width = #3pt] (153,104) circle (2.5cm); +\draw[draw=#2, line width = #3pt] (271,224) circle (2.5cm); +\draw[draw=#2, line width = #3pt] (236,155) circle (2.5cm); +\draw[draw=#2, line width = #3pt] (258,96) circle (2.5cm); +\draw[draw=#2, line width = #3pt] (134,295) .. controls (124,354) .. (162,387); +\draw[draw=#2, line width = #3pt] (162,387) .. controls (192,396) .. (229,390); +\draw[draw=#2, line width = #3pt] (229,390) .. controls (269,350) .. (252,293); +\draw[draw=#2, line width = #3pt] (161,386) .. controls (133,422) .. (113,423); +\draw[draw=#2, line width = #3pt] (113,423) .. controls (95,408) .. (97,396); +\draw[draw=#2, line width = #3pt] (97,396) .. controls (106,391) .. (119,410); +\draw[draw=#2, line width = #3pt] (119,410) .. controls (118,386) .. (101,380); +\draw[draw=#2, line width = #3pt] (101,380) .. controls (83,387) .. (76,408); +\draw[draw=#2, line width = #3pt] (76,408) .. controls (82,434) .. (109,449); +\draw[draw=#2, line width = #3pt] (109,449) .. controls (146,441) .. (172,391); +\draw[draw=#2, line width = #3pt] (219,392) .. controls (242,436) .. (283,445); +\draw[draw=#2, line width = #3pt] (283,445) .. controls (312,422) .. (302,388); +\draw[draw=#2, line width = #3pt] (302,388) .. controls (275,381) .. (262,409); +\draw[draw=#2, line width = #3pt] (262,409) .. controls (279,397) .. (284,394); +\draw[draw=#2, line width = #3pt] (284,394) .. controls (291,399) .. (291,408); +\draw[draw=#2, line width = #3pt] (291,408) .. controls (265,428) .. (234,383); +\draw[draw=#2, line width = #3pt] (92,251) .. controls (47,245) .. (29,234); +\draw[draw=#2, line width = #3pt] (29,234) .. controls (25,220) .. (35,221); +\draw[draw=#2, line width = #3pt] (35,221) .. controls (52,230) .. (83,234); +\draw[draw=#2, line width = #3pt] (66,175) .. controls (41,171) .. (27,159); +\draw[draw=#2, line width = #3pt] (27,159) .. controls (22,145) .. (35,144); +\draw[draw=#2, line width = #3pt] (35,144) .. controls (49,153) .. (65,159); +\draw[draw=#2, line width = #3pt] (74,104) .. controls (47,98) .. (27,85); +\draw[draw=#2, line width = #3pt] (27,85) .. controls (22,72) .. (36,71); +\draw[draw=#2, line width = #3pt] (36,71) .. controls (56,80) .. (81,87); +\draw[draw=#2, line width = #3pt] (298,250) .. controls (338,248) .. (361,237); +\draw[draw=#2, line width = #3pt] (361,237) .. controls (367,222) .. (357,220); +\draw[draw=#2, line width = #3pt] (357,220) .. controls (335,233) .. (307,234); +\draw[draw=#2, line width = #3pt] (323,176) .. controls (350,170) .. (362,158); +\draw[draw=#2, line width = #3pt] (362,158) .. controls (366,151) .. (356,145); +\draw[draw=#2, line width = #3pt] (356,145) .. controls (343,152) .. (324,159); +\draw[draw=#2, line width = #3pt] (316,106) .. controls (346,98) .. (364,85); +\draw[draw=#2, line width = #3pt] (364,85) .. controls (367,72) .. (356,71); +\draw[draw=#2, line width = #3pt] (356,71) .. controls (336,82) .. (309,88); + +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%##peacock##%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\peacock}[3]{ \begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2, line width = #3pt] (210,183) circle (4.5cm); +\draw[draw=#2, line width = #3pt] (185,185) -- (211,185); +\draw[draw=#2, line width = #3pt] (185,185) .. controls (180,210) and (215,218) .. (211,185); +\draw[draw=#2, line width = #3pt] (212,185) -- (240,185); +\draw[draw=#2, line width = #3pt] (212,185) .. controls (212,214) and (239,215) .. (240,185); +\draw[draw=#2, line width = #3pt] (204,190) circle (0.5cm); +\draw[draw=#2, line width = #3pt] (219,190) circle (0.5cm); +\draw[draw=#2, line width = #3pt] (199,167) .. controls (210,199) and (230,175) .. (221,147); +\draw[draw=#2, line width = #3pt] (199,168) -- (221,147); +\draw[draw=#2, line width = #3pt] (199,168) .. controls (200,154) and (209,143) .. (217,151); +\draw[draw=#2, line width = #3pt] (201,132) .. controls (200,168) and (217,136) .. (220,131); +\draw[draw=#2, line width = #3pt] (220,131) .. controls (223,127) and (217,125) .. (212,128); +\draw[draw=#2, line width = #3pt] (212,128) .. controls (211,123) and (227,90) .. (206,110); +\draw[draw=#2, line width = #3pt] (206,110) .. controls (204,121) .. (206,132); +\draw[draw=#2, line width = #3pt] (206,132) -- (201,132); +\draw[draw=#2, line width = #3pt] (170,161) .. controls (161,146) .. (155,132); +\draw[draw=#2, line width = #3pt] (180,105) .. controls (171,128) and (146,141) .. (136,126); +\draw[draw=#2, line width = #3pt] (136,126) .. controls (130,111) and (134,80) .. (151,59); +\draw[draw=#2, line width = #3pt] (151,59) .. controls (160,58) and (168,68) .. (159,83); +\draw[draw=#2, line width = #3pt] (159,83) .. controls (156,88) and (161,91) .. (166,82); +\draw[draw=#2, line width = #3pt] (166,82) .. controls (169,78) and (177,87) .. (169,98); +\draw[draw=#2, line width = #3pt] (169,98) .. controls (164,103) and (169,106) .. (171,103); +\draw[draw=#2, line width = #3pt] (171,103) .. controls (174,100) and (180,102) .. (180,105); +\draw[draw=#2, line width = #3pt] (159,61) .. controls (167,51) .. (174,43); +\draw[draw=#2, line width = #3pt] (180,47) -- (196,45); +\draw[draw=#2, line width = #3pt] (180,47) -- (161,36); +\draw[draw=#2, line width = #3pt] (161,36) -- (166,24); +\draw[draw=#2, line width = #3pt] (166,24) -- (182,34); +\draw[draw=#2, line width = #3pt] (182,34) -- (171,13); +\draw[draw=#2, line width = #3pt] (171,13) -- (182,8); +\draw[draw=#2, line width = #3pt] (182,8) -- (189,32); +\draw[draw=#2, line width = #3pt] (189,32) -- (192,15); +\draw[draw=#2, line width = #3pt] (192,15) -- (204,16); +\draw[draw=#2, line width = #3pt] (204,16) -- (196,45); +\draw[draw=#2, line width = #3pt] (199,35) .. controls (212,32) .. (228,38); +\draw[draw=#2, line width = #3pt] (244,45) -- (229,42); +\draw[draw=#2, line width = #3pt] (229,42) -- (222,14); +\draw[draw=#2, line width = #3pt] (222,14) -- (233,11); +\draw[draw=#2, line width = #3pt] (233,11) -- (238,29); +\draw[draw=#2, line width = #3pt] (238,29) -- (243,7); +\draw[draw=#2, line width = #3pt] (243,7) -- (254,11); +\draw[draw=#2, line width = #3pt] (254,11) -- (245,31); +\draw[draw=#2, line width = #3pt] (245,31) -- (258,24); +\draw[draw=#2, line width = #3pt] (258,24) -- (264,33); +\draw[draw=#2, line width = #3pt] (264,33) -- (244,45); +\draw[draw=#2, line width = #3pt] (244,45) .. controls (251,51) .. (256,62); +\draw[draw=#2, line width = #3pt] (236,106) .. controls (264,155) and (305,118) .. (267,65); +\draw[draw=#2, line width = #3pt] (236,107) .. controls (234,103) and (239,100) .. (244,104); +\draw[draw=#2, line width = #3pt] (244,104) .. controls (245,106) and (250,104) .. (240,93); +\draw[draw=#2, line width = #3pt] (240,93) .. controls (237,85) and (245,77) .. (254,86); +\draw[draw=#2, line width = #3pt] (254,86) .. controls (255,92) and (259,88) .. (254,78); +\draw[draw=#2, line width = #3pt] (254,78) .. controls (249,67) and (259,51) .. (267,65); +\draw[draw=#2, line width = #3pt] (263,129) .. controls (259,142) .. (249,162); +\draw[draw=#2, line width = #3pt] (171,47) .. controls (107,64) and (37,90) .. (35,115); +\draw[draw=#2, line width = #3pt] (35,115) .. controls (49,132) and (96,123) .. (134,113); +\draw[draw=#2, line width = #3pt] (103,121) .. controls (71,144) and (54,166) .. (55,185); +\draw[draw=#2, line width = #3pt] (55,185) .. controls (74,202) and (109,178) .. (161,146); +\draw[draw=#2, line width = #3pt] (107,179) .. controls (84,204) and (71,229) .. (77,244); +\draw[draw=#2, line width = #3pt] (77,244) .. controls (99,255) and (134,226) .. (167,197); +\draw[draw=#2, line width = #3pt] (144,216) .. controls (124,245) and (115,269) .. (121,286); +\draw[draw=#2, line width = #3pt] (121,286) .. controls (140,294) and (163,277) .. (183,249); +\draw[draw=#2, line width = #3pt] (182,219) .. controls (182,276) and (193,316) .. (208,321); +\draw[draw=#2, line width = #3pt] (208,321) .. controls (225,317) and (240,274) .. (235,220); +\draw[draw=#2, line width = #3pt] (236,241) .. controls (260,270) and (286,292) .. (304,291); +\draw[draw=#2, line width = #3pt] (304,291) .. controls (314,274) and (304,245) .. (282,213); +\draw[draw=#2, line width = #3pt] (254,190) .. controls (293,222) and (333,253) .. (350,248); +\draw[draw=#2, line width = #3pt] (350,248) .. controls (357,233) and (333,181) .. (259,140); +\draw[draw=#2, line width = #3pt] (297,165) .. controls (334,188) and (357,196) .. (372,190); +\draw[draw=#2, line width = #3pt] (372,190) .. controls (374,168) and (355,144) .. (322,118); +\draw[draw=#2, line width = #3pt] (282,110) .. controls (321,117) and (377,130) .. (394,118); +\draw[draw=#2, line width = #3pt] (394,118) .. controls (389,88) and (319,51) .. (242,45); + +\end{tikzpicture}} +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####dog###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\dog}[3]{ \begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] + +\draw[draw=#2, line width = #3pt] (114,399) .. controls (86,398) and (65,365) .. (42,358); +\draw[draw=#2, line width = #3pt] (42,358) .. controls (20,351) and (0,354) .. (19,312); +\draw[draw=#2, line width = #3pt] (19,312) .. controls (38,317) .. (48,330); +\draw[draw=#2, line width = #3pt] (20,312) .. controls (35,291) and (62,317) .. (88,304); +\draw[draw=#2, line width = #3pt] (101,344) .. controls (99,324) and (65,295) .. (112,294); +\draw[draw=#2, line width = #3pt] (130,343) .. controls (133,321) and (162,295) .. (112,294); +\draw[draw=#2, line width = #3pt] (107,294) .. controls (150,229) and (126,176) .. (128,156); +\draw[draw=#2, line width = #3pt] (128,156) .. controls (145,132) and (175,105) .. (183,69); +\draw[draw=#2, line width = #3pt] (183,69) .. controls (184,57) and (178,44) .. (165,35); +\draw[draw=#2, line width = #3pt] (165,35) .. controls (163,33) and (169,25) .. (175,36); +\draw[draw=#2, line width = #3pt] (169,31) .. controls (169,31) and (175,22) .. (179,34); +\draw[draw=#2, line width = #3pt] (175,29) .. controls (175,29) and (182,22) .. (198,33); +\draw[draw=#2, line width = #3pt] (198,33) .. controls (200,58) .. (218,104); +\draw[draw=#2, line width = #3pt] (149,130) .. controls (170,81) .. (170,53); +\draw[draw=#2, line width = #3pt] (170,53) .. controls (151,45) and (132,27) .. (165,34); +\draw[draw=#2, line width = #3pt] (149,39) -- (159,41); +\draw[draw=#2, line width = #3pt] (153,33) -- (159,38); +\draw[draw=#2, line width = #3pt] (254,166) .. controls (200,155) and (205,81) .. (257,53); +\draw[draw=#2, line width = #3pt] (282,67) .. controls (250,49) .. (222,45); +\draw[draw=#2, line width = #3pt] (222,45) .. controls (208,44) and (205,32) .. (222,36); +\draw[draw=#2, line width = #3pt] (210,40) -- (219,40); +\draw[draw=#2, line width = #3pt] (215,35) .. controls (215,36) and (219,25) .. (273,35); +\draw[draw=#2, line width = #3pt] (273,35) .. controls (323,52) .. (350,98); +\draw[draw=#2, line width = #3pt] (350,98) .. controls (410,145) and (375,233) .. (352,237); +\draw[draw=#2, line width = #3pt] (352,237) .. controls (337,236) and (330,225) .. (353,222); +\draw[draw=#2, line width = #3pt] (353,222) .. controls (370,208) and (390,149) .. (343,113); +\draw[draw=#2, line width = #3pt] (343,113) .. controls (350,159) and (325,188) .. (288,224); +\draw[draw=#2, line width = #3pt] (288,224) .. controls (254,240) and (219,268) .. (210,290); +\draw[draw=#2, line width = #3pt] (210,290) .. controls (197,305) .. (185,318); +\draw[draw=#2, line width = #3pt] (185,318) .. controls (155,340) and (138,398) .. (114,399); +\draw[draw=#2, line width = #3pt] (21,352) .. controls (24,342) and (22,333) .. (14,326); +\draw[draw=#2, line width = #3pt] (91,367) ellipse (0.7cm and 1cm); +\draw[fill = black] (91,364) ellipse (0.6cm and 0.6cm); +\draw[fill = black] (120,371) ellipse (0.4cm and 0.6cm); +\draw[fill = black ] (145,341) ellipse (0.5cm and 0.8cm); +\draw[fill = black] (165,299) ellipse (0.5cm and 0.8cm); +\draw[fill = black] (153,266) ellipse (0.5cm and 0.8cm); +\draw[fill = black] (186,259) ellipse (0.5cm and 0.9cm); +\draw[fill = black] (164,227) ellipse (0.4cm and 0.7cm); +\draw[fill = black] (201,233) ellipse (0.2cm and 0.4cm ); +\draw[fill = black] (155,184) ellipse (0.5cm and 0.8cm); +\draw[fill = black] (195,183) ellipse (0.5cm and 0.8cm); +\draw[fill = black] (190,125) ellipse (0.5cm and 0.8cm); +\draw[fill = black] (227,183) ellipse (0.2cm and 0.4cm); +\draw[fill = black] (237,215) ellipse (0.5cm and 0.8cm); +\draw[fill = black] (274,193) ellipse (0.5cm and 0.8cm); +\draw[fill = black] (307,180) ellipse (0.3cm and 0.5cm); +\draw[fill = black] (288,140) ellipse (0.5cm and 0.8cm); +\draw[fill = black] (253,118) ellipse (0.5cm and 0.8cm); +\draw[fill = black] (293,108) ellipse (0.3cm and 0.5cm); + +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####ball###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + + +\newcommand{\ball}[3]{ \begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] + +\draw[draw=#2, line width=#3pt](201,216) circle (16cm) ; +\draw[draw=#2, line width=#3pt] (157,366) -- (134,311) -- (74,308); +\draw[draw=#2, line width=#3pt] (134,311) -- (167,265) -- (144,210) -- (83,206) -- (47,253) -- (74,308); +\draw[draw=#2, line width=#3pt] (83,206) -- (60,148); +\draw[draw=#2, line width=#3pt] (218,370) -- (251,324) -- (228,270) -- (167,265); +\draw[draw=#2, line width=#3pt] (228,270) -- (261,222) -- (236,168) -- (178,164) -- (144,210); +\draw[draw=#2, line width=#3pt] (251,324) -- (313,328) -- (347,277) -- (321,225) -- (261,222); +\draw[draw=#2, line width=#3pt] (321,225) -- (354,180) -- (330,123) -- (273,119) -- (236,168); +\draw[draw=#2, line width=#3pt] (273,119) -- (249,66) -- (186,60) -- (155,107) -- (178,164); +\draw[draw=#2, line width=#3pt] (155,107) -- (93,102) -- (60,148); +\draw[draw=#2, line width=#3pt] (157,366) -- (218,370); + +\end{tikzpicture}} +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Birdie###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\Birdie}[3]{ \begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] + +\draw[draw=#2, line width=#3pt] (52,239) -- (19,229) -- (44,222) -- (25,213) -- (42,210); +\draw[draw=#2, line width=#3pt] (359,138) -- (340,137) -- (361,160) -- (345,157) -- (366,182); +\draw[draw=#2, line width=#3pt] (42,210) .. controls (65,70) and (242,10) .. (359,138); +\draw[draw=#2, line width=#3pt] (42,210) .. controls (75,323) and (136,301) .. (177,276); +\draw[draw=#2, line width=#3pt] (177,276) -- (221,231); +\draw[draw=#2, line width=#3pt] (264,197) .. controls (294,173) and (337,174) .. (366,182); +\draw[draw=#2, line width=#3pt](89,221) ellipse (1.4cm and 2.5cm) ; +\draw[draw=#2, line width=#3pt] (80,239) -- (70,251); +\draw[draw=#2, line width=#3pt] (86,245) -- (82,258); +\draw[draw=#2, line width=#3pt] (92,245) -- (98,257); +\draw[draw=#2, line width=#3pt] (100,238) -- (108,251); +\draw[draw=#2, line width=#3pt] (113,97) -- (113,64) -- (73,62) -- (106,57) -- (84,49) -- (117,55) -- (142,54) -- (129,62) -- (129,88); +\draw[draw=#2, line width=#3pt] (185,70) -- (185,54) -- (148,52) -- (175,47) -- (157,38) -- (188,46) -- (217,45) -- (200,51) -- (200,68); +\draw[draw=#2, line width=#3pt] (75,218) .. controls (85,230) and (94,230) .. (103,217); +\draw[draw=#2, line width=#3pt] (174,278) .. controls (190,301) and (205,315) .. (211,315); +\draw[draw=#2, line width=#3pt] (211,315) .. controls (213,313) and (215,312) .. (214,307); +\draw[draw=#2, line width=#3pt] (214,307) .. controls (220,312) and (226,313) .. (225,307); +\draw[draw=#2, line width=#3pt] (225,307) .. controls (231,307) and (231,297) .. (223,278); +\draw[draw=#2, line width=#3pt] (223,278) .. controls (230,271) and (228,263) .. (216,255); +\draw[draw=#2, line width=#3pt] (216,255) .. controls (218,251) and (216,245) .. (214,239); +\draw[draw=#2, line width=#3pt] (195,206) .. controls (221,234) and (262,265) .. (279,265); +\draw[draw=#2, line width=#3pt] (279,265) .. controls (282,257) .. (290,258); +\draw[draw=#2, line width=#3pt] (290,258) .. controls (294,249) and (291,237) .. (282,229); +\draw[draw=#2, line width=#3pt] (282,229) .. controls (283,218) and (274,208) .. (265,208); +\draw[draw=#2, line width=#3pt] (265,208) .. controls (268,202) .. (264,197); +\draw[draw=#2, line width=#3pt] (264,197) .. controls (258,190) and (246,179) .. (228,166); +\draw[draw=#2, line width=#3pt] (228,166) .. controls (223,163) and (213,163) .. (208,165); +\draw[draw=#2, line width=#3pt] (208,165) .. controls (203,175) and (197,172) .. (194,180); +\draw[draw=#2, line width=#3pt] (194,180) .. controls (191,186) and (191,196) .. (195,206); + + +\end{tikzpicture}} +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Sun###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\Sun}[3]{ \begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] + +\draw[draw=#2, line width=#3pt](200,201) circle (10cm) ; +\draw[draw=#2, line width=#3pt] (159,292) .. controls (155,322) and (189,360) .. (221,365); +\draw[draw=#2, line width=#3pt] (221,365) .. controls (203,332) and (221,313) .. (227,297); +\draw[draw=#2, line width=#3pt] (238,293) .. controls (275,323) and (308,322) .. (332,301); +\draw[draw=#2, line width=#3pt] (332,301) .. controls (311,295) and (286,268) .. (288,248); +\draw[draw=#2, line width=#3pt] (293,238) .. controls (333,235) and (353,214) .. (362,177); +\draw[draw=#2, line width=#3pt] (362,177) .. controls (346,184) and (317,189) .. (295,170); +\draw[draw=#2, line width=#3pt] (293,166) .. controls (311,144) and (324,101) .. (300,71); +\draw[draw=#2, line width=#3pt] (300,71) .. controls (293,88) and (273,115) .. (250,115); +\draw[draw=#2, line width=#3pt] (293,166) .. controls (311,144) and (324,101) .. (300,71); +\draw[draw=#2, line width=#3pt] (238,109) .. controls (241,81) and (221,55) .. (178,40); +\draw[draw=#2, line width=#3pt] (178,40) .. controls (190,66) and (185,86) .. (170,106); +\draw[draw=#2, line width=#3pt] (163,108) .. controls (139,90) and (101,80) .. (72,103); +\draw[draw=#2, line width=#3pt] (72,103) .. controls (100,116) and (106,134) .. (113,153); +\draw[draw=#2, line width=#3pt] (109,159) .. controls (69,168) and (50,167) .. (40,221); +\draw[draw=#2, line width=#3pt] (40,221) .. controls (66,204) and (89,220) .. (103,228); +\draw[draw=#2, line width=#3pt] (108,240) .. controls (90,260) and (82,296) .. (101,331); +\draw[draw=#2, line width=#3pt] (101,331) .. controls (108,306) and (137,296) .. (154,290); + + +\end{tikzpicture}} +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Flower###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\Flower}[3]{ \begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] + +\draw[draw=#2, line width=#3pt] (98,9) -- (25,348) -- (373,347) -- (301,9) -- (98,9); +\draw[draw=#2, line width=#3pt] (55,210) -- (343,210); +\draw[draw=#2, line width=#3pt] (69,147) -- (329,147); +\draw[draw=#2, line width=#3pt] (201,347) -- (201,489); +\draw[draw=#2, line width=#3pt] (201,394) .. controls (157,361) and (95,407) .. (71,470); +\draw[draw=#2, line width=#3pt] (71,470) .. controls (125,477) and (170,450) .. (201,394); +\draw[draw=#2, line width=#3pt] (201,394) .. controls (247,361) and (307,407) .. (331,470); +\draw[draw=#2, line width=#3pt] (331,470) .. controls (247,477) and (236,439) .. (201,394); +\draw[draw=#2, line width=#3pt](200,617) circle (4.5cm) ; +\draw[draw=#2, line width=#3pt] (201,489) .. controls (221,489) and (237,501) .. (238,526); +\draw[draw=#2, line width=#3pt] (238,526) .. controls (276,512) and (306,546) .. (291,580); +\draw[draw=#2, line width=#3pt] (291,580) .. controls (330,599) and (337,630) .. (291,656); +\draw[draw=#2, line width=#3pt] (291,656) .. controls (312,699) and (268,728) .. (237,709); +\draw[draw=#2, line width=#3pt] (237,709) .. controls (223,749) and (180,755) .. (162,708); +\draw[draw=#2, line width=#3pt] (162,708) .. controls (122,729) and (95,694) .. (108,657); +\draw[draw=#2, line width=#3pt] (108,657) .. controls (70,642) and (70,593) .. (108,579); +\draw[draw=#2, line width=#3pt] (108,579) .. controls (91,533) and (127,513) .. (162,525); +\draw[draw=#2, line width=#3pt] (162,525) .. controls (165,501) and (181,489) .. (201,489); + +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####HOUSE###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\HOUSE}[3]{ \begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] + +\draw[draw=#2, line width=#3pt] (76,23) -- (76,274) -- (201,490) -- (326,274) -- (326,23) -- (76,23); +\draw[draw=#2, line width=#3pt] (76,274) -- (326,274); +\draw[draw=#2, line width=#3pt] (145,23) -- (145,155) -- (253,155) -- (253,23); + + +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Cherry###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\Cherry}[3]{ \begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] + +\draw[draw=#2, line width=#3pt] (152,268) .. controls (156, 266) and (162, 269) ..(167,264) .. controls (194, 268) and (219, 266) ..(235,262).. controls (245, 268) and (246, 267) ..(250,266).. controls (400, 330) and (415, 40) ..(316,46).. controls (305, 33) and (278, 27) ..(262,40).. controls (258, 34) and (236, 35) ..(228,41) +.. controls (216, 25) and (188, 25) ..(177,40).. controls (169,35) and (150, 32) ..(138,40).. controls (126, 34) and (97, 40) ..(88,48).. controls (0, 30) and (0, 327) ..(152,268); + +\draw[draw=#2, line width=#3pt,] (143,270) .. controls (153,285) and (196, 287) ..(205,279) ; +\draw[draw=#2, line width=#3pt,fill=black] (199,266) .. controls (234,304) and (205, 375) ..(170,346) .. controls (166,342) and (154, 311) ..(184,330) .. controls (199,330) and (190, 280) ..(148,300) + .. controls (115,390) and (280, 415) ..(219,265); + \draw[draw=#2, line width=#3pt] (220,270).. controls (234,288) and (255, 287) ..(268,272) ; + +\draw[draw=#2, line width=#3pt] (49,169) parabola bend (68,131) (85,169); +\draw[draw=#2, line width=#3pt] (106,169) parabola bend (128,133) (145,169); +\draw[draw=#2, line width=#3pt] (165,167) parabola bend (187,130) (207,169); +\draw[draw=#2, line width=#3pt] (229,166) parabola bend (244,130) (264,165); +\draw[draw=#2, line width=#3pt] (283,166) parabola bend (303,130) (320,168); +\draw[draw=#2, line width=#3pt] (344,163) parabola bend (360,131) (378,150); + +\draw[draw=#2, line width=#3pt] (29,169) parabola bend (38,174) (49,169); +\draw[draw=#2, line width=#3pt] (106,169) parabola bend (98,175) (85,169); +\draw[draw=#2, line width=#3pt] (165,167) parabola bend (152,173) (145,169); +\draw[draw=#2, line width=#3pt] (229,166) parabola bend (216,172) (207,165); +\draw[draw=#2, line width=#3pt] (283,166) parabola bend (272,175) (264,165); +\draw[draw=#2, line width=#3pt] (344,163) parabola bend (331,175) (320,168); + + +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####one###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\one}[3]{ \begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2,line width=#3pt] (38,56) -- (38,17) -- (380,17) -- (380,56)..controls(271,60)..(260,112)--(260,575)-- (222,575) ..controls(149,521).. (38,511) -- (38,469) -- (163,469)--(163,112)..controls(153,60)..(38,56); +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####two###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\two}[3]{ +\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2, line width=#3pt] (104,379) .. controls (174,240) and (-72,242) .. (68,410); +\draw[draw=#2, line width=#3pt] (68,410) .. controls (204,504) and (364,437) .. (368,315); +\draw[draw=#2, line width=#3pt] (368,315) .. controls (387,187) and (160,148) .. (86,82); +\draw[draw=#2, line width=#3pt] (86,82) -- (389,84) -- (389,14) -- (19,13) -- (18,68); +\draw[draw=#2, line width=#3pt] (18,68) .. controls (111,185) and (261,188) .. (278,296); +\draw[draw=#2, line width=#3pt] (278,296) .. controls (293,427) and (136,446) .. (104,379); +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####three###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\three}[3]{ \begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] + +\draw[draw=#2, line width=#3pt] (118,487) .. controls (293, 623) and (375, 291) .. (150, 316)--(154,274); + +\draw[draw=#2, line width=#3pt] (154,275) .. controls (350, 323) and (375, -50) .. (101, 70) .. controls (145, 184) and (31, 184) .. (29, 118) .. controls (130, -180) and (620, 193) .. (254, 302) .. controls (465, 358) and (334, 678) .. (83, 502) + .. controls (65, 483) and (55, 464) .. (49, 442) .. controls (63, 365) and (128, 397) .. (131, 435) + .. controls (128, 456) and (128, 456) .. (118, 487); + +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####four###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\four}[3]{ \begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw=#2, line width=#3pt] (248,513) -- (30,245); + +\draw[draw=#2, line width=#3pt] (30,245) -- (32,175); + +\draw[draw=#2, line width=#3pt] (32,175) -- (247,175) ; + +\draw[draw=#2, line width=#3pt] (247,175) -- (243,25); + +\draw[draw=#2, line width=#3pt] (243,25) -- (311,25); + +\draw[draw=#2, line width=#3pt] (311,25) -- (311,175); + +\draw[draw=#2, line width=#3pt] (311,175) -- (378,176); + +\draw[draw=#2, line width=#3pt] (378,176) -- (377,221); + +\draw[draw=#2, line width=#3pt] (377,221) -- (308,221); + +\draw[draw=#2, line width=#3pt] (308,221)--(307,512); + +\draw[draw=#2, line width=#3pt] (307,512) -- (248,513); + +\draw[draw=#2, line width=#3pt] (66,220) -- (245,220); + +\draw[draw=#2, line width=#3pt] (245,220) -- (245,433); + +\draw[draw=#2, line width=#3pt] (245,433) -- (66,220); +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####five###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\five}[3]{ +\begin{tikzpicture}[scale = #1] +\draw[draw=#2, line width=#3pt] + (-3.2,7.25) -- (4.65,7.25) -- (4.65,5.3) -- + (-2.2,5.3) -- (-2.7,1.25) .. controls (-0.5,2.35) and (0.5,2.35) .. + (2.45,1.7) .. controls (3.9,1.1) and (4.65,0) .. + (4.95,-0.9) .. controls (5.2,-2) and (5.2,-3) .. + (4.9,-4.0) .. controls (4.55,-5) and (3.65,-6) .. + (2.9,-6.5) .. controls (1.55,-7.35) and (0.05,-7.55) .. + (-1.5,-7.4) .. controls (-2.5,-7.2) and (-3.6,-6.85) .. + (-4.5,-6.0) .. controls (-5.5,-5) and (-5.1,-3.55) .. + (-4.35,-3.3) .. controls (-2.8,-2.9) and (-2.4,-4.05) .. + (-2.55,-4.75) -- (-2.8,-5.8) .. controls (-2.45,-6.1) and + (-2.05,-6.25) .. (-1.5,-6.4) .. controls (-0.9,-6.45) and + (1,-6.85) .. (2.05,-5) .. controls (2.75,-3.8) and + (2.75,-2.35) .. (2.5,-1.35) .. controls (2.15,0.2) and + (0.75,0.95) .. (-0.5,0.85) .. controls (-1.5,0.75) and + (-2.5,0.55) .. (-3.25,-0.5) -- (-4.1,-0.2) -- (-3.2,7.25); +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####six###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\six}[3]{\begin{tikzpicture}[scale = #1] +\draw[draw=#2, line width=#3pt] (15.4,28.4) node (v1) {} .. controls (-5.4,24.9) and (-0.9,-1.5) .. (10.7,1.2); +\draw[draw=#2, line width=#3pt] (10.7,1.2) .. controls (28,6.1) and (16.6,25.4) .. (5.1,15.7); +\draw[draw=#2, line width=#3pt] (5.1,15.8) .. controls (5.1,20.3) and (10.1,25.8) .. (15.7,26.6) node (v2) {}; +\draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(5.1,14) (5.6,6.8) (10,2.6) (14.7,6.8) (13.5,14.6) (9.4,16.3) (5.2,14)}; +\node (v3) at (15.4,28.55) {}; +\node (v4) at (15.7,26.5) {}; +\draw[draw=#2, line width=#3pt] (v3) edge (v4); +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####seven###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\seven}[3]{ \begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] + \draw[draw=#2,line width=#3pt] (70,25)--(118,25)--(383,534)--(383,559)--(34,560)--(35,414)--(54,414)..controls(76,505)..(320,498)--cycle; +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####eight###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\eight}[3]{ \begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] + +\draw[draw=#2, line width=#3pt] (134,271).. controls(5,323) and(20,420)..(76,474).. +controls(156,550) and(278,525)..(330,471).. +controls(385,399) and(380,331) ..(260,279).. +controls(420,230) and(395,107) ..(342,65).. +controls(274,-3) and(117,-6) ..(46,65).. +controls(-5,120) and(-5,239) ..(134,271); + +\draw[draw=#2, line width=#3pt](243,290)..controls(306,328) and(315,444) ..(243,480).. +controls(201,500) and (132,496) ..(109,430).. +controls(90,376) and (133,330) ..(243,290); + +\draw[draw=#2, line width=#3pt](151,262)..controls(191,247) and (233,229) ..(274,204).. +controls(299,190) and(330,147)..(296,87).. +controls(250,10) and(143,40)..(114,74).. +controls(55,147) and(88,218)..(151,262); +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####nine###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\nine}[3]{ \begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] + +\draw[draw=#2, line width=#3pt, line width=#3pt ] (296,238) .. controls (280,150) and (215,40) .. (82,37) -- (89,5) .. controls (357,38) and (390,266) .. (373,365) .. controls (335,555) and (60,580) .. (20,353) .. controls (17,216) and (170,135) .. (296,238); %exterior + +\draw[draw=#2, line width=#3pt, line width=#3pt ] (298,273) .. controls (307,410) and (270,490) .. (190,485) .. controls (116,477) and (80,380) .. (101,323) .. controls (120,240) and (210,200) .. (298,273); %interior + +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####ten###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\ten}[3]{ \begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +% ten +\draw[draw=#2, line width=#3pt] (13,340) -- (13,316) -- (65, 316) -- (65, 99); +\draw[draw=#2, line width=#3pt] (13 , 340) .. controls (57, 345) .. (91,378); +\draw[draw=#2, line width=#3pt] (91,378) -- (108, 378) -- (108, 99); +\draw[draw=#2, line width=#3pt] (65,99) .. controls (60 , 74 ) .. (13,68); +\draw[draw=#2, line width=#3pt](108,99) .. controls (115, 77) .. (157, 68); +\draw[draw=#2, line width=#3pt] ( 13, 68) -- ( 13,45) -- (157, 45) -- ( 157,68); +\draw[draw=#2, line width=#3pt] (282.5,208) ellipse (6.5cm and 14.8cm ); +\draw[draw=#2, line width=#3pt] (282.5 , 208) ellipse ( 11 cm and 17 cm ); + +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####bus###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\bus}[3]{ +\begin{tikzpicture}[scale = #1] +\draw[fill=black] (6.2,2) node (v1) {} circle (0.2); +\draw[draw=#2, line width=#3pt] (v1) node (v2) {} circle (0.6); +\draw[draw=#2, line width=#3pt] (v2) circle (1.2); +\draw[draw=#2, line width=#3pt] (15.2,2) node (v3) {} circle (0.5); +\draw[draw=#2, line width=#3pt] (v3) node (v4) {} circle (1.2); +\draw[fill=black] (v4) circle (0.2); +\node (v6) at (14.1,1.9) {}; +\node (v5) at (7.2596,2.0173) {}; +\draw[draw=#2, line width=#3pt] (v5) edge (v6); +\draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(16.4,2.1) (17.7,2.1) (18.1,3.3) (17.7,3.5)}; +\node (v9) at (17.1,7.5) {}; +\node (v11) at (5.483,7.4926) {}; +\node (v13) at (3.8,6.1) {}; +\node (v14) at (3.6,5.6) {}; +\node (v15) at (3.5,4.1) {}; +\draw[draw=#2, line width=#3pt] (3.6,3.7) ellipse (0.4 and 0.4); +\node (v7) at (15.9001,2.8581) {}; +\node (v8) at (17.643,2.9215) {}; +\draw[draw=#2, line width=#3pt] (v7) edge (v8); +\draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(17.5,2.9) (17.7,3.2) (17.7,4.1)}; +\draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(17.7,4.1) (17.7,6.6) (v9)}; +\node (v10) at (17.2443,7.4811) {}; +\draw[draw=#2, line width=#3pt] (v10) edge (v11); +\node (v12) at (5.6,7.5) {}; +\draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(v12) (v13) (v14) (v15)}; +\draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(3.529,3.3222) (3.5,2.9) (3.9,2.7) (5.2424,2.7115)}; +\draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(3.5,3.2) (3.2,3.1) (3.1,2.9) (3.1,2.4) (3.5,2.1) (5.0403,2.1115)}; +\node (v17) at (16.6,3.9) {}; +\node (v19) at (16.5,4.2) {}; +\node (v18) at (4.9,4.4) {}; +\node (v16) at (4.8,4.1) {}; +\draw[draw=#2, line width=#3pt] (v16) edge (v17); +\draw[draw=#2, line width=#3pt] (v18) edge (v19); +\node (v23) at (16.4,6.8) {}; +\node (v20) at (14.4,6.8) {}; +\node (v21) at (14.4,4.8) {}; +\node (v22) at (16.4,4.8) {}; +\draw[draw=#2, line width=#3pt] (v20) edge (v21); +\draw[draw=#2, line width=#3pt] (v22) edge (v23); +\draw[draw=#2, line width=#3pt] (v20) edge (v23); +\draw[draw=#2, line width=#3pt] (v21) edge (v22); +\node (v27) at (13.2,6.8) {}; +\node (v24) at (11.2,6.8) {}; +\node (v25) at (11.2,4.7) {}; +\node (v26) at (13.2,4.7) {}; +\draw[draw=#2, line width=#3pt] (v24) edge (v25); +\draw[draw=#2, line width=#3pt] (v26) edge (v25); +\draw[draw=#2, line width=#3pt] (v27) edge (v26); +\draw[draw=#2, line width=#3pt] (v24) edge (v27); +\node (v28) at (8.2,6.8) {}; +\node (v31) at (10.1,6.8) {}; +\node (v30) at (10.1,4.8) {}; +\node (v29) at (8.1,4.8) {}; +\draw[draw=#2, line width=#3pt] (v28) edge (v29); +\draw[draw=#2, line width=#3pt] (v30) edge (v29); +\draw[draw=#2, line width=#3pt] (v31) edge (v30); +\draw[draw=#2, line width=#3pt] (v31) edge (v28); +\node (v33) at (5.2,6.7) {}; +\node (v34) at (4.0633,5.7173) {}; +\node (v35) at (4,4.8) {}; +\node (v36) at (6.9,4.8) {}; +\node (v32) at (6.9,6.7) {}; +\draw[draw=#2, line width=#3pt] (v32) edge (v33); +\draw[draw=#2, line width=#3pt] (v34) edge (v33); +\draw[draw=#2, line width=#3pt] (v35) edge (v34); +\draw[draw=#2, line width=#3pt] (v36) edge (v35); +\draw[draw=#2, line width=#3pt] (v32) edge (v36); +\draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(3.8404,2.3112) (3.9951,2.2974)}; +\draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(4.1429,2.3318) (4.521,2.3181) (4.6551,2.3834)}; +\draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(6.463,1.1047) (6.4974,1.2216)}; +\draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(6.6486,1.2388) (6.6933,1.2972)}; +\draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(6.8136,1.4141) (6.9648,1.5378) (7.0061,1.854)}; +\draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(15.6987,1.2044) (15.7296,1.3316)}; +\draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(15.8534,1.3797) (15.8637,1.5035)}; +\draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(15.9632,1.607) (16.1056,1.7668) (16.097,2.1079)}; +\draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(17.0854,2.3347) (17.1952,2.3013) (17.2478,2.3634)}; +\draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(17.4102,2.3299) (17.6919,2.3538) (17.8114,2.5783)}; +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####daisy###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\daisy}[3]{\begin{tikzpicture}[scale = #1] +\draw[fill=black] (11.3,12.4) ellipse (0.4 and 0.4); +\draw[fill=black] (12.5,11.3) ellipse (0.3 and 0.3); +\draw[fill=black] (11.1,11) ellipse (0.4 and 0.4); +\draw[fill=black] (11.8,9.6) ellipse (0.3 and 0.3); +\draw[fill=black] (10.2,9.6) ellipse (0.3 and 0.4); +\draw[fill=black] (9.1,10.5) ellipse (0.4 and 0.4); +\draw[fill=black] (9.8,11.7) ellipse (0.3 and 0.5); +\draw[draw=#2, line width=#3pt] (10.7,10.7) ellipse (2.8 and 2.8); +\node (v2) at (10.7,13.4) {}; +\node (v1) at (10.7,14.9) {}; +\draw[draw=#2, line width=#3pt] (v1) edge (v2); +\node (v4) at (11.3,13.3) {}; +\node (v5) at (12.2,12.9) {}; +\node (v8) at (12.7,12.5) {}; +\node (v9) at (13.3,11.5) {}; +\node (v12) at (13.4,10.6) {}; +\node (v13) at (13.3,10) {}; +\node (v16) at (12.9,9.1) {}; +\node (v18) at (12.4,8.6) {}; +\node (v20) at (11.3,8.1) {}; +\node (v22) at (10.6,8) {}; +\node (v24) at (9.9,8.1) {}; +\node (v26) at (9,8.6) {}; +\node (v28) at (8.6,9.1) {}; +\node (v29) at (8.2,9.8) {}; +\node (v32) at (8,10.4) {}; +\node (v33) at (8,11.1) {}; +\node (v35) at (8.5,12.2) {}; +\node (v38) at (9,12.8) {}; +\node (v40) at (10.1,13.4) {}; +\node (v39) at (9.7,14.7) {}; +\node (v37) at (8,13.7) {}; +\node (v36) at (7.6,12.8) {}; +\node (v34) at (6.9,11.4) {}; +\node (v31) at (6.8,10.3) {}; +\node (v30) at (7.1,9.4) {}; +\node (v27) at (7.4,8.1) {}; +\node (v25) at (8.1,7.5) {}; +\node (v23) at (9.6,6.5) {}; +\node (v21) at (10.5,6.6) {}; +\node (v19) at (11.5,6.6) {}; +\node (v17) at (13.2,7.7) {}; +\node (v15) at (13.8,8.4) {}; +\node (v14) at (14.6,9.4) {}; +\node (v11) at (14.8,10.5) {}; +\node (v10) at (14.6,11.9) {}; +\node (v7) at (13.9,13.5) {}; +\node (v6) at (13.3,14.2) {}; +\node (v3) at (11.5,14.8) {}; +\draw[draw=#2, line width=#3pt] (v3) edge (v4); +\draw[draw=#2, line width=#3pt] (v5) edge (v6); +\draw[draw=#2, line width=#3pt] (v7) edge (v8); +\draw[draw=#2, line width=#3pt] (v9) edge (v10); +\draw[draw=#2, line width=#3pt] (v11) edge (v12); +\draw[draw=#2, line width=#3pt] (v13) edge (v14); +\draw[draw=#2, line width=#3pt] (v15) edge (v16); +\draw[draw=#2, line width=#3pt] (v17) edge (v18); +\draw[draw=#2, line width=#3pt] (v19) edge (v20); +\draw[draw=#2, line width=#3pt] (v21) edge (v22); +\draw[draw=#2, line width=#3pt] (v23) edge (v24); +\draw[draw=#2, line width=#3pt] (v25) edge (v26); +\draw[draw=#2, line width=#3pt] (v27) edge (v28); +\draw[draw=#2, line width=#3pt] (v29) edge (v30); +\draw[draw=#2, line width=#3pt] (v31) edge (v32); +\draw[draw=#2, line width=#3pt] (v33) edge (v34); +\draw[draw=#2, line width=#3pt] (v35) edge (v36); +\draw[draw=#2, line width=#3pt] (v37) edge (v38); +\draw[draw=#2, line width=#3pt] (v39) edge (v40); +\draw[draw=#2, line width=#3pt] (9.6,8.1) .. controls (2.3,-0.4) and (18.7,-1.3) .. (11.8,8.2); +\draw[draw=#2, line width=#3pt] (8.3,11.9) .. controls (-0.2,17.2) and (-0.5,3.8) .. (8.3,9.4); +\draw[draw=#2, line width=#3pt] (9.5,13.1) .. controls (3.5,22.2) and (17.6,21.7) .. (11.9,13.2); +\draw[draw=#2, line width=#3pt] (13.1,12) .. controls (21.6,17.3) and (22.3,4.8) .. (13.1,9.4); +\draw[draw=#2, line width=#3pt] (13.5,4.2) .. controls (17.1,2.4) and (19,4.8) .. (16.4,8.4); +\draw[draw=#2, line width=#3pt] (7.8,4.1) .. controls (4.4,2.5) and (2.3,5.1) .. (4.7,8.1); +\draw[draw=#2, line width=#3pt] (4.6,13.1) .. controls (2.8,16.5) and (4.3,18.5) .. (8,17.2); +\draw[draw=#2, line width=#3pt] (13.1,17.3) .. controls (17,18.9) and (18.6,16.5) .. (16.4,13.2); +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####gloves###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\gloves}[3]{\begin{tikzpicture}[scale = #1] +\draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(6.2,8.2) (11.8,8.1) (14.9,8.5) (18.6,8.1)}; +\draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(18.6,8.2) (18.7,5) (17,3.8) (8.7,3.9) (5.7,4.5) (6.3,8.2)}; +\draw[draw=#2, line width=#3pt] (18.1,8.2) .. controls (24.4,35) and (3.8,35.7) .. (7,17.6) node (v1) {}; +\draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(v1) (3.7,20.3) (2.1,19.5) (2.2,16.9) (5.9,12.7) (6.3,8.1)}; +\node (v9) at (6.5,20.1) {}; +\node (v8) at (19.4,20.1) {}; +\node (v7) at (19.3,20.7) {}; +\node (v4) at (19.2,21.3) {}; +\node (v3) at (19.1,22) {}; +\node (v6) at (6.5,20.6) {}; +\node (v5) at (6.5,21.2) {}; +\node (v2) at (6.5,21.8) {}; +\draw[draw=#2, line width=#3pt] (v2) edge (v3); +\draw[draw=#2, line width=#3pt] (v4) edge (v5); +\draw[draw=#2, line width=#3pt] (v6) edge (v7); +\draw[draw=#2, line width=#3pt] (v8) edge (v9); +\draw[draw=#2, line width=#3pt] (8.6,16) node (v10) {} -- (8.6,11.5) -- (10.4,11.4) -- (10.4,16.1) -- (v10); +\draw[draw=#2, line width=#3pt] (11.6,16) node (v11) {} -- (11.6,11.5) -- (13.4,11.4) -- (13.5,16) -- (v11); +\draw[draw=#2, line width=#3pt] (14.6,15.9) node (v12) {} -- (14.6,11.5) -- (16.4,11.4) -- (16.4,15.9) -- (v12); +\draw[draw=#2, line width=#3pt] (8.7,10) node (v13) {} -- (9.5,9.3) -- (10.2,10) -- (9.6,10.8) -- (v13); +\draw[draw=#2, line width=#3pt] (11.8,10.1) node (v14) {} -- (12.6,9.2) -- (13.4,10) -- (12.6,10.8) -- (v14); +\draw[draw=#2, line width=#3pt] (14.7,10.2) node (v15) {} -- (15.6,9.5) -- (16.3,10.2) -- (15.5,11.1) -- (v15); +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####key###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\key}[3]{\begin{tikzpicture}[scale = #1] +\draw[draw=#2, line width=#3pt] (16.7,5.5) node (v1) {} ellipse (3.6 and 3.7); +\draw[draw=#2, line width=#3pt] (18.1,5.6) ellipse (0.6 and 1.1); +\draw[draw=#2, line width=#3pt] (13.2,6.1) -- (1.4,6.1) -- (1.4,4.8) -- (13.2,4.8); +\draw[draw=#2, line width=#3pt] (2.4,6.1) -- (2.4,9.1) -- (3.3,9.1) -- (3.3,6.1); +\draw[draw=#2, line width=#3pt] (3.7,6.1) -- (3.7,8.1) -- (4.5,8.1) -- (4.5,6.1); +\draw[draw=#2, line width=#3pt] (v1) node (v2) {} ellipse (3.1 and 3.3); +\end{tikzpicture}} + + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Owl###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\Owl}[3]{\begin{tikzpicture}[scale = #1] +\draw[draw=#2, line width=#3pt] (6.8,17.5) .. controls (-4.4,-3) and (26.4,-3) .. (15.1,17.5); +\draw[draw=#2, line width=#3pt] (6.8,17.5) .. controls (6.2,15.8) and (15.9,15.6) .. (15.1,17.5); +\draw[fill=black] (9.5,14) node (v1) {} ellipse (0.5 and 0.5); +\draw[draw=#2, line width=#3pt] (v1) ellipse (1.5 and 1.4); +\draw[fill=black] (12.5,14) node (v2) {} ellipse (0.5 and 0.5); +\draw[draw=#2, line width=#3pt] (v2) ellipse (1.5 and 1.5); +\draw[draw=#2, line width=#3pt] (10.1,12.7) node (v3) {} -- (11.8,12.7) -- (11,11.4) -- (v3); +\draw[draw=#2, line width=#3pt] (4.6,11.7) .. controls (0.6,10.8) and (1.7,7.1) .. (3.3,8.8); +\draw[draw=#2, line width=#3pt] (3.3,8.8) .. controls (2,7.6) and (3.3,6.3) .. (4.2,7.4); +\draw[draw=#2, line width=#3pt] (4.2,7.4) .. controls (3.1,6.4) and (4.2,5.7) .. (4.8,6.3); +\draw[draw=#2, line width=#3pt] (17.3,12) .. controls (21.4,10.7) and (21,7.7) .. (18.8,8.8); +\draw[draw=#2, line width=#3pt] (18.8,8.8) .. controls (20.1,7.9) and (18.9,6.7) .. (18,7.4); +\draw[draw=#2, line width=#3pt] (18,7.4) .. controls (18.6,7) and (18,6.1) .. (17.2,6.5); +\draw[draw=#2, line width=#3pt] (8.3,2.7) .. controls (7.4,1.5) and (8.1,1.1) .. (8.4,1.6); +\draw[draw=#2, line width=#3pt] (8.4,1.6) .. controls (8.1,1.2) and (8.7,0.8) .. (8.9,1.3); +\draw[draw=#2, line width=#3pt] (8.9,1.3) .. controls (8.6,0.9) and (9.5,0.1) .. (10.1,2.2); +\draw[draw=#2, line width=#3pt] (13.6,2.6) .. controls (14.7,1.4) and (13.8,1.1) .. (13.5,1.6); +\draw[draw=#2, line width=#3pt] (13.5,1.6) .. controls (13.8,1.2) and (13.2,0.9) .. (12.9,1.3); +\draw[draw=#2, line width=#3pt] (12.9,1.3) .. controls (13.3,0.9) and (12.6,0) .. (11.6,2.2); +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####Pencil###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\Pencil}[3]{\begin{tikzpicture}[scale = #1] +\draw[draw=#2, line width=#3pt] (4.7,6.6) node (v2) {} -- (18.5,18.8) node (v10) {}; +\draw[draw=#2, line width=#3pt] (20.8,15) node (v9) {} -- (6.9,2.9) node (v1) {}; +\draw[draw=#2, line width=#3pt] (v1) -- (0.9,0.5) node (v3) {} -- (v2); +\draw[draw=#2, line width=#3pt][fill=black] (v3) -- (2.5,2.9) -- (3.6,1.6) -- (v3); +\draw[draw=#2, line width=#3pt] (4.7,6.6) .. controls (5.4,7.7) and (7.1,6.1) .. (5.3,5.2); +\draw[draw=#2, line width=#3pt] (5.3,5.2) node (v4) {} .. controls (6.6,6.5) and (7.9,5) .. (6.1,4); +\draw[draw=#2, line width=#3pt] (6.1,4) node (v5) {} .. controls (7.5,5.3) and (8.7,4.3) .. (6.9,2.9); +\draw[draw=#2, line width=#3pt] (v4) -- (15.4,14) node (v6) {}; +\draw[draw=#2, line width=#3pt] (v5) -- (16,12.7) node (v7) {}; +\draw[fill=black] (14.1,14.9) node (v8) {} -- (v6) -- (v7) -- (16.4,11.2) -- (18,12.5) -- (17.5,14.2) -- (16.7,15.3) -- (15.3,16) -- (v8); +\draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(v9) (20.3,17.3) (v10)}; +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####rocket###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\rocket}[3]{\begin{tikzpicture}[scale = #1] +\draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(5.2,6.4) (5.6,19) (10,23.5)}; +\draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(10,23.5) (14.7,18.9) (15.5,6.3)}; +\draw[draw=#2, line width=#3pt] (5.1,12) -- (2.8,11) -- (3,4.3) -- (4,6.8) -- (5.2,7.6); +\draw[draw=#2, line width=#3pt] (15.4,12.1) -- (18,11.1) -- (18.3,4.3) -- (17.1,6.9) -- (15.5,8); +\node (v2) at (15.5,6.3) {}; +\node (v1) at (5.2,6.4) {}; +\draw[draw=#2, line width=#3pt] (v1) edge (v2); +\draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(8.3,6.4) (7.2,5.4) (8.9,4.2) (9.8,1)}; +\draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(12.4,6.4) (13.5,5.6) (11.3,4.2) (9.8,1)}; +\draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(5.8,19.6) (10.3,19.3) (14.4,19.6)}; +\draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(6.4,20.6) (10.3,20.4) (13.8,20.7)}; +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####DUCK###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\DUCK}[3]{\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] +\draw[draw=#2,line width=#3pt] +(303,374).. controls (550,90) and (-10,70)..(82,291); +\draw[draw=#2,line width=#3pt](82,291).. controls (97,330) and(96,366)..(87,406); +\draw[draw=#2,line width=#3pt](304,374).. controls (90,200) and(191,368)..(250,420); +\draw[draw=#2,line width=#3pt](251,424).. controls (110,607) and(90,400)..(86,410); +\draw[draw=#2,line width=#3pt](311,250).. controls (150,81) and(64,391)..(311,250); +\draw[draw=#2,line width=#3pt](127,460) circle(10.1); +\draw[draw=#2,line width=#3pt](257,140)--(253,83); +\draw[draw=#2,line width=#3pt](251,80)--(277,62); +\draw[draw=#2,line width=#3pt](253,83)--(234,71); +\draw[draw=#2,line width=#3pt](253,83)--(218,80); +\draw[draw=#2,line width=#3pt](168,140)--(167,81); +\draw[draw=#2,line width=#3pt](168,81)--(187,74); +\draw[draw=#2,line width=#3pt](168,81)--(144,70); +\draw[draw=#2,line width=#3pt](168,81)--(124,82); +\draw[draw=#2,line width=#3pt](88,407).. controls (65,409) and (30,447)..(56,458).. controls (68,452) and (80,442)..(98,444); + +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####HAT###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +\newcommand{\HAT}[3]{\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] + +\draw[draw=#2,line width=#3pt] +(295,116)..controls(227,345) and (104,242)..(75,160); +\draw[draw=#2,line width=#3pt](292,116)..controls(401,200) and (-90,175)..(51,132); +\draw[draw=#2,line width=#3pt](51,132)..controls(133,150) and(223,154)..(283,145); +\draw[draw=#2,line width=#3pt](203,172)--(169,206); +\draw[draw=#2,line width=#3pt](189,185)--(155,190); +\draw[draw=#2,line width=#3pt](289,116) ..controls(132,100) and(279,79)..(276,96); +\draw[draw=#2,line width=#3pt](276,96)..controls(247,67) and(238,46)..(291,56); +\draw[draw=#2,line width=#3pt](291,56)..controls(288,6) and(306,4)..(326,79); +\draw[draw=#2,line width=#3pt](326,79)..controls(350,104) and(350,124)..(298,120); + +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####SUN###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\SUN}[3]{\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] + +\draw[draw=#2,line width=#3pt](206,248) circle(98.7); +\draw[draw=#2,line width=#3pt](162,340)..controls(60,388) and(22,294)..(102,238); +\draw[draw=#2,line width=#3pt](102,238)..controls(16,190) and(88,106)..(156,162); +\draw[draw=#2,line width=#3pt](156,162)..controls(152,74) and(252,46)..(270,148); +\draw[draw=#2,line width=#3pt](248,154)..controls(370,120) and(394,214)..(300,264); +\draw[draw=#2,line width=#3pt](300,264)..controls(412,298) and(356,412)..(238,340); +\draw[draw=#2,line width=#3pt](272,356)..controls(230,478) and(144,472)..(130,352); + +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%####BUtterfly###%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + +\newcommand{\BUtterfly}[3]{\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] + +\draw[draw=#2,line width=#3pt](199,89)..controls(456,206) and(47,416)..(156,120); +\draw[draw=#2,line width=#3pt](134,209)..controls(-54,279) and(139,65)..(297,87); +\draw[draw=#2,line width=#3pt](297,87)..controls(345,114) and(323,137)..(268,140); +\draw[draw=#2,line width=#3pt](299,135)..controls(307,152) and(295,159)..(277,154); +\draw[draw=#2,line width=#3pt](85,162)..controls(140,55) and(233,41)..(255,87); +\draw[draw=#2,line width=#3pt](94,150) circle(1.4); +\draw[draw=#2,line width=#3pt](87,154)arc(15:155:15); +\draw[draw=#2,line width=#3pt](89,149) arc(15:155:15); +\draw[draw=#2,line width=#3pt](175,250) circle(8.4); +\draw[draw=#2,line width=#3pt](229,239) circle(8.4); +\draw[draw=#2,line width=#3pt](160,230) circle(8.4); +\draw[draw=#2,line width=#3pt](212,222) circle(8.4); +\draw[draw=#2,line width=#3pt](273,184) circle(8.4); +\draw[draw=#2,line width=#3pt](258,161) circle(8.4); +\draw[draw=#2,line width=#3pt](238,131) circle(8.4); +\draw[draw=#2,line width=#3pt](170,177) circle(8.4); +\draw[draw=#2,line width=#3pt](130,131) arc(15:155:15); +\draw[draw=#2,line width=#3pt](152,122)--(139,99); +\draw[draw=#2,line width=#3pt](184,104)--(165,72); +\draw[draw=#2,line width=#3pt](215,96)--(202,61); +\draw[draw=#2,line width=#3pt](230,90)--(227,65); +\draw[draw=#2,line width=#3pt](133,147) circle(8.4); +\draw[draw=#2,line width=#3pt](108,165) circle(8.4); +\draw[draw=#2,line width=#3pt](120,199) circle(8.4); +\draw[draw=#2,line width=#3pt](93,191) circle(8.4); +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####fpetals###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + + +\newcommand{\fpetals}[3]{\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw = #2, line width=#3pt] (216,372) circle (4.6cm); +\draw[draw = #2, line width=#3pt,fill=black] (190,368) circle (0.8cm); +\draw[draw = #2, line width=#3pt,fill=black] (208,345) circle (0.8cm); +\draw[draw = #2, line width=#3pt,fill=black] (238,352) circle (0.8cm); +\draw[draw = #2, line width=#3pt,fill=black] (202,394) circle (0.8cm); +\draw[draw = #2, line width=#3pt,fill=black] (230,395) circle (0.8cm); +\draw[draw = #2, line width=#3pt,fill=black] (246,374) circle (0.8cm); +\draw[draw = #2, line width=#3pt,fill=black] (217,370) circle (0.8cm); +\draw[draw = #2, line width=#3pt] (118,408).. controls (75,486) and (136, 491) ..(173,472).. controls (190,543) and (244, 534) ..(258,483).. + controls (295,502) and (358, 466) ..(309,416) .. controls (398,404) and (375, 335) ..(314,330) .. controls (354,275) and (330, 245) ..(256,263) + .. controls (245,200) and (179, 203) ..(171,265) .. controls (95,220) and (85, 309) ..(116,324) .. controls (60,330) and (36, 407) ..(118,408); +\draw[draw = #2, line width=#3pt] (173,472).. controls (175,461) and (184, 432) ..(198,414); +\draw[draw = #2, line width=#3pt] (258,483).. controls (256,458) and (241, 424) ..(237,411); +\draw[draw = #2, line width=#3pt] (309,416).. controls (292,406) and (276, 400) ..(256,390); +\draw[draw = #2, line width=#3pt] (314,330).. controls (300,327) and (274, 340) ..(256,349); +\draw[draw = #2, line width=#3pt] (256,263).. controls (257,314) and (244, 314) ..(234,330); +\draw[draw = #2, line width=#3pt] (197,327).. controls (187,308) and (172, 285) ..(171,265); +\draw[draw = #2, line width=#3pt] (116,324).. controls (144,327) and (159, 337) ..(177,346); +\draw[draw = #2, line width=#3pt] (118,408).. controls (135,407) and (153, 398) ..(174,394); +\draw[draw = #2, line width=#3pt] (202,217).. controls (199,125) and (174, 70) ..(131,29); +\draw[draw = #2, line width=#3pt,rotate=-6] (202,243).. controls (205,125) and (174, 70) ..(139,35); +\draw[draw = #2, line width=#3pt] (132,29)--(143,21); +\draw[draw = #2, line width=#3pt] (34,217).. controls (78,217) and (127, 250) ..(147,167).. controls (127,160) and (78,127) ..(34,217); +\draw[draw = #2, line width=#3pt] (147,167).. controls (165,155) and (178, 155) ..(196,156); +\draw[draw = #2, line width=#3pt,rotate=-2] (130,165).. controls (165,155) and (178, 155) ..(191,156); +\draw[draw = #2, line width=#3pt] (259,127).. controls (245,127) and (229, 119) ..(209,124); +\draw[draw = #2, line width=#3pt] (205,113).. controls (230,108) and (249, 111) ..(268,120); +\draw[draw = #2, line width=#3pt] (258,127).. controls (289,198) and (327, 184) ..(381,183); +\draw[draw = #2, line width=#3pt] (258,127).. controls (264,120) and (348, 95) ..(381,183); +\draw[draw = #2, line width=#3pt] (34,217) --(147,167); +\draw[draw = #2, line width=#3pt] (123,176) --(115,198); +\draw[draw = #2, line width=#3pt] (66,213) --(70,200); +\draw[draw = #2, line width=#3pt] (62,190) --(91,192); +\draw[draw = #2, line width=#3pt] (258,127) --(381,183); +\draw[draw = #2, line width=#3pt] (291,140) --(298,166); +\draw[draw = #2, line width=#3pt] (326,154) --(350,152); +\draw[draw = #2, line width=#3pt] (343,164) --(347,177); +\draw[draw = #2, line width=#3pt] (205,415) --(201,433); +\draw[draw = #2, line width=#3pt] (213,417) --(213,433); +\draw[draw = #2, line width=#3pt] (228,414) --(230,433); +\draw[draw = #2, line width=#3pt] (243,407) --(259,424); +\draw[draw = #2, line width=#3pt] (253,401) --(268,413); +\draw[draw = #2, line width=#3pt] (260,382) --(277,387); +\draw[draw = #2, line width=#3pt] (262,364) --(280,366); +\draw[draw = #2, line width=#3pt] (259,356) --(279,346); +\draw[draw = #2, line width=#3pt] (254,340) --(266,330); +\draw[draw = #2, line width=#3pt] (243,333) --(256,323); +\draw[draw = #2, line width=#3pt] (227,326) --(229,307); +\draw[draw = #2, line width=#3pt] (215,326) --(215,308); +\draw[draw = #2, line width=#3pt] (202,326) --(194,301); +\draw[draw = #2, line width=#3pt] (184,337) --(174,325); +\draw[draw = #2, line width=#3pt] (178,340) --(164,329); +\draw[draw = #2, line width=#3pt] (171,354) --(159,352); +\draw[draw = #2, line width=#3pt] (205,415) --(201,433); +\draw[draw = #2, line width=#3pt] (173,362) --(152,360); +\draw[draw = #2, line width=#3pt] (171,376) --(153,379); +\draw[draw = #2, line width=#3pt] (177,396) --(163,407); +\draw[draw = #2, line width=#3pt] (182,409) --(172,416); +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####cow###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + + +\newcommand{\cow}[3]{\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw = #2, line width=#3pt] (139,281) .. controls(129,289) and (116,292) .. (107,292) .. controls (94,291) and (82,286) .. (74,281) .. controls (69,270) and (70,255) .. (70,240) .. controls (71,236) and (74,231) .. (76,226) .. controls (77,222) and (76,219) .. (73,213) .. controls (72,211) and (71,203) .. (74,191) +.. controls (76,188) and (77,184) .. (81,182) .. controls (107,179) .. (132,182) .. controls (136,185) and (140,189) .. (140,193) .. controls (141,199) and (141,208) .. (139,213.5) .. controls (135,224) .. (139,235) .. controls (142,240) and (144,249) .. (144,255) .. controls (144,265) and (142,277) .. (139,281); +\draw[draw = #2, line width=#3pt] (70,242) .. controls (56,239) .. (41,243) .. controls (40,247) .. (43,252) .. controls (50,265) and (56,263) .. (70,263); +\draw[draw = #2, line width=#3pt] (71,269) .. controls (58,280) .. (57,291) .. controls (58,299) .. (60,303) .. controls (65,304) .. (67,297) .. controls (68,287) .. (75,281); +\draw[draw = #2, line width=#3pt] (138,282) .. controls (147,290) .. (148,305) .. controls (149,307) and (153,306) .. (155,302) .. controls (158,288) and (153,277) .. (143,269); +\draw[draw = #2, line width=#3pt] (143,266) .. controls (166,264) .. (173,248) .. controls (173,243) .. (167,243) .. controls (153,243) .. (143,247); +\draw[draw = #2, line width=#3pt] (139,214) .. controls (123,222) and (111,216) .. (106,211); +\draw[draw = #2, line width=#3pt] (73,214) .. controls (90,222) and (99,216) .. (106,211); +\draw[draw = #2, line width=#3pt] (92,205) circle (0.5cm); +\draw[draw = #2, line width=#3pt] (121,205) circle (0.5cm); +\draw[draw = #2, line width=#3pt] (95,258) ellipse (0.5 cm and 1 cm); +\draw[draw = #2, line width=#3pt] (114,258) ellipse (0.5 cm and 1 cm); +\draw[draw = #2, line width=#3pt] (119,261) .. controls (114,259) .. (109,261); +\draw[draw = #2, line width=#3pt] (100,261) .. controls (96,259) .. (90,261); +\draw[draw = #2, line width=#3pt] (100,180) .. controls (100,153) and (109,140) .. (130,131) .. controls (132,84) .. (122,43) .. controls (133,37) .. (144,40) .. controls (151,83) .. (151,116) .. controls (169,110) .. (185,117) .. controls (195,71) .. (195,33) .. controls (205,30) .. (214,34) .. controls (212,75) .. (212,121) .. controls (263,134) .. (302,155) .. controls (312,110) .. (311,72) .. controls (321,68) .. (332,71) .. controls (325,153) and (348,217) .. (331,245) +.. controls (352,216) and (356,196) .. (356,165) .. controls (351,152) .. (361,144) .. controls (369,153) .. (364,166) .. controls (363,196) and (363,242) .. (310,268) .. controls (270,279) .. (215,268) .. controls (194,260) .. (169,256); +\draw[draw = #2, line width=#3pt] (331,245) .. controls (325,254) .. (309,268); +\draw[draw = #2, line width=#3pt] (332,71) .. controls (336,58)and (332,51) .. (323,49) .. controls (317,53) .. (320,61); +\draw[draw = #2, line width=#3pt] (310.5,72) .. controls (306,65) .. (304,61) .. controls (302,57) .. (308,51) .. controls (314,50) .. (318.5,57); +\draw[draw = #2, line width=#3pt] (292,150) .. controls (292,101) .. (285,61) .. controls (289,53) .. (285,46) .. controls (278,43) .. (272,42) .. controls (271,50) .. (273,55); +\draw[draw = #2, line width=#3pt] (271.5,51) .. controls (267,45) .. (260,45) .. controls (255,50) .. (256,55) .. controls (260,58) .. (265,64) .. controls (271,88) .. (273,140); +\draw[draw = #2, line width=#3pt] (214,35) .. controls (219,23) .. (215,14) .. controls (208,11) .. (199.5,12) .. controls (193,12) and (187,14) .. (185,20) .. controls (188,28) .. (195,34); +\draw[draw = #2, line width=#3pt] (199,12) .. controls (200,20) .. (204,24); +\draw[draw = #2, line width=#3pt] (144,41) .. controls (147,28) and (141,22) .. (133,21) .. controls (128,22) .. (129,29) .. controls (125,20) .. (119,23) .. controls (114,30) .. (122,44); +\draw[fill=black,draw = #2, line width=#3pt] (325,177) .. controls (319,181) .. (315,188) .. controls (311,188) .. (307,183) .. controls (316,175) .. (325,177); +\draw[fill=black,draw = #2, line width=#3pt] (312,169) .. controls (307,177) .. (299,177) .. controls (301,173) .. (302,169) .. controls (309,167) .. (312,169); +\draw[fill=black,draw = #2, line width=#3pt] (322,231) .. controls (311,227) .. (308,216) .. controls (314,219) .. (319,216) .. controls (324,214) .. (330,217) .. controls (330,221) and (323,226) .. (322,231); +\draw[fill=black,draw = #2, line width=#3pt] (310,196) .. controls (305,208) .. (295,207) .. controls (296,202) .. (302,200) -- (310,196); +\draw[fill=black,draw = #2, line width=#3pt] (298,191) -- (288,191) .. controls (288,195) .. (286,199) .. controls (289,199) .. (293,198) -- (298,191); +\draw[fill=black,draw = #2, line width=#3pt] (287,175) .. controls (277,179) and (264,172) .. (256,176) .. controls (258,161) .. (273,155) .. controls (275,161) and (284,168) .. (287,175); +\draw[fill=black,draw = #2, line width=#3pt] (278,192) .. controls (274,187) .. (270,184) .. controls (265,185) .. (260,191) .. controls (271,194) .. (278,192); +\draw[fill=black,draw = #2, line width=#3pt] (279,199) .. controls (280,202) .. (273,203) .. controls (269,202) .. (267,199) -- (279,199); +\draw[fill=black,draw = #2, line width=#3pt] (303,245) .. controls (305,235) .. (296,235) .. controls (277,248) .. (279,259) .. controls (285,261) .. (293,260); +\draw[fill=black,draw = #2, line width=#3pt] (270,257) .. controls (264,264) .. (260,271) .. controls (251,266) .. (249,257) .. controls (255,259) .. (261,256) .. controls (267,253) .. (270,257); +\draw[fill=black,draw = #2, line width=#3pt] (288,227) .. controls (282,220) .. (268,221) .. controls (267,229) .. (263,241) .. controls (270,242) .. (274,239) .. controls (280,234) .. (287,232) .. controls (290,229) .. (288,227); +\draw[fill=black,draw = #2, line width=#3pt] (255,237) -- (229,236) .. controls (233,245) .. (243,248) .. controls (252,245) .. (255,237); +\draw[fill=black,draw = #2, line width=#3pt] (237,208) .. controls (222,211) .. (222,227) .. controls (227,224) .. (231,226) .. controls (240,228) .. (249,228) .. controls (251,220) .. (237,208); +\draw[fill=black,draw = #2, line width=#3pt] (243,179) .. controls (242,170) .. (234,170) .. controls (214,184) .. (220,193) .. controls (227,195) .. (232,190) .. controls (238,186) .. (243,179); +\draw[fill=black,draw = #2, line width=#3pt] (232,143) .. controls (235,153) .. (244,154) .. controls (246,150) .. (251,147) .. controls (254,141) .. (249,141); +\draw[fill=black,draw = #2, line width=#3pt] (226,165) .. controls (222,154) .. (207,156) .. controls (207,163) .. (203,170) .. controls (204,176) .. (212,175) .. controls (228,159) .. (226,165); +\draw[fill=black,draw = #2, line width=#3pt] (194,171) .. controls (192,179) .. (181,182) .. controls (172,178) .. (169,169) -- (194,171); +\draw[fill=black,draw = #2, line width=#3pt] (188,146) .. controls (191,137) .. (184,139) .. controls (178,140) .. (171,140) .. controls (173,149) .. (182,152) .. controls (184,148) .. (188,146); +\draw[fill=black,draw = #2, line width=#3pt] (153,127) .. controls (163,139) .. (149,138) .. controls (146,137) .. (141,139) .. controls (143,127) .. (153,124) -- (153,127); +\draw[fill=black,draw = #2, line width=#3pt] (144,153) .. controls (135,148) .. (128,154) .. controls (124,160) .. (125,170) .. controls (133,167) .. (140,170) .. controls (156,169) .. (151,160) .. controls (146,159) .. (144,156); +\draw[fill=black,draw = #2, line width=#3pt] (156,187) .. controls (169,188) .. (162,196) .. controls (159,197) .. (158,200) .. controls (147,196) .. (147,187) .. controls (152,189) .. (156,187); +\draw[fill=black,draw = #2, line width=#3pt] (178,213) -- (162,212) .. controls (163,206) .. (170,204) .. controls (174,207) .. (178,213); +\draw[fill=black,draw = #2, line width=#3pt] (180,219) -- (167,218) .. controls (169,222) .. (174,223) .. controls (179,223) .. (180,219); +\draw[fill=black,draw = #2, line width=#3pt] (201,214) .. controls (196,215) .. (189,220) .. controls (189,215) .. (191,211) .. controls (196,209) .. (201,214); +\draw[fill=black,draw = #2, line width=#3pt] (195,239) .. controls (197,251) .. (208,254) .. controls (211,248) .. (215,244) .. controls (217,238) .. (211,239) .. controls (203,241) .. (195,239); +\draw[fill=black,draw = #2, line width=#3pt] (209,219) .. controls (205,227) .. (196,227) .. controls (200,221) .. (209,219); +\draw[draw = #2, line width=#3pt] (285,62) .. controls (273,58) .. (265,64); +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####fatbird###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + + +\newcommand{\fatbird}[3]{\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[draw = #2, line width=#3pt] (176,308) -- (206,308); +\draw[draw = #2, line width=#3pt] (176,308) .. controls (164,302) and (151,284) .. (149,267) .. controls (138,253) and (138,233) .. (149,229) .. controls (153,225) .. (155,217) .. controls (160,213) .. (166,218) .. controls (172,211) and (183,211) .. (186,218) .. controls (192,211) and (203,211) .. (206,218) .. controls (210,212) and (214,212) .. (219,216) .. controls (225,213) .. (228,218); +\draw[draw = #2, line width=#3pt] (206,308) .. controls (218,302) and (230,284) .. (231,267) .. controls (244,253) and (244,233) .. (232,229) .. controls (228,225) .. (228,218); +\draw[draw = #2, line width=#3pt] (184,308) .. controls (189,331) and (200,350) .. (216,358) .. controls (221,353) and (221,347) .. (213,340) .. controls (220,335) and (220,331) .. (212,329) .. controls (214,323) and (210,320) .. (204,322) .. controls (208,316) and (208,312) .. (206,308); +\draw[draw = #2, line width=#3pt] (233,230) .. controls (265,199) .. (288,160) .. controls (289,147) and (281,137) .. (271,147) -- (265,157) .. controls (251,155) and (244,164) .. (244,179) .. controls (233,181) and (226,193) .. (231,204); +\draw[draw = #2, line width=#3pt] (236,228) .. controls (256,254) and (278,269) .. (295,269) .. controls (277,253) and (263,234) .. (253,210); +\draw[draw = #2, line width=#3pt] (258,222) .. controls (271,235) and (292,251) .. (314,250) .. controls (296,235) and (276,216) .. (267,195); +\draw[draw = #2, line width=#3pt] (290,228) .. controls (310,238) and (325,239) .. (337,236) .. controls (309,223) and (286,210) .. (272,187); +\draw[draw = #2, line width=#3pt] (278,144) .. controls (273,116) and (253,95) .. (218,87) .. controls (215,75) and (206,75) .. (202,87) -- (182,87) .. controls (178,75) and (170,75) .. (165,87); +\draw[draw = #2, line width=#3pt] (151,227) .. controls (115,194) .. (96,163) .. controls (94,146) and (101,135) .. (116,149) -- (121,155) .. controls (134,154) and (143,166) .. (141,180) .. controls (154,181) and (158,190) .. (153,203); +\draw[draw = #2, line width=#3pt] (108,144) .. controls (113,116) and (140,88) .. (165,87); +\draw[draw = #2, line width=#3pt] (214,80) -- (215,50) .. controls (221,48) .. (224,43); +\draw[draw = #2, line width=#3pt] (215,50) .. controls (213,48) .. (211,41) .. controls (209,47) .. (206,51); +\draw[draw = #2, line width=#3pt] (206,80) --(206,50) .. controls (200,49) .. (198,45); +\draw[draw = #2, line width=#3pt] (177,80) -- (177,50) .. controls (184,48) .. (186,45); +\draw[draw = #2, line width=#3pt] (177,50) .. controls (175,46) .. (174,42) .. controls (172,48) .. (170,50) .. controls (165,49) .. (161,45); +\draw[draw = #2, line width=#3pt] (170,80) -- (170,50); +\draw[fill=black,draw = #2, line width=#3pt] (177,259) circle (0.3cm); +\draw[fill=black,draw = #2, line width=#3pt] (203,259) circle (0.3cm); +\draw[draw = #2, line width=#3pt] (167,237) -- (213,236) .. controls (206,245) .. (199,248) .. controls (192,249) .. (181,248) .. controls (175,245) .. (167,237); +\draw[draw = #2, line width=#3pt] (167,237) .. controls (175,227) .. (182,223) .. controls (192,222) .. (200,223) .. controls (207,227) .. (213,236); +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####bloom###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + + +\newcommand{\bloom}[3]{\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10] +\draw[fill=black,draw = #2, line width=#3pt] (209,227) -- (207,252) -- (195,252) -- (194,226) -- (186,239) -- (176,235) -- (180,220) -- (169,230) -- (161,224) -- (171,208) -- (145,217) -- (141,206) -- (168,195) -- (151,193) -- (153,183) -- (169,182) -- (155,173) -- (161,164) -- (175,171) -- (163,148) -- (170,142) -- (187,161) -- (187,146) -- (197,144) -- (203,158) -- (207,145) -- (217,146) -- (218,161) -- (235,143) -- (244,150) -- (230,170) -- (244,165) -- (249,174) -- (237,184) -- (252,182) -- (253,194) -- (238,197) -- (262,207) -- (259,216) -- (233,210) -- (243,222) -- (236,229) -- (224,221) -- (228,234) -- (218,239) -- (209,227); +\draw[fill=white,white, line width=#3pt] (203,192) circle (3.5 cm); +\draw[fill=black,draw = #2, line width=#3pt] (203,192) circle (1.4 cm); +\draw[draw = #2, line width=#3pt] (248,250) .. controls (271,278) .. (282,309) .. controls (288,328) and (250,360) .. (234,347) .. controls (203,334) .. (175,347) .. controls (145,358) and (115,326) .. (125,294); +\draw[draw = #2, line width=#3pt] (158,251) .. controls (131,288) .. (106,303) .. controls (90,315) and (57,296) .. (57,276) .. controls (58,238) .. (38,217) .. controls (20,193) and (32,157) .. (79,153); +\draw[draw = #2, line width=#3pt] (130,172) .. controls (95,162) .. (63,142) .. controls (47,121) and (55,90) .. (77,87) .. controls (115,72) .. (133,48) .. controls (152,26) and (196,39) .. (203,71); +\draw[draw = #2, line width=#3pt] (201,121) .. controls (182,70) and (245,2) .. (274,55) .. controls (289,78) .. (313,82) .. controls (357,83) and (357,137) .. (327,155); +\draw[draw = #2, line width=#3pt] (275,170) .. controls (311,155) .. (338,156) .. controls (365,155) and (388,195) .. (363,218) .. controls (347,238) .. (348,257) .. controls (354,298) and (303,315) .. (276,289); +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####nestling###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + + +\newcommand{\nestling}[3]{\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] +\draw[draw = #2, line width=#3pt] (52,239) -- (19,229) -- (44,222) -- (25,213) -- (42,210); +\draw[draw = #2, line width=#3pt] (359,138) -- (340,137) -- (361,160) -- (345,157) -- (366,182); +\draw[draw = #2, line width=#3pt] (42,210) .. controls (65,70) and (242,10) .. (359,138); +\draw[draw = #2, line width=#3pt] (42,210) .. controls (75,323) and (136,301) .. (177,276); +\draw[draw = #2, line width=#3pt] (177,276) -- (221,231); +\draw[draw = #2, line width=#3pt] (264,197) .. controls (294,173) and (337,174) .. (366,182); +\draw[draw = #2, line width=#3pt](89,221) ellipse (1.4cm and 2.5cm) ; +\draw[draw = #2, line width=#3pt] (80,239) -- (70,251); +\draw[draw = #2, line width=#3pt] (86,245) -- (82,258); +\draw[draw = #2, line width=#3pt] (92,245) -- (98,257); +\draw[draw = #2, line width=#3pt] (100,238) -- (108,251); +\draw[draw = #2, line width=#3pt] (113,97) -- (113,64) -- (73,62) -- (106,57) -- (84,49) -- (117,55) -- (142,54) -- (129,62) -- (129,88); +\draw[draw = #2, line width=#3pt] (185,70) -- (185,54) -- (148,52) -- (175,47) -- (157,38) -- (188,46) -- (217,45) -- (200,51) -- (200,68); +\draw[draw = #2, line width=#3pt] (75,218) .. controls (85,230) and (94,230) .. (103,217); +\draw[draw = #2, line width=#3pt] (174,278) .. controls (190,301) and (205,315) .. (211,315); +\draw[draw = #2, line width=#3pt] (211,315) .. controls (213,313) and (215,312) .. (214,307); +\draw[draw = #2, line width=#3pt] (214,307) .. controls (220,312) and (226,313) .. (225,307); +\draw[draw = #2, line width=#3pt] (225,307) .. controls (231,307) and (231,297) .. (223,278); +\draw[draw = #2, line width=#3pt] (223,278) .. controls (230,271) and (228,263) .. (216,255); +\draw[draw = #2, line width=#3pt] (216,255) .. controls (218,251) and (216,245) .. (214,239); +\draw[draw = #2, line width=#3pt] (195,206) .. controls (221,234) and (262,265) .. (279,265); +\draw[draw = #2, line width=#3pt] (279,265) .. controls (282,257) .. (290,258); +\draw[draw = #2, line width=#3pt] (290,258) .. controls (294,249) and (291,237) .. (282,229); +\draw[draw = #2, line width=#3pt] (282,229) .. controls (283,218) and (274,208) .. (265,208); +\draw[draw = #2, line width=#3pt] (265,208) .. controls (268,202) .. (264,197); +\draw[draw = #2, line width=#3pt] (264,197) .. controls (258,190) and (246,179) .. (228,166); +\draw[draw = #2, line width=#3pt] (228,166) .. controls (223,163) and (213,163) .. (208,165); +\draw[draw = #2, line width=#3pt] (208,165) .. controls (203,175) and (197,172) .. (194,180); +\draw[draw = #2, line width=#3pt] (194,180) .. controls (191,186) and (191,196) .. (195,206); +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####cottage###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + + +\newcommand{\cottage}[3]{\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] +\draw[draw = #2, line width=#3pt] (76,23) -- (76,274) -- (201,490) -- (326,274) -- (326,23) -- (76,23); +\draw[draw = #2, line width=#3pt] (76,274) -- (326,274); +\draw[draw = #2, line width=#3pt] (145,23) -- (145,155) -- (253,155) -- (253,23); +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####catface###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + + +\newcommand{\catface}[3]{\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] +\draw[draw = #2, line width=#3pt] (59,107) -- (47,253); +\draw[draw = #2, line width=#3pt] (188,14) .. controls (130,15) and (70,40) .. (59,107); +\draw[draw = #2, line width=#3pt] (47,253) .. controls (59,290) and (82,260) .. (97,244); +\draw[draw = #2, line width=#3pt] (97,244) .. controls (133,200) and (191,212) .. (233,217); +\draw[draw = #2, line width=#3pt] (233,217) .. controls (251,218) and (264,247) .. (265,246); +\draw[draw = #2, line width=#3pt] (265,246) .. controls (271,260) and (291,267) .. (305,273); +\draw[draw = #2, line width=#3pt] (305,272) .. controls (320,250) and (323,227) .. (317,207); +\draw[draw = #2, line width=#3pt] (317,207) .. controls (315,184) and (315,142) .. (316,108); +\draw[draw = #2, line width=#3pt] (316,108) .. controls (303,50) and (256,15) .. (188,14); +\draw[draw = #2, line width=#3pt] (120,67) .. controls (140,48) and (168,50) .. (187,74); +\draw[draw = #2, line width=#3pt] (187,74) .. controls (205,47) and (243,50) .. (255,67); +\draw[draw = #2, line width=#3pt] (187,74) -- (187,104); +\draw[draw = #2, line width=#3pt] (187,104) .. controls (181,109) and (174,115) .. (173,118); +\draw[draw = #2, line width=#3pt] (173,118) .. controls (168,125) and (170,130) .. (178,131); +\draw[draw = #2, line width=#3pt] (178,131) .. controls (184,132) and (194,131) .. (198,129); +\draw[draw = #2, line width=#3pt] (198,129) .. controls (202,128) and (205,124) .. (202,118); +\draw[draw = #2, line width=#3pt] (202,118) .. controls (200,114) and (195,108) .. (187,104); +\draw[draw = #2, line width=#3pt] (18,81) .. controls (50,93) and (83,91) .. (115,80); +\draw[draw = #2, line width=#3pt] (29,110) .. controls (70,110) and (106,95) .. (120,84); +\draw[draw = #2, line width=#3pt] (31,133) .. controls (71,128) and (101,107) .. (117,95); +\draw[draw = #2, line width=#3pt] (273,85) .. controls (305,94) and (336,97) .. (370,85); +\draw[draw = #2, line width=#3pt] (268,88) .. controls (298,107) and (332,111) .. (359,114); +\draw[draw = #2, line width=#3pt] (272,100) .. controls (302,122) and (330,131) .. (356,137); +\draw[draw = #2, line width=#3pt] (146,136) -- (137,160); +\draw[draw = #2, line width=#3pt] (137,160) .. controls (134,168) and (131,174) .. (119,177); +\draw[draw = #2, line width=#3pt] (119,177) .. controls (108,177) and (100,179) .. (78,170); +\draw[draw = #2, line width=#3pt] (78,170) .. controls (78,157) and (94,140) .. (103,136); +\draw[draw = #2, line width=#3pt] (103,136) .. controls (110,135) and (119,135) .. (125,137); +\draw[draw = #2, line width=#3pt] (125,137) .. controls (132,139) and (139,139) .. (146,136); +\draw[draw = #2, line width=#3pt](113,156) ellipse (1.4cm and 2.08cm) ; +\draw[draw = #2, line width=#3pt](252,159) ellipse (1.4cm and 2.08cm) ; +\draw[draw = #2, line width=#3pt] (218,137) -- (229,165); +\draw[draw = #2, line width=#3pt] (229,165) .. controls (234,174) and (238,178) .. (246,179); +\draw[draw = #2, line width=#3pt] (246,179) .. controls (261,183) and (274,176) .. (285,172); +\draw[draw = #2, line width=#3pt] (285,172) .. controls (282,162) and (278,154) .. (272,147); +\draw[draw = #2, line width=#3pt] (272,147) .. controls (269,144) and (265,140) .. (261,138); +\draw[draw = #2, line width=#3pt] (261,138) .. controls (256,136) and (248,137) .. (240,139); +\draw[draw = #2, line width=#3pt] (240,139) .. controls (233,142) and (224,141) .. (218,137); +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####fish###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + + +\newcommand{\bisk}[3]{\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] + +\draw[draw = #2, line width=#3pt] (54,133) .. controls (103,116) and (145,71) .. (153,33); +\draw[draw = #2, line width=#3pt] (53,29) .. controls (90,25) and (115,26) .. (153,33); +\draw[draw = #2, line width=#3pt] (53,29) .. controls (45,58) and (45,92) .. (54,133); +\draw[draw = #2, line width=#3pt] (54,133) .. controls (59,152) and (69,173) .. (81,185); +\draw[draw = #2, line width=#3pt] (81,185) .. controls (125,218) and (171,250) .. (209,259); +\draw[draw = #2, line width=#3pt] (209,259) .. controls (226,263) and (240,263) .. (254,259); +\draw[draw = #2, line width=#3pt] (296,333) .. controls (313,333) and (332,327) .. (347,306); +\draw[draw = #2, line width=#3pt] (347,306) .. controls (372,287) and (374,269) .. (373,251); +\draw[draw = #2, line width=#3pt] (254,259) -- (296,333); +\draw[draw = #2, line width=#3pt] (373,251) -- (288,209); +\draw[draw = #2, line width=#3pt] (265,254) -- (313,330); +\draw[draw = #2, line width=#3pt] (274,249) -- (332,322); +\draw[draw = #2, line width=#3pt] (279,243) -- (351,302); +\draw[draw = #2, line width=#3pt] (286,234) -- (365,287); +\draw[draw = #2, line width=#3pt] (289,223) -- (371,272); +\draw[draw = #2, line width=#3pt] (66,162) .. controls (50,176) and (37,194) .. (34,210); +\draw[draw = #2, line width=#3pt] (34,210) .. controls (83,255) and (135,264) .. (181,249); +\draw[draw = #2, line width=#3pt] (288,209) .. controls (278,164) and (260,121) .. (228,83); +\draw[draw = #2, line width=#3pt] (228,83) .. controls (208,56) and (183,38) .. (153,33); +\draw[draw = #2, line width=#3pt] (273,160) .. controls (284,121) and (283,91) .. (272,63); +\draw[draw = #2, line width=#3pt] (272,63) .. controls (265,46) and (254,32) .. (245,24); +\draw[draw = #2, line width=#3pt] (245,24) .. controls (236,14) and (230,13) .. (221,18); +\draw[draw = #2, line width=#3pt] (221,18) .. controls (210,26) and (197,36) .. (188,46); +\draw[draw = #2, line width=#3pt] (188,80) .. controls (183,86) and (175,88) .. (165,85); +\draw[draw = #2, line width=#3pt] (168,106) .. controls (166,113) and (157,118) .. (148,119); +\draw[draw = #2, line width=#3pt] (129,119) .. controls (129,128) and (122,132) .. (112,132); +\draw[draw = #2, line width=#3pt] (105,135) .. controls (106,143) and (96,149) .. (86,147); +\draw[draw = #2, line width=#3pt] (101,167) .. controls (112,166) and (119,160) .. (118,153); +\draw[draw = #2, line width=#3pt] (110,181) .. controls (122,179) and (133,173) .. (131,164); +\draw[draw = #2, line width=#3pt] (142,158) .. controls (152,156) and (161,153) .. (162,146); +\draw[draw = #2, line width=#3pt] (172,135) .. controls (180,136) and (188,130) .. (188,124); +\draw[draw = #2, line width=#3pt] (192,107) .. controls (201,108) and (209,103) .. (211,96); +\draw[draw = #2, line width=#3pt] (122,196) .. controls (134,196) and (145,188) .. (149,181); +\draw[draw = #2, line width=#3pt] (163,178) .. controls (172,177) and (180,170) .. (181,166); +\draw[draw = #2, line width=#3pt] (184,151) .. controls (194,152) and (202,147) .. (204,140); +\draw[draw = #2, line width=#3pt] (211,135) .. controls (218,132) and (227,129) .. (227,123); +\draw[draw = #2, line width=#3pt] (217,146) .. controls (225,148) and (234,148) .. (236,137); +\draw[draw = #2, line width=#3pt] (199,171) .. controls (209,170) and (217,165) .. (216,158); +\draw[draw = #2, line width=#3pt] (142,220) .. controls (152,218) and (162,210) .. (164,203); +\draw[draw = #2, line width=#3pt] (178,198) .. controls (185,198) and (194,194) .. (198,187); +\draw[draw = #2, line width=#3pt] (209,184) .. controls (220,184) and (231,177) .. (227,167); +\draw[draw = #2, line width=#3pt] (230,161) .. controls (238,160) and (248,156) .. (246,146); +\draw[draw = #2, line width=#3pt] (171,234) .. controls (179,233) and (186,230) .. (190,221); +\draw[draw = #2, line width=#3pt] (198,220) .. controls (205,220) and (216,218) .. (216,207); +\draw[draw = #2, line width=#3pt] (228,199) .. controls (236,196) and (236,198) .. (247,190); +\draw[draw = #2, line width=#3pt] (250,181) .. controls (260,180) and (266,174) .. (264,166); +\draw[draw = #2, line width=#3pt] (214,247) .. controls (224,245) and (231,240) .. (232,231); +\draw[draw = #2, line width=#3pt] (241,226) .. controls (254,226) and (262,222) .. (260,213); +\draw[draw = #2, line width=#3pt] (73,61) .. controls (77,69) and (84,69) .. (89,63); +\draw[draw = #2, line width=#3pt](81,68) ellipse (0.9cm and 1.4cm) ; +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####sock###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + + +\newcommand{\sock}[3]{\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] +\draw[draw = #2, line width=#3pt] (102,46) .. controls (40,30) and (10,90) .. (46,136); +\draw[draw = #2, line width=#3pt] (102,46) .. controls (75,66) and (50,102) .. (46,136); +\draw[draw = #2, line width=#3pt] (46,136) .. controls (78,158) and (112,176) .. (122,180); +\draw[draw = #2, line width=#3pt] (122,180) .. controls (153,201) and (182,241) .. (187,289); +\draw[draw = #2, line width=#3pt] (187,289) .. controls (185,368) and (216,449) .. (224,507); +\draw[draw = #2, line width=#3pt] (224,507) -- (355,489); +\draw[draw = #2, line width=#3pt] (218,473) -- (349,451); +\draw[draw = #2, line width=#3pt] (355,489) .. controls (338,361) and (330,261) .. (342,228); +\draw[draw = #2, line width=#3pt] (342,228) .. controls (346,164) and (329,129) .. (306,118); +\draw[draw = #2, line width=#3pt] (306,118) .. controls (259,116) and (162,79) .. (102,46); +\draw[draw = #2, line width=#3pt] (343,213) .. controls (329,190) and (302,181) .. (280,183); +\draw[draw = #2, line width=#3pt] (280,183) .. controls (290,157) and (290,134) .. (268,112); +\end{tikzpicture}} + +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%####baseballbat###%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%% + + +\newcommand{\baseballbat}[3]{\begin{tikzpicture}[x = \imagescaleh, y = \imagescaleh, scale = (#1)/10]] +\draw[draw = #2,line width=#3pt] (36,45) circle (1.3cm); +\draw[draw = #2,line width=#3pt] (49,47)--(352,260)..controls(344,292)..(319,302)--(41,57); +\end{tikzpicture}} + diff --git a/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc b/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc index 2cc491c9faf..08ac0b04609 100644 --- a/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc @@ -52,6 +52,7 @@ depend esk depend euflag depend fast-diagram depend fig4latex +depend figchild depend fitbox depend flowchart depend forest diff --git a/Master/tlpkg/tlpsrc/figchild.tlpsrc b/Master/tlpkg/tlpsrc/figchild.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d -- cgit v1.2.3