Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/svg/reftest.list
<defs>
<linearGradient id="gradient" color="red" stop-color="currentColor">
<stop offset="0" style="color:lime;" stop-color="inherit" />
<stop offset="1" stop-color="lime" />
</linearGradient>
</defs>
<rect width="100%" height="100%" fill="url(#gradient)" />
</svg>