« Return to Thread: Intersection area

Re: Intersection area

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

Reply to Author | View in Thread

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/
_______________________________________________
pgf-users mailing list
pgf-users@...
https://lists.sourceforge.net/lists/listinfo/pgf-users

 « Return to Thread: Intersection area