Parcourir la source

Fix the watermark going missing

master
Fen Dweller il y a 4 ans
Parent
révision
f6f601282a
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. +2
    -0
      macrovision.js

+ 2
- 0
macrovision.js Voir le fichier

@@ -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);


Chargement…
Annuler
Enregistrer