tor-browser

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

multi-mix-blend-mode-ref.yaml (243B)


      1 ---
      2 root:
      3  items:
      4    - type: rect
      5      bounds: 0 0 800 200
      6      color: [255, 0, 0, 1]
      7 
      8    - type: rect
      9      bounds: 50 50 100 100
     10      color: [255, 255, 0, 1]
     11 
     12    - type: rect
     13      bounds: 300 50 400 100
     14      color: [255, 0, 255, 1]