tor-browser

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

linear-double.yaml (266B)


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