diff --git a/examples/existing_canvas.html b/examples/existing_canvas.html index baa743e..6c9b449 100644 --- a/examples/existing_canvas.html +++ b/examples/existing_canvas.html @@ -29,8 +29,6 @@ var canvas = document.querySelector("canvas"); var ctx = canvas.getContext("2d"); - var ctx = canvas.getContext('2d'); - ctx.beginPath(); ctx.arc(75,75,50,0,Math.PI*2,true); // Outer circle ctx.moveTo(110,75);