putImageData (imageData, 0, 0); destCtx.scale(1.5, 1.5); destCtx.drawImage(newCanvas, 0, 0); }); </script> </head> <body> <canvas id="src" width="100" ...
確定! 回上一頁