summaryrefslogtreecommitdiff
path: root/graphics/asymptote/GUI/res/icons/centerorigin.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/centerorigin.asy
parent590fd8b560523cdaea19c59aea61e781138e87f8 (diff)
CTAN sync 201911070301
Diffstat (limited to 'graphics/asymptote/GUI/res/icons/centerorigin.asy')
-rw-r--r--graphics/asymptote/GUI/res/icons/centerorigin.asy6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/asymptote/GUI/res/icons/centerorigin.asy b/graphics/asymptote/GUI/res/icons/centerorigin.asy
index b1df599d38..49205ead81 100644
--- a/graphics/asymptote/GUI/res/icons/centerorigin.asy
+++ b/graphics/asymptote/GUI/res/icons/centerorigin.asy
@@ -1,7 +1,7 @@
-real pixel=1inch/96;
-size(25*pixel);
-defaultpen(1.5bp);
+defaultpen(4);
draw(scale(2)*shift(-0.5,-0.5)*unitsquare);
draw((-1,0)--(1,0));
draw((0,-1)--(0,1));
+
+shipout(pad(64,64));