1size(0,100);
2path unitcircle=E..N..W..S..cycle;
3path g=scale(2)*unitcircle;
4filldraw(unitcircle^^g,evenodd+yellow,black);
5
6