21 lines
604 B
YAML
21 lines
604 B
YAML
# Test that box-shadows with overlapping corners
|
|
# are drawn with simple mode (not stretched).
|
|
---
|
|
root:
|
|
items:
|
|
- type: stacking-context
|
|
bounds: [0, 0, 1000, 1000]
|
|
items:
|
|
- type: box-shadow
|
|
bounds: [ 50, 50, 150, 150 ]
|
|
color: red
|
|
clip-mode: outset
|
|
blur-radius: 2.4
|
|
offset: [100, 0]
|
|
spread-radius: -40
|
|
border-radius: {
|
|
top-left: 112,
|
|
top-right: 48,
|
|
bottom-left: 48,
|
|
bottom-right: 112,
|
|
}
|