tor-browser

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

text-stroke-scaling-02-ref.html (208B)


      1 <!DOCTYPE html>
      2 <html>
      3  <svg width="500" height="400">
      4    <text x="0" y="20" style="stroke: orange; stroke-width: 0.5px"
      5          transform="scale(4)">
      6      This is some text
      7    </text>
      8  </svg>
      9 </html>