Move canvas

Untitled Sketch

Saved May 11, 2010
 
size(300, 300);
smooth();
strokeWeight(10);
 
for(int i = 0; i < width; i++) {
  float x = random(0, width);
  stroke(random(50), random(255), random(255), 100);
  line(i, 0, x, height);
}
 
 

Unless specified otherwise in the source code, this work, created by
is licensed under a Creative Commons Attribution-Share Alike 3.0 License.

Creative Commons License

Authors

Modify this version


Modded 6 times

Export this version

Source code
HTML (w/canvas)