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
By
Mafaz MB
Run
c = circle(r=150,fill="red") show(c) whtsq = rectangle(w=212,h=212, fill="#fcf5d9", stroke="none") | repeat(10, rotate(10)) show(whtsq) ylwsq = rectangle(w=200,h=200, fill="#f7d022", stroke="none") | rotate(16) | repeat(10, rotate(10)) show(ylwsq) orgsq = rectangle(w=188,h=188, fill="#fc5f16", stroke="none") | rotate(22) | repeat(10, rotate(10)) show(orgsq) redsq = rectangle(w=176,h=176, fill="#af3b43", stroke="none") | rotate(28) | repeat(10, rotate(10)) show(redsq) marsq = rectangle(w=164,h=164, fill="#600519", stroke="none") | rotate(34) | repeat(10, rotate(10)) show(marsq) sub1 = circle(x=100,y=0,r=50, fill="blue") sub2 = circle(x=100,y=0,r=42, fill="white", stroke="none") sub3 = circle(x=100,y=0,r=34, fill="black", scoke="none") sub4 = circle(x=100,y=0,r=26, fill="red", stroke="none") sub5 = circle(x=100,y=0,r=18, fill="yellow", stroke="none") sub6 = circle(x=100,y=0,r=10, fill="#fcf5d9", stroke="none") subcombine = combine([sub1,sub2,sub3,sub4,sub5,sub6]) subfinal = subcombine | repeat(4, rotate(90)) show(subfinal) incirc1 = circle(r=100, stroke_width=2) show(incirc1) inrct1 = rectangle(w=198,h=10,fill="#fce7ba", stroke="none") | rotate(7) inrct1v = inrct1 | repeat(7, rotate(5)) show(inrct1v) inrct2 = rectangle(w=198,h=10,fill="#085e05", stroke="none") | rotate(52) inrct2v = inrct2 | repeat(7, rotate(5)) show(inrct2v) inrct3 = rectangle(w=198,h=10,fill="#8b6af7", stroke="none") | rotate(97) inrct3v = inrct3 | repeat(7, rotate(5)) show(inrct3v) inrct4 = rectangle(w=198,h=10,fill="#d8480a", stroke="none") | rotate(142) inrct4v = inrct4 | repeat(7, rotate(5)) show(inrct4v) ptlbig1 = ellipse(x=50,y=0,w=100,h=70, fill="yellow") ptlbig1v = ptlbig1 | scale(x=-1) show(ptlbig1, ptlbig1v) ptlbig1 = ellipse(x=50,y=0,w=100,h=70, fill="cyan") | rotate(45) ptlbig1v = ptlbig1 | scale(x=-1,y=-1) show(ptlbig1, ptlbig1v) ptlbig1 = ellipse(x=50,y=0,w=100,h=70, fill="pink") | rotate(90) ptlbig1v = ptlbig1 | scale(x=-1,y=-1) show(ptlbig1, ptlbig1v) ptlbig1 = ellipse(x=50,y=0,w=100,h=70, fill="green") | rotate(135) ptlbig1v = ptlbig1 | scale(x=-1,y=-1) show(ptlbig1, ptlbig1v) incirc2 = circle(r=50, fill="red",stroke="none") show(incirc2) incirc3 = circle(r=10,fill="yellow",stroke="black") show(incirc3) ylwsq = rectangle(w=30,h=30, fill="white", stroke="none") | rotate(20) | repeat(10, rotate(10)) show(ylwsq) incirc4 = circle(r=5,fill="yellow") show(incirc4)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login