tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

underlay-mask-on-translucent-slice.yaml (617B)


      1 # Verify that a compositor surface with a mask, which is placed on
      2 # a translucent picture cache slice draws correctly.
      3 ---
      4 root:
      5  items:
      6    - type: rect
      7      bounds: [50, 50, 440, 338]
      8      color: red
      9    - type: clip
     10      id: 3
     11      complex:
     12        - rect: [70, 70, 400, 298]
     13          radius: 32
     14    - type: scroll-frame
     15      bounds: [50, 50, 200, 200]
     16      items:
     17        - type: yuv-image
     18          format: planar
     19          src-y: barn-y.png
     20          src-u: barn-u.png
     21          src-v: barn-v.png
     22          bounds: [70, 70, 400, 298]
     23          prefer-compositor-surface: true
     24          clip-chain: [3]