tor-browser

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

perspective-clip-1.yaml (802B)


      1 ---
      2 root:
      3  items:
      4    -
      5      type: stacking-context
      6      bounds: [0, 0, 0, 0]
      7      perspective: [1, 0, 0, 0, 0, 1, 0, 0, -300, -250, 1, -0.5, 0, 0, 0, 1]
      8      items:
      9        -
     10          bounds: [0, 0, 0, 0]
     11          type: stacking-context
     12          transform: [10, 0, 0, 0, 0, 10, 0, 0, 0, 0, 1, 0, -5382, -3222, -18, 1]
     13          items:
     14            -
     15              bounds: [0, 0, 100, 100]
     16              type: rect
     17              color: red
     18            - type: clip
     19              id: 101
     20              complex:
     21                - rect: [0, 0, 100, 100]
     22                  radius: 16
     23            - type: clip-chain
     24              id: 201
     25              clips: [101]
     26            -
     27              bounds: [0, 0, 100, 100]
     28              type: rect
     29              color: green
     30              clip-chain: 201