tor-browser

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

conic-large-ref.yaml (307B)


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