30 lines
802 B
YAML
30 lines
802 B
YAML
---
|
|
root:
|
|
items:
|
|
-
|
|
type: stacking-context
|
|
bounds: [0, 0, 0, 0]
|
|
perspective: [1, 0, 0, 0, 0, 1, 0, 0, -300, -250, 1, -0.5, 0, 0, 0, 1]
|
|
items:
|
|
-
|
|
bounds: [0, 0, 0, 0]
|
|
type: stacking-context
|
|
transform: [10, 0, 0, 0, 0, 10, 0, 0, 0, 0, 1, 0, -5382, -3222, -18, 1]
|
|
items:
|
|
-
|
|
bounds: [0, 0, 100, 100]
|
|
type: rect
|
|
color: red
|
|
- type: clip
|
|
id: 101
|
|
complex:
|
|
- rect: [0, 0, 100, 100]
|
|
radius: 16
|
|
- type: clip-chain
|
|
id: 201
|
|
clips: [101]
|
|
-
|
|
bounds: [0, 0, 100, 100]
|
|
type: rect
|
|
color: green
|
|
clip-chain: 201
|