Created
February 23, 2015 23:21
-
-
Save rg3915/6cfec6b9a233e31f7b0c to your computer and use it in GitHub Desktop.
figlogo_copa
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% http://latexbr.blogspot.com.br/ | |
%definicao de largura e escala da imagem | |
\newlength\imagewidthl | |
\newlength\imagescalel | |
%tamanho da imagem na tela | |
\pgfmathsetlength{\imagewidthl}{10cm} | |
%escala da imagem para o desenho vetorial | |
\pgfmathsetlength{\imagescalel}{\imagewidthl/100} | |
%ajuste da escala e direcao do eixo y | |
\begin{tikzpicture}[x=\imagescalel,y=\imagescalel,scale=.08] | |
%posicione a imagem | |
%\node[anchor=south west,inner sep=0pt,outer sep=0pt] at (0,0) {\includegraphics[width=7\imagewidthl]{logo_copa_2014_2}}; | |
%aqui comeca o desenho | |
%definindo novas cores | |
\definecolor{amareloescuro}{RGB}{249,196,2} | |
\definecolor{amarelo}{RGB}{253,231,0} | |
\definecolor{azul}{RGB}{83,175,193} | |
\definecolor{verde}{RGB}{0,97,46} | |
\definecolor{verdeclaro}{RGB}{137,193,32} | |
%grade | |
%\draw[lightgray,dashed,xstep=50,ystep=50] (0,0) grid (600,700); | |
%desenho | |
%peito | |
\fill[left color=verde,right color=verdeclaro] (167,329) .. controls (149,367) and (153,419) .. (189,445) | |
.. controls (199,453) and (218,466) .. (226,462) | |
.. controls (218,442) and (203,424) .. (202,401) | |
.. controls (197,354) and | |
(230,311) .. (270,289) | |
.. controls (339,247) and (437,247) .. (498,304) | |
.. controls (528,331) and (544,369) .. (555,406) | |
.. controls (561,407) and (551,379) .. (548,371) | |
.. controls (517,285) and (425,231) .. (336,233) | |
.. controls (248,233) and (190,279) .. (167,329) -- cycle; | |
%asa | |
\fill[top color=amarelo,bottom color=amareloescuro] (356,270) .. controls (301,276) and (243,304) .. (218,356) | |
.. controls (201,395) and (213,445) .. (245,472) | |
.. controls (268,485) and (292,466) .. (310,452) | |
.. controls (353,419) and (391,375) .. (446,362) | |
.. controls (478,355) and (512,369) .. (535,392) | |
.. controls (532,368) and (527,351) .. (514,337) | |
.. controls (463,278) and (413,269) .. (356,270) -- cycle; | |
%bico | |
\fill[top color=amarelo,bottom color=amareloescuro] (147,363) .. controls (135,402) and (134,445) .. (152,482) | |
.. controls (165,508) and (190,530) .. (221,533) | |
.. controls (211,515) and (211,492) .. (227,479) | |
.. controls (215,475) and (196,469) .. (172,448) | |
.. controls (149,429) and (148,362) .. (147,363) -- cycle; | |
%cauda01 | |
\fill[left color=verde,right color=verdeclaro] (447,369) .. controls (430,374) and (411,379) .. (403,395) | |
.. controls (444,386) and (491,384) .. (525,412) | |
.. controls (534,414) and (550,451) .. (546,427) | |
.. controls (533,386) and (489,362) .. (447,369) -- cycle; | |
%cauda0 | |
\fill[left color=amareloescuro,right color=amarelo] (433,398) .. controls (420,396) and (409,409) .. (428,408) | |
.. controls (478,417) and (528,447) .. (546,495) | |
.. controls (547,503) and (550,542) .. (555,517) | |
.. controls (563,471) and (536,424) .. (494,406) | |
.. controls (475,398) and (454,395) .. (433,398) -- cycle; | |
\fill[left color=verde,right color=verdeclaro] (413,413) .. controls (440,432) and (467,451) .. (486,478) | |
.. controls (514,514) and (531,564) .. (511,608) | |
.. controls (506,617) and (491,644) .. (508,624) | |
.. controls (544,587) and (554,526) .. (526,482) | |
.. controls (503,442) and (459,414) .. (413,413) -- cycle; | |
%olho | |
\fill[azul] (245,509) circle (16mm); | |
\end{tikzpicture} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment