tor-browser

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

underlay.yaml (878B)


      1 # Verify that we correctly display an underlay style compositor
      2 # surface when an overlapping translucent compositor surface
      3 # exists earlier in the display list.
      4 # Reference image is public-domain - https://en.wikipedia.org/wiki/File:Barn-yuv.png
      5 ---
      6 root:
      7  items:
      8    - type: rect
      9      bounds: [0, 0, 500, 550]
     10      color: white
     11    - image: solid-color(255,0,0,128,299,299)
     12      bounds: [100, 100, 299, 299]
     13      prefer-compositor-surface: true
     14    - type: yuv-image
     15      format: planar
     16      src-y: barn-y.png
     17      src-u: barn-u.png
     18      src-v: barn-v.png
     19      bounds: [100, 100, 299, 299]
     20      prefer-compositor-surface: true
     21    - text: "Prohibited subpixel AA"
     22      origin: 110 380
     23      size: 20
     24      color: white
     25      font: "FreeSans.ttf"
     26    - text: "Allowed subpixel AA"
     27      origin: 110 480
     28      size: 20
     29      color: black
     30      font: "FreeSans.ttf"