tor-browser

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

shadow-fast-clip-ref.yaml (499B)


      1 # Test that fast shadows actually apply clips
      2 ---
      3 root:
      4  items:
      5    - type: clip
      6      id: 2
      7      bounds: [28, 28, 80, 80]
      8    -
      9      bounds: [6, 6, 132, 133]
     10      text: "overflow text"          
     11      origin: [9, 101]
     12      size: 12
     13      color: [0, 0, 0, 1]
     14      font: "VeraBd.ttf"
     15      clip-chain: [2]
     16    -
     17      bounds: [6, 6, 132, 133]
     18      text: "overflow text"          
     19      origin: [8, 100]
     20      size: 12
     21      color: [255, 0, 0, 1]
     22      font: "VeraBd.ttf"
     23      clip-chain: [2]