diff --git a/favicon.ico b/favicon.ico deleted file mode 100644 index c77cebdd..00000000 Binary files a/favicon.ico and /dev/null differ diff --git a/index.html b/index.html index 0c55cad3..0ce16df6 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,6 @@ -
@@ -254,6 +253,13 @@
+ Watermark Opacity +
@@ -951,7 +959,7 @@ function drawWatermark() { var x = cardWidth / 2 - width / 2 var y = watermarkY - height / 2 //globalAlpha insures that the watermark is drawn partially transparent. This value may not be perfect but the watermark colors are calibrated to it - card.globalAlpha = 0.4 + card.globalAlpha = document.getElementById("inputWatermarkOpacity").value //if the following if statement is true, the watermark will be drawn in two halves of the chosen colors. Otherwise, a single watermark of the first chosen color is drawn. if (document.getElementById("checkboxSecondWatermarkColor").checked == true) { drawMask(document.getElementById("watermarkColorSelection").value, x, y, width, height, card, imgWatermark, imgMultiGradient, false) @@ -1261,7 +1269,6 @@ function downloadCardImage(linkElement) { } linkElement.href = cardImageData } - \ No newline at end of file