summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/svg-filter-offset.yaml
blob: f48fb5104e4b271265573aff76f8fd6bf3199688 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Tests the SVG offset filter primitive
# An offset filter should have the same effect as changing the origin of the rectangle.
---
root:
  items:
    - type: stacking-context
      bounds: 0 0 0 0
      filter-primitives:
      - type: offset
        offset: 10 10
        in: original
      items:
      - type: rect
        bounds: 10 10 100 100
        color: red