summaryrefslogtreecommitdiff
path: root/graphics/asymptote/GUI/res/icons/centerorigin.asy
blob: b1df599d3875d0b79e332311343187d165a7fb5b (plain)
1
2
3
4
5
6
7
real pixel=1inch/96;
size(25*pixel);
defaultpen(1.5bp);

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