10/3. feladat megoldása


<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE svg PUBLIC "-//W3//DTD SVG 1.1//EN"
	"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">

<svg xmlns= "http://www.w3.org/2000/svg"
     xmlns:xlink= "http://www.w3.org/1999/xlink"
     version="1.1" width="200" height="200">

<text x="25" y="100" style="font-family: monospace;
                            font-size: 40; stroke: blue; fill: blue;">S
<tspan dy="10" style="stroke: red; fill: red;">Z</tspan>
<tspan dy="-15" style="stroke: orange; fill: orange;">I</tspan>
<tspan dy="20" style="stroke: green; fill: green;">N</tspan>
<tspan dy="-10" style="stroke: magenta; fill: magenta;">E</tspan>
<tspan dy="5" style="stroke: maroon; fill: maroon;">S</tspan>
</text>

</svg>