tor-browser

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

mix-blend-layers.yaml (1502B)


      1 # Verify that surfaces with differing surface/raster spatial nodes correctly sample from
      2 # parent mix-blend container surfaces
      3 ---
      4 root:
      5  items:
      6    - type: stacking-context
      7      bounds: [100, 100, 0, 0]
      8      transform: scale(2)
      9      blend-container: true
     10      items:
     11        - type: "shadow"
     12          blur-radius: 0
     13          offset: [-5, -2]
     14          color: [255, 255, 0, 1]
     15        - text: "Fault"
     16          origin: 100 150
     17          size: 100
     18          color: [0, 0, 0, 0]
     19          font: "VeraBd.ttf"
     20        -
     21          type: "pop-all-shadows"
     22 
     23        - type: stacking-context
     24          blend-container: true
     25          mix-blend-mode: darken
     26          items:
     27            - type: "shadow"
     28              blur-radius: 0
     29              offset: [3, -4]
     30              color: [0, 255, 255, 1]
     31            - text: "Fault"
     32              origin: 100 150
     33              size: 100
     34              color: [0, 0, 0, 0]
     35              font: "VeraBd.ttf"
     36            -
     37              type: "pop-all-shadows"
     38 
     39            - type: stacking-context
     40              blend-container: true
     41              mix-blend-mode: darken
     42              items:
     43                - type: "shadow"
     44                  blur-radius: 0
     45                  offset: [5, 2]
     46                  color: [255, 0, 255, 1]
     47                - text: "Fault"
     48                  origin: 100 150
     49                  size: 100
     50                  color: [0, 0, 0, 0]
     51                  font: "VeraBd.ttf"
     52                -
     53                  type: "pop-all-shadows"