14 lines
395 B
YAML
14 lines
395 B
YAML
root:
|
|
items:
|
|
- type: stacking-context
|
|
bounds: [0, 0, 1000, 100]
|
|
transform: perspective(1000)
|
|
items:
|
|
- type: stacking-context
|
|
bounds: [0, 0, 1000, 100]
|
|
transform-style: preserve-3d
|
|
items:
|
|
- text: "Cats making all the muffins knock over christmas tree"
|
|
origin: 20 30
|
|
size: 20
|
|
font: "FreeSans.ttf"
|