SVG Demonstration 4

SVG Text Demo

Code

<svg id="content" width="200" height="200"> <text x="100" y="100" style="text-anchor:middle;font-size:30pt;dominant-baseline:middle;fill:#008000;">SVG Text</text> <text x="170" y="0" style="font-size:30pt;fill:#0000ff;" transform="rotate(90, 170, 0)">Demo</text> <rect x="70" y="50" width="120" height="100" rx="15" ry="15" style="fill:#ff0000;stroke:#c0c0c0;stroke-width:5;fill-opacity:0.4;stroke-opacity:1.0;" /> </svg>