tor-browser

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

shadow-fast-clip.yaml (487B)


      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      type: "shadow"
     10      bounds: [0, 0, 200, 200]
     11      blur-radius: 0
     12      offset: [1, 1]
     13      color: [0, 0, 0, 1]
     14      clip-chain: [2]
     15    -
     16      bounds: [6, 6, 132, 133]
     17      text: "overflow text"
     18      origin: [8, 100]
     19      size: 12
     20      color: [255, 0, 0, 1]
     21      font: "VeraBd.ttf"
     22      clip-chain: [2]
     23    -
     24      type: "pop-all-shadows"