19 lines
393 B
YAML
19 lines
393 B
YAML
---
|
|
root:
|
|
items:
|
|
-
|
|
type: clip
|
|
id: 2
|
|
bounds: [0, 0, 2000, 2000]
|
|
clip-rect: [0, 0, 2000, 2000]
|
|
-
|
|
bounds: [100, 0, 150, 150]
|
|
type: "stacking-context"
|
|
transform: rotate-x(45)
|
|
transform-origin: [0, 500]
|
|
items:
|
|
-
|
|
bounds: [0, 0, 150, 150]
|
|
type: rect
|
|
color: 0 128 0 1.0000
|
|
clip-chain: [2]
|