View Single Post
I need to draw overlapping circles and want to make the overlapping part grey (or red) and the rest white.
It worked for me the following way:
- draw the circles
- copy them
- place them on top of the first two
- fill one of them
- with Shapes - keep overlapping parts

But this seems a very complicated way. Is there a simpler one?