canvas -矩形

矩形 (方法 *4) rect(x,y,x1,y1)  //創建矩形路徑 fillRect(x,y,x1,y1) //填充矩形 strokeRect(x,y,x1,y1) //創建邊框  clearRect(x,y,x1,y1) //清除邊框內容   const createRect = w=>{ switch (w){ case("rect"):
相關文章
相關標籤/搜索