Skip to content

Commit a13c92c

Browse files
committed
test excalidraw diagram loading
1 parent a9dc8d4 commit a13c92c

File tree

2 files changed

+128
-0
lines changed

2 files changed

+128
-0
lines changed

src/system-designs/test.excalidraw

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
{
2+
"type": "excalidraw",
3+
"version": 2,
4+
"source": "https://excalidraw-jetbrains-plugin",
5+
"elements": [
6+
{
7+
"id": "LsKAMqZZLstbSvL5vKQaU",
8+
"type": "rectangle",
9+
"x": 380,
10+
"y": 290,
11+
"width": 128,
12+
"height": 116,
13+
"angle": 0,
14+
"strokeColor": "#1e1e1e",
15+
"backgroundColor": "transparent",
16+
"fillStyle": "solid",
17+
"strokeWidth": 2,
18+
"strokeStyle": "solid",
19+
"roughness": 1,
20+
"opacity": 100,
21+
"groupIds": [],
22+
"frameId": null,
23+
"roundness": {
24+
"type": 3
25+
},
26+
"seed": 1070905800,
27+
"version": 26,
28+
"versionNonce": 1001639352,
29+
"isDeleted": false,
30+
"boundElements": [
31+
{
32+
"id": "Wa4LGczUqPrU7VLCzso0y",
33+
"type": "arrow"
34+
}
35+
],
36+
"updated": 1724733110745,
37+
"link": null,
38+
"locked": false
39+
},
40+
{
41+
"id": "x23z7yOvujrYq3AkPIGGN",
42+
"type": "rectangle",
43+
"x": 647,
44+
"y": 270,
45+
"width": 146,
46+
"height": 171,
47+
"angle": 0,
48+
"strokeColor": "#1e1e1e",
49+
"backgroundColor": "transparent",
50+
"fillStyle": "solid",
51+
"strokeWidth": 2,
52+
"strokeStyle": "solid",
53+
"roughness": 1,
54+
"opacity": 100,
55+
"groupIds": [],
56+
"frameId": null,
57+
"roundness": {
58+
"type": 3
59+
},
60+
"seed": 1616565960,
61+
"version": 12,
62+
"versionNonce": 1100456904,
63+
"isDeleted": false,
64+
"boundElements": null,
65+
"updated": 1724733105441,
66+
"link": null,
67+
"locked": false
68+
},
69+
{
70+
"id": "Wa4LGczUqPrU7VLCzso0y",
71+
"type": "arrow",
72+
"x": 513,
73+
"y": 346,
74+
"width": 128,
75+
"height": 1,
76+
"angle": 0,
77+
"strokeColor": "#1e1e1e",
78+
"backgroundColor": "transparent",
79+
"fillStyle": "solid",
80+
"strokeWidth": 2,
81+
"strokeStyle": "solid",
82+
"roughness": 1,
83+
"opacity": 100,
84+
"groupIds": [],
85+
"frameId": null,
86+
"roundness": {
87+
"type": 2
88+
},
89+
"seed": 360704712,
90+
"version": 9,
91+
"versionNonce": 902374584,
92+
"isDeleted": false,
93+
"boundElements": null,
94+
"updated": 1724733110745,
95+
"link": null,
96+
"locked": false,
97+
"points": [
98+
[
99+
0,
100+
0
101+
],
102+
[
103+
128,
104+
1
105+
]
106+
],
107+
"lastCommittedPoint": null,
108+
"startBinding": {
109+
"elementId": "LsKAMqZZLstbSvL5vKQaU",
110+
"focus": -0.043402777777777776,
111+
"gap": 5
112+
},
113+
"endBinding": null,
114+
"startArrowhead": null,
115+
"endArrowhead": "arrow"
116+
}
117+
],
118+
"appState": {
119+
"gridSize": null,
120+
"viewBackgroundColor": "#ffffff"
121+
},
122+
"files": {}
123+
}

src/system-designs/test.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Test page
2+
3+
```kroki-excalidraw no-transparency=false
4+
@from_file:system-designs/test.excalidraw
5+
```

0 commit comments

Comments
 (0)