From 752d995bfa0fbe5ca0494b28fe7965b4c76659ad Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Tue, 31 Aug 2021 09:28:30 -0700 Subject: [PATCH] fixing art boxes --- js/frames/packSeventh.js | 2 +- js/frames/packSeventhButFifth.js | 2 +- js/frames/packTokenRegularM15.js | 2 +- js/frames/packTokenTextlessM15.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/js/frames/packSeventh.js b/js/frames/packSeventh.js index cff1153e..05dc6c15 100644 --- a/js/frames/packSeventh.js +++ b/js/frames/packSeventh.js @@ -31,7 +31,7 @@ document.querySelector('#loadFrameVersion').onclick = async function() { //sets card version card.version = 'seventh'; //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(); //set symbol bounds card.setSymbolBounds = {x:0.9, y:0.5739, width:0.12, height:0.0372, vertical:'center', horizontal: 'right'}; diff --git a/js/frames/packSeventhButFifth.js b/js/frames/packSeventhButFifth.js index cae9b30f..024e5e30 100644 --- a/js/frames/packSeventhButFifth.js +++ b/js/frames/packSeventhButFifth.js @@ -31,7 +31,7 @@ document.querySelector('#loadFrameVersion').onclick = async function() { //sets card version card.version = 'fifth'; //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(); //set symbol bounds card.setSymbolBounds = {x:0.9, y:0.5739, width:0.12, height:0.0372, vertical:'center', horizontal: 'right'}; diff --git a/js/frames/packTokenRegularM15.js b/js/frames/packTokenRegularM15.js index e09cae63..14f3cbf9 100644 --- a/js/frames/packTokenRegularM15.js +++ b/js/frames/packTokenRegularM15.js @@ -29,7 +29,7 @@ document.querySelector('#loadFrameVersion').onclick = async function() { //sets card version card.version = 'tokenRegularM15'; //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(); //set symbol bounds card.setSymbolBounds = {x:0.9213, y:0.6743, width:0.12, height:0.0410, vertical:'center', horizontal: 'right'}; diff --git a/js/frames/packTokenTextlessM15.js b/js/frames/packTokenTextlessM15.js index 045c2c40..8d50d3b0 100644 --- a/js/frames/packTokenTextlessM15.js +++ b/js/frames/packTokenTextlessM15.js @@ -29,7 +29,7 @@ document.querySelector('#loadFrameVersion').onclick = async function() { //sets card version card.version = 'tokenTextlessM15'; //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(); //set symbol bounds card.setSymbolBounds = {x:0.9213, y:0.8439, width:0.12, height:0.0410, vertical:'center', horizontal: 'right'};