blob: 27c14c9580f0d6bc06ceb844d7e67663f30d41fb [file] [log] [blame]
<svg xmlns="http://www.w3.org/2000/svg">
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=3850-4000" />
<desc>Test that the 'href' attribute is animated correctly.</desc>
<defs>
<linearGradient id="red-fill">
<stop offset="0%" stop-color="red" />
<stop offset="100%" stop-color="red" />
</linearGradient>
<linearGradient id="green-fill">
<stop offset="0%" stop-color="green" />
<stop offset="100%" stop-color="green" />
</linearGradient>
<linearGradient id="gradient" href="#red-fill">
<set attributeName="href" to="#green-fill" fill="freeze"/>
</linearGradient>
</defs>
<rect id="rect" width="100" height="100" fill="url('#gradient')"/>
</svg>