tor-browser

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

foreignObject-dynamic-line-height-01-ref.html (174B)


      1 <!DOCTYPE html>
      2 <html>
      3  <svg>
      4    <foreignObject width="100" height="100" style="line-height: 3">
      5      This is long text that wraps.
      6    </foreignObject>
      7  </svg>
      8 </htmml>