summaryrefslogtreecommitdiff
path: root/graphics/asymptote/GUI/res/icons/opencurve.asy
blob: e8fca0f2e813af212d6aac9f8410b767fb07b463 (plain)
1
2
3
4
5
6
7
defaultpen(2.5);

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

shipout(pad(64,64));