blob: a03c913740e2368701bc44ce8e741f755b0d0d47 [file] [log] [blame]
<!DOCTYPE html>
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=7700-8000" />
<base href="http://www.example.com/">
<svg>
<linearGradient id="paint">
<stop stop-color="green"/>
</linearGradient>
<linearGradient id="inheritedPaint" href="#paint"/>
<rect x="25" y="25" width="50" height="50" stroke="url(#paint) red" stroke-width="50"/>
<rect x="125" y="25" width="50" height="50" stroke="url(#inheritedPaint) red" stroke-width="50"/>
</svg>