summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/svgfe-colormatrix.yaml
blob: be0da63a5991ac5be75614f6bb3c43ed0366ab5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
root:
  items:
    - type: stacking-context
      bounds: [0, 0, 120, 120]
      filters:
        - svgfe: SourceGraphic
        - svgfe: SourceAlpha
        - svgfe: colormatrix
          linear: true,
          subregion: [0, 0, 120, 120]
          in: 0
          # note this is transposed to be suitable for shader, not SVG order
          matrix: [2,0,0,0, 0,2,0,0, 0,0,2,0, 0,0,0,1, 0,0,0,0]
      items:
        - type: rect
          bounds: [10, 10, 100, 100]
          color: [64, 32, 16, 1]