Dominique Würtz | 1 Mar 16:36
Picon

Re: Intersection area

Again, thanks for all your answers, here is the complete solution I came 
up with:

\begin{tikzpicture}
   \def\ringa{(-1,0) circle (2) (-1,0) circle (3)}
   \def\ringb{(1,0) circle (2) (1,0) circle (3)}

   \begin{scope}[even odd rule]
     \clip \ringa;
     \fill[fill=orange] \ringb;
   \end{scope}

   \draw \ringa;
   \draw \ringb;
\end{tikzpicture}

Dominique Würtz schrieb:
> Hi,
> 
> I try to fill the two intersection areas of two ring shapes (ie. an area 

-------------------------------------------------------------------------
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/

Gmane