tor-browser

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

border-radial-gradient-nine-patch.yaml (244B)


      1 ---
      2 root:
      3  items:
      4    - type: border
      5      bounds: [ 0, 0, 200, 200 ]
      6      width: 20
      7      border-type: radial-gradient
      8      center: [ 100, 100 ]
      9      radius: [ 200, 200 ]
     10      stops: [ 0.0, red, 0.5, red, 0.5, green ]
     11      slice: [ 50 ]