tor-browser

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

gradient_cache_5stops.yaml (259B)


      1 ---
      2 root:
      3  items:
      4    - type: gradient
      5      bounds: 0 0 960 540
      6      start: 0 0
      7      end: 960 0
      8      stops: [0.0, red,
      9              0.25, green,
     10              0.5, blue,
     11              0.75, [40,40,40,1],
     12              1.0, [100,200,50,1]]