tor-browser

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

scroll_subpic_2.yaml (619B)


      1 # This file should be identical to scroll_subpic_1.yaml except for the
      2 # scroll-offset on the scroll-frame.
      3 
      4 root:
      5  items:
      6    - type: clip
      7      id: 2
      8      bounds: [0, 0, 50, 50]
      9    - type: clip-chain
     10      id: 3
     11      clips: [2]
     12 
     13    - type: scroll-frame
     14      bounds: [0, 0, 50, 50]
     15      scroll-offset: [0, 10]
     16      clip-to-frame: true
     17      items:
     18        - type: stacking-context
     19          bounds: [0, 0, 100, 500]
     20          filters: [opacity(0.9)]
     21          clip-chain: 3
     22          items:
     23            - type: rect
     24              bounds: [0, 0, 100, 500]
     25              color: green
     26              clip-chain: 3