1 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink" >
3 <linearGradient id=
"gradient" x1=
"0%" y1=
"0%" x2=
"100%" y2=
"0%">
4 <stop offset=
"0%" stop-color=
"red"/>
5 <stop offset=
"100%" stop-color=
"blue"/>
8 <text x=
"200" y=
"200" style=
"font-size: 200px; text-shadow: #000 20px 20px 20px;" fill=
"url(#gradient)">SVG
</text>