tor-browser

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

conic-large.yaml (242B)


      1 ---
      2 root:
      3  items:
      4    - type: conic-gradient
      5      bounds: 50 50 2000 300
      6      center: 150 150
      7      angle: 0.0
      8      stops: [0.0, red,
      9              0.125, blue,
     10              0.375, blue,
     11              0.5, yellow,
     12              1.0, red]