tor-browser

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

1492660-1.html (359B)


      1 <!DOCTYPE html>
      2 <svg width="300" height="200" viewBox="0 0 30 30">
      3  <defs>
      4    <filter id="f" x="-20%" y="-10%" width="140%" height="140%">
      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>