From d83860c74731d3c183b22af885d7fcfdb008af73 Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Mon, 15 May 2023 16:57:01 +0530 Subject: [PATCH] update test case in package example --- .../excalidraw/example/initialData.js | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/packages/excalidraw/example/initialData.js b/src/packages/excalidraw/example/initialData.js index dde22b83b1..025e9537ec 100644 --- a/src/packages/excalidraw/example/initialData.js +++ b/src/packages/excalidraw/example/initialData.js @@ -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,