tor-browser

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

gradient_cache_hardstop_clip.yaml (617B)


      1 ---
      2 root:
      3  items:
      4    - type: clip
      5      id: 101
      6      complex:
      7        - rect: [100, 100, 760, 340]
      8          radius: [32, 32]
      9    - type: clip-chain
     10      id: 201
     11      clips: [101]
     12    - type: gradient
     13      bounds: 0 0 960 540
     14      start: 0 0
     15      end: 960 0
     16      stops: [0.0, red,
     17              0.125, yellow,
     18              0.25, red,
     19              0.25, green,
     20              0.375, yellow,
     21              0.5, green,
     22              0.5, blue,
     23              0.625, yellow,
     24              0.75, blue,
     25              0.75, white,
     26              1.0, [100,200,50,1]]
     27      clip-chain: 201