tor-browser

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

border-double-simple-ref.yaml (585B)


      1 ---
      2 root:
      3  items:
      4    - type: stacking-context
      5      bounds: [0, 0, 50, 50]
      6      items:
      7        - type: border
      8          bounds: [ 0, 0, 50, 50 ]
      9          width: [ 4, 4, 4, 4 ]
     10          border-type: normal
     11          style: [ solid, solid, solid, solid ]
     12          color: [ blue, blue, blue, blue ]
     13    - type: stacking-context
     14      bounds: [8, 8, 34, 34]
     15      items:
     16        - type: border
     17          bounds: [ 0, 0, 34, 34 ]
     18          width: [ 4, 4, 4, 4 ]
     19          border-type: normal
     20          style: [ solid, solid, solid, solid ]
     21          color: [ blue, blue, blue, blue ]