summaryrefslogtreecommitdiff
path: root/graphics/asymptote/GUI/res/icons/closedcurve.asy
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/GUI/res/icons/closedcurve.asy')
-rw-r--r--graphics/asymptote/GUI/res/icons/closedcurve.asy8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/asymptote/GUI/res/icons/closedcurve.asy b/graphics/asymptote/GUI/res/icons/closedcurve.asy
index 6406807998..80e7061971 100644
--- a/graphics/asymptote/GUI/res/icons/closedcurve.asy
+++ b/graphics/asymptote/GUI/res/icons/closedcurve.asy
@@ -1,7 +1,7 @@
-real pixel=1inch/96;
-size(32*pixel,IgnoreAspect);
-defaultpen(1.75bp);
+defaultpen(2.5);
path p=W..NW..ENE..0.5*SE..cycle;
draw(p);
-dot(p,linewidth(8pixel));
+dot(p,linewidth(12));
+
+shipout(pad(64,64));