linear-aligned-border-radius.yaml (898B)
1 --- 2 root: 3 items: 4 - type: clip 5 id: 2 6 complex: 7 - rect: [20, 20, 100, 100] 8 radius: 32 9 - type: gradient 10 bounds: 20 20 100 100 11 start: 50 0 12 end: 50 100 13 stops: [0.0, red, 1.0, yellow] 14 clip-chain: [2] 15 16 - type: rect 17 bounds: [130, 10, 120, 120] 18 color: blue 19 20 - type: clip 21 id: 3 22 complex: 23 - rect: [140, 20, 100, 100] 24 radius: 32 25 - type: gradient 26 bounds: 140 20 100 100 27 start: 50 0 28 end: 50 100 29 stops: [0.0, red, 1.0, yellow] 30 clip-chain: [3] 31 32 - type: rect 33 bounds: [260, 10, 120, 120] 34 color: black 35 36 - type: clip 37 id: 4 38 complex: 39 - rect: [270, 20, 100, 100] 40 radius: 32 41 - type: gradient 42 bounds: 270 20 100 100 43 start: 50 0 44 end: 50 100 45 stops: [0.0, red, 1.0, yellow] 46 clip-chain: [4]