Skip to content

Commit 4c67d91

Browse files
mv
1 parent 478335f commit 4c67d91

File tree

3 files changed

+117
-117
lines changed

3 files changed

+117
-117
lines changed

examples/__node__.json

Lines changed: 0 additions & 40 deletions
This file was deleted.

examples/__primitive__.json

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
{
2+
"document": {
3+
"id": "0:0",
4+
"name": "Document",
5+
"type": "DOCUMENT",
6+
"scrollBehavior": "SCROLLS",
7+
"children": [
8+
{
9+
"id": "0:1",
10+
"name": "shapes",
11+
"type": "CANVAS",
12+
"scrollBehavior": "SCROLLS",
13+
"children": [
14+
{
15+
"id": "1:2",
16+
"name": "Rectangle 1",
17+
"type": "RECTANGLE",
18+
"scrollBehavior": "SCROLLS",
19+
"blendMode": "PASS_THROUGH",
20+
"fills": [
21+
{
22+
"blendMode": "NORMAL",
23+
"type": "SOLID",
24+
"color": {
25+
"r": 0.8509804010391235,
26+
"g": 0.8509804010391235,
27+
"b": 0.8509804010391235,
28+
"a": 1
29+
}
30+
}
31+
],
32+
"strokes": [],
33+
"strokeWeight": 1,
34+
"strokeAlign": "INSIDE",
35+
"absoluteBoundingBox": {
36+
"x": -425,
37+
"y": -138,
38+
"width": 100,
39+
"height": 100
40+
},
41+
"absoluteRenderBounds": {
42+
"x": -425,
43+
"y": -138,
44+
"width": 100,
45+
"height": 100
46+
},
47+
"constraints": {
48+
"vertical": "TOP",
49+
"horizontal": "LEFT"
50+
},
51+
"effects": [],
52+
"interactions": []
53+
}
54+
],
55+
"backgroundColor": {
56+
"r": 0.9607843160629272,
57+
"g": 0.9607843160629272,
58+
"b": 0.9607843160629272,
59+
"a": 1
60+
},
61+
"prototypeStartNodeID": null,
62+
"flowStartingPoints": [],
63+
"prototypeDevice": {
64+
"type": "NONE",
65+
"rotation": "NONE"
66+
}
67+
}
68+
]
69+
},
70+
"components": {},
71+
"componentSets": {},
72+
"schemaVersion": 0,
73+
"styles": {},
74+
"name": "__test__/primative",
75+
"lastModified": "2025-06-07T14:53:10Z",
76+
"thumbnailUrl": "https://s3-alpha.figma.com/thumbnails/9d2691f9-cf7f-4a9f-bb3c-077f8b92eb01?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAQ4GOSFWCWP5TY7EM%2F20250605%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20250605T000000Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=f433777dab458c0aade54ec934851696c2125bb8b4580333514bb7b2d96f83e7",
77+
"version": "2226920300805486200",
78+
"role": "owner",
79+
"editorType": "figma",
80+
"linkAccess": "inherit"
81+
}

examples/__rectangle__.json

Lines changed: 36 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,40 @@
11
{
2-
"document": {
3-
"id": "0:0",
4-
"name": "Document",
5-
"type": "DOCUMENT",
6-
"scrollBehavior": "SCROLLS",
7-
"children": [
8-
{
9-
"id": "0:1",
10-
"name": "shapes",
11-
"type": "CANVAS",
12-
"scrollBehavior": "SCROLLS",
13-
"children": [
14-
{
15-
"id": "1:2",
16-
"name": "Rectangle 1",
17-
"type": "RECTANGLE",
18-
"scrollBehavior": "SCROLLS",
19-
"blendMode": "PASS_THROUGH",
20-
"fills": [
21-
{
22-
"blendMode": "NORMAL",
23-
"type": "SOLID",
24-
"color": {
25-
"r": 0.8509804010391235,
26-
"g": 0.8509804010391235,
27-
"b": 0.8509804010391235,
28-
"a": 1
29-
}
30-
}
31-
],
32-
"strokes": [],
33-
"strokeWeight": 1,
34-
"strokeAlign": "INSIDE",
35-
"absoluteBoundingBox": {
36-
"x": -425,
37-
"y": -138,
38-
"width": 100,
39-
"height": 100
40-
},
41-
"absoluteRenderBounds": {
42-
"x": -425,
43-
"y": -138,
44-
"width": 100,
45-
"height": 100
46-
},
47-
"constraints": {
48-
"vertical": "TOP",
49-
"horizontal": "LEFT"
50-
},
51-
"effects": [],
52-
"interactions": []
53-
}
54-
],
55-
"backgroundColor": {
56-
"r": 0.9607843160629272,
57-
"g": 0.9607843160629272,
58-
"b": 0.9607843160629272,
59-
"a": 1
60-
},
61-
"prototypeStartNodeID": null,
62-
"flowStartingPoints": [],
63-
"prototypeDevice": {
64-
"type": "NONE",
65-
"rotation": "NONE"
66-
}
2+
"id": "1:2",
3+
"name": "Rectangle 1",
4+
"type": "RECTANGLE",
5+
"scrollBehavior": "SCROLLS",
6+
"blendMode": "PASS_THROUGH",
7+
"fills": [
8+
{
9+
"blendMode": "NORMAL",
10+
"type": "SOLID",
11+
"color": {
12+
"r": 0.8509804010391235,
13+
"g": 0.8509804010391235,
14+
"b": 0.8509804010391235,
15+
"a": 1
6716
}
68-
]
17+
}
18+
],
19+
"strokes": [],
20+
"strokeWeight": 1,
21+
"strokeAlign": "INSIDE",
22+
"absoluteBoundingBox": {
23+
"x": -425,
24+
"y": -138,
25+
"width": 100,
26+
"height": 100
6927
},
70-
"components": {},
71-
"componentSets": {},
72-
"schemaVersion": 0,
73-
"styles": {},
74-
"name": "__test__/primative",
75-
"lastModified": "2025-06-07T14:53:10Z",
76-
"thumbnailUrl": "https://s3-alpha.figma.com/thumbnails/9d2691f9-cf7f-4a9f-bb3c-077f8b92eb01?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAQ4GOSFWCWP5TY7EM%2F20250605%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20250605T000000Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=f433777dab458c0aade54ec934851696c2125bb8b4580333514bb7b2d96f83e7",
77-
"version": "2226920300805486200",
78-
"role": "owner",
79-
"editorType": "figma",
80-
"linkAccess": "inherit"
28+
"absoluteRenderBounds": {
29+
"x": -425,
30+
"y": -138,
31+
"width": 100,
32+
"height": 100
33+
},
34+
"constraints": {
35+
"vertical": "TOP",
36+
"horizontal": "LEFT"
37+
},
38+
"effects": [],
39+
"interactions": []
8140
}

0 commit comments

Comments
 (0)