tor-browser

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

linear-stops.yaml (172B)


      1 root:
      2  items:
      3        - type: gradient
      4          bounds: [0, 0, 200, 200]
      5          start: 0 100
      6          end: 200 100
      7          stops: [0.0, red, 0.5, green, 1.0, blue]