Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > c6be3df0a3ca437587d4b1998fca9889 > files > 165

asymptote-2.49-1.mga7.armv7hl.rpm

import annotate;
settings.outformat="pdf";

size(200);

draw(unitcircle);
dot((0,0));
annotate("O","(0,0)",(0,0));
annotate("A","(1,0)",(1,0));
annotate("B","(0,1)",(0,1));
annotate("C","(-1,0)",(-1,0));
annotate("D","(0,-1)",(0,-1));