tor-browser

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

perspective-clip.yaml (664B)


      1 ---
      2 root:
      3  items:
      4    -
      5      type: stacking-context
      6      perspective: 1
      7      perspective-origin: 0 0
      8      items:
      9        -
     10          type: stacking-context
     11          transform: 10 0 0 0 0 10 0 0 0 0 10 0 0 0 -9 1
     12          items:
     13            - type: clip
     14              id: 2
     15              complex:
     16                - rect: [50, 50, 200, 200]
     17                  radius: 8
     18            -
     19              type: rect
     20              bounds: [50, 50, 200, 200]
     21              color: green
     22              clip-chain: [2]
     23            -
     24              text: "X"
     25              origin: 100 150
     26              size: 100
     27              font: "Ahem.ttf"
     28              clip-chain: [2]