tor-browser

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

perspective-mask.yaml (560B)


      1 ---
      2 root:
      3  items:
      4    -
      5      type: "scroll-frame"
      6      id: 2
      7      "content-size": [500, 100]
      8      bounds: [0, 0, 500, 100]
      9      clip-to-frame: true
     10      items:
     11        -
     12          type: "stacking-context"
     13          perspective: 125
     14          items:
     15            -
     16              type: "stacking-context"
     17              bounds: [0, 0, 250, 100]
     18              transform: rotate-y(54)
     19              items:
     20                -
     21                  bounds: [0, 0, 128, 128]
     22                  type: rect
     23                  color: red
     24                  clip-chain: [2]