gecko-dev/layout/reftests/bugs/1185266-1-ref.svg

10 строки
236 B
XML

<svg xmlns="http://www.w3.org/2000/svg">
<style>
text { fill: url(#green); }
</style>
<linearGradient id="green">
<stop stop-color="green"/>
</linearGradient>
<text x="10" y="20">This text must be green.</text>
</svg>