fixing art boxes

This commit is contained in:
Kyle
2021-08-31 09:28:30 -07:00
parent 6da333b859
commit 752d995bfa
4 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ document.querySelector('#loadFrameVersion').onclick = async function() {
//sets card version //sets card version
card.version = 'seventh'; card.version = 'seventh';
//art bounds //art bounds
card.artBounds = {x:0.12, y:0.0991, width:0.76, height:0.4429}; card.artBounds = {x:0.12, y:0.0991, width:0.7667, height:0.4429};
autoFitArt(); autoFitArt();
//set symbol bounds //set symbol bounds
card.setSymbolBounds = {x:0.9, y:0.5739, width:0.12, height:0.0372, vertical:'center', horizontal: 'right'}; card.setSymbolBounds = {x:0.9, y:0.5739, width:0.12, height:0.0372, vertical:'center', horizontal: 'right'};

View File

@@ -31,7 +31,7 @@ document.querySelector('#loadFrameVersion').onclick = async function() {
//sets card version //sets card version
card.version = 'fifth'; card.version = 'fifth';
//art bounds //art bounds
card.artBounds = {x:0.12, y:0.0991, width:0.76, height:0.4429}; card.artBounds = {x:0.12, y:0.0991, width:0.7667, height:0.4429};
autoFitArt(); autoFitArt();
//set symbol bounds //set symbol bounds
card.setSymbolBounds = {x:0.9, y:0.5739, width:0.12, height:0.0372, vertical:'center', horizontal: 'right'}; card.setSymbolBounds = {x:0.9, y:0.5739, width:0.12, height:0.0372, vertical:'center', horizontal: 'right'};

View File

@@ -29,7 +29,7 @@ document.querySelector('#loadFrameVersion').onclick = async function() {
//sets card version //sets card version
card.version = 'tokenRegularM15'; card.version = 'tokenRegularM15';
//art bounds //art bounds
card.artBounds = {x:0.04, y:0.0286, width:0.92, height:0.8953}; card.artBounds = {x:0.0767, y:0.1248, width:0.8476, height:0.5143};
autoFitArt(); autoFitArt();
//set symbol bounds //set symbol bounds
card.setSymbolBounds = {x:0.9213, y:0.6743, width:0.12, height:0.0410, vertical:'center', horizontal: 'right'}; card.setSymbolBounds = {x:0.9213, y:0.6743, width:0.12, height:0.0410, vertical:'center', horizontal: 'right'};

View File

@@ -29,7 +29,7 @@ document.querySelector('#loadFrameVersion').onclick = async function() {
//sets card version //sets card version
card.version = 'tokenTextlessM15'; card.version = 'tokenTextlessM15';
//art bounds //art bounds
card.artBounds = {x:0.04, y:0.0286, width:0.92, height:0.8953}; card.artBounds = {x:0.0767, y:0.1248, width:0.8476, height:0.6843};
autoFitArt(); autoFitArt();
//set symbol bounds //set symbol bounds
card.setSymbolBounds = {x:0.9213, y:0.8439, width:0.12, height:0.0410, vertical:'center', horizontal: 'right'}; card.setSymbolBounds = {x:0.9213, y:0.8439, width:0.12, height:0.0410, vertical:'center', horizontal: 'right'};