소스 검색

Make the watermark brighter

master
Fen Dweller 4 년 전
부모
커밋
3ca8b8ff89
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js 파일 보기

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


ctx.resetTransform(); ctx.resetTransform();


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




불러오는 중...
취소
저장