Fix for broker error diagram related #4178

This commit is contained in:
Knut Sveidqvist
2023-08-11 13:59:16 +02:00
parent c5e7e6040c
commit 493023118f

View File

@@ -14,8 +14,8 @@ export const draw = (_text: string, id: string, version: string) => {
log.debug('renering svg for syntax error\n');
const svg: SVG = selectSvgElement(id);
svg.attr('viewBox', '768 0 912 512');
configureSvgSize(svg, 100, 500, true);
svg.attr('viewBox', '0 0 1912 512');
configureSvgSize(svg, 100, 512, true);
const g: Group = svg.append('g');
g.append('path')