Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / wicd / resources / test-scalable-background-image1.svg
blob9b216d091d4a0603f2d086385ac0db07ce3451b1
1 <?xml version="1.0" encoding="utf-8"?>
2 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="none">
4 <defs>
5 <linearGradient id="bgGrad" x1="0" y1="0" x2="0" y2="1">
6 <stop offset="0" stop-color="#CCC"/>
7 <stop offset="0.3" stop-color="#FFF"/>
8 <stop offset="0.6" stop-color="#FFF"/>
9 <stop offset="1" stop-color="#999"/>
10 </linearGradient>
11 <linearGradient id="strokeGrad" x1="0" y1="0" x2="0" y2="1">
12 <stop offset="0" stop-color="#FFF"/>
13 <stop offset="0.4" stop-color="#999"/>
14 <stop offset="0.6" stop-color="#999"/>
15 <stop offset="1" stop-color="#666"/>
16 </linearGradient>
17 </defs>
19 <rect x="1%" y="1%" width="98%" height="98%" fill="url(#bgGrad)" stroke="url(#strokeGrad)" stroke-width="1" rx="10" ry="10"/>
21 </svg>