size(500,400);
background(9,39,52);
fill(16,60,77);
stroke(16,60,77);
ellipse(320,180, 350,350);
fill(255,255,0);
stroke(255,255,0);
arc(320, 180, 350, 350, 0, PI+QUARTER_PI, CHORD);
fill(16,60,77);
stroke(16,60,77);
rect(0,300, 500,5);
rect(0,310, 500,10);
rect(0,340, 500,3);
rect(0,350, 500,3);
rect(0,370, 500,30);
fill(255,255,255);
stroke(255,255,255);
strokeWeight(3);
point(50,10);
fill(255,255,255);
stroke(255,255,255);
strokeWeight(4);
line(0,100, 200,400);
line(0,150, 120,400);
line(0,35, 220,300);
line(0,0, 270,300);
fill(255,0,0);
stroke(255,0,0);
quad(38, 31, 86, 20, 69, 63, 30, 76);


沒有留言:
張貼留言