-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshapes2.json
82 lines (81 loc) · 1.4 KB
/
shapes2.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[
{
"color": "magenta",
"order": 1,
"x": 10,
"y": 10,
"x2": 50,
"y2": 20
},
{
"color": "blue",
"order": 1,
"x": 200,
"y": 200,
"height": 80,
"width": 150
},
{
"color": "cyan",
"order": 1,
"x": 210,
"y": 210,
"height": 60,
"width": 130
},
{
"color": "darkGray",
"x": 450,
"y": 100,
"height": 120,
"order": 1,
"width": 150
},
{
"color": "pink",
"x": 450,
"y": 100,
"height": 100,
"order": 1,
"width": 130
},
{
"color": "blue",
"order": 1,
"x": 410,
"y": 110,
"text": "Виват Цезарь!"
},
{
"color": "darkGray",
"order": 1,
"x": 420,
"y": 130,
"text": "Виват Император!"
},
{
"color": "#FF80FF40",
"order": 1,
"x": 30,
"y": 150,
"text": "Привет Мир!"
},
{
"color": "#FF4080FF",
"x": 130,
"y": 70,
"height": 80,
"order": 1,
"width": 80,
"radius": 40
},
{
"color": "#FF80C080",
"x": 130,
"y": 70,
"height": 60,
"order": 1,
"width": 60,
"radius": 30
}
]