border-scale-4.yaml (504B)
1 --- 2 root: 3 items: 4 - type: stacking-context 5 bounds: [50, 50, 100, 100] 6 transform: [1,0,0,0, 0,10,0,0, 0,0,1,0, 0,0,0,1] 7 items: 8 - type: border 9 bounds: [ 50, 5, 200, 10 ] 10 width: [ 1, 10, 1, 10 ] 11 border-type: normal 12 style: solid 13 color: [ blue, blue, blue, blue ] 14 radius: { 15 top-left: [50, 5], 16 top-right: [50, 5], 17 bottom-left: [50, 5], 18 bottom-right: [50, 5], 19 }