blob: b561863130daa7e9316207e063e4a08c73746965 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
---
root:
items:
- type: stacking-context
bounds: [0, 0, 500, 500]
items:
- type: border
bounds: [ 100, 100, 192, 192 ]
width: 32
border-type: image
image-source: "border-image-src.png"
image-width: 32
image-height: 32
slice: [ 3, 0, 1, 36 ]
repeat-vertical: stretch
repeat-horizontal: stretch
fill: true
- type: rect
bounds: [ 100, 100, 192, 192 ]
color: white
|