tor-browser

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

tiling-conic-2.yaml (231B)


      1 ---
      2 root:
      3  items:
      4    # slightly clip the last tile
      5    - type: conic-gradient
      6      bounds: 50 50 400 400
      7      angle: 0.0
      8      center: 100 100
      9      stops: [0, red, 1, blue]
     10      tile-size: 200 200
     11      tile-spacing: 100 100