blob: 5364ec454283706ee51572cdf00dc8126fd45af3 (
plain)
1
2
3
4
5
|
\begin{tikzpicture}
\draw[CORAcolorBlue] (-6,0) rectangle (-4,2);
\draw[CORAcolorRed] (-2,1) circle (1cm);
\draw[CORAcolorYellow] (0,0) -- (0,1) -- (1,2) -- (2,2) -- (2,1) -- (1,0) -- (0,0);
\end{tikzpicture}
|