tor-browser

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

singular.yaml (855B)


      1 ---
      2 root:
      3  items:
      4    -
      5      bounds: [0, 0, 200, 200]
      6      "clip-rect": [0, 0, 200, 200]
      7      type: clip
      8      id: 2
      9      "content-size": [200, 200]
     10    -
     11      bounds: [10, 10, 80, 80]
     12      clip-chain: [2]
     13      type: "stacking-context"
     14      transform: [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1]
     15      items:
     16        -
     17          bounds: [0, 0, 80, 80]
     18          "clip-rect": [0, 0, 80, 80]
     19          type: rect
     20          color: black
     21    -
     22      bounds: [0, 100, 100, 100]
     23      "clip-rect": [0, 100, 100, 100]
     24      clip-chain: [2]
     25      type: rect
     26      color: blue
     27    -
     28      bounds: [100, 0, 100, 100]
     29      "clip-rect": [100, 0, 100, 100]
     30      clip-chain: [2]
     31      type: rect
     32      color: green
     33    -
     34      bounds: [100, 100, 100, 100]
     35      "clip-rect": [100, 100, 100, 100]
     36      clip-chain: [2]
     37      type: rect
     38      color: red