ci = circle(r=10,fill="red") pis = ellipse(w=80,h=10,fill="orange") pis2 = pis | repeat(10,rotate(20)) inner_cir = circle(r=50,fill="#007ea7") #inner sqr rect = rectangle(w=100,h=100,fill="#10B1AD") rect_rep = rect | repeat(20,rotate(15)) #inner eli el = ellipse(w=200,h=60,fill="#208E0B") el_rep = el | repeat(30,rotate(10)) #eli elip = ellipse(w=300,h=100,fill="#1f2421") elip_rep = elip | repeat(52,rotate(13)) #show show(elip_rep,el_rep,el,rect_rep,inner_cir,pis2,ci)