Source code
Revision control
Copy as Markdown
Other Tools
# 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