mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-02-04 07:13:25 +08:00
namespace rect is not filled
This commit is contained in:
parent
95d8e3a5df
commit
70a52da393
@ -60,6 +60,7 @@ export const addNamespaces = function (
|
|||||||
domId: vertex.domId,
|
domId: vertex.domId,
|
||||||
labelText: sanitizeText(vertex.id),
|
labelText: sanitizeText(vertex.id),
|
||||||
labelStyle: '',
|
labelStyle: '',
|
||||||
|
style: 'fill: none; stroke: black',
|
||||||
// TODO V10: Flowchart ? Keeping flowchart for backwards compatibility. Remove in next major release
|
// TODO V10: Flowchart ? Keeping flowchart for backwards compatibility. Remove in next major release
|
||||||
padding: getConfig().flowchart?.padding ?? getConfig().class?.padding,
|
padding: getConfig().flowchart?.padding ?? getConfig().class?.padding,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user