tor-browser

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

mask.yaml (504B)


      1 # Test that basic functionality of opaque compositor surfaces with
      2 # clip mask is blending correctly.
      3 ---
      4 root:
      5  items:
      6    - type: rect
      7      bounds: [50, 50, 462, 462]
      8      color: green
      9    - type: clip
     10      id: 3
     11      complex:
     12        - rect: [150, 150, 262, 262]
     13          radius: 32
     14    - image: checkerboard(2,16,16)
     15      bounds: [150, 150, 262, 262]
     16      prefer-compositor-surface: true
     17      clip-chain: [3]
     18    - type: rect
     19      bounds: [200, 200, 162, 162]
     20      color: [0, 0, 255, 0.5]