tor-browser

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

raster_root_A_8192.yaml (763B)


      1 root:
      2  items:
      3    - type: "stacking-context"
      4      transform: scale(0.125)
      5      items:
      6      - type: "stacking-context"
      7        perspective: 100
      8        perspective-origin: 100 50
      9        items:
     10          - image: checkerboard(0, 512, 16);
     11            bounds: [1600, 1600, 8192, 8192]
     12          - type: clip
     13            id: 101
     14            complex:
     15              - rect: [2048, 2048, 4096, 4096]
     16                radius: [1024, 1024]
     17          - type: clip-chain
     18            id: 201
     19            clips: [101]
     20          - type: "stacking-context"
     21            bounds: [0, 0, 8192, 8192]
     22            mix-blend-mode: difference
     23            clip-chain: 201
     24            items:
     25              - image: checkerboard(0, 4096, 2);
     26                bounds: [0, 0, 8192, 8192]