implement stroke style (#1571)

This commit is contained in:
David Luzar
2020-05-14 17:04:33 +02:00
committed by GitHub
parent f6be200388
commit 39c56a4c01
20 changed files with 459 additions and 9 deletions

View File

@ -8,6 +8,7 @@ type _ExcalidrawElementBase = Readonly<{
backgroundColor: string;
fillStyle: string;
strokeWidth: number;
strokeStyle: "solid" | "dashed" | "dotted";
roughness: number;
opacity: number;
width: number;