tor-browser

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

aligned-layer-rect.yaml (368B)


      1 ---
      2 root:
      3  items:
      4    - type: scroll-frame
      5      id: 2
      6      bounds: [9, 9, 10, 10]
      7      content-size: [95, 88]
      8      clip-to-frame: true
      9      items:
     10        - type: scroll-frame
     11          bounds: [0, 0, 100, 100]
     12          items:
     13            - type: rect
     14              bounds: [0, 0, 100, 100]
     15              color: blue
     16              clip-chain: [2]
     17