mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-15 13:30:06 +02:00
implement stroke style (#1571)
This commit is contained in:
@@ -165,6 +165,7 @@ function getWatermarkElement(maxX: number, maxY: number) {
|
||||
backgroundColor: "transparent",
|
||||
fillStyle: "hachure",
|
||||
strokeWidth: 1,
|
||||
strokeStyle: "solid",
|
||||
roughness: 1,
|
||||
opacity: 100,
|
||||
});
|
||||
|
Reference in New Issue
Block a user