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
Pookalam
By
Muhammed Aflah
Run
#face face = ellipse(w=95,h=100,fill="#ffffff",stroke="#000000",stroke_width="2") eye1 = circle(fill="#000000",stroke="none",r=3,x=-22,y=10) eye_line1 = line(x1=-22,y1=6,x2=-22,y2=9,stroke_width="2") eye2 = circle(fill="#000000",stroke="none",r=3,x=22,y=13) eye_line2 = line(x1=22,y1=10,x2=25,y2=11,stroke_width="2") mouth = line(x1=-33,y1=-4,x2=33,y2=2,stroke_width="2") chin = line(x1=-13,y1=-7,x2=15,y2=-5) body = line(x1=0,y1=-50,x2=0,y2=-110,stroke_width="6") bic1 = line(x1=0,y1=-50,x2=-30,y2=-70,stroke_width=3) arm1 = line(x1=-30,y1=-70,x2=-75,y2=-25,stroke_width=3) bic2 = line(x1=0,y1=-55,x2=30,y2=-70,stroke_width=3) arm2 = line(x1=30,y1=-70,x2=65,y2=-23,stroke_width=3) #backgrounds #facebg c1 = circle(r=75,fill="#f4511e",stroke="none") c2 = circle(r=93,fill="#ffffff",stroke="none") e1 = ellipse(w=180,h=80,fill="#fbe9e7",stroke="none") | repeat(6,rotate(30)) c3 = circle(r=110,fill="#c75b39",stroke="none") r1 = rectangle(x = 0, y = 40 , w = 10, h = 71,fill="#fbe9e7",stroke = "none") | repeat(10,rotate(36)) r2 = rectangle(w=220,h=220,fill="#ffeb3b",stroke="none")|rotate(15)|repeat(20,rotate(50))|scale(0.8) r3 = rectangle(w=220,h=220,fill="#ffc107",stroke="none")|rotate(20)|repeat(20,rotate(50))|scale(0.9) r4 = rectangle(w=220,h=220,fill="#795548",stroke="none")|rotate(15)|repeat(20,rotate(50))|scale(0.98) bg_circle = circle(fill="#260e04",stroke="none",r=154) white_bg = circle(fill="#ffffff",stroke="none",r=254) show(white_bg,bg_circle,r4,r3,r2,c3,c2,e1,c1,r1,body,arm1,bic1,arm2,bic2,face,eye1,eye_line1,eye2,eye_line2,mouth,chin)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login