Skip to content

Commit 6020386

Browse files
authored
examples: fix duplication (#2813)
1 parent f7c2289 commit 6020386

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/existing_canvas.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ <h1>Existing canvas:</h1>
2929
var canvas = document.querySelector("canvas");
3030
var ctx = canvas.getContext("2d");
3131

32-
var ctx = canvas.getContext('2d');
33-
3432
ctx.beginPath();
3533
ctx.arc(75,75,50,0,Math.PI*2,true); // Outer circle
3634
ctx.moveTo(110,75);

0 commit comments

Comments
 (0)