19 lines
420 B
YAML
19 lines
420 B
YAML
---
|
|
root:
|
|
items:
|
|
-
|
|
type: "stacking-context"
|
|
transform: translate(10, 10.5, 0)
|
|
items:
|
|
-
|
|
type: "stacking-context"
|
|
transform: translate(10, 10, 0)
|
|
items:
|
|
-
|
|
bounds: [10, 10.5, 200, 1]
|
|
type: rect
|
|
color: red
|
|
-
|
|
bounds: [10, 0, 200, 1]
|
|
type: rect
|
|
color: red
|