tor-browser

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

pattern-big-image.html (484B)


      1 <div style="left: 0px; top: 0px; width: 10px; height: 10px;">
      2  <svg x="0" y="0" height="100%" width="100%">
      3    <defs>
      4      <pattern id="pattern-big-image" patternUnits="objectBoundingBox" preserveAspectRatio="xMidYMid slice" width="1" height="1" x="0" y="0" viewBox="0 0 4000 3000">
      5        <image xlink:href="big-image.jpeg" width="4000" height="3000"/>
      6      </pattern>
      7    </defs>
      8    <rect fill="url(#pattern-big-image)" x="0" y="0" width="100%" height="100%"/>
      9  </svg>
     10 </div>