分銅
setup=_=>{createCanvas(w=400,w);g=createGraphics(40,40);g.background(k="#58598f");g.strokeWeight(2);g.stroke(0);g.fill(w);g[c="circle"](20,20,40);g.fill(k);g[c](40,0,40);g[c](0,40,40);for(x=0;x<10;x++){for(y=0;y<10;y++){image(g,x*40,y*40,0,0)}}}

6 14