Digital Doodle #2 View Larger Image Code: function setup() { createCanvas(800, 800) background(245) for(var i = 1; i < width/25; i++) { strokeWeight(10) stroke(random(255), random(255), random(255)) line(25*i, 100, 25*i, height-100) } } function draw() { } By The Happy Coder|2019-11-01T17:54:21+00:0031st October 2019|Digital Art| Share the Happy Coder post FacebookTwitterRedditLinkedInTumblrPinterestVkEmail