tor-browser

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

non-scaling-stroke-007.html (717B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <title>non-scaling-stroke on a nested SVG</title>
      4 <link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
      5 <link rel="author" title="Mozilla" href="https://mozilla.org">
      6 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1917604">
      7 <link rel="help" href="https://svgwg.org/svg2-draft/painting.html#PaintingVectorEffects">
      8 <link rel="match" href="non-scaling-stroke-007-ref.html">
      9 <svg width="100" height="100">
     10  <svg width="100%" height="100%" viewBox="0 0 1 1" preserveAspectRatio="none">
     11    <path d="M 0 0 L 0 50 L 50 0 z" fill="none" stroke="currentColor" stroke-width="20" vector-effect="non-scaling-stroke"></path>
     12  </svg>
     13 </svg>