Nafis Sabir HW 1.3.1

size(800,800);
background(0,150,255);
fill(0,0,255);
strokeWeight(2);
stroke(2);
arc(200, 200, 200, 200, 0, PI+QUARTER_PI, PIE);
strokeWeight(9);
stroke(10,200,0);
line(200, 303, 200, 700);
size(800,800);
fill(146,0,206);
strokeWeight(2);
stroke(2);
arc(380, 300, 200, 200, 0, PI+QUARTER_PI, PIE);
strokeWeight(9);
stroke(10,200,0);
line(380, 403, 380, 700);
size(800,800);
fill(255,0,255);
strokeWeight(2);
stroke(2);
arc(560, 400, 200, 200, 0, PI+QUARTER_PI, PIE);
strokeWeight(9);
stroke(10,200,0);
line(560, 503, 560, 700);

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *