[texhax] tikz and making a hole

Martin Heller mr_heller at yahoo.dk
Tue Jun 22 23:36:34 CEST 2010


On 2010-06-16 04:23, Victor Ivrii wrote:
> \begin{tikzpicture}
> \fill[red] (1.9,1.9) circle (.5);
> \clip  (0,0)--(1.5,0)--(1.5,2) arc
> (-180:-540:.5)--(1.5,2)--(1.5,0)--(4,0)--(4,4)--(0,4)--(0,0);
> \fill[blue] (2,2) circle (1);
> \end{tikzpicture}

\begin{tikzpicture}
\fill[red] (1.9,1.9) circle (.5);
\fill[blue,even odd rule] (2,2) circle (0.5) circle (1);
\end{tikzpicture}



More information about the texhax mailing list