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
New Sketch
By
GODWIN GEORGE
Run
petal1 = rectangle(w=50,h=50,x=30,y=30, fill="#E346A5", stroke="black") petal2 = ellipse(w=50,h=50,x=30,y=30, fill="#25FFD1", stroke="balck") | rotate(45) petal = petal1+petal2 flower = petal | repeat(30,rotate(161)) flower_ring = flower | scale(0.5) | translate(100) | repeat(60,rotate(173)) flower_bed = flower_ring | repeat(4,scale(0.5) | rotate(161)) show(flower_bed)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login