1 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink" width=
"800" height=
"200">
3 <linearGradient gradientTransform=
"matrix(1.23267, 0, 0, 1.25718, -38.8716, -39.2565)" gradientUnits=
"userSpaceOnUse" id=
"gradient" x1=
"120.02892" x2=
"497.52158" y1=
"161.06746" y2=
"184.7655">
4 <stop offset=
"0" stop-color=
"red"/>
5 <stop offset=
"1" stop-color=
"red"/>
8 <g fill=
"url(#gradient)">
9 <text id=
"text" y=
"100" font-size=
"40px">This should be GREEN and appear once.
</text>
11 <use xlink:
href=
"#text" fill=
"green"/>