tor-browser

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

border-scale-3.yaml (482B)


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