tor-browser

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

gradient_cache_5stops_ref.yaml (371B)


      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.5, green,
     10              1.0, blue]
     11    - type: gradient
     12      bounds: 480 0 480 540
     13      start: 0 0
     14      end: 480 0
     15      stops: [ 0.0, blue,
     16              0.5, [40,40,40,1],
     17              1.0, [100,200,50,1]]