blob: 2abc55d4822b57749202518b00220b9b480f7300 [file] [log] [blame]
krit@webkit.org8bb4e212014-05-12 21:18:24 +00001<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="svg-root" width="800" height="600">
2 <defs>
3 <path id="tp" d="M8,30h400"/>
4 <style>
5 textPath { font: 24px sans-serif; outline: 1px solid black }
6 </style>
7 </defs>
8 <text><textPath xlink:href="#tp">Outlined text</textPath></text>
9</svg>
10