tor-browser

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

linear-aligned-clip.yaml (212B)


      1 ---
      2 root:
      3  items:
      4    # an aligned gradient from [0, 400] and clipped to [100, 300]
      5    - type: gradient
      6      bounds: 0 100 200 200
      7      start: 100 -100
      8      end: 100 300
      9      stops: [0.0, green, 1.0, blue]