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
Chemmangat Hari Manoj
By
Chemmangat Hari
Run
#inner circle c1 = circle(r=100,fill='#a3a300',stroke='none') c2 = circle(r=95,fill='#c2c200',stroke='none') c3 = circle(r=90,fill='#e0e000',stroke='none') c4 = circle(r=85,fill='#ffff1f',stroke='none') c5 = circle(r=80,fill='#ffff3d',stroke='none') c6 = circle(r=75,fill='#ffff5c',stroke='none') c7 = circle(r=70,fill='#dbdb00',stroke='none') c8 = circle(r=65,fill='#bdbd00',stroke='none') c9 = circle(r=60,fill='#9e9e00',stroke='none') c10 = circle(r=55,fill='#616100',stroke='none') c11 = circle(r=50,fill='#424200',stroke='none') c12 = circle(r=45,fill='#242400',stroke='none') r1 = rectangle(w=20, h=10, fill='#06BFCE',x=-10,y=13) r2 = rectangle(w=10, h=10, fill='#0161FF',x=10,y=13) r3 = rectangle(w=35, h=10, fill='#FFCD10',x=-2,y=0) r4 = rectangle(w=14, h=10, fill='#EE1801',x=-12,y=-13) r5 = rectangle(w=9, h=10, fill='#95BF16',x=0,y=-13) r6 = rectangle(w=9, h=10, fill='#225964',x=11,y=-13) c100 = circle(r=150,fill='black') c101 = circle(r=147,stroke='yellow', stroke_width=3) s1 = ellipse(w=290, fill='#FF00FF',stroke='none') s2 = s1 | rotate(45) s3 = s1 | rotate(90) s4 = s1 | rotate(135) #inner design of outer design(1) s100 = ellipse(w=280,h=90 , fill='#00FFFF',stroke='none') s5 = s100 | rotate(45) s6 = s100 | rotate(90) s7 = s100 | rotate(135) #inner design of outer design(2) s150 = ellipse(w=260,h=70 , fill='purple',stroke='none') s8 = s150 | rotate(45) s9 = s150 | rotate(90) s10 = s150 | rotate(135) s11 = s150 | rotate(180) s12 = s150 | rotate(225) s13 = s150 | rotate(270) s120 = circle(x=140, y=0, r=5,stroke='blue') s121 = s120 | repeat(200, scale(0.815)) s122 = s121 | repeat(85, rotate(10)) s123 = circle(x=140, y=0, r=2.5,stroke='white') s124 = s123 | repeat(200, scale(0.815)) s125 = s124 | repeat(85, rotate(10)) show(c100,s122,s125, c101, s1, s2, s3, s4, s100, s5, s6, s7,s10, s11,s12,s13) show(c1,c2,c3,c4,c5,c6,c7,c8,c9,c10,c11,c12,r1,r2,r3,r4,r5,r6)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login