23 lines
425 B
YAML
23 lines
425 B
YAML
---
|
|
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: []
|