#5237 Increasing fill weight for rects in rough

This commit is contained in:
Knut Sveidqvist 2024-05-15 15:31:06 +02:00
parent 55afd8cdb8
commit 287e903385

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,
});