tor-browser

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

conic-backdrop-with-spacing.yaml (393B)


      1 ---
      2 root:
      3  items:
      4    - type: rect
      5      bounds: 0 0 800 450
      6      color: red
      7    - type: "scroll-frame"
      8      bounds: 0 0 800 450
      9      clip-rect: 0 0 800 450
     10      id: 2
     11    - type: conic-gradient
     12      bounds: 0 0 800 450
     13      spatial-id: 2
     14      center: 100 100
     15      angle: 0.0
     16      stops: [ 0.0, [255, 255, 255, 1], 1.0, [0,0,0,1] ]
     17      tile-size: 100 100
     18      tile-spacing: 20 20