summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/filter-grayscale.yaml
blob: efa299cc07c56de1c6c88cf170e97f694478128b (plain)
1
2
3
4
5
6
7
8
9
10
---
root:
  items:
        - type: stacking-context
          bounds: [10, 10, 200, 200]
          filters: grayscale(1)
          items:
            - type: rect
              bounds: [0, 0, 200, 200]
              color: [0, 255, 0]