no-aa.yaml (564B)
1 --- 2 root: 3 items: 4 - type: stacking-context 5 bounds: [0, 0, 500, 500] 6 items: 7 - type: border 8 bounds: [ 0, 0, 400, 400 ] 9 width: [ 200, 200, 200, 200 ] 10 border-type: normal 11 style: solid 12 color: [ green, green, transparent, transparent ] 13 do_aa: false 14 - type: border 15 bounds: [ 0, 0, 400, 400 ] 16 width: [ 200, 200, 200, 200 ] 17 border-type: normal 18 style: solid 19 color: [ transparent, transparent, green, green ] 20 do_aa: false