s1= ellipse(fill="orange",stroke="none") s2= s1|rotate(45) s3= s1|rotate(90) s4= s1|rotate(135) c= circle(r=50,fill="white",stroke="none") show(s1,s2,s3,s4,c)