This commit is contained in:
Sidharth Vinod
2023-05-17 11:21:03 +05:30
parent 97be4983f0
commit 6a89ef94f7
2 changed files with 2 additions and 2 deletions

View File

@@ -5,3 +5,4 @@ cypress.config.js
cypress/plugins/index.js
coverage
*.json
node_modules

View File

@@ -70,7 +70,6 @@ export const setupGraphViewbox = function (graph, svgElem, padding, useMaxWidth)
height = sHeight + padding * 2;
// }
// width =
log.info(`Calculated bounds: ${width}x${height}`);
configureSvgSize(svgElem, height, width, useMaxWidth);