Source code

Revision control

Copy as Markdown

Other Tools

# This emulates the result of box-shadow-spread.yaml without with a spread
# amount of 0 compensated by manually inflating and offsetting the rectangle
# and border radii.
---
root:
items:
- type: stacking-context
bounds: [0, 0, 1000, 1000]
items:
- type: box-shadow
bounds: [ 0, 0, 280, 280 ]
color: blue
clip-mode: outset
offset: 300 20
blur-radius: 4
spread-radius: 0
border-radius:
top-left: [0, 0]
top-right: [140, 140]
bottom-left: [140, 140]
bottom-right: [0, 0]