r01.svg<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad2" x1="0%" y1="0%" x2="100%" y2="0%">
<stop id="g3" offset="0%" stop-color="#00ff00" stop-opacity="1"/>
<stop id="g4" offset="100%" stop-color="#ffff00" stop-opacity="1"/>
</linearGradient>
</defs>
<rect x="0" y="0" width="100" height="100" fill="url(#grad2)" />
</svg>