繪圖

四設四乙 40123210

2015-12-28

寫字

ctx.font="30px Matura MT Script Capitals"; >> 設字體大小及字型

ctx.fillText("★Merry Christmas",60,100); ctx.fillText("&Happy New Year",140,150); >> 輸入內容及位置

繪圖

ctx.lineWidth = 8 >> 設線條寬度

ctx.moveTo(94, 30)

ctx.lineTo(86, 180)

ctx.lineTo(293, 180) >> 依序輸入點座標

........

ctx.strokeStyle = "rgb(128, 128, 192)" >> 設圖形顏色(紅,綠,藍)