tor-browser

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

radial-negative-scale-ninepatch-ref.yaml (332B)


      1 ---
      2 root:
      3  items:
      4    - type: clip
      5      id: 5
      6      complex:
      7        - rect: [0, 0, 300, 300]
      8          radius: 50
      9    - type: rect
     10      bounds: 10 10 10 10
     11      color: white
     12    - type: radial-gradient
     13      bounds: 0 0 300 300
     14      center: 300 0
     15      radius: 500 600
     16      stops: [0.0, red, 1.0, blue]
     17      clip-chain: [5]