border-image-fill.yaml (1408B)
1 --- 2 root: 3 items: 4 - type: stacking-context 5 bounds: [0, 0, 500, 500] 6 items: 7 - type: border 8 bounds: [ 100, 100, 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 ] 15 repeat-vertical: repeat 16 repeat-horizontal: repeat 17 fill: true 18 - type: border 19 bounds: [ 300, 100, 192, 192 ] 20 width: 32 21 border-type: image 22 image-source: "border-image-src.png" 23 image-width: 96 24 image-height: 96 25 slice: [ 32 ] 26 repeat-vertical: stretch 27 repeat-horizontal: repeat 28 fill: true 29 - type: border 30 bounds: [ 100, 300, 192, 192 ] 31 width: 32 32 border-type: image 33 image-source: "border-image-src.png" 34 image-width: 96 35 image-height: 96 36 slice: [ 32 ] 37 repeat-vertical: repeat 38 repeat-horizontal: stretch 39 fill: true 40 - type: border 41 bounds: [ 300, 300, 192, 192 ] 42 width: 32 43 border-type: image 44 image-source: "border-image-src.png" 45 image-width: 96 46 image-height: 96 47 slice: [ 32 ] 48 repeat-vertical: stretch 49 repeat-horizontal: stretch 50 fill: true