@dicebear/definitions 10.0.0-beta.5 → 10.0.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +62 -52
- package/README.md +53 -6
- package/dist/adventurer-neutral.min.json +1 -0
- package/dist/adventurer.min.json +1 -0
- package/dist/avataaars-neutral.min.json +1 -0
- package/dist/avataaars.min.json +1 -0
- package/dist/big-ears-neutral.min.json +1 -0
- package/dist/big-ears.min.json +1 -0
- package/dist/big-smile.min.json +1 -0
- package/dist/bottts-neutral.min.json +1 -0
- package/dist/bottts.min.json +1 -0
- package/dist/croodles-neutral.min.json +1 -0
- package/dist/croodles.min.json +1 -0
- package/dist/dylan.min.json +1 -0
- package/dist/fun-emoji.min.json +1 -0
- package/dist/glass.min.json +1 -0
- package/dist/icons.min.json +1 -0
- package/dist/identicon.min.json +1 -0
- package/dist/initials.min.json +1 -0
- package/dist/lorelei-neutral.min.json +1 -0
- package/dist/lorelei.min.json +1 -0
- package/dist/micah.min.json +1 -0
- package/dist/miniavs.min.json +1 -0
- package/dist/notionists-neutral.min.json +1 -0
- package/dist/notionists.min.json +1 -0
- package/dist/open-peeps.min.json +1 -0
- package/dist/personas.min.json +1 -0
- package/dist/pixel-art-neutral.min.json +1 -0
- package/dist/pixel-art.min.json +1 -0
- package/dist/rings.min.json +1 -0
- package/dist/shapes.min.json +1 -0
- package/dist/thumbs.min.json +1 -0
- package/dist/toon-head.min.json +1 -0
- package/package.json +136 -19
- package/src/adventurer-neutral.json +1977 -417
- package/src/adventurer.json +3980 -725
- package/src/avataaars-neutral.json +829 -234
- package/src/avataaars.json +2967 -703
- package/src/big-ears-neutral.json +2651 -482
- package/src/big-ears.json +4347 -905
- package/src/big-smile.json +1271 -247
- package/src/bottts-neutral.json +1054 -163
- package/src/bottts.json +3846 -331
- package/src/croodles-neutral.json +1059 -252
- package/src/croodles.json +4254 -513
- package/src/dylan.json +371 -143
- package/src/fun-emoji.json +1428 -185
- package/src/glass.json +387 -149
- package/src/icons.json +2342 -768
- package/src/identicon.json +598 -201
- package/src/initials.json +126 -30
- package/src/lorelei-neutral.json +1329 -438
- package/src/lorelei.json +3146 -755
- package/src/micah.json +1447 -361
- package/src/miniavs.json +794 -185
- package/src/notionists-neutral.json +1309 -438
- package/src/notionists.json +4260 -1040
- package/src/open-peeps.json +2696 -588
- package/src/personas.json +1405 -302
- package/src/pixel-art-neutral.json +2302 -306
- package/src/pixel-art.json +6871 -817
- package/src/rings.json +481 -152
- package/src/shapes.json +414 -150
- package/src/thumbs.json +862 -311
- package/src/toon-head.json +1217 -0
- package/types/index.d.ts +0 -426
package/src/shapes.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$schema": "https://
|
|
2
|
+
"$schema": "https://cdn.hopjs.net/npm/@dicebear/schema@0.10.0/dist/definition.min.json",
|
|
3
3
|
"$comment": "This file was generated by the DiceBear Exporter for Figma. https://www.figma.com/community/plugin/1005765655729342787",
|
|
4
|
-
"
|
|
4
|
+
"meta": {
|
|
5
5
|
"license": {
|
|
6
6
|
"name": "CC0 1.0",
|
|
7
7
|
"url": "https://creativecommons.org/publicdomain/zero/1.0/",
|
|
8
|
-
"text": "„Shapes” (https://www.dicebear.com) by „
|
|
8
|
+
"text": "„Shapes” (https://www.dicebear.com) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)"
|
|
9
9
|
},
|
|
10
10
|
"creator": {
|
|
11
|
-
"name": "
|
|
11
|
+
"name": "DiceBear",
|
|
12
12
|
"url": "https://www.dicebear.com"
|
|
13
13
|
},
|
|
14
14
|
"source": {
|
|
@@ -16,31 +16,64 @@
|
|
|
16
16
|
"url": "https://www.dicebear.com"
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
|
-
"
|
|
20
|
-
"
|
|
19
|
+
"canvas": {
|
|
20
|
+
"elements": [
|
|
21
|
+
{
|
|
22
|
+
"name": "g",
|
|
23
|
+
"type": "element",
|
|
24
|
+
"attributes": {
|
|
25
|
+
"transform": "matrix(1.2 0 0 1.2 -10 -10)"
|
|
26
|
+
},
|
|
27
|
+
"children": [
|
|
28
|
+
{
|
|
29
|
+
"type": "component",
|
|
30
|
+
"value": "shape1"
|
|
31
|
+
}
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "g",
|
|
36
|
+
"type": "element",
|
|
37
|
+
"attributes": {
|
|
38
|
+
"transform": "matrix(.8 0 0 .8 10 10)"
|
|
39
|
+
},
|
|
40
|
+
"children": [
|
|
41
|
+
{
|
|
42
|
+
"type": "component",
|
|
43
|
+
"value": "shape2"
|
|
44
|
+
}
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "g",
|
|
49
|
+
"type": "element",
|
|
50
|
+
"attributes": {
|
|
51
|
+
"transform": "matrix(.4 0 0 .4 30 30)"
|
|
52
|
+
},
|
|
53
|
+
"children": [
|
|
54
|
+
{
|
|
55
|
+
"type": "component",
|
|
56
|
+
"value": "shape3"
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
}
|
|
60
|
+
],
|
|
21
61
|
"width": 100,
|
|
22
62
|
"height": 100
|
|
23
63
|
},
|
|
24
|
-
"attributes":
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
{
|
|
30
|
-
"name": "shape-rendering",
|
|
31
|
-
"value": "auto"
|
|
32
|
-
}
|
|
33
|
-
],
|
|
34
|
-
"components": [
|
|
35
|
-
{
|
|
36
|
-
"name": "shape1",
|
|
64
|
+
"attributes": {
|
|
65
|
+
"fill": "none",
|
|
66
|
+
"shape-rendering": "auto"
|
|
67
|
+
},
|
|
68
|
+
"components": {
|
|
69
|
+
"shape1": {
|
|
37
70
|
"width": 100,
|
|
38
71
|
"height": 100,
|
|
39
|
-
"
|
|
72
|
+
"rotate": [
|
|
40
73
|
-160,
|
|
41
74
|
160
|
|
42
75
|
],
|
|
43
|
-
"
|
|
76
|
+
"translate": {
|
|
44
77
|
"x": [
|
|
45
78
|
-75,
|
|
46
79
|
75
|
|
@@ -50,53 +83,131 @@
|
|
|
50
83
|
75
|
|
51
84
|
]
|
|
52
85
|
},
|
|
53
|
-
"variants":
|
|
54
|
-
{
|
|
55
|
-
"
|
|
56
|
-
|
|
57
|
-
|
|
86
|
+
"variants": {
|
|
87
|
+
"rectangle": {
|
|
88
|
+
"elements": [
|
|
89
|
+
{
|
|
90
|
+
"name": "path",
|
|
91
|
+
"type": "element",
|
|
92
|
+
"attributes": {
|
|
93
|
+
"fill-rule": "evenodd",
|
|
94
|
+
"clip-rule": "evenodd",
|
|
95
|
+
"d": "M90 10H10v80h80zM0 0v100h100V0z",
|
|
96
|
+
"fill": {
|
|
97
|
+
"type": "color",
|
|
98
|
+
"value": "shape1"
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
]
|
|
58
103
|
},
|
|
59
|
-
{
|
|
60
|
-
"
|
|
61
|
-
|
|
62
|
-
|
|
104
|
+
"rectangleFilled": {
|
|
105
|
+
"elements": [
|
|
106
|
+
{
|
|
107
|
+
"name": "path",
|
|
108
|
+
"type": "element",
|
|
109
|
+
"attributes": {
|
|
110
|
+
"d": "M0 0h100v100H0z",
|
|
111
|
+
"fill": {
|
|
112
|
+
"type": "color",
|
|
113
|
+
"value": "shape1"
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
]
|
|
63
118
|
},
|
|
64
|
-
{
|
|
65
|
-
"
|
|
66
|
-
|
|
67
|
-
|
|
119
|
+
"ellipseFilled": {
|
|
120
|
+
"elements": [
|
|
121
|
+
{
|
|
122
|
+
"name": "path",
|
|
123
|
+
"type": "element",
|
|
124
|
+
"attributes": {
|
|
125
|
+
"d": "M100 50A50 50 0 1 1 0 50a50 50 0 0 1 100 0",
|
|
126
|
+
"fill": {
|
|
127
|
+
"type": "color",
|
|
128
|
+
"value": "shape1"
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
]
|
|
68
133
|
},
|
|
69
|
-
{
|
|
70
|
-
"
|
|
71
|
-
|
|
72
|
-
|
|
134
|
+
"ellipse": {
|
|
135
|
+
"elements": [
|
|
136
|
+
{
|
|
137
|
+
"name": "path",
|
|
138
|
+
"type": "element",
|
|
139
|
+
"attributes": {
|
|
140
|
+
"fill-rule": "evenodd",
|
|
141
|
+
"clip-rule": "evenodd",
|
|
142
|
+
"d": "M50 90a40 40 0 1 0 0-80 40 40 0 0 0 0 80m0 10A50 50 0 1 0 50 0a50 50 0 0 0 0 100",
|
|
143
|
+
"fill": {
|
|
144
|
+
"type": "color",
|
|
145
|
+
"value": "shape1"
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
]
|
|
73
150
|
},
|
|
74
|
-
{
|
|
75
|
-
"
|
|
76
|
-
|
|
77
|
-
|
|
151
|
+
"polygonFilled": {
|
|
152
|
+
"elements": [
|
|
153
|
+
{
|
|
154
|
+
"name": "path",
|
|
155
|
+
"type": "element",
|
|
156
|
+
"attributes": {
|
|
157
|
+
"d": "m50 7 50 86.6H0z",
|
|
158
|
+
"fill": {
|
|
159
|
+
"type": "color",
|
|
160
|
+
"value": "shape1"
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
]
|
|
78
165
|
},
|
|
79
|
-
{
|
|
80
|
-
"
|
|
81
|
-
|
|
82
|
-
|
|
166
|
+
"polygon": {
|
|
167
|
+
"elements": [
|
|
168
|
+
{
|
|
169
|
+
"name": "path",
|
|
170
|
+
"type": "element",
|
|
171
|
+
"attributes": {
|
|
172
|
+
"fill-rule": "evenodd",
|
|
173
|
+
"clip-rule": "evenodd",
|
|
174
|
+
"d": "M50 7 0 93.6h100zm0 20L17.3 83.6h65.4z",
|
|
175
|
+
"fill": {
|
|
176
|
+
"type": "color",
|
|
177
|
+
"value": "shape1"
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
]
|
|
83
182
|
},
|
|
84
|
-
{
|
|
85
|
-
"
|
|
86
|
-
|
|
87
|
-
|
|
183
|
+
"line": {
|
|
184
|
+
"elements": [
|
|
185
|
+
{
|
|
186
|
+
"name": "rect",
|
|
187
|
+
"type": "element",
|
|
188
|
+
"attributes": {
|
|
189
|
+
"x": "45",
|
|
190
|
+
"y": "-150",
|
|
191
|
+
"width": "10",
|
|
192
|
+
"height": "400",
|
|
193
|
+
"fill": {
|
|
194
|
+
"type": "color",
|
|
195
|
+
"value": "shape1"
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
]
|
|
88
200
|
}
|
|
89
|
-
|
|
201
|
+
}
|
|
90
202
|
},
|
|
91
|
-
{
|
|
92
|
-
"name": "shape2",
|
|
203
|
+
"shape2": {
|
|
93
204
|
"width": 100,
|
|
94
205
|
"height": 100,
|
|
95
|
-
"
|
|
206
|
+
"rotate": [
|
|
96
207
|
-180,
|
|
97
208
|
180
|
|
98
209
|
],
|
|
99
|
-
"
|
|
210
|
+
"translate": {
|
|
100
211
|
"x": [
|
|
101
212
|
-50,
|
|
102
213
|
50
|
|
@@ -106,53 +217,131 @@
|
|
|
106
217
|
50
|
|
107
218
|
]
|
|
108
219
|
},
|
|
109
|
-
"variants":
|
|
110
|
-
{
|
|
111
|
-
"
|
|
112
|
-
|
|
113
|
-
|
|
220
|
+
"variants": {
|
|
221
|
+
"rectangle": {
|
|
222
|
+
"elements": [
|
|
223
|
+
{
|
|
224
|
+
"name": "path",
|
|
225
|
+
"type": "element",
|
|
226
|
+
"attributes": {
|
|
227
|
+
"fill-rule": "evenodd",
|
|
228
|
+
"clip-rule": "evenodd",
|
|
229
|
+
"d": "M90 10H10v80h80zM0 0v100h100V0z",
|
|
230
|
+
"fill": {
|
|
231
|
+
"type": "color",
|
|
232
|
+
"value": "shape2"
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
]
|
|
114
237
|
},
|
|
115
|
-
{
|
|
116
|
-
"
|
|
117
|
-
|
|
118
|
-
|
|
238
|
+
"rectangleFilled": {
|
|
239
|
+
"elements": [
|
|
240
|
+
{
|
|
241
|
+
"name": "path",
|
|
242
|
+
"type": "element",
|
|
243
|
+
"attributes": {
|
|
244
|
+
"d": "M0 0h100v100H0z",
|
|
245
|
+
"fill": {
|
|
246
|
+
"type": "color",
|
|
247
|
+
"value": "shape2"
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
]
|
|
119
252
|
},
|
|
120
|
-
{
|
|
121
|
-
"
|
|
122
|
-
|
|
123
|
-
|
|
253
|
+
"ellipseFilled": {
|
|
254
|
+
"elements": [
|
|
255
|
+
{
|
|
256
|
+
"name": "path",
|
|
257
|
+
"type": "element",
|
|
258
|
+
"attributes": {
|
|
259
|
+
"d": "M100 50A50 50 0 1 1 0 50a50 50 0 0 1 100 0",
|
|
260
|
+
"fill": {
|
|
261
|
+
"type": "color",
|
|
262
|
+
"value": "shape2"
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
]
|
|
124
267
|
},
|
|
125
|
-
{
|
|
126
|
-
"
|
|
127
|
-
|
|
128
|
-
|
|
268
|
+
"ellipse": {
|
|
269
|
+
"elements": [
|
|
270
|
+
{
|
|
271
|
+
"name": "path",
|
|
272
|
+
"type": "element",
|
|
273
|
+
"attributes": {
|
|
274
|
+
"fill-rule": "evenodd",
|
|
275
|
+
"clip-rule": "evenodd",
|
|
276
|
+
"d": "M50 90a40 40 0 1 0 0-80 40 40 0 0 0 0 80m0 10A50 50 0 1 0 50 0a50 50 0 0 0 0 100",
|
|
277
|
+
"fill": {
|
|
278
|
+
"type": "color",
|
|
279
|
+
"value": "shape2"
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
]
|
|
129
284
|
},
|
|
130
|
-
{
|
|
131
|
-
"
|
|
132
|
-
|
|
133
|
-
|
|
285
|
+
"polygonFilled": {
|
|
286
|
+
"elements": [
|
|
287
|
+
{
|
|
288
|
+
"name": "path",
|
|
289
|
+
"type": "element",
|
|
290
|
+
"attributes": {
|
|
291
|
+
"d": "m50 7 50 86.6H0z",
|
|
292
|
+
"fill": {
|
|
293
|
+
"type": "color",
|
|
294
|
+
"value": "shape2"
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
]
|
|
134
299
|
},
|
|
135
|
-
{
|
|
136
|
-
"
|
|
137
|
-
|
|
138
|
-
|
|
300
|
+
"polygon": {
|
|
301
|
+
"elements": [
|
|
302
|
+
{
|
|
303
|
+
"name": "path",
|
|
304
|
+
"type": "element",
|
|
305
|
+
"attributes": {
|
|
306
|
+
"fill-rule": "evenodd",
|
|
307
|
+
"clip-rule": "evenodd",
|
|
308
|
+
"d": "M50 7 0 93.6h100zm0 20L17.3 83.6h65.4z",
|
|
309
|
+
"fill": {
|
|
310
|
+
"type": "color",
|
|
311
|
+
"value": "shape2"
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
]
|
|
139
316
|
},
|
|
140
|
-
{
|
|
141
|
-
"
|
|
142
|
-
|
|
143
|
-
|
|
317
|
+
"line": {
|
|
318
|
+
"elements": [
|
|
319
|
+
{
|
|
320
|
+
"name": "rect",
|
|
321
|
+
"type": "element",
|
|
322
|
+
"attributes": {
|
|
323
|
+
"x": "45",
|
|
324
|
+
"y": "-150",
|
|
325
|
+
"width": "10",
|
|
326
|
+
"height": "400",
|
|
327
|
+
"fill": {
|
|
328
|
+
"type": "color",
|
|
329
|
+
"value": "shape2"
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
]
|
|
144
334
|
}
|
|
145
|
-
|
|
335
|
+
}
|
|
146
336
|
},
|
|
147
|
-
{
|
|
148
|
-
"name": "shape3",
|
|
337
|
+
"shape3": {
|
|
149
338
|
"width": 100,
|
|
150
339
|
"height": 100,
|
|
151
|
-
"
|
|
340
|
+
"rotate": [
|
|
152
341
|
-180,
|
|
153
342
|
180
|
|
154
343
|
],
|
|
155
|
-
"
|
|
344
|
+
"translate": {
|
|
156
345
|
"x": [
|
|
157
346
|
-25,
|
|
158
347
|
25
|
|
@@ -162,97 +351,172 @@
|
|
|
162
351
|
25
|
|
163
352
|
]
|
|
164
353
|
},
|
|
165
|
-
"variants":
|
|
166
|
-
{
|
|
167
|
-
"
|
|
168
|
-
|
|
169
|
-
|
|
354
|
+
"variants": {
|
|
355
|
+
"rectangle": {
|
|
356
|
+
"elements": [
|
|
357
|
+
{
|
|
358
|
+
"name": "path",
|
|
359
|
+
"type": "element",
|
|
360
|
+
"attributes": {
|
|
361
|
+
"fill-rule": "evenodd",
|
|
362
|
+
"clip-rule": "evenodd",
|
|
363
|
+
"d": "M90 10H10v80h80zM0 0v100h100V0z",
|
|
364
|
+
"fill": {
|
|
365
|
+
"type": "color",
|
|
366
|
+
"value": "shape3"
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
]
|
|
170
371
|
},
|
|
171
|
-
{
|
|
172
|
-
"
|
|
173
|
-
|
|
174
|
-
|
|
372
|
+
"rectangleFilled": {
|
|
373
|
+
"elements": [
|
|
374
|
+
{
|
|
375
|
+
"name": "path",
|
|
376
|
+
"type": "element",
|
|
377
|
+
"attributes": {
|
|
378
|
+
"d": "M0 0h100v100H0z",
|
|
379
|
+
"fill": {
|
|
380
|
+
"type": "color",
|
|
381
|
+
"value": "shape3"
|
|
382
|
+
}
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
]
|
|
175
386
|
},
|
|
176
|
-
{
|
|
177
|
-
"
|
|
178
|
-
|
|
179
|
-
|
|
387
|
+
"ellipseFilled": {
|
|
388
|
+
"elements": [
|
|
389
|
+
{
|
|
390
|
+
"name": "path",
|
|
391
|
+
"type": "element",
|
|
392
|
+
"attributes": {
|
|
393
|
+
"d": "M100 50A50 50 0 1 1 0 50a50 50 0 0 1 100 0",
|
|
394
|
+
"fill": {
|
|
395
|
+
"type": "color",
|
|
396
|
+
"value": "shape3"
|
|
397
|
+
}
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
]
|
|
180
401
|
},
|
|
181
|
-
{
|
|
182
|
-
"
|
|
183
|
-
|
|
184
|
-
|
|
402
|
+
"ellipse": {
|
|
403
|
+
"elements": [
|
|
404
|
+
{
|
|
405
|
+
"name": "path",
|
|
406
|
+
"type": "element",
|
|
407
|
+
"attributes": {
|
|
408
|
+
"fill-rule": "evenodd",
|
|
409
|
+
"clip-rule": "evenodd",
|
|
410
|
+
"d": "M50 90a40 40 0 1 0 0-80 40 40 0 0 0 0 80m0 10A50 50 0 1 0 50 0a50 50 0 0 0 0 100",
|
|
411
|
+
"fill": {
|
|
412
|
+
"type": "color",
|
|
413
|
+
"value": "shape3"
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
]
|
|
185
418
|
},
|
|
186
|
-
{
|
|
187
|
-
"
|
|
188
|
-
|
|
189
|
-
|
|
419
|
+
"polygonFilled": {
|
|
420
|
+
"elements": [
|
|
421
|
+
{
|
|
422
|
+
"name": "path",
|
|
423
|
+
"type": "element",
|
|
424
|
+
"attributes": {
|
|
425
|
+
"d": "m50 7 50 86.6H0z",
|
|
426
|
+
"fill": {
|
|
427
|
+
"type": "color",
|
|
428
|
+
"value": "shape3"
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
]
|
|
190
433
|
},
|
|
191
|
-
{
|
|
192
|
-
"
|
|
193
|
-
|
|
194
|
-
|
|
434
|
+
"polygon": {
|
|
435
|
+
"elements": [
|
|
436
|
+
{
|
|
437
|
+
"name": "path",
|
|
438
|
+
"type": "element",
|
|
439
|
+
"attributes": {
|
|
440
|
+
"fill-rule": "evenodd",
|
|
441
|
+
"clip-rule": "evenodd",
|
|
442
|
+
"d": "M50 7 0 93.6h100zm0 20L17.3 83.6h65.4z",
|
|
443
|
+
"fill": {
|
|
444
|
+
"type": "color",
|
|
445
|
+
"value": "shape3"
|
|
446
|
+
}
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
]
|
|
195
450
|
},
|
|
196
|
-
{
|
|
197
|
-
"
|
|
198
|
-
|
|
199
|
-
|
|
451
|
+
"line": {
|
|
452
|
+
"elements": [
|
|
453
|
+
{
|
|
454
|
+
"name": "rect",
|
|
455
|
+
"type": "element",
|
|
456
|
+
"attributes": {
|
|
457
|
+
"x": "45",
|
|
458
|
+
"y": "-150",
|
|
459
|
+
"width": "10",
|
|
460
|
+
"height": "400",
|
|
461
|
+
"fill": {
|
|
462
|
+
"type": "color",
|
|
463
|
+
"value": "shape3"
|
|
464
|
+
}
|
|
465
|
+
}
|
|
466
|
+
}
|
|
467
|
+
]
|
|
200
468
|
}
|
|
201
|
-
|
|
469
|
+
}
|
|
202
470
|
}
|
|
203
|
-
|
|
204
|
-
"colors":
|
|
205
|
-
{
|
|
206
|
-
"name": "background",
|
|
471
|
+
},
|
|
472
|
+
"colors": {
|
|
473
|
+
"background": {
|
|
207
474
|
"values": [
|
|
208
|
-
"0a5b83",
|
|
209
|
-
"1c799f",
|
|
210
|
-
"69d2e7",
|
|
211
|
-
"f1f4dc",
|
|
212
|
-
"f88c49"
|
|
475
|
+
"#0a5b83",
|
|
476
|
+
"#1c799f",
|
|
477
|
+
"#69d2e7",
|
|
478
|
+
"#f1f4dc",
|
|
479
|
+
"#f88c49"
|
|
213
480
|
]
|
|
214
481
|
},
|
|
215
|
-
{
|
|
216
|
-
"name": "shape1",
|
|
482
|
+
"shape1": {
|
|
217
483
|
"notEqualTo": [
|
|
218
484
|
"background"
|
|
219
485
|
],
|
|
220
486
|
"values": [
|
|
221
|
-
"0a5b83",
|
|
222
|
-
"1c799f",
|
|
223
|
-
"69d2e7",
|
|
224
|
-
"f1f4dc",
|
|
225
|
-
"f88c49"
|
|
487
|
+
"#0a5b83",
|
|
488
|
+
"#1c799f",
|
|
489
|
+
"#69d2e7",
|
|
490
|
+
"#f1f4dc",
|
|
491
|
+
"#f88c49"
|
|
226
492
|
]
|
|
227
493
|
},
|
|
228
|
-
{
|
|
229
|
-
"name": "shape2",
|
|
494
|
+
"shape2": {
|
|
230
495
|
"notEqualTo": [
|
|
231
496
|
"shape1",
|
|
232
497
|
"background"
|
|
233
498
|
],
|
|
234
499
|
"values": [
|
|
235
|
-
"0a5b83",
|
|
236
|
-
"1c799f",
|
|
237
|
-
"69d2e7",
|
|
238
|
-
"f1f4dc",
|
|
239
|
-
"f88c49"
|
|
500
|
+
"#0a5b83",
|
|
501
|
+
"#1c799f",
|
|
502
|
+
"#69d2e7",
|
|
503
|
+
"#f1f4dc",
|
|
504
|
+
"#f88c49"
|
|
240
505
|
]
|
|
241
506
|
},
|
|
242
|
-
{
|
|
243
|
-
"name": "shape3",
|
|
507
|
+
"shape3": {
|
|
244
508
|
"notEqualTo": [
|
|
245
509
|
"shape2",
|
|
246
510
|
"shape1",
|
|
247
511
|
"background"
|
|
248
512
|
],
|
|
249
513
|
"values": [
|
|
250
|
-
"0a5b83",
|
|
251
|
-
"1c799f",
|
|
252
|
-
"69d2e7",
|
|
253
|
-
"f1f4dc",
|
|
254
|
-
"f88c49"
|
|
514
|
+
"#0a5b83",
|
|
515
|
+
"#1c799f",
|
|
516
|
+
"#69d2e7",
|
|
517
|
+
"#f1f4dc",
|
|
518
|
+
"#f88c49"
|
|
255
519
|
]
|
|
256
520
|
}
|
|
257
|
-
|
|
521
|
+
}
|
|
258
522
|
}
|