Skip to content

Commit

Permalink
examples: fix duplication (#2813)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasvh committed Jan 22, 2022
1 parent f7c2289 commit 6020386
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/existing_canvas.html
Expand Up @@ -29,8 +29,6 @@ <h1>Existing canvas:</h1>
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);
Expand Down

0 comments on commit 6020386

Please sign in to comment.