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
ALLEN SHABU
Run
h2= rectangle(w=220,h=220,fill="blue",stroke_width=1)|repeat(20,rotate(57)) show(h2) k1= rectangle(w=210,h=210,fill="white",stroke_width=0)|repeat(20,rotate(57)) show(k1) s1 = rectangle(x=140, y=0, w=15,h=25,stroke_width=1,fill="#de2323") | repeat(100, rotate(10)) s2 = rectangle(x=125, y=0, w=15,h=20,stroke_width=1,fill="#ab2222") | repeat(100, rotate(9)) s3 = rectangle(x=112, y=0, w=13,h=15,stroke_width=0.6,fill="#f05d02") | repeat(100, rotate(8)) s4 = rectangle(x=97, y=0, w=16,h=17,stroke_width=1) | repeat(100, rotate(10)) s5 = rectangle(x=82, y=0, w=14,h=15,stroke_width=1,fill='#deda09') | repeat(100, rotate(10)) shape = rectangle(w=100, h=100,fill='red') | repeat(100, rotate(10)) show(shape) show(s1,s2,s3,s4,s5) c2=ellipse(w=80,h=10,fill="pink") | (repeat (200,rotate (30))) | scale(0.7) show(c2) e13= ellipse(w=90,h=90/3,fill="blue",stroke_width=0.5,stroke="white")|translate(x=30,y=30) show(e13 | scale(0.65)|repeat(60,rotate(35))) e12= ellipse(w=50,h=50/3,fill="pink", stroke_width=0.5,stroke="blue")|translate(x=30,y=30) show(e12 | repeat(40,rotate(189))) e14= ellipse(w=60,h=65/3,fill="white",stroke_width=1)|translate(x=33,y=33) show(e13 | scale(0.9)|repeat(30,rotate(-30))) k2= rectangle(w=75,h=100,fill="white",stroke_width=0)|repeat(25,rotate(57)) | scale(0.69) show(k2 | scale(0.8)) show(circle(x=0,y=0,r=25,fill="DeepPink",stroke_width=1)| scale(0.69)) e3= ellipse(w = 80, h = 59/3, fill = "LimeGreen")|repeat(5, rotate(49)) | scale(0.57) show(e3) e2= ellipse(w = 80, h = 59/3, fill = "Gold")|repeat(5, rotate(60)) | scale(0.6) show(e2) e1= ellipse(w = 30, h = 30/4, fill = "#7720e8",stroke="none")|repeat(5, rotate(35)) | scale(0.77) show(e1) show(circle(r=4,fill="red",stroke_width=0))
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login