summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/filter-drop-shadow-blur-clamping-ref.yaml
blob: 6ffcde5f5b9999749ce78474775aa34099c0a339 (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: drop-shadow([0, 0], 100, blue)
      items:
      - type: rect
        bounds: [0, 0, 100, 100]
        color: 0 255 0 1.0
    - type: stacking-context
      bounds: [400, 100, 300, 300]
      filters: drop-shadow([0, 0], 50, green)
      items:
      - type: rect
        bounds: [0, 0, 100, 100]
        color: 255 0 0 1.0