From 5485517b27bf23f424bc6b0ea4a720dbfb6933f5 Mon Sep 17 00:00:00 2001 From: Reda Al Sulais Date: Tue, 8 Aug 2023 18:55:46 +0300 Subject: [PATCH] remove SVG import logs in `setupGraphViewbox` --- packages/mermaid/src/setupGraphViewbox.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/mermaid/src/setupGraphViewbox.js b/packages/mermaid/src/setupGraphViewbox.js index e4050c205..ba74b79fd 100644 --- a/packages/mermaid/src/setupGraphViewbox.js +++ b/packages/mermaid/src/setupGraphViewbox.js @@ -1,5 +1,4 @@ import { log } from './logger.js'; -import { SVG } from './diagram-api/types.js'; /** * Applies d3 attributes @@ -36,7 +35,7 @@ export const calculateSvgSizeAttrs = function (height, width, useMaxWidth) { /** * Applies attributes from `calculateSvgSizeAttrs` * - * @param {SVG} svgElem The SVG Element to configure + * @param {import('./diagram-api/types.js').SVG} svgElem The SVG Element to configure * @param {number} height The height of the SVG * @param {number} width The width of the SVG * @param {boolean} useMaxWidth Whether or not to use max-width and set width to 100%