summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/text/textpath-cluster-2.svg
blob: 925f2d7c2f1b11ad9194452c331fd9257b32a064 (plain)
1
2
3
4
5
6
7
8
9
<svg height="250" width="250" xmlns="http://www.w3.org/2000/svg">
  <defs> 
    <path id="path" d="M 10 50 H 200" />
  </defs>
  <text font-size="36">
    <!-- Next line ends with whitespace. Do not change it -->
    <textPath href="#path">abcd</textPath>    
  </text>
</svg>