xxxxxxxxxx
34
function setup() {
createCanvas(300, 400);
background(250,200,250);
strokeWeight(10);
point(100, 150);
strokeWeight(2);
stroke(255,255,0)
line(240,360,34,123)
fill(200,200,255,10)
rect(180,40,20,20);
// noStroke();
noFill();
ellipse(237,187,50,50);
}
// function draw() {
// }