<div>Thanks for your answer.</div>
<div> </div>
<div>So I tried using <polygon> and it still didn't work.</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> <polygon points="0,0 0,350 350,350 350,0" fill="url(#grad1)" /><br></svg></div>
<div> </div>
<div>Can anyone help me please? What I'm trying to achieve is have a background gradient for the page. I thought SVG would produce the best quality and smallest file size. Any ideas?<br></div>
<div class="gmail_quote">2008/11/17 Steve Anderson <span dir="ltr"><<a href="mailto:steveo@member.fsf.org">steveo@member.fsf.org</a>></span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">I just happened to stumble across the answer to you question myself<br>yesterday. According to the documentation<br>
(<a href="http://www.renderx.com/XEPUserGuide.pdf" target="_blank">http://www.renderx.com/XEPUserGuide.pdf</a>), "Gradient fill for<br>rectangles is not supported: solid fill color used."<br><br> Steve<br>
<div>
<div></div>
<div class="Wj3C7c"><br>On Mon, Nov 17, 2008 at 2:28 AM, Mark Cilia Vincenti<br><<a href="mailto:markciliavincenti@gmail.com">markciliavincenti@gmail.com</a>> wrote:<br>><br>> Hi,<br>><br>> I have this SVG which shows up fine in Firefox, yet RenderX keeps outputting just the stroke without the gradient. Any ideas please?<br>
><br>> <?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" target="_blank">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" target="_blank">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><br><br><br></div></div><font color="#888888">--<br>steveo at <a href="http://member.fsf.org/" target="_blank">member.fsf.org</a><br>What you say does matter, and so does how you say it.<br>-------------------<br>
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'<br>in the body of the message to <a href="mailto:majordomo@renderx.com">majordomo@renderx.com</a> from the address<br>you are subscribed from.<br>
(*) By using the Service, you expressly agree to these Terms of Service <a href="http://www.renderx.com/terms-of-service.html" target="_blank">http://www.renderx.com/terms-of-service.html</a><br></font></blockquote></div>
<br>