Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/text/reftests/rtl-text-path.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<link rel="match" href="rtl-text-path-ref.html">
<title>rtl text on textPath</title>
<body style="margin:20px">
<svg width="600" height="100">
<path id="path37" d="M 50 50 L 550 50" fill="none" stroke="red" stroke-width="3" />
<text font-size="20px">
<textPath href="#path37">
<!-- prefixing with RLO (U+202e) will make the text display RTL -->
‮the quick brown fox runs backwards
</textPath>
</text>
</svg>
</body>
</html>