/* built with Studio Sketchpad: * https://sketchpad.cc * * observe the evolution of this sketch: * https://spagnuolo.sketchpad.cc/sp/pad/view/ro.XlFQwl7OXKn/rev.1542 * * authors: * Marie Guelden * license (unless otherwise specified): * creative commons attribution-share alike 3.0 license. * https://creativecommons.org/licenses/by-sa/3.0/ */ // Name:Marie Guelden // Date:18/10/16 // Title:Pattern size(300,300); strokeWeight(3); stroke(0,0,120); fill(130,0,140) ellipse(150,150,100,100); strokeWeight(2) stroke(0,255,0); fill(0,100,100); ellipse(150,150,70,70); strokeWeight(3) stroke(255,125,0); noFill(); triangle(150,95,110,70,190,70); strokeWeight(3) stroke(255,125,0); noFill(); triangle(150,165,190,70,110,70); strokeWeight(3) stroke(255,125,0); noFill(); triangle(150,204,110,230,190,230); strokeWeight(3) stroke(255,125,0); noFill(); triangle(150,135,190,230,110,230); strokeWeight(5) stroke(4,200,190); noFill(); rect(95,95,110,110); strokeWeight(2); stroke(230,0,140); line(89,0,0,300); line(0,0,89,300); line(300,300,211,0); line(211,300,300,0);