tor-browser

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

svg-use-symbol-animateTransform-print-ref.html (227B)


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