%Copyright 2021 by Fernando de Souza Bastos \NeedsTeXFormat{LaTeX2e} %Version 1.1.1 (2021/04/21) %Version 2.1.1 (2022/03/22) \ProvidesPackage{figchild}[2022/03/22 Package for creating activities for children version 2.1.1] \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{\fcOwlA}[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{\fcBell}[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{\fcBookB}[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{\fcDino}[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{\fcPumpkin}[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{\fcCrown}[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{\fcSpinning}[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{\fcAlligator}[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{\fcBee}[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{\fcSquirrel}[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{\fcHippo}[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{\fcElephant}[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} } %%%%%%%%%%%%%%%%%%%###FlowerF###%%%%%%%%%%%%%%%%%%%%%% \newcommand{\fcFlowerF}[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{\fcIceCreamA}[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{\fcFish}[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{\fcBoat}[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{\fcHouse}[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{\fcGnat}[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{\fcFan}[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{\fcCupcake}[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{\fcFlamingo}[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{\fcBonnet}[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{\fcMailbox}[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{\fcGiraffe}[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{\fcRabbit}[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{\fcDuck}[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{\fcHatA}[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{\fcPhone}[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{\fcSandal}[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{\fcRobe}[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{\fcTractorB}[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{\fcGlass}[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{\fcApple}[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=#3pt] (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{\fcEgg}[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{\fcSpider}[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{\fcMoon}[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{\fcBat}[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{\fcCar}[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{\fcCrownA}[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{\fcEggA}[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{\fcGoose}[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{\fcHouseA}[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{\fcMonkey}[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{\fcMushroom}[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{\fcPig}[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{\fcTrunk}[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{\fcFlower}[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{\fcShip}[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{\fcBullet}[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{\fcBeeA}[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{\fcSun}[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{\fcStar}[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{\fcTrain}[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{\fcSheep}[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{\fcCarrot}[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{\fcMouse}[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{\fcPencil}[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{\fcShootingStar}[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{\fcStarA}[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{\fcVan}[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{\fcTruck}[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{\fcBike}[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{\fcEggB}[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{\fcPlane}[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{\fcBear}[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{\fcFrog}[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{\fcBull}[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{\fcElephantA}[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{\fcSheet}[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{\fcBird}[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{\fcOctopus}[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{\fcPineapple}[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{\fcButterfly}[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{\fcFishA}[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{\fcChristmasTree}[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{\fcPumpkinA}[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{\fcFlamingoA}[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{\fcBellA}[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{\fcBroom}[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{\fcCandle}[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{\fcKite}[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{\fcMouseA}[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{\fcCloud}[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{\fcHorse}[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{\fcDuckA}[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{\fcFlamingoB}[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{\fcAnt}[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{\fcBatA}[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{\fcMug}[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{\fcUmbrella}[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{\fcLion}[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} } %%%%%%%%%%%%%%%%%%%####BirdC###%%%%%%%%%%%%%%%%%%% \newcommand{\fcBirdC}[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{\fcSquirrelA}[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{\fcGiraffeA}[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{\fcRabbitA}[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{\fcStrawberry}[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{\fcTurtle}[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{\fcFlowerA}[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{\fcFishB}[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{\fcCentipede}[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{\fcBookA}[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{\fcTurtleA}[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{\fcFlyingSaucer}[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{\fcGhost}[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{\fcWatermelon}[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{\fcWitchHat}[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{\fcButterflyA}[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{\fcDolphin}[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{\fcPlaneA}[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{\fcLadyBug}[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{\fcPeacock}[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{\fcDog}[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{\fcBall}[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{\fcBirdA}[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{\fcSunA}[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{\fcFlowerB}[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{\fcHouseB}[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{\fcCherry}[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{\fcNumberOne}[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{\fcNumberTwo}[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{\fcNumberThree}[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{\fcNumberFour}[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{\fcNumberFive}[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{\fcNumberSix}[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{\fcNumberSeven}[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{\fcNumberEight}[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{\fcNumberNine}[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{\fcNumberTen}[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{\fcBus}[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}} %%%%%%%%%%%%%%%%%%%####FlowerE###%%%%%%%%%%%%%%%%%%% \newcommand{\fcFlowerE}[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{\fcGloves}[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{\fcKey}[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{\fcOwlB}[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{\fcPencilA}[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{\fcRocket}[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{\fcDuckB}[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{\fcHat}[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{\fcSunB}[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{\fcButterflyB}[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{\fcFlowerC}[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{\fcCow}[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{\fcBirdB}[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}} %%%%%%%%%%%%%%%%%%%####FlowerD###%%%%%%%%%%%%%%%%%%% \newcommand{\fcFlowerD}[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}} %%%%%%%%%%%%%%%%%%%####BirdD###%%%%%%%%%%%%%%%%%%% \newcommand{\fcBirdF}[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{\fcHouseC}[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{\fcCat}[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}} %%%%%%%%%%%%%%%%%%%####FishC###%%%%%%%%%%%%%%%%%%% \newcommand{\fcFishC}[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{\fcSock}[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{\fcBaseballBat}[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}} %%%%%%%%%%%%%%%%%%%####StrawberryA###%%%%%%%%%%%%%% \newcommand{\fcStrawberryA}[3]{ \begin{tikzpicture}[x=\imagescaleh, y=\imagescaleh, scale = (#1)/10] \draw[draw=#2, line width=#3pt, fill= #2 ](217,81) circle (1cm); % circulo \draw[draw=#2, line width=#3pt, fill= #2 ](113,394) circle (1cm); \draw[draw=#2, line width=#3pt, fill= #2 ](144,144) circle (1cm); \draw[draw=#2, line width=#3pt, fill= #2 ](288,388) circle (1cm); \draw[draw=#2, line width=#3pt, fill= #2 ](265,136) circle (1cm); \draw[draw=#2, line width=#3pt, fill= #2 ](293,206) circle (1cm); \draw[draw=#2, line width=#3pt, fill= #2 ](183,196) circle (1cm); \draw[draw=#2, line width=#3pt, fill= #2 ](111,288) circle (1cm); \draw[draw=#2, line width=#3pt, fill= #2 ](185,283) circle (1cm); \draw[draw=#2, line width=#3pt, fill= #2 ](280,298) circle (1cm); \draw [draw=#2, line width=#3pt] (128,435) .. controls (128,435) and (57,420) .. (51,369); \draw [draw=#2, line width=#3pt] (208,25) .. controls (128,45) and (67,115) .. (51,369); \draw [draw=#2, line width=#3pt] (208,25) .. controls (290,30) and (346,135) .. (365,378); \draw [draw=#2, line width=#3pt] (276,440) .. controls (314,435) and (339,420) .. (365,378); \draw [draw=#2, line width=#3pt] (276,440) .. controls (314,435) and (339,420) .. (365,378); \draw [draw=#2, line width=#3pt] (205,449) .. controls (244,458) and (263,452) .. (279,444); \draw [draw=#2, line width=#3pt] (224,432) .. controls (244,433) and (263,434) .. (279,444); \draw [draw=#2, line width=#3pt] (224,432) .. controls (245,420) and (254,399) .. (259,375); \draw [draw=#2, line width=#3pt] (216,413) .. controls (230,397) and (243,387) .. (259,375); \draw [draw=#2, line width=#3pt] (216,413) .. controls (220,397) and (221,369) .. (206,344); \draw [draw=#2, line width=#3pt] (195,413) .. controls (196,397) and (186,369) .. (206,344); \draw [draw=#2, line width=#3pt] (195,413) .. controls (196,397) and (186,369) .. (206,344); \draw [draw=#2, line width=#3pt] (195,413) .. controls (196,410) and (176,374) .. (151,366); \draw [draw=#2, line width=#3pt] (189,431) .. controls (167,414) and (155,391) .. (151,366); \draw [draw=#2, line width=#3pt] (189,431) .. controls (167,425) and (155,425) .. (125,430); \draw [draw=#2, line width=#3pt] (198,451) .. controls (161,450) and (142,443) .. (125,430); \draw [draw=#2, line width=#3pt] (205,449) -- (197,449) -- (197, 473)-- (205,473) -- (205,449); \end{tikzpicture} } %%%%%%%%%%%%%%%%%%%#### Shark ###%%%%%%%%%%%%%% \newcommand{\fcShark}[3]{ \begin{tikzpicture}[scale = #1] \draw[draw=#2, line width=#3pt] (-6,2.5) -- (-1,3.3); \draw [draw=#2, line width=#3pt] (1.9,3.2) .. controls (1.8,4.3) and (2.9,4.6) .. (3.1,3.8) -- (4.7,3.9); \draw [draw=#2, line width=#3pt] (3.7,3.7) .. controls (3.5,4.3) and (4.3,4.4) .. (4.7,3.9) -- (6.4,3.5) (6.4,3.5) .. controls (6.4,2.9) and (6.1,2.5) .. (5.5,2.1) .. controls (5.2,1) and (4.4,-2) .. (1.5,-2.2) -- (-0.9,-2); \draw [draw=#2, line width=#3pt] (2.8,-1.9) .. controls (3.6,-3.2) and (2.2,-3.5) .. (1.5,-2.2); \draw[draw=#2, line width=#3pt] (-0.5,-1.4) .. controls (-1.5,-2.9) and (-3.9,-3.8) .. (-5.3,-3.3) -- (-2.8,-1); \draw [draw=#2, line width=#3pt] (2.8,3.1) ellipse (0.4 and 0.4); \draw [fill=black] (2.85,3.1) ellipse (0.2 and 0.2); \draw[draw=#2, line width=#3pt] (-3.14,-1.34) .. controls (-3.9,-1) and (-4.7,-0.3).. (-5.2,0.3)-- (-6.3,0.2) -- (-5.5,0.9) -- (-6.1,1.5) .. controls (-6.3,1.2) and (-6.5,0.8) .. (-7.1,0.8) .. controls (-6,1.7) and (-7,3.4) .. (-8,4.4) .. controls (-6.8,4.2) and (-5.9,3.4) .. (-6,2.6); \draw [draw=#2, line width=#3pt] (-0.5,1.8) node (v1) {} .. controls (-1,0.5) and (3.5,-0.2) .. (5.1,0.6); \draw[draw=#2, line width=#3pt] (-1.1,1.4) .. controls (-1.1,1.5) and (-0.8,1.8) .. (-0.4,1.7); \draw[draw=#2, line width=#3pt] (-0.4,1) -- (-0.3,0.2) -- (0.6,0.6) -- (0.8,-0.1) -- (1.5,0.3) -- (2.2,-0.4) -- (2.7,0.1) -- (3.1,-0.5) -- (3.5,0.2) -- (4.2,-0.2) -- (4.5,0.3); \draw[draw=#2, line width=#3pt] (-2.5,3) .. controls (-1.8,3.8) and (-2.5,5.9) .. (-2.8,7.8) .. controls (-1.7,8) and (-0.8,6) .. (0.4,3.5)--(1.9,3.8); \end{tikzpicture} } %%%%%%%%%%%%%%%%%%%#### FishD ###%%%%%%%%%%%%%% \newcommand{\fcFishD}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt] (0.1,-3.4) .. controls (0.5,-4.4) and (-0.2,-4.6) .. (-0.8,-4.3) .. controls (-1.3,-4.3) and (-1.2,-4.9) .. (-1.1,-5.4); \draw [draw=#2, line width=#3pt] (0.2,-3.7) -- (2.8,-3.8); \draw [draw=#2, line width=#3pt] (0.2,-4.2) -- (1.8,-4.6); \draw [draw=#2, line width=#3pt] (-0.3,-4.4) -- (0.1,-5); \draw [draw=#2, line width=#3pt] (-1.1,-4.4) -- (-0.2,-5.8); \draw [draw=#2, line width=#3pt] (3.3,1.8) .. controls (1.9,1.2) and (-3.2,-0.6) .. (-1.5,-3.5) .. controls (0,-3.5) and (2,-3) .. (3.2,-3) .. controls (2.6,-4.5) and (1.5,-5) .. (0,-5) .. controls (-0.4,-5.3) and (-0.2,-6.4) .. (0.1,-6.8) .. controls (-0.6,-6.3) and (-0.9,-5.7) .. (-1.2,-5.2) .. controls (-1.3,-4) and (-3.3,-3.3) .. (-3.2,-2.1) .. controls (-3.1,-3.7) and (-4.5,-4.7) .. (-6.1,-4.5) (-6.1,-4.6) .. controls (-5.3,-3.9) and (-5.1,-2.2) .. (-3.3,-1.3); \draw [draw=#2, line width=#3pt] (-3.7,-1.5) .. controls (-6.4,5) and (1.5,10.6) .. (4.3,2.4); \draw [draw=#2, line width=#3pt,rotate=30](3.1,3.1) ellipse (1.15 and 1.6); \draw [fill=#2,rotate=30](2.9,3.1) ellipse (0.4 and 0.7); \draw [draw=#2, line width=#3pt] (-2,5.7) .. controls (-2.5,4.6) and (-1.9,3.1) .. (-0.3,2.5) .. controls (-2.8,2.2) and (-2.1,0.2) .. (0,0.2); \draw [draw=#2, line width=#3pt](-3.3,4.3) .. controls (-4.7,4.7) and (-5.9,4.4) .. (-7.3,2.9) .. controls (-6.5,2.7) and (-6,2.4) .. (-5.9,1.4) .. controls (-5.2,1.1) and (-4.9,0.3) .. (-5,-0.2) .. controls (-4.7,-0.5) and (-4.5,-1) .. (-4.1,-1.2)--(-3.9,-0.85); \draw [draw=#2, line width=#3pt](-6.6,2.6) .. controls (-6,3.5) and (-5,3.9) .. (-3.7,3.6); \draw [draw=#2, line width=#3pt] (-6,2.1) .. controls (-5.6,2.7) and (-4.7,3.1) .. (-3.9,3); \draw [draw=#2, line width=#3pt] (-5.7,1.3) .. controls (-5.3,1.7) and (-4.9,2.4) .. (-4.1,2.3); \draw [draw=#2, line width=#3pt] (-5.1,0.7) .. controls (-5,1) and (-4.7,1.2) .. (-4.3,1.4); \draw [draw=#2, line width=#3pt] (-5,0.2) .. controls (-4.7,0.5) and (-4.5,0.6) .. (-4.2,0.6); \draw [draw=#2, line width=#3pt](-4.7,-0.6) .. controls (-4.6,-0.2) and (-4.3,-0.1) .. (-4.1,-0.1); \draw [draw=#2, line width=#3pt](-1,-0.6) .. controls (0.8,-1.6) and (0.9,-1.7) .. (-1.4,-1.2); \draw [draw=#2, line width=#3pt] (3.3,1.8) -- (2.3,2.5) -- (4.3,2.4); \end{tikzpicture} } %%%%%%%%%%%%%%%%%%%#### DolphinA ###%%%%%%%%%%%%%%% \newcommand{\fcDolphinA}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt] (-4.1,1) -- (-1.6,0.2); \draw [draw=#2, line width=#3pt,rotate=30] (-2,5.7) ellipse (0.55 and 0.4); \draw [fill=#2, line width=#3pt,rotate=30] (-1.8,5.65) ellipse (0.15 and 0.12); \draw [fill=white, line width=#3pt,rotate=30] (-1.8,5.65) ellipse (0.1 and 0.1); \draw [draw=#2, line width=#3pt] (-4,5) .. controls (-3.7,5.1) and (-3.5,5) .. (-3.4,4.8); \draw [draw=#2, line width=#3pt] (-3.1,2.8) .. controls (-2.7,2.7) and (-2.4,2.5) .. (-2.4,2.2); \draw [draw=#2, line width=#3pt] (-6,4) .. controls (-4.5,8) and (3.1,8.4) .. (3.5,-3); \draw [draw=#2, line width=#3pt] (-6,4) .. controls (-6.8,5.8) and (-8.3,4.4) .. (-6.9,3.4) .. controls (-6.1,2.8) and (-4.6,2) .. (-2.6,2.6).. controls (-3.4,2.4) and (-4.8,1.6) .. (-4.9,0.8) .. controls (-3.7,1.3) and (-2.7,1.4) .. (-1.6,0.7) .. controls (-1.5,-0.3) and (-1.3,-2) .. (0.8,-2) .. controls (0.7,-1.5) and (0.6,-0.6) .. (0.7,-0.1) -- (1.5,-0.5) -- (2.3,-1.1) -- (3.5,-2.6); \draw [draw=#2, line width=#3pt] (-3.3,0.7) .. controls (-3.6,0.4) and (-3.7,-0.4) .. (-3.4,-0.8) .. controls (-2.8,-0.3) and (-2.4,-0.1) .. (-1.6,0.2); \draw [draw=#2, line width=#3pt] (0.7,-0.6) .. controls (1.8,-0.7) and (1.9,-2.5) .. (3.5,-3); \draw [draw=#2, line width=#3pt] (1.3,4.6) .. controls (2.5,5.2) and (3.7,4.9) .. (4.4,3.4); \draw [draw=#2, line width=#3pt] (4.4,3.4) .. controls (3.4,3.4) and (3,3.1) .. (2.5,2.5); \draw [draw=#2, line width=#3pt] (3.5,-2.5) .. controls (4.4,-2.3) and (5,-3.5) .. (5.1,-4.6) .. controls (4.4,-4.5) and (3.9,-4.1) .. (3.4,-3.3) .. controls (3.1,-5.1) and (2.2,-3.3) .. (2.6,-2.6); \end{tikzpicture} } %%%%%%%%%%%%%%%%%%%#### Seahorse ###%%%%%%%%%%%%%%% \newcommand{\fcSeahorse}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt] (1.4,1.9) ellipse (0.8 and ); \draw [draw=#2, line width=#3pt] (1.78,1.9) ellipse (0.2 and 0.3); \draw [draw=#2, line width=#3pt] (3.7,1.9) .. controls (3.6,1.6) and (3.7,1.3) .. (3.5,1.1) .. controls (4.2,1.8) and (-0.2,-2.1) .. (-0.4,1.3) .. controls (-1.4,1.6) and (-1.7,1.7) .. (-2.1,1.8) .. controls (-1.8,1.3) and (-2.2,0.6) .. (-2.6,0.2) .. controls (-2.2,0.1) and (-1.6,-0.3) .. (-1.9,-0.9) .. controls (-1.4,-0.8) and (-1.1,-0.9) .. (-1,-1.1) .. controls (-0.6,-1) and (-0.3,-0.9) .. (0.1,-1) .. controls (0.2,-0.6) and (0.3,-0.3) .. (0.4,0); \draw [draw=#2, line width=#3pt] (3.7,1.9) .. controls (3.3,1.8) and (3,1.7) .. (2.8,1.8) .. controls (3,5.2) and (-2.5,5.7) .. (-1.9,1.8); \draw [draw=#2, line width=#3pt] (-2.6,0.2) -- (-0.8,0.6); \draw [draw=#2, line width=#3pt] (-1.9,-0.9) -- (-0.8,-0.2); \draw [draw=#2, line width=#3pt] (-0.9,-1.1) -- (-0.3,-0.3); \draw [draw=#2, line width=#3pt] (0.7,-0.1) .. controls (1.9,-1) and (2.8,-3.1) .. (0.5,-4.9) .. controls (0.2,-5.4) and (0.8,-5.8) .. (1,-5.2); \draw [draw=#2, line width=#3pt] (0.4,-5) .. controls (1.2,-4.6) and (1.9,-5.3) .. (1,-6.3) .. controls (0.1,-6.6) and (-1.4,-5.6) .. (-1,-4.5) .. controls (-0.2,-2.6) and (-0.3,-2) .. (-1.6,-0.9); \draw [draw=#2, line width=#3pt] (1.2,-0.1) .. controls (3.5,-0.7) and (2.7,-3.7) .. (0.6,-4.8); \draw [draw=#2, line width=#3pt] (-1.4,-1.1) -- (-2.1,-1.3); \draw [draw=#2, line width=#3pt] (-2,-1.3) .. controls (-1.8,-1.5) and (-1.7,-1.7) .. (-1.7,-1.9) .. controls (-1.5,-2) and (-1.4,-2.2) .. (-1.4,-2.4) .. controls (-1.2,-2.4) and (-1,-2.5) .. (-1.1,-2.7) .. controls (-0.9,-2.7) and (-0.7,-2.8) .. (-0.9,-3) .. controls (-0.7,-3) and (-0.6,-3.2) .. (-0.6,-3.5); \draw [draw=#2, line width=#3pt] (-1.6,-1.9) -- (-1,-1.5); \draw [draw=#2, line width=#3pt] (-1.4,-2.4) -- (-0.7,-1.8); \draw [draw=#2, line width=#3pt] (-1.1,-2.7) -- (-0.6,-2.2); \draw [draw=#2, line width=#3pt] (-2.3,0.6) .. controls (-2.3,0.9) and (-2.3,1.1) .. (-2.4,1.4) .. controls (-2.3,1.7) and (-2.3,2.1) .. (-2.4,2.4) .. controls (-2.2,2.6) and (-2.1,2.9) .. (-2.2,3.6) .. controls (-2,3.8) and (-1.2,4.3) .. (-1.1,4.9) .. controls (-0.6,4.8) and (-0.1,4.9) .. (0.5,5.2) .. controls (0.7,5) and (1.3,5) .. (2,5.1); \draw [draw=#2, line width=#3pt] (1.9,5.1) -- (1.1,4.4); \draw [draw=#2, line width=#3pt] (0.4,5.1) -- (-0.1,4.5); \draw [draw=#2, line width=#3pt] (-1.1,4.8) -- (-1.1,4.1); \draw [draw=#2, line width=#3pt] (-2.2,3.5) -- (-1.8,3.1); \draw [draw=#2, line width=#3pt] (-2.3,2.4) -- (-1.9,2.2); \draw [draw=#2, line width=#3pt] (-2.3,1.3) -- (-2,1.2); \draw [draw=#2, line width=#3pt] (0.3,3.3) .. controls (0.5,3.6) and (0.6,3.8) .. (1.1,3.8); \end{tikzpicture} } %%%%%%%%%%%%%%%%%%%#### FishE ###%%%%%%%%%%%%%%%%%% \newcommand{\fcFishE}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt] (-8.6,0.2) .. controls (-7.8,0.2) and (-7.3,1.6) .. (-6.4,1.9); \draw [draw=#2, line width=#3pt] (-6.4,1.9) .. controls (-5.9,2.1) and (-5.6,1.8) .. (-5.6,1) .. controls (-5.7,0.4) and (-5.7,0.1) .. (-5.5,-0.3) .. controls (-5.4,-0.5) and (-5.4,-0.9) .. (-5.7,-1.2) .. controls (-6,-1.3) and (-6.4,-1.4) .. (-6.7,-1.2) .. controls (-7,-1) and (-7.1,-0.9) .. (-7.3,-0.7); \draw [draw=#2, line width=#3pt] (-7,0.3) ellipse (0.4 and 0.4); \draw [line width=#3pt, fill=black] (-7,0.3) ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt] (-8.6,0.2) .. controls (-8.8,0) and (-8.9,-0.1) .. (-8.9,-0.3) .. controls (-8.7,-0.3) and (-8.2,-0.5) .. (-8.1,-0.7) .. controls (-7.9,-0.8) and (-7.7,-0.7) .. (-7.6,-0.5); \draw [draw=#2, line width=#3pt] (-8.9,-0.3) .. controls (-8.8,-1.2) and (-7.7,-2.3) .. (-6.2,-2.5) .. controls (-3.1,-1.2) and (-3,0.1) .. (-4.5,1.4).. controls (-5,2) and (-5.6,2.4) .. (-6.3,1.92); \draw [draw=#2, line width=#3pt] (-7,-2.3) .. controls (-6.3,-2.8) and (-5.4,-3.1) .. (-4.7,-3.1) .. controls (-3.8,-3.1) and (-2.6,-3.2) .. (-0.8,-3.1) .. controls (-0.1,-3.1) and (0.6,-2.8) .. (1.1,-2.6).. controls (1.3,-2.5) and (2,-2) .. (2.6,-1.6) .. controls (3.3,-1.2) and (4,-1) .. (4.6,-0.9) .. controls (4.9,-0.8) and (5,-0.8) .. (5.5,-0.7) .. controls (6.5,-0.4) and (6.7,0.9) .. (5.5,1.2) .. controls (4.8,1.4) and (4,1.5) .. (3.2,1.8) .. controls (2.6,2.1) and (1.5,2.6) .. (0.3,3.2) .. controls (-0.7,3.7) and (-2.6,3.9) .. (-4.8,3.2) .. controls (-5.5,2.8) and (-6.2,2.3) .. (-6.6,1.8); \draw [draw=#2, line width=#3pt] (-4,-3.1) .. controls (-3.7,-3.5) and (-3.4,-4) .. (-2.6,-4.5) .. controls (-2.2,-4.7) and (-1.4,-4.8) .. (-1.7,-4.2) .. controls (-1.8,-3.8) and (-2,-3.6) .. (-1.9,-3.1); \draw [draw=#2, line width=#3pt] (-3.9,-3.1) -- (-3,-3.8); \draw [draw=#2, line width=#3pt] (-3,-3.8) .. controls (-2.7,-4.1) and (-2.3,-4.6) .. (-1.8,-4.6); \draw [draw=#2, line width=#3pt] (-3.1,-3.7) .. controls (-2.5,-4.1) and (-2.2,-4.3) .. (-1.6,-4.3); \draw [draw=#2, line width=#3pt] (-3.2,-3.1) .. controls (-2.9,-3.4) and (-2.6,-3.6) .. (-2.4,-3.8) .. controls (-2.1,-4.1) and (-1.9,-4.2) .. (-1.7,-4.1); \draw [draw=#2, line width=#3pt] (-2.7,-3.15) .. controls (-2.4,-3.3) and (-2.3,-3.4) .. (-2.2,-3.6) .. controls (-2.1,-3.7) and (-1.9,-3.7) .. (-1.9,-3.8); \draw [draw=#2, line width=#3pt] (-2.2,-3.1) .. controls (-2.1,-3.3) and (-2,-3.4) .. (-1.9,-3.5); \draw [draw=#2, line width=#3pt] (-3.3,-1) .. controls (-3,-1.1) and (-3,-1.5) .. (-3.1,-1.8) .. controls (-2.7,-1.9) and (-2.3,-2) .. (-2,-2.03) .. controls (-1.8,-2.1) and (-1.4,-2.1) .. (-1.2,-2) .. controls (0,-1.3) and (-0.4,-0.7) .. (-1.2,-0.6) .. controls (-1.8,-0.6) and (-2.5,-0.7) .. (-3.3,-1); \draw [draw=#2, line width=#3pt] (-3.2,-1.1) .. controls (-2.6,-1) and (-2,-0.9) .. (-1.2,-0.6); \draw [draw=#2, line width=#3pt] (-3.1,-1.2) .. controls (-2.5,-1.1) and (-1.1,-1.2) .. (-0.8,-0.7); \draw [draw=#2, line width=#3pt] (-1.5,-1.08) .. controls (-1.1,-1.1) and (-0.7,-1.1) .. (-0.5,-1); \draw [draw=#2, line width=#3pt] (-3.1,-1.4) .. controls (-2.6,-1.3) and (-1.8,-1.3) .. (-1,-1.3) .. controls (-0.9,-1.2) and (-0.7,-1.18) .. (-0.47,-1.2); \draw [draw=#2, line width=#3pt] (-3.08,-1.5) .. controls (-2.7,-1.5) and (-2.4,-1.6) .. (-1.9,-1.7) .. controls (-1.6,-1.8) and (-1.4,-1.9) .. (-1,-1.9); \draw [draw=#2, line width=#3pt] (-2.11,-1.64) .. controls (-1.5,-1.6) and (-1.1,-1.5) .. (-0.5,-1.4); \draw [draw=#2, line width=#3pt] (-3.1,-1.6) .. controls (-2.9,-1.6) and (-2.6,-1.7) .. (-2.2,-1.99); \draw [draw=#2, line width=#3pt] (-3.1,-1.7) .. controls (-2.9,-1.7) and (-2.8,-1.8) .. (-2.7,-1.9); \draw [draw=#2, line width=#3pt] (3.4,-1.1) .. controls (3.5,-1.5) and (3.6,-1.8) .. (3.7,-2.2) .. controls (3.4,-2.8) and (2,-2.7) .. (1.2,-2.5); \draw [draw=#2, line width=#3pt] (1.5,-2.3) .. controls (1.8,-2.5) and (2.3,-2.5) .. (3.4,-2.5); \draw [draw=#2, line width=#3pt] (1.8,-2.1) .. controls (2.2,-2.2) and (3.1,-2.1) .. (3.6,-1.8); \draw [draw=#2, line width=#3pt] (2.89,-2.06) .. controls (3.1,-2.1) and (3.4,-2.1) .. (3.7,-2.1); \draw [draw=#2, line width=#3pt] (2.4,-1.7) .. controls (2.9,-1.7) and (3.3,-1.7) .. (3.55,-1.51); \draw [draw=#2, line width=#3pt] (2.9,-1.4) .. controls (3.2,-1.4) and (3.3,-1.4) .. (3.5,-1.4); \draw [draw=#2, line width=#3pt] (5.28,-0.78) .. controls (6.4,-1.8) and (7.5,-2.4) .. (8.6,-2.1) .. controls (8.8,-2.2) and (9.3,-1.5) .. (8.6,-1.2) .. controls (7.9,-0.8) and (7.2,0) .. (8.2,1.5) .. controls (9,2.3) and (8.6,2.9) .. (7.5,2.6) .. controls (6.8,2.2) and (5.9,1.7) .. (5.19,1.3); \draw [draw=#2, line width=#3pt] (5.6,1.2) .. controls (5.8,1.3) and (6.1,1.4) .. (6.2,1.3) .. controls (6.4,1.2) and (6.8,1.3) .. (6.9,1.5) .. controls (7.1,1.6) and (7,2) .. (7.4,2.1) .. controls (7.6,2.3) and (7.7,2.4) .. (7.7,2.6); \draw [draw=#2, line width=#3pt] (5.9,1) .. controls (6.4,1) and (7.6,1.4) .. (8.2,2.6); \draw [draw=#2, line width=#3pt] (6.2,0.7) .. controls (6.4,0.8) and (6.8,0.8) .. (7.1,0.8) .. controls (7.3,0.7) and (7.5,0.7) .. (7.8,0.8); \draw [draw=#2, line width=#3pt] (6.3,0.4) .. controls (6.6,0.6) and (6.9,0.1) .. (7.7,0.2); \draw [draw=#2, line width=#3pt] (6.3,0.1) .. controls (6.8,-0.1) and (7.2,-0.5) .. (7.7,-0.4); \draw [draw=#2, line width=#3pt] (6.1,-0.3) .. controls (6.5,-0.6) and (6.9,-1.2) .. (8,-0.7); \draw [draw=#2, line width=#3pt] (7,-0.9) .. controls (7.5,-1.1) and (8,-1.2) .. (8.39,-1); \draw [draw=#2, line width=#3pt] (5.69,-0.64) .. controls (6.1,-0.8) and (6.7,-1.1) .. (7.2,-1.4) -- (8.7,-2.1); \draw [draw=#2, line width=#3pt] (7.2,-1.4) -- (7.8,-2.2); \draw [draw=#2, line width=#3pt] (-5.5,2.75) .. controls (-5.5,3.1) and (-5.4,3.7) .. (-5.1,4.3) .. controls (-5,4.3) and (-4.8,4.4) .. (-4.5,4.8) .. controls (-4.8,4.2) and (-5,3.6) .. (-4.9,3.13); \draw [draw=#2, line width=#3pt] (-4.56,4.73) .. controls (-4.4,4.7) and (-4.2,4.8) .. (-3.9,5) .. controls (-4.1,4.6) and (-4.3,4) .. (-4.2,3.35); \draw [draw=#2, line width=#3pt] (-3.9,5) .. controls (-3.8,5) and (-3.6,5.1) .. (-3.3,5.3) .. controls (-3.5,4.8) and (-3.7,4.3) .. (-3.6,3.5); \draw [draw=#2, line width=#3pt] (-3.3,5.3) .. controls (-3.2,5.2) and (-2.9,5.1) .. (-2.6,5.4) .. controls (-3,4.9) and (-3.1,3.9) .. (-3,3.6); \draw [draw=#2, line width=#3pt] (-2.6,5.4) .. controls (-2.4,5.3) and (-2.13,5.26) .. (-1.8,5.4) .. controls (-2.2,4.8) and (-2.3,4.3) .. (-2.3,3.6); \draw [draw=#2, line width=#3pt] (-1.8,5.4) .. controls (-1.7,5.3) and (-1.4,5.3) .. (-1,5.4) .. controls (-1.3,5) and (-1.6,4.2) .. (-1.5,3.6); \draw [draw=#2, line width=#3pt] (-1,5.4) .. controls (-0.9,5.2) and (-0.6,5.1) .. (-0.4,5.1) .. controls (-0.6,4.7) and (-0.9,4.2) .. (-0.9,3.6); \draw [draw=#2, line width=#3pt] (-0.4,5.1) .. controls (-0.2,5) and (0,5) .. (0.2,5) .. controls (-0.1,4.5) and (-0.3,4) .. (-0.4,3.4); \draw [draw=#2, line width=#3pt] (0.2,5) .. controls (0.3,4.6) and (0.5,4.2) .. (0.7,4) .. controls (0.5,3.7) and (0.4,3.5) .. (0.4,3.13); \draw [draw=#2, line width=#3pt] (1,2.84) .. controls (1.1,3.3) and (1.3,3.9) .. (1.9,4.4) .. controls (2.4,4.2) and (2.7,3.8) .. (3.1,3.3) .. controls (3.3,3.1) and (3.5,2.6) .. (3.5,2.3) .. controls (3.7,2.1) and (3.8,1.9) .. (3.8,1.6); \draw [draw=#2, line width=#3pt] (2.2,4.2) .. controls (1.8,3.8) and (1.5,3.4) .. (1.3,2.7); \draw [draw=#2, line width=#3pt] (2.5,4) .. controls (2.2,3.7) and (1.9,3.2) .. (1.7,2.5); \draw [draw=#2, line width=#3pt] (2.8,3.7) .. controls (2.5,3.4) and (2.3,3) .. (2.1,2.3); \draw [draw=#2, line width=#3pt] (3,3.4) .. controls (2.8,3.1) and (2.5,2.6) .. (2.4,2.2); \draw [draw=#2, line width=#3pt] (3.3,3) .. controls (3,2.7) and (2.8,2.3) .. (2.7,2.01); \draw [draw=#2, line width=#3pt] (3.4,2.6) .. controls (3.2,2.4) and (3.1,2.1) .. (3,1.9); \draw [draw=#2, line width=#3pt] (3.5,2.3) .. controls (3.4,2.1) and (3.3,1.9) .. (3.31,1.74); \draw [draw=#2, line width=#3pt] (3.7,2) .. controls (3.6,1.9) and (3.6,1.8) .. (3.6,1.66); \end{tikzpicture} } %%%%%%%%%%%%%%%%%%%#### FishF ###%%%%%%%%%%%%%%%%%% \newcommand{\fcFishF}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt] (-8.9,-0.2) .. controls (-8.5,0.2) and (-8,0.4) .. (-7.6,0.9) .. controls (-7.2,1.2) and (-6.7,1.4) .. (-6.3,1.5) .. controls (-4.3,2.4) and (-0.4,2.3) .. (2.4,1.3) .. controls (4,0.5) and (6.5,0.4) .. (7.5,1) .. controls (7.9,1.2) and (7.7,0.5) .. (6.3,-0.3) .. controls (5.7,-0.3) and (5.2,-0.3) .. (4.3,-0.4) .. controls (3.4,-0.5) and (2.8,-0.6) .. (0.6,-1) node (v1) {} .. controls (-0.8,-1.1) and (-2.4,-1.2) .. (-3.8,-1.1) .. controls (-3.8,-1.1) and (-3.5,-1.6) .. (-3.8,-2.3) .. controls (-4.4,-2.4) and (-4.8,-1.5) .. (-5,-1.1) .. controls (-5.3,-1) and (-5.7,-0.9) .. (-6.2,-0.8) .. controls (-6.5,-0.9) and (-7.1,-0.9) .. (-7.3,-0.7) .. controls (-7.6,-0.7) and (-8.3,-0.7) .. (-8.9,-0.2); \draw [draw=#2, line width=#3pt] (-9.1,-0.5) .. controls (-8.9,-0.5) and (-8.8,-0.4) .. (-8.8,-0.3); \draw [draw=#2, line width=#3pt] (-8.7,-0.4) .. controls (-8.7,-0.6) and (-8.8,-0.7) .. (-9,-0.8); \draw [draw=#2, line width=#3pt] (-8.1,-0.6) .. controls (-8.1,-0.9) and (-8.1,-1.1) .. (-8,-1.4); \draw [draw=#2, line width=#3pt] (-7.9,-0.7) .. controls (-7.9,-0.9) and (-7.8,-1.2) .. (-7.6,-1.4); \draw [draw=#2, line width=#3pt] (-7.7,-0.7) .. controls (-7.9,-0.4) and (-7.6,0) .. (-7.2,0.18) .. controls (-6.8,0.3) and (-6.3,0.4) .. (-6.2,0) .. controls (-6.1,0.3) and (-5.9,0.6) .. (-5.7,0.6) .. controls (-5.4,0.5) and (-5.2,0.2) .. (-5.2,-0.1) .. controls (-5.2,-0.4) and (-5.4,-0.7) .. (-5.7,-0.9); \draw [draw=#2, line width=#3pt] (-6.21,-0.02) .. controls (-6.3,-0.3) and (-6.3,-0.6) .. (-6.2,-0.8); \draw [draw=#2, line width=#3pt] (-7.2,-0.2) circle (0.2cm); \draw [fill=black, line width=#3pt] (-7.2,-0.2) circle (0.05cm); \draw [draw=#2, line width=#3pt] (-8.14,-0.3) .. controls (-8.02,-0.2) and (-7.89,-0.19) .. (-7.87,-0.35); \draw [draw=#2, line width=#3pt] (-5.5,0.1) .. controls (-5.4,-0.1) and (-5.4,-0.3) .. (-5.5,-0.4); \draw [draw=#2, line width=#3pt] (-6,1.6) .. controls (-5.8,1.8) and (-5.6,2) .. (-5.5,2) .. controls (-5.3,2) and (-5.3,1.9) .. (-5.3,1.8); \draw [draw=#2, line width=#3pt] (-5,1.9) .. controls (-4.8,2) and (-4.7,2.2) .. (-4.5,2.2) .. controls (-4.4,2.2) and (-4.3,2.1) .. (-4.3,2); \draw [draw=#2, line width=#3pt] (-4.2,2) .. controls (-4.1,2.1) and (-3.9,2.2) .. (-3.7,2.3) .. controls (-3.5,2.3) and (-3.3,2.3) .. (-3.3,2.1); \draw [draw=#2, line width=#3pt] (-3.2,2.1) .. controls (-3,2.3) and (-2.8,2.4) .. (-2.61,2.38) .. controls (-2.54,2.37) and (-2.5,2.2) .. (-2.5,2.1); \draw [draw=#2, line width=#3pt] (-2.4,2.12) .. controls (-2.1,2.3) and (-1.9,2.4) .. (-1.8,2.3) .. controls (-1.6,2.3) and (-1.6,2.2) .. (-1.6,2.08); \draw [draw=#2, line width=#3pt] (-1.33,2.07) .. controls (-1,2.4) and (-0.8,2.3) .. (-0.7,2); \draw [draw=#2, line width=#3pt] (-0.6,2) .. controls (-0.3,2.3) and (0.1,2.3) .. (0.1,1.9); \draw [draw=#2, line width=#3pt] (0.2,1.89) .. controls (0.4,2.2) and (0.8,2.1) .. (0.7,1.7); \draw [draw=#2, line width=#3pt] (0.9,1.7) .. controls (1.1,1.8) and (1.4,1.9) .. (1.4,1.6); \draw [draw=#2, line width=#3pt] (1.4,1.6) .. controls (1.8,1.8) and (2.4,2.1) .. (2.9,2.4) .. controls (3.3,2.3) and (3.4,1.7) .. (3.9,1.5) .. controls (4.3,1.3) and (4.5,1) .. (4.6,0.65); \draw [draw=#2, line width=#3pt] (6.7,0.7) .. controls (7.1,1) and (7.4,1.2) .. (7.8,1.44) .. controls (8.4,1.8) and (9.1,2.2) .. (9.66,2) .. controls (8.6,1.4) and (7,0.1) .. (7.65,-0.76) .. controls (7.3,-0.7) and (6.6,-0.5) .. (6.2,-0.4); \draw [draw=#2, line width=#3pt] (6,-0.3) .. controls (5.8,-0.7) and (5.4,-1.1) .. (5.1,-1.2) .. controls (4.6,-1) and (4.2,-0.8) .. (4,-0.4); \draw [draw=#2, line width=#3pt] (0.5,-1) -- (0.8,-1.3) -- (0.1,-2) -- (-1.2,-1.1); \draw [draw=#2, line width=#3pt] (-5.12,-1.07) .. controls (-5.2,-0.7) and (-5.1,-0.6) .. (-4.7,-0.7) .. controls (-4.6,-0.9) and (-4.3,-1) .. (-4.1,-1) .. controls (-3.9,-1) and (-3.8,-1.2) .. (-3.7,-1.4); \draw [draw=#2, line width=#3pt] (-5.18,-0.1) -- (-4.9,-0.1); \draw [draw=#2, line width=#3pt] (-4.6,-0.1) -- (-4.4,-0.08); \draw [draw=#2, line width=#3pt] (-4.2,-0.05) -- (-3.9,0); \draw [draw=#2, line width=#3pt] (-3.7,0) -- (-3.47,0.06); \draw [draw=#2, line width=#3pt] (-3.28,0.1) -- (-3.02,0.1); \draw [draw=#2, line width=#3pt] (-2.8,0.1) -- (-2.4,0.1); \draw [draw=#2, line width=#3pt] (-2.2,0.1) -- (-1.9,0.1); \draw [draw=#2, line width=#3pt] (-1.1,0.07) -- (-0.7,0.08); \draw [draw=#2, line width=#3pt] (-0.5,0.1) -- (-0.1,0.1); \draw [draw=#2, line width=#3pt] (0.18,0.06) -- (0.6,0); \draw [draw=#2, line width=#3pt] (0.9,0) -- (1.4,0); \draw [draw=#2, line width=#3pt] (1.6,0) -- (2.2,0); \draw [draw=#2, line width=#3pt] (2.4,0) -- (3,-0.04); \draw [draw=#2, line width=#3pt] (3.2,-0.05) -- (3.5,-0.1); \draw [draw=#2, line width=#3pt] (3.7,-0.1) -- (4.1,-0.1); \draw [draw=#2, line width=#3pt] (4.3,-0.1) -- (4.6,-0.1); \draw [draw=#2, line width=#3pt] (5,-0.1) -- (4.8,-0.1); \draw [draw=#2, line width=#3pt] (5.1,-0.1) -- (6.7,-0.1); \draw [draw=#2, line width=#3pt] (-1.7,0.1) -- (-1.3,0.1); \draw [draw=#2, line width=#3pt] (-4.77,-0.05) ellipse (0.13 and 0.2); \draw [draw=#2, line width=#3pt] (-4.3,-0.01) ellipse (0.13 and 0.2); \draw [draw=#2, line width=#3pt] (-3.8,0.06) ellipse (0.13 and 0.2); \draw [draw=#2, line width=#3pt] (-3.36,0.1) ellipse (0.13 and 0.2); \draw [draw=#2, line width=#3pt] (-2.88,0.1) ellipse (0.13 and 0.2); \draw [draw=#2, line width=#3pt] (-2.3,0.1) ellipse (0.13 and 0.2); \draw [draw=#2, line width=#3pt] (-1.8,0.1) ellipse (0.13 and 0.2); \draw [draw=#2, line width=#3pt] (-1.2,0.1) ellipse (0.13 and 0.2); \draw [draw=#2, line width=#3pt] (-0.6,0.08) ellipse (0.13 and 0.2); \draw [draw=#2, line width=#3pt] (0.02,0.1) ellipse (0.13 and 0.2); \draw [draw=#2, line width=#3pt] (0.73,0.03) ellipse (0.13 and 0.2); \draw [draw=#2, line width=#3pt] (1.5,0) ellipse (0.13 and 0.2); \draw [draw=#2, line width=#3pt] (2.3,0) ellipse (0.13 and 0.15); \draw [draw=#2, line width=#3pt] (3.1,-0.04) ellipse (0.1 and 0.15); \draw [draw=#2, line width=#3pt] (3.6,-0.1) ellipse (0.1 and 0.1); \draw [draw=#2, line width=#3pt] (4.2,-0.1) ellipse (0.1 and 0.09); \draw [draw=#2, line width=#3pt] (4.7,-0.1) ellipse (0.1 and 0.09); \draw [draw=#2, line width=#3pt] (5.07,-0.1) ellipse (0.09 and 0.09); \draw [draw=#2, line width=#3pt] (1.63,1.5) -- (3.1,2.3); \draw [draw=#2, line width=#3pt] (2.1,1.4) -- (3.29,2.04); \draw [draw=#2, line width=#3pt] (2.5,1.2) -- (3.46,1.87); \draw [draw=#2, line width=#3pt] (2.9,1.1) -- (3.7,1.6); \draw [draw=#2, line width=#3pt] (3.23,0.96) -- (4,1.4); \draw [draw=#2, line width=#3pt] (4,0.75) -- (4.4,1); \draw [draw=#2, line width=#3pt] (3.7,0.81) -- (4.22,1.24); \end{tikzpicture} } %%%%%%%%%%%%%%%%%%%#### FishG ###%%%%%%%%%%%%%%%%%% \newcommand{\fcFishG}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt] (-7.8,0.2) .. controls (-8.1,-0.2) and (-8.5,0.1) .. (-8.84,0.38) .. controls (-8.9,0.5) and (-9.1,1.1) .. (-8.4,1.3) .. controls (-7.6,1.6) and (-6.8,1.8) .. (-5.8,1.9) .. controls (-3.6,2.5) and (4.6,2.1) .. (5.1,1.9) .. controls (5.4,1.8) and (6,1.8) .. (6.12,1.8) .. controls (5.97,1.5) and (5.94,1) .. (6.2,0.8) .. controls (5.7,0.6) and (5.03,0.38) .. (4.36,-0.16) node (v1) {} .. controls (3.7,-0.7) and (2.1,-1.6) .. (1.4,-1.9) .. controls (0.5,-2.4) and (-3.1,-3) .. (-6.1,-1.6) .. controls (-6.9,-1.5) and (-7.9,-0.9) .. (-8.4,-0.5) .. controls (-8.6,-0.2) and (-8.7,0) .. (-8.7,0.2); \draw [draw=#2, line width=#3pt] (-6.98,1.74) .. controls (-6.3,1.5) and (-5.9,0.6) .. (-6.1,-0.1) .. controls (-6.2,-0.7) and (-7,-1.1) .. (-7.87,-0.87); \draw [draw=#2, line width=#3pt] (-7.5,0.8) ellipse (0.6 and 0.5); \draw [fill=black, line width=#3pt] (-7.5,0.7) ellipse (0.3 and 0.3); \draw [draw=#2, line width=#3pt] (-6.1,-0.1) .. controls (-5,-0.3) and (-4.4,1.3) .. (-5.5,1.9); \draw [draw=#2, line width=#3pt] (-5.6,-0.1) .. controls (-5.5,-0.6) and (-5.7,-1.4) .. (-6.2,-1.6); \draw [draw=#2, line width=#3pt] (-5.5,-1.1) .. controls (-5.3,-1.4) and (-4.8,-1.7) .. (-4,-1.8) .. controls (-3.7,-1.5) and (-3.5,-1.3) .. (-3.3,-1.1) .. controls (-3.9,-0.8) and (-4.4,-1) .. (-5.52,-1.11); \draw [draw=#2, line width=#3pt] (-2.6,-2.5) .. controls (-2.2,-2.9) and (-1.8,-3.3) .. (-1.3,-3.7) .. controls (-1,-3.7) and (-0.8,-3.6) .. (-0.8,-3.1) .. controls (-0.8,-2.9) and (-0.5,-2.7) .. (-0.6,-2.4); \draw [draw=#2, line width=#3pt] (5.1,0.3) .. controls (4.8,-0.1) and (5,-0.5) .. (4.8,-0.8) .. controls (4.6,-1.2) and (4,-1.4) .. (3.7,-1.6) .. controls (3.3,-1.7) and (2.9,-2.2) .. (2.5,-2.2) .. controls (2.2,-2) and (2,-1.9) .. (1.7,-1.7); \draw [draw=#2, line width=#3pt] (6.1,1.8) .. controls (6.5,2.3) and (7.3,3.2) .. (8.8,3.6) .. controls (9.2,3.5) and (8.9,3.1) .. (8.7,2.9) .. controls (7.2,1.5) and (7.3,1) .. (8.9,-0.7) .. controls (8.7,-1.6) and (6.7,-0.2) .. (6.2,0.8); \draw [draw=#2, line width=#3pt] (-2.8,2.2) .. controls (-2.2,2.9) and (-1.8,3.6) .. (-0.8,4.1) .. controls (-0.5,4) and (-0.5,3.4) .. (0,3.2) .. controls (0.3,3.1) and (0.7,2.7) .. (0.9,2.2); \draw [draw=#2, line width=#3pt] (4.6,0) -- (4.9,-0.3); \draw [draw=#2, line width=#3pt] (4.4,-0.1) -- (4.9,-0.6); \draw [draw=#2, line width=#3pt] (4.2,-0.3) -- (4.8,-0.9); \draw [draw=#2, line width=#3pt] (3.9,-0.5) -- (4.6,-1.1); \draw [draw=#2, line width=#3pt] (3.7,-0.6) -- (4.4,-1.2); \draw [draw=#2, line width=#3pt] (3.4,-0.8) -- (4.1,-1.4); \draw [draw=#2, line width=#3pt] (3.1,-1) -- (3.8,-1.6); \draw [draw=#2, line width=#3pt] (2.7,-1.2) -- (3.4,-1.8); \draw [draw=#2, line width=#3pt] (2.4,-1.4) -- (3.1,-2); \draw [draw=#2, line width=#3pt] (2.1,-1.6) -- (2.5,-2.2); \draw [draw=#2, line width=#3pt] (-2.3,-2.5) -- (-1,-3.6); \draw [draw=#2, line width=#3pt] (-1.9,-2.5) -- (-0.8,-3.3); \draw [draw=#2, line width=#3pt] (-1.3,-2.48) -- (-0.7,-2.9); \draw [draw=#2, line width=#3pt] (-1,-2.4) -- (-0.6,-2.7); \draw [draw=#2, line width=#3pt] (-5.4,-1.2) .. controls (-4.9,-1.29) and (-4,-1) .. (-3.5,-1.3); \draw [draw=#2, line width=#3pt] (-5.16,-1.44) .. controls (-4.7,-1.5) and (-4.1,-1.4) .. (-3.8,-1.6); \draw [draw=#2, line width=#3pt] (6.3,2) .. controls (7.1,2.1) and (7.8,2.8) .. (8.8,3.58); \draw [draw=#2, line width=#3pt] (6.45,0.4) .. controls (7.3,-0.2) and (8,-0.4) .. (8.54,-0.3); \draw [draw=#2, line width=#3pt] (6.2,0.8) .. controls (6.9,0.4) and (7.4,0.2) .. (8,0.3); \draw [draw=#2, line width=#3pt] (6.1,1.7) .. controls (6.4,1.6) and (7.3,1.8) .. (8.04,2.2); \draw [draw=#2, line width=#3pt] (6,1.1) .. controls (6.8,0.8) and (7.4,0.7) .. (7.8,0.7); \draw [draw=#2, line width=#3pt] (6,1.4) .. controls (6.5,1.3) and (7.3,1.3) .. (7.7,1.6); \draw [draw=#2, line width=#3pt] (-2.4,2.2) -- (-0.6,4); \draw [draw=#2, line width=#3pt] (-1.8,2.2) -- (-0.4,3.5); \draw [draw=#2, line width=#3pt] (-1,2.2) -- (0,3.2); \draw [draw=#2, line width=#3pt] (-0.3,2.2) -- (0.6,2.7); \end{tikzpicture} } %%%%%%%%%%%%%%%%%%%#### FishH ###%%%%%%%%%%%%%%%%%% \newcommand{\fcFishH}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt] (-4.4,-2) .. controls (-4.2,-2.2) and (-3.9,-2.4) .. (-3.3,-3.3) .. controls (-2.4,-4.1) and (-1.3,-3.7) .. (-1.1,-3.3) .. controls (-1.2,-4) and (-2.7,-4.2) .. (-3.5,-3.4) .. controls (-3.7,-3.1) and (-4.1,-2.5) .. (-4.3,-2.3) .. controls (-4.5,-2.1) and (-5.1,-2) .. (-5.5,-2) .. controls (-6.5,-2) and (-7.1,-1.8) .. (-7.2,-1.5) node (v2) {} .. controls (-8,-1.3) and (-7.8,0.1) .. (-7.3,0.4) .. controls (-6.8,0.7) and (-5.4,1.1) .. (-5,2.1) .. controls (-4.7,1.2) and (-7.1,0.6) .. (-7.1,0.3) .. controls (-7.6,0.2) and (-7.9,-1.2) .. (-7.2,-1.3) node (v1) {} .. controls (-7,-1.2) and (-6.7,-0.7) .. (-6.5,-0.1) .. controls (-6,0.3) and (-5.1,0.9) .. (-4.6,1) .. controls (-4.3,1) and (-3.9,0.8) .. (-3.81,0.66) .. controls (-2.3,0.6) and (-2.4,-1.7) .. (-3.9,-2.5); \draw [draw=#2, line width=#3pt] (-4.4,-1.2) ellipse (0.3 and 0.3); \draw [fill=black, line width=#3pt] (-4.4,-1.2) ellipse (0.1 and 0.1); \draw [draw=#2, line width=#3pt] (-6.86,-1.3) ellipse (0.15 and 0.1); \draw [draw=#2, line width=#3pt] (-5.52,-1.65) ellipse (0.15 and 0.1); \draw [draw=#2, line width=#3pt] (-7.07,-1.67) .. controls (-7.1,-2) and (-6,-2.4) .. (-4.9,-2.07); \draw [draw=#2, line width=#3pt] (-7,-1.83) .. controls (-6.7,-2.5) and (-5.4,-2.9) .. (-4.1,-2.6); \draw [draw=#2, line width=#3pt] (-6.29,-2.46) .. controls (-6,-2.7) and (-6.2,-3.1) .. (-5.4,-3.2) .. controls (-5.6,-2.9) and (-6,-3.1) .. (-5.99,-2.56); \draw [draw=#2, line width=#3pt] (-5.1,-2.7) .. controls (-5.2,-2.9) and (-4.6,-3.1) .. (-4.8,-3.3) .. controls (-4.8,-3.2) and (-5.4,-2.9) .. (-5.3,-2.7); \draw [draw=#2, line width=#3pt] (-6.4,-1.2) .. controls (-6.24,-1.15) and (-6.16,-0.99) .. (-6.1,-0.8); \draw [draw=#2, line width=#3pt] (-5.9,-0.6) .. controls (-5.66,-0.14) and (-5.36,0.06) .. (-4.9,0.2); \draw [draw=#2, line width=#3pt] (-3.81,0.66) .. controls (-2.9,0.9) and (-1.64,0.27) .. (-1.36,-0.6) .. controls (-1.3,-0.8) and (-1.4,-1.3) .. (-1.67,-1.53) .. controls (-1.9,-2) and (-3,-2.6) .. (-3.8,-2.6); \draw [draw=#2, line width=#3pt] (-3.81,0.66) .. controls (-3.4,0.9) and (-2.5,1.1) .. (-1.8,1.05); \draw [draw=#2, line width=#3pt] (-1.7,1.05) .. controls (-1.4,1.19) and (-1,1.2) .. (-0.58,1.19) node (v3) {} .. controls (-0.6,1.3) and (-0.4,1.7) .. (-0.2,1.9) .. controls (-0.1,2.4) and (-0.2,2.5) .. (-0.6,2.33) .. controls (-0.9,2.3) and (-1.4,1.6) .. (-1.7,1.05); \draw [draw=#2, line width=#3pt] (v3) -- (3,1.35); \draw [draw=#2, line width=#3pt] (3.2,1.36) .. controls (4.6,1.3) and (5.8,1.6) .. (6.2,1.7) .. controls (6.9,1.9) and (7,2.6) .. (6.6,2.9); \draw [draw=#2, line width=#3pt] (-1.36,-0.6) .. controls (-1.2,-0.7) and (-0.9,-0.7) .. (-0.4,-0.4) .. controls (-0.2,-0.3) and (0.3,-0.3) .. (0.4,-0.6) .. controls (0.6,-1) and (0.5,-1.5) .. (0.3,-1.9) .. controls (0,-2.1) and (-0.5,-2) .. (-0.9,-1.7) .. controls (-1.1,-1.6) and (-1.4,-1.5) .. (-1.67,-1.53); \draw [draw=#2, line width=#3pt] (-4.6,1) .. controls (-4.3,1.4) and (-2,1.6) .. (-1.36,1.6); \draw [draw=#2, line width=#3pt] (-3.4,-2.55) .. controls (-2.7,-2.9) and (-1,-2.7) .. (-0.3,-2.3) .. controls (0.8,-1.6) and (2.7,-0.9) .. (4.1,-0.7) .. controls (6.4,-0.3) and (7.3,0.2) .. (7.8,1.4) .. controls (7.9,2.1) and (7.5,3) .. (6.9,3.1) .. controls (6.6,3.2) and (6.2,2.8) .. (6.4,2.3) .. controls (6.5,2.1) and (5.9,1.8) .. (5.2,1.8) .. controls (4,1.7) and (1.1,1.8) .. (-0.37,1.7); \draw [draw=#2, line width=#3pt] (7.8,1.4) .. controls (7.8,0.9) and (7.7,0.1) .. (6.94,-0.34) .. controls (6.4,-0.4) and (5.9,-0.9) .. (5.58,-1.05) .. controls (5.4,-1.2) and (4.9,-1.3) .. (4.4,-1.4) .. controls (3.9,-1.4) and (3.2,-1.6) .. (2.8,-1.75) .. controls (2.3,-1.9) and (2,-1.6) .. (1.72,-1.32); \draw [draw=#2, line width=#3pt] (0.4,-1.9) .. controls (0.5,-2.1) and (1.4,-2.5) .. (1.8,-2.3) .. controls (1.9,-2.1) and (1.7,-1.8) .. (1.74,-1.6) .. controls (1.7,-1.5) and (1.67,-1.43) .. (1.58,-1.38); \draw [draw=#2, line width=#3pt] (6.9,3.1) .. controls (6.9,3.6) and (6.4,4.2) .. (5.9,4.45) .. controls (5.7,4.6) and (5.4,4.4) .. (5.3,4) .. controls (5.16,3.6) and (5.1,3) .. (5.14,2.7) .. controls (5.18,2.45) and (5.6,2.4) .. (5.9,2.4) .. controls (6.1,2.45) and (6.35,2.37) .. (6.34,2.13); \draw [draw=#2, line width=#3pt] (-1,1.18) -- (-0.55,1.4); \draw [draw=#2, line width=#3pt] (-1.2,1.17) -- (-0.17,2.21); \draw [draw=#2, line width=#3pt] (1.4,1.13) -- (-0.7,2.3); \draw [draw=#2, line width=#3pt] (5.5,4.4) .. controls (5.9,4.2) and (6.3,3.9) .. (6.7,3.1); \draw [draw=#2, line width=#3pt] (5.31,4.09) .. controls (5.6,3.9) and (6.1,3.5) .. (6.5,3); \draw [draw=#2, line width=#3pt] (5.18,3.5) .. controls (5.5,3.4) and (6,3.2) .. (6.43,2.89); \draw [draw=#2, line width=#3pt] (5.12,3.18) .. controls (5.5,3.1) and (5.9,2.9) .. (6.33,2.67); \draw [draw=#2, line width=#3pt] (5.14,2.7) .. controls (5.5,2.7) and (6,2.6) .. (6.38,2.35); \draw [draw=#2, line width=#3pt] (0.54,-1.83) .. controls (0.7,-2) and (1.41,-2.23) .. (1.8,-2.1); \draw [draw=#2, line width=#3pt] (0.76,-1.74) .. controls (1.1,-1.9) and (1.4,-1.9) .. (1.8,-1.9); \draw [draw=#2, line width=#3pt] (1.1,-1.59) .. controls (1.3,-1.7) and (1.6,-1.7) .. (1.73,-1.7); \draw [draw=#2, line width=#3pt] (2.03,-1.23) -- (2.7,-1.8); \draw [draw=#2, line width=#3pt] (2.5,-1.1) -- (3.2,-1.6); \draw [draw=#2, line width=#3pt] (2.93,-0.94) -- (3.7,-1.5); \draw [draw=#2, line width=#3pt] (3.5,-0.8) -- (4.3,-1.4); \draw [draw=#2, line width=#3pt] (4.2,-0.7) -- (5.05,-1.26); \draw [draw=#2, line width=#3pt] (5,-0.5) -- (5.8,-0.9); \draw [draw=#2, line width=#3pt] (5.8,-0.3) -- (6.44,-0.5); \draw [draw=#2, line width=#3pt] (6.5,0) -- (7.25,-0.1); \draw [draw=#2, line width=#3pt] (6.99,0.3) -- (7.6,0.4); \draw [draw=#2, line width=#3pt] (7.39,0.7) -- (7.73,0.8); \draw [draw=#2, line width=#3pt] (-1.35,-0.7) .. controls (-0.9,-0.8) and (-0.4,-0.8) .. (0.12,-0.38); \draw [draw=#2, line width=#3pt] (-1.38,-1) .. controls (-0.9,-1.1) and (-0.1,-1.2) .. (0.5,-1.2); \draw [draw=#2, line width=#3pt] (-1.55,-1.35) .. controls (-0.7,-1.4) and (0,-1.6) .. (0.36,-1.77); \end{tikzpicture} } \newcommand{\fcSleepingBag}[3] { \begin{tikzpicture}[scale = #1] \draw[draw=#2, line width=#3pt] (-2.7,4) .. controls (-0.5,8.8) and (4.8,7.1) .. (3.9,2.53) .. controls (4.4,1.7) and (4.1,0.4) .. (3.7,-0.15) .. controls (3.93,-0.89) and (3.6,-1.7) .. (2.9,-2.58) .. controls (3.3,-3) and (2.7,-4.1) .. (2,-4.4) .. controls (2.11,-4.9) and (1,-5.8) .. (0.5,-6) .. controls (-0.9,-7.3) and (-4.1,-6.9) .. (-3.8,-5) .. controls (-4.2,-4.2) and (-4.3,-3.4) .. (-4,-2.8) .. controls (-4.4,-2.4) and (-4.3,-1.2) .. (-4,-0.7) .. controls (-4.1,0) and (-4.01,1.35) .. (-3.4,1.6) .. controls (-3.7,2.3) and (-3.1,3.6) .. (-2.7,3.99); \draw[draw=#2, line width=#3pt] (-3.8,-5) .. controls (-2.7,-4.6) and (-0.3,-5) .. (0.5,-6); \draw[draw=#2, line width=#3pt] (-3.98,-2.93) .. controls (-3.5,-2.8) and (-2.3,-2.95) .. (-1.36,-3.2); \draw[draw=#2, line width=#3pt] (-1.02,-3.3) .. controls (0.1,-3.3) and (1.6,-3.8) .. (2,-4.4); \draw[draw=#2, line width=#3pt] (-4,-0.7) .. controls (-3.3,-0.6) and (-2,-0.7) .. (-0.84,-1); \draw[draw=#2, line width=#3pt] (-0.45,-1.1) .. controls (0.9,-1.3) and (2.6,-1.7) .. (2.9,-2.6); \draw[draw=#2, line width=#3pt] (-3.4,1.6) .. controls (-2.8,1.8) and (-1.6,1.7) .. (-0.3,1.4); \draw [draw=#2, line width=#3pt](0.23,1.3) .. controls (1.3,1.24) and (3.4,0.8) .. (3.7,-0.2); \draw[draw=#2, line width=#3pt] (-0.23,1.27) -- (-1.5,-3.9) -- (-1.2,-4) -- (0.12,1.2); \draw [draw=#2, line width=#3pt](-1.38,4.6) .. controls (-1.9,4) and (-2,3.5) .. (-2.1,2.9) .. controls (-2.2,2.3) and (-2,2.2) .. (-1.5,2.4) .. controls (-0.8,2.6) and (-0.3,2) .. (-0.1,1.9) .. controls (-0.6,1.1) and (0.2,0.7) .. (0.4,1.8) .. controls (0.8,1.95) and (1.5,2) .. (1.9,1.7) .. controls (2.7,1.3) and (3,1.8) .. (2.9,3.3) .. controls (2.6,3.9) and (3.1,4.8) .. (2.6,5.5) .. controls (1.4,6.9) and (-0.5,6.8) .. (-1.38,4.6); \draw[draw=#2, line width=#3pt] (0.04,1.5) ellipse (0.15 and 0.15); \draw [draw=#2, line width=#3pt](-0.1,1.9) .. controls (-0.06,1.96) and (0,2) .. (0.1,2); \draw[draw=#2, line width=#3pt] (0.4,1.8) .. controls (0.41,1.87) and (0.36,1.95) .. (0.3,1.96); \draw[draw=#2, line width=#3pt,rotate=-30] (-0.8,1.8) ellipse (0.1 and 0.15); \draw [draw=#2, line width=#3pt](-2.7,4) .. controls (-2.5,4.1) and (-2.2,4.1) .. (-1.8,4); \draw[draw=#2, line width=#3pt] (2.9,3.1) .. controls (3.2,3.1) and (3.7,2.8) .. (3.9,2.53); \draw [draw=#2, line width=#3pt](-1.4,4.6) .. controls (-1.4,4.3) and (-1.3,3.7) .. (-1.1,3.4) .. controls (-0.7,3.2) and (-0.6,2.6) .. (0.2,2.1) .. controls (0.9,2.3) and (1.8,3.1) .. (2.8,4) .. controls (2.5,6.5) and (0,7) .. (-1.4,4.6); \end{tikzpicture} } \newcommand{\fcPillow}[3] { \begin{tikzpicture}[scale = #1] \draw[draw=#2, line width=#3pt] (-3,4.9) .. controls (-4.4,4.4) and(-6.4,3.2) .. (-8.4,1.4) .. controls (-9.5,1.4) and (-9.2,0.6) .. (-8.7,0.4) .. controls (-9,-1.5) and (-2.7,-4.6) .. (-1.3,-4.4) .. controls (-1.1,-5.7) and (0.5,-6.1) .. (1,-4.7) .. controls (3.6,-4.8) and (8.4,-0.2) .. (8.5,1.4) .. controls (9.9,2.5) and (9.5,2.5) .. (7.9,2.9) .. controls (6.8,4.2) and (0.5,5.4) .. (-1.6,5) .. controls (-2.1,5.2) and (-2.9,5.7) .. (-3,4.9); \draw[draw=#2, line width=#3pt] (-0.8,5.05) .. controls (-3.3,4.2) and (-7.3,1.7) .. (-8.4,-0.5); \draw[draw=#2, line width=#3pt] (7.9,2.9) .. controls (5.3,3.2) and (-3.2,-3.7) .. (-1.7,-4.38); \draw[draw=#2, line width=#3pt] (7.8,1.1) .. controls (6.5,-0.7) and (4.6,-2.5) .. (1.4,-3.8); \draw[draw=#2, line width=#3pt] (0.9,2.4) .. controls (4.2,2.8) and (1.4,-1.2) .. (-1,0.8) .. controls (-1.8,0.7) and (-3.2,0.9) .. (-3.5,1) .. controls (-3.7,1.1) and (-4.2,1.1) .. (-4.2,0.6) .. controls (-4.5,0.3) and (-5.1,1) .. (-4.57,1.74) .. controls (-4.5,2.4) and (0.1,5) .. (0.9,2.4); \draw[draw=#2, line width=#3pt] (0.9,2.4) .. controls (0.8,1.9) and (0,1.2) .. (-1,0.8); \draw [draw=#2, line width=#3pt](0.7,2.1) .. controls (2.8,2.2) and (0.9,-0.4) .. (-0.47,1.06); \draw[draw=#2, line width=#3pt] (-2.18,3.29) .. controls (-2.8,3.8) and (-4.1,3) .. (-3.8,2.4); \draw [draw=#2, line width=#3pt](-1.3,3.5) .. controls (-2.3,4.3) and (-4.8,3.4) .. (-4.3,2.1); \draw[draw=#2, line width=#3pt] (-2.7,1.5) .. controls (-2.7,1.2) and (-2.2,1.2) .. (-2,1.4); \draw [fill=black] (-2.1,2.8) ellipse (0.2 and 0.2); \draw [fill=black] (-1.1,2.3) ellipse (0.2 and 0.2); \end{tikzpicture} } \newcommand{\fcCabinet}[3] { \begin{tikzpicture}[scale = #1] \draw[draw=#2, line width=#3pt] (-2.9,7.2) -- (-2.8,-6.1) -- (-4.7,-4.4); \draw[draw=#2, line width=#3pt] (-4.7,-4.41) .. controls (-5,-4.3) and (-5.21,-3.89) .. (-5.2,-3.3); \draw[draw=#2, line width=#3pt] (-5.1,5.9) .. controls (-5.12,6.4) and (-5.2,7) .. (-4.5,6.9); \draw[draw=#2, line width=#3pt] (4.2,7) .. controls (5.1,7) and (5.1,7) .. (5.12,6.1); \draw[draw=#2, line width=#3pt] (5.1,-3.7) .. controls (5.1,-4.4) and (5.1,-4.8) .. (4.4,-4.8); \draw[draw=#2, line width=#3pt] (4.7,-4.72) .. controls (4.7,-5) and (4.6,-5.2) .. (4.2,-5.3); \draw [draw=#2, line width=#3pt](-3.1,-6.4) .. controls (-2.9,-6.5) and (-2.3,-6.6) .. (-1.6,-6.47); \draw[draw=#2, line width=#3pt] (-4.77,-4.37) .. controls (-4.8,-4.7) and (-4.7,-5) .. (-4.4,-5.2); \draw[draw=#2, line width=#3pt] (5.11,6.11) -- (5.1,-3.9); \draw[draw=#2, line width=#3pt] (-5.2,-3.32) -- (-5.1,6.1); \draw [draw=#2, line width=#3pt](-4.7,6.9) -- (-2.89,7.2); \draw [draw=#2, line width=#3pt](-2.9,7.2) -- (4.4,7); \draw[draw=#2, line width=#3pt] (-4.4,-5.2) -- (-3.1,-6.4); \draw[draw=#2, line width=#3pt] (-1.6,-6.47) -- (4.2,-5.3); \draw [draw=#2, line width=#3pt](-4.51,-5.08) .. controls (-4.8,-5.7) and (-4.2,-5.9) .. (-4.1,-5.5); \draw[draw=#2, line width=#3pt] (-2.9,-6.5) .. controls (-3.04,-7.54) and (-2.3,-7.6) .. (-2.4,-6.5); \draw [draw=#2, line width=#3pt](3.91,-5.32) .. controls (3.9,-6.2) and (4.5,-6.2) .. (4.4,-5.3); \draw [draw=#2, line width=#3pt] (-2.8,-6.1) -- (4.4,-4.8); \draw[draw=#2, line width=#3pt] (-2,5.7) .. controls (-2.1,6.4) and (-1.9,6.5) .. (-1.3,6.38); \draw[draw=#2, line width=#3pt] (4,6.26) .. controls (4.4,6.4) and (4.6,6.1) .. (4.48,5.7); \draw[draw=#2, line width=#3pt] (-2,-0.9) .. controls (-2.1,-1.7) and (-1.8,-1.7) .. (-1.23,-1.58); \draw[draw=#2, line width=#3pt] (4.51,-0.6) .. controls (4.61,-0.99) and (4.5,-1.12) .. (4,-1.13); \draw[draw=#2, line width=#3pt] (1.6,-2.6) .. controls (1.4,-3.1) and (2,-3) .. (1.8,-2.6); \draw[draw=#2, line width=#3pt] (1.6,-4.3) .. controls (1.3,-5.1) and (2.3,-4.8) .. (1.8,-4.3); \draw[draw=#2, line width=#3pt] (1.5,-4.21) .. controls (0.7,-5.4) and (2.8,-5.1) .. (1.9,-4.19); \draw[draw=#2, line width=#3pt] (1.47,-2.45) .. controls (0.9,-3.5) and (2.7,-3.4) .. (1.92,-2.43); \draw [draw=#2, line width=#3pt] (1.7,-2.5) ellipse (0.2 and 0.2); \draw[draw=#2, line width=#3pt] (1.7,-4.2) ellipse (0.2 and 0.2); \draw[draw=#2, line width=#3pt] (-1.1,-2.2) .. controls (-1.7,-2.2) and (-2.1,-2.2) .. (-2,-2.7) .. controls (-2,-2.9) and (-2,-3.1) .. (-2,-3.2) .. controls (-2,-3.6) and (-1.6,-3.5) .. (-1.4,-3.5) .. controls (-0.6,-3.4) and (0.3,-3.3) .. (1.4,-3.1); \draw [draw=#2, line width=#3pt](2.1,-3) .. controls (2.5,-3) and (3.6,-2.8) .. (4.1,-2.78) .. controls (4.7,-2.7) and (4.5,-2.5) .. (4.54,-2.2) .. controls (4.56,-1.9) and (4.6,-1.6) .. (4.1,-1.7) .. controls (3.3,-1.8) and (0.1,-2.1) .. (-1.2,-2.2); \draw[draw=#2, line width=#3pt] (1.3,-4.8) .. controls (0.1,-5) and (-1,-5.1) .. (-1.5,-5.2) .. controls (-1.6,-5.2) and (-2,-5.4) .. (-2,-4.9) .. controls (-2,-4.4) and (-2.1,-4.1) .. (-1.4,-4.03) .. controls (-0.3,-3.9) and (3.7,-3.3) .. (4.1,-3.3) .. controls (4.6,-3.2) and (4.5,-3.4) .. (4.53,-3.7) .. controls (4.5,-4) and (4.6,-4.3) .. (4.1,-4.3) .. controls (3.4,-4.4) and (2.6,-4.5) .. (2.1,-4.6); \draw[draw=#2, line width=#3pt] (-2,5.9) -- (-2,-1.1); \draw[draw=#2, line width=#3pt] (-1.6,6.4) -- (4.3,6.3); \draw [draw=#2, line width=#3pt](-1.28,-1.59) -- (4.13,-1.12); \draw [draw=#2, line width=#3pt](4.5,5.9) -- (4.52,-0.74); \draw[draw=#2, line width=#3pt] (1.8,6.3) -- (1.8,-1.3); \draw[draw=#2, line width=#3pt] (1.2,2.7) ellipse (0.2 and 1.3); \draw[draw=#2, line width=#3pt] (2.5,2.7) ellipse (0.2 and 1.3); \draw[draw=#2, line width=#3pt] (0.8,3.7) -- (1.1,3.7); \draw [draw=#2, line width=#3pt](0.8,3.3) -- (1,3.3); \draw[draw=#2, line width=#3pt] (0.8,2) -- (1,2); \draw [draw=#2, line width=#3pt](0.8,1.6) -- (1.1,1.6); \draw [draw=#2, line width=#3pt](2.1,3.7) -- (2.4,3.7); \draw[draw=#2, line width=#3pt] (2.1,3.4) -- (2.39,3.4); \draw [draw=#2, line width=#3pt](2.1,2) -- (2.3,2); \draw[draw=#2, line width=#3pt] (2.1,1.54) -- (2.4,1.6); \draw [draw=#2, line width=#3pt](0.8,3.7) -- (0.8,3.3); \draw[draw=#2, line width=#3pt] (0.8,2) -- (0.8,1.6); \draw[draw=#2, line width=#3pt] (2.11,3.7) -- (2.1,3.4); \draw[draw=#2, line width=#3pt] (2.1,2) -- (2.1,1.53); \end{tikzpicture} } \newcommand{\fcBed}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt] (-0.9,3.6) .. controls (-2.5,3.1) and (-7,1) .. (-8,0.4) .. controls (-9.2,-0.2) and (-9.3,-0.4) .. (-9.3,-1.7) .. controls (-9.3,-2.1) and (-9.3,-2.5) .. (-9.29,-2.8) .. controls (-9.4,-4.2) and (-8.9,-4.01) .. (-7.4,-4.29) .. controls (-5.7,-4.5) and (-1.2,-4.9) .. (0.1,-4.9) .. controls (2.9,-5.2) and (3.3,-4.6) .. (3.77,-3.99) .. controls (5.4,-2.2) and (6.8,-0.3) .. (7.3,0.3) .. controls (7.8,1) and (7.7,1.6) .. (7.8,2.4) .. controls (7.75,3.65) and (7.8,3.4) .. (5.7,3.6) .. controls (3.5,3.7) and (1.2,3.7) .. (-0.9,3.6); \draw[draw=#2, line width=#3pt] (-0.9,3.6) .. controls (-1,4) and (-1,5.5) .. (-0.9,6) .. controls (-0.9,6.7) and (0,6.8) .. (0.7,6.5) .. controls (1.3,6.8) and (2.6,6.7) .. (3.4,6.5) .. controls (4.1,6.86) and (5.3,6.84) .. (5.97,6.46) .. controls (6.6,6.9) and (7.6,6.8) .. (8.2,6.5) .. controls (8.2,5.9) and (8.2,2) .. (8.2,1.2) .. controls (8.2,1) and (8.2,0.6) .. (7.7,-0.1) .. controls (7.4,-0.6) and (3.9,-5.3) .. (3.5,-5.7) .. controls (3.2,-6.1) and (2.9,-6.2) .. (1.8,-6.1) .. controls (-0.6,-5.9) and (-6.1,-5.3) .. (-7.9,-5.2) .. controls (-9.1,-5) and (-8.9,-4.7) .. (-8.9,-4); \draw[draw=#2, line width=#3pt] (7.8,0.1) .. controls (7.9,-0.7) and (7.8,-0.9) .. (7.22,-0.73); \draw [draw=#2, line width=#3pt](3,-6.1) .. controls (3,-7.1) and (2.1,-6.9) .. (2.1,-6.1); \draw[draw=#2, line width=#3pt] (-7.6,-5.2) .. controls (-7.6,-6) and (-8.4,-5.8) .. (-8.3,-5.1); \draw [draw=#2, line width=#3pt](2.7,-1.5) -- (2.7,-4.2); \draw[draw=#2, line width=#3pt] (0.7,6.5) .. controls (0.4,5.9) and (0.55,4.42) .. (0.6,3.63); \draw [draw=#2, line width=#3pt](3.4,6.5) .. controls (3.1,5.8) and (3.2,4.8) .. (3.2,3.7); \draw[draw=#2, line width=#3pt] (5.96,6.46) .. controls (5.7,5.7) and (5.8,4.3) .. (5.9,3.6); \draw [draw=#2, line width=#3pt](7.76,6.62) .. controls (7.4,5.6) and (7.6,4.4) .. (7.6,3.3); \draw[draw=#2, line width=#3pt] (7.2,3) .. controls (6.4,2.1) and (4.9,0.8) .. (3.2,-0.7); \draw [draw=#2, line width=#3pt](-8.1,-0.6) .. controls (-4.4,-1.1) and (-1.4,-1.3) .. (1.6,-1.4); \draw[draw=#2, line width=#3pt] (-3.1,1.4) .. controls (-1.7,1.5) and (0.2,1.5) .. (2.1,1.5); \draw[draw=#2, line width=#3pt] (-1.79,1.98) .. controls (-0.2,2.1) and (1.7,2.2) .. (3.9,2.1); \draw[draw=#2, line width=#3pt,] (-8,-1.3) .. controls (-7.8,-1) and (-7.6,-1.1) .. (-7.5,-1.4) .. controls (-7,-1.3) and (-7,-1.6) .. (-7.3,-1.77) .. controls (-6.9,-1.9) and (-7,-2.24) .. (-7.5,-2.1) .. controls (-7.5,-2.4) and (-8,-2.4) .. (-8,-2) .. controls (-8.2,-2.1) and (-8.6,-1.9) .. (-8.2,-1.63) .. controls (-8.6,-1.4) and (-8.3,-1.1) .. (-8,-1.3); \draw[draw=#2, line width=#3pt] (-7.75,-1.67) ellipse (0.2 and 0.2); \draw[draw=#2, line width=#3pt,cm={cos(0) ,-sin(0) ,sin(0) ,cos(0) ,(2.5 cm,-1.75 cm)}] (-8,-1.3) .. controls (-7.8,-1) and (-7.6,-1.1) .. (-7.5,-1.4) .. controls (-7,-1.3) and (-7,-1.6) .. (-7.3,-1.77) .. controls (-6.9,-1.9) and (-7,-2.24) .. (-7.5,-2.1) .. controls (-7.5,-2.4) and (-8,-2.4) .. (-8,-2) .. controls (-8.2,-2.1) and (-8.6,-1.9) .. (-8.2,-1.63) .. controls (-8.6,-1.4) and (-8.3,-1.1) .. (-8,-1.3); \draw[draw=#2, line width=#3pt] (-5.26,-3.45) ellipse (0.2 and 0.2); \draw[draw=#2, line width=#3pt,cm={cos(0) ,-sin(0) ,sin(0) ,cos(0) ,(7.58 cm,-2.3 cm)}] (-8,-1.3) .. controls (-7.8,-1) and (-7.6,-1.1) .. (-7.5,-1.4) .. controls (-7,-1.3) and (-7,-1.6) .. (-7.3,-1.77) .. controls (-6.9,-1.9) and (-7,-2.24) .. (-7.5,-2.1) .. controls (-7.5,-2.4) and (-8,-2.4) .. (-8,-2) .. controls (-8.2,-2.1) and (-8.6,-1.9) .. (-8.2,-1.63) .. controls (-8.6,-1.4) and (-8.3,-1.1) .. (-8,-1.3); \draw[draw=#2, line width=#3pt] (-0.16,-4.04) ellipse (0.2 and 0.2); \draw[draw=#2, line width=#3pt,cm={cos(0) ,-sin(0) ,sin(0) ,cos(0) ,(5.69 cm,-.45 cm)}] (-8,-1.3) .. controls (-7.8,-1) and (-7.6,-1.1) .. (-7.5,-1.4) .. controls (-7,-1.3) and (-7,-1.6) .. (-7.3,-1.77) .. controls (-6.9,-1.9) and (-7,-2.24) .. (-7.5,-2.1) .. controls (-7.5,-2.4) and (-8,-2.4) .. (-8,-2) .. controls (-8.2,-2.1) and (-8.6,-1.9) .. (-8.2,-1.63) .. controls (-8.6,-1.4) and (-8.3,-1.1) .. (-8,-1.3); \draw[draw=#2, line width=#3pt] (-2.05,-2.13) ellipse (0.2 and 0.2); \draw[draw=#2, line width=#3pt,cm={cos(0) ,-sin(0) ,sin(0) ,cos(0) ,(9.3 cm,-.59 cm)}] (-8,-1.3) .. controls (-7.8,-1) and (-7.6,-1.1) .. (-7.5,-1.4) .. controls (-7,-1.3) and (-7,-1.6) .. (-7.3,-1.77) .. controls (-6.9,-1.9) and (-7,-2.24) .. (-7.5,-2.1) .. controls (-7.5,-2.4) and (-8,-2.4) .. (-8,-2) .. controls (-8.2,-2.1) and (-8.6,-1.9) .. (-8.2,-1.63) .. controls (-8.6,-1.4) and (-8.3,-1.1) .. (-8,-1.3); \draw[draw=#2, line width=#3pt] (1.54,-2.25) ellipse (0.2 and 0.2); \draw[draw=#2, line width=#3pt,cm={cos(0) ,-sin(0) ,sin(45) ,cos(0) ,(13 cm,-.59 cm)}] (-8,-1.3) .. controls (-7.8,-1) and (-7.6,-1.1) .. (-7.5,-1.4) .. controls (-7,-1.3) and (-7,-1.6) .. (-7.3,-1.77) .. controls (-6.9,-1.9) and (-7,-2.24) .. (-7.5,-2.1) .. controls (-7.5,-2.4) and (-8,-2.4) .. (-8,-2) .. controls (-8.2,-2.1) and (-8.6,-1.9) .. (-8.2,-1.63) .. controls (-8.6,-1.4) and (-8.3,-1.1) .. (-8,-1.3); \draw[draw=#2, line width=#3pt] (4.1,-2.3) ellipse (0.2 and 0.15); \draw[draw=#2, line width=#3pt,cm={cos(0) ,-sin(0) ,sin(45) ,cos(0) ,(15 cm,2 cm)}] (-8,-1.3) .. controls (-7.8,-1) and (-7.6,-1.1) .. (-7.5,-1.4) .. controls (-7,-1.3) and (-7,-1.6) .. (-7.3,-1.77) .. controls (-6.9,-1.9) and (-7,-2.24) .. (-7.5,-2.1) .. controls (-7.5,-2.4) and (-8,-2.4) .. (-8,-2) .. controls (-8.2,-2.1) and (-8.6,-1.9) .. (-8.2,-1.63) .. controls (-8.6,-1.4) and (-8.3,-1.1) .. (-8,-1.3); \draw[draw=#2, line width=#3pt] (6.04,0.29) ellipse (0.2 and 0.15); \draw[draw=#2, line width=#3pt,cm={cos(0) ,-sin(0) ,sin(0) ,cos(50) ,(9 cm,4. cm)}] (-8,-1.3) .. controls (-7.8,-1) and (-7.6,-1.1) .. (-7.5,-1.4) .. controls (-7,-1.3) and (-7,-1.6) .. (-7.3,-1.77) .. controls (-6.9,-1.9) and (-7,-2.24) .. (-7.5,-2.1) .. controls (-7.5,-2.4) and (-8,-2.4) .. (-8,-2) .. controls (-8.2,-2.1) and (-8.6,-1.9) .. (-8.2,-1.63) .. controls (-8.6,-1.4) and (-8.3,-1.1) .. (-8,-1.3); \draw[draw=#2, line width=#3pt] (1.21,2.9) ellipse (0.2 and 0.15); \draw[draw=#2, line width=#3pt,cm={cos(0) ,-sin(0) ,sin(0) ,cos(50) ,(12 cm,4. cm)}] (-8,-1.3) .. controls (-7.8,-1) and (-7.6,-1.1) .. (-7.5,-1.4) .. controls (-7,-1.3) and (-7,-1.6) .. (-7.3,-1.77) .. controls (-6.9,-1.9) and (-7,-2.24) .. (-7.5,-2.1) .. controls (-7.5,-2.4) and (-8,-2.4) .. (-8,-2) .. controls (-8.2,-2.1) and (-8.6,-1.9) .. (-8.2,-1.63) .. controls (-8.6,-1.4) and (-8.3,-1.1) .. (-8,-1.3); \draw[draw=#2, line width=#3pt] (4.23,2.9) ellipse (0.2 and 0.15); \draw[draw=#2, line width=#3pt,cm={cos(0) ,-sin(0) ,sin(0) ,cos(50) ,(10 cm,2. cm)}] (-8,-1.3) .. controls (-7.8,-1) and (-7.6,-1.1) .. (-7.5,-1.4) .. controls (-7,-1.3) and (-7,-1.6) .. (-7.3,-1.77) .. controls (-6.9,-1.9) and (-7,-2.24) .. (-7.5,-2.1) .. controls (-7.5,-2.4) and (-8,-2.4) .. (-8,-2) .. controls (-8.2,-2.1) and (-8.6,-1.9) .. (-8.2,-1.63) .. controls (-8.6,-1.4) and (-8.3,-1.1) .. (-8,-1.3); \draw[draw=#2, line width=#3pt] (2.28,0.9) ellipse (0.2 and 0.15); \draw[draw=#2, line width=#3pt,cm={cos(0) ,-sin(0) ,sin(0) ,cos(50) ,(10 cm,1. cm)}] (-8,-1.3) .. controls (-7.8,-1) and (-7.6,-1.1) .. (-7.5,-1.4) .. controls (-7,-1.3) and (-7,-1.6) .. (-7.3,-1.77) .. controls (-6.9,-1.9) and (-7,-2.24) .. (-7.5,-2.1) .. controls (-7.5,-2.4) and (-8,-2.4) .. (-8,-2) .. controls (-8.2,-2.1) and (-8.6,-1.9) .. (-8.2,-1.63) .. controls (-8.6,-1.4) and (-8.3,-1.1) .. (-8,-1.3); \draw[draw=#2, line width=#3pt] (2.25,-0.07) ellipse (0.2 and 0.15); \draw[draw=#2, line width=#3pt,cm={cos(0) ,-sin(0) ,sin(0) ,cos(50) ,(6.85 cm,1.52 cm)}] (-8,-1.3) .. controls (-7.8,-1) and (-7.6,-1.1) .. (-7.5,-1.4) .. controls (-7,-1.3) and (-7,-1.6) .. (-7.3,-1.77) .. controls (-6.9,-1.9) and (-7,-2.24) .. (-7.5,-2.1) .. controls (-7.5,-2.4) and (-8,-2.4) .. (-8,-2) .. controls (-8.2,-2.1) and (-8.6,-1.9) .. (-8.2,-1.63) .. controls (-8.6,-1.4) and (-8.3,-1.1) .. (-8,-1.3); \draw[draw=#2, line width=#3pt] (-0.9,0.4) ellipse (0.2 and 0.15); \draw[draw=#2, line width=#3pt,cm={cos(0) ,-sin(0) ,sin(0) ,cos(50) ,(3.85 cm,0.85 cm)}] (-8,-1.3) .. controls (-7.8,-1) and (-7.6,-1.1) .. (-7.5,-1.4) .. controls (-7,-1.3) and (-7,-1.6) .. (-7.3,-1.77) .. controls (-6.9,-1.9) and (-7,-2.24) .. (-7.5,-2.1) .. controls (-7.5,-2.4) and (-8,-2.4) .. (-8,-2) .. controls (-8.2,-2.1) and (-8.6,-1.9) .. (-8.2,-1.63) .. controls (-8.6,-1.4) and (-8.3,-1.1) .. (-8,-1.3); \draw[draw=#2, line width=#3pt] (-3.93,-0.26) ellipse (0.2 and 0.15); \draw[draw=#2, line width=#3pt,cm={cos(0) ,-sin(0) ,sin(0) ,cos(50) ,(2.8 cm,2.3 cm)}] (-8,-1.3) .. controls (-7.8,-1) and (-7.6,-1.1) .. (-7.5,-1.4) .. controls (-7,-1.3) and (-7,-1.6) .. (-7.3,-1.77) .. controls (-6.9,-1.9) and (-7,-2.24) .. (-7.5,-2.1) .. controls (-7.5,-2.4) and (-8,-2.4) .. (-8,-2) .. controls (-8.2,-2.1) and (-8.6,-1.9) .. (-8.2,-1.63) .. controls (-8.6,-1.4) and (-8.3,-1.1) .. (-8,-1.3); \draw[draw=#2, line width=#3pt] (-5,1.2) ellipse (0.2 and 0.15); \end{tikzpicture} } \newcommand{\fcDressingTable}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt] (-0.43,3.89) ellipse (2.2 and 2.9); \draw [draw=#2, line width=#3pt] (-0.43,3.89) ellipse (2.8 and 3.5); \draw[draw=#2, line width=#3pt] (-2.6,1.7) .. controls (-2.6,0.8) and (-2.9,0.2) .. (-3.6,0) .. controls (-5.2,0) and (-5,-0.2) .. (-5,-1) .. controls (-5,-1.5) and (-5,-2.5) .. (-5,-3) .. controls (-5.03,-4.4) and (-4.9,-3.86) .. (-3.4,-3.98) .. controls (-1.7,-4) and (1.6,-4) .. (2.7,-3.9) .. controls (4.2,-3.9) and (4,-4) .. (4,-2.3) .. controls (4,-1.6) and (4,-1.1) .. (4,-0.6) .. controls (4,0.1) and (3.6,0) .. (2.3,0) .. controls (1.2,0) and (-1.8,0) .. (-3.6,0); \draw [draw=#2, line width=#3pt] (1.72,1.68) .. controls (1.6,0.9) and (1.9,0.2) .. (2.8,0); \draw [draw=#2, line width=#3pt] (-4.34,-3.96) .. controls (-4.7,-4.7) and (-3.2,-4.9) .. (-3.4,-3.97); \draw[draw=#2, line width=#3pt] (-3.1,-4) .. controls (-3.2,-4.4) and (-2.1,-4.6) .. (-2.1,-3.95); \draw[draw=#2, line width=#3pt] (1.2,-3.95) .. controls (1.1,-4.6) and (2.3,-4.5) .. (2.1,-3.92); \draw [draw=#2, line width=#3pt] (2.5,-3.9) .. controls (2.2,-4.6) and (3.8,-4.9) .. (3.48,-3.9); \draw[draw=#2, line width=#3pt] (-4.2,-4.47) .. controls (-4.3,-8.5) and (-3.4,-8.2) .. (-3.6,-4.5); \draw[draw=#2, line width=#3pt] (-2.9,-4.3) .. controls (-3,-8.2) and (-2.3,-7.9) .. (-2.3,-4.3); \draw[draw=#2, line width=#3pt] (1.34,-4.29) .. controls (1.1,-8.3) and (2.1,-7.5) .. (1.9,-4.3); \draw[draw=#2, line width=#3pt] (2.69,-4.43) .. controls (2.7,-8.8) and (3.4,-8.3) .. (3.3,-4.5); \draw [draw=#2, line width=#3pt] (-0.45,-1.18) ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt] (-2.42,-2.87) ellipse (0.2 and 0.2); \draw[draw=#2, line width=#3pt] (1.54,-2.87) ellipse (0.2 and 0.2); \draw[draw=#2, line width=#3pt] (-4.1,-1.9) rectangle (3,-0.6); \draw [draw=#2, line width=#3pt] (-4.1,-3.3) rectangle (-0.8,-2.3); \draw[draw=#2, line width=#3pt] (-0.2,-3.3) rectangle (3.1,-2.3); \draw [draw=#2, line width=#3pt] (-1,-3.1) rectangle (-3.9,-2.6); \draw [draw=#2, line width=#3pt] (0.1,-3.1) rectangle (2.9,-2.6); \draw[draw=#2, line width=#3pt] (-0.24,-1.18) .. controls (0.1,-1.3) and (0.1,-1.7) .. (-0.07,-1.88); \draw [draw=#2, line width=#3pt] (-0.66,-1.19) .. controls (-0.94,-1.26) and (-1,-1.7) .. (-0.8,-1.9); \draw[draw=#2, line width=#3pt] (-0.6,-1.3) .. controls (-0.8,-1.5) and (-0.7,-1.8) .. (-0.4,-1.8); \draw[draw=#2, line width=#3pt] (-0.3,-1.3) .. controls (-0.1,-1.5) and (-0.2,-1.8) .. (-0.4,-1.8); \draw[draw=#2, line width=#3pt] (-0.8,-1.9) .. controls (-0.6,-2.1) and (-0.3,-2.1) .. (-0.1,-1.9); \draw[draw=#2, line width=#3pt] (2.7,-0.26) .. controls (3.7,-0.2) and (3.7,-0.5) .. (3.7,-1) .. controls (3.7,-1.6) and (3.7,-2.3) .. (3.7,-3.2) .. controls (3.7,-3.6) and (3.4,-3.7) .. (2.7,-3.7) .. controls (0.2,-3.7) and (-2.5,-3.7) .. (-4.1,-3.7) .. controls (-4.7,-3.7) and (-4.7,-3.5) .. (-4.66,-3) .. controls (-4.7,-1.8) and (-4.7,-1) .. (-4.7,-0.7) .. controls (-4.6,0) and (-4.5,-0.3) .. (-2.7,-0.24) .. controls (1.4,-0.29) and (1.8,-0.26) .. (2.7,-0.26); \draw [draw=#2, line width=#3pt] (2.7,-1) .. controls (2.7,-1.1) and (2.7,-1.2) .. (2.7,-1.4) .. controls (2.6,-1.4) and (2.5,-1.5) .. (2.5,-1.6) .. controls (1.7,-1.66) and (0.6,-1.65) .. (0.03,-1.6); \draw[draw=#2, line width=#3pt] (2.7,-1) .. controls (2.6,-1.1) and (2.5,-1) .. (2.5,-0.88); \draw[draw=#2, line width=#3pt] (-3.5,-0.88) .. controls (-3.5,-1) and (-3.6,-1.1) .. (-3.7,-1.1); \draw[draw=#2, line width=#3pt] (-3.7,-1.43) .. controls (-3.6,-1.42) and (-3.53,-1.51) .. (-3.57,-1.63); \draw[draw=#2, line width=#3pt] (-3.57,-1.62) -- (-0.92,-1.6); \draw[draw=#2, line width=#3pt] (-3.7,-1.4) -- (-3.7,-1.1); \draw[draw=#2, line width=#3pt] (-3.5,-0.9) -- (2.5,-0.9); \end{tikzpicture} } \newcommand{\fcClock}[3] { \begin{tikzpicture}[scale = #1] \draw[draw=#2, line width=#3pt] (-4.4,2.84) .. controls (-3.2,3) and (-1,3.1) .. (0.2,3.2) .. controls (1.8,3.2) and (2.2,2.2) .. (2.2,1.6) .. controls (2.2,0.7) and (2.2,-1.1) .. (2.12,-3.7) .. controls (2.12,-4.1) and (2.2,-5.3) .. (0,-5.11) .. controls (-1.9,-4.7) and (-2.9,-4.5) .. (-4.4,-4.2) .. controls (-5,-4.1) and (-5.9,-4.2) .. (-5.83,-2.6) .. controls (-5.8,-1.8) and (-5.83,0.1) .. (-5.8,1.3) .. controls (-5.7,1.8) and (-5.8,2.6) .. (-4.4,2.86); \draw[draw=#2, line width=#3pt] (-3.8,1.9) -- (0.1,2.2); \draw[draw=#2, line width=#3pt] (1.1,1.3) -- (1,-3.2); \draw [draw=#2, line width=#3pt] (0,-4) -- (-3.9,-3.3); \draw [draw=#2, line width=#3pt] (-4.79,1.2) -- (-4.87,-2.1); \draw [draw=#2, line width=#3pt] (-3.8,1.9) .. controls (-4.6,1.9) and (-4.7,1.5) .. (-4.79,1.2); \draw [draw=#2, line width=#3pt] (-4.87,-2.1) .. controls (-4.9,-2.8) and (-4.5,-3) .. (-3.9,-3.3); \draw[draw=#2, line width=#3pt] (0,-4) .. controls (0.4,-4.1) and (0.9,-3.8) .. (1,-3.2); \draw [draw=#2, line width=#3pt] (1.1,1.3) .. controls (0.94,1.9) and (0.63,2.17) .. (0.04,2.21); \draw[draw=#2, line width=#3pt] (0,2.2) -- (-0.4,1.5); \draw[draw=#2, line width=#3pt] (-2,2) -- (-2,1.6); \draw [draw=#2, line width=#3pt] (-3.6,1.93) -- (-3.2,1.3); \draw [draw=#2, line width=#3pt] (-4.8,0.9) -- (-4.2,0.6); \draw [draw=#2, line width=#3pt] (-4.8,-0.7) -- (-4.2,-0.7); \draw[draw=#2, line width=#3pt] (-4.2,-1.7) -- (-4.85,-2.1); \draw[draw=#2, line width=#3pt] (-3.4,-2.8) -- (-3.7,-3.4); \draw[draw=#2, line width=#3pt] (-2,-3.1) -- (-2,-3.7); \draw[draw=#2, line width=#3pt] (-0.7,-3.4) -- (-0.3,-4); \draw [draw=#2, line width=#3pt] (0.5,-2.5) -- (1.1,-2.9); \draw[draw=#2, line width=#3pt] (0.4,-1) -- (1.1,-1); \draw[draw=#2, line width=#3pt] (0.4,0.3) -- (1.1,0.6); \draw [draw=#2, line width=#3pt] (-2,-0.9) ellipse (0.3 and 0.4); \draw[draw=#2, line width=#3pt] (-1.81,-0.63) .. controls (-1.7,2.3) and (-2.3,2) .. (-2.1,-0.6); \draw[draw=#2, line width=#3pt] (-2.29,-0.88) .. controls (-3.7,-1.1) and (-3.2,-1.8) .. (-2.2,-1.3); \draw[draw=#2, line width=#3pt] (-4,2.8) .. controls (-4.3,4.7) and (-1.3,5.4) .. (-1,3.1); \draw [draw=#2, line width=#3pt] (1,3.1) -- (4.1,2.5); \draw[draw=#2, line width=#3pt] (4.1,2.5) .. controls (4.8,2.4) and (4.7,1.6) .. (4.7,1) .. controls (4.7,0) and (4.7,-2.3) .. (4.7,-3.5) .. controls (4.8,-4.1) and (4.2,-4.3) .. (3.6,-4.6) .. controls (2.2,-5) and (1.6,-5.2) .. (0.78,-5.12); \draw [draw=#2, line width=#3pt](-0.2,3.1) .. controls (-0.1,5) and (3.2,5.4) .. (3.1,2.7); \draw [draw=#2, line width=#3pt](-2,4.4) .. controls (-1.7,5.6) and (0.2,5.8) .. (0.9,4.6); \draw [draw=#2, line width=#3pt](-2.8,4.47) .. controls (-1.6,6.9) and (0.3,6.8) .. (1.9,4.57); \draw[draw=#2, line width=#3pt] (-4.4,-4.2) .. controls (-4.7,-5.5) and (-3.7,-5.4) .. (-3.7,-4.3); \draw [draw=#2, line width=#3pt](-2.05,-4.72) .. controls (-2.1,-5.3) and (-1.3,-5.3) .. (-1.2,-4.8); \draw[draw=#2, line width=#3pt] (1,-5.1) .. controls (0.7,-6.8) and (2.1,-6.7) .. (1.8,-5.2); \draw[draw=#2, line width=#3pt] (3.2,-4.8) .. controls (3.3,-5.6) and (4.4,-5.6) .. (4.2,-4.4); \end{tikzpicture} } \newcommand{\fcBedsideLamp}[3] { \begin{tikzpicture}[scale = #1] \draw[draw=#2, line width=#3pt] (-4,1.3) .. controls (-2.6,8) and (2.5,7.8) .. (3.9,1.3); \draw[draw=#2, line width=#3pt] (-4,1.3) .. controls (-1.7,0.4) and (1.7,0.4) .. (3.9,1.3); \draw [draw=#2, line width=#3pt](0.4,0.7) -- (0.3,-3.3); \draw[draw=#2, line width=#3pt] (-0.5,0.6) -- (-0.5,-3.3); \draw[draw=#2, line width=#3pt] (-0.5,-3.3) .. controls (-0.3,-3.4) and (0.01,-3.42) .. (0.3,-3.3); \draw[draw=#2, line width=#3pt] (-0.5,-3.1) .. controls (-2.3,-3.8) and (2,-3.8) .. (0.3,-3.1); \draw[draw=#2, line width=#3pt] (-0.5,-3.1) .. controls (-7.7,-4.3) and (8,-4.5) .. (0.3,-3.04); \draw [draw=#2, line width=#3pt](2.5,-3.6) .. controls (4.4,-5.1) and (-4.6,-5) .. (-2.32,-3.52); \draw[draw=#2, line width=#3pt] (-2.3,-3.5) .. controls (-3.7,-3.4) and (-4.5,-3.8) .. (-4.8,-4) .. controls (-5.2,-4.3) and (-5.4,-4.8) .. (-4.36,-5.16) .. controls (-3,-5.6) and (-1.1,-5.33) .. (0,-5.34) .. controls (2.8,-5.4) and (2.7,-5.9) .. (1.1,-6.5) .. controls (0.1,-6.6) and (-0.5,-6.6) .. (-1.7,-6.6) .. controls (-1.4,-7.4) and (-3.2,-7.5) .. (-2.87,-6.58); \draw[draw=#2, line width=#3pt] (-2.3,-6.5) ellipse (0.6 and 0.5); \draw[draw=#2, line width=#3pt] (-2.8,-6.3) .. controls (-3.1,-6.1) and (-3.6,-6.7) .. (-2.87,-6.58); \draw[draw=#2, line width=#3pt] (-2.9,-7) .. controls (-3.5,-6.9) and (-3.4,-6.5) .. (-2.8,-6.7); \draw [draw=#2, line width=#3pt](-1.7,3.5) .. controls (-1.5,3.5) and (-1.3,3.6) .. (-1.1,3.9) .. controls (-1.1,4.6) and (-0.2,4.8) .. (0.3,4.5) .. controls (0.8,4.1) and (0.7,3.4) .. (0,3) .. controls (-0.2,2.6) and (0.3,2.1) .. (0.7,2.5) .. controls (1.2,2.2) and (0.8,0.9) .. (-0.6,1.5) .. controls (-1,1.7) and (-0.9,2.3) .. (-0.7,2.5) .. controls (-0.5,2.6) and (-0.33,2.79) .. (-0.3,3.03) .. controls (-0.4,3) and (-0.58,3.04) .. (-0.6,3) .. controls (-0.9,3) and (-1.4,3.1) .. (-1.7,3.5); \draw [draw=#2, line width=#3pt](-1.1,3.8) .. controls (-0.8,3.8) and (-0.5,3.4) .. (-0.6,3); \draw[ line width=#3pt,fill=black] (-0.6,4) ellipse (0.1 and 0.1); \draw[ line width=#3pt,fill=black] (-0.2,4) ellipse (0.1 and 0.1); \draw[draw=#2, line width=#3pt] (-0.3,3.05) .. controls (-0.2,3) and (-0.1,3) .. (0,3); \draw [draw=#2, line width=#3pt](-0.05,2.7) .. controls (-0.6,1.9) and (0.5,1.7) .. (0.6,2.4); \draw[draw=#2, line width=#3pt] (-0.5,0.4) .. controls (-1.4,0.4) and (-3.3,0.6) .. (-4.2,1) .. controls (-3.4,8.4) and (3.2,8.5) .. (4.1,1.1) .. controls (3.5,0.8) and (1.6,0.4) .. (0.4,0.4); \end{tikzpicture} } \newcommand{\fcComputer}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt] (-7.5,5.1) .. controls (-5.2,5.2) and (-2.9,5.2) .. (-0.1,5.41) .. controls (1.9,5.5) and (1.9,5.3) .. (1.84,4.3) .. controls (1.8,3.6) and (1.7,-0.3) .. (1.7,-1.9) .. controls (1.5,-2) and (1.1,-2.1) .. (0.5,-2) .. controls (-2.5,-1.9) and (-6,-1.7) .. (-7.8,-1.5) .. controls (-8.1,-1.5) and (-8.4,-0.9) .. (-8.3,-0.3) .. controls (-8.4,0.6) and (-8.3,2.7) .. (-8.33,4.2) .. controls (-8.4,4.8) and (-8,5.1) .. (-7.5,5.1); \draw [draw=#2, line width=#3pt] (-4.5,-1.2) ellipse (0.4 and 0.2); \draw [draw=#2, line width=#3pt] (-3.7,-1.2) ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt] (-3.1,-1.2) ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt](-2.5,-1.2) ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt] (-1.9,-1.2) ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt] (1.6,5.3) .. controls (2.2,5.1) and (2.4,4.9) .. (2.4,4.2) .. controls (2.4,2) and (2.4,0.8) .. (2.3,-1) .. controls (2.3,-1.6) and (2.1,-1.7) .. (1.7,-1.9); \draw [draw=#2, line width=#3pt](-2,-1.9) .. controls (-2.1,-2.2) and (-2.2,-2.7) .. (-2.4,-3.1) .. controls (-2.7,-3.2) and (-3.1,-3.2) .. (-3.5,-3.1) .. controls (-3.1,-2.5) and (-2.8,-2.2) .. (-2.8,-1.87); \draw [draw=#2, line width=#3pt](-3.3,-2.8) .. controls (-12.5,-4.2) and (5.3,-4.8) .. (-2.2,-2.8); \draw [draw=#2, line width=#3pt](-5.2,-3.4) .. controls (-3.9,-3.8) and (-2.1,-3.8) .. (-0.9,-3.6); \draw [draw=#2, line width=#3pt,rotate=30] (-1.1,-4.5) ellipse (1.3 and 1.2); \draw [draw=#2, line width=#3pt](0.2,-3.7) .. controls (0.9,-3.8) and (1.8,-4.1) .. (2.5,-4.7); \draw [draw=#2, line width=#3pt] (1.4,-4) .. controls (1.5,-3.8) and (1.7,-3.6) .. (2,-3.4); \draw [draw=#2, line width=#3pt] (3.3,5.2) .. controls (4.2,5.4) and (5.8,5.3) .. (7.3,5); \draw [draw=#2, line width=#3pt] (7.3,5) .. controls (7.5,2.8) and (7.4,-1.5) .. (7.4,-3.7) .. controls (5.9,-4) and (4.2,-4.1) .. (3.4,-4) .. controls (3.4,-3.1) and (3.4,1) .. (3.3,5.2); \draw [draw=#2, line width=#3pt] (4,4) rectangle (6.9,3.3); \draw [draw=#2, line width=#3pt] (3.9,1.7) rectangle (7,1); \draw [draw=#2, line width=#3pt] (5.6,-1.4) node (v1) {} ellipse (0.7 and 0.7); \draw [draw=#2, line width=#3pt] (v1) ellipse (0.3 and 0.3); \draw [draw=#2, line width=#3pt] (5.6,-2.8) ellipse (0.4 and 0.4); \draw [draw=#2, line width=#3pt](2.2,4.9) .. controls (2.5,5) and (2.8,5.1) .. (3.3,5.1); \draw [draw=#2, line width=#3pt](0.6,-2) .. controls (0.6,-2.7) and (0.6,-3.1) .. (0.6,-3.4); \draw [draw=#2, line width=#3pt] (2.5,-3.8) .. controls (2.9,-3.9) and (3.1,-3.9) .. (3.4,-4); \draw [draw=#2, line width=#3pt] (0.4,4.7) .. controls (1,4.8) and (1,4.5) .. (1.1,3.8) .. controls (1.2,2.1) and (1.1,1.5) .. (1.12,0) .. controls (1.1,-0.9) and (0.5,-0.8) .. (-0.2,-0.8) .. controls (-1.8,-0.7) and (-4.3,-0.6) .. (-7.2,-0.6) .. controls (-7.6,-0.5) and (-7.9,-0.7) .. (-7.86,0.4) .. controls (-7.8,1.2) and (-7.9,3.4) .. (-7.86,4) .. controls (-7.8,4.4) and (-8.1,4.56) .. (-6.8,4.52) .. controls (-5.7,4.5) and (-2.3,4.6) .. (0.5,4.7); \draw [draw=#2, line width=#3pt] (-7.33,4.5) .. controls (-7.4,4.4) and (-7.5,4.1) .. (-7.5,3.9) .. controls (-7.5,3.2) and (-7.5,1.6) .. (-7.5,0.2) .. controls (-7.5,-0.1) and (-7.5,-0.4) .. (-7,-0.6); \draw [draw=#2, line width=#3pt] (3.35,2.55) -- (7.35,2.5); \draw [draw=#2, line width=#3pt] (3.35,0.1) -- (7.45,0.2); \end{tikzpicture} } \newcommand{\fcChair}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt] (-0.77,-0.9) ellipse (3.7 and 1.8); \draw [draw=#2, line width=#3pt] (-4.4,-1.2) .. controls (-5,-2.1) and (-4.2,-2.4) .. (-3.6,-2.7) .. controls (-1.3,-4.1) and (1.4,-3.5) .. (2.9,-2.3) .. controls (3.5,-1.6) and (3.3,-0.9) .. (2.82,-0.46); \draw [draw=#2, line width=#3pt] (-0.9,-3.5) -- (-0.9,-4.3); \draw [draw=#2, line width=#3pt] (-0.1,-3.5) -- (-0.1,-4.2); \draw [draw=#2, line width=#3pt] (-0.9,-4.3) .. controls (-0.8,-4.5) and (-0.2,-4.5) .. (-0.11,-4.21); \draw [draw=#2, line width=#3pt] (-0.9,-4) -- (-3.8,-4.9); \draw [draw=#2, line width=#3pt] (-3.3,-5.4) -- (-1,-4.9); \draw [draw=#2, line width=#3pt] (-0.2,-5) -- (1.6,-6.2); \draw [draw=#2, line width=#3pt] (2.2,-5.6) -- (0.2,-4); \draw [draw=#2, line width=#3pt] (0.2,-4) -- (0.36,-3.46); \draw [draw=#2, line width=#3pt] (-1,-4.9) .. controls (-0.8,-5.1) and (-0.5,-5.18) .. (-0.2,-5); \draw [draw=#2, line width=#3pt] (-3.8,-4.9) .. controls (-4,-5.2) and (-3.7,-5.5) .. (-3.3,-5.4); \draw [draw=#2, line width=#3pt] (2.2,-5.6) .. controls (2.5,-6.1) and (2.1,-6.3) .. (1.6,-6.2); \draw [draw=#2, line width=#3pt] (-3.8,-5.1) .. controls (-4.3,-5.4) and (-4.5,-5.8) .. (-4.2,-6.1) .. controls (-4.2,-5.71) and (-4,-5.5) .. (-3.8,-5.3); \draw [draw=#2, line width=#3pt] (-4.2,-6.1) .. controls (-4.1,-6.3) and (-3.9,-6.4) .. (-3.7,-6.3) .. controls (-4,-6.1) and (-3.7,-5.5) .. (-3.4,-5.5) .. controls (-2.7,-5.7) and (-3.2,-6.4) .. (-3.7,-6.3); \draw [draw=#2, line width=#3pt] (1.6,-6.6) ellipse (0.3 and 0.4); \draw [draw=#2, line width=#3pt] (2,-6.2) .. controls (2.2,-6.6) and (2.1,-7.1) .. (1.6,-7); \draw [draw=#2, line width=#3pt] (2.2,-6.1) .. controls (2.6,-6.3) and (2.4,-6.9) .. (2,-6.9); \draw [draw=#2, line width=#3pt] (1.7,0.4) -- (2,1.5) -- (0.5,1.9) -- (0.3,0.8); \draw [draw=#2, line width=#3pt] (2,1.5) .. controls (2.9,0.9) and (3.1,1.5) .. (3.4,2) .. controls (3.7,2.5) and (4.1,3.4) .. (4.1,4.1) .. controls (3.9,7.2) and (-1.8,7.3) .. (-2.6,5.5) .. controls (-3.1,4.9) and (-2.9,2.6) .. (-2.5,2.4) .. controls (-2.2,2) and (-1.6,1.9) .. (-1.3,2) .. controls (-0.6,2) and (-0.1,2) .. (0.6,1.9); \draw [draw=#2, line width=#3pt] (-1.2,6.46) .. controls (-0.4,7.4) and (1.3,7) .. (1.8,6.9) .. controls (3.6,6.7) and (4.9,5.2) .. (4.5,3.2) .. controls (4.4,2.1) and (3.5,1) .. (3,1.4); \end{tikzpicture} } \newcommand{\fcDeskLamp}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt] (0.75,-5.31) ellipse (3.7 and 1.5); \draw [draw=#2, line width=#3pt] (-2.85,-5.6) .. controls (-3.1,-6) and (-3,-6.3) .. (-2.7,-6.6) .. controls (-0.8,-7.9) and (2.7,-7.3) .. (4.4,-6.53) .. controls (4.6,-6.3) and (4.62,-5.75) .. (4.44,-5.43); \draw [draw=#2, line width=#3pt] (2.1,-3.9) .. controls (2.2,-3.2) and (3.7,2.1) .. (0.6,4.5) .. controls (0.82,4.73) and (1.04,4.96) .. (1.2,5.1) .. controls (3,4.3) and (3.6,-0.4) .. (3.1,-4.2); \draw [draw=#2, line width=#3pt] (1.16,5.08) -- (1.8,5.9) -- (0.8,7.2) -- (-1.5,5.7); \draw [draw=#2, line width=#3pt](-1.5,5.7) .. controls (-2.3,6.3) and (-3.8,5.8) .. (-4.2,5.25); \draw [draw=#2, line width=#3pt,rotate=32] (-0.6,4.2) ellipse (1.6 and 2.5); \draw [draw=#2, line width=#3pt] (-1.77,4.6) .. controls (-4.5,4.6) and (-2.5,1.4) .. (-1,3.3); \draw [draw=#2, line width=#3pt] (-1.3,1.2) .. controls (-0.4,1.3) and (0,1.8) .. (0.2,2.1) .. controls (0.5,2.7) and (0.5,3.5) .. (0.13,4.17) .. controls (0.3,4.3) and (0.3,4.3) .. (0.6,4.5); \draw [draw=#2, line width=#3pt](-0.57,-5.4) ellipse (0.7 and 0.4); \draw [draw=#2, line width=#3pt] (-0.9,-5.42) -- (-0.9,-4.8) -- (-0.3,-4.8) -- (-0.3,-5.4); \draw [draw=#2, line width=#3pt](2.2,-3.2) -- (3.14,-3.63); \draw [draw=#2, line width=#3pt] (2.34,-2.5) -- (3.26,-2.9); \draw [draw=#2, line width=#3pt] (2.49,-1.8) -- (3.29,-2); \draw [draw=#2, line width=#3pt] (2.55,-0.9) -- (3.3,-1.1); \draw [draw=#2, line width=#3pt] (2.56,-0.2) -- (3.3,-0.4); \draw [draw=#2, line width=#3pt] (2.5,0.5) -- (3.2,0.4); \draw [draw=#2, line width=#3pt] (2.4,1.4) -- (3.08,1.28); \draw [draw=#2, line width=#3pt] (2.2,2.2) -- (2.9,2.2); \draw [draw=#2, line width=#3pt] (1.86,2.92) -- (2.7,3); \draw [draw=#2, line width=#3pt](1.5,3.6) -- (2.39,3.72); \draw [draw=#2, line width=#3pt](1,4.1) -- (1.95,4.4); \end{tikzpicture} } \newcommand{\fcTurnip}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt] (-8.4,-0.2) .. controls (-8.6,0.3) and (-8,0.5) .. (-7.5,0.6) .. controls (-7.3,1.2) and (-6.6,1.6) .. (-5.9,1.7) .. controls (-5.6,2.1) and (-5.1,2.7) .. (-4.4,2.6) .. controls (-3.9,3.3) and (-3,3.6) .. (-2.3,3.5) .. controls (-2.1,4.4) and (-0.3,4.2) .. (0.1,3.5) .. controls (0.3,4.7) and (2,3.6) .. (2.9,2.5) .. controls (3.4,3.2) and (3.9,3) .. (4.3,2.5) .. controls (5.7,3.5) and (6.7,1.1) .. (3.6,-0.1) .. controls (3.9,-0.5) and (4.3,-0.64) .. (4.6,-0.6) .. controls (5,-0.5) and (5.4,-0.7) .. (5.8,-1) .. controls (6.4,-1) and (6.9,-1.1) .. (7.1,-1.6) .. controls (7.7,-2) and (8,-2.3) .. (7.2,-2.3) .. controls (6.7,-2.2) and (5,-3.6) .. (5.1,-2) .. controls (5.1,-3) and (4.3,-3.1) .. (3.5,-3.1) .. controls (2.7,-3.1) and (1.6,-3.5) .. (1.1,-3.3) .. controls (-0.8,-3.7) and (-1.3,-3.6) .. (-1.9,-3) .. controls (-2.2,-3.8) and (-4,-3.9) .. (-4.9,-3.8) .. controls (-6.5,-3.3) and (-5.1,-1.1) .. (-4.6,-0.7) .. controls (-5,-0.5) and (-5.8,-0.3) .. (-6.7,-0.4) .. controls (-7.2,-0.3) and (-7.8,-0.2) .. (-8.4,-0.2); \draw [draw=#2, line width=#3pt]( -4.6,-0.7) .. controls (-2.5,1.3) and (-1.1,1.5) .. (-2.7,-1.5) .. controls (-3.1,-2.5) and (-4,-3.5) .. (-4.9,-3.8); \draw[draw=#2, line width=#3pt] (-1.9,-3) .. controls (0.1,-0.9) and (-0.6,1.3) .. (-2.3,0.8); \draw[draw=#2, line width=#3pt] (-1.4,0.8) .. controls (-1.1,2) and (0.8,1.8) .. (1,0.3) .. controls (1,-0.3) and (0.9,-1) .. (0.9,-1.3) .. controls (1.1,-2.3) and (0.9,-2.8) .. (0,-3.5); \draw[draw=#2, line width=#3pt] (-0.1,1.6) .. controls (1.2,1.5) and (2.5,0.8) .. (2.7,-0.1); \draw[draw=#2, line width=#3pt] (2.5,0.3) .. controls (2.9,0.3) and (3.3,0.1) .. (3.6,-0.1); \draw [draw=#2, line width=#3pt] (-3.6,0.2) .. controls (-3.5,0.5) and (-3.5,0.8) .. (-3.4,1); \draw[draw=#2, line width=#3pt] (-5.4,-0.4) .. controls (-5.2,-0.1) and (-5.3,0.3) .. (-5.5,0.5); \draw[draw=#2, line width=#3pt] (1.1,-3.3) .. controls (1.6,-3.1) and (1.6,-2.8) .. (1.7,-2.4); \draw[draw=#2, line width=#3pt] (1.7,-0.2) .. controls (1.7,0.1) and (1.6,0.4) .. (1.4,0.7); \draw[draw=#2, line width=#3pt] (3.1,-2.8) .. controls (3.2,-2.6) and (3.2,-2.4) .. (3.2,-2.2); \draw[draw=#2, line width=#3pt] (3.5,-2.9) .. controls (3.6,-2.5) and (3.5,-2.2) .. (3.5,-2); \draw [draw=#2, line width=#3pt] (4.8,-1.4) .. controls (5,-1.2) and (5,-1.2) .. (5,-1); \draw[draw=#2, line width=#3pt] (-2,-1.9) .. controls (-1.8,-1.7) and (-1.8,-1.5) .. (-1.9,-1.4) .. controls (-1.7,-1.2) and (-1.5,-1) .. (-1.6,-0.7); \draw [draw=#2, line width=#3pt] (-2.6,-2.9) .. controls (-2.2,-2.8) and (-2,-2.7) .. (-1.7,-2.2); \draw[draw=#2, line width=#3pt] (-3.1,0.5) .. controls (-3,0.8) and (-3.1,1.2) .. (-3.1,1.4); \draw[draw=#2, line width=#3pt] (-3.7,2.7) .. controls (-3.5,2.6) and (-3.5,2.4) .. (-3.6,2.2); \draw[draw=#2, line width=#3pt] (2.9,2.5) .. controls (3,2.3) and (3.1,2) .. (2.9,1.8); \draw[draw=#2, line width=#3pt] (-4.4,-2.5) -- (-4,-2.2); \draw[draw=#2, line width=#3pt] (-4.3,-1.7) -- (-3.4,-0.8); \draw[draw=#2, line width=#3pt] (-3.9,-0.8) -- (-3.2,-0.2); \draw[draw=#2, line width=#3pt] (-3.4,-1.2) -- (-2.88,-0.66); \draw[draw=#2, line width=#3pt] (-7.3,0.8) -- (-6.9,0.6); \draw[draw=#2, line width=#3pt] (-5.4,2.2) -- (-5.1,1.7); \draw [draw=#2, line width=#3pt] (-1.8,3.7) -- (-1.5,3.5); \draw[draw=#2, line width=#3pt] (-2,3.5) -- (-1.6,3.1); \draw [draw=#2, line width=#3pt] (0,1.9) -- (0.2,2.5); \draw[draw=#2, line width=#3pt] (-0.4,2) -- (-0.2,2.6); \draw[draw=#2, line width=#3pt] (3.2,2.4) -- (3.6,1.9); \draw[draw=#2, line width=#3pt] (-0.8,-2.9) -- (-0.5,-2.6); \draw[draw=#2, line width=#3pt] (-0.59,-2.24) -- (-0.16,-1.86); \draw[draw=#2, line width=#3pt] (-0.8,-2.1) -- (0.2,-1.3); \draw[draw=#2, line width=#3pt] (-0.3,-1.3) -- (0.2,-0.9); \draw[draw=#2, line width=#3pt] (-0.3,0.1) -- (0.1,0.4); \draw[draw=#2, line width=#3pt] (-0.4,0.3) -- (0.1,0.6); \draw[draw=#2, line width=#3pt] (-0.7,0.5) -- (-0.2,0.8); \draw[draw=#2, line width=#3pt] (3.3,-0.4) -- (3.4,-0.8); \draw[draw=#2, line width=#3pt] (2.7,-2.8) -- (2.9,-2.6); \draw[draw=#2, line width=#3pt] (5.5,-2.5) -- (5.6,-2.2); \draw[draw=#2, line width=#3pt] (3.4,1.9) -- (2.91,1.8); \draw[draw=#2, line width=#3pt] (-1.3,-0.8) .. controls (-1.2,-1.1) and (-1.3,-1.5) .. (-1.6,-1.7); \draw[draw=#2, line width=#3pt] (2.8,-1.4) .. controls (3.1,-1.4) and (3.2,-1.2) .. (3.2,-0.9); \draw[draw=#2, line width=#3pt] (5.8,-1.4) .. controls (6.1,-1.6) and (5.9,-1.8) .. (5.7,-1.9); \draw [draw=#2, line width=#3pt] (4.6,0.4) .. controls (4.6,0.6) and (4.6,0.8) .. (4.5,0.9); \draw[draw=#2, line width=#3pt] (4.9,0.9) .. controls (5,1.1) and (5,1.2) .. (4.8,1.3); \draw [draw=#2, line width=#3pt] (4.9,2.1) .. controls (5,2.2) and (4.9,2.3) .. (4.7,2.4); \draw[draw=#2, line width=#3pt] (1.93,0.97) .. controls (2.2,0.9) and (2.3,1.2) .. (2.3,1.3); \draw [draw=#2, line width=#3pt] (2.3,0.6) .. controls (2.6,0.6) and (2.8,0.8) .. (2.7,1.2); \end{tikzpicture} } \newcommand{\fcCabbage}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt] (-4.4,2) .. controls (-4.53,2.7) and (-4.56,3.1) .. (-4.6,3.5) .. controls (-4.6,4.3) and (-3.8,4.7) .. (-3.1,4.5) .. controls (-2.3,6.2) and (-0.9,6.2) .. (-0.5,5.4) .. controls (0.1,5.5) and (0.5,5.4) .. (0.8,5.2) .. controls (2.2,5.4) and (2.2,4.6) .. (2.2,3.9) .. controls (2.6,4) and (2.9,4.1) .. (3.2,3.9) .. controls (4.8,4.4) and (4.9,3.4) .. (4.4,2.5) .. controls (4.2,1.8) and (5.7,1.8) .. (6.4,1.1) .. controls (7,0.6) and (6.7,0.1) .. (6.4,-0.2) .. controls (5.9,-0.4) and (6.2,-1.2) .. (5.9,-1.7) .. controls (7,-3) and (5.7,-4) .. (4.5,-3.9) .. controls (3.9,-4.6) and (1.8,-5.2) .. (0.5,-4.6) .. controls (0.4,-5.3) and (-1.6,-5.3) .. (-2.2,-4.4) .. controls (-3.3,-4.5) and (-4.4,-4.4) .. (-5.2,-3.6) .. controls (-6.8,-2.5) and (-6.5,-1.1) .. (-6,-0.6) .. controls (-5.9,-0.7) and (-5.8,-0.8) .. (-5.7,-0.7) .. controls (-5.6,0) and (-5.9,1.8) .. (-6.9,2.7) .. controls (-6.7,3.1) and (-6.2,3.1) .. (-6,2.9) .. controls (-5.1,3.5) and (-5.1,3) .. (-4.4,2); \draw [draw=#2, line width=#3pt] (0.5,-4.7) .. controls (-0.2,-4.6) and (-0.8,-4.4) .. (-1.1,-4.3) .. controls (-1.3,-3.6) and (-1.4,-3) .. (-1.9,-2.9) .. controls (-2.2,-2.5) and (-2.6,-2.2) .. (-3.6,-2.8) .. controls (-4,-2.3) and (-4.3,-1.6) .. (-4.5,-1.2) .. controls (-4.4,0.1) and (-4.2,-0.7) .. (-4,-0.9) .. controls (-3.9,-0.7) and (-3.7,-0.7) .. (-3.5,-0.9) .. controls (-3.6,-0.6) and (-3.4,-0.2) .. (-3.1,-0.2) .. controls (-2.9,0.2) and (-2.7,0.3) .. (-2.5,0) .. controls (-2.3,0.1) and (-2.1,0) .. (-2,-0.2) .. controls (-1.7,-0.2) and (-1.5,0) .. (-1.3,0.5) .. controls (-1.1,0.9) and (-0.9,1) .. (-0.7,0.6) .. controls (-0.5,0.6) and (-0.3,0.6) .. (-0.4,0.4) .. controls (0.1,0) and (0.2,1) .. (0.5,0.4) .. controls (0.7,0.4) and (0.8,0.3) .. (0.9,0.2) .. controls (1.1,0.2) and (1.3,0) .. (1.3,-0.1) .. controls (1.8,0.4) and (2,0) .. (2,-0.5) .. controls (2.8,-0.1) and (2.7,-0.5) .. (2.7,-0.6) .. controls (2.9,-0.6) and (3.1,-0.7) .. (3.1,-0.9) .. controls (3.1,-1.1) and (3.1,-1.4) .. (2.9,-1.7) .. controls (3,-2.2) and (3.5,-1.3) .. (4,-1.9) .. controls (3.7,-2.4) and (4.5,-2.4) .. (4.2,-2.9) .. controls (3.9,-2.9) and (3.8,-3.7) .. (2.6,-3.3) .. controls (2.3,-3.1) and (2,-3.1) .. (1.8,-3.3) .. controls (1.5,-3.2) and (1.1,-3.4) .. (0.9,-3.7) .. controls (0.8,-3.7) and (-0.3,-4.2) .. (-1.1,-4.3); \draw [draw=#2, line width=#3pt] (-1,-4.3) .. controls (-0.9,-4) and (-0.8,-3.8) .. (-0.7,-3.6) .. controls (-0.8,-3.4) and (-0.8,-3.2) .. (-0.6,-2.9) .. controls (-0.5,-2.8) and (-0.6,-2) .. (-0.8,-1.5) .. controls (-1,-0.4) and (-0.4,-0.7) .. (-0.5,-0.1); \draw [draw=#2, line width=#3pt] (-0.7,-1.9) .. controls (-0.5,-1.9) and (-0.4,-1.9) .. (0,-1.8) .. controls (0.2,-1.3) and (0.8,-1.5) .. (1.1,-1.64) .. controls (1.4,-1.5) and (1.5,-1.2) .. (1.6,-0.9); \draw [draw=#2, line width=#3pt] (-0.7,-3.1) .. controls (-0.8,-2.7) and (-1.1,-2.5) .. (-1.3,-2.7) .. controls (-1.7,-2.4) and (-2.06,-2.06) .. (-2.1,-1.8) .. controls (-2.1,-1.3) and (-2.9,-1.4) .. (-3.2,-1.1); \draw [draw=#2, line width=#3pt] (-0.8,-3.4) .. controls (-0.1,-3) and (0.5,-2.9) .. (0.9,-2.9) .. controls (2,-1.8) and (2.4,-2.8) .. (2.8,-2.4); \draw [draw=#2, line width=#3pt] (4.2,-2.9) .. controls (4.6,-3.1) and (4.8,-3.2) .. (5.1,-2.8) .. controls (5.8,-2.7) and (5.9,-2.5) .. (6,-1.9); \draw [draw=#2, line width=#3pt] (4,-1.9) .. controls (3.8,-1.3) and (4.6,-1.2) .. (4.3,-0.2) .. controls (4.6,0.4) and (4.6,0.7) .. (4.2,1.4) .. controls (4.1,2) and (3.2,2.5) .. (2.3,2.5) .. controls (2,2.7) and (1.6,3.2) .. (1.1,3.1) .. controls (0.5,3.5) and (0.2,3.4) .. (-0.1,3) .. controls (-0.5,3.6) and (-1.1,3) .. (-1.4,2.7) .. controls (-1.7,2.6) and (-2.4,2) .. (-2.64,1.84) .. controls (-2.9,1.6) and (-3.1,0.8) .. (-3.4,0.6) .. controls (-3.5,0.2) and (-3.6,-0.4) .. (-3.7,-0.8); \draw [draw=#2, line width=#3pt] (0.6,3.3) .. controls (1.8,3.8) and (2.3,3.4) .. (2.2,2.9) .. controls (2.16,2.79) and (2.3,2.6) .. (2.4,2.5); \draw [draw=#2, line width=#3pt] (-3.7,-0.8) .. controls (-5.3,1.2) and (-1.8,6.1) .. (1.7,3.5); \draw [draw=#2, line width=#3pt] (-4.4,2) .. controls (-4.4,1.8) and (-4.3,1.5) .. (-4.6,1.1) .. controls (-4.4,0.9) and (-4.2,0.8) .. (-4.1,0.5); \draw [draw=#2, line width=#3pt] (-5.7,-0.7) .. controls (-5.8,-1) and (-5.9,-1.5) .. (-5.7,-1.6) .. controls (-5.5,-1.6) and (-5.4,-1.9) .. (-5.3,-2.3) .. controls (-4.8,-2.3) and (-4.4,-2.3) .. (-4.2,-2.9) .. controls (-4,-3) and (-3.7,-2.9) .. (-3.6,-2.8); \draw [draw=#2, line width=#3pt] (-5.3,-2.3) .. controls (-5.1,-1.7) and (-5.1,-1.3) .. (-5.2,-0.8) .. controls (-4.7,0.1) and (-5.3,0.6) .. (-5.5,1.3); \draw [draw=#2, line width=#3pt] (-5.1,-1.2) .. controls (-4.8,-1.1) and (-4.7,-0.7) .. (-4.8,-0.4) .. controls (-4.7,-0.1) and (-4.7,0.2) .. (-4.8,0.4) .. controls (-4.7,0.8) and (-4.8,1.3) .. (-5.1,2.1); \draw [draw=#2, line width=#3pt] (1.9,0.1) .. controls (2,0.8) and (2,1.4) .. (1.5,1.6) .. controls (1.3,2.3) and (0.5,2.4) .. (-0.3,2.5) .. controls (-0.6,2.8) and (-0.8,2.8) .. (-1.4,2.7); \draw [draw=#2, line width=#3pt] (1.8,1.3) .. controls (1.8,1.6) and (1.7,2) .. (1.7,2.3) .. controls (1.6,2.5) and (1.5,2.7) .. (1.3,2.8); \draw [draw=#2, line width=#3pt] (2,1) .. controls (1.9,1.1) and (1.6,1.2) .. (1.3,1.3) .. controls (1.1,1.5) and (0.6,1.6) .. (0.1,1.37) .. controls (-0.5,1.6) and (-1.2,1.5) .. (-1.4,1.2) .. controls (-1.7,1.1) and (-2,1) .. (-2.3,1); \draw [draw=#2, line width=#3pt] (-2.7,-4.3) .. controls (-2.9,-4.1) and (-3.4,-3.8) .. (-3.8,-3.8) .. controls (-4.2,-3.6) and (-4.3,-3.5) .. (-4.4,-3.2); \draw [draw=#2, line width=#3pt] (-3.4,-3.88) .. controls (-4.1,-3.9) and (-4.6,-3.7) .. (-4.8,-3.5) .. controls (-5.5,-3.2) and (-5.1,-2.5) .. (-5.6,-2.3); \draw [draw=#2, line width=#3pt] (-3.2,-4) .. controls (-3.1,-3.7) and (-3,-3.5) .. (-2.84,-3.36) .. controls (-2.8,-3.2) and (-2.9,-3) .. (-2.9,-3); \draw [draw=#2, line width=#3pt] (-3.7,2) .. controls (-3.5,2.3) and (-3.2,2.6) .. (-2.7,2.5) .. controls (-2.3,3) and (-1.9,3.3) .. (-1.6,3.3); \draw [draw=#2, line width=#3pt] (-3,3) .. controls (-3.2,3.1) and (-3.3,3.4) .. (-3.3,3.6) .. controls (-3.5,3.7) and (-3.7,3.8) .. (-3.8,3.9); \draw [draw=#2, line width=#3pt] (-1.7,3.9) .. controls (-1.7,4.1) and (-1.7,4.3) .. (-1.6,4.4) .. controls (-1.5,4.5) and (-1.5,4.7) .. (-1.5,4.9); \draw [draw=#2, line width=#3pt] (0.1,4.2) .. controls (0.1,4.4) and (0.3,4.5) .. (0.8,4.5) .. controls (1,4.6) and (1.1,4.8) .. (1.1,4.9); \draw [draw=#2, line width=#3pt] (2.3,-0.4) .. controls (2.4,0.1) and (2.8,0.5) .. (3.1,0.5) .. controls (3.2,0.8) and (3.1,1.1) .. (3.1,1.6); \draw [draw=#2, line width=#3pt] (4.1,-2.4) .. controls (4.2,-2.2) and (4.4,-2) .. (4.5,-1.8) .. controls (5.1,-1.8) and (4.4,-1) .. (5.1,-0.6) .. controls (5.6,0.3) and (4.9,0.7) .. (5.3,1.1); \draw [draw=#2, line width=#3pt] (3.6,2.1) .. controls (3.6,2.4) and (3.4,2.7) .. (3.4,2.9) .. controls (3.6,3.1) and (3.5,3.5) .. (3.2,3.6); \draw [draw=#2, line width=#3pt] (3.1,-4.6) .. controls (3,-4.3) and (2.7,-4.1) .. (2.4,-4) .. controls (2.3,-4) and (2.1,-3.9) .. (2.1,-3.7); \draw [draw=#2, line width=#3pt] (5.3,-3.4) -- (4.4,-4); \draw [draw=#2, line width=#3pt] (4.2,-3.2) .. controls (4.1,-3.4) and (4.1,-3.6) .. (4.3,-3.7) .. controls (4.2,-3.9) and (4.1,-4.1) .. (3.9,-4.3); \draw [draw=#2, line width=#3pt] (-2.4,3.58) .. controls (-2.1,3.5) and (-1.8,3.6) .. (-1.7,3.7) .. controls (-1.6,3.7) and (-1.1,3.7) .. (-0.8,3.8) .. controls (-0.6,3.9) and (-0.2,3.9) .. (-0.1,3.7); \end{tikzpicture} } \newcommand{\fcChive}[3] { \begin{tikzpicture}[scale = #1] \draw[draw=#2, line width=#3pt] (-3.1,0.5) .. controls (-3.5,0.39) and (-4,0.6) .. (-3.9,0.9) .. controls (-4.5,3.4) and (-6.6,2.7) .. (-6.8,1.3) .. controls (-6.8,1.1) and (-6.8,1) .. (-6.8,0.9) .. controls (-8.1,0.9) and (-8.9,0.2) .. (-8.6,-1.2) .. controls (-8.4,-1.6) and (-8.1,-1.7) .. (-7.9,-1.7) .. controls (-8,-1.9) and (-7.8,-2.3) .. (-7.3,-2.58) .. controls (-6.9,-2.9) and (-4.5,-3) .. (-4.8,-1.3) .. controls (-3.7,-0.9) and (-0.6,-0.5) .. (0.4,-0.7) .. controls (1,-0.7) and (1.3,-1.3) .. (2.1,-1.3) .. controls (3.2,-1.2) and (4.2,-0.9) .. (4.9,-1.7) .. controls (6.2,-2.1) and (6.5,-1.7) .. (5.5,-1.4) .. controls (5.2,-1.3) and (4.9,-1.2) .. (4.5,-0.9) node (v1) {} .. controls (4.9,-0.7) and (6.3,-0.8) .. (7.1,-1.2) .. controls (8.7,-1.8) and (8.7,-1.2) .. (7.7,-1) .. controls (7.4,-0.9) and (6.7,-0.7) .. (6,-0.6) .. controls (5.5,-0.5) and (3.6,-0.6) .. (2.7,-0.7) .. controls (2.3,-0.6) and (1.3,-0.2) .. (0.5,-0.2) .. controls (2,-0.1) and (3.5,-0.1) .. (4.7,0.1) .. controls (5.4,0.2) and (6.2,0.1) .. (6.6,-0.2) .. controls (9,-0.9) and (9.6,-0.3) .. (7.9,-0.1) .. controls (7.4,0.3) and (6.4,0.3) .. (5.9,0.5) .. controls (6.7,0.7) and (7.9,0.7) .. (8.4,0.9) .. controls (9.4,1.4) and (8.8,1.4) .. (8.2,1.3) .. controls (8,1.2) and (7.2,1.2) .. (6.3,0.9) .. controls (5.5,1) and (4.3,1) .. (3.7,0.9) .. controls (3.4,0.9) and (3.4,1.1) .. (3.9,1.2) .. controls (4.7,1.3) and (6,1.7) .. (6.8,2) .. controls (7.5,2.4) and (7.5,2.4) .. (6.6,2.2) .. controls (5.8,2) and (4.9,1.8) .. (4,1.6) .. controls (3.8,1.5) and (2.8,1.8) .. (2.4,1.6) .. controls (4,2) and (4.5,2.2) .. (4.8,2.5) .. controls (5.4,2.9) and (5,3) .. (4.1,2.4) .. controls (1.7,1.8) and (1.3,1.8) .. (0.9,1.7) .. controls (0.7,1.7) and (0.2,1.7) .. (-0.1,1.5) .. controls (-0.7,1.2) and (-2.3,0.8) .. (-3.1,0.5); \draw [draw=#2, line width=#3pt](-7.9,-1.7) .. controls (-7.7,0.1) and (-6,0.5) .. (-4.9,-0.6) (-4.9,-0.6) .. controls (-4.3,-0.5) and (-3.3,-0.4) .. (-2.3,-0.3) .. controls (-1.4,-0.1) and (-0.1,-0.1) .. (0.5,-0.1) .. controls (1.5,0) and (3.3,0.4) .. (3.6,0.4) .. controls (4.2,0.4) and (5.2,0.5) .. (5.9,0.5); \draw[draw=#2, line width=#3pt] (-6.8,0.9) .. controls (-6.5,0.6) and (-5.7,0.1) .. (-4.9,0.15) .. controls (-3.9,0.1) and (-2.2,0.4) .. (-1.6,0.7) .. controls (-0.6,0.9) and (0.8,1.3) .. (2.3,1.6) .. controls (2.5,1.7) and (2.9,1.8) .. (4.5,2.2); \draw[draw=#2, line width=#3pt] (3.2,-0.6) .. controls (3.56,-0.24) and (4.5,0.1) .. (5,-0.5); \draw [draw=#2, line width=#3pt](4.8,0.1) .. controls (5.1,-0.1) and (5.5,-0.3) .. (6.2,-0.6); \draw [draw=#2, line width=#3pt](5.6,-0.8) .. controls (6.4,-1.9) and (7.1,-1.7) .. (6.3,-0.9); \draw[draw=#2, line width=#3pt] (-3.7,-0.4) .. controls (-3.3,-0.1) and (-2.7,0) .. (-2.1,0.1) .. controls (-1.7,0.1) and (-0.7,0.3) .. (0,0.7) .. controls (0.5,0.7) and (2.3,0.9) .. (3,1.1) .. controls (3,1) and (3.2,1) .. (3.6,0.9); \draw[draw=#2, line width=#3pt] (-7.7,-2.3) .. controls (-7.62,-2.1) and (-7.8,-2) .. (-7.85,-2.05); \draw [draw=#2, line width=#3pt](-7.9,-1.8) .. controls (-7.6,-1.9) and (-7.4,-2.2) .. (-7.5,-2.5); \draw [draw=#2, line width=#3pt](-6.1,-2.5) .. controls (-5.6,-2.5) and (-5.3,-2.2) .. (-5,-1.9); \draw [draw=#2, line width=#3pt](-6.3,-2.3) .. controls (-5.8,-2.3) and (-5.6,-2.2) .. (-5.5,-2.1); \draw [draw=#2, line width=#3pt](-6.1,-2.1) .. controls (-5.8,-2.1) and (-5.7,-2.1) .. (-5.5,-2); \draw[draw=#2, line width=#3pt] (-6.5,-0.5) .. controls (-6.3,-0.4) and (-6,-0.4) .. (-5.7,-0.4); \draw [draw=#2, line width=#3pt](-6.6,-0.4) .. controls (-6.5,-0.3) and (-6.2,-0.2) .. (-5.9,-0.2); \draw[draw=#2, line width=#3pt] (-7.3,-0.6) .. controls (-7,-0.4) and (-6.6,-0.2) .. (-6.2,-0.14); \draw[draw=#2, line width=#3pt] (-8.6,-1.1) .. controls (-8.4,-1.2) and (-8.1,-1.4) .. (-7.9,-1.6); \draw[draw=#2, line width=#3pt] (-7.9,0.5) .. controls (-7.6,0.7) and (-7.2,0.7) .. (-6.9,0.7); \draw[draw=#2, line width=#3pt] (-7.5,0.3) .. controls (-7.2,0.4) and (-6.9,0.4) .. (-6.7,0.5); \draw[draw=#2, line width=#3pt] (-5.1,2.2) .. controls (-4.7,2.1) and (-4.4,1.8) .. (-4.2,1.4); \draw [draw=#2, line width=#3pt](-5.3,1.9) .. controls (-4.9,1.8) and (-4.6,1.5) .. (-4.4,1.2); \draw[draw=#2, line width=#3pt] (-5.9,0.6) .. controls (-5.6,0.4) and (-5.2,0.3) .. (-5,0.3); \draw[draw=#2, line width=#3pt] (-0.3,0.1) .. controls (-0.1,0.1) and (0.3,0.3) .. (0.6,0.4) .. controls (0.9,0.4) and (1.3,0.3) .. (1.9,0.3) .. controls (2.2,0.3) and (2.8,0.4) .. (3.5,0.4); \draw[draw=#2, line width=#3pt] (-4.7,-0.6) -- (-4.9,-0.5) -- (-4.5,-0.3) -- (-4.9,-0.2) -- (-4.5,0.1); \draw[draw=#2, line width=#3pt] (-4.4,-1.2) -- (-4.2,-1) -- (-4.3,-0.9) -- (-4,-0.8) -- (-4.2,-0.5); \draw [draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(2.1,-0.8) (2.4,-0.9) (3.2,-1) (v1)}; \draw[draw=#2, line width=#3pt] (-7.8,-2.2) -- (-8.1,-2.4); \draw[draw=#2, line width=#3pt] (-7.9,-2) -- (-8.2,-2.1); \draw[draw=#2, line width=#3pt] (-7.8,-2.1) -- (-8.2,-2.3); \draw[draw=#2, line width=#3pt] (-9,-1.3) .. controls (-8.9,-1.4) and (-8.7,-1.4) .. (-8.5,-1.2); \draw[draw=#2, line width=#3pt] (-8.8,-1.7) .. controls (-8.7,-1.6) and (-8.7,-1.5) .. (-8.5,-1.3); \draw [draw=#2, line width=#3pt](-8.6,-1.8) .. controls (-8.6,-1.8) and (-8.5,-1.7) .. (-8.5,-1.35); \end{tikzpicture} } \newcommand{\fcOnion}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt] (-1.2,-2.03) ellipse (3.7961 and 3.761); \draw[draw=#2, line width=#3pt] (2,-2) .. controls (2,-2.6) and (1.8,-3.5) .. (1.1,-4); \draw[draw=#2, line width=#3pt] (1.5,-2.3) .. controls (1.2,-3.1) and (0.6,-3.9) .. (-0.2,-4.6); \draw[draw=#2, line width=#3pt] (0.8,-3.2) .. controls (0.4,-3.5) and (0,-3.8) .. (-0.6,-4); \draw [draw=#2, line width=#3pt] (0.8,-2.1) .. controls (0.5,-2.9) and (0,-3.4) .. (-0.6,-3.8); \draw[draw=#2, line width=#3pt] (-3.6,-1.8) .. controls (-3.6,-2.3) and (-3.5,-2.6) .. (-3.4,-3); \draw[draw=#2, line width=#3pt] (-3.9,-0.9) .. controls (-4.2,-1.6) and (-4,-2.3) .. (-3.8,-3); \draw [draw=#2, line width=#3pt] (-3.5,0.2) .. controls (-4.4,-0.8) and (-4.5,-1.7) .. (-4.3,-2.6); \draw[draw=#2, line width=#3pt] (-3.4,-5.1) .. controls (-3.6,-5.5) and (-3.9,-5.6) .. (-4.1,-5.6); \draw[draw=#2, line width=#3pt] (-2.6,-5.5) .. controls (-2.6,-5.9) and (-2.7,-6.3) .. (-2.7,-6.5); \draw[draw=#2, line width=#3pt] (-2.2,-5.7) .. controls (-2.2,-6.1) and (-2,-6.4) .. (-1.9,-6.7); \draw[draw=#2, line width=#3pt] (-3.1,-5.27) .. controls (-3.1,-5.5) and (-3.3,-5.8) .. (-3.6,-6); \draw[draw=#2, line width=#3pt] (1.7,0.4) .. controls (1.2,0.9) and (1.1,1.3) .. (1.7,1.9) .. controls (1.5,1.7) and (1,1.5) .. (0.7,1.4) .. controls (1,1.8) and (1.1,2.2) .. (1.3,2.7) .. controls (0.7,2.5) and (-0.1,1.4) .. (-0.4,2.3) .. controls (-0.5,2) and (-0.5,1.8) .. (-0.7,1.6); \draw[draw=#2, line width=#3pt] (-0.2,2) .. controls (-0.1,2.7) and (-0.4,3.6) .. (-0.7,4.2) .. controls (-0.2,4) and (0.2,3.4) .. (0.3,2.1) .. controls (0.3,2.7) and (0.4,4.4) .. (1.7,5.9) .. controls (1.7,4.9) and (1,3.5) .. (0.8,2.5); \draw [draw=#2, line width=#3pt] (1.4,4.5) .. controls (2.4,5.7) and (3.5,6.5) .. (4.4,7.1) .. controls (3.8,6) and (2.2,4) .. (1.2,2.7) .. controls (1.8,3.4) and (2.4,3.9) .. (3.1,4) .. controls (2.4,3.5) and (1.5,2.4) .. (0.7,1.4) .. controls (1.5,2.1) and (1.8,2.2) .. (1.7,1.9); \draw[draw=#2, line width=#3pt] (-2.9,-5.1) .. controls (-2.6,-5.2) and (-2.2,-5.5) .. (-1.7,-5.7); \draw[draw=#2, line width=#3pt] (-2.9,-5.4) .. controls (-2.8,-5.7) and (-3,-5.9) .. (-3.2,-6.1); \draw[draw=#2, line width=#3pt] (-1.8,-5.8) .. controls (-1.7,-6) and (-1.6,-6.3) .. (-1.4,-6.4); \end{tikzpicture} } \newcommand{\fcAubergine}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt,rotate=-30] (-8.3044,1.34) ellipse (0.3 and 0.38); \draw [draw=#2, line width=#3pt] (-6.36,5.63) .. controls (-5.8,5.1) and (-4.8,4.3) .. (-4.5,4.69) .. controls (-4,4.9) and (-3.9,5.5) .. (-4.9,5.95) .. controls (-4,6.2) and (-3.3,5.7) .. (-3.38,5.1) .. controls (-3.43,4.94) and (-3.6,4.8) .. (-3.9,4.56) .. controls (-3.3,4.8) and (-2.8,4.7) .. (-2.8,5.5) .. controls (-2.1,5.3) and (-2.1,4.3) .. (-2.5,3.8) .. controls (-2.8,3.6) and (-3.3,3.5) .. (-3.9,3.6) .. controls (-3.3,3.4) and (-2.8,3.2) .. (-2.3,3.25) .. controls (-2.4,2.9) and (-3,2.7) .. (-3.8,2.8) .. controls (-3.6,2.4) and (-3.9,1.5) .. (-4.7,1.5) .. controls (-4.5,1.8) and (-4.2,2.5) .. (-4.6,2.9) .. controls (-4.9,1.5) and (-6.7,1.3) .. (-7.2,2.37) .. controls (-6.5,2.2) and (-5.8,2.2) .. (-5.5,2.7) .. controls (-6.1,2.4) and (-7,3) .. (-7.02,3.57) .. controls (-5.8,3.1) and (-5.3,3.8) .. (-5.6,4.2) .. controls (-6.2,4.7) and (-5.9,4.5) .. (-6.78,4.97); \draw [draw=#2, line width=#3pt](-2.5,3.8) .. controls (-1.4,2.9) and (1.1,1.6) .. (3.5,0.7) .. controls (8.3,-0.6) and (7.4,-5.2) .. (3.1,-5.4) .. controls (-0.1,-5.7) and (-4.3,-1.2) .. (-5.5,1.74); \draw [draw=#2, line width=#3pt] (5.6,-1.6) .. controls (5.9,-2.2) and (5.8,-2.8) .. (5.5,-3.4); \draw [draw=#2, line width=#3pt](5.25,-1.07) .. controls (5.45,-1.25) and (5.55,-1.95) .. (5.54,-2.47); \draw [draw=#2, line width=#3pt](4.79,-0.91) .. controls (5.1,-1.3) and (5.23,-1.67) .. (5.25,-2.21); \draw [draw=#2, line width=#3pt](4.4,-0.7) .. controls (4.6,-0.98) and (4.8,-1.2) .. (4.66,-1.44); \draw [draw=#2, line width=#3pt] (-1.5,2.4) .. controls (-1.2,2.2) and (-1.1,1.4) .. (-1.17,1); \draw [draw=#2, line width=#3pt] (-1.76,2.7) .. controls (-1.65,2.35) and (-1.57,2.13) .. (-1.51,1.88); \draw [draw=#2, line width=#3pt](-2,2.7) .. controls (-1.9,2.6) and (-1.89,2.41) .. (-1.9,2.1); \draw [draw=#2, line width=#3pt](-5.5,4) .. controls (-5.37,3.53) and (-4.9,3.11) .. (-4.4,3.5); \draw [draw=#2, line width=#3pt] (-4.5,4.68) .. controls (-4.3,4.5) and (-4.07,4.33) .. (-4.17,3.93); \draw [draw=#2, line width=#3pt] (-7.2,2.4) .. controls (-6.7,1.8) and (-5.3,2.1) .. (-5.1,2.8); \draw [draw=#2, line width=#3pt] (-7.03,3.58) .. controls (-6.6,3.27) and (-6,2.9) .. (-5.4,3.3); \draw [draw=#2, line width=#3pt](-3.5,4.1) .. controls (-3.1,4.1) and (-2.2,4.4) .. (-2.57,5.4); \draw [draw=#2, line width=#3pt](-4.6,3.7) .. controls (-4.3,3.9) and (-4.3,4.3) .. (-4.7,4.6); \draw [draw=#2, line width=#3pt] (-4,4.7) .. controls (-3.6,5.3) and (-4.07,5.93) .. (-4.91,5.95); \draw [draw=#2, line width=#3pt] (-3.9,3.4) .. controls (-3.6,3.4) and (-3.3,3.2) .. (-3.14,3.1) .. controls (-2.8,2.91) and (-2.6,3.1) .. (-2.3,3.25); \draw [draw=#2, line width=#3pt] (-4.15,2.8) .. controls (-4,2.3) and (-4.2,1.7) .. (-4.7,1.5); \draw [draw=#2, line width=#3pt] (-3.8,2.8) .. controls (-3.9,3) and (-4,3.1) .. (-4.2,3.3); \end{tikzpicture} } \newcommand{\CarrotA}[3] { \begin{tikzpicture}[scale = #1] \draw[draw=#2, line width=#3pt] (-4.2,3) .. controls (-4.2,2.6) and (-4.2,2.4) .. (-4.13,2) .. controls (-4,1.6) and (-3.65,0.49) .. (-3.5,0.07) .. controls (-3.3,-0.2) and (-3,-0.33) .. (-2.9,-1.3) .. controls (-3.2,-1.4) and (-3.9,-2.4) .. (-4.2,-4) .. controls (-4.3,-4.2) and (-5.1,-4) .. (-4.9,-5) .. controls (-4.6,-4.9) and (-4.4,-5.1) .. (-4.2,-5.1) .. controls (-3.7,-5.3) and (-3.8,-4.5) .. (-3.72,-4.01) .. controls (-2.8,-4.8) and (-2.3,-3.8) .. (-3.2,-3.8) .. controls (-4.3,-3.6) and (-2.4,-1.5) .. (-2.1,-1.8); \draw[draw=#2, line width=#3pt] (-2.45,-1.87) .. controls (-2.4,-2.2) and (-2.3,-2.6) .. (-1.9,-2.7) .. controls (-2.2,-2.9) and (-0.5,-5.4) .. (0.2,-5.05) .. controls (-0.3,-5.3) and (-0.83,-5.37) .. (-1,-5.2) .. controls (-0.7,-5.9) and (0,-6.9) .. (0.6,-7.7) .. controls (0.8,-6.5) and (0.9,-6.1) .. (1,-5.7) .. controls (0.7,-4.4) and (1.6,-2.7) .. (1.2,-2.2) .. controls (1.3,-2) and (1.5,-1.5) .. (1.4,-0.6) .. controls (1.2,0) and (2,-0.1) .. (2,0.5) .. controls (2.1,0.8) and (1.4,0.8) .. (1.6,0.8) .. controls (1.8,1.6) and (1.6,1.7) .. (1.7,2.3) .. controls (1.7,3) and (1.3,3.6) .. (1.1,4.1) .. controls (0.3,4.9) and (-1.1,4.8) .. (-1.1,4.6); \draw [draw=#2, line width=#3pt](-1.5,-3.7) .. controls (-1.3,-4.4) and (-1.1,-4.8) .. (-0.2,-5); \draw [draw=#2, line width=#3pt](-1.27,-4.4) -- (-1,-5.2); \draw[draw=#2, line width=#3pt] (0.9,-6) .. controls (0.6,-6.1) and (0.3,-6.1) .. (0,-6) .. controls (0.4,-5.8) and (0.7,-5.5) .. (0.9,-5.2); \draw [draw=#2, line width=#3pt](1,-4.5) .. controls (0.8,-4.6) and (0.5,-4.7) .. (0.1,-4.7) .. controls (0.5,-4.4) and (0.9,-4.1) .. (1.1,-3.8); \draw[draw=#2, line width=#3pt] (0.2,-4.1) .. controls (0.1,-4.4) and (-0.6,-4.5) .. (-1,-4) .. controls (-0.6,-4.1) and (-0.2,-4.1) .. (0.2,-4.1); \draw[draw=#2, line width=#3pt] (-0.5,-3.6) .. controls (0.2,-3.6) and (0.7,-3.5) .. (1.1,-3) .. controls (0.7,-3.2) and (0.1,-3.4) .. (-0.5,-3.6); \draw[draw=#2, line width=#3pt] (-1.6,-2.7) .. controls (-1.2,-2.9) and (-0.6,-3) .. (-0.2,-2.7) .. controls (-0.8,-2.8) and (-1.2,-2.8) .. (-1.6,-2.7); \draw[draw=#2, line width=#3pt] (-0.2,-1.7) .. controls (0,-1.5) and (0.4,-1.3) .. (0.7,-1.1) .. controls (0.6,-1.5) and (0.3,-1.6) .. (-0.2,-1.7); \draw[draw=#2, line width=#3pt] (-2.8,-0.4) .. controls (-2.3,-0.6) and (-2,-0.7) .. (-1.7,-0.7) .. controls (-1.5,-0.6) and (-1.2,-0.5) .. (-1.1,-0.5) .. controls (-1.4,-0.3) and (-1.9,-0.4) .. (-2.8,-0.4); \draw[draw=#2, line width=#3pt] (-3.8,2.2) .. controls (-3.5,1.9) and (-2.8,1.6) .. (-2,1.8) .. controls (-2.5,1.9) and (-3.1,2) .. (-3.8,2.2); \draw [draw=#2, line width=#3pt](-0.31,1.3) ellipse (0.5 and 0.6); \draw[draw=#2, line width=#3pt] (1.6,0.8) .. controls (0.7,1) and (0.4,2) .. (0.9,2.2) .. controls (1.4,2.3) and (1.4,1.5) .. (1.1,1); \draw [draw=#2, line width=#3pt](1.8,0.1) .. controls (0.9,-0.1) and (0.5,0.1) .. (0.5,0.6); \draw[draw=#2, line width=#3pt] (0.8,0) .. controls (-0.1,0) and (-0.7,0) .. (-1.1,0.2) .. controls (-0.1,-1.4) and (0.8,-1.2) .. (1.11,0); \draw [draw=#2, line width=#3pt,fill=black](-1.3,1.8) .. controls (-1,2.4) and (-0.6,2.9) .. (-0.2,2.7) .. controls (-0.4,3.7) and (-1.4,3.6) .. (-1.3,1.8); \draw[draw=#2, line width=#3pt,fill=black] (0.6,2.8) .. controls (0.5,3.7) and (1,4) .. (1.3,3.2) .. controls (1,3.2) and (0.8,3.1) .. (0.6,2.8); \draw[draw=#2, line width=#3pt] (-4.2,3) .. controls (-4,4) and (-2.8,4.4) .. (-2,4.7); \draw [draw=#2, line width=#3pt](-1.3,3.8) .. controls (-1.1,4.1) and (-0.9,4.1) .. (-0.8,4) .. controls (-1.5,4.8) and (-1,5.5) .. (-0.8,6.2) .. controls (-1,6) and (-1.3,5.9) .. (-1.28,5.5) .. controls (-1.5,5.5) and (-0.7,6.8) .. (-0.3,7.1) .. controls (-0.1,7.8) and (-2.5,5.6) .. (-1.2,3.9) .. controls (-2.3,5.9) and (-1.7,6.3) .. (-0.6,7.6); \draw [draw=#2, line width=#3pt](-1.1,4.6) .. controls (-1.3,4.9) and (-1.3,5.3) .. (-1.3,5.5); \draw [draw=#2, line width=#3pt](-1.2,3.9) .. controls (-1.7,4.3) and (-2.3,5.1) .. (-2.9,5.9) .. controls (-3.4,6.9) and (-3.4,7.3) .. (-2.62,6.2) .. controls (-2.5,5.8) and (-2.3,5.5) .. (-1.9,4.7); \draw[draw=#2, line width=#3pt] (-2.5,5.9) -- (-2.6,6.8) -- (-2.3,7) -- (-2.3,6.1); \draw[draw=#2, line width=#3pt] (-2.3,6.1) .. controls (-2.1,5.5) and (-1.9,5.1) .. (-1.5,4.8); \draw[draw=#2, line width=#3pt] (-2.3,6.1) .. controls (-2,6.6) and (-1.8,6.8) .. (-1.6,7) .. controls (-1.6,6.7) and (-1.8,6) .. (-1.7,5.3); \draw [draw=#2, line width=#3pt](-2,6.5) .. controls (-2.1,7.6) and (-1.6,7.9) .. (-1.8,6.8); \draw [draw=#2, line width=#3pt](1.4,-1) .. controls (1.9,-1.1) and (2.9,-0.6) .. (2.9,-0.3) .. controls (2.1,0.6) and (3.6,1.2) .. (3.2,-0.4) .. controls (4.2,0.2) and (5,0.5) .. (4.8,-0.4) .. controls (5.1,-0.5) and (4.9,-1.1) .. (4.5,-0.8) .. controls (4.3,-0.7) and (3.7,-0.5) .. (4.1,-1) .. controls (4.4,-1.4) and (3.8,-1.5) .. (3.4,-0.8) .. controls (3.1,-0.7) and (2.5,-2) .. (1.43,-1.61); \draw [fill=black] (-0.5,1.3) ellipse (0.1 and 0.1); \draw [fill=black] (1,1.7) ellipse (0.1 and 0.1); \draw [draw=#2, line width=#3pt](-4.4,-4.4) -- (-4.9,-4.7); \draw [draw=#2, line width=#3pt](-4.3,-5) -- (-4.1,-4.3); \draw [draw=#2, line width=#3pt] (3.8,-0.3) -- (4.8,-0.3); \draw [draw=#2, line width=#3pt](-0.5,7.1) -- (-0.6,7.6); \end{tikzpicture} } \newcommand{\fcTomato}[3] { \begin{tikzpicture}[scale = #1] \draw[draw=#2, line width=#3pt] (-1.86,4.6) .. controls (-7.8,2.8) and (-5.8,-2.8) .. (-2.8,-3.7) (-2.8,-3.7) .. controls (0.7,-5.1) and (3.9,-3.9) .. (4.7,-2.12); \draw [draw=#2, line width=#3pt] (-0.6,1.1) ellipse (1.1 and 1); \draw[draw=#2, line width=#3pt] (-3.5,1.36) ellipse (1 and 0.8); \draw [draw=#2, line width=#3pt] (-2.47,1.3) .. controls (-2.6,0.6) and (-3.5,0.3) .. (-3.6,0) .. controls (-3.2,-0.64) and (-2.6,-0.7) .. (-1.8,-0.2); \draw [draw=#2, line width=#3pt,fill=black](-0.2,1.2) ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt,fill=black](-3,1.5) ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt] (-4.5,0.6) .. controls (-5.4,0.1) and (-4.2,-0.36) .. (-3.6,-0.66) .. controls (-2.1,-1.1) and (-0.6,-1) .. (1.4,0.1) .. controls (0.8,-0.6) and (-0.8,-1.8) .. (-1.3,-2) .. controls (-2.7,-2.6) and (-3.7,-1.9) .. (-4,-0.5); \draw [draw=#2, line width=#3pt] (-1.2,2.7) .. controls (-0.6,2.56) and (0,2.4) .. (0.6,2.1) .. controls (0.6,3) and (-0.6,3.8) .. (-1.21,2.7); \draw [draw=#2, line width=#3pt] (-4,2.4) .. controls (-3.4,2.8) and (-2.9,2.8) .. (-2.5,2.6) .. controls (-2.3,3.7) and (-4.1,3.3) .. (-4,2.4); \draw [draw=#2, line width=#3pt](5.23,-1.75) .. controls (6.2,1.4) and (4.8,3.5) .. (2.4,4.2); \draw [draw=#2, line width=#3pt] (2.4,-5.2) ellipse (1.9 and 1); \draw [draw=#2, line width=#3pt](-2.6,-4.3) .. controls (-2.4,-4.5) and (-1.7,-4.5) .. (-1.4,-4.3) .. controls (-0.8,-4.6) and (-0.9,-5) .. (-2,-5) .. controls (-8.1,-8) and (-7,-2.6) .. (-2.6,-4.3); \draw [draw=#2, line width=#3pt] (5.24,-1.78) .. controls (5.4,-2.2) and (5.7,-2.3) .. (5.8,-2.3) .. controls (6.1,-1.9) and (6.4,-1.6) .. (6.6,-1) .. controls (7.1,-1.1) and (6.7,-1.9) .. (6.63,-2.2) .. controls (7.2,-1.9) and (8.2,-2.1) .. (8.1,-2.61) .. controls (7.7,-2.5) and (7.2,-2.5) .. (7,-2.5) .. controls (7.5,-2.7) and (8.1,-3.4) .. (7.5,-3.5) .. controls (7.4,-3.3) and (6.9,-2.9) .. (6.6,-2.8) .. controls (7,-3.2) and (7,-3.6) .. (6.7,-3.8) .. controls (6.5,-3.5) and (6.5,-3.3) .. (6.3,-3) .. controls (6.1,-2.9) and (5.4,-2.9) .. (4.6,-2.2); \draw [draw=#2, line width=#3pt] (-5.1,-1.7) .. controls (-6,-2.1) and (-6.6,-2.3) .. (-6.4,-3.5) .. controls (-7,-3.9) and (-6.8,-3.2) .. (-6.8,-2.9) .. controls (-7.4,-3.7) and (-7.9,-3.2) .. (-7.3,-2.7) .. controls (-8.2,-2.9) and (-7.9,-2.1) .. (-7.5,-2.3) .. controls (-6.8,-2.1) and (-6.6,-1.9) .. (-6.7,-1.8) .. controls (-7.9,-1.3) and (-7.1,-0.6) .. (-6.3,-1.6) .. controls (-6,-1.6) and (-5.7,-1.5) .. (-5.24,-1.3); \draw [draw=#2, line width=#3pt](-3.6,-2.1) .. controls (-3.3,-2.7) and (-2.2,-3.3) .. (-1.2,-3.4); \draw [draw=#2, line width=#3pt] (0.9,3.4) .. controls (1.6,3.3) and (2.3,4) .. (2.7,4.5) .. controls (2,4.2) and (1.6,3.9) .. (1.1,4.1); \draw [draw=#2, line width=#3pt] (2.2,4.2) .. controls (2.5,4.6) and (2.7,5.1) .. (2.7,5.6) .. controls (2.2,5.2) and (1.8,4.8) .. (1.4,4.5) .. controls (1.3,4.54) and (1.1,4.53) .. (0.9,4.5) .. controls (0.8,4.9) and (1,5.1) .. (1.5,5.5) .. controls (0.8,5.8) and (0.4,5.3) .. (0.3,4.5); \draw [draw=#2, line width=#3pt] (0.7,5.26) .. controls (0.5,5.5) and (0.4,5.7) .. (0.5,6.1) .. controls (-0.2,6) and (-0.5,5) .. (-0.3,4.4) .. controls (-0.8,4.6) and (-1.4,5) .. (-1.4,5.5); \draw [draw=#2, line width=#3pt] (0.9,3.4) .. controls (0.6,3.7) and (0.4,3.8) .. (-0.1,3.6) .. controls (-0.8,3.8) and (-1.3,4.1) .. (-1.3,5.1); \draw [draw=#2, line width=#3pt] (-0.9,3.9) .. controls (-1.4,4.1) and (-2.2,4.4) .. (-2.2,6.1); \draw [draw=#2, line width=#3pt] (-1.44,5.54) .. controls (-1.8,5) and (-1.9,4.7) .. (-1.9,4.48); \draw [draw=#2, line width=#3pt] (-2.2,6.08) .. controls (-2,5.6) and (-1.8,5.3) .. (-1.6,5.2); \end{tikzpicture} } \newcommand{\fcBellPepper}[3] { \begin{tikzpicture}[scale = #1] \draw[draw=#2, line width=#3pt] (-0.2,0.2) ellipse (0.7 and 0.8); \draw [draw=#2, line width=#3pt](1.7,0.18) ellipse (0.6 and 0.7); \draw [draw=#2, line width=#3pt,fill=black] (-0.6,0.2) ellipse (0.1 and 0.1); \draw [draw=#2, line width=#3pt,fill=black] (1.38,0.16) ellipse (0.1 and 0.1); \draw[draw=#2, line width=#3pt] (-1,3.5) .. controls (-0.8,4.7) and (-0.3,5.2) .. (0.5,5.2); \draw[draw=#2, line width=#3pt] (0.9,5.8) .. controls (1.7,6) and (2.7,5.2) .. (2.7,3.4); \draw[draw=#2, line width=#3pt] (-2,5.6) .. controls (-3.8,4.8) and (-4.6,3.4) .. (-3.4,1.7); \draw[draw=#2, line width=#3pt] (-1.6,-4.6) .. controls (0.9,-4.1) and (2.1,-1.7) .. (2.6,-0.6) .. controls (3,0.6) and (3.1,2.3) .. (3.8,3) .. controls (4.4,6) and (2.3,7.4) .. (0.4,6.6) .. controls (1.9,6.2) and (-1.5,5.3) .. (-1.4,6.2) .. controls (-2.9,7.1) and (-4.3,6.3) .. (-5.2,4.5) .. controls (-5.4,3.9) and (-5.1,2.1) .. (-4.4,1.5) .. controls (-3.5,0.2) and (-3.4,-0.1) .. (-3.5,-0.6); \draw[draw=#2, line width=#3pt] (-1.4,6.2) .. controls (-0.8,6.8) and (-0.6,7) .. (0.4,6.59); \draw [draw=#2, line width=#3pt](-3.2,-0.6) .. controls (-4.5,-1.2) and (-4.7,-1.9) .. (-4.2,-2.4) .. controls (-3.8,-2.5) and (-3.4,-2.5) .. (-2.8,-2.5) .. controls (-2.8,-2.7) and (-2.6,-3) .. (-2,-2.8) .. controls (-1.6,-2.7) and (-1.6,-2.4) .. (-2,-2.4) .. controls (-1.5,-2.4) and (-1.6,-1.7) .. (-2.3,-1.8) .. controls (-2.5,-1.9) and (-2.5,-1.7) .. (-2.5,-1.4) .. controls (-2.5,-1.1) and (-3,-1.2) .. (-2.9,-1.9) .. controls (-4.3,-2.4) and (-4.6,-1.6) .. (-3.3,-1.1); \draw [draw=#2, line width=#3pt](-3.3,-1.1) -- (-3.1,-1.95); \draw[draw=#2, line width=#3pt] (-2.3,-2.2) -- (-1.7,-2); \draw[draw=#2, line width=#3pt] (-2.4,-2.6) -- (-2,-2.4); \draw[draw=#2, line width=#3pt] (-0.8,1.2) .. controls (-0.3,1.6) and (0.4,1.7) .. (0.7,1.4) .. controls (0.7,2.3) and (-0.5,1.76) .. (-0.8,1.2); \draw[draw=#2, line width=#3pt] (1.7,1.5) .. controls (2.1,1.6) and (2.4,1.6) .. (2.6,1.3) .. controls (2.8,2.3) and (1.9,2) .. (1.7,1.5); \draw[draw=#2, line width=#3pt] (1.1,0) .. controls (1,-0.38) and (1.3,-0.9) .. (1.7,-0.98) .. controls (2.4,-1.3) and (0.5,-2.9) .. (0.2,-1); \draw[draw=#2, line width=#3pt] (-0.3,-1.5) -- (-0.6,-2.3); \draw[draw=#2, line width=#3pt] (0.4,-1.7) -- (-0.2,-3); \draw[draw=#2, line width=#3pt] (0.8,-1.8) -- (0.7,-2.8); \draw[draw=#2, line width=#3pt] (0.9,-1.9) .. controls (-0.1,-1.7) and (-0.6,-1.4) .. (-1,-1) .. controls(-0.2,-4) and (0.4,-3.5) .. (1.2,-1.9); \draw[draw=#2, line width=#3pt] (2.27,-1.2) .. controls (2.8,-1) and (3.23,-0.55) .. (3.41,-0.2) .. controls (3.4,0.1) and (3.8,0.4) .. (4,0.9) .. controls (4.2,0.8) and (4.3,0.6) .. (3.9,0.1) .. controls (4.2,0.1) and (4.9,0.2) .. (5.2,0.1) .. controls (5.6,-0.1) and (5.4,-0.3) .. (4.8,-0.1) .. controls (5.5,-0.8) and (5.2,-0.9) .. (4.6,-0.3) .. controls (5.1,-1.1) and (4.7,-1.2) .. (4.3,-0.5) .. controls (4,-0.33) and (3.7,-0.3) .. (3.3,-0.8) .. controls (3.2,-1.2) and (2.9,-1.6) .. (1.8,-1.8); \draw[draw=#2, line width=#3pt] (-3,-2.5) .. controls (-3.5,-5) and (-2.8,-5) .. (-2,-4.7); \draw[draw=#2, line width=#3pt] (-2.2,-4.4) -- (-1.8,-5.4); \draw[draw=#2, line width=#3pt] (-1.8,-5.4) .. controls (-2.2,-5.5) and (-3.9,-5.2) .. (-3.7,-6.6) .. controls (-2.6,-7.4) and (-1.9,-6.4) .. (-1.9,-5.9) .. controls (-1.7,-5.6) and (-1.5,-5.5) .. (-1.3,-5.4) .. controls (-1.5,-5.3) and (-1.6,-5) .. (-1.6,-4.6); \draw[draw=#2, line width=#3pt] (0.6,-3.5) .. controls (0.5,-4.1) and (1,-5.2) .. (1.7,-5.1) .. controls (2.2,-4.9) and (3.2,-5) .. (3.4,-5.7) .. controls (3.2,-6.1) and (1.2,-6) .. (0.8,-5.7) .. controls (0.9,-5.3) and (0.8,-5.2) .. (0.6,-5.2) .. controls (0.4,-5.1) and (0.3,-4.9) .. (0.54,-4.5) .. controls (0.3,-4.2) and (0.2,-4.1) .. (0,-4); \end{tikzpicture} } \newcommand{\fcCucumber}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt](0.6,5) .. controls (1.2,8) and (-0.7,7.8) .. (-2.9,4.6) .. controls (-3.3,4.4) and (-3.3,4.5) .. (-3.2,3.8) .. controls (-3.3,3.5) and (-3.4,3) .. (-3.5,2.6) .. controls (-3.7,2.7) and (-3.9,2.3) .. (-3.7,2.1) .. controls (-3.6,1.6) and (-3.7,1.1) .. (-3.7,0.9) .. controls (-3.9,0.8) and (-4,0.6) .. (-3.8,0.4) .. controls (-3.6,0) and (-3.7,-0.6) .. (-3.7,-0.9) .. controls (-3.6,-1.2) and (-3.2,-1.2) .. (-3.1,-1.2) .. controls (-3.3,-1.5) and (-3.4,-2.4) .. (-3.4,-3.1) .. controls (-3.5,-3.7) and (-3.7,-4) .. (-4.2,-4.2) .. controls (-4.5,-4.6) and (-4.3,-4.8) .. (-3.5,-4.1) .. controls (-4.3,-4.9) and (-3.6,-5.1) .. (-3.3,-4.3) .. controls (-3.4,-5.2) and (-2.7,-5.2) .. (-3,-4) .. controls (-2.1,-4) and (-2.5,-3.6) .. (-3,-3.7) .. controls (-3.2,-2.8) and (-3.1,-2.1) .. (-2.6,-1.8); \draw [draw=#2, line width=#3pt](-3,-2.1) .. controls (-2.8,-2.6) and (-2.2,-3.2) .. (-1.3,-3.5) .. controls (-1.5,-3.1) and (-1.6,-2.6) .. (-1.6,-2.3) .. controls (-1.1,-2.9) and (-0.4,-3.3) .. (0.2,-3.6) .. controls (0.1,-3.2) and (0,-2.9) .. (-0.1,-2.6) .. controls (0.2,-2.9) and (0.5,-3.1) .. (0.8,-3.3) .. controls (0.7,-2.6) and (0.7,-1.9) .. (0.7,-1.3) .. controls (0.9,-1.9) and (1.1,-2.4) .. (1.2,-2.7) .. controls (1.1,-1.7) and (1.1,-1.1) .. (0.9,-0.5) .. controls (0.8,0.4) and (0.8,0.8) .. (0.5,1) .. controls (0.5,1.9) and (0.5,2.3) .. (0.5,2.6) .. controls (0.6,2.8) and (0.5,3) .. (0.3,3) .. controls (0.3,3.6) and (0.4,3.8) .. (0.5,3.9) .. controls (0.6,4) and (0.6,4.2) .. (0.4,4.4) .. controls (0.5,4.6) and (0.5,4.7) .. (0.6,5.1); \draw[draw=#2, line width=#3pt] (0.1,1.16) ellipse (0.3 and 0.5); \draw [draw=#2, line width=#3pt,rotate=-20] (-1.4066,0.6422) ellipse (0.5 and 0.7); \draw [line width=#3pt,fill=black] (-1.14,1.17) ellipse (0.1 and 0.1); \draw [line width=#3pt,fill=black] (0.14,1.21) ellipse (0.1 and 0.1); \draw[draw=#2, line width=#3pt] (0.87,-0.2) .. controls (1.3,0) and (2,-0.6) .. (1.2,-1.5); \draw[draw=#2, line width=#3pt] (0.7,0.1) .. controls (2,0.3) and (2.5,-0.8) .. (1.1,-1.6); \draw[draw=#2, line width=#3pt] (-2,5.7) .. controls (-1.9,6) and (-1.6,5.9) .. (-1.3,6.1) .. controls (-2.1,3.8) and (-2,3.8) .. (-0.5,5.7) .. controls (-0.5,5.1) and (-0.6,5) .. (0,5.4) .. controls (-0.1,4.3) and (0.1,4.2) .. (0.6,5.1); \draw[draw=#2, line width=#3pt] (1.3,-2.4) .. controls (1.8,-3.9) and (0.9,-4.8) .. (-0.5,-4.3); \draw[draw=#2, line width=#3pt] (-2.1,-3.1) .. controls (-1.7,-3.6) and (-1.3,-3.8) .. (-1.1,-3.9); \draw [draw=#2, line width=#3pt](-1.2,-4) .. controls (-1,-4.2) and (-1,-5) .. (-1.4,-5.5) .. controls (-3.9,-6.2) and (-2.7,-7.4) .. (-1.3,-7.1) .. controls (-0.5,-6.8) and (-0.7,-6.1) .. (-1,-5.8) .. controls (-1,-5.7) and (-0.7,-5.6) .. (-0.7,-5.5) .. controls (-0.8,-5.4) and (-0.8,-4.8) .. (-0.5,-4.3); \draw[draw=#2, line width=#3pt] (1.4,-3.7) .. controls (1.4,-3.8) and (1.4,-4.3) .. (1.4,-4.6) .. controls (1.6,-4.8) and (2.4,-4.5) .. (3.1,-4.2) .. controls (4.7,-4.3) and (4.3,-5.2) .. (3.2,-5.32) .. controls (2.4,-5.3) and (1.3,-5.1) .. (0.9,-5.1) .. controls (1,-4.8) and (1,-4.5) .. (1.1,-4.1); \draw[draw=#2, line width=#3pt] (-0.07,0.66) .. controls (1.2,0.1) and (0,-0.4) .. (-0.6,0); \draw[draw=#2, line width=#3pt] (0.5,-0.1) .. controls (0.3,-0.7) and (-0.7,-0.9) .. (-1.6,-0.3); \draw[draw=#2, line width=#3pt] (-0.9,-0.7) .. controls (0.2,-1.6) and (0.2,-1.3) .. (0.3,-0.6); \draw [draw=#2, line width=#3pt](-2.6,-0.9) .. controls (-2.8,-0.7) and (-2.9,-0.5) .. (-2.6,-0.4); \draw[draw=#2, line width=#3pt] (-2.7,1.6) .. controls (-3,1.8) and (-3,2) .. (-2.7,2.1); \draw[draw=#2, line width=#3pt] (-1.4,3) .. controls (-1.7,2.9) and (-1.7,3.2) .. (-1.5,3.4); \end{tikzpicture} } \newcommand{\fcPotato}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt](0.18,1.21) ellipse (4.15 and 5.2); \draw [draw=#2, line width=#3pt,rotate=-10] (0.0167,2.9092) ellipse (1.32 and 1.15); \draw[draw=#2, line width=#3pt] (-2.2,2.1) .. controls (-3.7,3) and (-0.9,5.1) .. (-1,2.6) .. controls (-3.2,2.4) and (-2.5,-0.2) .. (0.03,1.38); \draw[draw=#2, line width=#3pt] (-2.7,1.5) .. controls (-2.3,0.2) and (0,0.5) .. (1.4,1.26); \draw[draw=#2, line width=#3pt] (-2,0.7) .. controls (-1.4,-1.2) and (-0.3,-0.4) .. (0.6,0.8); \draw [draw=#2, line width=#3pt](-1.9,-0.3) .. controls (-1.7,-1) and (-0.7,-1.3) .. (-0.2,-1.4); \draw [draw=#2, line width=#3pt](-3.8,0.8) .. controls (-6.1,0.4) and (-5.6,2.3) .. (-5,3.5) .. controls (-5.3,4.1) and (-6.1,3.5) .. (-5.7,2.3) .. controls (-5.9,2.5) and (-6.9,2.7) .. (-6.3,2) .. controls (-6.1,2) and (-5.8,2) .. (-5.8,1.4) .. controls (-5.7,0.6) and (-4.9,0.3) .. (-3.8,0.1); \draw[draw=#2, line width=#3pt] (0,4.7) .. controls (0.6,4.7) and (1.2,4.5) .. (1.6,4.3) .. controls (1.5,4.8) and (0.6,5.6) .. (0,4.6); \draw[draw=#2, line width=#3pt] (-2.3,4.2) .. controls (-2,4.6) and (-1.5,4.6) .. (-1.2,4.7) .. controls (-1.5,5.6) and (-2.4,5) .. (-2.3,4.2) ; \draw[draw=#2, line width=#3pt,rotate=-10] (2.9,-0.7) ellipse (0.3 and 0.2); \draw[draw=#2, line width=#3pt,rotate=-10] (2.5,2.5) ellipse (0.3 and 0.2); \draw[draw=#2, line width=#3pt,rotate=-10] (2.9,-0.7) ellipse (0.3 and 0.2); \draw[draw=#2, line width=#3pt,rotate=-10] (0.5,-1.9) ellipse (0.3 and 0.2); \draw[draw=#2, line width=#3pt,rotate=-10] (2.3,4.6) ellipse (0.3 and 0.2); \draw[draw=#2, line width=#3pt] (-1.4,-3) ellipse (0.1 and 0.1); \draw [draw=#2, line width=#3pt,rotate=-18] (-2.5,-1.6) ellipse (0.4 and 0.2); \draw[draw=#2, line width=#3pt] (4.3,0.8) .. controls (4.8,0.4) and (5.1,-0.7) .. (5.6,-1.8) .. controls (7.7,-3) and (5.9,-3) .. (5.8,-2.5) .. controls (5.4,-1.1) and (4.9,-2) .. (4.9,-2.5) .. controls (4.4,-2.7) and (4.3,-2.3) .. (4.4,-1.9) .. controls (5.4,-1.5) and (4.7,-0.7) .. (4.2,-0.2); \draw[draw=#2, line width=#3pt] (5.53,-1.97) .. controls (5.3,-2.6) and (5.4,-3.2) .. (5.8,-2.5); \draw[draw=#2, line width=#3pt] (-5.8,2.8) .. controls (-5.9,2.7) and (-6.1,2.7) .. (-6.2,2.5); \draw[draw=#2, line width=#3pt] (-1.3,-3.6) .. controls (-1.2,-4) and (-1.4,-4.6) .. (-2.7,-4.4) .. controls (-7.1,-4.6) and (-5,-7.8) .. (-1.4,-5.3) .. controls (-1.5,-4.5) and (-0.8,-4.5) .. (-0.5,-4.5) .. controls (-0.8,-4.3) and (-0.9,-4.1) .. (-1,-3.8); \draw [draw=#2, line width=#3pt](2.7,-2.89) .. controls (2.7,-3.8) and (2.7,-4.5) .. (3.3,-4.5) .. controls (9.3,-3.8) and (4.3,-8.2) .. (2.9,-5.1) .. controls (3,-4.8) and (2.5,-4.9) .. (2.3,-4.9) .. controls (2.5,-4.6) and (2.4,-4) .. (1.7,-3.6); \draw [fill=black] (0.84,2.89) ellipse (0.2 and 0.2); \draw [fill=black] (-1.46,3.01) ellipse (0.2 and 0.2); \end{tikzpicture} } \newcommand{\fcTricycle}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt] (3.3,-3.6) ellipse (1.2 and 1.8); \draw [draw=#2, line width=#3pt] (3.99,-3.6) ellipse (2.7 and 3.4); \draw [draw=#2, line width=#3pt] (-6.85,-2.69) ellipse (0.7 and 1.1); \draw [draw=#2, line width=#3pt] (-6.52,-2.52)ellipse (1.8 and 2.4); \draw [draw=#2, line width=#3pt] (4.5,-0.34) .. controls (3.4,0.6) and (2.3,-0.1) .. (3.5,-3.8) .. controls (3.4,-4.2) and (2.9,-4.2) .. (2.7,-3.4) .. controls (1.5,-1.3) and (2.4,0.7) .. (3.3,0.7); \draw [draw=#2, line width=#3pt](4.6,1.2) ellipse (0.6 and 0.6); \draw [draw=#2, line width=#3pt] (4.6,1.2) ellipse (0.9 and 0.9); \draw [draw=#2, line width=#3pt] (4.7,2.05) .. controls (3.4,2.2) and (2,1.1) .. (4.3,0.3); \draw [draw=#2, line width=#3pt] (-5.7,2.7) .. controls (-5.9,3.2) and (-5.7,4.2) .. (-5.1,4.3) .. controls (-4.5,4.8) and (-3,4.6) .. (-2.5,4.3) .. controls (-2.1,4.2) and (-1.7,3.8) .. (-1.7,3.3) .. controls (-0.6,3.6) and (-0.3,2.3) .. (-1.1,1.59) .. controls (-1.7,1.3) and (-3.4,1.1) .. (-4.6,1.3) .. controls (-5.7,1.3) and (-5.6,2) .. (-5.77,2.7); \draw [draw=#2, line width=#3pt] (-5.7,2.3) .. controls (-5.4,3) and (-4.8,3.2) .. (-4.2,3.3) .. controls (-3.6,3.1) and (-2.6,3.1) .. (-1.7,3.4); \draw [draw=#2, line width=#3pt] (-3.1,3.2) .. controls (-2.8,2.7) and (-2.7,1.9) .. (-2.9,1.2); \draw [draw=#2, line width=#3pt](-1.7,3.4) .. controls (-1.3,2.7) and (-1.2,2.2) .. (-1.3,1.5); \draw [draw=#2, line width=#3pt] (-5.2,3) .. controls (-5.9,4.7) and (-2.1,4.5) .. (-2,3.3); \draw [draw=#2, line width=#3pt] (-2.5,1.3) -- (-2.2,-1.6); \draw [draw=#2, line width=#3pt] (-3.3,1.3) -- (-3,-1.7)-- (-4.7,-1.9); \draw [draw=#2, line width=#3pt] (-4.6,-2.8) -- (1.1,-2); \draw [draw=#2, line width=#3pt] (0.9,-1.3) -- (-0.5,-1.4); \draw [draw=#2, line width=#3pt] (1.1,-1.59) ellipse (0.3 and 0.4); \draw [draw=#2, line width=#3pt] (1.9,-1.3) .. controls (1.4,-0.3) and (0.8,-0.2) .. (0.6,-1.4); \draw [draw=#2, line width=#3pt] (0.7,-2) .. controls (0.7,-2.5) and (1.1,-2.6) .. (1.4,-2.7); \draw [draw=#2, line width=#3pt] (-0.1,-1.4) .. controls (0.1,0.3) and (1.4,1.1) .. (2.5,0.2); \draw [draw=#2, line width=#3pt] (2.9,0.5) -- (2.8,1.8); \draw [draw=#2, line width=#3pt] (2.4,2.4) -- (2.4,4); \draw [draw=#2, line width=#3pt](3.7,4) -- (3.8,2.5); \draw [draw=#2, line width=#3pt] (2.5,3.9) .. controls (2.1,4.4) and (3.7,4.8) .. (3.7,4); \draw [draw=#2, line width=#3pt] (3.8,2.5) .. controls (3.5,1.8) and (2.8,1.3) .. (2.4,2.4); \draw [draw=#2, line width=#3pt](0,-2.2) .. controls (0.2,-2.9) and (0.8,-3.6) .. (1.3,-3.8); \draw [draw=#2, line width=#3pt] (-2.2,-1.6) .. controls (-3.7,-1.5) and (-2.8,-2.8) .. (-1.9,-2.4) .. controls (-0.5,-2.7) and (1.1,3.6) .. (2.4,2.5); \draw [draw=#2, line width=#3pt] (-2.3,-1.6) .. controls (-0.6,-1.9) and (0,4.2) .. (2.5,3.9); \draw [draw=#2, line width=#3pt] (3.3,4.4) -- (3.5,4.9); \draw [draw=#2, line width=#3pt] (2.6,4.3) -- (2.3,4.9); \draw [draw=#2, line width=#3pt] (0.4,4.8) .. controls (4.5,4.9) and (8.1,5.4) .. (5.1,6.8); \draw [draw=#2, line width=#3pt](5,6.8) .. controls (2.1,7.8) and (2.2,5.8) .. (4.9,6.2) .. controls (4.77,6.23) and (4.8,6.5) .. (5.1,6.8); \draw [draw=#2, line width=#3pt](4.9,6.12) .. controls (7,5.9) and (2.2,5.4) .. (0.3,5.5) .. controls (0,5.5) and (0,5.2) .. (0.3,4.8); \draw [draw=#2, line width=#3pt](0.4,5.6) .. controls (-4.7,6.5) and (-3.5,4.4) .. (0.4,4.8); \draw [draw=#2, line width=#3pt] (4.3,0.3) .. controls (4.8,-0.1) and (4.9,-0.3) .. (5,-0.5); \end{tikzpicture} } \newcommand{\fcMotorScooter}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt] (-2.59,3.76) ellipse (0.8 and 0.8); \draw [draw=#2, line width=#3pt] (-2.59,3.76)ellipse (1.1 and 1.1); \draw [draw=#2, line width=#3pt] (0.5,5.65) ellipse (0.7 and 0.7); \draw [draw=#2, line width=#3pt] (-4.9,5.5) ellipse (0.7 and 0.7); \draw [draw=#2, line width=#3pt] (-2.4,4.9) .. controls (-0.91,4.11) and (0.1,3.9) .. (1.2,4.1); \draw [draw=#2, line width=#3pt] (1.3,3.76) ellipse (0.3 and 0.4); \draw [draw=#2, line width=#3pt] (1.3,3.33) .. controls (0.4,3.4) and (-0.2,3.4) .. (-0.7,3.4) .. controls (-1,3.1) and (-1.5,2.8) .. (-2.6,2.6); \draw [draw=#2, line width=#3pt] (-0.2,3.4) -- (-0.2,4.1); \draw [draw=#2, line width=#3pt] (-3.2,4.7) .. controls (-4.3,4.1) and (-5.1,4.1) .. (-5.6,4.1) .. controls (-6.1,4) and (-6.1,3.2) .. (-5.2,3.4) .. controls (-4.1,3.7) and (-3.8,3) .. (-2.6,2.6); \draw [draw=#2, line width=#3pt] (-1.2,2.9) -- (-1.4,2); \draw [draw=#2, line width=#3pt] (-3,2.8) -- (-2.9,2); \draw [draw=#2, line width=#3pt] (-4.95,-1.78) .. controls (-4.9,-0.4) and (-4.6,0.6) .. (-4,1.8) .. controls (-3,1.9) and (-1.4,1.9) .. (-0.6,1.7) .. controls (-0.7,-0.5) and (-0.6,-3.2) .. (-0.7,-3.9) .. controls (-0.8,-4.7) and (-0.2,-4.4) .. (0.8,-4.43) .. controls (2.2,-4.4) and (4.5,-4.2) .. (5,-4.2) .. controls (5.6,-4.1) and (6,-3.6) .. (5.9,-2.6) .. controls (5.7,-1.6) and (5.9,0.1) .. (2.8,-0.1) .. controls (2.8,-0.9) and (2.8,-2.6) .. (2.8,-3.5); \draw [draw=#2, line width=#3pt] (2.3,-3.2) rectangle (0.7,-2.2); \draw [draw=#2, line width=#3pt] (1.1,-2.4) -- (1.8,-2.4); \draw [draw=#2, line width=#3pt] (-0.6,1.8) .. controls (-0.2,0.8) and (-0.1,-1.8) .. (-0.1,-3.8) .. controls (0.6,-3.8) and (1.5,-3.8) .. (2.8,-3.6); \draw [draw=#2, line width=#3pt] (0.4,-3.83) .. controls (0.3,-2.6) and (0.3,-1.1) .. (0.7,-0.2) .. controls (1.3,0) and (2,0) .. (2.9,-0.1); \draw [draw=#2, line width=#3pt] (0.9,-0.2) .. controls (0.8,0.2) and (0.8,0.4) .. (1,1) .. controls (1.5,1.1) and (2.2,1.1) .. (2.7,1) .. controls (2.6,0.7) and (2.5,0.4) .. (2.5,-0.1); \draw [draw=#2, line width=#3pt] (2.7,1) .. controls (4.3,1.2) and (4.7,1.3) .. (4.9,-0.4); \draw [fill=black] (4.3,0.72) ellipse (0.1 and 0.2); \draw [fill=black] (3.7,0.72) ellipse (0.1 and 0.2); \draw [fill=black] (3.2,0.722) ellipse (0.1 and 0.2); \draw [fill=black] (4.3,-3) ellipse (0.1 and 0.3); \draw [fill=black] (5,-3) ellipse (0.1 and 0.3); \draw [fill=black] (4.6,-3) ellipse (0.1 and 0.3); \draw [draw=#2, line width=#3pt] (-2,1.9) .. controls (-2.14,0.9) and (-2.24,-0.6) .. (-2.3,-1.6); \draw [draw=#2, line width=#3pt] (-2.8,1.9) .. controls (-3,1) and (-3.4,-0.3) .. (-3.6,-1.3); \draw [draw=#2, line width=#3pt] (-1.7,-3.5) .. controls (-1.7,-0.7) and (-5.2,-0.1) .. (-5.6,-3.6) .. controls (-5.1,-5) and (-3.9,-3.7) .. (-3.6,-3.1) .. controls (-2.9,-2.47) and (-2.3,-2.6) .. (-1.67,-3.54); \draw [draw=#2, line width=#3pt] (-5.29,-4.2) .. controls (-5,-8) and (-1.7,-6.6) .. (-1.8,-3.4); \draw [draw=#2, line width=#3pt] (-4.9,-4.2) .. controls (-4.8,-5.3) and (-4.6,-6) .. (-3.8,-6.42); \draw [draw=#2, line width=#3pt] (-4.3,-4.1) .. controls (-4.5,-5.1) and (-3.9,-6.2) .. (-3.2,-6.3); \draw [draw=#2, line width=#3pt] (-2.9,-4.3) ellipse (0.5 and 0.9); \draw [draw=#2, line width=#3pt] (-2.9,-2.8) .. controls (-3.3,-4.9) and (-2.5,-5.4) .. (-2.3,-2.9); \draw [draw=#2, line width=#3pt] (-0.5,-4.4) -- (-1.78,-4.35); \draw [draw=#2, line width=#3pt] (5.4,-4) .. controls (5,-5.3) and (4.1,-5) .. (3.5,-4.3); \draw [draw=#2, line width=#3pt] (3.1,-4.28) .. controls (3.4,-6) and (4.5,-6.3) .. (5.1,-4.7); \draw [draw=#2, line width=#3pt] (2.4,-4.4) .. controls (2.5,-5.4) and (3.2,-6) .. (4.07,-5.78); \draw [draw=#2, line width=#3pt] (5.4,-0.7) .. controls (5.4,0.3) and (5.3,1.2) .. (4.8,2) .. controls (4.7,2.2) and (4,2.2) .. (3.6,2.2) .. controls (3.4,2.1) and (3.1,1.6) .. (3,1.03); \draw [draw=#2, line width=#3pt] (3.5,1.1) .. controls (3.3,2) and (4.5,1.6) .. (4.8,1.5) .. controls (5,0.9) and (5.1,0.3) .. (5.1,-0.5); \draw [draw=#2, line width=#3pt] (3.6,1.6) -- (3.5,2.1); \draw [draw=#2, line width=#3pt] (4.8,2) -- (4.56,1.65); \draw [draw=#2, line width=#3pt] (-4.3,3.4) .. controls (-4.5,3.5) and (-4.5,3.7) .. (-4.5,4.12); \draw [draw=#2, line width=#3pt] (-4.1,4.26) .. controls (-4.1,4.5) and (-4.3,4.6) .. (-4.54,4.93); \draw [draw=#2, line width=#3pt] (-0.5,4.1) .. controls (-0.5,4.5) and (-0.1,4.8) .. (0.1,5.1); \draw [draw=#2, line width=#3pt] (2.7,-4.3) .. controls (2.83,-4.97) and (3.07,-5.24) .. (3.37,-5.53); \end{tikzpicture} } \newcommand{\fcTractorA}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt] (-5.28,0.78) node (v1) {} ellipse (0.6 and 0.8); \draw [draw=#2, line width=#3pt] (v1) ellipse (0.9 and 1.2); \draw [draw=#2, line width=#3pt] (-8,1) node (v2) {} ellipse (0.5 and 0.7); \draw [draw=#2, line width=#3pt] (v2) ellipse (0.7 and 1); \draw [draw=#2, line width=#3pt] (-8.1,2) .. controls (-6.4,1.9) and (-6.6,0.3) .. (-8,-0.1); \draw [draw=#2, line width=#3pt] (2,1.7) node (v3) {} rectangle (-0.9,4.1); \draw[draw=#2, line width=#3pt] (-6.9,1.4) -- (-5.9,1.3); \draw[draw=#2, line width=#3pt] (v3) -- (-3.7,1.1); \draw[draw=#2, line width=#3pt] (-5.2,2) .. controls (-3.7,1.7) and (-3,0.5) .. (-5.1,-0.44); \draw[draw=#2, line width=#3pt] (-7.6,0) .. controls (-7.6,-1.1) and (-7.5,-2.8) .. (-7.4,-4.1) .. controls (-7.3,-4.1) and (-7.1,-4.1) .. (-6.9,-4.1) .. controls (-7,-3.2) and (-7.1,-1.6) .. (-7.2,-0.8) .. controls (-6.6,-0.6) and (-4.8,-0.6) .. (-4.5,-1) .. controls (-4.3,-1.8) and (-4.2,-3.6) .. (-4.3,-4.8) .. controls (-4.1,-4.9) and (-3.8,-4.9) .. (-3.7,-4.9) .. controls (-3.9,-3.9) and (-3.9,-1.2) .. (-3.8,0.5); \draw[draw=#2, line width=#3pt] (-4.2,-4.8) .. controls (-5.1,-4.5) and (-6.2,-4.3) .. (-6.9,-4.1); \draw[draw=#2, line width=#3pt] (-4.3,-4.3) .. controls (-5.3,-4.2) and (-6.1,-4) .. (-6.9,-3.8); \draw[draw=#2, line width=#3pt] (-4.2,-3.7) .. controls (-5,-3.8) and (-6.1,-3.7) .. (-7.03,-3.31); \draw[draw=#2, line width=#3pt] (-4.2,-3.4) .. controls (-5.2,-3.4) and (-6.4,-3.2) .. (-7,-2.9); \draw[draw=#2, line width=#3pt] (-4.2,-3) .. controls (-5,-3.1) and (-6.2,-2.8) .. (-7.04,-2.6); \draw [draw=#2, line width=#3pt] (-7.1,-2.1) .. controls (-6.2,-2.4) and (-5.1,-2.4) .. (-4.3,-2.5); \draw[draw=#2, line width=#3pt] (-7.2,-1.6) .. controls (-6.6,-1.9) and (-5.5,-2) .. (-4.3,-2.1); \draw[draw=#2, line width=#3pt] (-7.2,-1.2) .. controls (-6.2,-1.5) and (-5.3,-1.6) .. (-4.2,-1.6); \draw[draw=#2, line width=#3pt] (-7.2,-1) .. controls (-6.5,-1.1) and (-5.4,-1.2) .. (-4.39,-1.2); \draw [fill=black] (-0.9,-0.2) ellipse (0.2 and 0.7); \draw [fill=black](-1.5,-0.2) ellipse (0.2 and 0.7); \draw [fill=black](-2.6,-0.4) ellipse (0.2 and 0.7); \draw[fill=black] (-2,-0.3) ellipse (0.2 and 0.7); \draw [draw=#2, line width=#3pt](-1.3,-4.6) node (v4) {} ellipse (0.4 and 0.9); \draw [draw=#2, line width=#3pt] (v4) ellipse (1 and 1.8); \draw [draw=#2, line width=#3pt] (-1.5,-2.7) .. controls (-3.3,-3.7) and (-2.6,-5.8) .. (-2.1,-6.5); \draw [draw=#2, line width=#3pt](-3.2,-4) .. controls (-3.6,-5.6) and (-2.9,-7) .. (-1.3,-6.4); \draw [draw=#2, line width=#3pt](-2.8,-4) .. controls (-3,-5.1) and (-2.9,-6.3) .. (-2.1,-6.6); \draw [draw=#2, line width=#3pt](-0.3,-3.6) .. controls (-0.1,-4.2) and (0.2,-4.2) .. (0.3,-3.5) .. controls (-0.6,-0.4) and (-3.2,-1.6) .. (-3.5,-3.9) .. controls (-3.4,-4.2) and (-2.8,-4.1) .. (-2.7,-3.7) .. controls (-2.3,-1.1) and (-0.7,-2.3) .. (-0.3,-3.6); \draw [draw=#2, line width=#3pt](5.1,-3.3) ellipse (0.9 and 1.2); \draw [draw=#2, line width=#3pt] (4.94,-3.18) ellipse (1.5 and 2.4); \draw [draw=#2, line width=#3pt] (1.8,-3.4) .. controls (2,-8.8) and (9.5,-6.1) .. (5.9,-0.3); \draw[draw=#2, line width=#3pt] (6.2,0) .. controls (4.1,2.5) and (0.8,-0.5) .. (1.4,-3.4); \draw [draw=#2, line width=#3pt] (1.4,-3.5) .. controls (1.6,-3.6) and (2.4,-3.4) .. (2.67,-3.07) .. controls (2.6,-1.1) and (4.1,0.7) .. (5.9,-0.3); \draw[draw=#2, line width=#3pt] (2.2,-3.3) .. controls (2.2,-0.2) and (4.7,0.8) .. (6.2,0); \draw[draw=#2, line width=#3pt] (-3.7,-4.8) .. controls (-4.3,-5.7) and (-5.2,-6.2) .. (-5.69,-4.46); \draw[draw=#2, line width=#3pt] (-6.1,-4.3) .. controls (-6.1,-5.2) and (-5.5,-5.6) .. (-4.7,-5.7); \draw [draw=#2, line width=#3pt] (-6.5,-4.26) .. controls (-6.5,-5.2) and (-5.7,-5.9) .. (-4.74,-5.65); \draw[draw=#2, line width=#3pt] (2.27,-4.84) .. controls (1.4,-5.4) and (0.4,-5.4) .. (-0.34,-5); \draw[draw=#2, line width=#3pt] (-0.2,-5) .. controls (0.4,-5.1) and (1.2,-4.8) .. (1.5,-4.2); \draw [draw=#2, line width=#3pt] (-0.4,-4.4) -- (1.9,-4.1); \draw[draw=#2, line width=#3pt] (-7.1,1.6) -- (-5.73,1.81); \draw[draw=#2, line width=#3pt] (-5,2) -- (-1.1,2.1) -- (-1.3,4.7) -- (2,4.9) -- (5.6,4.7) -- (5.6,0.6); \draw[draw=#2, line width=#3pt] (2.2,4.9) -- (2.1,6.1) node (v5) {} -- (5.8,5.7); \draw[draw=#2, line width=#3pt] (-1.4,5.7) -- (v5); \draw[draw=#2, line width=#3pt] (-1.4,5.7) .. controls (-1.5,5.2) and (-1.5,4.9) .. (-1.3,4.7); \draw [draw=#2, line width=#3pt] (5.6,4.8) .. controls (6,4.7) and (6,5.1) .. (5.8,5.72); \draw[draw=#2, line width=#3pt] (-3.6,2) .. controls (-3.6,2.3) and (-3.6,2.5) .. (-3.6,2.6) .. controls (-3.3,2.7) and (-3.4,4.1) .. (-3.4,4.9) .. controls (-3.5,5.4) and (-4.5,5.2) .. (-4.5,4.8) .. controls (-4.5,4.2) and (-4.5,2.9) .. (-4.4,2.6) node (v6) {} .. controls (-4.1,2.6) and (-3.9,2.5) .. (-3.5,2.6); \draw[draw=#2, line width=#3pt] (-4.3,1.9) -- (v6); \draw[draw=#2, line width=#3pt] (-3.6,5.1) .. controls (-3.6,5.7) and (-3.4,6) .. (-3.1,6) .. controls (-3.1,6.2) and (-3.2,6.4) .. (-3.6,6.6) .. controls (-4.1,6.3) and (-4.3,6) .. (-4.1,5.1); \draw [draw=#2, line width=#3pt] (2.8,-1.6) -- (3.8,-1.7); \draw [draw=#2, line width=#3pt] (3.9,-0.3) -- (4.7,-0.7); \draw [draw=#2, line width=#3pt] (2.4,1.3) .. controls (2.8,1.3) and (3.8,1.4) .. (4,0.9); \draw[draw=#2, line width=#3pt] (3.8,1.1) .. controls (3.7,2) and (3.8,2.9) .. (4.3,3.4) .. controls (4.7,3.2) and (4.5,1.5) .. (4.6,1); \draw[draw=#2, line width=#3pt] (4.3,3.4) .. controls (3.5,3.5) and (2.8,3.4) .. (2.4,3.4); \draw[draw=#2, line width=#3pt] (3.5,3.53) .. controls (3.2,2.8) and (3.2,2.2) .. (3.3,1.3); \draw[draw=#2, line width=#3pt] (3,3.4) .. controls (2.7,2.8) and (2.6,2) .. (2.8,1.3); \draw[draw=#2, line width=#3pt] (2.4,0) -- (2.4,4.4) -- (5.1,4.3) -- (5.2,0.7); \draw [fill=black](-3.8,3) ellipse (0.1 and 0.1); \draw[fill=black] (-4.2,3) ellipse (0.1 and 0.1); \draw[fill=black] (-3.7,3.6) ellipse (0.1 and 0.1); \draw[fill=black] (-4.2,3.6) ellipse (0.1 and 0.1); \draw[fill=black] (-3.7,4.2) ellipse (0.1 and 0.1); \draw[fill=black] (-3.71,4.79) ellipse (0.1 and 0.1); \draw[fill=black] (-4.11,4.12) ellipse (0.1 and 0.1); \draw[fill=black] (-4.12,4.72) ellipse (0.1 and 0.1); \draw[draw=#2, line width=#3pt] (5.6,-0.2) .. controls (5.8,-0.6) and (5.8,-0.9) .. (5.7,-1); \draw[draw=#2, line width=#3pt] (6.6,-1.5) .. controls (6.4,-1.7) and (6.3,-1.9) .. (6.2,-1.9); \draw[draw=#2, line width=#3pt] (6.8,-3.3) .. controls (6.6,-3.4) and (6.4,-3.2) .. (6.4,-3.3); \draw[draw=#2, line width=#3pt] (3.38,-3.1) .. controls (3,-3.37) and (2.6,-3.5) .. (2.4,-3.5); \draw[draw=#2, line width=#3pt] (3.5,-4.6) .. controls (3,-4.9) and (2.5,-4.8) .. (2.1,-4.8); \draw[draw=#2, line width=#3pt] (4.4,-5.6) .. controls (4.23,-5.83) and (3.93,-6.03) .. (3.4,-6.1); \draw[draw=#2, line width=#3pt] (5.6,-5.4) -- (5.7,-5.8); \draw[draw=#2, line width=#3pt] (6.7,-4.5) -- (6.1,-4.4); \end{tikzpicture} } \newcommand{\fcScooter}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt] (-3,-2.2)-- (-2.8,-1.8) -- (-2.6,-2.3) -- (-2.23,-2.37) -- (-2.5,-2.9) -- (-2.5,-3.2) -- (-2.93,-2.93) -- (-3.28,-3.12) -- (-3.1,-2.7) -- (-3.4,-2.32) -- (-3,-2.2); \draw [draw=#2, line width=#3pt] (-2.5,-5.5) ellipse (0.5 and 0.7); \draw [draw=#2, line width=#3pt] (-3,-5.5) ellipse (1.3 and 1.5); \draw [draw=#2, line width=#3pt] (5.1,-5.4) ellipse (0.9 and 1.2); \draw [draw=#2, line width=#3pt] (5.1,-5.3) ellipse (0.5 and 0.7); \draw [draw=#2, line width=#3pt] (1.5,5.5) ellipse (0.4 and 0.5); \draw [fill=black](0.4,-5.4) ellipse (0.2 and 0.2); \draw [fill=black](3.8,-5.4) ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt] (-1.48,5.8) .. controls (-1.8,5.8) and (-1.8,5.3) .. (-1.4,4.9) .. controls (-1.8,2.2) and (-2,-0.1) .. (-2.1,-1.8) .. controls (-1.86,-1.96) and (-1.7,-2.2) .. (-1.72,-2.6) .. controls (-1.7,-3.1) and (-2.1,-3.6) .. (-2.6,-3.7) .. controls (-3,-3.6) and (-3.2,-3.6) .. (-3.7,-3.2) .. controls (-3.7,-2.2) and (-3.6,-1.8) .. (-3.1,-1.8) .. controls (-2.8,0.4) and (-2.4,2.9) .. (-2.3,4.9) .. controls (-2.8,5.1) and (-2.6,6.3) .. (-1.4,5.8); \draw [draw=#2, line width=#3pt] (1.61,6) .. controls (0.8,5.9) and (-0.4,5.9) .. (-1.4,5.8); \draw [draw=#2, line width=#3pt] (1.56,4.98) .. controls (0.3,5) and (-0.7,4.9) .. (-1.5,5); \draw [draw=#2, line width=#3pt](-2.26,5.85) .. controls (-3.1,5.5) and (-3.8,5.8) .. (-4.5,5.6) .. controls (-4.9,5.5) and (-4.6,5.1) .. (-4.2,5) .. controls (-3.7,5) and (-2.9,4.87) .. (-2.29,4.89); \draw [draw=#2, line width=#3pt](-2.3,4.8) .. controls (-2.1,4.8) and (-1.9,4.7) .. (-1.5,5); \draw [draw=#2, line width=#3pt] (-2.07,-1.6) -- (-3,-1.5); \draw [draw=#2, line width=#3pt](-2,-3.3) node (v2) {} .. controls (-2.4,-6.8) and (-2.9,-6.3) .. (-2.6,-3.6); \draw [draw=#2, line width=#3pt](-3.7,-3.2) -- (-3.6,-4.1); \draw [draw=#2, line width=#3pt](-1.8,-3) .. controls (-1.2,-3.2) and (-0.4,-4.3) .. (0.1,-4.8) .. controls (1.5,-4.8) and (3.2,-4.8) .. (3.7,-4.8) .. controls (4,-3.4) and (5.8,-3.2) .. (6.2,-4.7); \draw (v2) ellipse (0 and 0); \draw [draw=#2, line width=#3pt] (-2.05,-3.8) .. controls (-1.6,-4.1) and (-1.2,-4.3) .. (-0.9,-5) .. controls (-0.7,-5) and (-0.4,-5) .. (0.1,-4.9); \draw [draw=#2, line width=#3pt] (-1,-4.9) .. controls (-1.4,-5.2) and (-1.3,-6) .. (-0.3,-6) .. controls (1.1,-5.9) and (3,-5.9) .. (4.1,-5.9) .. controls (4.5,-5.7) and (4.4,-5) .. (3.8,-4.8); \draw [draw=#2, line width=#3pt](6.2,-4.7) .. controls (5.3,-3.5) and (4.5,-4) .. (3.7,-4.9); \end{tikzpicture} } \newcommand{\fcHelicopter}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt] (-0.2,3.5) node (v1) {} ellipse (0.9 and 0.4); \draw [fill=black] (v1) ellipse (0.4 and 0.2); \draw [draw=#2, line width=#3pt] (0.64,3.65) -- (1.4,3.8) -- (6.2,4.4) -- (7.1,4) -- (2.5,3.4) -- (1.7,3.5) -- (0.65,3.35); \draw [draw=#2, line width=#3pt] (2.4,3.4) -- (1.4,3.8); \draw [draw=#2, line width=#3pt] (-0.4,3.94) -- (-0.7,4.2) -- (-3.1,6.2) -- (-4.1,6.1) -- (-1.4,3.9) -- (-1,4.01) -- (-0.74,3.83) ; \draw [draw=#2, line width=#3pt] (-0.9,3.3) -- (-1.8,3.2) node (v2) {} -- (-2.1,3.4) -- (-8.4,2.8) -- (-7.6,2) -- (-1.5,2.9) -- (v2); \draw [draw=#2, line width=#3pt] (0.4,3.1) -- (0.6,2.8) node (v3) {} -- (1.1,3) -- (6.2,-0.3) -- (4.9,-1) -- (v3); \draw [draw=#2, line width=#3pt] (5.4,4.3) -- (6,6) -- (6.6,6.4) -- (6.2,4.4); \draw [draw=#2, line width=#3pt] (6.3,3.8) -- (6.6,2.3) -- (6.2,1.9) -- (5.2,3.69); \draw [draw=#2, line width=#3pt] (5.4,3.2) -- (3,1.7); \draw [draw=#2, line width=#3pt] (3.79,3.53) -- (3.3,3.1) -- (1.9,2.4); \draw [draw=#2, line width=#3pt] (0.5,0.9) -- (-0.1,-4.1); \draw [draw=#2, line width=#3pt] (4.4,3.69) .. controls (4.7,3.4) and (4.85,3.18) .. (4.9,2.7); \draw [draw=#2, line width=#3pt] (3.66,3.47) .. controls (4.02,3.18) and (4.1,2.7) .. (4,2.3); \draw [draw=#2, line width=#3pt] (0.2,3.1) .. controls (0,2.7) and (-0.5,2.7) .. (-0.6,3.1); \draw [draw=#2, line width=#3pt] (-0.7,3) .. controls (-2,1.4) and (-0.3,1.4) .. (1.4,2.2); \draw [draw=#2, line width=#3pt] (-0.9,2.6) .. controls (-2.8,2.4) and (-4.3,0.9) .. (-5.1,-1.7) .. controls (-4.4,-2.3) and (-3.2,-3.2) .. (-2.4,-3.2) .. controls (-1.7,-3.5) and (-0.7,-2.8) .. (-0.4,-1.9) .. controls (0.3,1) and (-0.5,0.5) .. (-1.1,0.7) .. controls (-1.5,0.8) and (-2.2,1.2) .. (-3,1.8); \draw [draw=#2, line width=#3pt] (-5.17,-1.64) .. controls (-5.4,-4.2) and (-1.7,-5) .. (-0.1,-4.1); \draw [draw=#2, line width=#3pt] (-4.4,-2.35) .. controls (-4.66,-2.53) and (-4.8,-2.9) .. (-4.5,-3.5); \draw [draw=#2, line width=#3pt] (-3.1,-3.1) .. controls (-3.3,-3.6) and (-3.4,-3.8) .. (-3.1,-4.3); \draw [draw=#2, line width=#3pt] (-4.42,-3.63) .. controls (-7,-4.5) and (-7,-3) .. (-4.6,-3.2); \draw [draw=#2, line width=#3pt] (-1.9,-5.8) .. controls (-2.3,-5.9) and (-3,-5.8) .. (-3.6,-5.6) .. controls (-3.9,-5.7) and (-3.8,-6.2) .. (-3.1,-6.3) .. controls (-1,-6.8) and (2.9,-3.9) .. (3.5,-3) .. controls (4.2,-1.6) and (3.7,-1.7) .. (3.3,-2.2) .. controls (3,-3.2) and (0.3,-4.9) .. (-1.9,-5.8); \draw [rotate=30,fill=black](-0.6,-3) ellipse (0.4 and 0.1); \draw [draw=#2, line width=#3pt] (-1.8,-4.4) -- (-1.7,-6) -- (-1.2,-5.9) -- (-1.3,-4.5); \draw [draw=#2, line width=#3pt] (2.5,-2.6) -- (2.8,-3) -- (3.22,-2.77) -- (2.7,-2.4); \draw [draw=#2, line width=#3pt] (3.2,0.56) .. controls (3.3,-0.9) and (3.7,-3) .. (0,-4.1); \draw [draw=#2, line width=#3pt] (-2.4,2.1) .. controls (-1.9,1.5) and (-0.2,0.9) .. (0.5,0.8) .. controls (1,1) and (1.5,1.2) .. (2.2,1.4); \draw [draw=#2, line width=#3pt] (2.2,0.8) .. controls (1.7,0.7) and (0.9,0.4) .. (0.7,-0.6) .. controls (0.2,-2.9) and (0.5,-2.7) .. (1.8,-2.2) .. controls (2.3,-1.7) and (2.6,-0.9) .. (2.2,0.8); \draw [draw=#2, line width=#3pt] (0.7,3.3) -- (1.1,3); \draw [draw=#2, line width=#3pt] (-1.5,3) -- (-0.7,3.2); \end{tikzpicture} } \newcommand{\fcAirBallon}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt] (-0.6,-5) ellipse (1.1 and 0.4); \draw [draw=#2, line width=#3pt] (-1.6,-4.8) -- (-1.9,-3.7); \draw [draw=#2, line width=#3pt] (-0.6,-4.62) -- (-0.6,-3.8); \draw [draw=#2, line width=#3pt] (0.3,-4.7) -- (0.6,-3.7); \draw [draw=#2, line width=#3pt] (-1.9,-3.7) .. controls (-1.3,-4) and (0,-4) .. (0.6,-3.6); \draw [draw=#2, line width=#3pt] (-0.9,6.6) .. controls (-7.5,6.2) and (-5.4,0.3) .. (-4.2,-0.6) .. controls (-3.4,-1.2) and (-2.1,-2.7) .. (-1.9,-3.7); \draw [draw=#2, line width=#3pt] (-0.9,6.6) .. controls (6.6,6.3) and (4.7,0.3) .. (2.87,-0.8) .. controls (1.8,-2) and (1,-2.8) .. (0.6,-3.6); \draw [draw=#2, line width=#3pt](-1.7,-5.6) ellipse (0.4 and 0.4); \draw [draw=#2, line width=#3pt](-0.63,-5.76) ellipse (0.4 and 0.4); \draw [draw=#2, line width=#3pt](0.3,-5.6) ellipse (0.4 and 0.4); \draw [draw=#2, line width=#3pt] (-1.7,-6) -- (-1.6,-6.7) -- (0.2,-6.7) -- (0.3,-5.96); \draw [draw=#2, line width=#3pt] (-0.9,6.6) .. controls (-5.7,5.6) and (-4.6,0.8) .. (-3.2,-0.5) .. controls (-1.9,-2.3) and (-1.6,-3.3) .. (-1.7,-3.8); \draw [draw=#2, line width=#3pt] (-0.9,6.6) .. controls (-3.7,5.3) and (-3.5,1) .. (-2,-0.5) .. controls (-1.5,-1.8) and (-1,-3.2) .. (-0.9,-3.9); \draw [draw=#2, line width=#3pt] (-0.9,6.6) .. controls (-1,5.1) and (-0.8,0.8) .. (-0.6,-0.4) .. controls (-0.6,-1.7) and (-0.6,-3.2) .. (-0.6,-3.8); \draw [draw=#2, line width=#3pt] (-0.9,6.6) .. controls (2,6.1) and (1.8,1.4) .. (1,0) .. controls (0.4,-1) and (-0.3,-3.2) .. (-0.2,-3.83); \draw [draw=#2, line width=#3pt](-0.9,6.6) .. controls (6,5) and (2.5,0) .. (1.5,-1) .. controls (0.9,-1.8) and (0.4,-2.9) .. (0.2,-3.7); \draw [draw=#2, line width=#3pt] (-2.6,-2.4) -- (1.4,-2.5); \draw [draw=#2, line width=#3pt] (-4.9,4.8) .. controls (-4.5,4.9) and (-4.1,4.9) .. (-3.7,4.8) .. controls (-3.4,5) and (-2.8,5.1) .. (-2.6,4.9) .. controls (-1.9,5.2) and (-1.3,5.2) .. (-0.83,4.99) .. controls (-0.2,5.3) and (0.6,5.2) .. (1.06,4.99) .. controls (1.5,5.1) and (1.96,5.07) .. (2.3,4.9) .. controls (2.8,5) and (3.2,5) .. (3.8,4.9); \draw [draw=#2, line width=#3pt] (-5.21,1) .. controls (-4.9,0.9) and (-4.4,0.8) .. (-4,0.8) .. controls (-3.7,0.7) and (-3.1,0.7) .. (-2.7,0.7) .. controls (-1.9,0.6) and (-1.3,0.53) .. (-0.76,0.67) .. controls (-0.5,0.6) and (0.6,0.7) .. (1.3,0.7) .. controls (1.5,0.7) and (2,0.7) .. (2.6,0.8) .. controls (3.1,0.7) and (3.7,0.8) .. (4.1,1); \draw [draw=#2, line width=#3pt] (-3.76,-0.92) .. controls (-3.5,-1) and (-3.2,-1.1) .. (-2.8,-1.1) .. controls (-2.4,-1.2) and (-2.1,-1.3) .. (-1.8,-1.1) .. controls (-1.5,-1.2) and (-1,-1.2) .. (-0.7,-1.1) .. controls (-0.3,-1.2) and (0.1,-1.3) .. (0.4,-1.2) .. controls (0.4,-1.3) and (0.8,-1.3) .. (1.5,-1.2) .. controls (1.9,-1.2) and (2.4,-1.2) .. (2.66,-1.1); \end{tikzpicture} } \newcommand{\fcMotorcycle}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt] (-2.7,3.1) ellipse (1 and 1.3); \draw [draw=#2, line width=#3pt] (-2.7,3.1) ellipse (1.4 and 1.8); \draw [draw=#2, line width=#3pt] (-1.6,-3.1) node (v1) {} ellipse (0.5 and 1.1); \draw [draw=#2, line width=#3pt] (v1) ellipse (1.2 and 2.2); \draw [draw=#2, line width=#3pt,fill=black] (1.13,-2) node (v2) {} ellipse (0.2 and 0.3); \draw [draw=#2, line width=#3pt] (v2) ellipse (0.6 and 1.1); \draw [draw=#2, line width=#3pt] (4.3,-2.3) node (v3) {} ellipse (0.1 and 0.1); \draw [draw=#2, line width=#3pt] (v3) ellipse (0.6 and 1.1); \draw [draw=#2, line width=#3pt] (v3) ellipse (0.9 and 2.1); \draw [draw=#2, line width=#3pt] (v3) ellipse (1.6 and 3.1); \draw [draw=#2, line width=#3pt,fill=black] (3.2,5.9) ellipse (0.2 and 0.3); \draw [draw=#2, line width=#3pt] (-3.94,6.18) .. controls (-4,6.4) and (-4,5.9) .. (-3.8,5.1) .. controls (-4.5,5.1) and (-4.6,7.1) .. (-3.9,6.2); \draw [draw=#2, line width=#3pt] (1.34,6.46) .. controls (0.4,7.1) and (0.9,5) .. (1.4,5.2) .. controls (1.3,5.7) and (1.2,6.1) .. (1.34,6.46); \draw [draw=#2, line width=#3pt] (-3.8,6.2) -- (-3.3,6.1) -- (-2.4,4.9) -- (-0.9,4.8) -- (0.2,6.2) -- (0.8,6.4); \draw [draw=#2, line width=#3pt] (1,5.5) -- (0.5,5.4) -- (-0.4,4.2); \draw [draw=#2, line width=#3pt] (-3.2,4.8) -- (-3.5,5.5) -- (-3.9,5.6) node (v4) {}; \draw [draw=#2, line width=#3pt] (1.3,6.5) -- (3.3,6.2); \draw [draw=#2, line width=#3pt] (-4.3,6.2) -- (-5.4,6.2); \draw [draw=#2, line width=#3pt] (-4.3,5.4) -- (-5.5,5.5); \draw [draw=#2, line width=#3pt] (-5.4,6.2) .. controls (-6,6) and (-6,5.6) .. (-5.5,5.5); \draw [draw=#2, line width=#3pt] (3.2,5.6) -- (1.3,5.68); \draw [draw=#2, line width=#3pt] (-2.4,5.1) .. controls (-2,5.6) and (-1.2,5.7) .. (-0.6,5.1); \draw [draw=#2, line width=#3pt] (-0.3,4.3) .. controls (4.1,3.3) and (2,-0.4) .. (-0.5,0); \draw [draw=#2, line width=#3pt] (-0.5,3.7) .. controls (-0.6,5.1) and (-1.5,4.8) .. (-1.27,2.8) .. controls (-1.5,1.1) and (-1.5,-0.4) .. (-1.5,-1.2) .. controls (-1.8,-3.5) and (-0.6,-4.1) .. (-0.54,-1.4) .. controls (-0.4,1) and (-0.5,2.4) .. (-0.5,3.7); \draw [draw=#2, line width=#3pt] (-0.5,-0.4) .. controls (1.7,-7.4) and (-6.1,-9) .. (-4.75,-0.51); \draw [draw=#2, line width=#3pt] (-3.7,-0.4) .. controls (-4.2,-2.9) and (-3.3,-5.6) .. (-2.2,-6.2); \draw [draw=#2, line width=#3pt] (-4.26,-0.61) .. controls (-5,-3.5) and (-4,-5.5) .. (-2.8,-6.3); \draw [draw=#2, line width=#3pt] (-2.7,1.35) .. controls (-3.9,0.8) and (-4.9,0.2) .. (-5.1,-0.2) .. controls (-5.1,-0.6) and (-3.8,-0.9) .. (-3.3,0) .. controls (-2.9,0.3) and (-1.8,0.7) .. (-1.4,0.6); \draw [draw=#2, line width=#3pt] (-3.8,1.9) -- (-3.9,0.8); \draw [draw=#2, line width=#3pt] (2,3) .. controls (2.4,2.8) and (3.3,2.7) .. (4.1,2.8) .. controls (4.9,2.4) and (4.8,1.6) .. (4.7,1.4) .. controls (4,1.4) and (2.8,1.6) .. (2.1,1.6); \draw [draw=#2, line width=#3pt] (4.7,1.5) .. controls (6,1.3) and (6.8,-0.6) .. (6.2,-0.6); \draw [draw=#2, line width=#3pt] (3.6,1.5) .. controls (3,-0.6) and (2,-0.5) .. (1.6,0.6); \draw [draw=#2, line width=#3pt] (0.3,0.1) -- (0.9,-1); \draw [draw=#2, line width=#3pt] (1.4,-1) .. controls (2,-1) and (2.6,-1.2) .. (2.7,-1.4) node (v5) {}; \draw [draw=#2, line width=#3pt] (-0.1,-3.2) -- (2.69,-2.86); \draw [draw=#2, line width=#3pt] (4.6,1.3) .. controls (5.2,0.9) and (5.8,0.1) .. (6.2,-0.6); \draw [draw=#2, line width=#3pt] (2.7,2.8) .. controls (2.9,2.5) and (3.1,2.2) .. (3.1,1.9); \draw [draw=#2, line width=#3pt] (3.6,2.7) .. controls (3.9,2.5) and (4,2.2) .. (4,2); \draw [draw=#2, line width=#3pt] (v5) -- (4.5,-1.8) -- (4.4,-2.7) -- (2.8,-2.8); \end{tikzpicture} } \newcommand{\fcCart}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt] (6.9,-0.5) rectangle (-1.3,-1); \draw [draw=#2, line width=#3pt] (-1.2,-0.46) -- (-6.6,-0.4) -- (-6.3,-0.95) -- (-1.3,-1); \draw[draw=#2, line width=#3pt] (5.5,-3.8) node (v1) {} ellipse (1.2 and 2.09); \draw [draw=#2, line width=#3pt] (5.58,-3.87) ellipse (0.3 and 0.5); \draw[draw=#2, line width=#3pt] (5.5,-3.9) ellipse (0.9 and 1.6); \draw [draw=#2, line width=#3pt] (5.57,-3.47) -- (5.67,-2.37); \draw[draw=#2, line width=#3pt] (5.47,-3.47) -- (5.37,-2.37); \draw[draw=#2, line width=#3pt] (5.67,-3.37) -- (6.17,-2.87); \draw[draw=#2, line width=#3pt] (5.87,-3.57) -- (6.33,-3.17); \draw[draw=#2, line width=#3pt] (5.87,-3.67) -- (6.47,-3.67); \draw [draw=#2, line width=#3pt] (6.47,-3.97) -- (5.87,-3.87); \draw[draw=#2, line width=#3pt] (5.87,-4.27) -- (6.27,-4.57); \draw [draw=#2, line width=#3pt] (5.61,-4.37) -- (6.17,-4.87); \draw [draw=#2, line width=#3pt] (5.57,-4.37) -- (5.67,-5.47); \draw[draw=#2, line width=#3pt] (5.47,-4.27) -- (5.37,-5.47); \draw [draw=#2, line width=#3pt] (5.37,-4.27) -- (4.87,-5.07); \draw[draw=#2, line width=#3pt] (5.27,-4.17) -- (4.77,-4.67); \draw[draw=#2, line width=#3pt] (v1) -- (4.57,-3.97); \draw [draw=#2, line width=#3pt] (5.37,-3.67) node (v2) {} -- (4.61,-3.72); \draw[draw=#2, line width=#3pt] (5.37,-3.47) -- (4.87,-2.77); \draw [draw=#2, line width=#3pt] (v2) -- (4.67,-3.17); \draw[draw=#2, line width=#3pt] (-6,-1) -- (-5.6,-3.2) -- (-8.7,-3.5); \draw[draw=#2, line width=#3pt] (-6.3,-0.9) -- (-5.9,-3.2); \draw [draw=#2, line width=#3pt] (-5.8,-1.8) -- (-1.6,-2); \draw [draw=#2, line width=#3pt] (-5.7,-2.7) -- (-1.7,-3.1); \draw[draw=#2, line width=#3pt] (-5.6,-3.5) -- (-2.1,-3.8); \draw[draw=#2, line width=#3pt] (-1.6,-1) -- (-1.8,-3.8) -- (-5.8,-4.1); \draw [draw=#2, line width=#3pt] (-1.3,-0.7) -- (-1.4,-4.3) -- (-1,-4.3) -- (-0.8,-1); \draw[draw=#2, line width=#3pt] (-5.3,-3.5) -- (-8.6,-3.8); \draw[draw=#2, line width=#3pt] (-1.4,-4.1) -- (-5.87,-4.58); \draw[draw=#2, line width=#3pt] (-5.6,-3.2) .. controls (-5.3,-3.1) and (-5.1,-3.4) .. (-5.3,-3.5); \draw[draw=#2, line width=#3pt] (-1.8,-3.8) .. controls (-1.6,-3.8) and (-1.5,-3.9) .. (-1.6,-4.1); \draw [fill=black](-8.7,-3.7) ellipse (0.2 and 0.3); \draw [fill=black](-5.84,-4.39) ellipse (0.2 and 0.3); \draw[draw=#2, line width=#3pt] (3.2,-1) rectangle (3.5,-3.8); \draw[draw=#2, line width=#3pt] (-0.8,-2) -- (0.2,-2); \draw [draw=#2, line width=#3pt] (2.9,-1) -- (2.8,-3.7) -- (3.2,-3.8); \draw[draw=#2, line width=#3pt] (2.9,-1.8) -- (1.7,-1.8); \draw[draw=#2, line width=#3pt] (3.5,-1.7) -- (4.8,-1.7); \draw[draw=#2, line width=#3pt] (4,-2.7) -- (3.5,-2.7); \draw[draw=#2, line width=#3pt] (3.8,-3.5) -- (3.5,-3.5); \draw [draw=#2, line width=#3pt] (1.2,-1.7) .. controls (-1,-1.3) and (-1.3,-6.6) .. (1,-6.5); \draw[draw=#2, line width=#3pt] (-0.5,-3) -- (-0.9,-3); \draw[draw=#2, line width=#3pt] (-0.7,-4.1) -- (-1,-4.1); \draw[draw=#2, line width=#3pt] (-5.2,-3.5) .. controls (-5.3,-3.8) and (-5.2,-4) .. (-5.1,-4.06); \draw [draw=#2, line width=#3pt] (-5,-4.5) .. controls (-4.2,-5.9) and (-2.2,-5.7) .. (-2,-4.16); \draw[draw=#2, line width=#3pt] (-4.4,-4.46) .. controls (-4.25,-4.95) and (-3.8,-5.3) .. (-3.45,-5.47); \draw[draw=#2, line width=#3pt] (-4.7,-3.55) .. controls (-4.7,-3.7) and (-4.7,-3.8) .. (-4.6,-4); \draw[draw=#2, line width=#3pt] (1.23,-4.1) node (v1) {} ellipse (1.4 and 2.42); \draw [draw=#2, line width=#3pt] (1.41,-4.1) ellipse (0.3 and 0.5); \draw[draw=#2, line width=#3pt] (1.33,-4.13) ellipse (0.9 and 1.6); \draw [draw=#2, line width=#3pt] (1.4,-3.7) -- (1.5,-2.6); \draw[draw=#2, line width=#3pt] (1.3,-3.7) -- (1.2,-2.6); \draw[draw=#2, line width=#3pt] (1.5,-3.6) -- (2,-3.1); \draw[draw=#2, line width=#3pt] (1.7,-3.8) -- (2.16,-3.4); \draw[draw=#2, line width=#3pt] (1.7,-3.9) -- (2.3,-3.9); \draw [draw=#2, line width=#3pt] (2.3,-4.2) -- (1.7,-4.1); \draw[draw=#2, line width=#3pt] (1.7,-4.5) -- (2.1,-4.8); \draw [draw=#2, line width=#3pt] (1.5,-4.6) -- (2.0,-5.1); \draw [draw=#2, line width=#3pt] (1.4,-4.6) -- (1.5,-5.7); \draw[draw=#2, line width=#3pt] (1.3,-4.5) -- (1.2,-5.7); \draw [draw=#2, line width=#3pt] (1.2,-4.5) -- (0.7,-5.3); \draw[draw=#2, line width=#3pt] (1.1,-4.4) -- (0.6,-4.9); \draw[draw=#2, line width=#3pt] (v1) -- (0.4,-4.2); \draw [draw=#2, line width=#3pt] (1.2,-3.9) node (v2) {} -- (0.44,-3.95); \draw[draw=#2, line width=#3pt] (1.2,-3.7) -- (0.7,-3); \draw [draw=#2, line width=#3pt] (v2) -- (0.5,-3.4); \draw [draw=#2, line width=#3pt] (5.4,-1.7) .. controls (3.1,-1.4) and (3.8,-6.3) .. (5.2,-5.8); \draw[draw=#2, line width=#3pt] (6,-1.8) -- (6,-1); \draw [draw=#2, line width=#3pt] (6.4,-2.3) -- (6.6,-1); \draw[draw=#2, line width=#3pt] (6.5,-0.4) .. controls (8.2,3.1) and (7.6,5.9) .. (5.8,5.8) .. controls (5.4,5.7) and (4.8,5.3) .. (3.3,6) .. controls (2.7,5.8) and (2.2,5.3) .. (0.5,6.1) .. controls (-0.2,6.2) and (-0.3,5.6) .. (-3.5,6.4) .. controls (-8,6.4) and (-7.2,2.4) .. (-6.17,0.99); \draw [draw=#2, line width=#3pt] (-3.5,6.4) .. controls (0.1,5.1) and (-1,2.3) .. (-1.6,-0.4); \draw[draw=#2, line width=#3pt] (-2.2,-0.5) .. controls (0.4,8.4) and (-8.8,6.9) .. (-5.73,1.35); \draw [draw=#2, line width=#3pt] (-6.7,0.5) .. controls (-4.8,1.9) and (-4.6,4.1) .. (-4.3,5.68) .. controls (-4.2,4.9) and (-3.9,1.5) .. (-3.4,-0.4); \draw [draw=#2, line width=#3pt] (-6.7,0.5) .. controls (-6.6,-0.2) and (-5.7,-0.38) .. (-5,-0.44) .. controls (-4.4,0.3) and (-4.3,2.8) .. (-4.07,3.72); \draw[draw=#2, line width=#3pt] (3.3,6) .. controls (5,5.3) and (5,3.3) .. (4.83,2.1) .. controls (4.6,1.2) and (4.4,0.5) .. (4.3,-0.4); \draw[draw=#2, line width=#3pt] (1.8,-0.4) .. controls (1.8,0.6) and (1.9,1.3) .. (2,2.2) .. controls (2.4,4.1) and (1.8,5.3) .. (1,5.9); \end{tikzpicture} } \newcommand{\fcBusA}[3] { \begin{tikzpicture}[scale = #1] \draw[draw=#2, line width=#3pt] (3.7,-2.79) rectangle (2.4,3.1) node (v6) {}; \draw [draw=#2, line width=#3pt] (3.7,3.1) node (v8) {} rectangle (5,-2.79) node (v5) {}; \draw [draw=#2, line width=#3pt] (0.5,-3.4) node (v1) {} ellipse (0.3 and 0.7); \draw [draw=#2, line width=#3pt] (7.2,-3.3) node (v2) {} ellipse (0.3 and 0.5); \draw [draw=#2, line width=#3pt] (v1) ellipse (0.8 and 1.4); \draw [draw=#2, line width=#3pt] (v2) ellipse (0.8 and 1.2); \draw[draw=#2, line width=#3pt] (-3.8,2.9) ellipse (0.5 and 1.1); \draw[draw=#2, line width=#3pt] (-9,1.7) ellipse (0.5 and 1); \draw [draw=#2, line width=#3pt,rotate=6] (-3.7384,-0.9861) ellipse (1.1 and 0.7); \draw (-4.1,-1.4)[draw=#2, line width=#3pt] ellipse (0.3 and 0.4); \draw (-3.3,-1.3)[draw=#2, line width=#3pt] ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt] (-8.1,-1.6) node (v3) {} ellipse (0.2 and 0.4); \draw[draw=#2, line width=#3pt] (v3) ellipse (0.5 and 0.7); \draw[draw=#2, line width=#3pt] (-7.8,-1) .. controls (-7.1,-0.8) and (-5.3,-0.8) .. (-4.3,-0.8); \draw[draw=#2, line width=#3pt] (-7.6,-1.2) .. controls (-7,-1.3) and (-5.4,-1.1) .. (-4.5,-1); \draw[draw=#2, line width=#3pt] (-7.5,-1.6) .. controls (-6.9,-1.7) and (-5.5,-1.6) .. (-4.8,-1.6); \draw[draw=#2, line width=#3pt] (-7.5,-1.9) .. controls (-6.9,-2.1) and (-5.7,-2) .. (-4.5,-1.9); \draw [draw=#2, line width=#3pt] (-7.7,-2.1) .. controls (-6.8,-2.5) and (-4.9,-2.4) .. (-4.2,-2); \draw[draw=#2, line width=#3pt] (-8.9,2.7) .. controls (-8.4,2.8) and (-8.1,2.8) .. (-7.7,2.8); \draw[draw=#2, line width=#3pt] (-8.6,2.2) .. controls (-8.4,2.4) and (-8.2,2.3) .. (-7.9,2.3); \draw [draw=#2, line width=#3pt] (-7.5,3.3) .. controls (-8,1.5) and (-8.2,0.6) .. (-8.2,-0.6); \draw[draw=#2, line width=#3pt] (-8.2,-0.6) .. controls (-5.6,-0.5) and (-4,-0.4) .. (-3.3,-0.3) .. controls (-2.4,-0.4) and (-2.2,0.1) .. (-2.2,1.3) .. controls (-2.1,2.4) and (-2.2,2.9) .. (-2.2,3.6); \draw[draw=#2, line width=#3pt] (-7.6,2.9) .. controls (-6.2,3.6) and (-3.6,4.6) .. (-2,4.1) .. controls (-1.8,3.9) and (-1.8,3.7) .. (-2.1,3.6); \draw[draw=#2, line width=#3pt] (-2,4.1) .. controls (-2.6,4) and (-3.1,4) .. (-3.51,3.83); \draw [draw=#2, line width=#3pt] (-2.1,3.6) .. controls (-2.5,3.7) and (-2.9,3.6) .. (-3.3,3.4); \draw [draw=#2, line width=#3pt] (-7.5,3.3) .. controls (-6.6,3.9) and (-4.4,4.7) .. (-3.2,4.9) .. controls (-3.2,4.7) and (-3.2,4.6) .. (-3.2,4.3); \draw[draw=#2, line width=#3pt] (-3.2,4.9) .. controls (-1.6,4.8) and (6.8,3.4) .. (8.4,3) .. controls (8.6,1.9) and (8.6,-0.4) .. (8.6,-2.8) .. controls (8.8,-3.2) and (8.8,-3.9) .. (8.7,-4.1) .. controls (8.5,-4.1) and (8.3,-4.1) .. (8.2,-4.1) .. controls (8.1,-0.2) and (6.2,-1.7) .. (6.2,-2.8) node (v4) {}; \draw (v4) edge (v5); \draw[draw=#2, line width=#3pt] (5,-2.79) -- (6.2,-2.8); \draw [draw=#2, line width=#3pt] (6.2,-2.8) .. controls (6.3,-3.3) and (6.1,-3.7) .. (5.9,-3.9) .. controls (5.1,-3.8) and (3,-4) .. (1.8,-4) .. controls (1.7,-3.9) and (1.6,-3.3) .. (1.6,-2.9) .. controls (1.7,-2.8) and (2,-2.8) .. (2.4,-2.8); \draw[draw=#2, line width=#3pt] (1.5,-2.9) .. controls (1.3,-0.5) and (-0.5,-1.3) .. (-0.8,-2.8); \draw[draw=#2, line width=#3pt] (-8.3,-2.4) .. controls (-8.3,-2.5) and (-8.3,-2.7) .. (-8.3,-2.9) .. controls (-8.4,-3.3) and (-8.5,-3.8) .. (-7.6,-4) .. controls (-5.9,-4.1) and (-2.7,-4.1) .. (-0.7,-4) .. controls (-0.5,-3.7) and (-0.5,-3) .. (-0.8,-2.8) .. controls (-2,-2.8) and (-5.9,-2.8) .. (-8.3,-2.9); \draw [draw=#2, line width=#3pt] (-7.8,-3.4) ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt] (-4.3,-3.4) ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt] (-1.5,-1.6) ellipse (0.5 and 0.3); \draw [draw=#2, line width=#3pt] (8.6,-1.8) ellipse (0.3 and 0.7); \draw [draw=#2, line width=#3pt] (-0.7,4.1) ellipse (0.3 and 0.2); \draw [draw=#2, line width=#3pt] (7.7,2.8) ellipse (0.3 and 0.2); \draw[draw=#2, line width=#3pt] (-3.5,-0.3) -- (-3.5,-0.6); \draw [draw=#2, line width=#3pt] (-3.5,-2) -- (-3.5,-2.8); \draw [draw=#2, line width=#3pt,rotate=-2] (-0.9,3.1) rectangle (0.8,0.7) node (v7) {}; \draw [draw=#2, line width=#3pt] (0.9,3.06) -- (2.4,2.9); \draw[draw=#2, line width=#3pt] (v7) -- (2.4,0.6); \draw [draw=#2, line width=#3pt] (2.5,0.2) -- (-1.3,0.3) -- (-1.3,3.6) -- (v8); \draw[draw=#2, line width=#3pt] (5.02,0.4) -- (8.6,0.4); \draw[draw=#2, line width=#3pt] (4.98,0.1) -- (8.54,0.01); \draw[draw=#2, line width=#3pt] (4.97,2.9) -- (8.5,2.44); \draw[draw=#2, line width=#3pt] (4.97,2.6) -- (8.5,2.2); \draw[draw=#2, line width=#3pt] (6.3,2.4) -- (6.3,0.4); \draw[draw=#2, line width=#3pt] (8.1,2.2) -- (8.1,0.4); \draw[draw=#2, line width=#3pt] (-3.5,-4.1) .. controls (-3.8,-4.7) and (-4.4,-5.2) .. (-4.8,-4.1); \draw[draw=#2, line width=#3pt] (4.2,-3.9) .. controls (4.1,-4.6) and (3.3,-4.8) .. (3,-3.93); \draw[draw=#2, line width=#3pt] (-1.3,-4) .. controls (-1,-5) and (-0.3,-4.9) .. (0.4,-4.8); \draw[draw=#2, line width=#3pt] (5.5,-3.9) .. controls (5.8,-4.4) and (6.5,-4.6) .. (7.3,-4.5); \draw[draw=#2, line width=#3pt] (-5.8,-4.1) .. controls (-5.5,-4.5) and (-4.9,-4.7) .. (-4.3,-4.7); \draw [draw=#2, line width=#3pt] (2.2,-4) .. controls (2.6,-4.3) and (3.1,-4.6) .. (3.8,-4.5); \end{tikzpicture} } \newcommand{\fcLetterZ}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt](-5.9,3.2) -- (-5.8,6.1) -- (3.4,6.6) -- (4.3,3.4) -- (-2.1,-1.4) -- (4.7,-0.8) node (v2) {} -- (4.7,-5.2) -- (-6,-4.9); \draw [draw=#2, line width=#3pt](-5.5,-0.3) -- (-0.6,4) -- (-5.9,3.2); \draw[draw=#2, line width=#3pt] (-5.5,-0.3) .. controls (-6.1,-1.3) and (-6.5,-4.1) .. (-6,-4.9) node (v1) {}; \draw[draw=#2, line width=#3pt] (1.3,4.5) ellipse (1.2 and 1.4); \draw[draw=#2, line width=#3pt] (0.7,4.1) .. controls (1,5) and (1.5,4.9) .. (1.8,4.3); \draw[draw=#2, line width=#3pt] (-5.6,3.3) -- (-3.6,1.3); \draw[draw=#2, line width=#3pt] (-4.6,3.3) -- (-4,2.4); \draw [draw=#2, line width=#3pt](-4,3.4) -- (-3.5,2.5); \draw[draw=#2, line width=#3pt] (-3.1,3.6) -- (-2.7,2.7); \draw [draw=#2, line width=#3pt](v1) -- (-3.6,-6.8) -- (6,-6.5) -- (6.6,-2.6) -- (v2); \draw [draw=#2, line width=#3pt](-2.4,-6.7) -- (-2.9,-5.6); \draw [draw=#2, line width=#3pt](-1.6,-6.75) -- (-1.9,-5.4); \draw[draw=#2, line width=#3pt] (-0.7,-6.7) -- (-1.3,-5.5); \draw[draw=#2, line width=#3pt] (5.9,-5.4) -- (5.3,-4.9); \draw [draw=#2, line width=#3pt](6,-6.5) -- (4.7,-5.2); \draw[draw=#2, line width=#3pt] (6.1,-4.5) -- (5.3,-4.1); \draw [draw=#2, line width=#3pt](6.1,-3.8) -- (5.3,-3.4); \draw [draw=#2, line width=#3pt](6.2,-3) -- (5.3,-2.4); \draw[draw=#2, line width=#3pt] (1.2,-1.1) -- (5.5,2) -- (5.4,4.9) -- (3.4,6.6); \draw [draw=#2, line width=#3pt](5.2,4.1) -- (4.4,4.7); \draw[draw=#2, line width=#3pt] (5,3.3) -- (4.5,3.8); \draw[draw=#2, line width=#3pt] (5.1,1.7) -- (4.5,2.3); \draw[draw=#2, line width=#3pt] (4.5,1.4) -- (3.8,2.2); \end{tikzpicture} } \newcommand{\fcLetterY}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt] (-4,3) -- (-1.5,3.5) -- (0.6,2) -- (-0.5,0.5) -- (-3.4,3.1); \draw [draw=#2, line width=#3pt] (2.4,4.3) -- (-0.6,0.4); \draw[rotate=-30,draw=#2, line width=#3pt] (0.7,6.2) ellipse (1.2 and 1.7); \draw[rotate=95,draw=#2, line width=#3pt] (4.4,4.8) ellipse (1.2 and 1.7); \draw [draw=#2, line width=#3pt] (-5.1,2.8) -- (-6.9,2.3); \draw [draw=#2, line width=#3pt] (4.8,4.4) -- (5.7,3.7) node (v1) {} -- (1.2,-1.2) -- (3.6,-1.5) node (v3) {} -- (7.1,3) -- (v1); \draw [draw=#2, line width=#3pt] (-7,2.3) .. controls (-5.9,0.1) and (-3.2,-0.7) .. (-1.9,-1.1) .. controls (-2.4,-3.4) and (-2.4,-5.4) .. (-2.4,-6.2) .. controls (-1.2,-6.9) and (1,-6.6) .. (1.6,-6.4) node (v2) {} .. controls (1.7,-4.6) and (0.8,-2.5) .. (1.2,-1.2); \draw [draw=#2, line width=#3pt] (v2) -- (3.7,-5.6) -- (v3); \draw [draw=#2, line width=#3pt] (-1.5,1.5) -- (-0.5,1.6); \draw [draw=#2, line width=#3pt] (-2.2,2.1) -- (-0.9,2.1); \draw [draw=#2, line width=#3pt] (-2.6,2.5) -- (-1.3,2.7); \draw [draw=#2, line width=#3pt](5.6,2.8) -- (6.4,2.6); \draw [draw=#2, line width=#3pt] (5.9,2) -- (4.7,2.5); \draw [draw=#2, line width=#3pt](5.3,1.5) -- (4.1,1.8); \draw [draw=#2, line width=#3pt](5.1,0.7) -- (3.6,1.2); \draw [draw=#2, line width=#3pt] (2.6,-1.8) -- (1.5,-2.3); \draw [draw=#2, line width=#3pt](2.9,-2.4) -- (1.2,-3.1); \draw [draw=#2, line width=#3pt] (3.2,-2.9) -- (1.3,-3.7); \draw [draw=#2, line width=#3pt] (3.1,-3.9) -- (1.9,-4.3); \draw [draw=#2, line width=#3pt] (3.3,-4.5) -- (2.1,-4.9); \draw [draw=#2, line width=#3pt] (-6.7,3.5) .. controls (-5.8,3.4) and (-4.5,3.8) .. (-3.5,4.4); \draw [draw=#2, line width=#3pt] (-5.7,3.57) .. controls (-5.8,3.2) and (-5.9,3.1) .. (-6.2,3); \draw [draw=#2, line width=#3pt](2.5,4.8) .. controls (3.4,4.9) and (4.4,5.2) .. (5,5.4); \draw [draw=#2, line width=#3pt] (3.6,4.9) .. controls (3.5,4.5) and (3.1,4.1) .. (2.7,4); \end{tikzpicture} } \newcommand{\fcLetterX}[3] { \begin{tikzpicture}[scale = #1] \draw[draw=#2, line width=#3pt] (-4.5,5.7) node (v2) {} .. controls (-5.2,5.1) and (-6.3,4.8) .. (-7.7,4.5) .. controls (-7.1,3.1) and (-5.6,0.6) .. (-4.2,-0.7) .. controls (-5.4,-3) and (-6.2,-4.6) .. (-7,-6.1) .. controls (-6.2,-6.2) and (-4.7,-6.1) .. (-3.9,-6.1) node (v3) {} .. controls (-2.8,-4.8) and (-1.8,-2.7) .. (-1.4,-1.9) .. controls (-0.5,-3) and (1.3,-4.3) .. (2.5,-5.3) .. controls (4,-5.3) and (5.3,-4.8) .. (5.9,-4.4) node (v1) {} .. controls (4.1,-2.9) and (2.6,-1.5) .. (1.2,-0.4); \draw[draw=#2, line width=#3pt] (-2.7,-1) ellipse (1.2 and 0.9); \draw[draw=#2, line width=#3pt] (-0.28,-0.72) ellipse (1.2 and 0.9); \draw[draw=#2, line width=#3pt] (-3.3,-0.8) .. controls (-2.7,-1.1) and (-2.3,-1) .. (-1.8,-0.7); \draw [draw=#2, line width=#3pt] (-0.9,-0.6) .. controls (-0.6,-0.9) and (0.1,-0.8) .. (0.6,-0.6); \draw[draw=#2, line width=#3pt] (v1) -- (7.8,-4.1) -- (3.5,0.8) -- (5.6,6) -- (3.7,6.3) -- (1.2,-0.4); \draw[draw=#2, line width=#3pt] (3.5,0.8) -- (1.2,-0.4); \draw [draw=#2, line width=#3pt] (-1.9,5.5) -- (v2) -- (-2.2,1.3); \draw[draw=#2, line width=#3pt] (-2.2,1.2) .. controls (-0.8,2.5) and (0.4,4.7) .. (0.6,5.8) .. controls (1.8,5.8) and (2.6,5.9) .. (3.7,6.3); \draw [draw=#2, line width=#3pt] (-0.5,-2.8) -- (-0.9,-5.1) -- (v3); \draw [draw=#2, line width=#3pt] (-0.9,-4.1) -- (-2.1,-4.3); \draw[draw=#2, line width=#3pt] (-0.8,-3.4) -- (-1.5,-3.4); \draw[draw=#2, line width=#3pt] (-2.1,3.8) -- (-3,3.6); \draw[draw=#2, line width=#3pt] (-0.9,-2.7) -- (-1.4,-2.8); \draw[draw=#2, line width=#3pt] (-2.2,4.5) -- (-3.1,4.1); \draw[draw=#2, line width=#3pt] (-2.2,4.9) -- (-3.4,4.5); \draw[draw=#2, line width=#3pt] (5.1,5.7) -- (3.9,5.3); \draw[draw=#2, line width=#3pt] (5,5.1) -- (3.8,4.7); \draw[draw=#2, line width=#3pt] (4.8,4.6) -- (3.5,4); \draw [draw=#2, line width=#3pt] (3.7,0) -- (2.6,-0.8); \draw[draw=#2, line width=#3pt] (3,0.2) -- (2.1,-0.3); \draw[draw=#2, line width=#3pt] (3.9,-0.6) -- (3.2,-1.3); \draw[draw=#2, line width=#3pt] (-1.9,5.4) .. controls (-1.9,4.5) and (-1.6,3.3) .. (-1.11,2.36); \end{tikzpicture} } \newcommand{\fcLetterW}[3] { \begin{tikzpicture}[scale = #1] \draw[draw=#2, line width=#3pt] (-5.5,4.5) .. controls (-6.5,4.5) and (-7.3,4.2) .. (-7.9,3.9) .. controls (-7.3,1) and (-5.6,-3.8) .. (-5,-4.9) .. controls (-4.2,-5) and (-3.4,-5) .. (-2.3,-4.9) node (v3) {} .. controls (-1.7,-3.3) and (-1.3,-1.6) .. (-1.1,-0.9) .. controls (-0.5,-2.3) and (0,-3.6) .. (0.1,-4.2) .. controls (1.6,-4.7) and (4,-4.2) .. (5.6,-3.2) .. controls (6.2,-1.5) and (7.6,1.5) .. (8,2.8) .. controls (7.7,3.5) and (5.2,4.4) .. (3.2,5.1) .. controls (3,4.8) and (1.9,1.7) .. (1.2,-0.3) .. controls (0.8,0.7) and (0.7,1.5) .. (0.2,2.6); \draw [draw=#2, line width=#3pt] (-5.4,4.5) node (v2) {} .. controls (-4.9,2.1) and (-4.4,0) .. (-3.6,-1) .. controls (-3,0.3) and (-2.8,1.6) .. (-2.6,2); \draw [draw=#2, line width=#3pt] (4.9,4.47) .. controls (6.3,3.7) and (6,2.7) .. (5.7,1.7) .. controls (5,-0.2) and (4,-2.3) .. (3.3,-4.2); \draw[draw=#2, line width=#3pt] (0.2,3.6) ellipse (1.2 and 1.1); \draw[draw=#2, line width=#3pt] (-2.21,3.1) ellipse (1.2 and 1.1); \draw [draw=#2, line width=#3pt](-1.7,3.1) node (v1) {} .. controls (-2,3.5) and (-2.6,3.3) .. (-3,2.9); \draw [draw=#2, line width=#3pt](1,3.3) .. controls (0.6,3.6) and (-0.2,3.6) .. (-0.4,3.4); \draw[draw=#2, line width=#3pt] (-0.2,3.44) -- (-0.3,3.9); \draw[draw=#2, line width=#3pt] (0.3,3.5) -- (0.2,4.2); \draw[draw=#2, line width=#3pt] (0.8,3.4) -- (0.7,4); \draw[draw=#2, line width=#3pt] (v1) -- (-1.7,3.7); \draw[draw=#2, line width=#3pt] (-2.24,3.24) -- (-2.4,3.8); \draw[draw=#2, line width=#3pt] (-2.7,3.1) -- (-3.1,3.5); \draw[draw=#2, line width=#3pt] (v2) -- (-3.4,3.5); \draw[draw=#2, line width=#3pt] (1.2,3) -- (1.7,2.7) -- (1.9,1.9); \draw[draw=#2, line width=#3pt] (1.5,2.3) -- (0.6,2.2); \draw[draw=#2, line width=#3pt] (1.4,1.8) -- (0.9,1.7); \draw[draw=#2, line width=#3pt] (1.5,1.3) -- (1,1.1); \draw[draw=#2, line width=#3pt] (7.4,2.7) -- (6.5,2.9); \draw[draw=#2, line width=#3pt] (7.2,2.2) -- (6.2,2.4); \draw[draw=#2, line width=#3pt] (7.1,1.6) -- (5.9,1.6); \draw[draw=#2, line width=#3pt] (6.8,1.1) -- (5.8,1); \draw[draw=#2, line width=#3pt] (6.8,0.4) -- (5.7,0.2); \draw[draw=#2, line width=#3pt] (v3) -- (0.1,-4); \draw[draw=#2, line width=#3pt] (-0.5,-3.5) -- (-2,-3.9); \draw[draw=#2, line width=#3pt] (-0.9,-3.1) -- (-1.7,-3.1); \draw [draw=#2, line width=#3pt] (-0.9,-2.3) -- (-1.47,-2.4); \draw[draw=#2, line width=#3pt] (-3.6,1.6) -- (-4.5,1.4); \draw[draw=#2, line width=#3pt] (-3.8,2.3) -- (-4.5,2.1); \draw[draw=#2, line width=#3pt] (-4,2.7) -- (-4.7,2.7); \draw[draw=#2, line width=#3pt] (-4,3.3) -- (-4.7,3.3); \end{tikzpicture} } \newcommand{\fcLetterV}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt] (3,-5.8) -- (7.1,1.9) -- (6,4.4) -- (2.7,5.9) -- (-0.8,-2.9) -- (-4.6,6.3) -- (-7.2,5.1); \draw[draw=#2, line width=#3pt] (-7.2,5.1) .. controls (-5.8,1.2) and (-2.5,-4.3) .. (-1.5,-5.7) .. controls (-0.2,-5.6) and (1,-5.5) .. (2.1,-4.8) .. controls (3,-2.8) and (4.8,1) .. (6,4.5); \draw[draw=#2, line width=#3pt] (-1.5,-5.7) .. controls (-0.6,-6.3) and (0.8,-6.4) .. (3.2,-5.7) .. controls (2.7,-5.5) and (2.4,-5.2) .. (2,-4.8); \draw[draw=#2, line width=#3pt] (4.7,-2.9) -- (4.1,-2.3); \draw[draw=#2, line width=#3pt] (4,-4) -- (3.4,-3.3); \draw [draw=#2, line width=#3pt](3.4,-4.4) -- (2.7,-3.7); \draw[draw=#2, line width=#3pt] (3.3,-5) -- (2.6,-4.2); \draw[draw=#2, line width=#3pt] (3.3,-5.4) -- (2.5,-4.8); \draw[draw=#2, line width=#3pt] (-1.4,1.8) -- (-2.4,1.8); \draw [draw=#2, line width=#3pt](-1.2,1.2) -- (-2,1); \draw[draw=#2, line width=#3pt] (-0.9,0.6) -- (-1.7,0.3); \draw[draw=#2, line width=#3pt] (-0.8,0.1) -- (-1.4,-0.5); \draw[draw=#2, line width=#3pt] (-0.5,-0.8) -- (-0.9,-1.5); \draw[draw=#2, line width=#3pt,rotate=30] (0.0271,5.0155) ellipse (1 and 0.8); \draw[draw=#2, line width=#3pt,rotate=30] (1.5467,3.9885) ellipse (1 and 0.8); \draw [draw=#2, line width=#3pt](-4.5,6.2) .. controls (-3.8,5.8) and (-3.3,5.5) .. (-2.8,5.1); \draw[draw=#2, line width=#3pt] (-1.44,3.64) .. controls (-1.3,2.8) and (-0.9,1.3) .. (0.2,-0.4); \draw [draw=#2, line width=#3pt](-0.4,4.5) -- (-1.1,4) -- (-0.2,4); \draw[draw=#2, line width=#3pt] (-2.8,4.6) -- (-2,4.3) -- (-2.6,4); \draw[draw=#2, line width=#3pt] (0.22,4.75) .. controls (0.3,4.9) and (0.4,5.1) .. (0.6,5.5); \draw[draw=#2, line width=#3pt] (-0.2,5.07) .. controls (-0.2,5.4) and (0,5.7) .. (0.1,5.9); \draw[draw=#2, line width=#3pt] (-0.8,4.96) .. controls (-0.7,5.4) and (-0.7,5.9) .. (-0.4,6.2); \draw[draw=#2, line width=#3pt] (-1.8,5.1) .. controls (-1.7,5.3) and (-1.63,5.63) .. (-1.4,5.8); \draw[draw=#2, line width=#3pt] (-2.4,5.2) .. controls (-2.4,5.4) and (-2.1,5.8) .. (-1.9,6.1); \draw[draw=#2, line width=#3pt] (-2.8,5.1) .. controls (-2.8,5.4) and (-2.8,5.7) .. (-2.7,6); \end{tikzpicture} } \newcommand{\fcLetterU}[3] { \begin{tikzpicture}[scale = #1] \draw[draw=#2, line width=#3pt] (-5.9,6.6) .. controls (-12,-8) and (5.6,-12.7) .. (5.4,4.6); \draw[draw=#2, line width=#3pt] (-2.6,5.8) .. controls (-8,-7.6) and (5.2,-4.8) .. (2.1,4.9); \draw [draw=#2, line width=#3pt] (-5.9,6.6) -- (-2.6,5.8); \draw[draw=#2, line width=#3pt] (-3.9,3.2) .. controls (-1.9,1.3) and (0.7,2.3) .. (1.2,3) .. controls (0.8,3.7) and (0.6,4.9) .. (0,4.2) .. controls (-0.4,2.9) and (-0.4,2.9) .. (-0.7,4.1) .. controls (-1.2,4.4) and (-2.3,3.2) .. (-3,2.6); \draw[draw=#2, line width=#3pt] (-4,3.3) .. controls (-3.3,0.6) and (-0.9,0.2) .. (0.5,1.1) .. controls (0.8,1.4) and (2.5,3.5) .. (1.1,3.4); \draw[draw=#2, line width=#3pt] (-0.3,1.5) -- (-1,1.3); \draw[draw=#2, line width=#3pt] (2.1,5) .. controls (2.8,5) and (4.1,4.7) .. (5.4,4.6) .. controls (6.1,3.9) and (6.6,3.4) .. (7,3) .. controls (6.8,1.4) and (5.8,-3.3) .. (5.33,-4.15) .. controls (4.5,-5.3) and (3.2,-6.4) .. (0.2,-6.3); \draw [draw=#2, line width=#3pt] (-2.4,0.9) .. controls (-2.6,0.2) and (-2.7,-0.9) .. (-2.6,-2.9); \draw[draw=#2, line width=#3pt] (-1.5,3.9) .. controls (-1.4,4.5) and (-1.2,4.9) .. (-1.2,5) .. controls (-1.6,5.3) and (-2,5.6) .. (-2.7,5.8); \draw [draw=#2, line width=#3pt] (6.7,2.8) -- (5.8,3.2); \draw[draw=#2, line width=#3pt] (6.7,2) -- (5.6,2.5); \draw[draw=#2, line width=#3pt] (6.4,0.9) -- (5.9,1.4); \draw[draw=#2, line width=#3pt] (6.1,-0.2) -- (5.3,0.3); \draw[draw=#2, line width=#3pt] (-1.9,4.4) -- (-2.4,4.8); \draw [draw=#2, line width=#3pt] (-2,3.8) -- (-2.6,4.1); \draw [draw=#2, line width=#3pt] (-2.6,3.5) -- (-3.1,3.8); \end{tikzpicture} } \newcommand{\fcLetterT}[3] { \begin{tikzpicture}[scale = #1] \draw[draw=#2, line width=#3pt] (-3.2,1.2) -- (-5.9,0.7) node (v2) {} -- (-7.3,3) -- (3.3,6.7); \draw[draw=#2, line width=#3pt] (3.3,6.8) .. controls (3.9,5.9) and (4.4,3.3) .. (4.1,1.9) .. controls (3.2,1.7) and (1.6,1.7) .. (1.1,1.7); \draw [draw=#2, line width=#3pt] (-2.17,1.59) ellipse (1.1 and 1); \draw [draw=#2, line width=#3pt] (0,1.8) ellipse (1 and 1); \draw [draw=#2, line width=#3pt](3.2,6.7) .. controls (4.3,6.4) and (5.5,6.2) .. (6,5.7) .. controls (6.1,5.1) and (6.2,2.9) .. (5.9,1.4) node (v1) {} .. controls (5.3,1.5) and (4.5,1.9) .. (4.2,2); \draw[draw=#2, line width=#3pt] (v1) -- (0.7,0.9) -- (1.9,-6.3) -- (3.1,-5.3) -- (2.2,1); \draw [draw=#2, line width=#3pt](2,-6.3) .. controls (1.4,-6.6) and (0.1,-6.9) .. (-1.3,-7) .. controls (-1.8,-5.3) and (-1.9,-2.6) .. (-1.8,0.6) node (v3) {}; \draw[draw=#2, line width=#3pt] (v2) -- (-4.3,-0.1) -- (v3); \draw[draw=#2, line width=#3pt] (-2.6,1.2) .. controls (-2.3,1.1) and (-1.7,1) .. (-1.5,1.7); \draw[draw=#2, line width=#3pt] (-0.5,1.7) .. controls (0,1.3) and (0.3,1.4) .. (0.8,1.8); \draw [draw=#2, line width=#3pt](5.5,5.4) -- (4.5,5.5); \draw[draw=#2, line width=#3pt] (5.6,4.9) -- (4.6,4.9); \draw [draw=#2, line width=#3pt](5.7,4.6) -- (4.9,4.4); \draw [draw=#2, line width=#3pt](1.9,0.8) -- (1.4,0.4); \draw[draw=#2, line width=#3pt] (2,0) -- (1.4,-0.3); \draw[draw=#2, line width=#3pt] (2,-0.5) -- (1.5,-0.7); \draw[draw=#2, line width=#3pt] (2.1,-1) -- (1.6,-1.3); \draw [draw=#2, line width=#3pt](2.3,-1.8) -- (1.9,-2); \end{tikzpicture} } \newcommand{\fcLetterR}[3] { \begin{tikzpicture}[scale = #1] \draw[draw=#2, line width=#3pt] (-6.2,5) -- (-4.9,-6.5) -- (-1.3,-5.3) -- (-3.1,-2) -- (2.1,-4.5) -- (4,-4.4) -- (5.1,-2.2) -- (1.9,-1); \draw [draw=#2, line width=#3pt] (3.2,-2.6) -- (5,-2.5); \draw [draw=#2, line width=#3pt] (-0.4,-3.3) -- (0.6,-6) -- (-1.3,-6.7) -- (-4.9,-6.5); \draw[draw=#2, line width=#3pt] (-1.3,-5.3) -- (0.6,-6); \draw[draw=#2, line width=#3pt] (-2.4,2) ellipse (1.4 and 1.3); \draw [draw=#2, line width=#3pt] (0.18,2.53) ellipse (1.2 and 1.2); \draw[draw=#2, line width=#3pt] (-2.9,2.6) -- (-1.8,2) -- (-2.7,1.6); \draw[draw=#2, line width=#3pt] (0.2,2.8) -- (-0.6,2.4) -- (0.5,2.1); \draw[draw=#2, line width=#3pt] (-3,3.1) -- (-3.2,4); \draw[draw=#2, line width=#3pt] (-2.7,0.8) -- (-2.5,0.3); \draw[draw=#2, line width=#3pt] (-3.2,4) -- (-1.4,4.12) -- (-0.6,0.39) -- (-2.5,0.3); \draw [draw=#2, line width=#3pt] (-1.4,4.12) .. controls (2.3,4.5) and (2.8,1.4) .. (-0.6,0.4); \draw[draw=#2, line width=#3pt] (-6.1,5) .. controls (-3.2,6.1) and (-1.4,6.7) .. (0.8,6.4) .. controls (6.5,3.8) and (5.6,-0.6) .. (-0.9,-0.6) .. controls (0.4,-1.3) and (1.7,-1.8) .. (3.2,-2.5) .. controls (3.2,-3.1) and (2.7,-3.8) .. (2.1,-4.5); \draw [draw=#2, line width=#3pt] (0.8,6.4) -- (3.8,5.7) -- (5.4,3.7); \draw[draw=#2, line width=#3pt] (5.4,3.7) .. controls (6.6,1.3) and (6,-0.4) .. (1.9,-1); \draw [draw=#2, line width=#3pt] (5.6,2.1) -- (4.9,2.2); \draw[draw=#2, line width=#3pt] (5.5,1.3) -- (4.7,1.5); \draw[draw=#2, line width=#3pt] (5.5,0.6) -- (4.5,1); \draw[draw=#2, line width=#3pt] (-0.6,-4) -- (-1.3,-3.7); \draw [draw=#2, line width=#3pt] (-0.2,-4.6) -- (-1.3,-4.3); \draw[draw=#2, line width=#3pt] (-0.1,-5.2) -- (-1,-4.9); \draw[draw=#2, line width=#3pt] (4.3,-3.1) -- (3.5,-3); \draw[draw=#2, line width=#3pt] (4.1,-3.6) -- (3.3,-3.6); \draw[draw=#2, line width=#3pt] (3.9,-4.1) -- (3.1,-4.1); \end{tikzpicture} } \newcommand{\fcLetterS}[3] { \begin{tikzpicture}[scale = #1] \draw[draw=#2, line width=#3pt] (0.9,2.5) -- (2.8,1.8) node (v1) {} -- (3.9,4.5) -- (5.1,4.8); \draw[draw=#2, line width=#3pt] (-2.1,-1.2) -- (-3.7,-1.8); \draw[draw=#2, line width=#3pt] (4.8,4.1) -- (3.8,4); \draw[draw=#2, line width=#3pt] (4.9,3.2) -- (3.3,3.1); \draw [draw=#2, line width=#3pt] (4.6,2.4) -- (3.2,2.3); \draw[draw=#2, line width=#3pt] (4.7,2) -- (v1); \draw[draw=#2, line width=#3pt] (6.2,-2.1) -- (5.1,-2.2); \draw[draw=#2, line width=#3pt] (6.3,-2.5) -- (5,-2.5); \draw [draw=#2, line width=#3pt] (2.2,-6.4) -- (6,-3.1) -- (4.9,-2.9); \draw[draw=#2, line width=#3pt] (0.1,-6.8) -- (2.2,-6.4); \draw[draw=#2, line width=#3pt] (4.8,2) .. controls (4.9,2.6) and (5.2,4) .. (5.1,4.8) .. controls (4,6.1) and (1.1,7) .. (-1.4,6.6) .. controls (-2.9,6.6) and (-5.7,3.3) .. (-5.9,2.4) .. controls (-7.1,-0.2) and (-4.9,-0.3) .. (-3.2,-1) .. controls (-0.8,-1.4) and (0.8,-1.8) .. (2.2,-2.2) .. controls (1.5,-3.2) and (0.2,-4.1) .. (-0.8,-4.4) .. controls (-1.3,-4.2) and (-1.8,-3.6) .. (-1.5,-2.5) .. controls (-1.5,-2) and (-3.7,-1.9) .. (-4.1,-2) .. controls (-5.4,-3.9) and (-4.6,-4.8) .. (-3.3,-5.4) .. controls (-2.2,-6.3) and (-1.1,-7.1) .. (0.1,-6.8); \draw[draw=#2, line width=#3pt] (0.5,-6.7) -- (4.9,-2.9); \draw[draw=#2, line width=#3pt] (4.9,-2.9) .. controls (4.9,-2.3) and (4.9,-1.6) .. (4.6,-0.9) .. controls (2.9,-0.3) and (-0.5,0.7) .. (-1.6,1.5); \draw [draw=#2, line width=#3pt] (-0.3,-2) -- (-1.1,-2.4); \draw[draw=#2, line width=#3pt] (-0.4,-2.6) -- (-1.1,-2.9); \draw [draw=#2, line width=#3pt] (-0.4,-3.2) -- (-1.1,-3.6); \draw[draw=#2, line width=#3pt] (-0.2,0.9) -- (0.2,1.2); \draw[draw=#2, line width=#3pt] (-0.1,1.5) -- (-0.8,1.2); \draw[draw=#2, line width=#3pt] (-0.2,3.9) -- (-1.1,3.7); \draw[draw=#2, line width=#3pt] (0.8,4.1) -- (0.3,4.1); \draw [draw=#2, line width=#3pt] (-1.93,2.5) ellipse (1 and 1); \draw [draw=#2, line width=#3pt] (0.3,3) ellipse (0.8 and 0.8); \draw[draw=#2, line width=#3pt] (-2.2,2.2) .. controls (-2.2,2.7) and (-2,2.9) .. (-1.5,2.5); \draw[draw=#2, line width=#3pt] (-0.1,2.7) .. controls (0,3.2) and (0.5,3.3) .. (0.8,2.8); \draw[draw=#2, line width=#3pt] (-1.6,3.4) .. controls (-0.4,5.5) and (1.3,4.9) .. (1,3.3); \draw[draw=#2, line width=#3pt] (0.6,2.3) .. controls (-0.3,1.9) and (0.2,1.3) .. (1.5,0.9) .. controls (4.3,0) and (7.1,-0.4) .. (6.1,-3.1); \draw [draw=#2, line width=#3pt] (-1.2,1.5) -- (-0.2,2.1); \draw[draw=#2, line width=#3pt] (4,4.5) .. controls (2.8,5.5) and (0.9,6.4) .. (-0.32,6.65); \draw[draw=#2, line width=#3pt] (-0.2,-1.6) .. controls (0.8,-1.6) and (-1.2,-4.4) .. (0.7,-3.7); \end{tikzpicture} } \newcommand{\fcLetterQ}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt] (-1.3,0) ellipse (6 and 6); \draw[draw=#2, line width=#3pt,rotate=-30] (6.9653,-1.805) rectangle (4.8609,-0.265); \draw [draw=#2, line width=#3pt] (-1.3,1.8) ellipse (1 and 1.1); \draw [draw=#2, line width=#3pt] (0.7,1.9) ellipse (1 and 1.1); \draw [draw=#2, line width=#3pt] (-2,1.5) .. controls (-1.7,1.8) and (-1.3,1.9) .. (-0.9,1.6); \draw[draw=#2, line width=#3pt] (1.1,2.1) .. controls (0.7,2.1) and (0.4,2) .. (0.2,1.7); \draw [draw=#2, line width=#3pt] (1.5,5.3) .. controls (6.6,3.5) and (6.7,1.4) .. (5.4,-2.5) .. controls (6.4,-3.2) and (7.6,-3.1) .. (6.9,-5.3) .. controls (6.4,-5.3) and (5.9,-5.2) .. (5,-5); \draw[draw=#2, line width=#3pt] (1.66,2.3) .. controls (3.3,2) and (3.3,0.9) .. (2.9,-1.1) .. controls (2.7,-2.2) and (1.9,-0.9) .. (0.7,-1.7) .. controls (1.1,-2.1) and (1.3,-2.9) .. (0.7,-3.1) .. controls (-0.1,-3.5) and (-0.8,-4.1) .. (-2.1,-3.3) .. controls (-5.4,-1.5) and (-4.1,1.4) .. (-2.3,1.95); \draw[draw=#2, line width=#3pt] (-1.9,0.6) .. controls (-3.2,-0.5) and (-2.7,-3.6) .. (0.1,-3.4); \draw[draw=#2, line width=#3pt] (1.67,1.6) .. controls (1.9,1.5) and (2.8,1.3) .. (2.9,1.2); \draw[draw=#2, line width=#3pt] (-2.7,0.3) -- (-3.4,0.6); \draw[draw=#2, line width=#3pt] (-2.9,-0.1) -- (-3.4,0); \draw[draw=#2, line width=#3pt] (-2.8,-1) -- (-3.4,-1); \draw[draw=#2, line width=#3pt] (5.9,0.6) -- (5.4,0.6); \draw[draw=#2, line width=#3pt] (6,-0.2) -- (5.3,-0.3); \draw[draw=#2, line width=#3pt] (5.7,-0.9) -- (5,-0.9); \draw[draw=#2, line width=#3pt] (5.5,-1.5) -- (4.9,-1.6); \draw[draw=#2, line width=#3pt] (5.9,-3.8) -- (7.2,-3.8); \draw[draw=#2, line width=#3pt] (6.6,-4.4) -- (5.9,-4.4); \draw[draw=#2, line width=#3pt] (6.5,-4.9) -- (5.9,-4.9); \draw [draw=#2, line width=#3pt] (5.4,-2.5) -- (4.1,-2.7); \end{tikzpicture} } \newcommand{\fcLetterP}[3] { \begin{tikzpicture}[scale = #1] \draw[draw=#2, line width=#3pt] (-5.7,4.9) -- (-4.3,0.7) -- (-3.3,-6.2) -- (-0.6,-5.6) -- (-1.4,-2) -- (0.6,-2) -- (1.2,-5.6) -- (-0.9,-7.1) -- (-3.3,-6.2); \draw[draw=#2, line width=#3pt] (1.2,-5.6) -- (-0.6,-5.6); \draw[draw=#2, line width=#3pt] (-5.8,4.8) .. controls (6.3,11.2) and (7.9,0) .. (-1.6,-2); \draw[draw=#2, line width=#3pt] (0.3,-6) -- (-0.5,-5.8); \draw [draw=#2, line width=#3pt] (0,-6.5) -- (-0.6,-6.2); \draw [draw=#2, line width=#3pt] (-0.7,-6.8) -- (-1.1,-6.6); \draw[draw=#2, line width=#3pt] (0.3,-3.5) -- (-0.7,-3.3); \draw [draw=#2, line width=#3pt] (0.1,-2.8) -- (-0.8,-2.7); \draw[draw=#2, line width=#3pt] (0.2,-2.4) -- (-0.5,-2.2); \draw[draw=#2, line width=#3pt] (-2.2,2) ellipse (1 and 0.7); \draw [draw=#2, line width=#3pt,rotate=10] (0.1568,2.1728) ellipse (1 and 0.7); \draw[draw=#2, line width=#3pt] (-2.4,2.65) -- (-2.8,4.3) -- (1.4,4.6) -- (2,2.7) -- (-1.3,0.1) -- (-1.8,1.3); \draw[draw=#2, line width=#3pt] (-3.1,1.8) .. controls (-2.5,1.8) and (-2.1,2) .. (-1.4,2); \draw[draw=#2, line width=#3pt] (0.6,2.5) .. controls (0.1,2.2) and (-0.5,2.2) .. (-1.1,2.1); \draw[draw=#2, line width=#3pt] (-0.5,2.2) .. controls (-0.4,1.8) and (-0.5,1.6) .. (-0.6,1.48); \draw [draw=#2, line width=#3pt] (-2.5,1.89) .. controls (-2.5,1.7) and (-2.7,1.4) .. (-2.7,1.4); \draw[draw=#2, line width=#3pt] (-2.8,4.2) .. controls (-1.9,3.8) and (-1.3,3.8) .. (-1.1,3.7) .. controls (-0.4,4) and (0.7,4.2) .. (1.69,3.7); \draw [draw=#2, line width=#3pt] (-0.6,2.75) .. controls (-0.7,3) and (-0.8,3.3) .. (-1,3.7); \draw[draw=#2, line width=#3pt] (-0.2,1.4) .. controls (-0.2,1.2) and (-0.1,1) .. (-0.1,1); \draw[draw=#2, line width=#3pt] (0.6,-2) .. controls (4.7,-1.1) and (9.5,5.8) .. (1.6,6.7); \end{tikzpicture} } \newcommand{\fcLetterO}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt] (-0.1,0) ellipse (6 and 6.6); \draw[draw=#2, line width=#3pt] (-1.1,3.6) node (v1) {} ellipse (1.1 and 1.1); \draw[draw=#2, line width=#3pt] (1.13,3.5) node (v2) {} ellipse (1.1 and 1.1); \draw[draw=#2, line width=#3pt] (1.8,2.6) .. controls (6.1,-5.5) and (-7.4,-6.2) .. (-1.4,2.6); \draw[draw=#2, line width=#3pt] (1.3,6.4) .. controls (9,1.6) and (3.4,-6.2) .. (-0.7,-6.5); \draw[draw=#2, line width=#3pt] (0.5,2.6) .. controls (-2.4,1.6) and (-3.3,-2.5) .. (-0.7,-3.72); \draw[draw=#2, line width=#3pt] (5.7,-0.6) -- (5.2,-0.1); \draw[draw=#2, line width=#3pt] (5.6,-1.8) -- (5,-1.1); \draw [draw=#2, line width=#3pt](5.2,-2.4) -- (4.8,-2); \draw[draw=#2, line width=#3pt] (5,-3.1) -- (4.5,-2.7); \draw[draw=#2, line width=#3pt] (4.6,-3.7) -- (4.1,-3.2); \draw[draw=#2, line width=#3pt] (-2.5,0.4) -- (-2.1,0); \draw[draw=#2, line width=#3pt] (-0.7,2.1) -- (-0.9,2.3); \draw[draw=#2, line width=#3pt] (-1,1.7) -- (-1.3,2.1); \draw[draw=#2, line width=#3pt] (-1.4,1.5) -- (-1.7,1.8); \draw[draw=#2, line width=#3pt] (-1.7,1) -- (-2,1.3); \draw [draw=#2, line width=#3pt](-1.9,0.5) -- (-2.2,0.8); \draw [draw=#2, line width=#3pt,fill=black] (v1) ellipse (0.3 and 0.5); \draw [draw=#2, line width=#3pt,fill=black] (v2) ellipse (0.3 and 0.5); \end{tikzpicture} } \newcommand{\fcLetterN}[3] { \begin{tikzpicture}[scale = #1] \draw[draw=#2, line width=#3pt] (-4.9,6.3) -- (-7.1,-5.4) -- (-5.2,-7.4) -- (-2.2,-6.9) -- (-4.2,-5.1) -- (-3.33,1.01); \draw[draw=#2, line width=#3pt] (0.5,3.75) -- (1.9,7.2) -- (5.3,6.4) -- (2.6,-3) -- (0.6,-3.4) -- (-2.6,0.7); \draw[draw=#2, line width=#3pt] (-4.9,6.3) .. controls (-3.8,6.9) and (-2.6,6.7) .. (-2.2,6.1) .. controls (-2,5.1) and (-1.7,3.3) .. (-0.87,3.19); \draw[draw=#2, line width=#3pt] (-2.5,2.2) ellipse (1.38 and 1.5); \draw [draw=#2, line width=#3pt] (0.3,2.4) ellipse (1.35 and 1.4); \draw[draw=#2, line width=#3pt] (-3.1,1.5) .. controls (-2.7,2.6) and (-2.1,2.7) .. (-1.7,1.9); \draw[draw=#2, line width=#3pt] (-0.4,2) .. controls (0,2.7) and (0.8,2.4) .. (0.7,1.9); \draw[draw=#2, line width=#3pt] (-7.1,-5.4) .. controls (-6.1,-5.5) and (-4.9,-5.2) .. (-4.1,-5.1); \draw[draw=#2, line width=#3pt] (-1.45,-0.7) .. controls (-2,-2) and (-2.4,-5.4) .. (-2.2,-6.8); \draw[draw=#2, line width=#3pt] (-2.2,-2.5) -- (-3.5,-1.5); \draw[draw=#2, line width=#3pt] (-2.2,-3.5) -- (-3.5,-2.7); \draw[draw=#2, line width=#3pt] (-2.4,-4.7) -- (-3.6,-4); \draw[draw=#2, line width=#3pt] (6.6,3.7) -- (5.4,5.2); \draw[draw=#2, line width=#3pt] (6.2,2.7) -- (4.8,4.1); \draw[draw=#2, line width=#3pt] (5.9,1.4) -- (4.6,2.8); \draw[draw=#2, line width=#3pt] (0.6,-3.4) -- (1.8,-5.4) -- (4.1,-4.6) -- (7.2,4.1) -- (5.27,6.38); \draw [draw=#2, line width=#3pt] (2.6,-3) -- (4.1,-4.6); \draw[draw=#2, line width=#3pt] (-2.2,6.2) .. controls (-1.4,6.1) and (-0.5,5.9) .. (-0.3,5.6); \draw[draw=#2, line width=#3pt] (0.87,1.17) .. controls (0.97,0.77) and (0.37,0.27) .. (-0.03,1.07); \draw[draw=#2, line width=#3pt] (-0.3,5.6) .. controls (-0.1,4.8) and (0,4.2) .. (0.5,3.75); \end{tikzpicture} } \newcommand{\fcLetterM}[3] { \begin{tikzpicture}[scale = #1] \draw[draw=#2, line width=#3pt] (-3.1,0.8) -- (-4.8,1.6) -- (-2.6,-5) -- (-1.1,-5.8) -- (-3.7,-7.1) -- (-5.9,-6.3) -- (-8.7,3.6) -- (-4.8,5.5); \draw[draw=#2, line width=#3pt] (-1.47,-0.55) -- (-0.77,-1.15) -- (1.5,-0.7) -- (3.9,3.1) -- (3.8,-3.6) -- (6.9,-3.4) -- (5.9,6.4) -- (7.5,5.3) -- (7.9,-4.4) -- (4.8,-5.3) -- (3.8,-3.6); \draw [draw=#2, line width=#3pt] (-1.88,0.59) ellipse (1.2 and 1.2); \draw [draw=#2, line width=#3pt] (0.6,0.8) ellipse (1.2 and 1.2); \draw[draw=#2, line width=#3pt] (-2.6,-5) -- (-5.9,-6.3); \draw[draw=#2, line width=#3pt] (-4.8,5.5) .. controls (-3.5,5.53) and (-2,3.7) .. (-0.8,2.6) .. controls (-0.2,3.6) and (0.5,5.4) .. (0.6,6.4) .. controls (2,6.8) and (4.8,7) .. (5.9,6.4); \draw[draw=#2, line width=#3pt] (-2.4,0.3) .. controls (-2.1,1.1) and (-1.6,1) .. (-1.2,0.4); \draw [draw=#2, line width=#3pt] (0.1,0.5) .. controls (0.2,1.2) and (0.8,1.3) .. (1.2,0.7); \draw [draw=#2, line width=#3pt] (6.4,-4.5) -- (6,-4); \draw [draw=#2, line width=#3pt] (5.9,-4.9) -- (5.4,-4.2); \draw[draw=#2, line width=#3pt] (5.2,-5) -- (4.8,-4.4); \draw [draw=#2, line width=#3pt] (-2.3,-0.6) -- (-1.1,-5.8); \draw [draw=#2, line width=#3pt] (-2.1,-2.8) -- (-2.7,-2.7); \draw[draw=#2, line width=#3pt] (-2.2,-2.1) -- (-3.2,-2); \draw[draw=#2, line width=#3pt] (-2.3,-1.5) -- (-3.3,-1.3); \draw[draw=#2, line width=#3pt] (-0.77,-1.15) -- (-0.2,-1.6) -- (1.5,-1.3) -- (3.9,0.9); \draw [draw=#2, line width=#3pt] (1.5,-1.3) -- (1.5,-0.7); \draw[draw=#2, line width=#3pt] (7.9,-4.4) -- (6.9,-3.4); \end{tikzpicture} } \newcommand{\fcLetterL}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt] (-5.5,5.8) -- (-5.3,-5.2) -- (-3.6,-6.7) -- (4.7,-6.7) node (v1) {} -- (5.5,-3.2) -- (3.9,-0.6); \draw [draw=#2, line width=#3pt] (-5.4,5.8) .. controls (-4.7,6.2) and (-2.9,6.7) .. (-1.6,6.7) .. controls (-1.3,5.5) and (-1.3,1.7) .. (-1,0); \draw[draw=#2, line width=#3pt] (-0.6,-1.1) ellipse (1 and 1.1); \draw[draw=#2, line width=#3pt] (-2.57,-1.6) ellipse (1 and 1.1); \draw[draw=#2, line width=#3pt] (-2.7,-2) .. controls (-2.8,-1.3) and (-2.2,-1.2) .. (-1.95,-1.71); \draw[draw=#2, line width=#3pt] (-1,-1.6) .. controls (-0.7,-0.8) and (-0.2,-1) .. (-0.21,-1.65); \draw[draw=#2, line width=#3pt] (-1.6,6.7) .. controls (-0.2,5.7) and (0.5,5.2) .. (0.9,4.7) .. controls (0.9,2.7) and (1,0.3) .. (1.1,-1) node (v3) {} .. controls (2.3,-0.6) and (3.4,-0.5) .. (3.9,-0.6) .. controls (4.1,-1.8) and (4.1,-3.3) .. (3.8,-4.3) node (v2) {} .. controls (1.9,-4.5) and (-1.4,-5) .. (-5.31,-5.2); \draw[draw=#2, line width=#3pt] (v1) -- (v2); \draw [draw=#2, line width=#3pt] (0.7,2.2) -- (-0.6,2.5); \draw[draw=#2, line width=#3pt] (0.5,2.9) -- (-0.6,3.2); \draw[draw=#2, line width=#3pt] (0.7,3.5) -- (-0.7,4); \draw[draw=#2, line width=#3pt] (0.6,4.16) -- (-0.7,4.68); \draw [draw=#2, line width=#3pt] (0.7,4.6) -- (-0.73,5.23); \draw [draw=#2, line width=#3pt] (v3) -- (0.39,-1.2); \end{tikzpicture} } \newcommand{\fcLetterK}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt] (-5.1,5.4) .. controls (-3.7,1.4) and (-2.5,-2.2) .. (-2,-5.9) node (v1) {} .. controls (-0.9,-5.6) and (0.1,-5.2) .. (0.6,-5) .. controls (0.2,-3.5) and (-0.4,-1.7) .. (-0.6,-0.6) .. controls (0.7,-1.3) and (1.9,-2.3) .. (2.5,-3.1); \draw[draw=#2, line width=#3pt] (v1) -- (-0.5,-7.4) -- (1.4,-5.9) -- (0.5,-2.9) -- (2.8,-4.9) -- (4.6,-3.5) -- (4.4,-1.3) -- (1.6,1.4) -- (4.7,4.5) -- (2.5,7.2) -- (-0.7,3.1) -- (-2.5,6.7) -- (-5.1,5.4); \draw[draw=#2, line width=#3pt] (0.6,-5) -- (1.4,-5.9); \draw[draw=#2, line width=#3pt] (0.5,-2.9) -- (-0.6,-0.6); \draw[draw=#2, line width=#3pt] (2.9,-4.9) -- (2.5,-3) -- (4.42,-1.27); \draw[draw=#2, line width=#3pt] (-2.5,6.7) -- (-0.8,6.2) -- (-0.1,3.9); \draw [draw=#2, line width=#3pt] (2.6,0.5) -- (5.2,3.3) -- (4.7,4.5); \draw [draw=#2, line width=#3pt] (4.25,2.59) -- (3.7,3.1); \draw [draw=#2, line width=#3pt] (4.6,3) -- (4.1,3.6); \draw[draw=#2, line width=#3pt] (4,2.2) -- (3.27,2.72); \draw[draw=#2, line width=#3pt] (3.58,1.82) -- (2.9,2.2); \draw[draw=#2, line width=#3pt] (-0.7,4.9) -- (-1.4,4.8); \draw[draw=#2, line width=#3pt] (-0.8,5.3) -- (-1.4,5.3); \draw[draw=#2, line width=#3pt] (-0.8,5.8) -- (-1.7,5.8); \draw [draw=#2, line width=#3pt] (0.2,2.7) node (v2) {} ellipse (0.7 and 0.9); \draw [draw=#2, line width=#3pt] (-1.24,2.3) node (v3) {} ellipse (0.7 and 0.9); \draw[draw=#2, line width=#3pt] (-0.86,2.32) -- (-1.6,2.4); \draw[draw=#2, line width=#3pt] (0.5,2.9) -- (-0.2,2.4); \end{tikzpicture} } \newcommand{\fcDeskLampA}[3] { \begin{tikzpicture}[scale = #1] \draw[draw=#2, line width=#3pt] (0.07,-6.2) ellipse (2.5 and 2.2); \draw (-9.5,-0.8) ellipse (0 and 0); \draw [draw=#2, line width=#3pt](-0.53,-5.2) -- (-0.8,-2.1) -- (-4,-1.6); \draw[draw=#2, line width=#3pt] (0.57,-5.2) -- (0.5,-2.2) -- (4,-1.4); \draw[draw=#2, line width=#3pt] (-1.8,-3.6) -- (-1.5,-2.6); \draw[draw=#2, line width=#3pt] (-3.4,-3) -- (-3.2,-2.4); \draw[draw=#2, line width=#3pt] (2.1,-3.2) -- (1.7,-2.5); \draw[draw=#2, line width=#3pt] (3.4,-2.9) -- (2.8,-2.5); \draw [draw=#2, line width=#3pt](-2.5,6.1) -- (-3.1,6.7); \draw [draw=#2, line width=#3pt](-0.9,6.5) -- (-1.4,7.4); \draw[draw=#2, line width=#3pt] (0.9,6.7) -- (1.2,7.9); \draw [draw=#2, line width=#3pt](2.7,6.5) -- (2.8,7.1); \draw[draw=#2, line width=#3pt] (-0.53,-5.2) .. controls (-0.33,-5.7) and (0.37,-5.8) .. (0.57,-5.3); \draw [draw=#2, line width=#3pt] (-0.2,5.14) ellipse (2.5 and 1); \draw [draw=#2, line width=#3pt](-2.7,5.1) .. controls (-2.6,3.1) and (-4,0.4) .. (-4,-1.5); \draw [draw=#2, line width=#3pt](2.24,5.3) .. controls (2.4,2.8) and (3.6,0.4) .. (4,-1.4); \draw[draw=#2, line width=#3pt] (-2.4,-6.4) .. controls (-0.9,-8.9) and (1.5,-8.2) .. (2.6,-6.5); \end{tikzpicture} } \newcommand{\fcDeskLampB}[3] { \begin{tikzpicture}[scale = #1] \draw[draw=#2, line width=#3pt] (-1.08,4.73) .. controls (-0.6,5.1) and (0.4,5.3) .. (1.3,5) .. controls (2,5.9) and (2.7,5) .. (1.8,4.6) .. controls (2.4,4.2) and (2.7,2.8) .. (2.1,2) .. controls (2.5,0.2) and (2.4,-0.5) .. (2.1,-0.9) .. controls (1.9,-1.5) and (1.9,-1.9) .. (2.1,-2) .. controls (2.5,-2.2) and (2.2,-2.8) .. (0.3,-2.3) .. controls (-0.1,-3) and (-2.4,-3.2) .. (-1.5,-2) .. controls (-1.4,-1.4) and (-1.4,-0.6) .. (-1.5,0.3) .. controls (-1.6,-0.1) and (-1.7,-1.2) .. (-2.1,-0.7) .. controls (-2.2,0.1) and (-2,0.7) .. (-1.9,1.5) .. controls (-2.4,1.9) and (-2.6,3.5) .. (-1.7,4.1) .. controls (-2.5,4.6) and (-1.8,5.7) .. (-1.08,4.75); \draw[draw=#2, line width=#3pt] (1,4.1) -- (0.7,3.7) -- (1,3.5); \draw[draw=#2, line width=#3pt] (-1.1,3.9) -- (-0.5,3.7) -- (-1.1,3.3); \draw [draw=#2, line width=#3pt] (0.1,3.1) ellipse (0.2 and 0.2); \draw[draw=#2, line width=#3pt] (0.1,2.9) .. controls (0.1,2.7) and (0.1,2.5) .. (0.1,2.4) .. controls (0,2.3) and (-0.3,2.2) .. (-0.4,2.3); \draw[draw=#2, line width=#3pt] (0.1,2.4) .. controls (0.3,2.3) and (0.6,2.3) .. (0.6,2.4); \draw[draw=#2, line width=#3pt] (-1.5,-2) .. controls (-5.3,-3.6) and (5.6,-3.3) .. (2,-1.9); \draw[draw=#2, line width=#3pt] (-2.4,-2.6) .. controls (-2.5,-2.9) and (-2.5,-3.9) .. (-2.4,-4.3) .. controls (-1.3,-5.7) and (2.5,-5.3) .. (3,-4.3) .. controls (3,-3.8) and (2.9,-2.8) .. (2.8,-2.5); \draw[draw=#2, line width=#3pt] (-2.4,-3.4) .. controls (-5.1,-4.1) and (-5.2,-7.2) .. (-1.6,-7) .. controls (-1.5,-7.3) and (-1,-7.4) .. (0,-7.4) .. controls (0.1,-7.1) and (0,-6.6) .. (0,-6.2) .. controls (-0.4,-6.1) and (-1.4,-6.3) .. (-1.6,-6.6) .. controls (-4.5,-7) and (-4.7,-4.3) .. (-2.4,-3.9); \draw [draw=#2, line width=#3pt] (0,-6.4) -- (0.9,-6.3) -- (0.9,-6.7) -- (0,-6.8); \draw[draw=#2, line width=#3pt] (0,-7) -- (1,-7) -- (1,-7.2) -- (0.1,-7.2); \draw[draw=#2, line width=#3pt] (3.7,0.5) -- (4.3,0.1); \draw[draw=#2, line width=#3pt] (3.5,1.8) -- (4,1.6); \draw[draw=#2, line width=#3pt] (3.8,3) -- (4.7,2.9); \draw[draw=#2, line width=#3pt] (3.6,5) -- (4.5,5.5); \draw[draw=#2, line width=#3pt] (2,6.5) -- (2.4,7.3); \draw[draw=#2, line width=#3pt] (0.4,6.6) -- (0.3,7.4); \draw[draw=#2, line width=#3pt] (-1.5,6.7) -- (-2,7.3); \draw [draw=#2, line width=#3pt] (-3.2,5.5) -- (-4,5.7); \draw [draw=#2, line width=#3pt] (-3.6,3.7) -- (-4.6,3.8); \draw[draw=#2, line width=#3pt] (-3.5,1.7) -- (-4.3,1.5); \draw[draw=#2, line width=#3pt] (-3.5,-0.1) -- (-4.2,-0.4); \draw[draw=#2, line width=#3pt] (1.8,0.5) .. controls (1.8,-0.3) and (2,-0.8) .. (2.21,-0.62); \end{tikzpicture} } \newcommand{\fcClockA}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt] (0.1,-0.9) node (v1) {} ellipse (5.3 and 5.3); \draw[draw=#2, line width=#3pt] (v1) node (v2) {} ellipse (4.1 and 4.3); \draw [draw=#2, line width=#3pt] (v2) ellipse (0.5 and 0.5); \draw [draw=#2, line width=#3pt,fill=black] (-1.8,-0.6) node (v3) {} ellipse (0.5 and 0.5); \draw[draw=#2, line width=#3pt,fill=black] (1.7,-0.6) node (v4) {} ellipse (0.5 and 0.5); \draw [draw=#2, line width=#3pt,fill=black] (-3.4,-0.9) ellipse (0.4 and 0.2); \draw [draw=#2, line width=#3pt,fill=black] (3.3,-0.9) ellipse (0.4 and 0.2); \draw[draw=#2, line width=#3pt,fill=white] (v3) ellipse (0.2 and 0.2); \draw[draw=#2, line width=#3pt,fill=white] (v4) ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt] (-1.9,-1.8) ellipse (0.5 and 0.3); \draw [draw=#2, line width=#3pt] (1.8,-1.8) ellipse (0.5 and 0.3); \draw[draw=#2, line width=#3pt,fill=black] (-0.1,-4.3) ellipse (0.3 and 0.4); \draw[draw=#2, line width=#3pt,fill=black] (-0.1,2.3) ellipse (0.3 and 0.4); \draw [draw=#2, line width=#3pt] (0.16,5.9) ellipse (0.8 and 0.8); \draw [draw=#2, line width=#3pt] (-1.8,4.1) -- (-2.5,4.9) -- (-1.2,5.6); \draw[draw=#2, line width=#3pt] (-2.86,3.47) -- (-3.5,4.2) -- (-4.8,3.5); \draw [draw=#2, line width=#3pt] (2.5,3.9) -- (3,4.8) -- (1.5,5.5); \draw[draw=#2, line width=#3pt] (3.25,3.35) -- (3.8,4.3) -- (5.3,3.5); \draw[draw=#2, line width=#3pt] (-3.6,-4.7) .. controls (-5.3,-7.1) and (-4.3,-7.4) .. (-2.3,-5.6); \draw[draw=#2, line width=#3pt] (3.7,-4.9) .. controls (5.6,-7.1) and (4.8,-7.5) .. (2.7,-5.6); \draw[draw=#2, line width=#3pt] (-0.6,-2.2) .. controls (-0.3,-3.1) and (0.2,-3) .. (0.6,-2.2); \draw [draw=#2, line width=#3pt] (-4.8,3.5) .. controls (-5.4,6.4) and (-2.8,7.8) .. (-1.2,5.6); \draw[draw=#2, line width=#3pt] (1.5,5.5) .. controls (3.7,7.7) and (6.2,5.8) .. (5.3,3.5); \draw [draw=#2, line width=#3pt] (0.5,4.4) -- (0.5,5.1); \draw [draw=#2, line width=#3pt] (-0.1,4.4) -- (-0.1,5.1); \draw[draw=#2, line width=#3pt] (-1.9,-1.6) -- (-2.2,-2); \draw[draw=#2, line width=#3pt] (-1.67,-1.65) -- (-1.9,-2.1); \draw[draw=#2, line width=#3pt] (1.6,-1.7) -- (1.84,-2.04); \draw[draw=#2, line width=#3pt] (1.9,-1.6) -- (2.1,-1.98); \draw[draw=#2, line width=#3pt,fill=black] (-0.4,-0.7) .. controls (-2,0.6) and (-1.8,1.8) .. (0,-0.4); \draw[draw=#2, line width=#3pt,fill=black] (0.1,-0.4) .. controls (2.9,2.9) and (3.1,2) .. (0.57,-0.59); \end{tikzpicture} } \newcommand{\fcDeskLampC}[3] { \begin{tikzpicture}[scale = #1] \draw[draw=#2, line width=#3pt] (-1.1,-6.8) .. controls (-0.9,-7.6) and (1.4,-7.3) .. (2.4,-6.9) .. controls (2.7,-6.1) and (3.1,-3.9) .. (0.9,-3.5) .. controls (0.9,-3.1) and (0.8,-2.8) .. (0.54,-2.78) .. controls (0.5,-2.3) and (0.4,-1.9) .. (0.3,-1.6) .. controls (0.7,-1.6) and (1.6,-1.3) .. (2,-0.5) .. controls (3.5,-1.8) and (4.8,-0.4) .. (4.8,0.4) .. controls (4,0.5) and (3.2,4) .. (2.9,4.8) .. controls (2.6,5.4) and (1.4,5.7) .. (0.9,4.9) .. controls (0.3,5.9) and (-0.9,5.5) .. (-0.9,4.6) .. controls (-1.7,5.8) and (-2.7,5.1) .. (-2.8,4.6) .. controls (-3.1,3.2) and (-4.1,0.7) .. (-4.7,-0.2) .. controls (-4.8,-1.5) and (-2.7,-1.5) .. (-1.6,-0.9) .. controls (-1.4,-1.4) and (-0.7,-1.5) .. (-0.4,-1.6) .. controls (-0.27,-2) and (-0.21,-2.4) .. (-0.22,-2.74); \draw[draw=#2, line width=#3pt] (-0.21,-2.75) .. controls (-0.52,-2.87) and (-0.49,-3.3) .. (-0.4,-3.5) .. controls (-1.7,-4.1) and (-2.1,-6.2) .. (-1.1,-6.8); \draw [draw=#2, line width=#3pt] (-1.22,-6.7) .. controls (-0.1,-6.9) and (1.3,-6.8) .. (2.56,-6.34); \draw [draw=#2, line width=#3pt] (0.9,4.9) .. controls (1.4,3.6) and (1.7,0.8) .. (2,-0.5); \draw[draw=#2, line width=#3pt] (-0.9,4.6) .. controls (-1.1,3.3) and (-1.3,0.5) .. (-1.6,-0.9); \draw[draw=#2, line width=#3pt] (-1.2,-3.1) .. controls (-1.4,-2.8) and (-1.4,-2.5) .. (-1.3,-2.1); \draw [draw=#2, line width=#3pt] (-3.7,-2.8) .. controls (-3.2,-2.6) and (-2.9,-2.1) .. (-2.9,-1.7); \draw[draw=#2, line width=#3pt] (1.9,-1.9) .. controls (2,-2.3) and (2.1,-2.7) .. (2.3,-2.9); \draw[draw=#2, line width=#3pt] (3.8,-1.4) .. controls (3.9,-1.7) and (4.1,-1.9) .. (4.4,-2.2); \draw [draw=#2, line width=#3pt] (-3.2,6.8) .. controls (-3,6.5) and (-2.6,6.3) .. (-2.3,6.1); \draw[draw=#2, line width=#3pt] (2.8,6.4) .. controls (2.9,6.7) and (3,7) .. (3,7.3); \draw[draw=#2, line width=#3pt] (-1,6.3) .. controls (-1.1,6.6) and (-1.2,7) .. (-1.3,7.2); \draw [draw=#2, line width=#3pt] (1,6.5) .. controls (1,6.8) and (0.9,7) .. (0.9,7.2); \end{tikzpicture} } \newcommand{\fcBearA}[3] { \begin{tikzpicture}[scale = #1] \draw[draw=#2, line width=#3pt] (-3.81,-5.09) ellipse (1.9 and 1.8); \draw[draw=#2, line width=#3pt] (-3.81,-5.09) ellipse (2.25 and 2.1); \draw[draw=#2, line width=#3pt] (3.6,-5.3) ellipse (1.9 and 1.8); \draw[draw=#2, line width=#3pt] (3.6,-5.3) ellipse (2.25 and 2.1); \draw[draw=#2, line width=#3pt] (-2.7,2.6) -- (-5.2,2.2) -- (-5.3,3.3) -- (-3.7,3.3) -- (-4.9,3.7) -- (-4.6,4.6) -- (-2.5,4.2); \draw[draw=#2, line width=#3pt] (-2.5,4.2) .. controls (-2.5,3.8) and (-3,2.9) .. (-2.7,2.6); \draw[draw=#2, line width=#3pt] (-3.7,3.3) .. controls (-3.4,3.3) and (-3,3.2) .. (-2.8,3.1); \draw[draw=#2, line width=#3pt] (-2.7,2.6) .. controls (-1.7,2.2) and (-0.1,2.1) .. (1,2.2) .. controls (1,2.6) and (1.1,3.1) .. (1.2,3.4) .. controls (0.9,3.3) and (-1.5,3.7) .. (-2.5,4.2); \draw[draw=#2, line width=#3pt] (-2.7,2.6) .. controls (-4.8,0.1) and (-3.5,-2.2) .. (-1.8,-2.36) .. controls (-0.4,-2.4) and (-0.3,-2.9) .. (-0.1,-3.8); \draw [draw=#2, line width=#3pt] (-3.7,-0.7) .. controls (-4.4,-0.9) and (-4.1,-1.6) .. (-3.5,-1.2); \draw[draw=#2, line width=#3pt] (-5.9,-2.97) node (v1) {} ellipse (0.2 and 0.4); \draw [draw=#2, line width=#3pt] (v1) ellipse (0.1 and 0.2); \draw[draw=#2, line width=#3pt] (-5.9,-2.57) .. controls (-5.6,-2.67) and (-5.3,-2.97) .. (-5.28,-3.14) .. controls (-5,-2.71) and (-3.25,-2.57) .. (-2.52,-3.05); \draw[draw=#2, line width=#3pt] (-5.3,-3.17) .. controls (-5.4,-3.27) and (-5.6,-3.27) .. (-5.74,-3.23); \draw[draw=#2, line width=#3pt] (-5.7,-3.27) .. controls (-5.8,-3.47) and (-6,-3.67) .. (-6.1,-3.77) .. controls (-6.2,-3.87) and (-6.1,-4.07) .. (-5.9,-3.82) .. controls (-5.37,-3.17) and (-4.06,-2.44) .. (-2.6,-3.2); \draw[draw=#2, line width=#3pt] (-2.7,-2) .. controls (-2.9,-2.3) and (-2.4,-2.5) .. (-1.1,-2.44); \draw[draw=#2, line width=#3pt] (-3.5,-4.72) -- (-1.9,-2.4) node (v2) {}; \draw[draw=#2, line width=#3pt] (-2.1,-2.4) -- (-3.68,-4.77); \draw [draw=#2, line width=#3pt] (-0.7,-5.01) ellipse (0.2 and 0.3); \draw [draw=#2, line width=#3pt] (-4.7,-3.5) -- (-3.99,-4.82); \draw[draw=#2, line width=#3pt] (-3.3,-3.3) -- (-3.7,-4.75); \draw[draw=#2, line width=#3pt] (-4.15,-5) -- (-5.6,-4.6); \draw[draw=#2, line width=#3pt] (-4.1,-5.2) -- (-5.4,-6); \draw [draw=#2, line width=#3pt] (-3.9,-5.3) -- (-4.2,-6.8); \draw[draw=#2, line width=#3pt] (-3.5,-5.4) -- (-2.9,-6.7); \draw[draw=#2, line width=#3pt] (-2.6,-5.5) -- (-2.1,-5.8); \draw [draw=#2, line width=#3pt] (-3,-4.66) .. controls (-4.5,-4.8) and (-4.4,-5.2) .. (-3.6,-5.4) .. controls (-2.9,-5.5) and (-1.1,-5.7) .. (-0.3,-5.6) .. controls (0,-5.2) and (0,-4.5) .. (-0.7,-4.4) .. controls (-1.49,-4.18) and (-2.6,-4.7) .. (-3,-4.66); \draw [draw=#2, line width=#3pt,fill=black] (-0.7,4.5) ellipse (0.13 and 0.2); \draw[draw=#2, line width=#3pt,fill=black] (0.9,4.6) ellipse (0.13 and 0.2); \draw [draw=#2, line width=#3pt] (0.31,4.11) ellipse (0.6 and 0.5); \draw [draw=#2, line width=#3pt] (-2.24,4.1) .. controls (-2.36,4.43) and (-2.33,4.92) .. (-2.2,5.2); \draw[draw=#2, line width=#3pt] (-2.2,5.3) .. controls (-2.2,5.4) and (-2.2,5.5) .. (-2.1,5.5); \draw[draw=#2, line width=#3pt] (-2,5.4) .. controls (-2.7,6.3) and (-1.7,6.7) .. (-1.4,5.9); \draw[draw=#2, line width=#3pt] (0,4) .. controls (0.1,3.9) and (0.3,3.9) .. (0.31,4.12) .. controls (0.4,3.9) and (0.5,3.9) .. (0.68,4.02); \draw[draw=#2, line width=#3pt,fill=black] (0.3,4.1) .. controls (0.2,4.2) and (0.2,4.4) .. (0.32,4.28) .. controls (0.4,4.4) and (0.5,4.3) .. (0.33,4.08); \draw[draw=#2, line width=#3pt] (-0.5,1.2) .. controls (-0.9,0.8) and (-0.8,-0.6) .. (-0.7,-1.1) .. controls (-0.3,-1.3) and (0.8,-2.1) .. (0.8,-3.8); \draw [draw=#2, line width=#3pt] (-1.4,5.9) .. controls (-1,7.6) and (-0.33,6.77) .. (-0.2,6) .. controls (0.71,5.81) and (1.03,5.12) .. (1.19,4.54) .. controls (1.29,4.11) and (1.23,3.66) .. (0.88,3.38); \draw [draw=#2, line width=#3pt] (-0.3,6.4) .. controls (-0.08,6.53) and (0.19,6.36) .. (0.2,5.86); \draw [draw=#2, line width=#3pt] (-0.94,6.84) .. controls (-1.24,7.34) and (-0.44,7.4) .. (-0.59,6.83); \draw[draw=#2, line width=#3pt] (-0.2,6) .. controls (-0.4,5.9) and (-0.9,5.8) .. (-1.4,5.9); \draw[draw=#2, line width=#3pt] (-1.1,5.83) .. controls (-1.2,5.3) and (-2.44,5.01) .. (-2.9,5.4) .. controls (-2.53,5.36) and (-1.6,5.22) .. (-1.2,5.9); \draw [draw=#2, line width=#3pt] (-3.12,5.4) ellipse (0.2 and 0.08); \draw[draw=#2, line width=#3pt] (-3.2,5.7) -- (-2.9,5.4) -- (-3.16,5.1); \draw[draw=#2, line width=#3pt] (-0.54,6.75) .. controls (-0.63,6.67) and (-0.87,6.66) .. (-1.08,6.73); \draw[draw=#2, line width=#3pt] (-0.38,6.52) .. controls (-0.6,6.5) and (-0.9,6.47) .. (-1.2,6.53); \draw [draw=#2, line width=#3pt] (-0.3,6.37) .. controls (-0.6,6.22) and (-0.9,6.2) .. (-1.28,6.28); \draw [draw=#2, line width=#3pt] (-0.22,6.17) .. controls (-0.6,6.03) and (-0.9,6.03) .. (-1.33,6.11); \draw [draw=#2, line width=#3pt] (0.5,0.8) .. controls (0.5,0.3) and (0.4,-0.5) .. (0,-1.6); \draw[draw=#2, line width=#3pt] (0.6,1.54) .. controls (0.61,1.71) and (0.6,2) .. (0.5,2.14); \draw[draw=#2, line width=#3pt] (-0.3,2.15) .. controls (0.2,1.8) and (1,1.3) .. (1.5,1.1) .. controls (2.69,0.73) and (2.2,0.1) .. (2,0.1) .. controls (1.7,0.1) and (1.6,0.4) .. (1.3,0.5); \draw[draw=#2, line width=#3pt] (1.4,0.4) .. controls (1.3,0.3) and (1.4,0.2) .. (1.6,0.3); \draw[draw=#2, line width=#3pt] (-0.9,1.5) .. controls (-0.54,1.12) and (0.5,0.76) .. (1.3,0.5); \draw[draw=#2, line width=#3pt] (1.5,1.1) -- (1.3,0.5); \draw [draw=#2, line width=#3pt] (0.22,-0.92) .. controls (0.5,-1.1) and (1.5,-1.71) .. (1.5,-2.46); \draw[draw=#2, line width=#3pt] (0.7,-3.1) .. controls (1.04,-2.94) and (2.13,-2.01) .. (2.4,-1.3); \draw[draw=#2, line width=#3pt] (0.8,-3.8) -- (-0.1,-3.8); \draw[draw=#2, line width=#3pt] (-0.11,-3.8) -- (0.1,-5.5) -- (1.1,-5.7); \draw[draw=#2, line width=#3pt] (0.79,-3.79) -- (0.87,-4.98); \draw[draw=#2, line width=#3pt] (0.87,-4.98) .. controls (1.19,-5.02) and (1.5,-5.5) .. (1.1,-5.7); \draw[draw=#2, line width=#3pt] (-0.67,-5) -- (0.15,-5.67) -- (1.22,-5.8) -- (1.2,-5.9) -- (0.1,-5.8) -- (-0.76,-5.1); \draw[draw=#2, line width=#3pt] (-0.76,-5.1) .. controls (-0.8,-5) and (-0.8,-4.9) .. (-0.67,-5); \draw [draw=#2, line width=#3pt] (-1.6,-2.5) -- (-1,-4.3); \draw[draw=#2, line width=#3pt] (v2) -- (-1.29,-4.33); \draw[draw=#2, line width=#3pt] (-2.4,-2.9) .. controls (-2.76,-2.49) and (-4.33,-2.43) .. (-5.36,-2.41) .. controls (-5.63,-2.38) and (-5.54,-2.19) .. (-5.4,-2.2) .. controls (-4.6,-2.2) and (-3.7,-2.3) .. (-2.3,-2.6); \draw[draw=#2, line width=#3pt] (-5.34,-2.43) -- (-4.5,-0.9); \draw[draw=#2, line width=#3pt] (-5.4,-0.9) -- (-4.54,-2.46); \draw[draw=#2, line width=#3pt] (-2.1,-2.7) .. controls (-2,-2.8) and (-2,-2.9) .. (-2.2,-2.9); \draw[draw=#2, line width=#3pt] (-5.29,-2.19) .. controls (-5.5,-2) and (-5.4,-1.3) .. (-5.6,-0.9) .. controls (-5.2,-0.9) and (-4.7,-0.9) .. (-4.3,-0.9) .. controls (-4.5,-1.3) and (-4.5,-2) .. (-4.57,-2.19); \draw[draw=#2, line width=#3pt] (2.8,-2.1) .. controls (2.9,-3) and (3.5,-5.2) .. (3.4,-5.1) node (v3) {} .. controls (3.9,-5.5) and (3.4,-5.6) .. (3.2,-5) .. controls (3,-4.2) and (2.6,-2.5) .. (2.6,-2.1) .. controls (2.6,-2.1) and (2.7,-2.1) .. (2.82,-2.1); \draw[draw=#2, line width=#3pt] (3.6,-3.5) -- (v3); \draw[draw=#2, line width=#3pt] (5.2,-4.3) -- (3.6,-5.2); \draw[draw=#2, line width=#3pt] (5.4,-5.7) -- (3.59,-5.38) node (v4) {}; \draw[draw=#2, line width=#3pt] (4.5,-6.9) -- (v4); \draw[draw=#2, line width=#3pt] (3,-7) -- (3.4,-5.4); \draw[draw=#2, line width=#3pt] (1.7,-5.6) -- (3.3,-5.2); \draw [draw=#2, line width=#3pt] (3.2,-4.9) -- (2,-4.3); \draw[draw=#2, line width=#3pt] (2.76,-3.14) .. controls (2.1,-3.4) and (1.27,-4.19) .. (1.3,-4.7) .. controls (1.2,-4.88) and (1.08,-4.87) .. (1.1,-4.6) .. controls (1.3,-4) and (1.94,-3.24) .. (2.74,-2.93); \draw [draw=#2, line width=#3pt] (2.9,-2.9) .. controls (4.8,-2.7) and (4.7,-3) .. (2.96,-3.09); \draw[draw=#2, line width=#3pt] (0.9,-3.8) .. controls (1.5,-3.4) and (2.4,-2.6) .. (2.64,-2.46); \draw[draw=#2, line width=#3pt] (0.8,-3.6) .. controls (1.5,-3.1) and (2,-2.7) .. (2.6,-2.2); \draw [draw=#2, line width=#3pt] (0.8,-3.4) .. controls (1.2,-3.1) and (2.1,-2.3) .. (2.5,-1.8); \draw[draw=#2, line width=#3pt] (2.6,-2.1) .. controls (2.5,-1.9) and (2.4,-1) .. (2.3,-0.39) .. controls (2.9,0) and (2.9,0.4) .. (2.3,0.3); \draw[draw=#2, line width=#3pt] (2.8,-2.1) .. controls (2.9,-2) and (2.8,-1.8) .. (2.8,-1.6); \draw [draw=#2, line width=#3pt] (2.77,-1.3) .. controls (2.52,-0.92) and (2.66,-0.4) .. (2.97,-0.18) .. controls (3.27,0.26) and (3.45,0.94) .. (2.7,1) .. controls (2.5,1) and (2.5,0.9) .. (2.8,0.8) .. controls (3,0.7) and (2.8,0.6) .. (2.2,0.6); \draw[draw=#2, line width=#3pt] (2.4,-1.28) -- (3.03,-1.28) -- (3.1,-1.6) -- (2.44,-1.55); \draw [draw=#2, line width=#3pt] (3.1,-0.6) .. controls (3,-0.6) and (2.9,-0.7) .. (3,-0.8) .. controls (3,-1.1) and (3.1,-1.9) .. (3.2,-2.4) .. controls (3.7,-2.5) and (4.6,-2.5) .. (5,-2.5) .. controls (5.1,-2.3) and (5.3,-1) .. (5.3,-0.9) .. controls (5.38,-0.78) and (5.35,-0.68) .. (5.21,-0.69) .. controls (4.9,-0.6) and (3.7,-0.6) .. (3.1,-0.6); \draw[draw=#2, line width=#3pt] (3,-0.8) .. controls (3.6,-0.8) and (4.6,-0.8) .. (5.3,-0.9); \draw[draw=#2, line width=#3pt] (3.2,-0.8) -- (3.4,-2.4); \draw[draw=#2, line width=#3pt] (3.5,-0.8) -- (3.6,-2.4); \draw[draw=#2, line width=#3pt] (3.9,-0.8) -- (3.9,-2.5); \draw[draw=#2, line width=#3pt] (4.1,-2.5) -- (4.2,-0.8); \draw [draw=#2, line width=#3pt] (4.3,-2.5) -- (4.5,-0.8); \draw[draw=#2, line width=#3pt] (4.5,-2.5) -- (4.71,-0.83); \draw [draw=#2, line width=#3pt] (4.7,-2.5) -- (5,-0.9); \draw [draw=#2, line width=#3pt] (3.2,-0.6) .. controls (3.3,-0.2) and (4.01,1.6) .. (3.3,0.3) .. controls (3.34,0.3) and (3.5,0.3) .. (3.5,0.3); \draw[draw=#2, line width=#3pt] (3.58,0.77) .. controls (4.1,0.8) and (4.7,0.79) .. (5.1,0.7) .. controls (5.22,0.52) and (5.2,-0.2) .. (5.2,-0.7); \draw[draw=#2, line width=#3pt,fill=black] (4.28,-0.03) ellipse (0.2 and 0.2); \draw[draw=#2, line width=#3pt] (4.28,-0.03) ellipse (0.4 and 0.4); \draw [draw=#2, line width=#3pt] (0.9,2.2) .. controls (1.2,1.9) and (1.8,1.5) .. (2.1,1.4) .. controls (2.4,1.41) and (2.85,1.31) .. (2.9,1); \draw[draw=#2, line width=#3pt] (2.1,1.4) -- (1.97,0.9); \draw[draw=#2, line width=#3pt] (2,0.9) .. controls (2.2,0.8) and (2.3,0.8) .. (2.4,0.7) .. controls (2.5,0.7) and (2.6,0.7) .. (2.72,0.83); \draw[draw=#2, line width=#3pt] (2.34,0.75) -- (2.2,0.7); \end{tikzpicture} } \newcommand{\fcFishJ}[3] { \begin{tikzpicture}[scale = #1] \draw[draw=#2, line width=#3pt] (0.77,-0.4) ellipse (5.5 and 5.05); \draw[draw=#2, line width=#3pt] (-3.66,2.6) .. controls (-3.1,6.7) and (1.7,6.4) .. (3.1,6.4) .. controls (3.5,5.8) and (3.7,5) .. (3.36,4.16) .. controls (5,5.9) and (5.3,4.7) .. (3.9,3.7); \draw[draw=#2, line width=#3pt] (4.28,3.5) .. controls (1.3,4.1) and (0.7,-4.2) .. (3.3,-4.8); \draw[draw=#2, line width=#3pt] (4.1,1.2) .. controls (3.7,1) and (3.3,1.4) .. (4.6,1.7) .. controls (4.9,1.6) and (5,1.3) .. (4.1,1.2); \draw[draw=#2, line width=#3pt] (4.3,-0.5) node (v1) {} ellipse (0.6 and 0.6); \draw[draw=#2, line width=#3pt,fill=black] (v1) ellipse (0.3 and 0.3); \draw[fill=white] (4.32,-0.47) ellipse (0.15 and 0.15); \draw[draw=#2, line width=#3pt] (5.6,-2.9) .. controls (5.1,-2.8) and (3.9,-2.3) .. (3.5,-1.8); \draw[draw=#2, line width=#3pt] (3.2,-2) .. controls (3.4,-1.8) and (3.6,-1.7) .. (3.9,-1.8); \draw[draw=#2, line width=#3pt] (1.6,3.9) .. controls (1,3.8) and (0.8,3.2) .. (1.2,2.7) .. controls (0.6,2.7) and (0.3,1.7) .. (0.6,1.3) .. controls (0.4,1.2) and (0.3,1.1) .. (0.3,0.9); \draw[draw=#2, line width=#3pt] (1.4,-0.5) .. controls (-2.7,3.9) and (-2.1,-6.2) .. (1.1,-1.4); \draw [draw=#2, line width=#3pt] (0.77,0.08) .. controls (0.2,-0.2) and (0.3,-1.3) .. (0.84,-1.74); \draw [draw=#2, line width=#3pt] (-1.2,0.2) .. controls (-0.7,-0.1) and (-0.1,-0.3) .. (0.4,-0.4); \draw [draw=#2, line width=#3pt] (0.4,-0.8) .. controls (0.3,-0.8) and (-0.1,-0.9) .. (-0.4,-0.8); \draw[draw=#2, line width=#3pt] (0.5,-1.3) .. controls (0,-1.5) and (-0.5,-1.5) .. (-1.3,-1.4); \draw[draw=#2, line width=#3pt] (0.6,-1.5) .. controls (0.4,-1.6) and (0.2,-1.8) .. (-0.3,-2); \draw[draw=#2, line width=#3pt] (0.1,-3) .. controls (0,-3.3) and (0.1,-3.6) .. (0.5,-3.9) .. controls (0.2,-4.2) and (0.4,-4.8) .. (0.8,-4.9); \draw[draw=#2, line width=#3pt] (-0.6,3.5) .. controls (-1.2,3.5) and (-1.7,2.8) .. (-1.2,2.1) .. controls (-1.9,1.9) and (-2.1,1.5) .. (-1.8,0.8) .. controls (-2.2,0.5) and (-2.7,-0.3) .. (-2,-1); \draw[draw=#2, line width=#3pt] (-2.2,-1.9) .. controls (-2.4,-2.1) and (-2.5,-2.7) .. (-2,-2.9) .. controls (-2.5,-3.3) and (-2.2,-3.9) .. (-1.8,-4.2); \draw[draw=#2, line width=#3pt] (-3.2,1.8) .. controls (-3.5,1.7) and (-3.5,1.4) .. (-3.5,1) .. controls (-3.8,0.9) and (-4,-0.2) .. (-3.6,-0.5) .. controls (-3.9,-0.8) and (-4,-1.3) .. (-3.6,-1.7) .. controls (-3.8,-2) and (-3.7,-2.7) .. (-3.4,-2.9); \draw[draw=#2, line width=#3pt] (-4.72,-0.2) .. controls (-5.2,-0.3) and (-5.6,0.6) .. (-5.8,1.6) .. controls (-6.3,1.4) and (-6.7,0.7) .. (-6.5,0) .. controls (-7.3,-0.1) and (-7,-1) .. (-6.5,-1.5) .. controls (-7,-1.8) and (-6.9,-2.9) .. (-6.3,-3.1) .. controls (-6.3,-4.3) and (-5.6,-4.3) .. (-5.3,-3.6) .. controls (-4.9,-2.7) and (-4.52,-2.5) .. (-4.19,-2.6); \draw[draw=#2, line width=#3pt] (-5.9,-2.7) .. controls (-5.4,-2.3) and (-4.9,-2) .. (-4.4,-1.9); \draw[draw=#2, line width=#3pt] (-6.5,-1.5) .. controls (-5.9,-1.6) and (-5.2,-1.6) .. (-4.6,-1.4); \draw[draw=#2, line width=#3pt] (-6.1,-0.2) .. controls (-5.6,-0.5) and (-5.1,-0.7) .. (-4.7,-0.7); \draw[draw=#2, line width=#3pt] (-3.8,-3.2) .. controls (-4,-4.4) and (-3.5,-4.7) .. (-2.32,-4.55); \draw [draw=#2, line width=#3pt] (-1.9,-4.8) .. controls (-1.8,-5.5) and (-1.1,-5.7) .. (-0.1,-6) .. controls (0.4,-6.3) and (2.1,-6.4) .. (2.8,-5.1); \draw [draw=#2, line width=#3pt] (-0.7,-5.8) -- (-0.4,-5.3); \draw[draw=#2, line width=#3pt] (0.5,-6.18) -- (0.6,-5.4); \draw[draw=#2, line width=#3pt] (1.85,-6.05) -- (1.5,-5.4); \draw[draw=#2, line width=#3pt] (3,5.5) .. controls (3.1,5.1) and (3,4.7) .. (2.8,4.3); \draw[draw=#2, line width=#3pt] (1.8,6.4) .. controls (2,5.8) and (2,5.1) .. (1.9,4.5); \draw[draw=#2, line width=#3pt] (0.5,4.6) .. controls (0.7,4.8) and (0.6,5.5) .. (0.41,6.2); \draw[draw=#2, line width=#3pt] (-0.3,4.5) .. controls (-0.4,5) and (-0.6,5.5) .. (-0.87,5.89); \draw[draw=#2, line width=#3pt] (-1.4,4.2) .. controls (-1.5,4.4) and (-1.7,4.8) .. (-2.1,5.2); \draw[draw=#2, line width=#3pt] (-2.5,3.8) .. controls (-2.5,4) and (-2.8,4.3) .. (-3,4.3); \end{tikzpicture} } \newcommand{\fcPenguinA}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt] (4.4,-2) .. controls (4.26,-2.88) and (4.44,-3.63) .. (4.6,-4.1) .. controls (4.72,-4.42) and (4.58,-4.88) .. (4,-5.07) .. controls (2.7,-5.8) and (-1.6,-5.5) .. (-2.5,-5.11) .. controls (-4.4,-4.8) and (-4.1,-2.4) .. (-3.5,2) .. controls (-3.57,6.91) and (3.3,9) .. (4.34,3.24) .. controls (4.5,2.7) and (4.5,1.9) .. (4.4,1.5); \draw[draw=#2, line width=#3pt] (4.2,1.8) .. controls (6.3,-2.9) and (3.9,-3.2) .. (1.8,0.8); \draw[draw=#2, line width=#3pt] (-0.49,3.57) node (v1) {} ellipse (0.5 and 0.5); \draw[draw=#2, line width=#3pt] (-2.4,3.8) ellipse (0.4 and 0.4); \draw[line width=#3pt,fill=black] (v1) ellipse (0.2 and 0.2); \draw[line width=#3pt,fill=white] (v1) ellipse (0.15 and 0.15); \draw[line width=#3pt,fill=black] (-2.4,3.8)ellipse (0.2 and 0.2); \draw[line width=#3pt,fill=white] (-2.4,3.8)ellipse (0.15 and 0.15); \draw[draw=#2, line width=#3pt] (-2.07,5.48) .. controls (-1.8,5.5) and (-1.7,5.1) .. (-1.3,4.8) .. controls (0.4,6.2) and (0.9,5.3) .. (1.2,4.7) .. controls (1.6,4.1) and (1.1,2.4) .. (1,1.6) .. controls (0.9,-0.7) and (2.5,-3) .. (-0.18,-4.54) .. controls (-0.7,-4.6) and (-3.1,-4.7) .. (-3.9,-3.4); \draw[draw=#2, line width=#3pt] (-3.5,1.7) .. controls (-5.4,-1) and (-4.9,-1.9) .. (-3.9,-1.3); \draw[draw=#2, line width=#3pt] (-0.6,4.9) .. controls (-0.2,5.1) and (0.2,4.8) .. (0.3,4.5) .. controls (0,4.5) and (-0.6,4.7) .. (-0.6,4.9); \draw[draw=#2, line width=#3pt] (-0.73,4.17) .. controls (-0.52,4.24) and (-0.3,4.2) .. (-0.2,4.1); \draw [draw=#2, line width=#3pt] (-2.6,4.3) .. controls (-2.4,4.4) and (-2.3,4.4) .. (-2.2,4.3); \draw[draw=#2, line width=#3pt] (-2.3,5.2) .. controls (-1.9,5.2) and (-1.9,5) .. (-2.6,4.8); \draw[draw=#2, line width=#3pt] (-1.7,3.5) .. controls (-2,3.4) and (-2.3,3.2) .. (-2.7,3.1) .. controls (-2.9,2.5) and (-1.6,2.6) .. (-1.5,2.83); \draw[draw=#2, line width=#3pt] (-2.3,2.6) .. controls (-2.1,2.3) and (-1.6,2.3) .. (-1.3,2.5) .. controls (-1,2.7) and (-1,2.9) .. (-1.3,2.9) .. controls (-1.4,3.1) and (-1.5,3.4) .. (-1.7,3.5); \draw[draw=#2, line width=#3pt] (-1.7,2.8) .. controls (-1.6,2.9) and (-1.4,2.8) .. (-1.41,2.63); \draw[draw=#2, line width=#3pt] (-2.6,-5.1) .. controls (-3.27,-5.57) and (-3.67,-5.97) .. (-3.74,-6.33) .. controls (-2.97,-6.17) and (-2.97,-6.77) .. (-2.77,-6.77) .. controls (-2.17,-6.47) and (-1.67,-6.57) .. (-1.37,-6.77) .. controls (-0.89,-6.32) and (-1.17,-5.77) .. (-0.7,-5.5); \draw[draw=#2, line width=#3pt] (0.3,-5.5) .. controls (-0.2,-5.8) and (-0.6,-6.2) .. (-0.67,-6.56) .. controls (0.1,-6.4) and (0.1,-7) .. (0.3,-7) .. controls (0.9,-6.7) and (1.4,-6.8) .. (1.7,-7) .. controls (2.2,-6.5) and (1.9,-6) .. (2.4,-5.5); \end{tikzpicture} } \newcommand{\fcBearB}[3] { \begin{tikzpicture}[scale = #1] \draw[draw=#2, line width=#3pt] (2.88,-5.08) node (v1) {} ellipse (1.4 and 1.4); \draw[draw=#2, line width=#3pt] (v1) ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt] (1.1,-4.9) arc (175.4322:421.2939:1.75); \draw [draw=#2, line width=#3pt] (3.6,-3.6) .. controls (2.3,-3.26) and (1.4,-3.86) .. (1.3,-4.81); \draw[draw=#2, line width=#3pt] (3.55,-3.31) .. controls (2.5,-3.2) and (1.5,-3.3) .. (1.01,-4.76); \draw[draw=#2, line width=#3pt] (1.02,-4.76) -- (1.3,-4.81); \draw[draw=#2, line width=#3pt] (3.52,-3.29) -- (3.6,-3.6); \draw [draw=#2, line width=#3pt] (1.48,5.18) .. controls (0.9,5.4) and (0.4,6.1) .. (0.1,6.5) .. controls (-0.3,6.9) and (-2.7,6.7) .. (-2,5) .. controls (-6.2,1.4) and (-5.8,-0.3) .. (-4.62,-1.65); \draw [draw=#2, line width=#3pt] (-4.61,-1.65) .. controls (-3.45,-2.13) and (-2.5,-2.1) .. (-2.1,-2.3) .. controls (-1.8,-3.1) and (-1.6,-3.7) .. (-1.4,-4) .. controls (0.7,-4.5) and (0.6,-3.9) .. (-0.34,-3.5) .. controls (0.1,-2.4) and (0.3,-0.3) .. (-1.5,0.4); \draw [draw=#2, line width=#3pt] (-2.1,5.3) .. controls (-3,5.2) and (-3,4.8) .. (-2,5); \draw[draw=#2, line width=#3pt] (-5.2,-0.7) .. controls (-6,-0.8) and (-5.5,-1.4) .. (-5,-1.2); \draw[draw=#2, line width=#3pt] (0.6,5.9) .. controls (0.4,5.7) and (0.2,5.6) .. (-0.3,5.5) .. controls (-0.85,6.26) and (-1.36,5.16) .. (-0.5,4.9); \draw[draw=#2, line width=#3pt] (-0.9,5.2) -- (-2.1,4.9); \draw[draw=#2, line width=#3pt] (-0.36,5.33) .. controls (-0.62,5.91) and (-0.9,5.1) .. (-0.4,5.2); \draw [fill=black] (0.4,5.1) ellipse (0.15 and 0.15); \draw [draw=#2, line width=#3pt] (1.48,5.18) .. controls (1.88,4.55) and (1.1,3.9) .. (0.6,3.2); \draw [draw=#2, line width=#3pt] (-4.6,-1.6) .. controls (-4.8,-2.1) and (-4.5,-2.8) .. (-2.23,-2.23); \draw [draw=#2, line width=#3pt] (0.5,3) ellipse (0.14 and 0.14); \draw[draw=#2, line width=#3pt] (0.6,3.1) -- (0.9,3.2) -- (0.8,2.9) -- (0.6,2.9); \draw[draw=#2, line width=#3pt] (0.39,3.15) -- (0.1,3.4) -- (0,2.9) -- (0.35,2.95); \draw [draw=#2, line width=#3pt] (1.5,5.1) .. controls (1.1,5.1) and (1.4,4.7) .. (1.6,4.7); \draw[draw=#2, line width=#3pt] (-1.1,-4.1) .. controls (-1.1,-4.6) and (-0.2,-4.6) .. (0,-4.2); \draw [draw=#2, line width=#3pt] (-1.2,-4) -- (-5.1,-4.9); \draw[draw=#2, line width=#3pt] (-5.1,-4.9) .. controls (-5.3,-5) and (-5.2,-5.2) .. (-4.9,-5.2); \draw[draw=#2, line width=#3pt] (-0.1,-5.6) -- (-4.9,-5.2); \draw[draw=#2, line width=#3pt] (0.2,-3.8) .. controls (1.2,-3.9) and (1.1,-5.6) .. (-0.1,-5.6); \draw [draw=#2, line width=#3pt] (-3.79,-5.26) arc (-5.7908:-307.4861:1.35); \draw [draw=#2, line width=#3pt] (-3.51,-5.3) arc (-3.9843:-192.7573:1.68); \draw [draw=#2, line width=#3pt] (-6.7,-4.8) .. controls (-6.3,-3.8) and (-5.8,-3.4) .. (-4.5,-3.6); \draw[draw=#2, line width=#3pt] (-7.1,-4.7) .. controls (-6.7,-3.2) and (-5.3,-3.1) .. (-4.5,-3.3); \draw [draw=#2, line width=#3pt] (-7.1,-4.7) -- (-6.6,-4.8); \draw[draw=#2, line width=#3pt] (-4.5,-3.6) -- (-4.5,-3.3); \draw [draw=#2, line width=#3pt] (-3.1,-2.4) -- (-3.01,-4.4); \draw[draw=#2, line width=#3pt] (-3.3,-2.5) -- (-3.3,-4.5); \draw[draw=#2, line width=#3pt] (-3.3,-3.5) -- (-4.7,-4.8); \draw[draw=#2, line width=#3pt] (-3.3,-3) -- (-5.24,-4.9); \draw[draw=#2, line width=#3pt] (-3.56,-4.53) .. controls (-3.58,-4.44) and (-3.71,-4.11) .. (-3.8,-4); \draw[draw=#2, line width=#3pt] (-4.06,-3.76) .. controls (-4.13,-3.63) and (-4.33,-3.53) .. (-4.47,-3.5); \draw[draw=#2, line width=#3pt] (-4.1,-4.2) .. controls (-4,-4.3) and (-3.89,-4.44) .. (-3.9,-4.6); \draw [draw=#2, line width=#3pt] (-1.9,-2.7) -- (-3.1,-2.9); \draw[draw=#2, line width=#3pt] (-3.1,-3.3) -- (-1.8,-3); \draw[draw=#2, line width=#3pt] (-0.1,-2.7) -- (1.79,-2.43) -- (1.5,-0.9); \draw [draw=#2, line width=#3pt] (1.68,-2) -- (-0.06,-2.3); \draw [draw=#2, line width=#3pt] (1.8,-0.9) -- (2,-2.4); \draw[draw=#2, line width=#3pt] (2,-0.6) -- (2,-0.8) -- (2.2,-2.3) -- (2.29,-2.67); \draw[draw=#2, line width=#3pt] (2.3,-2.4) -- (1.7,-2.5) -- (1.8,-2.8) -- (2.29,-2.67); \draw[draw=#2, line width=#3pt] (1.4,-0.9) rectangle (2,-0.6); \draw[draw=#2, line width=#3pt] (2.31,-3.79) .. controls (2.44,-4.26) and (2.6,-4.6) .. (2.89,-4.85); \draw[draw=#2, line width=#3pt] (2.1,-3.9) .. controls (2.2,-4.4) and (2.4,-4.8) .. (2.7,-5); \draw[draw=#2, line width=#3pt] (1.9,-2.75) -- (2.02,-3.44); \draw[draw=#2, line width=#3pt] (2.21,-3.31) -- (2.09,-2.71); \draw[draw=#2, line width=#3pt] (2.3,-3.6) .. controls (2.3,-3.7) and (2.3,-3.7) .. (2.3,-3.8); \draw [draw=#2, line width=#3pt] (2.06,-3.7) .. controls (2.06,-3.7) and (2.1,-3.8) .. (2.1,-3.9); \draw[draw=#2, line width=#3pt] (0.3,-3.8) -- (0.62,-3.38); \draw[draw=#2, line width=#3pt] (0.1,-3.7) -- (0.4,-3.32); \draw [draw=#2, line width=#3pt] (0.2,-3.15) .. controls (0.17,-3.38) and (1.03,-3.52) .. (1,-3.23); \draw[draw=#2, line width=#3pt] (0.1,-2.7) .. controls (-0.38,-3.34) and (1.3,-3.2) .. (1.4,-3.2) .. controls (1.5,-2.8) and (0.94,-2.8) .. (0.9,-2.5); \draw[draw=#2, line width=#3pt] (1,-2.1) .. controls (1.1,-1.5) and (1.34,-0.3) .. (1,-0.1) .. controls (0.8,-0.2) and (0.9,-0.5) .. (0.8,-0.7) .. controls (0.8,-0.8) and (0.56,-0.8) .. (0.56,-0.7) .. controls (0.46,-0.2) and (0.7,0.2) .. (0.9,0.32); \draw [draw=#2, line width=#3pt] (-1.1,5.16) .. controls (-1.04,4.94) and (-1.34,4.76) .. (-1.6,5); \draw[draw=#2, line width=#3pt] (-1.4,4.9) .. controls (-1.1,4.2) and (-0.3,3.6) .. (0.7,3.4) .. controls (0.9,3.3) and (1,3.5) .. (0.9,3.6) .. controls (0.4,3.51) and (-1,4.1) .. (-1.15,4.93); \draw[draw=#2, line width=#3pt] (0.81,4.6) .. controls (0.9,4.2) and (1.2,4.2) .. (1.45,4.3); \draw[draw=#2, line width=#3pt] (0.66,4.55) -- (0.92,4.68); \draw[draw=#2, line width=#3pt] (-1.2,0.3) .. controls (-1.2,0.6) and (-1.1,0.9) .. (-0.9,1); \draw [draw=#2, line width=#3pt] (-1.4,1.5) .. controls (-1.2,1.3) and (-1,1.1) .. (-0.8,1) .. controls (-0.6,0.6) and (0.7,0.6) .. (1.2,0.1) .. controls (1.4,0.1) and (1.5,0.2) .. (1.3,0.5) .. controls (1.6,0.3) and (1.8,0.4) .. (1.5,0.6) .. controls (2,0.8) and (0.4,0.7) .. (-0.08,2.82); \draw[draw=#2, line width=#3pt] (0,2.5) .. controls (0.1,2.7) and (0.42,2.9) .. (0.45,2.79) .. controls (0.59,2.21) and (1.3,1.67) .. (1.9,1.4) .. controls (2.23,1.27) and (2,0.7) .. (1.7,0.8) .. controls (1.98,1.23) and (1.59,1.11) .. (1.3,0.9); \draw[draw=#2, line width=#3pt] (0.42,2.8) .. controls (0.4,2.62) and (0.31,2.3) .. (0.15,2.13); \draw [draw=#2, line width=#3pt] (-0.13,0.67) .. controls (-0.2,0.2) and (-0.13,-0.18) .. (-0.32,-0.54); \draw [draw=#2, line width=#3pt] (0.6,0) .. controls (0.53,0.13) and (0.12,0.23) .. (-0.14,0.1); \draw [draw=#2, line width=#3pt] (1.5,0.4) .. controls (1.6,0.2) and (1.7,-0.2) .. (1.7,-0.6); \draw[draw=#2, line width=#3pt] (1.46,-0.6) .. controls (1.46,-0.34) and (1.4,-0.1) .. (1.3,0.04); \draw [draw=#2, line width=#3pt] (2.3,-2.7) .. controls (2.27,-3.04) and (2.7,-3.1) .. (4.4,-3) .. controls (4.9,-3) and (5,-2.9) .. (5.5,-0.3) .. controls (4.9,-0.3) and (2.7,-0.2) .. (1.9,-0.3) .. controls (1.9,-0.4) and (1.9,-0.4) .. (1.9,-0.59); \draw[draw=#2, line width=#3pt] (2.4,-0.3) node (v2) {} -- (3.3,-3); \draw[draw=#2, line width=#3pt] (3,-0.3) -- (3.8,-3); \draw [draw=#2, line width=#3pt] (4.6,-0.3) -- (3.9,-3); \draw[draw=#2, line width=#3pt] (5.2,-0.3) node (v3) {} -- (4.1,-3); \draw[draw=#2, line width=#3pt] (v2) -- (2.4,1.1) -- (4.5,1.1) -- (4.5,-0.3); \draw [draw=#2, line width=#3pt] (3.57,-0.24) -- (3.58,1.1); \draw[draw=#2, line width=#3pt] (3.2,-0.2) -- (3.2,1.1); \draw [draw=#2, line width=#3pt] (2.8,1) -- (2.7,2) -- (4.6,2.1) -- (4.6,1.5) -- (4,1.5) -- (4,1.1); \draw[draw=#2, line width=#3pt] (4.3,1.5) -- (5.3,1.5) -- (v3); \draw[draw=#2, line width=#3pt] (5.27,0.59) -- (4.5,0.6); \draw[draw=#2, line width=#3pt] (3.4,1.8) .. controls (3.4,2.4) and (3.8,2.4) .. (3.9,1.8); \draw [draw=#2, line width=#3pt] (3.4,1.8) .. controls (3.2,2.6) and (4,2.7) .. (3.9,1.8); \draw[draw=#2, line width=#3pt] (5.2,0.3) -- (4.5,0.3); \draw [draw=#2, line width=#3pt] (1.4,0.8) -- (1.4,1); \draw[draw=#2, line width=#3pt] (1.5,0.7) -- (1.8,1); \end{tikzpicture} } \newcommand{\fcWhale}[3] { \begin{tikzpicture}[scale = #1] \draw[draw=#2, line width=#3pt] (-6.82,3.68) .. controls (-1.6,8.4) and (6.5,4.7) .. (6.3,-3.9) .. controls (8,-4.6) and (8.2,-6.8) .. (5.9,-5.7) .. controls (4.8,-5.6) and (2.53,-8.57) .. (3.71,-5.21) .. controls (5,-4.1) and (4.9,-3.6) .. (3.9,-2.7) .. controls (3.4,-2.3) and (2.5,-2) .. (1.37,-1.7); \draw[draw=#2, line width=#3pt] (-6.2,3.6) .. controls (-8.8,4.2) and (-8.7,2.3) .. (-7.29,1.8); \draw[draw=#2, line width=#3pt] (-4.3,2.4) .. controls (-4.8,1.9) and (-5.6,1.2) .. (-7.29,1.8); \draw[draw=#2, line width=#3pt] (-7.29,1.8) .. controls (-7,-2) and (-2.5,-2.2) .. (-1.3,-1.9); \draw [draw=#2, line width=#3pt] (-2,1.4) .. controls (-2.1,0) and (-1.7,-2.7) .. (0.7,-3.4) .. controls (1.3,-2.5) and (1.7,-0.3) .. (1.4,1.1); \draw[draw=#2, line width=#3pt] (-5,1.8) .. controls (-4.9,1.5) and (-4.2,1.5) .. (-3.8,1.6) .. controls (-2.9,1.6) and (-2.5,0.2) .. (-1.87,-0.09); \draw[draw=#2, line width=#3pt] (-4.6,2.4) .. controls (-4.5,2.4) and (-4.2,2.4) .. (-4.1,2.2); \draw[draw=#2, line width=#3pt] (4.7,-3.7) .. controls (4.7,-3) and (4.2,-2.2) .. (3.8,-1.8) .. controls (5.3,-2) and (5.9,-2) .. (4.7,-0.9) .. controls (3.6,0.1) and (2.4,-0.3) .. (2.4,-1.3) .. controls (2.1,-1.3) and (1.86,-1.25) .. (1.42,-1.21); \draw[draw=#2, line width=#3pt] (-0.6,5.7) .. controls (1.3,6.7) and (4.13,7.14) .. (5.9,6.2) .. controls (4.7,5.8) and (3.5,4.9) .. (3.2,3.9); \draw[draw=#2, line width=#3pt] (-1.8,4) .. controls (-0.4,4.4) and (0.7,4.2) .. (1.2,2.9) .. controls (1,2.7) and (-0.7,2) .. (-2.4,2.5) .. controls (-3.2,2.7) and (-3.3,3.2) .. (-1.8,4); \draw [draw=#2, line width=#3pt] (-3.9,3.3) node (v1) {} ellipse (0.5 and 0.5); \draw [fill=black, line width=#3pt] (v1) ellipse (0.3 and 0.3); \draw [fill=white, line width=#3pt] (v1) ellipse (0.15 and 0.15); \draw[draw=#2, line width=#3pt] (-3.9,4) .. controls (-3.6,4) and (-3.3,3.9) .. (-3.2,3.7); \draw[draw=#2, line width=#3pt] (-4,4.5) .. controls (-3.7,4.6) and (-3.3,4.5) .. (-3,4.3) .. controls (-2.9,4.5) and (-3.4,4.7) .. (-4,4.5); \end{tikzpicture} } \newcommand{\fcDeskLampD}[3] { \begin{tikzpicture}[scale = #1] \draw[draw=#2, line width=#3pt] (-0.4,5) ellipse (2.4 and 0.7); \draw[draw=#2, line width=#3pt] (-2.8,4.9) -- (-3.4,0.6); \draw[draw=#2, line width=#3pt] (2,5) -- (3.42,0.6); \draw[draw=#2, line width=#3pt] (-3.4,0.6) .. controls (-2,-0.9) and (2,-0.3) .. (3.4,0.6); \draw [draw=#2, line width=#3pt] (-2.2,6.1) -- (-2.9,7); \draw[draw=#2, line width=#3pt] (-0.4,6.6) -- (-0.4,7.4); \draw[draw=#2, line width=#3pt] (1.5,6.1) -- (1.7,7.2); \draw [draw=#2, line width=#3pt] (-3.6,-1.4) -- (-3.2,-0.6); \draw[draw=#2, line width=#3pt] (3.1,-0.2) -- (3.7,-1); \draw[draw=#2, line width=#3pt] (-2.2,-0.1) .. controls (-2.3,-0.9) and (-2.4,-1.4) .. (-2.2,-2.4) .. controls (-2.4,-2.9) and (-1.6,-3.2) .. (-1.2,-3.3) .. controls (-1.6,-2.8) and (-1.9,-1.5) .. (-1.5,-0.9); \draw[draw=#2, line width=#3pt] (1.7,-0.7) .. controls (1.9,-1.6) and (1.9,-2.6) .. (1.6,-3) .. controls (1.5,-3.5) and (1.4,-3.9) .. (1.3,-4.5) .. controls (1.6,-4.6) and (2.1,-5.2) .. (0.6,-5) .. controls (0.3,-4.9) and (0.2,-4.1) .. (0.1,-3.8) .. controls (0,-4.3) and (0,-4.7) .. (0,-5) .. controls (-0.8,-5.3) and (-2,-4.8) .. (-0.9,-4.5) .. controls (-1,-4.2) and (-1.1,-3.7) .. (-1.2,-3.3); \draw[draw=#2, line width=#3pt] (2.5,0.1) .. controls (2.6,-0.4) and (2.7,-1.4) .. (2.5,-2.3) .. controls (2.5,-2.6) and (2.3,-3.1) .. (1.6,-3.2); \draw[draw=#2, line width=#3pt] (-1.1,-4.29) .. controls (-4.6,-6.6) and (5.5,-5.7) .. (1.5,-4.2); \draw [draw=#2, line width=#3pt] (-2,-6.8) .. controls (-1,-7.2) and (0.7,-7.2) .. (2.5,-6.7); \draw[draw=#2, line width=#3pt] (-1.9,-5.2) -- (-2,-6.8); \draw[draw=#2, line width=#3pt] (2.46,-4.96) -- (2.48,-6.66); \end{tikzpicture} } \newcommand{\fcTurtleC}[3] { \begin{tikzpicture}[scale = #1] \draw[draw=#2, line width=#3pt] (-6.5,1.8) .. controls (-6.2,2.3) and (-5.7,3.3) .. (-4.6,3.5) .. controls (-4.1,4.5) and (-1.7,5.3) .. (-1.1,5) .. controls (-0.3,5.1) and (1.8,4.7) .. (2.2,4.1) .. controls (2.8,4.1) and (3.2,3.6) .. (3.4,3.4); \draw[draw=#2, line width=#3pt] (1.8,2.1) .. controls (2.6,4) and (6.2,3.7) .. (6.79,2.38) .. controls (7.05,1.55) and (7.4,0.8) .. (7.69,0.19) .. controls (10,-3.9) and (-0.2,-4.9) .. (0.7,-0.4) .. controls (1.1,0.3) and (1.5,0.9) .. (1.8,2.1); \draw [draw=#2, line width=#3pt] (6.02,0.6) ellipse (0.5 and 0.5); \draw [ line width=#3pt,fill=black] (6.02,0.6) ellipse (0.25 and 0.25); \draw [ line width=#3pt,fill=white] (6.02,0.6) ellipse (0.15 and 0.15); \draw [draw=#2, line width=#3pt] (3.52,0.6) ellipse (0.5 and 0.5); \draw [ line width=#3pt,fill=black] (3.52,0.6) ellipse (0.25 and 0.25); \draw [ line width=#3pt,fill=white] (3.52,0.6) ellipse (0.15 and 0.15); \draw[draw=#2, line width=#3pt] (3.4,-0.3) .. controls (4.9,0.4) and (6.3,0.1) .. (6.5,-1.1) .. controls (6.8,-2.4) and (3.2,-3.5) .. (2.9,-0.9); \draw[draw=#2, line width=#3pt] (3.2,-1.2) .. controls (3.1,-0.9) and (2.7,-0.9) .. (2.6,-1); \draw[draw=#2, line width=#3pt] (2.6,-1) .. controls (2.6,-1.4) and (2.9,-2.01) .. (3.29,-1.92); \draw[draw=#2, line width=#3pt] (5.51,1.84) .. controls (5.5,2.3) and (6.5,2.1) .. (6.6,1.5) .. controls (6.31,1.59) and (5.9,1.96) .. (5.51,1.84); \draw[draw=#2, line width=#3pt] (2.9,1.5) .. controls (2.93,1.83) and (3.6,2.2) .. (4,1.8) .. controls (3.7,1.8) and (3.25,1.69) .. (2.9,1.5); \draw[draw=#2, line width=#3pt] (-7.69,-0.9) .. controls (-8.2,-0.9) and (-8.6,-0.7) .. (-9.1,-0.2) .. controls (-8.6,0) and (-8,0) .. (-7.5,0.4) .. controls (-7.5,1) and (-6.9,1.6) .. (-6.7,1.6) .. controls (-5.1,1.8) and (-4.9,-0.1) .. (-4.9,-0.4) .. controls (-4.8,-1.2) and (-4,-1.4) .. (-3.6,-0.8) .. controls (-2.5,0.5) and (-0.9,0) .. (0,-0.8) .. controls (0.1,0.5) and (1.1,2.3) .. (1.9,2.2); \draw [draw=#2, line width=#3pt] (-5.1,0.7) .. controls (-4.7,1.3) and (-4.4,2.2) .. (-3.5,2.27) .. controls (-2.7,2.7) and (-2.2,2.8) .. (-1.3,1.3) .. controls (-1.4,0.9) and (-1.5,0.4) .. (-1.6,-0.1); \draw[draw=#2, line width=#3pt] (-1.3,1.3) .. controls (-0.1,2.2) and (0.7,2.4) .. (1.1,1.7); \draw[draw=#2, line width=#3pt] (0.7,2) .. controls (1.1,3) and (1.8,3.6) .. (2.4,4); \draw[draw=#2, line width=#3pt] (-2.2,2.4) .. controls (-2.3,3.1) and (-1.6,4.2) .. (-1,5); \draw[draw=#2, line width=#3pt] (-3.9,2.1) .. controls (-4.1,2.5) and (-4.4,3) .. (-4.6,3.5); \draw[draw=#2, line width=#3pt] (-7,0.3) .. controls (-8,-0.4) and (-8.4,-4) .. (-7,-4.2) .. controls (-4.3,-4.7) and (-5.1,-2.8) .. (-5.4,-2.4) .. controls (-5.4,-1.6) and (-5.3,0.4) .. (-7,0.3); \draw [draw=#2, line width=#3pt] (-7.1,-4.1) .. controls (-7.1,-3.3) and (-6.8,-3.2) .. (-6.6,-4.3); \draw[draw=#2, line width=#3pt] (-6.4,-4.2) .. controls (-6.4,-3.2) and (-6.1,-2.9) .. (-5.6,-4.1); \draw [draw=#2, line width=#3pt] (-5.3,-4) .. controls (-6,-2.6) and (-5.3,-2.9) .. (-5.1,-2.9); \draw[draw=#2, line width=#3pt] (-7.4,-0.2) -- (-7.5,0.41); \draw[draw=#2, line width=#3pt] (-5.4,-1.8) .. controls (-5.1,-2.2) and (-4.1,-2.4) .. (-3.7,-2.4) .. controls (-2.6,-0.8) and (-0.8,-0.8) .. (-0.3,-2.3) .. controls (-0.4,-3.4) and (-0.4,-3.7) .. (-0.3,-4) .. controls (1.3,-6.4) and (-4.3,-7.1) .. (-3.7,-2.4); \draw[draw=#2, line width=#3pt] (-2.6,-5.5) .. controls (-2.5,-4.2) and (-2.2,-4.6) .. (-1.7,-5.8); \draw[draw=#2, line width=#3pt] (-1.3,-5.9) .. controls (-1.9,-4.1) and (-1.3,-4.1) .. (-0.5,-5.6); \draw[draw=#2, line width=#3pt] (-0.2,-5.4) .. controls (-1,-4.2) and (-0.6,-4) .. (0,-4.6); \draw [draw=#2, line width=#3pt] (-5.2,-2.7) .. controls (-4.8,-2.8) and (-4.5,-3) .. (-3.8,-3.1); \draw[draw=#2, line width=#3pt] (-5,-3.2) .. controls (-4.74,-3.27) and (-4.3,-3.44) .. (-3.7,-3.56); \draw [draw=#2, line width=#3pt] (-0.2,-4.1) .. controls (0.5,-4.2) and (2.6,-3.8) .. (2.8,-3.6) .. controls (3,-3.6) and (3.6,-3.5) .. (3.7,-3.4); \draw [draw=#2, line width=#3pt] (-4.4,-3) -- (-4.3,-3.4); \draw[draw=#2, line width=#3pt] (0.8,-1.8) .. controls (1,-2.2) and (-0.2,-3.1) .. (-0.3,-2.3); \draw [draw=#2, line width=#3pt] (-0.4,-3.3) .. controls (-0.1,-3.4) and (0.4,-3.2) .. (1,-3) .. controls (1.6,-3.4) and (2.1,-3.5) .. (2.8,-3.6); \draw [draw=#2, line width=#3pt] (0.45,-3.17) .. controls (0.72,-3.72) and (1.15,-3.86) .. (1.5,-3.9); \draw [draw=#2, line width=#3pt] (0.5,-4.1) .. controls (0.3,-3.9) and (0.1,-3.7) .. (0,-3.3); \draw[draw=#2, line width=#3pt] (2.6,-3.7) .. controls (2.3,-5.9) and (6.7,-5.4) .. (6,-3.1); \draw[draw=#2, line width=#3pt] (2.7,-4.5) .. controls (3.2,-3.6) and (3.5,-3.6) .. (3.4,-5); \draw[draw=#2, line width=#3pt] (3.71,-5.05) .. controls (3.8,-3.7) and (4.3,-3.5) .. (4.4,-5.1); \draw [draw=#2, line width=#3pt] (4.79,-4.99) .. controls (4.7,-4) and (4.8,-3.7) .. (5.43,-4.61); \end{tikzpicture} } \newcommand{\fcOctopusB}[3] { \begin{tikzpicture}[scale = #1] \draw[draw=#2, line width=#3pt] (2.5,2.1) .. controls (5.1,9.5) and (-6,7.6) .. (-3.6,2.7) .. controls (-3.4,0.5) and (-4.1,0.2) .. (-7.8,0.7) .. controls (-9.3,0.1) and (-8.9,-2.3) .. (-7.6,-2.3) .. controls (-7.9,-1) and (-7.7,-0.6) .. (-6.9,-1.1) .. controls (-6,-1.9) and (-4.8,-2.1) .. (-3.4,-0.4) .. controls (-3.1,-1.8) and (-6.6,-2.8) .. (-6.46,-4.57) .. controls (-6.2,-7.1) and (-3.8,-5.8) .. (-4.7,-5.1) .. controls (-5,-3.7) and (-4.3,-3.4) .. (-2.8,-3) .. controls (-2.3,-2.5) and (-1.9,-1.7) .. (-1.8,-0.9) .. controls (-2.5,-2.9) and (-2.2,-4.8) .. (-0.7,-5.9) .. controls (0.9,-7.5) and (0.9,-6.5) .. (1.3,-6.3) .. controls (1.4,-5.9) and (0.8,-4.9) .. (0.2,-4.3) .. controls (-0.7,-3.4) and (-0.1,-1.9) .. (0.2,-0.8) .. controls (-0.1,-3.7) and (2.1,-3.5) .. (2.8,-4) .. controls (4.3,-4.4) and (4.7,-6.7) .. (6.6,-5.4) .. controls (6.4,-4.8) and (5.6,-4.2) .. (5.06,-3.23) .. controls (4.6,-2.6) and (2.3,-2.1) .. (2,-0.7) .. controls (3.3,-1.9) and (4.7,-1.2) .. (5.7,-1) .. controls (6.8,-0.7) and (7.9,-3.7) .. (7.9,-1.1) .. controls (7.8,0.4) and (5.5,1) .. (3.8,0.5) .. controls (2.8,0.4) and (2.1,1.1) .. (2.5,2.1); \draw [draw=#2, line width=#3pt] (0.6,3.35) ellipse (0.5 and 0.5); \draw [ line width=#3pt,fill=black] (0.6,3.35) ellipse (0.25 and 0.25); \draw [ line width=#3pt,fill=white] (0.6,3.35) ellipse (0.15 and 0.15); \draw [draw=#2, line width=#3pt] (-1.7,3.4) ellipse (0.5 and 0.5); \draw [ line width=#3pt,fill=black](-1.7,3.4) ellipse (0.25 and 0.25); \draw [ line width=#3pt,fill=white] (-1.7,3.4) ellipse (0.15 and 0.15); \draw[draw=#2, line width=#3pt] (-2.2,4.4) .. controls (-2,4.7) and (-1.6,4.8) .. (-1.3,4.7) .. controls (-1.4,5.5) and (-2.3,5) .. (-2.2,4.4); \draw[draw=#2, line width=#3pt] (1.1,4.4) .. controls (1,4.8) and (0.4,4.7) .. (0.3,4.7) .. controls (0.3,5.2) and (1,5.3) .. (1.1,4.4); \draw [draw=#2, line width=#3pt] (-1,2.4) .. controls (-0.9,2.1) and (-0.4,2) .. (-0.2,2.4); \draw [draw=#2, line width=#3pt] (-4.5,-1.3) .. controls (-5.1,-1.1) and (-4.1,-0.3) .. (-3.8,-0.8); \draw[draw=#2, line width=#3pt] (-5.1,-1.7) .. controls (-5.8,-0.5) and (-6.4,-1) .. (-6.1,-1.63); \draw[draw=#2, line width=#3pt] (-6.8,-1.2) .. controls (-6.7,-0.8) and (-7.6,-0.3) .. (-7.6,-0.9); \draw[draw=#2, line width=#3pt] (-7.6,-2.2) .. controls (-8.4,-1.7) and (-8.5,-1) .. (-7.7,-1.3); \draw[draw=#2, line width=#3pt] (-4.8,-5.99) .. controls (-5.1,-5.79) and (-5,-5.49) .. (-4.6,-5.29); \draw[draw=#2, line width=#3pt] (-4.8,-4.5) .. controls (-5,-5) and (-5.3,-4) .. (-4.7,-4.1); \draw [draw=#2, line width=#3pt] (-4.3,-3.7) .. controls (-4.9,-3.3) and (-3.9,-2.8) .. (-3.8,-3.3); \draw[draw=#2, line width=#3pt] (-3.4,-3.2) .. controls (-3.5,-2.8) and (-2.9,-2.6) .. (-2.52,-2.67); \draw [draw=#2, line width=#3pt] (-2.1,-3.3) .. controls (-1.6,-3.5) and (-1.4,-4.2) .. (-1.8,-4.6); \draw[draw=#2, line width=#3pt] (-1.6,-5.1) .. controls (-1.2,-5) and (-0.8,-5.4) .. (-0.9,-5.8); \draw [draw=#2, line width=#3pt] (-0.5,-6.1) .. controls (0.1,-5.9) and (0.4,-6.1) .. (0.5,-6.8); \draw [draw=#2, line width=#3pt] (0.3,-2.5) .. controls (0.7,-2.4) and (1.1,-2.7) .. (1.3,-3.3); \draw[draw=#2, line width=#3pt] (1.7,-3.6) .. controls (2.1,-3.3) and (2.8,-3.4) .. (2.8,-4); \draw[draw=#2, line width=#3pt] (3.3,-4.2) .. controls (3.6,-4.1) and (4.3,-4.7) .. (4.4,-5.2); \draw[draw=#2, line width=#3pt] (4.6,-5.5) .. controls (4.9,-5.4) and (5.6,-5.4) .. (5.8,-5.7); \draw[draw=#2, line width=#3pt] (2.5,-1) .. controls (2.8,-1) and (3.1,-1.1) .. (3.3,-1.4); \draw[draw=#2, line width=#3pt] (4,-1.4) .. controls (3.9,-1) and (4.5,-1) .. (5,-1.2); \draw[draw=#2, line width=#3pt] (5.3,-1.1) .. controls (5.5,-0.6) and (6.3,-0.7) .. (6.3,-1.1); \draw[draw=#2, line width=#3pt] (6.6,-1.3) .. controls (7.2,-1.1) and (7.3,-1.5) .. (7.2,-1.9); \end{tikzpicture} } \newcommand{\fcBulldozer}[3] { \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt] (2.8,-5.5) ellipse (0.3 and 0.3); \draw [draw=#2, line width=#3pt] (6.8,-5) ellipse (0.3 and 0.3); \draw[draw=#2, line width=#3pt,rotate=12] (3.5437,-5.9602) ellipse (3 and 0.95); \draw[draw=#2, line width=#3pt,rotate=12] (3.5437,-5.9602) ellipse (3.25 and 1.35); \draw[draw=#2, line width=#3pt,rotate=15] (4.7325,-5.9875) rectangle (1.9699,-6.4807); \draw [draw=#2, line width=#3pt] (7.1,-5.6) .. controls (12.6,-1.2) and (-3.4,-2.1) .. (-0.7,-6) .. controls (0,-6.1) and (1.7,-6.6) .. (2.7,-6.5); \draw[draw=#2, line width=#3pt] (1.5,-5.8) -- (-1,-5.3); \draw[draw=#2, line width=#3pt] (1.8,-5.3) -- (-0.9,-4.6); \draw [draw=#2, line width=#3pt] (1.9,-4.9) -- (-0.54,-4.12); \draw[draw=#2, line width=#3pt] (2.3,-4.5) -- (0.16,-3.61); \draw [draw=#2, line width=#3pt] (3.1,-4.2) -- (0.96,-3.31); \draw[draw=#2, line width=#3pt] (4.4,-3.9) -- (2.6,-2.9); \draw[draw=#2, line width=#3pt] (5.8,-3.6) -- (4.1,-2.7); \draw[draw=#2, line width=#3pt] (6.9,-3.7) -- (5.4,-2.6); \draw[draw=#2, line width=#3pt] (5.4,-2.5) -- (5.3,1.1) -- (2.7,1.1) -- (2.3,2.1) -- (2.3,3.3) -- (1.8,3.3); \draw[draw=#2, line width=#3pt] (-1.8,-2.6) -- (5.4,-2.5); \draw[draw=#2, line width=#3pt] (5.4,-0.8) -- (2.3,-0.8) -- (2.3,-1.9) -- (5.4,-1.8); \draw[draw=#2, line width=#3pt] (5.4,0.1) -- (3.1,0.1) -- (1.7,3.6) -- (-4.24,6.4); \draw[draw=#2, line width=#3pt] (-2.6,-6.2) -- (-4.2,-5.1) -- (-4.7,-2.9) -- (-5.9,-2.9) -- (-6.1,5.1) -- (-5,7.1) -- (-3.9,6) -- (-5.2,-2.9); \draw[draw=#2, line width=#3pt] (-4.1,4.9) -- (0.6,2.5) -- (1.3,-0.9) -- (1.9,-0.8) -- (1.3,2.2) -- (0.7,2.1); \draw[draw=#2, line width=#3pt] (-5.9,-2.9) -- (-6.5,-2.5) -- (-6.7,4.9) -- (-6.1,5.1); \draw[draw=#2, line width=#3pt] (-5,7.1) -- (-7,5.8); \draw[draw=#2, line width=#3pt] (-7.8,-5.8) -- (-6.4,-6.4) -- (-2.6,-6.2); \draw[draw=#2, line width=#3pt] (-4.1,4.3) -- (0.8,1.4); \draw[draw=#2, line width=#3pt] (-2.2,3.2) -- (-2.9,3.1) -- (-2.8,-1.8) -- (-0.4,-1.9) -- (-0.3,1.9) -- (0.7,-1.9) -- (1.2,-1.9) -- (0.4,1.6); \draw[draw=#2, line width=#3pt] (-2.9,2.7) -- (-1.5,2.7); \draw[draw=#2, line width=#3pt] (-2,-0.6) -- (-2,0.7); \draw[draw=#2, line width=#3pt] (-1.7,-0.6) -- (-1.8,0.7); \draw[draw=#2, line width=#3pt] (-0.9,-0.6) -- (-0.9,0.7); \draw[draw=#2, line width=#3pt] (-1.2,-0.6) -- (-1.2,0.7); \draw[draw=#2, line width=#3pt] (-2.8,-0.6) -- (-0.4,-0.6); \draw[draw=#2, line width=#3pt] (0.9,-1.9) -- (-0.6,-1.9); \draw[draw=#2, line width=#3pt] (1.3,2.2) -- (3,-0.8) -- (3.4,-0.8) -- (3,0.3); \draw[draw=#2, line width=#3pt] (1.6,0.8) -- (2.7,-0.8); \draw[draw=#2, line width=#3pt] (2.4,-0.8) -- (2.4,-0.4); \draw[draw=#2, line width=#3pt] (3.1,-1.9) -- (3.1,-0.8); \draw[draw=#2, line width=#3pt] (3.6,-1.9) -- (3.6,-0.8); \draw[draw=#2, line width=#3pt] (4.3,-1.8) -- (4.3,-0.8); \draw[draw=#2, line width=#3pt] (4.4,-1.9) -- (4.5,-0.8); \draw[draw=#2, line width=#3pt] (-1.5,-4.8) ellipse (0.3 and 0.3); \draw[draw=#2, line width=#3pt] (-2.8,-1.8) .. controls (-2.8,-2.5) and (-2.4,-2.7) .. (-1.8,-2.6); \draw [draw=#2, line width=#3pt] (1.9,-0.8) .. controls (2.4,-2.3) and (1.6,-2.8) .. (1.3,-0.9); \draw[draw=#2, line width=#3pt] (0.5,2.5) .. controls (1.1,3) and (1.3,2.8) .. (1.3,2.2); \draw[draw=#2, line width=#3pt] (-1.05,0.89) ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt] (-1.89,0.9) ellipse (0.2 and 0.2); \draw[draw=#2, line width=#3pt] (-7,5.8) .. controls (-7.3,5.9) and (-7.1,-2.1) .. (-7.1,-2.8); \draw[draw=#2, line width=#3pt] (-7.1,-2.8) .. controls (-6.9,-3.2) and (-6.5,-3.1) .. (-6.5,-2.5); \draw[draw=#2, line width=#3pt] (-7.17,4.8) .. controls (-7,5) and (-6.7,5) .. (-6.7,4.8); \draw[draw=#2, line width=#3pt] (-5.8,-2.9) .. controls (-6.3,-3.4) and (-6.8,-5.8) .. (-6.4,-6.4); \draw[draw=#2, line width=#3pt] (-7.08,-2.5) .. controls (-7.5,-2.5) and (-8.5,-4.8) .. (-7.8,-5.8); \draw[draw=#2, line width=#3pt] (-0.4,-4) -- (-0.5,-2.6); \draw[draw=#2, line width=#3pt] (-0.44,-3.4) .. controls (-3.6,-4) and (-2.4,-6.1) .. (-0.9,-5.6); \draw [draw=#2, line width=#3pt] (-0.4,-3.7) .. controls (-2.4,-4.3) and (-2.6,-5.7) .. (-1,-5.1); \draw[draw=#2, line width=#3pt] (-2,-2.6) .. controls (-3.41,-2.99) and (-4.32,-3.19) .. (-4.5,-3.6); \draw[draw=#2, line width=#3pt] (-1.7,-5.7) .. controls (-2.1,-5.7) and (-2.9,-5.7) .. (-3.51,-5.52); \draw[draw=#2, line width=#3pt] (-4.2,-4.7) -- (-2.4,-5); \draw [draw=#2, line width=#3pt] (-2.4,-4.6) -- (-4.4,-4); \draw [draw=#2, line width=#3pt] (-2.1,-4) -- (-4.1,-3.2); \draw[draw=#2, line width=#3pt] (-1.4,-3.7) -- (-3.2,-2.9); \draw[draw=#2, line width=#3pt] (-0.9,-3.4) -- (-2.54,-2.76); \end{tikzpicture} } \newcommand{\fcSteamrollerA}[3] { \begin{tikzpicture}[scale = #1] \draw[draw=#2, line width=#3pt] (4.9,-1.8) -- (-1.4,-3.3) -- (-9.5,-3.1) -- (-9.28,-1.3) -- (-1.2,-1.5) -- (4.5,-0.4) -- (4.4,5.5) -- (2.5,5.8) -- (-1.6,5.7) -- (-1.8,0.6) -- (2.49,0.37) -- (4.49,0.71) -- (4.46,2.8) -- (6.6,3.39) -- (6.6,1); \draw[draw=#2, line width=#3pt] (7.4,-1.4) node (v1) {} ellipse (0.3 and 0.6); \draw [draw=#2, line width=#3pt] (v1) node (v2) {} ellipse (0.6 and 0.9); \draw [draw=#2, line width=#3pt] (v2) ellipse (1.3 and 1.9); \draw[draw=#2, line width=#3pt] (8.1,0.2) .. controls (5.8,3.7) and (2.6,-4.2) .. (7.3,-3.3); \draw [draw=#2, line width=#3pt] (0.78,-2) ellipse (0.4 and 0.8); \draw[draw=#2, line width=#3pt] (0.7,-1.2) .. controls (0.1,-1.1) and (0,-2.6) .. (0.7,-2.9); \draw[draw=#2, line width=#3pt] (-0.77,-1.4) .. controls (-0.37,-0.3) and (0.6,0.6) .. (1.14,-1.11); \draw[draw=#2, line width=#3pt] (-1.2,-1.5) .. controls (-0.9,0.2) and (0.5,1.6) .. (1.4,-1.05); \draw [draw=#2, line width=#3pt] (-1.4,-3.3) .. controls (-0.3,-5.7) and (1,-4.9) .. (1.44,-2.69); \draw[draw=#2, line width=#3pt] (-0.9,-3.3) .. controls (-0.6,-4.5) and (1,-4.8) .. (1.15,-2.74); \draw[draw=#2, line width=#3pt] (-8.7,-3.2) .. controls (-8.7,-3.7) and (-8.3,-4.5) .. (-7.69,-4.68) .. controls (-4.3,-4.8) and (-4.3,-4.8) .. (0.1,-4.81); \draw[draw=#2, line width=#3pt] (-8.66,-1.27) .. controls (-8.62,-0.78) and (-7.64,0.54) .. (-7.2,0.6) .. controls (-5,0.6) and (-5,0.6) .. (-1.81,0.61); \draw[draw=#2, line width=#3pt] (-1.4,-3.3) -- (-1.3,-1.5); \draw[draw=#2, line width=#3pt] (2.28,-2.47) -- (2.22,-0.93); \draw [draw=#2, line width=#3pt] (2.9,-2.36) -- (2.82,-0.84); \draw[draw=#2, line width=#3pt] (2.5,-0.87) -- (2.5,5.8); \draw[draw=#2, line width=#3pt] (-1.81,1.5) -- (2.5,1.1) -- (4.4,1.5); \draw[draw=#2, line width=#3pt] (-1.7,4.4) -- (2.4,4.4) -- (4.4,4.7); \draw[draw=#2, line width=#3pt] (3.58,1.38) -- (3.5,4.51); \draw[draw=#2, line width=#3pt] (0.14,1.33) -- (0.14,2.53); \draw [draw=#2, line width=#3pt] (-0.27,1.37) -- (-0.3,2.5); \draw[draw=#2, line width=#3pt] (1.28,1.31) -- (1.3,2.5); \draw[draw=#2, line width=#3pt] (0.82,1.3) -- (0.82,2.5); \draw[draw=#2, line width=#3pt] (4.3,3.7) -- (6.6,3.39); \draw [draw=#2, line width=#3pt] (1,2.8) ellipse (0.3 and 0.4); \draw[draw=#2, line width=#3pt] (-0.1,2.8) ellipse (0.3 and 0.3); \draw [draw=#2, line width=#3pt] (5.4,3.4) -- (5.4,5.6) -- (6.4,5.5); \draw[draw=#2, line width=#3pt] (5.9,3.3) -- (5.9,5) -- (6.3,5); \draw[draw=#2, line width=#3pt] (6.4,5.5) .. controls (6.7,5.3) and (6.7,5) .. (6.3,5); \draw[draw=#2, line width=#3pt] (6,0.8) -- (5.9,0) -- (6.9,0.4); \draw[draw=#2, line width=#3pt] (5.2,-0.1) -- (5.4,-0.8) -- (6.3,-0.4); \draw[draw=#2, line width=#3pt] (4.9,-1.2) -- (5.4,-1.9) -- (6.1,-1.3); \draw[draw=#2, line width=#3pt] (5.05,-2.58) -- (5.7,-2.7) -- (6.2,-2.3); \draw[draw=#2, line width=#3pt] (5.7,-3.2) -- (6.3,-3.2) -- (6.7,-3); \end{tikzpicture} } \newcommand{\fcPigA}[3] { \begin{tikzpicture}[scale = #1] \draw [line width = #3pt, color = #2] (-5.9,0.1) .. controls (-4.84,3.3) and (-1.9,3.95) .. (0.58,2.35) .. controls (0.55,2.3) and (0.3,2.2) .. (0.2,2.2) .. controls (1.15,2.3) and (0.85,3.5) .. (2.05,3.88) .. controls (3,3.85) and (3.35,2.9) .. (3.85,2.9) .. controls (4.6,2.8) and (3.7,2.35) .. (3.35,2.6) .. controls (3.1,2.7) and (2.7,3.15) .. (2.3,3.0) .. controls (2.7,3.15) and (3.1,2.7) .. (3.35,2.6) .. controls (2.85,2.05) and (3.8,1.3) .. (3,1.15) .. controls (2.35,1.4) and (3.75,0.4) .. (2.0,0.4) .. controls (2.1,0.4) and (2.2,0.4) .. (2.35,0.4) .. controls (2.9,-0.3) and (3.2,-1.5) .. (2.05,-3.1) .. controls (2.95,-1.7) and (2.95,-1.15) .. (2.73,-0.3) .. controls (4.7,0.5) and (6.2,-0.55) .. (6.1,-3.15) -- (5.9,-3.0) .. controls (7.7,-4.35) and (6.6,-4.5) .. (6.6,-4.35) .. controls (7.45,-5.2) and (4,-4.9) .. (4.25,-3.75) .. controls (4.2,-4.0) and (4.35,-4.2) .. (4.4,-4.3) .. controls (4.1,-4.55) and (3.2,-4.75) .. (2.65,-4.65) .. controls (3,-4.4) and (3.05,-4.1) .. (3.0,-3.8) .. controls (3.2,-5.2) and (0.25,-5.55) .. (0.7,-4.8) .. controls (0.45,-5.5) and (-0.35,-4.2) .. (1.7,-3.4) .. controls (0.35,-4.1) and (0.65,-4) .. (0.35,-4.5) .. controls (-0.3,-5.6) and (-5.55,-5.2) .. (-5.65,-3.6) .. controls (-5.45,-2.4) and (-6.4,-1.5) .. (-6.0,-0.4) .. controls (-6.15,-0.8) and (-6.15,-1) .. (-6.1,-1.2) .. controls (-6.8,-1.85) and (-7.05,-0.95) .. (-7.35,-1) .. controls (-7.85,-0.85) and (-7.7,-0.1) .. (-8.2,0.23) .. controls (-7.9,0.3) and (-7.5,0.55) .. (-7.2,0.75) .. controls (-8.9,-0.35) and (-9.1,0.35) .. (-8.95,0.55) .. controls (-8.7,0.8) and (-8.15,0.45) .. (-7.63,1.5) .. controls (-7.3,2) and (-6.7,1.9) .. (-5.4,1.2) .. controls (-5.55,1) and (-5.7,0.6) .. (-5.9,0.1); %Detalhes \draw [line width = #3pt, color = #2] (-6.7,0.8) .. controls (-6.4,0.75) and (-6.1,0.45) .. (-5.8,0.4) (1.9,2.7) .. controls (1.7,2.2) and (1.6,1.7) .. (1.05,1.7) .. controls (1.45,1.5) and (1.6,1.4) .. (1.5,1.1)(-3.9,1.0) .. controls (-4.15,0.3) and (-3.8,-0.4) .. (-3.6,0.2) .. controls (-3.65,-0.05) and (-3.65,-0.15) .. (-3.55,-0.25)(-3.4,0.1) .. controls (-3.4,-0.1) and (-3.35,-0.2) .. (-3.2,-0.4)(-1.4,-4.2) .. controls (-1.3,-4.3) and (-1.3,-4.3) .. (-1.15,-4.35); %Olhos \draw [rotate = 30, line width = #3pt, color = #2] (-5.1637,0.0771) ellipse (0.7 cm and 0.85 cm) (-0.9765,-1.0703) ellipse (0.83 cm and 0.87 cm); \draw [rotate = 30, line width = #3pt, color = #2, fill = #2] (-4.9317,0.0183) ellipse (0.48 cm and 0.6 cm) (-0.7128,-0.9742) ellipse (0.58 cm and 0.6 cm); \draw [rotate = 30, line width = #3pt, color = white, fill = white] (-5.4433,0.1982) circle (0.25) (-1.311,-0.7443) circle (0.25); %Sobrancelha \draw[line width = #3pt, color = #2, fill = #2] (-5.0,-0.9) .. controls (-4.75,-1) and (-5.0,-1.2) .. (-5.2,-1.4) .. controls (-5.35,-1.1) and (-5.1,-0.9) .. (-5.0,-0.9)(0.1,0.0) .. controls (0,0.3) and (-0.45,0.45) .. (-0.5,0.2) .. controls (-0.5,0) and (-0.2,0.05) .. (0.1,0.0); %Focinho \draw[line width = #3pt, color = #2] (-3.1,-3.8) .. controls (-3.1,-2.55) and (-2.1,-2.15) .. (-1.1,-3.0) .. controls (-0.7,-3.6) and (-1.4,-3.8) .. (-1.9,-3.85) .. controls (-2.4,-4.2) and (-2.9,-4.4) .. (-3.1,-3.8); \draw[line width = #3pt, color = #2, fill = #2] (-2.5,-3.4) .. controls (-2.7,-3.6) and (-2.8,-3.9) .. (-2.6,-3.9) .. controls (-2.3,-3.75) and (-2.75,-3.5) .. (-2.5,-3.4) (-1.8,-3.2) .. controls (-1.55,-3.05) and (-1.2,-3.4) .. (-1.5,-3.4) .. controls (-1.75,-3.4) and (-1.55,-3.2) .. (-1.8,-3.2); \draw [line width = #3pt, color = #2, fill = #2] (-1.0,-3.4) .. controls (-0.9,-3.65) and (-0.6,-3.1) .. (-0.4,-2.95) -- (-0.2,-3.1) -- (-0.4,-3.1) .. controls (-0.8,-3.95) and (-1.3,-4.25) .. (-1.1,-3.7) -- (-1.2,-3.65); \draw [line width = #3pt, color = #2] (5.8,-0.2) .. controls (5.7,0.1) and (5.9,0.4) .. (6.1,0.6) .. controls (5.25,0.6) and (5.3,-0.2) .. (5.5,-0.5) .. controls (6.1,-0.95) and (6.45,-0.2) .. (5.8,0.2)(4.7,-0.2) .. controls (4.8,0.1) and (5.1,0.2) .. (5.4,0.2) .. controls (5.4,0.0) and (5.4,-0.1) .. (5.4,-0.2) .. controls (5.2,-0.3) and (5.2,-0.4) .. (5.15,-0.45); \end{tikzpicture} } \newcommand{\fcSheepA}[3] { \begin{tikzpicture}[scale = #1] %ParteDeFora \draw[line width = #3pt, color = #2] (-3.8,2.85) .. controls (-4.35,2.5) and (-4,2) .. (-3.8,1.95) .. controls (-4,2) and (-4.2,1.6) .. (-3.75,1.4) .. controls (-4,1.35) and (-4.4,1) .. (-4.1,0.6) .. controls (-4.4,1) and (-4,1.35) .. (-3.75,1.4) .. controls (-4,1.5) and (-4.0,1.6) .. (-3.9,1.5) .. controls (-4.85,0.7) and (-6.85,1) .. (-5.8,2.9) -- (-4.1,2.35) -- (-5.8,2.9) .. controls (-6.2,3.5) and (-5.85,4.55) .. (-4.9,4.05) .. controls (-5.3,4.9) and (-4.5,5.2) .. (-4.35,4.6) .. controls (-4.5,4.95) and (-3.85,5) .. (-3.9,4.6) .. controls (-4.8,6.2) and (-3.25,7.05) .. (-2.45,5.85) .. controls (-2.25,7.35) and (-0.85,7.25) .. (-0.75,6.15) .. controls (-0.7,6.85) and (0.25,6.7) .. (0.05,5.9) .. controls (0.6,6.35) and (1.05,5.5) .. (0.35,4.95) .. controls (0.9,5.5) and (0.7,5.8) .. (0.55,5.95) .. controls (1.05,6.4) and (2.5,6.35) .. (1.95,5.15) .. controls (2,5.3) and (2.5,5.5) .. (2.3,4.9) .. controls (3,5.45) and (3.6,4.4) .. (2.65,4.1) .. controls (3.8,4.65) and (3.45,5.65) .. (4.1,4.95) .. controls (4.4,4.5) and (4.6,3.75) .. (3.5,3.3) .. controls (3.7,3.4) and (3.35,3.6) .. (3.3,3.45) .. controls (3.4,3.5) and (3.5,4.3) .. (2.65,4.1) (3.5,3.33) .. controls (3.75,3.15) and (3.75,3) .. (3.5,2.55) .. controls (4.1,2.55) and (4.4,1.55) .. (3.65,1.35) .. controls (4.15,1.5) and (4.2,1) .. (3.7,0.8) .. controls (4.6,0.1) and (3.55,-0.9) .. (2.75,-0.85) -- (2.7,-1.0) -- (2.6,-0.9) .. controls (2.55,-1) and (2.55,-1.1) .. (2.4,-1.25) .. controls (3.15,-1.55) and (3.2,-2) .. (2.85,-2.3) .. controls (3.2,-2.3) and (3.5,-2.5) .. (3.1,-2.75) .. controls (3.5,-3) and (3.65,-3.65) .. (2.85,-4) .. controls (3.6,-4.15) and (2.95,-5.85) .. (2.2,-5.35) .. controls (2.25,-6) and (1.7,-6.45) .. (1.4,-6.2) .. controls (1,-6.85) and (0,-6.85) .. (-0.5,-6.4) .. controls (-0.8,-6.7) and (-1.5,-6.7) .. (-2.15,-6.5) .. controls (-2.65,-6.65) and (-3.15,-6.65) .. (-3.4,-6) .. controls (-3.65,-6.15) and (-3.85,-6.1) .. (-3.85,-5.75) .. controls (-4.95,-5.7) and (-5.25,-3.95) .. (-4.35,-4) .. controls (-4.65,-3.5) and (-4.55,-3.3) .. (-4.15,-3.15) .. controls (-4.95,-3.3) and (-4.8,-1.95) .. (-4.2,-1.55) .. controls (-4.85,-2) and (-5.85,-1.2) .. (-5.4,-0.75) .. controls (-6,-0.6) and (-6,-0.1) .. (-5.5,-0.05) .. controls (-6.4,0.45) and (-6.2,1) .. (-5.85,1.35); %Rosto \draw[ultra thick, color = #2] (-2.95,3.3) .. controls (-2.5,3) and (-1.7,3.1) .. (-1.8,3.85) .. controls (-1.5,3.3) and (-0.5,3.25) .. (-1,3.7) .. controls (-0.45,3) and (0.7,3.35) .. (0,4.5) .. controls (0.45,3.35) and (0.8,4.1) .. (0.7,4.5) .. controls (0.8,4.15) and (0.9,4.1) .. (1.1,4.45) .. controls (1,3.6) and (2,3.4) .. (2.2,4.2) .. controls (2,4) and (2.4,3.65) .. (2.6,3.85) .. controls (3.05,2.9) and (2.7,1.95) .. (3.05,1.3) .. controls (3.5,1) and (3.5,0) .. (2.7,-0.65) .. controls (2.8,-1) and (2.7,-1) .. (2.7,-1.05) -- (2.6,-0.9) .. controls (2.5,-1.25) and (2,-1.25) .. (1.85,-1.25) .. controls (1.5,-2) and (0,-2.3) .. (-0.85,-1.8) -- (-1.3,-2.0) -- (-1.35,-1.9) .. controls (-1.5,-2.05) and (-2,-2.1) .. (-2.35,-1.6) .. controls (-3,-1.9) and (-4.5,-1) .. (-3.8,-0.2) .. controls (-4.3,0) and (-4,0.5) .. (-3.55,0.4) .. controls (-4.3,1) and (-2.45,1.3) .. (-3.4,2.2) .. controls (-2.85,2.35) and (-2.55,2.75) .. (-2.95,3.3); %Olhos \draw [rotate = 30, line width = #3pt, color = #2] (-0.8559,0.9385) ellipse (0.9 cm and 0.9 cm) (2.6568,0.1228) ellipse (0.67 cm and 0.92 cm); \draw [rotate = 30, line width = #3pt, color = #2, fill = #2] (-0.6786,0.7567) ellipse (0.6 cm and 0.7 cm) (2.7888,-0.1092) ellipse (0.55 cm and 0.55 cm); \draw [rotate = 30, line width = #3pt, color = white, fill = white] (-1.0422,1.1212) circle (0.3) (2.4433,0.3018) circle (0.3); %Sombrancelha \draw[line width = #3pt, color = #2, fill = #2] (-2.05,2.05) .. controls (-1.8,1.95) and (-2.05,1.75) .. (-2.25,1.55) .. controls (-2.4,1.85) and (-2.15,2.05) .. (-2.05,2.05)(2.45,2.75) .. controls (2.35,3.05) and (1.9,3.2) .. (1.85,2.95) .. controls (1.85,2.75) and (2.15,2.8) .. (2.45,2.75); %Folhas \draw[line width = #3pt, color = #2] (0.05,-0.55) .. controls (-0.7,-0.7) and (-1.8,-1.3) .. (-1.3,-2.0) -- (-0.2,-1.5) .. controls (-0.15,-1.2) and (0.0,-0.9) .. (0.25,-0.65) -- (0.05,-0.55) (0.15,-0.6) .. controls (-0.2,-0.8) and (-0.6,-1.0) .. (-0.9,-1.3) (0.25,-0.65) .. controls (0.0,-0.9) and (-0.25,-1.2) .. (-0.1,-1.7) .. controls (0.45,-1.4) and (0.7,-1.1) .. (0.6,-0.8) -- (0.25,-0.65) (0.4,-0.7) .. controls (0.3,-1.0) and (0.2,-1.1) .. (0.1,-1.3) (1.3,-0.75) .. controls (1.35,-1.05) and (1.25,-1.15) .. (1.1,-1.2) (1.8,-0.4) .. controls (2.05,-0.9) and (2.4,-0.7) .. (2.7,-1.0) .. controls (2.8,-0.8) and (2.7,-0.5) .. (2.5,-0.4) .. controls (2.2,-0.45) and (2,-0.5) .. (1.85,-0.4) .. controls (1.95,-0.2) and (1.95,-0.1) .. (2,-0.1) .. controls (2.3,-0.05) and (2.5,-0.05) .. (2.75,-0.2) -- (2.5,-0.4); %Nariz \draw[line width = #3pt, color = #2] (1.4,0.9) -- (1.4,0.5) .. controls (2.85,0.3) and (1.35,-1.75) .. (-0.2,-0.3)(0.7,-0.4) ellipse (0.2 cm and 0.1 cm) (1.85,0) ellipse (0.1 cm and 0.07 cm); \draw[line width = #3pt, color = #2] (4.3,-0.55) .. controls (4.5,0) and (4.2,0.5) .. (4.55,1.6) .. controls (4.75,1.4) and (5,1) .. (4.85,0.35) .. controls (4.85,0) and (4.5,0) .. (4.5,-0.5) (4.35,-0.2) .. controls (4.55,0) and (4.55,0.2) .. (4.55,0.4) (4.9,0.25) .. controls (5,2.25) and (6.4,2) .. (6.7,2.85) .. controls (6.85,2.5) and (7,2) .. (6.1,1.5) (4.3,-0.55) .. controls (4.4,-0.5) and (4.6,-0.5) .. (4.7,-0.6) .. controls (4.8,0.2) and (7.1,0) .. (5.8,2.25) .. controls (6.05,1.2) and (4.45,-0.05) .. (4.5,-0.45) (4.65,-0.4) .. controls (4.85,0.15) and (5.85,0.6) .. (5.7,1.0) (4.6,-1.45) .. controls (4.6,-1.85) and (5.35,-2.3) .. (4.65,-2.15) .. controls (4.45,-2) and (4.5,-1.5) .. (4.6,-1.45) (4.25,-1.95) .. controls (3.95,-2.25) and (4,-2.5) .. (4.25,-2.4) (4.55,-1.5) .. controls (4,-2) and (4.2,-2.95) .. (4.75,-2.95) .. controls (4.5,-2.5) and (4.4,-2) .. (4.5,-1.5); %Orelha \draw[line width = #3pt, color = #2, fill = #2] (3.4,3.75) .. controls (3.65,4) and (3.65,4) .. (3.85,4.55) (3.4,3.75) .. controls (4.05,4.15) and (3.8,4) .. (3.65,4) (-4.15,1.9) .. controls (-4.5,1.65) and (-4.95,1.65) .. (-5.5,2) -- (-5.25,1.75) -- (-5.55,1.75) .. controls (-5.3,1.75) and (-5,1.5) .. (-4.9,1.55) -- (-5.1,1.45) .. controls (-4.5,1.5) and (-4.15,1.5) .. (-4.15,1.9) .. controls (-4.5,1.6) and (-5,1.7) .. (-5.5,2); %Barriga \draw[line width = #3pt, color = #2] (2.05,-4.1) .. controls (2.5,-3.5) and (2.15,-3.1) .. (1.65,-3.4) .. controls (1.8,-3) and (1.5,-2.7) .. (1.2,-2.8) (1.7,-2.5) .. controls (1.95,-2.9) and (1.5,-2.85) .. (1.2,-2.8); %Patas \draw[line width = #3pt, color = #2] (-0.3,-4.75) .. controls (-1,-3.5) and (-1.9,-2.65) .. (-2.5,-3.45) .. controls (-3.1,-4.05) and (-2.5,-4.75) .. (-0.8,-5.5) (-0.6,-6.5) .. controls (-2.95,-7.1) and (-3.15,-5) .. (-1.85,-5) .. controls (-1.5,-5.1) and (-0.25,-5.7) .. (-0.1,-6.1) (3.95,-5.4) .. controls (4.1,-5.4) and (4.2,-5.25) .. (3.95,-5.05) .. controls (4.15,-5.05) and (4.35,-4.9) .. (4.35,-4.8) .. controls (4,-4.5) and (3.6,-4.15) .. (2.85,-4) .. controls (3.6,-4.15) and (2.95,-5.85) .. (2.2,-5.35) .. controls (2.95,-5.8) and (3.45,-5.7) .. (4,-5.4) (3.9,-0.25) .. controls (3.75,-0.5) and (3.4,-0.85) .. (2.75,-0.85) -- (2.7,-1.0) -- (2.6,-0.9) .. controls (2.55,-1) and (2.55,-1.1) .. (2.4,-1.25) .. controls (3.15,-1.55) and (3.2,-2) .. (2.85,-2.3) .. controls (3.2,-2.3) and (3.5,-2.5) .. (3.1,-2.75) .. controls (4.35,-2) and (4.7,-1.5) .. (4.7,-0.6) .. controls (4.6,-0.5) and (4.4,-0.5) .. (4.3,-0.55) .. controls (4.35,-0.4) and (4.35,-0.3) .. (4.35,-0.2) .. controls (4.2,-0.2) and (4,-0.3) .. (3.88,-0.25); %Unhas \draw[line width = #3pt, color = #2, fill = #2] (-0.3,-4.75) -- (-0.35,-4.65) .. controls (-1.35,-4.25) and (-0.55,-5.85) .. (-0.3,-4.75) (-0.8,-5.5) .. controls (-0.45,-5.1) and (-1.2,-4.5) .. (-1.2,-5.3) -- (-0.8,-5.48) (-0.5,-6.5) .. controls (-1.4,-7) and (-0.85,-5.4) .. (-0.5,-6.45) (-0.05,-6.15) .. controls (-0.75,-5.25) and (-1.15,-6.55) .. (-0.05,-6.13) (3.95,-5.05) .. controls (4.15,-5.05) and (4.35,-4.9) .. (4.35, -4.8) -- (4.1,-4.6) .. controls (3.8,-4.6) and (3.5,-4.9) .. (4,-5.05) (4.1,-5.3) .. controls (3.8,-4.35) and (2.95,-6) .. (4.1,-5.3) (4.7,-0.6) .. controls (4.6,-0.5) and (4.4,-0.5) .. (4.3,-0.55) .. controls (3.85,-0.7) and (4.4,-1.6) .. (4.7,-0.6) (4.3,-0.55) .. controls (4.35,-0.4) and (4.35,-0.3) .. (4.35,-0.2) .. controls (4.2,-0.2) and (4,-0.3) .. (3.88,-0.25) .. controls (3.6,-0.65) and (3.9,-0.9) .. (4.3,-0.55); \end{tikzpicture} } \newcommand{\fcRabbitB}[3] { \begin{tikzpicture}[scale = #1] \draw [line width = #3pt, color = #2] (-2.3,3.5) .. controls (-2,4.1) and (-1.4,4.4) .. (-1.1,4.4) .. controls (-1.5,6.5) and (-7.1,9.3) .. (-4,5) .. controls (-3.6,4.8) and (-2.7,4.1) .. (-2.3,3.5)(-2,3) .. controls (-3.3,5.2) and (-5.3,5.5) .. (-6.6,6.45) .. controls (-7.7,7.1) and (-7.8,3) .. (-2.9,1.7) .. controls (-3.3,1.8) and (-3.3,1.8) .. (-3.25,1.8) .. controls (-3.8,0.9) and (-2.3,-0.2) .. (-2.85,-1.4) .. controls (-2.6,-1.3) and (-2.5,-1.3) .. (-2.5,-1.1) .. controls (-2.5,-1.7) and (-2.4,-1.7) .. (-2.25,-1.3) .. controls (-2.4,-1.9) and (-1,-2.3) .. (0.4,-2.1) .. controls (0.2,-2.1) and (0,-2.2) .. (-0.45,-2.15) .. controls (-0.5,-2.4) and (0.3,-2.4) .. (0.4,-2.3) .. controls (0.3,-2.4) and (-0.5,-2.4) .. (-0.45,-2.15) .. controls (-0.6,-3.2) and (-0.6,-3.4) .. (-0.7,-3.5) .. controls (-1.3,-3.8) and (-1.8,-4.3) .. (-1.7,-5.1) .. controls (-1.7,-5.4) and (-1.2,-6.8) .. (-1.3,-7) .. controls (-1.4,-7.2) and (-1,-7.2) .. (0.4,-7.25) .. controls (0.45,-7.3) and (0.45,-7) .. (0.2,-6.95) .. controls (0.4,-7) and (1.2,-7.5) .. (0.5,-6.8) .. controls (1.1,-7.4) and (1.2,-7.1) .. (0.8,-6.8) .. controls (1,-7) and (1.2,-6) .. (0.7,-5.7) .. controls (1.2,-6) and (1,-7) .. (0.8,-6.8) .. controls (1,-7) and (2,-6.8) .. (2.6,-7.2) .. controls (2.9,-7.2) and (2.4,-6.9) .. (2.4,-6.9) .. controls (3.1,-7.3) and (3.2,-7.1) .. (2.8,-6.8) .. controls (3.4,-7.4) and (3.4,-6.8) .. (3.1,-6.75) .. controls (4.1,-5.3) and (1.8,-4.4) .. (1.7,-3.9) .. controls (1.6,-4.1) and (1.3,-4) .. (1.3,-3.7) .. controls (1.3,-4) and (1.6,-4.1) .. (1.74,-3.9) .. controls (1.4,-3.6) and (2.1,-3.6) .. (1.7,-3.4) .. controls (2.2,-3.6) and (2,-3.2) .. (1.9,-3) .. controls (2.4,-3.7) and (2.2,-2.8) .. (2.2,-2.7) .. controls (1.9,-2) and (1.8,-1.8) .. (1.9,-1.6) .. controls (2.8,-0.8) and (3.9,-0.5) .. (3.9,1.5) .. controls (3.7,1.5) and (3.7,1.8) .. (3.8,1.7) .. controls (4.2,1.7) and (3.9,2) .. (3.7,2.05) .. controls (2.5,2.3) and (1.2,4.8) .. (-0.1,4.2) .. controls (-0.1,4.3) and (0.6,4.4) .. (0,4.5) .. controls (-1,4.5) and (-1.8,4.4) .. (-2.3,3.5); \draw [line width = #3pt, color = #2] (0.65,-3.4) .. controls (1.3,-4.3) and (1.9,-4.5) .. (1.4,-4.5) .. controls (2,-4.6) and (1.6,-5.5) .. (1,-4.9) .. controls (2.1,-5.7) and (0.7,-5.3) .. (0.7,-5.1) .. controls (0.7,-5.2) and (1,-5.3) .. (1.2,-5.35) .. controls (-0.9,-5.7) and (-0.7,-3.2) .. (-0.45,-2.15) (1.74,-3.9) .. controls (1.4,-3.6) and (2.1,-3.6) .. (1.7,-3.4) .. controls (2.2,-3.6) and (2,-3.2) .. (1.9,-3) .. controls (2.4,-3.7) and (2.2,-2.8) .. (2.2,-2.7) .. controls (2.26,-3.65) and (2.2,-2.8) .. (2.2,-2.7) .. controls (1.9,-2) and (1.8,-1.8) .. (1.9,-1.6) .. controls (2,-2) and (3,-2.2) .. (3.3,-2.2) .. controls (3.2,-3) and (3.2,-3.2) .. (3.3,-3.7) .. controls (3,-4) and (2,-3.8) .. (1.74,-3.9) (4.1,-3.25) .. controls (4,-2.7) and (5.1,-2.9) .. (4.45,-3.45) (4.2,-2.95) .. controls (4.7,-2) and (5,-3.1) .. (4.6,-3); \draw [line width = #3pt, color = #2] (4.2,-3.5) ellipse (0.27cm and 0.27 cm) (-1.7,-5.2) .. controls (-1.7,-5.4) and (-1.3,-6.4) .. (-1.4,-6.6) .. controls (-1.5,-7.1) and (-2.4,-7) .. (-2.1,-6.6) .. controls (-2.3,-7) and (-2.7,-6.6) .. (-2.4,-6.4) .. controls (-2.7,-6.6) and (-2.8,-6.2) .. (-2.5,-6.1) .. controls (-2.9,-6.2) and (-2.8,-5.7) .. (-2.5,-5.75) .. controls (-2.8,-5.7) and (-2.8,-5.1) .. (-2.2,-5.45) .. controls (-2.4,-5.3) and (-2.2,-5.1) .. (-2,-5.3) .. controls (-2.4,-5) and (-1.7,-4.9) .. (-1.7,-5.2); \draw [line width = #3pt, color = #2] (-5.1,4) .. controls (-5.2,4.4) and (-6,5) .. (-6.2,5.3) .. controls (-6,5) and (-6,5) .. (-5.7,4.8) .. controls (-4,4.3) and (-3.7,3.2) .. (-2.6,2.5)(-0.1,4.2) .. controls (0.4,4.2) and (0.6,3.7) .. (0,3.8) .. controls (0.4,3.8) and (0.5,2.9) .. (0,3.4) (2.2,-0.3) .. controls (2.3,-0.5) and (2.1,-0.7) .. (2,-0.7) (0.2,0.6) .. controls (0.2,0.7) and (0.4,0.9) .. (0.6,0.8) .. controls (0.6,0.8) and (0.4,0.7) .. (0.45,0.65) (2.7,2.05) .. controls (2.4,2.1) and (2.3,1.9) .. (2.3,1.8) .. controls (2.3,1.8) and (2.5,2) .. (2.6,1.9); \draw [line width = #3pt, color = #2, fill = #2] (-0.9,2.2) .. controls (-1,2.1) and (-1,2.1) .. (-0.9,1.7) .. controls (-0.7,1.9) and (-0.5,2.2) .. (-0.9,2.2) (1.75,3.5) .. controls (1.6,3.5) and (1.4,3.6) .. (1.5,3.3) .. controls (1.5,3.1) and (1.9,3.4) .. (1.95,3.3) -- (1.75,3.5) (-0.3,0.6) -- (0.0,0.5) .. controls (-0.1,1.1) and (0.3,1.3) .. (0.9,1.1) .. controls (0.9,1.2) and (1,1.4) .. (0.85,1.25) .. controls (0.85,1.4) and (0.75,1.4) .. (0.75,1.26) .. controls (0.2,1.4) and (-0.1,1.3) .. (-0.15,0.7) -- (-0.3,0.6) (1.9,1.7) -- (2.15,1.7) .. controls (2.1,2.3) and (2.5,2.4) .. (2.8,2.3) .. controls (2.9,2.4) and (2.9,2.5) .. (2.75,2.4) .. controls (2.75,2.5) and (2.65,2.6) .. (2.65,2.46) .. controls (2.4,2.4) and (2.1,2.5) .. (2,1.8) -- (1.9,1.7) (2.1,0.6) .. controls (1.4,0.5) and (1.5,1) .. (2.1,0.75) .. controls (2.4,1.4) and (2.8,0.9) .. (2.1,0.6) (1.2,-0.05) .. controls (1.4,0.1) and (1.6,-0.1) .. (1.7,-0.1) .. controls (1.6,-0.3) and (2.1,-0.7) .. (2.2,-0.15) .. controls (2.4,-0.2) and (2.5,0) .. (2.5,0.25) .. controls (2.6,0.2) and (2.7,0.3) .. (2.7,0.6) .. controls (2.5,0.3) and (2.4,0.3) .. (2.1,0.45) .. controls (1.7,-0.5) and (1.2,0.6) .. (1.2,-0.05); \draw [line width = #3pt, color = white, fill = white] (2,0) .. controls (2.1,-0.2) and (2.2,-0.2) .. (2.15,0.2) -- (1.97,0) (2.2,0.25) .. controls (2.2,-0.2) and (2.4,0) .. (2.35,0.2) -- (2.2,0.25); \draw [line width = #3pt, color = #2] (3.4,-1.5) .. controls (3.1,-3) and (3.25,-4.1) .. (3.6,-4.4) .. controls (4.3,-1.9) and (6.1,-1.3) .. (4.2,-0.6) .. controls (4.3,-0.9) and (4.2,-1.3) .. (3.8,-1) .. controls (4,-1.1) and (3.8,-1.5) .. (3.4,-1.5); \draw [line width = #3pt, color = #2] (3.9,-1.8) .. controls (4.1,-1.8) and (4.3,-1.9) .. (4.3,-2) (4.1,-2.3) .. controls (4.2,-2.3) and (4.4,-2.4) .. (4.4,-2.5) (4.5,-1.5) .. controls (4.6,-1.5) and (4.8,-1.6) .. (4.8,-1.7) (3.4,-2.55) .. controls (3.6,-2.5) and (3.8,-2.5) .. (3.8,-2.6) (3.4,-3.35) .. controls (3.5,-3.4) and (3.6,-3.4) .. (3.6,-3.4) (3.6,-2.95) .. controls (3.7,-3) and (3.8,-3) .. (3.8,-3) (3.5,-3.85) .. controls (3.6,-3.9) and (3.6,-3.9) .. (3.7,-3.9) (3.5,-1.5) .. controls (3.8,-1.6) and (4,-1.6) .. (4,-1.3) (3.9,-1.1) .. controls (4.2,-1.2) and (4.4,-1.2) .. (4.4,-0.9); \draw [line width = #3pt, color = #2] (4.6,-0.75) .. controls (4.7,-0.7) and (4.8,-0.5) .. (4.8,-0.5) .. controls (5,-0.5) and (4.9,-0.3) .. (4.8,-0.4) .. controls (4.7,-0.5) and (4.6,-0.4) .. (4.6,-0.4) .. controls (4.5,-0.2) and (4.6,-0.3) .. (4.7,-0.3) .. controls (4.8,-0.3) and (4.8,-0.3) .. (4.8,-0.2) .. controls (4.9,-0.2) and (4.8,-0.1) .. (4.8,0) .. controls (4.8,0.3) and (4.9,0.7) .. (5.2,0.65) .. controls (4.9,0.4) and (5.1,0.1) .. (5,-0.2) .. controls (5,-0.3) and (5.2,-0.1) .. (5.2,0) .. controls (5.1,0.1) and (5.2,0.2) .. (5.3,0.2) .. controls (5.2,0.5) and (5.4,0.5) .. (5.6,0.5) .. controls (5.8,0.8) and (6.1,0.7) .. (6.2,0.4) .. controls (6.15,0.6) and (6.4,0.5) .. (6.4,0.4) .. controls (6.35,0.6) and (6.75,0.6) .. (6.85,0.55) .. controls (7,0.5) and (7.35,0.65) .. (7.3,0.4) .. controls (8.05,0.5) and (7.85,0.05) .. (7.1,0.1) .. controls (7,-0.1) and (6.75,-0.1) .. (6.65,0.05) .. controls (6.55,-0.05) and (6.4,-0.1) .. (6.25,0) .. controls (6.35,-0.05) and (6.65,-0.3) .. (6.15,-0.3) .. controls (6.6,-0.3) and (7,-0.7) .. (6.8,-0.65) .. controls (6.65,-0.75) and (6.85,-0.8) .. (7,-0.9) .. controls (7.25,-0.85) and (7.3,-1) .. (7.15,-1) .. controls (7.05,-1) and (7.05,-1.05) .. (7.15,-1.2) .. controls (7,-1.15) and (6.75,-0.95) .. (6.65,-1) .. controls (6.6,-1.05) and (6.85,-1.3) .. (6.75,-1.35) .. controls (6.65,-1.5) and (6.85,-1.65) .. (6.6,-1.55) .. controls (6.65,-2.4) and (6.5,-2) .. (6.5,-1.5) .. controls (6.3,-1.55) and (6.3,-1.2) .. (6.4,-1.05) -- (6.1,-0.7) .. controls (6.05,-0.65) and (5.95,-1.05) .. (5.8,-0.65) .. controls (5.8,-0.55) and (5.45,-0.75) .. (5.5,-0.5) .. controls (5.35,-0.5) and (5.2,-0.65) .. (5.05,-0.45) .. controls (4.9,-0.55) and (4.9,-0.75) .. (4.75,-0.85) -- (4.6,-0.75); \end{tikzpicture} } \newcommand{\fcChicken}[3] { \begin{tikzpicture}[scale = #1] \draw [line width = #3, color = #2] (0.2,3.3) .. controls (-1.2,3.05) and (-1,4.6) .. (0.05,4.05) .. controls (-1.45,5.55) and (1.1,6.05) .. (1.5,4.6) .. controls (1.85,5.85) and (2.9,5) .. (2.25,4.1) .. controls (1.5,4.65) and (0.55,4.4) .. (0.2,3.3); \draw [line width = #3, color = #2] (0.2,3.3) .. controls (0.55,4.4) and (1.5,4.65) .. (2.25,4.1) .. controls (2.7,3.85) and (2.7,3) .. (2.2,2.65) .. controls (2.05,2) and (2.45,1.35) .. (3.05,1.5) .. controls (3.55,-0.1) and (3.7,-1.8) .. (1.85,-3.5) .. controls (0.95,-4.36) and (0,-4.18) .. (-0.95,-4.35) .. controls (-1.15,-4.15) and (-2,-3.75) .. (-2.25,-3.85) .. controls (-2.55,-3.7) and (-2.8,-3.5) .. (-3,-3.2) .. controls (-2.5,-3.25) and (-2,-3.5) .. (-1,-3.2) .. controls (-0.5,-3.15) and (1.15,-2) .. (0.6,0.55) .. controls (0.25,1.15) and (-0.9,0.35) .. (-0.85,0.55) .. controls (-0.95,0.85) and (0.25,2.5) .. (0.2,3.3); \draw [line width = #3, color = #2] (2.55,3.7) .. controls (2.9,3.85) and (3.3,3.45) .. (3.3,3.05) .. controls (3.15,2.95) and (3,2.95) .. (2.5,3) .. controls (2.45,2.95) and (2.65,3.5) .. (2.55,3.7); \draw [line width = #3, color = #2] (2.5,3) .. controls (3.3,2.7) and (3.6,1.8) .. (3,1.5) .. controls (2.45,1.35) and (2,2) .. (2.2,2.65) .. controls (2.15,2.65) and (2.6,3) .. (2.5,3); \draw [line width = #3, color = #2, fill = white] (1.6,-3.75) .. controls (3.8,-3.29) and (4.15,-4.75) .. (2.5,-5.75) .. controls (0.45,-6.55) and (0,-4) .. (1.6,-3.75) (-3.6,-5) .. controls (-3.25,-6.45) and (-0.8,-6.45) .. (-0.75,-5) .. controls (-0.75,-3.6) and (-3.55,-3.3) .. (-3.6,-5); \draw [line width = #3, color = #2, fill = white] (-1.45,-5) .. controls (-1.65,-6.55) and (1.5,-6.95) .. (1.45,-5) .. controls (1.1,-3.85) and (-1,-3.75) .. (-1.45,-5); \draw [line width = #3, color = #2, fill = #2] (-3.2,-4.8) -- (-3.15,-4.85) .. controls (-3,-4.5) and (-2.5,-4.45) .. (-2.35,-4.4) -- (-2.4,-4.35) .. controls (-2.55,-4.35) and (-3,-4.5) .. (-3.2,-4.8) (-1.1,-5) -- (-1.05,-5.05) .. controls (-0.9,-4.7) and (-0.45,-4.6) .. (-0.25,-4.6) -- (-0.3,-4.55) .. controls (-0.45,-4.55) and (-0.9,-4.7) .. (-1.1,-5) (2.05,-4.1) -- (2.1,-4.1) .. controls (2.15,-3.95) and (2.7,-4) .. (2.95,-4.2) -- (2.9,-4.25) .. controls (2.7,-4.05) and (2.2,-4) .. (2.05,-4.15) (-2.1,-4.35) -- (-2.1,-4.4) .. controls (-1.85,-4.4) and (-1.7,-4.4) .. (-1.5,-4.45) -- (-1.55,-4.4) .. controls (-1.65,-4.35) and (-2,-4.3) .. (-2.1,-4.35) (0,-4.55) -- (0,-4.6) .. controls (0.25,-4.6) and (0.4,-4.6) .. (0.6,-4.6) -- (0.55,-4.55) .. controls (0.45,-4.55) and (0.1,-4.5) .. (0,-4.55); \draw [line width = #3, color = #2] (-4.6,-1.7) .. controls (-4,-3.4) and (-2,-3.5) .. (-1,-3.2) .. controls (-0.5,-3.15) and (1.15,-2) .. (0.6,0.55) .. controls (0.25,1.15) and (-0.9,0.5) .. (-3.9,-1) .. controls (-4.2,-1.2) and (-4.7,-1.5) .. (-4.6,-1.7); \draw [line width = #3, color = #2] (-4.5,-1.9) .. controls (-4.1,-1.8) and (-3.6,-1.61) .. (-3.08,-1.27)(-3.49,-1.51) -- (-2.6,-1.8) -- (-2.8,-2.6) (-4.16,-2.46) .. controls (-3.5,-2.2) and (-2.7,-1.9) .. (-2.1,-1.5)(-3.3,-2.1) -- (-3.51,-2.86) (-2.03,-2.29) -- (-1.3,-2.65) -- (-1.46,-3.3) (-3.62,-2.9) .. controls (-2.9,-2.7) and (-2,-2.32) .. (-1.1,-1.8) (-2.89,-3.2) .. controls (-1.9,-3.05) and (-0.92,-2.58) .. (-0.2,-1.8) (-0.7,-2.28) -- (-0.9,-3.2); \draw [line width = #3, color = #2] (-1.9,0) .. controls (-2.91,0.28) and (-4.67,1.21) .. (-4.22,-1.22) .. controls (-3.74,-0.86) and (-2.7,-0.4) .. (-1.9,0)(-2.7,0.26) .. controls (-2.94,1.53) and (-5.22,1.85) .. (-4.3,0.7) .. controls (-4.88,0.91) and (-5.19,0.7) .. (-4.9,0.3) .. controls (-5.33,0.1) and (-5.39,-0.31) .. (-4.73,-0.13) .. controls (-5.43,-0.21) and (-4.58,-1.32) .. (-4.22,-1.2) .. controls (-4.53,0.38) and (-3.86,0.63) .. (-2.7,0.26); \draw [line width = #3, color = #2, fill = #2] (1.79,3.47) circle (0.15); \end{tikzpicture} } \newcommand{\fcPigB}[3] { \begin{tikzpicture}[scale = #1] \draw [line width = #3, color = #2] (-4.64,-1.6) .. controls (-7.78,-0.51) and (-7.54,2.33) .. (-6.67,2.76) .. controls (-5.96,3.5) and (-5.55,4.82) .. (-4.8,5.03) .. controls (-3.9,5.49) and (-2.72,5.54) .. (-1.7,5.3) .. controls (-1.8,5.1) and (-1.8,5.1) .. (-1.8,5.1) .. controls (-1.55,5.98) and (0.5,7.24) .. (1,6.9) .. controls (0.51,6.5) and (1.06,5.36) .. (-0.9,4.8) .. controls (-0.5,4.9) and (-0.5,4.9) .. (-0.5,4.9) .. controls (1.4,4.1) and (6.63,1.71) .. (5.16,-3.36) .. controls (5,-3.23) and (5,-3.27) .. (4.77,-3.14) .. controls (5.5,-3.46) and (6.2,-4.17) .. (6.4,-4.7) .. controls (6.2,-5) and (6,-5.2) .. (6,-5.48) .. controls (5.1,-5.67) and (2.2,-5.49) .. (1.41,-5.78) .. controls (2,-4.7) and (2.2,-3.4) .. (2.1,-3) .. controls (2.2,-3.4) and (1.68,-5.82) .. (1.1,-6.2) .. controls (1.1,-6.54) and (0.4,-7.2) .. (0.4,-6.6) .. controls (0,-7.07) and (0,-6.5) .. (0.43,-5.9) .. controls (0.4,-5.2) and (0.4,-4.3) .. (0.3,-3.8) .. controls (0.4,-4.3) and (0.4,-5.2) .. (0.42,-5.9) .. controls (-0.2,-6.03) and (-1.3,-5.86) .. (-2,-5.5) .. controls (-1.99,-5.47) and (-2.13,-4.47) .. (-1.87,-3.71) .. controls (-2.13,-4.47) and (-1.99,-5.47) .. (-2,-5.5) .. controls (-1.8,-5.8) and (-1.7,-6.34) .. (-1.79,-6.4) .. controls (-1.94,-6.3) and (-2,-6.34) .. (-2.15,-6.51) .. controls (-2.5,-6.4) and (-2.6,-6.1) .. (-2.96,-5.5) .. controls (-3.44,-4.6) and (-3.65,-3.5) .. (-3.5,-3) .. controls (-3.65,-3.5) and (-3.44,-4.6) .. (-2.96,-5.5) .. controls (-3.9,-5.5) and (-4.9,-5.4) .. (-5,-5.3) .. controls (-5.68,-5.24) and (-5.87,-4.8) .. (-5.8,-4.4) .. controls (-5.56,-4.53) and (-5.5,-4.41) .. (-5.5,-4.23) .. controls (-5.3,-4.3) and (-5.2,-4.3) .. (-5.05,-4.53) .. controls (-4.9,-4.2) and (-4.5,-3.9) .. (-4.2,-3.6) .. controls (-4.1,-3.8) and (-4,-3.8) .. (-3.8,-4) .. controls (-4,-3.8) and (-4.1,-3.8) .. (-4.2,-3.6) .. controls (-4.5,-3) and (-4.77,-2) .. (-4.69,-1.6) .. controls (-2.8,-2.3) and (-0.5,-1.91) .. (0.6,-0.5) .. controls (-0.5,-1.91) and (-2.8,-2.3) .. (-4.64,-1.6); \draw [line width = #3, color = #2] (-4.93,4.97) .. controls (-5.63,5.2) and (-5.7,5.8) .. (-6.2,6.6) .. controls (-4.3,6.71) and (-4.1,5.8) .. (-3.8,5.4) .. controls (-4.1,5.3) and (-4.8,5.1) .. (-4.93,4.97); \draw [line width = #3, color = #2] (-1.21,5.01) .. controls (-0.86,5.9) and (0.1,6.3) .. (0.6,6.6) .. controls (0.16,6.3) and (-0.33,4.98) .. (-1.04,4.94) .. controls (-0.74,4.92) and (-0.8,5.3) .. (-1,5.4) (-4.7,5.1) .. controls (-5.42,5.6) and (-5.5,6.1) .. (-5.8,6.4) .. controls (-5.2,6.1) and (-4.6,5.7) .. (-4.28,5.25) .. controls (-4.58,5.56) and (-4.68,5.46) .. (-4.58,5.11); %Pé \draw [line width = #3, color = #2, fill = #2] (-5,-5.3) .. controls (-5.68,-5.24) and (-5.87,-4.8) .. (-5.8,-4.4) .. controls (-5.56,-4.53) and (-5.49,-4.41) .. (-5.5,-4.23) .. controls (-5.3,-4.29) and (-5.2,-4.29) .. (-5.05,-4.52) .. controls (-4.96,-4.7) and (-4.97,-5) .. (-5,-5.31) (-2.7,-5.9) .. controls (-2.61,-6.1) and (-2.5,-6.4) .. (-2.15,-6.51) .. controls (-2,-6.34) and (-1.94,-6.3) .. (-1.79,-6.4) .. controls (-1.7,-6.34) and (-1.82,-5.8) .. (-1.9,-5.7) .. controls (-2.1,-5.87) and (-2.4,-5.94) .. (-2.7,-5.9) (0.42,-5.9) .. controls (0,-6.5) and (0,-7.07) .. (0.4,-6.61) .. controls (0.4,-7.2) and (1.1,-6.54) .. (1.1,-6.2) .. controls (0.9,-6.23) and (0.5,-6.21) .. (0.42,-5.9) (6.4,-4.7) .. controls (6.2,-5) and (6,-5.2) .. (6,-5.48) .. controls (6.1,-5.7) and (6.3,-5.8) .. (6.6,-5.8) .. controls (7,-5.6) and (7.1,-5.1) .. (7.1,-5) .. controls (7.14,-4.73) and (7.1,-4.72) .. (6.8,-4.8) .. controls (6.91,-4.61) and (6.71,-4.56) .. (6.4,-4.7); \draw [line width = #3, color = #2] (-4.6,4.5) .. controls (-4.4,4.67) and (-4.1,4.65) .. (-3.9,4.5) (-3.4,4.53) .. controls (-3.1,4.77) and (-2.8,4.7) .. (-2.6,4.5) (-3,4.1) .. controls (-4.1,4) and (-3.89,2.03) .. (-2.7,2.2) .. controls (-2.04,2.24) and (-2.2,4) .. (-3,4.1) (-4.4,4) .. controls (-5.05,4.02) and (-5.4,3.2) .. (-5.42,2.91) .. controls (-5.5,2.6) and (-5.1,2.93) .. (-4.9,2.89) .. controls (-4.7,2.94) and (-4.42,2.96) .. (-4.38,3.11) .. controls (-4.3,3.5) and (-4.2,3.8) .. (-4.4,4.01); \draw [line width = #3, color = #2, fill = #2] (-2.9,3.3) .. controls (-3.14,3.23) and (-3.1,2.8) .. (-2.9,2.9) .. controls (-2.8,3) and (-2.8,3.2) .. (-2.9,3.3) (-4.63,3.4) .. controls (-4.87,3.33) and (-4.83,2.9) .. (-4.63,3) .. controls (-4.53,3.1) and (-4.53,3.3) .. (-4.63,3.4) (-4.5,2.3) .. controls (-4.3,2.4) and (-3.8,1.8) .. (-4.1,1.67) .. controls (-4.55,1.73) and (-4.66,2.12) .. (-4.5,2.3) (-5.1,2.3) .. controls (-5.36,2.24) and (-5.56,1.84) .. (-5.4,1.8) .. controls (-5.15,1.85) and (-5.04,2.12) .. (-5.1,2.3) (-4.06,0.21) .. controls (-3.7,0) and (-3.44,0.19) .. (-3.39,0.15) .. controls (-3.2,-0.1) and (-2.8,-0.4) .. (-2.4,-0.4) .. controls (-2.07,-0.36) and (-1.9,0) .. (-1.8,0.3) .. controls (-1.8,0.7) and (-1.8,0.9) .. (-1.8,0.87) .. controls (-1.6,0.78) and (-1.6,0.77) .. (-1.6,0.8) .. controls (-1.9,0.9) and (-2.1,1) .. (-2.1,1.1) .. controls (-2.1,1) and (-2,0.9) .. (-2,0.9) .. controls (-2.2,0.6) and (-2.9,0.3) .. (-3.39,0.15); \draw [line width = #3, color = #2] (-2.27,-0.6) .. controls (-2.1,-0.7) and (-1.9,-0.5) .. (-1.8,-0.37) (-4.8,1.43) .. controls (-4.3,1.31) and (-3.82,1.34) .. (-3.73,1.55) .. controls (-3.7,1.9) and (-4.1,2.6) .. (-4.5,2.88) .. controls (-5.3,3.02) and (-5.9,2.3) .. (-5.77,1.7) .. controls (-5.8,1.5) and (-5.1,1.4) .. (-4.8,1.43) (-4.5,2.89) .. controls (-4.2,3.03) and (-4,2.9) .. (-3.9,2.8); \draw [line width = #3, color = #2, fill = white] (-2.64,-0.35) .. controls (-2.68,-0.04) and (-2.2,0.3) .. (-1.8,0.3) .. controls (-1.9,0) and (-2.04,-0.43) .. (-2.64,-0.35); \draw [line width = #3, color = #2] (5.89,-3.36) .. controls (6,-3.4) and (6.13,-3.42) .. (6.27,-3.39) .. controls (6.23,-3.6) and (5.93,-3.75) .. (5.72,-3.78) .. controls (5.62,-3.68) and (5.51,-3.6) .. (5.4,-3.51) .. controls (5.58,-3.51) and (5.81,-3.47) .. (5.89,-3.36) (6.35,-3.12) .. controls (6.38,-2.9) and (6.33,-2.7) .. (6.19,-2.58) .. controls (6.09,-2.46) and (5.81,-2.49) .. (5.69,-2.59) .. controls (5.48,-2.79) and (5.49,-3.15) .. (5.89,-3.36) .. controls (6,-3.4) and (6.13,-3.42) .. (6.27,-3.39) .. controls (6.71,-3.29) and (7.01,-2.96) .. (6.93,-2.44) .. controls (6.9,-2.8) and (6.6,-3.1) .. (6.35,-3.12) .. controls (6.25,-3.14) and (6.15,-3.14) .. (6.06,-3.14) .. controls (5.85,-3.15) and (5.72,-2.88) .. (5.87,-2.79) .. controls (6.06,-2.75) and (6.18,-2.94) .. (6.06,-3.14) .. controls (6.15,-3.14) and (6.25,-3.14) .. (6.35,-3.12); \end{tikzpicture} } \newcommand{\fcPigC}[3] { \begin{tikzpicture}[scale = #1] %Borboleta \draw [line width = #3, color = #2] (-4.37,5.33) .. controls (-3.9,5.1) and (-2.9,4.8) .. (-2.9,5.6) .. controls (-2.9,6.4) and (-4.1,6.5) .. (-4.4,6.2) .. controls (-4.6,5.9) and (-5,5.4) .. (-4.7,4.7) .. controls (-4.5,4.3) and (-3.7,4.6) .. (-4.37,5.33) (-4.4,6.2) .. controls (-4.3,7.1) and (-5,7.6) .. (-5.3,7.5) .. controls (-6.2,7.3) and (-6,6.4) .. (-5.26,5.95) .. controls (-6.5,6.44) and (-6.2,5.4) .. (-5.3,5.5) .. controls (-5,5.6) and (-4.7,5.8) .. (-4.4,6.2); \draw [line width = #3, color = #2] (-5.2,6.9) circle (0.35) (-3.53,5.62) circle (0.35) (-4.4,6.23) .. controls (-4,6.7) and (-3.8,7.1) .. (-3.78,7.35) (-4.4,6.2) .. controls (-3.9,6.7) and (-3.6,6.9) .. (-3.24,6.91); %grama \draw [line width = #3, color = #2] (-6.3,-5.8) .. controls (-7.4,-5.9) and (-7.3,-6.8) .. (-6,-7) .. controls (-4,-7.5) and (-1,-7.5) .. (-0.3,-7.5) .. controls (1.4,-7.4) and (3,-7.3) .. (4.1,-7) .. controls (5.6,-6.7) and (5.5,-5.9) .. (3.8,-5.6) .. controls (4,-5.5) and (4.1,-5.4) .. (4.2,-5.3) .. controls (4,-5.4) and (3.7,-5.4) .. (3.6,-5.5) .. controls (3.6,-5.3) and (3.6,-5.1) .. (3.8,-4.9) .. controls (3.5,-5) and (3.4,-5.2) .. (3.3,-5.5) .. controls (3.2,-5.2) and (3.1,-5.1) .. (3,-4.9) .. controls (2.9,-5.1) and (2.9,-5.2) .. (2.9,-5.4) .. controls (2.8,-5.2) and (2.6,-5.1) .. (2.4,-5) .. controls (2.5,-5.2) and (2.6,-5.3) .. (2.7,-5.4) .. controls (2.4,-5.3) and (1.8,-5.3) .. (-1.5,-5.2) .. controls (-1.7,-5.2) and (-3.8,-5.3) .. (-4,-5.31) .. controls (-4.3,-5.4) and (-5.9,-5.6) .. (-6.3,-5.8); \draw [line width = #3, color = #2, fill = white] (-1,1.2) .. controls (-2.2,1.7) and (-2.5,2.8) .. (-2.54,3.5) .. controls (-2.45,4.1) and (-2.9,4.5) .. (-2.75,4.93) .. controls (-2.3,5.3) and (-1.6,4.7) .. (-0.9,4.5) .. controls (-0.3,4.4) and (0.2,4.1) .. (0.5,3.7) .. controls (0.3,3.9) and (0.2,4.0) .. (0.2,4) .. controls (0.2,4.1) and (0.7,4.2) .. (1.1,4.3) .. controls (1.7,4.4) and (2.4,4.4) .. (3.2,4.05) .. controls (3.5,3.9) and (3.5,3.8) .. (3.6,3.7) .. controls (4,4.3) and (5,4) .. (5.2,3.7) .. controls (5.85,3.04) and (5.91,2.35) .. (5.4,2) .. controls (5.2,1.92) and (4.94,1.84) .. (4.91,1.8) .. controls (5.06,0.9) and (4.9,-0.1) .. (4.18,-1) .. controls (3.87,-1.37) and (3.5,-2.3) .. (2.5,-3.08) .. controls (1.8,-3.6) and (0.9,-4.2) .. (0.48,-4.4) .. controls (0.5,-4.2) and (0.7,-3.9) .. (0.7,-3.8) .. controls (0.34,-4.7) and (-0.1,-5.3) .. (0.1,-6.3) .. controls (-0.1,-6.3) and (-0.2,-6.2) .. (-0.3,-6.1) .. controls (-0.4,-6.4) and (-0.5,-6.5) .. (-0.67,-6.59) .. controls (-1.4,-5.7) and (-1.2,-4.9) .. (-1,-3.8) .. controls (-1.1,-4.2) and (-1.1,-4.4) .. (-1.1,-4.4) .. controls (-1.4,-4.5) and (-2,-4.4) .. (-2.3,-4.35) .. controls (-2.05,-4.23) and (-1.9,-4) .. (-1.87,-3.97) .. controls (-2.5,-4.6) and (-3.2,-4.8) .. (-3.9,-4.7) .. controls (-4.6,-4.6) and (-4.7,-5) .. (-4.53,-5.4) .. controls (-4.2,-6.1) and (-4.7,-6.2) .. (-4.9,-5.8) .. controls (-4.9,-6.2) and (-5.4,-6.2) .. (-5.63,-5.5) .. controls (-6,-4.9) and (-5.8,-4) .. (-5.4,-3.7) .. controls (-5.2,-3.46) and (-5.1,-2.9) .. (-5.2,-2.7) .. controls (-5.4,-2.2) and (-4.8,-0.7) .. (-4.3,-0.4) .. controls (-4.2,-0.3) and (-3.5,0.4) .. (-2.9,0.7) .. controls (-2.8,0.7) and (-2.1,1.3) .. (-1.8,1.7) .. controls (-1.5,1.4) and (-1.2,1.3) .. (-1,1.2) (2.5,-3.08) .. controls (1.8,-3.6) and (0.9,-4.2) .. (0.48,-4.4) .. controls (0.4,-5) and (0.4,-5.6) .. (0.37,-5.9) .. controls (0.3,-6.2) and (0.7,-6.2) .. (1,-5.7) .. controls (1.1,-6.1) and (1.6,-6.1) .. (1.7,-5.4) .. controls (1.9,-4.7) and (2.2,-4) .. (2.5,-3.1) (-2.49,-4.41) .. controls (-2.5,-4.58) and (-3.2,-4.8) .. (-3.58,-4.7) .. controls (-3.4,-5.1) and (-3.2,-5.3) .. (-3.17,-5.4) .. controls (-3.06,-5.64) and (-2.8,-5.7) .. (-2.6,-5.2) .. controls (-2.3,-5.8) and (-2,-5.2) .. (-2.49,-4.41) (0.37,4.1) .. controls (0.5,4.12) and (0.7,4.2) .. (1.1,4.3) .. controls (1.7,4.4) and (2.29,4.4) .. (2.26,4.29) .. controls (2.1,4.9) and (1.1,5.7) .. (0.47,5.89) .. controls (0.1,5.3) and (0,4.6) .. (0.37,4.1) (3.6,3.7) .. controls (4,4.3) and (5,4) .. (5.2,3.7) .. controls (5.85,3.04) and (5.91,2.35) .. (5.4,2) .. controls (5.2,1.92) and (4.94,1.84) .. (4.91,1.8) .. controls (4.4,1.6) and (3.5,0.9) .. (3.3,2.2) .. controls (3.1,2.6) and (3.06,3.4) .. (3.6,3.7); \draw [line width = #3, color = #2, fill = #2] (4.97,2.55) .. controls (4.6,2.9) and (4.6,3.2) .. (4.8,3.3) .. controls (5.03,3.3) and (5.2,3) .. (4.97,2.55) (4.2,2.3) .. controls (3.66,2.67) and (3.66,2.97) .. (3.86,3.07) .. controls (4.09,3.07) and (4.26,2.77) .. (4.2,2.3) (1.91,2.94) circle (0.1); \draw [line width = #3, color = #2] (-1,2) .. controls (-1.3,2.3) and (-2.4,3.7) .. (-1.9,4.3) .. controls (-1.9,4.4) and (-2,4.3) .. (-2.2,4.4) .. controls (-1.3,4.4) and (-0.9,3.9) .. (-0.1,3.6) (1.1,4.3) .. controls (0.8,4.6) and (0.7,4.9) .. (0.7,5.3) .. controls (0.7,5.2) and (0.7,5.2) .. (0.7,5.2) .. controls (1,5) and (1.4,4.8) .. (1.7,4.4) (1.93,0.89) .. controls (2.1,1) and (2.27,1.16) .. (2.37,1.25) .. controls (2.2,1.1) and (2.2,1.1) .. (2.2,1.1) .. controls (2.3,0.6) and (2.7,0.6) .. (3.1,0.8) .. controls (3.3,0.9) and (3.6,1.2) .. (3.9,1.4) (2.8,0.1) .. controls (3.1,0.2) and (3.3,0.3) .. (3.3,0.6) (1.4,3.5) .. controls (1.5,3.6) and (1.6,3.6) .. (1.7,3.6) (3,3.85) .. controls (3.1,3.9) and (3.3,4) .. (3.4,3.9) (2.4,2.4) .. controls (2.7,2.5) and (2.8,2.7) .. (2.4,3) .. controls (1.9,3.4) and (1.3,3.1) .. (1.74,2.69) .. controls (1.9,2.5) and (2.2,2.4) .. (2.4,2.4); \draw [line width = #3, color = #2] (-4.73,-0.9) .. controls (-4.8,-1) and (-4.9,-1.1) .. (-4.92,-1.25) .. controls (-5.2,-1.2) and (-5.8,-0.8) .. (-5.5,-0.4) .. controls (-5.2,-0.1) and (-4.76,-0.3) .. (-4.8,-0.5) .. controls (-4.9,-0.8) and (-5.4,-0.8) .. (-5.14,-0.5) .. controls (-5.4,-0.8) and (-4.9,-1) .. (-4.73,-0.9); \draw [line width = #3, color = #2] (-5.62,0.32) .. controls (-6.4,0.2) and (-6.3,-0.7) .. (-5.45,-0.92) .. controls (-5.56,-0.8) and (-5.56,-0.7) .. (-5.57,-0.69) .. controls (-5.8,-0.65) and (-6.12,-0.41) .. (-5.92,-0.21) .. controls (-5.96,-0.34) and (-5.7,-0.5) .. (-5.56,-0.52) .. controls (-5.5,-0.4) and (-5.4,-0.3) .. (-5.3,-0.27) .. controls (-5.6,-0.4) and (-5.9,-0.2) .. (-5.8,0) .. controls (-5.74,0.1) and (-5.7,0.2) .. (-5.64,0.32); \end{tikzpicture} } \newcommand{\fcPigD}[3] { \begin{tikzpicture}[scale = #1] \draw [line width = #3, color = #2] (-0.3,5.9) .. controls (-0.5,6.2) and (0,6.7) .. (0.4,6.5) .. controls (-0.1,6.4) and (-0.14,6.12) .. (0.28,5.83) .. controls (0.1,5.8) and (-0.2,5.6) .. (-0.3,5.9) .. controls (-0.5,6.2) and (0,6.7) .. (0.4,6.5) .. controls (-0.1,6.4) and (-0.14,6.12) .. (0.28,5.83) .. controls (-0.1,6.2) and (0.6,6.4) .. (0.8,6.22) .. controls (0.6,6.1) and (0.5,6) .. (0.5,5.9) .. controls (0.4,5.9) and (0.2,5.9) .. (0.28,5.83) .. controls (-0.1,6.2) and (0.6,6.4) .. (0.8,6.22) .. controls (0.6,6.1) and (0.5,6) .. (0.5,5.9) .. controls (0.8,5.88) and (1.1,5.8) .. (1.24,5.71) .. controls (1.4,6) and (1.76,6.35) .. (2.08,6.6) .. controls (2.4,6.98) and (3,6.8) .. (3.1,6.2) .. controls (3.3,5.4) and (4.1,4.1) .. (4.12,3.6) .. controls (4.2,3.1) and (4,3) .. (2.8,3.37) .. controls (3,3.1) and (3.9,1.9) .. (3.48,1.2) .. controls (3.1,0.3) and (2.2,-0.2) .. (1.8,-0.3) .. controls (0.4,-0.8) and (-1.6,-0.6) .. (-2.5,-0.29) .. controls (-3.5,0.2) and (-4.1,1) .. (-4.09,1.7) .. controls (-4.1,2.3) and (-3.79,2.78) .. (-3.53,2.96) .. controls (-3.65,3.26) and (-3.8,3.4) .. (-3.9,3.7) .. controls (-4.3,3.6) and (-4.5,4) .. (-4.1,4.5) .. controls (-3.8,5.1) and (-3.4,5.7) .. (-3,6.1) .. controls (-2.6,6.6) and (-2.3,6.6) .. (-1.65,5.53) .. controls (-1.6,5.7) and (-0.8,6) .. (-0.3,5.9); \draw [line width = #3, color = #2] (-3.53,2.96) .. controls (-3.3,3.2) and (-3.2,3.3) .. (-2.82,3.63) .. controls (-3,3.78) and (-3.5,3.78) .. (-3.9,3.7) .. controls (-3.5,3.8) and (-3,3.8) .. (-2.82,3.65) .. controls (-2.2,3.3) and (-2.1,3.9) .. (-2.2,5.9) .. controls (-2.2,5.5) and (-2.2,5.3) .. (-2.15,5) .. controls (-1.91,5.21) and (-1.84,5.39) .. (-1.65,5.53) (1.24,5.71) .. controls (1.5,5.6) and (1.7,5.4) .. (1.99,5.2) .. controls (2.1,5.7) and (2.4,6.2) .. (2.48,6.39) .. controls (1.5,4.3) and (1.6,3.6) .. (2.8,3.38); %olhos \draw [line width = #3, color = #2, fill = #2] (-1.5,3.5) .. controls (-1.47,3.64) and (-1.6,3.7) .. (-1.82,3.54) .. controls (-1.93,3.47) and (-2.03,3.17) .. (-1.93,2.96) .. controls (-1.82,3.14) and (-1.68,3.26) .. (-1.51,3.31) .. controls (-1.5,3.4) and (-1.5,3.45) .. (-1.5,3.5) (1.01,3.4) .. controls (0.9,3.64) and (0.72,3.65) .. (0.58,3.42) .. controls (0.48,3.3) and (0.48,3.1) .. (0.49,3.02) .. controls (0.58,2.84) and (0.71,2.81) .. (0.87,2.92) .. controls (0.96,3.03) and (1.06,3.22) .. (1.01,3.4); \draw [color = white, fill = white] (0.9, 3.4) circle (0.1) (-1.58,3.5) circle (0.05); \draw [line width = #3, color = #2] (-4.22,-2.22) .. controls (-4.6,-1.3) and (-4.8,-0.6) .. (-5,-0.2) (-5.28,0.72) .. controls (-5.3,0.54) and (-5.58,0.6) .. (-5.59,0.8) .. controls (-5.6,1.03) and (-5.3,1.09) .. (-5.07,0.79) .. controls (-4.94,0.5) and (-5.27,0.2) .. (-5.5,0.3) .. controls (-5.91,0.39) and (-5.9,0.7) .. (-5.88,1) .. controls (-5.8,1.3) and (-5.7,1.5) .. (-5.4,1.72) .. controls (-4.75,1.74) and (-4.54,1.4) .. (-4.43,0.9) .. controls (-4.43,0.4) and (-4.7,0) .. (-5,-0.2) .. controls (-5.3,-0.3) and (-5.8,-0.3) .. (-6.02,-0.12) .. controls (-6.29,0.03) and (-6.44,0.4) .. (-6.4,0.8) .. controls (-6.38,1.16) and (-6.02,1.65) .. (-5.4,1.72); \draw [line width = #3, color = #2] (-1.93,-0.47) .. controls (-1.9,-0.9) and (-1,-1.2) .. (-0.42,-1.22) .. controls (-0.3,-1.1) and (0.1,-0.9) .. (0.4,-0.59) .. controls (-0.3,-0.6) and (-1.3,-0.6) .. (-1.93,-0.45) (3,-1.4) .. controls (3.4,-1.8) and (3.7,-2.4) .. (3.8,-2.8) .. controls (3.9,-3.1) and (3.65,-3.4) .. (3.47,-3.06) .. controls (3.67,-3.42) and (3.26,-3.65) .. (2.72,-3.18) .. controls (2.4,-2.9) and (2.2,-2.7) .. (1.7,-2.3) .. controls (1.8,-2.4) and (1.9,-2.5) .. (1.99,-2.54) .. controls (2.3,-2.4) and (2.3,-2) .. (2.5,-1.8) .. controls (2.6,-1.6) and (2.8,-1.4) .. (3.01,-1.4) (-3.6,-0.8) .. controls (-4,-1) and (-4.4,-1.3) .. (-4.63,-1.56) .. controls (-5,-2) and (-4.9,-2.3) .. (-4.1,-2) .. controls (-4.9,-2.4) and (-4.5,-2.6) .. (-3.8,-2.47) .. controls (-3.7,-2.1) and (-3.4,-1.6) .. (-3.1,-1.1) .. controls (-3.2,-1.3) and (-3.2,-1.3) .. (-3.3,-1.4) .. controls (-3.4,-1.2) and (-3.5,-1) .. (-3.6,-0.8) (-4.3,-1.6) .. controls (-4.5,-1.8) and (-4.56,-2.23) .. (-4.1,-2) (-2.3,-6.1) .. controls (-2,-6.7) and (-1.65,-6.89) .. (-1.47,-7.04) .. controls (-1.3,-7.2) and (-0.9,-7.1) .. (-0.98,-6.77) .. controls (-0.9,-7.1) and (-0.5,-7) .. (-0.5,-6.1) .. controls (-1,-6.1) and (-1.7,-6.1) .. (-2.3,-6.1) (0.4,-6.06) .. controls (0.4,-6.5) and (0.6,-6.9) .. (0.7,-7) .. controls (0.9,-7.2) and (1.2,-7.1) .. (1.3,-6.9) .. controls (1.4,-7) and (1.6,-6.9) .. (1.8,-6.6) .. controls (1.9,-6.4) and (2,-6.1) .. (2,-6) .. controls (1.6,-6) and (0.8,-6) .. (0.38,-6.06); \draw [line width = #3, color = #2, fill = white] (-1.7,3.2) .. controls (-1.4,3.44) and (-0.3,3.51) .. (0.25,3.24) .. controls (0.71,2.92) and (0.5,2.2) .. (0.1,1.8) .. controls (-0.5,1.1) and (-1.1,1.14) .. (-1.73,1.67) .. controls (-2.18,2.07) and (-2.15,2.9) .. (-1.7,3.2); %dentro do fucinho \draw [line width = #3, color = #2, fill = #2] (-1.64,2.7) .. controls (-1.63,2.52) and (-1.65,2.38) .. (-1.62,2.26) .. controls (-1.6, 2.1) and (-1.5, 2.1) .. (-1.38,2.29) .. controls (-1.32,2.37) and (-1.3,2.7) .. (-1.44,2.8) .. controls (-1.56,2.91) and (-1.62,2.81) .. (-1.64,2.7) (-0.41,2.72) .. controls (-0.41,2.6) and (-0.42,2.48) .. (-0.4,2.3) .. controls (-0.4,2.13) and (-0.27,2.19) .. (-0.2,2.3) .. controls (-0.1,2.5) and (-0.1,2.7) .. (-0.17,2.78) .. controls (-0.25,2.92) and (-0.4,2.92) .. (-0.41,2.72); %Sobrancelha e queixo \draw [line width = #3, color = #2, fill = #2] (0.58,4.5) .. controls (0.7,4.5) and (0.9,4.4) .. (1,4.2) .. controls (1,4.2) and (1,4.2) .. (1,4.2) .. controls (0.8,4.3) and (0.7,4.4) .. (0.6,4.4) -- (0.6,4.5) (-1.86,3.9) .. controls (-1.86,3.9) and (-1.86,3.9) .. (-1.86,3.9) .. controls (-1.7,4) and (-1.6,4.15) .. (-1.43,4.13) -- (-1.37,4.18) .. controls (-1.5,4.34) and (-1.76,4.2) .. (-1.84,3.9) (-0.3,0) .. controls (0,0) and (0.3,-0.02) .. (0.64,0.18) .. controls (0.2,-0.19) and (0.1,-0.22) .. (-0.3,0); \draw [line width = #3, color = #2] (-2.51,1.95) .. controls (-2.77,1.84) and (-2.87,1.68) .. (-2.87,1.4) .. controls (-2.88,1.42) and (-2.83,1.72) .. (-2.79,1.72) .. controls (-2.8,1.73) and (-2.5,1.3) .. (-1.8,1.05) .. controls (-1.6,0.99) and (-1,0.8) .. (-0.2,0.9) .. controls (0.3,1) and (0.72,1.14) .. (1.17,1.51) .. controls (1.35,1.65) and (1.5,1.9) .. (1.56,2.17) .. controls (1.54,2.19) and (1.31,2.27) .. (1.2,2.18) .. controls (1.4,2.3) and (1.78,2.18) .. (1.82,1.87); \draw [line width = #3, color = #2, fill = #2] (-1,0.9) .. controls (-0.56,0.78) and (0.41,0.99) .. (0.79,1.24) .. controls (0.78,0.9) and (0.6,0.5) .. (0.5,0.4) .. controls (0.27,0.12) and (0.04,0.08) .. (-0.4,0.3) .. controls (-0.64,0.45) and (-0.9,0.7) .. (-1,0.9); \draw [line width = #3, color = white, fill = white] (0.14,0.47) .. controls (0.14,0.62) and (0.3,0.8) .. (0.35,0.53) .. controls (0.34,0.4) and (0.29,0.33) .. (0.22,0.28) .. controls (0.1,0.27) and (-0.05,0.26) .. (-0.11,0.35) .. controls (-0.26,0.58) and (0,0.56) .. (0.14,0.47); \draw [line width = #3, color = #2] (-3.8,-2.54) .. controls (-3.7,-2.1) and (-3.4,-1.6) .. (-3.1,-1.1) .. controls (-3.2,-1.3) and (-3.2,-1.3) .. (-3.3,-1.4) .. controls (-3.4,-1.2) and (-3.5,-1) .. (-3.6,-0.8) .. controls (-3.3,-0.6) and (-2.8,-0.4) .. (-2.5,-0.3) .. controls (-2.3,-0.3) and (-2.1,-0.4) .. (-1.93,-0.47) .. controls (-1.9,-0.9) and (-1,-1.2) .. (-0.42,-1.22) .. controls (-0.3,-1.1) and (0.1,-0.9) .. (0.4,-0.59) .. controls (0.9,-0.54) and (1.5,-0.43) .. (1.75,-0.37) .. controls (1.88,-0.42) and (2.35,-0.56) .. (2.57,-0.79) .. controls (2.8,-0.96) and (2.97,-1.25) .. (3.01,-1.4) .. controls (2.8,-1.4) and (2.6,-1.6) .. (2.5,-1.8) .. controls (2.3,-2) and (2.3,-2.4) .. (1.99,-2.54) .. controls (1.9,-2.5) and (1.8,-2.4) .. (1.7,-2.3) .. controls (1.8,-2.4) and (1.9,-2.5) .. (2.24,-2.76) .. controls (1.97,-2.67) and (1.37,-2.52) .. (0.68,-2.35) .. controls (0.4,-3) and (0,-3.3) .. (-0.5,-3.3) .. controls (-1.4,-3.32) and (-1.9,-2.7) .. (-1.43,-2.15) .. controls (-1.9,-2.15) and (-3.1,-2.24) .. (-3.82,-2.54); \draw [line width = #3, color = #2] (0.68,-2.35) .. controls (0.4,-3) and (0,-3.3) .. (-0.5,-3.3) .. controls (-1.4,-3.32) and (-1.9,-2.7) .. (-1.43,-2.15) .. controls (-1.2,-1.8) and (-0.8,-1.5) .. (-0.42,-1.22) .. controls (-0.3,-1.1) and (0.1,-0.9) .. (0.4,-0.59) .. controls (0.9,-0.54) and (1.5,-0.43) .. (1.75,-0.37) .. controls (1.8,-0.4) and (1.8,-0.4) .. (1.89,-0.42) .. controls (1.53,-0.7) and (0.9,-1.9) .. (0.68,-2.35); \draw [line width = #3, color = #2] (-0.69,-2.5) circle (0.45); \draw [line width = #3, color = #2] (2.24,-2.76) .. controls (2.57,-3) and (2.8,-3.3) .. (2.85,-3.31) .. controls (3.03,-3.8) and (2.79,-5.2) .. (2.62,-5.59) .. controls (2.56,-5.88) and (2.2,-6.08) .. (2,-6) .. controls (1.6,-6) and (0.8,-6) .. (0.38,-6.06) .. controls (0.2,-6.06) and (-0.1,-6.05) .. (-0.36,-6.09) .. controls (-0.39,-5.96) and (-0.52,-5.72) .. (-0.19,-5.75) -- (-0.43,-5.75) -- (-0.39,-6.09) .. controls (-0.41,-5.96) and (-0.38,-5.72) .. (-0.7,-5.75) -- (-0.43,-5.75) -- (-0.41,-6.09) -- (-0.5,-6.1) .. controls (-1,-6.1) and (-1.7,-6.1) .. (-2.3,-6.1) .. controls (-2.8,-6.22) and (-3.4,-5.9) .. (-3.52,-5.4) .. controls (-3.61,-5.1) and (-3.9,-4.3) .. (-4,-3.5) .. controls (-4,-3.1) and (-3.9,-2.7) .. (-3.82,-2.54) .. controls (-3.1,-2.24) and (-1.9,-2.15) .. (-1.43,-2.15) .. controls (-1.9,-2.7) and (-1.4,-3.32) .. (-0.5,-3.3) .. controls (0,-3.3) and (0.4,-3) .. (0.68,-2.35) .. controls (1.37,-2.52) and (1.97,-2.67) .. (2.24,-2.76); \end{tikzpicture} } \newcommand{\fcHorseA}[3] { \begin{tikzpicture}[scale = #1] \draw [line width = #3, color = #2] (-5.05,5.72) .. controls (-5.4,5.9) and (-6,5.78) .. (-6.17,5.66) .. controls (-6.3,5.5) and (-6.3,5.3) .. (-5.92,5.07) .. controls (-5.7,4.9) and (-5.5,4.7) .. (-5.34,4.59) .. controls (-5.06,4.9) and (-5.18,5.5) .. (-5.05,5.72) (-5.34,3.58) .. controls (-5.27,3.5) and (-5.24,3.43) .. (-5,3.33) .. controls (-4.47,3.14) and (-4.32,2.81) .. (-4.6,2.7) .. controls (-4.78,2.71) and (-4.91,2.98) .. (-4.74,2.97) .. controls (-4.9,2.98) and (-4.78,2.71) .. (-4.61,2.69) .. controls (-3.96,2.41) and (-3.96,3.1) .. (-4.25,3.33) .. controls (-3.92,3.06) and (-4.12,2.68) .. (-4.17,2.67) .. controls (-3.68,2.83) and (-3.81,3.4) .. (-3.9,3.8) .. controls (-4,4.2) and (-3.67,4.46) .. (-3.43,4.67) .. controls (-3.27,4.8) and (-3.2,4.9) .. (-3.19,5.08) .. controls (-3.2,4.9) and (-3.27,4.8) .. (-3.43,4.67) .. controls (-3.67,4.47) and (-3.9,4.2) .. (-3.85,4.18) .. controls (-3.7,3.88) and (-3.6,3.88) .. (-3.37,3.84) .. controls (-3.64,3.92) and (-3.54,4.19) .. (-3.24,4.41) .. controls (-2.96,4.64) and (-2.65,4.77) .. (-2.41,5.02) .. controls (-2.32,5.1) and (-2.26,5.2) .. (-2.25,5.31) .. controls (-2.18,5.14) and (-2.13,5.08) .. (-2.01,5) .. controls (-2.13,5.08) and (-2.18,5.14) .. (-2.25,5.31) .. controls (-2.22,5.6) and (-2.22,5.9) .. (-2.24,6.4) .. controls (-2.27,6.7) and (-2.29,7) .. (-2.33,7.14) .. controls (-2.38,7.38) and (-2.2,7.35) .. (-1.8,7.22) .. controls (-1.4,7.08) and (-1.3,6.9) .. (-1.17,6.76) .. controls (-0.94,6.4) and (-0.64,5.8) .. (-0.68,5.5) .. controls (-0.66,5.3) and (-0.9,5) .. (-1.07,4.87) .. controls (-0.91,4.96) and (-0.87,4.94) .. (-0.87,4.92) .. controls (-0.75,4.5) and (-1.05,4) .. (-1.17,3.8) .. controls (-1.41,3.2) and (-1.28,2.67) .. (-0.69,2.6) .. controls (-0.87,2.9) and (-0.98,3.1) .. (-0.7,3.4) .. controls (-0.67,3) and (-0.48,2.7) .. (-0.31,2.45) .. controls (-0.31,2.23) and (-0.5,2.19) .. (-0.62,2.2) .. controls (-0.38,2.2) and (-0.47,1.8) .. (-0.57,1.5) .. controls (-0.6,1.3) and (-0.81,1.31) .. (-0.92,1.21) .. controls (-1.07,0.98) and (-0.69,0.76) .. (-0.43,1.13) .. controls (-0.9,0.6) and (-0.96,0) .. (-0.88,-0.36) .. controls (-0.84,-0.85) and (-0.29,-1.3) .. (0.3,-1.28) .. controls (0.18,-1.06) and (0.19,-0.9) .. (0.16,-0.9) .. controls (-0.03,-0.7) and (1.1,-1.6) .. (0.53,-1.95) .. controls (1.1,-2.15) and (1.89,-1.5) .. (1.9,-1.1) .. controls (1.9,-0.9) and (1.7,-0.9) .. (1.4,-0.7) .. controls (1.7,-0.9) and (1.9,-0.9) .. (2.1,-1) .. controls (2.3,-1.1) and (2.4,-1.2) .. (2.47,-1.31) .. controls (2.68,-1.2) and (2.38,-0.85) .. (2.27,-0.8) .. controls (2.3,-0.7) and (2.5,-0.7) .. (2.61,-0.68) .. controls (2.8,-0.7) and (3.22,-1.01) .. (3.3,-1.14) .. controls (3.6,-1.4) and (3.9,-2.1) .. (3.92,-2.6) .. controls (4.01,-3) and (3.7,-3.5) .. (3.61,-3.6) .. controls (3.24,-4) and (3.22,-4.8) .. (3.37,-5) .. controls (3.53,-5.2) and (3.42,-5.9) .. (3.1,-6.6) .. controls (2.8,-7) and (2,-7.1) .. (1.7,-7.03) .. controls (1.4,-6.96) and (1.12,-6.88) .. (1.3,-6.7) .. controls (1.3,-6.7) and (1.1,-6.7) .. (0.7,-6.7) .. controls (0.5,-6.75) and (0.2,-6.54) .. (0.44,-6.2) .. controls (0.55,-6) and (0.63,-5.7) .. (0.63,-5.5) .. controls (0.64,-5.4) and (0.64,-5.1) .. (0.58,-4.74) .. controls (0.43,-4.4) and (0.44,-4.4) .. (0.1,-4.44) .. controls (-0.35,-4.41) and (-0.28,-4.7) .. (-0.33,-5.1) .. controls (-0.35,-5.4) and (-0.4,-5.8) .. (-0.46,-6.3) .. controls (-0.45,-6.72) and (-0.78,-7.36) .. (-1.21,-7.34) .. controls (-1.5,-7.38) and (-1.9,-7.4) .. (-2,-7.36) .. controls (-2.32,-7.3) and (-2.3,-6.9) .. (-2.2,-6.7) .. controls (-2.1,-6.4) and (-2,-5.8) .. (-2,-5.3) .. controls (-2,-4.8) and (-2,-4.6) .. (-2.06,-4.38) .. controls (-2.1,-4.26) and (-2.2,-4.22) .. (-2.4,-4.16) .. controls (-2.5,-4.11) and (-2.77,-4.1) .. (-3.32,-3.39) .. controls (-2.89,-4) and (-2.71,-4.14) .. (-2.62,-4.26) .. controls (-2.51,-4.38) and (-2.53,-4.53) .. (-2.7,-4.7) .. controls (-2.9,-4.9) and (-3,-5) .. (-3.2,-5.1) .. controls (-3.6,-5.3) and (-3.86,-5.3) .. (-4.46,-4.5) .. controls (-4.76,-4.1) and (-4.86,-3.9) .. (-4.96,-3.6) .. controls (-5.09,-3.28) and (-4.8,-2.82) .. (-4.5,-2.74) .. controls (-4.2,-2.62) and (-3.9,-2.6) .. (-3.8,-2.56) .. controls (-3.59,-2.52) and (-3.59,-2.42) .. (-3.56,-2.2) .. controls (-3.47,-1.9) and (-3.27,-1.6) .. (-3.08,-1.4) .. controls (-2.87,-1.1) and (-2.77,-0.7) .. (-2.79,-0.35) .. controls (-2.8,-0.16) and (-3,-0.31) .. (-3.2,-0.4) .. controls (-3.39,-0.46) and (-3.59,-0.25) .. (-3.9,-0.48) .. controls (-4,-0.52) and (-4.3,-0.52) .. (-4.6,-0.3) .. controls (-4.86,-0.08) and (-4.97,0) .. (-5.14,0.3) .. controls (-5.26,0.45) and (-5.17,0.7) .. (-4.9,0.9) .. controls (-4.84,1) and (-4.86,1.2) .. (-4.94,1.25) .. controls (-5.1,1.4) and (-5.2,1.6) .. (-5.27,1.8) .. controls (-5.33,2) and (-5.37,2.17) .. (-5.34,2.49) .. controls (-5.43,2.6) and (-5.44,2.8) .. (-5.44,3.1) .. controls (-5.44,3.3) and (-5.45,3.4) .. (-5.34,3.58); \draw [line width = #3, color = #2] (2.62,-0.7) .. controls (2.52,0.5) and (3.8,1.67) .. (5.2,1) .. controls (5.1,0.9) and (5,0.9) .. (4.9,0.8) .. controls (5.75,0.78) and (6.23,-0.1) .. (6.27,-1) .. controls (6.3,-1.8) and (6.1,-2.6) .. (5.66,-3.2) .. controls (5.4,-3.7) and (5.55,-4.32) .. (5.8,-4.4) .. controls (5.5,-4.3) and (5.02,-3.9) .. (5.1,-3.3) .. controls (5.1,-3) and (5.26,-2.4) .. (5.32,-2) .. controls (5.38,-1.7) and (5.3,-1) .. (4.9,-0.8) .. controls (5.3,-1) and (5.38,-1.7) .. (5.32,-2) .. controls (5.26,-2.4) and (5.1,-3) .. (5.1,-3.3) .. controls (5.02,-3.9) and (5.5,-4.3) .. (5.8,-4.4) .. controls (5.31,-4.56) and (5.17,-4.3) .. (4.95,-4.06) .. controls (4.71,-3.7) and (4.63,-3.4) .. (4.7,-3.1) .. controls (4.63,-3.4) and (4.71,-3.7) .. (4.95,-4.06) .. controls (5.17,-4.3) and (5.31,-4.56) .. (5.31,-4.56) .. controls (5.2,-4.5) and (4.59,-4.3) .. (4.3,-3.7) .. controls (3.97,-3.15) and (4.22,-2.7) .. (4.4,-2.2) .. controls (4.6,-1.7) and (4.56,-1.3) .. (4.35,-1.12) .. controls (4.1,-0.86) and (3.58,-0.88) .. (3.28,-1.16) .. controls (3.22,-1.01) and (2.8,-0.7) .. (2.61,-0.68) (2.9,-0.5) .. controls (2.93,-0.2) and (3.1,0.1) .. (3.41,0.38) .. controls (3.6,0.6) and (4.1,0.7) .. (4.4,0.6) (3.05,-0.78) .. controls (3.04,-0.6) and (3.3,-0.3) .. (3.5,-0.2) (-2.41,3.8) .. controls (-2.5,4) and (-2.82,4.11) .. (-2.87,3.92) .. controls (-2.83,3.82) and (-2.6,3.8) .. (-2.43,3.8); \draw [line width = #3, color = #2] (-2.9,6.5) .. controls (-3.6,7) and (-4.74,6.46) .. (-4.92,6.1) .. controls (-5.16,5.8) and (-5.06,5.3) .. (-5.18,4.9) .. controls (-5.43,4.5) and (-5.71,3.6) .. (-5,3.33) .. controls (-4.47,3.14) and (-4.32,2.81) .. (-4.6,2.7) .. controls (-4.78,2.71) and (-4.91,2.98) .. (-4.74,2.97) .. controls (-4.9,2.98) and (-4.78,2.71) .. (-4.61,2.69) .. controls (-3.96,2.41) and (-3.96,3.1) .. (-4.25,3.33) .. controls (-3.92,3.06) and (-4.12,2.68) .. (-4.17,2.67) .. controls (-3.68,2.83) and (-3.81,3.4) .. (-3.9,3.8) .. controls (-4,4.2) and (-3.67,4.46) .. (-3.43,4.67) .. controls (-3.27,4.8) and (-3.2,4.9) .. (-3.19,5.08) .. controls (-3.2,4.9) and (-3.27,4.8) .. (-3.43,4.67) .. controls (-3.67,4.47) and (-3.9,4.2) .. (-3.85,4.18) .. controls (-3.7,3.88) and (-3.6,3.88) .. (-3.37,3.84) .. controls (-3.64,3.92) and (-3.54,4.19) .. (-3.24,4.41) .. controls (-2.96,4.64) and (-2.65,4.77) .. (-2.41,5.02) .. controls (-2.32,5.1) and (-2.26,5.2) .. (-2.25,5.31) .. controls (-2.18,5.14) and (-2.13,5.08) .. (-2.01,5) .. controls (-2.13,5.08) and (-2.18,5.14) .. (-2.25,5.31) .. controls (-2.22,5.6) and (-2.22,5.9) .. (-2.24,6.4) .. controls (-2.27,6.7) and (-2.27,7) .. (-2.6,7.2) .. controls (-2.9,7.35) and (-3.4,7.31) .. (-3.61,7.1) .. controls (-3.74,7) and (-3.8,6.9) .. (-3.92,6.66) .. controls (-3.7,6.68) and (-3.3,6.81) .. (-2.9,6.5); \draw [line width = #3, color = #2] (-3.1,7.04) .. controls (-3.44,7.06) and (-3.58,6.9) .. (-3.64,6.7) (-3.4,6.7) .. controls (-3.42,6.81) and (-3.32,6.87) .. (-3.22,6.86) (-0.78,5.99) .. controls (-0.3,5.96) and (0.16,5.4) .. (0.2,4.9) (-0.73,5.81) .. controls (-0.54,5.8) and (-0.4,5.7) .. (-0.38,5.52) (0.5,1.5) .. controls (0.3,1.3) and (0.1,1) .. (0.02,0.67) (0.6,1.2).. controls (0.39,1.18) and (0.2,0.7) .. (-0.02,0.03) (-0.4,-1.09) .. controls (-0.8,-0.4) and (-0.6,0.5) .. (0.05,1.2) (1.1,-1.92) .. controls (1.6,-1.3) and (1.1,-0.8) .. (0.7,-0.3) (1.6,-1.6) .. controls (1.6,-1.4) and (1.6,-1.2) .. (1.4,-1); \draw [line width = #3, color = #2] (-1.19,6.75) .. controls (-0.38,6.69) and (0.13,6.21) .. (0.4,5.9) .. controls (0.64,5.6) and (0.86,5.2) .. (0.93,4.6) .. controls (0.98,4.2) and (0.83,3.7) .. (0.65,3.4) .. controls (0.52,3.2) and (0.13,2.77) .. (-0.31,2.45) .. controls (-0.48,2.7) and (-0.67,3) .. (-0.7,3.4) .. controls (-0.05,3.87) and (0.09,4.3) .. (-0.23,5.07) .. controls (0.09,4.3) and (-0.05,3.87) .. (-0.7,3.4) .. controls (-0.98,3.1) and (-0.87,2.9) .. (-0.69,2.6) .. controls (-1.28,2.67) and (-1.41,3.2) .. (-1.17,3.8) .. controls (-1.05,4) and (-0.75,4.5) .. (-0.87,4.92) .. controls (-0.87,4.94) and (-0.91,4.96) .. (-1.07,4.87) .. controls (-0.9,5) and (-0.66,5.3) .. (-0.68,5.5) .. controls (-0.64,5.8) and (-0.94,6.4) .. (-1.17,6.76); \draw [line width = #3, color = #2] (0.15,4.54) .. controls (0.42,4) and (-0.37,3.44) .. (-0.31,2.45) .. controls (-0.31,2.23) and (-0.5,2.19) .. (-0.62,2.2) .. controls (-0.38,2.2) and (-0.47,1.8) .. (-0.57,1.5) .. controls (-0.6,1.3) and (-0.81,1.31) .. (-0.92,1.21) .. controls (-1.07,0.98) and (-0.69,0.76) .. (-0.43,1.13) .. controls (-0.29,1.5) and (0.26,2) .. (0.34,2.53) .. controls (0.26,2) and (-0.29,1.5) .. (-0.43,1.13) .. controls (-0.9,0.6) and (-0.96,0) .. (-0.88,-0.36) .. controls (-0.84,-0.85) and (-0.29,-1.3) .. (0.3,-1.28) .. controls (0.21,-0.94) and (-0.11,-0.6) .. (0.2,0) .. controls (-0.11,-0.6) and (0.21,-0.94) .. (0.16,-0.9) .. controls (-0.03,-0.7) and (1.1,-1.6) .. (0.53,-1.95) .. controls (1.1,-2.15) and (1.89,-1.5) .. (1.9,-1.1) .. controls (1.9,-0.9) and (1.7,-0.9) .. (1.4,-0.7) .. controls (1.7,-0.9) and (1.9,-0.9) .. (2.1,-1) .. controls (2.3,-1.1) and (2.4,-1.2) .. (2.47,-1.31) .. controls (2.74,-1.2) and (2.2,-0.55) .. (1.7,-0.55) .. controls (1.3,-0.5) and (1.1,-0.2) .. (0.95,0.1) .. controls (0.82,0.41) and (0.72,0.51) .. (0.43,0.4) .. controls (0.57,0.8) and (0.57,1.2) .. (0.54,1.4) .. controls (0.5,1.6) and (0.4,1.6) .. (0.2,1.4) .. controls (0.4,1.6) and (0.63,1.9) .. (0.75,2.3) .. controls (0.9,2.7) and (0.9,3.4) .. (0.74,3.58) .. controls (0.53,3.2) and (0.14,2.77) .. (-0.31,2.45) (-5.14,5.02) .. controls (-5.2,5.1) and (-5.4,5.23) .. (-5.6,5.2) .. controls (-5.5,5.1) and (-5.3,4.9) .. (-5.2,4.9) -- (-5.15,5.02) (-1.8,6.6) .. controls (-1.66,6.4) and (-1.46,6) .. (-1.4,5.8) .. controls (-1.32,5.5) and (-1.4,5.2) .. (-1.5,5.1) .. controls (-1.5,5.4) and (-1.6,5.6) .. (-1.73,5.82) .. controls (-1.6,5.8) and (-1.6,5.8) .. (-1.57,5.78) .. controls (-1.7,5.9) and (-1.8,6.1) .. (-1.79,6.2) .. controls (-1.7,6.1) and (-1.7,6.1) .. (-1.68,6.1) .. controls (-1.7,6.3) and (-1.8,6.5) .. (-1.8,6.6); \draw [line width = #3, color = #2] (1.7,-3) .. controls (1.5,-3.2) and (1.26,-3.5) .. (1.36,-4.08) .. controls (1.47,-4.7) and (1.98,-5.4) .. (1.81,-5.77) .. controls (1.79,-6) and (1.6,-6.3) .. (1.58,-6.38) (1.36,-4.08) .. controls (1.2,-4.3) and (0.9,-4.4) .. (0.35,-4.42) (-0.53,-3.53) .. controls (-0.5,-3.7) and (-0.37,-3.77) .. (-0.23,-3.9) .. controls (-0.23,-4) and (-0.23,-4.3) .. (-0.27,-4.62) (-2.2,-3.6) .. controls (-2.2,-3.9) and (-2.1,-4.1) .. (-2.08,-4.32) (-3.6,-2.44) .. controls (-3.6,-2.6) and (-3.53,-2.8) .. (-3.4,-2.9); \draw [line width = #3, color = #2, fill = white] (-4.94,1.25) .. controls (-5.1,1.4) and (-5.2,1.6) .. (-5.27,1.8) .. controls (-5.33,2) and (-5.39,2.17) .. (-5.33,2.48) .. controls (-5.22,2.63) and (-5,2.6) .. (-4.94,2.4) .. controls (-4.8,2.1) and (-4.7,1.8) .. (-4.7,1.6) .. controls (-4.7,1.3) and (-4.8,1.2) .. (-4.94,1.25) (-2.9,3.16) .. controls (-2.7,3.17) and (-2.4,3.03) .. (-2.31,2.8) .. controls (-2.25,2.6) and (-2.19,2.4) .. (-2.33,2.1) .. controls (-2.36,2) and (-2.46,1.87) .. (-2.6,1.8) .. controls (-2.8,1.7) and (-3,1.7) .. (-3.19,1.82) .. controls (-3.3,1.9) and (-3.4,2.1) .. (-3.45,2.3) .. controls (-3.5,2.5) and (-3.44,2.75) .. (-3.31,2.9) .. controls (-3.2,3.1) and (-3,3.19) .. (-2.8,3.16); \draw [line width = #3, color = #2, fill = #2] (1.58,-6.38) .. controls (1.8,-6.5) and (2.4,-6.53) .. (3.02,-6.69) .. controls (2.8,-6.98) and (2,-7.1) .. (1.7,-7.03) .. controls (1.4,-6.96) and (1.12,-6.88) .. (1.3,-6.7) .. controls (1.4,-6.6) and (1.5,-6.5) .. (1.59,-6.38) .. controls (1.5,-6.5) and (1.4,-6.6) .. (1.3,-6.7) .. controls (1.3,-6.7) and (1.1,-6.7) .. (0.7,-6.7) .. controls (0.5,-6.75) and (0.2,-6.54) .. (0.49,-6.12) .. controls (0.7,-6.2) and (1.2,-6.3) .. (1.59,-6.38) (-2.2,-6.7) .. controls (-1.94,-6.93) and (-1.1,-7) .. (-0.66,-6.94) .. controls (-0.76,-7.11) and (-0.81,-7.32) .. (-1.21,-7.34) .. controls (-1.5,-7.4) and (-1.9,-7.4) .. (-2,-7.36) .. controls (-2.32,-7.3) and (-2.3,-6.9) .. (-2.2,-6.7) (-2.64,-4.26) .. controls (-2.51,-4.39) and (-2.53,-4.52) .. (-2.7,-4.7) .. controls (-2.9,-4.9) and (-3,-5) .. (-3.2,-5.1) .. controls (-3.6,-5.3) and (-3.81,-5.23) .. (-4,-5) .. controls (-3.7,-4.9) and (-3,-4.5) .. (-2.64,-4.26) (-3.92,0.36) .. controls (-3.9,0.5) and (-3.8,0.6) .. (-3.8,0.6) .. controls (-3.7,0.73) and (-3.6,0.63) .. (-3.7,0.5) .. controls (-3.8,0.5) and (-3.9,0.5) .. (-3.92,0.36) (-2.3,0.4) .. controls (-2.5,0.1) and (-2.6,0) .. (-2.85,-0.23) .. controls (-3,-0.3) and (-3,-0.31) .. (-3.2,-0.4) .. controls (-3.39,-0.46) and (-3.59,-0.25) .. (-3.9,-0.48) .. controls (-3.7,-0.3) and (-3.2,0.2) .. (-3.08,0.7) .. controls (-2.9,0.7) and (-2.81,0.67) .. (-2.71,0.58) -- (-2.8,0.55) .. controls (-3,0.64) and (-2.96,0.52) .. (-2.97,0.3) .. controls (-3,0.2) and (-3.01,0.1) .. (-3.02,0.12) .. controls (-3.06,0.02) and (-3.11,-0.01) .. (-3.2,0) .. controls (-3.2,0) and (-3.2,0) .. (-3.33,-0.1) .. controls (-3.42,-0.17) and (-3.36,-0.25) .. (-3.2,-0.2) .. controls (-3,-0.1) and (-2.8,0) .. (-2.3,0.4) (-4.92,2.38) .. controls (-5.1,2.34) and (-5.1,2.1) .. (-5.1,1.9) .. controls (-5.1,1.7) and (-5,1.5) .. (-4.9,1.5) .. controls (-4.8,1.5) and (-4.5,1.5) .. (-4.92,2.38) (-2.77,3.12) .. controls (-2.95,3.03) and (-3.03,2.92) .. (-3.06,2.79) .. controls (-3.09,2.7) and (-3.09,2.6) .. (-3.08,2.5) .. controls (-3.05,2.3) and (-2.96,2.19) .. (-2.78,2.11) .. controls (-2.6,2.11) and (-2.5,2.13) .. (-2.28,2.29) .. controls (-2.2,2.4) and (-2.25,2.6) .. (-2.3,2.8) .. controls (-2.4,3.03) and (-2.7,3.17) .. (-2.77,3.12); \draw [line width = #3, color = white, fill = white] (-3.1,2.6) circle (0.2); \end{tikzpicture} } \newcommand{\fcMouseB}[3] { \begin{tikzpicture}[scale = #1] \draw [line width = #3pt, color = #2] (0.2,4.5) .. controls (0,4.5) and (-0.1,4.5) .. (-0.4,4.4) .. controls (-0.4,4.6) and (-0.3,4.8) .. (0,4.9) .. controls (-0.1,5) and (-0.2,5.1) .. (-0.28,5.22) .. controls (0,5.2) and (0.2,5.1) .. (0.3,4.9) .. controls (0.18,5.1) and (0.18,5.4) .. (0.2,5.7) .. controls (0.51,5.5) and (0.71,5.2) .. (0.7,4.67) .. controls (1,4.57) and (1.3,4.37) .. (1.53,4.16) .. controls (1.74,3.93) and (2.04,3.63) .. (2.24,3.13) .. controls (2.4,2.8) and (2.5,2.4) .. (2.5,2) .. controls (2.4,2) and (2.31,2.08) .. (2.3,2.21) .. controls (2.31,2.08) and (2.4,2) .. (2.5,2) .. controls (2.6,2.04) and (3,2.13) .. (3.3,2.14) .. controls (3.6,2.15) and (3.9,2.15) .. (4.16,2.08) .. controls (4.4,2.06) and (4.8,1.86) .. (4.98,1.5) .. controls (5.18,1.1) and (5.18,0.8) .. (5.1,0.4) .. controls (5.06,0.2) and (4.96,-0.1) .. (4.7,-0.4) .. controls (4.5,-0.61) and (4.3,-0.74) .. (4,-0.89) .. controls (3.7,-1) and (3.4,-1.04) .. (3,-0.98) .. controls (2.7,-0.9) and (2.36,-0.79) .. (2.1,-0.5) .. controls (1.93,-0.37) and (1.83,-0.17) .. (1.7,0.1) .. controls (1.84,-0.17) and (1.89,-0.25) .. (1.88,-0.25) .. controls (1.86,-0.54) and (1.63,-0.85) .. (1.4,-1.06) .. controls (1.2,-1.22) and (0.9,-1.32) .. (0.5,-1.37) .. controls (0.2,-1.4) and (0,-1.39) .. (-0.32,-1.35) .. controls (-0.44,-1.33) and (-0.6,-1.3) .. (-0.77,-1.23) .. controls (-0.6,-1.3) and (-0.4,-1.33) .. (-0.32,-1.35) .. controls (-0.38,-1.5) and (-0.32,-1.7) .. (-0.21,-1.99) .. controls (-0.1,-2.2) and (0.04,-2.4) .. (0.26,-2.71) .. controls (0.4,-2.9) and (0.56,-3.1) .. (0.75,-3.4) .. controls (0.97,-3.69) and (1.02,-3.9) .. (1.1,-4.2) .. controls (1.15,-4.4) and (1.14,-4.6) .. (1.08,-4.84) .. controls (1.26,-4.96) and (1.43,-5.04) .. (1.52,-5.09) .. controls (1.52,-5.2) and (1.46,-5.6) .. (1.23,-5.69) .. controls (1.46,-5.6) and (1.52,-5.2) .. (1.52,-5.09) .. controls (1.7,-5.18) and (1.9,-5.24) .. (2.11,-5.29) .. controls (2.14,-5.5) and (2.1,-5.7) .. (2,-5.9) .. controls (2.1,-5.7) and (2.14,-5.5) .. (2.11,-5.29) .. controls (2.33,-5.35) and (2.53,-5.35) .. (2.74,-5.36) .. controls (2.79,-5.5) and (2.82,-5.7) .. (2.74,-5.94) .. controls (2.82,-5.7) and (2.79,-5.5) .. (2.74,-5.36) .. controls (2.89,-5.37) and (3.1,-5.33) .. (3.3,-5.27) .. controls (3.3,-5.3) and (3.47,-5.52) .. (3.42,-5.8) .. controls (3.47,-5.52) and (3.3,-5.3) .. (3.3,-5.27) .. controls (3.42,-5.24) and (3.62,-5.14) .. (3.8,-4.94) .. controls (3.91,-5.01) and (4.06,-5.2) .. (4.07,-5.48) .. controls (4.06,-5.2) and (3.91,-5.01) .. (3.8,-4.94) .. controls (3.96,-4.7) and (4,-4.5) .. (3.95,-4.3) .. controls (3.93,-4.2) and (3.9,-4.1) .. (3.87,-4.07) .. controls (3.94,-3.96) and (4.1,-3.87) .. (4.25,-3.89) .. controls (4.1,-3.87) and (3.94,-3.96) .. (3.87,-4.07) .. controls (3.69,-3.78) and (3.59,-3.75) .. (3.53,-3.68) .. controls (3.5,-3.6) and (3.55,-3.48) .. (3.7,-3.4) .. controls (3.55,-3.48) and (3.5,-3.6) .. (3.53,-3.68) .. controls (3.37,-3.56) and (3.3,-3.5) .. (3.21,-3.44) .. controls (3.13,-3.38) and (3.06,-3.33) .. (2.995,-3.26) .. controls (3.06,-3.14) and (3.15,-3.07) .. (3.26,-3.03) .. controls (3.15,-3.07) and (3.06,-3.14) .. (2.995,-3.26) .. controls (2.87,-3.14) and (2.73,-2.99) .. (2.6,-2.8) .. controls (2.7,-2.7) and (2.8,-2.62) .. (2.9,-2.6) .. controls (2.8,-2.62) and (2.7,-2.7) .. (2.6,-2.8) .. controls (2.5,-2.7) and (2.4,-2.3) .. (2.52,-2.12) .. controls (2.6,-2.2) and (2.7,-2.23) .. (2.83,-2.22) .. controls (2.7,-2.23) and (2.6,-2.2) .. (2.5,-2.12) .. controls (2.6,-1.9) and (2.8,-1.7) .. (3.07,-1.53) .. controls (3.28,-1.39) and (3.58,-1.29) .. (3.9,-1.24) .. controls (4.1,-1.21) and (4.3,-1.21) .. (4.5,-1.26) .. controls (4.81,-1.35) and (4.91,-1.56) .. (4.82,-1.8) .. controls (4.8,-1.92) and (4.64,-2.07) .. (4.5,-2.04) .. controls (4.36,-2.02) and (4.32,-1.94) .. (4.4,-1.83) .. controls (4.56,-1.7) and (4.42,-1.6) .. (4.3,-1.58) .. controls (4.24,-1.5) and (4.24,-1.44) .. (4.27,-1.37) .. controls (4.24,-1.44) and (4.24,-1.5) .. (4.3,-1.58) .. controls (4.15,-1.56) and (3.9,-1.58) .. (3.73,-1.66) .. controls (3.65,-1.61) and (3.61,-1.55) .. (3.6,-1.48) .. controls (3.61,-1.55) and (3.65,-1.61) .. (3.73,-1.66) .. controls (3.6,-1.72) and (3.41,-1.83) .. (3.3,-1.9) .. controls (3.19,-1.9) and (3.1,-1.8) .. (3.06,-1.76) .. controls (3.1,-1.8) and (3.19,-1.9) .. (3.3,-1.9) .. controls (3.16,-1.99) and (3.06,-2.2) .. (3.04,-2.3) .. controls (3,-2.41) and (3.05,-2.59) .. (3.17,-2.72) .. controls (3.43,-2.97) and (3.55,-3.04) .. (3.79,-3.22) .. controls (4.02,-3.38) and (4.12,-3.48) .. (4.27,-3.64) .. controls (4.4,-3.79) and (4.53,-3.97) .. (4.6,-4.09) .. controls (4.67,-4.2) and (4.71,-4.4) .. (4.76,-4.64) .. controls (4.6,-4.56) and (4.3,-4.4) .. (4.19,-4.49) .. controls (4.3,-4.4) and (4.6,-4.56) .. (4.76,-4.64) .. controls (4.79,-4.8) and (4.78,-5.1) .. (4.64,-5.3) .. controls (4.55,-5.49) and (4.29,-5.78) .. (4.1,-5.87) .. controls (3.9,-6) and (3.6,-6.1) .. (3.4,-6.14) .. controls (3.1,-6.2) and (2.8,-6.23) .. (2.5,-6.22) .. controls (2.2,-6.21) and (1.8,-6.19) .. (1.57,-6.11) .. controls (1.3,-6.03) and (1.1,-6) .. (0.9,-5.89) .. controls (0.8,-5.85) and (0.6,-5.75) .. (0.52,-5.69) .. controls (0.69,-5.59) and (1.11,-4.92) .. (1.08,-4.84) .. controls (1.11,-4.92) and (0.69,-5.59) .. (0.52,-5.69) .. controls (0.4,-5.8) and (0.1,-5.9) .. (-0.1,-5.9) .. controls (-0.2,-5.9) and (-0.28,-5.88) .. (-0.3,-5.8) .. controls (-0.2,-6) and (-0.6,-6.1) .. (-0.7,-6.04) .. controls (-0.8,-6.1) and (-0.9,-6) .. (-0.9,-6) .. controls (-1.1,-6.12) and (-1,-5.8) .. (-1.06,-5.75) .. controls (-1.23,-5.67) and (-1.41,-5.63) .. (-1.57,-5.61) .. controls (-1.7,-5.6) and (-1.8,-5.63) .. (-2,-5.7) .. controls (-2.14,-5.81) and (-2.2,-5.85) .. (-2.3,-5.77) .. controls (-2.4,-5.9) and (-2.5,-5.8) .. (-2.5,-5.7) .. controls (-2.5,-5.9) and (-2.9,-5.6) .. (-2.6,-5.44) .. controls (-2.5,-5.4) and (-2.33,-5.4) .. (-2.45,-5.24) .. controls (-2.55,-5) and (-2.44,-4.8) .. (-2.3,-4.5) .. controls (-2.2,-4.3) and (-2,-4.17) .. (-1.8,-4.14) .. controls (-1.6,-4.14) and (-1.45,-4.1) .. (-1.47,-3.8) .. controls (-1.46,-3.6) and (-1.47,-3.72) .. (-1.44,-3.38) .. controls (-1.41,-3.2) and (-1.6,-3.3) .. (-1.8,-3.3) .. controls (-2.1,-3.3) and (-2.3,-3.26) .. (-2.5,-3.15) .. controls (-2.7,-3.1) and (-2.8,-2.98) .. (-2.95,-3.07) .. controls (-3.1,-3.11) and (-3.37,-2.96) .. (-3.21,-2.86) .. controls (-3.58,-2.73) and (-3.7,-2.68) .. (-3.89,-2.57) .. controls (-4.07,-2.5) and (-4.09,-2.29) .. (-3.92,-2.24) .. controls (-4.06,-2.29) and (-4.16,-1.93) .. (-3.86,-1.93) .. controls (-4.1,-1.9) and (-4,-1.6) .. (-3.8,-1.66) .. controls (-3.7,-1.4) and (-3.6,-1.1) .. (-3.28,-0.85) .. controls (-3.16,-0.74) and (-3.1,-0.9) .. (-3.18,-1) .. controls (-3.23,-1.12) and (-3.13,-1.16) .. (-3.03,-1.08) .. controls (-2.93,-1.01) and (-2.94,-1.27) .. (-2.83,-1.3) .. controls (-2.8,-1.3) and (-2.68,-1.3) .. (-2.59,-1.14) .. controls (-2.51,-1.09) and (-2.4,-1.4) .. (-2.39,-1.48).. controls (-2.39,-1.6) and (-2,-1.5) .. (-1.83,-1.34) .. controls (-1.66,-1.27) and (-2.2,-0.7) .. (-2.5,-0.56) .. controls (-2.6,-0.5) and (-2.8,-0.4) .. (-3.22,-0.13) .. controls (-3.49,0.05) and (-3.86,0.42) .. (-4.05,0.8) .. controls (-4.2,1.2) and (-4.3,1.5) .. (-4.3,1.9) .. controls (-4.3,2.2) and (-4.16,2.41) .. (-4.1,2.5) .. controls (-4.08,2.61) and (-4.8,2.8) .. (-5,3.4) .. controls (-5.18,3.8) and (-5.18,4.2) .. (-5.13,4.6) .. controls (-5.06,5) and (-4.9,5.4) .. (-4.59,5.7) .. controls (-4.12,6.13) and (-3.72,6.23) .. (-3.4,6.21) .. controls (-2.98,6.18) and (-2.68,5.98) .. (-2.41,5.7) .. controls (-2.17,5.4) and (-2,5) .. (-1.9,4.78) .. controls (-2.28,4.57) and (-2.58,4.3) .. (-2.8,4.04) .. controls (-3.14,3.64) and (-3.46,3.2) .. (-4.11,2.49) .. controls (-3.46,3.2) and (-3.14,3.64) .. (-2.8,4.04) .. controls (-2.58,4.3) and (-2.28,4.57) .. (-1.9,4.78) .. controls (-1.7,4.9) and (-1.2,5.03) .. (-0.9,5.03) .. controls (-0.6,5.04) and (-0.4,5.03) .. (-0.04,4.9) .. controls (-0.3,4.8) and (-0.4,4.6) .. (-0.4,4.4) .. controls (-0.1,4.5) and (0,4.5) .. (0.2,4.5); %Detalhes \draw [line width = #3pt, color = #2] (0,-4.5) .. controls (-0.2,-4.5) and (-0.4,-4.57) .. (-0.6,-4.7) .. controls (-0.71,-4.79) and (-0.8,-4.9) .. (-0.9,-5.1) .. controls (-1,-5.4) and (-1.02,-5.5) .. (-1.06,-5.75) (-0.38,-2.47) .. controls (-0.39,-2.6) and (-0.46,-2.7) .. (-0.58,-2.83) .. controls (-0.7,-2.92) and (-0.79,-2.99) .. (-0.9,-3.05) .. controls (-1,-3.12) and (-1.1,-3.16) .. (-1.2,-3.2) .. controls (-1.3,-3.23) and (-1.35,-3.26) .. (-1.47,-3.28) (-1.8,-1.27) .. controls (-1.7,-1.4) and (-1.67,-1.6) .. (-1.66,-1.7) .. controls (-1.65,-1.8) and (-1.65,-1.9) .. (-1.66,-1.99) (-1.41,-1.7) .. controls (-1.47,-1.82) and (-1.52,-1.87) .. (-1.66,-1.99) .. controls (-1.79,-2.1) and (-1.9,-2.2) .. (-2.01,-2.24) .. controls (-2.1,-2.29) and (-2.2,-2.31) .. (-2.4,-2.3) (-1.97,1.4) .. controls (-1.99,1.27) and (-2.03,1.2) .. (-2.09,1.15) .. controls (-2.14,1.1) and (-2.22,1.04) .. (-2.38,1.01) (-2.6,0.39) .. controls (-2.5,0.3) and (-2.43,0.24) .. (-2.33,0.19) .. controls (-2.24,0.14) and (-2.1,0.11) .. (-1.9,0.1) .. controls (-1.74,0.1) and (-1.64,0.12) .. (-1.54,0.16) .. controls (-1.4,0.24) and (-1.3,0.4) .. (-1.2,0.15) (-3.15,1.47) .. controls (-3.26,1.59) and (-3.3,1.7) .. (-3.33,1.79) .. controls (-3.37,1.9) and (-3.37,2.1) .. (-3.34,2.2) .. controls (-3.3,2.3) and (-3.26,2.4) .. (-3.19,2.5) .. controls (-3.1,2.6) and (-3,2.7) .. (-2.9,2.75) .. controls (-2.8,2.8) and (-2.6,2.8) .. (-2.5,2.78) .. controls (-2.38,2.75) and (-2.27,2.66) .. (-2.19,2.54) .. controls (-2.1,2.4) and (-2.1,2.3) .. (-2.1,2.1) .. controls (-2.1,2) and (-2.1,1.9) .. (-2.2,1.7) .. controls (-2.27,1.6) and (-2.4,1.45) .. (-2.5,1.41) .. controls (-2.65,1.35) and (-2.8,1.34) .. (-2.9,1.36) .. controls (-3,1.38) and (-3.08,1.41) .. (-3.15,1.47) (-0.85,0.8) .. controls (-0.84,0.9) and (-0.83,1) .. (-0.8,1.1) .. controls (-0.78,1.16) and (-0.76,1.24) .. (-0.7,1.3) .. controls (-0.65,1.36) and (-0.61,1.41) .. (-0.5,1.5) .. controls (-0.4,1.56) and (-0.3,1.6) .. (-0.2,1.63) .. controls (-0.1,1.65) and (0,1.65) .. (0.1,1.64) .. controls (0.2,1.62) and (0.3,1.58) .. (0.41,1.52) .. controls (0.52,1.42) and (0.6,1.3) .. (0.63,1.2) .. controls (0.66,1.1) and (0.66,1) .. (0.66,0.9) .. controls (0.64,0.8) and (0.6,0.7) .. (0.56,0.6) .. controls (0.5,0.5) and (0.4,0.4) .. (0.35,0.35) .. controls (0.3,0.3) and (0.2,0.25) .. (0.1,0.2) .. controls (0,0.17) and (-0.1,0.16) .. (-0.2,0.17) .. controls (-0.3,0.18) and (-0.4,0.19) .. (-0.5,0.23) .. controls (-0.65,0.32) and (-0.79,0.5) .. (-0.83,0.6) .. controls (-0.85,0.67) and (-0.85,0.72) .. (-0.85,0.8) (-1.99,-2.23) .. controls (-2.07,-2.1) and (-2.17,-1.95) .. (-2.23,-1.86) .. controls (-2.3,-1.75) and (-2.34,-1.67) .. (-2.39,-1.49) (-2.6,-1.5) .. controls (-2.6,-1.7) and (-2.6,-1.9) .. (-2.6,-2.1) (-3.71,-2.09) .. controls (-3.62,-1.97) and (-3.4,-1.98) .. (-3.32,-2.1) .. controls (-3.28,-2.2) and (-3.29,-2.41) .. (-3.4,-2.47) .. controls (-3.5,-2.5) and (-3.6,-2.5) .. (-3.72,-2.41) (-3.67,-1.7) .. controls (-3.6,-1.7) and (-3.54,-1.75) .. (-3.55,-1.8) .. controls (-3.54,-1.87) and (-3.59,-1.89) .. (-3.7,-1.9) (-2.6,-1.9) .. controls (-2.7,-1.87) and (-2.8,-1.87) .. (-2.9,-1.89) .. controls (-3.06,-1.99) and (-3.11,-2.17) .. (-3.02,-2.29) (-2.6,-2) .. controls (-2.7,-2) and (-2.8,-2) .. (-2.88,-2.07) .. controls (-2.94,-2.2) and (-2.94,-2.15) .. (-2.9,-2.3) (-3.45,-1.21) .. controls (-3.39,-1.31) and (-3.33,-1.38) .. (-3.23,-1.39) .. controls (-3.14,-1.37) and (-3.08,-1.3) .. (-3.03,-1.26) (-3.13,-1.35) .. controls (-3.1,-1.45) and (-3.04,-1.54) .. (-2.92,-1.59) .. controls (-2.8,-1.6) and (-2.73,-1.54) .. (-2.69,-1.47) (-2.6,-2.4) .. controls (-2.67,-2.37) and (-2.71,-2.39) .. (-2.78,-2.42) (-2.88,-2.57) .. controls (-2.9,-2.6) and (-2.9,-2.6) .. (-2.9,-2.7); %preto \draw [line width = #3pt, color = #2, fill = #2] (0.87,2.12) .. controls (0.94,2) and (0.94,1.9) .. (0.9,1.7) .. controls (0.8,1.8) and (0.7,2) .. (0.7,2.1) .. controls (0.7,2.2) and (0.8,2.2) .. (0.88,2.12) (-2.54,3.25) .. controls (-2.48,3.34) and (-2.4,3.4) .. (-2.2,3.4) .. controls (-2.09,3.35) and (-2.1,3.23) .. (-2.16,3.2) .. controls (-2.3,3.2) and (-2.4,3.2) .. (-2.54,3.25) (-2.23,2.3) .. controls (-2.36,2.46) and (-2.57,2.52) .. (-2.7,2.44) .. controls (-2.8,2.4) and (-2.9,2.3) .. (-2.95,2.2) .. controls (-3,2.1) and (-3,2) .. (-3,1.9) .. controls (-2.99,1.8) and (-2.94,1.67) .. (-2.85,1.59) .. controls (-2.7,1.5) and (-2.6,1.51) .. (-2.5,1.54) .. controls (-2.42,1.58) and (-2.3,1.71) .. (-2.26,1.8) .. controls (-2.22,1.9) and (-2.2,2) .. (-2.2,2.1) .. controls (-2.2,2.2) and (-2.24,2.32) .. (-2.24,2.32) (0.48,1.23) .. controls (0.35,1.39) and (0.08,1.45) .. (-0.05,1.37) .. controls (-0.15,1.33) and (-0.25,1.23) .. (-0.3,1.13) .. controls (-0.35,1.03) and (-0.35,0.93) .. (-0.35,0.83) .. controls (-0.34,0.73) and (-0.29,0.6) .. (-0.2,0.52) .. controls (-0.05,0.43) and (0.05,0.44) .. (0.21,0.47) .. controls (0.29,0.51) and (0.41,0.64) .. (0.45,0.73) .. controls (0.49,0.83) and (0.51,0.93) .. (0.51,1.03) .. controls (0.51,1.13) and (0.47,1.25) .. (0.47,1.25) (-2.38,1.01) .. controls (-2.5,1.1) and (-2.6,1.1) .. (-2.7,1.1) .. controls (-2.8,1.1) and (-3,1) .. (-3,0.8) .. controls (-3,0.7) and (-3,0.6) .. (-2.9,0.5) .. controls (-2.8,0.4) and (-2.7,0.39) .. (-2.6,0.39) .. controls (-2.5,0.39) and (-2.41,0.4) .. (-2.34,0.44) .. controls (-2.26,0.48) and (-2.21,0.6) .. (-2.2,0.7) .. controls (-2.19,0.8) and (-2.28,0.94) .. (-2.38,1.01) (-2.28,0.16) .. controls (-2.3,0.08) and (-2.29,0) .. (-2.27,-0.08) .. controls (-2.25,-0.15) and (-2.18,-0.2) .. (-2.1,-0.19) .. controls (-2.07,-0.24) and (-2.01,-0.25) .. (-1.96,-0.24) .. controls (-1.97,-0.33) and (-1.94,-0.46) .. (-1.84,-0.51) .. controls (-1.7,-0.51) and (-1.6,-0.4) .. (-1.52,-0.3) .. controls (-1.46,-0.22) and (-1.42,-0.1) .. (-1.42,0) .. controls (-1.41,0.08) and (-1.41,0.16) .. (-1.41,0.23) (-0.3,-5.8) .. controls (-0.2,-6) and (-0.6,-6.1) .. (-0.7,-6.04) .. controls (-0.8,-6.1) and (-0.9,-6) .. (-0.9,-6) .. controls (-1.1,-6.12) and (-1.04,-5.8) .. (-1.06,-5.75) .. controls (-1,-5.7) and (-0.95,-5.64) .. (-0.9,-5.61) .. controls (-0.85,-5.73) and (-0.75,-5.56) .. (-0.7,-5.7) .. controls (-0.72,-5.8) and (-0.66,-5.82) .. (-0.61,-5.72) .. controls (-0.56,-5.66) and (-0.42,-5.7) .. (-0.47,-5.77) .. controls (-0.53,-5.88) and (-0.45,-5.9) .. (-0.4,-5.8) .. controls (-0.38,-5.75) and (-0.31,-5.73) .. (-0.3,-5.81) (-2,-5.7) .. controls (-2.14,-5.81) and (-2.2,-5.85) .. (-2.3,-5.77) .. controls (-2.4,-5.9) and (-2.5,-5.8) .. (-2.5,-5.7) .. controls (-2.5,-5.9) and (-2.9,-5.6) .. (-2.6,-5.44) .. controls (-2.5,-5.4) and (-2.4,-5.4) .. (-2.4,-5.32) .. controls (-2.32,-5.31) and (-2.24,-5.35) .. (-2.26,-5.41) .. controls (-2.29,-5.47) and (-2.2,-5.5) .. (-2.13,-5.45) .. controls (-2.09,-5.37) and (-2.01,-5.46) .. (-2.07,-5.51) .. controls (-2.1,-5.6) and (-1.94,-5.66) .. (-2,-5.7) (-2.4,-2.3) .. controls (-2.43,-2.2) and (-2.5,-2.1) .. (-2.6,-2.1) .. controls (-2.69,-2.18) and (-2.68,-2.3) .. (-2.6,-2.4) .. controls (-2.5,-2.47) and (-2.4,-2.4) .. (-2.4,-2.3) (-2.77,-2.42) .. controls (-2.78,-2.36) and (-2.9,-2.3) .. (-3,-2.3) .. controls (-3.14,-2.28) and (-3.18,-2.4) .. (-3.1,-2.5) .. controls (-3,-2.53) and (-2.9,-2.58) .. (-2.83,-2.57) .. controls (-2.79,-2.55) and (-2.75,-2.5) .. (-2.77,-2.42) (-3.21,-2.86) .. controls (-3.16,-2.75) and (-3.28,-2.68) .. (-3.18,-2.61) .. controls (-3.07,-2.58) and (-2.94,-2.66) .. (-2.85,-2.71) .. controls (-2.81,-2.76) and (-2.81,-2.81) .. (-2.89,-2.81) .. controls (-3.03,-2.84) and (-2.83,-2.91) .. (-2.85,-3.03) .. controls (-2.7,-3.1) and (-2.8,-2.98) .. (-2.95,-3.07) .. controls (-3.1,-3.09) and (-3.37,-2.96) .. (-3.21,-2.86) (-3.74,-2.64) .. controls (-4.07,-2.5) and (-4.09,-2.29) .. (-3.92,-2.24) .. controls (-4.06,-2.29) and (-4.16,-1.93) .. (-3.86,-1.93) .. controls (-4.1,-1.9) and (-4,-1.6) .. (-3.8,-1.66) .. controls (-3.7,-1.4) and (-3.6,-1.1) .. (-3.28,-0.85) .. controls (-3.16,-0.74) and (-3.1,-0.9) .. (-3.18,-1) .. controls (-3.23,-1.12) and (-3.13,-1.16) .. (-3.03,-1.08) .. controls (-2.93,-1.01) and (-2.94,-1.27) .. (-2.83,-1.3) .. controls (-2.8,-1.3) and (-2.68,-1.3) .. (-2.59,-1.14) .. controls (-2.51,-1.09) and (-2.4,-1.4) .. (-2.39,-1.48) .. controls (-2.45,-1.51) and (-2.5,-1.5) .. (-2.6,-1.5) .. controls (-2.7,-1.48) and (-2.8,-1.4) .. (-2.9,-1.36) .. controls (-3,-1.3) and (-3.1,-1.2) .. (-3.2,-1.18) .. controls (-3.28,-1.12) and (-3.41,-1.1) .. (-3.46,-1.2) .. controls (-3.52,-1.28) and (-3.6,-1.4) .. (-3.65,-1.6) .. controls (-3.74,-1.8) and (-3.73,-2.3) .. (-3.73,-2.4) .. controls (-3.72,-2.5) and (-3.72,-2.55) .. (-3.74,-2.64); %branco \draw [line width = #3pt, color = white, fill = white] (-2.89,2.21) circle (0.18) (-0.21,1.13) circle (0.19) (-2.69,0.88) .. controls (-2.73,0.84) and (-2.76,0.81) .. (-2.81,0.75) .. controls (-2.85,0.71) and (-2.9,0.74) .. (-2.92,0.8) .. controls (-2.92,0.9) and (-2.82,1.01) .. (-2.7,1) .. controls (-2.63,0.98) and (-2.67,0.91) .. (-2.7,0.87) (-1.78,-0.28) .. controls (-1.78,-0.26) and (-1.75,-0.22) .. (-1.71,-0.2) .. controls (-1.7,-0.1) and (-1.8,-0.1) .. (-1.85,-0.17) .. controls (-1.89,-0.22) and (-1.9,-0.3) .. (-1.86,-0.4) .. controls (-1.83,-0.43) and (-1.76,-0.43) .. (-1.71,-0.4) .. controls (-1.65,-0.36) and (-1.6,-0.3) .. (-1.56,-0.21) .. controls (-1.6,-0.16) and (-1.64,-0.15) .. (-1.78,-0.28) (-1.84,0.02) -- (-2.035,0.03) -- (-2.03,-0.13) .. controls (-2,-0.2) and (-1.9,-0.1) .. (-1.85,0.02) (-2.09,-0.13) -- (-2.1,0.03) -- (-2.2,0.05) .. controls (-2.2,0.0) and (-2.2,-0.1) .. (-2.08,-0.12); \end{tikzpicture} } \newcommand{\fcBullA}[3] { \begin{tikzpicture}[scale = #1] \draw [line width = #3pt, color = #2] (-1.5,3.3) .. controls (-1.5,3.1) and (-1.59,2.97) .. (-1.7,2.92) .. controls (-1.8,3) and (-1.8,3.3) .. (-1.8,3.57) .. controls (-1.81,3.3) and (-1.9,3.07) .. (-2.07,3.03) .. controls (-2.2,3.1) and (-2.19,3.5) .. (-1.95,3.85) .. controls (-2.35,3.27) and (-2.56,3.67) .. (-2.26,4.1) .. controls (-2.17,4.23) and (-2.02,4.36) .. (-1.7,4.6) .. controls (-1.88,4.48) and (-2.17,4.32) .. (-2.26,4.4) .. controls (-2.36,4.51) and (-2.13,4.71) .. (-2,4.87) .. controls (-2.2,4.7) and (-2.4,4.5) .. (-2.53,4.56) .. controls (-2.59,4.73) and (-2.44,5.26) .. (-1.98,5.26) .. controls (-2.09,5.37) and (-2.3,5.5) .. (-2.4,5.78) .. controls (-2.1,5.83) and (-1.7,5.77) .. (-1.5,5.6) .. controls (-1.31,5.51) and (-1.2,5.24) .. (-0.94,5.18) .. controls (-0.7,5.2) and (-0.4,5.22) .. (-0.1,5.2) .. controls (0.1,5.2) and (0.3,5.16) .. (0.6,5.06) .. controls (0.8,5) and (1.02,4.85) .. (1.28,4.66) .. controls (1.13,4.5) and (0.9,4.38) .. (0.77,4.36) .. controls (0.57,4.3) and (0.42,4.1) .. (0.46,3.8) .. controls (0.48,3.5) and (0.56,3.3) .. (0.76,3.05) .. controls (0.9,2.9) and (1.1,2.7) .. (1.3,2.64) .. controls (1.5,2.58) and (1.8,2.54) .. (2.1,2.55) .. controls (2.4,2.6) and (2.68,2.74) .. (2.78,2.83) .. controls (2.68,2.74) and (2.4,2.6) .. (2.1,2.55) .. controls (1.8,2.54) and (1.5,2.58) .. (1.3,2.64) .. controls (1.1,2.7) and (0.9,2.9) .. (0.76,3.05) .. controls (0.56,3.3) and (0.48,3.5) .. (0.46,3.8) .. controls (0.42,4.1) and (0.57,4.3) .. (0.77,4.36) .. controls (0.9,4.38) and (1.13,4.5) .. (1.28,4.66) .. controls (1.4,4.8) and (1.5,5) .. (1.5,5.2) .. controls (1.5,5.5) and (1.5,5.8) .. (1.6,6.1) .. controls (1.7,6.3) and (1.86,6.55) .. (2.1,6.7) .. controls (2.39,6.9) and (2.7,6.99) .. (2.93,6.98) .. controls (3.35,7.01) and (3.5,6.76) .. (3.09,6.5) .. controls (3,6.43) and (2.92,6.28) .. (2.88,6.16) .. controls (2.6,6.2) and (2.4,6.4) .. (2.4,6.5) .. controls (2.4,6.4) and (2.6,6.2) .. (2.88,6.16) .. controls (2.81,5.9) and (2.83,5.7) .. (2.82,5.61) .. controls (2.6,5.5) and (2.13,5.59) .. (1.9,5.9) .. controls (2.12,5.59) and (2.6,5.5) .. (2.82,5.61) .. controls (2.85,5.5) and (2.86,5.35) .. (2.88,5.23) .. controls (2.6,5.05) and (2.2,5.04) .. (1.9,5.2) .. controls (2.2,5.04) and (2.6,5.05) .. (2.88,5.23) .. controls (2.95,5) and (3.02,4.8) .. (3.07,4.61) .. controls (2.8,4.42) and (2.05,4.36) .. (1.7,4.8) .. controls (2.05,4.36) and (2.8,4.42) .. (3.07,4.61) .. controls (3.19,4.4) and (3.28,4.1) .. (3.25,3.66) .. controls (2.8,3.42) and (1.68,3.63) .. (1.4,4.3) .. controls (1.68,3.63) and (2.8,3.42) .. (3.25,3.66) .. controls (3.26,3.4) and (3.09,3.1) .. (2.78,2.83) .. controls (2.2,2.75) and (1.1,2.98) .. (1,3.9) .. controls (1.1,2.98) and (2.2,2.75) .. (2.78,2.83) .. controls (2.87,2.84) and (3.35,3.18) .. (3.49,3.37) .. controls (3.7,3.7) and (4.1,3.6) .. (4.23,3.4) .. controls (4.46,3.2) and (4.54,2.6) .. (4.37,2.39) .. controls (4.24,2.16) and (4,1.81) .. (3.68,1.94) .. controls (4.09,1.85) and (3.7,1.5) .. (3.2,1.44) .. controls (3,1.43) and (2.6,1.44) .. (2.5,1.5) .. controls (2.3,1.56) and (2.2,1.6) .. (2.1,1.7) .. controls (2.2,1.6) and (2.3,1.56) .. (2.5,1.5) .. controls (2.5,1.3) and (2.5,1.1) .. (2.74,0.8) .. controls (2.9,0.6) and (2.96,0.3) .. (2.82,0) .. controls (2.7,-0.3) and (2.5,-0.6) .. (2.32,-0.8) .. controls (2.25,-0.9) and (2.15,-1) .. (1.92,-1.2) .. controls (1.81,-1.31) and (1.6,-1.52) .. (1.44,-1.6) .. controls (1.1,-1.8) and (0.9,-1.9) .. (0.5,-2) .. controls (0.9,-1.9) and (1.1,-1.8) .. (1.44,-1.6) .. controls (1.37,-1.86) and (1.1,-2.02) .. (0.89,-2.13) .. controls (1.1,-2.02) and (1.37,-1.86) .. (1.44,-1.6) .. controls (1.6,-1.52) and (1.81,-1.31) .. (1.92,-1.2) .. controls (2.3,-1.18) and (2.6,-1.21) .. (2.8,-1.25) .. controls (2.94,-1.29) and (3.11,-1.37) .. (3.24,-1.42) .. controls (3.4,-1.5) and (3.5,-1.6) .. (3.61,-1.67) .. controls (3.8,-1.8) and (3.9,-1.92) .. (4.02,-2) .. controls (4.2,-2.12) and (4.4,-2.2) .. (4.6,-2.22) .. controls (4.8,-2.24) and (5.01,-2.13) .. (5.11,-2.03) .. controls (5.24,-1.9) and (5.31,-1.74) .. (5.33,-1.6) .. controls (5.34,-1.5) and (5.35,-1.3) .. (5.32,-1.2) .. controls (5.27,-1) and (5.22,-0.9) .. (5.13,-0.8) .. controls (5.03,-0.7) and (4.98,-0.63) .. (4.93,-0.53) .. controls (4.98,-0.63) and (5.03,-0.7) .. (5.13,-0.8) .. controls (5.22,-0.9) and (5.27,-1) .. (5.32,-1.2) .. controls (5.2,-1.31) and (5.1,-1.34) .. (4.9,-1.32) .. controls (4.7,-1.26) and (4.6,-1.18) .. (4.53,-1.1) .. controls (4.43,-0.99) and (4.37,-0.8) .. (4.36,-0.68) .. controls (4.34,-0.5) and (4.38,-0.39) .. (4.37,-0.2) .. controls (4.36,-0.05) and (4.21,0.01) .. (4.1,0.1) .. controls (4.2,0.13) and (4.4,0.15) .. (4.6,0.15) .. controls (4.81,0.14) and (5,0.1) .. (5.13,0.04) .. controls (5.32,-0.06) and (5.43,-0.16) .. (5.52,-0.28) .. controls (5.6,-0.36) and (5.7,-0.6) .. (5.69,-0.8) .. controls (5.68,-0.91) and (5.61,-1.02) .. (5.53,-1.11) .. controls (5.47,-1.15) and (5.4,-1.2) .. (5.32,-1.2) .. controls (5.35,-1.3) and (5.34,-1.5) .. (5.33,-1.6) .. controls (5.31,-1.74) and (5.24,-1.9) .. (5.11,-2.03) .. controls (5.01,-2.13) and (4.8,-2.24) .. (4.6,-2.22) .. controls (4.4,-2.2) and (4.2,-2.12) .. (4.02,-2) .. controls (3.9,-1.92) and (3.8,-1.8) .. (3.61,-1.67) .. controls (3.5,-1.6) and (3.4,-1.5) .. (3.22,-1.43) .. controls (3.3,-1.5) and (3.5,-1.7) .. (3.6,-1.8) .. controls (3.7,-1.9) and (3.77,-2) .. (3.83,-2.1) .. controls (3.9,-2.2) and (4.01,-2.39) .. (4.2,-2.44) .. controls (4.3,-2.47) and (4.5,-2.5) .. (4.7,-2.45) .. controls (4.9,-2.4) and (5.04,-2.34) .. (5.26,-2.1) .. controls (5.33,-2) and (5.37,-1.8) .. (5.37,-1.6) .. controls (5.38,-1.5) and (5.38,-1.3) .. (5.34,-1.18) .. controls (5.29,-1) and (5.24,-0.89) .. (5.13,-0.8) .. controls (5.03,-0.7) and (4.98,-0.63) .. (4.93,-0.53) .. controls (4.98,-0.63) and (5.03,-0.7) .. (5.13,-0.8) .. controls (5.24,-0.89) and (5.29,-1) .. (5.34,-1.18) .. controls (5.38,-1.3) and (5.38,-1.5) .. (5.37,-1.6) .. controls (5.37,-1.8) and (5.33,-2) .. (5.26,-2.1) .. controls (5.04,-2.34) and (4.9,-2.4) .. (4.7,-2.45) .. controls (4.5,-2.5) and (4.3,-2.47) .. (4.2,-2.44) .. controls (4.01,-2.39) and (3.9,-2.2) .. (3.83,-2.1) .. controls (3.9,-2.2) and (4.04,-2.5) .. (4.06,-2.6) .. controls (4.1,-2.77) and (4.1,-3) .. (4.08,-3.2) .. controls (4.07,-3.4) and (4,-3.6) .. (3.9,-3.8) .. controls (3.8,-4) and (3.7,-4.1) .. (3.61,-4.2) .. controls (3.57,-4.27) and (3.57,-4.45) .. (3.62,-4.54) .. controls (3.68,-4.6) and (3.75,-4.89) .. (3.69,-5) .. controls (3.65,-5.12) and (3.62,-5.4) .. (3.55,-5.6) .. controls (3.5,-5.8) and (3.45,-5.92) .. (3.2,-6.24) .. controls (3.05,-6.37) and (2.91,-6.38) .. (2.7,-6.4) .. controls (2.5,-6.43) and (2.3,-6.39) .. (2.15,-6.23) .. controls (2.11,-6.11) and (2.14,-6) .. (2.22,-5.8) .. controls (2.27,-5.63) and (2.26,-5.5) .. (2.23,-5.4) .. controls (2.21,-5.3) and (2.1,-5.1) .. (2,-4.9) .. controls (1.9,-4.7) and (1.8,-4.5) .. (1.82,-4.3) .. controls (1.84,-4.1) and (1.85,-4) .. (1.95,-3.8) .. controls (2,-3.7) and (2.1,-3.5) .. (2.2,-3.4) .. controls (2.1,-3.5) and (2,-3.7) .. (1.95,-3.8) .. controls (1.85,-4) and (1.84,-4.1) .. (1.82,-4.3) .. controls (1.8,-4.5) and (1.88,-4.65) .. (1.88,-4.65) .. controls (1.8,-4.7) and (1.68,-4.76) .. (1.52,-4.85) .. controls (1.53,-4.7) and (1.53,-4.6) .. (1.6,-4.4) .. controls (1.53,-4.6) and (1.53,-4.7) .. (1.52,-4.85) .. controls (1.5,-5) and (1.53,-5.36) .. (1.45,-5.59) .. controls (1.4,-5.74) and (1.37,-5.87) .. (1.37,-6) .. controls (1.36,-6.2) and (1.33,-6.38) .. (1.32,-6.5) .. controls (1.26,-6.68) and (1.2,-6.8) .. (1.03,-6.94) .. controls (0.96,-7.01) and (0.81,-7.06) .. (0.7,-7.08) .. controls (0.6,-7.08) and (0.4,-7.08) .. (0.3,-7.07) .. controls (0.12,-7.04) and (-0.03,-6.96) .. (-0.03,-6.83) .. controls (-0.03,-6.73) and (-0.03,-6.63) .. (-0.01,-6.53) .. controls (0.01,-6.4) and (0.02,-6.2) .. (0.04,-6) .. controls (0.04,-5.8) and (0.04,-5.6) .. (0.04,-5.44) .. controls (0.03,-5.31) and (0,-5.15) .. (0,-5) .. controls (0,-4.9) and (-0.1,-4.9) .. (-0.24,-4.9) .. controls (-0.35,-4.9) and (-0.45,-4.9) .. (-0.54,-4.91) .. controls (-0.7,-4.9) and (-0.8,-4.88) .. (-1,-4.8) .. controls (-0.8,-4.88) and (-0.7,-4.9) .. (-0.54,-4.91) .. controls (-0.5,-5.1) and (-0.48,-5.24) .. (-0.47,-5.34) .. controls (-0.45,-5.54) and (-0.44,-5.66) .. (-0.45,-5.9) .. controls (-0.46,-6.04) and (-0.47,-6.15) .. (-0.48,-6.37) .. controls (-0.48,-6.59) and (-0.59,-6.84) .. (-0.68,-6.87) .. controls (-0.8,-6.97) and (-1,-7) .. (-1.1,-7) .. controls (-1.2,-7) and (-1.33,-7) .. (-1.43,-7) .. controls (-1.55,-7) and (-1.66,-7) .. (-1.78,-6.96) .. controls (-1.84,-6.92) and (-1.86,-6.83) .. (-1.84,-6.76) .. controls (-1.8,-6.6) and (-1.8,-6.4) .. (-1.8,-6.2) .. controls (-1.82,-6) and (-1.89,-5.77) .. (-1.95,-5.54) .. controls (-2,-5.4) and (-2.05,-5.28) .. (-2.14,-5.08) .. controls (-2.25,-4.9) and (-2.33,-4.75) .. (-2.45,-4.5) .. controls (-2.51,-4.3) and (-2.56,-4.16) .. (-2.58,-3.85) .. controls (-2.58,-3.6) and (-2.56,-3.48) .. (-2.5,-3.2) .. controls (-2.42,-3) and (-2.39,-2.86) .. (-2.31,-2.6) .. controls (-2.3,-2.5) and (-2.3,-2.4) .. (-2.33,-2.25) .. controls (-2.16,-2.27) and (-2,-2.29) .. (-1.9,-2.29) .. controls (-2,-2.29) and (-2.16,-2.27) .. (-2.32,-2.25) .. controls (-2.45,-2.22) and (-2.6,-2.2) .. (-2.8,-2.15) .. controls (-3,-2.08) and (-3.14,-2.03) .. (-3.33,-1.95) .. controls (-3.5,-1.86) and (-3.6,-1.8) .. (-3.76,-1.71) .. controls (-3.92,-1.6) and (-4.01,-1.54) .. (-4.15,-1.44) .. controls (-4.34,-1.24) and (-4.41,-1.13) .. (-4.49,-0.94) .. controls (-4.5,-0.73) and (-4.46,-0.59) .. (-4.36,-0.39) .. controls (-4.28,-0.2) and (-4.25,-0.1) .. (-4.25,0.12) .. controls (-4.28,0.28) and (-4.3,0.41) .. (-4.36,0.59) .. controls (-4.4,0.78) and (-4.44,0.89) .. (-4.49,1.05) .. controls (-4.5,1.2) and (-4.53,1.3) .. (-4.57,1.5) .. controls (-4.7,1.4) and (-4.9,1.4) .. (-5,1.4) .. controls (-5.28,1.4) and (-5.37,1.5) .. (-5.18,1.6) .. controls (-5.39,1.48) and (-5.63,1.6) .. (-5.82,1.72) .. controls (-5.98,1.83) and (-6.1,2) .. (-6.21,2.2) .. controls (-6.25,2.3) and (-6.3,2.5) .. (-6.3,2.7) .. controls (-6.28,2.9) and (-6.24,3.02) .. (-6.15,3.11) .. controls (-6.04,3.25) and (-5.9,3.24) .. (-5.7,3.1) .. controls (-5.57,3.02) and (-5.47,2.99) .. (-5.3,2.9) .. controls (-5.2,2.86) and (-5,2.8) .. (-4.9,2.78) .. controls (-4.8,2.76) and (-4.7,2.72) .. (-4.53,2.71) .. controls (-4.6,2.5) and (-4.62,2.3) .. (-4.61,2.1) .. controls (-4.61,1.9) and (-4.61,1.7) .. (-4.57,1.5) .. controls (-4.61,1.7) and (-4.61,1.9) .. (-4.61,2.1) .. controls (-4.62,2.3) and (-4.6,2.5) .. (-4.53,2.71) .. controls (-4.8,2.82) and (-4.94,2.89) .. (-5.16,3.1) .. controls (-5.29,3.3) and (-5.38,3.47) .. (-5.47,3.7) .. controls (-5.51,3.9) and (-5.52,4.07) .. (-5.51,4.3) .. controls (-5.5,4.5) and (-5.44,4.69) .. (-5.36,5) .. controls (-5.27,5.3) and (-5.24,5.44) .. (-5.22,5.65) .. controls (-5.24,5.81) and (-5.29,5.95) .. (-5.38,6.08) .. controls (-5.5,6.17) and (-5.63,6.21) .. (-5.72,6.31) .. controls (-5.63,6.43) and (-5.5,6.49) .. (-5.3,6.52) .. controls (-5.09,6.54) and (-4.97,6.55) .. (-4.7,6.48) .. controls (-4.9,6.39) and (-5,6.3) .. (-5.1,6.17) .. controls (-5,6.3) and (-4.9,6.39) .. (-4.7,6.48) .. controls (-4.47,6.42) and (-4.34,6.31) .. (-4.11,6.09) .. controls (-4.4,6.14) and (-4.65,6.09) .. (-4.93,5.79) .. controls (-4.65,6.09) and (-4.4,6.14) .. (-4.11,6.09) .. controls (-3.92,5.91) and (-3.93,5.76) .. (-3.88,5.57) .. controls (-4.26,5.65) and (-4.64,5.61) .. (-5.01,5.03) .. controls (-4.64,5.61) and (-4.26,5.65) .. (-3.88,5.57) .. controls (-3.84,5.4) and (-3.8,5.3) .. (-3.75,5.14) .. controls (-4,5.2) and (-4.68,5.01) .. (-4.92,4.3) .. controls (-4.68,5.01) and (-4,5.2) .. (-3.75,5.14) .. controls (-3.67,5) and (-3.6,4.9) .. (-3.52,4.77) .. controls (-3.87,4.73) and (-4.55,4.19) .. (-4.63,3.5) .. controls (-4.55,4.19) and (-3.87,4.73) .. (-3.52,4.77) .. controls (-3.4,4.7) and (-3.29,4.65) .. (-3.2,4.6) .. controls (-3.5,4.39) and (-3.71,4.19) .. (-3.94,3.92) .. controls (-4.11,3.7) and (-4.23,3.5) .. (-4.38,3.2) .. controls (-4.45,3) and (-4.48,2.9) .. (-4.53,2.71) .. controls (-4.48,2.9) and (-4.45,3) .. (-4.38,3.2) .. controls (-4.23,3.5) and (-4.11,3.7) .. (-3.94,3.92) .. controls (-3.71,4.19) and (-3.5,4.39) .. (-3.2,4.6) .. controls (-3.06,4.73) and (-2.72,4.89) .. (-2.5,4.9) .. controls (-2.53,4.71) and (-2.59,4.73) .. (-2.53,4.56) .. controls (-2.4,4.5) and (-2.2,4.7) .. (-2,4.87) .. controls (-2.13,4.71) and (-2.36,4.51) .. (-2.26,4.4) .. controls (-2.17,4.32) and (-1.88,4.48) .. (-1.7,4.6) .. controls (-2.02,4.36) and (-2.17,4.23) .. (-2.26,4.1) .. controls (-2.56,3.67) and (-2.35,3.27) .. (-1.95,3.85) .. controls (-2.19,3.5) and (-2.2,3.1) .. (-2.07,3.03) .. controls (-1.9,3.07) and (-1.81,3.3) .. (-1.8,3.57) .. controls (-1.8,3.3) and (-1.8,3) .. (-1.7,2.92) .. controls (-1.59,2.97) and (-1.5,3.1) .. (-1.5,3.3); \draw [line width = #3pt, color = #2] (-0.7,-3.2) .. controls (-0.8,-3.2) and (-0.91,-3.33) .. (-0.92,-3.44) (-0.64,-2.96) .. controls (-0.8,-3) and (-0.93,-3.08) .. (-1,-3.27) (-1.8,0) .. controls (-1.69,-0.15) and (-1.63,-0.27) .. (-1.61,-0.39) .. controls (-1.61,-0.5) and (-1.63,-0.6) .. (-1.66,-0.69) .. controls (-1.71,-0.77) and (-1.78,-0.85) .. (-1.88,-0.88) .. controls (-2,-0.9) and (-2.13,-0.97) .. (-2.09,-1.13) .. controls (-2.24,-1.17) and (-2.23,-1.28) .. (-2.07,-1.26) .. controls (-2,-1.51) and (-1.94,-1.6) .. (-1.84,-1.73) .. controls (-1.73,-1.85) and (-1.6,-1.9) .. (-1.44,-1.95) .. controls (-1.3,-1.98) and (-1.18,-1.97) .. (-1.07,-1.98) .. controls (-0.9,-1.94) and (-0.7,-1.83) .. (-0.6,-1.76) .. controls (-0.5,-1.65) and (-0.38,-1.58) .. (-0.39,-1.4) .. controls (-0.3,-1.43) and (-0.25,-1.46) .. (-0.2,-1.5) (-1.07,-1.98) .. controls (-1,-2.1) and (-0.9,-2.2) .. (-0.7,-2.2) (-4,0.7) .. controls (-3.8,0.6) and (-3.7,0.57) .. (-3.5,0.5) .. controls (-3.3,0.41) and (-3.1,0.36) .. (-2.9,0.3) .. controls (-2.8,0.28) and (-2.7,0.26) .. (-2.49,0.24) .. controls (-2.39,0.23) and (-2.26,0.23) .. (-2.14,0.27) .. controls (-2.03,0.31) and (-2,0.4) .. (-2,0.5) (-3.5,0.5) .. controls (-3.6,0.4) and (-3.65,0.3) .. (-3.68,0.16) .. controls (-3.7,0) and (-3.7,-0.1) .. (-3.63,-0.3) .. controls (-3.59,-0.4) and (-3.52,-0.51) .. (-3.43,-0.6) .. controls (-3.3,-0.7) and (-3.14,-0.73) .. (-3,-0.73) .. controls (-2.8,-0.7) and (-2.69,-0.61) .. (-2.6,-0.5) .. controls (-2.52,-0.36) and (-2.49,-0.23) .. (-2.48,-0.09) .. controls (-2.49,0.02) and (-2.49,0.12) .. (-2.49,0.24) (-0.9,0.7) .. controls (-1,0.6) and (-0.93,0.43) .. (-0.82,0.37) .. controls (-0.67,0.3) and (-0.44,0.34) .. (-0.29,0.4) .. controls (-0.07,0.49) and (0.2,0.59) .. (0.38,0.66) .. controls (0.52,0.72) and (0.69,0.82) .. (0.83,0.9) .. controls (1,1) and (1.1,1.1) .. (1.2,1.2) (-0.3,0.4) .. controls (-0.4,0.22) and (-0.38,0.12) .. (-0.34,0.03) .. controls (-0.3,-0.1) and (-0.26,-0.2) .. (-0.1,-0.4) .. controls (0,-0.5) and (0.2,-0.6) .. (0.4,-0.61) .. controls (0.53,-0.63) and (0.7,-0.6) .. (0.8,-0.54) .. controls (0.9,-0.5) and (1,-0.4) .. (1.1,-0.2) .. controls (1.17,-0.1) and (1.19,0.07) .. (1.2,0.22) .. controls (1.17,0.4) and (1.11,0.56) .. (1.05,0.67) .. controls (1.01,0.74) and (0.93,0.8) .. (0.82,0.91); \draw [line width = #3pt, color = #2, fill = #2] (3.2,-6.24) .. controls (3.05,-6.37) and (2.91,-6.38) .. (2.7,-6.4) .. controls (2.5,-6.43) and (2.3,-6.39) .. (2.16,-6.23) .. controls (2.3,-6.1) and (2.4,-6.02) .. (2.57,-6.01) .. controls (2.8,-6.02) and (3,-6.1) .. (3.2,-6.24) (1.45,-5.59) .. controls (1.5,-5.6) and (1.6,-5.6) .. (1.7,-5.6) .. controls (1.8,-5.62) and (1.9,-5.7) .. (1.95,-5.75) .. controls (2.02,-5.8) and (2.1,-5.81) .. (2.2,-5.8) .. controls (2.19,-5.89) and (2.17,-5.95) .. (2.14,-6) .. controls (1.97,-6.02) and (1.87,-6.05) .. (1.77,-6.06) .. controls (1.67,-6.05) and (1.59,-6.03) .. (1.51,-6.03) .. controls (1.46,-6.01) and (1.4,-6) .. (1.37,-6) .. controls (1.37,-5.87) and (1.4,-5.74) .. (1.45,-5.59) (1.03,-6.94) .. controls (0.96,-7.01) and (0.81,-7.06) .. (0.7,-7.08) .. controls (0.6,-7.08) and (0.4,-7.08) .. (0.3,-7.07) .. controls (0.12,-7.04) and (-0.03,-6.96) .. (-0.03,-6.83) .. controls (0.1,-6.7) and (0.2,-6.68) .. (0.48,-6.68) .. controls (0.7,-6.7) and (0.9,-6.8) .. (1.03,-6.94) (-0.68,-6.87) .. controls (-0.8,-6.97) and (-1,-7) .. (-1.1,-7) .. controls (-1.2,-7) and (-1.33,-7) .. (-1.43,-7) .. controls (-1.55,-7) and (-1.66,-7) .. (-1.78,-6.96) .. controls (-1.84,-6.92) and (-1.86,-6.83) .. (-1.84,-6.76) .. controls (-1.7,-6.68) and (-1.6,-6.6) .. (-1.25,-6.68) .. controls (-1.1,-6.69) and (-0.8,-6.78) .. (-0.68,-6.87) (-5.7,2.5) .. controls (-5.6,2.4) and (-5.5,2.3) .. (-5.39,2.23) .. controls (-5.3,2.18) and (-5.2,2.1) .. (-5.1,2.08) .. controls (-5,2.05) and (-4.8,2.01) .. (-4.61,2.1) .. controls (-4.6,2) and (-4.6,2) .. (-4.6,1.9) .. controls (-4.7,1.9) and (-4.84,1.87) .. (-4.99,1.88) .. controls (-5.1,1.9) and (-5.2,1.9) .. (-5.3,1.94) .. controls (-5.4,1.96) and (-5.5,2) .. (-5.6,2.14) .. controls (-5.5,2.1) and (-5.5,2.2) .. (-5.54,2.23) .. controls (-5.6,2.3) and (-5.7,2.4) .. (-5.7,2.5) (-3.3,1.52) .. controls (-3.39,1.54) and (-3.53,1.54) .. (-3.55,1.48) .. controls (-3.58,1.4) and (-3.5,1.35) .. (-3.4,1.31) .. controls (-3.24,1.23) and (-3.09,1.24) .. (-3.09,1.37) .. controls (-3.13,1.46) and (-3.2,1.5) .. (-3.31,1.52) (-3.45,0.47) .. controls (-3.53,0.4) and (-3.59,0.3) .. (-3.62,0.2) .. controls (-3.65,0.1) and (-3.65,0) .. (-3.62,-0.14) .. controls (-3.58,-0.25) and (-3.49,-0.3) .. (-3.38,-0.34) .. controls (-3.3,-0.37) and (-3.2,-0.38) .. (-3.1,-0.36) .. controls (-3,-0.33) and (-2.89,-0.22) .. (-2.83,-0.1) .. controls (-2.77,0) and (-2.77,0.1) .. (-2.76,0.27) .. controls (-2.88,0.3) and (-2.97,0.33) .. (-3.04,0.34) .. controls (-3.18,0.38) and (-3.3,0.41) .. (-3.47,0.46) (-1.04,-1.39) .. controls (-1,-1.3) and (-0.9,-1.2) .. (-0.8,-1.2) .. controls (-0.73,-1.21) and (-0.74,-1.28) .. (-0.81,-1.31) .. controls (-0.97,-1.32) and (-0.87,-1.31) .. (-1.06,-1.4) (0.25,1.77) .. controls (0.4,1.85) and (0.5,1.85) .. (0.58,1.79) .. controls (0.6,1.75) and (0.56,1.69) .. (0.47,1.63) .. controls (0.37,1.57) and (0.3,1.53) .. (0.19,1.51) .. controls (0.1,1.55) and (0.12,1.7) .. (0.25,1.77) (-0.2,0.43) .. controls (-0.3,0.4) and (-0.31,0.3) .. (-0.32,0.2) .. controls (-0.32,0.1) and (-0.3,0) .. (-0.24,-0.11) .. controls (-0.17,-0.21) and (-0.07,-0.25) .. (0,-0.28) .. controls (0.1,-0.3) and (0.2,-0.3) .. (0.3,-0.3) .. controls (0.4,-0.29) and (0.52,-0.2) .. (0.56,-0.1) .. controls (0.61,0) and (0.65,0.1) .. (0.65,0.17) .. controls (0.68,0.3) and (0.65,0.4) .. (0.61,0.5) .. controls (0.56,0.61) and (0.5,0.68) .. (0.4,0.68) .. controls (0.3,0.63) and (0.13,0.56) .. (0.04,0.53) .. controls (-0.1,0.47) and (-0.1,0.47) .. (-0.2,0.43) (2.42,2.14) .. controls (2.53,2.13) and (2.66,2.13) .. (2.81,2.15) .. controls (2.95,2.18) and (3.12,2.24) .. (3.3,2.33) .. controls (3.4,2.4) and (3.5,2.5) .. (3.6,2.6) .. controls (3.67,2.7) and (3.72,2.8) .. (3.8,2.9) .. controls (3.83,2.75) and (3.78,2.65) .. (3.77,2.56) .. controls (3.76,2.64) and (3.92,2.63) .. (3.83,2.5) .. controls (3.79,2.4) and (3.71,2.29) .. (3.6,2.2) .. controls (3.5,2.12) and (3.4,2.08) .. (3.3,2.05) .. controls (3.18,2.01) and (2.98,2) .. (2.8,2) .. controls (2.73,2) and (2.65,2.01) .. (2.6,2.03) .. controls (2.53,2.05) and (2.48,2.08) .. (2.41,2.16); \draw [line width = #3pt, color = white, fill = white] (-2.93,-0.22) circle (0.18) (0.63,0.07) circle (0.18); \end{tikzpicture} } \newcommand{\fcAlligatorA}[3] { \begin{tikzpicture}[scale = #1] \draw[color=#2, line width=#3pt] (-1.2,6.6) node (v3) {} .. controls (-2.1,7.5) and (-5.3,5.04) .. (-4.21,3.13) .. controls (-3.5,2.4) and (-1.53,0.44) .. (-2.19,-2.48) node (v2) {}.. controls (-2.4,-4) and (-4.15,-5.32) .. (-6.9,-6.31) .. controls (-5.8,-7.2) and (-3.8,-7.1) .. (-2.01,-6.9); \draw [color=#2, line width=#3pt](-1.3,-6.3) .. controls (-2.7,-6.7) and (-2.2,-7.5) .. (0.5,-7.1) .. controls (2.6,-7.52) and (0.2,-5.8) .. (0.5,-7.1); \draw [color=#2, line width=#3pt] (1.4,-7) .. controls (2.33,-7.36) and (1.2,-5.8) .. (0.98,-6.65); \draw [color=#2, line width=#3pt] (1.2,-6.38) .. controls (0.9,-6.2) and (0.5,-6.2) .. (-0.16,-6.51).. controls (1.9,-5.5) and (0.7,-4.3) .. (-1.4,-5.51); \draw [color=#2, line width=#3pt] (1.05,-6.32) .. controls (5.7,-5.5) and (4.9,-0.9) .. (0.87,1.33); \draw [color=#2, line width=#3pt] (1.76,-7) .. controls (2.2,-7) and (2.6,-7.1) .. (3.4,-7) node (v1) {}.. controls (3.11,-6.19) and (2.42,-6.32) .. (2.5,-7); \draw [color=#2, line width=#3pt] (3.32,-6.8) .. controls (4.36,-7.41) and (3.8,-5.8) .. (3.1,-6.5); \draw [color=#2, line width=#3pt](3.87,-6.87) .. controls (4.7,-7.04) and (3.95,-6.1) .. (3.6,-6.3); \draw [color=#2, line width=#3pt] (3.6,-6.3) .. controls (3.2,-6.1) and (2.8,-6.1) .. (2.15,-6.4).. controls (2.6,-6.2) and (3,-5.9) .. (3.09,-5.51); \draw [color=#2, line width=#3pt] (0.7,-5.1) .. controls (1.2,-4.6) and (2.5,-3.6) .. (1.5,-1.52); \draw [color=#2, line width=#3pt] (1.13,-0.8) .. controls (0.7,-0.2) and (0.44,0.74) .. (-1.7,2.1) .. controls (0.34,0.84) and (2,1.1) .. (3.5,3) .. controls (4,3.2) and (5.3,3) .. (5.1,3.78) node (v4) {}.. controls (4.3,3.7) and (3.6,3.7) .. (2.8,3.7); \draw [color=#2, line width=#3pt](2.85,3.67)--(2.55,4.24)--(2.4,3.51)--(1.9,4.0)--(1.9,3.33) .. controls (1.2,3.3) and (0.6,3.3) .. (-0.3,3.6)--(-0.5,3.2)--(-0.8,4.29)--(-1.2,3.9) .. controls (-1.5,4.32) and (-2.48,4.08) .. (-3,4.66)--(-3.6,4.42); \draw [color=#2, line width=#3pt](-6.3,-6.06)--(-6.1,-5.4)--(-5.21,-5.62)--(-5.1,-4.8)--(-4.33,-5.07)--(-4.2,-4.18)-- (-3.32,-4.32) -- (-3.3,-3.6) -- (-2.6,-3.5) -- (-2.7,-2.7)-- (-2.2,-2.4)--(-2.5,-1.55)-- (-2.08,-0.98) -- (-2.57,-0.34) -- (-2.34,0.32) -- (-2.8,0.7) -- (-2.77,1.3) -- (-3.3,1.5) -- (-3.2,1.9); \draw [color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(1.1,-4.7) (2.1,-5.2) (3.59,-5.06)}; \draw [color=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(0.9,-5.7) (1.3,-5.9) (2.03,-6.07)}; \draw [color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(1.67,-3.97) (3,-4.06) (4.15,-4)}; \draw [color=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(1.8,-2.4) (3,-2.5) (4.1,-2.4)}; \draw [color=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(2,-1.2) (2.8,-1) (3.5,-1.1)}; \draw [color=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(0.9,-0.4) (1.5,-0.08) (2.64,0)}; \draw [color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(0.3,0.4) (0.8,0.8) (1.7,0.8)}; \draw [color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(v3) (-1.1,6.5) (-0.8,6.2)}; \draw [color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-0.8,6.2) (-0.41,5.9) (-0.2,5.3)}; \draw [color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-1,5.4) (1,5.1) (4.1,4.3)}; \draw[color=#2, line width=#3pt] (-1,5.4) .. controls (-3.46,8.22) and (-2.38,3.29) .. (-1,5.4); \draw [color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-1.5,5.9) (-1.2,6.2) (-0.8,6.2)}; \draw [color=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(-2.4,5.7) (-2,5.9) (-1.4,5.8) (-1.2,5.7) (-0.8,5.8) (-0.3,5.7)}; \draw [color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(4.05,4.32) (4.1,4.5) (4.2,4.8) (4.5,4.7) (4.7,4.5) (4.9,4.7) (5.2,4.4) (5.4,4.1) (5.5,3.8) (v4)}; \draw [color=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(4.5,4.4) (4.6,4.2)}; \draw[color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(4.9,4.4) (5,4.2)}; \draw [color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-0.7,-0.9) (-0.3,-1.4) (0.2,-2) (0.8,-2.1) (1.2,-1.5) (1.4,-1.8) (1.5,-1.5) (1.94,-1.95) (2.05,-1.4) (1.6,-0.8) (0.8,-0.9) (0.5,-1.2) (0.3,-0.9) (0.2,-0.4)}; \draw [color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(3.15,-0.55) (3.6,-0.3) (4.3,-0.3) (4.6,-0.8) (4.4,-1.7) (4.3,-1.3) (4.1,-1) (4,-1.4) (3.8,-1) (3.6,-1.23)}; \draw [color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-2.27,6.29) (-1.9,6.4) (-1.7,6.4)}; \draw[color=#2, line width=#3pt, fill] (-1.8,5.4) ellipse (0.26 and 0.2); \draw[color=#2, line width=#3pt, fill] (-0.8,5.6) ellipse (0.16 and 0.1); \end{tikzpicture} } \newcommand{\fcSnail}[3] { \begin{tikzpicture}[scale = #1] \draw[color=#2, line width=#3pt] (-3.75,1.9) .. controls (-1.2,8.3) and (10.3,7.1) .. (8.99,-0.3) .. controls (8.9,-4.4) and (2.6,-5.7) .. (-0.7,-2.5) .. controls (0.37,-1.19) and (-1.8,1.6) .. (-4.2,0.3) .. controls (-2.5,0.9) and (-2,1.1) .. (-1.8,1.7) .. controls (-2.4,1.7) and (-2.8,1.5) .. (-3.6,1.09) .. controls (-3.7,1.6) and (-3.8,2.2) .. (-4.3,2.8) .. controls (-4.4,2.3) and (-4.4,1.9) .. (-4.2,1.3) .. controls (-5.7,3.1) and (-7.6,2.8) .. (-8.04,0.4) .. controls (-11,-1) and (-6.8,-5.2) .. (-3.4,-3.9) .. controls (-3.2,-4.1) and (-2.9,-4.4) .. (-3,-4.9) .. controls (-2.6,-5) and (-2.2,-5.1) .. (-1.8,-5.1) .. controls (-1.7,-6.1) and (-0.2,-6.7) .. (0.6,-5.9) .. controls (0.9,-6.2) and (1.1,-6.4) .. (1.4,-6.5) .. controls (2,-6.5) and (2.6,-6.3) .. (3.4,-6) .. controls (6.3,-6.6) and (6.56,-4.9) .. (4.1,-4.3); \draw[color=#2, line width=#3pt] (-0.4,-1.9) .. controls (0.1,-1.8) and (0.3,-1.6) .. (0.6,-0.9) .. controls (1.2,0.4) and (2.1,1.4) .. (3.7,2.2) .. controls (6.1,3.1) and (8.9,0.8) .. (8.1,-1.4); \draw[color=#2, line width=#3pt] (1.3,0.3) .. controls (0.4,-2) and (3.2,-3.7) .. (4.9,-2.6) .. controls (5.7,-2.1) and (7,-0.38) .. (4.9,-0.2) .. controls (3.5,-0.4) and (4.1,-2) .. (5,-1.4); \draw[color=#2, line width=#3pt] (-7.55,-3.2) .. controls (-7,-3.2) and (-6.6,-3.2) .. (-6.1,-3); \draw [color=#2, line width=#3pt] (-6.2,0.9) ellipse (1.1 and 1); \draw[color=#2, line width=#3pt] (-3,-1.3) ellipse (1.6 and 1.6); \draw[color=#2, line width=#3pt,fill] (-6.5,0.9) ellipse (0.7 and 0.7); \draw [color=#2, line width=#3pt,fill] (-3.55,-1.2) ellipse (1.05 and 1); \draw[white, line width=#3pt,fill] (-3.8,-1.05) ellipse (0.68 and 0.63); \draw[white, line width=#3pt,fill] (-6.85,1) ellipse (0.42 and 0.45); \end{tikzpicture} } \newcommand{\fcFrogA}[3] { \begin{tikzpicture}[scale = #1] \draw[color=#2, line width=#3pt] (-4.25,-0.37) .. controls (-10.7,-3.6) and (0.8,-8.5) .. (3,-4.8) .. controls (4.7,-5.8) and (7.7,-3.1) .. (3.29,-0.84); \draw[color=#2, line width=#3pt] (-4,1.2) node (v1) {} .. controls (-4.74,0.8) and (-4.3,-0.7) .. (-3.9,-1.4); \draw[color=#2, line width=#3pt] (-3.51,-1.9) .. controls (-2.7,-2.3) and (-2.1,-2.6) .. (-1,-2.7) node (v2) {}; \draw[color=#2, line width=#3pt] (-0.6,-2.6) .. controls (0.6,-2.4) and (1.9,-1.8) .. (2.75,-1); \draw[color=#2, line width=#3pt] (-1.7,0.2) .. controls (-1.7,0.4) and (-1.7,0.6) .. (-1.5,0.8); \draw[color=#2, line width=#3pt] (-1.63,0.58) .. controls (-1.2,0) and (1.9,-2.2) .. (4.1,-0.3) .. controls (4.7,1) and (2.7,1.9) .. (2.4,3.8) .. controls (1.6,4.5) and (1.4,3.8) .. (1.1,3.4); \draw[color=#2, line width=#3pt] (1.6,2.9) .. controls (0,5) and (-1.4,3.9) .. (-1.6,1.8); \draw[color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-1.5,2.5) (-1.8,2.3) (-2.1,2.5) (-2.3,2.2) (-2.7,2.1) (-3,2.1) (-3.1,1.9) (-3.5,1.7) (-3.6,1.5) (-3.9,1.5) (v1)}; \draw [color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-2,1.8) (-2.3,1.9) (-2.3,1.6)}; \draw[color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-2.6,1.1) (-2.8,1.1) (-2.9,0.9)}; \draw [color=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(-2.6,1.7) (-2.9,1.7) (-2.9,1.4)}; \draw [color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-3.3,0.8) (-3.5,0.7) (-3.5,0.4)}; \draw [color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-3.2,1.2) (-3.5,1.2) (-3.6,1)}; \draw [color=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(-3.8,0.6) (-4,0.5) (-3.9,0.2)}; \draw[color=#2, line width=#3pt] (-3.6,-0.4) .. controls (-1.5,0.7) and (-2.8,-1.8) .. (-4.5,-2.5); \draw [color=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(-3.6,-0.9) (-4.3,-1.8) (-4.8,-2.2) (-5.2,-2.6) (-4.9,-3.2) (-4.3,-3.8) (-3.63,-4.02) (-3.6,-3.6) (-3.9,-3.5)}; \draw [color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-3.5,-3.8) (-3.2,-3.7) (-2.6,-3.6) (-2.5,-3.4) (-2.6,-3.2) (-3.1,-3.2)}; \draw [color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-2.5,-3.3) (-2.2,-3.3) (-1.7,-3.3) (-1.5,-3.1) (-1.66,-2.88) (-2,-2.8) (-2.1,-3) (-2.7,-2.8) (-3.4,-2.7) (-4.3,-2.4)}; \draw [color=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(-1.6,-1.6) (-1.3,-2.1) (v2) (-1,-3.2) (-1.3,-3.5) (-1.9,-3.6) (-1.6,-3.9) (-1.2,-3.8) (-0.8,-3.7) (-0.6,-4) (-0.2,-4.2) (0,-4) (-0.1,-3.6) (0.3,-3.6) (0.8,-3.7) (0.9,-3.3) (0.6,-3.2) (0.3,-3.3) (-0.2,-3.2) (-0.5,-2.8) (-0.8,-2.3) (-1.2,-1.5)}; \draw [color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-0.1,-2.53) (0.1,-2.8) (0.6,-2.9) (0.7,-2.7) (0.7,-2.6) (0.9,-2.7) (1.4,-2.7) (1.6,-2.5) (1.3,-2.4) (1.2,-2.3) (1.6,-2.2)}; \draw [color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(1.47,-1.93) (1.7,-2.4) (2,-3.1) (1.6,-3.3) (1.9,-3.6) (2.3,-3.5) (2.3,-3.3) (2.5,-3.1) (2.9,-3.3) (3.3,-3.5) (3.7,-3.5) (3.7,-3.2) (3.4,-3.1) (3.3,-3.1) (3.6,-3) (3.8,-2.8) (3.6,-2.6) (3,-2.8) (2.6,-2.8) (2.2,-2.6) (1.7,-1.8)}; \draw[color=#2, line width=#3pt] (-2,-6.2) .. controls (-0.5,-6.5) and (1.31,-6.82) .. (2.4,-5.9); \draw [color=#2, line width=#3pt](0.3,-6.8) .. controls (0.8,-6.9) and (1.7,-6.7) .. (1.9,-6.6); \draw[color=#2, line width=#3pt] (4,-5.2) .. controls (4.5,-5.3) and (4.9,-5.2) .. (5.3,-5); \draw[color=#2, line width=#3pt] (3.4,1.8) .. controls (3.5,2.7) and (3.51,4.15) .. (2.4,3.8); \draw [color=#2, line width=#3pt] (0.27,2.2) ellipse (1.2 and 1.35); \draw[color=#2, line width=5pt, fill] (0.11,2.64) ellipse (0.3 and 0.4); \draw [color=#2, line width=4pt, fill](2.9,3) ellipse (0.153 and 0.3); \draw[color=#2, line width=#3pt] (-6.1,5.7) .. controls (-5.59,3.23) and (-1.43,3.3) .. (-0.9,5.7) .. controls (-1.1,5.5) and (-1.3,5.4) .. (-1.6,5.3); \draw[color=#2, line width=#3pt] (-2.1,4.2) .. controls (-1.8,4.8) and (-1.5,5.6) .. (-1.4,6.2) .. controls (-2.1,6.1) and (-3.8,5.7) .. (-3.6,3.9) node (v3) {}; \draw [color=#2, line width=#3pt](-3.5,4.9) .. controls (-3.9,5.48) and (-4.8,5.5) .. (-6.1,5.7); \draw[color=#2, line width=#3pt] (-4.9,5.5) .. controls (-4.8,6) and (-4.8,6.3) .. (-4.6,6.7) .. controls (-4.1,6.4) and (-3.6,6) .. (-3.32,5.27) .. controls (-3.2,5.9) and (-2.9,6.3) .. (-2.2,6.6) .. controls (-2.1,6.4) and (-2.1,6.2) .. (-2.2,6); \draw[color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-3,3.9) (-2.6,4.3) (-2.1,5.2)}; \draw[color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(v3) (-4.4,4.2) (-4.9,4.5) (-5.3,4.8)}; \draw[color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-4.4,3.7) (-3.6,3.5) (-2.6,3.7)}; \draw[color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-4.1,3.3) (-3.7,3.2) (-3,3.25)}; \draw[color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-3.7,2.9) (-3.3,2.9)}; \draw [color=#2, line width=#3pt, fill] (2.2,1.5) ellipse (0.03 and 0.12); \draw [color=#2, line width=#3pt, fill] (3,1.8) ellipse (0.03 and 0.12); \end{tikzpicture} } \newcommand{\fcBearC}[3] { \begin{tikzpicture}[scale = #1] \draw[color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(1.25,0.4) (2,0.2) (3.5,-0.2) (4.5,-0.85) (5,-2) (5,-3) (4.7,-4)(4.4,-5.5) (3.95,-5.85) (3,-6) (2.5,-6) (2.2,-5.75) (2,-5.5) (1.5,-5.5) (1,-5.5) (0.5,-5.75) (0,-5.85) (-1,-5.6) (-0.8,-5) (-0.5,-4.5) (-0.35,-3.85) (-1,-3.7) (-1.6,-3.4) (-1.65,-4) (-1.5,-4.5) (-1.36,-5) (-2,-5.6) (-3,-5) (-3.3,-4) (-3.4,-3) (-3,-1.5) (-2.5,-0.5)}; %cabeça \draw [color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-3.4,5.4) (-5.01,3.7) (-4.5,0.15) (0.5,-0.2) (1.72,3.11) (-0.35,5.55) (-3.4,5.4)}; %orelha \draw[color=#2, line width=#3pt] (0.65,4.9) .. controls (2.17,6.76) and (3.7,3.5) .. (1.7,3.15); \draw[color=#2, line width=#3pt] (-3.3,5.4) .. controls (-4.5,7.2) and (-6.7,4.7) .. (-4.9,3.9); \draw[color=#2, line width=#3pt] (1.1,4.51) .. controls (1.8,5.5) and (2.6,4.3) .. (1.55,3.7); \draw [color=#2, line width=#3pt](-4.6,4.4) .. controls (-5.2,5.1) and (-4.7,5.6) .. (-3.9,5.1); %perna1e2 \draw[color=#2, line width=#3pt] (-1.6,-3.4) .. controls (-1.89,-3.1) and (-2.39,-2.6) .. (-2.48,-1.17); \draw[color=#2, line width=#3pt] (1,-5.5) .. controls (1.4,-4.2) and (1.5,-3.1) .. (1.2,-1.9); %barriga \draw [color=#2, line width=#3pt](1.35,-3.8) -- (2.4,-3.6); \draw [color=#2, line width=#3pt] (1.35,-2.6) -- (2.3,-2.5); %rabo \draw [color=#2, line width=#3pt](4.05,-0.45) .. controls (5.18,0.56) and (6.22,-0.76) .. (4.9,-1.7); %sobrancelhas \draw [color=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(-3.4,4.1) (-3.1,4.2) (-2.9,4.3) (-2.9,4.5) (-3.2,4.4) (-3.5,4.3) (-3.6,4.1) (-3.4,4.1)}; \draw [color=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(-1.1,4.3) (-0.8,4.27) (-0.6,4.1) (-0.5,3.9) (-0.7,3.9) (-0.9,3.98) (-1.2,4.1) (-1.1,4.3)}; %olhos \draw [color=#2, line width=#3pt] (-3.38,2.77) node (v2) {} ellipse (0.4 and 0.4); \draw [color=#2, line width=#3pt] (-0.95,2.58) node (v2) {} ellipse (0.4 and 0.4); \draw [color=#2, line width=#3pt] (-2.4,1.2) ellipse (1.3 and 1.3); \draw[color=#2, line width=#3pt, fill] (-3.35,2.84) ellipse (0.23 and 0.23); \draw [color=#2, line width=#3pt, fill] (-0.92,2.56) ellipse (0.23 and 0.23); \draw [white, line width=#3pt,fill](-3.35,2.83) ellipse (0.1 and 0.1); \draw [white, line width=#3pt,fill](-0.9,2.6) ellipse (0.1 and 0.1); %queixo \draw [color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-2.5,0.3) (-2.4,0.2) (-2.2,0.3)}; %em cima do olho \draw[color=#2, line width=#3pt] (-3.54,3.4) .. controls (-3.4,3.46) and (-3.22,3.46) .. (-3.13,3.3); \draw[color=#2, line width=#3pt] (-1.1,3.1) .. controls (-1,3.1) and (-0.9,3.1) .. (-0.8,3.1); %boca \draw [color=#2, line width=#3pt] (-3,1.2) .. controls (-2.8,0.6) and (-2.1,0.5) .. (-1.7,1.1); %nariz \draw [color=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(-2.6,1.4) (-2.6,1.1) (-2.4,0.7)}; \draw [white, line width=#3pt,fill] (-2.48,1.9) ellipse (0.42 and 0.13); \draw [color=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(2.5,-5.1) (2.48,-4.06)}; \draw[color=#2, line width=#3pt, fill] (-2.6,1.4) .. controls (-1.7,1.3) and (-1.2,2.1) .. (-2.3,2.2) .. controls (-3.5,2.2) and (-3.34,1.53) .. (-2.5,1.4); %barriga \draw [color=#2, line width=#3pt] (-0.38,-2.54) .. controls (-1,-1.55) and (-1.85,-0.8) .. (-2.4,-1.85); %perna \draw [color=#2, line width=#3pt](-0.65,-1.5) .. controls (-0.37,-2.5) and (-0.25,-3) .. (-0.32,-4); %perna traseira \draw [color=#2, line width=#3pt](2.4,-1.8) .. controls (2.14,-2.8) and (2.32,-3.9) .. (2.74,-4.8) .. controls (2.6,-4.9) and (2.4,-5.2) .. (2,-5.5); %unha \draw[color=#2, line width=#3pt] (-2.1,-5.6) .. controls (-2.1,-5.4) and (-2.1,-5.2) .. (-2.2,-5); \draw[color=#2, line width=#3pt] (-1.7,-5.5) .. controls (-1.7,-5.2) and (-1.7,-5) .. (-1.85,-4.83); \draw[color=#2, line width=#3pt] (-0.4,-5.8) .. controls (-0.5,-5.6) and (-0.4,-5.4) .. (-0.2,-5.3); \draw[color=#2, line width=#3pt] (-0.8,-5.7) .. controls (-0.8,-5.5) and (-0.7,-5.3) .. (-0.55,-5.1); \draw[color=#2, line width=#3pt] (1.4,-5.5) .. controls (1.3,-5.3) and (1.3,-5.1) .. (1.4,-5); \draw [color=#2, line width=#3pt](2.7,-6) .. controls (2.68,-5.8) and (2.67,-5.6) .. (2.81,-5.4); \draw[color=#2, line width=#3pt] (2.3,-5.9) .. controls (2.3,-5.6) and (2.4,-5.4) .. (2.55,-5.37); \end{tikzpicture} } \newcommand{\fcMouseC}[3] { \begin{tikzpicture}[scale = #1] \draw[color=#2, line width=#3pt] (-1.03,3.28) .. controls (-6,4.3) and (-7.1,-3.1) .. (-5,-4.5) .. controls (-1.5,-6.4) and (3.6,-3.1) .. (2.7,-0.5) .. controls (7,4.1) and (0.82,9.39) .. (-1.1,3.3); \draw[color=#2, line width=#3pt] (3.45,5.05) .. controls (1.9,5.9) and (-0.3,5.2) .. (0,2.9) .. controls (0.7,2.1) and (1.8,1.2) .. (2.7,-0.6); \draw[color=#2, line width=#3pt] (-4.9,1.8) .. controls (-8.63,6) and (-11.56,-2.32) .. (-5.91,-2.6); \draw[color=#2, line width=#3pt] (-8.8,-0.82) .. controls (-9.1,1.78) and (-7.45,3.31) .. (-5.3,1.1); %patas,corpo \draw[color=#2, line width=#3pt] (-2.9,-5) .. controls (-3.7,-5.8) and (-2.6,-6.7) .. (-1.1,-5.9); \draw[color=#2, line width=#3pt] (-1.1,-5.9) node (v1) {} .. controls (-0.9,-6.6) and (1.92,-7.5) .. (2.18,-3.98); \draw[color=#2, line width=#3pt] (4.7,-1.5) .. controls (1.9,-2.1) and (1.24,-5.65) .. (5.1,-5.8); \draw[color=#2, line width=#3pt] (2.8,-0.7) .. controls (5.5,0.6) and (8.23,-4.41) .. (6,-6.2) (5.96,-6.2) .. controls (0,-7.3) and (1.7,-4.9) .. (3,-5.2); %rabo \draw [color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(6.74,-3.43) (7.3,-2.4) (6,0.3) (6,2.9) (8.3,5.1) (6.6,2.9) (6.4,0.5) (7.9,-2.3) (6.8,-4.3)}; \draw [color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(v1) (-1,-5.3) (0,-4.5)}; %linhas patas \draw[color=#2, line width=#3pt] (3,-6.5) .. controls (2.8,-6.3) and (2.8,-6.1) .. (3,-5.8); \draw[color=#2, line width=#3pt] (0,-6.46) .. controls (0,-6.1) and (0.1,-5.9) .. (0.1,-5.8); \draw [color=#2, line width=#3pt](-0.7,-6.3) .. controls (-0.7,-6) and (-0.7,-5.8) .. (-0.5,-5.5); \draw[color=#2, line width=#3pt] (-1.8,-6.2) .. controls (-2,-6) and (-2.1,-5.8) .. (-1.92,-5.47); \draw[color=#2, line width=#3pt] (-2.6,-6.2) .. controls (-2.7,-5.9) and (-2.7,-5.8) .. (-2.6,-5.5); \draw[color=#2, line width=#3pt] (2.3,-6.4) .. controls (2.2,-6.2) and (2.2,-5.9) .. (2.3,-5.7); % boca \draw[color=#2, line width=#3pt] (-2.7,-3.2) .. controls (-1.8,-3.8) and (-1,-3.5) .. (-0.8,-2.4); \draw [color=#2, line width=#3pt] (-1.06,-2.5) .. controls (-0.9,-2.4) and (-0.7,-2.4) .. (-0.55,-2.6); \draw [color=#2, line width=#3pt] (-3.6,-1.4) node (v2) {} ellipse (0.45 and 0.45); \draw [color=#2, line width=#3pt] (-1,-0.5) node (v2) {} ellipse (0.49 and 0.49); %olhos \draw[color=#2, line width=#3pt, fill] (-3.5,-1.4) ellipse (0.23 and 0.23); \draw [color=#2, line width=#3pt, fill] (-0.9,-0.4) ellipse (0.23 and 0.23); \draw [white, line width=#3pt,fill](-3.5,-1.4) ellipse (0.1 and 0.1); \draw [white, line width=#3pt,fill](-0.9,-0.4) ellipse (0.1 and 0.1); %nariz \draw [color=#2,rotate=30, line width=#3pt,fill](-3.2402,-0.65) ellipse (0.9 and 0.6); \draw [white,rotate=30, line width=#3pt,fill] (-3.2415,-0.4183) ellipse (0.38 and 0.16); %em cima olhos \draw [color=#2, line width=#3pt] (-3.9,-0.7) .. controls (-4,-0.75) and (-3.5,-0.6) .. (-3.3,-0.75); \draw [color=#2, line width=#3pt] (-1.3,0.2) .. controls (-0.8,0.35) and (-1.15,0.3) .. (-0.7,0.25); %sobrancelhas \draw [color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-2,1.45) (-1.5,1.5) (-1,1.45) (-0.8,1.25) (-1,1.25) (-1.4,1.2) (-1.9,1.15) (-2.02,1.45)}; \draw [color=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(-3.9,0.2) (-3.94,0.45) (-4.3,0.36) (-4.6,0.1) (-4.7,-0.4) (-4.5,-0.2) (-4.2,0.1) (-3.9,0.2)}; \end{tikzpicture} } \newcommand{\fcUrchinA}[3] { \begin{tikzpicture}[scale = #1] %corpo \draw[color=#2, line width=#3pt] (-2.9,-2.4) -- (-5.7,-2.1) -- (-4.1,-1.4) -- (-6.5,-0.9) -- (-4.7,-0.4) -- (-6.9,0.3) -- (-3.4,0.89) -- (-6.2,2.1) -- (-3.4,2.14) -- (-5.87,3.26) -- (-3.5,3.1) -- (-5.2,4.2) -- (-1.9,3.8) node (v1) {} -- (-3.3,5.7) -- (-1.6,4.9) -- (-2,5.8) -- (0.1,4.4) -- (-0.1,4.9) -- (0.3,4.5) -- (-0.1,6.2) -- (2.1,3.4) -- (1.9,5.4) -- (3.6,1.8) -- (3.7,3.6) -- (4.6,0.3) -- (4.8,1.6) -- (5.5,-0.8); \draw [color=#2, line width=#3pt] (1.8,0.1) -- (0.68,2.3) -- (2.75,0.46); \draw [color=#2, line width=#3pt](-1.7,2.6) -- (-3.3,4); \draw[color=#2, line width=#3pt] (-2.1,3.9) -- (-1.1,3.4); \draw[color=#2, line width=#3pt] (-1.7,5.1) -- (-0.7,3.7); \draw[color=#2, line width=#3pt] (0,4.7) -- (0.8,2.8); \draw[color=#2, line width=#3pt] (0.3,4.5) -- (2.62,1.96); \draw[color=#2, line width=#3pt] (-0.5,0.9) -- (-1.8,2.2) -- (0.4,1.3); \draw[color=#2, line width=#3pt] (3.3,0.8) -- (3,2.6)--(4.3,0.6); \draw[color=#2, line width=#3pt] (-2.9,-1.2) .. controls (-2.8,-1.8) and (-2.8,-2.3) .. (-3.17,-2.62) node (v2) {}; \draw [color=#2, line width=#3pt] (-3.1,-2.62) -- (-2.2,-5) .. controls (-1.8,-5.19) and (-1.2,-5.22) .. (-0.93,-5.01) -- (-1.5,-4); %linha pata \draw[color=#2, line width=#3pt] (-1.8,-5.1) .. controls (-1.7,-5) and (-1.7,-4.8) .. (-1.8,-4.6); \draw[color=#2, line width=#3pt] (-1.3,-5.1) .. controls (-1.3,-5) and (-1.3,-4.9) .. (-1.4,-4.6); \draw[color=#2, line width=#3pt](3.5,-6.3) .. controls (3.5,-6.1) and (3.4,-6) .. (3.3,-5.9); \draw[color=#2, line width=#3pt] (3.8,-6.2) .. controls (3.8,-6.1) and (3.8,-6) .. (3.7,-5.9); \draw[color=#2, line width=#3pt] (6.2,-4.9) .. controls (6.2,-4.8) and (6.2,-4.7) .. (6.1,-4.6); \draw[color=#2, line width=#3pt] (6.4,-4.6) .. controls (6.5,-4.7) and (6.5,-4.7) .. (6.5,-4.9); \draw[color=#2, line width=#3pt] (-2.5,-3.1) .. controls (-0.8,-5.5) and (0.6,-3) .. (-1.3,-1.3); \draw[color=#2, line width=#3pt] (-0.4,-3.2) -- (0.7,-3.6); \draw[color=#2, line width=#3pt] (-4.9,0.6) -- (-6.5,1) -- (-4.8,1.5); \draw[color=#2, line width=#3pt] (0.6,-3.1) .. controls (0.6,-4.5) and (1.6,-5.3) .. (3.26,-6.27) .. controls (3.6,-6.38) and (3.82,-6.29) .. (4.13,-6.04) .. controls (3.5,-5.5) and (2.8,-4.8) .. (2.2,-3.3); \draw ; %cabeça/orelha \draw [color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(2.2,-2.9) (1.32,-2.5) (0.83,-1.56) (1.89,-1.45) (2.5,-1.9)}; \draw[color=#2, line width=#3pt] (2.2,-3.1) .. controls (2.26,-2.43) and (2.26,-2.05) .. (2.8,-1.6); \draw[color=#2, line width=#3pt] (0.8,-1.7) .. controls (1.3,-1.6) and (2,-1.7) .. (2.3,-2.2); \draw[color=#2, line width=#3pt] (2.5,-4) .. controls (2.8,-4.3) and (3,-4.4) .. (3.5,-4.5) .. controls (4.2,-4.4) and (4.8,-4.2) .. (5.6,-4.1).. controls (5.9,-4.1) and (6.1,-4.1) .. (6.3,-3.91) .. controls (6.63,-3.94) and (6.84,-3.74) .. (6.9,-3.2) .. controls (6.6,-2.7) and (6.1,-1.7) .. (5.5,-0.8) node (v3) {}; %boca \draw[color=#2, line width=#3pt] (5.6,-4.1) .. controls (5.5,-4) and (5.4,-3.9) .. (5.4,-3.7); %olho \draw[color=#2, line width=#3pt] (3.9,-2.8) ellipse (0.7 and 0.75); \draw[color=#2, line width=#3pt,fill] (3.9,-2.8) ellipse (0.40 and 0.5); %orelha \draw [color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(5.2,0.2) (5.4,0.5) (5.64,0.7) (5.85,0.1) (5.8,-0.4) (v3)}; %nariz \draw[color=#2, line width=#3pt,fill] (6.3,-3.4) .. controls (6.3,-3.7) and (6.76,-3.7) .. (6.73,-3.4) .. controls (6.6,-3.4) and (6.4,-3.4) .. (6.3,-3.4); \draw [color=#2, line width=#3pt](5.71,0.52) .. controls (5.5,0.3) and (5.4,0.2) .. (5.3,-0.1); \draw[color=#2, line width=#3pt] (5.1,-4.2) .. controls (5.3,-4.4) and (5.8,-4.81) .. (6.3,-4.9) .. controls (6.5,-4.9) and (6.72,-4.9) .. (6.8,-4.7) .. controls (6.7,-4.5) and (6.6,-4.4) .. (6,-4.1); \draw [color=#2, line width=#3pt] (5.94,-4.08) .. controls (6.3,-4.1) and (6.5,-4.1) .. (6.71,-3.75); \end{tikzpicture} } \newcommand{\fcHamster}[3] { \begin{tikzpicture}[scale = #1] \draw[color=#2, line width=#3pt](2,5.8) node (v2) {} .. controls (0.5,6.69) and (-1,6.75) .. (-2.7,6) node (v1) {}; \draw [color=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(v1) (-3.68,6.95) (-4.4,5.4) (-3.5,4.3) (-4.23,3.26) (-5.22,1.83) (-4.8,1.9) (-5.2,0.9) (-4.8,1.2)}; \draw [color=#2, line width=#3pt](-4.8,1.2) .. controls (-5,-0.3) and (-3,-1.25) .. (-1.5,-0.63) node (v4) {}; \draw[color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-3.11,-0.78) (-3.2,-1.1) (-4.4,-2.6) (-4.7,-4.2)}; \draw [color=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(-4.64,-3.65) (-5,-4.1) (-5.33,-4.64) (-5.1,-4.6) (-5.1,-5.1) (-5.1,-5.5) (-4.84,-5.2) (-4.7,-5.5) (-4.4,-5.5) (-4.5,-5)}; \draw [color=#2, line width=#3pt](-4.4,-5.5) .. controls (-3.6,-6.1) and (-2.6,-6.4) .. (-1,-7) .. controls (-0.36,-7.09) and (0.1,-6.77) .. (-0.01,-6.33) .. controls (-0.2,-6.1) and (-0.6,-6) .. (-1.42,-5.59); \draw [color=#2, line width=#3pt] (-2.5,-5.9) .. controls (0.08,-5.77) and (0.1,-1.67) .. (-3.4,-2.7); \draw [color=#2, line width=#3pt] (-0.93,-5.82) .. controls (1.78,-6.37) and (2.46,-4.4) .. (1.7,-2.5); \draw [color=#2, line width=#3pt] (0.8,-5.8) .. controls (1.57,-5.9) and (2.1,-6.41) .. (2.9,-6.5) .. controls (3.34,-6.66) and (3.54,-6.46) .. (3.5,-6) .. controls (3.4,-5.8) and (3.1,-5.6) .. (2.8,-5.3); \draw [color=#2, line width=#3pt] (1.6,-5.6) .. controls (4.2,-5.3) and (3.7,-3.5) .. (3,-2.5) .. controls (3.78,-2.73) and (4.57,-1.6) .. (4.1,-0.7) .. controls (3.98,-0.35) and (3.09,-0.14) .. (2.9,-1); \draw [color=#2, line width=#3pt] (3.7,-1) .. controls (3.3,-0.8) and (2.9,-0.9) .. (2.85,-1.12) .. controls (2.9,-1.33) and (3.1,-1.43) .. (3.3,-1.44); \draw [color=#2, line width=#3pt](3.32,-1.42) .. controls (2.5,-1.2) and (2.5,-1.7) .. (3.1,-2.1); \draw [color=#2, line width=#3pt] (2.92,-1.98) .. controls (2.6,-2) and (2.5,-2.3) .. (3,-2.5); \draw [color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(v2) (3.06,6.78) (3.28,5.23) (2.7,4.21) (3.71,2) (4.5,0.4) (4,0.8) (4,0.3) (3.65,-0.28)}; \draw[color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-3.49,4.2) (-3.19,4.9) (-3.8,5.9) (-3.8,6.84)}; \draw [color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(2.7,4.3) (2.4,4.9) (2.77,5.7) (2.9,6.8)}; \draw [color=#2, line width=#3pt](-2.5,-1.8) .. controls (-2.2,-3.2) and (0.7,-3.1) .. (1.46,-0.89); \draw[color=#2, line width=#3pt] (-0.7,-7.05) .. controls (-0.7,-6.8) and (-0.8,-6.6) .. (-1.1,-6.4); \draw[color=#2, line width=#3pt] (-0.2,-6.9) .. controls (-0.2,-6.6) and (-0.4,-6.4) .. (-0.7,-6.3); \draw[color=#2, line width=#3pt] (3,-6.5) .. controls (3,-6.3) and (2.9,-6.1) .. (2.7,-6); \draw[color=#2, line width=#3pt] (3.37,-6.48) .. controls (3.35,-6.2) and (3.34,-6) .. (3.1,-5.9); \draw[color=#2, line width=#3pt] (1.44,-0.92) .. controls (1.6,-0.3) and (1.3,-0.2) .. (0.93,-0.4); \draw[color=#2, line width=#3pt] (1.45,-0.82) node (v3) {} .. controls (2,-0.1) and (1.4,0.3) .. (0.86,-0.18); \draw[color=#2, line width=#3pt] (1.56,-0.03) .. controls (0.7,0.4) and (-0.3,-0.6) .. (-0.92,-0.92) node (v5) {}; \draw[color=#2, line width=#3pt] (0.6,-2.2) .. controls (1.4,-3) and (2.2,-2.3) .. (2.8,-1.9); \draw[color=#2, line width=#3pt] (0.9,-2.4) .. controls (1.5,-2.4) and (2.1,-2.1) .. (2.7,-1.6); \draw [color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(1.3,-1.3) (3.01,-0.02)(3.51,-0.38) (3.5,-0.39)}; \draw[color=#2, line width=#3pt] (1.4,0) .. controls (1.8,0.3) and (2.9,1.3) .. (3.27,0.28) .. controls (3.5,0.1) and (3.7,-0.1) .. (3.7,-0.44); \draw[color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(v3) (2.95,0.29) (2.57,0.62) (2.6,0.63)}; \draw [color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(v4) (-1.2,-0.8) (v5)}; %olho \draw [color=#2, line width=#3pt] (-1.2,2.7) node (v2) {} ellipse (0.5 and 0.5); \draw [color=#2, line width=#3pt] (1.4,2.8) node (v2) {} ellipse (0.5 and 0.5); \draw[color=#2, line width=#3pt, fill] (-1.2,2.7) ellipse (0.23 and 0.23); \draw [color=#2, line width=#3pt, fill] (1.5,2.8) ellipse (0.23 and 0.23); \draw [white, line width=#3pt,fill](-1.2,2.8) ellipse (0.1 and 0.1); \draw [white, line width=#3pt,fill](1.5,2.9) ellipse (0.1 and 0.1); \draw[color=#2, line width=#3pt] (-1.69,3.14) .. controls (-1.39,3.3) and (-1.59,3.25) .. (-1.17,3.35); \draw[color=#2, line width=#3pt] (1,3.35) .. controls (1.1,3.43) and (1.3,3.45) .. (1.5,3.43); %sobrancelha \draw[color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(1,4.5) (1,4.3)}; \draw[color=#2, line width=#3pt] (1,4.3) .. controls (1.4,4.3) and (1.7,4.2) .. (1.9,4) .. controls (1.93,4.39) and (1.4,4.54) .. (1,4.5); \draw[color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-0.7,4.2) (-0.69,4.39)}; \draw [color=#2, line width=#3pt](-0.69,4.4) .. controls (-1.2,4.51) and (-1.6,4.36) .. (-1.73,4.05) .. controls (-1.4,4.14) and (-1.1,4.33) .. (-0.7,4.2); \draw [color=#2, line width=#3pt, fill] (0.6,1.14) .. controls (1.44,1.29) and (1.64,1.89) .. (0.6,2.02) .. controls (-0.37,1.92) and (-0.4,1.3) .. (0.6,1.16) node (v6) {}; \draw [color=#2, line width=#3pt] (-0.2,1.1) .. controls (0,0.61) and (1,0.59) .. (1.2,1.1); \draw [color=#2, line width=#3pt] (0.16,0.77) .. controls (0.3,0.31) and (0.6,0.26) .. (0.8,0.76); \draw [color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(0.5,0.35) (0.5,0.55)}; \draw [color=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(0.5,0.7) (0.59,1.11)}; \end{tikzpicture} } \newcommand{\fcArmadilloA}[3] { \begin{tikzpicture}[scale = #1] \draw[color=#2, line width=#3pt] (3.89,-3.75) .. controls (9.95,-3.6) and (10.65,5) .. (2.5,5.15) .. controls (-5.35,4.95) and (-5.25,-3.95) .. (1.05,-3.62) .. controls (0.7,-3) and (-0.55,-0.5) .. (0.7,0.6) .. controls (0.5,1) and (0,1) .. (-0.6,1.3) .. controls (-1,1.5) and (-1.3,2) .. (-1.05,2.25) .. controls (-0.2,2.55) and (0.7,1.85) .. (1.05,0.85) .. controls (2,1.15) and (3,1.15) .. (4.1,0.8) .. controls (4.5,1.5) and (5.2,2.4) .. (6.25,2.2) .. controls (6.7,1.3) and (5,1.1) .. (4.5,0.6) .. controls (5.53,-0.7) and (4.97,-3.2) .. (2.7,-4.9) .. controls (2.2,-4.8) and (1.3,-4) .. (1.06,-3.62); \draw[color=#2, line width=#3pt] (-3.48,-0.22) .. controls (-5.43,-1.25) and (-7.6,-2.2) .. (-8.56,-3.65) .. controls (-8,-3.7) and (-4.7,-2.2) .. (-3.15,-1.4); \draw [color=#2, line width=#3pt] (-4.3,-0.7) .. controls (-4.3,-1) and (-4.1,-1.4) .. (-3.7,-1.7); \draw[color=#2, line width=#3pt] (-5,-1) .. controls (-4.9,-1.5) and (-4.8,-1.8) .. (-4.4,-2); \draw[color=#2, line width=#3pt] (-5.8,-1.5) .. controls (-5.7,-1.9) and (-5.5,-2.3) .. (-5.3,-2.4); \draw[color=#2, line width=#3pt] (-6.5,-1.9) .. controls (-6.4,-2.3) and (-6.3,-2.6) .. (-6.02,-2.78); \draw[color=#2, line width=#3pt] (-7.1,-2.27) .. controls (-7.03,-2.7) and (-6.97,-2.9) .. (-6.69,-3.08); \draw[color=#2, line width=#3pt] (-7.59,-2.65) .. controls (-7.6,-3) and (-7.5,-3.2) .. (-7.3,-3.3); \draw[color=#2, line width=#3pt] (-8.1,-3.1) .. controls (-8.1,-3.3) and (-8.1,-3.4) .. (-7.9,-3.5); \draw[color=#2, line width=#3pt,fill] (1.35,-1.12) ellipse (0.44 and 0.42); \draw[color=#2, line width=#3pt,fill] (3.9,-1.1) ellipse (0.44 and 0.42); \draw[white, line width=#3pt,fill] (1.2,-1.06) ellipse (0.12 and 0.121); \draw[white, line width=#3pt,fill] (4.03,-1.04) ellipse (0.12 and 0.121); \draw[color=#2, line width=#3pt,fill] (2.64,-3.91) ellipse (0.44 and 0.42); \draw [white, line width=#3pt,fill] (2.64,-3.8) ellipse (0.22 and 0.1); \draw[color=#2, line width=#3pt] (4.1,-5) .. controls (4.7,-3) and (6.5,-3) .. (7.2,-5) node (v1) {}; \draw[color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(v1) (6.9,-5.2) (6.21,-4.8) (5.6,-5.2) (5.01,-4.83) (4.34,-5.17)(4.1,-5)}; \draw[color=#2, line width=#3pt] (-1.9,-4.9) node (v3) {} .. controls (-1.6,-2.99) and (0.73,-3.18) .. (1.1,-5.1) node (v2) {}; \draw [color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(v2) (0.8,-5.2) (0.19,-4.8) (-0.34,-5.23) (-0.97,-4.8) (-1.67,-5.18) (v3)}; \end{tikzpicture} } \newcommand{\fcLadybird}[3] { \begin{tikzpicture}[scale = #1] \draw[color=#2, line width=#3pt] (3.25,2.9) .. controls (-5.35,5.65) and (-10.4,-4) .. (0.5,-4); \draw [color=#2, line width=#3pt] (3.25,2.85) .. controls (0.29,0.9) and (-0.2,-2.1) .. (0.5,-4); \draw[color=#2, line width=#3pt](3.25,2.82) node (v1) {} .. controls (7.5,0.9) and (5,-3.6) .. (0.5,-4); \draw[color=#2, line width=#3pt] (1.4,-1.2) .. controls (1.72,-3.02) and (2.8,-2.97) .. (3.4,-1.5); \draw[color=#2, line width=#3pt] (2,1.02) -- (2,0.7) ; \draw[color=#2, line width=#3pt] (3.8,1.1) -- (3.8,1.44); \draw [color=#2, line width=#3pt](-5.4,0.49) .. controls (-3.7,1.63) and (-0.6,2.64) .. (1.8,1.6); \draw [color=#2, line width=#3pt] (-5,-2.4) -- (-5.37,-2.85) ; \draw [color=#2, line width=#3pt] (-3.1,-3.5) -- (-3.4,-4); \draw [color=#2, line width=#3pt] (-0.8,-3.93) -- (-1,-4.8); \draw [color=#2, line width=#3pt](3.1,-3.3) -- (3.3,-3.7); \draw [color=#2, line width=#3pt](4,-2.7) -- (4.3,-3); \draw [color=#2, line width=#3pt] (4.58,-2.05) -- (4.94,-2.25); \draw [color=#2, line width=#3pt] (2.3,2.1) -- (1.6,3.8); \draw [color=#2, line width=#3pt] (-1,-5.1) ellipse (0.32 and 0.32); \draw [color=#2, line width=#3pt] (-3.51,-4.23) ellipse (0.32 and 0.32); \draw [color=#2, line width=#3pt] (-5.55,-3.12) ellipse (0.32 and 0.32); \draw [color=#2, line width=#3pt] (5.1,-2.4) ellipse (0.2 and 0.2); \draw [color=#2, line width=#3pt] (4.5,-3.2) ellipse (0.2 and 0.2); \draw [color=#2, line width=#3pt] (3.4,-3.9) ellipse (0.2 and 0.2); \draw [color=#2, line width=#3pt] (3.6,4.9) ellipse (0.5 and 0.5); \draw [color=#2, rotate=30, line width=#3pt] (3.4,3.1) ellipse (0.7 and 0.6); \draw[color=#2, line width=#3pt,fill] (0.8,2.8) ellipse (0.6 and 0.4); \draw[color=#2, line width=#3pt,fill] (-2.4,2.9) .. controls (-1.9,2.5) and (-1.3,2.6) .. (-0.9,3.3) .. controls (-1.4,3.2) and (-2,3) .. (-2.4,2.9); \draw [color=#2,rotate=30, line width=#3pt,fill] (-2.1,3.4) ellipse (0.3 and 0.2); \draw[color=#2, line width=#3pt,fill] (3.23,2.73) -- (3.5,4.38); \end{tikzpicture} } \newcommand{\fcRacoon}[3] { \begin{tikzpicture}[scale = #1] \draw[draw=#2, line width=#3pt] (-6.2,1.4) .. controls (-8.74,0.87) and (-6.9,-3.8) .. (-4.15,-4.78); \draw[draw=#2, line width=#3pt] (-3.66,-3.72) .. controls (-5.6,-7) and (-2.8,-7.1) .. (-2.17,-3.92); \draw[draw=#2, line width=#3pt] (-2.57,-5.2) .. controls (-0.7,-5.5) and (1.3,-5.6) .. (2.91,-5.4); \draw[draw=#2, line width=#3pt] (2.45,-4.22) .. controls (3.3,-7.1) and (5.4,-6.6) .. (3.92,-3.68); \draw[draw=#2, line width=#3pt] (4.39,-4.94) .. controls (8.2,-2.3) and (6,4.38) .. (-0.8,3.5); \draw[draw=#2, line width=#3pt] (-0.8,3) .. controls (-0.7,6) and (-2.82,6.12) .. (-3.43,3.5); \draw[draw=#2, line width=#3pt] (-3.26,3.9) .. controls (-5.2,3.71) and (-5.59,2.7) .. (-6.2,1.4) node (v1) {}; \draw[draw=#2, line width=#3pt] (6.22,-1.13) .. controls (10.7,2.9) and (4,9.6) .. (1.88,5.6) .. controls (1.5,4.3) and (2.6,3.5) .. (3.77,3.28) .. controls (4.4,3) and (5.1,2.3) .. (5.41,1.19); \draw[draw=#2, line width=#3pt] (2.6,3.7) .. controls (3.2,4.5) and (3.5,5.3) .. (3.8,6.8); \draw[draw=#2, line width=#3pt] (4,3.2) .. controls (4.6,4) and (4.9,4.8) .. (5.2,6.4); \draw[draw=#2, line width=#3pt] (4.7,2.5) .. controls (5.6,3.2) and (6.2,4.1) .. (6.6,5.1); \draw[draw=#2, line width=#3pt] (5.1,1.9) .. controls (6.1,2) and (6.9,2.3) .. (7.7,2.9); \draw[draw=#2, line width=#3pt] (5.4,1.47) .. controls (6,1.3) and (6.8,1.2) .. (7.7,1.2); \draw[draw=#2, line width=#3pt] (5.8,0.49) .. controls (6.3,0.23) and (6.8,0.06) .. (7.2,0); \draw[draw=#2, line width=#3pt] (-6.34,-3.08) .. controls (-5.99,-3.11) and (-5.53,-2.79) .. (-5.25,-2.32); \draw[draw=#2, line width=#3pt] (-5.61,-1.87) .. controls (-5.4,-2.3) and (-5.1,-2.4) .. (-4.65,-2.18); \draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-5.3,2.98) (-3.65,2.88) (-2.7,2.5) (-2.3,1.2) (-2.9,0.3)(-4.6,0.3) (v1)}; \draw[draw=#2, line width=#3pt] (-4.35,1.8) ellipse (0.8 and 0.8); \draw [draw=#2, line width=#3pt,fill] (-4.48,1.8) ellipse (0.3 and 0.3); \draw[draw=#2, line width=#3pt,fill] (-7.2,-0.1) ellipse (0.44 and 0.38); \end{tikzpicture} } \newcommand{\fcCactus}[3] { \begin{tikzpicture}[scale = #1] \draw[color=#2, line width=#3pt] (-1.7,-4.63) .. controls (-3.8,-2.4) and (-5.8,3.5) .. (-0.35,4.2) .. controls (4.8,3.7) and (2.8,-1.8) .. (1.14,-4.55); \draw[color=#2, line width=#3pt](-3.8,1.5) .. controls (-5.9,1.9) and (-7.1,3.9) .. (-5.9,5.3) node (v1) {} .. controls (-4.3,7.2) and (-1.8,5.2) .. (-1.8,3.84); \draw[color=#2, line width=#3pt] (2.02,3.25) .. controls (2.4,5.5) and (5.5,6.4) .. (6.53,4.3) .. controls (7.3,1.7) and (5.1,0) .. (2.8,-0.3); \draw[color=#2, line width=#3pt] (3.03,4.9) .. controls (2.06,6.9) and (4.38,7.4) .. (4.7,5.5); \draw[color=#2, line width=#3pt] (-2.3,-4.6) .. controls (-0.9,-4.7) and (0.2,-4.7) .. (1.7,-4.5) .. controls (1.5,-5.4) and (1.4,-6.3) .. (1,-7.1) .. controls (0.2,-7.2) and (-0.7,-7.2) .. (-1.7,-7) .. controls (-1.9,-6.3) and (-2,-5.5) ..(-2.3,-4.6); \draw[color=#2, line width=#3pt](-1.4,-4.6) .. controls (-1.3,-5.4) and (-1.2,-6.3) .. (-1.2,-7.1); \draw[color=#2, line width=#3pt] (-0.4,-4.7) .. controls (-0.3,-5.6) and (-0.3,-6.4) .. (-0.4,-7.2); \draw[color=#2, line width=#3pt] (0.9,-4.6) .. controls (0.8,-5.5) and (0.6,-6.4) .. (0.3,-7.2); \draw [color=#2, line width=#3pt,fill] (-1.98,-2.68) ellipse (0.2 and 0.22); \draw [color=#2, line width=#3pt,fill] (0.93,-2.57) ellipse (0.2 and 0.22); \draw[color=#2, line width=#3pt] (-0.8,-2.76) .. controls (-0.6,-3.18) and (-0.4,-3.24) .. (-0.1,-2.78); \draw[color=#2, line width=#3pt] (-2.6,-0.7) -- (-2.1,-0.9) node (v2) {} -- (-1.8,-0.5); \draw [color=#2, line width=#3pt] (-2.2,-0.5)--(-2.1,-0.9); \draw[color=#2, line width=#3pt] (-1.2,0.6) -- (-0.9,0.2) -- (-0.6,0.7); \draw[color=#2, line width=#3pt] (-3.2,1.7) -- (-2.7,1.4) -- (-2.4,2); \draw[color=#2, line width=#3pt](-0.8,2.9) -- (-0.4,2.5) -- (0,3); \draw[color=#2, line width=#3pt] (0.8,1.2) -- (1,0.5) -- (1.5,0.9); \draw [color=#2, line width=#3pt](-5.4,3.7) -- (-4.9,3.6) -- (-4.7,4.1); \draw [color=#2, line width=#3pt](-3.7,4.4) -- (-3.4,4.2) -- (-3.1,4.6); \draw[color=#2, line width=#3pt](3.8,1.6) -- (3.7,1.2) -- (4.2,1.1); \draw[color=#2, line width=#3pt] (3.3,4) -- (3.5,3.6) -- (4,3.8); \draw[color=#2, line width=#3pt] (5.5,3.9) -- (5.4,3.4) -- (5.9,3.3); \draw[color=#2, line width=#3pt] (-4.3,-0.1) -- (-3.8,-0.4) -- (-4,-1); \draw[color=#2, line width=#3pt] (-6.6,5.2) -- (-6.03,5.13) -- (-6.1,5.7); \draw[color=#2, line width=#3pt] (-3.6,6.3) -- (-3.4,5.86) -- (-2.9,6.2); \draw [color=#2, line width=#3pt](-0.6,4.7) -- (-0.3,4.2) -- (0.2,4.6); \draw [color=#2, line width=#3pt](3.7,7.2) -- (3.86,6.64)-- (4.3,6.97); \draw[color=#2, line width=#3pt] (1.1,4.3) -- (1.21,3.81) -- (1.7,4.1); \draw [color=#2, line width=#3pt] (7.1,4.2) -- (6.7,3.7)-- (7.3,3.3); \draw[color=#2, line width=#3pt] (3.3,-1) -- (2.6,-1.2) -- (2.7,-2); \draw[color=#2, line width=#3pt] (-6.4,5.6)--(-6.01,5.12); \draw[color=#2, line width=#3pt] (-3.3,6.3) --(-3.42,5.89); \draw[color=#2, line width=#3pt] (-5.1,4) -- (-4.9,3.6) ; \draw[color=#2, line width=#3pt](-2.9,1.9) --(-2.7,1.4); \draw [color=#2, line width=#3pt](-0.2,4.9) -- (-0.29,4.22) ; \draw [color=#2, line width=#3pt](1.2,1.2) -- (1,0.5); \draw [color=#2, line width=#3pt](3,-1.6) -- (2.6,-1.2); \draw[color=#2, line width=#3pt] (-3.5,4.6) -- (-3.4,4.2) ; \draw[color=#2, line width=#3pt](3.7,4) --(3.5,3.6); \draw [color=#2, line width=#3pt](5.71,3.61) --(5.4,3.4); \draw[color=#2, line width=#3pt](7.3,3.82) -- (6.7,3.7); \draw[color=#2, line width=#3pt] (-4.3,-0.6) --(-3.8,-0.4); \draw[color=#2, line width=#3pt] (-0.9,0.8) -- (-0.9,0.2); \draw [color=#2, line width=#3pt](1.4,4.3) -- (1.22,3.85); \draw[color=#2, line width=#3pt] (-0.41,3) -- (-0.4,2.5); \draw[color=#2, line width=#3pt] (4.1,7.2) -- (3.84,6.65); \draw[color=#2, line width=#3pt] (4.1,1.5) -- (3.7,1.2); \end{tikzpicture} } \newcommand{\fcCactusC}[3] { \begin{tikzpicture}[scale = #1] \draw[color=#2, line width=#3pt] (-2.2,-3.4) .. controls (-2.8,-3.3) and (-2.7,-1.7) .. (-2.7,-1.1) .. controls (-3,-0.9) and (-3.4,-0.6) .. (-3.9,-0.6) .. controls (-4.9,-0.5) and (-6,1.5) .. (-4.77,2.53) .. controls (-3.7,2.9) and (-3.5,2.3) .. (-3.3,1.6) .. controls (-3.1,1) and (-2.9,0) .. (-1.83,0.18) .. controls (-0.8,0.6) and (-1.5,2.4) .. (-1.65,3) .. controls (-1.8,3.8) and (-2,5.5) .. (-0.4,5.8) .. controls (0.8,5.9) and (1.5,4) .. (0.7,1.9) .. controls (-0.5,-0.3) and (0.6,-1.1) .. (3.12,3.34) .. controls (5.1,5.2) and (6.7,-0.5) .. (2.4,-0.89) .. controls (-0.1,-0.6) and (1.3,-2.5) .. (0.7,-3.1) .. controls (-0.1,-3.4) and (-1.4,-3.4) .. (-2.2,-3.4); \draw[color=#2, line width=#3pt] (-3.43,2.05) .. controls (-3.4,3.5) and (-2.7,3.9) .. (-1.7,3.1); \draw[color=#2, line width=#3pt] (-5.14,0.6) .. controls (-7.4,2.7) and (-6.7,4.4) .. (-5.1,3.9); \draw[color=#2, line width=#3pt] (-4.8,2.5) .. controls (-5.9,6.1) and (-3.4,6.2) .. (-2.9,3.4); \draw [color=#2, line width=#3pt](-3.5,4.9) .. controls (-3.4,6.4) and (-1.9,6.5) .. (-1.31,5.27); \draw [color=#2, line width=#3pt](0.05,5.7) .. controls (0.3,6.6) and (1.2,6.5) .. (1.36,5.86); \draw [color=#2, line width=#3pt] (0.95,4.5) .. controls (0.4,6.1) and (3.3,7.6) .. (3,3.1); \draw [color=#2, line width=#3pt] (2.9,4.7) .. controls (3.6,5.4) and (4.4,4.9) .. (4.1,3.7); \draw [color=#2, line width=#3pt](-1.2,-2.4) .. controls (-1,-2.7) and (-0.8,-2.7) .. (-0.59,-2.36); \draw [color=#2, line width=#3pt,fill] (0.08,-2.22) ellipse (0.2 and 0.2); \draw [color=#2, line width=#3pt,fill] (-1.97,-2.2) ellipse (0.2 and 0.2); \draw [color=#2, line width=#3pt](-2.7,-2.5) .. controls (-5.5,-4.4) and (3.4,-4.4) .. (0.88,-2.5); \draw [color=#2, line width=#3pt](-3.1,-3.5) .. controls (-3.3,-6.87) and (1.6,-6.49) .. (1.33,-3.29); \draw [color=#2, line width=#3pt] (-3.1,-3.8) .. controls (-4,-4.2) and (-3.8,-4.8) .. (-2.9,-4.8); \draw [color=#2, line width=#3pt] (-2,-5.67) .. controls (-2.2,-6.4) and (0.3,-6.4) .. (0.1,-5.65); \end{tikzpicture} } \newcommand{\fcFlowerG}[3] { \begin{tikzpicture}[scale = #1] \draw [color=#2, line width=#3pt] (-0.44,0.7) ellipse (3.5 and 3.7); \draw[color=#2, line width=#3pt] (-2.3,3.8) .. controls (-4.4,8.4) and (1.1,9.3) .. (0.4,4.2); \draw[color=#2, line width=#3pt] (-2.75,5.2) .. controls (-5.3,6.9) and (-7,4.1) .. (-3.7,1.9); \draw[color=#2, line width=#3pt] (-4.97,3.03) .. controls (-8.1,3.3) and (-7.7,0.2) .. (-5.09,-0.55); \draw[color=#2, line width=#3pt] (-3.8,-0.21) .. controls (-9,-1) and (-5.7,-6.1) .. (-2.7,-2.2); \draw[color=#2, line width=#3pt] (-3.7,-3.24) .. controls (-3.9,-5.7) and (-1.4,-6.6) .. (-0.2,-3); \draw[color=#2, line width=#3pt] (-0.5,-3.7) .. controls (0.5,-6.5) and (3.7,-5.2) .. (1.8,-2.2); \draw[color=#2, line width=#3pt] (2.4,-3.7) .. controls (4,-5.1) and (6.7,-3.3) .. (2.7,-0.9); \draw[color=#2, line width=#3pt] (4.1,-2) .. controls (6.7,-1.9) and (6.2,0.4) .. (4.87,0.85); \draw[color=#2, line width=#3pt] (3,0.2) .. controls (8.9,1.7) and (5.8,5) .. (3.5,3.46); \draw[color=#2, line width=#3pt] (2.6,2.4) .. controls (6.5,6.2) and (2.4,9.3) .. (0.46,5.2); \draw [color=#2, line width=#3pt] (-1.6,4.1) -- (-1.7,4.9); \draw[color=#2, line width=#3pt] (-0.9,4.3) -- (-1,5.3); \draw[color=#2, line width=#3pt] (-0.41,4.4) -- (-0.37,4.9); \draw [color=#2, line width=#3pt](1.4,3.9) -- (1.8,4.7); \draw[color=#2, line width=#3pt] (1.9,3.5) -- (2.4,4.1); \draw[color=#2, line width=#3pt] (2.9,1.6) -- (3.8,1.9); \draw[color=#2, line width=#3pt] (2.9,-0.3) -- (3.8,-0.6); \draw[color=#2, line width=#3pt] (2.4,-1.5) -- (3.1,-1.9); \draw[color=#2, line width=#3pt] (2.2,-1.8) -- (2.7,-2.5); \draw[color=#2, line width=#3pt] (0.8,-2.8) -- (1,-3.4); \draw[color=#2, line width=#3pt](-1.8,-3.4) -- (-1.7,-2.8); \draw[color=#2, line width=#3pt] (-2.5,-3) -- (-2.3,-2.5); \draw [color=#2, line width=#3pt](-3.9,-2.2) -- (-3.2,-1.7); \draw [color=#2, line width=#3pt](-4.5,-1.4) -- (-3.6,-1); \draw[color=#2, line width=#3pt] (-4.9,0.8) -- (-3.9,0.6); \draw[color=#2, line width=#3pt] (-4.6,1.4) -- (-3.9,1.1); \draw [color=#2, line width=#3pt](-3.6,3.7) -- (-3,3.2); \draw[color=#2, line width=#3pt] (-1.1,-3.4) -- (-1.1,-2.9); \draw[color=#2, line width=#3pt] (-1.1,-4.7) .. controls (-1,-6.1) and (-0.9,-7.4) .. (-0.53,-8.3); \draw [color=#2, line width=#3pt](-0.1,-4.49) .. controls (-0.2,-5.7) and (-0.1,-7.9) ..(-0.53,-8.3); \draw [color=#2, line width=#3pt](2.3,-4.6) .. controls (5.1,-5.4) and (2.8,-8) .. (-0.3,-7.8); \draw[color=#2, line width=#3pt] (-0.2,-6.5) .. controls (0.1,-6.2) and (0.4,-5.7) .. (0.8,-5.2); \draw[color=#2, line width=#3pt] (-0.2,-7.14) .. controls (0.4,-6.5) and (1.8,-5.9) .. (3.2,-5.1); \draw[color=#2, line width=#3pt] (2.1,-5.7) .. controls (2.1,-5.4) and (2.1,-5.2) .. (2.08,-4.86); \draw[color=#2, line width=#3pt] (1.7,-7.5) .. controls (1.2,-7.3) and (0.9,-7.1) .. (0.4,-6.6); \draw[color=#2, line width=#3pt] (1.4,-6.1) .. controls (1.8,-6.4) and (2.4,-6.6) .. (3.12,-6.7); \draw[color=#2, line width=#3pt] (0.98,-6.31) .. controls (0.9,-5.9) and (0.9,-5.6) .. (0.89,-5.22); \draw [color=#2, line width=#3pt](-1,-6.3) .. controls (-1.3,-5.8) and (-1.5,-5.6) .. (-1.94,-5.36); \draw[color=#2, line width=#3pt] (-3.6,-4.4) .. controls (-6.2,-5.1) and (-3.7,-8.5) .. (-0.7,-7.7); \draw[color=#2, line width=#3pt] (-0.9,-7.2) .. controls (-2.4,-6.5) and (-3.4,-6) .. (-4.5,-4.9); \draw[color=#2, line width=#3pt] (-2.68,-6.28) .. controls (-2.8,-5.8) and (-2.9,-5.6) .. (-2.82,-5.3); \draw[color=#2, line width=#3pt] (-3.3,-7.4) .. controls (-2.8,-7.2) and (-2.4,-7) .. (-1.8,-6.8); \draw [color=#2, line width=#3pt](-4.5,-6.3) .. controls (-4,-6.21) and (-3.6,-6.2) .. (-3.13,-6.05); \draw[color=#2, line width=#3pt] (-1.9,-6.7) .. controls (-1.7,-6.3) and (-1.6,-6.1) .. (-1.6,-5.58); \draw[color=#2, line width=#3pt,fill] (1.4,1.82) ellipse (0.2 and 0.27); \draw[color=#2, line width=#3pt,fill] (-2.26,1.86) ellipse (0.2 and 0.27); \draw[color=#2, line width=#3pt] (-1.3,1.5) .. controls (-1,0.54) and (0.1,0.61) .. (0.3,1.5); \end{tikzpicture} } \newcommand{\fcFlowerH}[3] { \begin{tikzpicture}[scale = #1] \draw[color=#2, line width=#3pt] (2.5,-3) .. controls (-1.5,0.5) and (-4.5,0) .. (-8,-3.5) .. controls (-5,-6.5) and (1.5,-7) .. (2.5,-3); \draw[color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-2.4,-0.6) (-2.8,0.6) (-3.5,2.2)}; \draw[color=#2, line width=#3pt] (-3.5,2.2) .. controls (-4.9,1.7) and (-5.3,2.7) .. (-3.22,3.44) .. controls (-3.6,4.5) and (-3,5.1) .. (-1.91,4.66) node (v2) {} .. controls (-1.7,5.2) and (-1.1,5.5) .. (-0.4,5.5) .. controls (-0.2,6) and (0.5,6) .. (1,5.36) node (v1) {} .. controls (1.4,6.7) and (2.4,6.4) .. (2,4.8) .. controls (2.5,3.2) and (7.1,-0.7) .. (2.4,-2.8); \draw [color=#2, line width=#3pt](3.7,2.2) .. controls (5,3.6) and (6.4,4.1) .. (8.14,4.1) .. controls (8.6,1.1) and (7.4,-2.3) .. (2.43,-3.1); \draw[color=#2, line width=#3pt] (2.4,-3) .. controls (0.5,-3.9) and (-2.6,-4) .. (-3.1,-3.55) .. controls (-3.9,-3.2) and (-5.3,-3) .. (-6.5,-3.4); \draw[color=#2, line width=#3pt] (0.1,-3.7) .. controls (-0.5,-3.3) and (-0.8,-3) .. (-1.1,-2.5); \draw[color=#2, line width=#3pt] (-1.9,-3.8) .. controls (-2.5,-3.5) and (-3,-3) .. (-3.3,-2.5); \draw[color=#2, line width=#3pt] (0.52,-3.6) .. controls (0,-4.1) and (-0.6,-4.6) .. (-1,-5.2); \draw[color=#2, line width=#3pt] (-1.2,-3.8) .. controls (-1.9,-4.2) and (-2.4,-4.6) .. (-2.8,-5.2); \draw[color=#2, line width=#3pt] (-3.1,-3.6) .. controls (-3.9,-3.7) and (-4.5,-3.9) .. (-5,-4.3); \draw [color=#2, line width=#3pt](-4.93,-3.15) .. controls (-5.2,-2.9) and (-5.4,-2.8) .. (-5.6,-2.6); \draw[color=#2, line width=#3pt] (2.4,-2.69) node (v3) {} .. controls (2.8,0.7) and (0.7,3.1) .. (-3.26,3.31); \draw[color=#2, line width=#3pt] (-2.03,3.14) .. controls (-2.8,2.9) and (-3.2,2.8) .. (-3.6,2.1); \draw[color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(0.21,2.28) (0.3,3.2) (0.6,3.8) (0.6,4.62) (v1)}; \draw[color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-2.3,3.16) (-2.2,3.6) (-1.4,4.2) (-0.5,4.1) (0.6,4.4)}; \draw[color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-0.2,4.1) (-0.5,4.4) (-0.7,4.6) (-0.3,4.9) (0.1,5.8)}; \draw [color=#2, line width=#3pt](-0.7,4.6) .. controls (-1,4.8) and (-1.3,4.9) .. (-1.7,4.8); \draw [color=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(4.4,0.4) (5.9,1.5) (6.9,2.4) (7.2,3.2)}; \draw[color=#2, line width=#3pt] (5.1,0.9) .. controls (5.5,1.5) and (5.7,2) .. (5.73,2.5); \draw[color=#2, line width=#3pt] (4.5,0.5) .. controls (5.02,0.65) and (5.5,0.56) .. (6,0.4); \draw[color=#2, line width=#3pt](6.4,1.9) .. controls (6.7,2) and (6.9,2.1) .. (7.32,2.1); \draw [color=#2, line width=#3pt,fill](0.7,-1.5) .. controls (0.3,-0.9) and (0.1,-0.6) .. (-0.1,-0.2) .. controls (0.6,-1) and (1.9,-1.6) .. (2.29,-2.68); \draw[color=#2, line width=#3pt,fill] (2.5,-2) .. controls (2.7,-0.6) and (3.64,0) .. (3.6,0.9) .. controls (3.8,0.3) and (3.9,-1.2) .. (2.46,-2.68); \draw[color=#2, line width=#3pt,fill] (4.4,-0.9) .. controls (4.7,-0.8) and (4.9,-0.7) .. (5.23,-0.19) .. controls (5.2,-1) and (4.9,-1.5) .. (3.85,-1.93); \end{tikzpicture} } \newcommand{\fcFlowerI}[3] { \begin{tikzpicture}[scale = #1] \draw[color=#2, line width=#3pt](-0.05,-0.05) ellipse (3.5 and 3.5); \draw[color=#2, line width=#3pt] (1.1,3.2) .. controls (1.8,4.2) and (3.3,6.1) .. (4.6,5) .. controls (5.7,4) and (4.5,2.4) .. (3.2,1.1); \draw [color=#2, line width=#3pt](3.63,1.54) .. controls (5.5,1.6) and (6.9,1.3) .. (6.84,0.2) .. controls (6.82,-1.3) and (5.1,-1.8) .. (3.2,-1.4); \draw[color=#2, line width=#3pt] (3.5,-1.47) .. controls (4.6,-2.5) and (5.3,-3.6) .. (5,-4.4) .. controls (4.2,-6.2) and (1.8,-5.1) .. (1.1,-3.4); \draw[color=#2, line width=#3pt] (1.4,-4) .. controls (1.4,-6.1) and (0.4,-7.1) .. (-0.5,-7) .. controls (-1.4,-7) and (-2.6,-4.9) .. (-1.4,-3.3); \draw[color=#2, line width=#3pt] (-1.8,-4.2) .. controls (-3,-5.7) and (-4.8,-5.4) .. (-5.3,-4.8) .. controls (-5.9,-4.1) and (-5.6,-2.1) .. (-3.4,-1.2); \draw[color=#2, line width=#3pt] (-4.4,-1.8) .. controls (-6,-1.7) and (-7.3,-1.1) .. (-7.17,0.1) .. controls (-6.8,1.7) and (-5.7,2) .. (-4,1.6); \draw[color=#2, line width=#3pt] (-3.3,1.1) .. controls (-4.7,2.1) and (-6.2,3.4) .. (-5.4,4.6) .. controls (-3.81,6.44) and (-2.5,4.8) .. (-1.3,3.1); \draw[color=#2, line width=#3pt] (-1.85,3.9) .. controls (-2,5.6) and (-1.7,7) .. (-0.4,7).. controls (1,7) and (1.5,5.8) .. (1.5,3.71); \draw[color=#2, line width=#3pt] (-1.8,0.9) .. controls (-1.67,1.82) and (-0.9,1.8) .. (-0.8,0.9); \draw[color=#2, line width=#3pt] (0.6,0.9) .. controls (0.6,1.7) and (1.45,1.78) .. (1.6,0.9); \draw[color=#2, line width=#3pt] (-1.7,-0.3) .. controls (-1,-2.1) and (1.1,-2.1) .. (1.6,-0.2); \end{tikzpicture} } \newcommand{\fcFlowerJ}[3] { \begin{tikzpicture}[scale = #1] \draw [color=#2, line width=#3pt](-0.1,-6.7) .. controls (-5.33,-7.52) and (-7.85,-1) .. (-7.45,3.2) .. controls (-2.6,2.3) and (3.3,-1.46) .. (-0.1,-6.7)(-5.33,-7.52); \draw [color=#2, line width=#3pt](-5.89,2.74) .. controls (-5.93,4.2) and (-5.64,5.5) .. (-5.2,6.2); \draw[color=#2, line width=#3pt] (-5.2,6.2) .. controls (-3.8,5.4) and (-2.4,4.2) .. (-1.88,3.54); \draw[color=#2, line width=#3pt] (-2.9,1.5) .. controls (-2.7,2.7) and (-1.5,4) .. (-0.8,4.7); \draw[color=#2, line width=#3pt] (-0.8,4.6) .. controls (0.35,3.85) and (1.24,2.59) .. (1.5,1.7); \draw[color=#2, line width=#3pt] (0.5,3.4) .. controls (1.3,4.6) and (2.8,5.5) .. (3.9,6.3); \draw[color=#2, line width=#3pt] (3.9,6.3) .. controls (4.5,5.2) and (4.7,3.6) .. (4.63,2.86); \draw[color=#2, line width=#3pt] (-0.9,0.1) .. controls (0.9,1.6) and (3.9,2.8) .. (5.73,3.22) .. controls (5.8,-1.3) and (3.3,-6.1) .. (-0.1,-6.7); \draw[color=#2, line width=#3pt] (0.3,-5.9) .. controls (3.3,-4.5) and (4.9,-1.3) .. (5.7,1.9); \draw[color=#2, line width=#3pt] (0.8,-4.8) .. controls (2.3,-3.5) and (4.5,-0.4) .. (5.7,2.5); \draw[color=#2, line width=#3pt] (0.4,-1.6) .. controls (1.1,-0.3) and (3.4,1.9) .. (5.1,3.06); \draw[color=#2, line width=#3pt] (-0.3,-0.5) .. controls (0.4,0.3) and (2,1.5) .. (3.8,2.64); \draw[color=#2, line width=#3pt] (-0.4,-6.7) .. controls (-3,-6.7) and (-6.7,-2.6) .. (-7.5,2.4); \draw[color=#2, line width=#3pt] (-0.1,-6.71) .. controls (-1.7,-5.9) and (-5.6,-1.9) .. (-7.5,2.8); \draw[color=#2, line width=#3pt] (0,-6.7) .. controls (-0.8,-3.3) and (-3.1,0.6) .. (-6.93,3.06); \draw[color=#2, line width=#3pt] (-0.15,-6.72) .. controls (0.9,-3.7) and (-0.9,0) .. (-5.34,2.66); \draw[color=#2, line width=#3pt] (-5.6,2.67) .. controls (-5.7,3.5) and (-5.6,4.3) .. (-5.4,5.7); \draw[color=#2, line width=#3pt] (-4.8,2.4) .. controls (-5.2,3.2) and (-5.2,4.4) .. (-5.1,6.1); \draw[color=#2, line width=#3pt] (-4.7,5.9) .. controls (-3.9,4.9) and (-3.2,3.6) .. (-2.58,2.34); \draw[color=#2, line width=#3pt] (-3.6,5.1) .. controls (-3.1,4.5) and (-2.5,3.8) .. (-2.1,3.1); \draw[color=#2, line width=#3pt] (-2.4,1.2) .. controls (-2.3,2.2) and (-1.7,3.2) .. (-1.22,4.3); \draw [color=#2, line width=#3pt] (-1.8,0.9) .. controls (-1.8,2) and (-1.3,3.2) .. (-0.8,4.6); \draw[color=#2, line width=#3pt] (-0.8,4.6) .. controls (-0.2,3.4) and (0.1,2) .. (0.1,0.8); \draw[color=#2, line width=#3pt] (-0.36,4.25) .. controls (0.2,3.2) and (0.6,2.2) .. (0.8,1.3); \draw[color=#2, line width=#3pt] (0.77,3.09) .. controls (0.9,3.6) and (1.49,4.18) .. (2.45,5.27); \draw[color=#2, line width=#3pt] (1.2,2.4) .. controls (1.6,3.3) and (2.4,4.5) .. (3.5,6); \draw[color=#2, line width=#3pt] (3.8,2.6) .. controls (4.1,3.3) and (4.1,4.6) .. (4.1,5.8); \draw[color=#2, line width=#3pt] (4.28,2.81) .. controls (4.4,3.6) and (4.4,4.4) .. (4.3,5.3); \draw[color=#2, line width=#3pt] (-2,3.7) .. controls (-2,4.4) and (-2.4,5) .. (-2.7,5.3); \draw[color=#2, line width=#3pt] (-1.4,4.07) .. controls (-1.4,4.7) and (-1.5,5.5) .. (-1.9,6.1); \draw[color=#2, line width=#3pt] (-1,4.4) .. controls (-1.2,5) and (-1.2,5.5) .. (-1,6); \draw[color=#2, line width=#3pt] (0,4) .. controls (0.3,4.5) and (0.3,5.2) .. (0.1,5.6); \draw[color=#2, line width=#3pt] (0.4,3.6) .. controls (0.5,4.4) and (0.8,4.9) .. (1.3,5.2); \draw [color=#2, line width=#3pt,fill] (1.58,5.4) ellipse (0.3 and 0.3); \draw [color=#2, line width=#3pt,fill] (0.12,5.92) ellipse (0.3 and 0.3); \draw [color=#2, line width=#3pt,fill] (-0.94,6.31) ellipse (0.3 and 0.3); \draw [color=#2, line width=#3pt,fill] (-2.1,6.4) ellipse (0.3 and 0.3); \draw [color=#2, line width=#3pt,fill] (-2.85,5.5) ellipse (0.3 and 0.3); \end{tikzpicture} } \newcommand{\fcFlowerK}[3] { \begin{tikzpicture}[scale = #1] \draw [color=#2, line width=#3pt] (-0.1,2.33) ellipse (2 and 2); \draw[color=#2, line width=#3pt] (-0.3,4.3) .. controls (-0.5,5.5) and (-1.1,7.6) .. (-2.08,7.15) .. controls (-2.8,6.83) and (-2,5.1) .. (-1.2,3.9); \draw[color=#2, line width=#3pt] (-1.8,4.9) .. controls (-2.4,5.5) and (-3.2,6.8) .. (-3.8,6.1).. controls (-4.4,5.3) and (-3.1,4.4) .. (-1.7,3.4); \draw[color=#2, line width=#3pt] (-2.68,4.12) .. controls (-3.7,4.5) and (-5.03,4.7) .. (-5,4.2) .. controls (-5.08,3.5) and (-3.7,3) .. (-2,2.7); \draw[color=#2, line width=#3pt] (-3.4,3) .. controls (-4.3,2.8) and (-5.4,2.8) .. (-5.4,2.2) .. controls (-5.4,1.6) and (-3.6,1.6) .. (-2,2); \draw[color=#2, line width=#3pt] (-2.9,1.8) .. controls (-4,1.4) and (-5.2,0.7) .. (-5,0.2) .. controls (-4.9,-0.3) and (-2.8,0.4) .. (-1.7,1.2); \draw[color=#2, line width=#3pt] (-2.56,0.69) .. controls (-3.5,-0.1) and (-4,-1.1) .. (-3.8,-1.5) .. controls (-3.3,-1.7) and (-2,-0.7) .. (-1.2,0.6); \draw[color=#2, line width=#3pt] (-1.8,-0.2) .. controls (-2.2,-1.3) and (-2.48,-2.39) .. (-2.08,-2.59) .. controls (-1.7,-2.9) and (-0.6,-0.6) .. (-0.5,0.4); \draw[color=#2, line width=#3pt](-0.67,-0.4) .. controls (-0.7,-1.7) and (-0.4,-3.1) .. (0,-3) .. controls (0.3,-3.1) and (0.6,-1.1) .. (0.3,0.3); \draw[color=#2, line width=#3pt] (0.42,-0.7) .. controls (0.7,-1.5) and (1.4,-2.9) .. (2,-2.7) .. controls (2.4,-2.5) and (1.9,-0.6) .. (1,0.7); \draw[color=#2, line width=#3pt] (1.52,-0.2) .. controls (2.2,-1.1) and (3.4,-1.8) .. (3.8,-1.5) .. controls (4,-1.1) and (2.9,0.32) .. (1.52,1.16); \draw[color=#2, line width=#3pt] (2.3,0.6) .. controls (3.3,0.1) and (4.7,-0.1) .. (4.9,0.3) .. controls (5,0.8) and (3.6,1.62) .. (1.9,1.8); \draw[color=#2, line width=#3pt] (2.8,1.66) .. controls (4.1,1.6) and (5.3,1.8) .. (5.3,2.3) .. controls (5.3,2.8) and (3.3,3.03) .. (1.9,2.6); \draw[color=#2, line width=#3pt] (2.7,2.77) .. controls (3.8,3.1) and (5.1,4.1) .. (4.9,4.4) .. controls (4.7,4.7) and (3.1,4.5) .. (1.6,3.3); \draw [color=#2, line width=#3pt](2.56,3.93) .. controls (3.4,4.7) and (4,5.9) .. (3.7,6.1) .. controls (3.4,6.4) and (1.73,5.2) .. (1.1,3.9); \draw[color=#2, line width=#3pt] (1.64,4.71) .. controls (2.1,5.7) and (2.4,7.1) .. (2,7.2) .. controls (1.52,7.3) and (0.53,5.8) .. (0.5,4.2); \draw[color=#2, line width=#3pt] (0.7,5.4) .. controls (0.7,6.5) and (0.48,7.6) .. (-0.1,7.6) .. controls (-0.58,7.5) and (-0.7,6.4) .. (-0.6,5.6); \draw[color=#2, line width=#3pt] (-0.33,-2.7) -- (-0.3,-5.3) -- (-0.3,-7.6) -- (0.3,-7.63) -- (0.3,-5.3) -- (0.25,-2.7); \draw[color=#2, line width=#3pt] (-1.5,2.5) .. controls (-0.8,0.9) and (0.83,0.94) .. (1.2,2.5); \draw [color=#2, line width=#3pt,fill] (-0.6,2.8) ellipse (0.1 and 0.2); \draw [color=#2, line width=#3pt,fill] (0.47,2.82) ellipse (0.1 and 0.2); \draw[color=#2, line width=#3pt] (0.7,-6.9) .. controls (1.6,-7.3) and (3.7,-5.2) .. (3.8,-4.1) .. controls (2.3,-4.5) and (0.3,-5.8) .. (0.7,-6.9); \draw [color=#2, line width=#3pt](-0.7,-5.1) .. controls (-0.7,-4.1) and (-2.7,-2.5) .. (-3.8,-2.3) .. controls (-3.5,-3.6) and (-1.1,-5.5) .. (-0.7,-5.1); \end{tikzpicture} } \newcommand{\fcFlowerL}[3] { \begin{tikzpicture}[scale = #1] \draw[color=#2, line width=#3pt] (-1.3,-6.14) -- (-1.3,-6.7) -- (0.54,-6.75) -- (0.59,-6.2); \draw[color=#2, line width=#3pt] (-1.6,-5.01) -- (-1.6,-6.1) -- (0.9,-6.2) -- (1.1,-5.04); \draw[color=#2, line width=#3pt] (-1.86,-3.88) .. controls (-2.7,-5.8) and (2,-6) .. (1.48,-3.93); \draw[color=#2, line width=#3pt] (-1.47,-3.1) .. controls (-3.5,-4.8) and (2.9,-5) .. (1.23,-3.2); \draw[color=#2, line width=#3pt] (-1.5,-3.7) -- (1.2,-3.8); \draw[color=#2, line width=#3pt] (-1.5,-3.75) .. controls (-1.4,-3.1) and (-1.4,-2.7) .. (-1.8,-2) .. controls (-3.1,-1.4) and (-3.9,0.2) .. (-4.1,1.7) .. controls (-3.2,1.4) and (-2,0.8) .. (-1.24,-0.94) .. controls (-2,1.5) and (-2.1,3.5) .. (-1.7,4.9) .. controls (-0.6,3.6) and (-0.3,1.6) .. (-0.2,-0.5) .. controls (-0.1,3) and (1.2,4) .. (2.5,5.3) .. controls (3,3.3) and (2.5,0.8) .. (1.4,-0.9) .. controls (3.2,2.1) and (4.4,2.5) .. (5.3,2.9).. controls (5.5,0.6) and (3.9,-1.2) .. (1.9,-2.1) .. controls (1.4,-2.2) and (1.2,-2.8) .. (1.2,-3.85); \draw[color=#2, line width=#3pt] (-3.2,1.28) .. controls (-3.9,2.3) and (-4.3,3.3) .. (-4.2,4.5) .. controls (-3.2,4.2) and (-2.4,3.5) .. (-1.9,2.6); \draw[color=#2, line width=#3pt] (-0.9,3.6) .. controls (-1.1,4.8) and (-0.7,6) .. (-0.2,6.8).. controls (0.6,5.9) and (1,4.7) .. (0.96,3.6); \draw[color=#2, line width=#3pt] (2.7,3) .. controls (3.3,3.7) and (3.9,4.2) .. (4.6,4.6) .. controls (4.9,3.6) and (4.7,3) .. (4.22,2.36); \draw[color=#2, line width=#3pt] (-4,1.6) .. controls (-3.4,0.7) and (-2.5,-0.5) .. (-1.6,-1.4); \draw[color=#2, line width=#3pt] (-4.1,4.4) .. controls (-3.8,3.5) and (-2.8,2.2) .. (-2.1,1); \draw[color=#2, line width=#3pt] (-0.2,6.7) .. controls (-0.1,5.2) and (0,3.9) .. (-0.2,2.9); \draw[color=#2, line width=#3pt] (-1.7,4.7) .. controls (-1.3,3.3) and (-1,2) .. (-0.8,0.7); \draw[color=#2, line width=#3pt] (0.6,-0.7) .. controls (0.6,0.2) and (1.2,2.2) .. (2.41,5.17); \draw[color=#2, line width=#3pt] (2.4,1.4) .. controls (3,1.7) and (3.7,3) .. (4.5,4.5); \draw[color=#2, line width=#3pt] (1.7,-1.3) .. controls (3.1,-0.2) and (4.4,1) .. (5.3,2.7); \draw[color=#2, line width=#3pt] (-0.4,-2.3) .. controls (-0.2,-2.7) and (0.1,-2.7) .. (0.3,-2.3); \draw [color=#2, line width=#3pt,fill](-1.1,-2.2) ellipse (0.13 and 0.15); \draw [color=#2, line width=#3pt,fill](0.9,-2.22) ellipse (0.13 and 0.15); \end{tikzpicture} } \newcommand{\fcFlowerM}[3] { \begin{tikzpicture}[scale = #1] \draw[color=#2, line width=#3pt] (-1.4,-6.3) .. controls (-1.34,-6.5) and (-1.34,-6.7) .. (-1.44,-6.8) .. controls (-1.1,-7.1) and (0.1,-7.1) .. (0.5,-6.8) .. controls (0.41,-6.64) and (0.38,-6.5) .. (0.4,-6.3); \draw[color=#2, line width=#3pt] (-1.39,-6.6) .. controls (-0.9,-6.8) and (-0.1,-6.8) .. (0.4,-6.6); \draw[color=#2, line width=#3pt] (-1.59,0.55) .. controls (-1.7,0.3) and (-1.8,0.1) .. (-1.8,-0.3) .. controls (-1.9,-0.7) and (-2.1,-1.2) .. (-2.4,-1.5).. controls (-4.3,-2.6) and (-3.5,-6.1) .. (-1.4,-6.3).. controls (2.5,-6.8) and (2.9,-4.1) .. (2.3,-2.9); \draw[color=#2, line width=#3pt] (2.3,-2.9) .. controls (2.2,-2.3) and (1.7,-1.6) .. (1.1,-1.1) .. controls (0.95,-0.8) and (0.8,-0.3) .. (0.6,0.55); \draw[color=#2, line width=#3pt] (-2.24,-6) .. controls (-0.3,-6.3) and (1.8,-5.3) .. (2.5,-3.6); \draw[color=#2, line width=#3pt] (-3.26,-4.7) .. controls (-1.1,-5.8) and (1.7,-4.6) .. (2.15,-2.48); \draw[color=#2, line width=#3pt] (1.7,-1.7) .. controls (1.2,-3.8) and (-1.7,-4.7) .. (-3.5,-3.4); \draw[color=#2, line width=#3pt] (-3,-2.1) .. controls (-2.3,-3.1) and (0.6,-2.6) .. (1.1,-1.1); \draw[color=#2, line width=#3pt] (-2.3,-1.4) .. controls (-1.2,-1.9) and (0.5,-1.4) .. (0.87,-0.43); \draw[color=#2, line width=#3pt] (-1.78,-0.02) .. controls (-1.2,-0.3) and (0.1,-0.3) .. (0.7,0); \draw[color=#2, line width=#3pt] (-1.68,0.3) .. controls (-1.2,0.1) and (0.1,0.1) .. (0.65,0.3); \draw[color=#2, line width=#3pt] (-1.8,0.6) .. controls (-1,0.4) and (0,0.4) .. (0.8,0.6) .. controls (0.88,1.1) and (1.01,1.5) .. (1.2,2.1).. controls (0.7,1.7) and (-1.5,1.8) .. (-2.3,2.2) .. controls (-2.1,1.6) and (-1.9,1.2) .. (-1.8,0.6); \draw[color=#2, line width=#3pt] (-2.16,1.79) .. controls (-1.3,1.6) and (0,1.6) .. (1.1,1.8); \draw[color=#2, line width=#3pt] (-1.9,1) .. controls (-1.5,0.6) and (-0.4,0.5) .. (0.9,1.77); \draw[color=#2, line width=#3pt] (-2.35,2.2) .. controls (-1.8,2.6) and (-0.9,2.6) .. (-0.4,2.6); \draw [color=#2, line width=#3pt](-0.7,1.9) .. controls (-0.5,2.2) and (-0.3,2.9) .. (-0.1,3.3); \draw[color=#2, line width=#3pt] (-0.4,1.8) .. controls (-0.3,2.3) and (-0.1,3) .. (0.1,3.3); \draw [color=#2, line width=#3pt](-0.19,2.6) .. controls (0.6,2.6) and (1.3,2.4) .. (1.2,2.1); \draw [color=#2, line width=#3pt](0.6,4.9) .. controls (0.2,5.1) and (0.2,5.7) .. (0.5,6.2) .. controls (0.7,5.9) and (0.9,5.3) .. (0.6,4.9); \draw[color=#2, line width=#3pt] (0.75,5.4) .. controls (1,5.8) and (1.4,6.1) .. (1.7,6.1) .. controls (1.63,5.7) and (1.43,5.3) .. (0.69,4.98); \draw[color=#2, line width=#3pt] (1.18,5.24) .. controls (1.6,5.3) and (1.9,5.3) .. (2.08,5.27) .. controls (1.9,5) and (1.4,4.7) .. (0.67,4.9); \draw[color=#2, line width=#3pt] (1.3,4.8) .. controls (1.5,4.5) and (1.7,4.2) .. (1.78,3.85); \draw [color=#2, line width=#3pt](1.8,3.9) .. controls (1.5,3.9) and (1,4.2) .. (0.89,4.8); \draw[color=#2, line width=#3pt] (0.98,4.46) .. controls (0.9,4.2) and (0.8,3.9) .. (0.7,3.6) .. controls (0.5,4) and (0.4,4.4) .. (0.6,4.9); \draw[color=#2, line width=#3pt] (0.4,5.9) .. controls (0.2,6.1) and (0.1,6.3) .. (-0.2,6.5) .. controls (-0.26,6.1) and (-0.2,5.9) .. (-0.2,5.7); \draw[color=#2, line width=#3pt] (0.3,5.4) .. controls (0,5.6) and (-0.3,5.8) .. (-0.7,5.8).. controls (-0.6,5.5) and (-0.3,5.1) .. (0.54,4.87); \draw[color=#2, line width=#3pt] (0,5.06) .. controls (-0.4,5.1) and (-0.7,4.9) .. (-0.95,4.75).. controls (-0.6,4.6) and (0,4.4) .. (0.6,4.8); \draw[color=#2, line width=#3pt] (-0.09,4.53) .. controls (-0.3,4.1) and (-0.3,3.9) .. (-0.3,3.5) .. controls (0,3.6) and (0.3,3.8) .. (0.48,4.2); \draw[color=#2, line width=#3pt] (0.1,6.2) .. controls (0.12,6.5) and (0.22,6.7) .. (0.4,6.9).. controls (0.6,6.7) and (0.7,6.4) .. (0.65,5.88); \draw [color=#2, line width=#3pt](0.65,6.34) .. controls (0.8,6.5) and (0.9,6.6) .. (1.1,6.8) .. controls (1.2,6.4) and (1.2,6.1) .. (1.1,5.8); \draw[color=#2, line width=#3pt] (1.15,6.2) .. controls (1.4,6.35) and (1.7,6.4) .. (2,6.4) .. controls (2,6.1) and (1.9,5.9) .. (1.54,5.66); \draw[color=#2, line width=#3pt] (1.74,5.8) .. controls (2,5.8) and (2.2,5.8) .. (2.3,5.8) .. controls (2.2,5.6) and (2.1,5.5) .. (1.9,5.3); \draw[color=#2, line width=#3pt](2.1,5.5) .. controls (2.4,5.4) and (2.5,5.3) .. (2.7,5.2) .. controls (2.5,5) and (2.4,4.9) .. (2.1,4.8); \draw[color=#2, line width=#3pt] (1.69,4.95) .. controls (2,4.9) and (2.4,4.6) .. (2.5,4.5) .. controls (2.3,4.4) and (2,4.3) .. (1.6,4.3); \draw[color=#2, line width=#3pt] (-0.2,6.1) .. controls (-0.5,6.3) and (-0.8,6.2) .. (-1.1,6.1).. controls (-1.1,5.8) and (-1,5.6) .. (-0.9,5.4); \draw[color=#2, line width=#3pt] (-0.42,5.33) .. controls (-0.7,5.4) and (-1.1,5.4) .. (-1.3,5.3) .. controls (-1.1,5.1) and (-0.9,5) .. (-0.64,4.9); \draw[color=#2, line width=#3pt] (-1,5.05) .. controls (-1.3,4.9) and (-1.4,4.7) .. (-1.5,4.6) .. controls (-1.4,4.5) and (-1.2,4.4) .. (-0.9,4.4); \draw[color=#2, line width=#3pt] (-0.6,4.6) .. controls (-0.9,4.4) and (-1.1,4.2) .. (-1.2,4.1) .. controls (-0.9,3.9) and (-0.5,4) .. (-0.2,4.2); \draw [color=#2, line width=#3pt](-0.6,4) .. controls (-0.7,3.7) and (-0.7,3.4) .. (-0.6,3.1).. controls (-0.4,3.1) and (-0.1,3.3) .. (0.13,3.45); \draw[color=#2, line width=#3pt] (0.1,3.7) .. controls (0.1,3.4) and (0.2,3.2) .. (0.3,3.1).. controls (0.5,3.2) and (0.6,3.4) .. (0.59,3.75); \draw[color=#2, line width=#3pt] (0.51,3.33) .. controls (0.7,3.2) and (0.8,3.1) .. (0.87,3.04).. controls (0.9,3.2) and (1,3.3) .. (1.1,3.4); \draw [color=#2, line width=#3pt](0.8,3.8) .. controls (0.9,3.6) and (1.1,3.3) .. (1.4,3.2) .. controls (1.4,3.4) and (1.5,3.6) .. (1.4,4); \draw[color=#2, line width=#3pt] (1.4,3.7) .. controls (1.6,3.6) and (1.9,3.6) .. (2.2,3.6).. controls (2.3,3.8) and (2.2,4.1) .. (2,4.3); \draw[color=#2, line width=#3pt] (1.4,5.3) .. controls (1.5,5.4) and (1.7,5.4) .. (1.8,5.5); \draw[color=#2, line width=#3pt] (0.8,5.1) .. controls (0.9,5.2) and (1,5.3) .. (1.1,5.5); \draw[color=#2, line width=#3pt] (0.78,5.56) .. controls (0.9,5.7) and (0.9,5.8) .. (0.9,6.1); \draw[color=#2, line width=#3pt] (0.4,6.1) .. controls (0.4,6.3) and (0.4,6.4) .. (0.4,6.5); \draw[color=#2, line width=#3pt] (1,4.3) .. controls (1,4.1) and (1,4) .. (1.1,3.8); \draw[color=#2, line width=#3pt](0.2,5.5) .. controls (0.1,5.7) and (0.03,5.8) .. (0,5.9); \draw[color=#2, line width=#3pt] (2,5.1) .. controls (2.1,5.1) and (2.2,5.1) .. (2.3,5.15); \draw[color=#2, line width=#3pt] (-0.5,5.8) .. controls (-0.6,5.9) and (-0.7,5.95) .. (-0.8,6); \draw[color=#2, line width=#3pt] (0.7,5.1) .. controls (0.6,5.2) and (0.6,5.3) .. (0.6,5.4); \draw [color=#2, line width=#3pt](-0.1,4.4) .. controls (-0.2,4.4) and (-0.4,4.3) .. (-0.6,4.3); \draw[color=#2, line width=#3pt] (0.5,4.8) .. controls (0.3,4.8) and (0.1,4.74) .. (-0.1,4.8); \draw[color=#2, line width=#3pt] (1.4,4.6) .. controls (1.6,4.66) and (1.7,4.64) .. (1.8,4.6); \draw[color=#2, line width=#3pt](0.6,4.8) .. controls (0.7,4.7) and (0.76,4.5) .. (0.7,4.2); \draw[color=#2, line width=#3pt] (0.46,4.64) .. controls (0.3,4.4) and (0.2,4.3) .. (0.1,4.2); \draw[color=#2, line width=#3pt] (0.7,4.9) .. controls (1,4.96) and (1.1,5) .. (1.2,5); \draw[color=#2, line width=#3pt] (0.4,5) .. controls (0.1,5.1) and (0.03,5.2) .. (0,5.3); \draw [color=#2, line width=#3pt](0.9,4.5) .. controls (1.1,4.5) and (1.2,4.5) .. (1.3,4.3); \draw[color=#2, line width=#3pt] (-0.2,5.1) .. controls (-0.5,5.1) and (-0.6,5.2) .. (-0.7,5.2); \draw[color=#2, line width=#3pt] (1.7,4) .. controls (1.9,4) and (2,3.92) .. (2,3.8); \draw[color=#2, line width=#3pt] (0.4,4) .. controls (0.4,3.8) and (0.4,3.7) .. (0.3,3.5); \end{tikzpicture} } \newcommand{\fcFlowerN}[3] { \begin{tikzpicture}[scale = #1] \draw [color=#2, line width=#3pt](-2.5,-1) .. controls (-2.5,-4.5) and (2,-4) .. (1.5,-1) .. controls (3,-1.5) and (5.5,-0.75) .. (5.35,1) .. controls (5,2.45) and (2,2) .. (0.82,-0.31);. controls (2,2.5) and (1,4) .. (0.5,4.5); \draw[color=#2, line width=#3pt] (0.8,-0.3) .. controls (2,1.7) and (2.1,4.2) .. (0.6,4.26) .. controls (-1.6,4.4) and (-1.5,1.3) .. (-0.6,-0.3); \draw[color=#2, line width=#3pt] (-1.05,3.1) .. controls (-2.1,6) and (-6.11,5.86) .. (-4.1,1.8); \draw [color=#2, line width=#3pt](-4.6,3.5) .. controls (-6,4.3) and (-7,2.8) .. (-5.92,1.8); \draw[color=#2, line width=#3pt] (-2,-0.2) .. controls (-5.8,5.2) and (-9.4,-0.8) .. (-2.5,-1.1); \draw[color=#2, line width=#3pt] (-1.87,4.36) .. controls (-2,6.8) and (1.2,6.6) .. (0.8,4.2); \draw [color=#2, line width=#3pt](-1.32,5.79) .. controls (-1.5,6.3) and (-3.4,6.4) .. (-3.3,5.04); \draw[color=#2, line width=#3pt] (0.7,5.3) .. controls (0.9,6.1) and (3.2,5.8) .. (2.9,4.48); \draw[color=#2, line width=#3pt] (1.62,3.25) .. controls (2.5,5.5) and (5.4,4.66) .. (4.1,1.8); \draw[color=#2, line width=#3pt] (4.44,3.3) .. controls (5.8,3.84) and (6.6,2.5) .. (5.2,1.3); \draw[color=#2, line width=#3pt] (-2.3,-2.2) .. controls (-5,-4.7) and (3.8,-4.3) .. (1.45,-2.25); \draw[color=#2, line width=#3pt] (-2.81,-3.1) .. controls (-3.4,-4.2) and (-4,-5.9) .. (-2.4,-6.1).. controls (-1.4,-6.1) and (0.7,-6.1) .. (1.8,-5.8) .. controls (2.6,-5.6) and (2.5,-3.8) .. (1.86,-2.93); \draw [color=#2, line width=#3pt, fill] (0.6,-1.43) ellipse (0.2 and 0.23); \draw [color=#2, line width=#3pt, fill] (-1.45,-1.44) ellipse (0.2 and 0.23); \draw[color=#2, line width=#3pt] (-0.9,-1.7) .. controls (-0.6,-2.3) and (-0.2,-2.3) .. (-0.05,-1.69); \end{tikzpicture} } \newcommand{\fcRefrigerator}[3] { \begin{tikzpicture}[scale = #1] \draw[color=#2, line width=#3pt] (-4.03,5.1) .. controls (-4.33,1.6) and (-4.6,-2.9) .. (-4.66,-4.9).. controls (-4.67,-5.1) and (-4.67,-5.4) .. (-4.5,-5.5) .. controls (-3.5,-5.8) and (-1.5,-6.3) .. (0,-6.6); \draw[color=#2, line width=#3pt] (-0.07,-6.6) .. controls (0.3,-6.69) and (0.51,-6.68) .. (0.79,-6.6) .. controls (1.9,-6.4) and (3.3,-6) .. (4,-5.8) .. controls (4.39,-5.7) and (4.48,-5.5) .. (4.44,-5.24).. controls (4.25,-3.3) and (4.06,2.4) .. (3.9,4.9).. controls (3.94,5.2) and (3.75,5.46) .. (3.4,5.6).. controls (3,5.8) and (1.9,6.3) .. (1.33,6.6) .. controls (1.1,6.7) and (0.7,6.8) .. (0.4,6.7) .. controls (-0.7,6.4) and (-2.6,5.95) .. (-3.6,5.7) .. controls (-3.96,5.7) and (-4.06,5.5) .. (-4.03,5); \draw[color=#2, line width=#3pt] (-4.3,2.4) .. controls (-3.1,2.6) and (-1.6,2.7) .. (0.6,3); \draw[color=#2, line width=#3pt] (0.7,6.7) .. controls (0.6,3.4) and (0.5,-2.2) .. (0.4,-5.3); \draw [color=#2, line width=#3pt](1.5,6.5) .. controls (1.5,2.2) and (1.4,-2.9) .. (1.4,-5.17); \draw [color=#2, line width=#3pt](-4.6,-4.4) .. controls (-3.4,-4.7) and (-1.7,-4.9) .. (0.4,-5.3) .. controls (0.7,-5.38) and (1.09,-5.35) .. (1.4,-5.17) .. controls (2.2,-5) and (3.5,-4.8) .. (4.4,-4.6); \draw[color=#2, line width=#3pt] (0.6,2.98) .. controls (0.8,3.06) and (1.1,3.05) .. (1.46,2.95); \draw[color=#2, line width=#3pt] (-3.43,4.03) ellipse (0.4 and 1.1); \draw[color=#2, line width=#3pt] (-3.69,0.08) ellipse (0.4 and 1.56); \draw[color=#2, line width=#3pt] (-3.16,4.95) .. controls (-3.5,4.3) and (-3.5,3.7) .. (-3.3,3); \draw [color=#2, line width=#3pt](-3.4,1.3) .. controls (-3.8,0.5) and (-3.8,-0.7) .. (-3.52,-1.39); \end{tikzpicture} } \newcommand{\fcRollingPin}[3] { \begin{tikzpicture}[scale = #1] \draw[color=#2, line width=#3pt] (-6.61,-0.95) .. controls (-3.5,0.6) and (0.7,2.3) .. (4.3,3.88) .. controls (4,2.4) and (5,0.73) .. (6.02,0.39) .. controls (2.4,-1.2) and (-2.3,-3.3) .. (-4.8,-4.4).. controls (-6,-4.1) and (-7,-2.2) .. (-6.6,-0.9); \draw[color=#2, line width=#3pt] (-6.6,-2.3) .. controls (-7.4,-2.5) and (-8.3,-2.6) .. (-8.7,-2.8) .. controls (-9.4,-3.5) and (-8.7,-4.6) .. (-8.1,-4.5).. controls (-7.7,-4.4) and (-6.8,-3.8) .. (-6.1,-3.4); \draw[color=#2, line width=#3pt](4.27,3.85) .. controls (4.8,4.2) and (5.43,3.87) .. (5.8,3); \draw [color=#2, line width=#3pt](6.29,1.96) .. controls (6.46,1.4) and (6.44,0.8) .. (6.14,0.43); \draw [color=#2, line width=#3pt](5.41,2.77) .. controls (5.2,2.4) and (5.4,1.9) .. (5.9,1.9) .. controls (6.6,2.1) and (7.8,2.5) .. (8.5,2.7) .. controls (9.45,3) and (8.84,4.5) .. (7.9,4.4) .. controls (7.2,4) and (6.1,3.3) .. (5.34,2.68); \end{tikzpicture} } \newcommand{\fcLadle}[3] { \begin{tikzpicture}[scale = #1] \draw[color=#2, line width=#3pt] (-5.8,-2.2) .. controls (-5.99,-7.62) and (0.6,-7.68) .. (0.8,-2.5) .. controls (-0.6,-0.6) and (-5.07,-0.8) .. (-5.8,-2.2); \draw[color=#2, line width=#3pt] (-5.8,-2.2) .. controls (-4.93,-3.6) and (0.1,-3.9) .. (0.8,-2.5); \draw[color=#2, line width=#3pt] (-0.64,-1.59) .. controls (-0.26,-0.4) and (0.4,0.7) .. (1.6,2.3) .. controls (2,2.5) and (2.7,2.2) .. (2.61,1.7) .. controls (1.6,0.7) and (0.8,-0.5) .. (0.2,-2); \draw[color=#2, line width=#3pt] (1.4,2) .. controls (1.9,3.7) and (3.4,5.5) .. (4.65,6.22) .. controls (5.3,6.36) and (5.94,6.15) .. (5.85,5.5).. controls (4.9,4.1) and (3.5,2.3) .. (2.46,1.54); \draw [color=#2, rotate=20, line width=#3pt] (6.4384,3.618) ellipse (0.2 and 0.16); \end{tikzpicture} } \newcommand{\fcBoard}[3] { \begin{tikzpicture}[scale = #1] \draw[color=#2, line width=#3pt] (-8.6,-1.5) .. controls (-9.1,-2.1) and (-8.8,-3) .. (-8.3,-3.3) .. controls (-7.2,-3.7) and (-3.1,-4.96) .. (-0.5,-5.9); \draw[color=#2, line width=#3pt] (-0.5,-5.9) .. controls (0,-6.16) and (0.6,-6.09) .. (0.9,-5.7) .. controls (2.4,-4.1) and (5.2,-1.3) .. (6.8,0.3).. controls (7.3,0.8) and (7.16,1.6) .. (6.8,1.9).. controls (6.2,2.1) and (4.8,2.49) .. (3.98,2.66) .. controls (3.65,2.98) and (4,3.5) .. (4.9,3.7).. controls (5.88,3.92) and (8.02,4.8) .. (6.4,5.5) .. controls (5.2,6.2) and (2.8,6) .. (2.8,4.3) .. controls (2.8,3.9) and (2.4,3.3) .. (1.8,3.3).. controls (1.1,3.2) and (0.02,3.59) .. (-1.37,3.9) .. controls (-3.1,2.8) and (-6.4,0.3) .. (-8.6,-1.5); \draw[color=#2, line width=#3pt] (6.9,1.8) .. controls (5.1,0.1) and (2.2,-2.9) .. (0.8,-4.3) .. controls (0.6,-4.5) and (0.2,-4.6) .. (-0.1,-4.5) .. controls (-2,-4) and (-6.2,-2.6) .. (-8.71,-1.77); \draw[color=#2, line width=#3pt] (5,2.4) .. controls (5.6,2.6) and (6.2,2.7) .. (6.7,3) .. controls (7.07,3.5) and (7.09,4.3) .. (6.97,4.8); \draw[color=#2, line width=#3pt,fill] (4.93,4.9) ellipse (0.7 and 0.4); \end{tikzpicture} } \newcommand{\fcPan}[3] { \begin{tikzpicture}[scale = #1] \draw[color=#2, line width=#3pt] (-1.9,-0.56) ellipse (5.55 and 3); \draw[color=#2, line width=#3pt] (-1.9,-0.6) ellipse (6.2 and 3.45); \draw[color=#2, line width=#3pt] (-7.1,-1.6) .. controls (-6.2,2.2) and (2.58,2.3) .. (3.3,-1.66); \draw[color=#2, line width=#3pt] (-7.8,-1.7) .. controls (-8,-6.7) and (3.91,-6.7) .. (4.05,-1.6); \draw[color=#2, line width=#3pt] (1.9,2.1) .. controls (2.3,2.3) and (2.6,2.5) .. (3.12,2.81) .. controls (3.9,3.1) and (4.6,2.1) .. (4.3,1.6) .. controls (4,1.4) and (3.8,1.3) .. (3.5,1); \draw[color=#2, line width=#3pt] (2.9,2.7) .. controls (3.9,4.1) and (4.9,4.8) .. (6.4,5.4) .. controls (7.66,5.95) and (8.9,4.44) .. (7.9,3.5) .. controls (7,2.7) and (5.6,1.78) .. (4,1.4); \draw[color=#2, line width=#3pt] (3.46,2.31) ellipse (0.3 and 0.2); \end{tikzpicture} } \newcommand{\fcKnife}[3] { \begin{tikzpicture}[scale = #1] \draw[color=#2, line width=#3pt] (-1.9,0.7) .. controls (-2.1,0.8) and (-2.3,0.86) .. (-2.5,0.7) .. controls (-4.68,-0.51) and (-6.45,-1.52) .. (-9.02,-3.13); \draw [color=#2, line width=#3pt](-9,-3.1) .. controls (-9.2,-3.17) and (-9.29,-3.42) .. (-9.2,-3.6) .. controls (-8.7,-4.4) and (-8.4,-4.9) .. (-7.99,-5.55).. controls (-7.9,-5.8) and (-7.8,-5.8) .. (-7.57,-5.58) .. controls (-6.2,-4.8) and (-3.26,-2.9) .. (-1.08,-1.67); \draw[color=#2, line width=#3pt] (-1.1,-1.7) .. controls (-0.89,-1.58) and (-0.84,-1.3) .. (-0.92,-1).. controls (-1.26,-0.38) and (-1.67,0.23) .. (-1.99,0.79); \draw[color=#2, line width=#3pt] (-0.9,-1.37) .. controls (1.7,0.3) and (6,2.8) .. (9.3,4.8) .. controls (5.99,7.9) and (0.4,2.8) .. (-1.94,0.73); \draw[color=#2, line width=#3pt] (-1.6,0) .. controls (-0.6,1.6) and (5.8,6.2) .. (8.3,4.2); \draw[color=#2, line width=#3pt,fill] (-7.6,-4) ellipse (0.43 and 0.43); \draw[color=#2, line width=#3pt,fill] (-2.8,-1.1) ellipse (0.4 and 0.4); \draw [white, line width=#3pt,fill] (-7.6,-4) ellipse (0.15 and 0.15); \draw [white, line width=#3pt,fill] (-2.8,-1.1) ellipse (0.13 and 0.13); \end{tikzpicture} } \newcommand{\fcKnifeA}[3] { \begin{tikzpicture}[scale = #1] \draw [color=#2, line width=#3pt](1.8,1.2) .. controls (2,1.3) and (2.3,1.5) .. (2.5,1.7) .. controls (2.7,2.2) and (2.1,2.9) .. (1.5,2.7) .. controls (-0.3,1.9) and (-2.5,0.7) .. (-5,-0.9) .. controls (-6.35,-2.1) and (-7.58,-4.6) .. (-7.4,-5.9) .. controls (-4.1,-5.8) and (1.5,-3.5) .. (3.5,-1.4) .. controls (3.1,-0.7) and (2.4,0.6) .. (1.9,1.3); \draw [color=#2, line width=#3pt](1.3,2.6) .. controls (2,4) and (5.4,5.9) .. (6.2,5.8) .. controls (7.2,5.6) and (7.9,3.9) .. (7.2,3.5) .. controls (5.8,2.7) and (3.4,1.3) .. (2.1,1.4); \draw[color=#2, line width=#3pt] (-7.2,-4.5) .. controls (-3.8,-4.13) and (0.7,-2.2) .. (2.9,-0.4); \draw [color=#2, line width=#3pt] (3.27,2.8) ellipse (0.3 and 0.3); \draw [color=#2, line width=#3pt] (6,4.3) ellipse (0.3 and 0.3); \end{tikzpicture} } \newcommand{\fcKettle}[3] { \begin{tikzpicture}[scale = #1] \draw[color=#2, line width=#3pt] (-6.8,-6.3) .. controls (-7.4,4.1) and (8.42,4.44) .. (7.4,-6.2) .. controls (3.8,-6.4) and (-3.3,-6.4) .. (-6.93,-6.43); \draw[color=#2, line width=#3pt] (-3.2,0.6) .. controls (-1.4,-0.4) and (3,-0.4) .. (4.4,0.6); \draw[color=#2, line width=#3pt] (-5.4,-1.3) -- (-7,0) -- (-5.63,1.51) -- (-4.2,0); \draw[color=#2, line width=#3pt] (-6.9,-0.1) .. controls (-8.3,0.6) and (-6.7,2.66) .. (-5.62,1.54); \draw[color=#2, line width=0.25cm] (-7.3,1) .. controls (-8.2,1.6) and (-7.3,2.6) .. (-6.7,1.7); \draw[color=#2, line width=#3pt] (-0.1,1.6) -- (-0.6,2.9) -- (2,2.9) -- (1.7,1.5); \draw[color=#2, line width=#3pt] (5.2,0) .. controls (8,5.4) and (-0.2,5.6) .. (-3.4,3.6).. controls (-3.7,4) and (-3.9,4.5) .. (-4.27,5.04); \draw[color=#2, line width=#3pt] (-4.42,4.98) .. controls (1.9,8.5) and (10.8,5.6) .. (6.3,-1.2); \draw[color=#2, line width=#3pt] (5.8,1.9) .. controls (6.4,1.9) and (7,1.8) .. (7.5,1.7); \draw [color=#2, line width=#3pt,fill] (6.65,0.96) ellipse (0.2 and 0.2); \draw[color=#2, line width=#3pt,fill] (6.22,0.2) ellipse (0.2 and 0.2); \end{tikzpicture} } \newcommand{\fcTeapot}[3] { \begin{tikzpicture}[scale = #1] \draw[color=#2, line width=#3pt] (-5.7,-2.4) .. controls (-8.9,-7.1) and (8.3,-6.9) .. (5.6,-2.6); \draw[color=#2, line width=#3pt] (-5.73,-2.5) .. controls (-5.3,-5.8) and (4.5,-5.6) .. (5.65,-2.5); \draw[color=#2, line width=#3pt] (-5.7,-2.7) .. controls (-6,-1) and (-4.8,2.9) .. (-3,3.5); \draw[color=#2, line width=#3pt] (-0.75,4.8) .. controls (-3.64,4.4) and (-4.2,2.4) ..(-0.3,2.07) .. controls (2.7,2) and (4.4,4.2) .. (0.56,4.9); \draw[color=#2, line width=#3pt] (2.8,3.6) .. controls (3.84,3.23) and (4.62,2.19) .. (4.7,1.5); \draw[color=#2, line width=#3pt] (4.97,1.58) .. controls (1,-0.3) and (3.5,-3.7) .. (6.85,-0.78); \draw [color=#2, rotate=30,line width=#3pt] (5.5758,-2.5679) ellipse (1.5 and 1.52); \draw[color=#2, rotate=30,line width=#3pt] (5.6391,-2.465) ellipse (0.7 and 0.8); \draw[color=#2, line width=#3pt] (-2.87,3.8) .. controls (-3.2,4.9) and (-5.2,5.8) .. (-5.9,4) .. controls (-5.8,3.4) and (-5.3,3.1) .. (-4.9,3.2) .. controls (-4.8,3.7) and (-4.1,3.6) .. (-3.9,2.8); \draw[color=#2, line width=#3pt] (-5.82,3.96) .. controls (-7.7,2.8) and (-8.1,0.3) .. (-7,-0.4) .. controls (-6.1,-0.6) and (-4.6,2.6) .. (-4.9,3.2); \draw[color=#2, line width=#3pt] (-0.17,5.44) ellipse (0.95 and 0.4); \draw[color=#2, line width=#3pt] (0.74,5.3) .. controls (0.4,4.3) and (-0.6,4.3) .. (-1.08,5.3); \draw[color=#2, line width=#3pt] (-3.87,0.43) .. controls (-3.4,0.7) and (-3.6,0) .. (-3.9,-0.1) .. controls (-4.4,0.2) and (-4.2,0.8) .. (-3.83,0.37); \draw[color=#2, line width=#3pt] (-4.52,-0.33) .. controls (-3.96,-0.01) and (-3.96,-0.8) .. (-4.65,-1.07) .. controls (-5.1,-0.7) and (-5,0.2) .. (-4.5,-0.38); \draw[color=#2, line width=#3pt] (-4.14,-1.55) .. controls (-3.1,-1) and (-3.3,-2.5) .. (-4.4,-2.9) .. controls (-4.9,-2.7) and (-5.2,-0.55) .. (-4.11,-1.6); \draw[color=#2, line width=#3pt] (5.5,-2.85) .. controls (5.7,-2.4) and (5.8,-2) .. (5.6,-1.7); \end{tikzpicture} } \newcommand{\fcCutlery}[3] { \begin{tikzpicture}[scale = #1] \draw[color=#2, line width=#3pt] (-6.9,-0.9) .. controls (-6.9,0) and (-6.97,0.9) .. (-6.9,1.7) .. controls (-7.3,2) and (-8,2.3).. (-8.5,2.6) .. controls (-8.6,3.5) and (-8.6,4.7) .. (-8.7,6.1) .. controls (-7.6,7.09) and (-4.9,7.05) .. (-4.3,6.3) .. controls (-4.3,5) and (-4.4,3.6) .. (-4.6,2.56) .. controls (-5.1,2.3) and (-5.5,2.1) .. (-6,1.72) .. controls (-6,0.9) and (-6,0) .. (-6.1,-0.9); \draw[color=#2, line width=#3pt] (-7.5,-6.3) .. controls (-7.5,-7.2) and (-5.8,-7.2) .. (-5.75,-6.4).. controls (-5.7,-5.1) and (-5.7,-3.2) .. (-5.7,-1.6) .. controls (-5.8,-1.4) and (-5.8,-1.2) .. (-6,-1) .. controls (-6.4,-1) and (-6.7,-1) .. (-7,-1) .. controls (-7.1,-1) and (-7.2,-1.2) .. (-7.4,-1.4) .. controls (-7.5,-3.2) and (-7.5,-5.4) .. (-7.5,-6.4); \draw[color=#2, line width=#3pt] (-0.67,1.6) .. controls (-7.8,7.6) and (6.5,9.7) .. (0.5,1.6) .. controls (0.5,0.9) and (0.4,0) .. (0.4,-0.9) .. controls (0,-0.9) and (-0.3,-0.9) .. (-0.62,-0.9) .. controls (-0.54,-0.1) and (-0.5,0.8) .. (-0.72,1.68); \draw[color=#2, line width=#3pt] (-0.6,-0.9) .. controls (-1.2,-1.5) and (-1,-4.1) .. (-1.1,-6.2) .. controls (-1,-7.35) and (0.5,-7.4) .. (0.7,-6.4) .. controls (0.7,-5) and (0.7,-3) .. (0.7,-1.5) .. controls (0.68,-1.2) and (0.57,-1) .. (0.4,-0.9); \draw[color=#2, line width=#3pt] (3.2,6.4) .. controls (4.3,7.6) and (7.6,7.6) .. (8.8,6.5) .. controls (8.6,5) and (8.5,3.1) .. (8.4,2) .. controls (8.1,1.9) and (7.1,1.6) .. (6.6,1.4) .. controls (6.5,0.6) and (6.5,-0.1) .. (6.4,-0.84) .. controls (6.2,-0.8) and (6,-0.8) .. (5.7,-0.8) .. controls (5.6,-0.3) and (5.6,0.4) .. (5.5,1.4) .. controls (4.9,1.5) and (4.3,1.8) .. (3.5,2).. controls (3.5,3.1) and (3.3,4.8) .. (3.25,6.5); \draw[color=#2, line width=#3pt] (6.4,-0.8) .. controls (6.6,-1.1) and (6.7,-1.2) .. (6.8,-1.4) .. controls (6.9,-2.8) and (6.9,-5.6) .. (6.9,-6.8) .. controls (6.7,-7.4) and (5.5,-7.4) .. (5.3,-6.9) .. controls (5.3,-5.3) and (5.3,-3.2) .. (5.2,-1.5) .. controls (5.3,-1.3) and (5.4,-1.1) .. (5.7,-0.8); \draw[color=#2, line width=#3pt] (4.94,6) .. controls (5,6.2) and (5.5,6.3) .. (5.6,6) .. controls (5.6,5.1) and (5.6,3.6) .. (5.7,2.8).. controls (5.6,2.4) and (5.2,2.4) .. (5.1,2.7) .. controls (5.04,3.6) and (5,5.1) .. (4.94,6.1); \draw[color=#2, line width=#3pt] (3.77,5.79) .. controls (3.9,6) and (4.15,6.05) .. (4.42,5.8) .. controls (4.46,5) and (4.5,3.6) .. (4.54,2.7).. controls (4.5,2.3) and (4.1,2.3) .. (4,2.6) .. controls (3.9,3.5) and (3.8,4.8) .. (3.8,5.9); \draw[color=#2, line width=#3pt] (6.32,6) .. controls (6.4,6.3) and (6.9,6.3) .. (7.1,6).. controls (7,5.2) and (6.9,3.5) .. (6.8,2.7).. controls (6.7,2.3) and (6.22,2.32) .. (6.2,2.8) .. controls (6.2,3.6) and (6.3,5.2) .. (6.34,6.1); \draw[color=#2, line width=#3pt] (7.55,5.9) .. controls (7.7,6.2) and (8.08,6.2) .. (8.22,5.8) .. controls (8.1,4.6) and (7.9,3.2) .. (7.9,2.6) .. controls (7.7,2.29) and (7.4,2.3) .. (7.3,2.6) .. controls (7.4,3.7) and (7.52,4.9) .. (7.58,6); \draw [color=#2, line width=#3pt](-6.62,-6.14) ellipse (0.3 and 0.3); \draw [color=#2, line width=#3pt](-0.2,-6.25) ellipse (0.3 and 0.3); \draw [color=#2, line width=#3pt](6.0196,-6.56) ellipse (0.3 and 0.3); \end{tikzpicture} } %############################Projeto SisPPG#### %#Figuras Compiladas pelo Dhavy %1### \newcommand{\fcSharkA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {tubarao-marinho_2.png}}; \draw[draw=#2, line width=#3pt] (-6,2.5) -- (-1,3.3); \draw [draw=#2, line width=#3pt] (1.9,3.2) .. controls (1.8,4.3) and (2.9,4.6) .. (3.1,3.8) -- (4.7,3.9); \draw [draw=#2, line width=#3pt](3.7,3.7) .. controls (3.5,4.3) and (4.3,4.4) .. (4.7,3.9) -- (6.4,3.5) (6.4,3.5) .. controls (6.4,2.9) and (6.1,2.5) .. (5.5,2.1) .. controls (5.2,1) and (4.4,-2) .. (1.5,-2.2) -- (-0.9,-2); \draw [draw=#2, line width=#3pt](2.8,-1.9) .. controls (3.6,-3.2) and (2.2,-3.5) .. (1.5,-2.2); \draw[draw=#2, line width=#3pt] (-0.5,-1.4) .. controls (-1.5,-2.9) and (-3.9,-3.8) .. (-5.3,-3.3) -- (-2.8,-1); \draw [blue, line width=#3pt] (2.8,3.1) ellipse (0.4 and 0.4); \draw [fill=black](2.85,3.1) ellipse (0.2 and 0.2); \draw[draw=#2, line width=#3pt] (-3.14,-1.34) .. controls (-3.9,-1) and (-4.7,-0.3) .. (-5.2,0.3)-- (-6.3,0.2) -- (-5.5,0.9) -- (-6.1,1.5) .. controls (-6.3,1.2) and (-6.5,0.8) .. (-7.1,0.8) .. controls (-6,1.7) and (-7,3.4) .. (-8,4.4) .. controls (-6.8,4.2) and (-5.9,3.4) .. (-6,2.6); \draw [draw=#2, line width=#3pt] (-0.5,1.8) node (v1) {} .. controls (-1,0.5) and (3.5,-0.2) .. (5.1,0.6); \draw[draw=#2, line width=#3pt] (-1.1,1.4) .. controls (-1.1,1.5) and (-0.8,1.8) .. (-0.4,1.7); \draw[draw=#2, line width=#3pt] (-0.4,1) -- (-0.3,0.2) -- (0.6,0.6) -- (0.8,-0.1) -- (1.5,0.3) -- (2.2,-0.4) -- (2.7,0.1) -- (3.1,-0.5) -- (3.5,0.2) -- (4.2,-0.2) -- (4.5,0.3); \draw[draw=#2, line width=#3pt] (-2.5,3) .. controls (-1.8,3.8) and (-2.5,5.9) .. (-2.8,7.8) .. controls (-1.7,8) and (-0.8,6) .. (0.4,3.5)--(1.9,3.8); \end{tikzpicture}} %2### \newcommand{\fcFishL}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Peixedemar.jpg}}; \draw [draw=#2, line width=#3pt] (0.1,-3.4) .. controls (0.5,-4.4) and (-0.2,-4.6) .. (-0.8,-4.3) .. controls (-1.3,-4.3) and (-1.2,-4.9) .. (-1.1,-5.4); \draw [draw=#2, line width=#3pt] (0.2,-3.7) -- (2.8,-3.8); \draw [draw=#2, line width=#3pt] (0.2,-4.2) -- (1.8,-4.6); \draw [draw=#2, line width=#3pt] (-0.3,-4.4) -- (0.1,-5); \draw [draw=#2, line width=#3pt] (-1.1,-4.4) -- (-0.2,-5.8); \draw [draw=#2, line width=#3pt] (3.3,1.8) .. controls (1.9,1.2) and (-3.2,-0.6) .. (-1.5,-3.5) .. controls (0,-3.5) and (2,-3) .. (3.2,-3) .. controls (2.6,-4.5) and (1.5,-5) .. (0,-5) .. controls (-0.4,-5.3) and (-0.2,-6.4) .. (0.1,-6.8) .. controls (-0.6,-6.3) and (-0.9,-5.7) .. (-1.2,-5.2) .. controls (-1.3,-4) and (-3.3,-3.3) .. (-3.2,-2.1) .. controls (-3.1,-3.7) and (-4.5,-4.7) .. (-6.1,-4.5) (-6.1,-4.6) .. controls (-5.3,-3.9) and (-5.1,-2.2) .. (-3.3,-1.3); \draw [draw=#2, line width=#3pt] (-3.7,-1.5) .. controls (-6.4,5) and (1.5,10.6) .. (4.3,2.4); \draw [draw=#2, line width=#3pt,rotate=30](3.1,3.1) ellipse (1.15 and 1.6); \draw [fill=black,rotate=30](2.9,3.1) ellipse (0.4 and 0.7); \draw [draw=#2, line width=#3pt] (-2,5.7) .. controls (-2.5,4.6) and (-1.9,3.1) .. (-0.3,2.5) .. controls (-2.8,2.2) and (-2.1,0.2) .. (0,0.2); \draw [draw=#2, line width=#3pt](-3.3,4.3) .. controls (-4.7,4.7) and (-5.9,4.4) .. (-7.3,2.9) .. controls (-6.5,2.7) and (-6,2.4) .. (-5.9,1.4) .. controls (-5.2,1.1) and (-4.9,0.3) .. (-5,-0.2) .. controls (-4.7,-0.5) and (-4.5,-1) .. (-4.1,-1.2)--(-3.9,-0.85); \draw [draw=#2, line width=#3pt](-6.6,2.6) .. controls (-6,3.5) and (-5,3.9) .. (-3.7,3.6); \draw [draw=#2, line width=#3pt] (-6,2.1) .. controls (-5.6,2.7) and (-4.7,3.1) .. (-3.9,3); \draw [draw=#2, line width=#3pt] (-5.7,1.3) .. controls (-5.3,1.7) and (-4.9,2.4) .. (-4.1,2.3); \draw [draw=#2, line width=#3pt] (-5.1,0.7) .. controls (-5,1) and (-4.7,1.2) .. (-4.3,1.4); \draw [draw=#2, line width=#3pt] (-5,0.2) .. controls (-4.7,0.5) and (-4.5,0.6) .. (-4.2,0.6); \draw [draw=#2, line width=#3pt](-4.7,-0.6) .. controls (-4.6,-0.2) and (-4.3,-0.1) .. (-4.1,-0.1); \draw [draw=#2, line width=#3pt](-1,-0.6) .. controls (0.8,-1.6) and (0.9,-1.7) .. (-1.4,-1.2); \draw [draw=#2, line width=#3pt] (3.3,1.8) -- (2.3,2.5) -- (4.3,2.4); \end{tikzpicture}} %3### \newcommand{\fcDolphinB}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Delphinium.jpg}}; \draw [draw=#2, line width=#3pt] (-4.1,1) -- (-1.6,0.2); \draw [draw=#2, line width=#3pt,rotate=30] (-2,5.7) ellipse (0.55 and 0.4); \draw [fill=black, line width=3pt,rotate=30] (-1.8,5.65) ellipse (0.15 and 0.12); \draw [fill=white, line width=3pt,rotate=30] (-1.8,5.65) ellipse (0.1 and 0.1); \draw [draw=#2, line width=#3pt] (-4,5) .. controls (-3.7,5.1) and (-3.5,5) .. (-3.4,4.8); \draw [draw=#2, line width=#3pt] (-3.1,2.8) .. controls (-2.7,2.7) and (-2.4,2.5) .. (-2.4,2.2); \draw [draw=#2, line width=#3pt] (-6,4) .. controls (-4.5,8) and (3.1,8.4) .. (3.5,-3); \draw [draw=#2, line width=#3pt] (-6,4) .. controls (-6.8,5.8) and (-8.3,4.4) .. (-6.9,3.4) .. controls (-6.1,2.8) and (-4.6,2) .. (-2.6,2.6).. controls (-3.4,2.4) and (-4.8,1.6) .. (-4.9,0.8) .. controls (-3.7,1.3) and (-2.7,1.4) .. (-1.6,0.7) .. controls (-1.5,-0.3) and (-1.3,-2) .. (0.8,-2) .. controls (0.7,-1.5) and (0.6,-0.6) .. (0.7,-0.1) -- (1.5,-0.5) -- (2.3,-1.1) -- (3.5,-2.6); \draw [draw=#2, line width=#3pt] (-3.3,0.7) .. controls (-3.6,0.4) and (-3.7,-0.4) .. (-3.4,-0.8) .. controls (-2.8,-0.3) and (-2.4,-0.1) .. (-1.6,0.2); \draw [ draw=#2, line width=#3pt] (0.7,-0.6) .. controls (1.8,-0.7) and (1.9,-2.5) .. (3.5,-3); \draw [draw=#2, line width=#3pt] (1.3,4.6) .. controls (2.5,5.2) and (3.7,4.9) .. (4.4,3.4); \draw [draw=#2, line width=#3pt] (4.4,3.4) .. controls (3.4,3.4) and (3,3.1) .. (2.5,2.5); \draw [draw=#2, line width=#3pt] (3.5,-2.5) .. controls (4.4,-2.3) and (5,-3.5) .. (5.1,-4.6) .. controls (4.4,-4.5) and (3.9,-4.1) .. (3.4,-3.3) .. controls (3.1,-5.1) and (2.2,-3.3) .. (2.6,-2.6); \end{tikzpicture}} %4### \newcommand{\fcSeahorseA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Um cavalo marinho.jpg}}; \draw [draw=#2, line width=#3pt] (1.4,1.9) ellipse (0.8 and ); \draw [draw=#2, line width=#3pt](1.78,1.9) ellipse (0.2 and 0.3); \draw [draw=#2, line width=#3pt](3.7,1.9) .. controls (3.6,1.6) and (3.7,1.3) .. (3.5,1.1) .. controls (4.2,1.8) and (-0.2,-2.1) .. (-0.4,1.3) .. controls (-1.4,1.6) and (-1.7,1.7) .. (-2.1,1.8) .. controls (-1.8,1.3) and (-2.2,0.6) .. (-2.6,0.2) .. controls (-2.2,0.1) and (-1.6,-0.3) .. (-1.9,-0.9) .. controls (-1.4,-0.8) and (-1.1,-0.9) .. (-1,-1.1) .. controls (-0.6,-1) and (-0.3,-0.9) .. (0.1,-1) .. controls (0.2,-0.6) and (0.3,-0.3) .. (0.4,0); \draw [draw=#2, line width=#3pt](3.7,1.9) .. controls (3.3,1.8) and (3,1.7) .. (2.8,1.8) .. controls (3,5.2) and (-2.5,5.7) .. (-1.9,1.8); \draw [draw=#2, line width=#3pt](-2.6,0.2) -- (-0.8,0.6); \draw [draw=#2, line width=#3pt] (-1.9,-0.9) -- (-0.8,-0.2); \draw [draw=#2, line width=#3pt] (-0.9,-1.1) -- (-0.3,-0.3); \draw [draw=#2, line width=#3pt](0.7,-0.1) .. controls (1.9,-1) and (2.8,-3.1) .. (0.5,-4.9) .. controls (0.2,-5.4) and (0.8,-5.8) .. (1,-5.2); \draw [draw=#2, line width=#3pt] (0.4,-5) .. controls (1.2,-4.6) and (1.9,-5.3) .. (1,-6.3) .. controls (0.1,-6.6) and (-1.4,-5.6) .. (-1,-4.5) .. controls (-0.2,-2.6) and (-0.3,-2) .. (-1.6,-0.9); \draw [draw=#2, line width=#3pt] (1.2,-0.1) .. controls (3.5,-0.7) and (2.7,-3.7) .. (0.6,-4.8); \draw [draw=#2, line width=#3pt](-1.4,-1.1) -- (-2.1,-1.3); \draw [draw=#2, line width=#3pt](-2,-1.3) .. controls (-1.8,-1.5) and (-1.7,-1.7) .. (-1.7,-1.9) .. controls (-1.5,-2) and (-1.4,-2.2) .. (-1.4,-2.4) .. controls (-1.2,-2.4) and (-1,-2.5) .. (-1.1,-2.7) .. controls (-0.9,-2.7) and (-0.7,-2.8) .. (-0.9,-3) .. controls (-0.7,-3) and (-0.6,-3.2) .. (-0.6,-3.5); \draw [draw=#2, line width=#3pt] (-1.6,-1.9) -- (-1,-1.5); \draw [draw=#2, line width=#3pt](-1.4,-2.4) -- (-0.7,-1.8); \draw [draw=#2, line width=#3pt](-1.1,-2.7) -- (-0.6,-2.2); \draw [draw=#2, line width=#3pt](-2.3,0.6) .. controls (-2.3,0.9) and (-2.3,1.1) .. (-2.4,1.4) .. controls (-2.3,1.7) and (-2.3,2.1) .. (-2.4,2.4) .. controls (-2.2,2.6) and (-2.1,2.9) .. (-2.2,3.6) .. controls (-2,3.8) and (-1.2,4.3) .. (-1.1,4.9) .. controls (-0.6,4.8) and (-0.1,4.9) .. (0.5,5.2) .. controls (0.7,5) and (1.3,5) .. (2,5.1); \draw [draw=#2, line width=#3pt] (1.9,5.1) -- (1.1,4.4); \draw [draw=#2, line width=#3pt](0.4,5.1) -- (-0.1,4.5); \draw [draw=#2, line width=#3pt] (-1.1,4.8) -- (-1.1,4.1); \draw [draw=#2, line width=#3pt] (-2.2,3.5) -- (-1.8,3.1); \draw [draw=#2, line width=#3pt](-2.3,2.4) -- (-1.9,2.2); \draw [draw=#2, line width=#3pt] (-2.3,1.3) -- (-2,1.2); \draw [draw=#2, line width=#3pt] (0.3,3.3) .. controls (0.5,3.6) and (0.6,3.8) .. (1.1,3.8); \end{tikzpicture}} %5### \newcommand{\fcPerch}[3]{ \begin{tikzpicture}[scale = #1] %\node{\includegraphics{Poleiro.jpg}}; \draw [draw=#2, line width=#3pt] (-8.6,0.2) .. controls (-7.8,0.2) and (-7.3,1.6) .. (-6.4,1.9); \draw [draw=#2, line width=#3pt] (-6.4,1.9) .. controls (-5.9,2.1) and (-5.6,1.8) .. (-5.6,1) .. controls (-5.7,0.4) and (-5.7,0.1) .. (-5.5,-0.3) .. controls (-5.4,-0.5) and (-5.4,-0.9) .. (-5.7,-1.2) .. controls (-6,-1.3) and (-6.4,-1.4) .. (-6.7,-1.2) .. controls (-7,-1) and (-7.1,-0.9) .. (-7.3,-0.7); \draw [draw=#2, line width=#3pt] (-7,0.3) ellipse (0.4 and 0.4); \draw [line width=#3pt, fill=black] (-7,0.3) ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt] (-8.6,0.2) .. controls (-8.8,0) and (-8.9,-0.1) .. (-8.9,-0.3) .. controls (-8.7,-0.3) and (-8.2,-0.5) .. (-8.1,-0.7) .. controls (-7.9,-0.8) and (-7.7,-0.7) .. (-7.6,-0.5); \draw [draw=#2, line width=#3pt] (-8.9,-0.3) .. controls (-8.8,-1.2) and (-7.7,-2.3) .. (-6.2,-2.5) .. controls (-3.1,-1.2) and (-3,0.1) .. (-4.5,1.4).. controls (-5,2) and (-5.6,2.4) .. (-6.3,1.92); \draw [draw=#2, line width=#3pt] (-7,-2.3) .. controls (-6.3,-2.8) and (-5.4,-3.1) .. (-4.7,-3.1) .. controls (-3.8,-3.1) and (-2.6,-3.2) .. (-0.8,-3.1) .. controls (-0.1,-3.1) and (0.6,-2.8) .. (1.1,-2.6).. controls (1.3,-2.5) and (2,-2) .. (2.6,-1.6) .. controls (3.3,-1.2) and (4,-1) .. (4.6,-0.9) .. controls (4.9,-0.8) and (5,-0.8) .. (5.5,-0.7) .. controls (6.5,-0.4) and (6.7,0.9) .. (5.5,1.2) .. controls (4.8,1.4) and (4,1.5) .. (3.2,1.8) .. controls (2.6,2.1) and (1.5,2.6) .. (0.3,3.2) .. controls (-0.7,3.7) and (-2.6,3.9) .. (-4.8,3.2) .. controls (-5.5,2.8) and (-6.2,2.3) .. (-6.6,1.8); \draw [draw=#2, line width=#3pt] (-4,-3.1) .. controls (-3.7,-3.5) and (-3.4,-4) .. (-2.6,-4.5) .. controls (-2.2,-4.7) and (-1.4,-4.8) .. (-1.7,-4.2) .. controls (-1.8,-3.8) and (-2,-3.6) .. (-1.9,-3.1); \draw [draw=#2, line width=#3pt] (-3.9,-3.1) -- (-3,-3.8); \draw [draw=#2, line width=#3pt] (-3,-3.8) .. controls (-2.7,-4.1) and (-2.3,-4.6) .. (-1.8,-4.6); \draw [draw=#2, line width=#3pt] (-3.1,-3.7) .. controls (-2.5,-4.1) and (-2.2,-4.3) .. (-1.6,-4.3); \draw [draw=#2, line width=#3pt] (-3.2,-3.1) .. controls (-2.9,-3.4) and (-2.6,-3.6) .. (-2.4,-3.8) .. controls (-2.1,-4.1) and (-1.9,-4.2) .. (-1.7,-4.1); \draw [draw=#2, line width=#3pt] (-2.7,-3.15) .. controls (-2.4,-3.3) and (-2.3,-3.4) .. (-2.2,-3.6) .. controls (-2.1,-3.7) and (-1.9,-3.7) .. (-1.9,-3.8); \draw [draw=#2, line width=#3pt] (-2.2,-3.1) .. controls (-2.1,-3.3) and (-2,-3.4) .. (-1.9,-3.5); \draw [draw=#2, line width=#3pt] (-3.3,-1) .. controls (-3,-1.1) and (-3,-1.5) .. (-3.1,-1.8) .. controls (-2.7,-1.9) and (-2.3,-2) .. (-2,-2.03) .. controls (-1.8,-2.1) and (-1.4,-2.1) .. (-1.2,-2) .. controls (0,-1.3) and (-0.4,-0.7) .. (-1.2,-0.6) .. controls (-1.8,-0.6) and (-2.5,-0.7) .. (-3.3,-1); \draw [draw=#2, line width=#3pt] (-3.2,-1.1) .. controls (-2.6,-1) and (-2,-0.9) .. (-1.2,-0.6); \draw [draw=#2, line width=#3pt] (-3.1,-1.2) .. controls (-2.5,-1.1) and (-1.1,-1.2) .. (-0.8,-0.7); \draw [draw=#2, line width=#3pt] (-1.5,-1.08) .. controls (-1.1,-1.1) and (-0.7,-1.1) .. (-0.5,-1); \draw [draw=#2, line width=#3pt] (-3.1,-1.4) .. controls (-2.6,-1.3) and (-1.8,-1.3) .. (-1,-1.3) .. controls (-0.9,-1.2) and (-0.7,-1.18) .. (-0.47,-1.2); \draw [draw=#2, line width=#3pt] (-3.08,-1.5) .. controls (-2.7,-1.5) and (-2.4,-1.6) .. (-1.9,-1.7) .. controls (-1.6,-1.8) and (-1.4,-1.9) .. (-1,-1.9); \draw [draw=#2, line width=#3pt] (-2.11,-1.64) .. controls (-1.5,-1.6) and (-1.1,-1.5) .. (-0.5,-1.4); \draw [draw=#2, line width=#3pt] (-3.1,-1.6) .. controls (-2.9,-1.6) and (-2.6,-1.7) .. (-2.2,-1.99); \draw [draw=#2, line width=#3pt] (-3.1,-1.7) .. controls (-2.9,-1.7) and (-2.8,-1.8) .. (-2.7,-1.9); \draw [draw=#2, line width=#3pt] (3.4,-1.1) .. controls (3.5,-1.5) and (3.6,-1.8) .. (3.7,-2.2) .. controls (3.4,-2.8) and (2,-2.7) .. (1.2,-2.5); \draw [draw=#2, line width=#3pt] (1.5,-2.3) .. controls (1.8,-2.5) and (2.3,-2.5) .. (3.4,-2.5); \draw [draw=#2, line width=#3pt] (1.8,-2.1) .. controls (2.2,-2.2) and (3.1,-2.1) .. (3.6,-1.8); \draw [draw=#2, line width=#3pt] (2.89,-2.06) .. controls (3.1,-2.1) and (3.4,-2.1) .. (3.7,-2.1); \draw [draw=#2, line width=#3pt] (2.4,-1.7) .. controls (2.9,-1.7) and (3.3,-1.7) .. (3.55,-1.51); \draw [draw=#2, line width=#3pt] (2.9,-1.4) .. controls (3.2,-1.4) and (3.3,-1.4) .. (3.5,-1.4); \draw [draw=#2, line width=#3pt] (5.28,-0.78) .. controls (6.4,-1.8) and (7.5,-2.4) .. (8.6,-2.1) .. controls (8.8,-2.2) and (9.3,-1.5) .. (8.6,-1.2) .. controls (7.9,-0.8) and (7.2,0) .. (8.2,1.5) .. controls (9,2.3) and (8.6,2.9) .. (7.5,2.6) .. controls (6.8,2.2) and (5.9,1.7) .. (5.19,1.3); \draw [draw=#2, line width=#3pt] (5.6,1.2) .. controls (5.8,1.3) and (6.1,1.4) .. (6.2,1.3) .. controls (6.4,1.2) and (6.8,1.3) .. (6.9,1.5) .. controls (7.1,1.6) and (7,2) .. (7.4,2.1) .. controls (7.6,2.3) and (7.7,2.4) .. (7.7,2.6); \draw [draw=#2, line width=#3pt] (5.9,1) .. controls (6.4,1) and (7.6,1.4) .. (8.2,2.6); \draw [draw=#2, line width=#3pt] (6.2,0.7) .. controls (6.4,0.8) and (6.8,0.8) .. (7.1,0.8) .. controls (7.3,0.7) and (7.5,0.7) .. (7.8,0.8); \draw [draw=#2, line width=#3pt] (6.3,0.4) .. controls (6.6,0.6) and (6.9,0.1) .. (7.7,0.2); \draw [draw=#2, line width=#3pt] (6.3,0.1) .. controls (6.8,-0.1) and (7.2,-0.5) .. (7.7,-0.4); \draw [draw=#2, line width=#3pt] (6.1,-0.3) .. controls (6.5,-0.6) and (6.9,-1.2) .. (8,-0.7); \draw [draw=#2, line width=#3pt] (7,-0.9) .. controls (7.5,-1.1) and (8,-1.2) .. (8.39,-1); \draw [draw=#2, line width=#3pt] (5.69,-0.64) .. controls (6.1,-0.8) and (6.7,-1.1) .. (7.2,-1.4) -- (8.7,-2.1); \draw [draw=#2, line width=#3pt] (7.2,-1.4) -- (7.8,-2.2); \draw [draw=#2, line width=#3pt] (-5.5,2.75) .. controls (-5.5,3.1) and (-5.4,3.7) .. (-5.1,4.3) .. controls (-5,4.3) and (-4.8,4.4) .. (-4.5,4.8) .. controls (-4.8,4.2) and (-5,3.6) .. (-4.9,3.13); \draw [draw=#2, line width=#3pt] (-4.56,4.73) .. controls (-4.4,4.7) and (-4.2,4.8) .. (-3.9,5) .. controls (-4.1,4.6) and (-4.3,4) .. (-4.2,3.35); \draw [draw=#2, line width=#3pt] (-3.9,5) .. controls (-3.8,5) and (-3.6,5.1) .. (-3.3,5.3) .. controls (-3.5,4.8) and (-3.7,4.3) .. (-3.6,3.5); \draw [draw=#2, line width=#3pt] (-3.3,5.3) .. controls (-3.2,5.2) and (-2.9,5.1) .. (-2.6,5.4) .. controls (-3,4.9) and (-3.1,3.9) .. (-3,3.6); \draw [draw=#2, line width=#3pt] (-2.6,5.4) .. controls (-2.4,5.3) and (-2.13,5.26) .. (-1.8,5.4) .. controls (-2.2,4.8) and (-2.3,4.3) .. (-2.3,3.6); \draw [draw=#2, line width=#3pt] (-1.8,5.4) .. controls (-1.7,5.3) and (-1.4,5.3) .. (-1,5.4) .. controls (-1.3,5) and (-1.6,4.2) .. (-1.5,3.6); \draw [draw=#2, line width=#3pt] (-1,5.4) .. controls (-0.9,5.2) and (-0.6,5.1) .. (-0.4,5.1) .. controls (-0.6,4.7) and (-0.9,4.2) .. (-0.9,3.6); \draw [draw=#2, line width=#3pt] (-0.4,5.1) .. controls (-0.2,5) and (0,5) .. (0.2,5) .. controls (-0.1,4.5) and (-0.3,4) .. (-0.4,3.4); \draw [draw=#2, line width=#3pt] (0.2,5) .. controls (0.3,4.6) and (0.5,4.2) .. (0.7,4) .. controls (0.5,3.7) and (0.4,3.5) .. (0.4,3.13); \draw [draw=#2, line width=#3pt] (1,2.84) .. controls (1.1,3.3) and (1.3,3.9) .. (1.9,4.4) .. controls (2.4,4.2) and (2.7,3.8) .. (3.1,3.3) .. controls (3.3,3.1) and (3.5,2.6) .. (3.5,2.3) .. controls (3.7,2.1) and (3.8,1.9) .. (3.8,1.6); \draw [draw=#2, line width=#3pt] (2.2,4.2) .. controls (1.8,3.8) and (1.5,3.4) .. (1.3,2.7); \draw [draw=#2, line width=#3pt] (2.5,4) .. controls (2.2,3.7) and (1.9,3.2) .. (1.7,2.5); \draw [draw=#2, line width=#3pt] (2.8,3.7) .. controls (2.5,3.4) and (2.3,3) .. (2.1,2.3); \draw [draw=#2, line width=#3pt] (3,3.4) .. controls (2.8,3.1) and (2.5,2.6) .. (2.4,2.2); \draw [draw=#2, line width=#3pt] (3.3,3) .. controls (3,2.7) and (2.8,2.3) .. (2.7,2.01); \draw [draw=#2, line width=#3pt] (3.4,2.6) .. controls (3.2,2.4) and (3.1,2.1) .. (3,1.9); \draw [draw=#2, line width=#3pt] (3.5,2.3) .. controls (3.4,2.1) and (3.3,1.9) .. (3.31,1.74); \draw [draw=#2, line width=#3pt] (3.7,2) .. controls (3.6,1.9) and (3.6,1.8) .. (3.6,1.66); \end{tikzpicture}} %6### \newcommand{\fcSturgeon}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Esturjao.jpg}}; \draw [draw=#2, line width=#3pt] (-8.9,-0.2) .. controls (-8.5,0.2) and (-8,0.4) .. (-7.6,0.9) .. controls (-7.2,1.2) and (-6.7,1.4) .. (-6.3,1.5) .. controls (-4.3,2.4) and (-0.4,2.3) .. (2.4,1.3) .. controls (4,0.5) and (6.5,0.4) .. (7.5,1) .. controls (7.9,1.2) and (7.7,0.5) .. (6.3,-0.3) .. controls (5.7,-0.3) and (5.2,-0.3) .. (4.3,-0.4) .. controls (3.4,-0.5) and (2.8,-0.6) .. (0.6,-1) node (v1) {} .. controls (-0.8,-1.1) and (-2.4,-1.2) .. (-3.8,-1.1) .. controls (-3.8,-1.1) and (-3.5,-1.6) .. (-3.8,-2.3) .. controls (-4.4,-2.4) and (-4.8,-1.5) .. (-5,-1.1) .. controls (-5.3,-1) and (-5.7,-0.9) .. (-6.2,-0.8) .. controls (-6.5,-0.9) and (-7.1,-0.9) .. (-7.3,-0.7) .. controls (-7.6,-0.7) and (-8.3,-0.7) .. (-8.9,-0.2); \draw [draw=#2, line width=#3pt] (-9.1,-0.5) .. controls (-8.9,-0.5) and (-8.8,-0.4) .. (-8.8,-0.3); \draw [draw=#2, line width=#3pt] (-8.7,-0.4) .. controls (-8.7,-0.6) and (-8.8,-0.7) .. (-9,-0.8); \draw [draw=#2, line width=#3pt] (-8.1,-0.6) .. controls (-8.1,-0.9) and (-8.1,-1.1) .. (-8,-1.4); \draw [draw=#2, line width=#3pt] (-7.9,-0.7) .. controls (-7.9,-0.9) and (-7.8,-1.2) .. (-7.6,-1.4); \draw [draw=#2, line width=#3pt] (-7.7,-0.7) .. controls (-7.9,-0.4) and (-7.6,0) .. (-7.2,0.18) .. controls (-6.8,0.3) and (-6.3,0.4) .. (-6.2,0) .. controls (-6.1,0.3) and (-5.9,0.6) .. (-5.7,0.6) .. controls (-5.4,0.5) and (-5.2,0.2) .. (-5.2,-0.1) .. controls (-5.2,-0.4) and (-5.4,-0.7) .. (-5.7,-0.9); \draw [draw=#2, line width=#3pt] (-6.21,-0.02) .. controls (-6.3,-0.3) and (-6.3,-0.6) .. (-6.2,-0.8); \draw [draw=#2, line width=#3pt] (-7.2,-0.2) circle (0.2cm); \draw [fill=black, line width=3pt] (-7.2,-0.2) circle (0.05cm); \draw [draw=#2, line width=#3pt] (-8.14,-0.3) .. controls (-8.02,-0.2) and (-7.89,-0.19) .. (-7.87,-0.35); \draw [draw=#2, line width=#3pt] (-5.5,0.1) .. controls (-5.4,-0.1) and (-5.4,-0.3) .. (-5.5,-0.4); \draw [draw=#2, line width=#3pt] (-6,1.6) .. controls (-5.8,1.8) and (-5.6,2) .. (-5.5,2) .. controls (-5.3,2) and (-5.3,1.9) .. (-5.3,1.8); \draw [draw=#2, line width=#3pt] (-5,1.9) .. controls (-4.8,2) and (-4.7,2.2) .. (-4.5,2.2) .. controls (-4.4,2.2) and (-4.3,2.1) .. (-4.3,2); \draw [draw=#2, line width=#3pt] (-4.2,2) .. controls (-4.1,2.1) and (-3.9,2.2) .. (-3.7,2.3) .. controls (-3.5,2.3) and (-3.3,2.3) .. (-3.3,2.1); \draw [draw=#2, line width=#3pt] (-3.2,2.1) .. controls (-3,2.3) and (-2.8,2.4) .. (-2.61,2.38) .. controls (-2.54,2.37) and (-2.5,2.2) .. (-2.5,2.1); \draw [draw=#2, line width=#3pt] (-2.4,2.12) .. controls (-2.1,2.3) and (-1.9,2.4) .. (-1.8,2.3) .. controls (-1.6,2.3) and (-1.6,2.2) .. (-1.6,2.08); \draw [draw=#2, line width=#3pt] (-1.33,2.07) .. controls (-1,2.4) and (-0.8,2.3) .. (-0.7,2); \draw [draw=#2, line width=#3pt] (-0.6,2) .. controls (-0.3,2.3) and (0.1,2.3) .. (0.1,1.9); \draw [draw=#2, line width=#3pt] (0.2,1.89) .. controls (0.4,2.2) and (0.8,2.1) .. (0.7,1.7); \draw [draw=#2, line width=#3pt] (0.9,1.7) .. controls (1.1,1.8) and (1.4,1.9) .. (1.4,1.6); \draw [draw=#2, line width=#3pt] (1.4,1.6) .. controls (1.8,1.8) and (2.4,2.1) .. (2.9,2.4) .. controls (3.3,2.3) and (3.4,1.7) .. (3.9,1.5) .. controls (4.3,1.3) and (4.5,1) .. (4.6,0.65); \draw [draw=#2, line width=#3pt] (6.7,0.7) .. controls (7.1,1) and (7.4,1.2) .. (7.8,1.44) .. controls (8.4,1.8) and (9.1,2.2) .. (9.66,2) .. controls (8.6,1.4) and (7,0.1) .. (7.65,-0.76) .. controls (7.3,-0.7) and (6.6,-0.5) .. (6.2,-0.4); \draw [draw=#2, line width=#3pt] (6,-0.3) .. controls (5.8,-0.7) and (5.4,-1.1) .. (5.1,-1.2) .. controls (4.6,-1) and (4.2,-0.8) .. (4,-0.4); \draw [draw=#2, line width=#3pt] (0.5,-1) -- (0.8,-1.3) -- (0.1,-2) -- (-1.2,-1.1); \draw [draw=#2, line width=#3pt] (-5.12,-1.07) .. controls (-5.2,-0.7) and (-5.1,-0.6) .. (-4.7,-0.7) .. controls (-4.6,-0.9) and (-4.3,-1) .. (-4.1,-1) .. controls (-3.9,-1) and (-3.8,-1.2) .. (-3.7,-1.4); \draw [draw=#2, line width=#3pt] (-5.18,-0.1) -- (-4.9,-0.1); \draw [draw=#2, line width=#3pt] (-4.6,-0.1) -- (-4.4,-0.08); \draw [draw=#2, line width=#3pt] (-4.2,-0.05) -- (-3.9,0); \draw [draw=#2, line width=#3pt] (-3.7,0) -- (-3.47,0.06); \draw [draw=#2, line width=#3pt] (-3.28,0.1) -- (-3.02,0.1); \draw [draw=#2, line width=#3pt] (-2.8,0.1) -- (-2.4,0.1); \draw [draw=#2, line width=#3pt] (-2.2,0.1) -- (-1.9,0.1); \draw [draw=#2, line width=#3pt] (-1.1,0.07) -- (-0.7,0.08); \draw [draw=#2, line width=#3pt] (-0.5,0.1) -- (-0.1,0.1); \draw [draw=#2, line width=#3pt] (0.18,0.06) -- (0.6,0); \draw [draw=#2, line width=#3pt] (0.9,0) -- (1.4,0); \draw [draw=#2, line width=#3pt] (1.6,0) -- (2.2,0); \draw [draw=#2, line width=#3pt] (2.4,0) -- (3,-0.04); \draw [draw=#2, line width=#3pt] (3.2,-0.05) -- (3.5,-0.1); \draw [draw=#2, line width=#3pt] (3.7,-0.1) -- (4.1,-0.1); \draw [draw=#2, line width=#3pt] (4.3,-0.1) -- (4.6,-0.1); \draw [draw=#2, line width=#3pt] (5,-0.1) -- (4.8,-0.1); \draw [draw=#2, line width=#3pt] (5.1,-0.1) -- (6.7,-0.1); \draw [draw=#2, line width=#3pt] (-1.7,0.1) -- (-1.3,0.1); \draw [draw=#2, line width=#3pt] (-4.77,-0.05) ellipse (0.13 and 0.2); \draw [draw=#2, line width=#3pt] (-4.3,-0.01) ellipse (0.13 and 0.2); \draw [draw=#2, line width=#3pt] (-3.8,0.06) ellipse (0.13 and 0.2); \draw [draw=#2, line width=#3pt] (-3.36,0.1) ellipse (0.13 and 0.2); \draw [draw=#2, line width=#3pt] (-2.88,0.1) ellipse (0.13 and 0.2); \draw [draw=#2, line width=#3pt] (-2.3,0.1) ellipse (0.13 and 0.2); \draw [draw=#2, line width=#3pt] (-1.8,0.1) ellipse (0.13 and 0.2); \draw [draw=#2, line width=#3pt] (-1.2,0.1) ellipse (0.13 and 0.2); \draw [draw=#2, line width=#3pt] (-0.6,0.08) ellipse (0.13 and 0.2); \draw [draw=#2, line width=#3pt] (0.02,0.1) ellipse (0.13 and 0.2); \draw [draw=#2, line width=#3pt] (0.73,0.03) ellipse (0.13 and 0.2); \draw [draw=#2, line width=#3pt] (1.5,0) ellipse (0.13 and 0.2); \draw [draw=#2, line width=#3pt] (2.3,0) ellipse (0.13 and 0.15); \draw [draw=#2, line width=#3pt] (3.1,-0.04) ellipse (0.1 and 0.15); \draw [draw=#2, line width=#3pt] (3.6,-0.1) ellipse (0.1 and 0.1); \draw [draw=#2, line width=#3pt] (4.2,-0.1) ellipse (0.1 and 0.09); \draw [draw=#2, line width=#3pt] (4.7,-0.1) ellipse (0.1 and 0.09); \draw [draw=#2, line width=#3pt] (5.07,-0.1) ellipse (0.09 and 0.09); \draw [draw=#2, line width=#3pt] (1.63,1.5) -- (3.1,2.3); \draw [draw=#2, line width=#3pt] (2.1,1.4) -- (3.29,2.04); \draw [draw=#2, line width=#3pt] (2.5,1.2) -- (3.46,1.87); \draw [draw=#2, line width=#3pt] (2.9,1.1) -- (3.7,1.6); \draw [draw=#2, line width=#3pt] (3.23,0.96) -- (4,1.4); \draw [draw=#2, line width=#3pt] (4,0.75) -- (4.4,1); \draw [draw=#2, line width=#3pt] (3.7,0.81) -- (4.22,1.24); \end{tikzpicture}} %7### \newcommand{\fcHerring}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Arenque.jpg}}; \draw [draw=#2, line width=#3pt] (-7.8,0.2) .. controls (-8.1,-0.2) and (-8.5,0.1) .. (-8.84,0.38) .. controls (-8.9,0.5) and (-9.1,1.1) .. (-8.4,1.3) .. controls (-7.6,1.6) and (-6.8,1.8) .. (-5.8,1.9) .. controls (-3.6,2.5) and (4.6,2.1) .. (5.1,1.9) .. controls (5.4,1.8) and (6,1.8) .. (6.12,1.8) .. controls (5.97,1.5) and (5.94,1) .. (6.2,0.8) .. controls (5.7,0.6) and (5.03,0.38) .. (4.36,-0.16) node (v1) {} .. controls (3.7,-0.7) and (2.1,-1.6) .. (1.4,-1.9) .. controls (0.5,-2.4) and (-3.1,-3) .. (-6.1,-1.6) .. controls (-6.9,-1.5) and (-7.9,-0.9) .. (-8.4,-0.5) .. controls (-8.6,-0.2) and (-8.7,0) .. (-8.7,0.2); \draw [draw=#2, line width=#3pt] (-6.98,1.74) .. controls (-6.3,1.5) and (-5.9,0.6) .. (-6.1,-0.1) .. controls (-6.2,-0.7) and (-7,-1.1) .. (-7.87,-0.87); \draw [draw=#2, line width=#3pt] (-7.5,0.8) ellipse (0.6 and 0.5); \draw [fill=black, line width=3pt] (-7.5,0.7) ellipse (0.3 and 0.3); \draw [draw=#2, line width=#3pt] (-6.1,-0.1) .. controls (-5,-0.3) and (-4.4,1.3) .. (-5.5,1.9); \draw [draw=#2, line width=#3pt] (-5.6,-0.1) .. controls (-5.5,-0.6) and (-5.7,-1.4) .. (-6.2,-1.6); \draw [draw=#2, line width=#3pt] (-5.5,-1.1) .. controls (-5.3,-1.4) and (-4.8,-1.7) .. (-4,-1.8) .. controls (-3.7,-1.5) and (-3.5,-1.3) .. (-3.3,-1.1) .. controls (-3.9,-0.8) and (-4.4,-1) .. (-5.52,-1.11); \draw [draw=#2, line width=#3pt] (-2.6,-2.5) .. controls (-2.2,-2.9) and (-1.8,-3.3) .. (-1.3,-3.7) .. controls (-1,-3.7) and (-0.8,-3.6) .. (-0.8,-3.1) .. controls (-0.8,-2.9) and (-0.5,-2.7) .. (-0.6,-2.4); \draw [draw=#2, line width=#3pt] (5.1,0.3) .. controls (4.8,-0.1) and (5,-0.5) .. (4.8,-0.8) .. controls (4.6,-1.2) and (4,-1.4) .. (3.7,-1.6) .. controls (3.3,-1.7) and (2.9,-2.2) .. (2.5,-2.2) .. controls (2.2,-2) and (2,-1.9) .. (1.7,-1.7); \draw [draw=#2, line width=#3pt] (6.1,1.8) .. controls (6.5,2.3) and (7.3,3.2) .. (8.8,3.6) .. controls (9.2,3.5) and (8.9,3.1) .. (8.7,2.9) .. controls (7.2,1.5) and (7.3,1) .. (8.9,-0.7) .. controls (8.7,-1.6) and (6.7,-0.2) .. (6.2,0.8); \draw [draw=#2, line width=#3pt] (-2.8,2.2) .. controls (-2.2,2.9) and (-1.8,3.6) .. (-0.8,4.1) .. controls (-0.5,4) and (-0.5,3.4) .. (0,3.2) .. controls (0.3,3.1) and (0.7,2.7) .. (0.9,2.2); \draw [draw=#2, line width=#3pt] (4.6,0) -- (4.9,-0.3); \draw [draw=#2, line width=#3pt] (4.4,-0.1) -- (4.9,-0.6); \draw [draw=#2, line width=#3pt] (4.2,-0.3) -- (4.8,-0.9); \draw [draw=#2, line width=#3pt] (3.9,-0.5) -- (4.6,-1.1); \draw [draw=#2, line width=#3pt] (3.7,-0.6) -- (4.4,-1.2); \draw [draw=#2, line width=#3pt] (3.4,-0.8) -- (4.1,-1.4); \draw [draw=#2, line width=#3pt] (3.1,-1) -- (3.8,-1.6); \draw [draw=#2, line width=#3pt] (2.7,-1.2) -- (3.4,-1.8); \draw [draw=#2, line width=#3pt] (2.4,-1.4) -- (3.1,-2); \draw [draw=#2, line width=#3pt] (2.1,-1.6) -- (2.5,-2.2); \draw [draw=#2, line width=#3pt] (-2.3,-2.5) -- (-1,-3.6); \draw [draw=#2, line width=#3pt] (-1.9,-2.5) -- (-0.8,-3.3); \draw [draw=#2, line width=#3pt] (-1.3,-2.48) -- (-0.7,-2.9); \draw [draw=#2, line width=#3pt] (-1,-2.4) -- (-0.6,-2.7); \draw [draw=#2, line width=#3pt] (-5.4,-1.2) .. controls (-4.9,-1.29) and (-4,-1) .. (-3.5,-1.3); \draw [draw=#2, line width=#3pt] (-5.16,-1.44) .. controls (-4.7,-1.5) and (-4.1,-1.4) .. (-3.8,-1.6); \draw [draw=#2, line width=#3pt] (6.3,2) .. controls (7.1,2.1) and (7.8,2.8) .. (8.8,3.58); \draw [draw=#2, line width=#3pt] (6.45,0.4) .. controls (7.3,-0.2) and (8,-0.4) .. (8.54,-0.3); \draw [draw=#2, line width=#3pt] (6.2,0.8) .. controls (6.9,0.4) and (7.4,0.2) .. (8,0.3); \draw [draw=#2, line width=#3pt] (6.1,1.7) .. controls (6.4,1.6) and (7.3,1.8) .. (8.04,2.2); \draw [draw=#2, line width=#3pt] (6,1.1) .. controls (6.8,0.8) and (7.4,0.7) .. (7.8,0.7); \draw [draw=#2, line width=#3pt] (6,1.4) .. controls (6.5,1.3) and (7.3,1.3) .. (7.7,1.6); \draw [draw=#2, line width=#3pt] (-2.4,2.2) -- (-0.6,4); \draw [draw=#2, line width=#3pt] (-1.8,2.2) -- (-0.4,3.5); \draw [draw=#2, line width=#3pt] (-1,2.2) -- (0,3.2); \draw [draw=#2, line width=#3pt] (-0.3,2.2) -- (0.6,2.7); \end{tikzpicture}} %8### \newcommand{\fcCatfish}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {bagre_2.png}}; \draw [draw=#2, line width=#3pt] (-4.4,-2) .. controls (-4.2,-2.2) and (-3.9,-2.4) .. (-3.3,-3.3) .. controls (-2.4,-4.1) and (-1.3,-3.7) .. (-1.1,-3.3) .. controls (-1.2,-4) and (-2.7,-4.2) .. (-3.5,-3.4) .. controls (-3.7,-3.1) and (-4.1,-2.5) .. (-4.3,-2.3) .. controls (-4.5,-2.1) and (-5.1,-2) .. (-5.5,-2) .. controls (-6.5,-2) and (-7.1,-1.8) .. (-7.2,-1.5) node (v2) {} .. controls (-8,-1.3) and (-7.8,0.1) .. (-7.3,0.4) .. controls (-6.8,0.7) and (-5.4,1.1) .. (-5,2.1) .. controls (-4.7,1.2) and (-7.1,0.6) .. (-7.1,0.3) .. controls (-7.6,0.2) and (-7.9,-1.2) .. (-7.2,-1.3) node (v1) {} .. controls (-7,-1.2) and (-6.7,-0.7) .. (-6.5,-0.1) .. controls (-6,0.3) and (-5.1,0.9) .. (-4.6,1) .. controls (-4.3,1) and (-3.9,0.8) .. (-3.81,0.66) .. controls (-2.3,0.6) and (-2.4,-1.7) .. (-3.9,-2.5); \draw [draw=#2, line width=#3pt] (-4.4,-1.2) ellipse (0.3 and 0.3); \draw [fill=black, draw=#2, line width=#3pt] (-4.4,-1.2) ellipse (0.1 and 0.1); \draw [draw=#2, line width=#3pt] (-6.86,-1.3) ellipse (0.15 and 0.1); \draw [draw=#2, line width=#3pt] (-5.52,-1.65) ellipse (0.15 and 0.1); \draw [draw=#2, line width=#3pt] (-7.07,-1.67) .. controls (-7.1,-2) and (-6,-2.4) .. (-4.9,-2.07); \draw [draw=#2, line width=#3pt] (-7,-1.83) .. controls (-6.7,-2.5) and (-5.4,-2.9) .. (-4.1,-2.6); \draw [draw=#2, line width=#3pt] (-6.29,-2.46) .. controls (-6,-2.7) and (-6.2,-3.1) .. (-5.4,-3.2) .. controls (-5.6,-2.9) and (-6,-3.1) .. (-5.99,-2.56); \draw [draw=#2, line width=#3pt] (-5.1,-2.7) .. controls (-5.2,-2.9) and (-4.6,-3.1) .. (-4.8,-3.3) .. controls (-4.8,-3.2) and (-5.4,-2.9) .. (-5.3,-2.7); \draw [draw=#2, line width=#3pt] (-6.4,-1.2) .. controls (-6.24,-1.15) and (-6.16,-0.99) .. (-6.1,-0.8); \draw [draw=#2, line width=#3pt] (-5.9,-0.6) .. controls (-5.66,-0.14) and (-5.36,0.06) .. (-4.9,0.2); \draw [draw=#2, line width=#3pt] (-3.81,0.66) .. controls (-2.9,0.9) and (-1.64,0.27) .. (-1.36,-0.6) .. controls (-1.3,-0.8) and (-1.4,-1.3) .. (-1.67,-1.53) .. controls (-1.9,-2) and (-3,-2.6) .. (-3.8,-2.6); \draw [draw=#2, line width=#3pt] (-3.81,0.66) .. controls (-3.4,0.9) and (-2.5,1.1) .. (-1.8,1.05); \draw [draw=#2, line width=#3pt] (-1.7,1.05) .. controls (-1.4,1.19) and (-1,1.2) .. (-0.58,1.19) node (v3) {} .. controls (-0.6,1.3) and (-0.4,1.7) .. (-0.2,1.9) .. controls (-0.1,2.4) and (-0.2,2.5) .. (-0.6,2.33) .. controls (-0.9,2.3) and (-1.4,1.6) .. (-1.7,1.05); \draw [draw=#2, line width=#3pt] (v3) -- (3,1.35); \draw [draw=#2, line width=#3pt] (3.2,1.36) .. controls (4.6,1.3) and (5.8,1.6) .. (6.2,1.7) .. controls (6.9,1.9) and (7,2.6) .. (6.6,2.9); \draw [draw=#2, line width=#3pt] (-1.36,-0.6) .. controls (-1.2,-0.7) and (-0.9,-0.7) .. (-0.4,-0.4) .. controls (-0.2,-0.3) and (0.3,-0.3) .. (0.4,-0.6) .. controls (0.6,-1) and (0.5,-1.5) .. (0.3,-1.9) .. controls (0,-2.1) and (-0.5,-2) .. (-0.9,-1.7) .. controls (-1.1,-1.6) and (-1.4,-1.5) .. (-1.67,-1.53); \draw [draw=#2, line width=#3pt] (-4.6,1) .. controls (-4.3,1.4) and (-2,1.6) .. (-1.36,1.6); \draw [draw=#2, line width=#3pt] (-3.4,-2.55) .. controls (-2.7,-2.9) and (-1,-2.7) .. (-0.3,-2.3) .. controls (0.8,-1.6) and (2.7,-0.9) .. (4.1,-0.7) .. controls (6.4,-0.3) and (7.3,0.2) .. (7.8,1.4) .. controls (7.9,2.1) and (7.5,3) .. (6.9,3.1) .. controls (6.6,3.2) and (6.2,2.8) .. (6.4,2.3) .. controls (6.5,2.1) and (5.9,1.8) .. (5.2,1.8) .. controls (4,1.7) and (1.1,1.8) .. (-0.37,1.7); \draw [draw=#2, line width=#3pt] (7.8,1.4) .. controls (7.8,0.9) and (7.7,0.1) .. (6.94,-0.34) .. controls (6.4,-0.4) and (5.9,-0.9) .. (5.58,-1.05) .. controls (5.4,-1.2) and (4.9,-1.3) .. (4.4,-1.4) .. controls (3.9,-1.4) and (3.2,-1.6) .. (2.8,-1.75) .. controls (2.3,-1.9) and (2,-1.6) .. (1.72,-1.32); \draw [draw=#2, line width=#3pt] (0.4,-1.9) .. controls (0.5,-2.1) and (1.4,-2.5) .. (1.8,-2.3) .. controls (1.9,-2.1) and (1.7,-1.8) .. (1.74,-1.6) .. controls (1.7,-1.5) and (1.67,-1.43) .. (1.58,-1.38); \draw [draw=#2, line width=#3pt] (6.9,3.1) .. controls (6.9,3.6) and (6.4,4.2) .. (5.9,4.45) .. controls (5.7,4.6) and (5.4,4.4) .. (5.3,4) .. controls (5.16,3.6) and (5.1,3) .. (5.14,2.7) .. controls (5.18,2.45) and (5.6,2.4) .. (5.9,2.4) .. controls (6.1,2.45) and (6.35,2.37) .. (6.34,2.13); \draw [draw=#2, line width=#3pt] (-1,1.18) -- (-0.55,1.4); \draw [draw=#2, line width=#3pt] (-1.2,1.17) -- (-0.17,2.21); \draw [draw=#2, line width=#3pt] (1.4,1.13) -- (-0.7,2.3); \draw [draw=#2, line width=#3pt] (5.5,4.4) .. controls (5.9,4.2) and (6.3,3.9) .. (6.7,3.1); \draw [draw=#2, line width=#3pt] (5.31,4.09) .. controls (5.6,3.9) and (6.1,3.5) .. (6.5,3); \draw [draw=#2, line width=#3pt] (5.18,3.5) .. controls (5.5,3.4) and (6,3.2) .. (6.43,2.89); \draw [draw=#2, line width=#3pt] (5.12,3.18) .. controls (5.5,3.1) and (5.9,2.9) .. (6.33,2.67); \draw [draw=#2, line width=#3pt] (5.14,2.7) .. controls (5.5,2.7) and (6,2.6) .. (6.38,2.35); \draw [draw=#2, line width=#3pt] (0.54,-1.83) .. controls (0.7,-2) and (1.41,-2.23) .. (1.8,-2.1); \draw [draw=#2, line width=#3pt] (0.76,-1.74) .. controls (1.1,-1.9) and (1.4,-1.9) .. (1.8,-1.9); \draw [draw=#2, line width=#3pt] (1.1,-1.59) .. controls (1.3,-1.7) and (1.6,-1.7) .. (1.73,-1.7); \draw [draw=#2, line width=#3pt] (2.03,-1.23) -- (2.7,-1.8); \draw [draw=#2, line width=#3pt] (2.5,-1.1) -- (3.2,-1.6); \draw [draw=#2, line width=#3pt] (2.93,-0.94) -- (3.7,-1.5); \draw [draw=#2, line width=#3pt] (3.5,-0.8) -- (4.3,-1.4); \draw [draw=#2, line width=#3pt] (4.2,-0.7) -- (5.05,-1.26); \draw [draw=#2, line width=#3pt] (5,-0.5) -- (5.8,-0.9); \draw [draw=#2, line width=#3pt] (5.8,-0.3) -- (6.44,-0.5); \draw [draw=#2, line width=#3pt] (6.5,0) -- (7.25,-0.1); \draw [draw=#2, line width=#3pt] (6.99,0.3) -- (7.6,0.4); \draw [draw=#2, line width=#3pt] (7.39,0.7) -- (7.73,0.8); \draw [draw=#2, line width=#3pt] (-1.35,-0.7) .. controls (-0.9,-0.8) and (-0.4,-0.8) .. (0.12,-0.38); \draw [draw=#2, line width=#3pt] (-1.38,-1) .. controls (-0.9,-1.1) and (-0.1,-1.2) .. (0.5,-1.2); \draw [draw=#2, line width=#3pt] (-1.55,-1.35) .. controls (-0.7,-1.4) and (0,-1.6) .. (0.36,-1.77); \end{tikzpicture}} %9### \newcommand{\fcMoonfish}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Peixe-lua.jpg}}; \draw [draw=#2, line width=#3pt] (5.7,0.7) .. controls (5.4,0.5) and (5.2,0.1) .. (5.2,-0.2); \draw [draw=#2, line width=#3pt] (5.2,-0.2) .. controls (5.3,-0.4) and (5,-0.6) .. (4.9,-0.7) .. controls (4.7,-0.7) and (4.4,-0.8) .. (4.3,-0.5) .. controls (4.2,-1.1) and (4.8,-1.2) .. (4.9,-0.7) .. controls (5.1,-1.1) and (4.8,-1.4) .. (4.1,-1.6); \draw [draw=#2, line width=#3pt] (4.5,-0.5) .. controls (4.3,-0.4) and (4.1,-0.6) .. (4.1,-0.8); \draw [draw=#2, line width=#3pt] (4.48,-1.47) .. controls (4.3,-2.2) and (2.5,-4.1) .. (0.2,-4.2) .. controls (-0.7,-4.2) and (-1.6,-4) .. (-2.2,-3.9) .. controls (-2.8,-3.7) and (-3.5,-3.6) .. (-3.7,-3.6); \draw [draw=#2, line width=#3pt] (-1.5,-4) .. controls (-1.9,-4.4) and (-2.2,-4.9) .. (-2.3,-5.2) .. controls (-2.6,-5.6) and (-3.5,-6.2) .. (-4,-6.4) .. controls (-4.8,-8) and (-5.6,-7.6) .. (-4.7,-5.9) .. controls (-4.8,-5.1) and (-4.8,-3.8) .. (-4.4,-3.5) .. controls (-7.8,-3.2) and (-7.1,-2.2) .. (-6.6,-1.9) .. controls (-8.1,-1.7) and (-7.2,-0.6) .. (-6.7,-0.5) .. controls (-7.8,-0.3) and (-7.5,1) .. (-6.4,0.9) .. controls (-7.2,1.1) and (-6.8,2.4) .. (-4.4,2.9) .. controls (-4.1,2.8) and (-3.9,2.7) .. (-3.8,2.7) .. controls (-3.9,2.7) and (-4.1,2.8) .. (-4.3,3.2) .. controls (-4.4,3.8) and (-4.2,5.2) .. (-4.1,5.8) .. controls (-4,6.1) and (-4.1,6.5) .. (-4.2,6.9) .. controls (-4.6,7.4) and (-3.9,7.7) .. (-3,6.4) .. controls (-2.2,5.4) and (-2,3.8) .. (-1.4,3.1) .. controls (-0.7,3.3) and (0.8,3.2) .. (1.8,3.03) .. controls (2.8,3) and (3.7,2.3) .. (3.7,1.8) .. controls (3.9,1.7) and (5,1.4) .. (5.2,1.3) .. controls (5.4,1.2) and (5.6,1) .. (5.7,0.7); \draw [draw=#2, line width=#3pt] (-5.8,2) .. controls (-6.2,1.9) and (-6.4,1.6) .. (-6.1,1.1); \draw [draw=#2, line width=#3pt] (-6.5,0.6) .. controls (-7.1,0.5) and (-7.1,-0.1) .. (-6.5,-0.2); \draw [draw=#2, line width=#3pt] (-6.8,-1) .. controls (-7.1,-1.2) and (-6.8,-1.6) .. (-6.5,-1.7); \draw [draw=#2, line width=#3pt] (-6.3,-2.4) .. controls (-6.5,-2.8) and (-6.1,-2.9) .. (-5.7,-2.9); \draw [draw=#2, line width=#3pt] (-3.5,-3.6) .. controls (-3.6,-3.4) and (-3.9,-3.3) .. (-4.2,-3.1) .. controls (-5.1,-3) and (-5.3,-2.1) .. (-5.4,-1.7) .. controls (-5.8,-1) and (-5.6,1.2) .. (-5.1,1.6) .. controls (-4.9,2.1) and (-4.2,2.3) .. (-3.6,2.3) .. controls (-3.4,2.4) and (-3.3,2.5) .. (-3.2,2.5) .. controls (-3.1,2.5) and (-2.1,2.5) .. (-1.4,3.1); \draw [draw=#2, line width=#3pt] (-5.04,-7.31) .. controls (-4.8,-7) and (-4.4,-6.3) .. (-4.2,-5.5) .. controls (-4,-4.8) and (-3.6,-3.9) .. (-3.4,-3.6); \draw [draw=#2, line width=#3pt] (-4.2,7.3) .. controls (-3.8,6.8) and (-3,5) .. (-3.1,4) .. controls (-3.1,3.5) and (-3.1,2.9) .. (-3.1,2.5); \draw [draw=#2, line width=#3pt] (-3.4,2.2) .. controls (-2.3,2.2) and (-1.3,2.7) .. (-1.11,3.16); \draw [draw=#2, line width=#3pt] (-2.1,3) .. controls (-1.8,3) and (-1.6,3.2) .. (-1.53,3.27); \draw [draw=#2, line width=#3pt] (-5.4,0.9) .. controls (-5.2,0.5) and (-3,-0.1) .. (-1.92,0.2) .. controls (-2.3,-0.1) and (-2.6,-0.5) .. (-2.3,-0.8) .. controls (-2.2,-1.1) and (-1.7,-1.7) .. (-1,-1.9); \draw [draw=#2, line width=#3pt] (-1.2,-1.8) .. controls (-1.1,-1.5) and (-0.8,-1.2) .. (-0.32,-1.3) .. controls (-0.6,-0.9) and (-0.4,0) .. (-0.5,0.3) .. controls (-0.5,0.5) and (-0.74,0.65) .. (-1.1,0.6) .. controls (-1.5,0.7) and (-1.6,0.7) .. (-1.92,0.2); \draw [draw=#2, line width=#3pt] (-0.8,-1.7) .. controls (-0.7,-1.5) and (-0.6,-1.4) .. (-0.26,-1.4); \draw [draw=#2, line width=#3pt] (-0.32,-1.3) -- (-0.1,-1.7); \draw [draw=#2, line width=#3pt] (-0.4,-1.7) -- (-0.16,-1.6); \draw [draw=#2, line width=#3pt] (-0.46,-0.1) .. controls (0.1,-0.1) and (1.2,-0.1) .. (1.7,0.2) .. controls (2,0.5) and (2.8,0.6) .. (3.3,0.6) .. controls (4.2,0.5) and (5.1,0.4) .. (5.68,0.7); \draw [draw=#2, line width=#3pt] (-0.5,0.4) .. controls (0.1,0.4) and (2.4,1.1) .. (2.74,1.25) .. controls (3.4,1.4) and (3.6,1.6) .. (3.7,1.8); \draw [draw=#2, line width=#3pt] (2.6,-0.3) ellipse (0.5 and 0.5); \draw [fill=black, draw=#2, line width=#3pt] (2.5,-0.3) ellipse (0.2 and 0.2); \draw [fill=white, line width=#3pt] (2.5,-0.28) ellipse (0.1 and 0.1); \draw [draw=#2, line width=#3pt] (-0.71,0.55) .. controls (-0.9,0.1) and (-0.8,-0.2) .. (-0.8,-0.8); \draw [draw=#2, line width=#3pt] (-1.2,0.6) .. controls (-1.2,0.3) and (-1.16,0.09) .. (-1.05,-0.3); \draw [draw=#2, line width=#3pt] (-1.6,0.6) .. controls (-1.5,0.2) and (-1.4,-0.3) .. (-1.2,-0.9); \draw [draw=#2, line width=#3pt] (-1.92,0.2) .. controls (-1.8,-0.2) and (-1.7,-0.5) .. (-1.57,-0.4); \draw [draw=#2, line width=#3pt] (-2.3,-0.2) .. controls (-2.2,-0.5) and (-2,-0.8) .. (-1.7,-1.1); \draw [draw=#2, line width=#3pt] (0.2,-0.9) .. controls (0.3,-0.6) and (0.5,-0.4) .. (0.9,-0.4) .. controls (1,-0.6) and (1,-0.8) .. (0.9,-1.2) .. controls (1,-1.6) and (0.8,-1.8) .. (0.6,-1.7) .. controls (0.5,-1.4) and (0.3,-1.2) .. (0.2,-0.9); \draw [draw=#2, line width=#3pt] (-5.3,2.1) -- (-4.9,1.9); \draw [draw=#2, line width=#3pt] (-5.9,0.8) -- (-5.5,0.7); \draw [draw=#2, line width=#3pt] (-6,-0.5) -- (-5.6,-0.6); \draw [draw=#2, line width=#3pt] (-5.8,-1.9) -- (-5.36,-1.8); \draw [draw=#2, line width=#3pt] (-5.1,-2.8) -- (-4.92,-2.72); \end{tikzpicture}} %10### \newcommand{\fcCrabA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Um caranguejo de mar.jpg}}; \draw [draw=#2, line width=#3pt] (-4,0.2) .. controls (-2,1.5) and (1.6,1.3) .. (3.2,0.2) .. controls (4.3,-1) and (3.7,-3.7) .. (2.8,-4.3) .. controls (1.2,-6.2) and (-2.2,-5.7) .. (-3.5,-4.2) .. controls (-5,-3.1) and (-4.5,-0.5) .. (-4,0.2); \draw [draw=#2, line width=#3pt] (-1.8,2.89) ellipse (0.7 and 0.7); \draw [fill=black, draw=#2, line width=#3pt] (-1.8,2.89) ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt] (1.3,2.89) ellipse (0.7 and 0.7); \draw [fill=black, draw=#2, line width=#3pt] (1.3,2.89) ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt] (-1.16,1.07) .. controls (-1.4,1.4) and (-1.5,1.9) .. (-1.4,2.3); \draw [draw=#2, line width=#3pt] (-1.9,1) .. controls (-2.2,1.1) and (-2.2,2) .. (-2.08,2.25); \draw [draw=#2, line width=#3pt] (1.6,2.25) .. controls (1.7,1.7) and (1.7,1.2) .. (1.56,0.87); \draw [draw=#2, line width=#3pt] (1,2.25) .. controls (1.08,1.89) and (1.1,1.4) .. (0.8,1.02); \draw [draw=#2, line width=#3pt] (-2.6,0.81) .. controls (-3.6,1.3) and (-3.8,2.5) .. (-3.7,3) .. controls (-3.3,3.1) and (-2.9,3.5) .. (-3.1,4.3) .. controls (-3.4,4.3) and (-3.7,4.1) .. (-3.9,3.8) .. controls (-3.9,4.1) and (-3.7,4.7) .. (-3,5.1) .. controls (-2.3,5) and (-2.5,5.6) .. (-3.5,5.8) .. controls (-3.9,5.9) and (-5.2,6) .. (-5.4,5.1) .. controls (-5.7,4.4) and (-5.4,3.2) .. (-4.8,3.2) .. controls (-4.8,2.9) and (-5.1,1.9) .. (-3.54,0.46); \draw [draw=#2, line width=#3pt] (-4.8,3.2) .. controls (-4.5,3) and (-4.1,2.9) .. (-3.7,3); \draw [draw=#2, line width=#3pt] (-4.81,2.9) .. controls (-4.5,2.6) and (-4.1,2.6) .. (-3.71,2.7); \draw [draw=#2, line width=#3pt] (-4.42,1.5) .. controls (-4,1.3) and (-3.7,1.5) .. (-3.45,1.69); \draw [draw=#2, line width=#3pt] (-4,0.2) .. controls (-5.2,1) and (-7,0.6) .. (-7.4,-0.2) .. controls (-7.6,-0.5) and (-7.6,-1.3) .. (-7.1,-1.18) .. controls (-6.6,-0.5) and (-5.4,0.1) .. (-4.31,-0.57); \draw [draw=#2, line width=#3pt] (-4.46,-1.32) .. controls (-5.6,-0.9) and (-7.2,-1.8) .. (-7.2,-2.9) .. controls (-7.1,-3.6) and (-6.8,-3.7) .. (-6.3,-3.1) .. controls (-6,-2.5) and (-5.3,-2.1) .. (-4.47,-2.27); \draw [draw=#2, line width=#3pt] (-4.25,-3.2) .. controls (-5.2,-3.1) and (-6.1,-3.9) .. (-6,-5.3) .. controls (-5.9,-6) and (-5.2,-6.2) .. (-5.13,-5.5) .. controls (-5.3,-4.4) and (-4.4,-4) .. (-3.72,-4); \draw [draw=#2, line width=#3pt] (-5.7,0.64) .. controls (-5.8,0.3) and (-5.8,0) .. (-5.5,-0.29); \draw [draw=#2, line width=#3pt] (-5.9,-1.37) .. controls (-6,-1.7) and (-5.9,-2.2) .. (-5.6,-2.4); \draw [draw=#2, line width=#3pt] (-5.5,-3.68) .. controls (-5.4,-4.1) and (-5.2,-4.4) .. (-4.9,-4.49); \draw [draw=#2, line width=#3pt] (-1.8,0) .. controls (-1.7,0.1) and (-1.5,0.2) .. (-1.34,0.06); \draw [draw=#2, line width=#3pt] (0.54,0.06) .. controls (0.7,0.2) and (0.9,0.1) .. (0.9,0); \draw [draw=#2, line width=#3pt] (-1.6,0.12) .. controls (-1.5,-1.4) and (0.9,-1) .. (0.8,0.1); \draw [draw=#2, line width=#3pt] (1.88,0.8) .. controls (2.7,1.2) and (3.1,2.2) .. (3,3) .. controls (2.6,2.9) and (2.2,3.5) .. (2.32,4.43) .. controls (2.7,4.4) and (3.02,4.07) .. (3.2,3.7) .. controls (3.4,4.4) and (3,5.2) .. (1.91,5.09) .. controls (2.4,6.4) and (4.9,6.1) .. (4.8,4.4) .. controls (4.8,3.8) and (4.7,3.3) .. (4,3.1) .. controls (4.4,2.6) and (3.9,1) .. (2.9,0.4); \draw [draw=#2, line width=#3pt] (3,3) .. controls (3.4,2.9) and (3.8,2.96) .. (4,3.1); \draw [draw=#2, line width=#3pt] (3,2.7) .. controls (3.4,2.4) and (3.8,2.4) .. (4.12,2.58); \draw [draw=#2, line width=#3pt] (2.8,1.8) .. controls (3,1.5) and (3.5,1.4) .. (3.84,1.5); \draw [draw=#2, line width=#3pt] (3.2,0.2) .. controls (4.3,1) and (6.2,0.4) .. (6.6,-0.3) .. controls (6.9,-0.8) and (6.7,-1.7) .. (5.7,-0.7) .. controls (4.7,0) and (3.8,-0.2) .. (3.62,-0.56); \draw [draw=#2, line width=#3pt] (3.78,-1.29) .. controls (4.6,-1) and (5.9,-1.6) .. (6.2,-2.3) .. controls (6.8,-3.7) and (5.9,-4) .. (5.3,-2.8) .. controls (5.1,-2.4) and (4.3,-2.1) .. (3.74,-2.23); \draw [draw=#2, line width=#3pt] (3.5,-3.2) .. controls (4.5,-3.1) and (5.4,-4.6) .. (5.2,-5.2) .. controls (5,-6.1) and (4.3,-6.2) .. (4.34,-5.3) .. controls (4.4,-4.8) and (4,-4.1) .. (3.1,-4); \draw [draw=#2, line width=#3pt] (5.2,0.5) .. controls (5.2,0.3) and (5.2,-0.1) .. (4.9,-0.3); \draw [draw=#2, line width=#3pt] (5.2,-1.44) .. controls (5.3,-1.9) and (5.2,-2.1) .. (4.88,-2.42); \draw [draw=#2, line width=#3pt] (4.64,-3.75) .. controls (4.6,-4.1) and (4.4,-4.4) .. (4.1,-4.5); \end{tikzpicture}} %11### \newcommand{\fcSleepingBagA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Saco de dormir.jpg}}; \draw[draw=#2, line width=#3pt] (-2.7,4) .. controls (-0.5,8.8) and (4.8,7.1) .. (3.9,2.53) .. controls (4.4,1.7) and (4.1,0.4) .. (3.7,-0.15) .. controls (3.93,-0.89) and (3.6,-1.7) .. (2.9,-2.58) .. controls (3.3,-3) and (2.7,-4.1) .. (2,-4.4) .. controls (2.11,-4.9) and (1,-5.8) .. (0.5,-6) .. controls (-0.9,-7.3) and (-4.1,-6.9) .. (-3.8,-5) .. controls (-4.2,-4.2) and (-4.3,-3.4) .. (-4,-2.8) .. controls (-4.4,-2.4) and (-4.3,-1.2) .. (-4,-0.7) .. controls (-4.1,0) and (-4.01,1.35) .. (-3.4,1.6) .. controls (-3.7,2.3) and (-3.1,3.6) .. (-2.7,3.99); \draw[draw=#2, line width=#3pt] (-3.8,-5) .. controls (-2.7,-4.6) and (-0.3,-5) .. (0.5,-6); \draw[draw=#2, line width=#3pt] (-3.98,-2.93) .. controls (-3.5,-2.8) and (-2.3,-2.95) .. (-1.36,-3.2); \draw[draw=#2, line width=#3pt] (-1.02,-3.3) .. controls (0.1,-3.3) and (1.6,-3.8) .. (2,-4.4); \draw[draw=#2, line width=#3pt] (-4,-0.7) .. controls (-3.3,-0.6) and (-2,-0.7) .. (-0.84,-1); \draw[draw=#2, line width=#3pt] (-0.45,-1.1) .. controls (0.9,-1.3) and (2.6,-1.7) .. (2.9,-2.6); \draw[draw=#2, line width=#3pt] (-3.4,1.6) .. controls (-2.8,1.8) and (-1.6,1.7) .. (-0.3,1.4); \draw [draw=#2, line width=#3pt](0.23,1.3) .. controls (1.3,1.24) and (3.4,0.8) .. (3.7,-0.2); \draw[draw=#2, line width=#3pt] (-0.23,1.27) -- (-1.5,-3.9) -- (-1.2,-4) -- (0.12,1.2); \draw [draw=#2, line width=#3pt](-1.38,4.6) .. controls (-1.9,4) and (-2,3.5) .. (-2.1,2.9) .. controls (-2.2,2.3) and (-2,2.2) .. (-1.5,2.4) .. controls (-0.8,2.6) and (-0.3,2) .. (-0.1,1.9) .. controls (-0.6,1.1) and (0.2,0.7) .. (0.4,1.8) .. controls (0.8,1.95) and (1.5,2) .. (1.9,1.7) .. controls (2.7,1.3) and (3,1.8) .. (2.9,3.3) .. controls (2.6,3.9) and (3.1,4.8) .. (2.6,5.5) .. controls (1.4,6.9) and (-0.5,6.8) .. (-1.38,4.6); \draw[draw=#2, line width=#3pt] (0.04,1.5) ellipse (0.15 and 0.15); \draw [draw=#2, line width=#3pt](-0.1,1.9) .. controls (-0.06,1.96) and (0,2) .. (0.1,2); \draw[draw=#2, line width=#3pt] (0.4,1.8) .. controls (0.41,1.87) and (0.36,1.95) .. (0.3,1.96); \draw[draw=#2, line width=#3pt,rotate=-30] (-0.8,1.8) ellipse (0.1 and 0.15); \draw [draw=#2, line width=#3pt](-2.7,4) .. controls (-2.5,4.1) and (-2.2,4.1) .. (-1.8,4); \draw[draw=#2, line width=#3pt] (2.9,3.1) .. controls (3.2,3.1) and (3.7,2.8) .. (3.9,2.53); \draw [draw=#2, line width=#3pt](-1.4,4.6) .. controls (-1.4,4.3) and (-1.3,3.7) .. (-1.1,3.4) .. controls (-0.7,3.2) and (-0.6,2.6) .. (0.2,2.1) .. controls (0.9,2.3) and (1.8,3.1) .. (2.8,4) .. controls (2.5,6.5) and (0,7) .. (-1.4,4.6); \end{tikzpicture}} %12### \newcommand{\fcCushion}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Uma almofada.jpg}}; \draw[draw=#2, line width=#3pt] (-3,4.9) .. controls (-4.4,4.4) and(-6.4,3.2) .. (-8.4,1.4) .. controls (-9.5,1.4) and (-9.2,0.6) .. (-8.7,0.4) .. controls (-9,-1.5) and (-2.7,-4.6) .. (-1.3,-4.4) .. controls (-1.1,-5.7) and (0.5,-6.1) .. (1,-4.7) .. controls (3.6,-4.8) and (8.4,-0.2) .. (8.5,1.4) .. controls (9.9,2.5) and (9.5,2.5) .. (7.9,2.9) .. controls (6.8,4.2) and (0.5,5.4) .. (-1.6,5) .. controls (-2.1,5.2) and (-2.9,5.7) .. (-3,4.9); \draw[draw=#2, line width=#3pt] (-0.8,5.05) .. controls (-3.3,4.2) and (-7.3,1.7) .. (-8.4,-0.5); \draw[draw=#2, line width=#3pt] (7.9,2.9) .. controls (5.3,3.2) and (-3.2,-3.7) .. (-1.7,-4.38); \draw[draw=#2, line width=#3pt] (7.8,1.1) .. controls (6.5,-0.7) and (4.6,-2.5) .. (1.4,-3.8); \draw[draw=#2, line width=#3pt] (0.9,2.4) .. controls (4.2,2.8) and (1.4,-1.2) .. (-1,0.8) .. controls (-1.8,0.7) and (-3.2,0.9) .. (-3.5,1) .. controls (-3.7,1.1) and (-4.2,1.1) .. (-4.2,0.6) .. controls (-4.5,0.3) and (-5.1,1) .. (-4.57,1.74) .. controls (-4.5,2.4) and (0.1,5) .. (0.9,2.4); \draw[draw=#2, line width=#3pt] (0.9,2.4) .. controls (0.8,1.9) and (0,1.2) .. (-1,0.8); \draw [draw=#2, line width=#3pt](0.7,2.1) .. controls (2.8,2.2) and (0.9,-0.4) .. (-0.47,1.06); \draw[draw=#2, line width=#3pt] (-2.18,3.29) .. controls (-2.8,3.8) and (-4.1,3) .. (-3.8,2.4); \draw [draw=#2, line width=#3pt](-1.3,3.5) .. controls (-2.3,4.3) and (-4.8,3.4) .. (-4.3,2.1); \draw[draw=#2, line width=#3pt] (-2.7,1.5) .. controls (-2.7,1.2) and (-2.2,1.2) .. (-2,1.4); \draw [fill=black] (-2.1,2.8) ellipse (0.2 and 0.2); \draw [fill=black] (-1.1,2.3) ellipse (0.2 and 0.2); \end{tikzpicture}} %13### \newcommand{\fcWardrobe}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Um armario.jpg}}; \draw[draw=#2, line width=#3pt] (-2.9,7.2) -- (-2.8,-6.1) -- (-4.7,-4.4); \draw[draw=#2, line width=#3pt] (-4.7,-4.41) .. controls (-5,-4.3) and (-5.21,-3.89) .. (-5.2,-3.3); \draw[draw=#2, line width=#3pt] (-5.1,5.9) .. controls (-5.12,6.4) and (-5.2,7) .. (-4.5,6.9); \draw[draw=#2, line width=#3pt] (4.2,7) .. controls (5.1,7) and (5.1,7) .. (5.12,6.1); \draw[draw=#2, line width=#3pt] (5.1,-3.7) .. controls (5.1,-4.4) and (5.1,-4.8) .. (4.4,-4.8); \draw[draw=#2, line width=#3pt] (4.7,-4.72) .. controls (4.7,-5) and (4.6,-5.2) .. (4.2,-5.3); \draw [draw=#2, line width=#3pt](-3.1,-6.4) .. controls (-2.9,-6.5) and (-2.3,-6.6) .. (-1.6,-6.47); \draw[draw=#2, line width=#3pt] (-4.77,-4.37) .. controls (-4.8,-4.7) and (-4.7,-5) .. (-4.4,-5.2); \draw[draw=#2, line width=#3pt] (5.11,6.11) -- (5.1,-3.9); \draw[draw=#2, line width=#3pt] (-5.2,-3.32) -- (-5.1,6.1); \draw [draw=#2, line width=#3pt](-4.7,6.9) -- (-2.89,7.2); \draw [draw=#2, line width=#3pt](-2.9,7.2) -- (4.4,7); \draw[draw=#2, line width=#3pt] (-4.4,-5.2) -- (-3.1,-6.4); \draw[draw=#2, line width=#3pt] (-1.6,-6.47) -- (4.2,-5.3); \draw [draw=#2, line width=#3pt](-4.51,-5.08) .. controls (-4.8,-5.7) and (-4.2,-5.9) .. (-4.1,-5.5); \draw[draw=#2, line width=#3pt] (-2.9,-6.5) .. controls (-3.04,-7.54) and (-2.3,-7.6) .. (-2.4,-6.5); \draw [draw=#2, line width=#3pt](3.91,-5.32) .. controls (3.9,-6.2) and (4.5,-6.2) .. (4.4,-5.3); \draw [draw=#2, line width=#3pt] (-2.8,-6.1) -- (4.4,-4.8); \draw[draw=#2, line width=#3pt] (-2,5.7) .. controls (-2.1,6.4) and (-1.9,6.5) .. (-1.3,6.38); \draw[draw=#2, line width=#3pt] (4,6.26) .. controls (4.4,6.4) and (4.6,6.1) .. (4.48,5.7); \draw[draw=#2, line width=#3pt] (-2,-0.9) .. controls (-2.1,-1.7) and (-1.8,-1.7) .. (-1.23,-1.58); \draw[draw=#2, line width=#3pt] (4.51,-0.6) .. controls (4.61,-0.99) and (4.5,-1.12) .. (4,-1.13); \draw[draw=#2, line width=#3pt] (1.6,-2.6) .. controls (1.4,-3.1) and (2,-3) .. (1.8,-2.6); \draw[draw=#2, line width=#3pt] (1.6,-4.3) .. controls (1.3,-5.1) and (2.3,-4.8) .. (1.8,-4.3); \draw[draw=#2, line width=#3pt] (1.5,-4.21) .. controls (0.7,-5.4) and (2.8,-5.1) .. (1.9,-4.19); \draw[draw=#2, line width=#3pt] (1.47,-2.45) .. controls (0.9,-3.5) and (2.7,-3.4) .. (1.92,-2.43); \draw [draw=#2, line width=#3pt] (1.7,-2.5) ellipse (0.2 and 0.2); \draw[draw=#2, line width=#3pt] (1.7,-4.2) ellipse (0.2 and 0.2); \draw[draw=#2, line width=#3pt] (-1.1,-2.2) .. controls (-1.7,-2.2) and (-2.1,-2.2) .. (-2,-2.7) .. controls (-2,-2.9) and (-2,-3.1) .. (-2,-3.2) .. controls (-2,-3.6) and (-1.6,-3.5) .. (-1.4,-3.5) .. controls (-0.6,-3.4) and (0.3,-3.3) .. (1.4,-3.1); \draw [draw=#2, line width=#3pt](2.1,-3) .. controls (2.5,-3) and (3.6,-2.8) .. (4.1,-2.78) .. controls (4.7,-2.7) and (4.5,-2.5) .. (4.54,-2.2) .. controls (4.56,-1.9) and (4.6,-1.6) .. (4.1,-1.7) .. controls (3.3,-1.8) and (0.1,-2.1) .. (-1.2,-2.2); \draw[draw=#2, line width=#3pt] (1.3,-4.8) .. controls (0.1,-5) and (-1,-5.1) .. (-1.5,-5.2) .. controls (-1.6,-5.2) and (-2,-5.4) .. (-2,-4.9) .. controls (-2,-4.4) and (-2.1,-4.1) .. (-1.4,-4.03) .. controls (-0.3,-3.9) and (3.7,-3.3) .. (4.1,-3.3) .. controls (4.6,-3.2) and (4.5,-3.4) .. (4.53,-3.7) .. controls (4.5,-4) and (4.6,-4.3) .. (4.1,-4.3) .. controls (3.4,-4.4) and (2.6,-4.5) .. (2.1,-4.6); \draw[draw=#2, line width=#3pt] (-2,5.9) -- (-2,-1.1); \draw[draw=#2, line width=#3pt] (-1.6,6.4) -- (4.3,6.3); \draw [draw=#2, line width=#3pt](-1.28,-1.59) -- (4.13,-1.12); \draw [draw=#2, line width=#3pt](4.5,5.9) -- (4.52,-0.74); \draw[draw=#2, line width=#3pt] (1.8,6.3) -- (1.8,-1.3); \draw[draw=#2, line width=#3pt] (1.2,2.7) ellipse (0.2 and 1.3); \draw[draw=#2, line width=#3pt] (2.5,2.7) ellipse (0.2 and 1.3); \draw[draw=#2, line width=#3pt] (0.8,3.7) -- (1.1,3.7); \draw [draw=#2, line width=#3pt](0.8,3.3) -- (1,3.3); \draw[draw=#2, line width=#3pt] (0.8,2) -- (1,2); \draw [draw=#2, line width=#3pt](0.8,1.6) -- (1.1,1.6); \draw [draw=#2, line width=#3pt](2.1,3.7) -- (2.4,3.7); \draw[draw=#2, line width=#3pt] (2.1,3.4) -- (2.39,3.4); \draw [draw=#2, line width=#3pt](2.1,2) -- (2.3,2); \draw[draw=#2, line width=#3pt] (2.1,1.54) -- (2.4,1.6); \draw [draw=#2, line width=#3pt](0.8,3.7) -- (0.8,3.3); \draw[draw=#2, line width=#3pt] (0.8,2) -- (0.8,1.6); \draw[draw=#2, line width=#3pt] (2.11,3.7) -- (2.1,3.4); \draw[draw=#2, line width=#3pt] (2.1,2) -- (2.1,1.53); \end{tikzpicture}} %14### \newcommand{\fcBedA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Uma cama.jpg}}; \draw [draw=#2, line width=#3pt] (-0.9,3.6) .. controls (-2.5,3.1) and (-7,1) .. (-8,0.4) .. controls (-9.2,-0.2) and (-9.3,-0.4) .. (-9.3,-1.7) .. controls (-9.3,-2.1) and (-9.3,-2.5) .. (-9.29,-2.8) .. controls (-9.4,-4.2) and (-8.9,-4.01) .. (-7.4,-4.29) .. controls (-5.7,-4.5) and (-1.2,-4.9) .. (0.1,-4.9) .. controls (2.9,-5.2) and (3.3,-4.6) .. (3.77,-3.99) .. controls (5.4,-2.2) and (6.8,-0.3) .. (7.3,0.3) .. controls (7.8,1) and (7.7,1.6) .. (7.8,2.4) .. controls (7.75,3.65) and (7.8,3.4) .. (5.7,3.6) .. controls (3.5,3.7) and (1.2,3.7) .. (-0.9,3.6); \draw[draw=#2, line width=#3pt] (-0.9,3.6) .. controls (-1,4) and (-1,5.5) .. (-0.9,6) .. controls (-0.9,6.7) and (0,6.8) .. (0.7,6.5) .. controls (1.3,6.8) and (2.6,6.7) .. (3.4,6.5) .. controls (4.1,6.86) and (5.3,6.84) .. (5.97,6.46) .. controls (6.6,6.9) and (7.6,6.8) .. (8.2,6.5) .. controls (8.2,5.9) and (8.2,2) .. (8.2,1.2) .. controls (8.2,1) and (8.2,0.6) .. (7.7,-0.1) .. controls (7.4,-0.6) and (3.9,-5.3) .. (3.5,-5.7) .. controls (3.2,-6.1) and (2.9,-6.2) .. (1.8,-6.1) .. controls (-0.6,-5.9) and (-6.1,-5.3) .. (-7.9,-5.2) .. controls (-9.1,-5) and (-8.9,-4.7) .. (-8.9,-4); \draw[draw=#2, line width=#3pt] (7.8,0.1) .. controls (7.9,-0.7) and (7.8,-0.9) .. (7.22,-0.73); \draw [draw=#2, line width=#3pt](3,-6.1) .. controls (3,-7.1) and (2.1,-6.9) .. (2.1,-6.1); \draw[draw=#2, line width=#3pt] (-7.6,-5.2) .. controls (-7.6,-6) and (-8.4,-5.8) .. (-8.3,-5.1); \draw [draw=#2, line width=#3pt](2.7,-1.5) -- (2.7,-4.2); \draw[draw=#2, line width=#3pt] (0.7,6.5) .. controls (0.4,5.9) and (0.55,4.42) .. (0.6,3.63); \draw [draw=#2, line width=#3pt](3.4,6.5) .. controls (3.1,5.8) and (3.2,4.8) .. (3.2,3.7); \draw[draw=#2, line width=#3pt] (5.96,6.46) .. controls (5.7,5.7) and (5.8,4.3) .. (5.9,3.6); \draw [draw=#2, line width=#3pt](7.76,6.62) .. controls (7.4,5.6) and (7.6,4.4) .. (7.6,3.3); \draw[draw=#2, line width=#3pt] (7.2,3) .. controls (6.4,2.1) and (4.9,0.8) .. (3.2,-0.7); \draw [draw=#2, line width=#3pt](-8.1,-0.6) .. controls (-4.4,-1.1) and (-1.4,-1.3) .. (1.6,-1.4); \draw[draw=#2, line width=#3pt] (-3.1,1.4) .. controls (-1.7,1.5) and (0.2,1.5) .. (2.1,1.5); \draw[draw=#2, line width=#3pt] (-1.79,1.98) .. controls (-0.2,2.1) and (1.7,2.2) .. (3.9,2.1); \draw[draw=#2, line width=#3pt,] (-8,-1.3) .. controls (-7.8,-1) and (-7.6,-1.1) .. (-7.5,-1.4) .. controls (-7,-1.3) and (-7,-1.6) .. (-7.3,-1.77) .. controls (-6.9,-1.9) and (-7,-2.24) .. (-7.5,-2.1) .. controls (-7.5,-2.4) and (-8,-2.4) .. (-8,-2) .. controls (-8.2,-2.1) and (-8.6,-1.9) .. (-8.2,-1.63) .. controls (-8.6,-1.4) and (-8.3,-1.1) .. (-8,-1.3); \draw[draw=#2, line width=#3pt] (-7.75,-1.67) ellipse (0.2 and 0.2); \draw[draw=#2, line width=#3pt,cm={cos(0) ,-sin(0) ,sin(0) ,cos(0) ,(2.5 cm,-1.75 cm)}] (-8,-1.3) .. controls (-7.8,-1) and (-7.6,-1.1) .. (-7.5,-1.4) .. controls (-7,-1.3) and (-7,-1.6) .. (-7.3,-1.77) .. controls (-6.9,-1.9) and (-7,-2.24) .. (-7.5,-2.1) .. controls (-7.5,-2.4) and (-8,-2.4) .. (-8,-2) .. controls (-8.2,-2.1) and (-8.6,-1.9) .. (-8.2,-1.63) .. controls (-8.6,-1.4) and (-8.3,-1.1) .. (-8,-1.3); \draw[draw=#2, line width=#3pt] (-5.26,-3.45) ellipse (0.2 and 0.2); \draw[draw=#2, line width=#3pt,cm={cos(0) ,-sin(0) ,sin(0) ,cos(0) ,(7.58 cm,-2.3 cm)}] (-8,-1.3) .. controls (-7.8,-1) and (-7.6,-1.1) .. (-7.5,-1.4) .. controls (-7,-1.3) and (-7,-1.6) .. (-7.3,-1.77) .. controls (-6.9,-1.9) and (-7,-2.24) .. (-7.5,-2.1) .. controls (-7.5,-2.4) and (-8,-2.4) .. (-8,-2) .. controls (-8.2,-2.1) and (-8.6,-1.9) .. (-8.2,-1.63) .. controls (-8.6,-1.4) and (-8.3,-1.1) .. (-8,-1.3); \draw[draw=#2, line width=#3pt] (-0.16,-4.04) ellipse (0.2 and 0.2); \draw[draw=#2, line width=#3pt,cm={cos(0) ,-sin(0) ,sin(0) ,cos(0) ,(5.69 cm,-.45 cm)}] (-8,-1.3) .. controls (-7.8,-1) and (-7.6,-1.1) .. (-7.5,-1.4) .. controls (-7,-1.3) and (-7,-1.6) .. (-7.3,-1.77) .. controls (-6.9,-1.9) and (-7,-2.24) .. (-7.5,-2.1) .. controls (-7.5,-2.4) and (-8,-2.4) .. (-8,-2) .. controls (-8.2,-2.1) and (-8.6,-1.9) .. (-8.2,-1.63) .. controls (-8.6,-1.4) and (-8.3,-1.1) .. (-8,-1.3); \draw[draw=#2, line width=#3pt] (-2.05,-2.13) ellipse (0.2 and 0.2); \draw[draw=#2, line width=#3pt,cm={cos(0) ,-sin(0) ,sin(0) ,cos(0) ,(9.3 cm,-.59 cm)}] (-8,-1.3) .. controls (-7.8,-1) and (-7.6,-1.1) .. (-7.5,-1.4) .. controls (-7,-1.3) and (-7,-1.6) .. (-7.3,-1.77) .. controls (-6.9,-1.9) and (-7,-2.24) .. (-7.5,-2.1) .. controls (-7.5,-2.4) and (-8,-2.4) .. (-8,-2) .. controls (-8.2,-2.1) and (-8.6,-1.9) .. (-8.2,-1.63) .. controls (-8.6,-1.4) and (-8.3,-1.1) .. (-8,-1.3); \draw[draw=#2, line width=#3pt] (1.54,-2.25) ellipse (0.2 and 0.2); \draw[draw=#2, line width=#3pt,cm={cos(0) ,-sin(0) ,sin(45) ,cos(0) ,(13 cm,-.59 cm)}] (-8,-1.3) .. controls (-7.8,-1) and (-7.6,-1.1) .. (-7.5,-1.4) .. controls (-7,-1.3) and (-7,-1.6) .. (-7.3,-1.77) .. controls (-6.9,-1.9) and (-7,-2.24) .. (-7.5,-2.1) .. controls (-7.5,-2.4) and (-8,-2.4) .. (-8,-2) .. controls (-8.2,-2.1) and (-8.6,-1.9) .. (-8.2,-1.63) .. controls (-8.6,-1.4) and (-8.3,-1.1) .. (-8,-1.3); \draw[draw=#2, line width=#3pt] (4.1,-2.3) ellipse (0.2 and 0.15); \draw[draw=#2, line width=#3pt,cm={cos(0) ,-sin(0) ,sin(45) ,cos(0) ,(15 cm,2 cm)}] (-8,-1.3) .. controls (-7.8,-1) and (-7.6,-1.1) .. (-7.5,-1.4) .. controls (-7,-1.3) and (-7,-1.6) .. (-7.3,-1.77) .. controls (-6.9,-1.9) and (-7,-2.24) .. (-7.5,-2.1) .. controls (-7.5,-2.4) and (-8,-2.4) .. (-8,-2) .. controls (-8.2,-2.1) and (-8.6,-1.9) .. (-8.2,-1.63) .. controls (-8.6,-1.4) and (-8.3,-1.1) .. (-8,-1.3); \draw[draw=#2, line width=#3pt] (6.04,0.29) ellipse (0.2 and 0.15); \draw[draw=#2, line width=#3pt,cm={cos(0) ,-sin(0) ,sin(0) ,cos(50) ,(9 cm,4. cm)}] (-8,-1.3) .. controls (-7.8,-1) and (-7.6,-1.1) .. (-7.5,-1.4) .. controls (-7,-1.3) and (-7,-1.6) .. (-7.3,-1.77) .. controls (-6.9,-1.9) and (-7,-2.24) .. (-7.5,-2.1) .. controls (-7.5,-2.4) and (-8,-2.4) .. (-8,-2) .. controls (-8.2,-2.1) and (-8.6,-1.9) .. (-8.2,-1.63) .. controls (-8.6,-1.4) and (-8.3,-1.1) .. (-8,-1.3); \draw[draw=#2, line width=#3pt] (1.21,2.9) ellipse (0.2 and 0.15); \draw[draw=#2, line width=#3pt,cm={cos(0) ,-sin(0) ,sin(0) ,cos(50) ,(12 cm,4. cm)}] (-8,-1.3) .. controls (-7.8,-1) and (-7.6,-1.1) .. (-7.5,-1.4) .. controls (-7,-1.3) and (-7,-1.6) .. (-7.3,-1.77) .. controls (-6.9,-1.9) and (-7,-2.24) .. (-7.5,-2.1) .. controls (-7.5,-2.4) and (-8,-2.4) .. (-8,-2) .. controls (-8.2,-2.1) and (-8.6,-1.9) .. (-8.2,-1.63) .. controls (-8.6,-1.4) and (-8.3,-1.1) .. (-8,-1.3); \draw[draw=#2, line width=#3pt] (4.23,2.9) ellipse (0.2 and 0.15); \draw[draw=#2, line width=#3pt,cm={cos(0) ,-sin(0) ,sin(0) ,cos(50) ,(10 cm,2. cm)}] (-8,-1.3) .. controls (-7.8,-1) and (-7.6,-1.1) .. (-7.5,-1.4) .. controls (-7,-1.3) and (-7,-1.6) .. (-7.3,-1.77) .. controls (-6.9,-1.9) and (-7,-2.24) .. (-7.5,-2.1) .. controls (-7.5,-2.4) and (-8,-2.4) .. (-8,-2) .. controls (-8.2,-2.1) and (-8.6,-1.9) .. (-8.2,-1.63) .. controls (-8.6,-1.4) and (-8.3,-1.1) .. (-8,-1.3); \draw[draw=#2, line width=#3pt] (2.28,0.9) ellipse (0.2 and 0.15); \draw[draw=#2, line width=#3pt,cm={cos(0) ,-sin(0) ,sin(0) ,cos(50) ,(10 cm,1. cm)}] (-8,-1.3) .. controls (-7.8,-1) and (-7.6,-1.1) .. (-7.5,-1.4) .. controls (-7,-1.3) and (-7,-1.6) .. (-7.3,-1.77) .. controls (-6.9,-1.9) and (-7,-2.24) .. (-7.5,-2.1) .. controls (-7.5,-2.4) and (-8,-2.4) .. (-8,-2) .. controls (-8.2,-2.1) and (-8.6,-1.9) .. (-8.2,-1.63) .. controls (-8.6,-1.4) and (-8.3,-1.1) .. (-8,-1.3); \draw[draw=#2, line width=#3pt] (2.25,-0.07) ellipse (0.2 and 0.15); \draw[draw=#2, line width=#3pt,cm={cos(0) ,-sin(0) ,sin(0) ,cos(50) ,(6.85 cm,1.52 cm)}] (-8,-1.3) .. controls (-7.8,-1) and (-7.6,-1.1) .. (-7.5,-1.4) .. controls (-7,-1.3) and (-7,-1.6) .. (-7.3,-1.77) .. controls (-6.9,-1.9) and (-7,-2.24) .. (-7.5,-2.1) .. controls (-7.5,-2.4) and (-8,-2.4) .. (-8,-2) .. controls (-8.2,-2.1) and (-8.6,-1.9) .. (-8.2,-1.63) .. controls (-8.6,-1.4) and (-8.3,-1.1) .. (-8,-1.3); \draw[draw=#2, line width=#3pt] (-0.9,0.4) ellipse (0.2 and 0.15); \draw[draw=#2, line width=#3pt,cm={cos(0) ,-sin(0) ,sin(0) ,cos(50) ,(3.85 cm,0.85 cm)}] (-8,-1.3) .. controls (-7.8,-1) and (-7.6,-1.1) .. (-7.5,-1.4) .. controls (-7,-1.3) and (-7,-1.6) .. (-7.3,-1.77) .. controls (-6.9,-1.9) and (-7,-2.24) .. (-7.5,-2.1) .. controls (-7.5,-2.4) and (-8,-2.4) .. (-8,-2) .. controls (-8.2,-2.1) and (-8.6,-1.9) .. (-8.2,-1.63) .. controls (-8.6,-1.4) and (-8.3,-1.1) .. (-8,-1.3); \draw[draw=#2, line width=#3pt] (-3.93,-0.26) ellipse (0.2 and 0.15); \draw[draw=#2, line width=#3pt,cm={cos(0) ,-sin(0) ,sin(0) ,cos(50) ,(2.8 cm,2.3 cm)}] (-8,-1.3) .. controls (-7.8,-1) and (-7.6,-1.1) .. (-7.5,-1.4) .. controls (-7,-1.3) and (-7,-1.6) .. (-7.3,-1.77) .. controls (-6.9,-1.9) and (-7,-2.24) .. (-7.5,-2.1) .. controls (-7.5,-2.4) and (-8,-2.4) .. (-8,-2) .. controls (-8.2,-2.1) and (-8.6,-1.9) .. (-8.2,-1.63) .. controls (-8.6,-1.4) and (-8.3,-1.1) .. (-8,-1.3); \draw[draw=#2, line width=#3pt] (-5,1.2) ellipse (0.2 and 0.15); \end{tikzpicture}} %15### \newcommand{\fcDressingTableA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Uma penteadeira.jpg}}; \draw [draw=#2, line width=#3pt] (-0.43,3.89) ellipse (2.2 and 2.9); \draw [draw=#2, line width=#3pt] (-0.43,3.89) ellipse (2.8 and 3.5); \draw[draw=#2, line width=#3pt] (-2.6,1.7) .. controls (-2.6,0.8) and (-2.9,0.2) .. (-3.6,0) .. controls (-5.2,0) and (-5,-0.2) .. (-5,-1) .. controls (-5,-1.5) and (-5,-2.5) .. (-5,-3) .. controls (-5.03,-4.4) and (-4.9,-3.86) .. (-3.4,-3.98) .. controls (-1.7,-4) and (1.6,-4) .. (2.7,-3.9) .. controls (4.2,-3.9) and (4,-4) .. (4,-2.3) .. controls (4,-1.6) and (4,-1.1) .. (4,-0.6) .. controls (4,0.1) and (3.6,0) .. (2.3,0) .. controls (1.2,0) and (-1.8,0) .. (-3.6,0); \draw [draw=#2, line width=#3pt] (1.72,1.68) .. controls (1.6,0.9) and (1.9,0.2) .. (2.8,0); \draw [draw=#2, line width=#3pt] (-4.34,-3.96) .. controls (-4.7,-4.7) and (-3.2,-4.9) .. (-3.4,-3.97); \draw[draw=#2, line width=#3pt] (-3.1,-4) .. controls (-3.2,-4.4) and (-2.1,-4.6) .. (-2.1,-3.95); \draw[draw=#2, line width=#3pt] (1.2,-3.95) .. controls (1.1,-4.6) and (2.3,-4.5) .. (2.1,-3.92); \draw [draw=#2, line width=#3pt] (2.5,-3.9) .. controls (2.2,-4.6) and (3.8,-4.9) .. (3.48,-3.9); \draw[draw=#2, line width=#3pt] (-4.2,-4.47) .. controls (-4.3,-8.5) and (-3.4,-8.2) .. (-3.6,-4.5); \draw[draw=#2, line width=#3pt] (-2.9,-4.3) .. controls (-3,-8.2) and (-2.3,-7.9) .. (-2.3,-4.3); \draw[draw=#2, line width=#3pt] (1.34,-4.29) .. controls (1.1,-8.3) and (2.1,-7.5) .. (1.9,-4.3); \draw[draw=#2, line width=#3pt] (2.69,-4.43) .. controls (2.7,-8.8) and (3.4,-8.3) .. (3.3,-4.5); \draw [draw=#2, line width=#3pt] (-0.45,-1.18) ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt] (-2.42,-2.87) ellipse (0.2 and 0.2); \draw[draw=#2, line width=#3pt] (1.54,-2.87) ellipse (0.2 and 0.2); \draw[draw=#2, line width=#3pt] (-4.1,-1.9) rectangle (3,-0.6); \draw [draw=#2, line width=#3pt] (-4.1,-3.3) rectangle (-0.8,-2.3); \draw[draw=#2, line width=#3pt] (-0.2,-3.3) rectangle (3.1,-2.3); \draw [draw=#2, line width=#3pt] (-1,-3.1) rectangle (-3.9,-2.6); \draw [draw=#2, line width=#3pt] (0.1,-3.1) rectangle (2.9,-2.6); \draw[draw=#2, line width=#3pt] (-0.24,-1.18) .. controls (0.1,-1.3) and (0.1,-1.7) .. (-0.07,-1.88); \draw [draw=#2, line width=#3pt] (-0.66,-1.19) .. controls (-0.94,-1.26) and (-1,-1.7) .. (-0.8,-1.9); \draw[draw=#2, line width=#3pt] (-0.6,-1.3) .. controls (-0.8,-1.5) and (-0.7,-1.8) .. (-0.4,-1.8); \draw[draw=#2, line width=#3pt] (-0.3,-1.3) .. controls (-0.1,-1.5) and (-0.2,-1.8) .. (-0.4,-1.8); \draw[draw=#2, line width=#3pt] (-0.8,-1.9) .. controls (-0.6,-2.1) and (-0.3,-2.1) .. (-0.1,-1.9); \ \draw[draw=#2, line width=#3pt] (2.7,-0.26) .. controls (3.7,-0.2) and (3.7,-0.5) .. (3.7,-1) .. controls (3.7,-1.6) and (3.7,-2.3) .. (3.7,-3.2) .. controls (3.7,-3.6) and (3.4,-3.7) .. (2.7,-3.7) .. controls (0.2,-3.7) and (-2.5,-3.7) .. (-4.1,-3.7) .. controls (-4.7,-3.7) and (-4.7,-3.5) .. (-4.66,-3) .. controls (-4.7,-1.8) and (-4.7,-1) .. (-4.7,-0.7) .. controls (-4.6,0) and (-4.5,-0.3) .. (-2.7,-0.24) .. controls (1.4,-0.29) and (1.8,-0.26) .. (2.7,-0.26); \draw [draw=#2, line width=#3pt] (2.7,-1) .. controls (2.7,-1.1) and (2.7,-1.2) .. (2.7,-1.4) .. controls (2.6,-1.4) and (2.5,-1.5) .. (2.5,-1.6) .. controls (1.7,-1.66) and (0.6,-1.65) .. (0.03,-1.6); \draw[draw=#2, line width=#3pt] (2.7,-1) .. controls (2.6,-1.1) and (2.5,-1) .. (2.5,-0.88); \draw[draw=#2, line width=#3pt] (-3.5,-0.88) .. controls (-3.5,-1) and (-3.6,-1.1) .. (-3.7,-1.1); \draw[draw=#2, line width=#3pt] (-3.7,-1.43) .. controls (-3.6,-1.42) and (-3.53,-1.51) .. (-3.57,-1.63); \draw[draw=#2, line width=#3pt] (-3.57,-1.62) -- (-0.92,-1.6); \draw[draw=#2, line width=#3pt] (-3.7,-1.4) -- (-3.7,-1.1); \draw[draw=#2, line width=#3pt] (-3.5,-0.9) -- (2.5,-0.9); \end{tikzpicture}} %16### \newcommand{\fcAlarmClockA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Um despertador.jpg}}; \draw[draw=#2, line width=#3pt] (-4.4,2.84) .. controls (-3.2,3) and (-1,3.1) .. (0.2,3.2) .. controls (1.8,3.2) and (2.2,2.2) .. (2.2,1.6) .. controls (2.2,0.7) and (2.2,-1.1) .. (2.12,-3.7) .. controls (2.12,-4.1) and (2.2,-5.3) .. (0,-5.11) .. controls (-1.9,-4.7) and (-2.9,-4.5) .. (-4.4,-4.2) .. controls (-5,-4.1) and (-5.9,-4.2) .. (-5.83,-2.6) .. controls (-5.8,-1.8) and (-5.83,0.1) .. (-5.8,1.3) .. controls (-5.7,1.8) and (-5.8,2.6) .. (-4.4,2.86); \draw[draw=#2, line width=#3pt] (-3.8,1.9) -- (0.1,2.2); \draw[draw=#2, line width=#3pt] (1.1,1.3) -- (1,-3.2); \draw [draw=#2, line width=#3pt] (0,-4) -- (-3.9,-3.3); \draw [draw=#2, line width=#3pt] (-4.79,1.2) -- (-4.87,-2.1); \draw [draw=#2, line width=#3pt] (-3.8,1.9) .. controls (-4.6,1.9) and (-4.7,1.5) .. (-4.79,1.2); \draw [draw=#2, line width=#3pt] (-4.87,-2.1) .. controls (-4.9,-2.8) and (-4.5,-3) .. (-3.9,-3.3); \draw[draw=#2, line width=#3pt] (0,-4) .. controls (0.4,-4.1) and (0.9,-3.8) .. (1,-3.2); \draw [draw=#2, line width=#3pt] (1.1,1.3) .. controls (0.94,1.9) and (0.63,2.17) .. (0.04,2.21); \draw[draw=#2, line width=#3pt] (0,2.2) -- (-0.4,1.5); \draw[draw=#2, line width=#3pt] (-2,2) -- (-2,1.6); \draw [draw=#2, line width=#3pt] (-3.6,1.93) -- (-3.2,1.3); \draw [draw=#2, line width=#3pt] (-4.8,0.9) -- (-4.2,0.6); \draw [draw=#2, line width=#3pt] (-4.8,-0.7) -- (-4.2,-0.7); \draw[draw=#2, line width=#3pt] (-4.2,-1.7) -- (-4.85,-2.1); \draw[draw=#2, line width=#3pt] (-3.4,-2.8) -- (-3.7,-3.4); \draw[draw=#2, line width=#3pt] (-2,-3.1) -- (-2,-3.7); \draw[draw=#2, line width=#3pt] (-0.7,-3.4) -- (-0.3,-4); \draw [draw=#2, line width=#3pt] (0.5,-2.5) -- (1.1,-2.9); \draw[draw=#2, line width=#3pt] (0.4,-1) -- (1.1,-1); \draw[draw=#2, line width=#3pt] (0.4,0.3) -- (1.1,0.6); \draw [draw=#2, line width=#3pt] (-2,-0.9) ellipse (0.3 and 0.4); \draw[draw=#2, line width=#3pt] (-1.81,-0.63) .. controls (-1.7,2.3) and (-2.3,2) .. (-2.1,-0.6); \draw[draw=#2, line width=#3pt] (-2.29,-0.88) .. controls (-3.7,-1.1) and (-3.2,-1.8) .. (-2.2,-1.3); \draw[draw=#2, line width=#3pt] (-4,2.8) .. controls (-4.3,4.7) and (-1.3,5.4) .. (-1,3.1); \draw [draw=#2, line width=#3pt] (1,3.1) -- (4.1,2.5); \draw[draw=#2, line width=#3pt] (4.1,2.5) .. controls (4.8,2.4) and (4.7,1.6) .. (4.7,1) .. controls (4.7,0) and (4.7,-2.3) .. (4.7,-3.5) .. controls (4.8,-4.1) and (4.2,-4.3) .. (3.6,-4.6) .. controls (2.2,-5) and (1.6,-5.2) .. (0.78,-5.12); \draw [draw=#2, line width=#3pt](-0.2,3.1) .. controls (-0.1,5) and (3.2,5.4) .. (3.1,2.7); \draw [draw=#2, line width=#3pt](-2,4.4) .. controls (-1.7,5.6) and (0.2,5.8) .. (0.9,4.6); \draw [draw=#2, line width=#3pt](-2.8,4.47) .. controls (-1.6,6.9) and (0.3,6.8) .. (1.9,4.57); \draw[draw=#2, line width=#3pt] (-4.4,-4.2) .. controls (-4.7,-5.5) and (-3.7,-5.4) .. (-3.7,-4.3); \draw [draw=#2, line width=#3pt](-2.05,-4.72) .. controls (-2.1,-5.3) and (-1.3,-5.3) .. (-1.2,-4.8); \draw[draw=#2, line width=#3pt] (1,-5.1) .. controls (0.7,-6.8) and (2.1,-6.7) .. (1.8,-5.2); \draw[draw=#2, line width=#3pt] (3.2,-4.8) .. controls (3.3,-5.6) and (4.4,-5.6) .. (4.2,-4.4); \end{tikzpicture}} %17### \newcommand{\fcAbajourA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Lâmpada de patinho.jpg}}; \draw[draw=#2, line width=#3pt] (-4,1.3) .. controls (-2.6,8) and (2.5,7.8) .. (3.9,1.3); \draw[draw=#2, line width=#3pt] (-4,1.3) .. controls (-1.7,0.4) and (1.7,0.4) .. (3.9,1.3); \draw [draw=#2, line width=#3pt](0.4,0.7) -- (0.3,-3.3); \draw[draw=#2, line width=#3pt] (-0.5,0.6) -- (-0.5,-3.3); \draw[draw=#2, line width=#3pt] (-0.5,-3.3) .. controls (-0.3,-3.4) and (0.01,-3.42) .. (0.3,-3.3); \draw[draw=#2, line width=#3pt] (-0.5,-3.1) .. controls (-2.3,-3.8) and (2,-3.8) .. (0.3,-3.1); \draw[draw=#2, line width=#3pt] (-0.5,-3.1) .. controls (-7.7,-4.3) and (8,-4.5) .. (0.3,-3.04); \draw [draw=#2, line width=#3pt](2.5,-3.6) .. controls (4.4,-5.1) and (-4.6,-5) .. (-2.32,-3.52); \draw[draw=#2, line width=#3pt] (-2.3,-3.5) .. controls (-3.7,-3.4) and (-4.5,-3.8) .. (-4.8,-4) .. controls (-5.2,-4.3) and (-5.4,-4.8) .. (-4.36,-5.16) .. controls (-3,-5.6) and (-1.1,-5.33) .. (0,-5.34) .. controls (2.8,-5.4) and (2.7,-5.9) .. (1.1,-6.5) .. controls (0.1,-6.6) and (-0.5,-6.6) .. (-1.7,-6.6) .. controls (-1.4,-7.4) and (-3.2,-7.5) .. (-2.87,-6.58); \draw[draw=#2, line width=#3pt] (-2.3,-6.5) ellipse (0.6 and 0.5); \draw[draw=#2, line width=#3pt] (-2.8,-6.3) .. controls (-3.1,-6.1) and (-3.6,-6.7) .. (-2.87,-6.58); \draw[draw=#2, line width=#3pt] (-2.9,-7) .. controls (-3.5,-6.9) and (-3.4,-6.5) .. (-2.8,-6.7); \draw [draw=#2, line width=#3pt](-1.7,3.5) .. controls (-1.5,3.5) and (-1.3,3.6) .. (-1.1,3.9) .. controls (-1.1,4.6) and (-0.2,4.8) .. (0.3,4.5) .. controls (0.8,4.1) and (0.7,3.4) .. (0,3) .. controls (-0.2,2.6) and (0.3,2.1) .. (0.7,2.5) .. controls (1.2,2.2) and (0.8,0.9) .. (-0.6,1.5) .. controls (-1,1.7) and (-0.9,2.3) .. (-0.7,2.5) .. controls (-0.5,2.6) and (-0.33,2.79) .. (-0.3,3.03) .. controls (-0.4,3) and (-0.58,3.04) .. (-0.6,3) .. controls (-0.9,3) and (-1.4,3.1) .. (-1.7,3.5); \draw [draw=#2, line width=#3pt](-1.1,3.8) .. controls (-0.8,3.8) and (-0.5,3.4) .. (-0.6,3); \draw[draw=#2, line width=#3pt, fill=black] (-0.6,4) ellipse (0.1 and 0.1); \draw[draw=#2, line width=#3pt, fill=black] (-0.2,4) ellipse (0.1 and 0.1); \draw[draw=#2, line width=#3pt] (-0.3,3.05) .. controls (-0.2,3) and (-0.1,3) .. (0,3); \draw [draw=#2, line width=#3pt](-0.05,2.7) .. controls (-0.6,1.9) and (0.5,1.7) .. (0.6,2.4); \draw[draw=#2, line width=#3pt] (-0.5,0.4) .. controls (-1.4,0.4) and (-3.3,0.6) .. (-4.2,1) .. controls (-3.4,8.4) and (3.2,8.5) .. (4.1,1.1) .. controls (3.5,0.8) and (1.6,0.4) .. (0.4,0.4); \end{tikzpicture}} %18### \newcommand{\fcComputerA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Computador.jpg}}; \draw [draw=#2, line width=#3pt] (-7.5,5.1) .. controls (-5.2,5.2) and (-2.9,5.2) .. (-0.1,5.41) .. controls (1.9,5.5) and (1.9,5.3) .. (1.84,4.3) .. controls (1.8,3.6) and (1.7,-0.3) .. (1.7,-1.9) .. controls (1.5,-2) and (1.1,-2.1) .. (0.5,-2) .. controls (-2.5,-1.9) and (-6,-1.7) .. (-7.8,-1.5) .. controls (-8.1,-1.5) and (-8.4,-0.9) .. (-8.3,-0.3) .. controls (-8.4,0.6) and (-8.3,2.7) .. (-8.33,4.2) .. controls (-8.4,4.8) and (-8,5.1) .. (-7.5,5.1); \draw [draw=#2, line width=#3pt] (-4.5,-1.2) ellipse (0.4 and 0.2); \draw [draw=#2, line width=#3pt] (-3.7,-1.2) ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt] (-3.1,-1.2) ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt](-2.5,-1.2) ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt] (-1.9,-1.2) ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt] (1.6,5.3) .. controls (2.2,5.1) and (2.4,4.9) .. (2.4,4.2) .. controls (2.4,2) and (2.4,0.8) .. (2.3,-1) .. controls (2.3,-1.6) and (2.1,-1.7) .. (1.7,-1.9); \draw [draw=#2, line width=#3pt](-2,-1.9) .. controls (-2.1,-2.2) and (-2.2,-2.7) .. (-2.4,-3.1) .. controls (-2.7,-3.2) and (-3.1,-3.2) .. (-3.5,-3.1) .. controls (-3.1,-2.5) and (-2.8,-2.2) .. (-2.8,-1.87); \draw [draw=#2, line width=#3pt](-3.3,-2.8) .. controls (-12.5,-4.2) and (5.3,-4.8) .. (-2.2,-2.8); \draw [draw=#2, line width=#3pt](-5.2,-3.4) .. controls (-3.9,-3.8) and (-2.1,-3.8) .. (-0.9,-3.6); \draw [draw=#2, line width=#3pt, rotate=30] (-1.1,-4.5) ellipse (1.3 and 1.2); \draw [draw=#2, line width=#3pt](0.2,-3.7) .. controls (0.9,-3.8) and (1.8,-4.1) .. (2.5,-4.7); \draw [draw=#2, line width=#3pt] (1.4,-4) .. controls (1.5,-3.8) and (1.7,-3.6) .. (2,-3.4); \draw [draw=#2, line width=#3pt] (3.3,5.2) .. controls (4.2,5.4) and (5.8,5.3) .. (7.3,5); \draw [draw=#2, line width=#3pt] (7.3,5) .. controls (7.5,2.8) and (7.4,-1.5) .. (7.4,-3.7) .. controls (5.9,-4) and (4.2,-4.1) .. (3.4,-4) .. controls (3.4,-3.1) and (3.4,1) .. (3.3,5.2); \draw [draw=#2, line width=#3pt] (4,4) rectangle (6.9,3.3); \draw [draw=#2, line width=#3pt] (3.9,1.7) rectangle (7,1); \draw [draw=#2, line width=#3pt] (5.6,-1.4) node (v1) {} ellipse (0.7 and 0.7); \draw [draw=#2, line width=#3pt] (v1) ellipse (0.3 and 0.3); \draw [draw=#2, line width=#3pt] (5.6,-2.8) ellipse (0.4 and 0.4); \draw [draw=#2, line width=#3pt](2.2,4.9) .. controls (2.5,5) and (2.8,5.1) .. (3.3,5.1); \draw [draw=#2, line width=#3pt](0.6,-2) .. controls (0.6,-2.7) and (0.6,-3.1) .. (0.6,-3.4); \draw [draw=#2, line width=#3pt] (2.5,-3.8) .. controls (2.9,-3.9) and (3.1,-3.9) .. (3.4,-4); \draw [draw=#2, line width=#3pt] (0.4,4.7) .. controls (1,4.8) and (1,4.5) .. (1.1,3.8) .. controls (1.2,2.1) and (1.1,1.5) .. (1.12,0) .. controls (1.1,-0.9) and (0.5,-0.8) .. (-0.2,-0.8) .. controls (-1.8,-0.7) and (-4.3,-0.6) .. (-7.2,-0.6) .. controls (-7.6,-0.5) and (-7.9,-0.7) .. (-7.86,0.4) .. controls (-7.8,1.2) and (-7.9,3.4) .. (-7.86,4) .. controls (-7.8,4.4) and (-8.1,4.56) .. (-6.8,4.52) .. controls (-5.7,4.5) and (-2.3,4.6) .. (0.5,4.7); \draw [draw=#2, line width=#3pt] (-7.33,4.5) .. controls (-7.4,4.4) and (-7.5,4.1) .. (-7.5,3.9) .. controls (-7.5,3.2) and (-7.5,1.6) .. (-7.5,0.2) .. controls (-7.5,-0.1) and (-7.5,-0.4) .. (-7,-0.6); \draw [draw=#2, line width=#3pt] (3.35,2.55) -- (7.35,2.5); \draw [draw=#2, line width=#3pt] (3.35,0.1) -- (7.45,0.2); \end{tikzpicture}} %19### \newcommand{\fcChairA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Cadeira com rodizios.jpg}}; \draw [draw=#2, line width=#3pt] (-0.77,-0.9) ellipse (3.7 and 1.8); \draw [draw=#2, line width=#3pt] (-4.4,-1.2) .. controls (-5,-2.1) and (-4.2,-2.4) .. (-3.6,-2.7) .. controls (-1.3,-4.1) and (1.4,-3.5) .. (2.9,-2.3) .. controls (3.5,-1.6) and (3.3,-0.9) .. (2.82,-0.46); \draw [draw=#2, line width=#3pt] (-0.9,-3.5) -- (-0.9,-4.3); \draw [draw=#2, line width=#3pt] (-0.1,-3.5) -- (-0.1,-4.2); \draw [draw=#2, line width=#3pt] (-0.9,-4.3) .. controls (-0.8,-4.5) and (-0.2,-4.5) .. (-0.11,-4.21); \draw [draw=#2, line width=#3pt] (-0.9,-4) -- (-3.8,-4.9); \draw [draw=#2, line width=#3pt] (-3.3,-5.4) -- (-1,-4.9); \draw [draw=#2, line width=#3pt] (-0.2,-5) -- (1.6,-6.2); \draw [draw=#2, line width=#3pt] (2.2,-5.6) -- (0.2,-4); \draw [draw=#2, line width=#3pt] (0.2,-4) -- (0.36,-3.46); \draw [draw=#2, line width=#3pt] (-1,-4.9) .. controls (-0.8,-5.1) and (-0.5,-5.18) .. (-0.2,-5); \draw [draw=#2, line width=#3pt] (-3.8,-4.9) .. controls (-4,-5.2) and (-3.7,-5.5) .. (-3.3,-5.4); \draw [draw=#2, line width=#3pt] (2.2,-5.6) .. controls (2.5,-6.1) and (2.1,-6.3) .. (1.6,-6.2); \draw [draw=#2, line width=#3pt] (-3.8,-5.1) .. controls (-4.3,-5.4) and (-4.5,-5.8) .. (-4.2,-6.1) .. controls (-4.2,-5.71) and (-4,-5.5) .. (-3.8,-5.3); \draw [draw=#2, line width=#3pt] (-4.2,-6.1) .. controls (-4.1,-6.3) and (-3.9,-6.4) .. (-3.7,-6.3) .. controls (-4,-6.1) and (-3.7,-5.5) .. (-3.4,-5.5) .. controls (-2.7,-5.7) and (-3.2,-6.4) .. (-3.7,-6.3); \draw [draw=#2, line width=#3pt] (1.6,-6.6) ellipse (0.3 and 0.4); \draw [draw=#2, line width=#3pt] (2,-6.2) .. controls (2.2,-6.6) and (2.1,-7.1) .. (1.6,-7); \draw [draw=#2, line width=#3pt] (2.2,-6.1) .. controls (2.6,-6.3) and (2.4,-6.9) .. (2,-6.9); \draw [draw=#2, line width=#3pt] (1.7,0.4) -- (2,1.5) -- (0.5,1.9) -- (0.3,0.8); \draw [draw=#2, line width=#3pt] (2,1.5) .. controls (2.9,0.9) and (3.1,1.5) .. (3.4,2) .. controls (3.7,2.5) and (4.1,3.4) .. (4.1,4.1) .. controls (3.9,7.2) and (-1.8,7.3) .. (-2.6,5.5) .. controls (-3.1,4.9) and (-2.9,2.6) .. (-2.5,2.4) .. controls (-2.2,2) and (-1.6,1.9) .. (-1.3,2) .. controls (-0.6,2) and (-0.1,2) .. (0.6,1.9); \draw [draw=#2, line width=#3pt] (-1.2,6.46) .. controls (-0.4,7.4) and (1.3,7) .. (1.8,6.9) .. controls (3.6,6.7) and (4.9,5.2) .. (4.5,3.2) .. controls (4.4,2.1) and (3.5,1) .. (3,1.4); \end{tikzpicture}} %20### \newcommand{\fcTableLight}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Pequena luz da mesa.jpg}}; \draw [draw=#2, line width=#3pt] (0.75,-5.31) ellipse (3.7 and 1.5); \draw [draw=#2, line width=#3pt] (-2.85,-5.6) .. controls (-3.1,-6) and (-3,-6.3) .. (-2.7,-6.6) .. controls (-0.8,-7.9) and (2.7,-7.3) .. (4.4,-6.53) .. controls (4.6,-6.3) and (4.62,-5.75) .. (4.44,-5.43); \draw [draw=#2, line width=#3pt] (2.1,-3.9) .. controls (2.2,-3.2) and (3.7,2.1) .. (0.6,4.5) .. controls (0.82,4.73) and (1.04,4.96) .. (1.2,5.1) .. controls (3,4.3) and (3.6,-0.4) .. (3.1,-4.2); \draw [draw=#2, line width=#3pt] (1.16,5.08) -- (1.8,5.9) -- (0.8,7.2) -- (-1.5,5.7); \draw [draw=#2, line width=#3pt](-1.5,5.7) .. controls (-2.3,6.3) and (-3.8,5.8) .. (-4.2,5.25); \draw [draw=#2, line width=#3pt, rotate=32] (-0.6,4.2) ellipse (1.6 and 2.5); \draw [draw=#2, line width=#3pt] (-1.77,4.6) .. controls (-4.5,4.6) and (-2.5,1.4) .. (-1,3.3); \draw [draw=#2, line width=#3pt] (-1.3,1.2) .. controls (-0.4,1.3) and (0,1.8) .. (0.2,2.1) .. controls (0.5,2.7) and (0.5,3.5) .. (0.13,4.17) .. controls (0.3,4.3) and (0.3,4.3) .. (0.6,4.5); \draw [draw=#2, line width=#3pt](-0.57,-5.4) ellipse (0.7 and 0.4); \draw [draw=#2, line width=#3pt] (-0.9,-5.42) -- (-0.9,-4.8) -- (-0.3,-4.8) -- (-0.3,-5.4); \draw [draw=#2, line width=#3pt](2.2,-3.2) -- (3.14,-3.63); \draw [draw=#2, line width=#3pt] (2.34,-2.5) -- (3.26,-2.9); \draw [draw=#2, line width=#3pt] (2.49,-1.8) -- (3.29,-2); \draw [draw=#2, line width=#3pt] (2.55,-0.9) -- (3.3,-1.1); \draw [draw=#2, line width=#3pt] (2.56,-0.2) -- (3.3,-0.4); \draw [draw=#2, line width=#3pt] (2.5,0.5) -- (3.2,0.4); \draw [draw=#2, line width=#3pt] (2.4,1.4) -- (3.08,1.28); \draw [draw=#2, line width=#3pt] (2.2,2.2) -- (2.9,2.2); \draw [draw=#2, line width=#3pt] (1.86,2.92) -- (2.7,3); \draw [draw=#2, line width=#3pt](1.5,3.6) -- (2.39,3.72); \draw [draw=#2, line width=#3pt](1,4.1) -- (1.95,4.4); \end{tikzpicture}} %21### \newcommand{\fcTony}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {O dois nabos.jpg}}; \draw [draw=#2, line width=#3pt] (-8.4,-0.2) .. controls (-8.6,0.3) and (-8,0.5) .. (-7.5,0.6) .. controls (-7.3,1.2) and (-6.6,1.6) .. (-5.9,1.7) .. controls (-5.6,2.1) and (-5.1,2.7) .. (-4.4,2.6) .. controls (-3.9,3.3) and (-3,3.6) .. (-2.3,3.5) .. controls (-2.1,4.4) and (-0.3,4.2) .. (0.1,3.5) .. controls (0.3,4.7) and (2,3.6) .. (2.9,2.5) .. controls (3.4,3.2) and (3.9,3) .. (4.3,2.5) .. controls (5.7,3.5) and (6.7,1.1) .. (3.6,-0.1) .. controls (3.9,-0.5) and (4.3,-0.64) .. (4.6,-0.6) .. controls (5,-0.5) and (5.4,-0.7) .. (5.8,-1) .. controls (6.4,-1) and (6.9,-1.1) .. (7.1,-1.6) .. controls (7.7,-2) and (8,-2.3) .. (7.2,-2.3) .. controls (6.7,-2.2) and (5,-3.6) .. (5.1,-2) .. controls (5.1,-3) and (4.3,-3.1) .. (3.5,-3.1) .. controls (2.7,-3.1) and (1.6,-3.5) .. (1.1,-3.3) .. controls (-0.8,-3.7) and (-1.3,-3.6) .. (-1.9,-3) .. controls (-2.2,-3.8) and (-4,-3.9) .. (-4.9,-3.8) .. controls (-6.5,-3.3) and (-5.1,-1.1) .. (-4.6,-0.7) .. controls (-5,-0.5) and (-5.8,-0.3) .. (-6.7,-0.4) .. controls (-7.2,-0.3) and (-7.8,-0.2) .. (-8.4,-0.2); \draw [draw=#2, line width=#3pt]( -4.6,-0.7) .. controls (-2.5,1.3) and (-1.1,1.5) .. (-2.7,-1.5) .. controls (-3.1,-2.5) and (-4,-3.5) .. (-4.9,-3.8); \draw[draw=#2, line width=#3pt] (-1.9,-3) .. controls (0.1,-0.9) and (-0.6,1.3) .. (-2.3,0.8); \draw[draw=#2, line width=#3pt] (-1.4,0.8) .. controls (-1.1,2) and (0.8,1.8) .. (1,0.3) .. controls (1,-0.3) and (0.9,-1) .. (0.9,-1.3) .. controls (1.1,-2.3) and (0.9,-2.8) .. (0,-3.5); \draw[draw=#2, line width=#3pt] (-0.1,1.6) .. controls (1.2,1.5) and (2.5,0.8) .. (2.7,-0.1); \draw[draw=#2, line width=#3pt] (2.5,0.3) .. controls (2.9,0.3) and (3.3,0.1) .. (3.6,-0.1); \draw [draw=#2, line width=#3pt] (-3.6,0.2) .. controls (-3.5,0.5) and (-3.5,0.8) .. (-3.4,1); \draw[draw=#2, line width=#3pt] (-5.4,-0.4) .. controls (-5.2,-0.1) and (-5.3,0.3) .. (-5.5,0.5); \draw[draw=#2, line width=#3pt] (1.1,-3.3) .. controls (1.6,-3.1) and (1.6,-2.8) .. (1.7,-2.4); \draw[draw=#2, line width=#3pt] (1.7,-0.2) .. controls (1.7,0.1) and (1.6,0.4) .. (1.4,0.7); \draw[draw=#2, line width=#3pt] (3.1,-2.8) .. controls (3.2,-2.6) and (3.2,-2.4) .. (3.2,-2.2); \draw[draw=#2, line width=#3pt] (3.5,-2.9) .. controls (3.6,-2.5) and (3.5,-2.2) .. (3.5,-2); \draw [draw=#2, line width=#3pt] (4.8,-1.4) .. controls (5,-1.2) and (5,-1.2) .. (5,-1); \draw[draw=#2, line width=#3pt] (-2,-1.9) .. controls (-1.8,-1.7) and (-1.8,-1.5) .. (-1.9,-1.4) .. controls (-1.7,-1.2) and (-1.5,-1) .. (-1.6,-0.7); \draw [draw=#2, line width=#3pt] (-2.6,-2.9) .. controls (-2.2,-2.8) and (-2,-2.7) .. (-1.7,-2.2); \draw[draw=#2, line width=#3pt] (-3.1,0.5) .. controls (-3,0.8) and (-3.1,1.2) .. (-3.1,1.4); \draw[draw=#2, line width=#3pt] (-3.7,2.7) .. controls (-3.5,2.6) and (-3.5,2.4) .. (-3.6,2.2); \draw[draw=#2, line width=#3pt] (2.9,2.5) .. controls (3,2.3) and (3.1,2) .. (2.9,1.8); \draw[draw=#2, line width=#3pt] (-4.4,-2.5) -- (-4,-2.2); \draw[draw=#2, line width=#3pt] (-4.3,-1.7) -- (-3.4,-0.8); \draw[draw=#2, line width=#3pt] (-3.9,-0.8) -- (-3.2,-0.2); \draw[draw=#2, line width=#3pt] (-3.4,-1.2) -- (-2.88,-0.66); \draw[draw=#2, line width=#3pt] (-7.3,0.8) -- (-6.9,0.6); \draw[draw=#2, line width=#3pt] (-5.4,2.2) -- (-5.1,1.7); \draw [draw=#2, line width=#3pt] (-1.8,3.7) -- (-1.5,3.5); \draw[draw=#2, line width=#3pt] (-2,3.5) -- (-1.6,3.1); \draw [draw=#2, line width=#3pt] (0,1.9) -- (0.2,2.5); \draw[draw=#2, line width=#3pt] (-0.4,2) -- (-0.2,2.6); \draw[draw=#2, line width=#3pt] (3.2,2.4) -- (3.6,1.9); \draw[draw=#2, line width=#3pt] (-0.8,-2.9) -- (-0.5,-2.6); \draw[draw=#2, line width=#3pt] (-0.59,-2.24) -- (-0.16,-1.86); \draw[draw=#2, line width=#3pt] (-0.8,-2.1) -- (0.2,-1.3); \draw[draw=#2, line width=#3pt] (-0.3,-1.3) -- (0.2,-0.9); \draw[draw=#2, line width=#3pt] (-0.3,0.1) -- (0.1,0.4); \draw[draw=#2, line width=#3pt] (-0.4,0.3) -- (0.1,0.6); \draw[draw=#2, line width=#3pt] (-0.7,0.5) -- (-0.2,0.8); \draw[draw=#2, line width=#3pt] (3.3,-0.4) -- (3.4,-0.8); \draw[draw=#2, line width=#3pt] (2.7,-2.8) -- (2.9,-2.6); \draw[draw=#2, line width=#3pt] (5.5,-2.5) -- (5.6,-2.2); \draw[draw=#2, line width=#3pt] (3.4,1.9) -- (2.91,1.8); \draw[draw=#2, line width=#3pt] (-1.3,-0.8) .. controls (-1.2,-1.1) and (-1.3,-1.5) .. (-1.6,-1.7); \draw[draw=#2, line width=#3pt] (2.8,-1.4) .. controls (3.1,-1.4) and (3.2,-1.2) .. (3.2,-0.9); \draw[draw=#2, line width=#3pt] (5.8,-1.4) .. controls (6.1,-1.6) and (5.9,-1.8) .. (5.7,-1.9); \draw [draw=#2, line width=#3pt] (4.6,0.4) .. controls (4.6,0.6) and (4.6,0.8) .. (4.5,0.9); \draw[draw=#2, line width=#3pt] (4.9,0.9) .. controls (5,1.1) and (5,1.2) .. (4.8,1.3); \draw [draw=#2, line width=#3pt] (4.9,2.1) .. controls (5,2.2) and (4.9,2.3) .. (4.7,2.4); \draw[draw=#2, line width=#3pt] (1.93,0.97) .. controls (2.2,0.9) and (2.3,1.2) .. (2.3,1.3); \draw [draw=#2, line width=#3pt] (2.3,0.6) .. controls (2.6,0.6) and (2.8,0.8) .. (2.7,1.2); \end{tikzpicture}} %22### \newcommand{\fcCabbageA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Repolho ecológico.jpg}}; \draw [draw=#2, line width=#3pt] (-4.4,2) .. controls (-4.53,2.7) and (-4.56,3.1) .. (-4.6,3.5) .. controls (-4.6,4.3) and (-3.8,4.7) .. (-3.1,4.5) .. controls (-2.3,6.2) and (-0.9,6.2) .. (-0.5,5.4) .. controls (0.1,5.5) and (0.5,5.4) .. (0.8,5.2) .. controls (2.2,5.4) and (2.2,4.6) .. (2.2,3.9) .. controls (2.6,4) and (2.9,4.1) .. (3.2,3.9) .. controls (4.8,4.4) and (4.9,3.4) .. (4.4,2.5) .. controls (4.2,1.8) and (5.7,1.8) .. (6.4,1.1) .. controls (7,0.6) and (6.7,0.1) .. (6.4,-0.2) .. controls (5.9,-0.4) and (6.2,-1.2) .. (5.9,-1.7) .. controls (7,-3) and (5.7,-4) .. (4.5,-3.9) .. controls (3.9,-4.6) and (1.8,-5.2) .. (0.5,-4.6) .. controls (0.4,-5.3) and (-1.6,-5.3) .. (-2.2,-4.4) .. controls (-3.3,-4.5) and (-4.4,-4.4) .. (-5.2,-3.6) .. controls (-6.8,-2.5) and (-6.5,-1.1) .. (-6,-0.6) .. controls (-5.9,-0.7) and (-5.8,-0.8) .. (-5.7,-0.7) .. controls (-5.6,0) and (-5.9,1.8) .. (-6.9,2.7) .. controls (-6.7,3.1) and (-6.2,3.1) .. (-6,2.9) .. controls (-5.1,3.5) and (-5.1,3) .. (-4.4,2); \draw [draw=#2, line width=#3pt] (0.5,-4.7) .. controls (-0.2,-4.6) and (-0.8,-4.4) .. (-1.1,-4.3) .. controls (-1.3,-3.6) and (-1.4,-3) .. (-1.9,-2.9) .. controls (-2.2,-2.5) and (-2.6,-2.2) .. (-3.6,-2.8) .. controls (-4,-2.3) and (-4.3,-1.6) .. (-4.5,-1.2) .. controls (-4.4,0.1) and (-4.2,-0.7) .. (-4,-0.9) .. controls (-3.9,-0.7) and (-3.7,-0.7) .. (-3.5,-0.9) .. controls (-3.6,-0.6) and (-3.4,-0.2) .. (-3.1,-0.2) .. controls (-2.9,0.2) and (-2.7,0.3) .. (-2.5,0) .. controls (-2.3,0.1) and (-2.1,0) .. (-2,-0.2) .. controls (-1.7,-0.2) and (-1.5,0) .. (-1.3,0.5) .. controls (-1.1,0.9) and (-0.9,1) .. (-0.7,0.6) .. controls (-0.5,0.6) and (-0.3,0.6) .. (-0.4,0.4) .. controls (0.1,0) and (0.2,1) .. (0.5,0.4) .. controls (0.7,0.4) and (0.8,0.3) .. (0.9,0.2) .. controls (1.1,0.2) and (1.3,0) .. (1.3,-0.1) .. controls (1.8,0.4) and (2,0) .. (2,-0.5) .. controls (2.8,-0.1) and (2.7,-0.5) .. (2.7,-0.6) .. controls (2.9,-0.6) and (3.1,-0.7) .. (3.1,-0.9) .. controls (3.1,-1.1) and (3.1,-1.4) .. (2.9,-1.7) .. controls (3,-2.2) and (3.5,-1.3) .. (4,-1.9) .. controls (3.7,-2.4) and (4.5,-2.4) .. (4.2,-2.9) .. controls (3.9,-2.9) and (3.8,-3.7) .. (2.6,-3.3) .. controls (2.3,-3.1) and (2,-3.1) .. (1.8,-3.3) .. controls (1.5,-3.2) and (1.1,-3.4) .. (0.9,-3.7) .. controls (0.8,-3.7) and (-0.3,-4.2) .. (-1.1,-4.3); \draw [draw=#2, line width=#3pt] (-1,-4.3) .. controls (-0.9,-4) and (-0.8,-3.8) .. (-0.7,-3.6) .. controls (-0.8,-3.4) and (-0.8,-3.2) .. (-0.6,-2.9) .. controls (-0.5,-2.8) and (-0.6,-2) .. (-0.8,-1.5) .. controls (-1,-0.4) and (-0.4,-0.7) .. (-0.5,-0.1); \draw [draw=#2, line width=#3pt] (-0.7,-1.9) .. controls (-0.5,-1.9) and (-0.4,-1.9) .. (0,-1.8) .. controls (0.2,-1.3) and (0.8,-1.5) .. (1.1,-1.64) .. controls (1.4,-1.5) and (1.5,-1.2) .. (1.6,-0.9); \draw [draw=#2, line width=#3pt] (-0.7,-3.1) .. controls (-0.8,-2.7) and (-1.1,-2.5) .. (-1.3,-2.7) .. controls (-1.7,-2.4) and (-2.06,-2.06) .. (-2.1,-1.8) .. controls (-2.1,-1.3) and (-2.9,-1.4) .. (-3.2,-1.1); \draw [draw=#2, line width=#3pt] (-0.8,-3.4) .. controls (-0.1,-3) and (0.5,-2.9) .. (0.9,-2.9) .. controls (2,-1.8) and (2.4,-2.8) .. (2.8,-2.4); \draw [draw=#2, line width=#3pt] (4.2,-2.9) .. controls (4.6,-3.1) and (4.8,-3.2) .. (5.1,-2.8) .. controls (5.8,-2.7) and (5.9,-2.5) .. (6,-1.9); \draw [draw=#2, line width=#3pt] (4,-1.9) .. controls (3.8,-1.3) and (4.6,-1.2) .. (4.3,-0.2) .. controls (4.6,0.4) and (4.6,0.7) .. (4.2,1.4) .. controls (4.1,2) and (3.2,2.5) .. (2.3,2.5) .. controls (2,2.7) and (1.6,3.2) .. (1.1,3.1) .. controls (0.5,3.5) and (0.2,3.4) .. (-0.1,3) .. controls (-0.5,3.6) and (-1.1,3) .. (-1.4,2.7) .. controls (-1.7,2.6) and (-2.4,2) .. (-2.64,1.84) .. controls (-2.9,1.6) and (-3.1,0.8) .. (-3.4,0.6) .. controls (-3.5,0.2) and (-3.6,-0.4) .. (-3.7,-0.8); \draw [draw=#2, line width=#3pt] (0.6,3.3) .. controls (1.8,3.8) and (2.3,3.4) .. (2.2,2.9) .. controls (2.16,2.79) and (2.3,2.6) .. (2.4,2.5); \draw [draw=#2, line width=#3pt] (-3.7,-0.8) .. controls (-5.3,1.2) and (-1.8,6.1) .. (1.7,3.5); \draw [draw=#2, line width=#3pt] (-4.4,2) .. controls (-4.4,1.8) and (-4.3,1.5) .. (-4.6,1.1) .. controls (-4.4,0.9) and (-4.2,0.8) .. (-4.1,0.5); \draw [draw=#2, line width=#3pt] (-5.7,-0.7) .. controls (-5.8,-1) and (-5.9,-1.5) .. (-5.7,-1.6) .. controls (-5.5,-1.6) and (-5.4,-1.9) .. (-5.3,-2.3) .. controls (-4.8,-2.3) and (-4.4,-2.3) .. (-4.2,-2.9) .. controls (-4,-3) and (-3.7,-2.9) .. (-3.6,-2.8); \draw [draw=#2, line width=#3pt] (-5.3,-2.3) .. controls (-5.1,-1.7) and (-5.1,-1.3) .. (-5.2,-0.8) .. controls (-4.7,0.1) and (-5.3,0.6) .. (-5.5,1.3); \draw [draw=#2, line width=#3pt] (-5.1,-1.2) .. controls (-4.8,-1.1) and (-4.7,-0.7) .. (-4.8,-0.4) .. controls (-4.7,-0.1) and (-4.7,0.2) .. (-4.8,0.4) .. controls (-4.7,0.8) and (-4.8,1.3) .. (-5.1,2.1); \draw [draw=#2, line width=#3pt] (1.9,0.1) .. controls (2,0.8) and (2,1.4) .. (1.5,1.6) .. controls (1.3,2.3) and (0.5,2.4) .. (-0.3,2.5) .. controls (-0.6,2.8) and (-0.8,2.8) .. (-1.4,2.7); \draw [draw=#2, line width=#3pt] (1.8,1.3) .. controls (1.8,1.6) and (1.7,2) .. (1.7,2.3) .. controls (1.6,2.5) and (1.5,2.7) .. (1.3,2.8); \draw [draw=#2, line width=#3pt] (2,1) .. controls (1.9,1.1) and (1.6,1.2) .. (1.3,1.3) .. controls (1.1,1.5) and (0.6,1.6) .. (0.1,1.37) .. controls (-0.5,1.6) and (-1.2,1.5) .. (-1.4,1.2) .. controls (-1.7,1.1) and (-2,1) .. (-2.3,1); \draw [draw=#2, line width=#3pt] (-2.7,-4.3) .. controls (-2.9,-4.1) and (-3.4,-3.8) .. (-3.8,-3.8) .. controls (-4.2,-3.6) and (-4.3,-3.5) .. (-4.4,-3.2); \draw [draw=#2, line width=#3pt] (-3.4,-3.88) .. controls (-4.1,-3.9) and (-4.6,-3.7) .. (-4.8,-3.5) .. controls (-5.5,-3.2) and (-5.1,-2.5) .. (-5.6,-2.3); \draw [draw=#2, line width=#3pt] (-3.2,-4) .. controls (-3.1,-3.7) and (-3,-3.5) .. (-2.84,-3.36) .. controls (-2.8,-3.2) and (-2.9,-3) .. (-2.9,-3); \draw [draw=#2, line width=#3pt] (-3.7,2) .. controls (-3.5,2.3) and (-3.2,2.6) .. (-2.7,2.5) .. controls (-2.3,3) and (-1.9,3.3) .. (-1.6,3.3); \draw [draw=#2, line width=#3pt] (-3,3) .. controls (-3.2,3.1) and (-3.3,3.4) .. (-3.3,3.6) .. controls (-3.5,3.7) and (-3.7,3.8) .. (-3.8,3.9); \draw [draw=#2, line width=#3pt] (-1.7,3.9) .. controls (-1.7,4.1) and (-1.7,4.3) .. (-1.6,4.4) .. controls (-1.5,4.5) and (-1.5,4.7) .. (-1.5,4.9); \draw [draw=#2, line width=#3pt] (0.1,4.2) .. controls (0.1,4.4) and (0.3,4.5) .. (0.8,4.5) .. controls (1,4.6) and (1.1,4.8) .. (1.1,4.9); \draw [draw=#2, line width=#3pt] (2.3,-0.4) .. controls (2.4,0.1) and (2.8,0.5) .. (3.1,0.5) .. controls (3.2,0.8) and (3.1,1.1) .. (3.1,1.6); \draw [draw=#2, line width=#3pt] (4.1,-2.4) .. controls (4.2,-2.2) and (4.4,-2) .. (4.5,-1.8) .. controls (5.1,-1.8) and (4.4,-1) .. (5.1,-0.6) .. controls (5.6,0.3) and (4.9,0.7) .. (5.3,1.1); \draw [draw=#2, line width=#3pt] (3.6,2.1) .. controls (3.6,2.4) and (3.4,2.7) .. (3.4,2.9) .. controls (3.6,3.1) and (3.5,3.5) .. (3.2,3.6); \draw [draw=#2, line width=#3pt] (3.1,-4.6) .. controls (3,-4.3) and (2.7,-4.1) .. (2.4,-4) .. controls (2.3,-4) and (2.1,-3.9) .. (2.1,-3.7); \draw [draw=#2, line width=#3pt] (5.3,-3.4) -- (4.4,-4); \draw [draw=#2, line width=#3pt] (4.2,-3.2) .. controls (4.1,-3.4) and (4.1,-3.6) .. (4.3,-3.7) .. controls (4.2,-3.9) and (4.1,-4.1) .. (3.9,-4.3); \draw [draw=#2, line width=#3pt] (-2.4,3.58) .. controls (-2.1,3.5) and (-1.8,3.6) .. (-1.7,3.7) .. controls (-1.6,3.7) and (-1.1,3.7) .. (-0.8,3.8) .. controls (-0.6,3.9) and (-0.2,3.9) .. (-0.1,3.7); \end{tikzpicture}} %23### \newcommand{\fcScallion}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {O cebolinha.jpg}}; \draw[draw=#2, line width=#3pt] (-3.1,0.5) .. controls (-3.5,0.39) and (-4,0.6) .. (-3.9,0.9) .. controls (-4.5,3.4) and (-6.6,2.7) .. (-6.8,1.3) .. controls (-6.8,1.1) and (-6.8,1) .. (-6.8,0.9) .. controls (-8.1,0.9) and (-8.9,0.2) .. (-8.6,-1.2) .. controls (-8.4,-1.6) and (-8.1,-1.7) .. (-7.9,-1.7) .. controls (-8,-1.9) and (-7.8,-2.3) .. (-7.3,-2.58) .. controls (-6.9,-2.9) and (-4.5,-3) .. (-4.8,-1.3) .. controls (-3.7,-0.9) and (-0.6,-0.5) .. (0.4,-0.7) .. controls (1,-0.7) and (1.3,-1.3) .. (2.1,-1.3) .. controls (3.2,-1.2) and (4.2,-0.9) .. (4.9,-1.7) .. controls (6.2,-2.1) and (6.5,-1.7) .. (5.5,-1.4) .. controls (5.2,-1.3) and (4.9,-1.2) .. (4.5,-0.9) node (v1) {} .. controls (4.9,-0.7) and (6.3,-0.8) .. (7.1,-1.2) .. controls (8.7,-1.8) and (8.7,-1.2) .. (7.7,-1) .. controls (7.4,-0.9) and (6.7,-0.7) .. (6,-0.6) .. controls (5.5,-0.5) and (3.6,-0.6) .. (2.7,-0.7) .. controls (2.3,-0.6) and (1.3,-0.2) .. (0.5,-0.2) .. controls (2,-0.1) and (3.5,-0.1) .. (4.7,0.1) .. controls (5.4,0.2) and (6.2,0.1) .. (6.6,-0.2) .. controls (9,-0.9) and (9.6,-0.3) .. (7.9,-0.1) .. controls (7.4,0.3) and (6.4,0.3) .. (5.9,0.5) .. controls (6.7,0.7) and (7.9,0.7) .. (8.4,0.9) .. controls (9.4,1.4) and (8.8,1.4) .. (8.2,1.3) .. controls (8,1.2) and (7.2,1.2) .. (6.3,0.9) .. controls (5.5,1) and (4.3,1) .. (3.7,0.9) .. controls (3.4,0.9) and (3.4,1.1) .. (3.9,1.2) .. controls (4.7,1.3) and (6,1.7) .. (6.8,2) .. controls (7.5,2.4) and (7.5,2.4) .. (6.6,2.2) .. controls (5.8,2) and (4.9,1.8) .. (4,1.6) .. controls (3.8,1.5) and (2.8,1.8) .. (2.4,1.6) .. controls (4,2) and (4.5,2.2) .. (4.8,2.5) .. controls (5.4,2.9) and (5,3) .. (4.1,2.4) .. controls (1.7,1.8) and (1.3,1.8) .. (0.9,1.7) .. controls (0.7,1.7) and (0.2,1.7) .. (-0.1,1.5) .. controls (-0.7,1.2) and (-2.3,0.8) .. (-3.1,0.5); \draw [draw=#2, line width=#3pt](-7.9,-1.7) .. controls (-7.7,0.1) and (-6,0.5) .. (-4.9,-0.6) (-4.9,-0.6) .. controls (-4.3,-0.5) and (-3.3,-0.4) .. (-2.3,-0.3) .. controls (-1.4,-0.1) and (-0.1,-0.1) .. (0.5,-0.1) .. controls (1.5,0) and (3.3,0.4) .. (3.6,0.4) .. controls (4.2,0.4) and (5.2,0.5) .. (5.9,0.5); \draw[draw=#2, line width=#3pt] (-6.8,0.9) .. controls (-6.5,0.6) and (-5.7,0.1) .. (-4.9,0.15) .. controls (-3.9,0.1) and (-2.2,0.4) .. (-1.6,0.7) .. controls (-0.6,0.9) and (0.8,1.3) .. (2.3,1.6) .. controls (2.5,1.7) and (2.9,1.8) .. (4.5,2.2); \draw[draw=#2, line width=#3pt] (3.2,-0.6) .. controls (3.56,-0.24) and (4.5,0.1) .. (5,-0.5); \draw [draw=#2, line width=#3pt](4.8,0.1) .. controls (5.1,-0.1) and (5.5,-0.3) .. (6.2,-0.6); \draw [draw=#2, line width=#3pt](5.6,-0.8) .. controls (6.4,-1.9) and (7.1,-1.7) .. (6.3,-0.9); \draw[draw=#2, line width=#3pt] (-3.7,-0.4) .. controls (-3.3,-0.1) and (-2.7,0) .. (-2.1,0.1) .. controls (-1.7,0.1) and (-0.7,0.3) .. (0,0.7) .. controls (0.5,0.7) and (2.3,0.9) .. (3,1.1) .. controls (3,1) and (3.2,1) .. (3.6,0.9); \draw[draw=#2, line width=#3pt] (-7.7,-2.3) .. controls (-7.62,-2.1) and (-7.8,-2) .. (-7.85,-2.05); \draw [draw=#2, line width=#3pt](-7.9,-1.8) .. controls (-7.6,-1.9) and (-7.4,-2.2) .. (-7.5,-2.5); \draw [draw=#2, line width=#3pt](-6.1,-2.5) .. controls (-5.6,-2.5) and (-5.3,-2.2) .. (-5,-1.9); \draw [draw=#2, line width=#3pt](-6.3,-2.3) .. controls (-5.8,-2.3) and (-5.6,-2.2) .. (-5.5,-2.1); \draw [draw=#2, line width=#3pt](-6.1,-2.1) .. controls (-5.8,-2.1) and (-5.7,-2.1) .. (-5.5,-2); \draw[draw=#2, line width=#3pt] (-6.5,-0.5) .. controls (-6.3,-0.4) and (-6,-0.4) .. (-5.7,-0.4); \draw [draw=#2, line width=#3pt](-6.6,-0.4) .. controls (-6.5,-0.3) and (-6.2,-0.2) .. (-5.9,-0.2); \draw[draw=#2, line width=#3pt] (-7.3,-0.6) .. controls (-7,-0.4) and (-6.6,-0.2) .. (-6.2,-0.14); \draw[draw=#2, line width=#3pt] (-8.6,-1.1) .. controls (-8.4,-1.2) and (-8.1,-1.4) .. (-7.9,-1.6); \draw[draw=#2, line width=#3pt] (-7.9,0.5) .. controls (-7.6,0.7) and (-7.2,0.7) .. (-6.9,0.7); \draw[draw=#2, line width=#3pt] (-7.5,0.3) .. controls (-7.2,0.4) and (-6.9,0.4) .. (-6.7,0.5); \draw[draw=#2, line width=#3pt] (-5.1,2.2) .. controls (-4.7,2.1) and (-4.4,1.8) .. (-4.2,1.4); \draw [draw=#2, line width=#3pt](-5.3,1.9) .. controls (-4.9,1.8) and (-4.6,1.5) .. (-4.4,1.2); \draw[draw=#2, line width=#3pt] (-5.9,0.6) .. controls (-5.6,0.4) and (-5.2,0.3) .. (-5,0.3); \draw[draw=#2, line width=#3pt] (-0.3,0.1) .. controls (-0.1,0.1) and (0.3,0.3) .. (0.6,0.4) .. controls (0.9,0.4) and (1.3,0.3) .. (1.9,0.3) .. controls (2.2,0.3) and (2.8,0.4) .. (3.5,0.4); \draw[draw=#2, line width=#3pt] (-4.7,-0.6) -- (-4.9,-0.5) -- (-4.5,-0.3) -- (-4.9,-0.2) -- (-4.5,0.1); \draw[draw=#2, line width=#3pt] (-4.4,-1.2) -- (-4.2,-1) -- (-4.3,-0.9) -- (-4,-0.8) -- (-4.2,-0.5); \draw [draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(2.1,-0.8) (2.4,-0.9) (3.2,-1) (v1)}; \draw[draw=#2, line width=#3pt] (-7.8,-2.2) -- (-8.1,-2.4); \draw[draw=#2, line width=#3pt] (-7.9,-2) -- (-8.2,-2.1); \draw[draw=#2, line width=#3pt] (-7.8,-2.1) -- (-8.2,-2.3); \draw[draw=#2, line width=#3pt] (-9,-1.3) .. controls (-8.9,-1.4) and (-8.7,-1.4) .. (-8.5,-1.2); \draw[draw=#2, line width=#3pt] (-8.8,-1.7) .. controls (-8.7,-1.6) and (-8.7,-1.5) .. (-8.5,-1.3); \draw [draw=#2, line width=#3pt](-8.6,-1.8) .. controls (-8.6,-1.8) and (-8.5,-1.7) .. (-8.5,-1.35); \end{tikzpicture}} %24### \newcommand{\fcOnionA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Cebola ecológica.jpg}}; \draw [draw=#2, line width=#3pt] (-1.2,-2.03) ellipse (3.7961 and 3.761); \draw[draw=#2, line width=#3pt] (2,-2) .. controls (2,-2.6) and (1.8,-3.5) .. (1.1,-4); \draw[draw=#2, line width=#3pt] (1.5,-2.3) .. controls (1.2,-3.1) and (0.6,-3.9) .. (-0.2,-4.6); \draw[draw=#2, line width=#3pt] (0.8,-3.2) .. controls (0.4,-3.5) and (0,-3.8) .. (-0.6,-4); \draw [draw=#2, line width=#3pt] (0.8,-2.1) .. controls (0.5,-2.9) and (0,-3.4) .. (-0.6,-3.8); \draw[draw=#2, line width=#3pt] (-3.6,-1.8) .. controls (-3.6,-2.3) and (-3.5,-2.6) .. (-3.4,-3); \draw[draw=#2, line width=#3pt] (-3.9,-0.9) .. controls (-4.2,-1.6) and (-4,-2.3) .. (-3.8,-3); \draw [draw=#2, line width=#3pt] (-3.5,0.2) .. controls (-4.4,-0.8) and (-4.5,-1.7) .. (-4.3,-2.6); \draw[draw=#2, line width=#3pt] (-3.4,-5.1) .. controls (-3.6,-5.5) and (-3.9,-5.6) .. (-4.1,-5.6); \draw[draw=#2, line width=#3pt] (-2.6,-5.5) .. controls (-2.6,-5.9) and (-2.7,-6.3) .. (-2.7,-6.5); \draw[draw=#2, line width=#3pt] (-2.2,-5.7) .. controls (-2.2,-6.1) and (-2,-6.4) .. (-1.9,-6.7); \draw[draw=#2, line width=#3pt] (-3.1,-5.27) .. controls (-3.1,-5.5) and (-3.3,-5.8) .. (-3.6,-6); \draw[draw=#2, line width=#3pt] (1.7,0.4) .. controls (1.2,0.9) and (1.1,1.3) .. (1.7,1.9) .. controls (1.5,1.7) and (1,1.5) .. (0.7,1.4) .. controls (1,1.8) and (1.1,2.2) .. (1.3,2.7) .. controls (0.7,2.5) and (-0.1,1.4) .. (-0.4,2.3) .. controls (-0.5,2) and (-0.5,1.8) .. (-0.7,1.6); \draw[draw=#2, line width=#3pt] (-0.2,2) .. controls (-0.1,2.7) and (-0.4,3.6) .. (-0.7,4.2) .. controls (-0.2,4) and (0.2,3.4) .. (0.3,2.1) .. controls (0.3,2.7) and (0.4,4.4) .. (1.7,5.9) .. controls (1.7,4.9) and (1,3.5) .. (0.8,2.5); \draw [draw=#2, line width=#3pt] (1.4,4.5) .. controls (2.4,5.7) and (3.5,6.5) .. (4.4,7.1) .. controls (3.8,6) and (2.2,4) .. (1.2,2.7) .. controls (1.8,3.4) and (2.4,3.9) .. (3.1,4) .. controls (2.4,3.5) and (1.5,2.4) .. (0.7,1.4) .. controls (1.5,2.1) and (1.8,2.2) .. (1.7,1.9); \draw[draw=#2, line width=#3pt] (-2.9,-5.1) .. controls (-2.6,-5.2) and (-2.2,-5.5) .. (-1.7,-5.7); \draw[draw=#2, line width=#3pt] (-2.9,-5.4) .. controls (-2.8,-5.7) and (-3,-5.9) .. (-3.2,-6.1); \draw[draw=#2, line width=#3pt] (-1.8,-5.8) .. controls (-1.7,-6) and (-1.6,-6.3) .. (-1.4,-6.4); \end{tikzpicture}} %25### \newcommand{\fcEggplant}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Beringela orgânica.jpg}}; \draw [draw=#2, line width=#3pt,rotate=-30] (-8.3044,1.34) ellipse (0.3 and 0.38); \draw [draw=#2, line width=#3pt] (-6.36,5.63) .. controls (-5.8,5.1) and (-4.8,4.3) .. (-4.5,4.69) .. controls (-4,4.9) and (-3.9,5.5) .. (-4.9,5.95) .. controls (-4,6.2) and (-3.3,5.7) .. (-3.38,5.1) .. controls (-3.43,4.94) and (-3.6,4.8) .. (-3.9,4.56) .. controls (-3.3,4.8) and (-2.8,4.7) .. (-2.8,5.5) .. controls (-2.1,5.3) and (-2.1,4.3) .. (-2.5,3.8) .. controls (-2.8,3.6) and (-3.3,3.5) .. (-3.9,3.6) .. controls (-3.3,3.4) and (-2.8,3.2) .. (-2.3,3.25) .. controls (-2.4,2.9) and (-3,2.7) .. (-3.8,2.8) .. controls (-3.6,2.4) and (-3.9,1.5) .. (-4.7,1.5) .. controls (-4.5,1.8) and (-4.2,2.5) .. (-4.6,2.9) .. controls (-4.9,1.5) and (-6.7,1.3) .. (-7.2,2.37) .. controls (-6.5,2.2) and (-5.8,2.2) .. (-5.5,2.7) .. controls (-6.1,2.4) and (-7,3) .. (-7.02,3.57) .. controls (-5.8,3.1) and (-5.3,3.8) .. (-5.6,4.2) .. controls (-6.2,4.7) and (-5.9,4.5) .. (-6.78,4.97); \draw [draw=#2, line width=#3pt](-2.5,3.8) .. controls (-1.4,2.9) and (1.1,1.6) .. (3.5,0.7) .. controls (8.3,-0.6) and (7.4,-5.2) .. (3.1,-5.4) .. controls (-0.1,-5.7) and (-4.3,-1.2) .. (-5.5,1.74); \draw [draw=#2, line width=#3pt] (5.6,-1.6) .. controls (5.9,-2.2) and (5.8,-2.8) .. (5.5,-3.4); \draw [draw=#2, line width=#3pt](5.25,-1.07) .. controls (5.45,-1.25) and (5.55,-1.95) .. (5.54,-2.47); \draw [draw=#2, line width=#3pt](4.79,-0.91) .. controls (5.1,-1.3) and (5.23,-1.67) .. (5.25,-2.21); \draw [draw=#2, line width=#3pt](4.4,-0.7) .. controls (4.6,-0.98) and (4.8,-1.2) .. (4.66,-1.44); \draw [draw=#2, line width=#3pt] (-1.5,2.4) .. controls (-1.2,2.2) and (-1.1,1.4) .. (-1.17,1); \draw [draw=#2, line width=#3pt] (-1.76,2.7) .. controls (-1.65,2.35) and (-1.57,2.13) .. (-1.51,1.88); \draw [draw=#2, line width=#3pt](-2,2.7) .. controls (-1.9,2.6) and (-1.89,2.41) .. (-1.9,2.1); \draw [draw=#2, line width=#3pt](-5.5,4) .. controls (-5.37,3.53) and (-4.9,3.11) .. (-4.4,3.5); \draw [draw=#2, line width=#3pt] (-4.5,4.68) .. controls (-4.3,4.5) and (-4.07,4.33) .. (-4.17,3.93); \draw [draw=#2, line width=#3pt] (-7.2,2.4) .. controls (-6.7,1.8) and (-5.3,2.1) .. (-5.1,2.8); \draw [draw=#2, line width=#3pt] (-7.03,3.58) .. controls (-6.6,3.27) and (-6,2.9) .. (-5.4,3.3); \draw [draw=#2, line width=#3pt](-3.5,4.1) .. controls (-3.1,4.1) and (-2.2,4.4) .. (-2.57,5.4); \draw [draw=#2, line width=#3pt](-4.6,3.7) .. controls (-4.3,3.9) and (-4.3,4.3) .. (-4.7,4.6); \draw [draw=#2, line width=#3pt] (-4,4.7) .. controls (-3.6,5.3) and (-4.07,5.93) .. (-4.91,5.95); \draw [draw=#2, line width=#3pt] (-3.9,3.4) .. controls (-3.6,3.4) and (-3.3,3.2) .. (-3.14,3.1) .. controls (-2.8,2.91) and (-2.6,3.1) .. (-2.3,3.25); \draw [draw=#2, line width=#3pt] (-4.15,2.8) .. controls (-4,2.3) and (-4.2,1.7) .. (-4.7,1.5); \draw [draw=#2, line width=#3pt] (-3.8,2.8) .. controls (-3.9,3) and (-4,3.1) .. (-4.2,3.3); \end{tikzpicture}} %26### \newcommand{\fcCarrotA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Senhor cenoura.jpg}}; \draw[draw=#2, line width=#3pt] (-4.2,3) .. controls (-4.2,2.6) and (-4.2,2.4) .. (-4.13,2) .. controls (-4,1.6) and (-3.65,0.49) .. (-3.5,0.07) .. controls (-3.3,-0.2) and (-3,-0.33) .. (-2.9,-1.3) .. controls (-3.2,-1.4) and (-3.9,-2.4) .. (-4.2,-4) .. controls (-4.3,-4.2) and (-5.1,-4) .. (-4.9,-5) .. controls (-4.6,-4.9) and (-4.4,-5.1) .. (-4.2,-5.1) .. controls (-3.7,-5.3) and (-3.8,-4.5) .. (-3.72,-4.01) .. controls (-2.8,-4.8) and (-2.3,-3.8) .. (-3.2,-3.8) .. controls (-4.3,-3.6) and (-2.4,-1.5) .. (-2.1,-1.8); \draw[draw=#2, line width=#3pt] (-2.45,-1.87) .. controls (-2.4,-2.2) and (-2.3,-2.6) .. (-1.9,-2.7) .. controls (-2.2,-2.9) and (-0.5,-5.4) .. (0.2,-5.05) .. controls (-0.3,-5.3) and (-0.83,-5.37) .. (-1,-5.2) .. controls (-0.7,-5.9) and (0,-6.9) .. (0.6,-7.7) .. controls (0.8,-6.5) and (0.9,-6.1) .. (1,-5.7) .. controls (0.7,-4.4) and (1.6,-2.7) .. (1.2,-2.2) .. controls (1.3,-2) and (1.5,-1.5) .. (1.4,-0.6) .. controls (1.2,0) and (2,-0.1) .. (2,0.5) .. controls (2.1,0.8) and (1.4,0.8) .. (1.6,0.8) .. controls (1.8,1.6) and (1.6,1.7) .. (1.7,2.3) .. controls (1.7,3) and (1.3,3.6) .. (1.1,4.1) .. controls (0.3,4.9) and (-1.1,4.8) .. (-1.1,4.6); \draw [draw=#2, line width=#3pt](-1.5,-3.7) .. controls (-1.3,-4.4) and (-1.1,-4.8) .. (-0.2,-5); \draw [draw=#2, line width=#3pt](-1.27,-4.4) -- (-1,-5.2); \draw[draw=#2, line width=#3pt] (0.9,-6) .. controls (0.6,-6.1) and (0.3,-6.1) .. (0,-6) .. controls (0.4,-5.8) and (0.7,-5.5) .. (0.9,-5.2); \draw [draw=#2, line width=#3pt](1,-4.5) .. controls (0.8,-4.6) and (0.5,-4.7) .. (0.1,-4.7) .. controls (0.5,-4.4) and (0.9,-4.1) .. (1.1,-3.8); \draw[draw=#2, line width=#3pt] (0.2,-4.1) .. controls (0.1,-4.4) and (-0.6,-4.5) .. (-1,-4) .. controls (-0.6,-4.1) and (-0.2,-4.1) .. (0.2,-4.1); \draw[draw=#2, line width=#3pt] (-0.5,-3.6) .. controls (0.2,-3.6) and (0.7,-3.5) .. (1.1,-3) .. controls (0.7,-3.2) and (0.1,-3.4) .. (-0.5,-3.6); \draw[draw=#2, line width=#3pt] (-1.6,-2.7) .. controls (-1.2,-2.9) and (-0.6,-3) .. (-0.2,-2.7) .. controls (-0.8,-2.8) and (-1.2,-2.8) .. (-1.6,-2.7); \draw[draw=#2, line width=#3pt] (-0.2,-1.7) .. controls (0,-1.5) and (0.4,-1.3) .. (0.7,-1.1) .. controls (0.6,-1.5) and (0.3,-1.6) .. (-0.2,-1.7); \draw[draw=#2, line width=#3pt] (-2.8,-0.4) .. controls (-2.3,-0.6) and (-2,-0.7) .. (-1.7,-0.7) .. controls (-1.5,-0.6) and (-1.2,-0.5) .. (-1.1,-0.5) .. controls (-1.4,-0.3) and (-1.9,-0.4) .. (-2.8,-0.4); \draw[draw=#2, line width=#3pt] (-3.8,2.2) .. controls (-3.5,1.9) and (-2.8,1.6) .. (-2,1.8) .. controls (-2.5,1.9) and (-3.1,2) .. (-3.8,2.2); \draw [draw=#2, line width=#3pt](-0.31,1.3) ellipse (0.5 and 0.6); \draw[draw=#2, line width=#3pt] (1.6,0.8) .. controls (0.7,1) and (0.4,2) .. (0.9,2.2) .. controls (1.4,2.3) and (1.4,1.5) .. (1.1,1); \draw [draw=#2, line width=#3pt](1.8,0.1) .. controls (0.9,-0.1) and (0.5,0.1) .. (0.5,0.6); \draw[draw=#2, line width=#3pt] (0.8,0) .. controls (-0.1,0) and (-0.7,0) .. (-1.1,0.2) .. controls (-0.1,-1.4) and (0.8,-1.2) .. (1.11,0); \draw [draw=#2, line width=#3pt,fill=black](-1.3,1.8) .. controls (-1,2.4) and (-0.6,2.9) .. (-0.2,2.7) .. controls (-0.4,3.7) and (-1.4,3.6) .. (-1.3,1.8); \draw[draw=#2, line width=#3pt,fill=black] (0.6,2.8) .. controls (0.5,3.7) and (1,4) .. (1.3,3.2) .. controls (1,3.2) and (0.8,3.1) .. (0.6,2.8); \draw[draw=#2, line width=#3pt] (-4.2,3) .. controls (-4,4) and (-2.8,4.4) .. (-2,4.7); \draw [draw=#2, line width=#3pt](-1.3,3.8) .. controls (-1.1,4.1) and (-0.9,4.1) .. (-0.8,4) .. controls (-1.5,4.8) and (-1,5.5) .. (-0.8,6.2) .. controls (-1,6) and (-1.3,5.9) .. (-1.28,5.5) .. controls (-1.5,5.5) and (-0.7,6.8) .. (-0.3,7.1) .. controls (-0.1,7.8) and (-2.5,5.6) .. (-1.2,3.9) .. controls (-2.3,5.9) and (-1.7,6.3) .. (-0.6,7.6); \draw [draw=#2, line width=#3pt](-1.1,4.6) .. controls (-1.3,4.9) and (-1.3,5.3) .. (-1.3,5.5); \draw [draw=#2, line width=#3pt](-1.2,3.9) .. controls (-1.7,4.3) and (-2.3,5.1) .. (-2.9,5.9) .. controls (-3.4,6.9) and (-3.4,7.3) .. (-2.62,6.2) .. controls (-2.5,5.8) and (-2.3,5.5) .. (-1.9,4.7); \draw[draw=#2, line width=#3pt] (-2.5,5.9) -- (-2.6,6.8) -- (-2.3,7) -- (-2.3,6.1); \draw[draw=#2, line width=#3pt] (-2.3,6.1) .. controls (-2.1,5.5) and (-1.9,5.1) .. (-1.5,4.8); \draw[draw=#2, line width=#3pt] (-2.3,6.1) .. controls (-2,6.6) and (-1.8,6.8) .. (-1.6,7) .. controls (-1.6,6.7) and (-1.8,6) .. (-1.7,5.3); \draw [draw=#2, line width=#3pt](-2,6.5) .. controls (-2.1,7.6) and (-1.6,7.9) .. (-1.8,6.8); \draw [draw=#2, line width=#3pt](1.4,-1) .. controls (1.9,-1.1) and (2.9,-0.6) .. (2.9,-0.3) .. controls (2.1,0.6) and (3.6,1.2) .. (3.2,-0.4) .. controls (4.2,0.2) and (5,0.5) .. (4.8,-0.4) .. controls (5.1,-0.5) and (4.9,-1.1) .. (4.5,-0.8) .. controls (4.3,-0.7) and (3.7,-0.5) .. (4.1,-1) .. controls (4.4,-1.4) and (3.8,-1.5) .. (3.4,-0.8) .. controls (3.1,-0.7) and (2.5,-2) .. (1.43,-1.61); \draw [fill=black] (-0.5,1.3) ellipse (0.1 and 0.1); \draw [fill=black] (1,1.7) ellipse (0.1 and 0.1); \draw [draw=#2, line width=#3pt](-4.4,-4.4) -- (-4.9,-4.7); \draw [draw=#2, line width=#3pt](-4.3,-5) -- (-4.1,-4.3); \draw [draw=#2, line width=#3pt] (3.8,-0.3) -- (4.8,-0.3); \draw [draw=#2, line width=#3pt](-0.5,7.1) -- (-0.6,7.6); \end{tikzpicture}} %27### \newcommand{\fcTomatoA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Senhor tomate.jpg}}; \draw[draw=#2, line width=#3pt] (-1.86,4.6) .. controls (-7.8,2.8) and (-5.8,-2.8) .. (-2.8,-3.7) (-2.8,-3.7) .. controls (0.7,-5.1) and (3.9,-3.9) .. (4.7,-2.12); \draw [draw=#2, line width=#3pt] (-0.6,1.1) ellipse (1.1 and 1); \draw[draw=#2, line width=#3pt] (-3.5,1.36) ellipse (1 and 0.8); \draw [draw=#2, line width=#3pt] (-2.47,1.3) .. controls (-2.6,0.6) and (-3.5,0.3) .. (-3.6,0) .. controls (-3.2,-0.64) and (-2.6,-0.7) .. (-1.8,-0.2); \draw [draw=#2, line width=#3pt, fill=black](-0.2,1.2) ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt, fill=black](-3,1.5) ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt] (-4.5,0.6) .. controls (-5.4,0.1) and (-4.2,-0.36) .. (-3.6,-0.66) .. controls (-2.1,-1.1) and (-0.6,-1) .. (1.4,0.1) .. controls (0.8,-0.6) and (-0.8,-1.8) .. (-1.3,-2) .. controls (-2.7,-2.6) and (-3.7,-1.9) .. (-4,-0.5); \draw [draw=#2, line width=#3pt] (-1.2,2.7) .. controls (-0.6,2.56) and (0,2.4) .. (0.6,2.1) .. controls (0.6,3) and (-0.6,3.8) .. (-1.21,2.7); \draw [draw=#2, line width=#3pt] (-4,2.4) .. controls (-3.4,2.8) and (-2.9,2.8) .. (-2.5,2.6) .. controls (-2.3,3.7) and (-4.1,3.3) .. (-4,2.4); \draw [draw=#2, line width=#3pt](5.23,-1.75) .. controls (6.2,1.4) and (4.8,3.5) .. (2.4,4.2); \draw [draw=#2, line width=#3pt] (2.4,-5.2) ellipse (1.9 and 1); \draw [draw=#2, line width=#3pt](-2.6,-4.3) .. controls (-2.4,-4.5) and (-1.7,-4.5) .. (-1.4,-4.3) .. controls (-0.8,-4.6) and (-0.9,-5) .. (-2,-5) .. controls (-8.1,-8) and (-7,-2.6) .. (-2.6,-4.3); \draw [draw=#2, line width=#3pt] (5.24,-1.78) .. controls (5.4,-2.2) and (5.7,-2.3) .. (5.8,-2.3) .. controls (6.1,-1.9) and (6.4,-1.6) .. (6.6,-1) .. controls (7.1,-1.1) and (6.7,-1.9) .. (6.63,-2.2) .. controls (7.2,-1.9) and (8.2,-2.1) .. (8.1,-2.61) .. controls (7.7,-2.5) and (7.2,-2.5) .. (7,-2.5) .. controls (7.5,-2.7) and (8.1,-3.4) .. (7.5,-3.5) .. controls (7.4,-3.3) and (6.9,-2.9) .. (6.6,-2.8) .. controls (7,-3.2) and (7,-3.6) .. (6.7,-3.8) .. controls (6.5,-3.5) and (6.5,-3.3) .. (6.3,-3) .. controls (6.1,-2.9) and (5.4,-2.9) .. (4.6,-2.2); \draw [draw=#2, line width=#3pt] (-5.1,-1.7) .. controls (-6,-2.1) and (-6.6,-2.3) .. (-6.4,-3.5) .. controls (-7,-3.9) and (-6.8,-3.2) .. (-6.8,-2.9) .. controls (-7.4,-3.7) and (-7.9,-3.2) .. (-7.3,-2.7) .. controls (-8.2,-2.9) and (-7.9,-2.1) .. (-7.5,-2.3) .. controls (-6.8,-2.1) and (-6.6,-1.9) .. (-6.7,-1.8) .. controls (-7.9,-1.3) and (-7.1,-0.6) .. (-6.3,-1.6) .. controls (-6,-1.6) and (-5.7,-1.5) .. (-5.24,-1.3); \draw [draw=#2, line width=#3pt](-3.6,-2.1) .. controls (-3.3,-2.7) and (-2.2,-3.3) .. (-1.2,-3.4); \draw [draw=#2, line width=#3pt] (0.9,3.4) .. controls (1.6,3.3) and (2.3,4) .. (2.7,4.5) .. controls (2,4.2) and (1.6,3.9) .. (1.1,4.1); \draw [draw=#2, line width=#3pt] (2.2,4.2) .. controls (2.5,4.6) and (2.7,5.1) .. (2.7,5.6) .. controls (2.2,5.2) and (1.8,4.8) .. (1.4,4.5) .. controls (1.3,4.54) and (1.1,4.53) .. (0.9,4.5) .. controls (0.8,4.9) and (1,5.1) .. (1.5,5.5) .. controls (0.8,5.8) and (0.4,5.3) .. (0.3,4.5); \draw [draw=#2, line width=#3pt] (0.7,5.26) .. controls (0.5,5.5) and (0.4,5.7) .. (0.5,6.1) .. controls (-0.2,6) and (-0.5,5) .. (-0.3,4.4) .. controls (-0.8,4.6) and (-1.4,5) .. (-1.4,5.5); \draw [draw=#2, line width=#3pt] (0.9,3.4) .. controls (0.6,3.7) and (0.4,3.8) .. (-0.1,3.6) .. controls (-0.8,3.8) and (-1.3,4.1) .. (-1.3,5.1); \draw [draw=#2, line width=#3pt] (-0.9,3.9) .. controls (-1.4,4.1) and (-2.2,4.4) .. (-2.2,6.1); \draw [draw=#2, line width=#3pt] (-1.44,5.54) .. controls (-1.8,5) and (-1.9,4.7) .. (-1.9,4.48); \draw [draw=#2, line width=#3pt] (-2.2,6.08) .. controls (-2,5.6) and (-1.8,5.3) .. (-1.6,5.2); \end{tikzpicture}} %28### \newcommand{\fcPimento}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Senhor pimento.jpg}}; \draw[draw=#2, line width=#3pt] (-0.2,0.2) ellipse (0.7 and 0.8); \draw [draw=#2, line width=#3pt](1.7,0.18) ellipse (0.6 and 0.7); \draw [draw=#2, line width=#3pt,fill=black] (-0.6,0.2) ellipse (0.1 and 0.1); \draw [draw=#2, line width=#3pt,fill=black] (1.38,0.16) ellipse (0.1 and 0.1); \draw[draw=#2, line width=#3pt] (-1,3.5) .. controls (-0.8,4.7) and (-0.3,5.2) .. (0.5,5.2); \draw[draw=#2, line width=#3pt] (0.9,5.8) .. controls (1.7,6) and (2.7,5.2) .. (2.7,3.4); \draw[draw=#2, line width=#3pt] (-2,5.6) .. controls (-3.8,4.8) and (-4.6,3.4) .. (-3.4,1.7); \draw[draw=#2, line width=#3pt] (-1.6,-4.6) .. controls (0.9,-4.1) and (2.1,-1.7) .. (2.6,-0.6) .. controls (3,0.6) and (3.1,2.3) .. (3.8,3) .. controls (4.4,6) and (2.3,7.4) .. (0.4,6.6) .. controls (1.9,6.2) and (-1.5,5.3) .. (-1.4,6.2) .. controls (-2.9,7.1) and (-4.3,6.3) .. (-5.2,4.5) .. controls (-5.4,3.9) and (-5.1,2.1) .. (-4.4,1.5) .. controls (-3.5,0.2) and (-3.4,-0.1) .. (-3.5,-0.6); \draw[draw=#2, line width=#3pt] (-1.4,6.2) .. controls (-0.8,6.8) and (-0.6,7) .. (0.4,6.59); \draw [draw=#2, line width=#3pt](-3.2,-0.6) .. controls (-4.5,-1.2) and (-4.7,-1.9) .. (-4.2,-2.4) .. controls (-3.8,-2.5) and (-3.4,-2.5) .. (-2.8,-2.5) .. controls (-2.8,-2.7) and (-2.6,-3) .. (-2,-2.8) .. controls (-1.6,-2.7) and (-1.6,-2.4) .. (-2,-2.4) .. controls (-1.5,-2.4) and (-1.6,-1.7) .. (-2.3,-1.8) .. controls (-2.5,-1.9) and (-2.5,-1.7) .. (-2.5,-1.4) .. controls (-2.5,-1.1) and (-3,-1.2) .. (-2.9,-1.9) .. controls (-4.3,-2.4) and (-4.6,-1.6) .. (-3.3,-1.1); \draw [draw=#2, line width=#3pt](-3.3,-1.1) -- (-3.1,-1.95); \draw[draw=#2, line width=#3pt] (-2.3,-2.2) -- (-1.7,-2); \draw[draw=#2, line width=#3pt] (-2.4,-2.6) -- (-2,-2.4); \draw[draw=#2, line width=#3pt] (-0.8,1.2) .. controls (-0.3,1.6) and (0.4,1.7) .. (0.7,1.4) .. controls (0.7,2.3) and (-0.5,1.76) .. (-0.8,1.2); \draw[draw=#2, line width=#3pt] (1.7,1.5) .. controls (2.1,1.6) and (2.4,1.6) .. (2.6,1.3) .. controls (2.8,2.3) and (1.9,2) .. (1.7,1.5); \draw[draw=#2, line width=#3pt] (1.1,0) .. controls (1,-0.38) and (1.3,-0.9) .. (1.7,-0.98) .. controls (2.4,-1.3) and (0.5,-2.9) .. (0.2,-1); \draw[draw=#2, line width=#3pt] (-0.3,-1.5) -- (-0.6,-2.3); \draw[draw=#2, line width=#3pt] (0.4,-1.7) -- (-0.2,-3); \draw[draw=#2, line width=#3pt] (0.8,-1.8) -- (0.7,-2.8); \draw[draw=#2, line width=#3pt] (0.9,-1.9) .. controls (-0.1,-1.7) and (-0.6,-1.4) .. (-1,-1) .. controls(-0.2,-4) and (0.4,-3.5) .. (1.2,-1.9); \draw[draw=#2, line width=#3pt] (2.27,-1.2) .. controls (2.8,-1) and (3.23,-0.55) .. (3.41,-0.2) .. controls (3.4,0.1) and (3.8,0.4) .. (4,0.9) .. controls (4.2,0.8) and (4.3,0.6) .. (3.9,0.1) .. controls (4.2,0.1) and (4.9,0.2) .. (5.2,0.1) .. controls (5.6,-0.1) and (5.4,-0.3) .. (4.8,-0.1) .. controls (5.5,-0.8) and (5.2,-0.9) .. (4.6,-0.3) .. controls (5.1,-1.1) and (4.7,-1.2) .. (4.3,-0.5) .. controls (4,-0.33) and (3.7,-0.3) .. (3.3,-0.8) .. controls (3.2,-1.2) and (2.9,-1.6) .. (1.8,-1.8); \draw[draw=#2, line width=#3pt] (-3,-2.5) .. controls (-3.5,-5) and (-2.8,-5) .. (-2,-4.7); \draw[draw=#2, line width=#3pt] (-2.2,-4.4) -- (-1.8,-5.4); \draw[draw=#2, line width=#3pt] (-1.8,-5.4) .. controls (-2.2,-5.5) and (-3.9,-5.2) .. (-3.7,-6.6) .. controls (-2.6,-7.4) and (-1.9,-6.4) .. (-1.9,-5.9) .. controls (-1.7,-5.6) and (-1.5,-5.5) .. (-1.3,-5.4) .. controls (-1.5,-5.3) and (-1.6,-5) .. (-1.6,-4.6); \draw[draw=#2, line width=#3pt] (0.6,-3.5) .. controls (0.5,-4.1) and (1,-5.2) .. (1.7,-5.1) .. controls (2.2,-4.9) and (3.2,-5) .. (3.4,-5.7) .. controls (3.2,-6.1) and (1.2,-6) .. (0.8,-5.7) .. controls (0.9,-5.3) and (0.8,-5.2) .. (0.6,-5.2) .. controls (0.4,-5.1) and (0.3,-4.9) .. (0.54,-4.5) .. controls (0.3,-4.2) and (0.2,-4.1) .. (0,-4); \end{tikzpicture}} %29### \newcommand{\fcCucumberA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Senhor pepino em conserva.jpg}}; \draw [draw=#2, line width=#3pt](0.6,5) .. controls (1.2,8) and (-0.7,7.8) .. (-2.9,4.6) .. controls (-3.3,4.4) and (-3.3,4.5) .. (-3.2,3.8) .. controls (-3.3,3.5) and (-3.4,3) .. (-3.5,2.6) .. controls (-3.7,2.7) and (-3.9,2.3) .. (-3.7,2.1) .. controls (-3.6,1.6) and (-3.7,1.1) .. (-3.7,0.9) .. controls (-3.9,0.8) and (-4,0.6) .. (-3.8,0.4) .. controls (-3.6,0) and (-3.7,-0.6) .. (-3.7,-0.9) .. controls (-3.6,-1.2) and (-3.2,-1.2) .. (-3.1,-1.2) .. controls (-3.3,-1.5) and (-3.4,-2.4) .. (-3.4,-3.1) .. controls (-3.5,-3.7) and (-3.7,-4) .. (-4.2,-4.2) .. controls (-4.5,-4.6) and (-4.3,-4.8) .. (-3.5,-4.1) .. controls (-4.3,-4.9) and (-3.6,-5.1) .. (-3.3,-4.3) .. controls (-3.4,-5.2) and (-2.7,-5.2) .. (-3,-4) .. controls (-2.1,-4) and (-2.5,-3.6) .. (-3,-3.7) .. controls (-3.2,-2.8) and (-3.1,-2.1) .. (-2.6,-1.8); \draw [draw=#2, line width=#3pt](-3,-2.1) .. controls (-2.8,-2.6) and (-2.2,-3.2) .. (-1.3,-3.5) .. controls (-1.5,-3.1) and (-1.6,-2.6) .. (-1.6,-2.3) .. controls (-1.1,-2.9) and (-0.4,-3.3) .. (0.2,-3.6) .. controls (0.1,-3.2) and (0,-2.9) .. (-0.1,-2.6) .. controls (0.2,-2.9) and (0.5,-3.1) .. (0.8,-3.3) .. controls (0.7,-2.6) and (0.7,-1.9) .. (0.7,-1.3) .. controls (0.9,-1.9) and (1.1,-2.4) .. (1.2,-2.7) .. controls (1.1,-1.7) and (1.1,-1.1) .. (0.9,-0.5) .. controls (0.8,0.4) and (0.8,0.8) .. (0.5,1) .. controls (0.5,1.9) and (0.5,2.3) .. (0.5,2.6) .. controls (0.6,2.8) and (0.5,3) .. (0.3,3) .. controls (0.3,3.6) and (0.4,3.8) .. (0.5,3.9) .. controls (0.6,4) and (0.6,4.2) .. (0.4,4.4) .. controls (0.5,4.6) and (0.5,4.7) .. (0.6,5.1); \draw[draw=#2, line width=#3pt] (0.1,1.16) ellipse (0.3 and 0.5); \draw [draw=#2, line width=#3pt,rotate=-20] (-1.4066,0.6422) ellipse (0.5 and 0.7); \draw [draw=#2, line width=#3pt, fill=black] (-1.14,1.17) ellipse (0.1 and 0.1); \draw [draw=#2, line width=#3pt, fill=black] (0.14,1.21) ellipse (0.1 and 0.1); \draw[draw=#2, line width=#3pt] (0.87,-0.2) .. controls (1.3,0) and (2,-0.6) .. (1.2,-1.5); \draw[draw=#2, line width=#3pt] (0.7,0.1) .. controls (2,0.3) and (2.5,-0.8) .. (1.1,-1.6); \draw[draw=#2, line width=#3pt] (-2,5.7) .. controls (-1.9,6) and (-1.6,5.9) .. (-1.3,6.1) .. controls (-2.1,3.8) and (-2,3.8) .. (-0.5,5.7) .. controls (-0.5,5.1) and (-0.6,5) .. (0,5.4) .. controls (-0.1,4.3) and (0.1,4.2) .. (0.6,5.1); \draw[draw=#2, line width=#3pt] (1.3,-2.4) .. controls (1.8,-3.9) and (0.9,-4.8) .. (-0.5,-4.3); \draw[draw=#2, line width=#3pt] (-2.1,-3.1) .. controls (-1.7,-3.6) and (-1.3,-3.8) .. (-1.1,-3.9); \draw [draw=#2, line width=#3pt](-1.2,-4) .. controls (-1,-4.2) and (-1,-5) .. (-1.4,-5.5) .. controls (-3.9,-6.2) and (-2.7,-7.4) .. (-1.3,-7.1) .. controls (-0.5,-6.8) and (-0.7,-6.1) .. (-1,-5.8) .. controls (-1,-5.7) and (-0.7,-5.6) .. (-0.7,-5.5) .. controls (-0.8,-5.4) and (-0.8,-4.8) .. (-0.5,-4.3); \draw[draw=#2, line width=#3pt] (1.4,-3.7) .. controls (1.4,-3.8) and (1.4,-4.3) .. (1.4,-4.6) .. controls (1.6,-4.8) and (2.4,-4.5) .. (3.1,-4.2) .. controls (4.7,-4.3) and (4.3,-5.2) .. (3.2,-5.32) .. controls (2.4,-5.3) and (1.3,-5.1) .. (0.9,-5.1) .. controls (1,-4.8) and (1,-4.5) .. (1.1,-4.1); \draw[draw=#2, line width=#3pt] (-0.07,0.66) .. controls (1.2,0.1) and (0,-0.4) .. (-0.6,0); \draw[draw=#2, line width=#3pt] (0.5,-0.1) .. controls (0.3,-0.7) and (-0.7,-0.9) .. (-1.6,-0.3); \draw[draw=#2, line width=#3pt] (-0.9,-0.7) .. controls (0.2,-1.6) and (0.2,-1.3) .. (0.3,-0.6); \draw [draw=#2, line width=#3pt](-2.6,-0.9) .. controls (-2.8,-0.7) and (-2.9,-0.5) .. (-2.6,-0.4); \draw[draw=#2, line width=#3pt] (-2.7,1.6) .. controls (-3,1.8) and (-3,2) .. (-2.7,2.1); \draw[draw=#2, line width=#3pt] (-1.4,3) .. controls (-1.7,2.9) and (-1.7,3.2) .. (-1.5,3.4); \end{tikzpicture}} %30### \newcommand{\fcPotatoA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {O senhor batata.jpg}}; \draw [draw=#2, line width=#3pt](0.18,1.21) ellipse (4.15 and 5.2); \draw [draw=#2, line width=#3pt,rotate=-10] (0.0167,2.9092) ellipse (1.32 and 1.15); \draw[draw=#2, line width=#3pt] (-2.2,2.1) .. controls (-3.7,3) and (-0.9,5.1) .. (-1,2.6) .. controls (-3.2,2.4) and (-2.5,-0.2) .. (0.03,1.38); \draw[draw=#2, line width=#3pt] (-2.7,1.5) .. controls (-2.3,0.2) and (0,0.5) .. (1.4,1.26); \draw[draw=#2, line width=#3pt] (-2,0.7) .. controls (-1.4,-1.2) and (-0.3,-0.4) .. (0.6,0.8); \draw [draw=#2, line width=#3pt](-1.9,-0.3) .. controls (-1.7,-1) and (-0.7,-1.3) .. (-0.2,-1.4); \draw [draw=#2, line width=#3pt](-3.8,0.8) .. controls (-6.1,0.4) and (-5.6,2.3) .. (-5,3.5) .. controls (-5.3,4.1) and (-6.1,3.5) .. (-5.7,2.3) .. controls (-5.9,2.5) and (-6.9,2.7) .. (-6.3,2) .. controls (-6.1,2) and (-5.8,2) .. (-5.8,1.4) .. controls (-5.7,0.6) and (-4.9,0.3) .. (-3.8,0.1); \draw[draw=#2, line width=#3pt] (0,4.7) .. controls (0.6,4.7) and (1.2,4.5) .. (1.6,4.3) .. controls (1.5,4.8) and (0.6,5.6) .. (0,4.6); \draw[draw=#2, line width=#3pt] (-2.3,4.2) .. controls (-2,4.6) and (-1.5,4.6) .. (-1.2,4.7) .. controls (-1.5,5.6) and (-2.4,5) .. (-2.3,4.2) ; \draw[draw=#2, line width=#3pt,rotate=-10] (2.9,-0.7) ellipse (0.3 and 0.2); \draw[draw=#2, line width=#3pt,rotate=-10] (2.5,2.5) ellipse (0.3 and 0.2); \draw[draw=#2, line width=#3pt,rotate=-10] (2.9,-0.7) ellipse (0.3 and 0.2); \draw[draw=#2, line width=#3pt,rotate=-10] (0.5,-1.9) ellipse (0.3 and 0.2); \draw[draw=#2, line width=#3pt,rotate=-10] (2.3,4.6) ellipse (0.3 and 0.2); \draw[draw=#2, line width=#3pt] (-1.4,-3) ellipse (0.1 and 0.1); \draw [draw=#2, line width=#3pt,rotate=-18] (-2.5,-1.6) ellipse (0.4 and 0.2); \draw[draw=#2, line width=#3pt] (4.3,0.8) .. controls (4.8,0.4) and (5.1,-0.7) .. (5.6,-1.8) .. controls (7.7,-3) and (5.9,-3) .. (5.8,-2.5) .. controls (5.4,-1.1) and (4.9,-2) .. (4.9,-2.5) .. controls (4.4,-2.7) and (4.3,-2.3) .. (4.4,-1.9) .. controls (5.4,-1.5) and (4.7,-0.7) .. (4.2,-0.2); \draw[draw=#2, line width=#3pt] (5.53,-1.97) .. controls (5.3,-2.6) and (5.4,-3.2) .. (5.8,-2.5); \draw[draw=#2, line width=#3pt] (-5.8,2.8) .. controls (-5.9,2.7) and (-6.1,2.7) .. (-6.2,2.5); \draw[draw=#2, line width=#3pt] (-1.3,-3.6) .. controls (-1.2,-4) and (-1.4,-4.6) .. (-2.7,-4.4) .. controls (-7.1,-4.6) and (-5,-7.8) .. (-1.4,-5.3) .. controls (-1.5,-4.5) and (-0.8,-4.5) .. (-0.5,-4.5) .. controls (-0.8,-4.3) and (-0.9,-4.1) .. (-1,-3.8); \draw [draw=#2, line width=#3pt](2.7,-2.89) .. controls (2.7,-3.8) and (2.7,-4.5) .. (3.3,-4.5) .. controls (9.3,-3.8) and (4.3,-8.2) .. (2.9,-5.1) .. controls (3,-4.8) and (2.5,-4.9) .. (2.3,-4.9) .. controls (2.5,-4.6) and (2.4,-4) .. (1.7,-3.6); \draw [fill=black] (0.84,2.89) ellipse (0.2 and 0.2); \draw [fill=black] (-1.46,3.01) ellipse (0.2 and 0.2); \end{tikzpicture}} %31### \newcommand{\fcTricycleA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Um triciclo infantil.jpg}}; \draw [draw=#2, line width=#3pt] (3.3,-3.6) ellipse (1.2 and 1.8); \draw [draw=#2, line width=#3pt] (3.99,-3.6) ellipse (2.7 and 3.4); \draw [draw=#2, line width=#3pt] (-6.85,-2.69) ellipse (0.7 and 1.1); \draw [draw=#2, line width=#3pt] (-6.52,-2.52)ellipse (1.8 and 2.4); \draw [draw=#2, line width=#3pt] (4.5,-0.34) .. controls (3.4,0.6) and (2.3,-0.1) .. (3.5,-3.8) .. controls (3.4,-4.2) and (2.9,-4.2) .. (2.7,-3.4) .. controls (1.5,-1.3) and (2.4,0.7) .. (3.3,0.7); \draw [draw=#2, line width=#3pt](4.6,1.2) ellipse (0.6 and 0.6); \draw [draw=#2, line width=#3pt] (4.6,1.2) ellipse (0.9 and 0.9); \draw [draw=#2, line width=#3pt] (4.7,2.05) .. controls (3.4,2.2) and (2,1.1) .. (4.3,0.3); \draw [draw=#2, line width=#3pt] (-5.7,2.7) .. controls (-5.9,3.2) and (-5.7,4.2) .. (-5.1,4.3) .. controls (-4.5,4.8) and (-3,4.6) .. (-2.5,4.3) .. controls (-2.1,4.2) and (-1.7,3.8) .. (-1.7,3.3) .. controls (-0.6,3.6) and (-0.3,2.3) .. (-1.1,1.59) .. controls (-1.7,1.3) and (-3.4,1.1) .. (-4.6,1.3) .. controls (-5.7,1.3) and (-5.6,2) .. (-5.77,2.7); \draw [draw=#2, line width=#3pt] (-5.7,2.3) .. controls (-5.4,3) and (-4.8,3.2) .. (-4.2,3.3) .. controls (-3.6,3.1) and (-2.6,3.1) .. (-1.7,3.4); \draw [draw=#2, line width=#3pt] (-3.1,3.2) .. controls (-2.8,2.7) and (-2.7,1.9) .. (-2.9,1.2); \draw [draw=#2, line width=#3pt](-1.7,3.4) .. controls (-1.3,2.7) and (-1.2,2.2) .. (-1.3,1.5); \draw [draw=#2, line width=#3pt] (-5.2,3) .. controls (-5.9,4.7) and (-2.1,4.5) .. (-2,3.3); \draw [draw=#2, line width=#3pt] (-2.5,1.3) -- (-2.2,-1.6); \draw [draw=#2, line width=#3pt] (-3.3,1.3) -- (-3,-1.7)-- (-4.7,-1.9); \draw [draw=#2, line width=#3pt] (-4.6,-2.8) -- (1.1,-2); \draw [draw=#2, line width=#3pt] (0.9,-1.3) -- (-0.5,-1.4); \draw [draw=#2, line width=#3pt] (1.1,-1.59) ellipse (0.3 and 0.4); \draw [draw=#2, line width=#3pt] (1.9,-1.3) .. controls (1.4,-0.3) and (0.8,-0.2) .. (0.6,-1.4); \draw [draw=#2, line width=#3pt] (0.7,-2) .. controls (0.7,-2.5) and (1.1,-2.6) .. (1.4,-2.7); \draw [draw=#2, line width=#3pt] (-0.1,-1.4) .. controls (0.1,0.3) and (1.4,1.1) .. (2.5,0.2); \draw [draw=#2, line width=#3pt] (2.9,0.5) -- (2.8,1.8); \draw [draw=#2, line width=#3pt] (2.4,2.4) -- (2.4,4); \draw [draw=#2, line width=#3pt](3.7,4) -- (3.8,2.5); \draw [draw=#2, line width=#3pt] (2.5,3.9) .. controls (2.1,4.4) and (3.7,4.8) .. (3.7,4); \draw [draw=#2, line width=#3pt] (3.8,2.5) .. controls (3.5,1.8) and (2.8,1.3) .. (2.4,2.4); \draw [draw=#2, line width=#3pt](0,-2.2) .. controls (0.2,-2.9) and (0.8,-3.6) .. (1.3,-3.8); \draw [draw=#2, line width=#3pt] (-2.2,-1.6) .. controls (-3.7,-1.5) and (-2.8,-2.8) .. (-1.9,-2.4) .. controls (-0.5,-2.7) and (1.1,3.6) .. (2.4,2.5); \draw [draw=#2, line width=#3pt] (-2.3,-1.6) .. controls (-0.6,-1.9) and (0,4.2) .. (2.5,3.9); \draw [draw=#2, line width=#3pt] (3.3,4.4) -- (3.5,4.9); \draw [draw=#2, line width=#3pt] (2.6,4.3) -- (2.3,4.9); \draw [draw=#2, line width=#3pt] (0.4,4.8) .. controls (4.5,4.9) and (8.1,5.4) .. (5.1,6.8); \draw [draw=#2, line width=#3pt](5,6.8) .. controls (2.1,7.8) and (2.2,5.8) .. (4.9,6.2) .. controls (4.77,6.23) and (4.8,6.5) .. (5.1,6.8); \draw [draw=#2, line width=#3pt](4.9,6.12) .. controls (7,5.9) and (2.2,5.4) .. (0.3,5.5) .. controls (0,5.5) and (0,5.2) .. (0.3,4.8); \draw [draw=#2, line width=#3pt](0.4,5.6) .. controls (-4.7,6.5) and (-3.5,4.4) .. (0.4,4.8); \draw [draw=#2, line width=#3pt] (4.3,0.3) .. controls (4.8,-0.1) and (4.9,-0.3) .. (5,-0.5); \end{tikzpicture}} %32### \newcommand{\fcMotorcycleA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {wasp.jpg}}; \draw [draw=#2, line width=#3pt] (-2.59,3.76) ellipse (0.8 and 0.8); \draw [draw=#2, line width=#3pt] (-2.59,3.76)ellipse (1.1 and 1.1); \draw [draw=#2, line width=#3pt] (0.5,5.65) ellipse (0.7 and 0.7); \draw [draw=#2, line width=#3pt] (-4.9,5.5) ellipse (0.7 and 0.7); \draw [draw=#2, line width=#3pt] (-2.4,4.9) .. controls (-0.91,4.11) and (0.1,3.9) .. (1.2,4.1); \draw [draw=#2, line width=#3pt] (1.3,3.76) ellipse (0.3 and 0.4); \draw [draw=#2, line width=#3pt] (1.3,3.33) .. controls (0.4,3.4) and (-0.2,3.4) .. (-0.7,3.4) .. controls (-1,3.1) and (-1.5,2.8) .. (-2.6,2.6); \draw [draw=#2, line width=#3pt] (-0.2,3.4) -- (-0.2,4.1); \draw [draw=#2, line width=#3pt] (-3.2,4.7) .. controls (-4.3,4.1) and (-5.1,4.1) .. (-5.6,4.1) .. controls (-6.1,4) and (-6.1,3.2) .. (-5.2,3.4) .. controls (-4.1,3.7) and (-3.8,3) .. (-2.6,2.6); \draw [draw=#2, line width=#3pt] (-1.2,2.9) -- (-1.4,2); \draw [draw=#2, line width=#3pt] (-3,2.8) -- (-2.9,2); \draw [draw=#2, line width=#3pt] (-4.95,-1.78) .. controls (-4.9,-0.4) and (-4.6,0.6) .. (-4,1.8) .. controls (-3,1.9) and (-1.4,1.9) .. (-0.6,1.7) .. controls (-0.7,-0.5) and (-0.6,-3.2) .. (-0.7,-3.9) .. controls (-0.8,-4.7) and (-0.2,-4.4) .. (0.8,-4.43) .. controls (2.2,-4.4) and (4.5,-4.2) .. (5,-4.2) .. controls (5.6,-4.1) and (6,-3.6) .. (5.9,-2.6) .. controls (5.7,-1.6) and (5.9,0.1) .. (2.8,-0.1) .. controls (2.8,-0.9) and (2.8,-2.6) .. (2.8,-3.5); \draw [draw=#2, line width=#3pt] (2.3,-3.2) rectangle (0.7,-2.2); \draw [draw=#2, line width=#3pt] (1.1,-2.4) -- (1.8,-2.4); \draw [draw=#2, line width=#3pt] (-0.6,1.8) .. controls (-0.2,0.8) and (-0.1,-1.8) .. (-0.1,-3.8) .. controls (0.6,-3.8) and (1.5,-3.8) .. (2.8,-3.6); \draw [draw=#2, line width=#3pt] (0.4,-3.83) .. controls (0.3,-2.6) and (0.3,-1.1) .. (0.7,-0.2) .. controls (1.3,0) and (2,0) .. (2.9,-0.1); \draw [draw=#2, line width=#3pt] (0.9,-0.2) .. controls (0.8,0.2) and (0.8,0.4) .. (1,1) .. controls (1.5,1.1) and (2.2,1.1) .. (2.7,1) .. controls (2.6,0.7) and (2.5,0.4) .. (2.5,-0.1); \draw [draw=#2, line width=#3pt] (2.7,1) .. controls (4.3,1.2) and (4.7,1.3) .. (4.9,-0.4); \draw [fill=black] (4.3,0.72) ellipse (0.1 and 0.2); \draw [fill=black] (3.7,0.72) ellipse (0.1 and 0.2); \draw [fill=black] (3.2,0.722) ellipse (0.1 and 0.2); \draw [fill=black] (4.3,-3) ellipse (0.1 and 0.3); \draw [fill=black] (5,-3) ellipse (0.1 and 0.3); \draw [fill=black] (4.6,-3) ellipse (0.1 and 0.3); \draw [draw=#2, line width=#3pt] (-2,1.9) .. controls (-2.14,0.9) and (-2.24,-0.6) .. (-2.3,-1.6); \draw [draw=#2, line width=#3pt] (-2.8,1.9) .. controls (-3,1) and (-3.4,-0.3) .. (-3.6,-1.3); \draw [draw=#2, line width=#3pt] (-1.7,-3.5) .. controls (-1.7,-0.7) and (-5.2,-0.1) .. (-5.6,-3.6) .. controls (-5.1,-5) and (-3.9,-3.7) .. (-3.6,-3.1) .. controls (-2.9,-2.47) and (-2.3,-2.6) .. (-1.67,-3.54); \draw [draw=#2, line width=#3pt] (-5.29,-4.2) .. controls (-5,-8) and (-1.7,-6.6) .. (-1.8,-3.4); \draw [draw=#2, line width=#3pt] (-4.9,-4.2) .. controls (-4.8,-5.3) and (-4.6,-6) .. (-3.8,-6.42); \draw [draw=#2, line width=#3pt] (-4.3,-4.1) .. controls (-4.5,-5.1) and (-3.9,-6.2) .. (-3.2,-6.3); \draw [draw=#2, line width=#3pt] (-2.9,-4.3) ellipse (0.5 and 0.9); \draw [draw=#2, line width=#3pt] (-2.9,-2.8) .. controls (-3.3,-4.9) and (-2.5,-5.4) .. (-2.3,-2.9); \draw [draw=#2, line width=#3pt] (-0.5,-4.4) -- (-1.78,-4.35); \draw [draw=#2, line width=#3pt] (5.4,-4) .. controls (5,-5.3) and (4.1,-5) .. (3.5,-4.3); \draw [draw=#2, line width=#3pt] (3.1,-4.28) .. controls (3.4,-6) and (4.5,-6.3) .. (5.1,-4.7); \draw [draw=#2, line width=#3pt] (2.4,-4.4) .. controls (2.5,-5.4) and (3.2,-6) .. (4.07,-5.78); \draw [draw=#2, line width=#3pt] (5.4,-0.7) .. controls (5.4,0.3) and (5.3,1.2) .. (4.8,2) .. controls (4.7,2.2) and (4,2.2) .. (3.6,2.2) .. controls (3.4,2.1) and (3.1,1.6) .. (3,1.03); \draw [draw=#2, line width=#3pt] (3.5,1.1) .. controls (3.3,2) and (4.5,1.6) .. (4.8,1.5) .. controls (5,0.9) and (5.1,0.3) .. (5.1,-0.5); \draw [draw=#2, line width=#3pt] (3.6,1.6) -- (3.5,2.1); \draw [draw=#2, line width=#3pt] (4.8,2) -- (4.56,1.65); \draw [draw=#2, line width=#3pt] (-4.3,3.4) .. controls (-4.5,3.5) and (-4.5,3.7) .. (-4.5,4.12); \draw [draw=#2, line width=#3pt] (-4.1,4.26) .. controls (-4.1,4.5) and (-4.3,4.6) .. (-4.54,4.93); \draw [draw=#2, line width=#3pt] (-0.5,4.1) .. controls (-0.5,4.5) and (-0.1,4.8) .. (0.1,5.1); \draw [draw=#2, line width=#3pt] (2.7,-4.3) .. controls (2.83,-4.97) and (3.07,-5.24) .. (3.37,-5.53); \end{tikzpicture}} %33### \newcommand{\fcTractorC}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Tractor.jpg}}; \draw [draw=#2, line width=#3pt] (-5.28,0.78) node (v1) {} ellipse (0.6 and 0.8); \draw [draw=#2, line width=#3pt] (v1) ellipse (0.9 and 1.2); \draw [draw=#2, line width=#3pt] (-8,1) node (v2) {} ellipse (0.5 and 0.7); \draw [draw=#2, line width=#3pt] (v2) ellipse (0.7 and 1); \draw [draw=#2, line width=#3pt] (-8.1,2) .. controls (-6.4,1.9) and (-6.6,0.3) .. (-8,-0.1); \draw [draw=#2, line width=#3pt] (2,1.7) node (v3) {} rectangle (-0.9,4.1); \draw[draw=#2, line width=#3pt] (-6.9,1.4) -- (-5.9,1.3); \draw[draw=#2, line width=#3pt] (v3) -- (-3.7,1.1); \draw[draw=#2, line width=#3pt] (-5.2,2) .. controls (-3.7,1.7) and (-3,0.5) .. (-5.1,-0.44); \draw[draw=#2, line width=#3pt] (-7.6,0) .. controls (-7.6,-1.1) and (-7.5,-2.8) .. (-7.4,-4.1) .. controls (-7.3,-4.1) and (-7.1,-4.1) .. (-6.9,-4.1) .. controls (-7,-3.2) and (-7.1,-1.6) .. (-7.2,-0.8) .. controls (-6.6,-0.6) and (-4.8,-0.6) .. (-4.5,-1) .. controls (-4.3,-1.8) and (-4.2,-3.6) .. (-4.3,-4.8) .. controls (-4.1,-4.9) and (-3.8,-4.9) .. (-3.7,-4.9) .. controls (-3.9,-3.9) and (-3.9,-1.2) .. (-3.8,0.5); \draw[draw=#2, line width=#3pt] (-4.2,-4.8) .. controls (-5.1,-4.5) and (-6.2,-4.3) .. (-6.9,-4.1); \draw[draw=#2, line width=#3pt] (-4.3,-4.3) .. controls (-5.3,-4.2) and (-6.1,-4) .. (-6.9,-3.8); \draw[draw=#2, line width=#3pt] (-4.2,-3.7) .. controls (-5,-3.8) and (-6.1,-3.7) .. (-7.03,-3.31); \draw[draw=#2, line width=#3pt] (-4.2,-3.4) .. controls (-5.2,-3.4) and (-6.4,-3.2) .. (-7,-2.9); \draw[draw=#2, line width=#3pt] (-4.2,-3) .. controls (-5,-3.1) and (-6.2,-2.8) .. (-7.04,-2.6); \draw [draw=#2, line width=#3pt] (-7.1,-2.1) .. controls (-6.2,-2.4) and (-5.1,-2.4) .. (-4.3,-2.5); \draw[draw=#2, line width=#3pt] (-7.2,-1.6) .. controls (-6.6,-1.9) and (-5.5,-2) .. (-4.3,-2.1); \draw[draw=#2, line width=#3pt] (-7.2,-1.2) .. controls (-6.2,-1.5) and (-5.3,-1.6) .. (-4.2,-1.6); \draw[draw=#2, line width=#3pt] (-7.2,-1) .. controls (-6.5,-1.1) and (-5.4,-1.2) .. (-4.39,-1.2); \draw [fill=black] (-0.9,-0.2) ellipse (0.2 and 0.7); \draw [fill=black](-1.5,-0.2) ellipse (0.2 and 0.7); \draw [fill=black](-2.6,-0.4) ellipse (0.2 and 0.7); \draw[fill=black] (-2,-0.3) ellipse (0.2 and 0.7); \draw [draw=#2, line width=#3pt](-1.3,-4.6) node (v4) {} ellipse (0.4 and 0.9); \draw [draw=#2, line width=#3pt] (v4) ellipse (1 and 1.8); \draw [draw=#2, line width=#3pt] (-1.5,-2.7) .. controls (-3.3,-3.7) and (-2.6,-5.8) .. (-2.1,-6.5); \draw [draw=#2, line width=#3pt](-3.2,-4) .. controls (-3.6,-5.6) and (-2.9,-7) .. (-1.3,-6.4); \draw [draw=#2, line width=#3pt](-2.8,-4) .. controls (-3,-5.1) and (-2.9,-6.3) .. (-2.1,-6.6); \draw [draw=#2, line width=#3pt](-0.3,-3.6) .. controls (-0.1,-4.2) and (0.2,-4.2) .. (0.3,-3.5) .. controls (-0.6,-0.4) and (-3.2,-1.6) .. (-3.5,-3.9) .. controls (-3.4,-4.2) and (-2.8,-4.1) .. (-2.7,-3.7) .. controls (-2.3,-1.1) and (-0.7,-2.3) .. (-0.3,-3.6); \draw [draw=#2, line width=#3pt](5.1,-3.3) ellipse (0.9 and 1.2); \draw [draw=#2, line width=#3pt] (4.94,-3.18) ellipse (1.5 and 2.4); \draw [draw=#2, line width=#3pt] (1.8,-3.4) .. controls (2,-8.8) and (9.5,-6.1) .. (5.9,-0.3); \draw[draw=#2, line width=#3pt] (6.2,0) .. controls (4.1,2.5) and (0.8,-0.5) .. (1.4,-3.4); \draw [draw=#2, line width=#3pt] (1.4,-3.5) .. controls (1.6,-3.6) and (2.4,-3.4) .. (2.67,-3.07) .. controls (2.6,-1.1) and (4.1,0.7) .. (5.9,-0.3); \draw[draw=#2, line width=#3pt] (2.2,-3.3) .. controls (2.2,-0.2) and (4.7,0.8) .. (6.2,0); \draw[draw=#2, line width=#3pt] (-3.7,-4.8) .. controls (-4.3,-5.7) and (-5.2,-6.2) .. (-5.69,-4.46); \draw[draw=#2, line width=#3pt] (-6.1,-4.3) .. controls (-6.1,-5.2) and (-5.5,-5.6) .. (-4.7,-5.7); \draw [draw=#2, line width=#3pt] (-6.5,-4.26) .. controls (-6.5,-5.2) and (-5.7,-5.9) .. (-4.74,-5.65); \draw[draw=#2, line width=#3pt] (2.27,-4.84) .. controls (1.4,-5.4) and (0.4,-5.4) .. (-0.34,-5); \draw[draw=#2, line width=#3pt] (-0.2,-5) .. controls (0.4,-5.1) and (1.2,-4.8) .. (1.5,-4.2); \draw [draw=#2, line width=#3pt] (-0.4,-4.4) -- (1.9,-4.1); \draw[draw=#2, line width=#3pt] (-7.1,1.6) -- (-5.73,1.81); \draw[draw=#2, line width=#3pt] (-5,2) -- (-1.1,2.1) -- (-1.3,4.7) -- (2,4.9) -- (5.6,4.7) -- (5.6,0.6); \draw[draw=#2, line width=#3pt] (2.2,4.9) -- (2.1,6.1) node (v5) {} -- (5.8,5.7); \draw[draw=#2, line width=#3pt] (-1.4,5.7) -- (v5); \draw[draw=#2, line width=#3pt] (-1.4,5.7) .. controls (-1.5,5.2) and (-1.5,4.9) .. (-1.3,4.7); \draw [draw=#2, line width=#3pt] (5.6,4.8) .. controls (6,4.7) and (6,5.1) .. (5.8,5.72); \draw[draw=#2, line width=#3pt] (-3.6,2) .. controls (-3.6,2.3) and (-3.6,2.5) .. (-3.6,2.6) .. controls (-3.3,2.7) and (-3.4,4.1) .. (-3.4,4.9) .. controls (-3.5,5.4) and (-4.5,5.2) .. (-4.5,4.8) .. controls (-4.5,4.2) and (-4.5,2.9) .. (-4.4,2.6) node (v6) {} .. controls (-4.1,2.6) and (-3.9,2.5) .. (-3.5,2.6); \draw[draw=#2, line width=#3pt] (-4.3,1.9) -- (v6); \draw[draw=#2, line width=#3pt] (-3.6,5.1) .. controls (-3.6,5.7) and (-3.4,6) .. (-3.1,6) .. controls (-3.1,6.2) and (-3.2,6.4) .. (-3.6,6.6) .. controls (-4.1,6.3) and (-4.3,6) .. (-4.1,5.1); \draw [draw=#2, line width=#3pt] (2.8,-1.6) -- (3.8,-1.7); \draw [draw=#2, line width=#3pt] (3.9,-0.3) -- (4.7,-0.7); \draw [draw=#2, line width=#3pt] (2.4,1.3) .. controls (2.8,1.3) and (3.8,1.4) .. (4,0.9); \draw[draw=#2, line width=#3pt] (3.8,1.1) .. controls (3.7,2) and (3.8,2.9) .. (4.3,3.4) .. controls (4.7,3.2) and (4.5,1.5) .. (4.6,1); \draw[draw=#2, line width=#3pt] (4.3,3.4) .. controls (3.5,3.5) and (2.8,3.4) .. (2.4,3.4); \draw[draw=#2, line width=#3pt] (3.5,3.53) .. controls (3.2,2.8) and (3.2,2.2) .. (3.3,1.3); \draw[draw=#2, line width=#3pt] (3,3.4) .. controls (2.7,2.8) and (2.6,2) .. (2.8,1.3); \draw[draw=#2, line width=#3pt] (2.4,0) -- (2.4,4.4) -- (5.1,4.3) -- (5.2,0.7); \draw [fill=black](-3.8,3) ellipse (0.1 and 0.1); \draw[fill=black] (-4.2,3) ellipse (0.1 and 0.1); \draw[fill=black] (-3.7,3.6) ellipse (0.1 and 0.1); \draw[fill=black] (-4.2,3.6) ellipse (0.1 and 0.1); \draw[fill=black] (-3.7,4.2) ellipse (0.1 and 0.1); \draw[fill=black] (-3.71,4.79) ellipse (0.1 and 0.1); \draw[fill=black] (-4.11,4.12) ellipse (0.1 and 0.1); \draw[fill=black] (-4.12,4.72) ellipse (0.1 and 0.1); \draw[draw=#2, line width=#3pt] (5.6,-0.2) .. controls (5.8,-0.6) and (5.8,-0.9) .. (5.7,-1); \draw[draw=#2, line width=#3pt] (6.6,-1.5) .. controls (6.4,-1.7) and (6.3,-1.9) .. (6.2,-1.9); \draw[draw=#2, line width=#3pt] (6.8,-3.3) .. controls (6.6,-3.4) and (6.4,-3.2) .. (6.4,-3.3); \draw[draw=#2, line width=#3pt] (3.38,-3.1) .. controls (3,-3.37) and (2.6,-3.5) .. (2.4,-3.5); \draw[draw=#2, line width=#3pt] (3.5,-4.6) .. controls (3,-4.9) and (2.5,-4.8) .. (2.1,-4.8); \draw[draw=#2, line width=#3pt] (4.4,-5.6) .. controls (4.23,-5.83) and (3.93,-6.03) .. (3.4,-6.1); \draw[draw=#2, line width=#3pt] (5.6,-5.4) -- (5.7,-5.8); \draw[draw=#2, line width=#3pt] (6.7,-4.5) -- (6.1,-4.4); \end{tikzpicture}} %34### \newcommand{\fcSubmarineA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Submarino espião.jpg}}; \draw [draw=#2, line width=#3pt] (-0.02,-1.46) ellipse (7.6 and 3.2); \draw[draw=#2, line width=#3pt] (-7.6,-1.3) ellipse (1.2 and 0.4); \draw [draw=#2, line width=#3pt](-5.3,2.7) ellipse (0.3 and 0.3);, \draw [draw=#2, line width=#3pt](5.9,3.81) ellipse (0.4 and 0.4); \draw [draw=#2, line width=#3pt](-4.9,1.8) ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt](6.59,2.71) ellipse (0.3 and 0.3); \draw [draw=#2, line width=#3pt](5.8,1.9) ellipse (0.2 and 0.2); \draw[draw=#2, line width=#3pt] (3.53,1.38) .. controls (1.7,0.4) and (1.6,-3.3) .. (3.1,-4.4); \draw [draw=#2, line width=#3pt](-2.7,1.5) .. controls (-4.5,-0.1) and (-4.4,-3.3) .. (-2.9,-4.4); \draw [draw=#2, line width=#3pt] (0.4,-1.7) ellipse (0.5 and 0.7); \draw [draw=#2, line width=#3pt] (0.4,-1.7) ellipse (0.9 and 1); \draw [draw=#2, line width=#3pt] (-2.54,-1.51) ellipse (0.5 and 0.7); \draw [draw=#2, line width=#3pt] (-2.53,-1.54) ellipse (0.9 and 1); \draw [draw=#2, line width=#3pt] (-5.21,-1.42) ellipse (0.4 and 0.6); \draw [draw=#2, line width=#3pt] (-5.2,-1.5) ellipse (0.7 and 0.9); \draw[draw=#2, line width=#3pt] (-5.84,-1.43) -- (-6.4,-1.41); \draw[draw=#2, line width=#3pt] (-3.39,-1.55) -- (-4.5,-1.5); \draw [draw=#2, line width=#3pt](-0.5,-1.7) -- (-1.6,-1.65); \draw[draw=#2, line width=#3pt] (2.01,-1.75) -- (1.33,-1.73); \draw[draw=#2, line width=#3pt] (-6.2,0.35) .. controls (-7.3,1.7) and (-7.8,0.9) .. (-7.29,-0.51); \draw[draw=#2, line width=#3pt] (-7,-0.1) .. controls (-7,0.1) and (-7.24,0.45) .. (-7.47,0.4); \draw[draw=#2, line width=#3pt] (-7.4,-2.2) .. controls (-8.1,-3.7) and (-6.9,-3.8) .. (-6.2,-3.3); \draw[draw=#2, line width=#3pt] (-7,-2.8) .. controls (-6.9,-2.9) and (-7.2,-3.2) .. (-7.56,-3.08); \draw[draw=#2, line width=#3pt] (-2.7,1.5) .. controls (-3.2,4.1) and (1.4,5.3) .. (0.9,1.61); \draw [draw=#2, line width=#3pt](-2.5,2.8) .. controls (-1.6,3.5) and (-0.6,3.6) .. (0.8,2.9); \draw[draw=#2, line width=#3pt] (-1.5,3.7) -- (-1.7,4.9); \draw[draw=#2, line width=#3pt] (-2,4.9) -- (-2,3.37); \draw[draw=#2, line width=#3pt] (-1.8,5.3) ellipse (0.4 and 0.4); \draw [draw=#2, line width=#3pt] (3.8,5.3) node (v1) {} ellipse (0.2 and 0.6); \draw [draw=#2, line width=#3pt] (v1) ellipse (0.4 and 1); \draw [draw=#2, line width=#3pt](2.9,6.2) .. controls (2.7,5.4) and (2.8,5) .. (3,4.4); \draw[draw=#2, line width=#3pt] (3,4.4) node (v2) {} .. controls (2.2,5.1) and (2.4,2.9) .. (2.4,2) .. controls (2.7,2) and (2.9,1.8) .. (2.7,1.5); \draw[draw=#2, line width=#3pt] (3.8,4.3) -- (v2); \draw [draw=#2, line width=#3pt](3.7,6.3) -- (2.9,6.2); \draw[draw=#2, line width=#3pt] (2.9,6.2) .. controls (2,6) and (1.3,5.6) .. (1.5,4.4); \draw [draw=#2, line width=#3pt](2.4,2.1) .. controls (1.9,2.1) and (1.4,2.1) .. (1.3,1.66); \draw[draw=#2, line width=#3pt] (1.46,4.7) -- (1.6,2); \draw [fill=black, draw=#2, line width=#3pt] (-3.8,-2.2) ellipse (0.05 and 0.05); \draw [fill=black, draw=#2, line width=#3pt] (-3.7,-0.9) ellipse (0.05 and 0.05); \draw [fill=black, draw=#2, line width=#3pt] (-3.38,0.13) ellipse (0.05 and 0.05); \draw [fill=black, draw=#2, line width=#3pt] (-2.8,1) ellipse (0.05 and 0.05); \draw [fill=black, draw=#2, line width=#3pt] (2.8,-3.5) ellipse (0.05 and 0.05); \draw [fill=black, draw=#2, line width=#3pt] (2.5,-2.7) ellipse (0.05 and 0.05); \draw [fill=black, draw=#2, line width=#3pt] (2.4,-1.7) ellipse (0.05 and 0.05); \draw [fill=black, draw=#2, line width=#3pt] (2.5,-0.6) ellipse (0.05 and 0.05); \draw [fill=black, draw=#2, line width=#3pt] (2.8,0.2) ellipse (0.05 and 0.05); \draw [fill=black, draw=#2, line width=#3pt] (3.4,0.9) ellipse (0.05 and 0.05); \draw [fill=black, draw=#2, line width=#3pt] (-3.5,-3.1) ellipse (0.05 and 0.05); \draw [fill=black, draw=#2, line width=#3pt] (-3.1,-3.8) ellipse (0.05 and 0.05); \end{tikzpicture}} %35### \newcommand{\fcScooterA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Patinete infantil.jpg}}; \draw [draw=#2, line width=#3pt] (-3,-2.2)-- (-2.8,-1.8) -- (-2.6,-2.3) -- (-2.23,-2.37) -- (-2.5,-2.9) -- (-2.5,-3.2) -- (-2.93,-2.93) -- (-3.28,-3.12) -- (-3.1,-2.7) -- (-3.4,-2.32) -- (-3,-2.2); \draw [draw=#2, line width=#3pt] (-2.5,-5.5) ellipse (0.5 and 0.7); \draw [draw=#2, line width=#3pt] (-3,-5.5) ellipse (1.3 and 1.5); \draw [draw=#2, line width=#3pt] (5.1,-5.4) ellipse (0.9 and 1.2); \draw [draw=#2, line width=#3pt] (5.1,-5.3) ellipse (0.5 and 0.7); \draw [draw=#2, line width=#3pt] (1.5,5.5) ellipse (0.4 and 0.5); \draw [fill=black](0.4,-5.4) ellipse (0.2 and 0.2); \draw [fill=black](3.8,-5.4) ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt] (-1.48,5.8) .. controls (-1.8,5.8) and (-1.8,5.3) .. (-1.4,4.9) .. controls (-1.8,2.2) and (-2,-0.1) .. (-2.1,-1.8) .. controls (-1.86,-1.96) and (-1.7,-2.2) .. (-1.72,-2.6) .. controls (-1.7,-3.1) and (-2.1,-3.6) .. (-2.6,-3.7) .. controls (-3,-3.6) and (-3.2,-3.6) .. (-3.7,-3.2) .. controls (-3.7,-2.2) and (-3.6,-1.8) .. (-3.1,-1.8) .. controls (-2.8,0.4) and (-2.4,2.9) .. (-2.3,4.9) .. controls (-2.8,5.1) and (-2.6,6.3) .. (-1.4,5.8); \draw [draw=#2, line width=#3pt] (1.61,6) .. controls (0.8,5.9) and (-0.4,5.9) .. (-1.4,5.8); \draw [draw=#2, line width=#3pt] (1.56,4.98) .. controls (0.3,5) and (-0.7,4.9) .. (-1.5,5); \draw [draw=#2, line width=#3pt](-2.26,5.85) .. controls (-3.1,5.5) and (-3.8,5.8) .. (-4.5,5.6) .. controls (-4.9,5.5) and (-4.6,5.1) .. (-4.2,5) .. controls (-3.7,5) and (-2.9,4.87) .. (-2.29,4.89); \draw [draw=#2, line width=#3pt](-2.3,4.8) .. controls (-2.1,4.8) and (-1.9,4.7) .. (-1.5,5); \draw [draw=#2, line width=#3pt] (-2.07,-1.6) -- (-3,-1.5); \draw [draw=#2, line width=#3pt](-2,-3.3) node (v2) {} .. controls (-2.4,-6.8) and (-2.9,-6.3) .. (-2.6,-3.6); \draw [draw=#2, line width=#3pt](-3.7,-3.2) -- (-3.6,-4.1); \draw [draw=#2, line width=#3pt](-1.8,-3) .. controls (-1.2,-3.2) and (-0.4,-4.3) .. (0.1,-4.8) .. controls (1.5,-4.8) and (3.2,-4.8) .. (3.7,-4.8) .. controls (4,-3.4) and (5.8,-3.2) .. (6.2,-4.7); \draw (v2) ellipse (0 and 0); \draw [draw=#2, line width=#3pt] (-2.05,-3.8) .. controls (-1.6,-4.1) and (-1.2,-4.3) .. (-0.9,-5) .. controls (-0.7,-5) and (-0.4,-5) .. (0.1,-4.9); \draw [draw=#2, line width=#3pt] (-1,-4.9) .. controls (-1.4,-5.2) and (-1.3,-6) .. (-0.3,-6) .. controls (1.1,-5.9) and (3,-5.9) .. (4.1,-5.9) .. controls (4.5,-5.7) and (4.4,-5) .. (3.8,-4.8); \draw [draw=#2, line width=#3pt](6.2,-4.7) .. controls (5.3,-3.5) and (4.5,-4) .. (3.7,-4.9); \end{tikzpicture}} %36### \newcommand{\fcCrane}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics{Guindaste veiculo.jpg}}; %\draw [draw=#2, line width=#3pt] \draw [draw=#2, line width=#3pt] (-5.2,2.1) .. controls (-6.6,1.8) and (-7.4,2.1) .. (-7.5,0.7) .. controls (-7.5,-1) and (-7.5,-0.5) .. (-6.5,-1.4) .. controls (-0.2,-5.5) and (0.1,-5.6) .. (0.4,-5.8) .. controls (0.8926,-5.7979) and (6.2,-5) .. (6.9,-4.8) .. controls (8.3,-4.4) and (7.8,-3.9) .. (7.7,-2.7) .. controls (7.6,-2.2) and (6.9,-1.3) .. (6.5,-1) .. controls (6.1,0.3) and (5.5,1.8) .. (5,2.5) .. controls (4.1,3.3) and (2.8,3.9) .. (1.4,3.7) .. controls (0.3,3.6) and (-1.7,3.1) .. (-2.2,2.8) .. controls (-2.6,2.4) and (-3,2.6) .. (-3.2,0.7) .. controls (-3.3,0.1) and (-3.3,-0.3) .. (-3.3,-0.7) .. controls (-4,-0.3) and (-5.3,0.5) .. (-6.8,1.5) (-5.2,0.5) .. controls (-5.5,1.7) and (-4.8,3.7) .. (-3.9,3.7) .. controls (-2.7,3.7) and (-2.6,3.4) .. (-2.2,2.8) (-4.4,3.5) .. controls (-3.2,3.4) and (-3.2,2.9) .. (-2.8,2.2) (-0.5,3.4) .. controls (-4,7.4) and (-5.3,7.9) .. (-6.5,7.3) .. controls (-8.5,6.2) and (-6.9,4.8) .. (-4.9,2.8) (-1.1,4.1) .. controls (-0.5,4.3) and (0.2,4.4) .. (0.3,3.5) (-5.7,3.6) .. controls (-5.7,2.7) and (-6.1,2.6) .. (-6.6,2.6) .. controls (-7,2.6) and (-7.7,2.9) .. (-7.7,3.8) .. controls (-7.7,4.7) and (-7.4,4.4) .. (-6.9,4.5) .. controls (-6.9,4.4) and (-6.9,4.4) .. (-6.9,4.5) (-6.9,4.8) .. controls (-6.6,3.2) and (-7.5,3.3) .. (-7.3,4.5) (-7.5,0) .. controls (-4.6,-1.9) and (-1.9,-3.7) .. (0.6,-5.2) .. controls (0.9,-5.2) and (3.9,-4.8) .. (7.8349,-3.7859) (0.8,-5) .. controls (0.9,-4.1) and (0.8,-3.1) .. (-0.4,-1.7) .. controls (-0.5,-0.5) and (-0.5,1) .. (-0.5,1.5) (-2.2,2.3) .. controls (-0.7,1.3) and (0.1,1.4) .. (1.6,1.8) .. controls (2.6,2) and (3.5,2.2) .. (4.5,2.3) (0.7,1) .. controls (2.2,1.3) and (3.6,1.7) .. (4.4,1.8) .. controls (5.1,1.8) and (5.1,1.3) .. (5.255,0.7818) .. controls (5.3762,0.1284) and (5.9495,-0.8013) .. (4.3,-1.1) .. controls (3.2,-1.3) and (2.1,-1.5) .. (1,-1.7) .. controls (0.4,-1.7) and (0.3,-1.2) .. (0.2,-0.8) .. controls (0,0.3) and (-0.2,0.8) .. (0.7,1) (-2,1.6) .. controls (-1.8,1.5) and (-1.2,1.3) .. (-1,1) .. controls (-0.9,0.9) and (-1.1,-0.6) .. (-1.1,-0.9) .. controls (-1.1,-1.2) and (-1.6,-1.3) .. (-1.9914,-1.1) .. controls (-2.2988,-0.949) and (-2.8,-0.9) .. (-2.7,0.4) .. controls (-2.6,1) and (-2.7,1.9) .. (-2,1.6) [draw=#2, line width=#3pt](-6.2,4.1) .. controls (-6.1,3.4) and (-6.2,2.9) .. (-6.5,2.6)(-6.8,7) .. controls (-5.5401,7.0881) and (-3,4.4) .. (-1.7,3) (1.2052,-4.0458) .. controls (1.488,-3.955) and (1.5826,-3.9284) .. (1.9438,-3.9153) .. controls (2.1259,-4.1644) and (2.1,-4.4) .. (2,-4.6) .. controls (1.8,-4.7) and (1.6,-4.7) .. (1.4,-4.7) .. controls (1.221,-4.6066) and (1.1867,-4.2926) .. (1.2052,-4.0458) (6.5842,-2.8041) .. controls (6.7,-2.7) and (6.9813,-2.6592) .. (7.2688,-2.6328) .. controls (7.4905,-2.7766) and (7.4,-3.1) .. (7.3982,-3.2384) .. controls (7.1317,-3.3163) and (7.0275,-3.3229) .. (6.7795,-3.3426) .. controls (6.6,-3.3) and (6.6,-3.1) .. (6.6,-2.8) (-7.3,-0.7) .. controls (-7.8,-1.2) and (-7.8603,-2.7301) .. (-6.985,-3.4531) .. controls (-6.1727,-4.1065) and (-5.6609,-4.237) .. (-5.044,-4.2541) .. controls (-4.2,-4.2) and (-3.8,-3.8) .. (-3.5,-3.3) (-4.7,-2.6) .. controls (-4.6,-3.1) and (-4.9,-3.9) .. (-5.5594,-4.174) (-1.9,-4.4) .. controls (-2.5,-5.8) and (-1.8,-6.8) .. (-0.9,-7.3) .. controls (0.2,-7.8) and (1.5,-7.5) .. (1.8,-7.2) .. controls (2.3,-6.8) and (2.4,-6.3) .. (2.4,-5.6) (0.2366,-7.5565) .. controls (0.6284,-7.426) and (1.0321,-6.9971) .. (1.1088,-5.732) (3.6,-5.4) .. controls (4.0804,-7.2839) and (5.7845,-7.1557) .. (6.8182,-6.4463) .. controls (7.2491,-6.1722) and (7.3713,-5.1407) .. (7.1898,-4.6964) (5.0683,-6.8988) .. controls (5.791,-6.8713) and (6.1,-6) .. (6.1,-5) (-6.4905,-1.4217) .. controls (-7.2,-2.5) and (-5.7,-3.3) .. (-5.5,-2.1) (-1,-4.9) .. controls (-1.3,-6) and (-0.3,-6.4) .. (0,-5.6) (4.3176,-5.2438) .. controls (4.5485,-5.9833) and (5.3161,-5.9188) .. (5.2952,-5.0803) (-4.7,-3.1) .. controls (-4.4,-3.2) and (-4,-3.3) .. (-3.7,-3.2) (-4.8,-3.5) .. controls (-4.5,-3.7) and (-4.3,-3.7) .. (-3.8,-3.7) (1.1,-6) .. controls (1.4,-6.1) and (2,-6.2) .. (2.4,-5.9) (2.3134,-6.3508) .. controls (2,-6.5) and (1.5,-6.5) .. (1.0297,-6.3771) (0.886,-6.806) .. controls (1.3292,-6.9773) and (1.8,-6.9) .. (2.0995,-6.8719) (0.7026,-7.2288) .. controls (0.9063,-7.3) and (1.4346,-7.3032) .. (1.659,-7.2915) (6.1,-5.1) .. controls (6.6,-5.2) and (7.0011,-5.1803) .. (7.2359,-5.0551) (6.1,-5.6) .. controls (6.3668,-5.7146) and (7.0275,-5.741) .. (7.2341,-5.5527) (5.9608,-6.0116) .. controls (6.4,-6.1) and (6.7,-6.1) .. (7.0933,-6.0249) (5.7082,-6.5117) .. controls (6.1344,-6.5341) and (6.4,-6.5) .. (6.8186,-6.4342); \draw [draw=#2, line width=#3pt] (-5.0868,-3.8332) .. controls (-4.7948,-3.9964) and (-4.6172,-4.0451) .. (-4.3023,-4.1023); \draw [draw=#2, line width=#3pt](-6.3567,5.5926) ellipse (0.4147 and 0.4147); \end{tikzpicture}} %37### \newcommand{\fcBalloon}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Um balão de ar quente.jpg}}; \draw [draw=#2, line width=#3pt] (-0.6,-5) ellipse (1.1 and 0.4); \draw [draw=#2, line width=#3pt] (-1.6,-4.8) -- (-1.9,-3.7); \draw [draw=#2, line width=#3pt] (-0.6,-4.62) -- (-0.6,-3.8); \draw [draw=#2, line width=#3pt] (0.3,-4.7) -- (0.6,-3.7); \draw [draw=#2, line width=#3pt] (-1.9,-3.7) .. controls (-1.3,-4) and (0,-4) .. (0.6,-3.6); \draw [draw=#2, line width=#3pt] (-0.9,6.6) .. controls (-7.5,6.2) and (-5.4,0.3) .. (-4.2,-0.6) .. controls (-3.4,-1.2) and (-2.1,-2.7) .. (-1.9,-3.7); \draw [draw=#2, line width=#3pt] (-0.9,6.6) .. controls (6.6,6.3) and (4.7,0.3) .. (2.87,-0.8) .. controls (1.8,-2) and (1,-2.8) .. (0.6,-3.6); \draw [draw=#2, line width=#3pt](-1.7,-5.6) ellipse (0.4 and 0.4); \draw [draw=#2, line width=#3pt](-0.63,-5.76) ellipse (0.4 and 0.4); \draw [draw=#2, line width=#3pt](0.3,-5.6) ellipse (0.4 and 0.4); \draw [draw=#2, line width=#3pt] (-1.7,-6) -- (-1.6,-6.7) -- (0.2,-6.7) -- (0.3,-5.96); \draw [draw=#2, line width=#3pt] (-0.9,6.6) .. controls (-5.7,5.6) and (-4.6,0.8) .. (-3.2,-0.5) .. controls (-1.9,-2.3) and (-1.6,-3.3) .. (-1.7,-3.8); \draw [draw=#2, line width=#3pt] (-0.9,6.6) .. controls (-3.7,5.3) and (-3.5,1) .. (-2,-0.5) .. controls (-1.5,-1.8) and (-1,-3.2) .. (-0.9,-3.9); \draw [draw=#2, line width=#3pt] (-0.9,6.6) .. controls (-1,5.1) and (-0.8,0.8) .. (-0.6,-0.4) .. controls (-0.6,-1.7) and (-0.6,-3.2) .. (-0.6,-3.8); \draw [draw=#2, line width=#3pt] (-0.9,6.6) .. controls (2,6.1) and (1.8,1.4) .. (1,0) .. controls (0.4,-1) and (-0.3,-3.2) .. (-0.2,-3.83); \draw [draw=#2, line width=#3pt](-0.9,6.6) .. controls (6,5) and (2.5,0) .. (1.5,-1) .. controls (0.9,-1.8) and (0.4,-2.9) .. (0.2,-3.7); \draw [draw=#2, line width=#3pt] (-2.6,-2.4) -- (1.4,-2.5); \draw [draw=#2, line width=#3pt] (-4.9,4.8) .. controls (-4.5,4.9) and (-4.1,4.9) .. (-3.7,4.8) .. controls (-3.4,5) and (-2.8,5.1) .. (-2.6,4.9) .. controls (-1.9,5.2) and (-1.3,5.2) .. (-0.83,4.99) .. controls (-0.2,5.3) and (0.6,5.2) .. (1.06,4.99) .. controls (1.5,5.1) and (1.96,5.07) .. (2.3,4.9) .. controls (2.8,5) and (3.2,5) .. (3.8,4.9); \draw [draw=#2, line width=#3pt] (-5.21,1) .. controls (-4.9,0.9) and (-4.4,0.8) .. (-4,0.8) .. controls (-3.7,0.7) and (-3.1,0.7) .. (-2.7,0.7) .. controls (-1.9,0.6) and (-1.3,0.53) .. (-0.76,0.67) .. controls (-0.5,0.6) and (0.6,0.7) .. (1.3,0.7) .. controls (1.5,0.7) and (2,0.7) .. (2.6,0.8) .. controls (3.1,0.7) and (3.7,0.8) .. (4.1,1); \draw [draw=#2, line width=#3pt] (-3.76,-0.92) .. controls (-3.5,-1) and (-3.2,-1.1) .. (-2.8,-1.1) .. controls (-2.4,-1.2) and (-2.1,-1.3) .. (-1.8,-1.1) .. controls (-1.5,-1.2) and (-1,-1.2) .. (-0.7,-1.1) .. controls (-0.3,-1.2) and (0.1,-1.3) .. (0.4,-1.2) .. controls (0.4,-1.3) and (0.8,-1.3) .. (1.5,-1.2) .. controls (1.9,-1.2) and (2.4,-1.2) .. (2.66,-1.1); \end{tikzpicture}} %38### \newcommand{\fcMoped}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Um ciclomotor.jpg}}; \draw [draw=#2, line width=#3pt] (-2.7,3.1) ellipse (1 and 1.3); \draw [draw=#2, line width=#3pt] (-2.7,3.1) ellipse (1.4 and 1.8); \draw [draw=#2, line width=#3pt] (-1.6,-3.1) node (v1) {} ellipse (0.5 and 1.1); \draw [draw=#2, line width=#3pt] (v1) ellipse (1.2 and 2.2); \draw [draw=#2, line width=#3pt, fill=black] (1.13,-2) node (v2) {} ellipse (0.2 and 0.3); \draw [draw=#2, line width=#3pt] (v2) ellipse (0.6 and 1.1); \draw [draw=#2, line width=#3pt] (4.3,-2.3) node (v3) {} ellipse (0.1 and 0.1); \draw [draw=#2, line width=#3pt] (v3) ellipse (0.6 and 1.1); \draw [draw=#2, line width=#3pt] (v3) ellipse (0.9 and 2.1); \draw [draw=#2, line width=#3pt] (v3) ellipse (1.6 and 3.1); \draw [draw=#2, line width=#3pt, fill=black] (3.2,5.9) ellipse (0.2 and 0.3); \draw [draw=#2, line width=#3pt] (-3.94,6.18) .. controls (-4,6.4) and (-4,5.9) .. (-3.8,5.1) .. controls (-4.5,5.1) and (-4.6,7.1) .. (-3.9,6.2); \draw [draw=#2, line width=#3pt] (1.34,6.46) .. controls (0.4,7.1) and (0.9,5) .. (1.4,5.2) .. controls (1.3,5.7) and (1.2,6.1) .. (1.34,6.46); \draw [draw=#2, line width=#3pt] (-3.8,6.2) -- (-3.3,6.1) -- (-2.4,4.9) -- (-0.9,4.8) -- (0.2,6.2) -- (0.8,6.4); \draw [draw=#2, line width=#3pt] (1,5.5) -- (0.5,5.4) -- (-0.4,4.2); \draw [draw=#2, line width=#3pt] (-3.2,4.8) -- (-3.5,5.5) -- (-3.9,5.6) node (v4) {}; \draw [draw=#2, line width=#3pt] (1.3,6.5) -- (3.3,6.2); \draw [draw=#2, line width=#3pt] (-4.3,6.2) -- (-5.4,6.2); \draw [draw=#2, line width=#3pt] (-4.3,5.4) -- (-5.5,5.5); \draw [draw=#2, line width=#3pt] (-5.4,6.2) .. controls (-6,6) and (-6,5.6) .. (-5.5,5.5); \draw [draw=#2, line width=#3pt] (3.2,5.6) -- (1.3,5.68); \draw [draw=#2, line width=#3pt] (-2.4,5.1) .. controls (-2,5.6) and (-1.2,5.7) .. (-0.6,5.1); \draw [draw=#2, line width=#3pt] (-0.3,4.3) .. controls (4.1,3.3) and (2,-0.4) .. (-0.5,0); \draw [draw=#2, line width=#3pt] (-0.5,3.7) .. controls (-0.6,5.1) and (-1.5,4.8) .. (-1.27,2.8) .. controls (-1.5,1.1) and (-1.5,-0.4) .. (-1.5,-1.2) .. controls (-1.8,-3.5) and (-0.6,-4.1) .. (-0.54,-1.4) .. controls (-0.4,1) and (-0.5,2.4) .. (-0.5,3.7); \draw [draw=#2, line width=#3pt] (-0.5,-0.4) .. controls (1.7,-7.4) and (-6.1,-9) .. (-4.75,-0.51); \draw [draw=#2, line width=#3pt] (-3.7,-0.4) .. controls (-4.2,-2.9) and (-3.3,-5.6) .. (-2.2,-6.2); \draw [draw=#2, line width=#3pt] (-4.26,-0.61) .. controls (-5,-3.5) and (-4,-5.5) .. (-2.8,-6.3); \draw [draw=#2, line width=#3pt] (-2.7,1.35) .. controls (-3.9,0.8) and (-4.9,0.2) .. (-5.1,-0.2) .. controls (-5.1,-0.6) and (-3.8,-0.9) .. (-3.3,0) .. controls (-2.9,0.3) and (-1.8,0.7) .. (-1.4,0.6); \draw [draw=#2, line width=#3pt] (-3.8,1.9) -- (-3.9,0.8); \draw [draw=#2, line width=#3pt] (2,3) .. controls (2.4,2.8) and (3.3,2.7) .. (4.1,2.8) .. controls (4.9,2.4) and (4.8,1.6) .. (4.7,1.4) .. controls (4,1.4) and (2.8,1.6) .. (2.1,1.6); \draw [draw=#2, line width=#3pt] (4.7,1.5) .. controls (6,1.3) and (6.8,-0.6) .. (6.2,-0.6); \draw [draw=#2, line width=#3pt] (3.6,1.5) .. controls (3,-0.6) and (2,-0.5) .. (1.6,0.6); \draw [draw=#2, line width=#3pt] (0.3,0.1) -- (0.9,-1); \draw [draw=#2, line width=#3pt] (1.4,-1) .. controls (2,-1) and (2.6,-1.2) .. (2.7,-1.4) node (v5) {}; \draw [draw=#2, line width=#3pt] (-0.1,-3.2) -- (2.69,-2.86); \draw [draw=#2, line width=#3pt] (4.6,1.3) .. controls (5.2,0.9) and (5.8,0.1) .. (6.2,-0.6); \draw [draw=#2, line width=#3pt] (2.7,2.8) .. controls (2.9,2.5) and (3.1,2.2) .. (3.1,1.9); \draw [draw=#2, line width=#3pt] (3.6,2.7) .. controls (3.9,2.5) and (4,2.2) .. (4,2); \draw [draw=#2, line width=#3pt] (v5) -- (4.5,-1.8) -- (4.4,-2.7) -- (2.8,-2.8); \end{tikzpicture}} %39### \newcommand{\fcWagon}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Carro velho oeste}}; \draw [draw=#2, line width=#3pt] (6.9,-0.5) rectangle (-1.3,-1); \draw [draw=#2, line width=#3pt] (-1.2,-0.46) -- (-6.6,-0.4) -- (-6.3,-0.95) -- (-1.3,-1); \draw[draw=#2, line width=#3pt] (5.5,-3.8) node (v1) {} ellipse (1.2 and 2.09); \draw [draw=#2, line width=#3pt] (5.58,-3.87) ellipse (0.3 and 0.5); \draw[draw=#2, line width=#3pt] (5.5,-3.9) ellipse (0.9 and 1.6); \draw [draw=#2, line width=#3pt] (5.57,-3.47) -- (5.67,-2.37); \draw[draw=#2, line width=#3pt] (5.47,-3.47) -- (5.37,-2.37); \draw[draw=#2, line width=#3pt] (5.67,-3.37) -- (6.17,-2.87); \draw[draw=#2, line width=#3pt] (5.87,-3.57) -- (6.33,-3.17); \draw[draw=#2, line width=#3pt] (5.87,-3.67) -- (6.47,-3.67); \draw [draw=#2, line width=#3pt] (6.47,-3.97) -- (5.87,-3.87); \draw[draw=#2, line width=#3pt] (5.87,-4.27) -- (6.27,-4.57); \draw [draw=#2, line width=#3pt] (5.61,-4.37) -- (6.17,-4.87); \draw [draw=#2, line width=#3pt] (5.57,-4.37) -- (5.67,-5.47); \draw[draw=#2, line width=#3pt] (5.47,-4.27) -- (5.37,-5.47); \draw [draw=#2, line width=#3pt] (5.37,-4.27) -- (4.87,-5.07); \draw[draw=#2, line width=#3pt] (5.27,-4.17) -- (4.77,-4.67); \draw[draw=#2, line width=#3pt] (v1) -- (4.57,-3.97); \draw [draw=#2, line width=#3pt] (5.37,-3.67) node (v2) {} -- (4.61,-3.72); \draw[draw=#2, line width=#3pt] (5.37,-3.47) -- (4.87,-2.77); \draw [draw=#2, line width=#3pt] (v2) -- (4.67,-3.17); \draw[draw=#2, line width=#3pt] (-6,-1) -- (-5.6,-3.2) -- (-8.7,-3.5); \draw[draw=#2, line width=#3pt] (-6.3,-0.9) -- (-5.9,-3.2); \draw [draw=#2, line width=#3pt] (-5.8,-1.8) -- (-1.6,-2); \draw [draw=#2, line width=#3pt] (-5.7,-2.7) -- (-1.7,-3.1); \draw[draw=#2, line width=#3pt] (-5.6,-3.5) -- (-2.1,-3.8); \draw[draw=#2, line width=#3pt] (-1.6,-1) -- (-1.8,-3.8) -- (-5.8,-4.1); \draw [draw=#2, line width=#3pt] (-1.3,-0.7) -- (-1.4,-4.3) -- (-1,-4.3) -- (-0.8,-1); \draw[draw=#2, line width=#3pt] (-5.3,-3.5) -- (-8.6,-3.8); \draw[draw=#2, line width=#3pt] (-1.4,-4.1) -- (-5.87,-4.58); \draw[draw=#2, line width=#3pt] (-5.6,-3.2) .. controls (-5.3,-3.1) and (-5.1,-3.4) .. (-5.3,-3.5); \draw[draw=#2, line width=#3pt] (-1.8,-3.8) .. controls (-1.6,-3.8) and (-1.5,-3.9) .. (-1.6,-4.1); \draw [fill=black](-8.7,-3.7) ellipse (0.2 and 0.3); \draw [fill=black](-5.84,-4.39) ellipse (0.2 and 0.3); \draw[draw=#2, line width=#3pt] (3.2,-1) rectangle (3.5,-3.8); \draw[draw=#2, line width=#3pt] (-0.8,-2) -- (0.2,-2); \draw [draw=#2, line width=#3pt] (2.9,-1) -- (2.8,-3.7) -- (3.2,-3.8); \draw[draw=#2, line width=#3pt] (2.9,-1.8) -- (1.7,-1.8); \draw[draw=#2, line width=#3pt] (3.5,-1.7) -- (4.8,-1.7); \draw[draw=#2, line width=#3pt] (4,-2.7) -- (3.5,-2.7); \draw[draw=#2, line width=#3pt] (3.8,-3.5) -- (3.5,-3.5); \draw [draw=#2, line width=#3pt] (1.2,-1.7) .. controls (-1,-1.3) and (-1.3,-6.6) .. (1,-6.5); \draw[draw=#2, line width=#3pt] (-0.5,-3) -- (-0.9,-3); \draw[draw=#2, line width=#3pt] (-0.7,-4.1) -- (-1,-4.1); \draw[draw=#2, line width=#3pt] (-5.2,-3.5) .. controls (-5.3,-3.8) and (-5.2,-4) .. (-5.1,-4.06); \draw [draw=#2, line width=#3pt] (-5,-4.5) .. controls (-4.2,-5.9) and (-2.2,-5.7) .. (-2,-4.16); \draw[draw=#2, line width=#3pt] (-4.4,-4.46) .. controls (-4.25,-4.95) and (-3.8,-5.3) .. (-3.45,-5.47); \draw[draw=#2, line width=#3pt] (-4.7,-3.55) .. controls (-4.7,-3.7) and (-4.7,-3.8) .. (-4.6,-4); \draw[draw=#2, line width=#3pt] (1.23,-4.1) node (v1) {} ellipse (1.4 and 2.42); \draw [draw=#2, line width=#3pt] (1.41,-4.1) ellipse (0.3 and 0.5); \draw[draw=#2, line width=#3pt] (1.33,-4.13) ellipse (0.9 and 1.6); \draw [draw=#2, line width=#3pt] (1.4,-3.7) -- (1.5,-2.6); \draw[draw=#2, line width=#3pt] (1.3,-3.7) -- (1.2,-2.6); \draw[draw=#2, line width=#3pt] (1.5,-3.6) -- (2,-3.1); \draw[draw=#2, line width=#3pt] (1.7,-3.8) -- (2.16,-3.4); \draw[draw=#2, line width=#3pt] (1.7,-3.9) -- (2.3,-3.9); \draw [draw=#2, line width=#3pt] (2.3,-4.2) -- (1.7,-4.1); \draw[draw=#2, line width=#3pt] (1.7,-4.5) -- (2.1,-4.8); \draw [draw=#2, line width=#3pt] (1.5,-4.6) -- (2.0,-5.1); \draw [draw=#2, line width=#3pt] (1.4,-4.6) -- (1.5,-5.7); \draw[draw=#2, line width=#3pt] (1.3,-4.5) -- (1.2,-5.7); \draw [draw=#2, line width=#3pt] (1.2,-4.5) -- (0.7,-5.3); \draw[draw=#2, line width=#3pt] (1.1,-4.4) -- (0.6,-4.9); \draw[draw=#2, line width=#3pt] (v1) -- (0.4,-4.2); \draw [draw=#2, line width=#3pt] (1.2,-3.9) node (v2) {} -- (0.44,-3.95); \draw[draw=#2, line width=#3pt] (1.2,-3.7) -- (0.7,-3); \draw [draw=#2, line width=#3pt] (v2) -- (0.5,-3.4); \draw [draw=#2, line width=#3pt] (5.4,-1.7) .. controls (3.1,-1.4) and (3.8,-6.3) .. (5.2,-5.8); \draw[draw=#2, line width=#3pt] (6,-1.8) -- (6,-1); \draw [draw=#2, line width=#3pt] (6.4,-2.3) -- (6.6,-1); \draw[draw=#2, line width=#3pt] (6.5,-0.4) .. controls (8.2,3.1) and (7.6,5.9) .. (5.8,5.8) .. controls (5.4,5.7) and (4.8,5.3) .. (3.3,6) .. controls (2.7,5.8) and (2.2,5.3) .. (0.5,6.1) .. controls (-0.2,6.2) and (-0.3,5.6) .. (-3.5,6.4) .. controls (-8,6.4) and (-7.2,2.4) .. (-6.17,0.99); \draw [draw=#2, line width=#3pt] (-3.5,6.4) .. controls (0.1,5.1) and (-1,2.3) .. (-1.6,-0.4); \draw[draw=#2, line width=#3pt] (-2.2,-0.5) .. controls (0.4,8.4) and (-8.8,6.9) .. (-5.73,1.35); \draw [draw=#2, line width=#3pt] (-6.7,0.5) .. controls (-4.8,1.9) and (-4.6,4.1) .. (-4.3,5.68) .. controls (-4.2,4.9) and (-3.9,1.5) .. (-3.4,-0.4); \draw [draw=#2, line width=#3pt] (-6.7,0.5) .. controls (-6.6,-0.2) and (-5.7,-0.38) .. (-5,-0.44) .. controls (-4.4,0.3) and (-4.3,2.8) .. (-4.07,3.72); \draw[draw=#2, line width=#3pt] (3.3,6) .. controls (5,5.3) and (5,3.3) .. (4.83,2.1) .. controls (4.6,1.2) and (4.4,0.5) .. (4.3,-0.4); \draw[draw=#2, line width=#3pt] (1.8,-0.4) .. controls (1.8,0.6) and (1.9,1.3) .. (2,2.2) .. controls (2.4,4.1) and (1.8,5.3) .. (1,5.9); \end{tikzpicture}} %40### \newcommand{\fcCoach}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Treinador.jpg}}; \draw[draw=#2, line width=#3pt] (3.7,-2.79) rectangle (2.4,3.1) node (v6) {}; \draw [draw=#2, line width=#3pt] (3.7,3.1) node (v8) {} rectangle (5,-2.79) node (v5) {}; \draw [draw=#2, line width=#3pt] (0.5,-3.4) node (v1) {} ellipse (0.3 and 0.7); \draw [draw=#2, line width=#3pt] (7.2,-3.3) node (v2) {} ellipse (0.3 and 0.5); \draw [draw=#2, line width=#3pt] (v1) ellipse (0.8 and 1.4); \draw [draw=#2, line width=#3pt] (v2) ellipse (0.8 and 1.2); \draw[draw=#2, line width=#3pt] (-3.8,2.9) ellipse (0.5 and 1.1); \draw[draw=#2, line width=#3pt] (-9,1.7) ellipse (0.5 and 1); \draw [draw=#2, line width=#3pt,rotate=6] (-3.7384,-0.9861) ellipse (1.1 and 0.7); \draw (-4.1,-1.4)[draw=#2, line width=#3pt] ellipse (0.3 and 0.4); \draw (-3.3,-1.3)[draw=#2, line width=#3pt] ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt] (-8.1,-1.6) node (v3) {} ellipse (0.2 and 0.4); \draw[draw=#2, line width=#3pt] (v3) ellipse (0.5 and 0.7); \draw[draw=#2, line width=#3pt] (-7.8,-1) .. controls (-7.1,-0.8) and (-5.3,-0.8) .. (-4.3,-0.8); \draw[draw=#2, line width=#3pt] (-7.6,-1.2) .. controls (-7,-1.3) and (-5.4,-1.1) .. (-4.5,-1); \draw[draw=#2, line width=#3pt] (-7.5,-1.6) .. controls (-6.9,-1.7) and (-5.5,-1.6) .. (-4.8,-1.6); \draw[draw=#2, line width=#3pt] (-7.5,-1.9) .. controls (-6.9,-2.1) and (-5.7,-2) .. (-4.5,-1.9); \draw [draw=#2, line width=#3pt] (-7.7,-2.1) .. controls (-6.8,-2.5) and (-4.9,-2.4) .. (-4.2,-2); \draw[draw=#2, line width=#3pt] (-8.9,2.7) .. controls (-8.4,2.8) and (-8.1,2.8) .. (-7.7,2.8); \draw[draw=#2, line width=#3pt] (-8.6,2.2) .. controls (-8.4,2.4) and (-8.2,2.3) .. (-7.9,2.3); \draw [draw=#2, line width=#3pt] (-7.5,3.3) .. controls (-8,1.5) and (-8.2,0.6) .. (-8.2,-0.6); \draw[draw=#2, line width=#3pt] (-8.2,-0.6) .. controls (-5.6,-0.5) and (-4,-0.4) .. (-3.3,-0.3) .. controls (-2.4,-0.4) and (-2.2,0.1) .. (-2.2,1.3) .. controls (-2.1,2.4) and (-2.2,2.9) .. (-2.2,3.6); \draw[draw=#2, line width=#3pt] (-7.6,2.9) .. controls (-6.2,3.6) and (-3.6,4.6) .. (-2,4.1) .. controls (-1.8,3.9) and (-1.8,3.7) .. (-2.1,3.6); \draw[draw=#2, line width=#3pt] (-2,4.1) .. controls (-2.6,4) and (-3.1,4) .. (-3.51,3.83); \draw [draw=#2, line width=#3pt] (-2.1,3.6) .. controls (-2.5,3.7) and (-2.9,3.6) .. (-3.3,3.4); \draw [draw=#2, line width=#3pt] (-7.5,3.3) .. controls (-6.6,3.9) and (-4.4,4.7) .. (-3.2,4.9) .. controls (-3.2,4.7) and (-3.2,4.6) .. (-3.2,4.3); \draw[draw=#2, line width=#3pt] (-3.2,4.9) .. controls (-1.6,4.8) and (6.8,3.4) .. (8.4,3) .. controls (8.6,1.9) and (8.6,-0.4) .. (8.6,-2.8) .. controls (8.8,-3.2) and (8.8,-3.9) .. (8.7,-4.1) .. controls (8.5,-4.1) and (8.3,-4.1) .. (8.2,-4.1) .. controls (8.1,-0.2) and (6.2,-1.7) .. (6.2,-2.8) node (v4) {}; \draw (v4) edge (v5); \draw[draw=#2, line width=#3pt] (5,-2.79) -- (6.2,-2.8); \draw [draw=#2, line width=#3pt] (6.2,-2.8) .. controls (6.3,-3.3) and (6.1,-3.7) .. (5.9,-3.9) .. controls (5.1,-3.8) and (3,-4) .. (1.8,-4) .. controls (1.7,-3.9) and (1.6,-3.3) .. (1.6,-2.9) .. controls (1.7,-2.8) and (2,-2.8) .. (2.4,-2.8); \draw[draw=#2, line width=#3pt] (1.5,-2.9) .. controls (1.3,-0.5) and (-0.5,-1.3) .. (-0.8,-2.8); \draw[draw=#2, line width=#3pt] (-8.3,-2.4) .. controls (-8.3,-2.5) and (-8.3,-2.7) .. (-8.3,-2.9) .. controls (-8.4,-3.3) and (-8.5,-3.8) .. (-7.6,-4) .. controls (-5.9,-4.1) and (-2.7,-4.1) .. (-0.7,-4) .. controls (-0.5,-3.7) and (-0.5,-3) .. (-0.8,-2.8) .. controls (-2,-2.8) and (-5.9,-2.8) .. (-8.3,-2.9); \draw [draw=#2, line width=#3pt] (-7.8,-3.4) ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt] (-4.3,-3.4) ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt] (-1.5,-1.6) ellipse (0.5 and 0.3); \draw [draw=#2, line width=#3pt] (8.6,-1.8) ellipse (0.3 and 0.7); \draw [draw=#2, line width=#3pt] (-0.7,4.1) ellipse (0.3 and 0.2); \draw [draw=#2, line width=#3pt] (7.7,2.8) ellipse (0.3 and 0.2); \draw[draw=#2, line width=#3pt] (-3.5,-0.3) -- (-3.5,-0.6); \draw [draw=#2, line width=#3pt] (-3.5,-2) -- (-3.5,-2.8); \draw [draw=#2, line width=#3pt,rotate=-2] (-0.9,3.1) rectangle (0.8,0.7) node (v7) {}; \draw [draw=#2, line width=#3pt] (0.9,3.06) -- (2.4,2.9); \draw[draw=#2, line width=#3pt] (v7) -- (2.4,0.6); \draw [draw=#2, line width=#3pt] (2.5,0.2) -- (-1.3,0.3) -- (-1.3,3.6) -- (v8); \draw[draw=#2, line width=#3pt] (5.02,0.4) -- (8.6,0.4); \draw[draw=#2, line width=#3pt] (4.98,0.1) -- (8.54,0.01); \draw[draw=#2, line width=#3pt] (4.97,2.9) -- (8.5,2.44); \draw[draw=#2, line width=#3pt] (4.97,2.6) -- (8.5,2.2); \draw[draw=#2, line width=#3pt] (6.3,2.4) -- (6.3,0.4); \draw[draw=#2, line width=#3pt] (8.1,2.2) -- (8.1,0.4); \draw[draw=#2, line width=#3pt] (-3.5,-4.1) .. controls (-3.8,-4.7) and (-4.4,-5.2) .. (-4.8,-4.1); \draw[draw=#2, line width=#3pt] (4.2,-3.9) .. controls (4.1,-4.6) and (3.3,-4.8) .. (3,-3.93); \draw[draw=#2, line width=#3pt] (-1.3,-4) .. controls (-1,-5) and (-0.3,-4.9) .. (0.4,-4.8); \draw[draw=#2, line width=#3pt] (5.5,-3.9) .. controls (5.8,-4.4) and (6.5,-4.6) .. (7.3,-4.5); \draw[draw=#2, line width=#3pt] (-5.8,-4.1) .. controls (-5.5,-4.5) and (-4.9,-4.7) .. (-4.3,-4.7); \draw [draw=#2, line width=#3pt] (2.2,-4) .. controls (2.6,-4.3) and (3.1,-4.6) .. (3.8,-4.5); \end{tikzpicture}} %41### \newcommand{\fcLetterZA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Letra Z.jpg}}; \draw [draw=#2, line width=#3pt](-5.9,3.2) -- (-5.8,6.1) -- (3.4,6.6) -- (4.3,3.4) -- (-2.1,-1.4) -- (4.7,-0.8) node (v2) {} -- (4.7,-5.2) -- (-6,-4.9); \draw [draw=#2, line width=#3pt](-5.5,-0.3) -- (-0.6,4) -- (-5.9,3.2); \draw[draw=#2, line width=#3pt] (-5.5,-0.3) .. controls (-6.1,-1.3) and (-6.5,-4.1) .. (-6,-4.9) node (v1) {}; \draw[draw=#2, line width=#3pt] (1.3,4.5) ellipse (1.2 and 1.4); \draw[draw=#2, line width=#3pt] (0.7,4.1) .. controls (1,5) and (1.5,4.9) .. (1.8,4.3); \draw[draw=#2, line width=#3pt] (-5.6,3.3) -- (-3.6,1.3); \draw[draw=#2, line width=#3pt] (-4.6,3.3) -- (-4,2.4); \draw [draw=#2, line width=#3pt](-4,3.4) -- (-3.5,2.5); \draw[draw=#2, line width=#3pt] (-3.1,3.6) -- (-2.7,2.7); \draw [draw=#2, line width=#3pt](v1) -- (-3.6,-6.8) -- (6,-6.5) -- (6.6,-2.6) -- (v2); \draw [draw=#2, line width=#3pt](-2.4,-6.7) -- (-2.9,-5.6); \draw [draw=#2, line width=#3pt](-1.6,-6.75) -- (-1.9,-5.4); \draw[draw=#2, line width=#3pt] (-0.7,-6.7) -- (-1.3,-5.5); \draw[draw=#2, line width=#3pt] (5.9,-5.4) -- (5.3,-4.9); \draw [draw=#2, line width=#3pt](6,-6.5) -- (4.7,-5.2); \draw[draw=#2, line width=#3pt] (6.1,-4.5) -- (5.3,-4.1); \draw [draw=#2, line width=#3pt](6.1,-3.8) -- (5.3,-3.4); \draw [draw=#2, line width=#3pt](6.2,-3) -- (5.3,-2.4); \draw[draw=#2, line width=#3pt] (1.2,-1.1) -- (5.5,2) -- (5.4,4.9) -- (3.4,6.6); \draw [draw=#2, line width=#3pt](5.2,4.1) -- (4.4,4.7); \draw[draw=#2, line width=#3pt] (5,3.3) -- (4.5,3.8); \draw[draw=#2, line width=#3pt] (5.1,1.7) -- (4.5,2.3); \draw[draw=#2, line width=#3pt] (4.5,1.4) -- (3.8,2.2); \end{tikzpicture}} %42### \newcommand{\fcLetterYA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Letra Y.jpg}}; \draw [draw=#2, line width=#3pt] (-4,3) -- (-1.5,3.5) -- (0.6,2) -- (-0.5,0.5) -- (-3.4,3.1); \draw [draw=#2, line width=#3pt] (2.4,4.3) -- (-0.6,0.4); \draw[rotate=-30,draw=#2, line width=#3pt] (0.7,6.2) ellipse (1.2 and 1.7); \draw[rotate=95,draw=#2, line width=#3pt] (4.4,4.8) ellipse (1.2 and 1.7); \draw [draw=#2, line width=#3pt] (-5.1,2.8) -- (-6.9,2.3); \draw [draw=#2, line width=#3pt] (4.8,4.4) -- (5.7,3.7) node (v1) {} -- (1.2,-1.2) -- (3.6,-1.5) node (v3) {} -- (7.1,3) -- (v1); \draw [draw=#2, line width=#3pt] (-7,2.3) .. controls (-5.9,0.1) and (-3.2,-0.7) .. (-1.9,-1.1) .. controls (-2.4,-3.4) and (-2.4,-5.4) .. (-2.4,-6.2) .. controls (-1.2,-6.9) and (1,-6.6) .. (1.6,-6.4) node (v2) {} .. controls (1.7,-4.6) and (0.8,-2.5) .. (1.2,-1.2); \draw [draw=#2, line width=#3pt] (v2) -- (3.7,-5.6) -- (v3); \draw [draw=#2, line width=#3pt] (-1.5,1.5) -- (-0.5,1.6); \draw [draw=#2, line width=#3pt] (-2.2,2.1) -- (-0.9,2.1); \draw [draw=#2, line width=#3pt] (-2.6,2.5) -- (-1.3,2.7); \draw [draw=#2, line width=#3pt](5.6,2.8) -- (6.4,2.6); \draw [draw=#2, line width=#3pt] (5.9,2) -- (4.7,2.5); \draw [draw=#2, line width=#3pt](5.3,1.5) -- (4.1,1.8); \draw [draw=#2, line width=#3pt](5.1,0.7) -- (3.6,1.2); \draw [draw=#2, line width=#3pt] (2.6,-1.8) -- (1.5,-2.3); \draw [draw=#2, line width=#3pt](2.9,-2.4) -- (1.2,-3.1); \draw [draw=#2, line width=#3pt] (3.2,-2.9) -- (1.3,-3.7); \draw [draw=#2, line width=#3pt] (3.1,-3.9) -- (1.9,-4.3); \draw [draw=#2, line width=#3pt] (3.3,-4.5) -- (2.1,-4.9); \draw [draw=#2, line width=#3pt] (-6.7,3.5) .. controls (-5.8,3.4) and (-4.5,3.8) .. (-3.5,4.4); \draw [draw=#2, line width=#3pt] (-5.7,3.57) .. controls (-5.8,3.2) and (-5.9,3.1) .. (-6.2,3); \draw [draw=#2, line width=#3pt](2.5,4.8) .. controls (3.4,4.9) and (4.4,5.2) .. (5,5.4); \draw [draw=#2, line width=#3pt] (3.6,4.9) .. controls (3.5,4.5) and (3.1,4.1) .. (2.7,4); \end{tikzpicture}} %43### \newcommand{\fcLetterXA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Letra X.jpg}}; \draw[draw=#2, line width=#3pt] (-4.5,5.7) node (v2) {} .. controls (-5.2,5.1) and (-6.3,4.8) .. (-7.7,4.5) .. controls (-7.1,3.1) and (-5.6,0.6) .. (-4.2,-0.7) .. controls (-5.4,-3) and (-6.2,-4.6) .. (-7,-6.1) .. controls (-6.2,-6.2) and (-4.7,-6.1) .. (-3.9,-6.1) node (v3) {} .. controls (-2.8,-4.8) and (-1.8,-2.7) .. (-1.4,-1.9) .. controls (-0.5,-3) and (1.3,-4.3) .. (2.5,-5.3) .. controls (4,-5.3) and (5.3,-4.8) .. (5.9,-4.4) node (v1) {} .. controls (4.1,-2.9) and (2.6,-1.5) .. (1.2,-0.4); \draw[draw=#2, line width=#3pt] (-2.7,-1) ellipse (1.2 and 0.9); \draw[draw=#2, line width=#3pt] (-0.28,-0.72) ellipse (1.2 and 0.9); \draw[draw=#2, line width=#3pt] (-3.3,-0.8) .. controls (-2.7,-1.1) and (-2.3,-1) .. (-1.8,-0.7); \draw [draw=#2, line width=#3pt] (-0.9,-0.6) .. controls (-0.6,-0.9) and (0.1,-0.8) .. (0.6,-0.6); \draw[draw=#2, line width=#3pt] (v1) -- (7.8,-4.1) -- (3.5,0.8) -- (5.6,6) -- (3.7,6.3) -- (1.2,-0.4); \draw[draw=#2, line width=#3pt] (3.5,0.8) -- (1.2,-0.4); \draw [draw=#2, line width=#3pt] (-1.9,5.5) -- (v2) -- (-2.2,1.3); \draw[draw=#2, line width=#3pt] (-2.2,1.2) .. controls (-0.8,2.5) and (0.4,4.7) .. (0.6,5.8) .. controls (1.8,5.8) and (2.6,5.9) .. (3.7,6.3); \draw [draw=#2, line width=#3pt] (-0.5,-2.8) -- (-0.9,-5.1) -- (v3); \draw [draw=#2, line width=#3pt] (-0.9,-4.1) -- (-2.1,-4.3); \draw[draw=#2, line width=#3pt] (-0.8,-3.4) -- (-1.5,-3.4); \draw[draw=#2, line width=#3pt] (-2.1,3.8) -- (-3,3.6); \draw[draw=#2, line width=#3pt] (-0.9,-2.7) -- (-1.4,-2.8); \draw[draw=#2, line width=#3pt] (-2.2,4.5) -- (-3.1,4.1); \draw[draw=#2, line width=#3pt] (-2.2,4.9) -- (-3.4,4.5); \draw[draw=#2, line width=#3pt] (5.1,5.7) -- (3.9,5.3); \draw[draw=#2, line width=#3pt] (5,5.1) -- (3.8,4.7); \draw[draw=#2, line width=#3pt] (4.8,4.6) -- (3.5,4); \draw [draw=#2, line width=#3pt] (3.7,0) -- (2.6,-0.8); \draw[draw=#2, line width=#3pt] (3,0.2) -- (2.1,-0.3); \draw[draw=#2, line width=#3pt] (3.9,-0.6) -- (3.2,-1.3); \draw[draw=#2, line width=#3pt] (-1.9,5.4) .. controls (-1.9,4.5) and (-1.6,3.3) .. (-1.11,2.36); \end{tikzpicture}} %44### \newcommand{\fcLetterWA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Letra W.jpg}}; \draw[draw=#2, line width=#3pt] (-5.5,4.5) .. controls (-6.5,4.5) and (-7.3,4.2) .. (-7.9,3.9) .. controls (-7.3,1) and (-5.6,-3.8) .. (-5,-4.9) .. controls (-4.2,-5) and (-3.4,-5) .. (-2.3,-4.9) node (v3) {} .. controls (-1.7,-3.3) and (-1.3,-1.6) .. (-1.1,-0.9) .. controls (-0.5,-2.3) and (0,-3.6) .. (0.1,-4.2) .. controls (1.6,-4.7) and (4,-4.2) .. (5.6,-3.2) .. controls (6.2,-1.5) and (7.6,1.5) .. (8,2.8) .. controls (7.7,3.5) and (5.2,4.4) .. (3.2,5.1) .. controls (3,4.8) and (1.9,1.7) .. (1.2,-0.3) .. controls (0.8,0.7) and (0.7,1.5) .. (0.2,2.6); \draw [draw=#2, line width=#3pt] (-5.4,4.5) node (v2) {} .. controls (-4.9,2.1) and (-4.4,0) .. (-3.6,-1) .. controls (-3,0.3) and (-2.8,1.6) .. (-2.6,2); \draw [draw=#2, line width=#3pt] (4.9,4.47) .. controls (6.3,3.7) and (6,2.7) .. (5.7,1.7) .. controls (5,-0.2) and (4,-2.3) .. (3.3,-4.2); \draw[draw=#2, line width=#3pt] (0.2,3.6) ellipse (1.2 and 1.1); \draw[draw=#2, line width=#3pt] (-2.21,3.1) ellipse (1.2 and 1.1); \draw [draw=#2, line width=#3pt](-1.7,3.1) node (v1) {} .. controls (-2,3.5) and (-2.6,3.3) .. (-3,2.9); \draw [draw=#2, line width=#3pt](1,3.3) .. controls (0.6,3.6) and (-0.2,3.6) .. (-0.4,3.4); \draw[draw=#2, line width=#3pt] (-0.2,3.44) -- (-0.3,3.9); \draw[draw=#2, line width=#3pt] (0.3,3.5) -- (0.2,4.2); \draw[draw=#2, line width=#3pt] (0.8,3.4) -- (0.7,4); \draw[draw=#2, line width=#3pt] (v1) -- (-1.7,3.7); \draw[draw=#2, line width=#3pt] (-2.24,3.24) -- (-2.4,3.8); \draw[draw=#2, line width=#3pt] (-2.7,3.1) -- (-3.1,3.5); \draw[draw=#2, line width=#3pt] (v2) -- (-3.4,3.5); \draw[draw=#2, line width=#3pt] (1.2,3) -- (1.7,2.7) -- (1.9,1.9); \draw[draw=#2, line width=#3pt] (1.5,2.3) -- (0.6,2.2); \draw[draw=#2, line width=#3pt] (1.4,1.8) -- (0.9,1.7); \draw[draw=#2, line width=#3pt] (1.5,1.3) -- (1,1.1); \draw[draw=#2, line width=#3pt] (7.4,2.7) -- (6.5,2.9); \draw[draw=#2, line width=#3pt] (7.2,2.2) -- (6.2,2.4); \draw[draw=#2, line width=#3pt] (7.1,1.6) -- (5.9,1.6); \draw[draw=#2, line width=#3pt] (6.8,1.1) -- (5.8,1); \draw[draw=#2, line width=#3pt] (6.8,0.4) -- (5.7,0.2); \draw[draw=#2, line width=#3pt] (v3) -- (0.1,-4); \draw[draw=#2, line width=#3pt] (-0.5,-3.5) -- (-2,-3.9); \draw[draw=#2, line width=#3pt] (-0.9,-3.1) -- (-1.7,-3.1); \draw [draw=#2, line width=#3pt] (-0.9,-2.3) -- (-1.47,-2.4); \draw[draw=#2, line width=#3pt] (-3.6,1.6) -- (-4.5,1.4); \draw[draw=#2, line width=#3pt] (-3.8,2.3) -- (-4.5,2.1); \draw[draw=#2, line width=#3pt] (-4,2.7) -- (-4.7,2.7); \draw[draw=#2, line width=#3pt] (-4,3.3) -- (-4.7,3.3); \end{tikzpicture}} %45### \newcommand{\fcLetterVA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Letra V.jpg}}; \draw [draw=#2, line width=#3pt] (3,-5.8) -- (7.1,1.9) -- (6,4.4) -- (2.7,5.9) -- (-0.8,-2.9) -- (-4.6,6.3) -- (-7.2,5.1); \draw[draw=#2, line width=#3pt] (-7.2,5.1) .. controls (-5.8,1.2) and (-2.5,-4.3) .. (-1.5,-5.7) .. controls (-0.2,-5.6) and (1,-5.5) .. (2.1,-4.8) .. controls (3,-2.8) and (4.8,1) .. (6,4.5); \draw[draw=#2, line width=#3pt] (-1.5,-5.7) .. controls (-0.6,-6.3) and (0.8,-6.4) .. (3.2,-5.7) .. controls (2.7,-5.5) and (2.4,-5.2) .. (2,-4.8); \draw[draw=#2, line width=#3pt] (4.7,-2.9) -- (4.1,-2.3); \draw[draw=#2, line width=#3pt] (4,-4) -- (3.4,-3.3); \draw [draw=#2, line width=#3pt](3.4,-4.4) -- (2.7,-3.7); \draw[draw=#2, line width=#3pt] (3.3,-5) -- (2.6,-4.2); \draw[draw=#2, line width=#3pt] (3.3,-5.4) -- (2.5,-4.8); \draw[draw=#2, line width=#3pt] (-1.4,1.8) -- (-2.4,1.8); \draw [draw=#2, line width=#3pt](-1.2,1.2) -- (-2,1); \draw[draw=#2, line width=#3pt] (-0.9,0.6) -- (-1.7,0.3); \draw[draw=#2, line width=#3pt] (-0.8,0.1) -- (-1.4,-0.5); \draw[draw=#2, line width=#3pt] (-0.5,-0.8) -- (-0.9,-1.5); \draw[draw=#2, line width=#3pt,rotate=30] (0.0271,5.0155) ellipse (1 and 0.8); \draw[draw=#2, line width=#3pt,rotate=30] (1.5467,3.9885) ellipse (1 and 0.8); \draw [draw=#2, line width=#3pt](-4.5,6.2) .. controls (-3.8,5.8) and (-3.3,5.5) .. (-2.8,5.1); \draw[draw=#2, line width=#3pt] (-1.44,3.64) .. controls (-1.3,2.8) and (-0.9,1.3) .. (0.2,-0.4); \draw [draw=#2, line width=#3pt](-0.4,4.5) -- (-1.1,4) -- (-0.2,4); \draw[draw=#2, line width=#3pt] (-2.8,4.6) -- (-2,4.3) -- (-2.6,4); \draw[draw=#2, line width=#3pt] (0.22,4.75) .. controls (0.3,4.9) and (0.4,5.1) .. (0.6,5.5); \draw[draw=#2, line width=#3pt] (-0.2,5.07) .. controls (-0.2,5.4) and (0,5.7) .. (0.1,5.9); \draw[draw=#2, line width=#3pt] (-0.8,4.96) .. controls (-0.7,5.4) and (-0.7,5.9) .. (-0.4,6.2); \draw[draw=#2, line width=#3pt] (-1.8,5.1) .. controls (-1.7,5.3) and (-1.63,5.63) .. (-1.4,5.8); \draw[draw=#2, line width=#3pt] (-2.4,5.2) .. controls (-2.4,5.4) and (-2.1,5.8) .. (-1.9,6.1); \draw[draw=#2, line width=#3pt] (-2.8,5.1) .. controls (-2.8,5.4) and (-2.8,5.7) .. (-2.7,6); \end{tikzpicture}} %46### \newcommand{\fcLetterUA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Letra U.jpg}}; \draw[draw=#2, line width=#3pt] (-5.9,6.6) .. controls (-12,-8) and (5.6,-12.7) .. (5.4,4.6); \draw[draw=#2, line width=#3pt] (-2.6,5.8) .. controls (-8,-7.6) and (5.2,-4.8) .. (2.1,4.9); \draw [draw=#2, line width=#3pt] (-5.9,6.6) -- (-2.6,5.8); \draw[draw=#2, line width=#3pt] (-3.9,3.2) .. controls (-1.9,1.3) and (0.7,2.3) .. (1.2,3) .. controls (0.8,3.7) and (0.6,4.9) .. (0,4.2) .. controls (-0.4,2.9) and (-0.4,2.9) .. (-0.7,4.1) .. controls (-1.2,4.4) and (-2.3,3.2) .. (-3,2.6); \draw[draw=#2, line width=#3pt] (-4,3.3) .. controls (-3.3,0.6) and (-0.9,0.2) .. (0.5,1.1) .. controls (0.8,1.4) and (2.5,3.5) .. (1.1,3.4); \draw[draw=#2, line width=#3pt] (-0.3,1.5) -- (-1,1.3); \draw[draw=#2, line width=#3pt] (2.1,5) .. controls (2.8,5) and (4.1,4.7) .. (5.4,4.6) .. controls (6.1,3.9) and (6.6,3.4) .. (7,3) .. controls (6.8,1.4) and (5.8,-3.3) .. (5.33,-4.15) .. controls (4.5,-5.3) and (3.2,-6.4) .. (0.2,-6.3); \draw [draw=#2, line width=#3pt] (-2.4,0.9) .. controls (-2.6,0.2) and (-2.7,-0.9) .. (-2.6,-2.9); \draw[draw=#2, line width=#3pt] (-1.5,3.9) .. controls (-1.4,4.5) and (-1.2,4.9) .. (-1.2,5) .. controls (-1.6,5.3) and (-2,5.6) .. (-2.7,5.8); \draw [draw=#2, line width=#3pt] (6.7,2.8) -- (5.8,3.2); \draw[draw=#2, line width=#3pt] (6.7,2) -- (5.6,2.5); \draw[draw=#2, line width=#3pt] (6.4,0.9) -- (5.9,1.4); \draw[draw=#2, line width=#3pt] (6.1,-0.2) -- (5.3,0.3); \draw[draw=#2, line width=#3pt] (-1.9,4.4) -- (-2.4,4.8); \draw [draw=#2, line width=#3pt] (-2,3.8) -- (-2.6,4.1); \draw [draw=#2, line width=#3pt] (-2.6,3.5) -- (-3.1,3.8); \end{tikzpicture}} %47### \newcommand{\fcLetterTA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Letra T.jpg}}; \draw[draw=#2, line width=#3pt] (-3.2,1.2) -- (-5.9,0.7) node (v2) {} -- (-7.3,3) -- (3.3,6.7); \draw[draw=#2, line width=#3pt] (3.3,6.8) .. controls (3.9,5.9) and (4.4,3.3) .. (4.1,1.9) .. controls (3.2,1.7) and (1.6,1.7) .. (1.1,1.7); \draw [draw=#2, line width=#3pt] (-2.17,1.59) ellipse (1.1 and 1); \draw [draw=#2, line width=#3pt] (0,1.8) ellipse (1 and 1); \draw [draw=#2, line width=#3pt](3.2,6.7) .. controls (4.3,6.4) and (5.5,6.2) .. (6,5.7) .. controls (6.1,5.1) and (6.2,2.9) .. (5.9,1.4) node (v1) {} .. controls (5.3,1.5) and (4.5,1.9) .. (4.2,2); \draw[draw=#2, line width=#3pt] (v1) -- (0.7,0.9) -- (1.9,-6.3) -- (3.1,-5.3) -- (2.2,1); \draw [draw=#2, line width=#3pt](2,-6.3) .. controls (1.4,-6.6) and (0.1,-6.9) .. (-1.3,-7) .. controls (-1.8,-5.3) and (-1.9,-2.6) .. (-1.8,0.6) node (v3) {}; \draw[draw=#2, line width=#3pt] (v2) -- (-4.3,-0.1) -- (v3); \draw[draw=#2, line width=#3pt] (-2.6,1.2) .. controls (-2.3,1.1) and (-1.7,1) .. (-1.5,1.7); \draw[draw=#2, line width=#3pt] (-0.5,1.7) .. controls (0,1.3) and (0.3,1.4) .. (0.8,1.8); \draw [draw=#2, line width=#3pt](5.5,5.4) -- (4.5,5.5); \draw[draw=#2, line width=#3pt] (5.6,4.9) -- (4.6,4.9); \draw [draw=#2, line width=#3pt](5.7,4.6) -- (4.9,4.4); \draw [draw=#2, line width=#3pt](1.9,0.8) -- (1.4,0.4); \draw[draw=#2, line width=#3pt] (2,0) -- (1.4,-0.3); \draw[draw=#2, line width=#3pt] (2,-0.5) -- (1.5,-0.7); \draw[draw=#2, line width=#3pt] (2.1,-1) -- (1.6,-1.3); \draw [draw=#2, line width=#3pt](2.3,-1.8) -- (1.9,-2); \end{tikzpicture}} %48### \newcommand{\fcLetterRA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Letra R.jpg}}; \draw[draw=#2, line width=#3pt] (-6.2,5) -- (-4.9,-6.5) -- (-1.3,-5.3) -- (-3.1,-2) -- (2.1,-4.5) -- (4,-4.4) -- (5.1,-2.2) -- (1.9,-1); \draw [draw=#2, line width=#3pt] (3.2,-2.6) -- (5,-2.5); \draw [draw=#2, line width=#3pt] (-0.4,-3.3) -- (0.6,-6) -- (-1.3,-6.7) -- (-4.9,-6.5); \draw[draw=#2, line width=#3pt] (-1.3,-5.3) -- (0.6,-6); \draw[draw=#2, line width=#3pt] (-2.4,2) ellipse (1.4 and 1.3); \draw [draw=#2, line width=#3pt] (0.18,2.53) ellipse (1.2 and 1.2); \draw[draw=#2, line width=#3pt] (-2.9,2.6) -- (-1.8,2) -- (-2.7,1.6); \draw[draw=#2, line width=#3pt] (0.2,2.8) -- (-0.6,2.4) -- (0.5,2.1); \draw[draw=#2, line width=#3pt] (-3,3.1) -- (-3.2,4); \draw[draw=#2, line width=#3pt] (-2.7,0.8) -- (-2.5,0.3); \draw[draw=#2, line width=#3pt] (-3.2,4) -- (-1.4,4.12) -- (-0.6,0.39) -- (-2.5,0.3); \draw [draw=#2, line width=#3pt] (-1.4,4.12) .. controls (2.3,4.5) and (2.8,1.4) .. (-0.6,0.4); \draw[draw=#2, line width=#3pt] (-6.1,5) .. controls (-3.2,6.1) and (-1.4,6.7) .. (0.8,6.4) .. controls (6.5,3.8) and (5.6,-0.6) .. (-0.9,-0.6) .. controls (0.4,-1.3) and (1.7,-1.8) .. (3.2,-2.5) .. controls (3.2,-3.1) and (2.7,-3.8) .. (2.1,-4.5); \draw [draw=#2, line width=#3pt] (0.8,6.4) -- (3.8,5.7) -- (5.4,3.7); \draw[draw=#2, line width=#3pt] (5.4,3.7) .. controls (6.6,1.3) and (6,-0.4) .. (1.9,-1); \draw [draw=#2, line width=#3pt] (5.6,2.1) -- (4.9,2.2); \draw[draw=#2, line width=#3pt] (5.5,1.3) -- (4.7,1.5); \draw[draw=#2, line width=#3pt] (5.5,0.6) -- (4.5,1); \draw[draw=#2, line width=#3pt] (-0.6,-4) -- (-1.3,-3.7); \draw [draw=#2, line width=#3pt] (-0.2,-4.6) -- (-1.3,-4.3); \draw[draw=#2, line width=#3pt] (-0.1,-5.2) -- (-1,-4.9); \draw[draw=#2, line width=#3pt] (4.3,-3.1) -- (3.5,-3); \draw[draw=#2, line width=#3pt] (4.1,-3.6) -- (3.3,-3.6); \draw[draw=#2, line width=#3pt] (3.9,-4.1) -- (3.1,-4.1); \end{tikzpicture}} %49### \newcommand{\fcLetterSA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Letra s.jpg}}; \draw[draw=#2, line width=#3pt] (0.9,2.5) -- (2.8,1.8) node (v1) {} -- (3.9,4.5) -- (5.1,4.8); \draw[draw=#2, line width=#3pt] (-2.1,-1.2) -- (-3.7,-1.8); \draw[draw=#2, line width=#3pt] (4.8,4.1) -- (3.8,4); \draw[draw=#2, line width=#3pt] (4.9,3.2) -- (3.3,3.1); \draw [draw=#2, line width=#3pt] (4.6,2.4) -- (3.2,2.3); \draw[draw=#2, line width=#3pt] (4.7,2) -- (v1); \draw[draw=#2, line width=#3pt] (6.2,-2.1) -- (5.1,-2.2); \draw[draw=#2, line width=#3pt] (6.3,-2.5) -- (5,-2.5); \draw [draw=#2, line width=#3pt] (2.2,-6.4) -- (6,-3.1) -- (4.9,-2.9); \draw[draw=#2, line width=#3pt] (0.1,-6.8) -- (2.2,-6.4); \draw[draw=#2, line width=#3pt] (4.8,2) .. controls (4.9,2.6) and (5.2,4) .. (5.1,4.8) .. controls (4,6.1) and (1.1,7) .. (-1.4,6.6) .. controls (-2.9,6.6) and (-5.7,3.3) .. (-5.9,2.4) .. controls (-7.1,-0.2) and (-4.9,-0.3) .. (-3.2,-1) .. controls (-0.8,-1.4) and (0.8,-1.8) .. (2.2,-2.2) .. controls (1.5,-3.2) and (0.2,-4.1) .. (-0.8,-4.4) .. controls (-1.3,-4.2) and (-1.8,-3.6) .. (-1.5,-2.5) .. controls (-1.5,-2) and (-3.7,-1.9) .. (-4.1,-2) .. controls (-5.4,-3.9) and (-4.6,-4.8) .. (-3.3,-5.4) .. controls (-2.2,-6.3) and (-1.1,-7.1) .. (0.1,-6.8); \draw[draw=#2, line width=#3pt] (0.5,-6.7) -- (4.9,-2.9); \draw[draw=#2, line width=#3pt] (4.9,-2.9) .. controls (4.9,-2.3) and (4.9,-1.6) .. (4.6,-0.9) .. controls (2.9,-0.3) and (-0.5,0.7) .. (-1.6,1.5); \draw [draw=#2, line width=#3pt] (-0.3,-2) -- (-1.1,-2.4); \draw[draw=#2, line width=#3pt] (-0.4,-2.6) -- (-1.1,-2.9); \draw [draw=#2, line width=#3pt] (-0.4,-3.2) -- (-1.1,-3.6); \draw[draw=#2, line width=#3pt] (-0.2,0.9) -- (0.2,1.2); \draw[draw=#2, line width=#3pt] (-0.1,1.5) -- (-0.8,1.2); \draw[draw=#2, line width=#3pt] (-0.2,3.9) -- (-1.1,3.7); \draw[draw=#2, line width=#3pt] (0.8,4.1) -- (0.3,4.1); \draw [draw=#2, line width=#3pt] (-1.93,2.5) ellipse (1 and 1); \draw [draw=#2, line width=#3pt] (0.3,3) ellipse (0.8 and 0.8); \draw[draw=#2, line width=#3pt] (-2.2,2.2) .. controls (-2.2,2.7) and (-2,2.9) .. (-1.5,2.5); \draw[draw=#2, line width=#3pt] (-0.1,2.7) .. controls (0,3.2) and (0.5,3.3) .. (0.8,2.8); \draw[draw=#2, line width=#3pt] (-1.6,3.4) .. controls (-0.4,5.5) and (1.3,4.9) .. (1,3.3); \draw[draw=#2, line width=#3pt] (0.6,2.3) .. controls (-0.3,1.9) and (0.2,1.3) .. (1.5,0.9) .. controls (4.3,0) and (7.1,-0.4) .. (6.1,-3.1); \draw [draw=#2, line width=#3pt] (-1.2,1.5) -- (-0.2,2.1); \draw[draw=#2, line width=#3pt] (4,4.5) .. controls (2.8,5.5) and (0.9,6.4) .. (-0.32,6.65); \draw[draw=#2, line width=#3pt] (-0.2,-1.6) .. controls (0.8,-1.6) and (-1.2,-4.4) .. (0.7,-3.7); \end{tikzpicture}} %50### \newcommand{\fcLetterQA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Letra Q.jpg}}; \draw [draw=#2, line width=#3pt] (-1.3,0) ellipse (6 and 6); \draw[draw=#2, line width=#3pt,rotate=-30] (6.9653,-1.805) rectangle (4.8609,-0.265); \draw [draw=#2, line width=#3pt] (-1.3,1.8) ellipse (1 and 1.1); \draw [draw=#2, line width=#3pt] (0.7,1.9) ellipse (1 and 1.1); \draw [draw=#2, line width=#3pt] (-2,1.5) .. controls (-1.7,1.8) and (-1.3,1.9) .. (-0.9,1.6); \draw[draw=#2, line width=#3pt] (1.1,2.1) .. controls (0.7,2.1) and (0.4,2) .. (0.2,1.7); \draw [draw=#2, line width=#3pt] (1.5,5.3) .. controls (6.6,3.5) and (6.7,1.4) .. (5.4,-2.5) .. controls (6.4,-3.2) and (7.6,-3.1) .. (6.9,-5.3) .. controls (6.4,-5.3) and (5.9,-5.2) .. (5,-5); \draw[draw=#2, line width=#3pt] (1.66,2.3) .. controls (3.3,2) and (3.3,0.9) .. (2.9,-1.1) .. controls (2.7,-2.2) and (1.9,-0.9) .. (0.7,-1.7) .. controls (1.1,-2.1) and (1.3,-2.9) .. (0.7,-3.1) .. controls (-0.1,-3.5) and (-0.8,-4.1) .. (-2.1,-3.3) .. controls (-5.4,-1.5) and (-4.1,1.4) .. (-2.3,1.95); \draw[draw=#2, line width=#3pt] (-1.9,0.6) .. controls (-3.2,-0.5) and (-2.7,-3.6) .. (0.1,-3.4); \draw[draw=#2, line width=#3pt] (1.67,1.6) .. controls (1.9,1.5) and (2.8,1.3) .. (2.9,1.2); \draw[draw=#2, line width=#3pt] (-2.7,0.3) -- (-3.4,0.6); \draw[draw=#2, line width=#3pt] (-2.9,-0.1) -- (-3.4,0); \draw[draw=#2, line width=#3pt] (-2.8,-1) -- (-3.4,-1); \draw[draw=#2, line width=#3pt] (5.9,0.6) -- (5.4,0.6); \draw[draw=#2, line width=#3pt] (6,-0.2) -- (5.3,-0.3); \draw[draw=#2, line width=#3pt] (5.7,-0.9) -- (5,-0.9); \draw[draw=#2, line width=#3pt] (5.5,-1.5) -- (4.9,-1.6); \draw[draw=#2, line width=#3pt] (5.9,-3.8) -- (7.2,-3.8); \draw[draw=#2, line width=#3pt] (6.6,-4.4) -- (5.9,-4.4); \draw[draw=#2, line width=#3pt] (6.5,-4.9) -- (5.9,-4.9); \draw [draw=#2, line width=#3pt] (5.4,-2.5) -- (4.1,-2.7); \end{tikzpicture}} %51### \newcommand{\fcLetterPA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Letra P.jpg}}; \draw[draw=#2, line width=#3pt] (-5.7,4.9) -- (-4.3,0.7) -- (-3.3,-6.2) -- (-0.6,-5.6) -- (-1.4,-2) -- (0.6,-2) -- (1.2,-5.6) -- (-0.9,-7.1) -- (-3.3,-6.2); \draw[draw=#2, line width=#3pt] (1.2,-5.6) -- (-0.6,-5.6); \draw[draw=#2, line width=#3pt] (-5.8,4.8) .. controls (6.3,11.2) and (7.9,0) .. (-1.6,-2); \draw[draw=#2, line width=#3pt] (0.3,-6) -- (-0.5,-5.8); \draw [draw=#2, line width=#3pt] (0,-6.5) -- (-0.6,-6.2); \draw [draw=#2, line width=#3pt] (-0.7,-6.8) -- (-1.1,-6.6); \draw[draw=#2, line width=#3pt] (0.3,-3.5) -- (-0.7,-3.3); \draw [draw=#2, line width=#3pt] (0.1,-2.8) -- (-0.8,-2.7); \draw[draw=#2, line width=#3pt] (0.2,-2.4) -- (-0.5,-2.2); \draw[draw=#2, line width=#3pt] (-2.2,2) ellipse (1 and 0.7); \draw [draw=#2, line width=#3pt,rotate=10] (0.1568,2.1728) ellipse (1 and 0.7); \draw[draw=#2, line width=#3pt] (-2.4,2.65) -- (-2.8,4.3) -- (1.4,4.6) -- (2,2.7) -- (-1.3,0.1) -- (-1.8,1.3); \draw[draw=#2, line width=#3pt] (-3.1,1.8) .. controls (-2.5,1.8) and (-2.1,2) .. (-1.4,2); \draw[draw=#2, line width=#3pt] (0.6,2.5) .. controls (0.1,2.2) and (-0.5,2.2) .. (-1.1,2.1); \draw[draw=#2, line width=#3pt] (-0.5,2.2) .. controls (-0.4,1.8) and (-0.5,1.6) .. (-0.6,1.48); \draw [draw=#2, line width=#3pt] (-2.5,1.89) .. controls (-2.5,1.7) and (-2.7,1.4) .. (-2.7,1.4); \draw[draw=#2, line width=#3pt] (-2.8,4.2) .. controls (-1.9,3.8) and (-1.3,3.8) .. (-1.1,3.7) .. controls (-0.4,4) and (0.7,4.2) .. (1.69,3.7); \draw [draw=#2, line width=#3pt] (-0.6,2.75) .. controls (-0.7,3) and (-0.8,3.3) .. (-1,3.7); \draw[draw=#2, line width=#3pt] (-0.2,1.4) .. controls (-0.2,1.2) and (-0.1,1) .. (-0.1,1); \draw[draw=#2, line width=#3pt] (0.6,-2) .. controls (4.7,-1.1) and (9.5,5.8) .. (1.6,6.7); \end{tikzpicture}} %52### \newcommand{\fcLetterOA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Letra O.jpg}}; \draw [draw=#2, line width=#3pt] (-0.1,0) ellipse (6 and 6.6); \draw[draw=#2, line width=#3pt] (-1.1,3.6) node (v1) {} ellipse (1.1 and 1.1); \draw[draw=#2, line width=#3pt] (1.13,3.5) node (v2) {} ellipse (1.1 and 1.1); \draw[draw=#2, line width=#3pt] (1.8,2.6) .. controls (6.1,-5.5) and (-7.4,-6.2) .. (-1.4,2.6); \draw[draw=#2, line width=#3pt] (1.3,6.4) .. controls (9,1.6) and (3.4,-6.2) .. (-0.7,-6.5); \draw[draw=#2, line width=#3pt] (0.5,2.6) .. controls (-2.4,1.6) and (-3.3,-2.5) .. (-0.7,-3.72); \draw[draw=#2, line width=#3pt] (5.7,-0.6) -- (5.2,-0.1); \draw[draw=#2, line width=#3pt] (5.6,-1.8) -- (5,-1.1); \draw [draw=#2, line width=#3pt](5.2,-2.4) -- (4.8,-2); \draw[draw=#2, line width=#3pt] (5,-3.1) -- (4.5,-2.7); \draw[draw=#2, line width=#3pt] (4.6,-3.7) -- (4.1,-3.2); \draw[draw=#2, line width=#3pt] (-2.5,0.4) -- (-2.1,0); \draw[draw=#2, line width=#3pt] (-0.7,2.1) -- (-0.9,2.3); \draw[draw=#2, line width=#3pt] (-1,1.7) -- (-1.3,2.1); \draw[draw=#2, line width=#3pt] (-1.4,1.5) -- (-1.7,1.8); \draw[draw=#2, line width=#3pt] (-1.7,1) -- (-2,1.3); \draw [draw=#2, line width=#3pt](-1.9,0.5) -- (-2.2,0.8); \draw [draw=#2, line width=#3pt, fill=black] (v1) ellipse (0.3 and 0.5); \draw [draw=#2, line width=#3pt, fill=black] (v2) ellipse (0.3 and 0.5); \end{tikzpicture}} %53### \newcommand{\fcLetterNA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Letra N.jpg}}; \draw[draw=#2, line width=#3pt] (-4.9,6.3) -- (-7.1,-5.4) -- (-5.2,-7.4) -- (-2.2,-6.9) -- (-4.2,-5.1) -- (-3.33,1.01); \draw[draw=#2, line width=#3pt] (0.5,3.75) -- (1.9,7.2) -- (5.3,6.4) -- (2.6,-3) -- (0.6,-3.4) -- (-2.6,0.7); \draw[draw=#2, line width=#3pt] (-4.9,6.3) .. controls (-3.8,6.9) and (-2.6,6.7) .. (-2.2,6.1) .. controls (-2,5.1) and (-1.7,3.3) .. (-0.87,3.19); \draw[draw=#2, line width=#3pt] (-2.5,2.2) ellipse (1.38 and 1.5); \draw [draw=#2, line width=#3pt] (0.3,2.4) ellipse (1.35 and 1.4); \draw[draw=#2, line width=#3pt] (-3.1,1.5) .. controls (-2.7,2.6) and (-2.1,2.7) .. (-1.7,1.9); \draw[draw=#2, line width=#3pt] (-0.4,2) .. controls (0,2.7) and (0.8,2.4) .. (0.7,1.9); \draw[draw=#2, line width=#3pt] (-7.1,-5.4) .. controls (-6.1,-5.5) and (-4.9,-5.2) .. (-4.1,-5.1); \draw[draw=#2, line width=#3pt] (-1.45,-0.7) .. controls (-2,-2) and (-2.4,-5.4) .. (-2.2,-6.8); \draw[draw=#2, line width=#3pt] (-2.2,-2.5) -- (-3.5,-1.5); \draw[draw=#2, line width=#3pt] (-2.2,-3.5) -- (-3.5,-2.7); \draw[draw=#2, line width=#3pt] (-2.4,-4.7) -- (-3.6,-4); \draw[draw=#2, line width=#3pt] (6.6,3.7) -- (5.4,5.2); \draw[draw=#2, line width=#3pt] (6.2,2.7) -- (4.8,4.1); \draw[draw=#2, line width=#3pt] (5.9,1.4) -- (4.6,2.8); \draw[draw=#2, line width=#3pt] (0.6,-3.4) -- (1.8,-5.4) -- (4.1,-4.6) -- (7.2,4.1) -- (5.27,6.38); \draw [draw=#2, line width=#3pt] (2.6,-3) -- (4.1,-4.6); \draw[draw=#2, line width=#3pt] (-2.2,6.2) .. controls (-1.4,6.1) and (-0.5,5.9) .. (-0.3,5.6); \draw[draw=#2, line width=#3pt] (0.87,1.17) .. controls (0.97,0.77) and (0.37,0.27) .. (-0.03,1.07); \draw[draw=#2, line width=#3pt] (-0.3,5.6) .. controls (-0.1,4.8) and (0,4.2) .. (0.5,3.75); \end{tikzpicture}} %54### \newcommand{\fcLetterMA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Letra M.jpg}}; \draw[draw=#2, line width=#3pt] (-3.1,0.8) -- (-4.8,1.6) -- (-2.6,-5) -- (-1.1,-5.8) -- (-3.7,-7.1) -- (-5.9,-6.3) -- (-8.7,3.6) -- (-4.8,5.5); \draw[draw=#2, line width=#3pt] (-1.47,-0.55) -- (-0.77,-1.15) -- (1.5,-0.7) -- (3.9,3.1) -- (3.8,-3.6) -- (6.9,-3.4) -- (5.9,6.4) -- (7.5,5.3) -- (7.9,-4.4) -- (4.8,-5.3) -- (3.8,-3.6); \draw [draw=#2, line width=#3pt] (-1.88,0.59) ellipse (1.2 and 1.2); \draw [draw=#2, line width=#3pt] (0.6,0.8) ellipse (1.2 and 1.2); \draw[draw=#2, line width=#3pt] (-2.6,-5) -- (-5.9,-6.3); \draw[draw=#2, line width=#3pt] (-4.8,5.5) .. controls (-3.5,5.53) and (-2,3.7) .. (-0.8,2.6) .. controls (-0.2,3.6) and (0.5,5.4) .. (0.6,6.4) .. controls (2,6.8) and (4.8,7) .. (5.9,6.4); \draw[draw=#2, line width=#3pt] (-2.4,0.3) .. controls (-2.1,1.1) and (-1.6,1) .. (-1.2,0.4); \draw [draw=#2, line width=#3pt] (0.1,0.5) .. controls (0.2,1.2) and (0.8,1.3) .. (1.2,0.7); \draw [draw=#2, line width=#3pt] (6.4,-4.5) -- (6,-4); \draw [draw=#2, line width=#3pt] (5.9,-4.9) -- (5.4,-4.2); \draw[draw=#2, line width=#3pt] (5.2,-5) -- (4.8,-4.4); \draw [draw=#2, line width=#3pt] (-2.3,-0.6) -- (-1.1,-5.8); \draw [draw=#2, line width=#3pt] (-2.1,-2.8) -- (-2.7,-2.7); \draw[draw=#2, line width=#3pt] (-2.2,-2.1) -- (-3.2,-2); \draw[draw=#2, line width=#3pt] (-2.3,-1.5) -- (-3.3,-1.3); \draw[draw=#2, line width=#3pt] (-0.77,-1.15) -- (-0.2,-1.6) -- (1.5,-1.3) -- (3.9,0.9); \draw [draw=#2, line width=#3pt] (1.5,-1.3) -- (1.5,-0.7); \draw[draw=#2, line width=#3pt] (7.9,-4.4) -- (6.9,-3.4); \end{tikzpicture}} %55### \newcommand{\fcLetterLA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Letra L.jpg}}; \draw [draw=#2, line width=#3pt] (-5.5,5.8) -- (-5.3,-5.2) -- (-3.6,-6.7) -- (4.7,-6.7) node (v1) {} -- (5.5,-3.2) -- (3.9,-0.6); \draw [draw=#2, line width=#3pt] (-5.4,5.8) .. controls (-4.7,6.2) and (-2.9,6.7) .. (-1.6,6.7) .. controls (-1.3,5.5) and (-1.3,1.7) .. (-1,0); \draw[draw=#2, line width=#3pt] (-0.6,-1.1) ellipse (1 and 1.1); \draw[draw=#2, line width=#3pt] (-2.57,-1.6) ellipse (1 and 1.1); \draw[draw=#2, line width=#3pt] (-2.7,-2) .. controls (-2.8,-1.3) and (-2.2,-1.2) .. (-1.95,-1.71); \draw[draw=#2, line width=#3pt] (-1,-1.6) .. controls (-0.7,-0.8) and (-0.2,-1) .. (-0.21,-1.65); \draw[draw=#2, line width=#3pt] (-1.6,6.7) .. controls (-0.2,5.7) and (0.5,5.2) .. (0.9,4.7) .. controls (0.9,2.7) and (1,0.3) .. (1.1,-1) node (v3) {} .. controls (2.3,-0.6) and (3.4,-0.5) .. (3.9,-0.6) .. controls (4.1,-1.8) and (4.1,-3.3) .. (3.8,-4.3) node (v2) {} .. controls (1.9,-4.5) and (-1.4,-5) .. (-5.31,-5.2); \draw[draw=#2, line width=#3pt] (v1) -- (v2); \draw [draw=#2, line width=#3pt] (0.7,2.2) -- (-0.6,2.5); \draw[draw=#2, line width=#3pt] (0.5,2.9) -- (-0.6,3.2); \draw[draw=#2, line width=#3pt] (0.7,3.5) -- (-0.7,4); \draw[draw=#2, line width=#3pt] (0.6,4.16) -- (-0.7,4.68); \draw [draw=#2, line width=#3pt] (0.7,4.6) -- (-0.73,5.23); \draw [draw=#2, line width=#3pt] (v3) -- (0.39,-1.2); \end{tikzpicture}} %56### \newcommand{\fcLetterKA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Letra K.jpg}}; \draw [draw=#2, line width=#3pt] (-5.1,5.4) .. controls (-3.7,1.4) and (-2.5,-2.2) .. (-2,-5.9) node (v1) {} .. controls (-0.9,-5.6) and (0.1,-5.2) .. (0.6,-5) .. controls (0.2,-3.5) and (-0.4,-1.7) .. (-0.6,-0.6) .. controls (0.7,-1.3) and (1.9,-2.3) .. (2.5,-3.1); \draw[draw=#2, line width=#3pt] (v1) -- (-0.5,-7.4) -- (1.4,-5.9) -- (0.5,-2.9) -- (2.8,-4.9) -- (4.6,-3.5) -- (4.4,-1.3) -- (1.6,1.4) -- (4.7,4.5) -- (2.5,7.2) -- (-0.7,3.1) -- (-2.5,6.7) -- (-5.1,5.4); \draw[draw=#2, line width=#3pt] (0.6,-5) -- (1.4,-5.9); \draw[draw=#2, line width=#3pt] (0.5,-2.9) -- (-0.6,-0.6); \draw[draw=#2, line width=#3pt] (2.9,-4.9) -- (2.5,-3) -- (4.42,-1.27); \draw[draw=#2, line width=#3pt] (-2.5,6.7) -- (-0.8,6.2) -- (-0.1,3.9); \draw [draw=#2, line width=#3pt] (2.6,0.5) -- (5.2,3.3) -- (4.7,4.5); \draw [draw=#2, line width=#3pt] (4.25,2.59) -- (3.7,3.1); \draw [draw=#2, line width=#3pt] (4.6,3) -- (4.1,3.6); \draw[draw=#2, line width=#3pt] (4,2.2) -- (3.27,2.72); \draw[draw=#2, line width=#3pt] (3.58,1.82) -- (2.9,2.2); \draw[draw=#2, line width=#3pt] (-0.7,4.9) -- (-1.4,4.8); \draw[draw=#2, line width=#3pt] (-0.8,5.3) -- (-1.4,5.3); \draw[draw=#2, line width=#3pt] (-0.8,5.8) -- (-1.7,5.8); \draw [draw=#2, line width=#3pt] (0.2,2.7) node (v2) {} ellipse (0.7 and 0.9); \draw [draw=#2, line width=#3pt] (-1.24,2.3) node (v3) {} ellipse (0.7 and 0.9); \draw[draw=#2, line width=#3pt] (-0.86,2.32) -- (-1.6,2.4); \draw[draw=#2, line width=#3pt] (0.5,2.9) -- (-0.2,2.4); \end{tikzpicture}} %57### \newcommand{\fcAbajourB}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Pequena lâmpada.jpg}}; \draw[draw=#2, line width=#3pt] (0.07,-6.2) ellipse (2.5 and 2.2); \draw (-9.5,-0.8) ellipse (0 and 0); \draw [draw=#2, line width=#3pt](-0.53,-5.2) -- (-0.8,-2.1) -- (-4,-1.6); \draw[draw=#2, line width=#3pt] (0.57,-5.2) -- (0.5,-2.2) -- (4,-1.4); \draw[draw=#2, line width=#3pt] (-1.8,-3.6) -- (-1.5,-2.6); \draw[draw=#2, line width=#3pt] (-3.4,-3) -- (-3.2,-2.4); \draw[draw=#2, line width=#3pt] (2.1,-3.2) -- (1.7,-2.5); \draw[draw=#2, line width=#3pt] (3.4,-2.9) -- (2.8,-2.5); \draw [draw=#2, line width=#3pt](-2.5,6.1) -- (-3.1,6.7); \draw [draw=#2, line width=#3pt](-0.9,6.5) -- (-1.4,7.4); \draw[draw=#2, line width=#3pt] (0.9,6.7) -- (1.2,7.9); \draw [draw=#2, line width=#3pt](2.7,6.5) -- (2.8,7.1); \draw[draw=#2, line width=#3pt] (-0.53,-5.2) .. controls (-0.33,-5.7) and (0.37,-5.8) .. (0.57,-5.3); \draw [draw=#2, line width=#3pt] (-0.2,5.14) ellipse (2.5 and 1); \draw [draw=#2, line width=#3pt](-2.7,5.1) .. controls (-2.6,3.1) and (-4,0.4) .. (-4,-1.5); \draw [draw=#2, line width=#3pt](2.24,5.3) .. controls (2.4,2.8) and (3.6,0.4) .. (4,-1.4); \draw[draw=#2, line width=#3pt] (-2.4,-6.4) .. controls (-0.9,-8.9) and (1.5,-8.2) .. (2.6,-6.5); \end{tikzpicture}} %58### \newcommand{\fcLightBulb}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Lâmpada de crianças.jpg}}; \draw[draw=#2, line width=#3pt] (-1.08,4.73) .. controls (-0.6,5.1) and (0.4,5.3) .. (1.3,5) .. controls (2,5.9) and (2.7,5) .. (1.8,4.6) .. controls (2.4,4.2) and (2.7,2.8) .. (2.1,2) .. controls (2.5,0.2) and (2.4,-0.5) .. (2.1,-0.9) .. controls (1.9,-1.5) and (1.9,-1.9) .. (2.1,-2) .. controls (2.5,-2.2) and (2.2,-2.8) .. (0.3,-2.3) .. controls (-0.1,-3) and (-2.4,-3.2) .. (-1.5,-2) .. controls (-1.4,-1.4) and (-1.4,-0.6) .. (-1.5,0.3) .. controls (-1.6,-0.1) and (-1.7,-1.2) .. (-2.1,-0.7) .. controls (-2.2,0.1) and (-2,0.7) .. (-1.9,1.5) .. controls (-2.4,1.9) and (-2.6,3.5) .. (-1.7,4.1) .. controls (-2.5,4.6) and (-1.8,5.7) .. (-1.08,4.75); \draw[draw=#2, line width=#3pt] (1,4.1) -- (0.7,3.7) -- (1,3.5); \draw[draw=#2, line width=#3pt] (-1.1,3.9) -- (-0.5,3.7) -- (-1.1,3.3); \draw [draw=#2, line width=#3pt] (0.1,3.1) ellipse (0.2 and 0.2); \draw[draw=#2, line width=#3pt] (0.1,2.9) .. controls (0.1,2.7) and (0.1,2.5) .. (0.1,2.4) .. controls (0,2.3) and (-0.3,2.2) .. (-0.4,2.3); \draw[draw=#2, line width=#3pt] (0.1,2.4) .. controls (0.3,2.3) and (0.6,2.3) .. (0.6,2.4); \draw[draw=#2, line width=#3pt] (-1.5,-2) .. controls (-5.3,-3.6) and (5.6,-3.3) .. (2,-1.9); \draw[draw=#2, line width=#3pt] (-2.4,-2.6) .. controls (-2.5,-2.9) and (-2.5,-3.9) .. (-2.4,-4.3) .. controls (-1.3,-5.7) and (2.5,-5.3) .. (3,-4.3) .. controls (3,-3.8) and (2.9,-2.8) .. (2.8,-2.5); \draw[draw=#2, line width=#3pt] (-2.4,-3.4) .. controls (-5.1,-4.1) and (-5.2,-7.2) .. (-1.6,-7) .. controls (-1.5,-7.3) and (-1,-7.4) .. (0,-7.4) .. controls (0.1,-7.1) and (0,-6.6) .. (0,-6.2) .. controls (-0.4,-6.1) and (-1.4,-6.3) .. (-1.6,-6.6) .. controls (-4.5,-7) and (-4.7,-4.3) .. (-2.4,-3.9); \draw [draw=#2, line width=#3pt] (0,-6.4) -- (0.9,-6.3) -- (0.9,-6.7) -- (0,-6.8); \draw[draw=#2, line width=#3pt] (0,-7) -- (1,-7) -- (1,-7.2) -- (0.1,-7.2); \draw[draw=#2, line width=#3pt] (3.7,0.5) -- (4.3,0.1); \draw[draw=#2, line width=#3pt] (3.5,1.8) -- (4,1.6); \draw[draw=#2, line width=#3pt] (3.8,3) -- (4.7,2.9); \draw[draw=#2, line width=#3pt] (3.6,5) -- (4.5,5.5); \draw[draw=#2, line width=#3pt] (2,6.5) -- (2.4,7.3); \draw[draw=#2, line width=#3pt] (0.4,6.6) -- (0.3,7.4); \draw[draw=#2, line width=#3pt] (-1.5,6.7) -- (-2,7.3); \draw [draw=#2, line width=#3pt] (-3.2,5.5) -- (-4,5.7); \draw [draw=#2, line width=#3pt] (-3.6,3.7) -- (-4.6,3.8); \draw[draw=#2, line width=#3pt] (-3.5,1.7) -- (-4.3,1.5); \draw[draw=#2, line width=#3pt] (-3.5,-0.1) -- (-4.2,-0.4); \draw[draw=#2, line width=#3pt] (1.8,0.5) .. controls (1.8,-0.3) and (2,-0.8) .. (2.21,-0.62); \end{tikzpicture}} %59### \newcommand{\fcAlarmClockB}[3]{ \begin{tikzpicture}[scale = #1] \draw [draw=#2, line width=#3pt] (0.1,-0.9) node (v1) {} ellipse (5.3 and 5.3); \draw[draw=#2, line width=#3pt] (v1) node (v2) {} ellipse (4.1 and 4.3); \draw [draw=#2, line width=#3pt] (v2) ellipse (0.5 and 0.5); \draw [draw=#2, line width=#3pt, fill=black] (-1.8,-0.6) node (v3) {} ellipse (0.5 and 0.5); \draw[draw=#2, line width=#3pt, fill=black] (1.7,-0.6) node (v4) {} ellipse (0.5 and 0.5); \draw [draw=#2, line width=#3pt, fill=black] (-3.4,-0.9) ellipse (0.4 and 0.2); \draw [draw=#2, line width=#3pt, fill=black] (3.3,-0.9) ellipse (0.4 and 0.2); \draw[draw=#2, line width=#3pt,fill=white] (v3) ellipse (0.2 and 0.2); \draw[draw=#2, line width=#3pt,fill=white] (v4) ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt] (-1.9,-1.8) ellipse (0.5 and 0.3); \draw [draw=#2, line width=#3pt] (1.8,-1.8) ellipse (0.5 and 0.3); \draw[draw=#2, line width=#3pt, fill=black] (-0.1,-4.3) ellipse (0.3 and 0.4); \draw[draw=#2, line width=#3pt, fill=black] (-0.1,2.3) ellipse (0.3 and 0.4); \draw [draw=#2, line width=#3pt] (0.16,5.9) ellipse (0.8 and 0.8); \draw [draw=#2, line width=#3pt] (-1.8,4.1) -- (-2.5,4.9) -- (-1.2,5.6); \draw[draw=#2, line width=#3pt] (-2.86,3.47) -- (-3.5,4.2) -- (-4.8,3.5); \draw [draw=#2, line width=#3pt] (2.5,3.9) -- (3,4.8) -- (1.5,5.5); \draw[draw=#2, line width=#3pt] (3.25,3.35) -- (3.8,4.3) -- (5.3,3.5); \draw[draw=#2, line width=#3pt] (-3.6,-4.7) .. controls (-5.3,-7.1) and (-4.3,-7.4) .. (-2.3,-5.6); \draw[draw=#2, line width=#3pt] (3.7,-4.9) .. controls (5.6,-7.1) and (4.8,-7.5) .. (2.7,-5.6); \draw[draw=#2, line width=#3pt] (-0.6,-2.2) .. controls (-0.3,-3.1) and (0.2,-3) .. (0.6,-2.2); \draw [draw=#2, line width=#3pt] (-4.8,3.5) .. controls (-5.4,6.4) and (-2.8,7.8) .. (-1.2,5.6); \draw[draw=#2, line width=#3pt] (1.5,5.5) .. controls (3.7,7.7) and (6.2,5.8) .. (5.3,3.5); \draw [draw=#2, line width=#3pt] (0.5,4.4) -- (0.5,5.1); \draw [draw=#2, line width=#3pt] (-0.1,4.4) -- (-0.1,5.1); \draw[draw=#2, line width=#3pt] (-1.9,-1.6) -- (-2.2,-2); \draw[draw=#2, line width=#3pt] (-1.67,-1.65) -- (-1.9,-2.1); \draw[draw=#2, line width=#3pt] (1.6,-1.7) -- (1.84,-2.04); \draw[draw=#2, line width=#3pt] (1.9,-1.6) -- (2.1,-1.98); \draw[draw=#2, line width=#3pt, fill=black] (-0.4,-0.7) .. controls (-2,0.6) and (-1.8,1.8) .. (0,-0.4); \draw[draw=#2, line width=#3pt, fill=black] (0.1,-0.4) .. controls (2.9,2.9) and (3.1,2) .. (0.57,-0.59); \end{tikzpicture}} %60### \newcommand{\fcAbajourC}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {_Luzes de cabeceira.jpg}}; \draw[draw=#2, line width=#3pt] (-1.1,-6.8) .. controls (-0.9,-7.6) and (1.4,-7.3) .. (2.4,-6.9) .. controls (2.7,-6.1) and (3.1,-3.9) .. (0.9,-3.5) .. controls (0.9,-3.1) and (0.8,-2.8) .. (0.54,-2.78) .. controls (0.5,-2.3) and (0.4,-1.9) .. (0.3,-1.6) .. controls (0.7,-1.6) and (1.6,-1.3) .. (2,-0.5) .. controls (3.5,-1.8) and (4.8,-0.4) .. (4.8,0.4) .. controls (4,0.5) and (3.2,4) .. (2.9,4.8) .. controls (2.6,5.4) and (1.4,5.7) .. (0.9,4.9) .. controls (0.3,5.9) and (-0.9,5.5) .. (-0.9,4.6) .. controls (-1.7,5.8) and (-2.7,5.1) .. (-2.8,4.6) .. controls (-3.1,3.2) and (-4.1,0.7) .. (-4.7,-0.2) .. controls (-4.8,-1.5) and (-2.7,-1.5) .. (-1.6,-0.9) .. controls (-1.4,-1.4) and (-0.7,-1.5) .. (-0.4,-1.6) .. controls (-0.27,-2) and (-0.21,-2.4) .. (-0.22,-2.74); \draw[draw=#2, line width=#3pt] (-0.21,-2.75) .. controls (-0.52,-2.87) and (-0.49,-3.3) .. (-0.4,-3.5) .. controls (-1.7,-4.1) and (-2.1,-6.2) .. (-1.1,-6.8); \draw [draw=#2, line width=#3pt] (-1.22,-6.7) .. controls (-0.1,-6.9) and (1.3,-6.8) .. (2.56,-6.34); \draw [draw=#2, line width=#3pt] (0.9,4.9) .. controls (1.4,3.6) and (1.7,0.8) .. (2,-0.5); \draw[draw=#2, line width=#3pt] (-0.9,4.6) .. controls (-1.1,3.3) and (-1.3,0.5) .. (-1.6,-0.9); \draw[draw=#2, line width=#3pt] (-1.2,-3.1) .. controls (-1.4,-2.8) and (-1.4,-2.5) .. (-1.3,-2.1); \draw [draw=#2, line width=#3pt] (-3.7,-2.8) .. controls (-3.2,-2.6) and (-2.9,-2.1) .. (-2.9,-1.7); \draw[draw=#2, line width=#3pt] (1.9,-1.9) .. controls (2,-2.3) and (2.1,-2.7) .. (2.3,-2.9); \draw[draw=#2, line width=#3pt] (3.8,-1.4) .. controls (3.9,-1.7) and (4.1,-1.9) .. (4.4,-2.2); \draw [draw=#2, line width=#3pt] (-3.2,6.8) .. controls (-3,6.5) and (-2.6,6.3) .. (-2.3,6.1); \draw[draw=#2, line width=#3pt] (2.8,6.4) .. controls (2.9,6.7) and (3,7) .. (3,7.3); \draw[draw=#2, line width=#3pt] (-1,6.3) .. controls (-1.1,6.6) and (-1.2,7) .. (-1.3,7.2); \draw [draw=#2, line width=#3pt] (1,6.5) .. controls (1,6.8) and (0.9,7) .. (0.9,7.2); \end{tikzpicture}} %61### \newcommand{\fcBearE}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Urso portador.jpg}}; \draw[draw=#2, line width=#3pt] (-3.81,-5.09) ellipse (1.9 and 1.8); \draw[draw=#2, line width=#3pt] (-3.81,-5.09) ellipse (2.25 and 2.1); \draw[draw=#2, line width=#3pt] (3.6,-5.3) ellipse (1.9 and 1.8); \draw[draw=#2, line width=#3pt] (3.6,-5.3) ellipse (2.25 and 2.1); \draw[draw=#2, line width=#3pt] (-2.7,2.6) -- (-5.2,2.2) -- (-5.3,3.3) -- (-3.7,3.3) -- (-4.9,3.7) -- (-4.6,4.6) -- (-2.5,4.2); \draw[draw=#2, line width=#3pt] (-2.5,4.2) .. controls (-2.5,3.8) and (-3,2.9) .. (-2.7,2.6); \draw[draw=#2, line width=#3pt] (-3.7,3.3) .. controls (-3.4,3.3) and (-3,3.2) .. (-2.8,3.1); \draw[draw=#2, line width=#3pt] (-2.7,2.6) .. controls (-1.7,2.2) and (-0.1,2.1) .. (1,2.2) .. controls (1,2.6) and (1.1,3.1) .. (1.2,3.4) .. controls (0.9,3.3) and (-1.5,3.7) .. (-2.5,4.2); \draw[draw=#2, line width=#3pt] (-2.7,2.6) .. controls (-4.8,0.1) and (-3.5,-2.2) .. (-1.8,-2.36) .. controls (-0.4,-2.4) and (-0.3,-2.9) .. (-0.1,-3.8); \draw [draw=#2, line width=#3pt] (-3.7,-0.7) .. controls (-4.4,-0.9) and (-4.1,-1.6) .. (-3.5,-1.2); \draw[draw=#2, line width=#3pt] (-5.9,-2.97) node (v1) {} ellipse (0.2 and 0.4); \draw [draw=#2, line width=#3pt] (v1) ellipse (0.1 and 0.2); \draw[draw=#2, line width=#3pt] (-5.9,-2.57) .. controls (-5.6,-2.67) and (-5.3,-2.97) .. (-5.28,-3.14) .. controls (-5,-2.71) and (-3.25,-2.57) .. (-2.52,-3.05); \draw[draw=#2, line width=#3pt] (-5.3,-3.17) .. controls (-5.4,-3.27) and (-5.6,-3.27) .. (-5.74,-3.23); \draw[draw=#2, line width=#3pt] (-5.7,-3.27) .. controls (-5.8,-3.47) and (-6,-3.67) .. (-6.1,-3.77) .. controls (-6.2,-3.87) and (-6.1,-4.07) .. (-5.9,-3.82) .. controls (-5.37,-3.17) and (-4.06,-2.44) .. (-2.6,-3.2); \draw[draw=#2, line width=#3pt] (-2.7,-2) .. controls (-2.9,-2.3) and (-2.4,-2.5) .. (-1.1,-2.44); \draw[draw=#2, line width=#3pt] (-3.5,-4.72) -- (-1.9,-2.4) node (v2) {}; \draw[draw=#2, line width=#3pt] (-2.1,-2.4) -- (-3.68,-4.77); \draw [draw=#2, line width=#3pt] (-0.7,-5.01) ellipse (0.2 and 0.3); \draw [draw=#2, line width=#3pt] (-4.7,-3.5) -- (-3.99,-4.82); \draw[draw=#2, line width=#3pt] (-3.3,-3.3) -- (-3.7,-4.75); \draw[draw=#2, line width=#3pt] (-4.15,-5) -- (-5.6,-4.6); \draw[draw=#2, line width=#3pt] (-4.1,-5.2) -- (-5.4,-6); \draw [draw=#2, line width=#3pt] (-3.9,-5.3) -- (-4.2,-6.8); \draw[draw=#2, line width=#3pt] (-3.5,-5.4) -- (-2.9,-6.7); \draw[draw=#2, line width=#3pt] (-2.6,-5.5) -- (-2.1,-5.8); \draw [draw=#2, line width=#3pt] (-3,-4.66) .. controls (-4.5,-4.8) and (-4.4,-5.2) .. (-3.6,-5.4) .. controls (-2.9,-5.5) and (-1.1,-5.7) .. (-0.3,-5.6) .. controls (0,-5.2) and (0,-4.5) .. (-0.7,-4.4) .. controls (-1.49,-4.18) and (-2.6,-4.7) .. (-3,-4.66); \draw [draw=#2, line width=#3pt,fill=black] (-0.7,4.5) ellipse (0.13 and 0.2); \draw[draw=#2, line width=#3pt,fill=black] (0.9,4.6) ellipse (0.13 and 0.2); \draw [draw=#2, line width=#3pt] (0.31,4.11) ellipse (0.6 and 0.5); \draw [draw=#2, line width=#3pt] (-2.24,4.1) .. controls (-2.36,4.43) and (-2.33,4.92) .. (-2.2,5.2); \draw[draw=#2, line width=#3pt] (-2.2,5.3) .. controls (-2.2,5.4) and (-2.2,5.5) .. (-2.1,5.5); \draw[draw=#2, line width=#3pt] (-2,5.4) .. controls (-2.7,6.3) and (-1.7,6.7) .. (-1.4,5.9); \draw[draw=#2, line width=#3pt] (0,4) .. controls (0.1,3.9) and (0.3,3.9) .. (0.31,4.12) .. controls (0.4,3.9) and (0.5,3.9) .. (0.68,4.02); \draw[draw=#2, line width=#3pt,fill=black] (0.3,4.1) .. controls (0.2,4.2) and (0.2,4.4) .. (0.32,4.28) .. controls (0.4,4.4) and (0.5,4.3) .. (0.33,4.08); \draw[draw=#2, line width=#3pt] (-0.5,1.2) .. controls (-0.9,0.8) and (-0.8,-0.6) .. (-0.7,-1.1) .. controls (-0.3,-1.3) and (0.8,-2.1) .. (0.8,-3.8); \draw [draw=#2, line width=#3pt] (-1.4,5.9) .. controls (-1,7.6) and (-0.33,6.77) .. (-0.2,6) .. controls (0.71,5.81) and (1.03,5.12) .. (1.19,4.54) .. controls (1.29,4.11) and (1.23,3.66) .. (0.88,3.38); \draw [draw=#2, line width=#3pt] (-0.3,6.4) .. controls (-0.08,6.53) and (0.19,6.36) .. (0.2,5.86); \draw [draw=#2, line width=#3pt] (-0.94,6.84) .. controls (-1.24,7.34) and (-0.44,7.4) .. (-0.59,6.83); \draw[draw=#2, line width=#3pt] (-0.2,6) .. controls (-0.4,5.9) and (-0.9,5.8) .. (-1.4,5.9); \draw[draw=#2, line width=#3pt] (-1.1,5.83) .. controls (-1.2,5.3) and (-2.44,5.01) .. (-2.9,5.4) .. controls (-2.53,5.36) and (-1.6,5.22) .. (-1.2,5.9); \draw [draw=#2, line width=#3pt] (-3.12,5.4) ellipse (0.2 and 0.08); \draw[draw=#2, line width=#3pt] (-3.2,5.7) -- (-2.9,5.4) -- (-3.16,5.1); \draw[draw=#2, line width=#3pt] (-0.54,6.75) .. controls (-0.63,6.67) and (-0.87,6.66) .. (-1.08,6.73); \draw[draw=#2, line width=#3pt] (-0.38,6.52) .. controls (-0.6,6.5) and (-0.9,6.47) .. (-1.2,6.53); \draw [draw=#2, line width=#3pt] (-0.3,6.37) .. controls (-0.6,6.22) and (-0.9,6.2) .. (-1.28,6.28); \draw [draw=#2, line width=#3pt] (-0.22,6.17) .. controls (-0.6,6.03) and (-0.9,6.03) .. (-1.33,6.11); \draw [draw=#2, line width=#3pt] (0.5,0.8) .. controls (0.5,0.3) and (0.4,-0.5) .. (0,-1.6); \draw[draw=#2, line width=#3pt] (0.6,1.54) .. controls (0.61,1.71) and (0.6,2) .. (0.5,2.14); \draw[draw=#2, line width=#3pt] (-0.3,2.15) .. controls (0.2,1.8) and (1,1.3) .. (1.5,1.1) .. controls (2.69,0.73) and (2.2,0.1) .. (2,0.1) .. controls (1.7,0.1) and (1.6,0.4) .. (1.3,0.5); \draw[draw=#2, line width=#3pt] (1.4,0.4) .. controls (1.3,0.3) and (1.4,0.2) .. (1.6,0.3); \draw[draw=#2, line width=#3pt] (-0.9,1.5) .. controls (-0.54,1.12) and (0.5,0.76) .. (1.3,0.5); \draw[draw=#2, line width=#3pt] (1.5,1.1) -- (1.3,0.5); \draw [draw=#2, line width=#3pt] (0.22,-0.92) .. controls (0.5,-1.1) and (1.5,-1.71) .. (1.5,-2.46); \draw[draw=#2, line width=#3pt] (0.7,-3.1) .. controls (1.04,-2.94) and (2.13,-2.01) .. (2.4,-1.3); \draw[draw=#2, line width=#3pt] (0.8,-3.8) -- (-0.1,-3.8); \draw[draw=#2, line width=#3pt] (-0.11,-3.8) -- (0.1,-5.5) -- (1.1,-5.7); \draw[draw=#2, line width=#3pt] (0.79,-3.79) -- (0.87,-4.98); \draw[draw=#2, line width=#3pt] (0.87,-4.98) .. controls (1.19,-5.02) and (1.5,-5.5) .. (1.1,-5.7); \draw[draw=#2, line width=#3pt] (-0.67,-5) -- (0.15,-5.67) -- (1.22,-5.8) -- (1.2,-5.9) -- (0.1,-5.8) -- (-0.76,-5.1); \draw[draw=#2, line width=#3pt] (-0.76,-5.1) .. controls (-0.8,-5) and (-0.8,-4.9) .. (-0.67,-5); \draw [draw=#2, line width=#3pt] (-1.6,-2.5) -- (-1,-4.3); \draw[draw=#2, line width=#3pt] (v2) -- (-1.29,-4.33); \draw[draw=#2, line width=#3pt] (-2.4,-2.9) .. controls (-2.76,-2.49) and (-4.33,-2.43) .. (-5.36,-2.41) .. controls (-5.63,-2.38) and (-5.54,-2.19) .. (-5.4,-2.2) .. controls (-4.6,-2.2) and (-3.7,-2.3) .. (-2.3,-2.6); \draw[draw=#2, line width=#3pt] (-5.34,-2.43) -- (-4.5,-0.9); \draw[draw=#2, line width=#3pt] (-5.4,-0.9) -- (-4.54,-2.46); \draw[draw=#2, line width=#3pt] (-2.1,-2.7) .. controls (-2,-2.8) and (-2,-2.9) .. (-2.2,-2.9); \draw[draw=#2, line width=#3pt] (-5.29,-2.19) .. controls (-5.5,-2) and (-5.4,-1.3) .. (-5.6,-0.9) .. controls (-5.2,-0.9) and (-4.7,-0.9) .. (-4.3,-0.9) .. controls (-4.5,-1.3) and (-4.5,-2) .. (-4.57,-2.19); \draw[draw=#2, line width=#3pt] (2.8,-2.1) .. controls (2.9,-3) and (3.5,-5.2) .. (3.4,-5.1) node (v3) {} .. controls (3.9,-5.5) and (3.4,-5.6) .. (3.2,-5) .. controls (3,-4.2) and (2.6,-2.5) .. (2.6,-2.1) .. controls (2.6,-2.1) and (2.7,-2.1) .. (2.82,-2.1); \draw[draw=#2, line width=#3pt] (3.6,-3.5) -- (v3); \draw[draw=#2, line width=#3pt] (5.2,-4.3) -- (3.6,-5.2); \draw[draw=#2, line width=#3pt] (5.4,-5.7) -- (3.59,-5.38) node (v4) {}; \draw[draw=#2, line width=#3pt] (4.5,-6.9) -- (v4); \draw[draw=#2, line width=#3pt] (3,-7) -- (3.4,-5.4); \draw[draw=#2, line width=#3pt] (1.7,-5.6) -- (3.3,-5.2); \draw [draw=#2, line width=#3pt] (3.2,-4.9) -- (2,-4.3); \draw[draw=#2, line width=#3pt] (2.76,-3.14) .. controls (2.1,-3.4) and (1.27,-4.19) .. (1.3,-4.7) .. controls (1.2,-4.88) and (1.08,-4.87) .. (1.1,-4.6) .. controls (1.3,-4) and (1.94,-3.24) .. (2.74,-2.93); \draw [draw=#2, line width=#3pt] (2.9,-2.9) .. controls (4.8,-2.7) and (4.7,-3) .. (2.96,-3.09); \draw[draw=#2, line width=#3pt] (0.9,-3.8) .. controls (1.5,-3.4) and (2.4,-2.6) .. (2.64,-2.46); \draw[draw=#2, line width=#3pt] (0.8,-3.6) .. controls (1.5,-3.1) and (2,-2.7) .. (2.6,-2.2); \draw [draw=#2, line width=#3pt] (0.8,-3.4) .. controls (1.2,-3.1) and (2.1,-2.3) .. (2.5,-1.8); \draw[draw=#2, line width=#3pt] (2.6,-2.1) .. controls (2.5,-1.9) and (2.4,-1) .. (2.3,-0.39) .. controls (2.9,0) and (2.9,0.4) .. (2.3,0.3); \draw[draw=#2, line width=#3pt] (2.8,-2.1) .. controls (2.9,-2) and (2.8,-1.8) .. (2.8,-1.6); \draw [draw=#2, line width=#3pt] (2.77,-1.3) .. controls (2.52,-0.92) and (2.66,-0.4) .. (2.97,-0.18) .. controls (3.27,0.26) and (3.45,0.94) .. (2.7,1) .. controls (2.5,1) and (2.5,0.9) .. (2.8,0.8) .. controls (3,0.7) and (2.8,0.6) .. (2.2,0.6); \draw[draw=#2, line width=#3pt] (2.4,-1.28) -- (3.03,-1.28) -- (3.1,-1.6) -- (2.44,-1.55); \draw [draw=#2, line width=#3pt] (3.1,-0.6) .. controls (3,-0.6) and (2.9,-0.7) .. (3,-0.8) .. controls (3,-1.1) and (3.1,-1.9) .. (3.2,-2.4) .. controls (3.7,-2.5) and (4.6,-2.5) .. (5,-2.5) .. controls (5.1,-2.3) and (5.3,-1) .. (5.3,-0.9) .. controls (5.38,-0.78) and (5.35,-0.68) .. (5.21,-0.69) .. controls (4.9,-0.6) and (3.7,-0.6) .. (3.1,-0.6); \draw[draw=#2, line width=#3pt] (3,-0.8) .. controls (3.6,-0.8) and (4.6,-0.8) .. (5.3,-0.9); \draw[draw=#2, line width=#3pt] (3.2,-0.8) -- (3.4,-2.4); \draw[draw=#2, line width=#3pt] (3.5,-0.8) -- (3.6,-2.4); \draw[draw=#2, line width=#3pt] (3.9,-0.8) -- (3.9,-2.5); \draw[draw=#2, line width=#3pt] (4.1,-2.5) -- (4.2,-0.8); \draw [draw=#2, line width=#3pt] (4.3,-2.5) -- (4.5,-0.8); \draw[draw=#2, line width=#3pt] (4.5,-2.5) -- (4.71,-0.83); \draw [draw=#2, line width=#3pt] (4.7,-2.5) -- (5,-0.9); \draw [draw=#2, line width=#3pt] (3.2,-0.6) .. controls (3.3,-0.2) and (4.01,1.6) .. (3.3,0.3) .. controls (3.34,0.3) and (3.5,0.3) .. (3.5,0.3); \draw[draw=#2, line width=#3pt] (3.58,0.77) .. controls (4.1,0.8) and (4.7,0.79) .. (5.1,0.7) .. controls (5.22,0.52) and (5.2,-0.2) .. (5.2,-0.7); \draw[draw=#2, line width=#3pt,fill=black] (4.28,-0.03) ellipse (0.2 and 0.2); \draw[draw=#2, line width=#3pt] (4.28,-0.03) ellipse (0.4 and 0.4); \draw [draw=#2, line width=#3pt] (0.9,2.2) .. controls (1.2,1.9) and (1.8,1.5) .. (2.1,1.4) .. controls (2.4,1.41) and (2.85,1.31) .. (2.9,1); \draw[draw=#2, line width=#3pt] (2.1,1.4) -- (1.97,0.9); \draw[draw=#2, line width=#3pt] (2,0.9) .. controls (2.2,0.8) and (2.3,0.8) .. (2.4,0.7) .. controls (2.5,0.7) and (2.6,0.7) .. (2.72,0.83); \draw[draw=#2, line width=#3pt] (2.34,0.75) -- (2.2,0.7); \end{tikzpicture}} %62### \newcommand{\fcFishI}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Peixe infantil.jpg}}; \draw[draw=#2, line width=#3pt] (0.77,-0.4) ellipse (5.5 and 5.05); \draw[draw=#2, line width=#3pt] (-3.66,2.6) .. controls (-3.1,6.7) and (1.7,6.4) .. (3.1,6.4) .. controls (3.5,5.8) and (3.7,5) .. (3.36,4.16) .. controls (5,5.9) and (5.3,4.7) .. (3.9,3.7); \draw[draw=#2, line width=#3pt] (4.28,3.5) .. controls (1.3,4.1) and (0.7,-4.2) .. (3.3,-4.8); \draw[draw=#2, line width=#3pt] (4.1,1.2) .. controls (3.7,1) and (3.3,1.4) .. (4.6,1.7) .. controls (4.9,1.6) and (5,1.3) .. (4.1,1.2); \draw[draw=#2, line width=#3pt] (4.3,-0.5) node (v1) {} ellipse (0.6 and 0.6); \draw[draw=#2, line width=#3pt,fill=black] (v1) ellipse (0.3 and 0.3); \draw[fill=white] (4.32,-0.47) ellipse (0.15 and 0.15); \draw[draw=#2, line width=#3pt] (5.6,-2.9) .. controls (5.1,-2.8) and (3.9,-2.3) .. (3.5,-1.8); \draw[draw=#2, line width=#3pt] (3.2,-2) .. controls (3.4,-1.8) and (3.6,-1.7) .. (3.9,-1.8); \draw[draw=#2, line width=#3pt] (1.6,3.9) .. controls (1,3.8) and (0.8,3.2) .. (1.2,2.7) .. controls (0.6,2.7) and (0.3,1.7) .. (0.6,1.3) .. controls (0.4,1.2) and (0.3,1.1) .. (0.3,0.9); \draw[draw=#2, line width=#3pt] (1.4,-0.5) .. controls (-2.7,3.9) and (-2.1,-6.2) .. (1.1,-1.4); \draw [draw=#2, line width=#3pt] (0.77,0.08) .. controls (0.2,-0.2) and (0.3,-1.3) .. (0.84,-1.74); \draw [draw=#2, line width=#3pt] (-1.2,0.2) .. controls (-0.7,-0.1) and (-0.1,-0.3) .. (0.4,-0.4); \draw [draw=#2, line width=#3pt] (0.4,-0.8) .. controls (0.3,-0.8) and (-0.1,-0.9) .. (-0.4,-0.8); \draw[draw=#2, line width=#3pt] (0.5,-1.3) .. controls (0,-1.5) and (-0.5,-1.5) .. (-1.3,-1.4); \draw[draw=#2, line width=#3pt] (0.6,-1.5) .. controls (0.4,-1.6) and (0.2,-1.8) .. (-0.3,-2); \draw[draw=#2, line width=#3pt] (0.1,-3) .. controls (0,-3.3) and (0.1,-3.6) .. (0.5,-3.9) .. controls (0.2,-4.2) and (0.4,-4.8) .. (0.8,-4.9); \draw[draw=#2, line width=#3pt] (-0.6,3.5) .. controls (-1.2,3.5) and (-1.7,2.8) .. (-1.2,2.1) .. controls (-1.9,1.9) and (-2.1,1.5) .. (-1.8,0.8) .. controls (-2.2,0.5) and (-2.7,-0.3) .. (-2,-1); \draw[draw=#2, line width=#3pt] (-2.2,-1.9) .. controls (-2.4,-2.1) and (-2.5,-2.7) .. (-2,-2.9) .. controls (-2.5,-3.3) and (-2.2,-3.9) .. (-1.8,-4.2); \draw[draw=#2, line width=#3pt] (-3.2,1.8) .. controls (-3.5,1.7) and (-3.5,1.4) .. (-3.5,1) .. controls (-3.8,0.9) and (-4,-0.2) .. (-3.6,-0.5) .. controls (-3.9,-0.8) and (-4,-1.3) .. (-3.6,-1.7) .. controls (-3.8,-2) and (-3.7,-2.7) .. (-3.4,-2.9); \draw[draw=#2, line width=#3pt] (-4.72,-0.2) .. controls (-5.2,-0.3) and (-5.6,0.6) .. (-5.8,1.6) .. controls (-6.3,1.4) and (-6.7,0.7) .. (-6.5,0) .. controls (-7.3,-0.1) and (-7,-1) .. (-6.5,-1.5) .. controls (-7,-1.8) and (-6.9,-2.9) .. (-6.3,-3.1) .. controls (-6.3,-4.3) and (-5.6,-4.3) .. (-5.3,-3.6) .. controls (-4.9,-2.7) and (-4.52,-2.5) .. (-4.19,-2.6); \draw[draw=#2, line width=#3pt] (-5.9,-2.7) .. controls (-5.4,-2.3) and (-4.9,-2) .. (-4.4,-1.9); \draw[draw=#2, line width=#3pt] (-6.5,-1.5) .. controls (-5.9,-1.6) and (-5.2,-1.6) .. (-4.6,-1.4); \draw[draw=#2, line width=#3pt] (-6.1,-0.2) .. controls (-5.6,-0.5) and (-5.1,-0.7) .. (-4.7,-0.7); \draw[draw=#2, line width=#3pt] (-3.8,-3.2) .. controls (-4,-4.4) and (-3.5,-4.7) .. (-2.32,-4.55); \draw [draw=#2, line width=#3pt] (-1.9,-4.8) .. controls (-1.8,-5.5) and (-1.1,-5.7) .. (-0.1,-6) .. controls (0.4,-6.3) and (2.1,-6.4) .. (2.8,-5.1); \draw [draw=#2, line width=#3pt] (-0.7,-5.8) -- (-0.4,-5.3); \draw[draw=#2, line width=#3pt] (0.5,-6.18) -- (0.6,-5.4); \draw[draw=#2, line width=#3pt] (1.85,-6.05) -- (1.5,-5.4); \draw[draw=#2, line width=#3pt] (3,5.5) .. controls (3.1,5.1) and (3,4.7) .. (2.8,4.3); \draw[draw=#2, line width=#3pt] (1.8,6.4) .. controls (2,5.8) and (2,5.1) .. (1.9,4.5); \draw[draw=#2, line width=#3pt] (0.5,4.6) .. controls (0.7,4.8) and (0.6,5.5) .. (0.41,6.2); \draw[draw=#2, line width=#3pt] (-0.3,4.5) .. controls (-0.4,5) and (-0.6,5.5) .. (-0.87,5.89); \draw[draw=#2, line width=#3pt] (-1.4,4.2) .. controls (-1.5,4.4) and (-1.7,4.8) .. (-2.1,5.2); \draw[draw=#2, line width=#3pt] (-2.5,3.8) .. controls (-2.5,4) and (-2.8,4.3) .. (-3,4.3); \end{tikzpicture}} %63### \newcommand{\fcPenguin}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Pinguim antártico.jpg}}; \draw[draw=#2, line width=#3pt] (4.4,-2) .. controls (4.26,-2.88) and (4.44,-3.63) .. (4.6,-4.1) .. controls (4.72,-4.42) and (4.58,-4.88) .. (4,-5.07) .. controls (2.7,-5.8) and (-1.6,-5.5) .. (-2.5,-5.11) .. controls (-4.4,-4.8) and (-4.1,-2.4) .. (-3.5,2) .. controls (-3.57,6.91) and (3.3,9) .. (4.34,3.24) .. controls (4.5,2.7) and (4.5,1.9) .. (4.4,1.5); \draw[draw=#2, line width=#3pt] (4.2,1.8) .. controls (6.3,-2.9) and (3.9,-3.2) .. (1.8,0.8); \draw[draw=#2, line width=#3pt] (-0.49,3.57) node (v1) {} ellipse (0.5 and 0.5); \draw[draw=#2, line width=#3pt] (-2.4,3.8) ellipse (0.4 and 0.4); \draw[draw=#2, line width=#3pt, fill=black] (v1) ellipse (0.2 and 0.2); \draw[draw=#2, line width=#3pt, fill=white] (v1) ellipse (0.15 and 0.15); \draw[draw=#2, line width=#3pt, fill=black] (-2.4,3.8)ellipse (0.2 and 0.2); \draw[draw=#2, line width=#3pt, fill=white] (-2.4,3.8)ellipse (0.15 and 0.15); \draw[draw=#2, line width=#3pt] (-2.07,5.48) .. controls (-1.8,5.5) and (-1.7,5.1) .. (-1.3,4.8) .. controls (0.4,6.2) and (0.9,5.3) .. (1.2,4.7) .. controls (1.6,4.1) and (1.1,2.4) .. (1,1.6) .. controls (0.9,-0.7) and (2.5,-3) .. (-0.18,-4.54) .. controls (-0.7,-4.6) and (-3.1,-4.7) .. (-3.9,-3.4); \draw[draw=#2, line width=#3pt] (-3.5,1.7) .. controls (-5.4,-1) and (-4.9,-1.9) .. (-3.9,-1.3); \draw[draw=#2, line width=#3pt] (-0.6,4.9) .. controls (-0.2,5.1) and (0.2,4.8) .. (0.3,4.5) .. controls (0,4.5) and (-0.6,4.7) .. (-0.6,4.9); \draw[draw=#2, line width=#3pt] (-0.73,4.17) .. controls (-0.52,4.24) and (-0.3,4.2) .. (-0.2,4.1); \draw[draw=#2, line width=#3pt] (-2.6,4.3) .. controls (-2.4,4.4) and (-2.3,4.4) .. (-2.2,4.3); \draw[draw=#2, line width=#3pt] (-2.3,5.2) .. controls (-1.9,5.2) and (-1.9,5) .. (-2.6,4.8); \draw[draw=#2, line width=#3pt] (-1.7,3.5) .. controls (-2,3.4) and (-2.3,3.2) .. (-2.7,3.1) .. controls (-2.9,2.5) and (-1.6,2.6) .. (-1.5,2.83); \draw[draw=#2, line width=#3pt] (-2.3,2.6) .. controls (-2.1,2.3) and (-1.6,2.3) .. (-1.3,2.5) .. controls (-1,2.7) and (-1,2.9) .. (-1.3,2.9) .. controls (-1.4,3.1) and (-1.5,3.4) .. (-1.7,3.5); \draw[draw=#2, line width=#3pt] (-1.7,2.8) .. controls (-1.6,2.9) and (-1.4,2.8) .. (-1.41,2.63); \draw[draw=#2, line width=#3pt] (-2.6,-5.1) .. controls (-3.27,-5.57) and (-3.67,-5.97) .. (-3.74,-6.33) .. controls (-2.97,-6.17) and (-2.97,-6.77) .. (-2.77,-6.77) .. controls (-2.17,-6.47) and (-1.67,-6.57) .. (-1.37,-6.77) .. controls (-0.89,-6.32) and (-1.17,-5.77) .. (-0.7,-5.5); \draw[draw=#2, line width=#3pt] (0.3,-5.5) .. controls (-0.2,-5.8) and (-0.6,-6.2) .. (-0.67,-6.56) .. controls (0.1,-6.4) and (0.1,-7) .. (0.3,-7) .. controls (0.9,-6.7) and (1.4,-6.8) .. (1.7,-7) .. controls (2.2,-6.5) and (1.9,-6) .. (2.4,-5.5); \end{tikzpicture}} %64### \newcommand{\fcBearF}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Urso ciclista.jpg}}; \draw[draw=#2, line width=#3pt] (2.88,-5.08) node (v1) {} ellipse (1.4 and 1.4); \draw[draw=#2, line width=#3pt] (v1) ellipse (0.2 and 0.2); \draw[draw=#2, line width=#3pt] (1.1,-4.9) arc (175.4322:421.2939:1.75); \draw[draw=#2, line width=#3pt] (3.6,-3.6) .. controls (2.3,-3.26) and (1.4,-3.86) .. (1.3,-4.81); \draw[draw=#2, line width=#3pt] (3.55,-3.31) .. controls (2.5,-3.2) and (1.5,-3.3) .. (1.01,-4.76); \draw[draw=#2, line width=#3pt] (1.02,-4.76) -- (1.3,-4.81); \draw[draw=#2, line width=#3pt] (3.52,-3.29) -- (3.6,-3.6); \draw[draw=#2, line width=#3pt] (1.48,5.18) .. controls (0.9,5.4) and (0.4,6.1) .. (0.1,6.5) .. controls (-0.3,6.9) and (-2.7,6.7) .. (-2,5) .. controls (-6.2,1.4) and (-5.8,-0.3) .. (-4.62,-1.65); \draw[draw=#2, line width=#3pt] (-4.61,-1.65) .. controls (-3.45,-2.13) and (-2.5,-2.1) .. (-2.1,-2.3) .. controls (-1.8,-3.1) and (-1.6,-3.7) .. (-1.4,-4) .. controls (0.7,-4.5) and (0.6,-3.9) .. (-0.34,-3.5) .. controls (0.1,-2.4) and (0.3,-0.3) .. (-1.5,0.4); \draw[draw=#2, line width=#3pt] (-2.1,5.3) .. controls (-3,5.2) and (-3,4.8) .. (-2,5); \draw[draw=#2, line width=#3pt] (-5.2,-0.7) .. controls (-6,-0.8) and (-5.5,-1.4) .. (-5,-1.2); \draw[draw=#2, line width=#3pt] (0.6,5.9) .. controls (0.4,5.7) and (0.2,5.6) .. (-0.3,5.5) .. controls (-0.85,6.26) and (-1.36,5.16) .. (-0.5,4.9); \draw[draw=#2, line width=#3pt] (-0.9,5.2) -- (-2.1,4.9); \draw[draw=#2, line width=#3pt] (-0.36,5.33) .. controls (-0.62,5.91) and (-0.9,5.1) .. (-0.4,5.2); \draw [fill=black] (0.4,5.1) ellipse (0.15 and 0.15); \draw[draw=#2, line width=#3pt] (1.48,5.18) .. controls (1.88,4.55) and (1.1,3.9) .. (0.6,3.2); \draw[draw=#2, line width=#3pt] (-4.6,-1.6) .. controls (-4.8,-2.1) and (-4.5,-2.8) .. (-2.23,-2.23); \draw[draw=#2, line width=#3pt] (0.5,3) ellipse (0.14 and 0.14); \draw[draw=#2, line width=#3pt] (0.6,3.1) -- (0.9,3.2) -- (0.8,2.9) -- (0.6,2.9); \draw[draw=#2, line width=#3pt] (0.39,3.15) -- (0.1,3.4) -- (0,2.9) -- (0.35,2.95); \draw[draw=#2, line width=#3pt] (1.5,5.1) .. controls (1.1,5.1) and (1.4,4.7) .. (1.6,4.7); \draw[draw=#2, line width=#3pt] (-1.1,-4.1) .. controls (-1.1,-4.6) and (-0.2,-4.6) .. (0,-4.2); \draw[draw=#2, line width=#3pt] (-1.2,-4) -- (-5.1,-4.9); \draw[draw=#2, line width=#3pt] (-5.1,-4.9) .. controls (-5.3,-5) and (-5.2,-5.2) .. (-4.9,-5.2); \draw[draw=#2, line width=#3pt] (-0.1,-5.6) -- (-4.9,-5.2); \draw[draw=#2, line width=#3pt] (0.2,-3.8) .. controls (1.2,-3.9) and (1.1,-5.6) .. (-0.1,-5.6); \draw[draw=#2, line width=#3pt] (-3.79,-5.26) arc (-5.7908:-307.4861:1.35); \draw[draw=#2, line width=#3pt] (-3.51,-5.3) arc (-3.9843:-192.7573:1.68); \draw[draw=#2, line width=#3pt] (-6.7,-4.8) .. controls (-6.3,-3.8) and (-5.8,-3.4) .. (-4.5,-3.6); \draw[draw=#2, line width=#3pt] (-7.1,-4.7) .. controls (-6.7,-3.2) and (-5.3,-3.1) .. (-4.5,-3.3); \draw[draw=#2, line width=#3pt] (-7.1,-4.7) -- (-6.6,-4.8); \draw[draw=#2, line width=#3pt] (-4.5,-3.6) -- (-4.5,-3.3); \draw[draw=#2, line width=#3pt] (-3.1,-2.4) -- (-3.01,-4.4); \draw[draw=#2, line width=#3pt] (-3.3,-2.5) -- (-3.3,-4.5); \draw[draw=#2, line width=#3pt] (-3.3,-3.5) -- (-4.7,-4.8); \draw[draw=#2, line width=#3pt] (-3.3,-3) -- (-5.24,-4.9); \draw[draw=#2, line width=#3pt] (-3.56,-4.53) .. controls (-3.58,-4.44) and (-3.71,-4.11) .. (-3.8,-4); \draw[draw=#2, line width=#3pt] (-4.06,-3.76) .. controls (-4.13,-3.63) and (-4.33,-3.53) .. (-4.47,-3.5); \draw[draw=#2, line width=#3pt] (-4.1,-4.2) .. controls (-4,-4.3) and (-3.89,-4.44) .. (-3.9,-4.6); \draw[draw=#2, line width=#3pt] (-1.9,-2.7) -- (-3.1,-2.9); \draw[draw=#2, line width=#3pt] (-3.1,-3.3) -- (-1.8,-3); \draw[draw=#2, line width=#3pt] (-0.1,-2.7) -- (1.79,-2.43) -- (1.5,-0.9); \draw[draw=#2, line width=#3pt] (1.68,-2) -- (-0.06,-2.3); \draw[draw=#2, line width=#3pt] (1.8,-0.9) -- (2,-2.4); \draw[draw=#2, line width=#3pt] (2,-0.6) -- (2,-0.8) -- (2.2,-2.3) -- (2.29,-2.67); \draw[draw=#2, line width=#3pt] (2.3,-2.4) -- (1.7,-2.5) -- (1.8,-2.8) -- (2.29,-2.67); \draw[draw=#2, line width=#3pt] (1.4,-0.9) rectangle (2,-0.6); \draw[draw=#2, line width=#3pt] (2.31,-3.79) .. controls (2.44,-4.26) and (2.6,-4.6) .. (2.89,-4.85); \draw[draw=#2, line width=#3pt] (2.1,-3.9) .. controls (2.2,-4.4) and (2.4,-4.8) .. (2.7,-5); \draw[draw=#2, line width=#3pt] (1.9,-2.75) -- (2.02,-3.44); \draw[draw=#2, line width=#3pt] (2.21,-3.31) -- (2.09,-2.71); \draw[draw=#2, line width=#3pt] (2.3,-3.6) .. controls (2.3,-3.7) and (2.3,-3.7) .. (2.3,-3.8); \draw[draw=#2, line width=#3pt] (2.06,-3.7) .. controls (2.06,-3.7) and (2.1,-3.8) .. (2.1,-3.9); \draw[draw=#2, line width=#3pt] (0.3,-3.8) -- (0.62,-3.38); \draw[draw=#2, line width=#3pt] (0.1,-3.7) -- (0.4,-3.32); \draw [draw=#2, line width=#3pt] (0.2,-3.15) .. controls (0.17,-3.38) and (1.03,-3.52) .. (1,-3.23); \draw[draw=#2, line width=#3pt] (0.1,-2.7) .. controls (-0.38,-3.34) and (1.3,-3.2) .. (1.4,-3.2) .. controls (1.5,-2.8) and (0.94,-2.8) .. (0.9,-2.5); \draw[draw=#2, line width=#3pt] (1,-2.1) .. controls (1.1,-1.5) and (1.34,-0.3) .. (1,-0.1) .. controls (0.8,-0.2) and (0.9,-0.5) .. (0.8,-0.7) .. controls (0.8,-0.8) and (0.56,-0.8) .. (0.56,-0.7) .. controls (0.46,-0.2) and (0.7,0.2) .. (0.9,0.32); \draw [draw=#2, line width=#3pt] (-1.1,5.16) .. controls (-1.04,4.94) and (-1.34,4.76) .. (-1.6,5); \draw[draw=#2, line width=#3pt] (-1.4,4.9) .. controls (-1.1,4.2) and (-0.3,3.6) .. (0.7,3.4) .. controls (0.9,3.3) and (1,3.5) .. (0.9,3.6) .. controls (0.4,3.51) and (-1,4.1) .. (-1.15,4.93); \draw[draw=#2, line width=#3pt] (0.81,4.6) .. controls (0.9,4.2) and (1.2,4.2) .. (1.45,4.3); \draw[draw=#2, line width=#3pt] (0.66,4.55) -- (0.92,4.68); \draw[draw=#2, line width=#3pt] (-1.2,0.3) .. controls (-1.2,0.6) and (-1.1,0.9) .. (-0.9,1); \draw [draw=#2, line width=#3pt] (-1.4,1.5) .. controls (-1.2,1.3) and (-1,1.1) .. (-0.8,1) .. controls (-0.6,0.6) and (0.7,0.6) .. (1.2,0.1) .. controls (1.4,0.1) and (1.5,0.2) .. (1.3,0.5) .. controls (1.6,0.3) and (1.8,0.4) .. (1.5,0.6) .. controls (2,0.8) and (0.4,0.7) .. (-0.08,2.82); \draw[draw=#2, line width=#3pt] (0,2.5) .. controls (0.1,2.7) and (0.42,2.9) .. (0.45,2.79) .. controls (0.59,2.21) and (1.3,1.67) .. (1.9,1.4) .. controls (2.23,1.27) and (2,0.7) .. (1.7,0.8) .. controls (1.98,1.23) and (1.59,1.11) .. (1.3,0.9); \draw[draw=#2, line width=#3pt] (0.42,2.8) .. controls (0.4,2.62) and (0.31,2.3) .. (0.15,2.13); \draw [draw=#2, line width=#3pt] (-0.13,0.67) .. controls (-0.2,0.2) and (-0.13,-0.18) .. (-0.32,-0.54); \draw [draw=#2, line width=#3pt] (0.6,0) .. controls (0.53,0.13) and (0.12,0.23) .. (-0.14,0.1); \draw [draw=#2, line width=#3pt] (1.5,0.4) .. controls (1.6,0.2) and (1.7,-0.2) .. (1.7,-0.6); \draw[draw=#2, line width=#3pt] (1.46,-0.6) .. controls (1.46,-0.34) and (1.4,-0.1) .. (1.3,0.04); \draw [draw=#2, line width=#3pt] (2.3,-2.7) .. controls (2.27,-3.04) and (2.7,-3.1) .. (4.4,-3) .. controls (4.9,-3) and (5,-2.9) .. (5.5,-0.3) .. controls (4.9,-0.3) and (2.7,-0.2) .. (1.9,-0.3) .. controls (1.9,-0.4) and (1.9,-0.4) .. (1.9,-0.59); \draw[draw=#2, line width=#3pt] (2.4,-0.3) node (v2) {} -- (3.3,-3); \draw[draw=#2, line width=#3pt] (3,-0.3) -- (3.8,-3); \draw [draw=#2, line width=#3pt] (4.6,-0.3) -- (3.9,-3); \draw[draw=#2, line width=#3pt] (5.2,-0.3) node (v3) {} -- (4.1,-3); \draw[draw=#2, line width=#3pt] (v2) -- (2.4,1.1) -- (4.5,1.1) -- (4.5,-0.3); \draw [draw=#2, line width=#3pt] (3.57,-0.24) -- (3.58,1.1); \draw[draw=#2, line width=#3pt] (3.2,-0.2) -- (3.2,1.1); \draw [draw=#2, line width=#3pt] (2.8,1) -- (2.7,2) -- (4.6,2.1) -- (4.6,1.5) -- (4,1.5) -- (4,1.1); \draw[draw=#2, line width=#3pt] (4.3,1.5) -- (5.3,1.5) -- (v3); \draw[draw=#2, line width=#3pt] (5.27,0.59) -- (4.5,0.6); \draw[draw=#2, line width=#3pt] (3.4,1.8) .. controls (3.4,2.4) and (3.8,2.4) .. (3.9,1.8); \draw [draw=#2, line width=#3pt] (3.4,1.8) .. controls (3.2,2.6) and (4,2.7) .. (3.9,1.8); \draw[draw=#2, line width=#3pt] (5.2,0.3) -- (4.5,0.3); \draw [draw=#2, line width=#3pt] (1.4,0.8) -- (1.4,1); \draw[draw=#2, line width=#3pt] (1.5,0.7) -- (1.8,1); \end{tikzpicture}} %65### \newcommand{\fcOrca}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Orca jovem.jpg}}; \draw[draw=#2, line width=#3pt] (-6.82,3.68) .. controls (-1.6,8.4) and (6.5,4.7) .. (6.3,-3.9) .. controls (8,-4.6) and (8.2,-6.8) .. (5.9,-5.7) .. controls (4.8,-5.6) and (2.53,-8.57) .. (3.71,-5.21) .. controls (5,-4.1) and (4.9,-3.6) .. (3.9,-2.7) .. controls (3.4,-2.3) and (2.5,-2) .. (1.37,-1.7); \draw[draw=#2, line width=#3pt] (-6.2,3.6) .. controls (-8.8,4.2) and (-8.7,2.3) .. (-7.29,1.8); \draw[draw=#2, line width=#3pt] (-4.3,2.4) .. controls (-4.8,1.9) and (-5.6,1.2) .. (-7.29,1.8); \draw[draw=#2, line width=#3pt] (-7.29,1.8) .. controls (-7,-2) and (-2.5,-2.2) .. (-1.3,-1.9); \draw [draw=#2, line width=#3pt] (-2,1.4) .. controls (-2.1,0) and (-1.7,-2.7) .. (0.7,-3.4) .. controls (1.3,-2.5) and (1.7,-0.3) .. (1.4,1.1); \draw[draw=#2, line width=#3pt] (-5,1.8) .. controls (-4.9,1.5) and (-4.2,1.5) .. (-3.8,1.6) .. controls (-2.9,1.6) and (-2.5,0.2) .. (-1.87,-0.09); \draw[draw=#2, line width=#3pt] (-4.6,2.4) .. controls (-4.5,2.4) and (-4.2,2.4) .. (-4.1,2.2); \draw[draw=#2, line width=#3pt] (4.7,-3.7) .. controls (4.7,-3) and (4.2,-2.2) .. (3.8,-1.8) .. controls (5.3,-2) and (5.9,-2) .. (4.7,-0.9) .. controls (3.6,0.1) and (2.4,-0.3) .. (2.4,-1.3) .. controls (2.1,-1.3) and (1.86,-1.25) .. (1.42,-1.21); \draw[draw=#2, line width=#3pt] (-0.6,5.7) .. controls (1.3,6.7) and (4.13,7.14) .. (5.9,6.2) .. controls (4.7,5.8) and (3.5,4.9) .. (3.2,3.9); \draw[draw=#2, line width=#3pt] (-1.8,4) .. controls (-0.4,4.4) and (0.7,4.2) .. (1.2,2.9) .. controls (1,2.7) and (-0.7,2) .. (-2.4,2.5) .. controls (-3.2,2.7) and (-3.3,3.2) .. (-1.8,4); \draw [draw=#2, line width=#3pt] (-3.9,3.3) node (v1) {} ellipse (0.5 and 0.5); \draw [fill=black, draw=#2, line width=#3pt] (v1) ellipse (0.3 and 0.3); \draw [fill=white, draw=#2, line width=#3pt] (v1) ellipse (0.15 and 0.15); \draw[draw=#2, line width=#3pt] (-3.9,4) .. controls (-3.6,4) and (-3.3,3.9) .. (-3.2,3.7); \draw[draw=#2, line width=#3pt] (-4,4.5) .. controls (-3.7,4.6) and (-3.3,4.5) .. (-3,4.3) .. controls (-2.9,4.5) and (-3.4,4.7) .. (-4,4.5); \end{tikzpicture}} %66### \newcommand{\fcAbajourD}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Lâmpada engraçado.jpg}}; \draw[draw=#2, line width=#3pt] (-0.4,5) ellipse (2.4 and 0.7); \draw[draw=#2, line width=#3pt] (-2.8,4.9) -- (-3.4,0.6); \draw[draw=#2, line width=#3pt] (2,5) -- (3.42,0.6); \draw[draw=#2, line width=#3pt] (-3.4,0.6) .. controls (-2,-0.9) and (2,-0.3) .. (3.4,0.6); \draw [draw=#2, line width=#3pt] (-2.2,6.1) -- (-2.9,7); \draw[draw=#2, line width=#3pt] (-0.4,6.6) -- (-0.4,7.4); \draw[draw=#2, line width=#3pt] (1.5,6.1) -- (1.7,7.2); \draw [draw=#2, line width=#3pt] (-3.6,-1.4) -- (-3.2,-0.6); \draw[draw=#2, line width=#3pt] (3.1,-0.2) -- (3.7,-1); \draw[draw=#2, line width=#3pt] (-2.2,-0.1) .. controls (-2.3,-0.9) and (-2.4,-1.4) .. (-2.2,-2.4) .. controls (-2.4,-2.9) and (-1.6,-3.2) .. (-1.2,-3.3) .. controls (-1.6,-2.8) and (-1.9,-1.5) .. (-1.5,-0.9); \draw[draw=#2, line width=#3pt] (1.7,-0.7) .. controls (1.9,-1.6) and (1.9,-2.6) .. (1.6,-3) .. controls (1.5,-3.5) and (1.4,-3.9) .. (1.3,-4.5) .. controls (1.6,-4.6) and (2.1,-5.2) .. (0.6,-5) .. controls (0.3,-4.9) and (0.2,-4.1) .. (0.1,-3.8) .. controls (0,-4.3) and (0,-4.7) .. (0,-5) .. controls (-0.8,-5.3) and (-2,-4.8) .. (-0.9,-4.5) .. controls (-1,-4.2) and (-1.1,-3.7) .. (-1.2,-3.3); \draw[draw=#2, line width=#3pt] (2.5,0.1) .. controls (2.6,-0.4) and (2.7,-1.4) .. (2.5,-2.3) .. controls (2.5,-2.6) and (2.3,-3.1) .. (1.6,-3.2); \draw[draw=#2, line width=#3pt] (-1.1,-4.29) .. controls (-4.6,-6.6) and (5.5,-5.7) .. (1.5,-4.2); \draw [draw=#2, line width=#3pt] (-2,-6.8) .. controls (-1,-7.2) and (0.7,-7.2) .. (2.5,-6.7); \draw[draw=#2, line width=#3pt] (-1.9,-5.2) -- (-2,-6.8); \draw[draw=#2, line width=#3pt] (2.46,-4.96) -- (2.48,-6.66); \end{tikzpicture}} %67### \newcommand{\fcTurtleB}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Tartaruga de terra.jpg}}; \draw[draw=#2, line width=#3pt] (-6.5,1.8) .. controls (-6.2,2.3) and (-5.7,3.3) .. (-4.6,3.5) .. controls (-4.1,4.5) and (-1.7,5.3) .. (-1.1,5) .. controls (-0.3,5.1) and (1.8,4.7) .. (2.2,4.1) .. controls (2.8,4.1) and (3.2,3.6) .. (3.4,3.4); \draw[draw=#2, line width=#3pt] (1.8,2.1) .. controls (2.6,4) and (6.2,3.7) .. (6.79,2.38) .. controls (7.05,1.55) and (7.4,0.8) .. (7.69,0.19) .. controls (10,-3.9) and (-0.2,-4.9) .. (0.7,-0.4) .. controls (1.1,0.3) and (1.5,0.9) .. (1.8,2.1); \draw [draw=#2, line width=#3pt] (6.02,0.6) ellipse (0.5 and 0.5); \draw [draw=#2, line width=#3pt, fill=black] (6.02,0.6) ellipse (0.25 and 0.25); \draw [fill=white, draw=#2, line width=#3pt] (6.02,0.6) ellipse (0.15 and 0.15); \draw [draw=#2, line width=#3pt] (3.52,0.6) ellipse (0.5 and 0.5); \draw [draw=#2, line width=#3pt, fill=black] (3.52,0.6) ellipse (0.25 and 0.25); \draw [fill=white, draw=#2, line width=#3pt] (3.52,0.6) ellipse (0.15 and 0.15); \draw[draw=#2, line width=#3pt] (3.4,-0.3) .. controls (4.9,0.4) and (6.3,0.1) .. (6.5,-1.1) .. controls (6.8,-2.4) and (3.2,-3.5) .. (2.9,-0.9); \draw[draw=#2, line width=#3pt] (3.2,-1.2) .. controls (3.1,-0.9) and (2.7,-0.9) .. (2.6,-1); \draw[draw=#2, line width=#3pt] (2.6,-1) .. controls (2.6,-1.4) and (2.9,-2.01) .. (3.29,-1.92); \draw[draw=#2, line width=#3pt] (5.51,1.84) .. controls (5.5,2.3) and (6.5,2.1) .. (6.6,1.5) .. controls (6.31,1.59) and (5.9,1.96) .. (5.51,1.84); \draw[draw=#2, line width=#3pt] (2.9,1.5) .. controls (2.93,1.83) and (3.6,2.2) .. (4,1.8) .. controls (3.7,1.8) and (3.25,1.69) .. (2.9,1.5); \draw[draw=#2, line width=#3pt] (-7.69,-0.9) .. controls (-8.2,-0.9) and (-8.6,-0.7) .. (-9.1,-0.2) .. controls (-8.6,0) and (-8,0) .. (-7.5,0.4) .. controls (-7.5,1) and (-6.9,1.6) .. (-6.7,1.6) .. controls (-5.1,1.8) and (-4.9,-0.1) .. (-4.9,-0.4) .. controls (-4.8,-1.2) and (-4,-1.4) .. (-3.6,-0.8) .. controls (-2.5,0.5) and (-0.9,0) .. (0,-0.8) .. controls (0.1,0.5) and (1.1,2.3) .. (1.9,2.2); \draw [draw=#2, line width=#3pt] (-5.1,0.7) .. controls (-4.7,1.3) and (-4.4,2.2) .. (-3.5,2.27) .. controls (-2.7,2.7) and (-2.2,2.8) .. (-1.3,1.3) .. controls (-1.4,0.9) and (-1.5,0.4) .. (-1.6,-0.1); \draw[draw=#2, line width=#3pt] (-1.3,1.3) .. controls (-0.1,2.2) and (0.7,2.4) .. (1.1,1.7); \draw[draw=#2, line width=#3pt] (0.7,2) .. controls (1.1,3) and (1.8,3.6) .. (2.4,4); \draw[draw=#2, line width=#3pt] (-2.2,2.4) .. controls (-2.3,3.1) and (-1.6,4.2) .. (-1,5); \draw[draw=#2, line width=#3pt] (-3.9,2.1) .. controls (-4.1,2.5) and (-4.4,3) .. (-4.6,3.5); \draw[draw=#2, line width=#3pt] (-7,0.3) .. controls (-8,-0.4) and (-8.4,-4) .. (-7,-4.2) .. controls (-4.3,-4.7) and (-5.1,-2.8) .. (-5.4,-2.4) .. controls (-5.4,-1.6) and (-5.3,0.4) .. (-7,0.3); \draw [draw=#2, line width=#3pt] (-7.1,-4.1) .. controls (-7.1,-3.3) and (-6.8,-3.2) .. (-6.6,-4.3); \draw[draw=#2, line width=#3pt] (-6.4,-4.2) .. controls (-6.4,-3.2) and (-6.1,-2.9) .. (-5.6,-4.1); \draw [draw=#2, line width=#3pt] (-5.3,-4) .. controls (-6,-2.6) and (-5.3,-2.9) .. (-5.1,-2.9); \draw[draw=#2, line width=#3pt] (-7.4,-0.2) -- (-7.5,0.41); \draw[draw=#2, line width=#3pt] (-5.4,-1.8) .. controls (-5.1,-2.2) and (-4.1,-2.4) .. (-3.7,-2.4) .. controls (-2.6,-0.8) and (-0.8,-0.8) .. (-0.3,-2.3) .. controls (-0.4,-3.4) and (-0.4,-3.7) .. (-0.3,-4) .. controls (1.3,-6.4) and (-4.3,-7.1) .. (-3.7,-2.4); \draw[draw=#2, line width=#3pt] (-2.6,-5.5) .. controls (-2.5,-4.2) and (-2.2,-4.6) .. (-1.7,-5.8); \draw[draw=#2, line width=#3pt] (-1.3,-5.9) .. controls (-1.9,-4.1) and (-1.3,-4.1) .. (-0.5,-5.6); \draw[draw=#2, line width=#3pt] (-0.2,-5.4) .. controls (-1,-4.2) and (-0.6,-4) .. (0,-4.6); \draw [draw=#2, line width=#3pt] (-5.2,-2.7) .. controls (-4.8,-2.8) and (-4.5,-3) .. (-3.8,-3.1); \draw[draw=#2, line width=#3pt] (-5,-3.2) .. controls (-4.74,-3.27) and (-4.3,-3.44) .. (-3.7,-3.56); \draw [draw=#2, line width=#3pt] (-0.2,-4.1) .. controls (0.5,-4.2) and (2.6,-3.8) .. (2.8,-3.6) .. controls (3,-3.6) and (3.6,-3.5) .. (3.7,-3.4); \draw [draw=#2, line width=#3pt] (-4.4,-3) -- (-4.3,-3.4); \draw[draw=#2, line width=#3pt] (0.8,-1.8) .. controls (1,-2.2) and (-0.2,-3.1) .. (-0.3,-2.3); \draw [draw=#2, line width=#3pt] (-0.4,-3.3) .. controls (-0.1,-3.4) and (0.4,-3.2) .. (1,-3) .. controls (1.6,-3.4) and (2.1,-3.5) .. (2.8,-3.6); \draw [draw=#2, line width=#3pt] (0.45,-3.17) .. controls (0.72,-3.72) and (1.15,-3.86) .. (1.5,-3.9); \draw [draw=#2, line width=#3pt] (0.5,-4.1) .. controls (0.3,-3.9) and (0.1,-3.7) .. (0,-3.3); \draw[draw=#2, line width=#3pt] (2.6,-3.7) .. controls (2.3,-5.9) and (6.7,-5.4) .. (6,-3.1); \draw[draw=#2, line width=#3pt] (2.7,-4.5) .. controls (3.2,-3.6) and (3.5,-3.6) .. (3.4,-5); \draw[draw=#2, line width=#3pt] (3.71,-5.05) .. controls (3.8,-3.7) and (4.3,-3.5) .. (4.4,-5.1); \draw [draw=#2, line width=#3pt] (4.79,-4.99) .. controls (4.7,-4) and (4.8,-3.7) .. (5.43,-4.61); \end{tikzpicture}} %68### \newcommand{\fcOctopusA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Polvo infantil.jpg}}; \draw[draw=#2, line width=#3pt] (2.5,2.1) .. controls (5.1,9.5) and (-6,7.6) .. (-3.6,2.7) .. controls (-3.4,0.5) and (-4.1,0.2) .. (-7.8,0.7) .. controls (-9.3,0.1) and (-8.9,-2.3) .. (-7.6,-2.3) .. controls (-7.9,-1) and (-7.7,-0.6) .. (-6.9,-1.1) .. controls (-6,-1.9) and (-4.8,-2.1) .. (-3.4,-0.4) .. controls (-3.1,-1.8) and (-6.6,-2.8) .. (-6.46,-4.57) .. controls (-6.2,-7.1) and (-3.8,-5.8) .. (-4.7,-5.1) .. controls (-5,-3.7) and (-4.3,-3.4) .. (-2.8,-3) .. controls (-2.3,-2.5) and (-1.9,-1.7) .. (-1.8,-0.9) .. controls (-2.5,-2.9) and (-2.2,-4.8) .. (-0.7,-5.9) .. controls (0.9,-7.5) and (0.9,-6.5) .. (1.3,-6.3) .. controls (1.4,-5.9) and (0.8,-4.9) .. (0.2,-4.3) .. controls (-0.7,-3.4) and (-0.1,-1.9) .. (0.2,-0.8) .. controls (-0.1,-3.7) and (2.1,-3.5) .. (2.8,-4) .. controls (4.3,-4.4) and (4.7,-6.7) .. (6.6,-5.4) .. controls (6.4,-4.8) and (5.6,-4.2) .. (5.06,-3.23) .. controls (4.6,-2.6) and (2.3,-2.1) .. (2,-0.7) .. controls (3.3,-1.9) and (4.7,-1.2) .. (5.7,-1) .. controls (6.8,-0.7) and (7.9,-3.7) .. (7.9,-1.1) .. controls (7.8,0.4) and (5.5,1) .. (3.8,0.5) .. controls (2.8,0.4) and (2.1,1.1) .. (2.5,2.1); \draw [draw=#2, line width=#3pt] (0.6,3.35) ellipse (0.5 and 0.5); \draw [draw=#2, line width=#3pt, fill=black] (0.6,3.35) ellipse (0.25 and 0.25); \draw [fill=white, draw=#2, line width=#3pt] (0.6,3.35) ellipse (0.15 and 0.15); \draw [draw=#2, line width=#3pt] (-1.7,3.4) ellipse (0.5 and 0.5); \draw [draw=#2, line width=#3pt, fill=black](-1.7,3.4) ellipse (0.25 and 0.25); \draw [fill=white, draw=#2, line width=#3pt] (-1.7,3.4) ellipse (0.15 and 0.15); \draw[draw=#2, line width=#3pt] (-2.2,4.4) .. controls (-2,4.7) and (-1.6,4.8) .. (-1.3,4.7) .. controls (-1.4,5.5) and (-2.3,5) .. (-2.2,4.4); \draw[draw=#2, line width=#3pt] (1.1,4.4) .. controls (1,4.8) and (0.4,4.7) .. (0.3,4.7) .. controls (0.3,5.2) and (1,5.3) .. (1.1,4.4); \draw [draw=#2, line width=#3pt] (-1,2.4) .. controls (-0.9,2.1) and (-0.4,2) .. (-0.2,2.4); \draw [draw=#2, line width=#3pt] (-4.5,-1.3) .. controls (-5.1,-1.1) and (-4.1,-0.3) .. (-3.8,-0.8); \draw[draw=#2, line width=#3pt] (-5.1,-1.7) .. controls (-5.8,-0.5) and (-6.4,-1) .. (-6.1,-1.63); \draw[draw=#2, line width=#3pt] (-6.8,-1.2) .. controls (-6.7,-0.8) and (-7.6,-0.3) .. (-7.6,-0.9); \draw[draw=#2, line width=#3pt] (-7.6,-2.2) .. controls (-8.4,-1.7) and (-8.5,-1) .. (-7.7,-1.3); \draw[draw=#2, line width=#3pt] (-4.8,-5.99) .. controls (-5.1,-5.79) and (-5,-5.49) .. (-4.6,-5.29); \draw[draw=#2, line width=#3pt] (-4.8,-4.5) .. controls (-5,-5) and (-5.3,-4) .. (-4.7,-4.1); \draw [draw=#2, line width=#3pt] (-4.3,-3.7) .. controls (-4.9,-3.3) and (-3.9,-2.8) .. (-3.8,-3.3); \draw[draw=#2, line width=#3pt] (-3.4,-3.2) .. controls (-3.5,-2.8) and (-2.9,-2.6) .. (-2.52,-2.67); \draw [draw=#2, line width=#3pt] (-2.1,-3.3) .. controls (-1.6,-3.5) and (-1.4,-4.2) .. (-1.8,-4.6); \draw[draw=#2, line width=#3pt] (-1.6,-5.1) .. controls (-1.2,-5) and (-0.8,-5.4) .. (-0.9,-5.8); \draw [draw=#2, line width=#3pt] (-0.5,-6.1) .. controls (0.1,-5.9) and (0.4,-6.1) .. (0.5,-6.8); \draw [draw=#2, line width=#3pt] (0.3,-2.5) .. controls (0.7,-2.4) and (1.1,-2.7) .. (1.3,-3.3); \draw[draw=#2, line width=#3pt] (1.7,-3.6) .. controls (2.1,-3.3) and (2.8,-3.4) .. (2.8,-4); \draw[draw=#2, line width=#3pt] (3.3,-4.2) .. controls (3.6,-4.1) and (4.3,-4.7) .. (4.4,-5.2); \draw[draw=#2, line width=#3pt] (4.6,-5.5) .. controls (4.9,-5.4) and (5.6,-5.4) .. (5.8,-5.7); \draw[draw=#2, line width=#3pt] (2.5,-1) .. controls (2.8,-1) and (3.1,-1.1) .. (3.3,-1.4); \draw[draw=#2, line width=#3pt] (4,-1.4) .. controls (3.9,-1) and (4.5,-1) .. (5,-1.2); \draw[draw=#2, line width=#3pt] (5.3,-1.1) .. controls (5.5,-0.6) and (6.3,-0.7) .. (6.3,-1.1); \draw[draw=#2, line width=#3pt] (6.6,-1.3) .. controls (7.2,-1.1) and (7.3,-1.5) .. (7.2,-1.9); \end{tikzpicture}} %69### \newcommand{\fcExcavator}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Uma escavadora.jpg}}; \draw [draw=#2, line width=#3pt] (2.8,-5.5) ellipse (0.3 and 0.3); \draw [draw=#2, line width=#3pt] (6.8,-5) ellipse (0.3 and 0.3); \draw[draw=#2, line width=#3pt,rotate=12] (3.5437,-5.9602) ellipse (3 and 0.95); \draw[draw=#2, line width=#3pt,rotate=12] (3.5437,-5.9602) ellipse (3.25 and 1.35); \draw[draw=#2, line width=#3pt,rotate=15] (4.7325,-5.9875) rectangle (1.9699,-6.4807); \draw [draw=#2, line width=#3pt] (7.1,-5.6) .. controls (12.6,-1.2) and (-3.4,-2.1) .. (-0.7,-6) .. controls (0,-6.1) and (1.7,-6.6) .. (2.7,-6.5); \draw[draw=#2, line width=#3pt] (1.5,-5.8) -- (-1,-5.3); \draw[draw=#2, line width=#3pt] (1.8,-5.3) -- (-0.9,-4.6); \draw [draw=#2, line width=#3pt] (1.9,-4.9) -- (-0.54,-4.12); \draw[draw=#2, line width=#3pt] (2.3,-4.5) -- (0.16,-3.61); \draw [draw=#2, line width=#3pt] (3.1,-4.2) -- (0.96,-3.31); \draw[draw=#2, line width=#3pt] (4.4,-3.9) -- (2.6,-2.9); \draw[draw=#2, line width=#3pt] (5.8,-3.6) -- (4.1,-2.7); \draw[draw=#2, line width=#3pt] (6.9,-3.7) -- (5.4,-2.6); \draw[draw=#2, line width=#3pt] (5.4,-2.5) -- (5.3,1.1) -- (2.7,1.1) -- (2.3,2.1) -- (2.3,3.3) -- (1.8,3.3); \draw[draw=#2, line width=#3pt] (-1.8,-2.6) -- (5.4,-2.5); \draw[draw=#2, line width=#3pt] (5.4,-0.8) -- (2.3,-0.8) -- (2.3,-1.9) -- (5.4,-1.8); \draw[draw=#2, line width=#3pt] (5.4,0.1) -- (3.1,0.1) -- (1.7,3.6) -- (-4.24,6.4); \draw[draw=#2, line width=#3pt] (-2.6,-6.2) -- (-4.2,-5.1) -- (-4.7,-2.9) -- (-5.9,-2.9) -- (-6.1,5.1) -- (-5,7.1) -- (-3.9,6) -- (-5.2,-2.9); \draw[draw=#2, line width=#3pt] (-4.1,4.9) -- (0.6,2.5) -- (1.3,-0.9) -- (1.9,-0.8) -- (1.3,2.2) -- (0.7,2.1); \draw[draw=#2, line width=#3pt] (-5.9,-2.9) -- (-6.5,-2.5) -- (-6.7,4.9) -- (-6.1,5.1); \draw[draw=#2, line width=#3pt] (-5,7.1) -- (-7,5.8); \draw[draw=#2, line width=#3pt] (-7.8,-5.8) -- (-6.4,-6.4) -- (-2.6,-6.2); \draw[draw=#2, line width=#3pt] (-4.1,4.3) -- (0.8,1.4); \draw[draw=#2, line width=#3pt] (-2.2,3.2) -- (-2.9,3.1) -- (-2.8,-1.8) -- (-0.4,-1.9) -- (-0.3,1.9) -- (0.7,-1.9) -- (1.2,-1.9) -- (0.4,1.6); \draw[draw=#2, line width=#3pt] (-2.9,2.7) -- (-1.5,2.7); \draw[draw=#2, line width=#3pt] (-2,-0.6) -- (-2,0.7); \draw[draw=#2, line width=#3pt] (-1.7,-0.6) -- (-1.8,0.7); \draw[draw=#2, line width=#3pt] (-0.9,-0.6) -- (-0.9,0.7); \draw[draw=#2, line width=#3pt] (-1.2,-0.6) -- (-1.2,0.7); \draw[draw=#2, line width=#3pt] (-2.8,-0.6) -- (-0.4,-0.6); \draw[draw=#2, line width=#3pt] (0.9,-1.9) -- (-0.6,-1.9); \draw[draw=#2, line width=#3pt] (1.3,2.2) -- (3,-0.8) -- (3.4,-0.8) -- (3,0.3); \draw[draw=#2, line width=#3pt] (1.6,0.8) -- (2.7,-0.8); \draw[draw=#2, line width=#3pt] (2.4,-0.8) -- (2.4,-0.4); \draw[draw=#2, line width=#3pt] (3.1,-1.9) -- (3.1,-0.8); \draw[draw=#2, line width=#3pt] (3.6,-1.9) -- (3.6,-0.8); \draw[draw=#2, line width=#3pt] (4.3,-1.8) -- (4.3,-0.8); \draw[draw=#2, line width=#3pt] (4.4,-1.9) -- (4.5,-0.8); \draw[draw=#2, line width=#3pt] (-1.5,-4.8) ellipse (0.3 and 0.3); \draw[draw=#2, line width=#3pt] (-2.8,-1.8) .. controls (-2.8,-2.5) and (-2.4,-2.7) .. (-1.8,-2.6); \draw [draw=#2, line width=#3pt] (1.9,-0.8) .. controls (2.4,-2.3) and (1.6,-2.8) .. (1.3,-0.9); \draw[draw=#2, line width=#3pt] (0.5,2.5) .. controls (1.1,3) and (1.3,2.8) .. (1.3,2.2); \draw[draw=#2, line width=#3pt] (-1.05,0.89) ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt] (-1.89,0.9) ellipse (0.2 and 0.2); \draw[draw=#2, line width=#3pt] (-7,5.8) .. controls (-7.3,5.9) and (-7.1,-2.1) .. (-7.1,-2.8); \draw[draw=#2, line width=#3pt] (-7.1,-2.8) .. controls (-6.9,-3.2) and (-6.5,-3.1) .. (-6.5,-2.5); \draw[draw=#2, line width=#3pt] (-7.17,4.8) .. controls (-7,5) and (-6.7,5) .. (-6.7,4.8); \draw[draw=#2, line width=#3pt] (-5.8,-2.9) .. controls (-6.3,-3.4) and (-6.8,-5.8) .. (-6.4,-6.4); \draw[draw=#2, line width=#3pt] (-7.08,-2.5) .. controls (-7.5,-2.5) and (-8.5,-4.8) .. (-7.8,-5.8); \draw[draw=#2, line width=#3pt] (-0.4,-4) -- (-0.5,-2.6); \draw[draw=#2, line width=#3pt] (-0.44,-3.4) .. controls (-3.6,-4) and (-2.4,-6.1) .. (-0.9,-5.6); \draw [draw=#2, line width=#3pt] (-0.4,-3.7) .. controls (-2.4,-4.3) and (-2.6,-5.7) .. (-1,-5.1); \draw[draw=#2, line width=#3pt] (-2,-2.6) .. controls (-3.41,-2.99) and (-4.32,-3.19) .. (-4.5,-3.6); \draw[draw=#2, line width=#3pt] (-1.7,-5.7) .. controls (-2.1,-5.7) and (-2.9,-5.7) .. (-3.51,-5.52); \draw[draw=#2, line width=#3pt] (-4.2,-4.7) -- (-2.4,-5); \draw [draw=#2, line width=#3pt] (-2.4,-4.6) -- (-4.4,-4); \draw [draw=#2, line width=#3pt] (-2.1,-4) -- (-4.1,-3.2); \draw[draw=#2, line width=#3pt] (-1.4,-3.7) -- (-3.2,-2.9); \draw[draw=#2, line width=#3pt] (-0.9,-3.4) -- (-2.54,-2.76); \end{tikzpicture}} %70### \newcommand{\fcSteamroller}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics {Rolo compressor.jpg}}; \draw[draw=#2, line width=#3pt] (4.9,-1.8) -- (-1.4,-3.3) -- (-9.5,-3.1) -- (-9.28,-1.3) -- (-1.2,-1.5) -- (4.5,-0.4) -- (4.4,5.5) -- (2.5,5.8) -- (-1.6,5.7) -- (-1.8,0.6) -- (2.49,0.37) -- (4.49,0.71) -- (4.46,2.8) -- (6.6,3.39) -- (6.6,1); \draw[draw=#2, line width=#3pt] (7.4,-1.4) node (v1) {} ellipse (0.3 and 0.6); \draw [draw=#2, line width=#3pt] (v1) node (v2) {} ellipse (0.6 and 0.9); \draw [draw=#2, line width=#3pt] (v2) ellipse (1.3 and 1.9); \draw[draw=#2, line width=#3pt] (8.1,0.2) .. controls (5.8,3.7) and (2.6,-4.2) .. (7.3,-3.3); \draw [draw=#2, line width=#3pt] (0.78,-2) ellipse (0.4 and 0.8); \draw[draw=#2, line width=#3pt] (0.7,-1.2) .. controls (0.1,-1.1) and (0,-2.6) .. (0.7,-2.9); \draw[draw=#2, line width=#3pt] (-0.77,-1.4) .. controls (-0.37,-0.3) and (0.6,0.6) .. (1.14,-1.11); \draw[draw=#2, line width=#3pt] (-1.2,-1.5) .. controls (-0.9,0.2) and (0.5,1.6) .. (1.4,-1.05); \draw [draw=#2, line width=#3pt] (-1.4,-3.3) .. controls (-0.3,-5.7) and (1,-4.9) .. (1.44,-2.69); \draw[draw=#2, line width=#3pt] (-0.9,-3.3) .. controls (-0.6,-4.5) and (1,-4.8) .. (1.15,-2.74); \draw[draw=#2, line width=#3pt] (-8.7,-3.2) .. controls (-8.7,-3.7) and (-8.3,-4.5) .. (-7.69,-4.68) .. controls (-4.3,-4.8) and (-4.3,-4.8) .. (0.1,-4.81); \draw[draw=#2, line width=#3pt] (-8.66,-1.27) .. controls (-8.62,-0.78) and (-7.64,0.54) .. (-7.2,0.6) .. controls (-5,0.6) and (-5,0.6) .. (-1.81,0.61); \draw[draw=#2, line width=#3pt] (-1.4,-3.3) -- (-1.3,-1.5); \draw[draw=#2, line width=#3pt] (2.28,-2.47) -- (2.22,-0.93); \draw [draw=#2, line width=#3pt] (2.9,-2.36) -- (2.82,-0.84); \draw[draw=#2, line width=#3pt] (2.5,-0.87) -- (2.5,5.8); \draw[draw=#2, line width=#3pt] (-1.81,1.5) -- (2.5,1.1) -- (4.4,1.5); \draw[draw=#2, line width=#3pt] (-1.7,4.4) -- (2.4,4.4) -- (4.4,4.7); \draw[draw=#2, line width=#3pt] (3.58,1.38) -- (3.5,4.51); \draw[draw=#2, line width=#3pt] (0.14,1.33) -- (0.14,2.53); \draw [draw=#2, line width=#3pt] (-0.27,1.37) -- (-0.3,2.5); \draw[draw=#2, line width=#3pt] (1.28,1.31) -- (1.3,2.5); \draw[draw=#2, line width=#3pt] (0.82,1.3) -- (0.82,2.5); \draw[draw=#2, line width=#3pt] (4.3,3.7) -- (6.6,3.39); \draw [draw=#2, line width=#3pt] (1,2.8) ellipse (0.3 and 0.4); \draw[draw=#2, line width=#3pt] (-0.1,2.8) ellipse (0.3 and 0.3); \draw [draw=#2, line width=#3pt] (5.4,3.4) -- (5.4,5.6) -- (6.4,5.5); \draw[draw=#2, line width=#3pt] (5.9,3.3) -- (5.9,5) -- (6.3,5); \draw[draw=#2, line width=#3pt] (6.4,5.5) .. controls (6.7,5.3) and (6.7,5) .. (6.3,5); \draw[draw=#2, line width=#3pt] (6,0.8) -- (5.9,0) -- (6.9,0.4); \draw[draw=#2, line width=#3pt] (5.2,-0.1) -- (5.4,-0.8) -- (6.3,-0.4); \draw[draw=#2, line width=#3pt] (4.9,-1.2) -- (5.4,-1.9) -- (6.1,-1.3); \draw[draw=#2, line width=#3pt] (5.05,-2.58) -- (5.7,-2.7) -- (6.2,-2.3); \draw[draw=#2, line width=#3pt] (5.7,-3.2) -- (6.3,-3.2) -- (6.7,-3); \end{tikzpicture}} %#Figuras Compiladas pela Jessica %71### \newcommand{\fcAlligatorB}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics[scale=1]{umjacare.jpg}}; \draw[draw=#2, line width=#3pt] (-1.2,6.6) node (v3) {} .. controls (-2.1,7.5) and (-5.3,5.04) .. (-4.21,3.13) .. controls (-3.5,2.4) and (-1.53,0.44) .. (-2.19,-2.48) node (v2) {}.. controls (-2.4,-4) and (-4.15,-5.32) .. (-6.9,-6.31) .. controls (-5.8,-7.2) and (-3.8,-7.1) .. (-2.01,-6.9); \draw [draw=#2, line width=#3pt](-1.3,-6.3) .. controls (-2.7,-6.7) and (-2.2,-7.5) .. (0.5,-7.1) .. controls (2.6,-7.52) and (0.2,-5.8) .. (0.5,-7.1); \draw [draw=#2, line width=#3pt] (1.4,-7) .. controls (2.33,-7.36) and (1.2,-5.8) .. (0.98,-6.65); \draw [draw=#2, line width=#3pt] (1.2,-6.38) .. controls (0.9,-6.2) and (0.5,-6.2) .. (-0.16,-6.51).. controls (1.9,-5.5) and (0.7,-4.3) .. (-1.4,-5.51); \draw [draw=#2, line width=#3pt] (1.05,-6.32) .. controls (5.7,-5.5) and (4.9,-0.9) .. (0.87,1.33); \draw [draw=#2, line width=#3pt] (1.76,-7) .. controls (2.2,-7) and (2.6,-7.1) .. (3.4,-7) node (v1) {}.. controls (3.11,-6.19) and (2.42,-6.32) .. (2.5,-7); \draw [draw=#2, line width=#3pt] (3.32,-6.8) .. controls (4.36,-7.41) and (3.8,-5.8) .. (3.1,-6.5); \draw [draw=#2, line width=#3pt](3.87,-6.87) .. controls (4.7,-7.04) and (3.95,-6.1) .. (3.6,-6.3); \draw [draw=#2, line width=#3pt] (3.6,-6.3) .. controls (3.2,-6.1) and (2.8,-6.1) .. (2.15,-6.4).. controls (2.6,-6.2) and (3,-5.9) .. (3.09,-5.51); \draw [draw=#2, line width=#3pt] (0.7,-5.1) .. controls (1.2,-4.6) and (2.5,-3.6) .. (1.5,-1.52); \draw [draw=#2, line width=#3pt] (1.13,-0.8) .. controls (0.7,-0.2) and (0.44,0.74) .. (-1.7,2.1) .. controls (0.34,0.84) and (2,1.1) .. (3.5,3) .. controls (4,3.2) and (5.3,3) .. (5.1,3.78) node (v4) {}.. controls (4.3,3.7) and (3.6,3.7) .. (2.8,3.7); \draw [draw=#2, line width=#3pt](2.85,3.67)--(2.55,4.24)--(2.4,3.51)--(1.9,4.0)--(1.9,3.33) .. controls (1.2,3.3) and (0.6,3.3) .. (-0.3,3.6)--(-0.5,3.2)--(-0.8,4.29)--(-1.2,3.9) .. controls (-1.5,4.32) and (-2.48,4.08) .. (-3,4.66)--(-3.6,4.42); \draw [draw=#2, line width=#3pt](-6.3,-6.06)--(-6.1,-5.4)--(-5.21,-5.62)--(-5.1,-4.8)--(-4.33,-5.07)--(-4.2,-4.18)-- (-3.32,-4.32) -- (-3.3,-3.6) -- (-2.6,-3.5) -- (-2.7,-2.7)-- (-2.2,-2.4)--(-2.5,-1.55)-- (-2.08,-0.98) -- (-2.57,-0.34) -- (-2.34,0.32) -- (-2.8,0.7) -- (-2.77,1.3) -- (-3.3,1.5) -- (-3.2,1.9); \draw [draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(1.1,-4.7) (2.1,-5.2) (3.59,-5.06)}; \draw [draw=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(0.9,-5.7) (1.3,-5.9) (2.03,-6.07)}; \draw [draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(1.67,-3.97) (3,-4.06) (4.15,-4)}; \draw [draw=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(1.8,-2.4) (3,-2.5) (4.1,-2.4)}; \draw [draw=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(2,-1.2) (2.8,-1) (3.5,-1.1)}; \draw [draw=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(0.9,-0.4) (1.5,-0.08) (2.64,0)}; \draw [draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(0.3,0.4) (0.8,0.8) (1.7,0.8)}; \draw [draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(v3) (-1.1,6.5) (-0.8,6.2)}; \draw [draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-0.8,6.2) (-0.41,5.9) (-0.2,5.3)}; \draw [draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-1,5.4) (1,5.1) (4.1,4.3)}; \draw[draw=#2, line width=#3pt] (-1,5.4) .. controls (-3.46,8.22) and (-2.38,3.29) .. (-1,5.4); \draw [draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-1.5,5.9) (-1.2,6.2) (-0.8,6.2)}; \draw [draw=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(-2.4,5.7) (-2,5.9) (-1.4,5.8) (-1.2,5.7) (-0.8,5.8) (-0.3,5.7)}; \draw [draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(4.05,4.32) (4.1,4.5) (4.2,4.8) (4.5,4.7) (4.7,4.5) (4.9,4.7) (5.2,4.4) (5.4,4.1) (5.5,3.8) (v4)}; \draw [draw=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(4.5,4.4) (4.6,4.2)}; \draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(4.9,4.4) (5,4.2)}; \draw [draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-0.7,-0.9) (-0.3,-1.4) (0.2,-2) (0.8,-2.1) (1.2,-1.5) (1.4,-1.8) (1.5,-1.5) (1.94,-1.95) (2.05,-1.4) (1.6,-0.8) (0.8,-0.9) (0.5,-1.2) (0.3,-0.9) (0.2,-0.4)}; \draw [draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(3.15,-0.55) (3.6,-0.3) (4.3,-0.3) (4.6,-0.8) (4.4,-1.7) (4.3,-1.3) (4.1,-1) (4,-1.4) (3.8,-1) (3.6,-1.23)}; \draw [draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-2.27,6.29) (-1.9,6.4) (-1.7,6.4)}; \draw[draw=#2, line width=#3pt, fill] [o-*] (-1.8,5.4) ellipse (0.26 and 0.2); \draw[draw=#2, line width=#3pt, fill] [o-*] (-0.8,5.6) ellipse (0.16 and 0.1); \end{tikzpicture}} %72### \newcommand{\fcSnailA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics[scale=1]{caracolbebe.jpg}}; \draw[draw=#2, line width=#3pt] (-3.75,1.9) .. controls (-1.2,8.3) and (10.3,7.1) .. (8.99,-0.3) .. controls (8.9,-4.4) and (2.6,-5.7) .. (-0.7,-2.5) .. controls (0.37,-1.19) and (-1.8,1.6) .. (-4.2,0.3) .. controls (-2.5,0.9) and (-2,1.1) .. (-1.8,1.7) .. controls (-2.4,1.7) and (-2.8,1.5) .. (-3.6,1.09) .. controls (-3.7,1.6) and (-3.8,2.2) .. (-4.3,2.8) .. controls (-4.4,2.3) and (-4.4,1.9) .. (-4.2,1.3) .. controls (-5.7,3.1) and (-7.6,2.8) .. (-8.04,0.4) .. controls (-11,-1) and (-6.8,-5.2) .. (-3.4,-3.9) .. controls (-3.2,-4.1) and (-2.9,-4.4) .. (-3,-4.9) .. controls (-2.6,-5) and (-2.2,-5.1) .. (-1.8,-5.1) .. controls (-1.7,-6.1) and (-0.2,-6.7) .. (0.6,-5.9) .. controls (0.9,-6.2) and (1.1,-6.4) .. (1.4,-6.5) .. controls (2,-6.5) and (2.6,-6.3) .. (3.4,-6) .. controls (6.3,-6.6) and (6.56,-4.9) .. (4.1,-4.3); \draw[draw=#2, line width=#3pt] (-0.4,-1.9) .. controls (0.1,-1.8) and (0.3,-1.6) .. (0.6,-0.9) .. controls (1.2,0.4) and (2.1,1.4) .. (3.7,2.2) .. controls (6.1,3.1) and (8.9,0.8) .. (8.1,-1.4); \draw[draw=#2, line width=#3pt] (1.3,0.3) .. controls (0.4,-2) and (3.2,-3.7) .. (4.9,-2.6) .. controls (5.7,-2.1) and (7,-0.38) .. (4.9,-0.2) .. controls (3.5,-0.4) and (4.1,-2) .. (5,-1.4); \draw[draw=#2, line width=#3pt] (-7.55,-3.2) .. controls (-7,-3.2) and (-6.6,-3.2) .. (-6.1,-3); \draw [draw=#2, line width=#3pt] (-6.2,0.9) ellipse (1.1 and 1); \draw[draw=#2, line width=#3pt] (-3,-1.3) ellipse (1.6 and 1.6); \draw[draw=#2, line width=#3pt,fill] (-6.5,0.9) ellipse (0.7 and 0.7); \draw [draw=#2, line width=#3pt,fill] (-3.55,-1.2) ellipse (1.05 and 1); \draw[draw=#2, line width=#3pt,fill] (-3.8,-1.05) ellipse (0.68 and 0.63); \draw[draw=#2, line width=#3pt,fill] (-6.85,1) ellipse (0.42 and 0.45); \end{tikzpicture}} %73### \newcommand{\fcfrog}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics[scale=1]{Sapoenenufar.jpg}}; \draw[draw=#2, line width=#3pt] (-4.25,-0.37) .. controls (-10.7,-3.6) and (0.8,-8.5) .. (3,-4.8) .. controls (4.7,-5.8) and (7.7,-3.1) .. (3.29,-0.84); \draw[draw=#2, line width=#3pt] (-4,1.2) node (v1) {} .. controls (-4.74,0.8) and (-4.3,-0.7) .. (-3.9,-1.4); \draw[draw=#2, line width=#3pt] (-3.51,-1.9) .. controls (-2.7,-2.3) and (-2.1,-2.6) .. (-1,-2.7) node (v2) {}; \draw[draw=#2, line width=#3pt] (-0.6,-2.6) .. controls (0.6,-2.4) and (1.9,-1.8) .. (2.75,-1); \draw[draw=#2, line width=#3pt] (-1.7,0.2) .. controls (-1.7,0.4) and (-1.7,0.6) .. (-1.5,0.8); \draw[draw=#2, line width=#3pt] (-1.63,0.58) .. controls (-1.2,0) and (1.9,-2.2) .. (4.1,-0.3) .. controls (4.7,1) and (2.7,1.9) .. (2.4,3.8) .. controls (1.6,4.5) and (1.4,3.8) .. (1.1,3.4); \draw[draw=#2, line width=#3pt] (1.6,2.9) .. controls (0,5) and (-1.4,3.9) .. (-1.6,1.8); \draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-1.5,2.5) (-1.8,2.3) (-2.1,2.5) (-2.3,2.2) (-2.7,2.1) (-3,2.1) (-3.1,1.9) (-3.5,1.7) (-3.6,1.5) (-3.9,1.5) (v1)}; \draw [draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-2,1.8) (-2.3,1.9) (-2.3,1.6)}; \draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-2.6,1.1) (-2.8,1.1) (-2.9,0.9)}; \draw [draw=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(-2.6,1.7) (-2.9,1.7) (-2.9,1.4)}; \draw [draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-3.3,0.8) (-3.5,0.7) (-3.5,0.4)}; \draw [draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-3.2,1.2) (-3.5,1.2) (-3.6,1)}; \draw [draw=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(-3.8,0.6) (-4,0.5) (-3.9,0.2)}; \draw[draw=#2, line width=#3pt] (-3.6,-0.4) .. controls (-1.5,0.7) and (-2.8,-1.8) .. (-4.5,-2.5); \draw [draw=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(-3.6,-0.9) (-4.3,-1.8) (-4.8,-2.2) (-5.2,-2.6) (-4.9,-3.2) (-4.3,-3.8) (-3.63,-4.02) (-3.6,-3.6) (-3.9,-3.5)}; \draw [draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-3.5,-3.8) (-3.2,-3.7) (-2.6,-3.6) (-2.5,-3.4) (-2.6,-3.2) (-3.1,-3.2)}; \draw [draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-2.5,-3.3) (-2.2,-3.3) (-1.7,-3.3) (-1.5,-3.1) (-1.66,-2.88) (-2,-2.8) (-2.1,-3) (-2.7,-2.8) (-3.4,-2.7) (-4.3,-2.4)}; \draw [draw=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(-1.6,-1.6) (-1.3,-2.1) (v2) (-1,-3.2) (-1.3,-3.5) (-1.9,-3.6) (-1.6,-3.9) (-1.2,-3.8) (-0.8,-3.7) (-0.6,-4) (-0.2,-4.2) (0,-4) (-0.1,-3.6) (0.3,-3.6) (0.8,-3.7) (0.9,-3.3) (0.6,-3.2) (0.3,-3.3) (-0.2,-3.2) (-0.5,-2.8) (-0.8,-2.3) (-1.2,-1.5)}; \draw [draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-0.1,-2.53) (0.1,-2.8) (0.6,-2.9) (0.7,-2.7) (0.7,-2.6) (0.9,-2.7) (1.4,-2.7) (1.6,-2.5) (1.3,-2.4) (1.2,-2.3) (1.6,-2.2)}; \draw [draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(1.47,-1.93) (1.7,-2.4) (2,-3.1) (1.6,-3.3) (1.9,-3.6) (2.3,-3.5) (2.3,-3.3) (2.5,-3.1) (2.9,-3.3) (3.3,-3.5) (3.7,-3.5) (3.7,-3.2) (3.4,-3.1) (3.3,-3.1) (3.6,-3) (3.8,-2.8) (3.6,-2.6) (3,-2.8) (2.6,-2.8) (2.2,-2.6) (1.7,-1.8)}; \draw[draw=#2, line width=#3pt] (-2,-6.2) .. controls (-0.5,-6.5) and (1.31,-6.82) .. (2.4,-5.9); \draw [draw=#2, line width=#3pt](0.3,-6.8) .. controls (0.8,-6.9) and (1.7,-6.7) .. (1.9,-6.6); \draw[draw=#2, line width=#3pt] (4,-5.2) .. controls (4.5,-5.3) and (4.9,-5.2) .. (5.3,-5); \draw[draw=#2, line width=#3pt] (3.4,1.8) .. controls (3.5,2.7) and (3.51,4.15) .. (2.4,3.8); \draw [draw=#2, line width=#3pt] (0.27,2.2) ellipse (1.2 and 1.35); \draw[draw=#2, line width=#3pt, fill] (0.11,2.64) ellipse (0.3 and 0.4); \draw [draw=#2, line width=#3pt, fill](2.9,3) ellipse (0.153 and 0.3); \draw[draw=#2, line width=#3pt] (-6.1,5.7) .. controls (-5.59,3.23) and (-1.43,3.3) .. (-0.9,5.7) .. controls (-1.1,5.5) and (-1.3,5.4) .. (-1.6,5.3); \draw[draw=#2, line width=#3pt] (-2.1,4.2) .. controls (-1.8,4.8) and (-1.5,5.6) .. (-1.4,6.2) .. controls (-2.1,6.1) and (-3.8,5.7) .. (-3.6,3.9) node (v3) {}; \draw [draw=#2, line width=#3pt](-3.5,4.9) .. controls (-3.9,5.48) and (-4.8,5.5) .. (-6.1,5.7); \draw[draw=#2, line width=#3pt] (-4.9,5.5) .. controls (-4.8,6) and (-4.8,6.3) .. (-4.6,6.7) .. controls (-4.1,6.4) and (-3.6,6) .. (-3.32,5.27) .. controls (-3.2,5.9) and (-2.9,6.3) .. (-2.2,6.6) .. controls (-2.1,6.4) and (-2.1,6.2) .. (-2.2,6); \draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-3,3.9) (-2.6,4.3) (-2.1,5.2)}; \draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(v3) (-4.4,4.2) (-4.9,4.5) (-5.3,4.8)}; \draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-4.4,3.7) (-3.6,3.5) (-2.6,3.7)}; \draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-4.1,3.3) (-3.7,3.2) (-3,3.25)}; \draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-3.7,2.9) (-3.3,2.9)}; \draw [draw=#2, line width=#3pt, fill] (2.2,1.5) ellipse (0.03 and 0.12); \draw [draw=#2, line width=#3pt, fill] (3,1.8) ellipse (0.03 and 0.12); \end{tikzpicture}} %74### \newcommand{\fcBearG}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics[scale=1]{Ursitodebosque.jpg}}; %corpo externo \draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(1.25,0.4) (2,0.2) (3.5,-0.2) (4.5,-0.85) (5,-2) (5,-3) (4.7,-4)(4.4,-5.5) (3.95,-5.85) (3,-6) (2.5,-6) (2.2,-5.75) (2,-5.5) (1.5,-5.5) (1,-5.5) (0.5,-5.75) (0,-5.85) (-1,-5.6) (-0.8,-5) (-0.5,-4.5) (-0.35,-3.85) (-1,-3.7) (-1.6,-3.4) (-1.65,-4) (-1.5,-4.5) (-1.36,-5) (-2,-5.6) (-3,-5) (-3.3,-4) (-3.4,-3) (-3,-1.5) (-2.5,-0.5)}; %cabeça \draw [draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-3.4,5.4) (-5.01,3.7) (-4.5,0.15) (0.5,-0.2) (1.72,3.11) (-0.35,5.55) (-3.4,5.4)}; %orelha \draw[draw=#2, line width=#3pt] (0.65,4.9) .. controls (2.17,6.76) and (3.7,3.5) .. (1.7,3.15); \draw[draw=#2, line width=#3pt] (-3.3,5.4) .. controls (-4.5,7.2) and (-6.7,4.7) .. (-4.9,3.9); \draw[draw=#2, line width=#3pt] (1.1,4.51) .. controls (1.8,5.5) and (2.6,4.3) .. (1.55,3.7); \draw [draw=#2, line width=#3pt](-4.6,4.4) .. controls (-5.2,5.1) and (-4.7,5.6) .. (-3.9,5.1); %perna1e2 \draw[draw=#2, line width=#3pt] (-1.6,-3.4) .. controls (-1.89,-3.1) and (-2.39,-2.6) .. (-2.48,-1.17); \draw[draw=#2, line width=#3pt] (1,-5.5) .. controls (1.4,-4.2) and (1.5,-3.1) .. (1.2,-1.9); %barriga \draw [draw=#2, line width=#3pt](1.35,-3.8) -- (2.4,-3.6); \draw [draw=#2, line width=#3pt] (1.35,-2.6) -- (2.3,-2.5); %rabo \draw [draw=#2, line width=#3pt](4.05,-0.45) .. controls (5.18,0.56) and (6.22,-0.76) .. (4.9,-1.7); %sobrancelhas \draw [draw=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(-3.4,4.1) (-3.1,4.2) (-2.9,4.3) (-2.9,4.5) (-3.2,4.4) (-3.5,4.3) (-3.6,4.1) (-3.4,4.1)}; \draw [draw=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(-1.1,4.3) (-0.8,4.27) (-0.6,4.1) (-0.5,3.9) (-0.7,3.9) (-0.9,3.98) (-1.2,4.1) (-1.1,4.3)}; %olhos \draw [draw=#2, line width=#3pt] (-3.38,2.77) node (v2) {} ellipse (0.4 and 0.4); \draw [draw=#2, line width=#3pt] (-0.95,2.58) node (v2) {} ellipse (0.4 and 0.4); \draw [draw=#2, line width=#3pt] (-2.4,1.2) ellipse (1.3 and 1.3); \draw[draw=#2, line width=#3pt, fill] (-3.35,2.84) ellipse (0.23 and 0.23); \draw [draw=#2, line width=#3pt, fill] (-0.92,2.56) ellipse (0.23 and 0.23); \draw [white, line width=#3pt,fill](-3.35,2.83) ellipse (0.1 and 0.1); \draw [white, line width=#3pt,fill](-0.9,2.6) ellipse (0.1 and 0.1); %queixo \draw [draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-2.5,0.3) (-2.4,0.2) (-2.2,0.3)}; %em cima do olho \draw[draw=#2, line width=#3pt] (-3.54,3.4) .. controls (-3.4,3.46) and (-3.22,3.46) .. (-3.13,3.3); \draw[draw=#2, line width=#3pt] (-1.1,3.1) .. controls (-1,3.1) and (-0.9,3.1) .. (-0.8,3.1); %boca \draw [draw=#2, line width=#3pt] (-3,1.2) .. controls (-2.8,0.6) and (-2.1,0.5) .. (-1.7,1.1); %nariz \draw [draw=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(-2.6,1.4) (-2.6,1.1) (-2.4,0.7)}; \draw [white, line width=#3pt,fill] (-2.48,1.9) ellipse (0.42 and 0.13); \draw [draw=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(2.5,-5.1) (2.48,-4.06)}; \draw[draw=#2, line width=#3pt, fill] (-2.6,1.4) .. controls (-1.7,1.3) and (-1.2,2.1) .. (-2.3,2.2) .. controls (-3.5,2.2) and (-3.34,1.53) .. (-2.5,1.4); %barriga \draw [draw=#2, line width=#3pt] (-0.38,-2.54) .. controls (-1,-1.55) and (-1.85,-0.8) .. (-2.4,-1.85); %perna \draw [draw=#2, line width=#3pt](-0.65,-1.5) .. controls (-0.37,-2.5) and (-0.25,-3) .. (-0.32,-4); %perna traseira \draw [draw=#2, line width=#3pt](2.4,-1.8) .. controls (2.14,-2.8) and (2.32,-3.9) .. (2.74,-4.8) .. controls (2.6,-4.9) and (2.4,-5.2) .. (2,-5.5); %unha \draw[draw=#2, line width=#3pt] (-2.1,-5.6) .. controls (-2.1,-5.4) and (-2.1,-5.2) .. (-2.2,-5); \draw[draw=#2, line width=#3pt] (-1.7,-5.5) .. controls (-1.7,-5.2) and (-1.7,-5) .. (-1.85,-4.83); \draw[draw=#2, line width=#3pt] (-0.4,-5.8) .. controls (-0.5,-5.6) and (-0.4,-5.4) .. (-0.2,-5.3); \draw[draw=#2, line width=#3pt] (-0.8,-5.7) .. controls (-0.8,-5.5) and (-0.7,-5.3) .. (-0.55,-5.1); \draw[draw=#2, line width=#3pt] (1.4,-5.5) .. controls (1.3,-5.3) and (1.3,-5.1) .. (1.4,-5); \draw [draw=#2, line width=#3pt](2.7,-6) .. controls (2.68,-5.8) and (2.67,-5.6) .. (2.81,-5.4); \draw[draw=#2, line width=#3pt] (2.3,-5.9) .. controls (2.3,-5.6) and (2.4,-5.4) .. (2.55,-5.37); \end{tikzpicture}} %75### \newcommand{\fcLittleMouse}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics[scale=1]{umratinho.jpg}}; %cabeça e orelhas \draw[draw=#2, line width=#3pt] (-1.03,3.28) .. controls (-6,4.3) and (-7.1,-3.1) .. (-5,-4.5) .. controls (-1.5,-6.4) and (3.6,-3.1) .. (2.7,-0.5) .. controls (7,4.1) and (0.82,9.39) .. (-1.1,3.3); \draw[draw=#2, line width=#3pt] (3.45,5.05) .. controls (1.9,5.9) and (-0.3,5.2) .. (0,2.9) .. controls (0.7,2.1) and (1.8,1.2) .. (2.7,-0.6); \draw[draw=#2, line width=#3pt] (-4.9,1.8) .. controls (-8.63,6) and (-11.56,-2.32) .. (-5.91,-2.6); \draw[draw=#2, line width=#3pt] (-8.8,-0.82) .. controls (-9.1,1.78) and (-7.45,3.31) .. (-5.3,1.1); %patas,corpo \draw[draw=#2, line width=#3pt] (-2.9,-5) .. controls (-3.7,-5.8) and (-2.6,-6.7) .. (-1.1,-5.9); \draw[draw=#2, line width=#3pt] (-1.1,-5.9) node (v1) {} .. controls (-0.9,-6.6) and (1.92,-7.5) .. (2.18,-3.98); \draw[draw=#2, line width=#3pt] (4.7,-1.5) .. controls (1.9,-2.1) and (1.24,-5.65) .. (5.1,-5.8); \draw[draw=#2, line width=#3pt] (2.8,-0.7) .. controls (5.5,0.6) and (8.23,-4.41) .. (6,-6.2) (5.96,-6.2) .. controls (0,-7.3) and (1.7,-4.9) .. (3,-5.2); %rabo \draw [draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(6.74,-3.43) (7.3,-2.4) (6,0.3) (6,2.9) (8.3,5.1) (6.6,2.9) (6.4,0.5) (7.9,-2.3) (6.8,-4.3)}; \draw [draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(v1) (-1,-5.3) (0,-4.5)}; %linhas patas \draw[draw=#2, line width=#3pt] (3,-6.5) .. controls (2.8,-6.3) and (2.8,-6.1) .. (3,-5.8); \draw[draw=#2, line width=#3pt] (0,-6.46) .. controls (0,-6.1) and (0.1,-5.9) .. (0.1,-5.8); \draw [draw=#2, line width=#3pt](-0.7,-6.3) .. controls (-0.7,-6) and (-0.7,-5.8) .. (-0.5,-5.5); \draw[draw=#2, line width=#3pt] (-1.8,-6.2) .. controls (-2,-6) and (-2.1,-5.8) .. (-1.92,-5.47); \draw[draw=#2, line width=#3pt] (-2.6,-6.2) .. controls (-2.7,-5.9) and (-2.7,-5.8) .. (-2.6,-5.5); \draw[draw=#2, line width=#3pt] (2.3,-6.4) .. controls (2.2,-6.2) and (2.2,-5.9) .. (2.3,-5.7); % boca \draw[draw=#2, line width=#3pt] (-2.7,-3.2) .. controls (-1.8,-3.8) and (-1,-3.5) .. (-0.8,-2.4); \draw [draw=#2, line width=#3pt] (-1.06,-2.5) .. controls (-0.9,-2.4) and (-0.7,-2.4) .. (-0.55,-2.6); \draw [draw=#2, line width=#3pt] (-3.6,-1.4) node (v2) {} ellipse (0.45 and 0.45); \draw [draw=#2, line width=#3pt] (-1,-0.5) node (v2) {} ellipse (0.49 and 0.49); %olhos \draw[draw=#2, line width=#3pt, fill] (-3.5,-1.4) ellipse (0.23 and 0.23); \draw [draw=#2, line width=#3pt, fill] (-0.9,-0.4) ellipse (0.23 and 0.23); \draw [white, line width=#3pt,fill](-3.5,-1.4) ellipse (0.1 and 0.1); \draw [white, line width=#3pt,fill](-0.9,-0.4) ellipse (0.1 and 0.1); %nariz \draw [draw=#2,rotate=30, line width=#3pt,fill](-3.2402,-0.65) ellipse (0.9 and 0.6); \draw [white,rotate=30, line width=#3pt,fill] (-3.2415,-0.4183) ellipse (0.38 and 0.16); %em cima olhos \draw [draw=#2, line width=#3pt] (-3.9,-0.7) .. controls (-4,-0.75) and (-3.5,-0.6) .. (-3.3,-0.75); \draw [draw=#2, line width=#3pt] (-1.3,0.2) .. controls (-0.8,0.35) and (-1.15,0.3) .. (-0.7,0.25); %sobrancelhas \draw [draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-2,1.45) (-1.5,1.5) (-1,1.45) (-0.8,1.25) (-1,1.25) (-1.4,1.2) (-1.9,1.15) (-2.02,1.45)}; \draw [draw=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(-3.9,0.2) (-3.94,0.45) (-4.3,0.36) (-4.6,0.1) (-4.7,-0.4) (-4.5,-0.2) (-4.2,0.1) (-3.9,0.2)}; \end{tikzpicture}} %76### \newcommand{\fcUrchin}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics[scale=1]{ourico.jpg}}; %corpo \draw[draw=#2, line width=#3pt] (-2.9,-2.4) -- (-5.7,-2.1) -- (-4.1,-1.4) -- (-6.5,-0.9) -- (-4.7,-0.4) -- (-6.9,0.3) -- (-3.4,0.89) -- (-6.2,2.1) -- (-3.4,2.14) -- (-5.87,3.26) -- (-3.5,3.1) -- (-5.2,4.2) -- (-1.9,3.8) node (v1) {} -- (-3.3,5.7) -- (-1.6,4.9) -- (-2,5.8) -- (0.1,4.4) -- (-0.1,4.9) -- (0.3,4.5) -- (-0.1,6.2) -- (2.1,3.4) -- (1.9,5.4) -- (3.6,1.8) -- (3.7,3.6) -- (4.6,0.3) -- (4.8,1.6) -- (5.5,-0.8); \draw [draw=#2, line width=#3pt] (1.8,0.1) -- (0.68,2.3) -- (2.75,0.46); \draw [draw=#2, line width=#3pt](-1.7,2.6) -- (-3.3,4); \draw[draw=#2, line width=#3pt] (-2.1,3.9) -- (-1.1,3.4); \draw[draw=#2, line width=#3pt] (-1.7,5.1) -- (-0.7,3.7); \draw[draw=#2, line width=#3pt] (0,4.7) -- (0.8,2.8); \draw[draw=#2, line width=#3pt] (0.3,4.5) -- (2.62,1.96); \draw[draw=#2, line width=#3pt] (-0.5,0.9) -- (-1.8,2.2) -- (0.4,1.3); \draw[draw=#2, line width=#3pt] (3.3,0.8) -- (3,2.6)--(4.3,0.6); \draw[draw=#2, line width=#3pt] (-2.9,-1.2) .. controls (-2.8,-1.8) and (-2.8,-2.3) .. (-3.17,-2.62) node (v2) {}; \draw [draw=#2, line width=#3pt] (-3.1,-2.62) -- (-2.2,-5) .. controls (-1.8,-5.19) and (-1.2,-5.22) .. (-0.93,-5.01) -- (-1.5,-4); %linha pata \draw[draw=#2, line width=#3pt] (-1.8,-5.1) .. controls (-1.7,-5) and (-1.7,-4.8) .. (-1.8,-4.6); \draw[draw=#2, line width=#3pt] (-1.3,-5.1) .. controls (-1.3,-5) and (-1.3,-4.9) .. (-1.4,-4.6); \draw[draw=#2, line width=#3pt](3.5,-6.3) .. controls (3.5,-6.1) and (3.4,-6) .. (3.3,-5.9); \draw[draw=#2, line width=#3pt] (3.8,-6.2) .. controls (3.8,-6.1) and (3.8,-6) .. (3.7,-5.9); \draw[draw=#2, line width=#3pt] (6.2,-4.9) .. controls (6.2,-4.8) and (6.2,-4.7) .. (6.1,-4.6); \draw[draw=#2, line width=#3pt] (6.4,-4.6) .. controls (6.5,-4.7) and (6.5,-4.7) .. (6.5,-4.9); \draw[draw=#2, line width=#3pt] (-2.5,-3.1) .. controls (-0.8,-5.5) and (0.6,-3) .. (-1.3,-1.3); \draw[draw=#2, line width=#3pt] (-0.4,-3.2) -- (0.7,-3.6); \draw[draw=#2, line width=#3pt] (-4.9,0.6) -- (-6.5,1) -- (-4.8,1.5); \draw[draw=#2, line width=#3pt] (0.6,-3.1) .. controls (0.6,-4.5) and (1.6,-5.3) .. (3.26,-6.27) .. controls (3.6,-6.38) and (3.82,-6.29) .. (4.13,-6.04) .. controls (3.5,-5.5) and (2.8,-4.8) .. (2.2,-3.3); \draw ; %cabeça/orelha \draw [draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(2.2,-2.9) (1.32,-2.5) (0.83,-1.56) (1.89,-1.45) (2.5,-1.9)}; \draw[draw=#2, line width=#3pt] (2.2,-3.1) .. controls (2.26,-2.43) and (2.26,-2.05) .. (2.8,-1.6); \draw[draw=#2, line width=#3pt] (0.8,-1.7) .. controls (1.3,-1.6) and (2,-1.7) .. (2.3,-2.2); \draw[draw=#2, line width=#3pt] (2.5,-4) .. controls (2.8,-4.3) and (3,-4.4) .. (3.5,-4.5) .. controls (4.2,-4.4) and (4.8,-4.2) .. (5.6,-4.1).. controls (5.9,-4.1) and (6.1,-4.1) .. (6.3,-3.91) .. controls (6.63,-3.94) and (6.84,-3.74) .. (6.9,-3.2) .. controls (6.6,-2.7) and (6.1,-1.7) .. (5.5,-0.8) node (v3) {}; %boca \draw[draw=#2, line width=#3pt] (5.6,-4.1) .. controls (5.5,-4) and (5.4,-3.9) .. (5.4,-3.7); %olho \draw[draw=#2, line width=#3pt] (3.9,-2.8) ellipse (0.7 and 0.75); \draw[draw=#2, line width=#3pt,fill] (3.9,-2.8) ellipse (0.40 and 0.5); %orelha \draw [draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(5.2,0.2) (5.4,0.5) (5.64,0.7) (5.85,0.1) (5.8,-0.4) (v3)}; %nariz \draw[draw=#2, line width=#3pt, fill] (6.3,-3.4) .. controls (6.3,-3.7) and (6.76,-3.7) .. (6.73,-3.4) .. controls (6.6,-3.4) and (6.4,-3.4) .. (6.3,-3.4); \draw [draw=#2, line width=#3pt](5.71,0.52) .. controls (5.5,0.3) and (5.4,0.2) .. (5.3,-0.1); \draw[draw=#2, line width=#3pt] (5.1,-4.2) .. controls (5.3,-4.4) and (5.8,-4.81) .. (6.3,-4.9) .. controls (6.5,-4.9) and (6.72,-4.9) .. (6.8,-4.7) .. controls (6.7,-4.5) and (6.6,-4.4) .. (6,-4.1); \draw [draw=#2, line width=#3pt] (5.94,-4.08) .. controls (6.3,-4.1) and (6.5,-4.1) .. (6.71,-3.75); \end{tikzpicture}} %77### \newcommand{\fcBearD}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics[scale=1]{cricetogorducho.jpg}}; \draw[draw=#2, line width=#3pt](2,5.8) node (v2) {} .. controls (0.5,6.69) and (-1,6.75) .. (-2.7,6) node (v1) {}; \draw [draw=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(v1) (-3.68,6.95) (-4.4,5.4) (-3.5,4.3) (-4.23,3.26) (-5.22,1.83) (-4.8,1.9) (-5.2,0.9) (-4.8,1.2)}; \draw [draw=#2, line width=#3pt](-4.8,1.2) .. controls (-5,-0.3) and (-3,-1.25) .. (-1.5,-0.63) node (v4) {}; \draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-3.11,-0.78) (-3.2,-1.1) (-4.4,-2.6) (-4.7,-4.2)}; \draw [draw=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(-4.64,-3.65) (-5,-4.1) (-5.33,-4.64) (-5.1,-4.6) (-5.1,-5.1) (-5.1,-5.5) (-4.84,-5.2) (-4.7,-5.5) (-4.4,-5.5) (-4.5,-5)}; \draw [draw=#2, line width=#3pt](-4.4,-5.5) .. controls (-3.6,-6.1) and (-2.6,-6.4) .. (-1,-7) .. controls (-0.36,-7.09) and (0.1,-6.77) .. (-0.01,-6.33) .. controls (-0.2,-6.1) and (-0.6,-6) .. (-1.42,-5.59); \draw [draw=#2, line width=#3pt] (-2.5,-5.9) .. controls (0.08,-5.77) and (0.1,-1.67) .. (-3.4,-2.7); \draw [draw=#2, line width=#3pt] (-0.93,-5.82) .. controls (1.78,-6.37) and (2.46,-4.4) .. (1.7,-2.5); \draw [draw=#2, line width=#3pt] (0.8,-5.8) .. controls (1.57,-5.9) and (2.1,-6.41) .. (2.9,-6.5) .. controls (3.34,-6.66) and (3.54,-6.46) .. (3.5,-6) .. controls (3.4,-5.8) and (3.1,-5.6) .. (2.8,-5.3); \draw [draw=#2, line width=#3pt] (1.6,-5.6) .. controls (4.2,-5.3) and (3.7,-3.5) .. (3,-2.5) .. controls (3.78,-2.73) and (4.57,-1.6) .. (4.1,-0.7) .. controls (3.98,-0.35) and (3.09,-0.14) .. (2.9,-1); \draw [draw=#2, line width=#3pt] (3.7,-1) .. controls (3.3,-0.8) and (2.9,-0.9) .. (2.85,-1.12) .. controls (2.9,-1.33) and (3.1,-1.43) .. (3.3,-1.44); \draw [draw=#2, line width=#3pt](3.32,-1.42) .. controls (2.5,-1.2) and (2.5,-1.7) .. (3.1,-2.1); \draw [draw=#2, line width=#3pt] (2.92,-1.98) .. controls (2.6,-2) and (2.5,-2.3) .. (3,-2.5); \draw [draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(v2) (3.06,6.78) (3.28,5.23) (2.7,4.21) (3.71,2) (4.5,0.4) (4,0.8) (4,0.3) (3.65,-0.28)}; \draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-3.49,4.2) (-3.19,4.9) (-3.8,5.9) (-3.8,6.84)}; \draw [draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(2.7,4.3) (2.4,4.9) (2.77,5.7) (2.9,6.8)}; \draw [draw=#2, line width=#3pt](-2.5,-1.8) .. controls (-2.2,-3.2) and (0.7,-3.1) .. (1.46,-0.89); \draw[draw=#2, line width=#3pt] (-0.7,-7.05) .. controls (-0.7,-6.8) and (-0.8,-6.6) .. (-1.1,-6.4); \draw[draw=#2, line width=#3pt] (-0.2,-6.9) .. controls (-0.2,-6.6) and (-0.4,-6.4) .. (-0.7,-6.3); \draw[draw=#2, line width=#3pt] (3,-6.5) .. controls (3,-6.3) and (2.9,-6.1) .. (2.7,-6); \draw[draw=#2, line width=#3pt] (3.37,-6.48) .. controls (3.35,-6.2) and (3.34,-6) .. (3.1,-5.9); \draw[draw=#2, line width=#3pt] (1.44,-0.92) .. controls (1.6,-0.3) and (1.3,-0.2) .. (0.93,-0.4); \draw[draw=#2, line width=#3pt] (1.45,-0.82) node (v3) {} .. controls (2,-0.1) and (1.4,0.3) .. (0.86,-0.18); \draw[draw=#2, line width=#3pt] (1.56,-0.03) .. controls (0.7,0.4) and (-0.3,-0.6) .. (-0.92,-0.92) node (v5) {}; \draw[draw=#2, line width=#3pt] (0.6,-2.2) .. controls (1.4,-3) and (2.2,-2.3) .. (2.8,-1.9); \draw[draw=#2, line width=#3pt] (0.9,-2.4) .. controls (1.5,-2.4) and (2.1,-2.1) .. (2.7,-1.6); \draw [draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(1.3,-1.3) (3.01,-0.02)(3.51,-0.38) (3.5,-0.39)}; \draw[draw=#2, line width=#3pt] (1.4,0) .. controls (1.8,0.3) and (2.9,1.3) .. (3.27,0.28) .. controls (3.5,0.1) and (3.7,-0.1) .. (3.7,-0.44); \draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(v3) (2.95,0.29) (2.57,0.62) (2.6,0.63)}; \draw [draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(v4) (-1.2,-0.8) (v5)}; %olho \draw [draw=#2, line width=#3pt] (-1.2,2.7) node (v2) {} ellipse (0.5 and 0.5); \draw [draw=#2, line width=#3pt] (1.4,2.8) node (v2) {} ellipse (0.5 and 0.5); \draw[draw=#2, line width=#3pt, fill] (-1.2,2.7) ellipse (0.23 and 0.23); \draw [draw=#2, line width=#3pt, fill] (1.5,2.8) ellipse (0.23 and 0.23); \draw [white, line width=#3pt,fill](-1.2,2.8) ellipse (0.1 and 0.1); \draw [white, line width=#3pt,fill](1.5,2.9) ellipse (0.1 and 0.1); \draw[draw=#2, line width=#3pt] (-1.69,3.14) .. controls (-1.39,3.3) and (-1.59,3.25) .. (-1.17,3.35); \draw[draw=#2, line width=#3pt] (1,3.35) .. controls (1.1,3.43) and (1.3,3.45) .. (1.5,3.43); %sobrancelha \draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(1,4.5) (1,4.3)}; \draw[draw=#2, line width=#3pt] (1,4.3) .. controls (1.4,4.3) and (1.7,4.2) .. (1.9,4) .. controls (1.93,4.39) and (1.4,4.54) .. (1,4.5); \draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-0.7,4.2) (-0.69,4.39)}; \draw [draw=#2, line width=#3pt](-0.69,4.4) .. controls (-1.2,4.51) and (-1.6,4.36) .. (-1.73,4.05) .. controls (-1.4,4.14) and (-1.1,4.33) .. (-0.7,4.2); \draw [draw=#2, line width=#3pt, fill] (0.6,1.14) .. controls (1.44,1.29) and (1.64,1.89) .. (0.6,2.02) .. controls (-0.37,1.92) and (-0.4,1.3) .. (0.6,1.16) node (v6) {}; \draw [draw=#2, line width=#3pt] (-0.2,1.1) .. controls (0,0.61) and (1,0.59) .. (1.2,1.1); \draw [draw=#2, line width=#3pt] (0.16,0.77) .. controls (0.3,0.31) and (0.6,0.26) .. (0.8,0.76); \draw [draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(0.5,0.35) (0.5,0.55)}; \draw [draw=#2, line width=#3pt]plot[smooth, tension=.7] coordinates {(0.5,0.7) (0.59,1.11)}; \end{tikzpicture}} %78### \newcommand{\fcArmadillo}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics[scale=1]{Criadetatu.jpg}}; \draw[draw=#2, line width=#3pt] (3.89,-3.75) .. controls (9.95,-3.6) and (10.65,5) .. (2.5,5.15) .. controls (-5.35,4.95) and (-5.25,-3.95) .. (1.05,-3.62) .. controls (0.7,-3) and (-0.55,-0.5) .. (0.7,0.6) .. controls (0.5,1) and (0,1) .. (-0.6,1.3) .. controls (-1,1.5) and (-1.3,2) .. (-1.05,2.25) .. controls (-0.2,2.55) and (0.7,1.85) .. (1.05,0.85) .. controls (2,1.15) and (3,1.15) .. (4.1,0.8) .. controls (4.5,1.5) and (5.2,2.4) .. (6.25,2.2) .. controls (6.7,1.3) and (5,1.1) .. (4.5,0.6) .. controls (5.53,-0.7) and (4.97,-3.2) .. (2.7,-4.9) .. controls (2.2,-4.8) and (1.3,-4) .. (1.06,-3.62); \draw[draw=#2, line width=#3pt] (-3.48,-0.22) .. controls (-5.43,-1.25) and (-7.6,-2.2) .. (-8.56,-3.65) .. controls (-8,-3.7) and (-4.7,-2.2) .. (-3.15,-1.4); \draw [draw=#2, line width=#3pt] (-4.3,-0.7) .. controls (-4.3,-1) and (-4.1,-1.4) .. (-3.7,-1.7); \draw[draw=#2, line width=#3pt] (-5,-1) .. controls (-4.9,-1.5) and (-4.8,-1.8) .. (-4.4,-2); \draw[draw=#2, line width=#3pt] (-5.8,-1.5) .. controls (-5.7,-1.9) and (-5.5,-2.3) .. (-5.3,-2.4); \draw[draw=#2, line width=#3pt] (-6.5,-1.9) .. controls (-6.4,-2.3) and (-6.3,-2.6) .. (-6.02,-2.78); \draw[draw=#2, line width=#3pt] (-7.1,-2.27) .. controls (-7.03,-2.7) and (-6.97,-2.9) .. (-6.69,-3.08); \draw[draw=#2, line width=#3pt] (-7.59,-2.65) .. controls (-7.6,-3) and (-7.5,-3.2) .. (-7.3,-3.3); \draw[draw=#2, line width=#3pt] (-8.1,-3.1) .. controls (-8.1,-3.3) and (-8.1,-3.4) .. (-7.9,-3.5); \draw[draw=#2, line width=#3pt, fill] (1.35,-1.12) ellipse (0.44 and 0.42); \draw[draw=#2, line width=#3pt, fill] (3.9,-1.1) ellipse (0.44 and 0.42); \draw[white, line width=#3pt,fill] (1.2,-1.06) ellipse (0.12 and 0.121); \draw[white, line width=#3pt,fill] (4.03,-1.04) ellipse (0.12 and 0.121); \draw[draw=#2, line width=#3pt, fill] (2.64,-3.91) ellipse (0.44 and 0.42); \draw [white, line width=#3pt,fill] (2.64,-3.8) ellipse (0.22 and 0.1); \draw[draw=#2, line width=#3pt] (4.1,-5) .. controls (4.7,-3) and (6.5,-3) .. (7.2,-5) node (v1) {}; \draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(v1) (6.9,-5.2) (6.21,-4.8) (5.6,-5.2) (5.01,-4.83) (4.34,-5.17)(4.1,-5)}; \draw[draw=#2, line width=#3pt] (-1.9,-4.9) node (v3) {} .. controls (-1.6,-2.99) and (0.73,-3.18) .. (1.1,-5.1) node (v2) {}; \draw [draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(v2) (0.8,-5.2) (0.19,-4.8) (-0.34,-5.23) (-0.97,-4.8) (-1.67,-5.18) (v3)}; \end{tikzpicture}} %79### \newcommand{\fcLadybirdA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics[scale=1]{joaninha4.jpg}}; \draw[draw=#2, line width=#3pt] (3.25,2.9) .. controls (-5.35,5.65) and (-10.4,-4) .. (0.5,-4); \draw [draw=#2, line width=#3pt] (3.25,2.85) .. controls (0.29,0.9) and (-0.2,-2.1) .. (0.5,-4); \draw[draw=#2, line width=#3pt](3.25,2.82) node (v1) {} .. controls (7.5,0.9) and (5,-3.6) .. (0.5,-4); \draw[draw=#2, line width=#3pt] (1.4,-1.2) .. controls (1.72,-3.02) and (2.8,-2.97) .. (3.4,-1.5); \draw[draw=#2, line width=#3pt] (2,1.02) -- (2,0.7) ; \draw[draw=#2, line width=#3pt] (3.8,1.1) -- (3.8,1.44); \draw [draw=#2, line width=#3pt](-5.4,0.49) .. controls (-3.7,1.63) and (-0.6,2.64) .. (1.8,1.6); \draw [draw=#2, line width=#3pt] (-5,-2.4) -- (-5.37,-2.85) ; \draw [draw=#2, line width=#3pt] (-3.1,-3.5) -- (-3.4,-4); \draw [draw=#2, line width=#3pt] (-0.8,-3.93) -- (-1,-4.8); \draw [draw=#2, line width=#3pt](3.1,-3.3) -- (3.3,-3.7); \draw [draw=#2, line width=#3pt](4,-2.7) -- (4.3,-3); \draw [draw=#2, line width=#3pt] (4.58,-2.05) -- (4.94,-2.25); \draw [draw=#2, line width=#3pt] (2.3,2.1) -- (1.6,3.8); \draw [draw=#2, line width=#3pt] (-1,-5.1) ellipse (0.32 and 0.32); \draw [draw=#2, line width=#3pt] (-3.51,-4.23) ellipse (0.32 and 0.32); \draw [draw=#2, line width=#3pt] (-5.55,-3.12) ellipse (0.32 and 0.32); \draw [draw=#2, line width=#3pt] (5.1,-2.4) ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt] (4.5,-3.2) ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt] (3.4,-3.9) ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt] (3.6,4.9) ellipse (0.5 and 0.5); \draw [draw=#2, line width=#3pt, rotate=30] (3.4,3.1) ellipse (0.7 and 0.6); \draw[draw=#2, line width=#3pt,fill] (0.8,2.8) ellipse (0.6 and 0.4); \draw[draw=#2, line width=#3pt,fill] (-2.4,2.9) .. controls (-1.9,2.5) and (-1.3,2.6) .. (-0.9,3.3) .. controls (-1.4,3.2) and (-2,3) .. (-2.4,2.9); \draw [draw=#2, line width=#3pt,rotate=30,fill] (-2.1,3.4) ellipse (0.3 and 0.2); \draw[draw=#2, line width=#3pt,fill] (3.23,2.73) -- (3.5,4.38); \end{tikzpicture}} %80### \newcommand{\fcRaccoon}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics[scale=1]{Guaxinimjovem.jpg}}; \draw[draw=#2, line width=#3pt] (-6.2,1.4) .. controls (-8.74,0.87) and (-6.9,-3.8) .. (-4.15,-4.78); \draw[draw=#2, line width=#3pt] (-3.66,-3.72) .. controls (-5.6,-7) and (-2.8,-7.1) .. (-2.17,-3.92); \draw[draw=#2, line width=#3pt] (-2.57,-5.2) .. controls (-0.7,-5.5) and (1.3,-5.6) .. (2.91,-5.4); \draw[draw=#2, line width=#3pt] (2.45,-4.22) .. controls (3.3,-7.1) and (5.4,-6.6) .. (3.92,-3.68); \draw[draw=#2, line width=#3pt] (4.39,-4.94) .. controls (8.2,-2.3) and (6,4.38) .. (-0.8,3.5); \draw[draw=#2, line width=#3pt] (-0.8,3) .. controls (-0.7,6) and (-2.82,6.12) .. (-3.43,3.5); \draw[draw=#2, line width=#3pt] (-3.26,3.9) .. controls (-5.2,3.71) and (-5.59,2.7) .. (-6.2,1.4) node (v1) {}; \draw[draw=#2, line width=#3pt] (6.22,-1.13) .. controls (10.7,2.9) and (4,9.6) .. (1.88,5.6) .. controls (1.5,4.3) and (2.6,3.5) .. (3.77,3.28) .. controls (4.4,3) and (5.1,2.3) .. (5.41,1.19); \draw[draw=#2, line width=#3pt] (2.6,3.7) .. controls (3.2,4.5) and (3.5,5.3) .. (3.8,6.8); \draw[draw=#2, line width=#3pt] (4,3.2) .. controls (4.6,4) and (4.9,4.8) .. (5.2,6.4); \draw[draw=#2, line width=#3pt] (4.7,2.5) .. controls (5.6,3.2) and (6.2,4.1) .. (6.6,5.1); \draw[draw=#2, line width=#3pt] (5.1,1.9) .. controls (6.1,2) and (6.9,2.3) .. (7.7,2.9); \draw[draw=#2, line width=#3pt] (5.4,1.47) .. controls (6,1.3) and (6.8,1.2) .. (7.7,1.2); \draw[draw=#2, line width=#3pt] (5.8,0.49) .. controls (6.3,0.23) and (6.8,0.06) .. (7.2,0); \draw[draw=#2, line width=#3pt] (-6.34,-3.08) .. controls (-5.99,-3.11) and (-5.53,-2.79) .. (-5.25,-2.32); \draw[draw=#2, line width=#3pt] (-5.61,-1.87) .. controls (-5.4,-2.3) and (-5.1,-2.4) .. (-4.65,-2.18); \draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-5.3,2.98) (-3.65,2.88) (-2.7,2.5) (-2.3,1.2) (-2.9,0.3)(-4.6,0.3) (v1)}; \draw[draw=#2, line width=#3pt] (-4.35,1.8) ellipse (0.8 and 0.8); \draw [draw=#2, line width=#3pt,fill] (-4.48,1.8) ellipse (0.3 and 0.3); \draw[draw=#2, line width=#3pt,fill] (-7.2,-0.1) ellipse (0.44 and 0.38); \end{tikzpicture}} %81### \newcommand{\fcCactoopuntia}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics[scale=1]{Cacto opuntia.jpg}}; \draw[draw=#2, line width=#3pt] (-1.7,-4.63) .. controls (-3.8,-2.4) and (-5.8,3.5) .. (-0.35,4.2) .. controls (4.8,3.7) and (2.8,-1.8) .. (1.14,-4.55); \draw[draw=#2, line width=#3pt](-3.8,1.5) .. controls (-5.9,1.9) and (-7.1,3.9) .. (-5.9,5.3) node (v1) {} .. controls (-4.3,7.2) and (-1.8,5.2) .. (-1.8,3.84); \draw[draw=#2, line width=#3pt] (2.02,3.25) .. controls (2.4,5.5) and (5.5,6.4) .. (6.53,4.3) .. controls (7.3,1.7) and (5.1,0) .. (2.8,-0.3); \draw[draw=#2, line width=#3pt] (3.03,4.9) .. controls (2.06,6.9) and (4.38,7.4) .. (4.7,5.5); \draw[draw=#2, line width=#3pt] (-2.3,-4.6) .. controls (-0.9,-4.7) and (0.2,-4.7) .. (1.7,-4.5) .. controls (1.5,-5.4) and (1.4,-6.3) .. (1,-7.1) .. controls (0.2,-7.2) and (-0.7,-7.2) .. (-1.7,-7) .. controls (-1.9,-6.3) and (-2,-5.5) ..(-2.3,-4.6); \draw[draw=#2, line width=#3pt](-1.4,-4.6) .. controls (-1.3,-5.4) and (-1.2,-6.3) .. (-1.2,-7.1); \draw[draw=#2, line width=#3pt] (-0.4,-4.7) .. controls (-0.3,-5.6) and (-0.3,-6.4) .. (-0.4,-7.2); \draw[draw=#2, line width=#3pt] (0.9,-4.6) .. controls (0.8,-5.5) and (0.6,-6.4) .. (0.3,-7.2); \draw [draw=#2, line width=#3pt,fill] (-1.98,-2.68) ellipse (0.2 and 0.22); \draw [draw=#2, line width=#3pt,fill] (0.93,-2.57) ellipse (0.2 and 0.22); \draw[draw=#2, line width=#3pt] (-0.8,-2.76) .. controls (-0.6,-3.18) and (-0.4,-3.24) .. (-0.1,-2.78); \draw[draw=#2, line width=#3pt] (-2.6,-0.7) -- (-2.1,-0.9) node (v2) {} -- (-1.8,-0.5); \draw [draw=#2, line width=#3pt] (-2.2,-0.5)--(-2.1,-0.9); \draw[draw=#2, line width=#3pt] (-1.2,0.6) -- (-0.9,0.2) -- (-0.6,0.7); \draw[draw=#2, line width=#3pt] (-3.2,1.7) -- (-2.7,1.4) -- (-2.4,2); \draw[draw=#2, line width=#3pt](-0.8,2.9) -- (-0.4,2.5) -- (0,3); \draw[draw=#2, line width=#3pt] (0.8,1.2) -- (1,0.5) -- (1.5,0.9); \draw [draw=#2, line width=#3pt](-5.4,3.7) -- (-4.9,3.6) -- (-4.7,4.1); \draw [draw=#2, line width=#3pt](-3.7,4.4) -- (-3.4,4.2) -- (-3.1,4.6); \draw[draw=#2, line width=#3pt](3.8,1.6) -- (3.7,1.2) -- (4.2,1.1); \draw[draw=#2, line width=#3pt] (3.3,4) -- (3.5,3.6) -- (4,3.8); \draw[draw=#2, line width=#3pt] (5.5,3.9) -- (5.4,3.4) -- (5.9,3.3); \draw[draw=#2, line width=#3pt] (-4.3,-0.1) -- (-3.8,-0.4) -- (-4,-1); \draw[draw=#2, line width=#3pt] (-6.6,5.2) -- (-6.03,5.13) -- (-6.1,5.7); \draw[draw=#2, line width=#3pt] (-3.6,6.3) -- (-3.4,5.86) -- (-2.9,6.2); \draw [draw=#2, line width=#3pt](-0.6,4.7) -- (-0.3,4.2) -- (0.2,4.6); \draw [draw=#2, line width=#3pt](3.7,7.2) -- (3.86,6.64)-- (4.3,6.97); \draw[draw=#2, line width=#3pt] (1.1,4.3) -- (1.21,3.81) -- (1.7,4.1); \draw [draw=#2, line width=#3pt] (7.1,4.2) -- (6.7,3.7)-- (7.3,3.3); \draw[draw=#2, line width=#3pt] (3.3,-1) -- (2.6,-1.2) -- (2.7,-2); \draw[draw=#2, line width=#3pt] (-6.4,5.6)--(-6.01,5.12); \draw[draw=#2, line width=#3pt] (-3.3,6.3) --(-3.42,5.89); \draw[draw=#2, line width=#3pt] (-5.1,4) -- (-4.9,3.6) ; \draw[draw=#2, line width=#3pt](-2.9,1.9) --(-2.7,1.4); \draw [draw=#2, line width=#3pt](-0.2,4.9) -- (-0.29,4.22) ; \draw [draw=#2, line width=#3pt](1.2,1.2) -- (1,0.5); \draw [draw=#2, line width=#3pt](3,-1.6) -- (2.6,-1.2); \draw[draw=#2, line width=#3pt] (-3.5,4.6) -- (-3.4,4.2) ; \draw[draw=#2, line width=#3pt](3.7,4) --(3.5,3.6); \draw [draw=#2, line width=#3pt](5.71,3.61) --(5.4,3.4); \draw[draw=#2, line width=#3pt](7.3,3.82) -- (6.7,3.7); \draw[draw=#2, line width=#3pt] (-4.3,-0.6) --(-3.8,-0.4); \draw[draw=#2, line width=#3pt] (-0.9,0.8) -- (-0.9,0.2); \draw [draw=#2, line width=#3pt](1.4,4.3) -- (1.22,3.85); \draw[draw=#2, line width=#3pt] (-0.41,3) -- (-0.4,2.5); \draw[draw=#2, line width=#3pt] (4.1,7.2) -- (3.84,6.65); \draw[draw=#2, line width=#3pt] (4.1,1.5) -- (3.7,1.2); \end{tikzpicture}} %82### \newcommand{\fcCactusA}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics[scale=1]{Cacto suculenta.jpg}}; \draw[draw=#2, line width=#3pt] (-2.2,-3.4) .. controls (-2.8,-3.3) and (-2.7,-1.7) .. (-2.7,-1.1) .. controls (-3,-0.9) and (-3.4,-0.6) .. (-3.9,-0.6) .. controls (-4.9,-0.5) and (-6,1.5) .. (-4.77,2.53) .. controls (-3.7,2.9) and (-3.5,2.3) .. (-3.3,1.6) .. controls (-3.1,1) and (-2.9,0) .. (-1.83,0.18) .. controls (-0.8,0.6) and (-1.5,2.4) .. (-1.65,3) .. controls (-1.8,3.8) and (-2,5.5) .. (-0.4,5.8) .. controls (0.8,5.9) and (1.5,4) .. (0.7,1.9) .. controls (-0.5,-0.3) and (0.6,-1.1) .. (3.12,3.34) .. controls (5.1,5.2) and (6.7,-0.5) .. (2.4,-0.89) .. controls (-0.1,-0.6) and (1.3,-2.5) .. (0.7,-3.1) .. controls (-0.1,-3.4) and (-1.4,-3.4) .. (-2.2,-3.4); \draw[draw=#2, line width=#3pt] (-3.43,2.05) .. controls (-3.4,3.5) and (-2.7,3.9) .. (-1.7,3.1); \draw[draw=#2, line width=#3pt] (-5.14,0.6) .. controls (-7.4,2.7) and (-6.7,4.4) .. (-5.1,3.9); \draw[draw=#2, line width=#3pt] (-4.8,2.5) .. controls (-5.9,6.1) and (-3.4,6.2) .. (-2.9,3.4); \draw [draw=#2, line width=#3pt](-3.5,4.9) .. controls (-3.4,6.4) and (-1.9,6.5) .. (-1.31,5.27); \draw [draw=#2, line width=#3pt](0.05,5.7) .. controls (0.3,6.6) and (1.2,6.5) .. (1.36,5.86); \draw [draw=#2, line width=#3pt] (0.95,4.5) .. controls (0.4,6.1) and (3.3,7.6) .. (3,3.1); \draw [draw=#2, line width=#3pt] (2.9,4.7) .. controls (3.6,5.4) and (4.4,4.9) .. (4.1,3.7); \draw [draw=#2, line width=#3pt](-1.2,-2.4) .. controls (-1,-2.7) and (-0.8,-2.7) .. (-0.59,-2.36); \draw [draw=#2, line width=#3pt,fill] (0.08,-2.22) ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt,fill] (-1.97,-2.2) ellipse (0.2 and 0.2); \draw [draw=#2, line width=#3pt](-2.7,-2.5) .. controls (-5.5,-4.4) and (3.4,-4.4) .. (0.88,-2.5); \draw [draw=#2, line width=#3pt](-3.1,-3.5) .. controls (-3.3,-6.87) and (1.6,-6.49) .. (1.33,-3.29); \draw [draw=#2, line width=#3pt] (-3.1,-3.8) .. controls (-4,-4.2) and (-3.8,-4.8) .. (-2.9,-4.8); \draw [draw=#2, line width=#3pt] (-2,-5.67) .. controls (-2.2,-6.4) and (0.3,-6.4) .. (0.1,-5.65); \end{tikzpicture}} %83### \newcommand{\fcFlowerO}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics[scale=1]{Uma flor sorridente.jpg}}; \draw [draw=#2, line width=#3pt] (-0.44,0.7) ellipse (3.5 and 3.7); \draw[draw=#2, line width=#3pt] (-2.3,3.8) .. controls (-4.4,8.4) and (1.1,9.3) .. (0.4,4.2); \draw[draw=#2, line width=#3pt] (-2.75,5.2) .. controls (-5.3,6.9) and (-7,4.1) .. (-3.7,1.9); \draw[draw=#2, line width=#3pt] (-4.97,3.03) .. controls (-8.1,3.3) and (-7.7,0.2) .. (-5.09,-0.55); \draw[draw=#2, line width=#3pt] (-3.8,-0.21) .. controls (-9,-1) and (-5.7,-6.1) .. (-2.7,-2.2); \draw[draw=#2, line width=#3pt] (-3.7,-3.24) .. controls (-3.9,-5.7) and (-1.4,-6.6) .. (-0.2,-3); \draw[draw=#2, line width=#3pt] (-0.5,-3.7) .. controls (0.5,-6.5) and (3.7,-5.2) .. (1.8,-2.2); \draw[draw=#2, line width=#3pt] (2.4,-3.7) .. controls (4,-5.1) and (6.7,-3.3) .. (2.7,-0.9); \draw[draw=#2, line width=#3pt] (4.1,-2) .. controls (6.7,-1.9) and (6.2,0.4) .. (4.87,0.85); \draw[draw=#2, line width=#3pt] (3,0.2) .. controls (8.9,1.7) and (5.8,5) .. (3.5,3.46); \draw[draw=#2, line width=#3pt] (2.6,2.4) .. controls (6.5,6.2) and (2.4,9.3) .. (0.46,5.2); \draw [draw=#2, line width=#3pt] (-1.6,4.1) -- (-1.7,4.9); \draw[draw=#2, line width=#3pt] (-0.9,4.3) -- (-1,5.3); \draw[draw=#2, line width=#3pt] (-0.41,4.4) -- (-0.37,4.9); \draw [draw=#2, line width=#3pt](1.4,3.9) -- (1.8,4.7); \draw[draw=#2, line width=#3pt] (1.9,3.5) -- (2.4,4.1); \draw[draw=#2, line width=#3pt] (2.9,1.6) -- (3.8,1.9); \draw[draw=#2, line width=#3pt] (2.9,-0.3) -- (3.8,-0.6); \draw[draw=#2, line width=#3pt] (2.4,-1.5) -- (3.1,-1.9); \draw[draw=#2, line width=#3pt] (2.2,-1.8) -- (2.7,-2.5); \draw[draw=#2, line width=#3pt] (0.8,-2.8) -- (1,-3.4); \draw[draw=#2, line width=#3pt](-1.8,-3.4) -- (-1.7,-2.8); \draw[draw=#2, line width=#3pt] (-2.5,-3) -- (-2.3,-2.5); \draw [draw=#2, line width=#3pt](-3.9,-2.2) -- (-3.2,-1.7); \draw [draw=#2, line width=#3pt](-4.5,-1.4) -- (-3.6,-1); \draw[draw=#2, line width=#3pt] (-4.9,0.8) -- (-3.9,0.6); \draw[draw=#2, line width=#3pt] (-4.6,1.4) -- (-3.9,1.1); \draw [draw=#2, line width=#3pt](-3.6,3.7) -- (-3,3.2); \draw[draw=#2, line width=#3pt] (-1.1,-3.4) -- (-1.1,-2.9); \draw[draw=#2, line width=#3pt] (-1.1,-4.7) .. controls (-1,-6.1) and (-0.9,-7.4) .. (-0.53,-8.3); \draw [draw=#2, line width=#3pt](-0.1,-4.49) .. controls (-0.2,-5.7) and (-0.1,-7.9) ..(-0.53,-8.3); \draw [draw=#2, line width=#3pt](2.3,-4.6) .. controls (5.1,-5.4) and (2.8,-8) .. (-0.3,-7.8); \draw[draw=#2, line width=#3pt] (-0.2,-6.5) .. controls (0.1,-6.2) and (0.4,-5.7) .. (0.8,-5.2); \draw[draw=#2, line width=#3pt] (-0.2,-7.14) .. controls (0.4,-6.5) and (1.8,-5.9) .. (3.2,-5.1); \draw[draw=#2, line width=#3pt] (2.1,-5.7) .. controls (2.1,-5.4) and (2.1,-5.2) .. (2.08,-4.86); \draw[draw=#2, line width=#3pt] (1.7,-7.5) .. controls (1.2,-7.3) and (0.9,-7.1) .. (0.4,-6.6); \draw[draw=#2, line width=#3pt] (1.4,-6.1) .. controls (1.8,-6.4) and (2.4,-6.6) .. (3.12,-6.7); \draw[draw=#2, line width=#3pt] (0.98,-6.31) .. controls (0.9,-5.9) and (0.9,-5.6) .. (0.89,-5.22); \draw [draw=#2, line width=#3pt](-1,-6.3) .. controls (-1.3,-5.8) and (-1.5,-5.6) .. (-1.94,-5.36); \draw[draw=#2, line width=#3pt] (-3.6,-4.4) .. controls (-6.2,-5.1) and (-3.7,-8.5) .. (-0.7,-7.7); \draw[draw=#2, line width=#3pt] (-0.9,-7.2) .. controls (-2.4,-6.5) and (-3.4,-6) .. (-4.5,-4.9); \draw[draw=#2, line width=#3pt] (-2.68,-6.28) .. controls (-2.8,-5.8) and (-2.9,-5.6) .. (-2.82,-5.3); \draw[draw=#2, line width=#3pt] (-3.3,-7.4) .. controls (-2.8,-7.2) and (-2.4,-7) .. (-1.8,-6.8); \draw [draw=#2, line width=#3pt](-4.5,-6.3) .. controls (-4,-6.21) and (-3.6,-6.2) .. (-3.13,-6.05); \draw[draw=#2, line width=#3pt] (-1.9,-6.7) .. controls (-1.7,-6.3) and (-1.6,-6.1) .. (-1.6,-5.58); \draw[draw=#2, line width=#3pt,fill] (1.4,1.82) ellipse (0.2 and 0.27); \draw[draw=#2, line width=#3pt,fill] (-2.26,1.86) ellipse (0.2 and 0.27); \draw[draw=#2, line width=#3pt] (-1.3,1.5) .. controls (-1,0.54) and (0.1,0.61) .. (0.3,1.5); \end{tikzpicture}} %84### \newcommand{\fcpink}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics[scale=1]{Rosa com folhas.jpg}}; \draw[draw=#2, line width=#3pt] (2.5,-3) .. controls (-1.5,0.5) and (-4.5,0) .. (-8,-3.5) .. controls (-5,-6.5) and (1.5,-7) .. (2.5,-3); \draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-2.4,-0.6) (-2.8,0.6) (-3.5,2.2)}; \draw[draw=#2, line width=#3pt] (-3.5,2.2) .. controls (-4.9,1.7) and (-5.3,2.7) .. (-3.22,3.44) .. controls (-3.6,4.5) and (-3,5.1) .. (-1.91,4.66) node (v2) {} .. controls (-1.7,5.2) and (-1.1,5.5) .. (-0.4,5.5) .. controls (-0.2,6) and (0.5,6) .. (1,5.36) node (v1) {} .. controls (1.4,6.7) and (2.4,6.4) .. (2,4.8) .. controls (2.5,3.2) and (7.1,-0.7) .. (2.4,-2.8); \draw [draw=#2, line width=#3pt](3.7,2.2) .. controls (5,3.6) and (6.4,4.1) .. (8.14,4.1) .. controls (8.6,1.1) and (7.4,-2.3) .. (2.43,-3.1); \draw[draw=#2, line width=#3pt] (2.4,-3) .. controls (0.5,-3.9) and (-2.6,-4) .. (-3.1,-3.55) .. controls (-3.9,-3.2) and (-5.3,-3) .. (-6.5,-3.4); \draw[draw=#2, line width=#3pt] (0.1,-3.7) .. controls (-0.5,-3.3) and (-0.8,-3) .. (-1.1,-2.5); \draw[draw=#2, line width=#3pt] (-1.9,-3.8) .. controls (-2.5,-3.5) and (-3,-3) .. (-3.3,-2.5); \draw[draw=#2, line width=#3pt] (0.52,-3.6) .. controls (0,-4.1) and (-0.6,-4.6) .. (-1,-5.2); \draw[draw=#2, line width=#3pt] (-1.2,-3.8) .. controls (-1.9,-4.2) and (-2.4,-4.6) .. (-2.8,-5.2); \draw[draw=#2, line width=#3pt] (-3.1,-3.6) .. controls (-3.9,-3.7) and (-4.5,-3.9) .. (-5,-4.3); \draw [draw=#2, line width=#3pt](-4.93,-3.15) .. controls (-5.2,-2.9) and (-5.4,-2.8) .. (-5.6,-2.6); \draw[draw=#2, line width=#3pt] (2.4,-2.69) node (v3) {} .. controls (2.8,0.7) and (0.7,3.1) .. (-3.26,3.31); \draw[draw=#2, line width=#3pt] (-2.03,3.14) .. controls (-2.8,2.9) and (-3.2,2.8) .. (-3.6,2.1); \draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(0.21,2.28) (0.3,3.2) (0.6,3.8) (0.6,4.62) (v1)}; \draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-2.3,3.16) (-2.2,3.6) (-1.4,4.2) (-0.5,4.1) (0.6,4.4)}; \draw[draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(-0.2,4.1) (-0.5,4.4) (-0.7,4.6) (-0.3,4.9) (0.1,5.8)}; \draw [draw=#2, line width=#3pt](-0.7,4.6) .. controls (-1,4.8) and (-1.3,4.9) .. (-1.7,4.8); \draw [draw=#2, line width=#3pt] plot[smooth, tension=.7] coordinates {(4.4,0.4) (5.9,1.5) (6.9,2.4) (7.2,3.2)}; \draw[draw=#2, line width=#3pt] (5.1,0.9) .. controls (5.5,1.5) and (5.7,2) .. (5.73,2.5); \draw[draw=#2, line width=#3pt] (4.5,0.5) .. controls (5.02,0.65) and (5.5,0.56) .. (6,0.4); \draw[draw=#2, line width=#3pt](6.4,1.9) .. controls (6.7,2) and (6.9,2.1) .. (7.32,2.1); \draw [draw=#2, line width=#3pt,fill](0.7,-1.5) .. controls (0.3,-0.9) and (0.1,-0.6) .. (-0.1,-0.2) .. controls (0.6,-1) and (1.9,-1.6) .. (2.29,-2.68); \draw[draw=#2, line width=#3pt,fill] (2.5,-2) .. controls (2.7,-0.6) and (3.64,0) .. (3.6,0.9) .. controls (3.8,0.3) and (3.9,-1.2) .. (2.46,-2.68); \draw[draw=#2, line width=#3pt,fill] (4.4,-0.9) .. controls (4.7,-0.8) and (4.9,-0.7) .. (5.23,-0.19) .. controls (5.2,-1) and (4.9,-1.5) .. (3.85,-1.93); \end{tikzpicture}} %85### \newcommand{\fcFlowerP}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics[scale=1]{Flor simples.jpg}}; \draw[draw=#2, line width=#3pt](-0.05,-0.05) ellipse (3.5 and 3.5); \draw[draw=#2, line width=#3pt] (1.1,3.2) .. controls (1.8,4.2) and (3.3,6.1) .. (4.6,5) .. controls (5.7,4) and (4.5,2.4) .. (3.2,1.1); \draw [draw=#2, line width=#3pt](3.63,1.54) .. controls (5.5,1.6) and (6.9,1.3) .. (6.84,0.2) .. controls (6.82,-1.3) and (5.1,-1.8) .. (3.2,-1.4); \draw[draw=#2, line width=#3pt] (3.5,-1.47) .. controls (4.6,-2.5) and (5.3,-3.6) .. (5,-4.4) .. controls (4.2,-6.2) and (1.8,-5.1) .. (1.1,-3.4); \draw[draw=#2, line width=#3pt] (1.4,-4) .. controls (1.4,-6.1) and (0.4,-7.1) .. (-0.5,-7) .. controls (-1.4,-7) and (-2.6,-4.9) .. (-1.4,-3.3); \draw[draw=#2, line width=#3pt] (-1.8,-4.2) .. controls (-3,-5.7) and (-4.8,-5.4) .. (-5.3,-4.8) .. controls (-5.9,-4.1) and (-5.6,-2.1) .. (-3.4,-1.2); \draw[draw=#2, line width=#3pt] (-4.4,-1.8) .. controls (-6,-1.7) and (-7.3,-1.1) .. (-7.17,0.1) .. controls (-6.8,1.7) and (-5.7,2) .. (-4,1.6); \draw[draw=#2, line width=#3pt] (-3.3,1.1) .. controls (-4.7,2.1) and (-6.2,3.4) .. (-5.4,4.6) .. controls (-3.81,6.44) and (-2.5,4.8) .. (-1.3,3.1); \draw[draw=#2, line width=#3pt] (-1.85,3.9) .. controls (-2,5.6) and (-1.7,7) .. (-0.4,7).. controls (1,7) and (1.5,5.8) .. (1.5,3.71); \draw[draw=#2, line width=#3pt] (-1.8,0.9) .. controls (-1.67,1.82) and (-0.9,1.8) .. (-0.8,0.9); \draw[draw=#2, line width=#3pt] (0.6,0.9) .. controls (0.6,1.7) and (1.45,1.78) .. (1.6,0.9); \draw[draw=#2, line width=#3pt] (-1.7,-0.3) .. controls (-1,-2.1) and (1.1,-2.1) .. (1.6,-0.2); \end{tikzpicture}} %86### \newcommand{\fcTulip}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics[scale=1]{flordetulipa.jpg}}; \draw [draw=#2, line width=#3pt](-0.1,-6.7) .. controls (-5.33,-7.52) and (-7.85,-1) .. (-7.45,3.2) .. controls (-2.6,2.3) and (3.3,-1.46) .. (-0.1,-6.7)(-5.33,-7.52); \draw [draw=#2, line width=#3pt](-5.89,2.74) .. controls (-5.93,4.2) and (-5.64,5.5) .. (-5.2,6.2); \draw[draw=#2, line width=#3pt] (-5.2,6.2) .. controls (-3.8,5.4) and (-2.4,4.2) .. (-1.88,3.54); \draw[draw=#2, line width=#3pt] (-2.9,1.5) .. controls (-2.7,2.7) and (-1.5,4) .. (-0.8,4.7); \draw[draw=#2, line width=#3pt] (-0.8,4.6) .. controls (0.35,3.85) and (1.24,2.59) .. (1.5,1.7); \draw[draw=#2, line width=#3pt] (0.5,3.4) .. controls (1.3,4.6) and (2.8,5.5) .. (3.9,6.3); \draw[draw=#2, line width=#3pt] (3.9,6.3) .. controls (4.5,5.2) and (4.7,3.6) .. (4.63,2.86); \draw[draw=#2, line width=#3pt] (-0.9,0.1) .. controls (0.9,1.6) and (3.9,2.8) .. (5.73,3.22) .. controls (5.8,-1.3) and (3.3,-6.1) .. (-0.1,-6.7); \draw[draw=#2, line width=#3pt] (0.3,-5.9) .. controls (3.3,-4.5) and (4.9,-1.3) .. (5.7,1.9); \draw[draw=#2, line width=#3pt] (0.8,-4.8) .. controls (2.3,-3.5) and (4.5,-0.4) .. (5.7,2.5); \draw[draw=#2, line width=#3pt] (0.4,-1.6) .. controls (1.1,-0.3) and (3.4,1.9) .. (5.1,3.06); \draw[draw=#2, line width=#3pt] (-0.3,-0.5) .. controls (0.4,0.3) and (2,1.5) .. (3.8,2.64); \draw[draw=#2, line width=#3pt] (-0.4,-6.7) .. controls (-3,-6.7) and (-6.7,-2.6) .. (-7.5,2.4); \draw[draw=#2, line width=#3pt] (-0.1,-6.71) .. controls (-1.7,-5.9) and (-5.6,-1.9) .. (-7.5,2.8); \draw[draw=#2, line width=#3pt] (0,-6.7) .. controls (-0.8,-3.3) and (-3.1,0.6) .. (-6.93,3.06); \draw[draw=#2, line width=#3pt] (-0.15,-6.72) .. controls (0.9,-3.7) and (-0.9,0) .. (-5.34,2.66); \draw[draw=#2, line width=#3pt] (-5.6,2.67) .. controls (-5.7,3.5) and (-5.6,4.3) .. (-5.4,5.7); \draw[draw=#2, line width=#3pt] (-4.8,2.4) .. controls (-5.2,3.2) and (-5.2,4.4) .. (-5.1,6.1); \draw[draw=#2, line width=#3pt] (-4.7,5.9) .. controls (-3.9,4.9) and (-3.2,3.6) .. (-2.58,2.34); \draw[draw=#2, line width=#3pt] (-3.6,5.1) .. controls (-3.1,4.5) and (-2.5,3.8) .. (-2.1,3.1); \draw[draw=#2, line width=#3pt] (-2.4,1.2) .. controls (-2.3,2.2) and (-1.7,3.2) .. (-1.22,4.3); \draw [draw=#2, line width=#3pt] (-1.8,0.9) .. controls (-1.8,2) and (-1.3,3.2) .. (-0.8,4.6); \draw[draw=#2, line width=#3pt] (-0.8,4.6) .. controls (-0.2,3.4) and (0.1,2) .. (0.1,0.8); \draw[draw=#2, line width=#3pt] (-0.36,4.25) .. controls (0.2,3.2) and (0.6,2.2) .. (0.8,1.3); \draw[draw=#2, line width=#3pt] (0.77,3.09) .. controls (0.9,3.6) and (1.49,4.18) .. (2.45,5.27); \draw[draw=#2, line width=#3pt] (1.2,2.4) .. controls (1.6,3.3) and (2.4,4.5) .. (3.5,6); \draw[draw=#2, line width=#3pt] (3.8,2.6) .. controls (4.1,3.3) and (4.1,4.6) .. (4.1,5.8); \draw[draw=#2, line width=#3pt] (4.28,2.81) .. controls (4.4,3.6) and (4.4,4.4) .. (4.3,5.3); \draw[draw=#2, line width=#3pt] (-2,3.7) .. controls (-2,4.4) and (-2.4,5) .. (-2.7,5.3); \draw[draw=#2, line width=#3pt] (-1.4,4.07) .. controls (-1.4,4.7) and (-1.5,5.5) .. (-1.9,6.1); \draw[draw=#2, line width=#3pt] (-1,4.4) .. controls (-1.2,5) and (-1.2,5.5) .. (-1,6); \draw[draw=#2, line width=#3pt] (0,4) .. controls (0.3,4.5) and (0.3,5.2) .. (0.1,5.6); \draw[draw=#2, line width=#3pt] (0.4,3.6) .. controls (0.5,4.4) and (0.8,4.9) .. (1.3,5.2); \draw [draw=#2, line width=#3pt,fill] (1.58,5.4) ellipse (0.3 and 0.3); \draw [draw=#2, line width=#3pt,fill] (0.12,5.92) ellipse (0.3 and 0.3); \draw [draw=#2, line width=#3pt,fill] (-0.94,6.31) ellipse (0.3 and 0.3); \draw [draw=#2, line width=#3pt,fill] (-2.1,6.4) ellipse (0.3 and 0.3); \draw [draw=#2, line width=#3pt,fill] (-2.85,5.5) ellipse (0.3 and 0.3); \end{tikzpicture}} %87### \newcommand{\fcDaisy}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics[scale=1]{Margarida.jpg}}; \draw [draw=#2, line width=#3pt] (-0.1,2.33) ellipse (2 and 2); \draw[draw=#2, line width=#3pt] (-0.3,4.3) .. controls (-0.5,5.5) and (-1.1,7.6) .. (-2.08,7.15) .. controls (-2.8,6.83) and (-2,5.1) .. (-1.2,3.9); \draw[draw=#2, line width=#3pt] (-1.8,4.9) .. controls (-2.4,5.5) and (-3.2,6.8) .. (-3.8,6.1).. controls (-4.4,5.3) and (-3.1,4.4) .. (-1.7,3.4); \draw[draw=#2, line width=#3pt] (-2.68,4.12) .. controls (-3.7,4.5) and (-5.03,4.7) .. (-5,4.2) .. controls (-5.08,3.5) and (-3.7,3) .. (-2,2.7); \draw[draw=#2, line width=#3pt] (-3.4,3) .. controls (-4.3,2.8) and (-5.4,2.8) .. (-5.4,2.2) .. controls (-5.4,1.6) and (-3.6,1.6) .. (-2,2); \draw[draw=#2, line width=#3pt] (-2.9,1.8) .. controls (-4,1.4) and (-5.2,0.7) .. (-5,0.2) .. controls (-4.9,-0.3) and (-2.8,0.4) .. (-1.7,1.2); \draw[draw=#2, line width=#3pt] (-2.56,0.69) .. controls (-3.5,-0.1) and (-4,-1.1) .. (-3.8,-1.5) .. controls (-3.3,-1.7) and (-2,-0.7) .. (-1.2,0.6); \draw[draw=#2, line width=#3pt] (-1.8,-0.2) .. controls (-2.2,-1.3) and (-2.48,-2.39) .. (-2.08,-2.59) .. controls (-1.7,-2.9) and (-0.6,-0.6) .. (-0.5,0.4); \draw[draw=#2, line width=#3pt](-0.67,-0.4) .. controls (-0.7,-1.7) and (-0.4,-3.1) .. (0,-3) .. controls (0.3,-3.1) and (0.6,-1.1) .. (0.3,0.3); \draw[draw=#2, line width=#3pt] (0.42,-0.7) .. controls (0.7,-1.5) and (1.4,-2.9) .. (2,-2.7) .. controls (2.4,-2.5) and (1.9,-0.6) .. (1,0.7); \draw[draw=#2, line width=#3pt] (1.52,-0.2) .. controls (2.2,-1.1) and (3.4,-1.8) .. (3.8,-1.5) .. controls (4,-1.1) and (2.9,0.32) .. (1.52,1.16); \draw[draw=#2, line width=#3pt] (2.3,0.6) .. controls (3.3,0.1) and (4.7,-0.1) .. (4.9,0.3) .. controls (5,0.8) and (3.6,1.62) .. (1.9,1.8); \draw[draw=#2, line width=#3pt] (2.8,1.66) .. controls (4.1,1.6) and (5.3,1.8) .. (5.3,2.3) .. controls (5.3,2.8) and (3.3,3.03) .. (1.9,2.6); \draw[draw=#2, line width=#3pt] (2.7,2.77) .. controls (3.8,3.1) and (5.1,4.1) .. (4.9,4.4) .. controls (4.7,4.7) and (3.1,4.5) .. (1.6,3.3); \draw [draw=#2, line width=#3pt](2.56,3.93) .. controls (3.4,4.7) and (4,5.9) .. (3.7,6.1) .. controls (3.4,6.4) and (1.73,5.2) .. (1.1,3.9); \draw[draw=#2, line width=#3pt] (1.64,4.71) .. controls (2.1,5.7) and (2.4,7.1) .. (2,7.2) .. controls (1.52,7.3) and (0.53,5.8) .. (0.5,4.2); \draw[draw=#2, line width=#3pt] (0.7,5.4) .. controls (0.7,6.5) and (0.48,7.6) .. (-0.1,7.6) .. controls (-0.58,7.5) and (-0.7,6.4) .. (-0.6,5.6); \draw[draw=#2, line width=#3pt] (-0.33,-2.7) -- (-0.3,-5.3) -- (-0.3,-7.6) -- (0.3,-7.63) -- (0.3,-5.3) -- (0.25,-2.7); \draw[draw=#2, line width=#3pt] (-1.5,2.5) .. controls (-0.8,0.9) and (0.83,0.94) .. (1.2,2.5); \draw [draw=#2, line width=#3pt,fill] (-0.6,2.8) ellipse (0.1 and 0.2); \draw [draw=#2, line width=#3pt,fill] (0.47,2.82) ellipse (0.1 and 0.2); \draw[draw=#2, line width=#3pt] (0.7,-6.9) .. controls (1.6,-7.3) and (3.7,-5.2) .. (3.8,-4.1) .. controls (2.3,-4.5) and (0.3,-5.8) .. (0.7,-6.9); \draw [draw=#2, line width=#3pt](-0.7,-5.1) .. controls (-0.7,-4.1) and (-2.7,-2.5) .. (-3.8,-2.3) .. controls (-3.5,-3.6) and (-1.1,-5.5) .. (-0.7,-5.1); \end{tikzpicture}} %88### \newcommand{\fcBabe}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics[scale=1]{mini aloe vera.jpg}}; \draw[draw=#2, line width=#3pt] (-1.3,-6.14) -- (-1.3,-6.7) -- (0.54,-6.75) -- (0.59,-6.2); \draw[draw=#2, line width=#3pt] (-1.6,-5.01) -- (-1.6,-6.1) -- (0.9,-6.2) -- (1.1,-5.04); \draw[draw=#2, line width=#3pt] (-1.86,-3.88) .. controls (-2.7,-5.8) and (2,-6) .. (1.48,-3.93); \draw[draw=#2, line width=#3pt] (-1.47,-3.1) .. controls (-3.5,-4.8) and (2.9,-5) .. (1.23,-3.2); \draw[draw=#2, line width=#3pt] (-1.5,-3.7) -- (1.2,-3.8); \draw[draw=#2, line width=#3pt] (-1.5,-3.75) .. controls (-1.4,-3.1) and (-1.4,-2.7) .. (-1.8,-2) .. controls (-3.1,-1.4) and (-3.9,0.2) .. (-4.1,1.7) .. controls (-3.2,1.4) and (-2,0.8) .. (-1.24,-0.94) .. controls (-2,1.5) and (-2.1,3.5) .. (-1.7,4.9) .. controls (-0.6,3.6) and (-0.3,1.6) .. (-0.2,-0.5) .. controls (-0.1,3) and (1.2,4) .. (2.5,5.3) .. controls (3,3.3) and (2.5,0.8) .. (1.4,-0.9) .. controls (3.2,2.1) and (4.4,2.5) .. (5.3,2.9).. controls (5.5,0.6) and (3.9,-1.2) .. (1.9,-2.1) .. controls (1.4,-2.2) and (1.2,-2.8) .. (1.2,-3.85); \draw[draw=#2, line width=#3pt] (-3.2,1.28) .. controls (-3.9,2.3) and (-4.3,3.3) .. (-4.2,4.5) .. controls (-3.2,4.2) and (-2.4,3.5) .. (-1.9,2.6); \draw[draw=#2, line width=#3pt] (-0.9,3.6) .. controls (-1.1,4.8) and (-0.7,6) .. (-0.2,6.8).. controls (0.6,5.9) and (1,4.7) .. (0.96,3.6); \draw[draw=#2, line width=#3pt] (2.7,3) .. controls (3.3,3.7) and (3.9,4.2) .. (4.6,4.6) .. controls (4.9,3.6) and (4.7,3) .. (4.22,2.36); \draw[draw=#2, line width=#3pt] (-4,1.6) .. controls (-3.4,0.7) and (-2.5,-0.5) .. (-1.6,-1.4); \draw[draw=#2, line width=#3pt] (-4.1,4.4) .. controls (-3.8,3.5) and (-2.8,2.2) .. (-2.1,1); \draw[draw=#2, line width=#3pt] (-0.2,6.7) .. controls (-0.1,5.2) and (0,3.9) .. (-0.2,2.9); \draw[draw=#2, line width=#3pt] (-1.7,4.7) .. controls (-1.3,3.3) and (-1,2) .. (-0.8,0.7); \draw[draw=#2, line width=#3pt] (0.6,-0.7) .. controls (0.6,0.2) and (1.2,2.2) .. (2.41,5.17); \draw[draw=#2, line width=#3pt] (2.4,1.4) .. controls (3,1.7) and (3.7,3) .. (4.5,4.5); \draw[draw=#2, line width=#3pt] (1.7,-1.3) .. controls (3.1,-0.2) and (4.4,1) .. (5.3,2.7); \draw[draw=#2, line width=#3pt] (-0.4,-2.3) .. controls (-0.2,-2.7) and (0.1,-2.7) .. (0.3,-2.3); \draw [draw=#2, line width=#3pt,fill](-1.1,-2.2) ellipse (0.13 and 0.15); \draw [draw=#2, line width=#3pt,fill](0.9,-2.22) ellipse (0.13 and 0.15); \end{tikzpicture}} %89### \newcommand{\fcChrysanthemum}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics[scale=1]{Crisantemo em um vaso.jpg}}; \draw[draw=#2, line width=#3pt] (-1.4,-6.3) .. controls (-1.34,-6.5) and (-1.34,-6.7) .. (-1.44,-6.8) .. controls (-1.1,-7.1) and (0.1,-7.1) .. (0.5,-6.8) .. controls (0.41,-6.64) and (0.38,-6.5) .. (0.4,-6.3); \draw[draw=#2, line width=#3pt] (-1.39,-6.6) .. controls (-0.9,-6.8) and (-0.1,-6.8) .. (0.4,-6.6); \draw[draw=#2, line width=#3pt] (-1.59,0.55) .. controls (-1.7,0.3) and (-1.8,0.1) .. (-1.8,-0.3) .. controls (-1.9,-0.7) and (-2.1,-1.2) .. (-2.4,-1.5).. controls (-4.3,-2.6) and (-3.5,-6.1) .. (-1.4,-6.3).. controls (2.5,-6.8) and (2.9,-4.1) .. (2.3,-2.9); \draw[draw=#2, line width=#3pt] (2.3,-2.9) .. controls (2.2,-2.3) and (1.7,-1.6) .. (1.1,-1.1) .. controls (0.95,-0.8) and (0.8,-0.3) .. (0.6,0.55); \draw[draw=#2, line width=#3pt] (-2.24,-6) .. controls (-0.3,-6.3) and (1.8,-5.3) .. (2.5,-3.6); \draw[draw=#2, line width=#3pt] (-3.26,-4.7) .. controls (-1.1,-5.8) and (1.7,-4.6) .. (2.15,-2.48); \draw[draw=#2, line width=#3pt] (1.7,-1.7) .. controls (1.2,-3.8) and (-1.7,-4.7) .. (-3.5,-3.4); \draw[draw=#2, line width=#3pt] (-3,-2.1) .. controls (-2.3,-3.1) and (0.6,-2.6) .. (1.1,-1.1); \draw[draw=#2, line width=#3pt] (-2.3,-1.4) .. controls (-1.2,-1.9) and (0.5,-1.4) .. (0.87,-0.43); \draw[draw=#2, line width=#3pt] (-1.78,-0.02) .. controls (-1.2,-0.3) and (0.1,-0.3) .. (0.7,0); \draw[draw=#2, line width=#3pt] (-1.68,0.3) .. controls (-1.2,0.1) and (0.1,0.1) .. (0.65,0.3); \draw[draw=#2, line width=#3pt] (-1.8,0.6) .. controls (-1,0.4) and (0,0.4) .. (0.8,0.6) .. controls (0.88,1.1) and (1.01,1.5) .. (1.2,2.1).. controls (0.7,1.7) and (-1.5,1.8) .. (-2.3,2.2) .. controls (-2.1,1.6) and (-1.9,1.2) .. (-1.8,0.6); \draw[draw=#2, line width=#3pt] (-2.16,1.79) .. controls (-1.3,1.6) and (0,1.6) .. (1.1,1.8); \draw[draw=#2, line width=#3pt] (-1.9,1) .. controls (-1.5,0.6) and (-0.4,0.5) .. (0.9,1.77); \draw[draw=#2, line width=#3pt] (-2.35,2.2) .. controls (-1.8,2.6) and (-0.9,2.6) .. (-0.4,2.6); \draw [draw=#2, line width=#3pt](-0.7,1.9) .. controls (-0.5,2.2) and (-0.3,2.9) .. (-0.1,3.3); \draw[draw=#2, line width=#3pt] (-0.4,1.8) .. controls (-0.3,2.3) and (-0.1,3) .. (0.1,3.3); \draw [draw=#2, line width=#3pt](-0.19,2.6) .. controls (0.6,2.6) and (1.3,2.4) .. (1.2,2.1); \draw [draw=#2, line width=#3pt](0.6,4.9) .. controls (0.2,5.1) and (0.2,5.7) .. (0.5,6.2) .. controls (0.7,5.9) and (0.9,5.3) .. (0.6,4.9); \draw[draw=#2, line width=#3pt] (0.75,5.4) .. controls (1,5.8) and (1.4,6.1) .. (1.7,6.1) .. controls (1.63,5.7) and (1.43,5.3) .. (0.69,4.98); \draw[draw=#2, line width=#3pt] (1.18,5.24) .. controls (1.6,5.3) and (1.9,5.3) .. (2.08,5.27) .. controls (1.9,5) and (1.4,4.7) .. (0.67,4.9); \draw[draw=#2, line width=#3pt] (1.3,4.8) .. controls (1.5,4.5) and (1.7,4.2) .. (1.78,3.85); \draw [draw=#2, line width=#3pt](1.8,3.9) .. controls (1.5,3.9) and (1,4.2) .. (0.89,4.8); \draw[draw=#2, line width=#3pt] (0.98,4.46) .. controls (0.9,4.2) and (0.8,3.9) .. (0.7,3.6) .. controls (0.5,4) and (0.4,4.4) .. (0.6,4.9); \draw[draw=#2, line width=#3pt] (0.4,5.9) .. controls (0.2,6.1) and (0.1,6.3) .. (-0.2,6.5) .. controls (-0.26,6.1) and (-0.2,5.9) .. (-0.2,5.7); \draw[draw=#2, line width=#3pt] (0.3,5.4) .. controls (0,5.6) and (-0.3,5.8) .. (-0.7,5.8).. controls (-0.6,5.5) and (-0.3,5.1) .. (0.54,4.87); \draw[draw=#2, line width=#3pt] (0,5.06) .. controls (-0.4,5.1) and (-0.7,4.9) .. (-0.95,4.75).. controls (-0.6,4.6) and (0,4.4) .. (0.6,4.8); \draw[draw=#2, line width=#3pt] (-0.09,4.53) .. controls (-0.3,4.1) and (-0.3,3.9) .. (-0.3,3.5) .. controls (0,3.6) and (0.3,3.8) .. (0.48,4.2); \draw[draw=#2, line width=#3pt] (0.1,6.2) .. controls (0.12,6.5) and (0.22,6.7) .. (0.4,6.9).. controls (0.6,6.7) and (0.7,6.4) .. (0.65,5.88); \draw [draw=#2, line width=#3pt](0.65,6.34) .. controls (0.8,6.5) and (0.9,6.6) .. (1.1,6.8) .. controls (1.2,6.4) and (1.2,6.1) .. (1.1,5.8); \draw[draw=#2, line width=#3pt] (1.15,6.2) .. controls (1.4,6.35) and (1.7,6.4) .. (2,6.4) .. controls (2,6.1) and (1.9,5.9) .. (1.54,5.66); \draw[draw=#2, line width=#3pt] (1.74,5.8) .. controls (2,5.8) and (2.2,5.8) .. (2.3,5.8) .. controls (2.2,5.6) and (2.1,5.5) .. (1.9,5.3); \draw[draw=#2, line width=#3pt](2.1,5.5) .. controls (2.4,5.4) and (2.5,5.3) .. (2.7,5.2) .. controls (2.5,5) and (2.4,4.9) .. (2.1,4.8); \draw[draw=#2, line width=#3pt] (1.69,4.95) .. controls (2,4.9) and (2.4,4.6) .. (2.5,4.5) .. controls (2.3,4.4) and (2,4.3) .. (1.6,4.3); \draw[draw=#2, line width=#3pt] (-0.2,6.1) .. controls (-0.5,6.3) and (-0.8,6.2) .. (-1.1,6.1).. controls (-1.1,5.8) and (-1,5.6) .. (-0.9,5.4); \draw[draw=#2, line width=#3pt] (-0.42,5.33) .. controls (-0.7,5.4) and (-1.1,5.4) .. (-1.3,5.3) .. controls (-1.1,5.1) and (-0.9,5) .. (-0.64,4.9); \draw[draw=#2, line width=#3pt] (-1,5.05) .. controls (-1.3,4.9) and (-1.4,4.7) .. (-1.5,4.6) .. controls (-1.4,4.5) and (-1.2,4.4) .. (-0.9,4.4); \draw[draw=#2, line width=#3pt] (-0.6,4.6) .. controls (-0.9,4.4) and (-1.1,4.2) .. (-1.2,4.1) .. controls (-0.9,3.9) and (-0.5,4) .. (-0.2,4.2); \draw [draw=#2, line width=#3pt](-0.6,4) .. controls (-0.7,3.7) and (-0.7,3.4) .. (-0.6,3.1).. controls (-0.4,3.1) and (-0.1,3.3) .. (0.13,3.45); \draw[draw=#2, line width=#3pt] (0.1,3.7) .. controls (0.1,3.4) and (0.2,3.2) .. (0.3,3.1).. controls (0.5,3.2) and (0.6,3.4) .. (0.59,3.75); \draw[draw=#2, line width=#3pt] (0.51,3.33) .. controls (0.7,3.2) and (0.8,3.1) .. (0.87,3.04).. controls (0.9,3.2) and (1,3.3) .. (1.1,3.4); \draw [draw=#2, line width=#3pt](0.8,3.8) .. controls (0.9,3.6) and (1.1,3.3) .. (1.4,3.2) .. controls (1.4,3.4) and (1.5,3.6) .. (1.4,4); \draw[draw=#2, line width=#3pt] (1.4,3.7) .. controls (1.6,3.6) and (1.9,3.6) .. (2.2,3.6).. controls (2.3,3.8) and (2.2,4.1) .. (2,4.3); \draw[draw=#2, line width=#3pt] (1.4,5.3) .. controls (1.5,5.4) and (1.7,5.4) .. (1.8,5.5); \draw[draw=#2, line width=#3pt] (0.8,5.1) .. controls (0.9,5.2) and (1,5.3) .. (1.1,5.5); \draw[draw=#2, line width=#3pt] (0.78,5.56) .. controls (0.9,5.7) and (0.9,5.8) .. (0.9,6.1); \draw[draw=#2, line width=#3pt] (0.4,6.1) .. controls (0.4,6.3) and (0.4,6.4) .. (0.4,6.5); \draw[draw=#2, line width=#3pt] (1,4.3) .. controls (1,4.1) and (1,4) .. (1.1,3.8); \draw[draw=#2, line width=#3pt](0.2,5.5) .. controls (0.1,5.7) and (0.03,5.8) .. (0,5.9); \draw[draw=#2, line width=#3pt] (2,5.1) .. controls (2.1,5.1) and (2.2,5.1) .. (2.3,5.15); \draw[draw=#2, line width=#3pt] (-0.5,5.8) .. controls (-0.6,5.9) and (-0.7,5.95) .. (-0.8,6); \draw[draw=#2, line width=#3pt] (0.7,5.1) .. controls (0.6,5.2) and (0.6,5.3) .. (0.6,5.4); \draw [draw=#2, line width=#3pt](-0.1,4.4) .. controls (-0.2,4.4) and (-0.4,4.3) .. (-0.6,4.3); \draw[draw=#2, line width=#3pt] (0.5,4.8) .. controls (0.3,4.8) and (0.1,4.74) .. (-0.1,4.8); \draw[draw=#2, line width=#3pt] (1.4,4.6) .. controls (1.6,4.66) and (1.7,4.64) .. (1.8,4.6); \draw[draw=#2, line width=#3pt](0.6,4.8) .. controls (0.7,4.7) and (0.76,4.5) .. (0.7,4.2); \draw[draw=#2, line width=#3pt] (0.46,4.64) .. controls (0.3,4.4) and (0.2,4.3) .. (0.1,4.2); \draw[draw=#2, line width=#3pt] (0.7,4.9) .. controls (1,4.96) and (1.1,5) .. (1.2,5); \draw[draw=#2, line width=#3pt] (0.4,5) .. controls (0.1,5.1) and (0.03,5.2) .. (0,5.3); \draw [draw=#2, line width=#3pt](0.9,4.5) .. controls (1.1,4.5) and (1.2,4.5) .. (1.3,4.3); \draw[draw=#2, line width=#3pt] (-0.2,5.1) .. controls (-0.5,5.1) and (-0.6,5.2) .. (-0.7,5.2); \draw[draw=#2, line width=#3pt][draw=#2, line width=#3pt] (1.7,4) .. controls (1.9,4) and (2,3.92) .. (2,3.8); \draw[draw=#2, line width=#3pt] (0.4,4) .. controls (0.4,3.8) and (0.4,3.7) .. (0.3,3.5); \end{tikzpicture}} %90### \newcommand{\fcJuicy}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics[scale=1]{mini suculenta.jpg}}; \draw [draw=#2, line width=#3pt](-2.5,-1) .. controls (-2.5,-4.5) and (2,-4) .. (1.5,-1) .. controls (3,-1.5) and (5.5,-0.75) .. (5.35,1) .. controls (5,2.45) and (2,2) .. (0.82,-0.31);. controls (2,2.5) and (1,4) .. (0.5,4.5); \draw[draw=#2, line width=#3pt] (0.8,-0.3) .. controls (2,1.7) and (2.1,4.2) .. (0.6,4.26) .. controls (-1.6,4.4) and (-1.5,1.3) .. (-0.6,-0.3); \draw[draw=#2, line width=#3pt] (-1.05,3.1) .. controls (-2.1,6) and (-6.11,5.86) .. (-4.1,1.8); \draw [draw=#2, line width=#3pt](-4.6,3.5) .. controls (-6,4.3) and (-7,2.8) .. (-5.92,1.8); \draw[draw=#2, line width=#3pt] (-2,-0.2) .. controls (-5.8,5.2) and (-9.4,-0.8) .. (-2.5,-1.1); \draw[draw=#2, line width=#3pt] (-1.87,4.36) .. controls (-2,6.8) and (1.2,6.6) .. (0.8,4.2); \draw [draw=#2, line width=#3pt](-1.32,5.79) .. controls (-1.5,6.3) and (-3.4,6.4) .. (-3.3,5.04); \draw[draw=#2, line width=#3pt] (0.7,5.3) .. controls (0.9,6.1) and (3.2,5.8) .. (2.9,4.48); \draw[draw=#2, line width=#3pt] (1.62,3.25) .. controls (2.5,5.5) and (5.4,4.66) .. (4.1,1.8); \draw[draw=#2, line width=#3pt] (4.44,3.3) .. controls (5.8,3.84) and (6.6,2.5) .. (5.2,1.3); \draw[draw=#2, line width=#3pt] (-2.3,-2.2) .. controls (-5,-4.7) and (3.8,-4.3) .. (1.45,-2.25); \draw[draw=#2, line width=#3pt] (-2.81,-3.1) .. controls (-3.4,-4.2) and (-4,-5.9) .. (-2.4,-6.1).. controls (-1.4,-6.1) and (0.7,-6.1) .. (1.8,-5.8) .. controls (2.6,-5.6) and (2.5,-3.8) .. (1.86,-2.93); \draw [draw=#2, line width=#3pt, fill] (0.6,-1.43) ellipse (0.2 and 0.23); \draw [draw=#2, line width=#3pt, fill] (-1.45,-1.44) ellipse (0.2 and 0.23); \draw[draw=#2, line width=#3pt] (-0.9,-1.7) .. controls (-0.6,-2.3) and (-0.2,-2.3) .. (-0.05,-1.69); \end{tikzpicture}} %91### \newcommand{\fcFridge}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics[scale=1]{A geladeira.jpg}}; \draw[draw=#2, line width=#3pt] (-4.03,5.1) .. controls (-4.33,1.6) and (-4.6,-2.9) .. (-4.66,-4.9).. controls (-4.67,-5.1) and (-4.67,-5.4) .. (-4.5,-5.5) .. controls (-3.5,-5.8) and (-1.5,-6.3) .. (0,-6.6); \draw[draw=#2, line width=#3pt] (-0.07,-6.6) .. controls (0.3,-6.69) and (0.51,-6.68) .. (0.79,-6.6) .. controls (1.9,-6.4) and (3.3,-6) .. (4,-5.8) .. controls (4.39,-5.7) and (4.48,-5.5) .. (4.44,-5.24).. controls (4.25,-3.3) and (4.06,2.4) .. (3.9,4.9).. controls (3.94,5.2) and (3.75,5.46) .. (3.4,5.6).. controls (3,5.8) and (1.9,6.3) .. (1.33,6.6) .. controls (1.1,6.7) and (0.7,6.8) .. (0.4,6.7) .. controls (-0.7,6.4) and (-2.6,5.95) .. (-3.6,5.7) .. controls (-3.96,5.7) and (-4.06,5.5) .. (-4.03,5); \draw[draw=#2, line width=#3pt] (-4.3,2.4) .. controls (-3.1,2.6) and (-1.6,2.7) .. (0.6,3); \draw[draw=#2, line width=#3pt] (0.7,6.7) .. controls (0.6,3.4) and (0.5,-2.2) .. (0.4,-5.3); \draw [draw=#2, line width=#3pt](1.5,6.5) .. controls (1.5,2.2) and (1.4,-2.9) .. (1.4,-5.17); \draw [draw=#2, line width=#3pt](-4.6,-4.4) .. controls (-3.4,-4.7) and (-1.7,-4.9) .. (0.4,-5.3) .. controls (0.7,-5.38) and (1.09,-5.35) .. (1.4,-5.17) .. controls (2.2,-5) and (3.5,-4.8) .. (4.4,-4.6); \draw[draw=#2, line width=#3pt] (0.6,2.98) .. controls (0.8,3.06) and (1.1,3.05) .. (1.46,2.95); \draw[draw=#2, line width=#3pt] (-3.43,4.03) ellipse (0.4 and 1.1); \draw[draw=#2, line width=#3pt] (-3.69,0.08) ellipse (0.4 and 1.56); \draw[draw=#2, line width=#3pt] (-3.16,4.95) .. controls (-3.5,4.3) and (-3.5,3.7) .. (-3.3,3); \draw [draw=#2, line width=#3pt](-3.4,1.3) .. controls (-3.8,0.5) and (-3.8,-0.7) .. (-3.52,-1.39); \end{tikzpicture}} %92### \newcommand{\fcRoller}[3]{ \begin{tikzpicture}[scale = #1] %\node {\includegraphics[scale=1]{um rolo da massa.jpg}}; \draw[draw=#2, line width=#3pt] (-6.61,-0.95) .. controls (-3.5,0.6) and (0.7,2.3) .. (4.3,3.88) .. controls (4,2.4) and (5,0.73) .. (6.02,0.39) .. controls (2.4,-1.2) and (-2.3,-3.3) .. (-4.8,-4.4).. controls (-6,-4.1) and (-7,-2.2) .. (-6.6,-0.9); \draw[draw=#2, line width=#3pt] (-6.6,-2.3) .. controls (-7.4,-2.5) and (-8.3,-2.6) .. (-8.7,-2.8) .. controls (-9.4,-3.5) an