19 lines
435 B
YAML
19 lines
435 B
YAML
# Verify that clip-chains are correctly applied to root level blend containers (which get
|
|
# optimized to be tile caches).
|
|
---
|
|
root:
|
|
items:
|
|
- type: clip
|
|
id: 2
|
|
bounds: [ 50, 50, 100, 100 ]
|
|
-
|
|
type: "clip-chain"
|
|
id: 3
|
|
clips: [2]
|
|
- type: stacking-context
|
|
blend-container: true
|
|
clip-chain: 3
|
|
items:
|
|
- type: rect
|
|
bounds: [ 0, 0, 200, 200 ]
|
|
color: blue
|