complex-shared-clip-root.yaml (534B)
1 # verify that we don't select a shared clip root for a tile cache that has an ancestor complex clip 2 --- 3 root: 4 items: 5 - 6 type: clip 7 id: 2 8 complex: 9 - rect: [50, 50, 200, 200] 10 radius: 16 11 - 12 type: clip 13 id: 3 14 bounds: [50, 50, 200, 200] 15 16 - type: scroll-frame 17 bounds: 50 50 200 200 18 scroll-offset: [0, 0] 19 id: 10 20 items: 21 - type: rect 22 bounds: [50, 50, 200, 200] 23 color: red 24 spatial-id: 10 25 clip-chain: [3, 2]