blob: 41b43cd48afb7e520aa43f1675121610cb45cd7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
---
root:
items:
-
bounds: [0, 0, 1000, 1000]
type: "stacking-context"
perspective: 256
items:
-
bounds: [128, 128, 256, 256]
type: "stacking-context"
transform: rotate-x(-60) rotate-y(-120)
items:
-
bounds: [128, 128, 256, 256]
type: rect
color: blue
complex-clip:
rect: [128, 128, 256, 256]
radius: [64, 32]
|