tor-browser

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

image-embedding-svg-with-near-integral-width-ref.html (324B)


      1 <!doctype html>
      2 <title>Rendering of an &lt;img> embedding an SVG with a near-integral width (reference)</title>
      3 <img src="data:image/svg+xml,
      4  <svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'>
      5    <rect width='100%' height='100%' fill='green'/>
      6  </svg>
      7 " style="left: 7.5px; top: 8px; position: absolute">