Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<meta charset="utf-8">
<title>non-scaling-stroke on a nested SVG</title>
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<link rel="author" title="Mozilla" href="https://mozilla.org">
<link rel="match" href="non-scaling-stroke-007-ref.html">
<svg width="100" height="100">
<svg width="100%" height="100%" viewBox="0 0 1 1" preserveAspectRatio="none">
<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>
</svg>
</svg>