« Return to Thread: Intersection area

Re: Intersection area

by Dominique Würtz-2 :: Rate this Message:

Reply to Author | View in Thread

sorry, it should read

\filldraw[fill=red,even odd rule]

Dominique Würtz schrieb:

> \documentclass{article}
> \usepackage{tikz}
>
> \begin{document}
> \pagestyle{empty}
>
> \begin{tikzpicture}
>    \clip (2,0) circle (3cm);
>    \filldraw[fill=even odd rule]
>    (0,0) circle (2.5cm) (0,0) circle (3cm);
> \end{tikzpicture}
>
> \end{document}




-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
pgf-users mailing list
pgf-users@...
https://lists.sourceforge.net/lists/listinfo/pgf-users

 « Return to Thread: Intersection area