tor-browser

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

border-radii.yaml (393B)


      1 ---
      2 root:
      3  items:
      4    - type: stacking-context
      5      bounds: [0, 0, 100, 100]
      6      items:
      7        - type: border
      8          bounds: [ 10, 10, 90, 90 ]
      9          width: 10
     10          border-type: normal
     11          style: solid
     12          radius:
     13            top-left: 16
     14            bottom-right: 16
     15            top-right: 8
     16            bottom-left: 8
     17          color: [ blue, blue, blue, blue ]