rounded-corners-3-ref.yaml (365B)
1 --- 2 root: 3 items: 4 - type: clip 5 id: 2 6 complex: 7 - rect: [50, 50, 200, 200] 8 radius: [25, 50, 100, 75] 9 10 - type: clip 11 id: 3 12 bounds: [300, 50, 0, 0] 13 14 - type: rect 15 bounds: 50 50 200 200 16 color: red 17 clip-chain: [2] 18 19 - type: rect 20 bounds: 300 50 200 200 21 color: red 22 clip-chain: [3]