13 lines
331 B
YAML
13 lines
331 B
YAML
# Test that complex clips from clip-chains are correctly
|
|
# taken into account for tiled images.
|
|
root:
|
|
items:
|
|
- type: clip
|
|
id: 2
|
|
complex:
|
|
- rect: [10, 10, 100, 100]
|
|
radius: 32
|
|
- image: checkerboard(2, 16, 16)
|
|
clip-chain: [2]
|
|
bounds: [10, 10, 260, 260]
|
|
tile-size: 64
|