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