Update data.ts

This commit is contained in:
Steve Ruiz 2021-05-12 23:14:21 +01:00
parent 89d9ddcb1d
commit 7ec9457ac2

View file

@ -46,6 +46,8 @@ export const defaultDocument: Data["document"] = {
fill: "none", fill: "none",
stroke: "#777", stroke: "#777",
strokeWidth: 2, strokeWidth: 2,
strokeLinecap: "round",
strokeLinejoin: "round",
}, },
}), }),
shape1: Shapes[ShapeType.Rectangle].create({ shape1: Shapes[ShapeType.Rectangle].create({