summaryrefslogtreecommitdiff
path: root/graphics/asymptote/GUI/res/icons/center.asy
blob: 6241190ebb56a2760be4a93f62798bd0bc254a61 (plain)
1
2
3
4
5
6
defaultpen(4);

draw(scale(2)*shift(-0.5,-0.5)*unitsquare);
fill(scale(0.5)*unitcircle);

shipout(pad(64,64));