summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/Coons.asy
blob: 9f59d15257510b6429b9914e5319eac8a1477538 (plain)
1
2
3
4
5
6
size(200);

pen[] p={red,green,blue,magenta};
path g=(0,0){dir(45)}..(1,0)..(1,1)..(0,1)..cycle;
tensorshade(g,p);
dot(g);