tor-browser

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

gradient_cache_clamp.yaml (448B)


      1 ---
      2 root:
      3  items:
      4    - type: gradient
      5      bounds: 0 0 400 200
      6      start: 0 100
      7      end: 100 100
      8      stops: [0.0, blue, 1.0, blue, 1.0, red]
      9    - type: gradient
     10      bounds: 0 300 400 200
     11      start: 100 100
     12      end: 200 100
     13      stops: [0.0, blue, 1.0, blue, 1.0, red]
     14    - type: gradient
     15      bounds: 0 600 200 400
     16      start: 0 100
     17      end: 0 300
     18      stops: [
     19          0.0,  blue,
     20          1.0,  red]