« Return to Thread: Intersection area

Re: Intersection area

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

Reply to Author | View in Thread

Thanks for your response. I already experimented with clipping
paths--without success.

\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}

What's missing here is clipping the left ring to the area _outside_ the
smaller circle of the right circle (2,0) circle (2.5cm). How to achieve
this?

Hans Meine schrieb:
>
> Sure - just use one circle for clipping the other one.  (E.g. inside a scope,
> to limit the clipping's effect.)
>


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