mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-28 22:01:59 -05:00
Update border.js
This commit is contained in:
@@ -66,7 +66,7 @@ function bottomInfoVanguard() {
|
|||||||
// card.fillStyle = document.getElementById("inputInfoColor").value
|
// card.fillStyle = document.getElementById("inputInfoColor").value
|
||||||
canvas.style.letterSpacing = "1px"
|
canvas.style.letterSpacing = "1px"
|
||||||
card.font = "20px matrix"
|
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"
|
canvas.style.letterSpacing = "0.5px"
|
||||||
card.font = "12px mplantin"
|
card.font = "12px mplantin"
|
||||||
var vanguardInfo = "CC \u2014 " + document.getElementById("inputInfo").value
|
var vanguardInfo = "CC \u2014 " + document.getElementById("inputInfo").value
|
||||||
|
Reference in New Issue
Block a user