This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
macrovision
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
10
Wiki
Activity
Browse Source
Fix the watermark going missing
master
Fen Dweller
4 years ago
parent
469103a05a
commit
f6f601282a
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
macrovision.js
+ 2
- 0
macrovision.js
View File
@@ -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);
Write
Preview
Loading…
Cancel
Save