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