summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/text/textpath.svg
blob: cba2085c9f703a0229d38e9f9103a41c414a0cd2 (plain)
1
2
3
4
5
6
7
8
<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/
-->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <path id="p" d="M 100,100 h 50 v 200" fill="none" stroke="red" stroke-width="1"/>
  <text style="font: 30px monospace"><textPath xlink:href="#p">a.b.c.d.e.</textPath></text>
</svg>