clearRect(0, 0, canvas.width, canvas.height); // Clear the canvas ctx.restore(); // Revert context state including // transformation matrix.
確定! 回上一頁