summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/GUI/res/icons/closedcurve.asy
blob: 80e70619717ff48019e9c5e461a78b27c93f539d (plain)
1
2
3
4
5
6
7
defaultpen(2.5);

path p=W..NW..ENE..0.5*SE..cycle;
draw(p);
dot(p,linewidth(12));

shipout(pad(64,64));