blob: 9aa0884f62d8ebdf033f5d571266d8c5019b62e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# the root sc should dominate backface-visibility and hide the rect
---
root:
items:
-
bounds: [300, 300, 300, 300]
clip-rect: [300, 300, 300, 300]
type: "stacking-context"
transform: rotate-y(180)
transform-style: flat
backface-visible: false
items:
-
type: "stacking-context"
transform-style: preserve-3d
backface-visible: true
items:
-
bounds: [350, 350, 150, 150]
clip-rect: [350, 350, 150, 150]
type: rect
color: 255 255 0 0.4000
backface-visible: true
|