diff --git a/data/borders/vanguard/border.js b/data/borders/vanguard/border.js index 1d37f6f3..c77c2d0b 100644 --- a/data/borders/vanguard/border.js +++ b/data/borders/vanguard/border.js @@ -66,7 +66,7 @@ function bottomInfoVanguard() { // card.fillStyle = document.getElementById("inputInfoColor").value canvas.style.letterSpacing = "1px" card.font = "20px matrix" - card.fillText("Illus. " + document.getElementById("inputArtist").value, cardWidth / 2, infoY + textBaselineShift[0] * card.font.split("px")[0]) + card.fillText("Illus. " + document.getElementById("inputArtist").value, cardWidth / 2, infoY + textBaselineShift[1] * card.font.split("px")[0]) canvas.style.letterSpacing = "0.5px" card.font = "12px mplantin" var vanguardInfo = "CC \u2014 " + document.getElementById("inputInfo").value @@ -81,4 +81,4 @@ function bottomInfoVanguard() { card.font = "25px mplantin" card.fillText(document.getElementById("inputVanguardHandMod").value, 111, 886 + textBaselineShift[0] * card.font.split("px")[0]) card.fillText(document.getElementById("inputVanguardLifeMod").value, 631, 886 + textBaselineShift[0] * card.font.split("px")[0]) -} \ No newline at end of file +}