blob: 9b64ca361e246927060e3859f1b9f93e639373e0 [file] [log] [blame] [edit]
<!DOCTYPE html>
<meta name="fuzzy" content="maxDifference=1; totalPixels=7600-8700">
<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>