tor-browser

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

img-simple-3.html (370B)


      1 <html>
      2 <body>
      3  <!-- This image scales uniformly, preserving its aspect ratio, to be
      4       600x600.  Though the SVG content doesn't have a viewBox, we behave as if
      5       it did when it's used as an image, since it has non-percent-valued
      6       height and width attributes on the root svg node. -->
      7  <img src="squaredCircle-100x100.svg" width="600px">
      8 </body>
      9 </html>