tor-browser

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

border-with-rounded-clip.yaml (433B)


      1 ---
      2 root:
      3  items:
      4    -
      5      clip-rect: [10, 10, 938, 200]
      6      type: clip
      7      id: 2
      8      complex:
      9        -
     10          rect: [10, 10, 938, 200]
     11          radius: [97, 97]
     12          "clip-mode": clip
     13    - type: clip-chain
     14      id: 12
     15      clips: [2]
     16    -
     17      bounds: [10, 10, 100, 200]
     18      type: border
     19      width: [100, 50, 100, 50]
     20      border-type: normal
     21      color: green
     22      style: solid
     23      clip-chain: 12