clearPath(); doesn't seem to work. ctx.beginPath(); ctx.arc(x,y,25,0,2*Math.PI); ctx.stroke(); x+=1; y=x; var looptimer = setTimeout('draw('+x+','+y+')' ...
確定! 回上一頁