fill=color(r=300,g=0,b=0) shape1 = circle(x=50, y=0, r=50,fill=fill, stroke="none") | repeat(31, rotate(23)) show(shape1) shape = circle(x=50,y=0,r=50) | repeat(31, rotate(23)) show(shape)