HTML5画布适合窗口

您需要使用CSS使画布适合Windows。

#box {
   overflow: hidden;
}
#canvas {
   position: absolute;
   top: 0px;
   left: 0px;
}