document.write("
ctx.arc(100, 80, 50, 0, 2*Math.PI);
ctx.fillStyle = "blue";
ctx.stroke();
ctx.fill();
260.js - Snippet hosted by \"Cacher\"
");