tor-browser

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

conic-backdrop-ref.yaml (228B)


      1 ---
      2 root:
      3  items:
      4    - type: rect
      5      bounds: 0 0 800 450
      6      color: red
      7    - type: conic-gradient
      8      bounds: 0 0 800 450
      9      center: 400 225
     10      angle: 0.0
     11      stops: [ 0.0, [255, 255, 255, 1], 1.0, [0,0,0,1] ]