border-suite-3.yaml (1724B)
1 --- 2 root: 3 items: 4 - type: stacking-context 5 bounds: [0, 0, 1000, 1000] 6 items: 7 - type: border 8 bounds: [ 10, 10, 200, 200 ] 9 width: 10 10 border-type: normal 11 style: [ solid, double, solid, double ] 12 color: [ red, green, blue, black ] 13 radius: 16 14 - type: border 15 bounds: [ 230, 10, 200, 200 ] 16 width: 16 17 border-type: normal 18 style: [ solid, double, solid, double ] 19 color: [ red, green, blue, black ] 20 - type: border 21 bounds: [ 450, 10, 200, 200 ] 22 width: 10 23 border-type: normal 24 style: [ solid, double, solid, double ] 25 color: [ red, green, blue, black ] 26 radius: { 27 top-left: [32, 48], 28 top-right: [64, 32], 29 bottom-left: [10, 40], 30 bottom-right: [48, 48], 31 } 32 33 - type: border 34 bounds: [ 10, 230, 200, 200 ] 35 width: 24 36 border-type: normal 37 style: [ inset, double, ridge, groove ] 38 color: [ red, green, blue, black ] 39 radius: 16 40 - type: border 41 bounds: [ 230, 230, 200, 200 ] 42 width: 32 43 border-type: normal 44 style: [ outset, double, ridge, groove ] 45 color: [ red, green, blue, black ] 46 - type: border 47 bounds: [ 450, 230, 200, 200 ] 48 width: 18 49 border-type: normal 50 style: [ outset, double, ridge, groove ] 51 color: [ red, green, blue, black ] 52 radius: { 53 top-left: [32, 48], 54 top-right: [64, 32], 55 bottom-left: [10, 40], 56 bottom-right: [48, 48], 57 }