26 lines
638 B
YAML
26 lines
638 B
YAML
---
|
|
root:
|
|
items:
|
|
-
|
|
bounds: [0, 0, 1000, 1000]
|
|
"clip-rect": [0, 0, 1000, 1000]
|
|
type: clip
|
|
id: 3
|
|
"content-size": [1000, 1000]
|
|
-
|
|
bounds: [0, 0, 0, 0]
|
|
clip-chain: [3]
|
|
type: "stacking-context"
|
|
transform: rotate(-45) translate(200, 200)
|
|
items:
|
|
-
|
|
bounds: [0, 0, 100, 100]
|
|
"clip-rect": [0, 0, 100, 100]
|
|
type: clip
|
|
id: 4
|
|
"content-size": [100, 100]
|
|
-
|
|
bounds: [2, -182, 152, 216]
|
|
"clip-rect": [2, 0, 152, 34]
|
|
clip-chain: [3, 4]
|
|
image: solid-color(255, 0, 0, 255, 100, 100)
|