#448 Size calculations

This commit is contained in:
Knut Sveidqvist
2022-09-01 14:25:47 +02:00
parent 68f8010ab9
commit 558ef8a2db
18 changed files with 24 additions and 108 deletions

View File

@@ -5,7 +5,7 @@ import { log } from '../../logger';
import common from '../common/common';
import { drawState, addTitleAndBox, drawEdge } from './shapes';
import { getConfig } from '../../config';
import { configureSvgSize } from '../../utils';
import { configureSvgSize } from '../../setupGraphViewbox';
import addSVGAccessibilityFields from '../../accessibility';
// TODO Move conf object to main conf in mermaidAPI