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