local-clip.yaml (638B)
1 --- 2 root: 3 items: 4 - 5 bounds: [0, 0, 1000, 1000] 6 "clip-rect": [0, 0, 1000, 1000] 7 type: clip 8 id: 3 9 "content-size": [1000, 1000] 10 - 11 bounds: [0, 0, 0, 0] 12 clip-chain: [3] 13 type: "stacking-context" 14 transform: rotate(-45) translate(200, 200) 15 items: 16 - 17 bounds: [0, 0, 100, 100] 18 "clip-rect": [0, 0, 100, 100] 19 type: clip 20 id: 4 21 "content-size": [100, 100] 22 - 23 bounds: [2, -182, 152, 216] 24 "clip-rect": [2, 0, 152, 34] 25 clip-chain: [3, 4] 26 image: solid-color(255, 0, 0, 255, 100, 100)