forked from GithubMirrors/cardconjurer
		
	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
 | 
				
			||||||
@@ -81,4 +81,4 @@ function bottomInfoVanguard() {
 | 
				
			|||||||
	card.font = "25px mplantin"
 | 
						card.font = "25px mplantin"
 | 
				
			||||||
	card.fillText(document.getElementById("inputVanguardHandMod").value, 111, 886 + textBaselineShift[0] * card.font.split("px")[0])
 | 
						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])
 | 
						card.fillText(document.getElementById("inputVanguardLifeMod").value, 631, 886 + textBaselineShift[0] * card.font.split("px")[0])
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user