canvas { width: 320px; height: 240px; } ... So, let's scale the context in our JavaScript: ctx.scale(4, 4);. This tells the context to scale ...
確定! 回上一頁