rounded-corners.yaml (576B)
1 --- 2 root: 3 items: 4 - type: clip 5 id: 2 6 complex: 7 - rect: [0, 0, 100, 100] 8 radius: 9 top-left: [30, 30] 10 top-right: [30, 30] 11 bottom-right: [30, 30] 12 bottom-left: [30, 30] 13 - type: border 14 clip-chain: [2] 15 bounds: [0, 0, 100, 100] 16 width: [5, 5, 5, 5] 17 border-type: normal 18 style: [solid, solid, solid, solid] 19 color: [blue, blue, blue, blue] 20 radius: 21 top-left: [30, 30] 22 top-right: [30, 30] 23 bottom-right: [0, 0] 24 bottom-left: [0, 0]