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
Lemia.N.B
Run
#inner layer pistil= circle(r=6, fill= '#FF6699') inner_petals= ellipse(x=0, y=0, h=15, w=85, fill='#FF9999') | (repeat(10, rotate(30))) | scale(0.4) inner_square= rectangle(h=85, w=85, fill='#FF6699', stroke_width=2) | scale(0.4) inner_circle1= circle(r=40, fill= '#003300') | scale(0.7) inner_ellipse= ellipse(h=100,w=75, fill='#FF9999') | repeat(10, rotate(60)) | scale(0.7) inner_circle2= circle(r=36, fill='#003300') #middle layer #layer1 m1_square= rectangle(h=72, w=72, fill="#CC6666") | repeat(30, rotate(30)) m1_circle= circle(r=51, fill='#CC0066') m1_ellipse= ellipse(h=180, w=100, fill='#CC6699') | (repeat(10, rotate(60))) | scale(0.7) #layer2 m2_square1= rectangle(h=200, w=200, fill='#FF99CC') | (repeat(30, rotate(20))) | scale(0.6) m2_square2= rectangle(h=220, w=220, fill='#003300') | (repeat(30, rotate(20))) | scale(0.6) m2_circle= circle(r=105, fill='#CC3366') | scale(0.9) #outer layer #show show(m2_circle, m2_square2, m2_square1, m1_ellipse, m1_circle, m1_square, inner_circle2, inner_ellipse, inner_circle1, inner_square, inner_petals, pistil)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login