rounded-rects.yaml (1174B)
1 --- 2 root: 3 items: 4 - 5 bounds: 0 0 1000 1000 6 type: stacking-context 7 items: 8 - type: clip 9 id: 3 10 complex: 11 - rect: [50, 50, 200, 200] 12 radius: 8 13 - 14 type: "clip-chain" 15 id: 10 16 clips: [3] 17 18 - type: rect 19 bounds: 50 50 200 200 20 color: red 21 clip-chain: 10 22 23 - type: clip 24 id: 4 25 complex: 26 - rect: [270, 50, 200, 200] 27 radius: [16, 32, 48, 64] 28 - 29 type: "clip-chain" 30 id: 11 31 clips: [4] 32 33 - type: rect 34 bounds: 270 50 200 200 35 color: green 36 clip-chain: 11 37 38 - type: clip 39 id: 5 40 complex: 41 - rect: [490, 50, 500, 500] 42 radius: { 43 top-left: [32, 16], 44 top-right: [40, 24], 45 bottom-left: [48, 64], 46 bottom-right: [52, 80], 47 } 48 - 49 type: "clip-chain" 50 id: 12 51 clips: [5] 52 53 - type: rect 54 bounds: 490 50 500 500 55 color: blue 56 clip-chain: 12