mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-22 01:36:43 +02:00
Cleanup
This commit is contained in:
@@ -5,3 +5,4 @@ cypress.config.js
|
|||||||
cypress/plugins/index.js
|
cypress/plugins/index.js
|
||||||
coverage
|
coverage
|
||||||
*.json
|
*.json
|
||||||
|
node_modules
|
||||||
|
@@ -70,7 +70,6 @@ export const setupGraphViewbox = function (graph, svgElem, padding, useMaxWidth)
|
|||||||
height = sHeight + padding * 2;
|
height = sHeight + padding * 2;
|
||||||
// }
|
// }
|
||||||
|
|
||||||
// width =
|
|
||||||
log.info(`Calculated bounds: ${width}x${height}`);
|
log.info(`Calculated bounds: ${width}x${height}`);
|
||||||
configureSvgSize(svgElem, height, width, useMaxWidth);
|
configureSvgSize(svgElem, height, width, useMaxWidth);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user