c = circle() show(c) s1= rectangle(fill="red",stroke="green") s2= s1|rotate(45) s3= s1|rotate(90) s4= s1|rotate(135) c1= circle(r=50,fill="purple",stroke="yellow") c2= circle(r=25,fill="yellow",stroke="green") show(s1,s2,s3,s4,c1,c2)