Comment by floxy
Wouldn't you also need a two parameters for the arc starting position and stopping position for each circle, and then a few more to identify the areas that need to be filled, along with the color?
Wouldn't you also need a two parameters for the arc starting position and stopping position for each circle, and then a few more to identify the areas that need to be filled, along with the color?
Once you've drawn the circles, I think you just need to specify which regions are filled.
Arcs are just intersection of circles, so they are implicit, as far as I can tell.