blob: 9647e319dcffed41ed50efbc7a31ccc10bfbf3bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Test that local clip rects from clip-chains are correctly
# propagated into the local clip rect for tiled images.
root:
items:
- type: clip
id: 2
bounds: [10, 10, 100, 100]
- image: checkerboard(2, 16, 16)
clip-chain: [2]
bounds: [10, 10, 260, 260]
tile-size: 64
|