tor-browser

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

gradient_cache_hardstop_ref.yaml (504B)


      1 ---
      2 root:
      3  items:
      4    - type: gradient
      5      bounds: 0 0 480 540
      6      start: 0 0
      7      end: 480 0
      8      stops: [0.0, red,
      9              0.25, yellow,
     10              0.5, red,
     11              0.5, green,
     12              0.75, yellow,
     13              1.0, green]
     14    - type: gradient
     15      bounds: 480 0 480 540
     16      start: 0 0
     17      end: 480 0
     18      stops: [0.0, blue,
     19              0.25, yellow,
     20              0.5, blue,
     21              0.5, white,
     22              1.0, [100,200,50,1]]