Line 12: | Line 12: | ||
ctx.fillStyle = "#FF0000"; | ctx.fillStyle = "#FF0000"; | ||
ctx.fillRect(0,0,150,75); | ctx.fillRect(0,0,150,75); | ||
+ | |||
+ | ctx.beginPath(); | ||
+ | ctx.arc(95,50,40,0,2*Math.PI); | ||
+ | ctx.stroke(); | ||
</script> | </script> | ||
Revision as of 01:42, 1 November 2017