tor-browser

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

gradient_cache_hardstop_clip_ref.yaml (896B)


      1 ---
      2 root:
      3  items:
      4    - type: clip
      5      id: 101
      6      complex:
      7        - rect: [100, 100, 760, 340]
      8          radius: [32, 32]
      9    - type: clip-chain
     10      id: 201
     11      clips: [101]
     12    - type: gradient
     13      bounds: 0 0 480 540
     14      start: 0 0
     15      end: 480 0
     16      stops: [0.0, red,
     17              0.25, yellow,
     18              0.5, red,
     19              0.5, green,
     20              0.75, yellow,
     21              1.0, green]
     22      clip-chain: 201
     23 
     24    - type: clip
     25      id: 102
     26      complex:
     27        - rect: [100, 100, 760, 340]
     28          radius: [32, 32]
     29    - type: clip-chain
     30      id: 202
     31      clips: [102]
     32    - type: gradient
     33      bounds: 480 0 480 540
     34      start: 0 0
     35      end: 480 0
     36      stops: [0.0, blue,
     37              0.25, yellow,
     38              0.5, blue,
     39              0.5, white,
     40              1.0, [100,200,50,1]]
     41      clip-chain: 202