mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-03 06:09:45 +02:00
fix for handDrawn subgraph styling
This commit is contained in:
@@ -86,6 +86,7 @@ export const userNodeOverrides = (node: Node, options: any) => {
|
||||
stroke: stylesMap.get('stroke') || nodeBorder,
|
||||
seed: handDrawnSeed,
|
||||
strokeWidth: 1.3,
|
||||
fillLineDash: [0, 0],
|
||||
},
|
||||
options
|
||||
);
|
||||
|
Reference in New Issue
Block a user