summaryrefslogtreecommitdiff
path: root/graphics/asymptote/doc/labelsquare.asy
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/doc/labelsquare.asy')
-rw-r--r--graphics/asymptote/doc/labelsquare.asy6
1 files changed, 6 insertions, 0 deletions
diff --git a/graphics/asymptote/doc/labelsquare.asy b/graphics/asymptote/doc/labelsquare.asy
new file mode 100644
index 0000000000..9531792b6a
--- /dev/null
+++ b/graphics/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);