fix for handDrawn subgraph styling

This commit is contained in:
omkarht
2024-08-23 13:23:32 +05:30
parent 19cce07ab5
commit 46b8faddae

View File

@@ -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
);