border-image-empty-slice.yaml (1348B)
1 --- 2 root: 3 items: 4 - type: stacking-context 5 bounds: [0, 0, 500, 500] 6 items: 7 - type: border 8 bounds: [ 20, 20, 192, 192 ] 9 width: 32 10 border-type: image 11 image-source: "border-image-src.png" 12 image-width: 96 13 image-height: 96 14 slice: [ 32, 0, 32, 0 ] 15 repeat-vertical: round 16 repeat-horizontal: round 17 - type: border 18 bounds: [ 240, 20, 192, 192 ] 19 width: 32 20 border-type: image 21 image-source: "border-image-src.png" 22 image-width: 96 23 image-height: 96 24 slice: [ 0, 32, 0, 32 ] 25 repeat-vertical: round 26 repeat-horizontal: round 27 - type: border 28 bounds: [ 20, 240, 192, 192 ] 29 width: 32 30 border-type: image 31 image-source: "border-image-src.png" 32 image-width: 96 33 image-height: 96 34 slice: [ 32, 0, 0, 32 ] 35 repeat-vertical: round 36 repeat-horizontal: round 37 - type: border 38 bounds: [ 240, 240, 192, 192 ] 39 width: 32 40 border-type: image 41 image-source: "border-image-src.png" 42 image-width: 96 43 image-height: 96 44 slice: [ 0, 32, 32, 0 ] 45 repeat-vertical: round 46 repeat-horizontal: round