//描画関数 ctx.arc (70+i*14,150,60,0, Math.PI * 2, false); ctx.strokeStyle='yellow'; ctx.fillStyle = 'green'; ctx.fill(); ctx.stroke(); /* 画像ファイルによる var img = new Image(); img.src = "./pic2.gif"; ctx.drawImage(img,40+i*14,120); */
描画方法 | 平均 | 最小 | 最大 |
Arc関数 | 8.46 | 4.0 | 20.0 |
透過GIF | 43.94 | 7.0 | 107.0 |