Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/svg/text/reftests/textpath-pathlength-css-display-none.tentative.svg
<title>TextPath path-length with display:none path</title>
<metadata>
<html:link rel="author" title="Virali Purbey" href="mailto:viralipurbey@microsoft.com"/>
<html:link rel="match" href="textpath-pathlength-css-display-none-ref.tentative.svg"/>
</metadata>
<style>
text { font-family: sans-serif; font-size: 20px; fill: black; }
</style>
<defs>
<path id="path1" d="M10 60 L210 60" style="display:none; path-length:10"/>
</defs>
<text>
<textPath href="#path1" startOffset="5">X</textPath>
</text>
</svg>