implement stroke style (#1571)
This commit is contained in:
@ -8,6 +8,7 @@ type _ExcalidrawElementBase = Readonly<{
|
||||
backgroundColor: string;
|
||||
fillStyle: string;
|
||||
strokeWidth: number;
|
||||
strokeStyle: "solid" | "dashed" | "dotted";
|
||||
roughness: number;
|
||||
opacity: number;
|
||||
width: number;
|
||||
|
Reference in New Issue
Block a user