Parcourir la source

Make the watermark brighter

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

+ 1
- 1
macrovision.js Voir le fichier

@@ -4939,7 +4939,7 @@ function generateScreenshot(callback) {

ctx.resetTransform();

ctx.fillStyle = "#777";
ctx.fillStyle = "#999";
ctx.font = "normal normal lighter 16pt coda";
ctx.fillText("macrovision.crux.sexy", 10, 25);



Chargement…
Annuler
Enregistrer