tor-browser

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

snapshot-perspective-01.yaml (785B)


      1 ---
      2 root:
      3  items:
      4    -
      5      bounds: [200, 200, 1000, 1000]
      6      type: "stacking-context"
      7      perspective: 256
      8      items:
      9        -
     10          bounds: [128, 128, 256, 256]
     11          type: "stacking-context"
     12          transform: rotate-x(-60) rotate-y(-120)
     13          snapshot:
     14            name: "snap0"
     15            area: [0, 0, 100, 200]
     16          items:
     17            - type: clip
     18              id: 101
     19              complex:
     20                - rect: [0, 0, 100, 200]
     21                  radius: [32, 32]
     22            - type: clip-chain
     23              id: 201
     24              clips: [101]
     25            -
     26              bounds: [0, 0, 100, 200]
     27              type: rect
     28              color: blue
     29              clip-chain: 201
     30    - image: snapshot(snap0)
     31      bounds: [300, 0, 100, 200]