namespace rect is not filled

This commit is contained in:
Kazuki Tsunemi 2023-05-01 19:06:46 +09:00
parent 95d8e3a5df
commit 70a52da393

View File

@ -60,6 +60,7 @@ export const addNamespaces = function (
domId: vertex.domId,
labelText: sanitizeText(vertex.id),
labelStyle: '',
style: 'fill: none; stroke: black',
// TODO V10: Flowchart ? Keeping flowchart for backwards compatibility. Remove in next major release
padding: getConfig().flowchart?.padding ?? getConfig().class?.padding,
};