Comment 5 for bug 541889

Revision history for this message
codedread (codedread) wrote :

Hi Matt,

I reduced the test further to the following:

<?xml version='1.0' encoding='utf-8'?>
<svg xmlns="http://www.w3.org/2000/svg">
 <polygon fill="red transform="translate(100,100)" points="0,0,100,0,100,-100,0,-100" />
 <polygon fill="green" transform="translate(100,100)" points="0,0,100,0,100-100,0-100" />
</svg>

You will notice that Opera, Safari and IE9 show the green polygon but Firefox does not.

I am investigating into the SVG spec, where the syntax of the @points attribute is discussed. Question has been asked here: http://lists.w3.org/Archives/Public/www-svg/2010Mar/0050.html

Once I get confirmation from the SVG WG that 100-100 is valid in polygon points, I can update scour.

Until then, can you tell me what tool is producing those polygons for you? Is it possible to fix the tool so that it emits commas between all polygon/polyline point values?