|
@@ -1,103 +1,65 @@
|
|
|
-export default {
|
|
|
- elements: [
|
|
|
- {
|
|
|
- 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,
|
|
|
+import type { ExcalidrawElementSkeleton } from "@excalidraw/excalidraw/data/transform";
|
|
|
+import type { FileId } from "@excalidraw/excalidraw/element/types";
|
|
|
+
|
|
|
+const elements: ExcalidrawElementSkeleton[] = [
|
|
|
+ {
|
|
|
+ type: "rectangle",
|
|
|
+ x: 10,
|
|
|
+ y: 10,
|
|
|
+ strokeWidth: 2,
|
|
|
+ id: "1",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: "diamond",
|
|
|
+ x: 120,
|
|
|
+ y: 20,
|
|
|
+ backgroundColor: "#fff3bf",
|
|
|
+ strokeWidth: 2,
|
|
|
+ label: {
|
|
|
+ text: "HELLO EXCALIDRAW",
|
|
|
+ strokeColor: "#099268",
|
|
|
+ fontSize: 30,
|
|
|
},
|
|
|
- {
|
|
|
- fileId: "rocket",
|
|
|
- type: "image",
|
|
|
- x: 606.1042326312408,
|
|
|
- y: 153.57729779411773,
|
|
|
- width: 231.30325348751828,
|
|
|
- height: 231.64340533088227,
|
|
|
- angle: 0,
|
|
|
- strokeColor: "transparent",
|
|
|
- backgroundColor: "transparent",
|
|
|
- fillStyle: "hachure",
|
|
|
- strokeWidth: 1,
|
|
|
- strokeStyle: "solid",
|
|
|
- roughness: 1,
|
|
|
- opacity: 100,
|
|
|
- groupIds: [],
|
|
|
- strokeSharpness: "round",
|
|
|
- seed: 707269846,
|
|
|
- version: 143,
|
|
|
- versionNonce: 2028982666,
|
|
|
- isDeleted: false,
|
|
|
- boundElements: null,
|
|
|
- updated: 1644914782403,
|
|
|
- link: null,
|
|
|
- status: "pending",
|
|
|
- scale: [1, 1],
|
|
|
- },
|
|
|
- ],
|
|
|
+ id: "2",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: "arrow",
|
|
|
+ x: 100,
|
|
|
+ y: 200,
|
|
|
+ label: { text: "HELLO WORLD!!" },
|
|
|
+ start: { type: "rectangle" },
|
|
|
+ end: { type: "ellipse" },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: "image",
|
|
|
+ x: 606.1042326312408,
|
|
|
+ y: 153.57729779411773,
|
|
|
+ width: 230,
|
|
|
+ height: 230,
|
|
|
+ fileId: "rocket" as FileId,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: "frame",
|
|
|
+ children: ["1", "2"],
|
|
|
+ name: "My frame",
|
|
|
+ },
|
|
|
+];
|
|
|
+export default {
|
|
|
+ elements,
|
|
|
appState: { viewBackgroundColor: "#AFEEEE", currentItemFontFamily: 1 },
|
|
|
scrollToContent: true,
|
|
|
libraryItems: [
|
|
|
[
|
|
|
{
|
|
|
type: "line",
|
|
|
- version: 1699,
|
|
|
- versionNonce: 1813275999,
|
|
|
- isDeleted: false,
|
|
|
- id: "1OMHrnYMU3LJ3w3IaXU_R",
|
|
|
- fillStyle: "hachure",
|
|
|
- strokeWidth: 1,
|
|
|
- strokeStyle: "solid",
|
|
|
- roughness: 1,
|
|
|
- opacity: 100,
|
|
|
- angle: 0,
|
|
|
+
|
|
|
x: 209.72304760646858,
|
|
|
y: 338.83587294718825,
|
|
|
strokeColor: "#881fa3",
|
|
|
backgroundColor: "#be4bdb",
|
|
|
width: 116.42036295658873,
|
|
|
height: 103.65107323746608,
|
|
|
- seed: 1445523839,
|
|
|
- groupIds: [],
|
|
|
strokeSharpness: "sharp",
|
|
|
- boundElementIds: [],
|
|
|
- startBinding: null,
|
|
|
- endBinding: null,
|
|
|
points: [
|
|
|
[-92.28090097254909, 7.105427357601002e-15],
|
|
|
[-154.72281841151394, 19.199290805487394],
|
|
@@ -107,36 +69,21 @@ export default {
|
|
|
[-39.037226329125524, 21.285677238400705],
|
|
|
[-92.28090097254909, 7.105427357601002e-15],
|
|
|
],
|
|
|
- lastCommittedPoint: null,
|
|
|
- startArrowhead: null,
|
|
|
- endArrowhead: null,
|
|
|
},
|
|
|
],
|
|
|
[
|
|
|
{
|
|
|
type: "line",
|
|
|
- version: 3901,
|
|
|
- versionNonce: 540959103,
|
|
|
- isDeleted: false,
|
|
|
- id: "b-rwW8s76ztV_uTu1SHq1",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
|
- roughness: 1,
|
|
|
- opacity: 100,
|
|
|
- angle: 0,
|
|
|
x: -249.48446738689245,
|
|
|
y: 374.851387389359,
|
|
|
strokeColor: "#0a11d3",
|
|
|
backgroundColor: "#228be6",
|
|
|
width: 88.21658171083376,
|
|
|
height: 113.8575037534261,
|
|
|
- seed: 1513238033,
|
|
|
groupIds: ["N2YAi9nU-wlRb0rDaDZoe"],
|
|
|
- strokeSharpness: "round",
|
|
|
- boundElementIds: [],
|
|
|
- startBinding: null,
|
|
|
- endBinding: null,
|
|
|
points: [
|
|
|
[-0.22814350714115691, -43.414939319563715],
|
|
|
[0.06274947619197979, 42.63794490105306],
|
|
@@ -158,16 +105,9 @@ export default {
|
|
|
[-0.2758413461535838, -43.46664538034193],
|
|
|
[-0.22814350714115691, -43.414939319563715],
|
|
|
],
|
|
|
- lastCommittedPoint: null,
|
|
|
- startArrowhead: null,
|
|
|
- endArrowhead: null,
|
|
|
},
|
|
|
{
|
|
|
type: "line",
|
|
|
- version: 1635,
|
|
|
- versionNonce: 1383184881,
|
|
|
- isDeleted: false,
|
|
|
- id: "3CMZYj34FwjhgPB7jUC3f",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
@@ -183,9 +123,7 @@ export default {
|
|
|
seed: 683951089,
|
|
|
groupIds: ["N2YAi9nU-wlRb0rDaDZoe"],
|
|
|
strokeSharpness: "round",
|
|
|
- boundElementIds: [],
|
|
|
- startBinding: null,
|
|
|
- endBinding: null,
|
|
|
+
|
|
|
points: [
|
|
|
[0, -2.1538602707609424],
|
|
|
[2.326538897826852, 1.751753055375216],
|
|
@@ -196,16 +134,9 @@ export default {
|
|
|
[85.2899738827162, 1.3342483900732343],
|
|
|
[88.30808627974527, -2.6041666666666288],
|
|
|
],
|
|
|
- lastCommittedPoint: null,
|
|
|
- startArrowhead: null,
|
|
|
- endArrowhead: null,
|
|
|
},
|
|
|
{
|
|
|
type: "line",
|
|
|
- version: 1722,
|
|
|
- versionNonce: 303290783,
|
|
|
- isDeleted: false,
|
|
|
- id: "DX3fUhBWtlJwYyrBDhebG",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
@@ -221,9 +152,7 @@ export default {
|
|
|
seed: 1817746897,
|
|
|
groupIds: ["N2YAi9nU-wlRb0rDaDZoe"],
|
|
|
strokeSharpness: "round",
|
|
|
- boundElementIds: [],
|
|
|
- startBinding: null,
|
|
|
- endBinding: null,
|
|
|
+
|
|
|
points: [
|
|
|
[0, -2.1538602707609424],
|
|
|
[2.326538897826852, 1.751753055375216],
|
|
@@ -234,16 +163,9 @@ export default {
|
|
|
[85.2899738827162, 1.3342483900732343],
|
|
|
[88.30808627974527, -2.6041666666666288],
|
|
|
],
|
|
|
- lastCommittedPoint: null,
|
|
|
- startArrowhead: null,
|
|
|
- endArrowhead: null,
|
|
|
},
|
|
|
{
|
|
|
type: "ellipse",
|
|
|
- version: 4738,
|
|
|
- versionNonce: 753357777,
|
|
|
- isDeleted: false,
|
|
|
- id: "a-Snvp2FgqDYqSLylF44S",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
@@ -263,10 +185,6 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
type: "ellipse",
|
|
|
- version: 109,
|
|
|
- versionNonce: 1992641983,
|
|
|
- isDeleted: false,
|
|
|
- id: "7-6c-JFuB2yGoNQRgb2WM",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
@@ -282,14 +200,9 @@ export default {
|
|
|
seed: 1073094033,
|
|
|
groupIds: ["N2YAi9nU-wlRb0rDaDZoe"],
|
|
|
strokeSharpness: "sharp",
|
|
|
- boundElementIds: [],
|
|
|
},
|
|
|
{
|
|
|
type: "ellipse",
|
|
|
- version: 158,
|
|
|
- versionNonce: 1028567473,
|
|
|
- isDeleted: false,
|
|
|
- id: "150XitJtlKDhTPRCyzv56",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
@@ -305,14 +218,9 @@ export default {
|
|
|
seed: 526271345,
|
|
|
groupIds: ["N2YAi9nU-wlRb0rDaDZoe"],
|
|
|
strokeSharpness: "sharp",
|
|
|
- boundElementIds: [],
|
|
|
},
|
|
|
{
|
|
|
type: "ellipse",
|
|
|
- version: 212,
|
|
|
- versionNonce: 158547423,
|
|
|
- isDeleted: false,
|
|
|
- id: "cmwAR3NBl1VqvSorrQN2W",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
@@ -328,16 +236,11 @@ export default {
|
|
|
seed: 243707217,
|
|
|
groupIds: ["N2YAi9nU-wlRb0rDaDZoe"],
|
|
|
strokeSharpness: "sharp",
|
|
|
- boundElementIds: [],
|
|
|
},
|
|
|
],
|
|
|
[
|
|
|
{
|
|
|
type: "diamond",
|
|
|
- version: 659,
|
|
|
- versionNonce: 1294871039,
|
|
|
- isDeleted: false,
|
|
|
- id: "aDDArXRjZugwyEawdhCeZ",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
@@ -353,14 +256,9 @@ export default {
|
|
|
seed: 511870335,
|
|
|
groupIds: ["M6ByXuSmtHCr3RtPPKJQh"],
|
|
|
strokeSharpness: "sharp",
|
|
|
- boundElementIds: [],
|
|
|
},
|
|
|
{
|
|
|
type: "diamond",
|
|
|
- version: 700,
|
|
|
- versionNonce: 60864881,
|
|
|
- isDeleted: false,
|
|
|
- id: "Hzx8zkeyDs3YicO2Tdv6G",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
@@ -376,14 +274,9 @@ export default {
|
|
|
seed: 1283079231,
|
|
|
groupIds: ["M6ByXuSmtHCr3RtPPKJQh"],
|
|
|
strokeSharpness: "sharp",
|
|
|
- boundElementIds: [],
|
|
|
},
|
|
|
{
|
|
|
type: "diamond",
|
|
|
- version: 780,
|
|
|
- versionNonce: 251040287,
|
|
|
- isDeleted: false,
|
|
|
- id: "PNzYhT295VNCT5EXmqvmw",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
@@ -399,14 +292,9 @@ export default {
|
|
|
seed: 996251633,
|
|
|
groupIds: ["M6ByXuSmtHCr3RtPPKJQh"],
|
|
|
strokeSharpness: "sharp",
|
|
|
- boundElementIds: [],
|
|
|
},
|
|
|
{
|
|
|
type: "diamond",
|
|
|
- version: 822,
|
|
|
- versionNonce: 1862951761,
|
|
|
- isDeleted: false,
|
|
|
- id: "jiMMAhQF3__7bF-obgXc0",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
@@ -422,16 +310,11 @@ export default {
|
|
|
seed: 1764842481,
|
|
|
groupIds: ["M6ByXuSmtHCr3RtPPKJQh"],
|
|
|
strokeSharpness: "sharp",
|
|
|
- boundElementIds: [],
|
|
|
},
|
|
|
],
|
|
|
[
|
|
|
{
|
|
|
type: "line",
|
|
|
- version: 4766,
|
|
|
- versionNonce: 2003030321,
|
|
|
- isDeleted: false,
|
|
|
- id: "BXfdLRoPYZ9MIumzzoA9-",
|
|
|
fillStyle: "hachure",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
@@ -447,9 +330,7 @@ export default {
|
|
|
seed: 1424381745,
|
|
|
groupIds: ["HSrtfEf-CssQTf160Fb6R"],
|
|
|
strokeSharpness: "round",
|
|
|
- boundElementIds: [],
|
|
|
- startBinding: null,
|
|
|
- endBinding: null,
|
|
|
+
|
|
|
points: [
|
|
|
[-0.24755378372925183, -40.169554027464216],
|
|
|
[-0.07503751055611152, 76.6515171914404],
|
|
@@ -471,9 +352,6 @@ export default {
|
|
|
[-0.2758413461535838, -40.23974757720194],
|
|
|
[-0.24755378372925183, -40.169554027464216],
|
|
|
],
|
|
|
- lastCommittedPoint: null,
|
|
|
- startArrowhead: null,
|
|
|
- endArrowhead: null,
|
|
|
},
|
|
|
{
|
|
|
type: "line",
|
|
@@ -496,9 +374,7 @@ export default {
|
|
|
seed: 726657713,
|
|
|
groupIds: ["HSrtfEf-CssQTf160Fb6R"],
|
|
|
strokeSharpness: "round",
|
|
|
- boundElementIds: [],
|
|
|
- startBinding: null,
|
|
|
- endBinding: null,
|
|
|
+
|
|
|
points: [
|
|
|
[0, -2.0205717204386002],
|
|
|
[1.3361877396713384, 3.0410845646550486],
|
|
@@ -509,16 +385,9 @@ export default {
|
|
|
[48.98410145879092, 2.500000505196364],
|
|
|
[50.7174766392476, -2.6041666666666288],
|
|
|
],
|
|
|
- lastCommittedPoint: null,
|
|
|
- startArrowhead: null,
|
|
|
- endArrowhead: null,
|
|
|
},
|
|
|
{
|
|
|
type: "line",
|
|
|
- version: 2538,
|
|
|
- versionNonce: 1913946897,
|
|
|
- isDeleted: false,
|
|
|
- id: "VIuxhGjvYUBniitomEkKm",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
@@ -534,9 +403,7 @@ export default {
|
|
|
seed: 1977326481,
|
|
|
groupIds: ["HSrtfEf-CssQTf160Fb6R"],
|
|
|
strokeSharpness: "round",
|
|
|
- boundElementIds: [],
|
|
|
- startBinding: null,
|
|
|
- endBinding: null,
|
|
|
+
|
|
|
points: [
|
|
|
[0, -2.136356936862347],
|
|
|
[1.332367676378171, 1.9210669226078037],
|
|
@@ -547,16 +414,9 @@ export default {
|
|
|
[48.84405948536458, 1.4873339211608216],
|
|
|
[50.57247907260371, -2.6041666666666288],
|
|
|
],
|
|
|
- lastCommittedPoint: null,
|
|
|
- startArrowhead: null,
|
|
|
- endArrowhead: null,
|
|
|
},
|
|
|
{
|
|
|
type: "ellipse",
|
|
|
- version: 5503,
|
|
|
- versionNonce: 1236644479,
|
|
|
- isDeleted: false,
|
|
|
- id: "1acGiqpJjntE3sr1JVnBP",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
@@ -578,10 +438,6 @@ export default {
|
|
|
[
|
|
|
{
|
|
|
type: "rectangle",
|
|
|
- version: 4270,
|
|
|
- versionNonce: 309922463,
|
|
|
- isDeleted: false,
|
|
|
- id: "SqGRpNqls7OV1QB2Eq-0m",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 2,
|
|
|
strokeStyle: "solid",
|
|
@@ -605,10 +461,6 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
type: "rectangle",
|
|
|
- version: 4319,
|
|
|
- versionNonce: 896119505,
|
|
|
- isDeleted: false,
|
|
|
- id: "fayss6b_GPh6LK1x4iX-q",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 2,
|
|
|
strokeStyle: "solid",
|
|
@@ -632,10 +484,6 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
type: "rectangle",
|
|
|
- version: 4417,
|
|
|
- versionNonce: 1968987839,
|
|
|
- isDeleted: false,
|
|
|
- id: "HgAnv2rwYhUpLiJiZAXv-",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 2,
|
|
|
strokeStyle: "solid",
|
|
@@ -659,10 +507,6 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
type: "draw",
|
|
|
- version: 3541,
|
|
|
- versionNonce: 1680683185,
|
|
|
- isDeleted: false,
|
|
|
- id: "12aO-Bs9HdALZN_-tuQTr",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
@@ -678,22 +522,15 @@ export default {
|
|
|
seed: 1673003743,
|
|
|
groupIds: ["9ppmKFUbA4iKjt8FaDFox"],
|
|
|
strokeSharpness: "round",
|
|
|
- boundElementIds: [],
|
|
|
+
|
|
|
points: [
|
|
|
[0, 0.6014697828497827],
|
|
|
[40.42449133807562, 0.7588628355182573],
|
|
|
[46.57983585730082, -2.491091008771946],
|
|
|
],
|
|
|
- lastCommittedPoint: null,
|
|
|
- startArrowhead: null,
|
|
|
- endArrowhead: null,
|
|
|
},
|
|
|
{
|
|
|
type: "draw",
|
|
|
- version: 3567,
|
|
|
- versionNonce: 620768991,
|
|
|
- isDeleted: false,
|
|
|
- id: "Ck_Y0EVPh_fsY0qoRnGiD",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
@@ -709,22 +546,15 @@ export default {
|
|
|
seed: 1821527807,
|
|
|
groupIds: ["9ppmKFUbA4iKjt8FaDFox"],
|
|
|
strokeSharpness: "round",
|
|
|
- boundElementIds: [],
|
|
|
+
|
|
|
points: [
|
|
|
[0, 0],
|
|
|
[16.832548902953302, -2.8032978840147194],
|
|
|
[45.567415680676426, -0.3275477042019195],
|
|
|
],
|
|
|
- lastCommittedPoint: null,
|
|
|
- startArrowhead: null,
|
|
|
- endArrowhead: null,
|
|
|
},
|
|
|
{
|
|
|
type: "draw",
|
|
|
- version: 3592,
|
|
|
- versionNonce: 1300624017,
|
|
|
- isDeleted: false,
|
|
|
- id: "a_7IZapEuD918VW1P8Ss_",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
@@ -740,23 +570,16 @@ export default {
|
|
|
seed: 1485707039,
|
|
|
groupIds: ["9ppmKFUbA4iKjt8FaDFox"],
|
|
|
strokeSharpness: "round",
|
|
|
- boundElementIds: [],
|
|
|
+
|
|
|
points: [
|
|
|
[0, 0],
|
|
|
[26.41225578429045, -0.2552319773002338],
|
|
|
[37.62000339651456, 2.3153712935189787],
|
|
|
[48.33668263438425, -1.9652862252120569],
|
|
|
],
|
|
|
- lastCommittedPoint: null,
|
|
|
- startArrowhead: null,
|
|
|
- endArrowhead: null,
|
|
|
},
|
|
|
{
|
|
|
type: "draw",
|
|
|
- version: 3629,
|
|
|
- versionNonce: 737475327,
|
|
|
- isDeleted: false,
|
|
|
- id: "8io6FVNdFOLsQ266W8Lni",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
@@ -772,7 +595,7 @@ export default {
|
|
|
seed: 1042012991,
|
|
|
groupIds: ["9ppmKFUbA4iKjt8FaDFox"],
|
|
|
strokeSharpness: "round",
|
|
|
- boundElementIds: [],
|
|
|
+
|
|
|
points: [
|
|
|
[0, 0],
|
|
|
[10.166093050596771, -1.166642430373031],
|
|
@@ -780,16 +603,9 @@ export default {
|
|
|
[46.26079588567538, 0.6125567455206506],
|
|
|
[54.40694982784246, -2.297087795702523],
|
|
|
],
|
|
|
- lastCommittedPoint: null,
|
|
|
- startArrowhead: null,
|
|
|
- endArrowhead: null,
|
|
|
},
|
|
|
{
|
|
|
type: "draw",
|
|
|
- version: 3594,
|
|
|
- versionNonce: 1982560369,
|
|
|
- isDeleted: false,
|
|
|
- id: "LJI5kY6tg7UFAjPV3fKL-",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
@@ -805,22 +621,15 @@ export default {
|
|
|
seed: 295443295,
|
|
|
groupIds: ["9ppmKFUbA4iKjt8FaDFox"],
|
|
|
strokeSharpness: "round",
|
|
|
- boundElementIds: [],
|
|
|
+
|
|
|
points: [
|
|
|
[0, 0],
|
|
|
[18.193786115221407, -0.5912874140789839],
|
|
|
[46.92865289294453, 1.884462765733816],
|
|
|
],
|
|
|
- lastCommittedPoint: null,
|
|
|
- startArrowhead: null,
|
|
|
- endArrowhead: null,
|
|
|
},
|
|
|
{
|
|
|
type: "draw",
|
|
|
- version: 3609,
|
|
|
- versionNonce: 1857766175,
|
|
|
- isDeleted: false,
|
|
|
- id: "zCrZOHW-q8YWKLw6ltKxX",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
@@ -836,25 +645,18 @@ export default {
|
|
|
seed: 1734301567,
|
|
|
groupIds: ["9ppmKFUbA4iKjt8FaDFox"],
|
|
|
strokeSharpness: "round",
|
|
|
- boundElementIds: [],
|
|
|
+
|
|
|
points: [
|
|
|
[0, 0],
|
|
|
[8.093938105125233, 1.4279702913643746],
|
|
|
[18.193786115221407, -0.5912874140789839],
|
|
|
[46.92865289294453, 1.884462765733816],
|
|
|
],
|
|
|
- lastCommittedPoint: null,
|
|
|
- startArrowhead: null,
|
|
|
- endArrowhead: null,
|
|
|
},
|
|
|
],
|
|
|
[
|
|
|
{
|
|
|
type: "rectangle",
|
|
|
- version: 676,
|
|
|
- versionNonce: 1841530687,
|
|
|
- isDeleted: false,
|
|
|
- id: "XOD3vRhtoLWoxC9wF9Sk8",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
@@ -870,14 +672,9 @@ export default {
|
|
|
seed: 106569279,
|
|
|
groupIds: ["TC0RSM64Cxmu17MlE12-o"],
|
|
|
strokeSharpness: "sharp",
|
|
|
- boundElementIds: [],
|
|
|
},
|
|
|
{
|
|
|
type: "line",
|
|
|
- version: 462,
|
|
|
- versionNonce: 1737150513,
|
|
|
- isDeleted: false,
|
|
|
- id: "WBkTga1PjKzYK-tcGjnjZ",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
@@ -893,23 +690,14 @@ export default {
|
|
|
seed: 73916127,
|
|
|
groupIds: ["TC0RSM64Cxmu17MlE12-o"],
|
|
|
strokeSharpness: "round",
|
|
|
- boundElementIds: [],
|
|
|
- startBinding: null,
|
|
|
- endBinding: null,
|
|
|
+
|
|
|
points: [
|
|
|
[0, 0],
|
|
|
[128.84193229844433, 0],
|
|
|
],
|
|
|
- lastCommittedPoint: null,
|
|
|
- startArrowhead: null,
|
|
|
- endArrowhead: null,
|
|
|
},
|
|
|
{
|
|
|
type: "ellipse",
|
|
|
- version: 282,
|
|
|
- versionNonce: 1198409567,
|
|
|
- isDeleted: false,
|
|
|
- id: "FHX0ZsIzUUfYPJqrZ8Lso",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
@@ -925,14 +713,9 @@ export default {
|
|
|
seed: 387857791,
|
|
|
groupIds: ["TC0RSM64Cxmu17MlE12-o"],
|
|
|
strokeSharpness: "sharp",
|
|
|
- boundElementIds: [],
|
|
|
},
|
|
|
{
|
|
|
type: "ellipse",
|
|
|
- version: 327,
|
|
|
- versionNonce: 1661182481,
|
|
|
- isDeleted: false,
|
|
|
- id: "ugVRR0f_uDOjrllO10yAs",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
@@ -948,14 +731,9 @@ export default {
|
|
|
seed: 1486370207,
|
|
|
groupIds: ["TC0RSM64Cxmu17MlE12-o"],
|
|
|
strokeSharpness: "sharp",
|
|
|
- boundElementIds: [],
|
|
|
},
|
|
|
{
|
|
|
type: "ellipse",
|
|
|
- version: 385,
|
|
|
- versionNonce: 2047607679,
|
|
|
- isDeleted: false,
|
|
|
- id: "SBzNA0Sn-ou4QGxotj0SB",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
@@ -971,14 +749,9 @@ export default {
|
|
|
seed: 610150847,
|
|
|
groupIds: ["TC0RSM64Cxmu17MlE12-o"],
|
|
|
strokeSharpness: "sharp",
|
|
|
- boundElementIds: [],
|
|
|
},
|
|
|
{
|
|
|
type: "ellipse",
|
|
|
- version: 664,
|
|
|
- versionNonce: 2135373809,
|
|
|
- isDeleted: false,
|
|
|
- id: "VKcfbELTVlyJ90m0bGsj0",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
@@ -994,32 +767,20 @@ export default {
|
|
|
seed: 144280593,
|
|
|
groupIds: ["TC0RSM64Cxmu17MlE12-o"],
|
|
|
strokeSharpness: "sharp",
|
|
|
- boundElementIds: [],
|
|
|
},
|
|
|
{
|
|
|
type: "draw",
|
|
|
- version: 1281,
|
|
|
- versionNonce: 1708997535,
|
|
|
- isDeleted: false,
|
|
|
- id: "zWrJVrKnkF5K8iXNxi9Aa",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
|
- roughness: 0,
|
|
|
- opacity: 100,
|
|
|
- angle: 0,
|
|
|
x: -530.327851842306,
|
|
|
y: 378.9357912947449,
|
|
|
strokeColor: "#087f5b",
|
|
|
backgroundColor: "#40c057",
|
|
|
width: 28.226201983883442,
|
|
|
height: 24.44112284281997,
|
|
|
- seed: 29167967,
|
|
|
groupIds: ["TC0RSM64Cxmu17MlE12-o"],
|
|
|
strokeSharpness: "round",
|
|
|
- boundElementIds: [],
|
|
|
- startBinding: null,
|
|
|
- endBinding: null,
|
|
|
points: [
|
|
|
[4.907524351775825, 2.043055712211473],
|
|
|
[3.0769604829149455, 1.6284171290602836],
|
|
@@ -1044,16 +805,9 @@ export default {
|
|
|
[4.669824267311791, 1.1200945145694894],
|
|
|
[4.907524351775825, 2.043055712211473],
|
|
|
],
|
|
|
- lastCommittedPoint: null,
|
|
|
- startArrowhead: null,
|
|
|
- endArrowhead: null,
|
|
|
},
|
|
|
{
|
|
|
type: "line",
|
|
|
- version: 701,
|
|
|
- versionNonce: 1583157713,
|
|
|
- isDeleted: false,
|
|
|
- id: "LX6kTl9A8K36ld2MEV4tI",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
@@ -1069,23 +823,14 @@ export default {
|
|
|
seed: 1443027377,
|
|
|
groupIds: ["TC0RSM64Cxmu17MlE12-o"],
|
|
|
strokeSharpness: "round",
|
|
|
- boundElementIds: [],
|
|
|
- startBinding: null,
|
|
|
- endBinding: null,
|
|
|
+
|
|
|
points: [
|
|
|
[0, 0],
|
|
|
[42.095115772272244, 0],
|
|
|
],
|
|
|
- lastCommittedPoint: null,
|
|
|
- startArrowhead: null,
|
|
|
- endArrowhead: null,
|
|
|
},
|
|
|
{
|
|
|
type: "line",
|
|
|
- version: 2908,
|
|
|
- versionNonce: 252866495,
|
|
|
- isDeleted: false,
|
|
|
- id: "SHmV_QtcwxIE-peI_QOX1",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
@@ -1098,12 +843,8 @@ export default {
|
|
|
backgroundColor: "#99bcff",
|
|
|
width: 29.31860660384862,
|
|
|
height: 5.711199931375845,
|
|
|
- seed: 244310513,
|
|
|
groupIds: ["TC0RSM64Cxmu17MlE12-o"],
|
|
|
strokeSharpness: "round",
|
|
|
- boundElementIds: [],
|
|
|
- startBinding: null,
|
|
|
- endBinding: null,
|
|
|
points: [
|
|
|
[0, -2.341683327443203],
|
|
|
[0.7724193963150375, -0.06510358900749044],
|
|
@@ -1114,16 +855,9 @@ export default {
|
|
|
[28.316582284417855, -0.3084668090492442],
|
|
|
[29.31860660384862, -2.6041666666666288],
|
|
|
],
|
|
|
- lastCommittedPoint: null,
|
|
|
- startArrowhead: null,
|
|
|
- endArrowhead: null,
|
|
|
},
|
|
|
{
|
|
|
type: "ellipse",
|
|
|
- version: 725,
|
|
|
- versionNonce: 1969008561,
|
|
|
- isDeleted: false,
|
|
|
- id: "PKRg6SqIetkWIgRqBAnDY",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
@@ -1139,20 +873,13 @@ export default {
|
|
|
seed: 683572113,
|
|
|
groupIds: ["TC0RSM64Cxmu17MlE12-o"],
|
|
|
strokeSharpness: "sharp",
|
|
|
- boundElementIds: [],
|
|
|
},
|
|
|
{
|
|
|
type: "line",
|
|
|
- version: 3113,
|
|
|
- versionNonce: 533471199,
|
|
|
- isDeleted: false,
|
|
|
- id: "HrelUAgvfxi_4v8MyL_iT",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
|
- roughness: 0,
|
|
|
opacity: 90,
|
|
|
- angle: 0,
|
|
|
x: -544.828148539078,
|
|
|
y: 402.0199316371545,
|
|
|
strokeColor: "#000000",
|
|
@@ -1162,9 +889,7 @@ export default {
|
|
|
seed: 318798801,
|
|
|
groupIds: ["TC0RSM64Cxmu17MlE12-o"],
|
|
|
strokeSharpness: "round",
|
|
|
- boundElementIds: [],
|
|
|
- startBinding: null,
|
|
|
- endBinding: null,
|
|
|
+
|
|
|
points: [
|
|
|
[0, 0],
|
|
|
[4.103544916365185, -4.322122351104391],
|
|
@@ -1174,18 +899,11 @@ export default {
|
|
|
[28.316582284417855, -2.0990281379671547],
|
|
|
[29.31860660384862, 0.2709794602754383],
|
|
|
],
|
|
|
- lastCommittedPoint: null,
|
|
|
- startArrowhead: null,
|
|
|
- endArrowhead: null,
|
|
|
},
|
|
|
],
|
|
|
[
|
|
|
{
|
|
|
type: "rectangle",
|
|
|
- version: 685,
|
|
|
- versionNonce: 706399231,
|
|
|
- isDeleted: false,
|
|
|
- id: "dba8s5bDYEnF20oGn2a8b",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
@@ -1201,14 +919,9 @@ export default {
|
|
|
seed: 1914896753,
|
|
|
groupIds: ["GMZ-NW9lG7c1AtfBInZ0n"],
|
|
|
strokeSharpness: "sharp",
|
|
|
- boundElementIds: [],
|
|
|
},
|
|
|
{
|
|
|
type: "rectangle",
|
|
|
- version: 835,
|
|
|
- versionNonce: 851916657,
|
|
|
- isDeleted: false,
|
|
|
- id: "3HxCT4mFZF-jJ6m9pyOCt",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
@@ -1224,14 +937,9 @@ export default {
|
|
|
seed: 1306468145,
|
|
|
groupIds: ["GMZ-NW9lG7c1AtfBInZ0n"],
|
|
|
strokeSharpness: "sharp",
|
|
|
- boundElementIds: [],
|
|
|
},
|
|
|
{
|
|
|
type: "ellipse",
|
|
|
- version: 881,
|
|
|
- versionNonce: 704574495,
|
|
|
- isDeleted: false,
|
|
|
- id: "xX9mcMHy_0Bn-D0UAMyCc",
|
|
|
fillStyle: "solid",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
@@ -1247,14 +955,9 @@ export default {
|
|
|
seed: 93422161,
|
|
|
groupIds: ["GMZ-NW9lG7c1AtfBInZ0n"],
|
|
|
strokeSharpness: "sharp",
|
|
|
- boundElementIds: [],
|
|
|
},
|
|
|
{
|
|
|
type: "rectangle",
|
|
|
- version: 528,
|
|
|
- versionNonce: 816914769,
|
|
|
- isDeleted: false,
|
|
|
- id: "h60d2h6UPYkopTlW_XEs4",
|
|
|
fillStyle: "cross-hatch",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
@@ -1270,20 +973,12 @@ export default {
|
|
|
seed: 11646495,
|
|
|
groupIds: ["GMZ-NW9lG7c1AtfBInZ0n"],
|
|
|
strokeSharpness: "sharp",
|
|
|
- boundElementIds: [],
|
|
|
},
|
|
|
{
|
|
|
type: "rectangle",
|
|
|
- version: 570,
|
|
|
- versionNonce: 1198069823,
|
|
|
- isDeleted: false,
|
|
|
- id: "bZbx28BjXM33JV1UezMcH",
|
|
|
fillStyle: "cross-hatch",
|
|
|
strokeWidth: 1,
|
|
|
strokeStyle: "solid",
|
|
|
- roughness: 1,
|
|
|
- opacity: 100,
|
|
|
- angle: 0,
|
|
|
x: -698.7169501405845,
|
|
|
y: 384.7822247024333,
|
|
|
strokeColor: "#000000",
|
|
@@ -1293,7 +988,6 @@ export default {
|
|
|
seed: 291717649,
|
|
|
groupIds: ["GMZ-NW9lG7c1AtfBInZ0n"],
|
|
|
strokeSharpness: "sharp",
|
|
|
- boundElementIds: [],
|
|
|
},
|
|
|
],
|
|
|
],
|