Skip to content

Commit

Permalink
fix for handDrawn subgraph styling
Browse files Browse the repository at this point in the history
  • Loading branch information
omkarht committed Aug 23, 2024
1 parent 19cce07 commit 46b8fad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
);
Expand Down

0 comments on commit 46b8fad

Please sign in to comment.