Update data.ts
This commit is contained in:
parent
89d9ddcb1d
commit
7ec9457ac2
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ export const defaultDocument: Data["document"] = {
|
|||
fill: "none",
|
||||
stroke: "#777",
|
||||
strokeWidth: 2,
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
},
|
||||
}),
|
||||
shape1: Shapes[ShapeType.Rectangle].create({
|
||||
|
|
Loading…
Reference in a new issue