summaryrefslogtreecommitdiff
path: root/graphics/asymptote/GUI/res/icons/center.asy
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-11-07 03:01:39 +0000
committerNorbert Preining <norbert@preining.info>2019-11-07 03:01:39 +0000
commit2e1d63b8ed8c6b7c6d206bfe9e2712797108e8bd (patch)
tree7ea198b043998590117b2730e9dec10327ef3da3 /graphics/asymptote/GUI/res/icons/center.asy
parent590fd8b560523cdaea19c59aea61e781138e87f8 (diff)
CTAN sync 201911070301
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));