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