Digital Doodle #5 View Larger Image The code: function setup() { createCanvas(800, 800) background(0) for(var i = 0; i < width; i++) { strokeWeight(random(2)) stroke(255, random(255)) line(width/2, height/2, random(width), random(height)) } } function draw() { } By The Happy Coder|2019-11-01T17:52:12+00:001st November 2019|Digital Art| Share the Happy Coder post FacebookTwitterRedditLinkedInTumblrPinterestVkEmail