1.程式碼
size(600,600);
background(#8E8E8E);
noStroke();
fill(255);
rect(100,100,400,400);
fill(255);
stroke(0);
strokeWeight(5);
ellipse(200,300,30,30);
ellipse(400,300,30,30);
noStroke();
fill(#FF9224);
ellipse(300,400,200,100);
stroke(255);
line(200,400,400,400);
2.結果
沒有留言:
張貼留言