From 725c3bafe14490c3373a1c303a935b36b6eefa9f Mon Sep 17 00:00:00 2001 From: dwelle Date: Wed, 7 Jun 2023 18:37:16 +0200 Subject: [PATCH] feat: change default fill style to solid --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index caf54251e..0fa884069 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -281,7 +281,7 @@ export const DEFAULT_ELEMENT_PROPS: { } = { strokeColor: COLOR_PALETTE.black, backgroundColor: COLOR_PALETTE.transparent, - fillStyle: "hachure", + fillStyle: "solid", strokeWidth: 2, strokeStyle: "solid", roughness: ROUGHNESS.artist,