9 lines
289 B
HTML
9 lines
289 B
HTML
<!DOCTYPE html>
|
|
<svg width="300" height="100" viewBox="0 0 300 100" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<path id="line" d="M 150 50 h 100"/>
|
|
</defs>
|
|
<text font-family="sans-serif" font-size="20">
|
|
<textPath href="#line">Test</textPath>
|
|
</text>
|
|
</svg>
|