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