summaryrefslogtreecommitdiff
path: root/graphics/asymptote/GUI/res/icons/centerorigin.asy
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /graphics/asymptote/GUI/res/icons/centerorigin.asy
Initial commit
Diffstat (limited to 'graphics/asymptote/GUI/res/icons/centerorigin.asy')
-rw-r--r--graphics/asymptote/GUI/res/icons/centerorigin.asy7
1 files changed, 7 insertions, 0 deletions
diff --git a/graphics/asymptote/GUI/res/icons/centerorigin.asy b/graphics/asymptote/GUI/res/icons/centerorigin.asy
new file mode 100644
index 0000000000..b1df599d38
--- /dev/null
+++ b/graphics/asymptote/GUI/res/icons/centerorigin.asy
@@ -0,0 +1,7 @@
+real pixel=1inch/96;
+size(25*pixel);
+defaultpen(1.5bp);
+
+draw(scale(2)*shift(-0.5,-0.5)*unitsquare);
+draw((-1,0)--(1,0));
+draw((0,-1)--(0,1));