summaryrefslogtreecommitdiff
path: root/graphics/asymptote/GUI/res/icons/center.asy
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/GUI/res/icons/center.asy')
-rw-r--r--graphics/asymptote/GUI/res/icons/center.asy9
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/asymptote/GUI/res/icons/center.asy b/graphics/asymptote/GUI/res/icons/center.asy
index 8db11ef08a..6241190ebb 100644
--- a/graphics/asymptote/GUI/res/icons/center.asy
+++ b/graphics/asymptote/GUI/res/icons/center.asy
@@ -1,9 +1,6 @@
-// Empty bucket: asy bucket -f svg
-// Filled bucket: asy bucket -f svg -u fill=true -o filledbucket
-
-real pixel=1inch/96;
-size(25*pixel);
-defaultpen(1.5bp);
+defaultpen(4);
draw(scale(2)*shift(-0.5,-0.5)*unitsquare);
fill(scale(0.5)*unitcircle);
+
+shipout(pad(64,64));