blob: 5eb1f4230c0c57d61eebd6e14d9d53534082f74d (
plain)
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
|
---
root:
items:
-
bounds: [0, 0, 1000, 1000]
type: "stacking-context"
perspective: 256
items:
-
bounds: [128, 128, 256, 256]
type: "stacking-context"
transform: rotate-x(-60) rotate-y(-120)
items:
- type: clip
id: 101
complex:
- rect: [128, 128, 256, 256]
radius: [64, 32]
- type: clip-chain
id: 201
clips: [101]
-
bounds: [128, 128, 256, 256]
type: rect
color: blue
clip-chain: 201
|