update test case in package example

This commit is contained in:
Aakansha Doshi 2023-05-15 16:57:01 +05:30
parent 32aaa8b95d
commit d83860c747

View file

@ -1,5 +1,26 @@
export default {
elements: [
{
type: "rectangle",
x: 1000,
strokeWidth: "2",
},
{
type: "ellipse",
},
{
type: "diamond",
x: 200,
backgroundColor: "#fff3bf",
strokeWidth: "2",
label: {
text: "HELLO EXCALIDRAW",
strokeColor: "#099268",
fontSize: 30,
},
},
{
type: "rectangle",
version: 141,