background = circle(x=140, y=0, r=10,fill="pink",stroke="green") background_repeat = background | repeat(36, rotate(10)) out = circle(x=125, y=0, r=10,fill="green",stroke="none") | repeat(36, rotate(10)) cen= rectangle(w=100, h=100,fill="red") | repeat(60, rotate(10)|scale(0.9)) bod = ellipse(fill="yellow",stroke="purple") | repeat(5, rotate(60)) border=circle(r=110,fill="purple") show(background_repeat,border,out,bod,cen)