|
<?xml
version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="300" height="100" version="1.1"
xmlns="http://www.w3.org/2000/svg">
<text x="2" y="55" font-size="20pt">
Ein
<tspan dy="10"
font-size="52pt" font-weight="bold" fill-opacity="0.5"
fill="#EEEEFF" stroke="#9999AA" stroke-width="3">SVG</tspan>
<tspan dy="10">Tutorial</tspan>
</text>
</svg>
|
|