summaryrefslogtreecommitdiff
path: root/graphics/asymptote/examples/tiling.asy
blob: ed817b2a6370ffa3b1226950a50e4c6407a75f1a (plain)
1
2
3
4
5
6
7
size(0,150);
import patterns;

add("checker",checker(blue));

filldraw(unitcircle,pattern("checker"));