tor-browser

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

border-clamp-corner-radius.yaml (575B)


      1 ---
      2 root:
      3  items:
      4    - type: stacking-context
      5      bounds: [0, 0, 420, 250]
      6      items:
      7        - type: border
      8          bounds: [ 0, 0, 200, 200 ]
      9          width: 10
     10          border-type: normal
     11          style: solid
     12          radius: 180
     13          color: blue
     14        - type: border
     15          bounds: [ 200, 0, 200, 200 ]
     16          width: 10
     17          border-type: normal
     18          style: solid
     19          radius:
     20            top-left: [180, 180]
     21            top-right: [0, 0]
     22            bottom-left: [0, 0]
     23            bottom-right: [180, 180]
     24          color: blue