summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/svg-filter-blur-transforms.yaml
blob: d78f3ae806eb2ba57fc59a3747e47ff64271ece0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
root:
  items:
    - type: stacking-context
      bounds: [0, 100, 300, 300]
      transform: scale-x(0.1) rotate-z(-45)
      filter-primitives:
      - type: blur
        width: 10
        height: 10
        in: previous
        color-space: srgb
      items:
      - type: rect
        color: red
        bounds: 0 0 256 256