blob: 209d53d103e8f72ed339a72a3db675bf12297bce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
---
root:
items:
-
type: clip
bounds: [0, 0, 2000, 2000]
clip-rect: [0, 0, 2000, 2000]
items:
-
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
|