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