<div>I have improved it a bit by using:</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 57 104&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>&lt;path d=&quot;M 0,0 L 56,0 L 0,102 L 0,0 z&quot; fill=&quot;#BEBEBE&quot; stroke=&quot;#BEBEBE&quot; stroke-width=&quot;1&quot; /&gt; <br>
&lt;/svg&gt;</div>
<div>&nbsp;</div>
<div>However at 150% when the text is wrapping I see a faint thin line of red on top of the SVG from the block background enclosing it.<br><br></div>
<div class="gmail_quote">2008/12/17 Mark Cilia Vincenti <span dir="ltr">&lt;<a href="mailto:markciliavincenti@gmail.com">markciliavincenti@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>Hi,</div>
<div>&nbsp;</div>
<div>I have a table with 2 columns:</div>
<div>&nbsp;</div>
<div>The left column has the background color #BEBEBE.</div>
<div>The right column has triangle.svg as a background image.</div>
<div>&nbsp;</div>
<div>I have this SVG:</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" target="_blank">http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd</a>&quot;&gt;</div>

<div>&lt;svg viewBox=&quot;0 0 57 104&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>&lt;polygon points=&quot;0,0 0,104 57,0&quot; fill=&quot;#BEBEBE&quot; /&gt;<br>
&lt;/svg&gt;</div>
<div>&nbsp;</div>
<div>This produces something that looks a bit like antialiasing at the top of the image from what I can see. In fact by putting the whole table inside a block with background-color=&quot;red&quot;, it was apparent. And it prints as well.</div>

<div>&nbsp;</div>
<div>So I tried this instead:</div>
<div>&nbsp;</div>
<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" target="_blank">http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd</a>&quot;&gt;</div>

<div>&lt;svg viewBox=&quot;0 0 57 104&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>&lt;polygon points=&quot;0,0 0,104 57,0&quot; fill=&quot;#BEBEBE&quot; stroke=&quot;#BEBEBE&quot; stroke-width=&quot;1&quot;&nbsp;/&gt;<br>
&lt;/svg&gt;</div>
<div>&nbsp;</div>
<div>This still shows the red background at the top at certain percentages, but it&#39;s less obvious. However more alarmingly is that the top right corner looks like it&#39;s chopped off. It&#39;s no longer pointed.</div>

<div>&nbsp;</div>
<div>How can I achieve this please?</div>
<div>&nbsp;</div>
<div>Full FO code here:</div>
<div>&nbsp;</div>
<div>&lt;fo:block background-color=&quot;red&quot;&gt;<br>&nbsp;&lt;fo:table width=&quot;100%&quot; space-after.optimum=&quot;6pt&quot;&gt;<br>&nbsp;&nbsp;&lt;fo:table-column /&gt;<br>&nbsp;&nbsp;&lt;fo:table-column column-width=&quot;5mm&quot; /&gt;<br>
&nbsp;&nbsp;&lt;fo:table-body&gt;<br>&nbsp;&nbsp;&nbsp;&lt;fo:table-row height=&quot;5mm&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;fo:table-cell background-color=&quot;#BEBEBE&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;fo:block margin-left=&quot;1mm&quot; line-height=&quot;5mm&quot; font-size=&quot;10.5pt&quot; color=&quot;#FFFFFF&quot; font-weight=&quot;bold&quot;&gt;This is a long sentence and it may or may not wrap.&lt;/fo:block&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/fo:table-cell&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;fo:table-cell rx:background-content-height=&quot;100%&quot; rx:background-content-width=&quot;5mm&quot; rx:background-scaling=&quot;non-uniform&quot; background-repeat=&quot;no-repeat&quot; background=&quot;url(&#39;triangle.svg&#39;)&quot; /&gt;<br>
&nbsp;&nbsp;&nbsp;&lt;/fo:table-row&gt;<br>&nbsp;&nbsp;&lt;/fo:table-body&gt;<br>&nbsp;&lt;/fo:table&gt;<br>&lt;/fo:block&gt;<br></div></div></blockquote></div><br>