Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / text / text-path-middle-align.svg
blob6c2cbeadaafcc18388a08169905127f5d255eb07
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2 <path id="circle" d="M250 150C305.228 150 350 194.772 350 250C350 305.228 305.228 350 250 350C194.772 350 150 305.228 150 250C150 194.772 194.772 150 250 150" fill="none" stroke="black"/>
3 <text>
4 <textPath xlink:href="#circle" startOffset="0%" font-size="18pt" fill="red" text-anchor="middle">M</textPath>
5 </text>
6 </svg>