Y
Hacker News
new
|
ask
|
show
|
jobs
by
floxy
447 days ago
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?
1 comments
laurentlb
447 days ago
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.
link
Arcs are just intersection of circles, so they are implicit, as far as I can tell.