summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/svg-srgb-to-linear.yaml
blob: f7f33165f543e57953a2f5c6e3177cb677a7719b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# this test ensures that a sRGB -> linear-RGB -> sRGB results in no change (with exception to rounding error)
---
root:
  items:
    - type: stacking-context
      bounds: [0, 0, 300, 100]
      filter-primitives:
      - type: identity
        in: previous
        color-space: linear-rgb
      items:
        - type: rect
          bounds: [100, 0, 100, 100]
          color: [200, 200, 200, 1.0]
        - type: rect
          bounds: [100, 0, 100, 100]
          color: [100, 100, 100, 1.0]
        - type: rect
          bounds: [200, 0, 100, 100]
          color: [50, 50, 50, 1.0]