blob: a9c088f3a10062e1a268d8a5d14f9f8ee5db0ae8 [file] [log] [blame]
<svg xmlns="http://www.w3.org/2000/svg">
<linearGradient id="lg">
<stop stop-color="#008000"/>
</linearGradient>
<!-- Test that 'fill' on the 'rect' uses the gradient 'lg'. -->
<rect width="100" height="100" fill="url(#lg) none"/>
</svg>