summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/doc/labelsquare.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/doc/labelsquare.asy')
-rw-r--r--Build/source/utils/asymptote/doc/labelsquare.asy6
1 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/utils/asymptote/doc/labelsquare.asy b/Build/source/utils/asymptote/doc/labelsquare.asy
new file mode 100644
index 00000000000..9531792b6a1
--- /dev/null
+++ b/Build/source/utils/asymptote/doc/labelsquare.asy
@@ -0,0 +1,6 @@
+size(3cm);
+draw(unitsquare);
+label("$A$",(0,0),SW);
+label("$B$",(1,0),SE);
+label("$C$",(1,1),NE);
+label("$D$",(0,1),NW);