mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-14 17:54:13 +01:00
#1295 Updates mermaid-graphlib
This commit is contained in:
@@ -24,8 +24,6 @@ const rect = (parent, node) => {
|
||||
|
||||
const padding = 0 * node.padding;
|
||||
const halfPadding = padding / 2;
|
||||
const width = node.width || 50;
|
||||
const height = node.height || 50;
|
||||
|
||||
log.info('Data ', node, JSON.stringify(node));
|
||||
// center the rect around its coordinate
|
||||
|
||||
Reference in New Issue
Block a user