23 lines
653 B
YAML
23 lines
653 B
YAML
---
|
|
root:
|
|
items:
|
|
-
|
|
type: "stacking-context"
|
|
transform: [0.75, 0, 0, 0, 0, 0.75, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1]
|
|
items:
|
|
-
|
|
type: "stacking-context"
|
|
transform: [1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 8, 224, 0, 1]
|
|
items:
|
|
- type: clip
|
|
id: 2
|
|
image-mask:
|
|
image: solid-color(255, 0, 0, 255, 24, 24)
|
|
rect: [0, 0, 24, 24]
|
|
repeat: false
|
|
- type: stacking-context
|
|
clip-chain: [2]
|
|
items:
|
|
- type: rect
|
|
color: red
|
|
bounds: [0, 0, 24, 24]
|