c = circle() show(c) f=color(r=255,g=0,b=0) c1=ellipse(fill=f,stroke="yellow",stroke_width=3)|repeat (10,rotate(30)) c2=circle(r=100,fill="blue") c3=circle(r=50,fill="green",stroke="none") show(c2,c1,c3)