Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / text-gradient-no-content.svg
blob99ff18d311ccb4598ca0b38edeb3a6abd9d9d86f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Basic//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-basic.dtd">
3 <svg version="1.1" baseProfile="basic" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="svg-root"
4 width="100%" height="100%">
5 <linearGradient id="Gradient" gradientUnits="userSpaceOnUse" x1="0" y1="0" x2="100%" y2="0">
6 <stop stop-color="red" offset="0"/>
7 <stop stop-color="red" offset="1"/>
8 </linearGradient>
9 <rect fill="green" x="0" y="0" width="100%" height="100%"></rect>
10 <text fill="url(#Gradient)" x="20" y="70"></text>
11 <text stroke="url(#Gradient)" x="20" y="70"></text>
12 </svg>