krit@webkit.org | 8bb4e21 | 2014-05-12 21:18:24 +0000 | [diff] [blame] | 1 | <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 |