border-radial-gradient-simple.yaml (323B)
1 --- 2 root: 3 items: 4 - type: stacking-context 5 bounds: [0, 0, 50, 50] 6 items: 7 - type: border 8 bounds: [ 0, 0, 50, 50 ] 9 width: [ 10, 10, 10, 10 ] 10 border-type: radial-gradient 11 center: [ 25, 25 ] 12 radius: [ 50, 50 ] 13 stops: [ 0.0, red, 1.0, green ]