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