Merge branch '5237-unified-layout-common-renderer' of https://github.com/mermaid-js/mermaid into 5237-unified-layout-common-renderer

* '5237-unified-layout-common-renderer' of https://github.com/mermaid-js/mermaid:
  #5237 Increasing fill weight for rects in rough
This commit is contained in:
Sidharth Vinod
2024-05-15 19:02:15 +05:30

View File

@@ -83,7 +83,7 @@ export const rect = async (parent: SVGAElement, node: Node) => {
fill: mainBkg,
// fillStyle: 'solid', // solid fill'
fillStyle: 'hachure', // solid fill'
fillWeight: 3,
fillWeight: 3.5,
stroke: nodeBorder,
seed: handdrawnSeed,
});