tor-browser

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

linear-ref.yaml (383B)


      1 ---
      2 root:
      3  items:
      4    - type: stacking-context
      5      bounds: 50 50 200 200
      6      items:
      7        - type: rect
      8          bounds: 0 0 50 200
      9          color: red
     10        - type: rect
     11          bounds: 50 0 50 200
     12          color: green
     13        - type: rect
     14          bounds: 100 0 50 200
     15          color: blue
     16        - type: rect
     17          bounds: 150 0 50 200
     18          color: black