tor-browser

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

white-opacity.yaml (458B)


      1 root:
      2  items:
      3    - type: stacking-context
      4      bounds: [10, 10, 1000, 100]
      5      items:
      6        - type: rect
      7          bounds: [0, 0, 720, 100]
      8          color: [211, 211, 211, 1]
      9        - type: stacking-context
     10          bounds: [0, 0, 500, 100]
     11          filters: [opacity(0.4)]
     12          items:
     13            - text: "Look, no white edges!!"
     14              origin: 20 50
     15              size: 40
     16              color: white
     17              font: "VeraBd.ttf"