We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c2289 commit 6020386Copy full SHA for 6020386
examples/existing_canvas.html
@@ -29,8 +29,6 @@ <h1>Existing canvas:</h1>
29
var canvas = document.querySelector("canvas");
30
var ctx = canvas.getContext("2d");
31
32
- var ctx = canvas.getContext('2d');
33
-
34
ctx.beginPath();
35
ctx.arc(75,75,50,0,Math.PI*2,true); // Outer circle
36
ctx.moveTo(110,75);
0 commit comments