Sfoglia il codice sorgente

Make the watermark brighter

master
Fen Dweller 4 anni fa
parent
commit
3ca8b8ff89
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js Vedi File

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



Loading…
Annulla
Salva