mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 06:19:24 +02:00
updated taggedRect Shape
This commit is contained in:
@@ -15,7 +15,7 @@ export const taggedRect = async (parent: SVGAElement, node: Node) => {
|
|||||||
const h = Math.max(bbox.height + (node.padding ?? 0) * 2, node?.height ?? 0);
|
const h = Math.max(bbox.height + (node.padding ?? 0) * 2, node?.height ?? 0);
|
||||||
const x = -w / 2;
|
const x = -w / 2;
|
||||||
const y = -h / 2;
|
const y = -h / 2;
|
||||||
const tagWidth = 0.2 * w;
|
const tagWidth = 0.2 * h;
|
||||||
const tagHeight = 0.2 * h;
|
const tagHeight = 0.2 * h;
|
||||||
const { cssStyles } = node;
|
const { cssStyles } = node;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user