1 <svg xmlns=
"http://www.w3.org/2000/svg">
3 <linearGradient id=
"gradient" color=
"red" stop-color=
"currentColor">
4 <stop offset=
"0" style=
"color:lime;" stop-color=
"inherit" />
5 <stop offset=
"1" stop-color=
"lime" />
8 <rect width=
"100%" height=
"100%" fill=
"url(#gradient)" />