blob: 5506f2d25b16ade5f8887acbcbcb1d4a59ca1b1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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
|