tor-browser

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

border-groove-simple-ref.yaml (641B)


      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: [ 6, 6, 6, 6 ]
     10          border-type: normal
     11          style: [ solid, solid, solid, solid ]
     12          color: [ 0 0 170 1.0, 0 0 255 1.0, 0 0 255 1.0, 0 0 170 1.0 ]
     13    - type: stacking-context
     14      bounds: [6, 6, 38, 38]
     15      items:
     16        - type: border
     17          bounds: [ 0, 0, 38, 38 ]
     18          width: [ 6, 6, 6, 6 ]
     19          border-type: normal
     20          style: [ solid, solid, solid, solid ]
     21          color: [ 0 0 255 1.0, 0 0 170 1.0, 0 0 170 1.0, 0 0 255 1.0 ]