tor-browser

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

svg-use-symbol-width-print-ref.html (213B)


      1 <!doctype html>
      2 <style>
      3 body { margin: 0 }
      4 </style>
      5 <svg width=200 height=200 viewbox="0 0 200 200">
      6  <rect fill="purple" x=0 y=0 width=100 height=100 />
      7  <rect fill="blue" x=0 y=0 width=50 height=50 />
      8 </svg>