jack 1 day ago
parent
commit
18c049de29
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/hooks/useImport.ts

+ 2 - 1
src/hooks/useImport.ts

@@ -414,7 +414,8 @@ export default () => {
         return
         return
       }
       }
 
 
-      let ratio = 96 / 72
+      let ratio = 96 / 72;
+      //let ratio = 1
       const width = json.size.width
       const width = json.size.width
       
       
       if (fixedViewport) ratio = 1000 / width
       if (fixedViewport) ratio = 1000 / width