summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/GUI/res/icons/center.asy
blob: 8db11ef08a9c3861b765dd98c8fc70fb424e1f0c (plain)
1
2
3
4
5
6
7
8
9
// Empty bucket:  asy bucket -f svg
// Filled bucket: asy bucket -f svg -u fill=true -o filledbucket

real pixel=1inch/96;
size(25*pixel);
defaultpen(1.5bp);

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