summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/svgfe-dropshadow-ref.yaml
blob: e14d6a1f18bd85b1ce91ac0e9ea60bf9135fe106 (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, 200, 200]
      filters: drop-shadow([20, 20], 10, red)
      items:
        - type: stacking-context
          bounds: [10, 10, 200, 200]
          items:
            - type: rect
              bounds: [10, 10, 100, 100]
              color: [127, 127, 127, 1]
            - type: rect
              bounds: [50, 30, 100, 60]
              color: [192, 192, 192, 1]