blob: 9039a4af0dc5da725d5c1048295863368bf14072 (
plain)
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:
-
bounds: [0, 0, 200, 200]
type: "stacking-context"
"scroll-policy": scrollable
filters: [opacity(0.0)]
items:
-
bounds: [0, 0, 50, 80]
type: clip
id: 2
- type: clip-chain
id: 12
clips: [2]
- type: rect
bounds: [10, 10, 100, 100]
color: red
clip-chain: 12
id: [0, 0]
pipelines: []
|