tor-browser

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

fragid-shadow-8.html (430B)


      1 <!doctype html>
      2 <svg width="100" height="100">
      3  <defs>
      4    <pattern id="rect" width="100" height="100">
      5      <rect fill="red" width="100" height="100" />
      6    </pattern>
      7    <symbol id="useme">
      8      <pattern id="rect" width="100" height="100">
      9        <rect fill="lime" width="100" height="100" />
     10      </pattern>
     11      <rect fill="url(#rect)" width="100" height="100" />
     12    </symbol>
     13  </defs>
     14  <use href="#useme" />
     15 </svg>