I think there is a bug with ctx.arc() when used with ctx.fill(). Here is an example: ctx.beginPath(); ctx.moveTo(300,300); //0 ctx.lineTo(300,270); //1 ctx.
確定! 回上一頁