Again: no! shape main {
layouttype = "border";
h_align = "left";
noshadow = "true";
DefSize(200,100);
setfillcolor(0,0,255);
rectangle(0,0,100,100);
addsubshape("sub","s");
shape sub {
setfillcolor(0,255,0);
ellipse(10,10,90,90);
}
}"n" and "center" place it in the center. Just see what "s" produces :-(
q.