tor-browser

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

occlusion.yaml (415B)


      1 # Ensure that the clip rect of a primitive that is promoted to a compositor
      2 # surface is correctly applied when registering it as an occlusion plane.
      3 
      4 root:
      5  items:
      6    - type: rect
      7      color: red
      8      bounds: [50, 50, 200, 200]
      9 
     10    - type: yuv-image
     11      format: interleaved
     12      src: spacex-yuv.png
     13      bounds: [50, 50, 200, 200]
     14      prefer-compositor-surface: true
     15      clip-rect: [75, 75, 150, 150]