chromium/third_party/blink/web_tests/svg/wicd/resources/test-scalable-background-image1.svg

<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="none">

<defs>
    <linearGradient id="bgGrad" x1="0" y1="0" x2="0" y2="1">
        <stop offset="0" stop-color="#CCC"/>
        <stop offset="0.3" stop-color="#FFF"/>
        <stop offset="0.6" stop-color="#FFF"/>
        <stop offset="1" stop-color="#999"/>
    </linearGradient>
    <linearGradient id="strokeGrad" x1="0" y1="0" x2="0" y2="1">
        <stop offset="0" stop-color="#FFF"/>
        <stop offset="0.4" stop-color="#999"/>
        <stop offset="0.6" stop-color="#999"/>
        <stop offset="1" stop-color="#666"/>
    </linearGradient>
</defs>

<rect x="1%" y="1%" width="98%" height="98%" fill="url(#bgGrad)" stroke="url(#strokeGrad)" stroke-width="1" rx="10" ry="10"/>

</svg>