mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
textBaseline
This commit is contained in:
@@ -16,7 +16,6 @@ var imagesToLoad
|
||||
//Set up canvas
|
||||
var canvas = document.getElementById("canvas")
|
||||
var card = canvas.getContext("2d")
|
||||
card.textBaseLine = "alphabetical"
|
||||
|
||||
//Create the canvas for creating the border image
|
||||
var borderCanvas = document.createElement("canvas")
|
||||
|
Reference in New Issue
Block a user