s1= rectangle(fill="orange",stroke="none") s2= s1|rotate(45) s3= s1|rotate(90) s4= s1|rotate(135) s5=rectangle(h=80,w=80,x=0,y=0,fill="tomato",stroke="none") s6=rectangle(h=90,w=90,x=0,y=0,fill="none",stroke="tomato") s7=rectangle(h=35,w=35,x=0,y=0,fill="tomato",stroke="none") c1= circle(r=70,fill="yellow",stroke="orange") c3=circle(r=30,fill="yellow",stroke="none") show(s1,s2,s3,s4,c1,s5,s6,c3,s7)