16 lines
451 B
YAML
16 lines
451 B
YAML
# In this test, the leaf green rectangle "backface-visible = false" which is ignored
|
|
# because it doesn't have any transform, and it's not in preserve-3d context.
|
|
---
|
|
root:
|
|
items:
|
|
- type: rect
|
|
color: red
|
|
bounds: 0 0 1024 768
|
|
- type: stacking-context
|
|
bounds: 0 0 1024 768
|
|
transform: rotate-x(180)
|
|
items:
|
|
- type: rect
|
|
bounds: 0 0 200 200
|
|
color: green
|
|
backface-visible: false
|