SVG and Canvas
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="200px" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" baseProfile="full"> <g stroke="black" stroke-width="1px"> <text x="50%" y="50%," dx="0,0,0,0,20" dy="0,0,0,0,8" rotate="20,30,40,50,0,0,-10" textLength="..." lengthAdjust="..." font-size="30" text-anchor="middle" >Hello World</text> </g> </svg>
18 of 24