📜  画布调整画布大小 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:27.740000             🧑  作者: Mango

代码示例2
canvasElement.width = 1920;
canvasElement.height = 1080;
// note, canvasElement.style.width != canvasElement.width
// cE.style.width is the size of the canvas and cE.width is it's resolution