This commit is contained in:
Kyle
2018-11-17 16:12:53 -08:00
parent 56e63b7c0c
commit 0336d233a3
4 changed files with 5 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ 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")