This commit is contained in:
Kyle
2018-11-07 15:59:06 -08:00
parent cb5660672a
commit 46ea4a65fe
2 changed files with 5 additions and 3 deletions

View File

@@ -612,7 +612,8 @@ function cardClock() {
//Draws the card image, then...
drawPicture()
//draws the card frame on top
if (transparentBorder == false) {
if (transparentBorder != true) {
//console.log(cardWidth + " " + cardHeight)
drawMask(imgBorder, 0, 0, cardWidth, cardHeight, card, imgArtMask, false, false)
} else {
card.drawImage(imgBorder, 0, 0, cardWidth, cardHeight)
@@ -1280,4 +1281,4 @@ function downloadCardImage(linkElement) {
}
</script>
<script src="data/scripts/whiteToTransparent.js"></script>
<html>
<html>