tor-browser

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

small-dotted-border.yaml (536B)


      1 ---
      2 root:
      3  items:
      4    - type: stacking-context
      5      bounds: [0, 0, 500, 500]
      6      items:
      7        - type: border
      8          bounds: [ 0, 0, 100, 20 ]
      9          width: [ 1, 1, 1, 1 ]
     10          border-type: normal
     11          style: [ dotted, dotted, dotted, dotted ]
     12          color: [ black, black, black, black ]
     13 
     14        - type: border
     15          bounds: [ 0, 30, 100, 20 ]
     16          width: [ 2, 2, 2, 2 ]
     17          border-type: normal
     18          style: [ dotted, dotted, dotted, dotted ]
     19          color: [ black, black, black, black ]