tor-browser

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

basic.yaml (623B)


      1 # Test that basic functionality of non-opaque compositor surfaces
      2 # is blending correctly, and that subpixel AA is used outside the
      3 # compositor surface region.
      4 ---
      5 root:
      6  items:
      7    - type: rect
      8      bounds: [50, 50, 462, 462]
      9      color: green
     10    - type: rect
     11      bounds: [125, 125, 312, 312]
     12      color: [128, 128, 128, 0.5]
     13    - image: transparent-checkerboard(2,16,16)
     14      bounds: [150, 150, 262, 262]
     15      prefer-compositor-surface: true
     16    - type: rect
     17      bounds: [200, 200, 162, 162]
     18      color: [0, 0, 255, 0.5]
     19    - text: "Subpixel AA Text"
     20      origin: 80 100
     21      size: 20
     22      color: black