summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/opacity.yaml
blob: 838937de2a7da603dbf72c025a26386eab4eb6fd (plain)
1
2
3
4
5
6
7
8
9
10
# this tests opacity pre-multiplied color
root:
  items:
    - type: stacking-context
      bounds: [10, 10, 500, 500]
      filters: [opacity(0.9)]
      items:
        - type: rect
          bounds: [10, 10, 100, 100]
          color: [255, 255, 0, 0.2]