tor-browser

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

gradient_cache_5stops_vertical_ref.yaml (371B)


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