Skip to content

Commit

Permalink
undo canvas mirror, monospace font
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRedacted committed Sep 3, 2024
1 parent a94f48e commit a5e7204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -567,8 +567,8 @@
const ctx = canvasElement.getContext('2d');

// Mirror the canvas horizontally
ctx.translate(canvas.width, 0); // Move the canvas origin (0,0) to the far right
ctx.scale(-1, 1); // Flip the canvas horizontally
// ctx.translate(canvas.width, 0); // Move the canvas origin (0,0) to the far right
// ctx.scale(-1, 1); // Flip the canvas horizontally

// Set canvas dimensions to match the window size
canvasElement.width = window.innerWidth;
Expand Down

0 comments on commit a5e7204

Please sign in to comment.