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