summaryrefslogtreecommitdiff
path: root/graphics/asymptote/GUI/res/icons/opencurve.asy
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/GUI/res/icons/opencurve.asy')
-rw-r--r--graphics/asymptote/GUI/res/icons/opencurve.asy8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/asymptote/GUI/res/icons/opencurve.asy b/graphics/asymptote/GUI/res/icons/opencurve.asy
index 885128358a..e8fca0f2e8 100644
--- a/graphics/asymptote/GUI/res/icons/opencurve.asy
+++ b/graphics/asymptote/GUI/res/icons/opencurve.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;
draw(p);
-dot(p,linewidth(8pixel));
+dot(p,linewidth(12));
+
+shipout(pad(64,64));