tor-browser

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

svg-path-simple.html (369B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <link rel="help" href="https://drafts.csswg.org/css-viewport/#zoom-property">
      4 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1906270">
      5 <link rel="match" href="svg-path-simple-ref.html">
      6 <svg style="zoom: 2" width="100" height="100" viewBox="0 0 20 20">
      7  <path fill="#333333" d="M16 7h1v7h-1z"></path>
      8 </svg>