File:Flower pattern.JPG: Revision history

File on Medien Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 November 2014

  • curprev 17:0617:06, 20 November 2014Dora talk contribs 527 bytes +527 void setup() { size(640, 640); strokeWeight(2); stroke(219, 84, 35); fill(0, 48, 77, 95); } void draw() { background(255); translate(width/2, height/2); for (int i = 0; i < 360; i+=36) { float x = sin(radians(i)) * 320; fl