summaryrefslogtreecommitdiff
path: root/info/asymptote-manual-zh-cn/src/labelsquare.asy
blob: 193314ae4d4caab106976e2978e77da6309a98e2 (plain)
1
2
3
4
5
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);