mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-10 02:49:40 +02:00
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:
@@ -83,7 +83,7 @@ export const rect = async (parent: SVGAElement, node: Node) => {
|
|||||||
fill: mainBkg,
|
fill: mainBkg,
|
||||||
// fillStyle: 'solid', // solid fill'
|
// fillStyle: 'solid', // solid fill'
|
||||||
fillStyle: 'hachure', // solid fill'
|
fillStyle: 'hachure', // solid fill'
|
||||||
fillWeight: 3,
|
fillWeight: 3.5,
|
||||||
stroke: nodeBorder,
|
stroke: nodeBorder,
|
||||||
seed: handdrawnSeed,
|
seed: handdrawnSeed,
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user