summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/filter-blur-clamping-ref.yaml
blob: a06489467a7622ec5f133f8224c9f71cac3f919a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Ensures that blur clamping happens after scale factors are applied
---
root:
  items:
    - type: stacking-context
      bounds: [100, 100, 300, 300]
      filters: blur(100, 100)
      items:
      - type: rect
        bounds: [0, 0, 100, 100]
        color: 0 255 0 1.0
    - type: stacking-context
      bounds: [400, 100, 300, 300]
      filters: blur(50, 50)
      items:
      - type: rect
        bounds: [0, 0, 100, 100]
        color: 255 0 0 1.0