<div>Thanks for your answer.</div>
<div>&nbsp;</div>
<div>So&nbsp;I tried using &lt;polygon&gt; and it still didn&#39;t work.</div>
<div>&nbsp;</div>
<div>&lt;?xml version=&quot;1.0&quot; standalone=&quot;no&quot;?&gt;<br>&lt;!DOCTYPE svg PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot; &quot;<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>&quot;&gt; <br>
&lt;svg viewBox = &quot;0 0 350 350&quot; version = &quot;1.1&quot; xmlns=&quot;<a href="http://www.w3.org/2000/svg">http://www.w3.org/2000/svg</a>&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &lt;defs&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;linearGradient id=&quot;grad1&quot; x1=&quot;50%&quot; y1 =&quot;0%&quot; x2 =&quot;50%&quot; y2 =&quot;100%&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;stop style=&quot;stop-color:rgb(255,255,255);stop-opacity:1&quot; offset = &quot;0%&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;stop style=&quot;stop-color:rgb(100,100,100);stop-opacity:1&quot; offset = &quot;100%&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/linearGradient&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/defs&gt;<br>&nbsp;&nbsp;&nbsp; &lt;polygon points=&quot;0,0 0,350 350,350 350,0&quot; fill=&quot;url(#grad1)&quot; /&gt;<br>&lt;/svg&gt;</div>
<div>&nbsp;</div>
<div>Can anyone help me please? What I&#39;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">&lt;<a href="mailto:steveo@member.fsf.org">steveo@member.fsf.org</a>&gt;</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. &nbsp;According to the documentation<br>
(<a href="http://www.renderx.com/XEPUserGuide.pdf" target="_blank">http://www.renderx.com/XEPUserGuide.pdf</a>), &quot;Gradient fill for<br>rectangles is not supported: solid fill color used.&quot;<br><br>&nbsp; &nbsp; &nbsp; Steve<br>
<div>
<div></div>
<div class="Wj3C7c"><br>On Mon, Nov 17, 2008 at 2:28 AM, Mark Cilia Vincenti<br>&lt;<a href="mailto:markciliavincenti@gmail.com">markciliavincenti@gmail.com</a>&gt; wrote:<br>&gt;<br>&gt; Hi,<br>&gt;<br>&gt; I have this SVG which shows up fine in Firefox, yet RenderX keeps outputting just the stroke without the gradient. Any ideas please?<br>
&gt;<br>&gt; &lt;?xml version=&quot;1.0&quot; standalone=&quot;no&quot;?&gt;<br>&gt; &lt;!DOCTYPE svg PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot; &quot;<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>&quot;&gt;<br>
&gt; &lt;svg viewBox = &quot;0 0 350 350&quot; version = &quot;1.1&quot; xmlns=&quot;<a href="http://www.w3.org/2000/svg" target="_blank">http://www.w3.org/2000/svg</a>&quot;&gt;<br>&gt; &nbsp; &nbsp; &lt;defs&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;linearGradient id=&quot;grad1&quot; x1=&quot;50%&quot; y1 =&quot;0%&quot; x2 =&quot;50%&quot; y2 =&quot;100%&quot;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;stop style=&quot;stop-color:rgb(255,255,255);stop-opacity:1&quot; offset = &quot;0%&quot;/&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;stop style=&quot;stop-color:rgb(100,100,100);stop-opacity:1&quot; offset = &quot;100%&quot;/&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/linearGradient&gt;<br>&gt; &nbsp; &nbsp; &lt;/defs&gt;<br>&gt; &nbsp; &nbsp; &lt;rect width = &quot;350&quot; height = &quot;350&quot; stroke = &quot;black&quot; stroke-width = &quot;1&quot; fill = &quot;url(#grad1)&quot;/&gt;<br>
&gt; &lt;/svg&gt;<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 &#39;unsubscribe xep-support&#39;<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>