2012年11月22日 星期四

B10010112_張雅婷_LOGO

void setup(){
 
size(500,500);
background(255,255,255);
smooth();
}
void draw(){
  background(255);
  PFont font;
  font=loadFont("cwTeXHeiBold-48.vlw");
  textFont(font);
 
fill (255);
stroke(0);//外框顏色(R,G,B)
triangle(170, 382, 160, 397, 180, 397);

fill (0);
stroke(0);//外框顏色(R,G,B)
strokeWeight(2);//外框寬度(數字)
ellipse(250,250,200,200);//
fill (255);
stroke(0);//外框顏色(R,G,B)
strokeWeight(8);//外框寬度(數字)
ellipse(380,380,90,90);//
fill (255);
stroke(255);//外框顏色(R,G,B)
strokeWeight(8);//外框寬度(數字)
ellipse(410,410,90,90);//
fill (0);
stroke(0);//外框顏色(R,G,B)
strokeWeight(2);//外框寬度(數字)
ellipse(350,350,130,130);//

fill (0);
stroke(0);//外框顏色(R,G,B)
quad(270,250,100,360,150,280,80,220);
fill (255);
stroke(0);//外框顏色(R,G,B)
strokeWeight(2);//外框寬度(數字)
ellipse(200,250,30,30);//
fill (0);
stroke(0);//外框顏色(R,G,B)
strokeWeight(2);//外框寬度(數字)
ellipse(205,257,12,12);//
noFill();
stroke(255, 102, 0);
stroke(0, 0, 0);
bezier(100,300,40, 250,  80, 210,20,180);
fill (255);
stroke(255);
quad(290, 240, 310, 260, 150,150, 100,100);

strokeWeight(2);//外框寬度(數字)
fill(0);
textSize(21);
text("JHANG",200,400);
text("YA-TING",230,430);

strokeWeight(2);//外框寬度(數字)
fill(0);
textSize(21);
text("JHANG",200,400);
text("YA-TING",230,430);
}

沒有留言:

張貼留言