tor-browser

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

mix-blend-layers-ref.yaml (1351B)


      1 ---
      2 root:
      3  items:
      4    - type: stacking-context
      5      bounds: [100, 100, 0, 0]
      6      blend-container: true
      7      items:
      8        - type: "shadow"
      9          blur-radius: 0
     10          offset: [-10, -4]
     11          color: [255, 255, 0, 1]
     12        - text: "Fault"
     13          origin: 200 300
     14          size: 200
     15          color: [0, 0, 0, 0]
     16          font: "VeraBd.ttf"
     17        -
     18          type: "pop-all-shadows"
     19 
     20        - type: stacking-context
     21          blend-container: true
     22          mix-blend-mode: darken
     23          items:
     24            - type: "shadow"
     25              blur-radius: 0
     26              offset: [6, -8]
     27              color: [0, 255, 255, 1]
     28            - text: "Fault"
     29              origin: 200 300
     30              size: 200
     31              color: [0, 0, 0, 0]
     32              font: "VeraBd.ttf"
     33            -
     34              type: "pop-all-shadows"
     35 
     36            - type: stacking-context
     37              blend-container: true
     38              mix-blend-mode: darken
     39              items:
     40                - type: "shadow"
     41                  blur-radius: 0
     42                  offset: [10, 4]
     43                  color: [255, 0, 255, 1]
     44                - text: "Fault"
     45                  origin: 200 300
     46                  size: 200
     47                  color: [0, 0, 0, 0]
     48                  font: "VeraBd.ttf"
     49                -
     50                  type: "pop-all-shadows"