From f6f601282ae811d727d9c177d6f736a17f83ee72 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 5 Sep 2021 12:09:37 -0400 Subject: [PATCH] Fix the watermark going missing --- macrovision.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/macrovision.js b/macrovision.js index f0a0b2b6..49742d92 100644 --- a/macrovision.js +++ b/macrovision.js @@ -4693,6 +4693,8 @@ function generateScreenshot(callback) { renderToCanvas(); + ctx.resetTransform(); + ctx.fillStyle = "#777"; ctx.font = "normal normal lighter 16pt coda"; ctx.fillText("macrovision.crux.sexy", 10, 25);