s1 = circle(x=50, y=0, r=50, fill="yellow" , stroke="red") + circle(x=75, y=0, r=25, fill="blue", stroke="white") s2 = s1 | rotate(90) s3 = s1 | rotate(180) s4 = s1 | rotate(270) s5 = s1 | rotate(45) s6 = s1 | rotate(135) s7 = s1 | rotate(225) s8= s1 | rotate(315) show(s1,s2, s3, s4, s5, s6, s7, s8,)