summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/svg-filter-drop-shadow-on-viewport-edge.yaml
blob: 3b1a4da213f6583e4d1d11bac97f67bb6d9bc34c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
root:
  items:
    - type: stacking-context
      bounds: [10, 10, 400, 400]
      filter-primitives:
      - type: drop-shadow
        offset: [10, 10]
        radius: 20
        color: [255, 0, 0, 1]
        in: previous
        color-space: srgb
      items:
      - type: rect
        bounds: 0 0 256 256
        color: green