summaryrefslogtreecommitdiff
path: root/graphics/asymptote/GUI/res/icons/centerorigin.asy
blob: 49205ead816387bd6e34a28d7d0fada2f022fc37 (plain)
1
2
3
4
5
6
7
defaultpen(4);

draw(scale(2)*shift(-0.5,-0.5)*unitsquare);
draw((-1,0)--(1,0));
draw((0,-1)--(0,1));

shipout(pad(64,64));