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