summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/svgfe-dropshadow.yaml
blob: b2f5278c1fa479d8818af6041d5b4a54ecf066bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
root:
  items:
    - type: stacking-context
      bounds: [10, 10, 510, 510]
      filters:
        - svgfe: SourceGraphic
        - svgfe: SourceAlpha
        - svgfe: dropshadow
          linear: false
          subregion: [-20, -20, 320, 320]
          color: red
          dx: 20
          dy: 20
          std_deviation_x: 10
          std_deviation_y: 10
          in: 0
      items:
        - type: stacking-context
          bounds: [10, 10, 150, 110]
          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]