Source code

Revision control

Copy as Markdown

Other Tools

SVG Preview (Scaled)

Preview of https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-masking/mask-svg-content/mask-on-thin-stroked-path-userspaceonuse-ref.svg
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" viewBox="0 0 200 100">
<title>Reference: stroked path with no mask (full stroke shape)</title>
<!-- Same path geometry as the test, no mask. -->
<path d="M 50 45 L 150 45 M 50 55 L 150 55"
stroke="green" stroke-width="20" stroke-linecap="butt"
fill="none"/>
</svg>