mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
Update print.js
This commit is contained in:
@@ -15,9 +15,6 @@ drawSheet();
|
||||
//svgs
|
||||
var cuttingGuides = new Image();
|
||||
cuttingGuides.src = 'cuttingGuides.svg';
|
||||
var testImg = document.createElement('IMG');
|
||||
testImg.src = cuttingGuides.src;
|
||||
document.body.appendChild(testImg);
|
||||
|
||||
function uploadCard(card, filename) {
|
||||
var img = new Image();
|
||||
|
Reference in New Issue
Block a user