11 lines
No EOL
304 B
YAML
11 lines
No EOL
304 B
YAML
# 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 |