0001-JS-P5E-WidthHeight

 







function setup() {
  createCanvas(720400);
}

function draw() {
  background(127);
  noStroke();
  for (let i = 0; i < height; i += 20) {
    fill(12920615);
    rect(0, i, width, 10);
    fill(255);
    rect(i, 010, height);
  }
}


Comments