diff --git a/contact.html b/contact.html index 967eac5..f5ea34e 100644 --- a/contact.html +++ b/contact.html @@ -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;