f = color(r=255, g=0, b=0) c1 = ellipse(w=200, h=10, fill=f, stroke="yellow",stroke="yellow",stroke_width=2) | repeat(72, rotate(5)) c2 = circle(r=100, fill="blue") c3 = circle(r=50, fill"brown", stroke="none") show(c3, c2, c1)