tor-browser

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

svg-stroke-ref.html (243B)


      1 <!doctype html>
      2 <style>
      3 svg { font: bold 64px Arial, sans-serif; stroke: black; stroke-width: 4px; }
      4 </style>
      5 <svg width="240" height="80">
      6  <text x="40" y="60" fill="grey" stroke="grey">Hello</text>
      7  <text x="30" y="50">Hello</text>
      8 </svg>