summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/text/rotate-snap-filter.yaml
blob: 48be649aa24caff1bcfef9321e527405f9699062 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Verify that snapping on a filtered surface with a 180 deg rotation + a local 180 deg rotation works correctly
---
root:
  items:
    - type: stacking-context
      filters: [opacity(0.5)]
      transform: rotate(180)
      items:
        - type: stacking-context
          transform: rotate(180)
          items:
            - text: "Should be upright"
              origin: 20 24
              size: 18
              color: black
              font: "VeraBd.ttf"