17 lines
458 B
YAML
17 lines
458 B
YAML
root:
|
|
items:
|
|
- type: stacking-context
|
|
bounds: [10, 10, 1000, 100]
|
|
items:
|
|
- type: rect
|
|
bounds: [0, 0, 720, 100]
|
|
color: [211, 211, 211, 1]
|
|
- type: stacking-context
|
|
bounds: [0, 0, 500, 100]
|
|
filters: [opacity(0.4)]
|
|
items:
|
|
- text: "Look, no white edges!!"
|
|
origin: 20 50
|
|
size: 40
|
|
color: white
|
|
font: "VeraBd.ttf"
|