blob: 83ad3f1a8fe509099f0c365e0ce71c1fb3c080fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Test that complex clips from clip-chains are correctly
# taken into account for tiled images.
root:
items:
- type: clip
bounds: [10, 10, 100, 100]
complex:
- rect: [10, 10, 100, 100]
radius: 32
items:
- image: checkerboard(2, 16, 16)
bounds: [10, 10, 260, 260]
tile-size: 64
|