summaryrefslogtreecommitdiff
path: root/graphics/asymptote/doc/superpath.asy
blob: ec2787a9ce0aa77535a009af310e3e31b6a8a3c5 (plain)
1
2
3
4
5
size(0,100);
path unitcircle=E..N..W..S..cycle;
path g=scale(2)*unitcircle;
filldraw(unitcircle^^g,evenodd+yellow,black);