tor-browser

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

1492660-1-ref.html (353B)


      1 <!DOCTYPE html>
      2 <svg width="300" height="200" viewBox="0 0 30 30">
      3  <defs>
      4    <filter id="f" x="0" y="0" width="100%" height="100%">
      5      <feTurbulence baseFrequency="0 3"/>
      6    </filter>
      7    <clipPath id="c">
      8      <rect width="30" height="30"/>
      9    </clipPath>
     10  </defs>
     11  <rect width="30" height="30" filter="url(#f)" clip-path="url(#c)"/>
     12 </svg>