Mega Code Archive

 
Categories / XML / SVG
 

Circular text

<svg>   <path id="circle2" d="M 375 125 A 75 75 360 1 1 374.999 125" style="stroke: none; fill: none;"/>   <text style="font-size: 12pt;" transform="translate(0 -80) rotate(-90 450 200)">       <textPath xlink:href="#circle2">             This is a test. This is a test. This is a test.       </textPath>   </text>   <text style="font-size: 12pt;" transform="translate(-200 0)">       <textPath xlink:href="#circle2">             This is a test. This is a test. This is a test.     </textPath>   </text> </svg>