From 5d632a020d68705b390a623cf5db623043a10065 Mon Sep 17 00:00:00 2001 From: dwelle Date: Wed, 7 Jun 2023 18:37:02 +0200 Subject: [PATCH] feat: change default stroke width to 2 --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 85da84981..caf54251e 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -282,7 +282,7 @@ export const DEFAULT_ELEMENT_PROPS: { strokeColor: COLOR_PALETTE.black, backgroundColor: COLOR_PALETTE.transparent, fillStyle: "hachure", - strokeWidth: 1, + strokeWidth: 2, strokeStyle: "solid", roughness: ROUGHNESS.artist, opacity: 100,