Html5 Canvas開發之清除一個特定區域內的Canvas、寬高技巧、使Canvas填充整個瀏覽器窗口

1.清除一個特定區域內的Canvasjavascript context.fillRect(40, 40, 100, 100); context.beginPath(); context.arc(230, 90, 50, 0, Math.PI*2, false); context.closePath(); context.fill(); context.clearRect(230, 90, 50,
相關文章
相關標籤/搜索