私のラップトップの画面解像度: 1366x768
var c=document.getElementById("canvas");
var ctx=c.getContext("2d");
ctx.canvas.width = window.innerWidth;
ctx.canvas.height = window.innerHeight;
Firefox と IE ではキャンバスの幅と高さが異なるため、このコードでは 1366x600 のキャンバス (クロム) が作成されます。画面全体を撮影できますか? フルスクリーンですべてをテストする