-
Notifications
You must be signed in to change notification settings - Fork 13
/
Ulrike.tex
28 lines (21 loc) · 2.26 KB
/
Ulrike.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
% !TeX program = arara -p generate_examples % | txs:///view-log | txs:///view-pdf "?am).pdf"
\documentclass{standalone}
\usepackage{tikzducks}
\colorlet{dark}{black!75!white}
\colorlet{light}{yellow!70!brown!50!white}
\colorlet{accent}{orange!50!brown}
% Turm %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\turm}[1]{%
\begin{scope}[scale=0.38]
\duck[body=#1,bill=accent]
\end{scope}
\path[fill=gray,yshift=-45,xshift=-8] (0.0959,0.1866) .. controls (0.0908,0.2574) and (0.0900,0.3748) .. (0.1928,0.3609) .. controls (0.2295,0.3527) and (0.2359,0.3750) .. (0.2326,0.4070) .. controls (0.2337,0.4816) and (0.2438,0.5571) .. (0.2849,0.6214) .. controls (0.3553,0.7835) and (0.3522,0.9650) .. (0.3641,1.1382) .. controls (0.3678,1.2187) and (0.3676,1.2993) .. (0.3675,1.3799) .. controls (0.3183,1.3832) and (0.2443,1.3768) .. (0.2356,1.4412) .. controls (0.2297,1.6004) and (0.2294,1.7604) .. (0.2367,1.9196) .. controls (0.2988,1.9217) and (0.3843,1.9393) .. (0.4339,1.9106) .. controls (0.4300,1.8436) and (0.4255,1.7539) .. (0.5208,1.7857) .. controls (0.5477,1.7857) and (0.5820,1.7785) .. (0.5698,1.8176) .. controls (0.5717,1.8659) and (0.5553,1.9453) .. (0.6308,1.9238) .. controls (0.7009,1.9243) and (0.7710,1.9230) .. (0.8411,1.9226) .. controls (0.8425,1.8787) and (0.8439,1.8348) .. (0.8453,1.7909) .. controls (0.8892,1.7909) and (0.9331,1.7909) .. (0.9770,1.7909) .. controls (0.9784,1.8348) and (0.9798,1.8787) .. (0.9812,1.9226) .. controls (1.0478,1.9226) and (1.1143,1.9226) .. (1.1809,1.9226) .. controls (1.1794,1.7563) and (1.1845,1.5897) .. (1.1771,1.4236) .. controls (1.1574,1.3706) and (1.0943,1.3835) .. (1.0492,1.3790) .. controls (1.0532,1.1475) and (1.0506,0.9124) .. (1.1071,0.6864) .. controls (1.1310,0.6073) and (1.1880,0.5375) .. (1.1819,0.4508) .. controls (1.1864,0.4236) and (1.1780,0.3839) .. (1.1895,0.3637) .. controls (1.2346,0.3602) and (1.3001,0.3702) .. (1.3145,0.3141) .. controls (1.3197,0.2396) and (1.3177,0.1647) .. (1.3193,0.0900) .. controls (0.9114,0.0900) and (0.5036,0.0900) .. (0.0957,0.0900) .. controls (0.0958,0.1222) and (0.0959,0.1544) .. (0.0959,0.1866) -- cycle;
}
\begin{document}
\begin{tikzpicture}[xscale=-1]
\turm{dark}
\end{tikzpicture}
\begin{tikzpicture}
\turm{light}
\end{tikzpicture}
\end{document}