pi-speed-4.tex /size: 159 b    last modification: 2020-07-01 14:35
1\starttext
2
3\dorecurse{10} {
4  \startMPcode
5     draw fullcircle scaled 1cm withpen pencircle scaled 1mm ;
6     draw textext("X") ;
7  \stopMPcode
8}
9
10\stoptext
11