blob: 99ff18d311ccb4598ca0b38edeb3a6abd9d9d86f [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Basic//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-basic.dtd">
<svg version="1.1" baseProfile="basic" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="svg-root"
width="100%" height="100%">
<linearGradient id="Gradient" gradientUnits="userSpaceOnUse" x1="0" y1="0" x2="100%" y2="0">
<stop stop-color="red" offset="0"/>
<stop stop-color="red" offset="1"/>
</linearGradient>
<rect fill="green" x="0" y="0" width="100%" height="100%"></rect>
<text fill="url(#Gradient)" x="20" y="70"></text>
<text stroke="url(#Gradient)" x="20" y="70"></text>
</svg>