xxxxxxxxxx
32
function setup() {
createCanvas(525, 570);
}
function draw() {
background(color(1))
stroke(255)
strokeWeight(5)
point(123, 321)
point(57, 121)
point(500, 35)
strokeWeight(10)
point(231, 213)
point(123, 231)
point(345, 343)
point(300, 100)
point(400, 150)
strokeWeight(200)
point(50, 50)
stroke(150)
strokeWeight(50)
point(50, 40)
strokeWeight(40)
point(70, 100)
strokeWeight(25)
point(100, 50)
strokeWeight(0)
fill(1, 200, 50)
rect(0, 400, 550, 200)
}//end draw