10 lines
378 B
HTML
10 lines
378 B
HTML
<!DOCTYPE html>
|
|
<link rel="match" href="../expected/svg-textPath-startOffset-ref.html">
|
|
<svg width="300" height="100" viewBox="0 0 300 100" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<path id="line" d="M 50 50 h 200"/>
|
|
</defs>
|
|
<text font-family="sans-serif" font-size="20">
|
|
<textPath href="#line" startOffset="50%">Test</textPath>
|
|
</text>
|
|
</svg>
|