summaryrefslogtreecommitdiff
path: root/graphics/asymptote/doc/labelsquare.asy
blob: 9531792b6a1c9a5e3c21d9a5715b1e2e09717ddc (plain)
1
2
3
4
5
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);