summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/yingyang.asy
blob: 68b0d0eea743060621d57157d2f9d4875ddb02c2 (plain)
1
2
3
4
5
6
7
size(0,25cm);
guide center=(0,1){W}..tension 0.8..(0,0){(1,-.5)}..tension 0.8..{W}(0,-1); 

draw((0,1)..(-1,0)..(0,-1));
filldraw(center{E}..{N}(1,0)..{W}cycle);
unfill(circle((0,0.5),0.125));
fill(circle((0,-0.5),0.125));