summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/GUI/res/icons/center.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/GUI/res/icons/center.asy')
-rw-r--r--Build/source/utils/asymptote/GUI/res/icons/center.asy9
1 files changed, 9 insertions, 0 deletions
diff --git a/Build/source/utils/asymptote/GUI/res/icons/center.asy b/Build/source/utils/asymptote/GUI/res/icons/center.asy
new file mode 100644
index 00000000000..8db11ef08a9
--- /dev/null
+++ b/Build/source/utils/asymptote/GUI/res/icons/center.asy
@@ -0,0 +1,9 @@
+// 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);
+
+draw(scale(2)*shift(-0.5,-0.5)*unitsquare);
+fill(scale(0.5)*unitcircle);