tor-browser

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

raster_root_A_ref.yaml (750B)


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