<div>Hi,</div>
<div> </div>
<div>I have this SVG which shows up fine in Firefox, yet RenderX keeps outputting just the stroke without the gradient. Any ideas please?</div>
<div> </div>
<div><?xml version="1.0" standalone="no"?><br><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "<a href="http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd</a>"> <br>
<svg viewBox = "0 0 350 350" version = "1.1" xmlns="<a href="http://www.w3.org/2000/svg">http://www.w3.org/2000/svg</a>"><br> <defs><br> <linearGradient id="grad1" x1="50%" y1 ="0%" x2 ="50%" y2 ="100%"><br>
<stop style="stop-color:rgb(255,255,255);stop-opacity:1" offset = "0%"/><br> <stop style="stop-color:rgb(100,100,100);stop-opacity:1" offset = "100%"/><br>
</linearGradient><br> </defs><br> <rect width = "350" height = "350" stroke = "black" stroke-width = "1" fill = "url(#grad1)"/><br></svg></div>