summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/svg-filter-drop-shadow-rotate.yaml
blob: 71acca0f52672ba1fcc412852eb2f48a158fedc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Tests SVG drop shadows with transforms
---
root:
  items:
    - type: stacking-context
      bounds: [100, 100, 400, 400]
      transform: rotate-z(45)
      filter-primitives:
      - type: drop-shadow
        in: previous
        offset: [73, 73]
        radius: 20
        color: [255, 0, 0, 1]
        color-space: srgb
      items:
      - image: "firefox.png"
        bounds: 0 0 256 256