canvas繪圖形狀總結

矩形 rect(x,y,width,height) // 建立矩形 fillRect(x,y,width,height); //建立填充的矩形 strokeRect(x,y,width,height); // 建立輪廓矩形 clearRect(x,y,width,height); //清除指定區域矩形,使其徹底透明 路徑 beginPath() // 起始一條路徑或者重置當前路
相關文章
相關標籤/搜索