diff --git a/src/packages/excalidraw/example/initialData.js b/src/packages/excalidraw/example/initialData.js index 822c0f3937..84befe18ce 100644 --- a/src/packages/excalidraw/example/initialData.js +++ b/src/packages/excalidraw/example/initialData.js @@ -2,17 +2,14 @@ export default { elements: [ { type: "rectangle", - x: 1000, + x: 10, + y: 10, strokeWidth: "2", }, - - { - type: "ellipse", - }, - { type: "diamond", - x: 200, + x: 120, + y: 20, backgroundColor: "#fff3bf", strokeWidth: "2", label: { @@ -23,52 +20,13 @@ export default { }, { type: "arrow", - x: 200, - y: -50, - label: { text: "HELLO EXCALIDRAW", strokeColor: "#1c7ed6", fontSize: 26 }, - }, - { - type: "rectangle", - version: 141, - versionNonce: 361174001, - isDeleted: false, - id: "oDVXy8D6rom3H1-LLH2-f", - fillStyle: "hachure", - strokeWidth: 1, - strokeStyle: "solid", - roughness: 1, - opacity: 100, - angle: 0, - x: 100.50390625, - y: 93.67578125, - strokeColor: "#000000", - backgroundColor: "transparent", - width: 186.47265625, - height: 141.9765625, - seed: 1968410350, - groupIds: [], - }, - { - id: "-xMIs_0jIFqvpx-R9UnaG", - type: "ellipse", - x: 300.5703125, - y: 190.69140625, - width: 198.21875, - height: 129.51171875, - angle: 0, - strokeColor: "#000000", - backgroundColor: "transparent", - fillStyle: "hachure", - strokeWidth: 1, - strokeStyle: "solid", - roughness: 1, - opacity: 100, - groupIds: [], - seed: 957947807, - version: 47, - versionNonce: 1128618623, - isDeleted: false, + x: 100, + y: 200, + label: { text: "HELLO WORLD!!" }, + start: { type: "rectangle" }, + end: { type: "ellipse" }, }, + { fileId: "rocket", type: "image",