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,