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