20 lines
384 B
YAML
20 lines
384 B
YAML
# Test that rect clips on redundant stacking contexts are applied to child prims
|
|
---
|
|
root:
|
|
items:
|
|
-
|
|
bounds: [0, 0, 100, 100]
|
|
type: clip
|
|
id: 2
|
|
-
|
|
type: "clip-chain"
|
|
id: 3
|
|
clips: [2]
|
|
-
|
|
clip-chain: 3
|
|
type: "stacking-context"
|
|
items:
|
|
-
|
|
bounds: [0, 0, 200, 200]
|
|
type: rect
|
|
color: blue
|