tor-browser

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

tiling-conic-2-ref.yaml (591B)


      1 ---
      2 root:
      3  items:
      4    # top left
      5    - type: conic-gradient
      6      bounds: 50 50 200 200
      7      angle: 0.0
      8      center: 100 100
      9      stops: [0, red, 1, blue]
     10    # top right
     11    - type: conic-gradient
     12      bounds: 350 50 100 200
     13      angle: 0.0
     14      center: 100 100
     15      stops: [0, red, 1, blue]
     16    # bottom left
     17    - type: conic-gradient
     18      bounds: 50 350 200 100
     19      angle: 0.0
     20      center: 100 100
     21      stops: [0, red, 1, blue]
     22    # bottom right
     23    - type: conic-gradient
     24      bounds: 350 350 100 100
     25      angle: 0.0
     26      center: 100 100
     27      stops: [0, red, 1, blue]