Skip to content

Commit

Permalink
remove rounded corners
Browse files Browse the repository at this point in the history
  • Loading branch information
capjamesg committed Mar 26, 2024
1 parent 6fa9be7 commit 8ffcd47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ img.onload = function() {
canvas.style.height = img.height * scaleFactor + 'px';
canvas.width = img.width;
canvas.height = img.height;
canvas.style.borderRadius = '10px';
ctx.drawImage(img, 0, 0);
};

Expand Down

0 comments on commit 8ffcd47

Please sign in to comment.