Explore
Courses
Batches
Sketches
Statistics
Code a Pookkalam
Jobs
Devsprint
People
Course Creation
Create a Course
Guidelines
Resources
Support
Blogs
My Profile
About Us
Login
Sketches
0
test
By
Emerson G Chelat
Run
r1 = rectangle(w=100,h=25,fill="white") c1 = circle(r=105,fill="pink",stroke="none") petal = ellipse(x=0,y=10,w=10,h=20,fill="#ffec17") flower = petal|repeat(12,rotate(30)) flower_link= flower|translate(x=30,y=30)|repeat(8,rotate(45)) e1 = flower_link|repeat(3,scale(1.5)) show(r1,c1,petal,flower,e1) r2 = rectangle(w=100,h=25,fill="white") c2 = circle(r=80,fill="pink",stroke="none") petal2 = ellipse(x=0,y=10,w=10,h=10,fill="#231cff") flower2 = petal2|repeat(12,rotate(30)) flower_link2= flower2|translate(x=30,y=30)|repeat(8,rotate(45)) e2 = flower_link2|repeat(3,scale(1.5)) show(r2,c2,petal2,flower2,e2)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login