1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
---
root:
items:
-
type: "stacking-context"
transform: [0.75, 0, 0, 0, 0, 0.75, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1]
items:
-
type: "stacking-context"
transform: [1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 8, 224, 0, 1]
items:
- type: clip
id: 2
image-mask:
image: solid-color(255, 0, 0, 255, 24, 24)
rect: [0, 0, 24, 24]
repeat: false
- type: stacking-context
clip-chain: [2]
items:
- type: rect
color: red
bounds: [0, 0, 24, 24]
|